@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html,
body {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    font-family: "Poppins", sans-serif;
}

main {
    flex: 1;
}

.image-focus img,
.carousel-img {
    max-width: 100%;
    height: 350px;
    width: 100%;
}

.img-cap {
    object-fit: cover;
}

@media (max-width: 765px) {

    .image-focus img,
    .carousel-img {
        height: 300px;
    }

    .img-cap {
        height: 80px;
    }
}

.titles-pages {
    display: flex;
    justify-content: start;
    align-items: baseline;
    gap: 10px;
}

.titles-pages h5 {
    margin: 0;
    padding: 0;
}

.titles-pages span {
    color: rgba(0, 0, 0, 0.3);
    font-size: .7rem;
}

a {
    text-decoration: none;
}

.sect-promo {
    max-height: 195px;
    overflow: auto;
}

.tx-xl {
    font-size: 1.3rem;
}

.tx-lg {
    font-size: 1.1rem;
}

.tx-md {
    font-size: .9rem;
}

.tx-sm {
    font-size: .7rem;
}

.tx-ssm {
    font-size: .5rem;
}

@media (max-width: 765px) {
    .tx-xl {
        font-size: 1.1rem;
    }

    .tx-lg {
        font-size: .9rem;
    }

    .tx-md {
        font-size: .7rem;
    }

    .tx-sm {
        font-size: .6rem;
    }

    .tx-ssm {
        font-size: .4rem;
    }
}

.ampulheta {
    width: 64px;
    height: 64px;
    color: rgb(255, 193, 7);
}

.count-step {
    min-width: 40px;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}

.css-1lu5a8o {
    margin: 0px;
    flex-shrink: 0;
    display: flex;
    white-space: nowrap;
    text-align: center;
    border: 0px;
}

.css-1lu5a8o::before,
.css-1lu5a8o::after {
    position: relative;
    width: 100%;
    border-top: thin solid rgba(145, 158, 171, 0.24);
    top: 50%;
    content: "";
    transform: translateY(50%);
}

.css-c1ovea {
    display: inline-block;
    padding-left: calc(9.6px);
    padding-right: calc(9.6px);
}

.css-1lu5a8o::before,
.css-1lu5a8o::after {
    position: relative;
    width: 100%;
    border-top: thin solid rgba(145, 158, 171, 0.24);
    top: 50%;
    content: "";
    transform: translateY(50%);
}

.css-cek11x {
    height: 22px;
    min-width: 22px;
    line-height: 0;
    border-radius: 6px;
    cursor: default;
    align-items: center;
    white-space: nowrap;
    display: inline-flex;
    justify-content: center;
    padding: 0px 8px;
    color: rgb(0, 0, 0);
    font-size: 0.75rem;
    font-family: Montserrat, "Public Sans", sans-serif;
    background-color: rgba(145, 158, 171, 0.16);
    font-weight: 700;
}

.css-owhvny {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-weight: 700;
    line-height: 1.71429;
    font-size: 0.875rem;
    text-transform: capitalize;
    font-family: Montserrat, "Public Sans", sans-serif;
    min-width: 64px;
    color: rgb(253, 169, 45);
    outline: 0px;
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
    margin: 0px;
    text-decoration: none;
    padding: 6px 8px;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 5px;
}

.hidden-animate {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transform: translateY(-10px);
    transition: all 0.4s ease;
}

/* Visível com animação */
.hidden-animate.show {
    max-height: 300px;
    /* Ajuste conforme o tamanho do conteúdo */
    opacity: 1;
    transform: translateY(0);
}

@keyframes pulse-opacity {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.1;
    }

    100% {
        opacity: 1;
    }
}

.animate-badge {
    animation: pulse-opacity 2s ease-in-out infinite;
}

@import url("https://fonts.googleapis.com/css?family=Material+Icons|Work+Sans:400,700,900");

.card-roulette {
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.7);
    top: 0;
    left: 0;
}

.roulette {
    font-family: 'Work Sans', sans-serif;
    display: block;
    position: fixed;
    width: 400px;
    height: 400px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.roulette .shadow {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0.3em 0 rgba(0, 0, 0, 0.25) inset;
}

.roulette .markers {
    display: block;
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    overflow: hidden;
    border-radius: 100%;
    /* border: solid 10px #000; */
}

.roulette .markers .marker {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    -webkit-transform-origin: 0% 400px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}

.roulette .markers .triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1em 0 1em 2em;
    border-color: transparent transparent transparent #007bff;
    position: absolute;
    border-left-color: #FFF;
    top: 50%;
    left: -1px;
    margin-top: -1em;
    -webkit-filter: drop-shadow(0 0.25em 0 rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0 0.25em 0 rgba(0, 0, 0, 0.25));

}

.roulette .spinner {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    overflow: hidden;
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
    /*performance boost*/
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.roulette .spinner .item {
    position: absolute;
    width: 0;
    height: 0;
    top: -200px;
    left: 200px;
    -webkit-transform-origin: 0% 400px;
    transform-origin: 0% 400px;
    border: 0 solid transparent;
}

.roulette .spinner .item .label {
    display: block;
    position: absolute;
    color: #FFF;
    font-weight: 100;
    top: 0;
    left: 0;
    white-space: nowrap;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    font-size: .9em;
}

.roulette .spinner .item .label i,
.roulette .spinner .item .label .text {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
    font-size: 0.63em;
    text-indent: 15px;
}

.roulette .spinner .item .label i {
    margin-right: 0.1em;
}

.roulette .button {
    width: 5em;
    height: 5em;
    line-height: 5em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 800;
    z-index: 998;
    position: absolute;
    background: #FFF;
    border: none;
    border-radius: 100%;
    color: #999;
    outline: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-shadow: 0 0.4em 0 rgba(0, 0, 0, 0.25);
    text-align: center;
    transition: -webkit-transform 0.15s;
    transition: transform 0.15s;
    transition: transform 0.15s, -webkit-transform 0.15s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.roulette .button:hover {
    color: inherit;
}

.roulette .button span {
    font-size: 1.6em;
    letter-spacing: -0.05em;
}

.roulette.busy .button {
    box-shadow: 0 0.15em 0 rgba(0, 0, 0, 0.25);
    color: #999;
    cursor: default;
}

/* CUSTOM LABELS */
.roulette .spinner .item[data-type="quiz"] .label {
    font-size: 1.5em;
}

.roulette .spinner .item[data-type="question"] .label {
    font-size: 1.3em;
    font-weight: 600;
}

.roulette .spinner .item[data-type="replay"] .label .text {
    font-size: .6em;
    white-space: initial;
    width: 1em;
    text-align: center;
    line-height: 1.2;
}

.roulette .spinner .item[data-type="replay"] .label i {
    font-size: 1.5em;
}

.roulette .spinner .item[data-type="time"] .label i {
    font-size: 1.5em;
}

.sectionbox {
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(0, 0, 0, 0.7);
}

.sect-rolet {
    max-height: 176px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.sect-rolet.expanded {
    max-height: 100%;
}

.sect-caix {
    max-height: 176px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.sect-caix.expanded {
    max-height: 100%;
}

.sect-award {
    max-height: 212px;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.sect-award.expanded {
    max-height: 100%;
}


.css-kya508 {
    --popover-button-mr: 12px;
    --popover-button-height: 22px;
    --popover-button-width: 60px;
    position: relative;
    margin-bottom: 16px;
}

.css-1urieeo {
    align-items: center;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    background-color: transparent;
    outline: 0px;
    border: 0px;
    margin: 16px 0px 0px;
    border-radius: 0px;
    padding: 0px 0px 0px 12px;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    z-index: 9;
    display: flex;
    position: absolute;
    justify-content: flex-start;
    width: var(--popover-button-width);
    height: var(--popover-button-height);
    pointer-events: auto;
}

.css-12g7pw9 {
    width: var(--popover-button-height);
    height: var(--popover-button-height);
    flex-shrink: 0;
    overflow: hidden;
    border-radius: 50%;
    align-items: center;
    display: inline-flex;
    justify-content: center;
    background-color: rgba(145, 158, 171, 0.16);
}

.css-7ycx96 {
    width: 100%;
    height: 100%;
    max-width: unset;
    object-fit: cover;
}

.css-3qdj72 {
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    display: inline-flex;
    margin-left: 2px;
    color: rgb(108, 117, 125);
}

.css-vjemxb {
    height: 20px;
    margin-left: auto;
    width: 1px;
    background-color: rgba(145, 158, 171, 0.24);
}

.css-feqhe6 {
    display: inline-flex;
    flex-direction: column;
    position: relative;
    min-width: 0px;
    padding: 0px;
    margin: 0px;
    border: 0px;
    vertical-align: top;
    width: 100%;
}

.css-k3kpnk {
    line-height: 1.4375em;
    font-size: 1rem;
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 400;
    color: rgb(108, 117, 125);
    display: block;
    transform-origin: left top;
    text-overflow: ellipsis;
    max-width: calc(133% - 24px);
    position: absolute;
    left: 0px;
    top: 0px;
    transform: translate(14px, -9px) scale(0.75);
    z-index: 1;
    pointer-events: auto;
    user-select: none;
    padding: 0px;
    white-space: nowrap;
    overflow: hidden;
    transition: color 200ms cubic-bezier(0, 0, 0.2, 1), transform 200ms cubic-bezier(0, 0, 0.2, 1), max-width 200ms cubic-bezier(0, 0, 0.2, 1);
}

.css-1p4qznw {
    line-height: 1.4375em;
    font-size: 1rem;
    font-family: Montserrat, "Public Sans", sans-serif;
    font-weight: 400;
    color: rgb(255, 255, 255);
    box-sizing: border-box;
    cursor: text;
    display: inline-flex;
    align-items: center;
    width: 100%;
    position: relative;
    border-radius: 8px;
}

.css-rs6bis:invalid {
    box-shadow: none;
}

.css-rs6bis:invalid {
    box-shadow: none;
}

.css-kya508 .MuiInputBase-input {
    padding-left: calc(var(--popover-button-width) + var(--popover-button-mr));
}

.css-rs6bis:focus {
    outline: 0px;
}

.css-rs6bis {
    font: inherit;
    letter-spacing: inherit;
    color: currentcolor;
    border: 0px;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0px;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0px;
    width: 100%;
    animation-name: mui-auto-fill-cancel;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}

.css-kya508 .MuiInputBase-input {
    padding-left: calc(var(--popover-button-width) + var(--popover-button-mr));
}

.css-1p4qznw .MuiOutlinedInput-notchedOutline {
    border-color: rgba(145, 158, 171, 0.32);
}

.css-nqlg3w {
    text-align: left;
    position: absolute;
    inset: -5px 0px 0px;
    margin: 0px;
    padding: 0px 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(255, 255, 255, 0.23);
}

.css-1in441m {
    float: unset;
    overflow: hidden;
    display: block;
    width: auto;
    padding: 0px;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 100%;
    transition: max-width 100ms cubic-bezier(0, 0, 0.2, 1) 50ms;
    white-space: nowrap;
}

.css-1in441m>span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}

/* Borda verde ao focar no input */
.css-rs6bis:focus+fieldset {
    border-color: #4caf50 !important;
    /* Verde Material */
}

/* Label verde quando o input está focado */
input:focus~fieldset~label,
input:focus+fieldset+label,
.css-feqhe6:has(input:focus) label {
    color: #4caf50 !important;
}

.custom-pagination .page-link {
    color: #28a745;
}

/* Reduz o tamanho da paginação */
.custom-pagination .pagination {
    font-size: 0.85rem;
}

.custom-pagination .page-item .page-link {
    padding: 4px 10px;
    min-width: 32px;
    height: 32px;
    line-height: 1.3;
    font-weight: 500;
    border-radius: 4px;
}

/* Estilo para página ativa */
.custom-pagination .page-item.active .page-link {
    background-color: #28a745;
    /* ou qualquer cor de destaque */
    border-color: #28a745;
    color: #fff;
}

/* Desativa cursor em páginas desabilitadas */
.custom-pagination .page-item.disabled .page-link {
    cursor: not-allowed;
    opacity: 0.6;
}

/* Ícones mais ajustados */
.custom-pagination .page-link i {
    font-size: 0.75rem;
}