.dash_container {
    position: relative;
    width: 100%;
    display: grid;
    grid-gap: 2px;
    grid-template-columns: 2fr 2fr;
}

.dash_panelCategoria {
    position: relative;
    width: 100%;
    padding: 5px;
    display: grid;
    background: #2b3c47;
    /*grid-gap: 10px;
    grid-template-columns: 1fr 12fr;*/
}

.dash_panelDetalle {
    position: relative;
    width: 100%;
    padding: 5px;
    display: grid;
    background: #2b3c47;
    /*grid-gap: 10px;
    grid-template-columns: 1fr 12fr;*/
}

.dash_grupoCardBox {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 6px;
}

.dash_info_grupoCardBox {
    width: 100%;
    margin: 10px;
}

.dash_info_grupoCardBox a {
    display: none;
}

.dash_grupoCardBox .card_cat {
    position: relative;
    background: #1f497d;
    padding: 5px;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}

.cardBoxDash .card_cat .card_nombre {
    color: #999;
    margin-bottom: 5px;
}

.cardBoxDash .card_cat .iconBox {
    font-size: 16px;
    color: rgb(154, 223, 255);
}

/********** DETALLE DE ORDEN ************/
.dash_titulo {
    padding-top: 5px;
    position: fixed;
    top: 55px;
    width: inherit;
}

.dash_titulo a {
    display: none;
}

.dash_opciones {
    display: inline;
    align-items: baseline
}




/*.dash_titulo input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ 
    color: #000;
    opacity: 1; 
  }*/

/* DETALLE DE items en orden*/
#renderTab_listaItems {
    position: fixed;
    top: 150px;
    bottom: 100px;
    width: -moz-available;
    width: -webkit-fill-available;
    overflow: auto scroll;
}

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

/*********** DASH PANEL FOOTER ***********/
.dash_panelDetalleTotales {
    width: -moz-available;
    width: -webkit-fill-available;
    height: 80px;
    background: #2b3c47;
    padding: 7px;
    z-index: 100;
    position: fixed;
    bottom: 2px;

    display: grid;
    grid-gap: 2px;
    grid-template-columns: 35% 40% 20%;
    padding: 10px;
}

.footer_btn {
    margin-bottom: 10px;
    padding-top: 18px;
    cursor: pointer;
    text-align: center;
    background: rgba(10, 120, 240, .5);
}

.footer_btn:hover {
    background: rgba(110, 180, 255, 0.5);
}

.footer_total {
    text-align: right;
}

.footer_valores {
    text-align: right;
}

/****  RENDERIZADO DE ITEMS CONSULTADOS ****/
.content_itemsRender {
    position: relative;
    width: 100%;
    padding: 5px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 5px;
}

.content_itemsRender .card {
    position: relative;
    background: #1f497d;
    padding: 14px;
    justify-content: space-between;
    cursor: pointer;

}

.content_itemsRender .card .card_head {
    font-size: 14px;
    text-align: center;
}

.content_itemsRender .card .card_body {
    display: flex;

}

.content_itemsRender .card .card_body .card_numeros {
    font-size: 36px;
    width: 130px;
}

.content_itemsRender .card .card_body img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    overflow: hidden;
    margin-left: 5px;
}

.content_itemsRender .card .card_footer {
    font-size: 8px;
}


/****  menu emergente debajo del avatar  ****/
.menu_avatar {
    display: none;
    width: 180px;
    height: 150px;
    background: rgba(35, 55, 68, 0.9);
    position: fixed;
    top: 58px;
    right: 12px;
    border-radius: 20px 0px 20px 20px;
    transition: 0.5s;
    box-shadow: 10px 10px 10px rgb(0, 0, 0);
}

.menu_avatar ul li {
    position: relative;
    width: 100%;
    list-style: none;
    text-align: left;
    border-radius: 10px;
}

.menu_avatar ul li:hover {
    background: #2c5f77;
}

.menu_Avatar {
    height: 30px;
    cursor: pointer;
}

#btnMenu_salir {
    margin-top: 10px;
}

.bt_nueva {
    margin-top: 10px;
}

.menu_Avatar .icon {
    margin: 5px 11px 10px 15px;
    font-size: 20px;
}

/*

.dash_panelCategoria .dash_info_grupoCardBox a:hover + #ver_cat{
    display: none;
}
.dash_panelCategoria .dash_info_grupoCardBox a:hover + #ver_detalle{
    display: block;
}
.dash_panelDetalle .dash_titulo a:hover + #ver_detalle{
    display: none;
}
.dash_panelDetalle .dash_titulo a:hover + #ver_cat{
    display: block;
}
*/
.label_textMovil {
    display: block;
}

.label_text {
    padding: 5px;
    display: inline-flex;
    height: 30px;
}

/******* CUADOR DE DIALOGOS ********/

#eliminar {
    background: rgb(10, 121, 240);
}

#agregar {
    background: rgb(10, 121, 240);
}

#dialog {
    background: rgb(21, 54, 89);
    border-radius: 20px;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, .8);
}

#dialog button {
    cursor: pointer;
    width: 300px;
    margin: 10px;
    font-weight: bold;
}

.centrar {
    padding: 10px;
    position: fixed;
    left: 40%;
    top: 50%;
}

/****** SELECT TOPING *******/

/*.select_topping {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.select_topping select {
    background-color: #0563af;
    padding: 12px;
    width: 500px;
    border: none;
    font-size: 20px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
    -webkit-appearance: button;
    appearance: button;
    outline: none;
}


.select_topping::before {
    content: "\f13a";
    font-family: FontAwesome;
    position: absolute;
    top: 0;
    right: 0;
    width: 20%;
    height: 100%;
    text-align: center;
    font-size: 28px;
    line-height: 45px;
    color: rgba(255, 255, 255, 0.5);
    background-color: rgba(255, 255, 255, 0.1);
    pointer-events: none;
}

.select_topping:hover::before {
    color: rgba(255, 255, 255, 0.6);
    background-color: rgba(255, 255, 255, 0.2);
}

.select_topping select option {
    padding: 30px;
}
/** Cuadro texto obciones toping **/
.topping_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}
#toping{
    font-size: 9px;
}


.texto_obsv {
    width: 500px;
    display: flex;
    flex-direction: column;
}

.texto_obsv label {
    font-size: 16px;
    margin-bottom: 6px;
}

.texto_obsv input[type="text"] {
    padding: 8px;
    font-size: 18px;
    border: none;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    outline: none;
    width: 100%;
    color: #000;
}


@media(max-width:1700px) {
    .content_itemsRender {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 5px;
    }
}

@media(max-width:1200px) {
    .content_itemsRender {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 5px;
    }

    #dialog button {
        cursor: pointer;
        width: 250px;
        margin: 10px;
        font-weight: bold;
    }
}

@media(max-width:992px) {

    /**** ORDEN ****/
    .dash_container {
        position: relative;
        width: 100%;
        display: grid;
        grid-gap: 2px;
        grid-template-columns: auto;
    }

    /**** DETALLE DE ORDEN ****/
    .dash_panelDetalle .dash_titulo a {
        display: block;
        display: inline-block;
        position: absolute;
        right: 1px;
    }


    .dash_panelCategoria .dash_info_grupoCardBox a {
        display: block;
        display: inline-block;
        position: absolute;
        right: 1px;
    }

    .dash_info_grupoCardBox {
        display: inline-block;
    }

    /**** RENDER LISTA ITEMS ****/
    #renderTab_listaItems {
        width: 100%;
    }

    .dash_panelDetalle {
        position: absolute;
        right: 1px;
        display: none;
    }



    .dash_panelDetalleTotales {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 15% 60% 10%;
    }

    /******** cuadro de dialogos ********/
    .centrar {
        padding: 10px;
        position: fixed;
        left: 25%;
        right: 25%;
        top: 50%;
    }

    #dialog button {
        cursor: pointer;
        width: 120px;
        margin: 10px;
        font-weight: bold;
    }

    .bt_group {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    #dialog h2 {
        font-size: 22px;
        text-align: center;
    }

    .select_topping select {
        font: size 16px;
        width: 360px;
    }
    .texto_obsv {
        width: 360px;
    }
}

@media(max-width:768px) {
    .label_textTab {
        display: none;
    }

    .dash_grupoCardBox {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 6px;
    }

    .dash_grupoCardBox .card_cat {
        position: relative;
        background: #1f497d;
        padding: 3px;
        display: flex;
        justify-content: space-between;
        cursor: pointer;
        font-size: 11px;
    }

    .dash_panelDetalleTotales {
        display: grid;
        grid-gap: 2px;
        grid-template-columns: 23% 40% 15%;
    }

    /*RENDER ITEMS X CAT*/
    .content_itemsRender {
        position: relative;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .content_itemsRender .card {
        padding: 5px;
    }

    .content_itemsRender .card .card_head {
        font-size: 12px;
    }

    .content_itemsRender .card .card_body .card_numeros {
        font-size: 22px;
        width: 48px;
    }

    .content_itemsRender .card .card_body img {
        width: 64px;
        height: 64px;
        border-radius: 50%;
        overflow: hidden;
        margin-left: 10px;
    }

    /**** RENDER TABLES ****/
    #renderTab_listaItems {
        width: 100%;
    }

    .label_textMovil {
        display: none;
    }

    .label_text {
        height: 20px;
        width: 36px;
        padding-left: 15px;
    }

    /******** cuadro de dialogos ********/
    .centrar {
        padding: 10px;
        position: fixed;
        left: 10%;
        right: 10%;
        top: 50%;
    }

    #dialog button {
        cursor: pointer;
        width: 90px;
        margin: 10px;
        font-weight: bold;
    }

    .bt_group {
        display: grid;
        grid-template-columns: 2fr 1fr;
    }

    #dialog h2 {
        font-size: 18px;
        text-align: center;
    }

    /*     SELECT TOPING     */
    .select_topping select {
        font-size: 15px;
        width: 280px;
    }
    .texto_obsv {
        width: 280px;
    }
}