.custom-body1 > div {
    width: 100%;
    max-width: 100%;
}

.custom_btn {
    width: 40px;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.custom_btn:hover {
    transform: scale(1.1) rotate(2deg);
}

.custom-content {
    background-color: #ffffff;
    padding-top: 30px !important;
    padding-right: 20px !important;
    padding-bottom: 30px !important;
    padding-left: 20px !important;
    margin-top: 10px;
    margin-bottom: 10px;

    border-top-left-radius: 0.25rem !important;
    border-top-right-radius: 0.25rem !important;

    border: 2px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
}

.custom_card_header {
    background-color: #343a40 !important;
}

.custom_background {
    background-size: cover; /* Escala la imagen para cubrir toda la pantalla */
    background-repeat: no-repeat; /* Evita que la imagen se repita */
    background-position: center; /* Centra la imagen en el área del body */
    overflow-x: hidden;
}

.custom_container_particles {
    position: absolute; /* Establecer posición absoluta */
    top: 0; /* Alinear en la parte superior */
    left: 0; /* Alinear en la parte izquierda */
    width: 100%; /* Ancho al 100% del viewport */
    height: 100%; /* Altura al 100% del viewport */
    background-color: rgba(
        0,
        0,
        0,
        0.1
    ); /* Color de fondo con cierta opacidad */
}

/* CSS ELENA */
.table-head-color thead {
    background-color: #5dade2;
    color: white;
}
/* CARDS DE GRAFICOS*/
.cards-head-color {
    background-color: #637682;
    color: #5dade2;
}


.info-box-text {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
}

.graficos {
    position: relative;
    overflow: hidden;
    width: 340px;
    height: 280px;
    padding: 0px;
    margin: 0px;
    border-width: 0px;
    cursor: pointer;
}

.tab-pane.active {
    height: auto;
}

.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}
.card-graficos {
    margin-block: 10px;
}

.card-custom {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: block;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    background-color: #637682;
    /* background-color: #ae2251; */
    text-align: center;
    align-content: center;
    height: 340px;
}
/* CARDS PARA MENÚ EN DETAILS-PROYECTOS */
.card-custom-menu {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.125), 0 1px 3px rgba(0, 0, 0, 0.2);
    border-radius: 0.25rem;
    background-color: #fff;
    display: block;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: 0.5rem;
    position: relative;
    background-color: #5dade2;
    text-align: center;
    align-content: center;
    height: 100px;
    width: initial;
}

.card-custom p {
    color: #5dade2;
    font-weight: 500;
}

.card-custom h6 {
    color: #ffffff;
    font-weight: 400;
}

.card-custom-menu h6 {
    color: #ffffff;
    font-weight: 700;
    margin-top: 1rem;
}

.card-custom-menu i {
    font-size: xx-large;
}

.btn-app {
    background-color: #5dade2;
    border: #5dade2;
    color: #f3f3f3;
    display: block;
    height: 80px;
    text-align: center;
    align-content: center;
    margin: 0 0 10px 0px;
}

.btn-app:hover {
    background-color: #bc88d4; /* rgb(203, 42, 144);*/
    color: #f3f3f3;
}

.btn-app h6 {
    color: #f3f3f3;
    font-weight: 500;
}

.images-custom {
    width: 250px;
    height: 200px;
}

.galeria-a p {
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.galeria-a:hover p {
    color: #1070ff;
}

.custom-section-forms {
    margin-top: 15px;
    margin-bottom: 5px;
}

#myChartP {
    height: 100px;
    width: 200px;
}

.card-custom canvas {
    height: 200px;
    width: 200px;
}

.card-custom-general {
    height: 100px;
    width: 100px;
    display: inline-block;
}

.hscroll {
    overflow-x: auto; /* Horizontal */
}

/* .cabeceras_pdf {
    background-color: #5dade2;
    color: white;
    font-weight: 400px;
} */

.custom_estado {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    display: inline-flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
}

/*-----------------
	12. Dashboard
-----------------------*/

table.table td h2.table-avatar {
    align-items: center;
    display: inline-flex;
    font-size: inherit;
    font-weight: 400;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    white-space: nowrap;
}
table.table td h2.table-avatar.blue-link a {
    color: #007bff;
}

/* Imagen del cliente */
.avatar {
    background-color: #aaa;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-weight: 500;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 0 0;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    width: 38px;
    position: relative;
    white-space: nowrap;
}

.avatar > img {
    border-radius: 50%;
    display: block;
    overflow: hidden;
    width: 100%;
}

/* Barra de progreso */
/* Estilos base para el tooltip */
.tooltip {
    position: absolute;
    z-index: 1000;
    display: none;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    /* Ajusta estos valores según la posición deseada */
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

/* Mostrar el tooltip cuando el padre tiene :hover */
.progress-bar:hover .tooltip {
    display: block;
}

.card-table .card-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 15px;
}
.card-table .card-body {
    padding: 0;
}
.card-table .card-footer {
    background-color: #fff;
    text-align: center;
}
.card-table .card-footer a {
    color: #333;
}
.card-title > a.btn {
    color: #fff;
}
.custom-table tr {
    background-color: #fff;
    box-shadow: 0 0 3px #e5e5e5;
}
.table.custom-table > tbody > tr > td,
.table.custom-table > tbody > tr > th,
.table.custom-table > tfoot > tr > td,
.table.custom-table > tfoot > tr > th,
.table.custom-table > thead > tr > td,
.table.custom-table > thead > tr > th {
    padding: 10px 8px;
    vertical-align: middle;
}
.table.custom-table > tbody > tr > td:first-child,
.table.custom-table > thead > tr > th:first-child {
    padding-left: 15px;
}
.table.custom-table > tbody > tr > td:last-child,
.table.custom-table > thead > tr > th:last-child {
    padding-right: 15px;
}
.dash-widget-icon {
    background-color: rgba(238, 221, 222, 0.41);
    border-radius: 100%;
    color: #4FBDBD;
    display: inline-block;
    float: left;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    margin-right: 10px;
    text-align: center;
    width: 60px;
}
.dash-widget-info {
    text-align: right;
}
.dash-widget-info > h3 {
    font-size: 30px;
    font-weight: 600;
}
.dash-widget-info > span {
    font-size: 16px;
}
.dash-statistics .stats-info {
    margin-bottom: 5px;
}
.dash-statistics .stats-info:last-child {
    margin-bottom: 0;
}
.dash-statistics .progress {
    height: 4px;
}

.leave-info-box {
    border: 1px solid #e5e5e5;
    padding: 15px;
    margin-bottom: 15px;
}
.leave-info-box:last-child {
    margin-bottom: 0;
}
.load-more a {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    display: inline-block;
    font-size: 14px;
    padding: 5px 15px;
}

.stats-box {
    background-color: #f9f9f9;
    border: 1px solid #e3e3e3;
    margin-bottom: 15px;
    padding: 5px;
}
.stats-box p {
    margin: 0;
    font-size: 12px;
}
.stats-box > h6 {
    margin-bottom: 0;
}

.stats-list {
    height: 440px;
}
.dash-stats-list {
    align-items: center;
    display: flex;
    flex-flow: column wrap;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
}
.dash-stats-list + .dash-stats-list {
    border-left: 1px solid #e7e7e7;
}
.dash-stats-list h4 {
    color: #1f1f1f;
    font-size: 21px;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0;
}

.stats-info {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 20px;
    padding: 15px;
    text-align: center;
}
.stats-info h6 {
    color: #1f1f1f;
    font-size: 16px;
    font-weight: normal;
    line-height: 18px;
    margin-bottom: 5px;
}
.stats-info h4 {
    font-size: 24px;
    margin-bottom: 0;
}
.stats-info h4 span {
    color: #727272;
    font-size: 12px;
}

.stats-info:last-child .progress {
    margin-bottom: 0;
}
.stats-info p {
    display: flex;
    font-size: 12px;
    justify-content: space-between;
    margin-bottom: 5px;
}
.att-statistics .stats-info {
    margin-bottom: 5px;
}
.stats-info:last-child .progress {
    margin-bottom: 0;
}

.card-title,
.dash-stats-list h4,
.custom-modal .modal-title,
.file-wrap .file-cont-wrap .file-cont-inner .file-cont-header > span,
.faq-card .card .card-header h4 > a,
.lead {
    font-size: 1.125rem;
}
.dash-card-content p,
.stats-info h4,
.account-box .account-btn,
.job-title {
    font-size: 1.25rem;
}

/* Animación en index requisiciones de ordenes */
.circle {
    width: 40px;
    height: 40px;
    background: rgb(37, 172, 32);
    /* background-image: url('/images/icons/ordenes.png'); */
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    position: relative;
}

.circle::before,
.circle::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    border: 10px solid gray;
    border-radius: 100%;
    animation: latido linear 3s infinite;
}

.circle::after {
    animation-delay: -1.5s;
}

@keyframes latido {
    0% {
        width: 40px;
        height: 40px;
        border: 10px solid rgb(156, 250, 176);
    }
    100% {
        width: 80px;
        height: 80px;
        border: 10px solid transparent;
    }
}

.icono {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 30px;
    height: 30px;
}

#button-0 {
    top: 40px;
    left: 10px;
}

/* CSS ELENA */
.table-head-color thead {
    background-color: rgb(177, 36, 111);
    color: white;
}
/* CARDS DE GRAFICOS*/
.cards-head-color {
    background-color: #637682;
    color: rgb(122, 234, 124);
}

/* Color de botones */

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: rgb(177, 36, 111);
}

.info-box-text {
    color: rgb(255, 255, 255);
    font-weight: 700;
    font-size: 17px;
}

.graficos {
    position: relative;
  overflow: hidden;
  width: 340px;
  height: 280px;
  padding: 0px;
  margin: 0px;
  border-width: 0px;
  cursor: pointer;
}

.tab-pane.active {
    height: auto;
}

.tab-pane {
    display: block;
    height: 0;
    overflow: hidden;
}
.card-graficos {
    margin-block: 10px;
}

.card-custom {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background-color: #fff;
    display: block;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    background-color: #637682; 
    background-image: url('/images/fondos/fondo.png');
    /* background-color: #ae2251; */
    text-align: center;
    align-content: center;
    height: 340px;
}
/* CARDS PARA MENÚ EN DETAILS-PROYECTOS */
.card-custom-menu {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    border-radius: .25rem;
    background-color: #fff;
    display: block;
    margin-bottom: 1rem;
    min-height: 80px;
    padding: .5rem;
    position: relative;
    background-color: rgb(177, 36, 111);
    text-align: center;
    align-content: center;
    height: 100px;
    width: initial;
}

.card-custom p{
    color: rgb(122, 234, 124);
    font-weight: 600;
}

.card-custom h6{
    color: #ffffff;
    font-weight: 500;
}

.card-custom-menu h6{
    color: #ffffff;
    font-weight: 700;
  margin-top: 1rem;
}

.card-custom-menu i{
    font-size: xx-large;
}

.btn-app {
    background-color: rgb(177, 36, 111);
    border: rgb(177, 36, 111);
    color: #f3f3f3;
    display: block;
    height: 80px;
    text-align: center;
    align-content: center;
    margin: 0 0 10px 0px;;
}

.btn-app:hover {
    background-color: #bc88d4; /* rgb(203, 42, 144);*/
    color: #f3f3f3;
}

.btn-app h6{
    color: #f3f3f3;
    font-weight: 500;
}

.images-custom{
     width: 250px; 
     height: 200px; 
}

.galeria-a p{
    color: black;
    font-weight: 600;
    font-size: 18px;
}

.galeria-a:hover p{
        color: #1070ff; 
}


.custom-section-forms{
    margin-top: 15px;
    margin-bottom: 5px;
}

#myChartP {
    height: 100px;
    width: 200px;
    
  }

.card-custom canvas{
    height: 200px;
    width: 200px;
}

.card-custom-general {
    height: 100px;
    width: 100px;
    display: inline-block;
}

.hscroll {
    overflow-x: auto; /* Horizontal */
  }

/* .cabeceras_pdf {
    background-color: #5dade2;
    color: white;
    font-weight: 400px;
} */

.custom_estado {
    color: #ffffff;
    font-weight: 400;
    font-size: 20px;
    display: inline-flex;
    padding: 5px;
    border-radius: 5px;
    align-items: center;
}

/* #gantt_here{
    height: 100%;
    width: 100%;
    padding:0px;
    margin:0px;
    overflow: hidden;
} */

.gantt_add{
    display: none !important;
}

.gantt_grid_head_add{
    display: none !important;
}