﻿
.search-button,
.reset-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-radius: 5px;
    padding: 0;
    cursor: pointer;
    color: white;
}

/* Botón de búsqueda */
.search-button {
    background-color: #17a2b8;
}

/* Botón de reinicio */
.reset-button {
    background-color: #007bff;
}

.element-outlined-action {
    width: 20px;
    height: 20px;
    object-fit: contain;
    display: block;
}

.btn-custom {
    min-width: 200px; /* o el tamaño deseado */
    color: white !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    font-weight: 500;
}

    .btn-custom .material-symbols-outlined {
        vertical-align: middle;
        font-size: 20px;
    }

.icono {
    font-size: 24px;
    font-weight: 500;
    margin: 0 0;
    position: relative;
    width: 23px;
    height: 24px;
    vertical-align: middle
}

    .icono.rojo {
        color: red;
    }

    .icono.azul {
        color: #0366d6;
    }

    .icono.blanco {
        color: white;
    }
