@font-face {
  font-family: 'digital-clock-font';
  src: url('../../../font/digital-7.ttf');
}

@font-face {
  font-family: 'digital-clock-font-italic';
  src: url('../../../font/digital-7-italic.ttf');
}

@font-face {
  font-family: 'inter';
  src: url('../../../font/inter/inter-regular.ttf');
}

html {
  font-family: 'Microsoft YaHei', sans-serif;
}

.font-digital {
  font-family: 'digital-clock-font-italic';
}

.font-inter {
  font-family: 'inter';
  font-weight: 400;
}

/*
body {
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
*/

.titleChange {
  font-size: 18px;
}

.px-nav {
  padding-left: 0rem !important;
}

.py-nav {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.mglist-0, .mglist-1, .mglist-2, .mglist-3, .mglist-4, .mglist-5, .mglist-6 {
  border: 1px solid #fff;
}

.mglist-0-active, .mglist-1-active, .mglist-2-active, .mglist-3-active, .mglist-4-active, .mglist-5-active, .mglist-6-active {
  border: 1px solid #fff;
}

.mglist-0 {
  background: url("../img/gameicon/hot1.svg") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-0-active {
  background: url("../img/gameicon/hot2.svg") no-repeat 10% 50%, linear-gradient(180deg, #86BDFF 0%, #0A51B1 100%);
}

.mglist-1 {
  background: url("../img/gameicon/375/live2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-1-active {
  background: url("../img/gameicon/375/live3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.mglist-2 {
  background: url("../img/gameicon/375/sport2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-2-active {
  background: url("../img/gameicon/375/sport3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.mglist-3 {
  background: url("../img/gameicon/375/bingo2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-3-active {
  background: url("../img/gameicon/375/bingo3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.mglist-4 {
  background: url("../img/gameicon/375/slot2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-4-active {
  background: url("../img/gameicon/375/slot3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.mglist-5 {
  background: url("../img/gameicon/375/chess2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-5-active {
  background: url("../img/gameicon/375/chess3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.mglist-6 {
  background: url("../img/gameicon/375/fish2.png") no-repeat 10% 50%, linear-gradient(#e0e8ef, #ffffff, #bedcff);
}

.mglist-6-active {
  background: url("../img/gameicon/375/fish3.png") no-repeat 10% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-1:hover, .glist-2:hover, .glist-3:hover, .glist-4:hover, .glist-5:hover, .glist-6:hover {
  color: #000000 !important;
}

.glist-1 {
  background: url("../img/c_general/live.svg") no-repeat 20% 50%;
}

.glist-1:hover, .glist-1-active {
  background: url("../img/c_general/live-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-2 {
  background: url("../img/c_general/sport.svg") no-repeat 20% 50%;
}

.glist-2:hover, .glist-2-active {
  background: url("../img/c_general/sport-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-3 {
  background: url("../img/c_general/bingo.svg") no-repeat 20% 50%;
}

.glist-3:hover, .glist-3-active {
  background: url("../img/c_general/bingo-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-4 {
  background: url("../img/c_general/slot.svg") no-repeat 20% 50%;
}

.glist-4:hover, .glist-4-active {
  background: url("../img/c_general/slot-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-5 {
  background: url("../img/c_general/chess.svg") no-repeat 20% 50%;
}

.glist-5:hover, .glist-5-active {
  background: url("../img/c_general/chess-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.glist-6 {
  background: url("../img/c_general/fish.svg") no-repeat 20% 50%;
}

.glist-6:hover, .glist-6-active {
  background: url("../img/c_general/fish-2.svg") no-repeat 20% 50%, linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

@media(min-width: 996px) {

  address,
  dl,
  fieldset,
  figure,
  ol,
  p,
  pre,
  ul {
    margin: 0 0 50px 0;
  }

  .titleChange {
    font-size: 24px;
  }

}

.card {
  border: 0px solid;
}

.hoverListIItem .col {
  cursor: pointer;
}

#table_bg th,
#table_bg td:nth-child(3) {
  background-color: #EBF5FF;
}

.table>:not(:first-child) {
  border-top: 0px solid currentColor !important;
}


.table td {
	vertical-align: middle;
	border: 2px solid rgba(155, 119, 76, 1);
}

/* Pagination */
.list-wrapper, .list-wrapper-md {
  padding: 0;
  overflow: hidden;
}

.simple-pagination ul {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  text-align: center;
}

.simple-pagination li {
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.simple-pagination li a,
.simple-pagination li span {
  color: #666;
  padding: 5px 10px;
  text-decoration: none;
  border: 1px solid #365a97;
  background-color: #FFF;
  border-radius: 4px;
  display: inline-block;
}

.bordered {
  border: 1px solid #CCCCCC;
  border-radius: 6px 6px 6px 6px;
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px 6px 6px 6px;
  box-shadow: 0 1px 1px #CCCCCC;
}

.simple-pagination .current {
  color: #000;
  background-color: #919EAB;
  border-color: #919EAB;
  display: inline-block;
}

.simple-pagination .prev.current,
.simple-pagination .next.current {
  background: #919EAB;

}

/* Pagination END */

.btn:hover, .btn:focus, .form-control, .form-control:focus, a, .accordion-button, .accordion-button:focus {
  outline: 0;
  box-shadow: none;
}

.btn-outline-theme {
  color: rgba(155, 119, 76, 1);
  border-color: rgba(155, 119, 76, 1);
}

.btn-outline-theme:hover {
  color: #fff;
  background-color: rgba(155, 119, 76, 1);
  border-color: rgba(155, 119, 76, 1);
}

.btn-play {
  background: linear-gradient(267.05deg, #FFEBAB 0%, #E3AB72 98.98%);
  ;
  color: #000;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: linear;
  box-shadow: 0px 0 0 #FFEBAB inset;
}

.btn-play:hover {
  box-shadow: 150px 0 0 #FFEBAB inset;
  text-decoration: none;
}

.bg-gradient-purple {
  background: linear-gradient(90.34deg, #1E1549 4.37%, #3D1F5E 56.29%, #412E7D 96.68%);
}

/* .bg_form {
  background: #C6DDFF url(../img/bg-form.png) no-repeat top center;
} */

.bg-theme {
	background: linear-gradient(180deg, #FAE0C8 0%, #EFEFEF 42.71%, #EFEFEF 100%);

}

.bg-theme-new {
	background: linear-gradient(180deg, #FAE0C8 0%, #EFEFEF 42.71%, #EFEFEF 100%);

}

.col-20 {
  width: 20%
}

.bg-theme1 {
  background-color: rgba(252, 240, 228, 1);
}

.bg-box {
  background: #E2D7F3;
}

.bg-form-bg {
  background: #FFF;
  border-radius: 8px;
}


.bg-table-purple {
	background: linear-gradient(90deg, #D2703E 0%, #E4A13A 100%);
}

.rounded-100 {
  border-radius: 100px;
}

.bg-theme1 {
  background-color: #5A34C6;
  background-image: url('../img/c_login/bg.svg');

}

.box {
  background: linear-gradient(180deg, #2B245C 0%, #161235 100%);
  border-radius: 20px;
}

.blog_box {
  align-items: center;
  background: linear-gradient(90.34deg, #1E1549 4.37%, #3D1F5E 56.29%, #412E7D 96.68%);
  background-size: cover;
  border-radius: 8px;
  display: flex;
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  justify-content: space-between;
  margin: 12px 0 17px;
  text-align: justify;
  line-height: 1.5rem;
}

.bg-theme4 {
  background-color: #FFFFFF;
}

.bg-home {
  background: #C6DDFF url(../img/home/bg.webp) no-repeat top center;
}

.bg-grey {
  background-color: #eeeeee;
}

.bg-light-grey {
  background-color: #EAEAEA;
}

.bg-sharp-grey {
  background-color: #EBEBEB;
}

.bg-gradient-darkgrey {
  background: linear-gradient(180deg, #E5E5E5 0%, #868686 100%);
}

.bg-gradient-grey {
  background: linear-gradient(180deg, #a3a3a3 0%, #cdcdcd 100%);
}

.bg-gradient-grey2 {
  background: linear-gradient(180deg, #FFFFFF 0%, #EEEEEE 100%);
}

.bg-gradient-lightgrey {
  background: linear-gradient(180deg, #f8f9fa 0%, #e8e9eb 100%);
}

.bg-gradient-yellow {
  background: linear-gradient(180deg, #FEE36B 0%, #FDD732 53.12%, #DA9D24 100%);
}

.bg-gradient-yellow2 {
  background: linear-gradient(180deg, #FFED9E 0%, #FFE058 53.12%, #ECAD30 100%);
}

.bg-gradient-darkyellow {
  background: linear-gradient(180deg, #FFF8D8 0%, #FFE058 53.12%, #ECAD30 100%);
}

.bg-gradient-lightyellow {
  background: linear-gradient(180deg, #F7DA87 0%, #DBA903 100%);
}

.bg-gradient-green {
  background: linear-gradient(180deg, #78F3B0 0%, #3BDB85 100%);
}

.bg-gradient-darkgreen {
  background: linear-gradient(180deg, #CAEC82 0%, #82A042 100%);
}

.bg-gradient-deepgreen {
  background: linear-gradient(180deg, #B6D96C 0%, #5C7624 100%);
}

.bg-gradient-lightgreen {
  background: linear-gradient(180deg, #78F3B0 0%, #3BDB85 100%);
}

.bg-gradient-sharp-green {
  background: linear-gradient(97.64deg, #DBECFB 6.52%, #A8DAF2 93.18%);
}

.bg-gradient-fb {
  background: linear-gradient(180deg, #557CE0 0%, #1E50A6 100%);
}

.bg-gradient-feedback {
  background: linear-gradient(180deg, #E9AF4E 0%, #CC7E0A 100%);
}

.bg-gradient-line {
  background: linear-gradient(180deg, #77E024 0%, #00B900 100%);
}

.bg-gradient-red {
  background: linear-gradient(180deg, #eb806a 0%, #cd5840 100%);
}

.bg-white-opacity {
  background-color: rgba(255, 255, 255, 0.5);
}

.bg-content-card {
  background: url(../img/webp/bg.webp);
}

.bg-dark-grey {
  background-color: #2B5192;
}

.bg-light-pink {
  background-color: #FF5F7B;
}

.bg-pink {
  background-color: #eaacb3;
}

.bg-dark-pink {
  background-color: #fd788e;
}

.bg-deep-pink {
  background-color: #e1778d;
}

.bg-linear {
  background: linear-gradient(270deg, #edcaa2 0, #ef6a9f);
}

.bg-pai {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px;
  border: 2px solid #E3AB72;
}

.h-80 {
  height: 18rem;
}

.-left-1 {
  left: -0.25rem;
}

.-right-1 {
  right: -0.25rem;
}

.top-60 {
  top: 8rem;
}

.z-10 {
  z-index: 10;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity));
  --tw-blur: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-brightness: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-contrast: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-grayscale: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-hue-rotate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-invert: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-saturate: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-sepia: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-drop-shadow: var(--tw-empty,
      /*!*/
      /*!*/
    );
  --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.-translate-x-maintain {
  --tw-translate-x: calc(-100% + 50px);
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: var(--tw-transform);
}

.-translate-x-cs {
  --tw-translate-x: calc(100% - 50px);
  --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  transform: var(--tw-transform);
}

.-translate-x-0 {
  left: 1px;
}

.-translate-x-1 {
  right: -174px;
}

.bg-purple {
  background-color: #eadff0;
}

.bg-dark-purple {
  background-color: #8f8fd4;
}

.bg-transparent-dark {
  background: #0000006e;
}

.bg-light-orange {
  background: #e9cdbc;
}

.bg-orange {
  background: #EEBE6C;
}

.bg-light-brown {
  background-color: #c2a880;
}

.bg-dark-white {
  background-color: #fff4e5;
}

.bg-light-green {
  background: #2abf6f;
}

.bg-sand-blue {
  background: #0987C9;
}

.bg-dark-blue {
  background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.bg-dark-blue.blue-shadow {
  box-shadow: 4px 4px 0px 0px rgba(129, 102, 178, 1);
}

.bg-deep-blue {
  background-color: #305AA2;
}

.bg-light-blue {
  background: #c4e1ff;
}

.bg-light-blue2 {
  background: #C4DFFF;
}

.bg-light-purple {
  background-color: #F4E3FF;
}

.bg-lighter-blue {
  background: #EEF5FF !important;
}

.bg-sharp-blue {
  background: #5F9FF4 !important;
}

.bg-blue {
  background: #3F96FF;
}

.bg-sea-blue {
  background: #57a0f8;
}

.bg-gradient-blue {
  background: linear-gradient(180deg, #489EFF 0%, #1955AD 100%);
}

.bg-gradient-blue2 {
  background: linear-gradient(180deg, #86BDFF 0%, #135ABA 100%);
}

.bg-gradient-blue3 {
  background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.bg-gradient-blue4 {
  background: linear-gradient(180deg, #CAE2FF 0%, #5497F0 100%);
}

.bg-gradient-blue5 {
  background: radial-gradient(63.11% 63.11% at 31.97% 19.67%, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%)
    /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */
    , #7BB4FF;
}

.bg-gradient-blue5 {
  background: linear-gradient(180deg, #86BDFF 0%, #0A51B1 100%);
}

.bg-gradient-darkblue {
  background: linear-gradient(180deg, #69a4ee 0%, #246ac4 100%);
}

.bg-gradient-seablue {
  background: linear-gradient(180deg, #C6DDFF 0%, #57a0f8 100%);
}

.bg-gradient-light-blue {
  background: linear-gradient(180deg, #50B4FC 0%, #0E84DC 100%);
}

.bg-gradient-lightblue {
  background: linear-gradient(180deg, #57a0f8 0%, #c4e1ff 100%);
}

.bg-gradient-lightblue2 {
  background: linear-gradient(180deg, #c4e1ff 0%, #57a0f8 100%);
}

.bg-gradient-lightblue3 {
  background: linear-gradient(180deg, #6dc5fc 0%, #22a7fb 100%);
}

.bg-gradient-sandblue {
  background: linear-gradient(180deg, #57a0f8 0%, #c4e1ff 50%, #57a0f8 100%);
}

.bg-linear-blue {
  background: linear-gradient(97.64deg, #A1CCFF 6.52%, #569DFC 93.18%);
}

.bg-box-blue {
  border: 2px solid #fff;
  border-radius: 6px;
  background: rgba(247, 242, 254, 1);
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.bg-sky-blue {
  background: rgb(237, 246, 255);
  background: linear-gradient(90deg, rgba(237, 246, 255, 1) 0%, rgba(255, 255, 255, 1) 35%, rgba(240, 247, 255, 1) 100%);
}

.bg-box-blue-rwd {
  border: 2px solid #fff;
  border-radius: 8px;
  background: linear-gradient(180deg, #edf6ff, #fff 53.65%, #f0f7ff);
  -webkit-filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
}

.bg-body-blue {
  background-image: url("../img/form/bg0.jpg");
  background-color: #EEF5FF;
  background-position: bottom center;
  background-repeat: repeat-x;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.bg-forms {
  background: #EEF5FF url(../img/form/bg2.jpg) repeat top left !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.border-pink {
  border: 1px solid #fd788e;
}

.border-blue {
  border: 1px solid #365a97;
}

.border-dark {
  border: 1px solid #000000;
}

.border-bottom-blue {
  border-bottom: 2px solid #3276D0;
}

.border-bottom-theme {
  border-bottom: 2px solid rgba(155, 119, 76, 1);
}

.border-bottom-dark {
  border-bottom: 1px solid #263238;
}

.border-white {
  border: 2px solid #FFFFFF;
}

.border-bottom-white {
  border-bottom: 2px solid #ffffff;
}

.border-right-white {
  border-bottom: 2px solid #ffffff;
}

.border-start-grey {
  border-left: 1px solid #c4c4c4 !important;
}

.border-end-grey {
  border-right: 1px solid #c4c4c4 !important;
}

.border-top-grey {
  border-top: 1px solid #c4c4c4 !important;
}

.purple_btn {
  background: rgba(205, 170, 140, 1);
}

.border-bottom-secondary {
  border-bottom: 2px solid #cecece !important;
}

.text-tiny {
  font-size: 1rem;
}
.text-justify{
  text-align: justify;
}
.text-xxs {
  font-size: .65em !important;
}

.text-xs {
  font-size: .75em !important;
}

.text-sm {
  font-size: .8em !important;
}

.text-sm9 {
  font-size: .85em !important;
}

.text-md {
  font-size: 1em;
}

.text-xl {
  font-size: 1.25em;
}

.text-sm-rwd {
  font-size: 1em;
}

.text-xs-rwd {
  font-size: .7em;
}

.text-bg {
  font-weight: 700;
  font-size: 8rem !important;
  color: rgba(255, 255, 255, 0.4);
}

.text-theme {
  color: rgba(155, 119, 76, 1) !important;
}

.bg-yellow {
  background-color: rgba(155, 119, 76, 1) !important;
}

#game_indicators.carousel-indicators .active {
  background-color: rgba(155, 119, 76, 1) !important;
  opacity: 1;
}

#game_indicators.carousel-indicators>li {
  border-radius: 50%;
  width: 14px !important;
  height: 14px !important;
  background-color: rgba(142, 142, 142, 1) !important;
  border: 1px solid white;
}

.text-light-grey {
  color: rgba(177, 177, 177, 1);
}

.text-light-blue {
  color: #629ae2 !important;
}

.text-blue {
  color: #2d6abc !important;
}

.text-purple {
  color: #8f8fd4 !important;
}

.text-dark-purple {
  color: rgba(155, 119, 76, 1) !important;
}

.border-dark-purple {
  border: 2px solid rgba(155, 119, 76, 1);
}

.bg-table {
  background: rgba(238, 238, 250, 1);
}

.border-black {
  border: 1px solid #000;
}

.text-gold {
  color: #efbe6c !important;
}

.text-pink {
  color: #eaacb3 !important;
}

.text-dark-pink {
  color: #fd788e !important;
}

.text-shadow {
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4);
}

.text-light-dark {
  color: #212529;
}

.text-light-green {
  color: #2abf6f;
}

.text-sharp-green {
  color: #1BB55C !important;
}

.text-grey {
  color: #6C757D !important;
}

.text-yellow {
  color: #FEE36B !important;
}

.text-gradient-yellow {
  background: linear-gradient(180deg, #FEE36B 0%, #FDD732 53.12%, #DA9D24 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.text-light-white {
  color: rgba(255, 255, 255, 0.5);
}

.col-05 {
  flex: 0 0 auto;
  width: 2%;
}

.col-55 {
  flex: 0 0 auto;
  width: 49%;
}

.col-58 {
  flex: 0 0 auto;
  width: 49.5%;
}

.col-25 {
  width: 25%;
  display: inline-block;
}

.col-85 {
  width: 85%;
  display: inline-block;
}

.col-70 {
  flex: 0 0 auto;
  width: 57%;
}

.col-50 {
  flex: 0 0 auto;
  width: 41%;
}

.absolute-game {
  top: -18% !important;
  left: -3% !important;
}

.absolute-game-btn {
  bottom: 7% !important;
  right: 5% !important;
}

.fw-500 {
  font-weight: 500 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.w-70 {
  width: 70% !important;
}

.h-70 {
  height: 70px;
}

.min-vh-110 {
  min-height: 110vh !important;
}

.min-vh-75 {
  min-height: 75vh !important;
}

.min-vh-50 {
  min-height: 50vh !important;
}

.min-vh-40 {
  min-height: 40vh !important;
}

.min-vh-30 {
  min-height: 30vh !important;
}

.mt-6, .mt-7 {
  margin-top: 0px !important;
}

.mt-negative {
  margin-top: -22px !important;
}

.mt-negative2 {
  margin-top: -44px !important;
}

.mt-negative3 {
  margin-top: 0px !important;
}

.mt-negative4 {
  margin-top: -28rem !important;
}

.mt-10 {
  margin-top: 8rem !important;
}

.mt-11 {
  margin-top: 10rem !important;
}

.w-15 {
  width: 15% !important;
}

.position-md-absolute {
  position: relative !important;
}

.absolute-check {
  top: -.2rem;
  left: 0.25rem;
}

@media(min-width: 768px) {
  .mt-negative3 {
    margin-top: -160px !important;
  }

  .position-md-absolute {
    position: absolute !important;
  }
}

.min-vh-95 {
  min-height: 110vh !important;
}

@media(min-width: 1600px) {
  .min-vh-95 {
    min-height: 90vh !important;
  }
}

@media(min-width: 1320px) {
  .mt-10, .mt-11 {
    margin-top: 10rem !important;
  }
}

@media(max-width: 768px) {
  .mt-6 {
    margin-top: 70px !important;
  }

  .mt-7 {
    margin-top: 90px !important;
  }

  .mt-negative4 {
    margin-top: 0px !important;
  }

  .absolute-check {
    top: -.2rem;
    left: 1.4rem;
  }
}

.rounded-bottom-custom {
  border-radius: 0px 0px 30px 30px;
}

.rounded-8 {
  border-radius: 8px !important;
}

.rounded-25 {
  border-radius: 25px !important;
}

.btn-outline-dark-blue {
  color: rgba(155, 119, 76, 1);
  border-color: rgba(155, 119, 76, 1);
}

.btn-outline-dark-blue:hover {
  color: #fff;
  background-color: rgba(155, 119, 76, 1);
  border-color: rgba(155, 119, 76, 1);
}

.btn-blue {
  background-color: #037AFA;
}

.sidebar-nav:hover {
  background-color: #fd788e;
  color: #FFFFFF;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/*dataTable */
.dataTables_info {
  width: 100%;
  font-size: .65em;
  color: #666;
  text-align: center !important;
}

.paging_simple_numbers {
  text-align: center !important;
}

.dataTables_paginate {
  width: 100%;
  margin: 10px 0;
}

.paging_simple_numbers a.paginate_button {
  display: inline-block !important;
  padding: 4px 9px !important;
  margin: 4px 0 0 0 !important;
  font-size: .8em;
  color: #666;
  -webkit-border-radius: 0px !important;
  margin-left: -1px !important;
  line-height: 1.42857 !important;
  text-decoration: none !important;
  background-color: #fff !important;
  border: 1px solid #365a97 !important;
  cursor: pointer;
}

.paging_simple_numbers a.paginate_button.current {
  background: #365a97 !important;
  color: #472901 !important;
}

table.dataTable tr {
  background-color: transparent;
}

table.dataTable tr:nth-child(odd) {
  background-color: #cecece;
}

/*BINDING FILE */
.file-drop-zone {
  min-height: 50px;
}

.btn-file, .fileinput-cancel {
  display: none;
}

.rounded-5 {
  border-radius: 0.9rem !important;
}

.w-13 {
  width: 4rem;
}

.dropdown-toggle::after {
  content: none;
}

.badge {
  padding: 0 0.4em;
  font-size: .75em;
  line-height: 0;
}

.ac {
  width: 25px;
  height: 25px;
}

@media screen and (max-width: 768px) {
  .text-tiny {
    font-size: .61rem;
  }

  .text-sm-rwd {
    font-size: .8em;
  }

  .text-xs-rwd {
    font-size: .7em;
  }

  .CardBgMd-txt, .CardBgMd_txt_BG {
    border: 0;
    background: none;
  }

  .bg-box-blue-rwd {
    border: 0px solid #fff;
    border-radius: 0px;
    background: none;
    -webkit-filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
    filter: drop-shadow(0 0px 0px rgba(0, 0, 0, 0));
  }
}

@media screen and (max-width: 320px) {
  .text-tiny {
    font-size: .55rem;
  }
}

img.lazy {
  width: 100vw;
  display: block;
}

#casino-indicators.carousel-indicators [data-bs-target].active {
  transform: scale(1);
}

#casino-indicators.carousel-indicators [data-bs-target] {
  width: auto;
  height: 8px;
  border-radius: 0%;
  background-color: rgba(0, 0, 0, 0);
  transform: scale(.8);
  text-indent: unset;
}

.table-custom {
  width: 200vw;
}

.table-custom2 {
  width: 150vw;
}

.bg-forms2 {
  background: #EEF5FF url(../img/form/bg2.jpg) repeat top left !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

@media(min-width: 768px) {
  .table-custom {
    width: 100vw;
  }

  .table-custom2 {
    width: 60vw;
  }

  .bg-forms2 {
    background: none !important;
  }
}

@media(max-width: 300px) {
  .px-nav {
    padding-left: 1rem !important;
  }
}

.uk-blend-luminosity2 {
  filter: brightness(50%);
}

/*layerui*/
.layui-layer-title {
	background-color: white !important;
	color: rgba(155, 119, 76, 1) !important;
	border: none;
	font-weight: bold;
	text-align: center;
}

.layui-layer-content {
	background: #fff;
	font-weight: bold;
	word-break: normal;
	color: #333333;

}

body .default-class .layui-layer-content {
	background: white;
	font-weight: bold;
	word-break: normal;
	color: #333333;

}

.layui-layer-btn a {
	background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.layui-layer-btn {
	background: #fff;
	color: #333333;
}

body .default-class .layui-layer-btn {
	background: white;
	border: 0;
	color: #333333;
}
.layui-layer-btn .layui-layer-btn0 {
	border: none;
	border-radius: 4px;
}

.layui-layer-btn .layui-layer-btn1 {
	color: white;
	border: none;
	border-radius: 4px;
}

/*layerui end*/

#sign-up-form input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  font-size: .8em;
}

#sign-up-form input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  font-size: .8em;
}

#sign-up-form input::-ms-input-placeholder {
  /* Microsoft Edge */
  font-size: .8em;
}

#sign-up-form input:-moz-placeholder {
  /* Firefox 18- */
  font-size: .8em;
}

.annoucement-item {
  background-color: #EEF5FF !important;
  border: 2px solid #FFFFFF;
}

.annoucement-button {
  background-color: #EEF5FF !important;
}

.annoucement-button:not(.collapsed) {
  color: #000;
  background-color: #EEF5FF;
  box-shadow: inset 0 -1px 0 rgb(0 0 0 / 0%);
}

.annoucement-button:focus {
  color: #FFFFFF;
  background: linear-gradient(180deg, #86BDFF 0%, #0A51B1 100%);
}

.annoucement-button:not(.collapsed)::after {
  background-image: url(../img/c_icon/up.svg) !important;
  transform: rotate(0deg) !important;
}

.annoucement-button::after {
  background-image: url(../img/c_icon/up.svg) !important;
  transform: rotate(180deg) !important;
}

.btn-slot-default {
  background: #C6DDFF url(../img/slot/bg_menu.png) no-repeat top center;
}

.line_ss {
  border-bottom: 0px solid #1e50a6 !important;
  color: none !important;
}

.promo-button:not(.collapsed) {
  color: #FFFFFF;
  background: linear-gradient(180deg, #86BDFF 0%, #135ABA 100%);
}

.promo-button:not(.collapsed)::after {
  content: "";
  background-image: url("../img/collapsibleIconLight.svg");
}

.promo-button::after {
  content: "";
  float: right;
  color: #fff !important;
  background-image: url("../img/collapsibleIcon.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 1.25rem;
  transition: transform .2s ease-in-out;
}

.promo-button {
  background-color: #EEF5FF !important;
}

/*style="right:58.4%;"*/
.pot {
  right: 12.5%;
  -webkit-animation: linear 1 normal forwards;
  -webkit-animation-name: run;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes run {
  0% {
    right: 12.5%;
  }

  50% {
    right: 32.5%;
  }

  100% {
    right: 58.4%;
  }
}

.pot2 {
  left: 4.5%;
  -webkit-animation: linear 1 normal forwards;
  -webkit-animation-name: run2;
  -webkit-animation-duration: 1s;
}

@-webkit-keyframes run2 {
  0% {
    left: 4.5%;
  }

  50% {
    left: 32.5%;
  }

  100% {
    left: 58.45%;
  }
}

.opcaity-load {
  opacity: 0%;
  -webkit-animation: linear 1 normal forwards;
  -webkit-animation-name: opup;
  -webkit-animation-duration: 1.5s;
}

@-webkit-keyframes opup {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0.2;
  }

  100% {
    opacity: 1;
  }
}

.text-progress {
  font-size: 20px !important;
  left: 10% !important;
}

/* progress_dg */
#progress_dg .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_dg .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_dg .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_dg .progress .progress-left {
  left: 1px;
}

#progress_dg .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_dg .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_dg .progress .progress-right {
  right: 1px;
}

#progress_dg .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-dg 1.8s linear forwards;
}

#progress_dg .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_dg .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_dg .progress.blue .progress-left .progress-bar {
  animation: loading-dg2 1.5s linear forwards 1.8s;
}

@keyframes loading-dg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-dg2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 90deg));
  }
}

/* progress_ab */
#progress_ab .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_ab .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_ab .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_ab .progress .progress-left {
  left: 1px;
}

#progress_ab .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_ab .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_ab .progress .progress-right {
  right: 1px;
}

#progress_ab .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-ab 1.8s linear forwards;
}

#progress_ab .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_ab .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_ab .progress.blue .progress-left .progress-bar {
  animation: loading-ab2 1.5s linear forwards 1.8s;
}

@keyframes loading-ab {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-ab2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 85deg));
  }
}

/* progress_spsb */
#progress_spsb .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_spsb .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_spsb .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_spsb .progress .progress-left {
  left: 1px;
}

#progress_spsb .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_spsb .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_spsb .progress .progress-right {
  right: 1px;
}

#progress_spsb .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-spsb 1.8s linear forwards;
}

#progress_spsb .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_spsb .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_spsb .progress.blue .progress-left .progress-bar {
  animation: loading-spsb2 1.5s linear forwards 1.8s;
}

@keyframes loading-spsb {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-spsb2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 90deg));
  }
}

/* progress_obsb */
#progress_obsb .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_obsb .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_obsb .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_obsb .progress .progress-left {
  left: 1px;
}

#progress_obsb .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_obsb .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_obsb .progress .progress-right {
  right: 1px;
}

#progress_obsb .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-obsb 1.8s linear forwards;
}

#progress_obsb .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_obsb .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_obsb .progress.blue .progress-left .progress-bar {
  animation: loading-obsb2 1.5s linear forwards 1.8s;
}

@keyframes loading-obsb {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-obsb2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 85deg));
  }
}

/* progress_splt */
#progress_splt .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_splt .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_splt .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_splt .progress .progress-left {
  left: 1px;
}

#progress_splt .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_splt .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_splt .progress .progress-right {
  right: 1px;
}

#progress_splt .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-splt 1.8s linear forwards;
}

#progress_splt .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_splt .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_splt .progress.blue .progress-left .progress-bar {
  animation: loading-splt2 1.5s linear forwards 1.8s;
}

@keyframes loading-splt {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-splt2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 90deg));
  }
}

/* progress_9k */
#progress_9k .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_9k .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_9k .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_9k .progress .progress-left {
  left: 1px;
}

#progress_9k .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_9k .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_9k .progress .progress-right {
  right: 1px;
}

#progress_9k .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-9k 1.8s linear forwards;
}

#progress_9k .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_9k .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_9k .progress.blue .progress-left .progress-bar {
  animation: loading-9k2 1.5s linear forwards 1.8s;
}

@keyframes loading-9k {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-9k2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 85deg));
  }
}

/* progress_grbg */
#progress_grbg .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_grbg .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_grbg .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_grbg .progress .progress-left {
  left: 1px;
}

#progress_grbg .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_grbg .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_grbg .progress .progress-right {
  right: 1px;
}

#progress_grbg .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-grbg 1.8s linear forwards;
}

#progress_grbg .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_grbg .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_grbg .progress.blue .progress-left .progress-bar {
  animation: loading-grbg2 1.5s linear forwards 1.8s;
}

@keyframes loading-grbg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-grbg2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 90deg));
  }
}

/* progress_bole */
#progress_bole .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_bole .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_bole .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_bole .progress .progress-left {
  left: 1px;
}

#progress_bole .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_bole .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_bole .progress .progress-right {
  right: 1px;
}

#progress_bole .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-bole 1.8s linear forwards;
}

#progress_bole .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_bole .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_bole .progress.blue .progress-left .progress-bar {
  animation: loading-bole2 1.5s linear forwards 1.8s;
}

@keyframes loading-bole {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-bole2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 85deg));
  }
}

/* progress_grfh */
#progress_grfh .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_grfh .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_grfh .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_grfh .progress .progress-left {
  left: 1px;
}

#progress_grfh .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_grfh .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_grfh .progress .progress-right {
  right: 1px;
}

#progress_grfh .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-grfh 1.8s linear forwards;
}

#progress_grfh .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_grfh .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_grfh .progress.blue .progress-left .progress-bar {
  animation: loading-grfh2 1.5s linear forwards 1.8s;
}

@keyframes loading-grfh {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-grfh2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 90deg));
  }
}

/* progress_icgfh */
#progress_icgfh .progress {
  width: 70px;
  height: 70px;
  line-height: 0px;
  transform: rotate(180deg);
  background: none;
  margin: 0 auto;
  box-shadow: none;
  position: relative;
}

#progress_icgfh .progress:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 12px solid transparent;
  position: absolute;
  top: 0;
  left: 0;
}

#progress_icgfh .progress>span {
  width: 50%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1;
}

#progress_icgfh .progress .progress-left {
  left: 1px;
}

#progress_icgfh .progress .progress-bar {
  width: 100%;
  height: 100%;
  background: none;
  border-width: 8px;
  border-style: solid;
  position: absolute;
  top: 0;
}

#progress_icgfh .progress .progress-left .progress-bar {
  left: 100%;
  border-top-right-radius: 80px;
  border-bottom-right-radius: 80px;
  border-left: 0;
  -webkit-transform-origin: center left;
  transform-origin: center left;
}

#progress_icgfh .progress .progress-right {
  right: 1px;
}

#progress_icgfh .progress .progress-right .progress-bar {
  left: -100%;
  border-top-left-radius: 80px;
  border-bottom-left-radius: 80px;
  border-right: 0;
  -webkit-transform-origin: center right;
  transform-origin: center right;
  animation: loading-icgfh 1.8s linear forwards;
}

#progress_icgfh .progress .progress-value {
  width: 80%;
  height: 80%;
  border-radius: 50%;
  color: #81dcff;
  font-size: 30px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  position: absolute;
  top: -16%;
  left: 12%;
  transform: rotate(180deg);
  background: linear-gradient(to top, #4da8ff, #81dcff);
  background: -webkit-linear-gradient(to top, #4da8ff, #81dcff);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

#progress_icgfh .progress.blue .progress-bar {
  border-color: #3276D0;
}

/* 左邊改這 */
#progress_icgfh .progress.blue .progress-left .progress-bar {
  animation: loading-icgfh2 1.5s linear forwards 1.8s;
}

@keyframes loading-icgfh {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/* 左邊改這 */
@keyframes loading-icgfh2 {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(calc(180 / 100 * 85deg));
  }
}

.list-item .text-truncate {
  display: -webkit-box;
  -webkit-line-clamp: var(--line-clamp, 3);
  -webkit-box-orient: vertical;
  white-space: break-spaces;
}

.purple-title {
  background: linear-gradient(180deg, rgba(186, 159, 73, 0.7) 0%, rgba(88, 74, 29, 0.7) 100%);
}

.article_content a, .article_content a span {
  vertical-align: baseline;
  text-decoration: none;
  font-weight: bold;
}

.half-bg {
  background: rgba(0, 0, 0, 0.5);
}

.bg-gradient-purple {
  background: linear-gradient(90.34deg, #1E1549 4.37%, #3D1F5E 56.29%, #412E7D 96.68%);
}

.bg-gradient-purple2 {
  background: linear-gradient(179.14deg, #1E1549 0.65%, #1E1549 0.65%, #1E1549 25.28%, #421D71 51.45%, #1E1549 77.11%);
}

.btn-submit {
  background: linear-gradient(180deg, #B1915A 0%, #E8D0A0 22.4%, #FBE6BB 50%, #E4C084 76.04%, #D3A768 100%);
}

@media(min-width: 1200px) {
  .bg-register-form {
    background: url('../img/c_login/reg.webp');
    min-height: 790px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

@media only screen and (max-width: 991px) and (min-width: 768px) {
  .bg-register-form {
    background: url('../img/c_login/reg.webp');
    min-height: 790px;
    background-size: contain;
    background-repeat: no-repeat;
  }
}

.gradient-border {
  box-shadow: inset 0px -2px 1px 1px rgba(155, 119, 76, 1);
}

.bg-peach {
  background: #CFCFCF;
}

.lcs-bg {
  background-color: #000;
  background-image: url(../img/c_general/lcs.webp);

}

.fish-bg {
  background-color: #000;
  background-image: url(../img/c_general/fish.webp);

}

.sb-bg {
  background-color: #000;
  background-image: url(../img/c_general/sb.webp);

}

.mt-35px {
  margin-top: 13px !important;
}

.border-yellow {
  border: 1px solid rgba(155, 119, 76, 1);
}

.left-0 {
  left: 0 !important;
  ;
}

.btn-purple {
  background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}

.purple-header {
  background: linear-gradient(90.34deg, #1E1549 4.37%, #3D1F5E 56.29%, #412E7D 96.68%);
}

.btn-dark-purple {
  background: linear-gradient(180deg, #6A3FD1 0%, #522AA7 53.12%, #35218B 100%);
}

.btn-silver {
  background: linear-gradient(82.5deg, #6A6A6A 1.86%, #838383 40.44%, #BFBFBF 71.41%, #EFEFEF 99.34%);
  border: 1px solid #FFFFFF;
}

.btn-silver.active {
  background: linear-gradient(82.5deg, #876D32 1.86%, #C8A259 40.44%, #FFCD89 71.41%, #FFFBC1 99.34%);
  border: 1px solid #E2AE59;

}

.shadow-yellow {
  -webkit-box-shadow: 0 0 20px rgba(155, 119, 76, 1);
  box-shadow: 0 0 20px rgba(155, 119, 76, 1);
}

.cate-yellow-btn {
  background: linear-gradient(82.5deg, #876D32 1.86%, #C8A259 40.44%, #FFCD89 71.41%, #FFFBC1 99.34%);
  color: black;
}

.franc_btn {
	background: rgba(251, 247, 244, 1);
	color: rgba(205, 170, 140, 1);
	border: 1px solid rgba(205, 170, 140, 1);
}

.franc_btn.active, .franc_btn:hover {
	background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
	color: white;
	border: none
}

.nav-purple {
  background: linear-gradient(90.7deg, #8126AA 0%, #392573 100%);

}

.gif-load {
  width: 37px;
  height: 37px;
  background: url('/assets/layer/theme/default/loading-1.gif') no-repeat;
}

.dropdown-content2 {
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 2;
}

.rounded-top-left {
  border-top-left-radius: 0.25rem;
}

.rounded-top-right {
  border-top-right-radius: 0.25rem;
}

.rounded-bottom-left {
  border-bottom-left-radius: 0.25rem;
}

.rounded-bottom-right {
  border-bottom-right-radius: 0.25rem;
}

.light-purple1-bg {
  background: rgba(238, 238, 250, 1) !important;
}

.text-dark-blue {
  color: rgba(65, 71, 85, 1);
}

/* Show the dropdown menu on hover */
.dropdown-content2 {
  display: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  width: 100%;
  left: 0;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  z-index: 10;
}

.dropdown2:hover .dropdown-content2 {
  display: block;
}

.nav-menu:hover {
  color: rgba(155, 119, 76, 1);
}

.sidebar_contactus {
  right: -22.5rem;
}

.sidebar_contactus2 {
  right: -11.2rem;
}

.carousel-indicators [data-bs-target] {
  width: 8px;
  height: 8px;
  border-radius: 0%;
}

.col-custom1 {
  flex: 0 0 auto;
  width: 50%;
}

.col-custom2 {
  flex: 0 0 auto;
  width: 65%;
}

.card-bg {
  background: url('../img/c_home/beauty/bg.svg');
}

.rounded-20{
  border-radius: 20px;
}

.border-4px{
  border:4px solid;
}
.gradient-btn {
	background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}
.border-theme {
	border: 1px solid rgba(155, 119, 76, 1);
}
.border-left-theme{
  border-left: 8px solid rgba(155, 119, 76, 1);
}
.bg-btn{
  background: rgba(251, 247, 244, 1);
}
.bg-card{
	background:url('../img/c_home/four_features/bg.webp');
	background-size:cover;box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
}
.bg-form-btn {
	background: linear-gradient(180deg, #B39973 0%, #9B774C 100%);
}
.border-bottom-grey {
	border-bottom:1px solid rgba(204, 201, 212, 1)!important;
}
.border-right-grey {
	border-right:1px solid rgba(204, 201, 212, 1)!important;
}
/* Show the dropdown menu on hover END */