
/****************************************************
               SUCCESS POPUP
****************************************************/
.modal {
    position: fixed;
    z-index: 100000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.60);
    display: flex;
    align-items: center;
    justify-content: center;
}

.modal-content {
    display: flex;
    width: 467px;
    padding: 35px 112px;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #FFF;
    position: absolute;
}

.close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: transparent;
    cursor: pointer;
    padding: 25px 26px;
}

.success_text {
    color: #00B90D;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    padding-top: 14px;
}

.success_subtext {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 10px 0px 0px;
    font-family: Graphik;
}

.cross-icon{
    width: 18px;
    height: 18px;
    opacity: 0.5;
}

.cross-icon:hover{
    opacity: 1;
}

.tick-icon{
    width: 60px;
    height: 60px;
}

.view_vehicle_btn {
    display: flex;
    /*height: 42px;*/
    max-width: 788px;
    padding: 11px 30px;
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: 6px;
    background: #F0484E;
    color: #FFF !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
    border: none;
    cursor: pointer;
    text-decoration: none !important;
    margin-top: 10px;
}

.view_vehicle_btn:hover{
    background-color: #f46a6f;
    color: #ffffff;
}

.grey_box {
    border-radius: 4px;
    background: #F8F8F8;
    padding: 16px;
    margin-top: 30px;
    text-align: left;
}

.rewards_txt_title{
    color: #333;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0px 0px 4px;
}

.rewards_txt{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0px 0px 4px;
    font-family: Graphik;
}

.rewards_txt2{
    color: #333;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 0px 0px 10px;
}

.rewards_link {
    color: #1268E7;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    border: none;
    background: transparent;
    cursor: pointer;
    padding: 0px;
    font-family: Graphik;
}

.rewards_link:hover{
    color: #084aad;
}

.view_rewards_btn{
    display: flex;
    /*height: 42px;*/
    padding: 10px 0px;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #F0484E;
    background: #FFF;
    color: #F0484E !important;
    text-align: center;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 20px !important;
    /*width: 100%;*/
    cursor: pointer;
    margin-top: 10px;
    text-decoration: none !important;
    font-family: Graphik;
}

.view_rewards_btn:hover{
    background-color: #FFF0F1;
    color: #F0484E;
}

.pad-top {
    padding-top: 20px;
}

@media only screen and (max-width: 767px) {
    .modal-content{
        max-width: 100%;
        padding: 30px 27px;
        height: 100%;
        border-radius: 0px;
        width: 100%;
    }

    .close-btn {
        padding: 19px 17px;
    }
}

#done_resend{
    display: none;
    color: #DB1A21;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin: 4px 0px 0px;
}