/*
.mt-10, .my-10 {
    margin-top: 10rem !important;
}




.rm{
        text-align: center;
    justify-content: center;
    vertical-align: middle;
    padding: 10px;
}
*/
.input-group-addon {
    display: flex;
    align-items: center; /* Centra verticalmente el símbolo */
    justify-content: center; /* Centra horizontalmente el símbolo */
    min-width: 40px; /* Ajusta el ancho mínimo según sea necesario */
}


/*.btn-blue {
    background:#293C98 !important;
 
}*/