html,
body {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

a {
	color: #0f61dd;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	color: #741dff;
}

button {
	cursor: pointer;
}

.password-wrapper {
	width: 100%;
	display: flex;
	user-select: none;
	justify-content: center;
}

.password-wrapper svg {
	position: relative;
	right: 20px;
	top: calc(50% - 12px);
	fill: none;
	height: 24px;
	width: 24px;
	color: var(--icon_secondary);
	cursor: pointer;
}

.password-wrapper svg path {
	fill: currentColor;
}

.password-wrapper svg:not(:root) {
	overflow: hidden;
}

.text-input {
	width: 50%;
	margin: 10px 0;
	padding: 10px;
	border: unset;
	border-bottom: 2px solid #e3e3e3;
	outline: none;
}

.file-input {
	width: 50%;
	margin: 10px 0;
	padding: 10px;
	border: unset;
	outline: none;
}

/*.settings-link {
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}*/

.user-info,
.organization-info {
	z-index: 20;
	position: absolute;
	top: 1%;
	width: auto;
	height: auto;
	background: #f1f1f1;
	border-style: groove;
}

.user-info {
	left: 91%;
}

.organization-info {
	left: 80%;
}

.error-message {
	color: rgb(175, 4, 4);
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.success-message {
	color: rgb(3, 138, 3);
	padding: 0px;
	margin: 0px;
	width: auto;
	height: auto;
	align-self: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

input.error {
	border-bottom: 2px solid #f3250a !important;
}

.integration-info .bitrix-entities-status {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}

/*.list-box {
	
}*/

.list-box .list-content {
	width: 100%;
	height: auto;
}

/*.list-box.user-info .list-content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: right;
}*/

.list-arrow {
	display: inline-block;
}

.list-arrow,
.list-arrow * {
	cursor: pointer;
}

.list-arrow-img,
.list-arrow-img.pressed {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	align-items: center;
	padding-top: 3.405px;
	margin-bottom: 3px;
}

.list-arrow.pressed .list-arrow-img img {
	transform: rotate(0deg);
}

.list-arrow-img img {
	width: 100%;
	height: auto;
	vertical-align: top;
	transform: rotate(-90deg);
	opacity: 0.5;
}

.list-arrow:hover .list-arrow-img img {
	opacity: 1;
}

.center-form-container {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.center-form-container .center-form {
	width: 50%;
	height: 50%;
	border: solid #000000 1px;
}

.x_close-head .x_close-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.disabler {
	z-index: 21;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	opacity: 0.4;
	display: none;
}

*[unselectable] {
	-webkit-touch-callout: none !important;
	-webkit-user-select: none !important;
	-khtml-user-select: none !important;
	-moz-user-select: none !important;
	-ms-user-select: none !important;
	user-select: none !important;
}


*[hidden] {
	display: none;
}

.loading,
.loading * {
	cursor: wait !important;
}

:disabled {
	cursor: default !important;
	opacity: 0.5 !important;
}

.confirm-window {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
}

.confirm-window .disabler {
	z-index: 200;
	display: block;
	opacity: 0.6;
}

.confirm-window .confirm-content {
	z-index: 201;
	position: absolute;
	width: 18%;
	height: 15%;
	top: calc((100% - 10%) / 2 - 15%);
	left: calc((100% - 20%) / 2);
	border-style: ridge;
	background-color: #f1f1f1;
}

.confirm-window .confirm-head,
.confirm-window .confirm-body,
.confirm-window .confirm-btns {
	width: 100%;
	margin: 0;
	padding: 0;
	display: inline-flex;
	flex-direction: row;
}

.confirm-window .confirm-head {
	height: 20%;
	align-items: top;
	justify-content: center;
}

.confirm-window .confirm-body {
	height: 40%;
	align-items: center;
	justify-content: center;
}

.confirm-window .confirm-body .confirm-text {
	width: 95%;
	font-size: larger;
	text-align: center;
}

.confirm-window .confirm-btns {
	height: 40%;
	padding: 0 5px 0 5px;
	align-items: center;
	justify-content: space-between;
}

.confirm-window .confirm-btns button {
	width: 45%;
	height: 90%;
	cursor: pointer;
	font-size: medium;
}

.confirm-window .confirm-btns button[type="submit"] {
	background-color: #9eeb10;
	border: none;
}

.confirm-window .confirm-btns button[type="submit"]:hover {
	background-color: #6be606;
}

.confirm-window .confirm-btns button[type="delete"] {
	border: rgb(211, 211, 211) 1px solid;
}

.confirm-window .confirm-btns button[type="delete"]:hover {
	opacity: 0.8;
}

[data-tooltip]::after {
	content: attr(data-tooltip);
	opacity: 0;
	transition: all 1s;
	pointer-events: none;
}

[data-tooltip]:hover::after {
	opacity: 1;
}

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

.green-checkbox-switch {
	display: none !important;
}

.green-checkbox-switch~label.label {
	cursor: pointer;
	user-select: none;
	margin-left: 10px;
}

.green-checkbox-switch[disabled]~label.label {
	color: #ccc;
}

.green-checkbox-switch+.substr,
.green-checkbox-switch+.substr::before,
.green-checkbox-switch+.substr::after {
	transition: all .3s;
}

.green-checkbox-switch+.substr {
	display: inline-block;
	position: relative;
	width: 42px;
	height: 18px;
	border-radius: 9px;
	cursor: pointer;
}

.green-checkbox-switch+.substr::before {
	display: block;
	content: attr(data-offlabel);
	position: absolute;
	top: 5.4px;
	right: 3px;
	color: black;
	font-family: 'Open Sans', sans-serif;
	font-size: 5.7px;
}

.green-checkbox-switch+.substr::after {
	border-radius: 50%;
	content: '';
	position: absolute;
	top: 0.9px;
	left: 0.9px;
	width: 16.2px;
	height: 16.2px;
	background-color: white;
}

.green-checkbox-switch:checked+.substr::before {
	content: attr(data-onlabel);
	left: 4.8px;
	right: auto;
	color: #fff;
}

.green-checkbox-switch:checked+.substr::after {
	left: 24.9px;
	background-color: #f7f7f7;
}

.green-checkbox-switch+.substr {
	background-color: #ccc;
}

.green-checkbox-switch:checked+.substr {
	background-color: green;
}

.green-checkbox-switch:checked+.substr::before {
	color: #fff;
}

@keyframes loading-multidot {
	to {
		clip-path: inset(0 -1ch 0 0)
	}
}

span.loading-multidot {
	font-weight: bold;
	display: inline-block;
	font-family: monospace;
	font-size: 30px;
	clip-path: inset(0 3ch 0 0);
	animation: loading-multidot 1.5s steps(4) infinite;
}

.floatingCirclesG.loading-footer {
	position: relative;
	width: 125px;
	height: 125px;
	margin: auto;
	transform: scale(0.6);
	-o-transform: scale(0.6);
	-ms-transform: scale(0.6);
	-webkit-transform: scale(0.6);
	-moz-transform: scale(0.6);
}

.f_circleG {
	position: absolute;
	background-color: rgb(255, 255, 255);
	height: 22px;
	width: 22px;
	border-radius: 12px;
	-o-border-radius: 12px;
	-ms-border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	animation-name: f_fadeG;
	-o-animation-name: f_fadeG;
	-ms-animation-name: f_fadeG;
	-webkit-animation-name: f_fadeG;
	-moz-animation-name: f_fadeG;
	animation-duration: 1.2s;
	-o-animation-duration: 1.2s;
	-ms-animation-duration: 1.2s;
	-webkit-animation-duration: 1.2s;
	-moz-animation-duration: 1.2s;
	animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	-ms-animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-iteration-count: infinite;
	animation-direction: normal;
	-o-animation-direction: normal;
	-ms-animation-direction: normal;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
}

.f_circleG.frotateG_01 {
	left: 0;
	top: 51px;
	animation-delay: 0.45s;
	-o-animation-delay: 0.45s;
	-ms-animation-delay: 0.45s;
	-webkit-animation-delay: 0.45s;
	-moz-animation-delay: 0.45s;
}

.f_circleG.frotateG_02 {
	left: 15px;
	top: 15px;
	animation-delay: 0.6s;
	-o-animation-delay: 0.6s;
	-ms-animation-delay: 0.6s;
	-webkit-animation-delay: 0.6s;
	-moz-animation-delay: 0.6s;
}

.f_circleG.frotateG_03 {
	left: 51px;
	top: 0;
	animation-delay: 0.75s;
	-o-animation-delay: 0.75s;
	-ms-animation-delay: 0.75s;
	-webkit-animation-delay: 0.75s;
	-moz-animation-delay: 0.75s;
}

.f_circleG.frotateG_04 {
	right: 15px;
	top: 15px;
	animation-delay: 0.9s;
	-o-animation-delay: 0.9s;
	-ms-animation-delay: 0.9s;
	-webkit-animation-delay: 0.9s;
	-moz-animation-delay: 0.9s;
}

.f_circleG.frotateG_05 {
	right: 0;
	top: 51px;
	animation-delay: 1.05s;
	-o-animation-delay: 1.05s;
	-ms-animation-delay: 1.05s;
	-webkit-animation-delay: 1.05s;
	-moz-animation-delay: 1.05s;
}

.f_circleG.frotateG_06 {
	right: 15px;
	bottom: 15px;
	animation-delay: 1.2s;
	-o-animation-delay: 1.2s;
	-ms-animation-delay: 1.2s;
	-webkit-animation-delay: 1.2s;
	-moz-animation-delay: 1.2s;
}

.f_circleG.frotateG_07 {
	left: 51px;
	bottom: 0;
	animation-delay: 1.35s;
	-o-animation-delay: 1.35s;
	-ms-animation-delay: 1.35s;
	-webkit-animation-delay: 1.35s;
	-moz-animation-delay: 1.35s;
}

.f_circleG.frotateG_08 {
	left: 15px;
	bottom: 15px;
	animation-delay: 1.5s;
	-o-animation-delay: 1.5s;
	-ms-animation-delay: 1.5s;
	-webkit-animation-delay: 1.5s;
	-moz-animation-delay: 1.5s;
}



@keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-o-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-ms-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-webkit-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}

@-moz-keyframes f_fadeG {
	0% {
		background-color: rgb(0, 0, 0);
	}

	100% {
		background-color: rgb(255, 255, 255);
	}
}