﻿/* دعم RTL لتوست */
body{
    font-size: 14px;
}
.blazored-toast-container {
    direction: rtl;
    text-align: right;
    margin-top: 1.5rem;
    z-index: 1500;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

/* تحسين مظهر الرسائل في RTL */
.blazored-toast {
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem;
    margin: 0.3rem;
}
    .blazored-toast .blazored-toast-icon {
        margin-inline-end: 0.5rem; /* 0.5rem = حوالي 8px */
    }

.sidebar-menu {
    font-size: 14px;
}

h6 {
    font-size: 10px;
}
h5 {
    font-size: 12px;
}
h4 {
    font-size: 14px;
}
h3 {
    font-size: 16px;
}
h2 {
    font-size: 18px;
}
h1 {
    font-size: 20px;
}
.card-title {
    font-size: 16px;
}
.app-header {
    font-size: 16px;
}
.custom-whitespace {
    white-space: pre-line;
}

.h-row {
    transition: background-color 0.2s ease-in-out;
    padding: 5px 0px;
    border-radius: 6px;
}

    .h-row:hover {
        background-color: #e9ecef;
        cursor: pointer;
    }



