.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    z-index: 1000;
    max-width: 100%;
}
.overlay-content {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: white;
    padding: 0px;
    border-radius: 0.6em;
    width: 500px;
    overflow: hidden;
}
#close-popup:hover{
    color: #333;
}

#datepicker{
    margin-bottom: 20px;
}
.ui-datepicker-header {
  color: #505050;
  background:transparent;
  border-style: none;
  font-weight:normal;
   border-bottom: none;
}
.ui-datepicker {
font: 20px Arial, sans-serif;
}
.ui-datepicker thead {

}
.ui-datepicker th {
color: #505050;
font-weight:normal;
}
table caption+thead tr:first-child td, 
table caption+thead tr:first-child th, 
table colgroup+thead tr:first-child td, 
table colgroup+thead tr:first-child th, 
table thead:first-child tr:first-child td, 
table thead:first-child tr:first-child th {
    border-block-start: none !important;
}
.ui-datepicker {
  width: 100%;
}
.ui-datepicker table {
  width: 100%;
}
.ui-datepicker-prev span, .ui-datepicker-next span {
    background-image: none !important;
}


.ui-datepicker-prev span.ui-icon , .ui-datepicker-next span.ui-icon {
    display: block;
	width: 12px;
    text-indent: 0;
    overflow: hidden;
    background-repeat: no-repeat;
}
.ui-datepicker-prev span:before {
    content: "\003C";
    position: relative;
}
.ui-datepicker-next span:before {
    content: "\003E";
    position: relative;
}

.ui-state-hover.ui-datepicker-next , .ui-state-hover.ui-datepicker-prev{
    border: 1px solid #cccccc00 !important;
    border-radius: 50%;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    margin-left: -6px !important;
    margin-top: -10px !important;
}
/* .ui-datepicker-calendar .ui-state-hover {
  background: red !important;
} */
table tbody>tr>td, table tbody>tr>th {
    background-color: transparent !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
    background-color: #f7f7f7 !important;
    border: none !important;
    border-radius: 50%;
}
.ui-datepicker-today a.ui-state-highlight , .ui-state-default.ui-state-active {
	border-color: #a0a0a0 !important;
	background: #a0a0a0 !important;
	color: #ffffff !important;
	border-radius: 50%;	
}
.ui-datepicker-today.ui-datepicker-current-day a.ui-state-highlight {
	border-color: #a0a0a0 !important;
	background: #a0a0a0 !important;
	color: #ffffff !important;
	border-radius: 50%;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    color: #454545 !important;
}
td#special-td {
    padding: 0px !important;
}
.ui-datepicker td {
    border: 0;
    padding: 3px 14px !important;
}
.ui-datepicker td span, .ui-datepicker td a {
    text-align: center !important;
}
.ui-datepicker td a {
    padding: 6px 4px !important;
}
td.ui-datepicker-unselectable.ui-state-disabled span {
    background: transparent !important;
}
.ui-widget.ui-widget-content {
    border: none !important;
}
.note_div {
    display: table-row !important; /* Ensure it displays as a row in the table */
    background-color: #f7f7f7;
    color: #333;
    text-align: center;
    padding: 10px;
    font-weight: bold;
}

.overlay-content .slotsPane {
    overflow-y: scroll !important;
    overflow-x: hidden !important;
    max-height: 200px;
}
.overlay-content .slotsPane {
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, .14);
    border-radius: .2em;
    overflow: hidden;
    margin-top: .3em;
}
.overlay-content .p-2 {
    padding: .5em !important;
}
.slots-panel {
    overflow: hidden;
}
.front {
    font-size: 20px;
}
.overlay-content .d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.ds-3 {
    width: 31%;
}
.d-section {
    margin: 0 .2em;
}
.day-part {
    display: block;
    text-align: center;
    font-size: .75em;
    min-height: 28px;
}
.overlay-content .wbtn:not(:disabled):not(.wbtn-disabled) {
    cursor: pointer;
}
.wbtn span {
    display: block;
}
.wbtn.wbtn-slot {
    width: 100%;
    overflow: hidden;
}
.overlay-content .wbtn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375em;
    font-size: .8em;
    line-height: 1.5;
    border-radius: 0.25em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    background-color: transparent;
    background: transparent;
    height: auto;
    text-transform: none;
}
.overlay-content .wbtn:focus, .overlay-content .wbtn.focus {
    box-shadow: 0 0 0 .2em rgba(255, 202, 7, 0.25);
}
.overlay-content .wbtn.wbtn-primary:hover {
    background-color: rgba(255, 202, 7, 0.9);
    box-shadow: 0 0 0 .2em rgba(255, 202, 7, 0.5);
}
.overlay-content .wbtn.wbtn-primary, .overlay-content .wbtn-primary:not(:disabled):not(.disabled):active, .overlay-content .wbtn-primary:not(:disabled):not(.disabled).active {
    background: #ffca07cc;
    background-color: #ffca07;
    border-color: rgba(255, 202, 7, 0.8);
    color: #141414;
    box-shadow: 0 .1em 0 rgba(255, 202, 7, 0.6);
    margin: .2em 0;
}
.overlay-content span#system-time-zone {
    text-align: center !important;
    font-size: .9em !important;
}

#time-slots ul {
    list-style: none;
    padding: 0;
}

#time-slots li {
    padding: 8px;
    background: #f9f9f9;
    border: 1px solid #ddd;
    margin-bottom: 5px;
    cursor: pointer;
    border-radius: 4px;
}

#time-slots li.selected {
    background: #e9ecef;
    border-color: #adb5bd;
}

#meeting-form {
    width: 95%;
    margin: 0 auto;
}
#meeting-form .booking-primary-btn {
    background: #ffca07;
    background-color: #ffca07;
    border: 1px solid transparent;
    box-shadow: 0 .1em 0 #ffca0799;
    color: #141414;
    border-radius: 0.25em;
    font-size: 1.4em;
    padding: 0.375em !important;
}
#meeting-form .booking-primary-btn:not(:disabled):hover,#meeting-form .booking-primary-btn:not(:disabled):focus {
    background-color: rgba(255, 202, 7, 0.9);
    box-shadow: 0 0 0 .2em #ffca0780;
}
#meeting-form .booking-secondary-btn:hover {
    background-color: rgba(247, 247, 247, 0.9);
    box-shadow: 0 0 0 .2em rgba(247, 247, 247, 0.5);
}
#meeting-form .booking-secondary-btn {
    background: rgba(247, 247, 247, 1);
    background-color: rgba(247, 247, 247, 1);
    border: 1px solid transparent;
    color: rgba(96, 96, 96, 1);
    box-shadow: 0 .1em 0 rgba(247, 247, 247, 0.6);
    font-size: 1.4em;
    padding: 0.375em !important;
    border-radius: 0.25em;
}
.btn-structure {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375em;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0.25em;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
    background-color: transparent;
    background: transparent;
    height: auto;
    text-transform: none;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.mr-2{
    margin-right: .4em;
}
.mt-20 {
    margin-top: 20px;
}
.mb-20 {
    margin-bottom: 20px;
}
.flex-fill {
    -ms-flex: 1 1 auto !important;
    flex: 1 1 auto !important;
}

#meeting-form label {
    display: block;
    margin-bottom: 5px;
}

#meeting-form input {
    width: 97%;
    font-weight: 400;
    line-height: 1.5;
    color: #505050;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25em;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-size: 16px;
    padding: 8px;
    margin-bottom: 10px;
    border-right: 4px solid #ed7575;
}
#meeting-form input:focus {
    border-color: #ffca07;
    box-shadow: 0 0 2px rgba(255, 202, 7, 0.6);
    outline: 2px solid transparent;
}
#meeting-form .booking-primary-btn:disabled {
    opacity:0.65;
    }

#schedule-meeting {
   background-color: rgba(255,202,7,1);
    border-color: rgba(255, 202, 7, 0.8);
    color: #000;
    box-shadow: 0 .1em 0 rgba(255, 202, 7, 0.6);
    margin: .2em 0;
        display: inline-block;
        font-weight: bold;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border: 1px solid transparent;
        padding: 0.4em;
        font-size: 1em;
        line-height: 1.5;
        border-radius: 0.25em;
        transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
        margin: 0;
        height: auto;
        text-transform: none;
    }

    #schedule-meeting:hover {
        background-color: rgba(255, 202, 7, 0.9);
        box-shadow: 0 0 0 .2em rgba(255, 202, 7, 0.5);
    }
	
	
	.ui-datepicker td[data-title]:hover::after {
        content: attr(data-title);
        position: absolute;
        background: #333;
        color: #fff;
        padding: 5px;
        border-radius: 3px;
        font-size: 12px;
        white-space: nowrap;
        z-index: 1000;
        pointer-events: none;
    }
    
	.booking-fields {
        margin: .5em 0;
    }
    .required {
        color: #ed7575; /* Set the asterisk color to red */
        font-weight: bold; /* Make the asterisk bold for emphasis */
    }
    button.close-button-where {
        color: black;
        padding: 0px !important;
        border: none !important;
        font-size: 20px;
        background: transparent !important;
    }
    .close-button-where:hover {
        background-color: transparent;
    }
    #close-popup {
        color: rgba(103, 103, 103, 0.7) !important;
        border: none !important;
        padding: 0px !important;
        border-radius: 0px !important;
        right: .3em;
        display: inline-block;
        font-size: 20px;
        position: absolute;
    }
    #close-popup:hover {
       background: transparent !important;
       color: #676767 !important;
       font-weight: bolder;
    }
    .popup-header {
        width: 100%;
        overflow: hidden;
        background-color: rgba(245,244,244,1);
        box-shadow: 0px 4px 10px -10px rgba(0, 0, 0, .9) !important;
        position: relative;
        border-top-left-radius: 0.6em;
        border-top-right-radius: 0.6em;
    }
    .align-items-center {
        align-items: center;
    }
    .staff-av .wstaff-img {
        width: 54px;
        height: auto;
        border-radius: 50%;
        background-size: cover;
        margin-right: 0;
        border: 2px solid #eaeaea;
        background-color: #fff;
    }
    .staff-desc {
        padding-left: .4em;
        width: 100%;
        font-size: 1.6em;
        text-align: left;
        color: #676767;
    }
    .staff-desc strong {
        line-height: 1.2;
        font-weight: 600 !important;
    }
    .wap-head {
        padding: 8px;;
    }
    .servicelabel {
        color:#505050;
        font-size: 1.5em;
    }
    .summary-section {
        border-bottom: 1px solid rgba(80, 80, 80, 0.1);
        font-size: .8em;
        padding: 0.8em;
        color: #505050;
        line-height: 1.2;
        width: 95%;
        margin: 0 auto;
    }
    .logo {
        height: auto;
        width: 32px;
        border-radius: 50%;
        background-position: center center;
        background-size: cover;
        box-shadow: inset 0px 8px 10px 0 rgba(0, 0, 0, .08);
        display: block;
    }
    .outer-div {
        background-color: rgba(255, 202, 7, 0.5);
        border-radius: 1em;
        padding: .2em .7em;
        margin: .4em 0;
    }
    .inline-flex {
        display: inline-flex;
    }
    .popup-body {
        overflow-y: scroll;
        overflow-x: hidden;
        color: #505050;
        max-height: calc(85vh);
        margin-top: 12px;
    }
    .ml-2 {
        margin-left: .4em;
    }
    .meetinglabel {
        font-size: 1.2em;
    }
    .slotduration {
        font-size: 1.2em;
        font-weight: bold;
        margin: 0 .6em;
    }
    .title-how {
        color:#505050;
        text-align: center;
        font-size: 1.4em;
        padding: .3em 0px;
    }
    .action-div:hover {
        cursor: pointer;   
    }
    .action-div {
        width: 100%;
        margin: .4em;
        border: none;
        overflow: hidden;
        padding: .4em;
        max-width: 340px;
        font-size: 1em;
        background: rgba(247, 247, 247, 1);
        background-color: rgba(247, 247, 247, 1);
        border-color: rgba(247, 247, 247, 0.8);
        color: rgba(96, 96, 96, 1);
        box-shadow: 0 .1em 0 rgba(247, 247, 247, 0.6);
        margin: .4em 0;
        border-radius: .5em;
    }
    .action-div:hover {
        background-color: rgba(247, 247, 247, 0.9);
        box-shadow: 0 0 0 .2em rgba(247, 247, 247, 0.5);
    }
    
    .flex-wrap {
        flex-wrap :wrap;
    }
    .pad {
        padding:1em !important
    }
    .service-label {
        margin: 0 .5em;
        font-size: 1.3em;
        text-align: left;
    }
    .svg-icon {
        margin: 0 7px; /* Add padding around the SVG */
        vertical-align: middle; /* Vertical alignment */
    }
    div#available-slots h5 {
        text-align: center !important;
        width: 100%;
    }
    #where-section,#when-section {
        display: none;
    }
    .swal2-close.custom-swal-close {
        background: #ddd;
        border-radius: 50%;
        padding: 6px;
        width: 30px;
        height: 30px;
        line-height: 18px;
        font-size: 20px;
        font-weight: bold;
        color: #444;
        right: 10px;
        top: 10px;
    }
    .sweetalert h4, .sweetalert h5 {
        padding: 0px;
        margin: 5px auto;
    }