.progress-container{
    margin-top: 30px;
}

.progress-bar {
    background-color: var(--color-primary) !important;
}

.step-container {
    position: relative;
    text-align: center;
    transform: translateY(-43%);
}

.step-circle {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #fff;
    border: 2px solid var(--color-primary);
    line-height: 30px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-top: 10px;
}

.step-circle i{
    color: var(--color-primary);
}

.fokus{
    background-color: #fbe3e3;
}

.button-form{
    margin: 10px;
    width: 50%;
    align-items: center;
    padding: 14px !important;
}

.prev-step{
    background-color: rgb(163, 163, 163) !important;
}

.prev-step:hover{
    background-color: rgba(168, 168, 168, 0.671) !important;
}

/*.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
    pointer-events:none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events:none;
}

.modal-content {
    width:inherit;
    max-width:inherit; /* For Bootstrap 4 - to avoid the modal window stretching 
    full width 
    height:inherit;
    /* To center horizontally *
    margin: 0 auto;
    pointer-events:all;
}
*/
.btn-danger {
    background-color: var(--color-primary) !important;
}

.btn-danger:hover {
    background-color: #fb3333f6 !important;
}

.btn-outline-danger {
    background-color: #ffffff !important;
}

.btn-outline-danger:hover {
    background-color: #fb3333f6 !important;
}

#map { /* Setelah memilih ID yang tepat untuk peta Anda */
    cursor: pointer; /* Ganti dengan gaya kursor yang diinginkan */
}

img.huechange { filter: hue-rotate(120deg); }

.map-error{
    background-color: var(--color-primary);
    color: white;
    padding: 0 14px;
    display: none;
}

.custom-file-button {
	input[type="file"] {
		&::-webkit-file-upload-button {
			display: none;
		}
		&::file-selector-button {
			display: none;
		}
	}

	&:hover {
		label {
			background-color: #DC3545;
		}
	}

    label {
        background-color: #DC3545;
        color: #fff;
    }
}

/*.book-a-table .php-email-form .dropdown-toggle{
    background-color: #fff;
    border-width: 0;
    color: rgb(98, 97, 97);
    display: flex;
    justify-content: space-between;
    align-items: center;  
    box-shadow: none;
    font-size: 14px;
    width: 100% !important;
}

.book-a-table .php-email-form .dropdown-toggle:focus {
    box-shadow: none;
    border-width: 1px;
    border-color: var(--color-primary);
}

.book-a-table .php-email-form .dropdown-toggle{
    padding: 12px 15px;
}*/

.book-a-table .php-email-form .dropdown-menu{
    width: 100%;
    border: 1px solid var(--color-primary);
    padding: 0px;
    border-radius: 0px;
    transform: translate3d(0px, 50px, 0px) !important;
}

.book-a-table .php-email-form .dropdown-menu li[disabled]{
    background-color: #e0dddd;
}

.book-a-table .php-email-form .dropdown-menu li[disabled] .dropdown-item:hover{
    background-color: #e0dddd !important;
    color: #000;
}

.book-a-table .php-email-form .dropdown-item {
    display: block;
    width: 100%;
    padding: 5px 10px ;
    font-size: 14px;
}

.book-a-table .php-email-form .dropdown-item:focus, 
.book-a-table .php-email-form .dropdown-item:hover {
    color: #ffffff;
    background-color: #dc3545;
}

a[disabled] {
    pointer-events: none;
}

#copyRegis {
    cursor: pointer;
}

#snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #fb3333f6;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
}

#snackbar.show {
visibility: visible;
-webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
from {bottom: 0; opacity: 0;} 
to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
from {bottom: 0; opacity: 0;}
to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
from {bottom: 30px; opacity: 1;} 
to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
from {bottom: 30px; opacity: 1;}
to {bottom: 0; opacity: 0;}
}

