.fs-20 {
  font-size: 20px;
}

.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}

.btn-primary {
  background: #007540;
  color: #fff;
  border-color: #007540;
}

.bg-primary {
  background: #198754 !important;
}

.btn-primary:hover {
  background: #31a66a;
  border-color: #31a66a;
}
.btn-primary:disabled {
  background: #31a66a;
  border-color: #31a66a;
  cursor: not-allowed;
}
.cursor-pointer {
  cursor: pointer;
}

.form-check .form-check-label,
.form-check input {
  cursor: pointer;
}

.page_heading {
  background: #31a66a;
  margin: 0 -11px;
  padding: 13px 0 100px 0px;
  margin-bottom: -88px;
  font-size: 10px;
}

.page_heading h2 {
  font-size: 19px !important;
}

.form-check-input:checked {
  background-color: #28844e;
  border-color: #28844e;
}

.slimscroll::-webkit-scrollbar,
.table-responsive::-webkit-scrollbar,
select::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
.slimscroll::-webkit-scrollbar-track,
.table-responsive::-webkit-scrollbar-track,
select::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.slimscroll::-webkit-scrollbar-thumb,
.table-responsive::-webkit-scrollbar-thumb,
select::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.slimscroll::-webkit-scrollbar-thumb:hover,
.table-responsive::-webkit-scrollbar-thumb:hover,
select::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.btn-width {
  width: 30px;
}

.ui-state-default.ui-jqgrid-hdiv {
  min-width: 100% !important;
}

table.ui-jqgrid-htable {
  width: 100% !important;
}

div#gbox_packages_scm_users {
  min-width: 100% !important;
  overflow: auto !important;
}

#gbox_packages_scm_users {
  width: 100% !important;
}

div#gbox_packages_scm_users::-webkit-scrollbar {
  width: 1px !important;
  height: 5px;
}

div#gbox_packages_scm_users::-webkit-scrollbar-thumb {
  background: #007540;
  border-radius: 10px;
}

div#gbox_packages_scm_users::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

div#gbox_packages_scm_users::-webkit-scrollbar-thumb:hover {
  background: #015430;
}

div#gbox_packages {
  min-width: 100% !important;
  overflow: auto !important;
}

#gbox_packages {
  width: 100% !important;
}

div#gbox_packages::-webkit-scrollbar {
  width: 1px !important;
  height: 5px;
}

div#gbox_packages::-webkit-scrollbar-thumb {
  background: #007540;
  border-radius: 10px;
}

div#gbox_packages::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

div#gbox_packages::-webkit-scrollbar-thumb:hover {
  background: #015430;
}

div#gbox_batchInfo {
  min-width: 100% !important;
  overflow: auto !important;
}
.indentreport .ui-jqgrid-hdiv.ui-state-default.ui-corner-top {
  width: auto !important;
  min-width: 100% !important;
  overflow: unset;
}

#gbox_batchInfo {
  width: 100% !important;
}

div#gbox_batchInfo::-webkit-scrollbar {
  width: 1px !important;
  height: 5px;
}

div#gbox_batchInfo::-webkit-scrollbar-thumb {
  background: #007540;
  border-radius: 10px;
}

div#gbox_batchInfo::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

div#gbox_batchInfo::-webkit-scrollbar-thumb:hover {
  background: #015430;
}

#batchInfo {
  width: 100% !important;
}

table#packages {
  min-width: 100% !important;
  /*    width: auto !important;*/
}

table#packages_scm_users {
  min-width: 100% !important;
  width: auto !important;
}

.ui-jqgrid .ui-paging-info {
  color: #000 !important;
}

div#gbox_storage_table {
  min-width: 100% !important;
  overflow: auto !important;
}

#gbox_storage_table {
  width: 100% !important;
}

div#gbox_storage_table::-webkit-scrollbar {
  width: 1px !important;
  height: 5px;
}

div#gbox_storage_table::-webkit-scrollbar-thumb {
  background: #007540;
  border-radius: 10px;
}

div#gbox_storage_table::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 2px;
}

div#gbox_storage_table::-webkit-scrollbar-thumb:hover {
  background: #015430;
}

.ui-jqgrid-bdiv {
  min-width: 100% !important;
}

div#gview_packages {
  min-width: 100% !important;
}

.ui-jqgrid .ui-jqgrid-hbox {
  padding-right: 0 !important;
}

.ui-jqgrid-sdiv {
  min-width: 100% !important;
}

table.ui-jqgrid-ftable {
  min-width: 100% !important;
}

.mobilemenu-overlay,
.mobile-menu {
  position: fixed;
  background: #0000007d;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(7px);
}

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

/* label:empty, span:empty {
    display: none;
} */

.xzoom-lens {
  cursor: pointer !important;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url(../images/ui-icons_444444_256x240.png) !important;
}

.font-weight-bold,
.fw-bold {
  font-weight: 600 !important;
}

/* .member-body {
  font-family: "Poppins", sans-serif;
} */

.select2-container .select2-selection--single {
  min-height: 38px;
}

@media only screen and (min-width: 1280px) {
  .border-top-md-0 {
    border-top: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 480px) {
  .xzoom-source {
    display: none !important;
  }
}

#packages_scm_users td {
  white-space: normal !important;
}

.tablscroll {
  height: 340px;
  overflow: auto;
  display: block;
  overflow-x: auto;
  white-space: nowrap;
}

/* tbody, td, tfoot, th, thead, tr{
    z-index: 9999999;
} */

div#showapproval_prev .close_pop {
  position: absolute;
  right: -15px;
  top: -18px;
  background: #28844e;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  line-height: 0;
  text-align: center;
}

.closepopup_title {
  background-color: #28844e;
  padding: 6px !important;
  color: #fff;
}

.modalclose {
  position: absolute;
  right: -15px;
  top: -18px;
  background: #28844e;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  line-height: 0;
  text-align: center;
}

div#confirm_popup .close {
  position: absolute;
  right: -15px;
  top: -18px;
  background: #28844e;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  color: #fff;
  z-index: 999;
  line-height: 0;
  text-align: center;
}

.invoice-popup {
  width: 900px;
  min-width: 942px;
}

.tdcenter {
  text-align: center !important;
}

.tdleft {
  text-align: left !important;
}

.tdright {
  text-align: right !important;
}

table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc,
table.dataTable thead > tr > th.sorting_asc_disabled,
table.dataTable thead > tr > th.sorting_desc_disabled,
table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > td.sorting_asc_disabled,
table.dataTable thead > tr > td.sorting_desc_disabled {
  z-index: 0;
}

.ui-state-highlight {
  border: 1px solid #fff !important;
  background: #fff !important;
  color: #777620;
}

/* .ui-state-highlight{
    background-color: #fff !important;
    border:none !important
}
.ui-widget-content{
    background-color: #fff !important;
    border:none !important
} */

#packagePager_center {
  width: 100% !important;
}

.fixed_header th {
  position: sticky;
  top: 0;
}
.ui-pg-input .page_text {
  font-size: 13px !important;
}

input[type="checkbox"] {
  accent-color: #28844e;
  width: 18px;
  height: 16px;
}
.showhidelbl {
  display: none;
}

.headertitle {
  position: absolute;
  top: 0;
  left: 0px;
  z-index: 9;
  color: #fff;
  display: flex;
  align-items: center;
  min-width: 100%;
  height: 100%;
  justify-content: center;
  background: #00000061;
}

.subherder {
  position: relative;
}

.text-primary {
  color: #28844e !important;
}

.content {
  margin: 30px 0px;
}
#txt_scmpan {
  text-transform: uppercase !important;
}

#txt_Scmgstno {
  text-transform: uppercase !important;
}
#txt_vendor_pan {
  text-transform: uppercase !important;
}

#txt_vendorgstno {
  text-transform: uppercase !important;
}
.lbllabel_bold {
  font-weight: bold;
  font-size: 14px;
}

.btn-check:active + .btn-primary,
.btn-check:checked + .btn-primary,
.btn-primary.active,
.btn-primary:active,
.show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #007540;
  border-color: #007540;
}

.insurence-print {
  width: 62px;
}
#expiryProductsTable_filter {
  margin-bottom: 10px;
}

#expiryProductsTable_length {
  display: none !important;
}
.footer-middle {
  background:
    linear-gradient(
      rgba(0, 60, 56, 0.85),
      rgba(0, 60, 56, 0.85)
    ),
    url('../images/bg24-1100x550.jpg') !important;

  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

/* .footer-middle {
  background-image: url('../images/bg24-1100x550.jpg') !important;
  background-color: #003C38 !important;
} */
/* .footer-middle {
    background: #003C38 !important;
} */
.footer-links h1[b-abo56ke4nm] {
 color: white !important;
}
.footer-links a {
 color: white !important;
}
.container-fluid {
    position: relative;
}

/* Button Container */
.btns-box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
}

/* Base Button Style */
.theme-btn {
    /* position: relative;
    display: inline-block;
    padding: 14px 35px;
    margin: 10px 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    overflow: hidden;
    transition: all 0.4s ease;
    text-decoration: none;
    color: #fff; */
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 400;
    overflow: hidden;
    background: none;
    border-radius: 3px;
    padding: 12px 35px 12px;
    text-transform: capitalize;
    border: 1px solid #ffffff;
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
}

/* Primary Button */
.btn-style-one {
    /* background: linear-gradient(135deg, #28a745, #0f9d58); */
    background: transparent;
    box-shadow: 0 8px 25px rgba(40, 167, 69, 0.4);
}

/* Secondary Button */
.btn-style-two {
    background: rgb(111, 165, 55);
    box-shadow: 0 8px 25px rgba(255, 87, 34, 0.4);
}

/* Hover Effect */
.theme-btn:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
    color: #fff;
}

/* Shine Animation */
.theme-btn::before {
    content: '';
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.3);
    transform: skewX(-25deg);
    transition: 0.6s;
}

.theme-btn:hover::before {
    left: 130%;
}

/* Responsive */
@media (max-width: 768px) {
    .theme-btn {
        padding: 12px 25px;
        font-size: 14px;
    }
}
.header.header-image {
    background:
        linear-gradient(to bottom, rgba(255,255,255,0) 65%, #ffffff 100%),
        url('../images/ombre-green-watercolor-texture-paper-background-2-scaled.webp') center / cover no-repeat !important;

    /* min-height: 450px !important; */
}
.col-md.logo.order-1.order-md-1.d-flex.align-items-center {
    margin-bottom: 8px;
    margin-top: 8px;
}
.col-md-4.col-6.d-flex.align-items-center.justify-content-center.order-2.order-md-3.col.ms-auto {
    border-right: 1px solid black;
     border-left: 1px solid black;
}
.header {
    background: #023835 !important;
    color: white !important;
}
[b-abo56ke4nm] nav.header-main-menu a {
    color: #fff !important;
    height: 64px;
    line-height: 64px;
}
[b-abo56ke4nm] .footer-links ul li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 14px;
}

[b-abo56ke4nm] .footer-links ul li > div:first-child {
    min-width: 22px;
}

[b-abo56ke4nm] .footer-links ul li svg {
    width: 20px;      /* smaller icon */
    height: 20px;
    fill: #ffb703;
    margin-top: 4px;
}

/* text styling */
[b-abo56ke4nm] .footer-links ul li a {
    color: #ddd;
    font-size: 16px;
    line-height: 1.6;
    transition: color 0.3s ease;
}

/* hover effect */
[b-abo56ke4nm] .footer-links ul li:hover a {
    color: #ffb703;
}

[b-abo56ke4nm] .footer-links ul li:hover svg {
    fill: #fff;
}
.footer-links h5 {
    color: white;
    font-weight: 700;
    font-size: 1.25rem;
        position: relative;
    padding-bottom: 8px;
}
.footer-links h5::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;          /* place line below text */
    width: 60px;        /* line length */
    height: 2px;        /* line thickness */
    background-color: #ffb703;
}
.footer-links-text li a {
    color: #B3C2C1 !important;
    box-shadow: none !important;
    text-decoration: none;
    font-weight: 400 !important;
    transition: all 0.3s ease;
}
.footer-links-text li a:hover {
    color: #fff;
}
.contact-footer a,.footer-text {
  color: #B3C2C1 !important;
    box-shadow: none !important;
    text-decoration: none;
    font-weight: 500 !important;
    transition: all 0.3s ease;
}

.contact-footer a:hover {
  color: #fff !important;

}
.footer-image {
    margin-bottom: 8px;
}
[b-abo56ke4nm] nav.header-main-menu a {

  //  color: #000 !important;

}
.submenu[b-abo56ke4nm] {
    top: 62px !important;

}
.single-menu ul[b-abo56ke4nm] {
    background: #023835 !important;
}
[b-abo56ke4nm] nav.header-main-menu a {
    margin-right: 32px !important;
    margin-left: 32px !important;
}
/* ========== MOBILE HEADER FIX ========== */
@media (max-width: 767px) {

  /* Top header layout */
  .header-image .row {
    flex-wrap: wrap;
  }

  /* Social icons */
  .header-right-menu {
    display: flex;
    gap: 10px;
    justify-content: center;
    width: 100%;
  }

  .header-right-menu img {
    width: 20px;
    height: 20px;
  }

  /* Logo center */
  .logo-image {
    max-height: 45px;
  }

  /* Hide desktop menu */
  .header-main-menu {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background: #111;
    width: 100%;
    height: 100vh;
    z-index: 9999;
    padding: 20px;
    overflow-y: auto;
  }

  /* Show menu when active */
  .header-main-menu.active {
    display: block;
  }

  /* Menu list */
  .header-main-menu ul {
    padding: 0;
    margin-top: 20px;
  }

  .header-main-menu ul li {
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }

  .header-main-menu ul li a {
    color: #fff;
    padding: 12px 0;
    display: block;
    font-size: 16px;
  }

  /* Submenu */
  .submenu {
    position: static;
    display: none;
    background: transparent;
    padding-left: 15px;
  }

  .submenu.open {
    display: block;
  }

  /* Hamburger */
  .toogle-menu {
    font-size: 22px;
    cursor: pointer;
    color: #fff;
    margin-right: 10px;
  }

  /* Hide right login icons on very small screens */
  #userRegistrationIcon span,
  #loginIcon span {
    display: none;
  }
  .social-media-header {
    display: none !important;
  }
}

