/* 09-11 event info calendar front */
.deposyt-inline-widget {
    font-family: 'Inter', sans-serif !important;
    font-size: 14px;
}
.text-base {
    font-size: 16px !important;
    line-height: 24px !important;
}
.leading-7 {
    line-height: 28px;
}
.leading-10 {
    line-height: 40px !important;
}
.mb-6, .pb-6 {
    margin-bottom: 24px;
}
.pl-7 {
    padding-left: 28px !important;
}
.px-7 {
    padding-left: 28px !important;
    padding-right: 28px !important;
}
.text-sm {
    font-size: 14px !important;
}
.text-xl {
    font-size: 20px !important;
}
.text-lg {
    font-size: 18px !important;
    line-height: 18px;
}
.text-2xl{
    font-size: 24px !important;
}
.medium-gray-font {
    color: #7a7a7a !important;
}
.darkColor {
    color: #1d1d1f !important;
}
.centz-blue1 {
    color: #2050F4 !important;
}
.select2-search__field {
    font-size: 16px !important;
}
.deposyt-inline-widget .event-name {
    font-size: 26px !important;
    max-width: 400px; /* added max width */
}
.deposyt-inline-widget h1, .deposyt-inline-widget h2, .deposyt-inline-widget h3, .deposyt-inline-widget h4, .deposyt-inline-widget h5, .deposyt-inline-widget h6 {
    font-family: 'Inter', sans-serif !important;
}
.nice-select:after {
    height: 10px!important;
    width: 10px!important;
    top: 55%!important;
    border-bottom: 0px solid transparent!important;
    border-left: 5px solid transparent!important;
    border-right: 5px solid transparent!important;
    border-top: 5px solid #777EBB!important;
}
.centz-blue-bg {
    background-color: #2050F4 !important;
    transition: all 0.3s !important;
}
.height-40 {
    height: 40px !important;
}
.text-15 {
    font-size: 15px !important;
}

.event-info-wrapper {
    /*padding-right: 5%;
    padding-left: 5%;
    padding-top: 66px;
    padding-bottom: 30px;*/
    display: flex;
    justify-content: center;
/*    background-color: #fff;*/
}

.booking-container {
/*    flex: 1 1 auto;*/
/*    max-width: 800px;*/
/*    min-height: 750px;*/
/*    width: 100%;*/
    background-color: #FFF !important;
    display: flex;
    transition: all .22s ease-out;
    border: 1px solid rgba(26,26,26,0.1);
    box-shadow: 0 1px 8px 0 rgb(0 0 0 / 8%);
}

.big-booking-container {
  /*max-width: 1060px;
    min-width: 900px;*/
    min-width: fit-content;
}

.side-info {
    width: 50%;
    min-width: 300px;
    border-right: 1px solid rgba(26,26,26,0.1);
    transition: all .22s ease-out;
}

.event-img {
    min-height: 148px;
    border-bottom: 1px solid rgba(26,26,26,0.1);
}

.event-img-margin {
    margin-bottom: 40px !important;
}

.company-wx12ab-logo {
    max-height: 120px;
    max-width: 220px !important;
}

#calendar-datepicker .ui-datepicker-inline {
    width: 100%;
    border: 0;
}

#calendar-datepicker .ui-widget-header .ui-icon {
    background-image: url('ui-icons_444444_256x240.png');
    display: none; /* set to hidden */
}


#calendar-datepicker .ui-icon-circle-triangle-w {
    background-position: -95px 0;
}

#calendar-datepicker .ui-icon-circle-triangle-e {
    background-position: -33px 0;
}

#calendar-datepicker .ui-datepicker-header {
    border: 0;
    background: transparent;
}

#calendar-datepicker .ui-datepicker .ui-datepicker-prev, #calendar-datepicker .ui-datepicker .ui-datepicker-next {
    cursor: pointer;
    top: 1px;
}

#calendar-datepicker .ui-datepicker-prev-hover {
    border: 0;
    background: rgba(0,105,255,0.15);
    border-radius: 50%;
    color: #000; /* added color */
}

#calendar-datepicker .ui-datepicker-next-hover {
    border: 0;
    background: rgba(0,105,255,0.15);
    border-radius: 50%;
    color: #000; /* added color */
}

#calendar-datepicker .ui-datepicker .ui-datepicker-prev {
    left: 1px;
}

#calendar-datepicker .ui-datepicker .ui-datepicker-next {
    right: 1px;
}

.deposyt-inline-widget .main-body-wrapper > main {
    margin-top: 0;
}

.deposyt-inline-widget .main-body-wrapper {
    max-width: 100%;
}

.deposyt-inline-widget .ui-datepicker .ui-datepicker-title {  
    font-size: 16px !important;    
    font-family: 'Inter', sans-serif !important;   
    font-weight: 600 !important;   /* updated font weight */
    color: #000 !important;    
}

.deposyt-inline-widget .min-h-full {
    background-color: #fbfcfd !important;
}

#calendar-datepicker .ui-datepicker-calendar {
    font-family: 'Inter';
    border: none !important;
}

#calendar-datepicker .ui-datepicker-calendar th {   /* updated style */
    text-transform: capitalize !important;
    font-weight: 600 !important;
    color: #7A7A7A;
    font-size: 15px !important;   
}
/*removed important cause of important display color not showing for dates*/
.deposyt-inline-widget td a.ui-state-default { /* updated style */
    border-radius: 12px;
    width: 46px;
    text-align: center;
    font-size: 16px !important;
    padding: 11px;
    border: 0 !important;
    background: rgba(0,105,255,0.065);
    color: #0060e6;
    position: relative;
}

/*removed important cause of important display color not showing for dates*/
.deposyt-inline-widget td a.ui-state-default:hover {
    color: #0060e6;
    background: rgba(0,105,255,0.15);
}

.deposyt-inline-widget td a.ui-state-default.ui-state-active {
    color: #fff;
    background: rgb(0,105,255);

}
/*removed important cause of important display color not showing for dates*/
.deposyt-inline-widget td.ui-datepicker-today a.ui-state-default {
    color: #0060e6; 
    background: rgba(0,105,255,0.065);
}

.deposyt-inline-widget td.ui-datepicker-today a.ui-state-default:hover {
    color: #0060e6;
    background: rgba(0,105,255,0.15) ;
}

.deposyt-inline-widget td.ui-datepicker-today a.ui-state-default.ui-state-highlight.ui-state-active:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #dfedff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 13px;
    transform: translate(-50%,-50%);
}
.deposyt-inline-widget td.ui-datepicker-today a.ui-state-default.ui-state-highlight:after {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2050F4;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 13px;
    transform: translate(-50%,-50%);
}
.deposyt-inline-widget td.ui-state-disabled {
    opacity: 1 !important;
}
.deposyt-inline-widget td.ui-state-disabled .ui-state-default {    
    color: rgba(26,26,26,0.61) !important; 
    font-weight: 600 !important;    
    border: 0;  
    background-color: transparent !important;  
    text-align: center; 
    font-size: 16px !important;    
    width: 44px;    
    padding: 10px;  
}

.calendar-timezone + .select2-container .select2-selection--single {
    height: 38px;
    display: flex;
    align-items: center;
    border-radius: 12px; /* added border radius */
}

.calendar-timezone + .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.calendar-timezone + .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #1d1d1f !important;
    font-weight: 500 !important;
}

.spotpicker-times-subtitle {
    height: 38px !important;
    margin-top: 0 !important;
    margin-bottom: 10px !important;
    font-weight: 600 !important; /* updated font weight */
    font-size: 16px !important;
    line-height: 38px !important;
    color: #1d1d1f !important;
}

.spotpicker {
    flex: 1 1 300px;
    width: 100%;
}

.spotpicker.hasSpotpickerTimes .spotpicker-dates {
    width: 63%;
    padding-bottom: 55px;
    max-width: 100%;
}

.spotpicker.hasSpotpickerTimes .spotpicker-times {
    width: 37%;
    /* display: flex; */
    flex-direction: column;
    height: 100%;
} 
.big-booking-container .side-info {
    width: 35%;
}

.spotpicker.hasSpotpickerTimes .ui-datepicker td {
    padding: 0 !important;
}

.spotpicker-times-list {
    /* flex: 1 1 100px; */
    height: 410px; /* added height */
    padding-right: 31px;
    overflow: auto;
    padding-bottom: 15px;
}

.spotpicker-times-list::-webkit-scrollbar {
    width: 10px;
}
.spotpicker-times-list::-webkit-scrollbar-thumb {
    background: #c8c8c8;
    background:rgba(26,26,26,0.61);
    border-radius: 20px;
}
.spotpicker-times-list::-webkit-scrollbar-track {
    background: #fff;
}

.spot-list {
    overflow: hidden;
    margin-top: 8px;
    white-space: nowrap;
    user-select: none;
}

.single-time {
    margin-bottom: 10px;
    font-size: 16px !important;
}

.single-time > button {
    position: relative;
    vertical-align: top;
    padding: 5px 10px;
    border-radius: 12px; /* updated border radius */
    font-weight: 700 !important; /* updated font weight */
    font-size: 15px !important;
    transition: all .3s ease;
    transition-property: width,transform;
}

.time-button { /* updated styling */
    width: 100%;
    height: 48px;
    border: 1px solid #00000019;
    color: rgb(0,105,255);
    line-height: 10px !important;
}

.time-button:hover,
.time-button:focus {
    border-width: 2px !important;
    border-color: rgb(0,105,255);
/*    border: 1px solid rgba(0,105,255,0.5) !important;*/
    background-color: transparent;
    color: rgb(0,105,255);
}
.spot-selected .time-button:hover,
.spot-selected .time-button:focus {
   color: #ffffff !important;
}
/*removed important cause of important display color not showing for dates*/
.confirm-button:hover, .confirm-button:focus {
    background-color: rgb(0,105,255);
    color: #ffffff !important;
}

.time-button:after {
    content: "";
    position: absolute;
    top: -7px;
    bottom: -7px;
    left: 0;
    width: 100%;
}

.confirm-button {
    width: 48.5%;
    height: 48px; /* updated height */
    margin-left: 1%;
    background-color: rgb(0,105,255);
    color: #ffffff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%);
    transform: translateX(40px);
}

.spot-selected .time-button {
    width: 48.5%;
    border: 3px solid #1D1D1F; /* added border */
    background-color: transparent;
    color: #fff;
    pointer-events: none;
    cursor: default;
}

.spot-selected .confirm-button {
    transform: translateX(0);
}

.spotpicker-times {
    display: none;
}

.contact-info-wrapper {
    /* max-width: 350px; */
    max-width: 400px; /* updated max-width */
    margin-bottom: 30px;
}

.contact-info-wrapper h2 {
    font-size: 20px !important;
    line-height: 19px !important;
}

.contact-info-wrapper .form-control {
    border-radius: 8px;
    height: 50px;
    border-color: #e1e3e8 !important;
    border: 1px solid; /* added border */
}
.contact-info-wrapper textarea {
    height: auto !important;
    resize: vertical !important;
    border-style: solid;
    border-width: 1px;
}
.guest-btn {
    border-color: #2050f4;
}

.guest-btn:hover {
    background-color: rgba(0,105,255,0.05);
    color: #2050f4;
}
#guest-emails {
    height: 80px;
}

#guest-emails + .selectize-control {
    height: 80px;
    margin-bottom: 10px;
}

#guest-emails + .selectize-control > .selectize-input {
    height: 80px;
    align-items: flex-start;
}
.guest-email-field {
    display: none;
}

.back-to-prev-btn {
    position: absolute !important;
    left: 20px;
    top: 0 !important;
    width: 43px !important;
    height: 43px !important;
    border: 1px solid rgba(26,26,26,0.1) !important;
    border-radius: 50% !important;
    font-size: 24px !important;
    color: #2050f4 !important;
    transition: all 0.1s !important;
    margin-top: -5px;
}
.back-to-prev-btn:hover {
    background-color: rgba(0,105,255,0.15) !important;
    outline: none !important;

}

.event-contact-info,
.back-to-prev-btn,
.evt-time-field,
.tz-field {
    display: none;
}

.event-confirmation-wrapper {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}

.confirmation-header {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(26,26,26,0.1);
    text-align: center;
}

.details {
    border-bottom: 1px solid rgba(26,26,26,0.1);
}

.event-confirmation-wrapper {
    display: none;
}

.custom-radio-question .custom-radio1 {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #1d1d1f;
    user-select: none;
    cursor: pointer;
}

.custom-radio-question input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

.custom-radio-question .radio-checkmark {
    position: absolute;
    cursor: pointer;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #BEBEBE;
}
.custom-radio-question input[type="radio"]:checked ~ .checkmark {
    border-color: #2050F4;
    background-color: transparent;
}
.custom-radio-question .checkmark:after {
    top: 5px;
    left: 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: white;
}

/* Create a custom radio button */
.custom-radio-question .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 22px;
    width: 22px;
    background-color: transparent;
    border-radius: 50%;
    border: 1px solid #D9D9D9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-radio-question .checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.custom-radio-question input[type="radio"]:checked ~ .checkmark:after {
    display: block;
    background: #2050f4;
}

/* Style the indicator (dot/circle) */
.custom-radio-question .checkmark:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: white;
}

.question-checkbox .checkbox-container {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #1d1d1f !important;
    letter-spacing: -0.1px;
    padding-left: 43px;
    display: inline-block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    user-select: none;
}
.question-checkbox .checkbox-container .checkmark {
    top: 50%;
    transform: translateY(-50%);
}

.question-checkbox .checkbox-container input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Hide the browser's default checkbox */
.question-checkbox input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 1000;
}

/* Create a custom checkbox */
.question-checkbox .checkmark {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    height: 20px;
    width: 20px;
    background-color: transparent;
    border-radius: 0;
    border: 1px solid #CBCBE2;
}

/* When the checkbox is checked, add a blue background */
.question-checkbox input[type="checkbox"]:checked ~ .checkmark {
    background-color: transparent;
    border: 1px solid #2050f4;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.question-checkbox input[type="checkbox"]:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.question-checkbox .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #2050f4;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.question-dropdown.nice-select {
    /* border: 1px solid #e1e3e8; */
    display: flex;
    padding: 5px 17px !important;
    height: auto;
}
.question-dropdown.nice-select .list{
    max-height: 120px !important; /* updated height */
}
.error-msg {
    color: #ff1c1c;
    display: none;
}

.deposyt-inline-widget td.ui-state-disabled .ui-state-default {
    background: none;
}

#calendar-datepicker .ui-datepicker td {
    padding: 4px !important;
}
/*removed important cause of important display color not showing for dates*/
.deposyt-inline-widget td a.ui-state-default.ui-state-active.ui-state-highlight {
    color: #fff;
    background: rgb(0,105,255);
}
.event-cancellation-wrapper {
    width: 100%;
    max-width: 450px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 30px;
}
.event-cancellation-wrapper .evt-time-field, .event-cancellation-wrapper .tz-field{
    display: flex;
}
.event-cancellation-wrapper textarea{
    resize: auto;
    border:1px solid;
}
button.cancelbooking{
    height: 45px;
    width: 30%;
    /* background-color: rgb(0,105,255) !important;
    color: #ffffff;
    box-shadow: 0 1px 6px 0 rgb(0 0 0 / 10%); */
}
.detailsbookingforcancel.cancelbookingsuccess div, .formal-evt-time-field, .formal-tz-field{
    text-decoration: line-through;
}

.event-text > .fa-location-dot {
    margin-right: 2px;
    margin-top: 2px;
    margin-left: 2px;
    font-size: 24px !important;
}
.event-text > .fa-location-dot + p {
    margin-left: 35px;
}

.details .event-text > .fa-location-dot {
    margin-right: 12px;
    margin-top: 8px;
    margin-left: 7px;
    font-size: 19px !important;
}
.details .event-text > .fa-location-dot + p {
    margin-left: 39px;
}

.details .event-text > .fa-video {
    margin-right: 9px;
    margin-top: 8px;
    margin-left: 2px;
    font-size: 19px !important;
}
.details .event-text > .fa-video + p {
    margin-left: 36px !important;
}

.event-text > .fa-calendar {
    margin-right: 2px;
    margin-top: 8px;
    margin-left: 2px;
}

.event-text > .fa-earth-americas {
    margin-right: 2px;
    margin-top: 4px;
    margin-left: 2px;
}
.calendarquestionloop .nice-select.question-dropdown{
    float: none;
    border: 1px solid #0000001A !important;
    background-color: #fff !important;
    border-radius: 11px !important;
    transition: all 0.3s !important;
    color: #000;
    min-height: 42px;
    font-weight: 600 !important;
    font-size: 14px !important;
}
.calendarquestionloop .nice-select.question-dropdown:after {
    border-color: #9F9F9F !important;
    border-style: solid !important;
    border-width: 0 0 2px 2px !important;
    content: "";
    display: block;
    height: 8px !important;
    position: absolute;
    width: 8px !important;
    margin-top: -8px;
    top: 25%;
    right: 15px;
    transition: left 0.1s;
    transform: rotate(315deg);
}
.calendarquestionloop .nice-select.open.question-dropdown:after {
    transform: rotate(135deg);
    top: 27px !important;
}
/* Common class for every buttons */
.dp-btn {border-radius: 12px !important;font-weight: 600 !important;font-size: 14px !important;height: 42px !important;}

/* Common class for every small buttons */
.dp-btn-sm {border-radius: 11px !important;font-weight: 600 !important;font-size: 0.75rem !important;height: 36px !important;}

/* Class for fill button (blue to black) */
.dp-fill-btn {background: #1d1d1f !important;transition: 0.3s !important; transition-timing-function: ease-out !important;border: 0 !important;}
.dp-fill-btn:hover,
.dp-fill-btn:focus {background: linear-gradient(269deg, #D90097 0%, #2A009D 100%) !important;transition: all 0.3s ease-out !important;}

/* Class for button on top header */
.dp-fill-btn-transform:hover {
    transform: scale(1.04); 
}

/* Class for animated button */
.dp-animated-btn { color: #fff; background: #1D1D1F;border: 0 !important;transition: 0.3s;transition-timing-function: ease-out;}

.dp-animated-btn:hover,
.dp-animated-btn:focus { background: linear-gradient(45deg, #2A009D, #D90097, #2A009D); background-size: 600% 100%; animation: gradient 1.2s ease infinite; animation-timing-function: linear; animation-direction: alternate-reverse; transform: scale(1.04);  color: #fff; }

@keyframes gradient {
    0% {background-position: 0%}
    100% {background-position: 100%}
}

@media (max-width: 992px) {
    .booking-container {
        max-width: 680px;
        flex-direction: column;
        align-items: center;
    }
    .company-wx12ab-logo {
        max-width: 220px !important;
        max-height: 80px;
    }
    .event-info-wrapper {
        padding-right: 0;
        padding-left: 0;
    }
    .event-img {
        min-height: auto;
    }
    .event-text {
        text-align: left;
    }
    .event-duration {
        float: none;
    }
    .event-text > .fa-location-dot {
        margin-top: 2px;
    }
    .event-desc {
        text-align: left;
    }
    .side-info > h5.acc-name,
    .side-info > h3.event-name {
        padding-left: 12px !important;
    }
    .side-info > h3.event-name {
        line-height: 35px !important;
    }
    .event-info-wrapper {
        padding-top: 30px;
    }
    .side-info {
        border-right: 0;
        border-bottom: 1px solid rgba(26,26,26,0.1);
        padding-bottom: 32px;
        width: 100%;
    }
    .spotpicker-wrapper {
        padding-left: 4px !important; 
    }
    .spotpicker-times-subtitle {
        text-align: left;
    }
    .big-booking-container {
        min-width: auto;
    }
    .big-booking-container .side-info {
        width: 100%;
    }

    .contact-info-wrapper {
        margin-inline: auto;
    }
    .contact-info-wrapper h2 {
        text-align: left;
    }
    .contact-info-wrapper label,
    .contact-info-wrapper > form {
        text-align: left;
    }
    /* set padding for tab view  */
    #calendar-datepicker .ui-datepicker td {
        padding: 2px !important;/* updated for show space in tab and mob */
    }
}

@media (max-width: 700px) {
    .event-duration {
        float: none;
        max-width: 340px;
        margin-inline: auto;
        padding-inline: 0 !important;
    }
    .event-text,
    .event-desc {
        max-width: 340px;
        padding-inline: 0 !important;
        margin-inline: auto;
    }
    .company-wx12ab-logo {
        max-width: 180px !important;
        max-height: 90px;
    }
    .booking-container {
        box-shadow: none;
        border: 0;
    }
    /* make width 100% for avoid cutting text and overflow */
    .embed-calendar .event-info-wrapper .booking-container {
        width: 100%; 
    }
}

@media (max-width: 650px) {
    .spotpicker.hasSpotpickerTimes {
        flex-direction: column-reverse;
        align-items: center;
        width: 100%;
    }
    .spotpicker.hasSpotpickerTimes .spotpicker-dates,
    .spotpicker.hasSpotpickerTimes .spotpicker-times{
        width: 100%;
    }
    .side-info {
        width: 90% !important;
        padding-top: 0;
    }
    .rescheduleevent-img {
        position: absolute;
    }
    .contact-info-wrapper {
        max-width: 500px;
        width: 87%;
    }
    .spotpicker-wrapper.spotpicker-input-page {
        width: 100%;
    }
    .sch-event-btn {
        width: 100%;
        height: 46px !important;
    }
    .event-confirmation-wrapper {
        width: 85%;
    }
    .spotpicker-times-subtitle {
        text-align: center;
    }
    .spotpicker-times-list {
        padding-right: 15px;
        padding-left: 20px;
    }
    .spotpicker.hasSpotpickerTimes .spotpicker-dates {
        padding-right: 15px;
        padding-left: 15px;
    }
    .event-duration {
        max-width: 400px;
    }
    .event-text,
    .event-desc {
        max-width: 400px;
    }
    .back-to-prev-btn {
        margin-top: -15px;
        margin-left: -25px;
    }
    .leading-7 {
        line-height: 20px !important;
    }
    .event-text > .fa-location-dot {
        margin-top: 8px !important;
    }
    .event-text > .fa-earth-americas {
        margin-top: 0px !important;
    }
    .event-desc{margin-top: 2rem;}
}

.event-info-wrapper .url-status i.fa-video{
    margin-right: 8px;
}
.event-info-wrapper .url-status p{
    margin-left: 35px;
}

.event-info-wrapper .acc-name,
.event-info-wrapper .event-name{
    text-transform: capitalize;
}
.rescheduleevent-img{
    min-height: auto !important;
    border-bottom: none;
}
.evtimgblock{
    padding-bottom: 10px;
    margin-bottom: 0px;
}

.embed-calendar section, .embed-calendar header {
    padding-top: inherit; 
    padding-bottom: inherit; 
}

.embed-calendar {
    background: inherit;
}

@media (max-width: 767px) {
   .deposyt-inline-widget .event-name {
        font-size: 22px !important;
        margin-inline: auto; /*update css */
    }
    .deposyt-inline-widget .event-desc {
        font-size: 15px !important;
    }

    .calendar-part > h2 {
        font-size: 20px !important;
    }
    .spotpicker-dates h4.text-lg {
        font-size: 16px !important;
    }
    .deposyt-inline-widget td.ui-state-disabled .ui-state-default {
        padding: 8px; 
    }
    #calendar-datepicker .ui-datepicker td {
        padding: 2px !important; /* updated padding */
    }
    .spotpicker-wrapper {
        padding-right: 4px !important;
    }
    .deposyt-inline-widget td a.ui-state-default {
        width: 44px;
        padding: 10px;
    }
}
.calendarquestionloopdefault small {
    font-size: 12px;
}

/* Class for custom checkbox */
.dp-custom-checkbox {font-size: 0.875rem !important;line-height: 1.2;}
.dp-custom-checkbox input:checked ~ .checkmark {background-color: #1d1d1f !important;border: 2px solid #1d1d1f !important;}
.dp-custom-checkbox .checkmark {border: 2px solid #606368 !important;border-radius: 4px !important;width: 18px !important;height: 18px !important;}
.dp-custom-checkbox.checkbox-lg .checkmark {width: 20px !important;height: 20px !important;}
.dp-custom-checkbox .checkmark:after {left: 4px !important;top: 0px !important;width: 6px !important;height: 11px !important; border: solid white;border-width: 0 2px 2px 0 !important;}

/* Class for updated checkbox */
.dp-custom-checkbox1 {font-size: 0.875rem !important;line-height: 1.2; transition: all 0.3s; border-radius: 50%;height: 32px;width: 32px;display: inline-block;position: relative;padding-left: 25px; cursor: pointer;}
.dp-custom-checkbox1 input { position: absolute !important; opacity: 0 !important; cursor: pointer !important; height: 0 !important; width: 0 !important; }

.dp-custom-checkbox1 input:checked ~ .checkmark {background-color: #006cff !important;border: 2px solid #006cff !important;}
.dp-custom-checkbox1 input:checked ~ .checkmark:after { content: ""; position: absolute; display: block; }
.dp-d-multiple-option2.right-border-checkbox .checkbox-container input:checked ~ .checkmark { border: 2px solid #006cff !important; }
.dp-custom-checkbox1 .checkmark {border: 2px solid #606368 !important;border-radius: 4px !important;width: 18px !important;height: 18px !important;top: 50%;left: 50%;transform: translate(-50%, -50%); position: absolute;}
.dp-custom-checkbox1.checkbox-lg .checkmark {width: 20px !important;height: 20px !important;}
.dp-custom-checkbox1 .checkmark:after {left: 4px !important;top: 0px !important;width: 6px !important;height: 11px !important; border: solid white;border-width: 0 2px 2px 0 !important; transform: rotate(45deg) !important;}
.dp-custom-checkbox1:hover { background-color: #0000000D; }

.calendarquestionloopdefault .iti.iti--allow-dropdown {
    width: 100%;
    margin-top: 0.25rem;
    margin-bottom: 10px;
}
.event-text > .fa-phone + p { margin-left: 24px; } /*added left margin for phone number text*/
.word-wrap-anywhere {word-wrap: anywhere;}/* added word wrap class */
/* css for embed calendar */
.booking-container .event-desc.desc-txt{
    line-height: 21px;
    letter-spacing: normal;
    padding-bottom: 1rem;
    padding : 0 35px;
}
.calendarwidgetdiv .booking-container .event-desc.desc-txt {
    max-width: 500px; /* added max-width */
}
.event-info-wrapper .event-duration {
    margin-bottom: 15px;
    padding: 0 35px;
}
.event-info-wrapper .event-text {
    margin-bottom: 20px;
    padding: 0 35px;
}
.event-info-wrapper .event-text.eventName{ /* added for wrap text to next line */
    word-wrap:anywhere; 
    white-space:pre-line;
}
.ui-datepicker .ui-datepicker-next:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f054";
    display: inline-block;
    padding-top: 3px;
    vertical-align: middle;
    font-weight: 900;
    padding-left: 9px;
}
.ui-datepicker .ui-datepicker-prev:before {
    font-family: "Font Awesome 6 Pro";
    content: "\f053";
    display: inline-block;
    padding-top: 3px;
    vertical-align: middle;
    font-weight: 900;
    padding-left: 9px;
}
.single-time.spot-selected .time-button {
    color: #1D1D1F !important;
}
/* css for embed calendar ends */
/* calendar widget event info margin fix  */
.embed-calendar .builderelement.calendarwidgetdiv.calendarpartnerappttype .event-info-wrapper
{
    margin-bottom: 10px;
}