﻿* {
    font-family: Vazirmatn !important;
}

html, body, .main-content {
    background-color: #f1f2f7 !important;
    direction: rtl;
}

.site-page-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-pager {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0.2rem;
}

.searcher-style {
    width: 100%;
    margin-right: 15px;
    margin-top: 10px;
}

.red-star:before {
    display: inline-block;
    margin-right: 0px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun,sans-serif;
    line-height: 1.5;
    content: '*';
    font-weight: bold;
}

.form-group {
    margin: 0.3rem;
}

.pretty-hr {
    display: block; /* Make <br> behave like a block */
    margin: 20px auto; /* Vertical spacing, centered */
    width: 95%; /* Length of the line */
    height: 1px; /* Thickness */
    background: linear-gradient(90deg, #6a11cb, #2575fc); /* Gradient color */
    border-radius: 2px; /* Rounded edges */
    box-shadow: 0 2px 6px rgba(37, 117, 252, 0.5); /* Soft glow */
    opacity: 0.85;
    transition: opacity 0.3s ease;
}
