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

:root {
    --mastergreen: rgba(232, 197, 118, 1);
    --mastergreen-hover: #38b519;
    --masteryellow: #0f169e;
}

body {
    font-family: 'Hanken Grotesk', sans-serif;
    background-color: #0B0F13;
    padding: 0;
    margin: 0;
}

i.ti {
    font-size: 16px
}

.btn-mastergreen {
    background-color: var(--mastergreen);
    border-color: var(--mastergreen);
    color: #0B0F13;
    font-weight: 700;
    padding: 10px 20px;
}

.btn-mastergreen:hover {
    background-color: var(--mastergreen-hover) !important;
    border-color: var(--mastergreen-hover) !important;
}

input.form-control.custom-control {
    border-color: #1F2A34;
    background-color: #1F2A34;
    color: #708DAA;
    padding: 12px;
    border-radius: 5px;
    font-size: 14px;
    box-shadow: none;
}

input.form-control.custom-control::placeholder {
    color: #708DAA;
    opacity: 1;
}

.modal-backdrop.show {
    background-color: #394b5e;
    opacity: .7;
}

/* -- Styles Begin -- */

header {
    background-color: #0B0F13;
    position: sticky;
    z-index: 10;
    top: 0;
    border-bottom: 1px solid #1D2834;
    display: flex;
    justify-content: space-between;
    height: 76px;
}

    header .header-left {
        display: flex;
        justify-content: flex-start;
    }

    header .logo {
        padding: 5px 19px
    }

    header .logo img {
        height: 56px;
    }

    header .prize {
        position: relative;
        display: flex;
        justify-content: flex-start;
        height: 75px;
        background: linear-gradient(85deg, var(--mastergreen) -50%, rgba(0, 0, 0, 0) 60%);
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 30px;
        box-sizing: border-box;
        border-right: 1px solid #1D2834;
        min-width: 250px;
    }
header .prize .icon{
    padding: 7px;
}
        header .prize .icon img {
            height: 30px
        }

        header .prize .prize-text {
            color: #B1BAC3;
            font-size: 11px;
            position: absolute;
            left: 72px
        }

        header .prize .prize-value {
            margin-top: 11px;
            margin-left: 10px;
            color: var(--mastergreen);
            font-size: 26px;
            font-weight: 600;
            letter-spacing: 3px
        }


    .publisher-box {
        position: relative;
        display: flex;
        justify-content: flex-start;
        height: 75px;
        background: linear-gradient(85deg, var(--mastergreen) -50%, rgba(0, 0, 0, 0) 60%);
        padding-top: 15px;
        padding-left: 20px;
        padding-right: 30px;
        box-sizing: border-box;
        border-right: 1px solid #1D2834;
    }

        .publisher-box .avatar {
            display: block;
            border-radius: 8px;
            border: 1px solid var(--mastergreen);
            width: 45px;
            height: 45px;
            margin-right: 20px;
            background-position: center;
            background-repeat: no-repeat;
            background-size: contain;
            filter: drop-shadow(0px 0px 20px rgba(51, 255, 0, 0.4));
        }

        .publisher-box .avatar img {
            width: 100%;
            border-radius: 8px;
        }

        .publisher-box .publisher-name {
            color: #fff;
            font-size: 26px;
            font-weight: 600;
            line-height: 1;
        }

        .publisher-box .publisher-text {
            color: #fff;
            font-size: 11px;
        }

    header .menu {
        padding-top: 25px;
        padding-left: 40px
    }

        header .menu a {
            color: #B1BAC3;
            font-size: 15px;
            font-weight: 600;
            text-decoration: none;
            margin-right: 20px
        }

        header .menu a.active,
        header .menu a:hover {
            color: var(--mastergreen);
        }

    header .account {
        height: 75px;
        display: flex;
        justify-content: flex-end;
        align-content: center;
    }

        header .account .tg-connect {
            display: flex;
            justify-content: flex-start;
            padding: 17px 20px 0 20px;
            border-left: 1px solid #1D2834;
            color: #fff;
            line-height: 1;
            text-decoration: none;
        }

            header .account .tg-connect .icon {
                background-color: #24A1DE;
                border-radius: 5px;
                color: #fff;
                margin-right: 15px;
                padding: 10px 12px;
                display: inline;
                height: 40px;
                line-height: normal;
            }

                header .account .tg-connect .icon i.ti {
                    font-size: 20px
                }

            header .account .tg-connect .tgname {
                font-size: 14px;
                padding-top: 3px;
            }

                header .account .tg-connect .tgname b {
                    display: block;
                    color: #24A1DE;
                    margin-bottom: 5px;
                }

        header .account .detail {
            height: 75px;
            display: flex;
            justify-content: flex-end;
            align-content: start;
            padding: 17px 25px 0 20px;
            border-left: 1px solid #1D2834;
        }

        header .account .detail.active,
        header .account .detail:hover {
            background-color: #1D2834;
        }

            header .account .detail .avatar {
                background-color: #8799AC;
                border-radius: 5px;
                color: #fff;
                margin-right: 15px;
                font-size: 17px;
                font-weight: 700;
                padding: 8px 10px;
                display: inline;
                height: 40px;
            }

            header .account .detail .detail-side a {
                font-size: 13px;
                color: #8799AC;
                text-decoration: none;
            }

            header .account .detail .detail-side .username {
                font-size: 18px;
                font-weight: 700;
                color: var(--mastergreen);
                line-height: 1;
            }

        header .account .links {
            display: flex;
            justify-content: flex-end;
            align-content: center;
        }

        header .account .links a {
            display: block;
            padding: 15px 15px 0 15px;
            font-size: 12px;
            color: #8799AC;
            text-decoration: none;
            border-left: 1px solid #1D2834;
        }

        header .account .links a.active,
        header .account .links a:hover {
            background-color: #1D2834;
        }

        header .account .links a i.ti {
            font-size: 26px;
            color: var(--mastergreen);
        }

        header .account .links a.logout,
        header .account .links a.logout i.ti {
            color: #FF2747;
        }

    header .login {
        height: 75px;
        padding-right: 20px;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        header .login .btn {
            position: relative;
            font-size: 14px;
            text-decoration: none;
            color: #0B0F13;
            border-radius: 6px;
            padding: 10px 20px;
            box-sizing: border-box;
        }

        header .login .btn::after {
            position: absolute;
            right: -2px;
            bottom: -2px;
            content: "";
            width: 13px;
            height: 13px;
            background-image: url(../img/btn-corner.png);
            background-position: right;
            background-repeat: no-repeat;
        }

        header .login .btn-login {
            background-color: var(--mastergreen);
        }

        header .login .btn-register {
            background-color: var(--masteryellow);
            color: #fff;
        }

.mobile-menu {
    display: none;
}

aside {
    position: fixed;
    top: 75px;
    background: #0B0F13;
    border-right: 1px solid #1D2834;
    width: 94px;
    height: 100%;
}

    aside .title {
        font-size: 13px;
        margin-top: 30px;
        margin-bottom: 20px;
        text-align: center;
        color: var(--mastergreen);
    }

    aside .avatars .avatar {
        display: block;
        border-radius: 8px;
        border: 1px solid var(--mastergreen);
        width: 50px;
        height: 50px;
        margin: 0 auto 20px auto;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        filter: drop-shadow(0px 0px 20px rgba(232, 197, 118, 0.4));
    }

    aside .divider {
        width: 50px;
        margin: 30px auto 40px;
        border-top: 1px solid #1D2834;
        height: 1px
    }

    aside .gifts {
        margin-top: 30px
    }

        aside .gifts .gift {
            display: block;
            text-decoration: none;
            position: relative;
            text-align: center;
            margin-bottom: 30px
        }

        aside .gifts .gift:last-child {
            margin-bottom: 0
        }

        aside .gifts .gift-title {
            color: #7189A1;
            font-size: 13px;
            font-weight: 600;
            margin-top: 5px
        }

        aside .gifts .gift .bagde {
            position: absolute;
            top: -3px;
            right: 10px;
            text-align: center;
            background-color: var(--mastergreen);
            width: 23px;
            height: 23px;
            box-sizing: border-box;
            border-radius: 50%;
            font-size: 13px;
            padding-top: 2px;
            color: #0B0F13;
        }

/* -- Custom Page Styles Begin -- */

.page {
    box-sizing: border-box;
    position: relative;
    padding-top: 60px;
    margin-left: 155px;
    min-height: calc(100vh - 240px);
}

.page h1 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
}

    .home {}

    section .section-title {
        margin-bottom: 30px;
        color: #fff
    }

    .event-item.type-class-1 {
        background-color: #5EFFEC;
        border: 1px solid #5EFFEC;
    }
    .event-item.type-class-1 .subhead {
        background-color: #5EFFEC;
    }
    .event-item.type-class-1 .subhead .avatar {
        border: 1px solid #5EFFEC;
    }
    .event-item.type-class-1 .subhead .title {
        color: #5EFFEC;
    }
    .event-item.type-class-1 .subhead .date {
        background-color: #5EFFEC;
    }

    .event-item.type-class-2 {
        background-color: #e8c576;
        border: 1px solid #e8c576;
    }
    .event-item.type-class-2 .subhead {
        background-color: #e8c576;
    }
    .event-item.type-class-2 .subhead .avatar {
        border: 1px solid #e8c576
    }
    .event-item.type-class-2 .subhead .title {
        color: #e8c576;
    }
    .event-item.type-class-2 .subhead .date {
        background-color: #e8c576;
    }

    .event-item.type-class-3 {
        background-color: #FFEF5A;
        border: 1px solid #FFEF5A;
    }
    .event-item.type-class-3 .subhead {
        background-color: #FFEF5A;
    }
    .event-item.type-class-3 .subhead .avatar {
        border: 1px solid #FFEF5A
    }
    .event-item.type-class-3 .subhead .title {
        color: #FFEF5A;
    }
    .event-item.type-class-3 .subhead .date {
        background-color: #FFEF5A;
    }

    .event-item.type-class-4 {
        background-color: #5EFFEC;
        border: 1px solid #5EFFEC;
    }
    .event-item.type-class-4 .subhead {
        background-color: #5EFFEC;
    }
    .event-item.type-class-4 .subhead .avatar {
        border: 1px solid #5EFFEC
    }
    .event-item.type-class-4 .subhead .title {
        color: #5EFFEC;
    }
    .event-item.type-class-4 .subhead .date {
        background-color: #5EFFEC;
    }

    .event-item {
        width: 320px;
        max-width: 100%;
        height: 470px;
        background-color: #7eff5e;
        border: 1px solid #7eff5e;
        border-radius: 20px;
    }
    .col-12.col-lg-3 .event-item{
        width: 100%;
    }
        .event-item .head {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center;
            height: 150px;
            border-radius: 20px 20px 0 0;
        }

        .event-item .subhead {
            position: relative;
            width: 100%;
            height: 60px;
            margin-top: -10px;
            background-color: #7EFF5E;
            border-top-right-radius: 10px;
        }

            .event-item .subhead .title {
                position: absolute;
                left: 0;
                background-color: #0B0F13;
                width: 100%;
                height: 50px;
                box-sizing: border-box;
                font-size: 18px;
                font-weight: 700;
                color: #fff;
                padding-top: 10px;
                padding-left: 100px
            }

            .event-item .subhead .avatar {
                position: absolute;
                left: 15px;
                top: -10px;
                border-radius: 8px;
                border: 1px solid #fff;
                width: 70px;
                height: 70px;
                margin: 0 auto 20px auto;
                background-position: center;
                background-repeat: no-repeat;
                background-size: contain;
                filter: drop-shadow(0px 0px 20px rgba(0, 0, 0, 0.4));
            }

            .event-item .subhead .date {
                position: absolute;
                right: 0;
                width: 100px;
                height: 50px;
                text-align: center;
                box-sizing: border-box;
                font-size: 12px;
                padding-top: 16px;
                padding-left: 18px;
                color: #0B0F13;
                background-color: #fff;
                background-image: url(/Public/web/img/competition-item-date-bg.png?r=1);
                background-repeat: no-repeat;
                background-size: contain;
                background-position: left;
            }

        .event-item .content {
            padding: 15px 20px 20px 20px;
        }

            .event-item .content .title {
                font-size: 22px;
                font-weight: 600;
                color: #000;
                margin-bottom: 10px;
            }

            .event-item .content .description {
                font-size: 14px;
                color: #000;
                margin-bottom: 10px;
                height: 85px;
            }

        .event-item .time {
        font-weight: 600;
        color: #000;
    }

    .competitions .custom-btn {
        border: 1px solid #000;
        border-radius: 8px;
        padding: 1px;
    }

    .competitions .custom-btn .btn {
        padding: 10px 20px;
        border-radius: 6px;
    }

    .carousel .owl-nav {
        position: relative;
        margin-top: 25px;
        text-align: left;
    }

    .carousel .owl-nav::after {
        content: "";
        position: absolute;
        top: 30px;
        left: 150px;
        right: 60px;
        border-top: 2px solid #3F4B56;
    }

    .carousel .owl-nav button {
        border: 1px solid #3F4B56 !important;
        color: #3F4B56 !important;;
        width: 50px;
        height: 50px;
        border-radius: 50% !important;
        font-size: 20px
    }

    .carousel .owl-dots {
        margin-top: 30px !important;
    }

    .carousel .owl-dots .owl-dot span {
        background-color: #fff;
    }

    .carousel .owl-dots .owl-dot.active span {
        background-color: var(--mastergreen);
    }

    .owl-nav button:hover {
        background: transparent !important;
        border-color: #7189A1 !important;;
        color: #7189A1 !important;;
    }

    .home .publishers .carousel .item {
        width: 250px;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
    }

    .home .publishers .carousel .item .head {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        height: 190px;
        border-radius: 20px 20px 0 0;
    }

    .home .publishers .carousel .item .subhead {
        position: relative;
        width: 100%;
        height: 100px;
        margin-top: -10px;
        background-color: #fff;
        border-radius: 0 10px 20px 20px;
    }

    .home .publishers .carousel .item .master-title {
        position: absolute;
        top: -25px;
        left:0;
        padding: 10px 15px 0 15px;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        color: #0B0F13;
        font-size: 15px;
        font-weight: 600;
    }

    .home .publishers .carousel .item .title {
        color: #0B0F13;
        font-size: 26px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 20px;
    }

    .home .publishers .carousel .item .gotopage {
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .home .publishers .carousel .item .gotopage a {
        text-decoration: none;
        color: #0B0F13;
        font-size: 13px;
        font-weight: 600;
    }

.page .competition {
    position: relative;
    margin-right: 60px;
    border-radius: 20px;
    padding: 50px;
    background-color: #1E2832;
}

    .competition .leftup_corner {
        position: absolute;
        top:0;
        left:0;
        padding: 10px 20px;
        font-size: 15px;
        color: #0B0F13;
        border-radius: 20px 0 20px 0;
    }

    .competition .leftup_corner.active {
        background-color: var(--mastergreen);
    }
    .competition .leftup_corner.wait {
        background-color: #fff3cd;
    }
    .competition .leftup_corner.complete {
        background-color: #d63939;
        color: #fff;
    }

    .competition .competition-image {
        border-radius: 12px;
        border: 8px solid #2C3B49
    }
    .competition .competition-image img {
        height: 150px;
        border-radius: 6px;
    }

    .competition-title .date {
        font-size: 15px;
        color: #708DAA
    }
    .competition-title .title {
        font-size: 34px;
        font-weight: 700;
        color: #fff;
        margin: 15px 0 5px 0;
    }
    .competition-title .attenders {
        font-size: 24px;
        font-weight: 700;
        color: var(--mastergreen);
    }

    .competition-description-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .competition-description {
        font-size: 15px;
        color: #8EA9C3
    }

    .competition .btn-join-competition {
        font-size: 20px;
        font-weight: 600;
    }

    .competition .btn-join-competition.wait {
        background-color: #FFEF5A;
        border-color: #FFEF5A;
        color: #0B0F13 !important;
    }

    .competition .btn-join-competition.success {
        background-color: var(--mastergreen);
        border-color: var(--mastergreen);
        color: #0B0F13 !important;
    }

    .competition .competition-gifts .gift {
        border-radius: 10px;
        background-color: #374A5C;
        padding: 15px 25px;
        margin-bottom: 15px;
    }

    .competition .competition-gifts .gift .prize {
        font-size: 26px;
        font-weight: 700;
        color: var(--mastergreen);
    }

    .competition .winners .card {
        border-color: #374A5C;
        border-radius: 8px;
    }
    .competition .winners .card .card-header {
        padding: 15px;
        background-color: #374A5C;
        color: #fff;
    }

    .competition .winners .card .table {
        border-bottom-left-radius: 6px;
        border-bottom-right-radius: 6px;
        overflow: hidden;
    }

    .competition .winners .card .table tr {
        border-bottom: 1px solid #374A5C;
    }

    .competition .winners .card .table tr:last-child {
        border-bottom: 0;
    }

    .competition .winners .card .table td {
        background-color: #283541;
        color: #fff;
        padding: 15px;
        border-bottom: 0;
    }

    .competition .winners .card .table td a.btn {
        background-color: #314252;
        border-color: #314252;
        box-shadow: 1px 2px 2px rgba(0,0,0,0.1);
        display: flex;
        align-items: center;
        font-size: 12px
    }


.page .account {}

    .page .account .custom-control {
        padding: 20px;
    }

    .page .account .alert {
        border-radius: 4px;
        font-size: 13px;
        padding: 10px 15px;
        border: none;
    }

    .page .account .sites {
        margin-top: 20px;
        display: flex;
        justify-content: flex-start;
        align-content: center;
    }

        .page .account .site {
            border: 6px solid #999;
            background-color: #fff;
            padding: 20px 25px;
            border-radius: 10px;
            margin-right: 15px;
        }

        .page .account .site.active {
            border: 6px solid var(--mastergreen);
            background-color: #fff;
            padding: 20px 25px;
        }

        .page .account .site:not(.active) img {
            filter: grayscale(100%);
        }

.page .events {}

.page .publishers {}

    .page .publishers .item {
        width: 250px;
        background-color: #fff;
        border: 1px solid #fff;
        border-radius: 20px;
    }

    .page .publishers .item .head {
        background-size: cover;
        background-repeat: no-repeat;
        background-position: top;
        height: 190px;
        border-radius: 20px 20px 0 0;
    }

    .page .publishers .item .subhead {
        position: relative;
        width: 100%;
        height: 100px;
        margin-top: -10px;
        background-color: #fff;
        border-radius: 0 10px 20px 20px;
    }

    .page .publishers .item .master-title {
        position: absolute;
        top: -25px;
        left:0;
        padding: 10px 15px 0 15px;
        background-color: #fff;
        border-radius: 10px 10px 0 0;
        color: #0B0F13;
        font-size: 15px;
        font-weight: 600;
    }

    .page .publishers .item .title {
        color: #0B0F13;
        font-size: 26px;
        font-weight: 600;
        padding-top: 20px;
        padding-left: 20px;
    }

    .page .publishers .item .gotopage {
        text-align: right;
        padding-right: 15px;
        padding-bottom: 15px;
    }

    .page .publishers .item .gotopage a {
        text-decoration: none;
        color: #0B0F13;
        font-size: 13px;
        font-weight: 600;
    }

.page .publisher {}

    .page .publisher .social-medias {
        border-bottom: 1px dashed #1d2834;
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .page .publisher .social-medias a:last-child {
        margin-right: 0 !important;
    }

    .page .publisher .social-medias .social-twitch { color: mediumpurple !important; }
    .page .publisher .social-medias .social-kick { color: var(--mastergreen) !important; }
    .page .publisher .social-medias .social-youtube { color: red !important; }
    .page .publisher .social-medias .social-telegram { color: #24A1DE !important; }
    .page .publisher .social-medias .social-instagram { color: #bc2a8d !important; }
    .page .publisher .social-medias .social-twitter { color: #1DA1F2 !important; }

    .page .publisher .live {}

        .page .publisher .live h3 {
            font-size: 18px
        }
        .page .publisher .live .desc {
            font-size: 13px
        }

        .page .publisher .live .nav-link {
            color: var(--mastergreen)
        }
        .page .publisher .live .nav-link.active {
            background-color: var(--mastergreen);
            color: #000;
        }

        .page .publisher .live .tab-content {
            border: 1px solid #1d2834;
            border-radius: 5px;
            padding: 15px;
        }
        .page .publisher .live .tab-content .tab-pane iframe {
            width: 100%;
            height: 350px;
            margin:0
        }

.page .info .title {}
.page .info .content {
    color: #fff;
}


.page .bonus-hunt {}

.page .bonus-hunt .competition {
    padding: 35px;
}

.page .bonus-hunt .days-select .days a {
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    width: 180px;
    padding: 15px 20px;
    background-color: #1E2832;
    border-radius: 8px;
    color: #708DAA;
    text-decoration: none;
    font-size: 14px;
    margin-right: 10px;
}

.page .bonus-hunt .days-select .days a.active {
    background-color: var(--mastergreen);
    color: #1E2832;
}

.page .bonus-hunt .days-select .days a.active span.hash {
    color: #1E2832;
}

.page .bonus-hunt .days-select .days a span.hash {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
}

.page .bonus-hunt .days-select select {
    width: 180px;
    padding: 15px 20px;
    border-color: #1E2832;
    background-color: #1E2832;
    color: #708DAA;
    border-radius: 8px;
    outline: none;
    box-shadow: none !important;
}

.page .bonus-hunt .divider {
    border-left: 1px solid #374A5C;
    width: 20px;
    padding: 0;
}

.page .bonus-hunt .bonus-info .active-passive-btn {
    color: #708DAA;
    font-size: 14px;
    font-weight: 700;
}

.page .bonus-hunt .bonus-info .btn-success {
    border-color: var(--mastergreen);
    background-color: var(--mastergreen);
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 20px;
    color: #1d2834;
    margin-right: 15px;
}

.page .bonus-hunt .bonus-info .btn-danger {
    border-color: #FD0012;
    background-color: #FD0012;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 20px;
    color: #fff;
    margin-right: 15px;
}

.page .bonus-hunt .bonus-info .btn-warning {
    border-color: #F3E600;
    background-color: #F3E600;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 15px;
}

.page .bonus-hunt .bonus-info h1 {
    font-size: 30px;
    margin-top: 20px;
    margin-bottom: 10px;
}

.page .bonus-hunt .bonus-info .total-spend {
    color: #708DAA;
}

.page .bonus-hunt .bonus-info .total-spend b {
    font-size: 20px;
    color: #fff;
    margin-left: 10px;
}

.page .bonus-hunt .bonus-games-table {
    border: 1px solid #3C4E60;
    border-radius: 10px;
    overflow: hidden;
}

.page .bonus-hunt .bonus-games-table table th {
    background-color: #3C4E60;
    padding: 20px 10px;
    font-size: 13px;
    color: #B2CEEA;
    vertical-align: middle;
}

.page .bonus-hunt .bonus-games-table table td {
    padding: 15px 10px;
    font-size: 13px;
    background-color: #1E2832;
    vertical-align: middle;
}

.page .bonus-hunt .bonus-games-table .image {
    min-width: 75px;
    min-height: 30px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    margin-right: 10px;
}

.page .bonus-hunt .bonus-games-table table tr:nth-child(even) td {
    background-color: #273542;
}

.page .bonus-hunt .bonus-games-table table tr:last-child td {
    border-bottom: 0;
}

.page .bonus-hunt .title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.page .bonus-hunt .bet-form .bet-wrapper {
    position: relative;
}

.page .bonus-hunt .bet-form .bet {
    width: 100%;
    padding: 15px 20px 15px 45px;
    border: 1px solid #374A5C;
    background-color: #25313D;
    color: #fff;
    border-radius: 8px;
    outline: none;
    box-shadow: none !important;
    margin-top: 10px;
    font-size: 24px;
}

.page .bonus-hunt .bet-form .bet::-webkit-outer-spin-button,
.page .bonus-hunt .bet-form .bet::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.page .bonus-hunt .bet-form .bet[type=number] {
    -moz-appearance: textfield;
}

.page .bonus-hunt .bet-form .bet-wrapper .try {
    position: absolute;
    font-size: 24px;
    color: #fff;
    top: 26px;
    left: 22px
}

.page .bonus-hunt .bet-form .bet-wrapper .btn-bet {
    position: absolute;
    top: 24px;
    right: 10px;
    border-color: var(--mastergreen);
    background-color: var(--mastergreen);
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    padding: 10px 15px;
    color: #1d2834;
}

.page .bonus-hunt .bet-form .btn-join {
    margin-top: 10px;
    width: 100%;
    border-color: var(--mastergreen);
    background-color: var(--mastergreen);
    font-weight: 700;
    border-radius: 6px;
    padding: 15px 0;
    color: #1d2834;
}

.page .bonus-hunt .bet-form .btn-join-wait {
    margin-top: 10px;
    width: 100%;
    border-color: #f59f00;
    background-color: #f59f00;
    font-weight: 700;
    border-radius: 6px;
    padding: 15px 0;
    color: #fff;
}

.page .bonus-hunt .bet-form .btn-join-warning {
    margin-top: 10px;
    width: 100%;
    border-color: #d63939;
    background-color: #d63939;
    font-weight: 700;
    border-radius: 6px;
    padding: 15px 0;
    color: #fff;
}

.page .bonus-hunt .prizes .prizes-items .item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #374A5C;
    border-radius: 8px;
    padding: 15px 20px;
    color: #fff;
    margin-bottom: 5px;
}

.page .bonus-hunt .prizes .prizes-items .item span.prize {
    color: var(--mastergreen);
    font-size: 22px;
    font-weight: 600;
}

.page .bonus-hunt .stats .item {
    color: #A6C4E2;
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
}

.page .bonus-hunt .stats .item b {
    color: #d4e3f1;
    font-size: 15px;
    font-weight: 700;
}
.pagination{
    display: inline-block;
    width: 100%;
    text-align: center;
}
.pagination li{
    display: inline-block;
}
.pagination li a{
    background: none;
    border: 0;
    color: var(--mastergreen);
}
.pagination li a i{}
.pagination li:hover a,
.pagination li.active a{
    background: var(--mastergreen);
    color: #0B0F13;
}
.pagination li.active a i{}
@media screen and (max-width: 600px){
    .page .bonus-hunt .select-day {
        width: 100%;
    }

    .mobile-info-btns span {
        color: #fff;
    }

    .mobile-info-btns .btn {
        width: 100%;
    }

    .mobile-info-btns .btn-warning {
        margin-top: 12px;
        margin-bottom: 12px;
    }

    .info-title-text {
        margin-top: 25px;
        text-align: center;
    }
    .info-title-text h1 {
        font-size: 20px;
    }
    .info-title-text .total-spend {
        color: #fff;
    }
}


footer {
    position: relative;
    z-index: 0;
    margin-top: 60px;
    margin-bottom: 60px;
    padding-right: 60px;
    padding-left: 160px;
}

    footer .menu {
        margin-top: 10px;
    }

    footer .logo img {
        height: 50px;
    }

    footer .copyright {
        color: #fff;
        font-size: 14px;
    }

    footer .sponsors img {
        filter: brightness(0) invert(1);
    }

    footer .sponsors .divider {
        margin: 0 30px;
        border-left: 1px solid #394D60;
        width: 1px;
        height: 50px
    }

    footer .menu a {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        margin-left: 20px;
    }

.modal .sponsors .divider {
    margin: 0 15px;
    border-left: 1px solid #394D60;
    width: 1px;
    height: 30px
}


.tick {
    font-size:1rem; white-space:nowrap; font-family:arial,sans-serif;
}

.tick-flip,.tick-text-inline {
    font-size:2.5em;
}

.sites-status{
    display: inline-block;
    width: 100%;
    background: var(--mastergreen);
    color: #0B0F13;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-align: center;
    font-size: 12pt;
}
.sites-status-active-input{
    border-bottom: 0 !important;
    border-radius: 10px !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    text-align: center;
}
.custom-control ~ .input-group-append{
    min-width: 20%;
}
.custom-control ~ .input-group-append .btn{
    margin-top: 0 !important;
    height: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 100%;
}
.cark-banner{
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("../img/cark-bg.png?v=2");
    border: none !important;
    background-position: top;
    background-size: cover;
}
.cark-banner a{
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
    width: 100%;
    padding: 20px 0;
}
.cark-banner .cark-head{
    display: inline-flex;
    align-items: start;
    justify-content: space-between;
}
.cark-banner .cark-head .lg{
    max-width: 75%;
}
.cark-banner .cark-head .tx{
    max-width: 25%;
}
.cark-banner .cark-bottom{}
.cark-banner .cark-bottom img{
    max-width: 90%;
    margin: auto;
}
.cevrim-banner a{
    text-decoration: none !important;
}
.cevrim-banner .title{
    text-align: center;
    font-size: 26pt !important;
    color: #4DD6FF !important;
    text-shadow: 0px 0px 7px #4DD6FF;
    font-weight: bold !important;
    margin-bottom: 0 !important;
}
.cevrim-banner .title.t2{
    color: #4DFF7A !important;
    text-shadow: 0px 0px 7px #4DFF7A;
    /*margin-top: 10px;*/
    display: inline-block;
    width: 100%;
    border-top: 1px solid #4F6276;
}
.cevrim-banner .description{
    text-align: center;
    font-size: 15pt !important;
    color: #fff !important;
    height: auto !important;
}
.cevrim-banner .description span{
    margin-right: 5px;
    background: #4DD6FF;
    color: #1E2832;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 5px;
}
.cevrim-banner .description.d2{}
.cevrim-banner .description.d2 span{
    background: #4DFF7A !important;
}
.cevrim-banner .pp-btn{
    display: inline-flex;
    width: 100%;
    background: #FFE100;
    color: #1E2832;
    justify-content: space-between;
    align-items: center;
    font-size: 12pt;
    font-weight: bold;
    padding: 10px 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.cevrim-banner .content{
    border-radius: 10px;
}
.cevrim-banner .pp-btn span{}
.cevrim-banner .pp-btn i{}
.cark-banner .full-body{
    display: inline-flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    padding: 35px 30px;
}
.cark-banner .full-body img{
    display: block;
    float: left;
    max-width: 100%;
}
.tick-label {
    margin-top:1em;font-size:1em;
}

.tick-char {
    width:1.5em;
}

.tick-text-inline {
    display:inline-block;text-align:center;min-width:1em;
}

.tick-text-inline+.tick-text-inline {
    margin-left:-.325em;
}

.tick-group {
    margin:0 .5em;text-align:center;
}

.tick-text-inline {
    color: #595d63 !important;
}

.tick-label {
    color: #595d63 !important;
}

.tick-flip-panel {
    color: #fff !important;
}

.tick-flip {
    font-family: monospace !important;
}

.tick-flip-panel-text-wrapper {
    line-height: 1.45 !important;
}

.tick-flip-panel {
    background-color: #3c3e3c !important;
}

.tick-flip {
    border-radius:0.12em !important;
}


/* Modals */

    #modal-lostpassword .modal-sm,
    #modal-register .modal-sm,
    #modal-login .modal-sm,
    #modal-tgconnect .modal-sm {
        max-width: 320px
    }

    #modal-register .modal-sm {
        max-width: 400px
    }

    #modal-register .alert {
        position: relative;
        color: #708DAA;
        font-size: 13px;
        font-weight: 200;
        padding: 0;
        padding-left: 40px;
    }

    #modal-register .alert i {
        position: absolute;
        left: 0;
        top:0;
        font-size: 30px;
        color: var(--mastergreen);
    }

    #modal-register .alert b {
        font-weight: 300;
        color: var(--mastergreen);
    }

    #modal-register .modal-body,
    #modal-lostpassword .modal-body,
    #modal-login .modal-body,
    #modal-tgconnect .modal-body {
        box-shadow: 0px 0px 50px #000;
        border-radius: 8px;
    }

    #modal-register .modal-content,
    #modal-lostpassword .modal-content,
    #modal-tgconnect .modal-content,
    #modal-login .modal-content {
        background-color: #131A21;
        border-radius: 8px;
    }

    #modal-register .modal-head,
    #modal-lostpassword .modal-head,
    #modal-tgconnect .modal-head,
    #modal-login .modal-head {
        padding-bottom: 20px;
    }

    #modal-register .modal-content h6,
    #modal-lostpassword .modal-content h6,
    #modal-login .modal-content h6,
    #modal-tgconnect .modal-content h6 {
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin-bottom: 15px;
    }

    .modal-content .sponsors img {
        filter: brightness(0) invert(1)
    }

    .account-v2{
        display: inline-block;
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
    .account-v2 .menu-page{
        display: block;
        width: 100%;
        margin-bottom: 50px;
    }
    .account-v2 .menu-page ul{
        display: inline-block;
        list-style: none;
        padding: 0;
        margin: 0;
        width: 100%;
        overflow-x: auto;
    }
    .account-v2 .menu-page ul li{
        display: inline-block;
        float: left;
        margin-right: 10px;
        border: 1px solid #8799AC;
        border-radius: 10px;
    }
    .account-v2 .menu-page ul li a{
        display: inline-block;
        float: left;
        font-weight: 500;
        color: #8799AC;
        text-decoration: none;
        font-size: 18pt;
        padding:5px 10px;
    }
    .account-v2 .menu-page ul li.active a{
        color: var(--mastergreen);
    }
    .account-v2 .menu-page ul li.active{
        border-color: var(--mastergreen);
    }
    .custom-checkbox{
        display: inline-flex;
        float: left;
        align-content: center;
        justify-content: center;
    }
    .custom-checkbox input{
        display: none;
    }
    .custom-checkbox label{
        color: #C7DDF4;
        font-size: 12pt;
        display: inline-flex;
        align-items: center;
    }
    .custom-checkbox label.box{
        display: inline-block;
        width: 50px;
        height: 25px;
        background: #354758;
        margin-right: 10px;
        border-radius: 10px;
    }
    .custom-checkbox label.box:before{
        content: " ";
        display: inline-block;
        float: left;
        transition: all 1s;
        width: 25px;
        height: 25px;
        border-radius: 10px;
        background: #263545;
    }
    .custom-checkbox input:checked ~ label.box:before{
        background: var(--mastergreen);
        margin-left: 25px;
    }
    .sponsor-setting-item{
        display: inline-block;
        width: 100%;
        float: left;
    }
    .sponsor-setting-item .sponsor-image{
        display: inline-block;
        float: left;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        background: #2c343d;
        padding: 20px 0;
        border: 1px solid #2c343d;
    }
    .sponsor-setting-item .sponsor-image.active{
        border-color: var(--mastergreen);
    }
    .sponsor-setting-item .sponsor-image img{
        display: inline-block;
        max-width: 100%;
        height: 50px;
    }
    .sponsor-setting-item .sponsor-name{
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
        color: #fff;
        font-size: 12pt;
    }
    .sponsor-setting-item .sponsor-name.active{
        color: var(--mastergreen);
    }
.card-sponsor{
    background: #1E2832;
    margin-bottom: 10px;
}
.card-sponsor .logo{
    display: inline-flex;
    width: 100%;
    text-align: center;
    height: 92px;
    align-items: center;
    justify-content: center;
}
.card-sponsor .logo img{
    display: inline-block;
    max-height: 92px;
}
.card-sponsor.cs-card-1 .logo img{
    height: 59px;
}
.card-sponsor.cs-card-3 .logo img{
    height: 80px;
}
.card-sponsor .buttons{
    display: inline-flex;
    width: 100%;
    justify-content: space-between;
}
.card-sponsor .buttons .sponsor-button{
    display: inline-block;
    width: 100%;
    text-decoration: none;
    color: #1E2832;
    text-align: center;
    font-size: 16px;
    padding: 10px 0;
    background: #fff;
    border-radius: 5px;
    background: rgba(255,197,7,1);
    background: linear-gradient(-104deg, rgba(255,233,164,1) 0%, rgba(255,197,7,1) 50%, rgba(255,233,164,1) 100%);
    font-weight: bold;
}
.card-sponsor.cs-card-2 .buttons .sponsor-button{
    background: rgb(194,255,178);
    background: linear-gradient(-104deg, rgba(194,255,178,1) 0%, rgba(51,255,0,1) 50%, rgba(194,255,178,1) 100%);
}
.card-sponsor.cs-card-3 .buttons .sponsor-button{
    background: #9BD4FF;
    background: linear-gradient(-104deg, #D9EAF7 0%, #9BD4FF 50%, #D9EAF7 100%);
}
.card-sponsor .buttons .sponsor-button:first-child{
    margin-right: 2%;
}
.card-sponsor .content{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.card-sponsor .content img{
    display: inline-block;
    width: 100%;
}
@media screen and (max-width: 600px) {

    header {
        border-bottom: 3px solid var(--mastergreen);
        height: 78px;
    }

    header .login .btn {
        font-size: 12px;
        padding: 7px 10px;
    }

    header .account .tg-connect {
        padding: 20px 10px 0 10px !important;
    }

        header .account .tg-connect .icon {
            padding: 5px 8px;
            height: 35px;
            margin-right: 0;
            line-height: 30px;
        }

        header .account .tg-connect .tgname {
            display: none;
            font-size: 11px
        }

        header .account .tg-connect .tgname b {
            font-size: 13px;
            margin-bottom: 5px;
        }

    header .account .detail {
        padding: 20px 10px 0 10px !important;
    }

        header .account .detail .avatar {
            padding: 5px;
            height: 35px;
            margin-right: 10px
        }
        header .account .detail .detail-side .username {
            font-size: 15px
        }

        header .account .detail .detail-side a {
            font-size: 11px
        }

    header .account .links a.logout {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mobile-menu {
        display: block;
        position: sticky;
        top: 78px;
        z-index: 10;
    }

    .page {
        padding-top: 20px;
        margin-left: 20px;
        margin-right: 20px;
    }

    .page .publisher .social-medias {
        padding-bottom: 15px;
        margin-bottom: 20px;
    }

    .prize.mobile {
        position: relative;
        display: flex;
        justify-content: space-between;
        height: 75px;
        background: linear-gradient(85deg, var(--mastergreen) -50%, #e8c576 60%);
        padding-top: 0px;
        padding-left: 20px;
        padding-right: 20px;
        box-sizing: border-box;
        border-right: 1px solid #1D2834;
        min-width: 250px;
        color: #000;
        top: 20px;
    }
    .prize.mobile .icon img{
        height: 40px;
    }
    .prize.mobile .prize-value {
        width: 200px;
        font-size: 30px;
        font-weight: 700;
        color: #000;
        padding-top: 12px;
        text-align: right;
    }

    .publisher-box {
        border-right: 0;
        background: linear-gradient(85deg, var(--mastergreen) -50%, rgb(44, 122, 0) 60%) !important;
    }

    .page .publisher .live .tab-content .tab-pane iframe {
        height: 250px;
    }

    .event-item {
        width: 290px;
        height: 470px;
    }
    .event-item .custom-btn .btn {
        font-size: 14px;
        padding: 6px 10px;
    }

    .home .publishers .carousel .item {
        width: 230px;
    }

    footer {
        margin-top: 30px;
        margin-bottom: 30px;
        padding: 30px 20px 0 20px;
        border-top: 1px solid #1D2834;
    }

    footer img:not(:first-child) {
        filter: brightness(0) invert(1);
    }

    .page .competition {
        margin-right: 0;
        padding: 40px 10px 30px 10px;
    }
    .page .competition .col.d-flex {
        margin-bottom: 30px;
    }

    .page .competition-title .date {
        font-size: 12px
    }

    .page .competition-title .title {
        font-size: 24px;
        margin: 0;
    }
    .page .detail-divider {
        display: none;
    }

    .page .competition .competition-image img {
        height: 90px;
        border-radius: 6px;
    }

    .email-empty-error {
        padding: 10px;
        margin-right: 0 !important;
        font-size: 13px
    }

    .page .publishers .item {
        width: auto;
    }

    .publisher .social-medias b {
        display: block;
        margin-bottom: 10px;
    }
    .publisher .social-medias a {
        display: inline-block;
        margin-bottom: 10px;
    }
    .list-group-item{
        background: rgba(232, 197, 118,1);
        color:#000
    }
    .list-group-item-dark.spec{
        background: var(--masteryellow);
        color: #fff;
    }
    .custom-control ~ .input-group-append .btn{
        font-size: 10pt;
    }
    .custom-control ~ .input-group-append{
        width: 30%;
    }
    .page .account .custom-control{
        padding: 13px;
    }
    .account-v2 .menu-page ul li a{
        font-size: 12pt;
        padding: 5px;
    }
    .account-v2 .menu-page ul li{
        margin-right: 5px;
    }
    .sponsor-setting-item{
        margin-top: 20px;
    }
    .account-v2 .menu-page{
        margin-bottom: 20px;
    }
    .account-v2 form.pt-4{
        padding-top: 10px !important;
    }
}
