@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: bold;
	src: url('../../vendor/WebFonts/Yekan/woff/IRANYekanX-Bold.woff') format('woff'),
	url('../../vendor/WebFonts/Yekan/woff2/IRANYekanX-Bold.woff2') format('woff2');
}
@font-face {
	font-family: IRANYekanX;
	font-style: normal;
	font-weight: normal;
	src: url('../../vendor/WebFonts/Yekan/woff/IRANYekanX-Regular.woff') format('woff'),
	url('../../vendor/WebFonts/Yekan/woff2/IRANYekanX-Regular.woff2') format('woff2');
}
.beiruti {
	font-family: "Beiruti", system-ui;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.rubik {
	font-family: "Rubik", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}
.vazirmatn {
	font-family: "Vazirmatn", sans-serif;
	font-optical-sizing: auto;
	font-weight: 200;
	font-style: normal;
}
label {
	font-family: "Rubik";
	font-weight: 400;
	font-style: normal;
}
th {
	font-family: Vazirmatn;
	font-size: 12px;
}
td {
	font-family: IRANYekanX;
	font-size: 12px;
}
@media (max-width: 623px) {
	table {
		font-size: 12px;
	}
}
body {
	direction: rtl;
	font-family: IRANYekanX !important;
	background-color: #dcf9e3;
	overflow-x: auto;
}
ul.checkboxss  { 
  margin: 0; 
  padding: 0; 
  margin-left: 20px; 
  list-style: none; 
} 

ul.checkboxss li input { 
  margin-right: .25em; 
} 

ul.checkboxss li { 
  border: 1px transparent solid; 
  display:inline-block;
  width:12em;
}
span {
    padding: 6px;
}
/* Fixed sidenav, full height */
.sidenav {
	width: 220px;
	position: absolute;
	z-index: 1;
	right: 0;
	background-color: #f7e1e1;
	overflow-x: hidden;
	padding-top: 20px;
	overflow-y:scroll;
	border-left: 2px solid;
}
/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
	padding: 6px 8px 6px 16px;
	text-decoration: none;
	font-family: IRANYekanX !important;
	font-size: 13px;
	color: #0f0f0f;
	display: block;
	border: none;
	background: none;
	width: 100%;
	text-align: right;
	cursor: pointer;
	outline: none;
}
.sidenav a {
   color: #717070; 
}
/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover, .btn:hover, .btn3:hover {
	background-color: #80b48c;
}
/* Main content */
.main {
	margin-right: 220px; /* Same as the width of the sidenav */
	font-size: 20px; /* Increased text to enable scrolling */
	padding: 0px 10px;
}
/* Add an active class to the active dropdown button */
.active {
	background-color: green;
	color: white;
}
/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
	display: none;
	background-color: #f7ebeb;
	padding-left: 8px;
}
/* Optional: Style the caret down icon */
	.fa-caret-down {
	float: left;
	padding-right: 8px;
}
/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
	.sidenav {
	    padding-top: 15px;
	}
	.sidenav a {
		font-size: 16px;
		text-align: center;
		float: none;
	}
}
.flexbox {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
}
@media screen and (max-width: 600px){
    .flexbox{
        flex-direction: column;
    }
    .sidenav {
        position: relative;
        width: 100%;
    }
    .main {
        margin-right: 5px;
    }
}
@media screen and (min-width: 600px){
   .mobile {
        display:none;
    } 
}
.formcont {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
.form {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}
.badge1:after {
	content: attr(value);
	font-size: 12px;
	color: #fff;
	background: red;
	border-radius: 50%;
	padding: 0 5px;
	position: relative;
	left: auto;
	top: auto;
	opacity: 0.9;
}
.btn3 {
	background:none;
	border-width:0px;
	text-decoration: none;
	font-family: IRANYekanX !important;
	font-size: 14px;
	color: #818181;
	cursor: pointer;
	padding: 6px 8px 6px 8px;
}
.header {
    background-color: #f7e1e1;
    border-bottom: 2px solid;
}
.header2 {
	margin-right: 250px; 
	padding: 0px 0px;
	position:absolute;
	right: auto;
	top: 10px;
}
.period {
	padding: 0px 0px;
	position:absolute;
	left: 300px;
	top: 10px;
}
.header-date {
	padding: 0px 0px;
	position:absolute;
	left: 75px;
	top: 10px;
}
.header-time {
	padding: 0px 0px;
	position:absolute;
	left: 25px;
	top: 10px;
}
.card {
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    max-width: 550px;
}
.center {
	  margin-left: auto;
	  margin-right: auto;
}
.btn2 {
	width: auto;
	display: inline;
	background-color: #f50519;
	border: none;
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	font-family: IRANYekanX !important;
	border-radius: 5px;
}
.explan {
	display:none;
}
.explan {
	display:none;
}
::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	text-align: center;
}
::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
}
:-ms-input-placeholder { /* IE 10+ */
	text-align: center;
}
:-moz-placeholder { /* Firefox 18- */
	text-align: center;
}
.c1 {
	width: 100%;
}
.c2 {
	width: 49%;
	display: inline-block;
}
@media print {
	header , footer , form , button , input { display: none; }
}
button {
	font-size: 12px;
}
.dt-info {
	font-size: 12px;	
}
.but1 {
	width: 150px;
	display: inline;
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 6px 18px;
	text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	font-family: IRANYekanX !important;
	border-radius: 5px;
	font-size: 11px;
}
.but2 {
	width: 50px;
	display: inline;
	background-color: #04AA6D;
	border: none;
	color: white;
	padding: 5px 5px;
	text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	font-family: IRANYekanX !important;
	border-radius: 5px;
}
.but3 {
	width: 150px;
	display: inline;
	display:none;
	background-color: #ed1005;
	border: none;
	color: white;
	padding: 6px 18px;
	text-decoration: none;
	margin: 0 auto;
	cursor: pointer;
	font-family: IRANYekanX !important;
	border-radius: 5px;
	font-size: 11px;
}
.voroodi {
	width: 120px;
	height: 40px;
	padding: 10px 18px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid red;
	border-radius: 4px;
	font-family: IRANYekanX !important;	
	font-size: 11px;
}
.pr2 {
	width: 100px;
	height: 35px;
	font-family: IRANYekanX !important;	
	font-size: 16px;
	background:none;
	border-width:0px;
	text-decoration: none;
	cursor: pointer;
}
.container {
	position: relative;
	margin-top: 50px;
}
.form_next_row {
	position: relative;
	padding-right: 15px;
}
.operator{
	position: absolute;
	left: 25px;
	top: 70px;	
}
.container__menu {
	/* Absolute position */
	position: absolute;
	/* Reset */
	list-style-type: none;
	margin: 0;
	padding: 0;
	/* Misc */
	background-color: #f7fafc;
	border: 1px solid #cbd5e0;
	border-radius: 0.25rem;
	padding: 0.5rem;
}
.container__menu--hidden {
	display: none;
}
.ron{
	border-radius: 15px;
	background: #4bfdfd;
	padding: 10px; 
}
.up{
	position:relative;
}
.down{
	position:fixed;
	top:5px;
	left: 20;
}
#chart-container {
	width: 50%;
	height: auto;
}
.cent {
	margin-right: auto;
	margin-left: auto;
}
p {
	font-family: IRANYekanX !important;
	font-size: 16px;
	padding: 10px 0px;
}
.class_avg, .level_avg, .school_avg  {
	display: none;
}
.sh {
	font-size: 10px;	
	color: red;
}
caption {
	 text-align:right;
}
#a_post {
	display: none;
}
.select2-container--default .select2-selection--single {
	padding:6px;
	height: 40px;
	padding: 10px 18px;
	margin: 8px 0;
	box-sizing: border-box;
	border: 2px solid;
	border-radius: 4px;
	font-family: IRANYekanX !important;	
	font-size: 11px;
	position: relative;
	text-align: right !important;
}
.select2-selection__rendered {
	line-height: 15px !important;
	padding-right: 0px !important;
}
.select2-results__option {
	text-align: right !important;
}
#del_les {
	display: none;
}
.at1{
	display: table; 
	width: 100% 
}
.at2{
}
.at3 {
	margin: 5px 3px 5px 30px;
}
.at4{	
	display: table-cell; 
	padding: 0 4px 0 6px; 
}
.at5{
	display: table-cell; 
	width: 1px; 
	white-space: nowrap;
	padding: 0px 3px 20px 20px;	
}
#c_o{
	display: none;
}
.overf {
	float: right;
	text-align: right;
}
.overlay-container {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	justify-content: center;
	align-items: center;
	opacity: 0;
	transition: opacity 0.3s ease;
}
.popup-box {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	width: 320px;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	animation: fadeInUp 0.5s ease-out forwards;
	margin: 150px auto;
}
	.popup-box2 {
	background: #fff;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
	width: 720px;
	text-align: center;
	opacity: 0;
	transform: scale(0.8);
	animation: fadeInUp 0.5s ease-out forwards;
	margin: 150px auto;
}
.popup-box h2 {
	font-size: 12px;
}
.form-container {
	display: flex;
	flex-direction: column;
}
.btn-submit, .btn-close-popup {
	padding: 12px 24px;
	border: none;
	border-radius: 8px;
	cursor: pointer;
	transition: background-color 0.3s ease, color 0.3s ease;
}
.btn-submit {
	background-color: green;
	color: #fff;
}
.btn-close-popup {
	margin-top: 12px;
	background-color: #e74c3c;
	color: #fff;
}
.btn-submit:hover, .btn-close-popup:hover {
	background-color: #4caf50;
}
/* Keyframes for fadeInUp animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
/* Animation for popup */
.overlay-container.show {
	display: flex;
	opacity: 1;
}
.form-input {
	padding: 10px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 16px;
	width: 100%;
	box-sizing: border-box;
}