body.slimscroll {
    font-family: Poppins, sans-serif;
}

.fs-20 {
    font-size: 20px;
}

.fw-600 {
    font-weight: 600;
}

.fw-700 {
    font-weight: 700;
}

.dashboard-card {
    background: #FFEFB5;
}

.btn-primary {
    background: #1d3557;
    color: #fff;
    border-color: #1d3557;
}

.bg-primary {
    background: #1d3557 !important;
}

.text-primary {
    color: #1d3557 !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: #1d3557;
    border-color: #1d3557;
}

.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: #1d3557;
    opacity: 1;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    color: #fff;
    z-index: 999;
    line-height: 0;
    text-align: center;
}

.closepopup_title {
    background-color: #1d3557;
    padding: 6px !important;
    color: #fff;
}

.error-msg {
    color: red;
    font-size: 15px;
}

.card-header.bg-theam {
    background: #1d355794;
    color: #fff;
    font-weight: 700;
    padding: 6px 20px;
}

.modalclose {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #1d3557;
    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: #1d3557;
        opacity: 1 !important;
        color: #fff !important;
    }

div#confirm_popup .close {
    position: absolute;
    right: -15px;
    top: -18px;
    background: #1d3557;
    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;
}

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: #1d3557;
    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: #1d3557 !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: #1d3557;
    border-color: #1d3557;
}


.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;
}

/*Member dashboard*/

/* Sleek minimal card */
.dash-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 0; /* header + body separate */
    height: 100%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.03);
    transition: 0.3s ease;
    overflow: hidden;
}

    .dash-card:hover {
        box-shadow: 0 8px 20px rgba(0,0,0,0.06);
        transform: translateY(-4px);
    }

/* Header highlight */
.card-header-modern {
    background: #f1f5f9;
    padding: 14px 18px;
    border-bottom: 1px solid #e5e7eb;
    display: flex;
    align-items: center;
    gap: 10px;
}

    .card-header-modern i {
        font-size: 18px;
        color: #475569;
    }

    .card-header-modern span {
        font-size: 15px;
        font-weight: 600;
        color: #1f2937;
    }

/* Content */
.card-body-modern {
    padding: 18px;
}

.info-row {
    font-size: 14px;
    padding: 8px 0;
    color: #374151;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #e5e7eb;
}

    .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;
}

img.Block {
    border: 5px black solid;
    margin-top: 10px;
    border-radius: 50px;
}

.width-260 {
    width: 260px !important;
}
