:root {
  --max-width-mb: 600px;
}

/* 移除不存在的字体引用，使用系统字体 */
.Kanit {
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans Thai", "Tahoma", "Arial", sans-serif;
}

* {
  margin: 0px;
  padding: 0px;
  color: white;
  font-family: "Microsoft YaHei", "PingFang SC", "Noto Sans Thai", "Tahoma", "Arial", sans-serif !important;
}

body {
  background: #262729;
  overflow-y: auto;
  height: 100vh;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  /* ป้องกัน scrollbar ซ้อนจาก body */
}

main.bg-content {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

/* height-fixe */
.height-login {
  height: 850px;
  position: relative;
  top: -65px;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
}

.height-dashboard {
  /* padding-bottom: 320px; */
  position: absolute;
  top: 150px;
  z-index: 1;
}

.height-profile {
  height: 1166px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -38px;
}

.height-deposit {
  /* height: 950px; */
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -33px;
}

.height-aff {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -45px;
}

.height-bonus {
  height: 1080px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -45px;
}

.height-withdraw {
  height: 850px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -39px;
}

.height-withdraw-history {
  height: 950px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -45px;
}

.height-settingpro {
  height: 950px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -26px;
}

/* height-fixe */

.bank-no {
  color: black;
}

.pro {
  margin-bottom: 150px;
}

.img-pro img {
  width: 100%;
  margin-top: 5%;

}

/* carousel */
.items {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
}

.items .item {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 215px;
  /* height: 125px; */
  border-radius: 5%;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  z-index: -1;
  opacity: 0;
}

.item img {
  width: 100%;
  /* height: 100%; */
  object-fit: cover;
}

.item.active {
  opacity: 1;
  z-index: 99;
  box-shadow: 0px 0px 105px -35px rgba(0, 0, 0, 0.75);
}

.item.prev {
  z-index: 2;
  opacity: 0.25;
  transform: translate(-125%, -50%);
}

.item.next {
  z-index: 2;
  opacity: 0.25;
  transform: translate(25%, -50%);
}

.items .button-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 480px;
  z-index: 100;
}

.button-container .button {
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  position: relative;
  opacity: 0.75;
  transition: all 300ms ease-in-out;
}

.button-container .button:hover {
  opacity: 1;
}

.button-container .button:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 1);
  border-radius: 50%;
  z-index: -99;
}

.button-container .button img {
  width: 50px;
}

.button-container .button:nth-child(1) {
  float: left;
}

.button-container .button:nth-child(2) {
  float: right;
}

/* end carousel  */

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* side bar */
.sidebar {
  width: 368px;
  z-index: 100;
  /* background-color: #0d0d14; */
  background-color: #000000;
  position: fixed;
  height: 100vh;
  opacity: 0.9;
  color: white;
  /* background-image: url(../assets/menubar.webp); */
  background-size: cover;
  background-repeat: round;

  img {
    margin: 10px;
  }

  hr {
    border-top: 1px solid whitesmoke;
  }

  ul {
    padding: 2px;

    li {
      border-bottom: 1px solid whitesmoke;
      padding: 2px;
      list-style: none;
    }
  }

  a {
    text-decoration: none;
    color: white;

    img {
      color: white;
    }
  }
}

.border-bottom-unset {
  border-bottom: unset !important;
  margin-top: 30px;
}

.menu-btn-login {
  width: 60%;
  padding: 10px;
  border-radius: 10px;
}

.menu-btn-logout {
  width: 60%;
  padding: 10px;
  border-radius: 10px;
}

.back-btn {
  float: right;
  position: relative;
  z-index: 2;
}

.hide {
  display: none;
}

main {
  max-width: var(--max-width-mb);
  min-height: 100vh;
  margin: 0 auto;
  background-color: black;
}

.bg-header {
  background-image: url(../assets/top-bg.jpg);
  background-size: cover;
  background-repeat: round;
}

main header {
  /* background-color: #ffdf01; */
  position: sticky;
  padding: 5px;
  padding-bottom: 20px;
  padding-top: 1px;

  #h-bar {
    padding: 10px;

    a {
      margin-left: 5px;
    }
  }

  .h-bar-2 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 5px;
  }

  .logo {
    margin-left: 5px;
    width: 110px;
  }

  b {
    color: black;
  }

  .header-bar-account {
    position: relative;
  }

  /* header-2 */
  .h-bar-2 .bar-box-1 {
    width: 50%;
  }

  .h-bar-2 .bar-box-2 {
    width: 50%;
    text-align: right;
  }

  .h-bar-2 .bar-box-1 .side-menu-btn {
    width: 35px;
  }

  .h-bar-2 .bar-box-2 {
    width: 50%;
  }

  .h-bar-2 .logo-2 {
    margin-left: 5px;
    width: 110px;
  }

  .bar-box-2 .play {
    width: 35px;
  }

  .h-bar-2 .img-contact {
    width: 35px;
  }

  .h-bar-2 .header-bar-account b {
    position: absolute;
    top: 30px;
    left: 18%;
    font-size: 10px;
  }

  .size-acc {
    width: 27px;
  }

  .header-bar-account b {
    position: absolute;
    top: 26px;
    left: 4%;
    font-size: 10px;
  }
}

main p {
  color: aliceblue;
}

.side-menu-list li a img {
  width: 24px;
}

main footer {
  position: fixed;
  bottom: 0;
  width: var(--max-width-mb);
  text-align: center;
  z-index: 100;

  ul {
    margin-left: 15px;
    margin-right: 15px;
    display: flex;
    justify-content: space-between;

    li {
      list-style: none;

      a {
        text-decoration: none;
        color: aliceblue;
      }
    }
  }
}

.footer {
  padding-top: 20px;
}

/* new-box-login */

.font-color-success {
  color: #3fe93f;
  font-weight: bold;
}

.font-color-cancel {
  color: #ff1010;
  font-weight: bold;
}

.content-login .box-login .login {
  font-size: 15px;
}

.content-home {
  position: relative;
}

.custom-padding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.content-home .fullscreen-video {
  position: fixed;
  max-width: var(--max-width-mb);
  z-index: -1;
}

.fullscreen-video video {
  width: 100%;
}

.logo-home {
  position: absolute;
  text-align: center;
  width: 100%;
  padding-top: 10px;
}

.logo-home img {
  width: 38%;
}

.box-login {
  text-align: center;
  background: #0000009e;
  border-radius: 25px;
  padding: 15px;
  position: relative;
  top: 140px;
}

.content-login {
  padding-right: 15px;
  padding-left: 15px;
}

.content-login .box-login .login {
  text-decoration: none;
  color: #ffdf01;
  font-size: 18px;
  font-weight: 600;
}

.content-login .box-login .register {
  text-decoration: none;
  color: #1fb141;
  font-size: 18px;
  font-weight: 600;
}

.content-login .form-input {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.content-login .form-input input {
  font-size: 16px;
  font-weight: 600;
  border: unset;
  border-radius: 9px;
}

.content-login .form-input .input-1 {
  text-align: left;
}

.content-login .form-input .pad-1 {
  padding-bottom: 20px;
}

.content-login .form-input .pad-2 {
  padding-bottom: 10px;
}

.content-login .form-input .form-check label {
  font-size: 16px;
  color: #ffbd39;
  font-weight: 600;
}

.content-login .action {
  text-align: center;
}

.content-login .input-group-append {
  margin-left: -1px;
}

.content-login .form-input .input-group-text {
  background-color: #fff;
  border: unset;
  display: block;
  justify-content: right;
  text-align: right;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.content-login .form-input .input-group-text .eye-hid-pass {
  width: 21px;
  cursor: pointer;
  margin-top: 7px;
}

.content-login .form-input .input-group-text .eye-show-pass {
  width: 21px;
  cursor: pointer;
  padding-top: 5px;
}

.content-login .input-1 .eye-show-pass {
  display: none;
}


/* new-box-login */

.btn-login {
  border-bottom: unset !important;
  padding: 10px 5px !important;
}

.btn-login .login {
  text-align: center;
  background-color: #26ad0d;
  color: #ffffff;
  border-color: #04AA6D;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 600;
  padding: 7px;
}

.menu-logo-top {
  text-align: center;
}

.menu-logo-top img {
  width: 34%;
}

.bg-content {
  background-image: url(../assets/BG-2.webp);
  background-size: cover;
  background-repeat: round;
  height: 100vh;
}

.bg-home {
  background-image: url(../assets/bg-home.webm);
  background-size: cover;
  background-repeat: round;
  height: 100vh;
}



.bg-content-dashboard {
  background-image: url(../assets/BG.webp);
  /* background-size: cover; */
  background-size: cover;
  background-repeat: round;
  /* height: 100vh; */
}


.menu-footer ul {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 5px;
  /* แก้ตอน 08/06/68 */
  display: flex;
  list-style: none;
}

.menu-footer ul li {
  text-align: center;
  width: 20%;
  position: relative;
  margin-top: 5px;
}

/* .menu-footer ul li a{
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10px;
} */
.menu-footer ul li .play-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0px;
}

.menu-footer .sub-menu .menu-1 {
  width: 61px;
}

.menu-footer .sub-menu .menu-2 {
  width: 42px;
  margin-top: 14px;
}

.menu-footer .sub-menu .menu-3 {
  width: 55px;
}

.menu-footer .sub-menu .menu-4 {
  width: 36px;
  margin-top: 15px;
}

.menu-footer .sub-menu .menu-5 {
  width: 50px;
  margin-top: 15px;
}

.menu-footer .text-span {
  color: #262729;
}

/* .mt-sub {
  margin-top: 5px;
} */

/* footer-2 */
.footer-2 {
  padding-top: 10px;
}

.footer-2 .menu-footer-2 {
  position: fixed;
  text-align: center;
  width: var(--max-width-mb);
  bottom: 0;
  z-index: 100;
  padding-top: 6px;
}

.bg-footer-2 {
  background-image: url(../assets/Buttom.webp);
  background-size: cover;
  background-repeat: round;
  height: auto;
}

.footer-2 .menu-sub {
  display: flex;
  position: relative;
}

.menu-sub .menu-sub-2 {
  width: 100%;
  text-align: center;
  position: relative;
  /* padding-bottom: 10px; */
}

.menu-sub .menu-sub-2 a {
  text-decoration: none;
  font-size: 16px;
  color: #000;
}

.menu-sub .menu-sub-2 a p {
  font-size: 16px;
  color: #000 !important;
  margin-bottom: 5px;
}

.menu-sub .menu-sub-2 .menu-1 {
  width: 45px;
}

.menu-sub .menu-sub-2 .menu-2 {
  width: 35px;
}

.menu-sub .menu-sub-2 .menu-3 {
  width: 40px;
}

.menu-sub .menu-sub-2 .menu-4 {
  width: 30px;
}

.menu-sub .menu-sub-2 .menu-5 {
  width: 40px;
}

.menu-sub .top-1 {
  top: 9px;
}

.menu-sub .top-2 {
  top: 15px;
}

.menu-sub .top-3 {
  top: 9px;
}

.menu-sub .top-4 {
  top: 15px;
}

.menu-sub .top-5 {
  top: 17px;
}


/* footer-2 */
.bg-footer {
  background-image: url(../assets/Buttom.webp);
  background-size: cover;
  background-repeat: round;
  height: auto;
}

/* otp */
.content-login .text-register-1 {
  text-align: center;
}

.content-login .text-register-1 .text-1 {
  margin-bottom: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}

.content-login .text-register-1 .text-2 {
  margin-bottom: 0;
  font-size: 18px;
  color: #ffa800;
  font-family: DB-S;
  font-weight: 600;
  letter-spacing: 1;
}

.content-login .img-register {
  padding-top: 10px;
}

.content-login .img-register img {
  width: 30%;
}

.content-login .form-input-register {
  padding-left: 15px;
  padding-right: 15px;
}

.content-login .form-input-register input {
  font-size: 18px;
  letter-spacing: 1;
}

.content-login .form-input-register .text-3 {
  margin-bottom: 0;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffa800;
  font-size: 16px;
  margin-bottom: 18px;
}

.content-login .form-input-register .input-otp input {
  width: 100%;
}

.content-login .form-input-register .input-otp button {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 18px;
  font-weight: 600;
  background: rgb(250, 197, 59);
  background: linear-gradient(180deg, rgba(250, 197, 59, 1) 85%, rgba(250, 172, 38, 1) 90%, rgba(255, 141, 12, 1) 100%);
}

.content-login .line-otp {
  padding: 15px;
}

/* otp */

/* register */
.content-login .txt-register-1 {
  text-align: center;
}

.content-login .txt-register-1 .txt-re1 {
  font-size: 35px;
  text-shadow: 0 0 10px #fff;
  color: #ffdf01;
}

.content-login .input-register .txt-in-re1 {
  color: #ffdf01;
  margin-bottom: 0;
  font-size: 18px;
}

.content-login .input-register {
  text-align: left;
  padding-left: 15px;
  padding-right: 15px;
}

.content-login .input-register .in-re-1 {
  font-size: 18px;
  border-radius: 10px;
}

.content-login .txt-in-re2 {
  font-size: 15px;
  font-weight: 600;
}

.content-login .input-register select {
  font-size: 18px;
  border-radius: 10px;
}

.content-login .input-register select option {
  font-weight: 600;
  color: #262729;
}

.content-login .register-pro {
  text-align: center;
  padding-top: 20px;
}

.content-login .register-pro .txt-pro {
  font-size: 26px;
  text-shadow: 0 0 10px #fff;
  color: #ffdf01;
}

.content-login .check-pro {
  border-radius: 10px;
  background: #fff;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 10px;
  padding-top: 10px;
  cursor: pointer;
  text-align: center;
}

.content-login .check-pro p {
  color: #000;
}

.content-login .action-regis {
  padding-top: 15px;
}

.content-login .action-2 {
  padding-top: 16px;
  text-align: center;
  padding-bottom: 25%;
}

.content-login .action-2 .txt-ac1 {
  font-size: 16px;
  margin-bottom: 0;
}

.content-login .action-2 .btn-success {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
  background-color: rgb(0, 131, 17);
}

.content-login .action-2 .btn-danger {
  margin-top: 20px;
  font-size: 30px;
  color: #fff;
}

.btn-group-sm>.btn,
.btn-danger {
  font-size: 18px;
  font-family: DB-S;
  font-weight: 600;
  background-color: rgb(184, 0, 0);
  border: unset;
  padding: 7px 15px;
  border-radius: 10px;
  color: #fff;
  box-shadow: 0 0 10px #1a1a1a;
}

/* register */

/* Content */
.content .logo {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.content .logo img {
  width: 50%;
  padding-top: 20px;
}

.content .box-login {
  text-align: center;
  background: #0000009e;
  border-radius: 25px;
  padding: 15px;
  margin-bottom: 30%;
}

.barrier {
  margin-left: 10px;
  margin-right: 10px;
  width: 2px;
  height: 8px;
  border-bottom: 26px solid #fff;
}

.content .box-login .login {
  text-decoration: none;
  color: #ffdf01;
  font-size: 18px;
  font-weight: 600;
}

.content .box-login .login:hover {
  color: #fff29d;
}

.content .box-login .register {
  text-decoration: none;
  color: #1fb141;
  font-size: 18px;
  font-weight: 600;
}

.content .box-login .register:hover {
  text-decoration: none;
  color: #52e775;
}

.content .form-input {
  padding-top: 5%;
  padding-left: 15%;
  padding-right: 15%;
}

.content .form-input input {
  font-size: 16px;
  font-weight: 600;
  border: unset;
  border-radius: 9px;
}

.content .form-input .pad-1 {
  padding-bottom: 20px;
}

.content .form-input .pad-2 {
  padding-bottom: 10px;
}

.content .form-input .input-group-text {
  background-color: #fff;
  border: unset;
  display: block;
  justify-content: right;
  text-align: right;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
}

.content .form-input .input-group-text .eye-hid-pass {
  width: 21px;
  cursor: pointer;
}

.content .form-input .input-group-text .eye-show-pass {
  width: 21px;
  cursor: pointer;
  padding-top: 5px;
}

.content .input-1 .eye-show-pass {
  display: none;
}

.content .form-input .form-check {
  text-align: left;
}

.content .form-input .input-1 {
  text-align: left;
}

.content .form-input .input-1 p {
  margin-bottom: 6px;
}

.content .form-input .form-check .form-check-input {
  margin-top: 5px;
}

.content .form-input .form-check label {
  font-size: 16px;
  color: #ffbd39;
  font-weight: 600;
}

.content .action {
  text-align: center;
}

.login-button {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 230px;
  border-radius: 5px;
}

.login-button:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.login-button span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

.content .h1-text img {
  width: 180px;
}

/* Content */

/* dashboard */
.content-dashboard {
  position: relative;
  padding-left: 25px;
  padding-right: 25px;
}

.content-dashboard .text-user span {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.content-dashboard .text-user samp {
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.content-dashboard .row {
  justify-content: center;
}

.content-dashboard .text-wallet {
  background-color: #ffdf01;
  width: 95px;
  padding: 10px;
  clip-path: polygon(0 0, 65% 0, 104% 100%, 35% 100%);
  position: absolute;
  right: 13px;
  margin-top: 9px;
  border-top-right-radius: 65px;
}

.content-dashboard .dashboard {
  width: 100%;
}

.content .dashboard .box-credit {
  position: absolute;
  top: 85px;
  width: 100%;
  left: 0;
}

.content .dashboard .row-dashboard {
  align-items: center;
}

.content .dashboard .text-credit {
  width: 50%;
  text-align: left;
}

.content .dashboard .text-credit p {
  color: #000;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.content .dashboard .text-credit .text-p-2 {
  color: #FAC53B;
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
}

.content .dashboard .text-credit span {
  color: #FAC53B;
  font-size: 18px;
  margin-bottom: 0;
}

.content .dashboard .btn-WD {
  position: absolute;
  right: 50px;
  /* width: 40%; */
  display: grid;
}

.content .dashboard .btn-WD .btn-green {
  background-color: rgb(14 197 38 / 78%);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 156px;
  border-radius: 5px;
}

.content .dashboard .btn-WD .btn-green span {
  display: inline-block;
  transform: skew(20deg);
}

.text-credit .get-credit {
  text-decoration: none;
}

.content .dashboard .btn-WD .btn-yellow {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .4em 2em;
  text-decoration: none;
  transform: skew(-25deg);
  width: 156px;
  border-radius: 5px;
}

.content .dashboard .btn-WD .btn-yellow span {
  display: inline-block;
  transform: skew(20deg);
}

.content .dashboard .bonus-box {
  position: absolute;
  width: 100%;
  top: 195px;
}

.content .dashboard .text-bonus {
  /* width: 45%; */
  margin-left: 50px;
  position: absolute;
  left: 0;
}

.content .dashboard .text-bonus p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.content .dashboard .text-money-bonus {
  /* width: 45%; */
  text-align: center;
  position: absolute;
  right: 75px;
}

.content .dashboard .all-bonus {
  color: #3a75f5;
  font-size: 20px;
  font-weight: 600;
}

.dashboard .text-marquee-left {
  position: relative;
  width: 100%;
}

.dashboard .text-marquee-left marquee {
  position: absolute;
  bottom: 18px;
  right: 21px;
  left: 20px;
}

.content .btn-all-play {
  width: 100%;
}

.mt-play {
  margin-top: 15px;
}

.mt-play-5 {
  margin-top: 5px;
}

.content .row-all-play {
  align-items: center;
  justify-content: space-around;
}

.content .box-text-btn {
  width: 40%;
  text-align: center;
}

.content .box-text-btn a {
  text-decoration: none;
}

.play-border-red {
  border-bottom: 96px solid #950c0c;
  width: 3px;
}

.content .box-img-btn {
  width: 50%;
  text-align: center;
}

.content .box-img-btn a img {
  width: 100%;
  box-shadow: 0 5px 25px #000;
}

.content-dashboard .dashboard .Wallet {
  position: relative;
}

.content-dashboard .dashboard .text-user {
  position: absolute;
  top: 15px;
  left: 60px;
}

.content .play {
  text-align: left;
  margin-top: 20px;
}

.content .play .play-ml {
  margin-left: 20px;
}

.content .text-play {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}

.content .play .text-play img {
  width: 35%;
}

.content .play .border-play {
  border-bottom: 3px solid #792121;
  box-shadow: 0 0px 5px #7f0d0d;
  width: 75px;
  position: relative;
  z-index: 3;
}

.content .play .play-img {
  text-align: center;
  margin-top: 15px;

}

.content .play .play-img {
  margin-top: 15px;
  position: relative;
  top: -55px;
  z-index: 2;
}

.content .play .btn-play img {
  width: 80%;
}

.content .play .play-img .btn-play video {
  width: 100%;
}

.content .play .btn-play p {
  /* margin-top: -40px; */
  /* margin-bottom: 0px; */
  position: relative;
  z-index: 3;
  top: -45px;
  font-size: 30px;
}

.content .play .play-img a {
  text-decoration: none;
}

/* .content .play-img .btn-play:hover {
  box-shadow: 0 0 50px #fff;
} */
.content .slide {
  text-align: center;
  position: relative;
  top: 70px;
}

.content .box-menu {
  top: -175px;
  position: relative;
}

/* slide dashboard*/
.slider-container {
  position: relative;
  width: 95%;
  max-width: 600px;
  margin: 50px auto;
  height: 100px;
  perspective: 1000px;
  top: -140px;

}

.slider-track {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
  transition: transform 0.5s ease;
}

.slide-m {
  position: absolute;
  width: 70%;
  height: 100%;
  transition: all 0.5s ease;
  opacity: 0;
  transform: scale(0.8) translateX(0);
  z-index: 0;
}

.slide-m img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  /* border-radius: 28px; */
  /* box-shadow: 1px 5px 20px rgba(0, 0, 0, 0); */
  transform: skew(-6deg);
}

.slide-m.active {
  opacity: 1;
  transform: scale(1) translateX(0);
  z-index: 3;
}

.slide-m.left {
  opacity: 0.6;
  transform: scale(0.85) translateX(-40%) rotateY(10deg);
  z-index: 2;
}

.slide-m.right {
  opacity: 0.6;
  transform: scale(0.85) translateX(40%) rotateY(-10deg);
  z-index: 1;
}

.slider-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
  border: none;
  color: #fff;
  font-size: 24px;
  padding: 10px;
  cursor: pointer;
  z-index: 5;
}

.slider-button.prev {
  left: 10px;
}

.slider-button.next {
  right: 10px;
}

/* slide dashboard*/

/* setting promotion */
.main-con1 .txt-t1 {
  background-color: #f0c959;
}

.pro-new-user {
  font-size: 25px;
}

.main-con1 .txt-his1 {
  font-size: 30px;
  color: #fff;
}

.main-con1 .table thead th {
  font-size: 20px;
  color: #000;
  font-family: DB-S;
  font-weight: 600;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

.main-con1 .table-bordered td {
  font-size: 21px;
  color: #fff;
  font-family: DB-S;
  font-weight: 600;
}

.main-con1 .txt-set3 {
  width: 30%;
  text-align: center;
}

.switch.switch-3d {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 75px;
  height: 35px;
  background-color: transparent;
  cursor: pointer;
  margin-bottom: 0;
}

.switch.switch-3d .switch-input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}

.switch.switch-3d .switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #aaa;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-transition: opacity background .15s ease-out;
  -o-transition: opacity background .15s ease-out;
  -moz-transition: opacity background .15s ease-out;
  transition: opacity background .15s ease-out;
}

.switch.switch-3d .switch-input:checked~.switch-label::before {
  opacity: 0;
}

.switch.switch-3d .switch-input:checked~.switch-label::after {
  opacity: 1;
}

.switch.switch-3d .switch-handle {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 35px;
  background: #fff;
  border: 1px solid #f2f2f2;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  -webkit-transition: left .15s ease-out;
  -o-transition: left .15s ease-out;
  -moz-transition: left .15s ease-out;
  transition: left .15s ease-out;
  border: 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.switch.switch-3d .switch-input:checked~.switch-handle {
  left: 35px;
}

.switch.switch-3d.switch-lg {
  width: 48px;
  height: 28px;
}

.switch.switch-3d.switch-lg .switch-label {
  font-size: 12px;
}

.switch.switch-3d.switch-lg .switch-handle {
  width: 28px;
  height: 28px;
}

.switch.switch-3d.switch-lg .switch-input:checked~.switch-handle {
  left: 20px;
}

.switch.switch-3d.switch-sm {
  width: 32px;
  height: 20px;
}

.switch.switch-3d.switch-sm .switch-label {
  font-size: 8px;
}

.switch.switch-3d.switch-sm .switch-handle {
  width: 20px;
  height: 20px;
}

.switch.switch-3d.switch-sm .switch-input:checked~.switch-handle {
  left: 12px;
}

.switch.switch-3d.switch-xs {
  width: 24px;
  height: 16px;
}

.switch.switch-3d.switch-xs .switch-label {
  font-size: 7px;
}

.switch.switch-3d.switch-xs .switch-handle {
  width: 16px;
  height: 16px;
}

.switch-success>.switch-input:checked~.switch-label {
  background: #00dc32 !important;
  border-color: #1e7e34;
}

.switch.switch-3d.switch-xs .switch-input:checked~.switch-handle {
  left: 8px;

}

.switch-pill .switch-label,
.switch.switch-3d .switch-label,
.switch-pill .switch-handle,
.switch.switch-3d .switch-handle {
  -webkit-border-radius: 50em !important;
  -moz-border-radius: 50em !important;
  border-radius: 50em !important;
}

.switch-pill .switch-label::before,
.switch.switch-3d .switch-label::before {
  right: 2px !important;
}

.switch-pill .switch-label::after,
.switch.switch-3d .switch-label::after {
  left: 2px !important;
}

.switch-success>.switch-input:checked~.switch-handle {
  border-color: #1e7e34;
}

/* setting promotion */


/* dashboard */
.box-content {
  position: relative;
}

.box-content .video::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: linear-gradient(349deg, #141111 3%, rgba(255, 255, 255, 0) 50%); */
  background: linear-gradient(349deg, #151720 3%, rgba(255, 255, 255, 0) 50%);
  z-index: 1;

  background: linear-gradient(4deg, #151720 20%, rgba(255, 255, 255, 0) 50%);
}

.box-content .video {
  position: absolute;
  top: -12px;
}

.content .line-otp {
  padding: 15px;
}

/* deposit */
.content .video {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.video {
  width: 100%;
  text-align: center;
}

.video img {
  width: 100%;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.content .dashboard .Wallet {
  text-align: center;
}

.content .dashboard .Wallet img {
  width: 100%;
}

.content .h1-text {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}


.content .h1-text h1 {
  font-size: 38px;
  /* background: -webkit-linear-gradient(#fbb90d, #ffffff); */
  background: -webkit-linear-gradient(#efd692, #e7dcbf);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 10px #000;
  padding-top: 20px;
}

.content .content-1 {
  text-align: center;
  background: #0000009e;
  border-radius: 25px;
  padding: 15px;
  /* margin-bottom: 15%; */
}

.content .logo-bank {
  margin-top: 10px;
  margin-bottom: 20px;
}

.content .logo-bank img {
  width: 100px;
}

.content .text-bank-depo {
  text-align: center;
}

.content .text-bank-depo {
  font-size: 18px;
  margin-bottom: 0px;
}

.content .custom-padding-2 {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 16%;
}

.content .txt-acc {
  font-size: 18px;
}

.content .custom-padding-2 .bank-no {
  font-size: 17px;
  padding-left: 13px;
  width: 26%;
  background: none;
  color: #fff;
  border: none;
}

.content .btn-copy {
  margin-top: 15px;
  margin-bottom: 15px;
}

.content .btn-copy .btn-cp {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 230px;
  border-radius: 5px;
}

.content .btn-copy .btn-cp:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .btn-copy .btn-cp span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

.content .text-detail-depo {
  margin-top: 20px;
}

.content .text-detail-depo {
  font-size: 20px;
}

.content .text-note-depo {
  font-size: 20px;
  color: #fff;
  text-decoration: unset;
}

.content .text-note-depo p {
  margin-bottom: 4px;
}

.content .text-red-note {
  font-size: 20px;
  color: red;
  text-decoration: underline;
}

.content .btn-deposit .row {
  margin-top: 15px;
  margin-bottom: 15px;
  justify-content: center;
  /* justify-content: space-around; */
}

.content .btn-deposit .btn-inform {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  /* width: 280px; */
  border-radius: 5px;
  margin-right: 15px;
}

.content .btn-deposit .btn-inform:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .btn-deposit .btn-inform span {
  display: inline-block;
  transform: skew(20deg);
}

.content .btn-deposit .btn-inform a {
  text-decoration: none;
}

.content .btn-deposit .btn-inform a p {
  color: #000 !important;
}


.content .btn-inform p {
  font-size: 16px;
  margin-bottom: 0;
}

.content .btn-deposit-history p {
  font-size: 18px;
  margin-bottom: 0;
}

.content .btn-deposit .btn-deposit-history a {
  text-decoration: none;
}

.content .btn-deposit-history p {
  font-size: 16px;
  margin-bottom: 0;
}

.content .btn-deposit .btn-deposit-history:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
}

.content .btn-deposit .btn-deposit-history {
  background: linear-gradient(to right, #385473, #2a3142);
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  /* width: 190px; */
  border-radius: 5px;
  margin-left: 15px;
}

.content .btn-deposit .btn-deposit-history span {
  display: inline-block;
  transform: skew(20deg);
  color: #fff;
}

.modal-content {
  border: 3px solid #ffc107;
  background-color: #000;
  border-radius: 20px;
  box-shadow: 0 0 5px #fff;
}

.modal .modal-footer {
  justify-content: center;
  text-align: center;
  width: 100%;
}

/* deposit */

/* announce */
.pag-row {
  width: 100%;
}

.border-announce {
  background: #ffefef14;
  border-radius: 25px;
  padding: 15px;
}

.announce h2 {
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px solid #5b5b5b;
}

.announce h3 {
  font-size: 20px;
  font-weight: 600;
}

.announce h4 {
  font-size: 19px;
  font-weight: 600;
  color: rgb(255, 223, 1);
}

.announce p {
  font-size: 18px;
  font-weight: 600;
}

.announce .img-announce {
  text-align: center;
}

.announce .img-announce img {
  width: 80%;
  border-radius: 15px;
  box-shadow: 0 0px 10px #d7d7d7
}

.bg-an {
  background: #1c1c1ced;
}

.custom {
  font-family: DB-S;
  font-weight: 700;
}

.pag {
  justify-content: center;
  display: flex;
  margin-bottom: 120px;
  margin-top: 1%;
}

.pag .pagination .disabled,
.pag .pagination .active {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-right: 2px;
  cursor: not-allowed;
  background-color: #eee;
}

.pag .pagination .active {
  background-color: #786876;
  color: #fff;
}

.pag .pagination li {
  padding-left: 10px;
  padding-right: 10px;
  display: inline-block;
  border: 1px solid #ccc;
  margin-right: 2px;
  background-color: #ffc107;
}

.pag .pagination li a {
  color: #fff;
}

/* announce */

/*history-deposit*/
.content .bg-table {
  border: 2px solid #a39775;
  border-radius: 0px;
  background: rgba(0, 0, 0, 0.719);
  border-radius: 16px;
  padding: 10px 0px;
  text-align: center;
}

.content .content .bg-thead {
  background: #181818;
  text-align: center;
}

.content-1 .table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #343a40;
}

/* .content .content-1 .bg-thead {
    background: #181818;
    text-align: center;
} */
.content .content-1 .text-th {
  width: auto;
  font-size: 14px;
}

.content .content-1 .table-dark {
  background: #181818;
  text-align: center;
}

.content .content-1 .tb-g {
  background: #252525;
}

.content-1 .table td,
.table th {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #343a40;
  font-size: 14px;
}

.content .content-1 .tab-pane {
  overflow-y: hidden;
}

.content .content-1 .of-1 {
  width: 100%;
}

/* .content .of-1 .table {
  width: 768px;
} */

/* แนวนอนแสดงแบบสีจาง */
.content .content-1 .overflow {
  height: 360px;
  overflow: auto;
  scrollbar-width: thin;
  /* Firefox */
  scrollbar-color: #ccc #f5f5f54d;
}

/* ซ่อน scrollbar แนวตั้ง */
.content .content-1 .overflow::-webkit-scrollbar:vertical {
  display: none;
}

.content .content-1 .overflow {
  -ms-overflow-style: none;
  /* IE/Edge */
}

/* แนวนอน - WebKit */
.content .content-1 .overflow::-webkit-scrollbar:horizontal {
  height: 8px;
}

.content .content-1 .overflow::-webkit-scrollbar-track:horizontal {
  background: #f5f5f5;
}

.content .content-1 .overflow::-webkit-scrollbar-thumb:horizontal {
  background-color: #ccc;
  border-radius: 8px;
  border: 2px solid #f5f5f5;
}

.content .content-1 .overflow::-webkit-scrollbar-thumb:horizontal:hover {
  background-color: #bbb;
}

/* Scrollbar  */
.content .back-home {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.content .back-home .btn-back:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .back-home .btn-back {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 250px;
  border-radius: 5px;
}

.content .back-home .btn-back span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

/*history-deposit*/

/* pang qrcode */
.height-qrcode {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  position: relative;
  top: -30px;
}

/* pang qrcode */


/* withdrawal */
.content .btn-withdrawal .row {
  margin-top: 0px;
  margin-bottom: 15px;
  justify-content: center;
}

.content .content-1 .txt-amount {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content .content-1 .withdraw .i-wd {
  font-size: 20px;
  text-align: center;
  width: 80%;
  border-radius: 7px;
  color: #000;
}

.content .content-1 .withdraw .i-wd::placeholder {
  font-size: 18px;
}

.content .content-1 .txt-amount p {
  margin-bottom: 0px;
  font-size: 18px;
}

#btn-qrcode {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .4em 2em;
  text-decoration: none;
  transform: skew(-25deg);
  width: 215px;
  color: #000;
  border-radius: 5px;
  margin-right: 15px;
}

#btn-qrcode:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .btn-withdrawal .btn-confirm {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .4em 2em;
  text-decoration: none;
  transform: skew(-25deg);
  width: 215px;
  border-radius: 5px;
  margin-right: 15px;
}

.content .btn-withdrawal .btn-confirm:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .btn-withdrawal .btn-confirm span {
  display: inline-block;
  transform: skew(25deg);
  color: #000;
}

.content .btn-withdrawal .btn-confirm a p {
  color: #000 !important;
}

.content .btn-confirm p {
  font-size: 16px;
  margin-bottom: 0;
}

.content .btn-withdrawal .btn-withdrawal-history:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #2a3142, #385473);
}

.content .btn-withdrawal .btn-withdrawal-history {
  background: linear-gradient(to right, #385473, #2a3142);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-25deg);
  width: 190px;
  border-radius: 5px;
  margin-left: 15px;
}

.content .btn-withdrawal .btn-withdrawal-history span {
  display: inline-block;
  transform: skew(25deg);
  color: #fff;
}

.content .txt-w {
  margin-bottom: 0px;
}

.content .btn-withdrawal-history p {
  font-size: 16px;
  margin-bottom: 0;
}

/* withdrawal */


/* bonus */
.content .content-1 .bal-bonus p {
  padding: 10px 15px;
  font-size: 18px;
  color: #ffdf01;
  border-radius: 5px;
}

.bal-bonus p .all-bonus {
  color: #ffdf01;
}

.content .content-1 .bal-bonus {
  text-align: center;
}

.content .bonus-btt {
  text-align: center;
  width: 100%;
}

.content .block-btn {
  display: block;
}

.content .btn-credit {
  margin-bottom: 15px;
}

.content .btn-credit .custom-btn {
  background-color: rgb(14 197 38 / 78%);
  color: #fff;
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 250px;
  border-radius: 5px;
}

.content .btn-credit .custom-btn:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
}

.content .btn-credit .custom-btn span {
  display: inline-block;
  transform: skew(20deg);
}

.content .custom-btn-wcb:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .btn-credit .custom-btn-wcb {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 250px;
  border-radius: 5px;
}

.content .btn-credit .custom-btn-wcb span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

.modal .modal-custom {
  border: 2px solid #534e3f;
}

.modal .modal-body .txt-roc {
  /* width: 40%; */
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}

.modal .modal-body .txt-roc2 {
  color: #fff;
  font-size: 16px;
}

.modal .modal-body .input-roc {
  display: inline-block;
}

.modal .modal-body .input-roc input {
  font-size: 16px;
  text-align: center;
  border-radius: 7px;
}

.modal .modal-custom .btn-slip:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
}

.modal .modal-custom .btn-slip {
  background-color: rgb(14 197 38 / 78%);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 190px;
  border-radius: 5px;
}

.modal .modal-custom .btn-slip span {
  display: inline-block;
  transform: skew(20deg);
  color: #fff;
}

.modal .modal-text {
  width: 100%;
  text-align: center;
}

.modal .modal-text .sp-x {
  position: absolute;
  top: 10px;
  right: 10px;
}

.modal .modal-custom .btn-slip-2:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.modal .modal-custom .btn-slip-2 {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: .5em 2em;
  text-decoration: none;
  transform: skew(-20deg);
  width: 190px;
  border-radius: 5px;
}

.modal .modal-custom .btn-slip-2 span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

/* bonus */

/* affiliate */
.content .custom-box {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding-top: 20px;
}

.content .input-aff-link {
  color: #000;
  font-size: 18px;
  background: #fff;
  border-radius: 8px;
  display: inline-block;
  width: 80%;
}

.content .input-aff-link::placeholder {
  color: #000;
}

.content .custom-box .btn-cp-aff {
  background: linear-gradient(to right, #ffeb3b, #fbc02d);
  display: inline-block;
  font-size: 16px;
  padding: 12px 3px;
  text-decoration: none;
  transform: skew(-20deg);
  width: 280px;
  border-radius: 5px;
}

.content .custom-box .btn-cp-aff:hover {
  box-shadow: 10px 10px 0 rgba(0, 0, 0, .5);
  background: linear-gradient(to right, #fdd835, #f9a825);
}

.content .custom-box .btn-cp-aff span {
  display: inline-block;
  transform: skew(20deg);
  color: #000;
}

.content .social-1 {
  width: 10%;
  margin: 6px;
}

.content .social-1 img {
  width: 100%;
}

.content .table-aff .txt-aff {
  font-size: 18px;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.content .custom-tabla-aff {
  border: 2px solid #a39775;
  border-radius: 0px;
  background-color: #181818 !important;
}

.content .table-1 {
  text-align: center;
  font-size: 16px;
}

.content .table-2 {
  text-align: center;
  font-size: 16px;
}

/* affiliate */

/* Profile */
.content-1 .form-profile .row-custom {
  margin-right: 0px !important;
  margin-left: 0px !important;
  align-items: center;
  margin-bottom: 10px;
}

.content-1 .form-profile {
  padding: 20px;
}

.form-profile .form-1 p {
  margin-left: 10px;
  font-size: 18px;
  margin-bottom: 0;
}

.content-1 .form-profile .border-solid {
  text-align: left;
  border-bottom: 2px solid #c5b78b;
  margin-bottom: 18px;
}

.form-profile .border-solid p {
  font-size: 22px;
  margin-bottom: 10px;
  color: #efe2b8;
}

.form-profile .form-1 img {
  width: 54px;
}

.form-profile .form-1 .text-userID {
  margin-bottom: -35px;
}

.custom-userID {
  margin-bottom: 15px !important;
}

.custom-phone {
  margin-bottom: -5px !important;
}

.form-profile .form-1 .input-1 input {
  font-size: 18px;
}

.form-profile .form-1 .img-bank {
  width: 37px;
}

.margin-top-bank {
  margin-top: 10px !important;
}

.custom-acnum {
  width: 75px !important;
  margin-left: -15px !important;
}

.custom-text-acnum {
  margin-left: -10px !important;
}

.custom-input-acnum {
  margin-top: -20px !important;
}

.custom-phone-img {
  margin-left: -15px;
}

.content .btn-save {
  text-align: center;
  width: 275px;
  /* background: linear-gradient(to right, #79de66, rgb(95, 252, 33)); */
  background-color: rgb(14 197 38);
  color: #fff;
  padding: 12px 5px;
  border: none;
  cursor: pointer;
  border-radius: 26px;
  border-top-left-radius: 95px;
  border-top-right-radius: 67px;
  border-bottom-right-radius: 48px;
  /* border-radius: 8px;
  border-top-left-radius: 48px;
  border-bottom-right-radius: 48px; */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  /* clip-path: polygon(17% 0%, 100% 0%, 84% 100%, 0% 100%); */
  clip-path: polygon(9% 0%, 95% 0%, 85% 100%, 0% 100%);
  transition: background 0.3s ease;
  text-decoration: none;
}

/* Profile */

/* Responsive */
@media (max-width: 600px) {
  :root {
    --max-width-mb: 100%;
  }

  .sidebar {
    a {
      font-size: 13px;
    }

    img {
      margin: 7px;
    }
  }
}


main ul {
  margin-left: 5px;
  margin-right: 5px;

}

.content .form-input {
  padding-top: 5%;
  padding-left: 5%;
  padding-right: 5%;
}

.content .form-input-register {
  padding-left: 2%;
  padding-right: 2%;
}

.content .btn-deposit .btn-inform {
  width: 300px;
  margin-bottom: 20px;
  text-align: center;
  margin-right: 0px;
}

.content .btn-withdrawal .btn-confirm {
  margin-right: 5px;
}

.content .btn-withdrawal .btn-withdrawal-history {
  margin-left: 5px;
}

.content .btn-deposit .btn-deposit-history {
  text-align: center;
  width: 300px;
  margin-left: 0px;
}

.content-1 .form-profile {
  padding: 5px;
}

.content .btn-deposit {
  margin-bottom: 50%;
}

.content .custom-padding-2 .bank-no {
  padding-left: 10px;
  width: 50%;
}

.content .text-red-note {
  font-size: 16px;
}

.content .text-note-depo p {
  font-size: 16px;
}

.content .h1-text img {
  width: 155px;
  padding-top: 25px;
}

.mt-con {
  margin-top: 10px;
}

/* .side-menu-list {
  height: 955px;
} */

.content-dashboard .dashboard .text-user {
  left: 45px;
}

.play-border-red {
  border-bottom: 80px solid #950c0c;
}

.main-con1 .overflow-1 .table {
  width: 600px;
  overflow: auto;
}

.main-con1 .overflow-1 {
  width: 100%;
  overflow: auto;
}

@media (max-width: 500px) {
  .menu-logo-top {
    position: relative;
    top: -15px;
    z-index: 1;
  }

  .side-menu-list {
    position: relative;
    top: -20px;
    z-index: 2;
  }

  .side-menu-list .fixed-img-1 {
    width: 30px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-2 {
    width: 30px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-3 {
    width: 30px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-4 {
    width: 30px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-5 {
    width: 45px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-6 {
    width: 30px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-7 {
    width: 25px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-8 {
    width: 27px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-9 {
    width: 25px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-10 {
    width: 30px;
    margin-right: 10px !important;
  }

  .sidebar {
    a {
      font-size: 15px;
      margin-left: 25px;
    }
  }

  .menu-logo-top img {
    width: 80%;
  }

  .sidebar {
    & ul {
      padding: 8px;

      li {
        padding: 5px;
      }
    }
  }

  .sidebar {
    width: 267px;
  }

  .content .box-menu {
    top: -155px;
  }

  .ml-menu {
    margin-right: 30px !important;
  }

  .content .box-text-btn {
    width: 30%;
    text-align: right;
  }

  .content .row-all-play {
    align-items: center;
    justify-content: unset;
  }

  .content .play .border-play {
    width: 70px;
  }

  .content .dashboard .text-money-bonus {
    right: 25px;
  }

  .border-announce {
    margin-bottom: 10px;
  }

  .announce .img-announce img {
    width: 100%;
  }

  .slider-container {
    top: -115px;
  }

  .content .play .btn-play p {
    top: -33px;
  }

  .form-profile .form-1 .input-1 input {
    font-size: 16px;
  }

  .content .content-1 {
    padding-left: 7px;
    padding-right: 7px;
  }

  .form-profile .form-1 .img-bank {
    width: 35px;
  }

  .form-profile .form-1 img {
    width: 40px;
  }

  .form-profile .border-solid p {
    font-size: 18px;
  }

  .form-profile .form-1 p {
    font-size: 16px;
  }

  .content .custom-box {
    padding-top: 0px;
  }

  .height-profile {
    height: 860px;
    top: -50px;
  }

  .height-settingpro {
    top: -25px;
  }

  .main-con1 .txt-his1 {
    font-size: 20px;
  }

  .pro-new-user {
    font-size: 20px;
  }

  .main-con1 .table thead th {
    font-size: 18px;
  }

  .content .content-1 .text-th {
    font-size: 15px;
  }

  .content-1 .table td,
  .table th {
    font-size: 13px;
  }

  .content .custom-box .btn-cp-aff {
    padding: 14px 3px;
    width: 230px;
  }

  .content .txt-w {
    font-size: 15px;
  }

  .content .btn-withdrawal .btn-confirm {
    margin-right: 0px;
  }

  .content .btn-withdrawal .btn-withdrawal-history {
    margin-left: 0px;
  }

  .content .content-1 .withdraw .i-wd {
    font-size: 16px;
    padding: 2px;
  }

  .content .content-1 .txt-amount {
    padding-bottom: 10px;
  }

  .content .content-1 .txt-amount p {
    font-size: 15px;
  }

  .height-deposit {
    top: -45px;
  }

  .action-regis .txt-ac1 {
    font-size: 15px;
  }

  .content-login .input-register select {
    font-size: 16px;
  }

  .content-login .input-register .in-re-1 {
    font-size: 16px;
  }

  .content-login .check-pro p {
    font-size: 15px;
  }

  .content-login .txt-register-1 .txt-re1 {
    font-size: 25px;
  }

  .content-login .input-register .txt-in-re1 {
    font-size: 16px;
  }

  .logo-home img {
    width: 45%;
  }

  .box-login {
    top: 160px;
  }

  .height-login {
    top: -45px;
  }

  .items .item {
    width: 145px;
  }

  .items .button-container {
    width: 325px;
  }

  .border-bottom-unset {
    margin-top: 20px;
    padding-bottom: 30px !important;
  }

  .box-content .video {
    top: -20px;
  }

  main header {
    padding-top: 0px;
    padding-bottom: 30px;
  }

  .dashboard .text-marquee-left marquee {
    bottom: 15px;
    font-size: 13px;
    font-weight: 600;
  }

  .height-dashboard {
    padding-bottom: 180px;
    top: 210px;
  }

  .content .dashboard .text-credit span {
    font-size: 20px;
    font-weight: 600;
  }

  .content .dashboard .text-credit p {
    font-size: 20px;
    font-weight: 600;
  }

  .content .input-register {
    padding-left: 2%;
    padding-right: 2%;
  }

  .content .btn-deposit .btn-inform {
    width: 250px;
  }

  .content .btn-deposit .btn-deposit-history {
    width: 250px;
  }

  .content-dashboard {
    padding-left: 0px;
    padding-right: 0px;
  }

  .content-dashboard .dashboard .text-user {
    left: 20px;
    top: 5px;
  }

  .content .box-img-btn a img {
    width: 100%;
  }

  .content .box-img-btn {
    text-align: left;
    width: 56%;
  }

  .content-dashboard .dashboard .text-user {
    top: 7px;
  }

  .content .dashboard .box-credit {
    top: 65px;
  }

  .content .dashboard .btn-WD {
    right: 25px;
  }

  .content .dashboard .btn-WD .btn-green {
    width: 100px;
    padding: 2px 2px;
  }

  .content .dashboard .btn-WD .btn-yellow {
    width: 100px;
    padding: 2px 2px;
  }

  .content .dashboard .bonus-box {
    top: 175px;
  }

  .play-border-red {
    border-bottom: 65px solid #950c0c;
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (max-width: 450px) {
  .content .dashboard .text-bonus p {
    font-size: 18px;
  }

  .content .dashboard .all-bonus {
    font-size: 18px;
  }

  .content .dashboard .text-credit p {
    font-size: 16px;
  }

  .content .dashboard .box-credit {
    left: -21px;
    top: 55px;
  }

  .get-credit img {
    width: 39px;
  }

  .height-dashboard {
    top: 110px;
  }

  .content .dashboard .bonus-box {
    top: 150px;
  }

  .content .dashboard .text-bonus {
    width: 45%;
    margin-left: 25px;
  }

  .dashboard .text-marquee-left marquee {
    bottom: 13px;
  }

  .content .dashboard .btn-WD .btn-green {
    padding: 3px 2em;
    font-size: 13px;
  }

  .content .dashboard .btn-WD .btn-yellow {
    padding: 3px 2em;
    font-size: 13px;
  }

  .play-border-red {
    border-bottom: 75px solid #950c0c;
  }
}

@media only screen and (min-width: 426px) and (max-width: 430px) {
  .menu-logo-top img {
    width: 50%;
  }

  .sidebar {
    a {
      font-size: 13px;
      font-weight: 600;
    }
  }

  .side-menu-list .fixed-img-3 {
    width: 28px;
  }

  .side-menu-list .fixed-img-5 {
    width: 35px;
  }

  .side-menu-list .fixed-img-6 {
    width: 28px;
  }

  .side-menu-list .fixed-img-7 {
    width: 22px;
  }
}

@media (max-width: 430px) {
  .menu-sub .menu-sub-2 a p {
    margin-bottom: 0px;
  }

  .menu-sub .top-1 {
    top: 2px;
  }

  .menu-sub .top-2 {
    top: 13px;
  }

  .menu-sub .top-3 {
    top: 8px;
  }

  .menu-sub .top-4 {
    top: 12px;
  }

  .menu-sub .top-5 {
    top: 16px;
  }

  .menu-sub .menu-sub-2 .menu-2 {
    width: 31px;
  }

  .menu-sub .menu-sub-2 .menu-3 {
    width: 35px;
  }

  .menu-sub .menu-sub-2 .menu-4 {
    width: 28px;
  }

  .menu-sub .menu-sub-2 .menu-5 {
    width: 33px;
  }

  .menu-sub .menu-sub-2 a p {
    font-size: 13px;
  }

  .height-profile {
    top: -45px;
  }

  .content .dashboard .text-credit .text-p-2 {
    font-size: 20px;
  }

  #h-bar {
    padding: 8px;
  }

  .login-button {
    width: 190px;
  }

  .btn-login {
    padding: 8px 5px !important;
  }

  .content .play .text-play img {
    width: 40%;
  }

  .content .play .border-play {
    width: 70px;
  }

  .content .dashboard .box-credit {
    top: 60px;
  }

  main header {
    padding-bottom: 27px;
  }

  .content .dashboard .btn-WD {
    right: 0px;
  }

  .content .dashboard .text-money-bonus {
    right: 25px;
  }

  .btn-c {
    margin-bottom: 20px;
  }

  .content-login .form-input {
    padding-left: 8px;
    padding-right: 8px;
  }

  .box-login {
    padding: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .content .play .btn-play p {
    top: -35px;
    font-size: 25px;
  }

  .content .play .play-img {
    top: -40px;
  }

  .box-login {
    top: 140px;
  }

  .content-login .box-login .login {
    font-size: 15px;
  }

  .content-login .box-login .register {
    font-size: 15px;
  }

  .content-login .form-input .input-1 p {
    font-size: 15px;
    margin-bottom: 10px;
  }

  .content-login .form-input input {
    font-size: 15px;
  }

  .content-login .form-input .form-check label {
    font-size: 15px;
  }

  .content .box-menu {
    top: -145px;
  }

  .slider-container {
    top: -115px;
  }

  .content .slide {
    top: 25px;
  }

  .content .custom-padding-2 {
    padding-top: 0px;
    padding-left: 10.5%;
  }

  .content .text-note-depo p {
    font-size: 14px;
  }

  .content .custom-padding-2 .bank-no {
    font-size: 14px;
  }

  .content .txt-acc {
    font-size: 17px;
  }

  .content .text-bank-depo {
    font-size: 17px;
  }

  .box-text-btn h4 {
    font-size: 20px !important;
  }

  .menu-footer .sub-menu .menu-1 {
    width: 40px;
    margin-top: 28px;
  }

  .menu-footer .sub-menu .menu-2 {
    width: 31px;
    margin-top: 37px;
  }

  .menu-footer .sub-menu .menu-3 {
    width: 45px;
  }

  .menu-footer .sub-menu .menu-4 {
    width: 24px;
    margin-top: 40px;
  }

  .menu-footer .sub-menu .menu-5 {
    width: 36px;
    margin-top: 38px;
  }

  .menu-footer .text-span {
    font-size: 13px;
  }

  .menu-footer ul {
    margin-top: -20px;
  }

  .margin-menu {
    margin: 2px !important;
  }

  .height-dashboard {
    padding-bottom: 10px;
  }

  .content .dashboard .bonus-box {
    top: 150px;
  }

  .dashboard .text-marquee-left marquee {
    bottom: 11px;
  }

  .content .dashboard .text-bonus p {
    font-size: 16px;
  }

  .content .dashboard .all-bonus {
    font-size: 16px;
  }
}

@media (max-width: 414px) {
  main header {
    .h-bar-2 .logo-2 {
      width: 95px;
    }

    .bar-box-2 .play {
      width: 30px;
    }

    .h-bar-2 .img-contact {
      width: 30px;
    }
  }

  .height-withdraw {
    top: -42px;
  }


  .height-deposit {
    top: -43px;
  }

  .height-settingpro {
    top: -22px;
  }

  .height-profile {
    top: -42px;
  }

  .custom-bonus {
    margin-left: 18px !important;
  }

  .menu-logo-top {
    top: -22px;
  }

  .side-menu-list {
    top: -23px;
  }

  .border-bottom-unset {
    margin-top: 10px;
  }

  .get-credit img {
    width: 30px;
    position: relative;
    top: -2px;
  }

  .content .logo-bank img {
    width: 75px;
  }

  .content .custom-padding-2 .bank-no {
    font-size: 18px;
  }

  .content .box-text-btn {
    width: 35%;
  }

  .content .box-img-btn a img {
    width: 90%;
  }

  .logo-home img {
    width: 60%;
  }

  .box-login {
    top: 165px;
  }

  .logo-home {
    padding-top: 20px;
  }

  .menu-logo-top img {
    width: 55%;
    /* margin-bottom: 1px; */
  }

  .box-content .video {
    top: -20px;
  }

  .play-border-red {
    margin-left: 10px;
    margin-right: 10px;
  }

  .slide-m {
    width: 55%;
  }

  #h-bar {
    padding: 7px !important;
  }

  .size-acc {
    width: 30px;
  }

  .slider-button {
    font-size: 15px;
  }

  .content .play .text-play img {
    width: 30%;
  }

  .content .play .border-play {
    width: 50px;
  }

  .content .play .border-play {
    width: 50px;
  }

  .content .dashboard .bonus-box {
    top: 145px;
  }

  .box-text-btn h4 {
    font-size: 16px !important;
  }


  .content .play .btn-play p {
    top: -38px;
    font-size: 18px;
  }

  .height-dashboard {
    top: 100px;
  }

  .content-login .form-input-register .input-otp button {
    font-size: 15px;
  }

  .content-login .form-input-register input {
    font-size: 15px;
  }

  .content-login .form-input-register .text-3 {
    font-size: 15px;
  }

  .content-login .text-register-1 .text-2 {
    font-size: 15px;
  }

  .content-login .text-register-1 .text-1 {
    font-size: 15px;
  }

  .content .box-menu {
    top: -155px;
  }
}

@media (max-width: 390px) {
  .sidebar {
    a {
      font-size: 16px;
      font-weight: 600;
    }
  }

  .content .dashboard .text-credit p {
    font-size: 15px;
  }

  .content .dashboard .text-credit span {
    font-size: 20px;
  }

  .content .dashboard .btn-WD {
    right: 0px;
  }

  .content .dashboard .text-credit .text-p-2 {
    font-size: 20px;
  }

  .height-deposit {
    height: 730px;
  }
}

@media (max-width: 393px) {
  main header {
    .logo {
      width: 60px;
    }
  }

  main header {
    padding-bottom: 30px;
  }

  .menu-sub .menu-sub-2 a p {
    font-size: 12px;
  }

  .menu-sub .menu-sub-2 .menu-1 {
    width: 35px;
  }

  .menu-sub .menu-sub-2 .menu-2 {
    width: 28px;
  }

  .menu-sub .menu-sub-2 .menu-4 {
    width: 24px;
  }

  .menu-sub .menu-sub-2 .menu-5 {
    width: 29px;
  }

  .menu-sub .top-2 {
    top: 9px;
  }

  .menu-sub .top-3 {
    top: 0px;
  }

  .menu-sub .top-4 {
    top: 9px;
  }

  .menu-sub .top-5 {
    top: 9px;
  }

  .content .play .border-play {
    width: 62px;
  }

  .content .play .btn-play p {
    top: -35px;
    font-size: 23px;
  }

  .content .dashboard .box-credit {
    top: 53px;
  }

  .content .dashboard .bonus-box {
    top: 135px;
  }

  .play-border-red {
    border-bottom: 65px solid #950c0c;
  }
}

@media only screen and (min-width: 389px) and (max-width: 390px) {
  .menu-logo-top img {
    width: 45%;
  }

  .side-menu-list .fixed-img-1 {
    width: 25px;
  }

  .side-menu-list .fixed-img-2 {
    width: 25px;
  }

  .side-menu-list .fixed-img-3 {
    width: 25px;
  }

  .side-menu-list .fixed-img-4 {
    width: 25px;
  }

  .side-menu-list .fixed-img-5 {
    width: 35px;
  }

  .side-menu-list .fixed-img-6 {
    width: 25px;
  }

  .side-menu-list .fixed-img-7 {
    width: 22px;
  }

  .side-menu-list .fixed-img-8 {
    width: 25px;
  }

  .side-menu-list .fixed-img-9 {
    width: 23px;
  }

  .side-menu-list .fixed-img-10 {
    width: 25px;
  }

  .sidebar {
    a {
      font-size: 14px;
      font-weight: 600;
    }
  }
}

@media only screen and (min-width: 374px) and (max-width: 376px) {
  .sidebar {
    a {
      font-size: 13px;
    }
  }

  .side-menu-list .fixed-img-1 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-2 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-3 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-4 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-5 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-6 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-7 {
    width: 20px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-8 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-9 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-10 {
    width: 26px;
    margin-right: 10px !important;
  }

  .menu-logo-top img {
    width: 50%;
  }
}

@media (max-width: 376px) {
  .custom-bonus {
    margin-left: 25px !important;
  }

  .height-bonus {
    top: -40px;
  }

  .content .dashboard .btn-WD .btn-green {
    padding: 2px 2px;
    font-size: 13px;
    width: 90px;
  }

  .content .dashboard .btn-WD .btn-yellow {
    padding: 2px 2px;
    font-size: 13px;
    width: 90px;
  }

  .height-dashboard {
    top: 85px;
  }

  .content .dashboard .bonus-box {
    top: 130px;
  }

  .content .dashboard .box-credit {
    left: -21px;
    top: 53px;
  }

  .content .play .btn-play p {
    top: -35px;
    font-size: 20px;
  }
}

@media (max-width: 375px) {
  .h-bar-2 {
    align-items: center;
    justify-content: space-between;
    display: flex;
    padding: 5px;
  }

  .h-bar-2 .bar-box-1 {
    width: 50%;
  }

  .h-bar-2 .bar-box-2 {
    width: 50%;
    text-align: right;
  }

  .h-bar-2 .bar-box-1 .side-menu-btn {
    width: 35px;
  }

  .h-bar-2 .bar-box-2 {
    width: 50%;
  }

  .h-bar-2 .logo-2 {
    margin-left: 5px;
    width: 110px;
  }

  .bar-box-2 .play {
    width: 26px;
  }

  .h-bar-2 .img-contact {
    width: 26px;
  }

  .h-bar-2 .header-bar-account b {
    position: absolute;
    top: 35px;
    right: 10px;
    font-size: 10px;
    color: #000;
  }

  .menu-logo-top {
    top: -16px;
  }

  .side-menu-list {
    top: -10px;
  }

  ul .side-menu-list {
    padding: 8px;
  }

  .side-menu-list li {
    padding: 5px;
    border-bottom: 1px solid whitesmoke;
    padding: 2px;
    list-style: none;
  }

  .menu-logo-top img {
    width: 40%;
  }

  .side-menu-list .fixed-img-1 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list a {
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: white;
  }


  .sidebar .back-btn {
    margin: 7px;
  }

  .side-menu-list .fixed-img-1 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-2 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-3 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-4 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-5 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-6 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-7 {
    width: 20px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-8 {
    width: 26px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-9 {
    width: 23px;
    margin-right: 10px !important;
  }

  .side-menu-list .fixed-img-10 {
    width: 26px;
    margin-right: 10px !important;
  }

  .custom-bonus {
    margin-left: 0px !important;
  }
}

@media (max-width: 360px) {
  .acc .acc-img {
    width: 40%;
  }

  .acc .acc-text {
    width: 55%;
  }

  .custom-bonus {
    margin-left: 25px !important;
  }

  .height-deposit {
    top: -42px;
  }

  .height-withdraw {
    top: -42px;
  }

  .height-profile {
    top: -42px;
  }

  .box-login {
    top: 150px;
  }

  main header {
    padding-bottom: 26px;
  }

  .content .play .border-play {
    width: 46px;
  }

  .content-dashboard .dashboard .text-user {
    top: 3px;
  }

  .content .dashboard .all-bonus {
    font-size: 15px;
  }

  .content-dashboard .text-user samp {
    font-size: 15px;
  }

  .content .dashboard .box-credit {
    left: -21px;
    top: 48px;
  }

  .content .play .btn-play p {
    font-size: 18px;
  }

  .sidebar {
    & ul {
      li {
        padding: 3px;
      }
    }
  }

  .sidebar {
    a {
      font-size: 12px;
      margin-left: 25px;
    }
  }

  .sidebar {
    width: 245px;
  }

  .content .dashboard .bonus-box {
    top: 120px;
  }

  .dashboard .text-marquee-left marquee {
    bottom: 8px;
  }
}

@media (max-width: 320px) {
  main header {
    .h-bar-2 .logo-2 {
      width: 80px;
    }
  }

  .content-login .txt-register-1 .txt-re1 {
    font-size: 25px;
  }

  .content-dashboard .text-user span {
    font-size: 14px;
  }

  .content-dashboard .text-user samp {
    font-size: 14px;
  }

  .content .dashboard .row-dashboard {
    margin-right: 0px !important;
    margin-left: 0px !important;
  }

  .content .dashboard .text-credit {
    width: 70%;
  }

  .content .dashboard .text-credit p {
    font-size: 13px;
  }

  .content .dashboard .text-credit span {
    font-size: 13px;
  }

  .content .dashboard .btn-WD {
    right: 5px;
  }

  .content .dashboard .btn-WD .btn-green {
    padding: 1px 2em;
    font-size: 12px;
  }

  .get-credit img {
    width: 30px;
  }

  .content .dashboard .btn-WD .btn-yellow {
    padding: 1px 2em;
    font-size: 12px;
  }

  .content .dashboard .box-credit {
    top: 37px;
  }

  .content .play .play-img {
    top: -33px;
  }

  .content .play .btn-play p {
    top: -22px;
    font-size: 18px;
  }

  .content .box-menu {
    top: -150px;
  }

  .box-text-btn h4 {
    font-size: 17px !important;
  }

  .play-border-red {
    border-bottom: 55px solid #950c0c;
  }

  .content .dashboard .bonus-box {
    top: 105px;
  }

  .dashboard .text-marquee-left marquee {
    bottom: 5px;
  }
}