/* _content/XQHT/Shared/Button.razor.rz.scp.css */
.btn[b-zrbj48z4ua] {
    background-color: #586770;
    border-radius: 1.8rem;
    color: #fff;
    border: 1px solid transparent;
    font-family: 'Roboto';
    font-size: 2rem;
    line-height: 120%;
    font-weight: 400;
    padding: 1rem 0.5rem;
    text-align: center;

    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s all;
}

    .btn:hover[b-zrbj48z4ua] {
        border-radius: 18px;
        background: #C01;
    }

.red[b-zrbj48z4ua] {
    background: #C01;
}

    .red:hover[b-zrbj48z4ua] {
        background: #B70312;
    }
