ul.alert-danger{
  list-style: none;
}

.ol-scale-line-inner{
color: antiquewhite;
}

.ol-scale-line{
  margin-bottom: 35px;
}
.input-container {
  position: relative;
}

.icon {
  /* position: absolute; */
  top: 50%;
  right: 10px;
  /* transform: translateY(-50%); */
}

.info-box {
  position: relative;

}

.top-right-icon {
  position: absolute;
  top: 10px;
  right: 10px; 
  font-size: 16px; 
  color: #000; 
  cursor: pointer; 
  display: inline-block;
}
.custom-tooltip {
  display: none;
  position: absolute;
  top: 100%; 
  left: 50%;
  transform: translateX(-50%);
  background-color: #333; 
  color: #fff; 
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap; 
  z-index: 1000;
 
}

.top-left-icon:hover .custom-tooltip,
.top-right-icon:hover .custom-tooltip {
    display: block;} 
.subnav{
  background-color: lightsteelblue !important;
}
.main-footer {
  background-color: #fff;
  border-top: 1px solid #dee2e6;
  color: #869099;
  padding: 1rem;
}
#ellipsis_text {
  white-space: initial;
  text-overflow: ellipsis;
}

.form-group.required .control-label:after {
content:"*";
color:red;
}

.login-box {
  width: 480px !important;
}

.invalid-feedback{
  display: block;
}


.dropdown-menu{
  top: 46px;
}

/*Filter Accordion*/
.accordion{
  width: 100%;
}

.modal { overflow-y: auto !important; }

.input-group-btn {
  width: auto !important;
}


/*Multiple Select Dropdown*/
.select2-selection__rendered {
  line-height: 30px !important;
}
.select2-container .select2-selection--single {
  height: 40px !important;
  padding-left: 5px !important;
}
.select2-selection__arrow {
  height: 34px !important;
}

/*Application quick action buttons*/
.application-quick__actions{
  display:flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}



/* dashboard first box */
.longer {
  height: 205px !important;
  line-height: 132px !important;
  margin-bottom: 18px !important;

}

.extra-padding .info-box{
  margin-bottom: 1.2em !important;

}

span.info-box-icon{
  background: rgba(0,0,0,0.2);
}

.small-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box h3 {
  font-size: 38px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  top: -10px;
  right: 10px;
  z-index: 0;
  color: rgba(0, 0, 0, 0.15);
  font-size: 165px;
  width: 20% !important;
  height: 20% !important;

}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  font-size: 15px !important;
  height: 15px !important;
  width: 15px !important;

}
.nav-item > .nav-treeview{
  padding-left: 12px;
}
.nav-sidebar>.nav-item .nav-icon.far{
  font-size: 0.9rem;
}

@media (max-width: 767px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }

}
.bg-blue-gradient {
  background: #0073b7 !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0073b7), color-stop(1, #0089db)) !important;
  background: -ms-linear-gradient(bottom, #0073b7, #0089db) !important;
  background: -moz-linear-gradient(center bottom, #0073b7 0%, #0089db 100%) !important;
  background: -o-linear-gradient(#0089db, #0073b7) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0089db', endColorstr='#0073b7', GradientType=0) !important;
  color: #fff;
}
.bg-light-blue-gradient {
  background: #3c8dbc !important;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c8dbc), color-stop(1, #67a8ce)) !important;
  background: -ms-linear-gradient(bottom, #3c8dbc, #67a8ce) !important;
  background: -moz-linear-gradient(center bottom, #3c8dbc 0%, #67a8ce 100%) !important;
  background: -o-linear-gradient(#67a8ce, #3c8dbc) !important;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#67a8ce', endColorstr='#3c8dbc', GradientType=0) !important;
  color: #fff;
}

/*
Disable anchor tags
*/
.anchor-disabled{
    opacity: 0.4;
    pointer-events: none;
    -webkit-touch-callout: none;
}

  /*
      Ajax loader
  */

.loading-overlay {
  display: none;
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
  flex-direction: column;
}


/* ///////////////LANDING PAGE/////////////////// */



/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
}

a {
  color: #1e4d78;
  text-decoration: none;
}

a:hover {
  color: #043f75;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
  line-height: 1.5;
}

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #1e4d78;
  border-top-color: #e2eefd;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #043f75;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #3284f1;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #1e4d78;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #fff;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #fff;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #fff;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.05);
}

#header .logo {
  font-size: 32px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
}


#header .logo a {
  color: #222222;
}

#header .logo a span {
  color: #1e4d78;
}

#header .logo img {
  max-height: 65px;

}

.scrolled-offset {
  margin-top: 70px;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation
*/
.navbar-landing {
  padding: 0;
}

.navbar-landing ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar-landing li {
  position: relative;
}

.navbar-landing>ul>li {
  white-space: nowrap;
  padding: 10px 0 10px 10px;
}

.navbar-landing a,
.navbar-landing a:focus {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 3px;
  font-size: 15px;
  font-weight: 600;
  color: #222222;
  white-space: nowrap;
  transition: 0.3s;
  position: relative;
}

.navbar-landing a i,
.navbar-landing a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar-landing>ul>li>a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -6px;
  left: 0;
  background-color: #1e4d78;
  visibility: hidden;
  width: 0px;
  transition: all 0.3s ease-in-out 0s;
}

.navbar-landing a:hover:before,
.navbar-landing li:hover>a:before,
.navbar-landing .active:before {
  visibility: visible;
  width: 100%;
}

.navbar-landing a:hover,
.navbar-landing .active,
.navbar-landing .active:focus,
.navbar-landing li:hover>a {
  color: #1e4d78;
}



/**
* Mobile Navigation
*/
.mobile-nav-toggle {
  color: #222222;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.fa-times {
  color: #fff;
}

@media (max-width: 991px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar-landing ul {
    display: none;
  }
}

.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(9, 9, 9, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #222222;
}

.navbar-mobile>ul>li {
  padding: 0;
}

.navbar-mobile a:hover:before,
.navbar-mobile li:hover>a:before,
.navbar-mobile .active:before {
  visibility: hidden;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #1e4d78;
}

.navbar-mobile .getstarted,
.navbar-mobile .getstarted:focus {
  margin: 15px;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #1e4d78;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
.navbar-landing .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  color: #fff;
  background: #1e4d78;
}

.navbar-landing .btn-get-started:hover {
  background: #247cf0;
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
  height: 75vh;
  background: #f0f9fd;
}

#hero h1 {

  font-size: 42px;
  font-weight: 500;
  line-height: 56px;
  color: #0f394c;
  text-transform: uppercase;
}

#hero h2 {
  color: #555555;
  margin: 10px 0 0 0;
  font-size: 18px;
}



@media (max-width: 991px) {
  #hero {

    text-align: center;
  }

  #hero .hero-img img {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #hero h1 {
    font-size: 28px;
    line-height: 36px;
  }

  #hero h2 {
    font-size: 18px;
    line-height: 24px;
  }

  #hero .hero-img img {
    width: 80%;
    padding-bottom: 10px;
  }
}
/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 60px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #ffff;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 8px 20px;
  margin: 0;
  background: #e7f1fd;
  color: #1e4d78;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 50px;
}

.section-title h3 {
  margin: 15px 0 0 0;
  font-size: 32px;
  font-weight: 700;
}

.section-title h3 span {
  color: #1e4d78;
}

.section-title p {
  margin: 15px auto 0 auto;
  font-weight: 600;
}

@media (min-width: 1024px) {
  .section-title p {
    width: 50%;
  }
}


/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
  font-weight: 600;
  font-size: 26px;
}

.about .content ul {
  list-style: none;
  padding: 0;
}

.about .content ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 35px;
}

.about .content ul li:first-child {
  margin-top: 35px;
}

.about .content ul i {
  background: #fff;
  box-shadow: 0px 6px 15px rgba(16, 110, 234, 0.12);
  font-size: 24px;
  padding: 20px;
  margin-right: 15px;
  color: #1e4d78;
  border-radius: 50px;
}

.about .content ul h5 {
  font-size: 18px;
  color: #555555;
}

.about .content ul p {
  font-size: 15px;
}

.about .content p:last-child {
  margin-bottom: 0;
}
.about .btn-get-started {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display:inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  text-align: center;
  color: #fff;
  background: #1e4d78;
  border: none;
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.service .card-body {
 
  padding: 0.25rem;
}
.service .icon-box {
  text-align: center;
  border: 1px solid #d2e4fa;
  padding: 25px 20px;
  transition: all ease-in-out 0.3s;
  background: #fff;
}
.about .cwis-img {
  width: 100%;        /* Make the image take the full width of its container */
  height: auto;      /* Maintain the aspect ratio */
  display: block;     /* Center the image if needed */
  margin: 0 auto;    /* Center the image horizontally */
  padding:20px 20px;
}

.service .icon-box .icon {
  margin: 0 auto;
  width: 64px;
  height: 64px;
  background: #f1f6fe;
  border-radius: 4px;
  border: 1px solid #deebfd;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: ease-in-out 0.3s;
}

.service .icon-box .icon i {
  color: #1e4d78;
  font-size: 28px;
  transition: ease-in-out 0.3s;
}

.service .icon-box h4 {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 24px;
}

.service .icon-box h4 a {
  color: #222222;
  transition: ease-in-out 0.3s;
}

.service .icon-box p {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0;
}

.service .icon-box:hover {
  border-color: #fff;
  box-shadow: 0px 0 25px 0 rgba(16, 110, 234, 0.1);
}

.service .icon-box:hover h4 a,
.service .icon-box:hover .icon i {
  color: #1e4d78;
}

.service .icon-box:hover .icon {
  border-color: #1e4d78;
}

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact{
  background-color: #ffff ;
}
.contact .info {
  width: 100%;
  background: #f0f9fd;
  padding: 20px;
  border-radius: 10px;
}

.contact .info i {
  font-size: 20px;
  color: #1e4d78;
  float: left;
  width: 44px;
  height: 44px;
  background: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  transition: all 0.3s ease-in-out;
}

.contact .info h4 {
  padding: 0 0 0 60px;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #0f394c;
}

.contact .info p {
  padding: 0 0 0 60px;
  margin-bottom: 0;
  font-size: 14px;
  color: #1e4d78;
}

.contact .info .email,
.contact .info .phone {
  margin-top: 40px;
}

.contact .info .email:hover i,
.contact .info .address:hover i,
.contact .info .phone:hover i {
  background: #1e4d78 ;
  color: #fff;
}
.contact button.btn {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 4px;
  transition: 0.5s;
  margin-left: 5px;
  color: #fff;
  background: #1e4d78;
}


@-webkit-keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-loading {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}





/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #f1f6fe;
  padding: 0 0 30px 0;
  color: #444444;
  font-size: 14px;
}
#footer .footer-top {
  padding: 60px 0 30px 0;
  background: #fff;
  text-align: center;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;


}

#footer .footer-top .footer-contact h3 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-weight: 700;
}

#footer .footer-top .footer-contact h3 span {
  color: #1e4d78;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Roboto", sans-serif;
  color: #777777;
}

#footer .footer-top h4 {
  font-size: 16px;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding-bottom: 12px;
}

#footer .copyright {
  text-align: center;
  float: left;
}

#footer .credits {
  float: right;
  text-align: center;
  font-size: 13px;
  color: #444444;
}

@media (max-width: 768px) {

  #footer .copyright,
  #footer .credits {
    float: none;
    text-align: center;
    padding: 2px 0;
  }
}

.layout-fixed .control-sidebar {
  height: fit-content;
}


hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}


.custom-ul ul {
  max-height: 120px !important;
  overflow-y: auto;
}

.control-sidebar {
  display: none;
  transition: transform 0.5s ease-in-out;
}

.control-sidebar.control-sidebar-open {
  display: block;
}


/* Increased specificity for the hover effect */
a.nav-link:hover .sidebar-icon {
  fill: #ffffff !important; /* Change to the desired fill color on hover */
  stroke: #ffffff !important;
}

.icon-dss{
    height: 30px;
}
.sanitation-system-info {
    position: relative;

}

.sanitation-system-info-icon {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #7f8c8d;

}

<<<<<<< Updated upstream
.dashboard-count .a {
      fill: #ffffff;
     
      
    }
    
.tooltip-inner {
    text-align: left;
}
=======
/* Added CSS*/
#sidebar-icon {
    fill: none;
    stroke: #c2c7d0;
    stroke-width: 1px;
    transition: stroke 0.3s ease;  Optional: Smooth transition for hover effect;

  }
  #sidebar-icon .a{
    fill: #ffffff !important;


  }
>>>>>>> Stashed changes
