:root {
	--animation-duration: 150ms;

	/* -------- Desktop -------- */
	--text-h1: 94px;
	--text-h2: 34px;
	--text-h3: 24px;
	--text-h4: 20px;
	--text-body-large: 24px;
	--text-body-reg: 18px;
	--text-subtitle: 14px;
	--spacing-margin: 96px;
	--spacing-margin-top: 100px;
	--spacing-margin-core: 40px;

	/* -------- Tablet -------- */
	--text-h1-tablet: 64px;
	--text-h2-tablet: 28px;
	--text-h3-tablet: 18px;
	--text-h4-tablet: 18px;
	--text-body-large-tablet: 18px;
	--text-body-reg-tablet: 16px;
	--text-subtitle-tablet: 14px;
	--spacing-margin-tablet: 24px;
	--spacing-margin-top-tablet: 64px;
	--spacing-margin-core-tablet: 24px;

	/* -------- Mobile -------- */
	--text-h1-mobile: 36px;
	--text-h2-mobile: 28px;
	--text-h3-mobile: 18px;
	--text-h4-mobile: 18px;
	--text-body-large-mobile: 18px;
	--text-body-reg-mobile: 16px;
	--text-subtitle-mobile: 14px;
	--spacing-margin-mobile: 14px;
	--spacing-margin-top-mobile: 42px;
	--spacing-margin-core-mobile: 14px;
}

@media screen and (max-width: 1279px) {
	:root {
		--text-h1: 64px;
		--text-h2: 28px;
		--text-h3: 18px;
		--text-h4: 18px;
		--text-body-large: 18px;
		--text-body-reg: 16px;
		--text-subtitle: 14px;
		--spacing-margin: 24px;
		--spacing-margin-top: 64px;
		--spacing-margin-core: 24px;
	}
}

@media screen and (max-width: 599px) {
	:root {
		--text-h1: 36px;
		--spacing-margin: 14px;
		--spacing-margin-top: 42px;
		--spacing-margin-core: 14px;
	}
}

/* ----------------- Light Theme ----------------- */
:root {
	/* -------- Core Colors -------- */
	--core-colors-neutral-50: #f8fafc;
	--core-colors-neutral-100: #f1f5f9;
	--core-colors-neutral-200: #e2e8f0;
	--core-colors-neutral-300: #cbd5e1;
	--core-colors-neutral-400: #94a3b8;
	--core-colors-neutral-500: #64748b;
	--core-colors-neutral-600: #475569;
	--core-colors-neutral-700: #334155;
	--core-colors-neutral-800: #2c323b;
	--core-colors-neutral-900: #22242a;
	--core-colors-neutral-950: #121317;
	--core-colors-neutral-black: #000000;
	--core-colors-neutral-white: #ffffff;

	--core-colors-primary-50: #0350a50d;
	--core-colors-primary-100: #0350a51a;
	--core-colors-primary-200: #0350a533;
	--core-colors-primary-300: #0350a580;
	--core-colors-primary-400: #0350a5bf;
	--core-colors-primary-500: #0350a5;
	--core-colors-primary-accent-50: #2065f20d;
	--core-colors-primary-accent-100: #2065f21a;
	--core-colors-primary-accent-200: #2065f233;
	--core-colors-primary-accent-300: #2065f280;
	--core-colors-primary-accent-400: #2065f2bf;
	--core-colors-primary-accent-500: #2065f2;

	--core-colors-info-danger: #dd3636;
	--core-colors-info-danger-bg: #dd36361a;
	--core-colors-info-info: #0069ff;
	--core-colors-info-info-bg: #0069ff1a;
	--core-colors-info-success: #27ae60;
	--core-colors-info-success-bg: #27ae601a;
	--core-colors-info-warning: #e67e22;
	--core-colors-info-warning-bg: #e67e221a;

	/* -------- Backgrounds -------- */
	--bg-accent: var(--core-colors-primary-500);
	--bg-content: var(--core-colors-neutral-white);
	--bg-danger: var(--core-colors-info-danger-bg);
	--bg-footer: #061a31;
	--bg-header: var(--core-colors-neutral-white);
	--bg-hover: var(--core-colors-primary-accent-100);
	--bg-info: var(--core-colors-info-info-bg);
	--bg-main: var(--core-colors-neutral-100);
	--bg-mobile-menu-open: var(--core-colors-primary-500);
	--bg-modal: #00000080;
	--bg-success: var(--core-colors-info-success-bg);
	--bg-warning: var(--core-colors-info-warning-bg);

	/* -------- Borders & Radius -------- */
	--border-color-accent: var(--core-colors-primary-500);
	--border-color-danger: var(--core-colors-info-danger);
	--border-color-defoult: var(--core-colors-neutral-300);
	--border-color-divider: var(--core-colors-neutral-200);
	--border-color-info: var(--core-colors-info-info);
	--border-color-success: var(--core-colors-info-success);
	--border-color-warning: var(--core-colors-info-warning);
	--border-radius-card: 18px;
	--border-radius-input: 32px;
	--border-radius-button: 999px;
	--border-radius-icon: 999px;

	/* -------- Buttons -------- */
	--button-danger-accent: #da1d1d;
	--button-danger-bg-hover: #dd36361a;
	--button-danger-defoult: #dd3636;
	--button-neutral-bg-hover: #cbd5e173;
	--button-neutral-defoult: var(--core-colors-neutral-black);
	--button-primary-bg-hover: var(--core-colors-primary-accent-100);
	--button-primary-hover: var(--core-colors-primary-accent-500);
	--button-primary-outline: var(--core-colors-primary-500);
	--button-primary-outline-hover: var(--core-colors-primary-accent-500);
	--button-primary-primary: var(--core-colors-primary-500);

	/* -------- Inputs -------- */
	--input-bginput-disabled: #d9dee766;
	--input-placeholder: #758da6;
	--input-border-active: var(--core-colors-primary-accent-500);
	--input-border-def: #cbd5e1;
	--input-border-error: #dd3636;
	--input-border-hover: var(--core-colors-primary-accent-500);

	/* -------- Data Icons -------- */
	--data-icons-economy: #e67e22;
	--data-icons-economy-bg: #e67e220d;
	--data-icons-icon: #0069ff;
	--data-icons-icon-bg: #0069ff0d;
	--data-icons-municipal: #9c47bf;
	--data-icons-municipal-bg: #9c47bf0d;
	--data-icons-resources: #f1c40f;
	--data-icons-resources-bg: #f1c40f0d;
	--data-icons-social: #27ae60;
	--data-icons-social-bg: #27ae600d;

	/* -------- Logos -------- */
	--logo-blue: var(--core-colors-primary-accent-500);
	--logo-on-dark: var(--core-colors-neutral-white);
	--logo-on-light: var(--core-colors-neutral-600);

	/* -------- Texts -------- */
	--text-primary: var(--core-colors-neutral-black);
	--text-accent: var(--core-colors-primary-500);
	--text-accent-hover: var(--core-colors-primary-accent-500);
	--text-danger: var(--core-colors-info-danger);
	--text-info: var(--core-colors-info-info);
	--text-ondark: var(--core-colors-neutral-white);
	--text-onlight: var(--core-colors-neutral-black);
	--text-secondary: var(--core-colors-neutral-600);
	--text-success: var(--core-colors-info-success);
	--text-warning: var(--core-colors-info-warning);
}
/* === DAIKON === */
@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-THIN.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-EXTRALIGHT.ttf") format("truetype");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-LIGHT.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-REGULAR.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-MEDIUM.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-SEMIBOLD.ttf") format("truetype");
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-BOLD.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Daikon";
	src: url("/ua_portal_design/fonts/DAIKON-BLACK.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

/* === KYIV TYPE SANS === */
@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Thin.ttf") format("truetype");
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Light.ttf") format("truetype");
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Regular.ttf") format("truetype");
	font-weight: 400;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Medium.ttf") format("truetype");
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Bold.ttf") format("truetype");
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Heavy.ttf") format("truetype");
	font-weight: 800;
	font-style: normal;
}

@font-face {
	font-family: "Kyiv*Type Sans";
	src: url("/ua_portal_design/fonts/KyivTypeSans-Black.ttf") format("truetype");
	font-weight: 900;
	font-style: normal;
}

* {
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: inherit;
}

ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

p {
	margin: 0;
}

html {
	background: var(--core-colors-neutral-white, #ffffff) !important;
}

body {
	margin: 0 !important;
	padding: 0 !important;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}

/* custom common styles */

.ua-content {
	width: -webkit-fill-available;
	flex-shrink: 1;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	padding: 0;
}

.ua-primary {
	flex-grow: 1;
	margin: 0;
	flex-grow: 1;
	padding: 20px 40px 20px 20px;
	background: var(--core-colors-neutral-100, #f1f5f9);
}

.ua-divider {
	height: 1px;
	width: 100%;
	background: var(--border-color-divider, #e2e8f0);
}

@media screen and (max-width: 1279px) {
	.ua-primary {
		padding: 20px 24px;
	}
}

@media screen and (max-width: 599px) {
	.ua-primary {
		padding: 20px 14px;
	}
}

/* text overflow */

.ua-single-line-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ua-two-line-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ua-three-line-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ua-four-line-text {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* custom button styles */

.ua-btn {
	display: flex;
	height: 42px;
	padding: 8px 18px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	flex-shrink: 0;
	border-radius: 999px;
	border: 1px solid var(--button-primary-primary, #0350a5);
	background: var(--button-primary-primary, #0350a5);
	transition: background linear var(--animation-duration);

	white-space: nowrap;
	color: var(--text-ondark, #fff);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.ua-btn--ondark {
    color: var(--text-accent, #0350A5);
    background: var(--text-ondark, #FFF);
}

.ua-btn-round {
	padding: 12px;
}

.ua-btn:hover,
.ua-btn:focus {
	color: var(--text-ondark, #fff) !important;
	text-decoration: none !important;
	background: var(--button-primary-hover, #2065f2);
}

.ua-btn-transparent {
	background: transparent;
}

.ua-btn-transparent:hover,
.ua-btn-transparent:focus {
	background: var(--button-neutral-bg-hover, rgba(32, 101, 242, 0.1));
}

.ua-btn-ondark {
	color: var(--text-ondark, #fff);
	border: 1px solid var(--text-ondark, #fff);
}

.ua-btn-onlight {
	color: var(--button-primary-outline, #0350a5);
	border: 1px solid var(--button-primary-outline, #0350a5);
}

.ua-btn-onlight:hover,
.ua-btn-onlight:focus {
	color: var(--button-primary-outline, #0350a5) !important;
	border: 1px solid var(--button-primary-outline-hover, #2065f2);
	background: var(--button-primary-bg-hover, rgba(32, 101, 242, 0.1));
}

.ua-btn-negative {
	color: var(--button-danger-defoult, #dd3636);
	border: 1px solid var(--button-danger-defoult, #dd3636);
}

.ua-btn-negative:hover,
.ua-btn-negative:focus {
	color: var(--button-danger-defoult, #dd3636) !important;
	background: var(--button-danger-bg-hover, rgba(221, 54, 54, 0.1));
}

/* custom input styles */

.ua-label {
	position: relative;
	width: 100%;
}

.ua-label > img {
	position: absolute;
	left: 12px;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
}

.ua-label::after {
	content: none;
}

.ua-input {
	width: 100%;
	border-radius: var(--border-radius-input, 32px);
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: transparent;
	padding: 8px 30px;

	color: var(--text-primary, #000000);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

.ua-input::placeholder {
	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

/* scrollbar */

::-webkit-scrollbar {
	background: transparent;
	height: 6px;
	width: 6px;
}

::-webkit-scrollbar-thumb {
	background: var(--border-color-accent, #0350a5);
	border-radius: 8px;
	border: 1px solid var(--input-border-def, #cbd5e1);
}

/* tag */

.ua-tag {
	flex-shrink: 0;
	width: fit-content;
	max-width: min(280px, 100%);
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 999px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
}

.ua-tag > span {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
	text-overflow: ellipsis;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

.ua-tag--round {
	padding: 8px;
}

.ua-format {
	padding: 7px 12px;
	border-radius: 8px;
	border: 1px solid var(--data-icons-icon, #0069ff);
	background: var(--data-icons-icon-bg, rgba(0, 105, 255, 0.1));

	color: var(--text-primary, #000);
	text-align: center;
	font-family: Daikon;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 12px;
}

/* state item */

.ua-state-item {
	flex-shrink: 0;
	height: fit-content;
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 8px 14px;
	border-radius: 8px;
	border: 1px solid black;

	font-family: Daikon;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

.ua-state-item--dark {
	color: var(--text-secondary, #475569);
	border: 1px solid var(--text-secondary, #475569);
	background: rgba(255, 255, 255, 0.05);
}

.ua-state-item--orange {
	color: #e67e22;
	border: 1px solid #e67e22;
	background: rgba(230, 126, 34, 0.1);
}

.ua-state-item--red {
	color: #dd3636;
	border: 1px solid #dd3636;
	background: rgba(221, 54, 54, 0.1);
}

.ua-state-item--blue {
	color: #0069ff;
	border: 1px solid #0069ff;
	background: rgba(0, 105, 255, 0.1);
}

.ua-state-item--green {
	color: #229251;
	border: 1px solid #229251;
	background: rgba(39, 174, 96, 0.1);
}

@media screen and (max-width: 599px) {
	.ua-state-item > span {
		display: none;
	}
}

/* opening-item */

.js-opening-item__content {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.js-opening-item__text {
	margin: 0;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

.js-opening-item__content:not(.expanded) .js-opening-item__text {
	position: relative;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
}

.js-opening-item__content:not(.expanded) .js-opening-item__text::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 3rem;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 99%);
}

.js-opening-item__button {
	width: fit-content;
	display: flex;
	align-items: center;
	gap: 16px;
	padding: 8px 0;
	border: none;
	background: transparent;

	color: var(--button-primary-primary, #0350a5);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.js-opening-item__button[hidden] {
	display: none;
}

.js-opening-item__content.expanded
	.js-opening-item__button
	> span:nth-child(1) {
	display: none;
}

.js-opening-item__content:not(.expanded)
	.js-opening-item__button
	> span:nth-child(2) {
	display: none;
}

.js-opening-item__button > img {
	transform: rotate(0deg);
	transition: transform linear var(--animation-duration);
}

.js-opening-item__content.expanded .js-opening-item__button > img {
	transform: rotate(-180deg);
}

/* block container */

.ua-block-container {
	display: flex;
	flex-direction: column;
	gap: 24px;
	padding: 24px;
	border-radius: 24px;
	background: var(--bg-content, #fff);
}

.ua-block-container__title {
	margin: 0;
	color: var(--text-primary, #000);
	font-family: "Kyiv*Type Sans";
	font-size: var(--text-h4, 20px);
	font-style: normal;
	font-weight: 500;
	line-height: 110%;
}

.ua-block-container__tip {
	color: var(--text-secondary, #475569);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

@media screen and (max-width: 599px) {
	.ua-block-container {
		padding: 14px;
	}
}

/* popup */

#ua-popup {
	position: fixed;
	top: 20px;
	right: 40px;

	display: flex;
	align-items: center;
	gap: 8px;

	padding: 12px;
	border-radius: 12px;
	border: 1px solid var(--border-color-defoult, #cbd5e1);
	background: var(--bg-content, #fff);
	box-shadow: 20px 20px 20px 0 rgba(0, 0, 0, 0.08);

	opacity: 0;
	transform: translateX(150%);
	transition: transform 0.35s ease, opacity 0.35s ease;
	pointer-events: none;
	z-index: 9999;

	color: var(--text-primary, #000);
	font-family: Daikon;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
}

#ua-popup-image {
	width: 34px;
	height: 34px;
	display: flex;
	padding: 10px;
	border-radius: 6px;
}

.ua-popup-image--positive {
	background: var(--bg-success, rgba(39, 174, 96, 0.1));
	color: #27ae60;
}

.ua-popup-image--negative {
	background: var(--bg-danger, rgba(221, 54, 54, 0.1));
	color: #dd3636;
}

[data-list-pager] {
    position: relative;
    transition: opacity 0.2s ease-in-out;
    min-height: 200px;
}

[data-list-pager].loading::before {
    content: "";
    position: sticky;
    top: calc(50vh - 20px);
    left: 50%;
    width: 40px;
    height: 40px;
    margin-left: -20px;
    margin-bottom: -40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #0350a5;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    z-index: 100;
    display: block;
}

[data-list-pager].loading::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
}

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

.ua-portal-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 40px;
	margin-bottom: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #f1f5f9 !important;
	font-family: Daikon;
}

.ua-portal-header .header-content {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 45px;
	width: 100%;
}

.header-logo .logo-link:hover {
	opacity: 0.9;
}

.header-logo .logo-icon {
	width: 105px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.logo-img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.header-nav {
	flex: 1;
	display: flex;
	justify-content: center;
}

.header-nav .nav-list {
	display: flex;
	align-items: center;
	gap: 20px;
	margin: 0;
}

.header-nav .nav-link {
	text-decoration: none;
	color: var(--text-primary, #000);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
	padding: 8px 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
	position: relative;
}

.header-nav .nav-link:hover {
	background: none !important;
	color: var(--text-accent-hover, #2065f2) !important;
}

.header-nav .nav-link.active {
	color: var(--text-accent, #0350a5) !important;
	background: none !important;
	font-weight: 400;
}

.header-nav .nav-link.active::after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100% !important;
	height: 2px;
	background-color: var(--text-accent, #0350a5);
	border-radius: 1px;
}

.header-user {
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.header-user .user-menu {
	position: relative;
	display: inline-block;
}

.header-user .user-toggle {
	display: flex;
	align-items: center;
	gap: 8px;
	background: none;
	border: none;
	color: rgb(0, 0, 0);
	cursor: pointer;
	padding: 6px 10px;
	border-radius: 6px;
	transition: background-color 0.2s ease;
}

.header-user .user-avatar {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	overflow: hidden;
	border: 1px solid var(--input-border-def, #cbd5e1);
}

.header-user .avatar-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.header-user .avatar-placeholder {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

.header-user .user-info {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	line-height: 1.2;
}

.header-user .user-name {
	color: var(--text-primary, #000);
	font-size: 16px;
	font-weight: 400;
	line-height: 140%;
}

.header-user .user-role {
	color: var(--text-secondary, #475569);
	font-size: 14px;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: 0.07px;
}

.user-menu,
.extra-pages-menu {
	position: relative;
}

.nav-list-dropdown {
	left: 0;
}

.user-dropdown.show,
.nav-list-dropdown.show {
	transform: translateY(0);
	display: block;
	pointer-events: auto;
}

.header-image {
	display: none !important;
}

.navbar {
	margin-bottom: 0 !important;
}

.logo-item {
	display: none;
	background-color: transparent;
	border: none;
	padding: 8px;
}

.burger-menu--onmobile {
    display: none;
}

@keyframes slideInLeft {
	from {
		transform: translateX(-100%);
		opacity: 0;
	}

	to {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideOutLeft {
	from {
		transform: translateX(0);
		opacity: 1;
	}

	to {
		transform: translateX(-100%);
		opacity: 0;
	}
}

.ua-portal-header {
	box-shadow: none !important;
	border-bottom: none !important;
}

@media screen and (max-width: 1279px) {
	.ua-portal-header {
		padding: 12px 24px;
	}

	.toolbar {
		padding: 12px 24px;
		overflow-x: scroll !important;
	}

	.header-user,
	.header-nav {
		display: none;
	}

	.logo-item {
		display: block;
	}

    .ua-btn--desktop {
        display: none;
    }

    .burger-menu--onmobile {
        display: block;
    }
}

@media screen and (max-width: 768px) {
	.ua-portal-header .header-content {
		flex-wrap: wrap;
		min-height: auto;
	}

	.header-nav {
		order: 3;
		flex-basis: 100%;
		margin-top: 12px;
	}

	.header-nav .nav-list {
		justify-content: center;
		gap: 20px;
		flex-wrap: wrap;
	}

	.header-user .user-info {
		display: none;
	}
}

@media screen and (max-width: 599px) {
	.ua-portal-header {
		padding: 12px 14px;
	}

	.dataset-sidebar-cust {
		padding: 14px;
	}

	.toolbar {
		padding: 12px 14px;
	}
}

.toolbar {
	border-bottom: 1px solid #e2e8f0;
	padding: 12px 40px;
	margin-bottom: 0;
	font-family: Daikon;

	display: flex;
	justify-content: space-between;
	align-items: center;
}

.toolbar > * {
	margin-left: auto;
}

.breadcrumb {
	background: none;
	border: none;
	border-radius: 0;
	margin: 0;
	padding: 0;
	font-size: 14px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.breadcrumb > li {
	display: inline-flex;
	align-items: center;
	color: #495057;
	font-size: 14px;
	padding: 0 !important;
}

.breadcrumb > li + li::before {
	content: url("/ua_portal_design/images/arrow.svg") !important;
	color: #adb5bd;
	padding: 0 8px;
	font-size: 13px;
	font-weight: 300;
}

.breadcrumb > li > a {
	color: #6c757d;
	text-decoration: none;
	transition: all 0.15s ease-in-out;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: 400;
}

.breadcrumb > li > a:hover {
	color: var(--text-accent-hover, #2065f2);
	background-color: none !important;
	text-decoration: none;
}

.breadcrumb li.active a {
	font-weight: 400 !important;
}

.breadcrumb > li:first-child > a {
	padding-top: 8px;
	padding-left: 0;
}

.breadcrumb .fa-home {
	display: none;
}

.breadcrumb i.fa {
	display: none;
}

.breadcrumb .icon {
	display: none;
}

.breadcrumb > li:first-child > a::before {
	content: url("/ua_portal_design/images/home.svg") !important;
	margin-right: 6px;
}

.breadcrumb > li:first-child:hover > a::before {
	content: url("/ua_portal_design/images/home-hover.svg") !important;
}

.ua-portal-header + .toolbar {
	border-top: none;
	margin-top: 0;
}

.ua-portal-header {
	margin-bottom: 0;
	border-bottom: none;
}

.toolbar {
	margin-top: 0;
}

@media screen and (max-width: 1279px) {
	.breadcrumb {
		flex-wrap: nowrap;
	}

	.breadcrumb a {
		display: inline-block;
		width: max-content;
	}
}

@media screen and (max-width: 768px) {
	.breadcrumb {
		font-size: 13px;
	}

	.breadcrumb > li + li:before {
		padding: 0 6px;
	}
}

.mobile-menu {
    display: none;
    background-color: var(--core-colors-primary-500, #0350a5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
}

.mobile-menu.active {
    display: block;
    animation: slideInLeft 0.4s ease forwards;
    z-index: 99999;
}

.mobile-menu.closing {
    display: block;
    animation: slideOutLeft 0.4s ease forwards;
}

.mobile-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 12px;
}

.mobile-menu-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 54px;
    padding: 25px 14px;
    height: calc(100vh - 117px);
}

.mobile-menu-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin: 0;
    padding: 0;
}

.mobile-menu-item {
    list-style: none;
    padding: 8px 0;
    position: relative;
}

.mobile-menu-item::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0;
    background: #fff;
    transition: width 0.3s ease;
}

.mobile-menu-item:hover::after {
    width: 100%;
}

.mobile-menu-link {
    color: var(--core-colors-neutral-white, #ffffff);
    font-size: 16px;
    line-height: 140%;
    text-decoration: none;
}

.mobile-menu-link:hover {
    text-decoration: none;
    color: var(--core-colors-neutral-white, #ffffff);
}

.mobile-menu-bottom {
    margin-top: auto;
}

.menu-item-container {
    display: flex;
    gap: 12px;
}

.ua-portal-footer {
	background: #061a31;
	color: #ffffff;
	padding: 59px 40px;
	margin-top: auto;
	max-width: 100%;
	width: 100%;
	font-family: Daikon;
}

.ua-portal-footer .footer-content {
	max-width: 100%;
	margin-right: auto;
	margin-left: auto;
}

.footer-content {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.footer-main {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.logo-img {
	width: 170px;
}

.footer-links {
	display: flex;
	gap: 40px;
	justify-content: flex-end;
	align-items: flex-start;
}

.footer-section {
	display: flex;
	flex-direction: column;
	gap: 24px;
	min-width: 292px;
	max-width: 320px;
}

.footer-section-title {
	color: var(--baseTextOnDark, #fff);
	font-family: "Kyiv*Type Sans";
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
}

.footer-section-list {
	display: flex;
	flex-direction: column;
	gap: 16px;
	list-style: none;
	padding: 0;
	margin: 0;
}

.footer-section-list li {
	margin: 0;
}

.footer-section-list a {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 140%;
	color: #ffffff;
	text-decoration: none;
	transition: opacity 0.2s ease;
}

.footer-section-list a:hover {
	opacity: 0.8;
	text-decoration: underline;
}

.footer-section-list .portal-link {
	text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	padding-top: 24px;
	text-align: center;
}

.footer-copyright {
	font-family: "Arial", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 140%;
	color: rgba(255, 255, 255, 0.7);
	margin: 0;
}

@media screen and (max-width: 1279px) {
	.footer-main {
		flex-direction: column;
		gap: 80px;
	}
}

@media screen and (max-width: 679px) {
	.footer-main {
		gap: 40px;
		align-items: center;
	}

	.footer-links {
		justify-content: center;
		flex-direction: column;
	}

	.footer-links {
		gap: 42px;
	}

	.footer-section,
	.footer-section-list {
		align-items: center;
	}
}
