.Overlay_content {
    padding: 20px 20px;
}


.Review_body {
    background-color: #253844;
    padding-bottom: 20px;
    margin-bottom: -100px;
}

.Review_header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Credit_card_img {
    max-width: 158px;
    max-height: 249px;
    margin-bottom: 28px;
}

.Review_header_title {
    color: #FFF;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 32px;
}

.Credit_limit_card {
    border-radius: 16px;
    background: #39505C;
    padding: 20px 20px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
}

.Fixed_deposit_review_card {
    border-radius: 12px;
    background: #39505C;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 20px;
}

.Fixed_deposit_review_card.resume_journey_card {
    background: #EFF1FF;
    padding-bottom: 20px;
}

.Fixed_deposit_review_title {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 26px;
}

.Fixed_deposit_review_title.resume_journey_title {
    color: #000;
}

.Address_review_card {
    border-radius: 12px;
    background: #39505C;
    padding: 20px;
    margin-bottom: 20px;
}

.Address_review_header {
    color: #FFF;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    margin-bottom: 8px;
}

.Address_review {
    color: #FFF;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
    opacity: 0.7;
}

.TnC_container {
    margin-bottom: 20px;
}

.Tnc_details {
    color: #FFF;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
} 

.Tnc_Button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    font-size: inherit;
}

.Reviewing_body {
    height: 90vh;
    background-color: #253844;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Reviewing_waiting_message {
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

.ReviewTnCLink {
    color: inherit;
}

/* .Review_confirmation_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0;
    background: #253844;
    box-sizing: border-box;
    width: 100%;
    padding: 20px;
} */

.Credit_limit_focus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.Credit_limit_focus_title {
    color: #FFF;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 175%; /* 175% */
}

.Credit_limit_focus_value {
    color: var(--white, #FFF);
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 133%; /* 133.333% */
}

.Referral_input_container {
    margin-bottom: 36px;
}

.Referral_input_heading {
    color: var(--white, #FFF);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%; /* 157.143% */
}

.Referral_input_heading.active {
    color: var(--heading, #E9E9E9);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 157%; /* 157.143% */
}

.Referral_input_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.Referral_input_field {
    color: var(--white, #FFF);
    background-color: transparent;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%; /* 133.333% */
    width: 100%;
    border: none;
    outline: none;
}

.Referral_input_field ::placeholder {
    color: var(--grey-99, #999);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 133.333%; /* 133.333% */
}

.Field_input_base.referral_input {
    background-color: var(--grey-99, #999);
}

.Field_input_base.referral_input.active {
    background-color: #FFF;
}

.Clear_icon_container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 14px;
    height: 14px;
}

.Ellipse_icon {
    position: absolute;
    z-index: 1;
}

.Clear_icon {
    position: absolute;
    z-index: 2;
    /* position: fixed; */
    justify-self:flex-start;
}

.Review_terms_overlay_controller_row {
    display: flex;
    flex-direction: row-reverse;
}

.Review_terms_header_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 28px;
}

.Review_terms_heading {
    color: var(--Black_00, #000);
    /* Body 3 - SB */
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 166.667%; /* 166.667% */
}

.Review_terms_agree_all {
    color: var(--CTA-Blue, #3857FF);
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 166.667%; /* 166.667% */
    cursor: pointer;
}

.Review_terms_agree_all.Terms_selected {
    opacity: 0.5;
}

.Review_terms_row {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 20px;
}

.Review_terms_text {
    color: var(--Grey_66, #666);
    font-family: 'Manrope';
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; /* 150% */
}

.Review_terms_divider_line{
    height: 1px;
    background-color: #E3E3E3;
    margin-bottom: 20px;
    width: 100%;
}

@media (min-width : 768px) { 

    .Overlay_content {
        padding: 40px 30px;
    }

    .Header.Review_header {
        max-width: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .Body.Review_body {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-around;
    }

    .Fixed_deposit_review_card {
        /* width: 110%; */
        width: 351px;
    }

    .Fixed_deposit_review_card.resume_journey_card {
        width: auto;
    }

    .Credit_limit_card {
        /* width: 102%; */
        /* max-width: 40vw; */
        width: 351px;
    }

    .TnC_container {
        /* width: 10%; */
        /* max-width: 100%; */
        width: 40vw;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

    .Tnc_details {
        width: 100%;
    }

    .Address_review_card {
        /* width: 110%; */
        width: 351px;
    }

    .Review_submit_button {
        /* width: 125%; */
        /* max-width: 40vw; */
        width: 100%;
    }
}