@import url("root.css");

/* BUTTONS */
.btn-two:disabled {
    background-color: #a0b2e5;
}


#preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    z-index: 99999999;
    background-image: url(https://bonagaal.com/admin/public/assets/img/preloader.gif);
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0.5);
    background-position: center;
    height: 100% !important;
    overflow: hidden !important;
}

.stop-scrolling {
    height: 100%;
    overflow-y: hidden;
}

.form-error {
    color: red;
    border: 1px solid red !important;
}

.form-error::placeholder {
    color: red;
    opacity: 1;
}


.form-label-error {
    color: red;
}

.form-div-error {
    background: #ffbebe;
}

/* Custom checkbox */
.custom-checkbox-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.custom-checkbox-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

.custom-checkbox-label:hover input~.custom-checkbox-checkmark {
    background-color: #ccc;
}

.custom-checkbox-label input:checked~.custom-checkbox-checkmark {
    background-color: var(--bs-blue);
}

.custom-checkbox-label .custom-checkbox-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-checkbox-label input:checked~.custom-checkbox-checkmark:after {
    display: block;
}

.custom-checkbox-label .custom-checkbox-checkmark:after {
    left: 9px;
    top: 7px;
    width: 5px;
    height: 10px;
    border: solid rgb(255 255 255);
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

/* Custom radio */
.custom-radio-label {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom-radio-label input {
    .custom-radio-label {
        display: flex;
        align-items: center;
        /* függőlegesen középre */
        justify-content: center;
        /* vízszintesen középre */
        position: relative;
        cursor: pointer;
        height: 100%;
        /* hogy kitöltse a col-2 magasságát */
        width: 100%;
        padding-left: 0;
        /* ne tolja el a gridet */
    }
}

.custom-radio-checkmark {
    position: absolute;
    top: 1px;
    left: 0;
    height: 50px;
    width: 50px;
    background-color: #c2cad3;
    border-radius: 50%;
    /* kör alak */
}

/* Hover effect */
.custom-radio-label:hover input~.custom-radio-checkmark {
    background-color: #ccc;
}

/* Checked állapot */
.custom-radio-label input:checked~.custom-radio-checkmark {
    background-color: var(--bs-orange);
}

/* Belső pötty (ha be van jelölve) */
.custom-radio-checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.custom-radio-label input:checked~.custom-radio-checkmark:after {
    display: block;
}

.custom-radio-label .custom-radio-checkmark:after {
    top: 16px;
    left: 16px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: white;
}

#AcceptModal .back-btn {
    background: #82938b;
    border-color: #82938b;
}

#AcceptModal .back-btn:hover {
    background: #fff;
    border-color: #82938b;
    color: #353535;
}


#CookiebotWidget {
    display: none;
}

.sw-theme-square>.nav .nav-link.active::before {
    background-color: var(--bs-blue) !important;
}

.sw-theme-square>.nav .nav-link.done::before {
    background-color: #94c2db !important;
}

.sw-theme-square>.nav .nav-link.active {
    color: var(--bs-blue) !important;
}

.sw-theme-square>.nav .nav-link.done {
    color: #94c2db;
}


/* Appointment */
.appointment-time-slot {
    border-radius: 8px;
    padding: 4px 22px;
    border: 2px solid #50a3d1;
    background: none;
    margin: 10px 10px 20px 10px;
    box-shadow: darkgoldenrod;
    box-shadow: 0 0 10px rgb(80 163 209);
}

.selectedTimeSlotClass {
    box-shadow: 0 0 10px rgb(254 89 18);
    border: #fe5912;
    border: 2px solid #ff4d00;
    background: #ff7c44;
    color: #ffffff;
    font-weight: 600;
}


.dropdown-profile {
    z-index: 9999 !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
}

.dropdown-profile-item {
    text-transform: none;
}
.dropdown-toggle-menu {
    padding: 0px !important;
}

.ui-widget-header .ui-icon {
    background-image: url(https://code.jquery.com/ui/1.14.1/themes/base/images/ui-icons_ffffff_256x240.png) !important;
}