
    body {
     font-family: 'Open Sans', sans-serif;
      background-color: white;
    }
    .tender-card {
      margin-bottom: 1.5rem;
      box-shadow: 0 2px 6px rgba(0,0,0,0.05);
      transition: all 0.2s ease;
    }
    .tender-card:hover {
      box-shadow: 0 4px 12px rgba(0,0,0,0.1);
    }
    .tender-title {
      font-size: 1.1rem;
      font-weight: 600;
      color: #333;
    }
    .signup-container {
      background: white;
      border-radius: 12px;
      box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      max-width: 960px;
      width: 100%;
      display: flex;
      flex-wrap: wrap;
    }
    .form-section, .info-section {
      padding: 40px 30px;
      flex: 1 1 50%;
    }
    .form-section {
      background: #fff;
    }
    .info-section {
      background: #f8f9fa;
    }
    a
    {
    	text-decoration:none!important;
    	font-size:16px!important;
    }
    .tender-meta {
      font-size: 0.9rem;
      color: #666;
    }
    .card-title,.card-text
    {
    font-size:14px;
    margin-bottom:1px;
    }
     .intro-panel {
  background: white;
  color: #1a1a1a;
  padding: 0.5rem;
  text-align: justify;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  margin-top:10px;
    }

    .equal-panel {
    background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 8px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
  padding: 0.5rem;
    }
.tenderLink
{
font-size:14px!important;
}
.fs-13
{
	font-size:13px!important;
}
.ninetyPer
{
	width:90%!important;
}
    @media (max-width: 768px) {
      .equal-panel {
        margin-bottom: 1rem;
      }
    }
    .fs-7 {
  font-size: 0.8rem; /* 10px */
}
.hide
{
visibility: hidden!important;
}

  .collapse-icon {
    transition: transform 0.3s ease;
  }

  .collapse.show + .collapse-icon {
    transform: rotate(180deg);
  }

.ui-autocomplete-input {
  width: 100% !important;
  box-sizing: border-box;
  border: none!important;
}
.ui-autocomplete-panel .ui-autocomplete-table {
    border-collapse: collapse;
    width: 100%;
    background: white!important;
}
.ui-chkbox-box {
  display: inline-block !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #ccc !important;
  background: white !important;
  position: relative;
}

.ui-chkbox-icon {
  position: absolute;
  left: 2px;
  top: 1px;
  font-size: 14px;
  color: #000; /* or #495057 for Bootstrap */
}
.ui-chkbox-icon.ui-icon-check {
/*  display: inline-block !important;
  font-family: 'PrimeIcons', 'FontAwesome', sans-serif !important;
  font-size: 14px;
  color: #0d6efd;*/ /* Bootstrap primary */
  font-style: normal;
}

.sidebar-link {
  transition: all 0.2s ease-in-out;
}

.sidebar-link:hover,
.sidebar-link:focus {
  background-color: #f0f4f8;
  color: #0d6efd; /* Bootstrap primary */
  text-decoration: none;
}

.sidebar-link.active {
  background-color: #0d6efd;
  color: #ffffff;
}

.sidebar-link.active i {
  color: #ffffff;
}
 .alert-popup .modal-content {
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.2);
  }
  .alert-popup .modal-header {
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    color: #fff;
    text-align: center;
    padding: 1rem;
  }
  .alert-popup .modal-header h5 {
    margin: 0;
    font-size: 1.5rem;
    padding: 10px;
  }
  .alert-popup .modal-body {
    padding: 1.5rem;
    font-size:14px;
  }
  .alert-popup .benefits {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
  }
  .alert-popup .benefits li {
    margin: 0.5rem 0;
    font-weight: 500;
  }
  .alert-popup .benefits li::before {
    content: "\2714";
    margin-right: 0.5rem;
    color: #28a745;
  }
  .alert-popup .btn-gradient {
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    border: none;
    color:white;
  }


.panel-header {
  color: black;
  font-weight: 400;
  padding: 0.25rem 0.25rem;
  border-radius: 0.25rem;
  font-size:14px;
}

/* Misc Filters - Royal Blue */
.panel-misc {
  background-color: #0066cc; /* Royal Blue */
}

/* Tender Category & Type - Bootstrap Primary */
.panel-category {
  background-color: #0d6efd; /* Bootstrap Primary Blue */
}

/* Tender No & Ref.No - Teal Green */
.panel-refno {
  /*background-color: #20c997; /* Teal */
  background-color:white;
  padding:5px!important;
}

/* Sector - Indigo */
.panel-sector {
  background-color: #6610f2; /* Indigo */
}

/* Tenders by State - Orange */
.panel-state {
  background-color: #20c997; /* Orange */
  color:white!important;
}

/* Authorities - Purple */
.panel-authorities {
  background-color: #6f42c1; /* Purple */
}

/* Optional: Icon color override (if using Bootstrap Icons or similar) */
.panel-header i {
  color: black !important;
}
.ui-chkbox-icon.ui-icon-check::before {
  content: "&#9745!important;";  /* Unicode tick */
  font-size: 14px;
  color: #0d6efd; /* Bootstrap primary or green */
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: -1px;
}

.dyk-card {
  max-width: 720px;
  border-radius: 1.2rem;
  transition: all 0.3s ease;
}
.py-6
{
	padding-top:5rem;
}
.dyk-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.15);
}
.dyk-header {
  background: linear-gradient(135deg, #0d6efd, #0dcaf0);
  border-top-left-radius: 1.2rem;
  border-top-right-radius: 1.2rem;
}
.dyk-icon {
  background: rgba(255, 255, 255, 0.2);
  padding: 10px;
  border-radius: 50%;
}
.dyk-body a:hover {
  text-decoration: underline;
}
.whatsapp-float {
  position: fixed;
  bottom: 80px; /* Above chat widget */
  right: 20px;
  z-index: 9999;
  background: none;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  transition: transform 0.3s;
}
.whatsapp-float:hover {
  transform: scale(1.1);
}
.clamp-text {
  display: -webkit-box;
  -webkit-line-clamp: 5; /* change this to 2 or 3 lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top:5px;
}
.myinput {
    margin: 0;
    outline: medium none;
    padding: 4px;
    font-weight: normal;
    border: 0px;
    background: transparent;
}
.ajax-loader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1050;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.7);
  padding: 20px;
  border-radius: 10px;
}
#ajaxSpinner {
  transition: opacity 0.3s ease;
}

.due-date-block {
  display: flex;
  align-items: center;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #b22222;
  font-weight: 600;
}

.date-box {
  background-color: #b22222; /* firebrick red */
  color: white;
  font-size: 1.6rem;
  font-weight: 700;
  width: 48px;
  height: 48px;
  text-align: center;
  line-height: 48px;
  border-radius: 6px 6px 0 0;
  box-shadow: 0 2px 6px rgba(178, 34, 34, 0.4);
  user-select: none;
}

.month-year {
  margin-left: 10px;
  font-size: 0.85rem;
  line-height: 1.1;
}

.month-year .time {
  font-size: 0.75rem;
  color: #800000;
  font-weight: 500;
}
.ui-datalist .ui-datalist-nobullets {
    list-style-type: none;
    padding: 0px!important;
}

.clamp-textThreeLines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hover-shadow:hover {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1);
}

.transition-all {
  transition: all 0.2s ease-in-out;
}

 .card-img-top {
      height: 100px;
      object-fit: cover;
      border-top-left-radius: .5rem;
      border-top-right-radius: .5rem;
    }
    .state-card {
      transition: transform 0.2s ease-in-out;
      border: 1px solid #ccc;
    }
    .state-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 0.5rem 1rem rgba(0,0,0,0.15);
    }
    .state-title {
      font-size: 1.2rem;
      font-weight: 600;
      color: #0d6efd;
    }
    .live-tenders {
      font-size: 0.95rem;
      color: #6c757d;
    }
   .btn-gradient {
  background: linear-gradient(45deg, #0d6efd, #66b2ff);
  color: #fff;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.15);
}
.btn-gradient:hover {
  background: linear-gradient(45deg, #0056b3, #1e90ff);
  transform: translateY(-2px);
}
 .btn-gradient {
      background: linear-gradient(to right, #0d6efd, #66b2ff);
      color: white;
      border-radius: 30px;
      transition: all 0.3s ease-in-out;
      box-shadow: 0 0.5rem 1rem rgba(13, 110, 253, 0.15);
    }
    .btn-gradient:hover {
      background: linear-gradient(to right, #0056b3, #1e90ff);
      transform: translateY(-2px);
    }
    .card-title {
      font-size: 1rem;
    }
    .lead {
      font-size: 1.1rem;
    }
  .accordion-modern .accordion-item {
    border: none;
    border-radius: 1.25rem;
    background-color: #f0f4ff; /* Default background */
    box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 1rem;
    transition: transform 0.2s, background-color 0.3s ease;
  }

  .accordion-modern .accordion-item:hover {
    transform: scale(1.01);
    background-color: #e0ebff; /* Slight hover color */
  }

 .accordion-item:first-of-type>.accordion-header .accordion-button {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border-bottom-right-radius:1rem;
    border-bottom-left-radius: 1rem;
}
.accordion-modern .accordion-button {
    background-color: aquamarine;
    padding: 1.25rem;
    font-size: 1rem;
    font-weight: 400;
    border-radius: 1rem;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-bottom: 10px;
}
  .accordion-item {
    
    border: none!important;
}
  /* Icon Styling */
  .accordion-modern .accordion-button::after {
    font-size: 1.2rem;
  }

  /* Open state */
  .accordion-modern .accordion-button:not(.collapsed) {
    background-color: #d0e6ff;
    color: #0d6efd;
    box-shadow: inset 0 -1px 0 #0d6efd33;
  }

  .accordion-modern .accordion-body {
    padding: 1.5rem;
    font-size: 0.95rem;
    color: #333;
    line-height: 1.7;
    background-color: #ffffff;
    border-radius: 0 0 1.25rem 1.25rem;
  }

  .section-header {
    font-size: 1.75rem;
    font-weight: bold;
    padding-left: 10px;
    border-bottom: 2px solid #ccc;
    margin-top: 20px;
    margin-bottom: 30px;
  }
 .nav-link
 {
 	font-size:14px!important;
 }
 
 .glass-panel {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border: 1px solid #e3e6f0;
}

.bg-gradient {
  background: linear-gradient(135deg, #007bff 0%, #6610f2 100%);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}