﻿html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}
/* تنظیمات راست‌چین و فونت فارسی */
body {
    direction: rtl;
    text-align: right;
    font-family: Tahoma, "Segoe UI", sans-serif;
    background-color: #f4fdf4; /* پس زمینه سبز بسیار روشن */
}

/* تغییر رنگ دکمه‌های اصلی به سبز */
.btn-primary {
    background-color: #2eb85c;
    border-color: #2eb85c;
}

    .btn-primary:hover {
        background-color: #249249;
        border-color: #249249;
    }

/* استایل جدول‌ها */
table {
    background-color: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

th {
    background-color: #e6f7e6 !important; /* هدر جدول سبز روشن */
}
