@font-face {
	font-family: 'iranyekan';
	src: url('../fonts/YekanBakh.woff') format('woff'),
		url('../fonts/YekanBakh.woff') format('woff2');
}
h1,h2,h3,h4,h5,h6,div,body,li,ul,a,table,td,tr,th,html,rs-module *,input,button , textarea,strong, b {
	font-family: iranyekan !important;
}
body {
	background: url(/wp-content/uploads/2023/09/dark-blue-background-with-glowing-particles-free-video.jpg) round fixed;
}
.login_form {
	position: fixed;
	width: 100%;
	max-width: 320px;
	padding: 20px;
	background: #fff;
	border-radius: 5px;
	transform: translate(50% , -50%);
	top: 50%;
	right: 50%;
}
.flexd_box{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	margin-bottom:10px;
}
.flexd_box > * {
	width: 100% !important;
}
a{
	text-decoration:none;
}
img{
	max-width:100%;
	height:auto;
}
.menu_btn:hover {
	color: #fff;
}
[name="report_note"] {
  max-height: 30px;
}
.menu_btn {
	color: #fff;
	padding: 10px 15px;
	border-radius: 2px;
	transition: 0.3s all;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	flex-direction: column;
}
.menu_btn img {
	max-width: 60px;
}
@media( max-width:565px ){
	.menu_btn {
		font-size: 9px;
		padding: 0;
		text-align: center;
	}
	body .menu_btn img {
		max-width: 50px;
	}
	[class*="col-"] {
		margin-bottom: 20px;
	}
}
.form_box {
	background: #fff;
	padding: 20px;
	border-radius: 5px;
	margin: 50px 0;
}
.info_box {
	border-right: 3px solid #57ff49;
	padding-right: 15px;
}
.info_box span:first-child {
	font-weight: bold;
	font-size: 16px;
}
.info_box span:last-child {
	font-size: 14px;
}
#add_budget_row {
	width: 25px;
	height: 25px;
	display: flex;
	background: green;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	cursor: pointer;
}
.remove_budget_row {
	background: #dc3545;
	width: 25px;
	height: 25px;
	display: flex;
	color: #fff;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	cursor: pointer;
}
.over-folow {

}
td {
	vertical-align: middle;
}
td , th {
  font-size: 14px;
  font-weight: bold;
  color: #444;
}
.result_red td , .result_green td{
	color: #fff;
}
.result_red {
	background: #a70000;
}
.result_green {
	background: #1da700;
}
.project_btns {
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
}
.project_btns .btn {
  height: 30px;
  width: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.status_icon {
  width: 30px;
  height: 30px;
  display: flex;
  border-radius: 3px;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.completed_status , form[action="/projects/?action=doing_projects"] button[data-bs-original-title="شروع"]{
	 background: #38b400;
}
.prosessing_status {
  background: #ff8f00;
}
.cancelled_status , form[action="/projects/?action=doing_projects"] button[data-bs-original-title="پایان"] {
  background: red;
}
.progress-bar.progress-bar-striped.progress-bar-animated.progress_completed {
  animation: unset !important;
  background-color: #38b400 !important;
}
.start_project_time {
  position: absolute;
  font-size: 13px;
  font-weight: 400;
  bottom: -18px;
}
form {
  position: relative;
}
.have_time > span:first-child::before {
  background: green;
}
.have_1_day > span:first-child::before {
  background: #ff8f00;
	animation: 0.6s flash infinite linear;
}
.have_2_day > span:first-child::before {
  background: #c6c300;
	animation: 1s flash infinite linear;
}
.have_no_time > span:first-child::before {
  background: #ea0000;
	animation: 0.3s flash infinite linear;
}
.time_status > span:first-child::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-radius: 10px;
  position: absolute;
  right: -13px;
  top: 3px;
}
.time_status > span:first-child {
  position: relative;
}
@keyframes flash{
	0%{opacity:1;transform: scale(1);}
	100%{opacity:0;transform: scale(1.5);}
}
#projects_table td {
  font-size: 11px;
}