/** Fees Calc 2025 Styles **/
.fees_calculator_2025 h1,
.fees_calculator_2025 h2,
.fees_calculator_2025 h3,
.fees_calculator_2025 h4,
.fees_calculator_2025 h5,
.fees_calculator_2025 h6 {
    font-family: "Brown", san-serif !important;
    font-weight: 600 !important;
    line-height: 1.3 !important;
}
.fees_calculator_2025 p {
    font-size: 14px !important;
    line-height: 1.3 !important;
}
.fees_calculator_2025 h1 {
    font-size: 39px !important;
}
.fees_calculator_2025 h2 {
    font-size: 28px !important;
    font-weight: 500 !important;
}
.fees_calculator_2025 h3 {
    font-weight: 500 !important;
    font-size: 20px !important;
}
.fees_calculator_2025 h6 {
    font-size: 18px !important;
}
@media(max-width: 575.98px) {
    .fees_calculator_2025 h1 {
        font-size: 35px !important;
    }
    .fees_calculator_2025 h3 {
        font-weight: 500 !important;
        font-size: 18px !important;
    }
    .fees_calculator_2025 h6 {
        font-size: 17px !important;
    }
    .fees_calculator_2025 p {
        font-size: 13px !important;
    }
}

.fees_calculator_2025 .container-fluid {
    background-color: var(--light-grey);
    padding-top: 60px;
    padding-bottom: 60px;
}

.fees_calculator_2025 .container-fluid,
.fees_calculator_2025 .container {
    position: unset;
}

.fees_calculator_2025 .container {
    width: 1120px;
}

.fees_calculator_2025 .steps_scroll_area {
    width: 50%;
    margin-bottom: 500px;
}
.fees_calculator_2025 .sticky_box_area {
    width: calc(50% - 60px);
}

.fees_calculator_2025 .steps_scroll_area,
.fees_calculator_2025 .sticky_box_area {
    display: inline-block;
}
.fees_calculator_2025 .sticky_box_area {
    margin-left: 60px;
}

.fees_calculator_2025 .step_box,
.fees_calculator_2025 .sticky_box {
    border-radius: var(--global-border-radius-small);
}

.fees_calculator_2025 .step_box {
    background-color: white;
    margin-bottom: 20px;
    padding: 20px;
}

.fees_calculator_2025 .sticky_box_area {
    position: sticky;
    margin-bottom: 20px;
    height: fit-content;
    height: max-content;
    opacity: 0;
    visibility: hidden;
    transition: ease opacity .3s;
}
.fees_calculator_2025 .sticky_box_area.visible_sticky_box {
    opacity: 1;
    visibility: visible;
}

.fees_calculator_2025 .sticky_box {
    background-color: #397CCF24;
    padding: 20px;
    display: flex;
    flex-direction: column;
}
.fees_calculator_2025 .sticky_box .sticky_box_section {
    background-color: white;
    padding: 20px;
    border-radius: var(--global-border-radius-small);
}
.fees_calculator_2025 .sticky_box .sticky_box_section:has(+ .sticky_box_section) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    padding-bottom: 0;
}
.fees_calculator_2025 .sticky_box .sticky_box_section + .sticky_box_section {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    padding-top: 0;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .techno-info,
.fees_calculator_2025 .sticky_box .sticky_box_section .deposit-info {
    top: 0px;
    margin-left: 8px;
    height: 14px;
    width: 14px;
    background-size: 14px;
    cursor: pointer;
}
.fees_calculator_2025 .sticky_box .sticky_box_section h2 {
    margin-bottom: 12px !important;
    line-height: 1.1 !important;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .button {
    margin-bottom: 0;
    font-size: 15px;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .result_row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .result_row .description {
    max-width: 60%;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .result_row .description p {
    margin-bottom: 0;
    display: block;
    width: 100%;
    font-size: 16px !important;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .result_row .description p:first-of-type {
    font-weight: 600;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting p,
.fees_calculator_2025 .sticky_box .sticky_box_section .result_row .description p:nth-of-type(2),
.fees_calculator_2025 .sticky_box .sticky_box_section .fee_deposit__result.result_row .description p:nth-of-type(2) {
    font-weight: 400;
    font-size: 13px !important;
    line-height: 1 !important;
}

.fees_calculator_2025 .sticky_box .sticky_box_section .result_row .price {
    font-size: 18px !important;
    font-weight: 500;
    line-height: 1 !important;
}
/*** Technology Fee ***/
.fees_calculator_2025 .sticky_box .sticky_box_section .technology_fee__result.result_row .description p {
    display: inline-block;
    width: fit-content;
    width: max-content;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .technology_fee__result.result_row .description {
    display: flex;
    flex-direction: row;
    align-items: center;
}

/*** discount code setting ***/
.fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting {
    display: flex;
    align-items: center;
    column-gap: 5px;
    margin-top: 5px;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting button {
    padding: 0;
    border: 0;
    background-color: transparent;
    color: #397CCF;
    text-decoration: underline;
    cursor: pointer;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting button,
.fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting p {
    font-size: 14px !important;
    line-height: 1 !important;
}

/*** total price result ***/
.fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    column-gap: 5px;
    border-top: 1px solid #e4e4e4;
    padding-top: 12px;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    column-gap: 5px;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .price {
    font-weight: bold;
    font-size: 28px !important;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .suffix {
    font-size: 14px !important;
}
.fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .inc-vat {
    font-size: 14px !important;
    text-align: right;
}



/*** Deposit Fee ***/
.fees_calculator_2025 .sticky_box .sticky_box_section .fee_deposit__result.result_row {
    border-top: 1px solid #e5e5e5;
    padding-top: 12px;
    padding-bottom: 6px;
}

.fees_calculator_2025 .sticky_box .sticky_box_section .fee_deposit__result.result_row .description p {
    display: block;
    width: 100%;
}
/*
.fees_calculator_2025 .sticky_box .sticky_box_section .fee_deposit__result.result_row .description {
    display: flex;
    flex-direction: row;
    align-items: center;
}
*/


/*** Attend VOH Box ***/

.fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section {
    padding: 20px;
    padding-top: 0;
}
.fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section .content_wrapper {
    background-color: #F6F9FC;
    padding: 20px;
    border-radius: 5px;
    text-align: center;
}
.fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section h2 {
    margin-bottom: 5px !important;
}
.fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section p {
    margin-bottom: 15px !important;
}

@media(max-width: 1599.98px) {

    .fees_calculator_2025 .sticky_box_area {
        width: calc(50% - 30px);
        margin-left: 30px;
    }
    .fees_calculator_2025 .sticky_box {
        padding: 16px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section {
        padding: 16px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section .content_wrapper {
        padding: 16px;
    }

}

@media(max-width: 1599.98px) and (min-width: 992px) {
    .fees_calculator_2025 .sticky_box .sticky_box_section h2 {
        font-size: 22px !important;
        margin-bottom: 5px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .result_row .price {
        font-size: 18px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .suffix {
        font-size: 11px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .price {
        font-size: 23px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .result_row {
        margin-bottom: 10px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section h6 {
        font-size: 16px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .inc-vat {
        font-size: 13px !important;
        line-height: 1.1;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting button,
    .fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting p {
        font-size: 12px !important;
        line-height: 1 !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .discount_code__result.result_row .discount_code_setting {
        column-gap: 0px;
        margin-top: 2px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row {
        padding-top: 8px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section p {
        line-height: 1.2 !important;
        margin-bottom: 10px !important;
    }
}

.fees_calculator_2025 .sticky_box_area {
    position: sticky;
    top: 170px;
}
@media(max-width: 1599.98px) {
    .fees_calculator_2025 .sticky_box_area {
        top: 135px;
    }
}
@media(max-width: 1199.98px) {
    .fees_calculator_2025 .sticky_box_area {
        top: 80px;
    }
}
/*** Mobile Breakpoint for 100% Width Elements ***/
@media(max-width: 991.98px) {
    .fees_calculator_2025 .steps_scroll_area {
        margin-bottom: 20px;
    }
    .fees_calculator_2025 .sticky_box_area {
        position: relative;
        top: 0;
    }
    .fees_calculator_2025 .step_box.no_box_styles {
        margin-bottom: 20px;
    }
}




@media(max-width: 1199.98px) {
    .fees_calculator_2025 .steps_scroll_area {
        width: 50%;
    }
    .fees_calculator_2025 .sticky_box_area {
        width: calc(50% - 30px);
        margin-left: 30px;
    }
}

/*** Mobile Breakpoint ***/
@media(max-width: 991.98px) {
    .fees_calculator_2025 .container {
        width: 600px;
    }
    .fees_calculator_2025 .steps_scroll_area {
        width: 100%;
    }
    .fees_calculator_2025 .sticky_box_area {
        width: 100%;
        margin-left: 0;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section .button {
        font-size: 14px;
    }

}


/**** Box Components ****/
.fees_calculator_2025 .step_box {
    position: relative;
    opacity: 0;
    visibility: hidden;
    height: 0;
    max-height: 0;
    transition: ease opacity .3s;
    margin: 0 !important;
    padding: 0 !important;
}
.fees_calculator_2025 .step_box.visible_step_box {
    opacity: 1;
    height: unset;
    max-height: unset;
    visibility: visible;
    margin-bottom: 20px !important;
    padding: 20px !important;
}
@media(max-width: 1599.98px) {
    .fees_calculator_2025 .step_box.visible_step_box {
        margin-bottom: 16px !important;
        padding: 16px !important;
    }
}


/*** Error Notice Boxes ***/
.fees_calculator_2025 span.error {
    opacity: 0;
    visibility: hidden;
}


.fees_calculator_2025 span.error,
.fees_calculator_2025 .error:not(:empty) {
    position: absolute;
    top: -18px;
    right: 20px;
    width: 230px;
    padding: 10px;
    color: white;
    font-size: 12px;
    line-height: 1.3;
    z-index: 3;
    background-color: #143256;
    transition: ease all .5s;
}
.fees_calculator_2025 .error:not(:empty)::after,
.fees_calculator_2025 span.error::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #143256;
}






/*** Rolling Contract Code Error Message ***/
.fees_calculator_2025 .step_6_options span.error,
.fees_calculator_2025 .step_6_options .error:not(:empty) {
    top: -18px;
    width: 390px;
    margin-bottom: 0;
    right: 16px;
}
.fees_calculator_2025 .step_6_options .error:not(:empty)::after,
.fees_calculator_2025 .step_6_options span.error::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 0;
    border-top: 4px solid #143256;
    bottom: -4px;
    top: unset;
}
.fees_calculator_2025 .step_6_options .error:not(:empty)::after,
.fees_calculator_2025 .step_6_options span.error::after {
    left: 88%;
}
@media(max-width: 575.98px) {
    .fees_calculator_2025 .step_6_options span.error,
    .fees_calculator_2025 .step_6_options .error:not(:empty) {
        top: -45px;
        width: 210px;
    }
}



/*** Discount Code Error Message ***/
.fees_calculator_2025 .step_6_options span.discountErrorMessage > span.error,
.fees_calculator_2025 .step_6_options span.discountErrorMessage > .error:not(:empty) {
    top: unset;
    bottom: -25px;
    width: 256px;
    margin-bottom: 0;
    right: 16px;
}
.fees_calculator_2025 .step_6_options span.discountErrorMessage > .error:not(:empty)::after,
.fees_calculator_2025 .step_6_options span.discountErrorMessage > span.error::after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 4px solid #143256;
    border-top: 0;
    bottom: unset;
    top: -4px;
}
.fees_calculator_2025 .step_6_options span.discountErrorMessage > .error:not(:empty)::after,
.fees_calculator_2025 .step_6_options span.discountErrorMessage > span.error::after {
    left: 50%;
}










/*** Display ALL error messages when populated ***/
.fees_calculator_2025 .error:not(:empty) {
    opacity: 1;
    visibility: visible;
}



/* Step Box */
.fees_calculator_2025 .step_box .step_box_heading h3 {
    font-weight: 600;
    margin-bottom: 15px;
}
.fees_calculator_2025 .step_box .step_box_heading h3:has(+ p) {
    margin-bottom: 5px;
}
.fees_calculator_2025 .step_box .step_box_heading h3 + p {
    font-size: 12px;
    margin-bottom: 15px;
}

/* Radio Option Selections */
.fees_calculator_2025 a.radio_option,
.fees_calculator_2025 a.radio_option:not(.button),
.fees_calculator_2025 a.radio_option:hover,
.fees_calculator_2025 a.radio_option:not(.button):hover,
.fees_calculator_2025 a.radio_option:focus,
.fees_calculator_2025 a.radio_option:not(.button):focus{
    display: block;
    text-decoration: none !important;
}
.fees_calculator_2025 a.radio_option * {
    text-decoration: none;
}
.fees_calculator_2025 .radio_option {
    position: relative;
    border-radius: 5px;
    border: 2px solid #e4e4e4;
    width: 100%;
    cursor: pointer;
    margin-bottom: 15px;
    transition: ease all .3s;
    overflow: hidden !important;
}
.fees_calculator_2025 .radio_option:last-of-type {
    margin-bottom: 0;
}
.fees_calculator_2025 .radio_option input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*display: none;*/
    opacity: 0;
}
.fees_calculator_2025 .radio_option .main_radio_flex {
    padding: 10px;
    padding-left: 40px;
    display: flex;
    flex-wrap: wrap;
}
.fees_calculator_2025 .radio_option::before {
    content: '';
    width: 21px;
    height: 21px;
    display: block;
    position: absolute;
    top: 10px;
    left: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../assets/svg/radio_deselected.svg');
    transition: ease all .3s;
}
.fees_calculator_2025 .radio_option:hover {
    border: 2px solid #397CCF;
}
/*** Active Option Styles ***/
.fees_calculator_2025 .radio_option.active_option {
    border: 2px solid #397CCF;
    background-color: #F0F6FF;
}
.fees_calculator_2025 .radio_option.active_option::before {
    background-image: url('../assets/svg/radio_selected.svg');
}
/*** Disabled Option ***/
.fees_calculator_2025 .radio_option.disabled_option {
    opacity: 0.3;
    cursor: not-allowed;
    pointer-events: none;
}

/*** Radio Option Flex Variations ***/
.fees_calculator_2025 .radio_option .main_radio_flex.flex-row div.heading {
    width: 100px;
    padding-right: 10px;
}
.fees_calculator_2025 .radio_option .main_radio_flex.flex-row div.info {
    width: calc(100% - 100px);
}

.fees_calculator_2025 .radio_option .main_radio_flex.flex-column div.heading {
    width: 100%;
}
.fees_calculator_2025 .radio_option .main_radio_flex.flex-column div.info {
    width: 100%;
}
.fees_calculator_2025 .radio_option .main_radio_flex.flex-column div.info p {
    margin-top: 5px;
}

.fees_calculator_2025 .radio_option div.heading h6 {
    margin-bottom: 0;
}
.fees_calculator_2025 .radio_option div.info p {
    margin-bottom: 0;
}
.fees_calculator_2025 .radio_option .additional_message {
    width: 100%;
    background-color: #397CCF;
    color: white;
    font-size: 12px;
    padding: 2px;
    text-align: center;
}

@media(max-width: 1599.98px) {
    .fees_calculator_2025 .radio_option {
        margin-bottom: 12px;
    }
}

/*** Provision Section (provision__section / sibling_discount__section) ***/
.fees_calculator_2025 .radio_option .options_number_increments {
    position: relative;
    z-index: 2;
    text-align: center;
    background-color: white;
}
.fees_calculator_2025 .radio_option .options_number_increments p {
    margin-bottom: 10px;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 10px;
}
.fees_calculator_2025 .radio_option .increment__options {
    padding-top: 20px;
    padding-bottom: 20px;
}
.fees_calculator_2025 .radio_option .increment__options + .increment__options {
    padding-top: 10px;
}


/**** Custom Number Increment Fields ****/
.fees_calculator_2025 .custom-number-increment-fields {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    width: fit-content;
}
.fees_calculator_2025 .custom-number-increment-fields input[type="number"] {
    width: 60px;
    padding: 8px !important;
    text-align: center;
    outline: none;
    font-size: 16px;
    font-weight: 800;
    margin-bottom: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
    -moz-appearance: textfield;
    border: 1px solid #cccccc;
}
.fees_calculator_2025 .radio_option .additional_options_number_increments input[type="number"]:focus {
    outline: none;
}
.fees_calculator_2025 .custom-number-increment-fields button {
    background-color: #FEDD00;
    border: none;
    font-size: 22px;
    line-height: 1;
    height: 40px;
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.2s ease;
    outline: none;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 4px;
}
.fees_calculator_2025 .custom-number-increment-fields button:disabled {
    opacity: 0.2;
    cursor: not-allowed;
}
/* Remove spinners in some browsers */
.fees_calculator_2025 .custom-number-increment-fields [type=number]::-webkit-inner-spin-button,
.fees_calculator_2025 .custom-number-increment-fields input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


/*** No Box Styles Step Box ***/
.fees_calculator_2025 .step_box.no_box_styles {
    background-color: transparent;
    padding: 0;
    margin-top: 60px !important;
    margin-bottom: 50px;
}
.fees_calculator_2025 .step_box.no_box_styles .main_radio_flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fees_calculator_2025 .tabContent {
    position: relative;
}

@media(max-width: 991.98px) {
    .fees_calculator_2025 .step_box.no_box_styles {
        margin-bottom: 50px;
    }
}


/*** Annual or Rolling Checkbox Toggle ***/
.fees_calculator_2025 .toggle_switch {
    position: relative;
}
.fees_calculator_2025 .toggle_switch .toggleContainer {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: fit-content;
    width: max-content;
    border: 5px solid #143256;
    border-radius: 30px;
    background: #143256;
    font-weight: bold;
    color: #343434;
    cursor: pointer;
    font-size: 14px;

    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome, Edge, Opera and Firefox */
}
.fees_calculator_2025 .toggle_switch .toggleContainer::before {
    content: '';
    position: absolute;
    width: 50%;
    height: 100%;
    left: 0;
    border-radius:20px;
    background: white;
    transition: all 0.3s;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox:checked + .toggleContainer::before {
    left: 50%;
}
.fees_calculator_2025 .toggle_switch .toggleContainer div {
    padding: 6px 15px;
    text-align: center;
    z-index: 1;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox {
    width: 100%;
    height: 100%;
    opacity: 0;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox:checked + .toggleContainer div:first-child{
    color: white;
    transition: color 0.3s;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox:checked + .toggleContainer div:last-child{
    color: #1D1D1B;
    transition: color 0.3s;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox + .toggleContainer div:first-child{
    color: #1D1D1B;
    transition: color 0.3s;
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox + .toggleContainer div:last-child{
    color: white;
    transition: color 0.3s;
}

/*** disabled state of button ***/
.fees_calculator_2025 .toggle_switch .toggleCheckbox:disabled {
    /*pointer-events: none;*/
}
.fees_calculator_2025 .toggle_switch .toggleCheckbox:disabled + label {
    cursor: not-allowed;
}
/*** Old style of disabled pill - where the option would disappear if it was not available ***/
/*.fees_calculator_2025 .toggle_switch .toggleCheckbox:disabled + .toggleContainer div:last-child {*/
/*    display: none;*/
/*}*/
/*.fees_calculator_2025 .toggle_switch .toggleCheckbox:disabled + .toggleContainer  {*/
/*    grid-template-columns: unset;*/
/*}*/
/*.fees_calculator_2025 .toggle_switch .toggleCheckbox:disabled + .toggleContainer::before {*/
/*    width: 100%;*/
/*}*/


@media(max-width: 767.98px) {
    .fees_calculator_2025 .toggle_switch .toggleContainer div {
        padding: 6px 9px;
    }
    .fees_calculator_2025 .toggle_switch .toggleContainer {
        font-size: 12px;
    }
}


/*** discount code ***/
.fees_calculator_2025 .main_radio_flex.discount_code_fields {
    margin-top: 20px;
}
.fees_calculator_2025 .main_radio_flex.discount_code_fields .step_box_heading h3 {
    margin-bottom: 0;
}
.fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset {
    display: flex;
    flex-direction: row;
    column-gap: 10px;
}
@media(max-width: 575.98px) {
    .fees_calculator_2025 .step_box.no_box_styles .main_radio_flex.discount_code_fields {
        display: flex;
        flex-direction: column !important;
        column-gap: 0;
        row-gap: 10px;
        text-align: left;
        justify-content: flex-start;
        align-items: flex-start;
    }
}
.fees_calculator_2025 .main_radio_flex.discount_code_fields .step_box_heading {
    width: 160px;
}
.fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset input[type="text"] {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border: 1px solid #e4e4e4 !important;
    height: 45px;
}
.fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset button {
    background-color: #143256;
    border: none;
    outline: none;
    color: white;
    padding: 10px 15px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1;
    font-size: 18px;
    height: 45px;
    cursor: pointer;
}
@media(max-width: 575.98px) {
    .fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset {
        width: 100%;
    }
    .fees_calculator_2025 .main_radio_flex.discount_code_fields .step_box_heading {
        width: 100%;
    }
    .fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset input[type="text"] {
        width: calc(100% - 85px);
    }
    .fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset input[type="text"] {
        font-size: 16px;
    }
    .fees_calculator_2025 .main_radio_flex.discount_code_fields fieldset button {
        font-size: 16px;
    }
}


/**** Mobile Sticky box Section Styles ***/
@media(max-width: 575.98px) {
    .fees_calculator_2025 .sticky_box .sticky_box_section:has(+ .sticky_box_section) {
        margin-bottom: 16px;
        border-bottom-right-radius: var(--global-border-radius-small);
        border-bottom-left-radius: var(--global-border-radius-small);
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section {
        padding: 0;
        border-top-right-radius: var(--global-border-radius-small);
        border-top-left-radius: var(--global-border-radius-small);
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .result_row .price {
        font-size: 18px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section.attend_voh_section p {
        line-height: 1.4 !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section h2 {
        font-size: 24px !important;
    }
    .fees_calculator_2025 .sticky_box_area {
        margin-bottom: 50px;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .price {
        font-size: 25px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .price_and_suffix .suffix {
        font-size: 13px !important;
    }
    .fees_calculator_2025 .sticky_box .sticky_box_section .total_price__result.result_row .inc-vat {
        font-size: 13px !important;
        text-align: right;
    }
}

@media(min-width: 992px) {
    .fees_calculator_2025 .position_fixed_mobile_pill {
        display: none !important;
    }
}

/**** Mobile Fixed Position Pill ***/
@media(max-width: 991.98px) {
    .fees_calculator_2025 .position_fixed_mobile_pill {
        opacity: 0;
        visibility: hidden;
        transition: ease all .3s;
        position: fixed;
        z-index: 50000000000;
        bottom: 10px;
        left: 50%;
        transform: translate(-50%);
        width: 400px;
        max-width: calc(100% - 32px);
    }
    .fees_calculator_2025 .position_fixed_mobile_pill.visible_mobile_pill {
        opacity: 1;
        visibility: visible;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-end;
        width: 100%;
        background-color: var(--secondary-yellow);
        border-radius: 100px;
        padding: 12px 30px;
        box-shadow: 0px 10px 33px -8px rgba(0,0,0,0.49);
        -webkit-box-shadow: 0px 10px 33px -8px rgba(0,0,0,0.49);
        -moz-box-shadow: 0px 10px 33px -8px rgba(0,0,0,0.49);
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles p {
        margin-bottom: 0;
        font-size: 10px !important;
        font-weight: 600;
        text-transform: uppercase;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles a {
        font-weight: 600;
        cursor: pointer;
        position: absolute;
        right: 25px;
        line-height: 1;
        display: none !important;
    }
    /*** Mobile Pill Prices ***/
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .price_and_suffix {
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        column-gap: 2px;
        line-height: 1;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .total_price__result .price_and_suffix .price {
        font-weight: bold;
        font-size: 22px !important;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .total_price__result .price_and_suffix .suffix {
        font-size: 14px !important;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .monthly_price__result {
        opacity: 0.65;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .monthly_price__result .price_and_suffix .price {
        font-weight: 500;
        font-size: 19px !important;
    }
    .fees_calculator_2025 .position_fixed_mobile_pill .mobile_pill_styles .monthly_price__result .price_and_suffix .suffix {
        font-size: 13px !important;
    }


    /*** Hide Sticky Mobile Box by Default ***/
    .fees_calculator_2025 .sticky_box_area.visible_sticky_box .sticky_box {
        opacity: 0;
        transition: ease all .3s;
    }
    .fees_calculator_2025 .sticky_box_area.visible_sticky_box .sticky_box.visible_mobile_sticky_box_results {
        opacity: 1;
    }

}



/*** Fees Estimate Box Completed ***/

@-webkit-keyframes animateFeesBorderColorOnFeesCompletion {
    0% {
        background-color: #397CCF24;
    }
    20% {
        background-color: #397CCF;
    }
    60% {
        background-color: #397CCF24;
    }
    100% {
        background-color: #397CCF;
    }
}

.fees_calculator_2025 .sticky_box.completed_fees_journey {
    -webkit-animation-name: animateFeesBorderColorOnFeesCompletion;
    -webkit-animation-duration: 1000ms;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-fill-mode: forwards;
}

.fees_calculator_2025 .sticky_box.completed_fees_journey_permanent {
    background-color: #397CCF;
}
