﻿.mud-input-control { /* Correcion del tamaño de campo creado currencyField */
    border: 0;
    margin: 0;
    padding: 0;
    display: flex;
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    flex-direction: column;
    vertical-align: top;
    margin-top: 1px;
}



.margin-y-footer-dialog {
    
}

.highlight-row {
    background-color: white; /* Cambia el color de fondo */
    animation: highlight 1s ease-in-out 2; /* Animación de parpadeo */
}

@keyframes highlight {
    0% {
        background-color: #87CEEB;
    }

    50% {
        background-color: white;
    }
}

.mud-dialog-actions {
    border-top: 0.5px solid #848485;
    position: relative;
    padding: 16px 24px !important;
    display: flex;
    align-items: center;
    gap: 5px; /* Espacio entre los botones */
}

.mud-dialog-title {
    border-bottom: 0.5px solid #848485;
}




