﻿#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 {
    --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(#d54d00, #f35800);
    --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: 'Figtree', 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;
}*/

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: var(--headbg);
    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;
}

::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 - 80px);
    padding: .5rem;
}

label {
    font-size: var(--para_font_size);
}


.page-info-area-1 {
    min-height: calc(100vh - 95px);
    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;
    font-weight: bold;
}

/*.Page_title {
    font-weight: bold
}*/

.primary-button:hover, .saef:hover {
    /*transform: translate(0, -3px);
    box-shadow: 0 20px 80px -10px var(--primary);*/
    background-color: #f35800;
    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: #f35800;
    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: radial-gradient(#001f49, #0d0c1d) !important;
}

.side_nav {
    border-bottom: 1px solid rgba(0,0,0,0.1) !important;
    background: #ffffff59;
    backdrop-filter: blur(3px);
}

.menu-item ul li a i {
    color: var(--text)
}

.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: 500;
}

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: 6.5rem;
    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: bold;
        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 {
    position: relative;
}

.icofont-check-circled {
    color: green;
    font-weight: bold;
}

.bold {
    font-weight: bold;
}

.menu_bar {
    display: none !important;
}

.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: var(--primary-900) !important;
    color: var(--primary-100) !important;
}

.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: #d3d7de !important;
    border-radius: 12px !important;
    color: var(--text) !important;
    margin: 4px 2px;
    border: 1px dashed #e15100 !important;
    font-size: clamp(12px, 2vh, 1.25rem) !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: calc(100vh - 100px);
    overflow: hidden;
}

.verticleTabs {
    height: calc(100vh - 100px);
    overflow: auto;
}

    /*.verticleTabs .nav-tabs .nav-item {
        display: block;
        width: 100%;
        border-radius: 0px;
    }*/

    #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;
        height: 100%;
    }

.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;
}

thead, .k-table-th.k-sorted {
    background: #eae8e8 !important;
    color: #393434;
}

.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 - 165px);
    background-image: url('../image/bg02.jpg');
    /*background-size: 100% 100%;*/
    overflow-x: hidden;
    /*width: 100%;*/
    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;
    margin-left: 2px;
}

.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: 3px !important;
}

.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 {
    width: 47%;
    float: right;
    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: 28px;
    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 - 24em) !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: 15% !important;
}

.w-35 {
    width: 35% !important;
}

.w-39 {
    width: 39% !important;
}

.w-95 {
    width: 95% !important;
}

.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: tomato !important;
    font-size: xx-small;
}

.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(100vh - 27.5rem) !important;
    min-height: 170px !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 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}


.k-button:focus {
    outline: none
}

th, .k-table-td {
    border-left: 1px solid !important;
    border-color: #d9d9d9 !important;
}

td, .k-table-td {
    border-left: 1px solid !important;
    border-color: #d9d9d9 !important;
    padding-inline: 0.25rem !important;
    padding-bottom: 0.25rem !important;
    border-color: #d9d9d9 !important;
}

.k-table-td {
    border-bottom: 1px solid !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; */
    font-size: .75em;
}

#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;
}
/* width */
::-webkit-scrollbar {
    width: 6px;
    height:6px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #011d44;
    border-radius:25px
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #011d44;
    }
.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;}