.form-group label {
  text-align: left;
  display: inherit;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.form-group input {
  border-radius: 5px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  height: 50px;
  text-align: left;
}

.form-group button {
  text-transform: uppercase;
  background: #6d081d;
  color: #fff;
  font-weight: 700;
  border: 1px solid #6d081d;
  letter-spacing: 1px;
  cursor: pointer;
}

.account-table {
  padding: 10px;
  border-radius: 16px;
  background: #fff;
}

.account-table table {
  width: 100%;
  overflow-y: overlay;
  height: 585px;
  display: inline-block;
  border: none;
  margin-bottom: 0;
  background: #fff;
}

.account-table thead th {
  padding: 7px;
  text-align: center;
  border: none;
  background: #6d081d;
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  position: sticky;
  top: 0;
}
.deposit-para {
  background: #343435;
  padding: 5px 10px;
}

.deposit-back {
  border: none;
  outline: none;
  font-size: 1rem;
  background: #6d081d;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding: 2px;
}

.show {
  width: 100%;
}
.userscreen-title {
  background: var(--dark-color);
}
.casino-back {
  background: var(--secondary-color) !important;
}
.casino-back {
  border: none;
  color: #fff;
  margin-right: 5px;
  text-transform: uppercase;
  font-size: 12px;
  padding: 5px 10px;
}
.bankingUi .card {
  background: #fff;
  box-shadow: none;
  border: 1px solid #eee;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 5px;
  padding: 8px;
  margin-bottom: 20px;
}
.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.back_to_amount {
  background: var(--primary-color) !important;
  text-transform: uppercase;
  border: 1px solid var(--primary-color) !important;
  font-size: 12px !important;
  margin-bottom: 5px !important;
  border-radius: 5px !important;
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.bankingUi .nav-tabs {
  background: #fff;
  flex-wrap: nowrap;
  border-radius: 15px;
  padding: 10px 0;
  border: none;
  margin: 0;
  justify-content: center !important;
}

.bankingUi .nav-tabs .nav-link {
  font-size: 12px;
  background: none;
  border-radius: 15px;
  border: 1px solid #d5d5d5;
  cursor: pointer;
  margin: 0 5px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 5px 10px;
}
@media (max-width: 500px) {
  .bankingUi .nav-tabs .nav-link {
    padding: 5px 5px !important;
  }
}
.bankingUi .nav-tabs .nav-link img {
  display: block;
  margin: 0 auto;
  width: 40px;
  object-fit: contain;
}
.bankingUi .nav-tabs .nav-link.active,
.bankingUi .nav-tabs .nav-link.active:hover {
  background: var(--secondary-color);
  color: #fff !important;
}
.nav-link {
  color: #000 !important;
}

.bankingUi .card .card-body {
  text-align: center;
}
.bankingUi .card .card-title::after {
  content: "";
  width: 20%;
  display: block;
  background: #d5d5d5;
  height: 1px;
  margin: 0 auto;
  bottom: -7px;
  position: absolute;
  left: 0;
  right: 0;
}
.bankingUi .card .card-title::after {
  content: "";
  width: 20%;
  display: block;
  background: #d5d5d5;
  height: 1px;
  margin: 0 auto;
  bottom: -7px;
  position: absolute;
  left: 0;
  right: 0;
}
.bankingUi .account-data {
  background: #f3f2f6;
  padding: 10px;
  border-radius: 15px;
  margin-bottom: 10px;
}
.bankingUi .card .card-body p {
  margin-bottom: 2px;
}
.bankingUi .card .card-text {
  font-weight: 300;
  font-size: 13px;
  position: relative;
  margin-bottom: 2px;
  text-align: left;
  padding: 4px 8px;
  color: #222;
  border-bottom: 1px solid #eaecef;
}
.bankingUi .card .card-text button {
  border: none;
  background: none;
  padding: 0px;
  font-size: 15px;
  position: absolute;
  right: 5%;
  color: var(--secondary-color);
  width: 20px;
  height: 20px;
  /* margin-bottom: 10px; */
}

.payment-issues {
  background: var(--primary-color);
  border-radius: 15px;
  padding: 10px !important;
  text-align: center;
}

.payment-issues p b {
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
  color: #fff;
  display: block;
}

.payment-issues p i {
  font-size: 12px;
  color: #fff;
  animation: zoom-in-zoom-out 2s ease-out infinite;
  font-weight: 700;
}

.bankingUi form::before {
  display: none;
}
.bankingUi form input {
  border-radius: 5px;
  font-size: 13px;
  color: #000;
  font-weight: 300;
  height: 50px;
  text-align: left;
}

.bankingUi form .modal-body {
  padding: 4px !important;
}

.bankingUi form label {
  text-align: left;
  display: inherit;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}
.bankingUi input::file-selector-button {
  background-image: linear-gradient(
    to right,
    var(--secondary-color),
    var(--secondary-color),
    var(--secondary-color) 100%,
    var(--secondary-color) 200%
  );
  background-position-x: 0%;
  background-size: 100%;
  border: 0;
  border-radius: 2px !important;
  color: #fff;
  padding: 10px 20px;
  text-shadow: 0 1px 1px #333;
  transition: all 0.25s;
}
.bankingUi input[type="file"] {
  border: none !important;
  padding: 0 !important;
  height: auto !important;
}
/* .custom-control-label::after {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  } */
.custom-checkbox .custom-control-label::before {
  border-radius: 0.25rem;
}
/* .custom-control-label::before {
    position: absolute;
    top: 0.25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    content: "";
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #dee2e6;
  } */

.bankingUi form .custom-control-label a {
  color: var(--secondary-color);
}

.bankingUi form .depositBtn {
  background: #00b800 !important;
  border-color: #00b800 !important;
  padding: 10px 30px;
  text-transform: uppercase;
  font-weight: 200;
  border-radius: 2px;
  width: 100%;
  color: #fff;
}
.tab-pane-custom {
  width: 100% !important;
}
/* .bankingUi .nav-tabs button {
    font-size: 12px !important;
    background: none;
    border-radius: 15px;
    border: 1px solid #d5d5d5 !important;
    cursor: pointer;
    margin: 0 5px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 5px 10px !important;
  } */
.bankingUi .card .card-text button {
  font-size: 15px;
  color: var(--secondary-color) !important;
}
.bankingUi form input {
  border-radius: 5px !important;
  font-size: 13px !important;
  color: #000;
  font-weight: 300 !important;
  height: 50px !important;
  text-align: left !important;
}
.error {
  color: red;
  font-size: 15px !important;
}

.bankingUi .account-table {
  padding: 10px;
  border-radius: 16px;
  background: #fff;
}

.bankingUi .table {
  width: 100%;
  overflow-y: overlay;
  height: 585px;
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
.bankingUi .table {
  width: 100%;
  overflow-y: overlay;
  max-height: 585px;
  display: inline-block;
  border: none;
  margin-bottom: 0;
}
.bankingUi .table thead th {
  padding: 7px;
  text-align: center;
  border: none;
  background: var(--secondary-color);
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  white-space: nowrap;
  position: sticky;
  top: 0;
}
.bankingUi .table tbody tr:nth-child(2n + 1) {
  background: #fff;
}
.bankingUi .table tbody td {
  padding: 7px;
  text-align: center;
  font-size: 13px;
  white-space: nowrap;
  border-color: #f5f5f5;
}

.bankingUi .table .badge-success {
  background: none;
  border: 1px solid #28a745;
  color: #28a745;
  padding: 5px 0;
  width: 70px;
  text-transform: uppercase;
}

.bankingUi .table tbody tr:nth-child(2n) {
  background: #f9f9f9;
}

.bankingUi .table .badge-danger {
  background: none;
  border: 1px solid #dc3545;
  color: #dc3545;
  width: 70px;
  padding: 5px 0;
  text-transform: uppercase;
}

.row.video-player {
  margin: 0;
  background: #fff;
  border-radius: 25px;
  padding: 13px;
}
.video-player label {
  color: #fff;
  display: block;
  border-radius: 0;
  position: relative;
  font-size: 10px;
  text-transform: uppercase;
  background: var(--primary-color);
  padding: 5px 5px;
  font-weight: 600;
  width: 70%;
  left: 0;
  z-index: 9;
  bottom: 0;
  border-top-left-radius: 5px;
}
.video-player label::before {
  content: "";
  clip-path: polygon(0 -1px, 100% -1px, 1px 100%, 0 100%);
  width: 17px;
  height: calc(100% + 0px);
  background: linear-gradient(
    180deg,
    var(--primary-color) 0,
    var(--primary-color)
  );
  position: absolute;
  right: -16px;
  top: 0;
  height: 25px;
}

.video-player img {
  width: 100%;
  border-radius: 10px;
  border: 2px solid var(--primary-color);
  background: var(--primary-color);
  object-fit: contain;
}
.card-body.upi-bank {
  padding: 0px;
  color: #000;
}
.card-body.upi-bank p b {
  color: var(--primary-color);
  text-shadow: 0 8px 10px #a4a4a4, 0 -2px 0px #ffffff;
}
.bankingUi .card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 5px 0 #ddd;
}
.bankingUi .account-data img {
  margin-top: 10px;
  width: 150px;
}
.dloading {
  text-align: center;
  padding: 15px;
  margin-bottom: 24px;
}
.dloading:before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin: 0 10px -6px 0;
  border: 3px solid #c10930;
  border-top-color: #eee;
  -webkit-animation: animate-loading 1s linear infinite;
  animation: animate-loading 1s linear infinite;
}
