body {
 background-color: rgb(31, 32, 32);
  height: 100%;

  margin:0;
}
.container {
   position:fixed;
display:none;
  cursor: pointer;
  left:6px;
  top:15px;
z-index:10000;
}
.main {
  position: absolute;
  /*background-color:#292931;*/
  background-color:rgb(237, 237, 245);
  width: 82%;
  margin-left: 18%;
  text-align: center;
  height: 100%;
  overflow-y: scroll;
  z-index:100;

}
.display {
  position: absolute;
  width: 94%;
  margin-left: 3%;
  top: 10%;
  background-color:grey;
  display:block;
}
.cell-border{
    color:rgb(255, 254, 254);
}
.class_th {
  font-family: "Cinzel Decorative";
  font-size: 20px;
  border: 1px solid rgb(230, 230, 230);
   background-color: rgb(237, 237, 245);
  color:black;
}
h1 {
  font-family: "Cinzel Decorative";
  font-size: 30px;
  color:rgb(226, 226, 226);
}
#search {
  position: absolute;
  width: 50%;
  padding: 10px;
  border-radius: 8px;
  border: none;
  left: 25%;
  outline: none;
  top:2%;
}

#search_btn, #search_btn12{
  position: absolute;
  width: 20%;
  padding: 10px;
  left: 69%;
  border-radius: 8px;
  border: none;
  background-color: rgb(66, 206, 152);
   top:2%;
}
#search_btn:hover ,#search_btn12:hover {
  background-color: rgb(54, 168, 124);
  cursor: pointer;
}
tr{
    position:relative;
    height:35px;
   
}

.class_td {
  font-family: "Josefin Sans";
  font-size: 13px;
  border-top: .6px solid #7c7c7c;
  border-bottom: .6px solid #7c7c7c;
  border-left:.6px solid #7c7c7c;
  border-right:.6px solid #7c7c7c;
  color:black;
 background:rgb(237, 237, 245);
 
}
/* width */
::-webkit-scrollbar {
  width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(124, 124, 124);
  border-radius: 8px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #949494;
}
@keyframes example {
  0% {
    left: 60%;
  }
  50% {
    left: 10%;
  }
  100% {
    left: 60%;
  }
}
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}



#preloader img{
  position:absolute;
  top:25%;
  left:43%;
 width:250px;
  height:auto;   
}
.loaderText{
  position:absolute;
  top:52%;
  left:38%; 
  color:grey;
  font-size:16px;
}
.preloading{
    width:50px;
    height:50px;
    position:absolute;
    top:30%;
    left:48%
}
@media only screen and (max-width: 650px) {
    
#preloader img{
  position:absolute;
  top:25%;
  left:22%;
 width:200px;
  height:auto;   
}
.loaderText{
  position:absolute;
  top:52%;
  left:5%; 
  color:grey;
  font-size:12px;
}
.preloading{
    width:50px;
    height:50px;
    position:absolute;
    top:30%;
    left:16%;
}
}




/*#preloader:before {*/
/*  content: "";*/
/*  position: fixed;*/
/*  top: calc(50% - 30px);*/
/*  left: calc(50% - 30px);*/
/*  border: 10px solid white;*/
/*  border-top: 10px solid rgb(0, 180, 204);*/
/*  border-radius: 50%;*/
/*  width: 100px;*/
/*  height: 100px;*/
/*  -webkit-animation: animate-preloader 1s linear infinite;*/
/*  animation: animate-preloader 1s linear infinite;*/
/*}*/

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 650px) {
  body {
    margin:0px;
  }
  h1 {
    font-size: 25px;
  }
  .main {
    position:relative;
    width: 100%;
    margin-left: 0%;
    margin:0;
    top:4px;
    left:0;
    height: fit-screen;
    box-shadow:0 0 10px black;
}
  .display {
    position: relative;
    width: 100%;
    margin-left: 0%;
    top: 70px;
    background-color: white;
    overflow-x: scroll;
  }
  #search {
    width: 72%;
    padding: 9px;
    border-radius: 5px;
    left: 14%;
    position:fixed;
     top:15px;
  }
  #search_btn12 {
    padding: 10px;
    margin-top:0px;
    left: 84%;
    border-radius: 5px;
    transition: all 0.01s ease;
     width:15%;
       position:fixed;
        top:15px;
  }
  .class_td {
  font-size: 13.5px;
   border-top: 1px solid rgb(8, 169, 180);
  border-bottom: 1px solid rgb(8, 169, 180);
}
.class_th {
  font-size: 17px;
}
#preloader:before {
  border: 6px solid white;
  border-top: 6px solid rgb(0, 180, 204);
  width: 60px;
  height: 60px;
}
}
.share i,.icon{
    color:green;
}
.share_btn{
    position:absolute;
    padding:10px;
    background-color:transparent;
    }
.share_form{
   
        position:absolute;
        margin:0;
        left:32%;
        top:18%;
        width:400px;
        background-color: rgb(0, 180, 204);
        height:400px;
        z-index:1000;
        border-radius:8px;
    }
    .submit{
        background-color:wheat;
        border:none;
        border-radius:3px;
        padding:10px;
        z-index:10000;
    }
    .submit :hover{
        background-color:white;
        cursor:pointer;
    }
.text{
    
    width:80%;
    padding:7px;
    border-radius:5px;
    margin-top:20px;
    border:none;
    outline:none;
}
#test2{
    height:300px;
}
#test{
    text-decoration:none;
}
/*tbody tr {*/
/* background-color:#292931;*/
/*}*/

.loading span {
    width:10px;
    height:10px;
    margin:0;
    margin-right:4px;
    background-color:#ffd957;
    border-radius:50%;
    display:inline-block;
    animation-name:dots;
    animation-duration:2s;
    animation-iteration-count:infinite;
    animation-timing-function:ease-in-out;
}

.loading span:nth-child(2){
    background-color:#57ffa0;
    animation-delay:0.2s;
}
.loading span:nth-child(3){
     background-color:#57ffa0;
    animation-delay:0.4s;
}
@keyframes dots{
    50%{
        opacity:0;
        transform:scale(0.7) translateY(10px);
    }
}



.typewriter{
    color:white;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .1em; /* Adjust as needed */
  animation: 
    typing 4.5s steps(40, end),
    blink-caret .5s step-end 4s;
}

/* The typing effect */
@keyframes typing {
  from { width: 0 }
  to { width: 100% }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: white}
  100%{ border-color: transparent}
}

.tester{
    position:relative;
    display:none;
    top:7%;
    min-height:100px;
    height:fit-content;
    width:90%;
    margin-left:5%;
     background-color: #48485a;
     border-radius:6px;
     padding-bottom:10px;
}
.navigation{
    position:absolute;
    background:transparent;
    height:100%;
    width:18%;
 display:inline-block;
 z-index:1000;
}
.tBtn{
    width:96%;
    text-align: start;
    margin-left:2%;
    font-family:Georgia, 'Times New Roman', Times, serif;
    background:transparent;
    border:none;
    font-size:15.5px;
    margin-bottom:6px;
    color:rgb(228, 228, 228);
    padding:12px;
}

.tBtn:hover{
    background:rgba(66, 77, 99, 0.355);
    border-radius:6px;
}
.tBtn:active,
.tBtn:focus {
       background:rgba(66, 77, 99, 0.555);
    border-radius:6px;
}
.icons{
    color:grey;
    font-size:17px;
}

.dropbtn1 {
   width:96%;
    text-align: start;
    margin-left:2%;
    font-family:Georgia, 'Times New Roman', Times, serif;
    border:none;
    font-size:15.5px;
    margin-bottom:6px;
    color:rgb(228, 228, 228);
    padding:12px;
}

.dropbtn1:hover, .dropbtn1:focus {
  background-color: #2980B9;
}


.dropup {
position:absolute;
bottom:0;
width:100%;
}

.dropup-content {
  display: none;
  position: absolute;
  background-color: rgb(31, 32, 32);
    /*background-color:#292931;*/
  width:100%;
  bottom: 48px;
  z-index: 1;
  border-top:solid 1px grey;
}

.dropup-content a {
  text-decoration: none;
  display: block;
    width:89%;
    text-align: start;
    margin-left:1%;
    font-family:Georgia, 'Times New Roman', Times, serif;
    border:none;
    font-size:14.5px;
    color:rgb(228, 228, 228);
    padding:12px;
}

.dropup-content a:hover {
    background-color: #2980B9;
    border-radius:6px;
    }

.dropup:hover .dropup-content {
  display: block;
}

.dropup:hover .dropbtn {
  background-color: #2980B9;
}


.hr{
    border:none;
    background-color:rgba(163, 163, 163, 0.47);
     height:0.1px;
}


.loader120 {
    position:absolute;
    left:82%;
    top:30%;
    display:inline-block;
  border: 2px solid #f3f3f3;
  border-radius: 50%;
  border-top: 2px solid grey;
  border-bottom: 2px solid gray;
  width: 10px;
  height: 10px;
  -webkit-animation: spin 2s linear infinite;
  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); }
}



.tbody{
    background:#292931;
    color:white;
}
.tbody_light{
    background:rgb(237, 237, 245);
    color:black;
}


.drawer{
    background-color: rgb(31, 32, 32);
    position:relative;
    width:100%;
    height:80%;
    display:none;
    z-index:10000;
}

.unit_inputs{
    width:45%;
    height:28px;
    outline:none;
    margin-top:7px;
    border-radius:7px;
    border:none;
    margin-left:25%;
    z-index:1000;
} 
.check-units{
    border:none;
    border-radius:7px;
    width:50%;
    height:30px;
    background:rgb(66, 206, 152);
    margin-top:7px;
    margin-bottom:10px;
    margin-left:22%;
    
}
.check-units:hover {
    background-color: rgb(54, 168, 124);
  cursor: pointer;
}
.closes{
    position:absolute;
    margin-left:85%;
    top:3%;
    color:white;
    font-size:32px;
}
.closes:hover{
    color:rgb(66, 206, 152);
}












@media only screen and (max-width: 650px) {
/*    .hr{*/
/*        display:none;*/
/*    border:none;*/
/*    background-color:rgba(163, 163, 163, 0.00);*/
/*     height:0.0px;*/
/*}*/
    
    .main {
  position: relative;

}
.container {
   position:fixed;
display:block;
  cursor: pointer;
  left:6px;
  top:15px;
z-index:10000;
}

.bar1, .bar2, .bar3 {
  width: 30px;
  height: 3px;
  background-color: grey;
  margin: 6px 0;
  transition: 0.4s;
}

.change .bar1 {
  transform: translate(0, 9px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -9px) rotate(45deg);
}

.navigation{
    position:absolute;
    background:#292931f4;
    height:91%;
    width:100%;
    left:0%;
    margin:0;
    top:9%;
    z-index:1000;
    display:none;
}
.instructions{
   display:none; 
}
.topBar{
    background:#292931;
    position:fixed;
    z-index:1000;
    width:100%;
    height:60px;
   top:0;
   border-bottom: 1px solid grey;
}

.tBtn{
  
   
}
.typewriter{
    color:white;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: .15em solid orange; /* The typwriter cursor */
  white-space: normal; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: .1em; /* Adjust as needed */
 animation: none;


}
}

.overlay{
    background:transparent;
    position:absolute;
    top:0;
left:0;
height:100%;
width:100%;
z-index:100;
}
.icons1{
    font-size:20px;
}
