﻿.img-logo {
    width: 104px !important;
    height: 52px !important;
}

.btn-aceptar-dialog {
    height: 35px !important;
    text-transform: none !important; /* Evita que el texto sea todo mayúsculas */
    background-color: #272789;
    color: white;
    width: 80px !important;
}

    .btn-aceptar-dialog:hover {
        color: #FFFFFFCC !important; /* Cambia el color del texto al pasar el mouse */
        background-color: #27278999 !important; /* Cambia el fondo al pasar el mouse */
    }

.btn-group-dialog {
    display: flex !important;
    padding: 8px !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    gap: 8px;
}

.btn-cancelar-dialog {
    height: 35px !important;
    text-transform: none !important; /* Evita que el texto sea todo mayúsculas */
    background-color: #272789;
    color: white;
    width: 80px !important;
}

    .btn-cancelar-dialog:hover {
        color: #FFFFFFCC !important; /* Cambia el color del texto al pasar el mouse */
        background-color: #27278999 !important; /* Cambia el fondo al pasar el mouse */
    }



@media (max-width: 768px) {
    .appbar-container {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
    }

    .img-logo {
        width: 100%;
        height: 85%;
        object-fit: contain;
    }    

    .button-group {
        flex-wrap: wrap;
        width: 100%;
    }

    .appbar-button {
        min-width: 40px !important;
        width: auto !important;
        height: 38px;
        padding: 4px !important;
    }

       

        .appbar-button .texto-boton {
            display: none !important; /* Oculta solo el texto, no el ícono */
        }

    .divider-responsive {
        display: none !important;
    }
    .mud-divider-responsive {
        display: none !important;
        height: 0px !important;
    }

    .image-column {
        width: 100% !important;
        flex-direction: row !important;
        justify-content: center;
        flex-wrap: wrap;
    }

        .image-column .mud-item {
            margin: 8px;
        }

    .custom-field-regIng {
        width: 95% !important;
        text-transform: uppercase !important;
    }
    .custom-field-find {
        max-width: 75% !important;
        text-transform: uppercase !important;
    }

    .icono-responsive {
        display: inline;
    }

    .texto-responsive {
        display: none;
    }

    .custom-field-gridfind {
        width: 96% !important;
        text-transform: uppercase !important;
    }

    .custom-field-gridcbox .mud-input {
        width: 95% !important;
        text-transform: uppercase !important;
    }
    .copyright {
        padding: 0rem;
    }
}