body {  font-family:'IranSansWeb', Arial, sans-serif; margin:0;padding:0;direction:rtl;}
@font-face {
  font-family:'IranSansWeb';
  src:url('fonts/IRANSansWeb.woff2') format('woff2'),
 url('fonts/IRANSansWeb.woff') format('woff'),
 url('fonts/IRANSansWeb.ttf') format('truetype');
	font-display:swap;
}
.container {max-width:1200px;margin:0 auto;padding:20px;}
.header {text-align:center;padding:20px;}
.banner {max-width:100%;height:auto;}

form {background:#fff;padding:20px;border-radius:8px;box-shadow:0 2px 5px rgba(0, 0, 0, 0.1);}
input[type="text"], input[type="number"], input[type="file"] {padding:10px;border:1px solid #ccc;border-radius:5px;font-size:14px;font-family:'IranSansWeb', Arial, sans-serif;}
table {width:100%;border-collapse:collapse;margin-top:20px;}
table th, table td {border:1px solid #ddd; padding:10px;text-align:center;}
button {font-family:'IranSansWeb', Arial, sans-serif;}
.tabs {display:flex;justify-content:space-around;margin-top:20px;border-bottom:2px solid #ccc;}
.tab-button {flex:1;text-align:center;padding:10px;cursor:pointer;font-weight:bold;color:#333;background-color:transparent;border-bottom:2px solid transparent;}
.tab-button.active {background-color:#22209B !important;color:white;font-weight:bold;border-bottom:2px solid #007bff;}
.tab-content {display:none;margin-top:20px;}
.tab-content.active {display:block;}
.top-section {display:flex;flex-direction:column;margin-bottom:20px;}
.tab-button:hover {background-color:#e0e0e0;}
.remaining-section {margin-top:20px;font-size:16px;color:#333;text-align:right; /* نمایش از راست */}

.qr-small {width:50px;height:50px;cursor:pointer;transition:transform 0.3s ease;}
.qr-overlay {position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0, 0, 0, 0.7);display:flex;align-items:center;justify-content:center;z-index:1000;}
.qr-overlay img {max-width:80%;max-height:80%;border-radius:10px;background:white;padding:10px;}
.qr-overlay button {position:absolute;top:10px;right:10px;background:red;color:white;border:none;padding:10px 15px;cursor:pointer;font-size:16px;border-radius:5px;}

.hidden {display:none;}