::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

body {
    font-size: .8rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #36342f;
    line-height: 1.5;
    font-family: 'Segoe UI Regular';
    background: #2c3f69;
}
svg {
    width: 1rem;
    height: 1rem;
    color: #fff;
}
.font-prompt {
    font-family: 'Prompt', sans-serif;
}
a {
    color: #fff;
}
a, a:hover, .button, .button:hover {
    text-decoration: none;
    transition: all 0.5s ease-out;
}
ul, ol {
    list-style: none;
    margin: 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    color: #444;
    font-weight: 600;
    line-height: 1.5;
    margin: 0 0 30px 0;
}
h5, h6 {
    margin-bottom: 20px;
}
h1 {
    font-size: 36px;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 1.5rem;
}
h4 {
    font-size: 18px;
}
h5 {
    font-size: 0.875rem;
}
h6 {
    font-size: 12px;
}
h4 {
    font-weight: 600;
}
h5, h6 {
    font-weight: bold;
}
dl, dt, dd, ol, ul, li {
    margin: 0;
    padding: 0;
}
.clear {
    clear: both;
    display: block;
    font-size: 0px;
    height: 0px;
    line-height: 0;
    width: 100%;
    overflow: hidden;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}
/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}
.carousel-item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 32rem;
}
.slick-initialized .slick-slide {
    margin-right: 5px;
    margin-bottom: 5px;
}
.slick-initialized .slick-slide:last-child {
    margin-right: 0;
}
.slick-list {
    padding: 0 50px 0 0 !important;
}
.slick-slide a {
    text-transform: uppercase;
    border: 1px solid #5B73A3;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    cursor: pointer;
}
.slick-slide span svg {
    width: .8em;
    margin-right: 8px;
}
.slick-prev {
    left: 15px;
}
.slick-next:before {
    content: ' ';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(225deg);
    display: block;
}
.slick-prev:before {
    content: ' ';
    width: 10px;
    height: 10px;
    border-bottom: 2px solid;
    border-left: 2px solid;
    transform: rotate(45deg);
    display: block;
}
.slick-prev, .slick-next {
    z-index: 1;
}
.slick-next {
    right: 15px;
}
.slick-slide span {
    background: rgb(48, 145, 63);
    background: linear-gradient(180deg, rgba(51,82,149,1) 0%, rgba(42,60,99,1) 100%);
    color: #fff;
    padding: 5px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.main-content {
    display: flex;
     position: relative;
	padding: 0!important;
}
.sidebar-left {
    /*width: 320px;*/
    width: 245px;
    left: 0;
    height: calc(100vh - 100px - 0.6rem);
}

 .sidebar-right {
    width: 350px;
	 right: 0;
}

.sidebar-left, .sidebar-right { position: fixed; top: 100px; margin: 0; }

.bet-table {
    width: 100%;
    padding-left: 245px;
    padding-right: 350px;
    margin-top: 0.3rem;
    padding-top: 100px;
    min-width: 1145px;
}
.sidebar-left-content {
    margin: 0.3rem;
}
.sidebar-right-content {
    margin: 0.3rem;
}
.parallelogram {
    width: 200px;
    height: 100px;
    background: #32557f;
    transform: skew(20deg);
}
.header {
    background: linear-gradient(to top, #1b7808 40px, #226015);
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100px;
    position: fixed;
    font-family: 'Prompt', sans-serif;
    font-weight: normal;
    letter-spacing: 0.08px;
    font-size: 0.75rem;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    z-index: 999;
}
.header .wrapper-menu {
    width: 100%;
    padding-left: 240px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.logo {
    width: 240px;
    background: rgb(27, 57, 45);
    /*background: linear-gradient(306deg, #266a18 71%, #45b130 100%);*/
    background: linear-gradient(180deg, rgba(51,82,149,1) 0%, rgba(42,60,99,1) 100%);
    justify-content: center;
    align-items: center;
    height: 100%;
    position: absolute;
}
.logo img {
    height: 90px;
}
.logo a {
    width: 100%;
    margin: 5px auto;
    display: block;
    text-align: center;
}
.top-menu, .nav-menu {
    width: 100%;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 0;
    /*    margin-left: -8px;*/
}
.top-menu {
    background: linear-gradient(0deg, rgba(30,50,106,1) 0%, rgba(52,104,210,1) 100%);
    justify-content: space-between;
    height: 60px;
    padding: 0 0.3rem 0 0;
}

.nav-menu {
    background: #1b7808;
    background: linear-gradient(1deg, rgba(51,82,149,1) 100%, rgba(42,60,99,1) 100%);
    justify-content: space-between;
    height: 40px;
    padding: 0 0 0 8px;
}
    .nav-menu ul > li {
        
    }

.self-care, .self-care-profile {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
    .self-care a {
        display: flex;
        align-items: center;
        padding: 5px 10px;
        color: #fff;
        text-transform: capitalize;
        margin: 0 10px;
        font-size: 0.8rem;
    }
        .self-care a:hover:not(.button) {
            color: #fff;
            text-shadow: 2px 2px 5px white;
        }
.self-care a img {
    margin-right: 8px;
    width: 17px;
}
.button-deposit {
    background-image: linear-gradient(to top, #ea6c00, #ffaa15) !important;
}
.button-withdrawal {
    background-image: linear-gradient(to top, #ea2400, #ff6615) !important;
}
.button-mobile {
    border: solid 1px #266a18;
    background-image: linear-gradient(to bottom, #132f20, #244b19) !important;
}
.button-deposit, .button-withdrawal, .button-mobile {
    border-radius: 5px !important;
    padding: 5px 15px;
}
.user-credit {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
/*.user-credit span {
    font-size: 1.1rem;
}*/
    #txtBalance{
        font-size: 0.8rem;
    }
#txtCurCode {
    font-size: 0.8rem;
    color: #fff;
}
#txtNickNames {
    font-size: 0.8rem;
    font-weight: 400;
}
.user-credit span, .user-credit small {
    font-weight: 400;
    margin-right: 4px;
}
    .user-credit span.Positive2 {
        margin: 0;
    }
.user-credit small {
    font-size: .8rem;
    color: #335295;
}
.user-credit a img {
    border: solid 1.5px #1E2C59;
    border-radius: 30px;
    background: #1E2C59;
    padding: 6px;
}
#side-widget-box {
    /*
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    border: 1px solid #39ad4a;*/
    border-radius: 5px;
    margin-bottom: 0.3rem;
    overflow-x: hidden;
    overflow-y: auto;
    height: calc(100vh - 205px);
}

.sidebar-right.PushTop #side-widget-box {
    height: calc(100vh - 110px);
}
.side-widget-box .title {
    text-transform: uppercase;
    font-size: 1rem;
    color: #fff;
    margin-bottom: 0;
    background: rgb(20, 63, 21);
    background: linear-gradient(180deg, #375889 0%, #132957 100%);
    padding: 5px 15px;
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
.side-widget-box .title p {
    margin-bottom: 0;
}
.side-widget-box .title a {
    display: flex;
    align-items: center;
}

    .side-widget-box::-webkit-scrollbar {
        width: 0;
    }
    /* NAV MENU*/
    .nav-menu ul {
        display: flex;
        align-items: center;
        justify-content: flex-start;
    }
    .nav-menu ul a.menu-item {
        display: flex;
        align-items: center;
        padding: 0 15px;
        color: #fff;
        font-size: 0.75rem;
        text-transform: uppercase;
        height: 40px;
        position: relative;
        justify-content: center;
    }
        .nav-menu ul a.menu-item:after {
            content: '';
            /*background-image: linear-gradient(to top, rgba(27, 57, 45, 0.18), #031f1a);*/
            background: linear-gradient(0deg, rgba(49,78,140,1) 0%, rgba(43,63,106,1) 100%);
            display: block;
            width: 100%;
            position: absolute;
            height: 40px;
            transform: skew(-20deg);
            /*opacity: 0;*/
            transition: all 0.2s ease-out;
        }
        .nav-menu ul a.menu-item:hover:after, 
        .nav-menu ul a.menu-item.active:after {
            /*opacity: 1 !important;*/
            background: linear-gradient(to top, rgba(27, 57, 45, 0.18), #031f1a);
            transition: all 0.1s ease-out;
        }
.nav-menu ul a.menu-item img, .nav-menu ul a.menu-item span {
    z-index: 5;
}
.nav-menu ul a.menu-item img {
    margin-right: 6px;
    width: 2em;
}
.dropdown-megamenu:hover .megamenu {
    opacity: 1;
    transition: all 0.5s ease-out;
    visibility: visible;
    z-index: 10;
}
.megamenu {
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    right: 0;
    background-image: linear-gradient(to bottom, #031f1a, #335295);
    visibility: hidden;
    opacity: 0;
    padding: 25px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    z-index: 0;
}
.megamenu-item {
    box-shadow: 2px 8px 18px -2px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 2px 8px 18px -2px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 2px 8px 18px -2px rgba(0, 0, 0, 0.61);
    border-radius: 10px;
    overflow: hidden;
    margin: 5px;
    width: 9%;
}
.time-zone {
    font-size: .65rem;
    text-transform: uppercase;
    color: #a1d099;
}
/* NAV MENU END */
.side-tabs .nav-tabs {
    border-bottom: none;
}
.side-tabs .nav-tabs .nav-item {
    width: 50%;
    border: none;
}
.side-tabs .nav-tabs .nav-item:hover {
    border: none;
    background: transparent;
    color: #fff;
}
.side-tabs {
    background-image: linear-gradient(270deg, rgba(122,144,189,1) 0%, rgba(58,89,151,1) 100%);
    height: 36px;
    border-radius: 5px;
    overflow: hidden;
    /*border: solid 1px #2b5f31;*/
    border: none;
    text-transform: uppercase;
}
    .side-tabs .nav-tabs .nav-link:first-child {
        border-right: solid 1px #7a90bd;
        border-radius: 0;
    }
.side-tabs .nav-tabs .nav-link {
    /*padding: 0.8rem 1rem;*/
    padding: 0.5rem 1rem;
}
.side-tabs .nav-tabs .nav-link.active {
    background: transparent;
    color: #fff;
    font-weight: 600;
}
    .side-tabs .nav-tabs .nav-link.active:after {
        background: #F1D798;
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        content: '';
        height: 6px;
        bottom: 0;
    }
.side-tabs .nav-tabs .nav-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.side-bet-widget .bet-widget-content {
    /*background-image: linear-gradient(to top, #22491a 0%, #47b730);*/
    background: #1A3056;
    padding: 0.4rem 0.6rem;
    color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-transform: uppercase;
    overflow: hidden;
}
span.badge {
    border-radius: 3px;
    background-color: #52b361;
    padding: 0.3em 0em;
    color: #fff;   
}
    span.badge.badge-red {
        /*background-color: #ef2c45;*/
        background-color: #FF5151;
    }
span.badge.badge-green {
    background-color: #52b361;
}
.side-bet-widget .bet-widget-content:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50px;
    height: 60px;
    opacity: .1;
    top: 0;
    background-image: url('data:image/svg+xml,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 51 60" fill="currentColor" style="enable-background:new 0 0 51 60;" xml:space="preserve"><g><path d="M0,0h40L13.3,60H0V0z"/><path d="M43,0h8L24.4,59.8h-8L43,0z"/></g></svg>');
}
.side-bet-widget .bet-widget-content img {
    margin-right: 8px;
    width: 1.5rem;
}
.side-bet-widget .bet-widget-content div {
    display: flex;
    align-items: center;
}
.sidebar-left-content {
    font-family: 'Averta Std', 'Prompt', sans-serif;
}
.side-bet-widget {
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2px;
}
.inner-tabs {
    background-color: #3A5997;
}
.inner-tabs .nav-link {
    width: 33.33333%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #d2b583;
    border-radius: 0;
    position: relative;
    text-transform: uppercase;
    padding: 0.7em 1em;
}
.inner-tabs .nav-tabs, .inner-tabs .nav-link:hover, .inner-tabs .nav-link {
    border: none;
}
.inner-tabs .nav-link:hover {
    color: #fff;
}
    .inner-tabs .nav-link.active:after {
        background: linear-gradient(180deg, #F1D798 0%, #DFB36E 100%);
        position: absolute;
        left: 0;
        right: 0;
        width: 60%;
        display: flex;
        justify-content: center;
        content: '';
        height: 3px;
        bottom: 6px;
        margin: 0 auto;
    }
.inner-tabs .nav-link.active {
    background: transparent;
    color: #fff;
}
.bet-list {
    display: flex;
    justify-content: space-between;
    padding: 0.4em 0.6em;
    background: #DFEAFF;
    color: #105286;
    font-weight: 600;
    align-items: center;
}
.hilight {
    background: #A9C0ED;
    color: #3f2f10;
    position: relative;
}
    .hilight:after {
        content: '';
        width: 6px;
        background-image: linear-gradient(180deg, rgba(241,215,152,1) 0%, rgba(223,179,110,1) 100%);
        height: 100%;
        left: 0;
        position: absolute;
    }
.bet-panel {
    background: #fff;
    padding: 5px;
    color: #22491a;
    border-radius: 5px;
}
.hdp-panel {
    border-radius: 5px;
    /*background: #A1D099;*/
    background-image: linear-gradient(90deg, rgba(223,234,254,1) 0%, rgba(169,192,236,1) 100%);
    padding: 15px 20px;
    position: relative;
    margin-bottom: 8px;
}
.hdp-panel > .close {
    position: absolute;
    top: 15px;
    right: 15px;
}
.hdp-panel > .close svg {
    color: #333;
    width: .9rem;
    height: .9rem;
    display: block;
}
.hdp-panel span.country {
    color: #ef2c45;
    font-size: 1rem;
    font-weight: 600;
    display: block;
}
.betting {
    color: #000;
    font-size: 1rem;
    font-weight: 400;
}
.vs-vs {
    color: #919191;
}
.vs-vs .championship {
    display: block;
    text-transform: uppercase;
}
.vs-vs-bet {
    color: #031f1a;
    font-weight: 700;
}
.max-payout, .min-bet, .max-bet {
    display: flex;
    justify-content: space-between;
    font-weight: 500;
    color: #000;
    font-size: 10px;
    /*
    background-image: linear-gradient(to right, rgba(161, 208, 153, 0.5) 0%, rgba(161, 208, 153, 0) 100%);
    border-radius: 3px;
    padding: 4px 10px;
    margin-bottom: 1px;
    color: #266a18;
    */
}
.max-payout span, .min-bet span, .max-bet span {
    color: #22491a;
}
.bet-amount {
    position: relative;
    display: flex;
    align-items: center;
    font-size: .8rem;
}
    .bet-amount .form-control {
        height: 32px;
        border: solid 1px #256218;
        border-left: 0;
        border-radius: 0 5px 5px 0;
        color: #919191;
        font-weight: 600;
        padding: 0 45px 0 .75rem !important;
        font-size: 13px;
        text-align: left !important;
    }

    .bet-amount span {
        height: 32px;
        /*min-width: 86px;*/
        color: #0000ff;
        text-transform: uppercase;
        border-radius: 5px 0 0 5px;
        border: solid 1px #256218;
        background-color: #dde8fd;
        /*background-image: linear-gradient(to right, rgba(208, 234, 204, 0.5) 0%, rgba(208, 234, 204, 0) 99%);*/
        border-right: 0;
        display: flex;
        align-items: center;
        padding: 0 15px;
        font-size: 13px;
        box-sizing: border-box;
    }
.form-control:focus {
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0), 0 0 8px rgba(255, 0, 0, 0);
}
.bet-amount a {
    position: absolute;
    right: 10px;
}
.bet-amount a svg {
    color: #ff7f7f;
    width: 1.3em;
    height: 1.3em;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #22491a;
}
.custom-control-label::before {
    width: 1.2rem;
    height: 1.2rem;
    top: 0.1rem;
}
.custom-control-label::after {
    width: 1.5rem;
    height: 1.5rem;
    top: 0rem;
    left: -1.6rem;
}
.bet-token {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 0 5px 0;
}
div.token {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 85%;
    width: 15%;
}
div.token img {
    position: absolute;
}
div.token span {
    z-index: 2;
    padding: 0 5px;
}
.grey-token {
    color: #7b7053;
}
.tangerine-token {
    color: #dd9d0e;
}
.green-token {
    color: #23af07;
}
.blue-token {
    color: #088adb;
}
.purple-token {
    color: #3f19e2;
}
.pink-token {
    color: #b70b7b;
}
.redTxt {
    color: #FF0000;
}
.button {
    background: #ccc;
    padding: 0.2em 0.6em;
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.bet-CTA {
    margin: 0 0 4px 0;
    display: flex;
    font-size: 13px;
}
.bet-CTA .button-cancel {
    width: 24% !important;
    height: 26px;
    text-align: center;
}
.bet-CTA .button-bet {
    width: 66% !important;
    height: 26px;
}
    .bet-CTA .button-del {
        width: 10% !important;
        background-image: linear-gradient(to bottom, #DFDFDF, #A1A1A1);
    }
.button-cancel, #betBtnCancel {
    /*border: solid 1px #c9c9c9;*/
    background-image: linear-gradient(to bottom, #DFDFDF, #A1A1A1) !important;
    color: #323232 !important;
}
    #betBtnCancel span {
        font-weight: 500;
    }
.button-bet {
    /*border: solid 1px #a1d099;*/
    background-image: linear-gradient(to bottom, #5b73a3, #2f487d 59%, #5b73a3);
}
.button-cancel:hover {
    background-image: linear-gradient(to top, #ededed, #9b9b9b);
    color: #757575;
}
.button-bet:hover {
    background-image: linear-gradient(to bottom, #5b73a3, #2f487d 59%, #5b73a3);
    color: #fff;
}
.button:not(:last-child) {
    margin-right: 2px;
}
.button-parley {
    border: solid 1px #ff9934;
    background-image: linear-gradient(to bottom, #fda63f, #f2640b);
    color: #fff;
    /*padding: 0.8em;*/
    padding: 5px 0.5em;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    position: relative;
    cursor: pointer;
}
    .button-parley #leftparnum {
        position: absolute;
        right: 62px;
        color: #fff;
        z-index: 2;
        width: 1.7em;
        height: 1.7em;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 100px;
        border: solid 1px #fff;
        /*background-image: linear-gradient(to bottom, #ff8234, #fda43d);*/
        background: linear-gradient(150deg, #FFA176 16.16%, #FF824C 47.75%, #C24D1B 83.38%);
    }
.button:hover {
    color: #fff;
}
.user-dropdown .button {
    border: none;
    background: transparent;
    color: #fff;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
}
.user-dropdown .button > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.user-dropdown .button img {
    margin-left: 4px;
    width: 2.5em;
    height: 2.5em;
}
.lang-dropdown .dropdown-menu {
    min-width: 3.5em;
    text-align: center;
    background-image: linear-gradient(to bottom, #fff, #d0eacc);
    padding:0.5rem 0.8rem;
}
.lang-dropdown .dropdown-menu a {
    padding: 10px;
    margin-bottom: 0;
    display: block;
}
.lang-dropdown .button {
    background-image: linear-gradient(to bottom, #1e2c59, #1e2c59);
    position: relative;
    border: none;
    padding: 6px;
    border-radius: 50px;
    margin-right: 0;
}
.lang-dropdown .button img {
    width: 1.4em;
}
.message-notification {
    background: #1E2C59;
    position: relative;
    width: 2.5em;
    height: 2.5em;
    border-radius: 5em;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 3px;
}
.message-notification span {
    position: absolute;
    background: #CD0000;
    color: #fff;
    top: -5px;
    right: -6px;
    border-radius: 50px;
    font-size: .7rem;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.user-dropdown .dropdown-menu {
    background-image: linear-gradient(to bottom, #fff, #cae0f7);
    padding-top: 0;
    border-radius: 10px;
    width: 300px;
}
.profile-dropdown-header {
    border-radius: 6px 6px 0 0;
    position: relative;
    background-image: linear-gradient(171deg, rgba(51,82,149,1) 0%, rgba(42,60,99,1) 100%);
    color: #fff;
    padding: 0 1em;
    min-height: 100px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
    line-height: 1;
}
.profile-dropdown-header img.profile-bg {
    bottom: 0;
    right: 15px;
}
.profile-dropdown-header img.profile-glow-bg {
    top: 0;
    left: 0;
}
.profile-dropdown-header img.profile-bg, .profile-dropdown-header img.profile-glow-bg {
    position: absolute;
    z-index: 0
}
.profile-dropdown-header div {
    z-index: 2;
    margin-top: -5px;
}
.profile-dropdown-header h3 {
    color: #f9fbff;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 1.2rem;
    display: block;
}
.profile-dropdown-header span {
    display: block;
    width: 100%;
}
.profile-dropdown-content {
    padding: 0 15px 10px 15px;
}
.profile-dropdown-content > ul li {
    display: flex;
    justify-content: space-between;
    font-size: .8rem;
    font-weight: 500;
    padding: 0.5em 0;
    text-transform: capitalize;
    color: #266a18;
}
    .profile-dropdown-content > ul li span {
        color: #1A3056;
    }
.button-logout {
    text-transform: capitalize;
    background-color: #788ebc !important;
    color: #1A3056 !important;
    font-size: 1em;
    cursor: pointer;
}
.slider:after {
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 80px;
    background: rgb(3, 31, 26);
    background: linear-gradient(270deg, rgba(3, 31, 26, 1) 0%, rgba(3, 137, 5, 0) 61%);
}

@media (max-width: 1450px) {
/*.button-mobile, .time-zone {
    display: none!important;
}*/
.time-zone {
    display: none!important;
}
}

@media (max-width: 1496px) {
    .self-care a {
        padding: 5px 8px;
        margin: 0 5px;
    }
/*
    .sidebar-right {
    }



    .bet-table {
        width: 100% !important;
    }
}

@media (max-width: 1179px) {*/
    body {
        overflow-x: auto;
        overflow-y: hidden;
    }

    .header {
        position: absolute;
        /*min-width:1155px;*/
        min-width:1495px;
    }

    .wfMain01  .header {
        position: absolute;
        /*min-width:1155px;*/
        min-width: unset!important;
    }

    .logo {
        width: 240px;

    }
    .header .wrapper-menu {
        padding-left: 240px;
    }
    .header .timetopwei.showtime {
        font-size: 12px;
        width: 150px;
        padding-left: 10px;
    }
    .top-menu, .nav-menu {
        padding: 0 10px;
    }
    .sidebar-left {
        height: calc(100vh - 110px - 0.6rem);
    }
    .sidebar-left, .sidebar-right {
        position: absolute;
    } 
    .sidebar-right {
        /*display: none!important;*/
    }

    .bet-table {
        width: 100% !important;
        padding-right: 0 !important;        
    }

    .sidebar-right {
        position: relative;
    }

    /*.slick-initialized .slick-slide {
        width: auto !important;
    }*/
}
.megamenu img{
    width:100%;
    cursor:pointer;
}
#GD88SHOW.hidden {
    display: none !important;
}
.category .liveam{
    display:none;
}

.sidebar-left-content .badge {
    position: relative;
    height: auto;
    width:34px;
}

.flags_1 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/united-kingdom.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.flags_2 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/china.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_3 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/hong-kong.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_4 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/indonesia.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_5 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/south-korea.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_6 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/thailand.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_7 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/turkey.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_8 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/vietnam.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_9 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/myanmar.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_10 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/laos.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.flags_11 {
    background-image: url('https://d2dgys6tg64hrs.cloudfront.net/w0v2/img/cambodia.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    border-radius: 12px;
}

.everyoneflag div {
    position: relative;
    /*left: 13px;*/
    margin-top: 8px;
    /*width: 26px;*/
    height: 26px;
    border-radius: 25px;
    -webkit-filter: drop-shadow(12px 12px 7px rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0px 1px 3px rgba(0, 0, 0, 0.5));
    cursor: pointer;
}
.layui-layer-content{
    color:#000;
}

div#sideBet span{
    font-size:13px;
}

    div#sideBet div.category-sub-list span {
        font-size: 12px;
    }

        div#sideBet span.badge,
        div#sideBet div.category-sub-list span.badge {
            font-size: 10px;
        }

html {
    height: 100%;
    margin: 0;
    scrollbar-width: thin;
}
.main-content {
    height: 90% !important;
}
.tab-content.category-sub-list:hover{
    cursor:pointer;
}
#oddsTable span {
    /*font-family: 'Segoe UI';*/
    font-family: "Averta Std", "Segoe UI", sans-serif;
    /*text-align:center;*/
}

#oddsTable td.td-oddsRow-1x2 span {
    text-align:center;
    display: block;
}
#oddsTable td.td-oddsRow-1x2 #dhshowbet span{
    display:unset;
    text-align:unset;
}

#oddsTable .dhshowbet span, #oddsTable .dhshowbet div {
    /*font-family: 'Prompt', sans-serif;*/
    font-family: "Averta Std", "Prompt", sans-serif;
    /*font-size: 13px;*/
}

#bettable_s span.odds {
    margin: 0 !important;
}
div#Chipsetshow1 {
    overflow-x: hidden;
    scrollbar-width: none;
}
.btnSignIn {
    text-transform: uppercase;
}

.scoredash {
    margin: 0 2px;
}

.layui-layer-title {
    background: linear-gradient(180deg, rgba(59,84,134,1) 0%, rgba(26,48,86,1) 100%) !important;
}

#mini-game-loading {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    z-index: 9;
    background-color: rgba(0,0,0,0.7);
    cursor: progress;
}

    #mini-game-loading:before {
        content: "";
        width: 60px;
        height: 60px;
        top: calc(50% - 16px);
        left: calc(50% - 30px);
        position: absolute;
        display: block;
        color: #fff;
        background-color: rgba(223,223,223,0.8);
        border-radius: 15px
    }

    #mini-game-loading .icon-loading {
        height: 30px;
        width: 30px;
        top: 50%;
        left: calc(50% - 15px);
        display: block;
        position: absolute;
        -webkit-animation: rotate 2.0s infinite linear;
        animation: rotate 2.0s infinite linear
    }

        #mini-game-loading .icon-loading span {
            width: 30%;
            height: 30%;
            display: block;
            position: absolute;
            top: 0;
            background-color: rgba(0,0,0,0.36);
            border-radius: 100%;
            -webkit-animation: scale 4.0s infinite ease-in-out;
            animation: scale 4.0s infinite ease-in-out
        }

            #mini-game-loading .icon-loading span:nth-child(2) {
                -webkit-animation-delay: -1s;
                animation-delay: -1s;
                right: 0;
                top: 0
            }

            #mini-game-loading .icon-loading span:nth-child(3) {
                -webkit-animation-delay: -2s;
                animation-delay: -2s;
                right: 0;
                bottom: 0;
                left: auto;
                top: auto
            }

            #mini-game-loading .icon-loading span:last-child {
                top: auto;
                bottom: 0px;
                -webkit-animation-delay: -3.0s;
                animation-delay: -3.0s
            }

div.early div.rungun {
    display: none;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes rotate {
    100% {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg)
    }
}

@-webkit-keyframes scale {
    0%,100% {
        -webkit-transform: scale(0)
    }

    50% {
        -webkit-transform: scale(1)
    }
}

@keyframes scale {
    0%,100% {
        transform: scale(0);
        -webkit-transform: scale(0)
    }

    50% {
        transform: scale(1);
        -webkit-transform: scale(1)
    }
}
@media (max-width: 990px) {
    .slick-prev, .slick-next {
        width: 30px;
        height: 30px;
    }

        .slick-prev:before, .slick-next:before {
            width: 20px;
            height: 20px;
            border-bottom: 4px solid;
            border-left: 4px solid;
        }
}
#betBtnBet1 {
    background-image: linear-gradient(to bottom, #5b73a3, #2f487d 59%, #5b73a3) !important;
}
#oddsTableC_1_4_r .oddsBet span.cclick, oddsTable_1_21_r .oddsBet span.cclick {
    text-align: center;
}
.IsMobileWeb .side-tabs .nav-tabs {
    height: 100%;
}
.divMiddle img, .matchMD img, .oddsRow-team img {
    padding-bottom: 3px;
}