body {
  font-family: 'Montserrat', sans-serif !important;
}


.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.fw700{
    font-weight: 700;
}
.fw800{
    font-weight: 800;

}
.fs12{
    font-size: 12px !important;
}
.fs14{
    font-size: 14px;
}
.fs15{
    font-size: 15px !important;
}
.fs18{
    font-size: 18px;
}
.fs20{
    font-size: 20px;
}
.fs24{
    font-size: 24px;
}
.fs27{
    font-size: 27px;
}
.fs28{
    font-size: 28px;
}
.fs35{
    font-size: 35px;
}
 .fs45{
    font-size: 45px;
}
.fs55{
    font-size: 55px; 
}
.pt-7x{
    padding-top: 70px;
}
.clr-main{
    color: #000000 !important;
}
.jst-content{
    text-align: justify;
}
.ancr-styl{
 text-decoration: none;
}


.brdr-zero{
    border-radius: 0px;
}

.custom-form-admin {
    max-width: 400px; 
    margin: auto;    
  }
  .search-container_admin,.icon-container{
    position: relative;
    width: 780px;
    margin: 0px; 
  }
  input[type="text"],input[type="password"],input[type="email"],input[type="date"],input[type="time"] {
    width: 100%;
    padding: 15px;
    border: 1px solid #d5d5d8;
   
    border-radius: 8px;
    box-sizing: border-box;
    font-size: 13px;
   
  }
  input[type="number"]{
    padding: 10px;
  }
  .date-input-container,.time-input-container {
    position: relative;
   
   
  }
  .date-input-container button ,.time-input-container button{
    position: absolute;
    top: 0px;
    left: 0px;
    padding: 5px;
    padding-top: 12px;
    padding-left: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }

  .log-btn{
    background-color: #000000;
    border-radius: 0px;
    padding: 10px 40px;
  }
  .search-container_admin button {
    position: absolute;
    top: 0;
    right: 0;
    padding: 5px;
    padding-top: 12px;
    padding-right: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }
  .icon-container button {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px;
    padding-top: 12px;
    padding-left: 11px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }
  /* eye icon disabling :chrome*/
input[type="password"] {         /*  :chrome*/
    -webkit-text-security: disc;
    -webkit-appearance: none;
    appearance: none;
  }
  input[type="password"]::-ms-reveal {      /* :explorer and edge*/
    display: none;
  }
  .log-hgt{
    height: 100vh;
  }
  .log-hgt1{
    height: 110vh;
  }
  .log-btn-outln{
    outline: 1px solid #000000;
    color: #000000;
    border-radius: 0px;
    padding: 10px 40px;
    font-weight: 500;
  }
  .log-btn-outln:hover{
    background-color: #000000;
    color: white;
  }
  .nav-width{
    width: 100%;
  }
  .main-bg{
    background-color: #000000 !important;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000 !important;
    top: 0;
    left: 0;
    background-color: #000000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
  }
  
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
  }
  
  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: -25px;
    right: 20px;
    font-size: 36px;
    margin-left: 50px;
    color: white;
  }
  .selection-bg,.selection-bg1{
    background-color: #ffff;
    border-radius: 10px;
  
  }
  .selection-bg1{
    width: 90%;
    margin-left: 10px;
    
   }
  .search-container-dash input[type=text] {
    width: 100px !important;
    border: 1px solid #fdfdfd;
    border-radius: 25px !important;
    outline: none;
    margin-left: -20px;
    background-color: #f5f3ff;
  }
  
  
  .search-container-dash button {
    position: absolute;
    top: 3px;
    right: 10px;
    padding: 10px;
    padding-left: 0px;
    border: none;
    background: none;
    color: #555;
    cursor: pointer;
  }
  #id01,#id02,#id03,#id04,#id05{
    display: none;
  }
.dropdwn-bg,.dropdwn-bg1,.dropdwn-bg2{
 
  position: fixed; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%; 
  overflow: auto; 
  background-color: rgba(255,255,255,0.35); 
 
}
.popup3{
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.popup3 .popuptext{
  visibility: hidden;
  width: 390px;
  height: 320px;
  background-color: #ffffff;
  color: #fff;
  text-align: start;
  border: 1px solid #000000;
  border-radius: 8px;
  border-top-right-radius: 0px ;
  padding: 8px 0;
  position: absolute;
  z-index: 1 ;
  top: 100%;
  left: 10%;
  margin-top: 5px;
  margin-left: -370px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.popup3 .show {
  visibility: visible;
  -webkit-animation: fadeIn 1s;
  animation: fadeIn 1s
}
.popup-hr{
  color: #bbbbbd;
 
}
.dropdown-menu-end{
  position: absolute;
  right: 0;
  left: auto;
  border: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3) ;
  border-radius: 8px;
}
.dash-border{
  border: 1px solid #C2C2C2;
  border-radius: 15px;
  height: 140px;
  
}
.up-value{
  color: #6ad2a0;
}
.down-value{
  color: #ea8f98;
}
.border10{
  border: 1px solid #C2C2C2;
  border-radius: 15px;
}
.bubble,.bubble1 {
  width: 10px;        
  height: 10px;      
  background-color: #000000; 
  border-radius: 50%;  
  display: inline-block;       
  font-weight: bold;  
}
.bubble1{
  width: 7px;        
  height: 7px;      
  background-color: #ffffff; 
  border-radius: 50%;  
  display: inline-block;       
  font-weight: bold;   
}
.chrt{
  width:100% !important;
  height: 80% !important;
}
.value-mrk{
  position: absolute; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
  margin-left: 20%; margin-top: 35px;
  background: linear-gradient(to top right, #000000, #000000);border-radius: 20px;
}
.value-mrk1{
  position: absolute; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
          right: 5vw; margin-top:0px;
          background: linear-gradient(to top right, #000000, #000000);border-radius: 20px;
}
.icn-bgnotify{
  background-color: #000000;border-radius: 50%;padding-top: 8px;padding-bottom: 8px; 
}
.btn-clr{ 
  background-color: #000000;
}
.pagination {
  list-style: none;
  padding: 0;
  display: flex;
}

.pagination li {
  margin: 0 2px;
  
}

.pagination li a{
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 10px;
  color: #333;
  text-align: center;
  line-height: 30px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.pagination li.active2 a {
  background-color: #000000;
  color: white;
}

.pagintn{
  display: flex;
   justify-content: flex-end;
}
table {
  width: 100%;
  text-align: left;
 
 
  border-radius: 15px; 
 
}

.tbl-brdr{
  outline: 1px solid #ebe8ff;border-radius: 10px;margin-top: 10px;
}
.brdr-btm{
  border-bottom: 1px solid black;
}
.date-input-container,.time-input-container {
  position: relative;
 
 
}
.date-input-container button ,.time-input-container button{
  position: absolute;
  top: -4px;
  left: 0px;
  padding: 5px;
  padding-top: 12px;
  padding-left: 11px;
  border: none;
  background: none;
  color: #555;
  cursor: pointer;
}
.date-input-container button {
  top: 0px;
}
.form-select{
  font-size: 12px;
  padding-top: 15px !important;
  padding-bottom: 15px !important;
  color: #888;
  border-radius: 10px;
  
}
.cpy-padtp{
  padding-top: 300px;
}
.job-fnt{
  font-size: 14px;
}
.date-picker-input::placeholder{
  font-size: 12px;
}
.customer::placeholder{
  color: #000000 !important;
}
.side-menu {
             
    
   
  top: 0;
  left: 0;
  padding: 10px 0;
}

.side-menu ul {
  list-style: none;
}

.side-menu ul li {
  position: relative;
}

.side-menu ul li a {
  display: block;
  
  padding: 10px 15px;
  text-decoration: none;
  font-size: 16px;
  position: relative;
  align-items: center;
}

.side-menu ul li .settings {
  display: flex !important; 
  align-items: center;
}


.side-menu ul li a::after {
  content: '';
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  border: 5px solid transparent;
  
  display: none; 
}



.side-menu .submenu {
  display: none;
 
  padding: 0;
  margin-left: 50px;
}

.side-menu .submenu li a {
  padding: 8px 15px;
  font-size: 12px;
}

.settings-optn1{
  
  margin-left: -25px;
  margin-top: -25px;
  margin-bottom: -8px;
 
 }
 .sub-menu-bg{
  
  background: #000000;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-left: 2px solid rgb(218, 218, 218);
 
}
.side-menu .submenu {
  display: none;
 
  padding: 0;
  margin-left: 50px;
}

.side-menu .submenu li a {
  padding: 8px 15px;
  font-size: 12px;
}
.dropdown-item:hover{
  background-color: #ffffff;
  color: #000000 !important;
 
}
.dropdown-menu { position: absolute; top: 100%; left: 0; }
.btn-content{
  outline: 1px solid black;
  height: 50px;
  color: #000000 ;
}
.btn-content:hover{
  outline: 1px solid black;
  background-color: #000000;
  height: 50px;
  color: #ffffff;
}
.btn-content1{
  outline: 1px solid black;
  background-color: #000000;
  height: 50px;
  color: #ffffff;
}
#vehicle-typ,#make,#model{
  display: none;
}

@media (max-width: 599px){
  .content-pad,.content-pad1{
      padding: 30px;
  }
  .main-hdng{
      font-size: 30px;
  }
  .logo-img{
      width: 150px;
  }
  .d-styl{
      display: inline;
  }
  .bg-circle{
    height: 68vw; width: 250px;  
  }
  .img-sz{
      width: 90%;
  }
  .img-padTp{
      padding-top: 20px;
  }
  .map-bg{     
      height: 200px;  
      margin-bottom: 30px;             
  }
  .modal-content-dash{

      width: 80% !important; 
      margin: 40% auto !important; 

    }
  .popup3 .popuptext{
    width: 280px;
    margin-left: 0px;
    height: 370px;
    border-top-right-radius: 8px ;
    border-top-left-radius: 0px ;
    
  }
  .popup3 .no-notification-list {
    width: 250px !important;
    right: unset !important;
    left: unset !important;
  }
        
}
@media (min-width: 600px) and (max-width: 1200px){
     
    
    .log-hgt{
        height: 100vh !important;
      }
      .menu-hgt{
        height: 100vh ;
      }
      .search-container-dash {
     
        width: 150px;
      }
      .search-field{
        padding-left: 40px !important;
      }
      .cpy-padtp{
        padding-top: 45vh !important;
        padding-bottom: 100% !important;
      }
      .col-dash-width1{
        width: 30%;
      }
      .col-dash-width2{
  
        width: 70%;
      }
      .modal-content-dash{

        width: 60% !important; 
        margin: 30% auto !important; 
  
      }
}
@media only screen and (max-width: 800px) and (max-height: 600px){
    .log-hgt{
        height: 120vh;
      }
    .log-hgt1{
        height: 130vh;
    }
}

@media (min-width: 1200px) and (max-width: 1280px){
  
  .col-dash-width1{
      width: 20%;
    }
    .col-dash-width2{

      width: 80%;
    }
  
}

.search-container1{
  width: 100% !important;
  border: 1px solid #fdfdfd;
  border-radius: 5px !important;
  outline: none;
  
 
 
}
.search-container1 button{
  position: absolute;
  top: 3px;
  left: 0px ;

  padding: 10px;
  padding-left: -10px;
  border: none;
  background: none;
  color: #555;
  cursor: pointer;
}
.mb-side-menu .nav-link{
  padding: 8px 8px 8px 32px !important; 
  font-size: 25px !important;
}
.btn-outln{
  border: 1px solid #000000;
  color: #000000;
}
.btn-outln:hover{
  border: 1px solid #000000;
  background-color: #000000;
  color: #ffffff;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 20px;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 3px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #000000;
}

input:focus + .slider {
  box-shadow: 0 0 1px #000000;
}

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.modal-content-dash{
  z-index: 1000 !important; 
  background-color: #fefefe;
  margin: 10% auto; 
  border: 1.5px solid #000000;
  width: 40%; 
  border-radius: 5px;
}

