@import url('variables.css');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

:root {
  --bs-nav-link-font-size: 1rem;
}

html{
  overflow-x: hidden;
}

html,
body {
  height: 100%;
}

body {
  color: var(--text-body);
  background-color: #eee !important;
}

main.page {
  height: 100%;
  display: flex;
  width: 100%;
  flex-direction: column;
}

.bottom_tab .form-inline {
  display: flex;
  align-items: center;
  justify-content: end;
  gap: 10px;
  flex-wrap: wrap;
}

.bottom_tab .form-inline .form-group {
  display: flex;
  align-items: center;
  gap: 10px;
}
.bottom_tab .form-inline .form-group label {
  text-wrap: nowrap;
  margin-bottom: 0;
}
ol {
  padding-left: 20px;
}

a {
  color: inherit;
  text-decoration: none;
}

a:focus,
a:hover {
  color: var(--text-body);
}

.top-actions_anchor {
  display: none;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

header {
  position: sticky !important;
  top: 0;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.274);
  z-index: 999;
}

.login_ico_container {
  text-align: center;
  margin-bottom: 10px;
}

.login_ico {
  border-radius: 50%;
  border: 5px solid #e2e2e2;
  display: inline-block;
}

.login_ico img {
  margin: auto;
  padding: 1rem;
}


/* ===============================================
   SUB-NAV (TOP BAR) – FULLY RESPONSIVE & MERGED
   =============================================== */
.sub-nav {
  background-color: var(--primary-color);
  padding: 8px 0;
}

.sub-nav-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 0 15px;
}

.left-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;

}

.text-white {
  color: #fff;
  font-weight: 300;

  vertical-align: middle;
  display: inline-block;
}

.right-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.text-box {
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 4px;
  white-space: nowrap;
}

.text-box svg {
  margin-left: 5px;
  width: 14px;
  height: 14px;
}

.clock-time {
  min-width: auto;
  font-weight: normal;

  white-space: nowrap;
}

.font-button .text-modifier {
  width: 32px;
  height: 28px;

  padding: 0 !important;
  margin: 0 2px;
}

@media screen and (max-width: 789px) {
  .right-section, .excise-logo{
    display: none !important;
  }

  .policy-links{
    flex-direction: column;
    gap: 15px !important;
  }

}

@media screen and (max-width: 991px){

  .navbar .navbar-collapse{
    position: absolute;
    background: rgb(246, 246, 246);
    right: 0px;
    top: 81px;
    padding: 12px;
    border: 1px solid #cecece;
    border-radius: 4px;
    transition: none !important;
    width: 230px;
  }

  .nav-link{
    padding-left: 10px;
    color: var(--text-body) !important;
  }

  .nav-link:hover{
    background-color: var(--primary-color);
    color: #fff !important;
  }
  
  .service-card{
    padding: 10px !important;
  }

  .service-card img {
    width: 65px !important;
    margin-bottom: 10px;
  }

  .service-card h6{
      margin-top: 0px !important;
  }
  

}

/* Hide non-essential on small screens */
@media (max-width: 480px) {

  .left-section {
    gap: 4px;
  }

  .right-section {
    gap: 4px;
  }

  .text-white,
  .text-box,
  .clock-time {}

  .font-button .text-modifier {
    width: 28px;
    height: 24px;

  }
}

@media (min-width: 481px) and (max-width: 768px) {

  .text-white,
  .text-box,
  .clock-time {}

  .font-button .text-modifier {
    width: 30px;
    height: 26px;
  }
}

@media (min-width: 961px) {
  .left-section {
    gap: 15px;
  }

  .right-section {
    gap: 10px;
  }

}

/* ===============================================
   END OF SUB-NAV
   =============================================== */

.sub-nav a {
  text-decoration: none;
  padding: 0 10px;
  color: #fff;
  font-weight: 300;
  vertical-align: middle;
  display: inline-block;
}

.text-modifier {
  border: none;
  background-color: #fff;
  border-radius: 5px;
  color: #0d657a !important;
  margin: 0 5px;
  width: 35px;
  height: 30px;
  padding: 0 !important;
  text-align: center;
  padding-left: 2px !important;
  padding-right: 2px !important;
}

nav {
  background-color: #fff;
  width: 100%;
}

.nav-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/* 
.nav-items .nav-menu {
  list-style: none;
  display: flex;
  margin: 0;
  align-items: center;
  gap: 20px;
}

.nav-items .nav-menu .nav-link {
  padding: 0 .6rem;

}

.nav-items .nav-menu .nav-link .nav-link-anchor::after {
  content: '';
  width: 100%;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0);
  transition: all .2s;
}

.nav-items .nav-menu .nav-link .nav-link-anchor.active{
  color: var(--primary-color);
  text-decoration: none;
  position: relative;
  padding-bottom: 5px;
}
 
.nav-items .nav-menu .nav-link .nav-link-anchor:hover {
  color: var(--primary-color);
}
 
.nav-items .nav-menu .nav-link .nav-link-anchor:hover::after {
  transform: scale(1);
}
 
.nav-items .nav-menu .nav-link .nav-link-anchor.active::after {
  transform: scale(1);
}

nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0;
}

nav ul {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
} */

nav h4 {
  color: #fff;
}

/* -------------------------------------------------
   RESPONSIVE ENHANCEMENTS (UNTOUCHED EXCEPT SUB-NAV)
   ------------------------------------------------- */


.sub-nav-container,
.nav-container {
  flex-wrap: wrap;
}

.menu,
.menu-close {
  display: none;
}

@media (max-width: 1090px) {

  .boxed {
    max-width: 100% !important;
  }

  /* .nav-items .nav-menu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 80%;
    max-width: 300px;
    height: 100vh;
    background: #fff;
    flex-direction: column;
    padding: 2rem;
    transition: right .3s ease;
    box-shadow: -5px 0 15px rgba(0, 0, 0, .2);
    overflow-y: auto;
    border-radius: 10px 0px 0px 10px;
  } */

  .state-logo {
    margin-left: auto;
  }

  /* .nav-items .nav-menu.show {
    right: 0;
  }

  #close-icon {
    display: block;
  }

  .nav-items .nav-menu .nav-link {
    margin: 15px 0;

  } */

  .menu-close {
    display: block;
    z-index: 1;
    position: absolute;
    right: 22px;
    top: 17px;
    background: #eee;
    padding: 5px;
    border-radius: 4px;
  }

  .menu {
    display: block;
    padding: 10px;
    font-size: 24px;
    cursor: pointer;
  }
}

#menu-icon {
  display: none;
  cursor: pointer;
  font-size: 1.125rem;
}

@media (max-width: 1090px) {
  #menu-icon {
    display: block;
  }
}

@media (max-width: 1090px) {
  /* .dropdown-menu:not(.datepicker) {
    position: static;
    display: none;
    padding-left: 15px;
  }

  .has-dropdown.open .dropdown-menu:not(.datepicker) {
    display: block;
  } */
}

.logo .dept-name {
  color: #0d657a;
  font-weight: 900;
  font-size: 18px;
}

.cm p,
.em p {
  font-weight: 700;

  padding: 15px;
  line-height: 20px;
}

.em p {
  text-align: left;
}

.cm p span,
.em p span {
  font-weight: 400;
}

.em {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  margin-bottom: 10px;
}

.em img {
  border-radius: 50px;
}

.anouncment {
  background: #fff;
  height: 300px;
}

.anouncment-body {
  padding: 10px;
}

.anouncment-heading {
  text-align: center;
  background-color: #06545f;
  color: #fff;
  font-weight: 700;

  padding: 8px;
}

blockquote,
figure {
  display: block;
  margin-block-start: 0em !important;
  margin-block-end: 0em !important;
  margin-inline-start: 0px !important;
  margin-inline-end: 0px !important;
}

.body-containe-wraper {
  padding: 5px;
}

a {
  text-decoration: none;
}

.boxed {
  max-width: 100%;
  background: #fff !important;
  padding: 22px;
  border-radius: 0px 0px 4px 4px;
  min-height: 550px;
  border: 1px solid #dfdfdf;
  margin-bottom: 20px;
}

p {
  line-height: 23px !important;
}


.container {
  width: 100%;
  /* max-width: 1380px; */
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 576px) {
  .container {
    max-width: 100%;
  }
}

@media (min-width: 577px) and (max-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 993px) {
  .container {
    max-width: 1380px;
  }
}

.border-green {
  border-left: 3px solid var(--primary-color);
  background-color: #fff;
  border-radius: 4px;
  padding: 10px 15px;
  box-shadow: 0px 0px 3px #0000002b;
  margin-top: 8px;
}

.border-green span {
  display: block;
  padding: 2px 0px;
}

.border-green span:first-child{
    font-weight: 600;
}

/* ==== breadcrum ===== */

.public-header {
  position: relative;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
  background: #178371 url('../images/banners/bg1.png') no-repeat center;
}

.public-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.public-header {
  color: #fff;
}

.public-header .container {
  position: relative;
  z-index: 2;
}

.breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.public-header {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 15px;
  color: #fff;
  margin-bottom: 15px;
}

.breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}

.public-header::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.2);
  /* overlay strength */
  z-index: 1;
}

/* Ensure content stays above overlay */
.public-header .container {
  position: relative;
  z-index: 2;
}

/* Leaders */
.leader {
  display: flex;
  align-items: center;
  gap: 12px;
}

.leader img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}

.leader-info {
  line-height: 1.3;
}

.leader-name {

  font-weight: 600;
}

.leader-role {

  opacity: 0.9;
  color: #AFE4B6;
  text-align: center;
}

.text-right {
  text-align: right;
}

/* Breadcrumb */
.breadcrumb-center {
  font-size: 18px;
  font-weight: 600;
  white-space: nowrap;
}

.breadcrumb-center a {
  color: #fff;
}

.breadcrumb-center .sep {
  margin: 0 6px;
  opacity: 0.9;
  color: #AFE4B6;
}

.breadcrumb-center .active {
  text-decoration: underline;
}

.breadcrum-heading {
  text-align: center;
  margin: 0px;
  margin-bottom: 8px;
}

/* Responsive */
@media (max-width: 992px) {
  .breadcrumb-wrapper {
    justify-content: center;
  }

  .leader {
    display: none;
  }

  .leader.right {
    flex-direction: row-reverse;
  }
}

.top-bar {
  background: var(--primary-color);
  color: #fff;
  font-size: var(--fs-small);
  padding: 10px 0;
}

.top-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}

.top-actions_item {
  background-color: #fff;
  border: 1px solid #666666;
  padding: 4px 8px;
  color: #333;
  border-radius: 50px;
  text-decoration: none;
}

.top-actions_item.top-actions_button {
  border-radius: 4px;
  cursor: pointer;
}

/* dropdown for nav-links */

.has-dropdown {
  position: relative;
}
/* 
.dropdown-menu:not(.datepicker) {
  display: none;
  position: absolute;
  top: 145%;
  left: -50px;
  min-width: 220px;
  background: var(--secondary-color) !important;
  padding: 8px 0;
  z-index: 999;
}

.dropdown-menu:not(.datepicker) .dropdown-menu-link {
  color: #fff !important;
}

.has-dropdown:hover .dropdown-menu:not(.datepicker) {
  display: block;
}

.dropdown-menu:not(.datepicker) .dropdown-menu-link a {
  display: block;
  color: #fff;
  font-size: var(--fs-body);
  cursor: pointer;
}

.dropdown-menu:not(.datepicker)>li>a:focus,
.dropdown-menu:not(.datepicker)>li>a:hover {
  background-color: none !important;
  color: #fff !important;
} */

.navbar-container .dropdown-menu::before {
  content: '';
  width: 100%;
  height: 20px;
  background-color: transparent;
  position: absolute;
  top: -18px;
}

/* .dropdown-menu:not(.datepicker)>li>a:focus,
.dropdown-menu:not(.datepicker)>li>a:hover {
  background: none !important;
  color: #e7e7e7 !important;
} */

.btn-search {
  background-color: var(--primary-color);
  color: #fff;
}

.btn-search:hover {
  background-color: var(--primary-hover-color) !important;
  color: #fff !important;
}
#loginBtn {
  display: none;
}
/* ===== datepicker ====== */

#datepicker,
#datepicker1 {
  width: 165px;
  /* font-size: var(--fs-body); */
}

.inner-page-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

.boxed-bg {
  background-color: #F9F9F9AD;
  padding: 10px 25px;
}

.designation {
  color: var(--primary-color);
}

.details .title {
  font-size: var(--fs-body);
  font-weight: 700;
  display: inline-block;
  margin-top: 10px;
  color: var(--secondary-color);
}

/* ===== Menu responsiveness ==== */

@media (max-width: 1090px) {
  /* .dropdown-menu:not(.datepicker) {
    position: static;
    display: none;
    padding-left: 15px;
  }

  .has-dropdown.open .dropdown-menu:not(.datepicker) {
    display: block;
  } */
}

#menu-icon {
  display: none;
  cursor: pointer;
  font-size: 1.125rem;
}

@media (max-width: 1090px) {
  #menu-icon {
    display: block;
  }
}

@media (max-width: 768px) {
  .update-msg {
    text-wrap: wrap;
    line-height: 25px;
  }
}

.btn-outline-success {
  border: 1px solid green;
  color: green;
  background-color: rgb(217, 237, 217);
}

.sub-title {
  font-size: 18px;
  margin-bottom: 5px;
  margin-top: 15px;
  color: var(--secondary-color);
  font-weight: 600;
}

/* ==== title-blog ====== */

.title-blog {
  border: 1px solid #dfdfdf;
  border-bottom: none;
  margin-top: 10px;
  font-size: 18px;
  margin: 0px;
  font-weight: 600;
  color: var(--primary-color);
  line-height: normal;
  white-space: nowrap;
  padding: 12px 18px;
  border-radius: 4px 4px 0px 0px;
  background: #f1f1f1;
}

.eodb-updated-title {
  text-align: center;
  font-size: 18px;
  padding: 8px 5px;
  background: var(--primary-color);
  text-wrap: wrap;
  line-height: 24px;
}

.opt-input {
  padding-left: 5px !important;
}

.dropdown-menu::before{
  content: '';
  position: absolute;
  width: 100%;
  height: 25px;
  background-color: transparent;
  bottom: 36px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .boxed-bg {
    padding: 10px 18px;
  }
}

.skipToMain{
  color: #000 !important;
}

.navbar-nav .nav-link {
  position: relative;
  padding-bottom: 5px;
  transition: color .2s;
  font-size: var(--fs-body);
}

/* underline */
.navbar-nav .nav-link::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--secondary-color);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform .2s ease;
}

.navbar-nav .dropdown-toggle::after{
  border-top: none !important;
}

/* hover color */
.navbar-nav .nav-link:hover,
.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
  color: var(--secondary-color);
}

/* show underline on hover + active */
.navbar-nav .nav-link:hover::after,
.navbar-nav .nav-link.active::after,
.navbar-nav .nav-link.show::after {
  transform: scaleX(1);
}


/* ── Section Title ────────────────────────────────── */
  .docs-section-title {
      font-size: 16px;
      font-weight: 700;
      color: var(--primary-color);
      line-height: 22px;
      padding: 8px 0;
      margin-bottom: 6px;
      width: 100%;
  }

  /* ── Cards Grid ───────────────────────────────────── */
  .doc-cards-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 10px;
      width: 100%;
      margin-bottom: 10px;
  }

  /* ── Document Card ────────────────────────────────── */
  .doc-card {
      background: #fff;
      box-shadow:0 0 6px rgba(0,0,0,0.18);
      border-radius: 4px;
      display: flex;
      flex-direction: column;
      min-width: 280px;
      flex: 1 1 320px;
      max-width: 370px;
  }

  .doc-card__header {
      background: var(--secondary-color);
      border-bottom: 1px solid var(--secondary-color);
      border-radius: 4px 4px 0 0;
      padding: 8px 10px;
      min-height: 45px;
      display: flex;
      align-items: center;
  }

  .doc-card__header-text {
      font-size: 16px;
      font-weight: 700;
      color: #fff;
      line-height: 22px;
  }

  .doc-card__body {
      display: flex;
      flex-direction: column;
      padding: 10px 0 15px 0;
  }

  /* ── Document Item ────────────────────────────────── */
  .doc-item {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 9px;
      background: #fff;
      border-bottom: 1px solid var(--orange-light);
      text-decoration: none;
      color: #000;
      transition: background 0.15s;
  }

  .doc-item:last-child {
      border-bottom: none;
  }

  .doc-item:hover {
      background: #fff8f0;
  }

  .doc-item:hover .doc-item__name {
      color: var(--primary-color);
  }

  .doc-item__icon {
      flex-shrink: 0;
      width: 30px;
      height: 30px;
      background: #f9f9f9;
      border: 1px solid #e2e2e2;
      border-radius: 5px;
      display: flex;
      align-items: center;
      justify-content: center;
  }

  .doc-item__icon svg {
      width: 20px;
      height: 20px;
      display: block;
  }

  .doc-item__name {
      font-size: 16px;
      font-weight: 700;
      line-height: 22px;
      color: #000;
      transition: color 0.15s;
  }

  /* ── Download SVG Icon (reusable) ─────────────────── */
  .icon-download { fill: var(--primary-color); }

  /* ── Simple File List (non-card sections) ─────────── */
  .docs-file-list {
      display: flex;
      flex-direction: column;
      gap: 6px;
      width: 100%;
  }

  /* ── Table Styling ────────────────────────────────── */
  .docs-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 10px;
      background: #fff;
      font-size: 15px;
  }

  .docs-table th {
      background: #f9f9f9;
      border: 1px solid #ddd;
      padding: 10px 12px;
      text-align: center;
      font-weight: 700;
      color: #333;
  }

  .docs-table td {
      border: 1px solid #ddd;
      padding: 9px 12px;
      text-align: left;
  }

  .docs-table td:first-child {
      text-align: center;
      width: 60px;
      color: #555;
  }

  .docs-table tbody tr:nth-child(even) td {
      background: #fafafa;
  }

  .docs-table tbody tr:hover td {
      background: #fff8f0;
  }

  .docs-table td a,
  .docs-table th a {
      color: var(--primary-color);
      text-decoration: none;
      font-weight: 700;
  }

  .docs-table td a:hover {
      text-decoration: underline;
  }

  /* ── Public Notice Box ────────────────────────────── */
  .public-notice {
      background: #fff;
      padding: 24px 28px;
      border-radius: 4px;
      box-shadow:0 0 6px rgba(0,0,0,0.18);
      line-height: 1.7;
      max-width: 820px;
      margin: 0 auto;
  }

  .public-notice h2 {
      text-align: center;
      text-decoration: underline;
      font-size: 20px;
      font-weight: 900;
      margin-bottom: 12px;
      color: #000;
  }

  .public-notice .notice-lead {
      text-align: center;
      text-decoration: underline;
      font-size: 16px;
      margin-bottom: 16px;
      color: #333;
  }

  .public-notice ul.big-points {
      list-style: none;
      padding: 0;
      margin-bottom: 10px;
  }

  .public-notice ul.big-points li {
      display: flex;
      align-items: flex-start;
      gap: 10px;
      margin-bottom: 8px;
      font-size: 16px;
      line-height: 1.6;
  }

  .public-notice ul.big-points li::before {
      content: "•";
      font-size: 26px;
      line-height: 1;
      margin-top: 2px;
      flex-shrink: 0;
  }

  .public-notice ol {
      padding-left: 52px;
      margin-bottom: 16px;
  }

  .public-notice ol li {
      margin-bottom: 10px;
      font-size: 15px;
      line-height: 1.6;
  }

  .public-notice a {
      color: var(--primary-color);
      font-weight: 700;
  }

  /* ── New Label Registration notice items ──────────── */
  .label-notice-card {
      background: #fff;
      border-radius: 4px;
      box-shadow:0 0 6px rgba(0,0,0,0.18);
      overflow: hidden;
      margin-bottom: 14px;
  }

  .label-notice-card__link {
      display: flex;
      align-items: center;
      gap: 8px;
      padding: 10px 12px;
      background: #fff;
      border-bottom: 1px solid var(--orange-light);
      text-decoration: none;
  }

  .label-notice-card__link:hover {
      background: #fff8f0;
  }

  .label-notice-card__link-text {
      font-size: 15px;
      font-weight: 700;
      color: var(--red-link);
      text-decoration: underline;
  }

  .label-notice-card__body {
      padding: 14px 16px;
      font-size: 14px;
      line-height: 1.7;
      color: #222;
      background: #fffdf9;
      white-space: pre-line;
  }

  .label-notice-card__body a {
      color: var(--primary-color);
      font-weight: 700;
  }

  /* ── Responsive ───────────────────────────────────── */
  @media (max-width: 768px) {
      body { padding: 10px; }

      .doc-card {
          max-width: 100%;
          flex: 1 1 100%;
      }

      .docs-title { font-size: 17px; }

      .public-notice { padding: 16px; }

      .public-notice ol { padding-left: 28px; }
  }


        .updated-date-time{
            background: #ffffff5c;
            padding: 6px 15px;
            border-radius: 5px;
            color: #222;
            font-weight: 600;
            margin-left: 8px;
        }

        .eodb-card{
            background:#efefef;
            border:1px solid #d6d6d6;
            border-radius: 6px;
        }

        .eodb-header{
            background:#f8f8f8;
            padding:10px 14px;
            font-size:18px;
            font-weight:500;
            color:#333;
            border:1px solid #ddd;
            margin-bottom:12px;
        }

        .eodb-header i{
            color:#d89a2b;
            margin-right:8px;
        }

        .eodb-table-wrap{
            border:1px solid #ddd;
            background:#fff;
            padding:8px;
            height: 350px;
            overflow: auto;
        }

        .eodb-table{
            margin-bottom:0;
        }

        .eodb-table thead th{
            background:#5c5c5c;
            color:#fff;
            font-weight:500;
            border:none !important;
            padding:10px 14px;
            vertical-align: top;
            text-align: center;
        }

        .eodb-table tbody td{
            padding: 8px 10px;
            border-top:1px solid #e6e6e6;
            vertical-align:middle;
        }

        /* .eodb-table tbody tr td:first-child{
            text-align: center;
        }

        .eodb-table thead tr th:first-child{
            text-align: center;
        } */

        .eodb-table tbody tr:nth-child(even){
            background:#f2f2f2;
        }

        .eodb-table td:last-child,
        .eodb-table th:last-child{
            width:80px;
        }

        .status-badge{
            display:inline-block;
            background:#dff3d9;
            color:#4c8a47;
            border:1px solid #9fd191;
            border-radius:4px;
            padding: 3px 8px;
            font-size:13px;
            font-weight:500;
        }

        .eodb-card .card-header {
            background-color: #4d80af;
            padding: 8px 15px;
            border-radius: 5px 5px 0 0;
            color: #f3f3f3;
        }

        .eodb-card .card-header i{
            margin-right: 8px;
            background: #fff;
            padding: 3px;
            border-radius: 4px;
            color: var(--secondary-color);
        }

        .eodb-card .btn{
            padding: 2px 10px;
        }

        .last-update-container .last-update{
            text-align:center; 
            font-size:16px; 
            background:linear-gradient(to right, #f42dcce3, #248ea6, #fffb00d4); 
            padding:15px 12px; 
            width: 100%;
            color: #fff;
        }

        @media(max-width:760px) {
        
            .card-section .card-header i {
                top: 15px;
            }

        }
        @media(max-width: 859px){
            .updated-date-time{
                display: inline-flex;
            }
        }
    
#customers {
    border-collapse: collapse;
    width: 100%;
}

#customers td, #customers th {
    border: 1px solid #ddd;
    padding: 8px;
}

#customers tr:nth-child(even){background-color: #f2f2f282;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 8px;
  padding-bottom: 8px;
  text-align: center;
  background-color: #5c5c5c;
  color: white;
}

table tr td {
    text-align: center;
}
