@import url('https://fonts.googleapis.com/css2?family=Inter&family=Roboto&family=Roboto+Slab&display=swap');

:root {
    --blue: #2a2185;
    --white: #fff;
    --gray: #f5f5f5;
    --black1: #222;
    --black2: #999;
    --light-purple: #c4b5fd;

    --gradientcyan: linear-gradient(90deg, hsla(255, 92%, 76%, 1) 0%, hsla(251, 95%, 92%, 1) 100%);
}
@media (max-width: 767px) {
    .main-header .navbar-custom-menu {
        float: none !important;
        display: block !important;
    }
    .main-header .navbar-custom-menu .dropdown-menu {
        left: auto !important;
    }
    .skin-blue-light .main-header .navbar .dropdown-menu li a {
        color: #777;
    }
    .main-header .navbar {
        height: auto;
    }
}
.bg-danger {
    background-color: #fce7f3 !important;
    color: #be123c;
}
.btn-big {
    padding: 10px 30px;
    font-size: 18px;
    line-height: 1.3333333;
}

.of-visible {
    overflow: visible !important;
}

#online_indicator {
    font-size: 8px;
    vertical-align: middle;
}

.pt-0 {
    padding-top: 0px;
}
.f-right {
    float: right;
}
.mb-10 {
    margin-bottom: 10px;
}
.discount-badge {
    position: absolute;
    top: 6px;
    right: 10px;
    font-size: 18px;
    padding: 7px;
}

.discount-badge-small {
    position: absolute;
    top: -2px;
    left: 10px;
    font-size: 12px;
    padding: 6px;
}
.product-info-table td,
.product-info-table th {
    font-size: 12px;
}
.catalogue {
    max-height: 127px;
    margin: auto;
    margin-bottom: 18px;
}
.catalogue-title {
    display: inline-block;
    font-size: 18px;
    margin: 0;
    line-height: 1;
    margin-bottom: 10px;
}
.bg-light-gray {
    background-color: #f8f8f8 !important;
}
.p-5-5 {
    padding: 5px 5px !important;
}
.m-4 {
    margin: 4px;
}
.skin-black .main-header,
.skin-black-light .main-header {
    color: #525f7f !important;
}
.skin-black .main-header .navbar .nav .open > a {
    color: #999 !important;
}
.skin-black .main-header .navbar .nav > li > a:hover {
    color: #999 !important;
}
.skin-black .main-header .navbar > .sidebar-toggle:hover {
    color: #999 !important;
}
.mt-0 {
    margin-top: 0 !important;
}
.table-pdf thead tr {
    background-color: #357ca5 !important;
    color: #fff;
}
.table-pdf thead tr th {
    color: #fff !important;
}
.blue-heading {
    background-color: #357ca5;
    color: #fff;
}

.table-pdf .odd {
    background-color: #dce6f1;
}
.p-4 {
    padding: 4px;
}
.p-10 {
    padding: 10px !important;
}
.jquery-top-scrollbar {
    height: 6px !important;
}
.jquery-top-scrollbar div {
    height: 6px !important;
}
.scroll-top-bottom {
    width: 100%;
    overflow: scroll;
}
.scroll-top-bottom::-webkit-scrollbar {
    height: 6px;
}

.scrolltop {
    display: none;
    width: 100%;
    margin: 0 auto;
    position: fixed;
    bottom: 20px;
    right: 10px;
}
.scroll {
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: #b2b2b2;
    background: rgba(178, 178, 178, 0.7);
    padding: 7px;
    text-align: center;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    border-radius: 6px;
}
.scroll:hover {
    background: rgba(178, 178, 178, 1);
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}
.scroll:hover .fas {
    padding-top: -10px;
}
.scroll .fas {
    font-size: 25px;
    margin-top: -5px;
    margin-left: 1px;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
}

.f-left {
    float: left;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}

.table-pdf {
    border-collapse: collapse;
    width: 100%;
    border-spacing: 8px 10px;
}
.td-border td,
.td-border th {
    border-bottom: 1px solid lightgrey;
    padding: 8px 5px;
}

.ws-nowrap {
    white-space: nowrap;
}

.btn-app > .fas,
.btn-app > .fab {
    font-size: 20px;
    display: block;
}
.dropdown-menu > li > a > .fas {
    margin-right: 6px;
}
.mt-5 {
    margin-top: 5px !important;
}
.pos-form-actions {
    height: auto;
    padding-top: 12px;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0px;
    background-color: #d1d5dc;
    width: 100%;
    z-index: 1000;
}
.mb-12 {
    margin-bottom: 12px !important;
}
.pb-0 {
    padding-bottom: 0px !important;
}
.pr-12 {
    padding-right: 12px !important;
}
.main-header .sidebar-toggle:before {
    content: '' !important;
}
.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
}
.margin-bottom-20 {
    margin-bottom: 20px !important;
}
.text-white {
    color: #fff;
}
.wizard > .steps > ul > li {
    width: 33.33% !important;
}
.wizard > .content {
    background: #445867 !important;
}
legend {
    color: #fff;
    margin-bottom: 6px;
    border-bottom: none;
}
.left-col,
.right-col {
    height: 100vh; /* Full height of the viewport */
    display: inline-block;
    width: 50%; /* Each column takes up 50% of the screen width */
    box-sizing: border-box; /* Include padding and border in the width */
}
.left-col {
    background: url(../img/Untitled-1.svg);
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-position: left center;
    transform: scale(1.5);
}

.left-col-content {
    color: #1a7bf9;
    width: 100%;
}
.login-header {
    font-size: 27px;
    font-weight: 600;
}
.login-header a {
    color: #000;
}
.form-header {
    font-size: 18px;
    margin: 16px 0;
}
.btn-login {
    padding: 6px 52px !important;
}
.right-col {
    height: 100vh;
    min-height: 100vh;
}

.right-col label {
    color: #000;
}

.right-col a,
.text-white a {
    color: #fff;
    font-weight: 600;
    font-size: 15px;
}
.right-col a:hover,
.text-white a:hover {
    color: #ccc;
}
.right-col-content {
    padding: 10% 16%;
    padding-bottom: 3%;
}
.right-col-content-register {
    padding: 2% 8%;
}

.input_inline {
    width: 100%;
    display: inline-flex;
}
.input_inline input,
.input_inline span {
    width: 50%;
}
.bg-manufacturing {
    background-color: #ff851b;
}
.img-thumbnail {
    position: relative;
    width: 70px;
    height: 70px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    transition: border 0.2s ease-in-out;
    padding: 4px;
    margin: 3px;
    text-align: center;
}
.img-thumbnail > .badge {
    position: absolute;
    top: -5px;
    right: -7px;
    font-size: 9px;
    font-weight: 400;
    cursor: pointer;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu {
    max-height: 350px;
}
.bg-aqua-lite {
    background-color: #7fffd4;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
    white-space: normal;
}
.spacer {
    margin-top: 20px;
}
#product_list_body {
    max-height: 485px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
    display: inline-table;
}

.label-round {
    font-size: 8px;
    border-radius: 44%;
}
.table > tbody + tbody {
    border-top: 0;
}
.table-pl-12 td,
.table-pl-12 th {
    padding-left: 12px !important;
}
table tbody td.pl-20-td {
    padding-left: 20px !important;
}
table.table-border-center > tbody > tr > td:first-child,
table.table-border-center > thead > tr > th:first-child,
table.table-border-center > tfoot > tr > td:first-child {
    border-right: 1px solid darkgray;
}
table.table-border-center-col > tbody > tr > td:nth-child(2),
table.table-border-center-col > thead > tr > th:nth-child(2),
table.table-border-center-col > tfoot > tr > td:nth-child(2) {
    border-right: 1px solid darkgray;
    border-left: 1px solid darkgray;
}
.bg-transparent {
    background-color: transparent !important;
}
.mb-0 {
    margin-bottom: 0;
}

.nav-tabs > li > a {
    font-size: 18px;
    font-weight: 600;
}
.table-transparent,
.table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}
.td-full-width {
    white-space: nowrap;
}
.font-17 {
    font-size: 17px !important;
}
table.dataTable tbody > tr.selected {
    background-color: #b0bed9;
}
tr.footer-total > td {
    vertical-align: middle !important;
}
.error {
    color: red !important;
}
/*  pos tab */
div.pos-tab-container {
    z-index: 10;
    background-color: #ffffff;
    padding: 0 !important;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: 1px solid #ddd;
    margin-bottom: 28px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -moz-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}
div.pos-tab-menu {
    padding-right: 0;
    padding-left: 0;
    padding-bottom: 0;
}
div.pos-tab-menu div.list-group {
    margin-bottom: 0;
}
div.pos-tab-menu div.list-group > a {
    margin-bottom: 0;
}
div.pos-tab-menu div.list-group > a .glyphicon,
div.pos-tab-menu div.list-group > a .fa {
    color: #5a55a3;
}
div.pos-tab-menu div.list-group > a:first-child {
    border-top-right-radius: 0;
    -moz-border-top-right-radius: 0;
}
div.pos-tab-menu div.list-group > a:last-child {
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
}
div.pos-tab-menu div.list-group > a.active,
div.pos-tab-menu div.list-group > a.active .glyphicon,
div.pos-tab-menu div.list-group > a.active .fa {
    background-color: #8b5cf6;
    color: #ffffff;
    border-color: #8b5cf6;
}
div.pos-tab-menu div.list-group > a.active:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    margin-top: -13px;
    border-left: 0;
    border-bottom: 13px solid transparent;
    border-top: 13px solid transparent;
    border-left: 10px solid #8b5cf6;
}

div.pos-tab-content {
    background-color: #ffffff;
    /* border: 1px solid #eeeeee; */
    padding-left: 20px;
    padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active) {
    display: none;
}

.add-product-price-table th {
    background-color: #ddd6fe;
}
.blue-header th {
    background-color: #3c8dbc;
    color: white;
}
.table-th-green th {
    background-color: #5cb85c;
    color: white;
}

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.active-cell {
    border: 2px dotted #3c8dbc !important;
}
.cursor-pointer {
    cursor: pointer !important;
}
.pos_product_div {
    min-height: 47vh;
    max-height: 57vh;
    overflow-y: auto;
    margin-bottom: 20px;
}
.bg-lightgray {
    background-color: #f0eded !important;
}
.balance_due_box > li {
    padding: 11px 5px 0px 5px;
}
.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border: 1px solid #d2d6de;
    cursor: pointer;
}
.option-div input[type='radio'] {
    display: none;
}
.option-div-group .icon {
    color: #d33724;
    display: none;
}
.option-div-group .option-div:hover {
    border: 1px solid gray;
}
.option-div-group .active .icon {
    display: block;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-bottom-12 {
    margin-bottom: 12px;
}
.bg-info {
    background-color: #00c0ef !important;
}
.bg-info > a {
    color: #ffffff !important;
}
.bg-info > a:hover {
    background-color: #337ab7 !important;
}
ul.dt-button-collection {
    background-color: #00c0ef;
}
td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}
.icheckbox_square-blue,
.iradio_square-blue {
    margin-right: 10px;
}
.header-right-div {
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}
.header-left-div {
    margin-top: 15px;
    display: inline-flex;
}
.m-8 {
    margin: 8px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-15 {
    margin-top: 15px;
}
.m-5 {
    margin: 5px;
}
.icon-link {
    text-align: center;
    display: block;
    margin-bottom: 18px;
}
.icon-link > a {
    display: grid;
}
.icon-link > .badge {
    position: absolute;
    top: 20px;
    right: 67px;
}
.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}
.bg-light-green {
    background-color: #98d973 !important;
    color: #fff !important;
}
.hover-q {
    font-size: 16px;
    margin-left: 3px;
    cursor: help;
}
.input-group-addon .hover-q {
    margin-left: 0px;
}
.text-bold {
    font-weight: bold;
}
.text-bold-600 {
    font-weight: 600;
}
.tour .popover-content {
    padding: 18px 14px;
}
.table-slim > tbody > tr > td,
.table-slim > tbody > tr > th,
.table-slim > tfoot > tr > td,
.table-slim > tfoot > tr > th,
.table-slim > thead > tr > td,
.table-slim > thead > tr > th {
    padding: 1px;
}

/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

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

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Custom scroll bar end*/

.product_cell {
    height: 100px;
    padding: 1%;
}
.product_cell_div {
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print_section {
    display: none;
}
@media print {
    .print_section {
        display: inline !important;
    }
    .modal-xl {
        width: 100% !important;
    }
    ::-webkit-scrollbar {
        display: none !important;
    }
    #toast-container {
        display: none;
    }
}

.input-number .btn-default {
    background-color: white;
    padding: 6px 9px;
}

.width-50 {
    width: 50% !important;
}
.width-40 {
    width: 40% !important;
}
.width-60 {
    width: 60% !important;
}
.width-100 {
    width: 100% !important;
}

.font-30 {
    font-size: 30px !important;
}

.font-23 {
    font-size: 23px !important;
}
.padding-5 {
    padding: 5px !important;
}
.padding-10 {
    padding: 10px !important;
}

.text-muted-imp {
    color: #a3a3a3 !important;
}

.table-no-top-cell-border td {
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.table-no-top-cell-border th {
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td {
    border-left: 0px !important;
    border-right: 0px !important;
}
.table-no-side-cell-border th {
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-555 {
    color: #555555 !important;
}
.color-555 * {
    color: #555555 !important;
}
.color-white {
    color: white !important;
}
.col-no-padding {
    padding-left: 0px;
    padding-right: 0px;
}
.col-2px-padding {
    padding: 2px;
}

.pos-express-btn {
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}
.word-wrap {
    word-wrap: break-word !important;
}

.modal-xl {
    width: 90%; /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}
table.ajax_view tbody tr {
    cursor: pointer;
}
.bg-white {
    background-color: #fff;
}

.product-thumbnail-small {
    height: 50px;
    width: 50px;
}

table.table-text-center td,
table.table-text-center th {
    vertical-align: middle !important;
}
.product_list {
    padding: 4px 10px;
}
.product_box {
    width: 100%;
    /*padding-top: 5px;
  padding-bottom: 2px;*/
    margin-bottom: 10px;
    text-align: center;
    cursor: pointer;
    /*border: 1px solid darkgray;*/
    font-weight: 600;
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    filter: drop-shadow(2px 2px 2px #999999);
}
.product_box .image-container {
    /*width: 95%;*/
    height: 55px;
    margin: auto;
    /*padding-top: 5px;*/
}
.product_box .image-container img {
    height: 45px;
    /*width: 45px*/
}
.eq-height-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    max-height: 650px !important;
}
.eq-height-col {
    display: flex;
}

.product_box .text_div {
    margin-top: 3px;
}
.product_box .text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-height: 14px; /* fallback */
    max-height: 14px; /* fallback */
}
.small-box.bg-gray:hover {
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv {
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: box-shadow, transform;
    transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover,
.hvr-grow-shadow:focus,
.hvr-grow-shadow:active {
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.text-link {
    cursor: pointer;
}

.text-link:hover {
    text-decoration: underline;
}

.v-center {
    vertical-align: middle !important;
}

.bg-woocommerce {
    background-color: #9e458b !important;
}

/*.box, .info-box, .nav-tabs-custom, .external-event{
  box-shadow: 0 4px 6px 0 hsla(0, 0%, 0%, 0.2) !important;
}*/

.user_avatar {
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 1px;
}

.fs-10 {
    font-size: 10px;
}

.timeline-lode-more-btn {
    margin-left: 50px;
    margin-top: 25px;
    padding-right: 12px;
    padding-left: 12px;
}

.pa-0 {
    padding: 0px !important;
}

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

.m-2 {
    margin: 2px !important;
}

.treeview-menu i {
    display: none !important;
}
.treeview-menu a {
    padding-left: 25px !important;
    font-size: 95% !important;
}
.treeview-menu a::before {
    content: '\2192 ';
}

@media only screen and (max-width: 600px) {
    .pos-form-actions {
        position: absolute;
    }
}
.mr-8 {
    margin-right: 8px !important;
}

@media (max-width: 1024px) {
    .pos_form_totals {
        margin-bottom: 40px;
    }
}

.swal-modal .swal-text {
    text-align: center;
}

.pos-total {
    display: inline-block;
    padding: 8px 10px;
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}
.pos-total span.number {
    font-size: 26px;
    vertical-align: middle;
    font-weight: bolder;
}

.pos-total span.text {
    font-weight: bolder;
    display: inline-block;
    width: 60px;
    vertical-align: middle;
}
.mb-40 {
    margin-bottom: 40px !important;
}

@media print {
    a:after {
        content: '';
    }
    a[href]:after {
        content: none !important;
    }
}

.fa-times {
    font-size: 30px;
}
.mb-5 {
    margin-bottom: 5px !important;
}
.tree-actions {
    margin-left: 20px;
    display: none;
}
.jstree-hovered .tree-actions {
    display: inherit;
}

.info-box-number2 {
    justify-content: center;
    /* font-family: 'Poppins'; */
    font-family: 'Roboto';
    text-align: center;
    font-weight: 600;
    font-size: 20px;
}
.info-box-number3 {
    justify-content: center;
    /* font-family: 'Poppins'; */
    font-family: 'Roboto';
    text-align: center;
    font-weight: bold;
    font-size: 18px;
}
.info-box-content2 {
    padding: 20px 1px;
}

.new_custom_btn1 {
    width: 95%;
    /* width: 95%;
    background: linear-gradient(90deg, hsla(255, 92%, 76%, 1) 0%, hsla(255, 92%, 76%, 1) 100%);
    border:none; */

    border: none;
    background: #e8def8;
    color: #6442b4;
    font-weight: bold;
}

.new_custom_btn1:hover {
    color: #fff;
    background-color: #7c3aed;
}

.new_custom_btn2 {
    /* background: linear-gradient(90deg, rgba(7,165,228,1) 27%, rgba(36,240,155,1) 94%); */
    /* background: linear-gradient(90deg, hsla(255, 92%, 76%, 1) 0%, hsla(255, 92%, 76%, 1) 100%); */
    color: #6442b4;
    font-weight: bold;
    background: #e8def8;
    border: 1px solid #ccc;
    padding: 6.4px;
}
.new_custom_btn2:hover {
    color: #fff;
    background-color: #7c3aed;
}

/* ======================= Cards ====================== */
.cardBoxmk {
    position: relative;
    width: 100%;
}

.cardBoxmk .card {
    position: relative;
    background: var(--white);
    padding: 30px 25px;
    border-radius: 20px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    margin-bottom: 20px;
}

.cardBoxmk .card .numbers {
    position: relative;
    font-weight: 500;
    font-size: 2rem;
    color: var(--black1);
}

.cardBoxmk .card .cardName {
    color: var(--black2);
    font-size: 1.3rem;
    margin-top: 5px;
}

.cardBoxmk .card .iconWrappermk1 .iconBx {
    display: flex;
    align-items: center;
    font-size: 3.6rem;
    color: var(--white);
}

.cardBoxmk .card .iconWrappermk1 {
    display: flex;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    justify-content: center;
}

.cardBoxmk .card:hover {
    transform: translateY(-10px);
}

/* Media Query for 1024x768 resolution */
@media only screen and (max-width: 1024px) {
    .cardBoxmk .card {
        padding: 20px 15px;
        border-radius: 12px;
    }

    .cardBoxmk .card .numbers {
        font-size: 1.2rem;
    }

    .cardBoxmk .card .cardName {
        font-size: 0.9rem;
    }

    .cardBoxmk .card .iconWrappermk1 .iconBx {
        font-size: 2.2rem;
    }
    .cardBoxmk .card .iconWrappermk1 {
        border-radius: 8px;
        width: 35px;
        height: 35px;
    }
}

.home-widget-icons {
    font-size: 2.7rem;
    vertical-align: middle;
    padding: 10px;
    border-radius: 8px;
    background-color: #fef3c7;
    color: #f59e0b;
    font-weight: 800;
}
.icon-warning {
    background-color: #fef3c7;
    color: #f59e0b;
}
.icon-success {
    background-color: #d1fae5;
    color: #10b981;
}

.bg-newcolor-green {
    background-color: #00c18c;
}
.bg-newcolor-cyan {
    background-color: #01b1e3;
}
.bg-newcolor-rose {
    background-color: #c235a1;
}
.bg-newcolor-orange {
    background-color: #ff8551;
}
.bg-newcolor-purple {
    background-color: #8984d6;
}
.bg-newcolor-fuchsia {
    background-color: #ffbc01;
}
.bg-newcolor-red {
    background-color: #f55050;
}
.bg-newcolor-lime {
    background-color: #a0d995;
}
.bg-newbtn-violet {
    background-color: #8b5cf6;
    color: #fff;
}
.bg-newbtn-violet:hover {
    background-color: #a78bfa;
    color: #fff;
}
.bg-newbtn-violet:focus {
    background-color: #a78bfa;
    color: #fff;
}
.b-rad5 {
    border-radius: 5px;
}

.buttonmk1 {
    width: 120px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    padding: 0px 15px;
    background-color: #8b5cf6;
    border-radius: 10px;
    color: white;
    border: none;
    position: relative;
    cursor: pointer;
    transition-duration: 0.2s;
}

.bell {
    font-size: 1.9rem;
}
.notification-msg-icon1 {
    font-size: 2.4rem;
}

.arrow {
    position: absolute;
    right: 0;
    width: 30px;
    height: 100%;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonmk1:hover {
    background-color: #a78bfa;
    color: #fff;
    transition-duration: 0.2s;
}

.buttonmk1:hover .arrow {
    animation: slide-right 0.6s ease-out both;
}
/* arrow animation */
@keyframes slide-right {
    0% {
        transform: translateX(-10px);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

.buttonmk1:active {
    transform: translate(1px, 1px);
    transition-duration: 0.2s;
}
#chartmkapx {
    max-width: 1280px;
    margin: 35px auto;
}
#chartmkapx2 {
    max-width: 1280px;
    margin: 35px auto;
}

.layout-boxed html,
.layout-boxed body {
    height: 100%;
}
body {
    font-family: 'Poppins', 'Roboto', sans-serif !important;
    font-weight: 400 !important;
    overflow-x: hidden;
    overflow-y: auto;
}

.skin-black-light .sidebar-menu > li > a {
    transition: background-color 0.5s, color 0.3s, border-radius 0.3s, margin-left 0.3s,
        margin-right 0.3s;
    margin-left: 0px;
    margin-right: 0px;
}

.skin-black-light .sidebar-menu > li:hover > a,
.skin-black-light .sidebar-menu > li.active > a,
.skin-black-light .sidebar-menu > li.menu-open > a {
    background: #8b5cf6 !important;
    color: #fff;
    border-radius: 10px;
    margin-left: 3%;
    margin-right: 3%;
}

.skin-black-light .content-wrapper .content-header-custom h1,
.skin-black-light .content-wrapper .content-header-custom small,
.skin-black-light .content-wrapper .content-header-custom a {
    color: #000 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

.skin-black-light .main-header .navbar {
    background-color: #fff;
    background-image: linear-gradient(to right, #fff, #fff);
}
.skin-black-light .content-wrapper .content-header-custom {
    background-color: #f5f5fa;
    background-image: linear-gradient(to right, #f5f5fa, #f5f5fa);
}

.skin-black .main-sidebar .logo,
.skin-black-light .main-sidebar .logo {
    background: #fff;
    color: #000;
}

.skin-black-light .main-header .logo {
    background: #fff;
}

.skin-black-light .main-sidebar .logo:hover {
    background: #f5f5fa;
}

.skin-black-light .main-header .logo:hover {
    background: #fff;
}

.skin-black-light .main-header .navbar > .sidebar-toggle {
    color: #000 !important;
}

.skin-black-light .main-header .navbar .nav > li > a {
    color: #000 !important;
}
.skin-black-light .main-header .navbar .sidebar-toggle:hover,
.skin-black-light .main-header .navbar .nav > li > a:hover,
.skin-black-light .main-header .navbar .nav > li > a:active,
.skin-black-light .main-header .navbar .nav > li > a:focus,
.skin-black-light .main-header .navbar .nav .open > a,
.skin-black-light .main-header .navbar .nav .open > a:hover,
.skin-black-light .main-header .navbar .nav .open > a:focus,
.skin-black-light .main-header .navbar .nav > .active > a {
    background: #f5f5fa;
}
.skin-black .main-header li.user-header,
.skin-black-light .main-header li.user-header {
    background-color: #f5f5fa;
}
.skin-black-light .sidebar-menu .treeview-menu > li > a:hover {
    color: #000;
    background-color: #ede9fe;
    border-radius: 6px;
    margin-left: 6px;
    margin-right: 6px;
}

.sidebar-menu li.active > a {
    font-weight: 400 !important;
}

.skin-blue-light .sidebar-menu > li > .treeview-menu,
.skin-black-light .sidebar-menu > li > .treeview-menu,
.skin-purple-light .sidebar-menu > li > .treeview-menu,
.skin-green-light .sidebar-menu > li > .treeview-menu,
.skin-red-light .sidebar-menu > li > .treeview-menu,
.skin-yellow-light .sidebar-menu > li > .treeview-menu {
    background: #fff !important;
}

.navbar-nav > .user-menu .user-image {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: -10px;
}

.budhi {
    font-family: 'roboto';
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    width: auto;
    overflow: auto;
}

.budhi::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/bglogin1.jpg) center no-repeat;
    background-size: cover;
    filter: blur(4px);
    /* z-index: -1; */
}

.login-container {
    background-color: #fff;
    padding: 20px;
    border-radius: 14px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 300px;
    position: fixed;
    top: 190px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
}

.logo-buddhi {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    padding: 30px;
    z-index: 1;
}
.logo-buddhi1 {
    top: 20px;
    width: 300px;
    background: none;
    box-shadow: none;
}
.logo-buddhi2 {
    position: relative;
    background: none;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
    .logo-buddhi1 {
        top: 0;
    }
    .login-container {
        top: 170px;
    }
    .logo-buddhi1 {
        top: 0;
    }
}

.login-container h2 {
    text-align: center;
}

.login-form {
    display: flex;
    flex-direction: column;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: bold;
    padding-top: 10px;
}

.form-group input {
    padding: 8px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.form-group input[type='submit'] {
    cursor: pointer;
    background-color: #007bff;
    color: #fff;
    border: none;
}

.btn-buddhi1 {
    text-decoration: none;
    color: #525f7f;
}
.text-buddhi3 {
    font-size: 30px;
    color: #000;
    text-transform: uppercase;
    margin-left: 85px;
    margin-bottom: 55px;
    margin-top: 10px;
}
.text-buddhicolor {
    color: #000;
}
.form-buddhi3 {
    width: 250px;
    opacity: 0.9;
}
.form-buddhi4 {
    width: 200px;
    border-radius: 30px;
}
.imc-buddhi {
    position: relative;
    top: -313px;
    right: -560px;
    width: 20%;
}
.btn-buddhi {
    border-radius: 30px;
    padding: 12px;
    margin-left: 55px;
}
.control-buddhi input {
    border-radius: 8px;
}
.control-buddhi {
    opacity: 0.4;
}
.buddhi-color {
    color: #000;
}

/* mk */
.box {
    box-shadow: 0 7px 25px rgba(0, 0, 0, 0.1) !important;
}

.box.box-primary {
    border-top: none;
    border-radius: 12px;
}

/* custom table */

/* .custom-table tbody tr:nth-child(even) {
  background-color: #fff;
  
}
.custom-table tbody tr:nth-child(odd) {
  background-color: #f5f3ff; 
} */

/* .custom-table tbody tr {
  background-color: #f5f3ff;
  
  
} */

.custom-table {
    border-collapse: separate;
    border-spacing: 0 15px; /* Adjust the spacing between rows */
    width: 95%;
}

.custom-table th {
    background-color: #ddd6fe;
}
.custom-table th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.custom-table th:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table tbody tr {
    background-color: #f5f3ff;
    vertical-align: middle !important;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f5f3ff;
}

.custom-table td {
    padding: 15px;
    vertical-align: middle !important;
}

.custom-table td:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table {
    border-collapse: separate;
    border-spacing: 0 15px; /* Adjust the spacing between rows */
    width: 95%;
}

.custom-table th {
    background-color: #ddd6fe;
}
.custom-table th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.custom-table th:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table tbody tr {
    background-color: #f5f3ff;
}

.custom-table tbody tr:nth-child(odd) {
    background-color: #f5f3ff;
}

.custom-table td {
    padding: 15px;
}

.custom-table td:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
    z-index: 2;
    color: #4c1d95;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6750a4;
    border-color: #6750a4;
}

.btn-secondary-mk {
    background-color: #e8def8;
    color: #6750a4;
    font-weight: 600;
}
.btn-green-mk-l {
    background-color: #bbf7d0;
    color: #16a34a;
    font-weight: 600;
}
.btn-blue-mk-l {
    background-color: #bae6fd;
    color: #0284c7;
    font-weight: 600;
}
.btn-green-mk {
    background-color: #bbf7d0;
    color: #16a34a;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-blue-mk {
    background-color: #bae6fd;
    color: #0284c7;
    font-weight: 600;
    font-size: 1.1rem;
}

.btn-red-mk {
    background-color: #fecdd3;
    color: #e11d48;
    font-weight: 600;
    font-size: 1.1rem;
}

.box.box-mk {
    border-top: none;
    border-radius: 12px;
}

.btn-primary {
    background-color: #e8def8;
    color: #6750a4;
    font-weight: 600;
    border-color: #e8def8;
}
.btn-primary:hover {
    background-color: #e0cefd;
    color: #533e90;
    font-weight: 600;
    border-color: #e0cefd;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #8b5cf6;
    border-radius: 5px;
    border-top: none;
}
.bg-violet-100 {
    background-color: #ede9fe;
}

.bxborder-rounded-10px {
    border-radius: 20px;
    padding: 10px;
    box-shadow: 5px 10px;
}

.colory {
    border: none;
    border-radius: 15px;
}

.colory2 {
    background: linear-gradient(90deg, hsla(48, 96%, 89%, 1) 0%, hsla(48, 96%, 89%, 1) 100%);
}

.colory3 {
    background: linear-gradient(90deg, hsla(356, 100%, 95%, 1) 0%, hsla(356, 100%, 95%, 1) 100%);
}

.color4 {
    background: linear-gradient(90deg, hsla(141, 100%, 93%, 1) 0%, hsla(141, 100%, 93%, 1) 100%);
}
.color5 {
    background: linear-gradient(90deg, hsla(185, 96%, 90%, 1) 0%, hsla(185, 96%, 90%, 1) 100%);
}
.color6 {
    background: linear-gradient(90deg, hsla(287, 100%, 95%, 1) 0%, hsla(287, 100%, 95%, 1) 100%);
}

.lockscreen {
    background: #f5f5fa;
}

.btnz1 {
    /* border-radius: 5px;
text-align: center;
justify-content: center;
align-items: center; */
    /* background: #fecaca; */
    /* color: #ef4444; */
}

/* .btnz3{
background: #dbeafe;
color: #2563eb;
} */
.crd {
    height: 15px;
    background-color: #ffffff;
    border-radius: 20px;
}

.btnz1 {
    border-radius: 5px;
    background: linear-gradient(90deg, hsla(1, 100%, 68%, 1) 0%, hsla(1, 100%, 68%, 1) 100%);
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.btn-i i {
    font-size: 14px;
    margin-right: 5px;
    padding: 5px;
}

.btn-i {
    background: #ffffff;

    border-radius: 8px;

    /* border: #d1d5db;
border-style: solid; */
}

.clzz {
    color: #22c55e;
}
.clzz1 {
    color: #06b6d4;
}
.clzz2 {
    color: #f43f5e;
}
.clzz3 {
    color: #fbbf24;
}
.clzz4 {
    color: #c026d3;
}

.custom-table2 {
    border-collapse: separate;
    border-spacing: 0 15px; /* Adjust the spacing between rows */
    width: 95%;
}

.custom-table2 th {
    background-color: #ddd6fe;
}
.custom-table2 th {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.custom-table2 th:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-table2 th:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.custom-table2 tbody tr {
    background-color: #f5f3ff;
}

.custom-table2 tbody tr:nth-child(odd) {
    background-color: #f5f3ff;
}

.custom-table2 td {
    padding: 15px;
}

.custom-table2 td:first-child {
    padding-left: 20px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    vertical-align: middle !important;
}

.custom-table2 td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.btn-1 {
    background: #e0f2fe;
    color: #2563eb;
    border-radius: 8px;
    padding: 50px;
}
.btn-2 {
    background: #fee2e2;
    color: #dc2626;
    border-radius: 8px;
}
.btn-3 {
    background: #fce7f3;
    color: #ec4899;
    border-radius: 8px;
}
.btn-4 {
    background: #fef3c7;
    color: #d97706;
    border-radius: 8px;
}
.btn-5 {
    background: #ccfbf1;
    color: #0d9488;
    border-radius: 8px;
}

.btn-b {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    border: none;
}
.backk {
    margin-top: 15%;
}

.btn-prm {
    background: #1572e8;
    color: white;
}
.btn-prm:hover {
    background: #1263cb;
    color: white;
}

.sign-btn-wc {
    font-family: 'Inter';
    line-height: 1;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background-color: var(--clr);
    color: rgba(255, 255, 255, 0.8);
    border-radius: 10rem;
    padding: 1.5rem 2.5rem;
    padding-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color 0.3s;
    margin: 0 auto;
}

.button__icon-wrapper {
    flex-shrink: 0;
    width: 15px;
    height: 15px;
    position: relative;
    color: var(--clr);
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    display: grid;
    place-items: center;
    overflow: hidden;
}

.sign-btn-wc:hover {
    background-color: #000;
}

.sign-btn-wc:hover .button__icon-wrapper {
    color: #000;
}

.button__icon-svg--copy {
    position: absolute;
    transform: translate(-150%, 150%);
}

.sign-btn-wc:hover .button__icon-svg:first-child {
    transition: transform 0.3s ease-in-out;
    transform: translate(150%, -150%);
}

.sign-btn-wc:hover .button__icon-svg--copy {
    transition: transform 0.3s ease-in-out 0.1s;
    transform: translate(0);
}


.Btn-pos-header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 30px;
    height: 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition-duration: .3s;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.199);
    background-color: #818cf8;
    margin-right: 10px;
    margin-top: 5px;
  }
  
  /* plus sign */
  .sign {
    width: 100%;
    transition-duration: .3s;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .sign i {
    font-size: 16px;
    color: #fff;
  }
  
  
  /* text */
  .btn-pos-text {
    position: absolute;
    right: 0%;
    width: 0%;
    opacity: 0;
    color: white;
    font-size: 0.9em;
    font-weight: 500;
    transition-duration: .3s;
    white-space: nowrap;
    
  }
  /* hover effect on button width */
  .Btn-pos-header:hover {
    width: 160px;
    border-radius: 40px;
    transition-duration: .3s;
  }
  
  .Btn-pos-header:hover .sign {
    width: 30%;
    transition-duration: .3s;
    padding-left: 5px;
  }
  /* hover effect button's text */
  .Btn-pos-header:hover .btn-pos-text {
    opacity: 1;
    width: 70%;
    transition-duration: .3s;
    margin-right: 10px;
  }
  /* button click effect*/
  .Btn-pos-header:active {
    transform: translate(2px ,2px);
  }

  .btn-pos {
    border: none;
    display: flex;
    padding: 0.75rem 1.5rem;
    background-color: #488aec;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    align-items: center;
    border-radius: 0.5rem;
    gap: 0.75rem;
    box-shadow: 0 4px 6px -1px #488aec31, 0 2px 4px -1px #488aec17;
    transition: all .6s ease;
    
  }
  
  .btn-pos:hover {
    box-shadow: 0 10px 15px -3px #488aec4f, 0 4px 6px -2px #488aec17;
  }
  