@import url('https://fonts.googleapis.com/css2?family=Lobster&display=swap');

body {
    font-family: 'Roboto', sans-serif;
}

.bg-verdeoscuro {
	background-color: #4D8568;
;
}
/* From cssbuttons.io by @faizanullah1999 */
.primary-button {
    color: white;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 0.05rem;
    border: 1px solid #0E1822;
    padding: 0.8rem 2.1rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23008000 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #0E1822;
    background-size: 200%;
    background-position: 200%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 1;
    content: \F743;
   }
   
   .primary-button:hover {
    border: 1px solid #008000;
    color: white;
    background-position: 40%;
   }
   
   .primary-button:before {
    content: "";
    position: absolute;
    background-color: #0E1822;
    width: 0.2rem;
    height: 0.2rem;
    top: -1px;
    left: -1px;
    transition: background-color 0.15s ease-in-out;
   }
   
   .primary-button:hover:before {
    background-color: white;
   }
   
   .primary-button:hover:after {
    background-color: white;
   }
   
   .primary-button:after {
    content: "";
    position: absolute;
    background-color: #008000;
    width: 0.3rem;
    height: 0.3rem;
    bottom: -1px;
    right: -1px;
    transition: background-color 0.15s ease-in-out;
   }
   
   .button-borders {
    position: relative;
    width: fit-content;
    height: fit-content;
    margin: 3rem auto;
   }
   
   .button-borders:before {
    content: "";
    position: absolute;
    width: calc(100% + 1.0em);
    height: 50%;
    left: -0.5em;
    top: -0.5em;
    border: 2px solid #0E1822;
    border-bottom: 0px;
       /* opacity: 0.3; */
   }
   
   .button-borders:after {
    content: "";
    position: absolute;
    width: calc(100% + 1.0em);
    height: 50%;
    left: -0.5em;
    bottom: -0.5em;
    border: 2px solid #0E1822;
    border-top: 0px;
       /* opacity: 0.3; */
    z-index: 0;
   }
   
   .shape {
    fill: #0E1822;
   }
   


.custom-card{
    width: 13rem; 
    display:inline-flex; 
    margin-right:2rem;
    margin-top: 2em;
    margin-bottom: 2em;
}
.container-menu{
    width: 100%;
    overflow-x: auto;
    display: block;
    scrollbar-width: thin;
    scrollbar-color: #3B0702 orange;
}

.container-item-menu{
    min-width: 2000px;
    width: auto;
    position: relative;
    overflow-x: auto;
}


.title-cafeteria {
    font-family: 'Lobster', cursive;
    color:orange;
    font-size: 3em;
}

.title-cafeteria{
    text-transform: lowercase;
}
    
.title-cafeteria:first-letter {
    text-transform: uppercase;
}

.number-fila{
    font-size: 10em;
}

.number-fila-item{
    font-size: 2em;
}

.header-item{
    font-size: 1.1em;
}

.font-orden{
    font-family: 'Lobster', cursive;
}

.btn-add-user{
    color: white;
    cursor: pointer;
    font-size: 1.7rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    border: 1px solid #0E1822;
    padding: 1.1rem 1.5rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23008000 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #0E1822;
    background-size: 255%;
    background-position: 255%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 2;
    content: \F743;
    border-radius: 50%;
}

.btn-add-user:hover {
    border: 1px solid #008000;
    color: white;
    background-position: 40%;
    border-radius: 50%;
}
   
.btn-add-user:before {
    content: "";
    position: absolute;
    background-color: #0E1822;
    width: 0.2rem;
    height: 0.2rem;
    top: -1px;
    left: -1px;
    transition: background-color 0.15s ease-in-out;
}
   
.btn-add-user:hover:before {
    background-color: white;
}
   
.btn-add-user:hover:after {
    background-color: white;
}
   
.btn-add-user:after {
    content: "";
    position: absolute;
    background-color: #008000;
    width: 0.3rem;
    height: 0.3rem;
    bottom: -1px;
    right: -1px;
    transition: background-color 0.15s ease-in-out;
}

.btn-border-add {
    position: absolute;
    width: fit-content;
    height: fit-content;
    right: 30px;
}
   
.btn-border-add:before {
    content: "";
    position: absolute;
    width: calc(100% + 1.2em);
    height: calc(100% + 1.2em);
    left: -0.6em;
    top: -0.6em;
    border: 2px solid #0E1822;
    border-radius: 50%;
       /* opacity: 0.3; */
    z-index: 0;
}
   
.btn-border-add:after {
    content: "";
    position: absolute;
    width: calc(100% + 1.2em);
    height: 30%;
    left: -0.6em;
    bottom: 0.9em;
    border: 2px solid #343a40;
    background-color: #343a40;
       /* opacity: 0.3; */
    z-index: 1;
}

.btn-add-logout{
    color: white;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: bold;
    letter-spacing: 0.05rem;
    border: 1px solid #0E1822;
    padding: 0.6rem 0.8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 531.28 200'%3E%3Cdefs%3E%3Cstyle%3E .shape %7B fill: %23008000 /* fill: %230E1822; */ %7D %3C/style%3E%3C/defs%3E%3Cg id='Layer_2' data-name='Layer 2'%3E%3Cg id='Layer_1-2' data-name='Layer 1'%3E%3Cpolygon class='shape' points='415.81 200 0 200 115.47 0 531.28 0 415.81 200' /%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
    background-color: #0E1822;
    background-size: 255%;
    background-position: 255%;
    background-repeat: no-repeat;
    transition: 0.3s ease-in-out;
    transition-property: background-position, border, color;
    position: relative;
    z-index: 2;
    content: \F743;
    border-radius: 50%;
}

.btn-add-logout:hover {
    border: 1px solid #008000;
    color: white;
    background-position: 40%;
    border-radius: 50%;
}
   
.btn-add-logout:before {
    content: "";
    position: absolute;
    background-color: #0E1822;
    width: 0.2rem;
    height: 0.2rem;
    top: -1px;
    left: -1px;
    transition: background-color 0.15s ease-in-out;
}
   
.btn-add-logout:hover:before {
    background-color: white;
}
   
.btn-add-logout:hover:after {
    background-color: white;
}
   
.btn-add-logout:after {
    content: "";
    position: absolute;
    background-color: #008000;
    width: 0.3rem;
    height: 0.3rem;
    bottom: -1px;
    right: -1px;
    transition: background-color 0.15s ease-in-out;
}

.btn-logout{
    width: 30px;
    height: 30px;
    color: #FFF;
    position:fixed;
    top :30px;
    right: 30px;
    border: none;
    background-color: #0E1822;
    cursor: pointer;
}

.alert-u{
    background-color: #3B0702 !important;
}

.alert-uu{
    background-color: #FC1409 !important;
}



