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

.text-overpass-extra-light{
  font-family: 'Overpass Extra Light';
}

.text-overpass-thin{
  font-family: 'Overpass Thin';
}

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: lightblue !important; /* Cambia el color de fondo a lightblue para los elementos seleccionados */
}

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;
}

/* =========================================================
Personalización header de las tablas*/

.bg-secondary > tr{
  background-color: #5e7096;
  color: white;
  font-size: medium;
}

.bg-secondary > tr th a{
  color: rgb(219, 218, 218);
}

.bg-secondary > tr th a:hover{
  color: #fff;
}

/* Fin Personalización header de las tablas
============================================================== */

/* =========================================================
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: #4e73df;
}

.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 ========================== */

.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: 10%;
    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: 80%;
    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: -25px;
    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;
  }

  .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;
  }

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

/* FullCalendar ======================================= */
.fc-crearBloqueoButton-button
{
  background-color: #ffc107 !important;
  border: 1px solid #cf9b01 !important;
}
.fc-crearBloqueoButton-button:hover
{
  background-color: #cf9b01 !important;
  border: 1px solid #cf9b01 !important;
}
.fc-crearBloqueoButton-button span::before
{
  color: #0e0a00 !important;
}
.fc-crearPdfButton-button{
  background-color: #de2429 !important;
  border: 1px solid #de2429 !important;
}
.fc-crearPdfButton-button:hover{
  background-color: #a3050a !important;
  border: 1px solid #a3050a !important;
}
.fc-crearExcelButton-button
{
  background-color: #137d46 !important;
  border: 1px solid #137d46 !important;
}
.fc-crearExcelButton-button:hover
{
  background-color: #026532 !important;
  border: 1px solid #026532 !important;
}
/* ==================================================== */


.swal2-container .swal2-popup:not(.custom-width) {
  min-width: 60% !important;
}
#swal2-html-container {
  overflow: hidden;
}