
#filter_report_div{
	max-height: 100vh;
	overflow-y: scroll;
	/*width:520px;*/
	padding-bottom:90px;
	scrollbar-width:thin;
	z-index:7;
}
.clear-filter-btn-report{
	margin-right:50px;
}
.filter-bar-header{
	background:white;
	position: sticky;
	width: 100%;
	top: 0;
	display:flex;
	justify-content:space-between;
	align-items:center;
	z-index:20;
}
.filter-bar-header{
	padding:15px;
}
.close-report-btn{
	float:right;
	padding:8px 24px;
	font-size:14px;
	background:transparent;
	border:0px;
}
input[type="checkbox"]{
	accent-color: #BEE4DD;
}
.filter-section-header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom:30px;
}
.filter-section-header-name{
	color: #4B4B4B;
	text-align: center;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;	
}
.filter-section{
	padding-right:30px !important;
	padding-left:30px !important;
	padding-bottom:30px !important;
	clear:both;
	background:#F8F8F8;
	margin-top:10px;
}
.filter_checkbox_partywise{
	display:flex;
	align-items:center;
}
.filter_checkbox_partywise_inner{
	margin-right:30px;
	align-items: center;
	display: flex;
}
.filter_checkbox_partywise_inner input[type='checkbox']{
	margin:0px;
	width:24px;
	height:24px;
	margin-right:15px;
}
.filter-search-party-ul input[type='checkbox']{
	margin:0px;
	width:20px;
	height:20px;
	margin-right:10px;
}
.filter-search-party-ul label{
	margin:0px;
}
.filter_checkbox_partywise_inner label{
	margin-bottom:0px;
	border: 0.5px solid #ACACAC;
	border-radius:5px;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding:6px 14px;
}
.partywise_filter_select{
	width:400px;
	height:40px;
}
.invoice_month_filter_dropdown{
	height:32px;
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 40px; /* 285.714% */
	border:0.5px solid #ACACAC;
	background:#FFFFFF;
	border-radius:5px;
}
.invoice_month_filter_dropdown_container_new{
	display:flex;
	align-items:center;
}
.invoice_month_filter_label{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:flex;
	flex-direction:column;
	white-space: nowrap;
	padding-right:20px;
}
.invoice_month_filter{
	display:flex;
	align-items:center;
	margin-bottom:45px;
}
.invoice_month_filter_container{
	display:flex;
	align-items:center;
}
.invoice_month_filter_date{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	border-radius: 5px;
	border: 0.5px solid #ACACAC;
	padding-left:10px;
	width:130px;
	height:33px;
	background:transparent;
	z-index:2;
	position:relative;
}
.calendar-input-span{
	z-index:1;
	margin-left:-20px;
	position:relative;
	color:#BEE4DD;
}
.invoice_month_filter_date_container,.invoice_month_filter_dropdown_container{
	display:flex;
	flex-direction:column;
	margin-right:20px;
}
.filter-search-party-ul{
	padding-left:0;
	height:300px;
	width:fit-content;
	min-width:200px;
	overflow:auto;
	border:1px solid #dedede;
}
.filter-search-party-ul li label{
	color: #1C1C1C;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.filter-search-party-ul li{
	list-style:none;
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	padding-left:10px;
	padding-top:10px;
}
.search_input_with_x{
	display:flex;
	align-items:center;
}
.filter-search-party-ul{
	display:none;
}
.selected_party_filter{
	color: #1C1C1C;
	font-family: Montserrat;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: capitalize;
}
.selected_party_filter button{
	background:transparent;

}
.search_input_with_x  input[type='text'],.search_input_with_x input[type='text']:focus{
	outline:none;
	height: 36px;
	border: 0.5px solid #ACACAC;
	border-left: 0px;
	border-left:0px;
	border-right:0px;
	width:100%;
	padding-left:10px;
}
.search_input_with_x{
	margin-top:10px;
}
.filter-invoice-btn-container{
	display:flex;
	justify-content:space-between;
}
.filter-invoice-btn{
}
.filter-invoice-button{
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-radius: 5px;
	border: 0.5px solid #ACACAC;
	background: #FFF;
	height:36px;
}
.filter-invoice-btn .fa{
	margin-left:10px;
}
@media only screen and (max-width: 480px) {
	.filter-bar-header{
		position: sticky;
		width: 100%;
		top: 0;
	}
	.clear-filter-btn-report{
		margin-left:0px;
		margin-right:20px;
	}
	.filter_report_div{
		width:100%;
	}
	.filter-section-header-name{
		font-size:14px;
	}
	.filter_checkbox_partywise_inner label{
		font-size:10px;
	}
	.filter_checkbox_partywise_inner input[type='checkbox'] {
		margin-right:5px;
	}
	.filter_checkbox_partywise_inner {
		margin-right:25px;
	}
	.filter-search-party-ul label{
		color: #1C1C1C;
		font-family: Montserrat;
		font-size: 12px;
		font-style: normal;
		font-weight: 500;
		line-height: normal;
		text-transform: capitalize;
	}
	.filter-search-party-ul li{
		margin-bottom:18px;
	}
	.invoice_month_filter{
		margin-top:30px;
	}
	.invoice_month_filter_label{
		padding-bottom:10px;
	}
	.filter-invoice-btn .btn{
		color: #000;
		font-family: Montserrat;
		font-size: 10px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		background:white;
	}
	.filter-invoice-btn-container{
		padding-left:0px;
	}
	.filter-invoice-btn{
		margin-right:5px;
	}
	.report-filter-name-value-new-new{
		font-size: 12px !important;
	}
	#filter_report_div{
		max-height: 100vh;
		overflow-y: scroll;
	}

}
.filter-bar-header span{
	color: #000;
	text-align: center;
	font-family: Montserrat;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-transform: capitalize;
}	
.search_input_with_icon{
	border: 1px solid #ACACAC;
	height: 36px;
	line-height: 36px;
	width: 30px;
	text-align: center;
	border-right: 0;
	background:white;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
}
.btn-search-cancel{
	height: 36px;
	border: 1px solid #ACACAC;
	border-radius: 0;
	border-left: 0;
	background:white;
	width:36px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}

.uid-amount-container{
	display: flex;
	justify-content: space-between;	
}
.uid-amount-input{
	width:148px;
	height:36px;
	border:1px solid #ACACAC;
	border-radius:5px;
	text-align:center;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.uid-amount-label{
	padding-bottom:7px;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.filter-name-value-new{
	padding-left:9px;
	color: #000;
	font-family: Montserrat;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin-bottom:0px;
}
.product_by_metal_filter{
	display:flex;
}
.filter-checkbox-container{
	margin-right:20px;
}
.filter-category-report-new{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 10px;
	white-space: nowrap;
}
.report-filter-btn-div{
	position: fixed;
	bottom: 0px;
	z-index: 3;
	width: 474px;
	background: white;
	padding-bottom: 30px;
	padding-top: 30px;
	display:flex;
	justify-content:space-evenly;
	visibility:hidden;
}	
.clear-filter-btn-report-new{
	width:40%;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	border-radius: 10px;
	border: 1px solid #393939;
	box-shadow: 3px 4px 4px 0px rgba(178, 178, 178, 0.25);
	padding:10px 10px;
	background:white;
}
.report-filter-btn-new{
	width:40%;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	color: #000;
	font-family: Montserrat;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: -0.16px;
	border-radius: 10px;
	border: 1px solid #393939;
	background: #BEE4DD;
	box-shadow: 3px 4px 4px 0px rgba(178, 178, 178, 0.25);
}
.report-new-carat-filter{
	display:grid;
	grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 10px;
        grid-row-gap: 5px;
        white-space: nowrap;
	margin-bottom:45px;
}
