@charset "UTF-8";
.iti {
    position: relative;
    display: inline-block;
}
.iti * {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.iti__hide {
    display: none;
}
.iti__v-hide {
    visibility: hidden;
}
.iti input,
.iti input[type="tel"],
.iti input[type="text"] {
    position: relative;
    z-index: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-right: 36px;
    margin-right: 0;
}
.iti__flag-container {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    padding: 1px;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%;
    padding: 0 6px 0 8px;
}
.iti__arrow {
    margin-left: 6px;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 4px solid #555;
}
.iti__arrow--up {
    border-top: none;
    border-bottom: 4px solid #555;
}
.iti__country-list {
    position: absolute;
    z-index: 2;
    list-style: none;
    text-align: left;
    padding: 0;
    margin: 0 0 0 -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    border: 1px solid #ccc;
    white-space: nowrap;
    max-height: 200px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
    bottom: 100%;
    margin-bottom: -1px;
}
@media (max-width: 500px) {
    .iti__country-list {
        white-space: normal;
    }
}
.iti__flag-box {
    display: inline-block;
    width: 20px;
}
.iti__divider {
    padding-bottom: 5px;
    margin-bottom: 5px;
    border-bottom: 1px solid #ccc;
}
.iti__country {
    padding: 5px 10px;
    outline: 0;
}
.iti__dial-code {
    color: #999;
}
.iti__country.iti__highlight {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti__country-name,
.iti__dial-code,
.iti__flag-box {
    vertical-align: middle;
}
.iti__country-name,
.iti__flag-box {
    margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type="tel"],
.iti--allow-dropdown input[type="text"],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type="tel"],
.iti--separate-dial-code input[type="text"] {
    padding-right: 6px;
    padding-left: 52px;
    margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
    right: auto;
    left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
    cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
    background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
    background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
    margin-left: 6px;
}
.iti--container {
    position: absolute;
    top: -1000px;
    left: -1000px;
    z-index: 1060;
    padding: 1px;
}
.iti--container:hover {
    cursor: pointer;
}
.iti-mobile .iti--container {
    top: 30px;
    bottom: 30px;
    left: 30px;
    right: 30px;
    position: fixed;
}
.iti-mobile .iti__country-list {
    max-height: 100%;
    width: 100%;
}
.iti-mobile .iti__country {
    padding: 10px;
    line-height: 1.5em;
}
.iti__flag {
    width: 20px;
    height: 15px;
    box-shadow: 0 0 1px 0 #888;
    background-image: url(flags.416250f60d785a2e02f1.png);
    background-repeat: no-repeat;
    background-color: #dbdbdb;
    background-position: 20px 0;
}
.iti__flag.iti__be {
    width: 18px;
}
.iti__flag.iti__ch {
    width: 15px;
}
.iti__flag.iti__mc {
    width: 19px;
}
.iti__flag.iti__ne {
    width: 18px;
}
.iti__flag.iti__ac {
    height: 10px;
    background-position: 0 0;
}
.iti__flag.iti__ad {
    height: 14px;
    background-position: -22px 0;
}
.iti__flag.iti__ae {
    height: 10px;
    background-position: -44px 0;
}
.iti__flag.iti__af {
    height: 14px;
    background-position: -66px 0;
}
.iti__flag.iti__ag {
    height: 14px;
    background-position: -88px 0;
}
.iti__flag.iti__ai {
    height: 10px;
    background-position: -110px 0;
}
.iti__flag.iti__al {
    height: 15px;
    background-position: -132px 0;
}
.iti__flag.iti__am {
    height: 10px;
    background-position: -154px 0;
}
.iti__flag.iti__ao {
    height: 14px;
    background-position: -176px 0;
}
.iti__flag.iti__aq {
    height: 14px;
    background-position: -198px 0;
}
.iti__flag.iti__ar {
    height: 13px;
    background-position: -220px 0;
}
.iti__flag.iti__as {
    height: 10px;
    background-position: -242px 0;
}
.iti__flag.iti__at {
    height: 14px;
    background-position: -264px 0;
}
.iti__flag.iti__au {
    height: 10px;
    background-position: -286px 0;
}
.iti__flag.iti__aw {
    height: 14px;
    background-position: -308px 0;
}
.iti__flag.iti__ax {
    height: 13px;
    background-position: -330px 0;
}
.iti__flag.iti__az {
    height: 10px;
    background-position: -352px 0;
}
.iti__flag.iti__ba {
    height: 10px;
    background-position: -374px 0;
}
.iti__flag.iti__bb {
    height: 14px;
    background-position: -396px 0;
}
.iti__flag.iti__bd {
    height: 12px;
    background-position: -418px 0;
}
.iti__flag.iti__be {
    height: 15px;
    background-position: -440px 0;
}
.iti__flag.iti__bf {
    height: 14px;
    background-position: -460px 0;
}
.iti__flag.iti__bg {
    height: 12px;
    background-position: -482px 0;
}
.iti__flag.iti__bh {
    height: 12px;
    background-position: -504px 0;
}
.iti__flag.iti__bi {
    height: 12px;
    background-position: -526px 0;
}
.iti__flag.iti__bj {
    height: 14px;
    background-position: -548px 0;
}
.iti__flag.iti__bl {
    height: 14px;
    background-position: -570px 0;
}
.iti__flag.iti__bm {
    height: 10px;
    background-position: -592px 0;
}
.iti__flag.iti__bn {
    height: 10px;
    background-position: -614px 0;
}
.iti__flag.iti__bo {
    height: 14px;
    background-position: -636px 0;
}
.iti__flag.iti__bq {
    height: 14px;
    background-position: -658px 0;
}
.iti__flag.iti__br {
    height: 14px;
    background-position: -680px 0;
}
.iti__flag.iti__bs {
    height: 10px;
    background-position: -702px 0;
}
.iti__flag.iti__bt {
    height: 14px;
    background-position: -724px 0;
}
.iti__flag.iti__bv {
    height: 15px;
    background-position: -746px 0;
}
.iti__flag.iti__bw {
    height: 14px;
    background-position: -768px 0;
}
.iti__flag.iti__by {
    height: 10px;
    background-position: -790px 0;
}
.iti__flag.iti__bz {
    height: 14px;
    background-position: -812px 0;
}
.iti__flag.iti__ca {
    height: 10px;
    background-position: -834px 0;
}
.iti__flag.iti__cc {
    height: 10px;
    background-position: -856px 0;
}
.iti__flag.iti__cd {
    height: 15px;
    background-position: -878px 0;
}
.iti__flag.iti__cf {
    height: 14px;
    background-position: -900px 0;
}
.iti__flag.iti__cg {
    height: 14px;
    background-position: -922px 0;
}
.iti__flag.iti__ch {
    height: 15px;
    background-position: -944px 0;
}
.iti__flag.iti__ci {
    height: 14px;
    background-position: -961px 0;
}
.iti__flag.iti__ck {
    height: 10px;
    background-position: -983px 0;
}
.iti__flag.iti__cl {
    height: 14px;
    background-position: -1005px 0;
}
.iti__flag.iti__cm {
    height: 14px;
    background-position: -1027px 0;
}
.iti__flag.iti__cn {
    height: 14px;
    background-position: -1049px 0;
}
.iti__flag.iti__co {
    height: 14px;
    background-position: -1071px 0;
}
.iti__flag.iti__cp {
    height: 14px;
    background-position: -1093px 0;
}
.iti__flag.iti__cr {
    height: 12px;
    background-position: -1115px 0;
}
.iti__flag.iti__cu {
    height: 10px;
    background-position: -1137px 0;
}
.iti__flag.iti__cv {
    height: 12px;
    background-position: -1159px 0;
}
.iti__flag.iti__cw {
    height: 14px;
    background-position: -1181px 0;
}
.iti__flag.iti__cx {
    height: 10px;
    background-position: -1203px 0;
}
.iti__flag.iti__cy {
    height: 14px;
    background-position: -1225px 0;
}
.iti__flag.iti__cz {
    height: 14px;
    background-position: -1247px 0;
}
.iti__flag.iti__de {
    height: 12px;
    background-position: -1269px 0;
}
.iti__flag.iti__dg {
    height: 10px;
    background-position: -1291px 0;
}
.iti__flag.iti__dj {
    height: 14px;
    background-position: -1313px 0;
}
.iti__flag.iti__dk {
    height: 15px;
    background-position: -1335px 0;
}
.iti__flag.iti__dm {
    height: 10px;
    background-position: -1357px 0;
}
.iti__flag.iti__do {
    height: 14px;
    background-position: -1379px 0;
}
.iti__flag.iti__dz {
    height: 14px;
    background-position: -1401px 0;
}
.iti__flag.iti__ea {
    height: 14px;
    background-position: -1423px 0;
}
.iti__flag.iti__ec {
    height: 14px;
    background-position: -1445px 0;
}
.iti__flag.iti__ee {
    height: 13px;
    background-position: -1467px 0;
}
.iti__flag.iti__eg {
    height: 14px;
    background-position: -1489px 0;
}
.iti__flag.iti__eh {
    height: 10px;
    background-position: -1511px 0;
}
.iti__flag.iti__er {
    height: 10px;
    background-position: -1533px 0;
}
.iti__flag.iti__es {
    height: 14px;
    background-position: -1555px 0;
}
.iti__flag.iti__et {
    height: 10px;
    background-position: -1577px 0;
}
.iti__flag.iti__eu {
    height: 14px;
    background-position: -1599px 0;
}
.iti__flag.iti__fi {
    height: 12px;
    background-position: -1621px 0;
}
.iti__flag.iti__fj {
    height: 10px;
    background-position: -1643px 0;
}
.iti__flag.iti__fk {
    height: 10px;
    background-position: -1665px 0;
}
.iti__flag.iti__fm {
    height: 11px;
    background-position: -1687px 0;
}
.iti__flag.iti__fo {
    height: 15px;
    background-position: -1709px 0;
}
.iti__flag.iti__fr {
    height: 14px;
    background-position: -1731px 0;
}
.iti__flag.iti__ga {
    height: 15px;
    background-position: -1753px 0;
}
.iti__flag.iti__gb {
    height: 10px;
    background-position: -1775px 0;
}
.iti__flag.iti__gd {
    height: 12px;
    background-position: -1797px 0;
}
.iti__flag.iti__ge {
    height: 14px;
    background-position: -1819px 0;
}
.iti__flag.iti__gf {
    height: 14px;
    background-position: -1841px 0;
}
.iti__flag.iti__gg {
    height: 14px;
    background-position: -1863px 0;
}
.iti__flag.iti__gh {
    height: 14px;
    background-position: -1885px 0;
}
.iti__flag.iti__gi {
    height: 10px;
    background-position: -1907px 0;
}
.iti__flag.iti__gl {
    height: 14px;
    background-position: -1929px 0;
}
.iti__flag.iti__gm {
    height: 14px;
    background-position: -1951px 0;
}
.iti__flag.iti__gn {
    height: 14px;
    background-position: -1973px 0;
}
.iti__flag.iti__gp {
    height: 14px;
    background-position: -1995px 0;
}
.iti__flag.iti__gq {
    height: 14px;
    background-position: -2017px 0;
}
.iti__flag.iti__gr {
    height: 14px;
    background-position: -2039px 0;
}
.iti__flag.iti__gs {
    height: 10px;
    background-position: -2061px 0;
}
.iti__flag.iti__gt {
    height: 13px;
    background-position: -2083px 0;
}
.iti__flag.iti__gu {
    height: 11px;
    background-position: -2105px 0;
}
.iti__flag.iti__gw {
    height: 10px;
    background-position: -2127px 0;
}
.iti__flag.iti__gy {
    height: 12px;
    background-position: -2149px 0;
}
.iti__flag.iti__hk {
    height: 14px;
    background-position: -2171px 0;
}
.iti__flag.iti__hm {
    height: 10px;
    background-position: -2193px 0;
}
.iti__flag.iti__hn {
    height: 10px;
    background-position: -2215px 0;
}
.iti__flag.iti__hr {
    height: 10px;
    background-position: -2237px 0;
}
.iti__flag.iti__ht {
    height: 12px;
    background-position: -2259px 0;
}
.iti__flag.iti__hu {
    height: 10px;
    background-position: -2281px 0;
}
.iti__flag.iti__ic {
    height: 14px;
    background-position: -2303px 0;
}
.iti__flag.iti__id {
    height: 14px;
    background-position: -2325px 0;
}
.iti__flag.iti__ie {
    height: 10px;
    background-position: -2347px 0;
}
.iti__flag.iti__il {
    height: 15px;
    background-position: -2369px 0;
}
.iti__flag.iti__im {
    height: 10px;
    background-position: -2391px 0;
}
.iti__flag.iti__in {
    height: 14px;
    background-position: -2413px 0;
}
.iti__flag.iti__io {
    height: 10px;
    background-position: -2435px 0;
}
.iti__flag.iti__iq {
    height: 14px;
    background-position: -2457px 0;
}
.iti__flag.iti__ir {
    height: 12px;
    background-position: -2479px 0;
}
.iti__flag.iti__is {
    height: 15px;
    background-position: -2501px 0;
}
.iti__flag.iti__it {
    height: 14px;
    background-position: -2523px 0;
}
.iti__flag.iti__je {
    height: 12px;
    background-position: -2545px 0;
}
.iti__flag.iti__jm {
    height: 10px;
    background-position: -2567px 0;
}
.iti__flag.iti__jo {
    height: 10px;
    background-position: -2589px 0;
}
.iti__flag.iti__jp {
    height: 14px;
    background-position: -2611px 0;
}
.iti__flag.iti__ke {
    height: 14px;
    background-position: -2633px 0;
}
.iti__flag.iti__kg {
    height: 12px;
    background-position: -2655px 0;
}
.iti__flag.iti__kh {
    height: 13px;
    background-position: -2677px 0;
}
.iti__flag.iti__ki {
    height: 10px;
    background-position: -2699px 0;
}
.iti__flag.iti__km {
    height: 12px;
    background-position: -2721px 0;
}
.iti__flag.iti__kn {
    height: 14px;
    background-position: -2743px 0;
}
.iti__flag.iti__kp {
    height: 10px;
    background-position: -2765px 0;
}
.iti__flag.iti__kr {
    height: 14px;
    background-position: -2787px 0;
}
.iti__flag.iti__kw {
    height: 10px;
    background-position: -2809px 0;
}
.iti__flag.iti__ky {
    height: 10px;
    background-position: -2831px 0;
}
.iti__flag.iti__kz {
    height: 10px;
    background-position: -2853px 0;
}
.iti__flag.iti__la {
    height: 14px;
    background-position: -2875px 0;
}
.iti__flag.iti__lb {
    height: 14px;
    background-position: -2897px 0;
}
.iti__flag.iti__lc {
    height: 10px;
    background-position: -2919px 0;
}
.iti__flag.iti__li {
    height: 12px;
    background-position: -2941px 0;
}
.iti__flag.iti__lk {
    height: 10px;
    background-position: -2963px 0;
}
.iti__flag.iti__lr {
    height: 11px;
    background-position: -2985px 0;
}
.iti__flag.iti__ls {
    height: 14px;
    background-position: -3007px 0;
}
.iti__flag.iti__lt {
    height: 12px;
    background-position: -3029px 0;
}
.iti__flag.iti__lu {
    height: 12px;
    background-position: -3051px 0;
}
.iti__flag.iti__lv {
    height: 10px;
    background-position: -3073px 0;
}
.iti__flag.iti__ly {
    height: 10px;
    background-position: -3095px 0;
}
.iti__flag.iti__ma {
    height: 14px;
    background-position: -3117px 0;
}
.iti__flag.iti__mc {
    height: 15px;
    background-position: -3139px 0;
}
.iti__flag.iti__md {
    height: 10px;
    background-position: -3160px 0;
}
.iti__flag.iti__me {
    height: 10px;
    background-position: -3182px 0;
}
.iti__flag.iti__mf {
    height: 14px;
    background-position: -3204px 0;
}
.iti__flag.iti__mg {
    height: 14px;
    background-position: -3226px 0;
}
.iti__flag.iti__mh {
    height: 11px;
    background-position: -3248px 0;
}
.iti__flag.iti__mk {
    height: 10px;
    background-position: -3270px 0;
}
.iti__flag.iti__ml {
    height: 14px;
    background-position: -3292px 0;
}
.iti__flag.iti__mm {
    height: 14px;
    background-position: -3314px 0;
}
.iti__flag.iti__mn {
    height: 10px;
    background-position: -3336px 0;
}
.iti__flag.iti__mo {
    height: 14px;
    background-position: -3358px 0;
}
.iti__flag.iti__mp {
    height: 10px;
    background-position: -3380px 0;
}
.iti__flag.iti__mq {
    height: 14px;
    background-position: -3402px 0;
}
.iti__flag.iti__mr {
    height: 14px;
    background-position: -3424px 0;
}
.iti__flag.iti__ms {
    height: 10px;
    background-position: -3446px 0;
}
.iti__flag.iti__mt {
    height: 14px;
    background-position: -3468px 0;
}
.iti__flag.iti__mu {
    height: 14px;
    background-position: -3490px 0;
}
.iti__flag.iti__mv {
    height: 14px;
    background-position: -3512px 0;
}
.iti__flag.iti__mw {
    height: 14px;
    background-position: -3534px 0;
}
.iti__flag.iti__mx {
    height: 12px;
    background-position: -3556px 0;
}
.iti__flag.iti__my {
    height: 10px;
    background-position: -3578px 0;
}
.iti__flag.iti__mz {
    height: 14px;
    background-position: -3600px 0;
}
.iti__flag.iti__na {
    height: 14px;
    background-position: -3622px 0;
}
.iti__flag.iti__nc {
    height: 10px;
    background-position: -3644px 0;
}
.iti__flag.iti__ne {
    height: 15px;
    background-position: -3666px 0;
}
.iti__flag.iti__nf {
    height: 10px;
    background-position: -3686px 0;
}
.iti__flag.iti__ng {
    height: 10px;
    background-position: -3708px 0;
}
.iti__flag.iti__ni {
    height: 12px;
    background-position: -3730px 0;
}
.iti__flag.iti__nl {
    height: 14px;
    background-position: -3752px 0;
}
.iti__flag.iti__no {
    height: 15px;
    background-position: -3774px 0;
}
.iti__flag.iti__np {
    width: 13px;
    height: 15px;
    background-position: -3796px 0;
    background-color: transparent;
}
.iti__flag.iti__nr {
    height: 10px;
    background-position: -3811px 0;
}
.iti__flag.iti__nu {
    height: 10px;
    background-position: -3833px 0;
}
.iti__flag.iti__nz {
    height: 10px;
    background-position: -3855px 0;
}
.iti__flag.iti__om {
    height: 10px;
    background-position: -3877px 0;
}
.iti__flag.iti__pa {
    height: 14px;
    background-position: -3899px 0;
}
.iti__flag.iti__pe {
    height: 14px;
    background-position: -3921px 0;
}
.iti__flag.iti__pf {
    height: 14px;
    background-position: -3943px 0;
}
.iti__flag.iti__pg {
    height: 15px;
    background-position: -3965px 0;
}
.iti__flag.iti__ph {
    height: 10px;
    background-position: -3987px 0;
}
.iti__flag.iti__pk {
    height: 14px;
    background-position: -4009px 0;
}
.iti__flag.iti__pl {
    height: 13px;
    background-position: -4031px 0;
}
.iti__flag.iti__pm {
    height: 14px;
    background-position: -4053px 0;
}
.iti__flag.iti__pn {
    height: 10px;
    background-position: -4075px 0;
}
.iti__flag.iti__pr {
    height: 14px;
    background-position: -4097px 0;
}
.iti__flag.iti__ps {
    height: 10px;
    background-position: -4119px 0;
}
.iti__flag.iti__pt {
    height: 14px;
    background-position: -4141px 0;
}
.iti__flag.iti__pw {
    height: 13px;
    background-position: -4163px 0;
}
.iti__flag.iti__py {
    height: 11px;
    background-position: -4185px 0;
}
.iti__flag.iti__qa {
    height: 8px;
    background-position: -4207px 0;
}
.iti__flag.iti__re {
    height: 14px;
    background-position: -4229px 0;
}
.iti__flag.iti__ro {
    height: 14px;
    background-position: -4251px 0;
}
.iti__flag.iti__rs {
    height: 14px;
    background-position: -4273px 0;
}
.iti__flag.iti__ru {
    height: 14px;
    background-position: -4295px 0;
}
.iti__flag.iti__rw {
    height: 14px;
    background-position: -4317px 0;
}
.iti__flag.iti__sa {
    height: 14px;
    background-position: -4339px 0;
}
.iti__flag.iti__sb {
    height: 10px;
    background-position: -4361px 0;
}
.iti__flag.iti__sc {
    height: 10px;
    background-position: -4383px 0;
}
.iti__flag.iti__sd {
    height: 10px;
    background-position: -4405px 0;
}
.iti__flag.iti__se {
    height: 13px;
    background-position: -4427px 0;
}
.iti__flag.iti__sg {
    height: 14px;
    background-position: -4449px 0;
}
.iti__flag.iti__sh {
    height: 10px;
    background-position: -4471px 0;
}
.iti__flag.iti__si {
    height: 10px;
    background-position: -4493px 0;
}
.iti__flag.iti__sj {
    height: 15px;
    background-position: -4515px 0;
}
.iti__flag.iti__sk {
    height: 14px;
    background-position: -4537px 0;
}
.iti__flag.iti__sl {
    height: 14px;
    background-position: -4559px 0;
}
.iti__flag.iti__sm {
    height: 15px;
    background-position: -4581px 0;
}
.iti__flag.iti__sn {
    height: 14px;
    background-position: -4603px 0;
}
.iti__flag.iti__so {
    height: 14px;
    background-position: -4625px 0;
}
.iti__flag.iti__sr {
    height: 14px;
    background-position: -4647px 0;
}
.iti__flag.iti__ss {
    height: 10px;
    background-position: -4669px 0;
}
.iti__flag.iti__st {
    height: 10px;
    background-position: -4691px 0;
}
.iti__flag.iti__sv {
    height: 12px;
    background-position: -4713px 0;
}
.iti__flag.iti__sx {
    height: 14px;
    background-position: -4735px 0;
}
.iti__flag.iti__sy {
    height: 14px;
    background-position: -4757px 0;
}
.iti__flag.iti__sz {
    height: 14px;
    background-position: -4779px 0;
}
.iti__flag.iti__ta {
    height: 10px;
    background-position: -4801px 0;
}
.iti__flag.iti__tc {
    height: 10px;
    background-position: -4823px 0;
}
.iti__flag.iti__td {
    height: 14px;
    background-position: -4845px 0;
}
.iti__flag.iti__tf {
    height: 14px;
    background-position: -4867px 0;
}
.iti__flag.iti__tg {
    height: 13px;
    background-position: -4889px 0;
}
.iti__flag.iti__th {
    height: 14px;
    background-position: -4911px 0;
}
.iti__flag.iti__tj {
    height: 10px;
    background-position: -4933px 0;
}
.iti__flag.iti__tk {
    height: 10px;
    background-position: -4955px 0;
}
.iti__flag.iti__tl {
    height: 10px;
    background-position: -4977px 0;
}
.iti__flag.iti__tm {
    height: 14px;
    background-position: -4999px 0;
}
.iti__flag.iti__tn {
    height: 14px;
    background-position: -5021px 0;
}
.iti__flag.iti__to {
    height: 10px;
    background-position: -5043px 0;
}
.iti__flag.iti__tr {
    height: 14px;
    background-position: -5065px 0;
}
.iti__flag.iti__tt {
    height: 12px;
    background-position: -5087px 0;
}
.iti__flag.iti__tv {
    height: 10px;
    background-position: -5109px 0;
}
.iti__flag.iti__tw {
    height: 14px;
    background-position: -5131px 0;
}
.iti__flag.iti__tz {
    height: 14px;
    background-position: -5153px 0;
}
.iti__flag.iti__ua {
    height: 14px;
    background-position: -5175px 0;
}
.iti__flag.iti__ug {
    height: 14px;
    background-position: -5197px 0;
}
.iti__flag.iti__um {
    height: 11px;
    background-position: -5219px 0;
}
.iti__flag.iti__un {
    height: 14px;
    background-position: -5241px 0;
}
.iti__flag.iti__us {
    height: 11px;
    background-position: -5263px 0;
}
.iti__flag.iti__uy {
    height: 14px;
    background-position: -5285px 0;
}
.iti__flag.iti__uz {
    height: 10px;
    background-position: -5307px 0;
}
.iti__flag.iti__va {
    width: 15px;
    height: 15px;
    background-position: -5329px 0;
}
.iti__flag.iti__vc {
    height: 14px;
    background-position: -5346px 0;
}
.iti__flag.iti__ve {
    height: 14px;
    background-position: -5368px 0;
}
.iti__flag.iti__vg {
    height: 10px;
    background-position: -5390px 0;
}
.iti__flag.iti__vi {
    height: 14px;
    background-position: -5412px 0;
}
.iti__flag.iti__vn {
    height: 14px;
    background-position: -5434px 0;
}
.iti__flag.iti__vu {
    height: 12px;
    background-position: -5456px 0;
}
.iti__flag.iti__wf {
    height: 14px;
    background-position: -5478px 0;
}
.iti__flag.iti__ws {
    height: 10px;
    background-position: -5500px 0;
}
.iti__flag.iti__xk {
    height: 15px;
    background-position: -5522px 0;
}
.iti__flag.iti__ye {
    height: 14px;
    background-position: -5544px 0;
}
.iti__flag.iti__yt {
    height: 14px;
    background-position: -5566px 0;
}
.iti__flag.iti__za {
    height: 14px;
    background-position: -5588px 0;
}
.iti__flag.iti__zm {
    height: 14px;
    background-position: -5610px 0;
}
.iti__flag.iti__zw {
    height: 10px;
    background-position: -5632px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-size: 5652px 15px;
        background-image: url(flags%402x.d429a5777afaf2fc3496.png);
    }
} /*!
 * Materialize v0.100.2 (http://materializecss.com)
 * Copyright 2014-2017 Materialize
 * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)
 */
.materialize-red {
    background-color: #e51c23 !important;
}
.materialize-red-text {
    color: #e51c23 !important;
}
.materialize-red.lighten-5 {
    background-color: #fdeaeb !important;
}
.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important;
}
.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important;
}
.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important;
}
.materialize-red.lighten-3 {
    background-color: #f3989b !important;
}
.materialize-red-text.text-lighten-3 {
    color: #f3989b !important;
}
.materialize-red.lighten-2 {
    background-color: #ee6e73 !important;
}
.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important;
}
.materialize-red.lighten-1 {
    background-color: #ea454b !important;
}
.materialize-red-text.text-lighten-1 {
    color: #ea454b !important;
}
.materialize-red.darken-1 {
    background-color: #d0181e !important;
}
.materialize-red-text.text-darken-1 {
    color: #d0181e !important;
}
.materialize-red.darken-2 {
    background-color: #b9151b !important;
}
.materialize-red-text.text-darken-2 {
    color: #b9151b !important;
}
.materialize-red.darken-3 {
    background-color: #a21318 !important;
}
.materialize-red-text.text-darken-3 {
    color: #a21318 !important;
}
.materialize-red.darken-4 {
    background-color: #8b1014 !important;
}
.materialize-red-text.text-darken-4 {
    color: #8b1014 !important;
}
.red {
    background-color: #f44336 !important;
}
.red-text {
    color: #f44336 !important;
}
.red.lighten-5 {
    background-color: #ffebee !important;
}
.red-text.text-lighten-5 {
    color: #ffebee !important;
}
.red.lighten-4 {
    background-color: #ffcdd2 !important;
}
.red-text.text-lighten-4 {
    color: #ffcdd2 !important;
}
.red.lighten-3 {
    background-color: #ef9a9a !important;
}
.red-text.text-lighten-3 {
    color: #ef9a9a !important;
}
.red.lighten-2 {
    background-color: #e57373 !important;
}
.red-text.text-lighten-2 {
    color: #e57373 !important;
}
.red.lighten-1 {
    background-color: #ef5350 !important;
}
.red-text.text-lighten-1 {
    color: #ef5350 !important;
}
.red.darken-1 {
    background-color: #e53935 !important;
}
.red-text.text-darken-1 {
    color: #e53935 !important;
}
.red.darken-2 {
    background-color: #d32f2f !important;
}
.red-text.text-darken-2 {
    color: #d32f2f !important;
}
.red.darken-3 {
    background-color: #c62828 !important;
}
.red-text.text-darken-3 {
    color: #c62828 !important;
}
.red.darken-4 {
    background-color: #b71c1c !important;
}
.red-text.text-darken-4 {
    color: #b71c1c !important;
}
.red.accent-1 {
    background-color: #ff8a80 !important;
}
.red-text.text-accent-1 {
    color: #ff8a80 !important;
}
.red.accent-2 {
    background-color: #ff5252 !important;
}
.red-text.text-accent-2 {
    color: #ff5252 !important;
}
.red.accent-3 {
    background-color: #ff1744 !important;
}
.red-text.text-accent-3 {
    color: #ff1744 !important;
}
.red.accent-4 {
    background-color: #d50000 !important;
}
.red-text.text-accent-4 {
    color: #d50000 !important;
}
.pink {
    background-color: #e91e63 !important;
}
.pink-text {
    color: #e91e63 !important;
}
.pink.lighten-5 {
    background-color: #fce4ec !important;
}
.pink-text.text-lighten-5 {
    color: #fce4ec !important;
}
.pink.lighten-4 {
    background-color: #f8bbd0 !important;
}
.pink-text.text-lighten-4 {
    color: #f8bbd0 !important;
}
.pink.lighten-3 {
    background-color: #f48fb1 !important;
}
.pink-text.text-lighten-3 {
    color: #f48fb1 !important;
}
.pink.lighten-2 {
    background-color: #f06292 !important;
}
.pink-text.text-lighten-2 {
    color: #f06292 !important;
}
.pink.lighten-1 {
    background-color: #ec407a !important;
}
.pink-text.text-lighten-1 {
    color: #ec407a !important;
}
.pink.darken-1 {
    background-color: #d81b60 !important;
}
.pink-text.text-darken-1 {
    color: #d81b60 !important;
}
.pink.darken-2 {
    background-color: #c2185b !important;
}
.pink-text.text-darken-2 {
    color: #c2185b !important;
}
.pink.darken-3 {
    background-color: #ad1457 !important;
}
.pink-text.text-darken-3 {
    color: #ad1457 !important;
}
.pink.darken-4 {
    background-color: #880e4f !important;
}
.pink-text.text-darken-4 {
    color: #880e4f !important;
}
.pink.accent-1 {
    background-color: #ff80ab !important;
}
.pink-text.text-accent-1 {
    color: #ff80ab !important;
}
.pink.accent-2 {
    background-color: #ff4081 !important;
}
.pink-text.text-accent-2 {
    color: #ff4081 !important;
}
.pink.accent-3 {
    background-color: #f50057 !important;
}
.pink-text.text-accent-3 {
    color: #f50057 !important;
}
.pink.accent-4 {
    background-color: #c51162 !important;
}
.pink-text.text-accent-4 {
    color: #c51162 !important;
}
.purple {
    background-color: #9c27b0 !important;
}
.purple-text {
    color: #9c27b0 !important;
}
.purple.lighten-5 {
    background-color: #f3e5f5 !important;
}
.purple-text.text-lighten-5 {
    color: #f3e5f5 !important;
}
.purple.lighten-4 {
    background-color: #e1bee7 !important;
}
.purple-text.text-lighten-4 {
    color: #e1bee7 !important;
}
.purple.lighten-3 {
    background-color: #ce93d8 !important;
}
.purple-text.text-lighten-3 {
    color: #ce93d8 !important;
}
.purple.lighten-2 {
    background-color: #ba68c8 !important;
}
.purple-text.text-lighten-2 {
    color: #ba68c8 !important;
}
.purple.lighten-1 {
    background-color: #ab47bc !important;
}
.purple-text.text-lighten-1 {
    color: #ab47bc !important;
}
.purple.darken-1 {
    background-color: #8e24aa !important;
}
.purple-text.text-darken-1 {
    color: #8e24aa !important;
}
.purple.darken-2 {
    background-color: #7b1fa2 !important;
}
.purple-text.text-darken-2 {
    color: #7b1fa2 !important;
}
.purple.darken-3 {
    background-color: #6a1b9a !important;
}
.purple-text.text-darken-3 {
    color: #6a1b9a !important;
}
.purple.darken-4 {
    background-color: #4a148c !important;
}
.purple-text.text-darken-4 {
    color: #4a148c !important;
}
.purple.accent-1 {
    background-color: #ea80fc !important;
}
.purple-text.text-accent-1 {
    color: #ea80fc !important;
}
.purple.accent-2 {
    background-color: #e040fb !important;
}
.purple-text.text-accent-2 {
    color: #e040fb !important;
}
.purple.accent-3 {
    background-color: #d500f9 !important;
}
.purple-text.text-accent-3 {
    color: #d500f9 !important;
}
.purple.accent-4 {
    background-color: #a0f !important;
}
.purple-text.text-accent-4 {
    color: #a0f !important;
}
.deep-purple {
    background-color: #673ab7 !important;
}
.deep-purple-text {
    color: #673ab7 !important;
}
.deep-purple.lighten-5 {
    background-color: #ede7f6 !important;
}
.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important;
}
.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important;
}
.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important;
}
.deep-purple.lighten-3 {
    background-color: #b39ddb !important;
}
.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important;
}
.deep-purple.lighten-2 {
    background-color: #9575cd !important;
}
.deep-purple-text.text-lighten-2 {
    color: #9575cd !important;
}
.deep-purple.lighten-1 {
    background-color: #7e57c2 !important;
}
.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important;
}
.deep-purple.darken-1 {
    background-color: #5e35b1 !important;
}
.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important;
}
.deep-purple.darken-2 {
    background-color: #512da8 !important;
}
.deep-purple-text.text-darken-2 {
    color: #512da8 !important;
}
.deep-purple.darken-3 {
    background-color: #4527a0 !important;
}
.deep-purple-text.text-darken-3 {
    color: #4527a0 !important;
}
.deep-purple.darken-4 {
    background-color: #311b92 !important;
}
.deep-purple-text.text-darken-4 {
    color: #311b92 !important;
}
.deep-purple.accent-1 {
    background-color: #b388ff !important;
}
.deep-purple-text.text-accent-1 {
    color: #b388ff !important;
}
.deep-purple.accent-2 {
    background-color: #7c4dff !important;
}
.deep-purple-text.text-accent-2 {
    color: #7c4dff !important;
}
.deep-purple.accent-3 {
    background-color: #651fff !important;
}
.deep-purple-text.text-accent-3 {
    color: #651fff !important;
}
.deep-purple.accent-4 {
    background-color: #6200ea !important;
}
.deep-purple-text.text-accent-4 {
    color: #6200ea !important;
}
.indigo {
    background-color: #3f51b5 !important;
}
.indigo-text {
    color: #3f51b5 !important;
}
.indigo.lighten-5 {
    background-color: #e8eaf6 !important;
}
.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important;
}
.indigo.lighten-4 {
    background-color: #c5cae9 !important;
}
.indigo-text.text-lighten-4 {
    color: #c5cae9 !important;
}
.indigo.lighten-3 {
    background-color: #9fa8da !important;
}
.indigo-text.text-lighten-3 {
    color: #9fa8da !important;
}
.indigo.lighten-2 {
    background-color: #7986cb !important;
}
.indigo-text.text-lighten-2 {
    color: #7986cb !important;
}
.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}
.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important;
}
.indigo.darken-1 {
    background-color: #3949ab !important;
}
.indigo-text.text-darken-1 {
    color: #3949ab !important;
}
.indigo.darken-2 {
    background-color: #303f9f !important;
}
.indigo-text.text-darken-2 {
    color: #303f9f !important;
}
.indigo.darken-3 {
    background-color: #283593 !important;
}
.indigo-text.text-darken-3 {
    color: #283593 !important;
}
.indigo.darken-4 {
    background-color: #1a237e !important;
}
.indigo-text.text-darken-4 {
    color: #1a237e !important;
}
.indigo.accent-1 {
    background-color: #8c9eff !important;
}
.indigo-text.text-accent-1 {
    color: #8c9eff !important;
}
.indigo.accent-2 {
    background-color: #536dfe !important;
}
.indigo-text.text-accent-2 {
    color: #536dfe !important;
}
.indigo.accent-3 {
    background-color: #3d5afe !important;
}
.indigo-text.text-accent-3 {
    color: #3d5afe !important;
}
.indigo.accent-4 {
    background-color: #304ffe !important;
}
.indigo-text.text-accent-4 {
    color: #304ffe !important;
}
.blue {
    background-color: #2196f3 !important;
}
.blue-text {
    color: #2196f3 !important;
}
.blue.lighten-5 {
    background-color: #e3f2fd !important;
}
.blue-text.text-lighten-5 {
    color: #e3f2fd !important;
}
.blue.lighten-4 {
    background-color: #bbdefb !important;
}
.blue-text.text-lighten-4 {
    color: #bbdefb !important;
}
.blue.lighten-3 {
    background-color: #90caf9 !important;
}
.blue-text.text-lighten-3 {
    color: #90caf9 !important;
}
.blue.lighten-2 {
    background-color: #64b5f6 !important;
}
.blue-text.text-lighten-2 {
    color: #64b5f6 !important;
}
.blue.lighten-1 {
    background-color: #42a5f5 !important;
}
.blue-text.text-lighten-1 {
    color: #42a5f5 !important;
}
.blue.darken-1 {
    background-color: #1e88e5 !important;
}
.blue-text.text-darken-1 {
    color: #1e88e5 !important;
}
.blue.darken-2 {
    background-color: #1976d2 !important;
}
.blue-text.text-darken-2 {
    color: #1976d2 !important;
}
.blue.darken-3 {
    background-color: #1565c0 !important;
}
.blue-text.text-darken-3 {
    color: #1565c0 !important;
}
.blue.darken-4 {
    background-color: #0d47a1 !important;
}
.blue-text.text-darken-4 {
    color: #0d47a1 !important;
}
.blue.accent-1 {
    background-color: #82b1ff !important;
}
.blue-text.text-accent-1 {
    color: #82b1ff !important;
}
.blue.accent-2 {
    background-color: #448aff !important;
}
.blue-text.text-accent-2 {
    color: #448aff !important;
}
.blue.accent-3 {
    background-color: #2979ff !important;
}
.blue-text.text-accent-3 {
    color: #2979ff !important;
}
.blue.accent-4 {
    background-color: #2962ff !important;
}
.blue-text.text-accent-4 {
    color: #2962ff !important;
}
.light-blue {
    background-color: #03a9f4 !important;
}
.light-blue-text {
    color: #03a9f4 !important;
}
.light-blue.lighten-5 {
    background-color: #e1f5fe !important;
}
.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important;
}
.light-blue.lighten-4 {
    background-color: #b3e5fc !important;
}
.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important;
}
.light-blue.lighten-3 {
    background-color: #81d4fa !important;
}
.light-blue-text.text-lighten-3 {
    color: #81d4fa !important;
}
.light-blue.lighten-2 {
    background-color: #4fc3f7 !important;
}
.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important;
}
.light-blue.lighten-1 {
    background-color: #29b6f6 !important;
}
.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important;
}
.light-blue.darken-1 {
    background-color: #039be5 !important;
}
.light-blue-text.text-darken-1 {
    color: #039be5 !important;
}
.light-blue.darken-2 {
    background-color: #0288d1 !important;
}
.light-blue-text.text-darken-2 {
    color: #0288d1 !important;
}
.light-blue.darken-3 {
    background-color: #0277bd !important;
}
.light-blue-text.text-darken-3 {
    color: #0277bd !important;
}
.light-blue.darken-4 {
    background-color: #01579b !important;
}
.light-blue-text.text-darken-4 {
    color: #01579b !important;
}
.light-blue.accent-1 {
    background-color: #80d8ff !important;
}
.light-blue-text.text-accent-1 {
    color: #80d8ff !important;
}
.light-blue.accent-2 {
    background-color: #40c4ff !important;
}
.light-blue-text.text-accent-2 {
    color: #40c4ff !important;
}
.light-blue.accent-3 {
    background-color: #00b0ff !important;
}
.light-blue-text.text-accent-3 {
    color: #00b0ff !important;
}
.light-blue.accent-4 {
    background-color: #0091ea !important;
}
.light-blue-text.text-accent-4 {
    color: #0091ea !important;
}
.cyan {
    background-color: #00bcd4 !important;
}
.cyan-text {
    color: #00bcd4 !important;
}
.cyan.lighten-5 {
    background-color: #e0f7fa !important;
}
.cyan-text.text-lighten-5 {
    color: #e0f7fa !important;
}
.cyan.lighten-4 {
    background-color: #b2ebf2 !important;
}
.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important;
}
.cyan.lighten-3 {
    background-color: #80deea !important;
}
.cyan-text.text-lighten-3 {
    color: #80deea !important;
}
.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
}
.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important;
}
.cyan.lighten-1 {
    background-color: #26c6da !important;
}
.cyan-text.text-lighten-1 {
    color: #26c6da !important;
}
.cyan.darken-1 {
    background-color: #00acc1 !important;
}
.cyan-text.text-darken-1 {
    color: #00acc1 !important;
}
.cyan.darken-2 {
    background-color: #0097a7 !important;
}
.cyan-text.text-darken-2 {
    color: #0097a7 !important;
}
.cyan.darken-3 {
    background-color: #00838f !important;
}
.cyan-text.text-darken-3 {
    color: #00838f !important;
}
.cyan.darken-4 {
    background-color: #006064 !important;
}
.cyan-text.text-darken-4 {
    color: #006064 !important;
}
.cyan.accent-1 {
    background-color: #84ffff !important;
}
.cyan-text.text-accent-1 {
    color: #84ffff !important;
}
.cyan.accent-2 {
    background-color: #18ffff !important;
}
.cyan-text.text-accent-2 {
    color: #18ffff !important;
}
.cyan.accent-3 {
    background-color: #00e5ff !important;
}
.cyan-text.text-accent-3 {
    color: #00e5ff !important;
}
.cyan.accent-4 {
    background-color: #00b8d4 !important;
}
.cyan-text.text-accent-4 {
    color: #00b8d4 !important;
}
.teal {
    background-color: #009688 !important;
}
.teal-text {
    color: #009688 !important;
}
.teal.lighten-5 {
    background-color: #e0f2f1 !important;
}
.teal-text.text-lighten-5 {
    color: #e0f2f1 !important;
}
.teal.lighten-4 {
    background-color: #b2dfdb !important;
}
.teal-text.text-lighten-4 {
    color: #b2dfdb !important;
}
.teal.lighten-3 {
    background-color: #80cbc4 !important;
}
.teal-text.text-lighten-3 {
    color: #80cbc4 !important;
}
.teal.lighten-2 {
    background-color: #4db6ac !important;
}
.teal-text.text-lighten-2 {
    color: #4db6ac !important;
}
.teal.lighten-1 {
    background-color: #26a69a !important;
}
.teal-text.text-lighten-1 {
    color: #26a69a !important;
}
.teal.darken-1 {
    background-color: #00897b !important;
}
.teal-text.text-darken-1 {
    color: #00897b !important;
}
.teal.darken-2 {
    background-color: #00796b !important;
}
.teal-text.text-darken-2 {
    color: #00796b !important;
}
.teal.darken-3 {
    background-color: #00695c !important;
}
.teal-text.text-darken-3 {
    color: #00695c !important;
}
.teal.darken-4 {
    background-color: #004d40 !important;
}
.teal-text.text-darken-4 {
    color: #004d40 !important;
}
.teal.accent-1 {
    background-color: #a7ffeb !important;
}
.teal-text.text-accent-1 {
    color: #a7ffeb !important;
}
.teal.accent-2 {
    background-color: #64ffda !important;
}
.teal-text.text-accent-2 {
    color: #64ffda !important;
}
.teal.accent-3 {
    background-color: #1de9b6 !important;
}
.teal-text.text-accent-3 {
    color: #1de9b6 !important;
}
.teal.accent-4 {
    background-color: #00bfa5 !important;
}
.teal-text.text-accent-4 {
    color: #00bfa5 !important;
}
.green {
    background-color: #4caf50 !important;
}
.green-text {
    color: #4caf50 !important;
}
.green.lighten-5 {
    background-color: #e8f5e9 !important;
}
.green-text.text-lighten-5 {
    color: #e8f5e9 !important;
}
.green.lighten-4 {
    background-color: #c8e6c9 !important;
}
.green-text.text-lighten-4 {
    color: #c8e6c9 !important;
}
.green.lighten-3 {
    background-color: #a5d6a7 !important;
}
.green-text.text-lighten-3 {
    color: #a5d6a7 !important;
}
.green.lighten-2 {
    background-color: #81c784 !important;
}
.green-text.text-lighten-2 {
    color: #81c784 !important;
}
.green.lighten-1 {
    background-color: #66bb6a !important;
}
.green-text.text-lighten-1 {
    color: #66bb6a !important;
}
.green.darken-1 {
    background-color: #43a047 !important;
}
.green-text.text-darken-1 {
    color: #43a047 !important;
}
.green.darken-2 {
    background-color: #388e3c !important;
}
.green-text.text-darken-2 {
    color: #388e3c !important;
}
.green.darken-3 {
    background-color: #2e7d32 !important;
}
.green-text.text-darken-3 {
    color: #2e7d32 !important;
}
.green.darken-4 {
    background-color: #1b5e20 !important;
}
.green-text.text-darken-4 {
    color: #1b5e20 !important;
}
.green.accent-1 {
    background-color: #b9f6ca !important;
}
.green-text.text-accent-1 {
    color: #b9f6ca !important;
}
.green.accent-2 {
    background-color: #69f0ae !important;
}
.green-text.text-accent-2 {
    color: #69f0ae !important;
}
.green.accent-3 {
    background-color: #00e676 !important;
}
.green-text.text-accent-3 {
    color: #00e676 !important;
}
.green.accent-4 {
    background-color: #00c853 !important;
}
.green-text.text-accent-4 {
    color: #00c853 !important;
}
.light-green {
    background-color: #8bc34a !important;
}
.light-green-text {
    color: #8bc34a !important;
}
.light-green.lighten-5 {
    background-color: #f1f8e9 !important;
}
.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important;
}
.light-green.lighten-4 {
    background-color: #dcedc8 !important;
}
.light-green-text.text-lighten-4 {
    color: #dcedc8 !important;
}
.light-green.lighten-3 {
    background-color: #c5e1a5 !important;
}
.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important;
}
.light-green.lighten-2 {
    background-color: #aed581 !important;
}
.light-green-text.text-lighten-2 {
    color: #aed581 !important;
}
.light-green.lighten-1 {
    background-color: #9ccc65 !important;
}
.light-green-text.text-lighten-1 {
    color: #9ccc65 !important;
}
.light-green.darken-1 {
    background-color: #7cb342 !important;
}
.light-green-text.text-darken-1 {
    color: #7cb342 !important;
}
.light-green.darken-2 {
    background-color: #689f38 !important;
}
.light-green-text.text-darken-2 {
    color: #689f38 !important;
}
.light-green.darken-3 {
    background-color: #558b2f !important;
}
.light-green-text.text-darken-3 {
    color: #558b2f !important;
}
.light-green.darken-4 {
    background-color: #33691e !important;
}
.light-green-text.text-darken-4 {
    color: #33691e !important;
}
.light-green.accent-1 {
    background-color: #ccff90 !important;
}
.light-green-text.text-accent-1 {
    color: #ccff90 !important;
}
.light-green.accent-2 {
    background-color: #b2ff59 !important;
}
.light-green-text.text-accent-2 {
    color: #b2ff59 !important;
}
.light-green.accent-3 {
    background-color: #76ff03 !important;
}
.light-green-text.text-accent-3 {
    color: #76ff03 !important;
}
.light-green.accent-4 {
    background-color: #64dd17 !important;
}
.light-green-text.text-accent-4 {
    color: #64dd17 !important;
}
.lime {
    background-color: #cddc39 !important;
}
.lime-text {
    color: #cddc39 !important;
}
.lime.lighten-5 {
    background-color: #f9fbe7 !important;
}
.lime-text.text-lighten-5 {
    color: #f9fbe7 !important;
}
.lime.lighten-4 {
    background-color: #f0f4c3 !important;
}
.lime-text.text-lighten-4 {
    color: #f0f4c3 !important;
}
.lime.lighten-3 {
    background-color: #e6ee9c !important;
}
.lime-text.text-lighten-3 {
    color: #e6ee9c !important;
}
.lime.lighten-2 {
    background-color: #dce775 !important;
}
.lime-text.text-lighten-2 {
    color: #dce775 !important;
}
.lime.lighten-1 {
    background-color: #d4e157 !important;
}
.lime-text.text-lighten-1 {
    color: #d4e157 !important;
}
.lime.darken-1 {
    background-color: #c0ca33 !important;
}
.lime-text.text-darken-1 {
    color: #c0ca33 !important;
}
.lime.darken-2 {
    background-color: #afb42b !important;
}
.lime-text.text-darken-2 {
    color: #afb42b !important;
}
.lime.darken-3 {
    background-color: #9e9d24 !important;
}
.lime-text.text-darken-3 {
    color: #9e9d24 !important;
}
.lime.darken-4 {
    background-color: #827717 !important;
}
.lime-text.text-darken-4 {
    color: #827717 !important;
}
.lime.accent-1 {
    background-color: #f4ff81 !important;
}
.lime-text.text-accent-1 {
    color: #f4ff81 !important;
}
.lime.accent-2 {
    background-color: #eeff41 !important;
}
.lime-text.text-accent-2 {
    color: #eeff41 !important;
}
.lime.accent-3 {
    background-color: #c6ff00 !important;
}
.lime-text.text-accent-3 {
    color: #c6ff00 !important;
}
.lime.accent-4 {
    background-color: #aeea00 !important;
}
.lime-text.text-accent-4 {
    color: #aeea00 !important;
}
.yellow {
    background-color: #ffeb3b !important;
}
.yellow-text {
    color: #ffeb3b !important;
}
.yellow.lighten-5 {
    background-color: #fffde7 !important;
}
.yellow-text.text-lighten-5 {
    color: #fffde7 !important;
}
.yellow.lighten-4 {
    background-color: #fff9c4 !important;
}
.yellow-text.text-lighten-4 {
    color: #fff9c4 !important;
}
.yellow.lighten-3 {
    background-color: #fff59d !important;
}
.yellow-text.text-lighten-3 {
    color: #fff59d !important;
}
.yellow.lighten-2 {
    background-color: #fff176 !important;
}
.yellow-text.text-lighten-2 {
    color: #fff176 !important;
}
.yellow.lighten-1 {
    background-color: #ffee58 !important;
}
.yellow-text.text-lighten-1 {
    color: #ffee58 !important;
}
.yellow.darken-1 {
    background-color: #fdd835 !important;
}
.yellow-text.text-darken-1 {
    color: #fdd835 !important;
}
.yellow.darken-2 {
    background-color: #fbc02d !important;
}
.yellow-text.text-darken-2 {
    color: #fbc02d !important;
}
.yellow.darken-3 {
    background-color: #f9a825 !important;
}
.yellow-text.text-darken-3 {
    color: #f9a825 !important;
}
.yellow.darken-4 {
    background-color: #f57f17 !important;
}
.yellow-text.text-darken-4 {
    color: #f57f17 !important;
}
.yellow.accent-1 {
    background-color: #ffff8d !important;
}
.yellow-text.text-accent-1 {
    color: #ffff8d !important;
}
.yellow.accent-2 {
    background-color: #ff0 !important;
}
.yellow-text.text-accent-2 {
    color: #ff0 !important;
}
.yellow.accent-3 {
    background-color: #ffea00 !important;
}
.yellow-text.text-accent-3 {
    color: #ffea00 !important;
}
.yellow.accent-4 {
    background-color: #ffd600 !important;
}
.yellow-text.text-accent-4 {
    color: #ffd600 !important;
}
.amber {
    background-color: #ffc107 !important;
}
.amber-text {
    color: #ffc107 !important;
}
.amber.lighten-5 {
    background-color: #fff8e1 !important;
}
.amber-text.text-lighten-5 {
    color: #fff8e1 !important;
}
.amber.lighten-4 {
    background-color: #ffecb3 !important;
}
.amber-text.text-lighten-4 {
    color: #ffecb3 !important;
}
.amber.lighten-3 {
    background-color: #ffe082 !important;
}
.amber-text.text-lighten-3 {
    color: #ffe082 !important;
}
.amber.lighten-2 {
    background-color: #ffd54f !important;
}
.amber-text.text-lighten-2 {
    color: #ffd54f !important;
}
.amber.lighten-1 {
    background-color: #ffca28 !important;
}
.amber-text.text-lighten-1 {
    color: #ffca28 !important;
}
.amber.darken-1 {
    background-color: #ffb300 !important;
}
.amber-text.text-darken-1 {
    color: #ffb300 !important;
}
.amber.darken-2 {
    background-color: #ffa000 !important;
}
.amber-text.text-darken-2 {
    color: #ffa000 !important;
}
.amber.darken-3 {
    background-color: #ff8f00 !important;
}
.amber-text.text-darken-3 {
    color: #ff8f00 !important;
}
.amber.darken-4 {
    background-color: #ff6f00 !important;
}
.amber-text.text-darken-4 {
    color: #ff6f00 !important;
}
.amber.accent-1 {
    background-color: #ffe57f !important;
}
.amber-text.text-accent-1 {
    color: #ffe57f !important;
}
.amber.accent-2 {
    background-color: #ffd740 !important;
}
.amber-text.text-accent-2 {
    color: #ffd740 !important;
}
.amber.accent-3 {
    background-color: #ffc400 !important;
}
.amber-text.text-accent-3 {
    color: #ffc400 !important;
}
.amber.accent-4 {
    background-color: #ffab00 !important;
}
.amber-text.text-accent-4 {
    color: #ffab00 !important;
}
.orange {
    background-color: #ff9800 !important;
}
.orange-text {
    color: #ff9800 !important;
}
.orange.lighten-5 {
    background-color: #fff3e0 !important;
}
.orange-text.text-lighten-5 {
    color: #fff3e0 !important;
}
.orange.lighten-4 {
    background-color: #ffe0b2 !important;
}
.orange-text.text-lighten-4 {
    color: #ffe0b2 !important;
}
.orange.lighten-3 {
    background-color: #ffcc80 !important;
}
.orange-text.text-lighten-3 {
    color: #ffcc80 !important;
}
.orange.lighten-2 {
    background-color: #ffb74d !important;
}
.orange-text.text-lighten-2 {
    color: #ffb74d !important;
}
.orange.lighten-1 {
    background-color: #ffa726 !important;
}
.orange-text.text-lighten-1 {
    color: #ffa726 !important;
}
.orange.darken-1 {
    background-color: #fb8c00 !important;
}
.orange-text.text-darken-1 {
    color: #fb8c00 !important;
}
.orange.darken-2 {
    background-color: #f57c00 !important;
}
.orange-text.text-darken-2 {
    color: #f57c00 !important;
}
.orange.darken-3 {
    background-color: #ef6c00 !important;
}
.orange-text.text-darken-3 {
    color: #ef6c00 !important;
}
.orange.darken-4 {
    background-color: #e65100 !important;
}
.orange-text.text-darken-4 {
    color: #e65100 !important;
}
.orange.accent-1 {
    background-color: #ffd180 !important;
}
.orange-text.text-accent-1 {
    color: #ffd180 !important;
}
.orange.accent-2 {
    background-color: #ffab40 !important;
}
.orange-text.text-accent-2 {
    color: #ffab40 !important;
}
.orange.accent-3 {
    background-color: #ff9100 !important;
}
.orange-text.text-accent-3 {
    color: #ff9100 !important;
}
.orange.accent-4 {
    background-color: #ff6d00 !important;
}
.orange-text.text-accent-4 {
    color: #ff6d00 !important;
}
.deep-orange {
    background-color: #ff5722 !important;
}
.deep-orange-text {
    color: #ff5722 !important;
}
.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important;
}
.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important;
}
.deep-orange.lighten-4 {
    background-color: #ffccbc !important;
}
.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important;
}
.deep-orange.lighten-3 {
    background-color: #ffab91 !important;
}
.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important;
}
.deep-orange.lighten-2 {
    background-color: #ff8a65 !important;
}
.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important;
}
.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
}
.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important;
}
.deep-orange.darken-1 {
    background-color: #f4511e !important;
}
.deep-orange-text.text-darken-1 {
    color: #f4511e !important;
}
.deep-orange.darken-2 {
    background-color: #e64a19 !important;
}
.deep-orange-text.text-darken-2 {
    color: #e64a19 !important;
}
.deep-orange.darken-3 {
    background-color: #d84315 !important;
}
.deep-orange-text.text-darken-3 {
    color: #d84315 !important;
}
.deep-orange.darken-4 {
    background-color: #bf360c !important;
}
.deep-orange-text.text-darken-4 {
    color: #bf360c !important;
}
.deep-orange.accent-1 {
    background-color: #ff9e80 !important;
}
.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important;
}
.deep-orange.accent-2 {
    background-color: #ff6e40 !important;
}
.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important;
}
.deep-orange.accent-3 {
    background-color: #ff3d00 !important;
}
.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important;
}
.deep-orange.accent-4 {
    background-color: #dd2c00 !important;
}
.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important;
}
.brown {
    background-color: #795548 !important;
}
.brown-text {
    color: #795548 !important;
}
.brown.lighten-5 {
    background-color: #efebe9 !important;
}
.brown-text.text-lighten-5 {
    color: #efebe9 !important;
}
.brown.lighten-4 {
    background-color: #d7ccc8 !important;
}
.brown-text.text-lighten-4 {
    color: #d7ccc8 !important;
}
.brown.lighten-3 {
    background-color: #bcaaa4 !important;
}
.brown-text.text-lighten-3 {
    color: #bcaaa4 !important;
}
.brown.lighten-2 {
    background-color: #a1887f !important;
}
.brown-text.text-lighten-2 {
    color: #a1887f !important;
}
.brown.lighten-1 {
    background-color: #8d6e63 !important;
}
.brown-text.text-lighten-1 {
    color: #8d6e63 !important;
}
.brown.darken-1 {
    background-color: #6d4c41 !important;
}
.brown-text.text-darken-1 {
    color: #6d4c41 !important;
}
.brown.darken-2 {
    background-color: #5d4037 !important;
}
.brown-text.text-darken-2 {
    color: #5d4037 !important;
}
.brown.darken-3 {
    background-color: #4e342e !important;
}
.brown-text.text-darken-3 {
    color: #4e342e !important;
}
.brown.darken-4 {
    background-color: #3e2723 !important;
}
.brown-text.text-darken-4 {
    color: #3e2723 !important;
}
.blue-grey {
    background-color: #607d8b !important;
}
.blue-grey-text {
    color: #607d8b !important;
}
.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}
.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important;
}
.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
}
.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important;
}
.blue-grey.lighten-3 {
    background-color: #b0bec5 !important;
}
.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important;
}
.blue-grey.lighten-2 {
    background-color: #90a4ae !important;
}
.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important;
}
.blue-grey.lighten-1 {
    background-color: #78909c !important;
}
.blue-grey-text.text-lighten-1 {
    color: #78909c !important;
}
.blue-grey.darken-1 {
    background-color: #546e7a !important;
}
.blue-grey-text.text-darken-1 {
    color: #546e7a !important;
}
.blue-grey.darken-2 {
    background-color: #455a64 !important;
}
.blue-grey-text.text-darken-2 {
    color: #455a64 !important;
}
.blue-grey.darken-3 {
    background-color: #37474f !important;
}
.blue-grey-text.text-darken-3 {
    color: #37474f !important;
}
.blue-grey.darken-4 {
    background-color: #263238 !important;
}
.blue-grey-text.text-darken-4 {
    color: #263238 !important;
}
.grey {
    background-color: #9e9e9e !important;
}
.grey-text {
    color: #9e9e9e !important;
}
.grey.lighten-5 {
    background-color: #fafafa !important;
}
.grey-text.text-lighten-5 {
    color: #fafafa !important;
}
.grey.lighten-4 {
    background-color: #f5f5f5 !important;
}
.grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
}
.grey.lighten-3 {
    background-color: #eee !important;
}
.grey-text.text-lighten-3 {
    color: #eee !important;
}
.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}
.grey-text.text-lighten-2 {
    color: #e0e0e0 !important;
}
.grey.lighten-1 {
    background-color: #bdbdbd !important;
}
.grey-text.text-lighten-1 {
    color: #bdbdbd !important;
}
.grey.darken-1 {
    background-color: #757575 !important;
}
.grey-text.text-darken-1 {
    color: #757575 !important;
}
.grey.darken-2 {
    background-color: #616161 !important;
}
.grey-text.text-darken-2 {
    color: #616161 !important;
}
.grey.darken-3 {
    background-color: #424242 !important;
}
.grey-text.text-darken-3 {
    color: #424242 !important;
}
.grey.darken-4 {
    background-color: #212121 !important;
}
.grey-text.text-darken-4 {
    color: #212121 !important;
}
.black {
    background-color: #000 !important;
}
.black-text {
    color: #000 !important;
}
.white {
    background-color: #fff !important;
}
.white-text {
    color: #fff !important;
}
.transparent {
    background-color: transparent !important;
}
.transparent-text {
    color: transparent !important;
} /*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/*
html {
    -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 {
    background-color: transparent;
    -webkit-tap-highlight-color: transparent;
    text-decoration: 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;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    box-sizing: content-box;
    height: 0;
}
pre {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
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;
}
fieldset {
    border: 1px solid silver;
}
legend {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    display: table;
}
*,
:after,
:before {
    box-sizing: inherit;
}
*/
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}
ul:not(.browser-default) > li {
    list-style-type: none;
}
.valign-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.clearfix {
    clear: both;
}
.z-depth-0 {
    box-shadow: none !important;
}
.btn,
.btn-floating,
.btn-large,
.card,
.card-panel,
.collapsible,
.dropdown-content,
.side-nav,
.toast,
.z-depth-1,
nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}
.btn-floating:hover,
.btn-large:hover,
.btn:hover,
.z-depth-1-half {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}
.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}
.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}
.modal, 
.z-depth-4 {
    /* box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3); */
}
.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.hoverable {
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
}
.hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.divider {
    height: 1px;
    overflow: hidden;
}
blockquote {
    margin: 20px 0;
    padding-left: 1.5rem;
    border-left: 5px solid #ee6e73;
}
i {
    line-height: inherit;
}
i.left {
    float: left;
    margin-right: 15px;
}
i.right {
    float: right;
    margin-left: 15px;
}
i.tiny {
    font-size: 1rem;
}
i.small {
    font-size: 2rem;
}
i.medium {
    font-size: 4rem;
}
i.large {
    font-size: 6rem;
}
img.responsive-img,
video.responsive-video {
    max-width: 100%;
    height: auto;
}
.pagination li {
    display: inline-block;
    border-radius: 2px;
    text-align: center;
    vertical-align: top;
    height: 30px;
}
.pagination li a {
    display: inline-block;
    font-size: 1.2rem;
    padding: 0 10px;
    line-height: 30px;
}
.pagination li.active a {
    color: #fff;
}
.pagination li.disabled a {
    cursor: default;
    color: #999;
}
.pagination li i {
    font-size: 2rem;
}
.pagination li.pages ul li {
    display: inline-block;
    float: none;
}
.breadcrumb {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.7);
}
.breadcrumb [class*="mdi-"],
.breadcrumb [class^="mdi-"],
.breadcrumb i,
.breadcrumb i.material-icons {
    display: inline-block;
    float: left;
    font-size: 24px;
}
.breadcrumb:before {
    content: "\E5CC";
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    display: inline-block;
    font-family: "Material Icons";
    font-weight: 400;
    font-style: normal;
    font-size: 25px;
    margin: 0 10px 0 8px;
    -webkit-font-smoothing: antialiased;
}
.breadcrumb:first-child:before {
    display: none;
}
.breadcrumb:last-child {
    color: #fff;
}
.parallax-container {
    position: relative;
    overflow: hidden;
    height: 500px;
}
.parallax-container .parallax {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}
.parallax-container .parallax img {
    display: none;
    position: absolute;
    left: 50%;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pin-bottom,
.pin-top {
    position: relative;
}
.pinned {
    position: fixed !important;
}
ul.staggered-list li {
    opacity: 0;
}
.fade-in {
    opacity: 0;
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
@media only screen and (max-width: 600px) {
    .hide-on-small-and-down,
    .hide-on-small-only {
        display: none !important;
    }
}
@media only screen and (max-width: 992px) {
    .pagination {
        width: 100%;
    }
    .pagination li.next,
    .pagination li.prev {
        width: 10%;
    }
    .pagination li.pages {
        width: 80%;
        overflow: hidden;
        white-space: nowrap;
    }
    .hide-on-med-and-down {
        display: none !important;
    }
}
@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}
@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
    .show-on-large {
        display: block !important;
    }
}
@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}
@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}
@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }
    .center-on-small-only {
        text-align: center;
    }
    #toast-container {
        min-width: 100%;
        bottom: 0;
    }
}
.page-footer .footer-copyright {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    color: rgba(255, 255, 255, 0.8);
}
table,
td,
th {
    border: none;
}
table.bordered > tbody > tr,
table.bordered > thead > tr {
    border-bottom: 1px solid #d0d0d0;
}
table.striped > tbody > tr:nth-child(odd) {
    background-color: #f2f2f2;
}
table.striped > tbody > tr > td {
    border-radius: 0;
}
table.highlight > tbody > tr {
    -webkit-transition: background-color 0.25s;
    transition: background-color 0.25s ease;
}
table.highlight > tbody > tr:hover {
    background-color: #f2f2f2;
}
table.centered tbody tr td,
table.centered thead tr th {
    text-align: center;
}
thead {
    border-bottom: 1px solid #d0d0d0;
}
td,
th {
    padding: 15px 5px;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    border-radius: 2px;
}
@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
    table.responsive-table {
        width: 100%;
        border-collapse: collapse;
        border-spacing: 0;
        display: block;
        position: relative;
    }
    table.responsive-table td:empty:before {
        content: "\00a0";
    }
    table.responsive-table td,
    table.responsive-table th {
        margin: 0;
        vertical-align: top;
    }
    table.responsive-table thead {
        display: block;
        float: left;
        border: 0;
        border-right: 1px solid #d0d0d0;
    }
    table.responsive-table thead tr {
        display: block;
        padding: 0 10px 0 0;
    }
    table.responsive-table thead tr th::before {
        content: "\00a0";
    }
    table.responsive-table tbody {
        display: block;
        width: auto;
        position: relative;
        overflow-x: auto;
        white-space: nowrap;
    }
    table.responsive-table tbody tr {
        display: inline-block;
        vertical-align: top;
    }
    table.responsive-table th {
        display: block;
        text-align: right;
    }
    table.responsive-table td {
        display: block;
        min-height: 1.25em;
        text-align: left;
    }
    table.responsive-table tr {
        padding: 0 10px;
    }
    table.responsive-table.bordered th {
        border-bottom: 0;
        border-left: 0;
    }
    table.responsive-table.bordered td {
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }
    table.responsive-table.bordered tr {
        border: 0;
    }
    table.responsive-table.bordered tbody tr {
        border-right: 1px solid #d0d0d0;
    }
}
.collection {
    margin: 0.5rem 0 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    overflow: hidden;
    position: relative;
}
.collection .collection-item {
    background-color: #fff;
    line-height: 1.5rem;
    padding: 10px 20px;
    margin: 0;
    border-bottom: 1px solid #e0e0e0;
}
.collection .collection-item.avatar {
    min-height: 84px;
    padding-left: 72px;
    position: relative;
}
.collection .collection-item.avatar :not(.circle-clipper) > .circle,
.collection .collection-item.avatar:not(.circle-clipper) > .circle {
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
}
.collection .collection-item.avatar i.circle {
    font-size: 18px;
    line-height: 42px;
    color: #fff;
    background-color: #999;
    text-align: center;
}
.collection .collection-item.avatar .title {
    font-size: 16px;
}
.collection .collection-item.avatar p {
    margin: 0;
}
.collection .collection-item.avatar .secondary-content {
    position: absolute;
    top: 16px;
    right: 16px;
}
.collection .collection-item:last-child {
    border-bottom: none;
}
.collection .collection-item.active {
    background-color: #26a69a;
    color: #eafaf9;
}
.collection .collection-item.active .secondary-content {
    color: #fff;
}
.collection a.collection-item {
    display: block;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    color: #26a69a;
}
.collection a.collection-item:not(.active):hover {
    background-color: #ddd;
}
.collection.with-header .collection-header {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}
.collection.with-header .collection-item.avatar {
    padding-left: 72px;
}
.secondary-content {
    float: right;
    color: #26a69a;
}
.collapsible .collection {
    margin: 0;
    border: none;
}
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.video-container embed,
.video-container iframe,
.video-container object {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    border-radius: 2px;
    overflow: hidden;
}
.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width 0.3s linear;
    transition: width 0.3s linear;
}
.progress .indeterminate:before {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite indeterminate;
    animation: 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite indeterminate;
}
.progress .indeterminate:after {
    content: "";
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite indeterminate-short;
    animation: 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite indeterminate-short;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}
@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}
@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    100%,
    60% {
        left: 100%;
        right: -90%;
    }
}
@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}
@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    100%,
    60% {
        left: 107%;
        right: -8%;
    }
}
*/
.hide {
    display: none !important;
}
.left-align {
    text-align: left;
}
.right-align {
    text-align: right;
}
.center,
.center-align {
    text-align: center;
}
.left {
    float: left !important;
}
.right {
    float: right !important;
}
.no-select,
input[type="range"],
input[type="range"] + .thumb {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.circle {
    border-radius: 50%;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.truncate {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*
span.badge {
    min-width: 3rem;
    padding: 0 6px;
    margin-left: 14px;
    text-align: center;
    font-size: 1rem;
    line-height: 22px;
    height: 22px;
    color: #757575;
    float: right;
    box-sizing: border-box;
}
span.badge.new {
    font-weight: 300;
    font-size: 0.8rem;
    color: #fff;
    background-color: #26a69a;
    border-radius: 2px;
}
span.badge.new:after {
    content: " new";
}
span.badge[data-badge-caption]::after {
    content: " " attr(data-badge-caption);
}
nav ul a span.badge {
    display: inline-block;
    float: none;
    margin-left: 4px;
    line-height: 22px;
    height: 22px;
    -webkit-font-smoothing: auto;
}
.collection-item span.badge {
    margin-top: calc(0.75rem - 11px);
}
.collapsible span.badge {
    margin-left: auto;
}
.side-nav span.badge {
    margin-top: calc(24px - 11px);
}
*/
.material-icons {
    text-rendering: optimizeLegibility;
    font-feature-settings: "liga";
}
.container {
    margin: 0 auto;
    max-width: 1280px;
    width: 90%;
}
.container .row {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
}
/*
.section {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
*/
.section.no-pad {
    padding: 0;
}
.section.no-pad-bot {
    padding-bottom: 0;
}
.section.no-pad-top {
    padding-top: 0;
}
.row {
    margin-left: auto;
    margin-right: auto;
}
.row:after {
    content: "";
    display: table;
    clear: both;
}
.row .col {
    float: left;
    box-sizing: border-box;
    padding: 0 0.75rem;
    min-height: 1px;
}
.row .col[class*="pull-"],
.row .col[class*="push-"] {
    position: relative;
}
.row .col.s1 {
    width: 8.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s2 {
    width: 16.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s3 {
    width: 25%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s4 {
    width: 33.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s5 {
    width: 41.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s6 {
    width: 50%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s7 {
    width: 58.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s8 {
    width: 66.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s9 {
    width: 75%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s10 {
    width: 83.3333333333%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s11 {
    width: 91.6666666667%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s12 {
    width: 100%;
    margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.offset-s1 {
    margin-left: 8.3333333333%;
}
.row .col.pull-s1 {
    right: 8.3333333333%;
}
.row .col.push-s1 {
    left: 8.3333333333%;
}
.row .col.offset-s2 {
    margin-left: 16.6666666667%;
}
.row .col.pull-s2 {
    right: 16.6666666667%;
}
.row .col.push-s2 {
    left: 16.6666666667%;
}
.row .col.offset-s3 {
    margin-left: 25%;
}
.row .col.pull-s3 {
    right: 25%;
}
.row .col.push-s3 {
    left: 25%;
}
.row .col.offset-s4 {
    margin-left: 33.3333333333%;
}
.row .col.pull-s4 {
    right: 33.3333333333%;
}
.row .col.push-s4 {
    left: 33.3333333333%;
}
.row .col.offset-s5 {
    margin-left: 41.6666666667%;
}
.row .col.pull-s5 {
    right: 41.6666666667%;
}
.row .col.push-s5 {
    left: 41.6666666667%;
}
.row .col.offset-s6 {
    margin-left: 50%;
}
.row .col.pull-s6 {
    right: 50%;
}
.row .col.push-s6 {
    left: 50%;
}
.row .col.offset-s7 {
    margin-left: 58.3333333333%;
}
.row .col.pull-s7 {
    right: 58.3333333333%;
}
.row .col.push-s7 {
    left: 58.3333333333%;
}
.row .col.offset-s8 {
    margin-left: 66.6666666667%;
}
.row .col.pull-s8 {
    right: 66.6666666667%;
}
.row .col.push-s8 {
    left: 66.6666666667%;
}
.row .col.offset-s9 {
    margin-left: 75%;
}
.row .col.pull-s9 {
    right: 75%;
}
.row .col.push-s9 {
    left: 75%;
}
.row .col.offset-s10 {
    margin-left: 83.3333333333%;
}
.row .col.pull-s10 {
    right: 83.3333333333%;
}
.row .col.push-s10 {
    left: 83.3333333333%;
}
.row .col.offset-s11 {
    margin-left: 91.6666666667%;
}
.row .col.pull-s11 {
    right: 91.6666666667%;
}
.row .col.push-s11 {
    left: 91.6666666667%;
}
.row .col.offset-s12 {
    margin-left: 100%;
}
.row .col.pull-s12 {
    right: 100%;
}
.row .col.push-s12 {
    left: 100%;
}
@media only screen and (min-width: 601px) {
    .container {
        width: 85%;
    }
    .row .col.m1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.m12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.offset-m1 {
        margin-left: 8.3333333333%;
    }
    .row .col.pull-m1 {
        right: 8.3333333333%;
    }
    .row .col.push-m1 {
        left: 8.3333333333%;
    }
    .row .col.offset-m2 {
        margin-left: 16.6666666667%;
    }
    .row .col.pull-m2 {
        right: 16.6666666667%;
    }
    .row .col.push-m2 {
        left: 16.6666666667%;
    }
    .row .col.offset-m3 {
        margin-left: 25%;
    }
    .row .col.pull-m3 {
        right: 25%;
    }
    .row .col.push-m3 {
        left: 25%;
    }
    .row .col.offset-m4 {
        margin-left: 33.3333333333%;
    }
    .row .col.pull-m4 {
        right: 33.3333333333%;
    }
    .row .col.push-m4 {
        left: 33.3333333333%;
    }
    .row .col.offset-m5 {
        margin-left: 41.6666666667%;
    }
    .row .col.pull-m5 {
        right: 41.6666666667%;
    }
    .row .col.push-m5 {
        left: 41.6666666667%;
    }
    .row .col.offset-m6 {
        margin-left: 50%;
    }
    .row .col.pull-m6 {
        right: 50%;
    }
    .row .col.push-m6 {
        left: 50%;
    }
    .row .col.offset-m7 {
        margin-left: 58.3333333333%;
    }
    .row .col.pull-m7 {
        right: 58.3333333333%;
    }
    .row .col.push-m7 {
        left: 58.3333333333%;
    }
    .row .col.offset-m8 {
        margin-left: 66.6666666667%;
    }
    .row .col.pull-m8 {
        right: 66.6666666667%;
    }
    .row .col.push-m8 {
        left: 66.6666666667%;
    }
    .row .col.offset-m9 {
        margin-left: 75%;
    }
    .row .col.pull-m9 {
        right: 75%;
    }
    .row .col.push-m9 {
        left: 75%;
    }
    .row .col.offset-m10 {
        margin-left: 83.3333333333%;
    }
    .row .col.pull-m10 {
        right: 83.3333333333%;
    }
    .row .col.push-m10 {
        left: 83.3333333333%;
    }
    .row .col.offset-m11 {
        margin-left: 91.6666666667%;
    }
    .row .col.pull-m11 {
        right: 91.6666666667%;
    }
    .row .col.push-m11 {
        left: 91.6666666667%;
    }
    .row .col.offset-m12 {
        margin-left: 100%;
    }
    .row .col.pull-m12 {
        right: 100%;
    }
    .row .col.push-m12 {
        left: 100%;
    }
}
@media only screen and (min-width: 993px) {
    .container {
        width: 70%;
    }
    .row .col.l1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.l12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.offset-l1 {
        margin-left: 8.3333333333%;
    }
    .row .col.pull-l1 {
        right: 8.3333333333%;
    }
    .row .col.push-l1 {
        left: 8.3333333333%;
    }
    .row .col.offset-l2 {
        margin-left: 16.6666666667%;
    }
    .row .col.pull-l2 {
        right: 16.6666666667%;
    }
    .row .col.push-l2 {
        left: 16.6666666667%;
    }
    .row .col.offset-l3 {
        margin-left: 25%;
    }
    .row .col.pull-l3 {
        right: 25%;
    }
    .row .col.push-l3 {
        left: 25%;
    }
    .row .col.offset-l4 {
        margin-left: 33.3333333333%;
    }
    .row .col.pull-l4 {
        right: 33.3333333333%;
    }
    .row .col.push-l4 {
        left: 33.3333333333%;
    }
    .row .col.offset-l5 {
        margin-left: 41.6666666667%;
    }
    .row .col.pull-l5 {
        right: 41.6666666667%;
    }
    .row .col.push-l5 {
        left: 41.6666666667%;
    }
    .row .col.offset-l6 {
        margin-left: 50%;
    }
    .row .col.pull-l6 {
        right: 50%;
    }
    .row .col.push-l6 {
        left: 50%;
    }
    .row .col.offset-l7 {
        margin-left: 58.3333333333%;
    }
    .row .col.pull-l7 {
        right: 58.3333333333%;
    }
    .row .col.push-l7 {
        left: 58.3333333333%;
    }
    .row .col.offset-l8 {
        margin-left: 66.6666666667%;
    }
    .row .col.pull-l8 {
        right: 66.6666666667%;
    }
    .row .col.push-l8 {
        left: 66.6666666667%;
    }
    .row .col.offset-l9 {
        margin-left: 75%;
    }
    .row .col.pull-l9 {
        right: 75%;
    }
    .row .col.push-l9 {
        left: 75%;
    }
    .row .col.offset-l10 {
        margin-left: 83.3333333333%;
    }
    .row .col.pull-l10 {
        right: 83.3333333333%;
    }
    .row .col.push-l10 {
        left: 83.3333333333%;
    }
    .row .col.offset-l11 {
        margin-left: 91.6666666667%;
    }
    .row .col.pull-l11 {
        right: 91.6666666667%;
    }
    .row .col.push-l11 {
        left: 91.6666666667%;
    }
    .row .col.offset-l12 {
        margin-left: 100%;
    }
    .row .col.pull-l12 {
        right: 100%;
    }
    .row .col.push-l12 {
        left: 100%;
    }
}
@media only screen and (min-width: 1201px) {
    .row .col.xl1 {
        width: 8.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl2 {
        width: 16.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl3 {
        width: 25%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl4 {
        width: 33.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl5 {
        width: 41.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl6 {
        width: 50%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl7 {
        width: 58.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl8 {
        width: 66.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl9 {
        width: 75%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl10 {
        width: 83.3333333333%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl11 {
        width: 91.6666666667%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.xl12 {
        width: 100%;
        margin-left: auto;
        left: auto;
        right: auto;
    }
    .row .col.offset-xl1 {
        margin-left: 8.3333333333%;
    }
    .row .col.pull-xl1 {
        right: 8.3333333333%;
    }
    .row .col.push-xl1 {
        left: 8.3333333333%;
    }
    .row .col.offset-xl2 {
        margin-left: 16.6666666667%;
    }
    .row .col.pull-xl2 {
        right: 16.6666666667%;
    }
    .row .col.push-xl2 {
        left: 16.6666666667%;
    }
    .row .col.offset-xl3 {
        margin-left: 25%;
    }
    .row .col.pull-xl3 {
        right: 25%;
    }
    .row .col.push-xl3 {
        left: 25%;
    }
    .row .col.offset-xl4 {
        margin-left: 33.3333333333%;
    }
    .row .col.pull-xl4 {
        right: 33.3333333333%;
    }
    .row .col.push-xl4 {
        left: 33.3333333333%;
    }
    .row .col.offset-xl5 {
        margin-left: 41.6666666667%;
    }
    .row .col.pull-xl5 {
        right: 41.6666666667%;
    }
    .row .col.push-xl5 {
        left: 41.6666666667%;
    }
    .row .col.offset-xl6 {
        margin-left: 50%;
    }
    .row .col.pull-xl6 {
        right: 50%;
    }
    .row .col.push-xl6 {
        left: 50%;
    }
    .row .col.offset-xl7 {
        margin-left: 58.3333333333%;
    }
    .row .col.pull-xl7 {
        right: 58.3333333333%;
    }
    .row .col.push-xl7 {
        left: 58.3333333333%;
    }
    .row .col.offset-xl8 {
        margin-left: 66.6666666667%;
    }
    .row .col.pull-xl8 {
        right: 66.6666666667%;
    }
    .row .col.push-xl8 {
        left: 66.6666666667%;
    }
    .row .col.offset-xl9 {
        margin-left: 75%;
    }
    .row .col.pull-xl9 {
        right: 75%;
    }
    .row .col.push-xl9 {
        left: 75%;
    }
    .row .col.offset-xl10 {
        margin-left: 83.3333333333%;
    }
    .row .col.pull-xl10 {
        right: 83.3333333333%;
    }
    .row .col.push-xl10 {
        left: 83.3333333333%;
    }
    .row .col.offset-xl11 {
        margin-left: 91.6666666667%;
    }
    .row .col.pull-xl11 {
        right: 91.6666666667%;
    }
    .row .col.push-xl11 {
        left: 91.6666666667%;
    }
    .row .col.offset-xl12 {
        margin-left: 100%;
    }
    .row .col.pull-xl12 {
        right: 100%;
    }
    .row .col.push-xl12 {
        left: 100%;
    }
}
nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px;
}
nav.nav-extended {
    height: auto;
}
nav.nav-extended .nav-wrapper {
    min-height: 56px;
    height: auto;
}
nav.nav-extended .nav-content {
    position: relative;
    line-height: normal;
}
nav a {
    color: #fff;
}
nav [class*="mdi-"],
nav [class^="mdi-"],
nav i,
nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}
nav .nav-wrapper {
    position: relative;
    height: 100%;
}
nav .button-collapse {
    float: left;
    position: relative;
    z-index: 1;
    height: 56px;
    margin: 0 18px;
}
nav .button-collapse i {
    height: 56px;
    line-height: 56px;
}
nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 2.1rem;
    padding: 0;
}
nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
@media only screen and (max-width: 992px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav .brand-logo.left,
    nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    nav .brand-logo.left {
        left: 0.5rem;
    }
    nav .brand-logo.right {
        right: 0.5rem;
        left: auto;
    }
}
nav .brand-logo.right {
    right: 0.5rem;
    padding: 0;
}
nav .brand-logo [class*="mdi-"],
nav .brand-logo [class^="mdi-"],
nav .brand-logo i,
nav .brand-logo i.material-icons {
    float: left;
    margin-right: 15px;
}
nav .nav-title {
    display: inline-block;
    font-size: 32px;
    padding: 28px 0;
}
nav ul {
    margin: 0;
}
nav ul li {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    float: left;
    padding: 0;
}
nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1);
}
nav ul a {
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    font-size: 1rem;
    color: #fff;
    display: block;
    padding: 0 15px;
    cursor: pointer;
}
nav ul a.btn,
nav ul a.btn-flat,
nav ul a.btn-floating,
nav ul a.btn-large {
    margin-top: -2px;
    margin-left: 15px;
    margin-right: 15px;
}
nav ul a.btn-flat > .material-icons,
nav ul a.btn-floating > .material-icons,
nav ul a.btn-large > .material-icons,
nav ul a.btn > .material-icons {
    height: inherit;
    line-height: inherit;
}
nav ul a:hover {
    background-color: rgba(0, 0, 0, 0.1);
}
nav ul.left {
    float: left;
}
nav form {
    height: 100%;
}
nav .input-field {
    margin: 0;
    height: 100%;
}
nav .input-field input {
    height: 100%;
    font-size: 1.2rem;
    border: none;
    padding-left: 2rem;
}
nav .input-field input:focus,
nav .input-field input[type="date"]:valid,
nav .input-field input[type="email"]:valid,
nav .input-field input[type="password"]:valid,
nav .input-field input[type="text"]:valid,
nav .input-field input[type="url"]:valid {
    border: none;
    box-shadow: none;
}
nav .input-field label {
    top: 0;
    left: 0;
}
nav .input-field label i {
    color: rgba(255, 255, 255, 0.7);
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}
nav .input-field label.active i {
    color: #fff;
}
.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997;
}
.navbar-fixed nav {
    position: fixed;
}
@media only screen and (min-width: 601px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px;
    }
    nav,
    nav .nav-wrapper i,
    nav a.button-collapse,
    nav a.button-collapse i {
        height: 64px;
        line-height: 64px;
    }
    .navbar-fixed {
        height: 64px;
    }
}
/*
@font-face {
    font-family: Roboto;
    src: local(Roboto Thin), url(Roboto-Thin.1f35e6a11d27d2e10d28.woff2) format("woff2"), url(Roboto-Thin.44b78f142603eb69f593.woff) format("woff");
    font-weight: 100;
}
@font-face {
    font-family: Roboto;
    src: local(Roboto Light), url(Roboto-Light.3c37aa69cd77e6a53a06.woff2) format("woff2"), url(Roboto-Light.ea36cd9a0e9eee97012a.woff) format("woff");
    font-weight: 300;
}
@font-face {
    font-family: Roboto;
    src: local(Roboto Regular), url(Roboto-Regular.5136cbe62a63604402f2.woff2) format("woff2"), url(Roboto-Regular.3cf6adf61054c328b1b0.woff) format("woff");
    font-weight: 400;
}
@font-face {
    font-family: Roboto;
    src: local(Roboto Medium), url(Roboto-Medium.1561b424aaef2f704bbd.woff2) format("woff2"), url(Roboto-Medium.cf4d60bc0b1d4b231408.woff) format("woff");
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: local(Roboto Bold), url(Roboto-Bold.c0f1e4a4fdfb8048c72e.woff2) format("woff2"), url(Roboto-Bold.eed9aab5449cc9c8430d.woff) format("woff");
    font-weight: 700;
}

html {
    box-sizing: border-box;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.87);
}
@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}
@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    font-weight: inherit;
}
h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem;
}
h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem;
}
h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem;
}
h4 {
    font-size: 2.28rem;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem;
}
h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem;
}
h6 {
    font-size: 1rem;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem;
}
em {
    font-style: italic;
}
strong {
    font-weight: 500;
}
small {
    font-size: 75%;
}
.light,
.page-footer .footer-copyright {
    font-weight: 300;
}
.thin {
    font-weight: 200;
}
*/
.flow-text {
    font-weight: 300;
}
@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}
@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem;
    }
}
@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem;
    }
}
@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem;
    }
}
@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem;
    }
}
@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem;
    }
}
@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem;
    }
}
@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem;
    }
}
@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem;
    }
}
@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem;
    }
}
@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem;
    }
}
@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem;
    }
}
@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem;
    }
}
@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem;
    }
}
@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem;
    }
}
@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem;
    }
}
@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem;
    }
}
@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem;
    }
}
@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem;
    }
}
@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem;
    }
}
@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem;
    }
}
@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}
.scale-transition {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
    transition: -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
    transition: transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63), -webkit-transform 0.3s cubic-bezier(0.53, 0.01, 0.36, 1.63) !important;
}
.scale-transition.scale-out {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.2s !important;
    transition: -webkit-transform 0.2s !important;
    transition: transform 0.2s !important;
    transition: transform 0.2s, -webkit-transform 0.2s !important;
}
.scale-transition.scale-in {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.card-panel {
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    padding: 24px;
    margin: 0.5rem 0 1rem;
    border-radius: 2px;
    background-color: #fff;
}
.card {
    position: relative;
    /* margin: 0.5rem 0 1rem; */
    background-color: #fff;
    -webkit-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    border-radius: 2px;
}
.card .card-title {
    font-size: 24px;
    font-weight: 300;
}
.card .card-title.activator {
    cursor: pointer;
}
.card.large,
.card.medium,
.card.small {
    position: relative;
}
.card.large .card-image,
.card.medium .card-image,
.card.small .card-image {
    max-height: 60%;
    overflow: hidden;
}
.card.large .card-image + .card-content,
.card.medium .card-image + .card-content,
.card.small .card-image + .card-content {
    max-height: 40%;
}
.card.large .card-content,
.card.medium .card-content,
.card.small .card-content {
    max-height: 100%;
    overflow: hidden;
}
.card.large .card-action,
.card.medium .card-action,
.card.small .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.card.small {
    height: 300px;
}
.card.medium {
    height: 400px;
}
.card.large {
    height: 500px;
}
.card.horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.card.horizontal.large .card-image,
.card.horizontal.medium .card-image,
.card.horizontal.small .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
}
.card.horizontal.large .card-image img,
.card.horizontal.medium .card-image img,
.card.horizontal.small .card-image img {
    height: 100%;
}
.card.horizontal .card-image {
    max-width: 50%;
}
.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
}
.card.horizontal .card-stacked {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    position: relative;
}
.card.horizontal .card-stacked .card-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.card.sticky-action .card-action {
    z-index: 2;
}
.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px;
}
.card .card-image {
    position: relative;
}
.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}
.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
}
.card .card-content {
    padding: 24px;
    border-radius: 0 0 2px 2px;
}
.card .card-content p {
    margin: 0;
    color: inherit;
}
.card .card-content .card-title {
    display: block;
    line-height: 32px;
    margin-bottom: 8px;
}
.card .card-content .card-title i {
    line-height: 32px;
}
.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
}
.card .card-action:last-child {
    border-radius: 0 0 2px 2px;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -webkit-transition: color 0.3s;
    transition: color 0.3s ease;
    text-transform: uppercase;
}
.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6;
}
.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}
.card .card-reveal .card-title {
    cursor: pointer;
    display: block;
}
#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}
@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}
@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
    }
    nav a.button-collapse {
        display: block;
    }
}
.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-all;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: default;
}
.toast .toast-action {
    color: #eeff41;
    font-weight: 500;
    margin-right: -25px;
    margin-left: 3rem;
}
.toast.rounded {
    border-radius: 24px;
}
@media only screen and (max-width: 600px) {
    .toast {
        width: 100%;
        border-radius: 0;
    }
}
.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    margin: 0 auto;
    white-space: nowrap;
}
.tabs.tabs-transparent {
    background-color: transparent;
}
.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.tabs.tabs-transparent .tab a.active,
.tabs.tabs-transparent .tab a:hover {
    color: #fff;
}
.tabs.tabs-transparent .indicator {
    background-color: #fff;
}
.tabs.tabs-fixed-width {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.tabs.tabs-fixed-width .tab {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.tabs .tab a {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color 0.28s;
    transition: color 0.28s ease;
}
.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: rgba(238, 110, 115, 0.7);
    cursor: default;
}
.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    will-change: left, right;
}
@media only screen and (max-width: 992px) {
    .tabs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .tabs .tab {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .tabs .tab a {
        padding: 0 12px;
    }
}
.material-tooltip {
    padding: 10px 8px;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
}
.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    visibility: hidden;
}
/*
.btn,
.btn-flat,
.btn-large {
    border: none;
    border-radius: 2px;
    display: inline-block;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
}
.btn-flat.disabled,
.btn-flat:disabled,
.btn-flat[disabled],
.btn-floating.disabled,
.btn-floating:disabled,
.btn-floating[disabled],
.btn-large.disabled,
.btn-large:disabled,
.btn-large[disabled],
.btn.disabled,
.btn:disabled,
.btn[disabled],
.disabled.btn-large,
[disabled].btn-large {
    pointer-events: none;
    background-color: #dfdfdf !important;
    box-shadow: none;
    color: #9f9f9f !important;
    cursor: default;
}
.btn-flat.disabled:hover,
.btn-flat:disabled:hover,
.btn-flat[disabled]:hover,
.btn-floating.disabled:hover,
.btn-floating:disabled:hover,
.btn-floating[disabled]:hover,
.btn-large.disabled:hover,
.btn-large:disabled:hover,
.btn-large[disabled]:hover,
.btn.disabled:hover,
.btn:disabled:hover,
.btn[disabled]:hover,
.disabled.btn-large:hover,
[disabled].btn-large:hover {
    background-color: #dfdfdf !important;
    color: #9f9f9f !important;
}
.btn,
.btn-flat,
.btn-floating,
.btn-large {
    font-size: 1rem;
    outline: 0;
}
.btn i,
.btn-flat i,
.btn-floating i,
.btn-large i {
    font-size: 1.3rem;
    line-height: inherit;
}
.btn-floating:focus,
.btn-large:focus,
.btn:focus {
    background-color: #1d7d74;
}
.btn,
.btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: 0.5px;
    -webkit-transition: 0.2s ease-out;
    transition: 0.2s ease-out;
    cursor: pointer;
}
.btn-large:hover,
.btn:hover {
    background-color: #2bbbad;
}
.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
    vertical-align: middle;
}
.btn-floating:hover {
    background-color: #26a69a;
}
.btn-floating:before {
    border-radius: 0;
}
.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}
.btn-floating.btn-large.halfway-fab {
    bottom: -28px;
}
.btn-floating.btn-large i {
    line-height: 56px;
}
.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: -20px;
}
.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px;
}
.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}
button.btn-floating {
    border: none;
}
.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 23px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 997;
}
.fixed-action-btn.active ul {
    visibility: visible;
}
.fixed-action-btn.horizontal {
    padding: 0 0 0 15px;
}
.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
}
.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0;
}
.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
}
.fixed-action-btn.toolbar.active > a i {
    opacity: 0;
}
.fixed-action-btn.toolbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    bottom: 0;
    z-index: 1;
}
.fixed-action-btn.toolbar ul li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    transition: none;
}
.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
}
.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}
.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}
.fixed-action-btn ul li {
    margin-bottom: 15px;
}
.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}
.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
.btn-flat {
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.btn-flat:focus,
.btn-flat:hover {
    box-shadow: none;
}
.btn-flat:focus {
    background-color: rgba(0, 0, 0, 0.1);
}
.btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b2b2 !important;
    cursor: default;
}
.btn-large {
    height: 54px;
    line-height: 54px;
}
.btn-large i {
    font-size: 1.6rem;
}
.btn-block {
    display: block;
}
*/
.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    will-change: width, height;
}
.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}
.dropdown-content li.active,
.dropdown-content li.selected,
.dropdown-content li:hover {
    background-color: #eee;
}
.dropdown-content li.active.selected {
    background-color: #e1e1e1;
}
.dropdown-content li.divider {
    min-height: 0;
    height: 1px;
}
.dropdown-content li > a,
.dropdown-content li > span {
    font-size: 16px;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.dropdown-content li > span > label {
    top: 1px;
    left: 0;
    height: 18px;
}
.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px;
}
.input-field.col .dropdown-content [type="checkbox"] + label {
    top: 1px;
    left: 0;
    height: 18px;
} 
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
}
.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: opacity 0.7s ease-out, -webkit-transform 0.7s ease-out;
    transition: all 0.7s ease-out;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}
.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}
.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}
.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}
.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}
.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}
.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}
.waves-effect input[type="button"],
.waves-effect input[type="reset"],
.waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: 0 0;
}
.waves-effect img {
    position: relative;
    z-index: -1;
}
.waves-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}
.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}
.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}
.waves-block {
    display: block;
}
.waves-effect .waves-ripple {
    z-index: -1;
}
.modal {
    /* display: none; */
    /* position: fixed; */
    /* left: 0; */
    /* right: 0; */
    /* background-color: #fafafa; */
    /* padding: 0; */
    /* max-height: 70%; */
    /* margin: auto; */
    /* overflow-y: auto; */
    /* border-radius: 2px; */
    /* will-change: top, opacity; */
}
/*
@media only screen and (max-width: 992px) {
    .modal {
        width: 80%;
    }
}
.modal h1,
.modal h2,
.modal h3,
.modal h4 {
    margin-top: 0;
}
.modal .modal-close {
    cursor: pointer;
}
.modal .modal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
    text-align: right;
}
.modal .modal-footer .btn,
.modal .modal-footer .btn-flat,
.modal .modal-footer .btn-large {
    margin: 6px 0;
}
.modal-overlay {
    position: fixed;
    z-index: 999;
    top: -25%;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}
.modal.modal-fixed-footer {
    padding: 0;
    height: 70%;
}
.modal.modal-fixed-footer .modal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
}
.modal.modal-fixed-footer .modal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}
.modal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}
*/
.collapsible {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    margin: 0.5rem 0 1rem;
}
.collapsible-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    line-height: 1.5;
    padding: 1rem;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
.collapsible-header i {
    width: 2rem;
    font-size: 1.6rem;
    display: inline-block;
    text-align: center;
    margin-right: 1rem;
}
.collapsible-body {
    display: none;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 2rem;
}
.side-nav .collapsible,
.side-nav.fixed .collapsible {
    border: none;
    box-shadow: none;
}
.side-nav .collapsible li,
.side-nav.fixed .collapsible li {
    padding: 0;
}
.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
    background-color: transparent;
    border: none;
    line-height: inherit;
    height: inherit;
    padding: 0 16px;
}
.side-nav .collapsible-header:hover,
.side-nav.fixed .collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.05);
}
.side-nav .collapsible-header i,
.side-nav.fixed .collapsible-header i {
    line-height: inherit;
}
.side-nav .collapsible-body,
.side-nav.fixed .collapsible-body {
    border: 0;
    background-color: #fff;
}
.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
    padding: 0 23.5px 0 31px;
}
.collapsible.popout {
    border: none;
    box-shadow: none;
}
.collapsible.popout > li {
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    margin: 0 24px;
    -webkit-transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: margin 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.collapsible.popout > li.active {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, 0.18), 0 4px 15px 0 rgba(0, 0, 0, 0.15);
    margin: 16px 0;
}
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}
.chip > img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}
.chip .close {
    cursor: pointer;
    float: right;
    font-size: 16px;
    line-height: 32px;
    padding-left: 8px;
}
.chips {
    border: none;
    border-bottom: 1px solid #9e9e9e;
    box-shadow: none;
    margin: 0 0 20px;
    min-height: 45px;
    outline: 0;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
}
.chips.focus {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
.chips:hover {
    cursor: text;
}
.chips .chip.selected {
    background-color: #26a69a;
    color: #fff;
}
.chips .input {
    background: 0 0;
    border: 0;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-size: 1rem;
    height: 3rem;
    line-height: 32px;
    outline: 0;
    margin: 0;
    padding: 0 !important;
    width: 120px !important;
}
.chips .input:focus {
    border: 0 !important;
    box-shadow: none !important;
}
.chips .autocomplete-content {
    margin-top: 0;
    margin-bottom: 0;
}
.prefix ~ .chips {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
.chips:empty ~ label {
    font-size: 0.8rem;
    -webkit-transform: translateY(-140%);
    -ms-transform: translateY(-140%);
    transform: translateY(-140%);
}
.materialboxed {
    display: block;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    position: relative;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    -webkit-backface-visibility: hidden;
}
.materialboxed:hover:not(.active) {
    opacity: 0.8;
}
.materialboxed.active {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
#materialbox-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #292929;
    z-index: 1000;
    will-change: opacity;
}
.materialbox-caption {
    position: fixed;
    display: none;
    color: #fff;
    line-height: 50px;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 0 15%;
    height: 50px;
    z-index: 1000;
    -webkit-font-smoothing: antialiased;
}
select:focus {
    outline: #c9f3ef solid 1px;
}
button:focus {
    outline: 0;
    background-color: #2ab7a9;
}
label {
    font-size: 0.8rem;
    color: #9e9e9e;
}
::-webkit-input-placeholder {
    color: #d1d1d1;
}
::-moz-placeholder {
    color: #d1d1d1;
}
:-ms-input-placeholder {
    color: #d1d1d1;
}
::-ms-input-placeholder {
    color: #d1d1d1;
}
::placeholder {
    color: #d1d1d1;
}
/*
input:not([type]),
input[type="date"]:not(.browser-default),
input[type="datetime-local"]:not(.browser-default),
input[type="datetime"]:not(.browser-default),
input[type="email"]:not(.browser-default),
input[type="number"]:not(.browser-default),
input[type="password"]:not(.browser-default),
input[type="search"]:not(.browser-default),
input[type="tel"]:not(.browser-default),
input[type="text"]:not(.browser-default),
input[type="time"]:not(.browser-default),
input[type="url"]:not(.browser-default),
textarea.materialize-textarea {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    border-radius: 0;
    outline: 0;
    height: 3rem;
    width: 100%;
    font-size: 1rem;
    margin: 0 0 20px;
    padding: 0;
    box-shadow: none;
    box-sizing: content-box;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
}
input:not([type]):disabled,
input:not([type])[readonly="readonly"],
input[type="date"]:not(.browser-default):disabled,
input[type="date"]:not(.browser-default)[readonly="readonly"],
input[type="datetime-local"]:not(.browser-default):disabled,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"],
input[type="datetime"]:not(.browser-default):disabled,
input[type="datetime"]:not(.browser-default)[readonly="readonly"],
input[type="email"]:not(.browser-default):disabled,
input[type="email"]:not(.browser-default)[readonly="readonly"],
input[type="number"]:not(.browser-default):disabled,
input[type="number"]:not(.browser-default)[readonly="readonly"],
input[type="password"]:not(.browser-default):disabled,
input[type="password"]:not(.browser-default)[readonly="readonly"],
input[type="search"]:not(.browser-default):disabled,
input[type="search"]:not(.browser-default)[readonly="readonly"],
input[type="tel"]:not(.browser-default):disabled,
input[type="tel"]:not(.browser-default)[readonly="readonly"],
input[type="text"]:not(.browser-default):disabled,
input[type="text"]:not(.browser-default)[readonly="readonly"],
input[type="time"]:not(.browser-default):disabled,
input[type="time"]:not(.browser-default)[readonly="readonly"],
input[type="url"]:not(.browser-default):disabled,
input[type="url"]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
    color: rgba(0, 0, 0, 0.42);
    border-bottom: 1px dotted rgba(0, 0, 0, 0.42);
}
input:not([type]):disabled + label,
input:not([type])[readonly="readonly"] + label,
input[type="date"]:not(.browser-default):disabled + label,
input[type="date"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime-local"]:not(.browser-default):disabled + label,
input[type="datetime-local"]:not(.browser-default)[readonly="readonly"] + label,
input[type="datetime"]:not(.browser-default):disabled + label,
input[type="datetime"]:not(.browser-default)[readonly="readonly"] + label,
input[type="email"]:not(.browser-default):disabled + label,
input[type="email"]:not(.browser-default)[readonly="readonly"] + label,
input[type="number"]:not(.browser-default):disabled + label,
input[type="number"]:not(.browser-default)[readonly="readonly"] + label,
input[type="password"]:not(.browser-default):disabled + label,
input[type="password"]:not(.browser-default)[readonly="readonly"] + label,
input[type="search"]:not(.browser-default):disabled + label,
input[type="search"]:not(.browser-default)[readonly="readonly"] + label,
input[type="tel"]:not(.browser-default):disabled + label,
input[type="tel"]:not(.browser-default)[readonly="readonly"] + label,
input[type="text"]:not(.browser-default):disabled + label,
input[type="text"]:not(.browser-default)[readonly="readonly"] + label,
input[type="time"]:not(.browser-default):disabled + label,
input[type="time"]:not(.browser-default)[readonly="readonly"] + label,
input[type="url"]:not(.browser-default):disabled + label,
input[type="url"]:not(.browser-default)[readonly="readonly"] + label,
textarea.materialize-textarea:disabled + label,
textarea.materialize-textarea[readonly="readonly"] + label {
    color: rgba(0, 0, 0, 0.42);
}
input:not([type]):focus:not([readonly]),
input[type="date"]:not(.browser-default):focus:not([readonly]),
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]),
input[type="datetime"]:not(.browser-default):focus:not([readonly]),
input[type="email"]:not(.browser-default):focus:not([readonly]),
input[type="number"]:not(.browser-default):focus:not([readonly]),
input[type="password"]:not(.browser-default):focus:not([readonly]),
input[type="search"]:not(.browser-default):focus:not([readonly]),
input[type="tel"]:not(.browser-default):focus:not([readonly]),
input[type="text"]:not(.browser-default):focus:not([readonly]),
input[type="time"]:not(.browser-default):focus:not([readonly]),
input[type="url"]:not(.browser-default):focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #26a69a;
    box-shadow: 0 1px 0 0 #26a69a;
}
input:not([type]):focus:not([readonly]) + label,
input[type="date"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime-local"]:not(.browser-default):focus:not([readonly]) + label,
input[type="datetime"]:not(.browser-default):focus:not([readonly]) + label,
input[type="email"]:not(.browser-default):focus:not([readonly]) + label,
input[type="number"]:not(.browser-default):focus:not([readonly]) + label,
input[type="password"]:not(.browser-default):focus:not([readonly]) + label,
input[type="search"]:not(.browser-default):focus:not([readonly]) + label,
input[type="tel"]:not(.browser-default):focus:not([readonly]) + label,
input[type="text"]:not(.browser-default):focus:not([readonly]) + label,
input[type="time"]:not(.browser-default):focus:not([readonly]) + label,
input[type="url"]:not(.browser-default):focus:not([readonly]) + label,
textarea.materialize-textarea:focus:not([readonly]) + label {
    color: #26a69a;
}
input:not([type]).validate + label,
input[type="date"]:not(.browser-default).validate + label,
input[type="datetime-local"]:not(.browser-default).validate + label,
input[type="datetime"]:not(.browser-default).validate + label,
input[type="email"]:not(.browser-default).validate + label,
input[type="number"]:not(.browser-default).validate + label,
input[type="password"]:not(.browser-default).validate + label,
input[type="search"]:not(.browser-default).validate + label,
input[type="tel"]:not(.browser-default).validate + label,
input[type="text"]:not(.browser-default).validate + label,
input[type="time"]:not(.browser-default).validate + label,
input[type="url"]:not(.browser-default).validate + label,
textarea.materialize-textarea.validate + label {
    width: 100%;
}
input:not([type]).invalid + label:after,
input:not([type]).valid + label:after,
input[type="date"]:not(.browser-default).invalid + label:after,
input[type="date"]:not(.browser-default).valid + label:after,
input[type="datetime-local"]:not(.browser-default).invalid + label:after,
input[type="datetime-local"]:not(.browser-default).valid + label:after,
input[type="datetime"]:not(.browser-default).invalid + label:after,
input[type="datetime"]:not(.browser-default).valid + label:after,
input[type="email"]:not(.browser-default).invalid + label:after,
input[type="email"]:not(.browser-default).valid + label:after,
input[type="number"]:not(.browser-default).invalid + label:after,
input[type="number"]:not(.browser-default).valid + label:after,
input[type="password"]:not(.browser-default).invalid + label:after,
input[type="password"]:not(.browser-default).valid + label:after,
input[type="search"]:not(.browser-default).invalid + label:after,
input[type="search"]:not(.browser-default).valid + label:after,
input[type="tel"]:not(.browser-default).invalid + label:after,
input[type="tel"]:not(.browser-default).valid + label:after,
input[type="text"]:not(.browser-default).invalid + label:after,
input[type="text"]:not(.browser-default).valid + label:after,
input[type="time"]:not(.browser-default).invalid + label:after,
input[type="time"]:not(.browser-default).valid + label:after,
input[type="url"]:not(.browser-default).invalid + label:after,
input[type="url"]:not(.browser-default).valid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea.valid + label:after {
    display: none;
}
input:not([type]).invalid + label.active:after,
input:not([type]).valid + label.active:after,
input[type="date"]:not(.browser-default).invalid + label.active:after,
input[type="date"]:not(.browser-default).valid + label.active:after,
input[type="datetime-local"]:not(.browser-default).invalid + label.active:after,
input[type="datetime-local"]:not(.browser-default).valid + label.active:after,
input[type="datetime"]:not(.browser-default).invalid + label.active:after,
input[type="datetime"]:not(.browser-default).valid + label.active:after,
input[type="email"]:not(.browser-default).invalid + label.active:after,
input[type="email"]:not(.browser-default).valid + label.active:after,
input[type="number"]:not(.browser-default).invalid + label.active:after,
input[type="number"]:not(.browser-default).valid + label.active:after,
input[type="password"]:not(.browser-default).invalid + label.active:after,
input[type="password"]:not(.browser-default).valid + label.active:after,
input[type="search"]:not(.browser-default).invalid + label.active:after,
input[type="search"]:not(.browser-default).valid + label.active:after,
input[type="tel"]:not(.browser-default).invalid + label.active:after,
input[type="tel"]:not(.browser-default).valid + label.active:after,
input[type="text"]:not(.browser-default).invalid + label.active:after,
input[type="text"]:not(.browser-default).valid + label.active:after,
input[type="time"]:not(.browser-default).invalid + label.active:after,
input[type="time"]:not(.browser-default).valid + label.active:after,
input[type="url"]:not(.browser-default).invalid + label.active:after,
input[type="url"]:not(.browser-default).valid + label.active:after,
textarea.materialize-textarea.invalid + label.active:after,
textarea.materialize-textarea.valid + label.active:after {
    display: block;
}
.select-wrapper.valid > input.select-dropdown,
input.valid:not([type]),
input.valid:not([type]):focus,
input[type="date"].valid:not(.browser-default),
input[type="date"].valid:not(.browser-default):focus,
input[type="datetime-local"].valid:not(.browser-default),
input[type="datetime-local"].valid:not(.browser-default):focus,
input[type="datetime"].valid:not(.browser-default),
input[type="datetime"].valid:not(.browser-default):focus,
input[type="email"].valid:not(.browser-default),
input[type="email"].valid:not(.browser-default):focus,
input[type="number"].valid:not(.browser-default),
input[type="number"].valid:not(.browser-default):focus,
input[type="password"].valid:not(.browser-default),
input[type="password"].valid:not(.browser-default):focus,
input[type="search"].valid:not(.browser-default),
input[type="search"].valid:not(.browser-default):focus,
input[type="tel"].valid:not(.browser-default),
input[type="tel"].valid:not(.browser-default):focus,
input[type="text"].valid:not(.browser-default),
input[type="text"].valid:not(.browser-default):focus,
input[type="time"].valid:not(.browser-default),
input[type="time"].valid:not(.browser-default):focus,
input[type="url"].valid:not(.browser-default),
input[type="url"].valid:not(.browser-default):focus,
textarea.materialize-textarea.valid,
textarea.materialize-textarea.valid:focus {
    border-bottom: 1px solid #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
}
.select-wrapper.invalid > input.select-dropdown,
input.invalid:not([type]),
input.invalid:not([type]):focus,
input[type="date"].invalid:not(.browser-default),
input[type="date"].invalid:not(.browser-default):focus,
input[type="datetime-local"].invalid:not(.browser-default),
input[type="datetime-local"].invalid:not(.browser-default):focus,
input[type="datetime"].invalid:not(.browser-default),
input[type="datetime"].invalid:not(.browser-default):focus,
input[type="email"].invalid:not(.browser-default),
input[type="email"].invalid:not(.browser-default):focus,
input[type="number"].invalid:not(.browser-default),
input[type="number"].invalid:not(.browser-default):focus,
input[type="password"].invalid:not(.browser-default),
input[type="password"].invalid:not(.browser-default):focus,
input[type="search"].invalid:not(.browser-default),
input[type="search"].invalid:not(.browser-default):focus,
input[type="tel"].invalid:not(.browser-default),
input[type="tel"].invalid:not(.browser-default):focus,
input[type="text"].invalid:not(.browser-default),
input[type="text"].invalid:not(.browser-default):focus,
input[type="time"].invalid:not(.browser-default),
input[type="time"].invalid:not(.browser-default):focus,
input[type="url"].invalid:not(.browser-default),
input[type="url"].invalid:not(.browser-default):focus,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea.invalid:focus {
    border-bottom: 1px solid #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.select-wrapper.valid + label:after,
input:not([type]).valid + label:after,
input:not([type]):focus.valid + label:after,
input[type="date"]:not(.browser-default).valid + label:after,
input[type="date"]:not(.browser-default):focus.valid + label:after,
input[type="datetime-local"]:not(.browser-default).valid + label:after,
input[type="datetime-local"]:not(.browser-default):focus.valid + label:after,
input[type="datetime"]:not(.browser-default).valid + label:after,
input[type="datetime"]:not(.browser-default):focus.valid + label:after,
input[type="email"]:not(.browser-default).valid + label:after,
input[type="email"]:not(.browser-default):focus.valid + label:after,
input[type="number"]:not(.browser-default).valid + label:after,
input[type="number"]:not(.browser-default):focus.valid + label:after,
input[type="password"]:not(.browser-default).valid + label:after,
input[type="password"]:not(.browser-default):focus.valid + label:after,
input[type="search"]:not(.browser-default).valid + label:after,
input[type="search"]:not(.browser-default):focus.valid + label:after,
input[type="tel"]:not(.browser-default).valid + label:after,
input[type="tel"]:not(.browser-default):focus.valid + label:after,
input[type="text"]:not(.browser-default).valid + label:after,
input[type="text"]:not(.browser-default):focus.valid + label:after,
input[type="time"]:not(.browser-default).valid + label:after,
input[type="time"]:not(.browser-default):focus.valid + label:after,
input[type="url"]:not(.browser-default).valid + label:after,
input[type="url"]:not(.browser-default):focus.valid + label:after,
textarea.materialize-textarea.valid + label:after,
textarea.materialize-textarea:focus.valid + label:after {
    content: attr(data-success);
    color: #4caf50;
    opacity: 1;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
.select-wrapper.invalid + label:after,
input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type="date"]:not(.browser-default).invalid + label:after,
input[type="date"]:not(.browser-default):focus.invalid + label:after,
input[type="datetime-local"]:not(.browser-default).invalid + label:after,
input[type="datetime-local"]:not(.browser-default):focus.invalid + label:after,
input[type="datetime"]:not(.browser-default).invalid + label:after,
input[type="datetime"]:not(.browser-default):focus.invalid + label:after,
input[type="email"]:not(.browser-default).invalid + label:after,
input[type="email"]:not(.browser-default):focus.invalid + label:after,
input[type="number"]:not(.browser-default).invalid + label:after,
input[type="number"]:not(.browser-default):focus.invalid + label:after,
input[type="password"]:not(.browser-default).invalid + label:after,
input[type="password"]:not(.browser-default):focus.invalid + label:after,
input[type="search"]:not(.browser-default).invalid + label:after,
input[type="search"]:not(.browser-default):focus.invalid + label:after,
input[type="tel"]:not(.browser-default).invalid + label:after,
input[type="tel"]:not(.browser-default):focus.invalid + label:after,
input[type="text"]:not(.browser-default).invalid + label:after,
input[type="text"]:not(.browser-default):focus.invalid + label:after,
input[type="time"]:not(.browser-default).invalid + label:after,
input[type="time"]:not(.browser-default):focus.invalid + label:after,
input[type="url"]:not(.browser-default).invalid + label:after,
input[type="url"]:not(.browser-default):focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after {
    content: attr(data-error);
    color: #f44336;
    opacity: 1;
    -webkit-transform: translateY(9px);
    -ms-transform: translateY(9px);
    transform: translateY(9px);
}
.select-wrapper + label:after,
input:not([type]) + label:after,
input[type="date"]:not(.browser-default) + label:after,
input[type="datetime-local"]:not(.browser-default) + label:after,
input[type="datetime"]:not(.browser-default) + label:after,
input[type="email"]:not(.browser-default) + label:after,
input[type="number"]:not(.browser-default) + label:after,
input[type="password"]:not(.browser-default) + label:after,
input[type="search"]:not(.browser-default) + label:after,
input[type="tel"]:not(.browser-default) + label:after,
input[type="text"]:not(.browser-default) + label:after,
input[type="time"]:not(.browser-default) + label:after,
input[type="url"]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
    display: block;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-out, color 0.2s ease-out;
    transition: 0.2s opacity ease-out, 0.2s color ease-out;
}
*/
.input-field {
    position: relative;
    margin-top: 1rem;
}
.input-field.inline {
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}
.input-field.inline .select-dropdown,
.input-field.inline input {
    margin-bottom: 1rem;
}
.input-field.col label {
    left: 0.75rem;
}
.input-field.col .prefix ~ .validate ~ label,
.input-field.col .prefix ~ label {
    width: calc(100% - 3rem - 1.5rem);
}
.input-field label {
    color: #9e9e9e;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    font-size: 1rem;
    cursor: text;
    -webkit-transition: -webkit-transform 0.2s ease-out;
    transition: -webkit-transform 0.2s ease-out;
    transition: transform 0.2s ease-out;
    transition: transform 0.2s ease-out, -webkit-transform 0.2s ease-out;
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%;
    text-align: initial;
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    pointer-events: none;
}
.input-field label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(0.8);
    -ms-transform: translateY(-14px) scale(0.8);
    transform: translateY(-14px) scale(0.8);
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.input-field .prefix {
    position: absolute;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
}
.input-field .prefix.active {
    color: #26a69a;
}
.input-field .prefix ~ .autocomplete-content,
.input-field .prefix ~ .validate ~ label,
.input-field .prefix ~ input,
.input-field .prefix ~ label,
.input-field .prefix ~ textarea {
    margin-left: 3rem;
    width: 92%;
    width: calc(100% - 3rem);
}
.input-field .prefix ~ label {
    margin-left: 3rem;
}
@media only screen and (max-width: 992px) {
    .input-field .prefix ~ input {
        width: 86%;
        width: calc(100% - 3rem);
    }
}
@media only screen and (max-width: 600px) {
    .input-field .prefix ~ input {
        width: 80%;
        width: calc(100% - 3rem);
    }
}
.input-field input[type="search"] {
    display: block;
    line-height: inherit;
}
.nav-wrapper .input-field input[type="search"] {
    height: inherit;
    padding-left: 4rem;
    width: calc(100% - 4rem);
    border: 0;
    box-shadow: none;
}
.input-field input[type="search"]:focus {
    background-color: #fff;
    border: 0;
    box-shadow: none;
    color: #444;
}
.input-field input[type="search"]:focus + label i,
.input-field input[type="search"]:focus ~ .material-icons,
.input-field input[type="search"]:focus ~ .mdi-navigation-close {
    color: #444;
}
.input-field input[type="search"] + label {
    left: 1rem;
}
.input-field input[type="search"] ~ .material-icons,
.input-field input[type="search"] ~ .mdi-navigation-close {
    position: absolute;
    top: 0;
    right: 1rem;
    color: transparent;
    cursor: pointer;
    font-size: 2rem;
    -webkit-transition: color 0.3s;
    transition: 0.3s color;
}
/*
textarea {
    overflow: auto;
    width: 100%;
    height: 3rem;
    background-color: transparent;
}
textarea.materialize-textarea {
    overflow-y: hidden;
    padding: 0.8rem 0 1.6rem;
    resize: none;
    min-height: 3rem;
}
textarea.materialize-textarea.validate + label {
    height: 100%;
}
textarea.materialize-textarea.validate + label::after {
    top: calc(100% - 12px);
}
textarea.materialize-textarea.validate + label:not(.label-icon).active {
    -webkit-transform: translateY(-25px);
    -ms-transform: translateY(-25px);
    transform: translateY(-25px);
}
.hiddendiv {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0;
}
.autocomplete-content {
    margin-top: -20px;
    margin-bottom: 20px;
    display: block;
    opacity: 1;
    position: static;
}
.autocomplete-content li .highlight {
    color: #444;
}
.autocomplete-content li img {
    height: 40px;
    width: 40px;
    margin: 5px 15px;
}

.animated {
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}
@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}
@-webkit-keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes bounceInDown {
    60%,
    75%,
    90%,
    from,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}
@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
@keyframes bounce {
    0%,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}
.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
}
*/
@font-face {
    font-family: sport-types;
    src: url(sport-types.7127ad54a622af323b69.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    content: attr(data-icon);
    text-transform: none !important;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" sport-types-"]:before,
[class^="sport-types-"]:before {
    font-family: sport-types !important;
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.sport-types-1:before {
    content: "";
}
.sport-types-2:before {
    content: "";
}
.sport-types-16:before {
    content: "";
}
.sport-types-4:before {
    content: "";
}
.sport-types-6:before {
    content: "";
}
.sport-types-3:before {
    content: "";
}
.sport-types-98:before {
    content: "";
}
.sport-types-13:before {
    content: "";
}
.sport-types-34:before {
    content: "";
}
.sport-types-31:before {
    content: "";
}
.sport-types-32:before {
    content: "";
}
.sport-types-15:before {
    content: "";
}
.sport-types-10:before {
    content: "";
}
.sport-types-60:before {
    content: "";
}
.sport-types-33:before {
    content: "";
}
.sport-types-21:before {
    content: "";
}
.sport-types-11:before {
    content: "";
}
.sport-types-28:before {
    content: "";
}
.sport-types-17:before {
    content: "";
}
.sport-types-22:before {
    content: "";
}
.sport-types-24:before {
    content: "";
}
.sport-types-7:before {
    content: "";
}
.sport-types-29:before {
    content: "";
}
.sport-types-9:before {
    content: "";
}
.sport-types-25:before {
    content: "";
}
.sport-types-64:before {
    content: "";
}
.sport-types-12:before {
    content: "";
}
.sport-types-19:before {
    content: "";
}
.sport-types-54:before {
    content: "";
}
.sport-types-37:before {
    content: "";
}
.sport-types-62:before {
    content: "";
}
.sport-types-90:before {
    content: "";
}
.sport-types-52:before {
    content: "";
}
.sport-types-20:before {
    content: "";
}
.sport-types-5:before {
    content: "";
}
.sport-types-23:before {
    content: "";
}
.sport-types-26:before {
    content: "";
}
.sport-types-14:before {
    content: "";
}
.sport-types-86:before {
    content: "";
}
.sport-types-61:before {
    content: "";
}
.sport-types-1000:before {
    content: "";
}
.sport-types-1001:before {
    content: "";
}
.sport-types-106:before {
    content: "";
}
.sport-types-1002:before {
    content: "";
}
.sport-types-117:before {
    content: "";
}
.sport-types-109:before {
    content: "";
}
.sport-types-111:before {
    content: "";
}
.sport-types-75:before {
    content: "";
}
.sport-types-36:before {
    content: "";
}
.sport-types-44:before {
    content: "";
}
.sport-types-72:before {
    content: "";
}
.sport-types-96:before {
    content: "";
}
.sport-types-107:before {
    content: "";
}
.sport-types-118:before {
    content: "";
}
.sport-types-113:before {
    content: "";
}
.sport-types-114:before {
    content: "";
}
.sport-types-110:before {
    content: "";
}
.sport-types-112:before {
    content: "";
}
.sport-types-115:before {
    content: "";
}
.sport-types-40:before {
    content: "";
}
.sport-types-27:before {
    content: "";
}
.sport-types-78:before {
    content: "";
}
.sport-types-57:before {
    content: "";
}
.sport-types-79:before {
    content: "";
}
.sport-types-39:before {
    content: "";
}
.sport-types-35:before {
    content: "";
}
.sport-types-30:before {
    content: "";
}
.sport-types-87:before {
    content: "";
}
.sport-types-116:before {
    content: "";
}
.sport-types-71:before {
    content: "";
}
.sport-types-38:before {
    content: "";
}
.sport-types-56:before {
    content: "";
}
.sport-types-82:before {
    content: "";
}
.sport-types-18:before {
    content: "";
}
.sport-types-99:before {
    content: "";
}
.sport-types-8:before {
    content: "";
}
.sport-types-85:before {
    content: "";
}
.sport-types-1003:before {
    content: "";
}
.sport-types-1004:before {
    content: "";
}
.sport-types-1005:before {
    content: "";
}
.sport-types-121:before {
    content: "";
}
.sport-types-81:before {
    content: "";
}
.sport-types-127:before {
    content: "";
}
.sport-types-43:before {
    content: "";
}
.sport-types-48:before {
    content: "";
}
.sport-types-47:before {
    content: "";
}
.sport-types-46:before {
    content: "";
}
.sport-types-103:before {
    content: "";
}
.sport-types-50:before {
    content: "";
}
.sport-types-49:before {
    content: "";
}
.sport-types-105:before {
    content: "";
}
.sport-types-104:before {
    content: "";
}
.sport-types-102:before {
    content: "";
}
.sport-types-45:before {
    content: "";
}
.sport-types-51:before {
    content: "";
}
.sport-types-135:before {
    content: "";
}
.sport-types-136:before {
    content: "";
}
.sport-types-beton:before {
    content: "";
}
.sport-types-bingo:before {
    content: "";
}
.sport-types-e-sports2:before {
    content: "";
}
.sport-types-e-sports3:before {
    content: "";
}
.sport-types-wc:before {
    content: "";
}
@font-face {
    font-family: sport-types2;
    src: url(sport-types2.517ea8b6a2262991683c.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
[data-icon]:before {
    font-family: sport-types2 !important;
    content: attr(data-icon);
    font-style: normal !important;
    font-weight: 400 !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
[class*=" sport-types-125"]:before,
[class^="sport-types-125"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-128"]:before,
[class^="sport-types-128"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-131"]:before,
[class^="sport-types-131"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-190"]:before,
[class^="sport-types-190"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-129"]:before,
[class^="sport-types-129"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-191"]:before,
[class^="sport-types-191"]:before {
    font-family: sport-types2 !important;
    content: "";
}
[class*=" sport-types-134"]:before,
[class^="sport-types-134"]:before {
    font-family: sport-types2 !important;
    content: "";
}
.list-btn-cont .list-btn {
    margin: 0;
    border-bottom: 1px solid #42495c;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-weight: 500;
}
.list-btn-cont .list-btn .pg-icons.svg-font-icons,
.list-btn-cont .list-btn .pg-icons:first-child {
    font-size: 16px;
    margin-right: 10px;
    display: inherit;
}
.list-btn-cont .list-btn .pg-icons.svg-font-icons:before,
.list-btn-cont .list-btn .pg-icons:first-child:before {
    vertical-align: middle;
}
.list-btn-cont .list-btn .pg-icons.country {
    transform: scale(0.5625);
    -ms-transform: scale(0.5625);
    -webkit-transform: scale(0.5625);
    margin: -7px 0 -7px -7px !important;
    width: 32px;
    height: 32px;
}
.list-btn-cont .list-btn .pg-icons.arrow {
    font-size: 16px;
}
.list-btn-cont .list-btn .text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.list-btn-cont .list-btn .count {
    font-size: 14px;
}
.list-btn-cont .list-btn:last-child {
    border-bottom: none;
}
.top-time-range input[type="range"]::-webkit-slider-runnable-track {
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    -webkit-appearance: none;
}
.top-time-range input[type="range"]::-moz-range-track {
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-fill-lower {
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-fill-upper {
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-thumb {
    box-shadow: 0 0 0 #000;
}
.breadcrumb-wrapper {
    padding: 0 10px;
}
.breadcrumb-wrapper .register-close {
    padding: 15px;
}
.breadcrumbs-cont {
    padding: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    overflow-x: auto;
    height: 48px;
}
.breadcrumbs-cont .breadcrumb {
    line-height: 35px;
    font-size: 14px;
    font-weight: 500;
}
.breadcrumbs-cont .breadcrumb:before {
    margin: 0 10px;
    content: "";
    font-family: FontAwesome;
    font-size: 5px;
}
.breadcrumbs-cont .breadcrumb i {
    font-size: 18px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.breadcrumbs-cont .breadcrumb:last-child {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bread-statistic-btn {
    height: 32px;
    line-height: 30px;
    width: 32px;
    border-radius: 10px;
    border: none;
    position: relative;
}
.bread-statistic-btn i {
    font-size: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bread-toggle-btn {
    height: 32px;
    line-height: 32px;
    width: 32px;
    border-radius: 10px;
    border: 1px solid #42495c;
    display: inline-block;
    margin-left: 8px;
    text-align: center;
}
.bread-toggle-btn i {
    font-size: 18px;
    vertical-align: middle;
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.filter-toggle-btn {
    height: 32px;
    width: 32px;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #42495c;
    display: inline-block;
    text-align: center;
}
.filter-toggle-btn.active i::before {
    content: "";
}
.filter-toggle-btn i::before {
    content: "";
}
.filter-toggle-btn i {
    font-size: 14px;
    vertical-align: middle;
}
.casino-search-toogle {
    border-radius: 10px;
    display: inline-block;
}
.casino-search-toogle i {
    font-size: 15px;
    vertical-align: middle;
}
.total-count {
    margin-left: 10px;
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
}
.today-events-options-toogle {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.today-events-options-toogle i.pg-icons {
    font-size: 15px;
}
.anteposts-container .antepost-cont.collapsible {
    margin: 0;
    padding: 0;
    border: none;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header {
    padding: 10px 15px;
    border-bottom: 1px solid #d0d0d0;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header .title {
    font-size: 13px;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header .date {
    font-size: 12px;
    text-align: right;
}
.anteposts-container .antepost-cont.collapsible .collapsible-body {
    padding: 5px;
}
.anteposts-container .antepost-cont.collapsible:last-child .collapsible-body,
.anteposts-container .antepost-cont.collapsible:last-child .collapsible-header:not(.active) {
    border-bottom: none;
}
.fixture-container .match-content {
    border-bottom: 1px solid #42495c;
}
.fixture-container .match-content .match-header {
    padding: 10px 10px 0;
    font-weight: 500;
}
.fixture-container .match-content .match-header .content-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5px;
}
.fixture-container .match-content .match-header .content-left .time {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 75px;
    margin-right: 10px;
    font-size: 13px;
}
.fixture-container .match-content .match-header .content-left .team-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 75px;
}
.fixture-container .match-content .match-header .content-left .team-name img {
    width: 20px;
    vertical-align: middle;
    margin-right: 10px;
}
.fixture-container .match-content .match-header .content-left .team-name z {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixture-container .match-content .match-header .content-left .team-name .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.fixture-container .match-content .match-header .content-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
    border-left: 1px solid #42495c;
}
.fixture-container .match-content .match-header .content-right .icons {
    text-align: center;
}
.fixture-container .match-content .match-header .content-right .icons .live {
    border-radius: 10px 2px;
    padding: 1px 8px;
    font-size: 10px;
    margin: 0 10px;
    line-height: normal;
}
.fixture-container .match-content .match-header .content-right .icons .live + .statistic-btn {
    position: relative;
    bottom: -5px;
}
.fixture-container .match-content .match-header .match-title {
    padding-right: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 1px;
}
.fixture-container .match-content .match-header .match-title .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.fixture-container .match-content .match-header .match-title .match-name {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixture-container .match-content .match-header .match-title .live-icon {
    padding-left: 5px;
}
.fixture-container .match-content .match-header .match-title .date {
    font-weight: 400;
    font-size: 12px;
}
.fixture-container .match-content .match-header .match-title .bet-type {
    display: inline-block;
    font-weight: 500;
    margin: 0;
    font-size: 12px;
    text-align: left;
}
.fixture-container .match-content .match-header .match-title .live-score-panel .now {
    font-weight: 500;
}
.fixture-container .match-content .match-header .match-title .live-score-panel .minutes {
    padding-left: 5px;
    font-weight: 500;
    font-size: 12px;
}
.fixture-container .match-content .match-header .match-title .score-container .item {
    color: rgba(255, 255, 255, 0.38);
}
.fixture-container .match-content .match-header .match-title .score-container .now {
    color: #39b54a;
}
.fixture-container .match-content .match-header .statistic-btn {
    border: none;
    padding: 1px 15px;
}
.fixture-container .match-content .match-header .statistic-btn i.pg-icons {
    font-size: 18px;
    vertical-align: middle;
}
.fixture-container .match-content .match-header .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixture-container .match-content .match-header .team .team-content-left {
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
}
.fixture-container .match-content .match-header .team .team-content-left .team-content-info {
    margin-right: 5px;
}
.fixture-container .match-content .match-header .team .team-content-left .team-content-info .team-flag {
    width: 20px;
    margin-right: 5px;
    float: left;
}
.fixture-container .match-content .match-header .team .team-content-left .team-content-info:first-child {
    margin-bottom: 5px;
}
.fixture-container .match-content .match-header .team .team-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: auto;
}
.fixture-container .match-content .match-header .team .team-period .team-period-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}
.fixture-container .match-content .match-header .team .team-period .team-period-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.fixture-container .match-content .match-header .team .team-period .team-period-content .item span {
    font-weight: 400;
}
.fixture-container .match-content .match-header .team .team-period .team-period-content .item span:first-child {
    margin-bottom: 5px;
}
.fixture-container .match-content .bet-type-wrapper {
    margin: 5px 0;
    line-height: normal;
    text-align: center;
}
.fixture-container .match-content .bet-type {
    text-align: center;
    font-weight: 500;
    margin: 5px 0;
}
.fixture-container .match-content:last-child {
    border-bottom: none;
}
.fixture-container .match-content .match-header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 85px;
    position: relative;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.fixture-container .match-content .match-header-right:before {
    position: absolute;
    content: "";
    width: 1px;
    left: 0;
    height: 90%;
}
.fixture-container .match-content .match-header-right .icons {
    text-align: center;
}
.fixture-container .match-content .match-header-right .icons .live {
    border-radius: 15px 2px;
    padding: 1px 8px;
    font-size: 10px;
    text-transform: uppercase;
    margin: 0 10px;
    line-height: normal;
}
.fixture-container .match-content .match-header-right .video {
    display: block;
    line-height: normal;
    font-size: 8px;
    position: relative;
    bottom: -8px;
}
.fixture-container .match-content .match-header-right .video i {
    font-size: 20px;
    color: rgba(255, 255, 255, 0.6);
}
.fixture-container .view-btn-wrapper {
    text-align: right;
    margin-top: 5px;
}
.fixture-container .view-btn-wrapper .view-btn {
    margin-right: 5px;
    border-radius: 5px;
    font-size: 12px;
    height: 30px;
    line-height: 30px;
}
.fixture-container .asian-more-market-cont {
    text-align: right;
    padding: 0 15px;
}
.fixture-container .asian-more-market-cont .bet-type {
    margin-left: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.fixture-container .asian-more-market-cont .bet-type:first-child {
    margin-left: 5px;
}
.fixture-container .asian-more-market-cont .more-btn {
    margin: 5px;
    border-radius: 5px;
}
.fixture-container .asian-more-market-cont .btn.bet-btn {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.odd-btn-group {
    margin-top: 10px;
    padding: 0 10px;
}
.odd-btn-group .btn.bet-btn {
    margin-right: 10px;
}
.odd-btn-group .btn.bet-btn:last-child {
    margin-right: 0;
}
.odd-btn-group:last-child {
    padding-bottom: 10px;
}
.cashout-icon-cn {
    margin-left: 10px;
    display: inline-block;
}
.cashout-icon-cn .cashout-icon {
    font-size: 13px;
}
.accordion-toggle .toggle-btn {
    height: 48px;
    line-height: 48px;
    padding: 0 10px;
}
.accordion-toggle .toggle-btn i.pg-icons {
    font-size: 15px;
}
.accordion-toggle .toggle-btn.active i.pg-icons {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.detail-top-info {
    text-align: center;
    margin: 15px 15px 10px;
    border-radius: 16px;
    padding: 10px 15px;
}
.detail-top-info .live-match-info {
    padding-top: 20px;
    font-weight: 500;
}
.detail-top-info .live-match-info .score {
    font-size: 36px;
    font-weight: 500;
}
.detail-top-info .live-match-info .time {
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
}
.detail-top-info .team-text {
    margin-top: 5px;
    font-weight: 500;
}
.detail-top-info .flag-wrapper {
    border: 8px solid #283045;
    padding: 22px 0;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    margin: auto;
    font-size: 35px;
}
.detail-top-info .virtual-info {
    padding-top: 30px;
}
.detail-top-info .date-info {
    padding-top: 20px;
}
.detail-top-info .date-info .time {
    font-weight: 700;
    font-size: 16px;
}
.detail-top-info .date-info .date {
    font-weight: 500;
}
.detail-top-info .date-info .statistic-btn {
    margin-top: 28px;
    padding: 5px 7px;
    border-radius: 10px;
    border: none;
}
.detail-top-info .date-info .statistic-btn i.pg-icons {
    font-size: 18px;
    vertical-align: middle;
}
.detail-top-info .match-name {
    font-size: 15px;
    font-weight: 700;
}
.detail-top-info .match-name i.pg-icons {
    font-size: 20px;
    vertical-align: middle;
}
.detail-top-info .country {
    font-size: 13px;
}
.detail-top-info .country i.country {
    transform: scale(0.5625);
    -ms-transform: scale(0.5625);
    -webkit-transform: scale(0.5625);
    margin: -7px !important;
    width: 32px;
    height: 32px;
    vertical-align: sub;
}
.detail-top-info i.clock {
    font-size: 18px;
    vertical-align: sub;
    margin: 0 5px;
}
.today-events-options .title {
    font-size: 13px;
    padding: 5px 20px;
}
.today-events-options .title i {
    margin-left: 10px;
}
.today-events-options .top-time-range {
    padding-top: 0;
    padding-bottom: 10px;
}
.today-events-options .content-horizontal-slide-tabs {
    padding: 10px 0;
}
.today-events-options .country-select {
    margin: 0 15px;
    padding-bottom: 10px;
}
.today-events-options .country-select .country-select-btn {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #2a4961;
    border-radius: 6px 6px 0 0;
    padding: 0 15px;
    font-weight: 500;
}
.today-events-options .country-select .country-select-btn i {
    font-size: 14px;
}
.today-events-options .country-select .country-select-btn i.left {
    margin-right: 10px;
    line-height: normal;
}
.today-events-options .country-select .country-select-btn i.fa-times-circle {
    display: none;
}
.today-events-options .country-select .country-select-btn.selected i.left {
    opacity: 1;
}
.today-events-options .country-select .country-select-btn.selected i.right {
    display: none;
}
.today-events-options .country-select .country-select-btn.selected i.fa-times-circle {
    display: inline-block;
}
.today-events-options .country-select select {
    margin: 0;
}
.casino-options {
    padding: 15px;
}
.casino-options .casino-filter .casino-filter-btn {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #2a4961;
    border-radius: 6px 6px 0 0;
    padding: 0 15px;
    font-weight: 500;
}
.casino-options .casino-filter .casino-filter-btn i {
    font-size: 14px;
}
.casino-options .casino-filter .casino-filter-btn i.left {
    margin-right: 10px;
    line-height: normal;
}
.casino-options .casino-filter .casino-filter-btn i.right {
    margin-left: 10px;
}
.casino-options .casino-filter .casino-filter-btn.selected i.left {
    opacity: 1;
}
.casino-options .casino-filter .casino-filter-btn.selected i.right {
    display: none;
}
.casino-options .casino-filter .casino-filter-btn.selected i.fa-times-circle {
    display: inline-block;
}
.casino-options .casino-filter select {
    margin: 0;
}
.live-page-select {
    margin: 0 15px 15px;
}
.live-page-select select.browser-default {
    height: 45px;
}
.live-page-search-toogle {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.live-page-search-toogle i.pg-icons {
    font-size: 15px;
}
.live-page-search-cont .input-field {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 0 10px;
}
.live-page-search-cont .input-field input {
    border-radius: 50px;
    height: 48px;
    outline: 0;
    padding: 0 15px;
    border: none;
    margin-bottom: 0;
}
.search-key {
    font-weight: 700;
}
.show-more-other {
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    margin: 15px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-weight: 500;
}
table.liveCalendar tbody tr td {
    font-size: 13px;
    line-height: normal;
    text-align: center;
    padding: 10px;
}
table.liveCalendar tbody tr td i.country {
    vertical-align: sub;
}
table.liveCalendar tbody tr td i.svg-font-icons {
    vertical-align: middle;
    font-size: 14px;
}
table.liveCalendar tbody tr td .title {
    margin-bottom: 10px;
}
.pg-match-view {
    position: relative;
    z-index: 1;
    display: block;
    padding: 5px;
    overflow: hidden;
    margin: 0 15px 10px;
}
.pg-match-view.sport-type.id-1 {
    background-color: #a0ca8d;
    color: #1c3d0c;
}
.pg-match-view.sport-type.id-2 {
    background-color: #ec644b;
    color: #3c210f;
}
.pg-match-view.sport-type.id-16 {
    background-color: #446cb3;
    color: #04132d;
}
.pg-match-view.sport-type.id-4 {
    background-color: #fde3a7;
    color: #5f4e28;
}
.pg-match-view.sport-type.id-6 {
    background-color: #ef4836;
    color: #381310;
}
.pg-match-view.sport-type.id-3 {
    background-color: #89b790;
    color: #173f1d;
}
.pg-match-view.sport-type.id-98 {
    background-color: #ff6766;
    color: #422424;
}
.pg-match-view.sport-type.id-13 {
    background-color: #e7df86;
    color: #4c4816;
}
.pg-match-view.sport-type.id-34 {
    background-color: #2c3e50;
    color: #6f859a;
}
.pg-match-view.sport-type.id-31 {
    background-color: #913d88;
    color: #10060f;
}
.pg-match-view.sport-type.id-32 {
    background-color: #1dabb8;
    color: #0b2b2a;
}
.pg-match-view.sport-type.id-15 {
    background-color: #1e8bc3;
    color: #0d3042;
}
.pg-match-view.sport-type.id-10 {
    background-color: #b54a47;
    color: #210909;
}
.pg-match-view.sport-type.id-60 {
    background-color: #ff7e55;
    color: #3a190e;
}
.pg-match-view.sport-type.id-33 {
    background-color: #f8bd97;
    color: #382315;
}
.pg-match-view.sport-type.id-21 {
    background-color: #6797a1;
    color: #1a2d31;
}
.pg-match-view.sport-type.id-11 {
    background-color: #b57b5b;
    color: #3a1e0f;
}
.pg-match-view.sport-type.id-28 {
    background-color: #b980d0;
    color: #451e54;
}
.pg-match-view.sport-type.id-17 {
    background-color: #6ca1ae;
    color: #1d3e46;
}
.pg-match-view.sport-type.id-22 {
    background-color: #d27e4e;
    color: #5d2c10;
}
.pg-match-view.sport-type.id-24 {
    background-color: #d2a960;
    color: #4c350d;
}
.pg-match-view.sport-type.id-7 {
    background-color: #84d8ba;
    color: #113c2d;
}
.pg-match-view.sport-type.id-29 {
    background-color: #d8c060;
    color: #4e4318;
}
.pg-match-view.sport-type.id-9 {
    background-color: #78c0a8;
    color: #0f4a36;
}
.pg-match-view.sport-type.id-25 {
    background-color: #59ae7f;
    color: #092d19;
}
.pg-match-view.sport-type.id-64 {
    background-color: #66adcc;
    color: #174356;
}
.pg-match-view.sport-type.id-12 {
    background-color: #949fc7;
    color: #151f40;
}
.pg-match-view.sport-type.id-19 {
    background-color: #fbcf76;
    color: #231904;
}
.pg-match-view.sport-type.id-54 {
    background-color: #f19e9e;
    color: #501a1a;
}
.pg-match-view.sport-type.id-37 {
    background-color: #68b4e6;
    color: #061f2f;
}
.pg-match-view.sport-type.id-62 {
    background-color: #f1ac65;
    color: #523211;
}
.pg-match-view.sport-type.id-90 {
    background-color: #7fc7e6;
    color: #0e2f3e;
}
.pg-match-view.sport-type.id-52 {
    background-color: #5aacb7;
    color: #084048;
}
.pg-match-view.sport-type.id-20 {
    background-color: #913d88;
    color: #e0a3b4;
}
.pg-match-view.sport-type.id-5 {
    background-color: #72c1ea;
    color: #1c536f;
}
.pg-match-view.sport-type.id-23 {
    background-color: #5bbdaa;
    color: #233e38;
}
.pg-match-view.sport-type.id-26 {
    background-color: #9bdbde;
    color: #0e3a3c;
}
.pg-match-view.sport-type.id-14 {
    background-color: #e89090;
    color: #2f1414;
}
.pg-match-view.sport-type.id-86 {
    background-color: #6cb9ae;
    color: #0b423a;
}
.pg-match-view.sport-type.id-109,
.pg-match-view.sport-type.id-110,
.pg-match-view.sport-type.id-121,
.pg-match-view.sport-type.id-18 {
    background-color: #0e4f65;
    color: #96b4d2;
}
.pg-match-view.sport-type.id-103,
.pg-match-view.sport-type.id-105,
.pg-match-view.sport-type.id-43,
.pg-match-view.sport-type.id-44,
.pg-match-view.sport-type.id-46,
.pg-match-view.sport-type.id-47,
.pg-match-view.sport-type.id-48,
.pg-match-view.sport-type.id-49,
.pg-match-view.sport-type.id-50 {
    background-color: #e4f1fe;
    color: #142a40;
}
.pg-match-view .pg-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 150px !important;
    line-height: 0 !important;
    vertical-align: top;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(50%, -25%);
    -ms-transform: translate(50%, -25%);
    transform: translate(50%, -25%);
}
.pg-match-view .pg-match-view-head > .flex-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pg-match-view .pg-match-view-head .match-name {
    font-size: 15px;
}
.pg-match-view .pg-match-view-head .team-flag {
    width: 40px;
}
.pg-match-view .pg-match-view-head .team-flag.team1 {
    padding-right: 5px;
}
.pg-match-view .pg-match-view-head .team-flag.team2 {
    padding-left: 5px;
}
.pg-match-view .pg-match-view-head .score {
    padding: 0 10px;
    font-size: 24px;
    font-weight: 700;
}
.pg-match-view .pg-match-view-head .match-info {
    font-size: 12px;
    text-align: center;
}
.pg-match-view .match-info .score {
    font-size: 32px;
    font-weight: 700;
}
.pg-match-view .match-info .time {
    font-size: 16px;
    font-weight: 700;
}
.pg-match-view .info {
    font-weight: 500;
    margin-top: 5px;
    line-height: normal;
}
.odd-btn-group-asian-cont {
    padding-top: 5px;
    border-top: 1px solid #d0d0d0;
    margin-top: 5px;
}
.odd-btn-group-asian-cont .odd-btn-group-asian {
    margin-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.odd-btn-group-asian-cont .odd-btn-group-asian:first-child {
    margin-left: 5px;
}
.odd-btn-group-asian-cont .odd-btn-group-asian .bet-type {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.odd-btn-group-asian-cont .odd-btn-group-asian .btn.bet-btn {
    display: block;
    margin-top: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
}
.jackpot .modul-accordion .modul-header .consolation-prices-link {
    text-decoration: underline;
}
.jackpot .modul-accordion .modul-content .fixture-container .match-content .match-info {
    font-size: 12px;
}
.jackpot .modul-accordion .modul-content .collapsible {
    margin: 0;
    border: none;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header {
    border-bottom: 1px solid #42495c;
    padding: 5px 15px;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .title {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info {
    padding-left: 15px;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info b {
    font-weight: 500;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info .consolation-prices {
    display: none;
    padding: 10px;
    margin: 10px 10px 10px 0;
    border-radius: 15px;
    box-shadow: 0 0 1px 0 rgba(255, 255, 255, 0.8);
    background-color: #419c00;
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info .consolation-prices.active {
    display: block;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info .consolation-prices .dropdown-text {
    display: inline-block;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info .result {
    padding-left: 15px;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .btn {
    text-transform: uppercase;
    font-weight: 500;
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    display: block;
    text-align: center;
    margin: 5px 0;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body {
    padding: 5px;
    border-bottom: 1px solid #42495c;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .title-row {
    padding: 5px;
    border-bottom: 1px solid #d0d0d0;
    font-weight: 500;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont {
    padding: 5px;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-weight: 500;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow:after,
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow:before {
    content: "";
    display: table;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .jackpot-btn {
    margin: 5px 0;
    height: 48px;
    border-radius: 5px;
    padding: 0 15px;
    display: block;
    text-align: center;
    text-transform: uppercase;
    font-weight: 500;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .jackpot-clear {
    text-align: right;
    display: block;
}
.jackpot .modul-accordion .modul-content .collapsible li:last-child .collapsible-body,
.jackpot .modul-accordion .modul-content .collapsible li:last-child .collapsible-header {
    border-bottom: none;
}
.jackpot .modul-accordion.rules .modul-content {
    padding: 5px 15px;
}
.jackpot .jackpot-result-list-view .collapsible-body .fixture-body {
    padding: 5px;
}
.jackpot .jackpot-result-list-view .collapsible-body .fixture-body .match-info {
    font-size: 12px;
}
.confirm-area {
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    text-align: center;
    padding: 8px 12px 20px;
}
.confirm-area .bet-btn {
    width: 100%;
    text-align: center;
    margin: 20px 0 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.esport-img {
    text-align: center;
}
.league-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    height: 55px;
}
.league-title .title-left {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.league-title i.country {
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin: 0 !important;
    width: 32px;
    height: 32px;
}
.league-title .header-text {
    margin-left: 5px;
}
.league-title i.fa-caret-down {
    margin-top: 5px;
    font-size: 18px;
}
.league-title .bread-statistic-btn {
    margin-left: 10px;
}
.live-filter {
    margin: 0 15px;
}
.live-filter .live-filter-btn {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #2a4961;
    border-radius: 6px 6px 0 0;
    padding: 0 15px;
    font-weight: 500;
}
.live-filter .live-filter-btn i {
    font-size: 14px;
}
.live-filter .live-filter-btn i.left {
    margin-right: 10px;
    line-height: normal;
}
.live-filter .live-filter-btn i.right {
    margin-left: 10px;
}
.live-filter .country-select select {
    margin-top: 10px;
}
.livebet-page .content-horizontal-slide-tabs.filter {
    padding: 10px 0 0;
}
.live-detail-league-name {
    margin: 15px;
}
.live-detail-league-name .text {
    height: 30px;
    font-weight: 500;
    display: block;
    text-align: center;
    line-height: 32px;
    border-radius: 20px;
    padding: 0 20px;
    font-size: 13px;
}
.fixture-detail-modal {
    border: 5px solid #343434;
}
.fixture-detail-modal .modal-close i.fa {
    font-size: 18px;
    color: inherit;
}
.bet-btn.disabled .bet-btn-odd::before,
.bet-btn.disabled-btn .bet-btn-odd::before,
.bet-btn[disabled] .bet-btn-odd::before {
    content: "";
    font-family: FontAwesome;
    font-size: 12px;
    margin-right: 6px;
}
.live-top {
    padding-bottom: 10px;
}
.virtual-sport-list .content-horizontal-slide-tabs {
    padding: 10px 0;
}
.virtual-sport-list .horizontal-slide-left-btn,
.virtual-sport-list .horizontal-slide-right-btn {
    display: none;
}
.fixture-bottom-message {
    display: block;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
}
.fixture-bottom-message .btn {
    border-radius: 5px;
}
#lmvtch-c {
    position: relative;
    width: 100%;
}
#lmvtch {
    width: 100%;
    position: absolute;
    z-index: 999;
    top: -15px;
    left: -10px;
}
#lmvtch i {
    color: #fff;
    font-size: 30px;
}
#hddn {
    height: 0;
}
#lmv {
    width: 100%;
    height: 100%;
    position: relative;
}
.lmv-tb-fx {
    position: fixed;
    width: 100%;
    z-index: 98;
    background-color: #2d5d7c;
}
.lmv-fx {
    position: fixed !important;
    width: 264px !important;
    height: 120px !important;
    right: 0;
    z-index: 998;
    transition: all 0.2s linear;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
}
.live-video-stream {
    width: 100%;
    height: 100%;
}
.modul-accordion {
    margin: 10px 15px;
    overflow: hidden;
    border-radius: 15px;
}
.modul-accordion:after,
.modul-accordion:before {
    content: "";
    display: table;
}
.modul-accordion:after {
    clear: both;
}
.modul-accordion.active > .modul-content {
    display: block;
}
.modul-accordion.active > .modul-header .fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modul-accordion.close > .modul-header i.fa-chevron-right {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}
.modul-accordion.close > .modul-content {
    display: none;
}
.modul-accordion[accordion] > .modul-header {
    cursor: pointer;
}
.modul-accordion.league {
    margin: 15px 10px;
}
.modul-accordion .modul-header {
    padding: 0 15px;
    height: 48px;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modul-accordion .modul-header:after,
.modul-accordion .modul-header:before {
    content: "";
    display: table;
}
.modul-accordion .modul-header:after {
    clear: both;
}
.modul-accordion .modul-header i.left {
    margin-right: 10px;
}
.modul-accordion .modul-header i.right {
    margin-left: 5px;
}
.modul-accordion .modul-header i.country {
    transform: scale(0.75);
    -ms-transform: scale(0.75);
    -webkit-transform: scale(0.75);
    margin: -4px !important;
    width: 32px;
    height: 32px;
}
.modul-accordion .modul-header i.country.left + .header-text {
    margin-left: 15px;
}
.modul-accordion .modul-header i.svg-font-icons {
    font-size: 13px;
}
.modul-accordion .modul-header i.fa-chevron-right {
    line-height: inherit;
    font-size: 11px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.modul-accordion .modul-header .statistic-btn {
    border: none;
    height: 48px;
    line-height: 46px;
}
.modul-accordion .modul-header .statistic-btn i.pg-icons {
    font-size: 20px;
    vertical-align: middle;
}
.modul-accordion .modul-header .header-text {
    font-size: inherit;
    font-weight: 500;
}
.modul-accordion .modul-header .header-text span {
    color: #ff9800;
    font-size: 11px;
}
.modul-accordion .modul-header .btn {
    height: 25px;
    line-height: 25px;
    font-size: 12px;
    margin: 0 5px;
}
.modul-accordion .modul-content:after,
.modul-accordion .modul-content:before {
    content: "";
    display: table;
}
.modul-accordion .modul-content:after {
    clear: both;
}
.modul-accordion .modul-content .modul-accordion:last-child.close:not(.active) .modul-header {
    border-bottom: none;
}
.modul-accordion .modul-accordion .modul-header {
    border-radius: 0;
}
.modul-accordion .modul-accordion .modul-header .bread-statistic-btn {
    margin-right: 10px;
}
.modul-accordion .modul-accordion.bet-type-group {
    padding: 0;
}
.modul-accordion .modul-accordion {
    margin: 0;
    border-radius: 0;
}
.modul-accordion .modul-accordion.bet-type-group .modul-header {
    border-radius: 0;
    border-bottom: 1px solid #42495c;
}
.modul-accordion.sports {
    border-top: 1px solid #42495c;
}
.modul-accordion.bonus-activities .title {
    padding: 5px 15px;
    display: inline-block;
}
.modul-accordion.verify-ticket .field-label {
    color: rgba(255, 255, 255, 0.87);
}
.modul-accordion.verify-ticket .modul-content {
    padding: 0 15px 15px;
}
.modul-accordion.verify-ticket .betslipbtn {
    margin-top: 10px;
    text-align: center;
    height: 48px;
    font-weight: 500;
    border-radius: 5px;
}
.modul-accordion .waiting-transactions-btn {
    border-radius: 5px;
}
.card-container {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 5px 0 5px 15px;
    margin: 5px 0;
}
.card-container .main-pg-card {
    padding: 5px;
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 15px;
    width: 90%;
    overflow: hidden;
    margin-right: 5px;
}
.card-container .main-pg-card .card-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 11px;
    padding: 0 7.5px;
}
.card-container .main-pg-card .card-header .league-info {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-right: 5px;
}
.card-container .main-pg-card .card-header .league-info i {
    font-size: 11px;
    padding-right: 5px;
}
.card-container .main-pg-card .card-header .match-info .live {
    border-radius: 10px 2px;
    padding: 1px 8px;
    font-size: 10px;
}
.card-container .main-pg-card .card-header .match-info .live,
.card-container .main-pg-card .card-header .match-info .play {
    margin-right: 5px;
}
.card-container .main-pg-card .team-wrapper {
    padding: 5px 7.5px;
    margin-top: 5px;
}
.card-container .main-pg-card .team-wrapper .team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-container .main-pg-card .team-wrapper .team .team-content-left {
    min-width: 100px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 50px;
}
.card-container .main-pg-card .team-wrapper .team .team-content-left .team-content-info {
    margin-right: 5px;
}
.card-container .main-pg-card .team-wrapper .team .team-content-left .team-content-info .team-flag {
    width: 20px;
    margin-right: 5px;
    float: left;
}
.card-container .main-pg-card .team-wrapper .team .team-content-left .team-content-info:first-child {
    margin-bottom: 5px;
}
.card-container .main-pg-card .team-wrapper .team-period {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    overflow: auto;
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: auto;
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 3px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content .item span:first-child {
    margin-bottom: 5px;
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content .item:last-child {
    padding-right: 0;
}
.card-container .main-pg-card .bet-type-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 7.5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.card-container .main-pg-card .bet-type-container .bet-type {
    margin-right: 5px;
    font-size: 13px;
}
.card-container .main-pg-card .bet-type-container .other-btn {
    height: 30px;
    font-size: 13px;
}
.card-container .main-pg-card .odd-btn-group {
    margin-top: 5px;
    padding: 0 5px 5px;
}
.card-container .main-pg-card .odd-btn-group .bet-btn {
    height: 40px;
}
.card-container .pg-card {
    position: relative;
    z-index: 1;
    display: inline-block;
    border-radius: 15px;
    width: 97%;
    overflow: hidden;
    margin-right: 5px;
}
.card-container .pg-card.full-card {
    width: calc(100% - 10px);
    margin-right: 10px;
}
.card-container .pg-card.sport-type.id-1 {
    background-color: #a0ca8d;
    color: #1c3d0c;
}
.card-container .pg-card.sport-type.id-2 {
    background-color: #ec644b;
    color: #3c210f;
}
.card-container .pg-card.sport-type.id-16 {
    background-color: #446cb3;
    color: #04132d;
}
.card-container .pg-card.sport-type.id-4 {
    background-color: #fde3a7;
    color: #5f4e28;
}
.card-container .pg-card.sport-type.id-6 {
    background-color: #ef4836;
    color: #381310;
}
.card-container .pg-card.sport-type.id-3 {
    background-color: #89b790;
    color: #173f1d;
}
.card-container .pg-card.sport-type.id-98 {
    background-color: #ff6766;
    color: #422424;
}
.card-container .pg-card.sport-type.id-13 {
    background-color: #e7df86;
    color: #4c4816;
}
.card-container .pg-card.sport-type.id-34 {
    background-color: #2c3e50;
    color: #6f859a;
}
.card-container .pg-card.sport-type.id-31 {
    background-color: #913d88;
    color: #10060f;
}
.card-container .pg-card.sport-type.id-32 {
    background-color: #1dabb8;
    color: #0b2b2a;
}
.card-container .pg-card.sport-type.id-15 {
    background-color: #1e8bc3;
    color: #0d3042;
}
.card-container .pg-card.sport-type.id-10 {
    background-color: #b54a47;
    color: #210909;
}
.card-container .pg-card.sport-type.id-60 {
    background-color: #ff7e55;
    color: #3a190e;
}
.card-container .pg-card.sport-type.id-33 {
    background-color: #f8bd97;
    color: #382315;
}
.card-container .pg-card.sport-type.id-21 {
    background-color: #6797a1;
    color: #1a2d31;
}
.card-container .pg-card.sport-type.id-11 {
    background-color: #b57b5b;
    color: #3a1e0f;
}
.card-container .pg-card.sport-type.id-28 {
    background-color: #b980d0;
    color: #451e54;
}
.card-container .pg-card.sport-type.id-17 {
    background-color: #6ca1ae;
    color: #1d3e46;
}
.card-container .pg-card.sport-type.id-22 {
    background-color: #d27e4e;
    color: #5d2c10;
}
.card-container .pg-card.sport-type.id-24 {
    background-color: #d2a960;
    color: #4c350d;
}
.card-container .pg-card.sport-type.id-7 {
    background-color: #84d8ba;
    color: #113c2d;
}
.card-container .pg-card.sport-type.id-29 {
    background-color: #d8c060;
    color: #4e4318;
}
.card-container .pg-card.sport-type.id-9 {
    background-color: #78c0a8;
    color: #0f4a36;
}
.card-container .pg-card.sport-type.id-25 {
    background-color: #59ae7f;
    color: #092d19;
}
.card-container .pg-card.sport-type.id-64 {
    background-color: #66adcc;
    color: #174356;
}
.card-container .pg-card.sport-type.id-12 {
    background-color: #949fc7;
    color: #151f40;
}
.card-container .pg-card.sport-type.id-19 {
    background-color: #fbcf76;
    color: #231904;
}
.card-container .pg-card.sport-type.id-54 {
    background-color: #f19e9e;
    color: #501a1a;
}
.card-container .pg-card.sport-type.id-37 {
    background-color: #68b4e6;
    color: #061f2f;
}
.card-container .pg-card.sport-type.id-62 {
    background-color: #f1ac65;
    color: #523211;
}
.card-container .pg-card.sport-type.id-90 {
    background-color: #7fc7e6;
    color: #0e2f3e;
}
.card-container .pg-card.sport-type.id-52 {
    background-color: #5aacb7;
    color: #084048;
}
.card-container .pg-card.sport-type.id-20 {
    background-color: #913d88;
    color: #e0a3b4;
}
.card-container .pg-card.sport-type.id-5 {
    background-color: #72c1ea;
    color: #1c536f;
}
.card-container .pg-card.sport-type.id-23 {
    background-color: #5bbdaa;
    color: #233e38;
}
.card-container .pg-card.sport-type.id-26 {
    background-color: #9bdbde;
    color: #0e3a3c;
}
.card-container .pg-card.sport-type.id-14 {
    background-color: #e89090;
    color: #2f1414;
}
.card-container .pg-card.sport-type.id-86 {
    background-color: #6cb9ae;
    color: #0b423a;
}
.card-container .pg-card.sport-type.id-109,
.card-container .pg-card.sport-type.id-110,
.card-container .pg-card.sport-type.id-121,
.card-container .pg-card.sport-type.id-18 {
    background-color: #0e4f65;
    color: #96b4d2;
}
.card-container .pg-card.sport-type.id-103,
.card-container .pg-card.sport-type.id-105,
.card-container .pg-card.sport-type.id-43,
.card-container .pg-card.sport-type.id-44,
.card-container .pg-card.sport-type.id-46,
.card-container .pg-card.sport-type.id-47,
.card-container .pg-card.sport-type.id-48,
.card-container .pg-card.sport-type.id-49,
.card-container .pg-card.sport-type.id-50 {
    background-color: #e4f1fe;
    color: #142a40;
}
.card-container .pg-card .pg-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    font-size: 150px !important;
    line-height: 0 !important;
    vertical-align: top;
    width: 200px;
    height: 200px;
    -webkit-transform: translate(50%, -25%);
    -ms-transform: translate(50%, -25%);
    transform: translate(50%, -25%);
}
.card-container .pg-card .date-timer {
    font-size: 12px;
    padding: 5px;
}
.card-container .pg-card .pg-card-header > .flex-container {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}
.card-container .pg-card .pg-card-header .match-name {
    font-size: 13px;
    font-weight: 700;
}
.card-container .pg-card .pg-card-header .team-flag {
    width: 40px;
}
.card-container .pg-card .pg-card-header .pg-card-name {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.card-container .pg-card .pg-card-header .space {
    padding: 0 5px;
}
.card-container .pg-card .pg-card-header .pg-odd-type {
    font-size: 14px;
    text-align: center;
    font-weight: 500;
}
.card-container .pg-card .pg-card-header .detail-top-info {
    margin: 0;
    padding: 15px 15px 0;
}
.card-container .pg-card .pg-card-header .detail-top-info .live-match {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    padding: 2px 29px;
    border-radius: 0 0 10px 10px;
}
.card-container .pg-card .pg-card-header .detail-top-info .live-match .live-icon {
    font-size: 12px;
    font-weight: 700;
}
.card-container .pg-card .odd-btn-group .bet-btn,
.card-container .pg-card .odd-btn-group .other-btn,
.card-container .pg-card .odd-btn-group-asian-cont .bet-btn,
.card-container .pg-card .odd-btn-group-asian-cont .other-btn {
    font-weight: 700;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
}
.card-container .pg-card .odd-btn-group .bet-btn .bet-btn-odd,
.card-container .pg-card .odd-btn-group .bet-btn .bet-btn-text,
.card-container .pg-card .odd-btn-group .other-btn .bet-btn-odd,
.card-container .pg-card .odd-btn-group .other-btn .bet-btn-text,
.card-container .pg-card .odd-btn-group-asian-cont .bet-btn .bet-btn-odd,
.card-container .pg-card .odd-btn-group-asian-cont .bet-btn .bet-btn-text,
.card-container .pg-card .odd-btn-group-asian-cont .other-btn .bet-btn-odd,
.card-container .pg-card .odd-btn-group-asian-cont .other-btn .bet-btn-text {
    margin-top: 0;
}
.card-container::-webkit-scrollbar {
    display: none;
}
.number-keyboard {
    padding: 5px;
    max-height: 80% !important;
}
.number-keyboard .key-info .first-row .text {
    font-size: 13px;
}
.number-keyboard .key-info .first-row .amount {
    font-weight: 700;
}
.number-keyboard .key-info .sec-row {
    border: 1px solid #d0d0d0;
    padding: 5px;
    margin-top: 5px;
}
.number-keyboard .key-info .sec-row .text {
    font-size: 13px;
}
.number-keyboard .key-info .sec-row .amount {
    font-weight: 700;
    font-size: 18px;
}
.number-keyboard .fast-btns {
    margin: 5px -2.5px 0;
}
.number-keyboard .fast-btns .btn {
    text-align: center;
    margin: 0 2.5px;
}
.number-keyboard .numbers-cont {
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 5px;
    margin-top: 5px;
}
.number-keyboard .numbers-cont .item {
    text-align: center;
    min-height: 36px;
    border: none;
}
.number-keyboard .numbers-cont .item.zero {
    grid-column-start: 1;
    grid-column-end: 3;
}
.number-keyboard .numbers-cont .item.backspace {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 4;
}
.number-keyboard .numbers-cont .item.enter {
    grid-row-start: 3;
    grid-row-end: 5;
    grid-column-start: 4;
}
.populer-events .populer-events-contaner .slide-btn {
    display: block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
}
.populer-events .populer-events-contaner .fixture-container .match-content:first-child {
    border-top: 1px solid #42495c;
}
.populer-events .populer-events-contaner .fixture-container .match-content:last-child {
    border-bottom: 1px solid #42495c;
    border-bottom: none;
}
.populer-events .show-more-games {
    display: none;
}
.promoted-event .fixture-container .match-content:first-child {
    border-top: 1px solid #42495c;
}
.promoted-event .content-horizontal-slide-tabs {
    padding: 10px 0;
}
.card-league-modul {
    margin: 15px;
    border-radius: 15px;
}
.card-league-modul .card-img-title {
    padding: 10px;
    position: relative;
    overflow: hidden;
    border-radius: 15px;
}
.card-league-modul .card-img-title.sport-type.id-1 {
    background-color: #a0ca8d;
    color: #1c3d0c;
}
.card-league-modul .card-img-title.sport-type.id-2 {
    background-color: #ec644b;
    color: #3c210f;
}
.card-league-modul .card-img-title.sport-type.id-16 {
    background-color: #446cb3;
    color: #04132d;
}
.card-league-modul .card-img-title.sport-type.id-4 {
    background-color: #fde3a7;
    color: #5f4e28;
}
.card-league-modul .card-img-title.sport-type.id-6 {
    background-color: #ef4836;
    color: #381310;
}
.card-league-modul .card-img-title.sport-type.id-3 {
    background-color: #89b790;
    color: #173f1d;
}
.card-league-modul .card-img-title.sport-type.id-98 {
    background-color: #ff6766;
    color: #422424;
}
.card-league-modul .card-img-title.sport-type.id-13 {
    background-color: #e7df86;
    color: #4c4816;
}
.card-league-modul .card-img-title.sport-type.id-34 {
    background-color: #2c3e50;
    color: #6f859a;
}
.card-league-modul .card-img-title.sport-type.id-31 {
    background-color: #913d88;
    color: #10060f;
}
.card-league-modul .card-img-title.sport-type.id-32 {
    background-color: #1dabb8;
    color: #0b2b2a;
}
.card-league-modul .card-img-title.sport-type.id-15 {
    background-color: #1e8bc3;
    color: #0d3042;
}
.card-league-modul .card-img-title.sport-type.id-10 {
    background-color: #b54a47;
    color: #210909;
}
.card-league-modul .card-img-title.sport-type.id-60 {
    background-color: #ff7e55;
    color: #3a190e;
}
.card-league-modul .card-img-title.sport-type.id-33 {
    background-color: #f8bd97;
    color: #382315;
}
.card-league-modul .card-img-title.sport-type.id-21 {
    background-color: #6797a1;
    color: #1a2d31;
}
.card-league-modul .card-img-title.sport-type.id-11 {
    background-color: #b57b5b;
    color: #3a1e0f;
}
.card-league-modul .card-img-title.sport-type.id-28 {
    background-color: #b980d0;
    color: #451e54;
}
.card-league-modul .card-img-title.sport-type.id-17 {
    background-color: #6ca1ae;
    color: #1d3e46;
}
.card-league-modul .card-img-title.sport-type.id-22 {
    background-color: #d27e4e;
    color: #5d2c10;
}
.card-league-modul .card-img-title.sport-type.id-24 {
    background-color: #d2a960;
    color: #4c350d;
}
.card-league-modul .card-img-title.sport-type.id-7 {
    background-color: #84d8ba;
    color: #113c2d;
}
.card-league-modul .card-img-title.sport-type.id-29 {
    background-color: #d8c060;
    color: #4e4318;
}
.card-league-modul .card-img-title.sport-type.id-9 {
    background-color: #78c0a8;
    color: #0f4a36;
}
.card-league-modul .card-img-title.sport-type.id-25 {
    background-color: #59ae7f;
    color: #092d19;
}
.card-league-modul .card-img-title.sport-type.id-64 {
    background-color: #66adcc;
    color: #174356;
}
.card-league-modul .card-img-title.sport-type.id-12 {
    background-color: #949fc7;
    color: #151f40;
}
.card-league-modul .card-img-title.sport-type.id-19 {
    background-color: #fbcf76;
    color: #231904;
}
.card-league-modul .card-img-title.sport-type.id-54 {
    background-color: #f19e9e;
    color: #501a1a;
}
.card-league-modul .card-img-title.sport-type.id-37 {
    background-color: #68b4e6;
    color: #061f2f;
}
.card-league-modul .card-img-title.sport-type.id-62 {
    background-color: #f1ac65;
    color: #523211;
}
.card-league-modul .card-img-title.sport-type.id-90 {
    background-color: #7fc7e6;
    color: #0e2f3e;
}
.card-league-modul .card-img-title.sport-type.id-52 {
    background-color: #5aacb7;
    color: #084048;
}
.card-league-modul .card-img-title.sport-type.id-20 {
    background-color: #913d88;
    color: #e0a3b4;
}
.card-league-modul .card-img-title.sport-type.id-5 {
    background-color: #72c1ea;
    color: #1c536f;
}
.card-league-modul .card-img-title.sport-type.id-23 {
    background-color: #5bbdaa;
    color: #233e38;
}
.card-league-modul .card-img-title.sport-type.id-26 {
    background-color: #9bdbde;
    color: #0e3a3c;
}
.card-league-modul .card-img-title.sport-type.id-14 {
    background-color: #e89090;
    color: #2f1414;
}
.card-league-modul .card-img-title.sport-type.id-86 {
    background-color: #6cb9ae;
    color: #0b423a;
}
.card-league-modul .card-img-title.sport-type.id-109,
.card-league-modul .card-img-title.sport-type.id-110,
.card-league-modul .card-img-title.sport-type.id-121,
.card-league-modul .card-img-title.sport-type.id-18 {
    background-color: #0e4f65;
    color: #96b4d2;
}
.card-league-modul .card-img-title.sport-type.id-103,
.card-league-modul .card-img-title.sport-type.id-105,
.card-league-modul .card-img-title.sport-type.id-43,
.card-league-modul .card-img-title.sport-type.id-44,
.card-league-modul .card-img-title.sport-type.id-46,
.card-league-modul .card-img-title.sport-type.id-47,
.card-league-modul .card-img-title.sport-type.id-48,
.card-league-modul .card-img-title.sport-type.id-49,
.card-league-modul .card-img-title.sport-type.id-50 {
    background-color: #e4f1fe;
    color: #142a40;
}
.card-league-modul .card-img-title .first-txt .country {
    transform: scale(0.5625);
    -ms-transform: scale(0.5625);
    -webkit-transform: scale(0.5625);
    margin: -11px !important;
    width: 32px;
    height: 32px;
    margin-right: -4px !important;
}
.card-league-modul .card-img-title .svg-font-icons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    font-size: 115px !important;
    line-height: 0 !important;
    vertical-align: top;
    width: 190px;
    height: 70px;
    -webkit-transform: translate(50%, -25%);
    -ms-transform: translate(50%, -25%);
    transform: translate(50%, -25%);
}
.card-league-modul .card-img-title .go-all {
    z-index: 0;
    text-shadow: none;
}
.card-league-modul .league-match-main {
    border-radius: 0 0 11px 11px;
    overflow: hidden;
}
.card-league-modul .league-match-main .match-content .bet-type-match {
    width: 100%;
    text-align: center;
}
.ready-coupon .btn-winnings {
    display: block;
    margin: 10px;
    text-align: center;
    padding: 10px;
    border-radius: 10px;
    line-height: normal;
}
.ready-coupon .range-container-main .input-field {
    margin-top: -25px;
}
.ready-coupon .range-container-main .input-field input {
    width: 80px;
    text-align: center;
    margin-right: 5px;
    padding: 0;
}
.ready-coupon .range-container-main .top-time-range input {
    padding: 0 12px;
}
.modul-accordion.populer-events .game-card {
    padding: 0 2px !important;
    margin: 0;
}
.modul-accordion.populer-events .game-card .game-name {
    font-size: 11px;
}
.modul-accordion.populer-events .owl-nav .owl-next,
.modul-accordion.populer-events .owl-nav .owl-prev {
    margin: 0;
    padding: 0;
    width: 18px;
}
.game-card {
    overflow: hidden;
    padding: 0 7.5px !important;
}
.game-card .card-image {
    position: relative;
    display: block;
}
.game-card .card-image img.game-img {
    min-width: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    border-radius: 10px;
    height: 100%;
}
.game-card .card-image img.game-img.loading {
    position: relative;
    z-index: 4;
}
.game-card .card-image .inf {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    padding: 3px 5px;
    border-radius: 0 0 3px;
    max-width: 100%;
    font-size: 10px;
}
.game-card .card-image .inf .new,
.game-card .card-image .inf .popular {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-radius: 5px;
    text-align: center;
    margin: 2px;
    padding: 0 3px;
    display: block;
}
.game-card .card-image .vendor-wrap {
    position: absolute;
    z-index: 11;
    top: 5px;
    right: 5px;
}
.game-card .card-image .vendor-wrap img.vendor-img {
    width: 15px;
}
.game-card .game-name {
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    font-size: 12px;
}
.game-card .poker-game-btn {
    text-align: center;
    padding: 0;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width: 100%;
    height: 48px;
    line-height: 48px;
}
.casino-content {
    padding: 10px 7.5px 0;
}
.casino-content .game-card {
    margin: 0 0 10px;
}
.casino-show-more {
    display: block;
    text-align: center;
    font-size: 12px;
    border-radius: 5px;
    width: 100%;
    padding: 0;
    height: 48px;
    line-height: 48px;
    margin: 10px 0 0;
    text-transform: uppercase;
    font-weight: 500;
    border: none;
}
.casino-select {
    height: 45px;
}
.casino-select select.browser-default {
    height: 45px;
    width: 100px;
}
.casino-search-toogle {
    height: 32px;
    width: 32px;
    line-height: 30px;
    text-align: center;
    margin-left: 8px;
}
.casino-search-toogle i.pg-icons {
    font-size: 15px;
}
.casino-search-cont .input-field {
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    padding: 0 10px;
}
.casino-search-cont .input-field input {
    border-radius: 50px;
    height: 48px;
    outline: 0;
    padding: 0 15px;
    border: none;
    margin-bottom: 0;
}
.casino-search-cont .input-field input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
.casino-search-cont .input-field input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
}
.casino-search-cont .input-field input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
.casino-search-cont .input-field input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
.casino-search-cont .input-field input::placeholder {
    font-size: 14px;
    font-weight: 400;
}
#poker-page-modal .input-field {
    margin-top: 10px;
}
#poker-page-modal .input-field input {
    border: 1px solid #d0d0d0;
    font-size: 13px;
}
#poker-page-modal .input-field input:focus {
    outline: 0;
}
#poker-page-modal .poker-page-modal-btn {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
#live-casino-modal .title {
    margin-bottom: 0;
}
#live-casino-modal .time-info {
    font-size: 13px;
    margin-bottom: 10px;
}
#live-casino-modal .time-info i.pg-icons {
    font-size: 13px;
    vertical-align: middle;
}
#live-casino-modal .limit-row {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
#live-casino-modal .limit-row .text {
    font-size: 15px;
    padding: 5px;
}
#live-casino-modal .limit-row .live-casino-limit-btn {
    text-align: center;
}
.casino.horizontal-slide-tabs .horizontal-slide-content {
    padding: 0 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    padding-top: 0;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon i {
    vertical-align: middle;
    line-height: 67px;
    font-size: 32px;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .type {
    text-transform: capitalize;
    margin-top: 5px;
    font-weight: 500;
    font-size: 13px;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:last-child {
    margin-right: 0;
}
#limit-modal .modal-content {
    padding: 20px;
    text-align: center;
}
#limit-modal .modal-content .limit-settings-btn {
    display: block;
    background-color: #343434;
    color: #fff;
    margin-bottom: 10px;
    padding: 6px;
    width: 100%;
}
#limit-modal .modal-content .limit-settings-btn:last-child {
    margin-bottom: 0;
}
.icon-footer-image-1 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -52px -122px;
    width: 56px;
    height: 16px;
}
.icon-footer-image-10 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -92px -140px;
    width: 45px;
    height: 16px;
}
.icon-footer-image-11 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -108px -122px;
    width: 50px;
    height: 16px;
}
.icon-footer-image-12 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -131px -86px;
    width: 60px;
    height: 16px;
}
.icon-footer-image-13 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -106px -16px;
    width: 85px;
    height: 16px;
}
.icon-footer-image-14 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -46px -140px;
    width: 46px;
    height: 16px;
}
.icon-footer-image-2 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -65px -106px;
    width: 63px;
    height: 16px;
}
.icon-footer-image-3 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -106px;
    width: 65px;
    height: 16px;
}
.icon-footer-image-4 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -137px -140px;
    width: 44px;
    height: 16px;
}
.icon-footer-image-5 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -89px -54px;
    width: 89px;
    height: 16px;
}
.icon-footer-image-6 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -70px;
    width: 89px;
    height: 16px;
}
.icon-footer-image-65 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -54px;
    width: 89px;
    height: 16px;
}
.icon-footer-image-66 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -86px;
    width: 69px;
    height: 20px;
}
.icon-footer-image-7 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -42px -157px;
    width: 40px;
    height: 16px;
}
.icon-footer-image-8 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -157px;
    width: 42px;
    height: 16px;
}
.icon-footer-image-9 {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -158px -122px;
    width: 27px;
    height: 16px;
}
.icon-footer-image-partner_betgames {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -35px;
    width: 89px;
    height: 19px;
}
.icon-footer-image-partner_betsoft {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -140px;
    width: 46px;
    height: 17px;
}
.icon-footer-image-partner_evolution {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -69px -86px;
    width: 62px;
    height: 20px;
}
.icon-footer-image-partner_ezugi {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -122px;
    width: 52px;
    height: 18px;
}
.icon-footer-image-partner_klas {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -89px -70px;
    width: 93px;
    height: 14px;
}
.icon-footer-image-partner_livegames {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 -16px;
    width: 106px;
    height: 19px;
}
.icon-footer-image-partner_luckystreak {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -82px -157px;
    width: 28px;
    height: 15px;
}
.icon-footer-image-partner_netent {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -128px -106px;
    width: 63px;
    height: 15px;
}
.icon-footer-image-partner_pronetgaming {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: 0 0;
    width: 193px;
    height: 16px;
}
.icon-footer-image-partner_xpro {
    background-image: url(footerImages.33567ace5d08ca33d41e.png);
    background-position: -89px -35px;
    width: 99px;
    height: 16px;
}
.bet-slip-master:after,
.bet-slip-master:before {
    content: "";
    display: table;
}
.bet-slip-master:after {
    clear: both;
}
.bet-slip-master .bet-hstry-cntnt .dshbrd-mdl {
    border-radius: 0 0 10px 10px;
}
.bet-slip-master .bet-hstry-cntnt .dshbrd-mdl .mdl-cntnt {
    padding: 5px;
}
.bet-slip-master .bet-slip {
    font-size: 12px;
    background-color: transparent;
    margin: 0;
}
.bet-slip-master .bet-slip.betTabs {
    border-radius: 0;
    padding-bottom: 50px;
}
.bet-slip-master .bet-slip.betTabs .bet-slip-tabs {
    border-radius: 0;
}
.bet-slip-master .bet-slip.FastBetTabs {
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
}
.bet-slip-master .bet-slip input.browser-default {
    height: 30px;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a {
    text-transform: uppercase;
    position: relative;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a.active,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:active,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:hover {
    background-color: transparent;
    color: #34383c;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a.active:after,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:active:after,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:hover:after {
    position: absolute;
    content: "";
    height: 4px;
    background-color: #ef5939;
    width: 30px;
    top: 88%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 5px 5px 0 0;
    border-color: transparent;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab.disabled {
    cursor: not-allowed;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab.disabled a {
    pointer-events: none;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab,
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab {
    height: 45px;
    line-height: 45px;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a {
    text-transform: none;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.active:after,
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a:hover:after {
    content: initial;
    height: 0;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.bet-count.active,
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.bet-count:hover {
    font-weight: 700;
}
.bet-slip-master .bet-slip .coupon-container .coupon {
    font-size: 13px;
    padding: 5px;
    position: relative;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-check [type="checkbox"] + label {
    padding-left: 20px;
    margin-top: 5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-banko .banko {
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
    background-color: #979a9d;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-banko .banko.active {
    background-color: #2d5d7c;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-code {
    padding-left: 5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-info {
    padding: 0 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-info .btg-container,
.bet-slip-master .bet-slip .coupon-container .coupon .match-info .title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-info .btg-container .btg-name {
    padding-right: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-info .btg-container .selection {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 700;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate {
    padding: 0 3px;
    font-weight: 700;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-close {
    margin-left: 5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-close .close {
    text-align: center;
    line-height: 20px;
    display: inline-block;
    padding: 5px 0;
    font-size: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
    position: absolute;
    right: 5px;
    top: 0;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-close .close i {
    font-size: 16px;
    margin-left: 5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-row:last-child {
    margin-bottom: 0;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-row.bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bet-slip-master .bet-slip .coupon-container .coupon .chance-rate label {
    margin-bottom: -5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .message-box,
.bet-slip-master .bet-slip .coupon-container .coupon .message-box label {
    font-size: 12px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .message-box label::after {
    border-color: gray;
}
.bet-slip-master .bet-slip .coupon-amount {
    padding: 10px 5px 5px;
    border-radius: 0;
    background-color: transparent;
}
.bet-slip-master .bet-slip .coupon-amount .input-field {
    margin: 0;
}
.bet-slip-master .bet-slip .coupon-amount .amount-switch {
    overflow: hidden;
}
.bet-slip-master .bet-slip .coupon-amount .amount-switch span {
    float: left;
}
.bet-slip-master .bet-slip .coupon-amount .amount-switch .switch-item {
    float: left;
    margin-left: 10px;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .custom-switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .custom-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .switch-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .switch-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .switch-slider.round {
    border-radius: 34px;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item .switch-slider.round:before {
    border-radius: 50%;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item input:checked + .switch-slider {
    background-color: #2196f3;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item input:focus + .switch-slider {
    box-shadow: 0 0 1px #2196f3;
}
.bet-slip-master .bet-slip .coupon-amount .switch-item input:checked + .switch-slider:before {
    -webkit-transform: translateX(16px);
    -ms-transform: translateX(16px);
    transform: translateX(16px);
}
.bet-slip-master .bet-slip .coupon-footer {
    padding: 0 0 5px;
    border: none;
    position: relative;
}
.bet-slip-master .bet-slip .coupon-footer .total-container {
    padding: 5px 10px;
    font-size: 13px;
}
.bet-slip-master .bet-slip .coupon-footer .total-container .total-coupon .total-coupon-num {
    display: inline-block;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .emptybetslip {
    padding: 0 10px;
    height: 48px;
    line-height: 48px;
    background-color: #e7353c;
    color: #fff;
    margin: 5px;
    border-radius: 5px;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .emptybetslip i {
    font-size: 24px;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    height: 48px;
    line-height: 48px;
    margin: 5px;
    border-radius: 5px;
}
.bet-slip-master .bet-slip .coupon-footer .check-group {
    padding: 10px;
    margin: 0 0 5px;
}
.bet-slip-master .bet-slip .coupon-footer .check-group .check {
    margin-top: 5px;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr {
    background-color: #d5e2f0;
    padding: 10px;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr:after,
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr:before {
    content: "";
    display: table;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr:after {
    clear: both;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion {
    margin: 0;
    border-radius: 10px;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-header {
    height: 40px;
    line-height: 40px;
    background-color: transparent;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-header i.pg-icons {
    font-size: 22px;
    height: 40px;
    line-height: 40px;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding: 3px 0;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li:first-child {
    border-top: none;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li [type="radio"]:checked + label,
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li [type="radio"]:not(:checked) + label {
    padding-left: 25px;
    font-size: 13px;
    color: #e2e3e5;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li [type="radio"]:disabled + label {
    text-decoration: line-through;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion .modul-content > ul > app-freebet > li .pg-icons {
    color: #e2e3e5;
    font-size: 18px;
}
.bet-slip-master .bet-slip .coupon-footer .message-box {
    margin: 10px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body .sys-num,
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .header .sys-num {
    width: 50px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body .amount,
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .header .amount {
    width: 100px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .header {
    font-weight: 700;
    font-size: 13px;
    border-radius: 10px 10px 0 0;
    padding: 10px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body {
    max-height: 150px;
    overflow-y: auto;
    padding: 10px;
    border-radius: 0 0 10px 10px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body .flex-container {
    margin-bottom: 5px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body .flex-container:last-child {
    margin-bottom: 0;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body .amount .input-field {
    margin: 0;
}
.bet-slip-master .bet-slip #single-betslip .coupon-container .coupon .coupon-row .input-field {
    width: 100px;
    margin: 0;
}
.bet-slip-master .bet-slip #single-betslip .coupon-container .coupon .earnings {
    margin-left: 5px;
    text-align: right;
}
.bet-slip-master .bet-slip #single-betslip .coupon-amount {
    background-color: #d5e2f0;
    padding: 0 10px 10px;
}
.bet-slip-master .bet-slip #single-betslip .coupon-amount .input-field {
    width: 100px;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .input-field {
    padding: 5px;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .input-field .input-bg {
    height: 35px;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .amount-text {
    display: inline-block;
    height: 35px;
    padding: 0 5px;
    line-height: 28px;
    position: relative;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .amount-text .count {
    position: absolute;
    left: 5px;
    top: 15px;
    color: #ef5939;
    white-space: nowrap;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .amount-text .count .count-text {
    font-size: 11px;
    color: #000;
    display: inline-block;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .input-style {
    display: inline-block;
    background-color: #fff;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    margin: 3px 5px;
}
.bet-slip-master .bet-slip #preview-betslip {
    padding: 10px;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview {
    margin-bottom: 10px;
    border-radius: 10px;
    background-color: #fff;
    padding: 10px;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .title {
    font-size: 18px;
    font-weight: 700;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .bet-no,
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .num-coupons,
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .possible-winnings,
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .total-amount {
    font-weight: 700;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .check-group {
    margin-top: 10px;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .check-group .check {
    margin-top: 5px;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .check-group .check label {
    font-size: 12px;
    color: #000;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .check-group .check [type="checkbox"].filled-in:checked + label:after {
    background-color: #39b54a;
    border-color: #39b54a;
    border-radius: 10px;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .info .check-group .check [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #39b54a;
    border-radius: 10px;
    color: #000;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .message-box.success .preview-head {
    text-align: center;
    display: block;
    color: #3d3e40;
    font-weight: 700;
    font-size: 12px;
    margin: 5px 0;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .message-box.success .preview-icon {
    text-align: center;
    display: block;
    margin: 5px 0;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .message-box.success .preview-icon i {
    background-color: #39b54a;
    color: #fff;
    border-radius: 20px;
    padding: 5px;
    font-size: 25px;
    font-weight: 700;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .message-box.success .preview-booking {
    color: #989a9c;
    font-size: 12px;
    text-align: center;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview .message-box.success .preview-booking-number {
    color: #39b54a;
    font-size: 25px;
    text-align: center;
    font-weight: 700;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion {
    margin: 1px 0;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-header {
    border-radius: 10px;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-header .header-text {
    font-size: 14px;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-header i.fa-caret-down {
    font-size: 15px;
    line-height: 45px;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content {
    padding: 10px;
    font-size: 12px;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon .number {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon .banko {
    margin-right: 5px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon .rate,
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon .selection {
    font-weight: 700;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon:last-child {
    border-bottom: none;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn {
    display: block;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 5px 0;
    border-radius: 10px;
    background-color: #2f3852;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.return-btn i {
    padding: 0 5px;
}
.bet-slip-master .bet-slip #preview-betslip.result .coupon-preview {
    background-color: transparent;
    padding: 10px 0;
}
.bet-slip-master .bet-slip #preview-betslip.result .coupon-preview .result-coupon {
    background-color: #fff;
    padding: 10px;
    margin: 10px 5px;
    border-radius: 10px;
}
.bet-slip-master .bet-slip #preview-betslip.book-result {
    margin-top: 36px;
}
.bet-slip-master .bet-slip .numpad-input {
    text-align: center;
    padding: 8px 12px;
    border-radius: 10px;
    min-width: 120px;
}
.bet-slip-master .bet-slip .numpad-input-total {
    text-align: center;
    height: 50px;
    line-height: 50px;
    padding: 0 17px;
    border-radius: 0 10px 10px 0;
    min-width: 120px;
}
.bet-slip-master .bet-slip .numpad-input-system {
    padding: 8px 12px;
    border-radius: 10px;
    text-align: center;
    min-width: 120px;
}
.bet-slip-master .fast-bet-main {
    padding: 10px;
    border-radius: 10px;
    margin-top: 36px;
}
.bet-slip-master .fast-bet-main .betslipbtn {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    height: 35px;
    line-height: 35px;
    background-color: #39b54a;
    color: #fff;
    border-radius: 5px;
    min-width: calc(100% - 10px);
    width: calc(100% - 10px);
}
.bet-slip-master .fast-bet-main .coupon-amount .input-field {
    background-color: #e8ebf0;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
    margin-top: 5px;
    margin-bottom: 10px;
}
.bet-slip-master .fast-bet-main .check-group {
    margin-top: 10px;
}
.bet-slip-master .fast-bet-main .switch {
    padding: 10px;
    border-radius: 10px;
}
.bet-slip-master .fast-bet-open {
    background-color: #d5e2f0;
    padding: 10px;
    margin: 0;
}
.bet-slip-master .bet-slip-check {
    font-size: 12px;
    margin-bottom: 5px;
}
.bet-slip-master [type="checkbox"].filled-in:checked + label:after {
    border-width: 1px;
    border-radius: 10px;
}
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label:after {
    border-radius: 10px;
    color: #000;
    border-width: 1px;
}
.bet-slip-master [type="checkbox"].filled-in:checked + label:before,
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label::before {
    top: 1px;
    left: 1px;
    width: 5px;
    height: 10px;
}
.bet-slip-master .message-box.empty_coupon_message {
    margin-top: 45px;
}
.bet-slip-master .bookabet-main {
    margin: 10px;
}
.bet-slip-master .bookabet-main .bet-slip input {
    height: 40px;
    margin-bottom: 5px;
    border: none;
}
.bet-slip-master .bookabet-main .bet-slip .btn.betslipbtn {
    text-align: center;
}
.bet-slip-master .bookabet-main app-bookabet-search {
    position: relative;
    top: 35px;
}
#freebet-drop .collection {
    margin: 5px;
}
#freebet-drop .collection .collection-header,
#freebet-drop .collection .collection-item {
    min-height: initial;
    padding: 3px 5px;
}
#freebet-drop .collection .collection-header {
    font-weight: 700;
    font-size: 14px;
}
#freebet-drop .collection .collection-item {
    font-size: 13px;
}
.bet-slip-header {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-left: 5px;
}
.bet-slip-header .emptybetslip {
    padding: 0 5px;
    background-color: #e7353c;
    color: #fff;
    border-radius: 5px;
    height: 28px;
    line-height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.bet-slip-header .emptybetslip i {
    font-size: 21px;
    height: 28px;
    line-height: 28px;
    margin-right: 5px;
}
.bet-slip-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bet-slip-header .count {
    color: #fff;
    border-radius: 15px;
    padding: 2px 5px;
    line-height: 15px;
    display: inline-block;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-up-small {
    border: 1px solid #39b54a;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-up-small::before {
    content: none;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-up-small::after {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    color: #39b54a;
    margin-left: 5px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-down-small {
    border: 1px solid #e7353c;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-down-small::after {
    content: none;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate.rate-down-small::before {
    font-family: FontAwesome;
    font-weight: 900;
    content: "";
    color: #e7353c;
    margin-right: 5px;
}
#btslpSld.opened {
    z-index: 999;
}
#btslpSld.opened .bet-slip {
    margin: 0;
    box-shadow: none;
    padding: 0;
    height: 100%;
    overflow: hidden;
}
#btslpSld.opened .bet-slip-header {
    position: fixed;
    width: 100%;
    top: 48px;
    z-index: 999;
}
#btslpSld.opened .coupon-footer .total-container .total-coupon .total-coupon-num {
    display: inline-block;
}
#btslpSld.opened .coupon-footer .total-container .total-coupon .play-amount-title {
    text-align: left;
}
#btslpSld.opened .coupon-footer .total-container .earnings-num,
#btslpSld.opened .coupon-footer .total-container .total-coupon .play-amount-title .play-amount-num,
#btslpSld.opened .coupon-footer .total-container .total-rate-num {
    display: inline-block;
}
#btslpSld.opened .coupon-footer-fix {
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 9;
    box-shadow: 0 2px 8px 4px #b4b4b4;
    background-color: #fff;
    box-sizing: border-box;
}
#btslpSld.opened .preview-betslip .coupon-footer-fix,
#btslpSld.opened .result .coupon-footer-fix {
    left: 0;
    padding: 10px;
}
#btslpSld.opened #single-betslip,
#btslpSld.opened #system-betslip {
    height: calc(100% - 145px);
    padding-bottom: 145px;
    overflow-y: scroll;
    box-sizing: content-box;
}
#btslpSld.opened #single-betslip.has-reserved-btn,
#btslpSld.opened #system-betslip.has-reserved-btn {
    height: calc(100% - 205px);
    padding-bottom: 205px;
}
#btslpSld.opened #multi-betslip {
    height: calc(100% - 205px);
    padding-bottom: 205px;
    overflow-y: scroll;
    box-sizing: content-box;
}
#btslpSld.opened #multi-betslip.has-reserved-btn {
    height: calc(100% - 265px);
    padding-bottom: 265px;
}
#btslpSld.opened #bet-slip-master {
    height: 100%;
    overflow: hidden;
    box-sizing: content-box;
}
#btslpSld.opened #bet-slip-master.preview {
    margin-top: 35px;
    height: calc(100% - 139px);
    padding-bottom: 139px;
    overflow-y: scroll;
}
#btslpSld.opened #bet-slip-master.preview .bet-slip {
    height: auto;
}
#btslpSld.opened #bet-slip-master.success {
    margin-top: 35px;
    height: calc(100% - 219px);
    padding-bottom: 219px;
    overflow-y: scroll;
}
#btslpSld.opened #bet-slip-master.success .bet-slip {
    height: auto;
}
#btslpSld.opened #bet-slip-master.history {
    overflow-y: scroll;
    height: 100%;
}
.tckn-main .modul-accordion {
    margin-top: 50px;
}
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label:before {
    border-bottom-color: transparent !important;
    border-right-color: transparent !important;
}
/*
#left-menu .search-one-input,
#user-menu .search-one-input {
    margin: 0;
    padding: 0 8px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#left-menu .search-one-input input,
#user-menu .search-one-input input {
    border: none;
    margin: 0;
    padding-left: 43px;
    border-radius: 50px;
    height: 48px;
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9);
}
#left-menu .search-one-input input:focus,
#user-menu .search-one-input input:focus {
    outline: 0;
}
#left-menu .search-one-input input::-webkit-input-placeholder,
#user-menu .search-one-input input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
#left-menu .search-one-input input::-moz-placeholder,
#user-menu .search-one-input input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
}
#left-menu .search-one-input input:-ms-input-placeholder,
#user-menu .search-one-input input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
#left-menu .search-one-input input::-ms-input-placeholder,
#user-menu .search-one-input input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
}
#left-menu .search-one-input input::placeholder,
#user-menu .search-one-input input::placeholder {
    font-size: 14px;
    font-weight: 400;
}
#left-menu .search-one-input .main-search-btn,
#user-menu .search-one-input .main-search-btn {
    position: absolute;
    top: 21px;
    left: 20px;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
#left-menu .search-one-input .main-search-btn i.pg-icons,
#user-menu .search-one-input .main-search-btn i.pg-icons {
    font-size: 25px;
}
#left-menu ul.sidenav-menu li a,
#user-menu ul.sidenav-menu li a {
    padding: 0 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 500;
    position: relative;
}
#left-menu ul.sidenav-menu li a i.pg-icons,
#user-menu ul.sidenav-menu li a i.pg-icons {
    font-size: 16px;
    height: initial;
    line-height: 46px;
    margin-right: 10px;
    text-align: center;
    width: 20px;
}
#left-menu ul.sidenav-menu li a i.pg-icons.chip,
#user-menu ul.sidenav-menu li a i.pg-icons.chip {
    background-color: transparent;
    padding: 0;
}
#left-menu ul.sidenav-menu li a .count,
#user-menu ul.sidenav-menu li a .count {
    font-size: 12px;
    opacity: 0.7;
}
#left-menu ul.sidenav-menu li a i.right,
#user-menu ul.sidenav-menu li a i.right {
    margin: 0;
}
#left-menu ul.sidenav-menu li a:before,
#user-menu ul.sidenav-menu li a:before {
    content: "";
    position: absolute;
    width: 4px;
    height: 16px;
    left: 0;
    top: 15px;
    border-radius: 0 3px 3px 0;
}
#left-menu ul.sidenav-menu li .country,
#user-menu ul.sidenav-menu li .country {
    display: inline-block;
    transform: scale(0.5625);
    -ms-transform: scale(0.5625);
    -webkit-transform: scale(0.5625);
    margin: -7px 0 -7px -7px !important;
    width: 32px;
    height: 32px;
    float: initial;
    vertical-align: sub;
}
#left-menu ul.sidenav-menu li i.arrow,
#user-menu ul.sidenav-menu li i.arrow {
    float: right;
    margin-left: 10px;
}
#left-menu ul.sidenav-menu li .collapsible .collapsible-header.active i.arrow,
#user-menu ul.sidenav-menu li .collapsible .collapsible-header.active i.arrow {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
#left-menu ul.sidenav-menu li.language a,
#left-menu ul.sidenav-menu li.support a,
#user-menu ul.sidenav-menu li.language a,
#user-menu ul.sidenav-menu li.support a {
    font-weight: 400;
}
#left-menu .user-name,
#user-menu .user-name {
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
}
#left-menu .user-name:after,
#left-menu .user-name:before,
#user-menu .user-name:after,
#user-menu .user-name:before {
    content: "";
    display: table;
}
#left-menu .user-name:after,
#user-menu .user-name:after {
    clear: both;
}
#left-menu .user-name .pg-icons,
#user-menu .user-name .pg-icons {
    font-size: 20px;
    margin-right: 10px;
}
#left-menu .user-name .text,
#user-menu .user-name .text {
    font-size: 13px;
}
#left-menu .tabs {
    height: 100px;
    padding-left: 0 !important;
    margin-bottom: 0;
    border-bottom: none;
}
#left-menu .tabs .tab {
    height: auto;
}
#left-menu .tabs .tab a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 25px 0 0;
    line-height: normal;
    text-transform: uppercase;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.4);
}
#left-menu .tabs .tab a.active::after {
    display: none;
}
#left-menu .tabs .tab a i {
    font-size: 25px;
}
#left-menu .tabs .tab a span {
    display: block;
    line-height: normal;
    margin-bottom: 15px;
}
#left-menu .tabs .tab a:hover::after {
    display: none;
}
#left-menu .tabs .tab:first-child a {
    padding-left: 25px;
}
#left-menu .tabs .indicator {
    display: none;
}
#user-menu .side-nav-header {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
#user-menu .side-nav-header .top-icon {
    padding-left: 20px;
    padding-right: 0;
}
#user-menu .logout-menu .title h5 {
    font-weight: 700;
    font-size: 13px;
    text-align: center;
    margin: 35px 0 30px;
}
#user-menu .logout-menu .btn {
    display: block;
    height: 48px;
    margin: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 48px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
}
#user-menu .logout-menu .logout-menu-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 48px;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header a {
    display: block;
    width: 100%;
    font-size: 13px;
    height: 48px;
    line-height: 48px;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header a i.left {
    font-size: 16px;
    margin-right: 10px;
    width: initial;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header a i.right {
    margin-right: 0;
    font-size: 13px;
}
#user-menu .login-menu .user-name,
#user-menu .logout-menu-bottom .user-name {
    border-bottom: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px 15px;
}
#user-menu .login-menu .user-name .profile,
#user-menu .logout-menu-bottom .user-name .profile {
    text-align: center;
}
#user-menu .login-menu .user-name .profile .text,
#user-menu .logout-menu-bottom .user-name .profile .text {
    font-size: 14px;
    font-weight: 500;
}
#user-menu .login-menu .user-name .profile .number,
#user-menu .logout-menu-bottom .user-name .profile .number {
    font-size: 13px;
    font-weight: 500;
}
#user-menu .login-menu .user-name .info,
#user-menu .logout-menu-bottom .user-name .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    height: 48px;
    line-height: 48px;
    margin: 20px 0 30px;
    text-align: center;
    font-weight: 500;
}
#user-menu .login-menu .user-name .info .balance,
#user-menu .login-menu .user-name .info .deposit,
#user-menu .logout-menu-bottom .user-name .info .balance,
#user-menu .logout-menu-bottom .user-name .info .deposit {
    width: 45%;
}
#user-menu .login-menu .user-name .info .balance,
#user-menu .logout-menu-bottom .user-name .info .balance {
    border-radius: 25px;
    font-size: 12px;
}
#user-menu .login-menu .user-name .info .balance a,
#user-menu .logout-menu-bottom .user-name .info .balance a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
}
#user-menu .login-menu .user-name .info .balance a .currency-symbol,
#user-menu .logout-menu-bottom .user-name .info .balance a .currency-symbol {
    padding-left: 5px;
}
#user-menu .login-menu .user-name .info .deposit,
#user-menu .logout-menu-bottom .user-name .info .deposit {
    border-radius: 5px;
    text-align: center;
    font-size: 12px;
}
#user-menu .login-menu .user-name .info .deposit a,
#user-menu .logout-menu-bottom .user-name .info .deposit a {
    font-size: 12px;
    height: 48px;
    display: block;
    line-height: 48px;
    padding: 0 5px;
}
#user-menu .login-menu .user-name .withdrawable,
#user-menu .logout-menu-bottom .user-name .withdrawable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-weight: 500;
}
#user-menu .login-menu .user-name .withdrawable a,
#user-menu .logout-menu-bottom .user-name .withdrawable a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0;
    font-size: 14px;
}
#user-menu .login-menu .user-name .withdrawable a i,
#user-menu .logout-menu-bottom .user-name .withdrawable a i {
    margin-right: 5px;
    font-size: 16px;
    text-align: center;
    width: 20px;
}
#user-menu .login-menu .user-name .balance-management,
#user-menu .login-menu .user-name .history-cashout,
#user-menu .logout-menu-bottom .user-name .balance-management,
#user-menu .logout-menu-bottom .user-name .history-cashout {
    border: 1px solid #fff;
    margin: 5px 0;
    text-align: center;
    border-radius: 5px;
}
#user-menu .login-menu .user-name .balance-management a,
#user-menu .login-menu .user-name .history-cashout a,
#user-menu .logout-menu-bottom .user-name .balance-management a,
#user-menu .logout-menu-bottom .user-name .history-cashout a {
    height: 46px;
    line-height: 46px;
    font-size: 14px;
    font-weight: 500;
    display: block;
}
#user-menu .login-menu .collapsible-header,
#user-menu .logout-menu-bottom .collapsible-header {
    border-bottom: none;
    font-weight: 500;
}
#user-menu .login-menu .collapsible-body ul li a,
#user-menu .logout-menu-bottom .collapsible-body ul li a {
    border-bottom: none;
    padding: 0 40px;
    height: 44px;
    line-height: 44px;
    font-size: 14px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .login-menu .logout-btn,
#user-menu .logout-menu-bottom .logout-btn {
    font-size: 13px;
}
.bottom-fixed-controls {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 500;
    width: 100%;
    height: 56px;
    padding: 2px;
    box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.3);
}
.bottom-fixed-controls .bottom-fixed-wrapper {
    height: 56px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.bottom-fixed-controls a {
    text-align: center;
    border-left: 1px solid #d0d0d0;
    border: none;
}
.bottom-fixed-controls a.coupon {
    border-radius: 50%;
    height: 74px;
    width: 74px;
    border: 2px solid #264e68;
    margin-bottom: -5px;
    position: relative;
}
.bottom-fixed-controls a.coupon i {
    font-size: 20px;
    line-height: 65px;
}
.bottom-fixed-controls a i.fa-user-plus {
    font-size: 18px;
}
.bottom-fixed-controls a:first-child {
    border-left: none;
}
.bottom-fixed-controls a .foot-icon {
    display: block;
    font-size: 20px;
}
.bottom-fixed-controls a .count-wrapper {
    margin-top: -2px;
    display: block;
    font-size: 13px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.bottom-fixed-controls a .count-wrapper .count {
    height: 30px;
    width: 30px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    position: relative;
    top: 0;
    font-size: 16px;
    font-weight: 900;
}
.bottom-fixed-controls a .text {
    font-size: 11px;
}
#home-menu .collapsible-body a {
    padding: 0 40px !important;
}
#home-menu .collapsible-body a:before {
    display: none;
}
*/
.login-page .title h5 {
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    margin: 20px 0 25px;
}
.login-page .login-form {
    margin: 0 15px;
}
.login-page .input-field {
    margin-top: 10px;
}
.login-page .input-field input {
    font-size: 13px;
    padding: 0 20px;
    height: 48px;
    border-radius: 5px 5px 0 0;
}
.login-page .input-field input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.login-page .input-field input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.login-page .input-field input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.login-page .input-field input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.login-page .input-field input::placeholder {
    font-size: 14px;
    font-weight: 500;
}
.login-page .input-field.password input {
    border-right: none;
}
.login-page .input-field.password .toogle-btn {
    border-left: none;
    padding: 0 10px;
    position: absolute;
    top: 5px;
    right: 10px;
}
.login-page .input-field.password .toogle-btn i {
    font-size: 15px;
}
.login-page .input-field.password .toogle-btn .show {
    display: inline-block;
}
.login-page .input-field.password .toogle-btn .dont-show,
.login-page .input-field.password .toogle-btn.active .show {
    display: none;
}
.login-page .input-field.password .toogle-btn.active .dont-show {
    display: inline-block;
}
.login-page .login-btn {
    width: 100%;
    text-align: center;
    border-radius: 5px;
    height: 48px;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 10px;
}
.login-page .btn-group {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-page .btn-group a {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
}
.login-page .btn-group .btn {
    text-align: center;
}
.login-page .btn-group .forgot-pass {
    margin: 15px;
}
.login-page .btn-group .register-btn {
    margin-bottom: 100px;
}
.login-page .btn-group .register-btn span {
    margin-right: 5px;
    font-weight: 400;
}
.login-page .btn-group.btn-register {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.login-page .contact-support {
    height: 48px;
    line-height: 48px;
    font-weight: 500;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.login-page .contact-support i {
    font-size: 16px;
    margin-right: 10px;
}
.login-page .iti .iti__selected-flag {
    height: 48px;
}
.login-page .iti input.browser-default {
    margin-bottom: 5px !important;
}
.login-page .filter-toggle {
    text-align: right;
}
.login-page .filter-toggle .register-close {
    padding: 5px 20px;
    display: inline-block;
}
.password-reset {
    padding: 10px;
}
.password-reset .input-field {
    margin-top: 10px;
}
.password-reset .input-field input {
    border: 1px solid #d0d0d0;
    font-size: 13px;
}
.password-reset .input-field input:focus {
    outline: 0;
}
.password-reset .field-cont {
    margin-top: 10px;
}
.password-reset .reset-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.register-page {
    padding: 10px 20px;
}
.register-page .input-field {
    margin-top: 10px;
}
.register-page .input-field.file-field .btn {
    height: 36px;
    line-height: 36px;
}
.register-page .input-field.password input {
    border-right: none;
}
.register-page .input-field.password input.ng-valid + bubble-validator {
    display: none;
}
.register-page .input-field.password .toogle-btn {
    border-left: none;
    padding: 0 10px;
    position: absolute;
    right: 10px;
    top: 26px;
}
.register-page .input-field.password .toogle-btn i {
    font-size: 15px;
}
.register-page .input-field.password .toogle-btn .show {
    display: inline-block;
}
.register-page .input-field.password .toogle-btn .dont-show,
.register-page .input-field.password .toogle-btn.active .show {
    display: none;
}
.register-page .input-field.password .toogle-btn.active .dont-show {
    display: inline-block;
}
.register-page .input-field.password::after {
    right: 7px;
}
.register-page .input-field input,
.register-page .input-field textarea {
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #7b98ab;
    height: 48px;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
    line-height: 48px;
}
.register-page .input-field input:focus,
.register-page .input-field textarea:focus {
    outline: 0;
}
.register-page .input-field input::-webkit-input-placeholder,
.register-page .input-field textarea::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .input-field input::-moz-placeholder,
.register-page .input-field textarea::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .input-field input:-ms-input-placeholder,
.register-page .input-field textarea:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .input-field input::-ms-input-placeholder,
.register-page .input-field textarea::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .input-field input::placeholder,
.register-page .input-field textarea::placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .select-field {
    margin-top: 10px;
}
.register-page .select-field select {
    border: 1px solid #d0d0d0;
    font-size: 13px;
    border: none;
    border-bottom: 1px solid #7b98ab;
    height: 48px;
    border-radius: 5px 5px 0 0;
    padding: 0 15px;
}
.register-page .select-field select:focus {
    outline: 0;
}
.register-page .select-field select::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .select-field select::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .select-field select:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .select-field select::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .select-field select::placeholder {
    font-size: 14px;
    font-weight: 500;
}
.register-page .step-btns {
    margin-top: 10px;
}
.register-page .step-btns .btn {
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    font-weight: 700;
    text-transform: uppercase;
}
.register-page .step-btns .btn.prev-btn {
    margin-right: 15px;
    border: 1px solid #2f3852;
}
.register-page .register-info {
    padding: 5px;
    margin: 5px 0;
    font-size: 14px;
}
.register-page .checkbox-field {
    margin-top: 10px;
    padding: 5px;
}
.register-page .checkbox-field [type="checkbox"].filled-in:checked + label:after,
.register-page .checkbox-field [type="checkbox"].filled-in:not(:checked) + label:after {
    border-radius: 50%;
}
.register-page .checkbox-field [type="checkbox"] + label {
    padding-left: 30px;
    font-size: 13px;
}
.register-page .switch-wrap {
    margin-top: 10px;
}
.register-page .switch-cont .input-field,
.register-page .switch-wrap .switch {
    margin-top: 0;
}
.register-page .tabs .tab {
    position: relative;
}
.register-page .tabs .tab:first-child:before,
.register-page .tabs .tab:nth-last-child(2):after {
    display: none;
}
.register-page .tabs .tab:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 1px;
}
.register-page .tabs .tab:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 15px;
    height: 1px;
}
.register-page .tabs .tab a {
    padding: 0 20px;
}
.register-page .message-box {
    margin: 10px 0;
}
.register-page .suffix-field {
    padding-top: 30px;
    display: block;
}
.register-page .suffix-field [type="checkbox"].filled-in:checked + label:after,
.register-page .suffix-field [type="checkbox"].filled-in:not(:checked) + label:after {
    border-radius: 50%;
}
.register-page .suffix-field [type="checkbox"] + label {
    padding-left: 30px;
    font-size: 13px;
}
.register-page .tabs {
    border-bottom: none;
    padding-left: 0 !important;
    margin-bottom: 0;
}
.register-page .tabs .tab a {
    font-size: 16px;
    font-weight: 700;
}
.register-page .tabs .tab a.active::after,
.register-page .tabs .tab a:hover::after {
    display: none;
}
.register-page .tabs .tab a.active .text {
    display: inline-block;
}
.register-page .tabs .tab a.active .tab-count {
    margin-right: 15px;
    border: none;
}
.register-page .tabs .tab a .text {
    display: none;
}
.register-page .tabs .tab a .tab-count {
    border: 1px solid #e1e1e1;
    height: 25px;
    width: 25px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
}
.register-page .tabs .tab:first-child a {
    padding-left: 0;
}
.register-page .tabs .tab:first-child a .tab-count {
    margin-left: 0;
}
.register-page .field-cont {
    margin: 15px 0 0;
}
.register-page birthdate-input .flex-item .select-field {
    margin-top: 0;
    margin-left: 5px;
}
.register-page birthdate-input .flex-item:first-child .select-field {
    margin-left: 0;
}
.register-page .iti.iti--allow-dropdown .browser-default {
    padding-left: 90px !important;
}
.switch {
    margin-top: 10px;
    padding: 5px;
    border: 1px solid #d0d0d0;
    min-height: 36px;
}
.switch .switch-text {
    font-size: 12px;
    margin-right: 5px;
}
.switch label {
    cursor: pointer;
    font-size: 12px;
}
.switch label .lever {
    margin: 0 5px;
}
.chracter-counter:after,
.chracter-counter:before {
    content: "";
    display: table;
}
.chracter-counter:after {
    clear: both;
}
.chracter-counter textarea {
    margin: 0 0 15px;
    box-sizing: border-box;
    font-size: 13px;
    padding: 5px;
    border: 1px solid #d0d0d0;
    min-height: 75px;
}
.chracter-counter textarea:focus {
    box-shadow: none;
    outline: 0;
}
.chracter-counter .character-counter {
    margin-top: -20px;
}
.close-page {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.close-page i.pg-icons {
    font-size: 15px;
}
.field-label-login {
    font-size: 13px;
    font-weight: 500;
}
#balance-modal .balance-menu li {
    padding: 5px;
}
#balance-modal .transfer-btn {
    margin-top: 10px;
    text-align: center;
    width: 100%;
}
.money-list-cont .money-list-menu > li a {
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 10px;
}
.money-list-cont .money-list-menu > li a .img {
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.money-list-cont .money-list-menu > li a .info {
    margin-left: 5px;
}
.money-list-cont .money-list-menu > li a .img-wrapper {
    height: 100px;
    width: 100px;
    border-radius: 10px;
    border: 1px solid #d0d0d0;
    margin-right: 25px;
    position: relative;
    line-height: 100px;
}
.money-list-cont .money-list-menu > li a .img-wrapper img {
    vertical-align: middle;
    width: 100%;
}
.money-other-select {
    height: 45px;
}
.money-other-select select.browser-default {
    height: 45px;
    width: 100px;
}
.money-detail-title {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.money-detail-title .info {
    margin-left: 5px;
}
.money-detail-content:after,
.money-detail-content:before {
    content: "";
    display: table;
}
.money-detail-content:after {
    clear: both;
}
.money-detail-content .selection-form-contents .selection-title {
    margin-bottom: 5px;
    padding: 0 5px;
}
.money-detail-content .selection-form-contents .selection-title .img {
    margin: 0 auto;
}
.money-detail-content .selection-form-contents .selection-title .title {
    font-weight: 700;
    font-size: 14px;
}
.money-detail-content .selection-form-contents .selection-title .text {
    font-size: 12px;
}
.money-detail-content .input-field {
    margin-top: 10px;
}
.money-detail-content .input-field input {
    font-size: 13px;
}
.money-detail-content .input-field input:focus {
    outline: 0;
}
.money-detail-content .select-field {
    margin-top: 10px;
}
.money-detail-content .select-field select {
    font-size: 13px;
}
.money-detail-content .select-field select:focus {
    outline: 0;
}
.money-detail-content .amount-filed-cont {
    margin-top: 10px;
}
.money-detail-content .amount-filed-cont .header {
    margin: 0 10px;
}
.money-detail-content .amount-filed-cont .header .title {
    font-size: 16px;
    display: block;
    margin: 5px 0;
    font-weight: 700;
}
.money-detail-content .amount-filed-cont .btn-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -10px;
}
.money-detail-content .amount-filed-cont .btn-group .amount-btn {
    border: 1px solid #2d5d7c;
    margin-right: 10px;
    margin-bottom: 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    height: 48px;
    line-height: 48px;
    border-radius: 10px;
}
.money-detail-content .btn-transfer {
    width: 100%;
    border-radius: 5px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    margin-top: 10px;
}
.money-detail-content .crrncy-cnvrt {
    text-align: center;
}
.money-detail-content .crrncy-cnvrt .card-panel {
    text-align: left;
    padding-left: 10px;
}
.field-cont {
    margin: 5px 0;
}
.field-cont .field-title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    font-weight: 700;
}
.field-cont .radio-tabs .radio-tab {
    position: relative;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    margin-right: 20px;
}
.field-cont .radio-tabs .radio-tab label {
    display: block;
    padding: 0;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 82px;
    border-radius: 10px;
    border: 1px solid #e0e0e0;
}
.field-cont .radio-tabs .radio-tab label::before {
    z-index: 2;
    overflow: hidden;
    width: 0;
    height: 0;
}
.field-cont .radio-tabs .radio-tab label:after,
.field-cont .radio-tabs .radio-tab label:before {
    content: "";
    position: absolute;
    right: 11px;
    top: 11px;
    left: 50%;
    -webkit-transform: translate(calc(-50% - 4px));
    -ms-transform: translate(calc(-50% - 4px));
    transform: translate(calc(-50% - 4px));
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #979a9d;
}
.field-cont .radio-tabs .radio-tab:last-child {
    margin-right: 0;
}
.field-cont .radio-tabs .radio-tab .item {
    position: absolute;
    left: 50%;
    bottom: 15px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    line-height: normal;
    font-weight: 500;
    max-width: 100%;
    padding: 0 5px;
}
.collection.with-header {
    margin: 5px 15px;
}
.collection.with-header .collection-header {
    padding: 5px;
    font-size: 16px;
    font-weight: 700;
}
.collection.with-header .collection-item {
    padding: 5px;
    font-size: 14px;
}
.collection.with-header .collection-item i.left {
    margin-right: 5px;
    font-size: 20px;
}
.bet-history-date-toogle {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
}
.bet-history-date-toogle i.pg-icons {
    font-size: 15px;
}
.btn-more-wrapper {
    margin: 0 15px;
}
.btn-more-wrapper .btn.bet-history-more {
    width: 100%;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-weight: 500;
}
.bet-history-date-options {
    padding: 15px;
}
.bet-history-date-options .title {
    font-size: 12px;
    padding: 5px;
    text-align: center;
    font-weight: 500;
}
.bet-history-date-options .input-field {
    margin: 5px;
}
.bet-history-date-options .input-field .prefix {
    margin-top: 5px;
}
.bet-history-date-options .input-field input {
    font-size: 13px;
}
.bet-history-date-options .input-field input:focus {
    outline: 0;
}
.bet-history-date-options .search-btn {
    text-align: center;
    width: 100%;
    font-weight: 700;
    border-radius: 5px;
    height: 48px;
    text-transform: uppercase;
}
table.responsive-table.bet-history-table-horizontal thead tr {
    padding: 0;
}
table.responsive-table.bet-history-table-horizontal thead tr th {
    font-size: 12px;
    line-height: normal;
    padding: 5px 5px 5px 0;
    border-bottom: 1px solid #d0d0d0;
    height: 30px;
}
table.responsive-table.bet-history-table-horizontal tbody tr {
    padding: 0;
    border-right: 1px solid #d0d0d0;
}
table.responsive-table.bet-history-table-horizontal tbody tr td {
    font-size: 12px;
    border-bottom: 1px solid #d0d0d0;
    padding: 5px;
    height: 30px;
}
table.responsive-table.bet-history-table-horizontal tbody tr .bet-history-detail-btn {
    height: 20px;
    line-height: 20px;
}
table.bet-history-table tbody tr td,
table.bet-history-table thead tr th {
    font-size: 12px;
    line-height: normal;
}
.list-filter .filter-btn {
    text-align: center;
}
.list-filter .filter-btn.active {
    opacity: 1;
}
#bet-history-modal {
    padding: 15px;
    margin: 15px;
    border-radius: 15px;
}
#bet-history-modal .title {
    font-weight: 700;
    font-size: 16px;
    position: relative;
}
#bet-history-modal .title .info {
    font-weight: 400;
    font-size: 14px;
    opacity: 0.6;
}
#bet-history-modal .title .info i {
    margin-right: 5px;
}
#bet-history-modal .title .info i.fa-clock-o {
    margin-left: 10px;
}
#bet-history-modal .history-modal-head {
    padding: 10px 0;
}
#bet-history-modal .history-modal-head > h6 {
    border-bottom: 1px solid #3b404f;
    margin: 5px 0 0;
    padding: 5px 0;
}
#bet-history-modal .history-modal-head ul li {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}
#bet-history-modal .history-modal-head ul li span {
    font-weight: 500;
}
#bet-history-modal .history-modal-head ul li .csht-btn-cntr {
    text-align: center;
}
#bet-history-modal .history-modal-head ul li .csht-btn-cntr .csht-range-btn {
    height: 48px;
    line-height: 48px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding: 0 15px;
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}
#bet-history-modal .history-modal-head ul li .csht-btn-cntr .csht-range-btn i {
    font-size: 20px;
}
#bet-history-modal .history-modal-head ul li .csht-btn-cntr .csht-btn {
    height: 48px;
    line-height: 48px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color: #b52427;
    color: rgba(255, 255, 255, 0.9);
}
#bet-history-modal .history-modal-content {
    border-bottom: 1px solid #3b404f;
}
#bet-history-modal .history-modal-content:last-child {
    border: none;
}
#bet-history-modal .history-modal-content ul li {
    width: 100%;
    line-height: 24px;
    font-size: 14px;
}
#bet-history-modal .history-modal-content ul li span {
    font-weight: 500;
}
#bet-history-modal .history-modal-content ul li i {
    margin-top: 5px;
}
#bet-history-modal .history-modal-content .history-score {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.csht-mdl .checkbox-field {
    margin: 10px;
}
.csht-mdl .checkbox-field [type="checkbox"] + label {
    padding-left: 30px;
    font-size: 13px;
}
.csht-mdl .confirm-btn {
    text-align: center;
    height: 48px;
    border-radius: 5px;
}
.csht-mdl .close-btn {
    text-align: center;
    margin-right: 5px;
    height: 48px;
    border-radius: 5px;
}
i.stts-W {
    color: #008a00 !important;
}
i.stts-L {
    color: #af383e !important;
}
i.stts-O {
    color: #528db2 !important;
}
i.stts-V {
    color: #ccc !important;
}
i.stts-D {
    color: #c11b26 !important;
}
i.stts-w {
    color: #008a00 !important;
}
i.stts-l {
    color: #af383e !important;
}
i.stts-C {
    color: #ff9800 !important;
}
.bg.stts-W {
    background-color: #e0ffe0 !important;
}
.bg.stts-L {
    background-color: #edcecf !important;
}
.bg.stts-O {
    background-color: #dbf1ff !important;
}
.bg.stts-V {
    background-color: #f7f7f7 !important;
}
.bg.stts-D {
    background-color: #ffe0e1 !important;
}
.bg.stts-w {
    background-color: #e0ffe0 !important;
}
.bg.stts-l {
    background-color: #edcecf !important;
}
.bg.stts-C,
.csht-bg.bg {
    background-color: #ffe2b8 !important;
}
table.personel-account-detail tbody tr td {
    font-size: 13px;
    line-height: normal;
}
table.personel-account-detail tbody tr td:first-child {
    font-weight: 700;
}
.upload-document .input-field {
    margin-top: 10px;
}
.upload-document .input-field.file-field .btn {
    height: 36px;
    line-height: 36px;
}
.upload-document .input-field input {
    border: 1px dashed #2d5d7c;
    font-size: 13px;
    height: 150px;
    border-radius: 7px;
}
.upload-document .input-field input:focus {
    outline: 0;
}
.upload-document .input-field input.ng-valid {
    padding-top: 43px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.upload-document .select-field {
    margin-top: 10px;
}
.upload-document .select-field select {
    font-size: 13px;
}
.upload-document .select-field select:focus {
    outline: 0;
}
.upload-document .upload-btn {
    margin-top: 5px;
    width: 100%;
    height: 48px;
    text-align: center;
    border-radius: 5px;
    font-weight: 500;
    text-transform: uppercase;
}
.upload-document textarea.browser-default {
    height: 150px;
    line-height: normal;
    border: none;
    border-radius: 5px;
    border-bottom: none;
    padding: 10px 15px;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 0;
    text-align: left;
}
.upload-document textarea.browser-default::-webkit-input-placeholder {
    font-weight: 500;
}
.upload-document textarea.browser-default::-moz-placeholder {
    font-weight: 500;
}
.upload-document textarea.browser-default:-ms-input-placeholder {
    font-weight: 500;
}
.upload-document textarea.browser-default::-ms-input-placeholder {
    font-weight: 500;
}
.upload-document textarea.browser-default::placeholder {
    font-weight: 500;
}
.upload-document textarea.browser-default:focus {
    border-bottom: none;
    box-shadow: none;
}
.upload-document .file-field .file-path-wrapper {
    padding-left: 0;
}
.upload-document .file-field i.cloud-upload {
    position: absolute;
    left: 50%;
    top: 40%;
    font-size: 75px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
}
.upload-document .file-field .text {
    position: absolute;
    bottom: 25px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    font-weight: 500;
    z-index: 1;
}
.chance-password {
    margin-top: 5px;
}
.chance-password .input-field {
    margin-top: 10px;
}
.chance-password .input-field input {
    font-size: 13px;
    padding: 0 20px;
    height: 48px;
    border-radius: 5px 5px 0 0;
}
.chance-password .input-field input:focus {
    outline: 0;
}
.chance-password .input-field input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.chance-password .input-field input::-moz-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.chance-password .input-field input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.chance-password .input-field input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 500;
}
.chance-password .input-field input::placeholder {
    font-size: 14px;
    font-weight: 500;
}
.chance-password .input-field.password input {
    border-right: none;
}
.chance-password .input-field.password input.ng-valid + bubble-validator {
    display: none;
}
.chance-password .input-field.password .toogle-btn {
    border-left: none;
    padding: 0 10px;
    position: absolute;
    top: 27px;
    right: 10px;
}
.chance-password .input-field.password .toogle-btn i {
    font-size: 15px;
}
.chance-password .input-field.password .toogle-btn .show {
    display: inline-block;
}
.chance-password .input-field.password .toogle-btn .dont-show,
.chance-password .input-field.password .toogle-btn.active .show {
    display: none;
}
.chance-password .input-field.password .toogle-btn.active .dont-show {
    display: inline-block;
}
.chance-password .input-field.bubble bubble-validator .bubble-vldtr {
    position: relative;
    top: -10px;
    margin-bottom: -10px;
}
.chance-password .chance-btn {
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 10px;
}
.userSettings .save-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.otp .ga-info-cont,
.otp .sms-info-cont {
    padding: 0 10px;
}
.otp .ga-info-cont ol,
.otp .sms-info-cont ol {
    padding-left: 25px;
}
.otp .ga-info-cont .save-btn,
.otp .sms-info-cont .save-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}
.personel-account-detail-form .input-field,
.personel-account-detail-form .select-field {
    margin-top: 10px;
}
.personel-account-detail-form .input-field input,
.personel-account-detail-form .select-field input {
    font-size: 13px;
    margin-bottom: 0;
}
.personel-account-detail-form .input-field input:focus,
.personel-account-detail-form .select-field input:focus {
    outline: 0;
}
.personel-account-detail-form .input-field textarea.browser-default,
.personel-account-detail-form .select-field textarea.browser-default {
    margin-bottom: 0;
}
.personel-account-detail-form .input-field span,
.personel-account-detail-form .select-field span {
    font-weight: 500;
    display: block;
    margin: 5px 0;
}
.personel-account-detail-form .input-field.date .flex-item .select-field,
.personel-account-detail-form .select-field.date .flex-item .select-field {
    margin-right: 5px;
    margin-top: 0;
}
.personel-account-detail-form .input-field.date .flex-item:last-child .select-field,
.personel-account-detail-form .select-field.date .flex-item:last-child .select-field {
    margin-right: 0;
}
.personel-account-detail-form .save-btn {
    width: 100%;
    font-weight: 700;
    text-align: center;
    height: 48px;
    text-transform: uppercase;
    border-radius: 5px;
    margin-top: 10px;
}
.personel-account-detail-form field-messages > div {
    margin: 5px 0;
}
.money-result .selection-title {
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.money-result .selection-title .img {
    margin: 0 auto;
}
.money-result .selection-title .title {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
}
.money-result .selection-title .text {
    font-size: 12px;
    text-align: center;
}
.money-result .result-info {
    text-align: center;
}
.money-result .result-info .title {
    font-size: 24px;
    border-bottom: 1px solid #d0d0d0;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.money-result .result-info .info {
    font-size: 14px;
}
.money-result .action-btn {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
table.limit-settings-table thead {
    border-bottom: none;
}
table.limit-settings-table thead tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
table.limit-settings-table thead tr th {
    font-size: 13px;
    line-height: normal;
    color: #212121;
}
table.limit-settings-table tbody tr {
    border-bottom: 2px solid #e0e0e0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
table.limit-settings-table tbody tr td {
    font-size: 13px;
    line-height: normal;
    width: 100%;
    color: #fff;
}
table.limit-settings-table tbody tr td .limit-reset-btn,
table.limit-settings-table tbody tr td .set-btn {
    padding: 0 5px;
    font-size: 20px;
}
table.limit-settings-table tbody tr td .set-btn {
    display: block;
    margin-bottom: 10px;
    color: #259af3;
}
table.limit-settings-table tbody tr td .currency-symbol {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 600;
}
table.limit-settings-table tbody tr td .currency-symbol span {
    font-weight: 400;
}
table.limit-settings-table tbody tr td:last-child {
    text-align: right;
}
.limit-settings-detail {
    margin: 0 15px;
}
.limit-settings-detail .last-date {
    margin-top: 10px;
    font-size: 14px;
    font-weight: 500;
}
.limit-settings-detail .input-field {
    margin-top: 10px;
}
.limit-settings-detail .input-field input {
    font-size: 13px;
}
.limit-settings-detail .input-field input:focus {
    outline: 0;
}
.limit-settings-detail .btn-group {
    margin-top: 10px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.limit-settings-detail .btn-group .reset-modal-btn {
    text-transform: capitalize;
    font-weight: 700;
    margin-right: 25px;
}
.limit-settings-detail .btn-group .save-modal-btn {
    text-align: center;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 5px;
    font-weight: 700;
}
.limit-settings-detail .btn-group .reset-btnn,
.limit-settings-detail .btn-group .save-bt {
    text-align: center;
}
.exchange {
    padding: 0 15px 10px;
}
.exchange .amount {
    margin: 10px 0;
}
.exchange .calculate {
    height: 48px;
    text-align: center;
    width: 100%;
    border-radius: 5px;
}
.exchange .input-field {
    margin-top: 10px;
}
.exchange .input-field input {
    border: 1px solid #d0d0d0;
    font-size: 13px;
}
.exchange .input-field input:focus {
    outline: 0;
}
.exchange .select-field {
    margin-top: 10px;
}
.exchange .select-field select {
    border: 1px solid #d0d0d0;
    font-size: 13px;
}
.exchange .select-field select:focus {
    outline: 0;
}
.account-transfer {
    padding: 10px;
}
.account-transfer .input-field {
    margin-top: 15px;
}
.account-transfer .input-field input {
    font-size: 13px;
    padding-left: 35px;
}
.account-transfer .input-field i.fa-database {
    position: absolute;
    top: 17px;
    left: 15px;
    z-index: 1;
}
.account-transfer .arrow {
    text-align: center;
}
.account-transfer .arrow i {
    width: 24px;
    height: 24px;
    line-height: 24px;
    border-radius: 50%;
    text-align: center;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.account-transfer .title {
    font-weight: 700;
    font-size: 16px;
}
.account-transfer .account-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    padding: 10px 0;
}
.account-transfer .account-list.selected a {
    display: none;
}
.account-transfer .account-list.selected a.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.account-transfer .account-list a {
    width: 100%;
    height: 95px;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    line-height: normal;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #e0e0e0;
}
.account-transfer .account-list a i {
    font-size: 20px;
}
.account-transfer .account-list a i.check-circle {
    display: none;
}
.account-transfer .account-list a.active {
    border: 1px solid #39b54a;
    box-shadow: none;
}
.account-transfer .account-list a.active i {
    display: none;
}
.account-transfer .account-list a.active i.check-circle {
    display: block;
}
.account-transfer .account-list a .transfer-name {
    font-weight: 500;
    text-align: center;
}
.account-transfer .payment-wrapper a {
    width: 100%;
    display: block;
    text-align: center;
}
.account-transfer .payment-wrapper .transfer-btn {
    margin: 10px 0;
    width: 100%;
    border-radius: 4px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.account-transfer .payment-wrapper .reset-btn {
    margin: 10px 10px 0 0;
    width: 100%;
    border-radius: 4px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.messages {
    padding: 0 10px;
}
.messages ul li {
    position: relative;
}
.messages ul li .messages-item {
    width: 100%;
    display: block;
    padding: 10px 20px;
    margin: 10px 0;
}
.messages ul li .messages-item .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.messages ul li .messages-item .date {
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
}
.messages ul li .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
}
.messages-detail {
    position: relative;
    padding: 20px 10px;
    border-radius: 0 0 2px 2px;
    margin: 10px;
}
.messages-detail .title {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
}
.messages-detail .date {
    font-size: 11px;
    text-align: right;
    margin-top: 5px;
}
.messages-detail .close {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 20px;
}
table.bonus-detail-table {
    border-bottom: 2px solid #000;
}
table.bonus-detail-table tbody tr {
    border-bottom: 1px solid #d0d0d0;
}
table.bonus-detail-table tbody tr td {
    font-size: 13px;
    line-height: normal;
}
table.bonus-detail-table tbody tr td:first-child {
    font-weight: 700;
}
table.bonus-detail-table:last-child {
    border-bottom: none;
}
table.waiting-money tbody tr td,
table.waiting-money thead tr th {
    font-size: 12px;
    line-height: normal;
    text-align: left;
}
.date-picker-field {
    position: relative;
}
.date-picker-field .date-picker-mask {
    position: static;
    pointer-events: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    height: 36px;
    display: inline-block;
}
.date-picker-field .date-picker-mask input {
    width: 36px;
    height: 36px;
    border: none;
    margin: 0;
    position: relative;
    z-index: 999;
    opacity: 0;
}
.date-picker-field .date-picker-mask i {
    position: absolute;
    top: 0;
    left: 0;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    margin-top: 0 !important;
}
.date-picker-field .picker__select--year.browser-default {
    width: 35%;
}
.input-field .suffix {
    width: 100%;
}
.suffix-field {
    white-space: nowrap;
    margin-top: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
}
table.uploaded-documents-table tbody tr td,
table.uploaded-documents-table thead tr th {
    font-size: 12px;
    line-height: normal;
}
.modul-accordion-account {
    margin: 10px 15px;
    overflow: hidden;
}
.bank-transfer-filter {
    margin: 10px 15px;
    padding-bottom: 10px;
}
.bank-transfer-filter .casino-filter-btn {
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #2d5d7c;
    border-radius: 6px 6px 0 0;
    padding: 0 15px;
    font-weight: 500;
}
.bank-transfer-filter .casino-filter-btn i {
    font-size: 14px;
}
.bank-transfer-filter .casino-filter-btn i.left {
    margin-right: 10px;
    line-height: normal;
}
.bank-transfer-filter .casino-filter-btn i.right {
    margin-left: 10px;
}
.bank-transfer-filter .casino-filter-btn i.fa-times-circle {
    display: none;
}
.bank-transfer-filter .casino-filter-btn.selected i.left {
    opacity: 1;
}
.bank-transfer-filter .casino-filter-btn.selected i.right {
    display: none;
}
.bank-transfer-filter .casino-filter-btn.selected i.fa-times-circle {
    display: inline-block;
}
.banktransfer-filter-modal {
    border-radius: 10px;
}
.banktransfer-filter-modal .modal-content {
    padding: 0;
}
.banktransfer-filter-modal .modal-content .title {
    padding: 20px 15px 25px;
    border-bottom: 1px solid #3b404f;
    font-size: 16px;
    font-weight: 700;
}
.banktransfer-filter-modal .modal-content .filter-content .filter-name {
    padding: 15px;
}
.banktransfer-filter-modal .modal-content .filter-content .filter-name label {
    font-weight: 500;
}
.bank-transfer-content .transfer-type-wrapper {
    margin: 0 15px 15px;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item {
    border: 1px solid #d0d0d0;
    height: 70px;
    border-radius: 10px;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item.atm {
    margin-right: 20px;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item.active {
    border: 1px solid #39b54a;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"]:checked + label,
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"]:not(:checked) + label {
    padding-left: 0;
    width: 100%;
    height: 70px;
    padding-top: 33px;
    text-align: center;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"] + label:after,
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"] + label:before {
    left: calc(50% - 12px);
    top: 15%;
}
input.account-input,
select.account-input,
textarea.account-input {
    height: 48px;
    line-height: 48px;
    border: none;
    border-bottom: 1px solid #2d5d7c;
    border-radius: 4px 4px 0 0;
    padding: 0 15px;
    font-weight: 500;
    box-sizing: border-box;
    margin-bottom: 10px;
    position: relative;
}
input.account-input:focus,
select.account-input:focus,
textarea.account-input:focus {
    border-bottom: 1px solid #2d5d7c !important;
    box-shadow: none !important;
    outline: 0;
}
input.account-input::-webkit-input-placeholder,
select.account-input::-webkit-input-placeholder,
textarea.account-input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}
input.account-input::-moz-placeholder,
select.account-input::-moz-placeholder,
textarea.account-input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
}
input.account-input:-ms-input-placeholder,
select.account-input:-ms-input-placeholder,
textarea.account-input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}
input.account-input::-ms-input-placeholder,
select.account-input::-ms-input-placeholder,
textarea.account-input::-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
}
input.account-input::placeholder,
select.account-input::placeholder,
textarea.account-input::placeholder {
    font-weight: 500;
    font-size: 14px;
}
.bank-transfer-btn {
    border-radius: 5px;
    margin: 10px 15px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}
.transfer-from {
    margin: 10px 5px;
}
.transfer-from .title {
    margin: 5px 10px;
    font-size: 16px;
    font-weight: 700;
}
.transfer-from .transfer-from-type .item {
    border: 1px solid #d0d0d0;
    height: 70px;
    border-radius: 10px;
    margin: 0 10px;
    position: relative;
}
.transfer-from .transfer-from-type .item.active {
    border: 1px solid #39b54a;
}
.transfer-from .transfer-from-type .item .currency {
    position: absolute;
    bottom: 0;
    left: 50%;
    font-weight: 500;
    font-size: 14px;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.transfer-from .transfer-from-type [type="radio"]:checked + label,
.transfer-from .transfer-from-type [type="radio"]:not(:checked) + label {
    padding-left: 0;
    width: 100%;
    height: 70px;
    padding-top: 25px;
    text-align: center;
}
.transfer-from .transfer-from-type [type="radio"] + label:after,
.transfer-from .transfer-from-type [type="radio"] + label:before {
    left: calc(50% - 12px);
    top: 10%;
}
.reset-btn,
.transfer-btn {
    border-radius: 5px;
    margin: 10px 15px;
    padding: 0;
    height: 48px;
    line-height: 48px;
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}
.account.tabs a {
    font-weight: 500;
}
.limit-reset-btn {
    font-size: 20px;
    display: block;
    padding: 0 5px;
}
.modal-content-modal .modul-accordion-modal .modul-header {
    padding: 15px 10px;
    border-bottom: 1px solid #d6dade;
    font-size: 16px;
    font-weight: 700;
}
.modal-close.account {
    top: 15px;
    right: 15px;
}
.anteposts-container .antepost-cont.collapsible .collapsible-body .bet-type-btn-group .bet-btn {
    margin: 2px;
}
.modul-accordion-notification {
    margin: 20px 15px;
}
.modul-accordion-notification .header-text {
    font-size: 16px;
    font-weight: 700;
    text-transform: capitalize;
}
.modul-accordion-notification .userSettings .switch {
    border: none;
    padding: 5px 0;
}
.modul-accordion-notification .userSettings .switch-text {
    font-size: 14px;
    font-weight: 500;
}
.modul-accordion-verification {
    margin: 15px;
}
.modul-accordion-verification .field-cont .radio-tab {
    height: 48px;
    line-height: 48px;
    text-align: center;
}
#forgot-password .input-field {
    margin-top: 10px;
}
#forgot-password .description {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 14px;
}
#forgot-password .field-cont {
    margin: 10px;
}
#forgot-password .forgot-btn {
    border-radius: 5px;
    height: 48px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
#forgot-password .slct-rst-opt {
    margin-bottom: 10px;
}
.bet-history-filter .filter-toggle-btn {
    width: auto;
    padding: 0 10px;
}
.bet-history-dates-btn {
    height: 32px;
    width: auto;
    line-height: 30px;
    border-radius: 10px;
    border: 1px solid #42495c;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    margin-left: 8px;
}
.bet-history-dates-btn i {
    margin-right: 3px;
}
.bet-card {
    margin: 15px;
    border-radius: 15px;
    padding: 15px;
}
.bet-card .header {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    margin-bottom: 25px;
}
.bet-card .info {
    font-weight: 400;
    font-size: 14px;
}
.bet-card .info i {
    margin-right: 5px;
}
.bet-card .info i.fa-clock-o {
    margin-left: 10px;
}
.bet-card .status {
    position: absolute;
    right: 0;
    top: 0;
}
.bet-card .bet-info span {
    font-weight: 500;
}
.bet-card .bet-info .amount-won {
    margin-top: 25px;
    font-size: 16px;
    font-weight: 700;
}
.bet-card .csht-btn-cntr {
    text-align: center;
    margin-top: 10px;
}
.bet-card .csht-btn-cntr .csht-btn {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: 48px;
    line-height: 48px;
}
.bet-card .csht-btn-cntr .csht-range-btn {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 48px;
    line-height: 48px;
}
.financial-modal-cont .date-info {
    font-size: 12px;
    font-weight: 700;
}
.payment-form-container .dropdown-button {
    height: 48px;
    line-height: 48px;
    border-radius: 5px;
}
.payment-form-container .dropdown-button.active {
    border-radius: 5px 5px 0 0;
}
.payment-form-container .selection-form-contents .suffix-field {
    margin-left: 0;
    margin-top: 0;
}
.payment-form-container .selection-form-contents .suffix-field .suffix-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.input-field-default.bubble,
.input-field.bubble {
    position: relative;
}
.input-field-default.bubble input:focus + bubble-validator,
.input-field.bubble input:focus + bubble-validator {
    display: block;
}
.input-field-default.bubble bubble-validator,
.input-field.bubble bubble-validator {
    display: none;
}
.input-field-default.bubble bubble-validator .bubble-vldtr,
.input-field.bubble bubble-validator .bubble-vldtr {
    position: absolute;
    z-index: 999;
    padding: 15px;
    border-radius: 5px;
    top: 55px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
}
.input-field-default.bubble bubble-validator .bubble-vldtr.right,
.input-field.bubble bubble-validator .bubble-vldtr.right {
    width: 100%;
}
.input-field-default.bubble bubble-validator .bubble-vldtr.left,
.input-field.bubble bubble-validator .bubble-vldtr.left {
    top: 0;
    width: 250px;
    left: -270px;
    margin-right: -25px;
}
.input-field-default.bubble bubble-validator .bubble-vldtr.left .vldtr-lst:before,
.input-field.bubble bubble-validator .bubble-vldtr.left .vldtr-lst:before {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #f5f5f5;
    top: -10px;
    right: -40px;
    left: auto;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst {
    position: relative;
    padding: 0;
    margin: 0;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst li,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst li {
    margin-bottom: 5px;
    white-space: nowrap;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst li i,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst li i {
    margin-right: 5px;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst li span,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst li span {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    white-space: normal;
}
.input-field .group-field,
.input-field-default .group-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-field .group-field .static,
.input-field-default .group-field .static {
    width: 100px;
    text-align: center;
}
.input-field .iti.iti--allow-dropdown,
.input-field-default .iti.iti--allow-dropdown {
    width: 100%;
}
.input-field textarea,
.input-field-default textarea {
    resize: none;
    height: 100px;
    width: 100%;
    padding: 5px 10px;
}
.signup-success {
    font-size: 25px;
    text-align: center;
}
.messages-wrapper {
    margin: 10px 15px;
}
.messages-info {
    width: 100%;
    border-radius: 15px;
    padding: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px 0;
    position: relative;
}
.messages-info .msg-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 14px;
}
.messages-info .msg-date {
    text-align: right;
    font-size: 12px;
}
.messages-info .messages-close {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 5px;
    padding: 0 10px;
}
.message-detail .message-right {
    position: relative;
    padding: 5px;
}
.message-detail .message-right .messages-info {
    padding: 0;
    margin: 0;
}
.message-detail .message-right .messages-close {
    top: 0;
}
.tckn-vrfctn {
    padding: 0 15px;
}
.tckn-vrfctn .tckn-vrfctn-btn {
    width: 100%;
    border-radius: 5px;
    margin: 10px 0;
    height: 45px;
    text-align: center;
}
.payment-wizard-form .step-header .step-title {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}
.payment-wizard-form .step-header .step-current {
    font-size: 17px;
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
    color: #fff;
}
.payment-wizard-form .step-header .step-main {
    width: 70%;
    margin: 25px auto 15px;
}
.payment-wizard-form .step-header .step-main .step-item {
    font-size: 15px;
    margin: auto;
    position: relative;
}
.payment-wizard-form .step-header .step-main .step-item .count {
    background-color: #fff;
    text-align: center;
    border-radius: 20px;
    color: #000;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: auto;
}
.payment-wizard-form .step-header .step-main .step-item.active .count {
    background-color: #fcc514;
}
.payment-wizard-form .step-header .step-main .step-header-2.active:before,
.payment-wizard-form .step-header .step-main .step-header-3.active:before {
    content: "";
    position: absolute;
    width: 90%;
    height: 2px;
    background-color: #fcc514;
    right: 55%;
    top: 14px;
}
.payment-wizard-form .step-content .step-content-item .clip-icon {
    margin-top: 22px;
    background-color: #000;
    color: #fff;
    border: none;
    font-size: 22px;
    border-radius: 5px;
    height: 45px;
    width: 45px;
}
.payment-wizard-form .step-content .step-content-item .dropdown-field {
    width: 100%;
}
.payment-wizard-form .step-content .step-content-item .btn-group {
    margin: 0 10px;
}
.payment-wizard-form .step-content .step-content-item .btn-group .amount-btn {
    width: 49%;
    margin: 10px 1% 0 0;
    text-align: center;
    border-radius: 5px;
}
.payment-wizard-form .step-content .step-content-item .btn-group .amount-btn:nth-child(even) {
    margin: 10px 0 0 1%;
    width: 49%;
}
.payment-wizard-form .step-content .step-content-item .amount-filed-cont .input-field {
    width: 100%;
    padding: 0 10px;
}
.payment-wizard-form .step-content .step-content-item .input-field .pymnt-frm-btn {
    width: 100%;
    text-align: center;
}
.payment-wizard-form .step-content .step-content-item .radio-field,
.payment-wizard-form .step-content .step-content-item .row .textarea-field,
.payment-wizard-form .step-content .step-content-item .row .textbox-field,
.payment-wizard-form .step-content .step-content-item .row .time-field {
    width: 100%;
}
.payment-wizard-form .step-content .step-content-item .field-label {
    color: #fff;
}
@font-face {
    font-family: icomoon;
    src: url(icomoon.e8d5903965a790f356a9.woff) format("woff");
    font-weight: 400;
    font-style: normal;
}
.icon {
    font-family: icomoon !important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slots:before {
    content: "";
}
.chip:before {
    content: "";
}
.clover:before {
    content: "";
}
.cherry:before {
    content: "";
}
.cards-fill:before {
    content: "";
}
.dice-3:before {
    content: "";
}
.newbadge:before {
    content: "";
}
.luck:before {
    content: "";
}
.cards:before {
    content: "";
}
.pokertable:before {
    content: "";
}
.dice-2:before {
    content: "";
}
.crown:before {
    content: "";
}
.diamond:before {
    content: "";
}
.whistle:before {
    content: "";
}
.medal:before {
    content: "";
}
.dice:before {
    content: "";
}
.world:before {
    content: "";
}
.best-collection:before {
    content: "";
}
.bitcoin:before {
    content: "";
}
.spades:before {
    content: "";
}
.poker-chips:before {
    content: "";
}
.roulette:before {
    content: "";
}
.virtualgames:before {
    content: "";
}
.slot-machine:before {
    content: "";
}
.soccer-shoe:before {
    content: "";
}
.play-in:before {
    content: "";
}
.play-out:before {
    content: "";
}
.scoreboard:before {
    content: "";
}
.red-card:before {
    content: "";
}
.yellow-card:before {
    content: "";
}
.corner-icon:before {
    content: "";
}
.gambling-montenegro:before {
    content: "";
}
.over18:before {
    content: "";
}
.gamcare:before {
    content: "";
}
.star:before {
    content: "";
}
.star-o:before {
    content: "";
}
.chevron-right:before {
    content: "";
}
.chevron-down:before {
    content: "";
}
.chevron-up:before {
    content: "";
}
.statistics:before {
    content: "";
}
.livebetting:before {
    content: "";
}
.stream-icon:before {
    content: "";
}
.field-pitch:before {
    content: "";
}
.resize-two-in:before {
    content: "";
}
.resize-two:before {
    content: "";
}
.top-leagues:before {
    content: "";
}
.champions-league:before {
    content: "";
}
.serie-a:before {
    content: "";
}
.bundesliga:before {
    content: "";
}
.ligue-1:before {
    content: "";
}
.premier-league:before {
    content: "";
}
.la-liga:before {
    content: "";
}
.super-toto-turkey:before {
    content: "";
}
.world-cup-2018:before {
    content: "";
}
.blank:before {
    content: "";
}
.soccer:before {
    content: "";
}
.basketball:before {
    content: "";
}
.tennis:before {
    content: "";
}
.ice-hockey:before {
    content: "";
}
.motorsport:before {
    content: "";
}
.volleyball:before {
    content: "";
}
.american-football:before {
    content: "";
}
.rugby:before {
    content: "";
}
.futsal:before {
    content: "";
}
.handball:before {
    content: "";
}
.snooker:before {
    content: "";
}
.baseball:before {
    content: "";
}
.boxing:before {
    content: "";
}
.mma:before {
    content: "";
}
.golf:before {
    content: "";
}
.winter-sports:before {
    content: "";
}
.table-tennis:before {
    content: "";
}
.waterpolo:before {
    content: "";
}
.darts:before {
    content: "";
}
.beach-volleyball:before {
    content: "";
}
.beach-soccer:before {
    content: "";
}
.squash:before {
    content: "";
}
.sailing:before {
    content: "";
}
.bowls:before {
    content: "";
}
.aussie_rules:before {
    content: "";
}
.olympics:before {
    content: "";
}
.curling:before {
    content: "";
}
.floorball:before {
    content: "";
}
.bandy:before {
    content: "";
}
.fantasy:before {
    content: "";
}
.badminton:before {
    content: "";
}
.pesapallo:before {
    content: "";
}
.league-of-legends:before {
    content: "";
}
.specials:before {
    content: "";
}
.counter-strike:before {
    content: "";
}
.field-hockey:before {
    content: "";
}
.starcraft:before {
    content: "";
}
.fencing:before {
    content: "";
}
.soccer-special:before {
    content: "";
}
.news-carousel {
    margin-bottom: 15px;
    overflow: hidden;
}
.news-carousel .carousel-container {
    position: relative;
}
.news-carousel .carousel-container .controls .control-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
}
.news-carousel .carousel-container .controls .control-btn.left-arrow,
.news-carousel .carousel-container .controls .control-btn.left-arrow .arrow-btn {
    left: 0;
}
.news-carousel .carousel-container .controls .control-btn.right-arrow,
.news-carousel .carousel-container .controls .control-btn.right-arrow .arrow-btn {
    right: 0;
}
.news-carousel .carousel-container .controls .control-btn .arrow-btn {
    position: absolute;
    top: 44%;
    font-size: 24px;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
    text-align: center;
}
.news-carousel .carousel-container .controls .control-btn .arrow-btn:hover {
    cursor: pointer;
}
#container-fluid #container-main #container-main-left .news-carousel {
    border-radius: 10px;
}
/*
body {
    margin: 0;
    background: #000;
    text-rendering: optimizeLegibility;
    letter-spacing: -0.3px;
    -webkit-font-smoothing: antialiased;
}
*/
#com-egt-jackpot-html-jackpotBanner {
    font-family: Arial;
    font-size: 10px;
    font-weight: 400;
    color: #fff;
    z-index: 9;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-clear-fix {
    clear: both;
    height: 0;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-ie8 {
    width: 100%;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box {
    box-sizing: border-box;
    float: none;
    display: block;
    margin: 0;
    position: relative;
    text-align: center;
    z-index: 1;
    background: url(bg.a1eaadc1a1c977e091c8.jpg) 0 0 / contain repeat-x;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/egt-jackpot-banner/img/bg.html", sizingMethod="scale");
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/egt-jackpot-banner/img/bg.jpg', sizingMethod='scale')";
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-level {
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    display: block;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-logo {
    float: none;
    display: none;
    background: url(logo.0c1fe5ccbbd3355b3ab3.png) center center/contain no-repeat;
    border: 0;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logo.html", sizingMethod="scale");
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logo.png', sizingMethod='scale')";
    overflow: hidden;
    visibility: visible;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    width: 90%;
    display: block;
    margin: 0 auto 15px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-button {
    display: block;
    text-decoration: none;
    margin: 15px auto 0;
    border-radius: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 1px 1px 0 #000;
    box-shadow: 2px 2px 4px #000;
    border: 1px solid;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-currency {
    position: absolute;
    right: 0;
    color: #999;
    font-weight: 900;
    display: block;
    width: 16px;
    text-align: center;
    word-wrap: break-word;
    border-left: 1px solid #000;
    height: 100%;
    padding: 0;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-currency .com-egt-jackpot-html-currencyText {
    display: block;
    width: 6px;
    margin-left: 5px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-value {
    position: absolute;
    right: 17px;
    height: 100%;
    width: auto;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers {
    float: left;
    position: relative;
    height: 100%;
    border-left: 1px solid #000;
    border-right: 1px solid #333;
    overflow: hidden;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers .com-egt-jackpot-html-digit {
    display: block;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers {
    font-size: 16px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers {
    font-size: 18px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers {
    font-size: 20px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    font-size: 22px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers .com-egt-jackpot-html-digit .com-egt-jackpot-html-new,
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers .com-egt-jackpot-html-digit .com-egt-jackpot-html-old {
    display: block;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers.com-egt-jackpot-html-first {
    border-right: 1px solid #333;
    border-left: 0;
    width: 0;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers .com-egt-jackpot-html-digit,
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers.com-egt-jackpot-html-dot span {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-numbers.com-egt-jackpot-html-dot {
    width: 8px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-box .com-egt-jackpot-html-dummyImg {
    position: absolute;
    border: 0;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUpMask {
    position: absolute;
    overflow: hidden;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp {
    box-sizing: border-box;
    background: #000;
    display: block;
    position: absolute;
    border-radius: 6px;
    color: #999;
    font-size: 9px;
    padding: 0 5px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-divider {
    display: block;
    width: 100%;
    height: 1px;
    background: #999;
    clear: both;
    padding: 0 5px;
    margin: 0 0 0 -5px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-divider.com-egt-jackpot-html-last {
    height: 0;
    display: none;
    clear: both;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div {
    width: 100%;
    margin: 0;
    float: left;
    line-height: 14px;
    padding: 5px 0;
    text-align: left;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div.com-egt-jackpot-html-center {
    text-align: center;
    font-size: 16px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div span {
    float: left;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div .com-egt-jackpot-html-winner {
    font-weight: 700;
    font-style: italic;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div .com-egt-jackpot-html-count {
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    line-height: 14px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div .com-egt-jackpot-html-price {
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    float: none;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div .com-egt-jackpot-html-cur {
    color: #999;
    padding-left: 8px;
    float: none;
    font-weight: 700;
    font-size: 16px;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-logoPopUp {
    display: inline-block;
    width: 100%;
    margin: 5px auto 10px;
    background: url(logoPopup.17abdea5631eb5ae0558.png) center center/contain no-repeat;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="img/logoPopup.html", sizingMethod="scale");
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/logoPopup.png', sizingMethod='scale')";
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-div .com-egt-jackpot-html-right {
    float: right;
}
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-after,
#com-egt-jackpot-html-jackpotBanner .com-egt-jackpot-html-popUp .com-egt-jackpot-html-before {
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    border: solid transparent;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box {
    display: block;
    width: 100%;
    margin: 0 0 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    margin-bottom: 0;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers {
    width: 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    width: 16px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-box .com-egt-jackpot-html-level {
    left: 2px !important;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-logo {
    display: none;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xsm .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    display: block;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box {
    margin: 0 auto 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 60%;
    margin-bottom: 0;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 70%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 80%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 90%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers {
    width: 16px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers {
    width: 17px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers {
    width: 18px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    width: 19px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-logo {
    display: none;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-sm .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    display: block;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 28%;
    float: left;
    margin-left: 17%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 33%;
    float: right;
    margin-right: 17%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 38%;
    float: left;
    margin-left: 7%;
    margin-bottom: 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 43%;
    float: right;
    margin-right: 7%;
    margin-bottom: 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers {
    width: 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers {
    width: 16px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers {
    width: 17px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    width: 18px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-logo {
    display: none;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-md .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    display: block;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-logo {
    float: right;
    width: 14%;
    margin-right: 2%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 14%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 17%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 20%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 23%;
    margin-right: 1%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 19%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 21%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 24%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 27%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-I.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-II.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-III.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV.com-egt-jackpot-html-equal {
    width: 18.5%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-I.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-II.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-III.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal {
    width: 23%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers {
    width: 12px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers {
    width: 13px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    width: 14px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-logo {
    display: block;
    margin-right: 3%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-lg .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    display: none;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-logo {
    float: right;
    width: 19%;
    margin-right: 2.5%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 13%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 16%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 18%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 20%;
    margin-right: 2%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-I {
    width: 16%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-II {
    width: 19%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-III {
    width: 25%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-no-logo.com-egt-jackpot-html-box.com-egt-jackpot-html-IV {
    width: 28%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-I.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-II.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-III.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV.com-egt-jackpot-html-equal {
    width: 16.5%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-I.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-II.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-III.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV.com-egt-jackpot-html-no-logo.com-egt-jackpot-html-equal {
    width: 22%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-I .com-egt-jackpot-html-numbers {
    width: 15px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-II .com-egt-jackpot-html-numbers,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-III .com-egt-jackpot-html-numbers,
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-box.com-egt-jackpot-html-IV .com-egt-jackpot-html-numbers {
    width: 16px;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-logo {
    display: block;
    margin-right: 3%;
}
#com-egt-jackpot-html-jackpotBanner.com-egt-jackpot-html-xlg .com-egt-jackpot-html-logo.com-egt-jackpot-html-mobile {
    display: none;
}
/*
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
    -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-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
}
.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
.no-js .owl-carousel {
    display: block;
}
.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.owl-height {
    -webkit-transition: height 0.5s ease-in-out;
    transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
    max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    background: 0 0;
    top: 50%;
    font-size: 18px;
    margin: 0;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
    color: #fff;
    text-decoration: none;
    background: 0 0;
}
.owl-theme .owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-theme .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s ease;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.owl-next,
.owl-prev {
    width: 25px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block !important;
    border: 0 solid #000;
    background: 0 0;
}
.owl-prev {
    left: 0;
}
.owl-next {
    right: 0;
}
.owl-next i,
.owl-prev i {
    color: #ccc;
}
.owl-item .events {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.owl-item .events a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 3px;
    min-width: 80px;
}
.owl-item .events a .truncate {
    text-align: center;
    line-height: 14px;
    font-size: 14px;
    text-transform: none;
    margin: 10px 0;
    width: 100%;
}
.owl-item .events a .icon {
    font-size: 24px;
    vertical-align: middle;
}
.owl-carousel .owl-stage-outer {
    margin: 10px 20px;
}
.news-carousel .owl-carousel .owl-stage-outer {
    margin: 0;
}
.news-carousel .owl-nav .owl-next,
.news-carousel .owl-nav .owl-prev {
    padding: 0;
    margin: 0;
}
.news-carousel .owl-nav .owl-next i,
.news-carousel .owl-nav .owl-prev i {
    font-size: 18px;
    border-radius: 20px;
    background-color: #fff;
    color: #000;
    width: 25px;
    height: 25px;
    line-height: 26px;
}
.news-carousel .owl-nav .owl-next {
    right: 5px;
}
.news-carousel .owl-nav .owl-prev {
    left: 5px;
}
#type-upcoming-matches .owl-carousel .owl-item .events .href-item,
#type-upcoming-matches .owl-carousel .owl-item .events a,
.liveOverview-container .owl-carousel .owl-item .events .href-item,
.liveOverview-container .owl-carousel .owl-item .events a,
.page-casino .owl-carousel .owl-item .events .href-item,
.page-casino .owl-carousel .owl-item .events a,
.page-live-casino .owl-carousel .owl-item .events .href-item,
.page-live-casino .owl-carousel .owl-item .events a,
.virtual-sport-list .owl-carousel .owl-item .events .href-item,
.virtual-sport-list .owl-carousel .owl-item .events a {
    display: inline-block;
    text-align: center;
    padding: 5px 0 0;
    height: 65px;
    border-radius: 15px;
    width: 100%;
    position: relative;
}
#type-upcoming-matches .owl-carousel .owl-item .events .href-item.active:before,
#type-upcoming-matches .owl-carousel .owl-item .events a.active:before,
.liveOverview-container .owl-carousel .owl-item .events .href-item.active:before,
.liveOverview-container .owl-carousel .owl-item .events a.active:before,
.page-casino .owl-carousel .owl-item .events .href-item.active:before,
.page-casino .owl-carousel .owl-item .events a.active:before,
.page-live-casino .owl-carousel .owl-item .events .href-item.active:before,
.page-live-casino .owl-carousel .owl-item .events a.active:before,
.virtual-sport-list .owl-carousel .owl-item .events .href-item.active:before,
.virtual-sport-list .owl-carousel .owl-item .events a.active:before {
    position: absolute;
    content: "";
    height: 4px;
    width: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 0 0 5px 5px;
}
.modul-accordion .modul-content .fixture-container .owl-carousel .owl-stage-outer {
    margin: 10px 0;
}
.modul-accordion .modul-content .fixture-container .owl-carousel .owl-nav .owl-next,
.modul-accordion .modul-content .fixture-container .owl-carousel .owl-nav .owl-prev {
    display: none !important;
}
*/
.virtuals-lobby {
    padding-top: 10px;
}
.virtuals-lobby .virtual-provider .modul-accordion .modul-content .vp-logo {
    text-align: center;
    width: auto;
    min-width: 215px;
    padding: 15px;
    position: relative;
    height: 100%;
    min-height: 200px;
}
.virtuals-lobby .virtual-provider .modul-accordion .modul-content .vp-logo .gm-img {
    position: absolute;
    width: auto;
    height: 200px;
    top: 50%;
    margin-top: -100px;
    left: 50%;
    margin-left: -100px;
}
.virtuals-lobby .virtual-provider .modul-accordion .modul-content .btn {
    width: 48%;
    padding: 0;
    margin: 1%;
    text-align: center;
    display: inline-block;
    height: 48px;
    line-height: 48px;
}
.virtuals-lobby .virtual-provider .vp-info {
    width: 20%;
    margin-left: auto;
    left: auto;
    right: auto;
    float: left;
}
.virtuals-lobby .virtual-provider .vp-info .vp-name {
    text-align: center;
    line-height: 31px;
    font-weight: 700;
    font-size: 16px;
}
.virtuals-lobby .virtual-provider .vp-info .vp-logo img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
    cursor: pointer;
}
.virtuals-lobby .virtual-provider .vp-games {
    width: 80%;
    float: left;
    padding: 15px 15px 15px 25px;
}
.virtuals-lobby .virtual-provider .vp-games .vp-game {
    width: 50%;
    float: left;
}
.virtuals-lobby .virtual-provider .vp-games .vp-game a {
    color: #e8e8ea;
}
.virtual-page .modul-content .virtual-view iframe {
    height: 100vh;
}
.iti {
    width: 100%;
}
.field-label.required:after {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    margin: 0 5px;
    color: #c62828;
    vertical-align: top;
    position: relative;
    top: 3px;
}
.required-icon:after {
    content: "";
    font-family: FontAwesome;
    font-size: 10px;
    margin: 0 5px;
    color: #c62828;
    vertical-align: top;
}
.drag-target {
    display: none;
}
.clear:after,
.clear:before {
    content: " ";
    display: table;
}
.clear:after {
    clear: both;
}
.inline-block {
    display: inline-block;
}
.display-block {
    display: block;
}
.display-none {
    display: none;
}
.overflow-visible {
    overflow: visible;
}
.overflow-hidden {
    overflow: hidden;
}
.w100 {
    width: 100%;
    min-width: 100%;
}
.h100 {
    height: 100%;
    min-height: 100%;
}
.flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-width: 1px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.flex-container.align-items-res {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}
.flex-container .flex-item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.dropdown-content {
    z-index: 9999;
}
.material-tooltip {
    font-size: 11px;
    min-height: initial;
}
.tooltipped {
    text-decoration: underline;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
.modal {
    width: 90%;
}
.modal.valign-center {
    top: 50% !important;
    -webkit-transform: translate(0, -50%) scaleX(1) !important;
    -ms-transform: translate(0, -50%) scaleX(1) !important;
    transform: translate(0, -50%) scaleX(1) !important;
}
.modal.modal-fixed-header {
    padding: 0;
    height: 80%;
}
.modal.modal-fixed-header .modal-header {
    position: absolute;
    top: 0;
    height: 150px;
    width: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
    z-index: 2;
}
.modal.modal-fixed-header .modal-content {
    position: absolute;
    top: 150px;
    height: calc(100% - 150px);
    max-height: calc(100% - 150px);
    width: 100%;
    overflow-y: auto;
    z-index: 1;
}
.modal.select-filter-modal .search-one-input {
    margin: 0;
    padding: 0 8px;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.modal.select-filter-modal .search-one-input input {
    background-color: #1a2134;
    color: #a9acb5;
    border: none;
    margin: 0;
    padding-left: 43px;
    border-radius: 50px;
    height: 48px;
}
.modal.select-filter-modal .search-one-input input:focus {
    outline: 0;
}
.modal.select-filter-modal .search-one-input input::-webkit-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.modal.select-filter-modal .search-one-input input::-moz-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.modal.select-filter-modal .search-one-input input:-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.modal.select-filter-modal .search-one-input input::-ms-input-placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.modal.select-filter-modal .search-one-input input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
}
.modal.select-filter-modal .search-one-input .main-search-btn {
    position: absolute;
    top: 21px;
    left: 20px;
    border: none;
    box-shadow: none;
    text-shadow: none;
}
.modal.select-filter-modal .search-one-input .main-search-btn i.pg-icons {
    font-size: 25px;
}
.modal.select-filter-modal .modal-header {
    display: none;
}
.modal.select-filter-modal .modal-header-select {
    position: absolute;
    top: 0;
    height: 65px;
    line-height: 65px;
    width: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.modal.select-filter-modal .modal-header-select .modal-title {
    font-size: 16px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.modal.select-filter-modal .modal-header-select .modal-close {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    top: 0;
    right: 0;
}
.modal.select-filter-modal .modal-content {
    position: absolute;
    top: 65px;
    height: calc(100% - 65px);
    max-height: calc(100% - 65px);
    width: 100%;
    overflow-y: auto;
    z-index: 1;
}
.modal .modal-close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 5;
}
.modal .modal-close i.fa {
    font-size: 18px;
    color: #000;
}
.modal .modal-close:hover i.fa {
    color: #c62828;
}
.modal .modal-content {
    padding: 5px;
}
*/
/*
.btn,
.btn-flat,
.btn-large {
    text-transform: initial;
    letter-spacing: -0.3px;
}
*/
.side-nav {
    z-index: 99999;
}
.side-nav a {
    padding: initial;
    line-height: initial;
    font-size: initial;
    height: initial;
}
.side-nav .side-nav-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.side-nav .side-nav-header .top-logo {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
}
.side-nav .side-nav-header .top-logo .logo {
    display: block;
    margin-top: 8px;
}
.side-nav .side-nav-header .top-logo a img {
    max-height: 50px;
    max-width: 150px;
}
.side-nav .side-nav-header .top-icon {
    padding-right: 20px;
    font-size: 20px;
}
.btn {
    box-shadow: none;
    padding: 0 5px;
	align-items: unset;
}
.btn i {
    font-size: 13px;
}
.btn i.left {
    margin-right: 5px;
}
.btn i.right {
    margin-left: 5px;
}
.row {
    margin-bottom: 0;
}
ul {
    margin: 0;
    padding: 0;
}
.progress {
    margin: 5px 0;
}
/*
* {
    -webkit-overflow-scrolling: touch;
}
*/
.no-margin {
    margin: 0 !important;
}
.no-padding {
    padding: 0 !important;
}
.pad-5 {
    padding: 5px !important;
}
.pad-right-5 {
    padding-right: 5px !important;
}
.pad-left-5 {
    padding-left: 5px !important;
}
.pad-top-5 {
    padding-top: 5px !important;
}
.pad-bottom-5 {
    padding-bottom: 5px !important;
}
.pad-10 {
    padding: 10px !important;
}
.pad-right-10 {
    padding-right: 10px !important;
}
.pad-left-10 {
    padding-left: 10px !important;
}
.pad-top-10 {
    padding-top: 10px !important;
}
.pad-bottom-10 {
    padding-bottom: 10px !important;
}
.mar-5 {
    margin: 5px !important;
}
.mar-right-5 {
    margin-right: 5px !important;
}
.mar-left-5 {
    margin-left: 5px !important;
}
.mar-top-5 {
    margin-top: 5px !important;
}
.mar-bottom-5 {
    margin-bottom: 5px !important;
}
.mar-10 {
    margin: 10px !important;
}
.mar-right-10 {
    margin-right: 10px !important;
}
.mar-left-10 {
    margin-left: 10px !important;
}
.mar-top-10 {
    margin-top: 10px !important;
}
.mar-bottom-10 {
    margin-bottom: 10px !important;
}
input.error {
    background-color: #fff3f2 !important;
    color: #c62828 !important;
    border-color: #c62828 !important;
}
.input-field .prefix {
    margin-top: 10px;
}
.input-field .prefix ~ .select-wrapper,
.input-field .prefix ~ select {
    margin-left: 3rem;
    width: calc(100% - 3rem);
}
.input-field.date-field {
    position: relative;
}
.input-field.date-field .prefix {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    margin-top: 0;
    height: 100%;
    font-size: 20px;
    padding-top: 7px;
}
.input-field.date-field .prefix ~ input {
    padding-right: 35px;
    padding-left: 5px;
    width: 150px;
    margin-left: 0;
}
input.browser-default,
select.browser-default,
textarea.browser-default {
    height: 48px;
    line-height: 48px;
    border: none;
    border-bottom: 1px solid #2d5d7c;
    border-radius: 4px 4px 0 0;
    padding: 0 15px;
    font-weight: 500;
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
input.browser-default:focus,
select.browser-default:focus,
textarea.browser-default:focus {
    border-bottom: 1px solid #2d5d7c;
    box-shadow: none !important;
    outline: 0;
}
field-messages {
    color: #c62828;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
}
field-messages > div {
    margin: 5px 0;
}
@media screen and (min-width: 1201px) and (max-width: 1499px) {
    #toast-container {
        top: initial !important;
        bottom: 20px;
        right: 20px;
    }
}
@media screen and (min-width: 993px) {
    #toast-container {
        top: initial !important;
        bottom: 20px;
        right: 20px;
    }
}
#toast-container .toast.error {
    background-color: #c62828;
}
#toast-container .toast.info {
    background-color: #0277bd;
}
#toast-container .toast.success {
    background-color: #558b2f;
}
#toast-container .toast.warning {
    background-color: #dc6907;
}
#toast-container .toast i.pg-icons {
    font-size: 24px;
}
.message-box {
    padding: 15px;
    border-left: 5px solid;
    position: relative;
    font-size: 14px;
    margin: 5px;
}
.message-box.icon {
    padding-left: 35px;
    position: relative;
}
.message-box.icon .pg-icons {
    font-size: 25px;
    position: absolute;
    top: 50%;
    left: 5px;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.message-box .close {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 14px;
    cursor: pointer;
}
.message-box .icon {
    margin-right: 5px;
}
.message-box ul li a:hover {
    text-decoration: underline;
}
.message-box ul > li ul {
    padding-left: 5px;
}
.message-box ul.disc {
    padding-left: 10px;
}
.message-box ul.disc li {
    list-style-type: disc;
}
.message-box .update-information {
    color: #0093e7;
}
i.country {
    display: inline-block;
}
.st-font-icons {
    line-height: initial !important;
    vertical-align: middle;
}
.rate-up-small {
    position: relative;
}
.rate-up-small:before {
    content: "";
    width: 0;
    height: 0;
    border-top: 13px solid #558b2f;
    border-left: 13px solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: 1s 5 fade;
    animation: 1s 5 fade;
}
.rate-down-small {
    position: relative;
}
.rate-down-small:after {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 13px solid #c62828;
    border-left: 13px solid transparent;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    -webkit-animation: 1s 5 fade;
    animation: 1s 5 fade;
}
@-webkit-keyframes fade {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
@keyframes fade {
    0%,
    100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}
.rate-up {
    -webkit-animation: 1s 5 rate_up_color;
    animation: 1s 5 rate_up_color;
}
.rate-down {
    -webkit-animation: 1s 5 rate_down_color;
    animation: 1s 5 rate_down_color;
}
@-webkit-keyframes rate_up_color {
    100% {
        background: #558b2f;
        color: #fff;
    }
}
@-webkit-keyframes rate_down_color {
    100% {
        background: #c62828;
        color: #fff;
    }
}
@keyframes rate_up_color {
    100% {
        background: #558b2f;
        color: #fff;
    }
}
@keyframes rate_down_color {
    100% {
        background: #c62828;
        color: #fff;
    }
}
.tabs {
    margin-bottom: 15px;
    border-bottom: 1px solid #2b3141;
    padding-left: 10px !important;
}
.tabs .tab {
    text-transform: none;
    letter-spacing: -0.3px;
}
.tabs .tab a {
    padding: 0 10px;
    position: relative;
    font-weight: 500;
    overflow: inherit;
}
.tabs .tab a.active:after,
.tabs .tab a:hover:after {
    position: absolute;
    content: "";
    height: 4px;
    width: 30px;
    top: 92%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 5px 5px 0 0;
}
.tabs.live,
.tabs.upcoming {
    margin: 0 15px 5px;
}
.tabs .cashout-icon-cn {
    position: absolute;
    top: 3px;
    font-size: 8px;
    margin-left: 0;
    color: #000;
    line-height: 8px;
    overflow: visible;
    text-align: left;
    background: #ff9800;
    border-radius: 5px;
    font-weight: 400;
    padding: 2px;
    right: -5px;
}
.tabs.fixtures-top-tab {
    margin-bottom: 0;
}
.tabs .indicator {
    display: none;
}
.tabsAndOtherTab {
    padding: 10px 0;
    border-bottom: 1px solid #42495c;
}
.main.tabs {
    padding: 0 15px !important;
    margin: 10px 0;
    border-bottom: none;
}
.main.tabs .tab {
    margin-right: 5px;
}
.main.tabs .tab a {
    border-radius: 25px;
    padding: 0 15px;
    font-weight: 500;
    font-size: 14px;
}
.main.tabs .tab a i {
    margin-right: 5px;
    font-size: 16px;
}
.main.tabs .tab:last-child {
    margin-right: 0;
}
.currency-symbol {
    font-family: arial !important;
}
[type="checkbox"] + label {
    height: 20px;
    line-height: 20px;
}
[type="checkbox"].filled-in:not(:checked) + label::before {
    top: 0;
    left: 1px;
    width: 8px;
    height: 13px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
/*
.loader-container {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
    display: none;
}
.loader-container.active {
    display: block;
}
.loader-container .progress {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 50%;
    z-index: 1000;
    margin: 0;
}
#preloader .preloader-logo {
    margin: 200px 0 50px;
}
.yt-loader {
    width: 0%;
    height: 1px;
    background: red;
    -webkit-animation: 2s infinite inprogress;
    animation: 2s infinite inprogress;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}
@-webkit-keyframes inprogress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
@keyframes inprogress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}
*/
table.bordered {
    border: 1px solid #d0d0d0;
}
table.bordered > thead > tr > th {
    border-right: 1px solid #d0d0d0;
}
table.bordered > thead > tr > th:last-child {
    border-right: none;
}
table.bordered > tbody > tr:last-child {
    border-bottom: none;
}
table.bordered > tbody > tr > td {
    border-right: 1px solid #d0d0d0;
}
table tr td,
table tr th {
    padding: 5px;
    border-radius: 0;
}
.horizontal-slide-tabs {
    margin: 15px 0;
}
.horizontal-slide-tabs:after,
.horizontal-slide-tabs:before {
    content: "";
    display: table;
}
.horizontal-slide-tabs:after {
    clear: both;
}
.horizontal-slide-tabs.all .horizontal-slide-content {
    overflow: hidden;
    white-space: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.horizontal-slide-tabs.all .horizontal-slide-left-btn,
.horizontal-slide-tabs.all .horizontal-slide-right-btn {
    display: none;
}
.horizontal-slide-tabs .horizontal-slide-left-btn i,
.horizontal-slide-tabs .horizontal-slide-right-btn i {
    font-size: 30px;
    vertical-align: middle;
}
.horizontal-slide-tabs .horizontal-slide-content {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 15px;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    height: 30px;
    display: inline-block;
    padding-top: 5px;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon i {
    font-size: 22px;
    vertical-align: middle;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon-img {
    height: 30px;
    display: inline-block;
    padding-top: 5px;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon-img img {
    vertical-align: top;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .type {
    color: inherit;
    font-size: 12px;
    margin-top: 3px;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active {
    border-radius: 15px;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 0 0 5px 5px;
}
.main.horizontal-slide-tabs .horizontal-slide-content {
    padding: 0 10px;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    border-radius: 50%;
    height: 65px;
    width: 65px;
    padding-top: 0;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon i {
    vertical-align: middle;
    line-height: 67px;
    font-size: 32px;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:last-child {
    margin-right: 0;
    padding-right: 10px;
}
.content-horizontal-slide-tabs:after,
.content-horizontal-slide-tabs:before {
    content: "";
    display: table;
}
.content-horizontal-slide-tabs:after {
    clear: both;
}
.content-horizontal-slide-tabs.all .horizontal-slide-content {
    overflow: hidden;
    white-space: initial;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.content-horizontal-slide-tabs.all .horizontal-slide-left-btn,
.content-horizontal-slide-tabs.all .horizontal-slide-right-btn {
    display: none;
}
.content-horizontal-slide-tabs .horizontal-slide-content {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    display: inline-block;
    text-align: center;
    padding: 0 17px;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    height: 65px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    border-radius: 15px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    height: 30px;
    display: inline-block;
    padding-top: 5px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon i {
    font-size: 25px;
    vertical-align: top;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon-img {
    height: 30px;
    display: inline-block;
    padding-top: 5px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon-img img {
    vertical-align: top;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .type {
    font-size: 13px;
    font-weight: 500;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active {
    border-radius: 15px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 15px;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
    border-radius: 0 0 5px 5px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:first-child {
    margin-left: 10px;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:only-child {
    margin: 0 10px;
}
.content-horizontal-slide-tabs .horizontal-slide-content::-webkit-scrollbar {
    display: none;
}
.content-horizontal-slide-tabs.filter {
    padding: 10px 0;
}
.content-horizontal-slide-tabs.upcoming {
    padding: 10px 0;
    border-bottom: 1px solid #42495c;
}
.caption-pg {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
    height: auto !important;
}
.caption-pg .caption-pg-header .title {
    text-align: center;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #d0d0d0;
}
.caption-pg .caption-pg-header .title .match-code {
    font-size: 11px;
    font-weight: 400;
}
.caption-pg.active {
    padding: 10px 15px 10px 10px;
    max-height: 400px;
    overflow: auto;
    opacity: 1;
    visibility: visible;
}
.pagination {
    margin: 15px 0;
    text-align: center;
}
.pagination:after,
.pagination:before {
    content: "";
    display: table;
}
.pagination:after {
    clear: both;
}
.pagination li {
    font-size: 15px;
}
.pagination li i {
    vertical-align: middle;
}
app-out-component {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
[pg-tooltip] {
    position: relative;
    overflow: hidden !important;
}
[pg-tooltip]:hover {
    overflow: visible !important;
}
[pg-tooltip]:after {
    display: block;
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    margin-bottom: 6px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    content: attr(pg-tooltip);
    height: auto;
    width: auto;
    padding: 5px 10px;
    z-index: 9999;
    text-decoration: none;
    text-align: center;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
    font-size: 11px;
    line-height: normal;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100vw / 2);
    font-weight: 400;
}
[pg-tooltip]:before {
    display: block;
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
    bottom: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    opacity: 0;
    content: "";
    border-style: solid;
    border-width: 6px 6px 0;
    -webkit-transition: 0.3s;
    transition: all 0.3s;
    z-index: 9999;
}
[pg-tooltip]:hover:after,
[pg-tooltip]:hover:before {
    visibility: visible;
    opacity: 1;
}
[pg-tooltip][bottom-tip]:after {
    top: 100%;
    margin-top: 6px;
    bottom: auto;
    margin-bottom: 0;
}
[pg-tooltip][bottom-tip]:before {
    top: 100%;
    -webkit-transform: translate(-50%, 0) rotate(180deg);
    -ms-transform: translate(-50%, 0) rotate(180deg);
    transform: translate(-50%, 0) rotate(180deg);
}
[pg-tooltip][right-tip]:after {
    left: 100%;
    margin-left: 9px;
    top: 50%;
    bottom: auto;
    margin-bottom: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
[pg-tooltip][right-tip]:before {
    left: 100%;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%) rotate(90deg);
    -ms-transform: translate(0, -50%) rotate(90deg);
    transform: translate(0, -50%) rotate(90deg);
}
[pg-tooltip][left-tip]:after {
    right: 100%;
    left: auto;
    margin-right: 9px;
    top: 50%;
    bottom: auto;
    margin-bottom: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
[pg-tooltip][left-tip]:before {
    right: 100%;
    left: auto;
    top: 50%;
    bottom: auto;
    -webkit-transform: translate(0, -50%) rotate(-90deg);
    -ms-transform: translate(0, -50%) rotate(-90deg);
    transform: translate(0, -50%) rotate(-90deg);
}
.crsr-pntr {
    cursor: pointer;
}
.rotate90 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
i.country.sz16 {
    transform: scale(0.5);
    -ms-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    margin: -8px !important;
    width: 32px;
    height: 32px;
}
.range-container input[type="range"] {
    padding: 0 15px;
    border: none;
    margin: 0;
}
.range-container .thumb {
    display: none !important;
}
.range-container .range-numbers {
    padding: 10px 5px 5px;
}
.range-container .range-numbers .range-number {
    font-size: 11px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
}
.csht-range .value {
    margin-top: 5px !important;
}
.csht-range .value:before {
    content: "%";
}
.scroll-top-btn {
    position: fixed;
    bottom: 20px;
    z-index: 99;
    cursor: pointer;
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
}
.scroll-top-btn.right {
    right: 20px;
}
.scroll-top-btn.left {
    left: 20px;
}
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}
a.disabled,
a.disabled-btn {
    pointer-events: none;
}
a.active {
    pointer-events: auto;
    color: #20b2aa;
}
.live-games-banner {
    text-align: center;
    margin: 20px 15px 0;
}
.live-games-banner > div {
    width: 100% !important;
}
.live-games-banner img {
    border-radius: 16px;
}
.main-today-events .horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    border-radius: 0;
    min-width: 80px;
}
.main-today-events .horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active:before,
.main-today-events .horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:hover:before {
    content: initial;
}
.country-select-modal {
    border-radius: 10px;
}
.country-select-modal .modal-content {
    padding: 0;
}
.country-select-modal .modal-content .title {
    padding: 20px 15px 25px;
    border-bottom: 1px solid #3b404f;
    font-size: 16px;
    font-weight: 700;
}
.country-select-modal .modal-content .country-content .country-name {
    padding: 15px;
}
.country-select-modal .modal-content .country-content .country-name label {
    font-weight: 500;
}
.select-filter-modal {
    border-radius: 10px;
    z-index: 101300 !important;
}
.select-filter-modal .modal-content {
    padding: 0;
}
.select-filter-modal .modal-content .title {
    padding: 20px 15px 25px;
    border-bottom: 1px solid #3b404f;
    font-size: 16px;
    font-weight: 700;
}
.select-filter-modal .modal-content .filter-content .filter-name {
    padding: 15px;
}
.select-filter-modal .modal-content .filter-content .filter-name label {
    font-weight: 500;
}
#number.selected {
    background-color: grey;
}
#btslpSld {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    -webkit-transition: top 0.3s;
    transition: top 0.3s;
    z-index: 99;
    overflow-y: auto;
}
#selectorOfFastBet,
#selectorOfFastBetPlaying {
    position: absolute;
    z-index: 999;
    background-color: #000;
    color: #fff;
    width: 100%;
    top: 0;
    left: 0;
    height: 48px;
    pointer-events: none;
    line-height: 48px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
#vsm-widget .vsm-modal#vsmMaintenanceMode {
    z-index: 1 !important;
    top: 0 !important;
    bottom: 0 !important;
}
#cookies-bottom-modal {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 0 5px;
    bottom: 0;
}
#cookies-bottom-modal .cookies-btn {
    margin: 5px;
    border-radius: 5px;
}
#cookies-top-modal {
    width: 100%;
    background: #000;
    color: #fff;
    padding: 0 5px;
    top: 0;
    max-height: -webkit-fit-content;
    max-height: -moz-fit-content;
    max-height: fit-content;
}
#cookies-top-modal .cookies-btn {
    margin: 5px;
    border-radius: 5px;
}
.top-time-range.range-container input[type="range"] {
    background-color: transparent;
}
header nav .nav-wrapper .menu-icon-head {
    margin: 0;
    padding: 0 10px;
}
header nav .nav-wrapper .menu-icon-head i {
    font-size: 28px;
}
header nav .nav-wrapper .user-icon i {
    font-size: 23px !important;
}
.primary-color {
    background-color: #000;
}
.primary-color-text {
    color: #000;
}
.secondary-color {
    background-color: #212121;
}
.secondary-color-text {
    color: #212121;
}
.tertiary-color {
    background-color: #b52427;
}
.tertiary-color-text {
    color: #b52427;
}
.quaternary-color {
    background-color: #419c00;
}
.quaternary-color-text {
    color: #419c00;
}
.divider {
    background-color: #e0e0e0;
}
.pg-grd-1 {
    width: calc(100% / 1);
}
.pg-grd-2 {
    width: calc(100% / 2);
}
.pg-grd-3 {
    width: calc(100% / 3);
}
.pg-grd-4 {
    width: calc(100% / 4);
}
.pg-grd-5 {
    width: calc(100% / 5);
}
.pg-grd-6 {
    width: calc(100% / 6);
}
.pg-grd-7 {
    width: calc(100% / 7);
}
.pg-grd-8 {
    width: calc(100% / 8);
}
.pg-grd-9 {
    width: calc(100% / 9);
}
.pg-grd-10 {
    width: calc(100% / 10);
}
.pg-grd-11 {
    width: calc(100% / 11);
}
.pg-grd-12 {
    width: calc(100% / 12);
}
/*
body,
body.page-dashboard,
body.page-signin,
body.page-signup {
    background-color: #d2d2d2;
}
.dropdown-content li > a,
.dropdown-content li > span,
a {
    color: #fff;
}
.pagination li a {
    color: rgba(255, 255, 255, 0.4);
}
.pagination li.active {
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}
*/
/*
.btn {
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
    border-radius: 5px;
    height: 48px;
    line-height: 48px;
}
.btn:hover {
    box-shadow: none;
    background-color: #141414;
}
*/
.bet-btn {
    background-color: #212121;
    border-radius: 10px;
    border: none;
    color: rgba(255, 255, 255, 0.87);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bet-btn .bet-btn-text {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    pointer-events: none;
}
.bet-btn .bet-btn-odd {
    font-weight: 500;
    margin-top: 0;
    opacity: 0.87;
    pointer-events: none;
}
.bet-btn:hover {
    background-color: #b52427;
    color: #fff;
    box-shadow: none;
}
.bet-btn:focus {
    background-color: #212121;
    color: #fff;
    box-shadow: none;
}
.bet-btn.twoRow {
    text-align: center;
    line-height: normal;
}
.bet-btn.twoRow .bet-btn-odd {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bet-btn.twoRow .bet-btn-text {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 2px;
}
.bet-btn.active {
    background: #419c00;
    color: #fff;
}
.bet-btn.active .bet-btn-text {
    opacity: 0.6;
}
.other-btn {
    background-color: #419c00;
    border-radius: 10px;
    border: none;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 44px;
    padding: 0 7px;
}
.other-btn:hover {
    background-color: #419c00;
    color: #fff;
}
.btn.disabled-btn {
    background: #616161;
    color: rgba(255, 255, 255, 0.5);
    cursor: not-allowed;
    box-shadow: none;
}
input[type="range"] + .thumb {
    background-color: #d2d2d2;
}
input[type="range"] {
    height: 26px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
    border: none;
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 0 solid #000;
}
input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
input[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
input[type="range"]::-ms-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
input[type="range"]:focus {
    outline: 0;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.6);
}
input[type="range"]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.6);
}
input[type="range"]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.6);
}
input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 0 solid #000;
}
input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}
input[type="range"]::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.6);
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
input[type="range"]::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.6);
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"]:checked + label:after {
    background: #b52427;
    border-color: #b52427;
}
[type="checkbox"].filled-in:checked + label:after {
    background-color: #212121;
    border-color: #212121;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #e0e0e0;
}
[type="checkbox"].filled-in:not(:checked) + label::before {
    border-color: transparent #fff #fff transparent;
}
.switch {
    background-color: transparent;
    color: #000;
    border-color: #e0e0e0;
}
.switch label {
    color: #000;
}
.switch label .lever {
    background-color: grey;
}
.switch label input[type="checkbox"]:checked + .lever,
.switch label input[type="checkbox"]:checked + .lever:after {
    background-color: #b52427;
}
.progress {
    background-color: #000;
}
.progress .indeterminate {
    background-color: #212121;
}
/*
header.navbar-fixed {
    height: 48px;
}
header nav {
    background-color: #000;
    color: #fff;
    box-shadow: none;
    height: 48px;
}
header nav .nav-wrapper .brand-logo,
header nav .nav-wrapper .logo {
    height: 48px;
    line-height: normal;
    font-size: initial;
    display: inline-block;
}
header nav .nav-wrapper .brand-logo .lg,
header nav .nav-wrapper .logo .lg {
    max-height: 50px;
    max-width: 150px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
header nav .nav-wrapper .brand-logo.logo-out,
header nav .nav-wrapper .logo.logo-out {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
header nav .nav-wrapper .user-icon {
    margin: 0 !important;
    padding: 0 10px !important;
    height: 48px;
    line-height: 48px;
    display: block;
}
header nav .nav-wrapper .menu-icon-head i,
header nav .nav-wrapper .user-icon i {
    line-height: 48px;
    height: 48px;
}
header nav .nav-wrapper .header-balance {
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    margin: 0 5px;
}
header nav .nav-wrapper .deposit-money {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    background-color: #141414;
    border-radius: 5px;
    margin-top: 4px;
    padding: 0 5px;
    font-weight: 500;
}
header nav .button-collapse {
    height: 48px;
}
@media (max-width: 420px) {
    header nav .nav-wrapper .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 5px;
    }
    header nav .nav-wrapper .logo .lg {
        max-width: initial;
        max-height: initial;
        width: 40vw;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    header nav .button-collapse {
        margin: 0 5px;
    }
}
@media (max-width: 992px) and (min-width: 420px) {
    header nav .nav-wrapper .logo {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin: 0 5px;
    }
    header nav .nav-wrapper .logo .lg {
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    header nav .button-collapse {
        margin: 0 5px;
    }
}
header .betslip-icon-head {
    position: relative;
}
header .betslip-icon-head .count {
    position: absolute;
    color: #fff;
    top: 5px;
    right: 15px;
    padding: 3px;
    background-color: #212121;
    line-height: 10px;
    border-radius: 5px;
    font-size: 10px;
}
header .login-btn-head,
header .register-btn-head {
    height: 56px;
    margin: 0 18px;
}
header .login-btn-head .pg-icons,
header .register-btn-head .pg-icons {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
}
header .register-btn-head {
    margin-left: 0;
}
*/
.page-betongames,
.page-casino,
.page-live-casino {
    background-color: #212121;
}
/*
.page-footer {
    background-color: #272729;
    color: #fff;
    margin-bottom: 56px;
    padding-top: 10px;
}
.page-footer .footer-menu {
    padding: 0 15px 10px;
    border-bottom: 1px solid #474747;
}
.page-footer .social-media {
    background-color: #272729;
    height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-bottom: 1px solid #474747;
}
.page-footer .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 700;
    color: rgba(255, 255, 255, 0.9);
}
.page-footer .links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.page-footer .links li a {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    display: block;
    min-width: 20%;
    margin: 5px;
}
.page-footer .divider {
    margin: 10px 0;
    opacity: 0.2;
}
.page-footer .social-links {
    text-align: center;
}
.page-footer .social-links:after,
.page-footer .social-links:before {
    content: "";
    display: table;
}
.page-footer .social-links:after {
    clear: both;
}
.page-footer .social-links li {
    display: inline-block;
    padding: 0 5px;
}
.page-footer .social-links li a {
    color: #212121;
    font-size: 18px;
    border-radius: 50%;
    padding: 2px 6px;
    background-color: #b52427;
}
.page-footer .footer-partner {
    text-align: center;
    padding: 0 10px;
    border-bottom: 1px solid #474747;
}
.page-footer .footer-partner i {
    display: inline-block;
    margin: 2px 5px;
    opacity: 0.38;
}
.page-footer .footer-partner .footer-partner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 40px;
}
.page-footer .payments {
    background-color: #272729;
    margin-top: 10px;
}
.page-footer .payments .container {
    text-align: center;
    height: 50px;
    line-height: 50px;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.page-footer .payments i {
    display: inline-block;
    margin: 0 5px;
    opacity: 0.8;
}
.page-footer .footer-copyright {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #272729;
    font-weight: 400;
    min-height: 60px;
    border-bottom: 1px solid #474747;
}
.page-footer .footer-copyright span {
    color: #fff;
}
*/
.modul-accordion {
    background-color: #000;
    color: rgba(255, 255, 255, 0.87);
}
.modul-accordion .modul-accordion .modul-header {
    background-color: #141414;
    color: #fff;
    border-bottom: 1px solid #474747;
}
.modul-accordion .modul-accordion.bet-type-group {
    background-color: #000;
}
.modul-accordion .modul-accordion.bet-type-group .modul-header {
    border-bottom-color: #474747;
}
.modul-accordion .modul-header {
    background-color: #090909;
    color: #fff;
}
.modul-accordion .modul-header .btn {
    background-color: transparent;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.1);
}
.modul-accordion .modul-header .btn:hover {
    background-color: #212121;
    color: #fff;
}
.modul-accordion .modul-header i.fa-chevron-right,
.modul-accordion .modul-header i.svg-font-icons {
    color: rgba(255, 255, 255, 0.9);
}
.modul-accordion .modul-header .header-text {
    color: #fff;
}
.modul-accordion .modul-header .header-text i {
    color: #b52427;
}
.modul-accordion .modul-header .statistic-btn {
    background-color: transparent;
}
.modul-accordion .modul-header .statistic-btn i.pg-icons {
    color: transparent;
}
.modul-accordion.sports {
    border-top-color: #474747;
}
.modul-accordion.fixture-search .modul-content,
.modul-accordion.fixture-search .modul-content .modul-accordion .modul-header {
    border-bottom: 1px solid #474747;
}
.modul-accordion.fixture-search .modul-content:last-child,
.modul-accordion.fixture-search .modul-content:last-child .modul-header {
    border-bottom: none;
}
.modul-accordion.e-sports {
    margin-top: -6px;
}
.modul-accordion .waiting-transactions-btn {
    background-color: #b52427;
}
.coupon-close-btn {
    display: block;
    text-align: right;
    background-color: #212121;
}
.coupon-close-btn:focus,
.coupon-close-btn:hover {
    background-color: transparent;
}
.coupon-close-btn i {
    background-color: #b52427;
    line-height: 25px;
    margin-top: 5px;
    padding: 0 7px;
    border-radius: 16px;
}
.bet-slip-tabs-main {
    background-color: #d2d2d2;
    border-radius: 10px 10px 0 0;
}
#btslpSld,
#btslpSld.opened {
    background-color: #d2d2d2;
}
.bet-slip-master .dshbrd-mdl .mdl-hdr .inf-hdr,
.bet-slip-master .dshbrd-mdl .mdl-hdr i {
    color: #555;
}
.bet-slip-master .bet-slip-check {
    color: rgba(0, 0, 0, 0.9);
}
.bet-slip-master .empty-coupon-message {
    background-color: #fff;
    padding: 10px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 15px;
}
.bet-slip-master .empty-coupon-message .message-box.info {
    border-color: transparent;
    box-shadow: none;
    color: #000;
}
.bet-slip-master .fast-bet-main {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.9);
}
.bet-slip-master .fast-bet-main .switch {
    background-color: #212121;
    color: #fff;
    border: none;
}
.bet-slip-master .fast-bet-main .switch label {
    color: rgba(255, 255, 255, 0.9);
}
.bet-slip-master .fast-bet-main .coupon-amount .input-field {
    color: #171c2c;
}
.bet-slip-master .fast-bet-main .coupon-amount .input-field .count .count-text {
    color: #fff;
}
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label:before {
    width: 5px;
}
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #419c00;
    background-color: transparent;
}
.bet-slip-master [type="checkbox"].filled-in:checked + label:before {
    border-bottom-color: rgba(255, 255, 255, 0.6);
    border-right-color: rgba(255, 255, 255, 0.6);
    width: 5px;
}
.bet-slip-master [type="checkbox"].filled-in:checked + label:after {
    background-color: #419c00;
    border-color: #419c00;
}
.bet-slip-master .bet-slip .bet-slip-tabs {
    margin-top: 48px;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a,
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.bet-count {
    color: #596069;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.bet-count .count {
    background-color: #b52427;
    color: #171c2c;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a .bet-count.active,
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.active {
    color: #fff;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a {
    color: #596069;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a.active {
    color: #fff;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a i.green-text,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a i.red-text {
    color: #b52427 !important;
}
.bet-slip-master .bet-slip .coupon-footer .total-container {
    background-color: #000;
    color: #fff;
}
.bet-slip-master .bet-slip .coupon-footer .total-container .total-coupon .total-coupon-num {
    color: #b52427;
}
.bet-slip-master .bet-slip .coupon-footer .check-group {
    background-color: #d2d2d2;
    border-radius: 0;
    border-color: #e0e0e0;
}
.bet-slip-master .bet-slip .coupon-footer .check-group .check label {
    color: rgba(0, 0, 0, 0.9);
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn {
    background-color: #b52427;
    color: #fff;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn.reserve,
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip-master .bet-slip .system-bet-container {
    background-color: #d2d2d2;
    padding: 0 10px 10px;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .header {
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
    background-color: #000;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body {
    background-color: #212121;
}
.bet-slip-master .bet-slip #single-betslip .coupon-container .coupon .earnings {
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip {
    background-color: #d2d2d2;
    color: #000;
    padding-top: 20px !important;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion {
    background-color: #000;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content {
    color: #fff;
    background-color: #212121;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 5px 0;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon:first-child {
    border-top: none;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.share-btn {
    display: block;
    background-color: #000;
    color: rgba(255, 255, 255, 0.6);
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.share-btn i {
    color: rgba(255, 255, 255, 0.6);
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.confirm-btn {
    display: block;
    background-color: #b52427;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.confirm-btn:hover {
    background-color: #b52427;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.return-btn {
    display: block;
    background-color: #212121;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.return-btn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.print-btn {
    display: block;
    background-color: #d2d2d2;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.print-btn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .info .stax-off {
    display: none;
}
.bet-slip-master .bet-slip #multi-betslip .coupon-amount .input-style {
    color: #000;
}
.bet-slip-master .bet-history .bet-history-more {
    background-color: #b52427;
    color: #171c2c;
}
.bet-slip {
    background-color: transparent;
    color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 0;
    margin-bottom: 15px;
}
.bet-slip.FastBetTabs {
    margin: 0;
}
.bet-slip .bet-slip-tabs {
    background-color: #212121;
    height: 30px;
    line-height: 30px;
    margin: 0;
    border-color: #e0e0e0;
}
.bet-slip .bet-slip-tabs .tab {
    height: 30px;
    line-height: 30px;
}
.bet-slip .bet-slip-tabs .tab a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}
.bet-slip .bet-slip-tabs .tab a.active,
.bet-slip .bet-slip-tabs .tab a:hover {
    background-color: transparent;
    color: #fff;
    font-weight: 700;
}
.bet-slip .bet-slip-tabs .tab a.active:after,
.bet-slip .bet-slip-tabs .tab a:hover:after {
    background-color: #b52427 !important;
}
.bet-slip .bet-slip-tabs .tab a i.green-text,
.bet-slip .bet-slip-tabs .tab a i.red-text {
    color: #b52427 !important;
}
.bet-slip .bet-slip-tabs.fast-tab {
    margin: 0;
    box-shadow: none;
    box-shadow: none;
    border: none;
    border-radius: 0;
    background-color: #d2d2d2;
}
.bet-slip .bet-slip-tabs .clear-bet-slip a {
    color: #000;
    padding: 0 5px;
}
.bet-slip .bet-slip-tabs .clear-bet-slip a i {
    margin-top: 10px;
}
.bet-slip .coupon-container {
    background-color: #d2d2d2;
    display: inline-block;
    width: 100%;
}
.bet-slip .coupon-container .coupon {
    background-color: #212121;
    margin: 10px;
    border-radius: 10px;
}
.bet-slip .coupon-container .coupon:last-child {
    border-bottom: none;
}
.bet-slip .coupon-container .coupon:nth-child(even) {
    background-color: #b52427;
}
.bet-slip .coupon-container .coupon .coupon-row {
    -webkit-box-align: initial;
    -ms-flex-align: initial;
    align-items: initial;
}
.bet-slip .coupon-container .coupon .match-check {
    margin-top: -3px;
}
.bet-slip .coupon-container .coupon .match-check [type="checkbox"].filled-in:checked + label:after {
    background-color: #b52427;
    border-color: #b52427;
    border-width: 1px;
    border-radius: 50%;
}
.bet-slip .coupon-container .coupon .match-check [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #b52427;
    border-width: 1px;
    border-radius: 50%;
}
.bet-slip .coupon-container .coupon .match-banko {
    margin-top: 10px;
}
.bet-slip .coupon-container .coupon .match-banko .banko {
    background-color: #fff;
    color: #000;
}
.bet-slip .coupon-container .coupon .match-banko .banko.active {
    background-color: #212121;
    color: #fff;
}
.bet-slip .coupon-container .coupon .match-info .title {
    color: #fff;
    font-weight: 500;
}
.bet-slip .coupon-container .coupon .match-info .btg-container .btg-name {
    color: rgba(255, 255, 255, 0.6);
    display: block;
    opacity: 6;
    font-weight: 500;
    text-decoration: none;
}
.bet-slip .coupon-container .coupon .match-info .btg-container .selection {
    color: #fff;
}
.bet-slip .coupon-container .coupon .match-rate {
    color: #fff;
    margin-top: 38px;
    font-weight: 500;
    font-size: 13px;
}
.bet-slip .coupon-container .coupon .coupon-close .close {
    color: #fff;
}
.bet-slip .coupon-container .coupon .coupon-close .close:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.bet-slip .coupon-container .coupon .coupon-row .input-field input {
    background-color: #fff;
    color: #000;
    border-radius: 5px;
    border: none;
    text-align: center;
    font-weight: 500;
}
.bet-slip .coupon-container .coupon .min-bet {
    color: #d82025;
}
.bet-slip .coupon-amount {
    background-color: #d2d2d2 !important;
    margin: 0;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.bet-slip .coupon-amount .amount-switch {
    background-color: #141414;
    padding: 10px 10px 2px;
    border-radius: 10px 10px 0 0;
    margin: 0;
}
.bet-slip .coupon-amount .input-field {
    background-color: #212121;
    padding: 10px;
    border-radius: 10px;
    text-align: center;
}
.bet-slip .coupon-amount .input-field .count .count-text {
    color: #fff !important;
}
.bet-slip .freebet-cntr {
    background-color: #d2d2d2 !important;
}
.bet-slip .freebet-cntr .modul-accordion .modul-header {
    background-color: #141414;
    color: #fff;
    padding: 0 10px;
    border-radius: 10px 10px 0 0;
}
.bet-slip .freebet-cntr .modul-accordion .modul-header i.pg-icons {
    font-size: 18px;
}
.bet-slip .freebet-cntr .modul-accordion .modul-content {
    background-color: #212121;
    border-radius: 0 0 10px 10px;
    padding: 10px;
}
.bet-slip .freebet-cntr .collection {
    background-color: #fff;
}
.bet-slip .freebet-cntr .collection .collection-item {
    padding: 10px;
    height: auto;
    line-height: 15px;
    min-height: auto;
}
.bet-slip .freebet-cntr .collection .collection-item:hover {
    background-color: transparent;
}
.bet-slip .coupon-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.bet-slip .coupon-footer .total-container {
    color: #fff;
    font-weight: 700;
}
.bet-slip .coupon-footer .total-container .earnings-num,
.bet-slip .coupon-footer .total-container .play-amount-num,
.bet-slip .coupon-footer .total-container .total-rate-num {
    color: #b52427;
    font-weight: 700;
}
.bet-slip .coupon-footer .total-container .currency-main {
    padding: 5px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    margin: 10px 0 0;
    color: #fff;
}
.bet-slip .coupon-footer .total-container .currency-main .balance-money,
.bet-slip .coupon-footer .total-container .currency-main .balance-title {
    display: block;
}
.bet-slip .coupon-footer .total-container .currency-main .balance-money span {
    color: #b52427;
}
.bet-slip .coupon-footer .betslip-btn-group .emptybetslip,
.bet-slip .coupon-footer .betslip-btn-group .emptybetslip:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip .coupon-footer .betslip-btn-group .betslipbtn {
    background-color: #b52427;
    color: #fff;
}
.bet-slip .coupon-footer .betslip-btn-group .betslipbtn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip .coupon-footer .betslip-btn-group .register-btn {
    background-color: #b52427;
    color: #fdeae5;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    height: 35px;
    line-height: 35px;
    margin: 5px;
    border-radius: 5px;
}
.bet-slip .coupon-footer .betslip-btn-group .register-btn:hover {
    color: #212121;
}
.bet-slip .coupon-footer .check-group {
    margin-top: 5px;
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding-top: 5px;
}
.bet-slip .coupon-footer .check-group .check {
    margin-top: 5px;
}
.bet-slip .coupon-footer .check-group .check label {
    font-size: 12px;
    color: #000;
}
.bet-slip .coupon-footer .footer-button-main {
    padding-top: 5px;
}
.bet-slip #single-betslip .coupon-amount .title {
    background-color: #212121;
    height: 50px;
    line-height: 50px;
    padding-left: 15px;
    border-radius: 10px 0 0 10px;
}
.bet-slip #preview-betslip {
    background-color: #d2d2d2;
}
.bet-slip #preview-betslip .modul-accordion {
    background-color: #212121;
}
.bet-slip #preview-betslip .modul-accordion .modul-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.25);
}
.bet-slip #preview-betslip .modul-accordion .modul-content,
.bet-slip #preview-betslip .modul-accordion .modul-header .header-text {
    color: #fff;
}
.bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon {
    border-top: 1px solid rgba(0, 0, 0, 0.25);
    padding: 5px 0;
}
.bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon:first-child {
    border-top: none;
}
.bet-slip #preview-betslip .modul-accordion .modul-content .preview-coupon .banko {
    background-color: #fff;
    color: #000;
}
.bet-slip #preview-betslip .confirm-btn {
    display: block;
    background-color: #b52427;
    color: #fff;
}
.bet-slip #preview-betslip .confirm-btn:hover {
    background-color: #b52427;
    color: #fff;
}
.bet-slip #preview-betslip .return-btn {
    display: block;
    background-color: #212121;
    color: #fff;
}
.bet-slip #preview-betslip .return-btn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip #preview-betslip .print-btn {
    display: block;
    background-color: #d2d2d2;
    color: #fff;
}
.bet-slip #preview-betslip .print-btn:hover {
    background-color: #212121;
    color: #fff;
}
.bet-slip .numpad-input {
    background-color: #e8ebf0;
    color: #000;
}
.bet-slip .numpad-input-total {
    background-color: #fff;
    color: #000;
}
.bet-slip .numpad-input-system {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.key-info .numpad-amount {
    line-height: 25px;
    font-weight: 400;
}
.slide-btn {
    background-color: #212121;
}
.fixture-detail-modal {
    border-color: #000;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    color: rgba(255, 255, 255, 0.9);
    background-color: #b52427;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .type {
    margin-top: 5px;
    font-weight: 500;
    font-size: 13px;
    color: #000;
}
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active,
.main.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:hover {
    background-color: transparent;
}
.horizontal-slide-tabs {
    background-color: #d2d2d2;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    background-color: transparent;
    color: #757983;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active,
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:hover {
    background-color: #1c2130;
    color: #fff;
}
.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active::before {
    background-color: #968900;
}
.horizontal-slide-tabs ::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    display: none;
}
.horizontal-slide-tabs ::-webkit-scrollbar-button {
    width: 0;
    height: 0;
}
.horizontal-slide-tabs ::-webkit-scrollbar-thumb {
    background: #000;
    border: 34px #fff;
    border-radius: 50px;
}
.horizontal-slide-tabs ::-webkit-scrollbar-thumb:hover {
    background: #000;
}
.horizontal-slide-tabs ::-webkit-scrollbar-thumb:active {
    background: #000;
}
.horizontal-slide-tabs ::-webkit-scrollbar-track {
    background: #666;
    border: 31px #fff;
    border-radius: 50px;
}
.horizontal-slide-tabs ::-webkit-scrollbar-track:hover {
    background: #666;
}
.horizontal-slide-tabs ::-webkit-scrollbar-track:active {
    background: #333;
}
.horizontal-slide-tabs ::-webkit-scrollbar-corner {
    background: 0 0;
}
.horizontal-slide-tabs .horizontal-slide-left-btn,
.horizontal-slide-tabs .horizontal-slide-right-btn {
    display: none;
}
.tabs {
    background-color: #000;
    border-color: #2b3141;
}
.tabs .tab a {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}
.tabs .tab a.active,
.tabs .tab a:hover {
    background-color: transparent;
    color: #fff;
}
.tabs .tab a.active:after,
.tabs .tab a:hover:after {
    background-color: #b52427;
    border-color: transparent;
}
.tabs .tab a.active .cashout-icon,
.tabs .tab a:hover .cashout-icon {
    color: #fff;
}
.tabs .indicator {
    background-color: #212121;
}
.tabsAndOtherTab {
    border-color: #474747;
    background-color: #212121;
}
.tabsAndOtherTab .otherTab {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.6);
}
.tabsAndOtherTab .otherTab.active,
.tabsAndOtherTab .otherTab:hover {
    background-color: transparent;
    color: #fff;
}
.tabsAndOtherTab .otherTab.active:after,
.tabsAndOtherTab .otherTab:hover:after {
    border-color: transparent;
}
.owl-carousel .events .href-item .icon,
.owl-carousel .events .href-item .type {
    color: rgba(255, 255, 255, 0.6);
}
.owl-carousel .events .href-item.active .icon,
.owl-carousel .events .href-item.active .type {
    color: #fff;
}
.page-casino .owl-carousel,
.page-live-casino .owl-carousel {
    background-color: #212121;
    padding: 10px 0;
}
.page-casino .owl-carousel .owl-next,
.page-casino .owl-carousel .owl-prev,
.page-live-casino .owl-carousel .owl-next,
.page-live-casino .owl-carousel .owl-prev {
    color: #212121;
}
.page-casino .owl-carousel .events a,
.page-live-casino .owl-carousel .events a {
    background-color: #212121;
}
.page-casino .owl-carousel .events a .icon,
.page-casino .owl-carousel .events a .type,
.page-live-casino .owl-carousel .events a .icon,
.page-live-casino .owl-carousel .events a .type {
    color: rgba(255, 255, 255, 0.6);
}
.page-casino .owl-carousel .events a.active,
.page-live-casino .owl-carousel .events a.active {
    background-color: #b52427;
}
.page-casino .owl-carousel .events a.active .icon,
.page-casino .owl-carousel .events a.active .type,
.page-live-casino .owl-carousel .events a.active .icon,
.page-live-casino .owl-carousel .events a.active .type {
    color: #fff;
}
.livebet-page .owl-stage-outer {
    margin: 0;
    padding: 10px 20px;
    background-color: #000;
}
.livebet-page .events a {
    color: rgba(255, 255, 255, 0.6);
}
.livebet-page .events a.active {
    color: #fff;
}
.card-modul {
    background-color: #000;
    color: rgba(255, 255, 255, 0.87);
}
.card-modul .card-reveal {
    background-color: #cfd6dc;
    color: #4d5558;
}
.card-modul .card-reveal .show-all {
    background-color: #212121;
    border-radius: 10px;
    border: none;
    color: rgba(255, 255, 255, 0.87);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-modul .card-reveal .show-all .bet-btn-text {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    pointer-events: none;
}
.card-modul .card-reveal .show-all .bet-btn-odd {
    font-weight: 500;
    margin-top: 0;
    opacity: 0.87;
    pointer-events: none;
}
.card-modul .card-reveal .show-all:hover {
    background-color: #b52427;
    color: #fff;
    box-shadow: none;
}
.card-modul .card-reveal .show-all:focus {
    background-color: #212121;
    color: #fff;
    box-shadow: none;
}
.card-modul .card-reveal .show-all.twoRow {
    text-align: center;
    line-height: normal;
}
.card-modul .card-reveal .show-all.twoRow .bet-btn-odd {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-modul .card-reveal .show-all.twoRow .bet-btn-text {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 2px;
}
.card-detail-modul,
.card-league-modul {
    background-color: #000;
    color: rgba(255, 255, 255, 0.87);
}
.card-detail-modul .svg-font-icons,
.card-league-modul .svg-font-icons {
    opacity: 0.2;
}
.card-detail-modul .go-all,
.card-league-modul .go-all {
    background-color: #212121;
    border-radius: 10px;
    border: none;
    color: rgba(255, 255, 255, 0.87);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-detail-modul .go-all .bet-btn-text,
.card-league-modul .go-all .bet-btn-text {
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0;
    pointer-events: none;
}
.card-detail-modul .go-all .bet-btn-odd,
.card-league-modul .go-all .bet-btn-odd {
    font-weight: 500;
    margin-top: 0;
    opacity: 0.87;
    pointer-events: none;
}
.card-detail-modul .go-all:hover,
.card-league-modul .go-all:hover {
    background-color: #b52427;
    color: #fff;
    box-shadow: none;
}
.card-detail-modul .go-all:focus,
.card-league-modul .go-all:focus {
    background-color: #212121;
    color: #fff;
    box-shadow: none;
}
.card-detail-modul .go-all.twoRow,
.card-league-modul .go-all.twoRow {
    text-align: center;
    line-height: normal;
}
.card-detail-modul .go-all.twoRow .bet-btn-odd,
.card-league-modul .go-all.twoRow .bet-btn-odd {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.card-detail-modul .go-all.twoRow .bet-btn-text,
.card-league-modul .go-all.twoRow .bet-btn-text {
    display: block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 2px;
}
.bottom-fixed-controls {
    background-color: #000;
    color: #fff;
}
.bottom-fixed-controls a.coupon {
    background-color: #b52427;
    color: #fff;
    border-color: #474747;
}
.bottom-fixed-controls a .count-wrapper .count {
    background: #b52427;
}
.side-nav {
    background-color: #141414;
    height: 100%;
}
.side-nav .side-nav-header .top-icon {
    color: rgba(255, 255, 255, 0.6);
}
.side-nav .collapsible-header.active {
    background-color: #000;
}
.side-nav .collapsible-body {
    background-color: #212121;
}
#left-menu ul.sidenav-menu li a:before {
    background-color: #b52427;
}
#left-menu .tabs {
    background: #212121;
}
#left-menu .tabs .tab a.active {
    color: rgba(255, 255, 255, 0.9);
}
.login-page {
    background-color: #d2d2d2;
}
.login-page .input-field input {
    background-color: #eff1f2;
}
.login-page .input-field input:focus {
    outline: 0;
    background-color: #fff;
}
.login-page .input-field input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .input-field input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .input-field input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .input-field input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .input-field input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .input-field.password .toogle-btn {
    background-color: transparent;
    color: #000;
}
.login-page .input-field.password .toogle-btn i {
    color: #616161;
}
.login-page .input-field.password .toogle-btn.active {
    background-color: transparent;
    color: #fff;
}
.login-page .login-btn {
    background-color: #000;
    color: #e4eaee;
}
.login-page .btn-group a {
    color: #b52427;
}
.login-page .btn-group a.register-btn span {
    color: rgba(0, 0, 0, 0.6);
}
.login-page .btn-group .btn {
    background-color: #000;
    color: #fff;
}
.login-page .contact-support {
    color: #b52427;
    background-color: #141414;
}
.login-page .filter-toggle .register-close {
    color: rgba(0, 0, 0, 0.9);
}
.password-reset .input-field input {
    border-color: #e0e0e0;
}
.password-reset .input-field input::-webkit-input-placeholder {
    color: #000;
}
.password-reset .input-field input::-moz-placeholder {
    color: #000;
}
.password-reset .input-field input:-ms-input-placeholder {
    color: #000;
}
.password-reset .input-field input::-ms-input-placeholder {
    color: #000;
}
.password-reset .input-field input::placeholder {
    color: #000;
}
.password-reset .reset-btn {
    background-color: #212121;
    color: #fff;
}
#left-menu .search-one-input,
#user-menu .search-one-input {
    background-color: #141414;
}
#left-menu .search-one-input input::-webkit-input-placeholder,
#user-menu .search-one-input input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu .search-one-input input::-moz-placeholder,
#user-menu .search-one-input input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu .search-one-input input:-ms-input-placeholder,
#user-menu .search-one-input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu .search-one-input input::-ms-input-placeholder,
#user-menu .search-one-input input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu .search-one-input input::placeholder,
#user-menu .search-one-input input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu .search-one-input .main-search-btn,
#user-menu .search-one-input .main-search-btn {
    background-color: transparent;
    color: #b2b3b7;
}
#left-menu .search-one-input .main-search-btn i.pg-icons,
#left-menu ul.sidenav-menu li a,
#left-menu ul.sidenav-menu li a i.pg-icons,
#user-menu .search-one-input .main-search-btn i.pg-icons,
#user-menu ul.sidenav-menu li a,
#user-menu ul.sidenav-menu li a i.pg-icons {
    color: rgba(255, 255, 255, 0.6);
}
#left-menu ul.sidenav-menu:hover,
#user-menu ul.sidenav-menu:hover {
    background-color: #000;
}
#left-menu .user-name,
#user-menu .user-name {
    border-color: #e0e0e0;
}
#user-menu,
#user-menu .side-nav-header {
    background-color: #141414;
}
#user-menu .logout-menu .title h5 {
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .logout-menu .btn {
    background-color: #333;
    color: #fff;
}
#user-menu .logout-menu .btn.register-btn {
    background-color: #b52427;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header a {
    color: rgba(255, 255, 255, 0.6);
}
#user-menu .login-menu .user-name,
#user-menu .logout-menu-bottom .user-name {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .login-menu .user-name .profile .text,
#user-menu .logout-menu-bottom .user-name .profile .text {
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .login-menu .user-name .profile .number,
#user-menu .logout-menu-bottom .user-name .profile .number {
    color: rgba(255, 255, 255, 0.4);
}
#user-menu .login-menu .user-name .info .balance,
#user-menu .logout-menu-bottom .user-name .info .balance {
    background-color: #474747;
}
#user-menu .login-menu .user-name .info .deposit,
#user-menu .logout-menu-bottom .user-name .info .deposit {
    background-color: #b52427;
}
#user-menu .login-menu .user-name .info .deposit a,
#user-menu .logout-menu-bottom .user-name .info .deposit a {
    color: #fff;
}
#user-menu .login-menu .user-name .withdrawable a,
#user-menu .logout-menu-bottom .user-name .withdrawable a {
    color: rgba(255, 255, 255, 0.6);
}
#user-menu .login-menu .user-name .balance-management,
#user-menu .login-menu .user-name .history-cashout,
#user-menu .logout-menu-bottom .user-name .balance-management,
#user-menu .logout-menu-bottom .user-name .history-cashout {
    border-color: #fff;
}
#user-menu .login-menu .user-name .balance-management a,
#user-menu .login-menu .user-name .history-cashout a,
#user-menu .logout-menu-bottom .user-name .balance-management a,
#user-menu .logout-menu-bottom .user-name .history-cashout a {
    color: rgba(255, 255, 255, 0.6);
}
#user-menu .login-menu .collapsible-header,
#user-menu .logout-menu-bottom .collapsible-header {
    background-color: #090909;
}
#user-menu .login-menu .collapsible-header i.pg-icons,
#user-menu .logout-menu-bottom .collapsible-header i.pg-icons {
    opacity: 0.87;
}
#user-menu .login-menu .collapsible-header.active,
#user-menu .logout-menu-bottom .collapsible-header.active {
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .login-menu .collapsible-header.active i.pg-icons,
#user-menu .logout-menu-bottom .collapsible-header.active i.pg-icons {
    color: #fff;
}
#user-menu .login-menu .collapsible-body,
#user-menu .logout-menu-bottom .collapsible-body {
    background-color: #212121;
}
#user-menu .login-menu .logout-btn,
#user-menu .logout-menu-bottom .logout-btn {
    background-color: #b52427;
    color: rgba(255, 255, 255, 0.9);
}
#user-menu .login-menu .logout-btn i,
#user-menu .logout-menu-bottom .logout-btn i {
    color: rgba(255, 255, 255, 0.9);
}
.card-container .main-pg-card {
    background-color: #000;
    color: #fff;
}
.card-container .main-pg-card .card-header {
    color: rgba(255, 255, 255, 0.6);
}
.card-container .main-pg-card .card-header .match-info .live {
    background-color: #b52427;
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content .item {
    color: rgba(255, 255, 255, 0.38);
}
.card-container .main-pg-card .team-wrapper .team-period .team-period-content .item .now {
    color: #b52427;
}
.card-container .main-pg-card .bet-type-container .bet-type {
    color: rgba(255, 255, 255, 0.4);
}
.card-container .pg-card {
    background-color: #000;
    color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
}
.card-container .pg-card .pg-icons {
    opacity: 0.2;
}
.card-container .pg-card .pg-card-header .pg-odd-type {
    color: rgba(255, 255, 255, 0.4);
}
.card-container .pg-card .pg-card-header .detail-top-info .live-match {
    background-color: #37415e;
}
.card-container .pg-card .pg-card-header .detail-top-info .live-match .live-icon {
    color: #419c00;
}
.main.tabs {
    background-color: transparent;
    color: #fff;
}
.main.tabs .tab a {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.6);
}
.main.tabs .tab a.active,
.main.tabs .tab a:hover {
    background-color: #b52427;
    color: #fff;
}
.main.tabs .tab a.active:after,
.main.tabs .tab a:hover:after {
    display: none;
    content: "";
}
.list-btn-cont .list-btn {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.6);
    border-color: #474747;
}
.list-btn-cont .list-btn:hover {
    background-color: #232a3d;
}
.list-btn-cont .list-btn .count {
    color: rgba(255, 255, 255, 0.4);
}
.list-btn-cont .list-btn i {
    margin-right: 5px;
}
.fixture-container .match-content {
    background-color: #000;
    border-color: #474747;
}
.fixture-container .match-content .match-header .content-left .date {
    color: rgba(255, 255, 255, 0.4);
}
.fixture-container .match-content .match-header .content-left .time .clock {
    color: #b52427;
}
.fixture-container .match-content .match-header .content-left .team-name .text {
    color: rgba(255, 255, 255, 0.9);
}
.fixture-container .match-content .match-header .content-right {
    border-color: #474747;
}
.fixture-container .match-content .match-header .content-right .icons .live {
    background-color: #419c00;
}
.fixture-container .match-content .match-header .match-title .match-name {
    color: rgba(255, 255, 255, 0.9);
}
.fixture-container .match-content .match-header .match-title .live-icon {
    opacity: 0.7;
}
.fixture-container .match-content .match-header .match-title .date {
    color: rgba(255, 255, 255, 0.6);
}
.fixture-container .match-content .match-header .match-title .bet-type {
    color: rgba(255, 255, 255, 0.4);
}
.fixture-container .match-content .match-header .match-title .live-score-panel .now {
    color: #419c00;
}
.fixture-container .match-content .match-header .match-title .live-score-panel .minutes {
    color: rgba(255, 255, 255, 0.4);
}
.fixture-container .match-content .match-header .statistic-btn {
    background-color: transparent;
    color: #a9acb5;
}
.fixture-container .match-content .match-header .team-period .team-period-content .item {
    color: rgba(255, 255, 255, 0.38);
}
.fixture-container .match-content .match-header .team-period .team-period-content .item .now {
    color: #b52427;
}
.fixture-container .match-content .match-header-right:before {
    background-color: #474747;
}
.fixture-container .match-content .match-header-right .icons .live {
    background-color: #b52427;
}
.fixture-container .match-content .bet-type {
    color: rgba(255, 255, 255, 0.6);
}
.fixture-container .asian-more-market-cont .more-btn,
.fixture-container .view-btn {
    background-color: #3e4a6b;
    color: rgba(255, 255, 255, 0.9);
}
.financial-modal-cont {
    background-color: #212121;
    padding: 15px !important;
}
.show-more-other {
    background-color: #419c00;
    color: rgba(255, 255, 255, 0.9);
}
.top-time-range {
    color: rgba(255, 255, 255, 0.6);
    background-color: #212121;
    padding: 10px 0 0;
}
.league-title {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9);
}
.detail-top-info {
    background-color: #000;
    color: rgba(255, 255, 255, 0.8);
}
.detail-top-info .live-match-info .score {
    color: rgba(255, 255, 255, 0.9);
}
.detail-top-info .live-match-info .time {
    color: #b52427;
}
.detail-top-info .team-text {
    color: inherit;
}
.detail-top-info .flag-wrapper {
    border-color: #141414;
    background-color: #212121;
}
.detail-top-info .flag-wrapper .team-flag {
    width: 40px;
}
.detail-top-info .date-info .time {
    color: #b52427;
}
.detail-top-info .date-info .date {
    color: rgba(255, 255, 255, 0.6);
}
.detail-top-info .date-info .statistic-btn {
    color: #fff;
    background-color: #b52427;
}
.breadcrumb-wrapper {
    background-color: #141414;
}
.breadcrumb-wrapper .register-close {
    color: rgba(255, 255, 255, 0.9);
}
.breadcrumbs-cont {
    background-color: #141414;
    color: #fff;
}
.breadcrumbs-cont .breadcrumb,
.breadcrumbs-cont .breadcrumb:before {
    color: rgba(255, 255, 255, 0.9);
}
.bread-statistic-btn {
    color: rgba(255, 255, 255, 0.6);
    background-color: #b52427;
}
.bread-statistic-btn:hover {
    background-color: #b52427;
}
.bread-toggle-btn {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.filter-toggle-btn {
    color: rgba(255, 255, 255, 0.9);
    background-color: #419c00;
    border-color: #419c00;
}
.filter-toggle-btn.active {
    color: rgba(255, 255, 255, 0.9);
}
.total-count {
    background-color: #37415e;
    color: #ced1d8;
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.4);
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active,
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:hover {
    background-color: #1c2130;
    color: rgba(255, 255, 255, 0.9);
}
.content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active::before {
    background-color: #968900;
}
.live-top {
    background-color: #212121;
}
.live-top .content-horizontal-slide-tabs .horizontal-slide-tab.active {
    background-color: #000;
}
.live-filter .live-filter-btn {
    background-color: #333;
    border-color: #474747;
}
.live-filter .live-filter-btn i {
    color: rgba(255, 255, 255, 0.9);
}
.live-filter .live-filter-btn .text,
.live-filter .live-filter-btn .view,
.live-filter .live-filter-btn i.right {
    color: rgba(255, 255, 255, 0.4);
}
.live-filter .country-select select {
    background-color: #333;
    color: rgba(255, 255, 255, 0.6);
}
.live-filter .country-select select.ng-dirty {
    color: rgba(255, 255, 255, 0.9);
}
.live-detail-league-name .text {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.9);
}
.pg-match-view {
    border-top: none;
}
.pg-match-view .pg-icons {
    opacity: 0.2;
}
.today-events.tabs {
    margin-top: 0;
}
.today-events-options {
    background-color: #212121;
}
.today-events-options .title {
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .content-horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active {
    background-color: #000;
}
.today-events-options .country-select .country-select-btn {
    background-color: #333;
    border-color: #474747;
}
.today-events-options .country-select .country-select-btn i {
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .country-select .country-select-btn i.right {
    margin-left: 10px;
    color: rgba(255, 255, 255, 0.4);
}
.today-events-options .country-select .country-select-btn .text {
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .country-select .country-select-btn .view {
    color: rgba(255, 255, 255, 0.4);
}
.today-events-options .country-select .country-select-btn.selected .text {
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .country-select .country-select-btn.selected .view {
    color: rgba(255, 255, 255, 0.9);
}
.today-events-options .country-select .country-select-btn.selected i.left {
    color: #b52427;
    opacity: 1;
}
.today-events-options .country-select .country-select-btn.selected i.right {
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .country-select select {
    background-color: #333;
    color: rgba(255, 255, 255, 0.6);
}
.today-events-options .country-select select.ng-dirty {
    color: rgba(255, 255, 255, 0.9);
}
.country-select-modal {
    background-color: #d2d2d2;
}
.country-select-modal .modal-content .title {
    border-color: #3b404f;
    color: rgba(255, 255, 255, 0.9);
}
.country-select-modal .modal-content .country-content .country-name label {
    color: rgba(255, 255, 255, 0.9);
}
.country-select-modal .modal-content .country-content [type="radio"]:checked + label {
    opacity: 0.87;
}
.country-select-modal .modal-content .country-content [type="radio"].with-gap:checked + label:after,
.country-select-modal .modal-content .country-content [type="radio"].with-gap:checked + label:before {
    border-color: #b52427;
}
.country-select-modal .modal-content .country-content [type="radio"].with-gap:checked + label:after,
.country-select-modal .modal-content .country-content [type="radio"]:checked + label:after {
    background-color: #b52427;
}
.casino-options {
    background-color: #000;
}
.casino-options .casino-filter .casino-filter-btn {
    background-color: #272b39;
    border-color: #2a4961;
}
.casino-options .casino-filter .casino-filter-btn i {
    color: rgba(255, 255, 255, 0.6);
}
.casino-options .casino-filter .casino-filter-btn i.right {
    color: rgba(255, 255, 255, 0.4);
}
.casino-options .casino-filter .casino-filter-btn i.fa-times-circle {
    display: none;
}
.casino-options .casino-filter .casino-filter-btn .text {
    color: rgba(255, 255, 255, 0.6);
}
.casino-options .casino-filter .casino-filter-btn .view {
    color: rgba(255, 255, 255, 0.4);
}
.casino-options .casino-filter .casino-filter-btn.selected .text {
    color: rgba(255, 255, 255, 0.9);
}
.casino-options .casino-filter .casino-filter-btn.selected .view {
    color: rgba(255, 255, 255, 0.6);
}
.casino-options .casino-filter .casino-filter-btn.selected i.left {
    color: #b52427;
    opacity: 1;
}
.casino-options .casino-filter .casino-filter-btn.selected i.right {
    color: rgba(255, 255, 255, 0.6);
}
.casino-options .casino-filter select {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.6);
}
.casino-options .casino-filter select.ng-dirty {
    color: rgba(255, 255, 255, 0.9);
}
.select-filter-modal {
    background-color: #212121;
}
.select-filter-modal .modal-header-select {
    border-bottom: 1px solid #474747;
}
.select-filter-modal .modal-header-select .modal-close i,
.select-filter-modal .modal-header-select .modal-title {
    color: rgba(255, 255, 255, 0.9);
}
.select-filter-modal .search-one-input input {
    background-color: #f2f2f2 !important;
    color: #141414 !important;
}
.select-filter-modal .search-one-input input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}
.select-filter-modal .search-one-input input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}
.select-filter-modal .search-one-input input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}
.select-filter-modal .search-one-input input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}
.select-filter-modal .search-one-input input::placeholder {
    color: rgba(0, 0, 0, 0.6) !important;
}
.select-filter-modal .search-one-input .main-search-btn {
    color: #141414;
}
.select-filter-modal .modal-content .filter-content .filter-name label {
    color: rgba(255, 255, 255, 0.6);
}
.select-filter-modal .modal-content .filter-content [type="radio"]:checked + label {
    opacity: 0.87;
}
.select-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:after,
.select-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:before {
    border-color: #b52427;
}
.select-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:after,
.select-filter-modal .modal-content .filter-content [type="radio"]:checked + label:after {
    background-color: #b52427;
}
.select-filter-modal .modal-footer {
    background-color: #000;
}
.select-filter-modal .modal-footer a {
    color: #fff;
}
.casino-search-toogle {
    color: #fff;
    background-color: #b52427;
}
.casino-search-toogle i.pg-icons {
    color: rgba(255, 255, 255, 0.9);
}
.casino-search-toogle.active {
    color: #212121;
}
.casino-search-cont .input-field {
    background-color: #000;
}
.casino-search-cont .input-field input {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.6);
}
.casino-search-cont .input-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-search-cont .input-field input:focus::placeholder {
    color: rgba(255, 255, 255, 0.4);
}
.casino-show-more {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.9);
}
.game-card {
    margin-bottom: 10px;
}
.game-card .card-image .inf .new,
.game-card .card-image .inf .popular {
    color: #fff;
    background-color: #b52427;
}
.game-card .card-image .inf .popular {
    background-color: #2e95e5;
}
.game-card .card-image .game-img {
    border-radius: 5px 5px 0 0 !important;
}
.game-card .game-name {
    color: #FFFFFF;
}	
.game-card .poker-game-btn {
    background-color: #212121;
    color: #fff;
    border-radius: 0 0 5px 5px;
}
#poker-page-modal .input-field input {
    border-color: #e0e0e0;
}
#poker-page-modal .input-field input::-webkit-input-placeholder {
    color: #000;
}
#poker-page-modal .input-field input::-moz-placeholder {
    color: #000;
}
#poker-page-modal .input-field input:-ms-input-placeholder {
    color: #000;
}
#poker-page-modal .input-field input::-ms-input-placeholder {
    color: #000;
}
#poker-page-modal .input-field input::placeholder {
    color: #000;
}
#poker-page-modal .poker-page-modal-btn {
    background-color: #212121;
    color: #fff;
}
#live-casino-modal .limit-row {
    border-bottom-color: #e0e0e0;
}
#live-casino-modal .limit-row .live-casino-limit-btn {
    background-color: #212121;
    color: #fff;
}
.casino.horizontal-slide-tabs {
    background-color: #212121;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .icon {
    color: rgba(255, 255, 255, 0.9);
    background-color: #b52427;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab .type {
    color: #fff;
}
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab.active,
.casino.horizontal-slide-tabs .horizontal-slide-content .horizontal-slide-tab:hover {
    background-color: transparent;
}
.row.casino-content {
    padding: 0 10px 10px;
    background-color: #000;
}
.message-box.info.content {
    box-shadow: none;
    border: none;
}
.message-box.info.content .attention {
    color: #b52427;
}
.bank-transfer-filter .casino-filter-btn {
    background-color: #f2f2f2;
    border-color: #000;
    color: #000;
}
.bank-transfer-filter .casino-filter-btn i {
    color: rgba(255, 255, 255, 0.6);
}
.bank-transfer-filter .casino-filter-btn i.right {
    color: rgba(255, 255, 255, 0.4);
}
.bank-transfer-filter .casino-filter-btn .text {
    color: rgba(255, 255, 255, 0.6);
}
.bank-transfer-filter .casino-filter-btn .view {
    color: rgba(255, 255, 255, 0.4);
}
.bank-transfer-filter .casino-filter-btn.selected .text {
    color: rgba(255, 255, 255, 0.9);
}
.bank-transfer-filter .casino-filter-btn.selected .view,
.bank-transfer-filter .casino-filter-btn.selected i.right {
    color: rgba(255, 255, 255, 0.6);
}
.banktransfer-filter-modal {
    background-color: #d2d2d2;
}
.banktransfer-filter-modal .modal-content .title {
    border-color: 1px solid #3b404f;
    color: rgba(255, 255, 255, 0.9);
}
.banktransfer-filter-modal .modal-content .filter-content .filter-name label {
    color: rgba(255, 255, 255, 0.6);
}
.banktransfer-filter-modal .modal-content .filter-content [type="radio"]:checked + label {
    color: rgba(255, 255, 255, 0.9);
}
.banktransfer-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:after,
.banktransfer-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:before {
    border-color: #b52427;
}
.banktransfer-filter-modal .modal-content .filter-content [type="radio"].with-gap:checked + label:after,
.banktransfer-filter-modal .modal-content .filter-content [type="radio"]:checked + label:after {
    background-color: #b52427;
}
.banktransfer-filter-modal .modal-footer {
    background-color: #d2d2d2;
}
.banktransfer-filter-modal .modal-footer a {
    color: #fff;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item {
    border-color: #e0e0e0;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item.active,
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"].with-gap:checked + label:after,
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"].with-gap:checked + label:before {
    border-color: #b52427;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"].with-gap:checked + label:after,
.bank-transfer-content .transfer-type-wrapper .transfer-type [type="radio"]:checked + label:after {
    background-color: #b52427;
}
.bank-transfer-btn {
    background-color: #b52427;
    color: #e3e4e7;
}
.amount-filed-cont .header .title,
.transfer-from .title {
    color: rgba(0, 0, 0, 0.9);
}
.transfer-from .transfer-from-type .item {
    border-color: #e0e0e0;
}
.transfer-from .transfer-from-type .item.active {
    border-color: #b52427;
}
.transfer-from .transfer-from-type .item .currency,
.transfer-from .transfer-from-type [type="radio"]:checked + label,
.transfer-from .transfer-from-type [type="radio"]:not(:checked) + label {
    color: #9da0a3;
}
.transfer-from .transfer-from-type [type="radio"].with-gap:checked + label:after,
.transfer-from .transfer-from-type [type="radio"].with-gap:checked + label:before {
    border-color: #b52427;
}
.transfer-from .transfer-from-type [type="radio"].with-gap:checked + label:after,
.transfer-from .transfer-from-type [type="radio"]:checked + label:after {
    background-color: #b52427;
}
.reset-btn {
    background-color: #5c6d9e;
    color: #e3e4e7;
}
.transfer-btn {
    background-color: #b52427;
    color: #e3e4e7;
}
.account.tabs {
    border-color: #e0e0e0;
}
.account.tabs a {
    color: rgba(255, 255, 255, 0.6);
}
.account.tabs a.active {
    color: #fff;
}
.account.tabs a.active::after {
    width: 75%;
}
.limit-reset-btn {
    color: red;
}
#limitConfigModal {
    background-color: #212121;
}
#limitConfigModal .modal-close i {
    color: #fff;
}
.modal-content-modal .modul-accordion-modal .modul-header {
    border-color: #474747;
    color: #fff;
}
.modal-content-modal .modul-accordion-modal .modul-header .header-text {
    color: #fff;
}
.modal#transactionHistoryModal {
    background-color: #d2d2d2;
}
.modal-close i {
    color: #000;
}
.modal-close.account i.fa {
    color: #75777a;
}
.chance-password .input-field.password i.fa-unlock-alt {
    color: #616161;
}
.chance-password .input-field.password .toogle-btn {
    background-color: transparent;
    color: #000;
}
.chance-password .input-field.password .toogle-btn i {
    color: #616161;
}
.chance-password .input-field.password .toogle-btn.active {
    background-color: transparent;
    color: #000;
}
.chance-password .input-field input::-webkit-input-placeholder {
    color: #616161;
}
.chance-password .input-field input::-moz-placeholder {
    color: #616161;
}
.chance-password .input-field input:-ms-input-placeholder {
    color: #616161;
}
.chance-password .input-field input::-ms-input-placeholder {
    color: #616161;
}
.chance-password .input-field input::placeholder {
    color: #616161;
}
.chance-password .chance-btn {
    background-color: #b52427;
    color: rgba(255, 255, 255, 0.9);
}
.userSettings .save-btn {
    background-color: #5c6d9e;
}
.bet-history-date-options {
    background-color: #212121;
}
.bet-history-date-options .title {
    color: #fff;
    opacity: 0.6;
}
.bet-history-date-options .input-field input::-webkit-input-placeholder {
    color: #fff;
}
.bet-history-date-options .input-field input::-moz-placeholder {
    color: #fff;
}
.bet-history-date-options .input-field input:-ms-input-placeholder {
    color: #fff;
}
.bet-history-date-options .input-field input::-ms-input-placeholder {
    color: #fff;
}
.bet-history-date-options .input-field input::placeholder {
    color: #fff;
}
.bet-history-date-options .search-btn {
    background-color: #419c00;
    color: #fff;
}
.anteposts-container {
    background-color: transparent;
}
.anteposts-container .antepost-cont.collapsible {
    box-shadow: none;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header {
    color: #fff;
    background-color: #141414;
    border-color: #474747;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header .title {
    color: rgba(255, 255, 255, 0.9);
}
.anteposts-container .antepost-cont.collapsible .collapsible-header .date {
    color: rgba(255, 255, 255, 0.6);
}
.anteposts-container .antepost-cont.collapsible .collapsible-body {
    background-color: #000;
    border-color: #474747;
}
.modul-accordion-notification .header-text,
.modul-accordion-notification .userSettings .switch-text {
    color: #212121;
}
.upload-document .input-field.file-field .btn {
    background-color: #000;
    color: #fff;
}
.upload-document .input-field input {
    border-color: #474747;
}
.upload-document .input-field input::-webkit-input-placeholder {
    color: #000;
}
.upload-document .input-field input::-moz-placeholder {
    color: #000;
}
.upload-document .input-field input:-ms-input-placeholder {
    color: #000;
}
.upload-document .input-field input::-ms-input-placeholder {
    color: #000;
}
.upload-document .input-field input::placeholder {
    color: #000;
}
.upload-document .select-field select::-webkit-input-placeholder {
    color: #000;
}
.upload-document .select-field select::-moz-placeholder {
    color: #000;
}
.upload-document .select-field select:-ms-input-placeholder {
    color: #000;
}
.upload-document .select-field select::-ms-input-placeholder {
    color: #000;
}
.upload-document .select-field select::placeholder {
    color: #000;
}
.upload-document .upload-btn {
    background-color: #b52427;
    color: #fff;
}
.upload-document textarea.browser-default {
    background-color: #f2f2f2;
    color: #000;
}
.upload-document textarea.browser-default::-webkit-input-placeholder {
    color: #616161;
}
.upload-document textarea.browser-default::-moz-placeholder {
    color: #616161;
}
.upload-document textarea.browser-default:-ms-input-placeholder {
    color: #616161;
}
.upload-document textarea.browser-default::-ms-input-placeholder {
    color: #616161;
}
.upload-document textarea.browser-default::placeholder {
    color: #616161;
}
.file-field i.cloud-upload {
    color: #419c00;
}
.file-field .text {
    color: #000;
}
.file-field .fileUploadCtrl {
    z-index: 2;
}
.modul-accordion-verification .field-cont .radio-tab {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.6);
}
.modul-accordion-verification .field-cont .radio-tab.active {
    color: #fff;
    background-color: #b52427;
}
#forgot-password {
    padding-bottom: 15px;
    background-color: #d2d2d2;
}
#forgot-password .description {
    color: #212121;
}
#forgot-password .forgot-btn {
    background-color: #419c00;
    color: #fff;
}
input.account-input,
select.account-input,
textarea.account-input {
    background-color: #f2f2f2;
    border-color: #000;
    color: #000;
}
input.account-input::-webkit-input-placeholder,
select.account-input::-webkit-input-placeholder,
textarea.account-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input.account-input::-moz-placeholder,
select.account-input::-moz-placeholder,
textarea.account-input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input.account-input:-ms-input-placeholder,
select.account-input:-ms-input-placeholder,
textarea.account-input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input.account-input::-ms-input-placeholder,
select.account-input::-ms-input-placeholder,
textarea.account-input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input.account-input::placeholder,
select.account-input::placeholder,
textarea.account-input::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
input.account-input:focus,
select.account-input:focus,
textarea.account-input:focus {
    border-color: #000 !important;
}
input.account-input:focus::-webkit-input-placeholder,
select.account-input:focus::-webkit-input-placeholder,
textarea.account-input:focus::-webkit-input-placeholder {
    opacity: 0.87;
    color: rgba(255, 255, 255, 0.9);
}
input.account-input:focus::-moz-placeholder,
select.account-input:focus::-moz-placeholder,
textarea.account-input:focus::-moz-placeholder {
    opacity: 0.87;
    color: rgba(255, 255, 255, 0.9);
}
input.account-input:focus:-ms-input-placeholder,
select.account-input:focus:-ms-input-placeholder,
textarea.account-input:focus:-ms-input-placeholder {
    opacity: 0.87;
    color: rgba(255, 255, 255, 0.9);
}
input.account-input:focus::-ms-input-placeholder,
select.account-input:focus::-ms-input-placeholder,
textarea.account-input:focus::-ms-input-placeholder {
    opacity: 0.87;
    color: rgba(255, 255, 255, 0.9);
}
input.account-input:focus::placeholder,
select.account-input:focus::placeholder,
textarea.account-input:focus::placeholder {
    opacity: 0.87;
    color: rgba(255, 255, 255, 0.9);
}
input.browser-default,
select.browser-default,
textarea.browser-default {
    background-color: #f2f2f2;
    color: rgba(0, 0, 0, 0.9);
    border-bottom-color: #000;
}
input.browser-default::-webkit-input-placeholder,
select.browser-default::-webkit-input-placeholder,
textarea.browser-default::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
}
input.browser-default::-moz-placeholder,
select.browser-default::-moz-placeholder,
textarea.browser-default::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
}
input.browser-default:-ms-input-placeholder,
select.browser-default:-ms-input-placeholder,
textarea.browser-default:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
}
input.browser-default::-ms-input-placeholder,
select.browser-default::-ms-input-placeholder,
textarea.browser-default::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
}
input.browser-default::placeholder,
select.browser-default::placeholder,
textarea.browser-default::placeholder {
    color: rgba(0, 0, 0, 0.6);
    font-weight: 500;
    font-size: 14px;
}
input.browser-default:focus,
select.browser-default:focus,
textarea.browser-default:focus {
    border-color: #000;
}
input.browser-default:focus::-webkit-input-placeholder,
select.browser-default:focus::-webkit-input-placeholder,
textarea.browser-default:focus::-webkit-input-placeholder {
    opacity: 0.87;
    color: #000;
}
input.browser-default:focus::-moz-placeholder,
select.browser-default:focus::-moz-placeholder,
textarea.browser-default:focus::-moz-placeholder {
    opacity: 0.87;
    color: #000;
}
input.browser-default:focus:-ms-input-placeholder,
select.browser-default:focus:-ms-input-placeholder,
textarea.browser-default:focus:-ms-input-placeholder {
    opacity: 0.87;
    color: #000;
}
input.browser-default:focus::-ms-input-placeholder,
select.browser-default:focus::-ms-input-placeholder,
textarea.browser-default:focus::-ms-input-placeholder {
    opacity: 0.87;
    color: #000;
}
input.browser-default:focus::placeholder,
select.browser-default:focus::placeholder,
textarea.browser-default:focus::placeholder {
    opacity: 0.87;
    color: #000;
}
input:-moz-read-only,
input:disabled,
select:-moz-read-only,
select:disabled,
textarea:-moz-read-only,
textarea:disabled {
    cursor: not-allowed;
    background-color: #ddd;
}
input:disabled,
input:read-only,
select:disabled,
select:read-only,
textarea:disabled,
textarea:read-only {
    cursor: not-allowed;
    background-color: #ddd;
}
.register-page .term-and-conditions {
    color: #b52427;
}
.register-page .input-field.file-field .btn {
    background-color: #000;
    color: #fff;
}
.register-page .input-field.password .toogle-btn {
    background-color: transparent;
    color: #616161;
    border-color: #474747;
}
.register-page .input-field.password .toogle-btn.active {
    background-color: transparent;
}
.register-page .input-field input,
.register-page .input-field textarea {
    border-bottom-color: #474747;
    background-color: #f2f2f2;
}
.register-page .input-field input::-webkit-input-placeholder,
.register-page .input-field textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .input-field input::-moz-placeholder,
.register-page .input-field textarea::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .input-field input:-ms-input-placeholder,
.register-page .input-field textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .input-field input::-ms-input-placeholder,
.register-page .input-field textarea::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .input-field input::placeholder,
.register-page .input-field textarea::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .select-field select {
    border-color: #e0e0e0 #e0e0e0 #474747;
    background-color: #f2f2f2;
}
.register-page .select-field select::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .select-field select::-moz-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .select-field select:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .select-field select::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .select-field select::placeholder {
    color: rgba(0, 0, 0, 0.6);
}
.register-page .step-btns .btn {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9);
}
.register-page .step-btns .btn.prev-btn {
    background-color: #212121;
    color: #fff;
    border-color: #474747;
}
.register-page .step-btns .btn.next-btn {
    background-color: #419c00;
}
.register-page .step-btns .btn.next-btn.register-btn {
    background-color: #b52427;
    color: #fff;
}
.register-page .register-info {
    background-color: transparent;
    color: #212121;
}
.register-page .checkbox-field [type="checkbox"].filled-in:checked + label:after,
.register-page .suffix-field [type="checkbox"].filled-in:checked + label:after {
    background-color: #b52427;
    border-color: #474747;
}
.register-page .checkbox-field [type="checkbox"].filled-in:not(:checked) + label:after,
.register-page .suffix-field [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #474747;
}
.register-page .checkbox-field [type="checkbox"] + label,
.register-page .suffix-field [type="checkbox"] + label {
    color: #212121;
}
.register-page .tabs .tab a {
    color: #fff;
}
.register-page .tabs .tab a.active .tab-count {
    background-color: #b52427;
}
.register-page .tabs .tab a .tab-count {
    background: 0 0;
    border-color: #e1e1e1;
    color: #e8e8e8;
}
.register-page .tabs .tab::before,
.register-page .tabs .tab:after {
    background-color: #e0e0e0;
}
.money-detail-content .input-field input::-webkit-input-placeholder {
    color: #000;
}
.money-detail-content .input-field input::-moz-placeholder {
    color: #000;
}
.money-detail-content .input-field input:-ms-input-placeholder {
    color: #000;
}
.money-detail-content .input-field input::-ms-input-placeholder {
    color: #000;
}
.money-detail-content .input-field input::placeholder {
    color: #000;
}
.money-detail-content .select-field select::-webkit-input-placeholder {
    color: #000;
}
.money-detail-content .select-field select::-moz-placeholder {
    color: #000;
}
.money-detail-content .select-field select:-ms-input-placeholder {
    color: #000;
}
.money-detail-content .select-field select::-ms-input-placeholder {
    color: #000;
}
.money-detail-content .select-field select::placeholder {
    color: #000;
}
.money-detail-content .amount-filed-cont .btn-group .amount-btn {
    border-color: #000;
    color: #000;
    background-color: #fff;
}
.money-detail-content .amount-filed-cont .btn-group .amount-btn.active {
    background-color: #212121;
    color: #fff;
}
.money-detail-content .btn-transfer {
    background-color: #b52427;
    color: #e3e4e7;
}
.btn.disabled,
.btn[disabled] {
    background-color: #9e9e9e !important;
    color: #3f3f3f !important;
}
.bet-history-dates-btn {
    color: rgba(255, 255, 255, 0.6);
    background-color: #b52427;
    border-color: #474747;
}
.bet-history-dates-btn.active {
    color: rgba(255, 255, 255, 0.9);
}
.bet-card {
    background-color: #212121;
}
.bet-card .header {
    color: #fff;
}
.bet-card .info {
    color: rgba(255, 255, 255, 0.6);
}
.bet-card .bet-info {
    color: #fff;
}
.bet-card .bet-info ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.bet-card .tooltipped {
    color: rgba(255, 255, 255, 0.9);
}
.bet-card .csht-btn-cntr .csht-btn {
    background-color: #b52427;
}
.bet-card .csht-btn-cntr .csht-range-btn {
    background-color: #000;
}
.iti-mobile,
.number-keyboard {
    background-color: #fff;
}
.number-keyboard .key-info .first-row {
    color: #000;
}
.number-keyboard .key-info .sec-row {
    color: #000;
    border-color: #474747;
}
.number-keyboard .fast-btns .btn {
    background-color: #b52427;
    color: #fff;
}
.number-keyboard .numbers-cont {
    -ms-touch-action: pinch-zoom;
    touch-action: pinch-zoom;
}
.number-keyboard .numbers-cont .item {
    background-color: #212121;
    color: #fff;
}
.ready-coupon .btn-winnings {
    background-color: #419c00;
    color: #fff;
}
.ready-coupon .range-container-main .input-field input {
    color: #000;
}
.ready-coupon .range-container-main .top-time-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #2b3551;
    border-radius: 10px;
    border: 0 solid #000;
}
.ready-coupon .range-container-main .top-time-range::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.ready-coupon .range-container-main .top-time-range::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.ready-coupon .range-container-main .top-time-range::-ms-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.ready-coupon .range-container-main .top-time-range:focus {
    outline: 0;
}
.ready-coupon .range-container-main .top-time-range:focus::-webkit-slider-runnable-track {
    background: #2b3551;
}
.ready-coupon .range-container-main .top-time-range:focus::-ms-fill-lower {
    background: #2b3551;
}
.ready-coupon .range-container-main .top-time-range:focus::-ms-fill-upper {
    background: #2b3551;
}
.ready-coupon .range-container-main .top-time-range::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #2b3551;
    border-radius: 10px;
    border: 0 solid #000;
}
.ready-coupon .range-container-main .top-time-range::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}
.ready-coupon .range-container-main .top-time-range::-ms-fill-lower {
    background: #2b3551;
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.ready-coupon .range-container-main .top-time-range::-ms-fill-upper {
    background: #2b3551;
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.ready-coupon .tabs {
    border-color: #212121;
}
.close-page {
    background-color: #000;
    color: #fff;
}
.close-page.active {
    background-color: #212121;
    color: #fff;
}
#balance-modal .balance-menu li:nth-child(odd) {
    background-color: #e8e8e8;
}
#balance-modal .balance-menu li a {
    color: #000;
}
#balance-modal .transfer-btn {
    background-color: #000;
    color: #fff;
}
.money-list-cont .money-list-menu > li a {
    color: rgba(255, 255, 255, 0.9);
    background-color: #212121;
    box-shadow: 0 4px 5px #000;
}
.money-list-cont .money-list-menu > li a .img-wrapper {
    border-color: #474747;
}
.field-cont .radio-tabs .radio-tab label {
    background: #f4f8fd;
    color: #000;
    border-color: #e0e0e0;
    box-shadow: 0 4px 5px #ececec;
}
.field-cont .radio-tabs .radio-tab label::before {
    background: 0 0;
}
.field-cont .radio-tabs .radio-tab label:after,
.field-cont .radio-tabs .radio-tab label:before {
    border-color: 2px solid #b52427;
    background: 0 0;
}
.field-cont .radio-tabs .radio-tab input[type="radio"] {
    display: none;
    position: absolute;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label {
    box-shadow: none;
    border: 1px solid #b52427;
    box-shadow: none;
    color: #fff;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label:before {
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: center;
    width: 20px;
    height: 20px;
    border-color: #b52427;
    color: #fff;
    background-image: none;
    line-height: 18px;
    font-family: FontAwesome;
    font-weight: 400;
    content: "";
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label:after {
    background-color: #b52427;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label .item {
    opacity: 0.87;
}
.field-cont .radio-tabs .radio-tab .item {
    color: #202021;
    opacity: 0.6;
}
.bet-history-date-toogle {
    background-color: #b52427;
    color: rgba(255, 255, 255, 0.6);
}
.bet-history-date-toogle.active {
    background-color: #b52427;
    color: #fff;
}
table.responsive-table.bet-history-table-horizontal thead tr th {
    border-bottom-color: #e0e0e0;
}
table.responsive-table.bet-history-table-horizontal tbody tr {
    border-right-color: #e0e0e0;
}
table.responsive-table.bet-history-table-horizontal tbody tr:nth-child(odd) {
    background-color: #dedede;
}
table.responsive-table.bet-history-table-horizontal tbody tr td {
    border-bottom-color: 1px solid #e0e0e0;
}
table.bet-history-table {
    color: #fff;
}
table.bet-history-table thead {
    color: #fff;
    border-color: #474747;
}
table.bet-history-table tbody tr:nth-child(odd) {
    background-color: #212121;
}
table.bet-history-table tbody tr:nth-child(even) {
    background-color: #141414;
}
table.personel-account-detail tbody tr {
    color: #fff;
}
table.personel-account-detail tbody tr:nth-child(odd) {
    background-color: #212121;
}
table.personel-account-detail tbody tr:nth-child(even) {
    background-color: #141414;
}
table.limit-settings-table tbody tr {
    border-bottom-color: #474747;
    background-color: #212121;
}
table.limit-settings-table tbody tr td .limit-reset-btn {
    color: #c62828;
}
table.bonus-detail-table {
    border-bottom-color: #474747;
    color: #fff;
}
table.bonus-detail-table:nth-child(odd) {
    background-color: #141414;
}
table.bonus-detail-table:nth-child(even) {
    background-color: #212121;
}
table.bonus-detail-table tbody tr {
    border-bottom-color: #474747;
}
table.bonus-detail-table tbody tr td .btn {
    background-color: #419c00;
    color: #fff;
}
table.waiting-money tbody tr:nth-child(odd) {
    background-color: #141414;
}
table.waiting-money tbody tr td .cancel-btn {
    background-color: #c62828;
    color: #fff;
}
table.uploaded-documents-table tbody tr:nth-child(odd) {
    background-color: #dedede;
}
table.liveCalendar {
    background-color: #353f58;
}
table.liveCalendar tbody tr:nth-child(even) {
    background-color: #141414;
}
.list-filter .filter-btn {
    background-color: #000;
    color: #fff;
    border-radius: 0;
}
.list-filter .filter-btn.active {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.list-filter .filter-btn.bg.stts-O i,
.list-filter .filter-btn.bg.stts-V i {
    color: #000;
}
#bet-history-modal {
    background-color: #212121;
}
#bet-history-modal .title {
    color: rgba(255, 255, 255, 0.9);
}
#bet-history-modal .history-modal-head {
    background-color: transparent;
    color: rgba(255, 255, 255, 0.9);
}
#bet-history-modal .history-modal-head > h6 {
    border-bottom-color: #474747;
}
#bet-history-modal .history-modal-content {
    border-bottom-color: #fff;
    color: rgba(255, 255, 255, 0.9);
}
.csht-mdl .checkbox-field [type="checkbox"].filled-in:checked + label:after {
    background-color: #b52427;
    border-color: #b52427;
}
.csht-mdl .checkbox-field [type="checkbox"].filled-in:not(:checked) + label:after {
    border-color: #000;
}
.csht-mdl .checkbox-field [type="checkbox"] + label {
    color: #000;
}
.csht-mdl .confirm-btn {
    background-color: #fff;
    color: #b52427;
}
.csht-mdl .close-btn {
    background-color: #000;
    color: #fff;
}
.otp .btn {
    line-height: 1 !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.otp .ga-info-cont .save-btn,
.otp .sms-info-cont .save-btn {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9);
}
.personel-account-detail-form .input-field input::-webkit-input-placeholder,
.personel-account-detail-form .select-field input::-webkit-input-placeholder {
    color: #000;
}
.personel-account-detail-form .input-field input::-moz-placeholder,
.personel-account-detail-form .select-field input::-moz-placeholder {
    color: #000;
}
.personel-account-detail-form .input-field input:-ms-input-placeholder,
.personel-account-detail-form .select-field input:-ms-input-placeholder {
    color: #000;
}
.personel-account-detail-form .input-field input::-ms-input-placeholder,
.personel-account-detail-form .select-field input::-ms-input-placeholder {
    color: #000;
}
.personel-account-detail-form .input-field input::placeholder,
.personel-account-detail-form .select-field input::placeholder {
    color: #000;
}
.personel-account-detail-form .save-btn {
    background-color: #b52427;
    color: rgba(255, 255, 255, 0.9);
}
.money-result .selection-title {
    border-bottom-color: #e0e0e0;
    text-align: center;
}
.money-result .result-info {
    color: rgba(255, 255, 255, 0.9);
}
.money-result .result-info .title {
    border-bottom-color: #e0e0e0;
}
.money-result .action-btn {
    background-color: #b52427;
    color: #fff;
}
.limit-settings-detail .last-date {
    color: #fff;
    opacity: 0.6;
}
.limit-settings-detail .input-field .field-label {
    color: rgba(255, 255, 255, 0.6);
}
.limit-settings-detail .input-field input::-webkit-input-placeholder {
    color: #fff;
}
.limit-settings-detail .input-field input::-moz-placeholder {
    color: #fff;
}
.limit-settings-detail .input-field input:-ms-input-placeholder {
    color: #fff;
}
.limit-settings-detail .input-field input::-ms-input-placeholder {
    color: #fff;
}
.limit-settings-detail .input-field input::placeholder {
    color: #fff;
}
.limit-settings-detail .btn-group .reset-modal-btn {
    color: #fff;
    background-color: #000;
}
.limit-settings-detail .btn-group .save-modal-btn {
    background-color: #b52427;
    color: #fff;
}
.exchange .calculate {
    background-color: #419c00;
}
.exchange .input-field input,
.exchange .input-field select,
.exchange .select-field input,
.exchange .select-field select {
    border-color: #e0e0e0;
}
.exchange .input-field input::-webkit-input-placeholder,
.exchange .input-field select::-webkit-input-placeholder,
.exchange .select-field input::-webkit-input-placeholder,
.exchange .select-field select::-webkit-input-placeholder {
    color: #000;
}
.exchange .input-field input::-moz-placeholder,
.exchange .input-field select::-moz-placeholder,
.exchange .select-field input::-moz-placeholder,
.exchange .select-field select::-moz-placeholder {
    color: #000;
}
.exchange .input-field input:-ms-input-placeholder,
.exchange .input-field select:-ms-input-placeholder,
.exchange .select-field input:-ms-input-placeholder,
.exchange .select-field select:-ms-input-placeholder {
    color: #000;
}
.exchange .input-field input::-ms-input-placeholder,
.exchange .input-field select::-ms-input-placeholder,
.exchange .select-field input::-ms-input-placeholder,
.exchange .select-field select::-ms-input-placeholder {
    color: #000;
}
.exchange .input-field input::placeholder,
.exchange .input-field select::placeholder,
.exchange .select-field input::placeholder,
.exchange .select-field select::placeholder {
    color: #000;
}
.exchange .field-label {
    color: rgba(255, 255, 255, 0.6);
}
.account-transfer .input-field input {
    color: #616161;
}
.account-transfer .input-field input:focus {
    outline: 0;
    color: #1f1f1f;
    border-color: #b52427;
}
.account-transfer .input-field input:focus + i {
    color: #1f1f1f;
}
.account-transfer .input-field input::-webkit-input-placeholder {
    color: #000;
}
.account-transfer .input-field input::-moz-placeholder {
    color: #000;
}
.account-transfer .input-field input:-ms-input-placeholder {
    color: #000;
}
.account-transfer .input-field input::-ms-input-placeholder {
    color: #000;
}
.account-transfer .input-field input::placeholder {
    color: #000;
}
.account-transfer .input-field i.fa-database {
    color: #616161;
}
.account-transfer .arrow i {
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.account-transfer .account-list a {
    background-color: #f4f8fd;
    color: #626365;
    border-color: #e0e0e0;
    box-shadow: 0 4px 5px #ececec;
    font-weight: 500;
}
.account-transfer .account-list a i.check-circle {
    color: #b52427;
}
.account-transfer .account-list a.active {
    border-color: #b52427;
}
.account-transfer .account-list a.active .transfer-name {
    color: #202021;
}
.account-transfer .payment-wrapper .transfer-btn {
    background-color: #b52427;
    color: #e3e4e7;
}
.account-transfer .payment-wrapper .remove-btn {
    background-color: #000;
}
.account-transfer .payment-wrapper .reset-btn {
    background-color: #212121;
    color: #e3e4e7;
}
.messages ul li .messages-item {
    background-color: #fff;
    color: #000;
}
.messages ul li .close {
    color: #d32f2f;
}
.messages-detail {
    background-color: #fff;
    color: #000;
}
.messages-detail .close {
    color: #d32f2f;
}
.chracter-counter textarea {
    border-color: #e0e0e0;
}
.chracter-counter textarea:focus {
    border-bottom-color: #e0e0e0;
}
.chracter-counter textarea::-webkit-input-placeholder {
    color: #000;
}
.chracter-counter textarea::-moz-placeholder {
    color: #000;
}
.chracter-counter textarea:-ms-input-placeholder {
    color: #000;
}
.chracter-counter textarea::-ms-input-placeholder {
    color: #000;
}
.chracter-counter textarea::placeholder {
    color: #000;
}
.field-label,
.field-label-login {
    color: rgba(0, 0, 0, 0.6);
}
.today-events-options-toogle {
    background-color: #fff;
    color: #000;
}
.today-events-options-toogle.active {
    background-color: #212121;
    color: #fff;
}
.accordion-toggle .toggle-btn {
    background-color: #000;
    color: #fff;
}
.accordion-toggle .toggle-btn.active {
    background-color: #212121;
    color: #fff;
}
.live-page-search-toogle {
    color: #000;
    background-color: #fff;
}
.live-page-search-toogle.active {
    color: #212121;
}
.live-page-search-cont .input-field {
    background-color: #212121;
}
.live-page-search-cont .input-field input {
    background-color: #333;
    color: rgba(255, 255, 255, 0.9);
}
.live-page-search-cont .input-field input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:focus::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:focus::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:focus:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:focus::-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-search-cont .input-field input:focus::placeholder {
    color: rgba(255, 255, 255, 0.6);
}
.live-page-select select {
    background-color: #333;
    color: rgba(255, 255, 255, 0.6);
}
.live-page-select select.ng-dirty {
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion {
    background-color: #000;
    color: #fff;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header {
    border-bottom-color: transparent;
    background-color: #474747;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont,
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info,
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .title {
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .cont .info b {
    color: rgba(255, 255, 255, 0.6);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header .btn {
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body {
    background-color: #141414;
    border-bottom-color: #474747;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .fixture-body .match-content:nth-child(even) {
    background-color: #212121;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .title-row {
    border-bottom-color: #474747;
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow .number,
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .total-cont .trow .text {
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .jackpot-btn {
    background-color: #000;
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body .jackpot-clear {
    color: rgba(255, 255, 255, 0.9);
}
.jackpot .jackpot-result-list-view .collapsible-body .fixture-body:nth-child(even) {
    background-color: #212121;
}
.top-time-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #141414;
    border-radius: 10px;
    border: 0 solid #000;
}
.top-time-range::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.top-time-range::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.top-time-range::-ms-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.top-time-range:focus {
    outline: 0;
}
.top-time-range:focus::-webkit-slider-runnable-track {
    background: #141414;
}
.top-time-range:focus::-ms-fill-lower {
    background: #141414;
}
.top-time-range:focus::-ms-fill-upper {
    background: #141414;
}
.top-time-range::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: #141414;
    border-radius: 10px;
    border: 0 solid #000;
}
.top-time-range::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}
.top-time-range::-ms-fill-lower {
    background: #141414;
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.top-time-range::-ms-fill-upper {
    background: #141414;
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.message-box {
    border-color: #e0e0e0;
    color: #000;
    background-color: #fff;
}
.message-box.error {
    border-color: #c62828;
    color: #c62828;
}
.message-box.error ul li a {
    color: #c62828;
}
.message-box.warning {
    border-color: #dc6907;
    color: #dc6907;
}
.message-box.warning ul li a {
    color: #0076ef;
}
.message-box.success {
    border-color: #558b2f;
    color: #558b2f;
}
.message-box.success ul li a {
    color: #558b2f;
}
.message-box.info {
    border-color: #0277bd;
    color: #0277bd;
}
.message-box.info ul li a {
    color: #0277bd;
}
.message-box .close {
    color: #b31818;
}
.loader-container {
    background: rgba(255, 255, 255, 0.8);
}
.loader-container .progress {
    box-shadow: 0 3px 3px rgba(255, 255, 255, 0.1);
}
.caption-pg .caption-pg-header .title {
    border-bottom-color: #e0e0e0;
}
.caption-pg .caption-pg-header .close-caption i {
    color: #c62828;
}
.caption-pg.active {
    background-color: #efefef;
    box-shadow: inset 0 0 5px 3px rgba(0, 0, 0, 0.1);
}
[pg-tooltip]:after {
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
}
[pg-tooltip]:before {
    border-color: rgba(0, 0, 0, 0.9) transparent transparent;
}
.odd-btn-group-asian-cont {
    border-top-color: #474747;
}
.payment-form-container .dropdown-button {
    background-color: #141414;
    color: rgba(255, 255, 255, 0.9);
}
.payment-form-container .dropdown-button.active {
    color: #fff;
}
.payment-form-container .dropdown-content .bnk-field {
    color: #000;
}
.populer-events .populer-events-contaner .fixture-container .match-content:first-child {
    border-top-color: #474747;
}
.populer-events .populer-events-contaner .fixture-container .match-content:last-child {
    border-bottom-color: #474747;
}
.promoted-event .fixture-container .match-content:first-child {
    border-top-color: #474747;
}
/*
#preloader {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 9999;
    background: #d2d2d2;
}
*/
#BalanceModal .modal-close i {
    color: #fff;
}
#BalanceModal .modal-content {
    background-color: #212121;
}
#BalanceModal .modal-content .title {
    color: #fff;
}
#BalanceModal .modal-content .balance-menu a {
    color: rgba(255, 255, 255, 0.9);
}
#BalanceModal .modal-content .transfer-btn {
    text-align: center;
    background-color: #b52427;
    border-radius: 5px;
}
a.active {
    color: inherit;
}
.input-field-default.bubble bubble-validator .bubble-vldtr,
.input-field.bubble bubble-validator .bubble-vldtr {
    background-color: #f5f5f5;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.3);
}
.input-field-default.bubble bubble-validator .bubble-vldtr.left .vldtr-lst:before,
.input-field.bubble bubble-validator .bubble-vldtr.left .vldtr-lst:before {
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: #f5f5f5;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst li.valid,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst li.valid {
    color: green;
}
.input-field-default.bubble bubble-validator .bubble-vldtr .vldtr-lst li.invalid,
.input-field.bubble bubble-validator .bubble-vldtr .vldtr-lst li.invalid {
    color: red;
}
.signup-success {
    color: rgba(255, 255, 255, 0.9);
}
#sms-mdl {
    background-color: #d2d2d2;
    border-radius: 15px;
}
#sms-mdl .modal .modal-close {
    top: 1px;
    right: 5px;
}
#sms-mdl .sms-modal {
    color: rgba(255, 255, 255, 0.9);
}
#sms-mdl .sms-modal .btn {
    text-align: center;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.9);
    width: 100%;
    background-color: #000;
}
.bet-slip-header {
    background-color: #212121;
}
.bet-slip-header .count {
    background-color: #419c00;
}
.bet-slip-header .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #212121;
    color: rgba(255, 255, 255, 0.9);
    padding-left: 5px;
}
.bet-slip-header .deposit-money {
    background-color: #419c00;
    margin-left: 10px;
    display: inline-block;
    border-radius: 5px;
    padding: 0 15px;
    color: rgba(255, 255, 255, 0.9);
}
.fixture-bottom-message {
    color: #fff;
}
.fixture-bottom-message .btn {
    background-color: #000;
}
.messages-wrapper li.unread .messages-info {
    background-color: #b52427;
    color: #000;
}
.messages-wrapper li.unread .messages-info .msg-cnt {
    color: rgba(0, 0, 0, 0.8);
}
.messages-wrapper li.unread .messages-info .msg-date {
    color: rgba(0, 0, 0, 0.6);
}
.messages-wrapper li.unread .messages-info .messages-close {
    color: #000;
}
.messages-wrapper li .messages-info {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.8);
}
.messages-wrapper li .messages-info .msg-cnt {
    color: rgba(255, 255, 255, 0.6);
}
.messages-wrapper li .messages-info .msg-date {
    color: rgba(255, 255, 255, 0.4);
}
.message-detail .message-right {
    background-color: #212121;
    color: rgba(255, 255, 255, 0.8);
}
.message-detail .message-right .msg-title {
    color: rgba(255, 255, 255, 0.6);
}
.message-detail .message-right .msg-date {
    color: rgba(255, 255, 255, 0.4);
}
page-not-found .content {
    color: #fff;
}
page-not-found .home.btn {
    color: #fff !important;
    background-color: #141414 !important;
}
#ga-mdl {
    padding: 10px;
}
#ga-mdl .modal-close {
    color: #000;
    top: 10px;
    right: 10px;
}
#ga-mdl .ga-modal .ga-modal-btn {
    background-color: #000;
    margin-top: 10px;
}
.tckn-vrfctn .tckn-vrfctn-btn {
    background-color: #141414;
}
.top-time-range.range-container input[type="range"] {
    padding: 0 30px;
}
.top-time-range input[type="range"] {
    height: 26px;
    -webkit-appearance: none;
    margin: 10px 0;
    width: 100%;
}
.top-time-range input[type="range"]:focus {
    outline: 0;
}
.top-time-range input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 0 solid #000;
}
.top-time-range input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px;
}
.top-time-range input[type="range"]:focus::-webkit-slider-runnable-track {
    background: rgba(255, 255, 255, 0.6);
}
.top-time-range input[type="range"]::-moz-range-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    box-shadow: 0 0 0 #000;
    background: rgba(255, 255, 255, 0.6);
    border-radius: 10px;
    border: 0 solid #000;
}
.top-time-range input[type="range"]::-moz-range-thumb {
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
}
.top-time-range input[type="range"]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    animate: 0.2s;
    background: 0 0;
    border-color: transparent;
    color: transparent;
}
.top-time-range input[type="range"]::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.6);
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.6);
    border: 0 solid #000;
    border-radius: 20px;
    box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0 0 0 #000;
    border: 0 solid #000;
    height: 20px;
    width: 20px;
    border-radius: 6px;
    background: #b52427;
    cursor: pointer;
}
.top-time-range input[type="range"]:focus::-ms-fill-lower {
    background: rgba(255, 255, 255, 0.6);
}
.top-time-range input[type="range"]:focus::-ms-fill-upper {
    background: rgba(255, 255, 255, 0.6);
}
.bottom-fixed-controls a .foot-icon {
    margin: 0 auto;
}
