.alert-error-center {
    z-index: 999999;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0px;
}
.disabled-card {
    background-color: rgba(245, 245, 245, 1);
    opacity: .4;
}
.bg-formily-main{
    background-color: #B5E8FF;
}
.bg-formily-second{
    background-color: #4DB0DA;
}
.bg-formily-third{
    background-color: #42C83C;
}
@media (max-width: 1000px) {
    .main-sidebar{
        background-color: white;
    }
}
