.profile-white{
    background: #E8E8E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000080;
    border-bottom-right-radius: 18px;
    border-bottom-left-radius: 18px;
}

.profile-dark-blue{
    background: transparent;
    border-radius: 6px;
    padding: 25px;
}

.profile-dark{
    background: #1F2243 0% 0% no-repeat padding-box;
    box-shadow: 0px 8px 8px #00000082;
    padding: 20px;
}

.white-container{
    background: #E8E8E8 0% 0% no-repeat padding-box;
    box-shadow: 0px 6px 6px #00000080;
    border-radius: 18px;
    padding: 20px;
}

.loan-status{
    background: transparent linear-gradient(0deg, #FF9914 0%, #FF5353 100%) 0% 0% no-repeat padding-box;
    border-radius: 9px;
    padding: 20px;
}