/* Wallet Section Styles */
.wallet-header {
  background: var(--main-bg-color);
  color: #fff;
  padding: 36px 16px 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.wallet-container {
    margin-top: 0;
    padding-top: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0 15px;
    padding-bottom: 10px;
}
.wallet-balance-card {
  background: #fff;
  border-radius: 12px;
  padding: 10px 15px;
  margin-top: -30px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  border: 1px solid #c6c6c6;
}
.wallet-balance-row {
  display: flex;
}
.wallet-balance-info {
  text-align: left;
  width: 65%;
}
.wallet-balance-label {
  font-size: 19px;
  color: #444;
  margin: 0;
}
.wallet-balance-amount {
  font-size: 22px;
  font-weight: bold;
  margin: 5px 0;
}
.wallet-balance-icon {
  text-align: right;
  width: 35%;
}
.wallet-balance-icon img {
  width: 100%;
  max-width: 55px;
  height: auto;
}
.wallet-btn {
    background: var(--main-bg-color);
    border-radius: 13px !important;
    font-weight: 600;
    padding: 8px 20px;
    color: var(--secondary-bg-color);
    border: none;
    width: 100%;
    margin-top: 15px;
    font-size: 15px;
    display: flex
;
    align-items: center;
    justify-content: center;
}
.wallet-btn-icon {
  display: inline-flex;
  margin-right: 5px;
}
.wallet-btn-icon svg {
    width: 18px;
    height: auto;
    color: var(--secondary-bg-color);
}
/* History Title */
.wallet-history-title {
    font-weight: 600;
    font-size: 18px;
    margin: 15px 0;
    color: #666;
}
/* Transactions */
.wallet-transaction {
    background: #fff;
    border-radius: 13px;
    padding: 12px 16px;
    margin-bottom: 12px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
    display: flex;
    justify-content: space-between;
    border: 1px solid #c6c6c6;
}
.wallet-order-id {
  font-weight: 600;
  color: #606060;
}
.wallet-status {
  font-weight: 600;
  font-size: 14px;
}
.wallet-status.completed {
  color: #67a95f;
}
.wallet-status.initialted {
  color: #cdb458;
}
.wallet-status.failed {
  color: #99120f;
}
.wallet-status.refund {
  color: #6b8db4;
}
.wallet-date {
  font-size: 13px;
  color: #888;
}
.wallet-amount {
    font-weight: 600;
    font-size: 16px;
    color: #000;
}
.wallet-img {
    width: 100%;
    max-width: 20px;
    margin-right: 2px;
}
.filterz {
    padding: 2px 8px;
    border: 1px solid #666;
    display: inline-block;
    border-radius: 13px !important;
    background-color: #fff;
    color: #666;
}
.balance-card {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    padding: 12px 15px;
    margin-bottom: 20px;
    border: 1px solid #c6c6c6;
}
.balance-label {
    font-size: 17px;
    color: #494949;
    font-weight: 600;
}
.balance-amount {
    font-size: 17px;
    font-weight: 600;
    color: #494949;
}
.amount-input {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 12px 16px;
    font-size: 18px;
    font-weight: 500;
}
.amount-options .btn {
    border-radius: 12px;
    padding: 10px 18px;
    font-size: 16px;
    margin: 4px;
    min-width: 100px;
}
.btn-outline-danger {
    border-color: #e74c3c;
    color: #e74c3c;
}
.btn-outline-danger.active, .btn-outline-danger:hover {
    background: #e74c3c;
    color: #fff;
}
.btn-outline-secondary {
    border-color: #ccc;
    color: #333;
}
.btn-outline-secondary.active {
    background: #333;
    color: #fff;
}
.footer-note {
    text-align: center;
    font-size: 13px;
    color: #999;
    margin-top: 40px;
}
.footer-note strong {
    display: block;
    color: #bbb;
    font-size: 14px;
    margin-top: 4px;
}
.wallet-started {
    padding: 30px 0;
    background-color: #f1f0f5;
}
.securely p {
    margin-bottom: 10px;
    font-size: 14px;
    color: #5f5f5f;
}
.securely img {
    max-width: 110px;
    margin: 0 auto;
}
.promo-code-btn.btnColor {
    background-color: #e5e5e5;
    color: var(--main-bg-color);
}
.promocode .modal-content {
    max-width: 500px;
}
.choosefilter {
    font-size: 16px;
    font-weight: 700;
    color: #7e7e7e;
}
.filerz .radio-outer {
    margin-bottom: 5px;
}
.filerz .radio-outer:last-child {
    margin-bottom: 0px;
}
.umoneyhead button, .umoneyhead a {
    position: absolute;
    left: 10px;
    top: 1px;
    transform: translate(-50%);
    font-size: 23px;
    padding: 0px;
}
.amount-btn {
    border: 1px solid #ccc;
    border-radius: 13px;
    padding: 0px 0px;
    margin: 3px 3px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.2s ease-in-out;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 13px;
}
.amount-btn.active, .amount-btn:hover {
    background: var(--main-bg-color);
    color: var(--secondary-bg-color);
    border-color: var(--main-bg-color);
}
.popular-tag {
    display: block;
    font-size: 10px;
    margin-top: 0;
    color: var(--secondary-bg-color);
    font-weight: 600;
    width: 100%;
    padding: 3px 2px;
    border-radius: 13px;
    background-color: var(--main-bg-color);
    text-align: center;
    line-height: normal;
}
.priceSpan {
    display: inline-block;
    line-height: normal;
    padding: 4px 0px;
}
.enterAmount .form-control {
    padding: 27px 15px 22px 40px;
    border-radius: 13px !important;
    font-size: 20px !important;
    font-weight: 700;
}
.enterAmount .balance-label {
    position: absolute;
    top: 0px;
}
.enterAmount .balance-label {
    position: absolute;
    top: -11px;
    background-color: #fff;
    left: 18px;
    padding: 0 5px;
    font-size: 16px;
}
.enterAmount:before {
    content: "\f156";
    font-family: 'Line Awesome Free';
    font-weight: 900;
    float: right;
    position: absolute;
    left: 30px;
    top: 55%;
    transform: translate(-50%, -50%);
    font-size: 19px;
}
.amount-options .amount-btn:first-child {
    margin-left: 0px;
}
.amount-options .amount-btn:last-child {
    margin-right: 0px;
}
.balance-card.cardbg {
    padding-top: 22px;
}
/* Hide arrows for Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Hide arrows for Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.enterAmount .form-control:focus {
    border: 1px solid var(--main-bg-color);
}
.new-type#umoneyItemModal .modal-content {
    background-color: #fff;
    max-width: 540px;
    padding: 2em 1.5em;
}

@media only screen and (min-width: 1900px) {
.wallet-started {
    height: 65.5vh;
}

}

@media only screen and (max-width: 767px) {
.sticky-btns {
    position: fixed;
    bottom: 0;
    left: 0px;
    background-color: #fff;
    width: 100%;
    padding: 10px 10px;
    box-shadow: 0px 0px 10px #00000029;
    z-index: 1;
}
.wallet-btn {
    margin-top: 0px;
}
.footer-bottom {
    padding-bottom: 85px !important;
}
.new-type#umoneyItemModal .modal-content {
    padding: 0px;
}
.new-type#umoneyItemModal .modal-content .modal-body {
    padding: 15px 0 60px 0;
}
.new-type#umoneyItemModal .modal-content {
    padding: 0px;
    border-radius: 20px 20px 0px 0px !important;
}

}