/* Minification failed. Returning unminified contents.
(300,38173): run-time error CSS1030: Expected identifier, found '+'
(300,38207): run-time error CSS1031: Expected selector, found ')'
(300,38207): run-time error CSS1025: Expected comma or open brace, found ')'
 */
/*! jQuery UI - v1.11.4 - 2016-07-28
* http://jqueryui.com
* Includes: core.css, accordion.css, datepicker.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-clearfix {
    min-height: 0
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important
}

.ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    min-height: 0;
    font-size: 100%
}

.ui-accordion .ui-accordion-icons {
    padding-left: 2.2em
}

    .ui-accordion .ui-accordion-icons .ui-accordion-icons {
        padding-left: 2.2em
    }

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    position: absolute;
    left: .5em;
    top: 50%;
    margin-top: -8px
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: .2em 0
    }

    .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em
    }

    .ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
        top: 1px
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px
    }

    .ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0
        }

    .ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
        width: 45%
    }

    .ui-datepicker table {
        width: 100%;
        font-size: .9em;
        border-collapse: collapse;
        margin: 0 0 .4em
    }

    .ui-datepicker th {
        padding: .7em .3em;
        text-align: center;
        font-weight: bold;
        border: 0
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px
    }

        .ui-datepicker td span, .ui-datepicker td a {
            display: block;
            padding: .2em;
            text-align: right;
            text-decoration: none
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: .7em 0 0 0;
        padding: 0 .2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: .5em .2em .4em;
            cursor: pointer;
            padding: .2em .6em .3em .6em;
            width: auto;
            overflow: visible
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
                float: left
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto
    }

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

    .ui-datepicker-multi .ui-datepicker-group table {
        width: 95%;
        margin: 0 auto .4em
    }

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button {
            float: left
        }

            .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
                float: right
            }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px
    }

/*customize css for download page .large-3-1 (Jackson Tan)*/ @charset "UTF-8";/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */button,img,legend{border:0}body,button,legend{padding:0}.button.dropdown::after,.small-pull-1,.small-pull-10,.small-pull-11,.small-pull-2,.small-pull-3,.small-pull-4,.small-pull-5,.small-pull-6,.small-pull-7,.small-pull-8,.small-pull-9,.small-push-1,.small-push-10,.small-push-11,.small-push-2,.small-push-3,.small-push-4,.small-push-5,.small-push-7,.small-push-8,.small-push-9,sub,sup{position:relative}h1,h2,h3,h4,h5,h6,p{text-rendering:optimizeLegibility}.dropdown-pane,.invisible{visibility:hidden}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,optgroup,strong{font-weight:700}dfn{font-style:italic}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;vertical-align:baseline}.button,img{vertical-align:middle}sup{top:-.5em}sub{bottom:-.25em}.orbit-caption,.sticky.is-anchored.is-at-bottom,.sticky.is-stuck.is-at-bottom{bottom:0}img{max-width:100%;height:auto;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}figure{margin:1em 40px}pre,textarea{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}a,b,em,i,small,strong{line-height:inherit}dl,ol,p,ul{line-height:1.6}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.foundation-mq{font-family:"small=0em&medium=40em&large=64em&xlarge=75em&xxlarge=90em"}body,h1,h2,h3,h4,h5,h6{font-family:"Helvetica Neue",Helvetica,Roboto,Arial,sans-serif;font-weight:400}html{font-size:100%;box-sizing:border-box}*,:after,:before{box-sizing:inherit}body{margin:0;line-height:1.5;color:#0a0a0a;background:#fefefe;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}select{width:100%}#map_canvas embed,#map_canvas img,#map_canvas object,.map_canvas embed,.map_canvas img,.map_canvas object,.mqa-display embed,.mqa-display img,.mqa-display object{max-width:none!important}button{overflow:visible;-webkit-appearance:none;-moz-appearance:none;background:0 0;border-radius:0;line-height:1}.row{max-width:75rem;margin-left:auto;margin-right:auto}.row::after,.row::before{content:' ';display:table}.row::after{clear:both}.row.collapse>.column,.row.collapse>.columns{padding-left:0;padding-right:0}.row .row{margin-left:-.625rem;margin-right:-.625rem}@media screen and (min-width:40em){.row .row{margin-left:-.9375rem;margin-right:-.9375rem}}.row .row.collapse{margin-left:0;margin-right:0}.row.expanded{max-width:none}.column,.columns{padding-left:.625rem;padding-right:.625rem;width:100%;float:left}@media screen and (min-width:40em){.column,.columns{padding-left:.9375rem;padding-right:.9375rem}}.column:last-child:not(:first-child),.columns:last-child:not(:first-child){float:right}.column.end:last-child:last-child,.end.columns:last-child:last-child{float:left}.column.row.row,.row.row.columns{float:none}.row .column.row.row,.row .row.row.columns{padding-left:0;padding-right:0;margin-left:0;margin-right:0}.small-1{width:8.33333%}.small-push-1{left:8.33333%}.small-pull-1{left:-8.33333%}.small-offset-0{margin-left:0}.small-2{width:16.66667%}.small-push-2{left:16.66667%}.small-pull-2{left:-16.66667%}.small-offset-1{margin-left:8.33333%}.small-3{width:25%}.small-push-3{left:25%}.small-pull-3{left:-25%}.small-offset-2{margin-left:16.66667%}.small-4{width:33.33333%}.small-push-4{left:33.33333%}.small-pull-4{left:-33.33333%}.small-offset-3{margin-left:25%}.small-5{width:41.66667%}.small-push-5{left:41.66667%}.small-pull-5{left:-41.66667%}.small-offset-4{margin-left:33.33333%}.small-6{width:50%}.small-push-6{position:relative;left:50%}.small-pull-6{left:-50%}.small-offset-5{margin-left:41.66667%}.small-7{width:58.33333%}.small-push-7{left:58.33333%}.small-pull-7{left:-58.33333%}.small-offset-6{margin-left:50%}.small-8{width:66.66667%}.small-push-8{left:66.66667%}.small-pull-8{left:-66.66667%}.small-offset-7{margin-left:58.33333%}.small-9{width:75%}.small-push-9{left:75%}.small-pull-9{left:-75%}.small-offset-8{margin-left:66.66667%}.small-10{width:83.33333%}.small-push-10{left:83.33333%}.small-pull-10{left:-83.33333%}.small-offset-9{margin-left:75%}.small-11{width:91.66667%}.small-push-11{left:91.66667%}.small-pull-11{left:-91.66667%}.small-offset-10{margin-left:83.33333%}.small-12{width:100%}.small-offset-11{margin-left:91.66667%}.small-up-1>.column,.small-up-1>.columns{width:100%;float:left}.small-up-1>.column:nth-of-type(1n),.small-up-1>.columns:nth-of-type(1n){clear:none}.small-up-1>.column:nth-of-type(1n+1),.small-up-1>.columns:nth-of-type(1n+1){clear:both}.small-up-1>.column:last-child,.small-up-1>.columns:last-child{float:left}.small-up-2>.column,.small-up-2>.columns{width:50%;float:left}.small-up-2>.column:nth-of-type(1n),.small-up-2>.columns:nth-of-type(1n){clear:none}.small-up-2>.column:nth-of-type(2n+1),.small-up-2>.columns:nth-of-type(2n+1){clear:both}.small-up-2>.column:last-child,.small-up-2>.columns:last-child{float:left}.small-up-3>.column,.small-up-3>.columns{width:33.33333%;float:left}.small-up-3>.column:nth-of-type(1n),.small-up-3>.columns:nth-of-type(1n){clear:none}.small-up-3>.column:nth-of-type(3n+1),.small-up-3>.columns:nth-of-type(3n+1){clear:both}.small-up-3>.column:last-child,.small-up-3>.columns:last-child{float:left}.small-up-4>.column,.small-up-4>.columns{width:25%;float:left}.small-up-4>.column:nth-of-type(1n),.small-up-4>.columns:nth-of-type(1n){clear:none}.small-up-4>.column:nth-of-type(4n+1),.small-up-4>.columns:nth-of-type(4n+1){clear:both}.small-up-4>.column:last-child,.small-up-4>.columns:last-child{float:left}.small-up-5>.column,.small-up-5>.columns{width:20%;float:left}.small-up-5>.column:nth-of-type(1n),.small-up-5>.columns:nth-of-type(1n){clear:none}.small-up-5>.column:nth-of-type(5n+1),.small-up-5>.columns:nth-of-type(5n+1){clear:both}.small-up-5>.column:last-child,.small-up-5>.columns:last-child{float:left}.small-up-6>.column,.small-up-6>.columns{width:16.66667%;float:left}.small-up-6>.column:nth-of-type(1n),.small-up-6>.columns:nth-of-type(1n){clear:none}.small-up-6>.column:nth-of-type(6n+1),.small-up-6>.columns:nth-of-type(6n+1){clear:both}.small-up-6>.column:last-child,.small-up-6>.columns:last-child{float:left}.small-up-7>.column,.small-up-7>.columns{width:14.28571%;float:left}.small-up-7>.column:nth-of-type(1n),.small-up-7>.columns:nth-of-type(1n){clear:none}.small-up-7>.column:nth-of-type(7n+1),.small-up-7>.columns:nth-of-type(7n+1){clear:both}.small-up-7>.column:last-child,.small-up-7>.columns:last-child{float:left}.small-up-8>.column,.small-up-8>.columns{width:12.5%;float:left}.small-up-8>.column:nth-of-type(1n),.small-up-8>.columns:nth-of-type(1n){clear:none}.small-up-8>.column:nth-of-type(8n+1),.small-up-8>.columns:nth-of-type(8n+1){clear:both}.small-up-8>.column:last-child,.small-up-8>.columns:last-child{float:left}.small-collapse>.column,.small-collapse>.columns{padding-left:0;padding-right:0}.small-uncollapse>.column,.small-uncollapse>.columns{padding-left:.625rem;padding-right:.625rem}.small-centered{float:none;margin-left:auto;margin-right:auto}.small-pull-0,.small-push-0,.small-uncentered{position:static;margin-left:0;margin-right:0}@media screen and (min-width:40em){.medium-pull-1,.medium-pull-10,.medium-pull-11,.medium-pull-2,.medium-pull-3,.medium-pull-4,.medium-pull-5,.medium-pull-6,.medium-pull-7,.medium-pull-8,.medium-pull-9,.medium-push-1,.medium-push-10,.medium-push-11,.medium-push-2,.medium-push-3,.medium-push-4,.medium-push-5,.medium-push-7,.medium-push-8,.medium-push-9{position:relative}.medium-1{width:8.33333%}.medium-push-1{left:8.33333%}.medium-pull-1{left:-8.33333%}.medium-offset-0{margin-left:0}.medium-2{width:16.66667%}.medium-push-2{left:16.66667%}.medium-pull-2{left:-16.66667%}.medium-offset-1{margin-left:8.33333%}.medium-3{width:25%}.medium-push-3{left:25%}.medium-pull-3{left:-25%}.medium-offset-2{margin-left:16.66667%}.medium-4{width:33.33333%}.medium-push-4{left:33.33333%}.medium-pull-4{left:-33.33333%}.medium-offset-3{margin-left:25%}.medium-5{width:41.66667%}.medium-push-5{left:41.66667%}.medium-pull-5{left:-41.66667%}.medium-offset-4{margin-left:33.33333%}.medium-6{width:50%}.medium-push-6{position:relative;left:50%}.medium-pull-6{left:-50%}.medium-offset-5{margin-left:41.66667%}.medium-7{width:58.33333%}.medium-push-7{left:58.33333%}.medium-pull-7{left:-58.33333%}.medium-offset-6{margin-left:50%}.medium-8{width:66.66667%}.medium-push-8{left:66.66667%}.medium-pull-8{left:-66.66667%}.medium-offset-7{margin-left:58.33333%}.medium-9{width:75%}.medium-push-9{left:75%}.medium-pull-9{left:-75%}.medium-offset-8{margin-left:66.66667%}.medium-10{width:83.33333%}.medium-push-10{left:83.33333%}.medium-pull-10{left:-83.33333%}.medium-offset-9{margin-left:75%}.medium-11{width:91.66667%}.medium-push-11{left:91.66667%}.medium-pull-11{left:-91.66667%}.medium-offset-10{margin-left:83.33333%}.medium-12{width:100%}.medium-offset-11{margin-left:91.66667%}.medium-up-1>.column,.medium-up-1>.columns{width:100%;float:left}.medium-up-1>.column:nth-of-type(1n),.medium-up-1>.columns:nth-of-type(1n){clear:none}.medium-up-1>.column:nth-of-type(1n+1),.medium-up-1>.columns:nth-of-type(1n+1){clear:both}.medium-up-1>.column:last-child,.medium-up-1>.columns:last-child{float:left}.medium-up-2>.column,.medium-up-2>.columns{width:50%;float:left}.medium-up-2>.column:nth-of-type(1n),.medium-up-2>.columns:nth-of-type(1n){clear:none}.medium-up-2>.column:nth-of-type(2n+1),.medium-up-2>.columns:nth-of-type(2n+1){clear:both}.medium-up-2>.column:last-child,.medium-up-2>.columns:last-child{float:left}.medium-up-3>.column,.medium-up-3>.columns{width:33.33333%;float:left}.medium-up-3>.column:nth-of-type(1n),.medium-up-3>.columns:nth-of-type(1n){clear:none}.medium-up-3>.column:nth-of-type(3n+1),.medium-up-3>.columns:nth-of-type(3n+1){clear:both}.medium-up-3>.column:last-child,.medium-up-3>.columns:last-child{float:left}.medium-up-4>.column,.medium-up-4>.columns{width:25%;float:left}.medium-up-4>.column:nth-of-type(1n),.medium-up-4>.columns:nth-of-type(1n){clear:none}.medium-up-4>.column:nth-of-type(4n+1),.medium-up-4>.columns:nth-of-type(4n+1){clear:both}.medium-up-4>.column:last-child,.medium-up-4>.columns:last-child{float:left}.medium-up-5>.column,.medium-up-5>.columns{width:20%;float:left}.medium-up-5>.column:nth-of-type(1n),.medium-up-5>.columns:nth-of-type(1n){clear:none}.medium-up-5>.column:nth-of-type(5n+1),.medium-up-5>.columns:nth-of-type(5n+1){clear:both}.medium-up-5>.column:last-child,.medium-up-5>.columns:last-child{float:left}.medium-up-6>.column,.medium-up-6>.columns{width:16.66667%;float:left}.medium-up-6>.column:nth-of-type(1n),.medium-up-6>.columns:nth-of-type(1n){clear:none}.medium-up-6>.column:nth-of-type(6n+1),.medium-up-6>.columns:nth-of-type(6n+1){clear:both}.medium-up-6>.column:last-child,.medium-up-6>.columns:last-child{float:left}.medium-up-7>.column,.medium-up-7>.columns{width:14.28571%;float:left}.medium-up-7>.column:nth-of-type(1n),.medium-up-7>.columns:nth-of-type(1n){clear:none}.medium-up-7>.column:nth-of-type(7n+1),.medium-up-7>.columns:nth-of-type(7n+1){clear:both}.medium-up-7>.column:last-child,.medium-up-7>.columns:last-child{float:left}.medium-up-8>.column,.medium-up-8>.columns{width:12.5%;float:left}.medium-up-8>.column:nth-of-type(1n),.medium-up-8>.columns:nth-of-type(1n){clear:none}.medium-up-8>.column:nth-of-type(8n+1),.medium-up-8>.columns:nth-of-type(8n+1){clear:both}.medium-up-8>.column:last-child,.medium-up-8>.columns:last-child{float:left}.medium-collapse>.column,.medium-collapse>.columns{padding-left:0;padding-right:0}.medium-uncollapse>.column,.medium-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.medium-centered{float:none;margin-left:auto;margin-right:auto}.medium-pull-0,.medium-push-0,.medium-uncentered{position:static;margin-left:0;margin-right:0}}@media screen and (min-width:64em){.large-pull-1,.large-pull-10,.large-pull-11,.large-pull-2,.large-pull-3,.large-pull-4,.large-pull-5,.large-pull-6,.large-pull-7,.large-pull-8,.large-pull-9,.large-push-1,.large-push-10,.large-push-11,.large-push-2,.large-push-3,.large-push-4,.large-push-5,.large-push-7,.large-push-8,.large-push-9{position:relative}.large-1{width:8.33333%}.large-push-1{left:8.33333%}.large-pull-1{left:-8.33333%}.large-offset-0{margin-left:0}.large-2{width:16.66667%}.large-push-2{left:16.66667%}.large-pull-2{left:-16.66667%}.large-offset-1{margin-left:8.33333%}.large-3-1{width:20%;}.large-3{width:25%}.large-push-3{left:25%}.large-pull-3{left:-25%}.large-offset-2{margin-left:16.66667%}.large-4{width:33.33333%}.large-push-4{left:33.33333%}.large-pull-4{left:-33.33333%}.large-offset-3{margin-left:25%}.large-5{width:41.66667%}.large-push-5{left:41.66667%}.large-pull-5{left:-41.66667%}.large-offset-4{margin-left:33.33333%}.large-6{width:50%}.large-push-6{position:relative;left:50%}.large-pull-6{left:-50%}.large-offset-5{margin-left:41.66667%}.large-7{width:58.33333%}.large-push-7{left:58.33333%}.large-pull-7{left:-58.33333%}.large-offset-6{margin-left:50%}.large-8{width:66.66667%}.large-push-8{left:66.66667%}.large-pull-8{left:-66.66667%}.large-offset-7{margin-left:58.33333%}.large-9{width:75%}.large-push-9{left:75%}.large-pull-9{left:-75%}.large-offset-8{margin-left:66.66667%}.large-10{width:83.33333%}.large-push-10{left:83.33333%}.large-pull-10{left:-83.33333%}.large-offset-9{margin-left:75%}.large-11{width:91.66667%}.large-push-11{left:91.66667%}.large-pull-11{left:-91.66667%}.large-offset-10{margin-left:83.33333%}.large-12{width:100%}.large-offset-11{margin-left:91.66667%}.large-up-1>.column,.large-up-1>.columns{width:100%;float:left}.large-up-1>.column:nth-of-type(1n),.large-up-1>.columns:nth-of-type(1n){clear:none}.large-up-1>.column:nth-of-type(1n+1),.large-up-1>.columns:nth-of-type(1n+1){clear:both}.large-up-1>.column:last-child,.large-up-1>.columns:last-child{float:left}.large-up-2>.column,.large-up-2>.columns{width:50%;float:left}.large-up-2>.column:nth-of-type(1n),.large-up-2>.columns:nth-of-type(1n){clear:none}.large-up-2>.column:nth-of-type(2n+1),.large-up-2>.columns:nth-of-type(2n+1){clear:both}.large-up-2>.column:last-child,.large-up-2>.columns:last-child{float:left}.large-up-3>.column,.large-up-3>.columns{width:33.33333%;float:left}.large-up-3>.column:nth-of-type(1n),.large-up-3>.columns:nth-of-type(1n){clear:none}.large-up-3>.column:nth-of-type(3n+1),.large-up-3>.columns:nth-of-type(3n+1){clear:both}.large-up-3>.column:last-child,.large-up-3>.columns:last-child{float:left}.large-up-4>.column,.large-up-4>.columns{width:25%;float:left}.large-up-4>.column:nth-of-type(1n),.large-up-4>.columns:nth-of-type(1n){clear:none}.large-up-4>.column:nth-of-type(4n+1),.large-up-4>.columns:nth-of-type(4n+1){clear:both}.large-up-4>.column:last-child,.large-up-4>.columns:last-child{float:left}.large-up-5>.column,.large-up-5>.columns{width:20%;float:left}.large-up-5>.column:nth-of-type(1n),.large-up-5>.columns:nth-of-type(1n){clear:none}.large-up-5>.column:nth-of-type(5n+1),.large-up-5>.columns:nth-of-type(5n+1){clear:both}.large-up-5>.column:last-child,.large-up-5>.columns:last-child{float:left}.large-up-6>.column,.large-up-6>.columns{width:16.66667%;float:left}.large-up-6>.column:nth-of-type(1n),.large-up-6>.columns:nth-of-type(1n){clear:none}.large-up-6>.column:nth-of-type(6n+1),.large-up-6>.columns:nth-of-type(6n+1){clear:both}.large-up-6>.column:last-child,.large-up-6>.columns:last-child{float:left}.large-up-7>.column,.large-up-7>.columns{width:14.28571%;float:left}.large-up-7>.column:nth-of-type(1n),.large-up-7>.columns:nth-of-type(1n){clear:none}.large-up-7>.column:nth-of-type(7n+1),.large-up-7>.columns:nth-of-type(7n+1){clear:both}.large-up-7>.column:last-child,.large-up-7>.columns:last-child{float:left}.large-up-8>.column,.large-up-8>.columns{width:12.5%;float:left}.large-up-8>.column:nth-of-type(1n),.large-up-8>.columns:nth-of-type(1n){clear:none}.large-up-8>.column:nth-of-type(8n+1),.large-up-8>.columns:nth-of-type(8n+1){clear:both}.large-up-8>.column:last-child,.large-up-8>.columns:last-child{float:left}.large-collapse>.column,.large-collapse>.columns{padding-left:0;padding-right:0}.large-uncollapse>.column,.large-uncollapse>.columns{padding-left:.9375rem;padding-right:.9375rem}.large-centered{float:none;margin-left:auto;margin-right:auto}.large-pull-0,.large-push-0,.large-uncentered{position:static;margin-left:0;margin-right:0}}.breadcrumbs::after,.button-group::after,.clearfix::after,.off-canvas-wrapper-inner::after,.pagination::after,.tabs::after,.title-bar::after,.top-bar::after,hr{clear:both}ol,ul{margin-left:1.25rem}blockquote,dd,div,dl,dt,form,h1,h2,h3,h4,h5,h6,li,ol,p,pre,td,th,ul{margin:0;padding:0}dl,ol,p,ul{margin-bottom:1rem}p{font-size:inherit}em,i{font-style:italic}h1,h2,h3,h4,h5,h6{font-style:normal;color:inherit;margin-top:0;margin-bottom:.5rem;line-height:1.4}code,kbd{background-color:#e6e6e6;color:#0a0a0a;font-family:Consolas,"Liberation Mono",Courier,monospace}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small{color:#cacaca;line-height:0}h1{font-size:1.5rem}h2{font-size:1.25rem}h3{font-size:1.1875rem}h4{font-size:1.125rem}h5{font-size:1.0625rem}h6{font-size:1rem}@media screen and (min-width:40em){h1{font-size:3rem}h2{font-size:2.5rem}h3{font-size:1.9375rem}h4{font-size:1.5625rem}h5{font-size:1.25rem}h6{font-size:1rem}}a{background-color:transparent;color:#2199e8;text-decoration:none;cursor:pointer}a:focus,a:hover{color:#1585cf}a img{border:0}hr{box-sizing:content-box;max-width:75rem;height:0;border-right:0;border-top:0;border-bottom:1px solid #cacaca;border-left:0;margin:1.25rem auto}dl,ol,ul{list-style-position:outside}li{font-size:inherit}ul{list-style-type:disc}.accordion,.menu,.tabs{list-style-type:none}ol ol,ol ul,ul ol,ul ul{margin-left:1.25rem;margin-bottom:0}dl dt{margin-bottom:.3rem;font-weight:700}.subheader,code,label{font-weight:400}blockquote{margin:0 0 1rem;padding:.5625rem 1.25rem 0 1.1875rem;border-left:1px solid #cacaca}blockquote,blockquote p{line-height:1.6;color:#8a8a8a}cite{display:block;font-size:.8125rem;color:#8a8a8a}cite:before{content:'\2014 \0020'}abbr{color:#0a0a0a;cursor:help;border-bottom:1px dotted #0a0a0a}code{border:1px solid #cacaca;padding:.125rem .3125rem .0625rem}kbd{padding:.125rem .25rem 0;margin:0}.subheader{margin-top:.2rem;margin-bottom:.5rem;line-height:1.4;color:#8a8a8a}.lead{font-size:125%;line-height:1.6}.button,.stat{line-height:1}.stat{font-size:2.5rem}p+.stat{margin-top:-1rem}.no-bullet{margin-left:0;list-style:none}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}@media screen and (min-width:40em){.medium-text-left{text-align:left}.medium-text-right{text-align:right}.medium-text-center{text-align:center}.medium-text-justify{text-align:justify}}@media screen and (min-width:64em){.large-text-left{text-align:left}.large-text-right{text-align:right}.large-text-center{text-align:center}.large-text-justify{text-align:justify}}.badge,.button,.input-group-label,.menu.icon-top>li>a,.orbit-bullets{text-align:center}.show-for-print{display:none!important}@media print{blockquote,img,pre,tr{page-break-inside:avoid}*{background:0 0!important;color:#000!important;box-shadow:none!important;text-shadow:none!important}.show-for-print{display:block!important}.hide-for-print{display:none!important}table.show-for-print{display:table!important}thead.show-for-print{display:table-header-group!important}tbody.show-for-print{display:table-row-group!important}tr.show-for-print{display:table-row!important}td.show-for-print,th.show-for-print{display:table-cell!important}a,a:visited{text-decoration:underline}a[href]:after{content:" (" attr(href) ")"}.ir a:after,a[href^='javascript:']:after,a[href^='#']:after{content:''}abbr[title]:after{content:" (" attr(title) ")"}blockquote,pre{border:1px solid #999}thead{display:table-header-group}img{max-width:100%!important}@page{margin:.5cm}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}}.button{display:inline-block;cursor:pointer;-webkit-appearance:none;transition:background-color .25s ease-out,color .25s ease-out;border:1px solid transparent;border-radius:0;padding:.85em 1em;margin:0 0 1rem;font-size:.9rem;background-color:#2199e8;color:#fff}[data-whatinput=mouse] .button{outline:0}.button:focus,.button:hover{background-color:#1583cc;color:#fff}.button.tiny{font-size:.6rem}.button.small{font-size:.75rem}.button.large{font-size:1.25rem}.button.expanded{display:block;width:100%;margin-left:0;margin-right:0}.button.primary{background-color:#2199e8;color:#fff}.button.primary:focus,.button.primary:hover{background-color:#147cc0;color:#fff}.button.secondary{background-color:#777;color:#fff}.button.secondary:focus,.button.secondary:hover{background-color:#5f5f5f;color:#fff}.button.success{background-color:#3adb76;color:#fff}.button.success:focus,.button.success:hover{background-color:#22bb5b;color:#fff}.button.alert{background-color:#ec5840;color:#fff}.button.alert:focus,.button.alert:hover{background-color:#da3116;color:#fff}.button.warning{background-color:#ffae00;color:#fff}.button.warning:focus,.button.warning:hover{background-color:#cc8b00;color:#fff}.button.hollow{border:1px solid #2199e8;color:#2199e8}.button.hollow,.button.hollow:focus,.button.hollow:hover{background-color:transparent}.button.hollow:focus,.button.hollow:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.primary{border:1px solid #2199e8;color:#2199e8}.button.hollow.primary:focus,.button.hollow.primary:hover{border-color:#0c4d78;color:#0c4d78}.button.hollow.secondary{border:1px solid #777;color:#777}.button.hollow.secondary:focus,.button.hollow.secondary:hover{border-color:#3c3c3c;color:#3c3c3c}.button.hollow.success{border:1px solid #3adb76;color:#3adb76}.button.hollow.success:focus,.button.hollow.success:hover{border-color:#157539;color:#157539}.button.hollow.alert{border:1px solid #ec5840;color:#ec5840}.button.hollow.alert:focus,.button.hollow.alert:hover{border-color:#881f0e;color:#881f0e}.button.hollow.warning{border:1px solid #ffae00;color:#ffae00}.button.hollow.warning:focus,.button.hollow.warning:hover{border-color:#805700;color:#805700}.button.disabled,.button[disabled]{opacity:.25;cursor:not-allowed;pointer-events:none}.button.dropdown::after{content:'';width:0;height:0;border:.4em inset;border-color:#fefefe transparent transparent;border-top-style:solid;top:.4em;float:right;margin-left:1em;display:inline-block}.button.arrow-only::after{margin-left:0;float:none;top:.2em}[type=text],[type=password],[type=date],[type=datetime],[type=datetime-local],[type=month],[type=week],[type=email],[type=number],[type=search],[type=tel],[type=time],[type=url],[type=color],textarea{display:block;box-sizing:border-box;width:100%;height:2.4375rem;padding:.5rem;border:1px solid #cacaca;margin:0 0 1rem;font-family:inherit;font-size:1rem;color:#0a0a0a;background-color:#fefefe;box-shadow:inset 0 1px 2px rgba(10,10,10,.1);border-radius:0;transition:box-shadow .5s,border-color .25s ease-in-out;-webkit-appearance:none;-moz-appearance:none}[type=text]:focus,[type=password]:focus,[type=date]:focus,[type=datetime]:focus,[type=datetime-local]:focus,[type=month]:focus,[type=week]:focus,[type=email]:focus,[type=number]:focus,[type=search]:focus,[type=tel]:focus,[type=time]:focus,[type=url]:focus,[type=color]:focus,textarea:focus{border:1px solid #8a8a8a;background-color:#fefefe;outline:0;box-shadow:0 0 5px #cacaca;transition:box-shadow .5s,border-color .25s ease-in-out}textarea{min-height:50px;max-width:100%}textarea[rows]{height:auto}input:disabled,input[readonly],textarea:disabled,textarea[readonly]{background-color:#e6e6e6;cursor:default}[type=submit],[type=button]{border-radius:0;-webkit-appearance:none;-moz-appearance:none}input[type=search]{box-sizing:border-box}[type=file],[type=checkbox],[type=radio]{margin:0 0 1rem}[type=checkbox]+label,[type=radio]+label{display:inline-block;margin-left:.5rem;margin-right:1rem;margin-bottom:0;vertical-align:baseline}label>[type=checkbox],label>[type=label]{margin-right:.5rem}[type=file]{width:100%}label{display:block;margin:0;font-size:.875rem;line-height:1.8;color:#0a0a0a}.form-error,.menu-text,.switch{font-weight:700}label.middle{margin:0 0 1rem;padding:.5625rem 0}.help-text{margin-top:-.5rem;font-size:.8125rem;font-style:italic;color:#333}.input-group{display:table;width:100%;margin-bottom:1rem}.input-group-button a,.input-group-button button,.input-group-button input,fieldset{margin:0}.input-group>:first-child,.input-group>:last-child>*{border-radius:0}.input-group-button,.input-group-field,.input-group-label{display:table-cell;margin:0;vertical-align:middle}.input-group-label{width:1%;height:100%;padding:0 1rem;background:#e6e6e6;color:#0a0a0a;border:1px solid #cacaca}.input-group-label:first-child{border-right:0}.input-group-label:last-child{border-left:0}.input-group-field{border-radius:0;height:2.5rem}.fieldset,select{border:1px solid #cacaca}.input-group-button{height:100%;padding-top:0;padding-bottom:0;text-align:center;width:1%}fieldset{border:0;padding:0}legend{margin-bottom:.5rem}.fieldset{padding:1.25rem;margin:1.125rem 0}.fieldset legend{background:#fefefe;padding:0 .1875rem;margin:0 0 0 -.1875rem}select{height:2.4375rem;padding:.5rem;margin:0 0 1rem;font-size:1rem;font-family:inherit;line-height:normal;color:#0a0a0a;background-color:#fefefe;border-radius:0;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%2851, 51, 51%29"></polygon></svg>');background-size:9px 6px;background-position:right .5rem center;background-repeat:no-repeat}.form-error,.is-invalid-label{color:#ec5840}@media screen and (min-width:0\0){select{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==)}}select:disabled{background-color:#e6e6e6;cursor:default}select::-ms-expand{display:none}select[multiple]{height:auto}.is-invalid-input:not(:focus){background-color:rgba(236,88,64,.1);border-color:#ec5840}.form-error{display:none;margin-top:-.5rem;margin-bottom:1rem;font-size:.75rem}.form-error.is-visible{display:block}.hide{display:none!important}@media screen and (min-width:0em) and (max-width:39.9375em){.hide-for-small-only{display:none!important}}@media screen and (max-width:0em),screen and (min-width:40em){.show-for-small-only{display:none!important}}@media screen and (min-width:40em){.hide-for-medium{display:none!important}}@media screen and (max-width:39.9375em){.show-for-medium{display:none!important}}@media screen and (min-width:40em) and (max-width:63.9375em){.hide-for-medium-only{display:none!important}}@media screen and (max-width:39.9375em),screen and (min-width:64em){.show-for-medium-only{display:none!important}}@media screen and (min-width:64em){.hide-for-large{display:none!important}}@media screen and (max-width:63.9375em){.show-for-large{display:none!important}}@media screen and (min-width:64em) and (max-width:74.9375em){.hide-for-large-only{display:none!important}}@media screen and (max-width:63.9375em),screen and (min-width:75em){.show-for-large-only{display:none!important}}.show-for-sr,.show-on-focus{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.show-on-focus:active,.show-on-focus:focus{position:static!important;height:auto;width:auto;overflow:visible;clip:auto}.hide-for-portrait,.show-for-landscape{display:block!important}@media screen and (orientation:landscape){.hide-for-portrait,.show-for-landscape{display:block!important}.hide-for-landscape,.show-for-portrait{display:none!important}}.hide-for-landscape,.show-for-portrait{display:none!important}@media screen and (orientation:portrait){.hide-for-portrait,.show-for-landscape{display:none!important}.hide-for-landscape,.show-for-portrait{display:block!important}}.float-left{float:left!important}.float-right{float:right!important}.float-center{display:block;margin-left:auto;margin-right:auto}.clearfix::after,.clearfix::before{content:' ';display:table}.accordion{background:#fefefe;border:1px solid #e6e6e6;border-radius:0;margin-left:0}.accordion-title{display:block;padding:1.25rem 1rem;line-height:1;font-size:.75rem;color:#2199e8;position:relative;border-bottom:1px solid #e6e6e6}.accordion-title:focus,.accordion-title:hover{background-color:#e6e6e6}:last-child>.accordion-title{border-bottom-width:0}.accordion-title::before{content:'+';position:absolute;right:1rem;top:50%;margin-top:-.5rem}.is-active>.accordion-title::before{content:'–'}.accordion-content{padding:1rem;display:none;border-bottom:1px solid #e6e6e6;background-color:#fefefe}.is-accordion-submenu-parent>a{position:relative}.is-accordion-submenu-parent>a::after{content:'';display:block;width:0;height:0;border:6px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;position:absolute;top:50%;margin-top:-4px;right:1rem}.is-accordion-submenu-parent[aria-expanded=true]>a::after{-webkit-transform-origin:50% 50%;-ms-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:scaleY(-1);-ms-transform:scaleY(-1);transform:scaleY(-1)}.badge{display:inline-block;padding:.3em;min-width:2.1em;font-size:.6rem;border-radius:50%;background:#2199e8;color:#fefefe}.badge.secondary{background:#777;color:#fefefe}.badge.success{background:#3adb76;color:#fefefe}.badge.alert{background:#ec5840;color:#fefefe}.badge.warning{background:#ffae00;color:#fefefe}.breadcrumbs{list-style:none;margin:0 0 1rem}.breadcrumbs::after,.breadcrumbs::before{content:' ';display:table}.breadcrumbs li{float:left;color:#0a0a0a;font-size:.6875rem;cursor:default;text-transform:uppercase}.breadcrumbs li:not(:last-child)::after{color:#cacaca;content:"/";margin:0 .75rem;position:relative;top:1px;opacity:1}.breadcrumbs a{color:#2199e8}.breadcrumbs a:hover{text-decoration:underline}.breadcrumbs .disabled{color:#cacaca}.button-group{margin-bottom:1rem;font-size:.9rem}.button-group::after,.button-group::before{content:' ';display:table}.button-group .button{float:left;margin:0;font-size:inherit}.button-group .button:not(:last-child){border-right:1px solid #fefefe}.button-group.tiny{font-size:.6rem}.button-group.small{font-size:.75rem}.button-group.large{font-size:1.25rem}.button-group.expanded{display:table;table-layout:fixed;width:100%}.button-group.expanded::after,.button-group.expanded::before{display:none}.button-group.expanded .button{display:table-cell;float:none}.button-group.primary .button{background-color:#2199e8;color:#fff}.button-group.primary .button:focus,.button-group.primary .button:hover{background-color:#147cc0;color:#fff}.button-group.secondary .button{background-color:#777;color:#fff}.button-group.secondary .button:focus,.button-group.secondary .button:hover{background-color:#5f5f5f;color:#fff}.button-group.success .button{background-color:#3adb76;color:#fff}.button-group.success .button:focus,.button-group.success .button:hover{background-color:#22bb5b;color:#fff}.button-group.alert .button{background-color:#ec5840;color:#fff}.button-group.alert .button:focus,.button-group.alert .button:hover{background-color:#da3116;color:#fff}.button-group.warning .button{background-color:#ffae00;color:#fff}.button-group.warning .button:focus,.button-group.warning .button:hover{background-color:#cc8b00;color:#fff}.button-group.stacked .button,.button-group.stacked-for-small .button{width:100%}.button-group.stacked .button:not(:last-child),.button-group.stacked-for-small .button:not(:last-child){border-right:1px solid}@media screen and (min-width:40em){.button-group.stacked-for-small .button{width:auto}.button-group.stacked-for-small .button:not(:last-child){border-right:1px solid #fefefe}}.callout{margin:0 0 1rem;padding:1rem;border:1px solid rgba(10,10,10,.25);border-radius:0;position:relative;color:#0a0a0a;background-color:#fff}.callout>:first-child{margin-top:0}.callout>:last-child{margin-bottom:0}.callout.primary{background-color:#def0fc}.callout.secondary{background-color:#ebebeb}.callout.success{background-color:#e1faea}.callout.alert{background-color:#fce6e2}.callout.warning{background-color:#fff3d9}.callout.small{padding:.5rem}.callout.large{padding:3rem}.close-button{position:absolute;color:#8a8a8a;right:1rem;top:.5rem;font-size:2em;line-height:1;cursor:pointer}[data-whatinput=mouse] .close-button{outline:0}.close-button:focus,.close-button:hover{color:#0a0a0a}.is-drilldown{position:relative;overflow:hidden}.is-drilldown-submenu{position:absolute;top:0;left:100%;z-index:-1;height:100%;width:100%;background:#fefefe;transition:-webkit-transform .15s linear;transition:transform .15s linear}.is-drilldown-submenu-parent>a::after,.js-drilldown-back::before{width:0;content:'';display:block;height:0}.is-drilldown-submenu.is-active{z-index:1;display:block;-webkit-transform:translateX(-100%);-ms-transform:translateX(-100%);transform:translateX(-100%)}.is-drilldown-submenu.is-closing{-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translateX(100%)}.is-drilldown-submenu-parent>a{position:relative}.is-drilldown-submenu-parent>a::after{border:6px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid;position:absolute;top:50%;margin-top:-6px;right:1rem}.js-drilldown-back::before{border:6px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;float:left;margin-right:.75rem;margin-left:.6rem;margin-top:14px}.dropdown-pane{background-color:#fefefe;border:1px solid #cacaca;display:block;padding:1rem;position:absolute;width:300px;z-index:10;border-radius:0}.dropdown-pane.is-open{visibility:visible}.dropdown-pane.tiny{width:100px}.dropdown-pane.small{width:200px}.dropdown-pane.large{width:400px}[data-whatinput=mouse] .dropdown.menu a{outline:0}.dropdown.menu .is-dropdown-submenu-parent{position:relative}.dropdown.menu .is-dropdown-submenu-parent a::after{float:right;margin-top:3px;margin-left:10px}.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow a{padding-right:1.5rem;position:relative}.dropdown.menu .is-dropdown-submenu-parent.is-down-arrow>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:#2199e8 transparent transparent;border-top-style:solid;position:absolute;top:.825rem;right:5px}.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent #2199e8 transparent transparent;border-right-style:solid;float:left;margin-left:0;margin-right:10px}.is-dropdown-menu.vertical.align-right,.menu.align-right>li{float:right}.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow>a::after{content:'';display:block;width:0;height:0;border:5px inset;border-color:transparent transparent transparent #2199e8;border-left-style:solid}.dropdown.menu .is-dropdown-submenu-parent.is-left-arrow.opens-inner .submenu{right:0;left:auto}.dropdown.menu .is-dropdown-submenu-parent.is-right-arrow.opens-inner .submenu{left:0;right:auto}.dropdown.menu .is-dropdown-submenu-parent.opens-inner .submenu{top:100%}.no-js .dropdown.menu ul{display:none}.dropdown.menu .submenu{display:none;position:absolute;top:0;left:100%;min-width:200px;z-index:1;background:#fefefe;border:1px solid #cacaca;margin-top:-1px}.dropdown.menu .submenu>li{width:100%}.dropdown.menu .submenu.first-sub{top:100%;left:0;right:auto}.dropdown.menu .submenu.js-dropdown-active,.dropdown.menu .submenu:not(.js-dropdown-nohover)>.is-dropdown-submenu-parent:hover>.dropdown.menu .submenu{display:block}.dropdown.menu .is-dropdown-submenu-parent.opens-left .submenu{left:auto;right:100%}.dropdown.menu.align-right .submenu.first-sub{top:100%;left:auto;right:0}.is-dropdown-menu.vertical{width:100px}.is-dropdown-menu.vertical>li .submenu{top:0;left:100%}.flex-video{position:relative;height:0;padding-bottom:75%;margin-bottom:1rem;overflow:hidden}.flex-video embed,.flex-video iframe,.flex-video object,.flex-video video{position:absolute;top:0;left:0;width:100%;height:100%}.flex-video.widescreen{padding-bottom:56.25%}.flex-video.vimeo{padding-top:0}.label{display:inline-block;padding:.33333rem .5rem;font-size:.8rem;line-height:1;white-space:nowrap;cursor:default;border-radius:0;background:#2199e8;color:#fefefe}.label.secondary{background:#777;color:#fefefe}.label.success{background:#3adb76;color:#fefefe}.label.alert{background:#ec5840;color:#fefefe}.label.warning{background:#ffae00;color:#fefefe}.media-object{margin-bottom:1rem;display:block}.media-object img{max-width:none}@media screen and (min-width:0em) and (max-width:39.9375em){.media-object.stack-for-small .media-object-section{display:block;padding:0 0 1rem}.media-object.stack-for-small .media-object-section img{width:100%}}.media-object-section{display:table-cell;vertical-align:top}.media-object-section:first-child{padding-right:1rem}.media-object-section:last-child:not(+.media-object-section:first-child){padding-left:1rem}.media-object-section.middle{vertical-align:middle}.media-object-section.bottom{vertical-align:bottom}.menu>li,.menu>li>a>i,.menu>li>a>img,.menu>li>a>span{vertical-align:middle}.menu{margin:0}[data-whatinput=mouse] .menu>li{outline:0}.menu>li:not(.menu-text)>a{display:block;padding:.7rem 1rem;line-height:1}.menu a,.menu button,.menu input{margin-bottom:0}.menu>li>a>i,.menu>li>a>img{display:inline-block;margin-right:.25rem}.menu>li{display:table-cell}.menu.vertical>li{display:block}@media screen and (min-width:40em){.menu.medium-horizontal>li{display:table-cell}.menu.medium-vertical>li{display:block}}@media screen and (min-width:64em){.menu.large-horizontal>li{display:table-cell}.menu.large-vertical>li{display:block}}.menu.simple a{padding:0;margin-right:1rem}.menu.expanded{display:table;table-layout:fixed;width:100%}.menu.expanded>li:first-child:last-child{width:100%}.menu.icon-top>li>a>i,.menu.icon-top>li>a>img{display:block;margin:0 auto .25rem}.menu.nested{margin-left:1rem}.menu-text{color:inherit;line-height:1;padding:.7rem 1rem}.no-js [data-responsive-menu] ul{display:none}body,html{height:100%}.off-canvas-wrapper{width:100%;overflow-x:hidden;position:relative;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-overflow-scrolling:auto}.off-canvas-wrapper-inner{position:relative;width:100%;transition:-webkit-transform .5s ease;transition:transform .5s ease}.off-canvas-wrapper-inner::after,.off-canvas-wrapper-inner::before{content:' ';display:table}.off-canvas-content{min-height:100%;background:#fefefe;transition:-webkit-transform .5s ease;transition:transform .5s ease;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;box-shadow:0 0 10px rgba(10,10,10,.5)}.js-off-canvas-exit{display:none;position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(254,254,254,.25);cursor:pointer;transition:background .5s ease}.is-off-canvas-open .js-off-canvas-exit{display:block}.off-canvas{position:absolute;background:#e6e6e6;z-index:-1;max-height:100%;overflow-y:auto;-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translateX(0)}.orbit-caption,.orbit-next:active,.orbit-next:focus,.orbit-next:hover,.orbit-previous:active,.orbit-previous:focus,.orbit-previous:hover{background-color:rgba(10,10,10,.5)}[data-whatinput=mouse] .off-canvas{outline:0}.off-canvas.position-left{left:-250px;top:0;width:250px}.is-open-left{-webkit-transform:translateX(250px);-ms-transform:translateX(250px);transform:translateX(250px)}.off-canvas.position-right{right:-250px;top:0;width:250px}.is-open-right{-webkit-transform:translateX(-250px);-ms-transform:translateX(-250px);transform:translateX(-250px)}@media screen and (min-width:40em){.position-left.reveal-for-medium{left:0;z-index:auto;position:fixed}.position-left.reveal-for-medium~.off-canvas-content{margin-left:250px}.position-right.reveal-for-medium{right:0;z-index:auto;position:fixed}.position-right.reveal-for-medium~.off-canvas-content{margin-right:250px}}@media screen and (min-width:64em){.position-left.reveal-for-large{left:0;z-index:auto;position:fixed}.position-left.reveal-for-large~.off-canvas-content{margin-left:250px}.position-right.reveal-for-large{right:0;z-index:auto;position:fixed}.position-right.reveal-for-large~.off-canvas-content{margin-right:250px}}.orbit,.orbit-container{position:relative}.orbit-container{margin:0;overflow:hidden;list-style:none}.orbit-caption,.orbit-next,.orbit-previous{position:absolute;padding:1rem;color:#fefefe}.orbit-slide{width:100%;max-height:100%}.orbit-slide.no-motionui.is-active{top:0;left:0}.orbit-figure{margin:0}.orbit-image{margin:0;width:100%;max-width:100%}.orbit-caption{width:100%;margin-bottom:0}.orbit-next,.orbit-previous{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);z-index:10}[data-whatinput=mouse] .orbit-next,[data-whatinput=mouse] .orbit-previous{outline:0}.orbit-previous{left:0}.orbit-next{left:auto;right:0}.orbit-bullets{position:relative;margin-top:.8rem;margin-bottom:.8rem}[data-whatinput=mouse] .orbit-bullets{outline:0}.orbit-bullets button{width:1.2rem;height:1.2rem;margin:.1rem;background-color:#cacaca;border-radius:50%}.orbit-bullets button.is-active,.orbit-bullets button:hover{background-color:#8a8a8a}.pagination{margin-left:0;margin-bottom:1rem}.pagination::after,.pagination::before{content:' ';display:table}.pagination li{font-size:.875rem;margin-right:.0625rem;display:none;border-radius:0}.pagination li:first-child,.pagination li:last-child{display:inline-block}@media screen and (min-width:40em){.pagination li{display:inline-block}.reveal{min-height:0}}.pagination a,.pagination button{color:#0a0a0a;display:block;padding:.1875rem .625rem;border-radius:0}.pagination a:hover,.pagination button:hover{background:#e6e6e6}.pagination .current{padding:.1875rem .625rem;background:#2199e8;color:#fefefe;cursor:default}.pagination .disabled{padding:.1875rem .625rem;color:#cacaca;cursor:default}.pagination .disabled:hover{background:0 0}.pagination .ellipsis::after{content:'…';padding:.1875rem .625rem;color:#0a0a0a}.pagination-previous a::before,.pagination-previous.disabled::before{content:'«';display:inline-block;margin-right:.5rem}.pagination-next a::after,.pagination-next.disabled::after{content:'»';display:inline-block;margin-left:.5rem}.progress{background-color:#cacaca;height:1rem;margin-bottom:1rem;border-radius:0}.progress.primary .progress-meter{background-color:#2199e8}.progress.secondary .progress-meter{background-color:#777}.progress.success .progress-meter{background-color:#3adb76}.progress.alert .progress-meter{background-color:#ec5840}.progress.warning .progress-meter{background-color:#ffae00}.progress-meter{position:relative;display:block;width:0;height:100%;background-color:#2199e8;border-radius:0}.progress-meter .progress-meter-text{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);margin:0;font-size:.75rem;font-weight:700;color:#fefefe;white-space:nowrap}.slider-fill,.slider-handle{left:0;display:inline-block}.slider{position:relative;height:.5rem;margin-top:1.25rem;margin-bottom:2.25rem;background-color:#e6e6e6;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:none;touch-action:none}.slider-fill{position:absolute;top:0;max-width:100%;height:.5rem;background-color:#cacaca;transition:all .2s ease-in-out}.slider-fill.is-dragging{transition:all 0s linear}.slider-handle{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute;z-index:1;width:1.4rem;height:1.4rem;background-color:#2199e8;transition:all .2s ease-in-out;-ms-touch-action:manipulation;touch-action:manipulation;border-radius:0}[data-whatinput=mouse] .slider-handle{outline:0}.slider-handle:hover{background-color:#1583cc}.slider-handle.is-dragging{transition:all 0s linear}.slider.disabled,.slider[disabled]{opacity:.25;cursor:not-allowed}.slider.vertical{display:inline-block;width:.5rem;height:12.5rem;margin:0 1.25rem;-webkit-transform:scale(1,-1);-ms-transform:scale(1,-1);transform:scale(1,-1)}.slider.vertical .slider-fill{top:0;width:.5rem;max-height:100%}.slider.vertical .slider-handle{position:absolute;top:0;left:50%;width:1.4rem;height:1.4rem;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.sticky-container{position:relative}.sticky{position:absolute;z-index:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.sticky.is-stuck{position:fixed;z-index:5}.sticky.is-stuck.is-at-top{top:0}.sticky.is-anchored{position:absolute;left:auto;right:auto}body.is-reveal-open{overflow:hidden}.reveal-overlay{display:none;position:fixed;top:0;bottom:0;left:0;right:0;z-index:1005;background-color:rgba(10,10,10,.45);overflow-y:scroll}.reveal{display:none;z-index:1006;padding:1rem;border:1px solid #cacaca;margin:100px auto 0;background-color:#fefefe;border-radius:0;position:absolute;overflow-y:auto}.switch-paddle,.switch-paddle::after{display:block;transition:all .25s ease-out}[data-whatinput=mouse] .reveal{outline:0}.reveal .column,.reveal .columns{min-width:0}.reveal>:last-child{margin-bottom:0}.reveal.collapse{padding:0}caption,tbody td,tbody th{padding:.5rem .625rem .625rem}@media screen and (min-width:40em){.reveal{width:600px;max-width:75rem}.reveal .reveal{left:auto;right:auto;margin:0 auto}.reveal.tiny{width:30%;max-width:75rem}.reveal.small{width:50%;max-width:75rem}.reveal.large{width:90%;max-width:75rem}}.reveal.full{top:0;left:0;width:100%;height:100%;height:100vh;min-height:100vh;max-width:none;margin-left:0;border:0}.switch{margin-bottom:1rem;outline:0;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fefefe;font-size:.875rem}.switch-input{opacity:0;position:absolute}.switch-paddle{background:#cacaca;cursor:pointer;position:relative;width:4rem;height:2rem;border-radius:0;color:inherit;font-weight:inherit}.has-tip,.title-bar-title,caption{font-weight:700}input+.switch-paddle{margin:0}.switch-paddle::after{background:#fefefe;content:'';position:absolute;height:1.5rem;left:.25rem;top:.25rem;width:1.5rem;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);border-radius:0}.switch-active,.switch-inactive,.tooltip.left::before{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%)}input:checked~.switch-paddle{background:#2199e8}input:checked~.switch-paddle::after{left:2.25rem}[data-whatinput=mouse] input:focus~.switch-paddle{outline:0}.switch-active,.switch-inactive{position:absolute;top:50%;transform:translateY(-50%)}.switch-active{left:8%;display:none}input:checked+label>.switch-active{display:block}.switch-inactive{right:15%}input:checked+label>.switch-inactive{display:none}.switch.tiny .switch-paddle{width:3rem;height:1.5rem;font-size:.625rem}.switch.tiny .switch-paddle::after{width:1rem;height:1rem}.switch.tiny input:checked~.switch-paddle:after{left:1.75rem}.switch.small .switch-paddle{width:3.5rem;height:1.75rem;font-size:.75rem}.switch.small .switch-paddle::after{width:1.25rem;height:1.25rem}.switch.small input:checked~.switch-paddle:after{left:2rem}.switch.large .switch-paddle{width:5rem;height:2.5rem;font-size:1rem}.switch.large .switch-paddle::after{width:2rem;height:2rem}.switch.large input:checked~.switch-paddle:after{left:2.75rem}table{border-collapse:collapse;border-spacing:0;margin-bottom:1rem;border-radius:0}tbody,tfoot,thead{border:1px solid #f1f1f1;background-color:#fefefe}tfoot,thead{background:#f8f8f8;color:#0a0a0a}tfoot tr,thead tr{background:0 0}tfoot td,tfoot th,thead td,thead th{padding:.5rem .625rem .625rem;font-weight:700;text-align:left}tbody tr:nth-child(even){background-color:#f1f1f1}@media screen and (max-width:63.9375em){table.stack tfoot,table.stack thead{display:none}table.stack td,table.stack th,table.stack tr{display:block}table.stack td{border-top:0}}.tabs,.tabs-content{border:1px solid #e6e6e6}table.scroll{display:block;width:100%;overflow-x:auto}table.hover tr:hover{background-color:#f9f9f9}table.hover tr:nth-of-type(even):hover{background-color:#ececec}.tabs{margin:0;background:#fefefe}.tabs::after,.tabs::before{content:' ';display:table}.tabs.vertical>li{width:auto;float:none;display:block}.tabs-title,.title-bar-left{float:left}.tabs.simple>li>a{padding:0}.tabs.simple>li>a:hover{background:0 0}.tabs.primary{background:#2199e8}.tabs.primary>li>a{color:#fefefe}.tabs.primary>li>a:focus,.tabs.primary>li>a:hover{background:#1893e4}.tabs-title>a{display:block;padding:1.25rem 1.5rem;line-height:1;font-size:12px;color:#2199e8}.tabs-title>a:hover{background:#fefefe}.tabs-title>a:focus,.tabs-title>a[aria-selected=true]{background:#e6e6e6}.tabs-content{background:#fefefe;transition:all .5s ease;border-top:0}.tabs-content.vertical{border:1px solid #e6e6e6;border-left:0}.tabs-panel{display:none;padding:1rem}.tabs-panel.is-active{display:block}.thumbnail{border:4px solid #fefefe;box-shadow:0 0 0 1px rgba(10,10,10,.2);display:inline-block;line-height:0;max-width:100%;transition:box-shadow .2s ease-out;border-radius:0;margin-bottom:1rem}.thumbnail:focus,.thumbnail:hover{box-shadow:0 0 6px 1px rgba(33,153,232,.5)}.title-bar{background:#0a0a0a;color:#fefefe;padding:.5rem}.title-bar::after,.title-bar::before{content:' ';display:table}.menu-icon,.title-bar-title{display:inline-block;vertical-align:middle}.title-bar .menu-icon{margin-left:.25rem;margin-right:.5rem}.title-bar-right{float:right;text-align:right}.menu-icon{position:relative;cursor:pointer;width:20px;height:16px}.menu-icon::after{content:'';position:absolute;display:block;width:100%;height:2px;background:#fefefe;top:0;left:0;box-shadow:0 7px 0 #fefefe,0 14px 0 #fefefe}.menu-icon:hover::after{background:#cacaca;box-shadow:0 7px 0 #cacaca,0 14px 0 #cacaca}.has-tip{border-bottom:dotted 1px #8a8a8a;position:relative;display:inline-block;cursor:help}.tooltip.top::before,.tooltip::before{content:'';display:block;width:0;height:0}.tooltip{background-color:#0a0a0a;color:#fefefe;font-size:80%;padding:.75rem;position:absolute;z-index:10;top:calc(100% + .6495rem);max-width:10rem!important;border-radius:0}.tooltip::before{border:.75rem inset;border-color:transparent transparent #0a0a0a;border-bottom-style:solid;bottom:100%;position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.tooltip.top::before{border:.75rem inset;border-color:#0a0a0a transparent transparent;border-top-style:solid;top:100%;bottom:auto}.tooltip.left::before,.tooltip.right::before{content:'';display:block;width:0;height:0;bottom:auto;top:50%}.tooltip.left::before{border:.75rem inset;border-color:transparent transparent transparent #0a0a0a;border-left-style:solid;left:100%;transform:translateY(-50%)}.tooltip.right::before{border:.75rem inset;border-color:transparent #0a0a0a transparent transparent;border-right-style:solid;left:auto;right:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.top-bar{padding:.5rem}.top-bar::after,.top-bar::before{content:' ';display:table}.top-bar,.top-bar ul{background-color:#e6e6e6}.top-bar a{color:#2199e8}.top-bar input{width:200px;margin-right:1rem}.top-bar input.button{width:auto}@media screen and (max-width:39.9375em){.stacked-for-small .top-bar-left,.stacked-for-small .top-bar-right{width:100%}}@media screen and (max-width:63.9375em){.stacked-for-medium .top-bar-left,.stacked-for-medium .top-bar-right{width:100%}}@media screen and (max-width:74.9375em){.stacked-for-large .top-bar-left,.stacked-for-large .top-bar-right{width:100%}}@media screen and (min-width:0em) and (max-width:39.9375em){.top-bar-left,.top-bar-right{width:100%}}.top-bar-left{float:left}.top-bar-right{float:right}
body.theme-default .button-theme,
body.theme-default .button-theme:focus,
body.theme-default #modal-default header nav.actions .button,
body.theme-default #modal-message header nav.actions .button,
body.theme-default #modal-messageCookies header nav.actions .button,
body.theme-default #modal-confirm header nav.actions .button,
body #modal-default.theme-default header nav.actions .button {
  background-color: #00a826;
}
body.theme-default .font-theme,
body.theme-default .font-theme:hover,
body.theme-default .font-theme:focus,
body.theme-default .font-theme:active,
body.theme-default #loginControl .button-link,
#announcement-control .is-active a,
#mypromo-control .is-active a {
  color: #00a826;
}
body.theme-default .border-theme,
body.theme-default #modal-default,
body.theme-default #modal-message,
body.theme-default #modal-messageCookies,
body.theme-default #modal-confirm,
body.theme-default #modal-timeout-message,
body #modal-default.theme-default {
  border-color: #00a826;
}
body.theme-default #modal-default header,
body.theme-default #modal-message header,
body.theme-default #modal-messageCookies header,
body.theme-default #modal-confirm header,
body.theme-default #modal-default header nav.actions .button::before,
body.theme-default #modal-message header nav.actions .button::before,
body.theme-default #modal-messageCookies header nav.actions .button::before,
body.theme-default #modal-confirm header nav.actions .button::before,
body.theme-default #modal-timeout-message header,
body #modal-default.theme-default header nav.actions .button::before {
  border-top-color: #00a826;
}
body.theme-default .button-theme:hover {
  background-color: #00c22c;
}
body.theme-default .button-theme.flip-hover {
  border: 1px solid transparent;
}
body.theme-default .button-theme.empty-hover:hover {
  background-color: white;
  color: #00a826;
  border-color: #00a826;
}
body.theme-default .button-theme.flip-hover:hover {
  background-color: white;
  color: #00a826;
  border-color: #00a826;
}
body.theme-default .button-theme-light {
  background-color: #00a826;
  border: 1px solid #00a826;
  color: #FFFFFF;
}
body.theme-default .button-theme-light:hover {
  background-color: #FFFFFF;
  color: #00a826;
}
body.theme-default .button-theme-white {
  background-color: #00a826;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
body.theme-default .button-theme-white:hover {
  background-color: #FFFFFF;
  color: #00a826;
  border-color: #00a826;
}
body.theme-default .border-theme-after:after {
  border-color: #00a826;
}
body.theme-default .border-theme-after:hover:after {
  border-color: #00c22c;
}
body.theme-default .header-logo.zh {
  background-image: url("/Assets/img/betway-logo.png");
}
body.theme-default .header-logo.th {
  background-image: url("/Assets/img/betway-logo-th.png");
}
body.theme-default #loginControl .button-link:hover {
  color: #00db32;
}
body.theme-default #loginControl .icon-livechat {
  background: url("/Assets/img/Common/common-sprite.png?v=2") 0 -43px no-repeat;
}
body.theme-default .site-wrapper .button-default {
  background: url("/Assets/img/Common/Button/sport_buttonshape.png") no-repeat;
}
body.theme-default .site-wrapper .button-default:hover {
  background: url("/Assets/img/Common/Button/sport_buttonshape.png") no-repeat;
  background-position: 0 -567px;
}
body.custom-default .button-theme-white {
  background-color: #00a826;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
body.custom-default .button-theme-white:hover {
  background-color: #FFFFFF;
  color: #00a826;
  border-color: #00a826;
}
body.theme-default #modal-default header nav.actions .button::after,
body.theme-default #modal-message header nav.actions .button::after,
body.theme-default #modal-messageCookies header nav.actions .button::after,
body.theme-default #modal-confirm header nav.actions .button::after {
  border-bottom-color: #00a826;
}
body.theme-default #modal-default header nav.actions .button:hover,
body.theme-default #modal-message header nav.actions .button:hover,
body.theme-default #modal-messageCookies header nav.actions .button:hover,
body.theme-default #modal-confirm header nav.actions .button:hover {
  background-color: #00c22c;
}
body.theme-default #modal-default header nav.actions .button:hover::before,
body.theme-default #modal-message header nav.actions .button:hover::before,
body.theme-default #modal-messageCookies header nav.actions .button:hover::before,
body.theme-default #modal-confirm header nav.actions .button:hover::before {
  border-top-color: #00c22c;
}
body.theme-default #modal-default header nav.actions .button:hover::after,
body.theme-default #modal-message header nav.actions .button:hover::after,
body.theme-default #modal-messageCookies header nav.actions .button:hover::after,
body.theme-default #modal-confirm header nav.actions .button:hover::after {
  border-bottom-color: #00c22c;
}
body #modal-default.theme-default header nav.actions .button::after {
  border-bottom-color: #00a826;
}
body #modal-default.theme-default header nav.actions .button:hover {
  background-color: #00c22c;
}
body #modal-default.theme-default header nav.actions .button:hover::before {
  border-top-color: #00c22c;
}
body #modal-default.theme-default header nav.actions .button:hover::after {
  border-bottom-color: #00c22c;
}
#announcement-content .accordion-title:before {
  border-top-color: #00a826;
  border-bottom-color: #00a826;
}
#gameCategory nav a.selected {
  border-left-color: #00a826;
}
.header-nav a.theme-default.active,
.header-nav a.theme-default:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-default.active,
.side-bar-nav .columns.theme-default:hover {
  border-color: #00a826;
}
.header-nav a.theme-home.active,
.header-nav a.theme-home:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-home.active,
.side-bar-nav .columns.theme-home:hover {
  border-color: #00a826;
}
.header-nav a.theme-sports.active,
.header-nav a.theme-sports:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-sports.active,
.side-bar-nav .columns.theme-sports:hover {
  border-color: #00a826;
}
.header-nav a.theme-dgtsports.active,
.header-nav a.theme-dgtsports:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-dgtsports.active,
.side-bar-nav .columns.theme-dgtsports:hover {
  border-color: #00a826;
}
.header-nav a.theme-sabasports.active,
.header-nav a.theme-sabasports:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-sabasports.active,
.side-bar-nav .columns.theme-sabasports:hover {
  border-color: #00a826;
}
.header-nav a.theme-ipsbsports.active,
.header-nav a.theme-ipsbsports:hover {
  border-color: #00a826;
}
.side-bar-nav .columns.theme-ipsbsports.active,
.side-bar-nav .columns.theme-ipsbsports:hover {
  border-color: #00a826;
}
.header-nav a.theme-esports.active,
.header-nav a.theme-esports:hover {
  border-color: #aa00cc;
}
.side-bar-nav .columns.theme-esports.active,
.side-bar-nav .columns.theme-esports:hover {
  border-color: #aa00cc;
}
.header-nav a.theme-casino.active,
.header-nav a.theme-casino:hover {
  border-color: #66cae0;
}
.side-bar-nav .columns.theme-casino.active,
.side-bar-nav .columns.theme-casino:hover {
  border-color: #66cae0;
}
.header-nav a.theme-slot.active,
.header-nav a.theme-slot:hover {
  border-color: #ed1c24;
}
.side-bar-nav .columns.theme-slot.active,
.side-bar-nav .columns.theme-slot:hover {
  border-color: #ed1c24;
}
.header-nav a.theme-p2p.active,
.header-nav a.theme-p2p:hover {
  border-color: #f78e1e;
}
.side-bar-nav .columns.theme-p2p.active,
.side-bar-nav .columns.theme-p2p:hover {
  border-color: #f78e1e;
}
.header-nav a.theme-keno.active,
.header-nav a.theme-keno:hover {
  border-color: #ef5ba1;
}
.side-bar-nav .columns.theme-keno.active,
.side-bar-nav .columns.theme-keno:hover {
  border-color: #ef5ba1;
}
.header-nav a.theme-insider.active,
.header-nav a.theme-insider:hover {
  border-color: #81c341;
}
.side-bar-nav .columns.theme-insider.active,
.side-bar-nav .columns.theme-insider:hover {
  border-color: #81c341;
}
.header-nav a.theme-promotion.active,
.header-nav a.theme-promotion:hover {
  border-color: #ffc21f;
}
.side-bar-nav .columns.theme-promotion.active,
.side-bar-nav .columns.theme-promotion:hover {
  border-color: #ffc21f;
}
.header-nav a.theme-common.active,
.header-nav a.theme-common:hover {
  border-color: #ffffff;
}
.side-bar-nav .columns.theme-common.active,
.side-bar-nav .columns.theme-common:hover {
  border-color: #ffffff;
}
.header-nav a.theme-livebet.active,
.header-nav a.theme-livebet:hover {
  border-color: #acc540;
}
.side-bar-nav .columns.theme-livebet.active,
.side-bar-nav .columns.theme-livebet:hover {
  border-color: #acc540;
}
.header-nav a.theme-virtual-sport.active,
.header-nav a.theme-virtual-sport:hover {
  border-color: #00a19a;
}
.side-bar-nav .columns.theme-virtual-sport.active,
.side-bar-nav .columns.theme-virtual-sport:hover {
  border-color: #00a19a;
}
.header-nav a.theme-instantgames.active,
.header-nav a.theme-instantgames:hover {
  border-color: #0054a4;
}
.side-bar-nav .columns.theme-instantgames.active,
.side-bar-nav .columns.theme-instantgames:hover {
  border-color: #0054a4;
}
/* offcanvas */
.offcanvas-wrapper .side-bar-left {
    left: -320px;
    padding-left: 45px;
}

.offcanvas-wrapper .side-bar-right {
    right: -320px;
}

.offcanvas-wrapper.offcanvas-left .side-bar-left {
    padding-left: 45px;
}

.offcanvas-wrapper.offcanvas-right .side-bar-right {
    padding-right: 45px;
}

.offcanvas-wrapper .side-bar-left .side-bar-menu {
    left: -45px;
}

.offcanvas-wrapper .side-bar-left .side-bar-gadget {
    left: 275px;
}

.offcanvas-wrapper .side-bar-right .side-bar-menu {
    right: -45px;
}

.offcanvas-wrapper .side-bar-right .side-bar-gadget {
    right: 275px;
}

.offcanvas-left.open-left .side-bar-left .side-bar-view {
    left: 320px;
}

.offcanvas-left.open-left .side-bar-left .side-bar-menu {
    left: 275px;
}

.offcanvas-left.open-left.offcanvas-empty-menu-left .side-bar-left .side-bar-view {
    left: 275px;
}

.offcanvas-left.open-left.offcanvas-empty-menu-left .side-bar-left .side-bar-menu {
    left: 230px;
}

.offcanvas-right.open-right .side-bar-right .side-bar-view {
    right: 320px;
}

.offcanvas-right.open-right .side-bar-right .side-bar-menu {
    right: 275px;
}

.offcanvas-right.open-right.offcanvas-empty-menu-right .side-bar-right .side-bar-view {
    right: 275px;
}

.offcanvas-right.open-right.offcanvas-empty-menu-right .side-bar-right .side-bar-menu {
    right: 230px;
}

.offcanvas-wrapper.open-left .site-wrapper-overlay,
.menu-opened .site-wrapper-overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    background-color: rgba(0,0,0,0.75);
    z-index: 997;
    top: 0;
    left: 0;
}

@media screen and (min-width: 40em) {
    .offcanvas-wrapper {
        padding-left: 0;
        padding-right: 0;
    }

    /*.offcanvas-left {
        padding-left: 45px;
    }*/

    .offcanvas-right {
        padding-right: 45px;
    }

    /*.offcanvas-wrapper .side-bar-left .side-bar-gadget,
    .offcanvas-left.open-left.offcanvas-empty-menu-left .side-bar-left .side-bar-view {
        left: 320px !important;
    }*/

    /*.offcanvas-wrapper.offcanvas-left .side-bar-left .side-bar-menu,
    .offcanvas-left.open-left.offcanvas-empty-menu-left .side-bar-left .side-bar-menu {
        left: 275px !important;
    }*/

    .offcanvas-wrapper .side-bar-right .side-bar-gadget,
    .offcanvas-right.open-right.offcanvas-empty-menu-right .side-bar-right .side-bar-view {
        right: 320px !important;
    }

    .offcanvas-wrapper.offcanvas-right .side-bar-right .side-bar-menu,
    .offcanvas-right.open-right.offcanvas-empty-menu-right .side-bar-right .side-bar-menu {
        right: 275px !important;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .offcanvas-left .site-content,
    .offcanvas-right .site-content {
        min-width: 34em;
    }

    .offcanvas-left.offcanvas-right .site-content {
        min-width: 31em;
    }
}

@media screen and (min-width: 64em) {
    .offcanvas-left .site-content,
    .offcanvas-right .site-content {
        min-width: 58em;
    }

    .offcanvas-left.offcanvas-right .site-content {
        min-width: 55em;
    }
}

.common-sprite {
    background: url(/Assets/img/Common/common-sprite.png?v=1) no-repeat;
}

    .common-sprite.download-white {
        background-position: -73px -741px;
    }

    .common-sprite.coupon-bonus {
        background-position: 50px -741px;
    }

/* Betway default */
#css-async-cover {
    display: none !important;
}

*:focus {
    outline: none;
}

body {
    color: white;
}

    body.ios-fp-captcha-reveal {
        position: relative !important;
        left: auto !important;
        top: auto !important;
    }

    body * {
        font-family: "Microsoft YaHei", "Arial","HELVETICA", "Tahoma", "sans-serif" !important;
        color: inherit;
    }

.lpchat-container {
    display: none !important;
}

a:active,
a:focus {
    outline-style: none;
    color: inherit;
}

a.link-default {
    text-decoration: none;
}

    a.link-default:hover {
        text-decoration: underline;
    }

.button-default {
    font-size: 40px;
    display: inline-block;
    margin: 20px 0;
    padding: 15px 15px 15px 40px;
    max-width: 60%;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    border-bottom-right-radius: 2px;
    background-position: top left;
    color: #FFFFFF;
    font-weight: bold;
    border: 1px solid transparent;
}

    .button-default:hover {
        color: #FFFFFF;
    }

@media screen and (max-width: 39.9375em) {
    .button-default {
        max-width: 100%;
        font-size: 20px;
        padding: 10px 15px 10px 25px;
    }
}

@media screen and (min-width: 40em) and (max-width: 63.9375em) {
    .button-default {
        max-width: 100%;
        font-size: 30px;
    }
}

.style-cancel-button {
    background-color: #DE1B35;
}

    .style-cancel-button:hover {
        background-color: #EB2842;
    }

.style-resubmit-button {
    background-color: #00A826;
    font-size: 11px;
}

.style-default-select {
    position: relative;
    margin: 0 0 1rem;
}

    .style-default-select select {
        background-color: #313131;
        background-image: none;
        color: #CCCCCC;
        font-size: 14px;
        border: none;
        height: 30px;
        margin: 0;
        padding: 0 5px;
    }

    .style-default-select:after {
        position: absolute;
        bottom: 4px;
        right: 4px;
        content: " ";
        border-bottom: 7px solid #FFFFFF;
        border-left: 7px solid transparent;
    }

/* Foundation default override */
body {
    position: relative;
    overflow-x: hidden;
}

form {
    height: 100%;
}

iframe {
    border: none;
    width: 100%;
    height: 100%;
}

.row.expanded .row {
    margin: 0 auto;
}

.button {
    transition: none;
}

.has-tip {
    border-bottom: none;
    cursor: auto;
}

.reveal-overlay {
    overflow: hidden;
}

.tooltip {
    padding-right: 10px;
    background-color: #FFFFFF;
    color: #000000;
    font-weight: bold;
    border-radius: 3px;
    box-shadow: 2px 4px 5px #121212;
    z-index: 999;
}

    .tooltip::before {
        border-color: transparent transparent transparent #FFFFFF !important;
    }

.highlight {
    color: #FFC421;
    font-weight: bold;
}

input[readonly] {
    cursor: not-allowed;
}

select:focus {
    outline: 0;
    box-shadow: 0 0 5px #cacaca;
    transition: box-shadow .5s,border-color .25s ease-in-out;
}

/* Foundation default extended */
.reveal.medium {
    width: 60%;
}

.reveal.full {
    margin-top: 0 !important;
    position: fixed;
    top: 0 !important;
}

/* Header Flex style*/
.header-main-body {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    padding-right: 0px;
}

    /**Euro 2021 Style**/

    .header-main-body .euro-cup-header {
        display: none;
    }

.euro-coundown-mobile {
    display: none;
}

.euro-countdown-web {
    display: none;
    margin-left: auto;
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .euro-countdown-web {
        width: 350px;
    }

    body.th .euro-countdown-web {
        width: 325px;
    }
}

.euro-countdown-web.with-login {
    margin-right: 16em;
}

.euro-countdown {
    color: #FFF;
    display: flex;
    flex-flow: column;
    align-items: center;
    z-index: 10;
    cursor: pointer;
}

a.euro-countdown:hover {
    color: #FFF;
}

.euro-countdown .timer-container {
    display: flex;
    flex-flow: row;
    position: relative;
}

.euro-countdown .euro-timer-container-outer {
    position: absolute;
    right: 22%;
    width: 39.5%;
    top: 15%;
}

body.th .euro-countdown .euro-timer-container-outer {
    position: absolute;
    right: 23%;
    width: 38.5%;
    top: 15%;
}

.euro-countdown-web .euro-countdown .timer-container {
    height: 70px;
}

.euro-countdown-web #football-banner {
    height: 100%;
    align-self: flex-end;
}

.euro-countdown .timer-container .euro-timer-container {
    display: none;
    flex-flow: row;
    justify-content: space-between;
}

    .euro-countdown .timer-container .euro-timer-container .timer-counter {
        font-size: 1.5rem;
        text-align: center;
        font-weight: bold;
    }

body.zh .hour-counter.timer-counter.mh-counter {
    padding-left: 0.5rem;
}

body.th .hour-counter.timer-counter.mh-counter {
    padding-left: 0.25rem;
}

.euro-country-container {
    display: none;
}

.drop-down-country .euro-country-container-header {
    display: none;
}

@media screen and (max-width:1200px) and (min-width:625px) {
    .euro-countdown .euro-timer-container-outer {
        right: 23%;
        width: 38%;
        top: 25%;
    }

    .euro-countdown .timer-container .euro-timer-container .timer-counter {
        font-size: 1.25rem;
    }

    .hour-counter.timer-counter.mh-counter {
        padding-left: 0.75rem;
    }

    body.th .hour-counter.timer-counter.mh-counter {
        padding-left: 0.5rem;
    }
}

@media screen and (max-width:624px) {
    body.zh .euro-countdown .euro-timer-container-outer {
        right: 24.5%;
        width: 38.5%;
        top: 15%;
    }

    body.th .euro-countdown .euro-timer-container-outer {
        right: 22%;
        width: 39.5%;
        top: 15%;
    }

    .euro-countdown .timer-container .euro-timer-container .timer-counter {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 31.9333em) and (max-width: 39.9333em) {
    .small-up-1.small-extend > .column,
    .small-up-1.small-extend > .columns {
        width: 50%;
        clear: none !important;
    }
}

@media screen and (min-width: 64em) {
    .large-up-4 > .column,
    .large-up-4 > .columns {
        clear: none !important;
    }

    .row.expanded.percent-padding {
        padding-left: 3%;
        padding-right: 3%;
    }
}

@media screen and (min-width: 80em) {
    .xlarge-up-5 > .column,
    .xlarge-up-5 > .columns {
        width: 20%;
        clear: none !important;
    }
}

.row.expanded.limit {
    max-width: 1920px;
}

/* Swiper */
.swiper-button-disabled {
    display: none;
}

/* JQuery UI Themes */
.ui-datepicker {
    background-color: #CCCCCC;
}

    .ui-datepicker .ui-datepicker-header {
        background-color: #000000;
        border-bottom: 3px solid #00A826;
    }

    .ui-datepicker .ui-datepicker-title {
        color: #FFFFFF;
        margin: 0 1.5em;
    }

        .ui-datepicker .ui-datepicker-title select {
            height: 30px;
            padding: 0 8px;
            border-radius: 3px;
            border-color: #000000;
            background-color: #161616;
            color: #A1A1A1;
            margin: 0 2%;
            width: 40%;
        }

    .ui-datepicker .ui-datepicker-prev,
    .ui-datepicker .ui-datepicker-next {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

        .ui-datepicker .ui-datepicker-prev span,
        .ui-datepicker .ui-datepicker-next span {
            width: 15px;
            height: 20px;
            background: url("/Assets/img/Common/common-sprite.png?v=1") -5px -595px no-repeat;
            background-size: 100px auto;
        }

    .ui-datepicker .ui-datepicker-prev.ui-state-hover span {
        background-position: -32px -595px;
    }

    .ui-datepicker .ui-datepicker-next span {
        background-position: -5px -570px;
    }

    .ui-datepicker .ui-datepicker-next.ui-state-hover span {
        background-position: -32px -570px;
    }

    .ui-datepicker .ui-datepicker-next.ui-state-disabled span {
        width: 15px;
        height: 20px;
        background: url("/Assets/img/Common/common-sprite.png?v=1") -5px -366px no-repeat;
        background-size: 100px auto;
    }

    .ui-datepicker thead,
    .ui-datepicker tbody,
    .ui-datepicker tfoot {
        border-color: #000000;
    }

        .ui-datepicker thead tr {
            background-color: #161616;
        }

        .ui-datepicker tbody tr,
        .ui-datepicker tfoot tr {
            background-color: #222222;
        }

    .ui-datepicker th {
        color: #FFFFFF;
    }

    .ui-datepicker td a {
        color: #FFFFFF;
    }

        .ui-datepicker td a:hover {
            background-color: #333333;
        }

    .ui-datepicker td span {
        color: #555;
    }


/* common */
.text-yellow {
    color: #ffc421 !important;
}

.cursor-pointer {
    cursor: pointer;
}

.error, label.error, span.error {
    color: red;
}

.font-small {
    font-size: 10px;
}

.font-medium {
    font-size: 12px;
}

.font-normal {
    font-size: 14px;
}

.inline-block {
    display: inline-block;
}

.word-wrap {
    word-wrap: break-word;
}

.break-all {
    word-break: break-all;
}

.word-nowrap {
    white-space: nowrap;
}

.form-inline label,
.form-inline .form-control {
    display: inline-block;
    width: 100%;
    margin: 0 5px 0 0;
    vertical-align: middle;
}

.logo-image.zh {
    display: inline-block;
    background: url('/Assets/img/common/logo-sprite.svg?v=3') no-repeat;
}

.logo-image.th {
    display: inline-block;
    background: url('/Assets/img/common/logo-sprite-th.png?v=1') no-repeat;

}


.homepage-new-label.zh {
    background: url('/Assets/img/Product/Sport/label-new.svg') no-repeat;
}

.homepage-hot-label.zh {
    background: url('/Assets/img/Product/Sport/label-hot.svg') no-repeat;
}

.homepage-hot-label.th {
    background: url('/Assets/img/Product/Sport/label-hot-th.svg') no-repeat;
    transform: scale(0.8);
    top: -7px;
    left: -7px;
    height: 49px;
    width: 49px;
}

.homepage-new-label.th {
    background: url('/Assets/img/Product/Sport/label-new-th.svg') no-repeat;
}

.homepage-new-label,
.homepage-hot-label {
    height: 40px;
    width: 40px;
    position: absolute;
    top: -2px;
    left: -2px;
}

.mobile-homepage-new-label.zh {
    background: url('/Assets/img/Product/Sport/label-new.svg') no-repeat;
    background-size: 20px 20px;
}

.mobile-homepage-hot-label.zh {
    background: url('/Assets/img/Product/Sport/label-hot.svg') no-repeat;
    background-size: 20px 20px;
}

.mobile-homepage-hot-label.th {
    background: url('/Assets/img/Product/Sport/label-hot-th.svg') no-repeat;
    background-size: 20px 20px;
}

.mobile-homepage-new-label.th {
    background: url('/Assets/img/Product/Sport/label-new-th.svg') no-repeat;
    background-size: 20px 20px;
}

.mobile-homepage-new-label,
.mobile-homepage-hot-label {
    height: 40px;
    width: 40px;
    position: absolute;
}

#side-bar-nav-slot .mobile-homepage-new-label.zh {
    top: 151px;
    left: 8px;
}

#side-bar-nav-slot .mobile-homepage-new-label.th {
    top: 83px;
    left: 207px;
}

#side-bar-nav-p2p .mobile-homepage-new-label.zh {
    top: 83px;
    left: 207px;
}

#side-bar-nav-p2p .mobile-homepage-new-label.th {
    top: 83px;
    left: 141px;
}

@media screen and (min-width: 40em) {
    .form-inline .form-group {
        display: inline-block;
        margin: 0;
    }

    .form-inline label,
    .form-inline .form-control {
        width: auto;
    }
}

/* common - header */
.header-main {
    position: relative;
    height: 100%;
}

.header-section {
    background-color: #111111;
    transition: height 0.2s;
    z-index: 1;
}

.header-main-body .header-logo {
    position: relative;
    top: 4px;
    left: 0;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    height: 100%;
    min-width: 100px;
    display: inline-block;
    transition: 0.2s;
}

.header-main-body .button-theme,
.header-main-body .button-theme-light {
    border: 2px solid #FFFFFF;
    border-radius: 3px;
    padding-top: 0.65em;
    padding-bottom: 0.65em;
}

.button-theme-empty, .button-theme-empty:hover {
    background-color: transparent;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

.offcanvas-wrapper .header-main-body {
    padding-left: 45px;
}

    .offcanvas-wrapper .header-main-body .header-logo {
        margin-left: 0;
    }

.offcanvas-left .header-main-body .header-logo {
    margin-left: 10px;
}

.scrollToTopContainer {
    display: none;
    border-radius: 5px 0 0 5px;
    position: fixed;
    bottom: 62px;
    right: 0;
    padding: 7px 6px 7px 7px;
    background: #a5a5a5;
    cursor: pointer;
    border: 0;
    transition: background-color .2s;
}

    .scrollToTopContainer > .scrollToTop {
        line-height: 26px;
        text-align: center;
        width: 23px;
        height: 23px;
        border: 1px solid #000;
        border-radius: 50%;
        color: #0a0a0a;
    }

    .scrollToTopContainer:hover {
        background: #CFCFCF;
    }

.header-height {
    height: 50px;
}

/* dialog manager message icon */

.profile-icon {
    display: inline-block;
    background: url(/Assets/img/Common/common-sprite.png?v=1) -46px -3px no-repeat;
    width: 30px;
    height: 30px;
    margin-top: -10px;
    position: relative;
    top: 10px;
}

@media screen and (min-width: 32em) {
    .header-main-body .header-logo {
        min-width: 120px;
    }
}

@media screen and (min-width: 40em) {
    .header-main-body .header-logo {
        margin-left: 30px;
        min-width: 180px;
    }

    .off-canvas-wrapper .header-main-body .header-logo {
        margin-left: 0;
    }
}

@media screen and (min-width: 64em) {
    #header-menu {
        position: absolute;
        top: 0px;
        right: 127px;
    }

    .header-height {
        height: 86px;
    }

    .scrollToTopContainer {
        padding: 11px 10px 11px 11px;
    }

    .offcanvas-wrapper .header-main-body {
        padding: 0 30px;
        padding-right: 0px;
    }

    .header-main-body, .header-main {
        height: 86px;
    }

        .header-main-body .header-logo {
            margin-left: 70px;
            min-width: 222px;
            background-size: auto;
            height: 90%;
        }


    .offcanvas-left .header-main-body .header-logo {
        /*margin-left: 30px;*/
    }
}

@media screen and (max-width: 1023px) {
    .euro-countdown-web {
        display: none;
    }

    .euro-coundown-mobile {
        display: block;
    }

    .euro-countdown {
        position: static;
        width: 100%;
        display: flex;
        justify-content: center;
    }
}

@media screen and (min-width:1024px) {
    .euro-coundown-mobile {
        display: none;
    }

    .euro-countdown-web {
        display: flex;
        align-items: center;
    }
}

@media screen and (max-width:1023px) {
    .euro-coundown-mobile {
        display: block;
    }

    .euro-countdown-web {
        display: none;
    }
}

/* common - wallet balance */
.wallet-list {
    list-style: none;
}

    .wallet-list .wallet-item {
        font-size: 14px;
    }

    .wallet-list .wallet-loading img {
        display: block;
        height: 15px;
        margin: auto;
    }

/*scrollbar*/
::-webkit-scrollbar {
    width: 18px;
}

::-webkit-scrollbar-button {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background: rgb(92,92,92);
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background: rgb(76,76,76);
}

::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.6);
    background: rgb(57,57,59);
}

/*westham logo*/
.west-ham-logo {
    background: url(/Assets/img/Control/Header/westham-tiny.png) no-repeat;
    height: 90%;
    margin-bottom: 4px;
    display: inline-block;
    width: 53px;
    position: relative;
    left: 0;
    background-position: center left;
}

/* loading */
.loading-center {
    margin: auto;
    display: block;
}

.loading-sm {
    width: 15px;
    height: 15px;
}

.loading-md {
    width: 25px;
    height: 25px;
}

/* vertical align middle */
/* set height on the element */
.vertical-middle-container > * {
    display: inline-block;
    vertical-align: middle;
}

.vertical-middle-container:after {
    content: '';
    display: inline-block;
    height: 100%;
    width: 1px;
    vertical-align: middle;
}

a:not([draggable=true]) {
    -webkit-user-drag: none;
    user-drag: none;
}

a[href^="http://"],
a[href^="https://"],
a[href^="ftp://"] {
    -webkit-user-drag: none;
    user-drag: none;
}

#btnSubmit.theme-others {
    background-color: #ffc21f;
}

    #btnSubmit.theme-others:hover {
        background-color: #ffc939;
    }

#btnSubmit.theme-sports {
    background-color: #00A826;
}

    #btnSubmit.theme-sports:hover {
        background-color: #00A826;
    }

#btnSubmit.theme-esports {
    background-color: #aa00cc;
}

    #btnSubmit.theme-esports:hover {
        background-color: #953da9;
    }

#btnSubmit.theme-casino {
    background-color: #66cae0;
}

    #btnSubmit.theme-casino:hover {
        background-color: #7bd1e4;
    }

#btnSubmit.theme-slot {
    background-color: #ed1c24;
}

    #btnSubmit.theme-slot:hover {
        background-color: #ef343b;
    }

#btnSubmit.theme-p2p {
    background-color: #F78E1E;
}

    #btnSubmit.theme-p2p:hover {
        background-color: #F78E1E;
    }

#btnSubmit.theme-instantgames {
    background-color: #0054a4;
}

    #btnSubmit.theme-instantgames:hover {
        background-color: #0054a4;
    }

@font-face {
    font-family: 'Garuda';
    src: url('/assets/fonts/garuda-webfont.woff2') format('woff2'), url('/assets/fonts/garuda-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Garuda Bold';
    src: url('/Assets/fonts/garuda-bold-webfont.woff2') format('woff2'), url('/Assets/fonts/garuda-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'ApexM2';
    src: url('/Assets/fonts/ApexMk2-Regular.otf') format('opentype');
    unicode-range: U+0000-007F;
    font-display: swap;
}

@font-face {
    font-family: 'ApexM2';
    src: url('/Assets/fonts/ApexMk2-LightCondensed.otf') format('opentype');
    font-stretch: semi-condensed;
    unicode-range: U+0000-007F;
    font-display: swap;
}

@font-face {
    font-family: 'ApexM2';
    src: url('/Assets/fonts/ApexMk2-BoldExtended.otf') format('opentype');
    font-weight: bold;
    unicode-range: U+0000-007F;
    font-display: swap;
}

.new-label {
    color: #FF0100;
    position: relative;
    z-index: 9999;
    text-transform: uppercase;
    top: 0;
    font-size:12px;
    font-weight:bold;
}

li.collapse.wallet-item{
    display:block;
}

/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/*
* 	Owl Carousel Owl Demo Theme 
*	v1.3.3
*/

.owl-theme .owl-controls {
    line-height: 0;
    text-align: center;
    margin: 5px 0;
}
    /* Styling Pagination*/

    .owl-theme .owl-controls .owl-page {
        display: inline-block;
        zoom: 1;
        *display: inline; /*IE7 life-saver */
    }

        .owl-theme .owl-controls .owl-page span {
            display: block;
            width: 12px;
            height: 12px;
            margin: 5px 7px;
            -webkit-border-radius: 20px;
            -moz-border-radius: 20px;
            border-radius: 20px;
            background: white;
        }

/* preloading images */
/* doesnt work on background-image */
.owl-item.loading {
    background: url('/Assets/img/loading.gif') no-repeat 50%;
    background-size: auto 100%;
    min-height: 50px;
    margin-top: 25px;
}

/* Extend */
.owl-carousel .banner {
    width: 100%;
    height: 230px;
    background-position: top center;
    background-size: 150%;
    background-repeat: no-repeat;
    max-width: 1920px;
    margin: 0 auto;
    min-height: 240px;
    max-height: 900px;
}

.owl-carousel .banner-details {
    position: relative;
    padding: 90px 0 10px;
}

/* Product Carousel */
.product-carousel .banner {
    position: absolute;
    background-position: top center;
    top: 0;
}

.product-carousel .banner-details {
    padding-top: 90px;
}

@media screen and (min-width: 450px) and (max-width: 639px){
    .owl-carousel .banner {
        height: 350px;
    }
}

@media screen and (min-width: 40em) {
    .owl-carousel .banner {
        height: 430px;
    }

    .owl-carousel .banner-details {
        padding-bottom: 35px;
        padding-top: 180px;
    }

    .landing-carousel .owl-controls,
    .product-carousel .owl-controls {
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
    }

    .product-carousel .owl-wrapper-outer, .product-carousel .banner {
        min-height: 380px;
    }

    .product-carousel .owl-item > div > div {
        max-width: 1920px;
    }
}

@media screen and (min-width: 780px) and (max-width: 1023px) {
    .owl-carousel .banner {
        height: 535px;
    }
}

@media screen and (min-width: 64em) {
    .owl-carousel .owl-wrapper, .owl-carousel .owl-wrapper-outer, .owl-carousel .owl-item {
        height: 100%;
    }

    .owl-carousel .banner {
        height: 100%;
    }

    .landing-carousel {
        height: 900px;
        margin-bottom: -200px;
    }

        .landing-carousel .banner-details {
            padding-top: 330px;
        }

        .landing-carousel .owl-controls {
            bottom: 200px;
        }

    .product-carousel .banner-details {
        padding-top: 10px;
    }

        .product-carousel .banner-details > .column {
            padding: 0 30px;
        }

    .product-carousel .owl-controls {
        top: 405px;
    }

    .product-carousel .owl-wrapper-outer {
        height: 200vh;
    }
}

@media screen and (min-width: 90em) {
    .owl-carousel .banner {
        background-size: cover;
    }
}
.site-wrapper {
    position: relative;
    padding-top: 50px;
    /*height: 100%;*/
    background-color: black;
    overflow: hidden;
    transition: padding 0.2s ease-in-out;
    word-wrap: normal;
}

.site-wrapper.with-menu, .site-wrapper.with-menu .side-bar {
    padding-top: 100px;
}

.site-wrapper.with-downloadapp, .site-wrapper.with-downloadapp .side-bar {
    padding-top: 110px;
}

.site-wrapper.with-menu.with-downloadapp, .site-wrapper.with-menu.with-downloadapp .side-bar {
    padding-top: 160px;
}

/* HEADER */
.site-header {
    position: fixed;
    top: -26px;
    left: 0;
    width: 100%;
    transition: top 0.2s;
    z-index: 999;
}

@media screen and (min-width: 64em) {
    .site-wrapper,
    .side-bar {
        padding-top: 112px !important;
    }

    .site-header {
        top: 0;
    }

        .site-header .header-nav {
            visibility: visible;
        }
}

/* HEADER NAV */
#landingView {
    margin-right: 10px;
}

.header-nav {
    position: relative;
    padding: 0;
    height: 26px;
    text-align: center;
    background-color: #000000;
    visibility: hidden;
    display: flex;
    justify-content: center;
}

    .header-nav a {
        color: #A1A1A1;
        background-color: #000000;
        font-size: 14px;
        font-weight: bold;
        line-height: 26px;
        margin: 0 1px;
        padding: 0 14px 1px 14px;
        border-bottom: 2px solid #000000;
        transition: color 0.2s, border-color 0.2s;
    }

        .header-nav a.active {
            color: #E8E8E8;
        }

        .header-nav a:hover {
            color: #FFFFFF;
        }

/* header right*/
#header-right {
    top: 0;
    right: 0;
    height: inherit;
}

.header-right-action {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: inherit;
    text-align: right;
}

    .header-right-action .header-button {
        max-width: none;
        height: 43px;
        font-size: 19px;
        line-height: 19px;
        padding: 10px 10px 10px 45px;
        text-align: right;
        position: relative;
    }

        .header-right-action .header-button .icon-button {
            position: absolute;
        }

#redeemCouponBtn .icon-button {
    background: url(/Assets/img/Common/common-sprite.png?v=1) -50px -742px no-repeat;
    width: 28px;
    height: 28px;
    left: 16px;
    top: 8px;
}

#sportsbookGuideBtn .icon-button {
    background: url('/Assets/img/Insider/CategoryLogo/soccer_symbol.png') 0 10px no-repeat;
    width: 21px;
    height: 100%;
    left: 19px;
    top: 1px;
}

/* login control */
#loginControl {
    display: inline-block;
    vertical-align: top;
    position: relative;
}

    #loginControl * {
        font-size: 14px;
    }

    #loginControl input {
        height: 29px;
        width: 145px;
        color: #000000;
        border-radius: 2px;
        margin: 5px 4px 3px 0;
        padding: 0 5px;
        display: inline-block;
    }

    #loginControl #options {
        width: 185px;
        margin: 0 20px 0 10px;
    }

    #loginControl .proxyTool, #loginControl .livechat-th {
        font-weight: 700;
        background-color: #404040;
        color: #f0f0f0;
        border: 1px solid #404040;
    }

        #loginControl .proxyTool:hover, #loginControl .livechat-th:hover {
            background: #f0f0f0;
            border-color: #404040;
            color: #181818;
        }

    #loginControl .livechat-th {
        min-width: 105px;
    }

    #loginControl .proxyTool {
        min-width: 101px;
    }

    #loginControl .button-link {
        color: white;
        font-size: 12px;
        margin: 5px 0 0 40px;
        line-height: 30px;
        text-decoration: none;
        display: inline-block;
    }

    #loginControl .th .button-link {
        margin: 5px 0 0 15px;
    }

    #loginControl .zh .button-link {
        margin: 5px 0 0 20px;
    }

    #loginControl .button-link.link-livechat {
        position: relative;
        padding-left: 20px;
    }

    #loginControl .icon-livechat {
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        margin: 7px 0;
    }

#loginControl .icon-commchat {
    background: url("/Assets/img/Common/logo-commchat.png") no-repeat;
    background-size: 92%;
}

#loginControl .icon-commchat {
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    margin: 6px 0;
}

#loginControl .button-link.link-commchat {
    position: relative;
    padding-left: 20px;
}

#loginControl .anonymous {
    position: relative;
    transition: right 0.2s;
}

    #loginControl .anonymous .column {
        padding: 0 20px 0 10px;
    }

    #loginControl .anonymous .btn-login {
        margin-top: 4px;
        vertical-align: top;
    }

#loginControl .member {
    margin-right: 45px;
}

    #loginControl .member > * {
        vertical-align: top;
    }

    #loginControl .member .member-info {
        display: inline-block;
        margin: 6px 10px;
        max-width: 180px;
    }

        #loginControl .member .member-info .username,
        #loginControl .member .member-info .balance {
            overflow: hidden;
            text-overflow: ellipsis;
        }

        #loginControl .member .member-info .username {
            font-size: 12px;
            font-weight: bold;
            max-width: 100px;
        }

        #loginControl .member .member-info .balance {
            display: none;
            font-size: 10px;
            line-height: 16px;
            position: relative;
            overflow: visible;
        }

    #loginControl .member .member-info-loading {
        height: 15px;
        vertical-align: top;
    }

    #loginControl .member #refresh-balance {
        position: absolute;
        height: 20px;
        width: 20px;
        left: -23px;
        bottom: -1px;
        background: url('/Assets/img/RefreshBalance.png') no-repeat 0 0;
    }

        #loginControl .member #refresh-balance:hover, #tabs-membermenu .refresh-icon:hover {
            background-position: -20px 0;
        }

/* Member Menu */
#header-menu .unread-number:empty {
    display: none;
}

#header-menu .unread-number:not(:empty) {
    position: absolute;
    top: -6px;
    color: white;
    padding: 2px 4px;
    font-weight: 700;
    font-size: 11px;
    background-color: #ed1c24;
    border-radius: 15px;
    text-align: center;
    -webkit-animation-name: wiggle;
    animation-name: wiggle;
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    z-index: 1;
}

#header-menu .unread-number.greenDot:not(:empty) {
    background-color: #00A826;
    left: -8px;
    min-width: 20px;
}

#header-menu .unread-number.greyDot:not(:empty) {
    background-color: #777;
    left: 15px;
    min-width: 20px;
}

#member-menu {
    text-align: center;
    height: 100%;
    padding-left: 45px;
}

    #member-menu > .menu-item {
        display: inline-block;
        height: 40px;
        cursor: pointer;
    }

        #member-menu > .menu-item > .icon {
            width: 30px;
            height: 30px;
            margin: 0 5px;
            background-size: 100%;
            position: relative;
        }

    #member-menu > #profile-tab.menu-item.zh > .icon:after,
    #member-menu > #profile-tab.menu-item.th > .icon:after,
    #member-menu > #promotion-tab.menu-item.zh > .icon:after {
        opacity: 0;
        content: '';
        position: absolute;
        right: 3px;
        top: 22px;
        border: 12.5px solid transparent;
        border-bottom: 16.5px solid #222;
        z-index: 1;
    }

    #member-menu > #promotion-tab.menu-item.th > .icon:after {
        opacity: 0;
        content: '';
        position: absolute;
        right: 3px;
        top: 27px;
        border: 12.5px solid transparent;
        border-bottom: 16.5px solid #222;
        z-index: 1;
    }

    #member-menu > #profile-tab.menu-item > .icon {
        background: url(/Assets/img/Common/common-sprite.png?v=1) -46px -3px no-repeat;
    }

    #member-menu > #tier-tab.menu-item > .icon {
        background-image: url(/Assets/img/Control/header/tiers/blue.png);
    }

    #member-menu > #points-tab.menu-item > .icon {
        background: url(/Assets/img/Common/common-sprite.png?v=1) -86px -3px no-repeat;
    }

    #member-menu > #promotion-tab[data-promo=""] {
        display: none;
    }

    #member-menu > #tier-tab.menu-item > .icon:after,
    #member-menu > #promotion-tab.menu-item > .icon:after {
        border-bottom-color: #333;
    }

    #member-menu > .menu-item.active > .icon:after {
        opacity: 1 !important;
        transition: opacity 0.6s;
    }

    #member-menu > .menu-item > .menu-labels {
        color: white;
        font-size: 12px;
        position: relative;
        text-align: left;
        margin-right: 15px;
    }

    #member-menu > .menu-item .menu-labels > * {
        font-size: inherit;
    }

#member-menu-content .unread-number:not(:empty) {
    line-height: 14px;
    padding: 3px 4px;
    left: 12px;
    top: -8px;
}

#member-menu-content input, #member-menu-content select, #member-menu-content textarea {
    font-size: 14px;
    padding: 0 15px;
    margin-bottom: 0;
    background: #111;
    border: none;
    color: white;
    height: 30px;
}

#member-menu-content .refresh-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    background: url('/Assets/img/RefreshBalance.png') no-repeat 0 0;
}

#member-menu-content textarea {
    padding: 5px 15px;
}

#member-menu-content .select-style {
    position: relative;
}

    #member-menu > .menu-item .menu-labels:after,
    #member-menu-content .select-style:after {
        content: '';
        position: absolute;
        border-width: 7px;
        border-style: solid;
        border-left-color: transparent;
        border-top-color: transparent;
        border-bottom-color: transparent;
        border-bottom-width: 0;
        border-left-width: 0;
        right: -15px;
        bottom: 3.75px;
        transition: bottom .2s;
        transition: bottom .2s, border .2s;
    }

#member-menu > .menu-item.active .menu-labels:after {
    border-top-width: 0;
    border-bottom-width: 7px;
    bottom: 25px;
}



#member-menu-content {
    position: relative;
    font-size: 14px;
    min-width: 320px;
}

    #member-menu-content .input-row {
        margin: 5px 0;
        position: relative;
    }

    #member-menu-content .select-style:after {
        right: 5px;
        bottom: 5px;
    }

    #member-menu-content .button.full-width {
        height: auto;
        line-height: 30px;
        display: block;
        margin: 9px 0;
    }

    #member-menu-content .button.submit-btn {
        float: right;
        margin: 0;
        margin-bottom: 5px;
        padding: 2px 15px;
        height: 25px;
    }

    #member-menu-content .dotted-link {
        border-bottom: 1px dotted #939598;
        color: #939598;
        line-height: 20px;
        margin-bottom: 6px;
        display: inline-block;
        cursor: pointer;
    }

        #member-menu-content .dotted-link:hover {
            border-bottom-color: transparent;
        }

    #member-menu-content .title {
        font-weight: bold;
        font-size: 16px;
    }

    #member-menu-content .total-wallet {
        margin-bottom: 10px;
    }

    #member-menu-content #promotion-panel.menu-panel,
    #member-menu-content #profile-panel.menu-panel {
        display: none;
        position: absolute;
        max-width: 100%;
        overflow-x: hidden;
        left: 0;
        right: 0;
        margin: auto;
        box-shadow: 0 0 15px black;
        color: white;
        -webkit-animation-name: pop;
        animation-name: pop;
        -webkit-animation-duration: 0.26s;
        animation-duration: 0.26s;
        -webkit-transform-origin: 50% 50%;
        -ms-transform-origin: 50% 50%;
        transform-origin: 50% 50%;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    #member-menu-content #promotion-panel.menu-panel {
        top: 85.5px;
    }

    #member-menu-content #profile-panel.menu-panel {
        top: 90.5px;
    }

        #member-menu-content #promotion-panel.menu-panel.active,
        #member-menu-content #profile-panel.menu-panel.active {
            display: block;
        }

    #member-menu-content #profile-panel.menu-panel {
        width: 320px;
        background-color: #222;
    }



    #member-menu-content #tier-panel.menu-panel {
        width: 440px;
        background-color: #333;
    }

    #member-menu-content #points-panel.menu-panel {
        width: 345px;
        padding: 30px;
        background-color: #222;
    }

    #member-menu-content #promotion-panel.menu-panel {
        padding: 7.5px;
        background-color: #333;
        width: 450px;
    }


    #member-menu-content #promotion-panel .promo-box {
        background-color: #212121;
        padding: 7.5px;
        height: 130px;
        margin-bottom: 7.5px;
    }

        #member-menu-content #promotion-panel .promo-box:last-child {
            margin-bottom: 0;
        }

        #member-menu-content #promotion-panel .promo-box .type {
            color: #FFC421;
            font-weight: bold;
        }

    #member-menu-content #promotion-panel .promo-image {
        background-size: cover;
        background-position: center;
        margin-right: 7.5px;
        height: 115px;
        width: 115px;
        float: left;
    }

    #member-menu-content #promotion-panel .promo-box p {
        height: 4.5em;
        overflow: hidden;
    }

    #member-menu-content #promotion-panel .promo-footer {
        position: relative;
        bottom: 7.5px;
    }



    #member-menu-content .promo-footer .bullet {
        color: #FFC421;
        font-size: 16px;
        display: inline-block;
        float: left;
        margin-right: 4px;
    }

    #member-menu-content .promo-footer .tnc {
        border-bottom: 1px dotted #939598;
        cursor: pointer;
        color: #939598;
        float: left;
    }

    #member-menu-content .promo-footer .action {
        padding-right: 25px;
        font-size: 20px;
        font-weight: 700;
        float: right;
        line-height: 20px;
        cursor: pointer;
    }

        #member-menu-content .promo-footer .action .next {
            width: 10px;
            height: 10px;
            border-style: solid;
            border-width: 0 3px 3px 0;
            position: absolute;
            top: 7px;
            right: 10px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
            content: ' ';
        }

    #member-menu-content .notif-icon {
        display: inline-block;
        float: left;
        width: 20px;
        height: 20px;
        background: url('/Assets/img/Common/common-sprite.png?v=1') -97px -743px no-repeat;
        position: relative;
        margin-right: 8px;
    }

/* Mobile menu - bank centre */
#bank-centre-ddl > a > * {
    font-size: 15px;
}

#bank-centre-ddl > a {
    padding: 10px;
    display: block;
}

    #bank-centre-ddl > a:hover {
        background-color: #222;
    }

#bank-centre-ddl {
    background-color: #0a0a0a;
    display: none;
}

    #bank-centre-ddl.active {
        border-top: 2px solid #00A826;
    }

.arrow-up {
    margin-top: -7px;
    width: 12px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 7px solid #00A826;
}

.arrow-for-th {
    margin-left: 6px;
}

.arrow-for-zh {
    margin-left: 150px;
}

.bank-center-zh {
    position: absolute;
    right: 5px;
}

.bank-center-ddl-icon {
    background: url("/Assets/img/Account/bankingmenu.png") no-repeat;
    width: 24px;
    height: 22px;
    float: right;
    margin-left: 70px;
}

.account-icon.account-icon-deposit {
    background-position: -6px -2px;
}

.account-icon.account-icon-transfer {
    background-position: -6px -23px;
}

.account-icon.account-icon-withdrawal {
    background-position: -6px -43px;
}

.account-icon.account-icon-history {
    background-position: -6px -63px;
}

.account-icon.account-icon-turnover {
    background-position: -6px -147px;
}

.account-icon.account-icon-sosbonus {
    background-position: -6px -83px;
}

.account-icon.account-icon-bonus {
    background-position: -6px -103px;
}

.account-icon.account-icon-bankinfo {
    background-position: -6px -124px;
}

a:hover .account-icon.account-icon-deposit,
a.active .account-icon.account-icon-deposit {
    background-position: -41px -2px;
}

a:hover .account-icon.account-icon-transfer,
a.active .account-icon.account-icon-transfer {
    background-position: -41px -23px;
}

a:hover .account-icon.account-icon-withdrawal,
a.active .account-icon.account-icon-withdrawal {
    background-position: -41px -43px;
}

a:hover .account-icon.account-icon-history,
a.active .account-icon.account-icon-history {
    background-position: -41px -63px;
}

a:hover .account-icon.account-icon-turnover,
a.active .account-icon.account-icon-turnover {
    background-position: -41px -147px;
}

a:hover .account-icon.account-icon-sosbonus,
a.active .account-icon.account-icon-sosbonus {
    background-position: -41px -83px;
}

a:hover .account-icon.account-icon-bonus,
a.active .account-icon.account-icon-bonus {
    background-position: -41px -103px;
}

a:hover .account-icon.account-icon-bankinfo,
a.active .account-icon.account-icon-bankinfo {
    background-position: -41px -124px;
}

/* Member menu - Profile Panel */
#profile-panel {
    overflow-x: hidden;
}

    #profile-panel .tabs, #profile-panel .tabs-content {
        background: none;
        border: none;
    }

    #profile-panel .back-menu-btn {
        position: relative;
        padding-left: 30px;
        line-height: 30px;
        font-size: 16px;
        margin-bottom: 5px;
        cursor: pointer;
    }

        #profile-panel .back-menu-btn:after {
            position: absolute;
            height: 30px;
            width: 25px;
            background: url(/Assets/img/Common/common-sprite.png?v=1);
            display: block;
            content: '';
            top: 0;
            left: 0px;
            background-position: -35px -705px;
        }

    #profile-panel .sub-panel-wrapper {
        padding: 15px;
    }

    #profile-panel #my-promo-panel .sub-panel-wrapper,
    #profile-panel #notification-panel .sub-panel-wrapper {
        background-color: #404040;
    }

    #profile-panel #my-promo-panel select {
        background: #313131;
    }

#profile-sliding {
    position: relative;
    max-height: 820px;
    height: 535px;
    left: 0;
    transition: height 0.4s ease-in, left 0.4s ease-in;
}

    #profile-sliding.expanded {
        left: -100%;
    }

    /*#profile-sliding.expanded #profile-main-panel {
            display: none;
        }*/

    #profile-sliding .sliding-panel {
        position: absolute;
        top: 0;
        display: block;
        width: 100%;
        left: 100%;
        display: none;
        padding: 15px;
    }

    #profile-sliding #profile-main-panel {
        padding: 30px;
        left: 0;
        display: block;
        overflow: hidden;
    }

    #profile-sliding #profile-edit-panel {
        padding: 10px;
    }

/* Member menu - Point panel */
#points-panel #points-redeem-select {
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    line-height: 31px;
}

#points-panel #points-redeem-option {
    list-style-type: none;
    background-color: #111;
    padding: 1px 0;
}

    #points-panel #points-redeem-option li label {
        padding-left: 32px;
        margin: 2.5px;
        position: relative;
    }

        #points-panel #points-redeem-option li label .check {
            width: 15px;
            height: 15px;
            left: 7.5px;
            top: 5px;
            border: 2px solid white;
            border-radius: 50%;
            position: absolute;
        }

    #points-panel #points-redeem-option li input[type=radio] {
        visibility: hidden;
        position: absolute;
    }

        #points-panel #points-redeem-option li input[type=radio]:checked + .check:after {
            display: inline-block;
            position: absolute;
            content: '';
            border-radius: 100%;
            height: 5px;
            width: 5px;
            top: 3px;
            left: 3px;
            margin: auto;
            background-color: white;
        }

#points-panel #redeem-btn {
    border-radius: 3px;
    background-color: #FFC421;
    border-color: #FFC421;
    color: black;
    width: 100%;
    min-height: 37.5px;
    line-height: 22px;
    margin-bottom: 15px;
    text-align: center;
    padding: 7px 15px;
    cursor: pointer;
    font-weight: bold;
}

    #points-panel #redeem-btn.not-available {
        background-color: #333333;
        border: 1px solid #202020;
        color: #7f7f7f;
        cursor: not-allowed;
        font-weight: 300;
    }

    #points-panel #redeem-btn.success {
        background-color: #111;
        color: white;
        cursor: not-allowed;
        border: 2px solid black;
    }

/* Member menu - Tier Panel */
#tier-panel {
    text-align: center;
}

    #tier-panel header .tier-info {
        margin: 15px 30px;
    }

    #tier-panel section {
        padding: 15px 30px;
    }

        #tier-panel section td {
            padding: 2px 4px 2px 4px;
        }

        #tier-panel section .td-value {
            font-weight: bold;
        }

        #tier-panel section .progress-label {
            margin: 0 20px;
            font-size: 12px;
        }

    #tier-panel footer {
        text-align: left;
        padding: 15px 30px;
    }

.tier-progress-graph {
    position: relative;
    height: 150px;
    width: 150px;
    margin: 17px auto;
    -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
}

    .tier-progress-graph *.blue {
        border-color: #1c8cb3 !important;
    }

    .tier-progress-graph *.bronze {
        border-color: #6c3a0e !important;
    }

    .tier-progress-graph *.silver {
        border-color: #808382 !important;
    }

    .tier-progress-graph *.gold {
        border-color: #b2903e !important;
    }

    .tier-progress-graph *.platinum {
        border-color: #d1d1d1 !important;
    }

    .tier-progress-graph *.black {
        border-color: #030304 !important;
    }

    .tier-progress-graph *.none {
        border-color: transparent !important;
    }

    .tier-progress-graph div {
        position: absolute;
    }

    .tier-progress-graph .tier-current-info {
        width: 100%;
        margin-top: 55px;
    }

        .tier-progress-graph .tier-current-info.tick {
            width: 10px;
            height: 20px;
            border: 0 solid transparent;
            border-width: 0 3px 3px 0;
            top: 65px;
            left: 70px;
            margin-top: 0px;
            -webkit-transform: rotate(44deg);
            -ms-transform: rotate(44deg);
            transform: rotate(44deg);
            opacity: 0;
            -webkit-animation: tick-pop 1s 0.3s forwards;
            animation: tick-pop 1s 0.3s forwards;
        }

            .tier-progress-graph .tier-current-info.tick > * {
                display: none;
            }

    .tier-progress-graph .progress-circle {
        width: 150px;
        height: 150px;
        border: 10px solid transparent;
        border-radius: 50%;
        -webkit-mask-image: -webkit-linear-gradient(top, #fff 0%, #fff 100%);
        background: #3d3d3d;
    }

    .tier-progress-graph .progress-placeholder {
        width: 148px;
        height: 148px;
        left: 1px;
        top: 1px;
        border-width: 9px;
    }

    .tier-progress-graph .progress-mask {
        clip: rect(0px, 150px, 150px, 75px);
    }

    .tier-progress-graph.over-fifty .progress-mask {
        -webkit-animation: remove-clip .8s forwards;
        animation: remove-clip .8s forwards;
    }

    .tier-progress-graph .progress-section {
        border-color: #6c3a0e;
        clip: rect(0px, 75px, 150px, 0px);
        -webkit-animation: under-fifty 1.6s ease-out;
        animation: under-fifty 1.6s ease-out;
    }

    .tier-progress-graph.over-fifty .progress-section.first-half {
        -webkit-animation: first-half .8s linear;
        animation: first-half .8s linear;
    }

    .tier-progress-graph.over-fifty .progress-section.second-half {
        -webkit-animation: first-half .8s linear, second-half .8s ease-out .8s;
        animation: first-half .8s linear, second-half .8s ease-out .8s;
    }

.site-header .button {
    color: #FFFFFF;
    background: none;
    border: 2px solid #FFFFFF;
    border-radius: 2px;
    margin: 0;
    line-height: 20px;
    padding: 4px 10px;
    height: 30px;
    vertical-align: middle;
}

    .site-header .button.green-hover, .site-header .button.green-hover-th {
        font-weight: 700;
        border: 1px solid transparent;
        background-color: #00A826;
        margin: 9px 0px;
    }

    .site-header .button.green-hover {
        min-width: 101px;
    }

    .site-header .button.green-hover-th {
        min-width: 105px;
    }

        .site-header .button.green-hover:hover, .site-header .button.green-hover-th:hover {
            background-color: #f0f0f0;
            color: #00A826;
            border-color: #00A826;
        }

#loginControl #options_mobile-th {
    padding: 46px 10px;
}

@media screen and (max-width: 385px) {
    #loginControl #options_mobile-th {
        padding: 46px 0;
    }

        #loginControl #options_mobile-th .button {
            min-width: auto;
        }
}

@media screen and (max-width: 340px) {
    #loginControl #options_mobile-th .button {
        padding: 4px 5px
    }
}

@media screen and (max-width: 320px) {
    #loginControl #options_mobile-th .button {
        padding: 4px 2px
    }
}

#loginControl #options_mobile {
    padding: 50px 10px;
}

#options_mobile {
    display: inline-block;
    vertical-align: middle;
}
/* SIDE BAR */
body[data-whatinput=touch] .tooltip[data-is-active=true] {
    display: none !important;
}

.side-bar-left-toggle {
    position: absolute;
    top: 0;
    width: 45px;
    height: 100%;
    background-color: #262626;
    z-index: 2;
}


.offcanvas-left .side-bar-left-toggle {
    transition: 0.2s ease-in-out;
    left: 0;
}

.side-bar-left-toggle {
    left: -45px;
}

    .side-bar-left-toggle.desktop {
        left: -45px !important;
    }

@media screen and (max-width: 63.9375em) {
    .side-bar-left-toggle.desktop {
        left: 0 !important;
    }
}

.side-bar-left-toggle .icon {
    display: inline-block;
    position: relative;
    left: 50%;
    background-repeat: no-repeat;
}

.side-bar-left-toggle .icon {
    height: 30px;
    width: 30px;
    margin-top: 10px;
    margin-left: -15px;
    background-image: url("/Assets/img/Common/common-sprite.png?v=1");
    background-position: 3px -201px;
}

.side-bar-left-toggle:hover .icon {
    background-position: -29px -201px;
}

.site-wrapper.open-left .side-bar-left-toggle .icon {
    height: 30px;
    width: 20px;
    margin-top: 17px;
    margin-left: -10px;
    background-position: 0 -168px;
}

.site-wrapper.open-left .side-bar-left-toggle:hover .icon {
    background-position: -20px -168px;
}

.site-wrapper.open-left > .site-content > #notification-wrapper > #notification-contents > .tabs-content {
    overflow-y: hidden;
}

.side-bar {
    position: absolute;
    top: 0;
    height: 100%;
    width: 320px;
    padding-top: 50px;
    z-index: 998;
    transition: ease-in-out 0.2s;
}

.side-bar-left {
    left: 0;
}

.side-bar-right {
    right: 0;
}

.side-bar-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
}

.side-bar-menu-tabs {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    width: 65px;
    overflow-y: auto;
    overflow-x: hidden;
}

#sideBarTab {
    list-style-type: none;
}

.side-bar-left .side-bar-menu {
    left: 230px;
}

    .side-bar-left .side-bar-menu.desktop {
        left: 230px !important;
    }

.side-bar-menu {
    position: absolute;
    top: 0;
    height: 100%;
    width: 45px;
    background-color: #262626;
    z-index: 1;
    overflow-x: hidden;
}

.side-bar-view {
    position: relative;
    height: 100%;
    width: 275px;
    background-color: #202020;
    background-color: rgba(32, 32, 32, 0.8);
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 0;
    transition: 0.2s ease-in-out;
}

.side-bar-left .side-bar-view {
    left: 0;
}

.side-bar-menu nav > div {
    height: 75px;
    width: 100%;
}

.side-bar-nav {
    padding: 15px 5px 10px 5px;
    border-bottom: 2px dotted #555555;
}

    .side-bar-nav .logo-image.th {
        display: inline-block;
        background: url(/Assets/img/common/side-menu-logo-sprite-th.png) no-repeat;
        height: 60px;
        width: 60px;
        background-size: 300px auto;
        top: -7px;
        left: -7px;
    }

    .side-bar-nav .column {
        padding: 0 0.2rem;
    }

    .side-bar-nav .columns {
        height: 60px;
        padding: 5px !important;
        margin-bottom: 8px;
        border-radius: 5px;
        border: 2px solid #000000;
        background-color: #000000;
        display: inline-block;
    }

        .side-bar-nav .columns:hover {
            border-color: #FFFFFF;
        }

    .side-bar-nav .logo-image {
        width: 105%;
        height: 21px;
        background-size: 114px auto;
        position: relative;
        top: 11px;
    }

    .side-bar-nav .logo-image-home {
        background-position: -1px -23px;
    }

    .side-bar-nav .th.logo-image-home {
        background-position: -8px -11px;
    }

    .side-bar-nav .logo-image-sports {
        background-position: -1px -74px;
        top: 6px;
        height: 33px;
    }

    .side-bar-nav .th.logo-image-sports {
        /*background-position: -156px -11px;*/
        background-position: -229px -11px;
    }

    .side-bar-nav .logo-image-ipsbsports {
        background-position: -1px -42px;
        top: 6px;
        height: 33px;
    }

    .side-bar-nav .logo-image-dgtsports {
        background-position: -1px -402px;
        top: 6px;
        height: 33px;
    }

    .side-bar-nav .th.logo-image-sabasports {
        background-position: -82px -11px;
    }

    .side-bar-nav .logo-image-sabasports {
        background-size:114px auto;
        background-position: -1px -512px;
        top: 6px;
        height: 35px;
    }

    .side-bar-nav .th.logo-image-sbosports {
        background-position: -227px -244px;
    }

    .side-bar-nav .logo-image-sbosports {
        background-size: 114px auto;
        background-position: -1px -512px;
        top: 6px;
        height: 35px;
    }

    .side-bar-nav .zh.logo-image-imsbsports {
        background-position: -1px -383px;
        top: 9px;
        height: 22px;
    }

    .side-bar-nav .th.logo-image-imsbsports {
        background-position: -8px -83px;
    }

    .side-bar-nav .th.logo-image-ipsbsports {
        /*background-position: -229px -11px;*/
        background-position: -156px -11px;
    }

    .side-bar-nav .zh.logo-image-flesport {
        background-position: -1px -43px;
        top: 6px;
        height: 27px;
    }

    .side-bar-nav .zh.logo-image-tfgesports {
        background: url(/Assets/img/common/logo-sprite-esport.svg?v=3) no-repeat;
        background-position: -0px -347px;
        background-size: 114px auto;
        top: 6px;
        height: 35px;
    }

    .side-bar-nav .zh.logo-image-esports {
        background: url(/Assets/img/common/logo-sprite-esport.svg?v=3) no-repeat;
        background-position: 0px -379px;
        background-size: 114px auto;
        top: 6px;
        height: 35px;
    }

    .side-bar-nav .zh.logo-image-flesport {
        background: url(/Assets/img/common/logo-sprite-esport.svg?v=3) no-repeat;
        background-position: 0px -534px;
        background-size: 114px auto;
        top: 6px;
        height: 35px;
    }

    .side-bar-nav .th.logo-image-esports {
        background-position: -156px -83px;
    }

    .side-bar-nav .th.logo-image-tfgesports {
        background-position: -229px -83px;
    }

    .side-bar-nav .th.logo-image-flesport {
        background-position: -83px -83px;
    }

    .side-bar-nav .logo-image-livebet {
        background-position: -1px -71px;
    }

    .side-bar-nav .logo-image-instantgames {
        background-position: -1px -526px;
        height: 30px;
    }

    .side-bar-nav .th.logo-image-instantgames {
        background-position: -1px -117px;
    }

    .side-bar-nav .logo-image-casino {
        background-position: -1px -130px;
    }

    .side-bar-nav .th.logo-image-casino {
        background-position: -8px -170px;
    }

    .side-bar-nav .logo-image-slot {
        background-position: -1px -150px;
    }

    .side-bar-nav .th.logo-image-slot {
        background-position: -156px -170px;
    }

    .side-bar-nav .zh.logo-image-p2p {
        background-position: -1px -277px;
        height: 23px !important;
    }

    .side-bar-nav .th.logo-image-p2p {
        background-position: -82px -170px;
    }
    .side-bar-nav .logo-image-keno {
        background-position: -1px -258px;
    }

    .side-bar-nav .th.logo-image-keno {
        background-position: -229px -170px;
    }

    .side-bar-nav .logo-image-insider {
        background-position: -1px -172px;
    }

    .side-bar-nav .th.logo-image-insider {
        background-position: -1px -165px;
    }

    .side-bar-nav .logo-image-promotion {
        background-position: -1px -194px;
    }

    .side-bar-nav .th.logo-image-promotion {
        background-position: -8px -243px;
    }

    .side-bar-nav .logo-image-affiliate {
        background-position: -1px -214px;
    }

    .side-bar-nav .th.logo-image-affiliate {
        background-position: -82px -243px;
    }

    .side-bar-nav .logo-image-virtual-sport {
        background-position: -1px -279px;
    }

    .side-bar-nav .logo-image-sponsorship.zh {
        background-position: -1px -300px;
    }

    .side-bar-nav .logo-image-sponsorship.th {
        background-position: -1px -257px;
    }

.side-bar-actions {
    margin: 15px 40px;
}

    .side-bar-actions button {
        width: 100%;
        font-size: 16px;
        font-weight: bold;
    }

        .side-bar-actions .button.th {
            color: black;
        }

        .side-bar-actions button:last-of-type {
            margin: 0;
        }

        .side-bar-actions button .icon-button {
            margin-right: 10px;
            display: inline-block;
        }

            .side-bar-actions button .icon-button.icon-button-coupon {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -50px -742px no-repeat;
                width: 23px;
                height: 23px;
                vertical-align: middle;
            }

            .side-bar-actions .button.th .icon-button.icon-button-coupon {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -3px -927px no-repeat;
                background-size: 100px auto;
                width: 35px;
                height: 35px;
                vertical-align: middle;
            }

            .side-bar-actions button .icon-button.icon-button-clientDownload {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -73px -741px no-repeat;
                width: 23px;
                height: 23px;
                vertical-align: middle;
            }

            .side-bar-actions .button.th .icon-button.icon-button-clientDownload {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -3px -964px no-repeat;
                background-size: 100px auto;
                width: 35px;
                height: 35px;
                vertical-align: middle;
            }

            .side-bar-actions button .icon-button.icon-button-introafriend,
            .side-bar-actions button .icon-button.icon-button-introafriend svg {
                width: 23px;
                height: 23px;
                vertical-align: middle;
                padding: 1px;
            }

            .side-bar-actions button .icon-button.icon-button-referafriend {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -35px -1020px no-repeat;
                width: 23px;
                height: 23px;
                vertical-align: middle;
            }

            .side-bar-actions .button.th .icon-button.icon-button-referafriend {
                background: url(/Assets/img/Common/common-sprite.png?v=1) -3px -886px no-repeat;
                background-size: 100px auto;
                width: 35px;
                height: 35px;
                vertical-align: middle;
            }

.side-bar-gadget {
    position: absolute !important;
    right: 0;
    z-index: 20;
    top: 15vh;
    border-radius: 10px 0px 0px 10px;
}

.side-bar-gadget-left {
    position: absolute !important;
    z-index: 20;
    top: 7vh;
}

.side-bar-gadget .gadget-wrapper {
    position: relative;
    right: 0;
    transition: right .5s ease;
    cursor: pointer;
}

.side-bar-gadget-left .gadget-wrapper-left {
    position: relative;
    left: 0;
    transition: left .5s ease;
    cursor: pointer;
}

    .side-bar-gadget .gadget-wrapper:not(#CouponShortcutRedemption), .side-bar-gadget-left .gadget-wrapper-left:not(#CouponShortcutRedemption) {
        margin-top: 45px;
    }

.side-bar-gadget .gadget {
    color: #000000;
    font-weight: bold;
    margin: 0;
    font-size: 15px;
    padding: 8px 9px 5px 9px;
    line-height: 16px;
    width: 34px;
    display: flex;
    position: relative;
    border-radius: 10px 0px 0px 10px;
}

.side-bar-gadget-left .gadget {
    color: #000000;
    font-weight: bold;
    margin: 0;
    height: auto;
    display: inline-block;
    position: relative;
    padding-right: 7px;
}

.side-bar-gadget-left .gadget {
    color: #000000;
    font-weight: bold;
    margin: 0;
    height: auto;
    display: inline-block;
    position: relative;
}

.side-bar-gadget .gadget:after {
    position: absolute;
    left: 0;
    content: '';
    display: block;
}

.side-bar-gadget-left .gadget:after {
    position: absolute;
    right: 0;
    content: '';
    border-top-style: solid;
    display: block;
    bottom: -25px;
    border-top-width: 33.7px;
    border-left: 100px solid transparent !important;
}

.theme-default .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/SportCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-home .side-bar-gadget #redeem-coupon:before {
    content: '';
    background:url(/Assets/img/Common/Coupon/SportCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-sports .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/SportCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-esports .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/EsportCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-casino .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/LiveCasinoCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-p2p .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/3DGamesCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-slot .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/SlotsCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-keno .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/LotteryCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.theme-promotion .side-bar-gadget #redeem-coupon:before {
    content: '';
    background: url(/Assets/img/Common/Coupon/PromotionCoupon.png) no-repeat;
    width: 50px;
    height: 31px;
    display: inline-block;
}

.side-bar-gadget #quickpay-link:before {
    content: '';
    background: url('/Assets/img/Common/common-sprite.png?v=1') no-repeat;
    background-position: -6px -822px;
    background-size: 100px auto;
    width: 18px;
    height: 35px;
    display: inline-block;
}





.side-bar-view #membermenu-quickpay label {
    color: #FFFFFF;
    font-size: inherit;
    font-weight: normal;
}

.side-bar-view #membermenu-quickpay input[type=text] {
    margin: 0 0 0.5em;
}

/* SIDE BAR navigation */
#sideNavigation {
    padding: 15px 0 30px 30px;
    margin: 0 15px;
    border-top: 1px solid #6D6D6D;
}

    #sideNavigation:nth-child(2) {
        border-top: none;
    }

    #sideNavigation * {
        font-size: 14px;
        color: #FFFFFF;
    }

    #sideNavigation nav a {
        display: block;
        padding: 8px 23px 8px 0;
        text-decoration: underline;
    }

        #sideNavigation nav a:hover {
            text-decoration: none;
        }

#infocenter_sub, #infocenter_sub .submenu {
    list-style-type: none;
}

    #infocenter_sub .submenu a {
        margin-left: 15px;
    }

    #infocenter_sub .is-accordion-submenu-parent > a::after {
        content: '';
        display: block;
        width: 24px;
        height: 24px;
        background: url('/Assets/img/MobileApp/betway_infocenter_expand.png');
        border: none;
        position: absolute;
        top: 25%;
        margin-top: -5px;
        right: 1rem;
    }

/* SITE */
.site-content {
    position: relative;
    height: 100%;
    min-width: 320px;
    overflow-x: hidden;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

    .site-content > * {
        position: relative;
    }

.site-background {
    position: fixed;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 1920px;
    transform: translate(-50%, 0);
}

.site-background-image {
    display: block;
    width: 100%;
    max-width: 1920px;
    height: auto;
    margin: 0 auto;
}

.product-page-wrapper {
    margin: 0 auto;
    max-width: 1920px;
}

.tier-color.blue {
    color: #1c8cb3;
}

.tier-color.bronze {
    color: #6c3a0e;
}

.tier-color.silver {
    color: #808382;
}

.tier-color.gold {
    color: #b2903e;
}

.tier-color.platinum {
    color: #d1d1d1;
}

.tier-color.black {
    color: #030304;
}

@media screen and (max-width: 40em) {
    #member-menu > .menu-item.th {
        float: left;
        padding-left: 7px;
    }
}

@media screen and (max-width: 63.9em) {
    #member-menu-content .menu-panel {
        top: 5.5px !important;
    }

    #loginControl .livechat-th {
        margin-top: 10px;
    }
}

@media screen and (min-width: 32em) {
    #loginControl .member .member-info .username {
        font-size: 15px;
        max-width: none;
    }

    #loginControl .member .member-info .balance {
        font-size: 13px;
    }

    #member-menu-content #profile-panel.menu-panel.th {
        /*right: 170px; TO BE ENABLED */
        right: auto;
        left: 50px;
    }
}

@media screen and (min-width: 40em) {

    /* Menu alignment */
    #member-menu > .menu-item.th {
        float: left;
        padding-left: 7px;
    }

    #member-menu-content {
        min-width: 450px; /* TO BE REMOVED */
    }
}

@media screen and (min-width: 64em) {

    #member-menu > .menu-item.th {
        float: none;
    }

    #member-menu {
        float: right;
    }

    #member-menu-content .menu-panel.th {
        right: 50px;
        left: auto;
    }



    #member-menu > .menu-item > .menu-labels {
        margin-right: 25px;
    }

    .side-bar-gadget .gadget {
        font-size: 14px;
        font-weight: 700;
        padding: 10px 12px 10px 12px;
        line-height: 18px;
        width: 120px;
        word-wrap: break-word;
    }

        .side-bar-gadget .gadget:after {
            bottom: -15px;
            border-top-width: 15.6px;
            border-right: 44px solid transparent !important;
        }

    .side-bar-gadget-left .gadget {
        width: auto;
    }

        .side-bar-gadget-left .gadget:after {
            bottom: -34px;
            border-top-width: 34.6px;
            border-left: 66px solid transparent !important;
        }

    #loginControl #options.zh {
        width: 90px;
    }

    #loginControl #options.th {
        width: 95px;
    }

    #loginControl .member {
        margin-top: 25px;
        margin-right: 50px;
    }

    #loginControl .anonymous {
        right: 0;
        top: 4px;
    }

    #loginControl .member .member-info {
        margin: 0 25px 0 30px;
    }

    #member-menu > .menu-item.active > .icon:after {
        top: 34px !important;
        border-bottom-width: 22.5px;
    }

    #member-menu-content #profile-panel.menu-panel {
        left: -140px;
        right: auto;
        right: 0 !important; /* TO BE REMOVED ON BETWAY PLUS LAUNCH */
        left: 55px !important; /* TO BE REMOVED ON BETWAY PLUS LAUNCH */
    }

    #member-menu-content #tier-panel.menu-panel {
        left: -77px;
        right: auto;
    }
}

@media screen and (min-width: 1200px) {
    #coming-event-container {
        display: inline-block;
    }
}

@media screen and (max-height: 650px) {
    #sideBarRight .side-bar-menu-tabs a {
        height: 58px;
    }

        #sideBarRight .side-bar-menu-tabs a span {
            margin: 20px 11px;
        }
}

/* animation */

@keyframes pop {
    0% {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
    }

    75% {
        -webkit-transform: scale(1.05, 1.05);
        transform: scale(1.05, 1.05);
    }

    100% {
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes under-fifty {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes under-fifty {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@-webkit-keyframes first-half {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes first-half {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes second-half {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@keyframes second-half {
    0% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
}

@-webkit-keyframes remove-clip {
    0% {
        clip: rect(0px, 150px, 150px, 75px);
    }

    99.99% {
        clip: rect(0px, 150px, 150px, 75px);
    }

    100% {
        clip: rect(0px, 150px, 150px, 0);
    }
}

@keyframes remove-clip {
    0% {
        clip: rect(0px, 150px, 150px, 75px);
    }

    99.99% {
        clip: rect(0px, 150px, 150px, 75px);
    }

    100% {
        clip: rect(0px, 150px, 150px, 0);
    }
}

@-webkit-keyframes tick-pop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes tick-pop {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    6% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    12% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    14% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    6% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    8% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    10% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }

    12% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    14% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
}

.langMobile {
    border-top: 1px solid #6D6D6D;
}

.side_lang_container {
    padding: 15px 0 15px 45px;
}

    .side_lang_container a {
        border-bottom: #fff 2px solid;
    }

.RolapInnerContainer {
    width: 260px;
}

.rolap-leaderboard-row {
    display: block;
    padding: 8px 20px;
    font-size: 14px;
}

.RolapInnerContainer .rolap-leaderboard-row:nth-child(even) {
    background: rgba(34,34,34,0.8);
}

.RolapInnerContainer .rolap-leaderboard-row:nth-child(odd) {
    background: rgba(0,0,0,0.8);
}

.RolapInnerContainer > div.rolap-leaderboard-row:nth-child(2) {
    border-top: 2px solid #449933;
}

.rolap-leaderboard-row > .column-index:first-child {
    float: left;
}

.rolap-leaderboard-row > .column-index {
    width: 15%;
}

.rolap-leaderboard-row > .column-last {
    font-weight: bold;
    text-align: right;
    width: 40%;
    min-width: 40%;
}

.rolap-leaderboard-header {
    display: block;
    background: linear-gradient(#111111, #222222, #313131);
    background: -webkit-linear-gradient(#111111, #222222, #313131);
    background: -moz-linear-gradient(#111111, #222222, #313131);
    background: -o-linear-gradient(#111111, #222222, #313131);
    background: -ms-linear-gradient(#111111, #222222, #313131); /*For IE10*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#111111', endColorstr='#313131')";
    max-height: 65px;
    min-height: 65px;
}

.rolap-leaderboard-title {
    font-weight: bold;
    font-size: 20px;
    margin: 18px;
    float: left;
}

#RolapSideBanner {
    z-index: -1;
}

.RolapOuterContainer {
    position: absolute;
    top: 0;
    display: none;
}

    .RolapOuterContainer.show {
        display: block;
    }

.rolap-sidebanner-title {
    text-align: center;
    padding-top: 5px;
    width: 60px;
}

.rolap-sidebanner-trophy {
    width: 30px;
    margin: 5px 15px 15px;
}

.RolapOuterContainer.selected, #RolapSideBanner.selected, #BankStatusSideBanner.selected {
    animation: slide-out 0.5s forwards;
    -webkit-animation: slide-out 0.5s forwards;
}

.RolapOuterContainer.dismiss, #RolapSideBanner.dismiss, #BankStatusSideBanner.dismiss {
    animation: slide-in 0.5s forwards;
    -webkit-animation: slide-in 0.5s forwards;
}

@media screen and (min-width: 62em) {
    .RolapOuterContainer.slide-out {
        display: block;
    }

    .RolapOuterContainer {
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        left: -260px;
        display: none;
    }

    #RolapSideBannerDesktop {
        position: absolute;
        left: 260px;
        background-color: black;
        border-bottom: 2px solid #449933;
        border-right: 2px solid #449933;
        border-top: 2px solid #449933;
        top: 175px;
        border-top-right-radius: 5%;
        border-bottom-right-radius: 5%;
        cursor: pointer;
    }

    .RolapOuterContainer {
        z-index: 11;
        top: 115px;
    }
}

@media screen and (max-width: 63.9375em) {
    .RolapInnerContainer {
        top: 50px;
        position: relative;
        margin: auto;
    }

    .RolapOuterContainer {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        min-height: 100vh;
        z-index: -1;
        background-color: rgba(32,32,32,0.6);
    }

        .RolapOuterContainer .rolap-close-btn {
            height: 30px;
            width: 30px;
            background: url('/Assets/img/Common/common-sprite.png?v=1') -4px -820px no-repeat;
            position: absolute;
            right: -15px;
            top: -15px;
            cursor: pointer;
            z-index: 998;
        }

        .RolapOuterContainer.show-board {
            z-index: 997;
        }


    #RolapSideBanner, #BankStatusSideBanner {
        position: absolute;
        z-index: 1;
        top: 0;
        left: -62px;
        background-color: black;
        border-top-right-radius: 5%;
        border-bottom-right-radius: 5%;
        margin-top: 100px;
        border-bottom: 2px solid #449933;
        border-right: 2px solid #449933;
        border-top: 2px solid #449933;
        transform: translateX(0%);
        -webkit-transform: translateX(0%);
        display: none;
    }

        #RolapSideBanner.show, #BankStatusSideBanner.show {
            display: block;
            z-index: 2;
        }

    #BankStatusSideBanner {
        left: -56px;
    }

    #BankStatusSideBannerSlider.left-slider {
        left: 56px;
    }

    .left-slider-open {
        width: 20px;
        height: 30px;
        background: url(/Assets/img/Common/common-sprite.png?v=1) no-repeat;
        background-size: 85px;
        margin: auto 0;
        background-color: #232323;
        border-top-right-radius: 15%;
        border-bottom-right-radius: 15%;
        border-bottom: 2px solid #767779;
        border-right: 2px solid #767779;
        border-top: 2px solid #767779;
    }

        .left-slider-open.open {
            background-position: -2px -479px;
        }

    .left-slider-open {
        background-position: -2px -502px;
    }

    .left-slider {
        position: absolute;
        left: 62px;
        height: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -o-flex;
        display: flex;
    }
}

@keyframes slide-in {
    0% {
        -webkit-transform: translateX(100%);
    }

    100% {
        -webkit-transform: translateX(0%);
    }
}

@-webkit-keyframes slide-in {
    0% {
        transform: translateX(100%);
    }

    100% {
        transform: translateX(0%);
    }
}

@keyframes slide-out {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(100%);
    }
}

@-webkit-keyframes slide-out {
    0% {
        -webkit-transform: translateX(0%);
    }

    100% {
        -webkit-transform: translateX(100%);
    }
}


.giflist {
    top: 50%;
    height: 80px;
    width: 150px;
    cursor: pointer;
    position: fixed;
    z-index: 20;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
}

    .giflist .ctn-btn {
        display: inline-block;
    }

.slide-image {
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}

.flip {
    transform: rotate(-180deg);
}

.float-btn-align {
    width: 150px;
    margin: -39px;
    margin-right: -34px;
}

#tictactoe-float-icon.float-btn-align {
    width: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}


/*FootballManager*/
.FootballManagerIconProfileImg {
    float: right;
    width: 70px;
    margin-right: -15px;
    margin-top: -10px;
}

/*WeChatControl SideBarGadget*/
#WeChatQuickPay{
    visibility: hidden;
}

.header-downloadapp {
    background-color: #454545;
    height: 60px;
    padding-top: 5px;
}

.th .header-downloadapp{
    background-color: #000000;
}

.header-downloadapp .header-downloadapp-closeContainer {
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    width: 10%;
}

.header-downloadapp .header-downloadapp-closeContainer img {
    width:15px;
}

.header-downloadapp .header-downloadapp-iconContainer {
    display:inline-block;
    width:15%;
    text-align:center;
    position:relative;
}

.header-downloadapp .header-downloadapp-iconContainer img {
    padding:5%;
    max-width:60px;
    width:100%;
    position:absolute;
    left:0;
    top:-5px;
    bottom:0;
    margin:auto;
}

.header-downloadapp .header-downloadapp-titleContainer {
    width: 35%;
    vertical-align: middle;
    display:inline-block;
}

.header-downloadapp .header-downloadapp-titleContainer p {
    margin: 0;
    word-break: break-all;
    padding-left: 5px;
}

.header-downloadapp .header-downloadapp-titleContainer .header-downloadapp-title {
    font-weight:bold;
}

.header-downloadapp .header-downloadapp-titleContainer .header-downloadapp-subTitle {
    font-size: 10px;
    line-height:1.1;
}

.header-downloadapp .header-downloadapp-buttonContainer {
    display: inline-block;
    width: 35%;
    text-align: right;
    padding-right:1%;
}

.header-downloadapp .header-downloadapp-buttonContainer button {
    background-color: #00a826;
    padding: 10px;
    border-radius: 5px;
    max-width:100px;
    font-size:12px;
    width:80%;
}

.th .header-downloadapp .header-downloadapp-buttonContainer button{
    font-size:10px;
}


.brandIcon {
    height: 32px;
    width: 32px;
    position: relative;
    left: 5%;
    margin-top: auto;
    margin-bottom: auto;
}

.copyIcon {
    height: 28px;
    width: 24px;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    cursor: pointer;
    right: 5%;
}

.spanFixedBackupDomain_1,
.spanFixedBackupDomain_2,
.spanBackupDomain {
    display: block;
}

#backupDomainInfo {
    font-size: 22px;
}

#backupDomain-block {
    background-color: #303030;
    margin-top: 10px;
}

#backupDomain-blockToSave {
    padding: 10px 30px !important;
}

.backupDomainsTitle {
    color: #00A826;
    font-size: 21px;
    padding-top: 10px;
}

.backupDomainContainer {
    display: flex;
    justify-content: flex-start;
    background-color: #414141;
    border-radius: 25px;
    margin-bottom: 10px;
}

.backupDomainUrl {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
    width: 100%;
}

    .backupDomainUrl span {
        display: block;
        overflow-wrap: break-word;
        text-align: center;
        width: 80%;
        margin-left: 10%;
    }

#copiedText,
#copiedTextPanel {
    display: none;
    position: absolute;
    background-color: #1B1B1B;
    border-radius: 15px;
    opacity: 0.9;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 9999;
}

#backupDomain-doNotShow {
    padding: 10px 30px;
}

    #backupDomain-doNotShow span label {
        font-size: 14px;
        font-weight: normal;
    }

[id^="modal-BackupDomains"] a {
    text-decoration: none;
    text-align: center;
    color: #00A826;
}

[id^="modal-Euro2024Popup"] a {
    text-decoration: none;
    text-align: center;
    color: #00A826;
}

[id^="modal-BackupDomains"] header,
[id^="modal-BackupDomains"] .content {
    padding: 10px 30px !important;
}

[id^="modal-Euro2024Popup"] header,
[id^="modal-Euro2024Popup"] .content {
    padding: 10px 30px !important;
}

    [id^="modal-BackupDomains"] .content nav.actions {
        display: flex;
        justify-content: space-between;
        padding: 0 30px 10px 30px;
    }

    [id^="modal-Euro2024Popup"] .content nav.actions {
        display: flex;
        justify-content: space-between;
    }

        [id^="modal-BackupDomains"] .content nav.actions button {
            display: inline-block;
            font-size: 20px;
            margin: 15px 0 0 0;
            width: 48%;
        }

        [id^="modal-Euro2024Popup"] .content nav.actions button {
            display: inline-block;
            font-size: 20px;
            margin: 15px 0 0 0;
            width: 100%;
        }

        [id^="modal-Euro2024Popup"] .content nav.actions button.btnDeposit {
            display: inline-block;
            font-size: 20px;
            margin: 15px 0 0 0;
            width: 50%;
        }

        [id^="modal-BackupDomains"] .content nav.actions .btnCopyAll,
        [id^="modal-BackupDomains"] .content nav.actions .btnCopyAll:hover,
        [id^="modal-BackupDomains"] .content nav.actions .btnCopyAll:focus {
            background-color: #00A826 !important;
            color: #FFFFFF !important;
            border: 1px solid #FFFFFF !important;
            -webkit-tap-highlight-color: transparent;
        }

        [id^="modal-BackupDomains"] .content nav.actions .btnSaveImage,
        [id^="modal-BackupDomains"] .content nav.actions .btnSaveImage:hover,
        [id^="modal-BackupDomains"] .content nav.actions .btnSaveImage:focus {
            background-color: #6C6C6C !important;
            color: #FFFFFF !important;
            border: 1px solid #FFFFFF !important;
            -webkit-tap-highlight-color: transparent;
        }

#backupDomain-doNotShow input[type=checkbox] {
    appearance: none;
    border: 1px solid #FFFFFF;
    width: 15px;
    height: 15px;
    content: none;
    outline: none;
    margin: 0;
}

    #backupDomain-doNotShow input[type=checkbox]:checked {
        appearance: none;
        outline: none;
        padding: 0;
        content: none;
        border: none;
        width: 15px;
        height: 15px;
    }

        #backupDomain-doNotShow input[type=checkbox]:checked::before {
            color: #00a826 !important;
            content: "\00A0\2713\00A0" !important;
            border: 1px solid #00a826;
            font-weight: bolder;
            font-size: 10px;
            width: 15px;
            height: 15px;
        }

@media screen and (max-width: 1023px) {
    .backupDomainContainer {
        display: grid;
        grid-column: 3;
        grid-template-columns: 10% 75% 10%;
        column-gap: 5px;
        position: relative;
        justify-items: center;
        padding: 2px;
    }

    .brandIcon {
        height: 16px;
        width: 16px;
        grid-column: 1;
    }

    .copyIcon {
        height: 14px;
        width: 12px;
        grid-column: 3;
    }

    .backupDomainUrl {
        font-size: 14px !important;
        grid-column: 2;
    }

        .backupDomainUrl span {
            width: 100%;
            margin-left: 0;
        }

    #backupDomainInfo,
    .backupDomainsTitle,
    [id^="modal-BackupDomains"] .wrapper footer {
        font-size: 14px !important;
    }

    [id^="modal-Euro2024Popup"] .wrapper footer {
        font-size: 14px !important;
    }

    #backupDomain-blockToSave {
        padding: 10px 20px !important;
    }

    [id^="modal-BackupDomains"] .content nav.actions button {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
    }

    [id^="modal-Euro2024Popup"] .content nav.actions button {
        font-size: 14px;
        margin: 0;
        padding: 10px 0;
    }

    #backupDomain-doNotShow span {
        white-space: nowrap;
    }
}

#backupDomains-subPanel {
    padding-top: 10px;
    background-color: #303030;
}

    #backupDomains-subPanel #divBackupDomainInfo {
        padding-bottom: 10px;
        height: 20px;
        width: fit-content;
    }

    #backupDomains-subPanel #backupDomainInfo {
        font-size: 14px;
        width: 100%;
        text-align: center;
        position: absolute;
    }

    #backupDomains-subPanel #backupDomain-block {
        padding: 5px 15px 0 15px;
    }

        #backupDomains-subPanel #backupDomain-block #backupDomain-blockToSavePanel {
            font-size: 12px;
            background-color: #222222 !important;
            padding: 10px 15px !important;
        }

            #backupDomains-subPanel #backupDomain-block #backupDomain-blockToSavePanel .backupDomainsTitle {
                font-size: 12px;
                padding-top: 0 !important;
            }

        #backupDomains-subPanel #backupDomain-block nav.actions {
            font-size: 12px;
            display: grid;
            row-gap: 10px;
            padding: 25px 15px 15px 15px;
            background-color: #222222;
        }

            #backupDomains-subPanel #backupDomain-block nav.actions .btnCopyAll,
            #backupDomains-subPanel #backupDomain-block nav.actions .btnCopyAll:hover,
            #backupDomains-subPanel #backupDomain-block nav.actions .btnCopyAll:focus {
                background-color: #00A826 !important;
                color: #FFFFFF !important;
                border: none;
                -webkit-tap-highlight-color: transparent;
            }

            #backupDomains-subPanel #backupDomain-block nav.actions .btnSaveImage,
            #backupDomains-subPanel #backupDomain-block nav.actions .btnSaveImage:hover,
            #backupDomains-subPanel #backupDomain-block nav.actions .btnSaveImage:focus {
                background-color: #6C6C6C !important;
                color: #FFFFFF !important;
                border: none;
                -webkit-tap-highlight-color: transparent;
            }

        #backupDomains-subPanel #backupDomain-block #backupDomain-doNotShow {
            display: none;
        }

        #backupDomains-subPanel #backupDomain-block #backupDomain-blockToSavePanel .backupDomainContainer .brandIcon {
            height: 20px;
            width: 20px;
            margin-top: auto;
            margin-bottom: auto;
        }

        #backupDomains-subPanel #backupDomain-block #backupDomain-blockToSavePanel .backupDomainContainer .copyIcon {
            height: 16px;
            width: 12px;
            margin-top: auto;
            margin-bottom: auto;
            cursor: pointer;
        }

#backupDomain-csFooter {
    font-size: 13px;
    padding: 15px;
}

    #backupDomain-csFooter a {
        color: #00A826;
    }

#backupDomains-panel {
    padding: 15px 0 0 0 !important;
}

    #backupDomains-panel .back-menu-btn {
        padding-left: 45px !important;
    }

    #backupDomains-panel div.back-menu-btn:after {
        margin-left: 15px;
    }

    #backupDomains-panel .sub-panel-wrapper {
        padding: 0;
    }


#euro2024popup-block{
    text-align:center;
}

.btnDeposit-mobile{
    margin-top:15px !important;
    width: 90% !important;
}
.main-content {
    position: relative;
    background-color: #000000;
}

    .main-content > section {
        position: relative;
    }

/* Home Banner */
#mainBanner {
    min-height: 267px;
}

#mainBannerContent {
    position: relative;
    color: #FFFFFF;
    min-height: 267px;
}

    #mainBannerContent .title {
        font-size: 20px;
        margin: 0;
        text-shadow: #000000 2px 2px 2px;
    }

    #mainBannerContent .subtitle {
        font-size: 20px;
        text-shadow: #000000 2px 2px 2px;
        background: #000000;
        background: rgba(0,0,0,0.5);
        padding: 3px;
        letter-spacing: 1px;
    }

@media only screen and (max-width: 64em) {
    #mainBannerContent .subtitle {
        font-size: 12px;
    }
}

    #mainBannerContent .button {
        font-size: 40px;
        font-weight: bold;
        border: none;
        height: 84px;
        margin-top: 5%;
        border-bottom-right-radius: 2px;
        border-top-right-radius: 2px;
    }

    #mainBannerContent .subtitle a {
        color: white;
    }

        #mainBannerContent .subtitle a:hover {
            text-decoration: underline;
        }

/* Home Promo */
#mainPromo {
    padding-bottom: 30px;
}

    #mainPromo .column {
        padding: 0 0.45rem;
        margin: 0.45rem 0;
    }

        #mainPromo .column .promo-box {
            position: relative;
            background-color: #111111;
            border-top: 4px solid;
            overflow: hidden;
        }

            #mainPromo .column .promo-box .gradient {
                position: absolute;
                height: 40px;
                width: 100%;
                background-color: green;
                bottom: 158px;
                background: #111; /* For browsers that do not support gradients */
                background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,#111 95%); /* For Safari 5.1 to 6.0 */
                background: -o-linear-gradient(bottom, rgba(255,255,255,0) 0%,#111 95%); /* For Opera 11.1 to 12.0 */
                background: -moz-linear-gradient(bottom, rgba(255,255,255,0) 0%,#111 95%); /* For Firefox 3.6 to 15 */
                background: linear-gradient(to top, rgba(255,255,255,0) 0%, #111 92%);
            }

            #mainPromo .column .promo-box .title {
                position: relative;
                height: 53px;
                width: 100%;
                font-size: 28px;
                font-weight: bold;
                padding: 10px 5px 8px 5px;
                white-space: nowrap;
                overflow: hidden;
                text-overflow: clip;
                z-index: 1;
            }

            #mainPromo .column .promo-box > .title::after {
                position: absolute;
                top: 0;
                left: 40%;
                width: 20%;
                height: 100%;
                content: "";
                border-bottom: 2px solid;
            }

            #mainPromo .column .promo-box .subtitle {
                position: absolute;
                bottom: 0;
                width: 100%;
                font-size: 18px;
                font-weight: bold;
                text-align: center;
                overflow-y: auto;
                z-index: 1;
            }

            #mainPromo .column .promo-box > .background {
                position: absolute;
                bottom: 58px;
                left: 0%;
                max-width: none;
                height: auto;
                width: 100%;
            }

            #mainPromo .column .promo-box > article {
                position: relative;
                height: 150px;
                padding: 0 5px;
                font-size: 14px;
                color: #FFFFFF;
                text-align: center;
                line-height: 25px;
                overflow-y: auto;
            }

            #mainPromo .column .promo-box > .promoButton {
                position: relative;
                display: block;
                width: 100%;
                padding: 15px 0;
                color: #FFFFFF;
                font-size: 18px;
                font-weight: bold;
            }

            #mainPromo .column .promo-box .promoButton:hover {
                border-color: #FFFFFF !important;
            }

.smallPromo-box {
    display: none;
}

.smallPromoButton, .smallPromoButton:visited {
    display: block;
    color: #FFFFFF;
    position: relative;
    width: 67%;
    font-weight: bold;
    border: 2px solid;
    border-bottom: 12px solid;
    margin: 0 auto;
    border-radius: 2px;
    font-size: 22px;
}

.smallPromo-box .smallPromoButton:hover {
    border: 2px solid;
    border-bottom: 14px solid;
    border-color: white;
}

@media screen and (max-width: 39.9375em) {
    #mainPromo .smallPromo-box, #mainPromo .smallPromo-box > a {
        color: white;
        display: block;
    }

    #mainPromo {
        margin-top: 0;
    }

        #mainPromo .promo-box {
            display: none;
        }
}

/* Home Content */

#mainContent .main-section {
    padding-top: 50px;
    padding-bottom: 50px;
    content-visibilty: auto;
}

#mainContent .verticallyCenter:nth-child(odd) {
    background-color: #222222;
}

#mainContent .verticallyCenter:nth-child(even) {
    background-color: #111111;
}

    #mainContent .verticallyCenter:nth-child(even) .imageClass {
        float: right;
    }

.indexContent h1 {
    color: white;
    font-size: 40px;
    vertical-align: middle;
    text-align: left;
}

.indexContent p {
    color: white;
    font-size: 14px;
    text-align: justify;
}

.indexContent .column {
    padding: 7px 7px 50px 7px;
}

    .indexContent .column p {
        text-align: center;
        font-weight: bold;
        color: #808080;
    }

.indexContent .image-action {
    height: 180px;
}

    .indexContent .image-action > .icon {
        cursor: pointer;
        height: 100%;
        border: 1px solid #848484;
        background-position: 50% 50%;
        background-size: cover;
        background-repeat: no-repeat;
    }

.contentButton {
    display: block;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background-position: -845px 0;
    max-height: 283px;
}

#mainContent .contentButton:hover {
    background-color: #333333;
}

.sideIcon {
    width: 40px;
    height: 30px;
    background: url("/Assets/img/Common/common-sprite.png?v=1") 0 0 no-repeat;
    position: absolute;
    margin-top: 15px;
    margin-left: 16px;
    z-index: 1;
}

.sideContent p {
    padding: 13px 10px 13px 0px;
    font-size: 20px;
    font-weight: bold;
    color: white;
    margin-bottom: 0px;
    margin-left: 105px;
}

.promo-content-data {
    padding: 15px 18px;
    border-top: 1px solid #A1A1A1;
    text-align: center;
    overflow-y: scroll;
    width: 100%;
    max-height: calc(100% - 50px);
}

    .promo-content-data .promo-image-wrapper {
        max-height: 293px;
        min-height: 150px;
        overflow: hidden;
        border: 1px solid #656565;
    }

        .promo-content-data .promo-image-wrapper img {
            width: 100%;
        }

    .promo-content-data article {
        padding: 10px 15px;
        text-align: left;
        color: #FFFFFF;
        font-size: 14px;
        background-color: #404040;
        word-break: break-all;
        overflow-x: hidden;
    }

.cms-sync-style {
    color: white;
    font-size: 14px;
    word-break: break-all;
}

    .cms-sync-style table thead tr th, .cms-sync-style table tbody tr td {
        border: 1px solid #6d6d6d;
        padding: 5px;
        font-weight: 300;
        font-size: 14px;
        background-color: #404040;
        background-color: rgba(0, 0, 0, 0);
        color: #FFFFFF;
    }

    .cms-sync-style table * {
        background-color: rgba(0, 0, 0, 0);
    }

    .cms-sync-style tbody tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0);
    }

    .cms-sync-style ol {
        padding-left: 2px;
    }

    .cms-sync-style ul {
        padding-left: 2px;
        list-style-type: circle;
    }

    .cms-sync-style li {
        margin-left: 15px;
    }

.promo-button-wrapper.expired .action {
    background-color: #262626 !important;
    pointer-events: none;
}

.promo-button-wrapper.coming .action {
    pointer-events: none;
}

.promo-button-wrapper .action {
    min-width: 150px;
}

.promo-button-wrapper button {
    font-size: 21px;
    font-weight: bold;
    border: none;
    height: 100%;
    line-height: 40px;
    transition: background-color .2s;
    transition: background-color .2s, color .2s, border .2s, -webkit-transform .2s;
    transition: background-color .2s, color .2s, border .2s, transform .2s;
    transition: background-color .2s, color .2s, border .2s, transform .2s, -webkit-transform .2s;
}

    .promo-button-wrapper button:hover {
        background-color: white;
    }

/* Product landing page */
#mainPromo.product-page .column {
    margin: 1rem auto;
    max-width: 500px;
    float: none;
}

.product-page .sideIcon-number {
    color: #fff;
    font-size: 45px;
    font-style: normal;
    position: absolute;
    margin-top: 16px;
    margin-left: 28px;
    font-weight: 800;
    font-family: Helvetica !important;
}

.product-page .sideContent h6 {
    margin: -10px 10px 13px 0;
    color: white;
    font-weight: 300;
    font-size: 14px;
}

.product-page .sideContent {
    height: 100%;
    min-height: 100px;
    padding-left: 110px;
}

.product-page .contentButton:hover {
    background-color: #333333;
}

.product-page .sideContent p {
    margin-left: 0;
}

@media screen and (max-width: 39.9375em) {
    #mainBannerContent .button {
        font-size: 24px;
        height: 62px;
    }
}

@media screen and (min-width: 40em) {
    #mainBannerContent .title {
        font-size: 40px;
    }
}

@media screen and (min-width: 64em) {
    #mainBanner {
        min-height: 300px;
    }

    #mainBannerContent .title {
        font-size: 50px;
    }

    /* Font weight for large and up size */
    #mainBannerContent .title,
    * h1 {
        font-weight: bold;
    }

    /* For Product Landing Page */
    #mainPromo.product-page .column {
        margin: 5px 0;
        float: left;
        max-width: none;
    }
}

.header-logo{
    top:0 !important;
}

.header-logo.zh {
    background-image: url(/Assets/img/sports-logo.png) !important;
}

#mainBanner, #mainBannerContent {
    min-height: 200px;
}

.euro-countdown-web {
    display: none !important;
}


.euro-coundown-mobile {
    display: none !important;
}

.euro-part-loading,
.euro-part-loading-past {
    background-image: url(/Assets/img/Common/loading.gif);
    height: 150px;
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 30px;
}

body .header-main-body .euro-cup-header {
    display: flex;
    flex-flow: row;
    justify-content: center;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: -40px;
}

    body .header-main-body .euro-cup-header .euro-header-elem {
        color: #A1A1A1;
        text-align: center;
        padding: 0px 13px 23px 13px;
    }

    body .header-main-body .euro-cup-header .header-link {
        float: left;
        margin: 0px 20px;
        z-index: 140;
    }

.euro-header-elem.euro-nav-team {
    cursor: default;
}

body .header-main-body .euro-cup-header .header-link.nav-event .active,
body .header-main-body .euro-cup-header .header-link.nav-event:hover .euro-header-elem:not(.active) {
    color: #fff;
    border-bottom: 3px solid #00A826;
}

body .header-main-body .euro-cup-header .header-link.nav-schedule .active,
body .header-main-body .header-link.nav-schedule:hover .euro-header-elem:not(.active) {
    color: #fff;
    border-bottom: 3px solid #F7FF00;
}

body .header-main-body .euro-cup-header .header-link.nav-team .active,
body .header-main-body .euro-cup-header .header-link.nav-team:hover .euro-header-elem:not(.active) {
    color: #fff;
    border-bottom: 3px solid #FF2E2E;
}

body .header-main-body .euro-cup-header .header-link.nav-rank .active,
body .header-main-body .euro-cup-header .header-link.nav-rank:hover .euro-header-elem:not(.active) {
    color: #fff;
    border-bottom: 3px solid #FF6F00;
}

body .header-main-body .euro-cup-header .header-link.nav-raf .active,
body .header-main-body .euro-cup-header .header-link.nav-raf:hover .euro-header-elem:not(.active) {
    color: #fff;
    border-bottom: 3px solid #FFF;
}

body .header-main-body .euro-cup-header .euro-header-elem {
    color: #A1A1A1;
    text-align: center;
    padding: 0px 13px 12px 13px;
    border-bottom: 3px solid transparent;
}


body .header-main-body .euro-cup-header .euro-header-elem {
    color: #A1A1A1;
    text-align: center;
    padding: 0px 13px 12px 13px;
    border-bottom: 3px solid transparent;
}

    body .header-main-body .euro-cup-header .euro-header-elem:hover {
        color: #fff;
    }

.euro-cup-mobile-header {
    display: none;
    flex-flow: row;
    justify-content: space-around;
    width: 100%;
    position: fixed;
    z-index: 1001;
    background-color: #000;
    bottom: 0;
}

    .euro-cup-mobile-header .header-link.nav-event .active,
    .euro-cup-mobile-header .header-link.nav-event:hover .euro-header-elem:not(.active) {
        color: #fff;
        border-top: 3px solid #00A826;
    }

    .euro-cup-mobile-header .header-link.nav-schedule .active,
    .euro-cup-mobile-header .header-link.nav-schedule:hover .euro-header-elem:not(.active) {
        color: #fff;
        border-top: 3px solid #F7FF00;
    }

    .euro-cup-mobile-header .header-link.nav-team .active,
    body[data-whatinput="mouse"] .euro-cup-mobile-header .header-link.nav-team:hover .euro-header-elem:not(.active) {
        color: #fff;
        border-top: 3px solid #FF2E2E;
    }

    .euro-cup-mobile-header .header-link.nav-rank .active,
    .euro-cup-mobile-header .header-link.nav-rank:hover .euro-header-elem:not(.active) {
        color: #fff;
        border-top: 3px solid #FF6F00;
    }

    .euro-cup-mobile-header .header-link.nav-raf .active,
    .euro-cup-mobile-header .header-link.nav-raf:hover .euro-header-elem:not(.active) {
        color: #fff;
        border-top: 3px solid #FFF;
    }

    .euro-cup-mobile-header .open-tab {
        color: #FFF !important;
        border-top: 3px solid #FF2E2E !important;
    }


    .euro-cup-mobile-header .header-link {
        display: flex;
        align-items: center;
    }

    .euro-cup-mobile-header .euro-header-elem {
        color: #A1A1A1;
        text-align: center;
        padding: 10px 0px;
        font-size: 1rem;
    }

    .euro-cup-mobile-header .country-title {
        display: flex;
        justify-content: space-between;
        margin: 5px 0px;
        align-items: center;
    }

        .euro-cup-mobile-header .country-title #close-team {
            font-size: 1.5rem;
        }

.euro-country-container {
    display: flex;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    position: absolute;
    z-index: 999;
    left: -30px;
    flex-flow: row;
    justify-content: center;
    overflow: auto;
    padding: 10px;
}

.euro-country-container {
    padding: 0;
    transition: all .5s ease;
    height: 0;
}

.euro-country-container-header {
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    position: absolute;
    left: -30px;
    flex-flow: row;
    justify-content: center;
    overflow: auto;
    padding-top: 1.4rem;
    padding-bottom: 1.4rem;
    margin-top: 3.2rem;
}

.euro-cup-header .drop-down-country:hover .euro-country-container,
body[data-whatinput="mouse"] .euro-cup-mobile-header .header-link.nav-team:hover .euro-country-container,
.euro-cup-mobile-header .open-tab + .euro-country-container {
    height: auto;
    padding: 10px;
}

.euro-country-container .group {
    padding-left: 5px;
    flex-basis: 10%;
}

.euro-country-container .group-title {
    font-size: 1.3rem;
    color: #d1d1d1;
}

.euro-country-container .group-link {
    margin: 10px 0px;
}

    .euro-country-container .group-link .group-team {
        display: flex;
        flex-flow: row;
        align-items: center;
        text-decoration: none;
        color: #fff;
    }

        .euro-country-container .group-link .group-team .flag {
            width: 35px;
            height: 35px;
            border-radius: 100%;
            margin-right: 15px;
            background-repeat: no-repeat;
            background-position: center;
            background-size: 115%;
        }

        .euro-country-container .group-link .group-team .country-name {
            font-size: 0.85rem;
            white-space: nowrap;
        }

    .euro-country-container .group-link:hover .country-name {
        font-weight: bold;
    }


.euro-cup-mobile-header .euro-country-container {
    display: block;
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 0;
    bottom: 43px;
    height: 0;
}

.euro-cup-mobile-header .euro-country-container-header {
    background-color: rgba(0,0,0,0.75);
    width: 100%;
    position: absolute;
    z-index: 999;
    left: 0;
    padding: 10px;
}

.euro-cup-mobile-header .euro-country-container .group-container {
    overflow: auto;
}

    .euro-cup-mobile-header .euro-country-container::-webkit-scrollbar,
    .euro-cup-mobile-header .euro-country-container .group-container::-webkit-scrollbar {
        width: 10px;
        height: 10px;
    }

    .euro-cup-mobile-header .euro-country-container .group-container .group-content {
        display: flex;
        flex-flow: row;
        margin: auto;
    }

body.button-theme,
body .button-theme:focus,
body .owl-theme .owl-controls .owl-page.active span,
body .owl-theme .owl-controls.clickable .owl-page:hover span,
body #modal-default header nav.actions .button,
body #modal-message header nav.actions .button,
body #modal-messageCookies header nav.actions .button,
body #modal-confirm header nav.actions .button,
body header nav.actions .button {
    background-color: #00a826;
}

body.owl-theme .owl-controls .owl-page.active span,
body.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #aa00cc;
}

#modal-euro-record,
#modal-euro-tnc {
    background-color: #5e5e5e;
    border: 1px solid #00A826 !important;
    position: fixed;
    margin: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    #modal-euro-record .record-content {
        margin-top: 5px;
    }

    #modal-euro-record .record-table .record-header {
        display: flex;
        flex-flow: row;
        align-items: center;
    }

    #modal-euro-record .record-table .record-header {
        background-color: #aaa
    }


    #modal-euro-record .record-table .table-text {
        text-align: center;
        padding: 8px 0px;
        font-size: 0.85rem;
    }

    #modal-euro-record .record-table .record-data .table-row {
        display: flex;
        flex-flow: row;
    }

        #modal-euro-record .record-table .record-data .table-row:nth-child(even) {
            background-color: #aaa
        }


    #modal-euro-record .record-table .sr-data {
        width: 50%;
    }

    #modal-euro-record .record-table .gb-data {
        width: 21%;
    }

        #modal-euro-record .record-table .gb-data:first-child {
            width: 35%;
        }

    #modal-euro-record .record-table .correct {
        color: #00A826
    }

    #modal-euro-record .record-table .wrong {
        color: red
    }

    #modal-euro-record .record-table .no-sumit {
        color: #666;
    }


.euro-event-container #mainBanner .landing-carousel {
    margin-bottom: unset !important;
}

#modal-soccer-rain {
    background-color: rgba(0,0,0,0.7);
    border: none;
    width: 100% !important;
    left: 0px !important;
    padding: 0px 10px !important;
    overflow: hidden;
}

    #modal-soccer-rain .raininig-ball-container {
        /*   width: 100%;
    height: 100vw;*/
    }

.raining-site {
    height: 100vh;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    width: 100%;
}

    .raining-site .raininig-ball-container {
        width: 100%;
        height: 100%;
        margin: auto;
    }

        .raining-site .raininig-ball-container .raininig-ball-countdown {
            display: none;
            width: 100%;
            position: absolute;
            font-size: 7rem;
            text-align: center;
        }

@media only screen and (min-width: 400px) {
    .raining-site .raininig-ball-container .raininig-ball-countdown {
        top: 40%;
    }
}

@media only screen and (min-width: 300px) {
    .raining-site .raininig-ball-container .raininig-ball-countdown {
        top: 30%;
    }
}

@media only screen and (max-width: 299px) {
    .raining-site .raininig-ball-container .raininig-ball-countdown {
        top: 10%;
    }
}

.fall-ball {
    width: 75rem;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 200;
    background: white;
    border-radius: 100%;
    cursor: pointer;
    height: 95px;
    width: 95px;
    background-image: url(/Assets/Euro/soccerImg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


#modal-guess-ball {
    background-color: #5e5e5e;
    border: 1px solid #00A826 !important;
    max-width: 400px !important;
    overflow-y: auto !important;
    position: fixed;
    margin: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#gb-content .title {
    font-size: 0.9rem;
}

#gb-content .guess-ball-img {
    height: 250px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#gb-content .answer-content {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

    #gb-content .answer-content .ddl-style {
        position: relative;
        height: 40px;
        width: 150px;
        text-align: center;
        background-color: #222;
        display: flex;
        justify-content: center;
        align-items: center;
        border: 1px solid #00A826;
        cursor: pointer;
    }

    #gb-content .answer-content .ddl-option:hover {
        background-color: #00A826;
        color: #222;
    }

    #gb-content .answer-content .ddl-content {
        position: absolute;
        display: none;
    }

    #gb-content .answer-content .active-ddl-content {
        display: block;
    }

    #gb-content .answer-content .ddl-content .ddl-style {
        border-top: none;
    }

#gb-content .selected-answer .open-icon {
    position: absolute;
    height: 8px;
    width: 8px;
    top: 15px;
    right: 15px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    transform: rotate( 225deg );
    transition: all 300ms ease-in-out;
    margin-left: 115px;
}

#gb-content .selected-answer .open {
    transform: rotate( 45deg );
}

#gb-content .submit-answer {
    padding: 6px 8px;
    background-color: #00A826;
    border-radius: 30px;
    width: 115px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
    cursor: pointer;
}



#modal-soccer-result,
#guess-ball-confirm,
#guess-ball-submit,
#minigame-popup-message,
#API-fail-popup-message {
    background-color: #5e5e5e;
    max-width: 350px !important;
    min-width: 320px !important;
    overflow-y: auto !important;
    border: 1px solid #00A826 !important;
    position: fixed;
    margin: 0;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

    #guess-ball-submit .submit-title.correct {
        margin-bottom: 20px;
    }

.sr-result-container,
.gb-confirm-container,
.gb-submit-container,
.API-fail-container {
    display: flex;
    flex-flow: column;
    text-align: center;
    align-items: center;
}

    .sr-result-container .soccer-img {
        height: 150px;
        width: 200px;
        background-size: 150%;
        background-repeat: no-repeat;
        background-position: center;
    }

    .API-fail-container .processing-img {
        height: 150px;
        width: 200px;
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        margin-top: 10px;
    }

    .API-fail-container .result-title {
        margin: 15px 0 10px;
        font-weight: bold;
    }

    .API-fail-container .option-btn {
        display: flex;
        text-align: center;
        justify-content: space-evenly;
        width: 100%;
        margin: 10px 20px;
    }

        .API-fail-container .option-btn div {
            display: flex;
            width: 150px;
            padding: 5px 10px;
            border: 2px solid #00A826;
            border-radius: 20px;
            justify-content: center;
            cursor: pointer;
        }

        .API-fail-container .option-btn a {
            color: #fff !important;
        }

        .API-fail-container .option-btn .refresh-btn {
            background-color: #00A826;
        }

    .API-fail-container .back-btn {
        cursor: pointer;
    }


    .sr-result-container .result-title {
        margin-top: 10px;
        font-size: 0.9rem;
    }

    .sr-result-container .total-click {
        font-size: 2rem;
    }

    .sr-result-container .sr-back-btn {
        padding: 7px 30px;
        background-color: #222;
        margin: 10px;
        border-radius: 30px;
        border: 1px solid #00A826;
        cursor: pointer;
    }

    .gb-confirm-container .confirm-img {
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background-color: #aaa;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        flex-flow: column;
        margin: 10px;
    }

    .gb-confirm-container .confirm-img {
        height: 60px;
        width: 60px;
        border-radius: 100%;
        background-color: #aaa;
        font-size: 2.5rem;
        display: flex;
        align-items: center;
        flex-flow: column;
        margin: 10px;
    }

    .gb-confirm-container .confirm-title,
    .gb-submit-container .submit-title {
        font-weight: bold;
    }

    .gb-confirm-container .confirm-desc,
    .gb-submit-container .submit-desc {
        font-size: 0.75rem;
        width: 180px;
        margin-top: 10px;
        margin-bottom: 20px;
        color: #bbb;
    }

    .gb-confirm-container .gb-submit {
        padding: 6px 30px;
        background-color: #00A826;
        border-radius: 30px;
        cursor: pointer;
    }

    .gb-confirm-container .gb-cancel {
        margin-top: 5px;
        font-size: 0.7rem;
        cursor: pointer;
        color: #b2b2b2;
        padding: 5px;
    }

    .gb-submit-container .submit-img {
        height: 70px;
        width: 70px;
        background-color: #00cc30;
        border-radius: 100%;
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        margin: 10px;
    }

        .gb-submit-container .submit-img .circle {
            height: 45px;
            width: 45px;
            border: 5px solid #fff;
            border-radius: 100%;
        }

        .gb-submit-container .submit-img.wrong {
            height: 70px;
            width: 70px;
            background-color: #ee3737;
            border-radius: 100%;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center;
            margin: 10px;
            color: #fff;
            font-size: 3em;
            font-weight: normal;
            text-align: center;
        }

        .gb-submit-container .submit-img .circle {
            height: 45px;
            width: 45px;
            border: 5px solid #fff;
            border-radius: 100%;
        }

        .gb-submit-container .submit-img.wrong {
            height: 70px;
            width: 70px;
            background-color: #ee3737;
            border-radius: 100%;
            display: flex;
            flex-flow: column;
            align-items: center;
            justify-content: center;
            margin: 10px;
            color: #fff;
            font-size: 3em;
            font-weight: normal;
            text-align: center;
        }

    .gb-submit-container .gb-back-btn {
        padding: 6px 30px;
        background-color: #222;
        border-radius: 30px;
        border: 1px solid #00A826;
        cursor: pointer;
    }

    .gb-submit-container .submit-img.exclamation {
        background-color: #707070;
        color: #fff;
    }

.icon-mark {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 70px;
    height: 70px;
    border-radius: 100px;
}

    .icon-mark:before, .icon-mark:after {
        content: '';
        display: block;
        position: absolute;
    }

.exclamation-point:before {
    top: 20%;
    left: 45%;
    height: 30px;
    width: 3px;
    border: solid #e9e9e9;
    border-width: 0 6px 0 0;
}

.exclamation-point:after {
    top: 70%;
    left: 45%;
    height: 6px;
    width: 3px;
    border: solid #e9e9e9;
    border-width: 0 6px 0 0;
}

.table-no-data,
.table-no-data-nextMatch {
    height: 150px;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    font-size: 1rem;
    color: #939598;
    font-weight: 300;
    display: none
}

.table-no-date-header {
    height: 150px;
    width: 100%;
    text-align: center;
    padding-top: 70px;
    font-size: 1rem;
    color: #939598;
    font-weight: 300;
}

.site-content {
    background-color: #191919;
}

.eurocup-footer-disclaimer {
    text-align: center;
    color: #666666;
    background-color: #111111;
    border-top: 1px solid #00a826;
    padding: 0.5rem 0;
}

.date {
    padding-right: 4px;
}

.stage{
    position: absolute;
    right: 0;
}

.scrollToTopContainerWC {
    display: none;
    border-radius: 5px 0 0 5px;
    position: fixed;
    bottom: 62px;
    right: 0;
    padding: 7px 6px 7px 7px;
    background: #a5a5a5;
    cursor: pointer;
    border: 0;
    transition: background-color .2s;
    z-index: 2;
}

    .scrollToTopContainerWC > .scrollToTopWC {
        line-height: 26px;
        text-align: center;
        width: 23px;
        height: 23px;
        border: 1px solid #000;
        border-radius: 50%;
        color: #0a0a0a;
    }

    .scrollToTopContainerWC:hover {
        background: #CFCFCF;
    }

.side-bar-left-toggle{
    display:none !important;
}

@media only screen and (max-width: 1500px) {
    body .header-main-body .euro-cup-header {
        margin-left: -6rem;
    }

    body .euro-cup-header .euro-country-container {
        left: 6rem;
    }
}

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

    .th .header-main-body .euro-cup-header .euro-header-elem {
        padding: 0 0 23px;
    }
}

@media only screen and (max-width: 1200px) {
    .raining-site {
        width: 100%;
    }
}

@media only screen and (max-width: 1290px) {
    body .header-main-body .euro-cup-header .header-link {
        margin: 0;
    }

    body.th .header-main-body .euro-cup-header .header-link {
        margin-right: 5px;
    }
}

@media only screen and (min-width: 1040px) {
    .site-content {
        margin-top: -25px;
    }
}

@media only screen and (max-width: 1023px) {
    body .header-main-body .euro-cup-header {
        display: none;
    }

    .euro-cup-mobile-header {
        display: flex;
    }

        .euro-cup-mobile-header .euro-country-container, .euro-cup-mobile-header .euro-country-container-header {
            left: 0;
        }

    .offcanvas-wrapper .header-main-body {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1024px) {
    .site-header .header-nav {
        display: none !important;
    }
}

@media only screen and (max-width: 650px) {
    .euro-cup-mobile-header .country-title {
        width: 100%;
    }
}

@media only screen and (max-width: 639px) {
    #modal-euro-record, #modal-euro-tnc {
        height: 80% !important;
    }
}

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

    .euro-cup-mobile-header {
        padding: 0px;
    }

        .euro-cup-mobile-header .euro-header-elem {
            padding: 12px 5px 14px 5px;
            border-top: 3px solid transparent;
        }

    body.th .euro-cup-mobile-header .euro-header-elem {
        padding: 15px 5px;
        font-size: 14px;
    }
}

@media (max-width:639px) and (max-height: 450px) {
    #modal-guess-ball {
        max-height: 310px !important;
    }
}

@media (max-width:639px) and (max-height: 360px) {
    #modal-soccer-result, #guess-ball-confirm, #guess-ball-submit, #minigame-popup-message, #API-fail-popup-message {
        max-height: 310px !important;
    }
}

@media only screen and (max-height: 330px) {
    .euro-country-container, .euro-country-container-header {
        height: 100px;
    }
}

@media (max-width:639px) and (max-height: 320px) {
    #modal-soccer-result, #modal-guess-ball, #guess-ball-confirm, #guess-ball-submit, #minigame-popup-message, #API-fail-popup-message {
        max-height: 80% !important;
    }
}

@media only screen and (max-height: 190px) {
    .euro-country-container, .euro-cup-mobile-header .euro-country-container, .euro-cup-mobile-header .euro-country-container-header {
        height: 40px;
    }

    .euro-cup-mobile-header .euro-country-container, .euro-cup-mobile-header .euro-country-container-header {
        height: 40px;
        top: -40px;
    }
}

body.theme-home .button-theme,
body.theme-home .button-theme:focus,
body.theme-home .owl-theme .owl-controls .owl-page.active span,
body.theme-home .owl-theme .owl-controls.clickable .owl-page:hover span,
body.theme-home #modal-default header nav.actions .button,
body.theme-home #modal-message header nav.actions .button,
body.theme-home #modal-messageCookies header nav.actions .button,
body.theme-home #modal-confirm header nav.actions .button,
body #modal-default.theme-home header nav.actions .button {
  background-color: #00a826;
}
body.theme-home .font-theme,
body.theme-home .font-theme:hover,
body.theme-home .font-theme:focus,
body.theme-home .font-theme:active,
body.theme-home #loginControl .button-link,
body.theme-home .indexContent .contentTitle,
#announcement-control .is-active a,
#mypromo-control .is-active a,
.promo-theme-home .promo-box,
.promo-theme-home .promo-box .subtitle,
.promo-theme-casino .promo-box,
.promo-theme-casino .promo-box .subtitle,
.promo-theme-p2p .promo-box,
.promo-theme-p2p .promo-box .subtitle,
.promo-theme-slot .promo-box,
.promo-theme-slot .promo-box .subtitle,
.promo-theme-keno .promo-box,
.promo-theme-keno .promo-box .subtitle,
.promo-theme-esports .promo-box,
.promo-theme-esports .promo-box .subtitle,
.promo-theme-promotion .promo-box,
.promo-theme-promotion .promo-box .subtitle,
.promo-theme-virtual-sport .promo-box,
.promo-theme-virtual-sport .promo-box .subtitle,
.promo-theme-instantgames .promo-box,
.promo-theme-instantgames .promo-box .subtitle {
  color: #00a826;
}
body.theme-home .border-theme,
[data-whatinput="mouse"] .GameContainer.theme-home .column-productbox:hover,
[data-whatinput="touch"] .GameContainer.theme-home .column-productbox.focus,
body.theme-home #modal-default,
body.theme-home #modal-message,
body.theme-home #modal-messageCookies,
body.theme-home #modal-confirm,
body.theme-home #modal-timeout-message,
body #modal-default.theme-home {
  border-color: #00a826;
}
body.theme-home #modal-default header,
body.theme-home #modal-message header,
body.theme-home #modal-messageCookies header,
body.theme-home #modal-confirm header,
body.theme-home #modal-default header nav.actions .button::before,
body.theme-home #modal-message header nav.actions .button::before,
body.theme-home #modal-messageCookies header nav.actions .button::before,
body.theme-home #modal-confirm header nav.actions .button::before,
body.theme-home #modal-timeout-message header,
body #modal-default.theme-home header nav.actions .button::before {
  border-top-color: #00a826;
}
body.theme-home .button-theme:hover {
  background-color: #00c22c;
}
body.theme-home .button-theme.flip-hover {
  border: 1px solid transparent;
}
body.theme-home .button-theme.empty-hover:hover {
  background-color: white;
  color: #00a826;
  border-color: #00a826;
}
body.theme-home .button-theme.flip-hover:hover {
  background-color: white;
  color: #00a826;
  border-color: #00a826;
}
body.theme-home .button-theme-light {
  background-color: #00a826;
  border: 1px solid #00a826;
  color: #FFFFFF;
}
body.theme-home .button-theme-light:hover {
  background-color: #FFFFFF;
  color: #00a826;
}
body.theme-home .button-theme-white {
  background-color: #00a826;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
body.theme-home .button-theme-white:hover {
  background-color: #FFFFFF;
  color: #00a826;
  border-color: #00a826;
}
body.theme-home .border-theme-after:after {
  border-color: #00a826;
}
body.theme-home .border-theme-after:hover:after {
  border-color: #00c22c;
}
body.theme-home .header-logo.zh {
  background-image: url("/Assets/img/betway-logo.png");
}
body.theme-home .header-logo.th {
  background-image: url("/Assets/img/betway-logo-th.png");
}
body.theme-home #loginControl .button-link:hover {
  color: #00db32;
}
body.theme-home #loginControl .icon-livechat {
  background: url("/Assets/img/Common/common-sprite.png?v=2") 0 -43px no-repeat;
}
body.theme-home .site-wrapper .button-default {
  background: url("/Assets/img/Common/Button/sport_buttonshape.png") no-repeat;
}
body.theme-home .site-wrapper .button-default:hover {
  background: url("/Assets/img/Common/Button/sport_buttonshape.png") no-repeat;
  background-position: 0 -567px;
}
body.custom-home .button-theme-white {
  background-color: #00a826;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
}
body.custom-home .button-theme-white:hover {
  background-color: #FFFFFF;
  color: #00a826;
  border-color: #00a826;
}
body.theme-home .contentButton {
  background: #404040 url("/Assets/img/Common/Button/sport_sectionbutton.png") -830px 0 no-repeat;
}
.GameContainer.theme-home .column-productbox nav.actions a {
  background-color: #00a826;
  border-color: #00a826;
}
.GameContainer.theme-home .column-productbox nav.actions a:hover {
  background-color: #FFFFFF;
  color: #00a826;
}
body.theme-home #modal-default header nav.actions .button::after,
body.theme-home #modal-message header nav.actions .button::after,
body.theme-home #modal-messageCookies header nav.actions .button::after,
body.theme-home #modal-confirm header nav.actions .button::after {
  border-bottom-color: #00a826;
}
body.theme-home #modal-default header nav.actions .button:hover,
body.theme-home #modal-message header nav.actions .button:hover,
body.theme-home #modal-messageCookies header nav.actions .button:hover,
body.theme-home #modal-confirm header nav.actions .button:hover {
  background-color: #00c22c;
}
body.theme-home #modal-default header nav.actions .button:hover::before,
body.theme-home #modal-message header nav.actions .button:hover::before,
body.theme-home #modal-messageCookies header nav.actions .button:hover::before,
body.theme-home #modal-confirm header nav.actions .button:hover::before {
  border-top-color: #00c22c;
}
body.theme-home #modal-default header nav.actions .button:hover::after,
body.theme-home #modal-message header nav.actions .button:hover::after,
body.theme-home #modal-messageCookies header nav.actions .button:hover::after,
body.theme-home #modal-confirm header nav.actions .button:hover::after {
  border-bottom-color: #00c22c;
}
body #modal-default.theme-home header nav.actions .button::after {
  border-bottom-color: #00a826;
}
body #modal-default.theme-home header nav.actions .button:hover {
  background-color: #00c22c;
}
body #modal-default.theme-home header nav.actions .button:hover::before {
  border-top-color: #00c22c;
}
body #modal-default.theme-home header nav.actions .button:hover::after {
  border-bottom-color: #00c22c;
}
#announcement-content .accordion-title:before {
  border-top-color: #00a826;
  border-bottom-color: #00a826;
}
#gameCategory nav a.selected {
  border-left-color: #00a826;
}
body.theme-home .site-wrapper .button-default {
  font-size: 12px;
  margin: 10px 0;
}
.disabledTitle {
  color: grey !important;
  border-color: grey !important;
  cursor: default;
}
.disabledButton {
  background-color: grey !important;
  border-color: grey !important;
}
.promo-theme-home .promo-box,
.promo-theme-home .promo-box .title {
  border-color: #00a826;
  color: #00a826;
}
.promo-theme-home .promo-box .promoButton {
  background-color: #00a826;
  border: 2px solid #00a826;
}
.promo-theme-home .smallPromo-box .smallPromoButton {
  border-color: #00a826;
}
.promo-theme-casino .promo-box,
.promo-theme-casino .promo-box .title {
  border-color: #66cae0;
  color: #66cae0;
}
.promo-theme-casino .promo-box .promoButton {
  background-color: #66cae0;
  border: 2px solid #66cae0;
}
.promo-theme-casino .smallPromo-box .smallPromoButton {
  border-color: #66cae0;
}
.promo-theme-p2p .promo-box,
.promo-theme-p2p .promo-box .title {
  border-color: #f78e1e;
  color: #f78e1e;
}
.promo-theme-p2p .promo-box .promoButton {
  background-color: #f78e1e;
  border: 2px solid #f78e1e;
}
.promo-theme-p2p .smallPromo-box .smallPromoButton {
  border-color: #f78e1e;
}
.promo-theme-slot .promo-box,
.promo-theme-slot .promo-box .title {
  border-color: #ed1c24;
  color: #ed1c24;
}
.promo-theme-slot .promo-box .promoButton {
  background-color: #ed1c24;
  border: 2px solid #ed1c24;
}
.promo-theme-slot .smallPromo-box .smallPromoButton {
  border-color: #ed1c24;
}
.promo-theme-keno .promo-box,
.promo-theme-keno .promo-box .title {
  border-color: #ef5ba1;
  color: #ef5ba1;
}
.promo-theme-keno .promo-box .promoButton {
  background-color: #ef5ba1;
  border: 2px solid #ef5ba1;
}
.promo-theme-keno .smallPromo-box .smallPromoButton {
  border-color: #ef5ba1;
}
.promo-theme-esports .promo-box,
.promo-theme-esports .promo-box .title {
  border-color: #aa00cc;
  color: #aa00cc;
}
.promo-theme-esports .promo-box .promoButton {
  background-color: #aa00cc;
  border: 2px solid #aa00cc;
}
.promo-theme-esports .smallPromo-box .smallPromoButton {
  border-color: #aa00cc;
}
.promo-theme-promotion .promo-box,
.promo-theme-promotion .promo-box .title {
  border-color: #ffc21f;
  color: #ffc21f;
}
.promo-theme-promotion .promo-box .promoButton {
  background-color: #ffc21f;
  border: 2px solid #ffc21f;
}
.promo-theme-promotion .smallPromo-box .smallPromoButton {
  border-color: #ffc21f;
}
.promo-theme-virtual-sport .promo-box,
.promo-theme-virtual-sport .promo-box .title {
  border-color: #00a19a;
  color: #00a19a;
}
.promo-theme-virtual-sport .promo-box .promoButton {
  background-color: #00a19a;
  border: 2px solid #00a19a;
}
.promo-theme-virtual-sport .smallPromo-box .smallPromoButton {
  border-color: #00a19a;
}
.promo-theme-instantgames .promo-box,
.promo-theme-instantgames .promo-box .title {
  border-color: #0054a4;
  color: #0054a4;
}
.promo-theme-instantgames .promo-box .promoButton {
  background-color: #0054a4;
  border: 2px solid #0054a4;
}
.promo-theme-instantgames .smallPromo-box .smallPromoButton {
  border-color: #0054a4;
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('./fonts/slick.eot');
    src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}

.euro-event-container,
.euro-event-container #mainBanner,
.euro-event-container .predict-result-container,
.euro-event-container .predict-result-container .predict-content,
.euro-event-container .predict-result-container .predict-content .carousel-hash-container {
    display: flex;
}

#DefaultBanner {
    width: 100%;
}

    #DefaultBanner .default-bg {
        height: 650px;
        background-position: center;
        background-size: cover;
    }

.hide-nav .owl-controls {
    display: none;
}

.euro-event-container {
    flex-direction: column;
}

.euro-event-container .predict-result-container {
    flex-direction: column;
    margin-top: 3%;
    z-index: 99;
    background-color: #000;
    align-items: center;
    min-height: 380px;
}

.euro-event-container .container {
    width: 75rem;
}

.euro-event-container #mainBanner{
    background-color:#000;
}

    .euro-event-container #mainBannerContent {
        max-height: 650px;
        height: 100%;
    }

    .euro-event-container .predict-result-container .predict-content {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 2%;
        color: #C5C5C5;
    }

    .euro-event-container .predict-result-container .predict-content .predict-desc {
    }

        .euro-event-container .predict-result-container .predict-content .predict-desc .title {
            color: #fff;
            font-size: 1.8rem;
        }

        .euro-event-container .predict-result-container .predict-content .predict-desc .desc {
            font-size: .8rem;
        }

    .euro-event-container .predict-result-container .predict-content .carousel-hash-container {
        width: 250px;
        align-self: flex-end;
    }

        .euro-event-container .predict-result-container .predict-content .carousel-hash-container .nav-btn {
            position: absolute;
            top: 5px;
            border-top: 6.5px solid transparent;
            border-bottom: 6.5px solid transparent;
        }

        .euro-event-container .predict-result-container .predict-content .carousel-hash-container .prev-slide {
            left: 0;
            border-right: 6.5px solid #C5C5C5;
        }

        .euro-event-container .predict-result-container .predict-content .carousel-hash-container .next-slide {
            right: 0;
            border-left: 6.5px solid #C5C5C5;
        }

        .euro-event-container .predict-result-container .predict-content .carousel-hash-container .date {
            text-align: center;
        }

.euro-event-container .predict-result-container .carousel-hash-container {
}

    .euro-event-container .predict-result-container .carousel-hash-container .test-hash {
        width: 100px;
        height: 35px;
        background-color: #0099cc;
        padding: 5px 10px;
        font-size: 1.5rem;
    }

.euro-event-container .predict-result-container .carousel-predict-match .carousel-container .carousel-content {
    background-color: #555;
    color: #fff;
    margin: auto;
    border-radius: 10px;
    width: 95%;
    padding: 10px;
}

.carousel-predict-match .carousel-container .carousel-content .content-header .header-tag {
    position: absolute;
    width: 70px;
    height: 70px;
    background: linear-gradient( 135deg, #666 50%, transparent 50%);
    color: #00cc30;
    font-weight: bold;
    border-top-left-radius: 10px;
    top: 0;
    left: 10px;
}

    .carousel-predict-match .carousel-container .carousel-content .content-header .header-tag div {
        transform: rotate( 314deg );
        font-size: 0.85rem;
        position: relative;
        top: 5px;
    }

.carousel-predict-match .carousel-container .carousel-content .content-header .header-time {
    text-align: center;
    padding: 10px 0px;
    color: #C5C5C5;
}

.carousel-predict-match .carousel-container .carousel-content .content-predict {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 130px;
}

    .carousel-predict-match .carousel-container .carousel-content .content-predict .team {
        height: 55px;
        width: 55px;
        border-radius: 100%;
        background-color: red
    }



    .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action,
    .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .predict-field {
        display: flex;
        flex-direction: column;
        align-items: center
    }

        .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .predict-field {
            display: none;
        }

        .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .btn-style {
            font-size: 1rem;
            margin: 5px 25px;
            padding: 10px 25px;
            border-radius: 30px;
            cursor: pointer;
            background-color: #00A826;
            transition: all 300ms ease-in-out;
        }

            .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .btn-style:hover {
                background-color: #00cc30;
            }

        .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .submit-predict {
            margin-top: 15px;
        }

        .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .predict-field .field-container {
            display: flex;
            flex-direction: row;
            justify-content: center;
            align-items: center;
        }

            .carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .predict-field .field-container .match-field input {
                width: 35px;
                height: 35px;
                border-radius: 3px;
                background-color: transparent;
                color: #fff;
                text-align: center;
                margin: 0px 5px !important;
            }

.predict-action .predict-field .field-container .match-field input::-webkit-outer-spin-button,
.predict-action .predict-field .field-container .match-field input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.carousel-predict-match .carousel-container .carousel-content .content-predict .predict-action .predict-field .title {
    font-size: 0.8rem;
    color: #00A826;
    margin: 5px 0px 5px 0px;
    text-align: center;
}

.predict-action .predict-field .field-container .match-field input[type=number] {
    -moz-appearance: textfield;
    -moz-appearance: textfield;
}

.euro-event-container .predict-result-container .carousel-predict-match .nav-btn {
    position: absolute;
    top: 110px;
    border: solid #fff;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
}

.euro-event-container .predict-result-container .carousel-predict-match .prev-slide {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -22px;
}

.euro-event-container .predict-result-container .carousel-predict-match .next-slide {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -22px;
}



.carousel-predict-match .carousel-container .carousel-content .record-container .game-record {
    font-size: 0.75rem;
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
    max-width: 65px;
}

    .carousel-predict-match .carousel-container .carousel-content .record-container .game-record:hover {
        color: #00A826;
    }

.euro-event-container .special-event-container {
    background-color: #4E4E4E;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    flex-direction: column;
    padding: 3rem 0;
}

    .euro-event-container .special-event-container .special-event-content {
        display: flex;
        flex-direction: column;
        margin-top: 15px;
        margin-bottom: 30px;
    }

        .euro-event-container .special-event-container .special-event-content .special-event-title {
            font-size: 1.5rem;
        }

            .euro-event-container .special-event-container .special-event-content .special-event-title .icon img {
                height: 25px;
                width: 25px;
                margin-top: -4px;
                margin-right: 10px;
            }

        .euro-event-container .special-event-container .special-event-content .event-content {
            display: flex;
            flex-flow: row wrap;
            justify-content: space-between;
            -webkit-justify-content: space-between;
        }

.event-card-container {
    background-size: auto 130%;
    width: 30%;
    height: 250px;
    position: relative;
    margin: 10px 0px;
    background-position: center top;
}

    .event-card-container .title {
        display: flex;
        flex-flow: row;
        align-items: center;
        font-size: 1.2rem;
        padding: 5px 15px;
    }

        .event-card-container .title .event-tnc {
            height: 18px;
            width: 18px;
            align-items: center;
            text-align: center;
            border: 1.5px solid #fff;
            justify-content: center;
            border-radius: 100%;
            font-size: 0.8rem;
            margin-left: 5px;
            cursor: pointer;
            display: none;
        }

            .event-card-container .title .event-tnc:hover {
                color: #00A826;
                border-color: #00A826;
            }

    .event-card-container .event-desc {
        background-color: rgba(0,0,0,0.5);
        width: 100%;
        box-sizing: border-box;
        color: #fff;
        transition: min-height 300ms ease;
        position: absolute;
        bottom: 0;
        min-height: 40px;
    }

        .event-card-container .event-desc .desc,
        .event-card-container .event-desc .active-content {
            color: #C5C5C5;
            padding: 0 15px 5px;
        }

    .event-card-container:hover .event-desc {
        min-height: 250px;
    }

    .event-card-container:hover .title .event-tnc {
        display: flex;
    }

    .event-card-container .event-desc .active-content {
        transition: all 200ms ease-in-out;
        max-height: 0;
        display: none;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .event-card-container:hover .event-desc .desc {
        display: none;
    }

    .event-card-container:hover .event-desc .active-content {
        opacity: 1;
        display: block;
        max-height: 100%;
    }

    .event-card-container .event-desc .active-content .active-action-content {
        position: absolute;
        bottom: 15px;
        right: 10px;
        z-index: 99;
        cursor: pointer;
    }

        .event-card-container .event-desc .active-content .active-action-content .btn-action {
            background-color: #00A826;
            padding: 12px;
            color: #fff;
            top: -8px;
            position: relative;
        }

        .event-card-container .event-desc .active-content .active-action-content .inactive-start .btn-action {
            background-color: #666;
        }

        .event-card-container .event-desc .active-content .active-action-content .btn-action:before {
            content: "\A";
            border-style: solid;
            border-width: 0 15px 45px 0;
            border-color: transparent #00A826 transparent transparent;
            position: absolute;
            left: -15px;
            top: 0;
        }

        .event-card-container .event-desc .active-content .active-action-content .inactive-start .btn-action:before {
            content: "\A";
            border-style: solid;
            border-width: 0 15px 45px 0;
            border-color: transparent #666 transparent transparent;
            position: absolute;
            left: -15px;
            top: 0;
        }

.th .event-card-container .event-desc .active-content .active-action-content .btn-action:before,
.th .event-card-container .event-desc .active-content .active-action-content .inactive-start .btn-action:before {
    border-width: 0 15px 41px 0;
}

.active-content .record-container {
    position: absolute;
    font-size: 0.75rem;
    bottom: 15px;
    left: 15px;
    z-index: 99;
    text-decoration: underline;
    text-underline-position: under;
    cursor: pointer;
}

body.theme-home .site-wrapper .button-theme-light {
    font-weight: bold;
    padding: 8px 20px;
    display: inline-block;
}

/*--Share Button Section--*/
.share-container {
    background-color: #000;
    padding-top: 1rem;
    padding-bottom: 5rem;
    text-align: center;
}

.share-btn-container {
    justify-content: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: none;
}

    .share-btn-container .btn {
        padding-left: 1rem;
        padding-right: 1rem;
    }

.share-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #00a826;
}

.share-sub-title {
    font-size: 1.5rem;
}
/*--Share Button Section--*/

/*--Download Section Start--*/
.download-title {
    font-weight: bold;
    font-size: 26px;
}

.download-container-outer {
    background-color: #000;
    display: flex;
    justify-content: center;
    align-content: center;
}

.download-container {
    max-width: 1200px;
    padding: 0 1rem;
}

.logo {
    display: inline-block;
    vertical-align: top;
    content: ' ';
    height: 55px;
    width: 55px;
    background: url(/Assets/img/Common/platform-icon-sprite.png) no-repeat;
}

.download-android .logo {
    background-position: -85px -83px;
}

.download-ios .logo {
    background-position: -10px -83px;
}

.download-platform-container {
    display: flex;
    justify-content: space-between;
    padding-bottom: 2rem;
}

    .download-platform-container .download-android, .download-platform-container .download-ios {
        padding-right: 1rem;
        padding-bottom: 1rem;
    }

.download-sub-title {
    padding-bottom: 1rem;
}

.logo-container {
    display: flex;
    align-items: center;
    background-color: #191919;
    padding: .25rem .5rem;
    border-radius: 5px;
    justify-content: center;
}

.log-container .logo {
    margin-right: 1rem;
}

.logo-title p {
    margin-bottom: 0;
}

    .logo-title p.title {
        font-weight: bold;
    }

    .logo-title p.subtitle {
        font-size: .75rem;
    }

.qr-container {
    display: flex;
    justify-content: space-around;
    text-align: center;
    padding: 1rem 0;
}

.qr-code-native, .qr-code-sb {
    padding: 0.5rem 1rem;
}

.download-container a.guide-btn.button {
    background-color: #00A826;
    padding: 5px 8px;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 0.5rem;
}

    .download-container a.guide-btn.button .download-guide-logo {
        display: inline-block;
        vertical-align: middle;
        height: 1.875rem;
        width: 1.5rem;
        background: url(/Assets/img/Common/install-guide-icon.png) no-repeat;
        margin: 0rem 0.2rem;
    }

body.th .download-platform-container {
    justify-content: space-around;
}

body.th .download-android, body.th .download-ios {
    min-width: 40%;
}

.version-reminder {
    text-align: center;
    font-size: 11px;
}

.download-container .half-btn {
    border-radius: 5px;
    display: inline-block;
    cursor: pointer;
    font-size: .9rem;
    text-decoration: underline;
}
/*--Download Section End--*/
@media screen and (min-width: 40em){
    .owl-carousel .banner {
        height: 50vw;
    }
} 

@media screen and (min-width: 64em) {
    #mainBanner {
        max-height: 650px;
        height: 33vw;
    }

    .landing-carousel {
        height: 650px;
        margin-bottom: -200px;
    }

        .landing-carousel .banner-details {
            padding-top: 15%;
        }

        .landing-carousel .owl-controls {
            bottom: -35px;
        }

    #mainBanner .banner{
        background-size: cover;
    }

    body.theme-home .site-wrapper .button-default,
    body.theme-home .site-wrapper .button-theme-light {
        font-size: 21px;
    }

    .div-bg-fade {
        box-shadow: inset #000 0 49px 20px 0px, inset #000 0 -40px 20px 0px;
    }
}

@media only screen and (max-width:39.9em) {
    .item.banner.lazyOwl {
        background-size: 110%;
        min-height: 200px;
        height: 200px;
    }

    .tm-container .tm-content-container {
        margin: 0;
    }

    .euro-event-container .special-event-container {
        padding: 0;
    }

    body.theme-home .site-wrapper .button-default,
    body.theme-home .site-wrapper .button-theme-light {
        margin: 0;
    }

    .owl-carousel .banner-details {
        padding: 0;
        position: absolute;
        bottom: 0;
        right: 0;
    }
}


@media only screen and (max-width: 1199px) {
    .special-event-content.container {
        width: 95%;
    }
}


@media only screen and (max-width: 1023px) {
    #DefaultBanner .default-bg {
        height: 400px;
    }

    .event-card-container {
        width: 48%;
    }

    .euro-event-container .container {
        width: 95%;
    }

    .download-platform-container {
        flex-direction: column;
        max-width: 500px;
        margin: auto;
    }
}


@media only screen and (max-width: 750px) {
    .tm-container .tm-content-container {
        margin:0;
        margin-bottom: 20px;
    }

    .owl-carousel .banner-details {
        bottom: 40px;
    }

    #DefaultBanner .default-bg {
        height: 350px;
    }

    .euro-event-container .special-event-container .special-event-content .event-content {
        justify-content: center;
    }

    .event-card-container {
        width: 420px;
    }

    .qr-container {
        flex-direction: column;
    }

    .banner-btn.button-default,
    .banner-button.button-theme-light {
        font-size: 12px;
        margin: 33px 0 0;
    }  

    #mainBannerContent .subtitle {
        font-size: 12px;
        padding: 0;
    }

    .owl-carousel .banner-details {
        padding: 70px 0 0px;
    }
}

@media only screen and (max-width: 450px) {
    #DefaultBanner .default-bg {
        height: 200px;
    }

    .event-card-container {
        width: 100%;
    }

    .item.banner.lazyOwl {
        background-size: 130%;
    }
}

/* general popups */
#luckywheel_landing {
    padding: 0px;
    display: none;
    position: fixed;
    z-index: 1006;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
}

#prize_popup {
    padding: 0px;
    display: none;
    position: fixed;
    z-index: 5008;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    text-align: center;
    bottom: 0;
    margin: auto;
    -webkit-transform: translate3d(0,0,0);
}

#MainLandingMenu, #TncLanding, #RecordLanding, #StartGameLanding, #luckywheel_landing {
    padding: 0px;
    position: relative;
    z-index: 1006;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0.4);
}

#limitedGameDaily, #quitGame, #betterExperience {
    position: fixed;
    text-align: center;
    display: none;
    background-color: rgba(32, 32, 32, 0.6);
    left: 0px !important;
    height: 100%;
    width: 100%;
    z-index: 3006;
    top: 0;
    overflow: auto;
}


.popup__wrapper {
    position: absolute;
    width: 80%;
    top: 45%;
    left: 53%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    height: 80%;
}

.popup__wrapper_overflow {
    position: relative;
    height: 100%;
    overflow-y: scroll;
    overflow-x: hidden;
    padding-right: 15%;
}

    .popup__wrapper_overflow::-webkit-scrollbar:vertical {
        width: 12px;
    }


#luckywheel_bg {
    position: relative;
    width: 100%;
    display: inline-block;
}

#MainLandingMenu_bg, #TncLanding_bg, #RecordLanding_bg, #StartGameLanding_bg {
    position: relative;
    width: 100%;
    display: inline-block;
}

#start_game {
    width: 19%;
}

#btn_start_game, #btn_deposit {
    width: 100%;
}

#limitedGameDaily_popup, #quitGame_popup, #betterExperience_popup {
    position: relative;
    display: inline-block;
    top: 20%
}

.img_logo_kickball {
    position: absolute;
    top: 6%;
    left: 2%;
    width: 12%;
    z-index: 3;
}

#game_limited, #game_better_experience {
    position: absolute;
    left: 0;
    right: 0;
    width: 30%;
    bottom: 8%;
    margin: auto;
}

    #game_limited.zh {
        width: 40%;
    }

#game_limited_logo {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 5%;
    width: 17%;
}

#tnc_button {
    position: absolute;
    top: 18%;
    left: -36%;
    right: 0;
    margin: auto;
    width: 20.5%;
    height: 12%;
    transform: skew(20deg);
    z-index: 3000;
}

#record_button {
    position: absolute;
    top: 9%;
    left: -36%;
    right: 0;
    margin: auto;
    width: 20.5%;
    height: 12%;
    transform: skew(20deg);
    z-index: 3000;
}


#tnc-content table tbody, #tnc-content table tbody tr {
    background-color: rgba(0, 0, 0, 0);
}


#gb-tnc-content table tbody, #gb-tnc-content table tbody tr {
    background-color: rgba(0, 0, 0, 0);
}

#game_limited_word {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 38%;
    width: 60%;
    padding: 5%;
}

#img_better_experience {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 10%;
    width: 70%;
    padding: 5%;
}

#game_limited_word.zh {
    width: 90%;
}

#img_continuegame {
    position: absolute;
    left: 0;
    right: 0;
    padding: 8% 5% 5% 5%;
    margin: auto;
    top: 0;
}

#nav_btn_quit_game {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 5%;
    padding: 10% 10% 0 10%;
    width: 80%;
    margin: auto;
}

.nav_menu {
    position: absolute;
    top: 12%;
    left: 15%;
    width: 50%;
}

#img_bg_mainLanding, #img_bg_tncLanding, #img_bg_recordLanding, #img_bg_startGameLanding {
    width: 100%;
    position: relative;
    height: -webkit-fill-available;
}

#button_mainlanding {
    width: 100%;
    position: absolute;
    top: 75%;
}

#tnc-div {
    width: 100%;
    position: absolute;
}

#img_rules {
    position: absolute;
    width: 20%;
    margin: auto;
    right: 0;
    left: -35.5%;
}

#img_record {
    position: absolute;
    width: 20%;
    margin: auto;
    left: 0;
    right: 0;
}

#img_start {
    position: absolute;
    width: 20%;
    top: 35%;
    margin: auto;
    left: 0;
    right: -35.5%;
}

#luckywheel_img_bg {
    width: 100%;
}

#luckywheel_static {
    display: none;
}

#luckywheel_startBtn, #luckywheel_pressBtn {
    position: absolute;
    width: 30%;
    top: 35%;
    left: 37%;
}

#canvas {
    position: absolute;
    width: 104%;
    top: 9%;
    left: -1%;
}

#luckywheel_arrow {
    position: absolute;
    width: 25%;
    top: 12%;
    left: 39%;
}

#luckywheel_chance {
    position: absolute;
    font-size: clamp(1px, 2vw, 0.75rem);
    font-weight: bold;
    color: rgb(215,177,109);
    top: 8.8%;
    z-index: 10;
    width: 16.5%;
    right: 5%;
    max-width: 250px;
}

.app-portrait #luckywheel_chance {
    font-size: clamp(1px, 2vh, 1.3rem);
}

.luckywheel_chance_container {
    position: relative;
}

.luckywheel_chance_text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 3%;
    gap: 1rem;
}

#luckywheel_chance span {
    color: white;
    z-index: 6;
}

    #luckywheel_chance p1 {
        color: white;
        position: relative;
    }

@media only screen and (orientation: landscape) and (max-height: 650px) {
    #luckywheel_chance p1 {
        font-size: clamp(1px, 1.5vw, 0.75rem);
    }
}

#records {
    margin: 0 auto;
    white-space: nowrap;
    overflow: hidden;
}

    #records #record_strings {
        display: inline-block;
        animation: records 60s linear 0.01s;
        color: #FFFFFF;
        font-weight: bold;
        font-size: clamp(0.75rem, 2vw, 1rem);
        padding-left: 100%;
    }

.app-portrait #records #record_strings {
    padding-top: .5rem;
    font-size: clamp(1.25rem, 2vh, 1.5rem);
}

.record_memberCode {
    color: white;
}

#prize_bg {
    position: relative;
    display: inline-block;
    margin: auto;
}

#prize_coin {
    position: absolute;
    width: 12%;
    top: -10%;
    right: 0;
    margin: auto;
    left: 0;
}

#prize_amount {
    position: absolute;
    width: 28%;
    top: 30%;
    right: 0;
    margin: auto;
    left: 0;
}

    #prize_amount.th {
        width: 40%;
    }

#prize_secondrow {
    position: absolute;
    width: 45%;
    top: 78.5%;
    left: 32%;
}

#prize_historyBtn {
    position: absolute;
    width: 20%;
    bottom: 8%;
    left: 0;
    margin: auto;
    right: 0;
}

#prize_closeBtn {
    position: absolute;
    top: 0;
    right: -1%;
    width: 6%;
}

.backButton {
    position: absolute;
    z-index: 8000;
    right: 3%;
    top: 2%;
    width: 3%;
    -webkit-transform: translate3d(0,0,0);
}

.btn-game-end-screen {
    display: none;
    position: absolute;
    z-index: 8000;
    right: 50%;
    bottom: 6%;
    height: 10%;
    object-fit: contain;
    transform: translateX(50%);
    -webkit-transform: translate3d(50%,0,0);
}

@media screen and (min-width: 1024px){
    .btn-game-end-screen{
        height : 8%;
    }
}

@keyframes records {
    0% {
        transform: translate(0, 0);
    }

    100% {
        transform: translate(-100%, 0);
    }
}

.tm-match-container-outer {
    padding: 5px 0;
}

.tm-container {
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    height: 100%;
    width: 100%;
    background-color: #000;
}

    .tm-container .tm-content-container {
        display: flex;
        width: 75rem;
        flex-direction: column;
        margin: 20px 0px;
    }


        .tm-container .tm-content-container .tm-title {
            display: flex;
            flex-direction: row;
            align-items: center;
            font-size: 1.2rem;
            padding-left: .55rem;
            padding-bottom: 1rem;
        }

            .tm-container .tm-content-container .tm-title .btn-guide {
                display: flex;
                align-items: center;
                padding: 4px 10px;
                margin: 5px;
                background-color: rgba(0,0,0,0.55);
                border-radius: 20px;
                border: 1px solid #4E4E4E;
                cursor: pointer;
                text-decoration: none;
                color: #fff;
                font-size: 12px;
            }

                .tm-container .tm-content-container .tm-title .btn-guide:hover {
                    border-color: #00a826;
                }

                .tm-container .tm-content-container .tm-title .btn-guide > .icon {
                    transition: transform .3s ease-in-out;
                    transform: rotate(0deg);
                }

                .tm-container .tm-content-container .tm-title .btn-guide:hover > .icon {
                    transform: translate(-3px,3px) rotate(45deg);
                }

                .tm-container .tm-content-container .tm-title .btn-guide > .icon > img {
                    height: 16px;
                    width: 16px;
                }



        .tm-container .tm-content-container .icon img {
            height: 30px;
            width: 30px;
            margin-top: -4px;
            margin-right: 10px;
        }

        .tm-container .tm-content-container .tm-content {
            color: #fff;
        }

            .tm-container .tm-content-container .tm-content .tm-match-container {
                padding: 11px;
                background-color: #2E2E2E;
                width: 95%;
                border-radius: 10px;
                display: flex;
                flex-direction: column;
                align-items: center;
                margin: auto;
                background-repeat: no-repeat;
                background-position: center;
                background-size: cover;
                border: 1px solid;
                border-color: #00A826;
                position: relative;
            }

                .tm-container .tm-content-container .tm-content .tm-match-container.more-match {
                    display: flex;
                    align-content: center;
                    justify-content: center;
                    flex-direction: column;
                    color: #FFF !important;
                }

                .tm-container .tm-content-container .tm-content .tm-match-container .live-match {
                    position: absolute;
                    right: 10px;
                    background-repeat: no-repeat;
                    width: 75px;
                    height: 40px;
                    background-size: 80%;
                }

                .tm-container .tm-content-container .tm-content .tm-match-container .match-time {
                    font-size: 1.1rem;
                    font-weight: 300;
                    text-align: center;
                }

                .tm-container .tm-content-container .tm-content .tm-match-container .match-vanue {
                    font-size: 0.75rem;
                    color: #C5C5C5;
                }

                .tm-container .tm-content-container .tm-content .tm-match-container .match-team {
                    width: 100%;
                    margin: 5px 0px 5px 0px;
                    display: flex;
                    flex-flow: row;
                    justify-content: space-around;
                    padding: 0 30px;
                }

                    .tm-container .tm-content-container .tm-content .tm-match-container .match-team .team {
                        display: flex;
                        flex-flow: column;
                        text-align: center;
                    }

                        .tm-container .tm-content-container .tm-content .tm-match-container .match-team .team .flag {
                            height: 50px;
                            width: 50px;
                            border-radius: 100%;
                            background-position: center;
                            background-size: 115%;
                        }

                        .tm-container .tm-content-container .tm-content .tm-match-container .match-team .team .name {
                            font-size: 0.7rem;
                            margin-top: 5px;
                        }

                    .tm-container .tm-content-container .tm-content .tm-match-container .match-team .match-mark {
                        display: flex;
                        flex-flow: column;
                        text-align: center;
                        align-items: center;
                        padding: 10px;
                    }

                        .tm-container .tm-content-container .tm-content .tm-match-container .match-team .match-mark .mark {
                            font-size: 1.3rem;
                            font-weight: bold;
                            display: flex;
                            flex-flow: row;
                            align-items: center;
                            justify-content: center;
                            width: 50px;
                        }

                        .tm-container .tm-content-container .tm-content .tm-match-container .match-team .match-mark .bet-now {
                            background-color: rgba(0,0,0,0.55);
                            border: 2px solid #00A826;
                            padding: 8px 20px;
                            border-radius: 30px;
                            font-size: 1rem;
                            cursor: pointer;
                            margin-top: 10px;
                            text-decoration: none;
                            color: #fff;
                        }

.tm-match-container .match-mark .team-mark.team-1-mark {
    padding-right: 4px;
}

.tm-match-container .match-mark .team-mark.team-2-mark {
    padding-left: 4px;
}

.tm-container .tm-content-container .tm-content .tm-match-container .match-rate {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width:100%;
}

    .tm-container .tm-content-container .tm-content .tm-match-container .match-rate .rate {
        display: flex;
        align-items: center;
        padding: 8px 8px;
        margin: 5px;
        background-color: rgba(0,0,0,0.55);
        border-radius: 20px;
        border: 1px solid #4E4E4E;
        cursor: pointer;
        text-decoration: none;
        color: #fff;
        justify-content: space-around;
        min-width:40%;
    }

        .tm-container .tm-content-container .tm-content .tm-match-container .match-rate .rate span {
            font-size: 0.85rem;
            color: #C5C5C5;
            font-weight: 300;
        }

            .tm-container .tm-content-container .tm-content .tm-match-container .match-rate .rate span:last-child {
                font-weight: bold;
                color: #FFF;
                font-size: 1rem;
            }

.tm-container .tm-content-container .tm-content .tm-match-container .match-probability {
    background-color: #2E2E2E;
    width: 100%;
    margin-top: 10px;
    padding: 10px 5px 0px 5px;
}

    .tm-container .tm-content-container .tm-content .tm-match-container .match-probability div {
        background-color: #2E2E2E;
        width: 100%;
        float: left;
    }

    .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .desc {
        width: 90%;
        font-size: 0.8rem;
        transition: all 200ms ease-in-out;
    }

    .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .btn-show-probabilitiy {
        width: 10%;
        cursor: pointer;
    }

        .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .btn-show-probabilitiy .arrow-icon {
            border: solid #fff;
            border-width: 0 2px 2px 0;
            padding: 3px;
            width: 5px;
            height: 5px;
            transform: rotate(44deg);
            -webkit-transform: rotate(44deg);
            margin: auto;
            position: relative;
            top: 4px;
            transition: all 200ms ease-in-out;
        }

    .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content {
        width: 100%;
        box-sizing: border-box;
        color: #fff;
        transition: min-height 200ms ease;
        min-height: 0px;
        transition: all 300ms ease-in-out;
        padding: 5px;
    }

        .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .percent {
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            width: 100%;
            margin-bottom: 3px;
        }

            .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .percent div {
                text-align: center;
                font-size: 0rem;
                color: #C5C5C5;
                transition: all 200ms ease-in-out;
            }

                .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .percent div:first-child {
                    text-align: left;
                }

                .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .percent div:last-child {
                    text-align: right;
                }

        .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .probability-bar {
            width: 100%;
            background-color: #424242;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
        }

            .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .probability-bar .progress-win {
                width: 0%;
                background-color: red;
                transition: all 500ms ease-in-out;
            }

            .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .probability-bar .progress-lose {
                width: 0%;
                background-color: blue;
                transition: all 500ms ease-in-out;
            }

        .tm-container .tm-content-container .tm-content .tm-match-container .match-probability .probability-content .progress-height {
            height: 0px;
            border-radius: 10px;
            /*transition: min-height 50ms ease;*/
        }


/*Porbability content after show */

.tm-container .tm-content-container .tm-content .tm-match-container .show .desc {
    font-size: 0.65rem;
}

.tm-container .tm-content-container .tm-content .tm-match-container .show .btn-show-probabilitiy .arrow-icon {
    transform: rotate(-135deg) !important;
    -webkit-transform: rotate(-135deg) !important;
    top: 7px !important;
}

.tm-container .tm-content-container .tm-content .tm-match-container .show .probability-content {
    min-height: 50px !important;
}

    .tm-container .tm-content-container .tm-content .tm-match-container .show .probability-content .percent div {
        text-align: center;
        font-size: 0.8rem;
        color: #C5C5C5;
    }

    .tm-container .tm-content-container .tm-content .tm-match-container .show .probability-content .progress-height {
        height: 6px;
    }

.tm-container .tm-content-container .tm-content .nav-btn {
    position: absolute;
    border: solid #c5c5c5;
    border-width: 0 4px 4px 0;
    display: inline-block;
    padding: 10px;
    opacity: 0.25;
}

.tm-container .tm-content-container .tm-content .prev-slide {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: -22px;
    top: 50%;
}

.tm-container .tm-content-container .tm-content .next-slide {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: -22px;
    top: 50%;
}

.tm-container .owl-pagination .owl-page span {
    width: 50px;
    height: 3px;
    margin: 4px 4px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 0px;
}

.tm-content .slick-slide > div {
    display: flex;
}

.tm-match-container-outer.grey {
    padding: 5px 10px;
}

.tm-content .slick-track {
    display: flex !important;
}

.tm-content .slick-slide {
    height: inherit !important;
}

.tm-content .slick-dots li {
    margin: 0;
}

.tm-content .slick-dots {
    margin-top: 50px;
}

    .tm-content .slick-dots li button:before, .slick-dots li.slick-active button:before {
        color: transparent;
        opacity: 1;
    }

    .tm-content .slick-dots li button:before {
        margin-top: 5px;
        background-color: #333;
        display: inline-block;
        height: 6px;
        width: 10px;
        transform: skewX(19.5deg);
    }

    .tm-content .slick-dots li.slick-active button:before {
        background-color: #00a826;
    }

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


    .tm-container .tm-content-container .tm-content .prev-slide {
        left: -9px;
    }

    .tm-container .tm-content-container .tm-content .next-slide {
        right: -9px;
    }
}

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


    .tm-container .tm-content-container {
        width: 95%;
    }
}

@media only screen and (max-width:1023px) {
    .tm-content .slick-list {
        margin-left: -50px;
    }
}

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


    .tm-container .owl-pagination {
        display: none;
    }
}

@media only screen and (min-width: 651px) {

    .tm-container .tm-content-container .tm-content .tm-match-container .match-rate .rate span:first-child {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 650px) {
    .tm-container .tm-content-container .tm-content .tm-match-container .match-team {
        padding: 0;
    }

    .tm-container .tm-content-container .tm-content .prev-slide {
        left: 2px;
    }

    .tm-container .tm-content-container .tm-content .next-slide {
        right: 4px;
    }

    .tm-container .tm-content-container .tm-content .tm-match-container .match-team .match-mark .bet-now {
        font-size: .85rem;
    }
}

