/* body{
    margin: 0px;
    padding: 0px;
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-family: "Inter", sans-serif;
} */
a{
  text-decoration: none;
}

.login{
    height: 100%;
    /* overflow: hidden; */
}
.login-img{
    height: 100vh;
    object-fit: cover;
}
.login-div{
    box-shadow: 0px 2px 2px 2px #ccc;
    width: 500px;
    height: auto;
    /* margin-left: -235px; */
    background: #fff;
    border-radius: 12px;
    margin-top: 99px;
    /* height: 450px; */
}
.login-div.signin-div{
  height: 450px;
}
.logo-img{
  height: 150px;
}
.login-div .form-control{
  border: 0px;
  border-bottom: 1.2px solid rgba(159, 159, 159, 1);
  border-radius: 0px;
  height: 40px;
  padding: 1rem 0rem;
}
.form-floating>label{
  color: rgba(125, 125, 125, 1);
  font-size: 14px;
  padding: 0.5rem 0rem;
}
.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #000;
  outline: 0;
  box-shadow: unset;
}
.field-icon {
  float: right;
  margin-left: -25px;
  margin-top: -25px;
  position: relative;
  z-index: 2;
}
.login-btn{
  background: #148BCB;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
.login-btn:hover{
  background: #00466b;
  color: #fff;
  font-size: 14px;
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
}
/* .login-with-google-btn {
  transition: background-color 0.3s, box-shadow 0.3s;
  padding: 12px 16px 12px 42px;
  border: 1px solid #148BCB;
  border-radius: 8px;
  color: #757575;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cGF0aCBkPSJNMTcuNiA5LjJsLS4xLTEuOEg5djMuNGg0LjhDMTMuNiAxMiAxMyAxMyAxMiAxMy42djIuMmgzYTguOCA4LjggMCAwIDAgMi42LTYuNnoiIGZpbGw9IiM0Mjg1RjQiIGZpbGwtcnVsZT0ibm9uemVybyIvPjxwYXRoIGQ9Ik05IDE4YzIuNCAwIDQuNS0uOCA2LTIuMmwtMy0yLjJhNS40IDUuNCAwIDAgMS04LTIuOUgxVjEzYTkgOSAwIDAgMCA4IDV6IiBmaWxsPSIjMzRBODUzIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNNCAxMC43YTUuNCA1LjQgMCAwIDEgMC0zLjRWNUgxYTkgOSAwIDAgMCAwIDhsMy0yLjN6IiBmaWxsPSIjRkJCQzA1IiBmaWxsLXJ1bGU9Im5vbnplcm8iLz48cGF0aCBkPSJNOSAzLjZjMS4zIDAgMi41LjQgMy40IDEuM0wxNSAyLjNBOSA5IDAgMCAwIDEgNWwzIDIuNGE1LjQgNS40IDAgMCAxIDUtMy43eiIgZmlsbD0iI0VBNDMzNSIgZmlsbC1ydWxlPSJub256ZXJvIi8+PHBhdGggZD0iTTAgMGgxOHYxOEgweiIvPjwvZz48L3N2Zz4=);
  background-color: white;
  background-repeat: no-repeat;
  background-position: 120px 13px;
} */


.content-header{
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #CCCCCC;
}
.content-header h1, .content-header h2{
  font-size: 2rem;
  font-weight: 800;
  /* color: #000; */
  text-transform: capitalize;
  padding: 15px 0px 12px;
  color: #45595b;
  margin-bottom: 0px;
}
.content-body h3{
  font-size: 19px;
  font-weight: 500;
  margin-bottom: 25px;
}

.content-body .form-control{
  background: rgba(235, 235, 235, 0.5);
  border-radius: 8px;
  height: 46px;
  border: none;
}
.content-body textarea.form-control{
  background: rgba(235, 235, 235, 0.5);
  height: unset;

}

.content-body .card{
  padding: 16px;
  border-radius: 15px;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

#map {
  height: 450px;
  width: 100%;
  background: url(./img/map.jpg);
  background-repeat: no-repeat;
  border-radius: 12px;
  background-position: center;
}
#search-box {
  width: 85%;
  margin: 30px 35px;
  padding: 5px;
  position: absolute;
  z-index: 5;
  background: #fff;
  height: 46px;
  border-radius: 12px;
  box-shadow: 0px 2px 2px 2px rgba(0, 0, 0, 0.1);
}

.content-body .form-label{
  font-size: 16px;
}



/* .left-sidemenu{
  background: #3B73AF;
  padding: 20px;
} */
.navbar>.container-fluid{
  flex-direction: column;
}
.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
  color: #000;
  font-size: 15px;
}
.navbar-nav .nav-link {
  color: #000;
  font-size: 15px;
  text-align: start;
}


.navbar-brand img{
  height: 50px;
  /* margin-top: 45px; */
  text-align: left;
}


.sidebar-toggle {
  display: none; /* Hide toggle button by default */
  background-color: #3B73AF;
  color: #ecf0f1;
  border: none;
  font-size: 24px;
  padding: 2px 10px;
  cursor: pointer;
  /* position: fixed;
  top: 70px;
  left: 10px; */
  z-index: 999;
  text-align: left;
  /* width: 100%; */
}
.sidebar-close{
   /* Hide toggle button by default */
  background-color: #3B73AF;
  color: #ecf0f1;
  border: none;
  font-size: 24px;
  padding: 2px 10px;
  cursor: pointer;
  /* position: fixed;
  top: 70px;
  left: 10px; */
  z-index: 999;
  text-align: left;
  /* width: 100%; */
}
.sidebar {
  width: 240px;
  background-color: rgb(223 235 251);
  color: #000;
  position: fixed;
  top: 14%;
  padding-left: 20px;
  bottom: 0;
  overflow-y: auto;
  left: 0px;
  transition: transform 0.3sease;
  /* border-top-right-radius: 20px; */
  z-index: 0;
  /* border-bottom-right-radius: 20px; */
  /* box-shadow: 0px 2px 2px 2px #004eb6; */
  height: 100%;

}

.sidebar .navbar .navbar-nav .nav-link{
  font-size: 14px;
}
.sidebar .navbar .navbar-nav .nav-link.active{
  color: #000;
}

.sidebar.collapsed {
  transform: translateX(-100%); /* Hide sidebar offscreen */
  z-index: 99;
}

.sidebar nav ul {
  list-style-type: none;
  padding: 20px 2px;
}

.sidebar nav ul li {
  margin-bottom: 18px;
}
.navbar>.container-fluid{
  align-items: self-start;
}
.sidebar nav ul li a {
  color: #000;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 18px 10px 0px !important;
  border-radius: 5px;
  white-space: normal;
  text-transform: capitalize;
  transition: background-color 0.3s ease;
}
.sidebar nav ul li a i{
  font-size: 16px;
    color: rgba(0, 0, 0, 0.6);
    width: 20px;
}

.sidebar nav ul li a:hover,
.sidebar nav ul li a.active {
  /* border-bottom: 1px solid #fff; */
  border-radius: 5px;
  background: transparent;
  color: #004eb6 !important;
  font-weight: 600;
}

.sidebar nav ul li a.active i,
.sidebar nav ul li a:hover i{
  color: #004eb6 !important;
}
.navbar-nav .dropdown-menu{
  background: #2162a7;
}

/* right-sidenav */
.left-menu{
  background: #ebebeb;
}



/* right-sidenav end */

.content {
  margin-left:255px;
  padding: 0px 20px 20px;
  /* width: calc(100% - 250px); */
  overflow-y: auto;
  margin-right:0px;
  margin-top: 114px;
  margin-bottom: 45px;
}
.main-content{
  margin-left:75px;
  padding: 20px;
  /* width: calc(100% - 250px); */
  overflow-y: auto;
}

.badge.bg-secondary{
  background: #fff !important;
  color: #000;
  border: 2px solid rgba(0, 0, 0, 0.4);
  margin-left: 15px;
  width: 34px;
  height: 34px;
  line-height: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active{
  color: #000;
}
 .nav-tabs .nav-link.active .badge.bg-secondary{
  border: 2px solid rgba(207, 142, 30, 1);
 }

.dash-icon{
  font-size: 40px;
  margin-bottom: 10px;
  color: #004eb6;
}
.dash-h4{
  font-size: 20px;
  color:#4a4a4a;
  margin-bottom: 0px;
  font-weight: 500;
}
.col_dashboard {
  background: #dfebfb;
  box-shadow: 0px 2px 2px 1px #ccc;
  padding: 25px 15px;
  border-radius: 15px;
  text-align: center;
}
.profile_details_text{
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.left-menu.fixed{
  position: fixed;
    top: 68px;
}

@media (max-width: 768px) {
  .sidebar {
      width: 255px;
      border-top-right-radius: 0px;
      border-bottom-right-radius: 0px;
  }
  .content {
      margin-left:0px;
      width: 100%;
      padding: 15px 11px 25px;
      margin-top: 36%;
  }
  .right-sidenav {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .content-header h1, .content-header h2{
    font-size: 1.75rem;
  }

  .sidebar .navbar .navbar-nav .nav-link {
    font-size: 14px;
    color: #fff;
}
.sidebar nav ul li a i{
  color: #fff;
}
.sidebar .navbar .navbar-nav .nav-link.active i,
.sidebar .navbar .navbar-nav .nav-link:hover i{
  color: #000;
}
  .left-menu {
    position: fixed;
    top: 13%;
    left: 0;
    width: 100%; /* Adjust width as needed */
    transition: all 0.3s ease;
    background-color: #3B73AF;
    z-index: 999;
}

.left-menu.fixed {
    position: fixed;
    top: 13%;
    left: 0;
    z-index: 1000;
}
.sidebar.collapsed{
  position: relative;
  background-color: #3B73AF
}
}

@media (max-width: 480px) {
  .container {
      flex-direction: column;
  }
  .sidebar-toggle {
      display: block; /* Show toggle button on small screens */
  }
  .sidebar {
      width: 100%;
      height: 100%;
      left: 0;
      transform: translateX(-100%); /* Hide sidebar initially on small screens */
  }
  .sidebar.collapsed {
      transform: translateX(0); /* Show sidebar */
  }
  .content {
      /* margin-left: 0;
      margin-right: 0px; */
      /* width: 100%; */
      padding-top: 15px; /* Account for toggle button */
  }


}




@media only screen and (max-width:767px) {
  .login-img{
    height: auto;
  }
  .login-div{
    margin-left: 0px;
    width: 100%;
  }
  .login-with-google-btn{
    background-position: 45px 13px;
  }
  .w-50{
    width: 100% !important;
  }
  .sidebar{
    top:15%;
  }
  .navbar-brand img{
    height: 40px;
  }
}
  