html,
body {
  margin: 0;
  font-family: 'Barlow';
  height: 100%;
}
/* NAVIGATION */
.navigation {
  width: 100%;
  height: 8%;
  /*    background-color: rgb(22, 153, 197); */
  background-color: rgb(9, 138, 30);
  border-bottom: solid 2px rgba(204, 0, 255, 0.973);
  z-index: 10000;
  font-family: 'Barlow';
}

/* LOGOUT DROPDOWN */
.dropbtn {
  float: right;
  position: relative;
  margin-right: 5%;
  background-color: transparent;
  color: rgb(39, 38, 38);
  padding: 17px;
  font-size: 19px;
  border: none;
   font-family: 'Barlow';
  z-index: 1;
}
.fa-angle-down {
  color: rgb(216, 9, 9);
  font-size: 16px;
}

.dropdown-content_ {
  display: none;
  top: 8%;
  position: absolute;
  margin-left: 87%;
  background-color: #ffffff;
  width: 13%;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}

.dropdown-content_ a {
  color: rgb(34, 33, 33);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  z-index: 1000;
}
@media screen and (max-width: 800px) {
  .dropdown-content_ {
    display: none;
    top: 8%;
    position: absolute;
    margin-left: 57%;
    background-color: #ffffff;
    width: 43%;
    box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.2);
    z-index: 1000;
  }

  .dropdown-content_ a {
    color: rgb(34, 33, 33);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    z-index: 1000;
  }
}

.dropdown-content_ a:hover {
  color: rgb(0, 0, 0);
  text-decoration: underline;
}

.dropdown_:hover .dropdown-content_ {
  display: block;
}

.dropbtn:hover {
  color: black;
}

.container1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  overflow: hidden;
  display: block;
  position: absolute;
}

.container2,
.container3,
.container4,
.container5,
.container6,
.container7 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0%;
  overflow: hidden;
  display: none;
  position: absolute;
}

.pages {
  display: flex;
  width: 100%;
  box-sizing: border-box;
}

.page {
  width: 100%;
  margin-left: 0%;
  height: 97%;
  top: 3%;
  background: #e4e9f7;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.01s;
  color: #0d0841;
}
@media screen and (max-width: 800px) {
  .page {
    width: 90%;
    height: 92%;
    margin-left: 10%;
  }
}
.one {
  background-color: rgb(255, 255, 255);
}
@media screen and (max-width: 800px) {
  .one {
    background-image: url(../images/dawamu5.png);
  }
}
.one {
  background-image: url(../images/dawamu5.png);
  background-size: cover;
animation: mymove 40s infinite ease-in 0.5s;
}

@keyframes mymove {
  0%   {background-image: url(../images/dawamu5.png)}
  50%  {background-image: url(../images/dawamu6.png)}
  100% {background-image: url(../images/dawamu4.png)}
}
.two {
  background-image: url(backschool.avif);
  background-size: cover;
}
.three {
  background-image: url(backschool.avif);
  background-size: cover;
}
.four {
  background-color: rgb(255, 255, 255);
}
.five {
  background-image: url(backschool.avif);
  background-size: cover;
}
.six {
  background-image: url(backschool.avif);
  background-size: cover;
}
.seven {
  background-image: url(backschool.avif);
  background-size: cover;
}

.page_title {
  color: rgb(107, 107, 107);
  font-size: 15px;
  position: absolute;
  top: 2%;
  left: 20px;
  text-transform: lowercase;
}

/* CLASS TABLE */
.class_entry {
  color: rgb(255, 255, 255);
  background-color: #6109aa;

  position: absolute;
  top: 3%;
  border: none;
  width: 20%;
  height: 7%;
  border-radius: 5px;
  z-index: 100;
}
.class_entry:hover {
  transition: 0s;
  background-color: #4b0088;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  .class_entry {
    color: rgb(255, 255, 255);
    background-color: #0d0841;

    position: relative;

    margin-top: -30%;
    border: none;
    width: 40%;
    height: 5%;
    border-radius: 5px;
    z-index: 100;
  }
}
.class_entr {
  text-decoration: none;
  color: white;
}
.table_div,
.table_div2 {
  min-width: 94%;
  width: 96;
  margin-left: 2%;
  height: 500px;
  margin-top: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  overflow-y: scroll;
  box-shadow: 0 0 10px black;
}

@media screen and (max-width: 800px) {
  .table_div {
    min-width: 97%;
    width: 96;
    margin-right: 0%;
    height: 75%;
    margin-left: 0.3%;
    margin-top: 10px;
    background-color: #fafffa;
    overflow-y: scroll;
    overflow-x: scroll;
  }
}

.class_table {
  position: absolute;
  border: 2px solid rgb(129, 129, 129);
  border-collapse: collapse;
  width: 100%;
  margin-left: 1%;
  top: 4%;
}
.class_th {
  border: 2px solid rgb(112, 112, 112);
  height: 38px;
  border-collapse: collapse;
  text-align: center;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.class_td {
  border: 1px solid rgb(163, 163, 163);
  border-collapse: collapse;
  height: 30px;
  position: relative;
  text-align: center;
  color: black;
  min-width: 4%;
  min-height: 38px;
  font-size: 16px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.class_action_edit {
  color: rgb(0, 114, 190);
  border: 2px solid rgb(0, 114, 190);
  background-color: white;
  width: 23%;
  height: 65%;
  border-radius: 5px;
  margin-left: 10%;
  position: absolute;
  top: 12.5%;
}
.class_action_edit:hover {
  background-color: rgb(0, 114, 190);
  color: white;
}

.class_action_delete {
  border: solid 2px red;
  background-color: white;
  color: red;
  width: 23%;
  height: 65%;
  border-radius: 5px;
  margin-left: 60%;
  top: 12.5%;
  position: absolute;
}
.class_action_delete:hover {
  color: white;
  background-color: rgb(243, 0, 12);
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}
/* Modal Content */
.modal-content {
  position: fixed;
  height: 51%;
  top: 6%;
  left: 36%;
  z-index: 100;
  border-radius: 10px;
  box-shadow: 0 0 10px #000000;
  background-color: #ffffff;
  width: 26%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 1.8s;
  animation-name: slideIn;
  animation-duration: 1s;
}

@media screen and (max-width: 800px) {
  .modal-content {
    position: fixed;
    height: 98%;
    top: 1%;
    left: 1%;
    z-index: 100;
    box-shadow: 0 0 10px #050505;
    background-color: #ffffff;
    width: 98%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1.8s;
    animation-name: slideIn;
    animation-duration: 1s;
  }
}

.modal-content1 {
  position: fixed;
  border-radius: 10px;
  height: 30%;
  top: 27%;
  left: 40%;
  z-index: 100;
  box-shadow: 0 0 10px #010102;
  background-color: #ffffff;
  width: 30%;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 1.8s;
  animation-name: slideIn;
  animation-duration: 1s;
}

@media screen and (max-width: 800px) {
  .modal-content1 {
    position: fixed;
    border-radius: 10px;
    height: 36%;
    top: 7%;
    left: 5%;
    z-index: 100;
    box-shadow: 0 0 20px rgba(0, 153, 255, 0.556);
    background-color: #ffffff;
    width: 90%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1.8s;
    animation-name: slideIn;
    animation-duration: 1s;
  }
}

.modal-content .field input[type="text"] {
  padding: 20px;
  margin-top: 15%;
  width: 60%;
  border: solid 2px grey;
  margin-left: 20%;

  height: 20px;
  border-radius: 7px;
  z-index: 1000;
}

@media screen and (max-width: 800px) {
  .modal-content .field input[type="text"] {
    padding: 20px;
    margin-top: 9%;
    width: 70%;
    border: solid 2px grey;
    margin-left: 15%;

    height: 20px;
    border-radius: 7px;
    z-index: 1000;
  }
}
.modal-content .fee_type {
  padding: 20px;
  margin-top: -9%;
  width: 18%;
  border: solid 1px grey;
  margin-left: 47.5%;
  position: absolute;

  height: 20px;
  border-radius: 7px;
}

@media screen and (max-width: 800px) {
  .modal-content .fee_type {
    padding: 20px;
    margin-top: 6%;
    width: 30%;
    border: solid 1px grey;
    margin-left: 13.5%;
    position: absolute;

    height: 20px;
    border-radius: 7px;
  }
}
.modal-content .amount {
  padding: 20px;
  margin-top: -15.3%;
  width: 13%;
  border: solid 1px grey;
  margin-left: 71%;
  position: absolute;

  height: 20px;
  border-radius: 7px;
}

@media screen and (max-width: 800px) {
  .modal-content .amount {
    padding: 20px;
    margin-top: -12.8%;
    width: 30%;
    border: solid 1px grey;
    margin-left: 51%;
    position: absolute;

    height: 20px;
    border-radius: 7px;
  }
}
.modal-content .field input[type="submit"] {
  width: 35%;
  height: 40px;
  border: none;
  margin-left: 28%;
  position: absolute;
  top: 60%;
  color: white;
  background-color: #5200b1;
  border-radius: 7px;
  z-index: 1000;
}

@media screen and (max-width: 800px) {
  .modal-content .field input[type="submit"] {
    width: 35%;
    height: 35px;
    border: none;
    margin-left: 33%;
    position: absolute;
    top: 75%;
    background-color: rgb(0, 162, 255);
    border-radius: 7px;
    z-index: 1000;
  }
}

.list {
  background-color: #09034e;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  color: white;
  position: absolute;
  margin-top: -9.5%;
  margin-left: 64%;
}

@media screen and (max-width: 800px) {
  .list {
    background-color: #09034e;
    border: none;
    border-radius: 5px;
    font-size: 17px;
    color: white;
    position: absolute;
    margin-top: 1%;
    margin-left: 37%;
  }
}
.vertical {
  border-left: 1px solid rgb(102, 102, 102);
  height: 400px;
  position: absolute;
  top: 13%;
  left: 46%;
}

@media screen and (max-width: 800px) {
  .vertical {
    display: none;
  }
}
.list:hover {
  color: rgb(0, 89, 255);
  background-color: white;
  border: solid 2px rgb(0, 89, 255);
}

.modal-content .field input[type="submit"]:hover {
  background-color: rgb(0, 187, 16);
}
.modal-content .field .ntb:hover {
  box-shadow: 0 0 30px rgba(255, 123, 0, 0.8);
}

/* The Close Button */
.close {
  color: rgb(255, 255, 255);
  align-self: center;
  float: right;
  margin-right: 15px;
  font-size: 48px;
  font-weight: bold;
  border-radius: 90%;
  width: 40px;
  margin-top: 4px;
  z-index: 1000;
  text-align: center;

  justify-content: center;
  align-self: center;
  height: 40px;
}
.closes {
  color: rgb(253, 253, 253);
  float: right;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  margin-right: 15px;
  font-size: 48px;
  font-weight: bold;
}
.closes:hover,
.closes:focus {
  color: rgb(255, 81, 0);
  text-decoration: none;
  cursor: pointer;
}
.close:hover,
.close:focus {
  color: rgb(252, 0, 0);
  text-decoration: none;
  cursor: pointer;
  font-size: 50px;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 50px 16px;
  z-index: 100;
}

.h2 {
  margin-left: 28%;
  color: black;
  margin-top: 3%;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  position: absolute;
  text-decoration: underline rgb(95, 95, 95) 1px;
}
.h3 {
  margin-left: 62%;
  margin-top: 1%;
  position: absolute;
  text-decoration: underline rgb(95, 95, 95) 1px;
}

@media screen and (max-width: 800px) {
  .h2 {
    margin-left: 15%;
    margin-top: 3%;
    position: absolute;
    text-decoration: underline rgb(95, 95, 95) 1px;
  }
  .h3 {
    margin-left: 62%;
    margin-top: 1%;
    position: absolute;
    text-decoration: underline rgb(95, 95, 95) 1px;
    display: none;
  }
}

.display_fees {
  background-color: rgb(255, 255, 255);
  position: absolute;
  margin-top: -9%;
  margin-left: 47%;
  width: 40%;
  height: 70px;
}

@media screen and (max-width: 800px) {
  .display_fees {
    background-color: rgb(255, 255, 255);
    position: absolute;
    margin-top: -1%;
    margin-left: 5%;
    width: 90%;
    height: 40px;
  }
}
.amount_table {
  width: 100%;
  overflow-y: scroll;
  border-collapse: collapse;
  height: fit-content;
}

.amount_th {
  border-bottom: 1px solid rgb(173, 173, 173);
  border-top: 1px solid rgb(187, 187, 187);
  height: 35px;
  border-collapse: collapse;
  text-align: center;
  color: rgb(0, 99, 124);
  font-size: 17px;
  font-family: monospace;
}
.amount_td {
  border-bottom: 1px solid rgb(216, 216, 216);
  border-collapse: collapse;
  height: 30px;
  width: 50%;
  color: rgb(0, 0, 0);
  background-color: rgba(255, 255, 255, 0.055);
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
}

@media screen and (max-width: 800px) {
  .amount_table {
    width: 100%;
    overflow-y: scroll;
    border-collapse: collapse;
    height: fit-content;
  }

  .amount_th {
    border-bottom: 1px solid rgb(173, 173, 173);
    border-top: 1px solid rgb(187, 187, 187);
    height: 25;
    border-collapse: collapse;
    text-align: center;
    color: rgb(0, 99, 124);
    font-size: 17px;
    font-family: monospace;
  }
  .amount_td {
    border-bottom: 1px solid rgb(216, 216, 216);
    border-collapse: collapse;
    height: 25px;
    width: 50%;
    color: rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.055);
    font-size: 16px;
    font-weight: bolder;
    text-align: center;
  }
}

.iframe {
  display: none;
}

.fee_type_btn1 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 39px;
}
.fee_type_btn1:hover {
  color: black;
}
.fee_type_btn2 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 70px;
}
.fee_type_btn2:hover {
  color: black;
}

.fee_type_btn3 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 100px;
}
.fee_type_btn3:hover {
  color: black;
}

.fee_type_btn4 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 130px;
}
.fee_type_btn4:hover {
  color: black;
}
.fee_type_btn5 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 160px;
}
.fee_type_btn5:hover {
  color: black;
}
.fee_type_btn6 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 191px;
}
.fee_type_btn6:hover {
  color: black;
}
.fee_type_btn7 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 220px;
}
.fee_type_btn7:hover {
  color: black;
}
.fee_type_btn8 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 248px;
}
.fee_type_btn8:hover {
  color: black;
}
.fee_type_btn9 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 278px;
}
.fee_type_btn9:hover {
  color: black;
}
.fee_type_btn10 {
  font-size: 20px;
  float: left;
  font-weight: 600;
  color: red;
  border: none;
  position: absolute;
  background-color: transparent;
  margin-top: 308px;
}
.fee_type_btn10:hover {
  color: black;
}

@media screen and (max-width: 800px) {
  .fee_type_btn1 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 27px;
  }
  .fee_type_btn1:hover {
    color: black;
  }
  .fee_type_btn2 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 52px;
  }
  .fee_type_btn2:hover {
    color: black;
  }

  .fee_type_btn3 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 77px;
  }
  .fee_type_btn3:hover {
    color: black;
  }

  .fee_type_btn4 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 102px;
  }
  .fee_type_btn4:hover {
    color: black;
  }
  .fee_type_btn5 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 128px;
  }
  .fee_type_btn5:hover {
    color: black;
  }
  .fee_type_btn6 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 152px;
  }
  .fee_type_btn6:hover {
    color: black;
  }
  .fee_type_btn7 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 178px;
  }
  .fee_type_btn7:hover {
    color: black;
  }
  .fee_type_btn8 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 202px;
  }
  .fee_type_btn8:hover {
    color: black;
  }
  .fee_type_btn9 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 228px;
  }
  .fee_type_btn9:hover {
    color: black;
  }
  .fee_type_btn10 {
    font-size: 20px;
    float: left;
    font-weight: 600;
    color: red;
    border: none;
    position: absolute;
    background-color: transparent;
    margin-top: 252px;
  }
  .fee_type_btn10:hover {
    color: black;
  }
}

.class_response {
  background-color: rgb(255, 253, 253);
  position: absolute;
  margin-top: -44%;
  margin-left: 90%;
  width: 37%;
  height: 50px;
  color: red;
}

#container400 {
  overflow: hidden;
  position: absolute;
  margin-top: -50.4%;
  margin-left: -30%;
  background-color: transparent;
  color: rgb(255, 0, 0);
  font-size: 20px;
  height: 40px;
  width: 30%;
  z-index: 1000;
  text-align: center;
}
#hideMe400 {
  border-radius: 6px;
  height: 40px;
  -webkit-animation: cssAnimation 2s forwards;
  animation: cssAnimation 2s forwards;
  transition: 2s;
}
#hideMe300 {
  border-radius: 6px;
  height: 40px;
  -webkit-animation: cssAnimation 2s forwards;
  animation: cssAnimation 2s forwards;
  transition: 2s;
}
@keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.95;
  }
  80% {
    opacity: 0.87;
  }
  98% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes cssAnimation {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.show100 {
  width: 100%;
  background-color: #5809c0;
  height: 60px;
  top: 0%;
  position: absolute;
  z-index: 1;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.echo {
  color: #4d09a7;
  font-size: 20px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
  margin-top: 10%;
}
.h21 {
  color: rgb(255, 123, 0);
  font-size: 24px;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  text-align: center;
}

.cancel {
  position: absolute;
  background-color: grey;
  width: 80px;
  height: 34px;
  top: 70%;
  margin-left: 20%;
  border: none;
  border-radius: 10px;
}
.cancel:hover {
  background-color: rgb(165, 165, 165);
}

.deleteClass {
  position: absolute;
  background-color: #09034e;
  width: 80px;
  height: 34px;
  top: 70%;
  margin-left: 60%;
  border: none;
  border-radius: 10px;
  color: white;
}
.deleteClass:hover {
  background-color: rgb(194, 0, 0);
}

.itemDelete1 {
  font-size: 30px;
  color: red;
  z-index: 1000;
  position: absolute;
  text-decoration: none;
  margin-top: -2%;
  text-align: right;
  margin-left: 5%;
}

.modalEdit {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 100; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

.closes1 {
  color: rgb(245, 245, 245);
  float: right;
  border: none;
  border-radius: 10px;
  background-color: transparent;
  margin-right: 15px;
  font-size: 48px;
  font-weight: bold;
}
.closes1:hover,
.closes1:focus {
  color: rgb(255, 81, 0);
  text-decoration: none;
  cursor: pointer;
}

.modal-content6 .field input[type="text"] {
  padding: 20px;
  margin-top: 9%;
  width: 20%;
  border: solid 2px grey;
  margin-left: 15%;

  height: 20px;
  border-radius: 7px;
  z-index: 1000;
}

.modal-content6 .fee_type {
  padding: 20px;
  margin-top: -9%;
  width: 18%;
  border: solid 1px grey;
  margin-left: 47.5%;
  position: absolute;

  height: 20px;
  border-radius: 7px;
}
.modal-content6 .amount {
  padding: 20px;
  margin-top: -8.9%;
  width: 13%;
  border: solid 1px grey;
  margin-left: 71%;
  position: absolute;

  height: 20px;
  border-radius: 7px;
}
.modal-content6 .field input[type="submit"] {
  width: 12%;
  height: 40px;
  border: none;
  margin-left: 85%;
  position: absolute;
  top: 90%;
  background-color: #09034e;
  color: white;
  border-radius: 7px;
  z-index: 100;
}
.modal-content6 .field input[type="submit"]:hover {
  background-color: rgb(0, 216, 0);
}
.modal-content6 {
  position: fixed;
  height: 91%;
  top: 6%;
  left: 25%;
  z-index: 100;
  box-shadow: 0 0 20px #09034e;
  background-color: #ffffff;
  width: 55%;
  border-radius: 10px;
  -webkit-animation-name: slideIn;
  -webkit-animation-duration: 1.8s;
  animation-name: slideIn;
  animation-duration: 1s;
}

@media screen and (max-width: 800px) {
  .modal-content6 .field input[type="text"] {
    padding: 20px;
    margin-top: 30%;
    width: 55%;
    border: solid 1px grey;
    margin-left: 18%;

    position: absolute;
    height: 20px;
    border-radius: 7px;
    z-index: 1000;
  }

  .modal-content6 .fee_type {
    padding: 20px;
    margin-top: -9%;
    width: 60%;
    border: solid 1px grey;
    margin-left: 35.5%;
    position: absolute;

    height: 20px;
    border-radius: 7px;
  }
  .modal-content6 .amount {
    padding: 20px;
    margin-top: 40%;
    width: 55%;
    border: solid 1px grey;
    margin-left: 18%;
    position: absolute;

    height: 20px;
    border-radius: 7px;
  }
  .modal-content6 .field input[type="submit"] {
    width: 40%;
    height: 40px;
    border: none;
    margin-left: 25%;
    position: absolute;
    top: 70%;
    background-color: #09034e;
    border-radius: 7px;
    z-index: 100;
  }
  .modal-content6 .field input[type="submit"]:hover {
    background-color: rgb(0, 216, 0);
  }
  .modal-content6 {
    position: fixed;
    height: 91%;
    top: 1%;
    left: 1%;
    z-index: 100;
    box-shadow: 0 0 20px #09034e;
    background-color: #ffffff;
    width: 98%;
    -webkit-animation-name: slideIn;
    -webkit-animation-duration: 1.8s;
    animation-name: slideIn;
    animation-duration: 1s;
  }
}
.h2 .list1 {
  background-color: #09034e;
  border: none;
  border-radius: 5px;
  font-size: 17px;
  color: white;
  position: absolute;
  margin-top: -3%;
  margin-left: 64%;
}

.list1:hover {
  color: #09034e;
  background-color: white;
  border: solid 2px #09034e;
}

.display_fees1 {
  display: inline-block;
  position: absolute;
}

.amount_label {
  padding: 20px;
  margin-top: -8%;
  width: 16%;
  margin-left: 54.4%;
  position: absolute;
  font-size: 18px;
  height: 20px;
  border-radius: 7px;
}
.name_label {
  padding: 20px;
  margin-top: -4.9%;
  width: 13%;
  margin-left: 0%;
  position: absolute;
  font-size: 18px;
  height: 20px;
  border-radius: 7px;
}

@media screen and (max-width: 800px) {
  .display_fees1 {
    display: inline-block;
    position: absolute;
  }

  .amount_label {
    padding: 20px;
    margin-top: 33%;
    width: 80%;
    margin-left: 20%;
    position: absolute;
    font-size: 13px;
    height: 20px;
    border-radius: 7px;
  }
  .name_label {
    padding: 20px;
    margin-top: 18%;
    width: 80%;
    margin-left: 20%;
    position: absolute;
    font-size: 13px;
    height: 20px;
    border-radius: 7px;
  }
}

.response {
  background-color:#3d3d3d71;
  position: absolute;
  top: -10px;
  margin-left: 35%;
  width: 37%;
  height: 50px;
  z-index: 1000;
  border-radius: 6px;

}
.response1 {
  background-color:#3d3d3d71;
  position: absolute;
  top: -10px;
  margin-left: 35%;
  width: 37%;
  height: 50px;
  z-index: 1000;
  border-radius: 6px;
  display:none;

}
.response1 h1{
 background-color: transparent;
  text-align: center;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #ffffff;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  z-index: 1000;
  border-radius:6px;   
}

.response .res {
  background-color: transparent;
  text-align: center;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #ffffff;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  z-index: 1000;
  border-radius:6px;
}

@media screen and (max-width: 800px) {
  
.response {
  background-color:#3d3d3d71;
  position: absolute;
  top: -10px;
  margin-left: 35%;
  width: 37%;
  height: 50px;
  z-index: 1000;
  border-radius: 6px;
}

.response .res {
  background-color: transparent;
  text-align: center;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
  color: #ffffff;
  width: 100%;
  height: 40px;
  margin-top: 15px;
  z-index: 1000;
  border-radius:6px;
}
}

.iframe_ {
  display: none;
}

@media screen and (max-width: 800px) {
  .table_div2 {
    min-width: 97%;
    width: 96;
    margin-right: 0%;
    height: 75%;
    margin-left: 0.3%;
    margin-top: -43px;
    background-color: #fafffa;
    overflow-y: scroll;
    overflow-x: scroll;
  }
}

.deleteTeacher {
  position: relative;
  background-color: #09034e;
  width: 80px;
  height: 34px;
  margin-top: -35px;
  margin-left: 60%;
  border: none;
  border-radius: 10px;
}
.deleteTeacher:hover {
  background-color: rgb(194, 0, 0);
}

.class_action_edit2 {
  color: rgb(0, 114, 190);
  border: 2px solid rgb(0, 114, 190);
  background-color: white;
  width: 27%;
  height: 65%;
  border-radius: 5px;
  margin-left: 10%;
  position: absolute;
  margin-top: -3%;
}
.class_action_edit2:hover {
  background-color: rgb(0, 114, 190);
  color: white;
}

.class_action_delete2 {
  border: solid 2px red;
  background-color: white;
  color: red;
  width: 29%;
  height: 65%;
  border-radius: 5px;
  margin-left: -10%;
  margin-top: -3%;
  position: absolute;
}
.class_action_delete2:hover {
  color: white;
  background-color: rgb(243, 0, 12);
}

@media screen and (max-width: 800px) {
  .class_action_edit2 {
    color: rgb(0, 114, 190);
    border: 2px solid rgb(0, 114, 190);
    background-color: white;
    width: 36%;
    height: 65%;
    border-radius: 5px;
    margin-left: 1%;
    position: absolute;
    margin-top: -10%;
  }
  .class_action_edit2:hover {
    background-color: rgb(0, 114, 190);
    color: white;
  }

  .class_action_delete2 {
    border: solid 2px red;
    background-color: white;
    color: red;
    width: 46%;
    height: 65%;
    border-radius: 5px;
    margin-left: 40%;
    margin-top: -10%;
    position: absolute;
  }
  .class_action_delete2:hover {
    color: white;
    background-color: rgb(243, 0, 12);
  }
}
.back_btn {
  background-color: rgb(114, 114, 114);
  color: white;
  position: relative;
  width: 80%;
  margin-left: 10%;
  margin-bottom: 5%;
  height: 10.2%;
  font-size: 100%;
  z-index: 1;
  border: none;
  border-radius: 5px;
  box-shadow: 0 0 5px rgb(3, 3, 3);
}
.back_btn:hover {
  background-color: rgba(0, 29, 107, 0.205);
  cursor: pointer;
  color: black;
}
.back_code {
  position: absolute;
  background-color: rgba(26, 184, 12, 0.212);
  text-decoration: none;
  color: rgb(236, 236, 236);
  border: 1px solid black;
  box-shadow: 0 0 5px black;
  padding: 13px;
  margin-top: 2px;
}
.back_code:hover {
  cursor: pointer;
  color: rgb(15, 13, 13);
}
.new_repo {
  position: absolute;
  width: 35%;
  margin-top: 13%;
  height: 38%;
  margin-left: 0.5%;
  background-color: rgba(233, 233, 233, 0.349);
  border-radius: 10px;
  box-shadow: 0 0 4px black;
}

.repo_title {
  position: relative;
  text-align: center;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}
.file_type {
  margin-left: 22%;
  font-size: 18px;
  margin-top: 3%;
}
.file_submit {
  background-color: rgba(5, 180, 78, 0.897);
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 7px;
  padding-bottom: 7px;
  margin-left: 40%;
  margin-top: 6%;
  color: white;
  border: none;
  box-shadow: 0 0 5px rgb(119, 119, 119);
  border-radius: 6px;
}
.file_submit:hover {
  color: black;
  cursor: pointer;
}
.my_repos {
  position: relative;
  margin-left: 40%;
  width: 59%;
  margin-top: 0.5%;
  height: 89.5%;
  background-color: rgba(255, 255, 255, 0.027);
  border-radius: 8px;
  border: 1px solid grey;
}
.file_title {
  margin-left: 22%;
  padding: 7px;
  margin-top: 5%;
  border: 1px solid grey;
  border-radius: 6px;
  width: 47.5%;
}
.menu12 {
  display: none;
}
.class_td2 {
  border: 1px solid rgb(163, 163, 163);
  border-collapse: collapse;
  height: 30px;
  position: relative;
  text-align: center;
  color: black;
  min-width: 150px;
  min-height: 38px;
  font-size: 17px;
  font-family: Impact, Haettenschweiler, "Arial Narrow Bold", sans-serif;
}

.modes {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10000; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  -webkit-animation-name: fadeIn; /* Fade in the background */
  -webkit-animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-duration: 0.4s;
}

  .loader{
  position: absolute;
  display: none;
  margin: 0;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color:white;
  z-index: 1000;
}

#preloader p{
    position:absolute;
    margin-left:45%;
    margin-top:64%;
}
  #preloader {
  position: absolute;
  margin-left: 33%;
  top: 26%;
  width: 27%;
  height: 39%;
  background-color: white;
  z-index: 10000;
  border-radius: 3px;
}

#preloader:before {
   content: "";
  position: fixed;
  top: calc(37%);
  left: calc(44%);
  border: 6px solid white;
  border-top: 6px solid rgb(1, 126, 32);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  -webkit-animation: animate-preloader .4s linear infinite;
  animation: animate-preloader .4s 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);
  }
}
#ct7{
    
    background-color:rgba(0,0,0,.5);
    width:50%;
    height:100px;
    font-size:40px;
    color:white;
    text-align:center;
}
#preloader1 {
  position: fixed;
  top: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: rgba(255,255,255);
}
#preloader1 p{
    position:absolute;
    margin-left:45%;
    margin-top:30%;
}

#preloader1:before {
  content: "";
  position: fixed;
  top: calc(37%);
  left: calc(44%);
  border: 6px solid white;
  border-top: 6px solid rgb(1, 126, 32);
  border-radius: 50%;
  width: 110px;
  height: 110px;
  -webkit-animation: animate-preloader1 .4s linear infinite;
  animation: animate-preloader1 .4s linear infinite;
}

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.message{
    position:absolute;
   left:78%;
    width:7%;
    top:-10px;
    height:70px;
    background:red;
    z-index:1000;
    border-radius:5px;
}
.message i{
    position:absolute;
    font-size:25px;
    left:30%;
    top:32%;
    color:white;
}
.message .n{
     position:absolute;
    font-size:25px;
    left:42%;
    top:15%;
    
}