/* _content/OASource_Restaurant_Exp/Components/AccountsPerTable.razor.rz.scp.css */
.dish_selected[b-ijlkqe8usr] {
    font-size: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 3em;
    margin-bottom: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
}

.dish_name[b-ijlkqe8usr] {
}

.dish_price[b-ijlkqe8usr] {
}

.currency[b-ijlkqe8usr] {
}

.price[b-ijlkqe8usr] {
}

.button_groupp[b-ijlkqe8usr] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_buttom[b-ijlkqe8usr] {
    width: 100%;
    max-width: 1000px;
    max-height: 3.8em;
    min-height: 3.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

.general_buttom.preview[b-ijlkqe8usr] {
    /*    background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);*/
    background-color: #BF1111;
    color: white;
    max-width: 150px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    justify-content: space-evenly;
}

.general_buttom.pago[b-ijlkqe8usr] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    min-width: 120px;
    transition: all ease-out 0.3s;
}

.general_buttom.preview_invoice[b-ijlkqe8usr] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    max-width: 50px;
    transition: all ease-out 0.3s;
}

.general_buttom.pago:hover[b-ijlkqe8usr], .general_buttom.preview_invoice:hover[b-ijlkqe8usr] {
    background: rgb(68, 154, 76);
    background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
    color: white;
}

.group-buttom[b-ijlkqe8usr] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.order_details-action[b-ijlkqe8usr] {
    width: 100%;
    max-width: 700px;
    height: auto;
    max-height: 600px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 2em;
    background-color: white;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1em;
}

.details_orders-container[b-ijlkqe8usr] {
    max-height: 300px;
    overflow: auto;
}

.order_details-action summary[b-ijlkqe8usr] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-ijlkqe8usr] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-ijlkqe8usr] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-ijlkqe8usr] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-ijlkqe8usr] {
    font-size: 18px;
}

.cliente-text_Mesa[b-ijlkqe8usr] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
/
}

.cliente-text_Mesa h2[b-ijlkqe8usr] {
    margin: 0; /* Eliminar el margen predeterminado de h2 */
}

.totales[b-ijlkqe8usr] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-ijlkqe8usr] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.totals_container span[b-ijlkqe8usr] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

/*Variants*/
.general_buttom.smaller[b-ijlkqe8usr] {
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: transparent;
    font-size: 1.4em;
    padding: 0px;
    color: white;
    max-height: 1.8em;
    min-height: 1.8em;
}

.Buttom-Group[b-ijlkqe8usr] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.page-header[b-ijlkqe8usr] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/OASource_Restaurant_Exp/Components/CarruselCategories.razor.rz.scp.css */
.carrusel_container[b-u473b6v39m] {
    width: 100%;
    max-width: calc(100vw - 400px);
    height: 100px;
    max-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-x: unset;
    overflow-y: hidden;
}
/* _content/OASource_Restaurant_Exp/Components/CategoriesCard.razor.rz.scp.css */
.category_card[b-pzal3ikyff] {
    position: relative;
    max-width: 100%;
    min-width: 100%;
    height: 8em;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    margin-right: 0.3em;
}

.category_card[b-pzal3ikyff]::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 8em;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.300);
    z-index: 2;
}

.category_card .image[b-pzal3ikyff] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.button_container[b-pzal3ikyff] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.categories_buttom[b-pzal3ikyff] {
    top: 0%;
    left: 0%;
    background-color: transparent;
    border: none;
    color: white;
    z-index: 3;
    border-bottom: 2px solid white;
    text-transform: uppercase;
}
/* _content/OASource_Restaurant_Exp/Components/ComandaCocinaComponent.razor.rz.scp.css */
.dish_selected[b-901vo92xqw] {
    position: relative;
    font-size: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 3em;
    margin-bottom: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
}

.dish_name[b-901vo92xqw] {
}

.dish_price[b-901vo92xqw] {
}

.currency[b-901vo92xqw] {
}

.price[b-901vo92xqw] {
}

.button_groupp[b-901vo92xqw] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_buttom[b-901vo92xqw] {
    width: 100%;
    max-width: 1000px;
    max-height: 3.8em;
    min-height: 3.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

.general_buttom.preview[b-901vo92xqw] {
    /*    background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);*/
    background-color: #BF1111;
    color: white;
    max-width: 150px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
    display: flex;
    justify-content: space-evenly;
}

.general_buttom.pago[b-901vo92xqw] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    min-width: 120px;
    transition: all ease-out 0.3s;
}

.general_buttom.preview_invoice[b-901vo92xqw] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    max-width: 50px;
    transition: all ease-out 0.3s;
}

.general_buttom.pago:hover[b-901vo92xqw], .general_buttom.preview_invoice:hover[b-901vo92xqw] {
    background: rgb(68, 154, 76);
    background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
    color: white;
}

.group-buttom[b-901vo92xqw] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.order_details-action[b-901vo92xqw] {
    width: 100%;
    max-width: 900px;
    height: auto;
    max-height: 600px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 2em;
    background-color: white;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1em;
}

.details_orders-container[b-901vo92xqw] {
    max-height: 900px;
    overflow: auto;
}

.order_details-action summary[b-901vo92xqw] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-901vo92xqw] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-901vo92xqw] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-901vo92xqw] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-901vo92xqw] {
    font-size: 18px;
}

.cliente-text_Mesa[b-901vo92xqw] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
/
}

.cliente-text_Mesa h2[b-901vo92xqw] {
    margin: 0; /* Eliminar el margen predeterminado de h2 */
}

.totales[b-901vo92xqw] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-901vo92xqw] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.totals_container span[b-901vo92xqw] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

/*Variants*/
.general_buttom.smaller[b-901vo92xqw] {
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: transparent;
    font-size: 1.4em;
    padding: 0px;
    color: white;
    max-height: 1.8em;
    min-height: 1.8em;
}

.Buttom-Group[b-901vo92xqw] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.page-header[b-901vo92xqw] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
/* _content/OASource_Restaurant_Exp/Components/CreateOrder.razor.rz.scp.css */
.create_order-container[b-lvvnppw2hl] {
    width: 100%;
    max-width: 500px;
    min-height: auto;
    max-height: 85vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    padding: 1.1em;
    background-color: white;
    z-index: 30;
    overflow: auto;
}

.grid_order-dishes[b-lvvnppw2hl] {
    width: 100%;
    height: 50%;
    min-height: 60px;
    max-height: 200px;
    overflow: scroll;
    display: flex;
    flex-direction: column;
}

.form_order[b-lvvnppw2hl] {
    width: 100%;
    height: 50%;
    min-height: 20px;
}

.form_group-by[b-lvvnppw2hl] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.form_group-by label[b-lvvnppw2hl] {
    position: relative;
    width: 100%;
    min-height: auto;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    color: gray;
}

.form_group-by label select[b-lvvnppw2hl], input[b-lvvnppw2hl], option[b-lvvnppw2hl] {
    border: none;
    padding: 0.5em;
    width: 100%;
    max-width: 500px;
    outline: none;
    background-color: rgba(222, 222, 222, 222);
    border-radius: 5px;
}

.form_group-by select[b-lvvnppw2hl] {
    height: 40px;
}

.form_group-by label textarea[b-lvvnppw2hl] {
    border: none;
    background-color: rgba(222, 222, 222, 222);
    outline: none;
    border-radius: 5px;
    padding: 0.5em;
}

.button_groupp[b-lvvnppw2hl] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.general_buttom[b-lvvnppw2hl] {
    width: 100%;
    max-width: 200px;
    max-height: 2.5em;
    min-height: 2.2em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    user-select: none;
    z-index: 5;
    margin-right: 0.5em;
    background-color: #be0303;
    background-color: rgb(20, 19, 19);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 8px;

}

.general_buttom.add_order[b-lvvnppw2hl] {
    background: rgb(68, 154, 76);
    background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
}

.general_buttom.cerrar[b-lvvnppw2hl] {
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
}

.general_buttom.Disable[b-lvvnppw2hl] {
    opacity: 0.7;
}

.general_buttom.smaller[b-lvvnppw2hl] {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -10px;
    top: 35%;
}

.client_box_list-container[b-lvvnppw2hl] {
    width: 100%;
    height: auto;
    bottom: 0px;
    z-index: 10;
    background-color: white;
    display: flex;
    flex-direction: column;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 1em;
    border-radius: 5px;
}

.client_box-list[b-lvvnppw2hl] {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}
/* _content/OASource_Restaurant_Exp/Components/CuadreCaja.razor.rz.scp.css */
.dish_selected[b-8cs8m3i70v] {
    position: relative;
    font-size: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 3em;
    margin-bottom: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
}

.dish_name[b-8cs8m3i70v] {
}

.dish_price[b-8cs8m3i70v] {
}

.currency[b-8cs8m3i70v] {
}

.price[b-8cs8m3i70v] {
}

.button_groupp[b-8cs8m3i70v] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_buttom[b-8cs8m3i70v] {
    width: 100%;
    max-width: 1000px;
    max-height: 3.8em;
    min-height: 3.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

    .general_buttom.preview[b-8cs8m3i70v] {
        /*    background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);*/
        background-color: #BF1111;
        color: white;
        max-width: 150px;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
        display: flex;
        justify-content: space-evenly;
    }

    .general_buttom.pago[b-8cs8m3i70v] {
        max-width:none;
        background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
        color: black;
        min-width: 120px;
        transition: all ease-out 0.3s;
    }

    .general_buttom.preview_invoice[b-8cs8m3i70v] {
        background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
        color: black;
        max-width: 50px;
        transition: all ease-out 0.3s;
    }

        .general_buttom.pago:hover[b-8cs8m3i70v], .general_buttom.preview_invoice:hover[b-8cs8m3i70v] {
            background: rgb(68, 154, 76);
            background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
            color: white;
        }

.group-buttom[b-8cs8m3i70v] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.order_details-action[b-8cs8m3i70v] {
    width: 100%;
    height: auto;
    max-height: 100vh;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 1em;
    background-color: white;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1em;
    margin-top:1em;
}

.details_orders-container[b-8cs8m3i70v] {
    max-height: 900px;
    overflow: auto;
}

.order_details-action summary[b-8cs8m3i70v] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-8cs8m3i70v] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-8cs8m3i70v] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-8cs8m3i70v] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-8cs8m3i70v] {
    font-size: 18px;
}

.cliente-text_Mesa[b-8cs8m3i70v] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 1em;
    background-color: #e0e0e0;
    border-radius: 10px;
    display: inline-flex;
    justify-content: space-between;
}

    .cliente-text_Mesa h2[b-8cs8m3i70v] {
        margin: 0; /* Eliminar el margen predeterminado de h2 */
    }

.totales[b-8cs8m3i70v] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-8cs8m3i70v] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

    .totals_container span[b-8cs8m3i70v] {
        display: inline-flex;
        justify-content: space-between;
        width: 100%;
    }

/*Variants*/
.general_buttom.smaller[b-8cs8m3i70v] {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: #93d1e7;
}

.general_buttom.disabled[b-8cs8m3i70v] {
    max-width:none;
    background-color: gray;
    cursor: not-allowed;
}

.Buttom-Group[b-8cs8m3i70v] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}

.page-header[b-8cs8m3i70v] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.date_picker-container[b-8cs8m3i70v] {
    width: 100%;
    max-width: 200px;
    min-width:200px;
    max-height: 2.5em;
    min-height: 1.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    background-color: red;
    padding: 5px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.filters-container[b-8cs8m3i70v] {
    width: 100%;
    height: auto;
    display: inline-flex;
    justify-content: space-between;
    align-content: center;
    flex-wrap:wrap;
    padding: 2em 0em 0em 0em;
}

.search-container[b-8cs8m3i70v] {
    max-width: 400px;
}
/* _content/OASource_Restaurant_Exp/Components/CuadreCajaLog.razor.rz.scp.css */
.dish_selected-container[b-7xts0wn1hw] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.dish_selected[b-7xts0wn1hw] {
    font-size: 12px;
    width: 98%;
    max-width: 8000px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
    min-height: 50px;
    max-height: 10em;
    margin-bottom: 0.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
    border-radius: 0.5em;
    cursor: pointer;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 0.5em;
}

.dish_name[b-7xts0wn1hw] {
    width: 40%;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.dish_price[b-7xts0wn1hw] {
    width: 20%;
}

.currency[b-7xts0wn1hw] {
    font-weight:600;
}

.price[b-7xts0wn1hw] {
}

.button_goup[b-7xts0wn1hw] {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general_buttom[b-7xts0wn1hw] {
    width: 100%;
    max-width: 1000px;
    max-height: 3.0em;
    min-height: 2.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    background-color: #74090b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
}

.dish_quantity[b-7xts0wn1hw] {
    display: flex;
    flex-direction: row; /* para que "Cant." y el número estén en fila horizontal */
    align-items: center; /* centrar contenido verticalmente */
    justify-content: center; /* alinear contenido al principio (izquierda) */
    margin-right: 4em;
}

.quantity_label[b-7xts0wn1hw] {
    font-size: 12px;
    margin-right: 5px; /* espacio entre "Cant." y el número */
}

.quantity_value[b-7xts0wn1hw] {
    font-weight: bold;
    align-self: center; /* para asegurar que el número esté alineado al centro verticalmente */
}

@media only screen and (max-width: 600px ) {
    .dish_name[b-7xts0wn1hw], .dish_price[b-7xts0wn1hw], .button_goup[b-7xts0wn1hw] {
        font-size: 14px;
        width: 100%;
    }
    .dish_selected[b-7xts0wn1hw] {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        max-height: none;
    }
}
/* _content/OASource_Restaurant_Exp/Components/DishAdded.razor.rz.scp.css */
.dish_selected[b-h9gcsov6wd] {
    font-size: 12px;
    width: 98%;
    max-width: 8000px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
    min-height: 50px;
    max-height: 10em;
    margin-bottom: 0.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5em;
    cursor: pointer;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 0.5em;
}

.dish_name[b-h9gcsov6wd] {
    width: 40%;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.dish_price[b-h9gcsov6wd] {
    width: 20%;
}

.currency[b-h9gcsov6wd] {
}

.price[b-h9gcsov6wd] {
}

.button_goup[b-h9gcsov6wd] {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general_buttom[b-h9gcsov6wd] {
    width: 100%;
    max-width: 1000px;
    max-height: 1.8em;
    min-height: 1.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
}

.dish_quantity[b-h9gcsov6wd] {
    display: flex;
    flex-direction: row; /* para que "Cant." y el número estén en fila horizontal */
    align-items: center; /* centrar contenido verticalmente */
    justify-content: center; /* alinear contenido al principio (izquierda) */
    margin-right: 4em;
}

.quantity_label[b-h9gcsov6wd] {
    font-size: 12px;
    margin-right: 5px; /* espacio entre "Cant." y el número */
}

.quantity_value[b-h9gcsov6wd] {
    font-weight: bold;
    align-self: center; /* para asegurar que el número esté alineado al centro verticalmente */
}

@media only screen and (max-width: 600px ) {
    .dish_name[b-h9gcsov6wd], .dish_price[b-h9gcsov6wd] {
        font-size: 14px;
    }
}
/* _content/OASource_Restaurant_Exp/Components/DishAddedComandaCocina.razor.rz.scp.css */
.dish_selected-container[b-2qrfinzvqo] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
}

.dish_selected[b-2qrfinzvqo] {
    font-size: 12px;
    width: 98%;
    max-width: 8000px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: auto;
    min-height: 50px;
    max-height: 10em;
    margin-bottom: 0.1em;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 0.5em;
    cursor: pointer;
    margin-left: 3px;
    margin-bottom: 5px;
    padding: 0.5em;
}

.dish_name[b-2qrfinzvqo] {
    width: 40%;
    flex-grow: 1;
    overflow-wrap: break-word;
}

.dish_price[b-2qrfinzvqo] {
    width: 20%;
}

.currency[b-2qrfinzvqo] {
}

.price[b-2qrfinzvqo] {
}

.button_goup[b-2qrfinzvqo] {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.general_buttom[b-2qrfinzvqo] {
    width: 100%;
    max-width: 1000px;
    max-height: 3.0em;
    min-height: 2.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    background-color: #74090b;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
}

.dish_quantity[b-2qrfinzvqo] {
    display: flex;
    flex-direction: row; /* para que "Cant." y el número estén en fila horizontal */
    align-items: center; /* centrar contenido verticalmente */
    justify-content: center; /* alinear contenido al principio (izquierda) */
    margin-right: 4em;
}

.quantity_label[b-2qrfinzvqo] {
    font-size: 12px;
    margin-right: 5px; /* espacio entre "Cant." y el número */
}

.quantity_value[b-2qrfinzvqo] {
    font-weight: bold;
    align-self: center; /* para asegurar que el número esté alineado al centro verticalmente */
}

@media only screen and (max-width: 600px ) {
    .dish_name[b-2qrfinzvqo], .dish_price[b-2qrfinzvqo] {
        font-size: 14px;
    }
}
/* _content/OASource_Restaurant_Exp/Components/DishCard.razor.rz.scp.css */
.ItemCardContainer[b-5ple6r5l2s] {
    position: relative;
}

.float_indicator[b-5ple6r5l2s] {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 15.6em;
    background-color: red;
    color: gray;
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 0.9) 60%, rgba(237, 0, 0, 0.6) 100%, rgba(63, 13, 13, 0.9) 0%);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.float_indicator .far[b-5ple6r5l2s] {
    font-size: 1em;
    margin-left: 0.9em;
}

.CardItemComponent[b-5ple6r5l2s] {
    width: 15.6em;
    height: 339px;
    min-height: 200px;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
}

.card_dish-details[b-5ple6r5l2s] {
    width: 15.6em;
    height: auto;
    min-height: auto;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 0px;
    background-color: transparent;
    z-index: 1;
    cursor: pointer;
    transition: all ease-in-out 0.3s;
}

.imgContainer[b-5ple6r5l2s] {
    max-width: 100%;
    min-height: 250px;
    max-height: 250px;
    background-color: rgb(246, 232, 232);
    background-color: transparent;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imgContainer[b-5ple6r5l2s]:after {
    content: "Tap to add ";
    position: absolute;
    width: 100%;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: rgba(255, 255, 255, 0.8);
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    background-color: rgba(0, 0, 0, 0.300);
}

.imgContainer .itemIMG[b-5ple6r5l2s] {
    width: auto;
    height: 100%;
    max-height: 250px;
    /* border-radius: 10px 0px 0px 0px;*/
    object-fit: fill;
}

.ItemDetails[b-5ple6r5l2s] {
    width: 100%;
    height: auto;
    margin-top: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0px 0.5em;
    font-size: 0.8em;
    color: rgb(81, 78, 78);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.ItemDetails span[b-5ple6r5l2s] {
    font-size: 1.3em;
    font-weight: 600;
}

.ButtomPlus[b-5ple6r5l2s] {
    position: absolute;
    top: 0px;
    right: 0px;
    min-width: 30px;
    min-height: 30px;
    border-radius: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: white;
    background-color: rgb(21, 21, 21);
    cursor: pointer;
}

.general_buttom[b-5ple6r5l2s] {
    width: 100%;
    max-width: 1000px;
    max-height: 2.5em;
    min-height: 2.2em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    margin-top: 1em;
    user-select: none;
    transition: all ease-out 0.3s;
}

.general_buttom:hover[b-5ple6r5l2s] {
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    color: white;
    transition: all ease-out 0.3s;
}

.guarnitions[b-5ple6r5l2s] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    padding: 0.4em;
}

.guarnitions label[b-5ple6r5l2s] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 0.5em;
}


.order_details-action[b-5ple6r5l2s] {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 500px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 0.6em;
    background-color: white;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details_orders-container[b-5ple6r5l2s] {
    max-height: 300px;
    overflow: auto;
}

summary[b-5ple6r5l2s] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-5ple6r5l2s] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-5ple6r5l2s] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-5ple6r5l2s] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-5ple6r5l2s] {
    font-size: 18px;
}


@media (max-width: 696px) {
    .ItemDetails[b-5ple6r5l2s] {
        font-size: 0.8em;
    }
}
/* _content/OASource_Restaurant_Exp/Components/DishDetails.razor.rz.scp.css */
.card_item_details[b-xkeg9qb9o6] {
    width: 100vw;
    max-width: 700px;
    min-height: 30vh;
    background-color: white;
    padding: 10px;
    display: flex;
    flex-direction: column;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}

.header[b-xkeg9qb9o6] {
    width: 100%;
    height: 2em;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.close_btn[b-xkeg9qb9o6] {
    font-size: 16px;
    color: gray;
}

.details[b-xkeg9qb9o6] {
    max-width: 100%;
    min-height: 250px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.img_item_container[b-xkeg9qb9o6] {
    width: 100%;
    max-width: 300px;
    min-width: 300px;
    min-height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img_item_container .item_img[b-xkeg9qb9o6] {
    width: auto;
    height: auto;
    max-width: 300px;
    max-height: 500px;
}

.item_details[b-xkeg9qb9o6] {
    width: 100%;
    min-width: 300px;
    max-width: calc(100% - 300px);
    min-height: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 0.9em;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: rgba(0, 0, 0, 0.055) 0px 2px 4px;
    padding: 1em 2em 2em 2em;
    margin-bottom: 1em;
    border-radius: 10px;
}

.item_name[b-xkeg9qb9o6] {
    font-size: 1.8em;
    margin-bottom: 0.2em;
}

.item_price[b-xkeg9qb9o6] {
    font-size: 1.5em;
    font-weight: normal;
    margin-bottom: 0.3em;
    font-size: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
}

.ingredients_and_options[b-xkeg9qb9o6] {
    width: 100%;
    height: auto;
    margin-bottom: 0.2em;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1em;
}

.ingredientes_list[b-xkeg9qb9o6] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}

.title_ingredients[b-xkeg9qb9o6] {
    margin-bottom: 0.3em;
    font-size: 1.2em;
}

.amount_container[b-xkeg9qb9o6] {
    margin-bottom: 2em;
}

.button_container[b-xkeg9qb9o6] {
    width: 100%;
    max-width: 320px;
    margin: auto;
}

.delete_item[b-xkeg9qb9o6] {
    color: rgb(179, 9, 9);
    cursor: pointer;
    font-size: 1em;
    user-select: none;
}

@media (max-width: 696px) {
    .img_item_container[b-xkeg9qb9o6], item_details[b-xkeg9qb9o6] {
        max-width: none;
    }

    .card_item_details[b-xkeg9qb9o6] {
        box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px;
    }
}
/* _content/OASource_Restaurant_Exp/Components/FloatButtoms.razor.rz.scp.css */
.bottom_container[b-eqawwcyzqd] {
    position: fixed;
    bottom: -0.3em;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    z-index: 11;
}

.general_buttom[b-eqawwcyzqd] {
    position: relative;
    width: 100%;
    max-width: 200px;
    max-height: 3.5em;
    min-height: 3.2em;
    padding: 10px;
    border-radius: 20px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    margin-top: 1em;
    user-select: none;
    z-index: 5;
    margin-right: 0.5em;
    background-color: #be0303;
    background-color: rgb(20, 19, 19);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 8px;
    z-index: 100;
    border-radius: 0px 10px 30px 30px;
    background-color: #21242C;
    transition: all ease-in 0.3s;
}

.general_buttom.notificated[b-eqawwcyzqd] {
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    animation: Notificated-b-eqawwcyzqd 1s ease-in infinite;
}

.float-counter[b-eqawwcyzqd] {
    font-size: 20px;
    margin-left: 10px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    text-shadow: 1px 0.5px 1px 1px;
}


@keyframes Notificated-b-eqawwcyzqd {
    0% {
        transform: scale(1); /* Escala original, el elemento no se modifica */
    }

    50% {
        transform: scale(1.03); /* Escala ligeramente más grande */
    }

    100% {
        transform: scale(1); /* Regresar a la escala original */
    }
}

.create_order-component[b-eqawwcyzqd] {
    position: fixed;
    top: 2em;
    height: 75vh;
    width: 85%;
    z-index: 5;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.1);
    background-color: transparent;
    backdrop-filter: blur(1px);
    padding-top: 30px;
    transition: all ease-out 0.3s;
}

.create_order-component.hidden[b-eqawwcyzqd] {
    top: -1200px;
}

@media only screen and (min-width: 601px ) {
    .bottom_container[b-eqawwcyzqd] {
        position: fixed;
        top: -1.3em;
        width: 100%;
        height: auto;
        max-height: 100px;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 11;
    }
}

@media only screen and (max-width: 600px ) {
    .bottom_container[b-eqawwcyzqd] {
        position: fixed;
        width: 100%;
        height: auto;
        max-height: 100px;
        display: flex;
        justify-content: center;
        align-content: center;
        z-index: 11;
    }

    .general_buttom[b-eqawwcyzqd] {
        width: 100%;
        max-width: 160px;
        max-height: 3.8em;
        min-height: 3.8em;
        font-size: 12px;
        border-radius: 30px 30px 10px 10px;
    }
}
/* _content/OASource_Restaurant_Exp/Components/LevelDataComanda.razor.rz.scp.css */
/*.level_data-comanda {*/
/*    width: 100%;*/
/*    height: auto;*/
/*    display: flex;*/
/*    justify-content: center;*/
/*    align-items: center;*/
/*    background-color: #d1e7dd;*/
/*    border-radius: 0.5em;*/
/*}*/
/*.level-data{*/
/*    width:95%;*/
/*    height:auto;*/
/*}*/
/*.single-level {*/
/*    width:100%;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: flex-start;*/
/*    justify-content:center;*/
/*    font-size:0.9em;*/
/*    color: black;*/
/*    padding:0.5em;*/
/*}*/


/*@media only screen and (max-width: 600px ) {*/
/*    .dish_name, .dish_price {*/
/*        font-size: 14px;*/
/*    }*/
/*}*/

.level_data-comanda[b-7nk4p114pf] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #d1e7dd;
    border-radius: 0.5em;
}

.level-data[b-7nk4p114pf] {
    width: 95%;
    height: auto;
    display: flex;
}

.single-level[b-7nk4p114pf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 0.9em;
    color: black;
    padding: 0.5em;
    margin: 0.5em;
    border-right: 2px solid #f8f9fa;
}

.single-level:last-child[b-7nk4p114pf] {
    border-right: none;
}

@media only screen and (max-width: 600px) {
    .single-level[b-7nk4p114pf] {
        font-size: 14px;
        padding: 0.5em;
        margin: 0.2em;
        border-right: none;
        flex-basis: 100%;
    }

    .level-data[b-7nk4p114pf] {
        flex-direction: column;
    }
}
/* _content/OASource_Restaurant_Exp/Components/ListOfAssignedTables.razor.rz.scp.css */
.mesas-container[b-rrxd4l2egg] {
    width: calc(100% - 300px);
    min-height: 40vh;
    max-height: 70vh;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: flex-start;
    justify-content: center;
}
/* _content/OASource_Restaurant_Exp/Components/OrderGrid.razor.rz.scp.css */
.dish_selected[b-n7kins9esz] {
    font-size: 12px;
    width: 100%;
    max-width: 500px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    height: 3em;
    margin-bottom: 0.5em;
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5em;
    border-radius: 0.5em;
    cursor: pointer;
}

.dish_name[b-n7kins9esz] {
}

.dish_price[b-n7kins9esz] {
}

.currency[b-n7kins9esz] {
}

.price[b-n7kins9esz] {
}

.button_groupp[b-n7kins9esz] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.general_buttom[b-n7kins9esz] {
    width: 80%;
    max-width: 1000px;
    max-height: 3.8em;
    min-height: 3.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

.general_buttom.cerrar[b-n7kins9esz] {
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    min-width: 120px;
}

.general_buttom.pago[b-n7kins9esz] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    min-width: 120px;
    transition: all ease-out 0.3s;
}

.group-buttom[b-n7kins9esz] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.order_details-action[b-n7kins9esz] {
    width: 100%;
    max-width: 500px;
    height: auto;
    max-height: 600px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 0.6em;
    background-color: white;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.details_orders-container[b-n7kins9esz] {
    max-height: 300px;
    overflow: auto;
}

.order_details-action summary[b-n7kins9esz] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-n7kins9esz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-n7kins9esz] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-n7kins9esz] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-n7kins9esz] {
    font-size: 18px;
}

.cliente-text_Mesa[b-n7kins9esz] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
/
}

.cliente-text_Mesa h2[b-n7kins9esz] {
    margin: 0; /* Eliminar el margen predeterminado de h2 */
}

.totales[b-n7kins9esz] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-n7kins9esz] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.totals_container span[b-n7kins9esz] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

/*Variants*/
.general_buttom.smaller[b-n7kins9esz] {
    max-width: 60px;
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
}

.Buttom-Group[b-n7kins9esz] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
}
/* _content/OASource_Restaurant_Exp/Components/QuantityCurrencyControl.razor.rz.scp.css */
.grid_content-currency[b-u6kbr6px25] {
    min-width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 5px;
}

.currency_card-button[b-u6kbr6px25] {
    position: relative;
    width: 6.6em;
    height: 5em;
    padding: 0.5em;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 10px;
}

.currency_card-button[b-u6kbr6px25]::after {
    position: absolute;
    content: "";
    width: 6.6em;
    height: 5em;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.300);
    z-index: 2;
    border-radius: 10px;
}

.float_indicator-custom[b-u6kbr6px25] {
    width: 100%;
    height: 100%;
    color: white;
    z-index: 3;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 1em;
    user-select: none;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.quantity_control[b-u6kbr6px25] {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: space-between;
    border-radius: 0px 0px 10px 10px;
}

.button_control[b-u6kbr6px25] {
    width: 50%;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    border: solid 1px rgba(0, 0, 0, 0.2);
    color: white;
    border-radius: 0px 0px 10px 0px;
    z-index: 3;
}

.button_control.reducer[b-u6kbr6px25] {
    align-items: flex-start;
    border-radius: 0px 0px 0px 10px;
}

.float_counter[b-u6kbr6px25] {
    position: absolute;
    top: 0px;
    right: -2px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: red;
    color: white;
    z-index: 3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-weight: bold;
    user-select: none;
}
/* _content/OASource_Restaurant_Exp/Components/SearchBar.razor.rz.scp.css */
/*Search Bar Component*/
.search_container[b-2xglvajrtg] {
    position: relative;
    width: 100%;
    max-width: 600px;
    min-width: 300px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em 0em;
}

.search_input_element[b-2xglvajrtg] {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    padding: 20px;
    border-radius: 5px;
    padding-right: 80px;
    color: gray;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: solid 1px rgb(242, 240, 240);
}

.icon_search_bar[b-2xglvajrtg] {
    position: absolute;
    width: 70px;
    height: 40px;
    right: 0;
    top: 0;
    background-color: #be0303;
    background-color: rgb(20, 19, 19);
    color: white;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    user-select: none;
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 8px;
    z-index: 3;
    background-color: #21242C;
}

/*Search Bar Component*/

/* _content/OASource_Restaurant_Exp/Components/SingleMesa.razor.rz.scp.css */

.mesa-mosaico[b-2jt5ykxdif] {
    position: relative;
    height: 3em;
    width: 100%;
    max-width: 11em;
    margin: 0.3em;
    background-color: rgb(240, 240, 240);
    background-repeat: no-repeat;
    cursor: pointer;
}

.mosaico-lado2[b-2jt5ykxdif] {
    background-color: rgb(221, 211, 211);
    opacity: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
    user-select: none;
}

/**/
.mosaico-lado2 .label-number-container[b-2jt5ykxdif] {
    font-size: 18px;
    height: 1.5em;
    width: 1.5em;
    background-color: rgb(46, 46, 46);
    border-radius: 100%;
    color: aliceblue;
    margin: auto;
}

.label-number[b-2jt5ykxdif] {
    width: 40px;
    max-height: 35px;
    background-color: bisque;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(46, 46, 46);
    color: aliceblue;
    border-radius: 5px;
}

#label-mesa[b-2jt5ykxdif] {
    font-size: 18px;
    font-weight: 100;
    padding: 3px;
    width: 90%;
}

.mesa_name[b-2jt5ykxdif] {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    padding: 4px;
}

.aviso-mesa[b-2jt5ykxdif] {
    position: absolute;
    top: -0.7em;
    left: -0.3em;
    background-color: rgb(3, 228, 123);
    height: 1.5em;
    width: auto;
    color: rgb(247, 243, 243);
    align-content: center;
    cursor: pointer;
    font-size: 14px;
    z-index: 2;
}

.Ocupada[b-2jt5ykxdif] {
    background-color: tomato !important;
}

.mesa-mosaico:hover[b-2jt5ykxdif] {
    opacity: 50%;
    z-index: 99999;
    position: relative;
    background-color: rgb(177, 176, 176);
    box-shadow: 10px 10px 10px #d3d3d3;
}

#Link-mosaico[b-2jt5ykxdif] {
    text-decoration: none !important;
}

/* Media Queries */
@media (max-width: 990.98px) {
    .mesa-mosaico[b-2jt5ykxdif] {
        height: 3em;
        width: 100%;
        max-width: 13em;
        background-color: rgb(240, 240, 240);
        cursor: pointer;
    }
}
/* _content/OASource_Restaurant_Exp/Components/TableAssignmentControl.razor.rz.scp.css */
.mesas-container[b-yudbp4nrfb] {
    width: calc(100% - 300px);
    min-height: 40vh;
    max-height: 60vh;
    overflow: auto;
    display: flex;
    flex-wrap: wrap;
    padding: 10px;
    align-items: flex-start;
    justify-content: center;
}

/* Media Queries */
@media (max-width: 800px) {
    .mesas-container[b-yudbp4nrfb] {
        width: 100%;
    }
}@media (max-width: 320px) {
    .mesas-container[b-yudbp4nrfb] {
        width: 100%;
        max-height: 45vh;
    }
}
@media (max-height: 824px) {
    .mesas-container[b-yudbp4nrfb] {
        max-height: 45vh;
    }
}
@media (max-width: 315px) and (max-height: 824px){
    .mesas-container[b-yudbp4nrfb] {
        width: 100%;
        max-height: 30vh;
    }
}
/* _content/OASource_Restaurant_Exp/Components/Totals.razor.rz.scp.css */

#espacioCentral[b-02ig3yxbhc] {
    width: 27.9vh;
}

.totales[b-02ig3yxbhc] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.2em;
    padding: 0;
}

.totals_container[b-02ig3yxbhc] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 0.8em;
    margin: 0;
}

.title[b-02ig3yxbhc], .amount[b-02ig3yxbhc] {
    flex: 1;
    display: flex;
    justify-content: center; /* Cambia a flex-start para alinear a la izquierda o flex-end para alinear a la derecha */
}

.title[b-02ig3yxbhc] {
    min-width: 70px;
    justify-content: flex-start;
    padding-left: 2em;
}

.amount[b-02ig3yxbhc] {
    justify-content: flex-end;
    padding-right: 2em;
}

.currency[b-02ig3yxbhc] {
    font-style: normal;
}
/* _content/OASource_Restaurant_Exp/Components/Totals_TakeOrderDelivery.razor.rz.scp.css */

#espacioCentral[b-dhhwn05r22] {
    width: 27.9vh;
}

.totales[b-dhhwn05r22] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.2em;
    padding: 0;
}

.totals_container[b-dhhwn05r22] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0;
    font-size: 0.8em;
    margin: 0;
}

.title[b-dhhwn05r22], .amount[b-dhhwn05r22] {
    flex: 1;
    display: flex;
    justify-content: center; /* Cambia a flex-start para alinear a la izquierda o flex-end para alinear a la derecha */
}

.title[b-dhhwn05r22] {
    min-width: 70px;
    justify-content: flex-start;
    padding-left: 2em;
}

.amount[b-dhhwn05r22] {
    justify-content: flex-end;
    padding-right: 2em;
}

.currency[b-dhhwn05r22] {
    font-style: normal;
}
/* _content/OASource_Restaurant_Exp/Pages/ApplyPayForm.razor.rz.scp.css */
.main_container[b-lvle5z1fr1] {
    width: 100%;
    height: 100%;
}

.component_pay-container[b-lvle5z1fr1] {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-apply[b-lvle5z1fr1] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-apply label[b-lvle5z1fr1] {
    color: rgba(0, 0, 0, 0.7);
}

.form-apply label input[b-lvle5z1fr1] {
    color: rgba(0, 0, 0, 0.98);
    outline: none;
    padding: 5px 10px;
    border: solid 3px #ECEDEE;
    max-width: 100px;
    border-radius: 5px;
}

.button_groupp[b-lvle5z1fr1] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.general_buttom[b-lvle5z1fr1] {
    width: 80%;
    max-width: 1000px;
    max-height: 3.8em;
    min-height: 3.8em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

.general_buttom.preview[b-lvle5z1fr1] {
    /*    background: rgb(255, 255, 255);
        background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);*/
    background-color: #BF1111;
    color: white;
    max-width: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.general_buttom.pago[b-lvle5z1fr1] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    min-width: 120px;
    transition: all ease-out 0.3s;
}

.general_buttom.preview_invoice[b-lvle5z1fr1] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    max-width: 50px;
    transition: all ease-out 0.3s;
}

.general_buttom.pago:hover[b-lvle5z1fr1], .general_buttom.preview_invoice:hover[b-lvle5z1fr1] {
    background: rgb(68, 154, 76);
    background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
    color: white;
}

.group-buttom[b-lvle5z1fr1] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.order_details-action[b-lvle5z1fr1] {
    width: 100%;
    max-width: 760px;
    height: auto;
    max-height: 700px;
    min-height: 300px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 0.5em;
    background-color: white;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1em;
}

.details_orders-container[b-lvle5z1fr1] {
    max-height: 500px;
    overflow: auto;
}

.order_details-action summary[b-lvle5z1fr1] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-lvle5z1fr1] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-lvle5z1fr1] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-lvle5z1fr1] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-lvle5z1fr1] {
    font-size: 18px;
}

.cliente-text_Mesa[b-lvle5z1fr1] {
    position:relative;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cliente-text_Mesa h2[b-lvle5z1fr1] {
    margin: 0; /* Eliminar el margen predeterminado de h2 */
}
.btn-print_container[b-lvle5z1fr1] {
    position: absolute;
    top:0px;
    left:0px;
    width:53px;
    height:53px;
    display:flex;
    justify-content:center;
    align-items:center;
}
.totales[b-lvle5z1fr1] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-lvle5z1fr1] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.totals_container span[b-lvle5z1fr1] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

/*Variants*/
.general_buttom.smaller[b-lvle5z1fr1] {
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: transparent;
    font-size: 1.4em;
    padding: 0px;
    color: white;
    max-height: 1.8em;
    min-height: 1.8em;
    margin:0px !important;
}
.margin-none[b-lvle5z1fr1]{margin:0px!important;}
.Buttom-Group[b-lvle5z1fr1] {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin-top:0.3em;
}

/**input component*/
.totales_group[b-lvle5z1fr1] {
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
}

.input_container-i[b-lvle5z1fr1] {
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0.3em;
    margin: 10px 0px 0px 3px;
    flex-grow: 1;
    flex-basis: 200;
    height: 50px;
    max-height: 60px;
    display: flex;
    align-items: center;
}

.input_container-i.sp[b-lvle5z1fr1] {
    max-width: 400px;
}

.label_text[b-lvle5z1fr1] {
    position: absolute;
    top: -10px;
    background-color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 0.8em;
    padding: 0px 10px;
}

.native_input[b-lvle5z1fr1] {
    color: black;
    font-weight: 400;
    max-width: 150px;
}


.grid_content-currency[b-lvle5z1fr1] {
    min-width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 5px;
}

.page-header[b-lvle5z1fr1] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-green[b-lvle5z1fr1] {
    color: #0B9220;
}

.color-red[b-lvle5z1fr1] {
    color: #920B0B;
}
/* _content/OASource_Restaurant_Exp/Pages/AsignarMesas.razor.rz.scp.css */
.main_container[b-ku5t4nvraa] {
    width: 100%;
    height: 100%;
}

.component_pay-container[b-ku5t4nvraa] {
    width: 100%;
    height: 100vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form-apply[b-ku5t4nvraa] {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.form-apply label[b-ku5t4nvraa] {
    color: rgba(0, 0, 0, 0.7);
}

.form-apply label input[b-ku5t4nvraa] {
    color: rgba(0, 0, 0, 0.98);
    outline: none;
    padding: 5px 10px;
    border: solid 3px #ECEDEE;
    max-width: 100px;
    border-radius: 5px;
}

.button_groupp[b-ku5t4nvraa] {
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.general_buttom[b-ku5t4nvraa] {
    width: 80%;
    max-width: 270px;
    max-height: 2.8em;
    min-height: 2.3em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 0.9em;
    user-select: none;
    z-index: 5;
    margin-bottom: 0.3em;
    margin-left: 0.3em;
}

.general_buttom.icon-color-green[b-ku5t4nvraa] {
    background-color: #099CA1;
}

.general_buttom.preview[b-ku5t4nvraa] {
    /*    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);*/
    background-color: #BF1111;
    color: white;
    max-width: 200px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.general_buttom.pago[b-ku5t4nvraa] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    min-width: 120px;
    transition: all ease-out 0.3s;
}

.general_buttom.preview_invoice[b-ku5t4nvraa] {
    background: rgb(255, 255, 255);
    background: linear-gradient(11deg, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 60%, rgba(233, 233, 233, 1) 100%);
    color: black;
    max-width: 50px;
    transition: all ease-out 0.3s;
}

.general_buttom.pago:hover[b-ku5t4nvraa], .general_buttom.preview_invoice:hover[b-ku5t4nvraa] {
    background: rgb(68, 154, 76);
    background: linear-gradient(11deg, rgba(68, 154, 76, 1) 0%, rgba(68, 154, 76, 1) 60%, rgba(68, 154, 76, 1) 100%);
    color: white;
}

.group-buttom[b-ku5t4nvraa] {
    width: 50%;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}

.order_details-action[b-ku5t4nvraa] {
    width: 100%;
    max-width: 1000px;
    height: auto;
    max-height: 700px;
    min-height: 400px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 10px;
    padding: 0.5em;
    background-color: white;
    z-index: 3;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-size: 1.1em;
    margin-top: 50px;
    overflow: hidden;
}

.details_orders-container[b-ku5t4nvraa] {
    max-height: 500px;
    overflow: auto;
}

.order_details-action summary[b-ku5t4nvraa] {
    position: relative;
    list-style: none;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    font-size: 0.9em;
    padding: 0.3em 10px;
    background-color: #3C3F3F;
    border-radius: 2px;
    margin-bottom: 0.3em;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.details_container[b-ku5t4nvraa] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.cliente-text[b-ku5t4nvraa] {
    font-size: 18px;
    padding: 5px;
    color: white;
}

.order_details-action summary .cliente-text[b-ku5t4nvraa] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.cliente-text strong[b-ku5t4nvraa] {
    font-size: 18px;
}

.cliente-text_Mesa[b-ku5t4nvraa] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    color: #333;
    text-align: center;
    padding: 8px;
    background-color: #e0e0e0;
    border-radius: 10px;
    margin-bottom: 10px;
}

.cliente-text_Mesa h2[b-ku5t4nvraa] {
    margin: 0; /* Eliminar el margen predeterminado de h2 */
}

.totales[b-ku5t4nvraa] {
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0.5em;
}

.totals_container[b-ku5t4nvraa] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
}

.totals_container span[b-ku5t4nvraa] {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
}

/*Variants*/
.general_buttom.smaller[b-ku5t4nvraa] {
    width: 30px;
    height: 30px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    background-color: transparent;
    font-size: 1.4em;
    padding: 0px;
    color: white;
    max-height: 1.8em;
    min-height: 1.8em;
}

.Buttom-Group[b-ku5t4nvraa] {
    width: 100%;
    max-width: 800px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

.Buttom-Group.control-tap[b-ku5t4nvraa] {
    width: 100%;
    max-width: 500px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: auto;
}

/**input component*/
.totales_group[b-ku5t4nvraa] {
    width: 100%;
    max-width: 100%;
    min-height: 30px;
    display: flex;
    flex-wrap: wrap;
}

.input_container-i[b-ku5t4nvraa] {
    position: relative;
    border: solid 1px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    padding: 0.3em;
    margin: 10px 0px 0px 3px;
    flex-grow: 1;
    flex-basis: 200;
    height: 50px;
    max-height: 60px;
    display: flex;
    align-items: center;
}

.input_container-i.sp[b-ku5t4nvraa] {
    max-width: 400px;
}

.label_text[b-ku5t4nvraa] {
    position: absolute;
    top: -10px;
    background-color: white;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode';
    font-size: 0.8em;
    padding: 0px 10px;
}

.native_input[b-ku5t4nvraa] {
    color: black;
    font-weight: 400;
    max-width: 150px;
}


.grid_content-currency[b-ku5t4nvraa] {
    min-width: 100%;
    height: 100%;
    max-height: 200px;
    overflow: auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(6.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 5px;
}

.page-header[b-ku5t4nvraa] {
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.color-green[b-ku5t4nvraa] {
    color: #0B9220;
}

.color-red[b-ku5t4nvraa] {
    color: #920B0B;
}

.assign_tables-container[b-ku5t4nvraa] {
    width: 100%;
    min-height: 300px;
    max-height: 500px;
    background-color: white;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.group_meseros_encargados-container[b-ku5t4nvraa] {
    width: 100%;
    min-width: 155px;
    max-width: 270px;
    padding: 10px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 5px;
    background-color: #e0e0e0;
    color: white;
}

@media (max-width: 800px) {
    .group_meseros_encargados-container[b-ku5t4nvraa] {
        max-width: 100%;
    }

    .order_details-action[b-ku5t4nvraa] {
        min-height: 100vh;
        justify-content: flex-start;
        margin: auto;
    }

    .Buttom-Group.control-tap[b-ku5t4nvraa] {
        width: 100%;
        max-width: 500px;
        height: 70px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 0em;
    }

    .Buttom-Group.controls[b-ku5t4nvraa] {
        position: fixed;
        bottom: 0em;
        width: 100%;
        left: 5px;
    }

}

@media (max-width: 315px) and (max-height: 824px) {
    .general_buttom.icon-color-green[b-ku5t4nvraa]{
        font-size:0.8em;
    }
    .cliente-text_Mesa h2[b-ku5t4nvraa]{
        font-size:0.9em;
    }
}
/* _content/OASource_Restaurant_Exp/Pages/Caja.razor.rz.scp.css */
#Main-Container[b-eraq16n50c] {
    background-color: linear-gradient(90deg, rgba(238, 0, 0, 1) 9%, rgba(17, 16, 16, 1) 92%);
    height: auto;
    max-height: 97vh;
    overflow: auto;
}

#Main-Container h1[b-eraq16n50c] {
    margin-top: 45px;
}

.mesa-mosaico[b-eraq16n50c] {
    height: 5em;
    max-width: 30em;
    margin: 1em;
    background-color: rgb(240, 240, 240);
    /*  background-image: url("Img/restaurant-1724294.svg");
      background-repeat: no-repeat;*/
    cursor: pointer;
}

.mosaico-lado2[b-eraq16n50c] {
    background-color: rgb(221, 211, 211);
    opacity: 50%;
    width: 100%;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
}

.mosaico-lado2 .label-number-container[b-eraq16n50c] {
    font-size: 22px;
    height: 1.5em;
    width: 1.5em;
    background-color: rgb(46, 46, 46);
    border-radius: 100%;
    color: aliceblue;
    margin: auto;
}

#label-mesa[b-eraq16n50c] {
    font-size: 22px;
    font-weight: 100;
}

.aviso-mesa[b-eraq16n50c] {
    background-color: rgb(3, 228, 123);
    height: 1.5em;
    width: 6em;
    color: rgb(247, 243, 243);
    align-content: center;
    cursor: pointer;
    margin-top: -1em;
    margin-left: -2em;
}

.Ocupada[b-eraq16n50c] {
    background-color: tomato !important;
}

.mesa-mosaico:hover[b-eraq16n50c] {
    opacity: 50%;
    z-index: 99999;
    position: relative;
    background-color: rgb(177, 176, 176);
    box-shadow: 10px 10px 10px #d3d3d3;
}

#Link-mosaico[b-eraq16n50c] {
    text-decoration: none !important;
}

.cuentas-icon[b-eraq16n50c] {
    color: rgba(0, 0, 0, 0.7);
}

.buttom_container-cuadre[b-eraq16n50c] {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_buttom[b-eraq16n50c] {
    width: 100%;
    max-width: 200px;
    max-height: 2.5em;
    min-height: 2.2em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    user-select: none;
    z-index: 5;
    margin-right: 0.5em;
    background-color: #be0303;
    background-color: rgb(20, 19, 19);
    background-color: rgb(255, 203, 3, 0.83);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 8px;
}
.title-no-content[b-eraq16n50c]{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size:2em;
}
.message-no-content[b-eraq16n50c] {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 1.3em;
    padding: 2em;
    background-color: rgb(212, 212, 212, 0.26);
    border-radius: 0.3em;
}
.disable[b-eraq16n50c]{
    display:none;
}
.blank-content-caja[b-eraq16n50c]{
    width:100%;
    max-width:1000px;
    min-height:200px;
    margin:auto;
    background-color:rgb(255, 192, 18, 0.60);
    border-radius:0.3em;
    padding:2em;
}

/* Media Queries */
@media (max-width: 992px) {
    /* Tablets */
    .mesa-mosaico[b-eraq16n50c] {
        height: 10em;
        width: 20em;
    }
}


@media (max-width: 768px) {
    /* Mobile */
    .mesa-mosaico[b-eraq16n50c] {
        height: 8em;
        width: 16em;
    }

    #label-mesa[b-eraq16n50c] {
        font-size: 18px;
    }

    .mosaico-lado2 .label-number-container[b-eraq16n50c] {
        font-size: 18px;
        height: 1.3em;
        width: 1.3em;
    }
    .title-no-content[b-eraq16n50c] {
        
        font-size: 1em;
    }

    .message-no-content[b-eraq16n50c] {
        font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        font-size: 0.9em;
        padding: 1em;

    }
    .blank-content-caja[b-eraq16n50c] {
        padding: 0.6em;
    }
}
/* _content/OASource_Restaurant_Exp/Pages/Categories.razor.rz.scp.css */
:root[b-0tdkgmpaw9] {
    --cart_heigth: 8em;
    --cart_width: 11.6em;
}

.section_content[b-0tdkgmpaw9] {

    width: 100%;
    max-width: 1500px;
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-top: 0px;
    padding: 0px;
    background-color: rgb(241, 245, 248);
    background-color: #ffffff;
    margin-bottom: 5px;
    z-index: 1;
}

.grid_content-categories[b-0tdkgmpaw9] {
    min-width: 80%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(11.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 55px;
}

.grid_content-dishes[b-0tdkgmpaw9] {
    min-width: 80%;
    max-width: 100px;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 55px;
}

.menu_title[b-0tdkgmpaw9] {
    font-size: 3.375em;
    padding: 0px;
    margin-top: 0.5em;
}

.bottom_container[b-0tdkgmpaw9] {
    position: fixed;
    top: 0px;
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-content: center;
    display: none;

}

.general_buttom[b-0tdkgmpaw9] {
    width: 100%;
    max-width: 200px;
    max-height: 2.5em;
    min-height: 2.2em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    margin-top: 1em;
    user-select: none;
    z-index: 5;
    margin-right: 0.5em;
}
/* _content/OASource_Restaurant_Exp/Pages/CierreCaja.razor.rz.scp.css */
#Main-Container[b-v6xb77nd8g] {
    background-color: linear-gradient(90deg, rgba(238, 0, 0, 1) 9%, rgba(17, 16, 16, 1) 92%);
    height: auto;
    max-height: 97vh;
    overflow: auto;
}

#Main-Container h1[b-v6xb77nd8g] {
    margin-top: 45px;
}

.mesa-mosaico[b-v6xb77nd8g] {
    height: 5em;
    max-width: 30em;
    margin: 1em;
    background-color: rgb(240, 240, 240);
    /*  background-image: url("Img/restaurant-1724294.svg");
      background-repeat: no-repeat;*/
    cursor: pointer;
}

.mosaico-lado2[b-v6xb77nd8g] {
    background-color: rgb(221, 211, 211);
    opacity: 50%;
    width: 100%;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
}

.mosaico-lado2 .label-number-container[b-v6xb77nd8g] {
    font-size: 22px;
    height: 1.5em;
    width: 1.5em;
    background-color: rgb(46, 46, 46);
    border-radius: 100%;
    color: aliceblue;
    margin: auto;
}

#label-mesa[b-v6xb77nd8g] {
    font-size: 22px;
    font-weight: 100;
}

.aviso-mesa[b-v6xb77nd8g] {
    background-color: rgb(3, 228, 123);
    height: 1.5em;
    width: 6em;
    color: rgb(247, 243, 243);
    align-content: center;
    cursor: pointer;
    margin-top: -1em;
    margin-left: -2em;
}

.Ocupada[b-v6xb77nd8g] {
    background-color: tomato !important;
}

.mesa-mosaico:hover[b-v6xb77nd8g] {
    opacity: 50%;
    z-index: 99999;
    position: relative;
    background-color: rgb(177, 176, 176);
    box-shadow: 10px 10px 10px #d3d3d3;
}

#Link-mosaico[b-v6xb77nd8g] {
    text-decoration: none !important;
}

.cuentas-icon[b-v6xb77nd8g] {
    color: rgba(0, 0, 0, 0.7);
}

.buttom_container-cuadre[b-v6xb77nd8g] {
    width: 100%;
    min-height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general_buttom[b-v6xb77nd8g] {
    width: 100%;
    max-width: 200px;
    max-height: 2.5em;
    min-height: 2.2em;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background-color: #2c2e2f;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 1em;
    user-select: none;
    z-index: 5;
    margin-right: 0.5em;
    background-color: #be0303;
    background-color: rgb(20, 19, 19);
    box-shadow: rgba(0, 0, 0, 0.75) 0px 3px 8px;
}

/* Media Queries */
@media (max-width: 992px) {
    /* Tablets */
    .mesa-mosaico[b-v6xb77nd8g] {
        height: 10em;
        width: 20em;
    }
}

@media (max-width: 768px) {
    /* Mobile */
    .mesa-mosaico[b-v6xb77nd8g] {
        height: 8em;
        width: 16em;
    }

    #label-mesa[b-v6xb77nd8g] {
        font-size: 18px;
    }

    .mosaico-lado2 .label-number-container[b-v6xb77nd8g] {
        font-size: 18px;
        height: 1.3em;
        width: 1.3em;
    }
}
/* _content/OASource_Restaurant_Exp/Pages/ComandaCocina.razor.rz.scp.css */

.main_Container[b-br3oob9wki] {
    width: 100%;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.component_pay-container[b-br3oob9wki] {
    width: 100%;
    height: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header[b-br3oob9wki] {
    width: 100%;
    text-align: center;
}
/* _content/OASource_Restaurant_Exp/Pages/Dishes.razor.rz.scp.css */
:root[b-bdcfu397ny] {
    --cart_heigth: 8em;
    --cart_width: 11.6em;
}

.section_content[b-bdcfu397ny] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-top: 0px;
    padding: 10px;
    padding-top: 3em;
    background-color: rgb(241, 245, 248);
    background-color: #ffffff;
}

.grid_content-dishes[b-bdcfu397ny] {
    min-width: 80%;
    max-width: 100px;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15.6em, 1fr));
    justify-items: center;
    grid-gap: 10px;
    padding-bottom: 55px;
}

.decoration_bar[b-bdcfu397ny] {
    width: 70%;
    max-width: 700px;
    height: 4px;
    background-color: red;
    margin-bottom: 20px;
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    border-radius: 50px;
}

.carrusel_container[b-bdcfu397ny] {
    width: 100%;
    max-width: calc(100vw - 400px);
    height: 100px;
    max-height: 100px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    overflow-x: unset;
    overflow-y: hidden;
    z-index: 20;
}
/* _content/OASource_Restaurant_Exp/Pages/FacturaIndividualPage.razor.rz.scp.css */
.section_content[b-jinmf4r0sc] {
    position: relative;
    width: 100%;
    min-height: calc(100vh - 130px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: auto;
    margin-top: 0px;
    padding: 10px;
    padding-top: 3em;
    background-color: rgb(241, 245, 248);
    background-color: #ffffff;
}
/* _content/OASource_Restaurant_Exp/Pages/LoginAsync.razor.rz.scp.css */
.bg-body[b-ty5tnzixjx] {
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-image: linear-gradient(to right, #71c4ef, #00668c);
}

.login-container[b-ty5tnzixjx] {
    width: 90%;
    max-width: 420px;
    padding: 20px;
    background-color: #fffefb;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin: 0 auto;
}

.logo[b-ty5tnzixjx] {
    text-align: center;
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: bold;
    color: #3b3c3d;
}

.form-input[b-ty5tnzixjx], .submit-button[b-ty5tnzixjx] {
    display: block;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border-radius: 4px;
    border-color: #cccbc8;
    box-sizing: border-box;
}

.form-input[b-ty5tnzixjx] {
    border: 1px solid #ddd;
}

input:focus[b-ty5tnzixjx] {
    border-color: #71c4ef;
    outline: none;
    box-shadow: 0 0 3px #00668c;
}


.submit-button[b-ty5tnzixjx] {
    background-color: #2393bb;
    color: #f5f4f1;
    border: none;
    cursor: pointer;
}

.submit-button:hover[b-ty5tnzixjx] {
    background-color: #00668c;
}

.forgot-password[b-ty5tnzixjx] {
    text-align: center;
    margin-top: 10px;
    font-size: 12px;
}

/* Para tables y moviles  */
@media (max-width: 768px) {
    .login-container[b-ty5tnzixjx] {
        width: 100%;
        padding: 15px;
    }
}

/* Solo moviles  */
@media (max-width: 480px) {
    .logo[b-ty5tnzixjx] {
        font-size: 20px;
    }

    .form-input[b-ty5tnzixjx], .submit-button[b-ty5tnzixjx] {
        margin: 5px 0;
    }

    .forgot-password[b-ty5tnzixjx] {
        font-size: 10px;
    }
}
/* _content/OASource_Restaurant_Exp/Pages/LoginLineaActual.razor.rz.scp.css */
body[b-ile6av51hd] {
    background: rgb(33, 36, 44);
    background: linear-gradient(11deg, #1958ff 60%, rgba(0, 128, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    /*background: linear-gradient(11deg, #1958ff 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);*/
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.main-container-login[b-ile6av51hd] {
    width: 98%;
    height: 100vh;
    background: #1e2127;
    background: linear-gradient(11deg, rgba(24, 26, 31, 0.92) 60%, rgb(2, 20, 26) 100%, rgba(63, 13, 13, 1) 0%);
    /*background: linear-gradient(11deg, rgba(24, 26, 31, 0.92) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);*/
}

.main-container-login[b-do1qhk5mdr][b-ile6av51hd] {
    width: 100%;
    height: 100vh;
    background: #21242C;
    background: linear-gradient(11deg, #14151a 60%, #41464b 100%, #6c757d 0%);
}

.login[b-ile6av51hd] {
    overflow: hidden;
    background-color: white;
    padding: 1em;
    border-radius: 10px;
    position: absolute;
    top: 45%;
    left: 50%;
    width: 98%;
    max-width: 500px;
    max-height: 271px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: -webkit-transform 300ms, box-shadow 300ms;
    -moz-transition: -moz-transform 300ms, box-shadow 300ms;
    transition: transform 300ms, box-shadow 300ms;
    box-shadow: 5px 10px 10px rgba(86, 96, 99, 0.2);
}

.group-button[b-ile6av51hd] {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.login[b-ile6av51hd]::before,
.login[b-ile6av51hd]::after {
    content: "";
    position: absolute;
    width: 600px;
    height: 600px;
    border-top-left-radius: 40%;
    border-top-right-radius: 45%;
    border-bottom-left-radius: 35%;
    border-bottom-right-radius: 40%;
    z-index: -1;
}

.login[b-ile6av51hd]::before {
    left: 40%;
    bottom: -130%;
    background-color: rgba(90, 102, 121, 0.15);
    -webkit-animation: wawes 6s infinite linear;
    -moz-animation: wawes 6s infinite linear;
    animation: wawes-b-ile6av51hd 6s infinite linear;
}

.login[b-ile6av51hd]::after {
    left: 35%;
    bottom: -125%;
    background-color: rgba(5, 169, 222, 0.37);
    -webkit-animation: wawes 7s infinite;
    -moz-animation: wawes 7s infinite;
    animation: wawes-b-ile6av51hd 7s infinite;
}

.login > .btnlogin[b-ile6av51hd] {
    width: 200px;
    font-family: "Asap", sans-serif;
    display: block;
    border-radius: 5px;
    font-size: 16px;
    background: white;
    width: 100%;
    border: 0;
    padding: 10px 10px;
    margin: 15px -10px;
    border: none;
    outline: none;
}

.login .group-button > button[b-ile6av51hd] {
    font-family: "Asap", sans-serif;
    width: 40%;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    max-height: 43px;
    text-transform: uppercase;
    border: 0;
    padding: 10px 0;
    margin-top: 0px;
    margin-left: -5px;
    border-radius: 5px;
    background-color: #21242c;
    -webkit-transition: background-color 300ms;
    -moz-transition: background-color 300ms;
    transition: background-color 300ms;
}

.login .group-button > button:hover[b-ile6av51hd] {
    background-color: #323741;
}

@-webkit-keyframes wawes {
    from {
        -webkit-transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes wawes {
    from {
        -moz-transform: rotate(0);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@keyframes wawes-b-ile6av51hd {
    from {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    to {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.logoLogin[b-ile6av51hd] {
    width: 310px;
    height: 90px;
    float: right !important;
}

.logoLogin img[b-ile6av51hd] {
    width: 310px;
    height: 90px;
    float: right;
    user-select: none;
}

.error-message[b-ile6av51hd] {
    color: red;
    font-weight: bold;
    margin-top: 10px;
}


.close-button[b-ile6av51hd] {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
}

.close-button:hover[b-ile6av51hd], .close-button:focus[b-ile6av51hd] {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

select[b-ile6av51hd] {
    appearance: none;
    border: none;
    outline: none;
    font: inherit;
    width: 60%;
    background: rgba(119, 217, 248, 0.37), linear-gradient(to left, 3em, var(--select-bg) 3em);
    color: white;
    border-radius: 0.25em;
    box-shadow: 0 0 1em 0 rgba(9, 152, 187, 0.44);
    cursor: pointer;
    text-align-last: center;
    padding: 0.6rem 0;
    line-height: 1.5;
    font-size: 16px;
}

option[b-ile6av51hd] {
    appearance: none;
    text-align: center;
    background-color: rgb(148, 208, 230);
    color: white;
    line-height: 1.5;
    font-size: 16px;
}

option:hover[b-ile6av51hd] {
    background-color: rgba(9, 152, 187, 0.44);
}
/* _content/OASource_Restaurant_Exp/Pages/Mesas.razor.rz.scp.css */

#Main-Container[b-1yzkknvdm4] {
    background-color: linear-gradient(90deg, rgba(238, 0, 0, 1) 9%, rgba(17, 16, 16, 1) 92%);
    height: auto;
    max-height: 97vh;
    overflow: auto;

}

.mesa-mosaico[b-1yzkknvdm4] {
    height: 5em;
    max-width: 30em;
    margin: 1em;
    background-color: rgb(240, 240, 240);
    background-image: url("Img/restaurant-1724294.svg");
    background-repeat: no-repeat;
    cursor: pointer;
}

.mosaico-lado2[b-1yzkknvdm4] {
    background-color: rgb(221, 211, 211);
    opacity: 50%;
    width: 100%;
    min-width: 150px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 300px;
}

.mosaico-lado2 .label-number-container[b-1yzkknvdm4] {
    font-size: 22px;
    height: 1.5em;
    width: 1.5em;
    background-color: rgb(46, 46, 46);
    border-radius: 100%;
    color: aliceblue;
    margin: auto;
}

#label-mesa[b-1yzkknvdm4] {
    font-size: 22px;
    font-weight: 100;
    color: #1c1f23;
}

.aviso-mesa[b-1yzkknvdm4] {
    background-color: rgb(3, 228, 123);
    height: 1.5em;
    width: 6em;
    color: rgb(247, 243, 243);
    align-content: center;
    cursor: pointer;
    margin-top: -1em;
    margin-left: -2em;
}

.Ocupada[b-1yzkknvdm4] {
    background-color: tomato !important;
}

.mesa-mosaico:hover[b-1yzkknvdm4] {
    opacity: 50%;
    z-index: 99999;
    position: relative;
    background-color: rgb(177, 176, 176);
    box-shadow: 10px 10px 10px #d3d3d3;
}

#Link-mosaico[b-1yzkknvdm4] {
    text-decoration: none !important;
}

/* Media Queries */
@media (max-width: 990.98px) {
    .mesa-mosaico[b-1yzkknvdm4] {
        height: 5em;
        max-width: 30em;
        margin: 1em;
        background-color: rgb(240, 240, 240);
        background-image: url("Img/restaurant-1724294.svg");
        background-repeat: no-repeat;
        cursor: pointer;
    }
}
/* _content/OASource_Restaurant_Exp/Pages/PagoCuenta - Copia.razor.rz.scp.css */

.main_Container[b-ta8udi9od3] {
    width: 100%;
    height: 100%;
}

.component_pay-container[b-ta8udi9od3] {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header[b-ta8udi9od3] {
    width: 100%;
    text-align: center;
}
/* _content/OASource_Restaurant_Exp/Pages/PagoCuenta.razor.rz.scp.css */

.main_Container[b-bijy7k2m0o] {
    width: 100%;
    height: 100%;

}

.component_pay-container[b-bijy7k2m0o] {
    width: 100%;
    height: 70vh;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-header[b-bijy7k2m0o] {
    width: 100%;
    text-align: center;
}
/* _content/OASource_Restaurant_Exp/Pages/TestRestaurant.razor.rz.scp.css */
:root[b-6f6y90a70m] {
    --card-shadow-light: 0 2px 8px rgba(0, 0, 0, 0.1);
    --card-shadow-hover: 0 4px 16px rgba(0, 0, 0, 0.2);
    --accordion-transition: max-height 0.3s ease-in-out;
    --switch-transform: scale(1.25);
}

.grid-container[b-6f6y90a70m] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px;
}

.card[b-6f6y90a70m] {
    box-shadow: var(--card-shadow-light);
    transition: box-shadow 0.2s ease;
    display: flex;
    flex-direction: column;
}

.card:hover[b-6f6y90a70m] {
    box-shadow: var(--card-shadow-hover);
}

.card-img-container[b-6f6y90a70m] {
    width: 100%;
    height: 200px;
    overflow: hidden;
}

.card-img[b-6f6y90a70m] {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    position: relative;
}

.card-title[b-6f6y90a70m] {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 12px;
    color: #3b3c3d;
}

.card-subtitle[b-6f6y90a70m] {
    font-size: 37px;
}

.accordion-content[b-6f6y90a70m] {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease-in-out;
}

.accordion-content li[b-6f6y90a70m] {
    padding-left: 55px;
}

details.accordion[open] .accordion-content[b-6f6y90a70m] {
    max-height: 1000px;
}

details[open] .accordion-content[b-6f6y90a70m] {
    max-height: 200px;
}

.accordion.no-level > .accordion-button[b-6f6y90a70m] {
    font-size: 1.3rem;
    font-weight: bold;
    background-color: #da6d6d;
    color: #ffffff;
}

.accordion.no-level > .accordion-button:hover[b-6f6y90a70m] {
    background-color: #ab4343;
}

.accordion-button:not(.collapsed)[b-6f6y90a70m] {
    font-size: 1.3rem;
    font-weight: bold;
    color: #ffffff;
    background-color: #51dca7;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
    padding: 17px 12px;
    cursor: pointer;
}

.accordion-button:not(.collapsed):hover[b-6f6y90a70m] {
    background-color: #309a75;
}

.form-check[b-6f6y90a70m] {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.form-check-input[b-6f6y90a70m] {
    width: 43px;
    height: 43px;
    border-radius: 25px;
    border-color: #28a745;
    cursor: pointer;
    margin-right: 38px;
    margin-bottom: 12px;
    margin-top: 13px;
}

.form-check-input:focus[b-6f6y90a70m] {
    outline: none;
    box-shadow: none;
}

.form-check-input:checked[b-6f6y90a70m] {
    background-color: #51dca7;
    border-color: #36ab83;
}

.accordion-button:not(.collapsed)[b-6f6y90a70m]::after {
    background-image: none;
}

.form-check.form-switch[b-6f6y90a70m] {
    position: relative;
    margin-top: 10px;
}

.form-check-label[b-6f6y90a70m] {
    font-weight: bold;
    color: #474b4d;
    font-size: 27px;
    padding: 1px 15px 1px 0; /* top, right, bottom, left */
    cursor: pointer;
}

.form-check-input.agregar[b-6f6y90a70m] {
    transform: var(--switch-transform)
}

.switch-container[b-6f6y90a70m] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.switch-label[b-6f6y90a70m] {
    font-size: 22px;
    font-weight: bold;
    color: #474b4d;
    margin: 0;
}

.switch[b-6f6y90a70m] {
    position: relative;
    display: inline-block;
    width: 70px;
    height: 44px;
}

.switch input[b-6f6y90a70m] {
    opacity: 0;
    width: 0;
    height: 0;
}


.slider[b-6f6y90a70m] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider[b-6f6y90a70m]:before {
    position: absolute;
    content: "";
    height: 36px;
    width: 36px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider[b-6f6y90a70m] {
    background-color: #51dca7;
}

input:focus + .slider[b-6f6y90a70m] {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider[b-6f6y90a70m]:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round[b-6f6y90a70m] {
    border-radius: 34px;
}

.slider.round[b-6f6y90a70m]:before {
    border-radius: 50%;
}

.button-container[b-6f6y90a70m] {
    display: flex;
    margin-top: auto;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
}


.increment-button[b-6f6y90a70m], .decrement-button[b-6f6y90a70m] {
    background-color: #f5f4f1;
    border: none;
    border-radius: 0%;
    width: 95px;
    height: 65px;
    color: #a9a9a8;
    font-size: 60px;

    cursor: pointer;
    outline: none;
    transition: background-color 0.2s ease;

    display: flex;
    justify-content: center;
    align-items: center;

    margin: 0;
    padding: 0;
}

.increment-button[b-6f6y90a70m]::before, .decrement-button[b-6f6y90a70m]::before {
    content: "";
    display: block;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-repeat: no-repeat;
}

.increment-button[b-6f6y90a70m]::before {
    background-image: url('mas.svg');
    width: 50px;
    height: 50px;
}

.decrement-button[b-6f6y90a70m]::before {
    background-image: url('menos.svg');
    width: 50px;
    height: 50px;
}

/*.increment-button:hover::before {*/
/*    filter: invert(1) sepia(1) saturate(10000%) hue-rotate(-360deg);*/
/*}*/

/*.decrement-button:hover::before {*/
/*    filter: invert(1) sepia(1) saturate(10000%) hue-rotate(240deg);*/
/*}*/

.increment-button:hover[b-6f6y90a70m]::before,
.decrement-button:hover[b-6f6y90a70m]::before {
    filter: brightness(1.3) sepia(0.8) saturate(0) hue-rotate(100deg);
}

.increment-button:hover[b-6f6y90a70m], .decrement-button:hover[b-6f6y90a70m] {
    background-color: #a9a9a8;
    color: #cfe2ff;
}

.counter[b-6f6y90a70m] {
    font-size: 44px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    color: #676d75;
}

@media (max-width: 600px) {
    .grid-container[b-6f6y90a70m] {
        grid-template-columns: 1fr;
    }
}

@media (min-width: 601px) and (max-width: 1200px) {
    .grid-container[b-6f6y90a70m] {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 1201px) and (max-width: 1600px) {
    .grid-container[b-6f6y90a70m] {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1601px) {
    .grid-container[b-6f6y90a70m] {
        grid-template-columns: repeat(4, 1fr);
    }
}

/*PARA LA TABLE. ESTO SE PUEDE ELIMINAR*/
thead[b-6f6y90a70m],
tfoot[b-6f6y90a70m] {
    background-color: #3f87a6;
    color: #fff;
}

tbody[b-6f6y90a70m] {
    background-color: #ffffff;
}

caption[b-6f6y90a70m] {
    padding: 10px;
    caption-side: bottom;
}

table[b-6f6y90a70m] {
    border-collapse: collapse;
    border: 2px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: 0.8rem;
}

td[b-6f6y90a70m],
th[b-6f6y90a70m] {
    border: 1px solid rgb(190, 190, 190);
    padding: 5px 10px;
}

td[b-6f6y90a70m] {
    text-align: center;
}








/* _content/OASource_Restaurant_Exp/Shared/MainLayout.razor.rz.scp.css */
.page[b-autp3v0vd0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.display_menu[b-autp3v0vd0] {
    position: absolute;
    top: 0.3em;
    left: 0.3em;
    z-index: 21;
    padding: 10px;
    cursor: pointer;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border-radius: 0.3em;
    transition: all ease-in-out 0.3s;
    background-color: white;
    background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);
    color: white;
}

.main-container-content[b-autp3v0vd0] {
    position: relative;
    width: 100%;
    overflow-x: hidden;
}

.content-cus[b-autp3v0vd0] {
    padding: 0px !important;
}

.sidebar[b-autp3v0vd0] {
    width: 275px;
    transition: all ease-in-out 0.3s;
}

.top-row[b-autp3v0vd0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-autp3v0vd0]  a, .top-row .btn-link[b-autp3v0vd0] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-autp3v0vd0] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-autp3v0vd0] {
        display: none;
    }

    .top-row.auth[b-autp3v0vd0] {
        justify-content: space-between;
    }

    .top-row a[b-autp3v0vd0], .top-row .btn-link[b-autp3v0vd0] {
        margin-left: 0;
    }
}

@media (min-width: 0px) {
    .page[b-autp3v0vd0] {
        flex-direction: row;
    }

    .sidebar[b-autp3v0vd0] {
        width: 0px;
        height: 100vh;
        position: sticky;
        top: 0;
        transition: all ease-in-out 0.3s;
        z-index: 999999999;
        background-color: red;
    }

    .top-row[b-autp3v0vd0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-autp3v0vd0], article[b-autp3v0vd0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media(max-width: 750px) {
    .page.Active .main-container-content[b-autp3v0vd0] {
        position: relative;
    }

    .page.Active .main-container-content[b-autp3v0vd0]::after {
        position: fixed;
        content: " ";
        width: 100%;
        height: 100vh;
        background-color: rgba( 37, 34, 34, 0.5);
        backdrop-filter:blur(5px);
        top: 0px;
        right: 0px;
        z-index: 20;
        }
    .page.Active .content-cus[b-autp3v0vd0] {
        pointer-events: none;
    }
}

.sidebar.Active[b-autp3v0vd0] {
    width: 275px;
}
/* _content/OASource_Restaurant_Exp/Shared/NavMenu.razor.rz.scp.css */
/**
    .navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
        /* Never collapse the sidebar for wide screens */
/**display: block;
}

.nav-scrollable {
    /* Allow sidebar to scroll for tall menus 
    height: calc(100vh - 3.5rem);
    overflow-y: auto;
}

}

*/


.sidebar_container[b-ozzwzg4tdo] {
    position: relative;
    width: 270px;
    height: 100vh;
    /* background: rgb(63, 13, 13);
     background: linear-gradient(11deg, rgba(122, 8, 8, 1) 60%, rgba(237, 0, 0, 1) 100%, rgba(63, 13, 13, 1) 0%);*/
    background-color: #21242C;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: all ease-in-out 0.3s;
    z-index: 6;
    /* clip-path: inset(0 80% 0 0);*/
}

.logo_section[b-ozzwzg4tdo] {
    width: 100%;
    height: 15%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.149);
}

.image_container[b-ozzwzg4tdo] {
    width: 90%;
    height: 100px;
    opacity: 1;
}

.image_container img[b-ozzwzg4tdo] {
    width: 100%;
    height: 100%;
}

.collapse_buttom[b-ozzwzg4tdo] {
    width: 10%;
    height: auto;
    cursor: pointer;
    margin-bottom: 10px;
    color: white;
}

.collapse_buttom i[b-ozzwzg4tdo] {
    font-size: 20px;
}

.navigation_site[b-ozzwzg4tdo] {
    height: 70%;
}

.content_menu[b-ozzwzg4tdo] {
    height: auto;
    width: 100%;
    opacity: 1;
}

.module_name[b-ozzwzg4tdo] {
    width: 100%;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    transition: all ease-in-out 0.3s;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0.2em;
}

.module_name:hover[b-ozzwzg4tdo] {
    background-color: rgba(0, 0, 0, 0.309);
}

.module_name i[b-ozzwzg4tdo] {
    font-size: 20px;
    margin: 0px 0.5em;
}

.profile_section[b-ozzwzg4tdo] {
    height: 15%;
    max-height: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

.profile_actions[b-ozzwzg4tdo] {
    position: absolute;
    width: 100%;
    height: 30px;
    /*background: rgb(63, 13, 13);
    background: linear-gradient(11deg, rgb(116, 13, 13) 60%, rgb(85, 7, 7) 100%, rgb(20, 1, 1) 0%);*/
    background-color: #21242C;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.5em;
    color: rgba(255, 255, 255, 0.883);
    font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    padding-left: 6px;
    user-select: none;
}

.user_info[b-ozzwzg4tdo] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: calc(1em - 6px);
}

.user_avatar[b-ozzwzg4tdo] {
    margin: 0px 1em 0px 0px;
}

.buttom_colapse-fix[b-ozzwzg4tdo] {
    position: absolute;
    top: 35%;
    right: -9px;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: rgb(251, 251, 251);
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    cursor: pointer;
    border: solid rgb(255, 255, 255) 1px;
}

.icon_log[b-ozzwzg4tdo] {
    width: 100%;
    height: 50px;
    background-color: white;
    color: black;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border-radius: 5px;
}

/*collapse menu*/
.sidebar_container.collapse[b-ozzwzg4tdo] {
    transition: all ease-in-out 0.3s;
    width: 50px;
}

.sidebar_container.collapse .image_container[b-ozzwzg4tdo] {
    opacity: 0;
    transition: all ease-in-out 0.3s;
    display: none;
}

.sidebar_container.collapse .module_name span[b-ozzwzg4tdo] {
    opacity: 0;
    transition: all ease-in-out 0.3s;
    display: none;
}

.sidebar_container.collapse .user_info[b-ozzwzg4tdo] {
    opacity: 0;
    transition: all ease-in-out 0.3s;
    display: none;
}

/*SIDEBAR COLLAPSE*/
.sidebar_container.collapse-now *[b-ozzwzg4tdo] {
    display: none;
}

.sidebar_container.collapse-now[b-ozzwzg4tdo] {
    width: 0px;
}
