@import url("https://fonts.googleapis.com/css2?family=Lexend+Deca:wght@100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Lexend Deca", sans-serif;
}

body {
  font-size: 16px;
  line-height: 1.4;
  color: #2b2b2b;
  font-weight: 400;
}
.form-check-input{
border: 1px solid #000;
}
.dataTables_filter{
  display:none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Lexend Deca", sans-serif;
}

.ptb {
  padding: 30px 0;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

select,
button {
  word-wrap: normal;
  background: transparent;
  border: 0;
}

select {
  color: #fff;
}

select option {
  color: #000;
}

select:focus {
  outline: none;
}

.btn-bg {
  background: #00275e;
  border-color: #00275e;
  color: #fff;
}

.btn-bg:hover {
  background: #00275e;
  color: #fff;
}

/* Top Utility Bar */
.top-bar-wrapper {
  background: linear-gradient(to right, #004080, #0059b3);
  border-bottom: 1px solid #cccccc52;
}

.top-bar {
  color: #fff;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0px 20px;
  flex-wrap: wrap;
}

.top-bar a {
  color: #fff;
  text-decoration: none;
  margin: 0 5px;
}

.top-bar a:hover {
  text-decoration: underline;
}

/* Main Header */
.main-header-wrapper {
  background: linear-gradient(to right, #004080, #0059b3);
}

.main-header {
  padding: 10px 20px;
  color: white;
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-section img {
  height: 60px;
}

.search-box {
  position: relative;
}

.search-box input {
  padding: 8px 35px 8px 15px;
  border-radius: 20px;
  border: none;
  outline: none;
}

.search-box button {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #004c99;
  font-size: 16px;
  cursor: pointer;
}

.partition {
  color: #ebebeb;
  opacity: 0.4;
}

.fontChange {
  font-size: 14px;
  height: 40px;
  width: 30px;
  color: #ebebeb;
  opacity: 0.4;
  transition: all 1s ease-out;
}

.fontChange:hover {
  border-radius: 4px;
  opacity: 1;
  background: rgba(255, 255, 255, 0.15);
  transition: all 1s ease-out;
}

.lang-select option[disabled] {
  color: #888;
  opacity: 0.1;
}

/* Navigation */
.nav-wrapper {
  background: #fff;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}

nav ul li {
  position: relative;
}

nav ul li i {
  font-size: 10px;
}

nav ul li a {
  color: #004183;
  padding: 12px 20px;
  display: block;
  text-decoration: none;
}

nav ul li a:hover {
  background: #004b95;
  color: #fff;
}

nav ul li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 200px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
  z-index: 9;
}

nav ul li ul li a {
  color: #000000cf;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 300;
}

nav ul li ul li a:hover {
  color: #fff;
}

nav ul li:hover ul {
  display: block;
}

/* banner */
.banner-slider .item {
  position: relative;
}

.banner-slider img {
  width: 100%;
  display: block;
  height: 400px;
  object-fit: cover;
}

.banner-slider .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 15px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.banner-slider .caption h3 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: bold;
}

.banner-slider .caption p {
  font-size: 14px;
  margin: 0;
}

.owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.8) !important;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 30px !important;
  line-height: 5px !important;
}

div.owl-theme .owl-nav [class*="owl-"] {
  padding: 4px 7px 10px !important;
}

.owl-nav .owl-prev {
  left: 10px;
}

.owl-nav .owl-next {
  right: 10px;
}

/* counter */
.stats-text {
  font-size: 15px;
  font-weight: normal;
  margin-top: 15px;
  margin-bottom: 0;
  text-align: center;
}

.stats-line-black {
  margin: 12px auto 0;
  width: 55px;
  height: 2px;
  background-color: #004080;
}

.stats-icon {
  font-size: 35px;
  margin: 0 auto;
  float: none;
  display: table;
  color: #004080;
  margin-bottom: 1rem;
}

h2.count-number {
  display: inline-block;
  background: #004080;
  padding: 4px 20px;
  color: #fff;
  width: 150px;
  text-align: center;
}

#statistic {
  background: #cccccc24;
}

.statistic-section .col-md-3 {
  position: relative;
  text-align: center;
  height: 200px;
}

.statistic-section .col-md-3:before {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-right: 1px solid #87868636;
}

.statistic-section .col-md-3:last-child::before {
  display: none;
}

footer .footer-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

footer .col-list h3 {
  font-size: 14px;
  font-weight: 600px;
  color: #fff;
}

footer {
  background: linear-gradient(to right, #004080, #0059b3);
  font-size: 14px;
  padding: 50px 0 0;
  border-top: solid 1px #7a7a7a;
  color: #ffffffc7;
  font-weight: 300;
}

footer a:hover {
  text-decoration: underline;
}

footer .col-list ul li {
  padding: 1px 0;
}

footer .col-list ul li a {
  font-size: 13px;
  color: #ffffffc7;
  font-weight: 300;
}

.terms {
  padding: 8px 0;
  background: linear-gradient(to right, #004080, #0059b3);
  border-top: 1px solid #ffffff36;
  font-size: 12px;
  color: #ffffffc7;
}

.terms ul {
  display: flex;
  gap: 10px;
}

.terms ul li {
  position: relative;
}

.terms ul li::before {
  position: absolute;
  right: 0;
  content: "";
  width: 20px;
  border-right: 1px solid #fff;
}

.terms ul a {
  color: #ffffffc7;
  font-size: 12px;
}

/* Mobile */
.menu-toggle {
  display: none;
  font-size: 20px;
  color: #0057ae;
  padding: 12px 20px;
  cursor: pointer;
  text-align: right;
}

.list-group-item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #2b2b2bde;
  font-size: 14px;
}

.list-group-item {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.document-no {
  background-color: #00275e;
  color: #fff;
  border-radius: 10px;
  padding: 0px 8px;
  font-size: 13px;
}

.active > .page-link {
  background-color: #00275e;
  border-color: #00275e;
}

.page-link {
  color: #00275e;
}

.table-detail {
  max-height: 350px;
  overflow-y: auto;
}

ul.list-group.list-group-flush {
  max-height: 168px;
  overflow-y: auto;
}

#browse-field label {
  color: #000;
}

#browse-field .form-control {
  font-size: 0.9rem;
}

@media (max-width: 992px) {
  .banner-slider img {
    height: 200px;
    object-fit: cover;
  }

  .counter {
    margin-bottom: 40px;
  }

  .statistic-section .col-md-3:nth-child(2n):before {
    border-right: none;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    left: -300px;
    /* off-screen */
    width: 260px;
    height: 100vh;
    background: #fff;
    transition: left 0.3s ease;
    z-index: 999;
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
    padding-top: 60px;
  }

  .mobile-menu.show {
    left: 0;
  }

  .menu-toggle {
    display: block;
  }

  nav ul li ul li a {
    padding: 4px 24px;
  }

  nav ul {
    flex-direction: column;
  }

  nav ul li i {
    position: absolute;
    right: 15px;
    top: 17px;
  }

  nav ul.show {
    display: flex;
  }

  nav ul li ul {
    position: static;
    box-shadow: none;
  }

  nav ul li:hover ul {
    display: none;
  }

  nav ul li.active > ul {
    display: block;
  }

  .close-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #0056ae;
    padding: 4px 11px;
    border-radius: 20px;
    color: #fff;
  }

  /* Hide appropriate icons */
  .open-icon {
    display: block;
  }

  .close-icon {
    display: none;
  }

  /* When menu is active, toggle icon visibility */
  .mobile-menu.show + .open-icon,
  .mobile-menu.show .open-icon {
    display: none;
  }

  .mobile-menu.show .close-icon {
    display: block;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }

  /* .main-header {
        justify-content: center;
    } */

  /* .search-box {
        margin-top: 10px;
    } */

  .banner-slider .caption p {
    font-size: 12px;
  }

  .footer-row {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 20px !important;
  }

  h2.count-number {
    width: 100%;
  }

  .statistic-section .col-md-3 {
    height: 215px;
    margin-bottom: 20px;
  }

  h2.count-number {
    width: 100%;
  }

  .page-link {
    font-size: 12px;
  }
}

.form-control:focus,
.form-select:focus {
  box-shadow: none;
}

.card {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 15px 0px;
  background: #fff;
  border: 0;
  border-radius: 12px;
  padding: 20px;
}

.card-body h5 {
  color: #00275e;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 24px;
}

.form-select::placeholder,
.form-control::placeholder {
  color: #00275e;
}

.form-select,
.form-control {
  font-size: 14px;
  line-height: 2;
  color: #00275e;
  font-weight: 400;
  border: 1px solid #ccc;
}

.card-body h6 {
  font-size: 14px;
  font-weight: 600 !important;
  color: #000;
  text-transform: capitalize;
}

.dropdown-selecter {
  border: 0;
  height: 44px;
}

.dropdown-selecter select {
  padding: 0;
}

/* New Style */

/* apply to a specific element */
.nav-wrapper nav ul li ul {
  max-height: 250px;
  overflow: auto;
}

.nav-wrapper nav ul li ul::-webkit-scrollbar {
  width: 12px;
  height: 12px;
}

.nav-wrapper nav ul li ul::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 10px;
}

.nav-wrapper nav ul li ul::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
  border: 3px solid #f1f1f1;
}

.nav-wrapper nav ul li ul::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.nav-wrapper nav ul {
  justify-content: center;
}

.top-bar .social-icon a {
  display: inline-block;
  padding: 10px;
  color: #fff;
  transition: 0.3s linear;
}

.top-bar .social-icon a:hover {
  background: #0053a8;
  color: #fff;
}

i.fa-solid.fa-right-to-bracket {
  margin-right: 5px;
}

.search-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 10px 0;
}

.search-input {
  border: none;
  border-radius: 10px;
  padding: 8px 40px 8px 15px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.profile {
  padding: 4px 0;
}

.search-input:focus {
  outline: none;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.search-icon {
  position: absolute;
  right: 12px;
  font-size: 18px;
  color: #444;
  cursor: pointer;
}

.profile p {
  margin-bottom: 0;
  font-size: 12px;
}

.img-box img {
  width: 25px;
}

.img-box {
  text-align: center;
}

.banner-slider img {
  height: 530px;
}

.heading-2 {
  font-size: 28px;
  color: #264f8e;
  display: inline-block;
  margin-bottom: 20px;
}

.archive-card-box {
  height: 265px;
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 20px 10px;
  border-radius: 12px;
  background: #ffffff;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}

.archive-card-box img {
  width: 100%;
  border-radius: 12px;
}

.archive-card-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: start;
  text-align: center;
  height: 68px;
}

.archive-card-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.archive-card-overlay i {
  margin-left: 10px;
}

.archive-card-box img {
  width: 150px !important;
  height: auto;
  margin: auto;
  margin-bottom: 70px;
  display: block;
}

.archive-card-overlay h3 {
  font-size: 14px;
  height: 50px;
}

.footer-copyRight {
  background: #003162;
  padding: 10px 0;
  margin-top: 50px;
}

.nav-wrapper {
  box-shadow: 0 0 5px #ccc;
}

.collection-card {
  background: #399cff21;
  border-radius: 12px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
  margin: 10px;
}

.collection-card:hover {
  transform: translateY(-4px);
}

.slider-img {
  width: 60px !important;
  height: 60px;
  object-fit: contain;
  margin: auto;
  display: block;
}

.collection-card a {
  color: #0051a2;
  font-size: 16px;
  font-weight: 600;
}

.profile-card-right {
  box-shadow: 0 0 5px #ccc;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 992px) {
  .banner-slider img {
    height: 300px;
  }

  .collection-card {
    padding: 10px !important;
  }

  .heading-2 {
    font-size: 22px;
  }

  nav ul li ul li a {
    font-size: 12px;
  }
}
.top-box {
  background: #0883ff3b;
  padding: 15px 40px 15px 15px;

  display: flex;
  align-items: flex-start;
  gap: 10px;
  border-radius: 26px;
  margin-bottom: 20px;
}
.img-wid {
  width: 50px;
  height: 50px;
  object-fit: contain;
}
.com-banner {
  background: url(https://lab5.invoidea.work/dms/public/assets/images/image.jpeg);
  background-position: top;
  background-size: cover;
  padding: 35px 0px;
}
.headingc1 {
  font-size: 48px;
}
.archive-card-box1 {
  border: 1px solid #00000014 !important;
  box-shadow: 1px 0px 7px #2866b912 !important;
  padding: 12px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
}
.archive-card-box1 {
  border: 1px solid #00000014 !important;
  box-shadow: 1px 0px 7px #2866b912 !important;
  padding: 12px;
  border-radius: 14px;
}
.archive-card-box1::before {
  position: absolute;
  left: 50%;
  width: 0;
  bottom: 0;
  height: 4px;
  content: "";
  background: #004183;
  -webkit-transition: all 0.5s ease 0s;
}
.archive-card-box1:hover:before {
  width: 100%;
  left: 0;
}
.archive-card-box1:hover {
  background: aliceblue;
}
.archive-card-overlay h3 {
  font-size: 14px;
  height: auto !important;
}
.View-box {
  background: #ebebeb;
  padding: 10px;
  border-radius: 8px;
}
.View-box svg {
  height: 22px;
  color: #7e7e7e;
}
.View-box span {
  color: #7e7e7e !important;
}
.side-scroller::-webkit-scrollbar {
  height: 7px;
}
.side-scroller::-webkit-scrollbar {
  display: none;
}

.side-scroller:hover {
  scrollbar-width: thin;
}

.side-scroller:hover::-webkit-scrollbar {
  display: block;
  height: 7px;
}

.side-scroller:hover::-webkit-scrollbar-thumb {
  background: #bcd2f1;
  border-radius: 10px;
}

.main-header-wrapper .col-md-5 .d-flex {
  width: 100%;
}

.main-header-wrapper .search-icon {
  top: 24px;
}

.Subcollections-slider .owl-nav.disabled {
  display: block;
}

.dms-bg-color .top-box img {
  width: 100px;
  height: 100px;
  border-radius: 20px;
  object-fit: cover;
}

.nav-wrapper nav ul li a.active {
  color: #fff;
  background: #004b95;
}
.dataTables_paginate {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
.dataTables_paginate {
  margin-top: 10px;
}
.side-scroller {
  height: 200px !important;
}
.dataTables_info {
  font-size: 14px;
  margin-top: 10px;
}

.dataTables_filter label,
.dataTables_length label {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}
.dataTables_filter label {
  justify-content: end;
}
.dataTables_length .form-select-sm {
  width: 70px;
}

.dataTables_filter .form-control-sm {
  width: 200px;
}
