.alert-heading h4,i{
    color: #fff;
}
.alert-heading h4{
    margin-left: 15px;
}
.alert .alert-heading .icon {
    top: 15px;
}
.list-group .list-group-item {
    background-color: unset;
}
.list-group .list-group-item a{
    color: #fff;
    font-weight: bold;
}
.list-group .list-group-item span{
    font-weight: bold;
}

/* saldo */
.alert.alert-saldo{
    height: 100px;
    background-image: linear-gradient(to right, #00cec9 , #81ecec);
    min-height: 130px;
    border-radius: 10px;
}
.alert .heading-saldo{
    font-size: 24px;
}
.alert .content-saldo .icon{
    position: unset;
    margin-left: 5px;
    font-size: 30px;
}
.alert .content-saldo span{
    font-size: 24px;
    font-weight: bold;
}

/* point */
.alert.alert-point{
    height: 100px;
    background-image: linear-gradient(to right, #6c5ce7 , #a29bfe);
    min-height: 130px;
    border-radius: 10px;
}
.alert .heading-point{
    font-size: 24px;
}
.alert .content-point .icon{
    position: unset;
    margin-left: 5px;
    font-size: 30px;
}
.alert .content-point span{
    font-size: 24px;
    font-weight: bold;
}

/* sales */
.alert.alert-sales{
    height: 100px;
    background-image: linear-gradient(to right, #e17055 , #fab1a0);
    min-height: 130px;
    border-radius: 10px;
}
.alert .heading-sales{
    font-size: 24px;
}
.alert .content-sales .icon{
    position: unset;
    margin-left: 5px;
    font-size: 30px;
}
.alert .content-sales span{
    font-size: 24px;
    font-weight: bold;
}

/* komisi */
.alert.alert-komisi{
    height: 100px;
    background-image: linear-gradient(to right, #fdcb6e , #fdcb6e);
    min-height: 130px;
    border-radius: 10px;
}
.alert .heading-komisi{
    font-size: 24px;
}
.alert .content-komisi .icon{
    position: unset;
    margin-left: 5px;
    font-size: 30px;
}
.alert .content-komisi span{
    font-size: 24px;
    font-weight: bold;
}

.referalinfo-wrapper input{
    font-size: 24px;
    font-weight: bold;
}
.referalinfo-wrapper i{
    font-size: 18px;
}

.card-body .alert.alert-info {
    background-color: #7fc3ff;
    border-color: #0086ff;
}

.wrapper-validation p{
    color: red;
}

div.wrapper-detail{
    background-color: #fafcff;
}

/* affiliate page */
.aff-home-main{
    background: #fff;
}

.aff-home-nav{
    border-bottom: .1px solid #736cc7;
}

a span.vl {
    border-left: 1px solid #736cc7;
    height: 500px;
    margin-right: 10px;
    top: 0;
}

.aff-link-in{
    font-weight: 400;
}

.aff-home-banner{
    background: #736cc7;
    width: 100%;
    height: auto;
}

.aff-home-banner-right{
    width: 100%;
    color: #fff;
}

.aff-home-banner-right-welcome{
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
}

.aff-home-banner-right-slogan{
    font-size: 24px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 12px;
}

.aff-home-right-button{
    width: 263px;
    padding: 12px 0;
    margin-top: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    border: none;
    border-radius: 64px;
    color: #fff;
    background: #3a7cf4;
    cursor: pointer;
}

.aff-home-card{
    margin-top: 100px;
}

.aff-home-card-item{
    background: #f0e;
    width: 100%;
    height: 50%;
}

.card-body-icon span.icon{
    font-size: 50px;
    color: #736cc7;
}

.bg-form{
    background: #fbfbff;
    padding-top: 20px;
}