/* =================================
=======CUSTOM CSS FOR  GEM ======== 
====================================*/

body {
    background-color: #f5f8ff;
    font-size: 13px !important;
}
.header,.nav-header {
    height: 4rem;
}
.header{
    box-shadow: 0px -5px 8px #000;
}
.nav-header {
    background-color: #6673fd !important;
    border-right: 1px solid #dfdfdf;
}
.brand-name{   
    font-size: 1.8rem;
    font-variant: all-small-caps;
    font-weight: 600;
    /* color: #7356f1; */
    color: #6673FD;
}
.dropdown-menu{
    margin-top: -10px;
}
.header-left input {
    background: rgba(180, 170, 248, 0.2) !important;
    min-height: 40px;
    /* border-color: #9e76fc; */
    color: #454545 !important;
    border-top-right-radius: 0rem;
    border-bottom-right-radius: 0rem;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    box-shadow: none; 
}
.header-left .search_bar .search_icon {
    background: rgba(180, 170, 248, 0.2) !important;
    /* border-color: #9e76fc; */
    height: 40px;
    padding: 5px 15px !important;
    border-top-left-radius: 0rem;
    border-bottom-left-radius: 0rem; 
    border-top-right-radius: 5rem;
    border-bottom-right-radius: 5rem; 
}


.header-left .search_bar .dropdown-menu, .header-left .search_bar .dropdown-menu.show {
    left: 40px;
    top: -8px;
    transform: translateY(50%);
    display: block;
}


.dlabnav {
    top: 4rem;
    /* box-shadow: -5px 0px 8px #000; */
    background: #6673fd;
}

.dlabnav .metismenu > li > a {
    color: #ffffff;
    font-weight: 500;
    display: inline-block;
}
.dlabnav .metismenu ul a {
    font-weight: 400;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: rgb(82, 82, 82);
}


.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl, .col-xxl-auto {
    padding-right: 10px;
    padding-left: 10px;
}

.card {
    height: calc(100% - 20px);
}

.overlay-box_one:after {
    background: #7ED321 !important;
}
.overlay-box_three:after {
    background: #50E3C2 !important;
}

.small-caps{
    font-variant: small-caps !important;
}
.text-uppercase{
    text-transform: uppercase !important;
}

.points{
    font-size: .7rem;
    font-weight: thin;
    font-variant: small-caps;
}
.challenge-points{
    width: 100px !important;
    height: 100px !important;
}

.text-normal{
    font-size: .8rem;
    font-variant: normal !important;
    line-height: 1 !important;
}
h5,.h5 {
    font-size: .9rem !important;
}
/* =========start pre-signup========= */

@media screen and (min-width: 992px) {
    #pre-teacher{
        transform: rotate(-5deg);
        transition: all 1s ease-out ;
    }

    #pre-student{
        margin-top: -10rem;
        transform: rotate(5deg);
        transition: all 1s ease-out ;
    }

    #pre-parent{
        transform: rotate(-3deg);
        transition: all 1s ease-out ;
    }

    #pre-teacher:hover,
    #pre-student:hover,
    #pre-parent:hover{
        transform: rotate(0deg);
        transition: all 1s ease-out ;
    }
    
}

/* ========= SIGN UP FORM ======== */
.auth-form .btn {
    height: 36px !important;
}

/* ========= STUDENT DASHBOARD DESIGN ======= */
.page-titles {
    margin-bottom: 20px !important;
}

.content-body .container-fluid, .content-body .container-sm, .content-body .container-md, .content-body .container-lg, .content-body .container-xl {
    padding-top: 5px;
    padding-right: 20px;
    padding-left: 20px;
}

.page-titles {
    margin-bottom: 15px !important;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.breadcrumbX {
    display: flex;
    flex-wrap: wrap;
    /* padding: 0.75rem 1rem; */
    margin-bottom: 1rem;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: 0.25rem;
}
.flash-data{
    font-size: .8rem !important;
    font-weight: 400 !important;
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100% !important;
}

.btn-head{
    min-width: 150px;
    height: 35px;
    font-size: .7rem;
}
.head .select2-container--default .select2-selection--single {
    border-radius: 0;
    border: 1px solid #eaeaea;
    height: calc(1.95rem + 2px);
    background: #fff;
    border-radius: 7px;
    height: 35px;
    border-radius: 5px;
}

.qote-of-week{
    position: relative;
}
.qote-of-week img{
    position: absolute;
    top: 30px;
    right: 10px;
    height: 50%;
    width: 40%;
}
.custom .media-body h6{
    font-weight: 500 !important;
    font-size: 14px !important;
    font-variant: normal !important;
}

.fc-row.fc-week.fc-widget-content.fc-rigid {
    height: 60px !important;
}

.fc-scroller.fc-day-grid-container {
    height: 360px !important;
}

.anouncement .event{
    width: 45px;
    border-radius: 15px !important;
    text-align: center;
    justify-content: center;
    padding: 10px 5px;
    color: #fff;
}
.anouncement .event h4{
    color: #fff;
}

.earning-student .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin: 0.25rem .5rem;
    background-color: #fff;
    border: 1px solid #dde0df;
    border-width: 1px !important;
    border-radius: 15px !important;
}

.btn-log-out{
    padding: 0.7rem 0rem;
    border-radius: 0.75rem;
    font-weight: 600;
    width: 70% !important;
}
.p-75{
    padding: .75rem !important;
}
.m-75{
    margin-bottom: 0.75rem !important;
}
.reward{
    position:relative;
}
.reward img{
    position: absolute;
    top: 50%;
    right: 10px;
    height: 75%;
    width: 30%;
    transform: translateY(-50%);
}
.earn-title{
    padding: 0;
    margin: 0;
    font-size: .7rem;
}