/********** Template CSS **********/
:root {
    --primary: #e9571c;
    --light: #F3F6F9;
    --dark: #191C24;
}

/**{
    border: 1px solid red;
}*/

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

    #spinner.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 1;
    }

#spinner-tr {
    opacity: 0;
    visibility: hidden;
    /*transition: opacity .5s ease-out, visibility 0s linear .5s;*/
    z-index: 99999;
}

    #spinner-tr.show {
        transition: opacity .5s ease-out, visibility 0s linear 0s;
        visibility: visible;
        opacity: 0.6;
    }

/*** Button ***/
.btn {
    transition: .5s;
}

    .btn.btn-primary {
        color: #FFFFFF;
    }

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 50px;
}


.btn-cuad {
    width: 38px;
    height: 38px;
}

.btn-sm-cuad {
    width: 32px;
    height: 32px;
}

.btn-lg-cuad {
    width: 48px;
    height: 48px;
}

.btn-cuad,
.btn-sm-cuad,
.btn-lg-cuad {
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 5px;
}



/*** Layout ***/
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 250px;
    height: 100vh;
    overflow-y: auto;
    background: var(--light);
    transition: 0.5s;
    z-index: 999;
}

.content {
    margin-left: 250px;
    min-height: 100vh;
    background: #FFFFFF;
    transition: 0.5s;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

        .sidebar.open {
            margin-left: -250px;
        }

    .content {
        width: calc(100% - 250px);
    }

        .content.open {
            width: 100%;
            margin-left: 0;
        }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -250px;
    }

        .sidebar.open {
            margin-left: 0;
        }

    .content {
        width: 100%;
        margin-left: 0;
    }

    .soloRespuestasRapidas {
        display: none;
    }

    .soloPreguntas {
        width: 100%;
    }

    .banner-flotante-scroll {
        left: 50%;
    }
}


/*** Navbar ***/
.sidebar .navbar .navbar-nav .nav-link {
    padding: 7px 20px;
    color: var(--dark);
    font-weight: 500;
    border-left: 3px solid var(--light);
    border-radius: 0 30px 30px 0;
    outline: none;
}

    .sidebar .navbar .navbar-nav .nav-link:hover,
    .sidebar .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
        background: #FFFFFF;
        border-color: var(--primary);
    }

    .sidebar .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 40px;
    }

    .sidebar .navbar .navbar-nav .nav-link:hover i,
    .sidebar .navbar .navbar-nav .nav-link.active i {
        background: var(--light);
    }

.sidebar .navbar .dropdown-toggle::after {
    position: absolute;
    top: 15px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.sidebar .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.sidebar .navbar .dropdown-item {
    padding-left: 25px;
    border-radius: 0 30px 30px 0;
}

.content .navbar .navbar-nav .nav-link {
    margin-left: 25px;
    padding: 12px 0;
    color: var(--dark);
    outline: none;
}

    .content .navbar .navbar-nav .nav-link:hover,
    .content .navbar .navbar-nav .nav-link.active {
        color: var(--primary);
    }

    .content .navbar .sidebar-toggler,
    .content .navbar .navbar-nav .nav-link i {
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #FFFFFF;
        border-radius: 40px;
    }

.content .navbar .dropdown-toggle::after {
    margin-left: 6px;
    vertical-align: middle;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.content .navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

@media (max-width: 575.98px) {
    .content .navbar .navbar-nav .nav-link {
        margin-left: 15px;
    }
}


/*** Date Picker ***/
.bootstrap-datetimepicker-widget.bottom {
    top: auto !important;
}

.bootstrap-datetimepicker-widget .table * {
    border-bottom-width: 0px;
}

.bootstrap-datetimepicker-widget .table th {
    font-weight: 500;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
    padding: 10px;
    border-radius: 2px;
}

.bootstrap-datetimepicker-widget table td.active,
.bootstrap-datetimepicker-widget table td.active:hover {
    background: var(--primary);
}

.bootstrap-datetimepicker-widget table td.today::before {
    border-bottom-color: var(--primary);
}


/*** Testimonial ***/
.progress .progress-bar {
    width: 0px;
    transition: 2s;
}


/*** Testimonial ***/
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 15px;
    transition: .5s;
}

    .testimonial-carousel .owl-dot.active {
        background: var(--dark);
        border-color: var(--primary);
    }

/**Datatable**/
.dataTables_wrapper .dataTables_filter input {
    background-color: white !important;
    padding: 4px !important;
    margin-bottom: 4px;
}

.dataTables_wrapper .dataTables_length select {
    background-color: white !important;
    margin-bottom: 4px;
}

table.dataTable tbody tr.seleccionado {
    background-color: #f2dcd3 !important;
}

.div-img-datatable {
    width: 120px;
}

table th {
    font-size: 0.9em;
}

.dataTables_wrapper .dt-buttons {
    margin-left: 1.5rem !important;
}

/*--*/
.fecha-input-picker {
    width: 8em;
    text-align: center;
    display: inline-block;
}

.text-area-reproceso {
    max-height: 120px;
    height: 100px;
    padding: 10px !important;
}

.logoVerificado {
    height: 1.9rem;
    margin-left: 0.2rem;
    font-size: 0.8rem;
    width: auto;
    color: #0099FF;
}

.cajasIconoTitulo {
    color: sandybrown;
    font-size: 1.5rem;
}

.chequeoIconoTitulo {
    color: #3273e7;
    font-size: 1.5rem;
}

.main-titulo {
    font-size: 1.8rem;
    font-variant-caps: all-small-caps;
    margin-top: 1.5rem !important; /*mt-4*/
    text-align: center !important;
}

.opacity-50 {
    opacity: 0.5 !important;
}

.botonesInfoPreguntasPendientes {
    width: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

/*Sweet alert*/
.divIconoSweet i {
    color: #ffc800;
    font-size: 300%;
    margin-top: 95%;
    margin-right: 1rem;
}

.tituloDivSweet {
    font-size: 150%;
    margin-bottom: 7%;
    margin-top: 10%;
    text-align: initial;
}

.textoDivSweet {
    margin-left: -1%;
    width: 100%;
    text-align: initial;
    margin-top: 0.5rem;
}



/*Texto Subrayado*/

.mark {
    background-color: yellow;
    color: black;
}

.markConfirmado {
    background-color: #60d76e;
    color: white;
}



.contenedorTituloTextoSweet {
    margin-left: 1.1rem;
}
/*-inputs-*/
.input-chico {
    width: 6em;
}
/*-Imagenes-*/
.ver-imagen {
    cursor: pointer;
    max-width: 100%;
}

.logo-header-table {
    max-height: 20px !important;
    margin-bottom: 3px !important;
}

/*elimina flechitas en type=number*/
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

.text-wrong {
    text-decoration: red wavy underline;
    text-decoration-color: red;
}

.copyar {
    cursor: pointer;
}

.g-border {
    width: 100%;
    border: solid 1px #BBB;
}

.selectorColor:before {
    content: attr(data-desktoptext);
}

table.dataTable tbody tr > .dtfc-fixed-left, table.dataTable tbody tr > .dtfc-fixed-right {
    background-color: #ebedef !important;
}

.table-primary > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #eed2c8 !important;
}

.table-info > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #c5e8ef !important;
}

.table-success > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #c7dbd2 !important;
}

.color-user > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #c1967c !important;
}

.color-ticket > .dtfc-fixed-left, table.dataTable thead tr > .dtfc-fixed-right, table.dataTable tfoot tr > .dtfc-fixed-left, table.dataTable tfoot tr > .dtfc-fixed-right {
    background-color: #e3e3e3 !important;
}

.color-sales {
    --bs-table-bg: #a9e6e6;
    --bs-table-striped-bg: #c7dbd2;
    --bs-table-striped-color: #000;
    --bs-table-active-bg: #bcd0c7;
    --bs-table-active-color: #000;
    --bs-table-hover-bg: #c1d6cc;
    --bs-table-hover-color: #000;
    color: #000;
    border-color: #bcd0c7;
}

.color-tableRRHH {
    --bs-table-bg: #ff9361 !important;
    color: #000;
    border-color: #e2c7bd;
}

.color-deposito-stock {
    --bs-table-bg: #f7f2ca !important;
    color: #000;
    border-color: #f7f2ca;
}

.color-deposito-outlet {
    --bs-table-bg: #f1e197 !important;
    color: #000;
    border-color: #f1e197;
}

.color-deposito-scrap {
    --bs-table-bg: #e0b42f !important;
    color: #000;
    border-color: #e0b42f;
}

.color-deposito-service {
    --bs-table-bg: #c99720 !important;
    color: #000;
    border-color: #c99720;
}

.Cal-Heatmap-Gris {
    background-color: #D7D7D7;
}

.Cal-Heatmap-Amarillo {
    background-color: #FFBD82;
}

.Cal-Heatmap-Naranja {
    background-color: #FF8A4F;
}

.Cal-Heatmap-Rojo {
    background-color: #E9571C;
}

.badge-notification {
    background-color: red;
    margin-left: 0.5rem;
    width: auto;
    font-size: 0.74rem;
    height: 1rem;
    padding: 5px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#RespuestasRapidas_menuLateral {
    background-color: white;
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-height: 70vh;
    min-height: auto;
    overflow-y: scroll;
}


.td_preguntasHistorico {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}

.botonCrearReclamo_FullReclamos::before {
    content: "+ Crear Reclamo";
}

.botonCrearInforme_CargaInformes::before {
    content: "+ Crear Informe";
}

#dropdownMenuLink1::after {
    position: absolute;
    top: 8px;
    right: 15px;
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    transition: .5s;
}

.dropdown-toggle1::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

.sidebar .navbar .dropdown-toggle1[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.nav-item.dropdown.dropdown-Meli:hover img {
    filter: invert(35%) sepia(200%) saturate(4000%) hue-rotate(353deg) brightness(150%) contrast(300%);
}


.ft-text-full {
    color: #35a460;
}

.ft-text-osme {
    color: #49b4d4;
}

.banner-flotante-scroll {
    display: none;
    position: fixed;
    top: 1.3%;
    left: 56.6%;
    transform: translateX(-50%);
    padding: 10px;
    text-align: center;
    width: 200px;
    z-index: 9999;
    height: 40px;
    transition: opacity 0.5s ease;
}

    .banner-flotante-scroll.visible {
        display: block;
    }

@media only screen and (max-width: 327px) {
    /* ADMIN CREATE */

    .padreLogoCrearUsuario {
        display: none !important;
    }


    /*Eliminar Perfil*/
    .botonEliminarPerfil {
        margin-bottom: 0.3rem;
    }

    /*Eliminar Usuario*/

    .botonEliminarUsuario {
        margin-bottom: 0.3rem;
    }

    /*Validar SKU y EAN*/

    .containerProductosValidarSku {
        height: 45rem !important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 407px) {

    /* MI PERFIL */

    .cardMiPerfil {
        width: 18rem !important;
        margin-top: 1rem;
    }

    .datosClienteUserPerfil {
        font-size: 1rem !important;
        text-align: center;
        margin-right: 0px;
        width: 100%;
        height: 100%;
        margin-left: 0px !important;
        text-overflow: ellipsis;
        margin-bottom: 0px !important;
    }

    .imgFormulario {
        width: 6rem;
        height: 6rem;
    }

    .informacionClienteUserPerfil {
        width: auto;
    }

    .contenedoraDatosUserPerfil {
        width: 100% !important;
    }

    .spanYDatoUserPerfil {
        width: 25%;
    }

    .correoResponsive {
        display: flex;
        align-items: center !important;
        word-break: break-all !important;
        width: auto !important;
        margin-bottom: 2rem;
    }

    .campoNombreUserPerfil {
        margin-bottom: 0px;
    }

    .datosClienteUserPerfil {
        margin: 0px;
    }

    .correoResponsive {
        margin-left: 2rem
    }

    /* ADMIN CREATE */

    .padrebotonesAdminCreate {
        width: 100% !important;
    }

    #contenedoraAdminCreate {
        width: 100% !important;
    }

    #contAdminCreate {
        width: 100% !important;
        padding-left: 0px !important;
    }

    .cardFotoAdminCreate {
        width: 100% !important;
    }

    #imagen_Fichero {
        width: 100%;
    }

    .botonCrearAdminCreate {
        width: 7rem !important;
        margin-right: 3%;
        font-size: 0.63rem;
    }

    .botonVolverAdminCreate {
        width: 7rem !important;
        font-size: 0.65rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .fotoLibercamAdminCreate {
        width: 7rem !important;
    }

    .BotonesAdminCreate {
        width: 100% !important;
    }

    .padreLogoCrearUsuario {
        display: none !important;
    }

    /*Create Perfil*/
    .botonesCreatePerfil {
        width: 50%;
    }

    .imgLibercamCreatePerfil {
        width: 50%;
    }

    .cardCreatePerfil {
        width: 90% !important;
    }

    .imgLibercamCreatePerfil {
        width: 6rem;
    }

    .botonCrearCreatePerfil {
        margin-bottom: 0.3rem !important;
    }

    /*Edit Perfil*/

    .cardEditPerfil {
        width: 85% !important;
    }

    .imgLibercamEditPerfil {
        width: 6rem;
    }

    .botonGuardarEditPerfil {
        margin-bottom: 0.5rem;
    }

    /*Eliminar Perfil*/

    .cardEliminarPerfil {
        width: 90% !important;
    }

    /*Eliminar Usuario*/

    .cardEliminarUsuario {
        width: 90% !important;
    }

    /*Validar Sku y Ean*/

    .filtrosValidarSku {
        width: 100%;
        height: auto;
    }

    .containerProductosValidarSku {
        height: auto;
    }

    .conjuntoCheckboxValidarSku {
        display: flex;
        flex-direction: column;
    }

    .cajaContenedoraFiltrosValidarSku {
        height: auto;
        justify-content: flex-start;
    }

    .conjuntoCheckboxValidarSku div {
        margin-bottom: 1rem;
    }

    .filtrosRelojesValidarSku {
        width: 100% !important;
        flex-direction: column;
        margin-bottom: 0.5rem;
    }

    /*Full Generados*/
    .contenedorGrisFullGenerados {
        padding: 0px !important;
    }

    .DiviconoFullGenerados {
        display: none !important;
    }

    .divIconoPlayFullGenerado {
        display: none !important;
    }

    .DivTituloFullGenerado {
        width: 40% !important;
    }

    .DivFullEnteroFullGenerados {
        width: 100% !important;
        font-size: 0.8rem;
    }

    .containerFluidFullGenerados {
        padding: 0px !important;
    }

    /*Tabla de colores*/

    .tarjetaNuevoColor {
        flex-direction: column;
    }

    .botonGuardarTablaColores {
        justify-content: center;
        margin-top: 0.7rem;
    }

    /* Historial Total */

    .userPubli-historialTotal {
        flex-direction: column;
    }

        .userPubli-historialTotal div {
            width: 100% !important;
        }

    .cajaInputsfiltroHistorialTotal {
        flex-direction: column;
        width: 100% !important;
    }

        .cajaInputsfiltroHistorialTotal div {
            width: 100% !important;
            display: flex;
            margin-top: 0.5rem;
        }

            .cajaInputsfiltroHistorialTotal div input {
                margin-right: 0.5rem
            }

    .respondidasVendedor-historialTotal {
        flex-direction: column;
    }

    .cajaVendedor-historialTotal {
        width: 100% !important;
        margin-top: 0.5rem;
    }

    .filtroEstrellas-HistorialTotal {
        width: 100% !important;
    }

    .tarjeta-historialTotal {
        width: 70%;
    }

    /* Historial */

    .fechas-historial {
        flex-direction: column !important;
    }

        .fechas-historial .fechas {
            margin-bottom: 0.5rem;
        }

    .card-historial {
        width: 70% !important;
    }
}

@media only screen and (max-width: 374px) {

    /*Detalle Productos*/

    .divsFormularioOsmeSinvincular {
        width: 45% !important;
        height: 12rem !important;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .formularioFiltrosOsmeSinVincular label {
        width: 6.5rem !important;
    }

    /*Vista Reprocesos*/

    .containerVistaReprocesos {
        margin-left: 0px !important;
        padding-left: 70px !important;
    }

    .rowReprocesos {
        margin-left: 0px !important;
    }

    .div2ContenedorReprocesos {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    /* Saludo inicial Preguntas Configuracion*/

    #nav-Vincular {
        margin: 0px !important;
    }

    /* Preguntas Pendientes */

    .botonEnviarRespuesta_PreguntasPendientes {
        width: 3rem !important;
    }

    .preguntaUsuario_responder {
        padding: 0rem !important;
    }

    /* Historial Total */

    .filtroEstrellas-HistorialTotal div label i {
        display: none;
    }

    .filtroEstrellas-HistorialTotal div {
        padding-left: 0px !important;
    }

    .contenedoraCalendarios_ventasDetalle {
        width: 100%;
    }

        .contenedoraCalendarios_ventasDetalle .card div {
            width: 100% !important;
        }

    .banner-flotante-scroll {
        display: none !important;
    }
}

@media only screen and (min-width: 407px) and (max-width: 768px) {
    /* MI PERFIL */

    .correoResponsive {
        width: auto;
    }

    /*Admin Create*/

    #contAdminCreate {
        padding-left: 0px !important;
    }

    .botonCrearAdminCreate {
        width: 48% !important;
        margin-right: 3%;
        font-size: 1rem;
    }

    .botonVolverAdminCreate {
        width: 45% !important;
        font-size: 0.9rem;
        height: 60%;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #imagen_Fichero {
        width: 100%;
    }

    .cardFotoAdminCreate {
        width: 80% !important;
    }

    .fotoLibercamAdminCreate {
        width: 9rem !important;
    }

    .contenedoraBotonesyLogoAdminCreate {
        display: flex;
        justify-content: space-between;
    }

    /*Create Perfil*/
    .botonesCreatePerfil {
        width: 50%;
    }

    .imgLibercamCreatePerfil {
        width: 50%;
    }

    .cardCreatePerfil {
        width: 90% !important;
    }

    .imgLibercamCreatePerfil {
        width: 9rem;
    }

    .botonCrearAdminCreate {
        width: 48% !important;
        margin-right: 3%;
        font-size: 0.63rem;
    }

    .botonVolverAdminCreate {
        width: 45% !important;
        font-size: 0.65rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .grupoBotonesCreatePerfil {
        align-items: center !important;
    }

    .padreLogoCrearUsuario {
        width: auto !important;
    }

    /*Edit Perfil*/
    .cardEditPerfil {
        width: 80% !important;
    }

    .imgLibercamEditPerfil {
        width: 90%;
    }

    .botonGuardarEditPerfil {
        margin-bottom: 0.5rem;
    }

    /*Eliminar Perfil*/

    .cardEliminarPerfil {
        width: 90% !important;
    }

    /*Eliminar Usuario*/

    .cardEliminarUsuario {
        width: 90% !important;
    }

    /*Validar Sku y Ean*/

    .filtrosValidarSku {
        width: 100%;
        height: auto;
    }

    .containerProductosValidarSku {
        height: auto;
    }

    .conjuntoCheckboxValidarSku {
        display: flex;
        flex-direction: column;
    }

    .cajaContenedoraFiltrosValidarSku {
        height: auto;
        justify-content: flex-start;
    }

    .conjuntoCheckboxValidarSku div {
        margin-bottom: 1rem;
    }

    .filtrosRelojesValidarSku {
        width: 100% !important;
        flex-direction: column;
    }

    /*Full Generados*/

    .DiviconoFullGenerados {
        display: none !important;
    }

    .divIconoPlayFullGenerado {
        display: none !important;
    }

    .DivTituloFullGenerado {
        width: 40% !important;
    }

    .DivFullEnteroFullGenerados {
        width: 100% !important;
        font-size: 0.8rem;
    }

    /* Historial Total */

    .cajaInputsfiltroHistorialTotal {
        flex-direction: column;
        width: 50% !important;
    }

        .cajaInputsfiltroHistorialTotal div {
            display: flex;
            width: 100% !important;
        }

            .cajaInputsfiltroHistorialTotal div input {
                margin-right: 0.5rem;
            }
}

@media only screen and (min-width: 375px) and (max-width: 500px) {

    .banner-flotante-scroll {
        left: 36%;
    }

    /*Asignar Tareas*/

    .filtroAsignarTareas {
        width: auto;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        align-items: center;
    }

    .ContainerAsignarTareas {
        flex-direction: column;
    }

    .entreFechasTareas {
        margin-bottom: 1rem;
    }

    .prioridadTareas {
        margin-bottom: 1rem;
    }

    .estadoTareas {
        margin-bottom: 1rem;
    }

    .usuarioAsignadoTareas {
        margin-bottom: 1rem;
    }

    .botonAsignarTareas {
        justify-content: flex-end;
    }

    /*Mis tareas*/

    .filtroMisTareas {
        width: auto;
        flex-wrap: wrap;
        align-items: center;
        flex-direction: column;
        align-items: center;
    }

    .ContainerFiltrosMisTareas {
        flex-direction: column;
    }

    .entreFechasMisTareas {
        margin-bottom: 1rem;
    }

    .prioridadMisTareas {
        margin-bottom: 1rem;
    }

    .estadoMisTareas {
        margin-bottom: 1rem;
    }

    .usuarioAsignadoMisTareas {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 375px) and (max-width: 412px) {

    .containerFiltroCompetenciaClasificar{
        width: 100% !important;
    }

    .containerFiltroCompetenciaClasificar div{
        width: 100% !important;
    }

    .filtroClasificarProductos_1 {
        margin-right: 0px !important;
        flex-direction: column !important;
    }

    .filtroClasificarProductos_1 div{
        height: 100%; 
    }

    .filtroClasificarProductos_2{
        margin-right: 0px !important;
        width: 100% !important; 
    }

    .filtroClasificarProductos_2 div{
        width: 100% !important;
    }

    #cajaInfoBuscar {
        width: 100% !important;
    }


}

@media only screen and (min-width: 375px) and (max-width: 599px) {

    .formularioFiltrosOsmeSinVincular {
        display: flex;
        width: 120%;
        margin-left: -10%;
        justify-content: space-evenly;
    }

    .divsFormularioOsmeSinvincular {
        display: flex;
        flex-direction: column;
        height: 15rem;
        justify-content: space-between;
    }

    /*Tabla de colores*/

    .tarjetaNuevoColor {
        flex-direction: column;
    }

    .botonGuardarTablaColores {
        justify-content: center;
        margin-top: 0.7rem;
    }

    /* Saludo inicial Preguntas Configuracion*/

    #nav-Vincular {
        margin: 0px !important;
    }

    /* Metricas */

    .preguntasUltDias_metricas {
        flex-direction: column;
    }

    .promedioCalificacion_metricas {
        width: 100% !important;
        margin-top: 0.7rem;
    }

    .promedioRespuesta_metricas {
        justify-content: center;
        margin-top: 0.7rem;
    }

    .contenido_preguntasMetricas {
        width: 100% !important;
    }

        .contenido_preguntasMetricas div div a div div p {
            font-size: 0.8rem;
        }

    .ventas_metricas {
        width: 100% !important;
    }

        .ventas_metricas div div a div div p {
            font-size: 0.7rem;
            text-align: center !important;
        }

    .texto-prodSinVentas {
        font-size: 1.3rem !important;
    }

    .almacenamientoProlongado_metricas {
        width: 100% !important;
    }

        .almacenamientoProlongado_metricas div div a div p {
            font-size: 1.1rem !important;
        }

    .anchoContenido_Full_Metricas div {
        flex-direction: column;
    }

        .anchoContenido_Full_Metricas div div a div {
            margin-bottom: 0.4rem;
        }

    .marcaAgua_metricas {
        top: 0.5rem !important;
        right: 0.6rem !important;
    }
}

@media only screen and (max-width: 425px) {

    .datosDeUsuarioSweetAlert {
        display: none;
    }

    .datosDeUsuarioMiPerfil {
        display: none;
    }

    .informacionClienteUserPerfil {
        justify-content: center !important;
    }

    .correoResponsive {
        margin: 0px;
    }

    .spanYDatoUserPerfil {
        width: 10% !important;
    }

    /*Preguntas Calificar*/

    .infoProductoPreguntasCalificar {
        flex-direction: column;
        align-items: center;
    }

    .imagenProductoPreguntasCalificar {
        margin-bottom: 1rem;
    }

    /* Preguntas Pendientes */

    .contenedoraRespuestasPreguntasPendientes {
        display: none;
    }

    .contenedoraPreguntasPendientes {
        max-width: 100% !important;
        width: 100% !important;
    }

    .contenedoraFiltros_ventasDetalle {
        flex-direction: column;
        width: 100%;
    }

        .contenedoraFiltros_ventasDetalle div {
            margin-left: 0px !important;
            width: 100% !important;
        }

    .calendarioExportarVentas {
        display: none !important;
    }
}

@media only screen and (min-width: 425px) and (max-width: 530px ) {

    /* Preguntas Pendientes */

    .contenedoraRespuestasPreguntasPendientes {
        width: 23% !important;
        margin-top: 0px !important;
    }

    #t_respuestasRapidas_filter {
        width: 90% !important;
    }

        #t_respuestasRapidas_filter label input {
            margin-left: 8px !important;
        }

    .respuestasPreguntasPendientes {
        width: 75% !important;
        font-size: 0.7rem !important;
    }

    td {
        justify-content: flex-start;
    }

    /* Metricas */

    .contenidoUltimos30DiasMetricas {
        font-size: 1.2rem !important;
    }
}

@media only screen and (min-width: 501px) and (max-width: 900px) {

    .banner-flotante-scroll {
        left: 48.6%;
    }
}

@media only screen and (min-width: 500px) and (max-width: 685px) {

    /*Asignar tareas*/

    .entreFechasTareas {
        margin-bottom: 1rem;
    }

    /*Mis Tareas*/

    .entreFechasMisTareas{
        margin-bottom: 1rem;
    }


}

@media only screen and (min-width: 500px) and (max-width: 760px) {

    /*Asignar tareas*/

    .ContainerAsignarTareas {
        flex-direction: column;
    }

    .botonAsignarTareas {
        margin-top: 1rem;
        justify-content: flex-end;
    }

    /*Mis Tareas*/

    .ContainerMisTareas {
        flex-direction: column;
    }

}


@media only screen and (max-width: 530px) {

    /*PREGUNTAS PENDIENTES*/

    .infoPreguntaPreguntasPendientes {
        flex-direction: column;
        align-items: center;
    }

    .botonesInfoPreguntasPendientes {
        display: flex !important;
        margin-top: 1rem;
        justify-content: space-around !important;
        flex-direction: row;
    }

    .divImgPreguntasPendientes {
        margin-bottom: 1rem;
    }

    .divDatosProductoPreguntasPendientes {
        margin-left: 0px !important;
        width: 99%;
    }

    .PreguntasAnterioresPreguntasPendientes {
        padding-left: 0px !important;
    }

    /*Preguntas Calificar*/

    .cantidadYBotonPreguntasCalificar {
        flex-direction: column;
        align-items: center;
    }

    .cantPreguntasRestantesPreguntasCalificar {
        width: 100% !important;
    }

    /*Respuestas Rapidas*/

    .textoRespuestaRapidaRespuestaRapida {
        padding-left: 0rem !important;
    }

    .inputRespuestaRapida {
        width: 100% !important;
    }

    .marcaDeAgua_Responder {
        display: none !important;
    }

    .soloPreguntas {
        padding-right: 0px;
        padding-left: 0px;
    }

    .descripcionDatosYBotones {
        flex-direction: column;
    }

    /* Ventas */

    .tarjetaDineroTransaccionado_VentasDetalle {
        max-height: 9.5rem !important;
        height: 9rem !important;
    }

    .contenidoDineroTransaccionado_VentasDetalle {
        flex-direction: column;
    }

    .dineroTransaccionado_ventasDetalle {
        font-size: 1.3rem !important;
    }

    .unidadesVendidas_VentasDetalle {
        font-size: 1.3rem !important;
    }

    /* Transferencias Gastos */

    .filtros-GastosTransferencias2 {
        flex-direction: column !important;
        align-items: center !important;
    }

    .filtro3_Transferencia {
        margin-bottom: 1rem !important;
    }
}

@media only screen and (min-width: 530px) and (max-width: 768px) {

    /*  Preguntas Pendientes  */

    .respuestasPreguntasPendientes {
        width: 79% !important;
    }

    .contenedoraRespuestasPreguntasPendientes {
        width: 23% !important;
    }

    .contenedoraRespuestasPreguntasPendientes {
        margin-top: 0px !important;
    }

    #t_respuestasRapidas_filter label input {
        width: 90% !important;
    }

    #t_respuestasRapidas_filter label {
        justify-content: center !important;
    }

    td.text-center {
        justify-content: center;
    }
}

@media only screen and (min-width: 576px) {

    .contenedoraFiltros-historialTotal {
        padding-left: 1.4rem;
    }
}

@media only screen and (max-width: 600px) {

    .filtroEstadoFullGenerados {
        flex-direction: column;
    }

    /*Historial Preguntas*/

    .fechaHoraYmetricaHistorialPreguntas {
        border-bottom: 1px solid grey;
    }

    /*Preguntas Calificar*/

    .infoProductoPreguntasCalificar {
        margin-bottom: 0px !important;
    }

    /*Metricas*/

    .turnosProximos_Metricas {
        flex-direction: column;
        align-items: center;
    }

    .nombreProximosTurnos_Metricas {
        width: 100% !important;
        max-width: 100% !important;
    }

    /* Full Reclamos */

    .botonCrearReclamo_FullReclamos {
        width: 5rem;
        max-height: 3rem;
    }

        .botonCrearReclamo_FullReclamos::before {
            content: "+ Crear";
        }

    .botonCrearInforme_CargaInformes {
        width: 5rem;
        max-height: 3rem;
    }

        .botonCrearInforme_CargaInformes::before {
            content: "+ Crear"
        }

    /* Gastos Transferencia  */

    .filtros-GastosTransferencias1 {
        flex-direction: column !important;
    }

    .checks-gastos-transferencias {
        flex-direction: column !important;
        height: 83% !important;
    }

    .filtro2_Transferencia {
        max-height: 13.5rem !important;
        height: 13.5rem !important;
        margin-right: 0px !important;
        width: 100% !important;
    }

    .filtro1_Transferencia {
        width: 100% !important;
        margin-bottom: 1rem !important;
    }

        .filtro1_Transferencia div {
            width: 100% !important;
        }

    .daterangeTransferenciaGastos {
        text-align: center;
    }

    .filtro2_Transferencia_head {
        height: 17% !important;
    }

    .ultimo-check-transferencia {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 700px) {

    /* Gastos - Transferencias */

    .checks-gastos-transferencias {
        flex-direction: column !important;
        height: auto;
    }

    .filtros-GastosTransferencias1 {
        flex-direction: row !important;
        justify-content: space-between;
    }

    .filtro1_Transferencia div {
        width: 100%;
    }

    .filtro2_Transferencia {
        margin-right: 0px !important;
        width: 45% !important;
        max-height: 14.5rem !important;
        height: 14.5rem !important;
    }

    .ultimo-check-transferencia {
        margin-top: 0px !important;
    }

    .filtro2_Transferencia_head {
        height: 17% !important;
    }

    .checks-gastos-transferencias {
        height: 83% !important;
    }

    .filtro2_Transferencia div {
        width: 100%;
    }
}


@media only screen and (min-width: 600px) and (max-width: 899px) {
    .divsFormularioOsmeSinvincular label {
        width: 8rem !important;
        font-size: 0.8rem;
    }

    .divsFormularioOsmeSinvincular {
        display: flex;
        flex-direction: row;
        width: 100%;
        height: auto;
        margin-bottom: 1rem;
        justify-content: space-around;
    }

    .formularioFiltrosOsmeSinVincular {
        display: flex;
        width: 110%;
        justify-content: space-around;
        margin-left: -5%;
        flex-direction: column;
    }

    #divEscondidoSinVincular {
        display: none;
    }

    .noSeVendenPorMercLibre {
        font-size: 0.8rem !important;
        width: 7rem;
    }

    /*Tabla de colores*/

    .selectorColor:before {
        content: attr(data-tablettext);
    }

    #hexaColor {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }
}

@media only screen and (max-width: 700px) {

    /*Historial Preguntas*/

    .contenedoraDePreguntaHistorialPreguntas {
        flex-direction: column;
        align-items: center;
    }

    .fotoYdescripcionHistorialPreguntas {
        flex-direction: column;
        align-items: center;
        width: 100% !important;
    }

    .infoProductoHistorialPreguntas {
        width: 100%;
        margin-bottom: 1.5rem;
    }

    .preguntasHistorialPreguntas {
        width: 100% !important;
    }

    .tiempodeRespuestaHistorialPreguntas {
        display: block !important;
    }

    .tiempoRespuestaHistorialPreguntas {
        display: none !important;
    }

    /* Respuestas Rapidas */

    .hijoCajaColoresRespuestasRapidas {
        width: 100% !important;
    }

    .inputRespuestaRapida {
        width: 90% !important;
    }

    /* Vista Metricas*/

    .tarjetaLibercamMetricas {
        width: 90% !important;
    }

    .acitividadHoyMetricas {
        width: 90% !important;
    }

    .TurnosHoyYProximosMetricas {
        width: 100% !important;
    }

    .cardTurnosFullMetricas {
        padding-left: 1.5rem !important;
    }

    .contenidoUltimos30DiasMetricas {
        font-size: 1.2rem !important;
    }

    .numero_EstadoPublicaciones_Metricas {
        font-size: 1.5rem !important;
    }

    .datosActividadDeHoy_Metricas {
        font-size: 1.5rem !important;
    }

    .anchoContenido_Full_Metricas {
        width: 100% !important;
    }

    .datosEmpresa_metricas {
        font-size: 1.5rem !important;
    }

    /*Metricas*/

    .termometroNivelEmpresa_Metricas {
        width: 100% !important;
    }

        .filtro2_Transferencia div div div {
            flex-direction: column;
        }

        /* Competencia Clasificar */

        .containerFiltroCompetenciaClasificar {
            flex-direction: column;
            align-items: center;
        }
    }

@media only screen and (max-width: 768px) {

    /*Detalle Productos*/

    .filtrosDetalleProductos {
        flex-direction: column !important;
        width: auto !important;
    }

    /*Historial Preguntas*/

    .cajaInfoHorarioyMetrica {
        flex-direction: column !important;
    }

    .consejoPromedioRespuestaHistorialPreguntas {
        width: 100% !important;
        border-right: 0px solid !important;
        margin-bottom: 0.5rem;
    }

    .divMetricasHistorialPreguntas {
        width: 100% !important;
        margin-left: 0px !important;
    }

    .labelHorariosHistorialPreguntas {
        width: 8rem !important;
    }

    /* Preguntas Calificar  */

    .contenidoTarjetaPreguntasCalificar {
        flex-direction: column;
        align-items: center;
    }

    .infoProductoPreguntasCalificar {
        width: 100% !important;
        margin-bottom: 1.5rem;
    }

    .preguntaYRespuestaPreguntasCalificar {
        width: 100% !important;
    }

    .cantPreguntasRestantesPreguntasCalificar .cantidad {
        margin-right: 0.5rem !important;
        width: auto;
    }

    /* Metricas */

    .cartaContenedora_EstadosPublicaciones_Metricas {
        padding-left: 1.5rem !important;
        padding-top: 1.5rem !important;
        padding-right: 1.5rem !important;
        padding-bottom: 1.5rem !important;
    }


    /*  Preguntas pendientes */

    .tipodePublicacion_PreguntasPendientes div {
        margin-top: 0.4rem;
    }
}

@media only screen and (min-width: 760px) {

    /*Asignar tareas*/

    .entreFechasTareas {
        margin-right: 1rem;
    }

    /*Mis tareas*/

    .entreFechasMisTareas {
        margin-right: 1rem;
    }

}

@media only screen and (min-width: 760px) and (max-width: 837px) {

    .entreFechasTareas {
        margin-bottom: 1rem;
    }

    .ContainerAsignarTareas {
        flex-direction: column;
    }

    .botonAsignarTareas {
        justify-content: flex-end;
    }
}


@media only screen and (min-width: 768px) {
    /* MI PERFIL */
    .correoResponsive {
        width: auto;
    }

    /*Admin Create*/

    .botonVolverAdminCreate {
        width: 7.5rem !important;
        font-size: 1rem;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .botonCrearAdminCreate {
        width: 10rem !important;
    }

    .cardFotoAdminCreate {
        width: 50% !important;
    }

    .fotoLibercamAdminCreate {
        width: 14rem !important;
    }

    #imagen_Fichero {
        width: 100%;
    }

    .botonCrearCreatePerfil {
        margin-bottom: 0rem !important;
    }

    .imgLibercamCreatePerfil {
        max-height: 2.3rem;
        width: 9rem;
    }

    .grupoBotonesCreatePerfil {
        align-items: center !important;
    }

    /*Edit Perfil*/

    .imgLibercamEditPerfil {
        width: 90%;
    }

    .botonGuardarEditPerfil {
        margin-bottom: 0.5rem;
    }

    /*Eliminar Perfil*/

    .cardEliminarPerfil {
        width: 70% !important;
    }

    /*Eliminar Usuario*/

    .cardEliminarUsuario {
        width: 70% !important;
    }

    /*Validar SKU y EAN*/

    .filtrosRelojesValidarSku {
        width: 20rem !important;
    }

    /*Detalle Productos*/

    .filtrosDetalleProductos {
        width: 20rem !important;
    }

    /* Metricas */

    .cartaContenedora_EstadosPublicaciones_Metricas {
        padding-left: 3rem;
        padding-top: 1.5rem;
        padding-right: 1.5rem;
        padding-bottom: 1.5rem;
    }
}



@media only screen and (min-width: 768px) and (max-width: 991px) {

    /* Preguntas Pendientes */

    .contenedoraRespuestasPreguntasPendientes {
        width: 23% !important;
        margin-top: 0px !important;
    }
}

@media only screen and (max-width: 900px) {

    .nombreYColorRespuestasRapidas {
        flex-direction: column !important;
    }

    .padreCajaColoresRespuestasRapidas {
        display: flex;
        justify-content: center;
    }

    .hijoCajaColoresRespuestasRapidas {
        width: 50%;
    }

    .padreInputRespuestaRapida {
        display: flex;
        justify-content: center;
    }

    .textoRespuestaRapidaRespuestaRapida {
        width: 100% !important;
        margin-top: 1rem;
        padding-right: 0px !important;
    }

    .botonGuardarRespuestasRapidas {
        margin-right: 0px !important;
    }

    .contenedoraRespuestasRespuestasRapidas {
        flex-direction: column;
        align-items: center;
    }

    .mensajeGuardadoRespuestasRapidas {
        width: 100% !important;
        text-align: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    /*Preguntas configuracion Saludo Inicial*/

    .cajaContenedoraSaludoInicialPreguntasConfiguracion {
        width: 90% !important;
    }

    /*Preguntas pendientes*/

    .contenedoraPreguntasPendientes {
        flex-direction: column;
    }

    .cajaRespuestasPreguntasPendientes {
        width: 100%;
    }

    .contenedoraRespuestasPreguntasPendientes {
        width: 100%;
        margin-top: 1rem;
    }
    /*HISTORIAL TOTAL PREGUNTAS */
    .cajaInputsfiltroHistorialTotal {
        justify-content: space-around !important;
    }

    .respuestasRapidasPreguntasPendientes {
        display: flex;
        width: 100% !important;
        overflow-x: scroll;
        overflow-y: hidden;
    }
}

@media only screen and (max-width: 852px) {
    
    /*Alta Empleado*/
    .fechaytelAltaEmpleado {
        flex-direction: column;
    }

    .fechaNacAltaEmpleado {
        width: 100% !important;
    }

    .telefonoAltaEmpleado {
        width: 100% !important;
    }
}

@media only screen and (min-width: 878px) and (max-width: 991px) {

    .usuarioAsignadoMisTareas {
        margin-top: 0px !important
    }

}

@media only screen and (min-width: 992px) and (max-width: 1087px) {

    /*Asignar Tareas*/

    .usuarioAsignadoTareas{
        margin-right: 1rem;
    }

    .entreFechasTareas{
        margin-bottom: 0.5rem;
    }

    /*Mis tareas*/

    .usuarioAsignadoMisTareas {
        margin-right: 1rem;
    }

    .entreFechasMisTareas {
        margin-bottom: 0.5rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1100px) {
    /*Alta Empleado*/
    .fechaytelAltaEmpleado {
        flex-direction: column;
    }

    .fechaNacAltaEmpleado {
        width: 100% !important;
    }

        .telefonoAltaEmpleado {
            width: 100% !important;
        }
    }
    
    @media only screen and (min-width: 992px) and (max-width: 1120px) {
        /*Competencia Clasificar*/

        .botonBuscarClasificarProducto{
            font-size: 0.6rem !important;
        }

        .botonNoBuscarClasificarProducto{
            font-size: 0.6rem !important;
        }
        
    }


    @media only screen and (min-width: 900px) and (max-width: 992px) {

    .divsFormularioOsmeSinvincular label {
        width: 20% !important;
    }

    .divsFormularioOsmeSinvincular {
        display: flex;
        width: 50%;
        justify-content: space-around;
    }

    .formularioFiltrosOsmeSinVincular {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 5%
    }

    #divEscondidoSinVincular {
        width: 20% !important;
    }

    .noSeVendenPorMercLibre {
        font-size: 0.62rem !important;
    }
}

@media only screen and (min-width: 992px) {

    .divsFormularioOsmeSinvincular label {
        width: 23% !important;
    }

    .divsFormularioOsmeSinvincular {
        display: flex;
        width: 50%;
        justify-content: space-around;
    }

    .formularioFiltrosOsmeSinVincular {
        display: flex;
        width: 100%;
        justify-content: center;
        margin-left: 5%
    }

    #divEscondidoSinVincular {
        width: 20% !important;
    }

    /* Preguntas Pendientes */

    .contenedoraRespuestasPreguntasPendientes {
        width: 19% !important;
    }

    .td_respuestasRapidas {
        width: 74%;
    }

    .tbody_RespuestasRapidas tr {
        display: flex;
        justify-content: center;
    }

    .banner-flotante-scroll {
        left: 56.6%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1200px) {

    /*historial preguntas*/

    .tiempoRespuestaHistorialPreguntas {
        display: none !important;
    }

    .fotoYdescripcionHistorialPreguntas {
        width: 45% !important;
    }

    .tiempodeRespuestaHistorialPreguntas {
        display: block !important;
    }
}

@media only screen and (max-width: 1200px) {

    /*Preguntas pendientes*/

    .respuestasPreguntasPendientes {
        font-size: 0.85rem;
    }

    /* Ventas Producto  */

    .contenedoraFiltros_VentasProductos {
        flex-direction: column;
    }

    .filtros_VentasProducto {
        width: 100% !important;
    }

    .filtrofecha_ventasproducto {
        justify-content: center;
    }

    /* Gastos transferencia */

    .filtros-GastosTransferencias1 {
        flex-direction: column-reverse;
    }

    .checks-gastos-transferencias {
        flex-direction: row;
    }

    .filtros-GastosTransferencias1 {
        margin-bottom: 1rem;
    }

    .filtro3_Transferencia {
        margin-bottom: 0px;
    }
}


@media only screen and (min-width: 1128px) {

    /*Mis Tareas */

    .usuarioAsignadoMisTareas {
        margin-top: 0px !important;
    }
}

@media only screen and (min-width: 1199px) and (max-width: 1390px) {

    .botonBuscarClasificarProducto {
        font-size: 0.6rem !important;
    }

    .botonNoBuscarClasificarProducto {
        font-size: 0.6rem !important;
    }
}
    


    @media only screen and (min-width: 1200px) {

    /* Historial Total */

    .cajaInputsfiltroHistorialTotal {
        flex-direction: column;
    }

        .cajaInputsfiltroHistorialTotal div {
            width: 100% !important;
        }

    .filtroEstrellas-HistorialTotal div {
        padding-left: 0px;
        margin-left: 0.5rem;
    }
}

@media only screen and (max-width: 1280px) {
    
    /*Asignar Tareas*/

    .usuarioAsignadoTareas {
        margin-top: 1rem;
    }

    /*Mis Tareas*/

    .usuarioAsignadoMisTareas {
        margin-top: 1rem;
    }

}


    @media only screen and (min-width: 1358px) {
        /*Edit Perfil*/

    .botonGuardarEditPerfil {
        margin-bottom: 0rem;
    }

    /*Eliminar Perfil*/

    .cardEliminarPerfil {
        width: 50% !important;
    }

    /*Eliminar Usuario*/

    .cardEliminarUsuario {
        width: 50% !important;
    }

    /*Validar SKU y EAN*/
    .cajaContenedoraFiltrosValidarSku {
        margin-bottom: 1rem;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1530px) {

    .botonBuscarClasificarProducto {
        font-size: 0.4rem !important;
    }

    .botonNoBuscarClasificarProducto {
        font-size: 0.4rem !important;
    }
}

@media only screen and (min-width: 1530px) and (max-width: 1700px) {

    .botonBuscarClasificarProducto {
        font-size: 0.55rem !important;
    }

    .botonNoBuscarClasificarProducto {
        font-size: 0.55rem !important;
    }
}

@media only screen and (min-width: 1700px){

    .botonBuscarClasificarProducto {
        font-size: 0.7rem !important;
    }

    .botonNoBuscarClasificarProducto {
        font-size: 0.7rem !important;
    }
}

    @media only screen and (min-width: 530px) and (max-width: 1450px) {

    /* Transferencias Gastos */
    .filtros-GastosTransferencias2 {
        flex-direction: row !important;
    }
}

@media only screen and (max-width: 1450px) {
    .respuestasPreguntasPendientes {
        width: 85%;
    }

    .filtros-GastosTransferencias {
        flex-direction: column !important;
    }

    .filtros-GastosTransferencias1 {
        width: 100%;
    }

    .filtro2_Transferencia {
        margin-right: 0rem;
        width: 34.65rem;
        margin-bottom: 0.5rem;
    }

        .filtro2_Transferencia div {
            width: 100%;
        }

            .filtro2_Transferencia div div {
                width: 100.1%;
            }

    .filtros-GastosTransferencias2 {
        width: 100%;
        align-items: flex-end;
        justify-content: space-between;
    }

    .filtro1_Transferencia {
        margin-bottom: 0px;
    }

    .filtros-GastosTransferencias2 button {
        max-height: 2.5rem;
    }
}

@media only screen and (min-width: 1600px) {
    /* MI PERFIL */
    .cardMiPerfil {
        width: 30rem !important;
    }

    .alertTarjetaUsuario {
        margin-top: 1rem;
    }
}


/* Aca termina Media Querys*/

/* Spinner vista Preguntas - Responder (cuando no hay preguntas) */
@keyframes spinner_sM3D {
    0%,50% {
        animation-timing-function: cubic-bezier(0,1,0,1);
        r: 0
    }

    10% {
        animation-timing-function: cubic-bezier(.53,0,.61,.73);
        r: 2px
    }
}


/*PRUEBA BTN SCROLL LATERAL DATATABLES*/
.scroll-arrow {
    position: absolute;
    width: 35px;
    height: 35px;
    background-color: rgba(0, 0, 0, 0.15);
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 10;
    border-radius: 50%;
    font-size: 25px;
}

.left-arrow {
    left: 0;
    margin: 20px;
}

.right-arrow {
    right: 0;
    margin: 20px;
}

.fw-600 {
    font-weight: 600 !important;
}

/* Botón base */
.btn-float-ticketera {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #3f715a;
    color: white;
    border: none;
    border-radius: 50px;
    height: 50px;
    width: 50px;
    overflow: hidden;
    cursor: pointer;
    transition: width 0.3s ease-in-out;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

    /* Ícono */
    .btn-float-ticketera i {
        font-size: 1.5rem;
        flex-shrink: 0;
        transition: margin 0.3s ease-in-out;
    }

.btn-text-ticketera {
    white-space: nowrap;
    opacity: 0;
    max-width: 0;
    transition: opacity 0.2s, max-width 0.4s ease-in-out, margin-left 0.3s ease-in-out;
}

.btn-float-ticketera:hover {
    width: 190px;
    justify-content: flex-start;
    padding-left: 20px;
}

    .btn-float-ticketera:hover .btn-text-ticketera {
        opacity: 1;
        max-width: 150px;
        margin-left: 12px;
    }

/*----------------*/
/*Para los filtros*/
.select2-container {
    width: 100% !important;
    max-width: 100%;
    box-sizing: border-box;
}

#filtroPedidos {
    width: 100% !important;
}

/* permitir que labels largos se partan en varias líneas */
.form-check-label {
    white-space: normal !important;
    word-break: break-word;
    display: inline-block;
}
/* apariencia del select2 multiple más alineada con bootstrap */
.select2-container--default .select2-selection--multiple {
    min-height: 38px; /* altura similar a form-control */
    width: 100% !important;
    border: 1px solid #ced4da;
    border-radius: .375rem;
}