﻿#logout {
    background: var(--secondary-50);
    color: var(--text);
    /* font-weight: 600; */
    font-size: .875em;
    padding: 0.125em !important;
}

@import url('font.css');
@import url('jq_ui.css');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
    text-decoration: none !important;
}

:root {
    --theadColor: #E31837;
    --headArea: radial-gradient(#004687 0%,#082567 60%, #002D62);
    --text: #03031f;
    --bg: #f7f7fe;
    --primary: linear-gradient(45deg, midnightblue 0%, darkblue 40%, midnightblue 100%);
    /*--primary: #1b20e8;*/
    --secondary: #de85f2;
    --border1: 1rem;
    --border05: 0.5rem;
    --text-50: #e8e8fd;
    --text-100: #d1d1fa;
    --text-200: #a2a2f6;
    --text-300: #7474f1;
    --text-400: #4545ed;
    --text-500: #1717e8;
    --text-600: #1212ba;
    --text-700: #0e0e8b;
    --text-800: #09095d;
    --text-900: #05052e;
    --text-950: #020217;
    --background-50: #e8e8fc;
    --background-100: #d2d2f9;
    --background-200: #a4a4f4;
    --background-300: #7777ee;
    --background-400: #4949e9;
    --background-500: #1c1ce3;
    --background-600: #1616b6;
    --background-700: #111188;
    --background-800: #0b0b5b;
    --background-900: #06062d;
    --background-950: #030317;
    --primary-50: #e8e8fd;
    --primary-100: #d1d1fa;
    --primary-200: #a2a4f6;
    --primary-300: #7476f1;
    --primary-400: #4548ed;
    --primary-500: #171ae8;
    --primary-600: #1215ba;
    --primary-700: #0e108b;
    --primary-800: #090b5d;
    --primary-900: #05052e;
    --primary-950: #020317;
    --secondary-50: #f9e8fd;
    --secondary-100: #f3d1fa;
    --secondary-200: #e6a3f5;
    --secondary-300: #da75f0;
    --secondary-400: #cd46ec;
    --secondary-500: #c118e7;
    --secondary-600: #9a13b9;
    --secondary-700: #740f8a;
    --secondary-800: #4d0a5c;
    --secondary-900: #27052e;
    --secondary-950: #130217;
    --accent-50: #fde8fb;
    --accent-100: #fad1f6;
    --accent-200: #f6a2ed;
    --accent-300: #f174e5;
    --accent-400: #ed45dc;
    --accent-500: #e817d3;
    --accent-600: #ba12a9;
    --accent-700: #8b0e7f;
    --accent-800: #5d0954;
    --accent-900: #2e052a;
    --accent-950: #170215;
    --linearPrimarySecondary: linear-gradient(#e24f4f, #f30000);
    --linearPrimaryAccent: linear-gradient(#1b20e8, #ed4ddd);
    --linearSecondaryAccent: linear-gradient(#de85f2, #ed4ddd);
    --radialPrimarySecondary: radial-gradient(#1b20e8, #de85f2);
    --radialPrimaryAccent: radial-gradient(#1b20e8, #ed4ddd);
    --radialSecondaryAccent: radial-gradient(#de85f2, #ed4ddd);
    --para_font: "Poppins", sans-serif;
    --fweight1: 400;
    --fweight2: 900;
    --head_font: "Bookman Old Style";
    --para_font_color: #545151;
    --para_font_size: 14px;
    --ico_font_size: 1.25em;
    --backcolor: #f35800;
    --backcolor2: #768695;
    --white: #ffffff;
    --transgrey: #8d8d8d61;
    --transwhite: #ffffff42;
    --green: green;
    --table-head: #252323;
    --blacktrans: #000000e0;
    --headbg: #f1d3f5b8;
    --gelblue: navy;
    --headbg2: #000063;
}
/*
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px var(--backcolor2);
    border-radius: 30px;
}

::-webkit-scrollbar-thumb {
    background: var(--backcolor);
    border-radius: 30px;
}*/


.k-button-icontext .k-icon {
    margin: 0px !important;
}
.k-icon {
    font-size: var(--font-size) !important;
}

.k-textbox .k-icon {
    margin: -5px 0 0 !important;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

input[type=radio] {
    width: 20px;
    margin-right: 4px;
    cursor: pointer;
}

input[type=checkbox], input[type=file], .chngemobpad, #foodImg {
    cursor: pointer !important;
    accent-color: #dc3545;
    z-index: 9
}

/*input::placeholder, textarea::placeholder {
    color: transparent
}

.nav-item ::placeholder {
    color: dimgrey;
}*/

input[type=file] {
    border: none !important;
}

input[readonly] {
    border-color: darkgrey;
    border-style: solid;
    border-width: 1px;
    background-color: rgb(235, 235, 228);
    color: rgb(84, 84, 84);
    padding: 2px 0px;
}

.form-control {
    padding-block: 2px !important;
}

.myTab .form-control {
    padding-block: .375 !important
}

::file-selector-button {
    display: block;
    width: 100%;
    border: none;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: var(--para_font) !important;
    font-weight: var(--fweight1) !important;
    background-color: var(--bg);
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
    /*font-size: clamp(12px,.85vw,1rem);*/
}

#astric {
    color: #f35800;
    position: absolute;
    z-index: 9;
    left: 5px;
    top: 0px;
}

#preloader h3 {
    position: relative;
    left: 47% !important;
}

td #astric {
    top: 0px;
}

.preloader-background {
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    top: 0px;
    z-index: 999;
    overflow: hidden;
}
/*.modal-dialog{
    margin:0px;
}*/

#cooking {
    position: relative;
    margin: 0 auto;
    top: 0;
    width: 75vh;
    height: 75vh;
    overflow: hidden;
}

    #cooking .bubble {
        position: absolute;
        border-radius: 100%;
        box-shadow: 0 0 0.25vh #4d4d4d;
        opacity: 0;
    }

        #cooking .bubble:nth-child(1) {
            margin-top: 2.5vh;
            left: 58%;
            width: 2.5vh;
            height: 2.5vh;
            background-color: #2384f3;
            animation: bubble 2s cubic-bezier(0.53, 0.16, 0.39, 0.96) infinite;
        }

        #cooking .bubble:nth-child(2) {
            margin-top: 3vh;
            left: 52%;
            width: 2vh;
            height: 2vh;
            background-color: #20ffbd;
            animation: bubble 2s ease-in-out 0.35s infinite;
        }

        #cooking .bubble:nth-child(3) {
            margin-top: 1.8vh;
            left: 50%;
            width: 1.5vh;
            height: 1.5vh;
            background-color: #0a5a;
            animation: bubble 1.5s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.55s infinite;
        }

        #cooking .bubble:nth-child(4) {
            margin-top: 2.7vh;
            left: 56%;
            width: 1.2vh;
            height: 1.2vh;
            background-color: #ef5;
            animation: bubble 1.8s cubic-bezier(0.53, 0.16, 0.39, 0.96) 0.9s infinite;
        }

        #cooking .bubble:nth-child(5) {
            margin-top: 2.7vh;
            left: 63%;
            width: 1.1vh;
            height: 1.1vh;
            background-color: #242424;
            animation: bubble 1.6s ease-in-out 1s infinite;
        }

    #cooking #area {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 50%;
        height: 50%;
        background-color: transparent;
        transform-origin: 15% 60%;
        animation: flip 2.1s ease-in-out infinite;
    }

        #cooking #area #sides {
            position: absolute;
            width: 100%;
            height: 100%;
            transform-origin: 15% 60%;
            animation: switchSide 2.1s ease-in-out infinite;
        }

            #cooking #area #sides #handle {
                position: absolute;
                bottom: 18%;
                right: 80%;
                width: 35%;
                height: 20%;
                background-color: transparent;
                border-top: 1vh solid #333;
                border-left: 1vh solid transparent;
                border-radius: 100%;
                transform: rotate(20deg) rotateX(0deg) scale(1.3, 0.9);
            }

            #cooking #area #sides #pan {
                position: absolute;
                bottom: 20%;
                right: 30%;
                width: 50%;
                height: 8%;
                background-color: #880808;
                border: 1px solid;
                border-radius: 0 0 1.4em 1.4em;
                transform-origin: -15% 0;
                z-index: 9;
            }

        #cooking #area #pancake {
            position: absolute;
            top: 24%;
            width: 100%;
            height: 100%;
            transform: rotateX(85deg);
            animation: jump 2.1s ease-in-out infinite;
        }

            #cooking #area #pancake #pastry {
                position: absolute;
                bottom: 26%;
                right: 37%;
                width: 40%;
                height: 45%;
                background-color: #3e2929;
                box-shadow: 0 0 3px 0 #9b1111;
                border-radius: 100%;
                transform-origin: -20% 0;
                animation: fly 2.1s ease-in-out infinite;
            }

@keyframes jump {
    0% {
        top: 24%;
        transform: rotateX(85deg);
    }

    25% {
        top: 10%;
        transform: rotateX(0deg);
    }

    50% {
        top: 30%;
        transform: rotateX(85deg);
    }

    75% {
        transform: rotateX(0deg);
    }

    100% {
        transform: rotateX(85deg);
    }
}

@keyframes flip {
    0% {
        transform: rotate(0deg);
    }

    5% {
        transform: rotate(-27deg);
    }

    30%, 50% {
        transform: rotate(0deg);
    }

    55% {
        transform: rotate(27deg);
    }

    83.3% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes switchSide {
    0% {
        transform: rotateY(0deg);
    }

    50% {
        transform: rotateY(180deg);
    }

    100% {
        transform: rotateY(0deg);
    }
}

@keyframes fly {
    0% {
        bottom: 26%;
        transform: rotate(0deg);
    }

    10% {
        bottom: 40%;
    }

    50% {
        bottom: 26%;
        transform: rotate(-190deg);
    }

    80% {
        bottom: 40%;
    }

    100% {
        bottom: 26%;
        transform: rotate(0deg);
    }
}

@keyframes bubble {
    0% {
        transform: scale(0.15, 0.15);
        top: 80%;
        opacity: 0;
    }

    50% {
        transform: scale(1.1, 1.1);
        opacity: 1;
    }

    100% {
        transform: scale(0.33, 0.33);
        top: 60%;
        opacity: 0;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1, 1);
        opacity: 0.25;
    }

    50% {
        transform: scale(1.2, 1);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0.25;
    }
}

main {
    min-height: calc(100vh - 100px);
    padding: 0rem;
}

label {
    font-size: var(--para_font_size);
}


.page-info-area-1 {
    min-height: calc(100vh - 105px);
    background: white;
    border-radius: 3px;
    padding-block: 12px;
    border: 1px solid lightgray;
    box-shadow: 0px 0px 10px lightgray;
}


footer {
    border-top: 2px solid lightgray;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--head_font);
    FONT-WEIGHT: 400;
}

p, span, spam, li, u, a {
    color: var(--para_font_color);
    font-family: 'Figtree', sans-serif;
    font-weight: 500;
}

.icofont-user-alt-4 {
    border-radius: 25px !important;
}

button {
    border: none;
}


.dataTables_wrapper .dataTables_filter input {
    width: auto;
}

.dataTables_wrapper .dataTables_length select {
    width: auto !important;
}

input, select, textarea, .k-input, .k-picker {
    border-radius: 3px;
    width: 100%;
    padding: 2px 5px;
    background: var(--white);
    color: #606060 !important;
    font-weight: 500;
    border: 1px solid #eae8e8 !important;
    border: none;
    text-transform: unset;
    font-family: var(--para_font);
}

    input:disabled {
        background: #e1e1e1e1;
        border: none !important;
    }

    input:focus, select:focus, textarea:focus {
        outline: none;
        /*border: 1px solid var(--backcolor) !important;*/
        color: navy;
        font-weight: 400;
    }

label {
    font-weight: 400
}

option, label {
    text-transform: capitalize !important;
}

div > label {
    text-transform: capitalize !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    /*font-size: .75em !important;*/
}

option:hover {
    background-color: var(--backcolor) !important;
    color: white !important;
}

.user_login {
    /*font-weight: var(--fweight2);*/
    color: navy;
    font-size: 1em;
    letter-spacing: 1px;
}

#logout {
    border: 1px solid #e55300 !important;
    background: #ffede5;
    /* font-weight: 600; */
    /* font-size: .875em; */
    padding: 0.125em !important;
    border-radius: .25rem;
}

.icofont-user-alt-4, .icofont-logout {
    color: #e45200;
    padding: 2px 3px;
}

/*.heading {
    background: var(--accent-50) !important;
    border: 1px solid var(--accent-100);
    border-radius: 0.25rem;
}*/
.heading {
    background: #f8f9fa !important;
    border: 1px solid #dee2e6 !important;
    border-radius: 0.25rem;
}

/*.Page_title {
    font-weight: bold
}*/

.primary-button:hover, .saef:hover {
    /*transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px var(--primary);*/
    background-color: #dc3545;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    border-color: var(--primary-800)
}

.saef {
    border: 1px solid rgb(176 176 176);
    border-radius: 3px;
}

.primary-button {
    padding: 0.25em .75em;
    background: #dc3545;
    border-radius: 3px;
    transition: transform ease 0.2s, box-shadow ease 0.2s;
    display: inline-block;
    white-space: nowrap;
    font-size: .875rem;
    box-shadow: inset 0 0 0 2px rgba(0,0,0,.12);
    margin-block: .25em;
    color: white;
}

.logo {
    font-family: var(--head_font);
    font-size: 1em;
    font-weight: var(--fweight2);
    color: darkblue;
}

.head_area {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    /*background-color: #f8f8f8;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg stroke='%23CCC' stroke-width='0' %3E%3Crect fill='%23F5F5F5' x='-60' y='-60' width='110' height='240'/%3E%3C/g%3E%3C/svg%3E");*/
    background: var(--headArea);
}

/*.side_nav {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    background: #f6f2f2;
}*/

.side_nav {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    background: #f6f2f2;
    transition: left 0.3s ease;
}

.menu-item ul li a i, .menu-item ul li a span {
    /* color: #e2e2e2 !important; */
}

.menu-item .active {
    background: var(--linearPrimarySecondary);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.border_end {
    border-right: 1px solid #b3b3b3d1 !important;
}

.border_bottom {
    border-bottom: 1px solid #b3b3b3d1 !important
}

.icofont-simple-down {
    font-size: 1rem;
}

.icofont-simple-down {
    position: relative;
    top: 0px;
}

header {
    position: sticky;
    top: -2.5pc;
    z-index: 100;
    width: 100%;
}

.panel {
    display: none;
}

.astrict {
    color: red;
    position: absolute;
    top: 0px;
    left: 5px;
}

.icofont-long-arrow-up, .icofont-rupee-plus {
    color: var(--green);
    font-size: 12px;
}

.icofont-long-arrow-down, .icofont-rupee-minus {
    color: red;
    font-size: 15px;
}

.card-header, .card-footer {
    font-weight: 600;
    color: #594e4e;
    font-family: var(--head_font);
}

._customLabel {
    font-weight: 600;
    text-align: left;
    color: #374151 !important;
}

._customIcon {
    background-color: #fff!important;
    /*color: #de6f6f !important;*/
    font-size: 2.5rem;
}

._dash_Card h5 {
    font-family: Poppins !important;
    font-weight: 600;
    font-size: 1.75rem;
}

b {
    /* font-size: 11px !important; */
}

.w-45 {
    width: 45%;
}

.drpdwn {
    /* position: relative; */
}

.dropdown {
    display: none;
    position: absolute !important;
    width: 14em;
    background: #fff !important;
    border-radius: 0px;
    top: 100%;
    left: 0%;
    border-top: 2px solid var(--gelblue);
    border-bottom: 2px solid var(--gelblue);
}

.text-gelblue, .sub-dropdown ul li .text-gelblue {
    color: var(--para_font_color) !important;
    transition: all 0.1s linear 0s;
}

.dropdown > .list-unstyled li:hover > a,
.dropdown .list-unstyled li:hover > a > span,
.sub-dropdown > .list-unstyled > li:hover > a span {
    color: white !important;
    transition: all 0.1s linear 0s;
    font-weight: 600;
}

.dropdown .list-unstyled li:hover > a > i {
    /*background: #dee7ef;
    padding: 3px;
    border: 1px solid #9caac6;*/
    color: white;
    font-weight: 900;
}

.menu-item .list-inline .list-inline-item:after {
    content: "";
    position: absolute;
    width: 0%;
    height: 1px;
    left: 0;
    top: -1px;
    z-index: 9;
    background-color: white;
    transition: all 0.1s linear 0s !important;
}

.menu-item .list-inline .list-inline-item:hover:after {
    width: 100%;
    background-color: var(--backcolor);
    /*height: 3px;*/
    transition: all 0.1s linear 0s !important;
}

/*.menu-item .list-inline .list-inline-item:hover .dropdown,
.menu-item .list-inline .list-inline-item:hover .megaDropdown {
    display: block;
    transition: all 0.1s linear 0s !important;
}*/

.dropdown .list-unstyled li {
    transition: all 0.1s linear 0s;
}

    .dropdown .list-unstyled li:hover {
        background: var(--backcolor);
        transition: all 0.5s cubic-bezier(0, 0.47, 0.88, 0.1) 0s;
        border-left: 3px solid #9caac6;
        border-bottom: none !important;
        border-radius: 0px;
    }

    .dropdown .list-unstyled li .icofont-simple-right {
        transition: all 1s linear 0s !important;
    }

    .dropdown .list-unstyled li:hover .icofont-simple-right {
        transition: all 1s linear 0s !important;
        position: relative;
        left: 50%;
    }

    .dropdown .list-unstyled li:hover .sub-dropdown {
        display: block;
        transition: all 1s linear 0s !important;
    }

.sub-dropdown {
    position: absolute !important;
    left: 100.5%;
    width: 15em;
    background: #ede9e9e0 !important;
    margin-top: -10%;
    display: none;
    transition: all 1s linear 0s !important;
}

.icofont-exchange, .icofont-star {
    border-radius: 50%;
    padding: 5px;
    font-size: 10px;
}

.icofont-rupee, .icofont-calendar, .icofont-rupee-plus, .icofont-rupee-minus {
    font-size: 12px;
}

.right {
    float: right
}

.left {
    float: left
}

.chartToggle, .html-duration-picker-input-controls-wrapper .controls {
    display: none !important;
}

.icofont-bin, .icofont-edit, .table, .pointer {
    cursor: pointer !important;
}

.nav-tabs .nav-link.active {
    color: var(--bs-black);
    background-color: rgba(255, 255, 255, 0.49);
    font-weight: 600;
}

.icofont-question-square, .icofont-support-faq, .icofont-cloud-download {
    font-size: 2rem;
}

.rest-table, .running-table, .paid-table, .paymentPending {
    border-radius: 5px;
    height: 100%;
    position: relative;
    transition: all 0.5ms linear 0s;
    padding: 5px 10px !important;
}

.dataTables_scrollBody {
    height: calc(100vh - 20.5em);
    min-height: 150px;
    border: 1px solid lightgrey;
}

.rest-table:hover, .running-table:hover, .paid-table:hover, .paymentPending:hover {
    transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px grey;
    animation: 2s;
}

.rest-table h3, .running-table h3, .paymentPending h3 {
    margin-bottom: 0;
}

.rest-table i, .running-table i, .paid-table i, .paymentPending i {
    color: var(--backcolor2);
    font-size: 2rem;
}

.paymentPending {
    color: #202020;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    background-color: white;
    border: 2px solid #f5a3a3;
}

.rest-table {
    border: 2px solid #9090ff;
}

.running-table {
    color: #202020;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    background-color: white;
    border: 2px solid #92af91;
}

.rest-table {
    color: #202020;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 5px;
    background-color: #ffffff;
}

    .running-table h3, .running-table b, .running-table small,
    .rest-table h3, .rest-table b, .rest-table small, .paymentPending h3, .paymentPending b, .paymentPending small {
        font-family: var(--para_font);
        font-size: 16px;
        font-weight: 500;
        text-transform: capitalize;
    }



.brdr_1 {
    border-bottom: 4px solid #25a7c6 !important;
}

.brdr_2 {
    border-bottom: 4px solid #dcdbe3 !important;
}

.running-table i, .paid-table i {
    color: #9caac6;
}

.w-20 {
    /*width: 20% !important;*/
    padding: .25rem !important
}

.w-23 {
    width: 23% !important;
}

.relative {
    position: relative !important;
}

.overlay-text {
    position: absolute !important;
    width: 100%;
    TOP: 50%;
    text-align: center;
    padding: 0px;
    left: 50%;
    transform: translate(-50%,-50%);
}

    .overlay-text h6 {
        color: var(--text);
        font-weight: 500;
        font-family: var(--para_font);
        text-transform: capitalize;
        font-size: clamp(12px,2vh,1.25rem) !important;
    }

.running-table b i {
    font-size: 15px;
    color: black;
    opacity: 1;
}

.running-table small {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 600;
    margin-top: 10px;
}

.wh {
    color: black;
    padding: 2px 8px;
}

.food-overlay {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95%;
    min-height: 500px;
    z-index: 99;
    transform: translate(-50%, -50%);
    padding: 4px 15px;
    border: 1px solid rgb(169, 169, 169);
    border-radius: 10px;
    overflow: hidden;
}

    .food-overlay .row {
        background-color: rgb(255, 255, 255);
        overflow-y: auto;
        border-radius: 5px;
    }

#foodOrder {
    overflow: hidden;
}

.veg, .non-veg {
    position: relative;
    border: 1px solid gray;
    border-radius: 5px;
}

    .veg::after, .non-veg::after {
        position: absolute;
        content: " ";
        width: 20px;
        height: 20px;
        bottom: 2%;
        right: 1%;
        border-radius: 0px 0px 5px;
    }

    .veg::before, .non-veg::before {
        position: absolute;
        content: " ";
        width: 15px;
        height: 15px;
        bottom: 9%;
        right: 2.5%;
        border-radius: 50%;
    }

    .veg::after {
        border: 1px solid var(--green);
    }

    .non-veg::after {
        border: 1px solid var(--backcolor);
    }

    .veg::before {
        background-color: var(--green);
    }

    .non-veg::before {
        background-color: var(--backcolor);
    }

.table_indicator .list-inline-item:nth-child(1) span {
    background-color: rgb(255, 255, 255);
    border-radius: 50%;
    padding: 0px 9px;
    margin-right: 2px;
    border: 1px dashed var(--backcolor2);
}

.table_indicator .list-inline-item:nth-child(2) span {
    background-color: #199880;
    border-radius: 50%;
    padding: 0px 9px;
    margin-right: 2px;
}

.table_indicator .list-inline-item:nth-child(3) span {
    background-color: #e22525;
    border-radius: 50%;
    padding: 0px 9px;
    margin-right: 2px;
}

.table_indicator .list-inline-item:nth-child(4) span {
    background-color: #ff0606;
    border-radius: 50%;
    padding: 0px 8px;
    margin-right: 2px;
}

.table_indicator .list-inline-item:nth-child(5) span {
    background-color: blueviolet;
    border-radius: 50%;
    padding: 0px 8px;
    margin-right: 2px;
}

.icofont-bin, .icofont-ui-block {
    color: var(--backcolor);
}

.icofont-edit, .icofont-plus-circle, .addbtn {
    color: darkblue;
    font-weight: bold;
    cursor: pointer;
}



.clickbtn {
    background-color: rgb(45, 50, 51) !important;
}

    .clickbtn a, .clickbtn a i {
        color: var(--white) !important;
    }

.btnSubmit {
}

.modal-content .btnSubmit,button {
    position: relative;
    border-radius: 7px;
}

.icofont-check-circled {
    color: green;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

/*.menu_bar {
    display: none !important;
}*/

.menu_bar {
    display: none !important; /* Desktop pe hide */
}

@media (max-width: 767px) {
    .menu_bar {
        display: block !important; /* Mobile pe show */
    }
}

.table-overflow {
    background-color: rgb(255 255 255 / 76%);
    position: relative !important;
}

.newHead, .mobadjust {
    border-left: 3px solid var(--backcolor) !important;
    color: #3a3636;
    text-transform: capitalize;
    margin: 6px 0px;
    background: whitesmoke;
    border: 1px solid #e1e1e1;
}

    .newHead, .mobadjust h4 {
        position: relative;
        font-size: 1rem;
        text-transform: capitalize;
        font-family: sans-serif;
        color: #3a3636;
    }

#customer {
    min-height: calc(100vh - 27.15rem) !important;
    background: white;
}

    #customer .align-self-center {
        position: relative;
    }

        #customer .align-self-center i {
            position: absolute;
            right: 20px;
            top: 5px;
        }

.nav-link {
    color: #375177 !important;
}


.nav-tabs .nav-link.active {
    background-color: #fcf0f0 !important;
    border-radius: 5px !important;
    color: var(--text) !important;
    margin: 4px 2px;
    border: 1px dashed #ffbcbc !important;
    animation: 2s ease;
}

.right-dashed-border .nav-tabs .nav-link.active {
    background: white !important;
    color: var(--primary-400) !important;
}

.megaDropdown a {
    display: block;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 288px;
}

button.nav-link {
    background: #ffffff !important;
    border-radius: 5px !important;
    color: var(--text) !important;
    margin: 4px 2px;
    border: 1px dashed #c8c8c8 !important;
    box-shadow: 1px 5px 5px var(--primary-50) !important;
    animation: 2s ease;
}

    button.nav-link:hover {
        animation: 2s ease;
        background: #9000c917 !important;
    }


#itemTable .table-overflow, #onlineOrder-tab-pane .table-overflow {
    height: calc(100vh - 300px);
}

.payment {
    background: #80008066;
}
/*.left-dashed-border .nav-tabs .nav-item{width:25%;}*/
.right-dashed-border {
    border-right: 1px dashed grey !important;
    overflow: hidden;
    height: calc(100vh - 100px);
    position: relative;
}

.left-dashed-border {
    border-left: 1px dashed grey !important;
    height: 100%;
    overflow: hidden;
}

.verticleTabs {
    height: calc(100vh - 100px);
    overflow: auto;
}

    #myTab > .nav-item button, .verticleTabs .nav-tabs .nav-item button {
        width: 100%;
        font-family: var(--para_font);
        font-weight: 600;
        font-size: 10px !important;
        text-transform: capitalize;
        word-break: break-all;
    }

.card_title, h3, .modal_head {
    text-transform: capitalize;
    /*font-size: 18px !important;*/
    font-weight: var(--fweight1)
}

.modal_head {
    border-bottom: 2px solid black !important;
    border-radius: 0px !important;
}

.row > h3, .bghead {
    background: #dbdcdd !important;
    border-radius: 3px;
    color: darkblue;
    text-transform: uppercase;
    border: 1px solid #cdcbcb;
    border-style: groove;
}

input[type=file] > span {
    display: none !important;
}

.transWhiteBack {
    background-color: rgb(255 255 255 / 85%);
}

.fixtr {
    color: darkblue;
    background: #cdcbcb;
}
/*tab content start*/
/* Style the tab */
.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}

    /* Style the buttons inside the tab */
    .tab button {
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 10px;
        transition: 0.3s;
    }

        /* Change background color of buttons on hover */
        .tab button:hover {
            background-color: #ddd;
        }

        /* Create an active/current tablink class */
        .tab button.active {
            background-color: #ccc;
        }

.tab-table table thead, .tab-table table tbody {
    display: block;
    width: 100%;
    overflow: auto;
}

.tab-table table tbody {
    height: 200px
}

.table {
    margin-bottom: 0px !important;
}

.k-table-thead, .k-table-th.k-sorted, .k-grid-header-wrap thead th {
    background: var(--theadColor) !important;
    color: whitesmoke !important;
}

    .k-table-thead i, .k-table-th.k-sorted i, .k-grid-header-wrap thead th i {
        color: whitesmoke !important;
    }

.k-column-title, .k-grid-filter-menu .k-svg-icon > svg {
    color: whitesmoke;
    font-weight: 600
}

.k-searchbox .k-input-icon {
    color: dimgray !important
}

thead, tbody, tfoot {
    border-color: lightgray !important
}
/* Style the tab content */
.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
}
    /*tab content end*/
    .tabcontent .table-overflow {
        height: 40vh;
    }

        .tabcontent .table-overflow .table tfoot {
            position: sticky;
            bottom: 0;
            z-index: 1;
            background: lightgray;
        }

.tax-area label {
    font-size: 10px;
    font-weight: bold
}

.tax-area input::placeholder, .tax-area input {
    font-size: 10px
}

.close, .close2 {
    position: absolute;
    right: 5px;
    background: var(--bs-black);
    width: 20px;
    height: 20px;
    top: 6px;
    border-radius: 5px;
}

.modal-content {
    background-color: #f9f9f9;
}



/* modal css  start */
/*.modal.fade.show {
    backdrop-filter: blur(3px) !important;
    background: transparent !important;
}*/

#paymentPopup.modal.fade-in, #infoItem.modal.fade-in, #infoItem1.modal.fade-in {
    backdrop-filter: blur(3px) !important;
    background: #bdbdbd73 !important;
}

.border-bottom {
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 3px;
    /*border-bottom: 1px solid blue !important;*/
    color: #000;
}

.customEditBtn {
    background: #f7faff;
    padding: 0.25rem .25rem;
    margin: 0px 1px;
    color: #6147ff;
    font-size: 0.75rem;
    border-radius: 4px;
    border: 1px solid #baafff;
    font-weight: 400;
}

    .customEditBtn i {
        color: var(--primary-500) !important;
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }

.customDeleteBtn, .customBlockBtn {
    background: #fff7f7;
    padding: 0.25rem .25rem;
    margin: 0px 1px;
    color: tomato;
    font-size: 0.75rem;
    border-radius: 4px;
    border: 1px solid #f5a3a3;
    font-weight: 500;
}

    .customDeleteBtn i, .customBlockBtn i {
        color: #e71818 !important;
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }

.customActiveBtn {
    background: #f7fff9;
    padding: 0.25rem .25rem;
    margin: 0px 1px;
    color: #327620;
    font-size: 0.75rem;
    border-radius: 4px;
    border: 1px solid #a3cfbb;
    font-weight: 600;
}

    .customActiveBtn i {
        color: #10550c !important;
        background: none !important;
        padding: 0 !important;
        box-shadow: none !important;
        border: none !important;
    }

.icofont-edit {
    background: white;
    padding: 2px;
    color: #1977da;
    border-radius: 3px;
    border: 1px solid #d2d1d1;
}

    .icofont-edit:hover {
        background: #1977da;
        padding: 2px;
        color: white;
        border-radius: 3px;
        border: 1px solid #d2d1d1;
    }

.icofont-bin {
    background: white;
    padding: 2px;
    color: red;
    border-radius: 3px;
    border: 1px solid #d2d1d1;
}

    .icofont-bin:hover {
        background: red;
        padding: 2px;
        color: white;
        border-radius: 3px;
        border: 1px solid #d2d1d1;
    }
/*.modal-body::after {
    content: "";
    position: absolute;
    background-image: url('../Image/card-body.jpg');
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0.021;
}
*/
.icofont-plus-circle {
    color: white
}

.modal-body form, .modal-body div {
    position: relative;
    z-index: 9;
}

.bg-danger {
    background-color: var(--backcolor)
}

.overflowItems {
    height: calc(100vh - 7rem);
    background-image: url('../image/bg02.jpg');
    overflow-x: hidden;
    border-bottom: 4px solid #e15100;
}

    .overflowItems > form > div > div.border {
        border-color: rgba(0 0 0 / 50%) !important;
    }

.backdropblur, #Items .bg-white {
    backdrop-filter: blur(5px) !important;
    border-radius: 5px;
    animation: 2s ease;
    background: transparent !important;
}

    #Items .bg-white:hover {
        animation: 2s ease;
        background: #9000c917 !important;
        backdrop-filter: blur(5px) !important;
    }

.overflowItems:hover, .verticleTabs:hover {
    overflow-y: overlay;
}

#delivery-tab-pane .table-overflow {
    height: calc(100vh - 393px);
}

.lowsizeimg {
    border-radius: 50%;
    box-shadow: inset 0 0 20px #999, inset 0 0 10px rgb(0 0 0 / 20%)
}

.lowfont {
    position: absolute;
    width: 100%;
    bottom: 0%;
    font-size: 8px;
    left: 0%;
    font-weight: 700;
    font-style: italic;
    color: #087893;
}
/* modal css  end */
.accordion, .overflowItems div {
    cursor: pointer;
    /*   transition: 0.4s;
    position: relative;
    overflow: hidden*/
}

/*   .accordion:before {
        content: '\002B';
        color: #777;
        font-size: 20px;
        float: right;
        position: relative;
        top: 10%;
        margin-right: 5px;
        z-index: 9;
    }*/

.addRowBtn {
    /*background: var(--primary-50);*/
    /*padding: 7px;*/
    /*color: var(--primary) !important;*/
    /*border-radius: 50%;*/
    /*box-shadow: 0px 0px 5px whitesmoke, inset 0px 0px 5px whitesmoke;*/
}

.sxklj {
    display: inline-block;
    width: max-content;
    position: absolute;
    z-index: 99;
    margin-top: 0px;
    padding: 3px;
}

.row > .active:before {
    content: "\2212";
}

.icofont-bubble-left {
    font-size: 3em
}

.panel {
    transition: max-height 0.2s ease-out;
}

.fnt-italic {
    font-size: 1.5rem;
    font-style: italic;
    line-height: 20px;
}

/*.detailOverlay {
    background: linear-gradient(45deg, #cdeefa, #e8e8e8) !important;
    position: absolute !important;
    width: 95%;
    bottom: 0%;
    left: 50%;
    transform: translate(-48.2%);
}*/

/*.bottomFixed {*/
/*width: 100%;
    position: absolute !important;
    left: 50%;*/
/*background: #747474;*/
/*background: #56a4c7;
    bottom: 0%;
    transform: translate(-50%);*/
/*}*/
/*
    .bottomFixed .row:nth-child(2) {
        background: linear-gradient(45deg, #cdeefa, #e8e8e8);
    }*/
.detailOverlay {
    position: relative;
    background: #eae8e8;
    border: 1px solid #cdc3c3;
    border-radius: 3px;
}

.totalItemsBillAmount {
    color: var(--primary-500);
}

#topGoes {
    position: absolute;
    bottom: calc(100% + -0.91rem);
    background: #fff3f352;
    left: 50%;
    transform: translateX(-50%);
    color: var(--secondary-500);
    width: max-content;
    z-index: 99;
    padding: 5px 8px;
    border-radius: 50% !important;
    border: 1px solid var(--primary-100);
    backdrop-filter: blur(3px);
    box-shadow: 0px 0px 10px var(--primary-100), inset 0px 0px 10px var(--primary-100);
    text-shadow: 0px 1px 3px grey;
}

#infoItem, #infoComboItem {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #d7d7d7f2;
    z-index: 9999 !important;
    bottom: 0;
    right: 0;
}

.k-input-inner {
    border: none !important;
}
/*#paymentPopup {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #5a4e56bd;
    z-index: 9999 !important;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.clse, .cls {
    position: absolute;
    right: 1%;
    top: 0%;
    cursor: pointer;
    color: black;
    background: transparent;
    width: 40px !important;
}

.clse {
    right: 0;
    top: 0%;
    font-size: 16px;
}

/*.iteminfobox, .itemComboinfobox {
    width: 850px;
    max-height: 850px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
}

.iteminfobox {
    width: 750px;
    max-height: 750px;
}*/

.rounded {
    border-radius: 8px !important;
}

@media (min-width: 992px) {
    .modal-lg, .modal-xl {
        max-width: 825px;
    }
}

.btn-group-sm > .btn, .btn-sm, button {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: 7px;
}

.ui-datepicker table {
    border: 1px solid ghostwhite;
    border-radius: 3px;
}


.ui-datepicker table, .ui-datepicker-calendar > thead {
    background-color: #eeeeee;
}

.dataTables_length {
    margin-bottom: 10px;
}
/*.modal.fade .modal-dialog {
    transform: translate(0,-50px) !important;
}*/
.hide-label > label {
    display: none !important;
}

.ui-widget-header {
    display: none
}
/*.table-overflow {
    height: calc(100vh - 325px);
    overflow: scroll;
}*/
.right-dashed-border .dataTables_scrollBody {
    height: 180px !important;
}
/*.right-dashed-border .dataTables_scrollBody .no-footer {
        width: 100%!important;
    }*/
.right-dashed-border .table.dataTable tbody th, table.dataTable tbody td, .table.dataTable thead th, table.dataTable thead td {
    font-size: 10px;
}

    .right-dashed-border .table.dataTable tbody th:nth-child(1), .right-dashed-border table.dataTable tbody td:nth-child(1), .right-dashed-border .table.dataTable thead th:nth-child(1), .right-dashed-border table.dataTable thead td:nth-child(1) {
        width: 30px !important;
    }

    .right-dashed-border .table.dataTable tbody th:nth-child(3), .right-dashed-border table.dataTable tbody td:nth-child(3), .right-dashed-border .table.dataTable thead th:nth-child(3), .right-dashed-border table.dataTable thead td:nth-child(3) {
        width: 350px !important;
    }

    .right-dashed-border .table.dataTable tbody th:last-child, table.dataTable tbody td:last-child, .right-dashed-border .table.dataTable thead th:last-child, .right-dashed-border table.dataTable thead td:last-child {
        width: 60px !important;
    }

thead th {
    white-space: nowrap;
}

.table-overflow {
    overflow: scroll;
    overflow-x: hidden;
    border: 1px solid lightgray;
    border-radius: 3px;
}

    .table-overflow table thead {
        position: sticky;
        top: 0;
    }

    .table-overflow button {
        position: absolute;
        right: 3px;
        z-index: 9;
        margin-top: 3px;
    }

.icofont-close-circled {
    color: red;
}
/*td a {
    padding: 2px 2px 1px 2px;
    border-radius: 50%;
    background: red;
}*/
.totalAmountPrice {
    font-size: 20px;
    font-weight: bold;
    color: red;
}

.totalAmountText {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--head_font);
}

.rupeemargin {
    float: left;
    margin-top: 6px;
    font-size: 16px;
}
/*#tableReservationList .modal-dialog {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) !important;
    width:100%;
}*/
.lFont {
    font-size: 18px;
}

.tableInfo {
    top: 1px;
    right: 1px;
    padding: 0 2px;
    border-radius: 15%;
    background: red;
    color: white;
    font-size: 12px;
    font-family: var(--bs-font-monospace);
}

.tax-area > div > input {
    text-align: right;
}

#customerDetail {
    position: absolute;
    right: 50%;
    top: -20%;
    width: auto;
    transform: translate(50%);
}

    #customerDetail i {
        background-color: grey;
        color: white;
    }
/*#customerDetail span{
    display:none;
}*/
.nav-item input {
    height: 32px;
    font-size: 14px;
}

.eyeBtn {
    background: red;
    border-radius: 50%;
    padding: 0px 6px;
    line-height: 1px !important;
    height: 20px;
    color: white !important;
}

#itemsDataTable {
    width: 100% !important;
}

.totalItemsBillAmount {
    font-size: initial !important
}

.addRow {
    right: 0.5%;
    padding: 4px;
    background: #dc3545;
    z-index: 99;
    color: white;
    top: 4%;
}

.h-48 {
    height: 48% !important;
}
/*DataTable css*/
.dataTables_wrapper {
    padding-block: .75rem;
    border: 1px solid var(--primary-100);
    border-radius: 4px;
}

    .dataTables_wrapper .dataTables_filter input, .dataTables_wrapper .dataTables_length select {
        background-color: white !important;
        border: none !important;
    }

.dataTables_length label, .dataTables_filter label, .dataTables_info, .dataTables_paginate .paging_simple_numbers {
    font-weight: 600;
    padding: 0px 5px;
}

.dataTables_scrollBody {
    background: white;
}

/*.dataTables_scrollHeadInner, .dataTable thead {
    background: var(--primary-400);
}*/

/*loader*/
#overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0,0,0,0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

.is-hide {
    display: none;
}

/*loader*/
.k-toolbar {
    /* background-color: white !important; */
}

.k-grid-content {
    min-height: calc(100vh - 22em) !important;
}

/*.k-table-thead, .k-table-header {
    background: var(--primary-400) !important;
}*/

#itemTable > #grid > .k-grid-content {
    height: calc(100vh - 25rem) !important;
    min-height: 400px !important;
}

#itemTable #grid table tr td:nth-child(4):first-letter {
    font-size: 12px !important;
}

#itemTable #grid table tr td:nth-child(5) {
    text-align: center;
    /*    font-size: 0px*/
}

.overlay-text h6 {
    text-transform: capitalize;
}

.w-10 {
    width: 10% !important;
}

.w-12 {
    width: 12% !important;
}

.w-15 {
    width: calc(14% + 1vw) !important;
}

.w-35 {
    width: 35% !important;
}

.w-39 {
    width: 39% !important;
}

.w-95 {
    width: 95% !important;
}

img.itemGroup {
    width: 75%;
}

.tax-area {
    right: 0%;
    width: 100%;
    bottom: 0%;
    position: absolute;
    padding: 10px;
    background: #ffffff;
    backdrop-filter: blur(3px);
    border: 1px solid var(--primary-100);
    border-radius: 7px;
    display: none;
    animation: 2s;
}

.transWhiteBack input, .transWhiteBack input:read-only, th, td {
    font-size: 13px !important;
    text-align: right;
    /* color: black; */
    /* min-width: 35px !important; */
}

td {
    text-transform: capitalize !important;
}

.fa-times-circle {
    color: #c51b1b;
    font-size: 18px !important;
}

.field-validation-error span {
    color: red !important;
    font-size: .75rem;
}

.k-link {
    font-family: var(--head_font) !important;
}

.pdf-icon32 {
    width: 32px !important;
}

.overback label {
    font-size: var(--ico_font_size) !important;
}

.transWhiteBack label {
    width: min-content;
    max-width: 48%;
}

.tab-pane .k-grid-content {
    height: calc(110vh - 27.5rem) !important;
    min-height: 33px !important;
}











    table td, table th {
        text-align: left !important;
    }

    table thead th {
    }

    .k-rounded-md span {
        /* color: dimgrey; */
    }

    .k-grid-header .k-grid-filter:hover, .k-grid-header .k-header-column-menu:hover, .k-grid-header .k-grid-header-menu:hover, .k-grid-header .k-hierarchy-cell .k-icon:hover {
        background-color: #f3f2f13d !important;
    }

    .k-button-solid-primary span {
        color: white;
    }

    .megaDropdown {
        display: none;
        position: absolute !important;
        width: 100%;
        border-radius: 0px 0px 4px 4px !important;
        top: 100%;
        left: 50%;
        border: 1px solid rgba(0,0,0,.125);
        transform: translate(-50%);
    }

        .megaDropdown ul {
            display: grid;
            gap: 5px;
            grid-template-columns: repeat(2, 1fr);
        }

    .notifyjs-corner {
        z-index: 9999 !important;
    }

    .customEditBtn, .customDeleteBtn, a:link, select, option {
        cursor: pointer;
    }

    .ui-dialog-content {
        overflow: hidden !important;
    }

    .k-table-th.k-sorted {
        background-color: var(--primary-400);
    }

    .bottomFixed button, .line-clamp-1 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }


    .k-button:focus {
        outline: none
    }

    th, .k-table-td {
        border-bottom: 1px solid !important;
        border-color: #d9d9d9 !important;
    }

    .k-table-td {
        border-bottom: 1px solid !important;
        padding-inline: 0.25rem !important;
        padding-bottom: 0.25rem !important;
        border-color: #d9d9d9 !important;
    }

    .k-table-alt-row .k-table-td {
        background: rgb(249 249 249);
    }

    .span.k-input-inner {
        margin-right: -5px;
    }

    .text-sm {
        font-size: .75rem;
        font-weight: 500;
    }

    .w-70 {
        width: 70% !important;
    }

    .card-img-top {
        object-fit: cover
    }

    .blockquote p {
        font-size: 14px;
        font-weight: 600;
        color: darkslateblue;
        text-transform: lowercase;
    }

        .blockquote p:first-letter {
            text-transform: uppercase;
        }

    td input {
        background: #eae8e8;
        border-color: #eae8e8 !important;
    }

    .k-svg-icon > svg {
        /* fill: #686A6C !important; */
    }

    .form-text {
        color: inherit;
    }

    #itemTable .k-grid-header th.k-header {
        font-weight: 800 !important;
        font-family: var(--head_font);
        font-size: .75rem !important;
    }

    td .k-input:focus::after, td .k-input.k-focus::after, td .k-input:focus-within::after, td .k-picker:focus::after, td .k-picker.k-focus::after, td .k-picker:focus-within::after {
        border: none;
    }

    td .k-input-inner, td .k-picker-md .k-input-button {
        padding-block: 2px
    }

    .defaultBtnSetup {
        display: flex !important;
        flex-direction: column;
        font-size: 12px;
        border-radius: 13px;
        transition: border-color 0.5s ease, border-width 0.5s ease;
    }


    .printBillBtn, .showBtn, .billSave, .kotPrint, .saveKot, .printKot {
        background: #0c408e1a;
        border: 1px dashed #0c408e;
    }

        .printBillBtn i, .showBtn i, .billSave i, .kotPrint i, .saveKot i, .printKot i {
            color: #0c408e
        }

        .printBillBtn:hover, .showBtn:hover, .billSave:hover, .kotPrint:hover, .saveKot:hover, .printKot:hover {
            border: 1px solid #0d6efd; /* Simulate style change with solid border */
        }


    .cancelBtn {
        background: #ff00001a;
        border: 1px dashed #ff00004f;
    }

        .cancelBtn:hover {
            border: 1px solid #ff00004f; /* Simulate style change with solid border */
        }


    .billPrintBtn {
        background: #0b711c2b;
        border: 1px dashed #209159;
    }

        .billPrintBtn:hover {
            border: 1px solid #ff00004f; /* Simulate style change with solid border */
        }



    .cancelBtn i {
        color: darkred;
    }

    .billPrintBtn i {
        color: darkgreen;
    }

    .defaultBtnSetup i {
        font-size: 1.25rem;
    }

    .form-check-input:checked {
        background-color: #f35800;
        border-color: #f35800;
    }

    .b-l-d {
        border-left: 1px dashed #e15100 !important;
    }

    .b-r-d {
        border-right: 1px dashed #e15100 !important;
    }

    .item-image-edit {
        width: 28px;
        height: 28px;
        position: absolute !important;
        right: 4% !important;
        top: 1px !important;
        border-radius: 3px !important;
        background-color: white;
        border: 0.5px solid lightgray;
    }

    .k-upload .k-upload-button, .k-upload-button-wrap {
        width: 100%
    }

    .k-upload-dropzone {
        padding: 0px !important;
    }

    .navHead {
        font-family: 'Poppins';
        color: #34495e;
        font-size: 1.15rem;
    }
    /*.asterisk_input::after {
    content: "*";
    color: red;
    position: absolute;
    margin: -5px 0px 0px -8px;
    font-size: 20px;
    padding: 0 5px 0 0;
}*/

    .k-calendar-table {
        width: 100% !important;
    }

    .k-button-solid-primary, .k-list-item.k-selected, .k-selected.k-list-optionlabel, .k-selected.k-list-custom-value, .k-calendar .k-calendar-td.k-selected .k-link {
        border-color: #dc3545 !important;
        background-color: #dc3545 !important;
    }

    .colorInherit, .primary-button i, .text-primary i, .text-danger i, .btn-primary i, .btn-danger i, button.bg-primary i, button.bg-danger i {
        color: inherit !important;
    }

    .fontInherit {
        font-family: inherit !important;
    }

    .fontSizeInherit, .k-input, .k-picker {
        font-size: inherit !important;
    }

    .fontNormal {
        font-weight: 500;
    }

    .modal .form-text, .modal label {
        font-size: .85rem !important;
        color: #6c757d
    }

    a:hover {
        color: #f33939;
    }

    .offcanvas-bottom {
        height: 40vh;
    }

    ::selection {
        color: #dc3545;
        background: lightgray;
    }

    .toast-success,
    .toast-error,
    .toast-info {
        opacity: 1 !important;
    }

    .toast-success {
        background-color: #E8F7ED !important; /* Light green */
        color: black !important;
        border-left: 8px solid #3CB371 !important; /* Green accent */
        border-radius: 12px !important;
    }

        .toast-success .toast-message::before {
            content: "✔";
            background: #3CB371;
            color: white;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .toast-error {
        background-color: #FDECEC !important; /* Light red/pink */
        color: black !important;
        border-left: 8px solid #E74C3C !important; /* Red accent */
        border-radius: 12px !important;
    }

        .toast-error .toast-message::before {
            content: "!";
            background: #E74C3C;
            color: white;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .toast-info {
        background-color: #E8F1FF !important; /* Light pastel blue */
        color: black !important; /* Dark blue text */
        border-left: 8px solid #3B82F6 !important; /* Blue accent like image */
        border-radius: 12px !important;
        /*padding: 15px !important;*/
    }

        .toast-info .toast-message::before {
            content: "ℹ";
            background: #3B82F6;
            color: white;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }

    .toast-warning {
        background-color: #FFF7E4 !important; /* Light yellow */
        color: black !important;
        border-left: 8px solid #F4C542 !important; /* Yellow accent */
        border-radius: 12px !important;
    }

        .toast-warning .toast-message::before {
            content: "⚠";
            background: #F4C542;
            color: white;
            width: 26px;
            height: 26px;
            position: absolute;
            left: 18px;
            top: 50%;
            transform: translateY(-50%);
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
        }



    .btn-outline-light:hover {
        color: #000 !important;
        background-color: #f8f9fa;
        border-color: #f8f9fa;
    }

    div:where(.swal2-icon) {
        border: none !important;
    }

    .notifyjs-bootstrap-success,
    .notifyjs-bootstrap-success .notifyjs-bootstrap-base,
    .notifyjs-container .notifyjs-bootstrap-success {
        background-color: #28a745 !important;
        border: none !important;
        text-shadow: none !important;
        font-weight: 600 !important;
    }

    .notifyjs-bootstrap-base.notifyjs-bootstrap-success span {
        color: #ffffff !important;
    }

    .notifyjs-bootstrap-base {
        background-image: none !important;
        border: none !important;
        color: #ffffff !important;
        text-shadow: none !important;
    }

    .notifyjs-bootstrap-success:before {
        font-weight: bold;
        color: #ffffff !important;
    }

    .notifyjs-bootstrap-base {
        border-radius: 6px !important;
        padding: 12px 18px !important;
        font-size: 15px !important;
    }

    .notifyjs-corner {
        z-index: 9999 !important;
    }

    .opacity-0 {
        opacity: 0 !important;
    }

    .k-list-filter {
        padding: 0px !important;
    }

        .k-list-filter > .k-textbox {
            width: 100% !important;
        }

    .k-state-selected, .k-button.k-state-active, .k-button.k-state-selected, .k-button:active {
        background-color: #dc3545 !important;
        box-shadow: none !important;
    }

    .k-dropdown-wrap.k-state-focused, .k-numeric-wrap.k-state-focused, .k-picker-wrap.k-state-focused, .k-dropdown-wrap.k-state-hover, .k-numeric-wrap.k-state-hover, .k-picker-wrap.k-state-hover {
        background-color: none !important;
    }

    .k-grid td, .k-grid .k-table-td {
        border-block-end-width: 1px !important;
    }

    .tableManager {
        display: grid;
        grid-template-columns: repeat(15, minmax(110px, 1fr));
        gap: 3px;
        /* Optional: center and limit max width */
        max-width: calc(110px * 15 + 3px * 14);
        width: 100%;
    }

    /*.tableManager {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
    gap: 3px;
    max-width: calc(90px * 15 + 3px * 14);*/ /*10 columns + gaps */
    /*width: 100%;
}*/
    div:where(.swal2-container) h2:where(.swal2-title) {
        padding-top: 0em !important;
    }

    div:where(.swal2-container) div:where(.swal2-popup) {
        border-radius: 35px !important;
    }

    .offcanvas-header {
        background: linear-gradient(45deg, #b3e5fc 0%, #f3e5f5 100%);
    }

    .k-panelbar .k-link {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    /* Force Kendo ListView to act as a flex container */
    .k-listview-content {
        display: flex !important;
        flex-wrap: wrap;
        gap: 5px;
    }

    /* Card container – controls width & responsiveness */
    .table-card {
        flex: 1 1 auto;
        max-width: calc(8% - 5px);
        min-width: 125px;
    }

    .k-panelbar .k-content {
        width: 100%;
        padding: 5px !important;
    }

    .k-panelbar-item-text {
        text-transform: capitalize;
    }

    .runningTableModal {
        border-radius: 40px;
        border: none;
    }

    span:where(.k-panelbar-item-text) {
        /*font-family: var(--head_font);*/
        font-size: 1rem;
        /*font-weight: bold;*/
    }

    .k-panelbar > .k-panelbar-header > .k-link.k-selected {
        border-color: #eb2525 !important;
        color: black !important;
        background-color: #cacaca !important;
    }

    .overflow-auto .btn-light:where(.active), .groupItem .btn-light:where(.active) {
        background-color: #fff4f4 !important;
        color: #ff6060 !important;
        border: 1px solid #ffcece !important;
        border-radius: 4px !important;
    }

    .overflow-auto button p, .line-clamp-2, .line-clamp-3 {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        font-weight: 600;
        font-size: smaller;
        min-width: 90px;
    }

    .line-clamp-3 {
        -webkit-line-clamp: 3;
    }

    .overflow-auto .btn-light {
        background-color: #f5f5f5;
        color: #7c7c7c;
        border: 1px solid #e5e0e0;
        border-radius: 4px;
        height: 100%;
    }

    .scroll-container {
        overflow: hidden; /* enables scrolling */
        scroll-behavior: smooth; /* enables smooth scroll behavior */
    }

        .scroll-container:hover {
            overflow: auto; /* enables scrolling */
            scroll-behavior: smooth; /* enables smooth scroll behavior */
        }

    .overlay-gradient {
        position: absolute;
        width: 100%;
        height: 100%;
        right: 0%;
        top: 0%;
        background-image: linear-gradient(44deg, #000000ba 10%, #74747438 50%, transparent);
        z-index: 1;
    }

    .cardOverlay {
        position: absolute;
        z-index: 9;
        width: 100%;
        left: 0;
        bottom: 0;
        background-image: linear-gradient(360deg, #00000073 0%, #74747438 50%, transparent);
    }

    .text-badge {
        color: #ffffff !important;
        background-color: rgb(255 255 255 / 43%) !important;
        backdrop-filter: blur(3px);
        font-size: .85rem;
        border: 1px solid whitesmoke;
        padding: .1rem .25rem;
        font-weight: 100;
    }

    .aspectEqualRatio {
        aspect-ratio: 3/2 !important;
    }

    .groupItem {
        display: flex;
        /*flex-wrap: wrap;
    align-content: flex-start;*/
        max-height: 6.5rem !important; /* 3 rows (adjust based on badge height) */
        overflow-y: auto;
        gap: 0.25rem;
    }

        .groupItem .badge {
            font-weight: 400;
            font-size: .65rem;
            padding: .45rem .5rem;
            margin: -10%;
        }

    td .field-validation-error span {
        color: white !important;
    }

    .search-container {
        position: -webkit-sticky; /* For Safari */
        position: sticky;
        top: 0;
        z-index: 1000; /* Ensures it stays above the menu items */
        background-color: white; /* Prevents menu items from showing through */
        padding: 10px;
        box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .col-12.col-sm-12.d-flex.p-1.ui-widget {
        margin-top: -8px;
    }

    .list-inline-item:not(:last-child) {
        margin-right: .5rem;
        cursor: pointer;
    }


    #actionList, #actionListLeadhistory {
        position: absolute;
        left: 12px;
        margin-top: 6.7em !important;
        padding: 0;
        transition: 0.3s ease all;
        z-index: 9;
    }

    #actionListLeadhistory {
        margin-top: 3.4em !important;
    }

        #actionList li, #actionListLeadhistory li {
            list-style-type: none;
        }

            #actionList li a, #actionListLeadhistory li a {
                width: 27px;
                height: 27px;
                display: flex;
                justify-content: center;
                align-items: center;
                background-color: #d8b9fc;
                margin-bottom: 1px;
                border-radius: 2px;
                color: #1b1926;
            }

                #actionList li a:hover, #actionListLeadhistory li a:hover {
                    background-color: var(--color6);
                    color: white;
                }

            #actionList li a, #actionListLeadhistory li a {
                background-color: var(--color5);
                color: var(--color2);
                border: 1px solid;
            }

    #actionList, #actionListLeadhistory {
        position: absolute;
        left: 5px !important;
        margin-top: 7.3em !important;
        padding: 0;
        transition: 0.3s ease all;
        z-index: 999;
    }

    #actionListLeadhistory {
        margin-top: -10px !important;
    }

        #actionList li a, #actionListLeadhistory li a {
            width: 28px !important;
            height: 28px !important;
        }

    @media screen and (max-width:293px) {


        #actionList, #actionListLeadhistory {
            margin-top: 7.6em !important;
        }
    }

    .bg-light-color1 {
        /*    background-color: #ebdcfd;*/
        font-weight: 600;
        border-radius: 5px;
        padding: 2px;
    }

    h2.bg-light-color1 > .my-btn, .h6.bg-light-color1 > .my-btn {
        /*margin: 2px !important;*/
        white-space: nowrap
    }

    @media screen and (max-width:376px) {
        .bg-light-color1 > .list-inline-item .w-25, .bg-light-color1 > .list-inline-item .w-70, .bg-light-color1 > .list-inline-item .w-74 {
            width: 100% !important;
            text-align: center !important;
        }
    }

    @media (max-width:300px) {
        .bg-light-color1 {
            text-align: center
        }
    }


    @media (max-width:300px) {
        .bg-light-color1 .my-btn {
            position: relative;
            width: 100% !important;
            margin-top: 15px !important;
            right: 0px !important;
        }
    }

    .my-btn,
    .btn2,
    #hoverIcon,
    .my-btn2 {
        font-size: 11px !important;
    }

    .my-btn2 {
        position: relative;
        padding: 0 15px;
        color: #3644ff !important;
        transition: 0.25s all linear;
        font-size: 11px !important;
        font-weight: 600;
        top: 5px;
        background: #F2F2F8;
    }

        .my-btn2:after {
            content: "";
            position: absolute;
            top: -5px;
            left: -5px;
            width: 10px;
            height: 10px;
            border-top: 2px solid rgb(12 72 249);
            border-left: 2px solid rgb(12 72 249);
            transition: all 0.25s;
        }

        .my-btn2:before {
            content: "";
            position: absolute;
            bottom: -5px;
            right: -5px;
            width: 10px;
            height: 10px;
            border-bottom: 2px solid rgb(12 72 249);
            border-right: 2px solid rgb(12 72 249);
            transition: all 0.25s;
        }

        .my-btn2:hover:after,
        .my-btn2:hover:before {
            width: 115%;
            height: 190%;
            transition: 0.25s all linear;
        }

        .my-btn:hover,
        .my-btn2:hover {
            background: #3644ff;
            color: white !important;
            transition: 0.25s all linear;
            font-weight: 500 !important
        }

    .btn2 {
        padding: 0px;
        height: 100% !important;
        border: 2px solid #3644ff;
        color: #3644ff;
        width: 90%;
        position: relative;
        transition: all 0.5s linear;
        z-index: 1;
        display: flex;
        font-family: 'Roboto';
        align-items: center;
        justify-content: center;
        font-size: small;
    }


        .btn2:after {
            width: 0%;
            height: 100%;
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            /*        background: var(--color1);*/
            transition: all 0.5s linear;
            z-index: -1;
        }

        .btn2:hover:after {
            width: 100%;
            background: #3644ff;
            transition: all 0.5s linear;
            z-index: -1;
        }

        .btn2:hover {
            color: white !important;
            transition: all 0.5s linear;
            border-style: double;
            font-weight: 500;
        }

    .btn2 {
        line-height: 24px !important;
    }

    .btn2 {
        width: 100% !important;
    }

    .btn2 {
        width: 100% !important;
        margin-top: 5px !important;
    }

    /* ========== MOBILE SIDEBAR FINAL FIX ========== */
    @media (max-width: 767px) {

        .side_nav {
            position: fixed;
            top: 0;
            left: -280px;
            width: 280px;
            height: 100vh;
            overflow-y: auto;
            overflow-x: hidden;
            z-index: 9999;
            background: #fff;
            box-shadow: 4px 0 15px rgba(0,0,0,0.15);
            transition: left 0.3s ease;
            padding-top: 0; /* IMPORTANT FIX */
        }

            .side_nav.mobile-open {
                left: 0;
            }

        /* BACKDROP FIX */
        #sidebarBackdrop {
            display: none;
            position: fixed;
            inset: 0;
            background: rgba(0,0,0,0.45);
            z-index: 9998;
        }

            #sidebarBackdrop.active {
                display: block;
            }

        /* FORCE MENU VISIBLE (MAIN FIX) */
        #mainMenu,
        #mainMenu > ul,
        .side_nav .menu-item {
            display: block !important;
            visibility: visible !important;
            opacity: 1 !important;
        }

        .side_nav ul {
            display: block !important;
            width: 100% !important;
            padding: 0;
            margin: 0;
        }

        .side_nav .list-inline-item {
            display: block !important;
            width: 100%;
            border-bottom: 1px solid #f0f0f0;
            padding: 0;
            margin: 0;
        }

            .side_nav .list-inline-item > a {
                display: block;
                padding: 12px 16px;
                color: #333;
            }

        /* DROPDOWN FIX */
        .side_nav .drpdwn .megaDropdown,
        .side_nav .drpdwn .dropdown {
            position: static !important;
            display: none;
            width: 100%;
            box-shadow: none;
            border: none;
            padding: 8px 0 8px 16px;
            background: #f8f9fa;
        }

        .side_nav .drpdwn.open .megaDropdown,
        .side_nav .drpdwn.open .dropdown {
            display: block !important;
        }

        .side_nav .megaDropdown .row {
            display: block !important;
            margin: 0;
        }

        .side_nav .megaDropdown [class*="col-"] {
            width: 100% !important;
            max-width: 100% !important;
            padding: 4px 0;
        }

        .side_nav .megaDropdown h4 {
            font-size: 13px;
            padding: 8px 0 4px;
        }

        .side_nav .megaDropdown ul li a {
            font-size: 13px;
            padding: 5px 0;
            display: block;
        }
    }
    /* ============================================ */

    /* In your Login.cshtml <style> tag */

    html, body {
        height: 100%;
        margin: 0;
    }

    .login-wrapper {
        display: flex;
        justify-content: center; /* center horizontally */
        align-items: flex-start; /* push to TOP ← change this */
        padding-top: 60px; /* space from top ← adjust this (60px, 80px, 100px) */
        min-height: 100vh;
    }

    .login-card {
        background: #fff;
        border-radius: 12px;
        padding: 2.5rem;
        width: 500px; /* ← increase width (desktop) */
        min-height: 450px; /* ← increase height (desktop) */
    }

    /* Mobile */
    @media (max-width: 576px) {
        .login-wrapper {
            padding-top: 40px; /* less top space on mobile */
        }

        .login-card {
            width: 92vw; /* ← wide on mobile */
            min-height: 55vh; /* ← tall on mobile */
            padding: 2rem 1.5rem;
        }
    }

    /* Make grid take only required height */
    #grid,
    .k-grid {
        height: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Remove fixed scroll area height (MAIN FIX) */
    .k-grid-content {
        height: auto !important;
        max-height: none !important;
        overflow-y: hidden !important;
        margin: 0 !important;
        padding: 0 !important;
    }

        /* Remove table bottom gap */
        .k-grid-content table {
            margin-bottom: 0 !important;
        }

    /* Remove any extra wrapper spacing */
    .k-grid-wrapper,
    .k-grid-container {
        margin: 0 !important;
        padding: 0 !important;
    }

    /* Safety: remove empty space from unused divs */
    div:empty {
        display: none;
    }




    /* ═══════════════════════════════════════
   MOBILE RESPONSIVE — menu panel only
   max-width: 767px  (tablet & phone)
   ═══════════════════════════════════════ */

    @media (max-width: 767px) {

        /* ── Food area layout: stack vertically ── */
        #foodOrder .col-lg-5,
        #foodOrder .col-lg-7 {
            width: 100% !important;
            max-width: 100% !important;
            flex: 0 0 100% !important;
        }

        /* ── Category tabs: horizontal scroll bar on mobile ── */
        .verticleTabs {
            width: 100% !important;
            max-width: 100% !important;
            border-left: none !important;
            border-top: 1px solid #e8e8e4 !important;
            border-radius: 0 !important;
            overflow-x: auto !important;
            overflow-y: hidden !important;
        }

            .verticleTabs .nav-tabs {
                flex-direction: row !important;
                flex-wrap: nowrap !important;
                overflow-x: auto !important;
                border-bottom: none !important;
                padding-bottom: 2px;
            }

                .verticleTabs .nav-tabs::-webkit-scrollbar {
                    height: 3px;
                }

                .verticleTabs .nav-tabs::-webkit-scrollbar-thumb {
                    background: #d3d1c7;
                    border-radius: 3px;
                }

                .verticleTabs .nav-tabs .nav-item {
                    flex-shrink: 0 !important;
                    border-bottom: none !important;
                    border-right: 1px solid #f0f0ec !important;
                }

                    .verticleTabs .nav-tabs .nav-item button {
                        min-height: 54px !important;
                        min-width: 64px !important;
                        width: auto !important;
                        padding: 6px 10px !important;
                        flex-direction: column !important;
                        font-size: 10px !important;
                    }

                        .verticleTabs .nav-tabs .nav-item button.active {
                            border-left: none !important;
                            border-bottom: 3px solid #1d9e75 !important;
                        }

        /* ── Food item cards: 2 per row on phone ── */
        .overflowItems .col-4,
        .overflowItems .col-md-3 {
            width: 50% !important;
            flex: 0 0 50% !important;
            max-width: 50% !important;
            padding: 4px !important;
        }

            .overflowItems .col-4 > div,
            .overflowItems .col-md-3 > div {
                height: 100px !important;
                padding: 6px 4px !important;
            }

                .overflowItems .col-4 > div img,
                .overflowItems .col-md-3 > div img {
                    width: 36px !important;
                    height: 36px !important;
                }

                .overflowItems .col-4 > div h6,
                .overflowItems .col-md-3 > div h6 {
                    font-size: 10px !important;
                }

        /* ── Items area: full height scroll ── */
        .overflowItems {
            height: calc(100vh - 280px) !important;
            overflow-y: auto !important;
            padding: 4px !important;
        }

        /* ── Bottom action buttons: wrap nicely ── */
        .detailOverlay .row.align-self-center.py-2 .col-4 {
            flex: 0 0 33.333% !important;
            max-width: 33.333% !important;
            padding: 2px !important;
        }

        .detailOverlay .row.align-self-center.py-2 button {
            width: 100% !important;
            font-size: 11px !important;
            padding: 6px 4px !important;
            white-space: nowrap;
        }

        /* ── Bottom summary row: compact ── */
        .detailOverlay .row.align-items-center.py-2 .col-md {
            padding: 2px 4px !important;
            font-size: 12px !important;
        }

        /* ── Left order-type tabs (Dine In, Delivery…): scrollable ── */
        #foodOrder .col-lg-5 .nav-tabs {
            flex-wrap: nowrap !important;
            overflow-x: auto !important;
        }

            #foodOrder .col-lg-5 .nav-tabs::-webkit-scrollbar {
                height: 3px;
            }

            #foodOrder .col-lg-5 .nav-tabs .nav-item {
                flex-shrink: 0 !important;
            }

                #foodOrder .col-lg-5 .nav-tabs .nav-item button {
                    font-size: 12px !important;
                    padding: 6px 10px !important;
                    height: auto !important;
                    white-space: nowrap !important;
                }
    }

    /* ── Extra small phones (< 480px): 2-col stays, slight tightening ── */
    @media (max-width: 480px) {

        .overflowItems .col-4 > div,
        .overflowItems .col-md-3 > div {
            height: 90px !important;
        }

            .overflowItems .col-4 > div img,
            .overflowItems .col-md-3 > div img {
                width: 30px !important;
                height: 30px !important;
            }

        .verticleTabs .nav-tabs .nav-item button {
            min-width: 56px !important;
            font-size: 9px !important;
            padding: 5px 6px !important;
        }

        .detailOverlay .row.align-self-center.py-2 button {
            font-size: 10px !important;
            padding: 5px 2px !important;
        }
    }



/* ============================ */
/*            End Alert         */
/* ============================ */
/* ============================ */
/*            Accordions        */
/* ============================ */
.accordion {
    /* Accordion Style 2 */
}

    .accordion .card {
        margin-bottom: 20px;
    }

        .accordion .card:last-child {
            margin-bottom: 0;
        }

    .accordion .card-header {
        padding: 0;
        border: none;
    }

        .accordion .card-header a {
            position: relative;
            display: block;
            background: #EFF3F6;
            padding: 5px 10px;
            border-radius: 3px;
            color: #444;
            letter-spacing: 0;
            font-size: 13px;
            font-weight: 600;
        }

    .accordion .card-body {
        padding: 10px;
        border: 1px solid #eff3f6;
        font-size: 14px;
        letter-spacing: 0;
        color: #444;
        line-height: 16px;
        font-weight: 400;
    }

    .accordion.accordion-style-2 .card-header a:before {
        content: "\f106";
        font-family: fontawesome;
        position: absolute;
        right: 13px;
        color: #444;
        font-size: 26px;
        top: 50%;
        transform: translate(0, -50%);
    }

    .accordion.accordion-style-2 .card-header a.collapsed:before {
        content: "\f107";
    }

    .accordion.primary-bg .card-header a {
        background: #3644FF;
        color: #fff;
    }

        .accordion.primary-bg .card-header a:before {
            color: #fff;
        }

/* Accordion Style 3 */
.accordion-style-3 .card-header a:before {
    content: "\e622";
    font-family: 'themify';
    position: absolute;
    right: 13px;
    color: #444;
    font-size: 15px;
}

.accordion-style-3 .card-header a.collapsed:before {
    content: "\e61a";
}

/* ============================ */
/*         End Accordions
/* ============================ */


.darker .accordion .card-body {
    background: #212143;
}


    .darker .accordion .card-body{
        border-color: #32365a !important;
    }


.darker .accordion .card-body,
.darker .accordion .card-body {
    color: #959cb6 !important;
}

.accordion-button::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M8 0a1 1 0 0 1 1 1v6h6a1 1 0 1 1 0 2H9v6a1 1 0 1 1-2 0V9H1a1 1 0 0 1 0-2h6V1a1 1 0 0 1 1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
    transform: scale(.7) !important;
}

.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='%23333' xmlns='http://www.w3.org/2000/svg'%3e%3cpath fill-rule='evenodd' d='M0 8a1 1 0 0 1 1-1h14a1 1 0 1 1 0 2H1a1 1 0 0 1-1-1z' clip-rule='evenodd'/%3e%3c/svg%3e");
}

.accordion.accordion-style-2 .card-header a:before {
    font-size: 20px !important;
    rotate: 180deg !important;
    top: 0px !important;
    transform: translate(0, 0%) !important;
}

.accordion-style-2 {
    border-bottom: none !important;
}

    .accordion-style-2 .card {
        margin: 0px !important;
    }
._accordionInput {
    color: var(--color9) !important;
    background: #f2f2f8;
    padding: 0px 1px;
    width: 40%;
}

#accordion-4 ul li {
    font-size: 12px;
    border-bottom: 1px solid #eae3ec;
    display: flex;
    justify-content: space-between;
}

    #accordion-4 ul li .float-right, #accordion-4 ul li .float-right {
        width: 40% !important;
    }

#accordion-4 .card > .card-body, #accordion-4 {
    min-height: 0px !important;
}


/*            Modal
/* ============================ */
.modal-dialog.modal-xl {
    max-width: 100%;
}

/* ============================ */





.darker .modal-content a:hover {
    background: #242742;
}


.darker .modal-header,
.darker .modal-footer
 {
    border-color: #32365a !important;
}

.modal-header .close span {
    font-size: 30px !important;
}