html, body {
    overflow-x: hidden;
}

/** Header drawer **/
#menu-left-wrapper {
    justify-content: center;
    align-items: center;
}

#menu-left-wrapper .elementor-widget-nav-menu {
    width: 100%;
}

#menu-left-wrapper li.menu-item .sub-menu {
    position: relative !important;
    margin: 0 !important;
    display: block !important;
    width: 100% !important;
}

#menu-left-wrapper .sub-menu .elementor-sub-item {
    padding: 8px 20px !important;
}

/**/

/** Loan form **/

/* Indicator */
#form-widget-wrapper .e-form__indicators {
    position: absolute;
    top: -70px;
    left: -19px;
    right: 0;
}

#form-widget-wrapper .e-form__indicators .e-form__indicators__indicator__label {
    width: max-content;
}

/**/

#step-header p {
    font-size: 15px;
    margin-bottom: 0px !important;
}

#step-header h2 {
    font-size: 20px;
}

#form-field-loan_amount,
#form-field-loan_amount:focus,
#form-field-loan_amount:hover,
#form-field-loan_amount:active {
    border: none;
    font-size: 40px;
    text-align: center;
    border-bottom: 1px solid var(--e-global-color-secondary);
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.elementor-field-type-previous {
    display: none !important;
}

.elementor-field-group-loan_amount::before {
    content: "$";
    position: absolute;
    font-size: 40px;
}

.e-form__step:not(.elementor-hidden) {
    justify-content: center;
}

.range-slider {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    column-gap: 20px;
    justify-content: space-evenly;
    align-items: center;
}

.range-slider input {
    flex: 1;
}

#range {
    -webkit-appearance: none;
    width: 100%;
}

#range:focus {
    outline: none;
}


#range::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: var(--e-global-color-secondary);
    border-radius: 1rem;
}

#range::-webkit-slider-thumb {
    -webkit-appearance: none;
    border: 0.25rem solid var(--e-global-color-secondary);
    box-shadow: 0 1px 3px rgba(0, 0, 255, .3);
    border-radius: 50%;
    background: #fff;
    cursor: pointer;
    height: 32px;
    width: 32px;
    transform: translateY(calc(-67% + 8px));
}


@media (max-width: 700px) {
    #form-widget-wrapper .e-form__indicators {
        top: -70px;
    }

}

/* Select2 container */
.select2-container {
    width: 100% !important;
}

.select2.select2-container .select2-selection--single {
    width: 100% !important;
    height: 47px !important;
    border-radius: 0 !important;
}

.select2.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 47px !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 25% !important;
}