.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload),
.e-con.e-parent:nth-of-type(n + 4):not(.e-lazyloaded):not(.e-no-lazyload) * {
    background-image: none !important;
}
@media screen and (max-height: 1024px) {
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 3):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}
@media screen and (max-height: 640px) {
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload),
    .e-con.e-parent:nth-of-type(n + 2):not(.e-lazyloaded):not(.e-no-lazyload) * {
        background-image: none !important;
    }
}

/* Loading Overlay Style */
#loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9); /* Semi-transparent white */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it stays on top */
}

/* Loading Image Style */
#loading-overlay img{
    width: 100px;
    height: 100px;
}
.no-background {
    background: none !important; /* Remove o fundo do modal */
    box-shadow: none !important; /* Remove as sombras */
}
.white-title {
    color: white !important; /* Define a cor do título como branco */
    font-size: 1.5rem;       /* Opcional: ajuste o tamanho da fonte */
}
.box-office-title {
    color: #2bb056;
    font-family: var(--e-global-typography-83682a1-font-family), Sans-serif;
    font-size: var(--e-global-typography-83682a1-font-size);
    font-weight: var(--e-global-typography-83682a1-font-weight);
    text-transform: var(--e-global-typography-83682a1-text-transform);
    font-style: var(--e-global-typography-83682a1-font-style);
    line-height: var(--e-global-typography-83682a1-line-height);
    letter-spacing: var(--e-global-typography-83682a1-letter-spacing);
    word-spacing: var(--e-global-typography-83682a1-word-spacing);
    
}
.box-office-info {
    color: #000000;
    font-family: var(--e-global-typography-83682a1-font-family), Sans-serif;
    font-size: var(--e-global-typography-83682a1-font-size);
    font-weight: var(--e-global-typography-83682a1-font-weight);
    text-transform: var(--e-global-typography-83682a1-text-transform);
    font-style: var(--e-global-typography-83682a1-font-style);
    line-height: var(--e-global-typography-83682a1-line-height);
    letter-spacing: var(--e-global-typography-83682a1-letter-spacing);
    word-spacing: var(--e-global-typography-83682a1-word-spacing);
}
.box-office-img {
    width: 50px;
    position: relative; 
    z-index: 9999;
    margin-block-end: -40px; 
    
}
.box-office-div-img {
    
    text-align: left;
}

.table-responsive table td, table th {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 0px solid #ffffff;
    background-color: #ffffff; 

}

.table-responsive table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsl(0, 0%, 100%);
}

.box-office-div-team-img{
    text-align: left;
    margin-top: -75px;
}
.box-office-team-img{
    width: 50px;
    position: relative; 
    z-index: 9999;
    margin-block-end: -40px; 
} 

/* Configuração para DESKTOP (largura maior que 1024px) */
@media screen and (min-width: 1025px) {
    .thought-bubble {
        position: absolute;
        top: 75px;
        left: 60px;
        padding: 13px;
        background: white;
        border-radius: 15px;
        border: 2px solid black;
        font-size: 16px;
        max-width: 220px;
        text-align: center;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
        display: none;
    }

    /* Pequeno rabinho do balão */
    .thought-bubble::after {
        content: "";
        position: absolute;
        bottom: 6px;
        right: -5px;
        width: 14px;
        height: 14px;
        background: white;
        border-right: 2px solid black;
        border-top: 2px solid black;
        transform: rotate(72deg);
    }
}

/* Configuração para TABLET (largura entre 768px e 1024px) */
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .thought-bubble {
        position: absolute;
        top: 75px;
        left: 60px;
        padding: 13px;
        background: white;
        border-radius: 15px;
        border: 2px solid black;
        font-size: 16px;
        max-width: 220px;
        text-align: center;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
        display: none;
    }

    /* Pequeno rabinho do balão */
    .thought-bubble::after {
        content: "";
        position: absolute;
        bottom: 6px;
        right: -5px;
        width: 14px;
        height: 14px;
        background: white;
        border-right: 2px solid black;
        border-top: 2px solid black;
        transform: rotate(72deg);
    }
}

/* Configuração para CELULAR (largura até 767px) */
@media screen and (max-width: 767px) and (max-width: 1024px) {
    .thought-bubble {
        position: absolute;
        top: 75px;
        left: 14px;
        padding: 5px;
        background: white;
        border-radius: 15px;
        border: 2px solid black;
        font-size: 14px;
        width: 30%;
        text-align: center;
        box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.3);
        display: none;
    }

    /* Pequeno rabinho do balão */
    .thought-bubble::after {
        content: "";
        position: absolute;
        bottom: 2px;
        right: -2px;
        width: 14px;
        height: 14px;
        background: white;
        border-right: 2px solid black;
        border-top: 2px solid black;
        transform: rotate(72deg);
    }
}