.active-tab{
    background-color: #64a8d5;
    color: #fff;
}
.bg-blue-light-perso{
    background-color: #eff9ff;

}

.bg-blue-perso{
    background-color: #64a8d5;
}

.bg-bottom-blue-perso{
    border-bottom: 1px solid #64a8d5;
}

.not-active-tab{
    background-color: #eff9ff;
    color:#000 !important;
}

.input-bg-perso{
    background-color: #FFFFF8
}

.green-text-perso{
    color:#618d15;
}

.green-text-perso:hover{
    color:#618d15;
}

.green-bg-perso{
    background-color:#618d15 !important;
}

.border-color-green-perso{
    border-color:#618d15 !important

}

.red-text-perso{
    color:#941111 !important;
}

.red-text-perso:hover{
    color:#941111 !important;
}

.red-bg-perso{
    background-color:#941111 !important;
}

.border-color-red-perso{
    border-color:#941111 !important
}
