﻿.bolgDashBoard_filter {
	background-color: #fcfcfc;
	border: 1px solid rgba(0, 0, 0, 0.10);
	margin: 30px 0;
	border-radius: 15px;
	padding: 20px 15px;
}

.bolgDashBoard_filter .dashboard-title {
	font-size: 26px;
	color: #000;
	margin: 0 0 20px;
	font-weight: bold;
}

.bolgDashBoard_filter .filter-title {
	display: flex;
	justify-content: space-between;
	gap: 10px;
	margin-bottom: 30px;
}

.bolgDashBoard_filter .filter-title button {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 10px 15px;
	background: none;
	font-weight: bold;
	font-size: 14px;
	transition: all 200ms ease-in;
}

.bolgDashBoard_filter .filter-title button.active {
	background-color: #004a99;
	border-color: #004a99;
	color: #FFF;
}

.bolgDashBoard_filter .element {
	padding: 20px 18px 30px;
	border-radius: 15px;
	background-color: #FFF;
	border: 1px solid rgba(0, 0, 0, 0.10);
	margin-bottom: 18px;
}

.bolgDashBoard_filter .element .date {
	font-size: 16px;
	color: #ec7552;
	margin: 0 0 10px;
}

.bolgDashBoard_filter .element svg {
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.bolgDashBoard_filter .element .date svg {
	vertical-align: middle;
	margin: 0 5px 4px 0;
}

.bolgDashBoard_filter .element .name {
	color: #000000;
	font-size: 20px;
	font-weight: bold;
	margin: 0 0 10px;
}

.bolgDashBoard_filter .element .summary {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	color: rgb(100, 104, 106);
	line-height: 1.6;
}

.bolgDashBoard_filter .element .read-more {
	font-size: 18px;
	color: #004a99;
	border-bottom: 2px solid #004a99;
	display: inline-block;
	margin-top: 20px;
	padding-bottom: 5px;
	transition: all 200ms ease-in;
}

.bolgDashBoard_filter .element .read-more:hover {
	text-decoration: none;
}

.bolgDashBoard_filter .element svg {
	vertical-align: middle;
	margin: 0 0 4px 5px;
	font-size: 24px;
}

.bolgDashBoard_filter .filter-input {
	display: flex;
	align-items: center;
	gap: 15px;
	margin-bottom: 15px;
}

.bolgDashBoard_filter .filter-input input,
.bolgDashBoard_filter .filter-input select {
	flex: 1;
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 15px 10px;
	background: none;
	font-size: 15px;
	width: 1px;
}

.bolgDashBoard_filter .reset-btn {
	border: 1px solid rgba(0, 0, 0, 0.25);
	border-radius: 8px;
	padding: 10px 25px;
	background: none;
	font-weight: bold;
	font-size: 16px;
	align-self: stretch;
	transition: all 200ms ease-in;
	flex: 1;
}
.bolgDashBoard_filter button:hover{
	background-color: #004a99;
	border-color: #004a99;
	color: #FFF;
}
.bolgDashBoard_filter .is-country,
.bolgDashBoard_filter .is-text {
	display: none;
}

.bolgDashBoard_filter .meassage_box {
	text-align: center;
	overflow: hidden;
}


.bolgDashBoard_filter .moremeassage {
	text-align: center;
}

.bolgDashBoard_filter .moremeassage {
	color: #FFF;
	padding: 14px 30px;
	font-size: 14px;
	letter-spacing: 3px;
	display: inline-block;
	height: 40px;
	line-height: 1;
	margin: 10px auto 0;
	display: none;
	transition: all ease-in 200ms;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2);
	position: relative;
	background-color: #004a99;
	border-color: #004a99;
	color: #FFF;
	border-radius: 8px;
}

.bolgDashBoard_filter .moremeassage:hover {
	text-decoration: none;
}

.bolgDashBoard_filter .moremeassage.active {
	display: inline-block;
}



@keyframes rotatelogin {
	0% {
		transform: rotate(0deg)
	}

	100% {
		transform: rotate(360deg)
	}

}

@-webkit-keyframes rotatelogin {
	0% {
		-webkit-transform: rotate(0deg)
	}

	100% {
		-webkit-transform: rotate(359deg)
	}
}

.bolgDashBoard_filter .moremeassage span {
	width: 20px;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	line-height: 21px;
	font-size: 13px;
	vertical-align: middle;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-name: rotatelogin;
	animation-name: rotatelogin;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	position: relative;
	letter-spacing: 0;
	background: url(images/refresh.png) no-repeat center center;
	display: none;
}
.bolgDashBoard_filter.xbd-loading .moremeassage span{
	display:inline-block
}
.bolgDashBoard_filter.xbd-loading{
	pointer-events: none;
}
.bolgDashBoard_filter .no-data{
	font-size: 18px;
	text-align: center;
	padding: 30px 0;
}


.bolgDashBoard_filter .filter-wraper{
	max-height: 100vh;
	overflow: auto;
	padding: 0px 5px;
}


.bolgDashBoard_filter .filter-wraper::-webkit-scrollbar {
    width: 5px;
    border-radius: 0.5rem;
}

.bolgDashBoard_filter .filter-wraper::-webkit-scrollbar-track {
    background: transparent;
}

.bolgDashBoard_filter .filter-wraper::-webkit-scrollbar-thumb {
    background: #E2E2E2;
    border-radius: 0.5rem;
}
