﻿.centered-cell {
    
    text-align: center; 
}

.mud-table-cell-custom-group {
    font-weight: 500;
}

.mud-table-cell-custom-group-footer {
    padding-bottom: 50px;
    text-align: right;
} 

.fullscreen-loader {
    position: fixed;
    left: auto;
    width: 100vw;  
    height: 100vh; 
    display: flex;
    align-items: center;  
    justify-content: center;  
    
}

.progress-container {
    position: relative;
}

.custom-progress {
    width: 20vw !important; /* Ancho dinámico */
    height: 20vw !important; /* Alto dinámico */
}

    .custom-progress svg {
        width: 100% !important; /* Asegura que el SVG ocupe todo el contenedor */
        height: 100% !important;
    }

.progress-number {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px; /* Tamaño del número */
    color: black; /* Color del número, puedes cambiarlo */
    font-weight: bold;
}


 