@font-face {
    font-family: sukhumvit;
    src: url(../fonts/Sukhumvit/SukhumvitSet-Medium.ttf);
  }
  
  body {
    font-family: sukhumvit;
    background-color: black;
    height: 100%;
  }
  
  .mobile-index {
    display: none;
  }
  
  div.register-box-index{
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 27vw;;
    z-index: 999;
    position: absolute;
  }
  
  img.register-img{
    width: 100%;
  }
  
  .ak47max-logo {
    width: 200px;
  }
  
  .top-bar {
    padding: 1rem;
    background: rgb(162,28,28);
    background: linear-gradient(0deg, rgba(162,28,28,1) 0%, rgba(57,15,13,1) 100%);
  }
  
  .map-box {
    border: 3px solid #7f0303;
    background-color: black;
    margin-top: 2rem;
    margin-bottom: 2rem;
    margin: auto;
    width: 80%;
  }
  
  .map {
    margin: auto;
    height: 400px;
    width: 60%;
  }
  
  .secon-bar {
    margin: 5px 0px;
    padding: .8rem;
    color: white;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .third-bar {
    width: 90%;
    margin: .8rem auto;
    padding: .5rem 1rem;
    color: white;
    border-radius: 1rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .third-bar-2 {
    width: 50%;
    margin: .8rem auto;
    padding: 1rem;
    color: white;
    font-size:1.5rem;
    border-radius: 1.5rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  .deposit-promotion-box {
    width: 60%;
  }
  .header-promotion {
    color: white;
    font-size:.8rem;
    padding: .8rem 2rem;
    border-radius: 1rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  .table-history-box{
    width: 60%;
    margin: auto;
  }
  
  .deposit-promotion-box .custom-control {
    border-radius: 1rem;
    padding: .8rem;
    color: white;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  .deposit-promotion-box .custom-control .custom-control-input {
    margin-left: 1rem;
  }
  .deposit-promotion-box .custom-control .custom-control-label {
    margin-left: 2.5rem;
  }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: black;
    border-color: black;
    background-color: black;
  }
  .bg-index {
    /* background-image: url("../images/bg-top.png"); */
    background-repeat: no-repeat;
    /* height: 800px; */
    background-position: center;
    background-size: cover;
  }
  
  .wrapper-index {
    width: 85%;
    margin: auto;
  }
  
  .menu-index {
    align-items: center;
    margin: .8rem 0;
  }
  
  .menu-index .menu-link{
    padding: .5rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
    text-align: center;
    width: 16.6%;
  }
  .menu-index .menu-link:first-child{
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .menu-index .menu-link:last-child{
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    background: rgb(199,158,80);
    background: linear-gradient(180deg, rgba(199,158,80,1) 27%, rgba(241,244,140,1) 68%, rgba(216,186,100,1) 100%);
    width: 18%;
    margin-left: -1rem;
  }
  .menu-index .menu-link:last-child a{
    color: black;
  }
  .menu-index .menu-link:hover{
    background: rgb(88,88,88);
    background: linear-gradient(180deg, rgba(88,88,88,1) 0%, rgba(47,47,47,1) 49%, rgba(0,0,0,1) 100%);
    color: rgba(241,244,140,1);
  }
  .menu-index .menu-link a{
    color: white;
  }
  .menu-index .menu-link a:hover{
    text-decoration: none;
    color: rgba(241,244,140,1);
  }
  
  .menu-index-2 {
    align-items: center;
    margin: 1rem 0;
  }
  
  .menu-index-2 .menu-link{
    padding: .5rem;
    font-size: 1.5rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
    border-radius: 1rem;
    text-align: center;
    width: 19%;
    margin-right: .5rem;
  }
  .nav-tabs.menu-index-2{
    border: 0;
  }
  .menu-index-2 .menu-link:last-child{
    border-top-left-radius: 0;
    border-top-right-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
    border-bottom-right-radius: 0;
    background: rgb(199,158,80);
    background: linear-gradient(180deg, rgba(199,158,80,1) 27%, rgba(241,244,140,1) 68%, rgba(216,186,100,1) 100%);
  }
  .menu-index-2 .menu-link:hover{
    background: rgb(88,88,88);
    background: linear-gradient(180deg, rgba(88,88,88,1) 0%, rgba(47,47,47,1) 49%, rgba(0,0,0,1) 100%);
    color: rgba(241,244,140,1);
  }
  .menu-index-2 .menu-link:last-child a{
    color: black;
  }
  .menu-index-2 .menu-link a{
    color: white;
  }
  .menu-index-2 .menu-link a:hover{
    text-decoration: none;
    color: rgba(241,244,140,1);
  }
  .message-index {
    font-size: 1.3rem;
  }
  
  .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
      padding: 1rem;
      color: white;
      background-color: inherit;
      border: 0;
  }
  
  .nav-tabs .nav-link {
      border: 0;
  }
  
  .box-content {
    width: 80%;
    margin: auto;
    padding: 2rem;
  }
  
  #qrcode img{
    margin: auto;
  }
  a.download-qrcode {
    padding: .5rem;
    border-radius: .5rem;
    background-color: #2e2e2e;
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
  }
  a.download-qrcode:hover {
    background-color: #000000;
    border: 1px solid #000000;
  }
  .about-content {
    width: 80%;
    margin: auto;
    padding: 2rem;
  }
  
  .box-header {
    font-size: 1.5em;
  }
  
  .box-detail {
    font-size: 1em;
  }
  
  .bg-darkred {
    background-color: #321917;
  }
  
  .bg-darkred-2 {
    background: rgb(36, 8, 8);
    background: linear-gradient(0deg, rgba(36, 8, 8, 1) 0%, rgba(111, 20, 17, 1) 100%);
  }
  
  .bg-dark {
    background-color: #1b1b19 !important;
  }
  
  .center-header {
    text-align: center !important;
    font-size: 1.1em;
  }
  
  .form-register {
    margin: auto;
    width: 65%;
    padding: 1rem 0 2rem 0;
  }
  
  .form-edit {
    margin: auto;
    width: 40%;
    padding: 1rem 0 2rem 0;
  }
  
  .form-success {
    font-weight: bold;
    font-size: 1.5rem;
    margin: auto;
    width: 100%;
  }
  
  .register-header {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin: 1rem 0;
  }
  
  .register-text {
    font-size: 1.2rem;
  }
  .form-register {
    margin: auto;
    padding: 1rem 0 2rem 0;
  }
  
  .form-register .form-control {
    text-align: center;
    height: auto;
    padding: .8rem;
    border-radius: .8rem;
    background-color: #1F1A1A;
  }
  
  .form-register.input-group-prepend + .form-control {
    border-left: 0px;
  }
  
  .form-register input.form-control  {
    color: white;
  }
  
  .form-register input.form-control:focus{
    border-color: #cccccc;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  .form-register .input-group-text {
    border-radius: .8rem;
    padding-left: 1rem;
    background-color: #1F1A1A;
    border-right: 0px;
  }
  .form-register .input-group-prepend {
    margin-right: -2rem;
    z-index: 999;
  }
  /*  */
  
  .form-withdraw .form-control {
    text-align: center;
    border-left: 0;
    height: auto;
    padding: .8rem;
    border-radius: .8rem;
    background-color: transparent;
  }
  .form-withdraw .form-control::placeholder {
    color: white;
  }
  .form-withdraw.input-group-prepend + .form-control {
    border-left: 0px;
  }
  
  .form-withdraw input.form-control  {
    color: white;
  }
  
  .form-withdraw input.form-control:focus{
    border-color: #cccccc;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  .form-withdraw .input-group-text {
    border-radius: .8rem;
    padding-left: 1rem;
    background-color: transparent;
    border-right: 0px;
  }
  .form-withdraw .input-group-prepend {
    margin-right: -2rem;
    z-index: 999;
  }
  
  .form-register .bank-list {
    text-align: center;
    width: 25%;
  }
  .form-register .bank-list img.bank-img {
    width: 70%;
  }
  
  .form-register .bank-list img.bank-img {
    filter: grayscale(100%);
  }
  
  .form-register .bank-list img.bank-img.active {
    position: relative;
    width: 100%;
    margin-left: -.6rem;
    filter: none;
    z-index: 999;
  }
  
  /*  */
  
  .form-changepass .form-control {
    text-align: center;
    height: auto;
    padding: .8rem;
    border-radius: .8rem;
    background-color: #1F1A1A;
  }
  
  .form-changepass.input-group-prepend + .form-control {
    border-left: 0px;
  }
  
  .form-changepass input.form-control  {
    color: white;
  }
  
  .form-changepass input.form-control:focus{
    border-color: #cccccc;
      -webkit-box-shadow: none;
      box-shadow: none;
  }
  
  .form-changepass .input-group-text {
    border-radius: .8rem;
    padding-left: 1rem;
    background-color: #1F1A1A;
    border-right: 0px;
  }
  .form-changepass .input-group-prepend {
    margin-right: -2rem;
    z-index: 999;
  }
  
  .form-changepass .bank-list {
    text-align: center;
    width: 25%;
  }
  .form-changepass .bank-list img.bank-img {
    width: 90%;
  }
  
  .form-changepass .bank-list img.bank-img {
    filter: grayscale(100%);
  }
  
  .form-changepass .bank-list img.bank-img.active {
    position: relative;
    width: 120%;
    margin-left: -.6rem;
    filter: none;
    z-index: 999;
  }
  
  .form-control + .input-icon {
      position: absolute;
      left: 0;
      padding: 8px 27px;
  }
  .btn-submit {
    padding: .3rem 2rem;
    background-color: #8B2222;
    color: white;
  }
  
  .btn-submit:hover {
    padding: .3rem 2rem;
    background-color: #8B2222;
    color: white;
  }
  
  .success-header {
    font-weight: bold;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 1rem;
  }
  
  .success-box {
    width: 90%;
    margin: auto;
    padding: 1rem;
    margin-bottom: 1rem;
    background: rgb(36, 8, 8);
    background: linear-gradient(0deg, rgba(36, 8, 8, 1) 0%, rgba(111, 20, 17, 1) 100%);
  }
  
  .success-border {
    padding: 1rem;
    border: 3px solid #1b1b19;
  }
  
  .correct-img {
    width: 100px;
  }
  
  .btn-logout{
    width: 200px;
  }
  .text-black {
    color: black !important;
  }
  .text-silver {
    background: rgb(155, 156, 158);
    background: linear-gradient(180deg, rgba(155, 156, 158, 1) 30%, rgba(255, 255, 255, 1) 65%, rgba(224, 226, 227, 1) 79%, rgba(179, 180, 182, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .text-warning {
    background: rgb(255, 247, 149);
    background: linear-gradient(180deg, rgba(255, 247, 149, 1) 0%, rgba(252, 204, 0, 1) 42%, rgba(253, 187, 45, 1) 82%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .text-success {
    background: rgb(19, 111, 0);
    background: linear-gradient(0deg, rgba(19, 111, 0, 1) 0%, rgba(43, 191, 0, 1) 49%, rgba(174, 255, 161, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  .red-line {
    width: 20%;
    height: 5px;
    background: rgb(127, 3, 3);
    background: linear-gradient(90deg, rgba(127, 3, 3, 1) 3%, rgba(158, 43, 43, 1) 30%, rgba(167, 28, 28, 1) 54%, rgba(127, 3, 3, 1) 96%);
  }
  
  .border-red {
    border-radius: 5px;
    padding: 3px;
    background: rgb(127, 3, 3);
    background: linear-gradient(90deg, rgba(127, 3, 3, 1) 3%, rgba(158, 43, 43, 1) 30%, rgba(167, 28, 28, 1) 54%, rgba(127, 3, 3, 1) 96%);
  }
  
  .border-gold {
    border-radius: 5px;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .border-gold-deposit {
    border-radius: 25px;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .border-gold-deposit .d-flex {
    border-radius: 25px;
  }
  
  .wallet-circle {
    height: 250px;
    background-image: url('../images/circle_gold.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 250px 250px;
  }
  
  img.wallet-icon {
    width: 80px;
    margin-top: 2rem;
  }
  
  .wallet-top {
    margin-right: 1rem;
  }
  
  .wallet-text {
    font-weight: bold;
    font-size: 1.4em;
  }
  
  .user-detail-mobile {
    display: none;
  }
  
  .profile-box {
    margin: auto;
    width: 50%;
  }
  
  .profile-box .red-line {
    width: 100%;
  }
  
  .deposit-box {
    width: 60%;
  }
  
  .text-logout {
    font-size: 14px;
    ;
  }
  
  .copy-img {
    margin-top: .5rem;
    width: 120px;
  }
  
  .balance-text {
    font-weight: bold;
    font-size: 1.6em;
  }
  
  .withdraw-box-top {
    width: 50%;
    font-size: 1.2em;
    margin: auto;
  }
  
  .form-withdraw {
    width: 50%;
  }
  
  
  .title-history {
    width: 90%;
    font-size: 1.3rem;
    padding: 1rem;
    border-radius: 1.5rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
    margin: auto;
    margin-bottom: 1rem;
  }
  
  img.wallet-menu {
    height: 40px;
    width: auto;
  }
  
  .btn-list-menu{
    font-size: .5rem!important;
    width: 80px;
    height: 80px;
    /* padding: .8rem 1rem!important; */
  }
  
  .border-gold-menu{
    border-radius: .6rem!important;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  img.wallet-menu-deposit {
    margin-bottom: .5rem;
    height: 60px;
    width: auto;
  }
  
  .btn-wallet-deposit{
    border-radius: 1rem!important;
    font-size: 1.3rem!important;
    padding: 1.1rem 2rem !important;
  }
  
  .deposit-border-gold {
    border-radius: 1rem!important;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  img.wallet-menu-withdraw {
    margin-bottom: .5rem;
    height: 60px;
    width: auto;
  }
  
  .btn-wallet-withdraw{
    border-radius: 1rem!important;
    font-size: 1.3rem!important;
    padding: 1.1rem 2rem !important;
  }
  
  .withdraw-border-gold {
    border-radius: 1rem!important;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .icon-user-left{
    margin-right: .5rem;
    width: 30px;
    height: 40px;
  }
  
  .user-text {
    padding-top: 1rem;
    font-size: 1.2em;
  }
  
  .text-danger {
    color: #FF0000 !important;
  }
  
  .modal-login .modal-content {
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .modal-register .modal-content{
    border-radius: 1.5rem;
    padding: 2rem 1rem;
    box-shadow: 1px 1px 5px #8B2222;
    background-color: #1f1a1a !important;
  }
  
  .form-login {
    padding: 1rem 1.2rem;
  }
  
  .input-desktop {
    display: block;
  }
  
  .input-mobile {
    display: none;
  }
  
  .form-login .input-group-text {
    border-radius: 1.2rem;
    background-color: rgb(162,28,28);
    border: 0px;
  }
  
  .form-login .form-control {
    height: auto;
    padding: .8rem;
    border-radius: 1.2rem;
    border: 0px;
  }
  
  .form-login input {
    font-size: 1.1rem;
    color: white;
    background-color: rgb(162,28,28);
  }
  
  .form-login input:focus {
    color: white;
    background-color: rgb(162,28,28);
  }
  
  .form-login input::placeholder {
    color: white !important;
  }
  
  .form-check input:checked {
    background-color: red;
  }
  
  .login-desktop .btn-login-top {
    font-weight: 200;
    border-radius: .5rem;
    width: 120px;
    color: white;
    border: 2px solid white;
    font-size: 1.1rem;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .login-desktop .btn-login-top:hover {
    border: 2px solid white;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(62,15,15,1) 0%, rgba(207,42,42,1) 100%);
  }
  
  .btn-register-top {
    font-size: 1.1rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    font-weight: bold;
    color: black;
    background: rgb(180, 129, 50);
    background: linear-gradient(180deg, rgba(180, 129, 50, 1) 0%, rgba(250, 224, 175, 1) 20%, rgba(248, 251, 192, 1) 49%, rgba(180, 129, 46, 1) 78%);
  }
  
  .btn-login {
    font-weight: bold;
    color: black;
    border-radius: 1.5rem;
    font-size: 1.2em;
    box-shadow: 0 0 8px rgb(248,234,104);
    background: rgb(248,234,104);
    background: linear-gradient(198deg, rgba(248,234,104,1) 0%, rgba(255,179,0,1) 99%);
  }
  
  .btn-danger {
    font-weight: 200;
    border-radius: 1rem;
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    color: white;
    border:2px solid white;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .no-border {
    border:0 !important;
  }
  
  .btn-danger:hover {
    border:2px solid white;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(62,15,15,1) 0%, rgba(207,42,42,1) 100%);
  }
  
  .btn-warning {
    font-weight: 200;
    border-radius: 1rem;
    padding: .8rem 1.5rem;
    font-size: 1.1rem;
    color: black;
    border:2px solid white;
    background: rgb(248,234,104);
    background: linear-gradient(198deg, rgba(248,234,104,1) 0%, rgba(255,179,0,1) 99%);
  }
  
  .btn-deposit {
    padding:.4rem 1rem;
    border: 1px solid white;
    width: 110px;
  }
  .btn-withdraw {
    padding:.4rem 1rem;
    border: 1px solid white;
    width: 110px;
  }
  .btn-category {
    font-weight: bold;
    color: white;
    padding: .5rem 3.5rem;
    border-radius: .5rem !important;
    background: rgb(36, 8, 8);
    background: linear-gradient(0deg, rgba(36, 8, 8, 1) 0%, rgba(111, 20, 17, 1) 100%);
  }
  
  .btn-category:hover {
    opacity: 0.8;
    color: white;
  }
  
  .border-gold-submit {
    width: 40%;
    margin: auto;
    border-radius: .5rem;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .btn-withdraw-submit{
    font-size: 1.2rem!important;
  }
  
  .border-gold-profile {
    margin: auto;
    border-radius: .7rem;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .border-gold-editpro {
    width: 40%;
    margin: auto;
    border-radius: .7rem;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .border-gold-editpass {
    width: 40%;
    margin: auto;
    border-radius: .7rem;
    padding: 3px;
    background: rgb(101, 67, 2);
    background: linear-gradient(180deg, rgba(101, 67, 2, 1) 0%, rgba(247, 201, 114, 1) 25%, rgba(100, 66, 2, 1) 48%, rgba(247, 201, 114, 1) 73%, rgba(111, 77, 12, 1) 100%);
  }
  
  .mobile-menu-bottom {
    display: none;
  }
  
  .deposit-withdraw-bottom {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    padding: 1rem 2rem;
    bottom: .5rem;
    left: 0;
    z-index: 999;
    display: none;
  }
  
  .btn-deposit-bottom {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: white;
    padding: .6rem 1rem;
    margin-left: 4rem;
    border:2px solid rgba(62,15,15,1);
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .btn-deposit-bottomnew {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: white;
    padding: .6rem 1rem;
    margin-left: 4rem;
    box-shadow: 0 0 15px #ffd800;
    /* border:2px solid rgba(62,15,15,1); */
    /* background: rgb(207,42,42); */
    background: rgb(255,216,0);
    background: linear-gradient(233deg, rgba(255,216,0,1) 48%, rgba(255,179,0,1) 85%);
  }
  
  .btn-withdraw-bottomnew {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: white;
    padding: .6rem 1rem;
    /* border:2px solid rgba(62,15,15,1); */
    background: rgb(207,42,42);
    background: rgb(255,216,0);
    box-shadow: 0 0 15px #ffd800;
    background: linear-gradient(233deg, rgba(255,216,0,1) 48%, rgba(255,179,0,1) 85%);
  }
  
  .btn-withdraw-bottom {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    color: white;
    padding: .6rem 1rem;
    border:2px solid rgba(62,15,15,1);
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .contact-box {
    position: fixed;
    width: 70px;
    height: 140px;
    background: rgb(255,230,0);
    background: linear-gradient(180deg, rgba(255,230,0,1) 0%, rgba(4,116,45,1) 100%);
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    z-index: 999;
    right: 0;
    bottom: 15%;
  }
  
  .contact-boxs {
    position: fixed;
    width: 70px;
    height: 140px;
    /* background: rgb(255,230,0); */
    /* background: linear-gradient(180deg, rgba(255,230,0,1) 0%, rgba(4,116,45,1) 100%); */
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    z-index: 999;
    right: 0;
    bottom: 1%;
  }
  
  .btn-copy{
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
    width: 100px;
    height: 100px;
    color: white;
    font-size: 1.2rem;
    border-radius: 1rem;
    border: 0px;
    box-shadow: 1px 1px 3px rgb(207,42,42);;
    /* padding: 1.2rem 1.4rem!important; */
  }
  .bank-deposit-img {
    width: 120px;
    height: 120px;
	aspect-ratio: 1/1;
  }
  
  .btn-main {
    font-weight: bold;
    color: white;
    background: rgba(112, 4, 4, 1);
  }
  
  .btn-outline-light {
    border: 3px solid white;
    border-radius: .8rem;
  }
  
  .btn-outline-light:hover {
    color: white;
    background: rgb(127, 3, 3);
    background: linear-gradient(90deg, rgba(127, 3, 3, 1) 3%, rgba(158, 43, 43, 1) 30%, rgba(167, 28, 28, 1) 54%, rgba(127, 3, 3, 1) 96%);
    border: 3px solid white;
    border-radius: .8rem;
  }
  
  .dropdown-menu.dropdown-wallet {
    border-radius: 1rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
    /* padding: 0; */
  }
  
  .dropdown-wallet a.dropdown-item {
    font-size: .8rem;
    color: white;
    transition: .2s;
  }
  
  .dropdown-wallet a.dropdown-item:hover {
    color: white;
    background-color: inherit;
    padding-left: 1.8rem;
    transition: .2s;
  }
  
  .dropdown-menu.dropdown-flag {
    background-color: #1b1b19;
    /* margin-left: rem; */
    padding: 0;
    width: 35px !important;
    min-width: 0 !important;
  }
  
  .dropdown-item.dropdown-flag {
    padding: 0.1rem;
  }
  
  .wallet {
    font-size: 14px;
    width: 200px;
    color: white;
    background: rgb(111, 20, 17);
    background: linear-gradient(0deg, rgba(111, 20, 17, 1) 0%, rgba(68, 18, 18, 1) 100%);
    padding: .3rem .5rem;
  }
  
  .bg-box {
    background-image: url("../images/bg.png");
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 2100px 1100px; */
    background-size: cover;
    background-attachment: fixed;
  }
  
  .menu-bar-desktop {
    padding-top: 2rem;
  }
  
  .menu-bar {
    width: 12%;
    background: #0E0D0D;
    border-radius: 1rem;
  }
  
  .menu-bar a {
    padding: 1rem;
  }
  
  .menu-bar:hover {
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  .menu-bar.active {
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .menu-bar img {
    height: 30px;
  }
  .friend-header {
    color: white;
    font-size: 2rem;
  }
  .my-link {
    color: white;;
    padding: .5rem 1rem;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  
  .box-copy-link .copy-link {
    width: 120px;
  }
  
  .qr-code {
    font-weight: bold !important;
  }
  /* .box-copy-link {
    margin-left: -2rem;
  } */
  .friend-stat {
    padding: 2rem 1rem;
    font-size: 1.5rem;
    border-radius: 4rem;
    border: 2px solid white;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  .box-stat {
    width: 33.33%;
  }
  .friend-date-box {
    margin-top: 1rem;
  }
  .friend-date-box .form-control {
    /* border: 2px solid white; */
    border-radius: 0;
  }
   .text-date {
     padding: .4rem;
     color:white;
     border:1px solid white;
     border-right: 0;
     border-top-left-radius: 1rem;
     border-bottom-left-radius: 1rem;
     background: rgb(207,42,42);
     background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
   }
   .text-date-to {
     background-color: white;
     padding: .4rem;
   }
  .submit-date {
    font-size: 16px;
    padding: .4rem;
    font-weight: 200;
    border-radius: 1rem;
    color: white;
    border:1px solid white;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .submit-date:hover {
    background: rgb(88,88,88);
    background: linear-gradient(180deg, rgba(88,88,88,1) 0%, rgba(47,47,47,1) 49%, rgba(0,0,0,1) 100%);
    color: rgba(241,244,140,1);
  }
  
  .friend-search {
    margin-top: 1rem;
  }
  .friend-search .form-control {
    border-radius: 1rem;
    color: white;
    background: transparent;
  }
  
  .friend-table {
    margin-top: 1rem;
  }
  
  .friend-table table {
    border-radius: 1rem;
  }
  .friend-table thead {
    color: white;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  .friend-table .table thead th:first-child{
    border-top-left-radius: 1rem;
  }
  .friend-table .table thead th:last-child{
    border-top-right-radius: 1rem;
  }
  .btn-search {
    width: 40px;
    height: 40px;
    padding: .3rem;
    border-radius: 50%;
    color: white;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .btn-search:hover {
    background: rgb(88,88,88);
    background: linear-gradient(180deg, rgba(88,88,88,1) 0%, rgba(47,47,47,1) 49%, rgba(0,0,0,1) 100%);
    color: rgba(241,244,140,1);
  }
  
  .img-search {
    width: 25px;
    height: 25px;
  }
  
  .close-modal {
    border-radius: 100%;
    padding: .6rem;
    font-size: 1.2em;
    border: 1px solid white;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
    color: white;
  }
  .center-menu {
    padding: 2rem;
  }
  
  .center-menu-box {
    width: 15%;
  }
  
  .center-menu img {
    width: 95%;
    max-width: 500px;
  }
  img.game-img {
    transition: .2s;
  }
  .center-menu-box img.game-img:hover {
    margin-right: -10px;
    transition: .2s;
  }
  
  img.user-circle {
    width: 90%;
    margin-bottom: .8rem;
  }
  
  .user-name {
    font-size: 1.2em;
  }
  
  .deposit-content {
    color: white;
    font-size: 1.3em;
  }
  
  .table-history {
    margin-top: -1rem;
    width: 80%;
  }
  
  .table thead th {
    border-bottom: none;
  }
  
  .table td, .table th {
    border-top: none;
  }
  
  .game-logo {
    width: 70px;
  }
  /* img.game-img:hover {
    width: 100%;
  } */
  .login-desktop {
    display: block;
  }
  
  .machine-menu-left {
    padding: 2rem 1rem 2rem 0;
  }
  
  .machine-game {
    position: relative;
    padding: .5rem;
  }
  
  .machine-game.active img{
    width: 90%;
  }
  
  .machine-game img:hover{
    width: 90%;
    transition: .2s;
  }
  
  .machine-game img{
    display: block;
    width: 70%;
    transition: .2s;
  }
  .hot-tag {
    background-color: rgb(162,28,28);
    padding: .5rem;
    margin: .8rem;
    color: white;
    box-shadow: 1px 1px 3px black;
    font-size: .8rem;
    border-radius: .5rem;
    position: absolute; top:0; right:0;
  }
  .login-desktop input {
      font-size: 1.1rem;
      color: white;
      text-align: center;
      height: 45px;
      width: 170px !important;
      background-color: #2A2A2A;
      border-top-right-radius: 1rem;
      border-bottom-right-radius: 1rem;
  }
  .login-desktop .input-group-text {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    background-color: #2A2A2A;
  }
  
  .login-desktop input::placeholder {
      color: white;
  }
  .login-desktop input:focus {
    color: white;
    background-color: #2A2A2A;
  }
  .login-mobile {
    display: none;
  }
  
  footer {
    position: relative;
    padding: 10px 0;
    color: white;
    font-size: 1.2em;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .footer-text {
    font-size: 1rem;
  }
  .footer-logo {
    width: 15%;
  }
  .footer-logo img{
    width: 70%;
  }
  .footer-logo img:hover{
    width: 75%;
  }
  .link-game-desktop {
    display: block;
  }
  
  .link-game-mobile {
    display: none;
  }
  
  .link-back-desktop {
    display: block;
  }
  
  .link-back-mobile {
    display: none;
  }
  
  .btn-custom {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: white;
    /* width: 120px;
    height: 50px; */
    border: 0;
    padding: .5rem 1rem;
    border-radius: .5rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: rgb(170, 117, 123);
    background: linear-gradient(180deg, rgba(170, 117, 123, 1) 5%, rgba(104, 11, 21, 1) 30%, rgba(104, 11, 21, 1) 50%, rgba(104, 11, 21, 1) 70%, rgba(52, 6, 11, 1) 95%);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.28);
  }
  
  .btn-custom:hover {
    /*on hover*/
    text-decoration: none;
  }
  
  button:focus {
    outline: 0 !important;
  }
  
  .btn-custom:active {
    /*on click*/
    color: grey;
    -ms-transform: translateY(2px);
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.15);
    background: rgb(104, 11, 21);
    background: linear-gradient(180deg, rgba(104, 11, 21, 1) 0%, rgba(104, 11, 21, 1) 49%, rgba(52, 6, 11, 1) 100%);
  }
  .btn-square{
    font-size: 1.3rem;
    line-height: 50px;
  }
  
  .game-box {
    padding: 2rem .5rem;
  }
  
  .game-box img.game-img{
    width: 100%;
    transition: .2s;
  }
  
  .game-box img.game-img:hover{
    margin-top: -3px;
    transition: .2s;
  }
  
  .game-box-mobile {
    padding: 0 .5rem;
  }
  
  .game-box-mobile img.game-img {
    width: 100%;
    transition: .2s;
  }
  
  .game-box-mobile img.game-img:hover{
    margin-top: -3px;
    transition: .2s;
  }
  .modal-content {
    border-radius: 2rem;
    background: rgb(162,28,28);
    background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
  }
  
  .btn-cancel {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    padding: .5rem 1.5rem;
    color: white;
    border:0;
    background: rgb(207,42,42);
    background: linear-gradient(180deg, rgba(207,42,42,1) 0%, rgba(62,15,15,1) 100%);
  }
  
  .btn-cancel:hover {
    color: white;
  }
  
  .btn-green {
    font-weight: 200;
    border-radius: 1rem;
    font-size: 1.1rem;
    padding: .5rem 1.5rem;
    color: black;
    border:0;
    background: rgb(255,230,0);
    background: linear-gradient(180deg, rgba(255,230,0,1) 0%, rgba(4,116,45,1) 100%);
  }
  
  .row2 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .imgdisable {
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
  }
  
  a.disabled {
    pointer-events: none;
    color: #ccc;
  }
  
  .disabledbutton {
    pointer-events: none;
    opacity: 0.4;
  }

  /* -------------------------------- */
/* update qrcode - 22042024 */
.relative {
	position: relative;
}

.absolute {
	position: absolute;
}

.brand-logo {
	width: 100%;
	max-width: 120px;
}

.deposit-pro-box {
	padding: 1rem;
	color: white;
	border-radius: 1.5rem;
	background: rgb(79, 79, 79);
	background: linear-gradient(273deg, rgba(79, 79, 79, 1) 0%, rgba(53, 54, 54, 1) 100%);
}

.btn-container {
	width: 80%;
	max-width: 600px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	margin: auto;
	gap: 1rem;
}

.deposit-input-container {
	position: relative;
	width: calc(70% - 16px);
	max-width: 600px;
	margin: 2rem auto;
}
.deposit-input-container input {
	width: 100%;
	max-height: 3.5rem;
	padding: 1.5vw 4vw;
	text-align: center;
	font-size: min(3vw, 0.8rem) !important;
	font-family: sukhumvit;
	height: auto;
	border-radius: 2rem;
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}
.deposit-input-container .icon {
	position: absolute;
	top: 50%;
	left: 5vw;
	width: 3.5vw;
	max-width: 2rem;
	transform: translate(-50%, -50%);
}
.deposit-input-container .icon img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.amount-button {
	width: 100%;
	background: var(--base_color_2);
	background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
	/* border: 1px solid var(--base-color-8); */
	border-radius: 1.5rem;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0.5rem 0;
	cursor: pointer;
}
.amount-button span {
	font-size: min(3.5vw, 1rem);
	color: #fff;
}

.btn-withdraw2 {
    display: inline-block;
    position: relative;
    text-decoration: none;
    color: var(--base-color-12);
    border: 2px solid #fff;
    border-radius: 2rem;
    font-weight: 700;
    text-align: center;
    vertical-align: middle;
    overflow: hidden;
    background: var(--base-color-1);
    background: linear-gradient( 90deg, var(--base-color-1) 0%, var(--base-color-2) 100%);
	padding: 0.5rem 0;
	cursor: pointer;
}

.btn-withdraw2:hover {
    filter: contrast(0.8);
}

.green-button {
	width: fit-content;
	font-family: var(--font-primary-bold);
	color: #181818 !important;
	background-image: linear-gradient(#e2ffa4, #ceff67, #aaff00) !important;
	box-shadow: 0px 5px 8px #00000020;
	border: 1px solid #a3d53d;
	border-radius: 6px !important;
	padding: 0.5rem 2.5rem;
	text-align: center;
	position: relative;
	white-space: nowrap;

	display: flex;
	justify-content: center;
	cursor: pointer;
}
.green-button.glow {
	box-shadow: 0px 0px 5px rgba(173.4, 255, 0, 0.5);
}
.green-button.rounded {
	border-radius: 500px !important;
}

@media only screen and (max-width: 550px) {
	.green-button {
		min-width: auto;
		border-radius: 1vw !important;
		padding: 1vw 7vw;
	}
}

.qr-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	max-width: 360px;
}
.qr-container .logo {
	position: absolute;
	z-index: 2;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
}
.qr-image-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	padding: 6;
}
.qr-payment-container {
	background: #0f3e68;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px 10px 0 0;
}
.qr-container img {
	width: 100%;
	height: 100%;
	object-fit: contain
}

.qr-countdown-container {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: #fff;
	border-radius: 1rem;
	padding: 8 4 0;
}

.qr-logo-image img {
	background: linear-gradient(180deg, rgba(162,28,28,1) 0%, rgba(66,16,16,1) 89%, rgba(62,15,15,1) 100%);
	aspect-ratio: 1/1;
	border-radius: 0.5rem;
}

.btn-container .deposit-button .btn-withdraw2 {
    background: linear-gradient(
   90deg
   , rgba(255, 179, 0, 1) 0%, rgba(234, 223, 126, 1) 100%);
}

/* update qrcode - 22042024 */
/* -------------------------------- */
