@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('./fonts/iranSans/eot/IRANSansWeb_Bold.eot');
	src: url('./fonts/iranSans/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),
	url('./fonts/iranSans/woff2/IRANSansWeb_Bold.woff2') format('woff2'),
	url('./fonts/iranSans/woff/IRANSansWeb_Bold.woff') format('woff'),
	url('./fonts/iranSans/ttf/IRANSansWeb_Bold.ttf') format('truetype');
  }
  
  @font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('./fonts/iranSans/eot/IRANSansWeb.eot');
	src: url('./fonts/iranSans/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),
	url('./fonts/iranSans/woff2/IRANSansWeb.woff2') format('woff2'), 
	url('./fonts/iranSans/woff/IRANSansWeb.woff') format('woff'), 
	url('./fonts/iranSans/ttf/IRANSansWeb.ttf') format('truetype');
  }
  *{
    margin: 0px;
    padding: 0px;
	font-family: IRANSans;
  }
  body{
    background-color: rgb(180, 221, 255);
    font-family: IRANSans;
    direction: rtl;
  }
  .login{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .box-login{
	margin-top: 50px;
	width: 430px;
	height: 430px;
	padding: 60px 35px 35px 35px;
	border-radius: 40px;
	background: #ecf0f3;
	box-shadow: 13px 13px 20px #cbced1, -13px -13px 20px #fff;
}
.title{
	text-align: center;
	font-size: 28px;
	padding-top: 24px;
	letter-spacing: 0.5px;
}
.fields{
	width: 100%;
	padding: 75px 5px 5px 5px;
}
.fields input{
	border: none;
	outline: none;
	background: none;
	font-size: 18px;
	color:#555;
}
.username , .password{
	width: 400px;
	height: 60px;
	margin-bottom: 30px;
	border-radius: 25px;
	padding-left: 30px;
	box-shadow:inset 8px 8px 8px #cbced1,inset -8px -8px 8px #fff;
}
.username i , .password i{
	color: #aaa;
	padding-right: 10px;
}
.fields svg{
	height: 22px;
	margin: 0 10px -3px 25px;
}
.sining-btn{
	outline: none;
	border: none;
	cursor: pointer;
	width: 100%;
	height: 60px;
	border-radius: 30px;
	font-size: 20px;
	font-weight: 700;
	color:#fff;
	text-align: center;
	background: #24cfaa;
	box-shadow: 3px 3px 8px #b1b1b1, -3px -3px 8px #fff;
	transition: 0.5s;
}
.sining-btn:hover{
	background: #2fdbb6;
}
.sining-btn:active{
	background: #1da88a;
}
.panel{
	display: flex;
	justify-content: space-around;
}
.panel-menu{
	position: relative;
	width: 15%;
	margin: 5%;
	background-color: rgb(180, 221, 255);
	border-radius: 8px;
	overflow: hidden;
	height: auto;
}
.panel-menu button{
	width: 100%;
	background-color: #44b3d4fa;
	height: 40px;
	border: none;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #16e4ff;
	font-size: 1rem;
}
.panel-body{
	width: 70%;
	background-color: #c2f8ff;
	border-radius: 8px;
	margin-top: 5%;
	margin-left: 5%;
	padding: 20px;
}
#btn1{
	height: 40px;
	width: 120px;
	font-weight: bold;
	background-color: #00fdc6;
	border: none;
	border-radius: 10px;
	margin: 5px;
	font-family: IRANSans;
}
#meli, #date, #name{
	height: 30px;
	border: none;
	border-radius: 8px;
	padding: 5px;
}
li{
	margin: 10px 20px;
}
#btn2{
		height: 40px;
		width: 120px;
		font-weight: bold;
		background-color: #00fdc6;
		border: none;
		border-radius: 10px;
		margin: 5px;
		font-family: IRANSans;
}
#btnnext{
	height: 40px;
	width: 120px;
	font-weight: bold;
	background-color: #0026fd;
	border: none;
	border-radius: 10px;
	color:#f0e7e7;
	margin: 5px;
	font-family: IRANSans;
}
#text{
	height: 30px;
	width: 200px;
	border: none;
	border-radius: 8px;
	padding: 5px;
}
th{
	font-size: 16px;
}
.date{
	height: 30px;
	border: none;
	border-radius: 8px;
	padding: 5px;
	text-align: center;
}
input:disabled{
	background-color: #fff;
}
.text, .input{
	height: 30px;
	width: 200px;
	border: none;
	border-radius: 8px;
	padding: 5px;
}
.manage-btn{
	border: none;
	border-radius: 20px;
	height: 60px;
	width: 200px;
	margin: 10px;
	background-color: #00fdc6;
	font-weight: bold;
}
.backbtn{
	position: relative;
	text-align: center;
	background-color: brown;
	width: 70px;
	float: left;
	color: #c2f8ff;
	border-radius: 10px;
}
.panel-boxs{
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}
.box-panel{
	text-align: center;
	height: 70px;
	width: 250px;
	margin: 10px;
	padding: 50px;
	background-color: #e8ecac;
	border-radius: 8px;
}
.clock{
	font-weight: bold;
}
.page{
	font-size: 1.5rem;
	background-color: #1da88a;
	width: 300px;
	text-align: center;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	color: #fff;
}
@media print
   {
      .no-print{
		display: none;
	  }
   }
