body {
    font-family: 'Poppins', sans-serif;
    background: #191919;
    color: white;
    padding: 20px;
}

.dashboard-container {
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 20px;
}

.left-panel {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

/* #denuncias-body {
    border-collapse: collapse;
    border-style: 2px solid !important;
} */

.denuncias-table {
    background: #1A1A1A;
    border-radius: 8px;
    border: 1px solid #444;
    padding: 30px;
    margin-bottom: 15px;
}

.metrics {
    display: flex;
    justify-content: space-around;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    background: #2a2a2a;
    padding: 20px;
    border-radius: 8px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

th, td {
    padding: 10px;
    text-align: left;
    border-bottom: 1px solid #444;
}
/* 
tr {
    border-collapse: collapse;
    border-style: hidden !important;
} */

.status {
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
}

.resultado { 
    border: 1px solid;
    border-color: #4CAF50;
    background: #2a2a2a; 
    color: #4CAF50;
    font-size: 12px;
}

.difundida { 
    background: #ff4444;
    color: #2a2a2a;
    font-size: 12px;
}

.right-panel {
    background: #2a2a2a;
    border-radius: 8px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    min-height: 100%;
}

.metric {
    text-align: center;
    display: flex;
    align-items: center;
}

.channel-progress {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px auto;
    position: relative;
}

.progress-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 18px;
    font-weight: bold;
}

.stat-item {
    background: #202020;
    border: 2px solid #4A4A4A;
    border-radius: 10px;
    padding: 5px;
    text-align: center;
    position: relative;
    min-height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stat-value {
    font-size: 40px;
    font-weight: bold;
    color: #C82333;
    margin-bottom: 5px;
}

.stat-label {
    font-size: 20px;
    color: #fff;
    margin-bottom: 16px;
}

.stat-graph {
    width: 100% !important;
    height: 40px !important;
    margin-top: 15px;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.temp {
    color: #aaa;
    font-size: 14px;
}

.celsius {
    color: #fff !important;
}


/*
    slide carousel
*/


.carousel-style-1 .carousel-indicators{
    text-align: right;
    width: 100%;
    padding: 0;
    margin: 0;
    display: block;
    position: relative;
}

.carousel-style-1 .carousel-indicators button{
    border-radius: 50%;
    width: 13px;
    height: 13px;
}

.item-categorias{

}

.item-atendente{
    background: #202020;
    border-radius: 30px;
    padding: 10px 20px;
}

.item-atendente img{
    height: 18px;
    width: 18px;
    margin-top: -5px;
    margin-right: 10px;
}

.text-10{
    font-size: 10px;
}
.text-20{
    font-size: 20px;
}
.text-25{
    font-size: 25px;
}
.text-30{
    font-size: 30px;
}
.text-40{
    font-size: 40px;
}


.color-red-c82333{
    color: #c82333;
}
.color-grey-707070{
    color: #707070;
}