.select2-container {
    flex: 1 1 auto;
}
.js-example-basic-single,.js-example-basic-single-user {
    transform: translate(150px,40px);
}
.toast-message{
    text-align: center;
}
.toast-warning {
    background-color: #F89406!important;
}

.toast-success {
    background-color: #51A351!important;
}
.toast-info {
    background-color: #2F96B4!important;
}
.toast-error {
    background-color: #BD362F!important;
}
.dataTables_wrapper .dataTable .btn{
    padding: 0.375rem 0.75rem!important;
}
.ajs-message.ajs-error.ajs-visible{
    text-align: center!important;
}
.btn i{
    margin: 0!important;
}

.custom-control-input:checked ~ .custom-control-label::before{
    background-color: #51A351!important;
}
.custom-control-input~ .custom-control-label::before{
    background-color: #BD362F!important;
}
#statuslabel{
    line-height: 1.5;
    font-size: 1rem;
}

.table td img{
    width: 50px!important;
    height: 50px!important;
    border-radius: 0!important;
}

/* .dataTables_wrapper .dataTables_length select,
.dataTables_wrapper .dataTables_filter input{
    background-color: #fff!important;
} */
.table-moto{
    width: fit-content !important;
}
.table-moto tbody tr td{
    padding: 5px;
}
.moto li {
list-style: none;
font-size: 15px
}

.moto{
    justify-content: center;
}

.card-M{
    border: 5px solid black !important;
}
.modal-content {
    background-color: #fff!important;
    color: #000;
}

.form-group label{
    color: #000;
}

.input-group .select2-container{
    width: 1%!important;
}
.bloque-inferiorM{
    border-top: 1px solid;
    justify-content: center;
}
.cabecera-card .datos h5{
    width: fit-content;
}

.table-detalle{
    width: fit-content !important;
}

.table-detalle tbody tr td{
    padding: 5px;
    font-size: 14px;
}

.pedidos-entregados li{
    list-style: none;
    font-size: 15px;
}

/* PEDIDOS MESAS */
.encabezado-pedidosmesas{
    text-align: center;
    padding-bottom: 40px;
}
.encabezado-pedidosmesas h1{
    color: #228272;
    font-family: cursive;
    font-weight: bold;
    font-size: calc(45px + 6 * ((100vw - 826px) / 680));
}
.pedidosmesas h2{
    text-align: end;
    font-size: 21px;
    font-weight: bold;
    font-family: none;
    text-decoration: underline;
    text-decoration-style: double;
    color: #000;
    padding-bottom: 10px;
}
.pedidosmesas p{
    color: #000;
    font-size: 12px;
    text-align: center;
    font-weight: 700;
    font-family: initial;
}
.pedidosmesas h5{
    text-align: center;
    font-size: calc(20px + 6 * ((100vw - 826px) / 680));
    font-weight: 900;
    font-family: cursive;
    color: #36b39f !important;
}

.pedidosmesas .card{
    width: 100%;
    margin-bottom: 15px;
    border: 3px solid rgb(54 179 159);
    transition: 1s;
    z-index: 3;
}
.pedidosmesas .card:hover{
    width: 120%;
    transition: 1s;
    z-index: 3;
}
.pedidosmesas .card-body{
    padding: 8px 10px 8px 10px !important;
    transition: 1s;
}
.pedidosmesas .card a:hover{
    text-decoration: none;
    transition: 1s;
}
.sdlpedidosmesas{
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 10px;
}
.frase {
    display: block;
    font-weight: 550;
    font-size: 13px;
    padding-left: 15px;
    padding-bottom: 10px;
    font-style: oblique;
    color: darkcyan;
    padding-top: 11px;
}
span.frase i, span.titlecard-pdelivery i {
    font-size: large !important;
    font-weight: 600 !important;
    padding-right: 14px !important;
}
.pedidosselect{
    background-color: #36b39f !important;
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
    color: white !important;
}
.tblpedidosmesas{
    margin-bottom: 35px !important;
    margin-top: 20px;
}
.cantidades{
    text-align: end;
}
.cantidades span{
    padding: 6px;
}
.btn-sumar, .btn-restar{
    cursor: pointer;
    font-size: 18px!important;
    color: #36b39f;
}
.btn-eliminarp{
    padding-left: 15px;
    color: #e34d4d;
    font-size: 22px !important;
    cursor: pointer;
}
.cantidades input[type="text"]{
    text-align: center;
    width: 10%;
}
.pedidoscard .card-title{
    margin-bottom: 6px !important;
}
.pedidosselectmotorizado{
    text-align: center;
    font-size: 17px !important;
    font-weight: bold !important;
}
.titlecard-pdelivery{
    padding: 10px;
    text-align: center;
    color: black;
    font-size: 12px;
    font-weight: 500;
}
.titletablas{
    font-family: auto;
    color: #36b39f;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    padding-bottom: 11px;
    text-transform: uppercase;
}

.toast-top-right {
    top: auto!important;
    bottom: 0!important;
}

.badge-informacion{
    background-color: #17a2b8;
    color: #fff;
}
.card-title-caja{
    float: left;
    font-size: 1.1rem;
    font-weight: 400;
    margin: 0;
}
.card-tools{
    float: right;
    margin-right: -0.625rem
}
.btn-tool{
    color: rgba(255,255,255,.8);
}