/*  import google fonts */
/* @import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap"); */

* {
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
    font-family: cursive;
}

li.active a {
    color: #5882FA;
    transition: 1s;
}

.active-dropdown-color {
    color: #5882FA;
}

.logo {
    text-align: left;
    display: flex;
    margin: 0px 0 0 0px;
    padding-bottom: 1rem;
}

.logo img {
    padding-left: 5px;
    width: 140px;
    height: 100px;
    border-radius: 0%;
}

.logo span {
    font-weight: bold;
    padding-left: 15px;
    font-size: 18px;
    text-transform: capitalize;
}

a:hover i {
    transition: 0.5s;
}

.logout {
    position: absolute;
    bottom: 300;
}

/* Courses */
.main-course {
    margin: 10px;
    text-transform: capitalize;
}

.dashboard-box {
    width: 40%;
    height: 50px;
    padding: 5px;
    margin-left: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.manage-box {
    width: 98%;
    height: 60px;
    padding: 5px 5px 5px 5px;
    margin-left: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.course-box {
    width: 68%;
    height: 300px;
    padding: 10px 10px 30px 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.course-box ul {
    list-style: none;
    display: flex;
}

.course-box ul li {
    margin: 10px;
    color: gray;
    cursor: pointer;
}

.course-box ul .active {
    color: #000;
    border-bottom: 1px solid #000;
}

.course-box .course {
    display: flex;
}

.box {
    width: 33%;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    background: #1a76d1;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.box p {
    font-size: 12px;
    margin-top: 5px;
}

.box button {
    background: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    margin-top: 2rem;
    cursor: pointer;
}

.box button:hover {
    background: rgba(0, 0, 0, 0.842);
}

.box i {
    font-size: 7rem;
    float: right;
    margin: -20px 20px 20px 0;
}

.html {
    color: rgb(25, 94, 54);
}

.css {
    color: rgb(104, 179, 35);
}

.js {
    color: rgb(28, 98, 179);
}

.logout {
    position: absolute;
    bottom: 10;
}

/* Main Section */
.main {
    position: relative;
    padding: 20px;
    width: 100%;
}

.main-top {
    display: flex;
    width: 100%;
    margin-left: 10px;
}

.main-top i {
    position: absolute;
    left: 240;
    top: 43px;
    color: rgb(29, 28, 28);
    cursor: pointer;
}

.main-topstudents {
    display: flex;
    width: 100%;
    margin-left: 10px;
}

.main-topstudents i {
    position: absolute;
    left: 285;
    top: 45px;
    color: rgb(29, 28, 28);
    cursor: pointer;
}

.main .users {
    display: flex;
}

.users .card {
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.users .card img {
    width: 70px;
    height: 70px;
    border-radius: 10%;
    margin: auto;
}

.users .card h4 {
    text-transform: capitalize;
}

.main .users .card:hover {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(32, 157, 240, 0.8);
    border: solid 1px white;
}

div.card.active {
    transform: translateY(-10px);
    box-shadow: 0 0 10px 5px rgba(32, 157, 240, 0.8);
    border: solid 1px white;
}

.main .users .card h4 a:hover {
    color: #1A76D1;
}

.users .card p {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.users table {
    margin: auto;
}

.users .per span {
    padding: 5px;
    border-radius: 10px;
    background: rgb(223, 223, 223);
}

.users td {
    font-size: 10px;
    padding-right: 5px;
}

.users .card button {
    width: 100%;
    margin-top: 1px;
    padding: 7px;
    cursor: pointer;
    border-radius: 5px;
    background: transparent;
    border: 1px solid #1A76D1 ;
}

.users .card button a {
    width: 95%;
    margin-top: 1px;
    padding: 0px;
    cursor: pointer;
    border-radius: 10px;
    background: transparent;
    border: 0px solid #1a76d1;
}

.users .card:hover {
    color: #111;
    transition: 2.5s;
    border: 1px solid red;
}

/* Main Section Statistics*/
.mainstatistics {
    position: relative;
    padding: 20px;
    width: 100%;
}

.mainstatistics-top {
    display: flex;
    width: 100%;
}

.mainstatistics-top i {
    position: absolute;
    right: 0;
    margin: 10px 30px;
    color: rgb(110, 109, 109);
    cursor: pointer;
}

.mainstatistics .statistics {
    display: flex;
    width: 100%;
    justify-content: center;
}

.statistics .card {
    width: 15%;
    margin: 10px;
    background: #fff;
    text-align: center;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.mainstatistics .users .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 5px rgba(26, 118, 193, 0.8);
    border: solid 1px white;
}

.mainstatistics .users .card h4 a:hover {
    color: #1A76D1;
}

.statistics .card img {
    margin: 10px;
    width: 70px;
    height: 70px;
    border-radius: 10%;
}

.statistics .card h4 {
    text-transform: capitalize;
}

.statistics .card p {
    font-size: 12px;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.statistics .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 5px rgba(26, 118, 193, 0.8);
    border: solid 1px white;
}

.statistics table {
    margin: auto;
}

.statistics .per span {
    padding: 5px;
    border-radius: 10px;
    background: rgb(223, 223, 223);
}

.statistics td {
    font-size: 14px;
    padding-right: 15px;
}

.statistics .card button {
    width: 100%;
    margin-top: 8px;
    padding: 7px;
    cursor: pointer;
    border-radius: 10px;
    background: transparent;
    border: 1px solid #1a76d1;
}

.statistics .card button a {
    width: 95%;
    margin-top: 8px;
    padding: 0px;
    cursor: pointer;
    border-radius: 10px;
    background: transparent;
    border: 0px solid #1a76d1;
}

.statistics .card:hover {
    background: #1a76d1;
    color: #111;
    transition: 2.5s;
}

/* 6. Manage Students
------------------------------*/
.managestudents-sort-by:hover {
    color: #ded9d9;
}

.managestudents-edit-btn {
    border: 1px solid #ddd;
    border-radius: 3px;
    color: black;
    padding: 5px 15px;
    transition: all 0.3s ease;
}

.managestudents-edit-btn:hover {
    background-color: #39ADB4;
    border: 1px solid #39ADB4;
    color: white;
}

.managestudents-link {
    color: black;
}

.managestudents-link:hover {
    color: #39ADB4;
}

.managestudents-overflow-hidden {
    overflow: hidden;
}

.managestudents-user-table thead {
    background-color: #39ADB4;
    color: white;
}

.panel>.table-responsive:last-child>.table:last-child,
.panel>.table:last-child {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.panel>.table:first-child {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.managestudents-social-icons-container {
    background-color: #f4f3f3;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-top: 1px solid #dedede;
}

.dropbtn {
    margin-left: 10px;
    background-color: #75bbeb;
    color: rgb(14, 13, 13);
    padding: 15px;
    font-size: 18px;
    border-radius: 10px;
    cursor: pointer;
}

.dropbtn:hover,
.dropbtn:focus {
    background-color: #2da3f1a9;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown a:hover {
    background-color: #ddd;
}

.collapsible {
    margin-left: 10px;
    background-color: #75bbeb;
    color: rgb(14, 13, 13);
    padding: 8px;
    font-size: 14px;
    border-radius: 10px;
    cursor: pointer;
}

.collapsible:hover,
.collapsible:focus {
    background-color: #2da3f1a9;
}

.collapsible {
    position: relative;
    display: inline-block;
}

.collapsible-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.collapsible-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.collapsible a:hover {
    background-color: #ddd;
}

/*students List section  */
.students {
    text-transform: capitalize;
}

.students-list,
.practices-list,
.notes-list {
    width: 100%;
    padding: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.students-list img {
    width: 70px;
    height: 70px;
    border-radius: 10%;
}

.table {
    border-collapse: collapse;
    margin: 25px 0;
    font-size: 15px;
    min-width: 100%;
    overflow: hidden;
    border-radius: 5px 5px 0 0;
}

table thead tr {
    color: #fff;
    background: #1A76D1  !important;
    text-align: left;
    font-weight: bold;
}

.table th,
.table td {
    padding: 12px 15px !important;
}

.table tbody tr {
    border-bottom: 1px solid #ddd;
}

.table tbody tr:nth-of-type(odd) {
    background: #f3f3f3;
}

.table tbody tr.active {
    font-weight: bold;
    color: #1a76d1;
}

.table tbody tr:last-of-type {
    border-bottom: 2px solid #1A76D1 ;
}

.table button {
    padding: 3px 10px;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    border: 1px solid #1A76D1 ;
}

.table button:hover {
    background: #1A76D1 ;
    color: #fff;
    transition: 0.5rem;
}

/*Test List section  */
.tests {
    text-transform: capitalize;
}

.tests-list {
    padding: 10px;
    margin-top: 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

/* SAT Test */
.main-sat {
    margin-top: 20px;
    text-transform: capitalize;
}

.sat-box {
    width: 100%;
    padding: 10px 10px 30px 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.1);
}

.sat-box ul {
    list-style: none;
    display: flex;
}

.sat-box ul li {
    margin: 10px;
    color: gray;
    cursor: pointer;
}

.sat-box ul .active {
    color: #000;
    border-bottom: 1px solid #000;
}

.sat-box .sat {
    display: flex;
}

.box1 {
    width: 33%;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    background: rgb(235, 233, 233);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.box1:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 5px rgba(26, 118, 193, 0.8);
    border: solid 1px white;
    cursor: pointer;
}

.box2 {
    width: 33%;
    padding: 5px;
    margin: 10px;
    border-radius: 10px;
    background: #1A76D1;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.box2:hover {
    transform: translateY(-5px);
    box-shadow: 0 0 10px 5px rgba(26, 118, 193, 0.8);
    border: solid 1px white;
    cursor: pointer;
}

.box p {
    font-size: 12px;
    margin-top: 5px;
}

.box button {
    background: #000;
    color: #fff;
    padding: 7px 10px;
    border-radius: 10px;
    margin-top: 3rem;
    cursor: pointer;
}

.box button:hover {
    background: rgba(0, 0, 0, 0.842);
}

.box i {
    font-size: 7rem;
    float: right;
    margin: -20px 20px 20px 0;
}

.overlay-cus {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    background: rgba(255, 255, 255, 0.8) url("/public/img/loader.gif") center no-repeat;
}

/* Turn off scrollbar when body element has the loading class */
body.loading {
    overflow: hidden;
}

/* Make spinner image visible when body element has the loading class */
body.loading .overlay-cus {
    display: block;
}

/* create student button in students page */
#save-btn {
    margin-left: 10px;
}

.font-12 {
    font-size: 12px;
}

#topic_summary canvas, #difficulty_summary canvas {
    width: 15vw !important; /* or whatever size you prefer */
    height: 15vw !important;
    margin: auto;
}
