.contact-form-inner {
    border-radius: 16px;
    padding: 32px;
    background: rgba(245, 247, 251, 1);
}
.request-demo h1.heading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    color: rgba(20, 33, 150, 1);
}
.request-demo h2.subheading {
    font-family: Roboto;
    font-weight: 300;
    font-size: 28px;
    line-height: 36px;
    color: rgba(20, 33, 150, 1);
}
.request-demo .interest-legend {
    font-family: Roboto;
    font-weight: 300;
    font-size: 24px;
    line-height: 32px;
    color: rgba(20, 33, 150, 1);
}
.info-text, .info-text a {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(53, 53, 53, 1);
}
.info-text a {
    font-weight: 700;
}
label {
    font-family: Roboto;
    font-weight: 600;
    font-size: 12px;
    line-height: 14px;
    color: rgba(68, 68, 68, 1);
}
.input-box {
    width: 100%;
    height: 40px;
    padding: 4px 8px;
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}
.input-box::placeholder {
    font-family: Roboto;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: rgba(117, 117, 117, 1);
}
.required {
    color: rgba(215, 45, 45, 1);
}
.interest-checkbox {
    width: 16px;
    height: 16px;
}

.input-icon-wrapper {
    position: relative;
    width: 100%;
}
.select-arrow {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%) rotate(0deg);
    pointer-events: none;
    transition: transform 150ms cubic-bezier(0.0, 0.0, 0.2, 1);
}
.is-open .select-arrow {
    transform: translateY(-50%) rotate(180deg);
}
.select-arrow path {
    stroke: #757575;
    transition: stroke 150ms linear;
}
.is-open .select-arrow path {
    stroke: rgba(37, 55, 226, 1);
}
.input-icon {
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    pointer-events: none;
    opacity: 0.7;
}
.input-box.with-icon,
.flatpickr-input,
.flatpickr-alt-input{
    width: 100%;
    height: 40px;
    padding: 4px 16px 4px 44px;
    border: 1px solid rgba(68, 68, 68, 1);
    border-radius: 12px;
    background: rgba(255, 255, 255, 1);
}
#salesforce_form .flatpickr-calendar.custom-picker{
    width: 582px !important;
    border: none;
    border-radius: 18px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    padding:0;
    box-shadow: 0px 4px 16px 0px rgba(0,0,0,0.15);
}

.fp-wrap{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
}
.fp-left{
    flex: 0 0 370px;
    width: 370px;
    min-width: 370px;
    padding: 18px;
    border-right: 1px solid #ececec;
    box-sizing: border-box;
}
.fp-right{
    flex: 0 0 212px;
    width: 212px;
    height: 400px;
    padding: 18px;
    box-sizing: border-box;
    overflow-y: auto;
    overflow-x: hidden;
}
.fp-right::-webkit-scrollbar{
    width: 6px;
}
.fp-right::-webkit-scrollbar-track{
    background: transparent;
}
.fp-right::-webkit-scrollbar-thumb{
    background: #cfd5ea;
    border-radius: 999px;
}
.time-slot:last-child{
    margin-bottom: 2px;
}

.flatpickr-months{
    position: relative !important;
    height: 52px;
    padding: 8px 0 0;
    margin-bottom: 2px;
}
.flatpickr-current-month .flatpickr-monthDropdown-months,
.flatpickr-current-month .numInputWrapper{
    display: none !important;
}
.flatpickr-current-month{
    position: absolute !important;
    top: 3px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;

    width: 196px !important;
    height: 32px !important;

    display: flex !important;
    align-items: center;
    justify-content: center;

    margin: 0 !important;
    padding: 0 !important;
    overflow: visible !important;
}
#salesforce_form .fp-month-select{
    width: 196px !important;
    height: 32px !important;
    min-height: 32px !important;

    padding: 4px 8px !important;
    border: 1px solid #111;
    border-radius: 12px !important;

    background: #fff !important;
    box-sizing: border-box !important;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    margin: 0 !important;
    position: relative !important;
    top: -3px !important;
    outline: none;

    font-family: Roboto, sans-serif !important;
    font-weight: 700 !important;
    font-size: 16px !important;
    line-height: 18px !important;
    text-align: center !important;
    color: rgba(68, 68, 68, 1) !important;
}
#salesforce_form .fp-month-select option{
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: rgba(68, 68, 68, 1);
}
#salesforce_form .fp-month-select:focus,
#salesforce_form .fp-month-select:active{
    height: 32px !important;
    min-height: 32px !important;
    padding: 4px 8px !important;
    line-height: 22px;
    top: -3px !important;
}
#salesforce_form .fp-month-select:focus, .flatpickr-day:focus{
    border: 2px solid #111;
}
#salesforce_form .fp-month-select:active{
    box-shadow: none;
    outline: none;
}
#salesforce_form .flatpickr-prev-month,
#salesforce_form .flatpickr-next-month{
    position: absolute !important;
    top: 8px !important;
    bottom: auto !important;
    transform: none !important;

    width: 36px !important;
    height: 32px !important;
    padding: 0 !important;
    margin: 0 !important;

    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
}
#salesforce_form .flatpickr-prev-month{
    left: 8px !important;
    right: auto !important;
}
#salesforce_form .flatpickr-next-month{
    right: 8px !important;
    left: auto !important;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg{
    width: 14px;
    height: 14px;
    fill: rgba(37, 55, 226, 1)!important;
}
#salesforce_form .flatpickr-prev-month:hover,
#salesforce_form .flatpickr-next-month:hover{
    background: #EEF2FF;
    border-radius: 999px;
}
.flatpickr-weekdays{
    background: #F2F3F7;
    border-radius: 10px;
    margin-bottom: 10px;
    padding: 0 4px;
}
span.flatpickr-weekday{
    color: #555;
    font-size: 13px;
    font-weight: 600;
}
.flatpickr-days,
.dayContainer{
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
}
.flatpickr-day{
    max-width: none;
    width: 14.285%;
    height: 46px;
    margin: 0;
    border-radius: 8px;

    background: rgba(255,255,255,1);
    border: 1px solid rgba(226,231,241,1);
    color: rgba(68,68,68,1);

    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    text-transform: uppercase;

    display: flex !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;

    padding: 6px 0 0 6px !important;
    box-sizing: border-box;

    line-height: 1 !important;
}
.flatpickr-day:hover:not(.flatpickr-disabled):not(.selected){
    background: #EEF2FF;
}
.flatpickr-day.flatpickr-disabled{
    background: rgba(245,247,251,0.6) !important;
    border: 1px solid rgba(210,215,248,0.6) !important;
    color: rgba(68,68,68,0.6) !important;
    cursor: default;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange{
    background: rgba(233,253,255,1) !important;
    border: 1px solid rgba(37,55,226,1) !important;
    color: rgba(68,68,68,1) !important;
}
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay{
    visibility: hidden !important;
    pointer-events: none !important;
    border: none !important;
    background: transparent !important;
}
.flatpickr-day.today{
    box-shadow: none !important;
}
.flatpickr-day.today {
    position: relative;
    font-weight: 600;
}
.flatpickr-day.today::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 22px;
    width: 18px;
    height: 2px;
    background: rgba(37, 55, 226, 1);
    border-radius: 2px;
}
.flatpickr-time{
    display: none !important;
}
.time-slot{
    height: 32px;
    line-height: 30px;
    border: 1px solid #2B43C7;
    color: #2B43C7;
    border-radius: 999px;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    margin-bottom: 8px;
    transition: .2s;
}
.time-slot:hover,
.time-slot.active{
    background: #DDE1FA;
}
.fp-footer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0px 18px;
    border-top: 1px solid #ececec;
    min-height: 72px;
}

#salesforce_form .fp-reset{
    position: absolute;
    left: 25%;
    transform: translateX(-50%);
    background: none;
    border: none;
    color: #2B43C7;
    font-family:  Roboto;
    font-weight:  700;
    font-size:  14px;
    line-height:  14px;
    letter-spacing: 0.4px;
    color: rgba(37, 55, 226, 1);
    text-decoration: underline;
    cursor: pointer;
}
#salesforce_form .fp-apply{
    width: 267px;
    min-width: 170px;
    height: 40px;
    border: none;
    border-radius: 100px;
    background: var(--ebg-accent-color);
    color: #fff;
    font-family: Roboto;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.4px;
    cursor: pointer;
}
.date-time-button,
.code-select-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 220px;
    height: 48px;
    padding: 13px 24px;
    background: var(--ebg-accent-color);
    color: #fff;
    text-decoration: none;
    border: none;
    border-radius: 100px !important;
    font-weight: 700;
    font-size: 14px !important;
    line-height: 14px !important;
    letter-spacing: 0.4px;
    cursor: pointer;
}

.code-select-button {
    height: 40px;
}

.date-time-button:hover {
    background: var(--ebg-accent-color) !important;
    color: #fff !important;
}
.additional-information-wrapper {
    padding: 20px;
    background: rgba(20, 33, 150, 0.05);
}
.validate-button {
    border: 1px solid rgba(37, 55, 226, 1);
    width: 253px;
    height: 40px;
    padding: 12px 16px;
    border-radius: 100px;
    font-family: Roboto !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    text-align: center;
    letter-spacing: 0px;
    color: rgba(37, 55, 226, 1);
    background: rgba(255, 255, 255, 1);
}
.date-time-button:disabled,
.date-time-button.disabled,
.validate-button:disabled,
.validate-button.disabled,
.code-select-button:disabled,
.code-select-button.disabled{
    opacity: 0.5;
    cursor: not-allowed;
}
.info-icon {
    color: rgba(36, 55, 226, 1);
}
.tooltipContent {
    background: rgba(53, 53, 53, 1) !important;
    border-radius: 4px !important;
    padding: 8px 12px !important;
    font-family: Lato !important;
    font-weight: 400 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: rgba(255, 255, 255, 1) !important;
}
.error-msg {
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: rgba(215, 45, 45, 1);
}
.success-msg {
    color: rgba(65, 120, 67, 1);
    font-family: Roboto;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
}
.code-unavailable .title,
.success-message .title{
    font-family: Roboto;
    font-weight: 300;
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0px;
    text-align: center;
    color: rgba(20, 33, 150, 1);
}
.code-unavailable h2.subheading
.success-message h2.subheading{
    font-family: Roboto;
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    text-align: center;
    color: rgba(68, 68, 68, 1);
}
.success-message h2.subheading {
    color: rgba(20, 33, 150, 1);
}
.success-message img {
    width: 80px;
    height: 80px;
}
.success-message .redirect {
    font-family: Roboto;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(117, 117, 117, 1);
}

.code-unavailable .code-resubmit-options{
    font-family: Roboto;
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0px;
    color: rgba(68, 68, 68, 1);
    gap: 4px;
    padding: 16px;
    border-radius: 16px;
    border: 2px solid rgba(226, 231, 241, 1);
    cursor: pointer;
    transition: .2s ease;
}

.code-unavailable .code-resubmit-options:hover,
.code-unavailable .code-resubmit-options:focus{
    border-color: rgba(37, 55, 226, 1);
}

.code-unavailable .code-resubmit-options input:checked + span{
    color: rgba(37, 55, 226, 1);
}

.code-unavailable .code-resubmit-options:has(input:checked){
    border-color: rgba(37, 55, 226, 1);
    background: rgba(37, 55, 226, 0.05);
}
.code-unavailable{
    position: relative;
}
.popup-close{
    position: absolute;
    top: 12px;
    right: 12px;
    border: 0;
    background: transparent;
    font-size: 28px;
    line-height: 1;
    color: #666;
    cursor: pointer;
    padding: 0;
}

.popup-close:hover{
    color: #000;
}
.flatpickr-wrapper {
    all: unset;
}
.additional-information-wrapper {
    display: none;
    overflow: hidden;
    height: 0;
    opacity: 0;
    transform-origin: top;
    transform: translateY(-6px) scaleY(0.98);
    transition:
        height 220ms cubic-bezier(0.0, 0.0, 0.2, 1),
        transform 220ms cubic-bezier(0.0, 0.0, 0.2, 1),
        opacity 150ms linear;
}
.additional-information-wrapper.active {
    opacity: 1;
    transform: translateY(0) scaleY(1);
}
.validate-button {
    transform: translateY(4px);
    transition: transform 140ms cubic-bezier(0.0, 0.0, 0.2, 1);
}

.additional-information-wrapper.active .validate-button {
    transform: translateY(0);
    transition-delay: 80ms;
}
@media (max-width: 767px) {
    .contact-form-inner {
        padding: 16px;
    }
    .request-demo h1.heading {
        font-size: 28px;
        line-height: 36px;
    }
    .request-demo h2.subheading {
        font-size: 18px;
        line-height: 24px;
    }
    .request-demo .interest-legend {
        font-size: 18px;
        line-height: 24px;
    }
    .date-time-button {
        width: 100%;
        height: 46px;
        padding: 16px 32px;
        font-size: 16px;
    }
    .code-unavailable .title {
        font-size: 28px;
        line-height: 36px;
    }
    .code-unavailable h2.subheading{
        font-size: 16px;
        line-height: 24px;
    }
    .code-unavailable .code-resubmit-options{
        font-size: 16px;
        line-height: 18px;
    }
    .success-message img {
        width: 45px;
        height: 45px;
    }
    #salesforce_form .flatpickr-calendar.custom-picker{
        width:100% !important;
        border-radius:18px;
        max-height: 90vh !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    .fp-wrap{
        width:100% !important;
        display:block !important;
        box-sizing:border-box !important;
    }
    .fp-left{
        width: 100% !important;
        max-width: 100% !important;
        min-width: 0 !important;
        box-sizing: border-box !important;
        border-right: none;
        border-bottom: 1px solid #ececec;
    }
    .fp-right{
        width: 100% !important;
        max-width: 100% !important;
        height: 308px;
        padding-top:  32px;
        padding-right: 16px;
        padding-bottom: 16px;
        padding-left: 16px;
        border-top-width: 1px;
        border-right-width: 1px;
        overflow-y: auto;
    }
    .fp-footer{
        position: sticky;
        bottom: 0;
        background: #fff;
        z-index: 10;
    }
    .flatpickr-months{
        height: 46px !important;
        padding: 4px 0 0 !important;
        margin-bottom: 2px !important;
    }

    .flatpickr-current-month{
        width: 160px !important;
        height: 28px !important;
        top: 6px !important;
    }

    #salesforce_form .fp-month-select{
        width: 160px !important;
        height: 28px !important;
        min-height: 28px !important;

        font-size: 14px !important;
        line-height: 16px !important;

        top: -2px !important;
        padding: 2px 6px !important;
    }

    #salesforce_form .flatpickr-prev-month,
    #salesforce_form .flatpickr-next-month{
        top: 6px !important;
        width: 28px !important;
        height: 28px !important;
    }

    .flatpickr-prev-month svg,
    .flatpickr-next-month svg{
        width: 12px !important;
        height: 12px !important;
    }
    #salesforce_form .fp-reset{
        left: 25%;
    }
    #salesforce_form .fp-apply{
        width: 130px;
        min-width: 130px;
        height: 40px;
    }
}
