.arredonda_40{
  -webkit-border-radius: 40px !important;
  -moz-border-radius: 40px !important;
  border-radius: 40px !important;
}
.arredonda_30{
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  border-radius: 30px !important;
}
.arredonda_25{
  -webkit-border-radius: 25px !important;
  -moz-border-radius: 25px !important;
  border-radius: 25px !important;
}
.arredonda_20{
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  border-radius: 20px !important;
}
.arredonda_10{
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  border-radius: 10px !important;
}

.arredonda_esquerda_25{
    border-top-left-radius: 25px !important;
    border-bottom-left-radius: 25px !important;
}

.arredonda_direita_25{
    border-top-right-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.arredonda_cima_25{
    border-top-left-radius: 25px !important;
    border-top-right-radius: 25px !important;
}

.arredonda_baixo_25{
    border-bottom-left-radius: 25px !important;
    border-bottom-right-radius: 25px !important;
}

.cor_tema{
  background-color: #87CEFA !important;
}


.shade_red{
  background: #f5492e;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_azul{
  background: #4169E1;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_azulclaro{
  background: #00BFFF;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_amarelo{
  background: #FFD700;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}

.shade_black{
  background: #000000;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%) !important;
}



.star-rating .bi-star,
.star-rating .bi-star-fill {
    font-size: 2rem; /* Ou o tamanho que você preferir */
    color: #ffc107;   /* Cor dourada padrão do Bootstrap para estrelas */
    cursor: pointer;
    margin: 0 0.15rem; /* Pequeno espaço entre as estrelas */
    transition: transform 0.1s ease-in-out; /* Efeito sutil no hover */
}

/* Efeito de "aumento" no hover individual da estrela (opcional) */
.star-rating .star-item:hover {
    transform: scale(1.15);
}


/* Cores base para as estrelas (se não sobrescritas pela classe de rating) */
.average-stars i {
    font-size: 2rem; 
    margin: 0 0.05rem;
    /* Cor padrão pode ser cinza para estrelas vazias se não houver avaliação */
}

/* Classe para quando não há avaliação ou a média é 0 */
.average-stars.stars-none i {
    color: #adb5bd; /* Cinza claro (Bootstrap muted) */
}
.average-stars.stars-none .average-score { /* Cor da nota numérica */
    color: #6c757d; 
}


/* Faixa Ruim (ex: 0.1 a < 2.0) */
.average-stars.stars-ruim i.bi-star-fill,
.average-stars.stars-ruim i.bi-star-half {
    color: #CD9B1D; /* Vermelho (Bootstrap danger) */
}
.average-stars.stars-ruim .average-score {
    color: #CD9B1D; 
}
.average-stars.stars-ruim i.bi-star { /* Estrelas vazias nesta faixa */
    color: #CD9B1D; /* Vermelho bem claro ou cinza */
}


/* Faixa Regular (ex: 2.0 a < 3.0 ou 3.5) */
.average-stars.stars-regular i.bi-star-fill,
.average-stars.stars-regular i.bi-star-half {
    color: #EEB422; /* Laranja/Amarelo (Bootstrap warning) */
}
.average-stars.stars-regular .average-score {
    color: #EEB422;
}
.average-stars.stars-regular i.bi-star {
    color: #EEB422; /* Amarelo bem claro ou cinza */
}



/* Faixa Bom (ex: 3.0 ou 3.5 a < 4.0) */
.average-stars.stars-bom i.bi-star-fill,
.average-stars.stars-bom i.bi-star-half {
    color: #FFC125; /* Dourado/Amarelo mais vivo - Bootstrap Orange */
    /* Ou um verde claro: color: #20c997; (Bootstrap teal) */
}
.average-stars.stars-bom .average-score {
    color: #FFC125;
}
.average-stars.stars-bom i.bi-star {
    color: #FFC125; /* Laranja bem claro ou cinza */
}


/* Faixa Excelente (ex: 4.0 a 5.0) */
.average-stars.stars-excelente i.bi-star-fill,
.average-stars.stars-excelente i.bi-star-half {
    color: #ffb700; /* dourado (Bootstrap success) */
    /* Ou um dourado mais intenso: color: #ffb700; */
}
.average-stars.stars-excelente .average-score {
    color: #ffb700;
}
.average-stars.stars-excelente i.bi-star {
    color: #ffb700; /* Verde bem claro ou cinza */
}



.ingresso-visual-card {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0,0,0,0.05);
    color: #333;
    display: flex;
    overflow: hidden;
    max-height: 250px; /* Ajuste conforme necessário */
    max-width: 450px;
    margin: 0 auto;
}

.ingresso-visual-main {
    padding: 20px;
    flex-grow: 1;
    border-right: 2px dashed rgba(0,0,0,0.15);
    position: relative;
}
.ingresso-visual-main::before, .ingresso-visual-main::after { /* "Mordidas" do canhoto */
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--bs-body-bg, #fff); /* Cor do fundo da página */
    border-radius: 50%;
    right: -11px; /* Ajuste para alinhar com a linha tracejada */
}
.ingresso-visual-main::before { top: -10px; }
.ingresso-visual-main::after { bottom: -10px; }


.ingresso-visual-header .event-name {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--primary-color, #4682B4); /* Sua cor primária */
    margin-bottom: 5px;
    line-height: 1.2;
}
.ingresso-visual-header .event-category {
    font-size: 0.9rem;
    font-weight: 500;
    color: #555;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ingresso-visual-details .detail-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 0.95rem;
}
.ingresso-visual-details .detail-item i {
    color: var(--secondary-color, #87CEFA); /* Sua cor secundária */
    margin-right: 10px;
    font-size: 1.1rem;
    min-width: 20px;
}

.ingresso-visual-seat {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0,0,0,0.08);
}
.ingresso-visual-seat .seat-label {
    font-size: 0.8rem;
    color: #777;
    margin-bottom: 2px;
}
.ingresso-visual-seat .seat-value {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--primary-color, #4682B4);
}

.ingresso-visual-stub {
    background-color: rgba(0,0,0,0.03);
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    width: 100px; /* Largura do canhoto */
    flex-shrink: 0;
}
.ingresso-visual-stub .stub-icon i {
    font-size: 2.5rem;
    color: var(--primary-color, #4682B4);
    opacity: 0.7;
}
.ingresso-visual-stub .stub-event-shortname {
    font-weight: 600;
    font-size: 1rem;
    margin-top: 10px;
    writing-mode: vertical-rl; /* Texto vertical */
    transform: rotate(180deg); /* Ajusta orientação do texto vertical */
    white-space: nowrap;
    max-height: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ingresso-visual-stub .stub-barcode-placeholder {
    width: 100%;
    height: 40px;
    background-image: repeating-linear-gradient(
        transparent, transparent 2px, #888 2px, #888 4px
    ); /* Simulação de código de barras */
    margin-top: auto; /* Empurra para baixo */
}
.ingresso-visual-stub .stub-id {
    font-size: 0.7rem;
    letter-spacing: 1px;
    color: #777;
    margin-top: 5px;
}

.opcoes-tipo-ingresso-card {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.07);
    padding: 25px;
    height: 100%; /* Tenta preencher a altura */
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.opcoes-tipo-ingresso-card .form-check-label {
    font-size: 1.1rem;
    font-weight: 500;
    padding: 12px 15px;
    border: 2px solid transparent;
    border-radius: 10px;
    transition: all 0.3s ease;
    cursor: pointer;
    display: block; /* Para ocupar a largura */
    background-color: #f8f9fa;
}
.opcoes-tipo-ingresso-card .form-check-input {
    display: none; /* Esconde o radio button padrão */
}
.opcoes-tipo-ingresso-card .form-check-input:checked + .form-check-label {
    border-color: var(--primary-color, #4682B4);
    background-color: aliceblue; /* Cor de fundo quando selecionado */
    color: var(--primary-color, #4682B4);
    box-shadow: 0 4px 10px rgba(70, 130, 180, 0.2);
}
.opcoes-tipo-ingresso-card .form-check-label:hover {
    background-color: #e9ecef;
}
.opcoes-tipo-ingresso-card .price-tag {
    font-weight: 700;
}
.opcoes-tipo-ingresso-card .info-icon {
    font-size: 0.9rem;
    opacity: 0.7;
}
