
 @font-face{
  font-family: 'myFont1';
  src: url('./fontParsi/B_Yekan.ttf') format('truetype');
 }
 @font-face{
  font-family: 'myFont2';
  src: url('./fontParsi/GillSansUltraBold.ttf') format('truetype');
 }
 @font-face{
  font-family: 'myFont4';
  src: url('./fontParsi/LilitaOne-Regular.ttf') format('truetype');
 }
.myFont1 {
  font-family: 'myFont1' , "Raleway" , sans-serif , Arial;
}
.myFont2 {
  font-family: 'myFont2' , "Raleway" , sans-serif , Arial;
}
.myFont4 {
  font-family: 'myFont4' , "Raleway" , sans-serif , Arial;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

body {
  scroll-behavior: smooth;
  line-height: 1.5;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
}

input,
button,
textarea,
select {
  font: inherit;
}
.download-btn{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

button {
  border: 1px solid;
  background-color: transparent;
}

button {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:root {
  --primary-color:#F25F5C;
  --c-grey-001: #ffffff62;
  --c-grey-000: #ffffff;
  --c-grey-100: #f7f5ff;
  --c-grey-500: #dddddd;
  --c-grey-700: #7d7d80;
  --c-grey-900: #000000;
  --c-purple-100: #c2f2c8;
  --c-purple-300: #25fc74;
  --c-purple-500: #00b944;
  --c-red-500: #ff6262;
  --inner-gutter: 1.25rem;
}

::-webkit-scrollbar {
  display: none;
}

* {
  scrollbar-width: none;
}

html,body{
  height:100%;
}

body{
  scroll-behavior:smooth;
  line-height:1.5;
  background-color:var(--c-purple-500);
  display:flex;
  flex-direction:column;
  min-height:100%;
  padding-top:80px;
}

img {
  max-width: 100%;
  display: block;
}

.app{
  background-color:var(--c-grey-100);
  width:100%;
  flex:1;
  display:flex;
  flex-direction:column;
  box-shadow:0 5px 15px rgba(0,0,0,0.1);
  position:relative;
  flex:1;
  padding-top:80px; /* ارتفاع هدر تغییرات*/ 
}

.app-header{
  padding: 1rem var(--inner-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 9;
  background: linear-gradient(
    135deg,
    rgba(255,255,255,0.12),
    rgba(255,255,255,0.04)
  );
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border-bottom: 1px solid rgba(255,255,255,0.18);
    /* سایه نرم و پخش‌شده */
    box-shadow: 0 4px 12px rgba(0,0,0,0.10),
                0 8px 24px rgba(0,0,0,0.06);
}

.app-header-btn {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-grey-500);
  cursor: pointer;
  transition: 0.25s;
  box-shadow: 0 5px 15px black;
  background-color: var(--c-purple-500);
}
.app-header-btn svg {
  width: 32px;
  height: 32px;
}
.app-header::after{
  content:"";
  position:absolute;
  inset:0;
  background: radial-gradient(
    circle at top,
    rgba(255,255,255,0.15),
    transparent 70%
  );
  pointer-events:none;
}

.app-header-btn--active, .app-header-btn:hover {
  background-color:rgba(25, 26, 26, 0.292);
  box-shadow: 0 5px 15px black;
  color: #04ef0b;
}
.app-header-btn--notification {
  position: relative;
}
.app-header-btn--notification:after {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--c-purple-500);
  top: 8px;
  right: 8px;
}

.app-header-btn:hover svg{
  transform:scale(1.1);
}

.btn--notification:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: var(--c-red-500);
  margin-left: 25px;
  margin-bottom: 50px;
}
.modal-1 {
  z-index: 1050;
  width:100% ;
  height:500px;
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */   
  overflow-x:hidden; 
}
.section{
  width:100%;
  flex:1;
}

.section + .section {
  margin-top: 1rem;
}

.section-header {
  padding-left: var(--inner-gutter);
  padding-right: var(--inner-gutter);
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.5rem;
}

.section-body {
  padding-left: var(--inner-gutter);
  padding-right: var(--inner-gutter);
}

.section-title {
  font-size: 1.375rem;
  font-weight: 600;
  color: var(--c-grey-700);
}

.section-icon {
  color: var(--c-grey-700);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.section-icon svg {
  width: 24px;
  height: 24px;
}
/* phone delivery */
.reciver-call-btn{
  min-width:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(135deg,#ff6262,#f94040);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(74,77,74,0.35);
  transition:all .25s ease;
  overflow:visible;
}
.adress-call-btn{
  min-width:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(135deg,#626fff,#6540f9);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(74,77,74,0.35);
  transition:all .25s ease;
  overflow:visible;
}
.lol-call-btn{
  min-width:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(135deg,#62f5ff,#40d7f9);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(74,77,74,0.35);
  transition:all .25s ease;
  overflow:visible;
}
.pass-call-btn,
.pass-call-btn-1{
  min-width:250px;
  position:relative;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(135deg,#ffff62,#f9ed40);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(74,77,74,0.35);
  transition:all .25s ease;
  overflow:visible;
}
/* افکت pulse دور دکمه */
.pass-call-btn::after{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:14px;
  border:3px solid #f9ed40;
  animation:callPulse 2s infinite;
}
.motor-call-btn,
.motor-call-btn-1{
  width:auto;
  position:relative;
  pointer-events: auto !important;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:12px;
  padding:12px 16px;
  border-radius:12px;
  text-decoration:none;
  background:linear-gradient(135deg,#06d425,#08b222);
  color:#fff;
  font-weight:600;
  box-shadow:0 8px 22px rgba(74,77,74,0.35);
  transition:all .25s ease;
  overflow:visible;
}

.motor-call-btn:hover,
.motor-call-btn-1:hover,
.pass-call-btn:hover,
.pass-call-btn-1:hover,
.lol-call-btn:hover,
.reciver-call-btn:hover,
.adress-call-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 12px 28px rgba(11,11,11,0.45);
}

/* موتور سمت راست دکمه */
.motor-icon{
  position:absolute;
  top:-20px;
  right:-12px;
  z-index:2;
}

.motor-icon img{
  width:70px;
  height:auto;
  animation:motorRide 2s infinite ease-in-out;
  filter:drop-shadow(0 6px 8px rgba(0,0,0,.25));
}

/* متن وسط */
.motor-text{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  font-size:14px;
  margin:auto;
}

.motor-text small{
  color:rgb(8, 8, 8);
  font-size:15px;
  opacity:.9;
}

/* آیکون تماس سمت چپ */
.call-icon{
  position:absolute;
  left:12px;
  font-size:18px;
  background:rgba(255,255,255,0.2);
  padding:6px;
  border-radius:6px;
}

/* افکت pulse دور دکمه */
.motor-call-btn::after{
  content:"";
  position:absolute;
  pointer-events: none !important;
  inset:-4px;
  border-radius:14px;
  border:3px solid #07d126;
  animation:callPulse 2s infinite;
}

@keyframes callPulse{
  0%{
    transform:scale(1);
    opacity:.7;
  }
  70%{
    transform:scale(1.1);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}

/* حرکت موتور */
@keyframes motorRide{
  0%{transform:translateY(0)}
  50%{transform:translateY(-4px)}
  100%{transform:translateY(0)}
}

/*end phone delivery */

.phone-icon{
  font-size:18px;
  background:rgba(255,255,255,0.2);
  padding:6px;
  border-radius:6px;
}

.courier-number{
  font-size:20px;
  opacity:0.9;
}


.product-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

.product-list-item {
  margin-right:-95px;
  width: 300px;
  max-width: 70%;
  display: inline-flex;
  flex-shrink: 0;
}

.product {
  display: flex;
  flex-direction: column;
  background-color: var(--c-grey-000);
  box-shadow: 0 5px 20px 0 rgba(150, 132, 254, 0.1), 0 15px 30px 0 rgba(150, 132, 254, 0.05);
  border-radius: 15px;
  margin-top: 15px;
}

.product-image {
  margin-top: -1rem;
  padding: 0 0.5rem;
}
.product-image img {
  filter: drop-shadow(0 5px 15px rgba(150, 132, 254, 0.375));
  width:100%;
  height:110px;
}


.product-content {
  padding: 0 1.25rem 0.25rem;
}

.product-title {
  font-size: 16px;
  line-height: 1;
  color: var(--c-grey-900);
  letter-spacing: -0.025em;
  font-weight: 600;
}

.product-rating {
  margin-top: 0.5rem;
  color: orange;
}
.product-rating svg {
  width: 16px;
  height: 16px;
}

.product-price {
  font-size: 15px;
  color: var(--c-purple-300);
}

.product-vahed {
  font-size:15px;
  color: var(--c-grey-700);
}

.product-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.product-info-2 {
  align-items: center;
  justify-content: space-between;
  margin-top: 0.5rem;
}

.product-btn-group {
  display: flex;
  align-items: center;
}
.product-btn-group-2 {
  display: flex;
  align-items:flex-end;
}

.product-btn {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  border: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--c-grey-700);
  cursor: pointer;
  background-color: var(--c-grey-000);
  box-shadow: 0 3px 15px rgba(150, 132, 254, 0.25);
}
.product-btn svg {
  width: 24px;
  height: 24px;
}
.product-btn + .product-btn {
  margin-left: 0.5rem;
}
.product-btn--add {
  color: var(--c-purple-500);
}

.category-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  overflow-x: auto;
  padding-left: var(--inner-gutter);
  padding-right: var(--inner-gutter);
  margin-top: 0.75rem;
  padding-bottom: 20px;
  margin-bottom: -20px;
}

.category-list-item + .category-list-item {
  margin-left: 0.5rem;
}

.category {
  display: block;
  border: #0000009b solid 1px;
  background-color:#040505;
  box-shadow: 0 5px 10px rgba(150, 132, 254, 0.15);
  text-decoration: none;
  padding: 0.5em 1.25em;
  border-radius: 16px;
  font-weight: 500;
  font-size: 1rem;
}

.app-footer {
  border-radius:0px;
  position: fixed;
  bottom: env(safe-area-inset-bottom);
  left: 0;
  width: 100%;
  z-index:3;
}

.menu-bar {
  position:sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--c-purple-500);
  box-shadow: 0 -5px 15px rgba(150, 132, 254, 0.15);
  justify-content: space-around;
}

.menu-bar-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: var(--c-purple-100);
  text-decoration: none;
  margin: 1rem 1.25rem;
}
.menu-bar-item > * {
  transition: 0.15s ease;
}
.menu-bar-item svg {
  width: 32px;
  height: 32px;
}
.menu-bar-item--active, .menu-bar-item:hover {
  color: var(--c-purple-000);
}

.menu-bar-item-text {
  font-size: 0.875rem;
  display: block;
  margin-top: 0.25rem;
}

.card {
  background-color: var(--c-grey-900);
  color: var(--c-grey-000);
  min-height: 200px;   /* به جای height */
  border-radius: 12px;
  background-repeat: no-repeat;
  background-size: 300px;
  background-position: left 30px top;
  overflow: hidden;
  position: relative;
  margin-bottom: -140px; /*فاصله از منوی پایین*/
}

.card-content {
  padding: 20px 20px;
}

.card-title {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.25;
}

.card-subtitle {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 1.125rem;
}
.card-subtitle svg {
  margin-left: 0.25rem;
  width: 20px;
  height: 20px;
}

body:after {
  content: "";
  display: block;
  width: 80vw;
  height: 80vw;
  border-radius: 50%;
  background-color: rgb(10, 10, 10);
  position: fixed;
  z-index: -1;
  top: -35vw;
  right: -30vw;
  box-shadow: -10vw 30vw 0 -20vw rgba(6, 6, 6, 0.73);
}
body:before {
  content: "";
  display: block;
  width: 60vw;
  height: 60vw;
  border-radius: 50%;
  background-color: rgb(4, 4, 4);
  position: fixed;
  z-index: -1;
  top: 50vw;
  left: -20vw;
  box-shadow: 20vw 20vw 0 -10vw rgba(10, 10, 10, 0.696);
}
/* استایل جدول صفحه payedList.php */
/* ===========================
   CARD STYLE ORDER TABLE
   =========================== */

   .order-card {
    /* background: #fff; */
    border-radius: 16px;
    padding: 18px;
    margin: 15px 0;
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: 0.25s ease;
}
.order-card:hover {
    box-shadow: 0 6px 22px rgba(0,0,0,0.12);
}

/* عنوان جدول */
.order-header {
    background: #4caf50;
    color: #fff;
    padding: 10px 12px;
    border-radius: 10px;
    font-size: 16px;
    margin-bottom: 12px;
    text-align: center;
}

/* جدول */
.order-table {
    width: 100%;
    border-collapse: collapse;
}

.order-table th, .order-table td {
    padding: 12px 8px;
    text-align: right;
    border-bottom: 1px solid #eee;
}

.order-table th {
    font-weight: bold;
}

.order-table tr:last-child td {
    border-bottom: 0;
}

/* دکمه تسویه شده */
.btn-success-modern {
    background: linear-gradient(135deg, #4caf50, #3e8e41);
    color: #fff;
    padding: 8px 16px;
    border-radius: 8px;
    display: inline-block;
    font-size: 15px;
    border: 0;
}

/* دکمه پرداخت نهایی */
.btn-paid-final {
    background: #f1fff1;
    border: 1px solid #86d993;
    padding: 10px 16px;
    border-radius: 10px;
    font-weight: bold;
}

/* ===========================
   RESPONSIVE (MOBILE FRIENDLY)
   =========================== */

@media (max-width: 768px) {

    .order-card {
        padding: 12px;
    }

    .order-table thead {
        display: none; /* حذف هد در موبایل */
    }

    .order-table tr {
        display: block;
        margin-bottom: 15px;
        border-radius: 12px;
        padding: 10px;
    }

    .order-table td {
        display: flex;
        justify-content: space-between;
        font-size: 15px;
        border: 0 !important;
        padding: 8px 6px;
    }

    .order-table td::before {
        content: attr(data-label);
        font-weight: bold;
        color: #444;
    }

    .btn-success-modern {
        width: 100%;
        margin-top: 8px;
    }

    .btn-paid-final {
        width: 100%;
    }
}
/* پایان */
/* استایل دکمه طایی سفارشات ویژه */
/* دکمه طلایی بالای دکمه موتور */
.motor-gold-btn {
  position: fixed;
  left: 10px;
  bottom: 290px;   /* کمی بالاتر از دکمه سبز */
  z-index: 9;

  background: linear-gradient(135deg, #ffd700, #ffb300);
  color: #000;

  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

/* افکت دور طلایی */
.motor-gold-btn::after {
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:14px;
  border:3px solid rgba(255, 215, 0, 0.85);
  animation: goldPulse 2s infinite;
}

@keyframes goldPulse{
  0%{
    transform:scale(1);
    opacity:.8;
  }
  70%{
    transform:scale(1.1);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}
/* پایان */
/* دکمه طلایی تخفیف   */
.offer-gold-btn {
  position: fixed;
  right: 10px;
  bottom: 60px;   /* کمی بالاتر از دکمه سبز */
  z-index: 9;

  background: linear-gradient(135deg, #ffd700, #ffb300);
  color: #000;

  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

/* افکت دور طلایی تخفیف*/
.offer-gold-btn::after {
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:14px;
  border:3px solid rgba(255, 215, 0, 0.85);
  animation: goldPulse 2s infinite;
}

@keyframes goldPulse{
  0%{
    transform:scale(1);
    opacity:.8;
  }
  70%{
    transform:scale(1.1);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}
/* پایان */
/* دکمه نارنجی سفارشات تسویه نشده */
.motor-orange-btn {
  position: fixed;
  right: 10px;      /* سمت راست */
  bottom: 90px;    /* بالاتر از دکمه‌های دیگر */
  z-index: 9;
  background: linear-gradient(135deg, #ff8c00, #ff6a00);  /* طیف نارنجی */
  color: #000;

  box-shadow: 0 8px 25px rgba(255, 140, 0, 0.45);
  border: 2px solid rgba(255, 255, 255, 0.35);
}

/* افکت دور نارنجی */
.motor-orange-btn::after {
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:14px;
  border:3px solid rgba(255, 140, 0, 0.85);
  animation: orangePulse 2s infinite;
}

@keyframes orangePulse{
  0%{
    transform:scale(1);
    opacity:.8;
  }
  70%{
    transform:scale(1.1);
    opacity:0;
  }
  100%{
    opacity:0;
  }
}
/* پایان */
/* استایل دکمه پیک موتری ارسال سریع */
.motor-fixed-btn {
  position: fixed;
  width: 60px;
  height:110px;
  bottom: 270px;
  right: 10px;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 1px;
  background: linear-gradient(135deg, #ff4d4d, #ff0000);  border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  box-shadow: 0 8px 20px rgba(0,0,0,0.25);
  z-index: 9;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.motor-fixed-btn:hover {
  transform: translateY(-4px) scale(1.03);
  box-shadow: 0 12px 28px rgba(0,0,0,0.32);
}

.motor-fixed-btn:active {
  transform: scale(0.95);
  box-shadow: 0 4px 12px rgba(0,0,0,0.22);
}

.motor-fixed-btn img {
  object-fit: contain;
  pointer-events: none;
}

.motor-fixed-btn .motor-text {
  display: flex;
  flex-direction: column;
  line-height: 14px;
}

.motor-fixed-btn small {
  font-size: 11px;
  opacity: 0.85;
}
/* پایان */
/* استایل کلید پشتیبانی */
.phone-float {
  position: fixed;
  top: 80px;
  right: 10px;
  width: 50px;
  height: 50px;
  z-index: 9;
}

.phone-float img {
  animation: vibrate 0.5s infinite;
  cursor: pointer;
}

@keyframes vibrate {
  0% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
  100% { transform: translate(0); }
}
/* پایان */
/* استایل کلید برگشت اپراتور */
.logout-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;       /* اندازه عرض دکمه */
  height: 50px;      /* اندازه ارتفاع دکمه */
  background-color: var(--c-red-500); /* رنگ قرمز برای دکمه خروج */
  color: white;
  border-radius: 50%; /* گرد کردن کامل دکمه */
  text-decoration: none;
  font-size: 20px;
  box-shadow: 0 4px 6px rgba(0,0,0,0.2); /* سایه برای زیباتر شدن */
  transition: background-color 0.3s, transform 0.2s;
  position: fixed;   /* برای چسباندن به گوشه صفحه */
  top: 80px;      /* فاصله از پایین */
  left: 10px;       /* فاصله از راست */
  z-index:9;     /* برای اینکه همیشه روی بقیه المان‌ها باشد */
  animation: pulse 1.8s infinite;
  transition: transform 0.2s, background-color 0.3s;
}

.logout-btn:hover {
  background-color: #121212; /* تغییر رنگ در هنگام هاور */
  transform: scale(1.1);    /* کمی بزرگ شدن در هنگام هاور */
  animation-play-state: paused; /* هنگام هاور، پالس متوقف شود */
}
@keyframes pulse {
  0% {
      box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.7);
  }
  70% {
      box-shadow: 0 0 0 15px rgba(255, 77, 77, 0);
  }
  100% {
      box-shadow: 0 0 0 0 rgba(255, 77, 77, 0);
  }
}
/* پایان */
/* چرخش چرخ دنده */
.gear-icon svg {
  animation: spin 3s linear infinite;
}
@keyframes spin{
  to{ transform: rotate(360deg); }
}
/* پایان */
/* چشمک زند ستاره دکمه پایین */
.vip-star svg {
  animation: starBlink 1.2s ease-in-out infinite;
}
@keyframes starBlink{
  0%,100%{ opacity:1; }
  50%{ opacity:0.3; }
}
/* پایان */
/* استایل دکمه های منو پایین */
.menu-bar-item {
  position: relative;
  transition: 0.25s ease;
}

/* افکت خط آبی */
.menu-bar-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15%;
  width: 0%;
  height: 4px;
  background: #00d2ff;
  transition: 0.3s;
}

/* افکت‌ها روی هاور */
.menu-bar-item:hover {
  transform: scale(1.07);
}

.menu-bar-item:hover img {
  transform: rotate(-5deg) scale(1.15);
}

.menu-bar-item:hover::after {
  width: 70%;
}

/* افکت‌ها روی active (همان افکت هاور ولی همیشه فعال) */
.menu-bar-item.active {
  transform: scale(1.07);
}

.menu-bar-item.active img {
  transform: rotate(-5deg) scale(1.15);
}

.menu-bar-item.active::after {
  width: 70%;
}
/* پایان */
/* تنظیم عرض جدول رسپانسیو */
/* جدول به صورت کامل روی دسکتاپ باز شود */
.order-card {
  width: 100%;
  display: table;
  table-layout: auto;
}

/* فقط روی صفحه‌های بزرگ‌تر از 768px */
@media (min-width: 768px) {
  .order-card {
      width: 100% !important;
      max-width: 100% !important;
  }

  .order-card thead {
      display: table-header-group;
  }

  .order-card tbody tr {
      display: table-row;
  }

  .order-card td,
  .order-card th {
      display: table-cell;
      padding: 12px;
  }
}

/* تا کوچک‌ترین اندازه‌ها بدون مشکل اسکرول فراهم بشه */
.order-card-wrapper {
  width: 100%;
  overflow-x: auto;
}
/* پایان */
.no-border, 
.no-border th, 
.no-border td, 
.no-border tr {
    border: 0 !important;
}
.bg-glass-dark {
  background: linear-gradient(135deg, rgba(0,0,0,0.55), rgba(0,0,0,0.35));
  backdrop-filter: blur(18px) saturate(140%);
  -webkit-backdrop-filter: blur(18px) saturate(140%);
  border-radius: 16px;
  border: 1px solid rgba(255,255,255,0.12);
  box-shadow: 0 8px 32px rgba(0,0,0,0.4);
}


.bg-whitesmoke {
  border-radius:10px;
  background-color: whitesmoke;
  padding:5px;
}

.btn-light {
  width:80px;
  background-color: #cac2f2;
  color: #000000;
  border-radius:20px;
  padding:10px;
  text-align: center;
}
.btn-dark {
  width:100px;
  background-color:black;
  color: white;
  border-radius:20px;
  padding:10px;
  text-align: center;
}

.btn-danger {
  width:100px;
  background-color:var(--primary-color);
  color: white;
  border-radius:20px;
  padding:10px;
  text-align: center;
}
.bg-warning {
  background-color:#e0ff62;
  color: whitesmoke;
  /* border-radius:12px; */
  text-align: center;
}
.bg-crimson {
  background-color:crimson;
  /* border-radius:12px; */
  text-align: center;
}

.bg-info {
  background-color:rgb(20, 220, 210);
  /* border-radius:12px; */
  text-align: center;
}

.bg-danger {
  background-color:#ff6296;
  color: whitesmoke;
  border-radius:12px;
  text-align: center;
}

.bg-success {
  background-color:#00b944;
  color: whitesmoke;
  /* border-radius:12px; */
  text-align: center;
}

.w-max-300{
  max-width: 300px;
}
.w-min-160{
  min-width: 160px;
}
.mr-1 {
  margin-right:10px;
}

.mr-2 {
  margin-right:20px;
}

.mr-3 {
  margin-right:30px;
}
.ml-05 {
  margin-left:5px;
}
.ml-1 {
  margin-left:10px;
}

.ml-2 {
  margin-left:20px;
}

.ml-3 {
  margin-left:30px;
}

.mt-1 {
  margin-top:10px;
}

.mt-2 {
  margin-top:20px;
}

.mt-3 {
  margin-top:30px;
}
.mt-4 {
  margin-top:40px;
}
.mt-80px {
  margin-top:80px;
}
.mb--1 {
  margin-bottom:-30px;
}
.mb-1 {
  margin-bottom:10px;
}
.mb-2 {
  margin-bottom:20px;
}

.mb-3 {
  margin-bottom:30px;
}

.mb-4 {
  margin-bottom:40px;
}
.mb-5 {
  margin-bottom:90px;
}
.mb-6 {
  margin-bottom:140px;
}
.mt-4 {
  margin-top:40px;
}

.mt--20 {
  margin-top:-20px;
}
.mt--30 {
  margin-top:-30px;
}
.mt--40 {
  margin-top:-40px;
}
.mt--50 {
  margin-top:-45px;
}
.mt--60 {
  margin-top:-60px;
}

.mt--70 {
  margin-top:-70px;
}

.mt--100 {
  margin-top:-100px;
}
.mt--150 {
  margin-top:-150px;
}
.mt--200 {
  margin-top:-200px;
}
.mx-1 {
  margin-left:10px;
  margin-right:10px;
}
.mx-2 {
  margin-left:20px;
  margin-right:20px;
}
.my-1 {
  margin-top:10px;
  margin-bottom:10px;
}
.my-2 {
  margin-top:20px;
  margin-bottom:20px;
}
.my-3 {
  margin-top:30px;
  margin-bottom:30px;
}
.my-4 {
  margin-top:40px;
  margin-bottom:40px;
}
.my-7 {
  margin-top:70px;
  margin-bottom:70px;
}
.my-10 {
  margin-top:100px;
  margin-bottom:100px;
}
.px-1{
  padding-left:10px;
  padding-right:10px;
}
.px-2{
  padding-left:20px;
  padding-right:20px;
}
.py-1{
  padding-top:10px;
  padding-bottom:10px;
}

.px-3{
  padding-left:30px;
  padding-right:30px;
}

.py-3{
  padding-top:30px;
  padding-bottom:30px;
}
.w-35px {
  width: 35px;
}
.w-30px {
  width: 30px;
}
.w-40px {
  width: 45px;
}
.w-50px {
  width: 50px;
}
.w-60px {
  width: 60px;
}
.w-120px {
  width: 140px;
}
.w-100px {
  width: 100px;
}
.w-150px {
  width: 150px;
}
.w-200px {
  width: 200px;
}

.w-100s {
  width: 100%;
}
.h-30px {
  height:30px;
}
.h-50px {
  height:50px;
}
.h-100s {
  height: 100%;
}
.h-100px {
  height: 50px;
}

.hover a:hover{
  color:#00b944;
}

.phone {
  position: fixed;
  bottom:50%;
  left:1px;
}
.text-me{
  text-align: center;
  color: gray;
  font-size: 13px;
}
.text-right {
  text-align: right;
}
.text-left {
text-align: left;}

.text-center {
  text-align: center;
}
.text-violet {
  color:var(--c-purple-300);
}
.text-danger {
  color:crimson;
}
.text-green {
  color:#04ef0b;
}
.text-dark-1 {
  color:#000000;
}
.text-dark {
  color:#000000;
}
.text-light {
  color:#fff;
}
.text-gray {
  color:rgb(98, 94, 94);
}
.fixed {
  position:fixed;
}
.z-index-3 {
  z-index:3;
}
.z-index-9 {
  z-index:9;
}
.z-index-14 {
  z-index:14;
}
.j-c {
  justify-content:center;
}
.px-05 {
  padding-left: 5px;
  padding-right: 5px;
}
.py-05 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.px-1 {
  padding-left: 10px;
  padding-right: 10px;
}
.py-1 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.px-2 {
  padding-left: 20px;
  padding-right: 20px;
}
.py-2 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dir {
  direction: rtl;
}
.border-1{
  border: 1px solid black;
}

.border-0{
  border:0px;
}
.text-border-1{
  -webkit-text-stroke: 1.3px black;
  text-shadow: 
  -1px -1px 0 #000,  
   1px -1px 0 #000,
  -1px  1px 0 #000,
   1px  1px 0 #000,
   0px  0px 5px rgba(0,0,0,0.5);
}
.text-border-2{
  -webkit-text-stroke: 1.3px black;
  text-shadow: 
  -1px -1px 0 #fff,  
   1px -1px 0 #fff,
  -1px  1px 0 #fff,
   1px  1px 0 #fff,
   0px  0px 5px rgba(0,0,0,0.5);
}
.b-r-0{
  border-radius: 0px;
}
.b-r-8{
  border-radius: 8px;
}

.b-r-12{
  border-radius: 12px;
}
.bg-golden {
  background-color:gold;
}
.bg-blue {
  background-color: #0906ad;
}
.bg-green-1 {
  background-color: #06ad86;
}
.bg-green {
  background-color: #1fab12;
}
.bg-dark-1 {
  background-color: #000000;
}
.bg-dark {
  background-color: #000000;
}
.bg-light {
  background-color: #f6f5f5;
}
.bg-violet {
  background-color: #7762ff;
}
.bg-none {
  background-color:none;
}
.img-center{
  display: block;
  margin: auto;
}
/* css me */
.f-s-7{font-size: 7px;}
.f-s-10{font-size: 10px;}
.f-s-12{font-size: 12px;}
.f-s-15{font-size: 15px;}
.f-s-20{font-size: 20px;}
.f-s-25{font-size: 25px;}
/*end css me */


/* استایل کلید های منوی بالا */
/* دکمه‌ها */
.app-header-btn {
    padding: 8px;
    border-radius: 12px;

    transition: all .25s ease-out;
    color: #fff;
}

/* سایه هنگام هاور */
.app-header-btn:hover {
    background: rgba(255,255,255,0.08);
    box-shadow: 0 2px 8px rgba(0,0,0,0.18);
    transform: translateY(-2px);
}

/* نوتیفیکیشن (نقطه) */
.app-header-btn--notification {
    position: relative;
}
.app-header-btn--notification::after {
    content: "";
    position: absolute;
    top: 6px;
    right: 6px;
    width: 8px;
    height: 8px;
    background: #ff3b30;
    border-radius: 50%;
    box-shadow: 0 0 10px #ff3b30aa;
}
.app-header-btn img{
  min-width: 45px;
}
/* پایان */

/* انیمیشن سبد خرید */
/* انیمیشن زنده سبد خرید */
.cart-animate svg {
  animation: cartAlive 1.6s infinite ease-in-out;
  transform-origin: center;
}

/* خود انیمیشن */
@keyframes cartAlive {
  0%   { transform: rotate(0deg) scale(1); }
  10%  { transform: rotate(-8deg) scale(1.05); }
  20%  { transform: rotate(8deg) scale(0.98); }
  30%  { transform: rotate(-5deg) scale(1.03); }
  40%  { transform: rotate(5deg) scale(1); }
  55%  { transform: translateY(-4px); }
  70%  { transform: translateY(0px); }
  100% { transform: rotate(0deg) scale(1); }
}

/* پایان */
.show-no{
  display: block;
}
/* استایل فرم صفحه پروفایل */
/* ===== Modern mobile-friendly form ===== */
.profile-form{
  direction: rtl;
  max-width: 520px;
  margin: 0 auto;
  padding: 14px;
  border-radius: 14px;

  background: rgba(255,255,255,.12);
  border: 1px solid rgba(255,255,255,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);

  display: grid;
  gap: 10px;
}

.profile-form .field{
  display: flex;
  flex-direction: column;
  gap: 0px; /* فاصله استاندارد بین label و input */
}

.profile-form label{
  font-size: 13px;
  color: #fff;
  opacity: .85;
  margin-bottom: -20px;
  margin-top: -30px;
}

.profile-form input{
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,.10);
  background: rgba(255,255,255,.75);
  outline: none;
  transition: .15s ease;
}

/* تمرکز (focus) */
.profile-form input:focus{
  border-color: rgba(59,130,246,.55);
  box-shadow: 0 0 0 4px rgba(59,130,246,.18);
  background: rgba(255,255,255,.92);
}

/* استایل بهتر برای فایل */
.profile-form input[type="file"]{
  height: auto;
  padding: 10px;
  background: rgba(255,255,255,.65);
}

/* پیام/راهنما */
.profile-form .hint{
  font-size: 12px;
  opacity: .7;
}

.profile-form .msg{
  font-size: 12px;
  margin-top: 2px;
}

/* دکمه */
.profile-form .btn-primary{
  height: 46px;
  border: 0;
  border-radius: 12px;
  background: #0ee92b;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  transition: .15s ease;
}

.profile-form .btn-primary:hover{
  filter: brightness(.95);
}

.profile-form .btn-primary:active{
  transform: translateY(1px);
}

/* موبایل */
@media (max-width: 480px){
  .profile-form{ padding: 12px; border-radius: 12px; }
  .profile-form input{ height: 42px; border-radius: 11px; }
}
/* پایان */
.number-input-field{
	font-family: myFont4 !important;
}

/* استایل کیف پول */
.wallet-container{
  max-width:420px;
  margin:auto;
}

.bank-card{
  height:200px;
  border-radius:18px;
  padding:25px;
  color:#fff;
  background:linear-gradient(135deg,#141E30,#243B55);
  box-shadow:0 15px 35px rgba(0,0,0,0.3);
  position:relative;
  margin-bottom:25px;
}

.card-chip{
  width:45px;
  height:35px;
  background:linear-gradient(135deg,#d4af37,#f9e27d);
  border-radius:6px;
}

.card-number{
  margin-top:35px;
  font-size:20px;
  letter-spacing:2px;
}

.card-footer{
  position:absolute;
  bottom:20px;
  left:25px;
  right:25px;
  display:flex;
  justify-content:space-between;
  font-size:14px;
}

.wallet-charge{
  background:#fff;
  padding:20px;
  border-radius:14px;
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.amount-input{
  width:100%;
  padding:12px;
  border:1px solid #ddd;
  border-radius:8px;
  margin-bottom:15px;
  font-size:16px;
}

.quick-amounts{
  display:flex;
  gap:10px;
  margin-bottom:15px;
}

.quick-btn{
  flex:1;
  border:none;
  padding:10px;
  border-radius:8px;
  background:#f3f4f6;
  cursor:pointer;
  transition:.25s;
}

.quick-btn:hover{
  background:#2563eb;
  color:#fff;
}

.charge-btn{
  width:100%;
  padding:12px;
  border:none;
  border-radius:10px;
  background:#10b981;
  color:#fff;
  font-size:16px;
  cursor:pointer;
}
/* پایان */
/* استایل هسدار مبلغ کیف پول */
.amount-message{
  font-size:14px;
  margin-bottom:10px;
  color:#dc2626; /* قرمز */
  transition:0.3s;
}

.amount-message.valid{
  color:#16a34a; /* سبز */
}
/* پایان */