﻿@font-face {
	font-family: "primary-font";
	font-style: normal;
	font-weight: 500;
	src: url('/fonts/IRANYekanX-Light.woff') format('woff'),   
	url('/fonts/IRANYekanX-Light.woff2') format('woff2');	
}

body {
    font-family: primary-font;
    background-color: #f4f4f9;
    margin: 0;
    padding: 0;
    direction: rtl;
    text-align: center;
}



* {
    font-family: primary-font;
 
}


.holiday {
    background-color: #ffd6d6 !important; /* رنگ پس‌زمینه روزهای تعطیل */
    color: #d9534f !important; /* رنگ متن */
    pointer-events: none; /* غیرفعال کردن کلیک */
    cursor: not-allowed;
    opacity: 0.7;
}
.container {
    max-width: 400px;
    margin: 50px auto;
    padding: 20px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}

h1 {
    font-size: 24px;
    color: #333;
}

form {
    display: flex;
    flex-direction: column;
}

label {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

select, input, button {
    margin-top: 5px;
    padding: 10px;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

button {
    background-color: #3498db;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #2980b9;
}
