.welcome .close {
  position: absolute;
  z-index: 100;
  right: -15px;
  top: -15px;
  font-size: 30px;
  height: 30px;
  background: #ff0000cc;
  border-radius: 50%;
  width: 30px;
  font-weight: normal;
}

.welcome img {
  width: 100%;
}

.PhoneInput input {
  width: 100%;
  background-color: #fff;
  border: 1px solid #eee;
  box-shadow: 0px 0px 8px #eee;
  padding: 12px 15px;
  outline: 0;
  border-radius: 6px;
  font-size: 18px;
  color: #444;
  font-family: lato, sans-serif;
  letter-spacing: 1px;
}

.c-ptr {
  cursor: pointer !important;
}

.otp {
  width: 100%;
}

.otp div {
  justify-content: space-between;
}

.otp div div {
  width: 18%;
}

.otp div div input {
  width: 100% !important;
  height: 70px;
}

.wallet-box-left,
.wallet-box-right {
  width: 50%;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: searchfield-cancel-button;
}

.custom-datepicker input {
  height: 44px;
  border-radius: 6px 6px;
}

.account_statement.deposit .dropdown-toggle::after {
  float: right;
  margin-top: 10px;
}

.account_statement.deposit .dropdown-toggle {
  height: 44px;
  padding: 0px 15px;
  text-align: start;
}

.account_statement.deposit .dropdown-item {
  padding: 0.5rem 1.5rem;
}

.account_statement.deposit .dropdown {
  min-width: 194.4px;
}

.req_statement.deposit .small-dropdown .dropdown {
  min-width: 138.95px;
}

.req_statement.deposit .wallet-trx-id {
  width: 100%;
}

.account_statement .theme-btn {
  height: 44px;
  line-height: 22px;
}

.account_statement .search input {
  height: 44px;
  border-radius: 6px 6px;
}

.custom-datepicker i {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.react-datepicker__navigation-icon {
  top: 5px !important;
}

.account_statement .wallet-transaction-box .wallet-balance-ico {
  height: 40px;
  width: 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  border-radius: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.custom-datepicker i {
  color: #444;
}

.dark-mode .modal-title {
  color: #888;
}

.dark-mode .modal-header .close {
  color: #888 !important;
}

.dark-mode .custom-datepicker i {
  color: #888;
}

.swiper-pagination {
  --swiper-theme-color: #fff;
}

.swiper-pagination-bullet {
  height: 12px;
  width: 12px;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen and (max-width: 767px) {
  .account_statement.deposit .theme-input-box {
    width: 100%;
  }

  .wallet-box-left,
  .wallet-box-right {
    width: 100%;
  }
}

/* Tablets (Big mobile devices) ----------- */
@media only screen and (max-width: 1200px) {

  .wallet-box-left,
  .wallet-box-right {
    width: 100%;
  }

  .otp div div input {
    height: 50px;
  }
}