
.div-alert-login{
    height: 0.5cm;
    text-align: center;
}
.div-alert-login .badge{
    white-space: wrap;
}
.div-alert-login .act-loader{
    white-space: nowrap;
}
.div-alert-login .spinner-border{
    padding: 0;
    font-size: 9px;
    width: 20px;
    height: 20px;
}
.icheck{
    margin-top: 12px;
}
.icheck input{
    height: 15px;
    width: 15px;
    cursor: pointer;
    border-color: rgb(143, 143, 143);
}
.icheck label{
    font-weight: 400;
    cursor: pointer;
    position: absolute;
    margin-top: -0 !important;
    margin-left: 4px;
    font-size: 12px;
    color: rgb(143, 143, 143);
}
.col-select .user-box{
    border: 1px solid #dadada;
    box-shadow: 0 0 2px #adadad;
    border-radius: 7px;
    padding: 5px 10px;
}
.col-select:hover .user-box{
    cursor: pointer;
    background: #cae3ff;
    border-color: #b5d6fc;
}
.col-select .user-box .user-box-i{
    text-align: center;
    justify-content: center;
    font-size: 28px;
}
.col-select .user-box .user-box-content{
    text-align: center;
    justify-content: center;
}