@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300&display=swap");

/* ....................................
1. Preloader css
.......................................*/

.reportsButton {
  display: block;
  width: 250px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(37, 193, 255, 0.872);
  border-radius: 20px;
  justify-content: center;
  text-align: center;
  align-self: center;
  align-content: center;
  text-decoration-color: white;
  margin: auto;
  text-decoration: none;
}

.reportsButton p {
  color: black;
  align-self: center;
  justify-content: center;
  text-decoration: none;
  margin-top: 30px;
}

.w-6 {
  width: 20px;
}
.reportButtonLink {
  text-decoration: none;
}

.loginErr {
  display: flex;
  width: 50vh;
  height: 40px;
  background-color: rgba(243, 140, 140, 0.567);
  align-self: center;
  justify-content: center;
  margin: 10px 0px 20px 80px;
  border-radius: 25px;
}

.loginErr h4 {
  text-align: center;
  justify-content: center;
  margin: 10px 10px 10px 10px;
  font-weight: 200;
}

.loader-page {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 310;
  background-color: #ffffff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.admin-header {
  padding: 25px;
}

.logo-section {
  height: 95vh;
}

.admin-header h2 {
  color: #00527d;
  font-family: "Montserrat", sans-serif;
  font-size: 21px;
  font-weight: bolder;
  margin-bottom: 0;
  font-size-adjust: 0.57;
  letter-spacing: 0.9px;
  margin-top: 10px;
}

.main {
  margin-top: 100px;
  position: relative;
}

.carousel {
  width: 100%;
  height: auto;
}

.login {
  position: relative;
  margin-top: 50px;
  margin-bottom: 50px;
  height: 75vh;
  padding: 25px;
}

.login h4 {
  color: #00527d;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 0;
  font-size-adjust: 0.57;
  letter-spacing: 0.6px;
  margin-top: 10px;
}

.login .btn {
  color: #fff;
  font-weight: bold;
}

.curve {
  background-image: url("../img/curve.png");
  background-repeat: no-repeat;
  z-index: 1;
  width: 225px;
  height: 200px;
}

@media screen and (max-width: 480px) {
  .curve {
    width: 112px;
    height: 100px;
  }

  .curve img {
    width: 112px;
    height: 100px;
  }
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 2;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  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.4);
  /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  align-self: flex-end;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.select-menu {
  position: relative;
  width: 230px;
  margin-top: 40px;
  margin-right: 20px;
}
.select-menu .select-btn {
  height: 55px;
  background: #fff;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: 400;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.select-btn {
  width: 230px;
}
.sBtn-text {
  font-size: 25px;
  text-align: center;
  color: #858796;
  margin-top: -5px;
}
.options p {
  color: #333;
}
.select-menu .options {
  position: absolute;
  width: 230px;
  padding: 20px;
  margin-top: 10px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  display: none;
}
.select-menu.active .options {
  display: block;
}

.options .option1 {
  list-style: none;
  cursor: pointer;
}
.options .option2 {
  list-style: none;
  cursor: pointer;
}
.options .option3 {
  list-style: none;
  cursor: pointer;
}
.options .option1 p:hover {
  background: #f2f2f2;
  border-radius: 8px;
}

.options .option2 p:hover {
  background: #f2f2f2;
  border-radius: 8px;
}
.options .option3 p:hover {
  background: #f2f2f2;
  border-radius: 8px;
}
.Apply-cancel-button {
  margin: 30px 30px 10px 0px;
}

#applyBtn {
  background-color: rgba(37, 193, 255, 0.872);
  margin-right: 10px;
}
#cancelBtn {
  background-color: rgba(37, 193, 255, 0.872);
}

.inputfile {
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}
.inputfile + label {
  font-size: 1.25em;
  font-weight: 700;
  color: white;
  background-color: lightgrey;
  display: inline-block;
  width: 200px;
  height: 35px;
}

.inputfile:focus + label,
/* .inputfile + label:hover {
  background-color: red;
} */
.inputfile + label {
	cursor: pointer; /* "hand" cursor */
}
.inputfile:focus + label {
	outline: 1px dotted #000;
	outline: -webkit-focus-ring-color auto 5px;
}
.popup-show { 
  display: flex; 
  position: absolute;
  top: 170px;
  justify-content: center; 
  align-items: center; 
  border: 1px solid black;
  background-color: #FCFCFD;
  padding: 10px 20px;
  width: 380px;
  margin-left: 380px;
  z-index: 1;
  display: none;
} 
/* .close{
  border: 2px solid black;
  color: black;
  margin-right: 15px;
  padding: 0px 2px;
} */
  .popup { 
  width: 366px; 
  height: 222px; 
  display: border;
  transition: all 0.5s ease; 
  transition-duration: 1s; 
  } 
  .popup h1{
      color: green;
      font-weight: bold;
      margin-left: 70px;
  }
  .popup i{
      margin-left: 150px;
      margin-bottom: 20px;
  }
  #continuebtn { 
  margin-top: 3px;
  margin-left: 130px; 
  } 

.popup button { 
  margin-top: 6px; 
  } 
 .popup button { 
  background-color: rgb(0, 0, 0); 
  color: white; 
  border-radius: 5px; 
  height: 36px; 
  width: 77px; 
  border: none; 
  transition-duration: 0.5s; 
  font-size: 17px; 
} 

.far.fa-check-circle { 
  color: blue; 
  font-size: 37px; 
  margin-top: 7px; 
} 

 .popup button:hover { 
  background-color: rgb(113, 140, 139); 
  color: white; 
  /* transition-delay: 0.4s; */
}
.required:after {
  content:" *";
  color: red;
}