/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #ededed #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 8px;
    height: 4px;
}

*::-webkit-scrollbar-track {
    background: #ffffff;
}

*::-webkit-scrollbar-thumb {
    background-color: #ededed;
    border-radius: 10px;
    border: 1px solid #e6e6e6;
}

#main{
    height: 100vh;
}
#navbar{
    height: 70px;
}
#navbar .row{
    width: 100%;
}

#panel{
    height: calc(100vh - 70px);
}
#panel .t-cont{
    padding: 0;
}
#panel .boton-tiempo{
    background: #ffc107;
    padding: 5px 10px;
}
#panel .boton-tiempo h5{
    margin: 0;
}
#left-side{
    border-right: 1px solid #ededed;
}
#left-side .no-data{
    display: flex;
    justify-content: center;
}
#left-side .no-data .txt{
    padding: 20px 0px;
    color: #6c757d;
}
#left-side .qtyBtn{
    border-radius: 50%;
    height: 25px;
    width: 25px;
    padding: 0;
    border: 1px solid #ededed;
    background-color: transparent;
}
#left-side .qtyBtn:hover{
    background-color: #ededed;
}
#products-panel{
    padding: 15px 15px;
    height: 100%;
}
#products-panel .boton-categoria{
    border-radius: 5px;
    border: 1px solid #ededed;
    background-color: transparent;
    padding: 5px 15px;
    transition: all .2s ease-in-out;
    margin-right: 5px;
}

#products-panel .boton-categoria:hover, #products-panel .boton-categoria.selected{
    background-color: #ededed;
}
#products-panel .botones{
    display: flex;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    padding: 10px 0px;

    box-shadow: -25px 1px 27px -20px rgba(255,255,255,0.75) inset;
    -webkit-box-shadow: -25px 1px 27px -20px rgba(255,255,255,0.75) inset;
    -moz-box-shadow: -25px 1px 27px -20px rgba(255,255,255,0.75) inset;
}

#products-panel .productos{
    display: flex;
    flex-wrap: wrap;
    max-height: 95%;
    overflow-y: scroll;
}

#products-panel .producto{
    flex: 0 0 auto;
    width: 33.33333333%;
    padding: 10px;
}

#products-panel .product-content{
    border: 1px solid #ededed;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}

#products-panel .img-producto{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
#products-panel .titulo-producto{
    font-size: 1rem;
    padding: 20px 15px;
    font-weight: 600;
    line-height: 1.5;
    width: 70%;
}
#products-panel .boton-modal{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#products-panel .boton-imagen{
    width: 100%;
}
#products-panel .titulo-producto p{
    margin-bottom: 0;
}
.hide{
    display: none;
}
#products-panel .producto button{
    padding: 0;
    border: none;
    background: transparent;
    text-align: start;
}
#products-panel .bottom-container{
    height: calc(100% - 200px);
}
#products-panel .bottom-product{
    display: flex;
    height: 100%;
}
#products-panel .bottom-product button{
    padding: 10px 20px;
}
.button-9 {
    background-color: #405cf5;
    border-radius: 6px;
    border: none;
    box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset,rgba(50, 50, 93, .1) 0 2px 5px 0,rgba(0, 0, 0, .07) 0 1px 1px 0;
    box-sizing: border-box;
    color: #fff;
    font-size: 100%;
    overflow: hidden;
    padding: 15px 25px;
    text-align: center;
    width: 100%;
}
.button-9:disabled {
  cursor: default;
  opacity: .5;
}
.button-9:focus {
  box-shadow: rgba(50, 50, 93, .1) 0 0 0 1px inset, rgba(50, 50, 93, .2) 0 6px 15px 0, rgba(0, 0, 0, .1) 0 2px 2px 0, rgba(50, 151, 211, .3) 0 0 0 4px;
}
.button-9.pay{
    background-color: #14be00;
}

.ticketView{
    height: 85vh;
    overflow: scroll;
}
.finalButtonsContainer{
    display: flex;
    flex-direction: row;
}
.finalButtonsContainer .row{
    width: 100%;
}

.method-pay{
    margin-top: 1rem;
    transition: all .2s linear;
}
.method-selected{
    border: 2px solid rgb(30,144,255);
    box-shadow: 0px 0px 15px 0px rgb(30,144,255);
    -webkit-box-shadow: 0px 0px 15px 0px rgb(30,144,255);
    -moz-box-shadow: 0px 0px 15px 0px rgb(30,144,255);
    z-index: 99;
    border-radius: 5px;
}

.tables{
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
}
.mesa{
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cta{
    background: #343434;
    padding: 25px 20px;
    text-align: center;
    aspect-ratio: 1/1;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    cursor: pointer;
    text-decoration: none;
    transition: .2s all linear;
}
.cta:hover{
    background-color: #002d64;
}
.cta.on{
    background-color: #19a2e3;
}
.cta span{
    font-weight: 400;
    color: #ededed;
    font-size: 28px;
}

.link-to-floor{
    text-decoration: none;
    color: #ededed;
}
.link-to-floor:hover{
    color: #e6e6e6;
}


/* Order Top bar */
.columns{
    width: 100%;
    display: flex;
    color: #ededed;
    background-color: #212529;
    /* border-bottom: 1px solid #ededed; */
    padding: 5px 25px;
}
.columns .back-column, .columns .options-column{
    width: 25%;
    display: flex;
    align-items: center;
}
.columns .center-column{
    width: 50%;
    text-align: center;
}
.columns .center-column h3{
    font-size: 1.2rem;
    text-transform: uppercase;
    font-weight: 400;
}
.columns .center-column h6{
    font-size: .8rem;
}
.columns .options-column{
    justify-content: flex-end;
}

.tools-dots::before{
    content: '';
    height: 5px;
    aspect-ratio: 1/1;
    background-color: #ededed;
    border-radius: 50%;
    display: block;
    top: -8px;
    position: relative;
}
.tools-dots{
    height: 5px;
    aspect-ratio: 1/1;
    background-color: #ededed;
    border-radius: 50%;
    display: block;
    margin-left: auto;
}
.tools-dots::after{
    content: '';
    height: 5px;
    aspect-ratio: 1/1;
    background-color: #ededed;
    border-radius: 50%;
    display: block;
    top: 3px;
    position: relative;
}
.columns .options-column button{
    height: 100%;
    /* width: 50%; */
    background: transparent;
    border: none;
    text-align: end;
}
.topbar .dropdown-item strong{
    color: red;
}