a {
    color: #ff94ec;
}
a:hover {
    color: #c7c8ca;
}
.text-underline {
    text-decoration: underline;
}
.text-default {
  color: #c7c8ca !important;
}
img {
    max-width: 100%;
}


#snow {
    background: none;
    background-image: url(../images/s1-midautumn.png), url(../images/s2-midautumn.png);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    pointer-events: none;
    -webkit-animation: snow 15s linear infinite;
    -moz-animation: snow 15s linear infinite;
    -ms-animation: snow 15s linear infinite;
    animation: snow 15s linear infinite;
}
@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@-moz-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 400px 1000px, 200px 400px, 100px 300px;
    }
}

@-webkit-keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}

@keyframes snow {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px;
    }
    50% {
        background-position: 500px 500px, 100px 200px, -100px 150px;
    }
    100% {
        background-position: 500px 1000px, 200px 400px, -100px 300px;
    }
}


.row-small {
  margin-left: -5px;
  margin-right: -5px;
}
.row-small [class*="col-"],
.row-small [class*="col"] {
  padding-left: 5px;
  padding-right: 5px;
}

.logo a {
    position: relative;
    display: block;
    height: 29px;
    width: 75px;
}
.logo img {
  max-width: inherit;
  height: 30px;
  position: absolute;
  top: -2px;
}

button.float-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
}
.nav-icon {
    width: 20px;
    margin: 0;
}
.nav-icon:after, .nav-icon:before, .nav-icon div {
    background-color: #ff94ec;
    border-radius: 3px;
    content: '';
    display: block;
    height: 2px;
    margin: 4px 0;
    transition: all .2s ease-in-out;
    box-shadow: 0px 0 10px #d300ff;
}
.language-items a img {
    height: 15px;
}
.dropdown-menu {
    background-color: rgba(0,0,0,0.8);
}
.dropdown-menu a {
    color: #FFF;
}
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background: linear-gradient(to bottom,#d300ff 5%,#00f6ff 100%);
    color: #FFF;
}
.dropdown .dropdown-toggle {
    color: #FFF;
    font-weight: 600;
}

.blog-divider {
    height: 12px;
    width: 1px;
    background: #d2b79c;
    margin: 0 15px;
}
.grid-item-tags a {
    border: 1px solid #ffc1078a;
    border-radius: 5px;
    padding: 5px;
    background-color: #6f5024;
    color: #FFF;
    margin-bottom: 10px;
}

.line-1 {
  display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-2 {
  display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.line-3 {
  display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-share h5 {
    color: #c7c8ca;
}
.blog-share a {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: block;
  color: #FFF;
  font-size: 18px;
  margin-right: 10px;
}
.blog-share a:last-child {
  margin-right: 0;
}
.blog-share a.whatsapp {
  background-color: #1aa450;
}
.blog-share a.facebook {
  background-color: #215597;
}
.blog-share a.twitter {
  background-color: #00b0ef;
}

.blog-grid-item {
    margin-top: 15px;
}
.blog-grid-item-box {
    position: relative;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    border: 1px solid #27faf7;
    box-shadow: 0 0 7px 0px rgb(0 0 0 / 30%);
}
.blog-grid-item-content {
    padding: 10px;
}
.blog-grid-item-content h5 {
    margin-bottom: 5px;
}
.blog-grid-item-content h5,
.blog-grid-item-content h5 a {
    font-size: 14px;
    color: #c7c8ca;
}
.blog-grid-item-content .view-more {
    color: #d2b79c;
}

input.form-control {
    padding: 10px 15px;
}

.hide {
    display: none;
}

.menu-wrapper a i {
    font-size: 14px;
    display: block;
    margin-bottom: 5px;
}
.menu-wrapper a:hover,
.menu-wrapper a:focus,
.menu-wrapper a:active {
    color: #d2b79c;
}

.error-message {
    color: #f8d7da;
}

input.form-control {
    color: #000;
    font-size: 14px;
}

.profile-1 {
    background: rgba(0,0,0,.7);
    border-radius: 15px;
    border: 1px solid #68c8ea;
    background-color: #0c445b;
}

.playerinfo-sec .slct-wrapper a i {
    font-size: 35px;
    display: block;
    color: #d300ff;
    text-shadow: 2px 2px #00f6ff;
}

#page-game-items .game-item-link.border-img a img {
  height: auto;
}
.game-item-link.border-img a img,
.tab-content.game a img {
    margin-bottom: 0;
}
.game-item-link.border-img a,
.tab-content.game a {
    overflow: hidden;
    padding: 0;
    box-shadow: 0px 3px 14px -5px rgb(255 19 213);
    border-radius: 10px;
    margin-bottom: 10px;
    border: 1px solid #27faf7;
    display: block;
    position: relative;
}
.tab-content.game #slots a,
.tab-content.game #live-casino a {
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.tab-content.game #slots .nav-link-title{
  display: none;
}
.game-item-link.border-img a:hover,
.tab-content.game a:hover {
    color: #FFF;
}
.nav-link-title {
    color: #FFF;
    padding: 8px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    background: url(/img/more-info-reward.png) no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 172px;
    height: 35px;
}

.tab-content>.active {
    opacity: 1;
}
.tab-content>.tab-pane.active {
    display: block;
}

h1 {
    color: #FFF;
    font-weight: 600;
    font-size: 24px;
}

.post-list p {
    color: #c7c8ca;
}
.post-list a img {
    border-radius: 8px;
    /*border: 1px solid #c6ac8c;*/
}
.post-list a:hover {
    color: #FFF;
}
.post-item-btn {
  border: 1px solid #27faf7;
  color: #09d9ff;
  border-radius: 8px;
  padding: 3px 10px;
  margin-top: 10px;
  font-size: 12px;
  display: inline-block;
}

.btn-search {
    position: absolute;
    background-color: transparent;
    border: none;
    outline: 0;
    color: #000;
    top: 50%;
    right: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

blockquote {
    position: relative;
    padding: 25px 0 10px;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    width: 70%;
    text-align: center;
    margin: 0 auto;
    margin: 15px auto 25px;
}

.page-not-found {
    font-size: 14px;
}
.page-not-found h3 {
    font-size: 16px;
    color: #d2b79c;
}
.page-not-found p {
    color: #c7c8ca;
}
.page-not-found img {
    max-height: 80px;
}

#launch-game {
  position: fixed;
  top: 0;
  z-index: 99999;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  display: none;
}
#launch-game iframe {
  border: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  padding-bottom: 20px;
  background-color: #181818;
}
.launch-game-responsible:before {
  content: "";
  display: block;
  background-image: url(/img/responsible.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
}
.launch-game-timer {
  font-size: 15px;
  margin-right: 15px;
  min-width: 80px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
}
.launch-game-title {
  min-width: 60px;
  max-width: 310px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  font-family: "dejavu-sans-bold",verdana,sans-serif;
  font-size: 18px;
  color: #fff;
}
.launch-game-header {
  padding: 0 1em;
  height: 60px;
}
.launch-game-action-divider {
  height: 20px;
  width: 1px;
  background-color: #232323;
  margin: 0 15px;
}
.launch-game-content {
  height: calc(100% - 60px);
  position: relative;

  background-color: #141029;
  overflow: hidden;
}

.game-item-link  {
  margin-bottom: 25px;
}

.playerinfo-sec h3 {
  color: #00f6ff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0;
  /*text-shadow: 0 1px 4px #00f6ff;*/
}
.playerinfo-sec p {
  color: #FFF;
  margin-bottom: 0;
}
.playerinfo-sec img {
  max-height: 100px;
}

.box-account .input-group-prepend {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: 6px 0 12px -1px #9992bc;
    -moz-box-shadow: 6px 0 12px -1px #9992bc;
    box-shadow: 6px 0 12px -1px #9992bc;
    z-index: 1;
    background: linear-gradient(to bottom, rgba(253,253,253,1) 0%, rgba(199,199,199,1) 92%, rgba(241,241,241,1) 100%);
    box-shadow: inset 1px 6px 3px -6px rgb(0 0 0 / 40%);
    border: 1px solid #dedede;
    position: absolute;
    height: 100%;
    border-radius: 50px 0 0 50px;
}
.box-account .input-group-text {
    background-color: transparent;
    border: none;
    border-radius: 0;
    font-size: 18px;
    width: 50px;
    -webkit-box-pack: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    padding: 5px 18px 5px 20px;
    z-index: 9;
}
.box-account .input-group-text i {
    background: -webkit-linear-gradient(#5228a5,#a25afb);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.box-account select,
.box-account input {
  border-radius: 50px;
  border: none;
  border: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  color: #000;
  font-size: 12px;
  line-height: 100%;
  /*height: 35px;*/
  padding: 5px 7px 5px 70px;
  outline: none;
}
.box-account select {
  appearance: none;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 1em;
}

.post-item {
  border: 1px solid #27faf7;
  padding: 12px 15px;
  border-radius: 8px;
}

h5,
.promo-sec {
  color: #c7c8ca;
}
small {
  color: rgba(255,255,255,.5);
  font-size: 12px;
}

.bg-dark {
  background-color: rgba(0,0,0,.3) !important;
}

.blog-predictions {
    position: relative;
    margin-bottom: 25px;
    padding: 15px 25px 1px;
    border-top: 1px solid #c7c8ca;
    border-bottom: 1px solid #c7c8ca;
    width: 100%;
}
.post-description {
  color: #c7c8ca;
}

.post-description,
.detail-content {
    word-wrap: break-word;
}

.post-description ul,
.post-description ol,
.blog-predictions ul,
.blog-predictions ol,
.detail-content ul,
.detail-content ol {
  padding-left: 15px;
}
.post-description ul li,
.post-description ol li,
.blog-predictions ul li,
.blog-predictions ol li,
.detail-content ul li,
.detail-content ol li {
  line-height: 24px;
}
/*.blog-predictions ul li span {
  color: #c7c8ca;
}*/

.box-border {
    border: 1px solid rgba(255,255,255,.2);
    padding: 15px;
}
.box-border ul {
    list-style-type: none;
    padding: 0;
}
.box-border ul li {
    padding-bottom: 5px;
}

.promotion-label {
  background: url(/theme/Mb5/images/promo-title.png) no-repeat center;
  background-size: contain;
  text-align: center;
  margin: auto;
  text-transform: none;
  padding: 33px 40px 15px;
}
.promotion-label h4 {
  font-size: 14px;
  margin-bottom: 5px;
  text-transform: none;
}
.promo-bx a {
  display: block;
}
.promo-bx img {
  border-radius: 8px;
  border: 1px solid #27faf7;
}

.faq-item {
  background-color: rgba(0,0,0,0.2);
  padding: 8px 15px;
  border-radius: 5px;
}
.box-info-wrapper .faq-item {
  padding: 0;
}
.faq-item .table-line a {
  display: block;
}
.faq-item .table-line:hover,
.faq-item .table-line:hover a,
.faq-item .table-line a:hover {
  color: rgb(242, 205, 95);
  text-decoration: none !important;
  outline: none;
}
.faq-item .table-line a:focus,
.faq-item .table-line a:active {
  outline: none;
}
.toggle-content {
  display: none;
  padding-top: 10px;
}
.faq-list .faq-item {
  margin-bottom: 10px;
}
.faq-list .faq-item:last-child {
  margin-bottom: 0;
}

.detail-content h2 {
  font-size: 22px;
}
.detail-content h3 {
  font-size: 20px;
}
.detail-content h4 {
  font-size: 18px;
}
.detail-content h5 {
  font-size: 16px;
}
.detail-content h6 {
  font-size: 14px;
}

table th {
  background: #3498db;
  color: #FFF;
  padding: 0.75rem;;
}
table tr td {
  padding: 0.75rem;;
  color: #c7c8ca;
  white-space: nowrap;
}

.team-lineups a {
  color: #FFF;
}

.squad-number {
    position: relative;
    z-index: 1;
    width: 30px;
    height: 25px;
    text-align: center;
    font-size: 12px;
    color: #000;
    padding: 3px;
}
.squad-number i {
    color: #e3e5e6;
    position: absolute;
    font-size: 25px;
    left: 0;
    top: 0;
    z-index: -1;
}

.blog-tabs {
  margin-bottom: 25px !important;
}
.blog-tabs.mb-50 {
  margin-bottom: 50px !important;
}
.blog-tabs.mb-0 {
  margin-bottom: 0 !important;
}
.blog-tabs .btn {
  color: #FFF;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  background: transparent;;
  border: 1px solid rgba(255,255,255,.3);
  font-weight: 400;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  overflow: hidden;
}
.blog-tabs .btn.active,
.blog-tabs .btn:hover {
  background-color: #FFF;
  color: #000;
  text-decoration: none !important;
}

.bg-info {
  color: #FFF;
}

.tab-pane {
  display: none;
}
.tab-pane.active {
  display: block;
}

.pl-20 {
  padding-left: 20px;
}
.pl-40 {
  padding-left: 40px;
}
.pl-80 {
  padding-left: 80px;
}
.pl-100 {
  padding-left: 100px;
}
.pl-120 {
  padding-left: 120px;
}
.pl-140 {
  padding-left: 140px;
}
.pl-160 {
  padding-left: 160px;
}
.pl-180 {
  padding-left: 180px;
}
.pl-200 {
  padding-left: 200px;
}

.carousel-control-next {
  right: -20px;
}
.carousel-control-prev {
  left: -20px;
}

.post-description h1,
.detail-content h1 {
    font-size: 24px;
}
.post-description h2,
.detail-content h2 {
    font-size: 22px;
}
.post-description h3,
.detail-content h3 {
    font-size: 20px;
}
.post-description h4,
.detail-content h4 {
    font-size: 18px;
}
.post-description h5,
.detail-content h5 {
    font-size: 16px;
}
.post-description h6,
.detail-content h6 {
    font-size: 14px;
}

table th {
  background: linear-gradient(to bottom, rgba(0, 132, 255, 1) 0%, rgba(122, 41, 134, 1) 100%);
  color: #c7c8ca;
  padding: 0.75rem;;
  text-align: center !important;
}
table tr td {
  padding: 0.75rem;;
  color: #c7c8ca;
}

#potraitModal.modal {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  height: auto;
}
#potraitModal.modal .modal-content {
  /*background-color: #FFF;*/
  border: none;
  border-radius: 10px;
  overflow: hidden;
}
#potraitModal.modal .close-modal > span {
  border-radius: 50%;
  background: #138496;
  color: #FFF;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  margin-top: 5px;
  margin-right: 10px;
  padding: 2px;
}
#potraitModal.modal .modal-dialog {
  margin: 20px;
}

.reward-box {
    background: url(/theme/Mb5Dekstop/images/luckydraw/ico-cat.png)no-repeat;
    background-size: 100% 100%;
    padding: 40px 15px;
    height: 200px;
    width: 200px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}
.reward-box img {
    max-width: 100px;
}
.reward-box.active div,
.reward-box:hover div {
    color: #00e4ff;
    text-shadow: 0 1px 4px #00e4ff;
}

.prize {
    background: url(/theme/Mb5Dekstop/images/luckydraw/prize-bg.png)center no-repeat;
    background-size: 100% 100%;
    padding: 2px;
}
.prize-img img {
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.prize-des {
    padding: 12px;
}
.reward-name {
    color: #fff;
    font-size: 14px;
    height: 20px;
}
.reward-des {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.reward-point {
    color: #00aeff;
    font-size: 12px;
}
.reward-point h3 {
    margin-bottom: 0;
    font-size: 18px;
}
.btn-redeemreward {
    background: url(/theme/Mb5Dekstop/images/slots/btn-more.png)no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    padding: 5px 15px;
    display: block;
    height: 30px;
    text-transform: uppercase;
    border: none;
    font-size: 12px;
}

.mobile-slider .carousel-control-next,
.mobile-slider .carousel-control-prev {
  top: 63%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.menu-wrapper a {
  font-size: 12px;
}
.menu-wrapper a i {
  /*text-shadow: 0 0 7px #00e4ff, 0 0 10px #00e4ff, 0 0 21px #0084ff, 0 0 42px #0084ff, 0 0 82px #0084ff, 0 0 92px #0084ff, 0 0 102px #0084ff, 0 0 151px #0084ff;*/
}
.round-center {
    background: linear-gradient(to top, rgba(0, 132, 255, 1) 0%, rgba(122, 41, 134, 1) 100%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    padding: 10px 5px;
    margin: auto;
    position: absolute;
    top: -35px;
    left: 0;
    right: 0;
    box-shadow: 0px 2px 9px 0px #00e4ff;
    /*color: #00e4ff;*/
}
.menu-wrapper .round-center i {
    color: #ffffff;
    /*text-shadow: 0 0 7px #00e4ff, 0 0 10px #00e4ff, 0 0 21px #0084ff, 0 0 42px #0084ff, 0 0 82px #0084ff, 0 0 92px #0084ff, 0 0 102px #0084ff, 0 0 151px #0084ff;*/
}
.menu-btm {
  padding-top: 5px;
  background: linear-gradient(to top, rgba(0, 132, 255, 1) 0%, #141029 100%);
}
.menu-wrapper a.active {
    color: #ff94ec;
}
.menu-btm .container {
  padding-right: 10px;
  padding-left: 10px;
}
.ftmenu {
  width: 70px;
}

.btn-more {
    background: url(/theme/Mb5Dekstop/images/slots/btn-more.png)no-repeat center;
    background-size: 100% 100%;
    padding: 8px 10px;
    color: #fff;
    width: 115px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.member-level {
    background: url(/theme/Mb5/images/vip/upgrade-background.jpg) center bottom / 120% 120%;
    width: 100%;
}
.member-level h1 {
    padding-top: 50px;
    text-align: center;
    /*color: rgb(166, 137, 82);*/
    font-size: 22px;
}
.member-leveling {
    color: #FFF;
}
.member-leveling .label-name,
.member-leveling .level-name {
    font-size: 18px;
}
.member-leveling .level-point {
    font-size: 20px;
}

.member-description ul,
.member-description ol {
    padding-left: 15px;
}
.member-description ul li,
.member-description ol li {
    font-size: 16px;
    line-height: 28px;
}
.member-description a {
    color: #00e4ff;
}

.f20 {
    font-size: 20px !important;
}
.f18 {
    font-size: 18px !important;
}
.f16 {
    font-size: 16px !important;
}
.f14 {
    font-size: 14px !important;
}
.f12 {
    font-size: 12px !important;
}

.member-tables,
.bg-blue-secondary {
    background-color: #4f3506;
}
.member-table-header {
    font-size: 18px;
    font-weight: bold;
}
.member-table-body {
    border: 2px solid #806123;
    border-radius: 5px;
    padding: 5px;
    background-size: cover;
    color: #916b54;
    font-weight: normal;
}
.member-table-container {
    background: url(/img/vip/luxury-gold-pattern.jpg);
    border: 2px solid #806123;
    border-radius: 5px;
    padding: 15px;
}
.member-table-header .border-right,
.member-table-body .border-right {
    border-color: rgb(166, 137, 82) !important;
}
.member-table-body i {
    color: #00aeff;
}
.member-table-items {
    background-color: #221a03;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    border: 3px solid #a9933e;
    box-shadow: 0px 0px 9px 4px #000;
}
.member-table-items:before {
    background: url(/img/vip/border-decoration.png);
    content: "";
    width: 63px;
    height: 43px;
    position: absolute;
    top: -10px;
    left: -5px;
}
.member-table-items:after {
    background: url(/img/vip/border-decoration-bottom.png);
    content: "";
    width: 47px;
    height: 38px;
    position: absolute;
    bottom: -10px;
    right: -5px;
}
.member-table-item {
    background: url(/img/vip/point-bg.jpg) center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding: 25px 15px;
}
.member-table-item small {
    color: #916b54;
    font-size: 12px;
}
.member-table-item:last-child {
    margin-bottom: 0;
}
.achievement-star {
    background: url(/img/vip/level-bg.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding: 0 45px;
    color: #FFF;
    height: 22px;
    font-size: 14px;
}
.achievement-label {
    color: #6c4635;
}
.achievement-label-name {
    font-weight: bold;
    font-size: 20px;
}
.member-table-achivement img {
    height: 50px;
}


.star-rating i {
  color: #ffda23;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
  font-size: 14px;
}

.text-danger {
    color: #ff0031 !important;
}

.current-status .progress-bar-container {
    position: relative;
    /*width: 100%;*/
    height: 350px;
}
.current-status .progress-bar-container .line {
    width: 950px;
    margin: auto;
    background: hsla(0,0%,100%,.115);
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition: all .9s ease;
    border: 2px solid #cb9801;
}
.current-status .progress-bar-container .line .line-progress {
    content: " ";
    width: 0;
    height: 100%;
    background: #7e4d01;
    background: linear-gradient(180deg,#7e4d01 0,#e4debc 50%);
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all .9s ease;
}
.current-status .progress-bar-container ul {
    padding: 15px 0 0;
    position: absolute;
    /*width: 100%;*/
    /*margin: -40px 0 0;*/
}
.current-status .progress-bar-container ul li {
    list-style: none;
    /*float: left;*/
    text-align: center;
    color: #8d6428;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease;
    vertical-align: bottom;
    /*height: 60px;*/
    position: relative;
}
.current-status .progress-bar-container ul li .badge-container {
  width: 150px;
}
.current-status .progress-bar-container ul li:before {
    content: " ";
    display: block;
    margin: auto;
    width: 0;
    height: 45px;
    border: 0.5px solid #8d6428;
    background: #8d6428;
    transition: all .3s ease;
}
.current-status .progress-bar-container ul li .step-inner {
    font-size: 1rem;
}
.current-status .progress-bar-container ul li .min-reload {
    /*font-size: .7rem;
    line-height: 1rem;*/
    display: block;
    opacity: .65;
}
.current-status .progress-bar-container ul li:after {
    content: " ";
    position: absolute;
    background-image: url(/img/vip/arrow.png);
    top: 50px;
    left: calc(50% - 10px);
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
}

.text-gold-lighting {
    color: #fef5e4;
    text-shadow:
    0 0 7px #ffad00,
    0 0 10px #ffad00,
    0 0 21px #ffad00,
    0 0 42px #ffad00,
    0 0 82px #ffad00,
    0 0 92px #ffad00,
    0 0 102px #ffad00,
    0 0 151px #ffad00;
    text-transform: uppercase;
    letter-spacing: 3px;
    position: relative;
}

.box-info-wrapper h1,
.box-info-wrapper h2,
.box-info-wrapper h3,
.box-info-wrapper h4,
.box-info-wrapper h5,
.box-info-wrapper h6 {
    color: #00e4ff;
    margin-bottom: 1.5rem;
}
.box-info-wrapper h1 {
    font-size: 26px;
}
.box-info-wrapper h2 {
    font-size: 24px;
}
.box-info-wrapper h3 {
    font-size: 22px;
}
.box-info-wrapper h4 {
    font-size: 20px;
}
.box-info-wrapper h5 {
    font-size: 18px;
}
.box-info-wrapper h6 {
    font-size: 16px;
}

.box-info-wrapper p,
.box-info-wrapper ol li,
.box-info-wrapper ul li {
    color: #fff;
}
.box-info-wrapper ol,
.box-info-wrapper ul {
    padding-left: 20px;
}

button.btn-tnc {
    background: #0084ff;
    border: 1px solid #0084ff;
    width: 100%;
    text-align: left;
    font-size: 15px;
    padding: 7px 15px;
    color: #000;
    font-weight: 600;
    border-radius: 5px;
}

button.btn-tnc.collapsed {
    background: #131313;
    color: #fff;
    font-weight: 400;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 10px;
}
#page-view .tnc-card {
    margin-bottom: 0;
}

.tnc-body {
    background: rgba(0, 0, 0, 0.3);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
    color: #FFF;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
}

body.vip {
  background-color: #1e0c00;

}

.text-primary {
    color: #00e4ff !important;
}

.achievement-point {
  background: rgba(255,255,255,0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  border-bottom: 4px solid #ddd;
  font-size: 18px;
}
.achievement-point h2 {
  font-size: 18px;
  padding: 9px;
  margin-bottom: 0px;
  color: #FFF;
}
.achievement-point .achievement-point-title {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 4px;
  background: #fff;
  padding: 10px 10px 10px 25px;
  color: #000;
  position: relative;
}
.achievement-point .achievement-point-title:before {
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-left: 10px solid #1e0c00;
  border-bottom: 10px solid transparent;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
    content: "";
}

.achievement-point-item {
  padding: 10px;
  border: 1px solid #EDB8FF;
  border-radius: 5px;
  margin-bottom: 10px;
  background-color: #1e0c00;
}
.achievement-point-value {
  position: relative;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 20px;
  z-index: 1;
  background-image: url(/img/vip/star.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.nav-pills li.nav-item {
  width: auto;
  margin-right: 15px;
}
.nav-pills li.nav-item:last-child {
  margin-right: 0;
}

.game-sec .nav-pills li.nav-item {
  width: 100%;
  margin-right: 0;
}

.member-description table th,
.member-description table td {
    padding: 5px;
}
.member-description table th {
    background: rgba(255,255,255,.1);
}

.member-badge-bottom {
    position: absolute;
    bottom: -27px;
    z-index: 0;
}
.member-badge img {
    z-index: 1;
    position: relative;
}
.member-badge {
    margin-bottom: 40px;
}

.member-description table th,
.member-description table td {
    padding: 5px;
}
.member-description table th {
    background: rgba(255,255,255,.1);
}

.member-table-item .progress {
    background-color: #91775b;
    height: 15px;
    border-radius: 3px;
    position: relative;
}
.member-table-item .progress:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #563930;
}
.member-table-item .progress-container {
    background-color: #563930;
    padding: 5px 10px;
    border-radius: 20px;
}
.member-table-item .progress .progress-bar {
    background-image: linear-gradient(to bottom, #f9ce82, #e4730a, #f9ce82);
    z-index: 1;
}
.progress-level {
    font-size: 18px;
}
.progress-level span {
    color: #ff0101;
}

body.vip .header-top {
  padding: 5px 15px;
  width: 100%;
  max-width: inherit;
}
.table-vip {
  border: none;
}
.table-vip th img {
  width: 45px;
}
.member-description table.table-vip th {
    background-color: transparent;
    border: none;
}
table.table-vip td {
  border: none;
}
table.table-vip thead {
  display: inherit;
  width: 100%;
}
table.table-vip thead tr {
  display: flex;
  width: 100%;
}
table.table-vip thead th {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  opacity: 0.5;
  margin-bottom: 10px;
}
.member-description table.table-vip td {
    padding: 5px 25px;
    border-bottom: 1px solid rgba(255,255,255,.1);
    border-left: none;
    border-top: none;
}
.member-description table.table-vip td:nth-child(1) {
    border-right: 1px solid #a9933e;
    padding-left: 0;
}
.member-description table.table-vip td p {
  margin-bottom: 0;
}
.member-description table.table-vip tbody {
  display: inherit;
}
.member-description table.table-vip {
    border: none;
    margin: 30px 0;
    white-space: nowrap;
}

.scroll-hidden {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}
.scroll-hidden::-webkit-scrollbar {
    width: 0;
    height: 0;
    background: transparent;
}

.bg-primary {
  background-color: #141029 !important;
  color: #c7c8ca;
}
.bg-secondary {
  background-color: rgba(255,255,255,0.5) !important;
}
.game-sec .nav-pills.game-nav .nav-link {
  background-color: transparent;
}

.list-of-predictions {
  text-align: center;
}
.list-of-predictions a {
  color: #c7c8ca;
  border-top: 1px solid rgba(255,255,255,.2);
  display: block;
  margin-top: 15px;
  padding-top: 15px;
}
.list-of-predictions a:first-child {
  margin-top: 0;
}
.list-of-predictions a:last-child {
  padding-bottom: 25px;
}

.btn.btn-blue {
  background-color: #0084ff;
  color: #FFF;
  border-radius: 20px;
  height: fit-content;
}

.mobile-slider {
  overflow: hidden;
}
.mobile-slider .carousel-inner {
  border-radius: 0;
}

.header-title {
  color: #c7c8ca;
}
.header-title h2 {
  font-size: 18px;
  margin-bottom: 0;
}

.slick-default .slick-list {
    margin: 0 -8px;
    margin-left: -68px;
}
.blog-box .img-part {
  -webkit-box-shadow: 0px 2px 4px rgb(255 255 255 / 10%);
  box-shadow: 0px 2px 4px rgb(255 255 255 / 10%);
  border-radius: 3px;
  position: relative;
  overflow: hidden;
}
.blog-content a h4 {
  font-size: 14px;
  color: #c7c8ca;
}

.pt-50 {
  padding-top: 50px;
}

.page-title {
  font-size: 16px;
  color: #c7c8ca;
}

#wg-football-toolbar {
  padding-left: 1rem;
  padding-right: 1rem;
}
#wg-football-games tr td:first-child {
  padding-left: 1rem !important;
}
#wg-football-games tr td:last-child {
  padding-right: 1rem !important;
}

.daterangepicker .calendar-table th,
.daterangepicker .calendar-table td {
  background: transparent;
  padding: 5px;
}

.detail-number span {
    background-color: #0084ff;
    padding: 7px;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    display: block;
    text-align: center;
}
.detail-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}
.about-detail-item {
    margin-top: 15px;
}
.detail-desc {
    text-align: justify;
}

.partner-list {
    display: flex;
    align-items: center;
    padding: 0 !important;
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    flex-wrap: wrap;
}
.partner-list li {
    padding-left: 10px;
    padding-right: 10px;
    list-style-type: none;
    margin-top: 8px;
    margin-bottom: 8px;
}
.partner-list li a img:hover {
    transition: all 0.4s;
    transform: scale(1.1);
    filter: none;
}
.partner-list img {
    width: auto;
    max-width: 100%;
}
footer .partner-list img {
    filter: grayscale(1);
}
footer .partner-list {
    margin-bottom: 15px;
}

#accordion .card,
#accordion .card .card-header {
  border-radius: 0;
  color: #c7c8ca;
}
#accordion .card {
  border: none;
  background-color: transparent;
  padding: 0;
}
#accordion .card .card-header {
  background-color: transparent;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(255,255,255,.3);
}
#accordion .card .card-header a {
  color: #c7c8ca;
  display: block;
  text-align: left;
  text-decoration: none !important;
}
#accordion .card .card-header a[aria-expanded="true"] .fa-angle-down {
  display: none;
}
#accordion .card .card-header a[aria-expanded="false"] .fa-angle-down {
  display: block;
}
#accordion .card .card-header a[aria-expanded="true"] .fa-angle-up {
  display: block;
}
#accordion .card .card-header a[aria-expanded="false"] .fa-angle-up {
  display: none;
}

.balance-refresh {
    font-size: 18px;
    z-index: 1;
    padding: 0;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}
.balance-refresh i {
    background: -webkit-linear-gradient(#f9f9ff, #75beea);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.balance-refresh.loading {
    animation-name: rotate;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.balance-refresh:hover {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.member-balance {
    font-size: 14px !important;
    color: #ff94ec !important;
}

@keyframes rotate {
    from {
        transform: rotate(-360deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.balance-dropdown-menu {
    padding: 10px 15px;
}
.balance-dropdown-menu a {
    min-width: 200px;
    background-color: rgba(255,255,255,.2);
    border-radius: 5px;
    padding: 5px 15px;
    margin: 3px 0;
}

.bubble-notif {
    width: 15px;
    position: absolute;
    top: -5px;
    right: -20px;
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}
.badge-new {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 11px;
    font-weight: bold;
    padding: 0 12px 0 3px;
    line-height: 17px;
}
.badge-new-right {
    left: inherit;
    right: -50px;
}
.badge-new:after {
    content: "";
    display: inline-block;
    border-top-width: 16px;
    border-top-style: solid;
    border-left: 0;
    border-right: 12px solid transparent;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    border-top-color: #ea3d26;
}
.balance-til .badge-new {
    top: 4px;
}
.member-name .bubble-notif {
    top: -16px;
    right: 0;
}
.red-bubble-notif {
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-animation: hithere 1s ease infinite;
    animation: hithere 1s ease infinite;
}
.red-bubble-notif img {
    width: 18px;
    max-width: inherit !important;
}
.red-bubble-notif span {
    position: absolute;
    top: 1px;
    left: 6px;
    font-size: 10px;
}
.deposit-btn .red-bubble-notif {
    top: -26px;
    right: -12px;
}
.deposit-btn .red-bubble-notif span {
    top: 3px;
    left: 5px;
}

@-webkit-keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}
@keyframes hithere {
  30% { transform: scale(1.2); }
  40%, 60% { transform: rotate(-20deg) scale(1.2); }
  50% { transform: rotate(20deg) scale(1.2); }
  70% { transform: rotate(0deg) scale(1.2); }
  100% { transform: scale(1); }
}

.box-dashboard {
    background-color: rgba(255,0,0,.3);
}

#account-menu ul {
  padding: 0;
  list-style-type: none;
}
.sidepanel-title {
  padding: 0.5rem 1rem;
  font-weight: bold;
}
#account-menu ul li {
  border-top: 1px solid rgba(255,255,255,.1);
}
#account-menu ul li:first-child {
  border-top: none;
}
#account-menu ul li a {
  padding: 0.7rem 1rem;
}

.box-topup-amount {
    background-color: rgba(0,0,0,0.2);
    display: block;
    text-align: center;
    color: #FFF;
    padding: 10px;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid transparent;
}
.box-topup-amount:hover,
.box-topup-amount.active {
    border: 1px solid #de00bd;
    color: #FFF;
}

.btn-theme,
.btn-play {
    display: block;
    border-radius: 30px;
    color: #fff;
    box-shadow: 2px 3px 7px 1px #000000d1;
    background:url(/theme/Mb5Dekstop/images/btn-play.png)no-repeat;
    background-size: 100% 100%;
    text-align: center;
    font-weight: 900;
}
.btn-play {
    /*position: absolute;
    bottom: 10%;
    left: 10%;
    width: 180px;
    padding: 10px 15px;
    text-transform: uppercase;
    font-size: 18px;*/
    border: none;
    display: inline-block;
}
.btn-theme {
    padding: 5px 25px;
}
.btn-theme:hover {
    color: #FFF;
}
.btn-play:hover {
    text-decoration: none;
    color: #000;
}

.full-height {
  height: calc(100vh - 54px - 46px - 56px);
}

.clipboard-tmp {
  opacity: 0;
  position: absolute;
  z-index: -1;
  left: 0;
}

.confirmation-photo {
    border: 1px solid #dadff6;
    padding: 5px;
    height: 100px;
    border-radius: 10px;
    cursor: pointer;
}
.offcanvas-take-photo-item {
    overflow: hidden;
    position: relative;
}
.offcanvas-take-photo input, .offcanvas-take-photo textarea {
    display: none;
}
.offcanvas-take-photo-item {
  overflow: hidden;
  position: relative;
}
.offcanvas-take-photo-item iframe {
  object-fit: cover;
  height: 125px;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}
.confirmation-photo img {
  object-fit: cover;
  height: 78px;
  pointer-events: none;
}

.filter-tab .tab-item a {
    color: #FFF;
    background: rgba(0,0,0,0.2);
    display: block;
    text-align: center;
    padding: 10px 5px;
    /*width: 150px;*/
    border-radius: 5px;
    font-size: 12px;
}
.filter-tab .tab-item a.active {
    background-size: cover;
    background-image: url(/img/navbar-bg.jpg);
    color: #ffffff;
}
.filter-tab .tab-item a i {
    font-size: 24px;
}

.box-dashboard-topup-balance {
    display: none;
}
.box-dashboard-topup-balance.active {
    display: block;
}

.box-dashboard .list-group-item {
    background-color: transparent;
    padding: 0;
    border-top: 1px solid rgba(255,255,255,.1);
}

.text-secondary,
a.text-secondary:hover {
    color: #ff94ec !important;
}

.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-loading .bar1 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #00f6ff;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax-loading .bar2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #00f6ff;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax-loading .bar3 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #00f6ff;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ajax-loading .bar4 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: #00f6ff;
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: rgba(0,0,0, 0.05);
}

@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}

.btn-danger {
    color: #fff !important;
    background-color: #dc3545 !important;
    border-color: #dc3545 !important;
}

.transfer-balance-item {
    background-color: rgba(255,255,255,.2);
    border-radius: 5px;
}
.transfer-balance-item.middle {
    padding-bottom: 25px !important;
}
.transfer-balance-item svg {
    height: 42px;
    width: 42px;
    background: #0f161f;
    border-radius: 5px;
}
.transfer-balances-amount {
    color: #ff94ec;
}
.transfer-balance-item .btn-white {
    background: #c7d2d7;
    padding: 0 25px;
    font-weight: normal;
    border-radius: 20px;
    font-size: 12px;
}
.transfer-balance-item.middle .btn-white {
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.transfer-balance-item .view-game {
    color: #c7d2d7;
}

.account-notifications ol,
.account-notifications ul {
  padding-left: 20px;
  margin-bottom: 0;
}

.modal-content {
    background-color: #141029;
    box-shadow: 0px 0 11px 2px #0084ff;
    border-radius: 10px;
    color: #FFF;
}
.modal-content .box-topup-amount,
.modal-content .list-group-item {
    background-color: rgba(255,0,0,.2);
}
.modal-header .close {
    color: #FFF;
}

.badge-download {
    background: #fff;
    color: #8697a2;
    display: block;
    border-radius: 20px;
}
.badge-download svg {
    width: 16px;
    height: 20px;
}

.modal-open #myModal.modal.show {
  display: flex !important;
}

#box-tables .dropdown-menu {
  background-color: rgba(255,255,255,0.8);
  padding: 0;
}
#box-tables .dropdown-menu a {
  display: block;
  color: #000;
  padding: 5px;
}
#box-tables .dropdown-toggle::after {
  display: none;
}

.h6, h6 {
  line-height: 22px;
}

.select2-container .select2-selection--single {
    height: 35px !important;
    padding-left: 10px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 35px !important;
}

.border-top {
  border-top: 1px solid rgba(255,255,255,.1) !important;
}

.btn-gold {
    display: inline-block !important;
    background:url(/img/btn-gold.png) no-repeat !important;
    background-size: 100% 100% !important;
    text-align: center;
    font-weight: bold;
    border-radius: 0 !important;
}
.btn-claim {
    display: inline-block !important;
    background: url(/img/btn-green.png) no-repeat !important;
    background-size: 100% 100% !important;
    text-align: center;
    font-weight: bold;
    border-radius: 0 !important;
    color: #FFF !important;
    padding: 5px 25px !important;
    text-shadow: 1px 1px 4px rgba(0,0,0,0.7);
}

.claim-reward-container h6 {
    font-size: 14px;
}
.claim-reward-container {
    color: #fef5e4;
    text-shadow: 0 0 7px #ffad00;
}

#game-launch #launch-game-account {
    background-color: #141029;
    color: #FFF;
    padding-top: 15px;
}
#launch-game-account #msg-text ul {
    list-style-type: none;
}

body.body-affiliate {
  padding-bottom: 0;
}
.body-affiliate #invitation-page {
  padding-top: 0 !important;
}
#invitation-page {
    position: relative;
    padding-top: 30px;
    padding-bottom: 32px;
    background: url(/img/invitation-banner.webp) no-repeat top/cover;
}
.invitation-header {
    border-bottom: 1px solid rgba(255,255,255,0.15);
    padding-bottom: 15px;
    margin-bottom: 30px;
}
#invitation-page h1,
.h1-title {
    color: #F9DFAC !important;
    text-shadow: 0px 0px 7px #000000e0 !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding-top: 20px !important;
    text-align: center !important;
}
#invitation-page h2,
.h2-title {
    color: #fff;
    text-shadow: 0px 0px 7px #000000e0;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
}
#invitation-page .reg-box {
    width: 100%;
    max-width: inherit;
}
.invitation-form {
    box-sizing: border-box;
    padding: 100px 40px 0 40px;
    width: 100%;
    height: 570px;
    margin: 0 auto;
    background: url(/img/reg_form_bg.webp) no-repeat top/cover;
}
.invitation-form .reg-box .form-control {
    height: 40px;
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
    border-left: none;
}
.invitation-form .reg-box .form-control:focus,
.invitation-form .reg-box .form-control:active {
    outline: none;
    box-shadow: none;
}
.invitation-form .input-group-text {
  background-color: #FFF;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 25px;
  border-bottom-left-radius: 25px;
  border-right: none;
  height: 40px;
}
.invitation-form select.form-control {
  margin-top: 0;
}

.bg-disabled {
    background-color: #f7f7f7;
}

.sidebar-notif .bubble-notif {
    top: -12px;
    right: -12px;
}

.box-information h2 {
    font-size: 15px;
    margin-bottom: 0;
}
.box-information-header {
    background-color: rgba(255,255,255,.2);
    padding: 10px;
}
.item-information {
    line-height: 24px;
    padding: 10px 10px 0 10px;
}

.btn-secondary {
    background-color: rgba(255,255,255,.8) !important;
}

#modal-achievement .modal-dialog {
  margin: 0;
}
.modal-open #modal-achievement.modal.show {
  display: flex !important;
}

#games-list.slots .nav-link-title {
  display: none;
}
#games-list.slots .game-item-link.border-img a,
#games-list.live-casino .game-item-link.border-img a {
  border: none;
  box-shadow: none;
}

.error a {
    display: inline-block;
    padding: 12px 30px;
    font-weight: 700;
    background: #07B3F9;
    color: #fff;
    border-radius: 40px;
    text-decoration: none;
    -webkit-transition: 0.2s all;
    transition: 0.2s all;
}
.error .container-error-404 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}

table.table-wrap tr td {
    white-space: inherit;
}

.download-container .card {
    text-align: center;
    padding: 25px 15px;
}
.download-qr-container .badge-download svg {
    width: 10px;
    height: 15px;
}

.border-radius {
  border-radius: 15px;
}
.wrapper-play-video .overlay-play-video {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.4);
  z-index: 1;
}
.wrapper-play-video a {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 34px;
  color: #FFF;
  -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
  z-index: 2;
}

.game-loading-after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/loading.gif);
  background-repeat: no-repeat;
  background-size: 100px;
  background-position: center;
}
.game-loading-before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/img/launch-game-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center;
}

.download-container .card-inner > img {
    max-height: 32px;
}

.league-menubar {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    right: -100%;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
    background: url(/img/menu-slide-bg.jpg)no-repeat bottom center;
    background-size: cover;
    box-shadow: 0px 0 11px 2px #0084ff;
    color: #FFF;
    overflow-y: auto;
    height: 100vh;
    width: 250px;
}
.league-menubar.open {
    right: 0;
}
.league-menubar .widget.league-selections {
    margin-bottom: 0 !important;
    padding-bottom: 15px;
}
.league-menu-close {
    font-size: 14px !important;
}

@media only screen and (max-width: 990px) {
    .header-top {
        left: 0;
        padding: 0 15px;
    }
    .header-top {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .mobile-slider {
        padding-top: 50px;
    }
    .right-member .btn-login,
    .btn-reg {
        padding: 6px 10px;
        line-height: 15px;
        font-size: 10px;
    }

    .dropdown .dropdown-toggle {
        font-size: 12px;
    }

    .language-items a img {
        height: 12px;
    }

    .nav-link-title {
        font-size: 12px;
    }

    /*.logo img {
        max-height: 20px;
    }*/

    .menu-wrapper a {
      padding: 5px 10px;
    }

    .menu-wrapper a:first-child {
      padding-left: 5px;
    }
    .menu-wrapper a:last-child {
      padding-right: 5px;
    }

    .playerinfo-sec img {
      max-height: 50px;
      margin-bottom: 5px;
      margin-right: 0 !important;
    }
    .playerinfo-sec a {
      text-align: center;
    }
    .playerinfo-sec h3 {
      font-size: 14px;
    }
    .playerinfo-sec p {
      font-size: 10px;
    }

    .nav-link-title {
      max-width: 90%;
      height: 24px;
      padding: 5px 10px;
      font-size: 10px;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    blockquote {
        width: 100%;
    }

    .post-description iframe {
      height: 350px;
    }
}

@media only screen and (max-width: 520px) {
    .post-description iframe {
      height: 250px;
    }
    .detail-content img {
      display: block;
      float: none !important;
      margin: 0 0 15px !important;
    }

    .detail-content table,
    .post-description table {
      width: max-content !important;
    }
    .detail-content p,
    .post-description p {
      text-align: justify;
    }
    .detail-content img,
    .post-description img {
      float: none !important;
      width: auto !important;
      height: auto !important;
      max-width: 100% !important;
    }
    .detail-content p img,
    .post-description p img {
      margin: 15px 0 !important;
    }
}