.text-uppercase {
    text-transform: uppercase;
}

.text-normal {
    text-transform: initial;
}

#section-categories {
    padding: 100px 0 80px;
}

#slider .swiper-wrapper {
    width: 100%;
    height: 400px; /* Define a altura padrão aqui */
}

.vaquejadas-details {
    display: grid;
    grid-template-columns: .5fr 1fr;
    gap: 12px;
}

.bringer-meta-list li {
    margin-bottom: 15px;
}

.bringer-meta {
    margin-bottom: 0;
    line-height: 18px;
}

.vaquejadas-passwords .details-passwords {
    background-color: #2f3645;
    padding: 15px 10px;
    border-radius: 12px;
}

.vaquejadas-passwords .details-passwords .title {
    margin-bottom: 6px;
    font-size: 12px;
}

.vaquejadas-passwords .details-passwords .price {
    margin-bottom: 6px;
    font-size: 12px;
    color: var(--bs-warning);
}

.vaquejadas-passwords .details-passwords .rates {
    padding: 10px 0 0;
}

.vaquejadas-passwords .details-passwords .rates label {
    margin-bottom: 3px;
}

.vaquejadas-passwords .details-passwords .rates label:last-child {
    margin-bottom: 0;
}

.password-map-legends {
    margin: 15px 0;
}

.password-map-legends .legend-item {
    font-size: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
    margin-bottom: 5px;
}

.password-map-legends .legend-item label {
    background-color: var(--color, #d4d4d4);
    width: 18px;
    border-radius: 2px;
    height: 12px;
    margin-bottom: 0;
}

.section-passwords-list .section-passwords-item {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

.section-passwords-list .section-passwords-item .section-passwords-number {
    border: 1px solid #e5e5e5;
    list-style: none;
    background-color: #ffffff;
    color: #1a202c;
    width: 45px;
    height: 35px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.section-passwords-list .section-passwords-item .section-passwords-number:hover {
    opacity: 0.7;
}

.section-passwords-number input[type="radio"],
.section-passwords-number input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    cursor: pointer;
}

.section-passwords-number input[type="radio"]:checked ~ span,
.section-passwords-number input[type="checkbox"]:checked ~ span {
    background-color: var(--bringer-button-hover-bg);
    color: #FFFFFF;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
}

#step-registration .steps ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-content: center;
}

#step-registration .steps ul li {
    width: auto;
}

#step-registration .steps ul li a {
    text-transform: uppercase;
    text-align: center;
}

#step-registration .steps ul li a .number {
    display: none;
}

.spinner {
    width: 40px;
    height: 40px;
    border: 4px solid rgba(0, 0, 0, 0.1);
    border-top-color: #FFFFFF;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.form-group {
    margin-bottom: 15px;
}

.form-checkbox {
    display: inline-flex !important;
    align-items: center;
    margin-bottom: 4px;
    font-size: 13px;
}

.form-checkbox input[type="checkbox"] {
    margin-bottom: 0;
    display: inline-block !important;
    width: auto;
    margin-right: 5px;
}

.section-passwords-number span.waiting {
    align-items: center;
    background-color: #2259c0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #ffff;
    cursor: text;
    z-index: 10;
}

.section-passwords-number span.overdue {
    align-items: center;
    background-color: #da3072;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #ffff;
    cursor: text;
    z-index: 10;
}

.section-passwords-number span.paid {
    align-items: center;
    background-color: #4ec034;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    color: #ffff;
    cursor: text;
    z-index: 10;
}

.accordion-transparent .accordion-item {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-color: transparent !important;
    border: none !important;
}

#paymentsAccordion .accordion-item input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Estilos para a tela de carregamento */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7); /* Fundo preto semi-transparente */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Mantém o overlay acima de todos os outros elementos */
}

#loading-overlay .loading-message {
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.swiper-align-stretch {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    flex-direction: row;
    flex-wrap: nowrap;
}

.swiper-align-stretch .bringer-block{
    height: 100%;
}

.section-vaqueiro-options {
    align-items: stretch;
    margin: 15px -15px;
}

.section-vaqueiro-options .vaqueiro-option-item {
    background-color: #303237;
    border-radius: 10px;
    padding: 0;
    height: 100%;
    overflow: hidden;
}

.section-vaqueiro-options .vaqueiro-option-item label {
    display: grid !important;
    grid-template-columns: auto 1fr;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    cursor: pointer;
    position: relative;
    padding: 16px;
    margin-bottom: 0 !important;
    height: 100%;
    overflow: hidden;
}

.section-vaqueiro-options .vaqueiro-option-item label:hover {
    opacity: 0.8;
}

.section-vaqueiro-options .vaqueiro-option-item label div {
    font-size: 14px;
}

.section-vaqueiro-options .vaqueiro-option-item input[type="checkbox"] {
    margin-bottom: 0 !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.section-vaqueiro-options .vaqueiro-option-item input[type="checkbox"] ~ span {
    position: relative;
    display: block;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #121212;
    border: 1px solid #ffffff;
}

.section-vaqueiro-options .vaqueiro-option-item input[type="checkbox"]:checked ~ span {
    background-color: #daa520;
}
