/*Scrollbar style start*/
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 9px;
}

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

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

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    /*background: #555;*/
    background: #5e8c7b;
}
/*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;

    height: var(--navbar-height);
    padding: 0.75rem;
}

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

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

/* toast-style start */

.toast-header{
    background-color: #6DB157!important;
    color: #ffffff!important;
}

.update_btn{
    background-color: #6DB157;
    border-color: #6DB157;
}

.update_btn:hover{
    background-color: #6DB157;
    border-color: #6DB157;
}

#update_description{
    color: #6DB157;
}

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

#update_version{
    background-color: #107c53!important;
    color: #ffffff!important;
}

/* toast-style end */

.b-form-tag {
    background-color: #6DB157 !important;
}
.b-form-tag-remove {
    background-color: #f06548 !important;
}

.body.theme-dark .swal2-styled.swal2-confirm {
    background-color: #6DB157 !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: #6DB157;
    color: #bdbdbd;
}

select.form-select option, select.monthselect option {
    background-color: #6DB157;
    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: #6DB157 !important;
    border-color: transparent;
    color: #fff;
}
.applyBtn {
    background-color: #6DB157 !important;
    color: #ffffff;
}
.daterangepicker .ranges li.active {
    background-color: #6DB157 !important;
    color: #fff;
}

.primary-toggal {
    color: #6DB157;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
    color: #25396F;
}
a:hover{
    color: #6DB157;
}
.badge:hover{
    color: #ffffff;
}

.box-title {
    color: #6DB157;
}

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

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

/* Enhanced Sidebar Styling */
.sidebar-wrapper {
    background-color: #ffffff;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.08);
    border-right: 1px solid #e9ecef;
}

.sidebar-wrapper .menu {
    padding: 0 1.25rem;  
    /* padding: 0px; */
}

.sidebar-wrapper .menu .sidebar-title {
    color: #8a92a6;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin: 1.75rem 0 0.75rem 1rem;
    padding: 0 0 0.5rem 0;
    list-style: none;
    border-bottom: 2px solid #e9ecef;
    position: relative;
}

.sidebar-wrapper .menu .sidebar-title:first-child {
    margin-top: 1rem;
}

.sidebar-wrapper .menu .sidebar-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #6DB157 0%, #5da050 100%);
    border-radius: 1px;
}

.sidebar-wrapper .menu .sidebar-item {
    margin-bottom: 0.375rem;
    border-radius: 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.sidebar-wrapper .menu .sidebar-link {
    /* padding: 0.875rem 1.125rem; */
    margin: 0.125rem 0;
    border-radius: 0.75rem;
    color: #5a6c7d;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    align-items: center;
    background: transparent;
}

.sidebar-wrapper .menu .sidebar-link:hover {
    background-color: #f8f9ff;
    color: #6DB157;
    transform: translateX(6px);
    box-shadow: 0 4px 12px rgba(109, 177, 87, 0.15);
}

.sidebar-wrapper .menu .sidebar-link i,
.sidebar-wrapper .menu .sidebar-link svg {
    color: #8a92a6;
    width: 20px;
    min-width: 20px;
    text-align: center;
    margin-right: 0.875rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 1.1rem;
}

.sidebar-wrapper .menu .sidebar-link:hover i,
.sidebar-wrapper .menu .sidebar-link:hover svg {
    color: #6DB157;
    transform: scale(1.1);
}

.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link {
    background: linear-gradient(135deg, #6DB157 0%, #5da050 100%);
    color: #fff;
    font-weight: 600;
    box-shadow: 0 6px 20px rgba(109, 177, 87, 0.3);
    transform: translateX(4px);
}

.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link i,
.sidebar-wrapper .menu .sidebar-item.active > .sidebar-link svg {
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.sidebar-wrapper .menu .sidebar-item.has-sub .sidebar-link:after {
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 0.75rem;
}

.sidebar-wrapper .menu .sidebar-item.active.has-sub .sidebar-link:after {
    transform: translateY(-50%) rotate(180deg);
    filter: brightness(0) invert(1);
}

.sidebar-wrapper .menu .submenu {
    background-color: #f8f9ff;
    border-radius: 0.75rem;
    margin: 0.375rem 0 0.625rem 0;
    padding: 0.75rem 0;
    border-left: 4px solid #6DB157;
    box-shadow: inset 0 2px 4px rgba(109, 177, 87, 0.1);
    position: relative;
    overflow: hidden;
}

.sidebar-wrapper .menu .submenu:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #6DB157 50%, transparent 100%);
}

.sidebar-wrapper .menu .submenu .submenu-item {
    margin: 0;
    position: relative;
}

.sidebar-wrapper .menu .submenu .submenu-item a {
    padding: 0.65rem 1.125rem 0.65rem 2.75rem;
    color: #5a6c7d;
    font-size: 0.85rem;
    font-weight: 500;
    border-radius: 0.5rem;
    margin: 0.125rem 0.75rem;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: block;
}

.sidebar-wrapper .menu .submenu .submenu-item a:before {
    content: '';
    position: absolute;
    left: 1.375rem;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #8a92a6;
    border-radius: 50%;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover {
    background-color: #ffffff;
    color: #6DB157;
    transform: translateX(6px);
    box-shadow: 0 2px 8px rgba(109, 177, 87, 0.15);
}

.sidebar-wrapper .menu .submenu .submenu-item a:hover:before {
    background-color: #6DB157;
    transform: translateY(-50%) scale(1.3);
    box-shadow: 0 0 0 2px rgba(109, 177, 87, 0.2);
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a {
    background: linear-gradient(135deg, #6DB157 0%, #5da050 100%);
    color: #ffffff !important;
    font-weight: 600;
    box-shadow: 0 4px 12px rgba(109, 177, 87, 0.3);
}

.sidebar-wrapper .menu .submenu .submenu-item.active > a:before {
    background: #fff;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.3);
}

/* Logo Section Enhancement */
.sidebar-wrapper .sidebar-header {
    padding: 2.5rem 2rem 2.25rem;
    border-bottom: 1px solid #e9ecef;
    background-color: #ffffff;
    position: relative;
}

.sidebar-wrapper .sidebar-header:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 2rem;
    right: 2rem;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%, #e9ecef 20%, #e9ecef 80%, transparent 100%);
}

.sidebar-wrapper .sidebar-header .logo {
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-wrapper .sidebar-header .logo img {
    max-height: 5rem;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.sidebar-wrapper .sidebar-header .logo img:hover {
    transform: scale(1.05);
}

/* Enhanced Animations */
@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.sidebar-wrapper .menu .sidebar-item {
    animation: slideInLeft 0.3s ease forwards;
}

.sidebar-wrapper .menu .sidebar-item:nth-child(1) { animation-delay: 0.05s; }
.sidebar-wrapper .menu .sidebar-item:nth-child(2) { animation-delay: 0.1s; }
.sidebar-wrapper .menu .sidebar-item:nth-child(3) { animation-delay: 0.15s; }
.sidebar-wrapper .menu .sidebar-item:nth-child(4) { animation-delay: 0.2s; }
.sidebar-wrapper .menu .sidebar-item:nth-child(5) { animation-delay: 0.25s; }

/* Responsive Improvements */
@media (max-width: 1199px) {
    .sidebar-wrapper .menu {
        padding: 0 1rem;
    }
    
    .sidebar-wrapper .menu .sidebar-title {
        margin-left: 0.5rem;
        font-size: 0.7rem;
    }
    
    .sidebar-wrapper .sidebar-header {
        padding: 1.5rem 1.5rem 1.25rem;
    }
}

/* Custom Scrollbar Styling */
.sidebar-wrapper::-webkit-scrollbar {
    width: 8px;
}

.sidebar-wrapper::-webkit-scrollbar-track {
    background-color: #f8f9ff;
    border-radius: 4px;
}

.sidebar-wrapper::-webkit-scrollbar-thumb {
    background-color: #c1c8d0;
    border-radius: 4px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.sidebar-wrapper::-webkit-scrollbar-thumb:hover {
    background-color: #6DB157;
}

.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #6DB157;
    color: #fff;
}

/*.sidebar-wrapper .menu .sidebar-link {
    color: #6DB157;
}*/

.sidebar-wrapper .menu .sidebar-item.active>.sidebar-link {
    background-color: #6DB157;
}
.sidebar-wrapper .menu .submenu .submenu-item.active>a {
    color: #ffffff !important;
}

.form-check-input:checked {
    background-color: #6DB157;
    border-color: #6DB157;
}

nav-pills .nav-link.active {
    box-shadow: 0 2px 10px rgb(60,153,110 / 50%);
}

.swal2-confirm .swal2-styled {
    background-color: #6DB157;
}



ul .pagination.pagination-primary li .page-item.active .page-link {
    background-color: #6DB157;
    border-color: #6DB157;
    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: #6DB157;
}

.pagination .page-item.active .page-link {
    -webkit-transition: all .2s linear;
    transition: all .2s linear;
    border-radius: .125rem;
    background-color: #6DB157;
    border-color: #6DB157;
    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;
}*/

.btn.btn-light-primary{
    background-color:#ebf3ff;
    color: #6DB157;
}

.swal2-styled.swal2-confirm{
    background-color: #6DB157;
}

.btn-primary{background-color:#6DB157;border-color:#6DB157;color:#fff}
.btn-check:focus+.btn-primary,.btn-primary:focus,.btn-primary:hover{background-color:#6DB157;border-color:#6DB157;color:#fff}
.btn-check:focus+.btn-primary,.btn-primary:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}
.btn-check:active+.btn-primary,.btn-check:checked+.btn-primary,.btn-primary.active,.btn-primary:active,.show>.btn-primary.dropdown-toggle{background-color:#146c43;border-color:#13653f;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 .25rem rgba(60,153,110,.5)}
.btn-primary.disabled,.btn-primary:disabled{background-color:#6DB157;border-color:#6DB157;color:#fff}


.btn-outline-primary{border-color:#6DB157;color:#6DB157}
.btn-outline-primary:hover{background-color:#6DB157;border-color:#6DB157;color:#fff}
.btn-check:focus+.btn-outline-primary,.btn-outline-primary:focus{box-shadow:0 0 0 .25rem rgba(60,153,110,.5)}
.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-color:#6DB157;border-color:#6DB157;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 .25rem rgba(60,153,153,.5)}
.btn-outline-primary.disabled,.btn-outline-primary:disabled{background-color:transparent;color:#6DB157}

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


input[type="radio"] {
    accent-color: #6DB157;
}

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: #a7ebcb;
    box-shadow: 0 0 0 0.25rem rgba(86, 199, 146,.25);
    outline: 0;
}


.form-control:focus {
    background-color: #fff;
    border-color: #a7ebcb;
    /*box-shadow: 0 0 0 0.25rem rgba(60,153,110,.25);*/
    box-shadow: 0 0 0 0.25rem rgba(86, 199, 146,.25);
    /*color: #72a18b;*/
    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: #72a18b;*/
    display: block;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    /*padding: 0.375rem 0.75rem;*/
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}

input[type='radio']:checked:before {
    background: #6DB157;
}

input[type='radio']:checked {
    background-color: #6DB157;
}

.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 #6DB157; }


/*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:#6DB157;
    border-color:#6DB157;
}
.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:#6DB157;
    border-color:#6DB157
}

/*.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: #6DB157;*!
}*/



.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: center;
    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, #6DB157, #3f5491);
}
.button-container button:hover {
    background-image: linear-gradient(to right, #3f5491, #6DB157);
}*/

@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; */
    padding: 0px;
}

/* bg  */
.bg-gradient-start-1 {
  background: linear-gradient(to right, #E6F9FF, #FEFFFF);
}

.bg-gradient-start-2 {
  background: linear-gradient(to right, #F7E9FF, #FFFEFD);
}

.bg-gradient-start-3 {
  background: linear-gradient(to right, #E6EBFF, #FFFFFF);
}

.bg-gradient-start-4 {
  background: linear-gradient(to right, #E8FFF5, #FFFFFF);
}

.bg-gradient-start-5 {
  background: linear-gradient(to right, #FFEEEE, #FFFCFC);
}


.products_sold {
    gap: 0% 4%;
    display: grid;
    grid-template-columns: auto;
}
.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;
}

.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;
}
/* .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;
}

/* Enhanced Table Styling for Better Responsiveness */
.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 1rem;
}

/* DataTable Enhancements */
table.dataTable {
    width: 100% !important;
    border-collapse: separate;
    border-spacing: 0;
    background-color: #ffffff;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

/* Enhanced Header Styling */
table.dataTable thead th {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    padding: 16px 12px !important;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    border-right: 1px solid #dee2e6;
    font-size: 14px;
    letter-spacing: 0.5px;
}

table.dataTable thead th:last-child {
    border-right: none;
}

/* Enhanced Body Cell Styling */
table.dataTable tbody td {
    padding: 14px 12px !important;
    vertical-align: middle;
    border-bottom: 1px solid #f1f3f4;
    border-right: 1px solid #f8f9fa;
    background-color: #ffffff;
    font-size: 14px;
    line-height: 1.5;
    color: #495057;
}

table.dataTable tbody td:last-child {
    border-right: none;
}

/* Row Hover Effects */
table.dataTable tbody tr:hover td {
    background-color: #f8f9fa;
    transition: background-color 0.2s ease;
}

/* Striped Rows */
table.dataTable tbody tr:nth-child(even) td {
    background-color: #fbfcfd;
}

table.dataTable tbody tr:nth-child(even):hover td {
    background-color: #f1f3f4;
}

/* Action Buttons in Tables */
table.dataTable .btn {
    margin: 2px;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    line-height: 1.2;
}

/* Image Styling in Tables */
table.dataTable img {
    max-width: 50px;
    max-height: 50px;
    border-radius: 4px;
    object-fit: cover;
}

/* Status Badge Styling */
table.dataTable .badge {
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 20px;
    font-weight: 500;
}

/* Responsive Container */
.dataTables_wrapper {
    margin: 0;
    padding: 0;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter {
    margin-bottom: 15px;
}

.dataTables_wrapper .dataTables_info {
    padding-top: 15px;
    color: #6c757d;
    font-size: 14px;
}

.dataTables_wrapper .dataTables_paginate {
    padding-top: 15px;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    table.dataTable {
        font-size: 12px;
    }
    
    table.dataTable thead th {
        padding: 12px 8px !important;
        font-size: 12px;
    }
    
    table.dataTable tbody td {
        padding: 10px 8px !important;
        font-size: 12px;
    }
    
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        text-align: center;
        float: none;
        margin-bottom: 10px;
    }
    
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        text-align: center;
        float: none;
    }
}

/* Horizontal Scroll for Small Screens */
@media (max-width: 991px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    table.dataTable {
        min-width: 800px; /* Minimum width to maintain readability */
    }
}

/* Loading State */
.dataTables_processing {
    background: rgba(255, 255, 255, 0.9) !important;
    border: 1px solid #e9ecef !important;
    border-radius: 8px !important;
    color: #495057 !important;
    font-weight: 500 !important;
    padding: 20px !important;
}

/* Custom Scrollbar for Table Container */
.table-responsive::-webkit-scrollbar {
    height: 12px;
    width: 12px;
}

.table-responsive::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 6px;
    margin: 4px;
}

.table-responsive::-webkit-scrollbar-thumb {
    background: #6DB157;
    border-radius: 6px;
    border: 2px solid #f1f1f1;
}

.table-responsive::-webkit-scrollbar-thumb:hover {
    background: #5da050;
}

/* Force scrollbar to always show */
.table-responsive {
    scrollbar-width: thin;
    scrollbar-color: #6DB157 #f1f1f1;
}

/* Subtle gradient fade to indicate more content (better UX) */
.table-responsive.custom-rounded-table {
    position: relative;
}

.table-responsive.custom-rounded-table::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 100%;
    background: linear-gradient(to left, rgba(255, 255, 255, 0.8) 0%, transparent 100%);
    pointer-events: none;
    z-index: 5;
    opacity: 0.6;
}

/* Enhanced Bootstrap-Vue Table Styling */
.custom-rounded-table .table {
    margin-bottom: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.custom-rounded-table .custom-table {
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    table-layout: auto !important;
    width: 100% !important;
    min-width: 1200px; /* Ensure table is wide enough to require scroll */
}

/* Enhanced Table Header */
.custom-table thead th {
    background-color: #ffffff !important;
    border-bottom: 2px solid #dee2e6 !important;
    font-weight: 600 !important;
    color: #495057 !important;
    padding: 18px 14px !important;
    font-size: 14px !important;
    letter-spacing: 0.5px;
    white-space: nowrap;
    vertical-align: middle;
    text-transform: uppercase;
    border-right: 1px solid #dee2e6;
}

.custom-table thead th:last-child {
    border-right: none;
}

/* Enhanced Table Body */
.custom-table tbody td {
    padding: 16px 14px !important;
    vertical-align: middle !important;
    border-bottom: 1px solid #f1f3f4 !important;
    border-right: 1px solid #f8f9fa;
    font-size: 14px !important;
    line-height: 1.5;
    color: #495057;
    background-color: #ffffff;
    min-width: 80px; /* Minimum width for all columns */
}

.custom-table tbody td:last-child {
    border-right: none;
}

/* Specific column width adjustments */
.custom-table thead th:nth-child(1),
.custom-table tbody td:nth-child(1) {
    min-width: 80px !important; /* ID column */
    width: 80px !important;
    text-align: center;
}

.custom-table thead th:nth-child(2),
.custom-table tbody td:nth-child(2) {
    min-width: 120px !important;
     /* NAME column */
}

.custom-table thead th:nth-child(3),
.custom-table tbody td:nth-child(3) {
    min-width: 150px !important; /* STORE NAME column */
}

.custom-table thead th:nth-child(4),
.custom-table tbody td:nth-child(4) {
    min-width: 180px !important; /* EMAIL column */
}

.custom-table thead th:nth-child(5),
.custom-table tbody td:nth-child(5) {
    min-width: 120px !important; /* MOBILE column */
}

.custom-table thead th:nth-child(6),
.custom-table tbody td:nth-child(6) {
    min-width: 100px !important; /* BALANCE column */
    text-align: right;
}

.custom-table thead th:nth-child(7),
.custom-table tbody td:nth-child(7) {
    min-width: 100px !important; /* LOGO column */
    text-align: center;
}

.custom-table thead th:nth-child(8),
.custom-table tbody td:nth-child(8) {
    min-width: 120px !important; /* COMMISSION column */
    text-align: center;
}

.custom-table thead th:nth-child(9),
.custom-table tbody td:nth-child(9) {
    min-width: 100px !important; /* CATEGORIES column */
    text-align: center;
}

.custom-table thead th:nth-child(10),
.custom-table tbody td:nth-child(10) {
    min-width: 100px !important; /* STATUS column */
    text-align: center;
}

.custom-table thead th:nth-child(11),
.custom-table tbody td:nth-child(11) {
    min-width: 120px !important; /* AVAILABILITY column */
    text-align: center;
}

.custom-table thead th:nth-child(12),
.custom-table tbody td:nth-child(12) {
    min-width: 150px !important; /* REQUIRE PRODUCTS column */
    text-align: center;
}

/* Row Hover and Stripe Effects */
.custom-table tbody tr:hover td {
    background-color: #f8f9fa !important;
    transition: background-color 0.2s ease;
}

.custom-table tbody tr:nth-child(even) td {
    background-color: #fbfcfd !important;
}

.custom-table tbody tr:nth-child(even):hover td {
    background-color: #f1f3f4 !important;
}

/* Action Buttons Styling */
.custom-table .btn {
    margin: 2px 4px;
    padding: 8px 12px;
    border-radius: 6px;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 500;
    min-width: 36px;
    height: 36px;
}

.custom-table .btn-sm {
    padding: 6px 10px;
    font-size: 11px;
    min-width: 32px;
    height: 32px;
}

/* Badge Styling */
.custom-table .badge {
    font-size: 11px;
    padding: 8px 12px;
    border-radius: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

/* Image Styling */
.custom-table img {
    max-width: 60px;
    max-height: 60px;
    border-radius: 8px;
    object-fit: cover;
    border: 2px solid #e9ecef;
    transition: transform 0.2s ease;
}

.custom-table img:hover {
    transform: scale(1.05);
    border-color: #6DB157;
}

/* Responsive Enhancements */
@media (max-width: 768px) {
    .custom-table thead th {
        font-size: 12px !important;
        padding: 14px 10px !important;
    }
    
    .custom-table tbody td {
        font-size: 12px !important;
        padding: 12px 8px !important;
    }
    
    .custom-table .btn {
        padding: 6px 8px;
        font-size: 10px;
        min-width: 30px;
        height: 30px;
        margin: 1px 2px;
    }
    
    .custom-table img {
        max-width: 40px;
        max-height: 40px;
    }
}

/* Table Loading State */
.custom-table .table-busy {
    background: rgba(255, 255, 255, 0.9) !important;
    border-radius: 8px;
    padding: 20px;
}

/* Enhanced table-responsive container */
.table-responsive.custom-rounded-table {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    background-color: #ffffff;
    margin-bottom: 2rem;
    border: 1px solid #e9ecef;
    overflow: hidden;
    overflow-x: auto !important; /* Force horizontal scroll */
    -webkit-overflow-scrolling: touch;
    display: block !important;
    width: 100% !important;
}

/* Force horizontal scroll on all screen sizes when content is wider */
.table-responsive.custom-rounded-table {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
}

.custom-table {
    min-width: 1400px !important; /* Force table to be wider than most screens */
    width: auto !important;
    white-space: nowrap;
}

/* Force horizontal scroll on smaller screens */
@media (max-width: 1600px) {
    .table-responsive.custom-rounded-table {
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
    
    .custom-table {
        min-width: 1400px !important; /* Minimum width to ensure readability */
    }
}

/* Ultra small screens */
@media (max-width: 576px) {
    .table-responsive.custom-rounded-table {
        margin: 0 -15px;
        border-radius: 0;
        border-left: none;
        border-right: none;
    }
    
    .custom-table {
        min-width: 800px;
    }
    
    .custom-table thead th {
        padding: 12px 8px !important;
        font-size: 11px !important;
    }
    
    .custom-table tbody td {
        padding: 10px 6px !important;
        font-size: 11px !important;
    }
}

/* Enhanced Pagination and Controls */
.pagination {
    margin: 20px 0;
    justify-content: center;
}

.pagination .page-link {
    border: 1px solid #dee2e6;
    color: #495057;
    padding: 8px 12px;
    margin: 0 2px;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.pagination .page-link:hover {
    background-color: #6DB157;
    border-color: #6DB157;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(109, 177, 87, 0.3);
}

.pagination .page-item.active .page-link {
    background-color: #6DB157;
    border-color: #6DB157;
    color: #ffffff;
    box-shadow: 0 2px 4px rgba(109, 177, 87, 0.3);
}

/* Card enhancements for table containers */
.card {
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    border: 1px solid #e9ecef;
}

.card-header {
    background-color: #ffffff !important;
    border-bottom: 2px solid #dee2e6;
    padding: 20px 24px;
    border-radius: 12px 12px 0 0 !important;
}

.card-header h4 {
    margin-bottom: 0;
    color: #495057;
    font-weight: 600;
    font-size: 18px;
}

.card-body {
    padding: 24px;
}

/* Filter and search enhancements */
.form-control {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 10px 14px;
    font-size: 14px;
    transition: all 0.2s ease;
}

.form-control:focus {
    border-color: #6DB157;
    box-shadow: 0 0 0 0.2rem rgba(109, 177, 87, 0.25);
}

.btn-primary {
    background-color: #6DB157;
    border-color: #6DB157;
    border-radius: 8px;
    padding: 10px 20px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-primary:hover {
    background-color: #5da050;
    border-color: #5da050;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(109, 177, 87, 0.3);
}

.btn_refresh {
    border-radius: 8px !important;
    padding: 10px 14px !important;
}

/* Dropdown enhancements */
.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border: 1px solid #e9ecef;
}

.dropdown-item {
    padding: 10px 16px;
    transition: background-color 0.2s ease;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
}
.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 #6DB157;
    filter: grayscale(0%) !important;
}
/*Featured section end */
.modal-xxl {
    max-width: 90% !important;
}
.modal-dialog-scrollable .modal-body {
    overflow-x: hidden;
}

.text-filter-c {
    font-weight: 100 !important;
    font-size: 14px;
    color: black;
}

.padding-form-c {
    padding: 6px !important;
}

.btn-me-small-c {
    border: 1px solid rgb(37, 57, 111) !important;
    color: rgb(37, 57, 111) !important;
    font-size: 14px !important;
    background-color: white !important;
    padding: 10px 20px;
}

.btn-me-small-red-c {
    border: 1px solid red !important;
    color: red !important;
    font-size: 14px !important;
    background-color: white !important;
    padding: 10px 20px;
}

.mt-25 {
    margin-top: 25px !important;
}

/*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;
    }
}


