html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    color: #292929;
    font: 0.7em / 1.3em "Sora", sans-serif, Arial;
    background: rgb(255, 255, 255) no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
}

.bodyPremiumpay .containerBets {
    position: relative;
    background: rgb(255, 255, 255) no-repeat;
}

.bodyPremiumpay article.containerBetsCustom {
    background-color:white;
}

h1 {
    font-size: 16px;
    line-height: 1.2em;
}

p {
    font-size: 14px;
    line-height: 1.2em;
}

small {
    font-size: 80%;
    font-weight: 400;
}

header {
    box-shadow: 0 2px 4px rgba(189, 189, 189, 0.1);
}

main {
    flex: 1;
    transform: translateY(-46px);
}

.overlay {
    background-color: rgba(0, 0, 0, 0.75);
    min-height: 250px;
    display: flex;
    align-items: center;
    padding-top:20px;
    padding-bottom:20px;
}

.detailsUser {
    padding: 0px 20px 40px;
    color: #f7f7f7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 200px;
}

.descriptionTipster {
    font-size: 12px;
    font-weight: 400;
}

.nameTipster {
    width: 100%;
    font-size: 18px;
    font-weight: 600;
}

.containerImg {
    display: flex;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
}

.containerImg img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 3px solid rgb(58, 41, 245);
}

.containerImgCustom {
    display: flex;
    align-items: center;
    width: 75px;
    height: 75px;
    border-radius: 100%;
}

.containerBets {
    background: rgb(255, 255, 255);
    width: 100%;
    color: rgb(0, 0, 0);
    transition: background-color 0.3s, color 0.3s;
}

.containerBets .btnRegister img[loading="lazy"] {
    border: none;
}

li img:first-of-type {
    max-width: 80px;
    object-fit: cover;
    border-radius: 5px;
    border: 1px solid #d8d8d8;
}

.tabs {
    display: flex;
    justify-content: flex-start;
    gap: 30px;
    padding-left: 20px;
    font-size: 16px;
    transform: translateY(1.2px);
}

.tab {
    color: rgb(0, 0, 0);
    border-radius: 12px 12px 0 0;
    padding: 15px;
    cursor: pointer;
}

.tab a {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.tab.active {
    background: rgb(255, 255, 255);
    box-shadow: 0 -20px 20px 5px rgba(4, 7, 30, 0.15);
}

.noActive {
    color: rgb(255, 255, 255);
    text-decoration: none;
}

.tab.tabPremiumpay,
.tabPremiumpayCustom {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

ul {
    padding: 20px;
    margin: 0px;
    list-style-type: none;
}

small {
    padding-top: 20px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: end;
}

li {
    border-bottom: 1px solid #e0d1d1;
    padding: 20px 0px;
}

li p {
    flex: 0.8;
    margin: 0;
    font-size: 12px;
}

li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 20px 0px; */
    text-align: left;
    cursor: pointer;
    color: rgb(0, 0, 0);
    text-decoration: none;
}

li small {
    padding-top:0px;
    display: block;
    text-align: left;
    color: grey;
    font-size:6px !important;
}

li:last-child {
    border-bottom: none;
}


.btn {
    display: inline-block;
    text-align: center;
    padding: 1em 1em;
    font-size: 12px;
    color: white;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s, color 0.3s, transform 0.3s;
}

.btn:hover,
.btn:active {
    color: white;
}

.btnRegister {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
    background-color: #3a29f5;
}

.btnRegister img {
    margin-left: 8px;
    width: 12px;
    height: 12px;
}

.btnRegister:hover,
.btnRegister:active {
    color: white;
}

li a:hover .btnRegister,
li a:active .btnRegister {
    background-color: rgb(19, 2, 205);
}

#footer {
    max-width: 600px;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    color: white;
}

#footer p {
    margin: 0;
    padding-top: 0.5em;
    font-size: 12px;
}

footer small {
    color:black;
}


.footerLogos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}
.footerLogos span {
    cursor: pointer;
}

body:not(.bodyCustom) #footer p span {
    color: black;
}

.bodyCustom #footer small {
    color: white;
}

iframe {
    width: 100%;
    height: 100vh;
    border: none;
    overflow: hidden;
}

.bodyCustom {
    position: relative;
    margin: 0;
    padding: 0;
    color: #292929;
    font: 0.7em / 1.3em "Sora", sans-serif, Arial;
    background: rgb(0, 0, 0) no-repeat;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.containerImgCustom img {
    width: 70px;
    height: 70px;
    border-radius: 100%;
    object-fit: cover;
    border: 5px solid black;
}

.containerBetsCustom {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.containerBetsCustom li img:first-of-type {
    border: 1px solid #302a2a;
}

.btnRegisterCustom img {
    border: none !important;
}

.containerBetsCustom li {
    border-bottom: 1px solid #302a2a;
}

.containerBetsCustom li a {
    color: rgb(255, 255, 255);
}

.containerBetsCustom .btnRegister img[loading="lazy"] {
    border: none;
}

.tab.activeCustom {
    background: rgb(0, 0, 0);
    box-shadow: 0 -5x 20px 5px rgba(100, 60, 245, 0.3);
    color: white;
}

.tab.active {
    border-bottom: none;
}

.tab.active,
.tabPremiumpayCustom {
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255);
}

.btnRegisterCustom img {
    margin-left: 8px;
    width: 12px;
    height: 12px;
}

.btnRegisterCustom {
    display: flex;
    align-items: center;
    padding: 10px 15px;
    font-size: 12px;
    color: white;
    text-decoration: none;
    border-radius: 100px;
}

@media screen and (min-width: 600px) {
    ul {
        width: 600px;
        margin: 0 auto;
    }

    li p {
        flex: 0.5;
        font-size: 16px;
    }

    .btnRegister {
        font-size: 14px;
    }

    li img {
        max-width: 80px;
    }

    .detailsUser,
    .tabs {
        width: 600px;
        margin: 0 auto;
    }

    .btnRegisterCustom {
        font-size: 14px;
    }

    .containerImg img {
        width: 100px;
        height: 100px;
    }
    .containerImgCustom img {
        width: 100px;
        height: 100px;
    }
    .containerImgCustom {
        width: 105px;
        height: 105px;
    }
}