/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

button:disabled,
button[disabled]{
    background: #cccccc !important;
    cursor: not-allowed !important;
    /*color: #666666;*/
}



.steps label {
    font-size: 11px;
    margin-top: 10px;
}
.btn-get-rate-wrapper{
    margin-top: 20px;
    text-align: center;
}
.btn-get-rate{
    background: -webkit-linear-gradient(left, #ffc600 0%, #ff4200 50%, #ffc600 100%);
    background-size: 300%, 1px;
    background-position: 0%;
}
.status {
    margin: 0;
    padding: 50px 0;
}
.status__line {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 5px;
    border-radius: 20px;
    border: none !important;
    background-color: #ffc600;;
}

.status__page {
    margin-top: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 13px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    line-height: 200%;
}
.status__back {
    /*opacity: 0.4;*/
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
    margin-right: auto;
    cursor: pointer;
}

.status__page span:first-child {
    font-size: 19px;
    line-height: 115%;
    opacity: 1;
}
.status__current{
    color: #000;
}
.status__page span {
    margin-left: 3px;
    display: inline-block;
    opacity: 0.3;
}
#stage_1 .status__line {
    background-color: #ffc600;
}
#stage_1 .status__back{
    display: none !important;
}

.status__line:before {
    content: "";
    position: absolute;
    left: 0;
    height: 5px;
    border-radius: 20px;
}

#stage_1 .status__line:before {
    background-color: #ff7d00;
    width: 33.33%;
}
#stage_2 .status__line:before {
    background-color: #ff7d00;
    width: 66.66%;
}
#stage_3 .status__line:before {
    background-color: #ff7d00;
    width: 100%;
}


.message-box{
    text-align: center;
    margin-to: 20px;
}

.coefficient-message{
    color: red;
    margin: 0 5px;
}

.steps-btn-back{
    color: #000 !important;
    /*opacity: 1;*/
}



.insurance-data-price-wrapper{
    border: 2px solid #ff7d00;
    border-radius: 5px;
    display: inline-block;
    padding: 5px;
    margin-left: -5px;
}