.link-activo {
    background-color: rgba(0,0,0,.2);
    font-weight: bold;
}
.icono {
    max-height: 24px;
    border-radius: 4px;
}
.agre_disabled {
    opacity: .3;
    filter: saturate(0);
}
.amarillo {
    color:  #DDC600;
}
.alertita {
    position: relative;
    left: -8px;
    top: -10px;
}
#categorias .card-header {
    background-color: #EFDFDF;
}
#categorias .card-header, #categorias .card-body {
    padding:  1rem;
}
#categorias .card-footer {
    padding:  .7rem;
}
.carditem .card-header {
    background-color: #CECECE !important;
}
.optiongroup .card-header {
    background-color: #DFDFEF !important;
}
/*
.custom-control-label::before {
    border-radius: 50%;
}
.custom-control-input:checked ~ .custom-control-label::before {
    content: '\f058';
    font-family: "Font Awesome 5 Free";
    line-height: 19px;
    text-align: center;
}
*/
.card-columns {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
#categorias p {
    font-size: .9em !important;
    line-height: 1.2em !important;
}
.marcaagrega {
    position: relative;
}
.marcaagrega i {
    position: absolute;
    top: -5px;
    left: 14px;
    background-color: #FFF;
}
.input-precio {
    width: 60px;
    border-radius: 5px;
    border-width: 0px;
    text-align: center;
}
.waiting {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,.5);
    z-index: 9999999999;
    display: none;
    align-items: center;
    justify-content: center;
}
@-webkit-keyframes rotating /* Safari and Chrome */ {
  from {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 2s linear infinite;
  -moz-animation: rotating 2s linear infinite;
  -ms-animation: rotating 2s linear infinite;
  -o-animation: rotating 2s linear infinite;
  animation: rotating 2s linear infinite;
}

.rappi-icon {
    height: 16px;
    width: auto;
    min-width: 2.25rem;
    object-fit: contain;
    object-position: left;
}

#statuspage .fa-check-circle {
    font-size: 20px;
    color: #00CC00;
}
#statuspage .fa-times-circle {
    font-size: 20px;
    color: red;
}

.toggle.btn-default {
    background-color: transparent !important;
}
.toggle .btn-default {
    color: #666 !important;
    border-color: #666 !important;
    background-color: transparent !important;
    padding: 6px 12px;
}
.toggle.btn-primary .btn-default {
    background-color: #FFF !important;
}
.toggle .btn-primary {
    color: #FFF !important;
    border-color: #FFF !important;
    background-color: #006491 !important;
    padding: 6px 12px;
}

/*nuevo orden columnas menus*/
.card-columns {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Dos columnas de igual tamaño */
    grid-auto-rows: minmax(100px, auto); /* Altura mínima de los elementos */
}
.ghost {
  opacity: 0.4;
  background-color: #ccc;
}