@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: 0.25rem !important;
}
.bm .mt-1,
.bm .my-1 {
    margin-top: 0.25rem !important;
}
.bm .mr-1,
.bm .mx-1 {
    margin-right: 0.25rem !important;
}
.bm .mb-1,
.bm .my-1 {
    margin-bottom: 0.25rem !important;
}
.bm .ml-1,
.bm .mx-1 {
    margin-left: 0.25rem !important;
}
.bm .m-2 {
    margin: 0.5rem !important;
}
.bm .mt-2,
.bm .my-2 {
    margin-top: 0.5rem !important;
}
.bm .mr-2,
.bm .mx-2 {
    margin-right: 0.5rem !important;
}
.bm .mb-2,
.bm .my-2 {
    margin-bottom: 0.5rem !important;
}
.bm .ml-2,
.bm .mx-2 {
    margin-left: 0.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: 0.25rem !important;
}
.bm .pt-1,
.bm .py-1 {
    padding-top: 0.25rem !important;
}
.bm .pr-1,
.bm .px-1 {
    padding-right: 0.25rem !important;
}
.bm .pb-1,
.bm .py-1 {
    padding-bottom: 0.25rem !important;
}
.bm .pl-1,
.bm .px-1 {
    padding-left: 0.25rem !important;
}
.bm .p-2 {
    padding: 0.5rem !important;
}
.bm .pt-2,
.bm .py-2 {
    padding-top: 0.5rem !important;
}
.bm .pr-2,
.bm .px-2 {
    padding-right: 0.5rem !important;
}
.bm .pb-2,
.bm .py-2 {
    padding-bottom: 0.5rem !important;
}
.bm .pl-2,
.bm .px-2 {
    padding-left: 0.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: 0.25rem !important;
    }
    .bm .mt-sm-1,
    .bm .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .bm .mr-sm-1,
    .bm .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .bm .mb-sm-1,
    .bm .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .bm .ml-sm-1,
    .bm .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .bm .m-sm-2 {
        margin: 0.5rem !important;
    }
    .bm .mt-sm-2,
    .bm .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .bm .mr-sm-2,
    .bm .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .bm .mb-sm-2,
    .bm .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .bm .ml-sm-2,
    .bm .mx-sm-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .bm .pt-sm-1,
    .bm .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .bm .pr-sm-1,
    .bm .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .bm .pb-sm-1,
    .bm .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .bm .pl-sm-1,
    .bm .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .bm .p-sm-2 {
        padding: 0.5rem !important;
    }
    .bm .pt-sm-2,
    .bm .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .bm .pr-sm-2,
    .bm .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .bm .pb-sm-2,
    .bm .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .bm .pl-sm-2,
    .bm .px-sm-2 {
        padding-left: 0.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: 0.25rem !important;
    }
    .bm .mt-md-1,
    .bm .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .bm .mr-md-1,
    .bm .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .bm .mb-md-1,
    .bm .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .bm .ml-md-1,
    .bm .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .bm .m-md-2 {
        margin: 0.5rem !important;
    }
    .bm .mt-md-2,
    .bm .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .bm .mr-md-2,
    .bm .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .bm .mb-md-2,
    .bm .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .bm .ml-md-2,
    .bm .mx-md-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .bm .pt-md-1,
    .bm .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .bm .pr-md-1,
    .bm .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .bm .pb-md-1,
    .bm .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .bm .pl-md-1,
    .bm .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .bm .p-md-2 {
        padding: 0.5rem !important;
    }
    .bm .pt-md-2,
    .bm .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .bm .pr-md-2,
    .bm .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .bm .pb-md-2,
    .bm .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .bm .pl-md-2,
    .bm .px-md-2 {
        padding-left: 0.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: 0.25rem !important;
    }
    .bm .mt-lg-1,
    .bm .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .bm .mr-lg-1,
    .bm .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .bm .mb-lg-1,
    .bm .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .bm .ml-lg-1,
    .bm .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .bm .m-lg-2 {
        margin: 0.5rem !important;
    }
    .bm .mt-lg-2,
    .bm .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .bm .mr-lg-2,
    .bm .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .bm .mb-lg-2,
    .bm .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .bm .ml-lg-2,
    .bm .mx-lg-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .bm .pt-lg-1,
    .bm .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .bm .pr-lg-1,
    .bm .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .bm .pb-lg-1,
    .bm .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .bm .pl-lg-1,
    .bm .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .bm .p-lg-2 {
        padding: 0.5rem !important;
    }
    .bm .pt-lg-2,
    .bm .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .bm .pr-lg-2,
    .bm .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .bm .pb-lg-2,
    .bm .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .bm .pl-lg-2,
    .bm .px-lg-2 {
        padding-left: 0.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: 0.25rem !important;
    }
    .bm .mt-xl-1,
    .bm .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .bm .mr-xl-1,
    .bm .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .bm .mb-xl-1,
    .bm .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .bm .ml-xl-1,
    .bm .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .bm .m-xl-2 {
        margin: 0.5rem !important;
    }
    .bm .mt-xl-2,
    .bm .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .bm .mr-xl-2,
    .bm .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .bm .mb-xl-2,
    .bm .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .bm .ml-xl-2,
    .bm .mx-xl-2 {
        margin-left: 0.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: 0.25rem !important;
    }
    .bm .pt-xl-1,
    .bm .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .bm .pr-xl-1,
    .bm .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .bm .pb-xl-1,
    .bm .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .bm .pl-xl-1,
    .bm .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .bm .p-xl-2 {
        padding: 0.5rem !important;
    }
    .bm .pt-xl-2,
    .bm .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .bm .pr-xl-2,
    .bm .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .bm .pb-xl-2,
    .bm .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .bm .pl-xl-2,
    .bm .px-xl-2 {
        padding-left: 0.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(webfonts/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: 0.5;
    cursor: not-allowed;
}
.vue-slider-rail {
    background-color: hsla(0, 0%, 100%, 0.8);
    border-radius: 15px;
}
.vue-slider-process {
    background-color: #07bfb6;
    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, 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: #07bfb6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
    box-shadow: 0.5px 0.5px 2px 1px rgba(0, 0, 0, 0.32);
}
.vue-slider-dot-handle-focus {
    -webkit-box-shadow: 0 0 1px 2px rgba(7, 191, 182, 0.36);
    box-shadow: 0 0 1px 2px rgba(7, 191, 182, 0.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: #07bfb6;
    background-color: #07bfb6;
    -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 0.3s;
    transition: all 0.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 0.2 linear;
    transition: rotate 0.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, 0.3764705882352941);
    box-shadow: inset 0 0 2px 2px rgba(0, 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%, 0.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 0.8s infinite alternate;
    animation: glow 0.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(webfonts/fa-light-300.eot);
    src: url(webfonts/fa-light-300.eot#iefix) format("embedded-opentype"), url(webfonts/fa-light-300.woff2) format("woff2"),
        url(webfonts/fa-light-300.woff) format("woff"), url(webfonts/fa-light-300.ttf) format("truetype"),
        url(webfonts/fa-light-300.svg#fontawesome) format("svg");
}
@font-face {
    font-family: Panel Front;
    font-style: normal;
    font-weight: 400;
    font-display: auto;
    src: url(webfonts/fa-regular-400.eot);
    src: url(webfonts/fa-regular-400.eot#iefix) format("embedded-opentype"), url(webfonts/fa-regular-400.woff2) format("woff2"),
        url(webfonts/fa-regular-400.woff) format("woff"), url(webfonts/fa-regular-400.ttf) format("truetype"),
        url(webfonts/fa-regular-400.svg#fontawesome) format("svg");
}
.pf_m_body app-header {
    position: relative;
    -webkit-transition: top 0.3s ease;
    transition: top 0.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(0.4, 0, 0.2, 1) infinite;
    animation: load 1s cubic-bezier(0.4, 0, 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, 0.5) !important;
}
[v-cloak] {
    display: none;
}
.v-modal {
    opacity: 0 !important;
}
.el-dialog__wrapper {
    background-color: rgba(0, 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, 0.1) !important;
    box-shadow: inset 0 0 3px rgba(0, 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, 0.4);
    box-shadow: 1px 1px 3px rgba(0, 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 0.3s ease;
    transition: all 0.3s ease;
}
.show_all_btn:hover {
    background-color: #303030 !important;
    color: #fff;
}
.betmaster_point_table .header,
.betmaster_scorematic .header {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: #07bfb6;
    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 0.6s ease;
    transition: all 0.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.0000000000000001e21 !important;
}
.bm_primary_bg {
    background-color: #232323 !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%, 0.3);
    box-shadow: inset 0 0 2px hsla(0, 0%, 100%, 0.3);
}
.sidemenu::-webkit-scrollbar-track {
    background: rgba(158, 170, 186, 0.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%, 0.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, 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%, 0.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: 0.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: #07bfb6;
    color: #000;
    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: #000;
    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: #232323;
    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 0.7s forwards;
    animation: slidein 0.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: #19383d;
    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: #19383d;
}
.bm_botbar .jackpot_bar {
    position: absolute;
    bottom: 40px;
    background-color: #19383d;
    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 0.5s ease;
    transition: all 0.5s ease;
    color: hsla(0, 0%, 100%, 0.85);
    font-size: 14px;
    height: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: 1px solid #285961;
    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: #1a1a22;
    color: #07bfb6;
}
.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%, 0.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 #285961;
    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 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.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: 0.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, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 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: #303030;
}
.bottom_slider button:focus {
    background-color: inherit !important;
}
.bottom_slider .el-carousel__item.is-animating {
    -webkit-transition: all 0.4s ease !important;
    transition: all 0.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 0.5s;
    transition: padding-top 0.5s;
    overflow: hidden;
    bottom: -135px;
    -webkit-transition: 0.5s ease;
    transition: 0.5s ease;
    background-color: #232323;
    border-left: hsla(0, 0%, 86.7%, 0.8666666666666667);
    z-index: 10000;
    -webkit-box-shadow: 0 -2px 5px -2px rgba(0, 0, 0, 0.41);
    box-shadow: 0 -2px 5px -2px rgba(0, 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, 0.11);
    color: #fff;
    border: none !important;
}
.bottom_slider .slider_buttons:focus,
.bottom_slider .slider_buttons:hover {
    background-color: rgba(31, 45, 61, 0.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 0.2s ease-in-out;
    -webkit-transition: background 0.2s ease-in-out;
    -moz-transition: background 0.2s ease-in-out;
}
.betmaster_poll_cover .ans-cnt .ans-no-vote .txt {
    color: #434343;
    transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.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 0.3s cubic-bezier(0.5, 1.2, 0.5, 1.2);
    -webkit-transition: all 0.3s cubic-bezier(0.5, 1.2, 0.5, 1.2);
    -moz-transition: all 0.3s cubic-bezier(0.5, 1.2, 0.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, 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, 0.5);
}
.quick_ref_stats {
    padding: 1rem;
    background-color: #000;
    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%, 0.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 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}
@media (max-width: 767.98px) {
    .betmaster_helper .helper_button .helper_btn_content {
        background-color: #303030 !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: #232323;
}
.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: #232323;
    -webkit-transition: all 0.5s ease;
    transition: all 0.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 0.3s ease;
    transition: all 0.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: #07bfb6;
    color: #000;
    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 #07bfb6;
    border-bottom: 1px solid #494949;
    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%, 0.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: #07bfb6;
    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 0.7rem;
    color: #fff;
    cursor: pointer;
    height: 2.8rem !important;
    line-height: 2.8rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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: #07bfb6;
    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: #303030 !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: #07bfb6;
    color: #232323;
    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: #07bfb6;
    color: #232323;
}
.r_link_area .r_link_copy:hover {
    opacity: 0.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 0.3s ease;
    transition: all 0.3s ease;
}
.refer_a_friend_col .how_ref_works:hover,
.refer_a_friend_col .my_ref_list:hover {
    background-color: #fab400;
    color: #000;
}
.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: #232323;
    width: 100%;
    margin: auto;
}
.pf_layout_1 .l1_cover .l1_top_side {
    background-color: #232323;
    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: #232323;
    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 #494949;
    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: #494949;
    -webkit-transition: all 0.2s ease;
    transition: all 0.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: #07bfb6;
    color: #fff;
}
.pf_l_tab_content {
    line-height: 1.5rem;
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 0.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: #494949;
    color: #fff;
    text-transform: capitalize;
    border-radius: 10px;
    font-weight: 500;
}
.accordion_layout .el-collapse-item__header.is-active {
    background-color: #07bfb6;
    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%, 0.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, 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%, 0.3);
    box-shadow: inset 0 0 2px hsla(0, 0%, 100%, 0.3);
}
.betmaster_post_page::-webkit-scrollbar-track,
.tournaments_modal::-webkit-scrollbar-track {
    background: rgba(158, 170, 186, 0.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, 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 0.3s ease;
    transition: all 0.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: #232323;
    -webkit-transition: all 0.5s ease;
    transition: all 0.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%, 0.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: #232323;
}
.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: #07bfb6;
    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: 0.5rem 0;
    margin: 0.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: #232323;
    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: #232323;
}
.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 0.3s ease;
    transition: all 0.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: #232323;
    -webkit-transition: all 0.5s ease;
    transition: all 0.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: #232323;
}
.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: #07bfb6;
    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: #000;
    border-color: #1a1824 !important;
}
.betmaster_jackpot_table .spor_toto_mini input {
    background-color: #ffd54f !important;
    color: #000 !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 0.3s ease;
    transition: all 0.3s ease;
}
.bmnav .side_nav_cover .side_nav_btns .s_n_item.helper {
    background-color: #303030;
    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: #232323;
}
.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: #232323;
    max-width: 1080px;
    width: 100%;
    top: 7%;
    padding: 1.5rem;
    font-family: Roboto, sans-serif;
    border-radius: 0.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: #07bfb6;
    color: #232323;
    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: 0.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%, 0.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: 0.75rem;
    border-radius: 0.5rem;
    margin-left: 1rem;
    padding-top: 0;
}
.tournament_modal .t_banner {
    position: relative;
    width: 100%;
    padding: 1.25rem;
    background-color: #303030;
    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: #303030;
    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: 0.75rem !important;
}
.tournament_modal .games_inner .game_item .unit_vendor {
    color: #a6a6a6;
    font-size: 0.725rem;
    line-height: 1rem;
}
.tournament_modal .games_inner .game_item .unit_image {
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
    cursor: pointer;
    background-color: #262c33;
}
.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 0.3s ease;
    transition: all 0.3s ease;
    background-color: rgba(0, 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: 0.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: 0.75rem !important;
    border-radius: 0.5rem;
    cursor: pointer;
    color: #9a9c9e;
    border: 1px solid;
    font-weight: 600;
    text-align: center;
    margin-top: 0.55rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.load_more:hover {
    background-color: #07bfb6;
    color: #1a2a45;
}
.t_m_p_c {
    position: sticky;
    top: 0;
}
.user_rank_cover {
    border: 1px solid inherit !important;
    background-color: #3d3d3d;
    color: #fff;
    border-radius: 0.5rem;
    padding: 5px 10px;
    font-size: 0.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%, 0.2) !important;
    border: inherit !important;
}
.t_m_p_c table td {
    padding: 5px 3px;
    font-size: 0.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: #303030;
}
.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: 0.7;
}
.t_rules_cover {
    margin-top: 1.5rem;
    background-color: #303030;
    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: #494949;
    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 #07bfb6;
    position: relative;
    left: -21px;
}
.t_rules_cover .el-collapse-item__content,
.t_rules_cover .rules_cover {
    font-size: 14px;
    background-color: #303030;
    color: hsla(0, 0%, 100%, 0.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: #232323;
    -webkit-transition: all 0.5s ease;
    transition: all 0.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 #000;
    border-bottom: 1px solid #494949;
    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%, 0.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: #0d0d0d;
    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%, 0.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: 0.5rem;
}
.progress_bar {
    padding: 6px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px hsla(0, 0%, 100%, 0.08);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px hsla(0, 0%, 100%, 0.08);
}
.progress_bar_inner {
    height: 12px;
    border-radius: 5px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0.05)));
    background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.3), hsla(0, 0%, 100%, 0.05));
    -webkit-transition: 0.4s linear;
    transition: 0.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, 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, 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 0.3s ease;
    transition: color 0.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%, 0.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%, 0.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%, 0.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, 0.2);
    border-radius: 5px;
    padding: 10px 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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%, 0.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, 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, 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 0.5s ease;
        transition: transform 0.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(0.85);
        transform: scale(0.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, 0.2);
    -webkit-transition: width 0.3s ease;
    transition: width 0.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(#000428), to(#004e92));
    background: linear-gradient(270deg, #000428, #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 0.5s ease;
    transition: opacity 0.5s ease;
    opacity: 0;
}
.show_bg {
    opacity: 1;
}
.log_section_loading {
    margin-bottom: 0.5rem;
}
.progress_text {
    margin-top: 0.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: #07bfb6 !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, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    z-index: 1;
    height: 100%;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.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: 0.8;
    font-size: 60px;
}
.popular_games_item .game_info {
    margin-top: 0.1rem;
    font-size: 0.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: 0.8;
    font-size: 0.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: #000;
    padding: 5px;
    -webkit-transition: width 0.2s, border-radius 0.2s, opacity 0.2s;
    transition: width 0.2s, border-radius 0.2s, opacity 0.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 0.05s;
    transition: opacity 0.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, 0.2);
    box-shadow: 0 4px 8px rgba(22, 20, 33, 0.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 0.2s;
    transition: opacity 0.2s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.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: #000;
}
.custom_menu_drawer .input-field input::-webkit-input-placeholder {
    color: #232323 !important;
    opacity: 0.6;
}
.custom_menu_drawer .input-field input::-moz-placeholder {
    color: #232323 !important;
    opacity: 0.6;
}
.custom_menu_drawer .input-field input:-ms-input-placeholder {
    color: #232323 !important;
    opacity: 0.6;
}
.custom_menu_drawer .input-field input::-ms-input-placeholder {
    color: #232323 !important;
    opacity: 0.6;
}
.custom_menu_drawer .input-field input::placeholder {
    color: #232323 !important;
    opacity: 0.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: #232323;
}
.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(0.5625);
    transform: scale(0.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: #232323;
}
@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(#232323), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #232323 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: #373737;
    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: #303030;
}
.betmaster_landing .el-carousel__container {
    height: calc(100vh - 60px) !important;
}
.betmaster_landing .el-carousel__container .el-carousel__arrow {
    background-color: rgba(36, 34, 50, 0.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: #07bfb6;
}
.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: #3d3d3d;
    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: #232323 !important;
}
.ticker_cover .ticker {
    color: #fff;
    background-color: #232323;
}
.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: #07bfb6 !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(#000), to(hsla(0, 0%, 100%, 0)));
    background: linear-gradient(90deg, #000 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 0.3s ease;
    transition: all 0.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: #232323;
}
.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 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.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: #07bfb6;
}
.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: #07bfb6;
    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: #232323 !important;
}
.event_popper .popper_date {
    color: #07bfb6;
}
.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: #232323 !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, 0.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: #07bfb6;
    border-color: #07bfb6;
}
.shop_container .shop_menu .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #07bfb6;
}
.shop_container .shop_menu .el-slider__bar {
    background-color: #07bfb6;
}
.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 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: #07bfb6;
}
.s_m_c_b {
    margin-bottom: 0.5rem;
}
.s_m_c_c {
    padding: 15px;
}
.s_m_c_c .el-slider__button {
    border-color: #07bfb6;
}
.s_m_c_c .el-checkbox-group {
    padding-top: 10px;
    overflow: auto;
}
.s_m_c_c .el-checkbox-group::-webkit-scrollbar-thumb {
    background: #07bfb6;
    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: 0.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, 0.15);
    min-width: 150px;
}
.pf_dropdown_option {
    font-size: 14px;
    padding: 8px 10px;
    border-bottom: 1px solid #dedede;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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: #07bfb6 !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: #000 !important;
    top: -2px;
    position: relative;
}
.shop_dropdown {
    border-radius: 0;
    font-family: Roboto, sans-serif;
}
.shop_dropdown .el-select-dropdown__item.selected {
    color: #07bfb6;
}
.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: #232323;
}
.product,
.product:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.product:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 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: #07bfb6;
    color: #000;
    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, 0.85) !important;
}
.product_list .el-loading-text {
    color: rgba(5, 3, 8, 0.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: #07bfb6;
}
.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: #07bfb6;
}
.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: #07bfb6;
    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: #000;
    margin-bottom: 0.5rem !important;
}
.item_detail .category {
    color: #07bfb6;
    margin-bottom: 0.5rem !important;
}
.item_detail .el-dialog__headerbtn:focus .el-dialog__close,
.item_detail .el-dialog__headerbtn:hover .el-dialog__close {
    color: #07bfb6;
}
.item_detail .el-dialog__close {
    font-size: 25px;
}
.item_detail .el-dialog__close:hover {
    color: #07bfb6;
}
.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 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: #07bfb6;
}
.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: 0.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: 0.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, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.shop_notification i {
    font-size: 17px;
    margin-right: 5px;
    color: #303030;
}
.el-button--shop_btn {
    background-color: #232323 !important;
}
.el-button--shop_btn:focus,
.el-button--shop_btn:hover {
    background-color: #232323 !important;
    color: #07bfb6 !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: 0.5em 0 0.75em;
}
.betmaster_shop table tr {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    padding: 0.35em;
}
.betmaster_shop table td,
.betmaster_shop table th {
    padding: 0.625em;
    text-align: center;
}
.betmaster_shop table th {
    font-size: 0.85em;
    letter-spacing: 0.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: 0.625em;
    }
    .betmaster_shop table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: 0.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: #232323 !important;
    border-bottom: inherit;
}
.shop_collapse_menu .el-collapse-item__wrap {
    background-color: #232323 !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: #07bfb6;
    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%, 0.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: #000;
    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, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #191b14;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.betmaster_popular_leagues .league_item:first-child {
    margin-top: 0;
}
.betmaster_popular_leagues .league_item:hover {
    color: #fff;
    background-color: #07bfb6 !important;
}
.betmaster_popular_leagues .league_img {
    width: 68px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: -10px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.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: #191b14;
    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: #232323;
}
.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: #000 !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: 0.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: #07bfb6;
}
.boxed_gallery_cover .gallery_main_btn {
    background-color: #232323;
    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: #232323;
}
.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, 0.5);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease;
    transition: all 0.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: 0.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, 0.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: #232323;
}
.betmaster_scorematic .event_cover .path {
    stroke: #232323 !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: #000;
}
.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: #232323;
}
.betmaster_scorematic .event_body .el-input-number__decrease:hover,
.betmaster_scorematic .event_body .el-input-number__increase:hover {
    color: #000;
}
.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: #303030;
}
.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: #000;
}
.betmaster_scorematic .random_score {
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
    border: none !important;
    background-color: #232323;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.betmaster_scorematic .random_score:active,
.betmaster_scorematic .random_score:focus,
.betmaster_scorematic .random_score:hover {
    color: #fff !important;
    background-color: #303030 !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 0.3s ease;
    transition: all 0.3s ease;
    cursor: pointer;
}
.betmaster_scorematic .list_event:hover {
    background-color: #232323;
    color: #fff;
}
.betmaster_scorematic .list_event:last-child {
    border-bottom: 0 !important;
}
.betmaster_scorematic .list_event .event_header {
    margin-top: 0;
    height: 32.75px;
    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 .event_header .event_teams {
    font-size: 13px;
}
.betmaster_scorematic .list_event .left_team,
.betmaster_scorematic .list_event .right_team {
    white-space: nowrap;
}
.betmaster_scorematic .is-disabled {
    opacity: 0.6;
}
.betmaster_scorematic .no_event {
    font-size: 14px;
    font-weight: 600;
    text-align: center;
}
.panel_drawer .p_score_matic .header {
    display: none !important;
}
.scorematic_drawer .betmaster_scorematic {
    max-width: inherit;
}
.scorematic_drawer .sidemenu .header {
    border-top: 5px solid #fe5b00 !important;
}
.scorematic_drawer .event_header .event_teams {
    font-size: 14px;
}
@media only screen and (max-width: 1024px) {
    .scorematic_drawer .event_header .event_teams {
        font-size: 1rem;
    }
}
.no_event_found {
    display: none;
}
.scorematic_drawer .no_event_found {
    display: block !important;
    text-align: center;
    color: #fff;
    margin-top: 50%;
}
.scorematic_drawer .event_teams_col {
    font-weight: 400 !important;
}
.scorematic_drawer .other_events {
    height: 33px;
}
.call_me_form {
    position: relative;
    width: 100%;
    margin: auto;
    max-width: 400px;
    font-family: Roboto, sans-serif;
}
.call_me_form .el-input__inner {
    text-align: center;
}
.call_me_form .el-select__caret {
    font-size: 15px !important;
}
.call_me_form .title {
    position: relative;
    padding-left: 7px;
    font-weight: 600;
    font-size: 0.9rem;
    margin-bottom: 8px;
    color: #fff;
}
.call_me_form.dark .is-disabled,
.call_me_form.dark .is-disabled:hover {
    background-color: #07bfb6;
    color: #000;
}
.call_me_form.dark .el-input__inner {
    color: #fff;
    background-color: #232323;
    border-color: #4d4c5c !important;
}
.call_me_form.dark .el-input__inner:focus {
    border-color: #303030 !important;
}
.call_me_form.dark .el-select-dropdown__item.selected {
    color: #15b379;
}
.call_me_form.light .el-input__inner:focus {
    border-color: #c3c3c3 !important;
}
.call_me_form.light .el-select-dropdown__item.selected {
    color: #15b379;
}
.call_me_form.light .call_me_btn {
    background-color: #232323;
    color: #fff;
}
.call_me_form.light .call_me_btn:active,
.call_me_form.light .call_me_btn:focus,
.call_me_form.light .call_me_btn:hover {
    background-color: #303030;
    color: #fff;
}
.call_me_form i {
    font-size: 19px !important;
}
.call_me_form .call_me_inputs {
    width: 100%;
}
.call_me_form .call_me_inputs .el-input__inner {
    color: #fff !important;
}
.call_me_form .call_me_inputs + .call_me_inputs {
    margin-top: 8px;
}
.call_me_form .call_me_btn {
    font-size: 13px;
    margin-top: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none !important;
    width: 100%;
}
.call_me_form .call_me_btn,
.call_me_form .call_me_btn:active,
.call_me_form .call_me_btn:focus,
.call_me_form .call_me_btn:hover {
    background-color: #07bfb6;
    color: #000;
}
.call_me_form .call_me_btn i {
    font-size: 13px !important;
    width: auto !important;
    margin-right: 0 !important;
}
.social_media_btns {
    padding: 0 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 1rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.social_media_btns i {
    margin-right: 0 !important;
}
.social_media_btns.tiny_social {
    padding: 0 0;
}
.social_media_btns.tiny_social .media_btn {
    height: 35px !important;
    width: 35px !important;
    margin-right: 5px;
}
.social_media_btns.tiny_social .media_btn i {
    font-size: 23px;
    font-weight: 500 !important;
}
.social_media_btns .media_btn {
    width: 38px !important;
    height: 38px !important;
    -ms-flex-preferred-size: 1;
    flex-basis: 1;
    margin-right: 10px;
    border-radius: 9px;
    border: 1px solid #4b495f;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    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;
    text-decoration: none;
}
.social_media_btns .media_btn:last-child {
    margin-right: 0;
}
.social_media_btns .media_btn:hover {
    border-color: #191823;
}
.social_media_btns .media_btn:hover i {
    color: #fff !important;
}
.social_media_btns .media_btn:hover.instagram {
    background-color: #fb3958;
}
.social_media_btns .media_btn:hover.twitter {
    background-color: #0084b4;
}
.social_media_btns .media_btn:hover.facebook {
    background-color: #3b5998;
}
.social_media_btns .media_btn:hover.youtube {
    background-color: #b00;
}
.social_media_btns .media_btn:hover.whatsapp {
    background-color: #25d366;
}
.social_media_btns .media_btn:hover.viber {
    background-color: #59267c;
}
.social_media_btns .media_btn:hover.telegram {
    background-color: #08c;
}
.social_media_btns .media_btn:hover.tiktok_svg {
    background-color: #fff;
}
.social_media_btns .media_btn:hover.tiktok_svg svg {
    fill: #000;
}
.social_media_btns .media_btn i {
    font-size: 23px;
}
.social_media_btns.dark .media_btn i {
    color: #fff;
}
.social_media_btns.s_light .media_btn:hover {
    border-color: hsla(0, 0%, 100%, 0) !important;
}
.social_media_btns.s_light .media_btn i {
    color: #4b495f;
}
.betmaster_faq {
    font-family: Roboto, sans-serif;
    max-width: 95%;
    margin: auto;
}
.betmaster_faq .call_me_form {
    margin-top: 1rem !important;
}
.betmaster_faq .faq_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.betmaster_faq .title_content {
    padding-right: 25px;
}
@media (max-width: 767.98px) {
    .betmaster_faq .el-collapse-item__arrow {
        position: absolute !important;
        right: 10px !important;
    }
}
.betmaster_faq .email_remind {
    font-size: 14px;
    padding: 10px;
    padding-bottom: 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;
}
.betmaster_faq .email_remind i {
    font-size: 20px;
    margin-right: 5px;
}
.betmaster_faq .email_remind .highlight {
    color: #07bfb6;
}
.betmaster_faq .faq_title {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    padding-left: 10px;
    height: 32px;
    position: relative;
    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;
}
.betmaster_faq .faq_title .faq_search_input {
    right: 0;
    width: 200px;
}
.betmaster_faq .faq_title .faq_search_input .el-input__inner {
    background-color: #fff !important;
}
.betmaster_faq .faq_title .faq_search_input .el-input__inner:focus {
    border-color: #303030 !important;
}
.betmaster_faq .el-collapse-item__content {
    padding: 10px;
}
.betmaster_faq .el-collapse-item__header,
.betmaster_faq .el-collapse-item__wrap {
    border-left: 1px solid #ebeef5;
    border-right: 1px solid #ebeef5;
}
.betmaster_faq .el-collapse-item__header {
    font-size: 14px;
    padding: 0 10px;
}
.betmaster_faq .el-collapse-item__header i {
    font-size: 19px;
    margin-right: 10px;
}
@media (max-width: 767.98px) {
    .betmaster_faq .el-collapse-item__header i {
        margin-left: 10px;
    }
}
@media (max-width: 767.98px) {
    .betmaster_faq .el-collapse-item__header {
        height: inherit !important;
        line-height: inherit !important;
        padding: 10px 0 !important;
    }
}
.betmaster_faq .el-collapse-item__header:focus {
    background-color: #232323 !important;
    color: #fff !important;
}
.betmaster_faq .faq_menu {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 280px !important;
    flex: 0 0 280px !important;
}
@media (max-width: 767.98px) {
    .betmaster_faq .faq_menu {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
    }
}
.betmaster_faq .faq_menu .menu_item {
    font-size: 14px;
    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;
    background-color: #fff;
    line-height: 1.2rem;
    padding: 10px 10px;
    margin: 0;
    border: 1px solid #ececec;
    position: relative;
    cursor: pointer;
}
.betmaster_faq .faq_menu .menu_item i {
    position: absolute;
    right: 10px;
    font-weight: 600;
}
.betmaster_faq .faq_menu .menu_item:hover {
    background-color: #232323;
    color: #fff;
}
.betmaster_faq .faq_menu .menu_item + .menu_item {
    border-top: 0;
}
.betmaster_content_module .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.betmaster_slider .el-carousel__indicators {
    width: 100%;
    text-align: center;
}
@media (max-width: 767.98px) {
    .betmaster_slider .el-carousel__indicators .el-carousel__indicator--horizontal {
        padding: 4px 4px !important;
    }
}
.betmaster_slider .el-carousel__indicators .is-active .el-carousel__button {
    background-color: #fff;
}
.betmaster_slider .el-carousel__indicators .el-carousel__button {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid #fff;
    border-radius: 10px;
    height: 10px;
    width: 10px;
}
.betmaster_slider .small_arrow .el-carousel__arrow {
    width: 35px !important;
    height: 45px !important;
}
.betmaster_slider .small_arrow .el-carousel__arrow i {
    font-size: 18px !important;
}
.betmaster_slider .carousel_height {
    -o-object-position: center top;
    object-position: center top;
    -o-object-fit: cover;
    object-fit: cover;
}
.betmaster_slider .el-carousel__container {
    height: auto;
    line-height: 0;
    overflow: hidden;
}
.betmaster_slider .el-carousel__container .single_carousel {
    position: relative !important;
}
.betmaster_slider .el-carousel__container .el-carousel__item {
    position: absolute;
    cursor: pointer;
}
.betmaster_slider .el-carousel__container .el-carousel__item img {
    width: 100%;
    height: 100%;
}
.betmaster_slider .el-carousel__container .is-active {
    position: relative;
    z-index: 1;
}
.betmaster_slider .el-carousel__container .el-carousel__arrow {
    background-color: rgba(36, 34, 50, 0.7) !important;
    border-radius: 0;
    height: 75px;
    width: 45px;
    cursor: pointer;
}
@media (max-width: 767.98px) {
    .betmaster_slider .el-carousel__container .el-carousel__arrow {
        display: none;
    }
}
.betmaster_slider .el-carousel__container .el-carousel__arrow i {
    font-size: 25px;
    font-weight: 600;
}
.betmaster_slider .el-carousel__container .el-carousel__arrow--right {
    right: 0;
}
.betmaster_slider .el-carousel__container .el-carousel__arrow--left {
    left: 0;
}
.betmaster_slider .slider_item {
    height: 100%;
    background-repeat: no-repeat;
    cursor: pointer;
    background-size: cover;
    background-position: top !important;
}
.betmaster_slider .slider_item img {
    width: 100%;
    height: 100%;
}
.bm_slider_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.bm_slider_cover .bm_image {
    width: 100%;
    height: 100%;
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.promotion_item_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.promotion_item_cover .read_more_btn {
    display: none;
}
.promotion_item_cover .betmaster_countdown_cover {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
}
@media (max-width: 767.98px) {
    .promotion_item_cover .betmaster_countdown_cover {
        -webkit-transform: scale(1);
        transform: scale(1);
        font-size: 13px;
        position: relative;
        -webkit-transform-origin: center top;
        transform-origin: center top;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 1rem;
    }
}
.promotion_item_cover .row {
    padding-bottom: unset;
}
.promotion_item_cover .el-loading-mask {
    z-index: 99 !important;
}
.promotion_item .path {
    stroke: rgba(5, 3, 8, 0.85) !important;
}
.promotion_item .el-loading-spinner .el-loading-text {
    color: #fff;
    font-weight: 600;
}
@media (min-width: 768px) {
    .pm_grid_4 .promotion_item {
        min-height: 315px;
    }
}
.pm_grid_4 .item_desc {
    font-size: 13px !important;
}
.no_title .item_content,
.no_title .item_m_title {
    display: none !important;
}
@media (max-width: 767.98px) {
    .no_title_sm .item_content,
    .no_title_sm .item_m_title {
        display: none !important;
    }
}
@media (min-width: 768px) {
    .no_title_lg .item_content,
    .no_title_lg .item_m_title {
        display: none !important;
    }
}
.no_title .promotion_item,
.no_title_lg .promotion_item {
    min-height: inherit !important;
    padding-bottom: 0 !important;
}
.promotion_item {
    margin-bottom: 1.5rem;
    background-color: #232323;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    border: inherit;
    padding-bottom: 10px;
    overflow: hidden !important;
    width: 100%;
    position: relative;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media (max-width: 767.98px) {
    .promotion_item {
        min-width: 100%;
        max-width: 100%;
        padding-top: 0;
        padding-bottom: 0;
    }
}
.promotion_item:hover {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.2);
}
.promotion_item.radius {
    border-radius: 4px;
}
.promotion_item .promotion_count_down {
    z-index: 1;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3803921568627451);
    width: 100%;
    color: #fff;
    font-size: 13px;
}
@media (max-width: 767.98px) {
    .promotion_item .promotion_count_down {
        background-color: inherit !important;
    }
    .promotion_item .promotion_count_down .count_down_item:first-child {
        padding-left: 0 !important;
    }
}
.promotion_item .item_image_cover {
    padding-right: 0 !important;
    padding-left: 0 !important;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .promotion_item .item_image_cover {
        padding-right: 0 !important;
        padding-left: 0 !important;
        height: 100%;
    }
}
.promotion_item .item_image_inner {
    height: 100%;
    width: 100% !important;
}
@media (max-width: 767.98px) {
    .promotion_item .item_image_inner {
        max-height: inherit;
        height: inherit !important;
    }
}
.promotion_item .item_image {
    background-position: top;
    background-size: cover;
    width: 100%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.promotion_item .item_image .el-item {
    width: 100%;
    height: 180px;
}
.promotion_item .item_image .item_tag {
    top: 10px;
    left: 10px;
    background-color: #07bfb6;
    color: #fff;
    padding: 3px 15px;
    display: -webkit-inline-box;
    font-size: 11px;
    border-radius: 1px;
    text-transform: uppercase;
    font-weight: 600;
    position: absolute;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .promotion_item .item_image .item_tag {
        left: 10px;
        font-size: 10px;
        padding: 2px 10px;
    }
}
.promotion_item .item_image .item_tag.tag_1 {
    background-color: #30b47b;
    color: #fff;
}
.promotion_item .item_image .item_tag.tag_2 {
    background-color: #f44336;
    color: #fff;
}
.promotion_item .item_image .item_tag.tag_3 {
    background-color: #673ab7;
    color: #fff;
}
.promotion_item .item_image .item_tag.tag_4 {
    background-color: #03a9f4;
    color: #fff;
}
.promotion_item .item_image .item_tag.tag_5 {
    background-color: #ffc107;
    color: #000;
}
.promotion_item .item_content {
    padding: 0.7rem 1rem 0 1rem;
    background-color: inherit;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.5;
}
@media (max-width: 767.98px) {
    .promotion_item .item_content {
        display: none;
    }
}
.promotion_item .item_content .item_title {
    font-size: 15px;
    margin-bottom: 5px;
    color: #07bfb6;
    font-weight: 600;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}
.promotion_item .item_content .item_title .sub_title {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.75;
    color: #fff;
}
.promotion_item .item_content .item_desc {
    font-size: 14px;
    word-break: break-word;
    color: hsla(0, 0%, 100%, 0.8);
    font-weight: 400;
}
.promotion_item .module_title {
    height: 75px !important;
}
.promotion_item .item_m_title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.promotion_item .item_m_title .sub_title {
    font-size: 12px;
    font-weight: 400;
    opacity: 0.75;
    color: #fff;
}
.promotion_item .sign_up_btn {
    position: relative;
    bottom: 0;
    background-color: #232323;
    border-radius: 3px;
    text-align: center;
    color: #fff;
    margin: 10px;
    padding: 10px;
}
.sub_area {
    position: absolute;
    width: 100%;
    bottom: 0;
    z-index: 2;
}
@media (max-width: 767.98px) {
    .sub_area {
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(20%, rgba(0, 0, 0, 0.8029586835)), to(transparent));
        background: linear-gradient(1turn, rgba(0, 0, 0, 0.8029586835) 20%, transparent);
    }
}
.item_m_title + .sub_area_modules {
    margin-top: -18px;
}
.bm_image_cover {
    min-height: 150px;
}
.bm_image_cover .el-image__error,
.bm_image_cover .el-image__placeholder,
.bm_image_cover .image-placeholder,
.bm_image_cover .image-slot {
    background: #303030;
}
.pm_grid_1.no_title .promotion_item {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pm_grid_1 .item_desc {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
}
.pm_grid_1 .promotion_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 0;
    overflow: visible;
    border: none !important;
    background-color: inherit;
}
.pm_grid_1 .bm_image_cover {
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.pm_grid_1 .item_image_cover {
    overflow: visible;
}
.pm_grid_1 .promotion_count_down {
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 10px 10px;
    background-color: rgba(20, 27, 39, 0.8705882352941177);
}
.pm_grid_1 .item_content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: inherit !important;
}
@media (max-width: 767.98px) {
    .pm_grid_1 .item_content {
        display: none;
    }
}
.pm_grid_1 .item_content_inner {
    height: 100%;
    max-height: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.pm_grid_1 .sub_area {
    padding: inherit;
    left: 0;
}
.pm_grid_1 .item_image_cover {
    padding-right: 15px !important;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .pm_grid_1 .item_image_cover {
        padding-left: inherit !important;
        padding-right: inherit !important;
    }
}
.pm_grid_1 .item_title {
    font-size: 1.5rem !important;
    font-weight: 600;
    border-bottom: none !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.pm_grid_1 .item_title .sub_title {
    font-size: 0.9rem !important;
}
.pm_grid_1 .read_more_btn {
    display: block;
    color: #07bfb6;
    font-size: 1rem;
    font-weight: 600;
}
.panel_blog {
    height: 100%;
    margin-top: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-family: Roboto, sans-serif;
}
.panel_blog .container {
    max-width: 1200px !important;
}
.panel_blog .el-loading-mask {
    background-color: inherit !important;
}
.panel_blog .loading_box {
    height: 300px;
}
@media (max-width: 767.98px) {
    .panel_blog .blog_types {
        overflow-x: scroll;
        -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        padding-bottom: 1rem;
    }
}
.panel_blog .blog_types .blog_type {
    background-color: #232323;
    color: #fff;
    text-align: center;
    padding: 5px 25px;
    border-radius: 15px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: pre;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.panel_blog .blog_types .blog_type:hover {
    opacity: 0.8;
}
.panel_blog .blog_types .blog_type.active_type {
    background-color: #07bfb6;
    color: #fff;
}
.panel_blog .blog_types .blog_type:last-child {
    margin-right: 0 !important;
}
.panel_layout_container {
    -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;
    width: 100%;
    max-width: 1080px;
    margin: auto;
    position: relative;
}
.panel_layout_container,
.panel_layout_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 3px;
}
.panel_layout_item {
    text-align: center;
    font-size: 30px;
}
.panel_layout_item .layout_image {
    width: 100%;
}
.x1_layout .panel_layout_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.x2_layout .panel_layout_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
}
.x3_layout .panel_layout_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333333%;
    flex: 0 0 33.3333333%;
}
.x4_layout .panel_layout_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
}
.x5_layout .panel_layout_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
}
.panel_layout_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.panel_layouts .sm_layout {
    max-width: 540px !important;
}
.panel_layouts .md_layout {
    max-width: 720px !important;
}
.panel_layouts .lg_layout {
    max-width: 960px !important;
}
.panel_layouts .xl_layout {
    max-width: 1140px !important;
}
.panel_layouts .xx_layout {
    max-width: 1320px !important;
}
.betmaster_header {
    font-family: Roboto, sans-serif;
    height: 60px;
    width: 100%;
    position: relative;
    z-index: 99;
    overflow: hidden;
}
.betmaster_header .grid {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.betmaster_header .betmaster_nav_bar,
.betmaster_header .grid {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
}
.betmaster_header .betmaster_nav_bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    padding-left: 20px;
    position: relative;
    width: 100%;
    top: 0;
    background-color: #fff;
}
.betmaster_header .betmaster_nav_bar .item {
    background-color: #242232;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
    padding: 5px 10px;
    color: #fff;
    cursor: pointer;
}
.betmaster_header .betmaster_nav_bar .item:hover {
    background-color: #15b379;
}
.betmaster_header .betmaster_nav_bar .item + .item {
    margin-left: 10px;
}
.betmaster_countdown_cover {
    height: 38px;
    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;
}
@media (max-width: 767.98px) {
    .betmaster_countdown_cover {
        font-size: 14px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        padding-left: 14px;
    }
}
.betmaster_countdown_cover .end_text {
    font-family: Roboto, sans-serif;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}
.betmaster_countdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: Roboto, sans-serif;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 38px;
}
.betmaster_countdown .count_down_item {
    padding: 5px 5px;
    text-align: center;
    font-weight: 500;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.betmaster_countdown .count_down_item .time {
    font-weight: 600;
    margin-right: 3px;
    text-align: center;
}
.betmaster_promotion_calendar {
    font-family: Roboto, sans-serif;
}
.betmaster_promotion_calendar .small {
    -webkit-transform: scale(0.75) !important;
    transform: scale(0.75) !important;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 133.33333%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: visible;
    max-height: 400px;
}
.betmaster_promotion_calendar .no_calendar {
    background-color: inherit !important;
    max-width: inherit !important;
    -webkit-box-shadow: inherit !important;
    box-shadow: inherit !important;
}
.betmaster_promotion_calendar .no_pad {
    padding: 5px !important;
    background-color: #fff;
    border-radius: 3px;
}
.betmaster_promotion_calendar .calendar_cover,
.betmaster_promotion_calendar .no_pad {
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
}
.betmaster_promotion_calendar .calendar_cover {
    background-color: #232323;
    max-width: 1200px;
}
@media (max-width: 767.98px) {
    .betmaster_promotion_calendar .calendar_cover {
        width: 92%;
    }
}
.betmaster_promotion_calendar .calendar_cover .day_side {
    width: 365px;
}
@media (max-width: 767.98px) {
    .betmaster_promotion_calendar .calendar_cover .day_side {
        width: 100%;
    }
}
.betmaster_promotion_calendar .calendar_cover .day_names {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 0;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 3px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 20px;
}
.betmaster_promotion_calendar .calendar_cover .day_names .weekend {
    background-color: #07bfb6 !important;
    color: #000 !important;
}
.betmaster_promotion_calendar .calendar_cover .day_names .weekday {
    background-color: #3d3d3d;
    color: #fff;
}
.betmaster_promotion_calendar .calendar_cover .calendar_days {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 5px;
}
.betmaster_promotion_calendar .calendar_cover .calendar_days .day:before {
    content: "";
    padding-bottom: 100%;
    display: inline-block;
    vertical-align: top;
}
.betmaster_promotion_calendar .calendar_cover .calendar_days .day {
    background-color: #3d3d3d;
    position: relative;
    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;
    font-size: 2vw;
    font-weight: 900;
    color: hsla(0, 0%, 100%, 0.2);
}
.betmaster_promotion_calendar .day:hover {
    -webkit-box-shadow: 0 0 20px #07bfb6;
    box-shadow: 0 0 20px #07bfb6;
    z-index: 1;
    cursor: pointer;
}
.betmaster_promotion_calendar .past_day {
    background-color: #303030 !important !important;
}
.betmaster_promotion_calendar .day_icon {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    top: 0;
    left: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.betmaster_promotion_calendar .current_m_name {
    z-index: 3;
    position: absolute;
    font-size: 12px;
    top: 7px;
    text-align: center;
    line-height: 12px;
    letter-spacing: -1px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.25098039215686274);
    color: #fff;
    padding: 2px;
    font-weight: 600;
}
.betmaster_promotion_calendar .selectedDay {
    background-color: #07bfb6 !important;
}
.betmaster_promotion_calendar .selectedDay .day_day_ico {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    z-index: 2;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.56);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.56);
    opacity: 1 !important;
    top: 0;
    left: 0;
}
.betmaster_promotion_calendar .day_day_ico {
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 50%;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 3px;
}
.betmaster_promotion_calendar .today {
    background-color: #07bfb6 !important;
    color: #000 !important;
}
.betmaster_promotion_calendar .promo_cover .no_promotion_found {
    text-align: center;
}
.betmaster_promotion_calendar .promo_cover .promo_day {
    text-align: center;
    background-color: #232323;
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    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;
}
.betmaster_promotion_calendar .promo_cover .promo_image {
    height: 232px;
    background-size: cover;
    width: 100%;
    background-position: 50%;
}
.betmaster_promotion_calendar .promo_cover .promo_title {
    text-align: center;
    font-weight: 600;
    font-size: 0.98rem;
}
.betmaster_promotion_calendar .promo_cover .promo_content {
    font-size: 13px;
    min-height: 60px;
    max-height: 90px;
    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;
    text-align: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: auto;
}
.betmaster_promotion_calendar .promo_cover .promo_content p {
    margin: 0;
    padding: 0;
}
.betmaster_promotion_calendar .promo_cover .bonus_demand .el-button {
    width: 100%;
}
.betmaster_promotion_calendar .promo_cover .bonus_demand .el-button i {
    font-size: inherit !important;
}
.betmaster_promotion_calendar .calendar_slider,
.betmaster_promotion_calendar .el-carousel__container {
    height: 100%;
}
@media (max-width: 767.98px) {
    .betmaster_promotion_calendar .el-carousel__container {
        height: 550px !important;
    }
}
.betmaster_promotion_calendar .el-carousel__container .el-carousel__arrow {
    top: 136px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 0;
}
.betmaster_promotion_calendar .el-carousel__container .el-carousel__arrow i {
    font-weight: 900;
    font-size: 20px;
}
@media (max-width: 767.98px) {
    .betmaster_promotion_calendar .el-carousel__container .el-carousel__arrow {
        height: 40px !important;
        width: 40px !important;
    }
}
.betmaster_promotion_calendar .el-carousel__container .el-carousel__arrow--left {
    left: 0;
}
.betmaster_promotion_calendar .el-carousel__container .el-carousel__arrow--right {
    right: 0;
}
.betmaster_promotion_calendar .promotion_ending .title {
    background-color: #232323;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    border-radius: 3px;
}
.betmaster_promotion_calendar .count_down_item {
    font-weight: 600;
}
.betmaster_promotion_calendar .count_down_item .type {
    font-size: 14px;
}
.betmaster_promotion_calendar .time {
    font-size: 17px;
    font-weight: 900 !important;
}
.betmaster_jackpot {
    font-family: Roboto, sans-serif;
    color: #fff;
}
.betmaster_jackpot .jackpot_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;
}
.betmaster_jackpot .jackpot_cover.primary {
    background-color: #232323;
}
.betmaster_jackpot .jackpot_cover.large .jackpot {
    min-width: 90px;
}
.betmaster_jackpot .jackpot_cover.large .jackpot_name {
    font-size: 12px !important;
}
.betmaster_jackpot .jackpot_cover.large .jackot_values {
    font-size: 16px !important;
    font-weight: 600;
}
.betmaster_jackpot .jackpot_cover.botbar .jackpot:last-child {
    border-right: 1px solid #4d4b56 !important;
}
.betmaster_jackpot .jackpot_cover .jackpot {
    min-width: 55px;
    border-right: 1px solid #4d4b56;
}
.betmaster_jackpot .jackpot_cover .jackpot:last-child {
    border-right: none;
}
.betmaster_jackpot .jackpot_cover .jackpot .jackpot_name {
    font-size: 12px;
    color: #07bfb6;
    font-weight: 600;
}
.betmaster_jackpot .jackpot_cover .jackpot .jackot_values {
    font-size: 14px;
    position: relative;
    top: -2px;
    font-weight: 600;
}
.betmaster_jackpots {
    font-family: Roboto, sans-serif;
    width: 100%;
}
.betmaster_jackpots .jackpot_cover {
    background-size: cover;
    height: 350px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot_cover {
        height: inherit;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
}
.betmaster_jackpots .jackpot_left_side {
    height: 240px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot_left_side {
        height: inherit;
        padding-top: 15px;
    }
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot_right_side {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
}
.betmaster_jackpots .winner_tables {
    height: 195px;
    padding-right: 5px;
    margin-top: 1rem;
    overflow-x: hidden;
    overflow: auto;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .winner_tables {
        height: inherit !important;
    }
}
.betmaster_jackpots .winner_tables .winner_table_body {
    padding-left: 5px;
    padding-right: 5px;
}
.betmaster_jackpots .winner_tables .winner_item {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.betmaster_jackpots .winner_tables .winner_item div {
    width: 33.3%;
}
.betmaster_jackpots .winner_tables .winner_item div:first-child {
    text-align: left;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .winner_tables .winner_item {
        padding-right: 5px;
        padding-left: 5px;
    }
}
.betmaster_jackpots .winner_tables .winning_value {
    font-weight: 600;
}
.betmaster_jackpots .winner_tables .empty_sign {
    position: relative;
    top: 25%;
}
.betmaster_jackpots .winner_tables .winning_date {
    text-align: right;
}
.betmaster_jackpots .winner_tables .winner_item_th {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffca00;
    border-radius: 5px;
    position: sticky;
    top: 0;
    font-size: 15px;
    font-weight: 600;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.betmaster_jackpots .winner_tables .winner_item_th .gem {
    position: absolute;
    left: 10px;
}
.betmaster_jackpots .winner_tables .winner_item_th .gem_r {
    position: absolute;
    right: 10px;
}
.betmaster_jackpots .top_winners {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffca00;
    border-radius: 10px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .top_winners {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        height: inherit;
        padding: 10px;
        margin-top: 1rem !important;
    }
}
.betmaster_jackpots .top_winners .top_win_left {
    white-space: nowrap;
    margin-right: 1rem;
    font-weight: 900;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .top_winners .top_win_left {
        width: 100% !important;
        text-align: center;
        padding-bottom: 10px;
    }
}
.betmaster_jackpots .top_winners .top_win_body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    border-radius: 5px;
    padding: 5px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .top_winners .top_win_body {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.betmaster_jackpots .top_winners .top_win_body .top_win_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    font-size: 14px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .top_winners .top_win_body .top_win_item {
        padding: 3px;
        font-size: 13px !important;
    }
}
.betmaster_jackpots .top_winners .top_win_body .top_win_item .winning_value {
    font-weight: 600;
    color: #ff3f2c;
}
.betmaster_jackpots .top_winners .top_win_body .top_win_item .winning_player {
    text-overflow: ellipsis;
    overflow: hidden;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .top_winners .top_win_body .top_win_item .winning_player {
        max-width: 71px;
    }
}
.betmaster_jackpots .with_bg {
    background-color: rgba(126, 123, 215, 0.2);
    border: inherit !important;
    color: #fff;
}
.betmaster_jackpots .with_bg .betmaster_countup,
.betmaster_jackpots .with_bg .jackpot_amount,
.betmaster_jackpots .with_bg .jackpot_title,
.betmaster_jackpots .with_bg .winner_item {
    color: #fff;
}
.betmaster_jackpots .jackpot {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    position: relative;
    width: 100%;
    border-radius: 10px;
    max-width: 1000px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot {
        width: 90%;
    }
}
.betmaster_jackpots .jackpot .jackpot_amount_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot .jackpot_amount_cover {
        display: block;
    }
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .title_holder {
    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-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .title_holder .betmaster_countup {
    font-size: 17px;
    font-weight: 600;
    margin-top: 5px;
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_logo_holder {
    padding-left: 15px;
    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;
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_logo_holder .jackpot_logo {
    width: 100px;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_logo_holder {
        padding-left: 0;
        margin-bottom: 10px;
    }
    .betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_logo_holder .jackpot_logo {
        width: 70px;
    }
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_title {
    font-size: 21px;
    font-weight: 900;
}
.betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_amount {
    font-size: 70px;
    font-weight: 900;
}
@media (max-width: 767.98px) {
    .betmaster_jackpots .jackpot .jackpot_amount_cover .jackpot_amount {
        font-size: 55px !important;
    }
}
.bm_button_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}
.bm_button_cover img {
    width: 100%;
}
.spor_toto_mini {
    height: inherit;
    font-family: Roboto, sans-serif;
    width: 255px;
    border: 1px solid #ebeef5;
    background-color: #f3f3f3;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.1);
}
.spor_toto_mini .el-loading-mask {
    z-index: 1;
}
.spor_toto_mini .el-icon-success,
.spor_toto_mini .el-loading-spinner .el-loading-text {
    color: #00b477;
}
.spor_toto_mini .el-loading-spinner .el-loading-text {
    font-weight: 600;
}
.el-input__inner:focus,
.spor_toto_mini .el-input.is-active .el-input__inner {
    border-color: #8c8c8c;
}
.el-button--mini.is-round,
.spor_toto_mini .el-button--mini {
    padding: 8px 15px;
}
.spor_toto_mini .el-input--mini .el-input__inner {
    height: 30px;
    line-height: 30px;
}
.el-input-number__increase:hover,
.spor_toto_mini .el-input-number__decrease:hover {
    color: #8c8c8c;
}
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.spor_toto_mini .el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
    border-color: #8c8c8c;
}
.st_header {
    background-color: #000;
    text-align: center;
    color: #fff;
}
.st_header img {
    max-width: 70px;
    margin-top: 5px;
}
.st_row,
.st_selections {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.st_selections {
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
.st_selections .is-checked {
    background-color: #fc0 !important;
    -webkit-box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.0784313725490196);
    box-shadow: 1px 1px 12px rgba(0, 0, 0, 0.0784313725490196);
    color: #222 !important;
}
.st_selections .el-checkbox__input.is-checked + .el-checkbox__label {
    color: #000;
}
.st_selections .el-checkbox__input {
    display: none;
}
.st_selections .el-checkbox__label {
    padding-left: 0;
    font-size: 13px;
}
.st_selections .el-checkbox,
.st_selections .st_check_box {
    margin-right: 0;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #fff;
    height: 28px;
    line-height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 8px;
    padding-right: 8px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #606266;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: pre;
}
.no_flex_che {
    -webkit-box-flex: inherit !important;
    -ms-flex: inherit !important;
    flex: inherit !important;
    width: 30px;
    margin-left: 4px;
    margin-right: 4px !important;
    border-radius: 4px;
}
.st_inner {
    padding: 5px;
}
.st_bottom_cover {
    margin-top: 10px;
}
.st_bottom_cover,
.st_teams {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.st_teams {
    width: 190px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.st_title {
    font-size: 13px;
    text-align: center;
    padding-bottom: 5px;
    text-transform: uppercase;
    font-weight: 600;
}
.st_play_now {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
}
.el-input-number--mini {
    width: 100% !important;
}
.st_amount_input {
    width: 100%;
}
.st_amount_input .el-input--mini {
    width: 100% !important;
}
.st_bt_itm {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.st_bt_itm + .st_bt_itm {
    margin-left: 3px;
}
.st_bt_itm button {
    width: 100%;
}
.st_bt_itm button:focus,
.st_bt_itm button:hover,
.st_bt_l_itm button:focus,
.st_bt_l_itm button:hover {
    color: #313131;
    border-color: #949494;
    background-color: #fff;
}
.st_inner .el-loading-spinner .path {
    stroke: #000;
}
.st_amount_cover {
    margin-top: 5px;
    margin-bottom: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.st_amount_title span {
    font-weight: 600;
    font-size: 12px;
}
.st_date_title {
    font-weight: 600;
    font-size: 13px;
    text-align: center;
    margin-bottom: 10px;
}
.no_n_event {
    margin-top: 20px;
}
.st_check_box:hover {
    -webkit-box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
    box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.16);
}
.t_center {
    text-align: center;
}
.st_delete {
    -webkit-box-flex: 0 !important;
    -ms-flex: 0 0 30px !important;
    flex: 0 0 30px !important;
}
.st_delete button {
    height: 30px;
    line-height: 30px;
    padding: 0 !important;
}
@-webkit-keyframes vueContentPlaceholdersAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes vueContentPlaceholdersAnimation {
    0% {
        -webkit-transform: translate3d(-30%, 0, 0);
        transform: translate3d(-30%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.vue-content-placeholders-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-heading {
    margin-top: 20px;
}
.vue-content-placeholders-heading__img {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 60px;
    height: 60px;
    margin-right: 15px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__img {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__img {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #e1e1e1), color-stop(30%, transparent));
    background: linear-gradient(90deg, transparent 0, #e1e1e1 15%, transparent 30%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: vueContentPlaceholdersAnimation;
    animation-name: vueContentPlaceholdersAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.vue-content-placeholders-heading__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.vue-content-placeholders-heading__title {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 85%;
    margin-bottom: 10px;
    background: #ccc;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__title {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__title {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #e1e1e1), color-stop(30%, transparent));
    background: linear-gradient(90deg, transparent 0, #e1e1e1 15%, transparent 30%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: vueContentPlaceholdersAnimation;
    animation-name: vueContentPlaceholdersAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.vue-content-placeholders-heading__subtitle {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 90%;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-heading__subtitle {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-heading__subtitle {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-heading__subtitle:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #e1e1e1), color-stop(30%, transparent));
    background: linear-gradient(90deg, transparent 0, #e1e1e1 15%, transparent 30%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: vueContentPlaceholdersAnimation;
    animation-name: vueContentPlaceholdersAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-text {
    margin-top: 20px;
}
.vue-content-placeholders-text__line {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 100%;
    margin-bottom: 10px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-text__line {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-text__line {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-text__line:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #e1e1e1), color-stop(30%, transparent));
    background: linear-gradient(90deg, transparent 0, #e1e1e1 15%, transparent 30%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: vueContentPlaceholdersAnimation;
    animation-name: vueContentPlaceholdersAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
.vue-content-placeholders-text__line:nth-child(4n + 1) {
    width: 80%;
}
.vue-content-placeholders-text__line:nth-child(4n + 2) {
    width: 100%;
}
.vue-content-placeholders-text__line:nth-child(4n + 3) {
    width: 70%;
}
.vue-content-placeholders-text__line:nth-child(4n + 4) {
    width: 85%;
}
.vue-content-placeholders-img {
    position: relative;
    overflow: hidden;
    height: 15px;
    background: #eee;
    width: 100%;
    height: 120px;
}
.vue-content-placeholders-is-rounded .vue-content-placeholders-img {
    border-radius: 6px;
}
.vue-content-placeholders-is-centered .vue-content-placeholders-img {
    margin-left: auto;
    margin-right: auto;
}
.vue-content-placeholders-is-animated .vue-content-placeholders-img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    max-width: 1000px;
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #e1e1e1), color-stop(30%, transparent));
    background: linear-gradient(90deg, transparent 0, #e1e1e1 15%, transparent 30%);
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-name: vueContentPlaceholdersAnimation;
    animation-name: vueContentPlaceholdersAnimation;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
[class^="vue-content-placeholders-"] + .vue-content-placeholders-img {
    margin-top: 20px;
}
.customer_reference .customer_reflist .loading_row {
    padding-top: 8px;
    padding-left: 8px;
    font-size: 14px;
}
.c_r_link_area {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #fff;
    font-family: Roboto, sans-serif;
}
.c_r_link_area .c_r_link {
    background-color: #232323;
    padding: 3px 10px;
    white-space: pre;
    text-overflow: ellipsis;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
    border-right: 0;
    font-size: 13px;
}
.c_r_link_area .c_r_link_ref_list {
    border-radius: 0 5px 5px 0;
    border-left: 1px #000;
}
.c_r_link_area .c_r_link_ref_list:before {
    content: "";
    width: 1px;
    background-color: #141c27;
    height: 18px;
    margin-left: -4px;
    margin-right: 5px;
}
.c_r_link_area .c_r_link_copy,
.c_r_link_area .c_r_link_ref_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -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;
    background-color: #07bfb6;
    color: #232323;
}
.c_r_link_area .c_r_link_copy:hover,
.c_r_link_area .c_r_link_ref_list:hover {
    opacity: 0.9;
}
.crlr_arrow {
    margin-left: 3px;
}
.popular_menu_cover {
    font-family: Roboto, sans-serif;
}
.popular_menu_cover a {
    color: #fff;
    text-decoration: none;
}
.popular_menu_cover .popular_menu_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 33px;
    cursor: pointer;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
    background-color: #191b14;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
}
.popular_menu_cover .popular_menu_item:first-child {
    margin-top: 0;
}
.popular_menu_cover .popular_menu_item:hover {
    color: #fff;
    background-color: #07bfb6 !important;
}
.popular_menu_cover .popular_menu_item .popular_menu_icon,
.popular_menu_cover .popular_menu_item .popular_menu_img {
    width: 60px;
    height: 100%;
    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;
}
.popular_menu_cover .popular_menu_item .popular_menu_icon {
    font-size: 17px;
    max-height: 33px;
}
.popular_menu_cover .popular_menu_item .popular_menu_img img {
    max-height: 33px;
    max-width: 100%;
    position: relative;
    left: 0;
}
.popular_menu_cover .popular_menu_item .popular_menu_name {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 2px;
}
.popular_menu_cover .popular_menu_item.no_image_menu {
    padding-left: 1rem;
}
.popular_menu_cover .popular_menu_item.only_icon_menu .popular_menu_icon {
    width: 100%;
}
.popular_menu_cover .popular_menu_item.only_image_menu .popular_menu_img {
    background-size: contain;
    background-position: 50% !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
}
.popular_menu_cover .popular_menu_item.only_image_menu .popular_menu_img img {
    left: 0 !important;
}
.popular_menu_mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: auto;
    width: 100%;
    padding-bottom: 5px;
}
.popular_menu_mobile .popular_menu_item + .popular_menu_item {
    margin-left: 3px;
}
.popular_menu_mobile .popular_menu_item {
    overflow: visible;
    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;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: pre;
    height: 55px;
    text-align: center;
    padding: 5px 8px !important;
    margin-top: 0;
    margin-bottom: 0;
}
.popular_menu_mobile .popular_menu_item i {
    font-size: 20px;
}
.popular_menu_mobile .popular_menu_item.only_image_menu .popular_menu_img {
    height: 100%;
    max-height: 45px;
    margin-bottom: 0;
}
.popular_menu_mobile .popular_menu_item.only_image_menu .popular_menu_img img {
    max-height: 55px;
    max-width: 200px;
}
.popular_menu_mobile .popular_menu_item .popular_menu_icon,
.popular_menu_mobile .popular_menu_item .popular_menu_img {
    width: 100% !important;
    height: 25px;
    margin-bottom: 5px;
}
.popular_menu_mobile .popular_menu_item .popular_menu_icon img,
.popular_menu_mobile .popular_menu_item .popular_menu_img img {
    max-height: 25px;
    max-width: inherit;
}
.popular_menu_mobile .popular_menu_item .popular_menu_name {
    margin-left: 0;
}
.t_i_title.t_i_t_long.t_i_t_long_t {
    font-size: 15px !important;
}
.bm_tournament_body {
    overflow-y: hidden !important;
}
.tournament_item_cover {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1.5rem;
    padding: 1rem;
    background-color: #232323;
    border-radius: 0.75rem;
    overflow: hidden;
    margin-right: 16px;
    -webkit-transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
}
.tournament_item_cover:hover {
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.13);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1), 0 6px 6px rgba(0, 0, 0, 0.13);
}
.tournament {
    height: 100%;
}
.tournament .tournament_item {
    height: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.tournament .t_bot_section,
.tournament .tournament_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tournament .t_bot_section {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
}
.tournament .t_bot_section .partipicate_btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 5px;
    background-color: #07bfb6;
    color: #fff;
    border-color: #07bfb6;
}
.tournament .t_bot_section .read_more {
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tournament .partipicate_btn + .read_more {
    margin-left: 10px;
}
.tournament .t_header {
    font-size: 16px;
}
.tournament .t_i_banner {
    display: none;
}
.tournament .t_i_banner img {
    width: 100%;
}
.tournament .t_i_title {
    color: #fff;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 600;
    height: 60px !important;
    margin-bottom: 0.5rem;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.tournament .t_i_t_long {
    font-size: 1.2rem !important;
}
.tournament .t_i_type {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tournament .t_i_tag {
    margin-bottom: 8px;
    border-radius: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding: 0 0.5rem;
    position: relative;
    color: #232323;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    z-index: 99;
}
.tournament .t_i_tag.finished,
.tournament .t_i_tag.ongoing,
.tournament .t_i_tag.scheduled {
    border: 0.0625rem solid;
    border-color: #07bfb6;
    background: #07bfb6;
}
.tournament .betmaster_countdown,
.tournament .betmaster_countdown_cover {
    height: inherit;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.tournament .t_count_down {
    margin-top: 10px;
}
.tournament .count_down_item {
    display: inline-block !important;
}
.tournament .count_down_item .time {
    border: 1px solid;
    border-color: hsla(0, 0%, 100%, 0.7);
    border-radius: 5px;
    text-align: center;
    height: 35px;
    width: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    color: #d2d2d2;
}
.tournament .count_down_item .type {
    color: #d2d2d2;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    margin-top: 3px;
}
.tournament .t_i_winner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tournament .t_i_winner .t_i_winner_title {
    color: #07bfb6;
    margin-right: 5px;
}
.tournament .t_i_winner .t_i_winner_title,
.tournament .t_i_winner .t_i_winner_user {
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
}
.tournament .t_i_winner .t_i_winner_user {
    color: #fff;
}
.tournament .t_i_tab {
    background-color: #3d3d3d;
    border-radius: 2.5rem;
    padding: 0.25rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tournament .t_i_tab .t_i_tab_btn {
    height: 2.5rem;
    text-align: center;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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%;
    min-height: 1.5rem;
    font-family: inherit;
    font-weight: 600;
    font-size: 0.75rem;
    text-decoration: none;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 6.25rem;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fff;
}
.tournament .t_i_tab .t_i_tab_btn.active {
    background-color: #07bfb6;
    color: #232323;
}
.tournament .t_i_tab_inner {
    padding: 0.5rem;
    border-radius: 0.75rem;
    min-height: 224px;
}
.tournament .t_i_tab_inner .inner_header {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 600;
    margin-bottom: 0.5rem;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}
.tournament .t_i_tab_inner .inner_table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 3rem;
    margin-bottom: 0.25rem;
    padding: 0.5rem;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 0.75rem;
    line-height: 1rem;
    font-weight: 500;
    border-radius: 0.5rem;
    color: hsla(0, 0%, 100%, 0.7);
}
.tournament .t_i_tab_inner .inner_table.first {
    background-color: #494949;
}
.tournament .t_i_tab_inner .inner_table.second {
    background-color: #3d3d3d;
}
.tournament .t_i_tab_inner .inner_table.third {
    background-color: #303030;
}
.tournament .t_i_tab_inner .rank {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    text-align: center;
    font-weight: 600;
}
.tournament .t_i_tab_inner .username {
    min-width: 120px;
}
.tournament .t_i_tab_inner .username .u_n {
    font-weight: 600;
}
.tournament .t_i_tab_inner .prize {
    text-align: center;
}
.tournament .t_i_tab_inner .i_h_item {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 3px;
    margin-bottom: 3px;
}
.tournament .t_i_tab_inner .unit_panel {
    background: #3d3d3d;
    border-radius: 0.5rem;
    padding: 0;
    text-decoration: none;
    cursor: pointer;
}
.tournament .t_i_tab_inner .unit_panel a {
    display: grid;
    height: 100%;
}
.tournament .t_i_tab_inner .unit_image {
    overflow: hidden;
    max-width: 66px;
    min-width: 66px;
    height: 100%;
}
.tournament .t_i_tab_inner .unit_image .el-image {
    height: 100%;
    border-radius: 0.5rem;
}
.tournament .t_i_tab_inner .unit_cover {
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
}
.tournament .t_i_tab_inner .unit_name,
.tournament .t_i_tab_inner .unit_vendor {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.tournament .t_i_tab_inner .unit_name {
    font-weight: 500;
    color: #fff;
}
.tournament .t_i_tab_inner .unit_vendor {
    color: #a6a6a6;
    font-size: 0.725rem;
    line-height: 1rem;
}
.tournament .t_i_tab_inner .game-image-slot {
    width: 66px;
    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: #e8e8e8;
    height: 100%;
}
.tournament .t_i_tab_inner .game-image-slot i {
    font-size: 25px;
    color: #5a5a5a;
}
.tournament .circle_cover {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
}
.tournament .circle_cover .skeleton--circle {
    border-radius: 0.25rem !important;
    width: 66px !important;
    height: 48px !important;
}
.tournament .text_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tournament .text_cover .loader {
    margin-right: 0 !important;
    margin-bottom: 7px !important;
}
.tournament .partipicate_btn,
.tournament .read_more {
    color: #fff;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
}
@media screen and (max-width: 768px) {
    .t_container {
        padding: 0 !important;
    }
    .tournament_item_cover {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .tournament_item_cover .t_count_down {
        margin-top: 10px;
    }
    .tournament_item_cover .betmaster_countdown_cover {
        -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
        justify-content: center !important;
        margin-top: 0 !important;
        padding-left: 0 !important;
    }
}
.n_t .t_row {
    margin-left: -15px;
    margin-right: -15px;
}
.n_t .t_title {
    background-color: #232323;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
}
.n_t .tournament_item_c {
    -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: 15px;
    max-width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (max-width: 1280px) {
    .n_t .tournament_item_c {
        max-width: 33.33333%;
    }
}
@media screen and (max-width: 1024px) {
    .n_t .tournament_item_c {
        max-width: 50%;
    }
}
@media screen and (max-width: 640px) {
    .n_t .tournament_item_c {
        max-width: 100%;
    }
    .n_t .t_bot_section {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.n_t .tournament_item_cover {
    padding: 0;
    margin-right: 0;
}
.n_t .t_bot_section {
    margin: 15px;
    margin-top: 0;
    margin-bottom: 30px;
}
.n_t .t_info_section {
    margin: 0 15px;
}
.n_t .t_i_tab_inner {
    padding-left: 0;
    padding-right: 0;
}
.n_t .t_i_tag {
    position: absolute;
    top: 0;
    left: 15px;
    border-radius: 0 0 10px 10px;
}
.n_t .t_i_type {
    opacity: 0.7;
    padding-top: 10px;
    font-size: 13px;
}
.n_t .t_img_section {
    position: relative;
    min-height: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.n_t .no_img_section {
    min-height: 35px !important;
}
.n_t .t_i_tab_btn {
    height: 32px !important;
}
.n_t .t_i_tab_inner {
    min-height: 192px;
}
.n_t .inner_table {
    height: 2.5rem !important;
}
.n_t .t_prize_pool {
    background-color: #07bfb6;
    color: #232323;
    position: absolute;
    right: 15px;
    bottom: -13px;
    border-radius: 10px;
    padding: 3px 10px;
    text-align: center;
}
.n_t .t_prize_pool .t_p_p_t {
    font-size: 0.625rem;
    font-weight: 600;
    margin-bottom: 0;
}
.n_t .t_prize_pool .t_p_p_p {
    font-weight: 600;
    font-size: 15px;
}
.n_t .t_i_t_long {
    line-height: 1.5rem;
    font-size: 16px !important;
}
.n_t .count_down_item .time {
    height: 32px;
    width: 32px;
    font-size: 1rem;
}
.n_t .count_down_item {
    height: 10px;
    position: relative;
    bottom: 21px;
}
.n_t .t_count_down + .read_more {
    margin-left: 6px;
}
@media screen and (max-width: 425px) {
    .t_title_cover {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .tournament_modal .t_prize_pool {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0 !important;
        width: 100%;
    }
    .t_title_inner {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        font-size: 1rem !important;
        margin-top: 0.3rem;
        margin-bottom: 0.3rem;
        text-align: center;
    }
    .t_title_inner_type {
        font-size: 14px !important;
        text-align: center;
    }
}
.t_i_tab_inner .prize {
    max-width: 70px;
}
.u_n_crown {
    margin-left: 5px;
}
.t_p_long {
    font-size: 13px !important;
}
.tournaments {
    font-family: Roboto, sans-serif;
    background-color: #171d2d;
    position: relative;
}
.tournaments .t_container {
    max-width: 1200px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.tournaments .t_cover {
    position: relative;
}
.tournaments .t_title {
    color: #fff;
    font-size: 1.4rem;
    line-height: 2rem;
    font-weight: 600;
}
.tournaments .t_empty_row {
    min-height: 8rem;
    border-radius: 0.75rem;
    margin-bottom: 2rem !important;
    text-align: center;
    background-color: #232323;
    color: #fff;
    padding: 0.75rem 0.75rem 0.75rem 1.5rem;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.tournaments .t_empty_row .loader_cover {
    text-align: center;
    width: 100%;
}
.tournaments .t_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -ms-flex-direction: row;
    flex-direction: row;
}
.tournaments .t_h4 {
    color: #fff;
    font-size: 1.1rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.tournaments .t_tag {
    border-radius: 0.5rem;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background: #07bfb6;
    padding: 0 0.5rem;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0.625rem;
    line-height: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.0625rem;
    color: #232323;
    border-color: transparent !important;
}
.tournaments .t_tag.c_c,
.tournaments .t_tag.c_s {
    background: #07bfb6;
}
.tournaments .t_sub_title {
    font-weight: 500;
    margin-bottom: 12px;
}
.tournaments.t_slider {
    background-color: inherit;
    padding: 0 !important;
    margin: 0;
}
.tournaments.t_slider .splide__track {
    border-radius: 10px;
}
.tournaments.t_slider .splide__pagination {
    bottom: -20px;
}
.tournaments.t_slider .t_i_tab_inner {
    min-height: 166px;
}
.tournaments.t_slider .t_i_tab_inner .inner_table {
    height: 2.8rem;
}
.tournaments.t_slider .tournament_item_cover {
    margin-right: 0;
    width: 100%;
    overflow: hidden;
    margin-bottom: 0 !important;
}
.tournaments.t_slider .tournament_item_cover:hover {
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}
.tournaments.t_slider .tournament_item_cover img {
    height: 100% !important;
}
.tournaments.t_slider .tournament_item_cover .betmaster_countdown,
.tournaments.t_slider .tournament_item_cover .betmaster_countdown_cover {
    margin-left: 0;
    padding-left: 0;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.tournaments.t_slider .tournament_slider {
    padding: 1rem;
    padding-top: 0;
    margin-top: 10px;
}
.tournaments.t_slider .tournament_slider .splide__slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tournaments.t_slider .tournament_slider .t_bot_section {
    margin-bottom: 16px;
}
.tournaments.t_slider .tournament_slider .tournament_item_cover {
    padding-bottom: 15px;
}
.tournaments.t_slider .tournament_slider .username {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.tournaments.t_slider .tournament_slider .inner_table {
    height: 2.1rem !important;
}
.tournaments.t_slider .tournament_slider .splide__arrows {
    display: none;
}
.tournaments.t_slider .tournament_slider .splide__arrows .splide__arrow {
    width: 1.5rem;
    height: 1.5rem;
    top: 172px;
}
.tournaments.t_slider .tournament_slider .splide__arrows .splide__arrow svg {
    width: 1em;
    height: 1em;
}
.tournaments.t_slider .tournament_slider .splide__arrows .splide__arrow--prev {
    left: 10px;
}
.tournaments.t_slider .tournament_slider .splide__arrows .splide__arrow--next {
    right: 10px;
}
.tournaments.t_slider .t_count_down {
    margin-top: 10px;
}
.tournaments.t_slider .t_i_tab .t_i_tab_btn {
    height: 1.7rem;
}
.tournaments.t_slider .loading_row {
    text-align: center;
    color: #fff;
    margin-top: 30px;
}
.tournaments.t_slider .loading_row i {
    font-size: 27px;
}
.tournaments.t_slider .loading_row .loading_text {
    margin-top: 10px;
}
.participate_modal .el-dialog {
    width: 95%;
    max-width: 600px;
    font-family: Roboto, sans-serif;
    background-color: #232323;
}
.participate_modal .el-dialog__body,
.participate_modal .el-dialog__title {
    color: #fff;
}
.participate_modal .el-dialog__close {
    color: #fff !important;
}
.participate_modal .participate_text {
    margin-bottom: 2rem;
    word-break: break-word;
}
.participate_modal .participate_btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.participate_modal .cancel_btn,
.participate_modal .participate_btn {
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    border: 1px solid;
    padding: 5px 8px;
    border-radius: 5px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.participate_modal .cancel_btn {
    color: #fff;
}
.participate_modal .participate_btn {
    background-color: #07bfb6;
    color: #fff;
    border-color: #07bfb6;
}
.participate_btn + .cancel_btn {
    margin-left: 10px;
}
@media screen and (max-width: 768px) {
    .participate_modal .el-dialog {
        max-width: inherit;
        width: 100%;
        margin-top: 0 !important;
        margin-bottom: 0;
        height: 100%;
        overflow: auto;
    }
}
.participate_messages {
    margin-top: 1.5rem;
    font-weight: 600;
    word-break: break-all;
    text-align: center;
    color: #07bfb6;
    padding: 5px 8px;
    border: 1px solid;
    border-radius: 5px;
    line-height: 1.25rem;
}
.t_title {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
@media screen and (max-width: 425px) {
    .t_title {
        display: inline-block;
        position: relative;
        width: 100%;
    }
    .t_title .el-select {
        margin-top: 5px;
        width: 100%;
    }
}
.t_title_t:before {
    border-left: 5px solid #07bfb6;
    padding-left: 8px;
    content: "";
    height: 10px;
}
.t_filters .el-input__inner {
    color: #fff !important;
    padding: 0 15px !important;
    height: 40px !important;
    line-height: 40px !important;
    border-radius: 4px !important;
}
.t_filters .el-input__inner,
.t_filters_popper {
    background-color: #3d3d3d !important;
    border-color: #232323 !important;
}
.t_filters_popper {
    color: #fff;
}
.t_filters_popper .el-select-dropdown__item {
    font-family: Roboto, sans-serif;
    color: #fff;
}
.t_filters_popper .el-select-dropdown__item.selected {
    color: #fff;
}
.t_filters_popper .el-select-dropdown__item.hover,
.t_filters_popper .el-select-dropdown__item:hover {
    background-color: #494949 !important;
}
.t_filters_popper .popper__arrow,
.t_filters_popper .popper__arrow:after {
    border-bottom-color: #232323 !important;
}
.no_tournament_box {
    text-align: center !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.pg_cover {
    padding-top: 40px !important;
    width: 100%;
    height: auto;
    max-width: 1080px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
    margin: auto;
    -webkit-font-smoothing: auto;
    font-family: Roboto, sans-serif;
    margin-bottom: 1rem;
}
.pg_cover select {
    display: block !important;
}
.pg_cover :focus {
    outline: 0;
}
.pg_cover .pg_inner {
    width: 100%;
}
.pg_cover .pg_nav {
    background-color: #232323;
    color: #fff;
    border-color: #232323 !important;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
}
.pg_cover .pg_nav .pn_nav_item {
    height: 100%;
    display: inline-block;
    line-height: 40px;
    white-space: pre;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    margin-right: 20px;
    padding-left: 5px;
    font-weight: 600;
    padding-right: 5px;
}
.pg_cover .pg_nav .pn_nav_item.active {
    border-bottom: 2px solid #07bfb6;
}
.pg_game_header {
    color: #fff;
    padding: 0 0;
    height: 90px;
}
.pg_game_header,
.pg_game_header .pg_game_header_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.pg_game_header .pg_game_header_inner {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 33px;
}
.pg_game_header .pg_game_round_title {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
}
.pg_game_count_down .betmaster_countdown,
.pg_game_count_down .betmaster_countdown_cover {
    height: inherit !important;
}
.pg_game_count_down .count_down_item {
    background-color: #232323;
    color: #d2d2d2;
    height: 45px;
    width: 45px;
    display: block;
    border-radius: 5px;
}
.pg_game_count_down .count_down_item .time {
    height: 20px;
    margin-right: 0;
    font-weight: 500;
}
.pg_game_count_down .count_down_item .type {
    font-size: 13px;
}
.pg_game_count_down .count_down_item + .count_down_item {
    margin-left: 10px;
}
.pg_game_events {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 30px;
    color: #fff;
}
.pg_game_event {
    height: 240px;
    -webkit-perspective: 1000px;
    perspective: 1000px;
}
.pg_game_event .header_section {
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px;
}
.pg_game_event .header_section .league_title {
    width: 170px;
    text-align: left;
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.pg_game_event .event_sections {
    height: 140px;
    background: #161616;
    padding: 0 10px;
    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;
}
.pg_game_event .event_sections .event_selection {
    position: relative;
}
.pg_game_event .stats_section {
    height: 50px;
}
.event_selection {
    text-align: center;
    width: 100%;
}
.event_sections .team_name {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100px;
    font-size: 13px;
    z-index: 999;
    position: relative;
    top: 15px;
}
.team_logo {
    position: relative;
    z-index: 99;
    min-height: 56px;
}
.team_logo .team_logo_inner {
    width: 50px;
    z-index: 2;
}
.event_score_selector {
    width: 100%;
    text-align: center;
    font-weight: 600;
    border: none;
    height: 45px;
    font-size: 35px;
    -moz-text-align-last: center;
    text-align-last: center;
    position: relative;
    border-radius: 5px;
    background-color: inherit;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    padding: 0;
    opacity: 0;
}
.event_score_selector option {
    text-align: -webkit-center;
}
.selection_form {
    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;
}
.selection_form .el-input__inner {
    text-align: center;
    width: 35px !important;
    padding-right: 0 !important;
    padding-left: 0;
    font-size: 35px !important;
    background-color: #1a212b;
    border: none !important;
    color: #fff;
    font-weight: 600;
}
.selection_form .selector_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.ripples_cover {
    position: absolute;
    z-index: 1;
    width: 50px;
    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;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.ripples_cover .ripple {
    background-color: #000;
    border-radius: 50%;
    position: absolute;
}
.ripples_cover .ripple_1 {
    width: 80px;
    height: 80px;
    background-color: #0a0a0a;
    opacity: 0.8;
}
.ripples_cover .ripple_2 {
    width: 75px;
    height: 75px;
    background-color: #232323;
}
.ripples_cover .ripple_3 {
    width: 70px;
    height: 70px;
    background-color: #0f0f0f;
}
.stats_cover {
    border-radius: 0.375rem;
    width: 90%;
    margin: auto;
    margin-top: 15px;
    height: 20px;
    font-size: 11px;
    overflow: hidden;
}
.stats_cover,
.stats_cover .stats_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.stats_cover .stats_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0.125rem;
    text-align: center;
    background-color: #161616;
    line-height: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.stats_cover .stats_item span {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
    margin-right: 5px;
}
.stats_cover .away_stat,
.stats_cover .home_stat {
    background-color: #373737;
}
.stats_cover .draw_stat {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
}
.pg_game_event {
    position: relative;
}
.back_section,
.front_section {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden !important;
    backface-visibility: hidden !important;
}
.front_section {
    z-index: 1 !important;
}
.back_section {
    transform: rotateY(180deg) translateZ(1px);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -moz-transform: rotateY(180deg) translateZ(1px);
    z-index: 2 !important;
}
.pg_game_event_inner {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: #232323;
    border-radius: 20px;
}
.selector_arrows {
    cursor: pointer;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.back_stats_cover {
    padding: 0 20px;
    background-color: #232323;
}
.back_stats_item {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -ms-flex-align: center;
    padding: 0.125rem;
    text-align: center;
    background-color: #161616;
    line-height: 15px;
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    border-radius: 5px;
    align-items: center;
    margin-bottom: 10px;
    font-size: 13px;
    height: 40px;
    position: relative;
    overflow: hidden;
    border: 1px solid #161616;
}
.back_stats_item .team_logo_inner {
    height: 25px;
    margin-right: 5px;
}
.back_stats_item i {
    padding-left: 6px;
    padding-right: 12px;
}
.back_stats_item span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 2;
}
.stats_link {
    margin-top: 15px;
    font-size: 13px;
    opacity: 0.8;
    text-align: center;
    cursor: pointer;
}
.stats_link i {
    margin-right: 3px;
}
.show_stats .pg_game_event_inner {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.close_stats {
    width: 20px;
    height: 20px;
    cursor: pointer;
    position: relative;
    right: -4px;
}
.percentage_bg {
    position: absolute;
    height: 2px;
    background-color: #07bfb6;
    left: 0;
    z-index: 1;
    bottom: 0;
}
.match_date {
    background-color: #161616;
    padding: 3px 5px;
    border-radius: 10px;
    font-size: 12px;
    position: relative;
}
.bottom_section {
    height: 65px;
    margin-top: 30px;
}
.bottom_section,
.bottom_section .tie_breaker_section {
    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;
}
.bottom_section .tie_breaker_section {
    height: 100%;
    background-color: #232323;
    border-radius: 15px;
    padding: 0 20px;
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
}
.bottom_section .tie_breaker_section .tie_breaker_form {
    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_section .tie_breaker_section .tie_breaker_form .el-input-number--small {
    line-height: 10px !important;
    width: 130px;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input-number--small i {
    font-family: Font Awesome\5 Free !important;
    font-weight: 900;
    font-size: 20px;
    color: #fff;
    border: 2px solid #303030;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    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: #161616;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input-number__decrease {
    background-color: #232323;
    border: none;
    top: 5px;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input-number__decrease .el-icon-minus:before {
    content: "ï„‡" !important;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input-number__increase {
    background-color: #232323;
    border: none;
    top: 5px;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input-number__increase .el-icon-plus:before {
    content: "ï„†" !important;
}
.bottom_section .tie_breaker_section .tie_breaker_form .el-input .el-input__inner {
    padding-left: 25px;
    padding-right: 25px;
    background-color: #232323;
    text-align: center;
    border: none !important;
    font-size: 45px !important;
    color: #fff;
    height: 45px !important;
}
.bottom_section .submit_coupon_section {
    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;
    margin-left: 30px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.submit_button {
    background-color: #07bfb6;
    color: #232323;
    border-radius: 10px;
    padding: 10px 20px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border: none;
}
.submit_button:hover {
    background-color: #08d8cd;
}
.tie_breaker_text {
    color: #fff;
    font-size: 12px;
}
.tie_breaker_infos {
    color: #fff;
    background-color: #232323;
    padding: 5px;
    font-size: 13px;
    border-radius: 10px;
}
.alert_notification {
    background-color: #c53030 !important;
    color: #fff !important;
    border-color: #fc8181 !important;
    font-family: Roboto, sans-serif;
}
.alert_notification i {
    margin-right: 10px;
}
.success_notification {
    background-color: #4caf50 !important;
    color: #fff !important;
    border-color: #3a803d !important;
    font-family: Roboto, sans-serif;
}
.success_notification i {
    margin-right: 10px;
}
.info_box {
    background-color: #232323;
    padding: 20px;
    color: #fff;
    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;
    border-radius: 10px;
    margin-top: 30px;
    font-size: 13px;
}
.is_predicted .selection_form,
.is_predicted .tie_breaker_form {
    pointer-events: none;
}
.is_predicted .selector_arrows {
    opacity: 0;
}
.edit_mode .selection_form,
.edit_mode .tie_breaker_form {
    pointer-events: all !important;
}
.edit_mode .selector_arrows {
    opacity: 1 !important;
}
.edit_button {
    background-color: #22c55e;
    text-align: center;
}
.edit_button:hover {
    background-color: #34dc72;
}
.loading_box {
    margin-top: 0;
    width: 100%;
    height: 40px;
    border-radius: 5px;
}
.loading_box i {
    font-size: 22px;
}
.rounds_nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    overflow-y: auto;
    margin-right: 45px;
    position: relative;
}
.rounds_nav::-webkit-scrollbar {
    display: none;
}
.rounds_nav .rounds_nav_item {
    background-color: #232323;
    color: #fff;
    padding: 5px 8px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 15px;
    white-space: pre;
}
.rounds_nav .rounds_nav_item + .rounds_nav_item {
    margin-left: 10px;
}
.rounds_nav .active_round {
    background-color: #07bfb6;
    color: #232323;
}
.result_title {
    font-size: 13px;
    margin-bottom: 5px;
}
.correct_score {
    background-color: #74c365 !important;
    color: #000 !important;
}
.correct_prediction {
    background-color: #07bfb6 !important;
    color: #232323;
}
.not_correct {
    background-color: #d73b3e !important;
}
.event_result {
    border-radius: 5px;
    background-color: #303030;
    font-size: 14px;
    padding: 3px 0;
}
.result_cover {
    width: 70px;
}
.event_results_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.event_final_score {
    margin-bottom: 5px;
}
.player_total_point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    background-color: #232323;
    color: #fff !important;
    border-radius: 10px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
}
.player_total_point .point_amount {
    font-size: 20px;
}
.player_total_point .point_title {
    font-size: 14px;
    margin-right: 5px;
}
.player_prediction {
    margin-bottom: 5px;
}
.player_event_point {
    padding: 3px 5px;
    border-radius: 10px;
    font-size: 12px;
    position: relative;
    background-color: #161616;
}
.leaderboard_table {
    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;
}
.leaderboard_table div {
    padding: 5px;
}
.leaderboard_table.table_header {
    background-color: #232323;
    color: #fff;
    height: 40px;
    font-size: 14px;
    border-radius: 5px 5px 0 0;
}
.leaderboard_table .position {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px;
    text-align: center;
}
.leaderboard_table .username {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    padding-left: 10px;
}
.leaderboard_table .score {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 150px;
    flex: 0 0 150px;
}
.table_list {
    background-color: #232323;
    color: #fff;
    font-size: 14px !important;
    height: 40px;
}
.table_list:nth-child(2n) {
    background-color: #161616;
}
.player_position_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;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    color: #fff !important;
}
.player_position_cover .player_total_point {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px;
}
.player_position_cover div + div {
    margin-left: 10px;
}
.pg_leaderboard_section .info_box {
    margin-top: 0;
}
.pg_content_section .el-collapse {
    border: none !important;
}
.pg_content_section .el-collapse-item + .el-collapse-item {
    margin-top: 10px;
}
.pg_content_section .el-collapse-item__wrap {
    background-color: #161616;
    border: none;
    position: relative;
    top: -8px;
    border-radius: 0 0 10px 10px;
}
.pg_content_section .el-collapse-item__header {
    padding-left: 15px;
    font-size: 13px;
    background-color: #232323;
    color: #fff;
    border: none;
    border-radius: 10px;
    line-height: inherit !important;
}
.pg_content_section .el-collapse-item__content {
    text-align: left;
    padding: 15px 15px;
    color: #fff;
    border-bottom: none;
}
.pg_content_section .el-collapse-item__arrow {
    font-weight: 900;
    padding-right: 10px;
    font-size: 16px;
}
@media (max-width: 768px) {
    .pg_game_events {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}
@media (max-width: 500px) {
    .bottom_section {
        height: inherit;
    }
    .bottom_section .tie_breaker_section {
        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;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .bottom_section .tie_breaker_form {
        padding-top: 10px;
    }
    .pg_nav {
        overflow: scroll;
    }
    .pg_game_events {
        grid-template-columns: repeat(1, 1fr) !important;
        grid-gap: 20px;
    }
    .pg_game_header {
        height: inherit;
    }
    .pg_game_header_inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: 1rem 0;
    }
    .pg_game_header_inner .rounds_nav {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-right: 0;
    }
    .pg_game_header_inner .player_total_point {
        -webkit-box-flex: 100%;
        -ms-flex: 100%;
        flex: 100%;
        margin-top: 1rem;
    }
    .player_position_cover {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
    .pg_game_round_title {
        min-height: 33px;
        line-height: 33px;
    }
    .bottom_section {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 15px;
    }
    .bottom_section .submit_coupon_section {
        -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 100% !important;
        flex: 0 0 100% !important;
        margin-left: 0 !important;
        margin-top: 1rem;
    }
}
.tway_selector_item {
    width: 100%;
    border-radius: 3px;
    background-color: #232323;
    cursor: pointer;
    margin-bottom: 5px;
    font-size: 13px;
    height: 25px;
    line-height: 25px;
}
.is_selected {
    background: #07bfb6;
}
.visible_score {
    opacity: 1 !important;
    position: absolute;
    top: 20px;
    pointer-events: none;
}
.pg_game_event_inner,
.pg_nav,
.tie_breaker_section {
    -webkit-box-shadow: rgba(99, 99, 99, 0.2) 0 2px 8px 0;
    box-shadow: 0 2px 8px 0 rgba(99, 99, 99, 0.2);
}
.panel_test_login {
    position: relative;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 20px;
}
.deneme {
    width: 932px;
    margin: auto;
    height: 300px;
}
.swiper-slide img {
    width: 100%;
    margin-left: 10px;
    margin-right: 10px;
}
.denemex {
    width: 200px !important;
}
.deneme {
    background-color: red;
    width: 200%;
    position: fixed;
    height: 100%;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.deneme_item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.top_winners_cover {
    line-height: 1.2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 15px;
    font-family: Roboto, sans-serif;
    margin-bottom: 20px;
}
.top_winners_contanier {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 0;
}
.top_winners_table {
    background-color: #232323;
    padding: 5px;
    border-radius: 10px;
    min-height: 521px;
    position: relative;
}
.top_winners_title {
    font-size: 16px;
    font-weight: 800;
    margin: 10px 0;
    color: #fff;
    padding-left: 10px;
    mix-blend-mode: difference;
}
.top_winners_table_row {
    display: grid;
    grid-template-columns: 75px 1.3fr 1fr;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    padding: 10px;
    min-height: 73px;
}
.top_winners_table_row strong {
    font-size: 12px;
    font-weight: 400;
    color: #9ea4ae;
}
.top_winners_table_row span {
    font-size: 12px;
    color: #fff;
    text-decoration: none;
}
.top_winners_table_row img {
    width: 100%;
    border-radius: 3px;
}
.top_winners_table_row a {
    color: #fff;
    text-decoration: none;
}
.top_winners_table_row .game_name {
    cursor: pointer;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sports_top_winners .fa-futbol {
    font-size: 20px;
}
.sports_top_winners .top_winners_table_row {
    grid-template-columns: 1fr 1fr 1fr !important;
}
.sports_top_winners .top_winners_table_row .top_winners_games_column_user {
    padding-left: 10px;
}
.sports_top_winners .top_winners_table_row .top_winners_games_column_user strong {
    display: none;
}
.sports_top_winners .top_winners_games_column_profit {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.top_winners_table_row:nth-child(2n) {
    background: hsla(0, 0%, 100%, 0.05);
    border-radius: 10px;
}
.top_winners_column_game,
.top_winners_games_column_profit,
.top_winners_games_column_user {
    display: inline-grid;
}
.top_winners_games_column_user strong {
    padding-top: 5px;
}
.top_winners_games_column_profit {
    padding-left: 13px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.1);
}
.top_winners_games_column_profit span {
    font-weight: 700 !important;
    font-size: 13px;
    color: #07bfb6 !important;
    padding-top: 5px;
}
.top_winners_cover .game_image {
    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;
    cursor: pointer;
}
.top_winners_cover .game_image .game-image-slot {
    width: 75px;
    height: 53px;
    border-radius: 3px;
    background-color: hsla(0, 0%, 100%, 0.05) !important;
}
.winners_loader {
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    margin: auto;
    display: inline-table;
}
.winners_loader i {
    font-size: 30px;
    color: #fff;
}
.top_winners_tabs {
    display: none;
    background: #0f0f0f;
    padding: 3px;
    margin: 0;
}
.top_winners_tabs button {
    font-size: 13px;
    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: 34px;
    width: 100%;
    border-radius: 6px;
    color: #9ea4ae;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    font-weight: 600;
}
.top_winners_tabs button.is_active {
    background: hsla(0, 0%, 100%, 0.06);
    color: #fff;
}
@media screen and (max-width: 1024px) {
    .top_winners_contanier {
        max-width: 500px;
        padding: 0 15px !important;
    }
    .top_winners_cover {
        grid-template-columns: repeat(1, 1fr);
    }
    .topn_winners_title {
        border-radius: 10px 10px 0 0 !important;
    }
    .top_winners_table {
        border-radius: 0 0 10px 10px !important;
    }
    .is_active {
        display: block !important;
    }
    .top_winners_section,
    .top_winners_title {
        display: none;
    }
    .top_winners_table_row {
        display: grid;
        grid-template-columns: 80px 1fr 80px;
    }
    .top_winners_table_row strong {
        white-space: pre;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .top_winners_tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.tabbed_winners .top_winners_contanier {
    max-width: 500px;
}
.tabbed_winners .top_winners_cover {
    grid-template-columns: repeat(1, 1fr);
}
.tabbed_winners .topn_winners_title {
    border-radius: 10px 10px 0 0 !important;
}
.tabbed_winners .top_winners_table {
    border-radius: 0 0 10px 10px !important;
}
.tabbed_winners .is_active {
    display: block !important;
}
.tabbed_winners .top_winners_section,
.tabbed_winners .top_winners_title {
    display: none;
}
.tabbed_winners .top_winners_table_row {
    display: grid;
    grid-template-columns: 80px 1fr 80px;
}
.tabbed_winners .top_winners_table_row strong {
    white-space: pre;
    text-overflow: ellipsis;
    overflow: hidden;
}
.tabbed_winners .top_winners_tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.topn_winners_title {
    padding: 10px 15px;
    background-color: #232323;
    border-radius: 5px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 800;
    margin-top: 15px;
}
.top_winners_drawer .tabbed_winners .topn_winners_title {
    display: none;
}
.top_winners_drawer .header {
    border-top: 5px solid #07bfb6 !important;
}
.bm_image_cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow: hidden;
}
.bm_image_cover .h_ph {
    position: relative !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.bm_image_cover .bm_image {
    width: 100%;
    height: 100%;
    display: none;
}
.el-message__closeBtn:focus,
.el-message__content:focus {
    outline-width: 0;
}
.el-message {
    min-width: 380px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #ebeef5;
    position: fixed;
    left: 50%;
    top: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #edf2fc;
    -webkit-transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, top 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s;
    transition: opacity 0.3s, transform 0.4s, top 0.4s, -webkit-transform 0.4s;
    overflow: hidden;
    padding: 15px 15px 15px 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.el-message.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.el-message.is-closable .el-message__content {
    padding-right: 16px;
}
.el-message p {
    margin: 0;
}
.el-message--info .el-message__content {
    color: #909399;
}
.el-message--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.el-message--success .el-message__content {
    color: #67c23a;
}
.el-message--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.el-message--warning .el-message__content {
    color: #e6a23c;
}
.el-message--error {
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.el-message--error .el-message__content {
    color: #f56c6c;
}
.el-message__icon {
    margin-right: 10px;
}
.el-message__content {
    padding: 0;
    font-size: 14px;
    line-height: 1;
}
.el-message__closeBtn {
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: #c0c4cc;
    font-size: 16px;
}
.el-message__closeBtn:hover {
    color: #909399;
}
.el-message .el-icon-success {
    color: #67c23a;
}
.el-message .el-icon-error {
    color: #f56c6c;
}
.el-message .el-icon-info {
    color: #909399;
}
.el-message .el-icon-warning {
    color: #e6a23c;
}
.el-message-fade-enter,
.el-message-fade-leave-active {
    opacity: 0;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
}
[class*=" el-icon-"],
[class^="el-icon-"] {
    font-family: Panel Front !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: baseline;
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-icon-ice-cream-round:before {
    content: "\e6a0";
}
.el-icon-ice-cream-square:before {
    content: "\e6a3";
}
.el-icon-lollipop:before {
    content: "\e6a4";
}
.el-icon-potato-strips:before {
    content: "\e6a5";
}
.el-icon-milk-tea:before {
    content: "\e6a6";
}
.el-icon-ice-drink:before {
    content: "\e6a7";
}
.el-icon-ice-tea:before {
    content: "\e6a9";
}
.el-icon-coffee:before {
    content: "\e6aa";
}
.el-icon-orange:before {
    content: "\e6ab";
}
.el-icon-pear:before {
    content: "\e6ac";
}
.el-icon-apple:before {
    content: "\e6ad";
}
.el-icon-cherry:before {
    content: "\e6ae";
}
.el-icon-watermelon:before {
    content: "\e6af";
}
.el-icon-grape:before {
    content: "\e6b0";
}
.el-icon-refrigerator:before {
    content: "\e6b1";
}
.el-icon-goblet-square-full:before {
    content: "\e6b2";
}
.el-icon-goblet-square:before {
    content: "\e6b3";
}
.el-icon-goblet-full:before {
    content: "\e6b4";
}
.el-icon-goblet:before {
    content: "\e6b5";
}
.el-icon-cold-drink:before {
    content: "\e6b6";
}
.el-icon-coffee-cup:before {
    content: "\e6b8";
}
.el-icon-water-cup:before {
    content: "\e6b9";
}
.el-icon-hot-water:before {
    content: "\e6ba";
}
.el-icon-ice-cream:before {
    content: "\e6bb";
}
.el-icon-dessert:before {
    content: "\e6bc";
}
.el-icon-sugar:before {
    content: "\e6bd";
}
.el-icon-tableware:before {
    content: "\e6be";
}
.el-icon-burger:before {
    content: "\e6bf";
}
.el-icon-knife-fork:before {
    content: "\e6c1";
}
.el-icon-fork-spoon:before {
    content: "\e6c2";
}
.el-icon-chicken:before {
    content: "\e6c3";
}
.el-icon-food:before {
    content: "\e6c4";
}
.el-icon-dish-1:before {
    content: "\e6c5";
}
.el-icon-dish:before {
    content: "\e6c6";
}
.el-icon-moon-night:before {
    content: "\e6ee";
}
.el-icon-moon:before {
    content: "\e6f0";
}
.el-icon-cloudy-and-sunny:before {
    content: "\e6f1";
}
.el-icon-partly-cloudy:before {
    content: "\e6f2";
}
.el-icon-cloudy:before {
    content: "\e6f3";
}
.el-icon-sunny:before {
    content: "\e6f6";
}
.el-icon-sunset:before {
    content: "\e6f7";
}
.el-icon-sunrise-1:before {
    content: "\e6f8";
}
.el-icon-sunrise:before {
    content: "\e6f9";
}
.el-icon-heavy-rain:before {
    content: "\e6fa";
}
.el-icon-lightning:before {
    content: "\e6fb";
}
.el-icon-light-rain:before {
    content: "\e6fc";
}
.el-icon-wind-power:before {
    content: "\e6fd";
}
.el-icon-baseball:before {
    content: "\e712";
}
.el-icon-soccer:before {
    content: "\e713";
}
.el-icon-football:before {
    content: "\e715";
}
.el-icon-basketball:before {
    content: "\e716";
}
.el-icon-ship:before {
    content: "\e73f";
}
.el-icon-truck:before {
    content: "\e740";
}
.el-icon-bicycle:before {
    content: "\e741";
}
.el-icon-mobile-phone:before {
    content: "\e6d3";
}
.el-icon-service:before {
    content: "\e6d4";
}
.el-icon-key:before {
    content: "\e6e2";
}
.el-icon-unlock:before {
    content: "\e6e4";
}
.el-icon-lock:before {
    content: "\e6e5";
}
.el-icon-watch:before {
    content: "\f017";
}
.el-icon-watch-1:before {
    content: "\e6ff";
}
.el-icon-timer:before {
    content: "\e702";
}
.el-icon-alarm-clock:before {
    content: "\f017";
}
.el-icon-map-location:before {
    content: "\e704";
}
.el-icon-delete-location:before {
    content: "\e705";
}
.el-icon-add-location:before {
    content: "\e706";
}
.el-icon-location-information:before {
    content: "\e707";
}
.el-icon-location-outline:before {
    content: "\e708";
}
.el-icon-location:before {
    content: "\e79e";
}
.el-icon-place:before {
    content: "\e709";
}
.el-icon-discover:before {
    content: "\e70a";
}
.el-icon-first-aid-kit:before {
    content: "\e70b";
}
.el-icon-trophy-1:before {
    content: "\e70c";
}
.el-icon-trophy:before {
    content: "\e70d";
}
.el-icon-medal:before {
    content: "\e70e";
}
.el-icon-medal-1:before {
    content: "\e70f";
}
.el-icon-stopwatch:before {
    content: "\e710";
}
.el-icon-mic:before {
    content: "\e711";
}
.el-icon-copy-document:before {
    content: "\e718";
}
.el-icon-full-screen:before {
    content: "\e719";
}
.el-icon-switch-button:before {
    content: "\e71b";
}
.el-icon-aim:before {
    content: "\e71c";
}
.el-icon-crop:before {
    content: "\e71d";
}
.el-icon-odometer:before {
    content: "\e71e";
}
.el-icon-time:before {
    content: "\e71f";
}
.el-icon-bangzhu:before {
    content: "\e724";
}
.el-icon-close-notification:before {
    content: "\e726";
}
.el-icon-microphone:before {
    content: "\e727";
}
.el-icon-turn-off-microphone:before {
    content: "\e728";
}
.el-icon-position:before {
    content: "\e729";
}
.el-icon-postcard:before {
    content: "\e72a";
}
.el-icon-message:before {
    content: "\e72b";
}
.el-icon-chat-line-square:before {
    content: "\e72d";
}
.el-icon-chat-dot-square:before {
    content: "\e72e";
}
.el-icon-chat-dot-round:before {
    content: "\e72f";
}
.el-icon-chat-square:before {
    content: "\e730";
}
.el-icon-chat-line-round:before {
    content: "\e731";
}
.el-icon-chat-round:before {
    content: "\e732";
}
.el-icon-set-up:before {
    content: "\e733";
}
.el-icon-turn-off:before {
    content: "\e734";
}
.el-icon-open:before {
    content: "\e735";
}
.el-icon-connection:before {
    content: "\e736";
}
.el-icon-link:before {
    content: "\e737";
}
.el-icon-cpu:before {
    content: "\e738";
}
.el-icon-thumb:before {
    content: "\e739";
}
.el-icon-female:before {
    content: "\e73a";
}
.el-icon-male:before {
    content: "\e73b";
}
.el-icon-guide:before {
    content: "\e73c";
}
.el-icon-news:before {
    content: "\e73e";
}
.el-icon-price-tag:before {
    content: "\e744";
}
.el-icon-discount:before {
    content: "\e745";
}
.el-icon-wallet:before {
    content: "\e747";
}
.el-icon-coin:before {
    content: "\e748";
}
.el-icon-money:before {
    content: "\e749";
}
.el-icon-bank-card:before {
    content: "\e74a";
}
.el-icon-box:before {
    content: "\e74b";
}
.el-icon-present:before {
    content: "\e74c";
}
.el-icon-sell:before {
    content: "\e6d5";
}
.el-icon-sold-out:before {
    content: "\e6d6";
}
.el-icon-shopping-bag-2:before {
    content: "\e74d";
}
.el-icon-shopping-bag-1:before {
    content: "\e74e";
}
.el-icon-shopping-cart-2:before {
    content: "\e74f";
}
.el-icon-shopping-cart-1:before {
    content: "\e750";
}
.el-icon-shopping-cart-full:before {
    content: "\e751";
}
.el-icon-smoking:before {
    content: "\e752";
}
.el-icon-no-smoking:before {
    content: "\e753";
}
.el-icon-house:before {
    content: "\e754";
}
.el-icon-table-lamp:before {
    content: "\e755";
}
.el-icon-school:before {
    content: "\e756";
}
.el-icon-office-building:before {
    content: "\e757";
}
.el-icon-toilet-paper:before {
    content: "\e758";
}
.el-icon-notebook-2:before {
    content: "\e759";
}
.el-icon-notebook-1:before {
    content: "\e75a";
}
.el-icon-files:before {
    content: "\e75b";
}
.el-icon-collection:before {
    content: "\e75c";
}
.el-icon-receiving:before {
    content: "\e75d";
}
.el-icon-suitcase-1:before {
    content: "\e760";
}
.el-icon-suitcase:before {
    content: "\e761";
}
.el-icon-film:before {
    content: "\e763";
}
.el-icon-collection-tag:before {
    content: "\e765";
}
.el-icon-data-analysis:before {
    content: "\e766";
}
.el-icon-pie-chart:before {
    content: "\e767";
}
.el-icon-data-board:before {
    content: "\e768";
}
.el-icon-data-line:before {
    content: "\e76d";
}
.el-icon-reading:before {
    content: "\e769";
}
.el-icon-magic-stick:before {
    content: "\e76a";
}
.el-icon-coordinate:before {
    content: "\e76b";
}
.el-icon-mouse:before {
    content: "\e76c";
}
.el-icon-brush:before {
    content: "\e76e";
}
.el-icon-headset:before {
    content: "\e76f";
}
.el-icon-umbrella:before {
    content: "\e770";
}
.el-icon-scissors:before {
    content: "\e771";
}
.el-icon-mobile:before {
    content: "\e773";
}
.el-icon-attract:before {
    content: "\e774";
}
.el-icon-monitor:before {
    content: "\e775";
}
.el-icon-search:before {
    content: "\f002";
}
.el-icon-takeaway-box:before {
    content: "\e77a";
}
.el-icon-paperclip:before {
    content: "\e77d";
}
.el-icon-printer:before {
    content: "\e77e";
}
.el-icon-document-add:before {
    content: "\e782";
}
.el-icon-document:before {
    content: "\e785";
}
.el-icon-document-checked:before {
    content: "\e786";
}
.el-icon-document-copy:before {
    content: "\e787";
}
.el-icon-document-delete:before {
    content: "\e788";
}
.el-icon-document-remove:before {
    content: "\e789";
}
.el-icon-tickets:before {
    content: "\e78b";
}
.el-icon-folder-checked:before {
    content: "\e77f";
}
.el-icon-folder-delete:before {
    content: "\e780";
}
.el-icon-folder-remove:before {
    content: "\e781";
}
.el-icon-folder-add:before {
    content: "\e783";
}
.el-icon-folder-opened:before {
    content: "\e784";
}
.el-icon-folder:before {
    content: "\e78a";
}
.el-icon-edit-outline:before {
    content: "\e764";
}
.el-icon-edit:before {
    content: "\e78c";
}
.el-icon-date:before {
    content: "\e78e";
}
.el-icon-c-scale-to-original:before {
    content: "\e7c6";
}
.el-icon-view:before {
    content: "\e6ce";
}
.el-icon-loading:before {
    content: "\f1ce";
}
.el-icon-rank:before {
    content: "\e6d1";
}
.el-icon-sort-down:before {
    content: "\e7c4";
}
.el-icon-sort-up:before {
    content: "\e7c5";
}
.el-icon-sort:before {
    content: "\e6d2";
}
.el-icon-finished:before {
    content: "\e6cd";
}
.el-icon-refresh-left:before {
    content: "\e6c7";
}
.el-icon-refresh-right:before {
    content: "\e6c8";
}
.el-icon-refresh:before {
    content: "\e6d0";
}
.el-icon-video-play:before {
    content: "\f144";
}
.el-icon-video-pause:before {
    content: "\e7c1";
}
.el-icon-d-arrow-right:before {
    content: "\e6dc";
}
.el-icon-d-arrow-left:before {
    content: "\e6dd";
}
.el-icon-arrow-up:before {
    content: "\f106";
}
.el-icon-arrow-down:before {
    content: "\f107";
}
.el-icon-arrow-right:before {
    content: "\f105";
}
.el-icon-arrow-left:before {
    content: "\f104";
}
.el-icon-top-right:before {
    content: "\e6e7";
}
.el-icon-top-left:before {
    content: "\e6e8";
}
.el-icon-top:before {
    content: "\e6e6";
}
.el-icon-bottom:before {
    content: "\e6eb";
}
.el-icon-right:before {
    content: "\e6e9";
}
.el-icon-back:before {
    content: "\e6ea";
}
.el-icon-bottom-right:before {
    content: "\e6ec";
}
.el-icon-bottom-left:before {
    content: "\e6ed";
}
.el-icon-caret-top:before {
    content: "\e78f";
}
.el-icon-caret-bottom:before {
    content: "\e790";
}
.el-icon-caret-right:before {
    content: "\f0da";
}
.el-icon-caret-left:before {
    content: "\e792";
}
.el-icon-d-caret:before {
    content: "\e79a";
}
.el-icon-share:before {
    content: "\e793";
}
.el-icon-menu:before {
    content: "\e798";
}
.el-icon-s-grid:before {
    content: "\e7a6";
}
.el-icon-s-check:before {
    content: "\e7a7";
}
.el-icon-s-data:before {
    content: "\e7a8";
}
.el-icon-s-opportunity:before {
    content: "\e7aa";
}
.el-icon-s-custom:before {
    content: "\e7ab";
}
.el-icon-s-claim:before {
    content: "\e7ad";
}
.el-icon-s-finance:before {
    content: "\e7ae";
}
.el-icon-s-comment:before {
    content: "\f4a6";
}
.el-icon-s-flag:before {
    content: "\e7b0";
}
.el-icon-s-marketing:before {
    content: "\e7b1";
}
.el-icon-s-shop:before {
    content: "\e7b4";
}
.el-icon-s-open:before {
    content: "\e7b5";
}
.el-icon-s-management:before {
    content: "\e7b6";
}
.el-icon-s-ticket:before {
    content: "\e7b7";
}
.el-icon-s-release:before {
    content: "\e7b8";
}
.el-icon-s-home:before {
    content: "\e7b9";
}
.el-icon-s-promotion:before {
    content: "\e7ba";
}
.el-icon-s-operation:before {
    content: "\e7bb";
}
.el-icon-s-unfold:before {
    content: "\e7bc";
}
.el-icon-s-fold:before {
    content: "\e7a9";
}
.el-icon-s-platform:before {
    content: "\e7bd";
}
.el-icon-s-order:before {
    content: "\e7be";
}
.el-icon-s-cooperation:before {
    content: "\e7bf";
}
.el-icon-bell:before {
    content: "\e725";
}
.el-icon-message-solid:before {
    content: "\e799";
}
.el-icon-video-camera:before {
    content: "\e772";
}
.el-icon-video-camera-solid:before {
    content: "\e796";
}
.el-icon-camera:before {
    content: "\e779";
}
.el-icon-camera-solid:before {
    content: "\e79b";
}
.el-icon-download:before {
    content: "\e77c";
}
.el-icon-upload2:before {
    content: "\e77b";
}
.el-icon-upload:before {
    content: "\e7c3";
}
.el-icon-picture-outline-round:before {
    content: "\e75f";
}
.el-icon-picture-outline:before {
    content: "\e75e";
}
.el-icon-picture:before {
    content: "\e79f";
}
.el-icon-close:before {
    content: "\f00d";
}
.el-icon-check:before {
    content: "\e6da";
}
.el-icon-plus:before {
    content: "\f067";
}
.el-icon-minus:before {
    content: "\f068";
}
.el-icon-help:before {
    content: "\e73d";
}
.el-icon-s-help:before {
    content: "\e7b3";
}
.el-icon-circle-close:before {
    content: "\f057";
}
.el-icon-circle-check:before {
    content: "\e720";
}
.el-icon-circle-plus-outline:before {
    content: "\e723";
}
.el-icon-remove-outline:before {
    content: "\e722";
}
.el-icon-zoom-out:before {
    content: "\e776";
}
.el-icon-zoom-in:before {
    content: "\e777";
}
.el-icon-error:before {
    content: "\f00d";
}
.el-icon-success:before {
    content: "\f00c";
}
.el-icon-circle-plus:before {
    content: "\e7a0";
}
.el-icon-remove:before {
    content: "\e7a2";
}
.el-icon-info:before {
    content: "\e7a1";
}
.el-icon-question:before {
    content: "\e7a4";
}
.el-icon-warning-outline:before {
    content: "\e6c9";
}
.el-icon-warning:before {
    content: "\e7a3";
}
.el-icon-goods:before {
    content: "\e7c2";
}
.el-icon-s-goods:before {
    content: "\e7b2";
}
.el-icon-star-off:before,
.el-icon-star-on:before {
    content: "\f005";
}
.el-icon-more-outline:before {
    content: "\e6cc";
}
.el-icon-more:before {
    content: "\e794";
}
.el-icon-phone-outline:before {
    content: "\f095";
}
.el-icon-phone:before {
    content: "\e795";
}
.el-icon-user:before {
    content: "\e6e3";
}
.el-icon-user-solid:before {
    content: "\e7a5";
}
.el-icon-setting:before {
    content: "\e6ca";
}
.el-icon-s-tools:before {
    content: "\e7ac";
}
.el-icon-delete:before {
    content: "\e6d7";
}
.el-icon-delete-solid:before {
    content: "\e7c9";
}
.el-icon-eleme:before {
    content: "\e7c7";
}
.el-icon-platform-eleme:before {
    content: "\e7ca";
}
.el-icon-loading {
    -webkit-animation: rotating 2s linear infinite;
    animation: rotating 2s linear infinite;
}
.el-icon--right {
    margin-left: 5px;
}
.el-icon--left {
    margin-right: 5px;
}
@-webkit-keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes rotating {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.el-loading-parent--relative {
    position: relative !important;
}
.el-loading-parent--hidden {
    overflow: hidden !important;
}
.el-loading-mask {
    position: absolute;
    z-index: 2000;
    background-color: hsla(0, 0%, 100%, 0.9);
    margin: 0;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.el-loading-mask.is-fullscreen {
    position: fixed;
}
.el-loading-mask.is-fullscreen .el-loading-spinner {
    margin-top: -25px;
}
.el-loading-mask.is-fullscreen .el-loading-spinner .circular {
    height: 50px;
    width: 50px;
}
.el-loading-spinner {
    top: 50%;
    margin-top: -21px;
    width: 100%;
    text-align: center;
    position: absolute;
}
.el-loading-spinner .el-loading-text {
    color: #409eff;
    margin: 3px 0;
    font-size: 14px;
}
.el-loading-spinner .circular {
    height: 42px;
    width: 42px;
    -webkit-animation: loading-rotate 2s linear infinite;
    animation: loading-rotate 2s linear infinite;
}
.el-loading-spinner .path {
    -webkit-animation: loading-dash 1.5s ease-in-out infinite;
    animation: loading-dash 1.5s ease-in-out infinite;
    stroke-dasharray: 90, 150;
    stroke-dashoffset: 0;
    stroke-width: 2;
    stroke: #409eff;
    stroke-linecap: round;
}
.el-loading-spinner i {
    color: #409eff;
}
.el-loading-fade-enter,
.el-loading-fade-leave-active {
    opacity: 0;
}
@-webkit-keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes loading-rotate {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@-webkit-keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}
@keyframes loading-dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -40px;
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -120px;
    }
}
.el-tooltip:focus:hover,
.el-tooltip:focus:not(.focusing) {
    outline-width: 0;
}
.el-tooltip__popper {
    position: absolute;
    border-radius: 4px;
    padding: 10px;
    z-index: 2000;
    font-size: 12px;
    line-height: 1.2;
    min-width: 10px;
    word-wrap: break-word;
}
.el-tooltip__popper .popper__arrow,
.el-tooltip__popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-tooltip__popper .popper__arrow {
    border-width: 6px;
}
.el-tooltip__popper .popper__arrow:after {
    content: " ";
    border-width: 5px;
}
.el-tooltip__popper[x-placement^="top"] {
    margin-bottom: 12px;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow {
    bottom: -6px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="top"] .popper__arrow:after {
    bottom: 1px;
    margin-left: -5px;
    border-top-color: #303133;
    border-bottom-width: 0;
}
.el-tooltip__popper[x-placement^="bottom"] {
    margin-top: 12px;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow {
    top: -6px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="bottom"] .popper__arrow:after {
    top: 1px;
    margin-left: -5px;
    border-top-width: 0;
    border-bottom-color: #303133;
}
.el-tooltip__popper[x-placement^="right"] {
    margin-left: 12px;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow {
    left: -6px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^="right"] .popper__arrow:after {
    bottom: -5px;
    left: 1px;
    border-right-color: #303133;
    border-left-width: 0;
}
.el-tooltip__popper[x-placement^="left"] {
    margin-right: 12px;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow {
    right: -6px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper[x-placement^="left"] .popper__arrow:after {
    right: 1px;
    bottom: -5px;
    margin-left: -5px;
    border-right-width: 0;
    border-left-color: #303133;
}
.el-tooltip__popper.is-dark {
    background: #303133;
    color: #fff;
}
.el-tooltip__popper.is-light {
    background: #fff;
    border: 1px solid #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow {
    border-top-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="top"] .popper__arrow:after {
    border-top-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow {
    border-bottom-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="bottom"] .popper__arrow:after {
    border-bottom-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow {
    border-left-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="left"] .popper__arrow:after {
    border-left-color: #fff;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow {
    border-right-color: #303133;
}
.el-tooltip__popper.is-light[x-placement^="right"] .popper__arrow:after {
    border-right-color: #fff;
}
.el-checkbox,
.el-checkbox__input {
    display: inline-block;
    position: relative;
}
.el-checkbox-button__inner,
.el-checkbox__input {
    white-space: nowrap;
    vertical-align: middle;
    outline: 0;
}
.el-checkbox {
    color: #606266;
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-right: 30px;
}
.el-checkbox.is-bordered {
    padding: 9px 20px 9px 10px;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: normal;
    height: 40px;
}
.el-checkbox.is-bordered.is-checked {
    border-color: #409eff;
}
.el-checkbox.is-bordered.is-disabled {
    border-color: #ebeef5;
    cursor: not-allowed;
}
.el-checkbox.is-bordered + .el-checkbox.is-bordered {
    margin-left: 10px;
}
.el-checkbox.is-bordered.el-checkbox--medium {
    padding: 7px 20px 7px 10px;
    border-radius: 4px;
    height: 36px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__label {
    line-height: 17px;
    font-size: 14px;
}
.el-checkbox.is-bordered.el-checkbox--medium .el-checkbox__inner {
    height: 14px;
    width: 14px;
}
.el-checkbox.is-bordered.el-checkbox--small {
    padding: 5px 15px 5px 10px;
    border-radius: 3px;
    height: 32px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__label {
    line-height: 15px;
    font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner {
    height: 12px;
    width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--small .el-checkbox__inner:after {
    height: 6px;
    width: 2px;
}
.el-checkbox.is-bordered.el-checkbox--mini {
    padding: 3px 15px 3px 10px;
    border-radius: 3px;
    height: 28px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__label {
    line-height: 12px;
    font-size: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner {
    height: 12px;
    width: 12px;
}
.el-checkbox.is-bordered.el-checkbox--mini .el-checkbox__inner:after {
    height: 6px;
    width: 2px;
}
.el-checkbox__input {
    cursor: pointer;
    line-height: 1;
}
.el-checkbox__input.is-disabled .el-checkbox__inner {
    background-color: #edf2fc;
    border-color: #dcdfe6;
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled .el-checkbox__inner:after {
    cursor: not-allowed;
    border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled .el-checkbox__inner + .el-checkbox__label {
    cursor: not-allowed;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-checked .el-checkbox__inner:after {
    border-color: #c0c4cc;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner {
    background-color: #f2f6fc;
    border-color: #dcdfe6;
}
.el-checkbox__input.is-disabled.is-indeterminate .el-checkbox__inner:before {
    background-color: #c0c4cc;
    border-color: #c0c4cc;
}
.el-checkbox__input.is-checked .el-checkbox__inner,
.el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #409eff;
    border-color: #409eff;
}
.el-checkbox__input.is-disabled + span.el-checkbox__label {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-checkbox__input.is-checked .el-checkbox__inner:after {
    -webkit-transform: rotate(45deg) scaleY(1);
    transform: rotate(45deg) scaleY(1);
}
.el-checkbox__input.is-checked + .el-checkbox__label {
    color: #409eff;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #409eff;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:before {
    content: "";
    position: absolute;
    display: block;
    background-color: #fff;
    height: 2px;
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    left: 0;
    right: 0;
    top: 5px;
}
.el-checkbox__input.is-indeterminate .el-checkbox__inner:after {
    display: none;
}
.el-checkbox__inner {
    display: inline-block;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 14px;
    height: 14px;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
    transition: border-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46), background-color 0.25s cubic-bezier(0.71, -0.46, 0.29, 1.46);
}
.el-checkbox__inner:hover {
    border-color: #409eff;
}
.el-checkbox__inner:after {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 7px;
    left: 4px;
    position: absolute;
    top: 1px;
    -webkit-transform: rotate(45deg) scaleY(0);
    transform: rotate(45deg) scaleY(0);
    width: 3px;
    -webkit-transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: -webkit-transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s;
    transition: transform 0.15s ease-in 0.05s, -webkit-transform 0.15s ease-in 0.05s;
    -webkit-transform-origin: center;
    transform-origin: center;
}
.el-checkbox__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    width: 0;
    height: 0;
    z-index: -1;
}
.el-checkbox-button,
.el-checkbox-button__inner {
    display: inline-block;
    position: relative;
}
.el-checkbox__label {
    display: inline-block;
    padding-left: 10px;
    line-height: 19px;
    font-size: 14px;
}
.el-checkbox:last-of-type {
    margin-right: 0;
}
.el-checkbox-button__inner {
    line-height: 1;
    font-weight: 500;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    border-left: 0;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 0;
}
.el-checkbox-button__inner.is-round {
    padding: 12px 20px;
}
.el-checkbox-button__inner:hover {
    color: #409eff;
}
.el-checkbox-button__inner [class*="el-icon-"] {
    line-height: 0.9;
}
.el-checkbox-button__inner [class*="el-icon-"] + span {
    margin-left: 5px;
}
.el-checkbox-button__original {
    opacity: 0;
    outline: 0;
    position: absolute;
    margin: 0;
    z-index: -1;
}
.el-checkbox-button.is-checked .el-checkbox-button__inner {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
    -webkit-box-shadow: -1px 0 0 0 #8cc5ff;
    box-shadow: -1px 0 0 0 #8cc5ff;
}
.el-checkbox-button.is-checked:first-child .el-checkbox-button__inner {
    border-left-color: #409eff;
}
.el-checkbox-button.is-disabled .el-checkbox-button__inner {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.el-checkbox-button.is-disabled:first-child .el-checkbox-button__inner {
    border-left-color: #ebeef5;
}
.el-checkbox-button:first-child .el-checkbox-button__inner {
    border-left: 1px solid #dcdfe6;
    border-radius: 4px 0 0 4px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.el-checkbox-button.is-focus .el-checkbox-button__inner {
    border-color: #409eff;
}
.el-checkbox-button:last-child .el-checkbox-button__inner {
    border-radius: 0 4px 4px 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 0;
}
.el-checkbox-button--medium .el-checkbox-button__inner.is-round {
    padding: 10px 20px;
}
.el-checkbox-button--small .el-checkbox-button__inner {
    padding: 9px 15px;
    font-size: 12px;
    border-radius: 0;
}
.el-checkbox-button--small .el-checkbox-button__inner.is-round {
    padding: 9px 15px;
}
.el-checkbox-button--mini .el-checkbox-button__inner {
    padding: 7px 15px;
    font-size: 12px;
    border-radius: 0;
}
.el-checkbox-button--mini .el-checkbox-button__inner.is-round {
    padding: 7px 15px;
}
.el-checkbox-group {
    font-size: 0;
}
.el-fade-in-enter,
.el-fade-in-leave-active,
.el-fade-in-linear-enter,
.el-fade-in-linear-leave,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter,
.fade-in-linear-leave,
.fade-in-linear-leave-active {
    opacity: 0;
}
.el-fade-in-linear-enter-active,
.el-fade-in-linear-leave-active,
.fade-in-linear-enter-active,
.fade-in-linear-leave-active {
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
}
.el-fade-in-enter-active,
.el-fade-in-leave-active,
.el-zoom-in-center-enter-active,
.el-zoom-in-center-leave-active {
    -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-zoom-in-center-enter,
.el-zoom-in-center-leave-active {
    opacity: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.el-zoom-in-top-enter-active,
.el-zoom-in-top-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: center top;
    transform-origin: center top;
}
.el-zoom-in-top-enter,
.el-zoom-in-top-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.el-zoom-in-bottom-enter-active,
.el-zoom-in-bottom-leave-active {
    opacity: 1;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}
.el-zoom-in-bottom-enter,
.el-zoom-in-bottom-leave-active {
    opacity: 0;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.el-zoom-in-left-enter-active,
.el-zoom-in-left-leave-active {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    transition: transform 0.3s cubic-bezier(0.23, 1, 0.32, 1), opacity 0.3s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.3s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-transform-origin: top left;
    transform-origin: top left;
}
.el-zoom-in-left-enter,
.el-zoom-in-left-leave-active {
    opacity: 0;
    -webkit-transform: scale(0.45);
    transform: scale(0.45);
}
.collapse-transition {
    -webkit-transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
    transition: height 0.3s ease-in-out, padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
}
.horizontal-collapse-transition {
    -webkit-transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, padding-left 0.3s ease-in-out, padding-right 0.3s ease-in-out;
}
.el-list-enter-active,
.el-list-leave-active {
    -webkit-transition: all 1s;
    transition: all 1s;
}
.el-list-enter,
.el-list-leave-active {
    opacity: 0;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
}
.el-opacity-transition {
    -webkit-transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    transition: opacity 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.el-collapse {
    border-top: 1px solid #ebeef5;
    border-bottom: 1px solid #ebeef5;
}
.el-collapse-item.is-disabled .el-collapse-item__header {
    color: #bbb;
    cursor: not-allowed;
}
.el-collapse-item__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
    line-height: 48px;
    background-color: #fff;
    color: #303133;
    cursor: pointer;
    border-bottom: 1px solid #ebeef5;
    font-size: 13px;
    font-weight: 500;
    -webkit-transition: border-bottom-color 0.3s;
    transition: border-bottom-color 0.3s;
    outline: 0;
}
.el-collapse-item__arrow {
    margin: 0 8px 0 auto;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    font-weight: 300;
}
.el-collapse-item__arrow.is-active {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.el-collapse-item__header.focusing:focus:not(:hover) {
    color: #409eff;
}
.el-collapse-item__header.is-active {
    border-bottom-color: transparent;
}
.el-collapse-item__wrap {
    will-change: height;
    background-color: #fff;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid #ebeef5;
}
.el-collapse-item__content {
    padding-bottom: 25px;
    font-size: 13px;
    color: #303133;
    line-height: 1.769230769230769;
}
.el-collapse-item:last-child {
    margin-bottom: -1px;
}
.el-alert {
    width: 100%;
    padding: 8px 16px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 4px;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.el-alert.is-light .el-alert__closebtn {
    color: #c0c4cc;
}
.el-alert.is-dark .el-alert__closebtn,
.el-alert.is-dark .el-alert__description {
    color: #fff;
}
.el-alert.is-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.el-alert--success.is-light {
    background-color: #f0f9eb;
    color: #67c23a;
}
.el-alert--success.is-light .el-alert__description {
    color: #67c23a;
}
.el-alert--success.is-dark {
    background-color: #67c23a;
    color: #fff;
}
.el-alert--info.is-light {
    background-color: #f4f4f5;
    color: #909399;
}
.el-alert--info.is-dark {
    background-color: #909399;
    color: #fff;
}
.el-alert--info .el-alert__description {
    color: #909399;
}
.el-alert--warning.is-light {
    background-color: #fdf6ec;
    color: #e6a23c;
}
.el-alert--warning.is-light .el-alert__description {
    color: #e6a23c;
}
.el-alert--warning.is-dark {
    background-color: #e6a23c;
    color: #fff;
}
.el-alert--error.is-light {
    background-color: #fef0f0;
    color: #f56c6c;
}
.el-alert--error.is-light .el-alert__description {
    color: #f56c6c;
}
.el-alert--error.is-dark {
    background-color: #f56c6c;
    color: #fff;
}
.el-alert__content {
    display: table-cell;
    padding: 0 8px;
}
.el-alert__icon {
    font-size: 16px;
    width: 16px;
}
.el-alert__icon.is-big {
    font-size: 28px;
    width: 28px;
}
.el-alert__title {
    font-size: 13px;
    line-height: 18px;
}
.el-alert__title.is-bold {
    font-weight: 700;
}
.el-alert .el-alert__description {
    font-size: 12px;
    margin: 5px 0 0;
}
.el-alert__closebtn {
    font-size: 12px;
    opacity: 1;
    position: absolute;
    top: 12px;
    right: 15px;
    cursor: pointer;
}
.el-alert__closebtn.is-customed {
    font-style: normal;
    font-size: 13px;
    top: 9px;
}
.el-alert-fade-enter,
.el-alert-fade-leave-active {
    opacity: 0;
}
.el-input-number {
    position: relative;
    display: inline-block;
    width: 180px;
    line-height: 38px;
}
.el-input-number .el-input {
    display: block;
}
.el-input-number .el-input__inner {
    -webkit-appearance: none;
    padding-left: 50px;
    padding-right: 50px;
    text-align: center;
}
.el-input-number__decrease,
.el-input-number__increase {
    position: absolute;
    z-index: 1;
    top: 1px;
    width: 40px;
    height: auto;
    text-align: center;
    background: #f5f7fa;
    color: #606266;
    cursor: pointer;
    font-size: 13px;
}
.el-input-number__decrease:hover,
.el-input-number__increase:hover {
    color: #409eff;
}
.el-input-number__decrease:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled),
.el-input-number__increase:hover:not(.is-disabled) ~ .el-input .el-input__inner:not(.is-disabled) {
    border-color: #409eff;
}
.el-input-number__decrease.is-disabled,
.el-input-number__increase.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-input-number__increase {
    right: 1px;
    border-radius: 0 4px 4px 0;
    border-left: 1px solid #dcdfe6;
}
.el-input-number__decrease {
    left: 1px;
    border-radius: 4px 0 0 4px;
    border-right: 1px solid #dcdfe6;
}
.el-input-number.is-disabled .el-input-number__decrease,
.el-input-number.is-disabled .el-input-number__increase {
    border-color: #e4e7ed;
    color: #e4e7ed;
}
.el-input-number.is-disabled .el-input-number__decrease:hover,
.el-input-number.is-disabled .el-input-number__increase:hover {
    color: #e4e7ed;
    cursor: not-allowed;
}
.el-input-number--medium {
    width: 200px;
    line-height: 34px;
}
.el-input-number--medium .el-input-number__decrease,
.el-input-number--medium .el-input-number__increase {
    width: 36px;
    font-size: 14px;
}
.el-input-number--medium .el-input__inner {
    padding-left: 43px;
    padding-right: 43px;
}
.el-input-number--small {
    width: 130px;
    line-height: 30px;
}
.el-input-number--small .el-input-number__decrease,
.el-input-number--small .el-input-number__increase {
    width: 32px;
    font-size: 13px;
}
.el-input-number--small .el-input-number__decrease [class*="el-icon"],
.el-input-number--small .el-input-number__increase [class*="el-icon"] {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}
.el-input-number--small .el-input__inner {
    padding-left: 39px;
    padding-right: 39px;
}
.el-input-number--mini {
    width: 130px;
    line-height: 26px;
}
.el-input-number--mini .el-input-number__decrease,
.el-input-number--mini .el-input-number__increase {
    width: 28px;
    font-size: 12px;
}
.el-input-number--mini .el-input-number__decrease [class*="el-icon"],
.el-input-number--mini .el-input-number__increase [class*="el-icon"] {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-input-number--mini .el-input__inner {
    padding-left: 35px;
    padding-right: 35px;
}
.el-input-number.is-without-controls .el-input__inner {
    padding-left: 15px;
    padding-right: 15px;
}
.el-input-number.is-controls-right .el-input__inner {
    padding-left: 15px;
    padding-right: 50px;
}
.el-input-number.is-controls-right .el-input-number__decrease,
.el-input-number.is-controls-right .el-input-number__increase {
    height: auto;
    line-height: 19px;
}
.el-input-number.is-controls-right .el-input-number__decrease [class*="el-icon"],
.el-input-number.is-controls-right .el-input-number__increase [class*="el-icon"] {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-input-number.is-controls-right .el-input-number__increase {
    border-radius: 0 4px 0 0;
    border-bottom: 1px solid #dcdfe6;
}
.el-input-number.is-controls-right .el-input-number__decrease {
    right: 1px;
    bottom: 1px;
    top: auto;
    left: auto;
    border-right: none;
    border-left: 1px solid #dcdfe6;
    border-radius: 0 0 4px;
}
.el-input-number.is-controls-right[class*="medium"] [class*="decrease"],
.el-input-number.is-controls-right[class*="medium"] [class*="increase"] {
    line-height: 17px;
}
.el-input-number.is-controls-right[class*="small"] [class*="decrease"],
.el-input-number.is-controls-right[class*="small"] [class*="increase"] {
    line-height: 15px;
}
.el-input-number.is-controls-right[class*="mini"] [class*="decrease"],
.el-input-number.is-controls-right[class*="mini"] [class*="increase"] {
    line-height: 13px;
}
.el-select-dropdown__item {
    white-space: nowrap;
}
.el-popper .popper__arrow,
.el-popper .popper__arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}
.el-popper .popper__arrow {
    border-width: 6px;
    -webkit-filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
    filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.03));
}
.el-popper .popper__arrow:after {
    content: " ";
    border-width: 6px;
}
.el-popper[x-placement^="top"] {
    margin-bottom: 12px;
}
.el-popper[x-placement^="top"] .popper__arrow {
    bottom: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-color: #ebeef5;
    border-bottom-width: 0;
}
.el-popper[x-placement^="top"] .popper__arrow:after {
    bottom: 1px;
    margin-left: -6px;
    border-top-color: #fff;
    border-bottom-width: 0;
}
.el-popper[x-placement^="bottom"] {
    margin-top: 12px;
}
.el-popper[x-placement^="bottom"] .popper__arrow {
    top: -6px;
    left: 50%;
    margin-right: 3px;
    border-top-width: 0;
    border-bottom-color: #ebeef5;
}
.el-popper[x-placement^="bottom"] .popper__arrow:after {
    top: 1px;
    margin-left: -6px;
    border-top-width: 0;
    border-bottom-color: #fff;
}
.el-popper[x-placement^="right"] {
    margin-left: 12px;
}
.el-popper[x-placement^="right"] .popper__arrow {
    top: 50%;
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    border-left-width: 0;
}
.el-popper[x-placement^="right"] .popper__arrow:after {
    bottom: -6px;
    left: 1px;
    border-right-color: #fff;
    border-left-width: 0;
}
.el-popper[x-placement^="left"] {
    margin-right: 12px;
}
.el-popper[x-placement^="left"] .popper__arrow {
    top: 50%;
    right: -6px;
    margin-bottom: 3px;
    border-right-width: 0;
    border-left-color: #ebeef5;
}
.el-popper[x-placement^="left"] .popper__arrow:after {
    right: 1px;
    bottom: -6px;
    margin-left: -6px;
    border-right-width: 0;
    border-left-color: #fff;
}
.el-select-dropdown {
    position: absolute;
    z-index: 1001;
    border: 1px solid #e4e7ed;
    border-radius: 4px;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 5px 0;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected {
    color: #409eff;
    background-color: #fff;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected.hover {
    background-color: #f5f7fa;
}
.el-select-dropdown.is-multiple .el-select-dropdown__item.selected:after {
    position: absolute;
    right: 20px;
    font-family: element-icons;
    content: "\e6da";
    font-size: 12px;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.el-select-dropdown .el-scrollbar.is-empty .el-select-dropdown__list {
    padding: 0;
}
.el-select-dropdown__empty {
    padding: 10px 0;
    margin: 0;
    text-align: center;
    color: #999;
    font-size: 14px;
}
.el-select-dropdown__wrap {
    max-height: 274px;
}
.el-select-dropdown__list {
    list-style: none;
    padding: 6px 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-select-dropdown__item,
.el-tag {
    white-space: nowrap;
    -webkit-box-sizing: border-box;
}
.el-tag {
    background-color: #ecf5ff;
    border-color: #d9ecff;
    display: inline-block;
    height: 32px;
    padding: 0 10px;
    line-height: 30px;
    font-size: 12px;
    color: #409eff;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-tag.is-hit {
    border-color: #409eff;
}
.el-tag .el-tag__close {
    color: #409eff;
}
.el-tag .el-tag__close:hover {
    color: #fff;
    background-color: #409eff;
}
.el-tag.el-tag--info {
    background-color: #f4f4f5;
    border-color: #e9e9eb;
    color: #909399;
}
.el-tag.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag.el-tag--info .el-tag__close {
    color: #909399;
}
.el-tag.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399;
}
.el-tag.el-tag--success {
    background-color: #f0f9eb;
    border-color: #e1f3d8;
    color: #67c23a;
}
.el-tag.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close {
    color: #67c23a;
}
.el-tag.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a;
}
.el-tag.el-tag--warning {
    background-color: #fdf6ec;
    border-color: #faecd8;
    color: #e6a23c;
}
.el-tag.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close {
    color: #e6a23c;
}
.el-tag.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c;
}
.el-tag.el-tag--danger {
    background-color: #fef0f0;
    border-color: #fde2e2;
    color: #f56c6c;
}
.el-tag.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close {
    color: #f56c6c;
}
.el-tag.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c;
}
.el-tag .el-icon-close {
    border-radius: 50%;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 12px;
    height: 16px;
    width: 16px;
    line-height: 16px;
    vertical-align: middle;
    top: -1px;
    right: -5px;
}
.el-tag .el-icon-close:before {
    display: block;
}
.el-tag--dark {
    background-color: #409eff;
    color: #fff;
}
.el-tag--dark,
.el-tag--dark.is-hit {
    border-color: #409eff;
}
.el-tag--dark .el-tag__close {
    color: #fff;
}
.el-tag--dark .el-tag__close:hover {
    color: #fff;
    background-color: #66b1ff;
}
.el-tag--dark.el-tag--info {
    background-color: #909399;
    border-color: #909399;
    color: #fff;
}
.el-tag--dark.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag--dark.el-tag--info .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #a6a9ad;
}
.el-tag--dark.el-tag--success {
    background-color: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-tag--dark.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag--dark.el-tag--success .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #85ce61;
}
.el-tag--dark.el-tag--warning {
    background-color: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-tag--dark.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag--dark.el-tag--warning .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #ebb563;
}
.el-tag--dark.el-tag--danger {
    background-color: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-tag--dark.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag--dark.el-tag--danger .el-tag__close {
    color: #fff;
}
.el-tag--dark.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f78989;
}
.el-tag--plain {
    background-color: #fff;
    border-color: #b3d8ff;
    color: #409eff;
}
.el-tag--plain.is-hit {
    border-color: #409eff;
}
.el-tag--plain .el-tag__close {
    color: #409eff;
}
.el-tag--plain .el-tag__close:hover {
    color: #fff;
    background-color: #409eff;
}
.el-tag--plain.el-tag--info {
    background-color: #fff;
    border-color: #d3d4d6;
    color: #909399;
}
.el-tag--plain.el-tag--info.is-hit {
    border-color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close {
    color: #909399;
}
.el-tag--plain.el-tag--info .el-tag__close:hover {
    color: #fff;
    background-color: #909399;
}
.el-tag--plain.el-tag--success {
    background-color: #fff;
    border-color: #c2e7b0;
    color: #67c23a;
}
.el-tag--plain.el-tag--success.is-hit {
    border-color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close {
    color: #67c23a;
}
.el-tag--plain.el-tag--success .el-tag__close:hover {
    color: #fff;
    background-color: #67c23a;
}
.el-tag--plain.el-tag--warning {
    background-color: #fff;
    border-color: #f5dab1;
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning.is-hit {
    border-color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close {
    color: #e6a23c;
}
.el-tag--plain.el-tag--warning .el-tag__close:hover {
    color: #fff;
    background-color: #e6a23c;
}
.el-tag--plain.el-tag--danger {
    background-color: #fff;
    border-color: #fbc4c4;
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger.is-hit {
    border-color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close {
    color: #f56c6c;
}
.el-tag--plain.el-tag--danger .el-tag__close:hover {
    color: #fff;
    background-color: #f56c6c;
}
.el-tag--medium {
    height: 28px;
    line-height: 26px;
}
.el-tag--medium .el-icon-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-tag--small {
    height: 24px;
    padding: 0 8px;
    line-height: 22px;
}
.el-tag--small .el-icon-close {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
}
.el-tag--mini {
    height: 20px;
    padding: 0 5px;
    line-height: 19px;
}
.el-tag--mini .el-icon-close {
    margin-left: -3px;
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
}
.el-select-dropdown__item {
    font-size: 14px;
    padding: 0 20px;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #606266;
    height: 34px;
    line-height: 34px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
}
.el-select-dropdown__item.is-disabled {
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-select-dropdown__item.is-disabled:hover {
    background-color: #fff;
}
.el-select-dropdown__item.hover,
.el-select-dropdown__item:hover {
    background-color: #f5f7fa;
}
.el-select-dropdown__item.selected {
    color: #409eff;
    font-weight: 700;
}
.el-select-group {
    margin: 0;
    padding: 0;
}
.el-select-group__wrap {
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.el-select-group__wrap:not(:last-of-type) {
    padding-bottom: 24px;
}
.el-select-group__wrap:not(:last-of-type):after {
    content: "";
    position: absolute;
    display: block;
    left: 20px;
    right: 20px;
    bottom: 12px;
    height: 1px;
    background: #e4e7ed;
}
.el-select-group__title {
    padding-left: 20px;
    font-size: 12px;
    color: #909399;
    line-height: 30px;
}
.el-select-group .el-select-dropdown__item {
    padding-left: 20px;
}
.el-scrollbar {
    overflow: hidden;
    position: relative;
}
.el-scrollbar:active > .el-scrollbar__bar,
.el-scrollbar:focus > .el-scrollbar__bar,
.el-scrollbar:hover > .el-scrollbar__bar {
    opacity: 1;
    -webkit-transition: opacity 0.34s ease-out;
    transition: opacity 0.34s ease-out;
}
.el-scrollbar__wrap {
    overflow: scroll;
    height: 100%;
}
.el-scrollbar__wrap--hidden-default {
    scrollbar-width: none;
}
.el-scrollbar__wrap--hidden-default::-webkit-scrollbar {
    width: 0;
    height: 0;
}
.el-scrollbar__thumb {
    position: relative;
    display: block;
    width: 0;
    height: 0;
    cursor: pointer;
    border-radius: inherit;
    background-color: rgba(144, 147, 153, 0.3);
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}
.el-scrollbar__thumb:hover {
    background-color: rgba(144, 147, 153, 0.5);
}
.el-scrollbar__bar {
    position: absolute;
    right: 2px;
    bottom: 2px;
    z-index: 1;
    border-radius: 4px;
    opacity: 0;
    -webkit-transition: opacity 0.12s ease-out;
    transition: opacity 0.12s ease-out;
}
.el-scrollbar__bar.is-vertical {
    width: 6px;
    top: 2px;
}
.el-scrollbar__bar.is-vertical > div {
    width: 100%;
}
.el-scrollbar__bar.is-horizontal {
    height: 6px;
    left: 2px;
}
.el-scrollbar__bar.is-horizontal > div {
    height: 100%;
}
.el-select {
    display: inline-block;
    position: relative;
}
.el-select .el-select__tags > span {
    display: contents;
}
.el-select:hover .el-input__inner {
    border-color: #c0c4cc;
}
.el-select .el-input__inner {
    cursor: pointer;
    padding-right: 35px;
}
.el-select .el-input__inner:focus {
    border-color: #409eff;
}
.el-select .el-input .el-select__caret {
    color: #c0c4cc;
    font-size: 14px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    cursor: pointer;
}
.el-select .el-input .el-select__caret.is-reverse {
    -webkit-transform: rotate(0);
    transform: rotate(0);
}
.el-select .el-input .el-select__caret.is-show-close {
    font-size: 14px;
    text-align: center;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    border-radius: 100%;
    color: #c0c4cc;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-select .el-input .el-select__caret.is-show-close:hover {
    color: #909399;
}
.el-select .el-input.is-disabled .el-input__inner {
    cursor: not-allowed;
}
.el-select .el-input.is-disabled .el-input__inner:hover {
    border-color: #e4e7ed;
}
.el-select .el-input.is-focus .el-input__inner {
    border-color: #409eff;
}
.el-select > .el-input {
    display: block;
}
.el-select__input {
    border: none;
    outline: 0;
    padding: 0;
    margin-left: 15px;
    color: #666;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 28px;
    background-color: transparent;
}
.el-select__input.is-mini {
    height: 14px;
}
.el-select__close {
    cursor: pointer;
    position: absolute;
    top: 8px;
    z-index: 1000;
    right: 25px;
    color: #c0c4cc;
    line-height: 18px;
    font-size: 14px;
}
.el-select__close:hover {
    color: #909399;
}
.el-select__tags {
    position: absolute;
    line-height: normal;
    white-space: normal;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.el-select .el-tag__close {
    margin-top: -2px;
}
.el-select .el-tag {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-color: transparent;
    margin: 2px 0 2px 6px;
    background-color: #f0f2f5;
}
.el-select .el-tag__close.el-icon-close {
    background-color: #c0c4cc;
    right: -7px;
    top: 0;
    color: #fff;
}
.el-select .el-tag__close.el-icon-close:hover {
    background-color: #909399;
}
.el-select .el-tag__close.el-icon-close:before {
    display: block;
    -webkit-transform: translateY(0.5px);
    transform: translateY(0.5px);
}
.el-textarea {
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: bottom;
    font-size: 14px;
}
.el-textarea__inner {
    display: block;
    resize: vertical;
    padding: 5px 15px;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-size: inherit;
    color: #606266;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-textarea__inner::placeholder {
    color: #c0c4cc;
}
.el-textarea__inner:hover {
    border-color: #c0c4cc;
}
.el-textarea__inner:focus {
    outline: 0;
    border-color: #409eff;
}
.el-textarea .el-input__count {
    color: #909399;
    background: #fff;
    position: absolute;
    font-size: 12px;
    bottom: 5px;
    right: 10px;
}
.el-textarea.is-disabled .el-textarea__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-textarea.is-disabled .el-textarea__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-textarea.is-disabled .el-textarea__inner::placeholder {
    color: #c0c4cc;
}
.el-textarea.is-exceed .el-textarea__inner {
    border-color: #f56c6c;
}
.el-textarea.is-exceed .el-input__count {
    color: #f56c6c;
}
.el-input {
    position: relative;
    font-size: 14px;
    display: inline-block;
    width: 100%;
}
.el-input::-webkit-scrollbar {
    z-index: 11;
    width: 6px;
}
.el-input::-webkit-scrollbar:horizontal {
    height: 6px;
}
.el-input::-webkit-scrollbar-thumb {
    border-radius: 5px;
    width: 6px;
    background: #b4bccc;
}
.el-input::-webkit-scrollbar-corner,
.el-input::-webkit-scrollbar-track {
    background: #fff;
}
.el-input::-webkit-scrollbar-track-piece {
    background: #fff;
    width: 6px;
}
.el-input .el-input__clear {
    color: #c0c4cc;
    font-size: 14px;
    cursor: pointer;
    -webkit-transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.el-input .el-input__clear:hover {
    color: #909399;
}
.el-input .el-input__count {
    height: 100%;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #909399;
    font-size: 12px;
}
.el-input .el-input__count .el-input__count-inner {
    background: #fff;
    line-height: normal;
    display: inline-block;
    padding: 0 5px;
}
.el-input__inner {
    -webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border-radius: 4px;
    border: 1px solid #dcdfe6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #606266;
    display: inline-block;
    font-size: inherit;
    height: 40px;
    line-height: 40px;
    outline: 0;
    padding: 0 15px;
    -webkit-transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.2s cubic-bezier(0.645, 0.045, 0.355, 1);
    width: 100%;
}
.el-input__prefix,
.el-input__suffix {
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s;
    text-align: center;
    height: 100%;
    color: #c0c4cc;
}
.el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-input__inner::placeholder {
    color: #c0c4cc;
}
.el-input__inner:hover {
    border-color: #c0c4cc;
}
.el-input.is-active .el-input__inner,
.el-input__inner:focus {
    border-color: #409eff;
    outline: 0;
}
.el-input__suffix {
    right: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.el-input__suffix-inner {
    pointer-events: all;
}
.el-input__prefix {
    left: 5px;
}
.el-input__icon,
.el-input__prefix {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.el-input__icon {
    height: 100%;
    width: 25px;
    text-align: center;
    line-height: 40px;
}
.el-input__icon:after {
    content: "";
    height: 100%;
    width: 0;
    display: inline-block;
    vertical-align: middle;
}
.el-input__validateIcon {
    pointer-events: none;
}
.el-input.is-disabled .el-input__inner {
    background-color: #f5f7fa;
    border-color: #e4e7ed;
    color: #c0c4cc;
    cursor: not-allowed;
}
.el-input.is-disabled .el-input__inner::-webkit-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner:-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-ms-input-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::-moz-placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__inner::placeholder {
    color: #c0c4cc;
}
.el-input.is-disabled .el-input__icon {
    cursor: not-allowed;
}
.el-input.is-exceed .el-input__inner {
    border-color: #f56c6c;
}
.el-input.is-exceed .el-input__suffix .el-input__count {
    color: #f56c6c;
}
.el-input--suffix .el-input__inner {
    padding-right: 30px;
}
.el-input--prefix .el-input__inner {
    padding-left: 30px;
}
.el-input--medium {
    font-size: 14px;
}
.el-input--medium .el-input__inner {
    height: 36px;
    line-height: 36px;
}
.el-input--medium .el-input__icon {
    line-height: 36px;
}
.el-input--small {
    font-size: 13px;
}
.el-input--small .el-input__inner {
    height: 32px;
    line-height: 32px;
}
.el-input--small .el-input__icon {
    line-height: 32px;
}
.el-input--mini {
    font-size: 12px;
}
.el-input--mini .el-input__inner {
    height: 28px;
    line-height: 28px;
}
.el-input--mini .el-input__icon {
    line-height: 28px;
}
.el-input-group {
    line-height: normal;
    display: inline-table;
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.el-input-group > .el-input__inner {
    vertical-align: middle;
    display: table-cell;
}
.el-input-group__append,
.el-input-group__prepend {
    background-color: #f5f7fa;
    color: #909399;
    vertical-align: middle;
    display: table-cell;
    position: relative;
    border: 1px solid #dcdfe6;
    border-radius: 4px;
    padding: 0 20px;
    width: 1px;
    white-space: nowrap;
}
.el-input-group--prepend .el-input__inner,
.el-input-group__append {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-input-group--append .el-input__inner,
.el-input-group__prepend {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-input-group__append:focus,
.el-input-group__prepend:focus {
    outline: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-select,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-select {
    display: inline-block;
    margin: -10px -20px;
}
.el-input-group__append button.el-button,
.el-input-group__append div.el-select .el-input__inner,
.el-input-group__append div.el-select:hover .el-input__inner,
.el-input-group__prepend button.el-button,
.el-input-group__prepend div.el-select .el-input__inner,
.el-input-group__prepend div.el-select:hover .el-input__inner {
    border-color: transparent;
    background-color: transparent;
    color: inherit;
    border-top: 0;
    border-bottom: 0;
}
.el-input-group__append .el-button,
.el-input-group__append .el-input,
.el-input-group__prepend .el-button,
.el-input-group__prepend .el-input {
    font-size: inherit;
}
.el-input-group__prepend {
    border-right: 0;
}
.el-input-group__append {
    border-left: 0;
}
.el-input-group--append .el-select .el-input.is-focus .el-input__inner,
.el-input-group--prepend .el-select .el-input.is-focus .el-input__inner {
    border-color: transparent;
}
.el-input__inner::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}
.el-carousel__item,
.el-carousel__mask {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
}
.el-carousel__item {
    width: 100%;
    display: inline-block;
    overflow: hidden;
    z-index: 0;
}
.el-carousel__item.is-active {
    z-index: 2;
}
.el-carousel__item--card,
.el-carousel__item.is-animating {
    -webkit-transition: -webkit-transform 0.4s ease-in-out;
    transition: -webkit-transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;
}
.el-carousel__item--card {
    width: 50%;
}
.el-carousel__item--card.is-in-stage {
    cursor: pointer;
    z-index: 1;
}
.el-carousel__item--card.is-in-stage.is-hover .el-carousel__mask,
.el-carousel__item--card.is-in-stage:hover .el-carousel__mask {
    opacity: 0.12;
}
.el-carousel__item--card.is-active {
    z-index: 2;
}
.el-carousel__mask {
    width: 100%;
    background-color: #fff;
    opacity: 0.24;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.el-carousel {
    position: relative;
}
.el-carousel--horizontal {
    overflow-x: hidden;
}
.el-carousel--vertical {
    overflow-y: hidden;
}
.el-carousel__container {
    position: relative;
    height: 300px;
}
.el-carousel__arrow {
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    height: 36px;
    width: 36px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 50%;
    background-color: rgba(31, 45, 61, 0.11);
    color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-align: center;
    font-size: 12px;
}
.el-carousel__arrow--left {
    left: 16px;
}
.el-carousel__arrow--right {
    right: 16px;
}
.el-carousel__arrow:hover {
    background-color: rgba(31, 45, 61, 0.23);
}
.el-carousel__arrow i {
    cursor: pointer;
}
.el-carousel__indicators {
    position: absolute;
    list-style: none;
    margin: 0;
    padding: 0;
    z-index: 2;
}
.el-carousel__indicators--horizontal {
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.el-carousel__indicators--vertical {
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.el-carousel__indicators--outside {
    bottom: 26px;
    text-align: center;
    position: static;
    -webkit-transform: none;
    transform: none;
}
.el-carousel__indicators--outside .el-carousel__indicator:hover button {
    opacity: 0.64;
}
.el-carousel__indicators--outside button {
    background-color: #c0c4cc;
    opacity: 0.24;
}
.el-carousel__indicators--labels {
    left: 0;
    right: 0;
    -webkit-transform: none;
    transform: none;
    text-align: center;
}
.el-carousel__indicators--labels .el-carousel__button {
    height: auto;
    width: auto;
    padding: 2px 18px;
    font-size: 12px;
}
.el-carousel__indicators--labels .el-carousel__indicator {
    padding: 6px 4px;
}
.el-carousel__indicator {
    background-color: transparent;
    cursor: pointer;
}
.el-carousel__indicator:hover button {
    opacity: 0.72;
}
.el-carousel__indicator--horizontal {
    display: inline-block;
    padding: 12px 4px;
}
.el-carousel__indicator--vertical {
    padding: 4px 12px;
}
.el-carousel__indicator--vertical .el-carousel__button {
    width: 2px;
    height: 15px;
}
.el-carousel__indicator.is-active button {
    opacity: 1;
}
.el-carousel__button {
    display: block;
    opacity: 0.48;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border: none;
    outline: 0;
    padding: 0;
    margin: 0;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.carousel-arrow-left-enter,
.carousel-arrow-left-leave-active {
    -webkit-transform: translateY(-50%) translateX(-10px);
    transform: translateY(-50%) translateX(-10px);
    opacity: 0;
}
.carousel-arrow-right-enter,
.carousel-arrow-right-leave-active {
    -webkit-transform: translateY(-50%) translateX(10px);
    transform: translateY(-50%) translateX(10px);
    opacity: 0;
}
.el-image__error,
.el-image__placeholder {
    background: #f5f7fa;
}
.el-image__error,
.el-image__inner,
.el-image__placeholder {
    width: 100%;
    height: 100%;
}
.el-image {
    position: relative;
    display: inline-block;
    overflow: hidden;
}
.el-image__inner {
    vertical-align: top;
}
.el-image__inner--center {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: block;
}
.el-image__error {
    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;
    color: #c0c4cc;
    vertical-align: middle;
}
.el-image__preview {
    cursor: pointer;
}
.el-image-viewer__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.el-image-viewer__btn {
    position: absolute;
    z-index: 1;
    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;
    border-radius: 50%;
    opacity: 0.8;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.el-image-viewer__close {
    top: 40px;
    right: 40px;
    width: 40px;
    height: 40px;
    font-size: 40px;
}
.el-image-viewer__canvas {
    width: 100%;
    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;
}
.el-image-viewer__actions {
    left: 50%;
    bottom: 30px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 282px;
    height: 44px;
    padding: 0 23px;
    background-color: #606266;
    border-color: #fff;
    border-radius: 22px;
}
.el-image-viewer__actions__inner {
    width: 100%;
    height: 100%;
    text-align: justify;
    cursor: default;
    font-size: 23px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.el-image-viewer__next,
.el-image-viewer__prev {
    top: 50%;
    width: 44px;
    height: 44px;
    font-size: 24px;
    color: #fff;
    background-color: #606266;
    border-color: #fff;
}
.el-image-viewer__prev {
    left: 40px;
}
.el-image-viewer__next,
.el-image-viewer__prev {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.el-image-viewer__next {
    right: 40px;
    text-indent: 2px;
}
.el-image-viewer__mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.5;
    background: #000;
}
.viewer-fade-enter-active {
    -webkit-animation: viewer-fade-in 0.3s;
    animation: viewer-fade-in 0.3s;
}
.viewer-fade-leave-active {
    -webkit-animation: viewer-fade-out 0.3s;
    animation: viewer-fade-out 0.3s;
}
@-webkit-keyframes viewer-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes viewer-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes viewer-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}
@keyframes viewer-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}
.v-modal-enter {
    -webkit-animation: v-modal-in 0.2s ease;
    animation: v-modal-in 0.2s ease;
}
.v-modal-leave {
    -webkit-animation: v-modal-out 0.2s ease forwards;
    animation: v-modal-out 0.2s ease forwards;
}
@-webkit-keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}
@keyframes v-modal-in {
    0% {
        opacity: 0;
    }
}
@-webkit-keyframes v-modal-out {
    to {
        opacity: 0;
    }
}
@keyframes v-modal-out {
    to {
        opacity: 0;
    }
}
.v-modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    background: #000;
}
.el-popup-parent--hidden {
    overflow: hidden;
}
.el-dialog {
    position: relative;
    margin: 0 auto 50px;
    background: #fff;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 50%;
}
.el-dialog.is-fullscreen {
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    height: 100%;
    overflow: auto;
}
.el-dialog__wrapper {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: auto;
    margin: 0;
}
.el-dialog__header {
    padding: 20px 20px 10px;
}
.el-dialog__headerbtn {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 0;
    background: 0 0;
    border: none;
    outline: 0;
    cursor: pointer;
    font-size: 16px;
}
.el-dialog__headerbtn .el-dialog__close {
    color: #909399;
}
.el-dialog__headerbtn:focus .el-dialog__close,
.el-dialog__headerbtn:hover .el-dialog__close {
    color: #409eff;
}
.el-dialog__title {
    line-height: 24px;
    font-size: 18px;
    color: #303133;
}
.el-dialog__body {
    padding: 30px 20px;
    color: #606266;
    font-size: 14px;
    word-break: break-all;
}
.el-dialog__footer {
    padding: 10px 20px 20px;
    text-align: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.el-dialog--center {
    text-align: center;
}
.el-dialog--center .el-dialog__body {
    text-align: initial;
    padding: 25px 25px 30px;
}
.el-dialog--center .el-dialog__footer {
    text-align: inherit;
}
.dialog-fade-enter-active {
    -webkit-animation: dialog-fade-in 0.3s;
    animation: dialog-fade-in 0.3s;
}
.dialog-fade-leave-active {
    -webkit-animation: dialog-fade-out 0.3s;
    animation: dialog-fade-out 0.3s;
}
@-webkit-keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@keyframes dialog-fade-in {
    0% {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
}
@-webkit-keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}
@keyframes dialog-fade-out {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1;
    }
    to {
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
        opacity: 0;
    }
}
.el-button-group > .el-button.is-active,
.el-button-group > .el-button.is-disabled,
.el-button-group > .el-button:active,
.el-button-group > .el-button:focus,
.el-button-group > .el-button:hover {
    z-index: 1;
}
.el-button {
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    margin: 0;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button + .el-button {
    margin-left: 10px;
}
.el-button:focus,
.el-button:hover {
    color: #409eff;
    border-color: #c6e2ff;
    background-color: #ecf5ff;
}
.el-button:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
    outline: 0;
}
.el-button::-moz-focus-inner {
    border: 0;
}
.el-button [class*="el-icon-"] + span {
    margin-left: 5px;
}
.el-button.is-plain:focus,
.el-button.is-plain:hover {
    background: #fff;
    border-color: #409eff;
    color: #409eff;
}
.el-button.is-active,
.el-button.is-plain:active {
    color: #3a8ee6;
    border-color: #3a8ee6;
}
.el-button.is-plain:active {
    background: #fff;
    outline: 0;
}
.el-button.is-disabled,
.el-button.is-disabled:focus,
.el-button.is-disabled:hover {
    color: #c0c4cc;
    cursor: not-allowed;
    background-image: none;
    background-color: #fff;
    border-color: #ebeef5;
}
.el-button.is-disabled.el-button--text {
    background-color: transparent;
}
.el-button.is-disabled.is-plain,
.el-button.is-disabled.is-plain:focus,
.el-button.is-disabled.is-plain:hover {
    background-color: #fff;
    border-color: #ebeef5;
    color: #c0c4cc;
}
.el-button.is-loading {
    position: relative;
    pointer-events: none;
}
.el-button.is-loading:before {
    pointer-events: none;
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: inherit;
    background-color: hsla(0, 0%, 100%, 0.35);
}
.el-button.is-round {
    border-radius: 20px;
    padding: 12px 23px;
}
.el-button.is-circle {
    border-radius: 50%;
    padding: 12px;
}
.el-button--primary {
    color: #fff;
    background-color: #409eff;
    border-color: #409eff;
}
.el-button--primary:focus,
.el-button--primary:hover {
    background: #66b1ff;
    border-color: #66b1ff;
    color: #fff;
}
.el-button--primary.is-active,
.el-button--primary:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
}
.el-button--primary:active {
    outline: 0;
}
.el-button--primary.is-disabled,
.el-button--primary.is-disabled:active,
.el-button--primary.is-disabled:focus,
.el-button--primary.is-disabled:hover {
    color: #fff;
    background-color: #a0cfff;
    border-color: #a0cfff;
}
.el-button--primary.is-plain {
    color: #409eff;
    background: #ecf5ff;
    border-color: #b3d8ff;
}
.el-button--primary.is-plain:focus,
.el-button--primary.is-plain:hover {
    background: #409eff;
    border-color: #409eff;
    color: #fff;
}
.el-button--primary.is-plain:active {
    background: #3a8ee6;
    border-color: #3a8ee6;
    color: #fff;
    outline: 0;
}
.el-button--primary.is-plain.is-disabled,
.el-button--primary.is-plain.is-disabled:active,
.el-button--primary.is-plain.is-disabled:focus,
.el-button--primary.is-plain.is-disabled:hover {
    color: #8cc5ff;
    background-color: #ecf5ff;
    border-color: #d9ecff;
}
.el-button--success {
    color: #fff;
    background-color: #67c23a;
    border-color: #67c23a;
}
.el-button--success:focus,
.el-button--success:hover {
    background: #85ce61;
    border-color: #85ce61;
    color: #fff;
}
.el-button--success.is-active,
.el-button--success:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
}
.el-button--success:active {
    outline: 0;
}
.el-button--success.is-disabled,
.el-button--success.is-disabled:active,
.el-button--success.is-disabled:focus,
.el-button--success.is-disabled:hover {
    color: #fff;
    background-color: #b3e19d;
    border-color: #b3e19d;
}
.el-button--success.is-plain {
    color: #67c23a;
    background: #f0f9eb;
    border-color: #c2e7b0;
}
.el-button--success.is-plain:focus,
.el-button--success.is-plain:hover {
    background: #67c23a;
    border-color: #67c23a;
    color: #fff;
}
.el-button--success.is-plain:active {
    background: #5daf34;
    border-color: #5daf34;
    color: #fff;
    outline: 0;
}
.el-button--success.is-plain.is-disabled,
.el-button--success.is-plain.is-disabled:active,
.el-button--success.is-plain.is-disabled:focus,
.el-button--success.is-plain.is-disabled:hover {
    color: #a4da89;
    background-color: #f0f9eb;
    border-color: #e1f3d8;
}
.el-button--warning {
    color: #fff;
    background-color: #e6a23c;
    border-color: #e6a23c;
}
.el-button--warning:focus,
.el-button--warning:hover {
    background: #ebb563;
    border-color: #ebb563;
    color: #fff;
}
.el-button--warning.is-active,
.el-button--warning:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
}
.el-button--warning:active {
    outline: 0;
}
.el-button--warning.is-disabled,
.el-button--warning.is-disabled:active,
.el-button--warning.is-disabled:focus,
.el-button--warning.is-disabled:hover {
    color: #fff;
    background-color: #f3d19e;
    border-color: #f3d19e;
}
.el-button--warning.is-plain {
    color: #e6a23c;
    background: #fdf6ec;
    border-color: #f5dab1;
}
.el-button--warning.is-plain:focus,
.el-button--warning.is-plain:hover {
    background: #e6a23c;
    border-color: #e6a23c;
    color: #fff;
}
.el-button--warning.is-plain:active {
    background: #cf9236;
    border-color: #cf9236;
    color: #fff;
    outline: 0;
}
.el-button--warning.is-plain.is-disabled,
.el-button--warning.is-plain.is-disabled:active,
.el-button--warning.is-plain.is-disabled:focus,
.el-button--warning.is-plain.is-disabled:hover {
    color: #f0c78a;
    background-color: #fdf6ec;
    border-color: #faecd8;
}
.el-button--danger {
    color: #fff;
    background-color: #f56c6c;
    border-color: #f56c6c;
}
.el-button--danger:focus,
.el-button--danger:hover {
    background: #f78989;
    border-color: #f78989;
    color: #fff;
}
.el-button--danger.is-active,
.el-button--danger:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
}
.el-button--danger:active {
    outline: 0;
}
.el-button--danger.is-disabled,
.el-button--danger.is-disabled:active,
.el-button--danger.is-disabled:focus,
.el-button--danger.is-disabled:hover {
    color: #fff;
    background-color: #fab6b6;
    border-color: #fab6b6;
}
.el-button--danger.is-plain {
    color: #f56c6c;
    background: #fef0f0;
    border-color: #fbc4c4;
}
.el-button--danger.is-plain:focus,
.el-button--danger.is-plain:hover {
    background: #f56c6c;
    border-color: #f56c6c;
    color: #fff;
}
.el-button--danger.is-plain:active {
    background: #dd6161;
    border-color: #dd6161;
    color: #fff;
    outline: 0;
}
.el-button--danger.is-plain.is-disabled,
.el-button--danger.is-plain.is-disabled:active,
.el-button--danger.is-plain.is-disabled:focus,
.el-button--danger.is-plain.is-disabled:hover {
    color: #f9a7a7;
    background-color: #fef0f0;
    border-color: #fde2e2;
}
.el-button--info {
    color: #fff;
    background-color: #909399;
    border-color: #909399;
}
.el-button--info:focus,
.el-button--info:hover {
    background: #a6a9ad;
    border-color: #a6a9ad;
    color: #fff;
}
.el-button--info.is-active,
.el-button--info:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
}
.el-button--info:active {
    outline: 0;
}
.el-button--info.is-disabled,
.el-button--info.is-disabled:active,
.el-button--info.is-disabled:focus,
.el-button--info.is-disabled:hover {
    color: #fff;
    background-color: #c8c9cc;
    border-color: #c8c9cc;
}
.el-button--info.is-plain {
    color: #909399;
    background: #f4f4f5;
    border-color: #d3d4d6;
}
.el-button--info.is-plain:focus,
.el-button--info.is-plain:hover {
    background: #909399;
    border-color: #909399;
    color: #fff;
}
.el-button--info.is-plain:active {
    background: #82848a;
    border-color: #82848a;
    color: #fff;
    outline: 0;
}
.el-button--info.is-plain.is-disabled,
.el-button--info.is-plain.is-disabled:active,
.el-button--info.is-plain.is-disabled:focus,
.el-button--info.is-plain.is-disabled:hover {
    color: #bcbec2;
    background-color: #f4f4f5;
    border-color: #e9e9eb;
}
.el-button--text,
.el-button--text.is-disabled,
.el-button--text.is-disabled:focus,
.el-button--text.is-disabled:hover,
.el-button--text:active {
    border-color: transparent;
}
.el-button--medium {
    padding: 10px 20px;
    font-size: 14px;
    border-radius: 4px;
}
.el-button--mini,
.el-button--small {
    font-size: 12px;
    border-radius: 3px;
}
.el-button--medium.is-round {
    padding: 10px 20px;
}
.el-button--medium.is-circle {
    padding: 10px;
}
.el-button--small,
.el-button--small.is-round {
    padding: 9px 15px;
}
.el-button--small.is-circle {
    padding: 9px;
}
.el-button--mini,
.el-button--mini.is-round {
    padding: 7px 15px;
}
.el-button--mini.is-circle {
    padding: 7px;
}
.el-button--text {
    color: #409eff;
    background: 0 0;
    padding-left: 0;
    padding-right: 0;
}
.el-button--text:focus,
.el-button--text:hover {
    color: #66b1ff;
    border-color: transparent;
    background-color: transparent;
}
.el-button--text:active {
    color: #3a8ee6;
    background-color: transparent;
}
.el-button-group {
    display: inline-block;
    vertical-align: middle;
}
.el-button-group:after,
.el-button-group:before {
    display: table;
    content: "";
}
.el-button-group:after {
    clear: both;
}
.el-button-group > .el-button {
    float: left;
    position: relative;
}
.el-button-group > .el-button + .el-button {
    margin-left: 0;
}
.el-button-group > .el-button:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.el-button-group > .el-button:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.el-button-group > .el-button:first-child:last-child {
    border-radius: 4px;
}
.el-button-group > .el-button:first-child:last-child.is-round {
    border-radius: 20px;
}
.el-button-group > .el-button:first-child:last-child.is-circle {
    border-radius: 50%;
}
.el-button-group > .el-button:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.el-button-group > .el-button:not(:last-child) {
    margin-right: -1px;
}
.el-button-group > .el-dropdown > .el-button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:first-child {
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:last-child {
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--primary:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, 0.5);
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:first-child {
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:last-child {
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--success:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, 0.5);
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:first-child {
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:last-child {
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--warning:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, 0.5);
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:first-child {
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:last-child {
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--danger:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, 0.5);
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:first-child {
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:last-child {
    border-left-color: hsla(0, 0%, 100%, 0.5);
}
.el-button-group .el-button--info:not(:first-child):not(:last-child) {
    border-left-color: hsla(0, 0%, 100%, 0.5);
    border-right-color: hsla(0, 0%, 100%, 0.5);
}
@-webkit-keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes splide-loading {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.splide__container {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.splide__list {
    margin: 0 !important;
    padding: 0 !important;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    will-change: transform;
}
.splide.is-active .splide__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.splide__pagination {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 95%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
}
.splide__pagination li {
    list-style-type: none;
    display: inline-block;
    line-height: 1;
    margin: 0;
}
.splide {
    visibility: hidden;
}
.splide,
.splide__slide {
    position: relative;
    outline: none;
}
.splide__slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    list-style-type: none !important;
    margin: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.splide__slide img {
    vertical-align: bottom;
}
.splide__slider {
    position: relative;
}
.splide__spinner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #999;
    border-left-color: transparent;
    -webkit-animation: splide-loading 1s linear infinite;
    animation: splide-loading 1s linear infinite;
}
.splide__track {
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.splide--draggable > .splide__track > .splide__list > .splide__slide {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.splide--fade > .splide__track > .splide__list {
    display: block;
}
.splide--fade > .splide__track > .splide__list > .splide__slide {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    opacity: 0;
}
.splide--fade > .splide__track > .splide__list > .splide__slide.is-active {
    position: relative;
    z-index: 1;
    opacity: 1;
}
.splide--rtl {
    direction: rtl;
}
.splide--ttb > .splide__track > .splide__list {
    display: block;
}
.splide--ttb > .splide__pagination {
    width: auto;
}
.splide__arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 2em;
    height: 2em;
    border-radius: 50%;
    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;
    border: none;
    padding: 0;
    opacity: 0.7;
    background: #ccc;
}
.splide__arrow svg {
    width: 1.2em;
    height: 1.2em;
}
.splide__arrow:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__arrow:focus {
    outline: none;
}
.splide__arrow--prev {
    left: 1em;
}
.splide__arrow--prev svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.splide__arrow--next {
    right: 1em;
}
.splide__pagination {
    position: absolute;
    z-index: 1;
    bottom: 0.5em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 0;
}
.splide__pagination__page {
    display: inline-block;
    width: 8px;
    height: 8px;
    background: #ccc;
    border-radius: 50%;
    margin: 3px;
    padding: 0;
    -webkit-transition: -webkit-transform 0.2s linear;
    transition: -webkit-transform 0.2s linear;
    transition: transform 0.2s linear;
    transition: transform 0.2s linear, -webkit-transform 0.2s linear;
    border: none;
    opacity: 0.7;
}
.splide__pagination__page.is-active {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    background: #fff;
}
.splide__pagination__page:hover {
    cursor: pointer;
    opacity: 0.9;
}
.splide__pagination__page:focus {
    outline: none;
}
.splide__progress__bar {
    width: 0;
    height: 3px;
    background: #ccc;
}
.splide--nav > .splide__track > .splide__list > .splide__slide {
    border: 3px solid transparent;
}
.splide--nav > .splide__track > .splide__list > .splide__slide.is-active {
    border-color: #000;
}
.splide--nav > .splide__track > .splide__list > .splide__slide:focus {
    outline: none;
}
.splide--rtl > .splide__arrows .splide__arrow--prev,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev {
    right: 1em;
    left: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--prev svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--prev svg {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.splide--rtl > .splide__arrows .splide__arrow--next,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next {
    left: 1em;
    right: auto;
}
.splide--rtl > .splide__arrows .splide__arrow--next svg,
.splide--rtl > .splide__track > .splide__arrows .splide__arrow--next svg {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}
.splide--ttb > .splide__arrows .splide__arrow,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow {
    left: 50%;
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
}
.splide--ttb > .splide__arrows .splide__arrow--prev,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev {
    top: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--prev svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--prev svg {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.splide--ttb > .splide__arrows .splide__arrow--next,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next {
    top: auto;
    bottom: 1em;
}
.splide--ttb > .splide__arrows .splide__arrow--next svg,
.splide--ttb > .splide__track > .splide__arrows .splide__arrow--next svg {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.splide--ttb > .splide__pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    bottom: 50%;
    left: auto;
    right: 0.5em;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}
.gallery_event_cover .popper_date {
    width: 60px;
}
.gallery_event_cover .event_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    font-weight: 600;
}
.gallery_event_cover .event_item img {
    max-width: 20px;
}
.gallery_event_cover .event_item .team_flag {
    background-color: #0a0a0a !important;
    padding: 3px;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    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;
}
.gallery_event_cover .event_seperator {
    width: 100%;
    margin: 0 !important;
}
.gallery_event_cover .o_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.gallery_event_cover .o_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}
.gallery_event_cover .o_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}
.gallery_event_cover .versus {
    margin-left: 5px;
    margin-right: 5px;
    font-weight: 600;
    font-size: 13px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}
.gallery_event_cover .event_odd_cover {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: center;
}
.gallery_event_cover .event_odd_cover:first-child .event_odd {
    margin-left: 0 !important;
}
.gallery_event_cover .event_odd_cover:last-child .event_odd {
    margin-right: 0 !important;
}
.gallery_event_cover .event_odd_cover .event_odd {
    font-size: 12px !important;
    padding: 8px 5px !important;
    background-color: #0a0a0a !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;
    border: none !important;
}
.gallery_event_cover .league_name {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre;
}
.gallery_event_top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.gallery_event_top .gallery_event_teams {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.gallery_event_top .gallery_event_league {
    font-size: 12px;
    text-align: right;
    padding-top: 5px;
}
.event_count_down {
    font-size: 12px;
}
.pf_m_body .panel_carousel {
    padding: 10px !important;
}
.panel_gallery {
    font-family: Roboto, sans-serif;
    position: relative;
}
.panel_gallery iframe {
    border: none;
    width: 100%;
}
.splide__arrow {
    border-radius: 5px;
    background: #000;
    width: 2.5rem;
    height: 2.5rem;
}
.splide__arrow svg {
    fill: #fff;
}
.splide__arrow:hover {
    background: #000;
    opacity: 0.8;
}
.gallery_loading .splide__arrow,
.gallery_loading .splide__pagination {
    display: none !important;
}
.placeholder_svg {
    width: 100%;
    height: auto;
    position: absolute;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.placeholder_svg .rect {
    fill: #151c25;
}
.splide__slide img {
    width: 100%;
    height: auto;
}
.splide__slide--clone svg {
    display: none !important;
}
.placeholder_svg_absolute {
    position: absolute;
}
.gallery_pointer {
    cursor: pointer;
}
.panel_fade .panel_galery_content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 10px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.panel_fade .panel_galery_content .gallery_events {
    width: 500px;
    margin-left: 80px;
}
.panel_fade .panel_galery_content .gallery_events .event_item {
    font-size: 35px !important;
}
.panel_fade .panel_galery_content .gallery_events .event_item .team_flag {
    width: 65px;
    height: 65px;
}
.panel_fade .panel_galery_content .gallery_events .event_item .team_flag img {
    max-width: 80%;
}
.panel_fade .panel_galery_content .gallery_events .event_odd {
    height: 40px;
    font-size: 1.1rem !important;
}
.panel_fade .panel_galery_content .gallery_events .event_odd:hover:after,
.panel_fade .panel_galery_content .gallery_events .event_odd:hover:before {
    display: none;
}
.panel_carousel {
    padding: 0 0 15px 0 !important;
}
.panel_carousel .panel_gallery_item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    overflow: hidden;
}
.panel_carousel .panel_galery_content {
    position: absolute;
    z-index: 99;
    bottom: 0;
    padding: 10px;
    background-color: #232323 !important;
    color: #fff !important;
    width: 100%;
}
.panel_carousel .gallery_events {
    color: #fff !important;
    width: 100%;
}
.panel_carousel .gallery_event {
    min-height: 121px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.no_link {
    pointer-events: none;
}
.video_module {
    height: 100%;
    width: 100%;
    padding: 0 !important;
}
.splide__arrow:focus {
    background-color: rgba(35, 47, 62, 0.85) !important;
}
.no_arrows .splide__arrows,
.no_arrows .splide__pagination {
    display: none;
}
.no_fade {
    -webkit-transition: inherit !important;
    transition: inherit !important;
    opacity: 1 !important;
}
.panel_fade .splide__slide {
    -webkit-transition-duration: 0.3s !important;
    transition-duration: 0.3s !important;
}
.hover_arrow .splide__arrows {
    opacity: 0;
}
.hover_arrow:hover .splide__arrows {
    opacity: 1;
}
#placeholder_svg_new {
    position: relative !important;
    display: none;
}
.p_s_p_h {
    height: 100%;
    position: relative;
}
.p_s_p_h #placeholder_svg_new {
    display: block;
    opacity: 0;
}
.p_s_p_h .splide__slide {
    height: 100%;
}
.p_s_p_h .splide__slide.is-active {
    z-index: 2 !important;
}
.p_s_p_h .splide__slide:nth-child(2) {
    z-index: 1 !important;
}
.p_s_p_h .splide__list {
    height: 100%;
    position: absolute;
    top: 0;
}
.panel_gallery_module {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.gallery_ticker {
    position: relative;
    width: 100%;
    bottom: 10px;
    z-index: 999;
    max-width: 1024px;
    margin: auto;
    border-radius: 20px;
    overflow: hidden;
}
.gallery_ticker .ticker_cover .ticker {
    background: rgba(10, 23, 25, 0.83);
}
.gallery_ticker_module .splide__pagination {
    opacity: 0;
}
.mobile_gallery .panel_gallery_module {
    position: relative;
}
.mobile_gallery .splide__arrows {
    display: none;
}
.mobile_gallery .gallery_ticker {
    bottom: 0;
    border-radius: 0;
}
.mobile_gallery .ticker_cover .ticker {
    background-color: #19383d;
}
.mobile_gallery .gallery_ticker_module .splide__pagination {
    opacity: 1;
}
#footer {
    z-index: 10000 !important;
}
#singInPassword {
    margin-bottom: 1rem;
}
footer.page-footer {
    margin-top: 0 !important;
}
.el-loading-mask {
    background-color: rgba(35, 47, 62, 0.85) !important;
    z-index: 998 !important;
}
.el-loading-spinner .path {
    stroke: #07bfb6 !important;
}
@media (min-width: 768px) {
    #launcher {
        bottom: 35px !important;
    }
}
#navbar-top {
    z-index: inherit !important;
}
#navbar-bottom {
    line-height: inherit !important;
}
.header-fix #navbar-top {
    z-index: 2002 !important;
}
.support-faq {
    width: 98% !important;
    max-width: inherit !important;
}
.support-faq #page-content {
    margin: 0;
    padding: 0;
}
.to-top-scroll {
    background-color: #1b1824;
    width: 40px;
    bottom: 50px !important;
    right: 10px !important;
    z-index: 10000 !important;
    text-align: center;
}
.to-top-scroll i {
    color: #fff !important;
}
#bet-slip-master .bet-slip #betSliptTab1 .betSlipFooterHeight {
    padding-bottom: 0 !important;
}
#custom_btn2 {
    position: relative;
    top: 0;
}
@media (min-width: 768px) {
    .page-pages .page-wrap .container {
        max-width: inherit !important;
        width: 100% !important;
    }
}
.bmm .fixed-bottom {
    margin: 25px 0 !important;
}
.betmaster_popular_leagues .league_name {
    font-size: 11px;
    font-weight: 400;
}
.boxed_gallery_cover {
    background-color: #232323 !important;
    padding: 5px !important;
    border-radius: 5px !important;
}
.betmaster_popular_leagues {
    margin-bottom: 1rem !important;
}
.betmaster_point_table {
    margin-top: 1rem !important;
}
.betmaster_point_table .show_all_btn {
    background-color: #2a2c25 !important;
}
.betmaster_point_table .show_all_btn:hover {
    color: #07bfb6 !important;
}
.scroll-top-btn.left {
    left: 12px !important;
}
.scroll-top-btn {
    bottom: 50px !important;
}
.helper_btn_content {
    border-width: 1px 1px 1px 0 !important;
    border-color: #07bfb6 !important;
    border-style: solid !important;
    border-radius: 0 5px 5px 0 !important;
}
.helper_btn_content:hover {
    background-color: #07bfb6 !important;
}
.betmaster_tournament_table .tournament_button {
    background-color: #bf3939;
    border-color: red !important;
}
.betmaster_jackpot_table .jackpot_button,
.betmaster_tournament_table .tournament_button {
    border-width: 1px 0 1px 1px !important;
    border-style: solid !important;
    border-radius: 5px 0 0 5px !important;
}
.betmaster_jackpot_table .jackpot_button {
    background-color: #e2cf3e;
    border-color: #f9ea30 !important;
}
.help_text {
    color: #fff !important;
}
.point_table_cover {
    border-radius: 10px;
    overflow: hidden;
}
.point_table_cover .point_table {
    color: #fff !important;
}
.point_table_cover .point_table_sub_header {
    background-color: #232323;
}
.boxed_gallery_cover .show_all_btn {
    background-color: #2a2c25 !important;
    border-radius: 5px;
}
.boxed_gallery_cover .show_all_btn:hover {
    color: #07bfb6 !important;
}
.calendar_slider,
.no_promotion_found {
    color: #fff;
}
.calendar_cover {
    border-radius: 10px;
}
.selectedDay {
    color: #000 !important;
}
.betmaster_promotion_calendar .promo_cover .promo_day,
.betmaster_promotion_calendar .promotion_ending .title {
    background-color: #232323 !important;
}
.bm_botbar {
    -webkit-box-shadow: 0 0 1px rgba(35, 35, 35, 0.7294117647058823);
    box-shadow: 0 0 1px rgba(35, 35, 35, 0.7294117647058823);
}
.betmaster_helper .sidemenu .app_btns:hover {
    background-color: #3d3d3d;
    color: #07bfb6;
}
.betmaster_faq .el-collapse-item__header,
.betmaster_faq .el-collapse-item__wrap {
    border-left: 1px solid #3e4656;
    border-right: 1px solid #3e4656;
}
.betmaster_faq {
    color: #fff !important;
}
.betmaster_faq .el-collapse {
    border: none !important;
}
.betmaster_faq .el-collapse-item__header {
    color: #fff;
    background-color: #232323 !important;
    border: none !important;
}
.betmaster_faq .el-collapse-item__wrap {
    border: none !important;
}
.betmaster_faq .el-collapse-item__content {
    font-size: 14px !important;
    border: none !important;
}
.betmaster_faq .social_media_btns .media_btn {
    border-color: #000;
}
.betmaster_faq .call_me_form.light .call_me_btn,
.betmaster_faq .social_media_btns i {
    color: #000 !important;
}
.betmaster_faq .faq_menu .menu_item {
    color: #fff;
    background-color: #232323 !important;
    border: 1px solid #3d3d3d !important;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.betmaster_faq .faq_menu .menu_item:hover {
    color: #07bfb6;
}
.betmaster_faq .el-collapse-item__header {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.betmaster_faq .el-collapse-item__header:hover {
    color: #07bfb6;
}
.betmaster_faq .is-active .el-collapse-item__header {
    color: #07bfb6 !important;
}
.shop_menu_title:before {
    display: none !important;
}
.shop_container .shop_menu .el-collapse-item__arrow {
    margin-right: -4px !important;
}
.shop_dropdown {
    background-color: #232323 !important;
    border: none !important;
}
.shop_dropdown .el-select-dropdown__item {
    color: hsla(0, 0%, 100%, 0.8);
}
.shop_dropdown .el-select-dropdown__item.hover,
.shop_dropdown .el-select-dropdown__item:hover {
    background: #3d3d3d;
    color: #fff;
}
.shop_dropdown .el-select-dropdown__item.selected {
    color: #fff !important;
}
.shop_dropdown.el-popper[x-placement^="bottom"] .popper__arrow:after,
.shop_dropdown .popper__arrow {
    border-bottom-color: #35455a !important;
}
.shop_filter .el-input .el-select__caret {
    color: #fff !important;
}
.shop_filter {
    width: 165px;
}
.shop_container .no_products {
    color: hsla(0, 0%, 100%, 0.8);
}
.shop_container .non_product_image {
    border: none;
    border-bottom: none;
}
.shop_container .non_product_image i {
    color: #9aa3ad;
}
.shop_container .load_more_btn {
    border: none !important;
    color: hsla(0, 0%, 100%, 0.8);
}
.shop_container .products_result {
    color: hsla(0, 0%, 100%, 0.8) !important !important;
}
.shop_container .product:hover {
    border-radius: 10px;
}
.shop_container .product .details {
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.shop_container .product .details .point {
    font-size: 13px;
    color: #fff;
    font-weight: 700;
    text-align: left;
    padding-left: 15px;
    margin-top: 15px;
}
@media (max-width: 767.98px) {
    .shop_container .product .details .point {
        text-align: center;
        padding-left: 0;
    }
}
.shop_container .product .name {
    color: #fff !important;
    min-height: inherit !important;
    text-align: left;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 15px;
    font-weight: 600;
}
@media (max-width: 767.98px) {
    .shop_container .product .name {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center;
        padding: 0 3px;
        width: 100%;
        margin: 0;
    }
}
.shop_container .product .category {
    padding: 3px 0 0 15px !important;
    text-align: left !important;
    color: hsla(0, 0%, 100%, 0.7) !important;
    font-size: 12px !important;
}
@media (max-width: 767.98px) {
    .shop_container .product .category {
        text-align: center !important;
        padding: 0 !important;
        padding-top: 5px !important;
    }
}
.shop_container .product .tag {
    border-radius: 5px !important;
}
.shop_container .product .tag.new {
    background: #07bfb6 !important;
    color: #000 !important;
}
.shop_container .game_item {
    max-width: inherit !important;
}
.shop_container .h_c_w_btn {
    border: none;
    border-radius: 10px !important;
    color: #fff;
    background-color: #232323 !important;
}
.shop_container .product_filter_btn {
    border-radius: 10px !important;
    border: none !important;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
    min-height: 44px;
}
.shop_container .el-slider__runway {
    background-color: hsla(0, 0%, 100%, 0.8) !important;
}
.shop_container .shopping_cart {
    border: none !important;
    border-radius: 10px !important;
    overflow: hidden;
    color: #fff;
}
.shop_container .product_filter {
    border: none !important;
}
.shop_container .product_filter .p_f_item {
    color: #fff !important;
}
.shop_container .product_filter .p_f_item span {
    font-weight: 400;
}
.shop_container .product_filter .el-input__inner {
    background-color: #232323 !important;
    color: #fff !important;
}
.shop_container .el-loading-mask {
    background-color: rgba(16, 16, 18, 0.49) !important;
}
.shop_container .product_list .el-loading-spinner .path,
.shop_container .product_list .el-loading-text {
    color: #fff !important;
    stroke: #fff !important;
}
.shop_collapse_menu .s_m_c_c {
    padding-left: 21px !important;
    padding-top: 0;
    padding-right: 21px;
}
.shop_collapse_menu .s_m_c_c .el-slider__button {
    background-color: #07bfb6;
    border-color: #07bfb6;
    border-radius: 5px;
}
.shop_collapse_menu .el-collapse-item__header {
    height: 45px !important;
    line-height: 45px !important;
    padding: 0 21px !important;
}
.shop_collapse_menu .el-checkbox__input .el-checkbox__inner {
    background-color: #fff;
    border: none !important;
}
.shop_collapse_menu .el-checkbox__input .el-checkbox__inner:after {
    border-color: #232323 !important;
    border-width: 1.5px !important;
    left: 5px !important;
    top: 2px !important;
}
.vue-slider {
    color: #fff;
}
.item_detail .item_first_look .title {
    color: #fff;
    margin-bottom: 2px !important;
}
.item_detail .item_first_look .category {
    color: hsla(0, 0%, 100%, 0.8) !important;
    font-size: 15px;
}
.item_detail .item_first_look .point {
    color: #07bfb6;
}
.item_detail .item_first_look .point .coin_name {
    color: #fff !important;
    font-weight: 400;
    font-size: 18px;
}
.item_detail .item_first_look .short_des {
    border: none;
    color: hsla(0, 0%, 100%, 0.8);
}
.item_detail .item_first_look .sub_info {
    color: hsla(0, 0%, 100%, 0.8);
    border-bottom: 1px solid #424c58;
}
.item_detail .item_first_look .product_id {
    color: #07bfb6;
}
.item_detail .item_first_look .add_to_cart {
    background-color: #07bfb6;
    border-color: #07bfb6;
    color: #232323;
}
.item_detail .long_des {
    color: hsla(0, 0%, 100%, 0.7490196078431373) !important;
    padding: 0;
}
.item_detail .el-dialog {
    background-color: #232323 !important;
}
.item_detail .non_product_image {
    background-color: #161616;
    color: #07bfb6 !important;
    border-radius: 5px;
}
.item_detail .el-collapse {
    border: none !important;
}
.item_detail .el-collapse-item__header {
    background-color: inherit !important;
    border: none !important;
}
.item_detail .el-collapse-item__wrap {
    background-color: inherit !important;
    color: #fff;
    border: none;
}
.item_detail .el-collapse-item__content {
    padding-bottom: 0 !important;
}
.item_detail .el-collapse-item__arrow {
    color: #fff;
    font-size: 25px;
    font-weight: 900;
}
.vue-content-placeholders-text__line {
    background: #99a3ad !important;
}
.confirm_order_btn {
    background: #07bfb6 !important;
    border-color: #07bfb6 !important;
    color: #000 !important;
}
.cancel_order_btn {
    background: #232323 !important;
    border-color: #f56c6c !important;
}
.quantity_label {
    color: hsla(0, 0%, 100%, 0.8);
}
.quantity_input .el-input__inner {
    background-color: #3d3d3d !important;
    border-color: #3d3d3d !important;
    color: #fff;
}
.quantity_input .el-input-number__decrease,
.quantity_input .el-input-number__increase {
    background: #303030;
    color: hsla(0, 0%, 100%, 0.8);
    border-color: #3d3d3d !important;
}
.shop_menu_title {
    padding: 0 !important;
}
.detailed_collapse .el-collapse-item__arrow {
    margin: 0 0 0 auto;
}
.myorders_modal .el-dialog {
    background-color: #232323 !important;
}
.myorders_modal .el-dialog .el-dialog__title {
    color: #fff;
}
.myorders_modal table {
    border: none !important;
    color: hsla(0, 0%, 100%, 0.8);
}
.myorders_modal table tr {
    background-color: #3d3d3d !important;
    border: none;
}
.myorders_modal tbody:nth-child(2n) td {
    background-color: #232323;
}
.order_status.completed {
    color: #07bfb6;
}
.item_title {
    border-bottom: none !important;
}
.read_more_btn {
    display: block !important;
    color: #07bfb6;
    margin-top: 10px;
}
.single_page .sbl_bonus_demand_btn {
    background-color: #07bfb6 !important;
    color: #2a2e3c !important;
}
@media (max-width: 767.98px) {
    .single_page .side_block_right {
        padding: 0 5px !important;
    }
}
.single_page .side_block_cover {
    max-width: 1140px !important;
    background-color: #fff !important;
    border-radius: 10px !important;
    overflow: hidden !important;
}
.single_page .side_block_left {
    background-color: #1f2a38 !important;
}
.single_page .sbl_bonus_d_title {
    color: #000;
}
.single_page .bm_p_content {
    color: #000;
    word-break: break-word;
}
.single_page .tab-content {
    overflow: auto !important;
}
@media (max-width: 767.98px) {
    .single_page .tab-content {
        padding: 5px 15px !important;
    }
}
.single_page .sbl_bonus_d_title {
    word-break: break-word !important;
}
@media (max-width: 767.98px) {
    .single_page .tab-link {
        padding: 10px 5px !important;
    }
}
.single_page .bmtabs {
    color: #fff;
    margin-top: 20px;
    border-bottom: none !important;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #232323;
}
.single_page .bmtabs .tab-link {
    color: #fff !important;
    padding: 5px 15px !important;
}
.single_page .bmtabs .current {
    background-color: #07bfb6;
    color: #fff !important;
}
.pf_d_body .side_block_cover {
    min-width: 1140px !important;
}
.casino-bg,
.live-casino-bg {
    padding-top: 0 !important;
}
.betmaster_shop .panel_gallery .splide__arrow--prev {
    left: 1em;
}
.betmaster_shop .panel_gallery .splide__arrow--next {
    right: 1em;
}
.panel_carousel .splide__arrow--prev {
    left: 1em;
}
.panel_carousel .splide__arrow--next {
    right: 1em;
}
.pf_m_body .splide__arrow--next,
.pf_m_body .splide__arrow--prev {
    display: none;
}
.betmaster_post_page {
    background-color: rgba(25, 25, 25, 0.8);
}
.betmaster_shop table td {
    border-color: #3d4d61 !important;
}
.myorders_modal table tr:first-child {
    border-radius: 10px 10px 0 0;
}
.myorders_modal table tr:last-child {
    border-radius: 0 0 10px 10px;
}
@media (max-width: 767.98px) {
    .myorders_modal table tr {
        background-color: #373f50 !important;
        margin-bottom: 0;
        border-bottom: 2px solid #3d4d61 !important;
    }
}
.bt_modal .el-dialog,
.el-tooltip__popper.is-dark {
    background: #232323 !important;
}
.bt_modal .el-dialog {
    border-radius: 5px;
}
.bt_modal .el-dialog__body {
    color: hsla(0, 0%, 100%, 0.8);
}
.bt_modal .bonus_tracker .dt_t_item {
    border-color: #3d3d3d;
}
.bt_modal .bt_confirmed {
    color: #07bfb6;
}
.bt_modal .bt_denied {
    color: #fff;
}
.bt_modal .bt_title {
    color: #fff;
    border-color: #3d3d3d;
}
.bt_modal .el-dialog__headerbtn:hover .el-dialog__close {
    color: #07bfb6;
}
.rank_font {
    font-size: 22px;
    font-weight: 400;
    color: #232323;
    margin-right: 5px;
    background-color: #e3d02a;
    border-radius: 60px;
    text-align: center;
    vertical-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;
}
.vip-seo-header {
    font-size: 20px !important;
}
.vip-seo-text {
    font-size: 14px !important;
}
.header_content_area {
    -webkit-box-flex: 1 !important;
    -ms-flex: 1 !important;
    flex: 1 !important;
}
.top_menu_cover {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 30px;
    min-height: 40px;
}
.top_menu_section {
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 600;
}
.top_menu_section a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.top_menu_section a + a {
    margin-left: 25px;
}
.top_menu_section a:hover {
    color: #07bfb6 !important;
}
.customer_point_inner {
    height: 45px;
    font-size: 12px;
    padding: 0 10px 2px;
    border: 1px solid #07bfb6;
    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;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #07bfb6 !important;
    color: #fff !important;
}
.customer_point_inner:hover {
    background-color: #07bfb6;
    border-color: #07bfb6;
    color: #fff !important;
}
.customer_point_inner:hover .rank_logo {
    background-color: inherit !important;
    color: #37475a !important;
}
.customer_point_inner:hover .point {
    font-weight: 400 !important;
}
.customer_point_inner:hover .rank_logo_inner {
    color: #37475a !important;
}
.rank_logo_inner {
    font-size: 18px !important;
    font-weight: 700;
}
.info_table {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(16%, #232323), to(#232323)) !important;
    background: linear-gradient(0deg, #232323 16%, #232323) !important;
    -webkit-box-shadow: 0 4px 0 #232323, 0 5px 5px 1px rgba(0, 0, 0, 0.4) !important;
    box-shadow: 0 4px 0 #232323, 0 5px 5px 1px rgba(0, 0, 0, 0.4) !important;
}
.tournament_tables .t_list,
.tournament_tables .t_list .list_header {
    border: none !important;
}
.tournament_tables .list_content {
    color: hsla(0, 0%, 100%, 0.8) !important;
}
.tournament_tables .my_rank {
    color: #ffed00 !important;
}
app-static-inner-content {
    -webkit-box-flex: 1 !important;
    -ms-flex: auto !important;
    flex: auto !important;
}
header .hdr-cntr .hdr-right-cntr .login-menu {
    padding-left: 15px !important;
}
.rank_logo_inner {
    color: #37475a;
}
.el-button--demandbonus {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.el-button--demandbonus,
.el-button--demandbonus:hover {
    background-color: #07bfb6 !important;
    color: #000 !important;
    border: 1px solid #07bfb6;
}
.el-button--demandbonus:hover {
    border-color: #07bfb6 !important;
}
.bonus_tracker .denied_msg {
    color: #b3b3b3 !important;
}
.promo_tracker_select .el-input__inner,
.promo_tracker_select_popper {
    background-color: #3d3d3d !important;
    color: #fff !important;
    border: none !important;
}
.el-select-group__title {
    color: #fff !important;
}
.promo_tracker_select_popper .el-select-dropdown__item.selected {
    color: #fff;
    background-color: #494949 !important;
}
.promo_tracker_select_popper .el-select-group__wrap:not(:last-of-type):after {
    background: #494949;
}
.promo_tracker_select_popper .el-select-dropdown__item {
    color: #dedfe0 !important;
}
.promo_tracker_select_popper .el-select-dropdown__item:hover,
.promo_tracker_select_popper .hover {
    background-color: #494949 !important;
}
.promo_tracker_select_popper .popper__arrow,
.promo_tracker_select_popper .popper__arrow:after {
    border-bottom-color: #fff !important;
}
.bt_promo_image img {
    border-radius: 5px;
}
.bonus_tracker .dt_t_item,
.bt_promo_content {
    color: #dadada !important;
}
.demand_table .el-loading-mask {
    background-color: #232323 !important;
    z-index: 998 !important;
    border: none;
}
.pf_m_body #customerPoint > div > span:nth-child(3) {
    display: none;
}
.pf_m_body customer-point .customer_point {
    position: fixed;
    right: 86px;
    top: 14px;
    z-index: 999;
    border-right: 1px solid #5a636e;
    height: 21px;
    min-width: inherit;
}
.pf_m_body customer-point .customer_point .customer_point_inner {
    border: none;
    height: 27px;
    padding: 0 2px 2px;
    font-size: 12px;
}
.pf_m_body customer-point .customer_point .point {
    font-weight: 400 !important;
    font-family: Roboto, sans-serif;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.3px;
    -webkit-font-smoothing: antialiased;
}
.gallery_events .event_cover .event_seperator .event_odds .event_odd:before,
.ticker_events .event_cover .event_seperator .event_odds .event_odd:before {
    border-top: 1px solid #07bfb6;
    border-bottom: 1px solid #07bfb6;
}
.gallery_events .event_cover .event_seperator .event_odds .event_odd:after,
.ticker_events .event_cover .event_seperator .event_odds .event_odd:after {
    border-left: 1px solid #07bfb6;
    border-right: 1px solid #07bfb6;
}
.current_status .up:after {
    color: #07bfb6 !important;
}
.el-icon-s-comment {
    color: #eaeaea;
}
.tournaments {
    background-color: inherit !important;
}
#header > div.hdr-cntr > div.hdr-cntr-second-row.fix-hide > div > div > div.hdr-usr-mn.right > div.licence > app-static-inner-content > div:first-child {
    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;
}
header .hdr-cntr .licence {
    margin-right: 5px !important;
}
.customer_point .bm_dropdown_menu {
    background-color: #07bfb6 !important;
}
.customer_reflist {
    ackground-color: #07bfb6 !important;
}
.call_me_btn {
    color: #000 !important;
}
.promotion_item_cover .read_more_btn {
    display: none !important;
}
.betmaster_popular_leagues .league_img {
    height: 33px;
    width: 47px;
    background-size: 85% !important;
    background-position: 0 !important;
}
.ticker a {
    color: #fff !important;
}
.tournament_item .count_down_item {
    padding: 5px 2px !important;
}
.tournament_modal .t_count_down .betmaster_countdown_cover .time {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}
.tournament_modal .load_more:hover {
    border: none !important;
}
.game-image-slot {
    background-color: #3d3d3d !important;
}
.betmaster_helper .helper_button .helper_btn_content {
    background-color: #07bfb6 !important;
}
.social_media_btns.tiny_social .media_btn {
    background-image: inherit !important;
}
.social_media_btns .media_btn {
    background-image: none !important;
}
.pf_d_body #chat-widget-container {
    bottom: 40px !important;
}
.bm_botbar .custom_btns,
.bm_botbar .live_chat {
    font-size: 13px !important;
}
.bm_botbar .live_chat {
    text-transform: uppercase;
}
.bm_botbar .bonus_demand .time,
.bm_botbar .clock .time,
.bm_botbar .live_chat .time {
    font-size: 13px !important;
}
.betmaster_shop .product .tag.popular {
    background: #e43d3d;
}
.popular_menu_item {
    border-radius: 5px;
}
.betmaster_scorematic {
    border-radius: 10px;
    overflow: hidden;
}
.vue-slider {
    color: #fff !important;
    margin-top: 10px;
}
.vue-slider-rail {
    background-color: #fff;
}
.panel_loader .skeleton .skeleton--content .loader {
    background-color: #494949;
    background-image: -webkit-gradient(linear, right top, left top, from(#494949), color-stop(20%, #636363), color-stop(40%, #494949), to(#494949));
    background-image: linear-gradient(270deg, #494949 0, #636363 20%, #494949 40%, #494949);
}
.tournament .circle_cover .skeleton--circle {
    height: 37.5px !important;
}
.tournament .skeleton .skeleton--content .skeleton--title {
    height: 10px !important;
}
.tournament .t_bot_section .read_more {
    background-color: #3d3d3d;
    border-color: #3d3d3d;
}
.tournament .t_i_tab_inner .inner_table {
    background-color: #303030;
}
.betmaster_scorematic .other_events {
    background-color: #232323 !important;
    color: #fff !important;
}
.betmaster_scorematic .other_events:hover {
    color: #07bfb6 !important;
}
.shop_container .shop_menu .el-checkbox__label {
    font-weight: 400;
}
.day.past {
    background-color: #303030 !important;
}
.betmaster_promotion_calendar .promo_cover .promo_day,
.betmaster_promotion_calendar .promotion_ending .title {
    background-color: #3d3d3d !important;
}
.user_point_section {
    background-color: #232323;
}
.tournaments.t_slider .tournament_slider .tournament_item_cover {
    border: 1px dashed #565656;
}
.tournament_modal .t_rules_cover {
    border-radius: 10px 10px 10px 10px;
    overflow: hidden;
}
.tournament_modal .t_banner {
    border-radius: 10px 10px 0 0;
}
.tournament_modal .t_content_cover {
    border-radius: 0 0 10px 10px;
}
.item_detail .item_first_look .category,
.tournament_modal .t_title_inner_type {
    background-color: #e2e2e2;
    display: inline-block;
    padding: 3px 5px;
    color: #1a2343 !important;
    font-weight: 600;
    font-size: 12px;
    border-radius: 5px;
    opacity: 1;
}
.item_detail .item_first_look .category {
    margin-top: 5px;
}
.betmaster_scorematic .event_cover,
.betmaster_scorematic .events_master_cover,
.betmaster_scorematic .score-matic_cover {
    background-color: #232323 !important;
}
.score-matic_cover .event_teams {
    color: #fff !important;
}
.score-matic_cover .el-button--makebet {
    background-color: #07bfb6 !important;
    color: #232323 !important;
}
.score-matic_cover .random_score,
.score-matic_cover .random_score:hover {
    background-color: #303030 !important;
}
.score-matic_cover .el-input-number__decrease,
.score-matic_cover .el-input-number__increase {
    background: #303030 !important;
    border-color: #303030 !important;
    color: #fff !important;
}
.score-matic_cover .el-input__inner {
    color: #fff !important;
    border: 1px solid #303030 !important;
}
.score-matic_cover .event_body .odd_value {
    background-color: #303030 !important;
    color: #fff !important;
    border-color: #303030 !important;
}
.score-matic_cover .event_date {
    color: #07bfb6 !important;
}
.betmaster_promotion_calendar .promo_cover .promo_content span {
    color: #fff !important;
}
div#jpf-container + app-static-inner-content {
    position: relative;
    top: 1rem;
}
.promotion_item .item_content .item_title .sub_title {
    font-weight: 600;
}
.panel_carousel .gallery_event {
    background-color: transparent !important;
}
.bottom_slider .slider_right_button {
    right: 97px;
}
.bottom_slider .slider_buttons {
    width: 30px !important;
}
.bottom_slider .slider_buttons,
.bottom_slider .slider_buttons:focus,
.bottom_slider .slider_buttons:hover {
    background-color: rgba(0, 0, 0, 0.55) !important;
}
.betmaster_shop .splide__arrows,
.product_gallery .el-carousel__arrow {
    display: none !important;
}
.betmaster_point_table .header,
.betmaster_scorematic .header {
    background-color: #2a2c25 !important;
}
.pf_m_body .popular_menu_cover .popular_menu_item {
    background-color: #c48a41 !important;
    color: #fff !important;
}
.sidemenu .helper_content_btn.live_chat_side_btn {
    display: none !important;
}
.betmaster_helper .helper_button .helper_btn_content {
    background-color: #115087 !important;
    border-color: #cbcbcb !important;
}
