.ajax-file-upload {
    color: #ffffff;
    background-color: #20295c;
    border-color: #20295c;
    margin: 0px;
    width: 250px;
    text-align: center;
    transition: all 0.5s ease;
    font-family: 'DM Sans', sans-serif;
    border-radius: 12px;
    padding: 0.8em 1.6em;
    box-shadow: 0px 14px 26px #20295c47;
    font-size: 16px;
    font-weight: 300;
}

.navbar-nav .dropdown {
    color: #194B70;
}

.school-teacher-cards .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.school-teacher-cards h6 {
    margin-bottom: 10px;
}

.school-teacher-cards h6 {
    margin-bottom: 5px;
}

.clear-filters-school-inner i {
    cursor: pointer;
}

.view-all-btn:hover {
    background-color: #b6ef17 !important;

}

.ajax-file-upload:hover {
    color: #fff;
    background-color: #a4ce31 !important;
    border-color: #a4ce31 !important;
    box-shadow: 0px 14px 26px #36460a2e !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px;
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dbdbdb;
    border-radius: 10px;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-shadow: 0 0 0.5rem rgb(0 0 0 / 0%) !important;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 0;
    border-radius: 0;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #fedc64;
    color: black;
}

.imagePreview {
    height: 180px;
    background-position: center center;
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    border-radius: 10px;
}

.ajax-file-upload-statusbar{
    display: none;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: -10000px;
}

.social-network{
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 20px;
    margin: 20px 0px;
    flex-wrap: wrap;
}

.social-network .icon a{
    width: 45px;
    height: 45px;
    background-color: #b6ef17 ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s ease;
}
.social-network .icon svg{
    fill: #000000;
}
.social-network .icon a:hover{
     background-color: #ffffff;
}

.cursor-help {
    cursor: help;
}

#school-courses-sidebar label{font-size: 80%;}
