.grid-wrapper {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
}

.grid-wrapper-2 {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
    margin-top: 25px;
}

.btn-2025-Compliance {
    background-color: #50A3B5;
    color: white;
    border-radius: 50px;
}

.btn-2025-Cyber {
    background-color: #0b1d3a;
    color: white;
    border-radius: 50px;
}

.btn-2025-Expose {
    background-color: #3B4CBE;
    color: white;
    border-radius: 50px;
}

.btn-2025-Compliance {
    background-color: #50A3B5;
    color: white;
    border-radius: 50px;
}


.grid-wrapper-3 {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    overflow: hidden !important;
    gap: 20px !important;
}

.chip-center-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


.e-grid .e-gridheader {
    background-color: black;
    border-radius: 10px 10px 0px 0px;
}

.e-grid .e-gridheader .e-headercell {
    color: #333;
    background-color: #f2f2f2;
    padding: 10px 15px !important;
}

.e-grid .e-gridheader,
.e-grid .e-headercell,
.e-grid .e-rowcell,
.e-grid {
    border-style: none;
}

.chip-success.e-chip {
    background-color: #e7fadd !important;
    color: #6a855c !important;
    border-color: #e7fadd !important;
}

.chip-warning.e-chip {
    background-color: #fafce4 !important;
    color: #a7a35d !important;
    border-color: #fafce4 !important;
}

.chip-erro.e-chip {
    background-color: #f1dcd8 !important;
    color: #6f362e !important;
    border-color: #f1dcd8 !important;
}

.chip-erro2.e-chip {
    background-color: #f1dcd8 !important;
    color: #6f362e !important;
    border-color: #f1dcd8 !important;
}

.action-buttons-wrapper .e-primary.e-btn:hover {
    background-color: #c3e5e7 !important;
    border-color: #c3e5e7 !important;
}

.action-buttons-wrapper .e-secundary.e-btn:hover {
    background-color: #a7a35d !important;
    border-color: #a7a35d !important;
}

.action-buttons-wrapper .e-danger.e-btn:hover {
    background-color: #f0948f !important;
    border-color: #f0948f !important;
}

.action-buttons-wrapper .e-danger.e-btn:hover .e-icons {
    color: white !important;
}

.header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.titulo-grid {
    font-weight: bold;
    margin: 0;
    font-size: 24px;
    line-height: 32px;
    opacity: .9;
    margin-bottom: 20px;
}

.card-layout-container {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    flex-wrap: wrap;
}

.info-card.e-card {
    flex: 1;
    min-width: 200px;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.info-card2.e-card {
    flex: 1;
    min-width: 200px;
    border-radius: 8px !important;
    border: none !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 10px;
}

.card-icon-container {
    background-color: #e0f2ff;
    padding: 7px;
    border-radius: 5px;
    height: 30px;
    width: 30px;

    display: flex;
    justify-content: center;
    align-items: center;
}

.card-metric-title-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
    min-height: 25px;
}

.card-title {
    color: #6c757d;
    font-weight: bold;
    margin: 0;
    font-size: 16px;
}

.card-subtitle {
    color: #6c757d;
    font-weight: bold;
    margin: 0;
    font-size: 14px;
    text-align: start;
}

.card-content-vertical {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.card-metric-value {
    font-size: 22px;
    font-weight: 500;
    text-align: start;
    margin: 0;
    margin-top: auto;
}

.card-metric-value-center {
    font-size: 18px;
    font-weight: 500;
    text-align: center;
    margin: 0;
    margin-top: auto;
}

.card-description {
    color: #6c757d;
    margin: 0;
    font-size: 12px;
    text-align: start;
    padding-top: 5px;
    padding-bottom: 5px;
}

.search-controls-container {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-grow: 1;
    justify-content: flex-end;
}



.search-controls-container .e-input-group.e-control-wrapper {
    border-radius: 20px !important;
}

.search-controls-container .e-control-wrapper .e-input {
    border-radius: 20px !important;
}

/* Remove a borda/sombra de foco quando a célula é clicada */
.e-grid td.e-rowcell.e-focus,
.e-grid td.e-rowcell.e-focused,
.e-grid td.e-rowcell.e-focus.e-focused {
    box-shadow: none;
}