<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div[id^=wait_] {
	position: fixed !important;
	left: 0 !important;
	top: 0 !important;
	width: 100% !important;
	height: 100% !important;
	background: url(img/content/spinner.svg) no-repeat center center rgba(255, 255, 255, 0.5) !important;
	border: none !important;
	padding: 0 !important;
	text-indent: -9999px;
}

label.form-b__toggle-links {
	display: block;
}

input:checked + .form-b__toggle-links,
.form-b__toggle-links_active {
	background: #e3f8fc;
	color: var(--color-main) !important;
}

.is--wait-save {
	position: relative;
}

.is--wait-save::before {
	content: "First you need to save";
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, .85);
	text-align: center;
	font-size: 20px;
	padding-top: 2em;
}

.modal-b__label span {
	font-size: 60%;
}

.form-disabled {
	pointer-events: none;
}

.form-disabled .lk-pages__table-settings,
.form-disabled .form-b__value {
	opacity: .5;
}

.form-b__toggle-links {
	text-align: left;
}

.form-b__value_disabled {
	opacity: .2;
	cursor: not-allowed !important;
	pointer-events: none;
}

.form-b__field_inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 16px;
}

.form-b__field_inline .form-b__label {
	line-height: 54px;
	margin-bottom: 0;
}

.form-b__field_inline &gt; * {
	padding-right: 24px;
}

.table-selectable-row {
	cursor: pointer;
}

.button_border {
	color: inherit !important;
}

.lk-pages__player img[src*="empty"] {
	padding: 10px;
	background: #f0f3f5;
}

[data-href] {
	cursor: pointer;
}

.lk-pages__table-empty .lk-pages__table-status {
	display: none;
}

.ya-share2__item_more.ya-share2__item_has-pretty-view .ya-share2__icon_more {
	background-image: url("/local/templates/liga/img/content/share.svg") !important;
	background-size: auto !important;
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.ya-share2__link {
	background: none !important;
}

.header-b__auth-photo {
	width: 48px;
}

.player-b__achives-item img {
	height: 47px;
}

.lk-pages__form-value_loss {
	background: #e9424c;
	color: #fff;
}

.lk-pages__form-value_draw {
	background: #49aed6;
	color: #fff;
}

.stats-b__timer-goal:hover {
	z-index: 5;
}

.stats-b__timer-team {
	width: 250px;
}

/*.schedule-b__qual-team {
	min-height: 32px;
}

.schedule-b__qual-column:first-child .schedule-b__qual-group::after {
	content: none;

}

.schedule-b__qual-column:first-child .schedule-b__qual-group .schedule-b__qual-item + .schedule-b__qual-item:after {
	content: '';
	top: -60px;
	height: calc(100% + 20px);
	right: -20px;
	border-radius: 0 8px 8px 0;
	border: 1px solid #e4eaef;
	z-index: 1;
	position: absolute;
	width: 20px;
	border-left: 0;
}

.schedule-b__qual-group::before {
	content: none;

}

.schedule-b__qual-group .schedule-b__qual-item::before {
	height: 1px;
	background: #e4eaef;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
	left: -20px;
	position: absolute;
	content: '';
	width: 20px;
}

.schedule-b__qual-column_final + .schedule-b__qual-column .schedule-b__qual-item::before {
	left: -40px;
	width: 40px;
}*/

.lk-pages__step {
	background: #aaa;
}

.lk-pages__step.lk-pages__step_done,
.lk-pages__step_done {
	background: #037cbd;
}

.lk-pages__step_warn {
	background: var(--color-orange);
}

.lk-pages__step_error {
	background: #e88f94;
}

.lk-pages__step_danger {
	background: #e9424c;
}

.schedule-b__help-column i {
	border-radius: 4px;
	width: 18px;
	height: 18px;
}

.schedule-b__qual-name img {
	height: auto;
}

.invites-b__title {
	padding-right: 30px;
}

.trener-head-b__photo img {
	aspect-ratio: auto;
}

button.lk-pages__control-item {
	border: none;
}

.stats-b__goals-field.stats-b__goals-field_active {
	background: rgba(73, 174, 214, 0.2);
}

.stats-b__timer-pic img {
	max-height: 75%;
}

.stats-b__versus-pic img {
	max-height: 80%;
}

.stats-b__nav-item_selected {
	border: 1px solid #e4eaef !important;
	background: rgba(3, 124, 189, 0.2) !important;
}

.stats-b__goals-field_selected {
	background: #fff6e1 !important;
}

.stats-b__goals-noActions .stats-b__goals-column:not(.stats-b__goals-column_info) {
	max-width: 100%;
}

.stats-b__goals-time {
	white-space: nowrap;
}

.stats-b &gt; .stats-b__goals:not(:has(.stats-b__goals-column_info)):not(:has(.stats-b__goals-field)) {
	display: none;
}

.stats-b__penal-item:not(.stats-b__penal-item_out) .stats-b__penal-label span {
	border-radius: 10px;
	border: 1px solid #61e942;
	height: 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 10px;
	color: #a5aab4;
}

.stats-b__penal-item:not(.stats-b__penal-item_out):not(.stats-b__penal-item_add) {
	padding-top: 30px;
}

.stats-b__penal-item .stats-b__penal-return {
	border-radius: 10px;
	border: 2px solid #e4eaef;
	cursor: pointer;
	display: inline-block;
	background: #e9424c;
	width: 60px;
	height: 60px;
}

.stats-b__versus-result span {
	font-size: 18px;
}

.edit-photo-b__toggle .edit-photo-b__item img {
	width: auto;
}

.liga-b__photo {
	overflow: hidden;
}

.stats-b__goal-card input {
	padding: 0 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
}
</pre></body></html>