.vipModalContent {
    background-color: transparent;
    height: 100vh;
    width: 100%;
    /* position: absolute; */
    /* top: 52%; */
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    padding: 20px 20px 30px 20px;
    overflow-y: hidden;

}

.vipModalText>span {
    color: rgba(255, 226, 110, 0.9) !important;
    font-weight: 600;
    font-size: l6px;
    font-family: inter;
    font-weight: bold;
}

.vipModalText {
    color: #fff;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    text-align: left;
    margin-top: 15px !important;
    font-weight: normal;
}

.vipModalButtonClose {
    height: 15px;
    width: 15px;
    background-color: transparent;
    background-image: url('https://bora-jogar.art/bajibr%20Assets/VIP/vipAssets/close.svg');
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
    float: right;
    margin-top: -5px;
}

.vipTableContainer {
    display: block;
    margin: 15px auto;
}

.vipTable {
    margin: auto;
    margin-bottom: 25px;
}

.vipTable>thead {
    background-color: #1b2639;
}

.vipTableHead {
    text-align: center;
    font-family: inter, 'sans-serif';
    font-size: 13px !important;
    font-style: normal;
    font-weight: bold;
    line-height: normal;
    text-transform: capitalize;
    text-align: center;
    background: var(--dourado, linear-gradient(180deg, #a17338 0%, #f3da84 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border: 0.4px solid #000;
    padding: 5px 5px 5px 5px;
    width: 161px;
}

.vipTableData {
    color: #fff;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
    border: 0.4px solid #000;
    background: #1b2639;
    padding: 10px 20px 10px 20px;
}

.vipModalContent>ul li {
    color: var(--fg-invert-primary, #f5f7f8);
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 24px;
    /* 16.952px */
    padding: 0;
    text-align: left !important;
}


@media screen and (max-width:480px) {
    .vipModalContent {
        overflow-y: unset;
    }

    .vipModalContent>ul li {
        color: var(--fg-invert-primary, #f5f7f8);
        font-family: Inter;
        font-size: 14px;
        font-style: normal;
        font-weight: normal;
        line-height: 24px;

        margin-left: -15px;
        /* 16.952px */
    }

    .vipModalContent>ul>li span {
        position: relative;
    }

}