﻿html {
  font-size: 14px;
  position: relative;
  min-height: 100%;
}

body {
  display: flex;
  max-width: 100%;
  background-color: #F2F4F8;
}
body a {
  color: #000000;
  text-decoration: none;
}
body .rounded {
  border-radius: 100%;
}

.navs-left {
  width: 250px;
  background-color: #202F40;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  height: 100vh;
  max-height: 100vh;
  padding-top: 55px;
  display: none;
}
.navs-left nav.nav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 20px;
}
.navs-left nav.nav a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.offcanvas {
  background-color: #202F40;
  color: #FFFFFF;
}
.offcanvas .offcanvas-body nav.nav a {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 20px;
}
.offcanvas .offcanvas-body nav.nav a:hover {
  background: rgba(0, 0, 0, 0.4);
}

.pagination-container, .container-table {
  max-width: 100%;
  overflow-x: auto;
}

.body-content-right {
  width: 100%;
  max-height: 100vh;
  overflow: auto;
}

table.table-panel thead th {
  background-color: #EBEEF4;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  border-bottom-width: 0;
}
table.table-panel tbody tr {
  background-color: #ffffff;
  border: none;
  cursor: pointer;
}
table.table-panel tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
table.table-panel tbody tr td {
  border-bottom-width: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
table.table-panel tbody tr:nth-child(2n) {
  background-color: #F8F9FB;
}
table.table-panel tbody tr:nth-child(2n):hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.container-table .navbar-container .nav-link {
  color: #717984;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.container-table .navbar-container .nav-link.active {
  border-radius: 12px 12px 0 0;
  background-color: #FFFFFF;
  border: 1px solid #EBEEF4;
  color: #1A222C;
  border-bottom: none;
}
.container-table .btns-container {
  box-shadow: 0px 4px 16px -8px rgba(26, 34, 44, 0.1215686275);
  background-color: #FFFFFF;
  border: 1px solid #EBEEF4;
  color: #1A222C;
  border-radius: 0 12px 12px 12px;
  padding: 12px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.container-table .btns-container .btn {
  background-color: #202F40;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
}
.container-table .btns-container .filters-export .btn {
  border: 1px solid #EBEEF4;
  background-color: #FFFFFF;
  color: #1A222C;
}
.container-table.mg-up {
  margin-top: 16px;
}

.table-blocks {
  border-radius: 12px;
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  box-shadow: 0px 4px 16px -8px rgba(26, 34, 44, 0.1215686275);
}
.table-blocks .header-table .head-tr {
  display: flex;
}
.table-blocks .header-table .head-tr .head-th {
  background-color: #EBEEF4;
  flex: 1 1 0px;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.02em;
  text-align: left;
  border-bottom-width: 0;
  padding: 12px 10px;
}
.table-blocks .body-table .body-tr {
  display: flex;
}
.table-blocks .body-table .body-tr .body-td {
  background-color: #ffffff;
  padding: 12px 10px;
  flex: 1 1 0px;
  border-bottom-width: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.table-blocks .body-table .body-tr:hover .body-td {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-blocks .body-table .body-tr:nth-child(2n) .body-td {
  background-color: #F8F9FB;
}
.table-blocks .body-table .body-tr:nth-child(2n):hover .body-td {
  background-color: rgba(0, 0, 0, 0.1);
}
.table-blocks.player-table {
  max-height: 30vh;
  overflow-y: hidden;
}
.table-blocks.player-table .head-th {
  max-height: 42px;
}
.table-blocks.player-table .body-table {
  max-height: calc(30vh - 42px);
  overflow-y: auto;
}
.table-blocks .win-block {
  background-color: #68CE67;
  border-radius: 4px;
  padding: 6px;
  color: #FFFFFF;
}
.table-blocks .lose-block {
  background-color: #EB553E;
  border-radius: 4px;
  padding: 6px;
  color: #FFFFFF;
}

.crypto-logo {
  width: 24px;
  height: 24px;
  background-size: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  display: inline-block;
  transform: translate(0, 6px);
  margin-right: 10px;
}

.btn-exit {
  background-color: #202F40;
  border: none;
  color: #FFFFFF;
}
.btn-exit:hover {
  color: rgba(255, 255, 255, 0.8);
}

.card {
  box-shadow: 0px 4px 16px -8px rgba(26, 34, 44, 0.1215686275);
  border: 1px solid #EBEEF4;
  background-color: #FFFFFF;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 8px;
}
.card label {
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #717984;
}
.card h2 {
  font-size: 32px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.card .deposit-up, .card .deposit-down {
  font-size: 16px;
  font-weight: 500;
  line-height: 32px;
  letter-spacing: -0.02em;
  text-align: left;
}
.card .collapse-container {
  border: 1px solid #EBEEF4;
  border-radius: 8px;
  background-color: #F8F9FB;
  padding: 12px;
  padding-right: 36px;
  margin-bottom: 8px;
}
.card .collapse-container .collapse-header {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1A222C;
  cursor: pointer;
}
.card .collapse-container .collapse-header span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #717984;
  margin-left: 6px;
}
.card .collapse-container .deposit-up-wallet span.label-deposit, .card .collapse-container .deposit-down-wallet span.label-deposit {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #717984;
}
.card .collapse-container .deposit-up-wallet span.wallet-deposit, .card .collapse-container .deposit-down-wallet span.wallet-deposit {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1A222C;
}
.card .collapse-container .deposit-up-wallet span.wallet-deposit span, .card .collapse-container .deposit-down-wallet span.wallet-deposit span {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #717984;
  margin-left: 6px;
}
.card .collapse-container .deposit-up-wallet {
  margin-top: 16px;
}
.card hr.hr-line {
  background-color: #EBEEF4;
}
.card img.avatar {
  width: 46px;
}
.card .name-user span {
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: -0.02em;
  text-align: left;
  color: #1A222C;
}
.card .label-info {
  color: #717984;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.card .info-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.02em;
  text-align: left;
}
.card .info-block {
  margin-bottom: 8px;
}

.player-container {
  padding: 0 40px;
}

.statistic-container-block {
  padding: 16px;
}

.card-statistic {
  min-height: 88px;
  border-radius: 8px;
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
  padding: 16px;
  color: #FFF;
  font-size: 32px;
}
.card-statistic .min-text {
  font-size: 20px;
}
.card-statistic.gradient-1 {
  background-color: #0093E9;
  background-image: linear-gradient(160deg, #0093E9 0%, #80D0C7 100%);
}
.card-statistic.gradient-2 {
  background-color: #D9AFD9;
  background-image: linear-gradient(0deg, #D9AFD9 0%, #97D9E1 100%);
}
.card-statistic.gradient-3 {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.card-statistic.gradient-4 {
  background-color: #00DBDE;
  background-image: linear-gradient(90deg, #00DBDE 0%, #FC00FF 100%);
}
.card-statistic.gradient-5 {
  background-color: #8BC6EC;
  background-image: linear-gradient(135deg, #8BC6EC 0%, #9599E2 100%);
}
.card-statistic.gradient-6 {
  background-color: #FA8BFF;
  background-image: linear-gradient(45deg, #FA8BFF 0%, #2BD2FF 52%, #2BFF88 90%);
}
.card-statistic.gradient-7 {
  background-color: #FFE53B;
  background-image: linear-gradient(147deg, #FFE53B 0%, #FF2525 74%);
}
.card-statistic.gradient-8 {
  background-color: #3EECAC;
  background-image: linear-gradient(19deg, #3EECAC 0%, #EE74E1 100%);
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 100%;
  }
  .navs-left {
    display: none;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
  .container, .container-md, .container-sm {
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 100%;
  }
  .navs-left {
    display: block !important;
  }
  .body-content-right {
    width: calc(100% - 250px);
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 100%;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 100%;
  }
}
