

/* Start:/local/templates/main_template/components/bitrix/news.list/anti_corruption/style.css?17586286561440*/
.select {
	padding: 10px 15px;
	border: 1px solid #EBEBEB;
	background-color: #EBEBEB;
	border-radius: 10px;
	cursor: pointer;
}

.select:focus {
	border: 1px solid #007A65;
}

.text-green{
	color:rgb(0,122,101);
}

.input {
	padding: 10px 15px;
	border: 1px solid #ebebeb;
	background-color: #ebebeb;
	border-radius: 10px;
	cursor: pointer;
	width: 100%;
	margin-top: 8px;
}

.width-10 {
	width: 10%;
}

.width-20 {
	width: 20%;
}

.width-70 {
	width: 70%;
}

.anti-corruption__table th,
.anti-corruption__table td {
	padding: 16px;
	border-collapse: collapse;
}
.w-35 {
	width: 35%;
}

.row-gray {
	background-color: #EBEBEB;
}

.table-header {
	border-collapse: collapse;
	border-radius: 10px;
	overflow-x: auto;
}

.loader-container {
	display: flex;
	justify-content: center;
	align-items: center;
}

.loader {
	width: 48px;
	height: 48px;
	border: 5px solid #00654d;
	border-bottom-color: transparent;
	border-radius: 50%;
	display: block;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	text-align: center;
}

@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
}

.opacity-0 {
	opacity: 0;
}

.opacity-100 {
	opacity: 1;
}

.corruption-table th {
	background-color: #EBEBEB;
}

.corruption-table-data {
	padding: 16px;
	vertical-align: top;
}

.border-table {
	border-radius: 10px;
	overflow-x: auto;
	border-style: solid;
}

.row-gray {
	background-color: #EBEBEB;
}
/* End */
/* /local/templates/main_template/components/bitrix/news.list/anti_corruption/style.css?17586286561440 */
