@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/LimraSoft.WebUI/Components/Layout/MainLayout.razor.rz.scp.css */
.erp-body[b-vvnlkkygdh] {
    padding: 30px;
    margin-top:60px;
    /* Full height */
    height: calc(100vh - 60px);
    /*Hides vertical scrollbar*/
    overflow-y: auto;
}
.hidden-side[b-vvnlkkygdh] {
    visibility: visible;
}
.sidebar[b-vvnlkkygdh] {
    position: fixed;
    overflow: auto;
    overflow-x: hidden;
    top: 60px;
    height: 100%;
    background-color: var(--color_Dark1);
    transition: all .5s ease;
    z-index: 100;
}
@media only screen and (max-width: 960px) {
    .hidden-side[b-vvnlkkygdh] {
        display: none;
    }
}

    @media only screen and (max-width: 960px) {

        .erp-main[b-vvnlkkygdh] {
            right: 0px !important;
            left: 0px !important;
        }

        .erp-main[b-vvnlkkygdh] {
            position: absolute;
            width: 100% !important;
            /* left: 280px; */
            min-height: 100vh;
            background: var(--white);
            transition: 0.5s;
            top: 0;
        }

      /*  .erp-body {
            padding: 10px;
        }*/
    }
/* _content/LimraSoft.WebUI/Components/Layout/Navbar.razor.rz.scp.css */

:root[b-q2asqn1pop] {
    --color_Blue: #06a4eb;
    --color_Dark1: #1e1e1e;
    --color_Dark2: #252527;
    --color_Light1: #dfdfdf;
    --color_Light2: #c4c4c4;
}

.logout[b-q2asqn1pop] {
    font-size: 20px
}

*[b-q2asqn1pop] {
    margin: 0;
    padding: 0
}

body[b-q2asqn1pop] {
    background-color: #000
}

.card[b-q2asqn1pop] {
    width: 350px;
    background-color: #efefef;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.image img[b-q2asqn1pop] {
    transition: all 0.5s
}

.card:hover .image img[b-q2asqn1pop] {
    transform: scale(1.5)
}

.btn[b-q2asqn1pop] {
    height: 140px;
    width: 140px;
    border-radius: 50%
}

.name[b-q2asqn1pop] {
    font-size: 22px;
    font-weight: bold
}

.idd[b-q2asqn1pop] {
    font-size: 14px;
    font-weight: 600
}

.idd1[b-q2asqn1pop] {
    font-size: 12px
}

.number[b-q2asqn1pop] {
    font-size: 22px;
    font-weight: bold
}

.follow[b-q2asqn1pop] {
    font-size: 12px;
    font-weight: 500;
    color: #444444
}

.btn1[b-q2asqn1pop] {
    height: 40px;
    width: 150px;
    border: none;
    background-color: #000;
    color: #aeaeae;
    font-size: 15px
}

.text span[b-q2asqn1pop] {
    font-size: 13px;
    color: #545454;
    font-weight: 500
}

.icons i[b-q2asqn1pop] {
    font-size: 19px
}

hr .new1[b-q2asqn1pop] {
    border: 1px solid
}

.join[b-q2asqn1pop] {
    font-size: 14px;
    color: #a0a0a0;
    font-weight: bold
}

.date[b-q2asqn1pop] {
    background-color: #ccc
}

.topbar[b-q2asqn1pop] {
    /*    position: fixed;
*/
    background-color: var(--color_Blue);
    height: 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
}
/*.topbar.close 
{
 width: calc(100% - 282px);
}*/

.toggle[b-q2asqn1pop] {
    position: relative;
    width: 182px;
    height: 60px;
    display: flex;
    justify-self: center;
    align-items: center;
    font-size: 2.5rem;
    cursor: pointer;
}

.erp-search[b-q2asqn1pop] {
    position: relative;
    width: 400px;
    margin: 0 10px;
}

    .erp-search label[b-q2asqn1pop] {
        position: relative;
        width: 100%;
    }

        .erp-search label input[b-q2asqn1pop] {
            width: 100%;
            height: 40px;
            border-radius: 40px;
            padding: 5px 20px;
            padding-left: 35px;
            font-size: 18px;
            overflow: hidden;
            border: 1px solid var(--color_Dark1)
        }

        .erp-search label i[b-q2asqn1pop] {
            position: absolute;
            top: 10px;
            left: 10px;
            font-size: 1.2rem;
        }

.user[b-q2asqn1pop] {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
}

    .user img[b-q2asqn1pop] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/*.prof-img {
}

.prof-menu {
    display: none
}

*/
.prof-img[b-q2asqn1pop] {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}


.user-Profile:hover .hover-content[b-q2asqn1pop] {
    display: block;
}

.hover-content[b-q2asqn1pop]{
    display:none;
}
/* sidbar  */
.side-style[b-q2asqn1pop] {
    max-height: 93.7vh;
    margin-top: 60px;
    overflow-y: auto;
    background-color: var(--color_Dark1)
}
.offcanvas-backdrop[b-q2asqn1pop] {
    position: fixed;
    top: 60px!important;
    left: 0!important;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.offcanvas-start[b-q2asqn1pop] {
    top: 0;
    left: unset !important;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: unset;
}

.offcanvas[b-q2asqn1pop] {
    transition: unset !important;
   
}

.offcanvas[b-q2asqn1pop], .offcanvas-lg[b-q2asqn1pop], .offcanvas-md[b-q2asqn1pop], .offcanvas-sm[b-q2asqn1pop], .offcanvas-xl[b-q2asqn1pop], .offcanvas-xxl[b-q2asqn1pop] {
    --bs-offcanvas-width: 300px;
    --bs-offcanvas-transition: unset !important;
}

.show-overlay-side[b-q2asqn1pop] {
    display: none !important;
}

/*.offcanvas.offcanvas-start {
    top: 0;
    left: unset !important;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%);
}*/
.show-overlay-side[b-q2asqn1pop] {
    display: none !important;
}
@media only screen and (max-width: 960px) {

    .erp-main[b-q2asqn1pop] {
        right: 0px !important;
        left: 0px !important;
    }

    .show-overlay-side[b-q2asqn1pop] {
        display: flex !important;
    }
    .btn[b-7qu6fenbkz][b-q2asqn1pop] {
        height: 30px;
        width: 50px;
        border-radius: 50%;
    }
}

@media only screen and (max-width: 960px) {
    .hidden-side[b-q2asqn1pop] {
        display: none;
    }

    .erp-main[b-q2asqn1pop] {
        right: 0px !important;
        left: 0px !important;
    }

    .show-overlay-side[b-q2asqn1pop] {
        display: flex !important;
    }
}

@media only screen and (min-width: 960px) {
    .offcanvas-backdrop[b-q2asqn1pop] {
        display: none;
    }
}




.notifications[b-q2asqn1pop] {
    position: relative;
}

.notification-count[b-q2asqn1pop] {
    position: absolute;
    top: 3px;
    right: 3px;
    background: red;
    color: white;
    border-radius: 78%;
    padding: 1px 5px;
    font-size: 12px;
}

.btn-themes[b-q2asqn1pop] {
    background-color: transparent;
    border: none;
    font-size: 20px;
    cursor: pointer;
}

    .btn-themes:hover[b-q2asqn1pop] {
        opacity: 0.8;
    }


.user-profile-container[b-q2asqn1pop] {
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.user-profile-img[b-q2asqn1pop] {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--general-btn-bg);
}

.user-name[b-q2asqn1pop] {
    font-size: 18px;
    font-weight: 600;
}

.user-email[b-q2asqn1pop] {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 0;
}
/* _content/LimraSoft.WebUI/Components/Layout/NavMenu.razor.rz.scp.css */


.side-linkes[b-bigylonndx] {
    font-size: 14px;
    color: white;
    text-decoration: none;
    cursor: pointer
}

    .side-linkes:hover[b-bigylonndx] {
        color: #0d6efd;
    }
/*.side-scroll{
    overflow:auto;
    overflow-x:hidden;
}*/


.sidebar-list .link[b-bigylonndx] {
    /* text-align: center;*/
    padding: 10px;
}

.sidebar-list .dropdown .title .link i[b-bigylonndx] {
    color: white !important;
}

.icon-size[b-bigylonndx] {
    font-size: 18px
}

.dropdown-menu[b-bigylonndx] {
    width: 300px;
}

/*====================hide navemenu======================*/



.offcanvas-backdrop[b-bigylonndx] {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 94vh !important;
    margin-top: 60px !important;
    background-color: #000;
}






/* _content/LimraSoft.WebUI/Components/Shared/ChooseLanguage.razor.rz.scp.css */
.btn:focus[b-2ouq408dt0], .btn:active:focus[b-2ouq408dt0], .btn-link.nav-link:focus[b-2ouq408dt0], .form-control:focus[b-2ouq408dt0], .form-check-input:focus[b-2ouq408dt0] {
    box-shadow: none !important
}
.drop-lang:focus[b-2ouq408dt0] {
    color: #212529;
    background-color: #fff;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border: none !important
}
.drop-lang[b-2ouq408dt0] {
    border:none !important;
    display: block;
    width: 100%;
    padding: 0px;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    /* background-color: #fff; */
    background-clip: padding-box;
    /* border: 1px solid #ced4da; */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    /* border-radius: .25rem; */
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}
.select-lang[b-2ouq408dt0] {
    text-transform: none;
    border: none;
    width: 110px;
    font-size: 20px;
}
button[b-2ouq408dt0], select[b-2ouq408dt0] {
    text-transform: none;
    border: none;
    width: 110px;
    font-size: 20px;
}
/* _content/LimraSoft.WebUI/Components/Shared/ItemCard.razor.rz.scp.css */
/* ======= Container and Layout ======= */
.Content[b-facsweq8zx] {
    padding: 2rem 0;
}

.items-center[b-facsweq8zx] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

/* ======= Card Style ======= */
.style-click[b-facsweq8zx] {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 16px;
    padding: 10px;
    background: #ffffff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
    cursor: pointer;
    height: 140px;
    width: 150px;
}

    .style-click:hover[b-facsweq8zx] {
        transform: translateY(-8px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

/* ======= Icon Style ======= */
.icon-style[b-facsweq8zx] {
    font-size: 36px;
    color: #4a90e2;
    margin-bottom: 10px;
}

/* ======= Link Style ======= */
.anchor-style[b-facsweq8zx] {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    transition: color 0.3s;
}

    .anchor-style:hover[b-facsweq8zx] {
        color: #4a90e2;
    }

/* ======= Search Input ======= */
input.form-control[b-facsweq8zx] {
    border-radius: 10px;
    border: 1px solid #ccc;
    box-shadow: none;
}

/* ======= Responsive Design ======= */
@media (max-width: 576px) {
    .style-click[b-facsweq8zx] {
        height: auto;
        padding: 15px;
        width:108px;
    }

    .icon-style[b-facsweq8zx] {
        font-size: 28px;
    }

    .anchor-style[b-facsweq8zx] {
        font-size: 0.9rem;
    }
}
/* _content/LimraSoft.WebUI/Components/Shared/SpinnerEx.razor.rz.scp.css */
/*.spinner {
    border: 10px solid silver;
    border-top: 10px solid #337AB7;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 700ms linear infinite;
    top: 50%;
    left: 50%;
    position: absolute;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
*/
/*.loader {
    width: 16px;
    height: 16px;
    box-shadow: 0 30px, 0 -30px;
    border-radius: 4px;
    background: currentColor;
    display: block;
    margin: -50px auto 0;
    position: relative;
    color: #FFF;
    transform: translateY(30px);
    box-sizing: border-box;
    animation: animloader 2s ease infinite;
}

    .loader::after,
    .loader::before {
        content: '';
        box-sizing: border-box;
        width: 16px;
        height: 16px;
        box-shadow: 0 30px, 0 -30px;
        border-radius: 4px;
        background: currentColor;
        color: #FFF;
        position: absolute;
        left: 30px;
        top: 0;
        animation: animloader 2s 0.2s ease infinite;
    }

    .loader::before {
        animation-delay: 0.4s;
        left: 60px;
    }

@keyframes animloader {
    0% {
        top: 0;
        color: deepskyblue;
    }

    50% {
        top: 30px;
        color: rgba(255, 255, 255, 0.2);
    }

    100% {
        top: 0;
        color: deepskyblue;
    }
}*/

/*.loader {
    animation: rotate 1s infinite;
    height: 50px;
    width: 50px;
}

    .loader:before,
    .loader:after {
        border-radius: 50%;
        content: "";
        display: block;
        height: 20px;
        width: 20px;
    }

    .loader:before {
        animation: ball1 1s infinite;
        background-color: greenyellow;
        box-shadow: 30px 0 0 #ff3d00;
        margin-bottom: 10px;
    }

    .loader:after {
        animation: ball2 1s infinite;
        background-color: blue;
        box-shadow: 30px 0 0 #fff;
    }

@keyframes rotate {
    0% {
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        transform: rotate(360deg) scale(1.2)
    }

    100% {
        transform: rotate(720deg) scale(0.8)
    }
}

@keyframes ball1 {
    0% {
        box-shadow: 30px 0 0 #ff3d00;
    }

    50% {
        box-shadow: 0 0 0 #ff3d00;
        margin-bottom: 0;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #ff3d00;
        margin-bottom: 10px;
    }
}

@keyframes ball2 {
    0% {
        box-shadow: 30px 0 0 #fff;
    }

    50% {
        box-shadow: 0 0 0 #fff;
        margin-top: -20px;
        transform: translate(15px, 15px);
    }

    100% {
        box-shadow: 30px 0 0 #fff;
        margin-top: 0;
    }
}
  */

.spinner[b-97h856o29k] {
    height: 100%;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.loader[b-97h856o29k] {
    height: 5px;
    width: 5px;


    color: dodgerblue;
    box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    animation: loader-38-b-97h856o29k 6s infinite;
}

@keyframes loader-38-b-97h856o29k {
    0% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    }

    8.33% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px -10px 0 5px, 10px -10px 0 5px;
    }

    16.66% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px;
    }

    24.99% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    33.32% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px -10px 0 5px;
    }

    41.65% {
        box-shadow: 10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, 10px -10px 0 5px;
    }

    49.98% {
        box-shadow: 10px 10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px;
    }

    58.31% {
        box-shadow: -10px 10px 0 5px, -10px 10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    66.64% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    74.97% {
        box-shadow: -10px -10px 0 5px, 10px -10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    83.3% {
        box-shadow: -10px -10px 0 5px, 10px 10px 0 5px, 10px 10px 0 5px, -10px 10px 0 5px;
    }

    91.63% {
        box-shadow: -10px -10px 0 5px, -10px 10px 0 5px, -10px 10px 0 5px, -10px 10px 0 5px;
    }

    100% {
        box-shadow: -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px, -10px -10px 0 5px;
    }
}

    
/* _content/LimraSoft.WebUI/Pages/Accounts/Account/AccountAddEditPage.razor.rz.scp.css */
/*.form-control {
    width: 350px !important;
}
@media (max-width: 768px ) and ( min-width: 320px) {
    .form-control {
        width: 500px !important
    }
}*/
.form-btn[b-zajq7u0np4]{
    height:40px;
    width:90px
}
.BackToIndex-btn[b-zajq7u0np4] {
    height: 60px !important;
    width: 120px !important
}
@media (max-width :389px){
    .form-btn[b-zajq7u0np4]{
        width: 55px;
    }
}
/* _content/LimraSoft.WebUI/Pages/Accounts/Branch/BranchAddEditPage.razor.rz.scp.css */
.input-style[b-f5hxzs4mt6]{
    height: 45px !important
}
/* _content/LimraSoft.WebUI/Pages/Auth/Identity/LoginPage.razor.rz.scp.css */
*[b-o3j81m7ami] {
    box-sizing: border-box;
    font-family: 'Cairo', sans-serif;
}

.login-body[b-o3j81m7ami] {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
    /*    background-image: url('assets/images/limraLogin.png');
*/ display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Use min-height to allow scrolling if needed */
    margin: 0;
    padding: 20px; /* Ensures breathing space on small screens */
}

.login-container[b-o3j81m7ami] {
    background-color: white;
    padding: 30px 25px;
    border-radius: 20px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    position: relative;
    margin: auto; /* Extra safety to center if body flex fails on some old browsers */
}

.language-switch[b-o3j81m7ami] {
    position: absolute;
    top: 15px;
    left: 20px;
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
}

.login-container h2[b-o3j81m7ami] {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 22px;
    color: #333;
}
.input-logins[b-o3j81m7ami] {
    width: 100%;padding: 12px 40px 12px 12px;border: 1px solid #ccc;border-radius: 10px;font-size: 16px;
}
.input-group[b-o3j81m7ami] {
    position: relative;
    margin-bottom: 18px;
}


.login-group-icon[b-o3j81m7ami] {
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    color: #888;
}
    



.login-btn[b-o3j81m7ami] {
    width: 100%;
    background-color: #007bff;
    color: white;
    padding: 14px;
    border: none;
    border-radius: 10px;
    font-size: 17px;
    cursor: pointer;
    transition: background-color 0.3s ease-in-out;
}

    .login-btn:hover[b-o3j81m7ami] {
        background-color: #0056b3;
    }

.links[b-o3j81m7ami] {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
}

    .links a[b-o3j81m7ami] {
        color: #007bff;
        text-decoration: none;
        margin: 0 8px;
    }

.footer[b-o3j81m7ami] {
    text-align: center;
    font-size: 12px;
    color: #777;
    margin-top: 25px;
}

.error-message[b-o3j81m7ami] {
    color: red;
    text-align: center;
    margin-top: 10px;
}

/* 🎯 RESPONSIVE MEDIA QUERIES */
@media (max-width: 480px) {
    .login-container[b-o3j81m7ami] {
        padding: 20px 15px;
        border-radius: 15px;
    }

        .login-container h2[b-o3j81m7ami] {
            font-size: 20px;
        }

    .login-btn[b-o3j81m7ami] {
        font-size: 16px;
        padding: 12px;
    }

    .input-group input[b-o3j81m7ami] {
        font-size: 15px;
    }
}
/* _content/LimraSoft.WebUI/Pages/HR/EmployeeFiles/EmployeeFilesPage.razor.rz.scp.css */

.items-center[b-fn8tpwopds] {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
}

.style-click[b-fn8tpwopds] {
    background: linear-gradient(to bottom right, #f9fafb, #e2e8f0);
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    padding: 20px;
    height: 180px;
}

    .style-click:hover[b-fn8tpwopds] {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
        background: linear-gradient(to bottom right, #edf2f7, #cbd5e0);
    }

.anchor-style[b-fn8tpwopds] {
    /*color: #2d3748;*/
    font-weight: 600;
    font-size: 1rem;
    text-decoration: none;
    transition: color 0.3s ease;
}

    .anchor-style:hover[b-fn8tpwopds] {
        color: #3182ce;
        text-decoration: underline;
    }

.icon-style[b-fn8tpwopds] {
    font-size: 2.5rem;
    color: #3182ce;
    margin-bottom: 10px;
}

.search-box[b-fn8tpwopds] {
    margin-bottom: 30px;
}

@media (max-width: 576px) {
    .style-click[b-fn8tpwopds] {
        height: auto;
        padding: 15px;
    }
}




/* _content/LimraSoft.WebUI/Pages/Invoices/InvoiceBase.razor.rz.scp.css */
body[b-kcz8o9pwum] {
}
/* _content/LimraSoft.WebUI/Pages/Invoices/OfferPricePage.razor.rz.scp.css */
.price-inp[b-7iorf5po5b] {
    width: 450px;
    height: 40px;
}

.invoice-details[b-7iorf5po5b] {
    height: 40px;
}

.f-btn[b-7iorf5po5b] {
    border: 1px solid blue;
    color: black;
}

    .f-btn:hover[b-7iorf5po5b] {
        background-color: blue;
        color: white;
    }
/*
.contain {
}

.btn-contain {
}

.contant {
}

@media (max-width:768px) {
    .contain {
        width: 1000px !important;
        overflow-x: auto !important;
        display: flex !important;
    }

    .btn-contain {
        width: 200px !important;
    }

    .contant {
        width: 800px !important;
    }
    .border{
        border:unset !important
    }
}*/
input:focus[b-7iorf5po5b] {
    outline: none;
    border: none;
}
InputNumberFormatted:focus[b-7iorf5po5b] {
    outline: none;
    border: none;
}
InputText:focus[b-7iorf5po5b] {
    outline: none;
    border: none;
}
.invoice-f[b-7iorf5po5b] {
}
@media (max-width : 1340px) and (min-width :980px) {
    .col-lg-10[b-7iorf5po5b] {
        flex: 0 0 auto;
        width: 74.333333%;
    }
    .col-lg-2[b-7iorf5po5b] {
        flex: 0 0 auto;
        width: 24.666667%;
    }
}
@media (max-width : 600px) and (min-width: 300px) {
    .col-sm-6[b-7iorf5po5b] {
        width: 50%;
    }
}
/*@media (max-width: 570px) and (min-width: 300px) {
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
}*/
@media (max-width: 455px) and (min-width: 375px) {
   .invoice-f[b-7iorf5po5b]{
       font-size:14px ;
   }
}
@media (max-width: 375px) and (min-width: 300px) {
    .invoice-f[b-7iorf5po5b] {
        font-size: 10px;
    }
}
/* _content/LimraSoft.WebUI/Pages/Invoices/PointOfSalePage.razor.rz.scp.css */

.item-scroll[b-ow555wyy8f] {
    max-height: 59vh; /* ضبط الارتفاع حسب الحاجة */
    overflow-y: auto;
    padding: 10px;
}

.item-button[b-ow555wyy8f] {
    width: 130px;
    min-height: 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    background-color: #0392a7de;
    color: #000;
    border: none;
}

    .item-button:hover[b-ow555wyy8f] {
        background-color: #3f93f1;
    }
/*.item-button h6:hover {
       
        color: black;
    }*/
@media (max-width: 768px) {
    .item-button[b-ow555wyy8f] {
        width: 45vw;
        height: 90px;
    }
}






.input-style[b-ow555wyy8f] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-ow555wyy8f] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding: 7px
}

.btn-shift[b-ow555wyy8f] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height: 45px;
}

/*.item-scroll {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}*/

.group-scroll[b-ow555wyy8f] {
    height: 69vh;
    overflow-y: auto !important;
    overflow-x: hidden
}

.currency[b-ow555wyy8f] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

/*.active {
    background-color: blue !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}*/

.nav-link[b-ow555wyy8f] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-ow555wyy8f] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-ow555wyy8f] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-ow555wyy8f] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-ow555wyy8f] {
    border: 1px solid #aaaaaa;
}

.items-container[b-ow555wyy8f] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-ow555wyy8f] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-ow555wyy8f] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-ow555wyy8f] {
    font-size: 25px;
}

.items-row[b-ow555wyy8f] {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.table-h[b-ow555wyy8f] {
    height: 500px;
    overflow: auto;
}

.order-resTable[b-ow555wyy8f] {
    /*    height: 340px;*/
    overflow: auto;
}

.order-table[b-ow555wyy8f] {
    caption-side: bottom;
    border-collapse: collapse;
    height: 340px !important;
    overflow-y: auto !important;
    overflow: auto !important;
    overflow: auto !important;
}

.table-eat-rest[b-ow555wyy8f] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 350px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-takeAway[b-ow555wyy8f] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 400px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-take[b-ow555wyy8f] {
    height: 400px;
    overflow: auto;
}

.takeAway-side-btn[b-ow555wyy8f] {
    height: 53px;
    font-size: 13px
}

.table-kot[b-ow555wyy8f] {
    caption-side: bottom;
    border-collapse: collapse;
    /*    width: 800px !important;*/
    /*height: 153px !important;*/
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-kot-height[b-ow555wyy8f] {
    height: 352px;
    overflow: auto;
}

.number-btn[b-ow555wyy8f] {
    width: 45px;
    height: 45px;
}

/*.side-btn {
    height: 52px !important;
    font-size: 13px
}*/

.phone-inp[b-ow555wyy8f] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-ow555wyy8f] {
    width: 200px;
    margin: 2px;
    height: 36px
}

.invoice-res-btn[b-ow555wyy8f] {
    height: 60px !important
}

.delivery-side-btn[b-ow555wyy8f] {
    height: 52px;
    font-size: 13px
}

/*.qty-btn {
    height: 55px
}*/

.keys[b-ow555wyy8f] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}

.row[b-ow555wyy8f] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}

.container-fluid[b-ow555wyy8f], .container-lg[b-ow555wyy8f], .container-md[b-ow555wyy8f], .container-sm[b-ow555wyy8f], .container-xl[b-ow555wyy8f], .container-xxl[b-ow555wyy8f] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}

.container-fluid[b-ow555wyy8f], .container-lg[b-ow555wyy8f], .container-md[b-ow555wyy8f], .container-sm[b-ow555wyy8f], .container-xl[b-ow555wyy8f], .container-xxl[b-ow555wyy8f] {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

.valid.modified:not([type=checkbox])[b-ow555wyy8f] {
    outline: 1px solid #0d6efd !important;
}

@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-ow555wyy8f] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-ow555wyy8f] {
        width: 140px;
    }

    .delivery-inp[b-ow555wyy8f] {
        width: 180px;
    }
}

.small-screen[b-ow555wyy8f] {
    overflow-x: hidden
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-ow555wyy8f] {
        width: 120px;
    }

    .delivery-inp[b-ow555wyy8f] {
        width: 190px;
    }
}



@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-ow555wyy8f] {
        width: 90px;
    }

    .delivery-inp[b-ow555wyy8f] {
        width: 120px;
    }
}

@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-ow555wyy8f] {
        width: 120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-ow555wyy8f] {
        width: 100px !important;
    }
}

@media (max-width: 320px ) {
    .phone-inp[b-ow555wyy8f] {
        width: 80px;
    }

    .delivery-inp[b-ow555wyy8f] {
        width: 100px;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-10[b-ow555wyy8f] {
        width: 75% !important;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-2[b-ow555wyy8f] {
        width: 25% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 450px) {
    .col-lg-10[b-ow555wyy8f] {
        width: 68% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 450px) {
    .col-lg-2[b-ow555wyy8f] {
        width: 30% !important;
    }
}

@media (max-width: 600px) {
    .small-screen[b-ow555wyy8f] {
        max-width: 489px;
        overflow-x: auto;
    }

    h6[b-ow555wyy8f] {
        font-size: .6rem;
    }

    .qty-btn[b-ow555wyy8f] {
        width: 60px;
    }

    .item-scroll[b-ow555wyy8f] {
        max-height: 45vh;
    }
}
/* _content/LimraSoft.WebUI/Pages/Main/MainPage.razor.rz.scp.css */
/* _content/LimraSoft.WebUI/Pages/Resturant/HdPage.razor.rz.scp.css */


.input-style[b-rxfq0n4zx7] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-rxfq0n4zx7] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding: 7px
}

.btn-shift[b-rxfq0n4zx7] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height: 45px;
}

.item-scroll[b-rxfq0n4zx7] {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}

.group-scroll[b-rxfq0n4zx7] {
    height: 70vh;
    overflow-y: auto !important;
    overflow-x: hidden
}

.currency[b-rxfq0n4zx7] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.active[b-rxfq0n4zx7] {
    background-color: #d1cfcf !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.nav-link[b-rxfq0n4zx7] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-rxfq0n4zx7] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-rxfq0n4zx7] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-rxfq0n4zx7] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-rxfq0n4zx7] {
    border: 1px solid #aaaaaa;
}

.items-container[b-rxfq0n4zx7] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-rxfq0n4zx7] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-rxfq0n4zx7] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-rxfq0n4zx7] {
    font-size: 25px;
}

.items-row[b-rxfq0n4zx7] {
    margin-right: 0px !important;
    margin-left: 0px !important
}



.takeAway-side-btn[b-rxfq0n4zx7] {
    height: 53px;
    font-size: 13px
}

.table-delivary[b-rxfq0n4zx7] {
    caption-side: bottom;
    border-collapse: collapse;
     /* width: 800px !important;*/
    /*height: 153px !important;*/
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-del[b-rxfq0n4zx7] {
    height: 260px;
    overflow: auto;
}

.number-btn[b-rxfq0n4zx7] {
    width: 45px;
    height: 45px;
}

.side-btn[b-rxfq0n4zx7] {
    height: 52px !important;
    font-size: 13px
}

.phone-inp[b-rxfq0n4zx7] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-rxfq0n4zx7] {
    width: 200px;
    margin: 2px;
    height: 36px
}

.invoice-res-btn[b-rxfq0n4zx7] {
    height: 60px !important
}

.delivery-side-btn[b-rxfq0n4zx7] {
    height: 52px;
    font-size: 13px
}

.qty-btn[b-rxfq0n4zx7] {
    height: 55px
}

.keys[b-rxfq0n4zx7] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}

.row[b-rxfq0n4zx7] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}

.container-fluid[b-rxfq0n4zx7], .container-lg[b-rxfq0n4zx7], .container-md[b-rxfq0n4zx7], .container-sm[b-rxfq0n4zx7], .container-xl[b-rxfq0n4zx7], .container-xxl[b-rxfq0n4zx7] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}

.container-fluid[b-rxfq0n4zx7], .container-lg[b-rxfq0n4zx7], .container-md[b-rxfq0n4zx7], .container-sm[b-rxfq0n4zx7], .container-xl[b-rxfq0n4zx7], .container-xxl[b-rxfq0n4zx7] {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-rxfq0n4zx7] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-rxfq0n4zx7] {
        width: 140px;
    }

    .delivery-inp[b-rxfq0n4zx7] {
        width: 180px;
    }
}

.small-screen[b-rxfq0n4zx7] {
    overflow-x: hidden
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-rxfq0n4zx7] {
        width: 120px;
    }

    .delivery-inp[b-rxfq0n4zx7] {
        width: 190px;
    }
}



@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-rxfq0n4zx7] {
        width: 90px;
    }

    .delivery-inp[b-rxfq0n4zx7] {
        width: 120px;
    }
}

@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-rxfq0n4zx7] {
        width: 120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-rxfq0n4zx7] {
        width: 100px !important;
    }
}

@media (max-width: 320px ) {
    .phone-inp[b-rxfq0n4zx7] {
        width: 80px;
    }

    .delivery-inp[b-rxfq0n4zx7] {
        width: 100px;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-10[b-rxfq0n4zx7] {
        width: 75% !important;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-2[b-rxfq0n4zx7] {
        width: 25% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-10[b-rxfq0n4zx7] {
        width: 68% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-2[b-rxfq0n4zx7] {
        width: 30% !important;
    }
}

@media (max-width: 600px) {
    .small-screen[b-rxfq0n4zx7] {
        max-width: 400px;
        overflow-x: auto;
    }

    h6[b-rxfq0n4zx7] {
        font-size: .6rem;
    }

    .qty-btn[b-rxfq0n4zx7] {
        width: 60px;
    }

    .item-scroll[b-rxfq0n4zx7] {
        max-height: 45vh;
    }
}
/* _content/LimraSoft.WebUI/Pages/Resturant/KotInvoicePage.razor.rz.scp.css */
.header-contain[b-a3l8rhb0tb] {
    background-color: rgb(231, 231, 231);
    border: 1px solid #aaaaaa
}

.input-style[b-a3l8rhb0tb] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-a3l8rhb0tb] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding: 7px
}

.btn-shift[b-a3l8rhb0tb] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height: 45px;
}

.item-scroll[b-a3l8rhb0tb] {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}

.group-scroll[b-a3l8rhb0tb] {
    height: 70vh;
    overflow-y: auto !important;
    overflow-x: hidden
}

.currency[b-a3l8rhb0tb] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.active[b-a3l8rhb0tb] {
    background-color: #d1cfcf !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.nav-link[b-a3l8rhb0tb] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-a3l8rhb0tb] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-a3l8rhb0tb] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-a3l8rhb0tb] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-a3l8rhb0tb] {
    border: 1px solid #aaaaaa;
}

.items-container[b-a3l8rhb0tb] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-a3l8rhb0tb] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-a3l8rhb0tb] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-a3l8rhb0tb] {
    font-size: 25px;
}

.items-row[b-a3l8rhb0tb] {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.table-h[b-a3l8rhb0tb] {
    height: 500px;
    overflow: auto;
}

.order-resTable[b-a3l8rhb0tb] {
    height: 300px;
    overflow: auto;
}

.order-table[b-a3l8rhb0tb] {
    caption-side: bottom;
    border-collapse: collapse;
/*    height: 340px !important;*/
    overflow-y: auto !important;
    overflow: auto !important;
    overflow: auto !important;
}

.table-eat-rest[b-a3l8rhb0tb] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 350px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-takeAway[b-a3l8rhb0tb] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 400px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-take[b-a3l8rhb0tb] {
    height: 400px;
    overflow: auto;
}

.takeAway-side-btn[b-a3l8rhb0tb] {
    height: 53px;
    font-size: 13px
}

.table-delivary[b-a3l8rhb0tb] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 153px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-del[b-a3l8rhb0tb] {
    height: 260px;
    overflow: auto;
}

.number-btn[b-a3l8rhb0tb] {
    width: 45px;
    height: 45px;
}

.side-btn[b-a3l8rhb0tb] {
    height: 52px !important;
    font-size: 13px
}

.phone-inp[b-a3l8rhb0tb] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-a3l8rhb0tb] {
    width: 200px;
    margin: 2px;
    height: 25px
}

.invoice-res-btn[b-a3l8rhb0tb] {
    height: 45px !important;
    font-size:14px
}

.delivery-side-btn[b-a3l8rhb0tb] {
    height: 52px;
    font-size: 13px
}

.qty-btn[b-a3l8rhb0tb] {
    height: 55px
}

.keys[b-a3l8rhb0tb] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}
.kot-btn-warning[b-a3l8rhb0tb]{
    height:28px !important;
    background-color:yellow;
    border:none;
    border-radius:5px
}
.kot-btn-success[b-a3l8rhb0tb] {
    height: 28px !important;
    background-color: green;
    border: none;
    border-radius: 5px
}
.kot-btn-primary[b-a3l8rhb0tb] {
    height: 28px !important;
    background-color: blue;
    border: none;
    border-radius: 5px
}
.row[b-a3l8rhb0tb] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}

.container-fluid[b-a3l8rhb0tb], .container-lg[b-a3l8rhb0tb], .container-md[b-a3l8rhb0tb], .container-sm[b-a3l8rhb0tb], .container-xl[b-a3l8rhb0tb], .container-xxl[b-a3l8rhb0tb] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}

.container-fluid[b-a3l8rhb0tb], .container-lg[b-a3l8rhb0tb], .container-md[b-a3l8rhb0tb], .container-sm[b-a3l8rhb0tb], .container-xl[b-a3l8rhb0tb], .container-xxl[b-a3l8rhb0tb] {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-a3l8rhb0tb] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-a3l8rhb0tb] {
        width: 140px;
    }

    .delivery-inp[b-a3l8rhb0tb] {
        width: 180px;
    }
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-a3l8rhb0tb] {
        width: 120px;
    }

    .delivery-inp[b-a3l8rhb0tb] {
        width: 190px;
    }
}

.header-width[b-a3l8rhb0tb] {
}

@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-a3l8rhb0tb] {
        width: 90px;
    }

    .delivery-inp[b-a3l8rhb0tb] {
        width: 120px;
    }
}

@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-a3l8rhb0tb] {
        width: 120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-a3l8rhb0tb] {
        width: 100px !important;
    }
}

@media (max-width: 320px ) {
    .phone-inp[b-a3l8rhb0tb] {
        width: 80px;
    }

    .delivery-inp[b-a3l8rhb0tb] {
        width: 100px;
    }
}
/* _content/LimraSoft.WebUI/Pages/Resturant/KotPage.razor.rz.scp.css */


.input-style[b-vyzjn3xc9g] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-vyzjn3xc9g] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding: 7px
}

.btn-shift[b-vyzjn3xc9g] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height: 45px;
}

.item-scroll[b-vyzjn3xc9g] {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}

.group-scroll[b-vyzjn3xc9g] {
    height: 70vh;
    overflow-y: auto !important;
    overflow-x: hidden
}

.currency[b-vyzjn3xc9g] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.active[b-vyzjn3xc9g] {
    background-color: #d1cfcf !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.nav-link[b-vyzjn3xc9g] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-vyzjn3xc9g] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-vyzjn3xc9g] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-vyzjn3xc9g] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-vyzjn3xc9g] {
    border: 1px solid #aaaaaa;
}

.items-container[b-vyzjn3xc9g] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-vyzjn3xc9g] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-vyzjn3xc9g] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-vyzjn3xc9g] {
    font-size: 25px;
}

.items-row[b-vyzjn3xc9g] {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.table-h[b-vyzjn3xc9g] {
    height: 500px;
    overflow: auto;
}

.order-resTable[b-vyzjn3xc9g] {
/*    height: 340px;*/
    overflow: auto;
}

.order-table[b-vyzjn3xc9g] {
    caption-side: bottom;
    border-collapse: collapse;
    height: 340px !important;
    overflow-y: auto !important;
    overflow: auto !important;
    overflow: auto !important;
}

.table-eat-rest[b-vyzjn3xc9g] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 350px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-takeAway[b-vyzjn3xc9g] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 400px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-take[b-vyzjn3xc9g] {
    height: 400px;
    overflow: auto;
}

.takeAway-side-btn[b-vyzjn3xc9g] {
    height: 53px;
    font-size: 13px
}

.table-kot[b-vyzjn3xc9g] {
    caption-side: bottom;
    border-collapse: collapse;
/*    width: 800px !important;*/
    /*height: 153px !important;*/
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-kot-height[b-vyzjn3xc9g] {
    height: 480px;
    overflow: auto;
}

.number-btn[b-vyzjn3xc9g] {
    width: 45px;
    height: 45px;
}

.side-btn[b-vyzjn3xc9g] {
    height: 52px !important;
    font-size: 13px
}

.phone-inp[b-vyzjn3xc9g] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-vyzjn3xc9g] {
    width: 200px;
    margin: 2px;
    height: 36px
}

.invoice-res-btn[b-vyzjn3xc9g] {
    height: 60px !important
}

.delivery-side-btn[b-vyzjn3xc9g] {
    height: 52px;
    font-size: 13px
}

.qty-btn[b-vyzjn3xc9g] {
    height: 55px
}

.keys[b-vyzjn3xc9g] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}

.row[b-vyzjn3xc9g] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}

.container-fluid[b-vyzjn3xc9g], .container-lg[b-vyzjn3xc9g], .container-md[b-vyzjn3xc9g], .container-sm[b-vyzjn3xc9g], .container-xl[b-vyzjn3xc9g], .container-xxl[b-vyzjn3xc9g] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}

.container-fluid[b-vyzjn3xc9g], .container-lg[b-vyzjn3xc9g], .container-md[b-vyzjn3xc9g], .container-sm[b-vyzjn3xc9g], .container-xl[b-vyzjn3xc9g], .container-xxl[b-vyzjn3xc9g] {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-vyzjn3xc9g] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-vyzjn3xc9g] {
        width: 140px;
    }

    .delivery-inp[b-vyzjn3xc9g] {
        width: 180px;
    }
}
.small-screen[b-vyzjn3xc9g]{
    overflow-x:hidden
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-vyzjn3xc9g] {
        width: 120px;
    }

    .delivery-inp[b-vyzjn3xc9g] {
        width: 190px;
    }
}



@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-vyzjn3xc9g] {
        width: 90px;
    }

    .delivery-inp[b-vyzjn3xc9g] {
        width: 120px;
    }
}

@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-vyzjn3xc9g] {
        width: 120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-vyzjn3xc9g] {
        width: 100px !important;
    }
}

@media (max-width: 320px ) {
    .phone-inp[b-vyzjn3xc9g] {
        width: 80px;
    }

    .delivery-inp[b-vyzjn3xc9g] {
        width: 100px;
    }
}
@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-10[b-vyzjn3xc9g] {
        width: 75% !important;
    }
}
@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-2[b-vyzjn3xc9g] {

        width: 25% !important;
    }
}
@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-10[b-vyzjn3xc9g] {
        width: 68% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-2[b-vyzjn3xc9g] {
        width: 30% !important;
    }
}
@media (max-width: 600px) {
    .small-screen[b-vyzjn3xc9g] {
        max-width:400px;
        overflow-x:auto;


    }
    h6[b-vyzjn3xc9g] {
        font-size: .6rem;
    }
    .qty-btn[b-vyzjn3xc9g]{
        width: 60px;
    }
    .item-scroll[b-vyzjn3xc9g]{
        max-height: 45vh;
    }
}
/* _content/LimraSoft.WebUI/Pages/Resturant/PosPage.razor.rz.scp.css */
.header-contain[b-h03nje6pbu] {
    background-color: rgb(231, 231, 231);
    border: 1px solid #aaaaaa
}

.input-style[b-h03nje6pbu] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-h03nje6pbu] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding:7px
}

.btn-shift[b-h03nje6pbu] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height:45px;

}
.item-scroll[b-h03nje6pbu] {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}
.group-scroll[b-h03nje6pbu] {
    height:70vh;
    overflow-y: auto !important;
    overflow-x: hidden
}
.currency[b-h03nje6pbu] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.active[b-h03nje6pbu] {
    background-color: #d1cfcf !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.nav-link[b-h03nje6pbu] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-h03nje6pbu] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-h03nje6pbu] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-h03nje6pbu] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-h03nje6pbu] {
    border: 1px solid #aaaaaa;
}

.items-container[b-h03nje6pbu] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-h03nje6pbu] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-h03nje6pbu] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-h03nje6pbu] {
    font-size: 25px;
}

.items-row[b-h03nje6pbu] {
    margin-right: 0px !important;
    margin-left: 0px !important
}

.table-h[b-h03nje6pbu] {
    height: 500px;
    overflow: auto;
}

.order-resTable[b-h03nje6pbu] {
    height: 340px;
    overflow: auto;
}

.order-table[b-h03nje6pbu] {
    caption-side: bottom;
    border-collapse: collapse;
    height: 340px !important;
    overflow-y: auto !important;
    overflow: auto !important;
    overflow: auto !important;
}

.table-eat-rest[b-h03nje6pbu] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 350px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-takeAway[b-h03nje6pbu] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
     height: 400px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-take[b-h03nje6pbu] {
    height: 400px;
    overflow: auto;
}
.takeAway-side-btn[b-h03nje6pbu] {
    height: 53px;
    font-size: 13px
}
.table-delivary[b-h03nje6pbu] {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;
    height: 153px !important;
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-del[b-h03nje6pbu] {
    height: 260px;
    overflow: auto;
}

.number-btn[b-h03nje6pbu] {
    width: 45px;
    height: 45px;
}
.side-btn[b-h03nje6pbu] {
    height: 52px !important;
    font-size:13px
}
.phone-inp[b-h03nje6pbu] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-h03nje6pbu] {
    width: 200px;
    margin: 2px;
    height:36px
}
.invoice-res-btn[b-h03nje6pbu]{
    height:60px !important
}
.delivery-side-btn[b-h03nje6pbu]{
    height:52px;
    font-size:13px
}
.qty-btn[b-h03nje6pbu] {
    height: 55px
}
.keys[b-h03nje6pbu] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}
.row[b-h03nje6pbu] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}
.container-fluid[b-h03nje6pbu], .container-lg[b-h03nje6pbu], .container-md[b-h03nje6pbu], .container-sm[b-h03nje6pbu], .container-xl[b-h03nje6pbu], .container-xxl[b-h03nje6pbu] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}
.container-fluid[b-h03nje6pbu], .container-lg[b-h03nje6pbu], .container-md[b-h03nje6pbu], .container-sm[b-h03nje6pbu], .container-xl[b-h03nje6pbu], .container-xxl[b-h03nje6pbu] {
    width: 100% !important;
    padding-right: 0px !important; 
    padding-left: 0px !important; 
    margin-right: auto;
    margin-left: auto;
}
@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-h03nje6pbu] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-h03nje6pbu] {
        width: 140px;
    }

    .delivery-inp[b-h03nje6pbu] {
        width: 180px;
    }
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-h03nje6pbu] {
        width: 120px;
    }

    .delivery-inp[b-h03nje6pbu] {
        width: 190px;
    }
}
.header-width[b-h03nje6pbu]{}
@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-h03nje6pbu] {
        width: 90px;
    }

    .delivery-inp[b-h03nje6pbu] {
        width: 120px;
    }
}
@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-h03nje6pbu] {
        width:120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-h03nje6pbu] {
        width: 100px !important;
    }
}
@media (max-width: 320px ) {
    .phone-inp[b-h03nje6pbu] {
        width: 80px;
    }

    .delivery-inp[b-h03nje6pbu] {
        width: 100px;
    }
}
.head-input[b-h03nje6pbu] {
 
}

@media (max-width: 1320px) and (min-width: 1115px ) {
    .head-input[b-h03nje6pbu] {
        width:240px !important
    }
}
/* _content/LimraSoft.WebUI/Pages/Resturant/TaPage.razor.rz.scp.css */


.input-style[b-c5qnke9jn5] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
}

.btn-store[b-c5qnke9jn5] {
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    padding: 7px
}

.btn-shift[b-c5qnke9jn5] {
    background-color: #aaaaaa !important;
    border: 1px solid #aaaaaa !important;
    border-radius: 5px;
    height: 45px;
}

.item-scroll[b-c5qnke9jn5] {
    max-height: 63vh;
    overflow-y: auto;
    overflow-x: hidden
}

.group-scroll[b-c5qnke9jn5] {
    height: 70vh;
    overflow-y: auto !important;
    overflow-x: hidden
}

.currency[b-c5qnke9jn5] {
    width: 100px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.active[b-c5qnke9jn5] {
    background-color: #d1cfcf !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.nav-link[b-c5qnke9jn5] {
    color: black !important;
    font-size: 18px;
    font-weight: 400 !important;
}

.tab-container[b-c5qnke9jn5] {
    border: 1px solid #aaaaaa;
}
/* .row>* {
   /* padding-right:0px !important ; 
   padding-left: 0px !important;  

} */
.content-btn[b-c5qnke9jn5] {
    height: 60px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
}


.item[b-c5qnke9jn5] {
    min-height: 55px !important;
    background-color: burlywood;
}

.customer[b-c5qnke9jn5] {
    border: 1px solid #aaaaaa;
}

.items-container[b-c5qnke9jn5] {
    overflow-y: auto;
    overflow-x: hidden;
}

.customer-select[b-c5qnke9jn5] {
    width: 150px;
    border-radius: 5px;
    border: 1px solid #aaaaaa;
}

.customer-container[b-c5qnke9jn5] {
    border: 1px solid #aaaaaa;
}

.add-icon[b-c5qnke9jn5] {
    font-size: 25px;
}

.items-row[b-c5qnke9jn5] {
    margin-right: 0px !important;
    margin-left: 0px !important
}


.table-takeAway[b-c5qnke9jn5] {
    caption-side: bottom;
    border-collapse: collapse;
/*    width: 800px !important;
    height: 400px !important;*/
    overflow-y: auto !important;
    overflow: auto !important;
}

.table-take[b-c5qnke9jn5] {
    height: 400px;
    overflow: auto;
}

.takeAway-side-btn[b-c5qnke9jn5] {
    height: 53px;
    font-size: 13px
}

/*.table-delivary {
    caption-side: bottom;
    border-collapse: collapse;
    width: 800px !important;*/
    /*height: 153px !important;*/
    /*overflow-y: auto !important;
    overflow: auto !important;
}

.table-del {
    height: 260px;
    overflow: auto;
}*/

.number-btn[b-c5qnke9jn5] {
    width: 45px;
    height: 45px;
}

.side-btn[b-c5qnke9jn5] {
    height: 52px !important;
    font-size: 13px
}

.phone-inp[b-c5qnke9jn5] {
    width: 140px;
    margin: 2px;
}

.delivery-inp[b-c5qnke9jn5] {
    width: 200px;
    margin: 2px;
    height: 36px
}

.invoice-res-btn[b-c5qnke9jn5] {
    height: 60px !important
}

.delivery-side-btn[b-c5qnke9jn5] {
    height: 52px;
    font-size: 13px
}

.qty-btn[b-c5qnke9jn5] {
    height: 55px
}

.keys[b-c5qnke9jn5] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
    padding: 2px;
    margin: auto;
}

.row[b-c5qnke9jn5] {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y)* -1);
    margin-right: calc(var(--bs-gutter-x)* -.5);
    margin-left: calc(var(--bs-gutter-x)* 0) !important;
}

.container-fluid[b-c5qnke9jn5], .container-lg[b-c5qnke9jn5], .container-md[b-c5qnke9jn5], .container-sm[b-c5qnke9jn5], .container-xl[b-c5qnke9jn5], .container-xxl[b-c5qnke9jn5] {
    padding-right: var(--bs-gutter-x, 0rem) !important;
    padding-left: var(--bs-gutter-x, 0rem) !important;
    margin-left: auto;
    width: 100%;
}

.container-fluid[b-c5qnke9jn5], .container-lg[b-c5qnke9jn5], .container-md[b-c5qnke9jn5], .container-sm[b-c5qnke9jn5], .container-xl[b-c5qnke9jn5], .container-xxl[b-c5qnke9jn5] {
    width: 100% !important;
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}

@media (max-width: 1115px ) and ( min-width: 992px) {
    .col-lg-2[b-c5qnke9jn5] {
        flex: 0 0 auto;
        width: 33.66666667% !important;
    }
}

@media ( min-width: 768px) {
    .phone-inp[b-c5qnke9jn5] {
        width: 140px;
    }

    .delivery-inp[b-c5qnke9jn5] {
        width: 180px;
    }
}

.small-screen[b-c5qnke9jn5] {
    overflow-x: hidden
}

@media (max-width: 768px ) and ( min-width: 480px) {
    .phone-inp[b-c5qnke9jn5] {
        width: 120px;
    }

    .delivery-inp[b-c5qnke9jn5] {
        width: 190px;
    }
}



@media (max-width: 480px ) and ( min-width: 320px) {
    .phone-inp[b-c5qnke9jn5] {
        width: 90px;
    }

    .delivery-inp[b-c5qnke9jn5] {
        width: 120px;
    }
}

@media (max-width: 1270px ) and (min-width: 1260px) {
    .input-style[b-c5qnke9jn5] {
        width: 120px !important;
    }
}

@media (max-width: 1260px ) and (min-width: 1060px) {
    .input-style[b-c5qnke9jn5] {
        width: 100px !important;
    }
}

@media (max-width: 320px ) {
    .phone-inp[b-c5qnke9jn5] {
        width: 80px;
    }

    .delivery-inp[b-c5qnke9jn5] {
        width: 100px;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-10[b-c5qnke9jn5] {
        width: 75% !important;
    }
}

@media (max-width: 1670px ) and (min-width: 1115px) {
    .col-lg-2[b-c5qnke9jn5] {
        width: 25% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-10[b-c5qnke9jn5] {
        width: 68% !important;
    }
}

@media (max-width: 1115px ) and (min-width: 320px) {
    .col-lg-2[b-c5qnke9jn5] {
        width: 30% !important;
    }
}

@media (max-width: 600px) {
    .small-screen[b-c5qnke9jn5] {
        max-width: 400px;
        overflow-x: auto;
    }

    h6[b-c5qnke9jn5] {
        font-size: .6rem;
    }

    .qty-btn[b-c5qnke9jn5] {
        width: 60px;
    }

    .item-scroll[b-c5qnke9jn5] {
        max-height: 45vh;
    }
}
/* _content/LimraSoft.WebUI/Pages/RptAccount/GeneralLedgerPage.razor.rz.scp.css */
table[b-yj7kqu7cwh], th[b-yj7kqu7cwh], td[b-yj7kqu7cwh] {
    border: 1px solid black;
    border-collapse: collapse;
    padding:5px
}

th[b-yj7kqu7cwh] , td[b-yj7kqu7cwh]{
    text-align: center;
}
/* _content/LimraSoft.WebUI/Pages/RptStores/Report/RptInventoryBalance.razor.rz.scp.css */


@media (max-width: 667px) {
   .col-lg-8[b-507e1a18ow] {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .col-lg-8[b-507e1a18ow] {
        max-width: 350px !important;
    }
}
/* _content/LimraSoft.WebUI/Pages/Settings/RecycleReviewDebuggingPage.razor.rz.scp.css */

*[b-sg7zp0guuf] {
    box-sizing: border-box;
    direction: ltr
}


.item-border[b-sg7zp0guuf] {
    border-radius: 8px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.25);
    min-height: 200px;
    position: relative;
    padding-top: 25px
}

.order[b-sg7zp0guuf] {
    border: 1px solid #f5a201;
}

.order-pers[b-sg7zp0guuf] {
    background-color: #f5a201;
}

.btn-order[b-sg7zp0guuf] {
    background-color: #f5a201;
    color: white
}

.order-link[b-sg7zp0guuf] {
    color: rgba(0, 0, 0, 0.25);
    text-decoration: none;
    cursor: pointer;
    font-size: 25px;
}

.order-title[b-sg7zp0guuf] {
    color: #184E77;
    text-shadow: 0px 0px 5px 0px #f5a201 !important;
}

.count[b-sg7zp0guuf] {
    width: 110px;
    height: 45px;
    position: absolute;
    top: 0px;
    left: 0px;
    border-start-start-radius: 8px;
    border-end-end-radius: 15px;
}

.items-center[b-sg7zp0guuf] {
    text-align: center;
    align-items: center
}



.item2[b-sg7zp0guuf] {
    background-color: #D9ED92;
    min-height: 140px
}

.item3[b-sg7zp0guuf] {
    background-color: #1E6091;
    min-height: 140px
}

.item4[b-sg7zp0guuf] {
    background-color: #B5E48C;
    min-height: 140px
}

.item5[b-sg7zp0guuf] {
    background-color: #1A759F;
    min-height: 140px
}

.item6[b-sg7zp0guuf] {
    background-color: #99D98C;
    min-height: 140px
}

.item7[b-sg7zp0guuf] {
    background-color: #168AAD;
    min-height: 140px
}

.item8[b-sg7zp0guuf] {
    background-color: #184E77;
    min-height: 140px
}

.item9[b-sg7zp0guuf] {
    background-color: #34A0A4;
    min-height: 140px
}

.item10[b-sg7zp0guuf] {
    background-color: #D9ED92;
    min-height: 140px
}

.item11[b-sg7zp0guuf] {
    background-color: #76C893;
    min-height: 140px
}

.item12[b-sg7zp0guuf] {
    background-color: #1A759F;
    min-height: 140px
}

.item13[b-sg7zp0guuf] {
    background-color: #34A0A4;
    min-height: 140px
}

.item14[b-sg7zp0guuf] {
    background-color: #76C893;
    min-height: 140px
}

.item15[b-sg7zp0guuf] {
    background-color: #1E6091;
    min-height: 140px
}

.item16[b-sg7zp0guuf] {
    background-color: #34A0A4;
    min-height: 140px
}


.btn-more[b-sg7zp0guuf] {
    border-radius: 10px;
    text-align: center;
    width: 90%;
    height: 50px;
}

.btn-regist[b-sg7zp0guuf] {
    background-color: yellowgreen;
    color: white
}

.btn-visitor[b-sg7zp0guuf] {
    background-color: blue;
    color: white
}

.order-link:hover[b-sg7zp0guuf] {
    color: #184E77;
}



.parent[b-sg7zp0guuf] {
    overflow-y: auto;
}

.Content[b-sg7zp0guuf] {
    direction: ltr;
}

/*This cause the division content
        to be displayed from right to left */
.Flipped[b-sg7zp0guuf] {
    direction: rtl;
}

/* Designing for scroll-bar */
[b-sg7zp0guuf]::-webkit-scrollbar {
    width: 6px;
}

/* Track */
[b-sg7zp0guuf]::-webkit-scrollbar-track {
    background: red;
    border-radius: 5px;
}

/* Handle */
[b-sg7zp0guuf]::-webkit-scrollbar-thumb {
    background: black;
    border-radius: 5px;
}

    /* Handle on hover */
    [b-sg7zp0guuf]::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


@media (min-width: 992px) {
    .col-lg-2[b-sg7zp0guuf] {
        flex: 0 0 auto;
        width: 10.66666667% !important;
    }
}

@media (max-width: 1370px ) and ( min-width: 991px) {

    .col-lg-2[b-1mv8gp4idc][b-sg7zp0guuf] {
        flex: 0 0 auto;
        width: 16.66666667% !important;
    }
}

@media (max-width: 765px ) and (min-width: 450px) {
    .col-sm-6[b-sg7zp0guuf] {
        width: 42%;
    }

    .erp-body[b-ty40ro175p][b-sg7zp0guuf] {
        padding: 0px;
    }
}
.recycle-container[b-sg7zp0guuf] {
    padding: 40px;
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

.grid-container[b-sg7zp0guuf] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    max-width: 1000px;
    width: 100%;
}

.grid-item[b-sg7zp0guuf] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

    .grid-item:hover[b-sg7zp0guuf] {
        transform: translateY(-5px);
        box-shadow: 0px 6px 15px rgba(0, 0, 0, 0.15);
    }

.icon-wrapper i[b-sg7zp0guuf] {
    font-size: 40px;
    color: #007bff;
}

.text-wrapper a[b-sg7zp0guuf] {
    margin-top: 10px;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    color: #333;
    transition: color 0.3s ease-in-out;
}

    .text-wrapper a:hover[b-sg7zp0guuf] {
        color: #007bff;
    }
/* _content/LimraSoft.WebUI/Pages/Voucher/JournalEntritsPage.razor.rz.scp.css */
/* _content/LimraSoft.WebUI/Pages/Voucher/OpeningEntryPage.razor.rz.scp.css */
/* _content/LimraSoft.WebUI/Pages/Voucher/PaymentVoucherPage.razor.rz.scp.css */
/* _content/LimraSoft.WebUI/Pages/Voucher/ReceiptVoucherPage.razor.rz.scp.css */
/* _content/LimraSoft.WebUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-8gp6uxu0tt] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-8gp6uxu0tt] {
    flex: 1;
}

.sidebar[b-8gp6uxu0tt] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-8gp6uxu0tt] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-8gp6uxu0tt]  a, .top-row .btn-link[b-8gp6uxu0tt] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-8gp6uxu0tt] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-8gp6uxu0tt] {
        display: none;
    }

    .top-row.auth[b-8gp6uxu0tt] {
        justify-content: space-between;
    }

    .top-row a[b-8gp6uxu0tt], .top-row .btn-link[b-8gp6uxu0tt] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-8gp6uxu0tt] {
        flex-direction: row;
    }

    .sidebar[b-8gp6uxu0tt] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-8gp6uxu0tt] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-8gp6uxu0tt], article[b-8gp6uxu0tt] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/LimraSoft.WebUI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-c2m52gi1mr] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-c2m52gi1mr] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-c2m52gi1mr] {
    font-size: 1.1rem;
}

.oi[b-c2m52gi1mr] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-c2m52gi1mr] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-c2m52gi1mr] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-c2m52gi1mr] {
        padding-bottom: 1rem;
    }

    .nav-item[b-c2m52gi1mr]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-c2m52gi1mr]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-c2m52gi1mr]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-c2m52gi1mr] {
        display: none;
    }

    .collapse[b-c2m52gi1mr] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-c2m52gi1mr] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
