html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* font-family: 'Poppins', sans-serif; */
}

body {
  min-height: 100vh;
  background-color: #fff;
}

.logo-img img {
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.333));
}

/* .sb-sidenav-dark {
  background-color: #1288ff;
  color: rgb(255, 255, 255) !important;
  transition: 0.5s;
}

.navbar {
  background: linear-gradient(90deg, rgba(0, 130, 255, 1) 0%, rgba(29, 192, 253, 1) 50%, rgb(0, 148, 211) 100%);
  transition: 0.5s;
} */

.active,
.nav-link:focus {
  /* background-color: #ffffff3e; */
  border-right: 4px solid white;
}

.nav-link:hover {
  background-color: #ffffff26;
}

/* .form-inline button {
  background-color: #56bbff;
  color: white;
  border: 1px solid #56bbff;
  border-radius: 0 5px 5px 0;
} */

/* .form-inline input {
  border-radius: 5px 0 0 5px;
} */

/* ****************registration form start****************************** */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10% 15% 10% 15%;
}
.registration {
  width: 100%;
  height: auto;
  padding: 30px;
  background: linear-gradient(to left, rgb(40, 144, 240) 0%, rgba(29, 192, 253, 1) 50%, rgb(0, 163, 232) 100%);
}

.registration-form {
  padding: 10px;
  border-radius: 2px;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.333));

}

.registration button {
  width: 30%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px 0px;
  background: rgb(0, 183, 255);
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}

.registration button:hover {
  color: #ffffff;
  filter: drop-shadow(0 0 0.75rem rgba(0, 162, 255, 0.333));
}

.registration-form form {
  border-radius: 2px;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.333));
  background-color: #ffffff;
}

.registration {
  width: 100%;
  height: auto;
  /* height: 100vh; */
  padding: 40px;
  /* background: linear-gradient(to left, rgb(40, 144, 240) 0%, rgba(29, 192, 253, 1) 50%, rgb(0, 163, 232) 100%); */
  background: linear-gradient(137deg, #fff5d400, #fff5d496), url(../images/pngegg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

/* .milk-img {
  width: 100%;
  height: 100%;
  background: url(../images/milk.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.347));
} */
.registration-text p {
  /* background: rgba(0, 183, 255, 0.132); */
  /* margin-left: -20%; */
  padding-top: 17px;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  /* color: #fff; */
  color: #3f1c00 !important;
  font-weight: bold;
  font-size: 22px;
  margin-bottom: 0;
}

.milk-head {
  width: 100%;
  height: 100%;
  padding: 13% 0;
  color: rgba(255, 255, 255, 0.951);
}

.milk-img h1 {
  text-align: center;
  color: white;
  font-family: 'Source Serif Pro', serif;
}

.reg-icons i {
  padding: 10px;
}

.registration-form form {
  padding: 25px 0 25px 30px !important;
  background-color: #fffbf1;

}

.regbut {
  float: left;
}

.idbut {
  float: right;
}

.online {
  padding-top: 23px;
}

.register-logo {
  text-align: center;
  justify-content: right;
  padding:5px;
}

.register-logo img {
  text-align: center !important;

}
.register-logo p{
  font-size: 35px;
}
.imagine {
  border: medium none;
  padding: 0px !important;
}

.register-logo img {
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.333));
}
.butreg{
  float: right;
}
/* .login-form input */
.registration-form input {
  /* width: 75%; */
  /* padding: 2px 0;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgb(0, 183, 255) !important; */
  padding: 5px;
  border-radius: 3px;
  border: solid 1px #59381d;

}

/* ,
.login-form input,
.login-form label */
.registration-form label {
  width: 100%;
  padding: 2px 0;
}

.registration-form label {
  margin-top: 10px;
  color: #434343;
  font-weight: 500;
}

/* .login-btn {
  text-align: center;
  padding: 4% 0;
}

.login-btn button {
  text-align: center;
  color: #ffffff;
  padding: 10px 20px;
  width: 20%;
  border-radius: 10px;
  margin: 0 10%;
  border: none !important;
  background: linear-gradient(90deg, rgba(0, 130, 255, 1) 0%, rgba(29, 192, 253, 1) 50%, rgb(0, 163, 232) 100%);
}

.login-btn button:hover {
  color: #ffffff;
  filter: drop-shadow(0 0 0.75rem rgba(0, 162, 255, 0.333));
} */

/* **************login************** */
.login {
  width: 100%;
  height: auto;
  /* height: 100vh; */
  padding: 55px;
  /* background: linear-gradient(to left, rgb(40, 144, 240) 0%, rgba(29, 192, 253, 1) 50%, rgb(0, 163, 232) 100%); */
  background: linear-gradient(137deg, #fff5d400, #fff5d496), url(../images/pngegg.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.login-form {
  border-radius: 2px;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.333));
  /* background-color: #ffffff; */
  background: #fffbf1;
  padding: 30px 30px 40px 0px;
}

/* .login-img {
  width: 100%;
  height: 100%;
  background: url(../images/milk.jpg);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  padding: 30px;
  filter: drop-shadow(0 0 0.75rem rgba(0, 0, 0, 0.347));
} */
.logbut {
  justify-content: space-evenly;
  padding-left: 23%;
  margin-right: -12%;
}

.login-img h1 {
  text-align: center;
  color: white;
  font-family: 'Source Serif Pro', serif;
}

.log {
  padding-top: 30px;
}

.login-form .row {
  padding: 5px 0;
}

/* .login-form input{
  border-bottom: 2px solid rgb(33 35 35) !important;
} */
.login-area {
  width: 100%;
  height: 100%;
  /* padding: 30px 0 30px 30px; */
  /* color: rgba(255, 255, 255, 0.951); */
}

.logo-text {
  padding: 30px 0 0 10px;
}

.login-form a,
.login-form label,
.login-form h3,
.login-form p {
  /* color: rgb(0, 136, 255); */
  color: #3f1c00 !important;
  font-weight: 500;
}

.login-form p:hover {
  text-decoration: underline;
}

.login-form h3 {
  font-family: 'Bitter', serif;
  font-size: 40px;
  font-weight: bold;
  margin-left: -30%;
  margin-bottom: 40px;
  margin-top: -10px;
}

/* .login-form a:hover {
  color: rgb(55, 55, 55);
  text-decoration: none;
} */

.login-form button {
  width: 30%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px 0px;
  background: rgb(0, 183, 255);
  color: #fff;
  font-weight: bold;
}

.login-form button:hover {
  color: #ffffff;
  filter: drop-shadow(0 0 0.75rem rgba(0, 162, 255, 0.333));
}

.login-form input {
  background-color: #fff;
  border: 1px solid #323131;
  border-radius: 5px;
}

.login-form a {
  cursor: pointer;
  color: #f0523d !important;
}

.login-form a:hover {
  text-decoration: underline !important;
}


/* ////////////////////////////////////////////////////////////////////////////////////////The Modal (background) */

.modal {
  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;
  /* 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/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  /* 15% from the top and centered */
  border: 1px solid #888;
  color: #3f1c00;
}

.modal-content .title {
  background: #fffbf1;
  color: #3f1c00;
}

.modal-content input {
  background: #eee;
  border:solid 1px #827f7f;
  border-radius: 0px;
}

.modal-content .input-group input:nth-child(odd) {
  border-radius: 20px 0px 0px 20px;
}

.modal-content button {
  width: 20%;
  border: 1px solid #3f1c00;
  background: #acaaaa;
  color: #3f1c00;
  border-radius: 0px 20px 20px 0px;
  font-weight: bold;
}
/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

/* ****************registration form end****************************** */
/* **********************dashboard main cards work *********************** */
.dashboard-part {
  /* display: flex; */
}

.dashboard {
  /* height: 100vh; */
  padding: 20px;
}

.dashboard-cards1,
.dashboard-cards2,
.dashboard-cards3,
.dashboard-cards4,
.dashboard-cards5 {
  height: auto;
  /* width: 50%; */
  margin: 10px;
  text-align: center;
  padding: 15%;
  border-radius: 5px;
  background-color: skyblue;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  color: #ffffff;
}

/* .dashboard-cards1 {
  background: url(../images/d1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dashboard-cards2 {
  background: url(../images/d2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dashboard-cards3 {
  background: url(../images/d3.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dashboard-cards4 {
  background: url(../images/d4.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.dashboard-cards5 {
  background: url(../images/d5.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
} */

.active-cont {
  background-color: #a1e3ff5f;
}

/* *********************milk man form************************ */
/* .milk-m-add {
  background-color: #a1e3ff5f;
} */

.m-man-fill-form h3 {
  text-align: center;
  color: #3498db;
  /* padding-bottom: 10px;
  border-bottom-style: solid;
  border-bottom-width: 2.1px; */
}

.m-man-fill-form {
  background-color: rgb(255, 255, 255);
  /* box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px; */
  padding: 15px;
  /* border-radius: 5px; */
  overflow-y: scroll;
}

::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

.milkman-form .m-man-input,
.milkman-form select {
  width: 100%;
  padding: 2px 0;
  background: transparent !important;
  border: none !important;
  border-bottom: 2px solid rgb(0, 183, 255) !important;
}

.milkman-form label,
.milkman-form input,
.milkman-form select {
  margin-top: 10px;
  padding: 10px;
  /* color: rgb(0, 183, 255); */
}

.milkman-form label {
  color: rgb(0, 183, 255);
}


.search-from {
  text-align: center;
  padding: 10px;
  color: #1288ff;
}

.man-search-bar,
.btn-man-search {
  padding: 7px;
  color: #1288ff;
  border-radius: 2px;
  border: 2px solid rgb(0, 183, 255);
}

.btn-man-search {
  background-color: rgb(0, 183, 255);
  color: #fff;
}


/* Extra styles for the cancel button */
.cancelbtn {
  width: auto;
  padding: 10px 18px;
  background-color: #f44336;
}

/* **************popup model************************ */
/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10% 15% 10% 15%;
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 5% auto 15% auto;
  /* 5% from the top, 15% from the bottom and centered */
  border: 1px solid #888;
  width: 80%;
  /* Could be more or less, depending on screen size */
}

.box-title {
  background-color: #3498db;
  color: white !important;
}

.bill-pay-btn {
  text-align: center;
}

.bill-pay-btn input {
  font-size: 20px;
  color: #1288ff !important;
  padding: 5px 15px;
  border-radius: 5px;
  border: none;
  background-color: #c7e2fc !important;
}

.m-man-btns {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
}

.m-man-btns i {
  font-size: 22px;
  text-align: center;
  padding-top: 2px;
}

.m-man-btns button {
  /* font-size: 15px;
  color: #434343;
  border: none !important;
  background-color: #c7e2fc !important;
  padding: 5px 10px;
  border-radius: 10px; */
  width: 25%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px 1px;
  background: rgb(0, 183, 255);
  color: #fff;
  font-size: 17px;
}

.m-man-btns-in {
  text-align: center;
  padding: 10px 0;
}

.m-man-btns-in button {
  /* width: 10%;
  font-size: 15px;
  color: #434343;
  border: none !important;
  background-color: #c7e2fc !important;
  padding: 5px;
  border-radius: 10px; */
  width: 13%;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 20px;
  margin: 10px 10px;
  background: rgb(0, 183, 255);
  color: #fff;
  font-size: 17px;
}

.m-man-btns-in i {
  font-size: 22px;
  text-align: center;

}

.print-icons {
  font-size: 30px;
  color: #1288ff !important;
  float: right;
}

.print-icons i {
  background-color: #c7e2fc !important;
  padding: 5px;
  border-radius: 10px;
}

/* Add Zoom Animation */
.animate {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

.box-body {
  /* overflow-y: hidden; */
  overflow: auto;
  overflow-x: auto;
}

.box-body th {
  border: 1px solid #b7b7b7;
  text-align: left;
  padding: 10px;
  background-color: rgb(211, 243, 255);
}

.box-body td {
  border: 1px solid #b7b7b7;
  text-align: left;
  padding: 10px;
}

.popup-btn input {
  text-align: center;
  padding: 5px 10px;
  border: none;
  border-radius: 5px;
  background-color: #c7e2fc;
}

.popup-btn input:hover {
  background-color: #1288ff;
  color: white;
}

.back-btns a {
  color: #1288ff;
  background-color: white;
  border-radius: 5px;
  margin-left: 20px;
  font-size: 20px;
  padding: 0 5px;
}

@-webkit-keyframes animatezoom {
  from {
    -webkit-transform: scale(0)
  }

  to {
    -webkit-transform: scale(1)
  }
}

@keyframes animatezoom {
  from {
    transform: scale(0)
  }

  to {
    transform: scale(1)
  }
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
  span.psw {
    display: block;
    float: none;
  }

  .cancelbtn {
    width: 100%;
  }
}

.payhistory-logo img {
  width: 15%;
  float: right;
  margin-top: 10px;
}