/*Scrollbar style start - Minimalist Version*/
/* width */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f8fafc;
}

/* Handle */
::-webkit-scrollbar-thumb {
    border-radius: 3px;
    height: 6px;
    background: #cbd5e1;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}
/*Scrollbar style end*/

.layout-navbar {
    --navbar-height: 90px;
}
.layout-navbar.navbar-fixed {
    display: block !important;
}
.navbar-fixed > header {
    display: unset;
    height: var(--navbar-height);
}
.navbar-fixed .navbar-top {
/*    background-color: var(--bs-body-bg);*/
    position: sticky;
    top: 0;
    width: inherit;
    z-index: 9;
}
.navbar {
    background-color: #ffffff;
    border-bottom: 1px solid #f0f2f5;
    height: var(--navbar-height);
    padding: 0.75rem;
    box-shadow: 0 1px 3px rgba(0,0,0,0.02);
}
}

.navbar-toggler:focus {
    box-shadow: none;
}

.font-size-13 {
    font-size: 13px;
}
.text-primary {
    color: #607080 !important;
}

/* toast-style start */

.toast-header{
    background-color: var(--primary-color)!important;
    color: #ffffff!important;
}

.update_btn{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

.update_btn:hover{
    background-color: var(--primary-hover);
    border-color: var(--primary-hover);
}

#update_description{
    color: var(--primary-color);
}

.toast-body{
    background-color: #ffff;
}

#update_version{
    background-color: var(--primary-hover)!important;
    color: #ffffff!important;
}

/* toast-style end */

.b-form-tag {
    background-color: var(--primary-color) !important;
}
.b-form-tag-remove {
    background-color: #f06548 !important;
}

.body.theme-dark .swal2-styled.swal2-confirm {
    background-color: var(--primary-color) !important;
}

.capitalize {
    text-transform: capitalize;
}

.custom-image {
    margin-top: 15px;
    border-radius: 15px;
    width: 225px;
    height: 225px;
}

.custom-row-image {
    margin-top: 25px;
    border-radius: 15px;
    /*width: 130px;*/
    height: 130px;
    width: auto;
    max-width: 470px;
}


.custom-slider-image {
    margin-top: 15px;
    border-radius: 15px;
    width: 470px;
    height: 200px;
}

.image-container {
    position: relative;
}

.btn-remove {
    border-radius: 100px;
    border: 7px solid #ffffff;
    background: #f06548;
    color: #ffffff;
    font-size: 16px;
    position: absolute;
    top: 10px;
    right: 0;
}

.btn_refresh{
    margin-top: 25px;
}

.btn_tool{
    margin-top: 25px;
}

.dropdownOverflow {
    max-height: 300px;
    overflow-y: scroll;
}


#auth #auth-right {
    background: url(../../images/bg/4853433.jpg),linear-gradient(90deg,#37A27A,#3f5491);
    /*background: url(../../images/bg/4853433.jpg),linear-gradient(90deg,#a7ebcb,#37A27A);*/
    height: 100%;
}

.vue-daterange-picker {
    max-width: 100%;
}

select.form-select optgroup {
    background-color: var(--primary-color);
    color: #bdbdbd;
}

select.form-select option, select.monthselect option {
    background-color: var(--primary-color);
    color: #ffffff;
}


.daterangepicker td.off, .daterangepicker td.off.end-date, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date {
    background-color: #fff !important;
    border-color: transparent;
    color: #999;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
    background-color: var(--primary-color) !important;
    border-color: transparent;
    color: #fff;
}
.applyBtn {
    background-color: var(--primary-color) !important;
    color: #ffffff;
}
.daterangepicker .ranges li.active {
    background-color: var(--primary-color) !important;
    color: #fff;
}

.primary-toggal {
    color: var(--primary-color);
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #25396F !important;
}
/* Ensure card titles and content are dark */
.card .card-title {
    color: #333333 !important;
}
.card .card-body {
    color: #555555 !important;
}
.card .card-header h4 {
    color: #333333 !important;
}
/* Fix table text colors */
.table, .table td, .table th {
    color: #333333 !important;
}
.table-responsive .table {
    color: #333333 !important;
}
/* Bootstrap-vue table text colors */
.b-table td, .b-table th, .b-table .table {
    color: #333333 !important;
}
.text-muted {
    color: #6c757d !important;
}
/* Ensure form labels are visible */
.form-group label {
    color: #495057 !important;
}
/* Fix pagination text */
.pagination .page-link {
    color: #495057 !important;
}
a:hover{
    color: var(--primary-color);
}
.badge:hover{
    color: #ffffff;
}

.box-title {
    color: var(--primary-color);
}

/*.sidebar-wrapper .menu .sidebar-link i, .sidebar-wrapper .menu .sidebar-link svg{
    !*color: rgba(60,153,153,.9);*!

    color: var(--primary-color);
}
.sidebar-wrapper .menu .sidebar-link {
    !*color: rgba(60,153,153,.9);*!
    color: var(--primary-color);
}*/

/* ===== ENHANCED SIDEBAR STYLING ===== */

/* Modern sidebar improvements for better readability */
.sidebar-wrapper {
    background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
    border-right: 1px solid var(--border-color);
    box-shadow: 2px 0 10px rgba(0,0,0,0.05);
}

.sidebar-wrapper .menu .sidebar-link {
    color: var(--text-secondary) !important;
    font-weight: 500;
    padding: 0.75rem 1rem;
    border-radius: 8px;
    margin: 0.125rem 0.5rem;
    transition: all 0.2s ease;
}

.sidebar-wrapper .menu .sidebar-link:hover {
    color: var(--primary-color) !important;
    background: linear-gradient(135deg, var(--primary-light) 0%, rgba(99, 102, 241, 0.1) 100%);
    transform: translateX(2px);
}

.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.3);
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    color: var(--text-secondary) !important;
    font-weight: 400;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    margin: 0.125rem 0.5rem;
    transition: all 0.2s ease;
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    color: var(--primary-color) !important;
    background-color: rgba(99, 102, 241, 0.08);
    transform: translateX(3px);
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    color: var(--primary-color) !important;
    background-color: rgba(99, 102, 241, 0.15);
    font-weight: 600;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: var(--primary-color);
    color: #fff;
}

/*.sidebar-wrapper .menu .sidebar-link {
    color: var(--primary-color);
}*/

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: var(--primary-color);
}
.sidebar-wrapper .menu .submenu .submenu-item.active>a {
    color: var(--primary-color);
}

.form-check-input:checked {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}

nav-pills .nav-link.active {
    box-shadow: 0 2px 10px rgba(99, 102, 241, 0.5);
}

.swal2-confirm .swal2-styled {
    background-color: var(--primary-color);
}



ul .pagination.pagination-primary li .page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
    z-index: 99;
}

/*pagination start*/
.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}
.pagination .page-item.active .page-link:hover {
    background-color: var(--primary-color);
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    background-color: transparent;
    color: #999;
}

.pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}

/*nav{
    margin:0 auto;
    padding-top:60px;
}
.pagination.pagination-circle .page-item.active .page-link {
    border-radius: 50%;
}
.pagination .page-item .page-link:hover {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    border-radius: .125rem;
    background-color: #eee;
}
.pagination.pg-blue .page-item.active .page-link:hover {
    background-color: #BD5410;
}
.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #BD5410;
    color: #fff;
}
.pagination .page-item .page-link {
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    outline: 0;
    border: 0;
    background-color: transparent;
    font-size: .9rem;
    color: #999;
    font-weight:bold;
}
.pagination.pagination-circle .page-item .page-link:hover {
    border-radius: 50%;
}
.pagination.pagination-circle .page-item .page-link {
    margin-left: 2px;
    margin-right: 2px;
    border-radius: 50%;
}
.pagination .page-item.active .page-link{
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
}
.page-link{
    border:none!important;
}*/

/* ===== ENHANCED BUTTON SYSTEM ===== */

.btn.btn-light-primary{
    background-color: rgba(99, 102, 241, 0.1);
    color: var(--primary-color);
    border: 1px solid rgba(99, 102, 241, 0.2);
    font-weight: 500;
}

.btn.btn-light-primary:hover{
    background-color: rgba(99, 102, 241, 0.15);
    color: var(--primary-hover);
    border-color: rgba(99, 102, 241, 0.3);
    transform: translateY(-1px);
}

.swal2-styled.swal2-confirm{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border: none;
    border-radius: 8px;
    padding: 0.75rem 1.5rem;
    font-weight: 600;
}

.btn-primary{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border: none;
    color: #fff;
    border-radius: 8px;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{
    background: linear-gradient(135deg, var(--primary-hover) 0%, #4338ca 100%);
    border: none;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.3);
}

.btn-check:focus+.btn-primary,.btn-primary:focus{
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{
    background: linear-gradient(135deg, #4338ca 0%, #3730a3 100%);
    border: none;
    color: #fff;
}

.btn-check:active+.btn-primary:focus,.btn-check:checked+.btn-primary:focus,.btn-primary.active:focus,.btn-primary:active:focus,.show>.btn-primary.dropdown-toggle:focus{
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.btn-primary.disabled,.btn-primary:disabled{
    background-color: #d1d5db;
    border-color: #d1d5db;
    color: #6b7280;
}

.btn-outline-primary{
    border-color: var(--primary-color);
    color: var(--primary-color);
    font-weight: 500;
}

.btn-outline-primary:hover{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border-color: var(--primary-color);
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.2);
}

.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.btn-check:active+.btn-outline-primary,.btn-check:checked+.btn-outline-primary,.btn-outline-primary.active,.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active{
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border-color: var(--primary-color);
    color: #fff;
}

.btn-check:active+.btn-outline-primary:focus,.btn-check:checked+.btn-outline-primary:focus,.btn-outline-primary.active:focus,.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus{
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
}

.btn-outline-primary.disabled,.btn-outline-primary:disabled{
    background-color: transparent;
    color: var(--primary-color);
}

/*.form-group label{
    color: rgba(60,153,110, .9);
    font-weight: 600;
}*/


/* ===== ENHANCED FORM CONTROLS ===== */

input[type="radio"] {
    accent-color: var(--primary-color);
}

input[type="radio"] {
    background-color: #fff;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 3px solid #e1e3ea;
    color-adjust: exact;
    height: 1.2em;
    margin-top: 0.15em;
    transition: background-color .15s ease-in-out,background-position .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    vertical-align: top;
    width: 1.2em;
}

.form-check-input:focus {
    background-image:unset;
    border-color: var(--primary-light);
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
    outline: 0;
}

.form-control:focus {
    background-color: #fff;
    border-color: var(--primary-light);
    box-shadow: 0 0 0 0.25rem rgba(99, 102, 241, 0.25);
    color: var(--text-primary);
    outline: 0;
}

.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-clip: padding-box;
    background-color: #fff;
    border: 1px solid #dce7f1;
    border-radius: 0.40rem;
    color: var(--text-primary);
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

input[type='radio']:checked:before {
    background: var(--primary-color);
}

input[type='radio']:checked {
    background-color: var(--primary-color);
}

.file-input {
    display: none;
}
.file-input-div {
    width: auto;
    max-height: 300px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    font-weight: 600;
    font-size: 20px;
    cursor: pointer;
    /*background-color: #f7f7f7;*/
    color: #607080;
    border: 2px dashed #9aa4ae;
    border-radius: 10px;
}
.file-input-div label {
    color: #607080;
    word-wrap: break-word;
    max-width: 100%;
}
.bg-gray-100 { background-color: #f7fafc; }
.bg-green-300 { background-color: #9ae6b4; border: 2px solid var(--primary-color); }


/*no use start*/
.drop-zone--over {
    border-style: solid;
}
/*no use end*/


.vue-daterange-picker[data-v-1ebd09d2] {
    min-width: 80%;
}
@media only screen and (min-width: 600px) {
    .vue-daterange-picker[data-v-1ebd09d2] {
        min-width: 90%;
    }
}

.form-check-input[class*=bg-]{
    border:0
}
.form-check .form-check-input:focus{
    box-shadow:none
}

.form-check .form-check-input.form-check-primary{
    background-color:var(--primary-color);
    border-color:var(--primary-color);
}
.form-check .form-check-input.form-check-primary:not(:checked){
    background-color:transparent;
    border:1px solid #ced4da;
}
.form-check .form-check-input.form-check-primary.form-check-glow{
    box-shadow:0 0 5px #488f8f;
}
.form-check .form-check-input.form-check-primary.form-check-glow:not(:checked){
    box-shadow:none
}

.form-check.form-check-sm .form-check-input{
    height:.9rem;
    margin-top:.3em;
    width:.9rem
}
.form-check.form-check-sm label{
    font-size:.7rem
}
.form-check.form-check-lg .form-check-input{
    height:1.5rem;
    margin-top:.3em;
    width:1.5rem
}
.form-check.form-check-lg label{
    font-size:1rem
}

.form-check.form-check-primary .form-check-input{
    background-color:var(--primary-color);
    border-color:var(--primary-color)
}

/*.form-switch .form-check-input:focus {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23a1afdf'/%3E%3C/svg%3E);
    !*background-color: var(--primary-color);*!
}*/



.logo .container-logo {
    /*height: 55px !important;
    width: 55px;
    margin: 6px;*/

    height: 80px !important;
    /*width: 110px;*/
    /*margin: 4px;*/
    padding:10px;
}

/*login style*/
.auth {
    background-image: url("../../../images/login-bg.webp");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    min-height: 100vh;
    min-width: 100vw;
}
.login-wrapper {
    min-height: 100vh;
    min-width: auto;
    display: flex;
    justify-content: right;
    align-items: center;
    background-color: rgba(0,0,0,.5);
    padding: 50px 200px;
    overflow:hidden;
}

.auth-section{
    background-color: #ffffff;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.auth-logo {
    padding-bottom: 40px;
}
.auth-copyright {
    padding-top: 20px;
    text-align: center;
}
.auth-btn {
    display: flex;
    justify-content: center;
    place-items: center;
}
.auth-btn > span {
    margin-left: 7px;
}
.auth-back {
    margin-top: 15px;
    margin-left: 20px;
}
.auth-card {
    position: relative;
    width: 100%;
    max-width: 600px;
    padding: 40px 70px 20px;
}

.detail-card {
    /*position: relative;*/
    /*padding: 40px 40px 20px;*/
    /*overflow-y:scroll; overflow-x:hidden;*/
    background-color: #ffffff;
    max-width: 60%;
    /*max-width: 650px;*/
    /* max-height: 900px;
    overflow-y: scroll; */
    overflow-x:hidden;
    padding: 20px;
    margin: 0 20px;
    /*box-shadow: 0 15px 20px #ABB289;*/
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}
.content {
    max-height: 500px;
    /* overflow: auto; */
    overflow-y: scroll;
    overflow-x: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    /*border: 1px solid #ABB289;*/
    padding: 10px;
    margin: 10px;
    border-radius: 5px
}

/*.button-container {
    margin: 15px 0;
}
.button-container button {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    display: block;
    font-size: 20px;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    background-image: linear-gradient(to right, var(--primary-color), #3f5491);
}
.button-container button:hover {
    background-image: linear-gradient(to right, #3f5491, var(--primary-color));
}*/

@media( max-width: 600px) {
    .detail-card {
        min-width: 280px;
    }
    .content{
        max-height: 380px;
       /* overflow: auto;*/
        overflow-y:scroll;
    }
}

/*.auth-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    background: rgba(255, 255, 255, 0.08);
    transform: skewX(-26deg);
    transform-origin: bottom left;
    border-radius: 10px;
    pointer-events: none;
}*/


/*.auth-card img {
    position: absolute;
    top: -50px;
    left: calc(50% - 50px);
    width: 100px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
}
.auth-card h2 {
    text-align: center;
    letter-spacing: 1px;
    margin-bottom: 2rem;
    color: white;
}*/


/*Dashboard*/
.dashboard-counter {
    /*gap: 0% 4%;*/
    display: grid;
    grid-template-columns: auto auto;
}
.dashboard-counter .card {
    padding: 20px;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.dashboard-counter .card h3 {
    color: #333333 !important;
    font-weight: 700;
}
.dashboard-counter .card h5 {
    color: #666666 !important;
    font-weight: 500;
}

.products_sold {
    gap: 0% 4%;
    display: grid;
    grid-template-columns: auto;
}
.products_sold .card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.products_sold .card .card-body{
    padding-bottom: 0px;
    padding-top: 0px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.products_sold .card .card-body h1{
    font-size: 100px;
    color: #333333 !important;
}
.products_sold .card .card-header h6 {
    color: #666666 !important;
    font-weight: 600;
}

.stats-icon-big {
    align-items: center;
    background-color: #000;
    display: flex;
    float: top;
    border-radius: 50%;
    height: 6rem;
    justify-content: center;
    width: 6rem;
}
.stats-icon-big i {
    color: #fff;
    font-size: 3rem;
}

.stats-icon-big.blue {
    background-color: #406FC6;
}
.stats-icon-big.orange {
    background-color: #FE9670;
}
.stats-icon-big.sky {
    background-color: #56D8F0;
}
.stats-icon-big.lightgreen {
    background-color: #64C77A;
}


.stats-icon {
    border-radius: 50%;
    height: 3.5rem;
    width: 3.5rem;
}

.stats-icon.payment_pending {
    background-color: #FF6D91;
}
.stats-icon.received {
    background-color: #B47BFF;
}
.stats-icon.processed {
    background-color: #45BD86;
}
.stats-icon.shipped {
    background-color: #E5C646;
}
.stats-icon.outForDelivery {
    background-color: #494949;
}
.stats-icon.delivered {
    background-color: #FF7F60;
}
.stats-icon.cancelled {
    background-color: #308CEB;
}
.stats-icon.returned {
    background-color: #F060F0;
}
/*custom .custom-slider-image*/
.error {
    color: red;
}
.map_view_mobile{
    display:none;
}
.h-95{
    height:95%;
}
.product_category_count h4{
    float:none !important;
    color: #333333 !important;
}
/* Fix chart card styling */
.product_category_count .card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
}
.product_category_count .card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
}
.product_category_count .card-title {
    color: #333333 !important;
}
/* .tox-notifications-container, .tox-notification--warning, .tox-statusbar {
    display: none !important;
}
.tox .tox-notification--in {
    opacity: 0 !important;
} */
.mobile input[type="number"] {
    -moz-appearance: textfield;
 }
.mobile input[type="number"]::-webkit-inner-spin-button,
.mobile input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.card, header, .sidebar-wrapper{
    box-shadow: 0 0 20px rgb(0 0 0 / 13%), 0px 0px 20px rgb(0 0 0 / 0%);
}
.align-items-center {
    text-align: center;
}
.fslightbox-container {  
    background: linear-gradient(rgba(30, 30, 30, 0.4), black 1810%) !important;
}
table img{
    cursor:pointer;
}
.rtl {
    direction: rtl;
}
.vertical-tabs-container {
    display: flex;
} 
.vertical-tabs-container .tab-buttons {
    display: flex;
    flex-direction: column; /* Set the direction to column for vertical tabs */
    width:20%;
}
.vertical-tabs-container .tab-buttons button {
    padding: 10px 15px;
    margin-bottom: 10px;
    cursor: pointer;
    border: none;
    background-color: #fff;
    border: 1px solid #40a27a;
    border-radius: 10px;
    font-weight: 600;
    color: rgba(35,28,99,.7);
}
.vertical-tabs-container .tab-buttons button:hover {
    background-color: #ddd;
}
.vertical-tabs-container .tab-buttons button.active {
    background-color: #40a27a;
    color: #fff;
}
.vertical-tabs-container .tab-content {
    margin-left: 20px;
    width:80%; /* Add some margin to separate tabs from content */
}
.vertical-tabs-container .tab-content .card{
    min-height: 590px;
}
.vertical-tabs-container form button{
   margin-top:10px;
   padding:7px 30px;
}
.custom-message-width {
    max-width: 200px; /* Adjust the width as needed */
}
.website_maitenance_mode{
    display:flex;
    align-items: baseline;
}
.social_media{
    font-family: 'FontAwesome', 'sans-serif';
}
table{
    word-break: break-word;
}
/* Improve table text visibility */
table td, table th {
    color: #333333 !important;
}
table thead th {
    color: #495057 !important;
    background-color: #f8f9fa;
}
/* Bootstrap table overrides */
.table > :not(caption) > * > * {
    color: #333333 !important;
}
.table-dark {
    color: #ffffff !important;
}
.all_parents{
    position: absolute;
    right: 40px;
}
/* Tooltip container */
.tooltip-icon {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

/* Tooltip text */
.tooltip-icon .tooltip-text {
    visibility: hidden;
    width: 220px; /* Adjust the width as needed */
    background-color: #333; /* Tooltip background color */
    color: #fff; /* Tooltip text color */
    text-align: center;
    border-radius: 4px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 125%; /* Position the tooltip above the icon */
    left: 50%;
    margin-left: -110px; /* Center the tooltip */
    opacity: 0;
    transition: opacity 0.3s;
    font-weight: normal;
    font-size: 13px;
}

/* Tooltip arrow */
.tooltip-icon .tooltip-text::after {
    content: "";
    position: absolute;
    top: 100%; /* Position the arrow at the bottom of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent; /* Arrow color matches tooltip background */
}

/* Show the tooltip when hovering over the icon */
.tooltip-icon:hover .tooltip-text {
    visibility: visible;
    opacity: 1;
}
.btn{
    margin-bottom:5px;
}
.vue-daterange-picker[data-v-1ebd09d2][data-v-9dd554bc] {
    min-width: 73% !important;
    max-width: 90% !important;
    width:90% !important;
}

/*Featured section CSS*/
.style_image {
    width: 100%;
    filter: grayscale(50%);
}
.radio-img > .style_image {
    cursor: pointer;
}
.radio-img {
    background: #eff2f5;
    height: 330px;
    display: flex !important;
    align-items: center;
    border-radius: 10px;
}
.radio-img > input {
    opacity: 0;
    position: absolute;
}
.radio-img > input:checked + .style_image {
    border: 2px solid var(--primary-color);
    filter: grayscale(0%) !important;
}
/*Featured section end */
.modal-xxl {
    max-width: 90% !important;
}
.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}
/*Tablet*/
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .dashboard-counter img, .dashboard-counter i{
        width:25px;
        font-size: 23px;
    }
    .dashboard-counter .stats-icon-big{
        padding: 5px;
        height: 3rem;
    }
    .dashboard-counter .py-4-5 {
        padding-bottom: 0rem!important;
        padding-top: 0rem!important;
    }
    .dashboard-counter h5{
        font-size: 13px;
    }
    .product_category_count .card{
        min-height: 350px !important;
    }
    .products_sold .card-header{
        padding: 1.5rem 0px !important;
    }
    .products_sold h1{
        font-size: 50px !important;
    }
    .products_sold .card .card-body {
        padding: 10px;
    }
    .radio-img {
        height: 170px;
    }
}
/*mobile*/
@media only screen and (max-width: 880px) {
    .map_view_mobile{
        display:block;
    }
    .map_view_desktop{
        display:none;
    }
    .vertical-tabs-container .tab-buttons {
        display: flex;
        flex-direction: column;
        width: 100%; 
        /* flex-wrap: wrap; */
        /* align-content: space-between; */
        /* justify-content: space-between; */
        /* align-items: baseline; */
    }
    .vertical-tabs-container {
        display: block;
    }
    .vertical-tabs-container .tab-content {
        margin-left: 0px;
        width: 100%;
    }
    .login-wrapper {
        display: flex;
        justify-content: center;
        padding: 30px;
    }
    .auth-card {
        padding: 20px 20px 20px;
    }
    .col-md-3:has(.radio-img) {
        width: 25% !important;
    }
    .radio-img {
        height: 170px;
    }
}






/* ===== MODERN ADMIN PANEL COLOR SCHEME ===== */

/* Improved color palette - Material Design inspired */
:root {
    --primary-color: #0e9246;          /* Green primary color */
    --primary-hover: #0c7a3b;          /* Darker green for hover states */
    --primary-light: #6ee7b7;          /* Light green for accents */
    --success-color: #10b981;          /* Emerald green - softer than original */
    --success-light: #6ee7b7;          /* Light emerald */
    --warning-color: #f59e0b;          /* Amber */
    --danger-color: #ef4444;           /* Red */
    --info-color: #3b82f6;             /* Blue */
    --light-bg: #f8fafc;               /* Light background */
    --card-bg: #ffffff;                /* Card background */
    --text-primary: #1f2937;           /* Primary text - dark grey */
    --text-secondary: #6b7280;         /* Secondary text - medium grey */
    --text-muted: #9ca3af;             /* Muted text - light grey */
    --border-color: #e5e7eb;           /* Border color */
}

/* ===== DASHBOARD TEXT VISIBILITY IMPROVEMENTS ===== */

/* Global text color fixes */
body {
    color: var(--text-primary);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

/* Page content improvements */
.page-content, .page-heading {
    color: #333333;
}

.page-heading h3 {
    color: #2c3e50 !important;
    font-weight: 700;
    font-size: 1.75rem;
}

/* Card improvements with better shadows and spacing */
.card {
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.07), 0 1px 3px rgba(0,0,0,0.06);
    transition: all 0.3s ease;
    margin-bottom: 1.5rem;
}

.card:hover {
    box-shadow: 0 10px 15px rgba(0,0,0,0.1), 0 4px 6px rgba(0,0,0,0.05);
    transform: translateY(-1px);
}

.card-body, .card-header, .card-footer {
    color: #333333 !important;
}

.card-title, .card-heading {
    color: #2c3e50 !important;
    font-weight: 600;
    font-size: 1.1rem;
}

.card-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0 !important;
}

/* Dashboard stats cards enhancements */
.dashboard-counter .card {
    transition: all 0.3s ease;
    border: 1px solid #e9ecef;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
}

.dashboard-counter .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.dashboard-counter .card-body {
    padding: 1.5rem;
}

.dashboard-counter .font-extrabold {
    color: #2c3e50 !important;
    font-weight: 800;
    font-size: 2rem;
    line-height: 1.2;
}

.dashboard-counter .text-muted {
    color: #6c757d !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Stats icon improvements */
.stats-icon-big {
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.3s ease;
}

.stats-icon-big:hover {
    transform: scale(1.05);
}

.stats-icon-big i {
    color: #ffffff !important;
    font-size: 3rem;
    text-shadow: 0 2px 4px rgba(0,0,0,0.2);
}

/* Enhanced color scheme for stats icons - Material Design inspired */
.stats-icon-big.blue {
    background: linear-gradient(135deg, #3b82f6 0%, #2563eb 100%);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

.stats-icon-big.orange {
    background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
    box-shadow: 0 4px 12px rgba(245, 158, 11, 0.3);
}

.stats-icon-big.sky {
    background: linear-gradient(135deg, #06b6d4 0%, #0891b2 100%);
    box-shadow: 0 4px 12px rgba(6, 182, 212, 0.3);
}

.stats-icon-big.lightgreen {
    background: linear-gradient(135deg, var(--success-color) 0%, #059669 100%);
    box-shadow: 0 4px 12px rgba(16, 185, 129, 0.3);
}

.stats-icon-big.purple {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    box-shadow: 0 4px 12px rgba(99, 102, 241, 0.3);
}

/* Stats cards improvements */
.stats-icon-big + .col-md-12 h3,
.stats-icon-big + .col-md-12 h5,
.card-body h3,
.card-body h5,
.card-body h6 {
    color: #2c3e50 !important;
}

/* Order status cards with enhanced styling */
.stats-icon + .col-md-8 h6 {
    color: #495057 !important;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
}

.stats-icon + .col-md-8 h4 {
    color: #2c3e50 !important;
    font-weight: 700;
    font-size: 1.5rem;
}

/* Chart and data visualization text */
.apexcharts-text {
    fill: #333333 !important;
    font-family: 'Segoe UI', sans-serif !important;
}

.apexcharts-title-text {
    fill: #2c3e50 !important;
    font-weight: 600 !important;
}

.apexcharts-legend-text {
    color: #495057 !important;
}

/* Navigation and breadcrumb improvements */
.breadcrumb {
    background-color: transparent;
    padding: 0;
}

.breadcrumb-item {
    color: #6c757d;
    font-weight: 500;
}

.breadcrumb-item.active {
    color: #2c3e50;
    font-weight: 600;
}

.breadcrumb-item a {
    color: var(--primary-color);
    text-decoration: none;
}

.breadcrumb-item a:hover {
    color: var(--primary-hover);
    text-decoration: underline;
}

/* Loading text */
.text-black {
    color: #333333 !important;
}

/* Enhanced form elements */
.form-control, .form-select {
    color: var(--text-secondary) !important;
    border: 1.5px solid var(--border-color);
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.form-control:focus, .form-select:focus {
    border-color: var(--primary-color);
    box-shadow: 0 0 0 0.2rem rgba(99, 102, 241, 0.25);
    color: var(--text-primary) !important;
}

.form-label {
    color: var(--text-secondary) !important;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

/* Enhanced badge system */
.badge {
    font-weight: 600;
    font-size: 0.75rem;
    padding: 0.5em 0.75em;
    border-radius: 6px;
}

.badge.bg-success {
    background-color: #198754 !important;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.3);
}

.badge.bg-danger {
    background-color: #dc3545 !important;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(220, 53, 69, 0.3);
}

.badge.bg-warning {
    background-color: #ffc107 !important;
    color: #212529;
    box-shadow: 0 2px 4px rgba(255, 193, 7, 0.3);
}

.badge.bg-info {
    background-color: #0dcaf0 !important;
    color: #000;
    box-shadow: 0 2px 4px rgba(13, 202, 240, 0.3);
}

.badge.bg-light {
    background-color: #f8f9fa !important;
    color: #495057 !important;
    border: 1px solid #dee2e6;
}

/* Alert improvements */
.alert {
    border: 1px solid rgba(0,0,0,0.1);
    border-radius: 8px;
    font-weight: 500;
}

/* Enhanced dropdown styling */
.dropdown-menu {
    color: #333333;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}

.dropdown-item {
    color: #333333;
    font-weight: 500;
    padding: 0.5rem 1rem;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary-color);
}

/* Modal enhancements */
.modal-content {
    color: #333333;
    border-radius: 12px;
    border: none;
    box-shadow: 0 20px 25px rgba(0,0,0,0.15);
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #e9ecef;
    border-radius: 12px 12px 0 0;
}

.modal-header .modal-title {
    color: #2c3e50 !important;
    font-weight: 600;
}

.modal-body, .modal-footer {
    color: #333333;
}

/* Tab content improvements */
.tab-content {
    color: #333333;
}

.nav-tabs .nav-link {
    color: #6c757d;
    font-weight: 500;
    border: 1px solid transparent;
    border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-link.active {
    color: var(--primary-color);
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
    font-weight: 600;
}

/* List group improvements */
.list-group-item {
    color: #333333;
    border: 1px solid #e9ecef;
    font-weight: 500;
}

.list-group-item:hover {
    background-color: #f8f9fa;
}

/* Enhanced table styling */
.table {
    color: #333333 !important;
    font-weight: 500;
}

.table thead th {
    background-color: #f8f9fa;
    color: #495057 !important;
    font-weight: 600;
    border-bottom: 2px solid #dee2e6;
    padding: 1rem 0.75rem;
}

.table tbody tr:hover {
    background-color: #f8f9fa;
}

.table td {
    padding: 0.875rem 0.75rem;
    vertical-align: middle;
}

/* Product cards enhancements */
.products_sold .card {
    border: 1px solid #e9ecef;
    transition: all 0.3s ease;
}

.products_sold .card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.products_sold .card .card-body h1 {
    color: #2c3e50 !important;
    font-weight: 800;
    text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.products_sold .card .card-header h6 {
    color: #495057 !important;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Button enhancements */
.btn {
    font-weight: 600;
    border-radius: 8px;
    padding: 0.5rem 1rem;
    transition: all 0.2s ease;
}

.btn-primary {
    background: linear-gradient(135deg, var(--primary-color) 0%, var(--primary-hover) 100%);
    border: none;
    box-shadow: 0 2px 4px rgba(99, 102, 241, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, var(--primary-hover) 0%, #4338ca 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(99, 102, 241, 0.4);
}

/* Responsive improvements */
@media (max-width: 768px) {
    .dashboard-counter .card {
        margin-bottom: 1rem;
    }
    
    .dashboard-counter .font-extrabold {
        font-size: 1.5rem;
    }
    
    .dashboard-counter .text-muted {
        font-size: 0.85rem;
    }
    
    .stats-icon-big {
        width: 4rem;
        height: 4rem;
    }
    
    .stats-icon-big i {
        font-size: 2rem;
    }
}

@media (max-width: 576px) {
    .card {
        margin-bottom: 1rem;
    }
    
    .card-body {
        padding: 1rem;
    }
    
    .dashboard-counter .font-extrabold {
        font-size: 1.25rem;
    }
}

/* Print media improvements */
@media print {
    * {
        color: #000 !important;
        background: #fff !important;
        box-shadow: none !important;
    }
    
    .card {
        border: 1px solid #ccc !important;
        break-inside: avoid;
    }
}
