@import url('https://fonts.googleapis.com/css2?family=Hind+Siliguri:wght@300;400;500;600;700&family=Manrope:wght@200..800&display=swap');

.select2-container--default .select2-selection--multiple {
    min-height: 38px !important;
    max-height: 38px !important; 
    overflow-y: auto !important; 
    overflow-x: hidden;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    max-height: 38px !important;
    overflow-y: auto !important;
    overflow-x: hidden;
    display: block !important;
    white-space: normal !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    margin-top: 4px !important;
}
.wsit-d-card {
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.text-dark.mt-1.wsit-dparcent {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    right: 0;
    margin: 0 !important;
    padding: 0;
    line-height: 3;
    text-align: center;
    color: #fff !important;
    border-radius: 50px 0 0 50px;
    font-size: 23px;
    font-weight: 600;
}
a.canvasjs-chart-credit {
    display: none !important;
}
.graph-pie{
    background:#fff;
    margin-bottom:20px;
}
.des-item h5 {
    color: #979797;
}
.des-item h2 {
    font-weight: 800;
    color: #6a6a6a;
}
.chart-des {
    padding-top: 50px;
}
.inner-chart {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 999;
    text-align: center;
}
.inner-chart h5 {
    text-transform: capitalize;
}
.main-Pie{
    position:relative;
}
.ex-pro {
    margin-top: 14px;
    margin-left: 8px;
}

.main-logo img {
    height: 80px;
    object-fit: contain;
}

:disabled {
    cursor: no-drop;
    background: #ddd !important;
}

img {
    width: 100%;
}

body.authentication-bg {
    background: url('../images/login-bg.jpg') !important;
}

.account-pages {
    padding: 80px 0;
}

.admin-logo img {
    width: 160px;
}

.admin-logo {
    background: #fff;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 10px;
    padding: 15px 0;
}

.navbar-custom, .content-page {
    margin-left: 260px;
    transition: all 0.3s ease;
}

body[data-leftbar-size="condensed"] .navbar-custom,
body[data-leftbar-size="condensed"] .content-page {
    margin-left: 70px
}

.left-side-menu {
    top: 0 !important;
    padding: 0 !important;
    width: 260px;
    -webkit-box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    box-shadow: 0 0 21px 0 rgba(89, 102, 122, 0.1);
    /*background: linear-gradient(-45deg, #0da487, #009289, #ffa53b);*/
    /*background:linear-gradient(-45deg, #d000ff, #8b00ff, #cb00fe);*/
    background-size: 400% 400%;
    /*-webkit-animation: gradient 15s ease infinite;*/
    /*animation: gradient 15s ease infinite;*/
    background : #002aa1;
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

#sidebar-menu {
    padding: 0px 15px;
}

body[data-leftbar-size="condensed"] #sidebar-menu {
    padding: 0px 5px;
}

body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu>ul>li>a svg {
    width: 16px;
    height: 16px;
    margin-left: 3px;
}

.main-logo {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

#sidebar-menu ul li a {
    color: #fff !important;
}

#side-menu li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #047240;
    opacity: 0;
    z-index: -1;
    border-radius: 5px;
    transition: 0.35s all;
}

#side-menu li a.active:before, #side-menu li a:hover:before {
    opacity: 0.5;
}

.menuitem-active>a[data-bs-toggle="collapse"]::before {
    opacity: 0.1 !important;
}

.nav-second-level li a::before {
    opacity: 0 !important;
}

.nav-second-level li a:hover::before {
    opacity: 0.1 !important;
}

#sidebar-menu>ul>li ul {
    padding-left: 0;
    list-style: none;
}

.navbar-custom {
    background: #fff;
}

.navbar-custom .topnav-menu .nav-link {
    color: #222;
}

.nav-user img {
    height: 42px;
    width: 42px;
}

li.dropdown svg {
    height: 16px;
}


.topnav-menu-left li a {
    padding: 0 5px !important;
}

.navbar-custom .button-menu-mobile {
    color: #222;
}

.mobile-dashboard-link {
    color: #222;
    display: none;
    height: 70px;
    line-height: 70px;
    padding: 0 10px;
    font-size: 22px;
}

.mobile-dashboard-link:hover {
    color: #002aa1;
}

.float-right {
    float: right;
}

.payment_gateway .tab-content {
    padding: 30px;
    background: #f1f1f1;
    border-radius: 5px;
}

.payment_gateway .nav button {
    border: 1px solid #6658DD;
    margin-bottom: 10px;
}

/*=== websolution it new css end*/

.taka-sign::before {
    content: '৳';
    font-family: "Hind Siliguri", sans-serif;
}

#guest_customer {
    width: 20px !important;
}

.search_result {
    position: relative;
}

.search_product ul {
    background: #f1f1f1;
    padding: 0;
}

.search_product ul li a {
    cursor: pointer;
}

.search_product ul li {
    display: block;
    list-style: none;
    padding: 5px 15px;
    border-bottom: 1px solid #ddd;
}

.search_product ul li:hover {
    background: #ddd;
}

.search_product ul li p {
    margin: 0 0;
    color: #222;
}

.pos_search {
    display: grid;
    grid-template-columns: auto 50px;
    border-radius: 5px !important;
    overflow: hidden;
}

.pos_search button {
    border: 1px solid #ddd;
}

.pos_search input, .pos_search input:focus {
    border: 1px solid #ddd !important;
    padding: 8px;
    width: 100% !important;
    outline: 0 !important;
}

.search_product {
    max-height: 250px;
    overflow-y: scroll;
    position: absolute;
    top: 18px !important;
    left: 0;
    width: 100%;
    z-index: 99;
}
a.pur_close {
    background: #e5195c;
    color: #fff;
    height: 25px;
    width: 25px;
    display: inline-block;
    border-radius: 50px;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    position: absolute;
    left: -8px;
    top: 5px;
    z-index: 99;
    cursor:pointer;
}

.search_product::-webkit-scrollbar {
    width: 5px;
}

.search_product::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search_product::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 5px;
}

.search_product::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.bulkselect {
    border: 1px solid #ddd;
    padding: 2px 0px;
    margin-right: 5px;
    margin-bottom: 14px;
    outline: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #0f52cd !important;
    border: 1px solid #0f52cd !important;
}

.select2-selection__rendered, .select2-selection--single {
    height: 38px !important;
    line-height: 29px !important;
}

.select2-selection--multiple {
    max-height: auto !important;
    line-height: 29px !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff !important;
}

.control-group.input-group {
    margin: 8px 0;
}

.backend-image {
    height: 50px;
    width: 50px;
    border-radius: 50px;
}

.edit-image {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    margin-top: 5px;
    background: #f1f1f1;
}

.switch {
    position: relative;
    display: inline-block;
    width: 58px;
    height: 32px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 25px;
    width: 25px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked+.slider {
    background-color: #2196F3;
}

input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.custom-drop a {
    background: transparent;
    padding: 0;
    margin: 5px 0;
}

.custom-drop button {
    width: 100%;
    padding: 5px;
    border: 0;
    background: #F3F7F9;
    text-align: center;
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

ul.nav-second-level svg {
    height: 14px;
}
.button-list {
    min-width: 180px;
}
.custom-btn-list button {
    
}
.progress-stacked {
    display: flex;
}

.custom-btn-list button i, .custom-btn-list a i {
    font-size: 16px;
}

.button-list.custom-btn-list a, .button-list.custom-btn-list button {
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    margin: 0;
    padding: 0;
}

.action2-btn {
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.action2-btn li {
    display: inline-block;
    list-style: none;
    margin: 2px 0;
}

.card-body thead {
    background: #EEF2F7;
}

form.custom_form input, form.custom_form input:focus {
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 50px;
    padding: 0 17px;
    width: 70%;
    outline: 0;
}

/*==== Pos css start == */
.quantity button, .quantity input {
    border: 0;
}

input.invdiscount {
    height: 35px;
    border-radius: 5px;
}

.qty-cart .quantity {
    position: relative;
    border: 1px solid #adadad;
    height: 35px;
    overflow: hidden;
    border-radius: 5px;
}

.qty-cart input {
    width: 100px !important;
    text-align: center;
}

.pos_form input, .pos_form input:focus {
    border: 1px solid #ddd !important;
    padding: 8px;
    width: 100% !important;
    outline: 0 !important;
}

.quantity input {
    position: relative;
    text-align: center;
    font-size: 16px;
    height: 100%;
    width: 100%;
    /* pointer-events: none; */
    font-weight: 500;
    border: none !important;
}

.quantity button {
    background-color: #fff;
}

.quantity .minus {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 9;
    height: 33px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

.quantity .plus {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 9;
    height: 33px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
}

footer {
    margin-left: 260px;
}

.loader {
    border: 4px solid #f3f3f3;
    border-top: 4px solid #3498db;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: spin 2s linear infinite;
    margin: 150px auto;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.form-control-sm {
    border: 1px solid;
    border-color: #ddd;
}
.price-apply-wrapper {
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: #eef2f7;
}
.color-item {
    display: flex;
    column-gap: 10px;
}

.fiter_head h4 {
    background: #004AAD;
    padding: 10px;
    border-radius: 12px;
    color: #fff;
    margin-top: 0;
}

.fiter_head select {
    background: #0049ac;
    color: #fff;
    border-radius: 12px;
    font-size: 18px;
    padding-top: 6px;
    padding-bottom: 6px;
}

.sidebar-menu-box {
    border-radius: 5px !important;
    margin-bottom: 0;
}


.pos-category {
    border: 1px solid;
    margin-bottom: 10px;
    border-radius: 5px;
    padding: 5px;
    border-color: #ddd;
}

.pos-category ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a.pos-get-subcategory {
    display: flex;
    align-items: center;
    gap: 5px;
    justify-content: space-between;
    margin-bottom: 3px;
    cursor: pointer;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.pos-category a {
    color: #000;
}

a.pos-get-product {
    padding: 4px 0px;
    font-size: 12px;
    background-color: #ddd;
    display: block;
    text-align: center;
    border-radius: 3px;
    margin-top: 1px;
    cursor: pointer;
}

.product-image {
    height: 130px;
}

.product-image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.product-title h4 {
    font-size: 16px;
}


.product-search-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.product-search-select .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: transparent !important;
    border-width: 0;
    left: 10px;
    margin-left: 0;
    margin-top: 0;
    top: 5px;
}

.product-search-select .select2-container--default .select2-selection--single .select2-selection__arrow b::after {
    content: '\f002';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #ddd;
}

.product-search-select .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #6658dd;
    border-radius: 4px;
}

.product-search-select .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 38px;
    padding-right: 20px;
}

.tutorial_btn {
    font-family: "Hind Siliguri", sans-serif;
    font-size: 15px;
    font-weight: 600;
}

/* Backend filter responsive fixes */
.card-body form.p-3.border.rounded.bg-light > .d-flex.flex-wrap:first-child,
.card-body form.p-3.bg-light.border.rounded > .d-flex.flex-wrap:first-child {
    align-items: flex-end;
}

.card-body form.p-3.border.rounded.bg-light > .d-flex.flex-wrap:first-child > .form-group,
.card-body form.p-3.border.rounded.bg-light > .d-flex.flex-wrap:first-child > div,
.card-body form.p-3.bg-light.border.rounded > .d-flex.flex-wrap:first-child > .form-group,
.card-body form.p-3.bg-light.border.rounded > .d-flex.flex-wrap:first-child > div {
    flex: 1 1 160px;
    min-width: 160px;
    max-width: 280px;
}

.card-body form.p-3.border.rounded.bg-light > .row.g-2 > [class*="col-"],
.card-body form.p-3.bg-light.border.rounded > .row.g-2 > [class*="col-"] {
    min-width: 180px;
}

.card-body form.p-3.border.rounded.bg-light .form-control,
.card-body form.p-3.border.rounded.bg-light .form-select,
.card-body form.p-3.bg-light.border.rounded .form-control,
.card-body form.p-3.bg-light.border.rounded .form-select,
.card-body form.no-print .form-control,
.card-body form.no-print .form-select {
    width: 100%;
    min-width: 0;
}

.card-body form.p-3.border.rounded.bg-light .select2-container,
.card-body form.p-3.bg-light.border.rounded .select2-container,
.card-body form.no-print .select2-container {
    width: 100% !important;
    max-width: 100%;
}

.card-body form.p-3.border.rounded.bg-light .btn,
.card-body form.p-3.bg-light.border.rounded .btn,
.card-body form.no-print .btn {
    min-height: 38px;
    white-space: nowrap;
}

.card-body form.p-3.border.rounded.bg-light [class*="px-2"][class*="py-1"],
.card-body form.p-3.bg-light.border.rounded [class*="px-2"][class*="py-1"] {
    display: inline-flex;
    align-items: center;
    max-width: 100%;
    word-break: break-word;
}

.card-body form.p-3.border.rounded.bg-light [class*="px-2"][class*="py-1"] a,
.card-body form.p-3.bg-light.border.rounded [class*="px-2"][class*="py-1"] a {
    flex: 0 0 auto;
    text-decoration: none;
}

.dataTables_wrapper .row {
    row-gap: 10px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dt-buttons {
    width: 100%;
}

.dataTables_wrapper .dt-toolbar {
    background: #fff;
    border-bottom: 1px solid #eef2f7;
    padding: 8px 0;
}

.dataTables_wrapper .dt-toolbar .dataTables_length,
.dataTables_wrapper .dt-toolbar .dataTables_filter,
.dataTables_wrapper .dt-toolbar .dt-buttons {
    width: auto;
}

.dataTables_wrapper .dt-toolbar-left {
    flex: 1 1 auto;
}

.dataTables_wrapper .dt-toolbar-right {
    flex: 0 0 auto;
    margin-left: auto;
}

.dataTables_wrapper .dataTables_filter label,
.dataTables_wrapper .dataTables_length label {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_length select {
    max-width: 100%;
}

.dataTables_wrapper .dt-toolbar .dataTables_filter input {
    width: 220px;
    margin-left: 8px;
}

.dataTables_wrapper .dt-toolbar .dt-buttons {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.dt-buttons.btn-group {
    flex-wrap: wrap;
    gap: 6px;
}

.dt-buttons.btn-group > .btn {
    border-radius: 4px !important;
    margin-left: 0 !important;
}

.dataTables_wrapper .dt-buttons .btn i {
    color: #0d9488;
    font-size: 15px;
    vertical-align: -1px;
}

.dataTables_wrapper .dt-button-collection {
    border: 1px solid #e5edf3;
    border-radius: 6px;
    box-shadow: 0 10px 24px rgba(15, 23, 42, 0.12);
    overflow: hidden;
}

.dataTables_wrapper .dt-button-collection .dt-button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    border: 0 !important;
    border-radius: 0 !important;
    background: #fff !important;
    color: #1f2937 !important;
    padding: 9px 14px !important;
    text-align: left;
}

.dataTables_wrapper .dt-button-collection .dt-button:hover {
    background: #f3f7f9 !important;
}

/*=== Responsive css start ===*/

@media only screen and (min-width:768px) and (max-width:1199px) {
    .page-title-box .page-title-right {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 6px;
        max-width: 70%;
    }
}

@media only screen and (min-width:320px) and (max-width:767px) {
    .page-title-right .btn {
        margin: 0 !important;
    }
    .page-title-box .page-title-right {
        width: 100%;
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 6px;
    }
    .page-title-box .page-title-right .btn,
    .page-title-box .page-title-right button {
        width: 100%;
        min-height: 38px;
        padding: 8px 10px;
        margin-right: 0 !important;
        text-align: center;
        white-space: normal;
    }
    form.custom_form {
        margin-bottom: 15px;
    }
    .card-body {
        padding: 14px;
    }
    .card-body form.p-3.border.rounded.bg-light,
    .card-body form.p-3.bg-light.border.rounded {
        padding: 12px !important;
    }
    .card-body form.p-3.border.rounded.bg-light > .d-flex.flex-wrap:first-child > .form-group,
    .card-body form.p-3.border.rounded.bg-light > .d-flex.flex-wrap:first-child > div,
    .card-body form.p-3.bg-light.border.rounded > .d-flex.flex-wrap:first-child > .form-group,
    .card-body form.p-3.bg-light.border.rounded > .d-flex.flex-wrap:first-child > div,
    .card-body form.p-3.border.rounded.bg-light > .row.g-2 > [class*="col-"],
    .card-body form.p-3.bg-light.border.rounded > .row.g-2 > [class*="col-"],
    .card-body form.no-print > .row > [class*="col-"] {
        flex: 0 0 100%;
        width: 100%;
        max-width: 100%;
        min-width: 0;
    }
    .card-body form.p-3.border.rounded.bg-light .btn,
    .card-body form.p-3.bg-light.border.rounded .btn,
    .card-body form.no-print .btn {
        width: 100%;
        margin-bottom: 6px;
    }
    .card-body > .d-flex,
    .card-body .d-flex.justify-content-between,
    .card-body .d-flex.align-items-center {
        flex-wrap: wrap;
        gap: 8px;
    }
    .card-body .d-flex.align-items-center form,
    .card-body .d-flex.justify-content-between form {
        width: 100%;
    }
    .card-body .d-flex.align-items-center form .d-flex,
    .card-body .d-flex.justify-content-between form .d-flex {
        width: 100%;
    }
    .card-body .d-flex.align-items-center form .form-group,
    .card-body .d-flex.justify-content-between form .form-group {
        flex: 0 0 100%;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_filter label,
    .dataTables_wrapper .dataTables_length label {
        align-items: center;
        flex-direction: row;
        width: 100%;
    }
    .dataTables_wrapper .dataTables_filter input,
    .dataTables_wrapper .dataTables_length select {
        width: 100% !important;
        margin-left: 0 !important;
    }
    .dataTables_wrapper .dt-toolbar-left,
    .dataTables_wrapper .dt-toolbar-right {
        flex: 0 0 100%;
        width: 100%;
        margin-left: 0 !important;
    }
    .dataTables_wrapper .dt-toolbar-left {
        display: grid !important;
        grid-template-columns: minmax(150px, 1fr) minmax(96px, auto);
        gap: 6px !important;
        align-items: center !important;
    }
    .dataTables_wrapper .dt-toolbar .dataTables_filter,
    .dataTables_wrapper .dt-toolbar .dataTables_length {
        width: 100%;
    }
    .dataTables_wrapper .dt-toolbar .dataTables_length label {
        display: grid;
        grid-template-columns: auto minmax(56px, 1fr) auto;
        gap: 5px;
        font-size: 12px;
        white-space: nowrap;
    }
    .dataTables_wrapper .dt-toolbar .dataTables_length select {
        height: 34px;
        padding: 4px 22px 4px 7px;
        font-size: 12px;
    }
    .dataTables_wrapper .dt-buttons {
        display: flex !important;
        justify-content: flex-end;
        gap: 6px;
    }
    .dataTables_wrapper .dt-buttons .btn {
        width: 100%;
        min-width: 0;
        height: 34px;
        padding: 6px 8px;
        font-size: 12px;
        margin: 0 !important;
    }
    .dataTables_wrapper .dt-buttons .dt-export-menu {
        min-width: 96px;
        width: auto;
        padding: 6px 12px !important;
    }
    .dataTables_wrapper .dt-toolbar .dataTables_filter label {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 8px;
        font-size: 12px;
    }
    .dataTables_wrapper .dt-toolbar .dataTables_filter input {
        height: 34px;
        min-width: 0;
    }

    .action2-btn a, .action2-btn button {
        padding: 3px 12px;
    }

    .navbar-custom {
        margin-left: 0 !important;
    }
    .mobile-dashboard-link {
        display: inline-block;
    }

    .left-side-menu,
    body[data-leftbar-size="condensed"] .left-side-menu {
        display: block !important;
        top: 70px !important;
        left: 0;
        width: min(260px, 78vw) !important;
        z-index: 1040 !important;
        padding-top: 0 !important;
        text-align: left !important;
        background: #082aa7;
        box-shadow: 8px 0 24px rgba(0, 0, 0, 0.18);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform: translate3d(-105%, 0, 0);
        transition: transform 0.28s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.22s ease, visibility 0.28s ease;
        will-change: transform;
    }
    .sidebar-enable .left-side-menu,
    body.sidebar-enable[data-leftbar-size="condensed"] .left-side-menu {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translate3d(0, 0, 0);
    }
    .left-side-menu .user-box {
        display: none;
    }
    .left-side-menu .h-100,
    .left-side-menu .simplebar-wrapper,
    .left-side-menu .simplebar-mask,
    .left-side-menu .simplebar-offset,
    .left-side-menu .simplebar-content-wrapper,
    .left-side-menu .simplebar-content,
    body[data-leftbar-size="condensed"] .left-side-menu .simplebar-content {
        background: #082aa7;
    }
    .main-logo,
    body[data-leftbar-size="condensed"] .main-logo {
        background: #fff;
        border-radius: 0;
        margin: 0 10px 14px;
        padding: 8px 10px;
        min-height: 56px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }
    .main-logo img,
    body[data-leftbar-size="condensed"] .main-logo img {
        width: auto;
        max-width: 100%;
        height: 48px;
        object-fit: contain;
    }
    #sidebar-menu,
    body[data-leftbar-size="condensed"] #sidebar-menu {
        padding: 0 10px 18px;
    }
    .sidebar-menu-box {
        margin: 0;
        padding: 0;
    }
    #sidebar-menu > ul > li > a,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a,
    .nav-second-level li a {
        min-height: 48px;
        padding: 13px 14px;
        border-radius: 4px;
        display: flex;
        align-items: center;
        color: #fff !important;
        font-size: 15px;
        font-weight: 600;
        transition: all 0.25s ease;
    }
    #sidebar-menu > ul > li > a svg,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a svg,
    .nav-second-level li a svg {
        width: 17px;
        height: 17px;
        margin: 0 12px 0 0 !important;
        flex: 0 0 auto;
    }
    #sidebar-menu > ul > li > a span,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li > a span {
        display: inline-block !important;
        padding-left: 0 !important;
        vertical-align: middle;
    }
    #sidebar-menu .menu-arrow,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu .menu-arrow {
        display: block !important;
        margin-left: auto;
    }
    #sidebar-menu > ul > li > a:hover,
    #sidebar-menu > ul > li > a.active,
    #sidebar-menu .menuitem-active > a,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > a,
    .nav-second-level li a:hover,
    .nav-second-level li.active > a {
        width: auto !important;
        position: relative;
        background: rgba(255, 255, 255, 0.12);
        box-shadow: none;
        color: #fff !important;
    }
    #sidebar-menu > ul > li ul,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul ul {
        display: block;
        position: static !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 0 !important;
        padding: 4px 0 6px 28px !important;
        background: transparent !important;
        box-shadow: none !important;
        z-index: auto;
    }
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse:not(.show),
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse:not(.show) {
        display: none !important;
    }
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse.show,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse.show {
        display: block !important;
        height: auto !important;
    }
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapse > ul,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul > li:hover > .collapsing > ul,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapse > ul,
    body[data-leftbar-size="condensed"] .left-side-menu #sidebar-menu > ul ul li:hover > .collapsing > ul {
        position: static !important;
        left: auto !important;
        width: 100% !important;
        margin-top: 0 !important;
        box-shadow: none !important;
    }
    .nav-second-level li a {
        min-height: 40px;
        padding: 10px 14px;
        font-size: 14px;
    }

    canvas.canvasjs-chart-canvas {
        left: 50%;
        transform: translateX(-50%);
    }
    footer {
        margin-left: 0px;
    }
}
/*=== Responsive css end ===*/
