
@font-face {
  font-family: Vazirmatn;
  src: url('fonts/webfonts/Vazirmatn-FD-NL-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


body {
    font-family: 'Vazirmatn' !important;
    direction: rtl;
    text-align: right;
}

img.device-image {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
  border: 1px solid;
  padding: 2px;
}
.performance-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 15px;
    background-color: #f9f9f9;
}
span.text-left {
  float: left;
  font-weight: 1 !important;
  font-size: 20px;
}
a.text-left {
  float: left;
  font-weight: 1 !important;
  font-size: 15px;
}
span.text-right {
  float: right;
  font-weight: 1 !important;
  font-size: 20px;
}
form.update_service_date , form.delete_performance {
  margin: 0;
  padding: 0;
  display: contents;
}

.stat-box {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    margin: 10px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
}
.stat-box:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}
.stat-box h3 {
    font-size: 1.5rem;
    color: #333;
}
.stat-box p {
    font-size: 1.2rem;
    color: #666;
}
