@charset "UTF-8";@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@500;900&display=swap);@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

.bm .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media(min-width: 576px) {
    .bm .container {
        max-width:540px
    }
}

@media(min-width: 768px) {
    .bm .container {
        max-width:720px
    }
}

@media(min-width: 992px) {
    .bm .container {
        max-width:960px
    }
}

@media(min-width: 1200px) {
    .bm .container {
        max-width:1140px
    }
}

.bm .container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

.bm .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.bm .no-gutters {
    margin-right: 0;
    margin-left: 0
}

.bm .no-gutters>.col,.bm .no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.bm .col,.bm .col-1,.bm .col-2,.bm .col-3,.bm .col-4,.bm .col-5,.bm .col-6,.bm .col-7,.bm .col-8,.bm .col-9,.bm .col-10,.bm .col-11,.bm .col-12,.bm .col-auto,.bm .col-lg,.bm .col-lg-1,.bm .col-lg-2,.bm .col-lg-3,.bm .col-lg-4,.bm .col-lg-5,.bm .col-lg-6,.bm .col-lg-7,.bm .col-lg-8,.bm .col-lg-9,.bm .col-lg-10,.bm .col-lg-11,.bm .col-lg-12,.bm .col-lg-auto,.bm .col-md,.bm .col-md-1,.bm .col-md-2,.bm .col-md-3,.bm .col-md-4,.bm .col-md-5,.bm .col-md-6,.bm .col-md-7,.bm .col-md-8,.bm .col-md-9,.bm .col-md-10,.bm .col-md-11,.bm .col-md-12,.bm .col-md-auto,.bm .col-sm,.bm .col-sm-1,.bm .col-sm-2,.bm .col-sm-3,.bm .col-sm-4,.bm .col-sm-5,.bm .col-sm-6,.bm .col-sm-7,.bm .col-sm-8,.bm .col-sm-9,.bm .col-sm-10,.bm .col-sm-11,.bm .col-sm-12,.bm .col-sm-auto,.bm .col-xl,.bm .col-xl-1,.bm .col-xl-2,.bm .col-xl-3,.bm .col-xl-4,.bm .col-xl-5,.bm .col-xl-6,.bm .col-xl-7,.bm .col-xl-8,.bm .col-xl-9,.bm .col-xl-10,.bm .col-xl-11,.bm .col-xl-12,.bm .col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.bm .col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.bm .col-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.bm .col-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%
}

.bm .col-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%
}

.bm .col-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.bm .col-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%
}

.bm .col-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%
}

.bm .col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.bm .col-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%
}

.bm .col-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
}

.bm .col-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.bm .col-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%
}

.bm .col-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%
}

.bm .col-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.bm .order-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.bm .order-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13
}

.bm .order-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
}

.bm .order-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
}

.bm .order-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
}

.bm .order-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
}

.bm .order-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
}

.bm .order-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5
}

.bm .order-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6
}

.bm .order-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7
}

.bm .order-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8
}

.bm .order-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9
}

.bm .order-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10
}

.bm .order-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11
}

.bm .order-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12
}

.bm .offset-1 {
    margin-left: 8.33333%
}

.bm .offset-2 {
    margin-left: 16.66667%
}

.bm .offset-3 {
    margin-left: 25%
}

.bm .offset-4 {
    margin-left: 33.33333%
}

.bm .offset-5 {
    margin-left: 41.66667%
}

.bm .offset-6 {
    margin-left: 50%
}

.bm .offset-7 {
    margin-left: 58.33333%
}

.bm .offset-8 {
    margin-left: 66.66667%
}

.bm .offset-9 {
    margin-left: 75%
}

.bm .offset-10 {
    margin-left: 83.33333%
}

.bm .offset-11 {
    margin-left: 91.66667%
}

@media(min-width: 576px) {
    .bm .col-sm {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bm .col-sm-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .bm .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bm .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bm .col-sm-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bm .col-sm-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bm .col-sm-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bm .col-sm-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bm .col-sm-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bm .col-sm-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bm .col-sm-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bm .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bm .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bm .col-sm-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bm .order-sm-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .bm .order-sm-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .bm .order-sm-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .bm .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bm .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .bm .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .bm .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .bm .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .bm .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .bm .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .bm .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .bm .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .bm .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .bm .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .bm .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .bm .offset-sm-0 {
        margin-left: 0
    }

    .bm .offset-sm-1 {
        margin-left: 8.33333%
    }

    .bm .offset-sm-2 {
        margin-left: 16.66667%
    }

    .bm .offset-sm-3 {
        margin-left: 25%
    }

    .bm .offset-sm-4 {
        margin-left: 33.33333%
    }

    .bm .offset-sm-5 {
        margin-left: 41.66667%
    }

    .bm .offset-sm-6 {
        margin-left: 50%
    }

    .bm .offset-sm-7 {
        margin-left: 58.33333%
    }

    .bm .offset-sm-8 {
        margin-left: 66.66667%
    }

    .bm .offset-sm-9 {
        margin-left: 75%
    }

    .bm .offset-sm-10 {
        margin-left: 83.33333%
    }

    .bm .offset-sm-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 768px) {
    .bm .col-md {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bm .col-md-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .bm .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bm .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bm .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bm .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bm .col-md-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bm .col-md-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bm .col-md-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bm .col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bm .col-md-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bm .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bm .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bm .col-md-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bm .order-md-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .bm .order-md-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .bm .order-md-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .bm .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bm .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .bm .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .bm .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .bm .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .bm .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .bm .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .bm .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .bm .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .bm .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .bm .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .bm .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .bm .offset-md-0 {
        margin-left: 0
    }

    .bm .offset-md-1 {
        margin-left: 8.33333%
    }

    .bm .offset-md-2 {
        margin-left: 16.66667%
    }

    .bm .offset-md-3 {
        margin-left: 25%
    }

    .bm .offset-md-4 {
        margin-left: 33.33333%
    }

    .bm .offset-md-5 {
        margin-left: 41.66667%
    }

    .bm .offset-md-6 {
        margin-left: 50%
    }

    .bm .offset-md-7 {
        margin-left: 58.33333%
    }

    .bm .offset-md-8 {
        margin-left: 66.66667%
    }

    .bm .offset-md-9 {
        margin-left: 75%
    }

    .bm .offset-md-10 {
        margin-left: 83.33333%
    }

    .bm .offset-md-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 992px) {
    .bm .col-lg {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bm .col-lg-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .bm .col-lg-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bm .col-lg-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bm .col-lg-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bm .col-lg-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bm .col-lg-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bm .col-lg-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bm .col-lg-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bm .col-lg-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bm .col-lg-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bm .col-lg-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bm .col-lg-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bm .col-lg-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bm .order-lg-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .bm .order-lg-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .bm .order-lg-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .bm .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bm .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .bm .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .bm .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .bm .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .bm .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .bm .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .bm .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .bm .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .bm .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .bm .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .bm .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .bm .offset-lg-0 {
        margin-left: 0
    }

    .bm .offset-lg-1 {
        margin-left: 8.33333%
    }

    .bm .offset-lg-2 {
        margin-left: 16.66667%
    }

    .bm .offset-lg-3 {
        margin-left: 25%
    }

    .bm .offset-lg-4 {
        margin-left: 33.33333%
    }

    .bm .offset-lg-5 {
        margin-left: 41.66667%
    }

    .bm .offset-lg-6 {
        margin-left: 50%
    }

    .bm .offset-lg-7 {
        margin-left: 58.33333%
    }

    .bm .offset-lg-8 {
        margin-left: 66.66667%
    }

    .bm .offset-lg-9 {
        margin-left: 75%
    }

    .bm .offset-lg-10 {
        margin-left: 83.33333%
    }

    .bm .offset-lg-11 {
        margin-left: 91.66667%
    }
}

@media(min-width: 1200px) {
    .bm .col-xl {
        -ms-flex-preferred-size:0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%
    }

    .bm .col-xl-auto {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }

    .bm .col-xl-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%
    }

    .bm .col-xl-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%
    }

    .bm .col-xl-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }

    .bm .col-xl-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }

    .bm .col-xl-5 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%
    }

    .bm .col-xl-6 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }

    .bm .col-xl-7 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%
    }

    .bm .col-xl-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%
    }

    .bm .col-xl-9 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }

    .bm .col-xl-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%
    }

    .bm .col-xl-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%
    }

    .bm .col-xl-12 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }

    .bm .order-xl-first {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1
    }

    .bm .order-xl-last {
        -webkit-box-ordinal-group: 14;
        -ms-flex-order: 13;
        order: 13
    }

    .bm .order-xl-0 {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0
    }

    .bm .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .bm .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .bm .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .bm .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4
    }

    .bm .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
        order: 5
    }

    .bm .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
        order: 6
    }

    .bm .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
        order: 7
    }

    .bm .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
        order: 8
    }

    .bm .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
        order: 9
    }

    .bm .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10
    }

    .bm .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11
    }

    .bm .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
        order: 12
    }

    .bm .offset-xl-0 {
        margin-left: 0
    }

    .bm .offset-xl-1 {
        margin-left: 8.33333%
    }

    .bm .offset-xl-2 {
        margin-left: 16.66667%
    }

    .bm .offset-xl-3 {
        margin-left: 25%
    }

    .bm .offset-xl-4 {
        margin-left: 33.33333%
    }

    .bm .offset-xl-5 {
        margin-left: 41.66667%
    }

    .bm .offset-xl-6 {
        margin-left: 50%
    }

    .bm .offset-xl-7 {
        margin-left: 58.33333%
    }

    .bm .offset-xl-8 {
        margin-left: 66.66667%
    }

    .bm .offset-xl-9 {
        margin-left: 75%
    }

    .bm .offset-xl-10 {
        margin-left: 83.33333%
    }

    .bm .offset-xl-11 {
        margin-left: 91.66667%
    }
}

.bm .d-none {
    display: none!important
}

.bm .d-inline {
    display: inline!important
}

.bm .d-inline-block {
    display: inline-block!important
}

.bm .d-block {
    display: block!important
}

.bm .d-table {
    display: table!important
}

.bm .d-table-row {
    display: table-row!important
}

.bm .d-table-cell {
    display: table-cell!important
}

.bm .d-flex {
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important
}

.bm .d-inline-flex {
    display: -webkit-inline-box!important;
    display: -ms-inline-flexbox!important;
    display: inline-flex!important
}

@media(min-width: 576px) {
    .bm .d-sm-none {
        display:none!important
    }

    .bm .d-sm-inline {
        display: inline!important
    }

    .bm .d-sm-inline-block {
        display: inline-block!important
    }

    .bm .d-sm-block {
        display: block!important
    }

    .bm .d-sm-table {
        display: table!important
    }

    .bm .d-sm-table-row {
        display: table-row!important
    }

    .bm .d-sm-table-cell {
        display: table-cell!important
    }

    .bm .d-sm-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .bm .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 768px) {
    .bm .d-md-none {
        display:none!important
    }

    .bm .d-md-inline {
        display: inline!important
    }

    .bm .d-md-inline-block {
        display: inline-block!important
    }

    .bm .d-md-block {
        display: block!important
    }

    .bm .d-md-table {
        display: table!important
    }

    .bm .d-md-table-row {
        display: table-row!important
    }

    .bm .d-md-table-cell {
        display: table-cell!important
    }

    .bm .d-md-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .bm .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 992px) {
    .bm .d-lg-none {
        display:none!important
    }

    .bm .d-lg-inline {
        display: inline!important
    }

    .bm .d-lg-inline-block {
        display: inline-block!important
    }

    .bm .d-lg-block {
        display: block!important
    }

    .bm .d-lg-table {
        display: table!important
    }

    .bm .d-lg-table-row {
        display: table-row!important
    }

    .bm .d-lg-table-cell {
        display: table-cell!important
    }

    .bm .d-lg-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .bm .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media(min-width: 1200px) {
    .bm .d-xl-none {
        display:none!important
    }

    .bm .d-xl-inline {
        display: inline!important
    }

    .bm .d-xl-inline-block {
        display: inline-block!important
    }

    .bm .d-xl-block {
        display: block!important
    }

    .bm .d-xl-table {
        display: table!important
    }

    .bm .d-xl-table-row {
        display: table-row!important
    }

    .bm .d-xl-table-cell {
        display: table-cell!important
    }

    .bm .d-xl-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .bm .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

@media print {
    .bm .d-print-none {
        display: none!important
    }

    .bm .d-print-inline {
        display: inline!important
    }

    .bm .d-print-inline-block {
        display: inline-block!important
    }

    .bm .d-print-block {
        display: block!important
    }

    .bm .d-print-table {
        display: table!important
    }

    .bm .d-print-table-row {
        display: table-row!important
    }

    .bm .d-print-table-cell {
        display: table-cell!important
    }

    .bm .d-print-flex {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .bm .d-print-inline-flex {
        display: -webkit-inline-box!important;
        display: -ms-inline-flexbox!important;
        display: inline-flex!important
    }
}

.bm .flex-row {
    -webkit-box-orient: horizontal!important;
    -ms-flex-direction: row!important;
    flex-direction: row!important
}

.bm .flex-column,.bm .flex-row {
    -webkit-box-direction: normal!important
}

.bm .flex-column {
    -webkit-box-orient: vertical!important;
    -ms-flex-direction: column!important;
    flex-direction: column!important
}

.bm .flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.bm .flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -ms-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.bm .flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.bm .flex-nowrap {
    -ms-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.bm .flex-wrap-reverse {
    -ms-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.bm .flex-fill {
    -webkit-box-flex: 1!important;
    -ms-flex: 1 1 auto!important;
    flex: 1 1 auto!important
}

.bm .flex-grow-0 {
    -webkit-box-flex: 0!important;
    -ms-flex-positive: 0!important;
    flex-grow: 0!important
}

.bm .flex-grow-1 {
    -webkit-box-flex: 1!important;
    -ms-flex-positive: 1!important;
    flex-grow: 1!important
}

.bm .flex-shrink-0 {
    -ms-flex-negative: 0!important;
    flex-shrink: 0!important
}

.bm .flex-shrink-1 {
    -ms-flex-negative: 1!important;
    flex-shrink: 1!important
}

.bm .justify-content-start {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.bm .justify-content-end {
    -webkit-box-pack: end!important;
    -ms-flex-pack: end!important;
    justify-content: flex-end!important
}

.bm .justify-content-center {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.bm .justify-content-between {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.bm .justify-content-around {
    -ms-flex-pack: distribute!important;
    justify-content: space-around!important
}

.bm .align-items-start {
    -webkit-box-align: start!important;
    -ms-flex-align: start!important;
    align-items: flex-start!important
}

.bm .align-items-end {
    -webkit-box-align: end!important;
    -ms-flex-align: end!important;
    align-items: flex-end!important
}

.bm .align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important
}

.bm .align-items-baseline {
    -webkit-box-align: baseline!important;
    -ms-flex-align: baseline!important;
    align-items: baseline!important
}

.bm .align-items-stretch {
    -webkit-box-align: stretch!important;
    -ms-flex-align: stretch!important;
    align-items: stretch!important
}

.bm .align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start!important
}

.bm .align-content-end {
    -ms-flex-line-pack: end!important;
    align-content: flex-end!important
}

.bm .align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important
}

.bm .align-content-between {
    -ms-flex-line-pack: justify!important;
    align-content: space-between!important
}

.bm .align-content-around {
    -ms-flex-line-pack: distribute!important;
    align-content: space-around!important
}

.bm .align-content-stretch {
    -ms-flex-line-pack: stretch!important;
    align-content: stretch!important
}

.bm .align-self-auto {
    -ms-flex-item-align: auto!important;
    align-self: auto!important
}

.bm .align-self-start {
    -ms-flex-item-align: start!important;
    align-self: flex-start!important
}

.bm .align-self-end {
    -ms-flex-item-align: end!important;
    align-self: flex-end!important
}

.bm .align-self-center {
    -ms-flex-item-align: center!important;
    align-self: center!important
}

.bm .align-self-baseline {
    -ms-flex-item-align: baseline!important;
    align-self: baseline!important
}

.bm .align-self-stretch {
    -ms-flex-item-align: stretch!important;
    align-self: stretch!important
}

@media(min-width: 576px) {
    .bm .flex-sm-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .bm .flex-sm-column,.bm .flex-sm-row {
        -webkit-box-direction: normal!important
    }

    .bm .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .bm .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .bm .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .bm .flex-sm-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .bm .flex-sm-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .bm .flex-sm-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .bm .flex-sm-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .bm .flex-sm-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .bm .flex-sm-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .bm .flex-sm-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .bm .flex-sm-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .bm .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .bm .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .bm .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .bm .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .bm .justify-content-sm-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .bm .align-items-sm-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .bm .align-items-sm-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .bm .align-items-sm-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .bm .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .bm .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .bm .align-content-sm-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .bm .align-content-sm-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .bm .align-content-sm-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .bm .align-content-sm-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .bm .align-content-sm-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .bm .align-content-sm-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .bm .align-self-sm-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .bm .align-self-sm-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .bm .align-self-sm-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .bm .align-self-sm-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .bm .align-self-sm-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .bm .align-self-sm-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 768px) {
    .bm .flex-md-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .bm .flex-md-column,.bm .flex-md-row {
        -webkit-box-direction: normal!important
    }

    .bm .flex-md-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .bm .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .bm .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .bm .flex-md-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .bm .flex-md-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .bm .flex-md-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .bm .flex-md-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .bm .flex-md-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .bm .flex-md-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .bm .flex-md-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .bm .flex-md-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .bm .justify-content-md-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .bm .justify-content-md-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .bm .justify-content-md-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .bm .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .bm .justify-content-md-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .bm .align-items-md-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .bm .align-items-md-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .bm .align-items-md-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .bm .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .bm .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .bm .align-content-md-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .bm .align-content-md-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .bm .align-content-md-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .bm .align-content-md-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .bm .align-content-md-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .bm .align-content-md-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .bm .align-self-md-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .bm .align-self-md-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .bm .align-self-md-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .bm .align-self-md-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .bm .align-self-md-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .bm .align-self-md-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 992px) {
    .bm .flex-lg-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .bm .flex-lg-column,.bm .flex-lg-row {
        -webkit-box-direction: normal!important
    }

    .bm .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .bm .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .bm .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .bm .flex-lg-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .bm .flex-lg-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .bm .flex-lg-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .bm .flex-lg-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .bm .flex-lg-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .bm .flex-lg-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .bm .flex-lg-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .bm .flex-lg-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .bm .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .bm .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .bm .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .bm .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .bm .justify-content-lg-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .bm .align-items-lg-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .bm .align-items-lg-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .bm .align-items-lg-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .bm .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .bm .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .bm .align-content-lg-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .bm .align-content-lg-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .bm .align-content-lg-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .bm .align-content-lg-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .bm .align-content-lg-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .bm .align-content-lg-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .bm .align-self-lg-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .bm .align-self-lg-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .bm .align-self-lg-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .bm .align-self-lg-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .bm .align-self-lg-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .bm .align-self-lg-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

@media(min-width: 1200px) {
    .bm .flex-xl-row {
        -webkit-box-orient:horizontal!important;
        -ms-flex-direction: row!important;
        flex-direction: row!important
    }

    .bm .flex-xl-column,.bm .flex-xl-row {
        -webkit-box-direction: normal!important
    }

    .bm .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -ms-flex-direction: column!important;
        flex-direction: column!important
    }

    .bm .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }

    .bm .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -ms-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }

    .bm .flex-xl-wrap {
        -ms-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }

    .bm .flex-xl-nowrap {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }

    .bm .flex-xl-wrap-reverse {
        -ms-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }

    .bm .flex-xl-fill {
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 auto!important;
        flex: 1 1 auto!important
    }

    .bm .flex-xl-grow-0 {
        -webkit-box-flex: 0!important;
        -ms-flex-positive: 0!important;
        flex-grow: 0!important
    }

    .bm .flex-xl-grow-1 {
        -webkit-box-flex: 1!important;
        -ms-flex-positive: 1!important;
        flex-grow: 1!important
    }

    .bm .flex-xl-shrink-0 {
        -ms-flex-negative: 0!important;
        flex-shrink: 0!important
    }

    .bm .flex-xl-shrink-1 {
        -ms-flex-negative: 1!important;
        flex-shrink: 1!important
    }

    .bm .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -ms-flex-pack: start!important;
        justify-content: flex-start!important
    }

    .bm .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -ms-flex-pack: end!important;
        justify-content: flex-end!important
    }

    .bm .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important
    }

    .bm .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -ms-flex-pack: justify!important;
        justify-content: space-between!important
    }

    .bm .justify-content-xl-around {
        -ms-flex-pack: distribute!important;
        justify-content: space-around!important
    }

    .bm .align-items-xl-start {
        -webkit-box-align: start!important;
        -ms-flex-align: start!important;
        align-items: flex-start!important
    }

    .bm .align-items-xl-end {
        -webkit-box-align: end!important;
        -ms-flex-align: end!important;
        align-items: flex-end!important
    }

    .bm .align-items-xl-center {
        -webkit-box-align: center!important;
        -ms-flex-align: center!important;
        align-items: center!important
    }

    .bm .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -ms-flex-align: baseline!important;
        align-items: baseline!important
    }

    .bm .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -ms-flex-align: stretch!important;
        align-items: stretch!important
    }

    .bm .align-content-xl-start {
        -ms-flex-line-pack: start!important;
        align-content: flex-start!important
    }

    .bm .align-content-xl-end {
        -ms-flex-line-pack: end!important;
        align-content: flex-end!important
    }

    .bm .align-content-xl-center {
        -ms-flex-line-pack: center!important;
        align-content: center!important
    }

    .bm .align-content-xl-between {
        -ms-flex-line-pack: justify!important;
        align-content: space-between!important
    }

    .bm .align-content-xl-around {
        -ms-flex-line-pack: distribute!important;
        align-content: space-around!important
    }

    .bm .align-content-xl-stretch {
        -ms-flex-line-pack: stretch!important;
        align-content: stretch!important
    }

    .bm .align-self-xl-auto {
        -ms-flex-item-align: auto!important;
        align-self: auto!important
    }

    .bm .align-self-xl-start {
        -ms-flex-item-align: start!important;
        align-self: flex-start!important
    }

    .bm .align-self-xl-end {
        -ms-flex-item-align: end!important;
        align-self: flex-end!important
    }

    .bm .align-self-xl-center {
        -ms-flex-item-align: center!important;
        align-self: center!important
    }

    .bm .align-self-xl-baseline {
        -ms-flex-item-align: baseline!important;
        align-self: baseline!important
    }

    .bm .align-self-xl-stretch {
        -ms-flex-item-align: stretch!important;
        align-self: stretch!important
    }
}

.bm .w-25 {
    width: 25%!important
}

.bm .w-50 {
    width: 50%!important
}

.bm .w-75 {
    width: 75%!important
}

.bm .w-100 {
    width: 100%!important
}

.bm .w-auto {
    width: auto!important
}

.bm .h-25 {
    height: 25%!important
}

.bm .h-50 {
    height: 50%!important
}

.bm .h-75 {
    height: 75%!important
}

.bm .h-100 {
    height: 100%!important
}

.bm .h-auto {
    height: auto!important
}

.bm .mw-100 {
    max-width: 100%!important
}

.bm .mh-100 {
    max-height: 100%!important
}

.bm .m-0 {
    margin: 0!important
}

.bm .mt-0,.bm .my-0 {
    margin-top: 0!important
}

.bm .mr-0,.bm .mx-0 {
    margin-right: 0!important
}

.bm .mb-0,.bm .my-0 {
    margin-bottom: 0!important
}

.bm .ml-0,.bm .mx-0 {
    margin-left: 0!important
}

.bm .m-1 {
    margin: .25rem!important
}

.bm .mt-1,.bm .my-1 {
    margin-top: .25rem!important
}

.bm .mr-1,.bm .mx-1 {
    margin-right: .25rem!important
}

.bm .mb-1,.bm .my-1 {
    margin-bottom: .25rem!important
}

.bm .ml-1,.bm .mx-1 {
    margin-left: .25rem!important
}

.bm .m-2 {
    margin: .5rem!important
}

.bm .mt-2,.bm .my-2 {
    margin-top: .5rem!important
}

.bm .mr-2,.bm .mx-2 {
    margin-right: .5rem!important
}

.bm .mb-2,.bm .my-2 {
    margin-bottom: .5rem!important
}

.bm .ml-2,.bm .mx-2 {
    margin-left: .5rem!important
}

.bm .m-3 {
    margin: 1rem!important
}

.bm .mt-3,.bm .my-3 {
    margin-top: 1rem!important
}

.bm .mr-3,.bm .mx-3 {
    margin-right: 1rem!important
}

.bm .mb-3,.bm .my-3 {
    margin-bottom: 1rem!important
}

.bm .ml-3,.bm .mx-3 {
    margin-left: 1rem!important
}

.bm .m-4 {
    margin: 1.5rem!important
}

.bm .mt-4,.bm .my-4 {
    margin-top: 1.5rem!important
}

.bm .mr-4,.bm .mx-4 {
    margin-right: 1.5rem!important
}

.bm .mb-4,.bm .my-4 {
    margin-bottom: 1.5rem!important
}

.bm .ml-4,.bm .mx-4 {
    margin-left: 1.5rem!important
}

.bm .m-5 {
    margin: 3rem!important
}

.bm .mt-5,.bm .my-5 {
    margin-top: 3rem!important
}

.bm .mr-5,.bm .mx-5 {
    margin-right: 3rem!important
}

.bm .mb-5,.bm .my-5 {
    margin-bottom: 3rem!important
}

.bm .ml-5,.bm .mx-5 {
    margin-left: 3rem!important
}

.bm .p-0 {
    padding: 0!important
}

.bm .pt-0,.bm .py-0 {
    padding-top: 0!important
}

.bm .pr-0,.bm .px-0 {
    padding-right: 0!important
}

.bm .pb-0,.bm .py-0 {
    padding-bottom: 0!important
}

.bm .pl-0,.bm .px-0 {
    padding-left: 0!important
}

.bm .p-1 {
    padding: .25rem!important
}

.bm .pt-1,.bm .py-1 {
    padding-top: .25rem!important
}

.bm .pr-1,.bm .px-1 {
    padding-right: .25rem!important
}

.bm .pb-1,.bm .py-1 {
    padding-bottom: .25rem!important
}

.bm .pl-1,.bm .px-1 {
    padding-left: .25rem!important
}

.bm .p-2 {
    padding: .5rem!important
}

.bm .pt-2,.bm .py-2 {
    padding-top: .5rem!important
}

.bm .pr-2,.bm .px-2 {
    padding-right: .5rem!important
}

.bm .pb-2,.bm .py-2 {
    padding-bottom: .5rem!important
}

.bm .pl-2,.bm .px-2 {
    padding-left: .5rem!important
}

.bm .p-3 {
    padding: 1rem!important
}

.bm .pt-3,.bm .py-3 {
    padding-top: 1rem!important
}

.bm .pr-3,.bm .px-3 {
    padding-right: 1rem!important
}

.bm .pb-3,.bm .py-3 {
    padding-bottom: 1rem!important
}

.bm .pl-3,.bm .px-3 {
    padding-left: 1rem!important
}

.bm .p-4 {
    padding: 1.5rem!important
}

.bm .pt-4,.bm .py-4 {
    padding-top: 1.5rem!important
}

.bm .pr-4,.bm .px-4 {
    padding-right: 1.5rem!important
}

.bm .pb-4,.bm .py-4 {
    padding-bottom: 1.5rem!important
}

.bm .pl-4,.bm .px-4 {
    padding-left: 1.5rem!important
}

.bm .p-5 {
    padding: 3rem!important
}

.bm .pt-5,.bm .py-5 {
    padding-top: 3rem!important
}

.bm .pr-5,.bm .px-5 {
    padding-right: 3rem!important
}

.bm .pb-5,.bm .py-5 {
    padding-bottom: 3rem!important
}

.bm .pl-5,.bm .px-5 {
    padding-left: 3rem!important
}

.bm .m-auto {
    margin: auto!important
}

.bm .mt-auto,.bm .my-auto {
    margin-top: auto!important
}

.bm .mr-auto,.bm .mx-auto {
    margin-right: auto!important
}

.bm .mb-auto,.bm .my-auto {
    margin-bottom: auto!important
}

.bm .ml-auto,.bm .mx-auto {
    margin-left: auto!important
}

@media(min-width: 576px) {
    .bm .m-sm-0 {
        margin:0!important
    }

    .bm .mt-sm-0,.bm .my-sm-0 {
        margin-top: 0!important
    }

    .bm .mr-sm-0,.bm .mx-sm-0 {
        margin-right: 0!important
    }

    .bm .mb-sm-0,.bm .my-sm-0 {
        margin-bottom: 0!important
    }

    .bm .ml-sm-0,.bm .mx-sm-0 {
        margin-left: 0!important
    }

    .bm .m-sm-1 {
        margin: .25rem!important
    }

    .bm .mt-sm-1,.bm .my-sm-1 {
        margin-top: .25rem!important
    }

    .bm .mr-sm-1,.bm .mx-sm-1 {
        margin-right: .25rem!important
    }

    .bm .mb-sm-1,.bm .my-sm-1 {
        margin-bottom: .25rem!important
    }

    .bm .ml-sm-1,.bm .mx-sm-1 {
        margin-left: .25rem!important
    }

    .bm .m-sm-2 {
        margin: .5rem!important
    }

    .bm .mt-sm-2,.bm .my-sm-2 {
        margin-top: .5rem!important
    }

    .bm .mr-sm-2,.bm .mx-sm-2 {
        margin-right: .5rem!important
    }

    .bm .mb-sm-2,.bm .my-sm-2 {
        margin-bottom: .5rem!important
    }

    .bm .ml-sm-2,.bm .mx-sm-2 {
        margin-left: .5rem!important
    }

    .bm .m-sm-3 {
        margin: 1rem!important
    }

    .bm .mt-sm-3,.bm .my-sm-3 {
        margin-top: 1rem!important
    }

    .bm .mr-sm-3,.bm .mx-sm-3 {
        margin-right: 1rem!important
    }

    .bm .mb-sm-3,.bm .my-sm-3 {
        margin-bottom: 1rem!important
    }

    .bm .ml-sm-3,.bm .mx-sm-3 {
        margin-left: 1rem!important
    }

    .bm .m-sm-4 {
        margin: 1.5rem!important
    }

    .bm .mt-sm-4,.bm .my-sm-4 {
        margin-top: 1.5rem!important
    }

    .bm .mr-sm-4,.bm .mx-sm-4 {
        margin-right: 1.5rem!important
    }

    .bm .mb-sm-4,.bm .my-sm-4 {
        margin-bottom: 1.5rem!important
    }

    .bm .ml-sm-4,.bm .mx-sm-4 {
        margin-left: 1.5rem!important
    }

    .bm .m-sm-5 {
        margin: 3rem!important
    }

    .bm .mt-sm-5,.bm .my-sm-5 {
        margin-top: 3rem!important
    }

    .bm .mr-sm-5,.bm .mx-sm-5 {
        margin-right: 3rem!important
    }

    .bm .mb-sm-5,.bm .my-sm-5 {
        margin-bottom: 3rem!important
    }

    .bm .ml-sm-5,.bm .mx-sm-5 {
        margin-left: 3rem!important
    }

    .bm .p-sm-0 {
        padding: 0!important
    }

    .bm .pt-sm-0,.bm .py-sm-0 {
        padding-top: 0!important
    }

    .bm .pr-sm-0,.bm .px-sm-0 {
        padding-right: 0!important
    }

    .bm .pb-sm-0,.bm .py-sm-0 {
        padding-bottom: 0!important
    }

    .bm .pl-sm-0,.bm .px-sm-0 {
        padding-left: 0!important
    }

    .bm .p-sm-1 {
        padding: .25rem!important
    }

    .bm .pt-sm-1,.bm .py-sm-1 {
        padding-top: .25rem!important
    }

    .bm .pr-sm-1,.bm .px-sm-1 {
        padding-right: .25rem!important
    }

    .bm .pb-sm-1,.bm .py-sm-1 {
        padding-bottom: .25rem!important
    }

    .bm .pl-sm-1,.bm .px-sm-1 {
        padding-left: .25rem!important
    }

    .bm .p-sm-2 {
        padding: .5rem!important
    }

    .bm .pt-sm-2,.bm .py-sm-2 {
        padding-top: .5rem!important
    }

    .bm .pr-sm-2,.bm .px-sm-2 {
        padding-right: .5rem!important
    }

    .bm .pb-sm-2,.bm .py-sm-2 {
        padding-bottom: .5rem!important
    }

    .bm .pl-sm-2,.bm .px-sm-2 {
        padding-left: .5rem!important
    }

    .bm .p-sm-3 {
        padding: 1rem!important
    }

    .bm .pt-sm-3,.bm .py-sm-3 {
        padding-top: 1rem!important
    }

    .bm .pr-sm-3,.bm .px-sm-3 {
        padding-right: 1rem!important
    }

    .bm .pb-sm-3,.bm .py-sm-3 {
        padding-bottom: 1rem!important
    }

    .bm .pl-sm-3,.bm .px-sm-3 {
        padding-left: 1rem!important
    }

    .bm .p-sm-4 {
        padding: 1.5rem!important
    }

    .bm .pt-sm-4,.bm .py-sm-4 {
        padding-top: 1.5rem!important
    }

    .bm .pr-sm-4,.bm .px-sm-4 {
        padding-right: 1.5rem!important
    }

    .bm .pb-sm-4,.bm .py-sm-4 {
        padding-bottom: 1.5rem!important
    }

    .bm .pl-sm-4,.bm .px-sm-4 {
        padding-left: 1.5rem!important
    }

    .bm .p-sm-5 {
        padding: 3rem!important
    }

    .bm .pt-sm-5,.bm .py-sm-5 {
        padding-top: 3rem!important
    }

    .bm .pr-sm-5,.bm .px-sm-5 {
        padding-right: 3rem!important
    }

    .bm .pb-sm-5,.bm .py-sm-5 {
        padding-bottom: 3rem!important
    }

    .bm .pl-sm-5,.bm .px-sm-5 {
        padding-left: 3rem!important
    }

    .bm .m-sm-auto {
        margin: auto!important
    }

    .bm .mt-sm-auto,.bm .my-sm-auto {
        margin-top: auto!important
    }

    .bm .mr-sm-auto,.bm .mx-sm-auto {
        margin-right: auto!important
    }

    .bm .mb-sm-auto,.bm .my-sm-auto {
        margin-bottom: auto!important
    }

    .bm .ml-sm-auto,.bm .mx-sm-auto {
        margin-left: auto!important
    }
}

@media(min-width: 768px) {
    .bm .m-md-0 {
        margin:0!important
    }

    .bm .mt-md-0,.bm .my-md-0 {
        margin-top: 0!important
    }

    .bm .mr-md-0,.bm .mx-md-0 {
        margin-right: 0!important
    }

    .bm .mb-md-0,.bm .my-md-0 {
        margin-bottom: 0!important
    }

    .bm .ml-md-0,.bm .mx-md-0 {
        margin-left: 0!important
    }

    .bm .m-md-1 {
        margin: .25rem!important
    }

    .bm .mt-md-1,.bm .my-md-1 {
        margin-top: .25rem!important
    }

    .bm .mr-md-1,.bm .mx-md-1 {
        margin-right: .25rem!important
    }

    .bm .mb-md-1,.bm .my-md-1 {
        margin-bottom: .25rem!important
    }

    .bm .ml-md-1,.bm .mx-md-1 {
        margin-left: .25rem!important
    }

    .bm .m-md-2 {
        margin: .5rem!important
    }

    .bm .mt-md-2,.bm .my-md-2 {
        margin-top: .5rem!important
    }

    .bm .mr-md-2,.bm .mx-md-2 {
        margin-right: .5rem!important
    }

    .bm .mb-md-2,.bm .my-md-2 {
        margin-bottom: .5rem!important
    }

    .bm .ml-md-2,.bm .mx-md-2 {
        margin-left: .5rem!important
    }

    .bm .m-md-3 {
        margin: 1rem!important
    }

    .bm .mt-md-3,.bm .my-md-3 {
        margin-top: 1rem!important
    }

    .bm .mr-md-3,.bm .mx-md-3 {
        margin-right: 1rem!important
    }

    .bm .mb-md-3,.bm .my-md-3 {
        margin-bottom: 1rem!important
    }

    .bm .ml-md-3,.bm .mx-md-3 {
        margin-left: 1rem!important
    }

    .bm .m-md-4 {
        margin: 1.5rem!important
    }

    .bm .mt-md-4,.bm .my-md-4 {
        margin-top: 1.5rem!important
    }

    .bm .mr-md-4,.bm .mx-md-4 {
        margin-right: 1.5rem!important
    }

    .bm .mb-md-4,.bm .my-md-4 {
        margin-bottom: 1.5rem!important
    }

    .bm .ml-md-4,.bm .mx-md-4 {
        margin-left: 1.5rem!important
    }

    .bm .m-md-5 {
        margin: 3rem!important
    }

    .bm .mt-md-5,.bm .my-md-5 {
        margin-top: 3rem!important
    }

    .bm .mr-md-5,.bm .mx-md-5 {
        margin-right: 3rem!important
    }

    .bm .mb-md-5,.bm .my-md-5 {
        margin-bottom: 3rem!important
    }

    .bm .ml-md-5,.bm .mx-md-5 {
        margin-left: 3rem!important
    }

    .bm .p-md-0 {
        padding: 0!important
    }

    .bm .pt-md-0,.bm .py-md-0 {
        padding-top: 0!important
    }

    .bm .pr-md-0,.bm .px-md-0 {
        padding-right: 0!important
    }

    .bm .pb-md-0,.bm .py-md-0 {
        padding-bottom: 0!important
    }

    .bm .pl-md-0,.bm .px-md-0 {
        padding-left: 0!important
    }

    .bm .p-md-1 {
        padding: .25rem!important
    }

    .bm .pt-md-1,.bm .py-md-1 {
        padding-top: .25rem!important
    }

    .bm .pr-md-1,.bm .px-md-1 {
        padding-right: .25rem!important
    }

    .bm .pb-md-1,.bm .py-md-1 {
        padding-bottom: .25rem!important
    }

    .bm .pl-md-1,.bm .px-md-1 {
        padding-left: .25rem!important
    }

    .bm .p-md-2 {
        padding: .5rem!important
    }

    .bm .pt-md-2,.bm .py-md-2 {
        padding-top: .5rem!important
    }

    .bm .pr-md-2,.bm .px-md-2 {
        padding-right: .5rem!important
    }

    .bm .pb-md-2,.bm .py-md-2 {
        padding-bottom: .5rem!important
    }

    .bm .pl-md-2,.bm .px-md-2 {
        padding-left: .5rem!important
    }

    .bm .p-md-3 {
        padding: 1rem!important
    }

    .bm .pt-md-3,.bm .py-md-3 {
        padding-top: 1rem!important
    }

    .bm .pr-md-3,.bm .px-md-3 {
        padding-right: 1rem!important
    }

    .bm .pb-md-3,.bm .py-md-3 {
        padding-bottom: 1rem!important
    }

    .bm .pl-md-3,.bm .px-md-3 {
        padding-left: 1rem!important
    }

    .bm .p-md-4 {
        padding: 1.5rem!important
    }

    .bm .pt-md-4,.bm .py-md-4 {
        padding-top: 1.5rem!important
    }

    .bm .pr-md-4,.bm .px-md-4 {
        padding-right: 1.5rem!important
    }

    .bm .pb-md-4,.bm .py-md-4 {
        padding-bottom: 1.5rem!important
    }

    .bm .pl-md-4,.bm .px-md-4 {
        padding-left: 1.5rem!important
    }

    .bm .p-md-5 {
        padding: 3rem!important
    }

    .bm .pt-md-5,.bm .py-md-5 {
        padding-top: 3rem!important
    }

    .bm .pr-md-5,.bm .px-md-5 {
        padding-right: 3rem!important
    }

    .bm .pb-md-5,.bm .py-md-5 {
        padding-bottom: 3rem!important
    }

    .bm .pl-md-5,.bm .px-md-5 {
        padding-left: 3rem!important
    }

    .bm .m-md-auto {
        margin: auto!important
    }

    .bm .mt-md-auto,.bm .my-md-auto {
        margin-top: auto!important
    }

    .bm .mr-md-auto,.bm .mx-md-auto {
        margin-right: auto!important
    }

    .bm .mb-md-auto,.bm .my-md-auto {
        margin-bottom: auto!important
    }

    .bm .ml-md-auto,.bm .mx-md-auto {
        margin-left: auto!important
    }
}

@media(min-width: 992px) {
    .bm .m-lg-0 {
        margin:0!important
    }

    .bm .mt-lg-0,.bm .my-lg-0 {
        margin-top: 0!important
    }

    .bm .mr-lg-0,.bm .mx-lg-0 {
        margin-right: 0!important
    }

    .bm .mb-lg-0,.bm .my-lg-0 {
        margin-bottom: 0!important
    }

    .bm .ml-lg-0,.bm .mx-lg-0 {
        margin-left: 0!important
    }

    .bm .m-lg-1 {
        margin: .25rem!important
    }

    .bm .mt-lg-1,.bm .my-lg-1 {
        margin-top: .25rem!important
    }

    .bm .mr-lg-1,.bm .mx-lg-1 {
        margin-right: .25rem!important
    }

    .bm .mb-lg-1,.bm .my-lg-1 {
        margin-bottom: .25rem!important
    }

    .bm .ml-lg-1,.bm .mx-lg-1 {
        margin-left: .25rem!important
    }

    .bm .m-lg-2 {
        margin: .5rem!important
    }

    .bm .mt-lg-2,.bm .my-lg-2 {
        margin-top: .5rem!important
    }

    .bm .mr-lg-2,.bm .mx-lg-2 {
        margin-right: .5rem!important
    }

    .bm .mb-lg-2,.bm .my-lg-2 {
        margin-bottom: .5rem!important
    }

    .bm .ml-lg-2,.bm .mx-lg-2 {
        margin-left: .5rem!important
    }

    .bm .m-lg-3 {
        margin: 1rem!important
    }

    .bm .mt-lg-3,.bm .my-lg-3 {
        margin-top: 1rem!important
    }

    .bm .mr-lg-3,.bm .mx-lg-3 {
        margin-right: 1rem!important
    }

    .bm .mb-lg-3,.bm .my-lg-3 {
        margin-bottom: 1rem!important
    }

    .bm .ml-lg-3,.bm .mx-lg-3 {
        margin-left: 1rem!important
    }

    .bm .m-lg-4 {
        margin: 1.5rem!important
    }

    .bm .mt-lg-4,.bm .my-lg-4 {
        margin-top: 1.5rem!important
    }

    .bm .mr-lg-4,.bm .mx-lg-4 {
        margin-right: 1.5rem!important
    }

    .bm .mb-lg-4,.bm .my-lg-4 {
        margin-bottom: 1.5rem!important
    }

    .bm .ml-lg-4,.bm .mx-lg-4 {
        margin-left: 1.5rem!important
    }

    .bm .m-lg-5 {
        margin: 3rem!important
    }

    .bm .mt-lg-5,.bm .my-lg-5 {
        margin-top: 3rem!important
    }

    .bm .mr-lg-5,.bm .mx-lg-5 {
        margin-right: 3rem!important
    }

    .bm .mb-lg-5,.bm .my-lg-5 {
        margin-bottom: 3rem!important
    }

    .bm .ml-lg-5,.bm .mx-lg-5 {
        margin-left: 3rem!important
    }

    .bm .p-lg-0 {
        padding: 0!important
    }

    .bm .pt-lg-0,.bm .py-lg-0 {
        padding-top: 0!important
    }

    .bm .pr-lg-0,.bm .px-lg-0 {
        padding-right: 0!important
    }

    .bm .pb-lg-0,.bm .py-lg-0 {
        padding-bottom: 0!important
    }

    .bm .pl-lg-0,.bm .px-lg-0 {
        padding-left: 0!important
    }

    .bm .p-lg-1 {
        padding: .25rem!important
    }

    .bm .pt-lg-1,.bm .py-lg-1 {
        padding-top: .25rem!important
    }

    .bm .pr-lg-1,.bm .px-lg-1 {
        padding-right: .25rem!important
    }

    .bm .pb-lg-1,.bm .py-lg-1 {
        padding-bottom: .25rem!important
    }

    .bm .pl-lg-1,.bm .px-lg-1 {
        padding-left: .25rem!important
    }

    .bm .p-lg-2 {
        padding: .5rem!important
    }

    .bm .pt-lg-2,.bm .py-lg-2 {
        padding-top: .5rem!important
    }

    .bm .pr-lg-2,.bm .px-lg-2 {
        padding-right: .5rem!important
    }

    .bm .pb-lg-2,.bm .py-lg-2 {
        padding-bottom: .5rem!important
    }

    .bm .pl-lg-2,.bm .px-lg-2 {
        padding-left: .5rem!important
    }

    .bm .p-lg-3 {
        padding: 1rem!important
    }

    .bm .pt-lg-3,.bm .py-lg-3 {
        padding-top: 1rem!important
    }

    .bm .pr-lg-3,.bm .px-lg-3 {
        padding-right: 1rem!important
    }

    .bm .pb-lg-3,.bm .py-lg-3 {
        padding-bottom: 1rem!important
    }

    .bm .pl-lg-3,.bm .px-lg-3 {
        padding-left: 1rem!important
    }

    .bm .p-lg-4 {
        padding: 1.5rem!important
    }

    .bm .pt-lg-4,.bm .py-lg-4 {
        padding-top: 1.5rem!important
    }

    .bm .pr-lg-4,.bm .px-lg-4 {
        padding-right: 1.5rem!important
    }

    .bm .pb-lg-4,.bm .py-lg-4 {
        padding-bottom: 1.5rem!important
    }

    .bm .pl-lg-4,.bm .px-lg-4 {
        padding-left: 1.5rem!important
    }

    .bm .p-lg-5 {
        padding: 3rem!important
    }

    .bm .pt-lg-5,.bm .py-lg-5 {
        padding-top: 3rem!important
    }

    .bm .pr-lg-5,.bm .px-lg-5 {
        padding-right: 3rem!important
    }

    .bm .pb-lg-5,.bm .py-lg-5 {
        padding-bottom: 3rem!important
    }

    .bm .pl-lg-5,.bm .px-lg-5 {
        padding-left: 3rem!important
    }

    .bm .m-lg-auto {
        margin: auto!important
    }

    .bm .mt-lg-auto,.bm .my-lg-auto {
        margin-top: auto!important
    }

    .bm .mr-lg-auto,.bm .mx-lg-auto {
        margin-right: auto!important
    }

    .bm .mb-lg-auto,.bm .my-lg-auto {
        margin-bottom: auto!important
    }

    .bm .ml-lg-auto,.bm .mx-lg-auto {
        margin-left: auto!important
    }
}

@media(min-width: 1200px) {
    .bm .m-xl-0 {
        margin:0!important
    }

    .bm .mt-xl-0,.bm .my-xl-0 {
        margin-top: 0!important
    }

    .bm .mr-xl-0,.bm .mx-xl-0 {
        margin-right: 0!important
    }

    .bm .mb-xl-0,.bm .my-xl-0 {
        margin-bottom: 0!important
    }

    .bm .ml-xl-0,.bm .mx-xl-0 {
        margin-left: 0!important
    }

    .bm .m-xl-1 {
        margin: .25rem!important
    }

    .bm .mt-xl-1,.bm .my-xl-1 {
        margin-top: .25rem!important
    }

    .bm .mr-xl-1,.bm .mx-xl-1 {
        margin-right: .25rem!important
    }

    .bm .mb-xl-1,.bm .my-xl-1 {
        margin-bottom: .25rem!important
    }

    .bm .ml-xl-1,.bm .mx-xl-1 {
        margin-left: .25rem!important
    }

    .bm .m-xl-2 {
        margin: .5rem!important
    }

    .bm .mt-xl-2,.bm .my-xl-2 {
        margin-top: .5rem!important
    }

    .bm .mr-xl-2,.bm .mx-xl-2 {
        margin-right: .5rem!important
    }

    .bm .mb-xl-2,.bm .my-xl-2 {
        margin-bottom: .5rem!important
    }

    .bm .ml-xl-2,.bm .mx-xl-2 {
        margin-left: .5rem!important
    }

    .bm .m-xl-3 {
        margin: 1rem!important
    }

    .bm .mt-xl-3,.bm .my-xl-3 {
        margin-top: 1rem!important
    }

    .bm .mr-xl-3,.bm .mx-xl-3 {
        margin-right: 1rem!important
    }

    .bm .mb-xl-3,.bm .my-xl-3 {
        margin-bottom: 1rem!important
    }

    .bm .ml-xl-3,.bm .mx-xl-3 {
        margin-left: 1rem!important
    }

    .bm .m-xl-4 {
        margin: 1.5rem!important
    }

    .bm .mt-xl-4,.bm .my-xl-4 {
        margin-top: 1.5rem!important
    }

    .bm .mr-xl-4,.bm .mx-xl-4 {
        margin-right: 1.5rem!important
    }

    .bm .mb-xl-4,.bm .my-xl-4 {
        margin-bottom: 1.5rem!important
    }

    .bm .ml-xl-4,.bm .mx-xl-4 {
        margin-left: 1.5rem!important
    }

    .bm .m-xl-5 {
        margin: 3rem!important
    }

    .bm .mt-xl-5,.bm .my-xl-5 {
        margin-top: 3rem!important
    }

    .bm .mr-xl-5,.bm .mx-xl-5 {
        margin-right: 3rem!important
    }

    .bm .mb-xl-5,.bm .my-xl-5 {
        margin-bottom: 3rem!important
    }

    .bm .ml-xl-5,.bm .mx-xl-5 {
        margin-left: 3rem!important
    }

    .bm .p-xl-0 {
        padding: 0!important
    }

    .bm .pt-xl-0,.bm .py-xl-0 {
        padding-top: 0!important
    }

    .bm .pr-xl-0,.bm .px-xl-0 {
        padding-right: 0!important
    }

    .bm .pb-xl-0,.bm .py-xl-0 {
        padding-bottom: 0!important
    }

    .bm .pl-xl-0,.bm .px-xl-0 {
        padding-left: 0!important
    }

    .bm .p-xl-1 {
        padding: .25rem!important
    }

    .bm .pt-xl-1,.bm .py-xl-1 {
        padding-top: .25rem!important
    }

    .bm .pr-xl-1,.bm .px-xl-1 {
        padding-right: .25rem!important
    }

    .bm .pb-xl-1,.bm .py-xl-1 {
        padding-bottom: .25rem!important
    }

    .bm .pl-xl-1,.bm .px-xl-1 {
        padding-left: .25rem!important
    }

    .bm .p-xl-2 {
        padding: .5rem!important
    }

    .bm .pt-xl-2,.bm .py-xl-2 {
        padding-top: .5rem!important
    }

    .bm .pr-xl-2,.bm .px-xl-2 {
        padding-right: .5rem!important
    }

    .bm .pb-xl-2,.bm .py-xl-2 {
        padding-bottom: .5rem!important
    }

    .bm .pl-xl-2,.bm .px-xl-2 {
        padding-left: .5rem!important
    }

    .bm .p-xl-3 {
        padding: 1rem!important
    }

    .bm .pt-xl-3,.bm .py-xl-3 {
        padding-top: 1rem!important
    }

    .bm .pr-xl-3,.bm .px-xl-3 {
        padding-right: 1rem!important
    }

    .bm .pb-xl-3,.bm .py-xl-3 {
        padding-bottom: 1rem!important
    }

    .bm .pl-xl-3,.bm .px-xl-3 {
        padding-left: 1rem!important
    }

    .bm .p-xl-4 {
        padding: 1.5rem!important
    }

    .bm .pt-xl-4,.bm .py-xl-4 {
        padding-top: 1.5rem!important
    }

    .bm .pr-xl-4,.bm .px-xl-4 {
        padding-right: 1.5rem!important
    }

    .bm .pb-xl-4,.bm .py-xl-4 {
        padding-bottom: 1.5rem!important
    }

    .bm .pl-xl-4,.bm .px-xl-4 {
        padding-left: 1.5rem!important
    }

    .bm .p-xl-5 {
        padding: 3rem!important
    }

    .bm .pt-xl-5,.bm .py-xl-5 {
        padding-top: 3rem!important
    }

    .bm .pr-xl-5,.bm .px-xl-5 {
        padding-right: 3rem!important
    }

    .bm .pb-xl-5,.bm .py-xl-5 {
        padding-bottom: 3rem!important
    }

    .bm .pl-xl-5,.bm .px-xl-5 {
        padding-left: 3rem!important
    }

    .bm .m-xl-auto {
        margin: auto!important
    }

    .bm .mt-xl-auto,.bm .my-xl-auto {
        margin-top: auto!important
    }

    .bm .mr-xl-auto,.bm .mx-xl-auto {
        margin-right: auto!important
    }

    .bm .mb-xl-auto,.bm .my-xl-auto {
        margin-bottom: auto!important
    }

    .bm .ml-xl-auto,.bm .mx-xl-auto {
        margin-left: auto!important
    }
}

.bm .visible {
    visibility: visible!important
}

.bm .invisible {
    visibility: hidden
}

@font-face {
    font-family: panelfronticon;
    src: url(https://cdn.panelfront.net/assets/fonts/panelfront-icons.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

[class*=pf-icon]:before,[class^=pf-icon]:before {
    font-family: panelfronticon;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

.pfi-clubs:before {
    content: ""
}

.pfi-hearth:before {
    content: ""
}

.pfi-spades:before {
    content: ""
}

.pfi-chip3-1:before {
    content: ""
}

.pfi-cards1:before {
    content: ""
}

.pfi-cards2:before {
    content: ""
}

.pfi-chip2:before {
    content: ""
}

.pfi-wof:before {
    content: ""
}

.pfi-crown:before {
    content: ""
}

.pfi-roulette:before {
    content: ""
}

.pfi-money:before {
    content: ""
}

.pfi-card6:before {
    content: ""
}

.pfi-card2:before {
    content: ""
}

.pfi-cards3:before {
    content: ""
}

.pfi-card4:before {
    content: ""
}

.pfi-chip3:before {
    content: ""
}

.pfi-roulette3:before {
    content: ""
}

.pfi-chip:before {
    content: ""
}

.pfi-cardsembol:before {
    content: ""
}

.pfi-cherry:before {
    content: ""
}

.pfi-slot:before {
    content: ""
}

.pfi-soccer2:before {
    content: ""
}

.pfi-basket:before {
    content: ""
}

.pfi-stopwatch2:before {
    content: ""
}

.pfi-watch3:before {
    content: ""
}

.pfi-diamond:before {
    content: ""
}

.pfi-dealerman:before {
    content: ""
}

.pfi-dealergirl:before {
    content: ""
}

.pfi-bitcoin:before {
    content: ""
}

.pfi-gamer:before {
    content: ""
}

.pfi-transfer:before {
    content: ""
}

.pfi-tvplay:before {
    content: ""
}

.pfi-card5:before {
    content: ""
}

.pfi-winner2:before {
    content: ""
}

.pfi-winner1:before {
    content: ""
}

.pfi-giftbox:before {
    content: ""
}

.pfi-wheeloffortuna:before {
    content: ""
}

.pfi-racing:before {
    content: ""
}

.pfi-win:before {
    content: ""
}

.pfi-roulette2:before {
    content: ""
}

.pfi-support:before {
    content: ""
}

.pfi-football-jersey:before {
    content: ""
}

.pfi-soccer1:before {
    content: ""
}

.pfi-score:before {
    content: ""
}

.pfi-stopwatch:before {
    content: ""
}

@media only screen and (max-width: 767px) {
    .hidden-xs-only {
        display:none!important
    }
}

@media only screen and (min-width: 768px) {
    .hidden-sm-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 768px)and (max-width:991px) {
    .hidden-sm-only {
        display:none!important
    }
}

@media only screen and (max-width: 991px) {
    .hidden-sm-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 992px) {
    .hidden-md-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 992px)and (max-width:1199px) {
    .hidden-md-only {
        display:none!important
    }
}

@media only screen and (max-width: 1199px) {
    .hidden-md-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 1200px) {
    .hidden-lg-and-up {
        display:none!important
    }
}

@media only screen and (min-width: 1200px)and (max-width:1919px) {
    .hidden-lg-only {
        display:none!important
    }
}

@media only screen and (max-width: 1919px) {
    .hidden-lg-and-down {
        display:none!important
    }
}

@media only screen and (min-width: 1920px) {
    .hidden-xl-only {
        display:none!important
    }
}

.vue-slider-disabled {
    opacity: .5;
    cursor: not-allowed
}

.vue-slider-rail {
    background-color: hsla(0,0%,100%,.8);
    border-radius: 15px
}

.vue-slider-process {
    background-color: #f52534;
    border-radius: 15px
}

.vue-slider-mark {
    z-index: 4
}

.vue-slider-mark:first-child .vue-slider-mark-step,.vue-slider-mark:last-child .vue-slider-mark-step {
    display: none
}

.vue-slider-mark-step {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(0,0,0,.16)
}

.vue-slider-mark-label {
    font-size: 14px;
    white-space: nowrap
}

.vue-slider-dot-handle {
    cursor: pointer;
    width: 100%;
    height: 100%;
    border-radius: 20%;
    background-color: #f52534;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: .5px .5px 2px 1px rgba(0,0,0,.32);
    box-shadow: .5px .5px 2px 1px rgba(0,0,0,.32)
}

.vue-slider-dot-handle-focus {
    -webkit-box-shadow: 0 0 1px 2px rgba(229,182,70,.36);
    box-shadow: 0 0 1px 2px rgba(229,182,70,.36)
}

.vue-slider-dot-handle-disabled {
    cursor: not-allowed;
    background-color: #ccc
}

.vue-slider-dot-tooltip-inner {
    font-size: 14px;
    white-space: nowrap;
    padding: 2px 5px;
    min-width: 20px;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    border-color: #f52534;
    background-color: #f52534;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.vue-slider-dot-tooltip-inner:after {
    content: "";
    position: absolute
}

.vue-slider-dot-tooltip-inner-top:after {
    top: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-top-color: inherit
}

.vue-slider-dot-tooltip-inner-bottom:after,.vue-slider-dot-tooltip-inner-top:after {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 0;
    width: 0
}

.vue-slider-dot-tooltip-inner-bottom:after {
    bottom: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: inherit
}

.vue-slider-dot-tooltip-inner-left:after {
    left: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-left-color: inherit
}

.vue-slider-dot-tooltip-inner-left:after,.vue-slider-dot-tooltip-inner-right:after {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 0;
    width: 0
}

.vue-slider-dot-tooltip-inner-right:after {
    right: 100%;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-right-color: inherit
}

.vue-slider-dot-tooltip-wrapper {
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

.vue-slider-dot-tooltip-wrapper-show {
    opacity: 1
}

.superWheel {
    position: relative;
    max-width: 100%;
    margin: 4em auto 1em;
    font-size: 25px;
    font-weight: 700
}

.superWheel,.superWheel * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.sWheel-wrapper {
    position: relative
}

.superWheel .sWheel-inner {
    display: block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative
}

.superWheel .sWheel {
    border-radius: 100%;
    overflow: hidden
}

.superWheel .sWheel,.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap,.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt {
    margin: 0 auto;
    border-radius: 100%;
    padding: 0;
    list-style: none;
    overflow: hidden;
    color: #ecf0f1
}

.superWheel .sWheel>.sWheel-bg-layer,.superWheel .sWheel>.sWheel-txt-wrap {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.superWheel .sWheel .sWheel-child .sWheel-inside {
    display: table;
    -webkit-transform: rotate(0) skew(-45deg);
    transform: rotate(0) skew(-45deg);
    width: 50%;
    height: 50%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    text-align: right;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    overflow: hidden
}

.superWheel .sWheel .sWheel-child .sWheel-inside>div {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    -webkit-transform-origin: 115% 25%;
    transform-origin: 115% 25%;
    padding-right: 40px;
    font-size: 18px;
    font-weight: 700
}

.superWheel .sWheel>.sWheel-bg-layer>div {
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    border: 1px solid transparent;
    background-color: #404040
}

.superWheel .sWheel>.sWheel-bg-layer>div:nth-child(odd) {
    background-color: #616161
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div {
    position: absolute;
    top: 50%;
    left: 50%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    line-height: 1.2em;
    max-height: 23.4em;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 1px;
    width: 50%;
    padding-right: 6%;
    font-weight: 700;
    font-size: 100%;
    cursor: default;
    color: #fff;
    text-align: right
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img {
    max-width: 40%
}

.superWheel .sWheel-center {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    text-align: center
}

.superWheel .sWheel-center>.sw-center-empty,.superWheel .sWheel-center>.sw-center-html {
    max-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    z-index: 2
}

.superWheel .sWheel-center>.sw-center-empty {
    position: absolute
}

.superWheel .sWheel-center>img {
    max-width: 100%;
    width: 200px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.superWheel .sWheel-center>div {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent!important
}

.superWheel .sWheel-marker {
    border-spacing: 90px;
    width: 16%;
    height: 14%;
    position: absolute;
    left: 50%;
    top: -18%;
    margin-top: 7%;
    margin-left: -8%;
    -webkit-transition: rotate .2 linear;
    transition: rotate .2 linear;
    z-index: 1;
    display: block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: 50% 35%;
    transform-origin: 50% 35%
}

.superWheel .sWheel-marker>svg {
    height: 100%;
    display: block;
    text-align: center;
    margin: 0 auto
}

.superWheel .rotate {
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg)
}

.sWheel>.sWheel-bg-layer>svg {
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
}

@-webkit-keyframes animateColor {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

@keyframes animateColor {
    0% {
        background-position: 0 50%
    }

    50% {
        background-position: 100% 50%
    }

    to {
        background-position: 0 50%
    }
}

.outer_line {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    border-radius: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.outer_line .outer_line_inner {
    position: relative;
    display: block;
    border: 33px solid #3c525b;
    border-radius: 50%;
    -webkit-box-shadow: inset 0 0 2px 2px rgba(0,0,0,.3764705882352941);
    box-shadow: inset 0 0 2px 2px rgba(0,0,0,.3764705882352941);
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: calc(100% - 2px);
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100% - 2px);
    flex: 0 0 calc(100% - 2px)
}

.outer_line .no_lights .light:after {
    display: none!important
}

.light {
    width: 12px;
    height: 12px;
    background-color: hsla(0,0%,100%,.5019607843137255);
    top: 50%;
    left: 50%;
    margin: -6px
}

.light,.light:after {
    border-radius: 50%;
    position: absolute
}

.light:after {
    width: 100%;
    height: 100%;
    top: 0;
    content: "";
    background-color: #fff;
    -webkit-box-shadow: 0 0 8px 2px #fff4c2;
    box-shadow: 0 0 8px 2px #fff4c2;
    opacity: 0
}

.light:last-child {
    display: none
}

.ready_wheel .light:nth-child(2n):after,.ready_wheel .light:nth-child(odd):after {
    -webkit-animation: glow .8s infinite alternate;
    animation: glow .8s infinite alternate
}

.ready_wheel .light:nth-child(2n):after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.spinning_wheel .light:after {
    -webkit-animation: paused!important;
    animation: paused!important
}

.open_light:after {
    opacity: 1!important
}

@-webkit-keyframes glow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes glow {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.sWheel-marker {
    top: -15%!important
}

@media(max-width: 464px) {
    .outer_line_inner {
        border-width:25px!important
    }

    .outer_line_inner .light {
        width: 9px;
        height: 9px;
        margin: -4.5px
    }
}

.superWheel .sWheel>.sWheel-txt-wrap>.sWheel-txt>div img {
    max-width: 60%!important
}

.fa {
    font-family: FontAwesome!important;
    font-weight: 400!important
}

@font-face {
    font-family: Panel Front;
    font-style: normal;
    font-weight: 300;
    font-display: auto;
    src: url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.eot);
    src: url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.eot#iefix) format("embedded-opentype"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.woff2) format("woff2"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.woff) format("woff"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.ttf) format("truetype"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-light-300.svg#fontawesome) format("svg")
}

@font-face {
    font-family: Panel Front;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.eot);
    src: url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.eot#iefix) format("embedded-opentype"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.woff2) format("woff2"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.woff) format("woff"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.ttf) format("truetype"),url(https://cdn.panelfront.net/assets/fonts/panelfont/fa-regular-400.svg#fontawesome) format("svg")
}

.pf_m_body app-header {
    position: relative;
    -webkit-transition: top .3s ease;
    transition: top .3s ease
}

.far {
    font-weight: 400
}

.fal,.far {
    font-family: Panel Front!important
}

.fal {
    font-weight: 300
}

.fa-trophy-alt:before {
    content: ""
}

.fa-sort-numeric-up:before {
    content: ""
}

.fa-user-chart:before {
    content: ""
}

.fa-comment-alt-dots:before {
    content: ""
}

.fa-user-friends:before {
    content: ""
}

.fa-external-link-square:before {
    content: ""
}

.fa-copy:before {
    content: ""
}

.fa-mobile:before {
    content: ""
}

.fa-mobile-android-alt:before {
    content: ""
}

.modal-overlay {
    pointer-events: none!important
}

.el-dialog__wrapper {
    -webkit-animation: inherit!important;
    animation: inherit!important
}

.helper_content_btn {
    text-align: left!important
}

.vue-slider-dot-tooltip {
    display: none
}

body,html {
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%
}

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

.el-collapse-item__arrow {
    font-size: 20px
}

.el-input__inner {
    -webkit-appearance: none!important;
    border-radius: 4px!important;
    border: 1px solid #dcdfe6!important;
    -webkit-box-sizing: border-box!important;
    box-sizing: border-box!important;
    font-size: inherit!important;
    margin: inherit!important;
    width: 100%!important
}

.betmaster_game_page {
    left: 0!important
}

.bm_botbar,.bottom_slider_cover {
    left: 0
}

.v-modal {
    z-index: 1!important
}

.el-input--small .el-input__inner {
    height: 32px!important;
    line-height: 32px!important
}

.el-scrollbar ::-webkit-scrollbar-track {
    background-color: inherit!important
}

.el-input--prefix .el-input__inner {
    padding-left: 30px!important
}

.el-input--suffix .el-input__inner {
    padding-right: 30px!important
}

.h_ph+.image-placeholder {
    display: none!important
}

.image-placeholder {
    background-color: #ededed;
    position: relative;
    height: 100%
}

.image-placeholder .placeholder_svg {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.image-placeholder:after {
    content: "";
    display: block;
    position: absolute;
    left: -150px;
    top: 0;
    height: 100%;
    width: 150px;
    background: -webkit-gradient(linear,left top,right top,color-stop(0,transparent),color-stop(50%,#fff),to(transparent));
    background: linear-gradient(90deg,transparent 0,#fff 50%,transparent);
    -webkit-animation: load 1s cubic-bezier(.4,0,.2,1) infinite;
    animation: load 1s cubic-bezier(.4,0,.2,1) infinite
}

@-webkit-keyframes load {
    0% {
        left: -150px
    }

    to {
        left: 100%
    }
}

@keyframes load {
    0% {
        left: -150px
    }

    to {
        left: 100%
    }
}

@media(max-width: 767.98px) {
    .no-gutters-xs {
        margin-left:0!important;
        margin-right: 0!important
    }

    .no-gutters-xs .col-12 {
        padding-right: 0;
        padding-left: 0
    }
}

.page-footer {
    padding-bottom: 40px!important
}

@media(min-width: 1200px) {
    .mobile_popup {
        display:none!important
    }
}

@media(max-width: 1200px) {
    .desktop_popup {
        display:none!important
    }
}

.el-carousel__arrow:focus {
    background-color: rgba(0,0,0,.5)!important
}

[v-cloak] {
    display: none
}

.v-modal {
    opacity: 0!important
}

.el-dialog__wrapper {
    background-color: rgba(0,0,0,.7)!important;
    z-index: 99999!important
}

.page-pages .page-wrap .container-90 {
    width: 100%!important
}

.page-contents .promotions {
    width: 100%!important;
    max-width: inherit!important
}

.page-contents .promotions #page-content {
    margin: 0!important;
    padding: 0!important
}

.bmm .row:after {
    display: none!important
}

.bmm * ::-webkit-scrollbar-thumb,.bmm>::-webkit-scrollbar-thumb {
    background-color: #ddd!important;
    border-radius: 5px!important;
    -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,.1)!important;
    box-shadow: inset 0 0 3px rgba(0,0,0,.1)!important
}

.el-tooltip__popper {
    z-index: 100000!important
}

.el-popup-parent--hidden {
    padding-right: 0!important
}

.el-message {
    z-index: 10000000!important
}

gallery-slider+news-ticker>.ticker_cover {
    margin-top: 0!important;
    -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.4);
    box-shadow: 1px 1px 3px rgba(0,0,0,.4)
}

news-ticker+gallery-slider>.betmaster_slider {
    margin-top: 0!important
}

social-media+promotion-calendar>.betmaster_promotion_calendar {
    margin-top: 20px!important
}

@media(max-width: 1200px) {
    .sportsbet-left-top [vce-ready] {
        display:none!important
    }
}

[vce-ready] {
    -webkit-box-sizing: inherit!important;
    box-sizing: inherit!important;
    -webkit-font-smoothing: auto!important;
    letter-spacing: 0!important;
    display: block
}

[vce-ready] .el-dialog__headerbtn:focus {
    background-color: inherit
}

[vce-ready] strong {
    font-weight: 900
}

.bmmc+.bmmc {
    margin-bottom: 2rem
}

.bmm {
    -webkit-tap-highlight-color: rgba(255,255,255,0)
}

.el-dialog__close {
    font-size: 20px!important;
    font-weight: 600!important
}

.bm-font {
    font-family: Roboto,sans-serif
}

.trun {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden
}

.show_all_btn {
    background-color: #1a1824;
    text-align: center;
    font-size: 13px;
    text-decoration: none;
    padding: 6px;
    color: #fff;
    cursor: pointer;
    font-weight: 600;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.show_all_btn:hover {
    background-color: #272727!important;
    color: #fff
}

.betmaster_point_table .header,.betmaster_scorematic .header {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: #f52534;
    color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -7px
}

.el-button--makebet {
    background-color: #fc5c10!important;
    color: #fff!important;
    border: none!important
}

.el-button--makebet:active,.el-button--makebet:focus,.el-button--makebet:hover {
    color: #fff !important!important;
    background-color: #fc5c10 !important!important
}

.el-button--demandbonus {
    background-color: #fff!important;
    color: #15b379!important;
    width: 100%
}

.el-button--demandbonus:active,.el-button--demandbonus:focus,.el-button--demandbonus:hover {
    color: #15b379!important;
    border-color: #15b379!important;
    background-color: #fff
}

.betmaster_notification {
    font-family: Roboto,sans-serif;
    background-color: #fff!important;
    border-radius: 1!important
}

.betmaster_notification .el-message__content {
    color: #909399!important
}

.bm_fade .el-carousel__container .el-carousel__item {
    -webkit-transform: inherit!important;
    transform: inherit!important;
    opacity: 0;
    -webkit-transition: all .6s ease;
    transition: all .6s ease
}

.bm_fade .el-carousel__container .is-active {
    opacity: 1
}

.el-button--danger:focus,.el-button--danger:hover {
    background: #f78989!important;
    border-color: #f78989!important;
    color: #fff!important
}

.el-select-dropdown {
    z-index: 99999999999999!important
}

.bm .row {
    margin-bottom: 0
}

.customer_point {
    min-width: 100px;
    color: #fff!important
}

.customer_point:hover {
    background-color: inherit!important
}

.customer_point i {
    font-size: 18px;
    position: relative;
    top: 0
}

.customer_point .point {
    font-weight: 600
}

.customer_rank_name {
    font-family: Roboto,sans-serif;
    font-size: 13px;
    z-index: 1.0000000000000001e+21!important
}

.bm_primary_bg {
    background-color: #000c24!important
}

.shop_btns_cover {
    width: 100%
}

@media screen and (min-width: 993px) {
    #toast-container {
        top:auto!important;
        bottom: 45px!important;
        z-index: 999999999999!important
    }
}

.vue-slider-ltr .vue-slider-mark-label {
    font-size: 12px!important
}

.vue-slider-mark:first-child {
    margin-left: 8px!important
}

.vue-slider-mark:last-child {
    left: calc(100% - 3px)!important
}

.vue-content-placeholders {
    width: 100%
}

.sticky_bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1
}

.sticky_bg .sticky_bg_inner {
    top: 0;
    position: sticky;
    padding: 30px;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh
}

customer-reference {
    display: inline-block!important
}

.point_table_sub_header .col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel_loader .skeleton.skeleton--card {
    width: 100%;
    display: inline-block;
    vertical-align: text-top
}

.panel_loader .skeleton .skeleton--content {
    position: relative
}

.panel_loader .skeleton .skeleton--content .loader {
    background: #f6f7f8;
    -webkit-animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-name: placeholderSkeleton;
    -webkit-animation-timing-function: linear;
    background-image: -webkit-linear-gradient(left,#f6f7f8,#edeef1 20%,#f6f7f8 40%,#f6f7f8);
    background-repeat: no-repeat;
    background-size: 800px 104px;
    height: 104px;
    position: relative
}

.panel_loader .skeleton .skeleton--content .skeleton--content-wrapper,.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--th {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 15px;
    margin: 5px 10px 15px
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    height: 10px;
    margin: 5px 10px
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__2 {
    -ms-flex-preferred-size: 300%;
    flex-basis: 300%
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__3 {
    -ms-flex-preferred-size: 500%;
    flex-basis: 500%
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__4 {
    -ms-flex-preferred-size: 700%;
    flex-basis: 700%
}

.panel_loader .skeleton .skeleton--content .skeleton--table .skeleton--tr .skeleton--td__5 {
    -ms-flex-preferred-size: 900%;
    flex-basis: 900%
}

.panel_loader .skeleton .skeleton--content .skeleton--title {
    margin: 5px 10px;
    height: 20px
}

.panel_loader .skeleton .skeleton--content .skeleton--hr {
    height: 2px;
    margin: 0 10px 10px
}

.panel_loader .skeleton .skeleton--content .skeleton--line {
    height: 10px;
    margin: 10px
}

.panel_loader .skeleton .skeleton--content .skeleton--circle {
    height: 60px;
    width: 60px;
    border-radius: 10px
}

.panel_loader .skeleton .skeleton--content .fl {
    display: inline-block;
    width: auto;
    vertical-align: text-top
}

@-webkit-keyframes placeholderSkeleton {
    0% {
        background-position: -468px 0
    }

    to {
        background-position: 468px 0
    }
}

.el-input__inner:focus {
    -webkit-box-shadow: inherit!important;
    box-shadow: inherit!important
}

.sidemenu::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.sidemenu::-webkit-scrollbar-thumb {
    background: #3e434b;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 2px hsla(0,0%,100%,.3);
    box-shadow: inset 0 0 2px hsla(0,0%,100%,.3)
}

.sidemenu::-webkit-scrollbar-track {
    background: rgba(158,170,186,.15);
    border-radius: 6px
}

.betmaster_faq .faq_menu .menu_item+.menu_item {
    border-top: none!important
}

.shop_filter input.el-input__inner {
    padding: 0 15px!important
}

.pf_m_body .betmaster_helper .helper_button,.pf_m_body .betmaster_tournament_table .tournament_button {
    z-index: 10!important
}

.panel_drawer .sidemenu::-webkit-scrollbar {
    width: 0;
    height: 0
}

.panel_drawer .sidemenu::-webkit-scrollbar-track {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 10px
}

.panel_drawer .sidemenu::-webkit-scrollbar-thumb {
    background-color: #11171a;
    border-radius: 10px
}

.betmaster_promotion_calendar .count_down_item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popup_container {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0
}

.bm_popup_cover {
    font-family: Roboto,sans-serif
}

.bm_popup_cover p {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bm_popup_cover .el-dialog__wrapper {
    background-color: inherit!important
}

.bm_popup_cover .bm_popup_mask {
    background-color: rgba(0,0,0,.8)!important;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999999!important
}

.bm_popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 100000000000000020000!important;
    -webkit-transition: none!important;
    transition: none!important;
    -webkit-animation: none!important;
    animation: none!important
}

.bm_popup .content {
    word-break: break-word;
    color: hsla(0,0%,100%,.75)
}

.bm_popup img {
    width: 100%;
    height: 100%
}

.bm_popup a {
    display: block
}

.bm_popup .el-dialog,.bm_popup .panel_popup {
    min-width: 400px;
    background: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    z-index: 999999999;
    display: table;
    width: inherit;
    position: relative;
    margin-top: 0!important;
    margin-bottom: 0!important;
    background-color: rgba(255,0,0,0)!important
}

.bm_popup .el-dialog .close_btn,.bm_popup .panel_popup .close_btn {
    color: #fff;
    position: absolute;
    top: -25px;
    right: 0
}

@media(max-width: 767.98px) {
    .bm_popup .el-dialog,.bm_popup .panel_popup {
        width:90%;
        min-width: inherit!important;
        height: inherit!important
    }
}

.bm_popup .el-dialog .popup_video,.bm_popup .panel_popup .popup_video {
    min-width: 560px;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.bm_popup .el-dialog .popup_video .video_loader,.bm_popup .panel_popup .popup_video .video_loader {
    position: absolute
}

.bm_popup .el-dialog .popup_video i,.bm_popup .panel_popup .popup_video i {
    font-size: 25px
}

@media(max-width: 767.98px) {
    .bm_popup .el-dialog .popup_video,.bm_popup .panel_popup .popup_video {
        min-width:100%!important;
        min-height: 100%!important
    }
}

.bm_popup .el-dialog iframe,.bm_popup .panel_popup iframe {
    border: 0
}

@media(max-width: 767.98px) {
    .bm_popup .el-dialog iframe,.bm_popup .panel_popup iframe {
        width:100%;
        height: 100%
    }
}

.bm_popup .el-dialog__headerbtn {
    position: absolute;
    top: -25px;
    right: 0
}

.bm_popup .el-dialog__headerbtn .el-dialog__close {
    color: #fff;
    font-size: 20px;
    font-weight: 600
}

.bm_popup .el-dialog__body,.bm_popup .el-dialog__header {
    padding: 0
}

.bm_popup .never_show {
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: -25px;
    font-size: .9rem;
    font-weight: 600
}

.bm_popup .el-dialog__headerbtn:focus .el-dialog__close,.bm_popup .el-dialog__headerbtn:hover .el-dialog__close {
    color: #fff
}

.bm_topup {
    font-family: Roboto,sans-serif;
    position: relative
}

.bm_topup .content {
    padding: 10px;
    background-color: #f52534;
    color: #000c24;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media(max-width: 767.98px) {
    .bm_topup .content {
        padding:10px 20px!important
    }
}

.bm_topup .popup_video {
    min-height: 260px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.bm_topup .popup_video .video_loader {
    position: absolute
}

.bm_topup .popup_video i {
    font-size: 25px
}

@media(max-width: 767.98px) {
    .bm_topup .popup_video {
        min-width:100%!important;
        min-height: 100%!important
    }
}

.bm_topup .close_topup {
    position: absolute;
    right: 15px;
    top: 15px;
    color: #000c24;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer
}

@media(max-width: 767.98px) {
    .bm_topup .close_topup {
        right:10px
    }
}

.bm_sidepopup {
    position: fixed;
    bottom: 55px;
    right: -260px;
    background-color: #000c24;
    color: #fff;
    display: block;
    max-width: 260px;
    z-index: 99999999;
    border-radius: 3px;
    padding: 14px 26px 14px 13px;
    font-size: 15px
}

.bm_sidepopup .content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.bm_sidepopup .content,.bm_sidepopup .content a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bm_sidepopup .content iframe {
    border: 0;
    width: 100%;
    height: 100%
}

.bm_sidepopup.show_sidepopup {
    -webkit-animation: slidein .7s forwards;
    animation: slidein .7s forwards;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

@-webkit-keyframes slidein {
    0% {
        right: -260px
    }

    to {
        right: 15px
    }
}

@keyframes slidein {
    0% {
        right: -260px
    }

    to {
        right: 15px
    }
}

@media(max-width: 767.98px) {
    @-webkit-keyframes slidein {
        0% {
            right:-260px
        }

        to {
            right: 50%;
            -webkit-transform: translate(50%);
            transform: translate(50%)
        }
    }

    @keyframes slidein {
        0% {
            right: -260px
        }

        to {
            right: 50%;
            -webkit-transform: translate(50%);
            transform: translate(50%)
        }
    }
}

.bm_sidepopup img {
    max-width: 100%
}

.bm_sidepopup .close_topup {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    cursor: pointer
}

.img_placeholders {
    display: none
}

.video_popup {
    min-width: 560px;
    min-height: 340px
}

@media screen and (max-width: 563px) {
    .video_popup {
        min-width:inherit!important;
        min-height: inherit!important
    }

    .popup_video {
        height: 200px!important
    }
}

.pf_m_body .bm_botbar {
    display: none
}

.bm_botbar {
    font-family: Roboto,sans-serif;
    height: 40px;
    background: #000c24;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10001;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important
}

.bm_botbar .el-loading-mask {
    background-color: #000c24
}

.bm_botbar .jackpot_bar {
    position: absolute;
    bottom: 40px;
    background-color: #000c24;
    padding-left: 3px;
    color: #fff
}

.bm_botbar .jackpot_bar,.bm_botbar .jackpot_bar .jackpot_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bm_botbar .jackpot_bar .jackpot_title {
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase
}

.bm_botbar .jackpot_bar .jackpot_title .title {
    padding-left: 5px
}

.bm_botbar .jackpot_bar .jackpot_icon {
    max-width: 45px
}

.bm_botbar .custom_btns {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    color: hsla(0,0%,100%,.85);
    font-size: 14px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #404040;
    text-decoration: none;
    -webkit-box-flex: 0!important;
    -ms-flex: 0 1 auto!important;
    flex: 0 1 auto!important;
    min-width: 100px;
    cursor: pointer
}

.bm_botbar .custom_btns,.bm_botbar .custom_btns .custom_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bm_botbar .custom_btns .custom_btn {
    white-space: pre
}

.bm_botbar .custom_btns .custom_btn i {
    margin-right: 3px;
    font-size: 18px
}

.bm_botbar .custom_btns .el-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bm_botbar .custom_btns:hover {
    background-color: #000c24;
    color: #f52534
}

.bm_botbar .custom_btns img {
    border: 0;
    max-height: 35px
}

.bm_botbar .bonus_demand,.bm_botbar .clock,.bm_botbar .live_chat {
    color: hsla(0,0%,100%,.85);
    position: relative;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: inherit;
    border-left: 1px solid #404040;
    min-width: inherit;
    cursor: pointer
}

.bm_botbar .bonus_demand i,.bm_botbar .clock i,.bm_botbar .live_chat i {
    font-size: 20px;
    margin-right: 2px
}

.bm_botbar .bonus_demand .time,.bm_botbar .clock .time,.bm_botbar .live_chat .time {
    font-size: 14px
}

.bm_botbar .live_chat {
    width: inherit;
    font-size: 15px
}

.bm_botbar .live_chat .live_chat_text {
    margin-left: 3px;
    white-space: pre
}

.bm_botbar .live_chat i {
    top: 1px;
    position: relative;
    font-size: 17px;
    margin-right: 1px
}

.bm_botbar .bonus_demand {
    width: inherit;
    max-width: inherit
}

.bm_botbar .bonus_demand .bonus_demand_text {
    margin-left: 3px;
    white-space: pre
}

.bm_botbar .bonus_demand i {
    font-size: 18px;
    position: relative;
    bottom: 1px
}

.bm_botbar .news_ticker {
    width: 100%;
    min-width: 650px;
    max-width: 100%
}

.bm_botbar .popular_slider_button {
    min-width: inherit;
    min-width: 55px!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: inherit!important;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    padding: 0 10px!important;
    -webkit-box-sizing: content-box!important;
    box-sizing: content-box!important
}

.bm_botbar .popular_slider_button i {
    font-size: 18px
}

.invert {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.bot_bar_inner {
    height: 100%;
    color: #fff
}

.bot_bar_inner,.bot_bar_inner_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bot_bar_ticker {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end
}

.bot_bar_ticker,.ticker_side {
    -webkit-box-pack: end;
    justify-content: flex-end;
    overflow: hidden
}

.ticker_side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-flex-pack: end
}

.customer_point_cover {
    min-width: 117px!important
}

.bt_modal .el-dialog__body {
    padding: 0!important
}

.bonus_tracker {
    font-family: Roboto,sans-serif
}

.bonus_tracker .dt_t_kol_f i {
    margin-right: 3px
}

.bonus_tracker .el-dialog button:focus {
    outline: 0;
    background-color: inherit!important
}

.bonus_tracker .el-notification__content {
    text-align: left!important
}

.bonus_tracker .el-input__inner,.bonus_tracker .no_b_dm {
    text-align: center;
    line-height: 40px
}

.bonus_tracker .el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6!important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #0a0a0a!important;
    font-weight: 500;
    display: inline-block;
    height: 40px;
    outline: 0;
    padding: 0 15px!important;
    -webkit-transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    transition: border-color .2s cubic-bezier(.645,.045,.355,1);
    width: 100%;
    font-size: 13px!important
}

@media(max-width: 767.98px) {
    .bonus_tracker .el-input__inner {
        font-size:13px!important
    }
}

.bonus_tracker .el-input input {
    margin-bottom: 0!important
}

.bonus_tracker .promo_tracker_select {
    width: 300px;
    z-index: 1000000000000000100!important
}

.bonus_tracker .promo_tracker_select.el-select .el-input.is-focus .el-input__inner,.bonus_tracker .promo_tracker_select.el-select .el-input__inner:focus {
    border-color: #15b379!important
}

.bonus_tracker .promo_tracker_select .el-select-dropdown__item.selected {
    color: #15b379!important
}

.bonus_tracker .promo_tracker_select .el-select-group__title {
    font-weight: 900!important
}

.bonus_tracker .bonustracker {
    text-align: center
}

.bonus_tracker .bt_title {
    font-weight: 600;
    margin-bottom: .8rem;
    border-bottom: 1px solid #dee1e7;
    padding-bottom: 5px;
    text-align: center
}

.bonus_tracker .bt_promo_cover {
    position: relative;
    width: 300px;
    margin: auto;
    margin-top: 10px
}

.bonus_tracker .bt_promo_image {
    width: 300px;
    text-align: center
}

.bonus_tracker .bt_promo_content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    word-break: normal;
    text-align: center
}

.bonus_tracker .bt_demand_btn {
    width: 100%
}

.bonus_tracker .post_image {
    max-height: 170px!important;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.bonus_tracker .bt_m_cover {
    width: 300px
}

.bonus_tracker .bt_table {
    font-size: 13px
}

.bonus_tracker .bt_confirmed {
    color: #15b379
}

.bonus_tracker .bt_denied {
    color: #67696d
}

.bonus_tracker .el-dialog__headerbtn .el-dialog__close {
    font-weight: 900!important;
    font-size: 20px!important;
    cursor: pointer!important
}

@media only screen and (max-width: 1024px) {
    .bonus_tracker .dt_t_kol_f span span {
        display:none
    }

    .bonus_tracker .dt_t_kol_f {
        width: 30px!important;
        text-align: center
    }

    .bonus_tracker .promo_tracker_select {
        z-index: 9999999999!important;
        left: 0!important
    }

    .bonus_tracker .bt_m_cover {
        width: inherit!important;
        margin-bottom: 1.5rem
    }

    .bonus_tracker .bt_m_cover,.bonus_tracker .bt_promo_cover,.bonus_tracker .bt_promo_image,.bonus_tracker .promo_tracker_select {
        width: 100%!important
    }

    .bonus_tracker .el-notification {
        width: 100%!important;
        border-radius: 0!important;
        top: 0!important;
        right: 0!important
    }
}

.bonus_tracker .denied_msg {
    font-weight: 600;
    font-size: 13px;
    color: #626468;
    padding-top: 5px;
    word-break: break-word
}

.bonus_tracker .dt_t_item {
    padding: 8px 0;
    border-bottom: 1px solid #ebeef5;
    font-size: 13px;
    text-align: left
}

.bonus_tracker .dt_f_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.bonus_tracker .dt_t_kol {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 23px;
    padding-right: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.bonus_tracker .dt_t_kol_f {
    width: 110px;
    line-height: 23px
}

.promo_tracker_select_popper {
    font-family: Roboto,sans-serif;
    margin-top: 10px!important
}

@media(max-width: 767.98px) {
    .promo_tracker_select_popper {
        max-width:85%;
        font-size: 13px
    }
}

@media(max-width: 767.98px) {
    .promo_tracker_select_popper .el-select-dropdown__item {
        font-size:13px
    }
}

.promo_tracker_select_popper .el-select-dropdown__item.selected {
    color: #15b379
}

.promo_tracker_select_popper .el-select-group__title {
    font-weight: 900
}

.demand_table {
    min-height: 100px
}

.el-icon-s-comment {
    color: #272727
}

.bottom_slider button:focus {
    background-color: inherit!important
}

.bottom_slider .el-carousel__item.is-animating {
    -webkit-transition: all .4s ease!important;
    transition: all .4s ease!important
}

.bottom_slider .bottom_slider_item {
    margin-left: 10px;
    margin-right: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%
}

.bottom_slider .bottom_slider_item img {
    position: relative;
    top: 0;
    height: 100%
}

.bottom_slider .bottom_slider_item a {
    display: block;
    height: 120px!important
}

.bottom_slider_cover {
    height: 132px;
    width: 100%;
    position: fixed;
    -webkit-transition: padding-top .5s;
    transition: padding-top .5s;
    overflow: hidden;
    bottom: -135px;
    -webkit-transition: .5s ease;
    transition: .5s ease;
    background-color: #000c24;
    border-left: hsla(0,0%,86.7%,.8666666666666667);
    z-index: 10000;
    -webkit-box-shadow: 0 -2px 5px -2px rgba(0,0,0,.41);
    box-shadow: 0 -2px 5px -2px rgba(0,0,0,.41);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.bottom_slider_cover .slider_close_button {
    width: 46px;
    top: 5px;
    position: relative;
    left: 15px;
    cursor: pointer
}

.bottom_slider_cover .slider_close_button i {
    color: #fff;
    font-size: 25px
}

.show_slider {
    bottom: 40px!important
}

.bottom_slider {
    width: 100%;
    overflow: hidden;
    position: relative
}

.bottom_slider .bottom_slider_crousel {
    width: 250px;
    overflow-x: visible!important
}

.bottom_slider .slider_buttons {
    z-index: 3;
    position: absolute;
    top: 45px;
    padding: 8px!important;
    background-color: rgba(31,45,61,.11);
    color: #fff;
    border: none!important
}

.bottom_slider .slider_buttons:focus,.bottom_slider .slider_buttons:hover {
    background-color: rgba(31,45,61,.19)!important;
    color: #fff!important
}

.bottom_slider .slider_left_button {
    left: 13px
}

.bottom_slider .slider_right_button {
    right: 13px
}

.betmaster_poll_cover {
    color: #2c3e50;
    font-family: Roboto,sans-serif
}

.betmaster_poll_cover .thanks_txt {
    text-align: center;
    font-size: 1.2rem;
    color: #15b379;
    margin-top: 1rem;
    margin-bottom: 1rem
}

.betmaster_poll_cover .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.betmaster_poll_cover .qst {
    font-weight: 900!important;
    text-align: center;
    word-break: break-word;
    font-size: 1.2rem
}

.betmaster_poll_cover .qscon {
    margin-top: 10px;
    margin-bottom: 10px;
    word-break: break-word
}

.betmaster_poll_cover .ans-cnt {
    margin: 20px 0
}

.betmaster_poll_cover .ans-cnt .ans {
    position: relative;
    margin-top: 10px
}

.betmaster_poll_cover .ans-cnt .ans:first-child {
    margin-top: 0
}

.betmaster_poll_cover .ans-cnt .ans-no-vote {
    text-align: center;
    border: 1px solid #bbb;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    cursor: pointer;
    word-break: break-word;
    padding: 10px 10px;
    transition: background .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out;
    -moz-transition: background .2s ease-in-out
}

.betmaster_poll_cover .ans-cnt .ans-no-vote .txt {
    color: #434343;
    transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out
}

.betmaster_poll_cover .ans-cnt .ans-voted {
    padding: 5px 5px
}

.betmaster_poll_cover .ans-cnt .ans-voted .percent,.betmaster_poll_cover .ans-cnt .ans-voted .txt {
    position: relative;
    z-index: 1
}

.betmaster_poll_cover .ans-cnt .ans-voted .percent {
    font-weight: 700;
    min-width: 35px;
    display: inline-block;
    margin: 0 10px
}

.betmaster_poll_cover .ans-cnt .ans-voted.selected .txt:after {
    content: "✔";
    margin-left: 10px
}

.betmaster_poll_cover .ans-cnt .ans .bg {
    position: absolute;
    width: 0;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 0;
    background-color: #e1e8ed;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    transition: all .3s cubic-bezier(.5,1.2,.5,1.2);
    -webkit-transition: all .3s cubic-bezier(.5,1.2,.5,1.2);
    -moz-transition: all .3s cubic-bezier(.5,1.2,.5,1.2)
}

.betmaster_poll_cover .ans-cnt .ans .bg.selected {
    background-color: #77c7f7
}

.betmaster_poll_cover .votes {
    font-size: 14px;
    color: #8899a6;
    text-align: center
}

.betmaster_poll_cover .submit {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 80px;
    text-decoration: none;
    background-color: #41b882;
    color: #fff;
    padding: 10px 25px;
    border-radius: 5px
}

.betmaster-poll {
    overflow: hidden
}

.customer_reflist {
    position: relative;
    color: #fff;
    font-family: Roboto,sans-serif;
    background-color: #1a2331;
    padding-bottom: 8px;
    padding: 0 5px;
    border-radius: 0 0 5px 5px
}

.customer_reflist .loading_row {
    text-align: center;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 6px
}

.customer_reflist .loading_row i {
    font-size: 15px!important;
    margin-right: 0!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customer_reflist .loading_row .loading_text {
    margin-left: 0;
    font-family: Roboto,sans-serif
}

.invited_friends {
    text-align: center;
    font-weight: 600;
    font-size: 18px
}

.customer_ref_table {
    max-height: 100px;
    overflow-y: scroll;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 13px
}

.customer_ref_table::-webkit-scrollbar {
    width: 8px
}

.customer_ref_table::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    border-radius: 10px
}

.customer_ref_table::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.5)
}

.quick_ref_stats {
    padding: 1rem;
    background-color: #000c24;
    border-radius: 5px;
    margin-top: 5px
}

.c_r_t_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px
}

.c_r_t_item .crti_n {
    margin-right: 1px;
    padding: 0 3px;
    padding-left: 8px
}

.c_r_t_item .crti_u {
    padding-right: 15px
}

.c_r_t_item .crti_u i {
    font-size: 12px!important
}

.c_r_t_item .crti_name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left
}

.c_r_t_item:nth-child(2n) {
    background-color: hsla(0,0%,100%,.06)
}

.total_ref_list {
    text-align: right;
    padding-right: 10px;
    margin-top: 3px;
    font-weight: 600;
    font-size: 13px
}

.betmaster_helper {
    font-family: Roboto,sans-serif
}

.betmaster_helper a {
    text-decoration: none!important
}

.betmaster_helper .fa-copy,.betmaster_helper .fa-external-link-square,.betmaster_helper .fa-user-friends {
    font-weight: 400!important
}

.betmaster_helper .el-collapse-item {
    position: relative
}

.betmaster_helper .el-collapse-item__arrow {
    font-size: 15px!important
}

.betmaster_helper .menu_btn {
    display: block
}

.betmaster_helper .scorematic_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_helper .scorematic_btn svg {
    width: 26px;
    margin-right: 7px;
    margin-left: 2px
}

.betmaster_helper .point_table_btn i {
    margin-left: 3px;
    margin-right: 2px
}

.betmaster_helper .shop_btn {
    display: block
}

.betmaster_helper .shop_btn i {
    font-weight: 400!important
}

.betmaster_helper .shop_btn img {
    width: 21px;
    position: relative;
    top: 2px
}

.betmaster_helper .tournament_btn {
    display: block
}

.betmaster_helper .tournament_btn i {
    font-size: 18px;
    font-weight: 600;
    padding-right: 1px;
    padding-left: 3px
}

.betmaster_helper .helper_button {
    position: fixed;
    right: 0;
    height: 120px;
    width: 44px;
    top: 312px;
    z-index: 99999
}

@media(max-width: 767.98px) {
    .betmaster_helper .helper_button {
        top:inherit!important;
        bottom: 105px;
        height: 44px
    }
}

.betmaster_helper .helper_button .no_color_btn,.betmaster_helper .helper_button .no_color_btn:hover {
    background-color: inherit!important
}

.betmaster_helper .helper_button .helper_btn_content {
    display: block;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    width: 44px;
    background-color: #8cd54e;
    white-space: nowrap;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative
}

@media(max-width: 767.98px) {
    .betmaster_helper .helper_button .helper_btn_content {
        background-color:#272727!important
    }
}

.betmaster_helper .helper_button .helper_btn_content .panel_btn_img {
    width: 100%;
    height: 100%;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    position: relative;
    display: block;
    -o-object-fit: fill;
    object-fit: fill
}

.betmaster_helper .helper_button .helper_btn_content:focus,.betmaster_helper .helper_button .helper_btn_content:hover {
    background-color: #000c24
}

.betmaster_helper .helper_button .helper_btn_content:focus .help_text,.betmaster_helper .helper_button .helper_btn_content:hover .help_text {
    color: #fff
}

.betmaster_helper .helper_button .helper_btn_content .help_text {
    position: relative;
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-90deg) translate(-50%,50%);
    transform: rotate(-90deg) translate(-50%,50%);
    position: absolute;
    top: 0;
    bottom: 0;
    text-transform: uppercase;
    margin: auto;
    font-size: 25px;
    height: 44px;
    padding-top: 2px;
    color: #1d2d4e
}

.betmaster_helper .sidemenu {
    height: 100%;
    width: 300px;
    position: fixed;
    background-color: #000c24;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: -300px;
    top: 0;
    z-index: 99999999999;
    padding-top: 0!important;
    overflow-y: auto
}

@media(max-width: 767.98px) {
    .betmaster_helper .sidemenu {
        width:100%;
        overflow-y: auto;
        right: -100%
    }
}

@media(max-width: 767.98px) {
    .betmaster_helper .sidemenu .live_chat_side_btn {
        display:none
    }
}

.betmaster_helper .sidemenu .app_btns {
    text-decoration: none;
    color: #fff;
    font-size: 14px!important;
    margin-bottom: 0;
    margin-top: 0;
    padding: 5px 17px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_helper .sidemenu .app_btns i {
    font-size: 19px;
    font-weight: 400
}

.betmaster_helper .sidemenu .app_btns:hover {
    background-color: #f52534;
    color: #000c24;
    cursor: pointer
}

.betmaster_helper .sidemenu i {
    font-size: 19px;
    width: 30px!important;
    text-align: center!important;
    margin-right: 5px!important;
    margin-left: 0!important;
    padding-left: 0!important;
    padding-right: 0!important
}

.betmaster_helper .sidemenu .el-collapse {
    border: inherit!important
}

.betmaster_helper .sidemenu .el-collapse .el-collapse-item__arrow {
    margin-right: -2px!important;
    margin-left: auto!important;
    font-size: 16px;
    font-weight: 900
}

.betmaster_helper .sidemenu .el-collapse .el-collapse-item__wrap {
    background-color: inherit;
    border: none!important
}

.betmaster_helper .sidemenu .el-collapse .el-collapse-item__content {
    background-color: inherit!important;
    color: #fff;
    padding: 5px 17px;
    text-align: left
}

.betmaster_helper .sidemenu .el-collapse-item__header {
    background-color: inherit!important;
    border: inherit!important
}

.betmaster_helper .sidemenu .header {
    border-top: 5px solid #f52534;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 15px
}

.betmaster_helper .sidemenu .header .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.betmaster_helper .sidemenu .header .close {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 6px;
    font-size: 20px!important;
    width: 30px!important;
    height: 30px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_helper .sidemenu .content .highlight {
    font-weight: 600;
    color: #f52534;
    text-decoration: none
}

.betmaster_helper .sidemenu .content .el-collapse-item__content {
    font-size: 14px
}

.betmaster_helper .sidemenu .content .el-collapse-item__header,.betmaster_helper .sidemenu .content .helper_content_btn {
    font-size: 17px;
    padding: 0 .7rem;
    color: #fff;
    cursor: pointer;
    height: 2.8rem!important;
    line-height: 2.8rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    white-space: pre;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative
}

.betmaster_helper .sidemenu .content .el-collapse-item__header:before,.betmaster_helper .sidemenu .content .helper_content_btn:before {
    content: "";
    width: 0;
    position: absolute;
    left: 0;
    background-color: #f52534;
    height: 100%
}

.betmaster_helper .sidemenu .content .el-collapse-item__header:focus,.betmaster_helper .sidemenu .content .el-collapse-item__header:hover,.betmaster_helper .sidemenu .content .helper_content_btn:focus,.betmaster_helper .sidemenu .content .helper_content_btn:hover {
    background-color: #272727!important;
    color: #fff!important
}

.betmaster_helper .sidemenu .content .el-collapse-item__header:focus:before,.betmaster_helper .sidemenu .content .el-collapse-item__header:hover:before,.betmaster_helper .sidemenu .content .helper_content_btn:focus:before,.betmaster_helper .sidemenu .content .helper_content_btn:hover:before {
    width: 5px
}

.betmaster_helper .sidemenu .content .faq_btn {
    display: block
}

.betmaster_helper .opened {
    right: 0
}

.betmaster_helper .helper_content_btn i {
    position: relative
}

.betmaster_helper .call_collapse .el-collapse-item__content {
    padding: 10px 1rem!important
}

.betmaster_helper .call_service_collapse i {
    font-weight: 400
}

.betmaster_helper .app_collapse .el-collapse-item__content {
    padding: 10px 0!important
}

.betmaster_helper .app_collapse .app_info {
    padding: 0 1rem
}

.betmaster_helper .bonus_demand {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_helper .bonus_demand .fa-gift {
    position: relative
}

.customer_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.customer_point .rank_title {
    font-size: 12px!important
}

.help_menu_new {
    position: absolute;
    padding: 2px 1px;
    background-color: #f52534;
    color: #000c24;
    text-transform: uppercase;
    display: block;
    line-height: normal;
    font-size: 11px;
    border-radius: 5px;
    padding: 1px 10px;
    top: 16px;
    right: 7px;
    z-index: 99
}

.r_link_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 4px;
    font-weight: 600;
    font-size: 13px;
    border-bottom: 1px dashed #5f5f5f;
    margin-bottom: 8px;
    padding-bottom: 3px
}

.r_link_title i {
    font-size: 15px!important
}

.r_link_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    background-color: #242233;
    border-radius: 5px 0 0 5px
}

.r_link_area .r_link {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 3px 3px;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    border-right: 0;
    font-size: 13px
}

.r_link_area .r_link_copy {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 3px;
    cursor: pointer;
    text-align: center;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    padding: 0 5px;
    border-radius: 0 5px 5px 0;
    background-color: #f52534;
    color: #000c24
}

.r_link_area .r_link_copy:hover {
    opacity: .9
}

.refer_a_friend_col i {
    font-size: 20px!important;
    margin-right: 7px!important
}

.refer_a_friend_col .el-collapse-item__content {
    padding: 5px 17px
}

.refer_a_friend_col .how_ref_works,.refer_a_friend_col .my_ref_list {
    margin-top: 10px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 -17px;
    padding: 4px 17px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.refer_a_friend_col .how_ref_works:hover,.refer_a_friend_col .my_ref_list:hover {
    background-color: #fab400;
    color: #000c24
}

.refer_a_friend_col .how_ref_works i,.refer_a_friend_col .my_ref_list i {
    font-weight: 600!important;
    font-size: 17px!important;
    margin-right: 5px!important
}

.refer_a_friend_col .how_ref_works {
    margin-top: 0!important
}

.bm_reflist_body {
    overflow-y: hidden!important
}

.app_btn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media screen and (max-width: 1024px) {
    .betmaster_helper .el-collapse-item__header,.betmaster_helper .helper_content_btn {
        font-size:16px!important;
        font-weight: 500!important;
        padding-left: 10px!important;
        padding-right: 10px!important;
        min-height: 2.6rem!important;
        line-height: 2.6rem!important
    }

    .betmaster_helper .el-collapse-item__header i,.betmaster_helper .helper_content_btn i {
        font-size: 20px!important;
        width: 30px;
        padding-right: 0;
        margin-right: 0;
        text-align: center;
        margin-left: 0
    }

    .betmaster_helper .el-collapse-item__header .el-icon-arrow-right,.betmaster_helper .helper_content_btn .el-icon-arrow-right {
        margin-left: auto!important
    }
}

.betmaster_helper .sidemenu .social_media_btns i {
    margin-right: 0!important
}

.pf_layout_1 {
    position: relative;
    margin: auto;
    font-family: Roboto,sans-serif
}

.pf_layout_1 .top_layout {
    display: block;
    min-height: 450px;
    max-width: 750px
}

.pf_layout_1 .top_layout .l1_right_side {
    padding: 1.2rem!important
}

.pf_layout_1 .top_layout .pf_l_tab_content {
    max-height: 325px;
    overflow: auto
}

.pf_layout_1 .side_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 495px;
    height: 495px;
    max-width: 980px
}

.pf_layout_1 .side_layout .pf_l_tab_content {
    max-height: 400px;
    overflow: auto
}

.pf_layout_1 .l1_cover {
    border-radius: 5px;
    background-color: #282828;
    width: 100%;
    margin: auto
}

.pf_layout_1 .l1_cover .l1_top_side {
    background-color: #000c24;
    position: relative
}

.pf_layout_1 .l1_cover .l1_top_side .l1_img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.pf_layout_1 .l1_cover .l1_left_side {
    -webkit-box-flex: 0;
    -ms-flex: 0 270px;
    flex: 0 270px;
    background-color: #000c24;
    position: relative
}

.pf_layout_1 .l1_cover .l1_left_side .l1_img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 100%;
    height: 100%;
    -o-object-position: top;
    object-position: top
}

.pf_layout_1 .l1_cover .l1_right_side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 1rem
}

.pf_l_tab_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #4e4e4e;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.pf_l_tab_menu .t_m_i {
    padding: 10px 15px;
    text-transform: capitalize;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    background-color: #4e4e4e;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    white-space: pre;
    border-radius: 5px
}

.pf_l_tab_menu .t_m_i+.t_m_i {
    margin-left: 5px
}

.pf_l_tab_menu .t_m_a {
    background-color: #f52534;
    color: #fff
}

.pf_l_tab_content {
    line-height: 1.5rem;
    color: hsla(0,0%,100%,.8);
    font-size: .9rem;
    padding-right: 15px
}

.accordion_layout {
    width: 650px!important
}

@media screen and (max-width: 1024px) {
    .premade_layout .post_modal {
        top:10%!important
    }
}

@media screen and (max-width: 768px) {
    .accordion_layout {
        width:100%!important
    }

    .premade_layout .post_modal {
        top: 5%!important
    }

    .premade_layout .l1_left_side,.premade_layout .l1_top_side {
        display: none
    }

    .premade_layout .side_layout,.premade_layout .top_layout {
        max-width: 703px!important;
        position: relative!important
    }
}

@media screen and (max-width: 563px) {
    .premade_layout .post_modal {
        top:0!important
    }

    .premade_layout .side_layout,.premade_layout .top_layout {
        height: 100%
    }

    .premade_layout .pf_l_tab_content {
        max-height: inherit!important
    }

    .pf_l_tab_menu {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .pf_l_tab_menu .t_m_i {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-left: 0!important;
        margin-bottom: 5px
    }
}

.accordion_layout .el-collapse {
    border: none!important
}

.accordion_layout .el-collapse-item {
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden
}

.accordion_layout .el-collapse-item__header {
    padding-left: 14px;
    font-size: 14px;
    padding-right: 10px;
    border: inherit!important;
    background-color: #4e4e4e;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500
}

.accordion_layout .el-collapse-item__header.is-active {
    background-color: #f52534;
    color: #fff
}

.accordion_layout .el-collapse-item__wrap {
    background-color: inherit!important;
    border: none!important
}

.accordion_layout .el-collapse-item__content {
    color: hsla(0,0%,100%,.8);
    padding: 10px
}

.pf_layout_1 .bottom_close_btn {
    margin-bottom: 15px
}

.bm_post_body {
    overflow-y: hidden!important
}

.betmaster_post_page,.tournaments_modal {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 100000;
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    color: #212121;
    text-align: initial!important
}

.betmaster_post_page blockquote,.tournaments_modal blockquote {
    padding: 0!important;
    margin: 10px 0!important;
    border-left: none!important
}

.betmaster_post_page::-webkit-scrollbar,.tournaments_modal::-webkit-scrollbar {
    width: 8px;
    height: 8px
}

.betmaster_post_page::-webkit-scrollbar-thumb,.tournaments_modal::-webkit-scrollbar-thumb {
    background: #3e434b;
    border-radius: 6px;
    -webkit-box-shadow: inset 0 0 2px hsla(0,0%,100%,.3);
    box-shadow: inset 0 0 2px hsla(0,0%,100%,.3)
}

.betmaster_post_page::-webkit-scrollbar-track,.tournaments_modal::-webkit-scrollbar-track {
    background: rgba(158,170,186,.15);
    border-radius: 6px
}

@media(max-width: 767.98px) {
    .betmaster_post_page,.tournaments_modal {
        z-index:9999999999
    }
}

.betmaster_post_page .post_mask,.tournaments_modal .post_mask {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
    cursor: pointer
}

.post_close_btn {
    position: fixed;
    z-index: 101;
    top: 15px;
    right: 8px;
    font-size: 35px;
    color: #fff;
    font-weight: 900!important;
    border-radius: 50px;
    cursor: pointer
}

@media(max-width: 767.98px) {
    .post_close_btn {
        top:10px;
        right: 10px!important;
        font-size: 25px!important;
        padding: 5px;
        background-color: rgba(0,0,0,.3)
    }
}

.post_modal {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 75%;
    margin: 0 auto;
    top: 10%;
    position: relative;
    margin-bottom: 70px;
    display: table;
    z-index: 2
}

@media(min-width: 768px)and (max-width:1024px) {
    .post_modal {
        top:inherit;
        width: 100%;
        margin-bottom: 0
    }
}

@media(max-width: 767.98px) {
    .post_modal {
        width:100%;
        top: inherit;
        margin-bottom: inherit;
        height: 100%;
        max-width: 100%
    }

    .post_modal iframe {
        width: 90%
    }
}

.post_modal.dialog-fade-enter-active,.post_modal.dialog-fade-leave-active {
    -webkit-animation: none!important;
    animation: none!important
}

.post_modal .el-dialog__body {
    margin: 0;
    padding: 0
}

.post_modal .el-dialog__header {
    position: absolute;
    z-index: 5;
    right: 10px
}

.post_modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close {
    font-size: 25px!important;
    color: #fff
}

.post_modal .el-dialog__header .el-dialog__headerbtn .el-dialog__close:hover {
    color: #fff
}

#masterCont,#masterCont .single_page {
    height: 100%
}

.post_video_popup {
    min-width: 560px;
    min-height: 340px
}

.betmaster_post_page .iframe_popup {
    min-width: 650px;
    min-height: 500px
}

.betmaster_post_page .popup_iframe {
    min-width: 650px!important;
    min-height: 500px!important
}

.betmaster_post_page .popup_iframe,.betmaster_post_page .post_popup_video {
    min-width: 560px;
    min-height: 340px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff
}

.betmaster_post_page .popup_iframe .iframe_loader,.betmaster_post_page .popup_iframe .video_loader,.betmaster_post_page .post_popup_video .iframe_loader,.betmaster_post_page .post_popup_video .video_loader {
    position: absolute
}

.betmaster_post_page .popup_iframe i,.betmaster_post_page .post_popup_video i {
    font-size: 25px
}

@media(max-width: 767.98px) {
    .betmaster_post_page .popup_iframe,.betmaster_post_page .post_popup_video {
        min-width:100%!important;
        min-height: 100%!important
    }
}

.betmaster_post_page iframe {
    border: 0
}

@media(max-width: 767.98px) {
    .betmaster_post_page iframe {
        width:100%;
        height: 100%
    }
}

.hidden_frame iframe {
    display: none
}

.premade_layout .post_modal {
    width: 100%!important;
    max-width: inherit!important
}

@media screen and (max-width: 1024px) {
    .post_video_popup {
        top:50px!important;
        position: relative
    }
}

@media screen and (max-width: 563px) {
    .post_modal {
        padding:5px 9px!important
    }

    .popup_iframe {
        height: 100%!important
    }

    .post_popup_video,.post_video_popup {
        min-width: inherit!important;
        min-height: inherit!important
    }

    .post_video_popup {
        top: 0!important;
        position: relative;
        width: 100%;
        height: 100%
    }

    .post_video_popup iframe {
        height: 200px
    }

    .l1_cover,.pf_layout_1,.premade_layout {
        height: 100%
    }

    .premade_layout .post_modal {
        padding: 0!important
    }

    .bottom_btn_cover {
        position: fixed;
        bottom: 0;
        left: 50%;
        -webkit-transform: translate(-50%);
        transform: translate(-50%)
    }
}

.bottom_btn_cover {
    text-align: center;
    display: none
}

.bottom_close_btn {
    background-color: red;
    color: #fff;
    display: inline-block;
    border-radius: 6px 6px 0 0;
    text-align: center;
    padding: 8px 40px;
    margin: auto;
    position: relative;
    cursor: pointer;
    z-index: 999
}

.betmaster_tournament_table,.bottom_close_btn {
    font-family: Roboto,sans-serif
}

.betmaster_tournament_table .betmaster_countdown_cover {
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important
}

.betmaster_tournament_table .el-collapse-item__arrow {
    font-size: 15px!important
}

.betmaster_tournament_table .tournament_button {
    position: fixed;
    right: 0;
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 265px;
    z-index: 99999;
    background-color: #ff4136
}

.betmaster_tournament_table .tournament_button:hover {
    background-color: #242232!important
}

.betmaster_tournament_table .tournament_button i {
    font-size: 22px
}

@media(max-width: 767.98px) {
    .betmaster_tournament_table .tournament_button {
        top:inherit!important;
        bottom: 152px;
        height: 44px
    }
}

.betmaster_tournament_table .sidemenu {
    height: 100%;
    width: 300px;
    position: fixed;
    background-color: #000c24;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: -300px;
    top: 0;
    z-index: 99999999999;
    padding-top: 0!important;
    overflow-y: auto
}

@media(max-width: 767.98px) {
    .betmaster_tournament_table .sidemenu {
        width:100%;
        overflow-y: auto;
        right: -100%
    }
}

.betmaster_tournament_table .sidemenu i {
    font-size: 22px;
    font-weight: 600
}

.betmaster_tournament_table .sidemenu .header {
    border-top: 5px solid #89d64b;
    border-bottom: 1px solid #373548;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 5px 15px
}

.betmaster_tournament_table .sidemenu .header .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.betmaster_tournament_table .sidemenu .header .close {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 6px;
    font-size: 20px!important;
    width: 30px!important;
    height: 30px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_tournament_table .sidemenu .content {
    height: calc(100% - 64px);
    color: #e2e2e2
}

.betmaster_tournament_table .sidemenu .content .el-loading-mask {
    background-color: #000c24
}

.betmaster_tournament_table .sidemenu .content .el-loading-mask .circular {
    height: 50px;
    width: 50px!important
}

.betmaster_tournament_table .sidemenu .content .el-loading-mask .circular .path {
    stroke: #ff4136
}

.betmaster_tournament_table .sidemenu .content .highlight {
    font-weight: 600;
    color: #f52534;
    text-decoration: none
}

.betmaster_tournament_table .opened {
    right: 0
}

.bm_dropdown_menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 100%;
    padding: .5rem 0;
    margin: .125rem 0 0;
    text-align: left;
    list-style: none;
    background-clip: padding-box;
    border-radius: 5px
}

.bm_dropdown_menu.show {
    display: block
}

.customer_point_inner {
    font-family: Roboto,sans-serif
}

.c_p_inner {
    white-space: pre
}

.invert_icon {
    color: #f3f3f3!important
}

.helper_content_btn .rank_logo_inner {
    font-size: 21px!important
}

.customer_point .bm_dropdown {
    position: relative
}

.bm_dropdown_arrow {
    margin-left: 10px
}

.customer_point .bm_dropdown_menu {
    font-family: Roboto,sans-serif;
    background-color: #000c24;
    min-width: 250px;
    right: 0
}

.bm_customer_menu .customer_point_inner {
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.bm_dropdown_menu_item {
    padding-left: 10px;
    padding-right: 10px;
    cursor: pointer
}

.bm_dropdown_menu_item .menu_title,.bm_dropdown_menu_item i {
    font-size: 13px
}

.bm_dropdown_menu_item .loading_text {
    font-size: 12px!important
}

.c_p_i_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width: 1024px) {
    .customer_point_inner {
        font-size:13px
    }
}

.show_rank_name {
    margin-left: 3px
}

.customer_point .arr-down {
    display: none
}

.betmaster_game_page {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 9999;
    overflow: hidden
}

.betmaster_game_page::-webkit-scrollbar {
    width: 5px!important
}

.betmaster_game_page::-webkit-scrollbar-thumb {
    background-color: #000c24
}

.betmaster_game_page .game_close_btn {
    left: 20px;
    right: inherit!important;
    background-color: #fff;
    padding: 0;
    border-radius: 5px;
    top: 7px;
    height: 3rem;
    width: 3rem;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer
}

.betmaster_game_page .game_close_btn i {
    font-size: 35px;
    font-weight: 600;
    color: #3c3c3f
}

.betmaster_jackpot_table {
    font-family: Roboto,sans-serif
}

.betmaster_jackpot_table .el-collapse-item__arrow {
    font-size: 15px!important
}

.betmaster_jackpot_table .jackpot_button {
    position: fixed;
    right: 0;
    height: 44px;
    width: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    top: 218px;
    z-index: 99998;
    background-color: #ffc800
}

.betmaster_jackpot_table .jackpot_button.jackpot_down {
    top: 263px
}

@media(max-width: 767.98px) {
    .betmaster_jackpot_table .jackpot_button.jackpot_down {
        top:inherit!important;
        bottom: 154px
    }
}

.betmaster_jackpot_table .jackpot_button:hover {
    background-color: #242232!important
}

.betmaster_jackpot_table .jackpot_button i {
    font-size: 22px
}

@media(max-width: 767.98px) {
    .betmaster_jackpot_table .jackpot_button {
        top:inherit!important;
        bottom: 199px;
        height: 44px
    }
}

.betmaster_jackpot_table .sidemenu {
    height: 100%;
    width: 300px;
    position: fixed;
    background-color: #000c24;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: -300px;
    top: 0;
    z-index: 99999999999;
    padding-top: 0!important;
    overflow-y: auto
}

@media(max-width: 767.98px) {
    .betmaster_jackpot_table .sidemenu {
        width:100%;
        overflow-y: auto;
        right: -100%
    }
}

.betmaster_jackpot_table .sidemenu .header {
    border-top: 5px solid #ffc800;
    border-bottom: 1px solid #373548;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 5px 15px
}

.betmaster_jackpot_table .sidemenu .header .title {
    font-size: 33px;
    color: #fff;
    text-transform: capitalize
}

.betmaster_jackpot_table .sidemenu .header .close {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer
}

.betmaster_jackpot_table .sidemenu .content {
    color: #e2e2e2
}

.betmaster_jackpot_table .sidemenu .content .el-loading-mask {
    background-color: #000c24
}

.betmaster_jackpot_table .sidemenu .content .el-loading-mask .circular {
    height: 50px;
    width: 50px!important
}

.betmaster_jackpot_table .sidemenu .content .el-loading-mask .circular .path {
    stroke: #ffc800
}

.betmaster_jackpot_table .sidemenu .content .highlight {
    font-weight: 600;
    color: #f52534;
    text-decoration: none
}

.betmaster_jackpot_table .opened {
    right: 0
}

.betmaster_jackpot_table .jackpot_pools {
    display: block;
    text-decoration: none
}

.betmaster_jackpot_table .jackpot_pools .jackpot {
    color: #fff;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 600;
    border-bottom: 1px solid #343246;
    padding: 5px
}

.betmaster_jackpot_table .jackpot_pools .jackpot,.betmaster_jackpot_table .jackpot_pools .jackpot .coin_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.betmaster_jackpot_table .jackpot_pools .jackpot .coin {
    width: 20px;
    margin-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_jackpot_table .jackpot_pools .jackpot .coin img {
    width: 100%
}

.betmaster_jackpot_table .jackpot_pools .jackpot .jackpot_name .title {
    color: #ffc800;
    font-size: 16px
}

.betmaster_jackpot_table .jackpot_pools .jackpot .jackpot_amount {
    font-size: 17px
}

.betmaster_jackpot_table .spor_toto_mini {
    width: 85%;
    border: inherit;
    margin-top: 0!important;
    padding-top: 0;
    background-color: inherit;
    color: #fff
}

.betmaster_jackpot_table .spor_toto_mini .st_selections {
    background-color: inherit
}

.betmaster_jackpot_table .spor_toto_mini .st_header {
    display: none
}

.betmaster_jackpot_table .spor_toto_mini .st_check_box {
    border-radius: 4px;
    background-color: #393945;
    color: #fff
}

.betmaster_jackpot_table .spor_toto_mini .st_selections .is-checked {
    background-color: #ffc800!important
}

.betmaster_jackpot_table .spor_toto_mini .el-button {
    background-color: #ffca00;
    color: #1a1824;
    border-color: #1a1824
}

.betmaster_jackpot_table .spor_toto_mini .el-button:hover {
    background-color: #ffd54f!important;
    color: #000c24;
    border-color: #1a1824!important
}

.betmaster_jackpot_table .spor_toto_mini input {
    background-color: #ffd54f!important;
    color: #000c24!important;
    border-color: #1a1824!important
}

.bmnav .side_nav_cover {
    font-family: Roboto,sans-serif
}

.bmnav .side_nav_cover .side_nav_btns {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 312px;
    -webkit-transform-origin: right top 0;
    transform-origin: right top 0;
    right: 0;
    margin-right: 0
}

@media(max-width: 767.98px) {
    .bmnav .side_nav_cover .side_nav_btns {
        top:inherit!important;
        bottom: 105px
    }
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item {
    cursor: pointer;
    margin: 0 3px;
    padding: 10px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.helper {
    background-color: #272727;
    white-space: nowrap;
    color: #fff;
    text-transform: uppercase;
    font-size: 24px
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.helper .panel_btn_img {
    width: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative;
    display: block;
    -o-object-fit: contain;
    object-fit: contain
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.helper:focus,.bmnav .side_nav_cover .side_nav_btns .s_n_item.helper:hover {
    background-color: #000c24
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.jackpot {
    background-color: green
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.tournament {
    background-color: red
}

.bmnav .side_nav_cover .side_nav_btns .s_n_item.no_color_btn,.bmnav .side_nav_cover .side_nav_btns .s_n_item.no_color_btn:hover {
    background-color: inherit!important
}

.tournaments_modal {
    z-index: 9999999999
}

.tournament_modal {
    background-color: #282828;
    max-width: 1080px;
    width: 100%;
    top: 7%;
    padding: 1.5rem;
    font-family: Roboto,sans-serif;
    border-radius: .5rem;
    max-height: 650px;
    overflow-x: hidden;
    overflow-y: scroll
}

.tournament_modal .participant_table {
    padding-right: 15px;
    margin-right: -15px
}

.tournament_modal .t_i_tab_inner .username {
    min-width: 105px!important;
    margin-left: 10px
}

.tournament_modal.no_l_b {
    max-width: 900px
}

.tournament_modal iframe {
    border: 0
}

.tournament_modal .inner_table {
    height: 2.55rem!important
}

.tournament_modal .t_prize_pool {
    background-color: #f52534;
    color: #000c24;
    border-radius: 10px;
    padding: 3px 15px;
    text-align: center;
    white-space: pre;
    margin-left: 1rem
}

.tournament_modal .t_prize_pool .t_p_p_t {
    font-size: .625rem;
    font-weight: 600;
    margin-bottom: 0
}

.tournament_modal .t_prize_pool .t_p_p_p {
    font-weight: 600;
    font-size: 15px
}

.tournament_modal .t_i_tag {
    position: absolute!important;
    bottom: -20px;
    line-height: 1.5rem!important;
    font-weight: 900!important
}

.tournament_modal .t_header {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600
}

.tournament_modal .content_cover {
    padding-top: 1rem;
    padding-bottom: 1rem;
    color: hsla(0,0%,100%,.7);
    font-size: 14px;
    word-break: break-word;
    line-height: 1.3!important
}

.tournament_modal .t_m_c {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.tournament_modal .t_m_c .t_m_i {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.tournament_modal .t_m_c .t_m_partipicants {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 315px;
    flex: 0 0 315px;
    padding: .75rem;
    border-radius: .5rem;
    margin-left: 1rem;
    padding-top: 0
}

.tournament_modal .t_banner {
    position: relative;
    width: 100%;
    padding: 1.25rem;
    background-color: #353535;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 195px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

.tournament_modal .t_banner .details {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 250px
}

.tournament_modal .t_banner .content {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    position: relative;
    margin-top: -20px;
    margin-bottom: -20px
}

.tournament_modal .t_banner .content .img_cover {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
    display: grid;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.tournament_modal .t_banner .content img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center center;
    object-position: center center;
    max-height: 180px
}

.tournament_modal .t_count_down {
    margin-top: 0!important;
    position: relative
}

.tournament_modal .games_cover {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.tournament_modal .t_count_down .betmaster_countdown_cover {
    -webkit-box-pack: start!important;
    -ms-flex-pack: start!important;
    justify-content: flex-start!important
}

.tournament_modal .t_count_down .betmaster_countdown_cover .betmaster_countdown {
    margin: 0 -5px;
    margin-top: -10px;
    -webkit-box-pack: justify!important;
    -ms-flex-pack: justify!important;
    justify-content: space-between!important
}

.tournament_modal .t_count_down .betmaster_countdown_cover span {
    width: 100%
}

.tournament_modal .t_count_down .betmaster_countdown_cover .time {
    width: 50px;
    height: 50px;
    background-color: #353535;
    border-color: #192946
}

.tournament_modal .games_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px
}

.tournament_modal .games_inner .game_item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    padding: 5px;
    margin-bottom: 5px;
    max-width: 25%
}

.tournament_modal .games_inner .game_item.no_l_b {
    max-width: 16.66667%
}

.tournament_modal .games_inner .game_item .unit_cover {
    height: 36px
}

.tournament_modal .games_inner .game_item .unit_name,.tournament_modal .games_inner .game_item .unit_vendor {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

.tournament_modal .games_inner .game_item .unit_name {
    font-weight: 600;
    padding-top: 3px;
    color: #fff;
    font-size: .75rem!important
}

.tournament_modal .games_inner .game_item .unit_vendor {
    color: #a6a6a6;
    font-size: .725rem;
    line-height: 1rem
}

.tournament_modal .games_inner .game_item .unit_image {
    position: relative;
    overflow: hidden;
    border-radius: .5rem;
    cursor: pointer;
    background-color: #424242
}

.tournament_modal .games_inner .game_item .unit_image .el-image__error {
    display: none!important
}

.tournament_modal .games_inner .game_item .unit_image:hover .unit_image_overlay {
    opacity: 1
}

.tournament_modal .games_inner .game_item .unit_image .t_place_holder {
    width: 100%;
    height: 100%;
    display: block
}

.tournament_modal .games_inner .game_item .unit_image_overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: rgba(0,0,0,.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0
}

.tournament_modal .games_inner .game_item .unit_image_overlay .play_btn {
    font-size: 2.5rem;
    color: #f3f5f6
}

.tournament_modal .games_inner .game_item .image {
    display: block;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.tournament_modal .games_inner .game_item .image .game-image-slot {
    background-color: #d6d7d8;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.tournament_modal .games_inner .game_item .image svg {
    width: 100%;
    height: 100%
}

@media screen and (max-width: 1024px) {
    .t_banner {
        -ms-flex-wrap:wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .t_banner .details {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }

    .t_banner .content {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0!important;
        margin-bottom: 10px!important
    }

    .t_banner .content img {
        -o-object-position: center center!important;
        object-position: center center!important
    }

    .tournament_modal {
        width: 90%;
        top: 5%
    }

    .tournament_modal .t_i_t_long {
        font-size: 1rem!important
    }

    .tournament_modal .t_i_title {
        line-height: 1.3rem!important;
        text-align: center!important;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: .5rem;
        font-size: 1rem!important
    }

    .tournament_modal .t_i_type {
        text-align: center
    }

    .tournament_modal .t_count_down .betmaster_countdown_cover {
        -webkit-box-pack: center!important;
        -ms-flex-pack: center!important;
        justify-content: center!important;
        padding-left: 0!important
    }

    .tournament_modal .t_count_down {
        left: inherit
    }

    .tournament_modal .t_i_tag {
        margin: auto;
        padding-left: 2.5rem!important;
        padding-right: 2.5rem!important
    }

    .tournament_modal .game_item {
        max-width: 33.33333%!important
    }
}

@media screen and (max-width: 768px) {
    .tournament_modal {
        width:100%;
        top: 0;
        height: 100%;
        border-radius: 0;
        padding: 1rem!important
    }

    .tournament_modal .game_item {
        max-width: 50%!important
    }

    .tournament_modal .t_m_partipicants {
        margin-top: 1rem;
        -webkit-box-flex: 1!important;
        -ms-flex: 1 1 100%!important;
        flex: 1 1 100%!important;
        margin-left: 0!important
    }

    .tournament_modal .details {
        min-width: inherit!important
    }
}

.load_more {
    max-width: 300px;
    margin: auto;
    padding: 7px 10px;
    font-size: .75rem!important;
    border-radius: .5rem;
    cursor: pointer;
    color: #9a9c9e;
    border: 1px solid;
    font-weight: 600;
    text-align: center;
    margin-top: .55rem;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.load_more:hover {
    background-color: #f52534;
    color: #1a2a45
}

.t_m_p_c {
    position: sticky;
    top: 0
}

.user_rank_cover {
    border: 1px solid inherit!important;
    background-color: #424242;
    color: #fff;
    border-radius: .5rem;
    padding: 5px 10px;
    font-size: .75rem!important;
    font-weight: 600;
    height: 55px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.disable_defaults .t_i_title,.disable_defaults .t_i_type {
    color: inherit!important
}

.disable_defaults .count_down_item .time,.disable_defaults .count_down_item .type {
    color: inherit!important;
    border-color: inherit!important
}

.disable_defaults .t_i_tag {
    color: inherit!important;
    background-color: hsla(0,0%,100%,.2)!important;
    border: inherit!important
}

.t_m_p_c table td {
    padding: 5px 3px;
    font-size: .85rem
}

.user_rank_cover {
    position: relative
}

.user_rank_inner {
    width: 100%
}

.user_rank_icon {
    position: absolute;
    left: 19px;
    top: 18px;
    font-size: 18px
}

.t_content_cover {
    padding: 1.2rem;
    background-color: #353535
}

.t_title_cover {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.t_title_cover .t_title_inner_title {
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: 900;
    line-height: 1.5rem
}

.t_title_inner_type {
    color: #fff;
    font-size: 15px;
    text-transform: capitalize;
    opacity: .7
}

.t_rules_cover {
    margin-top: 1.5rem;
    background-color: #353535;
    border: none!important
}

.t_rules_cover .el-collapse-item__header {
    height: 43px;
    line-height: 43px
}

.t_rules_cover .el-collapse-item__wrap {
    border: none
}

.t_rules_cover .el-collapse-item__header,.t_rules_cover .rules_cover_title {
    border: none;
    background-color: #4e4e4e;
    color: #fff;
    padding: 12px 21px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 900
}

.t_rules_cover .el-collapse-item__header:before,.t_rules_cover .rules_cover_title:before {
    content: "";
    height: 15px;
    border: 2px solid #f52534;
    position: relative;
    left: -21px
}

.t_rules_cover .el-collapse-item__content,.t_rules_cover .rules_cover {
    font-size: 14px;
    background-color: #353535;
    color: hsla(0,0%,100%,.7);
    word-break: break-word;
    line-height: 1.3!important;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.2rem;
    padding-right: 1.2rem
}

.t_rules_cover .el-collapse-item__content ul,.t_rules_cover .rules_cover ul {
    padding-left: 1.2rem
}

.participant_table {
    max-height: 950px;
    overflow: hidden;
    overflow-y: scroll
}

.panel_drawer {
    font-family: Roboto,sans-serif
}

.panel_drawer .sidemenu {
    height: 100%;
    width: 300px;
    position: fixed;
    background-color: #000c24;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    right: -300px;
    top: 0;
    z-index: 99999999999;
    padding-top: 0!important;
    overflow-y: auto
}

@media(max-width: 767.98px) {
    .panel_drawer .sidemenu {
        width:100%!important;
        overflow-y: auto!important;
        right: -100%!important
    }
}

.panel_drawer .sidemenu .header {
    border-top: 5px solid #000c24;
    border-bottom: 1px solid #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 8px 8px 8px 15px
}

.panel_drawer .sidemenu .header .title {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase
}

.panel_drawer .sidemenu .header .close {
    color: #fff;
    font-size: 35px;
    font-weight: 600;
    cursor: pointer;
    background-color: hsla(0,0%,100%,.2);
    border-radius: 6px;
    font-size: 20px!important;
    width: 30px!important;
    height: 30px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel_drawer .sidemenu .drawer_content {
    padding: 1rem
}

.panel_drawer .opened {
    right: 0
}

.drawer_loader {
    text-align: center;
    font-size: 1.5rem;
    margin-top: 50%;
    color: #fff
}

.bm_wheel_of_fortune {
    padding-left: 35px;
    padding-right: 35px
}

.panel_games {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw!important;
    height: 100vh!important;
    z-index: 9999999999;
    font-family: Roboto,sans-serif;
    overflow: hidden;
    background-position: top;
    background-attachment: fixed;
    background-size: cover;
    background-color: #1a1a1a
}

.panel_games.game_ready {
    background: -webkit-gradient(linear,left bottom,left top,from(#1e3c72),to(#2a5298));
    background: linear-gradient(0deg,#1e3c72,#2a5298)
}

.panel_games .panel_games_header {
    top: 0;
    width: 100%;
    height: 40px;
    background: #000c24;
    color: #fff;
    text-transform: uppercase;
    font-family: Roboto,sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 13px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.panel_games .panel_games_header .close_btn,.panel_games .panel_games_header .p_g_h_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel_games .panel_games_header .close_btn {
    background-color: hsla(0,0%,100%,.18823529411764706);
    width: 24px;
    height: 24px;
    border-radius: 50%;
    cursor: pointer
}

.panel_games_cover {
    position: relative;
    width: 100%;
    height: calc(100% - 40px)
}

.progress_cover {
    margin: auto;
    width: 300px;
    text-align: center;
    font-family: Roboto,sans-serif;
    position: absolute;
    left: 50%;
    top: 45%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.progress_cover .progress_text {
    color: #fff;
    font-size: 1rem;
    margin-bottom: .5rem
}

.progress_bar {
    padding: 6px;
    border-radius: 10px;
    background: rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08);
    box-shadow: inset 0 1px 2px rgba(0,0,0,.25),0 1px hsla(0,0%,100%,.08)
}

.progress_bar_inner {
    height: 12px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear,left top,left bottom,from(hsla(0,0%,100%,.3)),to(hsla(0,0%,100%,.05)));
    background-image: linear-gradient(180deg,hsla(0,0%,100%,.3),hsla(0,0%,100%,.05));
    -webkit-transition: .4s linear;
    transition: .4s linear;
    -webkit-transition-property: width,background-color;
    transition-property: width,background-color
}

.progress_moved .progress_bar_inner {
    width: 100%;
    background-color: #ccc;
    -webkit-animation: progressAnimation 3s;
    animation: progressAnimation 3s
}

@-webkit-keyframes progressAnimation {
    0% {
        width: 5%;
        background-color: #ccc
    }

    to {
        width: 100%;
        background-color: #ccc
    }
}

@keyframes progressAnimation {
    0% {
        width: 5%;
        background-color: #ccc
    }

    to {
        width: 100%;
        background-color: #ccc
    }
}

.panel_games_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 1180px;
    margin: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    padding-top: 30px;
    opacity: 0
}

.panel_games_inner .game_history_side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative
}

.panel_games_inner .game_history_side .history_tabs_cover {
    max-width: 500px;
    width: 100%;
    position: relative;
    margin: auto;
    color: #fff;
    font-size: 14px;
    margin-top: 40px;
    background-color: rgba(0,0,0,.13);
    padding: 10px;
    border-radius: 10px;
    height: 389px
}

.panel_games_inner .game_history_side .history_tabs_cover .spin_to_win {
    position: absolute;
    top: 50%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    left: 0;
    z-index: 0;
    padding-top: 0;
    color: #fff
}

.panel_games_inner .game_history_side .history_tabs_cover .spin_to_win .spin_to_win_text {
    font-size: 18px;
    font-weight: 600
}

.panel_games_inner .game_history_side .history_tabs {
    background-color: rgba(0,0,0,.1)
}

.panel_games_inner .game_history_side .history_tabs,.panel_games_inner .game_history_side .history_tabs .h_t_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.panel_games_inner .game_history_side .history_tabs .h_t_item {
    cursor: pointer;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    padding: 10px 10px;
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.panel_games_inner .game_history_side .history_tabs .h_t_item i {
    margin-right: 3px
}

.panel_games_inner .game_history_side .history_tabs .h_t_active {
    background-color: hsla(0,0%,100%,.1);
    border-radius: 0
}

.panel_games_inner .game_history_side .history_tabs .h_t_active:after {
    content: "";
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.panel_games_inner .game_history_side .history_tabs .h_t_item+.h_t_item {
    margin-left: 10px
}

.panel_games_inner .game_history_side .history_table_list {
    border-bottom: inherit!important;
    padding-top: 8px!important;
    padding-bottom: 8px!important
}

.panel_games_inner .game_history_side .history_table_list:nth-child(2n) {
    background-color: hsla(0,0%,100%,.05)
}

.panel_games_inner .game_history_side .current_history,.panel_games_inner .game_history_side .reward_statuses {
    overflow-y: scroll;
    height: calc(100% - 40px)
}

.panel_games_inner .game_history_side .history_table_header,.panel_games_inner .game_history_side .history_table_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    border-bottom: 1px solid hsla(0,0%,100%,.25)
}

.panel_games_inner .game_history_side .history_table_header .h_t_h_item,.panel_games_inner .game_history_side .history_table_list .h_t_h_item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-right: 10px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    white-space: pre
}

.panel_games_inner .game_history_side .history_table_header .h_t_h_item i,.panel_games_inner .game_history_side .history_table_list .h_t_h_item i {
    font-weight: 500!important
}

.panel_games_inner .game_history_side .history_table_header .spin,.panel_games_inner .game_history_side .history_table_list .spin {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px
}

.panel_games_inner .game_history_side .history_table_header .game_date,.panel_games_inner .game_history_side .history_table_list .game_date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 85px;
    flex: 0 0 85px
}

.panel_games_inner .game_history_side .history_table_header .reward_status,.panel_games_inner .game_history_side .history_table_list .reward_status {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px
}

.panel_games_inner .game_history_side .history_table_header .game_name,.panel_games_inner .game_history_side .history_table_list .game_name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 90px;
    flex: 0 0 90px
}

.panel_games_inner .game_history_side .history_table_header .game_reward i,.panel_games_inner .game_history_side .history_table_list .game_reward i {
    display: none
}

.panel_games_inner .game_side {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    position: relative
}

.panel_games_inner .logo_section {
    margin-top: 40px;
    text-align: center;
    height: 45px
}

.panel_games_inner .logo_section img {
    max-width: 180px
}

.panel_games_inner .logo_section+.history_tabs_cover {
    margin-top: 15px
}

@media(max-width: 768) {
    .top_menu_section.d-flex {
        display:none!important
    }
}

.game_controls {
    color: #fff;
    max-width: 500px;
    margin: auto;
    text-align: center;
    margin-top: 10px
}

.game_controls .spin_btn {
    min-width: 200px;
    padding: 15px;
    font-size: 20px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 50px
}

.buy_spin_btn,.panel_coin_cover,.spin_left_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: rgba(0,0,0,.2);
    border-radius: 5px;
    padding: 10px 8px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-size: 14px;
    white-space: pre
}

.game_info_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-bottom: 1rem;
    position: relative;
    height: 42px
}

.game_info_box .panel_coin_cover,.game_info_box .spin_left_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 10px
}

.game_info_box .buy_spin_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 14px;
    cursor: pointer
}

.game_info_box .buy_spin_btn i {
    margin-right: 5px
}

.game_info_box .buy_spin_btn:hover {
    background-color: hsla(0,0%,88.2%,.15)
}

.game_info_box .spin_left_text {
    font-size: 14px
}

.game_info_box .spin_left_number {
    font-weight: 900;
    font-size: 16px;
    margin-left: 5px
}

.game_info_box .panel_coin_amount {
    font-weight: 900;
    font-size: 16px
}

.rewards_loader {
    position: absolute;
    font-size: 30px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reward_status {
    padding-right: 0!important
}

.reward_status div {
    text-align: left
}

@media screen and (max-width: 1024px) {
    .panel_games_inner .game_side {
        -webkit-box-flex:0!important;
        -ms-flex: 0 0 550px!important;
        flex: 0 0 550px!important;
        overflow: hidden;
        padding-left: 20px
    }
}

.rule_content {
    padding: 10px 10px;
    overflow-y: scroll;
    height: calc(100% - 52px)
}

.buy_spin_modal_active .buy_spin_btn,.buy_spin_modal_active .panel_coin_cover,.buy_spin_modal_active .spin_left_cover {
    display: none
}

.buy_spin_modal {
    background-color: red;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    background-color: rgba(0,0,0,.2)
}

.buy_spin_modal .total_point {
    width: 85px
}

.buy_spin_modal .bsm_item+.bsm_item {
    margin-left: 10px
}

.buy_spin_modal .el-input__inner {
    font-weight: 600
}

.buy_spin_modal .el-button {
    background-color: transparent;
    color: #fff
}

.buy_spin_modal .el-button:active,.buy_spin_modal .el-button:focus,.buy_spin_modal .el-button:hover {
    background-color: rgba(0,0,0,.2);
    color: #fff;
    border-color: #fff
}

@media screen and (max-width: 950px) {
    .panel_games_cover {
        overflow-x:hidden;
        overflow-y: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .panel_games_cover .logo_section {
        padding-top: 1rem;
        text-align: center;
        width: 100%
    }

    .panel_games_cover .logo_section img {
        max-width: 180px
    }

    .game_history_side .game_controls {
        display: none
    }

    .game_info_box {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .game_info_box .panel_coin_cover {
        margin-right: 0
    }

    .game_side .game_controls {
        display: block;
        margin-top: 40px
    }

    .bm_wheel_of_fortune {
        padding-left: 25px;
        padding-right: 25px
    }

    .history_tabs_cover {
        margin-top: 0!important
    }

    .history_active .panel_games_inner {
        -webkit-transform: translateX(0)!important;
        transform: translateX(0)!important
    }

    .panel_games_inner {
        -ms-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important;
        width: 200%;
        max-width: inherit!important;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding: 0!important;
        -webkit-transition: transform .5s ease;
        transition: transform .5s ease;
        -webkit-box-flex: 2;
        -ms-flex: 2;
        flex: 2;
        overflow: hidden
    }

    .panel_games_inner .game_side {
        -webkit-box-flex: 1!important;
        -ms-flex: 1!important;
        flex: 1!important;
        padding: 15px!important;
        padding-top: 5px!important
    }

    .panel_games_inner .game_side .pf-wof {
        margin-top: 2rem
    }

    .panel_games_inner .game_history_side {
        padding: 15px!important;
        overflow: hidden
    }

    .panel_games_inner .game_history_side .h_t_h_item {
        font-weight: 500!important
    }

    .panel_games_inner .game_history_side .history_tabs_cover {
        height: 95%
    }

    .panel_games_inner .game_history_side .history_tabs .h_t_item {
        padding: 10px 5px
    }

    .panel_games_inner .game_history_side .h_t_item+.h_t_item {
        margin-left: 5px!important
    }

    .panel_games_inner .game_history_side .logo_section {
        display: none
    }

    .panel_games_inner .game_history_side .game_reward i {
        display: inline!important
    }
}

@media screen and (min-width: 951px) {
    .panel_games_cover .logo_section {
        display:none!important
    }

    .game_history_side .game_controls {
        display: block
    }

    .game_side .game_controls {
        display: none
    }

    .game_history_side .logo_section {
        display: block!important
    }

    .active_view_nav {
        display: none!important
    }
}

@media screen and (min-width: 1920px) {
    .panel_games_inner {
        -webkit-transform:scale(1.1);
        transform: scale(1.1);
        -webkit-transform-origin: top;
        transform-origin: top
    }
}

@media screen and (max-width: 480px) {
    .panel_games {
        background-position:0 0
    }

    .game_controls .spin_btn,.spin_to_win_text {
        font-size: 1rem!important
    }

    .h_t_item span {
        display: none
    }

    .history_table_header {
        display: none!important
    }

    .history_table_list {
        display: block!important;
        position: relative
    }

    .history_table_list .h_t_h_item {
        text-align: left!important;
        padding-right: 0!important;
        padding-bottom: 5px!important
    }

    .history_table_list .reward_status {
        position: absolute;
        right: 15px;
        bottom: 5px
    }

    .history_table_list .game_name {
        padding-top: 5px!important
    }

    .history_table_list .game_date {
        position: absolute;
        right: 15px;
        top: 8px
    }
}

@media screen and (max-height: 480px) {
    .history_tabs_cover {
        max-width:95%!important
    }

    .panel_games_cover {
        height: 100%!important
    }

    .logo_section {
        display: none
    }

    .panel_games_header {
        position: absolute;
        background-color: inherit!important;
        z-index: 99
    }

    .panel_games_header .p_g_h_inner span {
        display: none
    }

    .bm_wheel_of_fortune {
        bottom: 150px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }

    .bm_wheel_of_fortune,.game_controls {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0
    }

    .game_controls {
        bottom: 20px
    }

    .pf-wof {
        width: 70%!important
    }
}

@media screen and (max-height: 320px) {
    .bm_wheel_of_fortune {
        bottom:130px
    }

    .game_controls {
        -webkit-transform: scale(.85);
        transform: scale(.85);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        bottom: 0
    }
}

.active_view_nav {
    position: absolute;
    top: calc(50% - 40px);
    height: 75px;
    width: 15px;
    background-color: rgba(0,0,0,.2);
    -webkit-transition: width .3s ease;
    transition: width .3s ease;
    z-index: 9;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    font-size: 12px
}

.active_view_nav.a_v_n_left {
    left: 0;
    border-radius: 0 10px 10px 0
}

.active_view_nav.a_v_n_right {
    right: 0;
    width: 0;
    border-radius: 10px 0 0 10px
}

.history_active .a_v_n_left {
    width: 0!important
}

.history_active .a_v_n_right {
    width: 15px!important
}

.lawrencium {
    background: -webkit-gradient(linear,right top,left top,from(#0f0c29),color-stop(#302b63),to(#24243e));
    background: linear-gradient(270deg,#0f0c29,#302b63,#24243e)
}

.orca {
    background: -webkit-gradient(linear,right top,left top,from(#44a08d),to(#093637));
    background: linear-gradient(270deg,#44a08d,#093637)
}

.royal {
    background: -webkit-gradient(linear,right top,left top,from(#141e30),to(#243b55));
    background: linear-gradient(270deg,#141e30,#243b55)
}

.frost {
    background: -webkit-gradient(linear,right top,left top,from(#000c24428),to(#004e92));
    background: linear-gradient(270deg,#000c24428,#004e92)
}

.namn {
    background: -webkit-gradient(linear,right top,left top,from(#a73737),to(#7a2828));
    background: linear-gradient(270deg,#a73737,#7a2828)
}

.redd {
    background: -webkit-gradient(linear,right top,left top,from(#e52d27),to(#b31217));
    background: linear-gradient(270deg,#e52d27,#b31217)
}

.vanusa {
    background: -webkit-gradient(linear,left top,right top,from(#da4453),to(#89216b));
    background: linear-gradient(90deg,#da4453,#89216b)
}

.moss {
    background: -webkit-gradient(linear,left top,right top,from(#134e5e),to(#71b280));
    background: linear-gradient(90deg,#134e5e,#71b280)
}

.game_ready {
    opacity: 1
}

.panel_games_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0
}

.show_bg {
    opacity: 1
}

.log_section_loading {
    margin-bottom: .5rem
}

.progress_text {
    margin-top: .5rem;
    font-weight: 600
}

.under_construction {
    position: absolute;
    top: 45%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-weight: 600
}

.populargames_drawer .sidemenu .header {
    border-top-color: #f52534!important
}

.popular_games_item+.popular_games_item {
    margin-top: 1rem
}

.popular_games_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular_games_item {
    position: relative
}

.popular_games_item .game_image {
    position: relative;
    cursor: pointer;
    border-radius: 3px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.popular_games_item .game_image:hover .game_image_hover {
    opacity: 1
}

.popular_games_item .game_image .game_player {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red
}

.popular_games_item .game_image .game_player iframe {
    border: 0;
    height: 100%;
    width: 100%
}

.popular_games_item .game_image_hover {
    background-color: rgba(0,0,0,.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular_games_item .game_image_hover i {
    opacity: .8;
    font-size: 60px
}

.popular_games_item .game_info {
    margin-top: .1rem;
    font-size: .9rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.popular_games_item .game_info .vendor_name {
    opacity: .8;
    font-size: .8rem;
    text-align: right
}

#hidden_holder {
    visibility: hidden;
    font-family: Roboto,sans-serif;
    font-size: 14px;
    padding: 10px;
    padding-right: 15px;
    padding-left: 26px
}

.pf_messenger_cover {
    max-width: 640px;
    width: 100%;
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 20px;
    font-family: Roboto,sans-serif;
    z-index: 998
}

.pf_messenger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-width: 50px!important;
    min-height: 50px!important;
    border-radius: 50%;
    background: #f5f5f5;
    color: #000c24;
    padding: 5px;
    -webkit-transition: width .2s,border-radius .2s,opacity .2s;
    transition: width .2s,border-radius .2s,opacity .2s;
    z-index: 99999
}

.pf_messenger .pf_messenger__icon {
    position: absolute;
    text-align: center
}

.pf_messenger .pf_messenger__icon i {
    font-size: 18px;
    position: relative;
    top: 1px
}

.pf_messenger .pf_messenger__close {
    position: absolute!important;
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 5px;
    top: 5px;
    cursor: pointer
}

.pf_messenger .pf_messenger__button,.pf_messenger .pf_messenger__close,.pf_messenger .pf_messenger__text {
    position: relative;
    opacity: 0;
    -webkit-transition: opacity .05s;
    transition: opacity .05s;
    -webkit-transition-delay: 0;
    transition-delay: 0
}

.pf_messenger.is-expanded {
    left: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%!important;
    max-width: 640px;
    padding: 10px;
    background: #f5f5f5;
    border-radius: 8px;
    -webkit-box-shadow: 0 4px 8px rgba(22,20,33,.2);
    box-shadow: 0 4px 8px rgba(22,20,33,.2)
}

.pf_messenger.is-expanded .pf_messenger__button,.pf_messenger.is-expanded .pf_messenger__close,.pf_messenger.is-expanded .pf_messenger__icon,.pf_messenger.is-expanded .pf_messenger__text {
    position: static;
    opacity: 1;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

.pf_messenger.is-expanded .pf_messenger__counter,.pf_messenger.is-expanded .pf_messenger__trigger {
    display: none
}

@media(max-width: 1024px) {
    .pf_messenger__close {
        right:0!important;
        top: 5px!important
    }

    .pf_messenger__text {
        padding-right: 10px
    }
}

@media(max-width: 640px) {
    .pf_messenger.is-expanded {
        left:10px;
        right: 10px;
        width: calc(100% - 20px)!important;
        -webkit-transform: none;
        transform: none
    }
}

.pf_messenger .pf_messenger__trigger {
    width: 100%;
    height: 100%;
    cursor: pointer;
    position: absolute;
    border-radius: 50%
}

.pf_messenger .pf_messenger__button {
    margin: 0 5px
}

@media(max-width: 640px) {
    .pf_messenger .pf_messenger__button {
        font-size:14px;
        line-height: 17px
    }
}

.pf_messenger .pf_messenger__text {
    cursor: pointer;
    padding: 0 10px;
    text-align: left;
    font-size: 14px;
    line-height: 1.2;
    overflow: hidden;
    height: 100%;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

@media(max-width: 360px) {
    #hidden_holder,.pf_messenger .pf_messenger__text {
        font-size:13px!important
    }
}

.is-nonvisible {
    opacity: 0
}

.custom_menu_drawer {
    color: #fff
}

.custom_menu_drawer .input-field input {
    line-height: 35px;
    height: 35px;
    border-radius: 5px;
    background-color: #fff;
    color: #000c24
}

.custom_menu_drawer .input-field input::-webkit-input-placeholder {
    color: #000c24!important;
    opacity: .6
}

.custom_menu_drawer .input-field input::-moz-placeholder {
    color: #000c24!important;
    opacity: .6
}

.custom_menu_drawer .input-field input:-ms-input-placeholder {
    color: #000c24!important;
    opacity: .6
}

.custom_menu_drawer .input-field input::-ms-input-placeholder {
    color: #000c24!important;
    opacity: .6
}

.custom_menu_drawer .input-field input::placeholder {
    color: #000c24!important;
    opacity: .6
}

.custom_menu_drawer .main-search-btn {
    position: absolute;
    right: 7px;
    top: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000c24
}

.custom_menu_drawer .coupon-close-btn {
    display: none
}

.custom_menu_drawer .drawer_content {
    padding-bottom: 35px!important
}

.custom_menu_drawer .sort-switch {
    padding: 0!important;
    text-align: center!important;
    background-color: inherit!important
}

.custom_menu_drawer .collapsible-accordion {
    border: none;
    margin: inherit;
    padding: 6px 0;
    height: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important
}

.custom_menu_drawer .collapsible-header {
    background-color: inherit;
    border: none!important;
    padding: 0;
    font-size: 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-bottom: 5px
}

.custom_menu_drawer .collapsible-header i {
    width: 20px;
    margin-right: 12px
}

.custom_menu_drawer .collapsible-header .right {
    position: absolute!important;
    right: 0!important
}

.custom_menu_drawer .collapsible-body {
    padding: 0;
    border: none!important;
    padding-bottom: 5px
}

.custom_menu_drawer .collapsible-body a {
    padding: 0;
    height: 30px
}

.custom_menu_drawer .collapsible-body i {
    -webkit-transform: scale(.5625);
    transform: scale(.5625);
    left: -5px;
    position: relative
}

.custom_menu_drawer .input-field {
    margin-top: 0
}

.custom_menu_drawer .input-field #autocomplete-search {
    border-radius: 5px;
    height: 35px;
    line-height: 35px
}

.custom_menu_drawer .input-field .casino-show-more {
    width: 100%;
    text-align: center;
    height: 35px;
    line-height: 35px
}

.custom_menu_drawer .input-field .dropdown-content {
    display: none!important
}

.custom_menu_drawer .sidemenu {
    left: -300px;
    background-color: #000c24
}

@media(max-width: 767.98px) {
    .custom_menu_drawer .sidemenu {
        width:300px!important;
        overflow-y: auto!important;
        left: -100%!important
    }
}

.custom_menu_drawer .sidemenu .title {
    display: none
}

.custom_menu_drawer .sidemenu .header {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    border-bottom: none
}

.custom_menu_drawer .sidemenu .header .close {
    z-index: 99;
    background-color: inherit!important
}

.custom_menu_drawer .opened {
    left: 0!important
}

.custom_menu_drawer .splide__arrow {
    display: none
}

.custom_menu_drawer .splide__pagination {
    position: relative!important;
    bottom: -1px!important
}

.custom_menu_drawer .custom_menu_item {
    padding: 8px 0
}

.custom_menu_drawer .menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    height: 23px
}

.custom_menu_drawer .menu_item .popular_menu_icon {
    text-align: center;
    font-size: 18px
}

.custom_menu_drawer .menu_item .popular_menu_icon,.custom_menu_drawer .menu_item .popular_menu_img {
    width: 20px;
    margin-right: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom_menu_drawer .menu_item .popular_menu_icon img,.custom_menu_drawer .menu_item .popular_menu_img img {
    width: 100%!important;
    height: 100%
}

.custom_menu_drawer .menu_item_content {
    padding-bottom: 10px
}

.custom_menu_drawer .menu_item_content iframe {
    width: 100%;
    border: none!important
}

.custom_menu_drawer .logo_cover {
    position: absolute;
    top: 13px;
    text-align: center;
    width: 100%;
    left: 0;
    z-index: 1
}

.custom_menu_drawer .logo_cover img {
    width: 150px
}

.divider_menu {
    padding-bottom: 20px;
    margin-bottom: inherit!important
}

.socialmedia_section i {
    color: #fff!important
}

.custom_vertical_menu_cover {
    position: relative
}

.custom_vertical_menu_cover:after {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 10px;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    content: "";
    background: -webkit-gradient(linear,left top,right top,from(#000c24),to(hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,#000c24 0,hsla(0,0%,100%,0))
}

.custom_vertical_menu {
    overflow-y: scroll;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 10px;
    margin-top: 10px
}

.custom_vertical_menu,.custom_vertical_menu .menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.custom_vertical_menu .menu_item {
    text-decoration: none;
    font-weight: 500;
    height: 30px;
    font-size: 13px;
    color: #fff;
    padding: 0 10px;
    background: #212121;
    border-radius: 10px;
    white-space: pre;
    cursor: pointer
}

.custom_vertical_menu .menu_item .popular_menu_img {
    margin-right: 5px
}

.custom_vertical_menu .menu_item img {
    height: 18px;
    margin-right: 0
}

.custom_vertical_menu .custom_menu_item+.custom_menu_item {
    margin-left: 10px
}

.hide_side_menu #left-menu {
    display: none
}

.betmaster_poll_modal .el-dialog__title {
    font-family: Roboto,sans-serif!important
}

.el-dialog__wrapper {
    -webkit-transition-duration: 0s!important;
    transition-duration: 0s!important
}

.bt_modal .el-dialog__headerbtn:hover .el-dialog__close {
    color: #272727
}

.betmaster_landing .el-carousel__container {
    height: calc(100vh - 60px)!important
}

.betmaster_landing .el-carousel__container .el-carousel__arrow {
    background-color: rgba(36,34,50,.7)!important;
    border-radius: 0;
    height: 75px;
    width: 45px;
    top: 200px;
    cursor: pointer
}

.betmaster_landing .el-carousel__container .el-carousel__arrow i {
    font-size: 25px;
    font-weight: 600
}

.betmaster_landing .el-carousel__container .el-carousel__arrow--right {
    right: 0
}

.betmaster_landing .el-carousel__container .el-carousel__arrow--left {
    left: 0
}

.betmaster_landing .landing_loader {
    background-color: red
}

.betmaster_landing .landing_slider_item {
    height: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: cover;
    background-position: top!important
}

.ticker_top_winners {
    height: 100%
}

.ticker_top_winners .bet_amount,.ticker_top_winners .game,.ticker_top_winners .win_amount {
    color: #f52534
}

.ticker_top_winners .game {
    cursor: pointer
}

.ticker_top_winners .ttw_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: pre
}

.ticker_top_winners .ttw_game_img {
    height: 80%;
    margin-left: 4px;
    margin-right: 4px;
    border-radius: 5px;
    cursor: pointer;
    min-width: 48px;
    position: relative
}

.ticker_top_winners .ttw_game_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    line-height: 32px;
    background-color: #272727;
    color: currentColor;
    text-align: center;
    border-radius: 2px;
    display: block;
    width: 48px;
    height: 32px;
    overflow: hidden
}

.ticker_events_cover {
    min-width: 300px
}

.top_winners_auto {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%
}

.top_winners_auto .news {
    margin-left: 10px;
    margin-right: 10px
}

.ticker_cover {
    font-family: Roboto,sans-serif;
    width: 100%;
    height: 40px
}

.ticker_cover .el-loading-mask {
    background-color: #1a1a1a!important
}

.ticker_cover .ticker {
    color: #bcbcbc;
    background-color: #000
}

.ticker_cover .ticker .el-carousel__container {
    height: inherit
}

.ticker_cover .ticker .el-carousel__indicators {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ticker_cover .ticker .el-carousel__arrow {
    width: 30px;
    height: 30px
}

.ticker_cover .ticker .el-carousel__indicator--horizontal {
    padding: 8px 4px
}

.ticker_cover .ticker i {
    font-weight: 600
}

.ticker_cover .ticker .news {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
    text-align: center;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.ticker_cover .ticker .news p {
    margin: 0
}

.ticker_cover .ticker .news strong {
    padding-right: 2px;
    padding-left: 2px
}

.ticker_cover .ticker .news .el-loading-spinner {
    top: 23px
}

.ticker_cover .ticker .news .el-loading-spinner .circular {
    height: 34px;
    width: 34px
}

.ticker_cover .ticker .news .el-loading-spinner .path {
    stroke: #f52534!important
}

.ticker_cover .marquee-text-content,.ticker_cover .marquee-text-text,.ticker_cover .marquee-text-wrap {
    height: 100%
}

.ticker_cover .marquee-text-wrap {
    position: relative
}

.ticker_cover .marquee-text-wrap:after,.ticker_cover .marquee-text-wrap:before {
    height: 100%;
    position: absolute;
    z-index: 9999;
    width: 8px;
    content: "";
    background: -webkit-gradient(linear,left top,right top,from(#000c24),to(hsla(0,0%,100%,0)));
    background: linear-gradient(90deg,#000c24 0,hsla(0,0%,100%,0))
}

.ticker_cover .marquee-text-wrap:after {
    right: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    top: 0
}

.ticker_cover .marquee-text-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ticker_cover .marquee_news {
    margin-right: 25px;
    height: 100%
}

.ticker_cover .marquee_news .el-loading-mask,.ticker_cover .marquee_news .el-loading-spinner {
    position: relative;
    margin-top: 0!important;
    top: 0!important
}

.ticker_cover .ticker_content_cover {
    height: 100%
}

.not_visible {
    opacity: 0
}

.mobile_ticker.slide_ticker .el-carousel__container {
    height: 50px!important
}

.mobile_ticker.slide_ticker .ticker_top_winners .ttw_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.mobile_ticker.slide_ticker .ticker_top_winners .ttw_inner .ttw_game_img {
    display: none
}

.marquee_ticker .ttw_game_img {
    display: block!important
}

.slide_ticker .ticker {
    height: 100%
}

@media screen and (max-width: 1024px) {
    .mobile_ticker.marquee_ticker .news {
        font-size:13px
    }

    .mobile_ticker.slide_ticker {
        height: inherit!important
    }

    .mobile_ticker.slide_ticker .news {
        padding-left: 5px;
        padding-right: 5px;
        padding-top: 5px;
        font-size: 13px
    }

    .mobile_ticker.slide_ticker .el-carousel__arrow {
        display: none
    }

    .mobile_ticker.slide_ticker .ticker_top_winners {
        height: inherit;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .mobile_ticker.slide_ticker .ticker_top_winners .ttw_inner {
        height: auto!important
    }
}

.gallery_events,.ticker_events {
    color: #fff
}

.gallery_events .event_cover,.ticker_events .event_cover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
}

.gallery_events .event_cover,.gallery_events .event_cover .event_item,.ticker_events .event_cover,.ticker_events .event_cover .event_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery_events .event_cover .event_item .team_flag,.ticker_events .event_cover .event_item .team_flag {
    width: 20px;
    height: 20px
}

.gallery_events .event_cover .event_seperator,.ticker_events .event_cover .event_seperator {
    margin-left: 5px;
    margin-right: 5px
}

@media(max-width: 767.98px) {
    .gallery_events .event_cover .event_seperator,.ticker_events .event_cover .event_seperator {
        -webkit-box-flex:100%!important;
        -ms-flex: 100%!important;
        flex: 100%!important
    }
}

.gallery_events .event_cover .event_seperator .event_odds,.ticker_events .event_cover .event_seperator .event_odds {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd,.ticker_events .event_cover .event_seperator .event_odds .event_odd {
    border: 1px solid #4d4a56;
    padding: 3px 5px;
    margin: 0 3px;
    font-size: 13px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd:before,.ticker_events .event_cover .event_seperator .event_odds .event_odd:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0)
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd:after,.ticker_events .event_cover .event_seperator .event_odds .event_odd:after {
    -webkit-transform: scaleY(0);
    transform: scaleY(0)
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd:after,.gallery_events .event_cover .event_seperator .event_odds .event_odd:before,.ticker_events .event_cover .event_seperator .event_odds .event_odd:after,.ticker_events .event_cover .event_seperator .event_odds .event_odd:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: inline;
    width: calc(100% + 1px);
    height: calc(100% + 1px);
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    border-radius: 3px
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd:hover,.ticker_events .event_cover .event_seperator .event_odds .event_odd:hover {
    background-color: #000c24
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd:hover:after,.gallery_events .event_cover .event_seperator .event_odds .event_odd:hover:before,.ticker_events .event_cover .event_seperator .event_odds .event_odd:hover:after,.ticker_events .event_cover .event_seperator .event_odds .event_odd:hover:before {
    -webkit-transform: scaleZ(2);
    transform: scaleZ(2);
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s,-webkit-transform .5s
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd .event_odd_t,.ticker_events .event_cover .event_seperator .event_odds .event_odd .event_odd_t {
    margin-right: 5px;
    color: #f52534
}

.gallery_events .event_cover .event_seperator .event_odds .event_odd .event_odd_val,.ticker_events .event_cover .event_seperator .event_odds .event_odd .event_odd_val {
    font-weight: 600;
    color: #fff!important
}

.gallery_events .event_cover .home,.ticker_events .event_cover .home {
    margin-left: 5px
}

.gallery_events .event_cover .away,.ticker_events .event_cover .away {
    margin-right: 5px
}

.gallery_events .event_cover .event_person,.ticker_events .event_cover .event_person {
    margin: 0 5px
}

.gallery_events .event_cover .odd,.ticker_events .event_cover .odd {
    color: #f52534;
    font-weight: 600
}

.gallery_events .event_cover img,.ticker_events .event_cover img {
    max-width: 20px
}

@media(max-width: 767.98px) {
    .gallery_events .type_3way .event_seperator:first-child,.ticker_events .type_3way .event_seperator:first-child {
        -webkit-box-ordinal-group:3!important;
        -ms-flex-order: 2!important;
        order: 2!important
    }

    .gallery_events .type_3way .event_seperator:nth-child(2),.ticker_events .type_3way .event_seperator:nth-child(2) {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3
    }

    .gallery_events .type_3way .event_seperator:nth-child(3),.ticker_events .type_3way .event_seperator:nth-child(3) {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .gallery_events .type_3way .event_seperator .event_odd,.ticker_events .type_3way .event_seperator .event_odd {
        margin-top: 2px!important;
        font-size: 12px!important
    }
}

.gallery_events .type_3way .event_odd_cover,.ticker_events .type_3way .event_odd_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.gallery_events .type_3way .event_odd_cover .versus,.ticker_events .type_3way .event_odd_cover .versus {
    font-weight: 600;
    font-size: 12px
}

@media(max-width: 767.98px) {
    .gallery_events .type_3way .home:after,.ticker_events .type_3way .home:after {
        content:" - ";
        margin-right: 4px
    }
}

.event_popper {
    font-size: 12px!important;
    font-family: Roboto,sans-serif;
    background-color: #000c24!important
}

.event_popper .popper_date {
    color: #f52534
}

.marquee-text-wrap {
    padding-top: 0!important
}

.marquee-text-wrap .most_played .event_seperator,.marquee-text-wrap .type_3way .event_seperator {
    -webkit-box-flex: inherit!important;
    -ms-flex: inherit!important;
    flex: inherit!important
}

.marquee-text-wrap .most_played .event_seperator:first-child,.marquee-text-wrap .most_played .event_seperator:nth-child(2),.marquee-text-wrap .most_played .event_seperator:nth-child(3),.marquee-text-wrap .type_3way .event_seperator:first-child,.marquee-text-wrap .type_3way .event_seperator:nth-child(2),.marquee-text-wrap .type_3way .event_seperator:nth-child(3) {
    -webkit-box-ordinal-group: inherit!important;
    -ms-flex-order: inherit!important;
    order: inherit!important
}

.marquee-text-wrap .most_played .event_seperator .event_odd,.marquee-text-wrap .type_3way .event_seperator .event_odd {
    margin-top: inherit!important;
    font-size: 12px!important
}

.buy_now_cover .quantity_cover {
    margin-bottom: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.buy_now_cover .quantity_cover .quantity_label {
    margin-right: 10px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none
}

.buy_now_cover .quantity_cover .quantity_input {
    width: 100%
}

.h_c_w_btn {
    width: 100%;
    border-radius: 0!important;
    min-height: 44px;
    background-color: #282828!important
}

.old_value {
    color: #aaa!important;
    text-decoration: line-through;
    margin-right: 2px;
    font-weight: 500
}

.betmaster_shop {
    padding-bottom: 90px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto,sans-serif;
    position: relative
}

.betmaster_shop .game_button {
    width: 100%;
    cursor: pointer
}

.betmaster_shop .game_button+.game_button {
    margin-top: 0
}

.betmaster_shop .game_item_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.betmaster_shop .game_item_cover .game_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%
}

@media(max-width: 767.98px) {
    .betmaster_shop .game_item_cover .game_item {
        -webkit-box-flex:1;
        -ms-flex: 1;
        flex: 1
    }
}

@media(max-width: 767.98px) {
    .betmaster_shop .game_item_cover .game_item:first-child {
        padding-right:3px!important
    }
}

@media(max-width: 767.98px) {
    .betmaster_shop .game_item_cover .game_item+.game_item {
        padding-left:3px!important
    }
}

.shop_container {
    max-width: 1200px
}

.shop_container .desktop_shop_slider {
    border-radius: 10px;
    overflow: hidden
}

.shop_container .mobile_shop_slider {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 0 15px;
    border-radius: 10px;
    overflow: hidden
}

@media(max-width: 767.98px) {
    .shop_container .mobile_shop_slider {
        padding:0 15px
    }
}

.shop_container .el-carousel__arrow {
    top: 50%!important;
    background-color: inherit!important;
    color: #fff;
    font-weight: 700;
    background-color: rgba(36,34,50,.7)!important;
    font-size: 20px;
    border-radius: 0
}

.shop_container .el-carousel__arrow--right {
    right: 0!important
}

.shop_container .el-carousel__arrow--left {
    left: 0!important
}

.shop_container .shop_menu {
    color: #212529
}

@media(max-width: 767.98px) {
    .shop_container .shop_menu {
        padding:0!important
    }
}

.shop_container .shop_menu .el-checkbox__inner {
    width: 15px;
    height: 15px;
    background-color: #dee2e6
}

.shop_container .shop_menu .el-checkbox__input.is-checked .el-checkbox__inner {
    background-color: #f52534;
    border-color: #f52534
}

.shop_container .shop_menu .el-checkbox__input.is-checked+.el-checkbox__label {
    color: #f52534
}

.shop_container .shop_menu .el-slider__bar {
    background-color: #f52534
}

.shop_container .shop_menu .el-collapse-item__arrow {
    line-height: 57px;
    margin-right: 1px!important
}

.shop_container .shop_menu .el-collapse-item__header {
    padding: 0 .75rem;
    height: 57px;
    line-height: 57px
}

.shop_container .shop_menu .el-collapse-item__content {
    padding-bottom: 0
}

.shop_container .shop_menu .el-checkbox__label {
    color: #fff
}

.shop_menu .el-icon-arrow-right,.shop_menu_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
    color: #fff;
    position: relative
}

.shop_menu_title:before {
    width: 40px;
    height: 3px;
    content: "";
    position: absolute;
    bottom: -2px;
    background: #f52534
}

.s_m_c_b {
    margin-bottom: .5rem
}

.s_m_c_c {
    padding: 15px
}

.s_m_c_c .el-slider__button {
    border-color: #f52534
}

.s_m_c_c .el-checkbox-group {
    padding-top: 10px;
    overflow: auto
}

.s_m_c_c .el-checkbox-group::-webkit-scrollbar-thumb {
    background: #f52534;
    border-radius: 3px
}

.s_m_c_c .el-checkbox-group::-webkit-scrollbar {
    width: 8px
}

.s_m_c_c .el-checkbox-group::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 25px
}

.s_m_c_b .el-checkbox {
    width: 100%
}

.point_range {
    font-size: 14px!important;
    text-align: center;
    height: 20px
}

.product_filter {
    padding: 5px 15px!important;
    border: 1px solid #dedede;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.nblog_slider .bx-viewport,.shop_content .nblog_slider .bx-wrapper {
    height: inherit
}

.sr-only {
    border: 0;
    clip: rect(0,0,0,0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.sr-only-focusable:active,.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.shop_content .pbet_slider .bx-viewport,.shop_content .pbet_slider .bx-wrapper,.shop_content .pbet_slider .carousel-item {
    height: inherit
}

.shop_slider {
    margin-bottom: 1rem!important
}

.shop_content .slider_image {
    background-size: contain
}

.p_f_item {
    display: block;
    background: none;
    border: none;
    color: #333;
    font-size: 14px;
    line-height: 30px
}

.p_f_item .p_f_i_o+.p_f_i_o {
    margin-left: 5px
}

.product_filter .selected {
    color: #0091dc;
    font-style: normal
}

.shop_dialog {
    z-index: 999999999!important
}

.pf_dropdown {
    position: relative;
    cursor: pointer
}

.pf_dropdown_content {
    position: absolute;
    -webkit-transform: translate3d(0,33px,0);
    transform: translate3d(0,33px,0);
    top: 0;
    left: -57px;
    will-change: transform;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    min-width: 150px
}

.pf_dropdown_option {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.pf_dropdown_option:hover {
    background-color: #f8f9fa
}

.pf_dropdown_option:last-child {
    border-bottom: none
}

.el-select-dropdown__list::-webkit-scrollbar {
    height: inherit!important
}

.shop_filter input {
    border: none!important;
    color: #f52534!important;
    font-size: 14px!important;
    height: 30px!important
}

@media(max-width: 767.98px) {
    .shop_filter input {
        all:inherit;
        padding: 0 15px!important;
        -webkit-box-sizing: border-box!important;
        box-sizing: border-box!important;
        border-radius: 4px!important
    }
}

.shop_filter .el-input .el-select__caret {
    line-height: 14px;
    color: #000c24!important;
    top: -2px;
    position: relative
}

.shop_dropdown {
    border-radius: 0;
    font-family: Roboto,sans-serif
}

.shop_dropdown .el-select-dropdown__item.selected {
    color: #f52534
}

.showing_results {
    line-height: 30px
}

.betmaster_shop {
    -webkit-tap-highlight-color: rgba(0,0,0,0)
}

.betmaster_shop .el-dialog {
    width: 100%;
    max-width: 900px
}

@media screen and (min-width: 1440px) {
    .cart_modal {
        margin-right:15px!important;
        margin-left: 15px!important
    }
}

@media screen and (max-width: 768px) {
    .shop_container .shop_menu {
        padding:0!important
    }

    .betmaster_shop .el-dialog {
        width: 100%;
        margin-top: 0!important;
        margin-bottom: 0;
        height: 100%;
        overflow: auto
    }
}

@media screen and (max-width: 580px) {
    .shop_container .shop_menu {
        width:100%;
        max-width: unset
    }

    .shop_container .shop_content {
        width: 100%;
        padding-right: 0!important;
        padding-left: 0!important
    }

    .add_to_cart {
        width: 100%
    }

    .item_detail .title {
        margin-top: 1rem
    }

    .cart_left_side {
        padding-left: 0!important;
        padding-right: 0!important
    }

    .my_order_list {
        width: 100%!important;
        text-align: center
    }
}

.product_cover {
    margin-bottom: 30px
}

.product {
    height: 100%;
    padding: 0 0 0!important;
    border: 1px solid transparent;
    text-align: center;
    position: relative;
    cursor: pointer;
    border: 0 solid #ebeef5;
    border-radius: 10px;
    background-color: #282828
}

.product,.product:hover {
    -webkit-transition: .3s;
    transition: .3s
}

.product:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    border-radius: 4px
}

.product .non_product_image,.product .product_gallery {
    height: 185px!important;
    border-radius: 10px 10px 0 0
}

@media(max-width: 767.98px) {
    .product .non_product_image,.product .product_gallery {
        border-radius:10px 10px 0 0
    }
}

.product .non_product_image .el-carousel__container,.product .product_gallery .el-carousel__container {
    height: 100%
}

.product .details {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative
}

.product .details .name {
    width: 100%;
    height: auto;
    max-height: 45px;
    min-height: 45px;
    overflow: hidden;
    display: block;
    color: #333;
    font-size: 14px;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    word-break: break-word
}

@media(max-width: 767.98px) {
    .product .details .name {
        width:80%;
        margin: auto
    }
}

.product .details .buy_now_btn {
    position: absolute;
    right: 14px;
    bottom: 3px;
    display: none;
    background-color: #f52534;
    color: #000c24;
    padding: 7px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-width: 65px
}

.product_list .el-loading-spinner .path {
    stroke: rgba(5,3,8,.85)!important
}

.product_list .el-loading-text {
    color: rgba(5,3,8,.85)!important
}

.product_list .el-row {
    margin: 0!important
}

.betmaster_shop .product .details .category,.cart_modal .category {
    padding: 5px 0;
    text-align: center;
    font-size: 13px;
    color: #f52534
}

.betmaster_shop .product .details .point {
    font-size: 16px;
    color: #ec5858;
    font-weight: 700
}

.betmaster_shop .product .image,.item_detail .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat
}

@media(max-width: 767.98px) {
    .betmaster_shop .product .image img,.item_detail .image img {
        -o-object-fit:cover!important;
        object-fit: cover!important
    }
}

.item_detail .el-dialog__title {
    color: #fff
}

.betmaster_shop .pagination {
    text-align: center
}

.betmaster_shop .product .details .add_to_cart_btn {
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    font-size: 18px;
    color: #fff;
    visibility: hidden;
    position: absolute;
    bottom: -15px;
    right: -10px;
    background: #16b378;
    z-index: 2;
    line-height: 40px;
    border-radius: 0 0 4px 0;
    cursor: pointer
}

.betmaster_shop .product:hover .details .add_to_cart_btn {
    visibility: visible
}

.add_to_cart_btn:focus {
    background: #ebb563!important;
    border-color: #ebb563!important;
    color: #fff!important
}

.products_result {
    color: #f52534
}

.product_filter_btn {
    width: 100%;
    border-radius: 0!important;
    margin-bottom: 20px!important
}

.betmaster_shop .product .tag {
    height: 20px;
    width: auto;
    padding: 0 10px;
    position: absolute;
    top: 10px;
    left: 10px;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    line-height: 20px;
    border-radius: 20px;
    z-index: 3
}

@media(max-width: 767.98px) {
    .betmaster_shop .product .tag {
        top:9px;
        left: 10px
    }
}

.betmaster_shop .product .tag.new {
    background: #16b378
}

.betmaster_shop .product .tag.popular {
    background: #f44336
}

.shop_right_side_content img {
    width: 100%
}

.product_list .el-loading-mask {
    z-index: 4
}

.no_products {
    text-align: center;
    font-size: 14px;
    color: #333;
    font-weight: 600
}

.shopping_cart {
    border-radius: 0!important;
    width: 100%;
    min-height: 44px
}

.shopping_cart .cart_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.shopping_cart .cart_icon {
    font-size: 18px;
    margin-right: 5px
}

.cart_modal .image {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-position: 50%;
    background-repeat: no-repeat;
    height: 130px
}

.cart_modal .image img {
    -o-object-position: top;
    object-position: top
}

.cart_modal .category,.cart_modal .title {
    text-align: left;
    word-break: break-word
}

.cart_modal {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 15px;
    padding-bottom: 15px;
    padding-top: 15px;
    min-height: 153px;
    margin-left: 0!important;
    width: 100%
}

.cart_modal .category {
    margin-top: 5px;
    margin-bottom: 5px
}

.cart_modal .cart_point {
    color: #ef6723;
    font-size: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.cart_point .point_title {
    font-size: 13px;
    margin-left: 5px
}

.no_item {
    font-size: 15px;
    text-align: center;
    margin-bottom: 1rem
}

.sub_total_content {
    border: 1px solid #dedede;
    padding: 15px 0
}

.sub_total_total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.sub_total_total .price {
    color: #f52534;
    font-size: 20px
}

.sub_total_content .complete_order {
    width: 100%;
    margin-top: 15px;
    border-radius: 3px;
    padding: 10px 15px
}

.sub_total_content .complete_order,.sub_total_content .complete_order:focus,.sub_total_content .complete_order:hover {
    background: #ef6723;
    border-color: #ef6723
}

.completed_order {
    width: 100%;
    border-radius: 3px!important
}

.completed_order,.completed_order:focus,.completed_order:hover {
    color: #fff!important;
    background-color: #15b379!important;
    border-color: #15b379!important
}

.error_order {
    width: 100%;
    border-radius: 3px!important
}

.error_order,.error_order:focus,.error_order:hover {
    color: #fff!important;
    background-color: #ee4035!important;
    border-color: #ee4035!important
}

.cart_notification {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.cart_notification i {
    margin-right: 5px;
    font-size: 19px
}

.load_more_btn {
    border-radius: 0;
    min-width: 300px
}

@media(max-width: 767.98px) {
    .load_more_btn {
        min-width:100%!important
    }
}

.shop_notification .el-notification__title,.shop_notification i {
    color: #0090dd
}

.multiple_quantity {
    color: #9e9e9e;
    font-size: 16px
}

.item_point {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px
}

.sub_total_total:first-child {
    border-bottom: 1px solid #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.sub_total_total .user_point {
    font-size: 16px
}

.cart_items {
    max-height: 504px;
    overflow-y: auto;
    overflow-x: hidden
}

.item_detail .title {
    font-size: 18px;
    color: #000c24;
    margin-bottom: .5rem!important
}

.item_detail .category {
    color: #f52534;
    margin-bottom: .5rem!important
}

.item_detail .el-dialog__headerbtn:focus .el-dialog__close,.item_detail .el-dialog__headerbtn:hover .el-dialog__close {
    color: #f52534
}

.item_detail .el-dialog__close {
    font-size: 25px
}

.item_detail .el-dialog__close:hover {
    color: #f52534
}

.item_detail .el-dialog__body {
    padding-top: 5px!important
}

.item_detail .point {
    font-size: 20px;
    color: #ec5858;
    font-weight: 700
}

.item_detail .short_des {
    border-top: 1px solid #ededed;
    font-size: 14px
}

.item_detail .short_des,.item_detail .sub_info {
    border-bottom: 1px solid #ededed;
    word-break: break-word
}

.item_detail .sub_info {
    color: #333
}

.item_detail .sub_info:last-child {
    border-bottom: none!important
}

.item_detail .product_id {
    color: red
}

.item_detail .add_to_cart {
    width: 100%;
    border-radius: 3px;
    padding: 15px 25px;
    background: #ef6723;
    border-color: #ef6723;
    color: #fff
}

.item_detail .add_to_cart:focus,.item_detail .add_to_cart:hover {
    background-color: #ef6723;
    border-color: #ef6723;
    color: #fff
}

.item_detail .order_confirm_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.item_detail .confirm_order_btn {
    width: 100%;
    border-radius: 3px;
    padding: 15px 25px
}

.item_detail .long_des {
    padding: 10px;
    word-break: break-word;
    font-size: 14px
}

.detailed_collapse {
    margin-top: 1rem!important
}

.detailed_collapse .shop_menu_title {
    padding: 0 .75rem
}

.sub_total_content .ordered {
    text-align: center;
    font-size: 16px;
    border: 3px solid #8ac44a;
    background-color: #fbfbfb;
    padding: 5px 0;
    color: #4caf50;
    margin-top: 10px;
    border-radius: 50px
}

.myorders_modal {
    min-height: 300px
}

.myorders_modal .el-dialog__headerbtn:focus .el-dialog__close,.myorders_modal .el-dialog__headerbtn:hover .el-dialog__close {
    color: #f52534
}

.my_order_list {
    width: 100%;
    margin-left: auto;
    margin-right: auto
}

.order_list_item {
    margin-bottom: 1rem;
    margin-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #efefef
}

.order_list_header {
    margin-bottom: 1rem;
    padding-bottom: .5rem;
    border-bottom: 2px solid #efefef;
    font-weight: 600
}

.order_list_item i {
    margin-right: 5px
}

.order_list_item .el-col {
    height: 20px!important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.order_status.open {
    color: #ff9800
}

.order_status.sent {
    color: #2196f3
}

.order_status.completed {
    color: #4caf50
}

.order_status.canceled {
    color: #fd6d3b
}

.myorders_modal .el-dialog__body {
    padding-top: 0
}

.order_item {
    margin-bottom: .5rem
}

.order_list_header_l th {
    font-size: 14px
}

.order_item_details {
    overflow: auto
}

.order_items_table {
    width: 100%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto
}

.order_items_table_header {
    font-weight: 600
}

.order_items_table_header td {
    border-bottom: 1px solid #ddd!important
}

.order_item_details tr,.order_item_details tr:hover>td {
    background-color: #fbfbfb!important
}

.order_items_table_list td {
    border-bottom: none!important
}

.image-slot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%!important;
    height: 100%;
    background: #f5f7fa;
    color: #909399;
    font-size: 20px;
    min-height: 130px
}

.non_product_image {
    height: 185px
}

@media(min-width: 768px)and (max-width:1024px) {
    .non_product_image {
        height:140px!important
    }
}

.shop_notification {
    background-color: #fff!important;
    font-family: Roboto,sans-serif;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 12px 0 rgba(0,0,0,.1)
}

.shop_notification i {
    font-size: 17px;
    margin-right: 5px;
    color: #272727
}

.el-button--shop_btn {
    background-color: #000c24!important
}

.el-button--shop_btn:focus,.el-button--shop_btn:hover {
    background-color: #000c24!important;
    color: #f52534!important;
    border-color: #dcdfe6!important
}

.betmaster_shop .mini_order_details {
    font-size: 12px;
    text-align: left
}

.betmaster_shop table {
    border: 1px solid #ccc!important;
    border-collapse: collapse!important;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed
}

.betmaster_shop table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em
}

.betmaster_shop table tr {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    padding: .35em
}

.betmaster_shop table td,.betmaster_shop table th {
    padding: .625em;
    text-align: center
}

.betmaster_shop table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase
}

@media screen and (max-width: 600px) {
    .betmaster_shop table {
        border:0
    }

    .betmaster_shop table caption {
        font-size: 1.3em
    }

    .betmaster_shop table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px
    }

    .betmaster_shop table tr {
        border-bottom: 3px solid #ddd!important;
        display: block;
        margin-bottom: .625em
    }

    .betmaster_shop table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right
    }

    .betmaster_shop table td:before {
        content: attr(data-label);
        float: left;
        font-weight: 700;
        text-transform: uppercase
    }

    .betmaster_shop table td:last-child {
        border-bottom: 0
    }
}

.shop_collapse_menu {
    border: none!important;
    border-radius: 10px;
    overflow: hidden
}

.shop_collapse_menu .el-collapse-item__header {
    background-color: #000c24!important;
    border-bottom: inherit
}

.shop_collapse_menu .el-collapse-item__wrap {
    background-color: #282828!important
}

.shop_cover {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.shop_cover .menu_section {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 280px;
    flex: 0 0 280px;
    padding-right: 15px;
    padding-left: 15px
}

.shop_cover .content_section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 15px;
    padding-left: 15px;
    overflow: hidden
}

@media(max-width: 991px) {
    .menu_section {
        -webkit-box-flex:0!important;
        -ms-flex: 0 0 100%!important;
        flex: 0 0 100%!important
    }
}

.user_point_section {
    border-radius: 10px;
    border: none;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 88px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media(max-width: 767.98px) {
    .user_point_section {
        height:65px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.user_point_section .current_point {
    color: #f52534;
    font-size: 1.5rem;
    font-weight: 900
}

@media(max-width: 767.98px) {
    .user_point_section .current_point {
        font-size:1.2rem;
        text-align: center
    }
}

.user_point_section .available_coins {
    color: hsla(0,0%,100%,.8)
}

@media(max-width: 767.98px) {
    .user_point_section .available_coins {
        font-size:1rem;
        text-align: center
    }
}

.details_modal {
    position: fixed;
    top: 0;
    width: 100%;
    background: #000c24;
    height: 100%;
    z-index: 999999999999
}

.item_detail .non_product_image {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 30px;
    color: #d4d4d4;
    height: 90%;
    border-radius: 10px;
    min-height: 100px
}

.order_table_item_title {
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 13px
}

.betmaster_popular_leagues {
    margin-bottom: 2rem;
    font-family: Roboto,sans-serif
}

.betmaster_popular_leagues a {
    color: #fff;
    text-decoration: none
}

.betmaster_popular_leagues .league_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,.2);
    background-color: #282828;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.betmaster_popular_leagues .league_item:first-child {
    margin-top: 0
}

.betmaster_popular_leagues .league_item:hover {
    color: #fff;
    background-color: #424242!important
}

.betmaster_popular_leagues .league_img {
    width: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px;
    -webkit-transition: all .2s ease;
    transition: all .2s ease
}

.betmaster_popular_leagues .league_item:hover .league_img {
    background-position: -3px
}

.betmaster_popular_leagues .league_name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: -2px
}

.lt-sbr-m .popular_menu_name {
    display: none
}

.lt-sbr-m .league_img {
    background-size: contain;
    background-position: 50%
}

.lt-sbr-m .league_item:hover .league_img {
    background-position: 0!important
}

@media only screen and (max-width: 1280px) {
    #left-sidebar .league_name {
        display:none
    }

    #left-sidebar .league_img {
        background-size: contain;
        background-position: 50%
    }

    #left-sidebar .league_item:hover .league_img {
        background-position: 0!important
    }
}

.point_table_cover {
    font-family: Roboto,sans-serif;
    min-height: 350px;
    margin-bottom: 1rem
}

.point_table_cover .point_table_sub_header {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 7px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    text-align: center
}

.point_table_cover .point_table_content {
    font-size: 13px;
    padding-top: 3px;
    padding-bottom: 3px;
    text-decoration: none;
    color: inherit
}

.point_table_cover .point_table_content:first-child {
    margin-top: 0
}

.point_table_cover .pos {
    text-align: center!important;
    max-width: 30px!important;
    margin: 0!important;
    padding-right: 0!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.point_table_cover .team_img {
    max-width: 35px!important;
    height: 25px!important
}

.point_table_cover .team_name {
    text-align: left
}

.point_table_cover .point,.point_table_cover .point_content {
    max-width: 25px!important;
    text-align: left
}

.point_table_cover .point_content {
    font-weight: 600
}

.point_table_cover .current_status {
    max-width: 30px!important
}

.point_table_cover .down:after {
    content: "";
    color: red;
    font-weight: 600
}

.point_table_cover .up:after {
    content: "";
    color: green;
    font-weight: 600
}

.point_table_cover .point_table {
    background-color: #282828;
    padding-bottom: 5px;
    padding-top: 5px;
    min-height: 45px
}

.point_table_cover .point_table .el-loading-spinner .circular {
    width: 40px;
    height: 40px
}

.point_table_cover .point_table .el-loading-spinner .path {
    stroke: #000c24
}

.pointtable_drawer .point_table_cover {
    border-radius: 0!important
}

.pointtable_drawer .point_table_cover .pos {
    min-width: 40px!important
}

.pointtable_drawer .betmaster_point_table {
    margin-top: 0!important
}

.pointtable_drawer .point_table_cover .header {
    display: none!important
}

.pointtable_drawer .sidemenu .header {
    border-top: 5px solid #e6a23c!important
}

.point_table_picker {
    width: 100%;
    margin-bottom: 1rem
}

.point_table_picker .el-input--suffix .el-input__inner {
    text-align: center;
    background-color: #fff!important
}

.point_table_picker_popper {
    font-family: Roboto,sans-serif
}

.point_table_picker_popper .selected {
    color: #000c24!important
}

.boxed_gallery_cover {
    font-family: Roboto,sans-serif;
    margin-bottom: 2rem;
    margin-top: 1rem
}

.boxed_gallery_cover .c_g_g_title {
    position: relative;
    padding-left: 10px;
    font-weight: 600;
    font-size: .9rem;
    margin-bottom: 0;
    color: #fff
}

.boxed_gallery_cover .c_g_g_title:before {
    position: absolute;
    top: 50%;
    left: 2px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 15px;
    width: 4px;
    content: "";
    border-radius: 2px;
    background-color: #f52534
}

.boxed_gallery_cover .gallery_main_btn {
    background-color: #000c24;
    color: #fff;
    padding: 5px;
    font-size: 12px;
    text-align: center;
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 600
}

.c_g_wrapper {
    margin: 0 0!important;
    background-color: #282828
}

.c_g_wrapper .c_g_w_i {
    display: inline-block;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    position: relative
}

.c_g_wrapper .c_g_w_i_btn {
    opacity: 0;
    background-color: rgba(0,0,0,.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    width: calc(100% - 8px);
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: 3px;
    height: calc(100% - 7px);
    border-radius: 6px;
    cursor: pointer;
    z-index: 3
}

.c_g_wrapper .c_g_w_i:hover .c_g_w_i_btn {
    opacity: 1
}

.c_g_wrapper .boxed_gallery_cover {
    width: 255px;
    margin-top: 2.2rem
}

.c_g_wrapper .cgwi_btn_i {
    color: #fff;
    position: absolute;
    font-size: 80px;
    text-align: center;
    display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .8
}

.c_g_wrapper .cgwi_img {
    width: 100%;
    border-radius: 6px;
    -o-object-fit: fill;
    object-fit: fill;
    height: 100%
}

.betmaster_scorematic {
    font-family: Roboto,sans-serif;
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1rem
}

.betmaster_scorematic .el-loading-spinner .path {
    stroke: rgba(5,3,8,.85)!important
}

.betmaster_scorematic .events_master_cover,.betmaster_scorematic .score-matic_cover {
    min-height: 275px;
    background-color: #fff
}

.betmaster_scorematic .event_cover {
    padding: 10px;
    min-height: 275px;
    background-color: #282828
}

.betmaster_scorematic .event_cover .path {
    stroke: #000c24!important
}

.betmaster_scorematic .list_event .event_teams {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.betmaster_scorematic .list_event .list_event_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.betmaster_scorematic .list_event .team_logo {
    height: 20px
}

.betmaster_scorematic .list_event .team_logo img {
    height: 100%
}

.betmaster_scorematic .list_event .event_teams_col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_scorematic .list_event .event_teams_col .team_name {
    width: 100%;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden
}

.betmaster_scorematic .list_event .left_team {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: right!important;
    margin-left: 10px
}

.betmaster_scorematic .list_event .right_team {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left!important;
    margin-right: 10px
}

.betmaster_scorematic .event_header {
    margin-top: 5px
}

.betmaster_scorematic .event_header .event_teams {
    font-size: 14px;
    margin: auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    color: #000c24
}

.betmaster_scorematic .event_header .left_team,.betmaster_scorematic .event_header .right_team,.betmaster_scorematic .event_header .sep {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.betmaster_scorematic .event_header .sep {
    text-align: center;
    max-width: 15px;
    padding: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25px;
    flex: 0 0 25px
}

.betmaster_scorematic .event_header .left_team,.betmaster_scorematic .event_header .right_team {
    text-align: center
}

.betmaster_scorematic .event_header .event_date {
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-top: 5px;
    color: #ff5722;
    margin-bottom: 5px
}

.betmaster_scorematic .event_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.betmaster_scorematic .event_body .event_col {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 50%;
    flex: 1 0 50%;
    padding: 5px
}

.betmaster_scorematic .event_body .team_logo {
    text-align: center;
    margin-bottom: 3px
}

.betmaster_scorematic .event_body .team_logo img {
    width: 55%
}

.betmaster_scorematic .event_body .el-input-number--small {
    width: 100%!important
}

.betmaster_scorematic .event_body .el-input-number--small .el-input__inner:focus {
    border-color: #000c24
}

.betmaster_scorematic .event_body .el-input-number__decrease:hover,.betmaster_scorematic .event_body .el-input-number__increase:hover {
    color: #000c24
}

.betmaster_scorematic .event_body .el-input-number__decrease:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled),.betmaster_scorematic .event_body .el-input-number__increase:hover:not(.is-disabled)~.el-input .el-input__inner:not(.is-disabled) {
    border-color: #272727
}

.betmaster_scorematic .event_body .make_bet {
    width: 100%;
    margin-top: 10px
}

.betmaster_scorematic .event_body .odd_value {
    width: 100%;
    height: 32px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    margin-top: 10px;
    text-align: center;
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000c24
}

.betmaster_scorematic .random_score {
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    border: none!important;
    background-color: #000c24;
    color: #fff;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.betmaster_scorematic .random_score:active,.betmaster_scorematic .random_score:focus,.betmaster_scorematic .random_score:hover {
    color: #fff!important;
    background-color: #272727!important
}

.betmaster_scorematic .other_events {
    text-align: center;
    background-color: #e2e2e2;
    color: #272727;
    font-size: 12px;
    padding: 5px;
    font-weight: 600;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.betmaster_scorematic .list_event {
    font-size: 13px;
    text-align: center;
    border-bottom: 1px solid #dedbdb;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    cursor: pointer
}

.betmaster_scorematic .list_event:hover {
    background-color: #000c24;
    color: #fff
}

.betmaster_scorematic .list_event:last-child {
    border-bottom: 0!important
}

.betmaster_scorematic .list_event .event_header {
    margin-top: 0;
    height: 32.75px;
    displa