.bg-black {
    background-color: #000000 !important;
}
.card {
    color: #fff !important;
    background-color: #000000 !important;
}
.filled-btn-2 {
    color: #000;
    text-align: center;
    letter-spacing: .4px;
    text-transform: capitalize;
    background-color: #FFE100; /* Verde */
    border: 2px solid #FFE100; /* Verde */
    border-radius: 60px;
    padding: 10px 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: border-color .3s, color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s;
    width: 100%;
}
.outlined-btn-2 {
    color: #fff;
    text-align: center;
    letter-spacing: .4px;
    text-transform: capitalize;
    background-color: #000;
    border: 2px solid #fc0202; /* Verde */
    border-radius: 4px;
    margin-top: 16px;
    padding: 10px 20px;
    font-family: Space Grotesk, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    transition: border-color .3s, color .3s cubic-bezier(.23, 1, .32, 1), background-color .3s;
    width: 100%;
}
.outlined-btn-2:disabled {
    background-color: #d3d3d3; /* Cinza */
    color: #a9a9a9; /* Cinza escuro */
    cursor: not-allowed; /* Cursor indicando que o botão está desativado */
    border-color: #a9a9a9;
}
.outlined-btn-2.no-margin-top:hover {
    background-color: #fc0202; /* Verde */
}
.text-muted {
    color: #FFE100 !important;
}
.filled-btn-2:disabled {
    background-color: #ddd;
    border-color: #bbb;
    color: #aaa;
    cursor: not-allowed;
}
a {
    color: #FFE100 !important;
    text-decoration: none !important;
}
.a-color-1 {
    color: #fc0202 !important; /* Verde */
    text-decoration: none !important;
}
svg {
    fill: #FFE100; /* Verde */
    width: 50px;
    height: 50px;
}
