@font-face {
  font-family: Battambang;
  font-style: normal;
  font-weight: 400;
  src: local("Battambang"), url(../../fonts/battambang/battambang.woff2);
  unicode-range: U+1780-17FF, U+200B-200C, U+25CC;
}
@font-face {
  font-family: Battambang;
  font-style: normal;
  font-weight: 700;
  src: local("Battambang Bold"), local("Battambang-Bold"), url(../../fonts/battambang/battambang-bold.woff2) format("woff2");
  unicode-range: U+1780-17FF, U+200B-200C, U+25CC;
}
* {
  box-sizing: border-box;
}

.carousel {
  position: relative;
  max-width: 767px;
  margin: 0 auto;
}

.pdb-100 {
  padding-bottom: 100px;
}

.game_lobby img {
  width: 100%;
}

.table-responsive > .table-bordered {
  margin-bottom: 1px !important;
}

ul.pagination {
  font-size: 15px;
  list-style: none;
  margin-top: -5px;
  padding-left: 11px;
  padding: 0;
}

ul.pagination > li {
  float: left;
  margin-right: 10px;
}

ul.pagination .fa, .far, .fas {
  color: #a15a00;
}

ul.pagination > li > a.current-page {
  color: #000;
  font-weight: 700;
}

.row .table-responsive {
  overflow-y: scroll;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  -webkit-overflow-scrolling: touch;
  max-height: 400px;
}

a, a:hover, a:visited, a:link, a:focus {
  text-decoration: none;
}

a {
  color: #666;
}

.wrapper {
  transition: transform 0.3s;
  padding-bottom: 4.8rem;
}

.container {
  max-width: 768px;
  padding: 0px;
}

.container .main-container section.py-3 {
  padding: 10px;
}

.container .main-container .py-4 {
  padding: 10px;
}

.main_home {
  margin-bottom: 100px;
}

.card-outline p {
  line-height: 1.4rem;
  font-size: 0.8rem;
}

.dep-head p {
  font-size: 0.8rem;
  font-weight: 700;
  margin-top: 1rem;
  text-align: center;
}

.c-menu {
  position: fixed;
  z-index: 1031;
  background: linear-gradient(#f72c2c, #ffffff);
  /* background-color: #000000; */
  transition: transform 0.3s;
}

.menu-items {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-slide-left {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    width: 275px;
  }
}
@media (max-width: 768px) {
  .record a {
    font-size: 12px !important;
    padding-left: 1rem;
  }
}
.menu-slide-left .menu-item {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.menu-item a {
  text-transform: uppercase;
}

.menu-slide-left .menu-item:first-child {
  border-top: none;
}

.menu-slide-left .menu-item:last-child {
  border-bottom: none;
}

.menu-slide-left .menu-link {
  display: flex;
  color: #fff;
  font-size: 0.8rem;
}

.menu-slide-left {
  top: 0;
  left: 0;
  transform: translateX(-100%);
}

@media all and (min-width: 320px) {
  .menu-slide-left {
    transform: translateX(-300px);
  }
}
.menu-slide-left.is-active {
  transform: translateX(0);
}

.mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.item-inner {
  position: relative;
  width: 100%;
  display: flex;
  padding: 12px;
  align-items: center;
  min-height: 50px;
}

.item-inner::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: auto;
  top: auto;
  height: 1px;
  width: 100%;
  background-color: #614f00;
  display: block;
  z-index: 15;
  transform-origin: 50% 100%;
}

.navbar-toggler-left {
  padding-left: 0;
  padding-right: 0;
  height: 100%;
}

.navbar-toggler {
  box-sizing: border-box !important;
}

.ico {
  display: inline-block;
  width: 60px;
  height: 50px;
}

.menu-link span {
  text-transform: capitalize;
  display: block;
  color: #fff;
  font-size: 0.85rem;
}

.menu-link:focus {
  background: #744010;
}

html, body {
  position: relative;
  height: 100%;
  min-height: 100%;
}

body {
  background: #f1f1f1;
  font-family: Battambang, Arial, "Helvetica Neue", "Leelawadee UI", sans-serif;
  font-size: 14px;
  color: #333;
  margin: 0;
  padding: 0;
}

button, input, optgroup, select, textarea {
  font-family: "Battambang", sans-serif;
}

.swiper-container {
  width: 100%;
  height: auto;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}

.menu > div {
  font-size: 0.9rem;
}

.navbar-brand img {
  height: 35px;
}

.nav-back {
  background-color: #D37509;
  padding: 0.1rem 0.4rem;
}

.nav-wrap {
  display: inline-block;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #E3E3E1;
}

.nav-wrap span {
  width: 100%;
  margin-left: 0.5rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.container.main {
  padding-left: 5px;
  padding-right: 5px;
}

/* .navbar-inverse .navbar-toggler-icon, header .navbar-toggler-icon {
    background-image: url(../../images/iconic88/menu-resp.svg)
} */
.navbar-toggler-icon {
  background-image: url(/content/images/iconic88/menu-resp.svg);
}

.footer {
  left: 0;
  bottom: 0;
  position: absolute;
  z-index: -1;
  display: flex;
  width: 100%;
  justify-content: center;
}

.contant {
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
  overflow: hidden;
  margin: 0 0 20px;
}

.clearfix {
  clear: both;
}

.row.no-gutters-5 {
  margin-left: -5px;
  margin-right: -5px;
}

.row.no-gutters-5 a span {
  color: #000;
  padding-top: 8px;
}

.no-gutters-5 > .col, .no-gutters-5 > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.bg-2 {
  background: linear-gradient(#ffffff, #ff0b31);
  /* border-bottom: 1px solid #050505;
  background: transparent linear-gradient(180deg, #050505, #444 90%, #444) */
}

.main-container {
  width: 100%;
}

.img_3g {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
}

@media (max-width: 500px) {
  .img-item i, .tran i {
    width: 100%;
    height: 70px;
  }
}
.box-promotion-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  position: relative;
  background: #000;
  display: block;
}

.title-slide {
  width: 100%;
  max-width: 150px;
  height: auto;
  padding: 5px 0;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  color: #ffe000;
  background: #af0000;
}

.promotion-slide {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 20px;
}

.promotion-slide p {
  color: #fff;
}

.home-display .icon-thumbnail {
  display: block;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 0;
  list-style: none;
}

.home-display .icon-thumbnail-item {
  width: 33.3333333333%;
  display: inline-block;
}

.home-display .icon-thumbnail-item svg {
  width: 6.2rem;
  height: 7.6rem;
  fill: #ffe000;
}

.home-display .icon-thumbnail-item:first-child a, .home-display .icon-thumbnail-item:nth-child(4) a, .home-display .icon-thumbnail-item:nth-child(7) a, .home-display .icon-thumbnail-item:nth-child(10) a, .home-display .icon-thumbnail-item:nth-child(13) a, .home-display .icon-thumbnail-item:nth-child(16) a, .home-display .icon-thumbnail-item:nth-child(19) a {
  border-left: none;
  border-right: 1px solid #560202;
}

.home-display .icon-thumbnail-item:nth-child(2) a, .home-display .icon-thumbnail-item:nth-child(5) a, .home-display .icon-thumbnail-item:nth-child(8) a, .home-display .icon-thumbnail-item:nth-child(10) a, .home-display .icon-thumbnail-item:nth-child(11) a, .home-display .icon-thumbnail-item:nth-child(13) a, .home-display .icon-thumbnail-item:nth-child(14) a, .home-display .icon-thumbnail-item:nth-child(17) a {
  border-right: 1px solid #560202;
}

.home-display .icon-thumbnail-item:nth-child(3) a, .home-display .icon-thumbnail-item:nth-child(6) a, .home-display .icon-thumbnail-item:nth-child(9) a, .home-display .icon-thumbnail-item:nth-child(12) a, .home-display .icon-thumbnail-item:nth-child(15) a, .home-display .icon-thumbnail-item:nth-child(18) a {
  border-right: none;
}

.home-display .icon-thumbnail-item.product-casino-gold {
  height: 0 !important;
}

.home-display .icon-thumbnail .product-games svg {
  width: 8.2rem;
}

.home-display ul.icon-thumbnail-link a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  border-bottom: 0.1rem solid #560202;
  border-top: 0.1rem solid #cc0505;
}

.home-display .icon-thumbnail-label {
  display: block;
  color: #fff;
}

.home-display .icon-thumbnail-new-tag {
  position: absolute;
  top: 0.5rem;
  right: 0.6rem;
  display: block;
  padding: 0.2rem 0.5rem;
  background: red;
  color: #fff;
  font-size: 1.2rem;
  border-radius: 0.2rem;
}

.product-box a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 1rem;
  border-bottom: 1px solid #560202;
  border-top: 1px solid #cc0505;
  background: #af0000;
}

.t-home {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 0.9rem;
  display: block;
}

.box-h {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  background: #7e0000;
  border: 1px solid #af0000;
  color: #ffe000;
  border-radius: 0.5rem;
  display: block;
}

.second {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 5px 0;
  display: block;
}

.side_logo {
  border-bottom: 1px solid #5e5e5e;
  padding: 7px 0;
}

.layout-nav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.btn1 {
  border-radius: 0;
}

.nav-game {
  width: 100%;
  height: auto;
  text-align: center;
  padding: 10px 0;
  margin: 0 auto;
  padding: 10px 5px;
}

.box-game-nav, .icon-nav2 {
  width: 100%;
  height: 100%;
  border: 1px solid black;
  text-align: center;
  padding: 10px 0;
  margin: 5px auto;
  border: 1px solid #5e5e5e;
  border-radius: 3px;
  display: block;
}

.box-game-nav a img {
  width: 100%;
  max-width: 29px;
  height: auto;
  margin: 0 auto;
  text-align: center;
  display: block;
}

.t-nav {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 0.6rem;
  display: block;
  text-transform: uppercase;
}

.nav2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  border-top: 1px solid #5e5e5e;
  position: relative;
}

.quicklinks {
  width: 100%;
  max-width: 150px;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  font-size: 0.7rem;
  color: #fffbfb;
  padding: 4px 0;
  background-color: #dc3545;
  /* background: #373737; */
  display: block;
}

.quick {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  display: block;
}

.t-nav2 {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 0.5rem;
  display: block;
}

.t-casino {
  width: 100%;
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 2px;
  color: #fff;
  font-size: 0.7rem;
  display: block;
}

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

#home_lobby {
  padding: 10px;
}

.announment {
  width: 98%;
  height: auto;
  margin: 10px auto;
  background: #ff5d77;
  display: flex;
  border-radius: 25px;
  position: relative;
  min-height: 2.25rem;
}

.announment marquee {
  font-size: 14px;
  font-weight: 500;
  margin: 0 15px 0 42px;
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

.announment i {
  vertical-align: middle;
  background: url(../../images/iconic88/home/icon_announcement.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  margin-right: 2.5rem;
  margin-left: 10px;
}

.ico-notice {
  width: 1.1rem;
  height: 1.1rem;
  display: inline-block;
  position: absolute;
  padding-right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.encircle {
  margin: 10px auto 15px auto;
  text-align: center;
}

.encircle div {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  font-size: 24px;
  color: #ff3d5b;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  border: solid 4px red;
  box-sizing: content-box;
  margin: 1px;
  animation: glow 2s infinite;
}

.encircle.cockf div {
  width: 28px;
  height: 28px;
  font-size: 20px;
  line-height: 28px;
}

@keyframes glow {
  0% {
    -webkit-box-shadow: 0 0 4px #f32022;
  }
  50% {
    -webkit-box-shadow: 0 0 20px #f32022;
  }
  100% {
    -webkit-box-shadow: 0 0 4px #f32022;
  }
}
.form-row > .col, .form-row > [class*=col-] {
  margin-bottom: 10px;
}

.img_3g {
  height: auto;
  margin: 0 auto;
  text-align: center;
  padding: 0;
  display: block;
  max-width: 100%;
}

.title_cas {
  width: 100%;
  text-align: center;
  color: #ff3d5b;
  font-weight: 600;
}

.item-games {
  text-align: center;
}

.item-games img {
  width: 100%;
}

.title-loby {
  text-align: center;
  color: #FF3857;
  font-size: 14px;
  font-weight: 700;
}

.sec_home .item-games img {
  width: 100%;
  max-width: 200px;
}

.sec_home .title-loby {
  width: 100%;
  text-align: center;
  padding: 5px;
  color: #fff !important;
  font-weight: 700;
}

.sl-blog {
  position: relative;
  border-radius: 5px;
  border: 1px solid #df59a3;
}

.title-slot {
  text-align: center;
  color: #ff0b31;
  font-size: 14px;
  font-weight: 600;
  padding: 7px 0;
}

.slot-games img {
  border-radius: 5px 5px 0 0;
}

.logon {
  display: flex;
  padding: 0.1rem;
  margin-bottom: 10px;
}

.btnn {
  text-align: center;
  font-size: 1.1rem;
  text-transform: capitalize;
  display: block;
  color: #fff;
  border-radius: 25px;
  position: relative;
  vertical-align: middle;
  padding: 7px 12px;
}

.btnn {
  /* background: linear-gradient(#ffffff, #ff0b30da); */
  background-color: #a82d25;
}

.logon {
  display: flex;
  padding: 0.1rem;
}

.logon li {
  width: 100%;
  padding: 0.1rem;
}

.logon a {
  width: 100%;
}

.logon a i {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
}

.ico-login {
  background-image: url(/content/images/iconic88/icon/login.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.btn-yellow {
  background-color: #c9a500 !important;
}

.ico-register {
  background-image: url(/content/images/iconic88/icon/register.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

footer {
  position: relative;
}

section.footer {
  width: 100%;
  height: 75px;
  border-top: 1px rgb(76, 76, 76) solid;
  position: fixed;
  left: 0;
  bottom: -0.01rem;
  display: flex;
  z-index: 999;
}

.toolbar-inner {
  position: absolute;
  left: 0;
  z-index: 99999;
  width: 100%;
  height: 100%;
  padding: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(rgba(255, 255, 255, 0.8470588235), #ff0b31);
}

.toolbar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 75px;
  width: 100%;
  display: block;
  z-index: 15;
  transform-origin: 50% 0%;
  opacity: 1;
  background: transparent linear-gradient(180deg, #444, #050505 92%, #000);
}

ul.toolbar_icons {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  width: 100%;
  display: flex;
  justify-content: center;
}

ul.toolbar_icons li {
  list-style: none;
  padding: 0;
  display: inline-block;
  text-align: center;
  width: 20%;
}

ul > li.menuicon {
  list-style: none;
  text-align: center;
  border-radius: 100%;
  background-color: rgb(244, 71, 98);
  height: 100px;
  width: 100px;
  border: 0.1rem #1e2230 solid;
  box-shadow: 0 -0.1rem 0.2rem #1e2230;
  margin-top: -1.8rem;
}

ul > li.menuicon a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

ul.toolbar_icons li img {
  max-width: 32px;
  margin: 0 auto;
  display: block;
}

ul.toolbar_icons li.menuicon img {
  max-width: 40%;
}

ul.toolbar_icons li span {
  font-size: 18px;
  color: #fff;
}

ul > li.menuicon {
  height: 75px;
  width: 75px;
}

ul.toolbar_icons li span {
  font-size: 1em;
}

.form-prepend {
  position: relative;
}

.form-prepend i {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 1rem;
}

.form-prepend .form-control {
  padding-left: 1.8rem;
}

.w310 {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding-left: 26px;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.is-invalid + .invalid-feedback {
  display: block;
}

#btn-refresh {
  background-color: transparent;
}

#btn-refresh:focus {
  box-shadow: none;
}

#btn-refresh i {
  font-size: 1.2rem;
  color: #007bff;
}

.list a {
  border: 1px solid #af0000;
}

.list a:hover {
  background-color: #af0000;
}

.btn-big {
  background-color: #af0000;
  color: #fff;
}

.center-tab a {
  border: 1px solid #af0000;
}

.center-tab a.active {
  background-color: #af0000;
}

.input input.password {
  display: inline-block !important;
}

label.captcha {
  border: 1px solid #af0000;
}

@media (max-width: 414px) {
  ul > li.menuicon {
    height: 65px;
    width: 65px;
  }
  ul.toolbar_icons li img {
    max-width: 25px;
  }
  section.footer {
    height: 60px;
  }
}
.center-avtar::before {
  content: "";
  font-size: 4em;
  width: 2.5rem;
  display: block;
  height: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c39.77 0 72 32.24 72 72S295.8 272 256 272c-39.76 0-72-32.24-72-72S216.2 128 256 128zM256 448c-52.93 0-100.9-21.53-135.7-56.29C136.5 349.9 176.5 320 224 320h64c47.54 0 87.54 29.88 103.7 71.71C356.9 426.5 308.9 448 256 448z'/%3E%3C/svg%3E");
  background-size: contain;
}

.nav-bank {
  flex-wrap: nowrap;
}

.about-us p {
  color: inherit;
}

.main {
  padding-bottom: 6rem;
}

.jackpot {
  text-align: center;
  background: #5c2961;
  border-radius: 0.3rem;
  background: url(../../images/iconic88/jackpot.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  margin-bottom: 1rem;
  position: relative;
}

.jackpot > span {
  font-size: 1.1rem;
  display: block;
  padding: 1.5rem;
  color: #fff;
  font-weight: 600;
}

.jackpot .star {
  position: absolute;
  background: url(../../images/iconic88/star.png) no-repeat;
  background-size: contain;
  overflow: hidden;
  opacity: 0;
  animation-name: starAnimate;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.65s;
  animation-direction: normal;
  animation-fill-mode: both;
}

.jackpot .star.star-1 {
  width: 52px;
  height: 47px;
  top: 0px;
  left: 181px;
  animation-delay: 0.5s;
}

.jackpot .star.star-2 {
  width: 36px;
  height: 34px;
  top: -3px;
  left: 90%;
  animation-delay: 1.5s;
}

.jackpot .star.star-3 {
  width: 52px;
  height: 47px;
  top: 2px;
  animation-delay: 2.5s;
}

.jackpot .star.star-4 {
  width: 52px;
  height: 47px;
  top: -8px;
  left: 77px;
  animation-delay: 3.5s;
}

.jackpot .star.star-5 {
  width: 52px;
  height: 47px;
  top: -10px;
  left: 140px;
  animation-delay: 4.5s;
}

.jackpot .star.star-6 {
  width: 52px;
  height: 47px;
  top: -14px;
  left: 70%;
  animation-delay: 6.5s;
}

.jackpot .star.paused {
  animation-play-state: paused;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes starAnimate {
  from {
    opacity: 0;
  }
  25% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: 0.5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sprite {
  from {
    background-position: 0 0%;
  }
  to {
    background-position: 100% 0;
  }
}
.nav-provider {
  width: 100%;
  justify-content: center;
}

.nav-provider .nav-item {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 0.5rem;
}

.nav-provider img {
  width: 4rem;
}

.nav-menu .nav-link {
  color: #f8f9fa;
}

.slots-tab .fav-game-slot {
  display: flex;
  flex-wrap: wrap;
}

.current-lang img {
  width: 2rem;
  height: 2rem;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}

/** member center ***/
/*.center-head {
    width: 100%;
    height: 180px;
    background: url(../../user/banner-center.jpg) center top no-repeat;
    box-sizing: border-box;
    padding: 10px;
    position: relative;
    margin: 0 0 10px;
    display: block;
    .center-avtar {
        width: 80px;
        height: 80px;
        border-radius: 100%;
        overflow: hidden;
        background: url(../../images/avtar-bg.png) center no-repeat;
        margin: 25px 0 0;
    }
    .center-info{
        p{
            display: block;
        }
    }
}*/
.center-tab a {
  color: #444;
}
.center-tab a.active {
  color: #fff;
}

.center-head .center-avtar:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23555' d='M256 0C114.6 0 0 114.6 0 256s114.6 256 256 256s256-114.6 256-256S397.4 0 256 0zM256 128c39.77 0 72 32.24 72 72S295.8 272 256 272c-39.76 0-72-32.24-72-72S216.2 128 256 128zM256 448c-52.93 0-100.9-21.53-135.7-56.29C136.5 349.9 176.5 320 224 320h64c47.54 0 87.54 29.88 103.7 71.71C356.9 426.5 308.9 448 256 448z'/%3E%3C/svg%3E");
}
.center-head .center-info h3 {
  color: #ff0b31;
}
.center-head .center-info p {
  display: block;
  color: #222;
}

.btn-big {
  color: #fff !important;
}

.center-basic td {
  color: #444;
}

.ref_link {
  background-color: #025900;
  color: #fff !important;
}

.transfer label span {
  color: #444;
}

.turnover-item label span {
  color: #333 !important;
}

.provider-item .btn-turnover {
  border: 1px solid #ff0b31 !important;
  color: #444 !important;
  border-radius: 0.5rem;
}

.provider-item .btn-turnover:focus {
  background-color: #ff0b31;
  color: #fff !important;
}

.slots .slots-tab .btn.active {
  background-color: #ff0b31;
}/*# sourceMappingURL=style.css.map */