body{
    background-color: #151316;
    font-family: 'Poppins', sans-serif;
    min-height: 100%;
}

form{
    margin-block-end: 0px;
}
.modal-footer{
    padding: 0.25rem;
}


#sidebar{
    display: block;
    position:fixed;
    height: 100vh;
    width: 300px;
    background-color: #F4123D;
    float:left;
    left:0px;
    transition: left 0.8s;
    z-index: 30;
}
#sidebar-content{
    display: block;
    position:relative;
    height: 100vh;
    width: 300px;
    background-color: #F4123D;
    z-index: 40;
    overflow-y: overlay;
}
#sidebar-toggle{
    width: 2.5rem;
    height: 9rem;
    position:absolute;
    color:white;
    left:-1px;
    top:-9rem;
    cursor:pointer;
    transition: left 0.1s,top 0.6s;
    z-index:35;
}

#sidebar-toggle::after{
    content: '';
    top:calc(50% - 8px);
    left:0.7rem;
    position:absolute;
    display: block;
    width: 1.2rem;
    height: 1px;
    border-bottom: 5px solid white;
    transform: rotate(45deg);
    transition: width 0.4s,top 0.4s;
}

#sidebar-toggle::before{
    content: '';
    bottom:calc(50% - 8px);
    left:0.7rem;
    position:absolute;
    display: block;
    width: 1.2rem;
    height: 1px;
    border-top: 5px solid white;
    transform: rotate(-45deg);
    transition: width 0.4s,bottom 0.4s;
}

#sidebar-toggle.active::before{
    bottom:calc(50% - 3px);
    width: 1.5rem;
}
#sidebar-toggle.active::after{
    top:calc(50% - 3px);
    width: 1.5rem;
}

#order-info{
    color:white;
    background-color: #151316;
    border-radius: 50px 0 0 50px;
    margin-top:-0.5rem;
    margin-bottom:-0.5rem;
    margin-left: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

#order-info h6{
    font-size: 1.4rem;
}

#order-info a{
    color:white;
    border: 3px solid white;
    font-size: 1.4rem;
}

#order-info a:hover{
    color:#F4123D;
    border-color: #F4123D;
}

#main{    
    overflow: overlay;
    display: block;
    min-height: 100%;
    max-height: 100%;
    width: 100%;
    padding-left:300px;
    background-color: #151316;
    color:white;
    transition: padding-left 0.8s;
}

h1 .material-icons{
    font-size:2.51rem;
    vertical-align:-0.5rem;
}

.info-bar{
    text-align: center;
}

.info-bar p{
    margin:0;
    font-weight: 600;
}

.sidebar-button{
    display: block;
    text-decoration: none;
    color:white;
    font-weight: 300;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin: 0.8rem;
    text-align: left;
    border-radius: 2rem;
    transition: background-color 0.4s;
}

.sidebar-button.active{
    text-decoration: none;
    background-color: white!important;
    color:#F4123D!important;
}

.sidebar-button i{
    margin-right: 0.8rem;
    margin-left: 0.5rem;
}

.sidebar-button:hover{
    background-color: rgba(255,255,255,0.2);
    text-decoration: none;
    color:white;
}

.logo-circle{
    margin-top: 8px;
    width: 80%;
}

.categoria{
    display: block;
    width: 330px;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
    color:white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 1rem;
    margin: 0.8rem;
    text-align: center;
    cursor:pointer;
}

.categoria:hover{
    margin: 0.4rem 0.8rem 1.2rem 0.8rem;
    color: #F4123D;
}

.categoria.active{
    margin: 0.4rem 0.8rem 1.2rem 0.8rem;
    color: #F4123D;
}

.mesa{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    width: 330px;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
    color:white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.8rem;
    margin: 0.8rem;
    text-align: center;
    cursor:pointer;
}

.my-tab{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    position: relative;
    width: 200px;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
    color:white;
    font-weight: 500;
    font-size: 1.2rem;
    padding: 0.5rem;
    margin: 0px;
    text-align: center;
    cursor:pointer;
}

.my-tab:hover{
    text-decoration: none;
}

.my-tab.active{
    color:#03a9f4;
}

.mesa .ocupada{
    position: absolute;
    color:#03a9f4 ;
    bottom:0.1rem;
    right:0.1rem;
}

.mesa div{
    flex-grow: 1;
}

.mesa svg{
    width:80px;
    height:80px;
    padding:10px;
    fill:white;
}

.mesa img{
    width:80px;
    height:80px;
    padding:5px;
}

.mesa:hover{
    color:#fbc02d ;
    text-decoration: none;
}
.mesa:hover svg{
    fill:#fbc02d ;
}
.mesa:hover .ocupada{
    color:#fb8c00  ;
}

.producto{
    width: 330px;
    border-width: 3px;
    border-style: solid;
    text-decoration: none;
    color:white;
    font-weight: 600;
    font-size: 1.5rem;
    padding: 0.5rem;
    margin: 0.8rem;
    text-align: left;
    position: relative;
    height: 8rem;
    overflow: hidden;
    transition: color 0.4s;
    cursor:pointer;
}
.producto .nombre{
    font-size: 1rem;
    font-weight: 300;
}
.producto .precio{
    font-weight: 500;
    color: #00e676;
}

.producto:hover{
    color: #00e676;
}
.producto:hover img{
    top:0;
    right:0;
    height: 8rem;
    width: 8rem;
    border-radius: 0px;
}

.informacion{
    margin-right:7rem;
}

.producto img{
    position:absolute;
    top:1rem;
    right:1rem;
    height: 6rem;
    width: 6rem;
    border-radius: 8px;
    transition: height 0.4s,width 0.4s,top 0.4s,right 0.4s;
}

.cm-form-icon{
    position: relative;
}
.cm-form-icon input{
    background-color: rgba(0,0,0,0);
    border-width: 3px;
    border-style: solid;
    border-color:white;
    border-radius: 5rem;
    outline: none;
    color:white;
    font-size: 1.2rem;
    padding: 0.5rem 0.8rem 0.5rem 2.5rem;
}
.cm-form-icon i{
    position: absolute;
    padding: 0.5rem;
    left:0px;
    font-size: 2rem;
}


.scrollcontainer{
    height:100%;
    display:flex;
    flex-direction:column;
}

.scrollselection{
    flex-grow: 1;
    overflow-y: scroll;
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content:space-around;
    align-items: flex-start;
    align-content: flex-start;
}

#categoria-container{
    min-height: 30%;
}

#producto-container{
    min-height: 45%;
}


.btn .material-icons{
    vertical-align: -0.4rem;
}

@media only screen and (max-width: 930px) {
    #main{
        padding-left:30px;
    }
    #sidebar{
        left:-295px;
    }
    #sidebar.active{
        left:0px;
    }
    #sidebar-toggle{
        display: block;
        left:299px;
        top:calc(50vh - 4.5rem);
    }

    .logo-circle{
        border-radius: 50%;
        width: 50%;
        padding:1rem;
    }

    h1{
        font-size: 1.8rem;
    }
    h1 .material-icons{
        font-size: 1.8rem;
        vertical-align:-0.2rem;
    }
    
    .scrollselection{
        min-height: 25vh;
    }

}
.simple-login-container{
    width:300px;
    max-width:100%;
    margin:50px auto;


}
.simple-login-container h2{
    text-align:center;
    font-size:20px;
}

.simple-login-container .btn-login{
    background-color:#F4123D;
    color:#fff;
    align-items: center;
    position: absolute;
}
a{
    color:black;
}
#containerlogo{
    background-color:#F4123D;
    width:300px;
    max-width:100%;
    margin:50px auto;
}
.box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.box div {
width: 100px;
height: 100px;
}

.h7{
    font-size: small;
}