@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900');

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", 'Open Sans', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    color: #FFF;
    background-color: #000;
}

.pool-page .container {
    width: 90%;
    max-width: 900px;
    margin: 0 auto;
}

.pool-page .full-rounded {
    border-radius: 50%;
}

.pool-page .fb-page-logo {
    margin-top: 12%;
}

.pool-page .fb-page-success {
    margin-top: 20%;
}

.pool-page .fb-page-img {
    width: 13%;
    max-width: 72px;
}

.pool-page .fb-page-success-img {
    width: 100%;
    max-width: 100px;
}

.pool-page p.fb-page-title {
    font-weight: 600;
    font-size: 15px;
}

.pool-page p.pool-title {
    font-size: 24px;
    line-height: 125%;
    width: 100%;
}

.pool-page .pool-container {
    border: 1px solid #171717;
    padding: 20px;
    border-radius: 50px;
}

.pool-page .pool-container:hover {
    background-color: #171717;
    cursor: pointer;
}

.pool-page .header-steps {
    display: grid;
    gap: 5px;
    width: 100%;
}

.pool-page .header-steps div {
    border-radius: 0px;
    height: 5px;
}

.pool-page .header-steps.two-steps {
    grid-template-columns: 1fr 1fr;
}

.pool-page .two-steps>div:nth-child(1) {
    background: rgb(237, 116, 46);
    background: linear-gradient(90deg, rgba(237, 116, 46, 1) 0%, rgba(231, 50, 155, 1) 100%);
}

.pool-page .two-steps>div:nth-child(2) {
    background: rgb(229, 50, 160);
    background: linear-gradient(90deg, rgba(229, 50, 160, 1) 0%, rgba(118, 55, 245, 1) 100%);
}

.pool-page .header-steps.three-steps {
    grid-template-columns: 1fr 1fr 1fr;
}

.pool-page .three-steps>div:nth-child(1) {
    background: #ED742E;
    background: linear-gradient(90deg, #ED742E 0%, #E7329B 100%);
}

.pool-page .three-steps>div:nth-child(2) {
    background: #E7329B;
    background: linear-gradient(90deg, #E7329B 0%, #C233B9 100%);
}

.pool-page .three-steps>div:nth-child(3) {
    background: #C232B8;
    background: linear-gradient(90deg, #C232B8 0%, #7636F4 100%);
}

.pool-page .header-menu .menu {
    padding: 1rem 0;
}

.pool-page .header-menu .menu.container {
    display: grid;
    grid-template-columns: min-content 1fr min-content;
    width: 94% !important;
    align-items: center;
}

.hidden {
    visibility: hidden;
}

.pointer {
    cursor: pointer !important;
}

.pool-page p.followers {
    color: #A8A8A8;
    font-size: 13px;
    margin-top: -2px;
}









.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.flex-1 {
    flex-grow: 1;
}

.text-center {
    text-align: center;
}

.justify-center {
    justify-content: center;
}

.items-center {
    align-items: center;
}

.gap-y-1 {
    row-gap: 0.25rem;
}

.gap-1 {
    gap: 0.25rem;
}

.gap-y-3 {
    row-gap: 0.75rem;
}

p {
    margin: 0;
}

.mt-8 {
    margin-top: 2rem;
}

.mt-4 {
    margin-top: 1rem;
}

.q-layout {
    position: absolute;
    left: 0;
    transition: left 0.3s linear;
    background-color: #000;
    width: 100%;
    min-height: 85%;
}

.q-layout.go-left {
    left: calc(100vw * -2);
}

#q-1 {
    z-index: 100;
}

#q-2 {
    z-index: 99;
}

#q-3 {
    z-index: 98;
}

.pool-page p.success-title {
    font-size: 24px;
    line-height: 125%;
    font-weight: 600;
    width: 100%;
}


.mt-3 {
    margin-top: 0.75rem !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}

.pool-page .fechar-janela {
    font-size: 15px;
}