
ul{
	margin-top: 0;
	margin-bottom: 10px;
}
div{
	/*border: 1px solid black;*/
	/*box-shadow: 0px 2px 15px black;*/
}
#container > div:not(#header){
	box-sizing: border-box;
	width: 94%;
	margin: 5px auto;
	padding: 5px 10px 5px 25px;
	background: #F8ECC2;
	border-radius: 3px;
	color: #000F55;
	box-shadow: 0px 2px 15px black;

}
#container{
    direction: rtl !important;
	box-sizing: content-box;
	max-width: 800px;
	padding: 35px 20px;
	margin: 12px auto;
	background: url("/image/Seamless_brown_paper_texture.jpg");
	background-size: 300px 300px;
	border-radius: 10px;
	font-family: 'Shabnam';
	box-shadow: 0px 2px 15px black;

}

#header {
    background-image: url("../image/tutoring_header_background.jpg"); /* Specify the image path */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-size: cover; 
    height: 150px; /* Set height as needed */
    display: flex; /* Optional: allows centering content */
    align-items: center; /* Optional: centers content vertically */
    justify-content: center; /* Optional: centers content  */
    box-sizing: border-box;
	width: 94%;
	padding: 5px 10px 5px 25px;
	margin: 5px auto;
	border-radius: 3px;
	color: #F3F3F3;
	box-shadow: 0px 2px 15px black;
}

#container #header{
	padding: 20px;
}
#container #footer{
	padding-bottom: 20px;
}
#header span{
	font-size: 20px;
}
.headerLine{
	border: none;
}
.headerLine h1, .headerLine h3 {
    text-align: center;
    font-family: 'Kalameh-Black' !important;
}




#type{
	position: relative;
	top: 3px;
	width: 58px;
	height: 44px;
	padding-left: 10px;
	/*border: 1px solid #000F55;*/
	border: none;
	border-radius: 8px;
	background: #F8ECC2;
	/*box-shadow: inset 0 0 5px black;*/
	/*font-weight: bold;*/
}
#container #ui{
	background: #F5D97E;
	padding-left: 15px;
}
.label{
	font-weight: bold;
	letter-spacing: 2px;
	font-family: 'Vazir-Regular';
}
#input:focus, #type:focus, #addButton:focus{
	outline: none;
}
#input{
	position: relative;
	top: 3px;
	width: 205px;
	padding-left: 10px;
	/*border: 1px solid #000F55;*/
	border: none;
	border-radius: 8px;
	height: 42px;
	background: #F8ECC2;
	/*box-shadow: inset 0 0 5px black;*/
	/*font-weight: bold;*/
}
#addButton{
	position: relative;
	top: -4px;
	width: 55px;
	padding: 7px;
	/*border: 1px solid #000F55;*/
	border: none;
	border-radius: 8px;
	background: #F8ECC2;
	/*box-shadow: inset 0 0 5px black;*/
	/*font-weight: bold;*/
}

.item {
    padding-right: 20px;
    font-family: 'Vazir-Regular';
    direction: rtl !important;
    text-align: right !important; 
}

li .removeBtn{
	display: none;
	float: left;
}
li:hover .removeBtn{
	display: inline-block;
}
.completed{
	color: #222;
	text-decoration: line-through;
}
#percentClock{
	position: relative;
	right: -60px;
	top: -3px;
	display: inline-block;
	margin-left: 110px;
	margin-right: 3px;
	border: none;
	height: 30px;
	width: 110px;
	font-family: 'Shabnam';
}
#container #footer{
	padding: 5px 20px;
}
#footer span{
	display: inline-block;
	/*position: relative;
	top: 20px;*/
	/*margin-bottom: 10px;*/
	font-size: 10px;
	width: 40px;
	height: 30px;
}
#footer #fixedPercent{
	position: relative;
	right: 8px;
	display: inline-block;
	position: relative;
	text-align: right;
	font-size: 40px;
	width: 60px;
	height: 60px;
}

