/********** LOGIN  ************************/
#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    /* background-color: #b61924; */
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

/*** MENU ****/
.sb-sidenav-light .sb-sidenav-menu .nav-link {
    color: #adb5bd;
}

/*=============================================
    // Search Students MENU
=============================================*/
/* #custom-templates .empty-message {
    padding: 5px 10px;
   text-align: center;
} */

.swal-modal .swal-text {
    text-align: center;
}


/*** DASHBOARD **********/
.flex-container {
    width: 100%;
    height: 100%;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: -8px;
}

#digital-clock {
    flex: 100%;
    font-size: 1.3em;
    margin: 0;
}

#date_clock {
    font-size: 1.3em;
}

/****** AVATAR ************/
.user-image {
    float: left;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.teacher-image {
    /* float: left; */
    width: 200px;
    height: 200px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

.student-image {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -2px;
}

/****** SELECT 2 ********************************/
.select2-container--bootstrap4 .select2-selection--single {
    height: calc(1.5em + .75rem + 15px) !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered {
    line-height: calc(1.5em + 1.5rem) !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 12px !important;
}

/*** DATE PICKER **********/
.datepicker {
    padding: 0 !important;
}

.datepicker table tr td span.active.active,
.datepicker table tr td span.active.active:hover,
.datepicker table tr td.active.active,
.datepicker table tr td.active.active:hover {
    background-color: #007bff !important;
}

.datepicker table tr td span.active,
.datepicker table tr td span.active:hover,
.datepicker table tr td.active,
.datepicker table tr td.active:hover {
    background-image: linear-gradient(to bottom, #08c, #007bff);
}

/*---------------- CountDown ----------------------*/
div#timer,
.countdown_days,
.countdown_hours,
.countdown_minutes,
.countdown_seconds {
    display: inline-block;
    line-height: 1;
    /* padding: 10px; */
    font-size: 40px;
    text-align: center;
}

div#timer span {
    display: block;
    font-size: 20px;
    color: gray;
}

.countdown_days {
    /* font-size: 100px; */
    color: #db4844;
}

.countdown_hours {
    /* font-size: 100px; */
    color: #f07c22;
}

.countdown_minutes {
    /* font-size: 100px; */
    color: #f6da74;
}

.countdown_seconds {
    /* font-size: 50px; */
    color: #abcd58;
}

/* INSTAGRAM */
#insta {
    display: inline-block;
    /* width: 250px;
    height: 250px; */
    width: 30px;
    height: 30px;
    text-align: center;
    /* border-radius: 40px; */
    border-radius: 10px;
    color: #fff;
    /* font-size: 220px; */
    font-size: 50px;
    /* line-height: 250px; */
    line-height: 30px;
    vertical-align: middle;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
    /* box-shadow: 0px 3px 10px rgba(0,0,0,.25); */
}

/* FOOTER */
.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}