@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito+Sans:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Nunito Sans", sans-serif;
    /* font-weight: 400; */
    overflow-x: hidden;
    overflow-y: auto;
    /* font-size: 12px */
}
td,th{padding:.5rem !important;}
.pointer{ cursor:pointer; color:blue;}
.loader_common {
    background: #fff !important;
    padding: 20px;
    border-radius: 5px;
    opacity: 0.5;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    /* Optional: adds a semi-transparent overlay */
    z-index: 10;
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    /* Reduced opacity (adjust as needed) */
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.small-font{ font-size:.75rem;}
.form-group{margin-bottom:.5rem !important}
label{margin-bottom:.1rem !important; font-weight:normal !important;}
.bg-e6{ background-color:#e6e6e6 !important;}
label{ font-size:.75rem;}
.h3rem{ height: 3rem !important;}
.smaller-font{ font-size:.6rem;}
.content-header{padding: 1px .5rem !important;}
.breadcrumb{font-size: .75rem; line-height: 1.4rem !important;}
.card-body {
    padding-top: .4em !important;
}
th{ font-size: .8em !important; text-align: left !important;}
.label-heading{background-color: #e6e6e6; padding-left:.5em; margin-bottom: .25em; font-size:.9em;}
.small-button{ font-size:.75em !important; padding:.1rem !important;}
.bg-danger{ background:#430092 !important;}
a.bg-danger:hover{ background:#430092 !important;}
.sidebar-dark-danger .nav-sidebar>.nav-item>.nav-link.active{ background:#430092 !important; color:#ffffff !important}
.sidebar a{ color:#000000 !important;}
.sidebar-dark-danger{ background: #edf2fa !important}
.sentence-case {
    text-transform: lowercase;
}

.sentence-case::first-letter {
    text-transform: capitalize;
}
.W-100{width:100% !important;}
.list-group-item{ padding:0.15rem 1rem !important;}

.mt-100{ 
    margin-top: -6em;
    z-index: 9;
    position: relative;
}
.info-box {
   /*  border-radius: 10px; cursor:pointer;*/ 
    color: white;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease;
  }
  .info-box:hover {
    transform: translateY(-5px);
  }
  
  .schools {
    background-color: #1f61ff;
  }
  
  .units {
    background-color: #fbc02d;
    color: #000; /* dark text for yellow background */
  }
  
  .volunteers {
    background-color: #29b6f6;
  }
  
  .activities {
    background-color: #00c853;
  }
  
  .info-number {
    font-size: 30px;
    font-weight: bold;
  }
  
  .eco_services_environment {
    padding-top: 100px; /* ensures it doesn't hide under banner */
  }
  .text-center{ text-align:center !important;}
  .brd-1{border:solid 1px #d9832e; min-height:420px !important; }
  h6.text-center {
    color: #d9832e; font-weight:bold;
  }
  .eco_project_listing_column figure img{ width:232px !important;}
  .selected{
    background: red;
      content: "";
      height: 0;
      left: 0;
      position: absolute;
      top: 0;
       right: 0px;
      width: 100%;
      z-index: -1;
    height: 100%;
    top:0px;
    color:#fff;font-weight:bold !important;
  }
  .selected:hover{
    
    color:red !important;font-weight:bold !important;
  }
  .img-thumb{ width: 100% !important;}

  /* ensure the container is relative so our buttons can be absolutely positioned */
  .lightbox-content {
    position: relative;
    background: #fff; /* Optional: add a white background */
    border: 4px solid #444; /* Solid border around the popup */
    border-radius: 10px;     /* Optional: rounded corners */
    padding: 8px;            /* Optional: spacing around the image */
    box-shadow: 0 0 25px rgba(0,0,0,0.6); /* Optional: subtle shadow */
  }
  

/* Close button */
.lightbox-close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  color: #fff;
  background: transparent;
  border: none;
  z-index: 1051;
  cursor: pointer;
}

/* Prev button */
.lightbox-prev,
.lightbox-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.5);
  color: #fff;
  font-size: 1.75rem;
  line-height: 1;
  z-index: 1051;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Prev on left */
.lightbox-prev {
  left: 16px;
}

/* Next on right */
.lightbox-next {
  right: 16px;
}

/* Optional hover effect */
.lightbox-prev:hover,
.lightbox-next:hover,
.lightbox-close:hover {
  background: rgba(0,0,0,0.8);
}

  table.dataTable thead th {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
}

table.dataTable thead th.sorting:after,
table.dataTable thead th.sorting_asc:after,
table.dataTable thead th.sorting_desc:after {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    font-family: FontAwesome; /* or inherit from DataTables */
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}



/* ---------------------------------------------- */

#form03 .modal-dialog{
  min-width: 70% !important;
}

html.modal-open {
  overflow: hidden !important;
}

@media (max-width: 1358px){
  .mt-100{ 
    margin-top: -90px !important;
  }
}
.leader_section{
  display: inline-block;
            width: 18px;
            height: 18px;
            line-height: 18px;
            border-radius: 50%;
            background-color: #28a745; /* Bootstrap success green */
            color: white;
            text-align: center;
            font-weight: bold;
            font-size: 15px;
}
table{ font-size: .8em !important;}
.nobrBtn{ background: none !important; border: none !important;}