/* ESTILO EDITADOS Y CUSTOMIZADOS */

.bienvenidos_l {
    border-radius: 7px;
    padding: 2px 2px 2px 15px;
    font-family: lexend deca;
    height: 80px;
    background: white;
}

.widget-user .widget-user-username {
    margin-top: 95px;
}

.product-img-isiore {
    width: 128px;
    margin: 0 auto;
    height: 130px;
}

a.nav-link.initoption {
    background-color: white;
    color: #0190e0;
    font-weight: 600;
}

a.nav-link.initoption:hover {
    background-color: white !important;
    color: #0190e0 !important;
    font-weight: 600;
}

.circle-icon {
    background-color: #1dc944;
    color: white;
    position: absolute;
    right: 0;
    border-radius: 50%;
    cursor: pointer;
}

.circle-icon i.fas.fa-pen {
    margin: 7px;
}

.logoplaceholder {
    width: 140px;
    background-color: #efefef;
    border: whitesmoke;
    border-radius: 5px;
    box-shadow: 1px 0px 3px 0px #00000066;
}


/* .main-header {
    border-bottom: none;
    z-index: 1034;
} */

.form-control.is-valid:focus,
.was-validated .form-control:valid:focus {
    border-color: #57bcff;
    box-shadow: 0 0 0 0 rgb(40 167 69 / 25%);
}

.row.mb-2.isiorerow {
    position: absolute;
    width: 80%;
    top: 200px;
    left: 260px;
}

label.col-form-label.labelIsiore {
    font-size: 13px;
    position: inherit;
    /* border: solid 1px red; */
}

.dropdownA {
    color: black !important;
}

.btn-outline-price:not(:disabled):not(.disabled).active,
.btn-outline-price:not(:disabled):not(.disabled):active,
.show>.btn-outline-price.dropdown-toggle {
    color: #fff;
    background-color: #333435;
    border-color: #a3a3a3 !important;
    font-weight: 100;
    font-size: 12px;
    height: 0px;
    line-height: 0;
    padding: 10px;
}

.btn-outline-price:not(:disabled):not(.disabled),
.show>.btn-outline-price.dropdown-toggle {
    color: rgb(51, 51, 51);
    /* background-color: #333435; */
    border-color: #a3a3a3 !important;
    font-weight: 100;
    font-size: 12px;
    height: 0px;
    line-height: 0;
    padding: 10px;
}

.btn-outline-price:hover {
    color: #575757;
    background-color: #17a2b800;
    border-color: #4f4f4f;
}

.btn-outline-price {
    color: #272727;
    /* border-color: #0190e0; */
    /* border-color: #c1c1c1; */
    /* padding: 0px 30px 0px 30px; */
}

.text-green-color {
    color: #2aff5a;
}

.text-red-color {
    color: #dc3545;
}

.text-grey-color {
    color: #c9c9c9;
}

.jconfirm.jconfirm-modern .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
    font-size: 30px !important;
}

li.nav-item.pedido-mod a {
    color: rgb(22, 22, 22);
    font-weight: 600;
    font-size: 16px;
}

.isioreRow {
    margin-top: -120px;
}

.social-box-icons {
    height: 100%;
    display: flex;
    /* border: solid 1px blue; */
    justify-content: end;
    align-items: flex-end;
}

.labelIsiore-producto {
    font-size: 13px;
    font-family: "Roboto";
    color: #343a40cc;
}

body {
    font-family: "Roboto", sans-serif !important;
}

label.btn.btn-sm.btn-outline-info.px-5 {
    padding: 0px 25px 0px 25px !important;
    height: -webkit-fill-available;
    font-weight: 100;
}

.btn-round {
    border-radius: 50%;
}

.radiobtn-isiore {
    position: absolute !important;
    margin-top: 15px !important;
}

label.form-check-isiore-label {
    position: absolute;
    left: 0;
    font-size: 10px;
    font-weight: 100 !important;
}

.custom-switch .custom-control-label::before {
    left: 0rem !important;
    top: 18px !important;
    width: 2.75rem !important;
    pointer-events: all !important;
    border-radius: 0.5rem !important;
}

.custom-switch .custom-control-label::after {
    top: calc(15px + 2px) !important;
    left: calc(0rem + 2px) !important;
    width: calc(1rem - 4px);
    height: calc(1rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.5rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: transform 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}

.custom-switch .custom-control-input:checked~.custom-control-label::after {
    background-color: #dee2e6;
    -webkit-transform: translateX(1.75rem) !important;
    transform: translateX(1.75rem) !important;
}

.custom-switch.custom-switch-off-info .custom-control-input~.custom-control-label::before {
    background-color: #b2b5b7;
    border-color: #ffffff;
    height: 10px;
}

.custom-switch.custom-switch-off-info .custom-control-input~.custom-control-label::after {
    background-color: #d5d5d5;
    cursor: pointer;
}

.custom-switch.custom-switch-off-danger .custom-control-input~.custom-control-label::before {
    background-color: #bf1b1b;
    border-color: #ed4444;
    height: 10px;
}

.custom-switch.custom-switch-off-danger .custom-control-input~.custom-control-label::after {
    background-color: #bf1b1b;
    cursor: pointer;
}

.custom-switch.custom-switch-on-info .custom-control-input:checked~.custom-control-label::before {
    background-color: #2db1fb;
    border-color: #ffffff;
}

.custom-switch.custom-switch-on-disable .custom-control-input:checked~.custom-control-label::before {
    background-color: #a6d4ed;
    border-color: #ffffff;
}

.form-control-sm {
    font-size: 0.85rem !important;
}

.form-control:focus {
    background-color: #fff;
    border-bottom: 2px solid #26a4f2;
    outline: 0;
    box-shadow: inset 0 0 0 transparent;
}


/* VALIDACIONES CSS Y INPUS TEXTAREAS */

.valida-error {
    border: 2px #ef5646 solid !important;
}

.valida-error-cabecera {
    border: 2px #ef5646 solid !important;
    /* border-right: none !important; */
}

.valida-error-emoticon {
    border: solid 2px #ef5646 !important;
    border-left: none !important;
}

.valida-success-emoticon {
    border: solid 2px #26a4f2 !important;
    border-left: none !important;
}

.valida-error-cabecera+label {
    color: #ef5646 !important;
}

.valida-error+label {
    color: #ef5646 !important;
}

.input-field {
    position: relative;
    width: 100%;
    padding-top: 5px;
    font-family: "Roboto";
}

label {
    margin-bottom: 0 !important;
}

.input-field input {
    height: 30px;
}

.input-field input,
.input-field textarea,
.input-field select {
    padding-left: 7px;
    width: 100%;
    box-sizing: border-box;
    background: white;
    border: solid 1px #adacac;
    border-radius: 5px;
    outline: none;
    font-size: 12.5px;
    color: #343a40;
    resize: none;
}


/* JPEREDA INI 20220908 */

.input-field input:disabled {
    padding-left: 7px;
    width: 100%;
    box-sizing: border-box;
    background: white;
    border: solid 1px #adacac;
    border-radius: 5px;
    outline: none;
    font-size: 12.5px;
    color: #343a40;
    resize: none;
}


/* JPEREDA FIN 20220908 */

.input-field input:focus,
.input-field textarea:focus,
.input-field select:focus {
    border: 2px solid #26a4f2;
    /* border-right: none; */
}

.input-field input:focus+label,
.input-field textarea:focus+label,
.input-field select:focus+label {
    color: #26a4f2;
}

.input-field label {
    position: absolute;
    top: -15px;
    font-weight: normal !important;
    left: 6px;
    padding-left: 3px;
    pointer-events: none;
    font-size: 14px;
    color: #939ba2;
    transition: 0.2s;
}

.note-form-label1 {
    position: initial !important;
    top: 10px;
    font-weight: normal !important;
    left: 6px;
    padding-left: 3px; 
    pointer-events: none;
    font-size: 14px;
    color: #939ba2;
    transition: 0.2s;
}


/* JPEREDA INI 20220908 */

.input-field input:focus+label,
.input-field input:disabled+label,
.input-field textarea:focus+label,
.input-field select:focus+label,
.input-field input:valid+label,
.input-field textarea:valid+label,
.input-field select:valid+label {
    top: 5px;
    font-size: 11px;
    padding: 0px 2px 0px 2px;
    background: #ffffff;
    border-radius: 0px;
    line-height: 0.2;
}


/* JPEREDA FIN 20220908 */

.pro-img {
    border: solid 1px #adacac;
    border-radius: 5px;
    cursor: pointer;
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.msg-alerta-img {
    background: #cf0000;
    width: auto;
    font-size: 14px;
    top: 16px;
    position: absolute;
    border-radius: 5px;
    padding: 2px 20px 2px 20px;
    color: white;
    right: 35px;
}

.main-img {
    width: 100%;
    height: 250px;
    border: none;
    /* margin-bottom: 20px; */
}

.main-img-child {
    width: 100%;
    height: 150px;
    border: none;
    /* margin-bottom: 20px; */
}

.title-profile {
    font-size: 14px;
    float: left;
    /* padding-left: 10px; */
    padding-bottom: 20px;
    font-weight: 700;
    color: #767879;
}

.contenedor-all-img {
    margin-right: 10px;
    height: 125px;
    width: 115px;
    border: solid 1px rgb(208, 208, 208);
    border-radius: 7px;
}

.contenedor-all-img-variaciones {
    margin-right: 10px;
    height: 125px;
    width: 115px;
    border: solid 1px rgb(208, 208, 208);
    border-radius: 7px;
}

.fa-isiore {
    color: #b1b1b1;
}

.font-isiore {
    color: #767879;
    font-size: 12px;
}

.content-placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* height: 120px; */
    height: 80px;
    width: 100%;
    justify-content: center;
    cursor: pointer;
}

.img-group {
    display: flex;
    /* justify-content: space-evenly; */
}

[src=""] {
    display: none;
}

.size-content-img {
    height: 204px;
    margin: 0 auto;
    width: 200px;
}

.img-header-isiore {
    width: 180px;
    height: 180px;
}

.banner-img-content {
    /* height: 250px; */
    /* height: 200px; */
    background: #2db1fb;
}

.control-extra {
    font-family: "Poppins";
    background: #ffffff;
    color: #606060;
    width: 380px;
    position: fixed;
    border-radius: 5px 0px 0px 5px;
    /* top: 55px; */
    top: 0px;
    /* z-index: 99999; */
    z-index: 9991;
    right: -650px;
    transition: right 0.1s ease-in-out, display 0.1s ease-in-out;
    height: 100%;
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

.control-extra.open {
    right: 0;
    transition: right 0.3s ease-in-out, display 0.1s ease-in-out;
}

input::placeholder {
    color: rgb(181, 181, 181);
}


/* test */

.buttonxd {
    float: left;
    margin: 0 5px 0 0;
    width: 100px;
    height: 40px;
    position: relative;
}

.buttonxd label,
.buttonxd input {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.buttonxd input[type="radio"] {
    opacity: 0.011;
    z-index: 100;
}

.buttonxd input[type="radio"]:checked+label {
    background: #20b8be;
    border-radius: 4px;
}

.buttonxd label {
    cursor: pointer;
    z-index: 90;
    line-height: 1.8em;
}

li.nav-item {
    margin-top: 7px;
}


/* ESTILOS EN DARK MODE */

.dark-mode .input-field input,
.dark-mode .input-field textarea,
.dark-mode .input-field select {
    padding-left: 7px;
    width: 100%;
    box-sizing: border-box;
    background: #33393f;
    border: solid 1px #adacac;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    color: #ffffff;
    resize: none;
}

.dark-mode .input-field input:focus+label,
.dark-mode .input-field textarea:focus+label,
.dark-mode .input-field select:focus+label,
.dark-mode .input-field input:valid+label,
.dark-mode .input-field textarea:valid+label,
.dark-mode .input-field select:valid+label {
    top: 5px;
    font-size: 11px;
    padding: 0px 2px 0px 2px;
    background: #33393f;
    border-radius: 0px;
    line-height: 0.2;
}

.dark-mode label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal !important;
}

.dark-mode i.fas.fa-angle-down {
    color: #787878 !important;
}

.dark-mode .card-secondary:not(.card-outline)>.card-header {
    background-color: #262626 !important;
}

.dark-mode .labelIsiore-producto {
    font-size: 13px;
    font-family: "Roboto";
    color: white;
}

.dark-mode .input-field input:focus,
.dark-mode .input-field textarea:focus,
.dark-mode .input-field select:focus {
    border: 2px solid #26a4f2;
}

.dark-mode .card-secondary:not(.card-outline)>.card-header {
    background-color: #575e64;
}

.dark-mode .products-list>.item {
    background-color: #3f474e;
    color: #fff;
    border-bottom-color: #343a40;
}

.widget-button-banner {
    position: absolute;
    top: 10px;
    right: 5px;
}

span.ui-sortable-handle {
    /* display: flex; */
    display: inherit;
    cursor: -webkit-grab;
}

span.text-muted.handle {
    display: inherit;
}

.card-isiore.card-outline {
    border-top: #1998fd solid 4px;
}

.btn-isiore {
    color: #fff;
    background-color: #0190e0;
    border-color: #0190e0;
    box-shadow: none;
}

.btn-isiore.focus,
.btn-isiore:focus {
    color: #fff;
    background-color: #2db1fb;
    border-color: #2db1fb;
    box-shadow: 0 0 0 0 rgb(38 143 255 / 50%);
}

.btn-isiore:hover {
    color: #fff;
    background-color: #2a98d8;
    border-color: #288ac4;
}

.btn-isiore:active {
    color: #fff;
    background-color: #0f6ba0;
    border-color: #12699b;
}

.mismall {
    font-size: 60% !important;
    display: flex;
}


/* BOTONES CUSTOM PARA ACCIONES  */

.lineh-0 {
    line-height: 0;
}

.lineh-1 {
    line-height: 1;
}

.lineh-2 {
    line-height: 2;
}


/* Ripple effect */

.ripple {
    background-position: center;
    transition: background 0.3s;
}

.content-button {
    justify-content: space-around;
    text-align: end;
}

.btn-custom {
    /* padding: 0 10px 0 10px; */
    width: 100px;
}


/* ESTILO BTN 1 */

.btn-outline-pago.ripple:hover {
    background: #a5d9fc radial-gradient(circle, transparent 1%, #88c7fa 1%) center/15000%;
}

.btn-outline-pago.ripple:active {
    background-color: #a5d9fc;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-pago {
    color: #3498db;
    border-color: #3498db;
}

.btn-outline-pago:hover {
    color: #3498db;
    background-color: #dff2ff;
    border-color: #3498db;
}

.btn-outline-pago:not(:disabled):not(.disabled):active,
.btn-outline-pago:not(:disabled):not(.disabled).active,
.show>.btn-outline-pago.dropdown-toggle {
    color: #3498db;
    background-color: #a5d9fc;
    border-color: #3498db;
}

.btn-outline-pago:focus,
.btn-outline-pago.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-pago.disabled,
.btn-outline-pago:disabled {
    color: #17a2b8;
    background-color: transparent;
}


/* ESTILO BTN 2 */

.btn-success.ripple:hover {
    background: #5cc973 radial-gradient(circle, transparent 1%, #65c57a 1%) center/15000%;
    border-color: #1e7e3400 !important;
}

.btn-success.ripple:active {
    background-color: #3aa852;
    border-color: #63c077 !important;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-aceptar.ripple:hover {
    background: #e9ffeb radial-gradient(circle, transparent 1%, #ccf3d0 1%) center/15000%;
}

.btn-outline-aceptar.ripple:active {
    background-color: #e9ffeb;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-aceptar {
    color: #3caf47;
    border-color: #2c9b37;
}

.btn-outline-aceptar:hover {
    color: #3caf47;
    background-color: #e9ffeb;
    border-color: #2c9b37;
}

.btn-outline-aceptar:not(:disabled):not(.disabled):active,
.btn-outline-aceptar:not(:disabled):not(.disabled).active,
.show>.btn-outline-aceptar.dropdown-toggle {
    color: #3caf47;
    background-color: #e9ffeb;
    border-color: #2c9b37;
}

.btn-outline-aceptar:focus,
.btn-outline-aceptar.focus {
    box-shadow: 0 0 0 0 rgba(17, 94, 43, 0.5);
}

.btn-outline-aceptar.disabled,
.btn-outline-aceptar:disabled {
    color: #3caf47;
    background-color: transparent;
}


/* ESTILO WHATSAPP */

.btn-whatsapp.ripple:hover {
    background: #5cc973 radial-gradient(circle, transparent 1%, #65c57a 1%) center/15000%;
}

.btn-whatsapp.ripple:active {
    background-color: #3aa852;
    border-color: #63c077 !important;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-whatsapp.ripple:hover {
    background: #e9ffeb radial-gradient(circle, transparent 1%, #ccf3d0 1%) center/15000%;
}

.btn-outline-whatsapp.ripple:active {
    background-color: #e9ffeb;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-whatsapp {
    border-radius: 5px;
    color: #3caf47;
    border-color: #2c9b37;
    padding: 2px 16px 2px 16px;
}

.btn-outline-whatsapp:hover {
    color: #3caf47;
    background-color: #e9ffeb;
    border-color: #2c9b37;
}

.btn-outline-whatsapp:not(:disabled):not(.disabled):active,
.btn-outline-whatsapp:not(:disabled):not(.disabled).active,
.show>.btn-outline-aceptar.dropdown-toggle {
    color: #3caf47;
    background-color: #e9ffeb;
    border-color: #2c9b37;
}

.btn-outline-whatsapp:focus,
.btn-outline-whatsapp.focus {
    box-shadow: 0 0 0 0 rgba(17, 94, 43, 0.5);
}

.btn-outline-whatsapp.disabled,
.btn-outline-whatsapp:disabled {
    color: #3caf47;
    background-color: transparent;
}


/* ESTILO BTN 3 */

.btn-danger.ripple:hover {
    background: #f44336 radial-gradient(circle, transparent 1%, #e67a72 1%) center/15000%;
}

.btn-danger.ripple:active {
    background-color: #f44336;
    border-color: #f44336 !important;
    background-size: 100%;
    transition: background 0s;
}

.btn-outline-rechazar {
    color: #f44336;
    border-color: #f44336;
}

.btn-outline-rechazar:hover {
    color: #f44336;
    background-color: #ffefee;
    border-color: #f44336;
}

.btn-outline-rechazar:not(:disabled):not(.disabled):active,
.btn-outline-rechazar:not(:disabled):not(.disabled).active,
.show>.btn-outline-pago.dropdown-toggle {
    color: #f44336;
    background-color: #ffefee;
    border-color: #f44336;
}

.btn-outline-rechazar:focus,
.btn-outline-rechazar.focus {
    box-shadow: 0 0 0 0 rgba(23, 162, 184, 0.5);
}

.btn-outline-rechazar.disabled,
.btn-outline-rechazar:disabled {
    color: #f44336;
    background-color: transparent;
}

.btn-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-align-custom {
    display: block;
    margin: 0 auto;
    line-height: 1;
    padding: 3px;
}

.callout-isiore {
    border-color: #1998fd;
}

.content-details {
    padding: 10px 15px 10px 15px;
    background: #f7f7f7;
    border-radius: 5px;
}

.detalle-text {
    font-size: 11px;
}

.lead-small {
    font-size: 11px;
    font-weight: bold;
    color: black;
}

.btnCustom {
    height: 75px;
    width: 100%;
    margin: -1px;
    border: none;
    font-size: 15px;
}

.bootstrap-select .dropdown-menu {
    /* max-width: 100%!important; */
    margin-right: 0px !important;
    /* right: 0; */
}

.border-mine {
    border: solid 1px #adacac;
}

.horario-info {
    /* width: 20%; */
}

button.btn.btn-round.btn-transparent {
    background: #ededed;
}

.infodiv {
    background: #f9f9f9;
    padding: 5px 19px 5px 20px;
    border-radius: 10px;
}

.editablebtn {
    font-size: 10px;
    padding: 5px;
    height: 36px;
    min-width: 65px !important;
}

.control-extra-cliente {
    font-family: "Poppins";
    background: #ffffff;
    color: #606060;
    width: 680px;
    position: fixed;
    border-radius: 5px 0px 0px 5px;
    /* top: 55px; */
    top: 0px;
    z-index: 99999;
    right: -680px;
    transition: right 0.1s ease-in-out, display 0.1s ease-in-out;
    height: 100%;
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0 19px 38px rgb(0 0 0 / 30%), 0 15px 12px rgb(0 0 0 / 22%);
}

.control-extra-cliente.open {
    right: 0;
    transition: right 0.3s ease-in-out, display 0.1s ease-in-out;
}

a.nav-link.ripple:visited {
    background: red !important;
}

#li_nuevos.nav-item.pedido-mod a.nav-link.active.main {
    background: #fff2cb;
    border-bottom: "#ffc107 solid 2px";
}

#li_aceptados.nav-item.pedido-mod a.nav-link.active.main {
    background: #daf9e1;
    border-bottom: "#28a745 solid 2px";
}

#li_finalizados.nav-item.pedido-mod a.nav-link.active.main {
    background: #fff2cb;
    border-bottom: "#ffc107 solid 2px";
}

#li_rechazados.nav-item.pedido-mod a.nav-link.active.main {
    background: #fff2cb;
    border-bottom: "#ffc107 solid 2px";
}

.bg-grey-isiore {
    background-color: #efefef !important;
}

.fondoBarra {
    background: linear-gradient( 90deg, rgba(244, 244, 244, 1) 0%, rgba(242, 242, 242, 1) 51%, rgba(232, 232, 232, 1) 100%);
}

span.text {
    font-size: 12px;
}

.faces,
.animals,
.food,
.sport,
.transport,
.symbols,
.objects {
    grid-gap: 2px;
    grid-template-columns: repeat(5, 1fr);
    padding: 10px;
    margin: auto;
    list-style: none;
    display: grid;
    text-align: left;
    max-height: 250px;
    position: relative;
    outline: none;
}

.animals,
.food,
.sport,
.transport,
.symbols,
.objects {
    display: none;
}

.category {
    padding: 0px;
    margin: auto;
    display: table;
    width: 100%;
    background: rgb(239, 240, 241);
    list-style: none;
}

.emoji {
    position: absolute;
    right: 0px;
    width: 300px;
    z-index: 1050;
    overflow: hidden;
    background: rgb(255, 255, 255);
    border-radius: 5px;
    border-bottom: 5px solid #c2c2c2;
    margin-top: 5px;
    outline: none;
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2), 0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

.emojiTrigger {
    position: absolute;
    top: 5px;
    border: solid 1px #adacac;
    border-radius: 0px 5px 5px 0px;
    right: 6px;
    /* padding: 1.5px; */
    height: 30px;
    text-decoration: none;
    border-left: none;
}

.emojiTrigger i {
    opacity: 0.7;
    vertical-align: middle;
    color: #555;
}

.nav-emoji {
    text-transform: none;
    text-decoration: none;
    padding: 5px;
    position: initial;
    display: table-cell;
    text-align: center;
    background: none;
}

a.nav-emoji {
    color: rgb(100, 100, 100);
}

.md-emoji {
    border-radius: 5px;
    cursor: pointer;
    transition: all ease-in 0.1s;
    text-decoration: none;
    padding: 10px;
    margin: auto;
    position: initial;
    font-size: 24px;
    outline: none;
}

.md-emoji:hover {
    transform: scale(1.5);
}

.Formcomment {
    width: 80%;
}

.border-right-dashboard {
    border-right: 1px solid #dee2e629 !important;
}

.estilo-charts-fonts {
    font-size: 2em;
    font-weight: bold;
    padding: 0;
    margin: 0;
}

ul#tabpedidos {
    height: 40px;
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    flex-direction: column;
}

tr.even {
    font-size: 14px;
}

tr.odd {
    font-size: 14px;
}

.info-box .info-box-icon {
    border-radius: 50% !important;
}

.prebackground {
    background: #f9f9f9;
    border: 1px solid #e3e0e0;
    padding-top: 15px;
    border-radius: 10px;
}

.sizeimg {
    width: 50px;
    cursor: pointer;
}

.img-group-variacion {
    display: flex;
}

a {
    color: #2c2c2c;
    text-decoration: none;
    background-color: transparent;
}

.card-dark.card-outline-tabs>.card-header a:hover {
    border-top: 3px solid #dee2e6;
    border-bottom: 0;
}

.tooltip {
    pointer-events: none;
}

.pulsingButton {
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
}

.pulsingButton.bggreen {
    box-shadow: 0 0 0 0 rgb(40 167 69);
}

.pulsingButton.bgyellow {
    box-shadow: 0 0 0 0 #ffc107;
}


/* Comment-out to have the button continue to pulse on mouseover */

a.pulsingButton:hover {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    animation: none;
    color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
    to {
        box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulsing {
    to {
        box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulsing {
    to {
        box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);
    }
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 7px rgba(232, 76, 61, 0);
    }
}

.content-wrapper>.content {
    /* padding: 4rem 0.5rem !important; */
}


/* CAMBIOS DE DISEÑO FONDOS  */

[class*="sidebar-dark-"] {
    /* background-color: #565656; */
    background: linear-gradient(120deg, #000000, #000000);
}

.layout-navbar-fixed .wrapper .sidebar-dark-primary .brand-link:not([class*="navbar"]) {
    /* background-color: #343a40; */
    background: linear-gradient(120deg, rgb(18 18 18 / 80%), #222222) !important;
}

nav.main-header.navbar.navbar-expand.navbar-dark.navbar-dark {
    position: fixed;
    width: -webkit-fill-available;
}

.navbar-dark .navbar-nav .nav-custom {
    color: #f8f9fa;
    border-radius: 50%;
    background: linear-gradient(240deg, #1e2024, #6a6a6a);
    padding-right: 13px;
    padding-left: 13px;
}

.btn-portada {
    position: absolute;
    bottom: 10px;
    right: 0;
    z-index: 1050;
}


/* ICONOS BUTTON MATERIAL */

i.material-icons {
    font-size: 1.5rem;
    color: white;
    /* position: relative; */
    border-radius: 50%;
    padding: 5px;
    margin: 3px;
    /* box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24); */
    /* transition: color 0.2s ease, background-color 0.2s ease, transform 0.3s ease; */
}

i.material-icons:after {
    content: "";
    width: 100%;
    height: 100%;
    /* border: solid 2px; */
    transform: scale(0.8);
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 50%;
    /* transition: all 0.3s ease; */
}

i.material-icons:hover:after {
    /* transform: scale(1); */
    /* box-shadow: 10px 0 20px rgba(0, 0, 0, 0.19), 6px 0 6px rgba(0, 0, 0, 0.23); */
}

i.material-icons:nth-of-type(4) {
    background-color: #88b999;
}

i.material-icons:nth-of-type(4):hover {
    color: #88b999;
}

i.material-icons:nth-of-type(4):after {
    border-color: #88b999;
}

i.material-icons:nth-of-type(5) {
    background-color: #88b2b9;
}

i.material-icons:nth-of-type(5):hover {
    color: #88b2b9;
}

i.material-icons:nth-of-type(5):after {
    border-color: #88b2b9;
}

i.material-icons:nth-of-type(6) {
    background-color: #8897b9;
}

i.material-icons:nth-of-type(6):hover {
    color: #8897b9;
}

i.material-icons:nth-of-type(6):after {
    border-color: #8897b9;
}

i.material-icons:nth-of-type(7) {
    background-color: #af88b9;
}

i.material-icons:nth-of-type(7):hover {
    color: #af88b9;
}

i.material-icons:nth-of-type(7):after {
    border-color: #af88b9;
}

i.material-icons:nth-of-type(8) {
    background-color: #d59acb;
}

i.material-icons:nth-of-type(8):hover {
    color: #d59acb;
}

i.material-icons:nth-of-type(8):after {
    border-color: #d59acb;
}

i.material-icons:nth-of-type(1) {
    /* background-color: #6610f2; */
    background-color: #ffffff;
}

i.material-icons:nth-of-type(1):hover {
    /* color: #6610f2; */
    color: #ffffff !important;
}

i.material-icons:nth-of-type(1):after {
    /* border-color: #6610f2; */
    /* border-color: #ffffff; */
}

i.material-icons:nth-of-type(2) {
    background-color: #ec9f83;
}

i.material-icons:nth-of-type(2):hover {
    color: #ec9f83;
}

i.material-icons:nth-of-type(2):after {
    border-color: #ec9f83;
}

i.material-icons:nth-of-type(3) {
    background-color: #cdb274;
}

i.material-icons:nth-of-type(3):hover {
    color: #cdb274;
}

i.material-icons:nth-of-type(3):after {
    border-color: #cdb274;
}

i.material-icons:hover {
    background-color: transparent;
    /* transform: rotate(90deg); */
    cursor: pointer;
    box-shadow: none;
}

@media (min-width: 601px) {
    i.material-icons {
        padding: 10px;
        margin: 5px;
        font-size: 2rem;
    }
}

@media (min-width: 993px) {
    i.material-icons {
        padding: 5px;
        margin: 10px;
        font-size: 3rem;
        z-index: 20;
        /* 
        padding: 20px;
        margin: 10px;
        font-size: 4rem; */
    }
    i.material-icons:after {
        border-width: 3px;
        top: 0px;
        left: 0px;
    }
}

.wraptext {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}


/* CUSTOM CSS ISIORE */

.sidebar-dark-bg-isiore .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-bg-isiore .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #f0552a;
    color: #fff;
}

.circle-icon-skeleton {
    background: #28a745;
    border-radius: 50%;
    font-size: 10px;
    padding: 5px 7px 5px 8px;
    color: white;
    position: relative;
    display: -webkit-inline-box;
    top: -5px;
    left: 9px;
    margin: 1px;
    cursor: pointer;
    float: right;
}

.circle-icon-img-edit {
    background: #28a745;
    border-radius: 50%;
    font-size: 10px;
    padding: 5px 7px 5px 8px;
    color: white;
    position: relative;
    display: -webkit-inline-box;
    top: -5px;
    left: 9px;
    margin: 1px;
    cursor: pointer;
    float: right;
}

.circle-icon-img-delete {
    background: #dd1c1c;
    border-radius: 50%;
    font-size: 10px;
    padding: 5px 7px 5px 8px;
    color: white;
    position: relative;
    display: -webkit-inline-box;
    top: -5px;
    left: 9px;
    margin: 1px;
    cursor: pointer;
    float: right;
}

.btn-app-isiore {
    border-radius: 50%;
    background-color: #f8f9fa00;
    border: 1px solid #6610f2;
    color: #6610f2;
    padding: 3px 8px;
    position: relative;
    text-align: center;
}

.label-isiore {
    font-weight: 100 !important;
    color: #6c757d;
    font-family: "Roboto";
}

.tab-slider--nav {
    width: 100%;
    float: left;
    /* margin-bottom: 20px;
            */
}

.tab-slider--tabs {
    display: block;
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    background: #fff;
    height: 35px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--tabs:after {
    content: "";
    width: 33%;
    background: #6610f2;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 250ms ease-in-out;
    border-radius: 35px;
}

.tab-slider--tabs.slide1:after {
    left: 0%;
    /* left: 72%;
            */
}

.tab-slider--tabs.slide2:after {
    left: 35%;
    /* left: 72%;
            */
}

.tab-slider--tabs.slide3:after {
    left: 72%;
    /* left: 72%;
            */
}

.tab-slider--trigger {
    font-size: 10px;
    line-height: 1;
    font-weight: bold;
    color: #6610f2;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 20px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    display: inline-block;
    transition: color 250ms ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.tab-slider--trigger.active {
    color: #fff;
}

.tab-slider--body {
    margin-bottom: 20px;
}


/* IMAGEN SIZE YAPE QR */

img#uploadedImage {
    width: 280px;
    height: 280px;
    margin: 0 auto;
}


/* IMAGEN SIZE PLIN QR */

img#uploadedImagePlin {
    width: 280px;
    height: 280px;
    margin: 0 auto;
}

.bg-gradient-isiore {
    background: #fd7e14 linear-gradient(180deg, #cf5e00, #ff7400) repeat-x !important;
    color: #ffffff;
}

.bg-gradient-isiore.btn:hover {
    background: #fd7e14 linear-gradient(180deg, #cf5e00, #ff7400) repeat-x !important;
    border-color: rgb(211, 88, 0);
    color: #ffffff;
}

.dropdown-menu-form {
    padding: 10px 10px 10px;
    max-height: 150px;
    overflow-y: auto;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #727983;
}

.sup-index {
    z-index: 9999999;
}

.border-selectPicker {
    background-color: #ff000000;
    border: solid 1px #adacac;
}


/* PEDIGOS PAGE LI LINK ACTIVE CSS*/

a.nav-link.link-custom.active {
    background: #ebebeb;
    padding: 10px 0px 10px 0px;
}

.desctop {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* TEXTO FORMATO NUBE */

.speech-bubble {
    padding: 8px;
    background: #EEEEEE;
    color: #000000;
    position: relative;
    box-shadow: rgb(0 0 0 / 50%) 0 3px 5px -3px;
    margin: 5px 0;
}

.speech-bubble:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
    top: 0px;
    border-color: #EEEEEE;
}

.speech-bubble.speech-bubble-left {
    margin-left: 20px;
    border-radius: 0 4px 4px 4px;
}

.speech-bubble.speech-bubble-left:after {
    border-width: 0 20px 24px 0;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    left: -20px;
}

.speech-bubble.speech-bubble-right {
    margin-right: 20px;
    border-radius: 4px 0 4px 4px;
}

.speech-bubble.speech-bubble-right:after {
    border-width: 0 0 24px 20px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    right: -20px;
}

.speech-bubble.speech-bubble-bottom-right {
    margin-bottom: 40px;
    border-radius: 4px;
}

.speech-bubble.speech-bubble-bottom-right:after {
    border-width: 0 24px 20px 0;
    border-top-color: transparent !important;
    border-left-color: transparent !important;
    border-bottom-color: transparent !important;
    top: auto;
    right: 20px;
    bottom: -20px;
}

.speech-bubble.speech-bubble-bottom-left {
    margin-bottom: 30px;
    border-radius: 4px;
}

.speech-bubble.speech-bubble-bottom-left:after {
    border-width: 0 0 20px 24px;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
    border-bottom-color: transparent !important;
    top: auto;
    left: 20px;
    bottom: -20px;
}

.speech-bubble.speech-bubble-red {
    color: #ffffff;
    background: #cfc805;
}

.speech-bubble.speech-bubble-red:after {
    border-color: #cfc805;
}

.speech-bubble.speech-bubble-purple {
    color: #ffffff;
    background: #9C27B0;
}

.speech-bubble.speech-bubble-purple:after {
    border-color: #9C27B0;
}

.speech-bubble.speech-bubble-green {
    color: #000000;
    background: #8BC34A;
}

.speech-bubble.speech-bubble-green:after {
    border-color: #8BC34A;
}


/* TYPE JS LIBRARY */

.text-body {
    height: 250px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 10px;
    color: #f0f0f0;
    text-shadow: #000 0px 1px 0px;
    font-family: "Consolas", "Courier New", "Courier";
    font-size: 1.75em;
    line-height: 1.40em;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.typed-cursor {
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.border-select {
    border: solid 1px #999;
}

label.custom-label {
    font-size: 11px;
    font-family: 'Roboto';
    font-weight: 100 !important;
    color: #939ba2;
}

.input-field textarea {
    padding-top: 7px;
}

li.small.desc {
    /* font-size: 100%; */
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.dataTables_wrapper div.dataTables_paginate {
    font-size: 13px;
}

.iti {
    display: block !important;
}

.iti__selected-flag {
    background: #d9d9d900 !important;
}

#map {
    height: 400px;
    width: 100%;
}

button#showpasss {
    float: right;
    margin-left: -25px;
    margin-top: -30px;
    position: relative;
    z-index: 2;
    border: none;
    background: transparent;
}

.iti__selected-dial-code {
    font-size: 12px;
}

.dataTables_info {
    font-size: 13px;
}

.circle-icon-topping-delete {
    background: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    padding: 4px 5px 4px 5px;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
}

.circle-icon-topping-edit {
    background: #ffffff;
    border-radius: 50%;
    font-size: 10px;
    padding: 4px 5px 4px 5px;
    color: white;
    display: inline-block;
    cursor: pointer;
    margin: 1px;
}

.textwrap {
    white-space: nowrap !important;
    overflow: hidden !important;
    width: 90px;
    text-overflow: ellipsis !important;
}

.atopping {
    color: red;
    cursor: pointer;
}

.atopping:hover {
    color: red;
    cursor: pointer;
}

.image {
    width: 38px;
    height: 40px;
}

.selectedtoppingedit {
    background: #fffbee;
}


/* .closeisiore {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 0.3;
  }
  .closeisiore:hover {
    opacity: 1;
  }
  .closeisiore:before, .closeisiore:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #333;
  }
  .closeisiore:before {
    transform: rotate(45deg);
  }
  .closeisiore:after {
    transform: rotate(-45deg);
  }
*/



ul {
  list-style: none;
}
.lista-titulos {
  width: 100%;
  background-color: #ffffff;
  border-radius: 0 0 5px 5px;
  margin-left: -35px;
}
.lista-items {
  padding: 4px 5px;
}
.lista-items:hover {
  background-color: #dddddd;
}




    body { 
    font-family: 'Ubuntu', sans-serif;
    font-weight: bold;
}
.select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
    /* content: "" !important; */
}
.select-icon  .select2-search--dropdown {
    display: none;
}

#contenidoButtonIziPay button.kr-payment-button {
    color: white !important;
}

.gtranslate_wrapper a.gt_switcher-popup.glink span {
    display: none;
}