@import url("https://fonts.googleapis.com/css2?family=Tajawal:wght@400;500;700;800&display=swap");
:root {
  --rolex-wallet-gradient: linear-gradient(135deg, #1e3a8a 0%, #262661 55%, #0f172a 100%);
  --rolex-wallet-plain: #0f172a;
  --rolex-wallet-blue: #1e3a8a;
  --rolex-wallet-indigo: #262661;
  --rolex-wallet-text: #0f172a;
  --rolex-wallet-muted: #6b7280;
  --rolex-wallet-bg: #f8fafc;
  --rolex-wallet-line: #e5e7eb;
  --rolex-wallet-shadow: 0 18px 45px rgba(15, 23, 42, 0.14);
}

.woocommerce-MyAccount-content .woo-wallet-my-wallet-container,
.woocommerce-MyAccount-content .woo-wallet-transactions-items,
.woocommerce-MyAccount-content .woo-wallet-add-balance,
.woocommerce-MyAccount-content .woo-wallet-content-heading,
.woocommerce-MyAccount-content > p,
.woocommerce-MyAccount-content .entry-title {
  display: none !important;
}

.rolex-wallet-wrap {
  direction: rtl;
  font-family: "Tajawal", sans-serif;
  width: 100%;
  margin: 18px auto 90px;
}

.rolex-wallet-hero {
  position: relative;
  overflow: hidden;
  padding: 18px;
  border-radius: 28px;
  background: var(--rolex-wallet-gradient);
  box-shadow: var(--rolex-wallet-shadow);
  color: #fff;
}

.rolex-wallet-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(210px, .9fr);
  gap: 14px;
  align-items: stretch;
}

.rolex-wallet-main-card,
.rolex-wallet-side-card {
  min-width: 0;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 24px;
  backdrop-filter: blur(14px);
}

.rolex-wallet-main-card {
  padding: 18px;
}

.rolex-wallet-side-card {
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 14px;
}

.rolex-wallet-glow {
  position: absolute;
  border-radius: 999px;
  pointer-events: none;
  opacity: 0.22;
  filter: blur(18px);
}

.rolex-wallet-glow-a {
  width: 180px;
  height: 180px;
  top: -40px;
  left: -30px;
  background: #60a5fa;
}

.rolex-wallet-glow-b {
  width: 150px;
  height: 150px;
  bottom: -45px;
  right: -30px;
  background: #818cf8;
}

.rolex-wallet-topbar,
.rolex-wallet-actions-grid,
.rolex-history-head,
.rolex-tx-card,
.recipient-main-input,
.rolex-sheet-actions,
.transfer-modal-head {
  display: flex;
  align-items: center;
}

.rolex-wallet-topbar,
.rolex-wallet-actions-grid,
.rolex-history-head {
  justify-content: space-between;
}

.rolex-wallet-mini {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.rolex-wallet-mini-label,
.rolex-wallet-balance-label,
.rolex-wallet-badge,
.rolex-wallet-id-note,
.rolex-tx-date,
.rolex-no-tx span,
.rolex-history-head p,
.transfer-modal-head p,
.success-subtitle,
.success-report-item span,
.rolex-sheet-sub {
  opacity: 0.85;
}

.rolex-wallet-badge {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 700;
  font-size: 13px;
}

.rolex-wallet-balance-block {
  padding: 18px 0 6px;
}

.rolex-wallet-balance-label {
  display: block;
  font-size: 14px;
  margin-bottom: 10px;
}

.rolex-wallet-balance-value {
  font-size: 36px;
  line-height: 1;
  font-weight: 800;
}

.rolex-wallet-balance-value small {
  font-size: 18px;
  margin-right: 6px;
}

.rolex-wallet-actions-grid {
  gap: 14px;
  flex-wrap: wrap;
}

.rolex-wallet-id-card,
.rolex-wallet-transfer-btn,
.rolex-deposit-btn,
.rolex-history-section,
.mymodal .mymodal-content,
.success-report-item,
.transfer-form-container {
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.rolex-wallet-id-card {
  flex: 1 1 240px;
  min-width: 0;
  background: rgba(255, 255, 255, 0.11);
  border-radius: 24px;
  padding: 18px;
  backdrop-filter: blur(14px);
}

.rolex-wallet-id-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  font-size: 14px;
  font-weight: 700;
}

.rolex-wallet-id-value {
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 3px;
  margin: 10px 0 4px;
  direction: ltr;
  text-align: right;
}

.rolex-copy-btn {
  width: 42px;
  height: 42px;
  border: 0;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: .22s ease;
  display: none !important;
}

.rolex-copy-btn svg,
.rolex-wallet-transfer-icon svg,
.rolex-shortcut-icon svg,
.rolex-tx-icon svg,
.transfer-modal-icon svg,
.mymodal .close svg {
  width: 22px;
  height: 22px;
}

.success-ok-btn {
    border-radius: 15px !important;
    color: #fff !important;
}

.rolex-copy-btn:hover,
.rolex-wallet-transfer-btn:hover,
.rolex-deposit-btn:hover,
.transfer-submit-btn:hover,
.success-ok-btn:hover,
#check-recipient-btn:hover {
  transform: translateY(-1px);
}

.rolex-wallet-transfer-btn {
  width: 100%;
  min-height: 0;
  border-radius: 18px;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.98);
  color: var(--rolex-wallet-text);
  gap: 10px;
  cursor: pointer;
  box-shadow: 0 10px 22px rgba(8, 15, 38, 0.16);
}

.rolex-wallet-transfer-icon,
.rolex-shortcut-icon,
.transfer-modal-icon,
.rolex-tx-icon,
.rolex-no-tx-icon {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.rolex-wallet-transfer-icon,
.rolex-shortcut-icon,
.transfer-modal-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: var(--rolex-wallet-gradient);
  color: #fff;
  box-shadow: 0 12px 22px rgba(30, 58, 138, 0.24);
}

.rolex-wallet-transfer-btn span,
.rolex-deposit-btn span {
  display: flex;
  flex-direction: column;
  text-align: right;
}

.rolex-wallet-transfer-btn strong,
.rolex-deposit-btn strong,
.rolex-history-head h3,
.success-title {
  font-size: 18px;
  font-weight: 800;
}

.rolex-wallet-transfer-btn strong { font-size: 15px; }
.rolex-wallet-transfer-btn small { font-size: 12px; }

.rolex-wallet-transfer-btn small,
.rolex-deposit-btn small,
.rolex-history-head p,
.transfer-modal-head p,
.success-subtitle {
  color: var(--rolex-wallet-muted);
  font-size: 13px;
  margin-top: 4px;
}

.rolex-wallet-shortcuts {
  margin-top: 14px;
}

.rolex-deposit-btn {
  width: 100%;
  gap: 14px;
  background: #fff;
  color: var(--rolex-wallet-text);
  border-radius: 22px;
  padding: 16px 18px;
  box-shadow: 0 16px 40px rgba(15, 23, 42, 0.08);
}

.rolex-history-section {
  margin-top: 18px;
  background: #fff;
  border-radius: 28px;
  padding: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.06);
  border-color: #eef2f7;
}

.rolex-history-head {
  margin-bottom: 16px;
}

.rolex-history-head h3,
.transfer-modal-head h1 {
  margin: 0;
  color: var(--rolex-wallet-text);
}

.rolex-history-head p,
.transfer-modal-head p,
.success-subtitle,
.rolex-sheet-sub {
  margin: 6px 0 0;
}

.rolex-tx-list {
  display: grid;
  gap: 12px;
}

.rolex-tx-card {
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 22px;
  background: #fbfdff;
  border: 1px solid #edf2f7;
}

.rolex-tx-side {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.rolex-tx-icon,
.rolex-no-tx-icon {
  width: 46px;
  height: 46px;
  border-radius: 16px;
}

.rolex-tx-icon.is-credit {
  background: rgba(16, 185, 129, 0.12);
  color: #059669;
}

.rolex-tx-icon.is-debit {
  background: rgba(239, 68, 68, 0.12);
  color: #dc2626;
}

.rolex-tx-details,
.success-report-item strong {
  display: block;
  color: var(--rolex-wallet-text);
}

.rolex-tx-amount {
  font-weight: 800;
  white-space: nowrap;
}

.rolex-tx-amount.is-credit {
  color: #059669;
}

.rolex-tx-amount.is-debit {
  color: #dc2626;
}

.rolex-tx-hidden {
  display: none;
}

.rolex-load-more-btn {
  width: 100%;
  margin-top: 14px;
  padding: 13px 16px;
  border-radius: 16px;
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  color: var(--rolex-wallet-text);
  font-weight: 700;
  cursor: pointer;
}

.rolex-no-tx {
  padding: 34px 20px;
  text-align: center;
  display: grid;
  gap: 10px;
  color: var(--rolex-wallet-muted);
}

.rolex-no-tx-icon {
  margin: 0 auto;
  background: rgba(30, 58, 138, 0.08);
  color: var(--rolex-wallet-blue);
}

.rolex-copy-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  transform: translateX(-50%) translateY(20px);
  background: var(--rolex-wallet-gradient);
  color: #fff;
  padding: 12px 18px;
  border-radius: 999px;
  box-shadow: 0 14px 34px rgba(15, 23, 42, 0.25);
  opacity: 0;
  visibility: hidden;
  transition: .25s ease;
  z-index: 999999;
}

.rolex-copy-toast.show {
  opacity: 1;
  visibility: visible;
  transform: translateX(-50%) translateY(0);
}

.rolex-deposit-overlay,
.mymodal,
#myloader {
  position: fixed;
  inset: 0;
}

.rolex-deposit-overlay,
.mymodal,
#myloader {
  display: none;
  z-index: 999997;
  background: rgba(2, 6, 23, 0.58);
  backdrop-filter: blur(6px);
}

.rolex-deposit-sheet,
.mymodal .mymodal-content {
  box-sizing: border-box;
  background: #fff;
}

.rolex-deposit-sheet {
  position: fixed;
  right: 0;
  left: 0;
  bottom: -100%;
  z-index: 999998;
  width: 100%;
  max-width: 540px;
  margin: 0 auto;
  padding: 16px 18px 22px;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -18px 50px rgba(0, 0, 0, 0.16);
  transition: .24s ease;
}

.rolex-deposit-sheet.is-open {
  bottom: 0;
}

.rolex-sheet-grip {
  width: 56px;
  height: 6px;
  border-radius: 999px;
  margin: 0 auto 14px;
  background: #d7dde7;
}

.rolex-deposit-sheet h5 {
  margin: 0;
  color: var(--rolex-wallet-text);
  font-size: 20px;
  font-weight: 800;
}

.rolex-deposit-input,
.transfer-form input[type="text"],
.transfer-form input[type="number"] {
  width: 100%;
  min-height: 54px;
  padding: 0 16px;
  border-radius: 18px;
  border: 1px solid #dbe3ef;
  background: #f8fafc;
  color: var(--rolex-wallet-text);
  font-size: 16px;
  font-family: "Tajawal", sans-serif;
  box-sizing: border-box;
  transition: .18s ease;
}

.rolex-deposit-input:focus,
.transfer-form input[type="text"]:focus,
.transfer-form input[type="number"]:focus {
  outline: 0;
  background: #fff;
  border-color: #89a5ff;
  box-shadow: 0 0 0 4px rgba(30, 58, 138, 0.08);
}

.rolex-sheet-actions {
  gap: 12px;
  margin-top: 14px;
}

.rolex-sheet-confirm,
.rolex-sheet-cancel,
.transfer-form button,
.success-ok-btn {
  border: 0;
  cursor: pointer;
  font-family: "Tajawal", sans-serif;
  font-weight: 800;
}

.rolex-sheet-confirm,
.transfer-submit-btn,
.success-ok-btn,
#check-recipient-btn {
  background: var(--rolex-wallet-gradient);
  color: #fff;
  box-shadow: 0 16px 28px rgba(30, 58, 138, 0.18);
}

.rolex-sheet-confirm,
.rolex-sheet-cancel {
  min-height: 52px;
  border-radius: 16px;
  padding: 0 18px;
}

.rolex-sheet-confirm { flex: 1.2; }
.rolex-sheet-cancel {
  flex: 1;
  background: #eef2f7;
  color: #334155 !important;
}

.rolex-sheet-confirm {
    border-radius: 15px !important;
    color: #fff !important;
}

.rolex-sheet-cancel{
    border-radius: 15px !important;
    
}
.mymodal {
  z-index: 999998;
  overflow: auto;
  padding: 22px;
  align-items: center;
  justify-content: center;
}

.mymodal .mymodal-content {
  position: relative;
  width: min(100%, 440px);
  border-radius: 28px;
  padding: 18px;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.24);
  border: 1px solid #e8edf5;
}

.mymodal .close {
  position: absolute;
  top: 16px;
  left: 16px;
  width: 48px;
  height: 48px;
  border: 0;
  border-radius: 16px;
  background: #f3f6fb;
  color: #64748b;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.transfer-modal-head {
  gap: 12px;
  margin-bottom: 14px;
  padding-left: 52px;
}

.transfer-form-container {
  background: #fcfdff;
  border-radius: 22px;
  border-color: #edf2f7;
  padding: 14px;
}

.transfer-form {
  display: grid;
  gap: 12px;
}

.transfer-field-block label {
  display: block;
  color: var(--rolex-wallet-text);
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 8px;
}

.recipient-lookup-box {
  display: grid;
  gap: 10px;
}

.recipient-main-input {
  gap: 10px;
}

.recipient-main-input--single { display:block; }

#check-recipient-btn {
  min-width: 108px;
  min-height: 54px;
  border-radius: 18px;
  padding: 0 18px;
}

.recipient-status {
  min-height: 44px;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 14px;
  border: 1px dashed #d8e1ec;
  background: #fff;
}

.recipient-status.is-empty { color: #64748b; }
.recipient-status.is-loading { color: #1e3a8a; background: #eef4ff; border-style: solid; }
.recipient-status.is-valid { color: #047857; background: #ecfdf5; border-color: #a7f3d0; }
.recipient-status.is-error { color: #b91c1c; background: #fef2f2; border-color: #fecaca; }

.transfer-submit-btn {
  position: relative;
  min-height: 52px;
  border-radius: 15px !important;
  font-size: 15px;
  width: 100%;
  background:  linear-gradient(135deg, #1e3a8a 0%, #262661 55%, #0f172a 100%);
  color: #fff !important;
}

.transfer-submit-btn:disabled {
  background:  linear-gradient(135deg, #1e3a8a 0%, #262661 55%, #0f172a 100%);
  color: #fff;
  box-shadow: none;
  border-radius: 15px !important;
}

.transfer-submit-btn .btn-loader {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 18px;
  top: calc(50% - 9px);
  border: 2px solid rgba(255, 255, 255, 0.35);
  border-top-color: #fff;
  border-radius: 50%;
  opacity: 0;
}

.transfer-submit-btn.is-loading .btn-loader {
  opacity: 1;
  animation: rolex-spin .7s linear infinite;
}

.transfer-submit-btn.is-loading .btn-text {
  opacity: .82;
}

#myloader {
  z-index: 999999;
}

.myloader-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 44px;
  height: 44px;
  margin: -22px 0 0 -22px;
  border-radius: 999px;
  border: 4px solid rgba(255, 255, 255, 0.24);
  border-top-color: #fff;
  animation: rolex-spin .72s linear infinite;
}

.transfer-success-card {
  text-align: center;
  padding: 2px 0 0;
}

.transfer-success-check {
  display: flex;
  justify-content: center;
  margin-bottom: 12px;
}

.success-report-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
  margin-top: 14px;
}

.success-report-item {
  text-align: right;
  padding: 12px 14px;
  border-radius: 16px;
  background: #fbfdff;
  border-color: #edf2f7;
}

.success-report-item strong {
  margin-top: 6px;
  font-size: 15px;
  word-break: break-word;
}

.success-report-wide {
  grid-column: 1 / -1;
}

.success-ok-btn {
  width: 100%;
  min-height: 52px;
  border-radius: 18px;
  font-size: 16px;
  margin-top: 14px;
  color: #fff;
}

.checkmark.checkmark-check {
  width: 68px;
  height: 68px;
  display: inline-block;
}

.checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2.4;
  stroke-miterlimit: 10;
  stroke: #22c55e;
  fill: none;
  animation: stroke .6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}

.checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
  stroke: #22c55e;
  stroke-width: 3;
  animation: stroke .35s cubic-bezier(0.65, 0, 0.45, 1) .3s forwards;
}

@keyframes rolex-spin { to { transform: rotate(360deg); } }
@keyframes stroke { to { stroke-dashoffset: 0; } }

@media (max-width: 767px) {
  .rolex-wallet-wrap { margin-top: 12px; margin-bottom: 84px; }
  .rolex-wallet-hero, .rolex-history-section, .mymodal .mymodal-content { border-radius: 26px; }
  .rolex-wallet-hero { padding: 18px; }
  .rolex-wallet-balance-value { font-size: 34px; }
  .rolex-wallet-id-value { font-size: 26px; letter-spacing: 3px; }
  .rolex-wallet-transfer-btn { min-height: 92px; }
  .rolex-tx-card, .rolex-wallet-actions-grid, .recipient-main-input, .rolex-sheet-actions, .transfer-modal-head { flex-direction: column; align-items: stretch; }
  #check-recipient-btn { width: 100%; }
  .mymodal { padding: 14px; }
  .mymodal .mymodal-content { padding: 18px; }
  .transfer-modal-head { padding-left: 0; margin-top: 28px; }
  .mymodal .close { top: 12px; left: 12px; width: 42px; height: 42px; }
  .success-report-grid { grid-template-columns: 1fr; }
  .rolex-sheet-actions { flex-direction: column; }
}

.rolex-deposit-input {
  display:block !important;
  opacity:1 !important;
  visibility:visible !important;
  color:#0f172a !important;
  background:#f8fafc !important;
  margin-top:14px;
  border-radius: 15px !important;
}

.rolex-deposit-input::placeholder,
.transfer-form input::placeholder {
  color:#64748b;
  opacity:1;
}

#check-recipient-btn { display:none !important; }

.success-title { font-size: 17px; }
.success-subtitle { font-size: 13px; margin-top: 4px; }

@media (max-width: 767px) {
  .rolex-wallet-hero-grid { grid-template-columns: 1fr; }
  .rolex-wallet-main-card, .rolex-wallet-side-card { border-radius: 22px; }
  .rolex-wallet-balance-value { font-size: 30px; }
  .rolex-wallet-id-value { font-size: 24px; }
  .rolex-wallet-transfer-btn { width: fit-content; min-width: 120px; padding: 10px 12px; margin-top: 4px; }
  .rolex-wallet-side-card { gap: 12px; }
  .rolex-wallet-topbar, .rolex-wallet-actions-grid, .rolex-history-head, .rolex-tx-card, .recipient-main-input, .rolex-sheet-actions, .transfer-modal-head { flex-direction: initial; }
  .rolex-tx-card { flex-direction: row; }
  .transfer-modal-head { flex-direction: row; align-items: center; }
  .mymodal { padding: 12px; }
  .mymodal .mymodal-content { width:min(100%, 400px); padding:16px; border-radius:24px; }
  .transfer-modal-head { padding-left: 42px; margin-top: 0; }
  .transfer-modal-icon { width:42px; height:42px; border-radius:14px; }
  .transfer-modal-head h1 { font-size: 18px; }
  .transfer-modal-head p { font-size: 12px; }
  .transfer-form-container { padding: 12px; border-radius: 18px; }
  .transfer-form input[type="text"], .transfer-form input[type="number"], .rolex-deposit-input { min-height: 48px; font-size:15px; border-radius:16px; }
  .recipient-status { min-height: 40px; font-size:12px; }
  .transfer-submit-btn, .success-ok-btn { min-height: 48px; border-radius:16px; background  }
  .success-report-item strong { font-size: 14px; }
}

/* Rolex v3 refinements */
.rolex-wallet-wrap,
.rolex-wallet-wrap *,
.mymodal,
.mymodal * {
  font-family: "Tajawal", sans-serif !important;
}

.rolex-wallet-hero {
  padding: 14px;
  border-radius: 24px;
}

.rolex-wallet-hero-grid {
  grid-template-columns: 1fr;
  gap: 12px;
}

.rolex-wallet-main-card {
  padding: 14px 16px;
  border-radius: 20px;
}

.rolex-wallet-topbar {
  align-items: flex-start;
  margin-bottom: 8px;
}

.rolex-wallet-badge {
  padding: 7px 12px;
  font-size: 12px;
}

.rolex-wallet-mini-label { font-size: 12px; }
.rolex-wallet-mini strong { font-size: 14px; }

.rolex-wallet-balance-block {
  padding: 4px 0 0;
}

.rolex-wallet-balance-label {
  font-size: 13px;
  margin-bottom: 8px;
}

.rolex-wallet-balance-value {
  font-size: 30px;
}
.rolex-wallet-balance-value small {
  font-size: 16px;
}

.rolex-wallet-side-card {
  padding: 14px 16px;
  border-radius: 20px;
  gap: 10px;
}

.rolex-wallet-id-head {
  margin-bottom: 2px;
}

.rolex-wallet-id-note { display: none !important; }

.rolex-wallet-id-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.rolex-wallet-id-actions {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  order: 2;
}

.rolex-wallet-id-main {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  min-width: 0;
  flex: 1 1 auto;
  order: 1;
}

.rolex-wallet-id-text {
  font-size: 13px;
  font-weight: 700;
  opacity: .88;
}

.rolex-wallet-id-value {
  margin: 0;
  font-size: 26px;
  letter-spacing: 2px;
  line-height: 1;
  text-align: right;
  margin-left: auto !important;
}

.rolex-copy-btn,
.rolex-wallet-transfer-btn {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  border-radius: 14px;
  padding: 0;
  justify-content: center;
  box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}
.rolex-wallet-transfer-btn {
 background: rgba(255, 255, 255, 0.98);
  color: var(--rolex-wallet-text);
}
.rolex-copy-btn {
  background: rgba(255,255,255,.12);
}

.rolex-wallet-transfer-btn {
  background: #ffffff;
  color: var(--rolex-wallet-blue);
  border: 1px solid rgba(255,255,255,.18);
}

.rolex-wallet-transfer-btn span:last-child,
.rolex-wallet-transfer-btn strong,
.rolex-wallet-transfer-btn small { display: none !important; }

.rolex-wallet-transfer-icon,
.rolex-shortcut-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
}

.rolex-wallet-transfer-icon {
  width: 20px;
  height: 20px;
  background: transparent;
  box-shadow: none;
}

.rolex-wallet-transfer-icon svg,
.rolex-shortcut-icon svg {
  width: 20px;
  height: 20px;
}


.rolex-wallet-shortcuts {
  margin-top: 12px;
}

.rolex-deposit-btn {
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-radius: 20px;
  gap: 12px;
  min-height: 74px;
  border: 1px solid #e7edf6;
  background: #fff;
}

.rolex-deposit-btn strong {
  font-size: 17px;
  color: var(--rolex-wallet-text);
}

.rolex-deposit-btn small {
  font-size: 13px;
  color: #64748b;
}

.rolex-deposit-input {
  color: #0f172a !important;
  background: #f8fafc !important;
  border: 1px solid #dbe3ef !important;
}

.rolex-deposit-input::-webkit-input-placeholder,
.rolex-deposit-input::placeholder {
  color: #64748b !important;
  opacity: 1 !important;
}

@media (max-width: 767px) {
  .rolex-wallet-hero {
    padding: 12px;
    border-radius: 22px;
  }
  .rolex-wallet-main-card,
  .rolex-wallet-side-card {
    padding: 12px 14px;
    border-radius: 18px;
  }
  .rolex-wallet-balance-value {
    font-size: 26px;
  }
  .rolex-wallet-id-row {
    gap: 8px;
  }
  .rolex-wallet-id-value {
    font-size: 23px;
    letter-spacing: 1.5px;
  }
  .rolex-copy-btn,
  .rolex-wallet-transfer-btn,
  .rolex-shortcut-icon {
    width: 42px;
    min-width: 42px;
    height: 42px;
    min-height: 42px;
    border-radius: 13px;
  }
  
   /* حذف خلفية الأيقونة نهائي */
    .rolex-deposit-btn .rolex-shortcut-icon {
     background: transparent !important;
     box-shadow: none !important;
}

.rolex-wallet-transfer-btn {
    
    background:linear-gradient(135deg,#1e3a8a 0%,#262661 55%,#0f172a 100%);
    border-radius: 10px !important ;
    margin-top: -1px !important;
}



  .rolex-deposit-btn {
    min-height: 68px;
    border-radius: 18px;
    padding: 12px 14px;
  }
  .rolex-deposit-btn strong {
    font-size: 16px;
  }
  .rolex-deposit-btn small {
    font-size: 12px;
  }
}


.rolex-deposit-btn {
    background: linear-gradient(135deg,#1e3a8a 0%,#262661 55%,#0f172a 100%) !important;
    color: #fff !important;
    border-radius: 18px !important;
    border: none !important;
    padding: 14px 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.2);
    transition: 0.3s;
}

/* Hover */
.rolex-deposit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.25);
}

/* النص داخل الزر */
.rolex-deposit-btn strong {
    color: #fff !important;
    font-size: 15px;
}

.rolex-deposit-btn small {
    color: rgba(255,255,255,0.8) !important;
    font-size: 12px;
}


.mymodal .close{
  width: 56px !important;
  height: 56px !important;
}

.mymodal .close svg{
  width: 30px !important;
  height: 30px !important;
  max-width: none !important;
  max-height: none !important;
  display: block !important;
}