﻿body .login-container > .row {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
body .login-form-2 {
  padding: 40px;
  background: #fff7f0;
  box-shadow: 0 4px 15px rgba(255, 140, 0, 0.25);
  min-width: 500px;
  min-height: 300px;
  border-radius: 18px;
  display: flex;
  flex-direction: column;
}
body .login-form-2 h3 {
  text-align: center;
  color: #ff8a00;
  margin-bottom: 30px;
  font-weight: 600;
}
body .login-form-2 .btnSubmit {
  width: 60%;
  border-radius: 14px;
  padding: 14px 0;
  border: none;
  cursor: pointer;
  font-weight: 600;
  background-color: #ff9e40;
  color: white;
  transition: background-color 0.2s ease-in-out, transform 0.1s ease;
  display: block;
  text-align: center;
}
body .login-form-2 .btnSubmit:hover {
  background-color: #ff8a00;
  transform: translateY(-1px);
}
body .login-form-2 .btnSubmit:active {
  transform: translateY(1px);
}
body .login-form-2 input {
  width: 100%;
  height: 48px;
  padding: 10px 14px;
  border-radius: 12px;
  border: 1px solid #ffd2a6;
  background-color: #fffaf5;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
}
body .login-form-2 input:focus {
  outline: none;
  border-color: #ff9800;
  box-shadow: 0 0 6px rgba(255, 152, 0, 0.4);
}
body .login-form-2 form > div {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
body .login-form-2 .ForgetPwd {
  color: #ff8a00;
  font-weight: 600;
  text-decoration: none;
}
body .login-form-2 .ForgetPwd:hover {
  text-decoration: underline;
}
body .list-group-item-action.disabled {
  color: gray;
}
body .left-panel {
  width: 250px;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #f8f9fa;
  border-right: 1px solid #dee2e6;
  transition: width 0.3s;
}
body .left-panel .list-group {
  border-radius: 0;
}
body .left-panel .list-group a {
  border-right: none;
  width: 100%;
  padding: 15px 20px;
  font-weight: 500;
  color: #333;
}
body .left-panel .list-group a:hover {
  background: #0062cc;
  color: white;
}
body .navbar {
  position: fixed;
  top: 0;
  left: 250px;
  width: calc(100% - 250px);
  z-index: 1000;
}
body .custom-container {
  padding: 8px;
  padding-top: 50px;
  width: calc(100% - 250px);
  margin-left: 250px;
}
body .custom-container h2 {
  font-size: 24px;
}
body .custom-container .table th {
  font-size: 14px;
}
body .custom-container .table td {
  font-size: 13px;
}

.hidden {
  display: none !important;
}

.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;
}

.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;
}

.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%);
}

.global-loading {
  position: fixed;
  inset: 0;
  z-index: 1080;
}
.global-loading__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(2px);
}
.global-loading__content {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.global-loading__card {
  min-width: clamp(280px, 40vw, 520px);
}

.d-none {
  display: none !important;
}
