*{
	margin: 0;
	  font-family: "Gabarito", sans-serif;
	  box-sizing:border-box;
	padding: 0;
}

.main{

	width: 100%;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	padding:  15px;
	justify-content: center;
	align-items: center;
	min-height: 100vh;
}

.login_box{
	box-shadow: 0px 2px 8px 1px rgba(0, 0, 0, 0.12);
		padding: 0 56px;
		padding-bottom: 56px;
border: 1px solid #F5F5F5;
margin: 0 auto;
border-radius: 20px;
	max-width: 540px;
	width: 100%;
}


.login_box h1{
font-style: Medium;
font-weight: 500;
line-height: 120%;
letter-spacing: -2%;
margin-top: 56px;
margin-bottom: 32px;
text-align: center;
		font-size: 28px;
}

.inpute_filed{
	position: relative;
}
.inpute_filed input::placeholder{
	color: #D9D9D9;
}
.inpute_filed label{
	width: auto;
	position: absolute;
font-weight: 400;
font-style: Regular;
font-size: 14px;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;
color: #757575;
    line-height: 0;
        left: 10px;
    top: -5px;
    left: 10px;
    z-index: 999;
    padding: 4px;
    display: inline-block;
    background: #fff;
}

.inpute_filed input{
	border-radius: 8px;
	width: 100%;
	font-size: 16px;
	padding: 0 10px;
	margin-bottom: 20px;
border: 1px solid  #F5F5F5;
height: 53px;
}
.inpute_filed input.error{
	border: 1px solid #E6334B;
}
.loign_bt input{
width: 100%;
height: 56px;
border: 1px solid #3B60CE;
background: #3C68B4;

font-weight: 500;
font-style: Medium;
font-size: 24px;
border-radius: 8px;
color: #fff;
cursor: pointer;
leading-trim: NONE;
line-height: 100%;
letter-spacing: 0%;
text-transform: capitalize;

}

.error_message{
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 8px;
		padding: 8px;
	max-width: 375px;
	background: #E6334B;
}
.error_message p{
margin-top: 10px;
text-align: center;
font-size: 16px;
}
.success_message{
	margin: 0 auto;
	width: 100%;
	margin-bottom: 15px;
	color: #fff;
	border-radius: 8px;
		padding: 8px;
	max-width: 375px;
	background: #008000;
}
.success_message p{
margin-top: 10px;
text-align: center;
font-size: 16px;
}
.error_head{
font-size: 16px;
font-size: Body/Size Medium;
leading-trim: NONE;
line-height: 130%;
letter-spacing: 0%;
text-align: center;

}
.inner{
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	text-align: center;
	width: 100%;
}


.container{
	margin: 0 auto;
	width: 100%;
	padding: 0 15px;
	max-width: 1163px;
		gap: 24px;
	display: flex;
}
.avalbile_repors {
	height: 100%;
}
.avalbile_repors h4{
	font-size: 24px;
	margin-bottom: 32px;
	text-align: center;
}
.r_nav{
	display: flex;
	gap: 10px;
	margin-bottom: 35px;
}

.fileds input{
	border: 1px solid #F5F5F5;		
	height: 44px;
	width: 100%;
	border-radius: 8px;
	margin-bottom: 12px;
	padding: 10px;
}
.r_nav .serach{
	width: calc(100% - 50px);
}
.r_nav .serach input{
	width: 100%;

}

.side_bar{
		width: 395px;
		height: 744px;
			padding: 32px;
		box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.2);
overflow: auto;
		border-radius: 20px;
		border: 1px solid #F5F5F5;
}
.report_area{
	box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.2);
		padding: 32px;
		border-radius: 20px;
	width: calc(100% - 419px);
	gap: 34px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #F5F5F5;
}

.fileds .active{
	background: #E1E9F5;
	border: 1px solid #A2C1EC;
}
.r_nav{
	position: relative;
}
.op{
	font-size: 14px;
	height: 30px;
	display: flex;
	align-items: center;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #F5F5F5;

}
.sort.active{
	border-color: #A2C1EC;
	background: #E1E9F5;
}
.sort.active path{
	stroke: #3B60CE;
}
.sort_menu{
	width: 100%;
	max-width: 168px;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 1px rgba(0,0,0,0.2);
	padding: 8px;
	flex-wrap: wrap;
	gap: 10px;
	display: flex;
	border: 1px solid #F5F5F5;
	position: absolute;
	right: 0;
  bottom: -91px;
  z-index: 999;
  background: #fff;

}
.item.active{
	border-color: #1F1F1F;
}
.d_item {
  padding: 12px 0;
  border-bottom: 2px px solid #F5F5F5;
  border-bottom: 2px solid #F5F5F5;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.d_item:last-child{
	border-bottom: none;
}
.d_bt {
  width: 40px;
  height: 40px;
  background: #43A157;
  justify-content: center;
  align-items: center;
  display: flex;
  border-radius: 6px;
}
.unavailble .d_bt{
	border: 1px solid #F5F5F5;
	  background: #fff;
}
.c_un {
  font-size: 12px;
  color: #757575;
}
.d_item .date{
	font-size: 20px;
}
.border{
	position: absolute;
	width: 2px;
	height: calc(100% - 64px);
	left: 0;
  right: 0;
  transform: translateY(-50%);
  top: 50%;
  margin: 0 auto;
	background: #F5F5F5;
}
.w_50{
	width: 50%;
}
.report_area p{
	max-width: 400px;
	text-align: center;
	font-size: 24px;
	color: #757575;
}
.item_right img {
	width: 100%;
	aspect-ratio: 1;
	border-radius: 8px;
	object-fit: cover;
}

.side_bar_head{
  display: flex;
  justify-content:space-between;
}
.back_bt{
    display: flex;
  gap: 10px;
  font-weight: 400;
  font-size: 20px;
  align-items: center;
}
.user_name{
  font-size: 20px;
}

.choose{
  font-size: 28px;
  text-align: center;
  margin: 24px 0 32px;
}
.g_t{
  font-size: 16px;
  color: #757575;
}

.side_bar_nav{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.serach{
 
  position: relative;
}
.serach input{
  padding-left: 40px;
  height: 52px;
  border: 1px solid #F5F5F5;
  border-radius: 20px
}
.serach svg{
  width: 21px;
   left: 10px;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
}
.sort,.filter{
  border: 1px solid #F5F5F5;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.item {
  padding:8px;
  gap: 10px;
  margin-bottom: 8px;
  border-radius: 6px;
  border:2px solid #F5F5F5;
}
.item_title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 8px;
}

.item_inner {
  display: flex;
}
.item_left {
  position: relative;
  width: 60%;
  display: flex;
  flex-wrap: wrap;
  padding-right: 10px;
}

.item_right {
  width: 40%;
}
.number {
    font-weight: 400;
  font-size: 14px;
  right: 10px;
  position: absolute;
}
.item_left   h4{
  font-weight: 400;
  font-size: 14px;
}
.f_ {
  align-self: end;
  padding-top: 5px;
  border-top: 2px solid #F5F5F5;
  font-size: 12px;
  color: Text/Default/Default;
  cp: co;
  color: #1F1F1F;
}
@media only screen and (max-width: 1050px) {
.container{
	flex-wrap: wrap;
}
.side_bar{
	height: 400px;
	width: 100%;
}
.report_area{
	width: 100%;
	min-height: 50vh;
}
}
@media only screen and (max-width: 768px) {

.loign_bt input {
  
    height: 40px;
    border: 1px solid #3B60CE;
    
    font-size: 19px;
    border-radius: 8px;
    
}
.inpute_filed input{
	height: 40px;
	font-size: 14px;
}
.w_50{
	height: auto;
	width: 100%;
}
.report_area{

	flex-wrap: wrap	;
}
.border{
	display: none;
}
}
