.bg-padrao{
    background-color: #f4f6f9!important;
}
.transparent-input{   
    border: 0;
    outline: 0;
    background: transparent;
    border-bottom: 3px solid #0bf1b0;
}
.claro-input{   
    background-color: #0bf1b0;
    border-radius: 20px;
}   
.btn-roxo {
    align-self: center;
    background-color: #210140;
    border-bottom-style: none;
    border-color: #000000;
    border-left-style: none;
    border-radius: 91px;
    border-right-style: none;
    border-top-style: none;
    border-width: 0px;
    color: #FFFFFF;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}
 .btn-roxo:hover {
    color: #28a745!important;
    text-decoration: none;
}

.btn-roxo-linha {
    border: 1px solid #210140;
    border-radius: 91px;
    background-color: transparent;
    color: #210140;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}
.btn-roxo-linha-sem {
    border-radius: 91px;
    background-color: transparent;
    color: #210140;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: bold;
    height: 44px;
    justify-content: center;
    line-height: 1.42857;
    margin-bottom: 10px;
    margin-top: 10px;
    max-width: 247px;
    text-align: center;
    text-decoration: none;
    width: 100%;
    padding: 5px;
}

.card-secondary.card-outline {
    border-top: 3px solid #210140;
}
.user-footer{
    border-radius: 20px!important;
}
.dropdown-menu {
    border-radius: 20px!important;
    color: #210140;
    /*border: 1px solid #210140!important;*/
}
.dropdown-menu .show {
    background-color: #0bf1b0!important;
}
.dropdown-item {
    border-radius: 20px!important;
}
.dropdown-item .show {
    background-color: #0bf1b0!important;
}
.menu-roxo {
    border-radius: 20px!important;
    color: #210140;
    border: 3px solid #210140;
}
.card-title {
    color: #210140;
}

.text-roxo {
    color: #210140;
}
.text-claro {
    color: #0bf1b0;
}

.btn-claro {
    background-color: #0bf1b0;
}
.bg-claro {
    background-color: #0bf1b0;
}
.icone {
    color: #0bf1b0;
}

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text {
    color: #0bf1b0;
}


.bg-meialua-roxo-left::before,
.bg-meialua-roxo-right::before,
.bg-meialua-roxo-ambos::before,
.bg-meialua-roxo-ambos::after {
    content: '';
    display: block;
    position: absolute; /* Ajuste para absolute */
    top: 0;
    bottom: 0;
    width: 50vmin;
    background-color: #0BF1B0;
    z-index: -1;
}

.bg-meialua-roxo-left::before {
    right: 0;
    border-radius: 60% 0 0 60% / 50% 50% 50% 50%;
}

.bg-meialua-roxo-right::before {
    left: 0;
    border-radius: 0 60% 60% 0 / 50% 50% 50% 50%;
}

.bg-meialua-roxo-ambos::before {
    right: 0;
    border-radius: 60% 0 0 60% / 50% 50% 50% 50%;
}

.bg-meialua-roxo-ambos::after {
    left: 0;
    border-radius: 0 60% 60% 0 / 50% 50% 50% 50%;
}

/* Estilos para tamanhos de tela não móveis (desktop, tablet, etc.) */
@media (min-width: 768px) {
    .bg-meialua-roxo-ambos {
        display: block;
    }
}

/* Estilos para tamanhos de tela móveis */
@media (max-width: 767px) {
    .bg-meialua-roxo-ambos {
        display: none;
    }
}
