@charset "UTF-8";

body {
  font-family: "Roboto", "Kanit", sans-serif;
  font-weight: inherit;
  font-size: 100%;
  /* animation: fade-in 1s, bg-move 15s linear infinite;
    -webkit-animation: fade-in 1s, bg-move 15s linear infinite; */
  background: url(../images/img-background-01.jpg);
  background-size: cover;
}

::-moz-selection {
  background: rgba(0, 0, 0, 0.2);
}

::selection {
  background: rgba(0, 0, 0, 0.2);
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
}
/* bet-popup */
.modal-bet {
  max-height: calc(100% - 4.8rem);
}

.modal-bet .modal-header {
  background: rgb(161, 116, 24);
  background: linear-gradient(90deg,
          rgba(161, 116, 24, 1) 0%,
          rgba(252, 246, 186, 1) 20%,
          rgba(191, 149, 63, 1) 47%,
          rgba(252, 246, 186, 1) 77%,
          rgba(191, 149, 63, 1) 100%);
}

.modal-bet .modal-title {
  color: #000;
}

.modal-bet .modal-body .topic-head {
  color: #000;
  padding: 10px 0;
}

.modal-bet .modal-body p.status {
  font-size: 18px;
}

.modal-bet .modal-body .detail {
  background-color: #ededed;
  border-radius: 10px;
  color: #000;
  padding: 20px;
  font-size: 16px;
}

.modal-bet .modal-body .detail .flex {
  padding: 10px 0;
  display: flex;
  border-bottom: 1px solid #e1e1e1;
}

.modal-bet .modal-body .detail-playBet {
  margin: 20px 0;
  font-size: 16px;
  border: 1px solid #ebebeb;
  border-radius: 5px;
  padding: 10px 0;
}

.modal-bet .modal-body .amount-bet .header-amount {
  background-color: #ededed;
  color: #000;
  font-size: 14px;
}

.modal-bet .modal-body .amount-bet .number-amount {
  color: #000;
}

.modal-bet .modal-body .amount-bet .number-amount span {
  font-size: 16px;
  line-height: 44px;
}

.detail-result .box-item h3 {
  font-size: 36px;
  color: #363636;
}

.detail-result .box-item .col-footer {
  padding: 0;
}

.detail-result .box-item .col-footer p {
  color: #fff;
  font-size: 18px;
  line-height: 40px;
}

.detail-result .box-item .col-footer h3 {
  font-size: 22px;
  margin: 0;
}

.detail-result .box-item .col-footer .text-end {
  padding: 5px 0;
}

.detail-result .box-item .col-body {
  padding: 5px;
}

.detail-result .total {
  text-align: end;
}

.detail-result .total p {
  color: #363636 !important;
  font-size: 16px;
  margin-bottom: 5px;
}

/* color-status */

.detail-result .box-win .bg-status {
  background-color: #189d1c;
  padding: 5px 20px;
}
.detail-result .box-win .col-footer h3 {
  color: #189d1c;
}

.detail-result .box-notWin .bg-status {
  /* background-color: #AAAAAA; */
  background-color: red;
  padding: 5px 20px;
}
.detail-result .box-notWin .col-footer h3 {
  color: #AAAAAA;
}


/* Ead color-status */


/* end-bet-popup */
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.clear {
  clear: both;
  display: block;
  width: 100%;
  font-weight: 400;
}

.wrapper {
  margin-bottom: 10%;
}

ul {
  padding: 0;
}

li {
  list-style: none;
}

a,
a:hover {
  text-decoration: none;
}

.h4,
h4 {
  font-size: 18px;
}

.rounded-2 {
  border-radius: 0.5rem !important;
}

.topic-head {
  font-size: 22px;
}

.img-fluid {
  width: 100%;
  height: auto;
}

.bg-light-gray {
  background-color: #d9d9d9;
  border: 1px solid #202020;
}

.bg-gold {
  background: rgb(161, 116, 24);
  background: linear-gradient(
    90deg,
    rgba(161, 116, 24, 1) 0%,
    rgba(252, 246, 186, 1) 20%,
    rgba(191, 149, 63, 1) 47%,
    rgba(252, 246, 186, 1) 77%,
    rgba(191, 149, 63, 1) 100%
  );
}

.bg-black-grad {
  background: rgb(30, 30, 30);
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 1) 0%,
    rgba(0, 17, 0, 1) 0%,
    rgba(58, 58, 58, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.text-green {
  color: #ffc20f;
}

.btn-default {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-green-dark {
  background-color: #430;
  color: #fff;
}

.btn-grey {
  background-color: #373737;
  color: #f1f1f1;
  border: 1px solid #d3d0d0;
}

.btn-gold {
  color: #3e3e3e;
  border: 1px solid #434343;
  background: rgb(161, 116, 24);
  background: linear-gradient(
    90deg,
    rgba(161, 116, 24, 1) 0%,
    rgba(252, 246, 186, 1) 20%,
    rgba(191, 149, 63, 1) 47%,
    rgba(252, 246, 186, 1) 77%,
    rgba(191, 149, 63, 1) 100%
  );
}

.btn-black {
  color: #fcf6ba;
  border: 1px solid #fcf6ba;
  background: rgb(30, 30, 30);
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 1) 0%,
    rgba(0, 17, 0, 1) 0%,
    rgba(58, 58, 58, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.border-yellow {
  border-color: #cead5e;
}

/* ------------------------------ */

.login-content {
  padding: 20px;
  background: url(../images/bg-login.png);
  background-size: 100% 100%;
  background-position: top center;
  background-repeat: no-repeat;
  color: #fff;
}

.login-content .form-control {
  padding-left: 30px;
}

.login-content span {
  position: absolute;
  top: 8px;
  left: 10px;
  color: #363636;
}

.login-content a {
  color: #252525;
}

.login-content button.text-green {
  color: #ffc20f;
}

/* checkbox */
.form-check {
    text-align: left;
  font-size: 16px;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
  padding: 0;
  margin-top: 10px;
}

.form-check + .form-check {
  margin-top: 1em;
}

.form-check--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}

input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0;
  font: inherit;
  color: #fff;
  width: 20px;
  height: 20px;
  border: 0.15em solid currentColor;
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

input[type="checkbox"]::before {
  content: "";
  width: 0.65em;
  height: 0.65em;
  clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: #fcf6ba;
}

input[type="checkbox"]:checked::before {
  transform: scale(1);
}

input[type="checkbox"]:focus {
  outline: none;
  outline-offset: none;
}

/* end checkbox */

.card {
  background-color: #3a3a3a;
}

.lotto-result .topic-head {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  float: left;
}

.lotto-result .date {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  float: right;
  border-radius: 5px;
  color: #fcf6ba;
  background-color: #3e3e3e;
  border: 1px solid #fcf6ba;
}

.lotto-result .time,
.lotto-result .round {
  font-size: 12px;
  line-height: 16px;
  padding: 5px 10px;
  border-radius: 20px;
  color: #fff;
  display: flex;
}

.lotto-result .text-title {
  font-size: 18px;
  padding: 10px;
  color: #3e3e3e;
  background-color: #c7c7c7;
}
.lotto-result .text-sub.betThai {
  padding: 39px 10px;
}
.lotto-result .text-sub {
  letter-spacing: 2px;
  font-size: 22px;
  padding: 15px 10px;
}

.lotto-result .countdown {
  float: none;
  color: #3e3e3e;
}

.lotto-result .topHead .topic-head {
  color: #fcf6ba;
  font-size: 26px;
}

.lotto-result .topHead .date {
  font-size: 16px;
  padding: 10px 20px;
}

.flag {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 5px;
}

.flag img {
  width: 100%;
  height: auto;
}

.img-logo {
  height: 24px;
}

.result-table {
  display: flex;
  flex-wrap: wrap;
}

.result-table .table-item {
  width: calc(100% / 10);
  padding: 0 2.5px;
  margin-bottom: 5px;
}

.result-table .table-item .btn {
  padding-left: 0;
  padding-right: 0;
  white-space: nowrap;
  border-color: #e1e1e1;
}

.result-table .table-item .btn:hover {
  border-color: #ffc20f;
  color: #ffc20f;
}

.view-head button {
  border-color: #ffc20f;
  color: #ffc20f;
}

.view-head button.active,
.view-head button:hover {
  background: #ffc20f;
  border-color: #ffc20f;
  color: #fff;
}

.top-banner img {
  width: 100%;
  height: auto;
}

.member-wallet {
  width: 100%;
}

.member-wallet .banner-member {
  background: url(../images/bg-login.png) repeat center center;
  background-size: 100% 100%;
  margin: 20px 0 0;
}

.member-wallet .card-wallet {
  background: none;
}

.member-wallet .card-wallet .card-body {
  color: #fff;
}

.member-wallet .user-name {
  color: #fcf6ba;
}

.member-wallet .card-wallet .btn-default {
  color: #fff;
  font-size: 20px;
  margin: 10px 5px;
  padding: 8px 25px;
}

.member-wallet .card-wallet .btn-default span {
  width: 35px;
  display: inline-block;
}

.member-wallet .card-wallet .btn-default.btn-gold {
  border: 1px solid #434343;
  color: #59451d;
}

.member-menu {
  margin-bottom: 15px;
}

.member-menu .box-menu {
  background: #d9d9d9;
  padding: 5px;
  margin: 5px;
}

/* .member-menu .card-menu-lg {
    height: 120px;
} */

.member-menu .card-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 10px;
  height: 90px;
  border: none;
  color: #252525;
  background-color: #fff;
}

.member-menu .card-menu:hover {
  color: #fcf6ba;
  background-color: #59451d;
}

.member-menu .icon {
  font-size: 32px;
  line-height: 0;
  color: #a08301;
}

/* .member-menu .card-menu-lg .icon {
    font-size: 32px;
    line-height: 0;
    color: #faf9ed;
} */

.member-menu .icon img {
  height: 30px;
}

.news-lotto .topic-head {
  font-size: 18px;
}

.news-lotto .content {
  margin: 5px 0;
  border-bottom: 1px solid #ebebeb;
}

.news-lotto .content .topic-head {
  padding: 10px;
  font-size: 14px;
  background-color: #ebebeb;
}

.news-lotto .content .topic-head span {
  color: #ffc20f;
  margin-right: 5px;
}

.news-lotto .content .detail {
  font-size: 14px;
  font-weight: 300;
  margin: 10px 5px;
}

.page-footer {
  padding: 20px 0;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(32, 32, 32, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.header-back {
  width: 100%;
  display: inline-block;
  padding: 5px 0;
  color: #fcf6ba;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(32, 32, 32, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

.header-back .page-name {
  display: block;
  font-size: 20px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
}

.header-back .icon-home {
  width: 50px;
  height: 50px;
  display: block;
  padding: 13px 10px;
  font-size: 22px;
  line-height: 0;
  float: left;
  margin-right: 10px;
}

.header-back h5 {
  line-height: 48px;
  margin: 0;
  color: #fcf6ba;
}

.header-back .topic-head {
  margin: 10px 0 0;
}

.header-back .back-page {
  color: #363636;
  border: 1px solid #ced4da;
  padding: 6px;
  display: inline-block;
}

.header-back .back-page i {
  margin: 0 5px;
}

.header-back .box-right {
  margin: 15px 0 0;
}

.header-back .box-right .btn-default.rules {
  color: #202020;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.head-list-lotto .btn-outline-secondary {
  color: #6c757d;
  background: #fff;
  border: 1px solid #ced4da;
}

.head-list .item {
  font-size: 20px;
}

.head-list .list-item .item {
  color: #fcf6ba;
  background-color: #cead5e;
  font-size: 20px;
}

.head-list .list-item .text-title {
  color: #1e1e1e;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.head-list .list-item .bg-light-gray {
  color: #fcf6ba;
  background-color: #cead5e;
  font-size: 20px;
}

.head-list .bg-light-gray .text-title {
  background-color: #c7c7c7;
}

.head-list .list-succeed .item {
  background-color: #878787;
  border: 1px solid #fcf6ba;
}

.head-list .list-succeed .text-title {
  color: #d9d9d9;
  border: 0;
}

.head-list .list-succeed .text-sub {
  color: #ffffff;
}

.card-lotto {
  color: #252525;
}

.card-lotto:hover {
  color: #252525;
}

.card-lotto .topic-head {
  padding: 10px 5px;
  color: #fcf6ba;
  display: block;
}

.card-lotto .topic-head .date {
  font-size: 12px;
  color: #666666;
  display: block;
  padding: 0;
}

.card-lotto .open-play {
  height: 35px;
  font-size: 18px;
  line-height: 36px;
  margin: 10px 0;
}

.card-lotto.disabled.border-yellow {
  border-color: #c7c7c7;
}

.card-lotto.disabled .bg-gold {
  background: #c7c7c7;
  color: #959595;
}

.card-lotto.disabled .topic-head {
  color: #737373;
}

.card-lotto.disabled .topic-head img {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}

.card-lotto.disabled .open-play {
  color: #959595;
}

.countdown {
  float: right;
  color: #fff;
  margin-left: 15px;
}

.countdown span {
  display: contents;
  font-size: 20px;
  line-height: 24px;
}

.header-back .price-bet {
  padding: 0 15px;
  color: #202020;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.header-back .price-bet .countdown {
  color: #202020;
}

.icon-logo {
  width: 40px;
  height: 25px;
  background: #363636;
  color: #fff;
  text-align: center;
  padding: 5px;
  font-size: 10px;
  line-height: 17px;
  text-transform: uppercase;
  border-radius: 7px;
}

.item-room,
.item-room:hover {
  margin: 5px 0;
  color: #252525;
}

.item-room span {
  width: 100%;
  display: block;
}

.item-room .topic-head {
  font-size: 12px;
}

.item-room .round {
  font-size: 18px;
}

.item-room .time {
  font-size: 14px;
}

.item-room .disabled {
  background: #e5e5e5;
}

.item-room .time-play {
  width: 100%;
  background: #ffc20f;
  color: #fff;
}

/* .item-room .time-play.disable{
    background: #c2c2c2 ;
    color: #fff;
} */

.item-room .time-play span {
  display: contents;
}

.item-room .text-title {
  font-size: 12px;
}

.item-room .h4 {
  margin: 0;
  font-size: 14px;
}

.lottoZodiac .bg-cream {
  height: 40px;
}

.lottoZodiac .item-room .img {
  padding: 5px;
}

.lottoZodiac .item-room .img img {
  width: 25px;
}

.playLotto {
  margin-bottom: 20%;
}

.playLotto .header-back .page-name {
  line-height: 25px;
}

.playLotto .tab-content {
  background-color: #d9d9d9;
  border: 1px solid #c7c7c7;
  border-radius: 5px;
  padding: 25px 5px;
}

.playLotto .btn-default {
  padding: 1px 0;
  font-size: 14px;
  color: #fff;
  display: inline;
}

.playLotto .btn-bet {
  padding: 10px;
  color: #252525;
  border: 1px solid #ebebeb;
  cursor: pointer;
}

.playLotto .btn-bet.active .rate,
.playLotto .btn-bet:hover .rate {
  color: #bf953f;
}

.playLotto .btn-bet .rate {
  color: #a1a1a1;
}

.playLotto .btn-one {
  color: #202020;
  background-color: #d4d4d4;
  border: 1px solid #59451d;
}

.playLotto .btn-one .rate {
  color: #bf953f;
}

.playLotto .btn-one:hover,
.playLotto .btn-one.active {
  background-color: #59451d;
  color: #fcf6ba;
  border: 1px solid #fcf6ba;
}

.playLotto .btn-two {
  color: #202020;
  background-color: #d4d4d4;
  border: 1px solid #59451d;
}

.playLotto .btn-two .rate {
  color: #bf953f;
}

.playLotto .btn-two:hover,
.playLotto .btn-two.active {
  background-color: #59451d;
  color: #fcf6ba;
  border: 1px solid #fcf6ba;
}

.playLotto .btn-three {
  color: #202020;
  background-color: #d4d4d4;
  border: 1px solid #59451d;
}

.playLotto .btn-three .rate {
  color: #bf953f;
}

.playLotto .btn-three:hover,
.playLotto .btn-three.active {
  background-color: #59451d;
  color: #fcf6ba;
  border: 1px solid #fcf6ba;
}

.playLotto .btn-danger {
  padding: 5px 7px;
  margin-top: 15px;
}

.playLotto .list-tab .btn-default {
  width: 100%;
  border: none;
  font-size: 18px;
  padding: 10px;
  margin-bottom: 10px;
}

.playLotto .list-tab .btn-three {
  color: #fff;
  background-color: #0075b5;
}

.playLotto .list-tab .btn-three:hover,
.playLotto .list-tab .btn-three.active {
  background-color: #003b92;
}

.playLotto .list-tab .btn-two {
  color: #fff;
  background-color: #f8717e;
}

.playLotto .list-tab .btn-two:hover,
.playLotto .list-tab .btn-two.active {
  background-color: #dc3545;
}

.playLotto .list-tab .btn-one {
  color: #fff;
  background-color: #9167e5;
}

.playLotto .list-tab .btn-one:hover,
.playLotto .list-tab .btn-one.active {
  background-color: #44277c;
}

.credit-balance {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  color: #434343;
  font-weight: 300;
  background-color: #fcf6ba;
}

.credit-balance p {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}

.total-bet {
  width: 100%;
  padding: 10px 5px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  font-weight: 300;
  background-color: #ff5d5d;
}

.total-bet p {
  font-size: 22px;
  margin: 0;
  font-weight: 500;
}

.bg-stake {
  background-color: #d9d9d9;
  padding: 10px;
}

.stake-amount-group button {
  width: 10%;
  background: #fff;
  border: 1px solid #c8c8c8;
}

.box-total .form-control {
  height: 50px;
}

.box-total button {
  height: 50px;
}

.box-total a {
  line-height: 36px;
  height: 50px;
}

.box-total .btn-send-bet {
  color: #fff;
  background-color: #59451d;
  border: 1px solid #d3d0d0;
}

.num-repeated .view {
  width: 100%;
  font-size: 18px;
  padding: 15px 0;
  color: #434343;
  background-color: #989898;
  border: 1px solid #d3d0d0;
}

.num-repeated .cut {
  width: 100%;
  font-size: 18px;
  padding: 15px 0;
  color: #fff;
  background-color: #434343;
  border: 1px solid #8b8b8b;
}

.lotto-bet .nav-pills {
  width: 100%;
}

.lotto-bet li {
  width: 50%;
  padding: 0 5px;
}

.lotto-bet li .nav-link {
  width: 100%;
  text-align: center;
  color: #252525;
  background-color: #faf9ed;
  padding: 10px;
  font-size: 16px;
}

.lotto-bet .nav-pills .nav-link.active,
.lotto-bet .nav-pills .show > .nav-link {
  color: #202020;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.panel-bet .title-small {
  font-size: 12px;
  color: #666666;
}

.panel-bet .bet-two,
.panel-bet .bet-group,
.panel-bet .bet-number {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2px;
}

.panel-bet .number-item {
  border: 1px solid #dee2e6;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2px;
  border-radius: 0.25rem;
  height: 40px;
  border-radius: 4px;
  box-shadow: 0 1px 4px 0px rgb(0 0 0 / 16%);
}

.panel-bet .bet-two .number-item:hover,
.panel-bet .bet-two .number-item.active,
.panel-bet .bet-group .number-item:hover,
.panel-bet .bet-group .number-item.active,
.panel-bet .bet-number .number-item:hover,
.panel-bet .bet-number .number-item.active {
  background-color: #1e1e1e;
  color: #fcf6ba;
}

.panel-bet .bet-two .number-item.half,
.panel-bet .bet-group .number-item.half,
.panel-bet .bet-number .number-item.half {
  background-color: #e9e9e9;
  color: #747474;
}

.panel-bet .bet-group {
  background-color: #eaeaea;
  padding: 5px;
  border-radius: 10px;
}

.panel-bet .bet-group .number-item.item-three {
  width: calc(10% - 4px);
  height: 35px;
}

.panel-bet .bet-number .number-item.item-three {
  width: calc(10% - 4px);
}

.panel-bet .bet-two .number-item.item-two {
  width: calc(20% - 0px);
  margin: 2px 0;
}

.bet-two-list {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  margin: 0 -2px 1rem;
  background: #c7c7c7;
  border-radius: 10px;
}

.bet-two-list .item-two {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #8b8b8b;
  color: #434343;
  width: calc((100% / 8) - 4px);
  font-size: 14px;
  height: 35px;
  margin: 2px;
  border-radius: 0.25rem;
}

.bet-two-list .item-two:hover,
.bet-two-list .item-two.active {
  background-color: #59451d;
  color: #fcf6ba;
}

.option-list {
  display: flex;
  flex-wrap: wrap;
  margin: 1rem -2px 1rem;
}

.option-list .option-item {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f1f1f1;
  color: #495057;
  width: calc((100% / 4) - 4px);
  font-size: 0.76562rem;
  height: 30px;
  margin: 2px;
  border-radius: 0.25rem;
}

.option-list .item-two-zodiac {
  width: calc((100% / 5) - 4px);
  height: 35px;
}

.keyboard-bet .list-bet {
  text-align: center;
}

.item-list button {
  padding: 4px 15px;
  border: none;
  border-radius: 5px;
  font-size: 14px;
}

.item-list .oneBet {
  color: #fff;
  background-color: #44277c;
}

.item-list .twoBet {
  color: #fff;
  background-color: #dc3545;
}

.item-list .twoBet-item {
  color: #3e3e3e;
  background-color: #bdbdbd;
}

.item-list .threeBet {
  color: #fff;
  background-color: #0075b5;
}

.list-history-bet {
  width: 100%;
  margin: 5px 0 0;
  display: inline-block;
}

.list-history-bet li {
  width: calc(33.33% - 20px + 10px);
  float: left;
  text-align: center;

  margin: 0 5px;
}

.list-history-bet li a {
  background-color: #212121;
  color: #d4d4d4;
  padding: 15px;
  display: block;
}

.list-history-bet li a:hover,
.list-history-bet li a.active {
  background-color: #cead5e;
  color: #fcf6ba;
}

.item-history {
  background-color: #3a3a3a;
  padding: 20px;
  margin: 0;
}

.box-item {
  margin: 10px 0;
  border-radius: 5px;
  background: #fff;
  border: 1px solid #e0e0e0;
}

.box-item .col-head {
  width: 100%;
  font-size: 10px;
  padding: 10px;
  background-color: #ededed;
}

.box-item .col-head p {
  font-size: 12px;
  font-weight: 700;
  margin: 0;
}

.box-item .col-head .H_left {
  width: 50%;
}

.box-item .col-head .H_right {
  width: 50%;
  text-align: right;
}

.box-item .col-body {
  font-size: 10px;
  color: #aaaaaa;
  padding: 15px 0;
  border-bottom: 1px solid #e0e0e0;
}

.box-item .col-body span {
  font-size: 12px;
  font-weight: 300;
}

.box-item .col-body p {
  font-size: 20px;
  line-height: 18px;
  font-weight: 500;
  margin: 0;
  color: #000;
}

.box-item .col-body .total p {
  color: #bf953f;
}

.box-item .col-body .btn-default {
  padding: 5px 10px;
  margin: 5px 0;
}

.box-item .col-footer {
  font-size: 10px;
  color: #aaaaaa;
  padding-top: 10px;
}

.box-item .col-footer p {
  font-size: 14px;
  margin: 0;
  color: #363636;
}

.box-item .col-footer p.status img {
  margin-top: -10px;
}

.box-item .btn-default {
  font-weight: 300;
  font-size: 12px;
  color: #fcf6ba;
  border: 1px solid #fcf6ba;
  background: rgb(30, 30, 30);
  background: linear-gradient(
    90deg,
    rgba(30, 30, 30, 1) 0%,
    rgba(0, 17, 0, 1) 0%,
    rgba(58, 58, 58, 1) 50%,
    rgba(0, 0, 0, 1) 100%
  );
}

/* color-bet */

.box-notWin .col-body .total p,
.box-notWin .col-footer p.status {
  /* color: #aaaaaa; */
  color: red;

}

.box-waiting .col-footer p.status {
  color: #bf953f;
}

.box-win .col-body .total p,
.box-win .col-footer p.status {
  color: #189d1c;
}

/* End color-bet */

.box-profile {
  background-color: #202020;
  border: 1px solid #c7c7c7;
  border-radius: 10px;
}

.box-profile .topic-head {
  color: #fcf6ba;
  margin: 20px 0;
}

.box-profile .form-label {
  color: #eeeeee;
  font-weight: 300;
}

.box-profile .form-control {
  height: 50px;
  color: #eeeeee;
  background-color: #1e1e1e;
  border: 1px solid #545454;
}

.box-profile .btn-default {
  width: 160px;
  padding: 10px;
  font-size: 18px;
  margin: 20px 0;
}

.box-profile .btn-black {
  color: #c6c6c6;
  border: 1px solid #8b8b8b;
}

.keyboard-bet {
  padding: 0 5%;
}

.keyboard-bet .keyboard-number {
  height: 100px;
  display: flex;
  justify-content: center;
}

.keyboard-bet .keyboard-number .number-item {
  width: 60px;
  max-width: calc(100% / 3 - (10px * 2));
  height: 80px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #a1a1a1;
  font-size: 1.53125rem;
  margin: 10px;
  position: relative;
}

.keyboard-bet .keyboard-number .number-item span.number {
  width: 100%;
  display: block;
  text-align: center;
  height: 80px;
  line-height: 80px;
}

.keyboard-pad {
  display: flex;
  flex-wrap: wrap;
}

.keyboard-pad .pad-item {
  cursor: pointer;
  display: block;
  float: left;
  width: calc(33.34% - 15px + 3.9px);
  margin: 0px 10px 10px 0px;
  height: 50px;
  font-weight: normal;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  box-shadow: 0 1px 2px 0 rgb(0 0 0 / 16%);
  background-color: #f1f1f1;
  border: solid 1px #cccccc;
}

.keyboard-pad .pad-item.active {
  background-color: #ffc20f;
  color: #fff;
}

.keyboard-pad .pad-item span {
  font-size: 24px;
  line-height: 50px;
}

.keyboard-pad .pad-item.undo {
  background-color: #8b8b8b;
  color: #fff;
  padding-top: 6px;
}

.keyboard-pad .pad-item.undo span {
  font-size: 20px;
  line-height: 38px;
}

.keyboard-pad .pad-item.delete {
  background-color: #ac0909;
  color: #fff;
  padding-top: 10px;
}

.keyboard-pad .pad-item.delete span {
  font-size: 28px;
}

.search-number {
  display: flex;
  margin: 10px 0;
}

.search-number .search {
  width: 84%;
  position: relative;
  display: flex;
  margin-right: 1%;
}

.search-number .searchTerm {
  width: 100%;
  border-right: none;
  outline: none;
}

.search-number .searchButton {
  width: 40px;
  height: 40px;
  text-align: center;
  color: #8b8b8b;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  background: none;
}

.search-number .back-number {
  width: 15%;
  border-radius: 5px;
  color: #fff;
  background-color: #8b8b8b;
  border: 1px solid #ababab;
}

.send-shoot {
  line-height: 26px;
}

.send-shoot img {
  width: 35px;
  height: 25px;
  float: left;
  margin-right: 5px;
}

.zodiac-bet .nav-pills .nav-item {
  width: 25%;
  padding: 0 5px;
}

.play-bet-zodiac {
  display: flex;
}

.play-bet-zodiac button {
  width: 100%;
  display: block;
  color: #252525;
  background: #fff;
  padding: 5px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
}

.play-bet-zodiac button:hover {
  background: #40ab6c;
  color: #fff;
}

.play-bet-zodiac button.active {
  background: #00a945;
  color: #fff;
}

.play-bet-zodiac button .icon-C {
  display: inline-block;
}

.play-bet-zodiac button .icon-W {
  display: none;
}

.play-bet-zodiac button:hover .icon-C,
.play-bet-zodiac button.active .icon-C {
  display: none;
}

.play-bet-zodiac button:hover .icon-w,
.play-bet-zodiac button.active .icon-W {
  display: inline-block;
}

.play-bet-zodiac .no {
  display: flex;
  position: absolute;
  font-size: 16px;
}

.play-bet-zodiac img {
  width: 45px;
  height: 35px;
}

.play-bet-zodiac .zodiac-bel {
  margin: 0;
}

.bet-bar {
  background: #434343;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.bet-bar .bet-detail {
  width: 100%;
  padding: 10px;
  column-rule: #252525;
}

.bet-bar .bet-detail .total .title {
  height: 20px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
}

.bet-bar .bet-detail .total .title span {
  font-size: 18px;
  font-weight: 700;
  color: #fcf6ba;
}

.bet-bar .bet-detail .bet-in-cart {
  font-size: 22px;
  line-height: 30px;
}

.bet-bar .bet-detail .bet-in-cart ul {
  font-size: 18px;
  color: #fff;
  padding: 10px 5px;
  border-bottom: 1px dashed #666;
  margin: 0;
}

.bet-bar .bet-detail .bet-in-cart ul li {
  font-size: 18px;
  color: #fff;
  padding: 0 5px;
}

.bet-bar .bet-detail .bet-in-cart ul li.head-item {
  color: #fcf6ba;
  padding: 5px;
}

.bet-bar .bet-detail .bet-in-cart ul li .item {
  font-size: 14px;
  color: #fcf6ba;
  display: inline-block;
  margin-right: 10px;
  padding-left: 3px;
}

.bet-bar .bet-detail .bet-in-cart ul li:nth-of-type(2n) {
  background-color: #333;
}

.bet-bar .pull-list {
  width: 100%;
  height: 40px;
  font-size: 18px;
  line-height: 38px;
  margin: 5px 0;
  border-radius: 5px;
  display: block;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.bet-bar .pull-list a {
  color: #202020;
}

.amount-bet .topic-head {
  font-size: 18px;
}

.amount-bet .header-amount {
  color: #fff;
  padding: 10px 0;
  font-size: 18px;
}

.amount-bet .number-amount {
  border-bottom: 1px solid #e0e0e0;
}

.amount-bet .number-amount .num-bet {
  background-color: #cead5e;
}

.amount-bet .number-amount.half {
  background-color: #fcf6ba;
}

.amount-bet .number-amount.half .num-bet {
  color: #fff;
  background-color: #59451d;
}

.amount-bet .number-amount .form-control {
  margin: 10px 0;
  text-align: center;
}

.amount-bet .number-amount span {
  font-size: 18px;
  line-height: 60px;
  width: 100%;
}

.btn-repeat {
  background-color: #026f2f;
  color: #fff;
}

.btn-cut {
  background-color: #57cc87;
  color: #fff;
}

.btn-delete {
  background-color: #06c755;
  color: #fff;
}

.list-lotto {
  width: 100%;
}

.list-lotto .nav-item {
  width: 50%;
  padding: 0 5px;
}

.list-lotto li .nav-link {
  width: 100%;
  text-align: center;
  color: #252525;
  background-color: #faf9ed;
  padding: 10px;
  font-size: 16px;
}

.list-lotto .nav-pills .nav-link.active,
.list-lotto .nav-pills .show > .nav-link {
  background-color: #ffc20f;
}

.no-item {
  width: 100%;
  text-align: center;
  color: #898989;
}

.no-item i {
  font-size: 60px;
  display: block;
  margin: 10px 0;
}

.content-rules img {
  width: 80%;
  height: auto;
}

.table-list .table > :not(caption) > * > * {
  padding: 4px;
  text-align: center;
  font-size: 14px;
}

.topic-head-report {
  font-size: 20px;
  margin: 10px;
  color: #be953f;
}

.number-list {
  color: #333;
}

.number-list .topic-head {
  font-size: 18px;
}

.number-list .total span {
  width: 100%;
  display: block;
}

.number-list .total .text-muted {
  font-size: 10px;
}

.number-list .disabled {
  background-color: #d9d9d9;
}

.number-list .warning {
  color: #fff;
  background-color: #06c755;
}

.number-list .cancel {
  color: #fff;
  background-color: #ed0000;
}

.number-list .wait {
  color: #fff;
  background-color: #ffa800;
}

.number-list .amount {
  font-size: 18px;
}

.number-list .amount.bet {
  color: #ed0000;
}

.number-list .amount.win,
.number-list .amount.cancelBet {
  color: #06c755;
}

.number-list .amount.deposit,
.number-list .amount.bonus,
.number-list .amount.creditB {
  color: #26c281;
}

.number-list .amount.withdraw,
.number-list .amount.withdraw-admin {
  color: #ff1ac6;
}

.number-list .amount.top-admin {
  color: #3386ff;
}

.number-list .amount.return,
.number-list .amount.commission {
  color: #ababab;
}

.number-list .total .note {
  color: #898989;
}

.number-list .total .note .deposit,
.number-list .total .note .withdraw {
  margin: 0;
}

.number-list .total .note .deposit {
  color: #26c281;
}

/* 
.number-list .total button {
    width: 130px;
}

.number-list .total .bet {
    background-color: #bb05a7;
}

.number-list .total .win,
.number-list .total .cancelBet {
    background-color: #ffa800;
}

.number-list .total .deposit,
.number-list .total .bonus,
.number-list .total .creditB {
    color: #26c281;
}

.number-list .total .withdraw,
.number-list .total .withdraw-admin {
    background-color: #ff1ac6;
}

.number-list .total .top-admin {
    background-color: #3386ff;
}

.number-list .total .return,
.number-list .total .commission {
    background-color: #ababab;
} */

.row-shoot-number {
  height: 64px;
  position: relative;
  padding: 10px 0px;
  overflow: hidden;
}

.row-shoot-zodiac {
  height: 64px;
  position: relative;
  padding: 10px 0px;
  overflow: hidden;
}

.row-shoot-zodiac.active {
  background-color: rgba(6, 199, 85, 0.16);
  border-top: 1px solid rgb(6 199 85);
  border-bottom: 1px solid #ffc20f;
}

.header-zodiac-lists {
  width: 100%;
  height: 32px;
  background-color: #efefef;
  line-height: 32px;
  position: relative;
  padding: 0px 0px 0px 52px;
}

.header-zodiac-lists img {
  top: -20px;
  position: absolute;
  left: 12px;
  display: block;
  background: #fff;
  padding: 5px;
  border-radius: 50px;
  border: 2px solid #ffc20f;
}

.lists-shoot span {
  width: 100%;
  height: 48px;
  display: block;
  padding: 12px 0px;
  text-align: center;
  border-bottom: solid 1px #d1d1d1;
}

.pagination .page-link {
  color: #363636;
}

.pagination .page-item.active .page-link {
  background-color: #ffc20f;
  border-color: #ffc20f;
}

.report-lotto {
  width: 100%;
}

.nav-pills .nav-item {
  width: 50%;
  padding: 0 5px;
}

.nav-pills li .nav-link {
  width: 100%;
  text-align: center;
  color: #f1f1f1;
  background-color: #373737;
  padding: 10px;
  font-size: 20px;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #202020;
  background: rgb(198, 160, 77);
  background: linear-gradient(
    90deg,
    rgba(198, 160, 77, 1) 0%,
    rgba(252, 246, 186, 1) 55%,
    rgba(198, 160, 77, 1) 100%
  );
}

.list-affiliate a {
  padding: 10px 0;
  color: #d9d9d9;
  background-color: #363636;
  border: 1px solid #d9d9d9;
}

.list-affiliate a.active,
.list-affiliate a:hover {
  background-color: #cead5e;
  color: #1e1e1e;
  border: 1px solid #fcf6ba;
}

.detail-list .col-item {
  color: #363636;
  background-color: #fff;
}

.list-bet-share .nav-pills .nav-item {
  width: auto;
}

.tag-bet {
  color: #898989;
  font-size: 12px;
}

.member-date .bg-cream span {
  display: inline;
}

.member-date span {
  width: 100%;
  display: block;
}

.affiliate-revenue .revenue-item {
  display: flex;
  border: 1px solid #dee2e6;
  border-radius: 0.5rem;
  margin-bottom: 5px;
}

.affiliate-revenue .revenue-item .date {
  background-color: #ffc20f;
  color: #fff;
  border-right: 1px solid #dee2e6;
}

.affiliate-revenue .revenue-item > * {
  flex: 1;
  text-align: center;
  padding: 10px;
}

.af-url {
  background-color: #202020;
  border: 1px solid #bf953f;
  padding: 20px;
  border-radius: 5px;
  color: #d9d9d9;
}

.af-url .url {
  padding: 5px;
  color: #fcf6ba;
  background-color: #363636;
  border: 1px solid #d9d9d9;
}

.box-alert {
  width: 100%;
  display: inline-block;
  margin: 20px 0;
}

.box-alert .icon {
  width: 10%;
  float: left;
  font-size: 50px;
  text-align: center;
}

.box-alert .topic-alert {
  width: 90%;
  float: right;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 0;
}

.box-alert .topic-alert a {
  color: #842029;
  text-decoration: underline;
}

.box-note {
  background-color: #202020;
  border: 1px solid #bf953f;
  padding: 20px;
  border-radius: 5px;
  color: #d9d9d9;
  font-size: 16px;
}

.level-bonus,
.level-bonus:hover {
  color: #252525;
  height: 100px;
}

.level-bonus .topic-head {
  line-height: 1;
  font-size: 22px;
}

.level-bonus span {
  font-size: 12px;
}

.level-bonus .icon {
  font-size: 20px;
}

.credit-bonus .stake-amount-group button {
  width: 33.1%;
}

.up-bonus {
  position: relative;
  display: inline-block;
}

.up-bonus .icon {
  width: 90px;
  position: relative;
  z-index: 0;
}

.card-spin {
  position: relative;
  text-align: center;
  margin: 30px 0;
}

.card-spin .separator {
  width: 20%;
  position: absolute;
  left: 40%;
  top: -20px;
  text-align: center;
}

.card-spin .separator img {
  width: 40px;
}

.card-spin .spin-wheel {
  width: 320px;
  height: 320px;
  display: inline-block;
}

.card-spin img {
  width: 100%;
}

.button-spin {
  width: 120px;
  margin: 0 auto;
  display: block;
}

.create-mail {
  width: 100%;
  border: 1px solid #ffc20f;
  background-color: #fff;
  color: #ffc20f;
}

.contact a {
  color: #252525;
}

.contact .text-lg {
  font-size: 18px;
}

.contact .fa-line {
  font-size: 20px;
  color: #00b900;
}

.deposit,
.withdraw {
  margin-top: 3%;
  margin-bottom: 20%;
}

.deposit .detail,
.withdraw .detail {
  background-color: #ffffff;
  border: 1px solid #e0e0e0;
  padding: 30px 20px;
  box-shadow: 0px 2px 5px 0px rgba(31, 23, 112, 0.3);
}

.deposit .detail .topic_head,
.withdraw .detail .topic_head {
  font-size: 24px;
  color: #000;
}

.deposit .detail .content {
  font-size: 16px;
}

.deposit .detail .content .item {
  display: flex;
  padding: 20px 5px;
  border-bottom: 1px dashed #e6e6e6;
}

.deposit .detail .content .item b {
  width: 50%;
  text-align: start;
}

.deposit .detail .content .item span {
  width: 50%;
  text-align: end;
}

.deposit .detail .content .item span a {
  color: #5046b7;
  text-decoration: underline;
}

.topUp-content {
  height: 50px;
  margin-bottom: 5px;
}

.topUp-content ul {
  width: 100%;
  display: inline-block;
  margin: 0;
}

.topUp-content ul li {
  width: 50%;
  font-size: 20px;
  padding: 0 5px;
  float: left;
  text-align: center;
}

.topUp-content ul li a {
  padding: 10px 5px;
  display: block;
  color: #fcf6ba;
  background: #373737;
  border: 1px solid #d3d0d0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.topUp-content ul li a:hover,
.topUp-content ul li a.active {
  color: #59451d;
  background: rgb(161, 116, 24);
  background: linear-gradient(
    90deg,
    rgba(161, 116, 24, 1) 0%,
    rgba(252, 246, 186, 1) 20%,
    rgba(191, 149, 63, 1) 47%,
    rgba(252, 246, 186, 1) 77%,
    rgba(191, 149, 63, 1) 100%
  );
}

.step-deposit {
  min-height: 525px;
  border: 1px solid #e9e7ff;
  padding: 20px;
}

.boxCenter{
    display: flex;
    justify-content: center;
    align-items: center;
}

.box-detail .topic_head {
  text-align: center;
}

.box-detail .sub_head {
  text-align: center;
}

.box-detail .bank {
  padding: 20px 10px;
  border-bottom: 1px solid #e9e7ff;
}

.box-detail .bank:last-child {
  border: none;
}

.box-detail .bank .title img {
  float: left;
  margin-right: 10px;
}

.box-detail .bank .title .nameBank {
  display: inline-block;
  padding: 10px;
}

.box-detail .bank .title h4 {
  font-weight: 500;
  font-size: 22px;
  color: #be953f;
}

.box-detail .bank .title h5 {
  font-weight: 500;
  font-size: 16px;
}

.box-detail .bank-qr {
  padding: 25px;
  border: 1px solid #e9e7ff;
  margin: 30px 0;
}

.box-detail .bank-qr .title h4 {
  font-weight: 500;
  font-size: 22px;
  color: #be953f;
}

.box-detail .bank-qr .qrCode {
  width: 240px;
  margin: 20px auto;
}

.box-detail .bank-qr .qrCode img {
  width: 100%;
  height: auto;
}

.box-detail .bank-qr p {
  text-align: center;
}

.box-detail .bank .copy {
  width: 100%;
  text-align: center;
  padding: 10px 0 10px;
}

.box-detail .bank .qrCode-bank {
  width: 80px;
  height: auto;
  text-align: center;
}

.box-detail .bank .qrCode-bank img {
  width: 100%;
  height: auto;
}

.box-detail .bank .btn-copy {
  color: #fcf6ba;
  background-color: #59451d;
  border: 1px solid #fcf6ba;
  font-size: 14px;
  font-weight: 300;
  padding: 10px 20px;
  border-radius: 50px;
}

/* select */
.f-dropdown {
  --max-scroll: 3;
  position: relative;
  z-index: 10;
  margin: 20px 0;
}

.f-dropdown select {
  display: none;
}

.f-dropdown > span {
  cursor: pointer;
  padding: 8px 12px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  position: relative;
  color: #bbb;
  border: 1px solid #ccc;
  background: #fff;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.f-dropdown > span > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 12px;
}

.f-dropdown > span img {
  width: 30px;
  margin-right: 10px;
}

.f-dropdown > span:before,
.f-dropdown > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 2px;
  border-radius: 1px;
  top: 50%;
  right: 12px;
  background: #000;
  transition: all 0.3s ease;
}

.f-dropdown > span:before {
  margin-right: 4px;
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown > span:after {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown ul {
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  max-height: calc(var(--max-scroll) * 46px);
  top: 40px;
  left: 0;
  z-index: 1;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 6px;
  overflow-x: hidden;
  overflow-y: auto;
  transform-origin: 0 0;
  transition: opacity 0.2s ease, visibility 0.2s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
  transform: translate(0, 5px);
}

.f-dropdown ul li {
  padding: 0;
  margin: 0;
}

.f-dropdown ul li a {
  cursor: pointer;
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  outline: none;
  position: relative;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
}

.f-dropdown ul li a img {
  width: 30px;
  margin-right: 10px;
}

.f-dropdown ul li:hover a {
  color: #59451c;
  background: #fcf6ba;
}

.f-dropdown ul li.active a {
  color: #59451c;
  background: #fcf6ba;
}

.f-dropdown ul li.active a:before,
.f-dropdown ul li.active a:after {
  --scale: 0.6;
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  opacity: 0;
  background: #fff;
  transition: all 0.2s ease;
}

.f-dropdown ul li.active a:before {
  transform: rotate(45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:after {
  transform: rotate(-45deg) scale(var(--scale));
}

.f-dropdown ul li.active a:hover:before,
.f-dropdown ul li.active a:hover:after {
  --scale: 0.9;
  opacity: 1;
}

.f-dropdown ul li:first-child a {
  border-radius: 6px 6px 0 0;
}

.f-dropdown ul li:last-child a {
  border-radius: 0 0 6px 6px;
}

.f-dropdown.disabled {
  opacity: 0.7;
}

.f-dropdown.disabled > span {
  cursor: not-allowed;
}

.f-dropdown.filled > span {
  color: #898989;
}

.f-dropdown.open {
  z-index: 15;
}

.f-dropdown.open > span {
  border-color: #aaa;
}

.f-dropdown.open > span:before,
.f-dropdown.open > span:after {
  background: #000;
}

.f-dropdown.open > span:before {
  transform: scale(0.96, 0.8) rotate(-50deg);
}

.f-dropdown.open > span:after {
  transform: scale(0.96, 0.8) rotate(50deg);
}

.f-dropdown.open ul {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 12px);
  transition: opacity 0.3s ease, visibility 0.3s ease,
    transform 0.3s cubic-bezier(0.4, 0.6, 0.5, 1.32);
}

/* --------------------------- */

.f-group select {
  width: 100%;
}

.f-control {
  font-size: 14px;
  line-height: normal;
  color: #000;
  display: inline-block;
  background-color: #ffffff;
  border: #ccc 1px solid;
  border-radius: 6px;
  padding: 8px 12px;
  outline: none;
  max-width: 250px;
}

label {
  width: 100%;
  display: block;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

/* end select */

.box-withdraw {
  margin: 30px 0;
  text-align: center;
}

.box-withdraw .form-control {
  height: 60px;
  text-align: center;
}

.box-withdraw .btn-default {
  text-align: center;
  background-color: #ff5d5d;
  color: #fff;
  display: block;
  margin: 20px auto;
  padding: 8px 30px;
  border-radius: 50px;
}

.box-withdraw .note {
  font-size: 14px;
  color: #f00000;
}

ß .bg-bkk {
  color: #1e4598;
  background: rgb(30, 69, 152, 0.3);
}

.bg-bkk:hover,
.bg-bkk.active {
  background: #1e4598;
}

.bg-ks {
  background: rgb(247, 191, 4, 0.3);
  color: #f7bf22;
}

.bg-ks:hover,
.bg-ks.active {
  background: #f7bf22;
}

.bg-uob {
  background: rgb(6, 57, 121, 0.3);
  color: #063979;
}

.bg-uob:hover,
.bg-uob.active {
  background: #063979;
}

.bg-cimb {
  background: rgb(126, 47, 54, 0.3);
  color: #7e2f36;
}

.bg-cimb:hover,
.bg-cimb.active {
  background: #7e2f36;
}

.bg-citi {
  background: rgb(21, 131, 199, 0.3);
  color: #1583c7;
}

.bg-citi:hover,
.bg-citi.active {
  background: #1583c7;
}

.bg-scb {
  background: rgb(68, 39, 124, 0.3);
  color: #44277c;
}

.bg-scb:hover,
.bg-scb.active {
  background: #44277c;
}

.bg-tmb {
  background: rgb(18, 121, 190, 0.3);
  color: #1279be;
}

.bg-tmb:hover,
.bg-tmb.active {
  background: #1279be;
}

.bg-ktb {
  background: rgb(0, 164, 228, 0.3);
  color: #00a4e4;
}

.bg-ktb:hover,
.bg-ktb.active {
  background: #1279be;
}

.bg-kbank {
  background: rgb(19, 143, 45, 0.3);
  color: #138f2d;
}

.bg-kbank:hover,
.bg-kbank.active {
  background: #138f2d;
}

.bg-gsb {
  background: rgb(235, 25, 141, 0.3);
  color: #eb198d;
}

.bg-gsb:hover,
.bg-gsb.active {
  background: #eb198d;
}

.deposit .list-bank button.save {
  margin: 0 !important;
  float: none !important;
}

.rate-amount button {
  width: calc(20% - 4px);
  display: block;
  margin: 2px;
}

.rate-amount button.active {
  background-color: #faf9ed;
}

.withdraw .img-bank {
  width: 70px;
}

.history .accordion-button {
  background-color: #ffc20f;
  color: #fff;
}

.sign-member .icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin: 20px auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffc20f;
  color: #fff;
  font-size: 1.75rem;
}

.sign-member .step-register {
  display: flex;
}

.sign-member .step-register .item-step {
  flex: 1;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
}

.sign-member .step-register .item-step .step-tab {
  position: relative;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  color: #fff;
  width: 20px;
  height: 20px;
  border: 3px solid #ffc20f;
  border-radius: 50%;
  z-index: 1;
  text-indent: -9999px;
}

.sign-member .step-register .item-step.active .step-tab {
  background: #047935;
  color: #06c755;
  border-color: #06c755;
}

.sign-member .step-register .item-step:after,
.sign-member .step-register .item-step:before {
  position: absolute;
  background: #06c755;
  content: " ";
  width: 50%;
  height: 2px;
}

.sign-member .step-register .item-step:after {
  right: 0;
}

.sign-member .step-register .item-step:before {
  left: 0;
}

.sign-member .step-register .item-step:first-child::before,
.sign-member .step-register .item-step:last-child::after {
  display: none;
}

.sign-member .step-register .item-step.active:after {
  background: #ccc;
}

.sign-member .step-register .item-step.active ~ .item-step:after,
.sign-member .step-register .item-step.active ~ .item-step:before {
  background: #ccc;
}

.verify-number {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.verify-number .no-sms {
  font-size: 30px;
  height: 60px;
  border: 1px solid #ced4da;
  color: rgb(68, 68, 68);
  width: 50px;
  text-align: center;
  margin: 0 5px;
}

.malay-bet .nav-pills .nav-item {
  width: 20%;
}

.user-list.active {
  border: 2px solid #06c755 !important;
}

.user-item {
  width: 100%;
  display: flex;
  align-items: center;
  background: #fff;
  padding: 10px;
  border-radius: 0.5rem;
  border: 2px solid #fff;
}

.user-item .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9ecef;
  font-size: 1.09375rem;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  border-radius: 50%;
}

.contact {
  background-color: #202020;
  border: 1px solid #c7c7c7;
}

.contact label {
  color: #eeeeee;
}

.announcement-pills {
}

/*responsive*/
@media (max-width: 1600px) {
}

@media (min-width: 1400px) {
}

@media (max-width: 1366px) {
}

@media (max-width: 1199px) {
}

@media (max-width: 991px) {
  .login-content .btn-default {
    font-size: 12px;
    padding: 10px 5px;
  }

  .form-check {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    grid-template-columns: 20px auto;
  }
}

@media (max-width: 767px) {
}

@media (max-width: 575px) {
  .h4,
  h4 {
    font-size: 16px;
  }

  .form-check {
    text-align: left;
    font-size: 14px;
    font-weight: 300;
    grid-template-columns: 20px auto;
  }

  input[type="checkbox"] {
    margin-right: 5px;
  }

  .member-wallet .user-name {
    font-size: 12px;
  }

  .member-wallet .user-name h2 {
    font-size: 20px;
  }

  .member-wallet .card-wallet .btn-default {
    width: 46%;
    font-size: 16px;
    padding: 5px;
  }

  .member-wallet .card-wallet .btn-default span {
    width: 25px;
  }

  .member-wallet .card-wallet .btn-default span img {
    width: 100%;
    height: auto;
  }

  .btn-default {
    font-size: 0.7rem;
    padding: 5px;
  }

  .content-rules img {
    width: 100%;
  }

  .topic-head {
    font-size: 18px;
  }

  .header-back .topic-head {
    font-size: 16px;
  }

  .header-back .price-bet .topic-head {
    font-size: 14px;
    margin-top: 14px;
  }

  .header-back .price-bet .countdown {
    margin: 0;
  }

  .countdown {
    margin-top: 10px;
  }

  .countdown span {
    font-size: 12px;
  }

  .wrapper {
    margin-bottom: 40%;
  }

  .playLotto .text-end .topic-head {
    font-size: 14px;
  }

  .bet-bar .bet-detail .total .title {
    font-size: 12px;
    line-height: 16px;
  }

  .bet-bar .bet-detail .total .title span {
    font-size: 14px;
  }

  .bet-bar .pull-list {
    height: 30px;
    font-size: 18px;
    line-height: 27px;
    margin: 10px 0;
    border-radius: 0;
  }

  .bet-bar .bet-detail .bet-in-cart ul {
    padding: 10px 0;
  }

  .bet-bar .bet-detail .bet-in-cart ul li {
    font-size: 14px;
  }

  .playLotto .btn-bet {
    padding: 10px 0;
    font-size: 13px;
  }

  .number-list .total button {
    width: 100px;
  }

  .bet-bar {
    bottom: 52px;
  }

  .amount-bet .header-amount {
    font-size: 12px;
    /* margin-top: 5px; */
  }

  .playLotto .btn-default {
    font-size: 12px;
  }

  .playLotto .header-back .page-name {
    font-size: 12px;
  }

  .playLotto .tab-content {
  }

  .item-room .topic-head {
    font-size: 16px;
  }

  .item-room .disabled,
  .item-room .time-play {
    font-size: 11px;
  }

  .item-room .text-title {
    font-size: 9px;
  }

  .member-menu .icon img {
    height: 25px;
  }

  .member-menu .card-menu {
    padding: 10px 0;
    font-size: 11px;
    margin: 5px 0;
  }

  .card-lotto .topic-head {
    height: 60px;
  }

  .number-list a {
    font-size: 12px;
  }

  .number-list .disabled,
  .number-list .warning {
    font-size: 11px;
    padding: 0.375rem 0;
  }

  .set-content {
    padding: 0 5px;
  }

  .content-body .border {
    font-size: 12px;
  }

  .content-body .btn-md {
    font-size: 12px;
  }

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

  .level-bonus .topic-head {
    font-size: 18px;
  }

  /* .navbar-footer {
        padding: 2px 0;
    }

    .navbar-footer .navbar-link {
        padding: 5px 0;
        font-size: 12px;
    } */

  .malaysiaLotto .col {
    padding: 0 5px;
    font-size: 12px;
    width: 20%;
  }

  .lotto-result .topic-head {
    height: 45px;
    font-size: 14px;
  }

  .lotto-result .text-title {
    font-size: 12px;
    padding: 5px;
  }

  .flag {
    width: 24px;
    height: 20px;
  }

  .result-table .table-item .btn {
    font-size: 10px;
  }

  .malay-bet .nav-pills .nav-item {
    padding: 0 2px;
  }

  .malay-bet .nav-pills li .nav-link {
    font-size: 10px;
    padding: 10px 0;
  }

  .lotto-result .time,
  .lotto-result .date,
  .lotto-result .round {
    font-size: 10px;
    padding: 4px 6px;
  }
  .lotto-result .text-sub.betThai {
    padding: 24px 10px;
  }
  .lotto-result .text-sub {
    font-size: 16px;
    padding: 10px 5px;
  }

  .lotto-result .topHead .topic-head {
    font-size: 20px;
  }

  .lotto-result .topHead .date {
    font-size: 12px;
    padding: 6px 13px;
  }

  .deposit .list-bank button {
    text-align: center !important;
  }

  .deposit .list-bank button img {
    width: 35px;
    display: block;
    margin: 0 auto 15px;
  }

  .page-footer {
    font-size: 12px;
  }

  .head-list .item {
    font-size: 12px;
  }

  .head-list .list-item .item {
    font-size: 16px;
  }

  .head-list .bg-light-gray .text-title,
  .head-list .list-succeed .text-title {
    padding: 5px !important;
  }

  .list-history-bet li a {
    padding: 8px;
  }

  .item-history {
    padding: 20px 5px;
  }
  .step-deposit {
    margin-bottom: 20px;
    padding:30px 5px;
  }
  .box-detail .bank {
    display: block;
  }

  .box-detail .bank .title {
    width: 100%;
    text-align: center;
  }
  .box-detail .bank .title img {
    float: none;
  }

  .box-detail .bank .title .btn-default {
    font-size: 16px;
  }

  .box-detail .bank .copy {
    width: 100%;
    text-align: center;
  }

  .amount-bet .number-amount span {
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 40px;
  }

  .stake-amount-group button {
    width: 19%;
  }

  .box-total button {
    font-size: 13px;
  }

  .bet-two-list .item-two {
    width: calc((100% / 4) - 4px);
    font-size: 11px;
    height: 30px;
  }

  .keyboard-pad .pad-item.undo span {
    font-size: 13px;
    line-height: 30px;
  }

  .keyboard-pad .pad-item.delete span {
    font-size: 22px;
  }

  .bet-bar .bet-detail {
    padding: 10px 5px;
  }

  .keyboard-bet {
    padding: 0;
  }

  .keyboard-bet .keyboard-number {
    height: 80px;
  }

  .keyboard-bet .keyboard-number .number-item {
    height: 60px;
    margin: 5px;
  }

  .item-list button {
    font-size: 11px;
  }

  .keyboard-pad .pad-item {
    width: calc(35.5% - 15px + 3px);
    margin: 0px 3px 5px 2px;
    height: 45px;
  }

  .keyboard-pad .pad-item span {
    font-size: 18px;
    line-height: 45px;
  }

  .search-number .back-number {
    width: 40%;
    font-size: 12px;
  }

  .search-number .search {
    width: 60%;
  }

  .search-number .searchTerm {
    font-size: 12px;
  }

  .search-number .searchButton {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .playLotto .list-tab .btn-default {
    font-size: 12px;
  }

  .panel-bet .bet-group .number-item.item-three {
    width: calc(20% - 4px);
    height: 30px;
    font-size: 12px;
  }

  .panel-bet .bet-number .number-item.item-three {
    width: calc(20% - 4px);
    font-size: 12px;
    height: 30px;
  }

  .box-profile .form-label {
    text-align: left;
  }

  .number-list {
    font-size: 12px;
  }
}
