.toptal-employee-row {
    position: relative;
    float: left;
    width: 100%;
    border: 1px solid #eee;
    margin-bottom: 25px;
    padding: 15px;
}

.toptal-employee-row .form-check,
.employee-edit-availability .form-check {
    display: inline-block;
    width: 100%;
}

/* START OF DIMOS CODE*/
/* Added the input.custom-control-input-break */
.toptal-employee-row input.form-check-input,
.employee-edit-availability input.custom-control-input, input.custom-control-input-break {
    display: inline-block;
    float: left;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: 20px;
}
/* END OF DIMOS CODE*/

.toptal-employee-row label.form-check-label,
.employee-edit-availability label.custom-control-label {
    display: inline-block;
    vertical-align: middle;
}

.employee-edit-availability {
    position: fixed;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.employee-edit-availability-tabs {
    max-width: 757px;
    background-color: #fff;
    float: right;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 2;
    overflow: scroll;
    padding: 120px 3vw 60px;
}

.working-day {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.employee-edit-availability-working-hours > .row:nth-child(odd) {
    background-color: #eee;
}


.employee-edit-availability-working-hours > .row:nth-child(even) {
    background-color: #ddd;
}

#toptal-add-employee,
.remove-employee,
.add-day-off,
.employee-edit-availability-days-off-row-input-remove,
.edit-availability {
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #f0f0f0;
    color: #666;
    padding: 8px 22px;
    font-weight: 500;
    border-radius: 50px;
    border: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}
/* START OF DIMOS CODE */
.employee-edit-availability-tabs-title {
    display: inline-block;
    margin-right: 20px; /* Add spacing between links */
    color: #333333;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 8px 22px;
    border-radius: 50px;
    transition: all 250ms ease;
}
/* END OF DIMOS CODE */

.employee-edit-availability-tabs-title.active,
#toptal-add-employee:hover,
.edit-availability:hover,
.remove-employee,
.employee-edit-availability-days-off-row-input-remove,
.employee-edit-availability-tabs-title:hover {
    background-color: #c75216;
    color: #fff;
}

/* START OF DIMOS CODE */
.employee-name-display h3 {
    font-size: 20px;
    font-weight: bold;
    color: #333333; /* Dark color for good readability */
    margin-bottom: 15px; /* Adds some spacing below the name */
    text-align: center; /* Centers the text */
    border-bottom: 2px solid #c75216; /* Adds a bottom border to visually separate it from the rest */
    padding-bottom: 15px; /* Adds space between the name and the border */
}


.employee-edit-availability-tabs-titles {
    display: flex;
    justify-content: space-between;
    align-items: center; /* Align items vertically in the center */
    width: 100%;
    padding-top: 25px;
    padding-bottom: 15px;
}

/* END OF DIMOS CODE */
.employee-edit-availability {
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.employee-edit-availability.active {
    opacity: 1;
    pointer-events: all;
}

.employee-edit-availability-bg {
    position: fixed;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
}

.employee-edit-availability-working-hours {
    display: none;
}

.employee-edit-availability-working-hours.active {
    display: block;
}

.employee-edit-availability-days-off {
    display: none;
}

.employee-edit-availability-days-off.active {
    display: block;
}

.employee-edit-availability-days-off-row-input {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: row;
}

input.employee-date-range {
    margin-top: 15px !important;
    margin-bottom: 0 !important;
    margin-right: 10px !important;
}

label.label-_example {
    display: none;
}

input#_example {
    display: none;
}

#widget_booking_listings-2 #form-booking {
    display: none;
}

.toptal-booking-widget {
    float: left;
    width: 100%;
}

.toptal-booking-widget-loader {
    text-align: center;
}

.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}

/*noinspection CssOverwrittenProperties*/
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 8px;
    border-radius: 50%;
    border: 6px solid #c75216;
    border-color: #c75216 transparent #c75216 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}

.toptal-service-close {
    background-color: #c75216;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100px;
    border-radius: 5px;
    display: block;
    margin: 0 auto 5px;
    cursor: pointer;
}

.k-animation-container {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    display: inline-block !important;
}

.k-datepicker.k-input {
    display: none;
}

.toptal-booking-date-con {
    text-align: center;
    position: relative;
    z-index: 1;
}

.toptal-booking-date-con h4 {
    text-align: left;
}

/*.blocked-calendar {
    pointer-events: none;
}*/

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.toptal-service-dropdown {
    display: none;
}

.toptal-service-dropdown-con.active .toptal-service-dropdown {
    display: block;
}

.toptal-service-dropdown-con {
    position: relative;
    z-index: 9;
}

.toptal-service-dropdown-buttons,
.toptal-timeslot-btn {
    width: 100%;
    border: 1px solid #c75216;
    border-radius: 5px;
    color: #c75216;
    margin-bottom: -1px;
    font-size: 16px;
    padding: 10px;
    font-weight: 500;
    background-color: #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.toptal-service-dropdown {
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #c75216;
    border-bottom-left-radius: 5px;
}

.toptal-service-dropdown-con.active .toptal-service-dropdown-buttons,
.toptal-timeslots-con.active .toptal-timeslot-btn {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #fff;
    background-color: #c75216;
}

.toptal-service-dropdown-item {
    cursor: pointer;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.toptal-service-text {
    /*display: flex;*/
    justify-content: space-between;
    padding: 5px 15px;
    align-items: center;
    overflow: auto;
}

.toptal-service-text-2 {
    white-space: nowrap;
    float: right;
    display: inline;
}

.toptal-service-text-1 {
    float: left;
    display: inline;
}

.toptal-serivce-text-2 {
    color: #c75216;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}


.toptal-service-dropdown-item {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.toptal-service-dropdown-item.active {
    background-color: #c75216;
    color: #fff;
    border: 1px solid #f9f9f9;
    border-radius: 5px;
}

.toptal-service-dropdown-item.active .toptal-serivce-text-2 {
    color: #fff;
}

.toptal-employees-list-con {
    margin-top: 25px;
}

.toptal-employees-item {
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.toptal-employees-image {
    width: 100px;
}

.toptal-employees-image img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 50%;
    border: 5px solid #fff;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.toptal-employees-name {
    color: #000;
    font-size: 16px;
}

.toptal-employees-item.active .toptal-employees-image img {
    border-color: #0058e9;
}

.toptal-employees-item.disabled {
    cursor: default;
    opacity: 0.5;
}

.toptal-booking-date input {
    margin-bottom: 0 !important;
    padding: 0 10px !important;
}

.toptal-employees-list {
    display: grid;
    justify-items: start;
    grid-template-columns: repeat(2, 1fr);
}

.toptal-timeslots {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
}

.toptal-timeslot-item {
    text-align: center;
    background-color: #fff;
    border-radius: 5px;
    padding: 12px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    font-size: 18px;
}

.toptal-timeslots-con {
    margin-top: 15px;
    margin-bottom: 15px;
}

.toptal-timeslot-item.active {
    background-color: #c75216;
    color: #fff;
}

.toptal-timeslot-item.disabled {
    pointer-events: none;
    opacity: 0.5;
    background-color: #ccc;
}

.k-calendar .k-calendar-td.k-selected .k-link {
    background-color: #0058e9;
}

.k-disabled .k-link {
    background-color: #ffc6c2;
}

.k-calendar .k-calendar-view .k-today {
    color: #c75216;
}

.toptal-timeslots {
    display: none;
}

.toptal-timeslots-con.active {
    position: relative;
}

.toptal-timeslots-con.active .toptal-timeslots {
    display: block;
    position: absolute;
    top: 100%;
    width: 100%;
    background-color: #f9f9f9;
    border: 1px solid #c75216;
    border-bottom-left-radius: 5px;
    z-index: 9;
    max-height: 400px;
    overflow: auto;
}

a.button.book-now.disabled {
    cursor: not-allowed;
    opacity: 0.5;
    pointer-events: none;
}

a.daily-schedule-calendar-prev, a.daily-schedule-calendar-next {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    border: 1px solid;
    border-radius: 5px;
    line-height: 51px;
    width: 53px;
    font-size: 20px;
}

span.daily-schedule-calendar-input {
    max-width: 50%;
}

input.daily-schedule-calendar-input {
    margin-bottom: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.daily-schedule-calendar-header {
    display: flex;
    justify-content: space-between;
}

.daily-schedule-calendar-body .toptal-timeslot-btn {
    display: none;
}

.daily-schedule-calendar-body .toptal-timeslots {
    position: relative !important;
}

.daily-schedule-calendar-body {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: row;
    column-gap: 25px;
    margin-top: 25px;
}

.daily-schedule-calendar-body div {
    min-width: 200px;
    text-align: center;
}

.daily-schedule-calendar-input {
    max-width: 500px !important;
}

.datepicker-dropdown {
    left: 50% !important;
    margin-top: 40px;
}

.loader-con {
    display: none;
    width: 100%;
    text-align: center;
    padding-top: 100px;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 99;
}

.loader-con.active {
    display: block;
}

.loader-con .loader {
    width: 48px;
    height: 48px;
    border: 5px solid #FFF;
    border-bottom-color: #FF3D00;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.daily-schedule-calendar-body .toptal-timeslots {
    max-height: none !important;
}

.daily-schedule-calendar-body .toptal-timeslots h3 {
    margin: 0;
    padding: 10px;
}

.toptal-timeslot-item-day-off {
    background-color: #181818;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
}

.toptal-timeslot-item-booked {
    background-color: #E53935;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
}

.toptal-timeslot-item-blocked {
    background-color: #c75216;
    color: #fff;
    font-weight: bold;
    border: 1px solid transparent;
}

.toptal-timeslot-item-available {
    background-color: #fff;
    color: #c75216;
    font-weight: bold;
    border: 1px solid #c75216;
}

/* START OF DIMOS CODE */
.toptal-timeslot-item-employee-break {
    background-color: #fff; /* White background */
    color: #007bff; /* Blue text */
    font-weight: bold;
    border: 1px solid #007bff; /* Blue border */
}

.toptal-timeslot-item-past {
    background-color: #d3d3d3; /* Light grey background */
    color: #6c757d; /* Grey text */
    font-weight: bold;
    border: 1px solid #6c757d; /* Grey border */
    cursor: not-allowed; /* Show not-allowed cursor */
    opacity: 0.6; /* Make it slightly transparent */
}

/* Make grey the cells when day off */
.grey-cell-calendar-day-off {
    background-color: #d3d3d3 !important;
    color: #000 !important;
    pointer-events: auto;
    opacity: 0.8;
}

.grey-cell-calendar-day-off:hover {
    background-color: #ffa07a  !important; /* Slightly darker grey */
    color: #000 !important; /* Keep the text colour black */
    cursor: pointer; /* Show pointer cursor */
}

/* END OF DIMOS CODE */

.daily-schedule-calendar-legneds {
    display: inline-block;
    border-radius: 5px;
    padding: 15px;
    border: 1px solid #c75216;
}

.daily-schedule-calendar-legneds > div {
    display: flex;
    align-items: center;
}

.legends-available span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #c75216;
    background-color: #fff;
    margin-right: 5px;
}

.legends-blocked span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #c75216;
    margin-right: 5px;
}

.legends-booked span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #E53935;
    margin-right: 5px;
}

.legends-leave span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid transparent;
    background-color: #181818;
    margin-right: 5px;
}

/* START OF DIMOS CODE */
.legends-employee-break span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #007bff; /* Blue border */
    background-color: #cce5ff; /* Light blue background */
    margin-right: 5px;
}

.legends-past-dates span {
    width: 15px;
    height: 15px;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #6c757d; /* Grey border */
    background-color: #e9ecef; /* Light grey background */
    margin-right: 5px;
}
/* END OF DIMOS CODE*/

.toptal-booking-widget.disabled .toptal-timeslot-btn {
    pointer-events: none;
    opacity: 0.5;
}

.upload-button {
    display: none;
}

input.employee-image-upload {
    position: absolute;
    top: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.pricing-cover-wrapper .cover-pic {
    pointer-events: none;
}

.toptal-employee-row .form-group.loading {
    opacity: 0.5;
    filter: brightness(0.5);
}

#toptal-blocking-form,
#toptal-unblock-form {
    width: 440px;
}

#toptal-blocking-form .form-group:last-child,
#toptal-unblock-form .form-group:last-child {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

button.toptal-blocking-form-close {
    background-color: #181818;
    color: #fff;
    border: none;
    padding: 5px 15px;
    text-transform: uppercase;
}

button.toptal-blocking-form-submit,
button.toptal-unblock-form-submit {
    background-color: #c75216;
    color: #fff;
    border: none;
    padding: 5px 10px;
    text-transform: uppercase;
}

/** Fixes 2024 **/
#booking-confirmation, .booking-confirmation-btn {
    display: none !important;
}

body.page-id-92 h3.margin-top-0.margin-bottom-30 {
    display: none;
}

.dashboard-nav-inner ul:nth-child(1) li:nth-child(4) ul li:nth-child(3) {
    display: none;
}

.toptal-timeslots-con.active .toptal-timeslots {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    padding: 10px;
}

/* START OF DIMOS CODE */
.toptal-timeslots.no-grid {
  display: block !important;
  grid-template-columns: none !important;
}
/* END OF DIMOS CODE */

.fm-input.pricing-bookable-options {
    display: none;
}

/*a.opening-day-add-hours {*/
/*    display: none;*/
/*}*/

/** NEW FORM START **/
.toptal-booking-widget-new .toptal-service-dropdown,
.swal-widget-booking .toptal-service-dropdown {
    position: relative;
    top: 100%;
    width: 100%;
    border-radius: 5px;
    border: none;
    padding: 0;
    background-color: transparent;
    margin: 25px 0 10px;
}

.toptal-booking-widget-new .toptal-service-dropdown-item,
.swal-widget-booking .toptal-service-dropdown-item {
    border: 1px solid #ccc;
    margin: 10px;
}


.toptal-next-btn {
    background-color: #c75216;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    width: 100px;
    border-radius: 15px;
    display: block;
    margin: 0 auto 5px;
    cursor: pointer;
}

.toptal-booking-widget-new .toptal-next-btn.disabled,
.swal-widget-booking .toptal-next-btn.disabled {
    pointer-events: none;
    opacity: 0.5;
}

.toptal-booking-widget-new .toptal-booking-button,
.swal-widget-booking .toptal-booking-button {
    display: flex;
    margin-top: 15px;
}

.toptal-booking-widget-new .toptal-service-item,
.swal-widget-booking .toptal-service-item {
    background-color: #c75216;
    border-radius: 8px;
    color: #fff;
    border: 1px solid #c75216;
}

.toptal-employee-list-services .toptal-service-item {
    margin-bottom: 15px;
}

.toptal-booking-widget-new .toptal-employees-list,
.swal-widget-booking .toptal-employees-list {
    margin-top: 15px;
}

.toptal-service-text-1 {
    font-weight: bold;
    font-size: 16px;
}

.toptal-service-text-2 {
    font-size: 12px;
    color: #c75216;
}


.toptal-employees-list-con .toptal-service-text-2 {
    color: #fff;
}

.toptal-service-dropdown-item.active .toptal-service-text-2 {
    color: #fff;
}

.toptal-employees-service {
    padding: 10px;
    border: 1px solid #c75216;
    border-radius: 8px;
    margin-top: 15px;
}

.toptal-booking-widget-new .toptal-timeslots-con.active .toptal-timeslots,
.swal-widget-booking .toptal-timeslots-con.active .toptal-timeslots {
    position: relative;
    max-height: max-content;
    border-radius: 8px;
}

.toptal-back-btn {
    top: 0;
    background-color: #c75216;
    padding: 8px 15px;
    border-radius: 10px;
    display: inline-block;
    cursor: pointer;
    margin-right: 15px;
}

.toptal-back-btn i {
    color: #ffffff !important;
}

.toptal-close-booking {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 8px 15px 5px;
    background-color: #c75216;
    border-radius: 5px;
    cursor: pointer;
    display: none;
}

.toptal-full-screen-booking .toptal-close-booking {
    display: inline-block;
}

.toptal-close-booking i {
    color: #fff !important;
}

.booking-sticky-footer {
    z-index: 999 !important;
}

.toptal-full-screen-booking #widget_booking_listings-2 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    overflow: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    /*overflow-x: hidden;*/
}

/* All content scrolls */
.toptal-full-screen-booking #widget_booking_listings-2 > div:not(.book-now-notloggedin),
.toptal-full-screen-booking #widget_booking_listings-2 > .toptal-booking-widget-new {
    flex: 1;
    overflow-y: auto;
    padding-bottom: 90px; /* space so button isn't overlapped */
}

.book-now-notloggedin {
    flex-shrink: 0;
    width: 100% !important;
    margin-top: auto !important;
    position: relative;
    z-index: 99999;
}

/* MOBILE FIX FOR THE UGLY X BUTTON */
@media (max-width: 750px) {

    .toptal-close-booking {
        top: 25px !important;
        right: 12px !important;
        width: 30px !important;
        height: 30px !important;
        border-radius: 50% !important;
        padding: 0 !important;
        display: flex !important;
        align-items: center;
        justify-content: center;
        background:#c75216 !important;
    }

    .toptal-close-booking i {
        font-size: 16px !important;
        line-height: 0 !important;
        margin: 0 !important;
        color:white !important;
    }
}

.toptal-close-booking {
    display:none !important;
}

.toptal-full-screen-booking .toptal-close-booking {
    display:flex !important;
}

.toptal-employees-multiple {
    display: none;
    width: 100px;
    text-align: center;
    height: 100px;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #fff;
    color: #c75216;
    border-radius: 50%;
    border: 2px solid #c75216;
    font-size: 13px;
    line-height: normal;
    cursor: pointer;
}

.toptal-employees-multiple.active {
    display: inline-flex;
}

.toptal-employees-list-con.toptal-multiple-employees .toptal-employee-list-services {
    display: none;
}

.toptal-employees-list-services {
    display: none;
}

.toptal-employees-list-con.toptal-multiple-employees .toptal-employees-list-services {
    display: block;
}

.toptal-timeslots-error {
    text-align: center;
    color: #c75216;
}

a.button.book-now {
    min-height: 50px;
    padding: 1em;
}

/** NEW FORM END **/

@media all and (max-width: 1024px) {
    #header .container {
        display: flex;
        align-items: center;
    }

    .header-widget {
        display: flex;
        justify-content: flex-end;
    }

    .user-menu {
        margin: 0 !important;
        top: 0 !important;
        left: 0 !important;
    }

    #header .container .right-side {
        float: none !important;
        width: 100% !important;
        max-width: 160px;
    }

    .user-name {
        color: #181818 !important;
        max-width: 105px !important;
    }

    .header-widget {
        border: none !important;
    }

    .user-menu ul {
        max-width: 160px;
        padding: 5px 0;
    }

    .user-menu ul li a {
        font-size: 15px;
        padding: 6px 9px;
        width: 100%;
    }

    .user-menu .nav-tag {
        position: absolute;
        top: 7px;
    }

    .user-menu ul li a {
        position: relative;
    }
}

@media all and (max-width: 768px) {
    #header .container .right-side {
        width: 100% !important;
        max-width: 130px;
    }

    #footer .col-md-12 {
        padding: 0;
    }

    #dark-mode .listing-nav li a {
        background-color: transparent !important;
    }

    .listing-nav {
        border-bottom: 1px solid;
        border-radius: 0;
    }
}

@media all and (max-width: 425px) {
    .boxed-widget {
        padding: 20px;
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.pricing-smalltime label small,
.pricing-order label small {
    display: none !important;
}

.pricing-order input[type="number"] {
    width: 75px;
}

.employee-edit-availability-close {
    position: absolute;
    z-index: 999;
    right: 70px;
    top: 135px;
    background-color: #c75216;
    border: none;
    color: #fff;
    border-radius: 25px;
    padding: 5px 20px;
    cursor: pointer;
}

/* Fix calendar view legends */
div#calendar-legend li.paid {
    display: none;
}

div#calendar-legend li.expired {
    display: none;
}

/* START OF DIMOS CODE */
/* I PUT IN COMMENTS THE FOLLOWING */

/* .booking-requests-filter {
    display: none;
} */
 
/* END OF DIMOS CODE */

/* START OF PAP CODE (GB-166 : fix green backround spilling under html body) */
.flatpickr-calendar[style*="display: none"],
.flatpickr-calendar:not(.open) {
    top: -9999px !important;
}
/* END OF PAP CODE */

/* MOBILE FIXES */
@media all and (max-width: 767px) {
    .chart-filters.calendar-filters {
        display: none !important;
        flex-direction: row !important;;
        padding: 5px !important;
    }

    .chart-filters.calendar-filters .select2-selection__rendered {
        padding: 0 15px !important;
        text-align: left !important;;
        display: inline-block !important;;
    }

    .chart-filters.calendar-filters span.select2-selection__arrow {
        display: none !important;;
    }

    .chart-filters.calendar-filters span.selection {
        text-align: center !important;;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    div#calendar-wrapper {
        padding: 2px 5px !important;
    }

    .fc-view-harness {
        min-height: 100vh;
    }

    .fc-toolbar-chunk:last-child {
        display: none;
    }

    .daily-schedule-calendar-body .toptal-timeslots {
        grid-template-columns: repeat(1, 1fr) ! un;
    }

    .dashboard-content {
        box-sizing: border-box;
        max-width: 100% !important;
    }

    .daily-schedule-calendar-body div {
        max-width: 100%;
    }

    .daily-schedule-calendar-body div {
        min-width: 150px;
    }

    span.employee-edit-availability-close {
        font-size: 0;
        top: 15px;
        right: 15px;
        padding: 5px 13px;
        display: inline-block;
    }

    span.employee-edit-availability-close i.fa.fa-remove {
        font-size: 14px !important;
        line-height: normal;
        vertical-align: middle;
    }

    .employee-edit-availability-tabs {
        padding-top: 0;
    }
}

/*START OF DIMOS CODE*/
.separator-breaks-working-day {
    border: none;
    border-top: 2px solid black;
    margin: 20px 0;
}

/* Ensure the break start and end time inputs are aligned horizontally */
.break-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.break-row .form-group {
    width: 48%; /* Set each form group to take up equal space */
}

.break-row .remove-break {
    margin-left: 15px;
    background-color: #333333;
    color: #eaeaea;
    padding: 8px 12px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    transition: all 250ms ease;
}

.break-row .remove-break:hover {
    background-color: #c75216;
    color: #fff;
}

/* Ensure consistency with working hours styling */
.working-day,
.breaks-during-day {
    display: flex;
    flex-direction: column;
}

.breaks-during-day .break-container {
    width: 100%;
}

.separator-breaks-working-day {
    border: none;
    border-top: 2px solid black;
    margin: 20px 0;
}

/* Similar button style as the working hours for adding/removing breaks */
.add-break {
    margin-top: 10px;
    margin-bottom: 5px;
    background-color: #333333;
    color: #eaeaea;
    padding: 8px 22px;
    font-weight: 500;
    border-radius: 50px;
    border: none;
    transition: all 250ms ease;
}

.add-break:hover {
    background-color: #c75216;
    color: #fff;
}

/* MULTISELECT DROPDOWN */
.menu-btn {
    border-radius: 48px;
    border: 0.5px solid lightgrey;
    font-size: 1.1em;
    background-color: white;
    width: 50%;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5rem 1rem;
    cursor: pointer;
    position: relative;
}

/* Dropdown container, hidden by default */
.multiselect-dropdown-content {
    display: none;
    position: absolute;
    top: 100%; /* Position below the button*/
    width: 50%; /* Same width as the button */
    background-color: white;
    border: 1px solid lightgrey;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    z-index: 100; /* Ensure it overlaps */
    max-height: 200px; /* Set a max height with overflow */
    overflow-y: auto; /* Allow scrolling if content overflows */
    padding: 0.5rem;
}

/* Flexbox to align checkbox and label inline */
.multiselect-dropdown-content label {
    display: flex; 
    align-items: center; /*Vertically align checkbox and label*/
    padding: 0.5rem;
    cursor: pointer;
    white-space: nowrap; /* Prevent label from breaking onto a new line */
}

.multiselect-dropdown-content input[type="checkbox"] {
    margin-right: 1rem;
    flex-shrink: 0; /* Prevent checkbox from shrinking */
    width: 16px; /* Set width of checkbox */
    height: 16px; /* Set height of checkbox */
    margin-bottom: 0px; /* For this input set margin bottom 0 */
}

/* Show the dropdown when the button is clicked */
 .multiselect-dropdown-content.show-dropdown {
    display: block;
}

.menu-btn::after {
    content: "\23F7"; /* Use Unicode for the arrow or keep the &#9013; */
    margin-left: auto; /* Push the arrow to the right */
    font-size: 1.2em; /* Adjust the size of the arrow */
}
/* START OF DIMOS CODE */
/* REGISTRATION POP-UP */

/* Set the inputs of OTP vertically */
.otpComp_wrap {
    display: flex;
    flex-direction: row; /* Stack inputs vertically */
    align-items: center; /* Center-align inputs */
    gap: 8px; /* Add spacing between inputs */
}

.otpComp_input {
    width: 50px; /* Set input width */
    height: 50px; /* Set input height */
    font-size: 20px; /* Make digits readable */
    text-align: center; /* Center text */
    border: 2px solid #ccc;
    border-radius: 5px;
    outline: none;
    transition: all 0.3s ease-in-out;
}

/* Small  */
#small-dialog-header-otp {
    margin-bottom: 0px;
}

/* Popup close button*/
#register-otp-dialog .mfp-close {
	background-color: #e4e4e4;
	border-radius: 50%;
	top: 33px; /* 33 */
	width: 40px;
	height: 40px;
}

#register-otp-dialog .mfp-close:hover {
    color: #fff;
    transform: rotate(0);
    background-color: #6676b6;
}

#register-otp-dialog .mfp-close::after,
#register-otp-dialog .mfp-close::before {
    top: 4px;
    height: 9px;
    font-size: 21px;
    transition: 0s;
}

#sign-in-dialog-otp-popup {
	background: #fff;
	padding: 40px;
	padding-top: 0;
    padding-bottom: 0;
	text-align: left;
	max-width: 610px;
	margin: 40px auto;
	position: relative;
	box-sizing: border-box;
	border-radius: 4px;
    max-width: 900px;
}

#sign-in-dialog-otp-popup span.line {
    padding-top: 0;
}

#sign-in-dialog-otp-popup .mfp-close {
    font-size: 36px;
    padding-bottom: 4px;
}

/* Registration otp popup */
#otp-resend-wrapper {
    justify-content: center;
    align-items: center;
    display: flex;
}

#resend-otp-btn {
    background: none;
    border: none;
    color: #416bf6; /* WordPress blue or change to your theme's accent */
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    box-shadow: none;
    font-weight: 500;
    min-height: 60px;
}

#resend-otp-btn:hover {
    color: #0f181d;
}

.otp-notification {
    /*           size to content, still flex for centering */
    width: fit-content;
    box-sizing: border-box;
    padding: 0.8em;               /* horizontal padding */
    
    /* make it taller and center its contents */
    min-height: 3em;              /* ensures extra height when visible */
    justify-content: center;      /* horizontal center */
    align-items: center;          /* vertical center */
    text-align: center;           /* fallback text centering */
  
    transition: opacity 0.3s ease;
    opacity: 0;                   /* start hidden */
    font-size: 18px;
    border-radius: 5px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 1em;
    margin-right: auto;
    margin-left: auto;
  }
  .otp-notification.visible {         
    opacity: 1;                   /* fade in */
  }
  
  /* error state */
  .otp-notification.error {
    background: #fffcfb;
    color: #d8000c;
    border: 1px solid #d8000c;
  }

  /* success state */
  .otp-notification.success {
    background: #e6ffed;
    color: #006400;
    border: 1px solid #006400;
  }
  

@media (max-width:480px) {
	body #sign-in-dialog-otp-popup {
		max-width: 100%;
		overflow: hidden;
	}

}

@media (max-width:767px) {
    #otpInput_1{
        padding: 0 15px;
    }

	#sign-in-dialog-otp-popup {
		background: #fff;
		padding: 30px;
		padding-top: 0;
        padding-bottom: 0;
		color: #707070;
	}

    #sign-in-dialog-otp-popup {
        max-width: 75vw;
    }
}


/* Sweetalert of the front booking */
/* Container inside the SweetAlert modal */
#booking-popup-container {
    display: flex;
    gap: 30px;
    justify-content: space-between;
    width: 100%;
    padding: 4rem 6rem;
}

/* Left: Booking widget */
#booking-widget-step {
    width: 40%;
    min-height: 620px;
    max-height: 750px;
    overflow-y: auto; /* Enable scroll when content exceeds height */
    box-sizing: border-box;
}

/* Right: Booking summary */
#booking-summary {
    width: 35%;
    background: #f9f9f9;
    border-left: 1px solid #ccc;
    min-height: 620px;
    max-height: 750px;
    overflow-y: auto; /* enable scroll */
    box-sizing: border-box;
    overflow-y: auto;

    border: 1px solid orange;        /* 🟧 Orange border */
    border-radius: 20px;             /* ✅ Rounded corners */
    box-sizing: border-box;
    background-color: #fff;          /* Optional: white background */
    padding-left: 20px;
    padding-right: 20px;
}

/* Special style when only one service is selected */
#booking-summary.single-service .selected-services-grid {
    justify-content: center;
}

#booking-summary.single-service .service-box {
    width: 100%;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
}

#booking-summary h3 {
    font-weight: bold;
    margin-bottom: 15px;
}

.booking-section h4 {
    margin-bottom: 0px;
}

/* Service Grid */
.selected-services-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

/* Single service box */
.service-box {
    width: calc(50% - 10px); /* two per row */
    background: #fff;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    min-height: 75px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.service-name {
    margin-bottom: 15px;
    font-weight: bold;
}

.employee-placeholder {
    color: #888;
    font-size: 20px;
}

/* Booking Sections */
.booking-section {
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.selected-date-box,
.selected-hour-box {
    background: #fff;
    padding: 10px;
    margin-top: 5px;
    text-align: center;
    font-size: 14px;
    min-height: 30px;
}

.vertical-separator {
    width: 2px;
    background-color: orange;
    height: auto;
}


/* Next Button under left modal */
.toptal-booking-button {
    min-height: 60px;
    font-size: 16px;
    justify-content: center;
    align-items: center;
}

.toptal-next-btn {
    padding: 3px;
}

#booking-summary ul {
    list-style-type: none;
    font-size: 13px;
}

#booking-summary p {
    font-size: 16px;
}

@media (max-width: 768px) {
  .toptal-timeslot-item {
    padding: 7px;
  }

  .mobile-extra-buttons-wrapper {
    width: 100%;
    margin-top: 12px;
    display: block;
  }

  .mobile-horizontal-separator {
    border: none;
    border-top: 1px solid #ccc;
    margin: 12px 0;
  }

  .mobile-actions {
    display: flex;
    flex-direction: row;
    gap: 15px;
  }

  .mobile-booking-summary,
  .mobile-actions .book-now {
    flex: 1;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    margin-top: 5px;
    border-radius: 30px;
    font-size: 15px;
  }

  .mobile-booking-summary {
    background-color: #eb7438;
    color: #fff;
    border: none;
    padding: 3px;
  }

  .mobile-actions .book-now {
    /* keep native appearance */
    background-color: rgb(199, 82, 22);
    color: #fff;
    border: none;
    opacity: 0.5;              /* or 1 if enabled */
    pointer-events: none;      /* or auto if enabled */
    margin-bottom: 0px;
    margin-right: 0px;
    padding: 0px;
    padding-top: 10px;
    padding-left: 6px;
    padding-right: 6px;
  }

    /* Stack the widget and summary vertically */
  #booking-popup-container {
    padding: 0px;
    flex-direction: column;
    /* padding: 2rem 1rem;    reduce side padding on small screens */
    gap: 1rem;
  }

  /* Let the widget take full width */
  #booking-widget-step {
    width: 100% !important;
    min-height: auto;
    max-height: none;
    padding: 0;
  }

  /* And the summary too */
  #booking-summary {
    width: 100% !important;
    border: none !important;
    padding: 1rem;
    min-height: auto;
    max-height: none;
  }

  #swal-close-btn {
    display: inline-block;
    margin: 1.5rem auto 0;       /* keep top spacing + center */
    padding: 1.05rem 3rem;          /* increase hit‑area */
    font-size: 1.75rem;         /* slightly larger text */
    font-weight: 600;
    color: #c65217;              /* orange text */
    background-color: #fff;      /* white background */
    border: 2px solid #c65217;   /* orange border */
    border-radius: 30px;         /* pill shape */
    cursor: pointer;
    transition: 
        background-color 0.2s ease,
        color 0.2s ease,
        border-color 0.2s ease;
  }

  #swal-close-btn:hover {
    background-color: #c65217;   /* fill with orange on hover */
    color: #fff;                 /* white text on hover */
    border-color: #c65217;
  }

  #booking-summary-mobile-separator {
    color: grey;
    height: 8px;
  }

  #booking-summary {
     padding:0px;
  }

  #booking-summary h3 {
    margin-top: 0px;
  }

  .employee-placeholder img {
    width:100px;
    height:100px;
    border-radius:50%;
    object-fit:cover
  }

.employee-placeholder p {
    font-size:12px;
    margin-top:4px
  }

}

/* employee-table.css */
#employee-details-table {
    max-width: 1250px;
    width: 100%;
    word-wrap: break-word;
    border-collapse: collapse;
    table-layout: auto;
}

/* Employee image in the first column */
#employee-details-table td.employee-info img {
    width: 150px;        
    height: auto;
    border-radius: 6px;
    display: block;
margin: 0 auto 8px auto; /* ← centers horizontally + adds bottom spacing */
}

/* Center text and image in the employee info column */
#employee-details-table td.employee-info {
    text-align: center;
}


/* Header row only bottom border */
#employee-details-table thead th {
    border: none;
    border-bottom: 5px solid #cc6600;
    background-color: #ffbf80;
    color: #333333;
    padding: 12px;
    font-weight: bold;
    text-align: center;
}

/* No borders on td */
#employee-details-table td {
    border: none;
    padding: 12px;
    vertical-align: top;
    text-align: left;
}

/* Bottom separator between each employee row */
#employee-details-table tbody tr {
    border-bottom: 2px solid #e0e0e0;
    font-size: 17px;
}

/* Optional: spacing between list items inside cells */
#employee-details-table td ul {
    margin: 0;
    padding-left: 18px;
    list-style-type: none;
}

#employee-details-table td ul li {
    margin-bottom: 4px;
    text-align: center;
}


#listing-employee-details {
    overflow-x: auto;
    margin-top: 20px;
}


#listing-employee-details td ul {
    margin: 0;
    padding-right: 18px;
}

#listing-employee-details img {
    width: 60px;
    height: auto;
    border-radius: 6px;
    display: block;
    margin-bottom: 5px;
}

/* Timeslots timing */
.meta-info-row {
    display: flex;
    align-items: center;
    gap: 20px;
}

.meta-info-block {
    padding: 5px 10px;
    font-size: 15px;
    border-radius: 4px;
}

.meta-info-separator {
    width: 2px;
    height: 30px;
    background-color: #cc6600;
    margin: 0 10px;
}
/* END OF DIMOS CODE */