@import url('https://cdn.jsdelivr.net/npm/vazirmatn@33.0.3/Vazirmatn-font-face.css');

body {
    font-family: 'Vazirmatn', sans-serif;
    background-color: #eefbfb;
    font-size: 16px;
}

.glass {
    background: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
}

.card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    margin-bottom: 24px;
}

.policy-container {
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.policy-table {
    color: #6b7280;
    text-align: center;
    min-width: 800px; /* حداقل عرض برای جلوگیری از جمع شدن */
}

.headings, .policy {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 1em;
}

.heading {
    flex-basis: 16.666%;
    min-width: 120px; /* حداقل عرض ستون‌ها */
    font-weight: bold;
    color: #374151;
}

.policy {
    border-radius: 2em;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.policy span {
    flex-basis: 16.666%;
    min-width: 120px; /* حداقل عرض ستون‌ها */
}

a {
    text-decoration: none;
    color: #4c4c4c;
}

a:hover {
    text-decoration: underline;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.8);
    font-family: 'Vazirmatn', sans-serif;
    transition: border-color 0.2s;
}

.hidden {
    display: none !important;
}

input:focus, select:focus, textarea:focus {
    outline: none;
    border-color: #93c5fd;
    box-shadow: 0 0 0 3px rgba(147, 197, 253, 0.2);
}

button, a.bg-blue-300, a.bg-green-300, a.bg-purple-300, a.bg-red-400, a.bg-gray-300 {
    transition: background-color 0.2s;
}

/* استایل برای دیتاپیکر */
.kamadatepicker {
    font-family: 'Vazirmatn', sans-serif !important;
    direction: rtl !important;
}

#report_card {
    background: rgba(0, 0, 0, 0.7); /* افزایش شفافیت */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
#report_card .card {
    background: white;
    opacity: 1;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}