@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@2x.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;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(51, 51, 51, 0.08);
}
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;
 
  z-index: 997;
}

@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;
  }
  
}
@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 v0.6.0
* http://fian.my.id/Waves
*
* Copyright 2014 Alfiana E. Sibuea and other contributors
* Released under the MIT license
* https://github.com/fians/Waves/blob/master/LICENSE
*/
.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;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  font-size: 1rem;
  -webkit-transition: 0.28s;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="radio"] + label:after,
[type="radio"] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  margin: 4px;
  width: 16px;
  height: 16px;
  z-index: 0;
  -webkit-transition: 0.28s;
  transition: 0.28s ease;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:before {
  border-radius: 50%;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:before {
  border: 2px solid #5a5a5a;
}
[type="radio"]:not(:checked) + label:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type="radio"]:checked + label:before {
  border: 2px solid transparent;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"]:checked + label:after {
  border: 2px solid #26a69a;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"]:checked + label:after {
  background-color: #26a69a;
}
[type="radio"]:checked + label:after {
  -webkit-transform: scale(1.02);
  -ms-transform: scale(1.02);
  transform: scale(1.02);
}
[type="radio"].with-gap:checked + label:after {
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
[type="radio"].tabbed:focus + label:before {
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}
[type="radio"].with-gap:disabled:checked + label:before {
  border: 2px solid rgba(0, 0, 0, 0.42);
}
[type="radio"].with-gap:disabled:checked + label:after {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before {
  background-color: transparent;
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled + label {
  color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:not(:checked) + label:before {
  border-color: rgba(0, 0, 0, 0.42);
}
[type="radio"]:disabled:checked + label:after {
  background-color: rgba(0, 0, 0, 0.42);
  border-color: #949494;
}
form p {
  margin-bottom: 10px;
  text-align: left;
}
form p:last-child {
  margin-bottom: 0;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
[type="checkbox"] + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  z-index: 0;
  border: 2px solid #5a5a5a;
  border-radius: 1px;
  margin-top: 2px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
[type="checkbox"]:not(.filled-in) + label:after {
  border: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
[type="checkbox"]:not(:checked):disabled + label:before {
  border: none;
  background-color: rgba(0, 0, 0, 0.42);
}
[type="checkbox"].tabbed:focus + label:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: 0;
  border-radius: 50%;
  box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -5px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #26a69a;
  border-bottom: 2px solid #26a69a;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  border-bottom: 2px solid rgba(0, 0, 0, 0.42);
}
[type="checkbox"]:indeterminate + label:before {
  top: -11px;
  left: -12px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #26a69a;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.42);
  background-color: transparent;
}
[type="checkbox"].filled-in + label:after {
  border-radius: 2px;
}
[type="checkbox"].filled-in + label:after,
[type="checkbox"].filled-in + label:before {
  content: "";
  left: 0;
  position: absolute;
  -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s,
    height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
  z-index: 1;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -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%;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0;
  z-index: 0;
}
[type="checkbox"].filled-in: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%;
}
[type="checkbox"].filled-in:checked + label:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #26a69a;
  z-index: 0;
}
[type="checkbox"].filled-in.tabbed:focus + label:after {
  border-radius: 2px;
  border-color: #5a5a5a;
  background-color: rgba(0, 0, 0, 0.1);
}
[type="checkbox"].filled-in.tabbed:checked:focus + label:after {
  border-radius: 2px;
  background-color: #26a69a;
  border-color: #26a69a;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent;
}
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #949494;
}
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent;
}
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #949494;
  border-color: #949494;
}
.switch,
.switch * {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.switch label input[type="checkbox"] {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch label input[type="checkbox"]:checked + .lever:after,
.switch label input[type="checkbox"]:checked + .lever:before {
  left: 18px;
}
.switch label .lever {
  content: "";
  display: inline-block;
  position: relative;
  width: 36px;
  height: 14px;
  border-radius: 15px;
  -webkit-transition: background 0.3s;
  transition: background 0.3s ease;
  vertical-align: middle;
}
.switch label .lever:after,
.switch label .lever:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 0;
  top: -3px;
  -webkit-transition: left 0.3s, background 0.3s, box-shadow 0.1s,
    -webkit-transform 0.1s;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    -webkit-transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    transform 0.1s ease;
  transition: left 0.3s ease, background 0.3s ease, box-shadow 0.1s ease,
    transform 0.1s ease, -webkit-transform 0.1s ease;
}
.switch label .lever:before {
  background-color: rgba(38, 166, 154, 0.15);
}
.switch label .lever:after {
  background-color: #f1f1f1;
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
input[type="checkbox"]:checked:not(:disabled).tabbed:focus ~ .lever::before,
input[type="checkbox"]:checked:not(:disabled) ~ .lever:active::before {
  -webkit-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(38, 166, 154, 0.15);
}
input[type="checkbox"]:not(:disabled).tabbed:focus ~ .lever::before,
input[type="checkbox"]:not(:disabled) ~ .lever:active:before {
  -webkit-transform: scale(2.4);
  -ms-transform: scale(2.4);
  transform: scale(2.4);
  background-color: rgba(0, 0, 0, 0.08);
}
.switch input[type="checkbox"][disabled] + .lever {
  cursor: default;
  background-color: rgba(0, 0, 0, 0.12);
}
.switch label input[type="checkbox"][disabled] + .lever:after,
.switch label input[type="checkbox"][disabled]:checked + .lever:after {
  background-color: #949494;
}
select {
  display: none;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 5px;
  border: 1px solid #f2f2f2;
  border-radius: 2px;
  height: 3rem;
}
select.browser-default {
  display: block;
}
.input-field > select {
  display: block;
  position: absolute;
  width: 0;
  pointer-events: none;
  height: 0;
  top: 0;
  left: 0;
  opacity: 0;
}
.select-label {
  position: absolute;
}
.select-wrapper {
  position: relative;
}
.select-wrapper.invalid + label,
.select-wrapper.valid + label {
  width: 100%;
  pointer-events: none;
}
.select-wrapper input.select-dropdown {
  position: relative;
  cursor: pointer;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #9e9e9e;
  outline: 0;
  height: 3rem;
  line-height: 3rem;
  width: 100%;
  font-size: 1rem;
  margin: 0 0 20px;
  padding: 0;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-wrapper span.caret {
  color: initial;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  height: 10px;
  margin: auto 0;
  font-size: 10px;
  line-height: 10px;
}
.select-wrapper + label {
  position: absolute;
  top: -26px;
  font-size: 0.8rem;
}
.select-wrapper.disabled span.caret,
.select-wrapper.disabled + label,
select:disabled {
  color: rgba(0, 0, 0, 0.42);
}
.select-wrapper input.select-dropdown:disabled {
  color: rgba(0, 0, 0, 0.42);
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.select-wrapper i {
  color: rgba(0, 0, 0, 0.3);
}
.select-dropdown li.disabled,
.select-dropdown li.disabled > span,
.select-dropdown li.optgroup {
  color: rgba(0, 0, 0, 0.3);
  background-color: transparent;
}
.select-dropdown.dropdown-content li.active {
  background-color: transparent;
}
.select-dropdown.dropdown-content li:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.select-dropdown.dropdown-content li.selected {
  background-color: rgba(0, 0, 0, 0.03);
}
.prefix ~ .select-wrapper {
  margin-left: 3rem;
  width: 92%;
  width: calc(100% - 3rem);
}
.prefix ~ label {
  margin-left: 3rem;
}
.select-dropdown li img {
  height: 40px;
  width: 40px;
  margin: 5px 15px;
  float: right;
}
.select-dropdown li.optgroup {
  border-top: 1px solid #eee;
}
.select-dropdown li.optgroup.selected > span {
  color: rgba(0, 0, 0, 0.7);
}
.select-dropdown li.optgroup > span {
  color: rgba(0, 0, 0, 0.4);
}
.select-dropdown li.optgroup ~ li.optgroup-option {
  padding-left: 1rem;
}
.file-field {
  position: relative;
}
.file-field .file-path-wrapper {
  overflow: hidden;
  padding-left: 10px;
}
.file-field input.file-path {
  width: 100%;
}
.file-field .btn,
.file-field .btn-large {
  float: left;
  height: 3rem;
  line-height: 3rem;
}
.file-field span {
  cursor: pointer;
}
.file-field input[type="file"] {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-field input[type="file"]::-webkit-file-upload-button {
  display: none;
}
.range-field {
  position: relative;
}
input[type="range"],
input[type="range"] + .thumb {
  cursor: pointer;
}
input[type="range"] + .thumb {
  position: absolute;
  top: 10px;
  left: 0;
  border: none;
  height: 0;
  width: 0;
  border-radius: 50%;
  margin-left: 7px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
input[type="range"] + .thumb .value {
  display: block;
  width: 30px;
  text-align: center;
  color: #26a69a;
  font-size: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
input[type="range"] + .thumb.active {
  border-radius: 50% 50% 50% 0;
}
input[type="range"] + .thumb.active .value {
  color: #fff;
  margin-left: -1px;
  margin-top: 8px;
  font-size: 10px;
}
input[type="range"] {
  position: relative;
  background-color: transparent;
  outline: 0;
  padding: 0;
  -webkit-appearance: none;
  border: 1px solid #fff;
}
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  margin: -5px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
input[type="range"]:-moz-focusring {
  outline: #fff solid 1px;
  outline-offset: -1px;
}
input[type="range"]:focus::-moz-range-track {
  background: #ccc;
}
input[type="range"]::-ms-track {
  border-width: 6px 0;
}
.table-of-contents.fixed {
  position: fixed;
}
.table-of-contents li {
  padding: 2px 0;
}
.table-of-contents a {
  font-weight: 300;
  color: #757575;
  padding-left: 20px;
  height: 1.5rem;
  line-height: 1.5rem;
  letter-spacing: 0.4;
  display: inline-block;
}
.table-of-contents a:hover {
  color: #a8a8a8;
  padding-left: 19px;
  border-left: 1px solid #ee6e73;
}
.table-of-contents a.active {
  font-weight: 500;
  padding-left: 18px;
  border-left: 2px solid #ee6e73;
}
.side-nav {
  position: fixed;
  width: 300px;
  left: 0;
  top: 0;
  margin: 0;
  padding-bottom: 60px;
  overflow-y: auto;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  -ms-transform: translateX(-105%);
  transform: translateX(-105%);
}
.side-nav.right-aligned {
  right: 0;
  left: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.side-nav .collapsible {
  margin: 0;
}
.side-nav li {
  float: none;
  line-height: 48px;
}
.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}
.side-nav li > a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.side-nav li > a.btn,
.side-nav li > a.btn-flat,
.side-nav li > a.btn-floating,
.side-nav li > a.btn-large {
  margin: 10px 15px;
}
.side-nav li > a.btn,
.side-nav li > a.btn-floating,
.side-nav li > a.btn-large {
  color: #fff;
}
.side-nav li > a.btn-flat {
  color: #343434;
}
.side-nav li > a.btn-large:hover,
.side-nav li > a.btn:hover {
  background-color: #2bbbad;
}
.side-nav li > a.btn-floating:hover {
  background-color: #26a69a;
}
.side-nav li > a li > a > [class*="mdi-"],
.side-nav li > a > [class^="mdi-"],
.side-nav li > a > i,
.side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 32px 0 0;
  width: 24px;
  color: rgba(0, 0, 0, 0.54);
}
.side-nav .divider {
  margin: 8px 0 0;
}
.side-nav .subheader {
  cursor: initial;
  pointer-events: none;
  color: rgba(0, 0, 0, 0.54);
  font-size: 14px;
  font-weight: 500;
  line-height: 48px;
}
.side-nav .subheader:hover {
  background-color: transparent;
}
.side-nav .user-view,
.side-nav .userView {
  position: relative;
  padding: 32px 32px 0;
  margin-bottom: 8px;
}
.side-nav .user-view > a,
.side-nav .userView > a {
  height: auto;
  padding: 0;
}
.side-nav .user-view > a:hover,
.side-nav .userView > a:hover {
  background-color: transparent;
}
.side-nav .user-view .background,
.side-nav .userView .background {
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.side-nav .user-view .circle,
.side-nav .user-view .email,
.side-nav .user-view .name,
.side-nav .userView .circle,
.side-nav .userView .email,
.side-nav .userView .name {
  display: block;
}
.side-nav .user-view .circle,
.side-nav .userView .circle {
  height: 64px;
  width: 64px;
}
.side-nav .user-view .email,
.side-nav .user-view .name,
.side-nav .userView .email,
.side-nav .userView .name {
  font-size: 14px;
  line-height: 24px;
}
.side-nav .user-view .name,
.side-nav .userView .name {
  margin-top: 16px;
  font-weight: 500;
}
.side-nav .user-view .email,
.side-nav .userView .email {
  padding-bottom: 16px;
  font-weight: 400;
}
.drag-target {
  height: 100%;
  width: 10px;
  position: fixed;
  top: 0;
  z-index: 998;
}
.side-nav.fixed {
  left: 0;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  position: fixed;
}
.side-nav.fixed.right-aligned {
  right: 0;
  left: auto;
}
@media only screen and (max-width: 992px) {
  .side-nav.fixed {
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .side-nav.fixed.right-aligned {
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
  }
  .side-nav a {
    padding: 0 16px;
  }
  .side-nav .user-view,
  .side-nav .userView {
    padding: 16px 16px 0;
  }
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
  background-color: #ee6e73;
}
.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
  color: #fff;
}
.side-nav .collapsible-body {
  padding: 0;
}
#sidenav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 120vh;
  background-color: rgba(0, 0, 0, 0.5);
  will-change: opacity;
  z-index: 99997;
}
.preloader-wrapper {
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
}
.preloader-wrapper.small {
  width: 36px;
  height: 36px;
}
.preloader-wrapper.big {
  width: 64px;
  height: 64px;
}
.preloader-wrapper.active {
  -webkit-animation: 1568ms linear infinite container-rotate;
  animation: 1568ms linear infinite container-rotate;
}
@-webkit-keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes container-rotate {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.spinner-layer {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-color: #26a69a;
}
.spinner-blue,
.spinner-blue-only {
  border-color: #4285f4;
}
.spinner-red,
.spinner-red-only {
  border-color: #db4437;
}
.spinner-yellow,
.spinner-yellow-only {
  border-color: #f4b400;
}
.spinner-green,
.spinner-green-only {
  border-color: #0f9d58;
}
.active .spinner-layer.spinner-blue {
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both blue-fade-in-out;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both blue-fade-in-out;
}
.active .spinner-layer.spinner-red {
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both red-fade-in-out;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both red-fade-in-out;
}
.active .spinner-layer.spinner-yellow {
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both yellow-fade-in-out;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both yellow-fade-in-out;
}
.active .spinner-layer.spinner-green {
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both green-fade-in-out;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
      fill-unfill-rotate,
    5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both green-fade-in-out;
}
.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-green-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only {
  opacity: 1;
  -webkit-animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    fill-unfill-rotate;
  animation: 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    fill-unfill-rotate;
}
@-webkit-keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
  }
}
@keyframes fill-unfill-rotate {
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
  }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg);
  }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg);
  }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg);
  }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg);
  }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg);
  }
  to {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg);
  }
}
@-webkit-keyframes blue-fade-in-out {
  100%,
  25%,
  90%,
  from {
    opacity: 1;
  }
  26%,
  89% {
    opacity: 0;
  }
}
@keyframes blue-fade-in-out {
  100%,
  25%,
  90%,
  from {
    opacity: 1;
  }
  26%,
  89% {
    opacity: 0;
  }
}
@-webkit-keyframes red-fade-in-out {
  15%,
  51%,
  from {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
}
@keyframes red-fade-in-out {
  15%,
  51%,
  from {
    opacity: 0;
  }
  25%,
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes yellow-fade-in-out {
  40%,
  76%,
  from {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@keyframes yellow-fade-in-out {
  40%,
  76%,
  from {
    opacity: 0;
  }
  50%,
  75% {
    opacity: 1;
  }
}
@-webkit-keyframes green-fade-in-out {
  100%,
  65%,
  from {
    opacity: 0;
  }
  75%,
  90% {
    opacity: 1;
  }
}
@keyframes green-fade-in-out {
  100%,
  65%,
  from {
    opacity: 0;
  }
  75%,
  90% {
    opacity: 1;
  }
}
.gap-patch {
  position: absolute;
  top: 0;
  left: 45%;
  width: 10%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.gap-patch .circle {
  width: 1000%;
  left: -450%;
}
.circle-clipper {
  display: inline-block;
  position: relative;
  width: 50%;
  height: 100%;
  overflow: hidden;
  border-color: inherit;
}
.circle-clipper .circle {
  width: 200%;
  height: 100%;
  border-width: 3px;
  border-style: solid;
  border-color: inherit;
  border-bottom-color: transparent !important;
  border-radius: 50%;
  -webkit-animation: none;
  animation: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.circle-clipper.left .circle {
  left: 0;
  border-right-color: transparent !important;
  -webkit-transform: rotate(129deg);
  -ms-transform: rotate(129deg);
  transform: rotate(129deg);
}
.circle-clipper.right .circle {
  left: -100%;
  border-left-color: transparent !important;
  -webkit-transform: rotate(-129deg);
  -ms-transform: rotate(-129deg);
  transform: rotate(-129deg);
}
.active .circle-clipper.left .circle {
  -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both left-spin;
  animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both left-spin;
}
.active .circle-clipper.right .circle {
  -webkit-animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both
    right-spin;
  animation: 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both right-spin;
}
@-webkit-keyframes left-spin {
  from,
  to {
    -webkit-transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
  }
}
@keyframes left-spin {
  from,
  to {
    -webkit-transform: rotate(130deg);
    transform: rotate(130deg);
  }
  50% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
}
@-webkit-keyframes right-spin {
  from,
  to {
    -webkit-transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
  }
}
@keyframes right-spin {
  from,
  to {
    -webkit-transform: rotate(-130deg);
    transform: rotate(-130deg);
  }
  50% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
}
#spinnerContainer.cooldown {
  -webkit-animation: 1568ms linear infinite container-rotate,
    0.4s cubic-bezier(0.4, 0, 0.2, 1) fade-out;
  animation: 1568ms linear infinite container-rotate,
    0.4s cubic-bezier(0.4, 0, 0.2, 1) fade-out;
}
@-webkit-keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.slider {
  position: relative;
  height: 400px;
  width: 100%;
}
.slider.fullscreen {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.slider.fullscreen ul.slides {
  height: 100%;
}
.slider.fullscreen ul.indicators {
  z-index: 2;
  bottom: 30px;
}
.slider .slides {
  background-color: #9e9e9e;
  margin: 0;
  height: 400px;
}
.slider .slides li {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: inherit;
  overflow: hidden;
}
.slider .slides li img {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
}
.slider .slides li .caption {
  color: #fff;
  position: absolute;
  top: 15%;
  left: 15%;
  width: 70%;
  opacity: 0;
}
.slider .slides li .caption p {
  color: #e0e0e0;
}
.slider .slides li.active {
  z-index: 2;
}
.slider .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.slider .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 16px;
  width: 16px;
  margin: 0 12px;
  background-color: #e0e0e0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.slider .indicators .indicator-item.active {
  background-color: #4caf50;
}
.carousel {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 400px;
  -webkit-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0 50%;
  -ms-transform-origin: 0 50%;
  transform-origin: 0 50%;
}
.carousel.carousel-slider {
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-fixed-item {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  z-index: 1;
}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
  bottom: 68px;
}
.carousel.carousel-slider .carousel-item {
  width: 100%;
  height: 100%;
  min-height: 400px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel.carousel-slider .carousel-item h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}
.carousel.carousel-slider .carousel-item p {
  font-size: 15px;
}
.carousel .carousel-item {
  display: none;
  width: 200px;
  height: 200px;
  position: absolute;
  top: 0;
  left: 0;
}
.carousel .carousel-item > img {
  width: 100%;
}
.carousel .indicators {
  position: absolute;
  text-align: center;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
}
.carousel .indicators .indicator-item {
  display: inline-block;
  position: relative;
  cursor: pointer;
  height: 8px;
  width: 8px;
  margin: 24px 4px;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  border-radius: 50%;
}
.carousel .indicators .indicator-item.active {
  background-color: #fff;
}
.carousel .carousel-item:not(.active) .materialboxed,
.carousel.scrolling .carousel-item .materialboxed {
  pointer-events: none;
}
.tap-target-wrapper {
  width: 800px;
  height: 800px;
  position: fixed;
  z-index: 1000;
  visibility: hidden;
  -webkit-transition: visibility 0.3s;
  transition: visibility 0s 0.3s;
}
.tap-target-wrapper.open {
  visibility: visible;
  -webkit-transition: visibility;
  transition: visibility 0s;
}
.tap-target-wrapper.open .tap-target {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0.95;
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.tap-target-wrapper.open .tap-target-wave::before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.tap-target-wrapper.open .tap-target-wave::after {
  visibility: visible;
  -webkit-animation: 1s cubic-bezier(0.24, 0, 0.38, 1) infinite pulse-animation;
  animation: 1s cubic-bezier(0.24, 0, 0.38, 1) infinite pulse-animation;
  -webkit-transition: opacity 0.3s, visibility 1s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s 1s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 1s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s 1s,
    -webkit-transform 0.3s;
}
.tap-target {
  position: absolute;
  font-size: 1rem;
  border-radius: 50%;
  background-color: #ee6e73;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.14),
    0 10px 50px 0 rgba(0, 0, 0, 0.12), 0 30px 10px -20px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1);
  transition: transform 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    opacity 0.3s cubic-bezier(0.42, 0, 0.58, 1),
    -webkit-transform 0.3s cubic-bezier(0.42, 0, 0.58, 1);
}
.tap-target-content {
  position: relative;
  display: table-cell;
}
.tap-target-wave {
  position: absolute;
  border-radius: 50%;
  z-index: 10001;
}
.tap-target-wave::after,
.tap-target-wave::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.tap-target-wave::before {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.tap-target-wave::after {
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s,
    -webkit-transform 0.3s;
  z-index: -1;
}
.tap-target-origin {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10002;
  position: absolute !important;
}
.tap-target-origin:not(.btn):not(.btn-large),
.tap-target-origin:not(.btn):not(.btn-large):hover {
  background: 0 0;
}
@media only screen and (max-width: 600px) {
  .tap-target,
  .tap-target-wrapper {
    width: 600px;
    height: 600px;
  }
}
.pulse {
  overflow: initial;
  position: relative;
}
.pulse::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: inherit;
  border-radius: inherit;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  -webkit-animation: 1s cubic-bezier(0.24, 0, 0.38, 1) infinite pulse-animation;
  animation: 1s cubic-bezier(0.24, 0, 0.38, 1) infinite pulse-animation;
  z-index: -1;
}
@-webkit-keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%,
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
@keyframes pulse-animation {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100%,
  50% {
    opacity: 0;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
}
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: 0;
}
.picker__input {
  cursor: default;
}
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  -webkit-transition: background 0.15s ease-out, top 0.15s;
  transition: background 0.15s ease-out, top 0s 0.15s;
  -webkit-backface-visibility: hidden;
} /*!
* Default mobile-first, responsive styling for pickadate.js
* Demo: http://amsul.github.io/pickadate.js
*/
.picker__frame,
.picker__holder {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100%;
}
.picker__frame {
  position: absolute;
  min-width: 256px;
  width: 300px;
  max-height: 350px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transition: 0.15s ease-out;
  transition: all 0.15s ease-out;
}
@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}
@media (min-height: 28.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
  .picker__wrap {
    display: block;
  }
}
.picker__box {
  background: #fff;
  display: table-cell;
  vertical-align: middle;
}
@media (min-height: 28.875em) {
  .picker__box {
    display: block;
    border: 1px solid #777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}
.picker--opened .picker__holder {
  top: 0;
  background: rgba(0, 0, 0, 0.32);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}
.picker--opened .picker__frame {
  top: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
@media (min-height: 35.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
.picker__input.picker__input--active {
  border-color: #e3f2fd;
}
.picker__frame {
  margin: 0 auto;
  max-width: 325px;
}
@media (min-height: 38.875em) {
  .picker--opened .picker__frame {
    top: 10%;
    bottom: auto;
  }
}
@media only screen and (min-width: 601px) {
  .picker__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .picker__frame {
    width: 80%;
    max-width: 600px;
  }
}
.picker__box {
  padding: 0;
  border-radius: 2px;
  overflow: hidden;
}
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
.picker__month,
.picker__year {
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__select--month,
.picker__select--year {
  height: 2em;
  padding: 0;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__select--month.browser-default {
  display: inline;
  background-color: #fff;
  width: 40%;
}
.picker__select--year.browser-default {
  display: inline;
  background-color: #fff;
  width: 26%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: rgba(0, 0, 0, 0.05);
}
.picker__nav--next,
.picker__nav--prev {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
  cursor: default;
  background: 0 0;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 1rem;
  width: 100%;
}
.picker__table td,
.picker__table th {
  text-align: center;
}
.picker__table td {
  margin: 0;
  padding: 0;
}
.picker__weekday {
  width: 14.285714286%;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
.picker__day--today {
  position: relative;
  color: #595959;
  letter-spacing: -0.3;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--infocus:hover {
  cursor: pointer;
  color: #000;
  font-weight: 500;
}
.picker__day--outfocus {
  display: none;
  padding: 0.75rem 0;
  color: #fff;
}
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #ddd;
  font-weight: 500;
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover {
  cursor: pointer;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  background: #0089ec;
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: 700;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
  background: #b1dcfb;
  border-color: rgba(0, 0, 0, 0.05);
  outline: 0;
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--clear:before,
.picker__button--today:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
.picker__date-display {
  text-align: left;
  background-color: #26a69a;
  color: #fff;
  padding: 18px;
  font-weight: 300;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
  cursor: pointer;
  color: #000;
  background: #a1ded8;
}
.picker__weekday-display {
  font-weight: 500;
  font-size: 2.8rem;
  margin-right: 5px;
  margin-top: 4px;
}
.picker__month-display {
  font-size: 2.8rem;
  font-weight: 500;
}
.picker__day-display {
  font-size: 2.8rem;
  font-weight: 500;
  margin-right: 5px;
}
.picker__year-display {
  font-size: 1.5rem;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}
.picker__calendar-container {
  padding: 0 1rem;
}
.picker__calendar-container thead {
  border: none;
}
.picker__table {
  margin-top: 0;
  margin-bottom: 0.5em;
}
.picker__day--infocus {
  color: rgba(0, 0, 0, 0.87);
  letter-spacing: -0.3px;
  padding: 0.75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}
@media only screen and (min-width: 601px) {
  .picker__date-display {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .picker__weekday-display {
    display: block;
  }
  .picker__container__wrapper {
    -webkit-box-flex: 2;
    -ms-flex: 2;
    flex: 2;
  }
  .picker__day--infocus {
    padding: 1.1rem 0;
  }
}
.picker__day.picker__day--today {
  color: #26a69a;
}
.picker__day.picker__day--today.picker__day--selected {
  color: #fff;
}
.picker__weekday {
  font-size: 0.9rem;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
  background-color: #26a69a;
  color: #fff;
}
.picker--focused .picker__day--selected.picker__day--outfocus,
.picker__day--selected.picker__day--outfocus,
.picker__day--selected:hover.picker__day--outfocus {
  background-color: #a1ded8;
}
.picker__footer {
  text-align: right;
  padding: 5px 10px;
}
.picker__clear,
.picker__close,
.picker__today {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #26a69a;
}
.picker__clear {
  color: #f44336;
  float: left;
}
.picker__nav--next:before,
.picker__nav--prev:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #676767;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #676767;
}
button.picker__clear:focus,
button.picker__close:focus,
button.picker__today:focus {
  background-color: #a1ded8;
}
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker--focused .picker__list-item--highlighted,
.picker__list-item--highlighted:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker--focused .picker__list-item--selected,
.picker__list-item--selected,
.picker__list-item--selected:hover {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
.picker--focused .picker__list-item--disabled,
.picker__list-item--disabled,
.picker__list-item--disabled:hover {
  background: #f5f5f5;
  border-color: #ddd;
  color: #ddd;
  cursor: default;
  z-index: auto;
}
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: 0 0;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.87);
}
.picker--time .picker__button--clear:focus,
.picker--time .picker__button--clear:hover {
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: 0;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: rgba(0, 0, 0, 0.87);
  font-size: 1.25em;
  font-weight: 700;
}
.picker--time .picker__button--clear:focus:before,
.picker--time .picker__button--clear:hover:before {
  color: #fff;
}
.picker--time .picker__frame {
  min-width: 256px;
  max-width: 320px;
}
.picker--time .picker__box {
  font-size: 1em;
  background: #f2f2f2;
  padding: 0;
}
@media (min-height: 40.125em) {
  .picker--time .picker__box {
    margin-bottom: 5em;
  }
}
.clockpicker-display {
  font-size: 4rem;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  clear: both;
  position: relative;
}
.clockpicker-span-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 0.3rem;
  line-height: 2rem;
  font-weight: 500;
}
@media only screen and (min-width: 601px) {
  .clockpicker-display {
    top: 32%;
  }
  .clockpicker-span-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
.text-primary {
  color: #fff;
}
.clockpicker-span-hours {
  margin-right: 3px;
}
.clockpicker-span-minutes {
  margin-left: 3px;
}
.clockpicker-span-am-pm div,
.clockpicker-span-hours,
.clockpicker-span-minutes {
  cursor: pointer;
}
.clockpicker-moving {
  cursor: move;
}
.clockpicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: 25px auto 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.clockpicker-canvas,
.clockpicker-dial {
  width: 270px;
  height: 270px;
  position: absolute;
  left: -1px;
  top: -1px;
}
.clockpicker-minutes {
  visibility: hidden;
}
.clockpicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
}
.clockpicker-tick.active,
.clockpicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}
.clockpicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}
.clockpicker-dial-out {
  opacity: 0;
}
.clockpicker-hours.clockpicker-dial-out {
  -webkit-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
.clockpicker-minutes.clockpicker-dial-out {
  -webkit-transform: scale(0.8, 0.8);
  -ms-transform: scale(0.8, 0.8);
  transform: scale(0.8, 0.8);
}
.clockpicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}
.clockpicker-canvas-out {
  opacity: 0.25;
}
.clockpicker-canvas-bearing,
.clockpicker-canvas-bg {
  stroke: none;
  fill: #26a69a;
}
.clockpicker-canvas-bg-trans {
  fill: #26a69a;
}
.clockpicker-canvas line {
  stroke: #26a69a;
  stroke-width: 4;
  stroke-linecap: round;
} /*!
*  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
*  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
*/
@font-face {
  font-family: FontAwesome;
  src: url(../fontawesome-webfont.674f50d287a8c48dc19b.eot?v=4.7.0);
  src: url(../fontawesome-webfont.674f50d287a8c48dc19b.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(../fontawesome-webfont.af7ae505a9eed503f8b8.woff2?v=4.7.0)
      format("woff2"),
    url(../fontawesome-webfont.fee66e712a8a08eef580.woff?v=4.7.0) format("woff"),
    url(../fontawesome-webfont.b06871f281fee6b241d6.ttf?v=4.7.0)
      format("truetype"),
    url(../fontawesome-webfont.912ec66d7572ff821749.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  border-radius: 0.1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right {
  margin-left: 0.3em;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: 0.3em;
}
.fa.pull-right {
  margin-left: 0.3em;
}
.fa-spin {
  -webkit-animation: 2s linear infinite fa-spin;
  animation: 2s linear infinite fa-spin;
}
.fa-pulse {
  -webkit-animation: 1s steps(8) infinite fa-spin;
  animation: 1s steps(8) infinite fa-spin;
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-cog:before,
.fa-gear:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-repeat:before,
.fa-rotate-right:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:befoare {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-cogs:before,
.fa-gears:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-floppy-o:before,
.fa-save:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-sort:before,
.fa-unsorted:before {
  content: "\f0dc";
}
.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-gavel:before,
.fa-legal:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-bolt:before,
.fa-flash:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-clipboard:before,
.fa-paste:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-chain-broken:before,
.fa-unlink:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "\f150";
}
.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "\f151";
}
.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "\f152";
}
.fa-eur:before,
.fa-euro:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-inr:before,
.fa-rupee:before {
  content: "\f156";
}
.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "\f157";
}
.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "\f158";
}
.fa-krw:before,
.fa-won:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-try:before,
.fa-turkish-lira:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "\f19c";
}
.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "\f1c5";
}
.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "\f1c6";
}
.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "\f1d0";
}
.fa-empire:before,
.fa-ge:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-paper-plane:before,
.fa-send:before {
  content: "\f1d8";
}
.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-bed:before,
.fa-hotel:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-y-combinator:before,
.fa-yc:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-television:before,
.fa-tv:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "\f2a3";
}
.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-sign-language:before,
.fa-signing:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-address-card:before,
.fa-vcard:before {
  content: "\f2bb";
}
.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
.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;
}
.icon-32x134 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px 0;
  width: 32px;
  height: 32px;
}
.icon-32x135 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x136 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -32px;
  width: 32px;
  height: 32px;
}
.icon-32x137 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x138 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px 0;
  width: 32px;
  height: 32px;
}
.icon-32x139 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x140 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
}
.icon-32x141 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x142 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x143 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px 0;
  width: 32px;
  height: 32px;
}
.icon-32x144 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x145 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x146 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -96px;
  width: 32px;
  height: 32px;
}
.icon-32x147 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x148 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x149 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x150 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px 0;
  width: 32px;
  height: 32px;
}
.icon-32x151 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x152 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x153 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x154 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -128px;
  width: 32px;
  height: 32px;
}
.icon-32x155 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x156 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x157 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x158 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x159 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px 0;
  width: 32px;
  height: 32px;
}
.icon-32x160 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x162 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x163 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x164 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -160px;
  width: 32px;
  height: 32px;
}
.icon-32x165 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x166 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x167 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x168 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x169 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x170 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px 0;
  width: 32px;
  height: 32px;
}
.icon-32x171 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x172 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x173 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x174 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x175 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x176 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -192px;
  width: 32px;
  height: 32px;
}
.icon-32x178 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x179 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x180 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x181 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x182 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x183 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px 0;
  width: 32px;
  height: 32px;
}
.icon-32x184 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x185 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x186 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x187 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x188 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x189 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x190 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -224px;
  width: 32px;
  height: 32px;
}
.icon-32x192 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x193 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x194 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x196 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x197 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x199 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x200 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x202 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x203 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x204 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x205 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x206 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -256px;
  width: 32px;
  height: 32px;
}
.icon-32x207 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x208 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x209 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x210 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x211 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x212 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x213 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x214 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x215 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px 0;
  width: 32px;
  height: 32px;
}
.icon-32x216 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x217 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x218 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x219 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x220 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x221 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x222 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x223 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x224 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -288px;
  width: 32px;
  height: 32px;
}
.icon-32x225 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x226 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x227 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x228 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x229 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x230 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x231 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x232 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x233 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x235 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x236 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x238 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x239 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x240 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x241 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x242 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x243 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x244 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -320px;
  width: 32px;
  height: 32px;
}
.icon-32x245 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x248 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x249 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x250 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x252 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x253 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x258 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x259 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x260 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x261 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x264 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x266 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -352px;
  width: 32px;
  height: 32px;
}
.icon-32x268 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x269 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.icon-32x271 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x340 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x362 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x367 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x389 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x390 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x391 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x394 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x395 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -384px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x396 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px 0;
  width: 32px;
  height: 32px;
}
.icon-32x397 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x404 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x405 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x409 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -416px;
  width: 32px;
  height: 32px;
}
.icon-32x410 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x411 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x412 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x413 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x414 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x415 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x416 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x419 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x420 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x464 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x885368 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px 0;
  width: 32px;
  height: 32px;
}
.icon-32x885399 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x885400 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x885401 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x885403 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x885449 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x885455 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x885458 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x885574 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x885585 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x885602 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x885687 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -448px;
  width: 32px;
  height: 32px;
}
.icon-32x885693 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x885839 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886016 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886018 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886021 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886031 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886049 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886053 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886090 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886106 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886146 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886148 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -384px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886167 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886185 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x886190 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px 0;
  width: 32px;
  height: 32px;
}
.icon-32x886195 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x886211 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x886595 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x905342 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x885405 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x885408 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x885409 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x885418 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x885419 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x885451 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x885454 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x885576 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x885577 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x885579 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -448px;
  width: 32px;
  height: 32px;
}
.icon-32x885588 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: 0 -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885590 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -32px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885598 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -64px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885606 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -96px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885612 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -128px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885628 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -160px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885817 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -192px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885882 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -224px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885885 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -256px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x885896 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -288px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886028 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -320px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886029 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -352px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886077 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -384px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886078 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -416px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886096 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -448px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886133 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -480px -480px;
  width: 32px;
  height: 32px;
}
.icon-32x886138 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px 0;
  width: 32px;
  height: 32px;
}
.icon-32x886151 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x886184 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x886207 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x886216 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x886240 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x886241 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x886243 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x886245 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x886246 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x886251 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x886254 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x886314 {
  background-image: url(../flags-medium.f390f90029423e9564ae.png);
  background-position: -512px -384px;
  width: 32px;
  height: 32px;
}
.icon32xAUS {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px 0;
  width: 32px;
  height: 32px;
}
.icon-32xWRLD {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xFIN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -32px;
  width: 32px;
  height: 32px;
}
.icon-32xNOR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xSWE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px 0;
  width: 32px;
  height: 32px;
}
.icon-32xDEU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xITA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -64px;
  width: 32px;
  height: 32px;
}
.icon-32xJPN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xMEX {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xUSA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px 0;
  width: 32px;
  height: 32px;
}
.icon-32xAUT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xHRV {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xCZE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -96px;
  width: 32px;
  height: 32px;
}
.icon-32xDNK {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xENG {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xEST {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xFRA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px 0;
  width: 32px;
  height: 32px;
}
.icon-32xGRC {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xISR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xLVA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xLTU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -128px;
  width: 32px;
  height: 32px;
}
.icon-32xPOL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xRUS {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xSRB {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xSVN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xESP {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px 0;
  width: 32px;
  height: 32px;
}
.icon-32xTUR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x161 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xCHE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xCAN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xBRA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -160px;
  width: 32px;
  height: 32px;
}
.icon-32xINTC {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xPRT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xHUN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xINTY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xSVK {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xRGBY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px 0;
  width: 32px;
  height: 32px;
}
.icon-32xRGYU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xALB {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xDZA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xAND {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xARG {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xARM {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -192px;
  width: 32px;
  height: 32px;
}
.icon-32x177 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xAZE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xBHR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xBLR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xBEL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xBOL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xBIH {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px 0;
  width: 32px;
  height: 32px;
}
.icon-32xBGR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xCMR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xCHL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xCHN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xCOL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xCRI {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xCYP {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -224px;
  width: 32px;
  height: 32px;
}
.icon-32x191 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xECU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xEGY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xSLV {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x195 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xFRO {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xGEO {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x198 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px 0;
  width: 32px;
  height: 32px;
}
.icon-32xGHA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xGTM {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x201 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xHND {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xHKG {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xISL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xIND {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xIDN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -256px;
  width: 32px;
  height: 32px;
}
.icon-32xIRN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xIRL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xJOR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xKAZ {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xKWT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xLIE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xLUX {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xMKD {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xMYS {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px 0;
  width: 32px;
  height: 32px;
}
.icon-32xMLT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xMDA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xMNE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xMAR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xNZL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xNIR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xOMN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xPAK {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xPRY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -288px;
  width: 32px;
  height: 32px;
}
.icon-32xPER {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xQAT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xROU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xSMR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xSAU {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xSCO {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xSGP {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xZAF {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xKOR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x234 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px 0;
  width: 32px;
  height: 32px;
}
.icon-32xTHA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xTUN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x237 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xUKR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xARE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xURY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 0;
  width: 32px;
  height: 32px;
}
.icon-32xUZB {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xVEN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xVNM {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xWAL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -320px;
  width: 32px;
  height: 32px;
}
.icon-32xMEN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x246 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x247 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xFRML {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xNSCR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xRLLY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x251 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xATP {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xCHLL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x254 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x255 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px 0;
  width: 32px;
  height: 32px;
}
.icon-32x256 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x257 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xITFM {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -96px;
  width: 32px;
  height: 32px;
}
.icon-32xITFW {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xWTA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xBIAT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x262 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x263 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xCRSS {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x265 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xSKIJ {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -352px;
  width: 32px;
  height: 32px;
}
.icon-32xCIV {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -352px;
  width: 32px;
  height: 32px;
}
.icon-32xCHLW {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -352px;
  width: 32px;
  height: 32px;
}
.icon-32xSEN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x272 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -352px;
  width: 32px;
  height: 32px;
}
.icon-32xNLD {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -352px;
  width: 32px;
  height: 32px;
}
.icon-32xALPN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x363 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -352px;
  width: 32px;
  height: 32px;
}
.icon-32xGIB {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x368 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x369 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x370 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x371 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px 0;
  width: 32px;
  height: 32px;
}
.icon-32x372 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x373 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x374 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x375 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x376 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x377 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x378 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x379 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x380 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x381 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x382 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x383 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -384px;
  width: 32px;
  height: 32px;
}
.icon-32x384 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x385 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x386 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x387 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x388 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xKEN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xPHL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xLBY {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x392 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -384px;
  width: 32px;
  height: 32px;
}
.icon-32x393 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xPAN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xUGA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xJAM {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px 0;
  width: 32px;
  height: 32px;
}
.icon-32xVTEN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -32px;
  width: 32px;
  height: 32px;
}
.icon-32x398 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -64px;
  width: 32px;
  height: 32px;
}
.icon-32x399 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x400 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -128px;
  width: 32px;
  height: 32px;
}
.icon-32x401 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -160px;
  width: 32px;
  height: 32px;
}
.icon-32x402 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -192px;
  width: 32px;
  height: 32px;
}
.icon-32x403 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -224px;
  width: 32px;
  height: 32px;
}
.icon-32xLBN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -256px;
  width: 32px;
  height: 32px;
}
.icon-32xSYR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -288px;
  width: 32px;
  height: 32px;
}
.icon-32x406 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -320px;
  width: 32px;
  height: 32px;
}
.icon-32x407 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -352px;
  width: 32px;
  height: 32px;
}
.icon-32x408 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -384px;
  width: 32px;
  height: 32px;
}
.icon-32xNGA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: 0 -416px;
  width: 32px;
  height: 32px;
}
.icon-32xCHAR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -32px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xZMB {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -64px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xPSE {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -96px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xMOZ {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -128px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xMAC {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xRWA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -192px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xETH {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -224px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x417 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -256px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x418 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -288px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xMDV {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -320px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xAGO {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -352px -416px;
  width: 32px;
  height: 32px;
}
.icon-32x421 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xVBAS {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -416px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xWTAK {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px 0;
  width: 32px;
  height: 32px;
}
.icon-32xTZA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -32px;
  width: 32px;
  height: 32px;
}
.icon-32xRLOL {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -64px;
  width: 32px;
  height: 32px;
}
.icon-32xUFC {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -96px;
  width: 32px;
  height: 32px;
}
.icon-32x885402 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -128px;
  width: 32px;
  height: 32px;
}
.icon-32xBWA {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -160px;
  width: 32px;
  height: 32px;
}
.icon-32xBLLT {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -192px;
  width: 32px;
  height: 32px;
}
.icon-32xWMN {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -224px;
  width: 32px;
  height: 32px;
}
.icon-32x885420 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -256px;
  width: 32px;
  height: 32px;
}
.icon-32x885422 {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -288px;
  width: 32px;
  height: 32px;
}
.icon-32xMSC {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -448px -320px;
  width: 32px;
  height: 32px;
}
.icon-32xELLR {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -384px -416px;
  width: 32px;
  height: 32px;
}
.icon-32xSRLF {
  background-image: url(../flags-32.7b2aa94db5714296b10f.png);
  background-position: -160px -480px;
  width: 32px;
  height: 32px;
}
.vtoflags {
  background: url(../vto-flags.238dc3cddf1c6cf09119.png) top left no-repeat;
  width: 18px;
  height: 11px;
  margin: 3px 3px 0;
  display: inline-block;
}
.vtoflags.flag389717 {
  background-position: 0 -336px;
  width: 11px;
  height: 11px;
}
.vtoflags.flag389720 {
  background-position: 0 -108px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389714 {
  background-position: 0 -264px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389715 {
  background-position: 0 -300px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389744 {
  background-position: 0 -48px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389719 {
  background-position: 0 -132px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389737 {
  background-position: 0 -60px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389738 {
  background-position: 0 -144px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389716 {
  background-position: 0 -72px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389718 {
  background-position: 0 -120px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389729 {
  background-position: 0 -168px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389731 {
  background-position: 0 -624px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389721 {
  background-position: 0 -756px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389728 {
  background-position: 0 -192px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389724 {
  background-position: 0 -852px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389727 {
  background-position: 0 -96px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389736 {
  background-position: 0 -276px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389741 {
  background-position: 0 -108px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389722 {
  background-position: 0 -300px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389743 {
  background-position: 0 -1237px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389730 {
  background-position: 0 -360px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389723 {
  background-position: 0 0;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389735 {
  background-position: 0 -264px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389732 {
  background-position: 0 -552px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389740 {
  background-position: 0 -252px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389739 {
  background-position: 0 -348px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389726 {
  background-position: 0 -1177px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389725 {
  background-position: 0 -492px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389734 {
  background-position: 0 -648px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389733 {
  background-position: 0 -1069px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389745 {
  background-position: 0 -312px;
  width: 16px;
  height: 11px;
}
.vtoflags.flag389742 {
  background-position: 0 -288px;
  width: 16px;
  height: 11px;
}
@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 {
  padding: 10px 0 0;
}
.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"]::-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;
  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;
  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 .item {
  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: 12px 0;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto;
}
.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;
}
.today-events.tabs {
  margin-top: 10px;
}
.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 #888;
  background-color: #010710;
  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;
  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;
}
.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 10px;
  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;
}
.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;
  margin-top: 10px;
}
.game-card .card-image {
  position: relative;
  display: block;
}
.game-card .card-image img.game-img {
  min-width: 100%;
  width: 100%;
  display: block;
  top: 0;
  left: 0;
  z-index: 5;
  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 {
  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;
  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;
  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;
}
.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;
  font-size: 12px;
  border-radius: 10px;
}
.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
  .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;
}
.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 .input-field {
  margin: 0;
}
.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 {
  color: #ef5939;
  display: inline-block;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .emptybetslip {
  padding: 0 10px;
  height: 48px;
  line-height: 48px;
  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 .freebet-cntr {
  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 {
  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;
  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
  .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;
  background-color: #39b54a;
  border-color: #39b54a;
  border-radius: 10px;
}
.bet-slip-master [type="checkbox"].filled-in:not(:checked) + label:after {
  border-color: #39b54a;
  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 {
  background-color: #848c95;
  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 {
  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;
  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 {
  margin: 0;
  padding-left: 43px;
  border-radius: 50px;
  height: 48px;
  background-color: rgba(255, 255, 255, 0.8);
  color: #010710;
  border: 1px solid #757575 !important;
}
#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;
}
#left-menu .tabs .tab a.active::after {
  display: none;
}
#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;
  color: black;
}
#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;
  color: white;
}
#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 {
  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: #1b2c43;
}
#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;
  color: white;
}
.bottom-fixed-controls a .foot-icon {
  display: block;
  font-size: 20px;
  color: white;
}
.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-weight: 900;
}
.bottom-fixed-controls a .text {
  font-size: 11px;
  color: white;
}
#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 .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;
}
.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 {
  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;
  color: black;
}
.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;
}
.register-page input[type="number"].place-text::-webkit-input-placeholder,
.register-page input[type="text"].place-text::-webkit-input-placeholder,
.register-page select.place-text::-webkit-input-placeholder,
.register-page textarea.place-text::-webkit-input-placeholder {
  color: transparent !important;
}
.register-page input[type="number"].place-text::-moz-placeholder,
.register-page input[type="text"].place-text::-moz-placeholder,
.register-page select.place-text::-moz-placeholder,
.register-page textarea.place-text::-moz-placeholder {
  color: transparent !important;
}
.register-page input[type="number"].place-text:-ms-input-placeholder,
.register-page input[type="text"].place-text:-ms-input-placeholder,
.register-page select.place-text:-ms-input-placeholder,
.register-page textarea.place-text:-ms-input-placeholder {
  color: transparent !important;
}
.register-page input[type="number"].place-text::-ms-input-placeholder,
.register-page input[type="text"].place-text::-ms-input-placeholder,
.register-page select.place-text::-ms-input-placeholder,
.register-page textarea.place-text::-ms-input-placeholder {
  color: transparent !important;
}
.register-page input[type="number"].place-text::placeholder,
.register-page input[type="text"].place-text::placeholder,
.register-page select.place-text::placeholder,
.register-page textarea.place-text::placeholder {
  color: transparent !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 input[type="radio"] {
  display: none;
  position: absolute;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.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;
  background-color: #010710;
}
#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: #010710;
  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: #233957;
  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;
}
table.limit-settings-table tbody 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 tbody tr td {
  font-size: 13px;
  line-height: normal;
  width: 100%;
}
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: #00897b;
}
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;
}
.account.tabs a.active::after {
  width: 75%;
}
.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 {
  padding-bottom: 15px;
  background-color: #fff;
}
#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;
  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 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
}
.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%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  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;
  margin: 0 -15px;
}
.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;
  text-rendering: optimizeLegibility;
  letter-spacing: -0.3px;
  -webkit-font-smoothing: antialiased;
  background-color: #eee;
}
#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.jpg", 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.png", 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.png", 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: 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;
}
.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;
}
.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;
  text-align: left;
  border-radius: 0;
}
.btn i {
  font-size: 13px;
}
.btn i.left {
  margin-right: 5px;
}
.btn i.right {
  margin-left: 5px;
}
.btn:hover {
  box-shadow: none;
}
.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 {
  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;
  background-color: transparent;
  color: #fff;
}
.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 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 9999;
  background: #010710;
}
#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
  .type {
  margin-top: 5px;
  font-weight: 500;
  font-size: 13px;
}
.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;
}
.live-games-banner > div {
  width: 100% !important;
}
.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;
}
.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;
}
#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;
  background-color: #233957;
}
#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;
}
.primary-color {
  background-color: #233957;
}
.primary-color-text {
  color: #233957;
}
.secondary-color {
  background-color: #010710;
}
.secondary-color-text {
  color: #010710;
}
.tertiary-color {
  background-color: #c6de15;
}
.tertiary-color-text {
  color: #c6de15;
}
.quaternary-color {
  background-color: #9e9e9e;
}
.quaternary-color-text {
  color: #9e9e9e;
}
.divider {
  background-color: #dadada;
}
.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.page-dashboard {
  background-color: #233957;
}
body.iti-mobile {
  background-color: #010710;
}
.dropdown-content li > a,
.dropdown-content li > span,
a {
  color: black;
}
.pagination li a {
  color: rgba(255, 255, 255, 0.4);
}
.pagination li.active {
  background-color: #233957;
  color: rgba(255, 255, 255, 0.9);
}
.bet-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#f1f1f1)
  );
  background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  border-radius: 5px;
  border: 2px solid #eaeaea;
  color: #1b2c43;
  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;
  border-bottom: 1px solid #658bbe;
}
.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: #9e9e9e;
  color: #010710;
  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;
  margin-top: 2px;
}
.bet-btn.twoRow .bet-btn-text {
  display: block;
  font-size: 12px;
  opacity: 0.6;
}
.bet-btn.active {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, #4977b6),
    to(#3b5e8f)
  );
  background: linear-gradient(to bottom, #4977b6 0, #3b5e8f 100%);
  color: #fff;
  border: none;
}
.bet-btn.active .bet-btn-text {
  opacity: 0.6;
}
.other-btn {
  background-color: #3b3b3b;
  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: transparent;
  color: rgba(255, 255, 255, 0.87);
}
.btn.disabled-btn {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#f1f1f1)
  );
  background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  color: #1b2c43;
  cursor: not-allowed;
  box-shadow: none;
}
input[type="range"] + .thumb {
  background-color: #9e9e9e;
}
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: #233957;
  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: #9e9e9e;
  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: #9e9e9e;
  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: #9e9e9e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
input[type="range"]:focus {
  outline: 0;
}
input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #233957;
}
input[type="range"]:focus::-ms-fill-lower {
  background: #233957;
}
input[type="range"]:focus::-ms-fill-upper {
  background: #233957;
}
input[type="range"]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #000;
  background: #233957;
  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: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
input[type="range"]::-ms-fill-upper {
  background: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
[type="checkbox"].filled-in:checked + label:after {
  background-color: #010710;
  border-color: #010710;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
  border-color: #dadada;
}
[type="checkbox"].filled-in:not(:checked) + label::before {
  border-color: transparent #fff #fff transparent;
}
.switch {
  background-color: transparent;
  color: #fff;
  border-color: #dadada;
}
.switch label {
  color: #fff;
}
.switch label .lever,
.switch label input[type="checkbox"] + .lever {
  background-color: #010710;
}
.switch label input[type="checkbox"] + .lever:after {
  background-color: #aeaeae;
}
.switch label input[type="checkbox"]:checked + .lever,
.switch label input[type="checkbox"]:checked + .lever:after {
  background-color: #39b54a;
}
.progress {
  background-color: #233957;
}
.progress .indeterminate {
  background-color: #010710;
}
header.navbar-fixed {
  height: 48px !important;
}
header nav {
  color: #fff;
  background-image: linear-gradient(to bottom, #eee 0, #eee 100%);
  box-shadow: none;
  height: 48px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}
header nav .nav-wrapper {
  text-align: center;
}
header nav .nav-wrapper .right {
  margin-right: 5px;
}
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: 30%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
header nav .nav-wrapper .user-icon {
  margin: 0 10px;
  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;
  font-size: 30px;
  color: #3b3b3b;
}
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: #0085c1;
  border-radius: 5px;
  margin-top: 4px;
  padding: 0 5px;
  font-weight: 500;
}
header nav .nav-wrapper .logout-menu {
  margin-right: 8px;
}
header nav .nav-wrapper .logout-menu li {
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header nav .nav-wrapper .logout-menu li a {
  height: 20px;
  line-height: 20px;
  padding: 0 20px;
  font-size: 12px;
  border-radius: 5px;
}
header nav .nav-wrapper .logout-menu li a.login-btn {
  margin-right: 3px;
  background-color: #3b3b3b;
  color: white;
}
header nav .nav-wrapper .logout-menu li a.register-btn {
  background-color: #3598db;
  color: #fff;
}
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: #444;
  top: 5px;
  right: 15px;
  padding: 3px;
  background-color: #233957;
  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-footer {
  background-color: #3598db;
  color: #fff;
  margin-bottom: 70px;
  text-align: center;
  padding-top: 0;
}
.page-footer .footer-menu {
  padding: 0 15px;
}
.page-footer .social-media {
  background-color: transparent;
  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;
}
.page-footer .social-media li {
  margin-right: 10px;
}
.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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 5px;
}
.page-footer .links li {
  padding: 2px 8px;
}
.page-footer .links li a {
  color: #fff;
  font-size: 11px;
  display: block;
  margin-bottom: 4px;
}
.page-footer .footer-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.page-footer .footer-top img {
  width: 100px;
}
.page-footer .footer-top p {
  line-height: 1;
  margin: 0;
}
.page-footer .copyright {
  font-size: 0.8em;
}
.page-footer .divider {
  margin: 10px 0;
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
}
.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 15px;
}
.page-footer .social-links li a {
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}
.page-footer .footer-copyright {
  padding: 0 10px;
  font-size: 12px;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
}
.page-footer #boleto {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-boleto-white.png);
}
.page-footer #visa {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-visa-white.png);
}
.page-footer #mastercard {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-mastercard-white.png);
}
.page-footer #astropay {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-astropay-white.png);
}
.page-footer #pay4fun {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-pay4fun-white.png);
}
.page-footer #boleto:hover {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-boleto-color.png);
}
.page-footer #visa:hover {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-visa-color.png);
}
.page-footer #mastercard:hover {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-mastercard-color.png);
}
.page-footer #astropay:hover {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-astropay-color.png);
}
.page-footer #pay4fun:hover {
  background-image: url(https://static.sportingtech.com/bet4plus/upload_files/payment-pay4fun-color.png);
}
.page-footer .payment-link {
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 80px;
  background-position: center;
  margin: 10px;
  -webkit-transition: 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.page-footer .payment-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
.page-footer .footer-vendor i {
  background-image: url(../views/trader/imajbet/assets/images/vendor.png);
  margin: 2px 5px;
  display: inline-block;
}
.page-footer .footer-vendor i.pronet {
  background-position: 0 -120px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.netent {
  background-position: -146px -30px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.xpro {
  background-position: -73px 0;
  width: 73px;
  height: 30px;
}
.page-footer .footer-vendor i.lucky {
  background-position: -146px 0;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.evo {
  background-position: 0 -60px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.betgames {
  background-position: 0 0;
  width: 73px;
  height: 30px;
}
.page-footer .footer-vendor i.ezugi {
  background-position: -72px -60px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.livegames {
  background-position: 0 -90px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.vivo {
  background-position: 0 -30px;
  width: 73px;
  height: 30px;
}
.page-footer .footer-vendor i.authentic {
  background-position: -73px -30px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.liw {
  background-position: -72px -90px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.gaming {
  background-position: 0 -149px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.amatic {
  background-position: -72px -149px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.egt {
  background-position: -144px -149px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.electric_elephant {
  background-position: 0 -179px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.gameart {
  background-position: -72px -179px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.lightning_box {
  background-position: -144px -179px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.microgamig {
  background-position: -218px 0;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.playson {
  background-position: -218px -30px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.quickspin {
  background-position: -218px -60px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.redrake {
  background-position: -218px -90px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.red_tiger {
  background-position: -218px -120px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.spribe {
  background-position: -218px -150px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.tom_horn {
  background-position: 0 -209px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.wazdan {
  background-position: -72px -209px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-vendor i.weare_casino {
  background-position: -144px -209px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-sponsor i {
  background-image: url(../views/trader/imajbet/assets/images/sponsor.png);
  margin: 2px 5px;
  display: inline-block;
}
.page-footer .footer-sponsor i.laliga {
  background-position: 0 0;
  width: 38px;
  height: 40px;
}
.page-footer .footer-sponsor i.kleaugue {
  background-position: -76px 0;
  width: 37px;
  height: 40px;
}
.page-footer .footer-sponsor i.thai {
  background-position: -38px 0;
  width: 38px;
  height: 40px;
}
.page-footer .footer-payment {
  background-color: #fff;
}
.page-footer .footer-payment .container {
  line-height: 25px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}
.page-footer .footer-payment i {
  background-image: url(../views/trader/imajbet/assets/images/payments.png);
  margin: 2px 5px;
  display: inline-block;
}
.page-footer .footer-payment i.visa {
  background-position: -73px -30px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-payment i.master {
  background-position: 0 0;
  width: 73px;
  height: 30px;
}
.page-footer .footer-payment i.jeton {
  background-position: 0 -30px;
  width: 72px;
  height: 30px;
}
.page-footer .footer-payment i.banktransfer {
  background-position: 0 -150px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.eco {
  background-position: -145px -60px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.astropay {
  background-position: 0 -90px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.denizbank {
  background-position: -145px -30px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.hizliqr {
  background-position: -145px -90px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.anindapara {
  background-position: -71px -60px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.superhizli {
  background-position: 0 -120px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.anindahavale {
  background-position: 0 -60px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.viphavale {
  background-position: -71px -120px;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.rocketpay {
  background-position: -140px -150px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.youpay {
  background-position: -210px -240px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.hizlihavale {
  background-position: -70px -150px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.bitcoin2 {
  background-position: -145px 0;
  width: 71px;
  height: 30px;
}
.page-footer .footer-payment i.cepbank {
  background-position: 0 -180px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.cmt {
  background-position: -70px -180px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.deniz_sms {
  background-position: -140px -180px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.envoy_hizli {
  background-position: -216px 0;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.hizli_qr {
  background-position: -216px -30px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.imaj_havale {
  background-position: -216px -60px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.imaj_papara {
  background-position: -216px -90px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.jet_papara {
  background-position: -216px -120px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.jeton_voucher {
  background-position: -216px -150px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.maksi_papara {
  background-position: -216px -180px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.papara_hemenode {
  background-position: -70px -210px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.para_ode {
  background-position: -140px -210px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.payfix {
  background-position: -210px -210px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.qr_kodu {
  background-position: 0 -240px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.tum_bankalar {
  background-position: -70px -240px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-payment i.vip_havale2 {
  background-position: -140px -240px;
  width: 70px;
  height: 30px;
}
.page-footer .footer-limit {
  background-color: #fff;
  color: #000;
  margin: 5px 0;
  line-height: 21px;
  padding: 0 10px;
  min-height: 40px;
  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;
}
.modul-accordion {
  border-radius: 10px;
}
.modul-accordion .modul-accordion .modul-header {
  background-color: rgba(255, 255, 255, 0.7);
  color: rgba(255, 255, 255, 0.87);
  border-bottom: 1px solid #010710;
}
.modul-accordion .modul-accordion.bet-type-group {
  background-color: #e8e8e8;
  color: #fff;
  border-bottom: 3px solid #658bbe;
}
.modul-accordion .modul-accordion.bet-type-group .modul-header {
  border-bottom-color: #010710;
  color: #fff;
}
.modul-accordion .modul-accordion.bet-type-group .modul-header i,
.modul-accordion .modul-accordion.bet-type-group .modul-header span {
  color: #fff;
}
.modul-accordion .modul-header {
  background-color: #e8e8e8;
  color: #1e1f23;
  border-bottom: 3px solid #658bbe;
}
.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: #010710;
  color: #444;
}
.modul-accordion .modul-header .header-text,
.modul-accordion .modul-header i.fa-chevron-right,
.modul-accordion .modul-header i.svg-font-icons {
  color: white;
}
.modul-accordion .modul-header .header-text i {
  color: #f5a000;
}
.modul-accordion .modul-header .statistic-btn {
  background-color: transparent;
}
.modul-accordion .modul-header .statistic-btn i.pg-icons {
  color: transparent;
}
.modul-accordion .modul-content {
  /* background-color:#fff */
}
.modul-accordion.sports {
  border-top-color: #010710;
}
.modul-accordion.fixture-search .modul-content,
.modul-accordion.fixture-search .modul-content .modul-accordion .modul-header {
  border-bottom: 1px solid #010710;
}
.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: #233957;
}
.modul-accordion.verify-ticket .betslipbtn {
  background-color: #c6de15;
  color: #1b2c43;
}
.modul-accordion .modul-accordion.bet-type-group .modul-header {
  background-color: #233957;
}
.coupon-close-btn {
  display: block;
  text-align: right;
  background-color: #2e4a6f;
}
.coupon-close-btn:focus,
.coupon-close-btn:hover {
  background-color: transparent;
}
.coupon-close-btn i {
  background-color: #658bbe;
  line-height: 25px;
  margin-top: 5px;
  padding: 0 7px;
  border-radius: 16px;
}
.bet-slip-tabs-main {
  background-color: #c6de15;
  border-radius: 10px 10px 0 0;
}
.bet-slip-master .bet-slip #single-betslip .coupon-amount {
  background-color: transparent;
}
.bet-slip-master .bet-slip .dshbrd-mdl .mdl-hdr .inf-hdr,
.bet-slip-master .bet-slip .dshbrd-mdl .mdl-hdr i {
  color: #555;
}
.bet-slip-master .bet-slip .empty-coupon-message {
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 10px 10px;
  margin-bottom: 15px;
}
.bet-slip-master .bet-slip .empty-coupon-message .message-box.info {
  border-color: transparent;
  box-shadow: none;
  color: #233957;
}
.bet-slip-master .bet-slip .fast-bet-main .switch {
  background-color: #233957;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .header {
  background-color: #658bbe;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body {
  background-color: #fff;
}
.bet-slip-master .bet-slip .system-bet-container .system-bets-table .body div {
  color: #000;
}
.bet-slip-master
  .bet-slip
  .system-bet-container
  .system-bets-table
  .body
  .numpad-input-system {
  background-color: #f4f4f4;
}
.bet-slip-master .fast-bet-main {
  background-color: #233957;
  color: #fff;
}
.bet-slip-master .fast-bet-main .coupon-amount .input-field {
  color: #000;
}
.bet-slip-master .bet-slip-check {
  color: #fff;
}
.bet-slip-master .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-master .bet-slip.FastBetTabs {
  margin: 0;
}
.bet-slip-master .bet-slip .bet-slip-tabs {
  background-color: transparent;
  height: 30px;
  line-height: 30px;
  margin: 0;
  border: none;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab {
  height: 30px;
  line-height: 30px;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a.active,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:hover {
  background-color: #233957;
  color: #fff;
  font-weight: 700;
}
.bet-slip-master .bet-slip .bet-slip-tabs .tab a.active:after,
.bet-slip-master .bet-slip .bet-slip-tabs .tab a:hover:after {
  background-color: #c6de15;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab {
  margin: 0;
  box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #c6de15;
}
.bet-slip-master .bet-slip .bet-slip-tabs.fast-tab .tab a.bet-count {
  color: rgba(255, 255, 255, 0.7);
}
.bet-slip-master .bet-slip .bet-slip-tabs .clear-bet-slip a {
  color: #233957;
  padding: 0 5px;
}
.bet-slip-master .bet-slip .bet-slip-tabs .clear-bet-slip a i {
  margin-top: 10px;
}
.bet-slip-master .bet-slip .coupon-container {
  background-color: transparent;
  display: inline-block;
  width: 100%;
}
.bet-slip-master .bet-slip .coupon-container .coupon {
  margin: 10px;
  border-radius: 10px;
  color: #1b2c43;
}
.bet-slip-master .bet-slip .coupon-container .coupon:last-child {
  border-bottom: none;
}
.bet-slip-master .bet-slip .coupon-container .coupon:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.5);
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-row {
  -webkit-box-align: initial;
  -ms-flex-align: initial;
  align-items: initial;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-check {
  margin-top: -3px;
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .match-check
  [type="checkbox"].filled-in:checked
  + label:after {
  background-color: #979a9d;
  border-color: #979a9d;
  border-width: 1px;
  border-radius: 50%;
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .match-check
  [type="checkbox"].filled-in:not(:checked)
  + label:after {
  border-color: #979a9d;
  border-width: 1px;
  border-radius: 50%;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-banko {
  margin-top: 10px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-banko .banko {
  background-color: #fff;
  color: #000;
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .match-banko
  .banko.active {
  background-color: #010710;
  color: #444;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-info .title {
  color: #1b2c43;
  font-weight: 500;
}
.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;
  color: #1b2c43;
  display: block;
  opacity: 6;
  font-weight: 500;
  text-decoration: none;
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .match-info
  .btg-container
  .selection {
  color: #1b2c43;
}
.bet-slip-master .bet-slip .coupon-container .coupon .match-rate {
  color: #fff;
  margin-top: 38px;
  font-weight: 500;
  font-size: 13px;
  background-color: #658bbe;
  border-radius: 2px;
}
.bet-slip-master .bet-slip .coupon-container .coupon .coupon-close .close {
  color: #444;
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .coupon-close
  .close:hover {
  background-color: rgba(255, 255, 255, 0.7);
}
.bet-slip-master
  .bet-slip
  .coupon-container
  .coupon
  .coupon-row
  .input-field
  input {
  background-color: #e8ebf0;
  color: #000;
  border-radius: 5px;
  border: none;
  text-align: center;
  font-weight: 500;
}
.bet-slip-master .bet-slip .coupon-container .coupon .min-bet {
  color: #d82025;
}
.bet-slip-master .bet-slip .coupon-amount {
  background-color: transparent;
  margin: 0;
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.bet-slip-master .bet-slip .coupon-amount .amount-switch {
  overflow: hidden;
  background-color: #1c2c43;
  padding: 10px 10px 2px;
  border-radius: 10px 10px 0 0;
  margin: 0;
}
.bet-slip-master .bet-slip .coupon-amount .input-field {
  background-color: #e8ebf0;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
  color: #000;
}
.bet-slip-master .bet-slip .freebet-cntr .modul-accordion .modul-header {
  background-color: #1c2c43;
  color: #444;
  padding: 0 10px;
  border-radius: 10px 10px 0 0;
}
.bet-slip-master
  .bet-slip
  .freebet-cntr
  .modul-accordion
  .modul-header
  i.pg-icons {
  font-size: 18px;
}
.bet-slip-master .bet-slip .freebet-cntr .modul-accordion .modul-content {
  border-radius: 0 0 10px 10px;
  padding: 10px;
}
.bet-slip-master .bet-slip .freebet-cntr .collection {
  background-color: #fff;
}
.bet-slip-master .bet-slip .freebet-cntr .collection .collection-item {
  padding: 10px;
  height: auto;
  line-height: 15px;
  min-height: auto;
}
.bet-slip-master .bet-slip .freebet-cntr .collection .collection-item:hover {
  background-color: transparent;
}
.bet-slip-master .bet-slip .coupon-footer {
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr {
  background-color: transparent;
}
.bet-slip-master .bet-slip .coupon-footer .total-container {
  color: #1b2c43;
  font-weight: 700;
  background-color: transparent;
}
.bet-slip-master .bet-slip .coupon-footer .total-container .earnings-num,
.bet-slip-master .bet-slip .coupon-footer .total-container .play-amount-num,
.bet-slip-master .bet-slip .coupon-footer .total-container .total-rate-num {
  color: #ef5939;
  font-weight: 700;
}
.bet-slip-master .bet-slip .coupon-footer .total-container .total-coupon-num {
  color: #ef5939;
}
.bet-slip-master .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-master
  .bet-slip
  .coupon-footer
  .total-container
  .currency-main
  .balance-money,
.bet-slip-master
  .bet-slip
  .coupon-footer
  .total-container
  .currency-main
  .balance-title {
  display: block;
}
.bet-slip-master
  .bet-slip
  .coupon-footer
  .total-container
  .currency-main
  .balance-money
  span {
  color: #ef5939;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .emptybetslip {
  background-color: #243a58;
  color: #fff;
}
.bet-slip-master
  .bet-slip
  .coupon-footer
  .betslip-btn-group
  .emptybetslip:hover {
  background-color: #010710;
  color: #444;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn {
  background-color: #c7de12;
  color: #000;
}
.bet-slip-master
  .bet-slip
  .coupon-footer
  .betslip-btn-group
  .betslipbtn.reserve {
  background-color: #1c2c43;
  color: #fff;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .betslipbtn:hover {
  background-color: #010710;
  color: #fff;
}
.bet-slip-master .bet-slip .coupon-footer .betslip-btn-group .register-btn {
  background-color: #ef5939;
  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-master
  .bet-slip
  .coupon-footer
  .betslip-btn-group
  .register-btn:hover {
  color: #010710;
}
.bet-slip-master .bet-slip .coupon-footer .check-group {
  margin-top: 5px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
  padding-top: 5px;
  background-color: #fff;
}
.bet-slip-master .bet-slip .coupon-footer .check-group .check {
  margin-top: 5px;
}
.bet-slip-master .bet-slip .coupon-footer .check-group .check label {
  font-size: 12px;
  color: #1b2c43;
}
.bet-slip-master .bet-slip .coupon-footer .footer-button-main {
  padding-top: 5px;
}
.bet-slip-master .bet-slip .system-bet-container {
  background-color: transparent;
  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);
}
.bet-slip-master .bet-slip #single-betslip .coupon-container .coupon .earnings {
  color: #fff;
}
.bet-slip-master .bet-slip #single-betslip .coupon-amount .title {
  background-color: #658bbe;
  height: 50px;
  line-height: 50px;
  padding-left: 15px;
  border-radius: 10px 0 0 10px;
}
.bet-slip-master .bet-slip #preview-betslip {
  background-color: transparent;
  color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .coupon-preview,
.bet-slip-master .bet-slip #preview-betslip .modul-accordion {
  background-color: #010710;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-header {
  background-color: #658bbe;
  border-bottom: 1px solid rgba(0, 0, 0, 0.25);
  border-radius: 0;
}
.bet-slip-master .bet-slip #preview-betslip .modul-accordion .modul-content {
  color: #fff;
  background-color: transparent;
}
.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.confirm-btn {
  display: block;
  background-color: #c7de12;
  color: #000;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.confirm-btn:hover {
  background-color: #c7de12;
  color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.return-btn {
  display: block;
  background-color: #243a58;
  color: #fff;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.return-btn:hover {
  background-color: #010710;
  color: #444;
}
.bet-slip-master .bet-slip #preview-betslip .preview-btn.print-btn {
  display: block;
  background-color: #010710;
  color: #fff;
}
.bet-slip-master .bet-slip .numpad-input {
  background-color: #e8ebf0;
  color: #000;
}
.bet-slip-master .bet-slip .numpad-input-total {
  background-color: #fff;
  color: #000;
}
.bet-slip-master .bet-slip .numpad-input-system {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.bet-slip-master .bet-slip .coupon-container .coupon {
  background-color: #fff;
  border: 1px solid #dadada;
}
.key-info .numpad-amount {
  line-height: 25px;
  font-weight: 400;
}
.bet-slip-master .bet-slip .coupon-footer .freebet-cntr .modul-accordion {
  background-color: #fff;
}
.bet-slip-master
  .bet-slip
  .coupon-footer
  .freebet-cntr
  .modul-accordion
  [type="radio"]:checked
  + label,
.bet-slip-master
  .bet-slip
  .coupon-footer
  .freebet-cntr
  .modul-accordion
  [type="radio"]:not(:checked)
  + label {
  color: #000;
}
.bet-slip-master .bet-slip .freebet-cntr .modul-accordion .modul-content,
.bet-slip-master .fast-bet-main .switch {
  background-color: #fff;
  color: #000;
}
.bet-slip-master
  .bet-slip
  #preview-betslip.result
  .coupon-preview
  .result-coupon,
.bet-slip-master .fast-bet-main .switch label {
  color: #000;
}
.fixture-detail-modal {
  border-color: #233957;
}
.main.horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab
  .icon {
  color: #fff;
  background-color: #3b3b3b;
}
.main.horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab
  .type {
  color: black;
}
.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: transparent;
}
.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: transparent;
  color: #010710;
}
.horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab.active::before {
  background-color: #c6de15;
}
.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: #1c2c43;
  border-color: #2b3141;
  margin-bottom: 0;
}
.tabs .tab a {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.4);
}
.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: #9e9e9e;
  border-color: transparent;
}
.tabs .tab a.active .cashout-icon,
.tabs .tab a:hover .cashout-icon {
  color: #fff;
}
.tabs .indicator {
  background-color: #010710;
}
.tabsAndOtherTab {
  border-color: #3b3b3b;
  background-color: #3b3b3b;
  padding: 0;
  background: #3b3b3b;
}
.tabsAndOtherTab .otherTab {
  background-color: transparent;
  color: #e2e3e5;
}
.tabsAndOtherTab .otherTab.active,
.tabsAndOtherTab .otherTab:hover {
  background-color: transparent;
  color: #fff;
}
.tabsAndOtherTab .otherTab.active:after,
.tabsAndOtherTab .otherTab:hover:after {
  border-color: transparent;
}
.card-modul {
  background-color: #233957;
  color: rgba(255, 255, 255, 0.87);
}
.card-modul .card-reveal {
  background-color: #cfd6dc;
  color: #4d5558;
}
.card-modul .card-reveal .show-all {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#f1f1f1)
  );
  background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  border-radius: 5px;
  border: 2px solid #eaeaea;
  color: #1b2c43;
  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;
  border-bottom: 1px solid #658bbe;
}
.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: #9e9e9e;
  color: #010710;
  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;
  margin-top: 2px;
}
.card-modul .card-reveal .show-all.twoRow .bet-btn-text {
  display: block;
  font-size: 12px;
  opacity: 0.6;
}
.card-detail-modul,
.card-league-modul {
  background-color: #233957;
  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: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#fdfdfd),
    to(#f1f1f1)
  );
  background: linear-gradient(to bottom, #fdfdfd, #f1f1f1);
  border-radius: 5px;
  border: 2px solid #eaeaea;
  color: #1b2c43;
  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;
  border-bottom: 1px solid #658bbe;
}
.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: #9e9e9e;
  color: #010710;
  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;
  margin-top: 2px;
}
.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;
}
.bottom-fixed-controls {
  background-color: #3b3b3b;
  color: #fff;
}
.bottom-fixed-controls a.active {
  color: #9e9e9e;
}
.bottom-fixed-controls a.coupon {
  background-color: #3598db;
  color: #fff;
  border-color: #3598db;
}
.bottom-fixed-controls a .count-wrapper .count {
  background: #3598db;
  font-size: 1.5em;
}
#left-menu {
  background-color: #fff;
}
#left-menu ul.sidenav-menu li a,
#left-menu ul.sidenav-menu li a i {
  color: #3b3b3b;
}
#left-menu ul.sidenav-menu li a:before {
  background-color: #3598db;
}
#left-menu .tabs {
  background: #3b3b3b;
  line-height: 90px;
}
#left-menu .tabs .tab a,
#left-menu .tabs .tab a.active {
  color: #000;
}
#left-menu .tabs .tab a i {
  font-size: 25px;
  margin: 0;
  padding: 0;
  height: initial;
  color: inherit;
  background-color: transparent;
}
.side-nav {
  background-color: #1c2c43;
  height: 100%;
}
.side-nav .side-nav-header {
  background-color: white;
}
.side-nav .side-nav-header .top-icon {
  color: rgba(255, 255, 255, 0.6);
}
.side-nav .side-nav-header .top-logo .logo {
  margin-top: 0;
}
.side-nav .collapsible-header.active {
  background-color: #233957;
}
.side-nav .collapsible-header.active span {
  color: #fff;
}
.side-nav .collapsible-body {
  background-color: #fff;
}
.login-page {
  background-color: transparent; /* color:#fff; */
}
.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.8);
}
.login-page .input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.login-page .input-field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.login-page .input-field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.login-page .input-field input::placeholder {
  color: rgba(0, 0, 0, 0.8);
}
.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: #3b3b3b;
  color: white;
}
.login-page .btn-group a {
  color: #3b3b3b;
}
.login-page .btn-group a.register-btn span {
  color: #3b3b3b;
}
.login-page .btn-group .btn {
  background-color: #233957;
  color: #fff;
}
.login-page .contact-support {
  color: #3b3b3b;
  background-color: transparent;
}
.login-page .filter-toggle .register-close {
  color: black;
}
.password-reset .input-field input {
  border-color: #dadada;
}
.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: #010710;
  color: #444;
}
#left-menu .search-one-input,
#user-menu .search-one-input {
  background-color: #fff;
}
#left-menu .search-one-input input::-webkit-input-placeholder,
#user-menu .search-one-input input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#left-menu .search-one-input input::-moz-placeholder,
#user-menu .search-one-input input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#left-menu .search-one-input input:-ms-input-placeholder,
#user-menu .search-one-input input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#left-menu .search-one-input input::-ms-input-placeholder,
#user-menu .search-one-input input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#left-menu .search-one-input input::placeholder,
#user-menu .search-one-input input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
#left-menu .search-one-input .main-search-btn,
#user-menu .search-one-input .main-search-btn {
  background-color: transparent;
  color: #010710;
}
#left-menu .search-one-input .main-search-btn i.pg-icons,
#user-menu .search-one-input .main-search-btn i.pg-icons {
  color: #010710;
}
#left-menu ul.sidenav-menu li a,
#left-menu ul.sidenav-menu li a i.pg-icons,
#user-menu ul.sidenav-menu li a,
#user-menu ul.sidenav-menu li a i.pg-icons {
  color: black;
}
#left-menu ul.sidenav-menu:hover,
#user-menu ul.sidenav-menu:hover {
  background-color: transparent;
}
#left-menu .user-name,
#user-menu .user-name {
  border-color: #dadada;
}
#user-menu {
  background-color: white;
}
#user-menu .side-nav-header {
  background-color: #eee;
}
#user-menu .logout-menu .title h5 {
  color: rgba(255, 255, 255, 0.9);
}
#user-menu .logout-menu .btn {
  background-color: #9e9e9e;
  color: #010710;
}
#user-menu .logout-menu .btn.register-btn {
  background-color: #c6de15;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header {
  background-color: #3b4150;
}
#user-menu .logout-menu .logout-menu-bottom .collapsible-header a {
  color: #010710;
}
#user-menu .login-menu .user-name,
#user-menu .logout-menu-bottom .user-name {
  background-color: #fff;
  color: #444;
}
#user-menu .login-menu .user-name .profile .number,
#user-menu .login-menu .user-name .profile .text,
#user-menu .logout-menu-bottom .user-name .profile .number,
#user-menu .logout-menu-bottom .user-name .profile .text {
  color: #444;
}
#user-menu .login-menu .user-name .info .balance,
#user-menu .logout-menu-bottom .user-name .info .balance {
  background-color: #3598db;
  color: white !important;
}
#user-menu .login-menu .user-name .info .deposit,
#user-menu .logout-menu-bottom .user-name .info .deposit {
  background-color: #c6de15;
}
#user-menu .login-menu .user-name .info .deposit a,
#user-menu .login-menu .user-name .withdrawable a,
#user-menu .logout-menu-bottom .user-name .info .deposit a,
#user-menu .logout-menu-bottom .user-name .withdrawable a {
  color: black;
  background: transparent;
  border-radius: 4px;
}
#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: #444;
}
#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: #444;
}
#user-menu .login-menu .collapsible-header,
#user-menu .logout-menu-bottom .collapsible-header {
  background-color: #3b3b3b; /* border-bottom:1px solid #dadada; */
  color: white;
}
#user-menu .login-menu .collapsible-header i.pg-icons,
#user-menu .logout-menu-bottom .collapsible-header i.pg-icons {
  opacity: 0.87;
  color: white;
}
#user-menu .login-menu .collapsible-header.active,
#user-menu .logout-menu-bottom .collapsible-header.active {
  background-color: #3b3b3b;
  color: #fff;
}
#user-menu .login-menu .collapsible-header.active i.pg-icons,
#user-menu .logout-menu-bottom .collapsible-header.active i.pg-icons {
  color: inherit;
}
#user-menu .login-menu .collapsible-body,
#user-menu .logout-menu-bottom .collapsible-body {
  background-color: #fff;
}
#user-menu .login-menu .collapsible-body ul li,
#user-menu .logout-menu-bottom .collapsible-body ul li {
  /* border-bottom:1px solid #20232a */
}
#user-menu .login-menu .collapsible-body ul li a.active,
#user-menu .logout-menu-bottom .collapsible-body ul li a.active {
  color: #9e9e9e;
}
#user-menu .login-menu .logout-btn,
#user-menu .logout-menu-bottom .logout-btn {
  background-color: #fff;
  color: #010710;
}
#user-menu .login-menu .logout-btn i,
#user-menu .logout-menu-bottom .logout-btn i {
  color: inherit !important;
}
.card-container
  .main-pg-card
  .team-wrapper
  .team
  .team-content-left
  .team-content-info {
  color: #1b2c43;
}
.card-container .main-pg-card {
  background-color: #fff;
  color: #1b2c43;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 -1px 2px 0 rgba(0, 0, 0, 0.1);
}
.card-container .main-pg-card .card-header {
  color: #1b2c43;
}
.card-container .main-pg-card .card-header .match-info .live {
  background-color: #39b54a;
}
.card-container .main-pg-card .card-header .league-info,
.card-container .main-pg-card .card-header .match-info .play,
.card-container
  .main-pg-card
  .team-wrapper
  .team-period
  .team-period-content
  .item {
  color: #1b2c43;
}
.card-container
  .main-pg-card
  .team-wrapper
  .team-period
  .team-period-content
  .item
  .now {
  color: #39b54a;
}
.card-container .main-pg-card .bet-type-container .bet-type {
  color: #1b2c43;
}
.card-container .pg-card {
  background-color: #010710;
  color: #1b2c43;
  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: #fff;
}
.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: #39b54a;
}
.main.tabs .tab a {
  background-color: #3b3b3b;
  color: #fff;
}
#type-upcoming-matches .owl-carousel .owl-item .events a.active,
.liveOverview-container .owl-carousel .owl-item .events a.active {
  color: #3598db !important;
}
.main.tabs .tab a.active,
.main.tabs .tab a:hover {
  background-color: #3598db;
  color: #fff;
}
.main.tabs .tab a.active:after,
.main.tabs .tab a:hover:after {
  display: none;
  content: "";
}
.list-btn-cont .list-btn {
  background-color: #f6f6f6;
  color: #1e1f23;
  border-color: #010710;
}
.list-btn-cont .list-btn:hover {
  background-color: #010710;
}
.list-btn-cont .list-btn .count {
  color: #1e1f23;
}
.fixture-container .match-content {
  background-color: #fff;
  border-color: #010710;
  color: #1b2c43;
}
.fixture-container .match-content .match-header .content-left .date,
.fixture-container
  .match-content
  .match-header
  .team
  .team-content-left
  .team-content-info {
  color: #1b2c43;
}
.fixture-container .match-content .match-header .content-left .time .clock {
  color: #38ac4a;
}
.fixture-container .match-content .match-header .content-left .team-name .text {
  color: #1b2c43;
}
.fixture-container .match-content .match-header .content-right {
  border-color: #010710;
}
.fixture-container .match-content .match-header .content-right .icons .live {
  background-color: #39b54a;
}
.fixture-container .match-content .match-header .match-title .match-name {
  color: #1b2c43;
}
.fixture-container .match-content .match-header .match-title .live-icon {
  opacity: 0.7;
}
.fixture-container .match-content .match-header .match-title .bet-type,
.fixture-container .match-content .match-header .match-title .date {
  color: #4d5367;
}
.fixture-container
  .match-content
  .match-header
  .match-title
  .live-score-panel
  .now {
  color: #39b54a;
}
.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: #1b2c43;
}
.fixture-container
  .match-content
  .match-header
  .team-period
  .team-period-content
  .item {
  color: rgba(0, 0, 0, 0.38);
}
.fixture-container
  .match-content
  .match-header
  .team-period
  .team-period-content
  .item
  .now {
  color: #39b54a;
}
.fixture-container .match-content .match-header-right:before {
  background-color: #010710;
}
.fixture-container .match-content .match-header-right .icons .live {
  background-color: #39b54a;
}
.fixture-container .match-content .bet-type {
  color: rgba(0, 0, 0, 0.6);
}
.fixture-container .view-btn {
  background-color: #3e4a6b;
  color: rgba(255, 255, 255, 0.9);
}
.fixture-container .asian-more-market-cont .more-btn {
  background-color: #c6de15;
  color: rgba(255, 255, 255, 0.9);
}
.show-more-other {
  background-color: #c6de15;
  color: #1b2c43;
}
.top-time-range {
  color: #000;
  background-color: #fff;
  margin-bottom: 10px;
}
.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: #233957;
  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: #9e9e9e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.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: #9e9e9e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.top-time-range input[type="range"]::-ms-thumb {
  box-shadow: 0 0 0 #000;
  border: 0 solid #000;
  height: 20px;
  width: 20px;
  border-radius: 6px;
  background: #9e9e9e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.top-time-range input[type="range"]:focus {
  outline: 0;
}
.top-time-range input[type="range"]:focus::-webkit-slider-runnable-track {
  background: #233957;
}
.top-time-range input[type="range"]:focus::-ms-fill-lower {
  background: #233957;
}
.top-time-range input[type="range"]:focus::-ms-fill-upper {
  background: #233957;
}
.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: #233957;
  border-radius: 10px;
  border: 0 solid #000;
}
.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: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
.top-time-range input[type="range"]::-ms-fill-upper {
  background: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
.league-title {
  background-color: #e8e8e8;
  color: #1b2c43;
}
.detail-top-info {
  background-color: #3e455a;
  color: #fff;
}
.detail-top-info .live-match-info .score {
  color: rgba(255, 255, 255, 0.9);
}
.detail-top-info .live-match-info .time {
  color: #9e9e9e;
}
.detail-top-info .team-text {
  color: rgba(255, 255, 255, 0.9);
}
.detail-top-info .flag-wrapper {
  border-color: #272f40;
  background-color: #4e5874;
}
.detail-top-info .flag-wrapper .team-flag {
  width: 40px;
}
.detail-top-info .date-info .time {
  color: #9e9e9e;
}
.detail-top-info .date-info .date {
  color: rgba(255, 255, 255, 0.6);
}
.detail-top-info .date-info .statistic-btn {
  color: rgba(255, 255, 255, 0.6);
  background-color: transparent;
}
.breadcrumb-wrapper {
  background-color: #3b3b3b;
}
.breadcrumb-wrapper .register-close {
  color: white;
}
.breadcrumbs-cont {
  background-color: #3b3b3b;
  color: #fff;
}
.breadcrumbs-cont .breadcrumb,
.breadcrumbs-cont .breadcrumb:before {
  color: #fff;
}
.bread-statistic-btn {
  color: #1b2c43;
  background-color: transparent;
  border: 2px solid #1b2c43;
}
.bread-statistic-btn i {
  line-height: 25px;
  height: 32px;
}
.bread-statistic-btn:hover {
  background-color: transparent;
}
.bread-toggle-btn {
  color: #4d5365;
  background-color: #fff;
  border-color: inherit;
  border-width: 2px;
}
.bread-toggle-btn i {
  width: initial;
}
.filter-toggle-btn {
  color: #1b2c43;
  background-color: #fff;
  border-color: inherit;
  border-width: 2px;
}
.filter-toggle-btn.active {
  color: #4d5365;
}
.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: transparent;
  color: rgba(255, 255, 255, 0.9);
}
.content-horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab.active::before {
  background-color: #c6de15;
}
.live-top {
  background-color: #1b202e;
}
.live-top .content-horizontal-slide-tabs .horizontal-slide-tab.active {
  background-color: #181c28;
}
.live-filter .live-filter-btn {
  background-color: #272b39;
  border-color: #2a4961;
}
.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: #c6de15;
  color: #1b2c43;
}
.live-filter .country-select select.ng-dirty {
  color: #1b2c43;
}
.live-detail-league-name .text {
  background-color: #9e9e9e;
  color: #010710;
  border-radius: 10px;
}
.pg-match-view {
  border: 1px solid #c6de15;
  border-top: none;
  background-color: #fff;
  color: #000;
}
.pg-match-view .pg-icons {
  opacity: 0.2;
}
.today-events-options {
  background-color: transparent;
}
.today-events-options .title {
  color: #a4a6ab;
}
.today-events-options
  .content-horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab.active {
  background-color: transparent;
}
.today-events-options .country-select .country-select-btn {
  background-color: #272b39;
  border-color: #2a4961;
}
.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: #f5a000;
  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: #c6de15;
  color: #1b2c43;
}
.today-events-options .country-select select.ng-dirty {
  color: #1b2c43;
}
.country-select-modal {
  background-color: #010710;
}
.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 {
  font-weight: 500;
  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: #ef5939;
}
.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: #ef5939;
}
.casino-options {
  background-color: transparent;
}
.casino-options .casino-filter .casino-filter-btn {
  background-color: #c6de15;
  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: #f5a000;
  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: white;
  color: #1b2c43;
}
.casino-options .casino-filter select.ng-dirty {
  color: rgba(255, 255, 255, 0.9);
}
.select-filter-modal {
  background-color: #010710;
}
.select-filter-modal .modal-header-select {
  border-bottom: 1px solid #3b404f;
}
.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 .modal-content .filter-content .filter-name label {
  font-weight: 500;
  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: #ef5939;
}
.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: #ef5939;
}
.select-filter-modal .modal-footer {
  background-color: #010710;
}
.select-filter-modal .modal-footer a {
  color: #fff;
}
.casino-search-toogle {
  color: beige;
  background-color: white;
  border: 2px solid;
  line-height: 27px;
}
.casino-search-toogle i.pg-icons {
  color: #1b2c43;
}
.casino-search-toogle.active {
  color: #010710;
}
.casino-search-cont .input-field {
  background-color: transparent;
}
.casino-search-cont .input-field input {
  background-color: rgba(255, 255, 255, 0.9);
  color: #010710;
}
.casino-search-cont .input-field input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:focus::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:focus::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:focus:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:focus::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-search-cont .input-field input:focus::placeholder {
  color: rgba(0, 0, 0, 0.7);
}
.casino-show-more {
  background-color: #3b3b3b;
  color: white;
  margin-top: 2rem;
}
.casino-show-more:focus {
  background-color: rgba(255, 255, 0, 0.07);
  box-shadow: 0 0 11px -4px #ff0;
}
.game-card .card-image img {
  border-radius: 0 20px 0 0;
}
.game-card .card-image img.game-img {
  border-radius: 0 20px 0 0;
  position: absolute;
}
.game-card .card-image img.game-img.loading {
  border-radius: 0 20px 0 0;
}
.game-card .card-image .inf .new,
.game-card .card-image .inf .popular {
  color: #fff;
  background-color: #39b54a;
}
.game-card .card-image .inf .popular {
  background-color: #2e95e5;
}
.game-card .game-name {
  color: #1b2c43;
  border-radius: 0 0 20px 20px;
  text-align: center;
  padding: 4px 5px;
  background-color: transparent;
}
.game-card .poker-game-btn {
  background-color: #c6de15;
  color: #000;
  border-radius: 0 0 5px 5px;
}
#poker-page-modal .input-field input {
  border-color: #dadada;
}
#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: #010710;
  color: #444;
}
#live-casino-modal .limit-row {
  border-bottom-color: #dadada;
}
#live-casino-modal .limit-row .live-casino-limit-btn {
  background-color: #010710;
  color: #444;
}
.casino.horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab
  .icon {
  color: rgba(255, 255, 255, 0.9);
  background-color: #3b3b3b;
}
.casino.horizontal-slide-tabs
  .horizontal-slide-content
  .horizontal-slide-tab
  .type {
  color: black;
}
.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;
}
.message-box.info.content {
  box-shadow: none;
  border: none;
}
.message-box.info.content .attention {
  color: #f5a000;
}
.bank-transfer-filter .casino-filter-btn {
  background-color: #f2f2f2;
  border-color: #233957;
  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);
}
.dshbrd-modal .modal-close-buttoni {
  color: #000;
}
.banktransfer-filter-modal {
  background-color: #010710;
}
.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: #ef5939;
}
.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: #ef5939;
}
.banktransfer-filter-modal .modal-footer {
  background-color: #010710;
}
.banktransfer-filter-modal .modal-footer a {
  color: #fff;
}
.bank-transfer-content .transfer-type-wrapper .transfer-type .item {
  border-color: #dadada;
}
.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: #39b54a;
}
.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: #39b54a;
}
.bank-transfer-btn {
  background-color: #39b54a;
  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: #dadada;
}
.transfer-from .transfer-from-type .item.active {
  border-color: #39b54a;
}
.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: #39b54a;
}
.transfer-from
  .transfer-from-type
  [type="radio"].with-gap:checked
  + label:after,
.transfer-from .transfer-from-type [type="radio"]:checked + label:after {
  background-color: #39b54a;
}
.reset-btn {
  background-color: #5c6d9e;
  color: #e3e4e7;
}
.transfer-btn {
  background-color: #39b54a;
  color: #e3e4e7;
}
.account.tabs {
  background-color: #2e4a6f;
  padding-left: 0 !important;
}
.account.tabs a {
  color: #fff;
}
.account.tabs a.active {
  color: #1b2c43;
  background-color: #c6de15;
}
.account.tabs a.active::after {
  display: none;
}
.limit-reset-btn {
  color: red;
}
.page-dashboard .modul-accordion {
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
  border-top: none;
}
.modal-content-modal .modul-accordion-modal .modul-header {
  border-color: #d6dade;
  color: #000;
}
.modal-content.financial-modal-cont {
  color: #fff;
}
.modal#transactionHistoryModal {
  background-color: #010710;
}
.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: #c6de15;
  color: #1b2c43;
}
.userSettings .save-btn {
  background-color: #5c6d9e;
}
.bet-history-date-options {
  background-color: #fff;
}
.bet-history-date-options .title {
  color: #000;
  opacity: 0.6;
}
.bet-history-date-options .input-field input::-webkit-input-placeholder {
  color: #000;
}
.bet-history-date-options .input-field input::-moz-placeholder {
  color: #000;
}
.bet-history-date-options .input-field input:-ms-input-placeholder {
  color: #000;
}
.bet-history-date-options .input-field input::-ms-input-placeholder {
  color: #000;
}
.bet-history-date-options .input-field input::placeholder {
  color: #000;
}
.bet-history-date-options .search-btn {
  background-color: #c6de15;
  color: #444;
}
.anteposts-container {
  background-color: transparent;
}
.anteposts-container .antepost-cont.collapsible {
  box-shadow: none;
}
.anteposts-container .antepost-cont.collapsible .collapsible-header {
  color: #fff;
  background-color: #233957;
  border-color: #010710;
}
.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: #fff;
  border-color: #010710;
}
.modul-accordion-notification .header-text,
.modul-accordion-notification .userSettings .switch-text {
  color: #fff;
}
.upload-document .input-field.file-field .btn {
  background-color: #233957;
  color: #fff;
}
.upload-document .input-field input {
  border-color: #233957;
}
.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: #c6de15;
  color: #1b2c43;
}
.upload-document textarea.browser-default {
  background-color: #dedede;
  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: #c6de15;
}
.file-field .text {
  color: #233957;
}
.file-field .fileUploadCtrl {
  z-index: 2;
}
.modul-accordion-verification .field-cont .radio-tab {
  background-color: #c6de15;
  color: #1b2c43;
}
.modul-accordion-verification .field-cont .radio-tab.active {
  color: #1b2c43;
}
#forgot-password .description {
  color: #212121;
}
#forgot-password .forgot-btn {
  background-color: #233957;
  color: #fff;
}
#forgot-password .field-cont .radio-tabs .radio-tab .item {
  color: #000;
}
input.account-input,
select.account-input,
textarea.account-input {
  background-color: #f2f2f2;
  border-color: #233957;
  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: #233957 !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: 1px solid #757575 !important;
}
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: #233957;
}
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;
}
.tckn-vrfctn {
  color: black;
}
.field-label-login {
  color: rgba(255, 255, 255, 0.6);
}
.register-page {
  background-color: white;
  color: #fff;
  padding: 10px;
}
.register-page form {
  background-color: white;
  padding: 1px 15px 15px;
  margin-top: 2px;
}
.register-page form form {
  padding: initial;
  margin-top: 0;
}
.register-page span.field-label {
  color: #000 !important;
  margin-bottom: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.register-page .input-field.file-field .btn {
  background-color: #233957;
  color: #fff;
}
.register-page .input-field.password .toogle-btn {
  background-color: transparent;
  color: rgba(255, 255, 255, 0.7);
  border-color: #dadada;
  top: 32px;
}
.register-page .input-field.password .toogle-btn.active {
  background-color: transparent;
}
.register-page .input-field input,
.register-page .input-field textarea {
  /* border-bottom-color:rgba(255,255,255,.5); */
  background-color: #3b3b3b;
  color: #fff;
}
.register-page .input-field input::-webkit-input-placeholder,
.register-page .input-field textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .input-field input::-moz-placeholder,
.register-page .input-field textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .input-field input:-ms-input-placeholder,
.register-page .input-field textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .input-field input::-ms-input-placeholder,
.register-page .input-field textarea::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .input-field input::placeholder,
.register-page .input-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .select-field select {
  border-color: #dadada #dadada rgba(255, 255, 255, 0.5);
  background-color: #233957;
  color: #fff;
}
.register-page .select-field select::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .select-field select::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .select-field select:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .select-field select::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .select-field select::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.register-page .step-btns .btn {
  background-color: #c6de15;
  color: rgba(255, 255, 255, 0.9);
}
.register-page .step-btns .btn.prev-btn {
  background-color: #9e9e9e;
  color: #010710;
  border-color: #233957;
}
.register-page .step-btns .btn.next-btn {
  background-color: #9e9e9e;
  color: #010710;
}
.register-page .step-btns .btn.next-btn.register-btn {
  background-color: #9e9e9e;
  color: #000;
}
.register-page .iti.iti--allow-dropdown input {
  padding-left: 80px !important;
}
.register-page .register-info {
  background-color: transparent;
  color: #fff;
}
.register-page
  .checkbox-field
  [type="checkbox"].filled-in:checked
  + label:after,
.register-page .suffix-field [type="checkbox"].filled-in:checked + label:after {
  background-color: #39b54a;
  border-color: #666;
}
.register-page
  .checkbox-field
  [type="checkbox"].filled-in:checked
  + label::before,
.register-page
  .suffix-field
  [type="checkbox"].filled-in:checked
  + label::before {
  opacity: 1;
}
.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: #666;
}
.register-page
  .checkbox-field
  [type="checkbox"].filled-in:not(:checked)
  + label::before,
.register-page
  .suffix-field
  [type="checkbox"].filled-in:not(:checked)
  + label::before {
  opacity: 0;
}
.register-page .checkbox-field [type="checkbox"] + label,
.register-page .suffix-field [type="checkbox"] + label {
  color: #fff;
}
.register-page .tabs {
  background-color: white;
  color: black;
}
.register-page .tabs .tab a {
  color: #fff;
}
.register-page .tabs .tab a.active .tab-count {
  background-color: #c6de15;
  color: #000;
}
.register-page .tabs .tab a .tab-count {
  background: #233957;
  border-color: #e1e1e1;
  color: #e8e8e8;
}
.register-page .tabs .tab::before,
.register-page .tabs .tab:after {
  background-color: #e0e0e0;
}
.register-page .field-cont .radio-tabs .radio-tab label {
  background: #2b2f38;
  color: #b9b9b9;
  border-color: #e0e0e0;
  box-shadow: 0 4px 5px #20232a;
}
.register-page .field-cont .radio-tabs .radio-tab .item {
  color: #fff;
}
.register-page .suffix-field {
  padding-top: 38px;
}
.money-detail-content .selection-form-contents .selection-title {
  color: #000;
}
.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: #233957;
  color: #233957;
  background-color: #fff;
}
.money-detail-content .amount-filed-cont .btn-group .amount-btn.active {
  background-color: #010710;
  color: #444;
}
.money-detail-content .btn-transfer {
  background-color: #c6de15;
  color: #1b2c43;
}
.btn.disabled,
.btn[disabled] {
  background-color: #9e9e9e !important;
  color: #3f3f3f !important;
}
.bet-history-dates-btn {
  color: #1b2c43;
  background-color: transparent;
  border-color: inherit;
  border-width: 2px;
}
.bet-history-dates-btn.active {
  color: rgba(255, 255, 255, 0.6);
}
.bet-card {
  background-color: #fff;
  border-radius: 0 !important;
}
.bet-card .bet-info,
.bet-card .header,
.bet-card .info,
.bet-card .tooltipped {
  color: #000;
}
.bet-card .csht-btn-cntr .csht-btn {
  background-color: #233957;
}
.bet-card .csht-btn-cntr .csht-range-btn {
  background-color: #010710;
}
.iti-mobile,
.number-keyboard {
  background-color: #fff;
}
.number-keyboard.open {
  z-index: 99999 !important;
}
.number-keyboard .key-info .first-row {
  color: #000;
}
.number-keyboard .key-info .sec-row {
  color: #000;
  border-color: #dadada;
}
.number-keyboard .fast-btns .btn {
  background-color: #233957;
  color: #fff;
}
.number-keyboard .numbers-cont {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom;
}
.number-keyboard .numbers-cont .item {
  background-color: #010710;
  color: #fff;
}
.ready-coupon .btn-winnings {
  background-color: #39b54a;
  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: #233957;
  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: #9e9e9e;
  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: #9e9e9e;
  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: #9e9e9e;
  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: #233957;
}
.ready-coupon .range-container-main .top-time-range:focus::-ms-fill-lower {
  background: #233957;
}
.ready-coupon .range-container-main .top-time-range:focus::-ms-fill-upper {
  background: #233957;
}
.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: #233957;
  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: #233957;
  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: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
.ready-coupon .tabs {
  border-color: #010710;
}
.close-page {
  background-color: #233957;
  color: #fff;
}
.close-page.active {
  background-color: #010710;
  color: #444;
}
#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: #233957;
  color: #fff;
}
.money-list-cont .money-list-menu > li a {
  color: #010710;
  background-color: #fff;
}
.money-list-cont .money-list-menu > li a .img-wrapper {
  border-color: #dadada;
  background-color: #fff;
}
.field-cont .radio-tabs .radio-tab label {
  background: 0 0;
  color: #fff;
  box-shadow: 0 4px 5px #010710;
}
.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 #979a9d;
  background: 0 0;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label {
  box-shadow: none;
  border: 1px solid #39b54a;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label:before {
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center;
  border-color: #39b54a;
  background-image: url(../data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNS4zIDEzLjIiPiAgPHBhdGggZmlsbD0iI2ZmZiIgZD0iTTE0LjcuOGwtLjQtLjRhMS43IDEuNyAwIDAgMC0yLjMuMUw1LjIgOC4yIDMgNi40YTEuNyAxLjcgMCAwIDAtMi4zLjFMLjQgN2ExLjcgMS43IDAgMCAwIC4xIDIuM2wzLjggMy41YTEuNyAxLjcgMCAwIDAgMi40LS4xTDE1IDMuMWExLjcgMS43IDAgMCAwLS4yLTIuM3oiIGRhdGEtbmFtZT0iUGZhZCA0Ii8+PC9zdmc+);
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label:after {
  background: #39b54a;
  border-color: #39b54a;
}
.field-cont .radio-tabs .radio-tab input[type="radio"]:checked + label .item {
  opacity: 0.87;
}
.field-cont .radio-tabs .radio-tab .item {
  opacity: 0.6;
  color: #000;
}
.bet-history {
  background-color: #010710;
}
.bet-history .btn-more-wrapper .btn.bet-history-more {
  background-color: #c6de15;
}
.bet-history-date-toogle {
  background-color: #fff;
  color: #233957;
}
.bet-history-date-toogle.active {
  background-color: #010710;
  color: #444;
}
table.responsive-table.bet-history-table-horizontal thead tr th {
  border-bottom-color: #dadada;
}
table.responsive-table.bet-history-table-horizontal tbody tr {
  border-right-color: #dadada;
}
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 #dadada;
}
table.bet-history-table {
  color: #fff;
  background-color: #2b2f38;
}
table.bet-history-table thead {
  color: #fff;
}
table.bet-history-table tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
table.bet-history-table tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.4);
}
table.personel-account-detail {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
table.personel-account-detail tbody tr {
  color: #000;
}
table.personel-account-detail tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
table.personel-account-detail tbody tr:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.4);
}
table.limit-settings-table thead tr th,
table.uploaded-documents-table thead {
  color: #000;
}
table.limit-settings-table tbody tr {
  border-bottom: 1px solid #dadada;
}
table.limit-settings-table tbody tr td .limit-reset-btn {
  color: #d32f2f;
}
table.bonus-detail-table {
  border-bottom-color: rgba(255, 255, 255, 0.3);
  color: #fff;
  background-color: transparent;
}
table.bonus-detail-table:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}
table.bonus-detail-table:nth-child(even) {
  background-color: rgba(0, 0, 0, 0.4);
}
table.bonus-detail-table tbody tr {
  border-bottom-color: #dadada;
}
table.bonus-detail-table tbody tr td .btn {
  background-color: #233957;
  color: #fff;
}
table.waiting-money tbody tr:nth-child(odd) {
  background-color: rgba(0, 0, 0, 0.4);
}
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: #fff;
  color: #000;
}
table.liveCalendar tbody tr td a .title,
table.liveCalendar tbody tr td a div div {
  color: #000;
}
table.liveCalendar tbody tr:nth-child(even) {
  background-color: #e8e8e8;
}
table.bonus-detail-table tbody tr td {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #000;
}
.modul-accordion.bonus-activities .title {
  color: #000;
}
.list-filter {
  background-color: #233957;
}
.list-filter .filter-btn {
  background-color: #233957;
  color: #fff;
}
.list-filter .filter-btn.bg.stts-D,
.list-filter .filter-btn.bg.stts-O {
  background-color: transparent !important;
}
.list-filter .filter-btn.bg.stts-O i {
  color: #528db2;
}
.list-filter .filter-btn.bg.stts-V {
  background-color: transparent !important;
}
.list-filter .filter-btn.bg.stts-V i {
  color: #ccc;
}
.list-filter .filter-btn.bg.stts-W {
  background-color: transparent !important;
}
.list-filter .filter-btn.bg.stts-W i {
  color: #008a00;
}
.list-filter .filter-btn.bg.stts-L {
  background-color: transparent !important;
}
.list-filter .filter-btn.bg.stts-L i {
  color: #af383e;
}
.list-filter .filter-btn.bg.stts-C {
  background-color: transparent !important;
}
.list-filter .filter-btn.bg.stts-C i {
  color: #ff9800;
}
#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: #3b404f;
}
#bet-history-modal .history-modal-content {
  border-bottom-color: #3b404f;
  color: rgba(255, 255, 255, 0.9);
}
.csht-mdl .checkbox-field [type="checkbox"].filled-in:checked + label:after {
  background-color: #39b54a;
  border-color: #39b54a;
}
.csht-mdl
  .checkbox-field
  [type="checkbox"].filled-in:not(:checked)
  + label:after {
  border-color: #233957;
}
.csht-mdl .checkbox-field [type="checkbox"] + label {
  color: #000;
}
.csht-mdl .confirm-btn {
  background-color: #444;
  color: #ef5939;
}
.csht-mdl .close-btn {
  background-color: #233957;
  color: #fff;
}
.otp {
  padding: 10px;
  background-color: #fff;
  color: #000;
}
.otp .ga-info-cont,
.otp .sms-info-cont {
  color: #000;
}
.otp .ga-info-cont .save-btn,
.otp .sms-info-cont .save-btn {
  background-color: #c6de15;
  color: #1b2c43;
}
.personel-account-detail-form .input-field span,
.personel-account-detail-form .select-field span {
  color: #000;
}
.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: #c6de15;
  color: #1b2c43;
}
.money-result .selection-title {
  border-bottom-color: #dadada;
}
.money-result .result-info {
  color: rgba(255, 255, 255, 0.9);
}
.money-result .result-info .title {
  border-bottom-color: #dadada;
}
.limit-settings-detail .last-date {
  color: #000;
  opacity: 0.6;
}
.limit-settings-detail .input-field input::-webkit-input-placeholder {
  color: #000;
}
.limit-settings-detail .input-field input::-moz-placeholder {
  color: #000;
}
.limit-settings-detail .input-field input:-ms-input-placeholder {
  color: #000;
}
.limit-settings-detail .input-field input::-ms-input-placeholder {
  color: #000;
}
.limit-settings-detail .input-field input::placeholder {
  color: #000;
}
.limit-settings-detail .btn-group .reset-modal-btn {
  color: rgba(255, 255, 255, 0.9);
  background-color: #1b2c43;
  padding: 0 20px;
  border-radius: 5px;
}
.limit-settings-detail .btn-group .save-modal-btn {
  background-color: #1b2c43;
  color: #e5f5e8;
}
.exchange .calculate {
  background-color: #233957;
}
.exchange .input-field input,
.exchange .input-field select,
.exchange .select-field input,
.exchange .select-field select {
  border-color: #dadada;
}
.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: #fff;
}
.account-transfer {
  background-color: #fff;
}
.account-transfer .title {
  color: #000;
}
.account-transfer .input-field input {
  color: #010710;
}
.account-transfer .input-field input:focus {
  outline: 0;
  color: #010710;
  border-color: #39b54a;
}
.account-transfer .input-field input:focus + i {
  color: #010710;
}
.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: #010710;
}
.account-transfer .arrow i {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
}
.account-transfer .account-list a {
  background-color: #010710;
  color: #fff;
  border-color: rgba(255, 255, 255, 0.4);
  box-shadow: 0 4px 5px #010710;
  font-weight: 500;
  border-width: 2px;
}
.account-transfer .account-list a i.check-circle {
  color: #39b54a;
}
.account-transfer .account-list a.active {
  border-color: #39b54a;
  border-width: 2px;
}
.account-transfer .account-list a.active .transfer-name {
  color: #fff;
}
.account-transfer .payment-wrapper .transfer-btn {
  background-color: #1b2c43;
  color: #fff;
}
.account-transfer .payment-wrapper .remove-btn {
  background-color: #000;
}
.account-transfer .payment-wrapper .reset-btn {
  background-color: #1b2c43;
  color: #fff;
}
.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;
}
.field-cont .radio-tabs .radio-tab label {
  box-shadow: none;
  border-color: #e0e0e0;
}
.chracter-counter textarea {
  border-color: #dadada;
}
.chracter-counter textarea:focus {
  border-bottom-color: #dadada;
}
.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;
}
.today-events-options-toogle {
  background-color: #fff;
  color: #233957;
}
.today-events-options-toogle.active {
  background-color: #010710;
  color: #444;
}
.accordion-toggle .toggle-btn {
  background-color: #233957;
  color: #fff;
}
.accordion-toggle .toggle-btn.active {
  background-color: #010710;
  color: #444;
}
.live-page-search-toogle {
  color: #233957;
  background-color: #fff;
}
.live-page-search-toogle.active {
  color: #010710;
}
.live-page-search-cont .input-field {
  background-color: transparent;
}
.live-page-search-cont .input-field input {
  background-color: #fff;
  color: #1b2c43;
}
.live-page-search-cont .input-field input::-webkit-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input::-moz-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:-ms-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input::-ms-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input::placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:focus::-webkit-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:focus::-moz-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:focus:-ms-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:focus::-ms-input-placeholder {
  color: #888;
}
.live-page-search-cont .input-field input:focus::placeholder {
  color: #888;
}
.live-page-select select {
  background-color: #fff;
  color: #1b2c43;
  margin-top: 10px;
}
.live-page-select select.ng-dirty {
  color: #1b2c43;
}
app-live-calendar .live-page-select select {
  background-color: #fff;
  color: #1b2c43;
  margin-top: 10px;
}
app-live-calendar .live-page-select select.ng-dirty {
  color: #1b2c43;
}
.jackpot .modul-accordion {
  background-color: #233957;
  color: #fff;
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-header {
  border-bottom-color: transparent;
  background-color: #010710;
}
.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: #233957;
  color: rgba(255, 255, 255, 0.9);
}
.jackpot .modul-accordion .modul-content .collapsible .collapsible-body {
  background-color: #1c2c43;
  border-bottom-color: #010710;
}
.jackpot
  .modul-accordion
  .modul-content
  .collapsible
  .collapsible-body
  .fixture-body
  .match-content:nth-child(even) {
  background-color: #353f58;
}
.jackpot
  .modul-accordion
  .modul-content
  .collapsible
  .collapsible-body
  .title-row {
  border-bottom-color: #010710;
  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: #233957;
  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: #353f58;
}
.top-time-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #000;
  background: #233957;
  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: #9e9e9e;
  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: #9e9e9e;
  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: #9e9e9e;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -6px;
}
.top-time-range:focus {
  outline: 0;
}
.top-time-range:focus::-webkit-slider-runnable-track {
  background: #233957;
}
.top-time-range:focus::-ms-fill-lower {
  background: #233957;
}
.top-time-range:focus::-ms-fill-upper {
  background: #233957;
}
.top-time-range::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0 0 0 #000;
  background: #233957;
  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: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
.top-time-range::-ms-fill-upper {
  background: #233957;
  border: 0 solid #000;
  border-radius: 20px;
  box-shadow: 0 0 0 #000;
}
.message-box {
  border-color: #dadada;
  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: #dadada;
}
.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: #010710;
}
.payment-form-container {
  background-color: #fff;
  padding: 10px;
}
.payment-form-container .dropdown-content .bnk-field,
.payment-form-container .field-label {
  color: #000;
}
.populer-events .populer-events-contaner .slide-btn {
  color: #444;
}
.populer-events
  .populer-events-contaner
  .fixture-container
  .match-content:first-child {
  border-top-color: #010710;
}
.populer-events
  .populer-events-contaner
  .fixture-container
  .match-content:last-child {
  border-bottom-color: #010710;
}
.promoted-event .fixture-container .match-content:first-child {
  border-top-color: #010710;
}
#BalanceModal .balance-menu a {
  color: rgba(0, 0, 0, 0.9);
}
#BalanceModal .transfer-btn {
  text-align: center;
  background-color: #1c2c43;
  border-radius: 5px;
}
a.active {
  color: inherit;
}
.input-field-default.bubble bubble-validator,
.input-field.bubble bubble-validator {
  color: #000;
}
.input-field-default.bubble bubble-validator .bubble-vldtr,
.input-field.bubble bubble-validator .bubble-vldtr {
  background-color: #fff;
  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: #010710;
  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: #233957;
}
.bet-slip-header {
  background-color: #010710;
}
.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: #010710;
  color: rgba(255, 255, 255, 0.9);
  padding-left: 5px;
}
.bet-slip-header .deposit-money {
  background-color: #ffd633;
  margin-left: 10px;
  display: inline-block;
  border-radius: 5px;
  padding: 0 15px;
  color: rgba(0, 0, 0, 0.9);
}
#btslpSld .bet-slip-header {
  background-color: #2e4a6f;
}
#btslpSld.opened {
  background-color: #233957;
}
#btslpSld.opened .bet-slip-header {
  position: initial;
}
#btslpSld.opened .coupon-footer-fix {
  background-color: #fff;
}
.payment-form-container .dropdown-button {
  background-color: #ddd;
  color: #2b2f38;
}
.payment-form-container .dropdown-button.active {
  color: rgba(43, 47, 56, 0.8);
}
.money-result {
  background-color: #3a3d4c;
}
.money-result .action-btn {
  background-color: #bec2cb;
  color: #2b2e3a;
}
.messages-info {
  background-color: #fff;
  border-radius: 0;
  color: #010710;
  margin: 1rem 0;
  padding: 15px;
}
.messages-info.message-right {
  background-color: transparent;
  color: #fff;
}
.messages-info.message-right .messages-info {
  background-color: transparent;
  color: #fff;
  margin: 0;
  padding: 0;
}
.messages-info.message-right .messages-close {
  color: #c62828;
}
#fc_frame,
#fc_frame.fc-widget-normal {
  z-index: 1000 !important;
}
page-not-found .content {
  color: #fff;
}
page-not-found .home.btn {
  color: #010710 !important;
  background-color: #9e9e9e !important;
}
change-password .modul-accordion-account,
documents .modul-accordion-account,
limit-settings .modul-accordion-account,
personal-and-account-detail .modul-accordion-account {
  background-color: #fff;
  padding: 10px;
}
.fixture-bottom-message {
  color: #fff;
}
.fixture-bottom-message .btn {
  background-color: #233957;
}
#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 {
  color: rgba(255, 255, 255, 1) !important;
}
#type-upcoming-matches .owl-carousel .owl-item .events .href-item.active,
#type-upcoming-matches .owl-carousel .owl-item .events a.active,
.liveOverview-container .owl-carousel .owl-item .events .href-item.active,
.liveOverview-container .owl-carousel .owl-item .events a.active,
.page-casino .owl-carousel .owl-item .events .href-item.active,
.page-casino .owl-carousel .owl-item .events a.active,
.page-live-casino .owl-carousel .owl-item .events .href-item.active,
.page-live-casino .owl-carousel .owl-item .events a.active,
.virtual-sport-list .owl-carousel .owl-item .events .href-item.active,
.virtual-sport-list .owl-carousel .owl-item .events a.active {
  background-color: transparent;
}
#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 {
  background-color: #3b3b3b;
}
#type-upcoming-matches
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  i,
#type-upcoming-matches
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  span,
.liveOverview-container
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  i,
.liveOverview-container
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  span,
.page-casino .owl-carousel .owl-stage-outer .owl-item .events .href-item i,
.page-casino .owl-carousel .owl-stage-outer .owl-item .events .href-item span,
.page-live-casino .owl-carousel .owl-stage-outer .owl-item .events .href-item i,
.page-live-casino
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  span,
.virtual-sport-list
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  i,
.virtual-sport-list
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item
  span {
  color: rgba(0, 0, 0, 0.6);
}
#type-upcoming-matches
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  i,
#type-upcoming-matches
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  span,
.liveOverview-container
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  i,
.liveOverview-container
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  span,
.page-casino
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  i,
.page-casino
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  span,
.page-live-casino
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  i,
.page-live-casino
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  span,
.virtual-sport-list
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  i,
.virtual-sport-list
  .owl-carousel
  .owl-stage-outer
  .owl-item
  .events
  .href-item.active
  span {
  color: #1b2c43;
}
.virtual-sport-list .owl-carousel .owl-stage-outer {
  background-color: transparent;
}
.virtual-sport-list
  .owl-carousel
  .owl-stage-outer
  .owl-stage
  .owl-item
  .events
  a,
.virtual-sport-list .owl-carousel .owl-stage-outer span {
  color: #1b2c43;
}
.livebet-page .owl-item .events a {
  background-color: #3598db;
  border-radius: 15px;
  color: #3b3b3b;
}
.livebet-page .owl-item .events a .truncate,
.livebet-page .owl-item .events a span i {
  color: rgba(255, 255, 255, 0.6);
}
.livebet-page .owl-item .events a.active .truncate,
.livebet-page .owl-item .events a.active span i {
  color: #fff;
}
.casino-content {
  background-color: #fff;
}
.row .col.s6 {
  background-color: #fff;
  padding-bottom: 15px;
}
#left-menu ul.sidenav-menu li a.active {
  background-color: #c6de15;
}
#left-menu ul.sidenav-menu li a.active i {
  color: #1b2c43 !important;
}
#left-menu ul.sidenav-menu li a.active span {
  color: #444;
}
.balance-menu li:nth-child(odd) {
  background-color: #e8e8e8;
}
.list-filter .filter-btn.active,
.list-filter .filter-btn.bg.stts-L.active,
.list-filter .filter-btn.bg.stts-W.active {
  background-color: #1c2c43 !important;
}
.field-label {
  color: #000;
}
.iti__selected-dial-code {
  color: rgba(255, 255, 255, 0.6);
}
.populer-events .show-more-games {
  display: inline-block;
  color: #1e1f23;
  font-size: 11px;
  font-weight: 700;
}
/*# sourceMappingURL=styles.f84c645fbca094a2432e.css.map*/
