@import 'grid.css';
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;1,100;1,300;1,400&family=Poppins:wght@100;300;400;500;600&display=swap');

*{
  font-family: 'Poppins';
}

#version_ {
  position: absolute;
  right: 15px;
  top: 2;
  font-size: 12px;
  color: #726767;
  letter-spacing: 1.5px;
}



#slogan {

  letter-spacing: 2px;

  color: white;
  font-size: 225%;
  text-shadow: -2px 3px 3px rgb(97 91 91 / 70%);
  font-family: Verdana, Geneva, Tahoma, sans-serif;

}

.slow-fade-10 {
  -webkit-animation: fadein 10s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 10s;
}

.slow-fade-15 {
  -webkit-animation: fadein 15s;
  /* Safari, Chrome and Opera > 12.1 */
  /* Firefox < 16 */
  /* Internet Explorer */
  /* Opera < 12.1 */
  animation: fadein 15s;
}

/* The Modal (background) */
.modal,
.dmodal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100%;
  /* Full width */
  height: 100%;
  /* Full height */
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.80);
  z-index: 10;
}

/* Modal Content/Box */
.modal-content {
  background-color: #eff5f5;
  margin: 75px auto;
  padding: 20px;
  box-shadow: 4px 2px 8px 0px #080808c7;
  max-width: 29%;
  box-shadow: 4px 2px 8px 0px #080808c7;
  max-width: 29%;
  padding: 20px;
  box-shadow: 4px 2px 8px 0px #080808c7;
  max-width: 60%;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox < 16 */

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */

/* Opera < 12.1 */

#login-btn {
  font-size: 16px;
  width: 100%;
  background-color: #0074C8;
  border: none;
  outline: none;
  color: white;
  font-weight: 600;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, .16);
  margin-bottom: 20px;
}

#login-btn:focus {
  background-color: #154b6e;
  outline: none;
}

.span_err {
  color: rgb(106, 11, 11);
}

#login-div {
  margin: auto;
  text-align: center;
  width: 42%;
  font-family: 'Poppins';

}

#login-div h3 {
  color: #154b6e;
  font-size: 18px;
}

#login-div input,
#login-div button {
  width: 100%;
  margin: auto;
  text-align: center;
  margin-bottom: 10px;
}

#login-div input {
  border: none;
  background: #b8c1d86e;
  border-left: 4px solid #1f324e;
  color: #121212;
  outline: none;
  font-size: 13px;
  font-family: 'Lato';
  letter-spacing: 0.7px;
  padding: 8px;
}

#login-div div {
  margin-bottom: 10px;
}

#login-div div input,
#login div button {
  width: 100%;
}

#login-div input:focus {
  opacity: 1;
  background: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.289);
}

#login-div input::after {
  opacity: 1;
}

#login-logo {
  height: 12vh;
  margin: auto;
  position: absolute;
  top: 8px;
  max-height: 100px;
  padding: 10;
  right: 24%;
  border-radius: 10px;

}

.mySlides > img {
  width: 100%;
  height: 100vh;
  opacity: 65%;
  object-fit: cover;
}

.content {
  background-color: rgb(255 255 255);
  border-radius: 0.25em;
  box-sizing: border-box;
  width: 82%;
  height: 65%;
  min-height: 200px;
  max-height: 475px;
  left: 50%;
  position: fixed;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 14px;
  z-index: 3;
  box-shadow: 0 0 16px -4px rgba(0, 0, 0, .16);
}

#design1,
#design2 {
  border: 21px solid #1f324e;
  border-radius: 3px;
  height: 500px;
  width: 500px;
  position: absolute;
  z-index: 2;
}

#design1 {
  bottom: 36px;
  left: 16vh;
  height: 88vh;
  width: 44vh;
  border: none;
  border-bottom: 10px solid #1f324e;
  border-left: 25px solid #1f324e;
}

#design2 {
  top: 1vh;
  right: 16vh;
  height: 29vh;
  border-radius: 5px;
  width: 64vh;
  /* border-bottom-right-radius: 14px;*/
}


h1 {
  font-family: monospace;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
  }

  100% {
    -webkit-transform: translateX(25%);
    transform: translateX(25%);
  }
}

.login-modal-content #indicator-modal-content {
  margin: auto;
  width: 299px;
  /* margin: 300px; */
  height: 100px;
  padding: 22px;
  background: #eff5f5;
  border-radius: 10px;
  margin-top: 10%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

#title {
  position: absolute;
  bottom: 15px;
  left: 30px;
  color: #a8c5e9;
  text-shadow: -1px -1px 6px #2c2a2aeb;
  word-spacing: 10px;
  font-family: 'Roboto';
  animation: effect 10s alternate infinite;
  /* transition: color 2s; */
  /* opacity: .7;*/
}

#title:not(div) {
  font-size: 30px;
  letter-spacing: 0px;
}

#title div {
  font-size: 12px;
  display: flex;
}

#title div span {
  margin-right: 10px;
}


.menu-head-div {
  display: flex;
  position: absolute;
  right: 23vw;
  /* top: 20px; */
  bottom: 77px;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
  z-index: 10;
}

.content2 {
  width: 60% !important;
  max-width: 750px !important;
  height: fit-content !important;
  max-height: 600px !important;
  left: 50% !important;
  top: 48% !important;
  font-size: 15px;
  padding: 10px 5%;
}

.menu-head {
  /* background: #00000003; */
  padding: 5px 7px;
  /* border-radius: 20px; */
  /* font-size: 13px; */
  /* box-shadow: 3px 4px #0000002b; */
  /* opacity: 1; */
  color: #000000;
  /* border-bottom: 1px solid black; */
  /* margin-left: 30px; */
  /* border-radius: 3px; */
  /* text-shadow: 1px 2px 2px black; */
  font-family: 'Poppins';
}

.menu-head img {
  padding-right: 5px;
}


.menu-head:hover {
  /* border-bottom: 1px solid #5c5959; */
  cursor: pointer;
  text-decoration: underline;
}

.close-content {
  /* position: absolute; */
  bottom: 20px;
  margin-bottom: 20px;
  margin-top: 30px;
  width: 40%;
  right: 20px;
  background: #ecb827;
  border-radius: 3px;
  border: none;
  padding: 6px 20px;
  text-transform: uppercase;
  color: white;
  font-size: 15px;
  /* box-shadow: 0 8px 16px -4px rgba(0, 0, 0, .16); */
}

.left-aligned {
  text-align: left;
}

.span_err {
  font-size: 10px !important;
  margin: 0 !important;
}

.show-800 {
  display: none;
}

#login-logo2 {
  height: 100px;
}

@media only screen and (max-width: 800px) {

  .g-disp-2a {
    display: grid;
    grid-template-columns: 1fr;
  }

  .content {
    width: 88%;
    max-width: 650px;
    height: 65%;
    max-height: 335px;
    left: 50%;
    padding: 10px;
    position: fixed;
    text-align: center;
    top: 47%;
  }



  #login-div {
    width: 65%;
  }

  .show-800 {
    display: block;
    /* width: 100%; */
    margin-top: 20px;
    margin-bottom: 20px;
    margin: auto;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 1080px) {
  .hide-1080 {
    display: none;
  }

  #login-logo {
    right: 40%;
  }

  .menu-head-div {
    right: 18vw;
  }

  .bullets {
    display: none;
  }
}

#indicator-modal-content {
  width: 234px;
  height: 171px;
  background: #eef5f5;
  margin: auto;
  text-align: center;
  padding: 15px;
  margin-top: 10%;
  border-radius: 5px;
  box-shadow: 4px 4px 9px 3px #00000080;
}

.main-content {
  background-color: #fafafa;
}

/* ################################ */

.mySlides {
  display: none;
  position: relative;
  background-color: #001524;
}

img {
  vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
}

/* Caption text */
.text {
  color: white;
  font-size: 36px;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 10rem 0 10rem ;
  font-weight: 300;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-fill-mode: forwards;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

@keyframes fade {
  from {
    opacity: .4
  }

  to {
    opacity: 1
  }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {
    font-size: 11px
  }
}

.bullets {
  text-align: center;
  position: absolute;
  /* left: 58vw; */
  bottom: -33px;
  left: 20%;
}

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

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

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

#beta-note p:last-child{
  color: #b6b6b6;
  font-weight: 300;
}

.link-highlight{
  color: #0074C8;
  /* text-decoration: underline; */
  cursor: pointer;
  font-weight: 500;
}

.link{
  color: #3A3A3A;
  /* text-decoration: underline; */
  cursor: pointer;
}

.vertical-divider{
  width: 1px;
  height: 20px;
  background-color: #BBBBBB;
}

.column{
  display: flex;
  flex-direction: column;
}

.expand{
  flex-grow: 1;
}

.title{
  color: #0074C8;
  margin-bottom: 50px;
}

#login-form{
  width: 450px;
  margin-bottom: 150px;
}

.input{
  width: 100%;
  padding: 12px;
  border-radius: 5px 8px 8px 5px;
  /* border-radius: 8px; */
  background-color: #F0F0F0;
  border-left: 3px solid #0074C8;
}

.input input{
  font-size: 16px;
  border: none;
  background: transparent;
  outline: none;
  width: 80%;
}

#copyright{
  font-weight: 300;
  color: #b6b6b6;
}

.logo{
  width: 300px;
}

#eye-slash{
  display: none;
}

#eye, #eye-slash{
  cursor: pointer;
}

.swal2-confirm {
  background-color: #1f324e !important;
  border: none !important;
}