select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #ffffff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' stroke='currentColor' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round' class='css-i6dzq1'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E") no-repeat right 0.75rem center/18px 25px;
}
.form-group {
    margin-bottom: 1.3rem;
}

.form-group label {
    font-weight: 500;
}
.img-fluid {
    max-width: 80%;
    margin: 1.5em 0 0 2em;
}
.logo {
    padding: 17px 0 17px
}

.sidebar .nav-item .nav-link {
    color: inherit;
}
.sidebar {
    box-shadow: inset -1px 0 0 #EEEEEE;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.bg-light {
    background: rgba(240, 242, 248, 0.7) !important;
}
.badge-light-info {
    background: #d8f4f7;
    color: #3ec9d6;
    border-color: #d8f4f7;
}
a {
    color: #005fab;
}

.elearning .accordion-button {

}
.elearning .accordion-button::after {
    background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231c2532'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotateZ(0deg);
}

.elearning .accordion-button:not(.collapsed)::after {
    transform: rotateZ(180deg);
}
.elearning .accordion-button::after{
    content: '';
}
.elearning .accordion-button:not(.collapsed) {
    background-color: inherit;
}
.elearning .accordion-item {
    border:none;
}
.image-style-side {
    float: right;
    margin-left: 1.5em;
    max-width: 50%;
}
.image{
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}
.image-inline
{
    align-items: flex-start;
    display: inline-flex;
    max-width: 100%;
}
.hide{
    display: none;
}