html body.bg-full-screen-image {
    background: url(../../almacenamiento/img/bg.jpg) no-repeat center center;
    background-size: cover;
}

html body.bg-full-screen-image-insan3 {
    background: url(../../almacenamiento/insan3/pre_registro/bg.jpg) no-repeat center center;
    background-size: cover;
}

html body {
    background: white;
}

.b3-ux-v2 {
    background: url(../../assets/img/background/banner-08.jpg) no-repeat top;
    background-size: cover;
}


/* Regla para estilizar los errores en las formas */
label.has-error {
    font-size: 0.8rem;
    color: #DA4453;
    padding-left: 0.5rem;
}

html body.bg-full-screen-image {
    background: url(../../almacenamiento/img/bg.jpg) no-repeat center center fixed;
}

/* Regla para corregir el texto de los custom file inputs */
.custom-file-label::after {
    content: "Examinar"
}

.p_dt {
    padding-right: .7rem !important;
}

.app-content.center-layout {
    overflow: visible;
}

.m-0 {
    margin: 0;
}

.p-0 {
    padding: 0;
}

.header-navbar .navbar-wrapper {
    width: 100%;
    max-height: 70px !important;
}

.nav-link {
    color: rgba(255, 255, 255, 1);
    font-weight: 700;
    text-transform: uppercase;
}

.nav-active {
    color: gray;
}

.menu-principal ul {
    line-height: 80px;
}

.menu-principal li a {
    color: rgba(255, 255, 255, 1);
}

.b3-ux-v2-fondo {
    margin-top: 220px !important;
    background: rgba(255, 255, 255, 1);
    padding: 40px;
    border-radius: 14px;
}



/* Corrigue el error de por que el select2 no se valida con el JavaScrip para validar formularios 02/Jun/2020*/
.was-validated .custom-select:invalid+.select2 .select2-selection {
    border-color: #dc3545 !important;
}

.was-validated .custom-select:valid+.select2 .select2-selection {
    border-color: #28a745 !important;
}

*:focus {
    outline: 0px;
}

.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color: #006EBE !important;
    color: #FFFFFF !important;
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(1) {
    color: rgba(80, 80, 80, 1);
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(2) {
    color: rgba(0, 0, 205, 1);
}

.select2-results__options[id*="color_texto"] .select2-results__option:nth-child(3) {
    color: rgba(178, 34, 34, 1);
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice,
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: rgb(76, 79, 91) !important;
    border-color: rgb(76, 79, 91) !important;
    color: #FFFFFF;
}

.tab {
    display: inline-block;
    margin-left: 40px;
}

.menu-movil {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 2;
    color: rgba(0, 0, 0, 1);
    text-align: left;
    list-style: none;
}

.modal {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}


.modal-content-2 {
    background-color: none;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-clip: padding-box;
    outline: 0;
}


.navbar-light {
    background: none;
}


.modal-header .close {
    padding: 2rem 1rem;
    margin: -1rem -1rem -1rem auto;
}

.no-border {
    border: 0;
    box-shadow: none;
    /* You may want to include this as bootstrap applies these styles too */
}

.input-cap {
    text-transform: capitalize;
}

.btn-horario {
    padding: 10px 25px;
    background: rgba(125, 117, 116, 1);
    color: rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 rgba(100, 100, 100, 0);
}

.nav.nav-tabs .nav-item .nav-link.active {
    background-color: rgba(32, 17, 44, 1);
    border-radius: 0.25rem 0.25rem 0 0;
    color: rgba(27, 237, 245, 1);
}

.editable-cell:hover {
    background-color: rgba(0, 0, 0, 0.07);
}

.editable-cell input {
    min-width: 160px;
}

.editable-cell select {
    min-width: 160px;
}

.table-hover tbody tr {
    transition: all ease 50ms;

}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}


.table tbody tr {
    transition: all ease 50ms;

}

.table tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.05);
}

.custom-button {
    background-color: #ffffff;
    /* Color de fondo rojo */
    color: #000000;
    /* Color de texto blanco */
    /* Otros estilos que desees aplicar */
}

.required-field::after {
    content: ' *';
    color: red;
}

.img-segmento {
    background: url(../../almacenamiento/sucursal-logo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-segmento-puebla {
    background: url(../../almacenamiento/sucursal-logo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.img-segmento-polanco {
    background: url(../../almacenamiento/sucursal-logo.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#notification-bar {
    transition: all 0.5s ease-in-out;
}

.success {
    background-color: #28a745;
    color: white !important;
}

.error {
    background-color: #dc3545;
    color: white !important;
}

.info {
    background-color: #007bff;
    color: white !important;
}

#productos-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.producto-item {
    transition: all 0.3s ease;
}

.producto-oculto {
    display: none;
}

.text-danger {
    color: #dc3545 !important;
}