/* GLOBAL COLORS */
:root {
    --orange:  rgba(241, 103, 30, 1) !important;
    --teal: #085763 !important;
    --green: rgba(0, 104, 68, 1) !important;
}

body {
    font-family: 'Golos Text', sans-serif;
}

.btn-primary{
    background: var(--green) !important;
    border-style:none !important;
    color:#fff !important;
}
.bg-primary {
    background: var(--green) !important;
    border-style: none !important;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Golos Text', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Golos Text', sans-serif;
    font-weight: 400;
}
.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: #fff !important;
}


/*====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;
}

    .product-media img {
        max-width: 100%;
        height: 250px;
        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: #00000061;
}
/*====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: 50px;
    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;
}
.subheading {
    font-size: 29px;
    font-weight: bold;
    color: #fff;
}
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: 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: 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: rgba(3, 104, 70, 1)94;
    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;
}

.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: 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;
}