@import url('https://fonts.googleapis.com/css2?family=Barlow: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&display=swap');

html, body {
    font-family: "Barlow", sans-serif;
    width: 100%;
    height: 100%;
}

.form-control {
    outline: none;
    box-shadow: none !important;
}

.wrapper {
    display: table;
    width: 100%;
    height: 100%;
    padding: 50px 0
}

.wrapper-content {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

.home {
    background-color: #102329;
}

    .home .left-image span {
        font-size: 11px;
        color: #AFE6F8
    }

    .home .left-image img {
        margin-top: -30px;
    }

    .home h1 {
        margin-top: 20px;
        margin-left: 30px;
        font-size: 50px;
        font-weight: 700;
        color: #00FF3C;
        line-height: 1;
    }

    .home .left-text {
        margin-top: 30px;
        margin-left: 30px;
        padding-right: 50px;
        font-size: 16px;
        color: #AFE6F8;
        text-align: justify;
    }

    .home .form {
        margin-top: 30px;
        margin-left: 30px;
        padding-right: 50px;
    }

        .home .form input[type=email] {
            font-size: 14px;
            width: 300px !important;
            padding: 18px 22px;
            border: 1px solid #264B57;
            background-color: #1A3A44;
            color: #AFE6F8;
            border-radius: 5px;
            margin-right: 10px;
        }

        .home .form input[type=email]::placeholder {
            color: #AFE6F8;
        }

        .home .form .btn-success {
            font-size: 14px;
            font-weight: 700;
            padding: 18px 22px;
            background-color: #33FF00;
            color: #0B0F13;
            border-radius: 5px;
            margin-right: 10px;
        }

        .home .form .btn-warning {
            font-size: 14px;
            font-weight: 700;
            padding: 18px 22px;
            background-color: #FFD000;
            color: #0B0F13;
            border-radius: 5px;
        }

        .home .form .form-info {
            margin-top: 20px;
            font-size: 14px;
            color: #AFE6F8;
        }

        .home .footer {
            font-size: 13px;
            color: #599EA8
        }

        .home .footer a {
                text-decoration: none;
                color: #599EA8
            }

    .home .popup {
        position: fixed;
        z-index: 10;
        top:0;
        left:0;
        width: 100%;
        height: 100%;
        background-color: #102329;
        overflow-y: auto;

    }

        .home .popup .close {
            position: absolute;
            top: 10px;
            right: 30px;
            font-size: 40px;
            color: #AFE6F8;
            text-decoration: none;
        }

        .home .popup .content {
            padding: 70px 15px 0 15px;
        }

        .home .popup .content div.logo {
            text-align: center;
        }

        .home .popup .content img.logo {
            width: 300px;
        }

        .home .popup .content .text-content {
            margin-top: 15px;
            padding: 0 15px;
            font-size: 13px;
            text-align: center;
            color: #AFE6F8;
        }

        .home .popup .content .sample-text {
            font-size: 11px;
            color: #AFE6F8
        }


.panel {
    background-color: #102329;
}

    .panel .header {

    }

        .panel .header .btn-warning {
            padding: 20px 30px;
            font-weight: 800;
            background-color: #FFD000;
            color: #0B0F13
        }

        .panel .header .btn-success {
            padding: 20px 30px;
            font-weight: 800;
            background-color: #00FF3C;
            color: #0B0F13
        }

            .panel .header .btn-success span {
                font-weight: 300;
            }

            .panel .header img.logo {
                height: 140px;
            }

    .panel .tools {
        margin-top: 50px;
    }

        .panel .tools .tools-left .day-view {
            background-color: #244F5C;
            padding: 20px 10px;
            border-radius: 5px;
            margin-right: 30px;
        }

            .panel .tools .tools-left .day-view .day {
                color: #75BAD0;
                text-align: center;
            }

            .panel .tools .tools-left .day-view .day-one {
                border-right: 1px solid #75BAD0;
            }

            .panel .tools .tools-left .day-view .day b {
                font-size: 50px;
                font-weight: 600;
                padding: 0 20px;
                line-height: 1;
            }

            .panel .tools .tools-left .prize-view .title {
                font-size: 20px;
                font-weight: 600;
                color: #75BAD0
            }

            .panel .tools .tools-left .prize-view .prize {
                font-size: 90px;
                font-weight: 800;
                color: #00FF3C;
                line-height: 1;
            }

        .panel .tools .tools-right {
            text-align: right;
        }

        .panel .tools .tools-right .text1 {
            font-size: 30px;
            color: #fff;
            font-weight: 800;
            line-height: 1;
        }

        .panel .tools .tools-right .text2 {
            font-size: 30px;
            color: #00FF3C;
            font-weight: 800;
            line-height: 1;
        }

        .panel .tools .tools-right .text-info {
            margin-top: 15px;
            color: #75BAD0 !important;
        }

        .panel .bonus-items {
            margin-top: 50px;
        }

            .panel .bonus-items .col {
                padding-right: 5px;
                padding-left: 5px;
            }

            .panel .bonus-items .col:first-child {
                padding-left: 15px;
            }

            .panel .bonus-items .col:last-child {
                padding-right: 15px;
            }

            .panel .bonus-items .bonus-item .status {
                border-radius: 8px 8px 0 0;
                text-align: center;
                padding: 8px 0 12px 0;
                font-weight: 600;
            }

            .panel .bonus-items .bonus-item.active .status { background-color: #00FF3C }
            .panel .bonus-items .bonus-item.passive .status { background-color: #FFD000 }
            .panel .bonus-items .bonus-item.disable .status { background-color: #FF0000; color: #fff }

            .panel .bonus-items .bonus-item .title {
                padding: 10px 0;
                margin-top: -8px;
                border-radius: 8px 8px 0 0;
                background-color: #10272E;
                border-left: 1px solid #183741;
                border-right: 1px solid #183741;
                color: #75BAD0;
                font-size: 14px;
                font-weight: 700;
                text-align: center;
            }

            .panel .bonus-items .bonus-item .content {
                position: relative;
                height: 300px;
                background-color: #183741;
                border-radius: 0 0 8px 8px;
                padding: 15px 0;
            }

            .panel .bonus-items .bonus-item .content .day {
                font-size: 13px;
                color: #AFE6F8
            }

            .panel .bonus-items .bonus-item .content .day span.question {
                font-size: 30px;
                line-height: 1;
                color: #47879B
            }

            .panel .bonus-items .bonus-item .content .timer {
                margin-top: 20px;
                padding-left: 10px;
                line-height: 1;
            }

            .panel .bonus-items .bonus-item .content .timer .block {
                background-color: #2b5360;
                border-radius: 4px;
                width: 50px;
                float: left;
                padding: 10px 0;
                color: #fff;
                font-size: 13px
            }

            .panel .bonus-items .bonus-item .content .timer .block b {
                font-size: 20px;
                line-height: 1;
                display: block;
                margin-bottom: 5px;
            }

            .panel .bonus-items .bonus-item .content .timer .block:nth-child(2) {
                margin-left: 3px;
                margin-right: 3px;
            }

            .panel .bonus-items .bonus-item .content .notimer {
                margin-top: 30px;
                font-size: 13px;
                color: #47879B;
                line-height: 1.2;
            }

            .panel .bonus-items .bonus-item .content .notimer span {
                color: #00FF3C;
            }

            .panel .bonus-items .bonus-item .content .prize {
                position: absolute;
                width: 100%;
                bottom: 65px;
                font-size: 38px;
                font-weight: 700;
                line-height: 1;
                color: #00FF3C;
            }

            .panel .bonus-items .bonus-item .content .btn-apply {
                position: absolute;
                left: 10px;
                right: 10px;
                bottom: 10px;
                font-size: 12px;
                font-weight: 600;
                background-color: #1F4653;
                border: none;
                padding: 10px 0
            }

            .panel .bonus-items .bonus-item.active .content .btn-apply {
                color: #0B0F13;
                background-color: #00FF3C;
            }

    .panel .footer {
        font-size: 13px;
        color: #599EA8
    }

    .panel .footer a {
        text-decoration: none;
        color: #599EA8
    }

@media screen and (max-width: 600px) {

    .home {
        background-image: url("../img/right-mobile-bg.jpg");
        background-repeat: no-repeat;
        background-size: contain;
        background-position: top;
    }

        .home .right {
            padding-top: 350px;
        }

        .home h1 {
            margin-left: 0;
            font-size: 28px;
            text-align: center;
        }

        .home .form {
            margin-left: 0;
            padding-left: 15px;
            padding-right: 15px;
        }

        .home .form input[type=email] {
            width: 100% !important;
            text-align: center;
            margin-bottom: 10px;
        }

        .home .form .btn-success,
        .home .form .btn-warning {
            display: block;
            width: 100%;
        }

        .home .form .btn-warning {
            margin-top: 15px
        }

        .home .form .btn-secondary {
            display: block;
            font-size: 12px;
            padding: 18px 22px;
            background-color: #1A3A44;
            border: none;
            color: #75BAD0;
            width: 100%;
            margin-top: 20px;
        }

        .home .form .form-info {
            font-size: 12px;
            justify-content: center !important;
        }

        .home .footer {
            padding-left: 15px;
            padding-right: 15px;
        }

        .home .footer .biabet-logo {
            width: 100px;
        }

    .panel {}

        .panel .header img.logo {
            height: 60px;
        }

        .panel .header .btn-success {
            padding: 10px 15px;
        }

        .panel .tools .tools-left .prize-view .prize {
            font-size: 50px;
        }

        .panel .tools .tools-left .day-view {
            padding: 10px 10px
        }

            .panel .tools .tools-left .day-view .day b {
                font-size: 20px
            }

        .panel .tools .tools-right {
            margin-top: 30px;
            text-align: center;
        }

        .panel .tools .tools-right .text2 {
            margin-top: 15px;
        }

        .panel .tools .tools-right .text-info {
            font-size: 11px
        }

        .panel .tools .tools-left .prize-view .title {
            font-size: 14px;
        }

        .panel .row.bonus-items {
            margin-top: 30px;
            width: 100vw;
            overflow: hidden;
        }

        .panel .footer .biabet-logo {
            width: 100px;
        }

    .owl-carousel .owl-item img {
        display: inline;
        width: auto;
    }

    .owl-carousel .owl-item .col {
        padding: 5px !important;
    }
    .panel .tools .tools-right .text1{
        font-size: 16pt;
    }
    .panel .tools .tools-right .text2{
        font-size: 14pt;
        margin-top: 0;
    }
    .panel .tools .tools-right{
        margin-top: 10px;
    }
    .panel .tools .tools-right .text-info{
        margin-top: 5px;
    }
    .panel .row.bonus-items{
        margin-top: 10px;
    }
    .panel .tools{
        margin-top: 10px;
    }
}
.button{
    text-decoration: none;
    width: 100%;
    text-align: center;
    margin-top: 50px;
    display: inline-block;
    background: #244F5C;
    color: #75BAD0;
    font-weight: bold;
    font-size: 20pt;
    padding: 20px 0;
    border-radius: 10px;
}
.btn-link{
    color: #75BAD0;
    margin-top: 10px;
}
.btn-link:hover{
    color: #244F5C;
}
.button.small-btn{
    padding: 10px 20px;
    font-size: 14pt;
    width: auto;
    margin-top: 10px;
}
.query_alert{
    color: #75BAD0;
    margin-top: 50px;
    display: inline-block;
    width: 100%;
    text-align: center;
}
div:where(.swal2-container) div:where(.swal2-popup){
    background: #163037 !important;
    color: #75BAD0 !important;
}
div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm){
    background: #00FF3C !important;
    color: #0B0F13 !important;
}
.panel .bonus-items .bonus-item.disable .content .prize{
    color: #47879B;
}