body {
    margin: 0;
    padding: 0;
    font-family: "Roboto", sans-serif;
    background-color: #121214;
}

header {
    width: 100%;
    background-color: #121214;
    border-bottom: 1px solid #202024;
}

button {
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    border-radius: 8px;
    opacity: 1;
    color: white;
    cursor: pointer;
}

button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

input {
    width: 80%;
    height: 48px;
    padding: 10px;
    box-sizing: border-box;
    background: transparent;
    border: 2px solid #333333;
    color: #fff;
    border-radius: 8px;
    opacity: 1;
    margin-top: 32px;
}

input::placeholder {
    text-align: left;
    font: normal normal normal 14px/88px "Roboto", sans-serif;
    letter-spacing: 0.45px;
    color: #5b5b5b;
    opacity: 1;
}

.blur {
    filter: blur(5px);
}

.hidden {
    display: none;
}

.flex {
    display: flex;
    align-items: center;
    margin-bottom: 24px;
}

.green {
    background-color: #12f593;
}

.size {
    width: 100%;
    height: 100vh;
}

.circle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

.border-red {
    border: 1px solid #e0054f;
}

.prev,
.next {
    background: #e0054f 0% 0% no-repeat padding-box;
    border: none;
    cursor: pointer;
    z-index: 9999;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.prev {
    position: absolute;
    left: 0;
}

.next {
    position: absolute;
    right: 0;
}

/* carousel */
.carousel-container {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    z-index: 1;
}

.carousel-item {
    flex: 0 0 auto;
    height: auto;
    z-index: 1;
    color: white;
}

.carousel-wrapper {
    display: flex;
}

.carousel-tips-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

#carousel-tips {
    display: flex;
    max-width: 780px;
}

.carousel-item-card {
    max-width: 348px;
    padding: 18px;
    flex: 0 0 auto;
    margin-top: 24px;
    background: #202024 0% 0% no-repeat padding-box;
    width: 80%;
    margin-right: 20px;
    height: auto;
    border-radius: 4px;
    opacity: 1;
    flex-shrink: 0;
}

.banner {
    background-size: cover;
    background-position: center;
}

/* Background por esporte */
.banner-futebol {
    background-image: url("../assets/bg-futebol.png");
    background-size: cover;
    background-position: center;
}

/* Step-1 */
.container-step-1 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bg-step-1 {
    background-image: url("../assets/raios.png");
    background-size: cover;
    background-position: center;
}

.logo-step-1 {
    width: 75px;
    height: 75px;
}

.text-info-step-1 {
    margin-top: 32px;
    font: normal normal 600 14px "Roboto", sans-serif;
    letter-spacing: 0.51px;
    color: #747474;
    opacity: 1;
}

.button-step-1 {
    width: 80%;
    height: 48px;
    margin-top: 45px;
    background: #e0054f 0% 0% no-repeat padding-box;
}

.button-text-step-1 {
    text-align: center;
    font: normal normal 400 14px "Roboto", sans-serif;
    letter-spacing: 0.51px;
}

.button-step-1 img {
    margin-left: 12.5px;
}

/* Step 2 */

.container-step-2 {
    width: 100%;
    height: 100vh;
}

.main-step-2 {
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.medal {
    width: 14px;
    height: 20px;
    margin-right: 9px;
}

.carousel-item-card-title {
    text-align: left;
    font: normal normal 600 13px/18px "Roboto", sans-serif;
    letter-spacing: 0.52px;
    color: #e0054f;
    text-transform: uppercase;
    opacity: 1;
}

.carousel-item-card-description {
    text-align: left;
    font: normal normal 500 14px/22px "Roboto", sans-serif;
    letter-spacing: 0.52px;
    color: white;
    opacity: 1;
}

.button-step-2 {
    width: 100%;
    height: 38px;
    background: #a014cc 0% 0% no-repeat padding-box;
}
.button-step-6 {
    width: 100%;
    height: 38px;
    background:#71df26;
}



.button-text-step-2 {
    text-align: center;
    font: normal normal 400 14px "Roboto", sans-serif;
    letter-spacing: 0.51px;
}

.button-step-2 img {
    margin-left: 12.5px;
}

.button-step-3 {
    width: 232px;
    height: 35px;
    background: #0044ff 0% 0% no-repeat padding-box;
    border-radius: 18px;
}

.button-text-step-3 {
    text-align: center;
    font: normal normal 700 12px/16px "Roboto", sans-serif;
    letter-spacing: 0.38px;
    color: #fff;
}

.section {
    margin-top: 35px;
}

.section-title {
    text-align: left;
    font: normal normal 500 16px "Roboto", sans-serif;
    letter-spacing: 0.64px;
    color: white;
    opacity: 1;
}

.sports-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    justify-items: center;
}

.sport-item {
    width: 100%;
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
}

.sport-image {
    width: 100px;
    height: 100px;
    border: 1px solid #12f593;
    border-radius: 8px;
    opacity: 1;
}

.sport-image.disabled {
    opacity: 0.2;
    filter: grayscale(100%);
    pointer-events: none;
}

.sport-icon {
    width: 14px;
    height: 20px;
    margin-right: 9px;
}

.spot-title {
    text-align: left;
    font: normal normal 400 12px "Roboto", sans-serif;
    letter-spacing: 0.64px;
    color: white;
    opacity: 1;
    cursor: pointer;
}

.promotion-bar {
    margin-top: 24px;
    background-color: #4caf50;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-radius: 4px;
    font: normal normal 400 14px "Roboto", sans-serif;
}

.promotion-icon {
    font-size: 18px;
    margin-right: 8px;
}

.promotion-text {
    flex-grow: 1;
    margin-right: 10px;
}

.promotion-btn {
    background-color: #ffffff;
    color: #4caf50;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
    border-radius: 3px;
    font-weight: bold;
    text-decoration: none;
}

.promotion-btn:hover {
    background-color: #f0f0f0;
}

.promotion-close {
    font-size: 18px;
    cursor: pointer;
    margin-left: 10px;
}

.promotion-close:hover {
    color: #ff0000;
}

/* Step 3 */
.container-step-3 {
    width: 100%;
    height: 100vh;
}

.main-step-3 {
    width: 100%;
    padding: 16px;
    display: flex;
    flex-direction: column;
}

.iframe-container {
    position: relative;
    width: 100%;
    height: 950px;
    margin-top: 24px;
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.card-futebol {
    width: 348px;
    padding: 14px 6px 0px 6px;
}

.card-futebol-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #20202494 0% 0% no-repeat padding-box;
    border-radius: 8px;
    padding: 8px;
    margin-bottom: 14px;
}

.card-futebol-footer {
    display: flex;
    justify-content: space-between;
    margin-top: 0px;
}

.date-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.date {
    text-align: left;
    font: normal normal normal 10px/10px "Roboto", sans-serif;
    letter-spacing: 0.26px;
    color: #ffffff;
}

.team-group {
    display: flex;
    justify-content: space-around;
}

.team-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team {
    height: 45px;
}

.team-name {
    text-align: left;
    font: normal normal 400 11px/15px "Roboto", sans-serif;
    letter-spacing: 0.35px;
    color: #ffffff;
    margin-top: 0px;
}

.indication-bet {
    text-align: left;
    font: normal normal medium 13px/18px "Roboto", sans-serif;
    letter-spacing: 0.42px;
    color: #ffffff;
}

.odd {
    text-align: left;
    font: normal normal medium 12px/16px "Roboto", sans-serif;
    letter-spacing: 0.38px;
    color: #ffffff;
}

.carousel-item-earning {
    position: relative;
    overflow: hidden;
    min-width: 247px;
    display: flex;
    flex-direction: column;
    margin-right: 8px;
}

.carousel-item-earning-content {
    position: relative;
    border-radius: 4px;
    padding: 5px;
    margin-top: 15px;
}

.carousel-background-game {
    position: absolute;
    top: -12px;
    right: -21px;
    width: 240px;
    height: 55px;
    background-size: cover;
    z-index: 99999;
}

.carousel-item-earning-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.carousel-item-earning-header img {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 5px;
}

.earning-user-name {
    font: normal normal bold 12px/16px "Roboto", sans-serif;
    letter-spacing: 0.38px;
    color: #0ab800;
}

.earning-win-title {
    font: normal normal bold 12px/16px "Roboto", sans-serif;
    letter-spacing: 0.38px;
    color: #f9f9f9;
}

.earning-sub-title {
    font: normal normal 500 9px/11px "Roboto", sans-serif;
    letter-spacing: 0.29px;
    color: #979797;
}

.earning-values {
    font: normal normal bold 10px/13px "Roboto", sans-serif;
    letter-spacing: 0.32px;
    color: #f9f9f9;
}

.carousel-item-earning-message {
    margin-top: 5px;
    font: normal normal 400 14px/22px "Roboto", sans-serif;
    letter-spacing: 0.56px;
    color: #ffffff;
}

/* Animation */
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 85%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loader {
    border: 6px solid rgba(0, 0, 0, 0.284);
    border-top: 6px solid #e0054f;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    animation: spin 2s linear infinite;
}

.floating-button-container {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
}

.floating-button {
    background-color: #25d366;
    color: white;
    border: none;
    padding: 5px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease;
}

.floating-button:hover {
    background-color: #18b652;
}

.floating-button img {
    width: 45px;
}

.floating-button.telegram {
    background-color: #039be5;
}

.floating-button.instagram {
    background-color: #dd2a7b;
}

.floating-button.instagram img {
    width: 25px;
    margin: 5px;
}
#pulse2 {

    position: relative;
}
#pulse {
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    position: relative;
}

#pulse:hover {
    -webkit-animation: none;
    animation: none;
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    to {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (min-width: 768px) {
    .container-step-1 {
        padding: 200px 0px;
    }

    .container-step-1,
    .container-step-2,
    .container-step-3 {
        max-width: 830px;
        margin: 0 auto;
    }

    .carousel-container-column {
        overflow: hidden;
        display: flex;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-direction: row;
        justify-content: center;
    }

    .container-tips {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        max-width: 905px;
        margin: 0 auto;
        position: relative;
        min-height: 230px;
    }
}

@media only screen and (max-width: 767px) {
    .container-step-1 {
        padding: 200px 0px;
    }

    .container-step-2,
    .container-step-3 {
        padding: 0px;
    }

    .carousel-container-column {
        overflow: hidden;
        scrollbar-width: none;
        -ms-overflow-style: none;
        flex-direction: column;
    }

    .prev,
    .next {
        display: none;
    }

    .container-tips {
        display: flex;
        min-height: 230px;
        margin-right: 5px;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
    }

    .carousel-item-card {
        width: auto;
        height: 200px !important;
        max-height: 187px;
        margin-right: 0px;
        height: auto;
        border-radius: 4px;
    }

    .carousel-item-card-fixed {
        width: auto;
        height: 197px;
        margin-right: 0px;
    }

    .card-futebol {
        width: 320px;
        margin-right: 20px;
        max-height: 199px;
        scroll-snap-align: start;
    }

    .iframe-container {
        position: relative;
        width: 95%;
        margin-top: 23px;
    }

    .main-step-3 {
        padding: 16px 0px 16px 16px;
    }

    .promotion-bar {
        font: normal normal 400 12px "Roboto", sans-serif;
    }
}

@media (min-width: 600px) {
    .suggestion-content p {
        margin: 0;
        font-size: 14px;
    }

    .telegram-icon img {
        width: 45px;
        height: 45px;
    }

    .live-icon {
        position: absolute;
        top: -22px;
        left: 10%;
        z-index: 1;
    }

    .live-icon img {
        width: 60px;
        height: auto;
    }
}

@media (max-width: 600px) {
    .floating-button-container {
        bottom: 10px;
        right: 10px;
    }

    .suggestion {
        margin: 0 10px;
        height: 30px;
    }

    .suggestion-content {
        height: 25px;
        width: 99%;
    }

    .suggestion-content p {
        font-size: 11px;
    }

    .live-icon {
        left: 10%;
    }

    .live-icon img {
        width: 50px;
        height: auto;
    }

    .telegram-icon img {
        width: 30px;
        height: 30px;
    }

    .suggestion-content p {
        padding: 0;
        margin: 0;
    }

    .live-icon {
        position: absolute;
        top: -22px;
        left: 10%;
        z-index: 1;
    }

    .live-icon img {
        width: 50px;
        height: auto;
    }
}

.grayscale-locked {
    position: relative;
}

.grayscale-locked::after {
    -webkit-backdrop-filter: grayscale(100%);
    backdrop-filter: grayscale(100%);
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.overlap {
    position: relative;
    z-index: 1;
}

.container-locked {
    display: flex;
    justify-content: center;
    align-items: center;
}

.container-locked p {
    color: #ffffff;
    text-transform: uppercase;
    font: normal normal 600 10px/12px "Roboto", sans-serif;
}

.container-locked span {
    color: #ffffff;
}

.container-locked span {
    margin-top: 8px;
    color: #ffffff;
}

.img-locked {
    width: 45px;
}

.container-locked-button {
    display: flex;
    justify-content: center;
    padding: 5px;
}

/* CSS do telegram */

.suggestion-container {
    position: relative;
    width: 100%;
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    max-width: 100%;
}

.suggestion {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #2bc653;
    color: white;
    padding: 5px;
    border-radius: 25px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.suggestion-content {
    flex: 1;
    padding: 5px;
}

.suggestion-content strong {
    text-decoration: underline;
}

.suggestion-content a {
    color: white;
    font-weight: bold;
    text-decoration: none;
}

.telegram-icon {
    display: flex;
}

/* Pro badge */
.plan-badge {
    position: relative;
    display: flex;
    justify-content: center;
    top: -14px;
    z-index: 3;
}

.line-plan-badge {
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 5px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    padding: 5px 30px;
    border-radius: 20px;
    font-weight: bold;
    text-align: center;
    z-index: 3;
}

.color-badge-basic {
    background-color: #00cc44;
    color: #fff;
}

.color-badge-pro {
    background-color: #f5a623;
    color: #fff;
}

.color-badge-free {
    background-color: #fff;
    color: #121214;
}

.button-left-arrow {
    display: flex;
    border-radius: 50%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    background: #36363b 0% 0% no-repeat padding-box;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.button-left-arrow img {
    width: 15px;
    height: 17px;
}