.indicador-card {
    border-radius: 15px;
    padding: 14px;
    color: #fff;
    height: 180px;
    /* font-family: 'Arial', sans-serif; */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    cursor: pointer;
    user-select: none;
    /* Make it the reference for positioning child elements */
    overflow: hidden;
    /* Prevent child elements from overflowing */
}

.link-div {
    font-size: 20px;
    font-weight: 900;
    color: #606060;
    cursor: pointer;
    transition: color 0.2s ease;
  }

  .link-div:hover {
    color: #2D7D6F !important; /* or any highlight color */
    /* text-decoration: underline; */
  }

.success {
    background-color: #89c64e;
}

.danger {
    background-color: #dc3545;
}


.indicador-title {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 0px;
}

.indicador-subtitle {
    font-size: 12px;
    margin-bottom: 15px;
    line-height: normal;
    padding-left: 2px;
}

.indicador-data {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: auto;
}

.indicador-item {
    text-align: left;
}

.indicador-value {
    font-size: 24px;
    font-weight: bold;
    margin: 0;
    line-height: normal;
}

.year {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: normal;
}

.yearU {
    font-size: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: end;
    line-height: normal;
}

.chart-container {
    height: 100px;
    width: 100%;
    z-index: 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-bottom: 24px;
    padding-top: 14px;
    padding-bottom: 14px;
}
.top-right-icon {
    top: 10px;
    right: 10px;
    z-index: 10;
}

.containerTarjetas {
    margin-left: 80px;
    margin-right: 80px;
}

.popover-header {
background-color: #f8f9fa;
color: #000;
font-size: 16px;
font-weight: bold;
padding: 0px; 
padding-left: 6px;
border-bottom: 1px solid #ddd; 
text-align: start; 
height: 30px;
line-height: 30px;
margin: 0;
}
