@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir-Bold.woff") format("woff");
}
@font-face {
    font-family: "Vazir";
    src: url("../fonts/Vazir-Bold.woff") format("woff");
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: 'Vazir', sans-serif;
    background: #f8fafc;
    color: #0f172a;
    direction: rtl;
    text-align: right;
    min-height: 100vh;
    font-weight: bold !important;
}
#progressContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.85);
    z-index: 1000;
    padding: 10px;
    display: none;
}
#progressBar {
    width: 0;
    height: 5px;
    background: #ca8a04;
    border-radius: 4px;
    transition: width 0.2s ease-in-out;
}
#progressText {
    color: #0f172a;
    font-size: 12px;
    margin-top: 5px;
    text-align: center;
    display: block;
}
table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    margin: 6px 0;
    transition: all 0.2s ease;
}
table:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}
td, th {
    padding: 10px;
    border: none;
}
input.sefid, input[type="button"], input[type="submit"] ,.btnMenu{
    background: #102150;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    margin: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Vazir', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
}
input.sefid:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}
input.sefid:disabled {
    background: #cbd5e1;
    color: #6b7280;
    cursor: not-allowed;
}
button {
    background: #102150;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    margin: 6px;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    font-family: 'Vazir', sans-serif;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
button:hover {
    background: #3b82f6;
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.3);
}
button:disabled {
    background: #cbd5e1;
    color: #6b7280;
    cursor: not-allowed;
}
button i {
    margin-left: 8px;
    font-size: 16px;
}
input[style*="background-color:#CC44AA"] {
    background: #b91c1c !important;
    box-shadow: 0 0 10px rgba(185, 28, 28, 0.3);
}
fieldset {
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    padding: 12px;
    background: #ffffff;
    margin: 6px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}
fieldset:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}
legend {
    font-size: 15px;
    font-weight: 500;
    color: #1e3a8a;
    padding: 0 6px;
}
input[type="text"], input[type="password"] {
    width: 100%;
    max-width: 280px;
    padding: 8px;
    margin: 6px 0;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    font-size: 14px;
    font-family: 'Vazir', sans-serif;
    background: #f9fafb;
    color: #0f172a;
    transition: all 0.2s ease;
}
input[type="text"]:focus, input[type="password"]:focus {
    border-color: #ca8a04;
    outline: none;
    box-shadow: 0 0 5px rgba(202, 138, 4, 0.3);
}
.alertRED {
    color: #b91c1c;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    background: #fef2f2;
}
.alertBLUE {
    color: #1e3a8a;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
    background: #eff6ff;
}
.alertBLCK {
    background: #f1f5f9;
    color: #0f172a;
    font-size: 14px;
    text-align: center;
    padding: 8px;
    border-radius: 6px;
}
iframe {
    border: none;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
img.shadow_btn {
    transition: all 0.2s ease;
}
img.shadow_btn:hover {
    transform: scale(1.05);
}
#clock {
    color: #ca8a04;
    font-weight: 500;
}
.icon-container {
    display: inline-flex;
    align-items: center;
    padding: 0 5px;
}
.icon-container img {
    filter: brightness(0.8);
    transition: all 0.2s ease;
}
.icon-container img:hover {
    filter: brightness(1);
    transform: scale(1.1);
}
.top-bar {
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    margin: 6px 0;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}
.top-bar:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.12);
}
.main-container {
    max-width: 1280px;
    margin: 0 auto;
}
.menu-column {
    max-width: 350px;
    vertical-align: top;
}
.content-column {
    width: 80%;
    vertical-align: top;
}
.footer {
    background: #e2e8f0;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #0f172a;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 768px) {
    table {
        margin: 6px;
    }
    input.sefid, input[type="button"], input[type="submit"] {
        width: 100%;
        margin: 6px 0;
    }
    td {
        padding: 8px;
    }
    iframe {
        height: 800px;
    }
    .menu-column {
        max-width: 100%;
    }
}
.icon-container a{
    padding: 5px;
}
.iconAsliBala{
    font-size: 20px;
}
.iconAsliBala:hover{
    color:darkblue;
}