/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
.fullmodal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 20px;
    z-index: 9999;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
    border-radius: 0;
    animation: mymoveleft 2s;
}

.fullmodal h5 {
  color: #FFFFFF;
}

.fullmodal .modal-header{
  background-color: grey;
  padding: 10px 20px 10px 10px;
  border-radius: 0;
}

.fullmodal .modal-body {
  background-color: cyan;
  width: 100%;
  height: 100%;
}

.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.9;
}

#onlinestatus {
  border: 2px solid;
  padding: 10px 20px 10px 40px;
  width: 120px;
  margin: 0 auto;
  border-radius: 20px;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  position: relative;
}

#onlinestatus.online {
  color: green;
}        

#onlinestatus.offline {
  color: red;
}

#onlinestatus.online::before, #onlinestatus.offline::before {
  width: 15px;
  height: 15px;
  content: "";
  border-radius: 15px;
  box-shadow: 0 0 8px;
  position: absolute;
  left: 15px;
  top: 12px;
}

#onlinestatus.online::before {
  background: green;
}

#onlinestatus.offline::before {
  background: red;
}

input[type=date], input[type=datetime-local], input[type=password], input[type=text], input[type=number], input[type=email] {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: .3rem;
    height: 50px;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid blue;
    transition: 0.9s;
}

input[type=date]:focus, input[type=password]:focus, input[type=text]:focus, input[type=number]:focus,input[type=email]:focus, textarea:focus, select:focus {
    border-color: blue;
    box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
    box-shadow: 0 0 0 3px -moz-mac-focusring;
    color: #222;
    outline: none;
}

input[type=submit], input[type=reset], button {
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    border: 0;
    min-height: 50px;
    height: auto;
    font-size: 16px;
    text-align:center;
    margin-top: 10px;
    white-space: normal;
    word-wrap: break-word;
    transition: 0.9s;
}

input[type=file] {
    width: 100%;
    padding: .5rem 1rem;
    border-radius: .3rem;
    color: white;
    height: 50px;
    height: auto;
    font-size: 16px;
    font-weight:bold;
    text-align:center;
    margin-top: 10px;
    white-space: normal;
    word-wrap: break-word;
    border-bottom: 4px solid black;
    background-color: #98FB98;
    transition: 0.9s;
}

textarea[name=message], select {
    padding: 12px;
    font-family: "Consolas";
    background: white;
    font-size: 14px;
    border-radius: 5px;
    border-bottom: 2px solid black;
}

ul {
    text-align: left;
}

select {
  width: 100%;
  height: 50px;
  font-weight: 700;
  font-size: 16px;
  cursor: pointer;
  background-color: white;
  border: thin solid blue;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  transition: 0.9s;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, blue 50%),
    linear-gradient(135deg, blue 50%, transparent 50%),
    linear-gradient(to right, skyblue, skyblue);
  background-position:
    calc(100% - 20px) calc(1em + 2px),
    calc(100% - 15px) calc(1em + 2px),
    100% 0;
  background-size:
    6px 7px,
    6px 7px,
    2.5em 3.5em;
  background-repeat: no-repeat;
}

select:focus {
  background-image:
    linear-gradient(45deg, white 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, white 50%),
    linear-gradient(to right, #FF69B4, #FF69B4);
  background-position:
    calc(100% - 15px) 1em,
    calc(100% - 20px) 1em,
    100% 0;
  background-size:
    6px 7px,
    6px 7px,
    2.5em 3.5em;
  background-repeat: no-repeat;
  border-color: grey;
  outline: 0;
}

select option:hover {
  cursor: pointer;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}


body {
  font-family: "Open Sans", sans-serif;
  color: #444;
}

a {
  color: #4fa6d5;
  text-decoration: none;
}

a:hover {
  color: #45beff;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, .font-primary {
  font-family: "Roboto", sans-serif;
}

.morebtn{
  background-color: #228B22;
  color: white;
}

button:hover {
  color: #fff;
  background-color: #0b5ed7;
  border-color: #0a58ca
}

.tithead {
  color: white;
  font-size: 16px;
  margin-left: 10px;
}

.name {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: black;
  text-align: left;
}

.name2 {
  width: 100%;
  font-size: 16px;
  font-weight: bold;
  color: white;
  text-align: left;
}

.mytitle {
  color: white;
  font-weight: bold;
  text-align: center;
  margin: 10px 0px 10px 0px;
  background-color: grey;
  border-radius: 5px;
  padding: 10px;
  text-shadow: 2px 2px 4px #000000;
  font-size: 20px;
}


.mybox{
  background-color: #00BFFF;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-right: 2px solid white;
  box-shadow: 2px 2px 4px #000000;
  /*transition: 0.9s;*/
}

.mybox2 {
  background-color: #B0C4DE;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 10px;
  margin-top: 10px;
  border-left: 2px solid white;
  box-shadow: 2px 2px 4px #000000;
  /*transition: 0.9s;*/
}


.accorbox {
  width: 100%;
  padding: 10px;
}

.subjectsbox {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid white;
  background-color: grey;
  margin-bottom: 10px;
  margin-top: 10px;
  border-radius: 5px;
  box-shadow: 10px 10px 10px #FFF0F5;
}

.subjectstit {
  width: 100%;
  padding: 12px;
  background-color: black;
  color: white;
  text-align: left;
  border-radius: 5px 5px 0px 0px;
}

.spinner {
    margin-right: 20px;
    border: 6px solid #556B2F;
    border-radius: 50%;
    border-top: 6px solid #3498db;
    width: 30px;
    height: 30px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}


@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}


@-webkit-keyframes fadeIn {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

.download {
    display: block;
    position: fixed;
    bottom: 10px;
    left: 10px;
    z-index: 90000;
}


.btnd {
    background-color:grey;
    border: 1px solid green;
    color: white;
    padding:10px;
    cursor:pointer;
    font-size:18px;
    font-weight:bold;
    border-radius: 5px;
}

.btnd:hover {
    background-color:RoyalBlue;
}


.smalltitle {
    color: #32CD32;
    font-weight: bold;
    font-size:25px;
    padding-left: 10px;
    text-shadow: 2px 2px 4px #000000;
}

.question1 {
    font-weight: bold;
    text-align: center;
    font-size: 60px;
    color: #FF0000;
}


.question2 {
    font-weight: bold;
    text-align: left;
    font-size: 20px;
    color: #ffffff;
}

.confirm-area {
    background-color: #F08080;
    font-weight: bold;
    text-align: center;
}

.buttoncomfirm {
    width: 100%;
    text-align: center;
}

.buttoncomfirm .cancel {
    width: 100%;
    max-width: 120px;
    background-color: #483D8B;
}

.buttoncomfirm .cancel:hover {
    background-color: #4B0082;
}

.buttoncomfirm .ok {
    width: 100%;
    max-width: 120px;
    background-color: #B22222;
}

.buttoncomfirm .ok:hover {
    background-color: #DC143C;
}

.buttoncomfirm .okk {
    width: 100%;
    max-width: 120px;
    background-color: #483D8B;
}

.buttoncomfirm .okk:hover {
   background-color: #4B0082;
}


.left {
    animation: mymoveleft 2s;
}

.right {
    animation: mymoveright 2s;
}

.top {
    animation: mymovetop 2s;
}

.bottom {
    animation: mymovebottom 2s;
}

@keyframes mymoveleft {
  from {
    transform: translatex(130%);
  }
  to {
    transform: translatex(0);
  }
}

@keyframes mymoveright {
  from {
    transform: translatex(-130%);
  }
  to {
    transform: translatex(0);
  }
}

@keyframes mymovetop {
  from {
    transform: translatey(130%);
  }
  to {
    transform: translatey(0);
  }
}

@keyframes mymovebottom {
  from {
    transform: translatey(-130%);
  }
  to {
    transform: translatey(0);
  }
}

[type="date"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}

[type="date"]::-webkit-inner-spin-button {
    display: none;
}

[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

[type="datetime-local"] {
    background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}

[type="datetime-local"]::-webkit-inner-spin-button {
    display: none;
}

[type="datetime-local"]::-webkit-calendar-picker-indicator {
    opacity: 0;
}

.style18 {
  font-size: 18px; 
  font-weight:bold; 
  color:red;
  text-align: center;
}

.style14 { 
  font-weight: bold; 
  font-size: 18px; 
  color: #FF9933;
  text-align: center;
}

.style23 {
  color: blue; 
  width: 100%; 
  text-align: center;
}

#sort  {
  cursor: pointer;
}

.downlink a:hover {
  color: #FFFFFF;
}

#searchbox1, #searchbox2, #searchbox3, #searchbox4, #searchbox5, #searchbox6, #searchbox7, #searchbox8, #searchbox9, #searchbox10 {
  background-color: #FFEFD5;
  width: 100%;
  height: auto;
  border: 1px solid black;
  padding: 3px 5px 3px 5px;
  border-radius: 0;
}

#myInput, #myInputone, #myInputtwo {
    background-image: url(../assets/img/seachicon.png);
    background-position: 10px 10px;
    background-repeat: no-repeat;
    width: 100px;
    max-width: 300px;
    font-size: 16px;
    padding: 12px 20px 12px 50px;
    border: 1px solid black;
    margin-bottom: 12px;
    border-radius: 5px;
    margin-top: 10px;
    background-color:white;
}

#clockdivexercises {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdivexercises > div{
  padding: 10px;
  border-radius: 3px;
  background: #00BF96;
  display: inline-block;
}

#clockdivexercises div > span{
  padding: 15px;
  border-radius: 3px;
  background: #00816A;
  display: inline-block;
}


#logininfo {
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}

#logininfo > div{
  padding: 5px;
  border-radius: 3px;
  background: #00BF96;
  display: inline-block;
}

#logininfo div > span{
  padding: 5px;
  border-radius: 5px;
  background: #00816A;
  display: inline-block;
}


.smalltextexercises {
  padding-top: 5px;
  font-size: 16px;
}
.full1 {
  height: 100%;
  width: auto;
  border-radius: 50%;
  border: 4px solid blue;
  z-index: 900;
  position: fixed;
  left: 0;
  top: 0;
}

.full2 {
  height: auto;
  width: 100%;
  border-radius: 50%;
  border: 4px solid blue;
  z-index: 900;
  position: fixed;
  left: 0;
  top: 0;
}

.background {
  width: 100%;
  height: 100%;
  z-index: 900;
  position: fixed;
  left: 0;
  top: 0;
  background-color: #000000;
}


.notification {
  width: 100%;
  text-decoration: none;
  position: relative;
  display: inline-block;
  border-radius: .3rem;
  color: white;
  min-height: 50px;
  height: auto;
  font-size: 16px;
  font-weight:bold;
  text-align:center;
  white-space: normal;
  word-wrap: break-word;
  transition: transform .2s;
  border: 0px;
  background-color: #008000;
  margin-bottom: 15px;
  margin-top: 15px;
}

.notification:hover {
  background-color: #006400;
  color: white;
}

.notbutton {
  background-color: transparent;
  width: 100%;
  padding: 0;
  margin: 0;
}


.notbutton:hover {
  background-color: transparent;
}


.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background-color: red;
  color: white;
}

.fa-question-circle {
  margin-right: 15px;
}

.tablebox {
  max-height: 400px;
  height: auto;
  overflow: auto;
}

/*--------------------------------------------------------------
# Modal css
--------------------------------------------------------------*/
.mymodal {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  background-color: rgb(0,0,0);
  background-color: rgba(0,0,0,0.4); 
  border-radius: 0;
}

.mymodalmsg {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100vw;
  height: 100vh;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
  border-radius: 0;
}

.modal-contentmsg {
  background-color: #fefefe;
  border: 1px solid #000;
  width: 100%;
  max-width: 500px;
  animation: mymovebottom 2s;
  max-height: calc(100% - 1rem);
  right: 2px;
  border-radius: 0px;
  position: absolute;
}

.modal-body {
  overflow: auto;
  background-color: cyan
}

.btn-close {
  color: #aaaaaa;
  float: right;
  font-weight: bold;
}

.btn-close:hover, .btn-close:focus {
  background-color: red;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  margin: 0;
} 

.modal-title ul {
  list-style: none;
  padding: 0;
}

.modal-title ul li {
  margin-left: 20px;
}

.modal-title ul i {
  padding-right: 4px;
  color: red;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
  margin: auto;
  border: 1px solid #000;
  max-width: 500px;
  animation: mymoveleft 2s;
  max-height: calc(100% - 1rem);   
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
  background-color: grey;
  color:white;
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }

  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }

  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }

  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
.modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}


.newmodal {
  display: block;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4);
}

.autoclosemodal {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    display: none;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
    border-radius: 0;
}

.modal-contentauto {
    background-color: #fefefe;
    margin: auto;
    border: 1px solid #000;
    width: 100%;
    max-width: 500px;
    max-height: calc(100% - 1rem);   
}

.error .modal-header{
    background-color: #F08080;
    color: white;
}

.error .modal-body{
    background-color: #FF0000;
    color: white;
}

.success .modal-header{
    background-color: #3CB371;
    color: white;
}

.success .modal-body{
    background-color: #228B22;
    color: white;
}

.loadernew {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background: url('loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: 0.9;
}

.title {
  font-weight: bold;
  color: grey;
}

.title .fa-school {
  background-color: green;
  padding: 8px;
  border-radius: 50%;
  color: #ffffff;
  font-weight: bold;
  margin-right: 5px;
}

.photo img{
  height: 50px;
  width: 50px;
  border-radius: 50%;
}

.checkmark {
  height: 20px;
  width: 20px;
  border: 1px dashed blue;
}

.back {
  color: green;
  font-size: 25px;
  cursor: pointer;
  border: 1px solid white;
  border-radius: 50%;
}

.back:hover {
  color: blue;
}

.addbtn {
  font-size: 25px;
  cursor: pointer;
  color: blue;
  margin-left: 10px;
  margin-right: 10px;
}

.addbtn:hover{
  color: grey;
} 

.moreoption {
  border-radius: 10px;
  width: 100%;
  display: none;
  background-color: green;
  padding: 7px;
  color: #ffffff;
  cursor: pointer;
}

.moreoption:hover {
  background-color: cyan;
  color:#000000;
}

.btn-link {
  font-size: 25px;
}

.btncheck{
  color: green;
  font-size: 25px;
}

.btncross {
  color: red;
  font-size: 25px;
}

:root { 
  --background-color: #ffffff; 
  --default-color: #444444; 
  --heading-color: #282828; 
  --accent-color: #009961; 
  --surface-color: #ffffff; 
  --contrast-color: #ffffff; 
}

#preloadernew {
  position: fixed;
  inset: 0;
  z-index: 9999;
  overflow: hidden;
  background-color: var(--background-color);
  transition: all 0.6s ease-out;
}

#preloadernew:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid var(--accent-color);
  border-top-color: color-mix(in srgb, var(--accent-color), transparent 90%);
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.subnumber {
  display: flex;
  justify-content: center;
  align-items: center;
}

.subnumber div:nth-child(1) {
  background-color: #000000;
  border-radius: 20px;
  padding: 7px;
  color: white;
  min-width: 80px;
  font-size: 10px;
}

.subnumber div:nth-child(2) {
  background-color: #FFA500;
  border-radius: 20px;
  padding: 7px;
  color: white;
  min-width: 80px;
  font-size: 10px;
}

.subtitl {
  background-color: #008000;
  border-radius: 20px;
  padding: 2px;
  margin-top: 10px;
  width: 100%;
  font-size: 12px;
}

.apdiv {
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 20px;
}

.apdivnot {
  background-color: red;
  color: white;
  padding: 10px;
  border-radius: 20px;
}

.low {
  background-color: red;
  color: white;
  padding: 10px;
  border-radius: 20px;
  text-align: center;
}

.little {
  background-color: yellow;
  color: black;
  padding: 10px;
  border-radius: 20px;
  width: auto;
  text-align: center;
}

.enough {
  background-color: green;
  color: white;
  padding: 10px;
  border-radius: 20px;
  width: auto;
  text-align: center;
}

.number {
  background-color: white;
  color: white;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  height: 100%;
  margin:auto;
  border: 1px solid grey;
}

.attendance-tit {
  color: #2F4F4F;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid black;
  width: 100%;
  padding: 10px;
}

.number3 {
  background-color: #87CEFA;
  color: white;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  height: 100%;
  margin:auto;
}

.number2 {
  background-color: gray;
  color: white;
  padding: 20px;
  border-radius: 20px;
  width: 100%;
  text-align: center;
  height: 100%;
  margin:auto;
}

.special {
  border-radius: 20px;
  background-color: cyan;
  color: green;
}

.progress-bar {
  width: 70px;
  height: 70px;
  border-radius: 50%;  
  color: black;
  font-size: 10px;
  font-weight: 500;
  margin: auto;  
}

.nolist ul {
  list-style: none;
  padding: 0;
}

.nolist ul li {
  padding-bottom: 0px;
  margin-left: 20px;
}

.nolist ul i {
  font-size: 20px;
  padding-right: 4px;
  color: #68A4C4;
}

.totnumber {
  font-size: 25px;
  font-weight: bold;
  color: green;
  padding: 20px;
}

.mytable {
  width: auto;
  min-width: 100%;
  font-size: 14px;
}

.mytable .head {
  padding: 6px;
  background-color: grey;
  color: white;
  text-align: center;
  font-weight: bold;
}

.mytable .head1 {
  padding: 6px;
  background-color: grey;
  color: white;
  text-align: left;
  font-weight: bold;
}

.mytable td {
  color: black;
}

.mytable tr:nth-child(odd){
  background: #b8d1f3;
}

.mytable tr:nth-child(even){
  background: #dae5f4;
}

.mytable tr:hover {
  background-color: cyan;
}