._loading_rd4nu_1 {
	position: absolute;
	top: 47%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}
._balance_1ds8q_1 {
	flex-basis: 100px;
	align-self: flex-end;
	text-align: right;
}

._infoElementHome_1ds8q_7 {
	display: flex;
	flex-direction: row;
}

._detailsHome_1ds8q_12 {
	display: flex;
	flex: 1 0 50%;
	flex-direction: column;
}

._interactive-button_1ds8q_18 {
	transition: all 0.2s;
	position: relative;
	width: 250px;
	height: 120px;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
	border-Radius: 1rem;
	margin-right: 1rem;
	margin-bottom: 1rem;
	cursor: pointer;
}

._interactive-button_1ds8q_18:hover {
	box-shadow:
		4px 4px 4px 0 #00000040,
		4px 4px 4px 0 #00000040;
}

._interactive-button_1ds8q_18:active {
	transform: translate(2px, 2px);
}

._interactive-button_1ds8q_18:active,
._interactive-button-selected_1ds8q_44:hover,
._interactive-button-selected_1ds8q_44 {	
	box-shadow:
		4px 4px 4px 0 #ff000040,
		4px 4px 4px 0 #00000040;
}

@media (max-width: 450px) {
	._interactive-button_1ds8q_18 {
		flex-grow: 1;
	}
}._rotate_1fvc4_1 {
	animation: _rotate_1fvc4_1 1.5s linear infinite;
}

@keyframes _rotate_1fvc4_1 {
	to {
		transform: rotate(-360deg);
	}
}
._info-span-text_cen6w_1 {
	font-size: 20px;
}
._navbar_av9t3_1 li ._glyphicon_av9t3_1 {
	margin-right: 10px;
}

/* Highlighting rules for nav menu items */
._navbar_av9t3_1 ._navbar-nav_av9t3_6 ._active_av9t3_6 a,
._navbar_av9t3_1 ._navbar-nav_av9t3_6 ._active_av9t3_6 a:hover,
._navbar_av9t3_1 ._navbar-nav_av9t3_6 ._active_av9t3_6 a:focus {
	color: white;
	background-color: #4189c7;
	background-image: none;
}

._menuButton_av9t3_14 {
	margin-right: 36px;
}

._username_av9t3_18 {
	font-size: larger;
}

._main-content-wrapper_av9t3_22 {
	flex-grow: 1;
	height: 100%;
	padding: 70px 8px 8px;
	background: url("/assets/business-CXWdkJsN.webp");
}

@media (max-width: 450px) {
	._app-drawer_av9t3_30 {
		display: none;
	}

	._app-drawer__opened_av9t3_34 {
		display: block;
	}

	._main-content-wrapper_av9t3_22 {
		padding: 70px 8px 8px;
		max-width: 100vw;
	}
}

@media (min-width: 450px) {
	/* On large screens, convert the nav menu to a vertical sidebar */
	._navbar_av9t3_1 {
		width: calc(25% - 20px);
		border-width: 0;
		border-radius: 0;
	}

	._navbar-header_av9t3_52 {
		float: none;
	}

	._navbar_av9t3_1 ._navbar-collapse_av9t3_56 {
		padding: 0;
		border-top: 1px solid #444;
	}

	._navbar_av9t3_1 ._container-fluid_av9t3_61 {
		margin: 0;
		padding: 0;
	}

	._navbar_av9t3_1 ._container-fluid_av9t3_61 ._navbar-brand_av9t3_66 {
		margin: 0;
	}

	._navbar_av9t3_1 a {
		/* If a menu item's text is too long, truncate it */
		width: 100%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	._navbar_av9t3_1 ul {
		float: none;
	}

	._navbar_av9t3_1 li {
		float: none;
		margin: 6px;
		font-size: 15px;
	}

	._navbar_av9t3_1 li a {
		padding: 10px 16px;
		border-radius: 4px;
	}
}
._homePageRoot_ra8jv_1 {
	flex-direction: column;
	flex-grow: 1;
	align-items: stretch;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	border-radius: 10px;
	overflow-y: auto;
	position: relative;
}

._text-nowrap_ra8jv_13 {
	white-space: nowrap;
}

._indicatorBox_ra8jv_17 {
	flex-grow: 1;
	padding: 12px;
	/* border: 4px dashed; */
	border-radius: 12px;
	/* filter: drop-shadow(4px 4px 4px #00000040);*/
	width: 300px;
	height: 160px;
	position: relative;	
	overflow: hidden;
}

._indicatorBox_ra8jv_17:hover {
	box-shadow:
		4px 4px 4px 0 #00000040,
		4px 4px 4px 0 #00000040;
}

._indicatorBox_ra8jv_17:hover ._indicatorImage_ra8jv_35 svg {
	transform: rotate(10deg);
	font-size: 200px;
}

._indicatorImage_ra8jv_35 svg {
	transition: all 1s;
}

._indicatorsWrapper_ra8jv_44 {
	display: flex;
	flex-direction: row;
	gap: 20px;
	margin-top: 18px;
}

._indicatorHorizontalWrapper_ra8jv_51 {
	display: flex;
	flex-direction: row;
	gap: 12px;
	align-items: center;
}

@media (max-width: 450px) {

	#_estates-wrapper_ra8jv_1,
	._indicatorHorizontalWrapper_ra8jv_51 {
		flex-wrap: wrap;
	}

	._automationItem_ra8jv_65 {
		flex-grow: 1;
	}
}

._indicatorVerticalWrapper_ra8jv_70,
._automationItem_ra8jv_65 {
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

._indicator_ra8jv_17 {
	font-size: 24pt !important;
	color: white;
}

._indicatorName_ra8jv_82 {
	color: white;
	font-size: 1rem;
	filter: none;
}

._indicatorTitle_ra8jv_88 {
	font-size: 32pt !important;
	text-shadow: 0 4px 4px rgb(0 0 0 / 0.25);
}

._automationItem_ra8jv_65 {
	justify-content: space-around;
	width: 100px;
	height: 100px;
	border-radius: 6px;
	cursor: pointer;
}

._automationItemName_ra8jv_101 {
	display: -webkit-box;
	max-width: 200px;
	max-height: 50%;
	overflow: hidden;
	text-align: center;
	line-clamp: 2;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

._debtIndicatorItem_ra8jv_112 {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	min-width: 200px;
	max-width: 200px;
	height: 100px;
	padding: 12px;
	color: white;
	border-radius: 12px;
	cursor: default;
}

._debtIndicatorItem_ra8jv_112:hover {
	box-shadow: 4px 4px 4px 0 #00000040;
}

._debtIndicatorItemWrapper_ra8jv_129 {
	display: flex;
	flex-direction: row;
	flex-grow: 1;
	gap: 6px;
	align-items: flex-end;
	justify-content: flex-end;
}.cookie-info-wrapper {
	position: fixed;
	z-index: 100000;
	justify-content: space-between;
	align-items: center;
	display: flex;
	bottom: 0;
	left: 0;
	right: 0;
	gap: 50px;
	padding: 16px;
	color: #fff;
	border-radius: 6px;
	margin: 16px;
	font-family: "Halvar Mittelschrift";
	box-shadow:
	4px 4px 4px 0 #00000085,
	4px 4px 4px 0 #00000085;
}

.cookie-info-message {
	flex-grow: 1;
	text-align: center;
}

#root {
	--scrollbar-border-thickness: 0px;
	--show-double-buttons: none;
	--scrollbar-width: 10px;
	--scrollbar-height: 10px;
	--scrollbar-border-radius: 30px;

	position: absolute;
	right: 0;
	left: 0;
	height: 100%;
}

#root::-webkit-scrollbar-button {
	background: var(--scrollbar-button-color, #3f3f46);
	border: var(--scrollbar-border-thickness, 3px) solid var(--scrollbar-border-color, rgb(255 255 255));
	border-radius: var(--scrollbar-border-radius, 4px);
}

#root::-webkit-scrollbar {
	width: var(--scrollbar-width, 20px);
	height: var(--scrollbar-height, 20px);
}

#root::-webkit-scrollbar-thumb {
	background: var(--scrollbar-thumb-color, #3b82f6);
	border: var(--scrollbar-border-thickness, 3px) solid var(--scrollbar-border-color, rgb(255 255 255));
	border-radius: var(--scrollbar-border-radius, 4px);
}

#root::-webkit-scrollbar-track {
	background: var(--scrollbar-track-color, #a1a1aa);
}

#root::-webkit-scrollbar-corner {
	background: var(--scrollbar-corner-color, #fff);
	border: var(--scrollbar-border-thickness, 3px) solid var(--scrollbar-border-color, rgb(255 255 255));
	border-radius: var(--scrollbar-border-radius, 4px);
}

#root::-webkit-scrollbar-button:vertical:start:increment,
#preview::-webkit-scrollbar-button:vertical:end:decrement,
#preview::-webkit-scrollbar-button:horizontal:start:increment,
#preview::-webkit-scrollbar-button:horizontal:end:decrement {
	display: var(--show-double-buttons, none);
}

.partition-title {
	color: white;
	text-shadow:
		2px 2px 0 #7a7a7a,
		4px 4px 0 #7a7a7a;
}@font-face {
	font-family: "Halvar Mittelschrift";
	src: url("/assets/HalvarMittel-Rg-Cha36heQ.woff2") format("woff2");
}

* {
	box-sizing: border-box;
}

th {
	/* Раскомментировать в случае необходимости двигать колонки таблицы */
	/* resize: horizontal;  /* или vertical, both, none */
	/* overflow: auto;      /* важно: не должно быть visible */
  }

/* Кнопки скролла не отображаем */
::-webkit-scrollbar-button {
	display: none;
}

::-webkit-scrollbar {
	top: 40px;
	width: 6px;
	height: 6px;
	margin-top: 40px;
	margin-right: 5px;
	padding: 5px;
}

/* Настройки бара прокрутки */
::-webkit-scrollbar-thumb {
	display: none;
	background: #888;
	border: solid 1px #909090;
	border-radius: 4px;
}

*:hover::-webkit-scrollbar-thumb {
	display: block;
}

/* Настройки полосы прокрутки */
::-webkit-scrollbar-track {
	display: none;
	width: 0;
	background: rgb(0 0 0 / 0);
}

::-webkit-scrollbar-corner {
	background: #fff;
	border-radius: 4px;
}body {
	margin: 0;
	padding: 0;
}

._login-page_15epr_6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;

	/* //background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); */
	overflow: hidden;
	background-image: linear-gradient(180deg, rgb(66 173 27) 0%, #394706 70%);
}

._login-page_canvas_15epr_18 {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}

._login-page_system-name_15epr_25 {
	width: 440px;
	height: 70px;
}

h3._text_15epr_30,
h5._text_15epr_30 {
	margin-bottom: 0.1em;
	color: #4a4a4a;
}

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
._text-focus-in-first_15epr_41 {
	animation: _text-focus-in_15epr_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
	animation: _text-focus-in_15epr_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

._text-focus-in-second_15epr_46 {
	animation: _text-focus-in_15epr_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
	animation: _text-focus-in_15epr_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}

@keyframes _text-focus-in_15epr_41 {
	0% {
		opacity: 0;
		filter: blur(12px);
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		filter: blur(0);
	}
}

@keyframes _text-focus-in_15epr_41 {
	0% {
		opacity: 0;
		filter: blur(12px);
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
		filter: blur(0);
	}
}

._login-page_form_15epr_79 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 440px;
	margin: 5px;
	padding: 10px;
	background-color: antiquewhite;
	border-radius: 5px;

	/* //border: solid 1px; */
	box-shadow:
		0 3px 5px -1px rgb(0 0 0 / 0.3),
		0 6px 10px 0 rgb(0 0 0 / 0.3),
		0 1px 18px 0 rgb(0 0 0 / 0.3);
}

@media (max-width: 450px) and (orientation: landscape) {
	._login-page_form_15epr_79 {
		flex-flow: row wrap;
		gap: 1rem;
	}
}

._login-page_form_15epr_79::before {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(184 246 96 / 1) 20%, transparent 65%);
	background-repeat: no-repeat;
	background-position: -200px -200px;
	background-size: 600px 600px;
	content: " ";
}

._login-page_form_15epr_79::after {
	position: absolute;
	right: 0;
	bottom: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	background: radial-gradient(circle, rgb(142 124 236) 20%, transparent 65%);
	background-repeat: no-repeat;
	background-position: -300px 100px;
	background-size: 600px 600px;
	content: " ";
}

div._input_15epr_133 {
	margin-bottom: 1.5em;

	@media (max-width: 450px) and (orientation: landscape) {
		width: auto;
	}
}
body {
	margin: 0;
	padding: 0;
}

._main-page_1iurx_6 {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-image: url("/assets/ojigovo-COK5En0d.webp");
	background-position: bottom left;
	background-size: cover;
	animation: _gradient_1iurx_1 150s ease infinite;
}

@keyframes _gradient_1iurx_1 {
	0% {
		background-position: 0% 50%;
		background-size: 100% 100%;
	}

	50% {
		background-position: 50% 50%;
		background-size: 150% 150%;
	}

	100% {
		background-position: 0% 50%;
		background-size: 100% 100%;
	}
}

h1._system-name_1iurx_36,
h3._system-name_1iurx_36,
h5._system-name_1iurx_36 {
	margin-bottom: 0.1em;
	color: rgb(255 255 255 / 1);
	text-align: center;
	text-shadow: rgb(0 0 0 / 0.7) 7px 7px 5px;
}

h3._system-name_1iurx_36 {
	margin-bottom: 1.5em;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-20 23:45:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
._text-focus-in-first_1iurx_61 {
	animation: _text-focus-in_1iurx_61 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

._text-focus-in-second_1iurx_65 {
	animation: _text-focus-in_1iurx_61 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}

@keyframes _text-focus-in_1iurx_61 {
	0% {
		opacity: 0;
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

@keyframes _text-focus-in_1iurx_61 {
	0% {
		opacity: 0;
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

div._input_1iurx_93 {
	margin-bottom: 1.5em;
}

@media (max-width: 450px) and (orientation: landscape) {
	h1._system-name_1iurx_36 {
		margin-bottom: 0;
	}

	h3._system-name_1iurx_36 {
		font-size: 1rem;
	}

	button._login_1iurx_106 {
		margin-bottom: auto;
	}
}body {
	margin: 0;
	padding: 0;
}

._registration-page_zxkkk_6 {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
	background-image: linear-gradient(180deg, rgb(66 173 27) 0%, #394706 70%);
}

._registration-page_canvas_zxkkk_15 {
	position: fixed;
	z-index: 0;
	width: 100%;
	height: 100%;
}

h3._text_zxkkk_22,
h5._text_zxkkk_22,
h6._text_zxkkk_22 {
	margin-bottom: 1em;
	color: #4a4a4a;
}

/* ----------------------------------------------
 * Generated by Animista on 2022-3-20 23:45:45
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation text-focus-in
 * ----------------------------------------
 */
._text-focus-in-first_zxkkk_41 {
	animation: _text-focus-in_zxkkk_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) both;
}

._text-focus-in-second_zxkkk_45 {
	animation: _text-focus-in_zxkkk_41 1s cubic-bezier(0.55, 0.085, 0.68, 0.53) 1s both;
}

@keyframes _text-focus-in_zxkkk_41 {
	0% {
		opacity: 0;
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

@keyframes _text-focus-in_zxkkk_41 {
	0% {
		opacity: 0;
		filter: blur(12px);
	}

	100% {
		opacity: 1;
		filter: blur(0);
	}
}

._registration-page_form_zxkkk_73 {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 440px;
	padding: 10px;
	border-radius: 5px;
	box-shadow:
		0 3px 5px -1px rgb(0 0 0 / 0.3),
		0 6px 10px 0 rgb(0 0 0 / 0.3),
		0 1px 18px 0 rgb(0 0 0 / 0.3);
}

div._input_zxkkk_88 {
	margin-bottom: 1.5em;
}

._form_zxkkk_92 {
	position: relative;
}
