.avatar-onlines:before {
    background-color: var(--bs-success);
}

.avatar-onlines:before {
    border-radius: 50%;
    bottom: 5%;
    content: "";
    height: 20%;
    position: absolute;
    right: 5%;
    width: 20%;
}

.cursor-pointer {
    cursor: pointer;
}

.button {
    background-color: #0B8BD5 !important;
    width: 182px !important;
    height: 43px !important;
}

.disable {
    background-color: #F9FBFD;
    color: #95AAC9;
}

.enable {
    color: black;
    background-color: #EDF2F9;
    cursor: pointer;
}