<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* mobile */
@media only screen and (max-width: 768px) {
  .desktop-index {
    display: none !important;
  }

  .mobile-index {
    display: block;
  }

  .register-mobile {
    margin: .5rem;
  }

  .register-desktop {
    display: none;
  }

  div.register-box-index{
    display: none;
  }

  .top-bar {
    padding: 0.7rem .5rem;
  }

  .username-topbar {
    font-size: .5rem;
  }

  .secon-bar img {
    margin-top: -3px;
    width: 15px;
  }

  .secon-bar .btn {
    padding: .1rem .3rem;
  }

  .game-logo {
    width: 50px;
  }

  .text-back {
    font-size: 10px;
  }

  .box-content {
    width: 95%;
    padding: .8rem;
  }

  .box-content.bg-darkred {
    background-color: inherit;
  }

  .about-content {
    width: 95%;
    padding: .8rem;
  }

  .about-content img {
    width: 70%;
  }

  .about-content.bg-darkred {
    background-color: inherit;
  }

  .about-content {
    font-size: .7rem;
  }

  .box-header {
    font-size: 1.1em;
  }

  .box-detail {
    font-size: 0.9rem;
  }

  .map-box {
    width: 95%;
    border: 3px solid #7f0303;
    background-color: black;
    margin: auto;
  }

  .title-map {
    font-size: 1rem;
    ;
  }
  .center-header {
    font-size: .9rem;
  }
  .map {
    margin: auto;
    height: 250px;
    width: 60%;
  }

  .ak47max-logo {
    width: 130px;
  }
  .text-wallet {
    font-size: .8rem;
  }
  .refresh-icon {
    height: 15px;
  }
  .online-icon {
    width: 17px;
  }

  .footer-form {
    font-size: 14px;
  }

  .text-logout {
    font-size: 8px;
  }

  .top-line {
    height: 40px;
  }

  .flag {
    width: 35px;
  }

  .btn-login-top {
    border-radius: .5rem;
    font-size: 1rem;
    padding: .2rem .9rem;
  }

  .btn-register-top {
    font-size: 0.5rem;
    padding: .2rem .7rem;
  }

  .form-register {
    margin: auto;
    width: 90%;
    padding: 1rem 0 2rem 0;
  }

  .form-edit {
    margin: auto;
    width: 90%;
    padding: 1rem 0 2rem 0;
  }

  .form-success {
    font-weight: bold;
    font-size: 1rem;
    margin: auto;
    width: 100%;
    padding: 1rem 0 2rem 0;
  }

  .register-header {
    font-weight: bold;
    text-align: center;
    font-size: 1.2rem;
    margin: .8rem 0;
  }

  .red-line {
    width: 60%;
  }

  .register-text {
    font-size: 1rem;
  }

  .input-desktop {
    display: none;
  }

  .input-mobile {
    display: block;
  }

  .input-mobile .form-control {
    text-align: center;
    padding: 1.5rem !important;
  }

  .form-register .form-control {
    border-left: 0;
    background-color: transparent;
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
  }

  .form-register .form-control::placeholder {
    color: white;
  }

  .form-register .form-control.input-otp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    padding-left: 27%;
  }

  .form-register .input-group-text.input-text-otp {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .form-register .input-group-prepend {
    margin-right: -1.2rem;
  }
  .form-register .input-group-text {
    background-color: transparent;
    border-top-left-radius: 1.5rem;
    border-bottom-left-radius: 1.5rem;
  }

  .form-register .input-group-text img {
    width: 20px;
  }

  .form-register img.bank-img {
    width: 65px;
  }
  .form-register .btn-submit {
    border-radius: 1.2rem;
    border:1px solid white;
  }
  .success-header {
    font-weight: bold;
    text-align: center;
    font-size: 1.3rem;
    margin: 0;
  }

  .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: 50px;
  }

  .red-line {
    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: 15px;
    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: 15px;
  }

  .wallet-circle {
    height: 200px;
    background-image: url('../images/circle_gold.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 200px 200px;
  }

  img.wallet-icon {
    width: 50px;
    margin-top: 2rem;
  }

  .wallet-text {
    font-weight: bold;
    font-size: 1em;
  }

  .deposit-withdraw-desktop {
    display: none;
  }
  .deposit-withdraw-mobile {

  }
  .deposit-box-top {
    font-size: .8rem;
  }

  .deposit-box {
    font-size: 1rem;
    width: 100%;
  }

  .deposit-history {
    width: 90%;
  }

  .deposit-history h3 {
    font-size: 1rem;
  }

  .withdraw-box-top {
    width: 80%;
    font-size: .8em;
    margin: auto;
  }

  .withdraw-history h3 {
    font-size: 1rem;
  }

  .title-withdraw-history {
    width: 100%;
    padding: .7rem;
    background: rgb(36, 8, 8);
    background: linear-gradient(0deg, rgba(36, 8, 8, 1) 0%, rgba(111, 20, 17, 1) 100%);
    margin: auto;
    margin-bottom: .5rem;
    ;
  }

  .balance-text {
    font-weight: bold;
    font-size: 1.2em;
  }

  img.wallet-menu {
    height: 30px;
    width: auto;
  }

  .btn-list-menu{
    font-size: .5rem!important;
    width: 70px;
    height: 70px;
    padding: .5rem .7rem;
    /* 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: 50px;
    width: auto;
  }

  .btn-wallet-deposit{
    width: 110px;
    height: 110px;
    border-radius: 1rem!important;
    font-size: 1.1rem!important;
    padding: .8rem 1rem !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: 50px;
    width: auto;
  }

  .btn-wallet-withdraw{
    width: 110px;
    height: 110px;
    border-radius: 1rem!important;
    font-size: 1.1rem!important;
    padding: .8rem 1rem !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 {
    width: 15px;
    height: 20px;
    margin-right: 4px;
    margin-bottom: 4px;
  }

  .btn-copy{
    width: 70px;
    height: 70px;
    font-size: .8rem;
    padding: .8rem .7rem!important;
  }

  .user-text {
    padding-top: 5px;
    font-size: 14px;
  }

  .secon-bar .col-2 {
    padding-right: 0;
  }

  .user-detail {
    display: none;
  }

  .user-detail-mobile {
    font-size: 14px;
    display: block;
    margin-bottom: 2rem;
  }
  .table-history-box {
    width: 95%;
  }
  .title-history{
    padding: .7rem;
    font-size: 1rem;
    width: 100%;
  }

  .form-login {
    padding: .8rem 1rem;
  }

  .form-login .input-group-text {
    padding-left: 1.5rem;
    border-radius: 1rem;
    border: 0px;
  }

  .form-login .form-control {
    height: auto;
    padding: 1rem;
    border-radius: 1rem;
    border: 0px;
  }

  .form-login input {
    font-size: 1.1rem;
  }

  .profile-box-top .btn {
    padding: .2rem .5rem;
  }

  .link-profile {
    font-size: .8rem;
  }

  .form-login input:focus {
    color: white;
    background-color: #6f2121;
  }

  .form-login input::placeholder {
    color: white !important;
  }

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

  .profile-box {
    width: 90%;
    font-size: .7rem;
  }

  .menu-bar-box .bg-darkred {
    background-color: inherit;
  }
  .menu-bar {
    width: 100%;
    font-size: .5rem;
    padding: .5rem 1rem;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

  .menu-bar a {
    padding: 0;
  }

  .menu-bar.active {
    width: 100%;
  }

  .hot-tag {
    background-color: rgb(162,28,28);
    padding: .1rem;
    margin: .1rem;
    color: white;
    box-shadow: 1px 1px 3px black;
    font-size: .5rem;
    border-radius: .5rem;
    position: absolute; top:0; right:0;
  }

  .contact-box {
    font-size: 12px;
    width: 50px;
    height: 110px;
    bottom: 15%;
  }

  /* .btn-danger {
    font-weight: 300;
    color: white;
    border: 1px solid white;
    background: rgb(180, 0, 0);
    background: linear-gradient(180deg, rgba(180, 0, 0, 1) 54%, rgba(112, 4, 4, 1) 100%);
  } */

  .btn-category {
    font-weight: bold;
    color: white;
    font-size: .7rem;
    padding: .3rem .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%);
  }

  .mobile-menu-bottom {
    padding: .5rem;
    font-size: .8rem;
    background: rgb(36, 8, 8);
    background: linear-gradient(0deg, rgba(36, 8, 8, 1) 0%, rgba(111, 20, 17, 1) 100%);
    display: block;
  }
  .deposit-withdraw-bottom {
    display: block;
  }
  .deposit-withdraw-bottom-mobile {
    margin-bottom: 1rem;
    display: block;
  }

  .deposit-withdraw-bottom-mobile .deposit-bottom .btn-custom {
    border-radius: 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-top-right-radius: .6rem;
    border-bottom-right-radius: .6rem;
  }

  .deposit-withdraw-bottom-mobile .withdraw-bottom .btn-custom {
    border-radius: 0;
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.5rem;
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
  }

  /* .withdraw-bottom {
    font-weight: bold;
    font-size: 1.5rem;
    padding: 1.7rem 1rem;
    border-top-left-radius: .6rem;
    border-bottom-left-radius: .6rem;
  } */

  .btn-category:hover {
    opacity: 0.8;
    color: white;
  }

  .btn-submit {
    padding: .3rem 2rem;
    font-size: 1rem;
  }

  .btn-main {
    font-weight: bold;
    color: white;
    background: rgba(112, 4, 4, 1);
  }

  .btn-outline-light {
    border: 1px solid white;
    border-radius: .4rem;
  }

  .btn-outline-light:active {
    color: white;
  }

  .btn-outline-light:hover {
    color: white;
    border: 1px solid white;
    border-radius: .4rem;
  }

  .dropdown-menu.dropdown-flag {
    background-color: #1b1b19;
    /* margin-left: rem; */
    padding: 0;
    width: 35px !important;
    min-width: 0 !important;
  }

  .dropdown-item {
    padding: 0;
  }

  .wallet-top {
    margin-right: .3rem;
  }

  .img-wallet {
    height: 25px;
    width: 25px;
  }

  .wallet {
    font-size: 10px;
    width: 140px;
    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;
  }

  .menu-box-mobile {
    padding-top: .4rem;
    padding-bottom: .4rem;
  }

  .img-game{
    width: 60px;
    height: 60px;
  }

  .list-game.list-active .img-game{
    width: 70px;
    height: 70px;
  }

  .menu-bar-mobile {
    width: 20%;
    height: 75px;
    border-top: 3px solid #252525;
    border-right: 3px solid #252525;
    border-bottom: 3px solid #252525;
    background-color: #0f0f0f;
    padding: .8rem 0;
    margin-right: 1rem;
    border-top-right-radius: .5rem;
    border-bottom-right-radius: .5rem;
  }

  .menu-bar-mobile.active {
    width: 23%;
    margin-right: .5rem;
    background-color: #2a2a2a;
    padding: .8rem 0;
    border-top: 2px solid grey;
    border-right: 2px solid grey;
    border-bottom: 2px solid grey;
  }

  .list-game{
    overflow-x: auto;
    width: 75%;
  }

  .menu-bar-mobile img {
    width: 30%;
  }

  .menu-bar-mobile .text-silver {
    font-size: .8rem;
  }

  .mobile-menu-box {
    padding-left: .2rem;
    padding-right: .2rem;
  }

  .mobile-menu-box img {
    width: 60px;
  }

  .link-game-desktop {
    display: none;
  }

  .link-game-mobile {
    display: block;
  }

  .link-back-desktop {
    display: none;
  }

  .link-back-mobile {
    display: block;
  }

  .center-menu {
    padding: 0;
  }

  .center-menu-box {
    width: 50%;
  }

  .center-menu img {
    width: 100%;
  }

  img.user-circle {
    width: 90%;
    margin-bottom: .8rem;
  }

  .user-name {
    font-size: 1.2em;
  }
  .third-bar-2 {
    margin: .5rem auto;
    padding: .7rem;
    color: white;
    font-size:1.3rem;
    border-radius: 1.5rem;
    width: 90%;
  }
  .deposit-content {
    color: white;
    font-size: 1.2em;
  }

  .bank-deposit-img {
    width: 80px;
    height: 80px;
  }

  .copy-img {
    margin-top: .5rem;
    width: 70px;
  }

  .table-deposit {
    font-size: .7rem;
    width: 90%;
  }

  .table-history {
    font-size: .7rem;
    width: 90%;
  }

  .table thead th {
    font-size: .7rem;
    border-bottom: none;
  }

  .table td, .table th {
    padding: .4rem;
    font-size: .7rem;
    border-top: none;
  }

  .form-withdraw {
    width: 80%;
  }

  .form-withdraw .btn {
    font-size: 1rem;
    padding: .5rem 1.5rem;
  }
  .dropdown-menu.dropdown-wallet {
    padding-left: .5rem;
  }
  footer {
    position: relative;
    padding: 10px 0;
    color: white;
    font-size: 1.2em;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .friend-header {
    font-size: 18px;
    margin-bottom: .8rem;
  }
  .my-link {
    font-size: 12px;
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }
  .box-copy-link .copy-link {
    font-size: 12px;
    font-weight: bold;
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }
  .qr-code {
    font-size: 12px;
  }
  .friend-stat {
    padding: 1rem .5rem;
    font-size: 10px;
    border-radius: 4rem;
    border: 2px solid white;
    margin-right:5px;
  }
  .text-date {
     width: 30% !important;
     font-size: 12px;
   }
   .friend-date-box .form-control {
     font-size: 12px;
     border-top-right-radius: 1rem;
     border-bottom-right-radius: 1rem;
   }
   .text-date-to {
     width: 30% !important;
     font-size: 12px;
     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%);
   }
   .submit-date {
     margin-top: .5rem;
     font-size: 12px;
     padding: .4rem;
     font-weight: 200;
     border-radius: .5rem;
     color: white;
     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%);
   }

  .footer-text {
    font-size: .7rem;
  }

  .login-desktop {
    display: none;
  }

  .login-mobile {
    display: block;
  }

  .border-gold-submit {
    width: 60%;
    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%);
  }

  .btn-withdraw-submit{
    font-size: 1rem!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%);
  }
  .deposit-promotion-box {
    font-size: .8rem;
    width: 90%;
  }

  .menu-index-mobile {
    align-items: center;
    margin: 1rem 0;
  }

  .nav-tabs.menu-index-mobile {
    border-bottom: 0;
  }
  .menu-index-mobile .menu-link{
    padding: 5px;
    font-size: 12px;
    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%;
    /* height: 60px; */
    margin-right: 3px;
  }

  .menu-index-mobile .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-mobile .menu-link a {
    color: white;
  }
  .menu-index-mobile .nav-link.active {
    /* height: 70px; */
    color: rgba(241,244,140,1);
    padding: 1.3rem .3rem;
  }
  .menu-index-mobile .nav-link {
    padding: 1rem .3rem;
  }

  .message-index-mobile {
    font-size: 14px;
    padding: 10px 16px;
  }
  .video-logo {
  	width: auto !important;
    height: 60px !important;
  }
}

@media only screen and (max-width: 400px) {
  .deposit-box {
    font-size: .7rem;
  }
  .bank-deposit-img {
    width: 80px;
    height: 80px;
  }
  .btn-copy {
    width: 75px;
    height: 75px;
  }
}
</pre></body></html>