﻿:root {
    --main-color: #196858;
    --primary-color: #D6CDA4;
}

.text-main-color {
    color: var(--main-color) !important;
}

.text-primary-color {
    color: var(--primary-color) !important;
}

.bg-main-color {
    background-color: var(--main-color) !important;
}

.bg-primary-color {
    background-color: var(--primary-color) !important;
}

.bg-dark {
    background-color: #30363a !important;
}

.w-130 {
    width: 130px;
}

.max-w-700 {
    max-width: 700px;
}

.h-430 {
    /*height: 430px;  */
    height: 350px;
}

.h-450 {
    height: 450px;
}

.h-37vh {
    height: 37vh;
}

.opj-fit {
    object-fit: cover;
}

.color-gold {
    color: gold;
}

.w-10 {
    width: 10%;
}

.hwmax-200 {
    max-height: 200px;
    /*max-width: 240px; */
}

.fs-1 {
    font-size: 1rem !important;
}

.fs-2 {
    font-size: 1.25rem !important;
}

.fs-3 {
    font-size: 1.5rem !important;
}

.rounded-50 {
    border-radius: 50px;
}

.rounded-20 {
    border-radius: 20px;
}

.fixHCards {
    height: calc(100% - 1.5rem);
}

.filterHeader {
    font-size: 1.2rem;
    font-weight: 600;
    color: var(--main-color);
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

@media screen and (min-width: 992px) {
    .fs-lg-1 {
        font-size: 1rem !important;
    }
}

.form-control {
    border-radius: 10px;
}

.bg-transparent {
    background-color: transparent !important;
}

.owl-carousel .owl-item img {
    height: 207px;
}
/* Remove Arrows/Spinners from input numbers */
/* Chrome, Safari, Edge, Opera */
.hideArrowsNum::-webkit-outer-spin-button,
.hideArrowsNum::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.hideArrowsNum {
    -moz-appearance: textfield;
}

.back-to-top {
    bottom: 65px;
}

.badge {
    top: -10px !important;
    left: 19px !important;
}
/* Fix RTL Start */
.dropright .dropdown-menu {
    right: 100%;
    left: auto;
}

.breadcrumb-item + .breadcrumb-item::before {
    padding: 0 0.5rem;
}

/* Fix RTL End */

/* catg nav start */

.parent {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    line-height: 40px;
    background-color: var(--main-color);
    border-right: #CCC 1px solid;
}

    .parent a {
        margin: 10px 24px;
        color: white;
        text-decoration: none;
    }

    .parent:hover > ul {
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
    }

.child {
    display: none;
}

    .child li {
        background-color: var(--main-color);
        line-height: 40px;
        border-bottom: #b5b5b5 1px solid;
        border-right: #b5b5b5 1px solid;
        width: 100%;
        border-radius: 10px;
    }

        .child li a {
            color: white;
        }

ul.parent,
ul.child {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 9em;
}

ul ul ul {
    right: 100%;
    top: 0;
    margin-right: 1px;
}

li:hover {
    color: var(--primary-color)
}

.parent li:hover {
    background-color: #208973;
}

.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}
/* catg nav end */
/* Scrollbar Style  Start  ********************************** */
*::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

*::-webkit-scrollbar-track {
    background-color: #D6CDA4;
    margin-block: 5px;
    border-radius: 100vmax;
}

*::-webkit-scrollbar-thumb {
    background-color: #196858;
    border: 1px solid #00ffcb;
    border-radius: 100vmax;
}

    *::-webkit-scrollbar-thumb:hover {
        background-color: #519696;
    }

@supports (scrollbar-color: #4a161a #EAE4D6) { /* NOTE: THIS IS FOR FIREFOX SUPPORT (CHROME/EDGE HAVE THE MOST SUPPORT FOR STYLING) */

    scrollbar-color: #a1d1d9 #a1d1d9;
    scrollbar-width: thin; /* NOTE: CAN ALSO BE auto */
}

.simplebar-track {
    right: auto;
    left: 0;
}
/* Scrollbar Style  End  ********************************** */
/* start search box */
.search__input {
    width: 100%;
    padding: 12px 24px;
    transition: transform 250ms ease-in-out;
    font-size: 14px;
    line-height: 18px;
    color: #575756;
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: 18px 18px;
    background-position: 95% center;
    border-radius: 50px;
    border: 1px solid #575756;
    transition: all 250ms ease-in-out;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    direction: ltr;
}

    .search__input::placeholder {
        text-transform: uppercase;
        letter-spacing: 1.5px;
    }

    .search__input:hover, .search__input:focus {
        padding: 12px 0;
        outline: 0;
        border: 1px solid transparent;
        border-bottom: 1px solid #575756;
        border-radius: 0;
        background-position: 100% center;
    }
/* end search box */
/* loader start */
.loading-layer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999999999999999999999;
}

.preloader {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.loader-spanne-20 {
    position: relative;
    width: 100px;
    height: 30px;
    padding: 0;
}

    .loader-spanne-20 > span {
        position: absolute;
        right: 0;
        width: 3px;
        height: 30px;
        background-color: rgb(8, 76, 223);
        display: block;
        border-radius: 3px;
        transform-origin: 50% 100%;
        animation: move 2.8s linear infinite;
    }

        .loader-spanne-20 > span:nth-child(1) {
            animation-delay: -0.4s;
        }

        .loader-spanne-20 > span:nth-child(2) {
            animation-delay: -0.8s;
        }

        .loader-spanne-20 > span:nth-child(3) {
            animation-delay: -1.2s;
        }

        .loader-spanne-20 > span:nth-child(4) {
            animation-delay: -1.6s;
        }

        .loader-spanne-20 > span:nth-child(5) {
            animation-delay: -2s;
        }

        .loader-spanne-20 > span:nth-child(6) {
            animation-delay: -2.4s;
        }

        .loader-spanne-20 > span:nth-child(7) {
            animation-delay: -2.8s;
        }

@keyframes move {
    0% {
        opacity: 0;
        transform: translateX(0px) rotate(0deg);
    }

    20% {
        opacity: 1;
    }

    40% {
        transform: translateX(-40px) rotate(0deg);
    }

    50% {
        opacity: 1;
        transform: translateX(-50px) rotate(22deg);
    }

    85% {
        opacity: 1;
        transform: translateX(-85px) rotate(60deg);
    }

    100% {
        opacity: 0;
        transform: translateX(-100px) rotate(65deg);
    }
}
/* loader end */
/* sold out start */
.soldout-container {
    font-family: 'Montserrat';
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    border: 3px solid #f15c60;
    border-radius: 10px;
    color: #f15c60;
    font-size: 20px;
    transform: rotate(15deg) translateY(15px);
    position: absolute;
    top: 40%;
    left: 7%;
    right: 0;
}

    .soldout-container > * {
        opacity: 0.8;
    }

    .soldout-container > div:nth-child(2) {
        background-color: #f15c60;
    }

    .soldout-container .sold-out {
        font-size: 1.5em;
        font-weight: 700;
    }

    .soldout-container .divider {
        height: 2px;
        width: 98%;
    }
/* sold out end */
/* search btn start */
#search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    z-index: 9999;
}

    #search.open {
        -webkit-transform: translate(0px, 0px) scale(1, 1);
        -moz-transform: translate(0px, 0px) scale(1, 1);
        -o-transform: translate(0px, 0px) scale(1, 1);
        -ms-transform: translate(0px, 0px) scale(1, 1);
        transform: translate(0px, 0px) scale(1, 1);
        opacity: 1;
    }

    #search input[type="search"] {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        color: rgb(255, 255, 255);
        background: rgba(0, 0, 0, 0);
        font-size: 60px;
        font-weight: 300;
        text-align: center;
        border: 0px;
        margin: 0px auto;
        margin-top: -51px;
        padding-left: 30px;
        padding-right: 30px;
        outline: none;
    }

    #search .btn {
        position: absolute;
        top: 50%;
        left: 50%;
        margin-top: 61px;
        margin-left: -45px;
        background-color: var(--main-color);
        color: white;
    }

    #search .close {
        position: fixed;
        top: 15px;
        right: 15px;
        color: #fff;
        background-color: var(--main-color);
        border-color: #357ebd;
        opacity: 1;
        padding: 10px 17px;
        font-size: 27px;
    }
/* search btn end */
/*=============== phone nav start ===============*/

/*=============== VARIABLES CSS ===============*/
:root {
    /*========== Colors ==========*/
    --hue: 174;
    --sat: 63%;
    --first-color: hsl(var(--hue), var(--sat), 40%);
    --first-color-alt: hsl(var(--hue), var(--sat), 36%);
    --title-color: hsl(var(--hue), 12%, 15%);
    --text-color: hsl(var(--hue), 8%, 35%);
    --body-color: hsl(var(--hue), 100%, 99%);
    --container-color: #FFF;
    /*========== Font and typography ==========*/
    --body-font: 'Open Sans', sans-serif;
    --h1-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --tiny-font-size: .625rem;
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
}

@media screen and (min-width: 968px) {
    :root {
        --h1-font-size: 2.25rem;
        --normal-font-size: 1rem;
    }
}

/*=============== BASE ===============*/
ul {
    list-style: none;
}

/*=============== NAV ===============*/
.nav__menu {
    display: none;
}

@media screen and (max-width: 767px) {
    .nav__menu {
        position: fixed;
        bottom: 0;
        left: 0;
        background-color: var(--container-color);
        box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
        width: 100%;
        height: 4rem;
        padding: 1rem 1rem 0 1rem;
        display: grid;
        align-content: center;
        border-radius: 1.25rem 1.25rem 0 0;
        transition: .4s;
        z-index: 100;
    }
}

.nav__list,
.nav__link {
    display: flex;
}

.nav__link {
    flex-direction: column;
    align-items: center;
    row-gap: 4px;
    color: var(--title-color);
    font-weight: 600;
}

.nav__list {
    justify-content: space-around;
    padding: 0;
}

.nav__name {
    font-size: var(--tiny-font-size);
}

.nav__icon {
    font-size: 1.5rem;
}

/*Active link*/
.active-link {
    position: relative;
    color: var(--first-color);
    transition: .3s;
}

/*=============== MEDIA QUERIES ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
    .nav__name {
        display: none;
    }
}

/* For medium devices */
@media screen and (min-width: 576px) {
    .nav__list {
        justify-content: center;
        column-gap: 3rem;
    }
}

@media screen and (min-width: 767px) {
    .nav__icon {
        display: none;
    }

    .nav__name {
        font-size: var(--normal-font-size);
    }

    .nav__link:hover {
        color: var(--first-color);
    }

    .active-link::before {
        content: '';
        position: absolute;
        bottom: -.75rem;
        width: 4px;
        height: 4px;
        background-color: var(--first-color);
        border-radius: 50%;
    }
}
/*=============== phone nav end ===============*/
/* sellers card start */
.profilePicDiv1 {
    position: absolute;
    bottom: -20px;
    right: 50%;
    transform: translateX(50%);
    background: white;
    padding: 6px;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

    .profilePicDiv1:hover {
        bottom: 0px;
    }

.profilePicDiv2 {
    width: 70px;
    height: 70px;
    overflow: hidden;
    border-radius: 50%;
    background-image: url(../attachment/vendor.png);
    background-position: center;
    background-size: contain;
    box-shadow: 0px 0rem 1rem 0px rgb(0 0 0 / 58%);
}

@media screen and (min-width: 992px) {
    .profilePicDiv2 {
        width: 100px;
        height: 100px;
    }
}
/* sellers card end */
/* CheckBox Style  Start  ****** */
@-moz-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 7.5px;
    }
}

@-webkit-keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 7.5px;
    }
}

@keyframes dothabottomcheck {
    0% {
        height: 0;
    }

    100% {
        height: 7.5px;
    }
}

@keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 18px;
    }
}

@-webkit-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 18px;
    }
}

@-moz-keyframes dothatopcheck {
    0% {
        height: 0;
    }

    50% {
        height: 0;
    }

    100% {
        height: 18px;
    }
}

input[type=checkbox] {
    display: none;
}

table input[type=checkbox],
.right-bar input[type=checkbox] {
    display: block;
}

.check-box {
    height: 15px;
    width: 15px;
    margin-right: 5px;
    background-color: transparent;
    border: 1.5px solid #000;
    border-radius: 5px;
    position: relative;
    top: 10px;
    display: inline-block;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: border-color ease 0.2s;
    -o-transition: border-color ease 0.2s;
    -webkit-transition: border-color ease 0.2s;
    transition: border-color ease 0.2s;
    cursor: pointer;
}

    .check-box::before,
    .check-box::after {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: absolute;
        height: 0;
        width: 3px;
        background-color: #005367;
        display: inline-block;
        -moz-transform-origin: left top;
        -ms-transform-origin: left top;
        -o-transform-origin: left top;
        -webkit-transform-origin: left top;
        transform-origin: left top;
        border-radius: 5px;
        content: ' ';
        -webkit-transition: opacity ease 0.5;
        -moz-transition: opacity ease 0.5;
        transition: opacity ease 0.5;
    }

    .check-box::before {
        top: 10.8px;
        left: 6.15px;
        box-shadow: 0 0 0 0.75px #f7f7f7;
        -moz-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }

    .check-box::after {
        top: 5.55px;
        left: 0.75px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    input[type=checkbox]:checked + .check-box, .check-box.checked {
        border-color: #000;
    }

        input[type=checkbox]:checked + .check-box::after, .check-box.checked::after {
            height: 7.5px;
            -moz-animation: dothabottomcheck 0.2s ease 0s forwards;
            -o-animation: dothabottomcheck 0.2s ease 0s forwards;
            -webkit-animation: dothabottomcheck 0.2s ease 0s forwards;
            animation: dothabottomcheck 0.2s ease 0s forwards;
        }

        input[type=checkbox]:checked + .check-box::before, .check-box.checked::before {
            height: 18px;
            -moz-animation: dothatopcheck 0.4s ease 0s forwards;
            -o-animation: dothatopcheck 0.4s ease 0s forwards;
            -webkit-animation: dothatopcheck 0.4s ease 0s forwards;
            animation: dothatopcheck 0.4s ease 0s forwards;
        }

/* CheckBox Style  Start  ****** */
/** start table ***********************************/

.table-responsive {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 0.5rem;
}

    .table-responsive tr {
        /* border-bottom: 1px solid #EAE4D6; */
        border-left: 1px solid #EAE4D6;
    }

    .table-responsive th,
    .table-responsive td {
        border-left: 1px solid #16598b29;
    }

    .table-responsive th,
    .table-responsive td {
        padding: 5px;
    }

.dataTable th {
    text-align: center !important;
}

.table-responsive tbody input[type="button"] {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    user-select: none;
    border: 1px solid var(--main-color);
    padding: .45rem .9rem;
    margin: 2px;
    font-size: .9rem;
    border-radius: .15rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    color: var(--main-color);
    background-color: var(--primary-color);
    box-shadow: 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075), 2px 2px 6px rgba(219,206,206,.5);
}

.table-responsive table {
    /*border-color: var(--top-bckgrd-color) !important;*/
    padding-bottom: 10px;
}
/* 
.table-responsive table tbody tr:nth-child(1) {
    background-color: var(--top-bckgrd-color) !important;   
}

.table-responsive table tbody tr:not(:nth-child(1)) {
    background-color: var(--beige-color) !important;   
}
 */
.table-responsive tbody input[type="button"]:hover,
.table-responsive tbody input[type="button"]:active,
.table-responsive tbody input[type="button"]:focus {
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--primary-color);
}
/** end table ***********************************/
/** start table pageing ***********************************/
.pagination {
    line-height: 26px;
    display: table;
}

    .pagination tr[valign="bottom"] span {
        padding: 5px;
        border: solid 1px #7292bc;
        text-decoration: none;
        border-radius: 10px;
        white-space: nowrap;
        background: #eff3f4;
    }

    .pagination tr[valign="bottom"] a,
    .pagination tr[valign="bottom"] a:visited {
        text-decoration: none;
        padding: 6px;
        white-space: nowrap;
    }

        .pagination tr[valign="bottom"] a:hover,
        .pagination tr[valign="bottom"] a:active {
            padding: 5px;
            border-radius: 10px;
            border: solid 1px #7292bc;
            text-decoration: none;
            white-space: nowrap;
            background: #baceea;
        }

.table-responsive .table > :not(caption) > * > * {
    padding: 0.55rem 0.85rem;
}
/** end table pageing ***********************************/


.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active {
    color: Black;
    transform: translateY(-10px);
}

.navbar-dark .navbar-nav .nav-link {
    color: var(--main-color);
    padding: 10px;
    transition: all 0.5s cubic-bezier(0.18, 0.89, 0.32, 1.28);
}

.text-truncate {
    text-wrap: auto;
}

.product-offer img {
    right: 0;
    object-fit: fill;
}

.cat-item:hover {
    background-color: var(--primary-color);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: var(--main-color);
}

.dropdown-toggle::after {
    display: none;
    margin-right: 0.255em;
}




/************* 6.1 Page Wrapper *************/
.page-wrapper {
    padding: 10px;
    position: relative;
}

    .page-wrapper.fullscreen .sidebar-wrapper {
        left: -280px;
    }

    .page-wrapper.fullscreen .main-container {
        padding-left: 0px;
    }

    .page-wrapper.togglescreen .sidebar-wrapper {
        left: -280px;
    }

    .page-wrapper.togglescreen .main-container {
        padding-left: 0px;
    }

@media (max-width: 576px) {
    .page-wrapper {
        padding: 0;
    }
}
/************* 6.2 Sidebar Wrapper *************/
.sidebar-wrapper {
    width: 210px;
    padding: 0;
    height: calc(100vh - 20px);
    -webkit-border-radius: 90px 10px 10px 90px;
    -moz-border-radius: 10px 90px 90px 10px;
    border-radius: 10px 90px 90px 10px;
    background: #ffffff;
    /*    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 999;*/
    -webkit-transition: left 0.3s ease, width 0.3s ease;
    transition: left 0.3s ease, width 0.3s ease;
    /************* Sidebar Brand *************/
    /************* Sidebar Icon Animation *************/
}
    /************* Sidebar Menu *************/
    .sidebar-wrapper .sidebar-brand {
        margin: 0;
    }

        .sidebar-wrapper .sidebar-brand .logo {
            padding: 2rem 1.5rem 0rem 1.5rem;
            min-height: 60px;
            margin: 0;
            display: flex;
            justify-content: center;
        }

            .sidebar-wrapper .sidebar-brand .logo img {
                max-width: 150px;
                max-height: 50px;
            }

@keyframes iconUpDown {
    0%, 100% {
        transform: translateY(3px);
    }

    50% {
        transform: translateY(-3px);
    }
}

.sidebar-wrapper .sidebar-menu {
    padding: 20px 0;
    height: calc(100vh - 120px);
}

    .sidebar-wrapper .sidebar-menu ul li a {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
        padding: 20px 15px 20px 15px;
        color: #272727;
        font-size: 0.925rem;
        -webkit-transition: all 0.5s ease-in-out;
        -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
        -o-transition: all 0.5s ease-in-out;
        transition: all 0.5s ease-in-out;
        position: relative;
    }

        .sidebar-wrapper .sidebar-menu ul li a i {
            margin-bottom: 7px;
            font-size: 1.7rem;
            text-shadow: none;
            color: #13181e;
            display: flex;
            align-items: center;
            justify-content: center;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            -webkit-border-radius: 50px;
            -moz-border-radius: 50px;
            border-radius: 50px;
        }

        .sidebar-wrapper .sidebar-menu ul li a .menu-text {
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            white-space: nowrap;
            text-overflow: ellipsis;
            -ms-flex-negative: 1;
            flex-shrink: 1;
            overflow: hidden;
        }

        .sidebar-wrapper .sidebar-menu ul li a:hover {
            color: #696969;
            background-color: rgba(0, 0, 0, 0.0002);
        }

            .sidebar-wrapper .sidebar-menu ul li a:hover i {
                animation: iconUpDown 1s linear infinite;
            }

    .sidebar-wrapper .sidebar-menu ul li.active-page-link {
        position: relative;
    }

        .sidebar-wrapper .sidebar-menu ul li.active-page-link a {
            color: #435EEF;
        }

            .sidebar-wrapper .sidebar-menu ul li.active-page-link a i {
                color: #435EEF;
                -webkit-border-radius: 50px;
                -moz-border-radius: 50px;
                border-radius: 50px;
            }

    .sidebar-wrapper .sidebar-menu ul li.active a i {
        color: #435EEF;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
    }

    .sidebar-wrapper .sidebar-menu ul li.active a.current-page {
        position: relative;
        color: #435EEF;
    }

        .sidebar-wrapper .sidebar-menu ul li.active a.current-page:hover {
            background-color: rgba(0, 0, 0, 0.0002);
            color: #435EEF !important;
        }

    .sidebar-wrapper .sidebar-menu ul li.active .sidebar-submenu {
        display: block;
    }

    /*    .sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
        font-family: "bootstrap-icons" !important;
        font-weight: 700;
        font-size: 1rem;
        content: "\f282";
        display: inline-block;
        position: absolute;
        right: 65px;
        top: 28px;
        -webkit-transition: -webkit-transform 0.3s ease;
        transition: -webkit-transform 0.3s ease;
        transition: transform 0.3s ease;
        transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    }*/

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu {
        display: none;
    }

        .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
            padding: 0;
        }

            .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a {
                overflow: hidden;
                white-space: nowrap;
                text-overflow: ellipsis;
                padding: 10px 7px 10px 7px;
                margin: 0 8px;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }

                .sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover {
                    color: #696969;
                }

    .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
        -webkit-transform: rotate(-180deg);
        transform: rotate(-180deg);
        right: 65px;
    }

.sidebar-wrapper.dark {
    background-color: #2f313a;
}

    .sidebar-wrapper.dark .sidebar-menu ul li a {
        color: #ffffff;
    }

        .sidebar-wrapper.dark .sidebar-menu ul li a i {
            color: #ffffff;
        }

        .sidebar-wrapper.dark .sidebar-menu ul li a:hover {
            background-color: #3a3d48;
            color: #ffffff;
        }

            .sidebar-wrapper.dark .sidebar-menu ul li a:hover i {
                color: #ffffff;
            }

    .sidebar-wrapper.dark .sidebar-menu ul li.active a.current-page {
        background-color: #3a3d48;
        color: #ffffff;
    }

    .sidebar-wrapper.dark .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
        padding: 0;
    }

        .sidebar-wrapper.dark .sidebar-menu .sidebar-dropdown .sidebar-submenu ul li a:hover {
            color: #ffffff;
        }

@media (max-width: 576px) {
    .sidebar-wrapper {
        background-color: #ffffff;
        -webkit-border-radius: 10px 90px 90px 10px;
        -moz-border-radius: 10px 90px 90px 10px;
        border-radius: 10px 90px 90px 10px;
    }
}
/************* 6.3 Main Container *************/
.main-container {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: padding-left 0.3s ease;
    transition: padding-left 0.3s ease;
    padding: 0 0 0 230px;
    height: calc(100vh - 20px);
}

@media screen and (max-width: 1024px) {
    /************* Page Wrapper *************/
    .page-wrapper {
        /************* Main Container *************/
    }

        .page-wrapper .sidebar-wrapper {
            left: -280px;
        }

        .page-wrapper.toggled .sidebar-wrapper {
            left: 10px;
        }

        .page-wrapper .main-container {
            padding-left: 0px;
        }
}

@media screen and (min-width: 1024px) {
    /************* Page Wrapper fullscreen *************/
    .page-wrapper.toggled-fullscreen .sidebar-wrapper {
        left: 10px;
    }

    .page-wrapper.toggled-fullscreen .main-container {
        padding-left: 230px;
    }
}

@media screen and (min-width: 1024px) {
    /************* Page Wrapper fullscreen *************/
    .page-wrapper.toggled-togglescreen .sidebar-wrapper {
        left: 10px;
    }

    .page-wrapper.toggled-togglescreen .main-container {
        padding-left: 0;
    }
}

@media (max-width: 576px) {
    .main-container {
        height: 100vh;
    }
}


/* catg nav start */
/* Icon to open the categories menu */
.cats-icon {
    font-size: 1.5rem;
    font-weight: 600;
    cursor: pointer;
    padding: 10px;
    /*    background-color: var(--main-color);*/
    color: var(--main-color);
    border-radius: 5px;
    text-align: center;
}

.cats-icon-text {
    display: inline-block;
}
/* Categories menu styling */
.categories-menu {
    position: fixed;
    right: -300px;
    top: 0;
    width: 300px;
    height: 100%;
    background-color: #f4f4f4;
    box-shadow: -2px 0 5px rgba(0,0,0,0.5);
    transition: right 0.3s ease;
    z-index: 999;
    display: flex;
    flex-direction: column;
}

    .categories-menu.open {
        right: 0;
    }

.menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
    background-color: var(--main-color);
}

    .menu-header h2 {
        color: white;
    }

.close-btn {
    font-size: 24px;
    cursor: pointer;
    color: white;
}

.menu-content {
    text-align: right;
    padding: 15px;
    overflow-y: auto;
    flex-grow: 1;
}

/* Category items */
.category-item {
    margin-bottom: 10px;
}

    .category-item > a {
        font-size: 18px;
        color: #333;
        text-decoration: none;
        display: block;
        padding: 10px;
        background-color: #e0e0e0;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .category-item > a:hover {
            background-color: #d0d0d0;
        }

/* Sub-menu styles */
.sub-menu {
    display: none;
    margin-left: 20px;
    margin-top: 5px;
}

    .sub-menu a {
        font-size: 16px;
        color: #555;
        text-decoration: none;
        display: block;
        padding: 8px;
        background-color: #f9f9f9;
        border-radius: 5px;
        transition: background-color 0.3s;
    }

        .sub-menu a:hover {
            background-color: #e9e9e9;
        }

/* Responsive adjustments */
@media (max-width: 768px) {
    .cats-icon-text {
        display: none;
    }

    .categories-menu {
        width: 100%;
        right: -100%;
    }

        .categories-menu.open {
            right: 0;
        }

    .menu-content {
        padding: 10px;
    }

    .category-item > a {
        font-size: 16px;
    }

    .sub-menu a {
        font-size: 14px;
    }
}
/* Indicator for categories with children */
.has-children-indicator {
    font-weight: bold;
    margin-left: 5px;
    color: #999;
    transition: transform 0.3s;
}

/* Rotate the indicator when the sub-menu is open */
.category-item .sub-menu {
    display: none;
    margin-left: 20px;
    margin-top: 5px;
}

.category-item.open .has-children-indicator {
    transform: rotate(45deg);
    color: #333;
}
/*
.parent {
    display: block;
    width: 100%;
    position: relative;
    float: left;
    line-height: 40px;
    background-color: var(--main-color);
    border-right: #CCC 1px solid;
}

    .parent a {
        margin: 10px 24px;
        color: white;
        text-decoration: none;
    }

    .parent:hover > ul {
        display: block;
        position: absolute;
        right: 100%;
        top: 0;
    }

.child {
    display: none;
}

    .child li {
        background-color: var(--main-color);
        line-height: 40px;
        border-bottom: #b5b5b5 1px solid;
        border-right: #b5b5b5 1px solid;
        width: 100%;
        border-radius: 10px;
    }

        .child li a {
            color: white;
        }

ul.parent,
ul.child {
    list-style: none;
    margin: 0;
    padding: 0px;
    min-width: 11em;
}

ul ul ul {
    right: 100%;
    top: 0;
    margin-right: 1px;
}

li:hover {
    color: var(--primary-color)
}

.parent li:hover {
    background-color: #208973;
}

.expand {
    font-size: 12px;
    float: right;
    margin-right: 5px;
}*/
.cats-name {
    font-size: 0.7rem;
    margin: 12px 0;
    font-weight: 600;
}

@media (min-width: 768px) {
    .cats-name {
        font-size: 1rem;
    }
}
/* catg nav end */
