/* GLOBAL COLORS */
:root {
    --orange: rgba(241, 103, 30, 1) !important;
    --teal: #085763 !important;
    --green: rgba(0, 104, 68, 1) !important;
}

body {
    font-family: "DM Sans", sans-serif;
}


h1, h2, h3, h4, h5, h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 600;
}

p {
    font-family: "DM Sans", sans-serif;
    font-weight: 400;
}

.btn-primary {
    background: var(--green) !important;
    border-style: none !important;
    color: #fff !important;
}

.bg-primary {
    background: var(--green) !important;
    border-style: none !important;
}

.btn-success {
    background: var(--green) !important;
    border-style: none !important;
}

.section-eyebrow {
    color: var(--orange);
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 0.5rem;
}

.subheading {
    font-size: 29px;
    font-weight: bold;
    color: var(--orange) !important;
}

.breadcrumb-item {
    font-weight: bold;
}

 
/*====product-card styles===*/
.product-card {
    padding: 0.313rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.product-media {
    background: #fff;
    border-radius: 0.75rem;
    padding: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    height: 220px;
}

    .product-media img {
        max-width: 100%;
        height: 200px;
        object-fit: contain;
    }

.product-info {
    text-align: left;
}

.product-title {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    margin-bottom: 0.25rem;
}

.product-meta {
    font-size: 0.875rem;
    color: rgba(103, 126, 115, 1);
    margin-bottom: 0.5rem;
}


.product-card:hover {
    transform: translateY(-8px);
}


.products-section {
    background: rgba(250, 248, 245, 1);
}


.product-img {
    max-height: 180px;
    transition: 0.4s ease;
}

.product-card:hover .product-img {
    transform: scale(1.08);
}


.product-price {
    font-size: 1rem;
    font-weight: 700;
    color: var(--orange);
}

a {
    text-decoration: none !important;
}

.subherder {
    position: relative;
}

.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: #000000c4;
}

.Incloftaxes {
    font-size: 9px;
    display: block;
}
/*====user dropdown new styles===*/
.home-account-details span.dropdown-toggle {
    width: 28px;
    cursor: pointer;
    display: block;
}

ul.header-right-menu img {
    width: 22px;
    aspect-ratio: 2 / 2;
    object-fit: contain;
}

.home-account-details a {
    text-align: left !important;
}

.header-right-menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-left: 12px;
    display: block;
}

.home-account-details .dropdown-menu {
    width: 330px;
}

.home-account-details .dropdown-menu {
    right: 0;
    background: #fff !important;
    border: none;
    top: 15px;
    padding-top: 21px;
}

.header-right-menu a {
    color: #000;
    text-decoration: none;
    text-align: center;
    margin-left: 12px;
    display: block;
}

.home-account-details a.dropdown-item {
    margin-left: 0px !important;
}

header {
    overflow: hidden;
}

.dropdown-toggle::after {
    display: none;
}

.img-profile {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    cursor: pointer;
}

.dropdown-menu {
    z-index: 9999;
}

.dropdown {
    position: relative;
}

.dropdown-menu {
    position: absolute;
    top: 40px;
    right: 0;
    z-index: 9999;
}

header,
header .container,
header .row,
.main-menu-sec {
    overflow: visible !important;
}

/*====user dropdown new styles end===*/

.breadcrumb-item + .breadcrumb-item::before {
    color: #000 !important;
}

img.customer-img.rounded-circle {
    width: 60px !important;
    height: 60px !important;
}


.select2-container {
    width: 100% !important;
}

table.ui-jqgrid-htable {
    width: 100% !important;
}

#packagePager_center {
    width: 100% !important;
}

#gbox_packages {
    width: 100% !important;
}

div#gbox_packages {
    min-width: 100% !important;
    overflow: auto !important;
}

table#packages {
    min-width: 100% !important;
}

.ui-jqgrid-bdiv {
    min-width: 100% !important;
}

.fs-20 {
    font-size: 20px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.dashboard-card {
    background: #FFEFB5;
}

.btn-primary {
    background: rgba(3, 104, 70, 1);
    color: #fff;
    border-color: rgba(3, 104, 70, 1);
}

.bg-primary {
    background: rgba(3, 104, 70, 1) !important;
}

.text-primary {
    color: rgba(3, 104, 70, 1) !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;
}

.astrick:after {
    content: "*";
    color: red
}

img.gallery-item-imgs.w-75 {
    display: flex;
    margin: 0 auto;
}

.astrick {
    font-weight: 600;
}

.lblerros {
    color: red;
    font-size: 13px;
}

.page_heading h2 {
    font-size: 19px !important;
}

.form-check-input:checked {
    background-color: rgba(3, 104, 70, 1);
    border-color: rgba(3, 104, 70, 1);
}

.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: 18px;
}

button#add-to-cart-button {
    display: flex;
    margin-right: 0;
    position: relative;
    right: 0px;
}
.product-info button#add-to-cart-button {
    position: relative;
    right: 20px;
}
img.Vandana-Luthra.float-start.me-md-3.mb-3 {
    width: 25%;
}

.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;
}
.blog-card {
    background: #fffbfb;
    padding: 15px 20px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 15px;
}
    .blog-card h2 {
        font-size: 20px;
    }
    .blog-card h3 {
        font-size: 18px;
    }
    .blog-card h4 {
        font-size: 17px;
    }
    .blog-card h5 {
        font-size: 17px;
    }
    .blog-card img {
        border-radius: 10px;
        background: #fff;
        border: 1px rgba(3, 104, 70, 1) solid;
        margin: 10px;
        box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    }
.achiever-img-container img {
    max-width: 100% !important;
/*    height: 345px !important;
    object-fit: cover !important;*/
}
/* 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: rgba(3, 104, 70, 1);
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

.closepopup_title {
    background-color: rgba(3, 104, 70, 1);
    padding: 6px !important;
    color: #fff;
}

.error-msg {
    color: red;
    font-size: 15px;
}

.card-header.bg-theam {
    background: var(--green) !important;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
}

.modalclose {
    position: absolute;
    right: -15px;
    top: -18px;
    background: rgba(3, 104, 70, 1);
    opacity: 1;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

    .modalclose:hover {
        background: rgba(3, 104, 70, 1);
        opacity: 1 !important;
        color: #fff !important;
    }

div#confirm_popup .close {
    position: absolute;
    right: -15px;
    top: -18px;
    background: rgba(3, 104, 70, 1);
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}



.tdcenter {
    text-align: center !important;
}

.tdleft {
    text-align: left !important;
}

.tdright {
    text-align: right !important;
}

h3.EventNameimages {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    color: #792b90;
}

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: rgba(3, 104, 70, 1);
    width: 18px;
    height: 16px;
    border: 1px solid #000;
}

.showhidelbl {
    display: none;
}


.subherder {
    position: relative;
}

.text-primary {
    color: rgba(3, 104, 70, 1) !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: rgba(3, 104, 70, 1);
    border-color: rgba(3, 104, 70, 1);
}


.insurence-print {
    width: 62px;
}



body.fullscrenmenu .member-left:hover {
    max-width: 250px;
    transition-duration: 0.5s
}

body.fullscrenmenu .member-left {
    max-width: 85px;
}

body.fullscrenmenu .member-right {
    margin-left: 85px;
    max-width: calc(100% - 85px);
    transition-duration: 0.5s
}

::deep body.fullscrenmenu .logo img {
    width: 52px;
}

body.fullscrenmenu ul.left-nav li a img {
    margin-right: 8px;
    /* font-size: 36px; */
    min-width: 20px;
    max-width: 20px;
    text-align: center;
}

/*body.fullscrenmenu ul.left-nav li a label {
    display: none;
}*/

body.fullscrenmenu .member-left:hover ul.left-nav li a label {
    display: block;
    white-space: nowrap;
}
/*body.fullscrenmenu ul.left-nav li a i {
    display: none;
}*/
body.fullscrenmenu .member-left:hover ul.left-nav li a i {
    display: block;
    white-space: nowrap;
}

body.fullscrenmenu .member-left:hover .menu-icons {
    margin-left: 0px;
}

body.fullscrenmenu .menu-icons {
    margin-left: 10px;
}

body.fullscrenmenu .member-left:hover ul.left-nav li a img {
    margin-right: 8px;
    width: 29px;
    text-align: center;
}

body.fullscrenmenu .member-left ul.left-nav li span {
    display: flex;
}

body.fullscrenmenu .member-left .panel-title-custome {
    white-space: nowrap;
    visibility: hidden;
}

body.fullscrenmenu .member-left .icon-nav .mainmenu-li i {
    display: none;
}

.left-nav li.active .collapse {
    display: block;
}



.info-row:last-child {
    border-bottom: none;
}

/* Fade animation */
.fade-in {
    opacity: 0;
    animation: fadeUp 0.5s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.delay-1 {
    animation-delay: .1s;
}

.delay-2 {
    animation-delay: .2s;
}

.delay-3 {
    animation-delay: .3s;
}

.delay-4 {
    animation-delay: .4s;
}

.delay-5 {
    animation-delay: .5s;
}

.delay-6 {
    animation-delay: .6s;
}

a.link-btn {
    text-decoration: none;
    color: #374151;
}

img.Supervisor {
    border: 5px green solid;
    margin-top: 10px;
    border-radius: 50px;
}

img.Retailer {
    border: 5px red solid;
    margin-top: 10px;
    border-radius: 50px;
}

.form-control {
    width: 100%;
    height: 35px;
}

img.Block {
    border: 5px black solid;
    margin-top: 10px;
    border-radius: 50px;
}

img.COMPRESSED {
    border: 5px #f7ff00 solid;
    margin-top: 10px;
    border-radius: 50px;
}

/*#searchInput {
    width: 380px !important;
    z-index: 1000;
}*/

.autocomplete-items {
    border: 1px solid #ccc;
    max-height: 250px;
    overflow-y: auto;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 999;
    display: none;
    margin-top: 5% !important;
    padding-left: 5px;
}

.autocomplete-item {
    /*padding: 8px;*/
    padding: 3px;
    cursor: pointer;
    text-align: left !important;
}

    .autocomplete-item:hover {
        background-color: #f0f0f0;
    }

.autocomplete-items {
    background: #fff;
    border: 1px solid #ccc;
}

/* Zebra striping */
.autocomplete-item:nth-child(odd) {
    background-color: #f9f9f9;
}

.autocomplete-item:nth-child(even) {
    background-color: #ffffff;
}

/* Hover effect */
.autocomplete-item:hover {
    background-color: #dfefff;
    cursor: pointer;
}

.sessionTimeout {
    color: blue;
    font-weight: bold;
    font-size: 18px;
}

card-header-modern {
    /* background: #f1f5f9; */
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.card-header-modern {
    background: #f1f5f9;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
}

.invoice-popup {
    width: 900px;
    min-width: 942px;
}

ul.rightdwmenu {
    list-style: none;
}

.nav-tabs .nav-link.active {
    background: rgb(0 104 68);
    color: #fff !important;
}
.remarks {
    height: 125px !important;
    resize: vertical;
}
/*===== OWL CAROUSEL NAV =====*/
.owl-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    transform: translateY(-50%) !important;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    padding: 0 20px;
}

    .owl-carousel .owl-nav button.owl-prev,
    .owl-carousel .owl-nav button.owl-next {
        background: rgba(255, 255, 255, 0.7) !important;
        border: none;
        border-radius: 50% !important;
        width: 30px;
        height: 30px;
        font-size: 14px;
        outline: none;
    }

    .owl-carousel .owl-nav button svg {
        fill: #000;
    }

p.download-link a {
    background: linear-gradient(45deg, var(--orange), var(--teal));
    color: white;
    padding: 8px 20px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 5px 15px rgba(241, 103, 30, 0.4);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin: 10px;
    align-self: center;
    max-width: 90%;
    font-family: "DM Sans", sans-serif;
    white-space: nowrap;
}
img.paymenticonsimags {
    width: 100%;
}
.headline h2 {
    margin: 5px 0 -2px 0;
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #28844e;
    font-size: 22px;
    color: #28844e;
    font-weight: bold;
}
.contact {
    height: 100%;
    font-size: 15px;
    color: #000;
}
h2.panel-title {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
}
.color-green {
    color: #28844e;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
    margin-top: 10px;
}
/*Herader Search Box Design change*/
.submenu-home-header {
    z-index: 1100;
}
ul.list-unstyled li a {
    color: #000;
}

.sd-trigger {
    cursor: pointer;
}

/* Backdrop */
.sd-backdrop {
    position: fixed;
    inset: 0;
    background: rgba(20,20,20,0.45);
    backdrop-filter: blur(4px);
    display: none;
    z-index: 998;
}

/* Search Box */
.sd-box {
    position: fixed;
    top: 100px;
    left: 50%;
    transform: translateX(-50%) scale(0.95);
    width: 600px;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.15);
    opacity: 0;
    transition: all 0.25s ease;
    z-index: 1050;
}

    .sd-box.active {
        opacity: 1;
        transform: translateX(-50%) scale(1);
    }

/* Input */
.sd-input-wrap {
    display: flex;
    align-items: center;
    padding: 14px 18px;
    border-radius: 14px;
    border: 2px solid #e4e7ec;
    margin: 14px;
    transition: 0.2s;
}

    .sd-input-wrap:focus-within {
        border-color: #6c4cff;
        box-shadow: 0 0 0 3px rgba(108,76,255,0.15);
    }

.sd-input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 15px;
}

.sd-icon {
    font-size: 18px;
    color: #6b7280;
}

.sd-close {
    cursor: pointer;
}

/* Results */
.sd-results {
    max-height: 320px;
    overflow-y: auto;
}

/* Product */
.sd-item {
    display: none;
    align-items: center;
    gap: 14px;
    padding: 12px 18px;
}

    .sd-item.show {
        display: flex;
    }

    .sd-item:hover {
        background: #f8f9ff;
    }

.sd-img {
    width: 48px;
    height: 48px;
    border-radius: 10px;
}

.sd-name {
    margin: 0;
    font-size: 14px;
}

.sd-price {
    margin: 0;
    font-size: 13px;
    color: #999;
}

/* Empty */
.sd-empty {
    text-align: center;
    padding: 15px;
    color: #999;
    display: none;
}