.preloaderByDruid{
	position:fixed;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color: white;
	z-index: 99999;
	display:flex;
}
.preloaderByDruid>div{
	background-image: url(/assets/images/preloader.gif);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	width: 20%;
	height: 20%;
}
.select2-selection__clear {
    display: none; /* Ховаємо кнопку очищення */
}
.active>.page-link, .page-link.active{
	background-color: #7bee1f;
	border-color: #7bee1f;
	color:black;
}
.pagination a{
	font-weight: bold;
	min-width: 35px;
	text-align: center;
}
.page-link:hover{
	color:#7bee1f;
}




.not-found-page {
  background-image: url('/assets/images/hero_bg.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: calc(100vh - 70px);
  color: #000;

}


.not-found-page__content{
  background-color: rgb(255 255 255 / 80%);

}