/* #wrapper #content-wrapper #content{
    background-color: #2a2a2a !important;
} */

/* body {
    font-family: 'Nunito' !important;
} */

nav.navbar.navbar-expand.navbar-light,
#accordionSidebar {
    background-color: #5e7096 !important;
}

.topbar #sidebarToggleTop:hover {
    background-color: #eaecf4;
}

.topbar #sidebarToggleTop {
    background-color: #eaecf4;
}

/* .topbar #sidebarToggleTop:active {
background-color: #f10745 !important;
} */

.select2 option:checked {
    background-color: rgb(84, 204, 244) !important; /* Cambia el color de fondo a lightblue para los elementos seleccionados */
}

.select2-search__field {
    width: 100% !important;
}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__rendered {
    display: flex !important; /* Usa flexbox para manejar múltiples opciones */
    flex-wrap: wrap; /* Permite que las opciones se ajusten */
    margin-bottom: 5px;

}

.select2-container--bootstrap .select2-selection--multiple .select2-selection__clear {
    order: 1; /* Coloca el botón al final */
    margin-left: auto; /* Empuja el botón hacia la derecha */
    padding-left: 5px; /* Ajusta el espaciado si es necesario */
    margin-bottom: 5px;
}

table {
    border-radius: 15px;
}


span.form-control-user.rounded-left {
    font-size: 1rem;
    border-radius: 10rem;
    padding: 1.5rem 1rem;
    max-height: 1.5rem;
}

.nav-link.active {
    /* font-size: 1rem; */
    color: white !important;
    background-color: #6e8ce4 !important;
}

.nav-link:hover:not(.active) {
    /* font-size: 1rem; */
    color: white !important;
    background-color: #94a8e7 !important;
}

ul.nav {
    border-bottom: 1px solid #2e5be2 !important;
}

#formPersoais img {
    border: 1px solid black;
    border-radius: 5px;
}

/* css para el input dropZone */
.dropzone {
    text-align: center;
    padding: 30px;
    border: 3px dashed #6088d8;
    border-radius: 10px;
    background-color: #fafafa;
    color: #6088d8;
    cursor: pointer;
    margin-bottom: 20px;
}

.selected-file-wrapper {
    text-align: center;
}

.selected-file {
    color: #000;
    font-weight: bold;
    text-align: start;
}

#filesModalBody {
    background-color: #e9e9e9 !important;
}

.sidebar .nav-item .nav-link .img-profile,
.topbar .nav-item .nav-link .img-profile {
    height: 3rem;
    width: 3rem;
}


/* =========================================================
Personalización info sidebar y justificaciones Kit Digital*/
#appInfo {
    color: whitesmoke;
    font-weight: bold;
    text-align: left;
    font-size: smaller;
    line-height: 25px;
    border: 1px solid white;
    border-radius: 10px;
    padding-left: 1em;
    margin-right: 1em;
}

#appInfo strong {
    font-size: large;
}

#appInfo a {
    color: whitesmoke;

}

#versionesApp .modal-header,
#versionesApp thead {
    background-color: #5e7096;
    color: white;
}

.modal-header {
    background-color: #5e7096;
    color: white;
}

.reporting-resumen {
    border-left: 10px solid #517091 !important;
    border-top-left-radius: 4px !important;
    border-bottom-left-radius: 4px !important;
}

.reporting-resumen-avanzadas {
    background-color: #517091 !important;
    border-radius: 8px !important;
    color: white !important;
}

.funnel-img {
    width: 10px;
    height: 10px;
}

.funnel-td1 {
    width: 36% !important;
}

.funnel-color-1 {
    background-color: #3f3f57;
    color: white;
}

.funnel-color-2 {
    background-color: #929292;
    color: white;
}

.funnel-color-3 {
    background-color: #5db2d8;
    color: white;
}

.funnel-color-4 {
    background-color: #191db3;
    color: white;
}

.funnel-table-header th {
    background-color: #737888 !important;
    color: white !important;
}

/* Fin Personalización info sidebar y justificaciones Kit Digital
============================================================== */

/* Personalización contador de solicitudes */
a:hover span.contador {
    background: #8c94b2;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
}

span.contador {
    background: #5e7096;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 1.6em;
    margin-right: 15px;
    text-align: center;
    width: 1.6em;
    font-size: 0.8rem;
}

/* Pestaña actividade - timeline ========================== */
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 1000;
    top: 35%;
    left: 0px;
    /* opacity: 0.5;
    filter: alpha(opacity=50); */
}

@media screen and (min-width: 300px) and (max-width: 375px){

    .section-body {
        margin-right: -5%;
        margin-left: -5%;
    }
    .timeline {
        margin: -25%;
        padding: 5px;
    }

    .card-body {
        margin: -3%;
    }

    .timeline.timelineWide {
        margin-right: -10%;
        margin-left: -10%;
        margin-top: -3%;
        padding: 5px;
    }

    .timeline>li>.timeline-panel {
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        /* padding: 5px; */
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        margin-right: 4%;
        margin-left: 4%;
    }

    .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .timeline {
        list-style: none;
    }

    .timeline-inverted {
        margin-bottom: 3%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        top: -4px;
        left: 14%;
        margin-left: -30px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .timeline>li>.timeline-badge {
        color: #fff;
        width: 25px;
        height: 25px;
        line-height: 28px;
        font-size: 1.4em;
        text-align: center;
        position: relative;
        top: -4px;
        left: 14%;
        margin-left: -30px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

}

@media only screen and (min-width: 480px) {

    .timeline {
        list-style: none;
        padding: 20px 0 20px;
        position: relative;
    }

    .timeline:before {
        top: 80px;
        bottom: 90px;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 1.5%;
        margin-left: -1.5px;
    }

    .timeline>li {
        margin-bottom: 20px;
        position: relative;
        /* display: flex; */
        /* margin-right: 60%; */
    }

    .timeline>li:before,
    .timeline>li:after {
        content: " ";
        display: table;
    }

    .timeline>li:after {
        clear: both;
    }

    .timeline>li:before,
    .timeline>li:after {
        content: " ";
        display: table;
    }

    .timeline>li:after {
        clear: both;
    }

    .timeline>li>.timeline-panel {
        width: 90%;
        float: left;
        border: 1px solid #d4d4d4;
        border-radius: 5px;
        padding: 20px;
        position: relative;
        -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
    }

    .timeline>li>.timeline-badge {
        color: #fff;
        width: 50px;
        height: 50px;
        line-height: 50px;
        font-size: 1.4em;
        text-align: center;
        position: absolute;
        top: 33%;
        left: 10%;
        margin-left: -60px;
        background-color: #999999;
        z-index: 100;
        border-top-right-radius: 50%;
        border-top-left-radius: 50%;
        border-bottom-right-radius: 50%;
        border-bottom-left-radius: 50%;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        float: right;
        margin-left: 1%;
    }

    .timeline>li.timeline-inverted>.timeline-panel:before {
        border-left-width: 0;
        border-right-width: 15px;
        left: -15px;
        right: auto;
    }

    .timeline>li.timeline-inverted>.timeline-panel:after {
        border-left-width: 0;
        border-right-width: 14px;
        left: -14px;
        right: auto;
    }

    .timeline-heading {
        width: 70%;
    }

    .timeline-clock {
        width: 25%;
    }

    .timeline-title {
        margin-top: 0;
        color: inherit;
    }

    .timeline-body>p,
    .timeline-body>ul {
        margin-bottom: 0;
    }

    .timeline-body>p+p {
        margin-top: 5px;
    }

    .flex-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-between {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .flex-start {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .flex-end {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .flex-around {
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }

    .flex-center {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .align-items-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .timeline:before {
        left: 0.3%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -68px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: -0.3%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -108px;
    }

}

@media only screen and (min-width: 768px) {

    .timeline:before {
        left: 0.1%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -70px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: -0.2%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -71px;
    }
}

@media only screen and (min-width: 992px) {
    .timeline:before {
        left: -0.5%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -69px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: 1.5%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -104px;
    }
}

@media only screen and (min-width: 1080px) {
    .timeline:before {
        left: -0.5%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -68px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: 1.4%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -104px;
    }
}

@media only screen and (min-width: 1400px) {
    .timeline:before {
        left: 0.5%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -72px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: 1.7%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -112px;
    }

}

@media screen and (min-width: 1900px) {

    .timeline:before {
        left: 1%;
    }

    .timeline>li>.timeline-panel {
        width: 94%;
    }

    .timeline>li>.timeline-badge {
        margin-left: -90px;
    }

    .timeline>li.timeline-inverted>.timeline-panel {
        margin-left: 100%;
    }

    .timeline.timelineWide:before {
        left: 1.7%;
    }

    .timeline>li>.timeline-badge.timelineWide {
        margin-left: -132px;
    }
}

/* ==================================================== */


/* Corrección posicionamiento en chrome del input filter en los thead de los dataTables de react ====== */
/* Apunta a cualquier DIV que sea una cabecera de columna ordenable */
.rdt_TableCol_Sortable[role="columnheader"],
div[data-sort-id] {
    height: auto !important;
}
/* ==================================================================================================== */
