.block-risk-profile-wrapper{
}

.risk-profile-center{
    padding-top: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.risk-profile-center .title{
    color: #0768B3;
    font-size: 30px;
}

.roboto-normal{
    font-family: Roboto;
    font-style: normal;
}

.btn-risk-profile{
    margin-top: 2rem;
    width: 19rem;
    padding: 2rem 3rem;
    background: #FFFFFF;
    color:#888888;
    font-weight: 300;
    font-size: 20px;
    box-shadow: 0px 4px 4px 0px #00000040;
    border: 1px solid #C4C4C4;
    border-radius: 10px;
    box-sizing: border-box;
    white-space: normal;
    cursor: pointer;
}

.risk-profile-btn{
    box-sizing: border-box;
    border-radius: 10px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    width: 17rem;
    font-size: 18px;
   
}

.risk-profile-left{
    margin-right: 2rem;
}

.risk-profile-skip{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding-top: 3rem;
}

.bg-skip, .bg-back{
    border: 1px solid #0768B3;
    background: #fff;
    color:#0768B3;
    cursor: pointer;
    opacity:1;
}

.bg-next{
    border: 1px solid #0768B3;
    background: #0768B3;
    color: #fff;
    cursor: pointer;
    pointer-events: none;
    opacity: 0.8;
}

.risk-profile-description{
    text-align: left;
    padding-top: 2rem;
}

.risk-profile-description .title{
    color: #888888;
    font-size: 26px;
    font-weight: 500;
}

.risk-profile-description .disclaimer{
    color: #888888;
    font-size: 20px;
    font-weight: 300;
}

.risk-profile-description .text-bright-blue{
    color: #3cc4fc
}

.risk-profile-close-btn{
    position:absolute;
    top: -6px;
    right:-6px; 
    background-color:red;
    border-radius:50%;
    padding: 9px 7px;
    color:#fff;
    cursor: pointer;
    z-index: 100;
}

.risk-profile-info{
    border-radius:50%;
    background:#fff;
    border: 1px solid ;
    border: 0.75px solid #C4C4C4;
    padding: 3px 5px;
    position: absolute;
    top: 4px;
    right: 5px;
}

.custom-control-label::before{
    top: 3px;
    width: 2rem;
    height: 2rem;
    background-color: #0768B3;
}

.custom-control-label::after{
    width: 3rem;
    height: 3rem;
    left: -5px;
    top: -2px;
}

.radio-wrapper{
    padding-top: 2rem;
    display: inline-block;
}

.custom-control-label:first{
    padding-top: 2rem;
}


.custom-control-label{
    margin-bottom: 0;
    margin-left: 3rem;
    display: flex;
    color: #888888;
    font-size: 20px;
    padding-bottom: 1rem;
    text-align: left;
}

#investment-goal, #passive-income{
    display: none;
}

.risk-profile-main-title{
    margin-bottom: 0;
    font-size: 48px;
    font-family: Roboto;
    font-style: normal;
    font-weight: 300;
    color: #888888;
}

@media (max-width: 768px) {
    .risk-profile-main-title{
        font-size: 38px;
    }

    .risk-profile-left{ 
        margin-right: 0 !important;
    }

    .btn-risk-profile{
        width: 15rem !important;
        font-size: 14px !important;
    }

    .risk-profile-center .title{
        font-size: 25px !important;
    }

    .risk-profile-btn{
        width: 13rem !important;
        font-size: 13px !important;
    }
}


