.errorlist {
    padding-right: 0 !important;
}

.errorlist li {
    color: red;
}

ul {
    padding-right: 0;
}

.cursor-pointer {
    cursor: pointer;
}

.custom-scroll {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}

.order-details-modal {
  max-height: 350px; /* ارتفاع قابل اسکرول */
  overflow-y: auto;
  padding: 15px;
  direction: rtl;
  font-family: Vazirmatn, sans-serif;
}

.order-table th,
.order-table td {
  padding: 10px;
  text-align: right;
  border-bottom: 1px solid #ddd;
}

.order-table th {
  background-color: #f9f9f9;
  font-weight: bold;
}

.order-table tr:hover {
  background-color: #f5f5f5;
}

.order-table img {
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.swal-custom-modal {
  overflow-y: auto;
  max-height: 80vh;
  direction: rtl;
}
