.custom-bg-login {
    background-image: url('../images/bg_login.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.custom-bg-cadastro {
    background-image: url('../images/bg_cadastro.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.custom-bg-pagina-inicial {
    background-image: url('../images/bg_pagina_inicial.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.custom-bg-esqueceu-senha {
    background-image: url('../images/bg_esqueceu_senha.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.custom-navbar {
    margin-top: 120px;
}

.custom-modal-title {
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.custom-modal-body {
    font-family: 'Raleway', sans-serif;
    color: #333;
}

.custom-card {
    background-color: #cf0000;
}

.custom-text-branco {
    color: #FFFFFF;
}

.navbar {
    min-height: 80px;
    padding: 15px 0;
}

.navbar-brand .logo {
    max-height: 60px;
}

.navbar-nav .nav-item {
    margin-left: 15px;
}

.navbar-nav .nav-link {
    padding: 0 10px;
}

.navbar-nav .avatar {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
}

.navbar-toggler {
    padding: 5px 10px;
}

.associate-card {
    text-align: center;
    width: 120px !important;
    margin: auto;
}

.associate-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 10px;
    display: block;
}

.associate-name {
    font-size: 14px;
    font-weight: bold;
}

.column-padding-top {
    padding-top: 48px;
}

.top-bellzeiros {
    background-color: #142048;
}

.user-card {
    width: 100%;
}

.user-card img {
    width: 60px;
    border: 5px solid #4361ca; /* Adiciona a borda */
    border-radius: 50% !important; /* Mantém a imagem arredondada */
}

.user-card-button {
    width: fit-content;
    margin: auto;
}

.user-card-usario {
    font-weight: bold;
    font-size: 1.1em;
}

.user-card-usario a {
    color: #FFFFFF;
}

.user-card-hr {
    margin: 1rem 0;
    color: inherit;
    border: 0;
    border-top: #4361ca solid;
    opacity: .25;
}

.loader {
    max-width: 50px;
    padding-top: 150px;
    padding-bottom: 150px;
}

.custom-title {
    padding-bottom: 20px;
}

.agenda-cards .card {
    background-color: #23377c;
    color: #ffffff;
}

.agenda-cards .card .date-box {
    background-color: #142048;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.agenda-cards .card .date-box .day {
    font-size: 24px;
    font-weight: bold;
}

.agenda-cards .card .date-box .month {
    font-size: 16px;
    text-transform: uppercase;
}

.agenda-cards .card .event-title {
    font-size: 16px;
    font-weight: bold;
}

.agenda-cards .card .event-location {
    font-size: 14px;
}

.custom-imagem-destaque {
    border-radius: 10px;
}

.ranking-position {
    background-color: #23377c;
    color: #ffffff;
    padding: 10px;
    border-radius: 5px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
