.containermodalInfluencer {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0px;
    top: 0px;
    background-color: rgba(0, 0, 0, .4);
    width: 100%;
    height: 100dvh;
    opacity: 0;
    pointer-events: none;
    transition: .3s;
    z-index: 99999999999999 !important;
    font-weight: 500;
    line-height: 120%;
}

.containermodalInfluencer.open {
    opacity: 1;
    pointer-events: all;
    backdrop-filter: blur(2px);
    -webkit-backdrop-filter: blur(2px);
}

/* Modal IOF */
.modalInfluencer {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90vw;
    max-width: 360px;
    height: auto;
    border-radius: 20px;
    border: 1px solid;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 20px;
    background: #0B0B00;
}

.modalInfluencer .glowEffect {
    position: absolute;
    top: -220px;
    width: 320px;
    height: 320px;
    background: #0B0B00;
    background: linear-gradient(264deg, rgba(243, 235, 26, 0.4) 0%, rgba(78, 76, 4, 0.4) 100%);
    opacity: .3;
    border-radius: 50%;
    filter: blur(60px);

}

.modalInfluencer .buttonCloseAtt {
    position: absolute;
    right: 10px;
    top: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    z-index: 9;
    transition: .3s;
    cursor: pointer;
    border-radius: 8px;
    background-color: #FFFFFF0D;
}


.modalInfluencer .buttonCloseAtt svg {
    fill: #F3EB1A;
    height: 10px;
}

.modalInfluencer .divOferta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
}

.modalInfluencer .svgCheck {
    width: 20px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalInfluencer .titleSection {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.modalInfluencer .descriptionArea {
    margin-top: 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 400;
    line-height: 100%;
    color: #FFFFFFB2;
    padding-left: 48px;
    padding-right: 40px;
}

.modalInfluencer .descriptionArea2 {
    margin-top: 19px;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #F3EB1A;
}


.modalInfluencer .descriptionArea2 span {
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.modalInfluencer .games {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.modalInfluencer .games div {
    position: relative;
}

.modalInfluencer .games div img {
    display: block;
    margin: 0 auto;
    width: 73px;
    width: 100%;
    border-radius: 7.07px;
    border-width: 2px;
    opacity: 1;

}

.modalInfluencer .games div span {
    position: absolute;
    top: -7px;
    right: -7px;
    width: 20px;
    height: 20px;
    background-color: #F3EB1A;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px;
}

.modalInfluencer .games div span img {
    width: 12px;
    height: 12px;
}

.modalInfluencer .games h1 {
    font-weight: 400;
    font-size: 14px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #F3EB1A;
    padding-top: 5px;
}

.modalInfluencer .games p {
    font-weight: 400;
    font-size: 10px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF;
}

.modalInfluencer .game-item.selected {
    transition: filter 0.3s ease;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0 0 0 2px #F3EB1A;
}

.modalInfluencer .game-item.game-unselected {
    filter: brightness(0.4);
}

.modalInfluencer .game-item {
    cursor: pointer;
}

.modalInfluencer .game-item-wrapper {
    position: relative;
    display: inline-block;
}

.modalInfluencer .check-icon {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 24px;
    height: 24px;
    z-index: 2;
}

.modalInfluencer .cardAviso {
    width: 100%;
    border-radius: 5px;
    background-color: #313102;
    padding: 8px;
    display: flex;
    align-items: center;
    opacity: 1;
}

.modalInfluencer .aviso-content {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.modalInfluencer .aviso-content img {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin-top: 2px;
}

.modalInfluencer .aviso-content p {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #F3EB1A;
    margin: 0;
}


.modalInfluencer .buttons {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.modalInfluencer .buttonSelecionar {
    width: 50%;
    height: 50px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #F2E626;
    background-color: #F2E626;
    cursor: pointer;
}

.modalInfluencer .buttonSelecionar p {
    font-weight: 700;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #000000;
}

.modalInfluencer .buttonFechar {
    width: 50%;
    height: 50px;
    opacity: 1;
    top: 406px;
    left: 20px;
    border-radius: 10px;
    border-width: 1px;
    border: 1px solid #FFFFFF66;
    background-color: #0B0B00;
}

.modalInfluencer .buttonFechar p {
    font-weight: 600;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0%;
    text-align: center;
    color: #FFFFFF9E;
}

.activated .tittleModo {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 20px;
    background-color: #F2E626;
}