.form-group.required label:not(.form-check-label):after {
    content: "*";
    color: red;
    margin-left: 5px;
}

.form-group label {
    margin-top: 15px;
    margin-bottom: 5px;
}

.btn-primary {
    background-color: #23558500 !important;
    color: #235585 !important;
    border-color: #235585 !important;
}

.btn-primary:hover {
    background-color: #000000 !important;
    color: #ffffff !important;
}

.custom_dashboard li a {
    color: #153451 !important;
}

.custom_dashboard li a.active {
    color: white !important;
    background-color: #153451 !important;
    border-color: #153451 !important;
}


/* ------------------- */

.avatar-upload {
    position: relative;
    max-width: 125px;
    max-height: 125px;
    margin: auto;
}

.avatar-upload label {
    margin-top: 0px !important;
}

.avatar-upload .avatar-preview {
    width: 125px;
    height: 125px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #f8f8f8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-edit {
    position: absolute;
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input + label {
    display: inline-block;
    width: 125px;
    height: 125px;
    margin-bottom: 0;
    border-radius: 100%;
    background: transparent;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

/* ------------------- */

.dark-blue {
    color: #153451 !important;
}

.font-size-15px {
    font-size: 15px !important;
}

small {
    font-size: 70% !important;
}

.profile-menu, .site-header {
    display: none;
}