.disabled_btn {
    background-color: #6c757d !important;
    border-color: #6c757d !important;
}

@keyframes cursor {
    50% {
        background: transparent;
    }
}

.select-styled {
    font-family: Heebo !important;
}

.inv_feed {
    font-family: Heebo;
    font-style: normal;
    font-weight: 500;
    color: red;
    font-size: 15px;
    margin-top: 10px;
}

/* Scroll var styles*/
.select-options {
    display: block;
    font-family: Heebo;
    font-size: 18px;
    color: rgb(105, 110, 123);
    margin-top: -181px;
    border-radius: 10px;
    border: none;
    -webkit-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 18px 8px rgba(0, 0, 0, 0.12);
}

.select-styled {
    color: #6d6d6d;
}

.select-options li {
    border: none;
}

ul::-webkit-scrollbar-thumb {
    background: #369;
    border: 4px solid transparent;
    border-radius: 8px;
    background-clip: padding-box;
}

ul::-webkit-scrollbar {
    width: 16px;
}

.back-btn {
    z-index: 999;
    max-width: 39px;
    width: 100%;
    height: 37px;
    position: absolute;
    background: #eb5757;
    -webkit-box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    border-radius: 30px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none !important;
}

.back-btn:hover {
    background: #369;
}

@media (max-width: 425px) {
    .back-button-block {
        margin-left: 24px !important;
    }
}

input:focus ~ .floating-label,
input:not(:focus):valid ~ .floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 13px;
    opacity: 1;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 18px;
    transition: 0.2s ease all;
    font-family: Heebo;
}

.flex-placeholder {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: center;
}

@media only screen and (max-width: 768px) {
    .flex-placeholder {
        align-items: baseline;
    }
}

@media only screen and (max-width: 425px) {
    .flex-placeholder {
        align-items: center;
        flex-direction: column;
    }
}

.data-style {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.apply-btn {
    width: 120px;
    height: 30px;
    background: #369;
    -webkit-box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    box-shadow: 3px 5px 10px rgba(51, 102, 153, 0.27);
    border-radius: 30px;
    font-family: Heebo;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    border: none;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    outline: 0;
    padding: 5px 10px;
}

/* Thin Scrollbar */
ul {
    scrollbar-color: #369 white;
    scrollbar-width: thin;
}

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

/*------*/
.input-box input:focus ~ .label,
.input-box input:not(:focus):valid ~ .label {
    top: 10px;
    bottom: 10px;
    left: 295px;
    font-size: 13px;
    opacity: 1;
}

.input-box input:focus ~ .label-pounds,
.input-box input:not(:focus):valid ~ .label-pounds {
    top: 22px;
    bottom: 10px;
    left: 44px;
    font-size: 13px;
    opacity: 1;
}

.input-box input:focus ~ .label-amount,
.input-box input:not(:focus):valid ~ .label-amount {
    top: 22px;
    bottom: 10px;
    left: 60px;
    font-size: 13px;
    opacity: 1;
}

.input-box input:focus ~ .label-date,
.input-box input:not(:focus):valid ~ .label-date {
    top: 10px;
    bottom: 10px;
    left: 93px;
    font-size: 13px;
    opacity: 1;
}

.input-box {
    position: relative;
    max-width: 210px;
    margin-right: 10px;
    margin: 0 auto;
}

.poll[data-current="mortgage_remaining"] .input-box {
    max-width: 230px;
}

.label {
    position: absolute;
    pointer-events: none;
    left: 295px;
    top: 31px;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-pounds {
    font-size: 20px;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-amount {
    font-size: 20px;
    width: 100%;
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.label-date {
    position: absolute;
    pointer-events: none;
    left: 93px;
    top: 25px;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

@media (max-width: 1200px) {
    .label {
        left: 200px;
    }

    .input-box input:focus ~ .label,
    .input-box input:not(:focus):valid ~ .label {
        left: 200px;
    }
}

@media (max-width: 990px) {
    .label {
        left: 80px;
    }

    .input-box input:focus ~ .label,
    .input-box input:not(:focus):valid ~ .label {
        left: 80px;
    }
}

@media (max-width: 768px) {
    .label {
        left: 100px;
        top: 44px;
    }

    .input-box input:focus ~ .label,
    .input-box input:not(:focus):valid ~ .label {
        left: 100px;
        top: 27px;
    }

    .input-box input:focus ~ .label-date,
    .input-box input:not(:focus):valid ~ .label-date {
        left: 45%;
        top: 30px;
    }

    .label-date {
        left: 45%;
        top: 40px;
    }

    #tobacco_status {
        font-size: 18px;
        margin-top: 18px;
    }
}

button.selected {
    background: #369;
    color: white;
}

.label-form {
    position: absolute;
    pointer-events: none;
    left: 25px;
    top: 23px;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.last_form {
    font-size: 18px;
    height: 60px !important;
    font-family: Heebo;
}

.input-box input:focus ~ .label-form,
.input-box input:not(:focus):valid ~ .label-form {
    top: 3px;
    bottom: 3px;
    left: 20px;
    font-size: 13px;
    opacity: 1;
}

.title-quote-page {
    font-family: Lato;
    font-size: 24px;
    font-weight: 500;
}

.back-button-block {
    z-index: 999;
    margin-left: 100px;
}

.label-birthday {
    font-size: 20px;
    position: absolute;
    pointer-events: none;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.birthday-box {
    position: relative;
}

.label-income {
    position: absolute;
    pointer-events: none;
    left: 295px;
    top: 30px;
    transition: 0.2s ease all;
    font-family: Heebo;
    color: #6d6d6d;
}

.input-box input:focus ~ .label-income,
.input-box input:not(:focus):valid ~ .label-income {
    top: 10px;
    font-size: 13px;
    opacity: 1;
}

.birthday-box input:focus ~ .label-birthday,
.birthday-box input:not(:focus):valid ~ .label-birthday {
    top: 6px;
    left: 23px;
    transform: translateX(0);
    font-size: 13px;
}

.birthday-inp {
    margin: 0 !important;
    text-align: center;
    font-family: Heebo;
}

@media (max-width: 768px) {
    .birthday-inp {
        max-width: 100% !important;
    }

    .birthday-box input:focus ~ .label-birthday,
    .birthday-box input:not(:focus):valid ~ .label-birthday {
        top: 5px;
        bottom: 3px;
        left: 10%;
        font-size: 13px;
    }

    .label-income {
        left: 87px;
        top: 30px;
    }

    .input-box input:focus ~ .label-income,
    .input-box input:not(:focus):valid ~ .label-income {
        left: 12%;
    }
}
@media (max-width: 425px) {
    .label-income {
        left: 20px;
        top: 23px;
    }

    .input-box input:focus ~ .label-income,
    .input-box input:not(:focus):valid ~ .label-income {
        left: 4%;
        top: 3%;
    }
}

.main input {
    border-color: #d3d3d3;
}

.main input:hover {
    border-color: #787d8a;
}

.main input {
    font-family: Heebo;
}

input:focus ~ .label {
    color: #339bd5;
}

input:focus ~ .label-birthday {
    color: #339bd5;
}

input:focus ~ .label-form {
    color: #339bd5;
}

.label-select {
    font-family: Heebo;
    left: 20px;
    top: 5px;
    font-size: 13px;
    position: absolute;
    display: block;
    color: #6d6d6d;
}

.quote_par label {
    text-align: start;
}

.form-block {
    border: 1px solid #d3d3d3;
}

.form-block:hover {
    border: 1px solid #696e7b;
}

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

@media (max-width: 767px) {
    /*TODO*/
    .label {
        left: 100px;
        top: 23px;
    }

    .input-box input:focus ~ .label,
    .input-box input:not(:focus):valid ~ .label {
        left: 100px;
        top: 6px;
    }
}

@media (width: 769px) {
    /*TODO*/
    .label {
        left: 85px;
        top: 23px;
    }

    .input-box input:focus ~ .label,
    .input-box input:not(:focus):valid ~ .label {
        left: 85px;
        top: 6px;
    }

    .input-box input:focus ~ .label-date,
    .input-box input:not(:focus):valid ~ .label-date {
        left: 45%;
        top: 30px;
    }

    .label-date {
        left: 45%;
        top: 40px;
    }
}

.mobile_hide {
    display: none;
}

.mobile_show {
    display: block;
}

@media (max-width: 768px) {
    .mobile_hide {
        display: block;
        margin-top: 0;
    }

    .mobile_show {
        display: none;
    }
}

@media (min-width: 768px) {
    .job-block {
        margin-top: 20px;
    }

    .children-block {
        margin-top: 20px;
    }
}

.range-slider {
    position: relative;
    height: 80px;
}

.irs-min {
    display: none;
}

.irs-max {
    display: none;
}

.irs--round .irs-line {
    background-color: white !important;
    border: 1px solid #369;
    height: 9px !important;
    box-shadow: rgb(51, 102, 153) 0px 0px 4px 0px;
}

.irs--round .irs-handle {
    border: 2px solid #369;
    margin-top: 3px;
    width: 22px;
    height: 22px;
}

.irs--round .irs-bar--single {
    height: 9px !important;
    background-color: #369 !important;
}

.irs-single {
    display: none;
}

.already-selected {
    background-color: #6d6d6d !important;
}

.selected button:hover {
    background: #eb5757;
}

.plan-content {
    margin-left: 20px;
    /* word-break: break-all; */
}

#customGetQuote {
    font-family: Heebo;
    color: #3681cc;
    font-size: 16px;
    font-weight: 500;
}
