/*!
 * Bootstrap v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */ :root {
    --dark-0: #000000;
    --dark-1: #142245;
    --dark-2: #A9AEBE;
    --dark-3: #C6CBDC;
    --dark-outline: #142245;
    --light-0: #F0F6FD;
    --light-1: #FAFCFF;
    --light-2: #FEFEFF;
    --light-3: #FAFAFA;
    --light-4: #FFFFFF;
    --light-outline: #F0F6FD;
    --red-0: #EF3B3B;
    --red-1: #FFD5D5;
    --red-outline: #EF3B3B;
    --green-0: #3ED25E;
    --green-outline: #3ED25E;
    --blue-0: #0075fd;
    --blue-1: #374FA2;
    --blue-2: #4698F7;
    --blue-3: #D7EBFF;
    --blue-link: #0F56B3;
    --blue-outline: #374FA2;
    --yellow-0: #E39D14;
    --yellow-1: #FBD305;
    --yellow-outline: #FFC93F;
    --orange-0: #F36F21;
    --orange-1: #FFDDBE;
    --orange-outline: #F36F21;
    --teal-0: #06DAF7;
    --teal-outline: #06DAF7;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
  }
  *, *::before, *::after {
    box-sizing: border-box;
  }
  /* BEGIN DS 01 Spacing & Elevation */
  .s-m-0 {
    margin: 0 !important;
  }
  .s-mt-0 {
    margin-top: 0 !important;
  }
  .s-mr-0 {
    margin-right: 0 !important;
  }
  .s-mb-0 {
    margin-bottom: 0 !important;
  }
  .s-ml-0 {
    margin-left: 0 !important;
  }
  .s-m-2 {
    margin: 2px !important;
  }
  .s-mt-2 {
    margin-top: 2px !important;
  }
  .s-mr-2 {
    margin-right: 2px !important;
  }
  .s-mb-2 {
    margin-bottom: 2px !important;
  }
  .s-ml-2 {
    margin-left: 2px !important;
  }
  .s-m-4 {
    margin: 4px !important;
  }
  .s-mt-4 {
    margin-top: 4px !important;
  }
  .s-mr-4 {
    margin-right: 4px !important;
  }
  .s-mb-4 {
    margin-bottom: 4px !important;
  }
  .s-ml-4 {
    margin-left: 4px !important;
  }
  .s-m-6 {
    margin: 6px !important;
  }
  .s-mt-6 {
    margin-top: 6px !important;
  }
  .s-mr-6 {
    margin-right: 6px !important;
  }
  .s-mb-6 {
    margin-bottom: 6px !important;
  }
  .s-ml-6 {
    margin-left: 6px !important;
  }
  .s-m-8 {
    margin: 8px !important;
  }
  .s-mt-8 {
    margin-top: 8px !important;
  }
  .s-mr-8 {
    margin-right: 8px !important;
  }
  .s-mb-8 {
    margin-bottom: 8px !important;
  }
  .s-ml-8 {
    margin-left: 8px !important;
  }
  .s-m-12 {
    margin: 12px !important;
  }
  .s-mt-12 {
    margin-top: 12px !important;
  }
  .s-mr-12 {
    margin-right: 12px !important;
  }
  .s-mb-12 {
    margin-bottom: 12px !important;
  }
  .s-ml-12 {
    margin-left: 12px !important;
  }
  .s-m-16 {
    margin: 16px !important;
  }
  .s-mt-16 {
    margin-top: 16px !important;
  }
  .s-mr-16 {
    margin-right: 16px !important;
  }
  .s-mb-16 {
    margin-bottom: 16px !important;
  }
  .s-ml-16 {
    margin-left: 16px !important;
  }
  .s-m-20 {
    margin: 20px !important;
  }
  .s-mt-20 {
    margin-top: 20px !important;
  }
  .s-mr-20 {
    margin-right: 20px !important;
  }
  .s-mb-20 {
    margin-bottom: 20px !important;
  }
  .s-ml-20 {
    margin-left: 20px !important;
  }
  .s-m-24 {
    margin: 24px !important;
  }
  .s-mt-24 {
    margin-top: 24px !important;
  }
  .s-mr-24 {
    margin-right: 24px !important;
  }
  .s-mb-24 {
    margin-bottom: 24px !important;
  }
  .s-ml-24 {
    margin-left: 24px !important;
  }
  .s-m-32 {
    margin: 32px !important;
  }
  .s-mt-32 {
    margin-top: 32px !important;
  }
  .s-mr-32 {
    margin-right: 32px !important;
  }
  .s-mb-32 {
    margin-bottom: 32px !important;
  }
  .s-ml-32 {
    margin-left: 32px !important;
  }
  .s-m-48 {
    margin: 48px !important;
  }
  .s-mt-48 {
    margin-top: 48px !important;
  }
  .s-mr-48 {
    margin-right: 48px !important;
  }
  .s-mb-48 {
    margin-bottom: 48px !important;
  }
  .s-ml-48 {
    margin-left: 48px !important;
  }
  .s-m-56 {
    margin: 56px !important;
  }
  .s-mt-56 {
    margin-top: 56px !important;
  }
  .s-mr-56 {
    margin-right: 56px !important;
  }
  .s-mb-56 {
    margin-bottom: 56px !important;
  }
  .s-ml-56 {
    margin-left: 56px !important;
  }
  .s-m-64 {
    margin: 64px !important;
  }
  .s-mt-64 {
    margin-top: 64px !important;
  }
  .s-mr-64 {
    margin-right: 64px !important;
  }
  .s-mb-64 {
    margin-bottom: 64px !important;
  }
  .s-ml-64 {
    margin-left: 64px !important;
  }
  .s-m-96 {
    margin: 96px !important;
  }
  .s-mt-96 {
    margin-top: 96px !important;
  }
  .s-mr-96 {
    margin-right: 96px !important;
  }
  .s-mb-96 {
    margin-bottom: 96px !important;
  }
  .s-ml-96 {
    margin-left: 96px !important;
  }
  .s-m-128 {
    margin: 128px !important;
  }
  .s-mt-128 {
    margin-top: 128px !important;
  }
  .s-mr-128 {
    margin-right: 128px !important;
  }
  .s-mb-128 {
    margin-bottom: 128px !important;
  }
  .s-ml-128 {
    margin-left: 128px !important;
  }
  .s-m-160 {
    margin: 160px !important;
  }
  .s-mt-160 {
    margin-top: 160px !important;
  }
  .s-mr-160 {
    margin-right: 160px !important;
  }
  .s-mb-160 {
    margin-bottom: 160px !important;
  }
  .s-ml-160 {
    margin-left: 160px !important;
  }
  .s-p-0 {
    padding: 0 !important;
  }
  .s-pt-0 {
    padding-top: 0 !important;
  }
  .s-pr-0 {
    padding-right: 0 !important;
  }
  .s-pb-0 {
    padding-bottom: 0 !important;
  }
  .s-pl-0 {
    padding-left: 0 !important;
  }
  .s-p-2 {
    padding: 2px !important;
  }
  .s-pt-2 {
    padding-top: 2px !important;
  }
  .s-pr-2 {
    padding-right: 2px !important;
  }
  .s-pb-2 {
    padding-bottom: 2px !important;
  }
  .s-pl-2 {
    padding-left: 2px !important;
  }
  .s-p-4 {
    padding: 4px !important;
  }
  .s-pt-4 {
    padding-top: 4px !important;
  }
  .s-pr-4 {
    padding-right: 4px !important;
  }
  .s-pb-4 {
    padding-bottom: 4px !important;
  }
  .s-pl-4 {
    padding-left: 4px !important;
  }
  .s-p-6 {
    padding: 6px !important;
  }
  .s-pt-6 {
    padding-top: 6px !important;
  }
  .s-pr-6 {
    padding-right: 6px !important;
  }
  .s-pb-6 {
    padding-bottom: 6px !important;
  }
  .s-pl-6 {
    padding-left: 6px !important;
  }
  .s-p-8 {
    padding: 8px !important;
  }
  .s-pt-8 {
    padding-top: 8px !important;
  }
  .s-pr-8 {
    padding-right: 8px !important;
  }
  .s-pb-8 {
    padding-bottom: 8px !important;
  }
  .s-pl-8 {
    padding-left: 8px !important;
  }
  .s-p-12 {
    padding: 12px !important;
  }
  .s-pt-12 {
    padding-top: 12px !important;
  }
  .s-pr-12 {
    padding-right: 12px !important;
  }
  .s-pb-12 {
    padding-bottom: 12px !important;
  }
  .s-pl-12 {
    padding-left: 12px !important;
  }
  .s-p-16 {
    padding: 16px !important;
  }
  .s-pt-16 {
    padding-top: 16px !important;
  }
  .s-pr-16 {
    padding-right: 16px !important;
  }
  .s-pb-16 {
    padding-bottom: 16px !important;
  }
  .s-pl-16 {
    padding-left: 16px !important;
  }
  .s-p-20 {
    padding: 20px !important;
  }
  .s-pt-20 {
    padding-top: 20px !important;
  }
  .s-pr-20 {
    padding-right: 20px !important;
  }
  .s-pb-20 {
    padding-bottom: 20px !important;
  }
  .s-pl-20 {
    padding-left: 20px !important;
  }
  .s-p-24 {
    padding: 24px !important;
  }
  .s-pt-24 {
    padding-top: 24px !important;
  }
  .s-pr-24 {
    padding-right: 24px !important;
  }
  .s-pb-24 {
    padding-bottom: 24px !important;
  }
  .s-pl-24 {
    padding-left: 24px !important;
  }
  .s-p-32 {
    padding: 32px !important;
  }
  .s-pt-32 {
    padding-top: 32px !important;
  }
  .s-pr-32 {
    padding-right: 32px !important;
  }
  .s-pb-32 {
    padding-bottom: 32px !important;
  }
  .s-pl-32 {
    padding-left: 32px !important;
  }
  .s-p-48 {
    padding: 48px !important;
  }
  .s-pt-48 {
    padding-top: 48px !important;
  }
  .s-pr-48 {
    padding-right: 48px !important;
  }
  .s-pb-48 {
    padding-bottom: 48px !important;
  }
  .s-pl-48 {
    padding-left: 48px !important;
  }
  .s-p-56 {
    padding: 56px !important;
  }
  .s-pt-56 {
    padding-top: 56px !important;
  }
  .s-pr-56 {
    padding-right: 56px !important;
  }
  .s-pb-56 {
    padding-bottom: 56px !important;
  }
  .s-pl-56 {
    padding-left: 56px !important;
  }
  .s-p-64 {
    padding: 64px !important;
  }
  .s-pt-64 {
    padding-top: 64px !important;
  }
  .s-pr-64 {
    padding-right: 64px !important;
  }
  .s-pb-64 {
    padding-bottom: 64px !important;
  }
  .s-pl-64 {
    padding-left: 64px !important;
  }
  .s-p-96 {
    padding: 96px !important;
  }
  .s-pt-96 {
    padding-top: 96px !important;
  }
  .s-pr-96 {
    padding-right: 96px !important;
  }
  .s-pb-96 {
    padding-bottom: 96px !important;
  }
  .s-pl-96 {
    padding-left: 96px !important;
  }
  .s-p-128 {
    padding: 128px !important;
  }
  .s-pt-128 {
    padding-top: 128px !important;
  }
  .s-pr-128 {
    padding-right: 128px !important;
  }
  .s-pb-128 {
    padding-bottom: 128px !important;
  }
  .s-pl-128 {
    padding-left: 128px !important;
  }
  .s-p-160 {
    padding: 160px !important;
  }
  .s-pt-160 {
    padding-top: 160px !important;
  }
  .s-pr-160 {
    padding-right: 160px !important;
  }
  .s-pb-160 {
    padding-bottom: 160px !important;
  }
  .s-pl-160 {
    padding-left: 160px !important;
  }
  .shadow-light-01 {
    box-shadow: 3px 0px 7px rgba(20, 34, 69, 0.07);
  }
  .shadow-light-02 {
    box-shadow: 3px 3px 7px rgba(20, 34, 69, 0.02);
  }
  .shadow-light-03 {
    box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
  }
  /* END DS 01 Spacing & Elevation */
  /* End DS 02 Typography */
  .c-dark-0 {
    color: var(--dark-0) !important
  }
  .c-dark-1 {
    color: var(--dark-1) !important
  }
  .c-dark-2 {
    color: var(--dark-2) !important
  }
  .c-dark-3 {
    color: var(--dark-3) !important
  }
  .c-light-0 {
    color: var(--light-0) !important
  }
  .c-light-1 {
    color: var(--light-1) !important
  }
  .c-light-2 {
    color: var(--light-2) !important
  }
  .c-light-3 {
    color: var(--light-3) !important
  }
  .c-light-4 {
    color: var(--light-4) !important
  }
  .c-red-0 {
    color: var(--red-0) !important
  }
  .c-red-1 {
    color: var(--red-1) !important
  }
  .c-green-0 {
    color: var(--green-0) !important
  }
  .c-blue-0 {
    color: var(--blue-0) !important
  }
  .c-blue-1 {
    color: var(--blue-1) !important
  }
  .c-blue-2 {
    color: var(--blue-2) !important
  }
  .c-blue-3 {
    color: var(--blue-3) !important
  }
  .c-yellow-0 {
    color: var(--yellow-0) !important
  }
  .c-yellow-1 {
    color: var(--yellow-1) !important
  }
  .c-orange-0 {
    color: var(--orange-0) !important
  }
  .c-orange-1 {
    color: var(--orange-1) !important
  }
  .c-teal-0 {
    color: var(--teal-0) !important
  }
  .bg-dark-0 {
    background-color: var(--dark-0) !important
  }
  .bg-dark-1 {
    background-color: var(--dark-1) !important
  }
  .bg-dark-2 {
    background-color: var(--dark-2) !important
  }
  .bg-dark-3 {
    background-color: var(--dark-3) !important
  }
  .bg-light-0 {
    background-color: var(--light-0) !important
  }
  .bg-light-1 {
    background-color: var(--light-1) !important
  }
  .bg-light-2 {
    background-color: var(--light-2) !important
  }
  .bg-light-3 {
    background-color: var(--light-3) !important
  }
  .bg-light-4 {
    background-color: var(--light-4) !important
  }
  .bg-red-0 {
    background-color: var(--red-0) !important
  }
  .bg-red-1 {
    background-color: var(--red-1) !important
  }
  .bg-green-0 {
    background-color: var(--green-0) !important
  }
  .bg-blue-0 {
    background-color: var(--blue-0) !important
  }
  .bg-blue-1 {
    background-color: var(--blue-1) !important
  }
  .bg-blue-2 {
    background-color: var(--blue-2) !important
  }
  .bg-blue-3 {
    background-color: var(--blue-3) !important
  }
  .bg-yellow-0 {
    background-color: var(--yellow-0) !important
  }
  .bg-yellow-1 {
    background-color: var(--yellow-1) !important
  }
  .bg-orange-0 {
    background-color: var(--orange-0) !important
  }
  .bg-orange-1 {
    background-color: var(--orange-1) !important
  }
  .bg-teal-0 {
    background-color: var(--teal-0) !important
  }
  .bg-gradient {
    background: -webkit-gradient(linear, left top, right top, from(red), color-stop(25%, #ff0), color-stop(50%, lime), color-stop(75%, cyan), color-stop(100%, blue));
    background: linear-gradient(to right, red 0%, #ff0 25%, lime 50%, cyan 75%, blue 100%);
  }
  .border-dark {
    border: 1px solid var(--dark-outline);
  }
  .border-light {
    border: 1px solid var(--light-outline);
  }
  .border-red {
    border: 1px solid var(--red-outline);
  }
  .border-green {
    border: 1px solid var(--green-outline);
  }
  .border-blue {
    border: 1px solid var(--blue-outline);
  }
  .border-yellow {
    border: 1px solid var(--yellow-outline);
  }
  .border-orange {
    border: 1px solid var(--orange-outline);
  }
  .border-teal {
    border: 1px solid var(--teal-outline);
  }
  .border-right1-light0 {
    border-right: solid 1px var(--light-0);
  }
  .border-bottom1-light0 {
    border-bottom: solid 1px var(--light-0);
  }
  .border-bottom1-light0 {
    border-bottom: solid 1px var(--light-0);
  }
  .divider {
    height: 1px;
    width: 100%;
    background-color: var(--light-1);
  }
  .divider.gay {
    height: 1px;
    width: 100%;
    background-color:#2a2e38;
  }
  .border-bottom0-end .border-bottom1-light0:last-child {
    border-bottom: solid 0px var(--light-0);
  }
  .t-overflow-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .t-align-center {
    text-align: center
  }
  .t-align-left {
    text-align: left
  }
  .t-align-right {
    text-align: right
  }
  .h-34 {
    height: 34px !important
  }
  .h-36 {
    height: 36px !important
  }
  .h-40 {
    height: 40px !important
  }
  .h-48 {
    height: 48px !important
  }
  .lh-normal {
    line-height: normal
  }
  .lh-18 {
    line-height: 18px !important
  }
  .position-relative {
    position: relative;
  }
  .position-absolute {
    position: absolute
  }
  .left-0 {
    left: 0;
  }
  .right-0 {
    right: 0;
  }
  .bottom-0 {
    bottom: 0;
  }
  .top-0 {
    top: 0;
  }
  .float-l {
    float: left
  }
  .border-radius-4 {
    border-radius: 4px
  }
  .show {
    display: block !important;
  }
  /* Begin DS 03 Bottons */
  .btn-sm {
    padding: 6px 14px !important;
    font-size: .8125rem;
    line-height: 20px;
  }
  .btn-md {
    padding: 10px 20px !important;
    line-height: 20px;
  }
  .btn-lg {
    padding: 10px 24px !important;
    line-height: 20px;
  }
  .btn-custom {
    color: #ffffff !important;
    outline: 0 !important;
    font-weight: 700 !important;
    font-size: 18px;
  }
  /* End DS 03 Bottons */
  /*Overview*/
  .h-100 {
    height: 100% !important;
  }
  .w-100 {
    width: 100% !important;
  }
  .top-bar {
    background: #071b36;
    height: 78px;
    padding: 4px 0 4px 0;
    width: 100%;
    display: flex;
    border-bottom: 1px #4a4a4a solid;
  }
  .top-bar .logo {
    position: relative;
    float: left;
    width: 182px;
    height: 70px;
    margin-right: 15px;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .top-bar .logo a {
    width: 100%;
    height: auto;
    display: block;
  }
  .top-bar .logo a img {
    height: 44px;
  }
  .col-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: var(--spacing-4xl, 32px);
    padding-left: 0;
  }
  .link-light {
    font-size: 18px;
    font-weight: 700;
    color: var(--light-4);
    line-height: 26px;
  }
  .link-light:hover {
    color: #FBD305;
  }
  .header-menu {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0;
    display: flow-root;
  }
  .list-header-menu {
    border-radius: 12px;
    background: linear-gradient(358deg, #183C5E 1.38%, #214A7E 98.24%);
    padding: 16px 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .avatar-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-4xl, 12px);
  }
  .item-avatar {
    width: 60px;
    height: 60px;
  }
  .item-avatar img {
    width: 60px;
    height: 60px;
    border-radius: 999px;
  }
  .block-title-username {
    padding: 8px 12px;
    background: #181C39;
    color: var(--white);
    height: 50%;
    display: flex;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    border-radius: 8px;
    width: 260px;
  }
  .title-username {
    overflow: hidden;
    color: var(--Primary-Light, #FFF);
    text-overflow: ellipsis;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    width: 100%;
    text-align: center
  }
  .menu-title-label {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: var(--spacing-4xl, 12px);
  }
  .menu-title-label-coin {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: var(--spacing-4xl, 12px);
  }
  .inbox-group {
    display: flex;
    flex-direction: row;
    gap: var(--spacing-4xl, 12px);
  }
  .wallet-group {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: var(--spacing-4xl, 12px);
  }
  .deposit-withdraw {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    background: #11315a;
    color: #FFF;
    font-weight: 700;
    line-height: normal;
    flex-direction: row;
  }
  .link-deposit-withdraw {
    font-size: 16px;
    font-weight: 700;
    color: var(--light-4);
    line-height: 22px;
    gap: 12px;
  }
  .link-deposit-withdraw:hover {
    font-size: 16px;
    font-weight: 700;
    color: var(--yellow-0);
    line-height: 22px;
  }
  .img-mail {
    position: relative;
    width: 40px;
    height: 40px;
    display: inline-block;
    float: inherit;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .img-size-coin {
    position: relative;
    width: 32px;
    height: 32px;
    display: inline-block;
    float: inherit;
    background-size: 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .out-show-inbox {
    color: #ffffff;
    border-radius: 99px;
    background: #ff0000;
    text-align: center;
    width: 24px;
    height: 24px;
    top: 0;
    right: -6px;
    position: absolute;
    font-weight: 700;
    font-size: 16px;
  }
  .banner-theme .owl-dots, .banner-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-top: 16px;
  }
  .banner-theme .owl-nav {
    margin-top: 10px
  }
  .banner-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
  }
  .banner-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
  }
  .banner-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
  }
  .banner-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
  }
  .banner-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    outline: none;
  }
  .banner-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
  }
  .banner-theme .owl-dots .owl-dot.active span, .banner-theme .owl-dots .owl-dot:hover span {
    background: var(--yellow-0) !important
  }
  .terms {
    margin-bottom: 64px;
  }
  .tabs-container {
    margin: 0 auto;
  }
  .tab-content-show {
    width: 100%;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: -2px 0 0 0;
    font-size: 16px;
    font-weight: 500;
  }
  .tab-terms > div, .tab-content-show > div {
    display: none;
  }
  .tab-terms div.active, .tab-content-show div.active {
    display: block;
  }
  
  .tabs-nav {
    margin: 0;
    font-weight: bold;
    list-style: none;
    overflow: hidden;
    background: #0C2543;
    border-radius: 12px;
    padding: 16px;
      font-size: 18px;
  }
  
  .tabs-nav li {
    padding: 8px 18px;
    display: inline-block;
    vertical-align: top;
  }
  .tabs-nav a {
    color: #7E8289;
    text-decoration: none;
    width: max-content;
  }
  .tabs-nav li.active {
    border-bottom: var(--red) solid 2px;
    background: #144684;
    border-radius: 8px;
    color: #ffffff;
  }
  .tabs-nav li.active a {
    color: var(--red);
  }
  .tabs-nav li.active a:after {
    content: "";
    background: #ff0000;
  }
  .tabs-nav.modal {
    background: unset;padding: 0;
      border-bottom: 2px solid #2a2e38;
       border-radius: 0;
  }
  .tabs-nav.modal li {
    padding: 12px 18px;
      width: 50%;
    display: inline-block;
    vertical-align: top;
      text-align: center;
  }
  .tabs-nav.modal li.active {
    border-bottom: #144684 solid 2px;
    background: unset;
    border-radius: 0;
    color: #ffffff;
  }
  .login-modal{
     position: relative;
      width: 1140px;
      box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
      border-radius: 8px;
      display: flex;
      flex-direction:row;
      max-height: calc(100% - 64px); 
  }
  
  .login-left{
      width: 50%;
      height: 100%;
      background-image: url("../images/img_left_login.jpg");
      background-position: center top;
      background-size: cover;
      background-repeat: no-repeat;
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      border-radius: 8px 0 0 8px;
  }
  .login-left img{
      width: 80%;
  }
  .title-label-input{
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 8px;
      width: 100%;
     display: flex;
      align-items: center;
      justify-content: space-between;
  }
  .login-right{
      width: 50%;
  }
  .link-forgot-password{
      font-size: 14px;
      font-weight: 500;
      color: var(--light-4);
      line-height: 22px;
      text-decoration: underline;
  }
  .btn-login {
      width: 100%;
      padding: 0;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      gap:12px
  }
  .label-login-other{
      text-align: center;
      width: 100%;
      font-size: 15px;
      font-weight: 400;
      color: rgba(255,255,255,0.6);
      display: block;
      margin: 24px 0 0 0
  }
  .d-login{
      margin-top: 24px;
      }
  .d-login-other{
      margin-top: 24px; display: flex;
      gap: 24px;
      flex-direction: row;
      }
  .txt-agree-terms{
      font-size: 12px !important;
      font-weight: 400  !important;
      margin-top: 4px;
  }
  .tab-terms {
    width: 100%;
    padding: 32px 0 0 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    overflow: hidden;
    margin: -2px 0 0 0;
    font-size: 16px;
    font-weight: 500;
  }
  .tab-terms h1 {
    width: 100%;
    margin-bottom: 16px
  }
  .tab-terms h3 {
    width: 100%;
    margin: 16px 0;
  }
  .tab-terms p {
    width: 100%;
    margin: 0 0 16px 0;
  }
  .live-wins {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0;
    display: flow-root;
  }
  .list-item-live {
    border-radius: 12px;
    background: linear-gradient(180deg, #0C6285 0%, #0A223A 100%);
    overflow: hidden;
    justify-content: flex-start;
  }
  .label-live-wins {
    background: #204a7b;
    width: 32px;
    padding: 0 12px;
    display: flex;
    height: 230px;
    align-items: center;
    float: left;
  }
  .label-live-wins img {
    width: 12px;
  }
  .list-carousel-live {
    display: block;
    float: left;
    width: calc(100% -32px);
    width: -moz-calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    padding: 20px 0 20px 20px;
  }
  .game-theme .owl-dots, .game-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
  }
  .game-theme .owl-nav {
    margin-top: 10px
  }
  .game-theme .owl-nav [class*=owl-] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #D6D6D6;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px
  }
  .game-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #FFF;
    text-decoration: none
  }
  .game-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
  }
  .game-theme .owl-nav.disabled + .owl-dots {
    margin-top: 10px
  }
  .game-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
  }
  .game-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px
  }
  .game-theme .owl-dots .owl-dot.active span, .game-theme .owl-dots .owl-dot:hover span {
    background: #869791
  }
  .game-theme .item-live {
    gap: var(--spacing-4xl, 12px);
  }
  .live-game-item {
    width: 134px !important;
    height: 134px !important;
    border-radius: 8px;
    margin-bottom: 8px;
  }
  .block-name {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .user-avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 999px;
    margin-right: 8px;
  }
  .user-avatar img {
    width: 32px !important;
    height: 32px !important;
    border-radius: 999px;
  }
  .live-username {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    flex: 1 0 0;
    overflow: hidden;
    color: #ffffff;
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    width: 94px;
    line-height: 24px;
  }
  .live-price {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #4df37a;
    float: left;
    width: 100%;
  }
  .banner-home {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0;
    display: flow-root;
  }
  .banner-home .list-item-banner {
    border-radius: 16px;
    overflow: hidden;
  }
  .banner-live {}
  .top-user {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0 64px 0;
    display: flow-root;
  }
  ul.tabs {
    margin: 0px 0px 32px 0px;
    padding: 0px;
    list-style: none;
    text-align: center;
  }
  ul.tabs li {
    background: none;
    color: #7e8289;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 700;
  }
  ul.tabs li.current {
    color: #ffffff;
    font-size: 30px;
    font-weight: 700;
  }
  .block-tab-content {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
  }
  .tab-content {
    background: #204A7C;
    z-index: 98;
    border-radius: 16px;
    overflow: auto;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
    scale: 0.9;
    width: 424px;
  }
  .tab-content.current {
    background: #204A7C;
    position: absolute;
    left: 50%;
    margin-left: -380px;
    z-index: 99;
    box-shadow: 0px 0px 4px 5px #3E656F;
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -o-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
    scale: 1;
    width: 760px;
  }
  .item-detail-top {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
  }
  .top-4-cols .col-top-1 {
    color: #ffffff;
    width: 15%;
    text-align: center;
    font-weight: bold
  }
  .top-4-cols .col-top-2 {
    display: flex;
    color: #ffffff;
    width: 30%;
    text-align: left;
    font-weight: bold;
    gap: 20px;
    align-items: center;
  }
  .top-4-cols .col-top-3 {
    color: #ffffff;
    width: 27.5%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .top-4-cols .col-top-4 {
    color: #ffffff;
    width: 27.5%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .col-top-1 {
    color: #ffffff;
    width: 20%;
    text-align: center;
    font-weight: bold
  }
  .col-top-2 {
    display: flex;
    color: #ffffff;
    width: 40%;
    text-align: left;
    font-weight: bold;
    gap: 20px;
    align-items: center;
  }
  .top-avatar {
    width: 36px;
    height: 36px;
    border-radius: 99px;
  }
  .top-coin-gold {
    width: 24px;
    height: 24px;
    display: inline-block;
    float: inherit;
    background-size: 24px;
    background-position: center;
    background-repeat: no-repeat;
  }
  .col-top-3 {
    color: #ffffff;
    width: 40%;
    text-align: center;
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .item-detail-show {
    display: flex;
    flex-direction: row;
    height: 60px;
    align-items: center;
    background: #0C2543;
  }
  .item-detail-show:nth-child(2n+1) {
    background: #05162A;
  }
  .game-cate {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0;
    display: flow-root;
  }
  .title-game-cate {
    width: 100%;
    display: flex;
    margin-bottom: 16px;
    flex-direction: row;
    gap: 12px;
    align-items: center;
  }
  .title-game-cate .icon-game-cate {
    width: 48px;
    height: 48px;
  }
  .name-game-cate {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase
  }
  .game-cate-theme {
    display: block;
    width: 100%
  }
  .game-cate-theme .item-game-show {
    width: 198px;
    position: relative;
  }
  .game-cate-theme .item-game-show .img-thumnail-game {
    width: 198px;
    position: relative;
    border-radius: 16px;
  }
  .game-cate-theme .name-game-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 16px;
    text-align: center;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
    z-index: 99;
  }
  .game-cate-theme .bg-game-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 60%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.90) 100%);
    z-index: 98;
    border-radius: 0 0 16px 16px;
  }
  .game-cate-theme .bg-game-coming-soon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    background: rgba(0, 0, 0, 0.80);
    z-index: 98;
    border-radius: 16px;
    color: #ffffff;
    display: flex;
    align-items: center;
    align-content: stretch;
    justify-content: space-around;
    font-weight: 700;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.4);
  }
  .chat-play {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 32px 0;
    display: flow-root;
  }
  .box-chat {
    display: flex;
    flex-direction: column;
    padding: 24px;
    background: #0C2543;
    border-radius: 12px;
  }
  .chat-item {
    width: 100%;
    margin-bottom: 16px;
    color: #c7c7c7;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
  }
  .a-chat-login {
    width: fit-content;
  }
  .box-chat-game-play {
    display: flex;
    flex-direction: column;
    padding: 24px 24px 8px 24px;
    background: #0C2543;
    border-radius: 12px;
  }
  .game-play-item {
    width: 100%;
    margin-bottom: 16px;
    color: #c7c7c7;
    font-weight: 500;
    font-size: 18px;
    line-height: 130%;
    display: flex;
    flex-direction: row;
    gap: 24px;
  }
  .game-play-item .left-conent-game-play {
    width: -webkit-fill-available;
  }
  .game-play-item .right-content-game-play {
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .game-play-item .right-content-game-play img {
    width: 40px;
    height: 40px;
    border-radius: 4px;
  }
  .btn-play-now {
    width: max-content;
    height: 40px;
    font-weight: 700 !important;
    line-height: 16px !important;
  }
  /*Begin slimScrollBar*/
  .slimScrollBar {
    background-color: #003676 !important;
    opacity: 1;
  }
  /*End slimScrollBar*/
  #footer {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 64px 0 32px 0;
    display: flow-root;
    margin-bottom: 80px;
  }
  .footer-top {
    width: 100%;
    text-align: left;
    margin: 0 0 0;
    padding: 64px 48px 32px 48px;
    display: flow-root;
    border-bottom: 2px solid #4A4A4A;
  }
  #footer .logo-footer {
    width: 100%;
  }
  #footer .nav-footer {
    padding-left: 25px;
    margin-bottom: 24px;
    display: inline-block;
  }
  #footer .row-custom {
    display: block;
    width: 100%;
    max-width: 100%;
    float: left;
    position: relative;
  }
  #footer .row-custom .icon-aptos {
    height: 58px;
  }
  #footer .row-custom .currencies {
    width: 100%
  }
  #footer .footer-title {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 12px;
    position: relative;
  }
  #footer .nav-footer ul {
    padding: 0;
    margin: 0;
  }
  #footer .nav-footer ul li {
    display: block;
    width: 100%;
    position: relative;
    margin: 5px 0;
  }
  #footer .nav-footer ul li a {
    color: #c7c7c7;
    padding: 5px 0;
    line-height: 26px;
    position: relative;
    font-size: 18px;
  }
  .txt-info-more {
    font-size: 18px;
    font-style: italic;
  }
  .footer-bottom {
    padding: 40px 48px 40px 48px;
    width: 100%;
  }
  .copyright {
    font-size: 18px;
    color: #ffffff;
    float: left;
    text-align: left;
  }
  .footer-lang {
    float: right;
    text-align: right;
  }
  /*End Cam Management*/
  .table {
    width: 100%;
    vertical-align: top;
    background: var(--light-4)
  }
  .table > :not(caption) > * > * {
    padding: 1px 8px;
    font-size: 14px;
    color: var(--dark-1);
    vertical-align: middle;
  }
  .table > tbody {
    vertical-align: inherit
  }
  .table > thead {
    vertical-align: bottom;
  }
  .table > thead tr {
    height: 40px;
  }
  .table > thead tr th {
    padding-bottom: 8px;
  }
  .table > thead > tr > th {
    font-weight: 600
  }
  .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #edeff1
  }
  .caption-top {
    caption-side: top
  }
  .table-sm > :not(caption) > * > * {
    padding: .5rem .5rem
  }
  .table-bordered > :not(caption) > * {
    border-width: 1px 0;
    border-bottom: 1px solid var(--light-1);
  }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px
  }
  .table-borderless > :not(caption) > * > * {
    border-bottom-width: 0
  }
  .table tbody tr[trdata-expanded=true], .table tbody tr:hover {
    background-color: var(--light-0);
    cursor: pointer;
    border-bottom: 1px solid var(--light-1);
  }
  .table tbody tr[trdata-expanded=true] > td .menu-arrow {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .table tbody tr td .menu-arrow {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    display: inline-block;
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-image: url(../images/icon-arrow-right.svg);
    height: 16px;
    width: 16px;
    background-size: contain;
  }
  .table tbody tr td .icon-status-connect {
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s;
    display: inline-block;
    text-rendering: auto;
    line-height: 1.5rem;
    font-size: 1.1rem;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    background-image: url(../images/icon-status-connect.svg);
    height: 16px;
    width: 16px;
    margin-right: 4px;
    background-size: contain;
  }
  .table tbody tr[status-connect=disconnect] > td .icon-status-connect {
    background-image: url(../images/icon-status-disconnect.svg)
  }
  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    overflow: inherit
  }
  @media (max-width:575.98px) {
    .table-responsive-sm {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  }
  @media (max-width:767.98px) {
    .table-responsive-md {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  }
  @media (max-width:991.98px) {
    .table-responsive-lg {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  }
  @media (max-width:1199.98px) {
    .table-responsive-xl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  }
  @media (max-width:1399.98px) {
    .table-responsive-xxl {
      overflow-x: auto;
      -webkit-overflow-scrolling: touch
    }
  }
  @-webkit-keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }
  @keyframes fadein {
    from {
      top: 0;
      opacity: 0;
    }
    to {
      top: 30px;
      opacity: 1;
    }
  }
  @-webkit-keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }
  @keyframes fadeout {
    from {
      top: 30px;
      opacity: 1;
    }
    to {
      top: 0;
      opacity: 0;
    }
  }
  /* Beign Add Cam */
  .box-popup-content {
    position: absolute;
    z-index: 1000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-around;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.85)
  }
  .fixed {
    position: fixed !important;
  }
  .dialog {
    position: relative;
    width: 960px;
    box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
    background: #031122;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    max-height: calc(100% - 64px);
  }
  .dialog.small{
      width: 560px;
  }
  .txt-info-dialog-top{
      color: #C6CBDC;
      text-align: center;
      font-size: 16px;
  }
  .dialog-header {
    padding: 16px 16px;
    border-radius: 8px 8px 0 0;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  .title-header-dialog {
    font-size: 20px !important;
    width: 100%;
    text-align: center;
    font-weight: 700;
      min-height: 30px;
  }
  .block-select-wallet {
    display: flex;
    align-items: center;
  }
  .block-three-select {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 20px;
  }
  .item-slect-inblock {
    width: 100%;
  }
  .w-s-100 {
    width: 100% !important
  }
  .text-select-wallet {
    font-size: 16px;
    font-weight: 700;
  }
  .input-select-wallet {
    width: 100%;
    position: relative;
  }
  
  .select-box-item {
    font-size: 18px;
    color: #ffffff;
    background: #003675;
    padding: 16px 24px;
    border-radius: 8px;
  }
  .select-box-item:after {
    content: "";
    position: absolute;
    background-image: url(../images/icon-priority-low.svg);
    width: 42px;
    height: 42px;
    right: 12px;
    background-size: 42px;
    top: 9px;
  }
  .cta-clode {
    position: absolute;
    right: 22px;
    background: url("../images/x-close.svg");
    width: 40px;
    height: 40px;
    background-size: 40px;
  }
  .dialog-content {
    padding: 16px 0 0 0;
    border-radius: 0;
    box-sizing: border-box;
         overflow: auto;
  }
  .content-show {
    padding: 16px 60px 24px 60px;
    border-radius: 0;
    box-sizing: border-box;
  }
  .login-modal .content-show {
    padding: 0 48px 24px 48px;
    border-radius: 0;
    box-sizing: border-box;
  }
  /*Beging WITHDRAW*/
  .btn-withdraw {
    width: min-content;
    padding: 0 120px;
  }
  hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
  }
  .box-tooltip-show {
    visibility: hidden;
    width: 320px;
    position: absolute;
    z-index: 10000;
    margin-left: -300px;
    margin-top: -192px;
  }
  .tooltiptext {
    min-width: 244px;
    background-color: var(--dark-1);
    border-radius: 4px;
    padding: 12px 16px;
    position: relative;
    z-index: 10000;
  }
  .tooltip-note:hover .box-tooltip-show {
    visibility: visible;
  }
  .tooltip-small {
    min-width: 108px;
    background-color: var(--dark-1);
    border-radius: 4px;
    padding: 12px 16px;
    position: relative;
    z-index: 10000;
  }
  .tooltip-small::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-top: 4px solid var(--dark-1);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
  }
  .icon-info-circl{background-image: url(../images/info-circle.svg);vertical-align: middle;}
  .item-network-currency {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-right: 16px;
  }
  .item-desposit-amount {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding-right: 16px;
  }
  .desposit-amount-left {
    font-weight: 700;
    text-align: left;
    color: #ffffff;
    width: 60%
  }
  .desposit-amount-right {
    font-weight: 700;
    text-align: right;
    color: #00c437;
    width: 120px;
  }
  /*End WITHDRAW*/
  /*Beging Noti*/
  .noti {
    padding: 24px 32px;
    background: #071B36;
    margin-bottom: 12px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .noti-successful {
    color: #00bd00
  }
  .noti p {
    font-size: 16px;
    color: var(--light-0)
  }
  .noti-cta {
    display: flex;
    justify-content: flex-end;
  }
  .noti-datetime {
    font-size: 16px;
    line-height: 130%;
    color: #8a8a8a
  }
  .link-noti {
    font-size: 16px !important;
  }
  /*End Noti*/
  
  /*Beging Transaction Detail*/
  .block-send-reccive{
    display: flex;
    flex-direction: row;
    gap: 8px;
      align-items: center;
      margin-bottom: 32px;
      justify-content: space-between;
  }
  .send-reccive-sku{
      background: #071B36;
      border-radius: 12px;
      width: 40%
  }
  .send-reccive-top{
      border-bottom: #144683 solid 1px;
      padding: 16px;
      display: flex;    
      flex-direction: row;
      gap: 12px;
      align-items: center;
  }
  .send-reccive-top img{
      width: 48px;
      border-radius: 999px;
  }
  .send-reccive-bottom{
      padding: 16px;
      display: flex;
      flex-direction: column;
      gap: 8px
  }
  .send-reccive-title{
      color: #999999;
       font-size: 16px;
      font-weight: 500;
  }
  .send-reccive-money{
      color: #00bd00;
      font-size: 18px;
      font-weight: 700;
  }
  .title-transaction-detail {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    color: #ffffff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid rgba(255, 255, 255, 0.3);
          padding-bottom: 16px;
  }
  .item-transaction-detail{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      color: #999999;
      font-size: 16px;
      padding: 8px 0;
      gap: 16px;
  }
  .item-td-left{
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 16px;
      font-size: 16px;
  }
  .item-td-right{
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
      display: flex;
      gap: 8px;
      align-items: center;
  }
  
  /*End Transaction Detail*/
  
  /*Beging history*/
  .history-item {
    padding: 16px 32px;
    background: #071B36;
    margin-bottom: 4px;
    border-radius: 12px;
    display: flex;
    flex-direction: row;
    gap: 16px;
    align-items: center;
  }
  .select-wallet{
    display: flex;
    flex-direction: row;
    gap: 128px;
    justify-content: center;
    align-items: center;
      margin-bottom: 32px;
  }
  .history-shortcut {
    display: flex;
    flex-direction: row;
    gap: 128px;
    justify-content: center;
    align-items: center;
      margin-bottom: 32px;
  }
  .sku-shortcut{
     display: flex;
      flex-direction: column;
      align-items: center;
      gap: 12px;
      color: #ffffff;
  }
  .icon-shortcut {
    display: flex;
    background: #003675;
    border-radius: 999px;
    width: 76px;
    height: 76px;
    justify-content: center;
    align-items: center;
  }
  .title-list-history {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    color: #ffffff;
  }
  .block-type-history {
    width: 40%;
    gap: 24px;
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .name-history {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
  }
  .block-date-history {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 30%;
  }
  .his-money {
    font-size: 14px;
    font-weight: 700;
    text-align: right
  }
  .his-money.money-deposit {
    color: #2cc356
  }
  .his-money.money-withdraw {
    color: #ff0102
  }
  .his-datetime {
    font-size: 14px;
    line-height: 130%;
    color: #8a8a8a;
    text-align: right
  }
  .his-status {
    width: 30%;
    text-align: right;
    font-weight: 700;
    font-size: 12px;
  }
  .his-status.done {
    color: var(--green-0)
  }
  .his-status.processing {
    color: #31539B!important;
  }
  .his-status.canceled {
    color: var(--red-0)
  }
  /*End history*/
  .dialog-footer {
    border-radius: 0 0 8px 8px;
    display: flex;
    align-items: center;
    padding: 16px 0;
  }
  .box-popup-content .sub-menu-link-subdata {
    padding-left: 62px !important;
  }
  
  
  #style-scrollbar::-webkit-scrollbar-track
  {
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
      border-radius: 10px;
      background-color: #F5F5F5;
  }
  
  #style-scrollbar::-webkit-scrollbar
  {
      width: 12px;
      background-color: #F5F5F5;
  }
  
  #style-scrollbar::-webkit-scrollbar-thumb
  {
      border-radius: 10px;
      -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
      background-color: #D62929;
  }
  
  
  /* End Add Cam */
  @media (max-width: 576px) {
    .header-menu {
      padding: 16px 0 8px 0;
    }
    .btn-x-close {
      display: none;
    }
    .live-wins, .banner-home, .game-cate {
      padding: 8px 0;
    }
    .top-user {
      padding: 16px 0 32px 0;
    }
    .top-bar .logo a img {
      height: 48px;
    }
    .col-right {
      gap: var(--spacing-4xl, 16px);
    }
    .link-light {
      font-size: 14px;
    }
    .btn-custom {
      font-size: 14px !important;
      padding: 8px 16px !important;
    }
    .list-header-menu {
      padding: 16px 16px 48px 16px;
      justify-content: flex-start;
      gap: 16px;
      position: relative;
    }
    .item-avatar {
      width: 40px;
      height: 40px;
    }
    .item-avatar img {
      width: 40px;
      height: 40px;
    }
    .block-title-username {
      padding: 8px 12px;
      width: 172px;
    }
    .title-username {
      overflow: hidden;
      color: var(--Primary-Light, #FFF);
      text-overflow: ellipsis;
      font-size: 16px;
      font-style: normal;
      font-weight: 600;
      line-height: 20px;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      width: 100%;
      text-align: center
    }
    .menu-title-label {
      font-size: 12px;
    }
    .menu-title-label-coin {
      font-size: 12px;
      gap: var(--spacing-4xl, 4px);
    }
    .deposit-withdraw {
      position: absolute;
      right: 0;
      background: 0;
      top: 70px;
      font-size: 12px;
      padding: 0 16px;
      gap: 8px;
    }
    .link-deposit-withdraw {
      font-size: 12px;
    }
    .out-show-inbox {
      width: 20px;
      height: 20px;
      font-size: 14px;
    }
    .wallet-group {
      position: absolute;
      top: 72px;
      left: 84px;
      right: 156px;
      display: flex;
      justify-content: center;
    }
    .wallet-group .menu-title-label {
      display: none
    }
    .avatar-group .menu-title-label {
      position: absolute;
      top: 72px;
      font-size: 12px;
      gap: var(--spacing-4xl, 6px);
    }
    .inbox-group .menu-title-label {
      font-size: 14px;
    }
    .img-mail {
      position: relative;
      width: 32px;
      height: 32px;
      display: inline-block;
      float: inherit;
      background-size: 32px;
      background-position: center;
      background-repeat: no-repeat;
    }
    .img-size-coin {
      width: 16px;
      height: 16px;
      background-size: 16px;
    }
    .banner-theme .owl-dots, .banner-theme .owl-nav {
      margin-top: 8px;
    }
    .list-carousel-live {
      width: calc(100% -32px);
      width: -moz-calc(100% - 32px);
      width: -webkit-calc(100% - 32px);
      padding: 12px 0 0 0;
    }
    .live-game-item {
      width: 118px !important;
      height: 118px !important;
      border-radius: 8px;
      margin-bottom: 12px;
    }
    .user-avatar {
      width: 24px !important;
      height: 24px !important;
      border-radius: 999px;
      margin-right: 8px;
    }
    .user-avatar img {
      width: 24px !important;
      height: 24px !important;
      border-radius: 999px;
    }
    .label-live-wins {
      height: 205px;
    }
    .live-username {
      font-size: 14px;
      width: 86px;
    }
    .live-price {
      font-size: 16px;
    }
    .title-game-cate {
      margin-bottom: 12px;
    }
    .name-game-cate {
      font-size: 16px;
    }
    .pr-mobile-0 {
      padding-right: 0 !important
      padding-left: 10px;
    }
    .game-cate-theme .item-game-show .img-thumnail-game {
      width: 140px;
      border-radius: 10px
    }
    .name-game-title {
      padding: 12px 16px;
      font-size: 14px;
    }
    .bg-game-title {
      border-radius: 0 0 10px 10px;
    }
    ul.tabs {
      margin: 0px 0px 12px 0px;
    }
    ul.tabs li {
      ;
      padding: 8px 12px;
      font-size: 16px;
    }
    ul.tabs li.current {
      font-size: 22px;
    }
    .col-top-1, .col-top-2, .col-top-3, .col-top-4 {
      font-size: 12px;
      gap: 8px !important;
    }
    .tab-content {
      background: #204A7C;
      z-index: 98;
      border-radius: 16px;
      overflow: auto;
      -webkit-filter: blur(5px);
      -moz-filter: blur(5px);
      -o-filter: blur(5px);
      -ms-filter: blur(5px);
      filter: blur(5px);
      scale: 0.9;
      width: 100% !important
    }
    .tab-content.current {
      background: #204A7C;
      position: absolute;
      left: 16px;
      right: 16px;
      z-index: 99;
      margin-left: unset;
      box-shadow: 0px 0px 4px 5px #3E656F;
      -webkit-filter: blur(0px);
      -moz-filter: blur(0px);
      -o-filter: blur(0px);
      -ms-filter: blur(0px);
      filter: blur(0px);
      scale: 1;
      width: unset !important
    }
    .top-coin-gold {
      width: 16px;
      height: 16px;
      background-size: 16px;
    }
    .box-chat {
      margin-bottom: 24px;
    }
    .chat-item {
      margin-bottom: 12px;
      font-size: 16px;
    }
    .game-play-item {
      font-size: 16px;
      line-height: 130%
    }
    .tabs-nav {
      display: flex;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch;
    }
    .tabs-nav li {
      padding: 8px 12px;
      display: flex;
    }
    .title-page-info-terms {
      font-size: 24px;
    }
    .box-popup-content {
      justify-content: flex-start !important;
    }
    .dialog-content {
      padding: 0 0 0 0;
      border-radius: 0;
      box-sizing: border-box;
     height: calc(100% - 36px);
      
    }
  .dialog, .dialog.small {
      width: 100%;
      box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
      background: #031122;
      border-radius: 8px 8px 0 0;
      display: flex;
      flex-direction: column;
      max-height: calc(100% - 64px);
    }
      .title-header-dialog {
      font-size: 16px !important;
      width: 100%;
      text-align: center;
      font-weight: 700;
  }
    .login-modal .content-show, .content-show {
      padding: 0 20px 20px 20px;
       
    }
    .cta-clode {
      position: absolute;
      right: 22px;
      background: url("../images/x-close.svg");
      width: 32px;
      height: 32px;
      background-size: 32px;
    }
    .login-modal {
      width: 100%;
      box-shadow: 4px 4px 12px rgba(20, 34, 69, 0.1);
      border-radius: 8px 8px 0 0;
      display: flex;
      flex-direction: column;
      max-height: calc(100% - 64px);
    }
      .login-left{
          display: none
      }
      .login-right{
          width: 100%;
          height: 100%;
      }
  /*Beging Transaction Detail*/
  .block-send-reccive{
    display: flex;
    flex-direction: row;
    gap: 8px;
      align-items: center;
      margin: 16px 0 32px 0;
      justify-content: space-between;
  }
  .send-reccive-sku{
      background: #071B36;
      border-radius: 12px;
      width: 45%
  }
  .send-reccive-top{
      border-bottom: #144683 solid 1px;
      padding: 12px;
      display: flex;    
      flex-direction: row;
      gap: 8px;
      align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  .send-reccive-top .username-code{
      align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      width: calc(100% - 32px);
  }
  .send-reccive-top img{
      width: 24px;
      border-radius: 999px;
  }
  .send-reccive-bottom{
      padding: 12px;
      display: flex;
      flex-direction: column;
      gap: 4px
  }
  .send-reccive-title{
      color: #999999;
       font-size: 14px;
      font-weight: 500;
  }
  .send-reccive-money{
      color: #00bd00;
      font-size: 16px;
      font-weight: 700;
  }
  .title-transaction-detail {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 12px;
    width: 100%;
    color: #ffffff;
   display: flex;
    justify-content: space-between;
   align-items: center;
   border-bottom: 1px solid rgba(255,255,255,0.3);
    padding-bottom: 16px;
  }
  .item-transaction-detail{
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center;
      color: #999999;
      font-size: 16px;
      padding: 8px 0;
      gap: 16px;
      
  }
  .item-td-left{
      display: flex;
      align-items: center;
      flex-direction: row;
      gap: 16px;
      font-size: 14px;
      
  }
  .item-td-right{
      font-size: 16px;
      color: #ffffff;
      font-weight: 400;
       align-items: center;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  
  /*End Transaction Detail*/
      
      
    /*History*/
    .history-item {
      padding: 12px 20px;
    }
    .block-type-history {
      width: 40%;
      gap: 12px;
      display: flex;
      flex-direction: row;
      align-items: center;
    }
    .name-history {
      font-size: 14px;
      font-weight: 600;
      color: #ffffff;
    }
    .his-money {
      font-size: 14px;
      font-weight: 700;
    }
    .his-datetime {
      font-size: 14px;
      line-height: 130%;
      color: #8a8a8a;
    }
    .his-status {
      font-size: 14px;
    }
    .title-list-history {
    }
    #footer {
      padding: 24px 0 32px 0;
    }
    #footer .logo-footer {
      margin-bottom: 24px;
      height: 76px;
      width: unset;
    }
    #footer .nav-footer {
      padding-left: 0px;
    }
    .footer-top {
      padding: 16px 15px 24px 15px;
    }
    .footer-bottom {
      padding: 24px 15px 24px 15px;
      width: 100%;
    }
    #footer .nav-footer ul li a {
      line-height: 22px;
      font-size: 16px;
    }
    .copyright {
      font-size: 15px;
    }
    .btn-withdraw {
      width: 100%;
    }
    .dialog-footer {
      border-radius: 0 0 8px 8px;
      display: flex;
      align-items: center;
      padding: 16px 0px;
    }
  }