﻿@media only screen and (max-width: 600px) {
    #body-container{
        padding-left:0px!important;
    }
    .custom-left-nav{
        display:none!important;
    }

    .nav-icons {
        width: 30px!important;
        margin:0!important;
    }

    .p1 {
        font-size: 18px!important;
    }

    .p2 {
        font-size: 15px!important;
    }

    #yit{
        margin-right:0!important;
        padding-right:0!important;
    }

    #yit-button{
        right:20px!important;
    }

    .button-default {
        font-size: 16px!important;
    }

    .button-outline {
        font-size: 16px !important;
    }
}

@media only screen and (min-width: 600px) {
    .mobile-nav {
        display: none ;
    }
    .mobile-header{
        display:none;
    }
}

body {
    background-color: #F8F8F8;
    font-family: 'Quicksand', sans-serif;
}

/* SCROLL BAR -------------------- */
/* width */
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #00DD80;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: gray;
    }

/* SCROLL BAR -------------------- */
.bg-green {
    background-color: #00DD80;
}

.bg-blue {
    background-color: #118cec;
}

.text-green {
    color: #00DD80;
}

.text-blue {
    color: #118cec;
}

.button-default {
    color: white;
    background-color: #118cec;
    border-radius: 20px;
    font-weight: 600;
    font-size: 22px;
    padding: 0 15px
}

.button-outline {
    color: #118cec;
    background-color: transparent;
    border-radius: 20px;
    font-weight: 600;
    font-size: 22px;
    border: #118cec solid 1px;
    padding: 0 15px
}

.p1 {
    font-size: 22px;
    font-weight:800;
}

.p2{
    font-size:18px;
    font-weight:600;
}

.text-gray{
    color:#8c8c8c;
}

.custom-left-nav {
    width: 80px;
    height: 100vh;
    background-color: white;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    transition: 0.5s, color 0s, background-color 0s;
    max-width: 300px;
    box-shadow:0px 0px 5px rgba(0,0,0,0.2);
}

.custom-left-nav:hover{
    width: 80%;
    transition:0.7s, color 0s, background-color 0s;
}

.custom-left-nav:hover .hovered{
    opacity:1!important;
    left:70px;
        padding-left:20px;
}

.custom-left-nav:hover .email-hovered{
    left:0px !important
}

.custom-left-nav:hover .col-12{
    padding-left:20px;
    transition:0.7s;
}

.hovered {
    opacity: 0;
    transition: 0.5s, color 0s, background-color 0s;
    position: absolute;
    top: 20px;
    left: -50px;
}
.nav-hovered{
    color:black
}
.nav-hovered:hover {
    background-color: #118cec;
    color: white !important;
    -webkit-transition: background-color 0s, color 0s !important;
    -moz-transition: background-color 0s, color 0s !important;
    -o-transition: background-color 0s, color 0s !important;
    transition: background-color 0s, color 0s !important;
}

.nav-icons {
    width: 44px;
    margin: 10px 0;
}

.custom-input{
    border-radius:20px;
    border: none!important;
    height:40px;
}

.custom-form-input {
    border-radius: 20px;
    border: none !important;
    height: 40px;
    background-color:#efefef;
    padding:5px 10px;
}

.class-list-row {
    background-color: white;
    border-radius: 20px;
    padding: 10px 5px;
    margin-top: 15px;
    transition: 0.5s;
    /*border:1px solid #d8d8d8;*/
}

    .class-list-row:hover {
        box-shadow: 0 0 5px rgba(0,0,0,0.2);
        transition: 0.2s;
        cursor: default;
    }


/*MOBILE NAV*/
.mobile-nav {
    height: 65px;
    background-color: white;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 7.5px;
    border-top:solid 3px #efefef;
}

.mobile-header{
    height:40px;
    background-color:white;
    position:fixed;
    top:0;
    left:0;
    z-index:99;
    width:100%;
    padding:5px;
    text-align:center;
    border-bottom:solid 3px #efefef;
}


/*LOADER-------------------------*/
.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position:absolute;left:50%;top:50%;margin-left:-40px;margin-top:-40px" 
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #118cec;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #118cec transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/*END OF LOADER ---------------------------------*/
.lds-ellipsis {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
}

    .lds-ellipsis div {
        position: absolute;
        top: 33px;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background: #118cec;
        animation-timing-function: cubic-bezier(0, 1, 1, 0);
    }

        .lds-ellipsis div:nth-child(1) {
            left: 8px;
            animation: lds-ellipsis1 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(2) {
            left: 8px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(3) {
            left: 32px;
            animation: lds-ellipsis2 0.6s infinite;
        }

        .lds-ellipsis div:nth-child(4) {
            left: 56px;
            animation: lds-ellipsis3 0.6s infinite;
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0);
    }

    100% {
        transform: scale(1);
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(24px, 0);
    }
}

/*LOADER 2*/

/*START OF TOGGLE CSS ---------------------------------*/
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 26px;
        width: 26px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .slider {
    background-color: #00DD80;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00DD80;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }
/*END OF TOGGLE CSS ---------------------------------*/

.student-list-container {
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 20px;
    transition: 0.2s;
    /*border: 1px solid #d8d8d8;*/
    box-shadow:0 0 4px rgba(0,0,0,0.2);
}

    .student-list-container:hover {
        /*box-shadow: 0 0 5px rgba(0,0,0,0.2);
        transition: 0.2s;*/
        cursor: default;
    }

.inner-circle {
    position: relative;
    width: 21px;
    left: 5px;
    height: 2px;
    top: 14px;
    background-color: gray;
    margin-right: 0;
}

.outer-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px gray solid;
    margin-right: 0px !important;
}

/*---ASSIGNED EXAM----------------------------------------------------------------------------------------------------------------*/
.assigned-exam-list-container {
    background-color: white;
    border-radius: 10px;
    border-top-right-radius: 40px;
    padding: 10px;
    transition: 0.5s;
    top: 0px;
}

.assigned-exam-list-container:hover{
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    top:-5px;
    transition:0.5s;
}


/*CHECKBOX*/
/*@keyframes click-wave {
  0% {
    height: 40px;
    width: 40px;
    opacity: 0.35;
    position: relative;
  }
  100% {
    height: 200px;
    width: 200px;
    margin-left: -80px;
    margin-top: -80px;
    opacity: 0;
  }
}*/

.option-input {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  position: relative;
  top: 8.33333px;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  width: 25px;
  transition: all 0.15s ease-out 0s;
  background: #cbd1d8;
  border: none;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  margin-right: 0.5rem;
  margin-left: 30px;
  outline: none;
  position: relative;
  z-index: 1000;
}
.option-input:hover {
  background: #9faab7;
}
.option-input:checked {
  background: #40e0d0;
}
.option-input:checked::before {
  height: 25px;
  width: 25px;
  position: absolute;
  content: '✔';
  display: inline-block;
  font-size: 16.66667px;
  text-align: center;
  line-height: 27px;
}
.option-input:checked::after {
  -webkit-animation: click-wave 0.65s;
  -moz-animation: click-wave 0.65s;
  animation: click-wave 0.65s;
  background: #40e0d0;
  content: '';
  display: block;
  position: relative;
  z-index: 100;
}
.option-input.radio {
  border-radius: 50%;
}
.option-input.radio::after {
  border-radius: 50%;
}


/*END OF CHECKBOX*/

.image-class {
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    border-radius: 5px;
    max-width: 100px;
    margin-bottom: 10px
}


.modal-body{
    min-height:100px;
}