:root{
  --primary_main: #123e25;
  --primary_bg: #faf5f3;
  --white: #fff;
  --black: #000;
  --grey: #F5F5F5;
  --darkgrey: #737373;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
  background-color: var( --primary_main) !important;
  border: none !important;
}
html,
body {
  /* width: 100vw; */
  min-height: 100vh;
  margin: 0;
  padding: 0;
  /* background: url("../images/bus_bg.png") no-repeat center center; */
  background-size: cover;
  font-family: 'Lato', sans-serif;
  position: absolute;
  font-family: 'Lato', sans-serif;
  width: 100%;
  
}

form {
  background: #ffffff;
  max-width: 800px;
  width: 100%;
  z-index: 10;
  padding: 60px 60px 80px;
  opacity: 0.95;
  margin: 20px auto;
}

input,select {
  width: 100%;
  background: var(--white);;
  text-align: left;
  margin-bottom: 19px !important;
  box-shadow: none;
  appearance: none;
  border: none;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1 !important;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  /* text-transform: uppercase; */
  font-size: 13px !important;
  position: relative;
  z-index: 500;
  letter-spacing: 0.06em;

}
input:focus {
  border: 1px solid darken(#faf5f3, 10%);
  outline: none;
  appearance: none;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.submit {
  padding-top: 12px;
  padding-bottom: 12px;
  border: none;
  text-transform: uppercase;
  font-size: 11px;
  position: relative;
  z-index: 500;
  letter-spacing: 0.06em;
  text-align: center;
  cursor: pointer;
  background: var(--primary_main);
  color: var(--white);
  width: 101%;
  transition: 0.8s all ease;

}

#firstname {
  margin-top: 20px;
}



.submit-under,
.loader,
.loader2,
.circle-paper,
p.success-dialog,
h2.success {
  visibility: hidden;
}

.submit-under {
  background: #8c6e7a;
  width: 291px;
  height: 45px;
  margin-top: -40px;
  margin-left: -4px;
  position: absolute;
  z-index: -1;
}

.info{
  margin-bottom: 25px;
}
.main-button{
  float: right;
  margin-top: 12px;
  color: #fff !important;
  background-color: #123e25 !important;
  border-color: #123e25;
  box-shadow: 0 10px 20px -10px rgb(18 62 37);
}
button:disabled,
button[disabled]{
  border: 1px solid #dddddd;
  background-color: #c2c2c2 !important;
  color: #a49f9f !important;
  box-shadow: none;
}
.capture_btn{
  position: absolute;
  margin-left: -62px;
  z-index: 2;
  background: #ef875e;
  font-size: 12px;
  border: none;
  padding: 10px;
  color: #fff;
  height: 37px;
  cursor: pointer;
}
.z-index1{
  z-index: 1;
}
.Route_Details{
  padding: 20px;
  border: 1px solid #ddd;
  background: #ddd;
  margin-bottom: 15px;
  max-height: 400px;
  overflow: auto;

}
svg {
color: red;
}
.Route_Details h3{
  font-size: 20px;
  margin-bottom: 30px;
}
.text-style{
  font-size: 13px;
  font-weight: 500;
}
.pickup_stop_count{
  font-size: 15px;
  margin-left: 2px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}
.b_top2{
  border-top: 2px solid #4d4d4d;
  margin-top: 10px;
  padding-top: 10px;
}
.DELETEPOINTS{
  cursor: pointer;
}
.buttonload{
  border-radius: 5px;
  border: 1px solid #8b5e11;
  margin-top: 12px;
  color: #fff !important;
  background-color: #123e25 !important;
  border-color: #123e25;
  box-shadow: 0 10px 20px -10px #123e25;
  width: 100%;
  height: 45px;
  cursor: auto;
}
.hide{
  display: none !important;
}
.maintanance-layout{
  height: 100%;
  display: flex;
  margin: 0 20px; 
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 80px;

}
.maintanance-layout h1{
    font-size: 3em;
    font-weight: 100;
    color: #F44;
    margin: 0;
  } 
  .maintanance-layout h2{
    font-size: 1.5em;
    font-weight: 100;
    margin-bottom: 0;
  }
  .maintanance-layout h3{
    font-size: 1.5em;
    font-weight: 100;
    margin-top: 8px;
  }
  .maintanance-layout a{
    font-size: 1.5em;
    font-weight: 300;
    color: #F44;
    text-decoration: none;
  }

@media(max-width:786px){
  form {
    padding: 25px 20px 80px;
}
}