::-webkit-scrollbar {
    display: none;
}

:root {
    --main-voilet: #6236B9;
    --main-brown: #A8466C;
    --main-red: #cf2727;
    --main-green: #048456;
}

/* header css */
.searchbar input {
    padding-left: 10px;
    height: 40px;
    border-radius: 4px;
    border: 1px solid grey;
    outline: none;
    margin-top: 2px;
}

.mainvoiletcls {
    background-color: var(--main-brown);
    color: #ffffff;
    border-radius: 4px;
}

.mainvoiletcls:hover {
    background-color: var(--main-voilet);
}

/* message to chef divv css starts  */

.mesgtochefdiv {
    position: absolute;
    z-index: 500;
    background-color: #fff;
    box-shadow: 0px 0px 5px grey;
    padding: 10px;
    padding-right: 5px;
    left: -100px;
    top: 50px;
    width: fit-content;
}

.mesgtochefdivnone{
    display: none;
}
.CustomDrpDwn {
    animation: growDown 300ms ease-in-out forwards;
    transform-origin: top center;
}

@keyframes growDown {
    0% {
        transform: scaleY(0)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(1)
    }
}

/* .mesgtochefdivnone {
    animation: growUp 300ms ease-in-out forwards;
    transform-origin: bottom bottom;
}

@keyframes growUp {
    0% {
        transform: scaleY(1)
    }

    80% {
        transform: scaleY(1.1)
    }

    100% {
        transform: scaleY(0)
    }
} */


/* message to chef divv css ends  */




/* time and date setting  */
.datendtimeeclsnavbar {
    position: absolute;
    bottom: -4px;
    z-index: 50;
    display: flex;
    right: 40px;
}
/* time and date setting  */


/* calculator shortcut key css starts */
.calculator-container {
    position: relative;
    width: 90%;
    width: 342px;
}

.calculator {
    background-color: #f2f2f2;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 20px;
}

.watermark {
    position: absolute;
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 12px;
    color: rgba(0, 0, 0, 0.2);
    cursor: pointer;
}

#display {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    padding: 10px;
    font-size: 24px;
    border: none;
    border-radius: 5px;
    text-align: right;
}

.btuttonroww {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.btuttonroww button {
    flex: 1;
    padding: 15px;
    margin: 5px;
    font-size: 18px;
    border: none;
    border-radius: 10px;
    background-color: #fff;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}


.backspace {
    order: 2;
}

.btuttonroww button:hover {
    background-color: #e6e6e6;
}

.btuttonroww button:active {
    transform: translateY(2px);
}

/* calculator shortcut key css ends */


    

/* header css ends */


/* table btn css starts */
.tableorderbtnred-clr {
    max-width: 60px;
    background-color: var(--main-red) !important;
    color: #fff !important;
}

.tableorderbtngreen-clr {
    max-width: 60px;
    background-color: var(--main-green) !important;
    color: #fff !important;
}

.classtohide {
    visibility: hidden;
    /* display: none; */
}



/* table btn css ends */










/* main content css starts  */
.heightkiclas {
    height: calc(100vh - 77px) !important;
    margin-bottom: 0px;
    background-color: #eeeef3;
}




/* .item .owlcard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    height: 75px;
    width: 75px;
    background-color: #fff;
} */


/* / simar csss start / */
.owlcard {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 5px;
    height: 81px;
    width: 81px;
    background-color: #fff;
}

.customScrollbar::-webkit-scrollbar {
    display: block !important;
    width: 4px !important;
}

.customScrollbar::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    visibility: hidden;
}

.customScrollbar::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
    visibility: hidden;
}

.customScrollbar::-webkit-scrollbar-thumb {
    background-color: #7b341cbb;
}


.carditem-designs {
    width: 113px;
    height: 100px !important;
    overflow: hidden;
    font-size: 12px !important;
    border-radius: 12px;
    margin-bottom: 0px;
}

/* / scrollbar css end / */
/* / simar csss end / */

.carouselitems-name {
    font-weight: 500;
}

.owl-theme .owl-nav,
.owl-theme .owl-dots {
    display: none !important;
}

.customertypee {
    padding: 5px;
    border: 1px solid lightgrey;
    color: grey;
    border-radius: 5px;
    width: 100%;
    height: 40px;
    font-weight: 600;
}

.cardtitlehedng {
    height: 30px;
    overflow: auto;
    text-align: center;
}

/* order billing side */

.heightkiclas .dscadschds {
    height: calc(100vh - 215px) !important;
    overflow: auto;
}

.carditem-designs {
    width: 130px;
    height: 120px !important;
    overflow: hidden;
    border-radius: 12px;
    margin-bottom: 0px;
}

.order-token-booking {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 12px;
    height: 30px;
    border-radius: 8px;
    border: 2px solid lightgray;
    padding-left: 10px;
}

.order-booking-tablemain thead tr {
    background-color: rgb(208, 226, 252);
}

.btn-close {
    --bs-btn-close-color: red !important;
}

.btn-check:checked+.btn {
    border-color: #5297fd !important;
}

.orderrbuttons {
    color: white;
    font-weight: 600;
    font-size: 16px;
    height: 35px;
    width: 150px;
    border-radius: 20px;
}

/* orders page css start */

.orderclasas {
    height: calc(100vh - 174px);
    overflow: auto;
}

.card,
p {
    margin-bottom: 0px !important;
}

.toplinebtns {
    height: 30px;
    width: 30px;
    border-radius: 10px;
    background-color: var(--main-brown);
}

.necrdhee {
    height: 120px !important;
}

.billingsecbtns {
    background-color: rgb(251, 109, 27);
    /* background-color: rgb(120, 27, 251); */
    color: #fff;
    padding: 10px 4px;
    border-radius: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0px;
}

/* lock screen modal css start*/
.lockscreenmodalinp{
    border-bottom: 1px solid grey;
    height: 35px;
    width: 80%;
    padding: 5px;
    border-radius: 5px;
}
/* lock screen modal css ends */
