@import url('https://fonts.googleapis.com/css2?family=Raleway&display=swap');
.card {
    --bs-card-color: #ffffff;
    --bs-card-bg: #414141;
    --bs-card-border-width: 0;
}

body {
    font-family: "Urania Medium", Arial, Helvetica, sans-serif;
    background-color: #2A2A2A;
    color: #FEFEFE;
}

a {
    text-decoration: none;
}

.float-start.item-image {
    margin: 0 1rem 1rem 0;
}

.float-end.item-image {
    margin: 0 0 1rem 1rem;
}

img {
    height: auto;
    max-width: 100%;
}

.nav-link {
    cursor: pointer;
}

.header .navbar-nav {
    margin-left: auto;
}

a {
    color: #fdfdfd
}

a:hover,
a:focus,
a:active {
    color: #dedede;
}

.nav-link {
    color: #fdfdfd;
}

.nav-link:focus,
.nav-link:hover {
    color: #dedede;
}

.thumbnail img {
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}

.nav-item:first-child .nav-link {
    padding-left: 0;
}

.nav-item:last-child .nav-link {
    padding-right: 0;
}

.logo {
    padding: 15px 0px;
    display: flex;
    justify-content: center;
}

.header-logo {
    width: 100%;
    height: auto;
}

@media (max-width: 992px) {
    .logo {
        padding: ;
        width: 80%;
        text-align: center;
    }
}

.com-users-login.login {
    width: auto;
    max-width: auto;
    margin: auto;
}

.control-group {
    margin-bottom: 0.5rem;
}

.com-users-login__options>a {
    background-color: transparent;
    color: #fff;
    padding: 0.5rem 0;
    text-align: center;
}

.com-users-login.login .control-group label {
    text-align: center;
    display: block;
}

.com-users-login.login .form-check {
    text-align: center;
    display: flex;
    justify-content: center;
}

.com-users-login.login .form-check label {
    margin-left: 0.5rem;
}

.com-users-login__submit.control-group {
    text-align: center;
}

.com-users-login.login .btn-primary {
    background-color: #7EC931;
    width: 100%;
    max-width: 100%;
    padding: 12px;
    font-size: 18px;
    border: none;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .com-users-login.login .btn-primary {
        max-width: 100%;
    }
}

.label-text {
    display: block;
}

.navbar-toggler {
    padding: 0;
    border: 0;
}

.offcanvas-body .nav-link {
    color: #19B26A;
}

@media (max-width: 768px) {
    .js-stools {
        flex-wrap: wrap;
    }
    .js-stools>* {
        flex-basis: 100%;
    }
}

.js-stools {
    display: flex;
    flex-direction: row;
    justify-content: flex-end !important;
    align-items: center;
    gap: 20px !important;
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .js-stools {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        gap: 10px !important;
        text-align: center;
        margin-left: auto;
    }
}


/* Estilos para telas pequenas */

@media (max-width: 480px) {
    .js-stools {
        display: flex;
        flex-direction: column;
        justify-content: flex-end !important;
        gap: 10px !important;
        text-align: center;
        margin-left: auto;
    }
}

.btn-toolbar {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

.filter-search-bar__button {
    background-image: linear-gradient(to right, #19B26A, #C372E1);
    color: #2A2A2A;
}

..chosen-container-single .chosen-single {
    background: #414141 !important;
    border-color: #19B26A !important;
}