html {
    background-color: var(--main-background) !important;
}

* {
    /* font-family: var(--main-font) !important; */
    font-family: var(--main-font);
}

body {
    background-color: var(--main-background) !important;
}

main {
    height: 100vh;
}

.fs-07 {
    font-size: 0.7rem !important;
    line-height: 0.75rem;
}

.text-gray {
    color: #939393;
}

button {
    transition: all 0.3s !important;
}

button:hover a:hover{
    transform: scale(1.02);
}

/* Definições para Usos Gerais */
.bg-cover {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-secondary{
    background: var(--second-gradient) !important;
}

.bg-dark {
    background: #0A2435 !important;
}

.h-170 {
    height: 170px;
}

.h-100vh {
    height: 100vh !important;
}

.left {
    left: -9999px;
}

.bg-white {
    background: #fff !important;
}

.bg-highlight {
    background: var(--main-highlight) !important;
}

.fs-08 {
    font-size: 0.8rem !important;
}

.fs-13 {
    font-size: 13px !important;
}

.fs-11 {
    font-size: 11px !important;
}

.border-event{
    border: 3px solid #0A2435 !important;
}

.box-shadow {
    box-shadow: rgba(29, 29, 29, 0.07) -2px 5px 7px 0px !important;
}

.op-5 {
    opacity: .5;
}

.inverted-color {
    filter: invert(1);
}

.text-highlight {
    color: var(--main-highlight);
}

.text-main {
    color: #000;
}

a {
    text-decoration: none;
}

.text-black {
    color: var(--main-font-color-dark) !important;
}

/* Final  Definições para Usos Gerais */

.button:active {
    transform: scale(0.9);
    filter: brightness(0.9);
}

.container-pontuacao {
    font-size: clamp(9px, calc(9px + -0.5vw), 10px);
    font-weight: 500;
}

/* .side-border {
    border-left: 1px solid #4b6b7e !important;
    border-right: 1px solid #4b6b7e !important;
} */

.rounded-circle {
    object-fit: cover;
    width: 70px !important;
    height: 70px !important;
    background: var(--main-background) !important;
    /* border: 2px solid #0A2435; */
    padding: 3px !important;
    border-radius: 50pc !important;
}

/* Estilo para o botão quando o lead já foi contatado */
.btn.contacted {
    background-color: #b1bec7;
    /* Cor "secondary" do Bootstrap */
    border-color: #b1bec7;
    color: #fff;
    /* Cor do texto */
}

/* Ajuste para o ícone dentro do botão */
.btn.contacted i.fa-check {
    margin-right: 5px;
}

/* Opcional: se quiser mudar a opacidade */
.btn.contacted {
    opacity: 1;
    /* Se preferir manter a opacidade normal */
}

video {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

.dataTables_wrapper {
    padding-top: 30px;
}

#myTab {
    background: #cbcbcb;
    padding: 5px;
    border-radius: 10px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    border-radius: 5px !important;
    border: none;
    padding: 15px;
    width: 100%;
    display: block;
}

.nav-tabs .nav-link {
    border-radius: 5px !important;
    border: none;
    padding: 15px;
    width: 100%;
    display: block;
    color: #000;
}

li.nav-item {
    width: 50%;
    text-align: center;
}

#btnRankingGeral {
    cursor: pointer;
}

.modal {
    z-index: 9999999999 !important;
}

#cb-duotalk {
    z-index: 999 !important;
}

#painelPontuacao {
    display: flex;
}

#dealerArea {
    display: flex;
}

#totalPontuacao {
    font-size: 15px !important;
    padding-top: 0px;
    font-weight: 600;
}

#totalAtividades {
    font-size: 20px !important;
    padding-top: 0px;
    font-weight: 600;
}

#rankingPosicao {
    font-size: 12px !important;
    padding-top: 0px;
    font-weight: 500;
}

.text-pattern {
    font-size: clamp(9px, calc(9px + 0.5vw), 10px);
}

.resp-h {
    font-size: clamp(0.2rem, 2vh, 2rem);
}

.text-bg-info {
    background: var(--main-color) !important;
    border: 0 !important;
    border-radius: 1rem;
    color: var(--main-font-color-light) !important;
}

.cover-event {
    padding: 0;
    height: 100vh;
}

.cover-bg {
    width: 60%;
    height: 100%;
    background-image: url("https://carbel.dexp.online/assets/img/bg-bandeira-cockpit.jpg?cacasdhe");
    filter: brightness(0.65);
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

/* Ativar caso precise de overlay */
.brightness-25 {
    filter: brightness(0.25);
}

.loja-name {
    margin-top: -10px;
}

.form-select {
    background-color: transparent;
    border: none;
    color: var(--main-color);
    font-weight: 600;
    padding: 0;
}

.form-select:focus {
    border-color: var(--main-background) !important;
    outline: 0;
    box-shadow: 0 0 0 .25rem rgb(42 42 42 / 25%);
}

.img-seller {
    height: 70px;
    width: 70px;
    object-fit: cover;
}

.form-game-container {
    background: var(--main-background) !important;
}

.logo-event {
    display: none;
    margin: 0px 0 35px;
}

.card-title {
    /*text-transform: uppercase;*/
    font-size: clamp(0.2rem, 1.2vh, 1rem);
}

.form-game-container i {
    font-size: 22px;
}


.titles {
    text-transform: capitalize;
}

.ml-4 {
    margin-left: 4.3rem;
}

.titles .color {
    padding-bottom: 10px;
}

.titles .text-white {
    margin-bottom: 0;
}

.uptitle {
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 300 !important;
}

.subtitle {
    font-size: 11px;
    margin-bottom: -30px;
    text-transform: uppercase;
}

button {
    border: 0;
}

.flex-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: normal;
    align-content: normal;
}

.flex-items:nth-child(1) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
}

.flex-items:nth-child(2) {
    display: block;
    flex-grow: 0;
    flex-shrink: 1;
    flex-basis: auto;
    align-self: auto;
    order: 0;
    font-weight: bold;
}

.flex-items span {
    font-size: 11px;
    font-weight: 500;
}

.f20 {
    font-size: 20px !important;
    vertical-align: sub;
}

.btn-evento {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    color: var(--main-font-color-dark) !important;
    display: block;
    border: none;
    padding: 15px 35px;
    margin: 0 auto;
    width: 100%;
}

.fa-gamepad:before {
    margin-right: 5px;
}

.btn-evento:hover {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    color: var(--main-font-color-dark) !important;
    display: block;
    border: none;
    padding: 15px 35px;
    margin: 0 auto;
    width: 100%;
}

.btn-evento:active {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    color: var(--main-font-color-dark) !important;
    display: block;
    border: none;
    padding: 15px 35px;
    margin: 0 auto;
    width: 100%;
}

.btn-evento:focus {
    background-color: var(--main-color) !important;
    border-radius: 5px;
    color: var(--main-font-color-dark) !important;
    display: block;
    border: none;
    padding: 15px 35px;
    margin: 0 auto;
    width: 100%;
}

.modal-backdrop {
    --bs-backdrop-opacity: 1;
    --bs-backdrop-bg: #fff;
}


.modal-content,
.modal-footer {
    border: none;
}

.form-floating>label {
    left: 5px;
}

.modal-uploads {
    display: block;
    border: none;
}

.modal-uploads .btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
}

.big-title {
    font-size: 25px;
    padding: 10px 0;
    font-weight: 600;
}

.hashtag-shadow {
    text-shadow: -4px 1px var(--main-color);
    font-weight: 600;
    float: right;
    display: contents;
}


.wrapper:active .img-result {
    margin-top: 2px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.wrapper .img-result {
    cursor: pointer;
    margin: 10px auto 15px;
    position: relative;
    background: #fff;
    border: solid 6px #000000;
    background-size: cover;
    background-position: center;
    display: block;
    width: 100%;
    height: 300px;
    border-radius: 40px;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    transition: box-shadow .3s, margin .3s, background-image 1.5s;
}

.wrapper .img-result.no-image:before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f093";
    position: absolute;
    left: 50%;
    top: 50%;
    color: #000000;
    font-size: 80px;
    opacity: 1;
    transform: translate(-50%, -50%);
    text-shadow: -2px 0px var(--main-color);
}

.wrapper button {
    margin-top: 20px;
    background: #858585;
    width: 100%;
    border: none;
    color: var(--main-font-color-light) !important;
    padding: 10px;
    border-radius: 5px;
}

.wrapper button:active {
    box-shadow: none;
    margin-top: 24px;
    padding: 8px;
}

.show-button {
    background: #fff;
    border: none;
    color: var(--main-font-color-light) !important;
    padding: 10px 20px;
    float: right;
    display: none;
}



@media screen and (max-width:1920px) {
    .form-game-container {
        padding: 3% 0;
    }
}


@media screen and (max-width:1024px) {

    .logo-event {
        display: block !important;
        background: #001e50;
        border-radius: 1rem;
    }

    .logo-event img {
        margin: 0 auto;
        display: block;
        width: 80%;
    }
}

@media screen and (max-width:578px) {
    .card-title {
        font-size: 11px;
    }

    .modal-content {
        font-size: 3vw !important;
    }
}


.w100 {
    width: 100%;
    display: none;
}

button.btn-success div:nth-child(1) {
    display: none;
}

button.btn-success div:nth-child(2) {
    display: block !important;
}

button.btn-success {
    background: #16C47F !important;
    border: none;
}

/*.check-ponto i {
    color: var(--main-color) !important;
}*/

.check-ponto i {
    font-size: 25px;
}


.ponto {
    font-size: 13px;
    /* color: var(--main-color) !important;*/
}


#atividades {
    padding-bottom: 25px;
}

.logo-dealers img {
    padding: 40px 45px;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    background: var(--main-background) !important;

}

input::placeholder,
textarea::placeholder {
    color: #999;
    font-size: 12px;
}

.modalSubtitle {
    margin-bottom: 2rem;
    font-size: .825rem;
    padding-bottom: 1rem;
    margin-top: -20px;
    color: #999;
    font-weight: 300;
    border-bottom: 1px solid #8a8a8a6e;
}

.modal-header {
    border-bottom: transparent;
}

.btn-primary {
    --bs-btn-bg: var(--main-color) !important;
    --bs-btn-border-color:var(--main-color) !important;
    --bs-btn-hover-bg: var(--main-color) !important;
    --bs-btn-hover-border-color: var(--main-color) !important;
    --bs-btn-active-bg: var(--main-color) !important;
    --bs-btn-active-border-color: var(--main-color) !important;
    --bs-btn-disabled-bg: var(--main-color) !important;
    --bs-btn-disabled-border-color: var(--main-color) !important;
}

.modal-footer {
    flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
}

.form-select {
    background-position-y: 19px;
    background-position-x: 100%;
    background-size: 2vh;
}

.form-select.prospector-selected {
    background: none !important;
    background-color: transparent !important;
    background-image: none !important;
}


.form-select:focus-visible {
    box-shadow: none;
}

.gradient-main {
    background: var(--main-gradient) !important;
}

.gradient-secondary {
    background: var(--second-gradient) !important;
}

.highlight-color {
    color: var(--main-highlight) !important;
}

.btn[disabled] {
    cursor: not-allowed;
}

.text-main-color {
    color: var(--main-color) !important;
}

.bg-main-color {
    background-color: var(--main-color) !important;
}

.logo-marca {
    max-width: 40%;
    padding: 20px;
}

.box-select {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box-img-seller {
    display: flex;
}

.logo-under-profile {
    height: 30px;
    border-radius: 50%;
    width: 30px;
    padding: 2px;
    /*border: 2px solid #0A2435;*/
    position: absolute;
    /*background: #4B6B7E;*/
    transform: translateY(22px) translateX(20px);
}

.dealer-area {
    border-radius: 10px;
}

/* .dealer-area button {
    height: clamp(75px, 7vh, 130px);
} */

/* .dealer-area a {
    height: clamp(75px, 7vh, 130px);
} */

.btn-acesso-leads {
    width: 100%;
    background: var(--second-background) !important;
    border: 0 !important;
}

@media screen and (max-width:768px) {
    .d-xs-block {
        display: block !important;
    }
    
    .logo-marca{
        max-width: 85% !important;
    }

    .rounded-circle {
        width: 55px !important;
        height: 55px !important;
    }

    .logo-under-profile {
        transform: translateY(16px) translateX(29px);    
    }
}


.btn-acesso-leads:hover {
    transform: scale(1.02);
}

.btn-ranking {
    width: 100%;
    background: #edece8 !important;
    border: none !important;
    border: solid 2px var(--main-color) !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-share {
    width: 100%;
    background: var(--second-background) !important;
    border: none !important;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.btn-share:hover {
    border: none !important;
    transform: scale(1.02);
}

.btn-ranking:hover {
    background: #f5f5f5 !important;
    border: none !important;
    border: solid var(--main-color) !important;
    transform: scale(1.02);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.border {
    border-width: 1px;
    border-style: solid;
}

.card-dealer-area {
    display: flex;
    flex-direction: row;
    color: var(--main-font-color-dark);
}

.card-dealer-area h2 {
    font-size: .9rem;
}

.card-dealer-area i {
    padding-right: 15px;
    font-size: 38px;
}

.dealer-area span {
    background: var(--main-highlight);
    color: #ffffff;
    border-radius: 15px;
    padding: 5px 15px;
    position: absolute;
    right: 15px;
    top: -10px;
    font-size: 10px;
}

@media (max-width:1440px) {
    .cover-img {
        margin-top: -25em;
        width: 160% !important;
    }
}

@media (min-width:768px) {
    .cover-img {
        margin-top: -7em !important;
    }

    #totalPontuacao,
    #totalAtividades {
        font-size: 22px !important;
    }


}

@media (min-width: 1025px) {
    .form-game-container {
        border-top-left-radius: 1rem;
        border-bottom-left-radius: 1rem;
    }

}

@media screen and (max-width:1024px) {
    /* .dealer-area button {
        height: 80px !important;
    } */

    /* .dealer-area a {
        height: 80px !important;
    } */

    .card-atendimento {
        height: 150px;
    }

    .card-dealer-area {
        padding-top: 15px;
        padding-bottom: 0 !important;
    }

    .card-dealer-area .card-title {
        font-size: 11px !important;
    }

    .card-dealer-area i {
        padding-right: 15px;
        font-size: 22px !important;
    }

    .dealer-area span {
        top: -10px !important;
        right: 4px !important;
        text-align: center;
    }

    .dealer-area {
        background: #16161600 !important;
    }

    .form-game-container i {
        font-size: 15px;
    }
}

.btn-1:before {
    content: "";
    position: absolute;
    height: 250px;
    width: 50px;
    background: #ffffffd2;
    left: -55px;
    top: -40px;
    transform: rotate(37deg);
    transition: all .3s;
    opacity: 0.3;
}

.btn-1 {
    overflow: hidden;
}

.btn-1:hover:before {
    left: 95%;
}

.cover-img {
    margin-top: -25em;
    width: 500px !important;
}

.modal-title {
    font-weight: bold;
}

.modal-footer>* {
    width: 100%;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0, 3);
    border-radius: 5px;
    background-color: #ffffff;
}

::-webkit-scrollbar {
    width: 5px;
    background-color: #ffffff;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background-color: #a2a2a2;
}


/* .steps-number {
    background: #fff;
    color: #030826;
    width: 20px;
    height: 20px;
    padding: 2px 4px;
    text-align: center;
    border-radius: 50px;
    font-size: 11px;
    position: absolute;
    right: 10px;
    font-weight: bold;
} */

#atividades .card-title {
    text-transform: uppercase;
    font-size: 15px;
}

#painelPontuacao {
    /* background: #e61c14; */
    color: #fff !important;
    padding: 5px 0;
}

.z99 {
    z-index: 99;
}


.signature-container {
    width: 100%;
    /* ocupa 100% do container-pai */
    max-width: 600px;
    /* opcional, para limitar a largura máxima */
    height: 200px;
    /* altura fixa ou você pode usar vh, % etc */
}

.signature-container canvas {
    width: 100%;
    /* canvas “visível” 100% */
    height: 100%;
    /* canvas “visível” 100% */
    border: 1px solid #000;
    display: block;
    /* remove espaçamento inline */
    border-radius: 15px;
}

.f11 {
    font-size: 11px;
}


.stories .story>.item-link {
    text-decoration: none;
    color: #333;
}

.stories .story>.item-link>.item-preview {
    border-radius: 50%;
    padding: 2px;
    background: radial-gradient(ellipse at 70% 70%, #b7051b 8%, #b7051b 42%, #b7051b 58%);
}

.stories .story>.item-link>.item-preview img {
    border-radius: 50%;
    border: 3px solid #fff;
}

.stories .story.seen {
    opacity: 0.75;
}

.stories .story.seen>a>.item-preview {
    background: #999;
}

.stories .story.seen>a {
    color: #999 !important;
}

.stories.carousel {
    /* Firefox */
    scrollbar-width: thin;
    scrollbar-color: #e6e6e6 transparent;
}

/* WebKit (Chrome, Safari) */
.stories.carousel::-webkit-scrollbar {
    width: 2px;
    height: 2px;
}

.stories.carousel::-webkit-scrollbar-thumb {
    background: #e6e6e6;
    border-radius: 2px;
}

.stories.carousel::-webkit-scrollbar-track {
    background: transparent;
    /* Fundo transparente */
}


.gallery-container {
    background: white;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    margin-top: 20px;
}

.image-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    background: #f8f9fa;
    height: 100%;
}

.image-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.image-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.image-card .card-body {
    padding: 15px;
}

.image-card .card-title {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #2c3e50;
}

.image-card .btn-download {
    width: 100%;
    background: linear-gradient(to right, #3498db, #2c3e50);
    border: none;
    border-radius: 5px;
    padding: 8px;
    color: white;
    font-weight: 500;
    transition: all 0.3s;
}

.image-card .btn-download:hover {
    background: linear-gradient(to right, #2980b9, #1a252f);
    transform: scale(1.03);
}

.image-card .btn-download i {
    margin-right: 8px;
}

.preview-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
}

.preview-container.show {
    opacity: 1;
    pointer-events: all;
}

.preview-container img {
    max-width: 90%;
    max-height: 90%;
    border: 3px solid white;
    border-radius: 5px;
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.5);
}

.close-preview {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 40px;
    cursor: pointer;
    transition: transform 0.3s;
}

.close-preview:hover {
    transform: rotate(90deg);
}

.dropdown-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
    transition: all 0.2s;
}

.dropdown-item:hover {
    background-color: #e9ecef;
}

.dropdown-item .preview-icon {
    color: #3498db;
    cursor: pointer;
    margin-right: 10px;
}

.dropdown-item .download-icon {
    color: #27ae60;
    cursor: pointer;
}

.instructions {
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    padding: 15px;
    border-radius: 0 8px 8px 0;
    margin-top: 30px;
}

.instructions h4 {
    color: #0d47a1;
    margin-bottom: 10px;
}

.instructions ul {
    padding-left: 20px;
    margin-bottom: 0;
}

.instructions li {
    margin-bottom: 8px;
}

.image-preview {
    height: 50px;
    width: 50px;
    object-fit: cover;
}

.container__profile::-webkit-scrollbar {
    display: none;
}

.border-color-main{
    border: 2px solid #b7051b;
}

.profile__img_wrapper {
    width: 60px;
    height: 60px;
    border: 1px solid #2A2A2A;
    border-radius: 50%;
    cursor: pointer;
}

.grid-auto-flow-column {
    grid-auto-flow: column;
}

.profile__img {
    border-radius: 50%;
}

.profile__img_wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% + 6px);
    height: calc(100% + 6px);
    border-radius: 50%;
    background: linear-gradient(#b7051b, #b7051b);
    z-index: -1;
    border-radius: 50%;
}

.profile__wrapper p{
    font-size: 10px;
    margin-bottom: 0px !important;
    line-height: 90%;
}

.story-viewer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 1);
    z-index: 9999;
    display: none;
    perspective: 1000px;
    overflow: hidden;
}

.story-content-container {
    position: absolute;
    width: 100%;
    height: 100%;
    transition: transform 0.5s ease;
    transform-style: preserve-3d;
}

.story-content {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    backface-visibility: hidden;
}

.story-content img,
.story-content video {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.story-progress {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 0 10px;
    display: flex;
    gap: 5px;
    z-index: 1;
}

.progress-bar {
    height: 3px;
    background-color: rgba(255, 255, 255, 0.3);
    flex-grow: 1;
    border-radius: 3px;
    overflow: hidden;
}

.progress-fill {
    height: 100%;
    width: 0%;
    background-color: white;
    transition: width linear;
}

.story-nav {
    position: absolute;
    top: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    z-index: 2;
}

.story-nav-prev {
    left: 0;
}

.story-nav-next {
    right: 0;
}

.story-close {
    position: absolute;
    top: 20px;
    right: 20px;
    color: white;
    font-size: 24px;
    cursor: pointer;
    z-index: 3;
}

.viewed-story {
    opacity: 0.7;
    filter: grayscale(1);
}

.story-header {
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    color: white;
    z-index: 2;
}

.story-header img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.ios-video-fix video {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    user-select: none;
    object-fit: container;
}

.story-content {
    position: relative;
    overflow: hidden;
}

/* Prevenir ações padrão do iOS */
.story-content * {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation;
}

/* Transições 3D */
.transition-next {
    animation: nextTransition 0.5s forwards;
}

.transition-prev {
    animation: prevTransition 0.5s forwards;
}

@keyframes nextTransition {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(-180deg);
    }
}

@keyframes prevTransition {
    0% {
        transform: rotateY(0deg);
    }

    100% {
        transform: rotateY(180deg);
    }
} 
