@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;1,100&display=swap");
body {
  font-family: "Poppins", Arial, Helvetica, sans-serif;
  background: #050504;
}

.navbar-brand {
  color: white;
  font-weight: 600;
}

.navbar .navbar-nav .nav-link {
  color: white;
}

.navbar .navbar-nav .nav-link.active {
  color: #1e5f2d;
}

.navbar .navbar-nav .nav-link:hover {
  color: #1e5f2d;
}

.dot {
  color: #1e5f2d;
}

.nav-trans {
  background: transparent;
  color: white;
}

.student {
  width: 700;
  height: 500;
}

.btn-green,
.btn-green-block {
  background: #1e5f2d;
  color: white;
  width: 50%;
  border: none;
  padding: 10px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-green:hover,
.btn-green-block:hover {
  opacity: 0.7;
}

.btn-green-block {
  width: 100%;
}

.btn-modal {
  background: #1e5f2d;
  color: white;
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 10px;
  text-align: center;
  text-decoration: none;
  list-style: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

.btn-modal:hover {
  color: white;
  opacity: 0.8;
}

.inputx {
  border: none;
  background: none;
  border-bottom: 1px solid white;
  outline: none;
  color: white;
}

.inputx:focus {
  color: white;
}

.lead {
  opacity: 0.5;
  color: white;
}

.inputx.error {
  border: 1px solid red;
}

.error-message {
  margin-left: 90px;
  color: #f34242;
  font-weight: lighter;
  display: none;
}

.faint-text {
  color: white;
  opacity: 0.5;
}

.faint {
  opacity: 0.5;
}

#table #table-body input,
#table #table-body2 input {
  border: none;
  border-bottom: 1px solid black;
  outline: none;
  color: black;
}

#table #table-body input:focus,
#table #table-body2 input:focus {
  color: black;
}

#overlayer {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: fixed;
  z-index: 2;
  background: #050504;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.swipe img {
  color: white;
  width: 50px;
}

.swipe {
  display: none;
}

@media screen and (max-width: 770px) {
  .swipe {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
/*# sourceMappingURL=style.css.map */