.summary-box{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 10px 12px;
    background: #EAF0F6;
    border: 1px solid #C8D2E2;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
    vertical-align: middle;
    color: #000;
    margin: 0px 0px;
}

.summary-box:hover {
    background: #F5F9FD;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    transform: translateY(-1px);
}

.summary-box span {
    color: #343434;
    align-items: center;
    display: block;
    font-size: 12px;
    line-height: 15px;
    font-weight: 600;
}

.summary-box i {
    font-size: 20px;
    margin-right: 10px;
    flex-shrink: 0;
    border-radius: 50%;
    padding: 4px;
    background: #FFF;
    border: 1px solid #C8D2E2;
    color: #343434;
}

.summary-box .monthly_part {
    display: flex;
}

.summary-box .txt-desc{
    margin-left: 5px;
}

#reportrange{
    background: #fff; 
    cursor: pointer; 
    padding: 5px 10px; 
    border: 1px solid #ccc; 
    width: 100%; 
    text-align: center;
}

#reportrange i {
    /* margin-right: 10px; */
    color: #6b7280;
    transition: color 0.3s ease;
}

#reportrange span {
    flex: 1;
    text-align: center;
    color: #111827;
    font-weight: 600;
    transition: color 0.3s ease;
}

#reportrange i.fa-caret-down {
    margin-left: 10px;
    color: #6b7280;
    transition: color 0.3s ease;
}

.dataTables_wrapper .dt-buttons {
    float: right;
    margin-left: 10px;
    /* margin-right: 10px; */
}

.dataTables_wrapper .dt-buttons button {
    color: #fff;
    background-color: #556ee6;
    border-color: #556ee6;
    width: 90px;
    height: 29px;
    border-radius: 4px;
    line-height: 29px;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
    cursor: pointer;
    margin-right: 10px;
}

.dataTables_wrapper div.dataTables_length {
    float: left;
}

.daterangepicker.ltr.show-ranges.opensright{
    z-index: 1000;
}

.blankImg{
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-wrapper {
    position: relative;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: center;
}

.preview-wrapper img {
    display: block;
    transition: 0.3s ease;
}

.preview-wrapper .view-icon {
    position: absolute;
    top: 40%;
    left: 50%;
    color: #fff;
    transform: translate(-50%, -50%);
    opacity: 0;
    pointer-events: none;
    transition: 0.3s ease;
    background: #0000006e;
    padding: 6px;
    border-radius: 2px;
}

.preview-wrapper:hover .view-icon {
    opacity: 1;
}

/* Batch Creation  */
.input-with-icon {
    position: relative;
    display: flex;
    align-items: center;
}

.input-with-icon .form-control {
    padding-right: 30px; /* Make space for the icon */
}

.input-with-icon .info-icon {
    position: absolute;
    top: 0px;
    right: -16px;
    cursor: pointer;
    color: #6c757d;
    display: flex;
    align-items: center;
}

.input-with-icon .info-icon .fa-circle-info {
    font-size: 16px;
}

.tooltip-text {
    visibility: hidden;
    width: max-content;
    max-width: 160px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 5px;
    position: absolute;
    z-index: 10;
    bottom: 120%; /* Show above the icon */
    right: 0;
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
    white-space: normal;
}

.info-icon:hover .tooltip-text,
.info-icon:focus .tooltip-text {
    visibility: visible;
    opacity: 1;
}

#page-topbar {
    z-index: 1060;
}

/* Select2 Styling */
.select2-results {
    background-color: white;
    border: 1px solid #aaa;
}

.select2-container--default .select2-search--dropdown {
    border: 1px solid #aaa;
}

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

.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 3px 20px 3px 11px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px;
}

.summary-container{
    background-color: #eceff1;
    border-radius: 5px;
}

.sku-entry:hover {
    background-color: #f5f5f5;
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}

.remove-icon{
    font-size: 18px;
}

#sidebar-menu ul li a i{
    font-size: 18px;
}

.mm-active>a,.mm-active>span{
    font-weight: bold;
}

.mm-active,.mm-active>a,.mm-active .active,.mm-active .active i,.mm-active>a i,.mm-active>i,.mm-active {
    color: #434344 !important;
}

#sidebar-menu ul li a {
    font-size: 14px;
}

.sub-menu li:hover {
    background: rgb(247, 246, 246);
}

.vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a i, .vertical-collpsed .vertical-menu #sidebar-menu>ul>li:hover>a {
    color: #434344 !important;
    font-weight: bold;
}

#table-scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    width: 100%;
}

table.retailer_table {
    white-space: nowrap;
}

@media (min-width: 992px) {
    body[data-layout=horizontal][data-topbar=light] .topnav {
        background:none;
    }
}

body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link {
    color: rgb(20 19 19 / 60%);
    font-size: 15px;
    font-weight: 600;
}

body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav>.dropdown.active>a {
    color: rgb(10 10 10 / 90%) !important;
}

body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:focus, body[data-layout=horizontal][data-topbar=light] .topnav .navbar-nav .nav-link:hover {
    color: rgb(10 10 10 / 90%);
}

@media (min-width: 991.98px) {
    .topnav {
    margin-top: 0px;
    width: 70%;
    margin: auto;
    box-shadow: none;
    }
}

@media (min-width: 1200px) {
    body[data-layout=horizontal] .container-fluid, body[data-layout=horizontal] .navbar-header {
        max-width: 100%;
    }
}

.topnav .navbar-nav .dropdown-item.active, .topnav .navbar-nav .dropdown-item:hover {
    color:rgb(10 10 10 / 90%);
    font-weight: 600;
}

.topnav .navbar-nav .dropdown.active>a {
    color: rgb(10 10 10 / 90%);
    background-color: transparent;
}

.topnav .navbar-nav .nav-link i {
    font-size: 16px;
    font-weight: 500;
}

/* .header-item {
    height: 60px;
} */

@media (max-width: 1023px) {
    .logout-option{
        display: none!important;
    }
    .logoutOption{
        display: flex!important;
    }
    /* .header-item {
        height: 50px;
    } */
}

@media (max-width: 380px) {
    .navbar-brand-box {
        display: block;
    }
}

.navbarHeader{
    width: 75%;
    box-shadow: 0 4px 5px -7px black;
    z-index: 20;
}

@media (max-width: 992px) {
    .navbarHeader{
        width: 100%;
    }

    .topnav {
        position: absolute;
        top: 0px;
        z-index: 15;
    }
}

body[data-layout=horizontal] .page-content {
    margin-top: 70px;
    padding: calc(30px) calc(24px / 2) 60px calc(24px / 2);
}

.preview-image {
  max-width: 80vw; 
  max-height: 60vh;
  object-fit: contain;
}

.pagination .small.text-muted{
    font-size: 12px;
    margin-right: 10px;
}

.formBtns button,.routeBtn{
    min-width: 100px;
}

.swal2-content{
    font-size: 16px;
}

.swal2-actions .btn{
    font-weight: 500;
    font-size: 15px;
}

.swal2-container .swal2-title {
    font-size: 19px;
    font-weight: 600;
}

.badge{
    font-size: 11px;
}