.navbar-collapse{
    justify-content: flex-end;
}

.ml-auto{
    margin-left:0 !important;
}

.footer-logo{
    width:25%;
}

.success-msg{
    color: green !important;
}

.error-msg{
    color: red !important;
}

.alert{
    color:#333 !important;
}

.avatar-header{
    background-position: center;
    background-repeat: no-repeat;
    width: 7rem;
    height: 7rem;
    padding: 1rem;
}

.registered-users{
    display: none;
}

.orange_dot{
    height: 12px;
    width: 12px;
    background-color: orange;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.red_dot{
    height: 12px;
    width: 12px;
    background-color: red;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.blue_dot{
    height: 12px;
    width: 12px;
    background-color: #1AA3E9;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.grey_dot{
    height: 12px;
    width: 12px;
    background-color: #ccc;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}
