@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap');
*
{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Quicksand', sans-serif;
}
@font-face {
    font-family: 'Roboto-Regular';
    src: url('../Content/Roboto-Regular.ttf') format('truetype');
}
/*body{
    background-color:#222222 !important;
}*/

.login-box {
    background-color: #8bc34a;
    border: solid 1px #8bc34a;
    box-shadow: 0px 0px 7px 3px #000;
    border-radius: 15px 15px 0 0;
}
div#map2 {
    padding: 0 0 50px;
}


a#newacc {
    color: #090329;
    font-size: small;
    font-weight: 900;
}

#forgotpass {
    color: #090329;
    font-size: small;
    font-weight: 900;
}

div.dt-buttons .dt-button {
    border: solid 1px #fff;
    /* background-color: #11baa6;*/
    padding: 5px;
    border-radius: 5px;
    width: 60px;
}


.login-card-body, .register-card-body {
    background-color: #090329 !important;
    position: relative;
}

.rowbtn {
    display: flex;
    -ms-flex-wrap: wrap;
    justify-content: center;
    margin: 20px 10px 10px;
}

#login {
   /* background-color: #00ab9a;*/
    font-weight: 500;
    box-shadow: 0px 0px 5px 3px #343a40;
    color: #8bc34a;
    border: solid 0.5px;
}



.x1 {
    display: none;
}
.fps{
  flex-direction: column;
    justify-content: center;
    align-content: center;
    /* height: 70vh; */
    display: flex;
}

a.ppc {
  position: fixed;
  border: solid 1px #20c997;
  bottom: 100px;
  border-radius: 50%;
  height: 65px;
  width: 65px;
  box-shadow: 2px 2px 5px #000;
  right: 20px;
  background: #00bc8c;
  display: flex;
  align-items: center;
  justify-content: center;
}

table {
  /*table-layout: fixed !important;*/
  width: 100% !important;
  color: #11baa6;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  background: #222222e6;

}

.table {
  color: #11baa6;
  background: #222;
  padding: 10px;
  box-shadow: 2px 2px 5px #000;
}
img.mes {
  border: solid 1px #00bc8c !important;
  border-radius: 10px;
}
thead {
  border: solid;
  background: #000;
  border-bottom: solid 3px;
}

.xthin{
  font-size: small;
  font-weight: 500;
}

.links1 {
  text-align: center;
  font-size: larger;
  color: aqua;
  text-decoration: underline;
}

section 
{
    position: absolute !important;
    width: 100vw;
    height: 100vh;
    display: flex;
    align-items: center;
    gap: 1px;
    flex-wrap: wrap;
    overflow: hidden;
    justify-content: space-around;
    z-index:-10
}
section::before 
{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(#000,#00bdab,#000);
  animation: animate 5s linear infinite;
}
@keyframes animate 
{
  0%
  {
    transform: translateY(-100%);
  }
  100%
  {
    transform: translateY(100%);
  }
}
section span 
{
  position: relative;
  display: block;
  width: calc(3.25vw - 2px);
  height: calc(3.25vw - 2px);
  background: #181818;
  z-index: 2;
  transition: 1.5s;
}
section span:hover 
{
  background: #00bdab;
  transition: 0s;
}

.block{
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #222222ed;
}

section .signin
{
    position: absolute;
    width: 400px;
    background: #222222e6;
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px;
    border-radius: 4px;
    box-shadow: 0 15px 35px rgba(0,0,0,9);
    height: 100vh;

}
section .signin .content 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 40px;
}
section .signin .content h2 
{
  font-size: 2em;
  color: #fff;
  text-transform: uppercase;
}
section .signin .content .form 
{
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
section .signin .content .form .inputBox
{
  position: relative;
  width: 100%;
  text-align: center;
}
section .signin .content .form .inputBox input 
{
  position: relative;
  width: 100%;
  background: #333;
  border: none;
  outline: none;
  padding: 25px 24px 7.5px;
  border-radius: 25px;
  color: #fff;
  font-weight: 500;
  font-size: 1.1em;
  height: 60px;
  border: solid 0.5px #00bdab;
  text-align: center;
}
section .signin .content .form .inputBox i 
{
  position: absolute;
  left: 135px;
  padding: 15px 10px;
  font-style: normal;
  color: #aaa;
  transition: 0.5s;
  pointer-events: none;
}
.signin .content .form .inputBox input:focus ~ i,
.signin .content .form .inputBox input:valid ~ i
{
  transform: translateY(-5.5px);
  font-size: 0.7em;
  color: #00bdab;
}

i {
 
  top: 0;
  left: 37vw;
}

.signin .content .form .links 
{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between; 
  align-items: center;
}
.signin .content .form .links a 
{
  color: aqua;
    text-decoration: none;
    font-weight: 600;
}
.signin .content .form .links a:nth-child(2)
{
  color: aqua;;
  font-weight: 600;
}
.signin .content .form .inputBox input[type="submit"]
{
  padding: 10px;
  background: #222222;
  color: #09efd9;
  font-weight: 600;
  font-size: 1.35em;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: solid 0.5px #00bdab;
  width: 80%;
  height: 50px;
}
input[type="submit"]:active
{
  opacity: 0.6;
}
@media (max-width: 900px)
{
  section span 
  {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}
@media (max-width: 600px)
{
  section span 
  {
    width: calc(10vw - 2px);
    height: calc(10vw - 2px);
  }
}

.links {
  text-align: center;
}
.profile_container {
    /* padding: 20px; */
    /* margin-top: 76px; */
    width: 100%;
    background: #222222e6;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.swal2-container.swal2-top>.swal2-popup {
  background: #000 !important;
  color: #fff !important;
  border: solid 0.5px #00bc8c !important;
}

.pending_list {
  padding: 20px 5px;
  margin: 25px 2px 0;
  border-top: solid 1px #11baa6;
  background: #222222e6;
  height: 100%;
}

th {
  border: 1px solid #00bc8c;
}

.loader {
  display: none;
  height: 4px;
  width: 100%;
  overflow: hidden;
  background-color: transparent;
  position: absolute;
  bottom: 0px;
}

      .loader:before {
          display: block;
          position: absolute;
          content: "";
          left: -200px;
          width: 200px;
          height: 4px;
          background-color: #00bdab;
          animation: loading 2s linear infinite;
      }

  @keyframes loading {
      from {
          left: -200px;
          width: 30%;
      }

      50% {
          width: 30%;
      }

      70% {
          width: 70%;
      }

      80% {
          left: 50%;
      }

      95% {
          left: 120%;
      }

      to {
          left: 100%;
      }
  }

  .error {
    border: solid 2px red !important;
  }

.login-box-msg {
    width: 100%;
    color: #8bc34a;
    text-align: center;
}
