/* =========================================
   PROFESSIONAL WATER SIDEBAR
========================================= */

.sidebar-custom-blue {

    /* background:
        linear-gradient(
            180deg,
            #163a63 0%,
            #1d4f80 45%,
            #245d94 100%
        ) !important; */
        background:
                linear-gradient(
                     90deg,
            #0f4c81 0%,
            #1565a8 35%,
            #1d7cc2 70%,
            #2ea3e6 100%
                    /* 135deg,
                    #0f4c81 0%,
                    #2a5298 45%,
                    #1e3c72  100% */
                );

    color: white !important;

    border-right:
        1px solid rgba(255,255,255,0.06);

    box-shadow:
        4px 0 18px rgba(0,0,0,0.12);
}


/* =========================================
   PREMIUM WATER NAVBAR
========================================= */

.navbar-water-theme {

    background:
        linear-gradient(
            90deg,
            #0f4c81 0%,
            #1565a8 35%,
            #1d7cc2 70%,
            #2ea3e6 100%
        ) !important;

    color: white !important;

    border: none !important;

    box-shadow:
        0 4px 18px rgba(0,0,0,0.10);

    position: relative;

    overflow: visible !important;
}


/* WATER LIGHT EFFECT */

.navbar-water-theme::before{

    content: '';

    position: absolute;

    inset: 0;

    background:
        radial-gradient(
            circle at 70% 20%,
            rgba(255,255,255,0.16),
            transparent 35%
        ),
        radial-gradient(
            circle at 30% 80%,
            rgba(255,255,255,0.08),
            transparent 30%
        );

    pointer-events: none;
}
/* Modified by sibi to change the text colour to  pure white */
/* Ensure all sidebar text is pure white */
.sidebar-custom-blue,
.sidebar-custom-blue .nav-link,
.sidebar-custom-blue .nav-header,
.sidebar-custom-blue .brand-link,
.sidebar-custom-blue .nav-icon {
    
    color: #ffffff !important;
}

/* Active/hover state also in white */
.sidebar-custom-blue .nav-link.active,
.sidebar-custom-blue .nav-link:hover {
    color: #ffffff !important;
    background-color: rgba(255, 255, 255, 0.15) !important; /* optional hover effect */
}/* End..of  Modified by sibi to change the text colour to  pure white */

/* inject a static title at the left of the navbar */
.navbar-water-theme::after {
  /* content: "Water Quality Dashboard"; */
  display: inline-block;
  color: #ffffff;
  font-weight: 700;
  text-transform: uppercase;
  margin-left: 12px;
  font-size: 0.95rem;
  letter-spacing: 0.5px;
}

/* make sure links in navbar remain white too */
.navbar-water-theme .nav-link,
.navbar-water-theme .navbar-brand {
  color: #fff !important;
}


.navbar-water-theme .nav-link,
.navbar-water-theme .navbar-brand,
.navbar-water-theme .navbar-text {
    color: white !important;
}
.body-bg-soft {
    background-color: #F1F1F2 !important; /* Soft light aqua */
    color: #222; /* Optional: set base text color */
}
.sidebar-water-theme {
    background-color: #3b1f2b !important; /* Your teal background */
    color: #ffffff !important;            /* Sidebar text color */

    /* Optional: override specific elements inside */
}

.sidebar-water-theme .nav-link,
.sidebar-water-theme .nav-header,
.sidebar-water-theme .brand-link,
.sidebar-water-theme .nav-icon {
    color: #ffffff !important;
}

.sidebar-water-theme .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}
.card-success.card-outline {
  border: 2px solid #28317d !important; /* or #31081f */
}

.card-success.card-outline > .card-header {
  color: #ece3e5 !important;
  border-bottom: 1px solid #f3eeef !important;
  font-weight: bold;
}
.btn-kwa {
    background-color: #273463  !important;
    border-color: #131b37 !important;
    color: #fff !important;
}

.btn-kwa:hover {
    background-color: #3a263a !important;
    border-color: #3a263a !important;
}
/* ========= PUBLIC ADM LTE PAGES ========= */
.public-page .main-sidebar,
.public-page .main-header {
    display: none !important;
}

.public-page .content-wrapper,
.public-page .main-footer {
    margin-left: 0 !important;
}

.public-page .content-wrapper {
    padding: 30px;
}
.text-navy {
    color: #0b2c4d !important; /* navy blue */
}
