:root {
    --primary-color: #F72585;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

p {
    font-size: 1rem;
}

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

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

.footer-logo {
    width: 25%;
}
footer svg {
    fill: white;
}
.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;
}

.navbar {
    padding: 1rem 0;
}

.navbar-brand-img {
    max-height: 3rem;
    width: auto;
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary-color);
}

.btn-success:hover {
    background-color: #e7be6d;
}