.badge {
	display: inline-flex;
	border-radius: 12px;
	padding: 0 6px;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.badge.badge-digit {
	padding: 0 4px;
	font-family: var(--font-mono) !important;
}

.badge.badge-costs {
	padding: 0 4px;
	font: var(--font-ui-10-nano-reg);
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: inset 0 0 0 1px var(--base-txt-tertiary);
	color: var(--base-txt-tertiary);
	margin-left: 4px;
}

.badge.badge-costs:hover, a:hover .badge.badge-costs {
	background: var(--base-txt-tertiary);
	color: var(--base-txt-alt-light);
}

.badge.badge-costs.badge-time {
	box-shadow: inset 0 0 0 1px var(--costs-time-major);
	color: var(--costs-time-major);
}

.badge.badge-costs.badge-time:hover, a:hover .badge.badge-costs.badge-time {
	border: none;
	background: var(--costs-time-major);
	color: var(--base-txt-btn-flip);
}

.badge.badge-costs.badge-money {
	box-shadow: inset 0 0 0 1px var(--costs-money-major);
	color: var(--costs-money-major);
}

.badge.badge-costs.badge-money:hover, a:hover .badge.badge-costs.badge-money {
	border: none;
	background: var(--costs-money-major);
	color: var(--base-txt-btn-flip);
}

.badge.badge-16 {
	height: 16px;
	line-height: 16px;
}

.badge.badge-20 {
	height: 20px;
}

.badge.badge-pro {
	background: var(--base-btn-notice-major);
	color: var(--base-txt-alt-light);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-pro.badge-invert {
	border: 1px solid var(--base-btn-notice-major);
	color: var(--base-btn-notice-major);
	background: none;
	font: var(--font-ui-10-nano-med);
}

.badge.badge-promo {
	background: var(--base-btn-notice-major);
	color: var(--base-txt-btn-flip);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-promo.badge-invert {
	border: 1px solid var(--base-btn-notice-major);
	background: none;
	color: var(--base-btn-notice-major);
	font: var(--font-ui-10-nano-med);
}

.badge.badge-promo.badge-invert:hover {
	background: var(--base-btn-notice-major);
	color: var(--base-txt-btn-flip);
}

.badge.badge-pending {
	background: var(--base-hlt-w-selected);
	color: var(--base-txt-btn-w);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-pending.badge-invert {
	border: 1px solid var(--base-txt-btn-w);
	background: none;
	color: var(--base-txt-btn-w);
	font: var(--font-ui-10-nano-med);
}

.badge.badge-waiting {
	background: var(--base-txt-notice-minor);
	color: var(--base-txt-alt-light);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-waiting.badge-invert {
	border: 1px solid var(--base-txt-notice-minor);
	background: none;
	color: var(--base-txt-notice-minor);
	font: var(--font-ui-10-nano-med);
}

.badge.badge-new {
	background: var(--base-txt-new-minor);
	color: var(--base-txt-alt-light);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-new.badge-invert {
	border: 1px solid var(--base-txt-new-minor);
	background: none;
	color: var(--base-txt-new-minor);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-g {
	background: var(--base-hlt-g-hover);
	color: var(--base-txt-tertiary);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-g.badge-invert {
	border: 1px solid var(--base-txt-tertiary);
	color: var(--base-txt-tertiary);
	background: none;
	font: var(--font-ui-10-nano-reg);
}
.badge.badge-b {
	background: var(--base-hlt-b-hover);
	color: var(--base-txt-btn-b);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-b.badge-invert {
	border: 1px solid var(--base-txt-btn-b);
	background: none;
	color: var(--base-txt-btn-b);
	font: var(--font-ui-10-nano-reg);
}
.badge.badge-b.badge-fill {
	background: var(--base-txt-btn-b);
	color: var(--base-cont-top);
}

.badge.badge-primary {
	background: var(--base-txt-primary);
	color: var(--base-txt-alt-light);
	font: var(--font-ui-10-nano-reg);
}

.badge.badge-primary.badge-invert {
	border: 1px solid var(--base-txt-primary);
	background: none;
	color: var(--base-txt-primary);
	font: var(--font-ui-10-nano-reg);
}
.badge.badge-events{
	--icon-color: var(--base-txt-muted);
	font: bold 11px/20px var(--font-mono);
	padding: 0 4px;
	border-radius: 4px;
	border: 1px solid var(--base-hlt-g-hover);
	min-width: 28px;
	height: 20px;
}
.badge.badge-events i{
	font-weight: 400;
	font-style:normal;
}
.badge.badge-events:hover{
	--icon-color: var(--base-txt-tertiary);
	background: var(--base-hlt-g-hover);
}
.badge.badge-events:hover ws-icon{
	--icon-color: var(--base-txt-tertiary) !important;
}
.badge.badge-events.badge-outline{
	border-color: var(--base-hlt-selected);
	background: var(--base-hlt-hover);
	color: var(--base-txt-btn-a);
}
.badge.badge-events.badge-outline:hover{
	border-color: var(--base-hlt-pressed);
	background: var(--base-hlt-pressed);
}
.badge.badge-events.badge-solid{
	border-color: var(--base-hlt-invert);
	background: var(--base-hlt-invert);
	color: var(--base-txt-alt-light);
}
.badge.badge-events.badge-solid:hover{
	border-color: var(--base-hlt-invert-major);
	background: var(--base-hlt-invert-major);
}
/* -------------------------------------------------------------------------------------------------------------------*/
.token_row button ws-icon:first-child svg {
	fill: var(--base-txt-btn-b) !important;
}
.token_row button ws-icon:last-child svg {
	fill: var(--base-txt-btn-a) !important;
}
/* .img_2fa {
	border: 2px solid var(--colors-alpha-light-100);
	border-radius: 2px;
} */
.api_btn {
	display: flex;
	width: 100%;
	height: 60px;
	background: var(--base-hlt-g-hover);
	border-radius: 12px;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	font: var(--font-ui-15-large-semi);
	color: var(--base-txt-btn-a);
}
.api_btn:hover {
	box-shadow: var(--shadow-brd-enable);
}
.api_btn ws-icon {
	padding: 0 0 0 6px;
}
.api_btn ws-icon svg {
	fill: var(--base-txt-btn-a);
}
.api_empty {
	width: 100%;
	height: 32px;
	display: flex;
	gap: 12px;
	justify-content: flex-end;
	align-items: center;
}

.delete_me {
	border-top: 2px solid var(--base-line-alt-cardbrd);
	padding: 20px 0;
	margin: 20px auto -50px auto;
	width: 66%;
	min-width: 900px;
	text-align: center;
	font: 14px/20px var(--font-base);
	position: relative;
	min-height: 70px
}

.delete_me_freeze {
	border-top: 2px solid var(--base-cont-top);
	margin-bottom: 0;
}

.delete_me:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 0;
	background: var(--base-line-alt-cardbrd)
}

.delete_me h4 {
	font: bold 18px/20px var(--font-base);
	margin: 10px 0;
}

.delete_me .in {
	position: relative;
	display: none;
}

.delete_me_act .in {
	display: block;
	padding: 0 20px;
}

.delete_me_act:before {
	height: 100%;
	transition: height 0.5s ease;
	-webkit-transition: height 0.5s ease
}

.delete_me_act .buttons {
	display: none;
}

.delete_me_act {
	border-top: 2px solid var(--base-btn-alert-primary-major);
}

.delete_me .esc {
	float: right;
	width: 20px;
	height: 20px;
	background: var(--base-cont-top);
	padding: 14px;
	border-radius: 24px;
	position: absolute;
	right: 15px;
	top: -15px;
}

.buts_2fa {
	padding: 10px 0;
}

/* -------------------------------------------------------------------------------------------------------------------*/
div.project_note .loader_sm {
	float: right;
	display: none
}

div.project_note {
	padding: 15px 35px 25px 50px;
	/* border-top: 2px solid var(--base-cont-low); */
}

div.project_note .note {
	margin: 0 30px 0 0;
}

div.project_note .note textarea {
	background: var(--base-cont-low);
	border: none;
	width: 100%;
	padding: 5px 15px;
	height: 190px;
	resize: none;
	line-height: 20px;
	border-radius: 8px;
	box-sizing: border-box;
}

div.project_note .note textarea.empty {
	font-style: italic;
	color: var(--base-txt-tertiary);
}

div.project_note .note textarea.full {
	background: var(--base-cont-note-major);
	color: var(--base-txt-primary);
}

.project_links {
	padding: 15px 20px;
	background: var(--base-cont-mod-low);
}

.title_note span {
	margin: 0 -100px 0 0;
	float: left
}

.title_note a.ico_l {
	margin-top: 4px
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* Personal notes */
#notebook_top {
	height: 20px
}

#notebook_top a.tab {
	float: left;
	height: 20px;
	background: var(--base-cont-mod-top);
	font: 11px/20px var(--font-base);
	padding: 5px 10px;
	color: var(--base-txt-tertiary);
}

#notebook_top a.tab:hover {
	color: var(--base-txt-link-minor)
}

#notebook_top a.taba, #notebook_top a.taba:hover {
	border-bottom: none;
	background: var(--base-cont-note-minor);
	color: var(--base-txt-secondary) !important;
}

#notebook {
	clear: both
}

#notebook .title {
	font-size: 13px;
	color: var(--base-txt-secondary);
	padding: 5px 0;
}

#notebook .title span a {
	color: var(--base-txt-tertiary)
}

#notebook .text {
	background: var(--base-cont-note-minor);
	padding: 0 20px 0 0;
}

#notebook .text textarea {
	width: 100%;
	height: 150px;
	border: 0 solid var(--base-cont-note-minor);
	background: var(--base-cont-note-minor);
	color: var(--base-txt-accent);
	overflow: auto;
	font: 12px/18px var(--font-base);
	resize: none;
	padding: 10px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
#mouse_help {
	position: fixed;
	bottom: -135px;
	left: 0;
	right: 0;
	z-index: 1025;
	padding: 10px 0 20px;
	height: 100px;
	text-align: center;
	transition: bottom 0.3s ease;
	-webkit-transition: bottom 0.3s ease;
	background: var(--base-cont-trans-low);
	backdrop-filter: blur(50px);
	border-top: 1px solid var(--base-line-secondary);
}

#mouse_help.help_big {
	height: 300px;
	bottom: -340px;
}

#mouse_help.help_shown {
	bottom: 0
}

#mouse_help.help_hidden {
	bottom: -135px
}

#mouse_help.help_big.help_hidden {
	bottom: -340px
}

#mouse_help .in_l {
	float: left;
	margin: 0 80px 0 50px
}

#mouse_help .r {
	float: right;
	padding: 0 30px;
	margin: 0 0 0 -100%
}

#mouse_help .r .esc {
	float: right;
	width: 20px;
	height: 20px;
	background: var(--base-cont-top);
	padding: 14px;
	border-radius: 24px;
	margin: 12px 0 18px;
}

#mouse_help .r ws-btn {
	margin: 12px 0 18px;
}

#mouse_help .r .inline {
	font: var(--font-ui-13-small-reg);
	color: var(--base-txt-primary);
	border-color: var(--base-txt-accent)
}

#mouse_help.help_hidden_ .r .inline {
	display: none
}

#mouse_help_float.help_hidden, body.mobile #mouse_help_float {
	display: none
}

.mouse_help div {
	display: inline-block;
	text-align: center;
	color: var(--base-txt-tertiary);
	font: italic 13px/18px var(--font-base);
	width: 150px;
	white-space: nowrap;
	padding-left: 8px;
}
#mouse_help_float .mouse_help div {
	text-align: left;
}
.mouse_help div b {
	display: block;
	color: var(--base-txt-primary);
	font: bold 13px/18px var(--font-base)
}

.mouse_help div.mouse_scroll {
	/* margin-top: -5px; */
	width: 100px
}

.mouse_help ws-icon:not([name=hint]):not([name=close_sm]) {
	display: block;
	width: 60px;
	height: 60px;
	margin: 0 auto 8px;
	opacity: 0.7;
	--icon-size: 60px;
	--icon-color: var(--base-txt-btn-a);
}
.mouse_help .mouseico {
	display: block;
	width: 60px;
	height: 60px;
	background: url(/assets/img/drop_file_here.svg) 0 -180px;
	margin: 0 auto 8px;
	opacity: 0.7
}

.mouse_help .mouseico2 {
	background-position: -60px -180px
}

.mouse_help .mouseico3 {
	background-position: -120px -180px
}

.mouse_help .mouseico4 {
	background-position: -180px -180px
}

.mouse_help .mouseico4_ {
	background-position: -180px -192px;
	height: 52px;
	margin-top: 8px;
}

.mouse_help .mouseico5 {
	background-position: -240px -180px
}

.mouse_help .mouseico6 {
	background-position: 0 0
}

.mouse_help .mouseico7 {
	background-position: -300px -180px
}

.mouse_help .mouseico8 {
	background-position: -300px -240px
}

.mouse_help .mouseico9 {
	background-position: -240px -240px
}

.eye_conf .mouse_help {
	float: left;
	margin: 0 0 -215px -300px;
	border-right: 1px solid var(--base-line-alt-cardbrd);
	padding: 5px 10px 110px 0;
	background: var(--base-cont-low)
}

.eye_conf .mouse_help div {
	width: 130px
}

.eye_conf .mouse_help div, .eye_conf .mouse_help div b {
	font-size: 12px;
}

#mouse_help .help_menu {
	background: none;
	padding: 0;
}

#mouse_help .help_menu a {
	display: inline-block;
	border-width: 0;
	padding: 10px 0;
	height: auto;
	color: var(--base-txt-secondary);
	font: 14px/20px var(--font-base);
	width: 150px;
	white-space: nowrap;
}

#mouse_help .help_menu a:hover {
	border-radius: 16px;
	color: var(--base-txt-link-minor);
	background: var(--menu-item-selected);
}

#mouse_help .help_menu .ico_r {
	margin: 0;
	float: none;
	display: block;
}

#mouse_help .help_menu .ico_place {
	width: 30px;
	height: 30px;
	display: block;
	float: none;
	margin: 0 auto 10px;
	background-color: var(--base-cont-top);
	padding: 15px;
	border-radius: 35px;
}

body[data-page=files] mouse_help div {
	width: 300px;
}

body.mouse_v2, body.mouse_v2 * {
	cursor: wait !important;
}

body.mouse_v1, body.mouse_v1 * {
	cursor: wait !important;
}

div.mouse_v3, div.mouse_v3 a {
	cursor: no-drop !important;
}

#mouse_help_float {
	position: fixed;
	bottom: -100px;
	right: 20px;
	z-index: 1015;
	padding: 18px;
	display: flex;
	transition: bottom 0.3s ease 2s;
	-webkit-transition: bottom 0.3s ease 2s;
	height: 24px;
	background: var(--base-cont-top);
	box-shadow: var(--shadow-cont-minor-outline);
	border-radius: 32px;
	align-items: center;
}

#mouse_help_float.vis, #mouse_help_float:hover {
	bottom: 20px;
	transition: bottom 0.3s ease;
	-webkit-transition: bottom 0.3s ease;
}

#mouse_help_float span {
	float: left;
	margin: -20px -10px;
	transform: scale(0.7);
	-webkit-transform: scale(0.7)
}

#mouse_help_float i {
	float: left;
	font: 20px/20px var(--font-base);
	margin: 0 0 0 5px
}

#mouse_help_float a.ico_r {
	width: 28px;
	height: 28px;
	text-align: center;
	box-shadow: var(--shadow-brd-enable);
	border-radius: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#mouse_help .ico_feature {
	background: url(/assets/img/feature_illustration_pack.svg);
	width: 176px;
	height: 96px;
	display: block;
	margin: 0 0 10px;
}

#mouse_help .ico_feature2 {
	background-position: 0 -116px
}

#mouse_help .ico_feature3 {
	background-position: 0 -232px
}

#mouse_help .help_menu a.feature {
	width: 176px;
	padding: 10px;
	margin: 10px 10px 10px;
	border-radius: 12px;
	border: none;
}

#mouse_help .help_menu a.feature:hover {
	background: var(--menu-item-selected);
	border: none;
	color: var(--base-txt-link-minor);
}

#mouse_help .help_menu a.feature .ico {
	margin: 0 0 0 5px
}
@media (max-width: 1024px) {
	#mouse_help .in {text-align:left;}
	.eye_conf .mouse_help {display:none}
}
@media (max-width: 900px) {
	#mouse_help .in div {width:130px;font:italic var(--font-ui-13-small-reg)}
	#mouse_help .in div b, #mouse_help .r .inline {font:var(--font-ui-13-small-reg)}
}
@media (max-width: 768px) {
	#mouse_help {display:none !important}
}
@media print {
	#mouse_help {display:none}
}

/* -------------------------------------------------------------------------------------------------------------------*/
#preview_place {
	display: none;
	position: absolute;
	z-index: 1024;
}

#preview_place img {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1024;
	background: var(--base-cont-top);
	border: 1px solid var(--base-line-alt-cardbrd);
	padding: 10px;
	box-shadow: 0 0 15px var(--colors-alpha-dark-20);
	max-width: 192px;
}

#preview_place.preview_place_bot img {
	bottom: auto;
	top: 0
}

#preview_place.ava_big img {
	width: 160px;
	height: 160px;
	border-radius: 160px;
	top: -10px;
	right: -10px;
	left: auto;
}

#preview_place.ava_right img {
	left: -10px;
	right: auto;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.upgrade_msg {
	font: italic 13px/18px var(--font-base);
	color: var(--base-txt-tertiary);
	padding: 8px;
	text-align: center;

	h2 {
		font: 16px/20px var(--font-base);
		color: var(--base-txt-primary);
		.cnt_pro { font: bold 14px/20px var(--font-base); }
	}
	p { margin: 0 0 6px 0; }
	.usage_info {
		display: flex;
		justify-content: center;
		margin: 0 auto;
		font: var(--font-ui-22-title-1-med);
		column-gap: 4px;
	}
	.usage_info.usage_info-overdraft > span:first-child { color: var(--base-txt-btn-w); }
	.row + .row { margin-top: 8px; }
	.button_upgrade {
		padding: 12px 24px;
		border-radius: 30px;
	}
	.row:last-child { margin-bottom: 12px; }
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* Messages from Worksection */
.alertblock {
	margin-bottom: 20px
}

.alertblock .title {
	background: var(--base-cont-top);
	color: var(--base-txt-primary);
	padding: 7px 10px 7px 10px;
	font: bold 14px/24px var(--font-base);
	margin: 0 0 1px;
	border-radius: 8px 8px 0 0;
}

.alertblock .it {
	padding: 0 0 5px 0;
	font: 14px/20px var(--font-base)
}

.alertblock .it2 {
	padding: 0 0 5px 0;
	font: 14px/20px var(--font-base)
}

.alertblock .it .ico_l {
	margin: 0 0 0 -24px;
	display: none
}

.alertblock .title .ico_r {
	margin: 2px 0 0 0
}

.alertblock .text {
	padding: 15px;
	font: 14px/20px var(--font-base);
	background: var(--base-cont-top);
	border-radius: 0 0 8px 8px;
}

.alertblock_news .text {
	font: var(--font-ui-13-small-reg);
}

.alertblock form {
	padding: 10px 100px 0 0;
}

.alertblock form a.pay {
	float: right;
	margin: 0 -100px 0 -2px;
	width: 100px;
	text-align: center;
	color: var(--white-accent);
	/* border-radius:0 4px 4px 0 */
	position: relative;
	z-index: 1;
}

.alertblock form .drop_select {
	color: var(--base-txt-accent);
	border-radius: 4px 0 0 4px;
	padding: 9px;
	background: var(--base-cont-top);
	border-color: var(--inp-cont-brd);
}

.alertblock form .drop_select:hover {
	color: var(--base-txt-max)
}

.alertblock form .drop_select .ico_l {
	margin: -12px 10px -12px 0
}

.alertblock form .drop_select .ico_l {
	display: none
}

.alertblock form .drop_select small {
	color: var(--base-txt-secondary);
	font: 12px/20px var(--font-base);
}

.alertblock form .drop_select span.drop {
	background-color: var(--base-cont-top);
	border-color: var(--base-cont-top);
}

.alertblock div.it a:hover, .alertblock div.it2 a:hover {
	background: var(--base-hlt-hover);
	color: var(--base-txt-link-major);
	padding: 2px 5px;
	margin: -2px -5px;
	border-radius: 5px;
}

.alertblock .status {
	font: 12px/16px var(--font-base)
}

.alertblock .progress, .alertblock .progress_na {
	margin: 3px 0;
	max-width: 350px;
	width: auto;
}

.alertblock .text .ico_flag {
	vertical-align: -5px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.alertblock_demo .text {
	text-align: center;
	padding: 20px 20px 25px;
	border-radius: 20px;
	background: var(--base-cont-low);
	margin: 20px 0 0;
}

.alertblock_demo .text .ico_r {
	margin: -12px;
}

.alertblock_demo .button {
	margin: 15px 0;
	border-radius: 20px
}

.alertblock_help {
	background: var(--base-cont-top);
	border-radius: 20px;
	margin: 0 0 15px;
	padding: 16px 24px;
	box-shadow: 0 0 0 1px var(--base-line-secondary);
}

.alertblock_help .title {
	margin: 0 auto 24px;
	max-width: 360px;
	font: bold 16px/20px var(--font-base);
	box-sizing: border-box;
	padding: 6px 0 6px 40px;
}

.alertblock_help .title .msg_ico {
	background: url(/assets/img/notifier_iconset.svg) no-repeat -160px 0;
	width: 40px;
	height: 40px;
	margin: -10px 0 -10px -46px;
	transform: scale(0.8);
}

.alertblock_help .text {
	border-radius: 0 0 15px 15px;
	background: var(--base-cont-top);
	padding-top: 0;
	font: 14px/20px var(--font-base);
	margin: 0 auto;
	max-width: 360px;
	padding: 0 16px;
	box-sizing: border-box
}

.alertblock_help .text .in {
	max-width: 360px;
	margin: 0 auto;
}

.alertblock_help iframe {
	margin: 10px auto;
	width: 100%;
	height: 17.5vw;
	max-width: 360px;
	max-height: 200px;
	display: block
}

.alertblock_help img {
	width: 110%;
	width: calc(100% + 32px);
	height: auto;
	margin: 0 -16px;
}

.alertblock_help .video {
	display: block;
	padding: 15px 0 0;
	position: relative;
	text-align: center;
}

.alertblock_help .video img {
	max-width: 370px;
	border-radius: 15px;
}

.alertblock_help .video:before {
	cursor: pointer;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	transition: 0.3s;
	background: url(/assets/img/ws_allset_xy.svg) -240px -480px;
	background-size: 600px 600px;
	margin: -30px;
	transform: scale(1.5);
	-webkit-transform: scale(1.5)
}

.alertblock_help .video:hover:before {
	transform: scale(2);
	-webkit-transform: scale(2);
}

.alertblock_help .inline {
	float: right;
	margin: 5px 0;
	color: var(--base-txt-tertiary)
}

.alertblock_help .buts {
	padding-top: 15px;
	clear: both;
	max-width: 360px;
	margin: 0 auto;
	font: var(--font-ui-13-small-reg);
}

.alertblock_help .buts .button {
	border-radius: 20px;
}

.alertblock_help .likes {
	margin-top: 10px;
}

.alertblock_help .likes a.like_ {
	margin: 0 5px;
	float: none;
	display: inline-block;
	padding: 6px 10px;
}

.alertblock_help .likes a.like_ span {
	margin: 0 10px 0 0
}

.alertblock_help .deleted {
	display: none;
	background: var(--base-cont-low);
	padding: 7px 15px;
	font: 14px/32px var(--font-base);
}

.alertblock_help.deleted .deleted {
	display: block;
}

.alertblock_help.deleted .text, .alertblock_help.deleted .title {
	display: none;
}

.alertblock_help .rule {
	font: 12px/20px Courier;
	padding: 10px 20px;
	background: var(--base-cont-low);
	border-radius: 0 0 20px 20px;
	margin: 24px -24px -16px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* New account */
#start {
	width: 480px;
	margin: 30px auto;
	text-align: center;
}

#start h1 {
	margin-bottom: 30px;
}

#start .f1 {
	font: italic 16px/30px var(--font-base);
	padding: 30px 0 0 0
}

#start .f1 b {
	display: inline-block;
	background: var(--base-hlt-w-pressed);
	font: bold 12px/20px var(--font-base);
	padding: 2px 10px;
	border: 1px solid var(--base-btn-alert-primary-minor);
	border-radius: 4px;
	margin: 0 0 0 5px;
	cursor: pointer
}

#start .msg_ico {
	background-position: -240px -40px;
	margin: 20px auto 30px auto;
	display: block;
	float: none
}

#start .button_big {
	width: 380px;
	text-align: left
}

body[data-lang="2"] #start .button_big {
	max-width: 240px;
}
#start .button_big {
	width: auto
}

#start .or_line {
	border-top: 1px solid var(--base-line-alt-cardbrd);
	margin: 60px 0 0 0;
	text-align: center;
	font: 16px/22px var(--font-base);
	color: var(--base-txt-secondary)
}

#start .or_line .or {
	display: block;
	width: 40px;
	background: var(--base-surf-top);
	margin: -13px auto 30px;
	color: var(--base-txt-muted);
	font: 14px/22px var(--font-base) !important
}

#start .or_line .button {
	font-weight: normal;
	background: var(--base-cont-top);
	margin: 30px 0 0 0;
	padding: 10px 25px
}
@media (max-width: 640px) {
	#start .start {font:14px/20px var(--font-base)}
}
@media (max-width: 560px) {
	#start {width:auto; margin:30px 10px;}
	#start .button_big {width:auto}
}
@media (max-width: 480px) {
	#start .start {font:var(--font-ui-13-small-reg);}
}
@media (max-width: 360px) {
	#start .start {font:12px/14px var(--font-base);}
	#start .start br {display:none}
}

/* -------------------------------------------------------------------------------------------------------------------*/
#migrate {
}

#migrate .migrate {

}

#migrate .inputBlock {
	padding: 0;
}

#migrate .migrte_ {
	/* background: var(--base-cont-top); */
	display: none;
}

#migrate .migrte_.act {
	display: block
}

#migrate .mig_title {
	margin: 8px 0;
}

#migrate .mig_hint {
	padding: 8px 16px;
	display: flex;
	flex-direction: row;
	gap: 12px;
	font: var(--font-ui-14-regular-reg);
	color: var(--base-txt-primary);
	align-items: center;
}

#migrate .mig_hint > span {
	font: var(--font-ui-14-regular-semi);
}

#migrate .mig_content {

}

#migrate .migrte_ .mig_btn {
	padding: 12px 0;
}

#migrate .inputBlock__wrapper {
	padding: 8px 0;
}

#migrate .mig_content input[type=checkbox] {
	/* vertical-align: middle; */
}

#migrate input:-webkit-autofill {
	color: var(--base-txt-accent) !important;
	background: var(--inp-cont-top) !important;
	-webkit-box-shadow: none !important
}

#migrate .mig_content a.get_ico {
	position: relative
}

#migrate .mig_content a.get_ico:after {
	content: ' ';
	position: absolute;
	width: 20px;
	height: 20px;
	background: url(/assets/img/iconset.svg) no-repeat -40px -640px
}

#migrate.home {
	width: auto;
	min-width: initial;
	padding: 20px 0;
	margin: 0 -40px;
}

#migrate .ico_mig {
	width: 150px;
	height: 50px;
	margin: auto;
	display: block
}

#migrate ws-logo {
	display: flex;
	margin: auto;
}

#migrate .ico_mig_bc {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat;
	background-size: 150px 700px
}

#migrate .ico_mig_mp {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -50px;
	background-size: 150px 700px
}

#migrate .ico_mig_ms {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -100px;
	background-size: 150px 700px
}

#migrate .ico_mig_ji {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -150px;
	background-size: 150px 700px;
}

#migrate .ico_mig_as {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -200px;
	background-size: 150px 700px;
}

#migrate .ico_mig_px {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -250px;
	background-size: 150px 700px;
}

#migrate .ico_mig_bx {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -300px;
	background-size: 150px 700px;
}

#migrate .ico_mig_tr {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -350px;
	background-size: 150px 700px;
}

#migrate .ico_mig_wr {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -400px;
	background-size: 150px 700px;
}

#migrate .ico_mig_ws {
	background: url(/assets/img/ws_migration_logos.svg) no-repeat 0 -450px;
	background-size: 150px 700px;
}

#migrate .migrate p.note {
	padding-left: 30px;
	color: var(--base-txt-secondary)
}

#migrate .migrate p.note b {
	color: var(--base-txt-accent)
}

#migrate .migrate span.ico_l {
	margin: 0 0 0 -30px
}

#migrate .mig_buts {
	text-align: center;
	padding: 12px 0;
	border-radius: 8px
}

#migrate .mig_buts .button, #migrate .mig_buts ws-btn {
	min-width: 240px
}

#migrate_start {
	float: right;
	width: 50%;
	margin: 0 -52% 0;
	text-align: center;
	font: 16px/24px var(--font-base);
	color: var(--base-txt-secondary);
	padding: 100px 0 0 0;
}

#migrate_start .button {
	margin-top: 10px
}

#migrate .title {
	font: bold 16px/20px var(--font-base);
	padding: 12px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#migrate .migrate_icons {
	flex-direction: initial;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 12px;
	padding: 8px 0;
}

#migrate .migrate_icons a {
	display: block;
	width: calc((100% - 24px) / 3);
	height: 50px;
	background: var(--base-cont-top);
	padding: 10px 0;
	border-radius: 12px;
	box-shadow: 0 0 0 1px var(--base-line-alt-cardbrd) inset;
}

#migrate .migrate_icons a:hover {
	box-shadow: var(--shadow-brd-hover);
}

#migrate .migrate_icons a[rel=ws] {
	display: none
}

#migrate .migrate_worksection {
	padding: 8px 0;
}

#migrate .migrate_icons a {
	box-shadow: var(--shadow-cont-minor-outline);
}

#migrate .migrate_worksection a,
#migrate .mig_title {
	display: block;
	width: 100%;
	height: 50px;
	background: var(--base-cont-top);
	padding: 10px 0;
	border-radius: 12px;
	box-shadow: var(--shadow-cont-minor-outline);
}

#migrate .migrate_worksection a:hover,
#migrate .migrate_icons a:hover {
	box-shadow: var(--shadow-cont-major-outline);
	background: var(--base-cont-top-elevated);
}

.setupPage#migrate .separatorLine {
	height: 20px;
	padding: 16px 0;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.setupPage#migrate .separatorLine-left,
.setupPage#migrate .separatorLine-right {
	flex-grow: 1;
	height: 1px;
	background: var(--base-line-tertiary);
	display: flex;
	align-items: center;
}

.setupPage#migrate .separatorLine-left {
	margin-left: 4px;
}

.setupPage#migrate .separatorLine-right {
	flex-direction: row-reverse;
	margin-right: 4px;
}

.setupPage#migrate .separatorLine-left:before,
.setupPage#migrate .separatorLine-right:after {
	content: '';
	display: inline-flex;
	background: var(--base-line-tertiary);
	width: 6px;
	height: 6px;
	border-radius: 3px;
}

.setupPage#migrate .separatorLine-left:before {
	margin-left: -6px;
}

.setupPage#migrate .separatorLine-right:after {
	margin-right: -6px;
}

.setupPage#migrate .separatorLine-text {
	color: var(--base-txt-secondary);
	font: var(--font-ui-12-mini-reg);
	padding: 0 8px;
}

#migrate.act .migrate_worksection {
	display: none
}

#migrate.act .migrate_request {
	display: none
}

#migrate.act .migrate_icons a[rel=ws] {
	display: block
}

#migrate.act .title {
	display: none
}

#migrate .migrate_request {
	flex-direction: initial;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px;
	padding: 12px 0;
}

#migrate .migrate_icons a.act {
	box-shadow: var(--shadow-brd-focus);
}

#migrate.home .migrate_icons a {
	width: calc(100% / 3 - 40px / 3);
}

@media (min-width: 900px) {
	#migrate .migrate.act ~ .migrate_icons {
		flex-direction:row;
		float: left;
		width: calc(100% / 3 - 10px);
	}

	#migrate .migrate.act ~ .migrate_icons a {
		width: 100%
	}
}

@media (max-width: 900px) {
	#migrate .migrate {
		float:none;
		width: auto;
		margin: 0 0 35px
	}

	#migrate .migrate_icons a {
		width: calc(50% - 10px)
	}

	#migrate.home {
		margin: 0
	}

	#migrate.home .migrate_icons a {
		width: calc(100% / 2 - 10px);
	}
}

@media (max-width: 480px) {
	#migrate .migrate {
		margin: 0;
	}

	#migrate .migrate_icons a .ico_mig {
		transform:scale(0.8)
	}

	#migrate .title ws-btn {
		display: none;
	}
}

/* IMPORT */
/* -------------------------------------------------------------------------------------------------------------------*/
.item.preview_import:hover a.onch {
	border-bottom: none
}

.import_selection, .export_action {
	display: flex;
	justify-content: center;
	padding: 10px 20px 10px 20px;
	text-align: center;
	background-color: var(--base-cont-mod-top)
}

.import_selection .label, .export_action .label {
	padding-top: 10px;
	color: var(--base-txt-secondary)
}

.import_selection .ms, .import_selection .csv, .export_action .ms, .export_action .csv, .export_action .xls, .export_action .vcf  {
	display: inline-table;
	cursor: pointer;
	padding: 10px;
	border-radius: 8px;
	width: 110px;
}
.export_action .csv div:has(.loader_sm),
.export_action .xls div:has(.loader_sm) {
	margin: auto;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.import_selection .ms:hover, .import_selection .csv:hover, .export_action .ms:hover, .export_action .csv:hover, .export_action .xls:hover, .export_action .vcf:hover  {
	background-color: var(--menu-item-selected)
}

.import_selection .ms .image, .export_action .ms .image {
	margin: auto;
	height: 50px;
	width: 50px;
	background: url(/assets/img/ws_migration_logos.svg) no-repeat -50px -100px;
	background-size: 150px 850px
}

.import_selection .csv .image, .export_action .csv .image {
	margin: auto;
	height: 50px;
	width: 50px;
	background: url(/assets/img/ws_migration_logos.svg) no-repeat -50px -550px;
	background-size: 150px 850px
}

.export_action .xls .image {
	margin: auto;
	height: 50px;
	width: 50px;
	background: url(/assets/img/ws_migration_logos.svg) no-repeat -50px -600px;
	background-size: 150px 850px;
}
.export_action .vcf .image {
	margin: auto;
	height: 50px;
	width: 50px;
	background: url(/assets/img/ws_migration_logos.svg) no-repeat -50px -800px;
	background-size: 150px 850px;
}

.export_action .disabled {
	opacity: 0.5;
	cursor: default;
	pointer-events: none
}

.export_action:hover .disabled {
	background-color: transparent
}

.import_content {
	padding: 15px 20px 15px 30px;
}

.import_content .hkey {
	box-shadow: 0 0 0 1px var(--base-hlt-selected) inset;
	background: var(--base-hlt-selected);
	color: var(--base-txt-primary);
	line-height: inherit;
	border-radius: 4px;
	margin: 0 2px;
	padding: 2px 5px;
	white-space: nowrap;
	font-weight: 400
}

.import_content span.ico_l {
	margin: 0 0 0 -30px
}

.import_content p.note {
	padding-left: 30px;
	color: var(--base-txt-secondary)
}

.import_content p.note b {
	color: var(--base-txt-accent)
}

.import_btn {
	text-align: center;
	padding: 10px 10px 25px;
}

.import_btn .button {
	min-width: 200px
}

.import_btn.preview {
	box-shadow: none;
	position: relative;
	height: 30px;
	padding: 25px;
}

.import_btn.preview .add_actions {
	display: inline-block;
	float: left;
	font: var(--font-ui-13-small-reg);
	padding: 0;
}

.import_btn.preview .add_actions b {
	color: var(--base-txt-primary)
}

.import_btn.preview .add_actions label {
	padding: 4px 4px 4px 0
}

.import_btn.preview .add_actions input {
	vertical-align: top
}

/* PREVIEW OF IMPORT */
#preview_import {
	min-height: 300px;
	padding-top: 0 !important;
}

/* ----------- MinifyCSS: LIGHT THEME ----------- */
/* ----------- MinifyCSS: DARK THEME -----------
#preview_import{border-left: 1px solid var(--base-cont-mod-top);border-right: 1px solid var(--base-cont-mod-top);}
----------- MinifyCSS: STOP ----------- */
.ms_project .preview_import {
	height: 20px
}

.ms_project .preview_import.tags_high {
	height: 40px
}

.csv .preview_import {
}

.csv .preview_import.tags_high {
	height: 90px
}

.preview_import {
}

.preview_import.item_error, .preview_import.sub_task.item_error {
	background: var(--base-hlt-w-easy);
}

.preview_import.title {
	border: none !important;
	background: var(--base-cont-mid);
	height: 32px;
	display: flex;
	font: var(--font-ui-11-micro-med);
	box-shadow: 0 0.5px 0 0 var(--base-line-tertiary) inset, 0 -0.5px 0 0 var(--base-line-tertiary) inset;
	padding: 0px 20px 0 28px;
}

.preview_import.title .import_field {
	font: var(--font-ui-11-micro-med);
	text-transform: uppercase;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 32px;
}
.preview_import.title ~ form > .scrollZone-bottom.scrollZone-top {
	box-shadow: none
}

.preview_import.title .import_field.import_priority {
	text-align: center
}

.preview_import.sub_task {
}


.ms_project .preview_import.sub_task.tags_high:before {
	height: 40px !important
}

.csv .preview_import.tags_high.sub_task:before {
	height: 80px !important
}

.preview_import.sub_task.level2 .import_title:before {
	color:var(--base-txt-ghost);
	font: var(--font-ui-14-regular-reg);
	letter-spacing:4px;
	margin:0 4px;
	content: '•';
}

.preview_import.sub_task.level3 .import_title:before {
	color:var(--base-txt-ghost);
	font: var(--font-ui-14-regular-reg);
	letter-spacing:4px;
	margin:0 4px;
	content: '• •';
}

.preview_import.sub_task .import_title {
	font: var(--font-ui-14-regular-reg);
}

.import_field {
	height:40px;
	padding: 0 8px;
	display: flex;
	align-items: center;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	align-content: center;
}

.import_field:not(.import_title) {
	box-shadow:0.5px 0 0 var(--base-line-tertiary) inset;
}
.import_title {
	padding: 0 4px 0 8px;
}

.import_field:hover a.onch {
	border-bottom: 1px dashed var(--base-txt-accent) !important
}

.import_field.import_title:hover a.onch {
}

.import_field .hide {
	display: none !important
}

.import_field .input2 {
	border: 1px solid var(--inp-cont-brd);
	border-radius: 2px
}

.import_field span.ico_alert_sm,.import_field span.ico_yes {
}

.import_field span.value {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.import_field span.value a.onch {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.import_field .ico_remove {
	display: none;
	transform: scale(0.4);
	margin-left: -5px !important;
	cursor: pointer
}

.import_field .ico_info {
	top: -1px !important;
	left: 0 !important;
	margin: 0 5px 0 -25px !important
}

.import_field:hover .ico_remove {
	display: inline-block
}

.import_field:hover .ico_remove.hide {
	display: none
}

.import_field .date_clear {
	color: var(--base-txt-primary);
	padding-left: 2px;
	cursor: pointer
}

.import_title {
	font: var(--font-ui-14-regular-reg);
	color: var(--base-txt-primary);
}

.import_title ._tags span {
	box-shadow: 0 0 0 2px var(--base-cont-mod-top)
}

.tags_high .import_title ._tags {
	position: absolute;
	width: 35%
}

.sub_task .import_title ._tags span {
	box-shadow: 0 0 0 2px var(--base-cont-mid)
}

.import_title a.onch {
}

.item_error .import_title ._tags span {
	box-shadow: 0 0 0 2px var(--base-cont-note-major)
}
.import_field ws-icon[name=exclam_triangle-solid] {
	--icon-color: var(--base-btn-notice-minor););
	width: 20px !important;
	--icon-size:16px;
}
.import_field ws-icon[name=check_alt] {
	--icon-color: var(--base-btn-notice-minor););
	width:32px;
	--icon-size:16px;
	display: none;
}
.import_field:has(ws-icon[name=exclam_triangle-solid]) {
	background:var(--base-hlt-w-hover);
	display: flex;
}
.import_field:has(ws-icon[name=check_alt]) {
	background: var(--base-hlt-alt-notice);
}


.import_user_from {
	width: 15%;
	font: var(--font-ui-13-small-reg);
}

.import_user_to {
	width: 15%;
	font: var(--font-ui-13-small-reg);
}

.import_priority {
	width: 32px;
}

.import_priority span {
	margin: auto 10px auto auto
}

.import_start_date {
	width: 10%;
}

.import_end_date {
	width: 10%;
}

.import_error {
	background: var(--base-cont-note-major) !important
}

.import_ajax_title {
	margin: 0 !important;
	padding: 0 !important
}

.import_ajax_title .ico_project_big {
	margin: -7px 10px -3px 0;
}
.modal__dataTable__item:hover .import_field a.onch {
}
#preview_import .modal__dataTable__item:first-child {
	box-shadow: none
}
 .import_title ._tags {
	 height:18px;
 }

/* PREVIEW OF IMPORT */
/* EXPORT */
/* -------------------------------------------------------------------------------------------------------------------*/
.export_content {
	padding: 15px 20px 15px 40px;
	background-color: var(--base-cont-low);
}

.export_content .hkey {
	box-shadow: 0 0 0 1px var(--base-hlt-selected) inset;
	background: var(--base-hlt-selected);
	color: var(--base-txt-primary);
	line-height: inherit;
	border-radius: 4px;
	margin: 0 2px;
	padding: 2px 5px;
	white-space: nowrap;
	font-weight: 400
}

.export_content span.ico_l {
	margin: 0 0 0 -30px
}

.export_content p.note {
	padding-left: 30px;
	color: var(--base-txt-secondary)
}

.export_content p.note b {
	color: var(--base-txt-accent)
}

.export_btn {
	text-align: center;
	padding: 15px;
	background: var(--base-cont-mod-top) url(/assets/img/alert_bg.svg) repeat-x left top
}

.export_btn .button:disabled {
	background: lightgrey;
	cursor: default
}

.export_btn .button:hover:disabled {
	background: lightgrey;
	cursor: default
}

.export.csv #filter_tasks, .export.xls #filter_tasks {
	min-height: 90px
}

.export #filter_author, .export #filter_assignee, .export #filter_project, .export #filter_costs {
	height: 35px
}

.export .title {
	font-weight: bold;
	cursor: pointer;
	margin: 0 0 10px 25px;
	width: 120px;
	-webkit-touch-callout: none;
	-webkit-text-size-adjust: none;
	-webkit-user-select: none;
	user-select: none
}

.export .title.checked {
	text-decoration: underline
}

.export .title span {
	margin: 0 5px 1px
}

.export .row {
	margin-left: 50px;
	width: 80%
}

.export .field {
	display: inline-block;
	width: 20%;
	float: left
}

.export .field.margin_left {
	margin-left: 50px
}

.export .field label, .export .row label {
	padding: 0;
	cursor: pointer
}

.export .field div {
	display: flex;
	align-items: center;
	padding: 0 0 5px 0
}

.export .row div {
	display: inline-flex;
	width: 24%
}

.export .field div.empty {
	height: 20px
}

.export .field div i, .export .row div i {
	float: left
}

.export .field div span, .export .row div span {
	white-space: nowrap;
	padding: 0 5px 0 0;
	float: left;
	max-width: 90px
}

.export .line {
	border-top: 1px dashed var(--base-line-secondary);
	background: var(--base-line-alt-cardbrd);
	height: 0;
	margin: 0 30px 10px 20px
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* CLIENT QUESTIONS FORM */
.modal.client_questions_modal {
	border-radius: 40px;
}

.client_questions {
	padding: 40px;
	border-radius: 40px;
	background: var(--base-cont-low);

	form {
		display: flex;
		gap: 40px;
	}

	.welcome {
		width: 300px;
		padding-right: 20px;
		display: flex;
		flex-direction: column;
		gap: 20px;

		.logo {
			display: flex;
			gap: 8px;
			align-items: center;
			--icon-size: 38px;
			ws-icon { width: 38px; height: 38px; }
			span {
				color: var(--base-txt-primary);
				font: bold 18px/20px "Work Sans";
				letter-spacing: 0.234px;
			}
		}

		.title {
			display: flex;
			flex-direction: column;
			.name {
				font: 28px/40px var(--font-base);
				font-weight: 590;
				overflow: hidden;
				text-overflow: ellipsis;
			}
			.hello {
				font: 24px/32px var(--font-base);
				font-weight: 510;
				letter-spacing: 0.312px;
			}
		}

		.text {
			font: var(--font-ui-13-small-med);
			color: var(--base-txt-secondary);
		}
	}

	.info {
		width: 480px;
		min-height: 320px;
		display: flex;
		flex-direction: column;
		justify-content: space-between;
		gap: 20px;

		.setup {
			display: flex;
			padding-top: 32px;
			background: var(--base-cont-top-elevated);
			box-shadow: var(--shadow-cont-major-outline);
			border-radius: 24px;

			.step1, .step2 {
				display: flex;
				flex-direction: column;
				gap: 8px;
				padding: 0 32px 32px 32px;
				flex-grow: 1;

				.title {
					font: var(--font-ui-16-title-3-semi);
					display: flex;
					align-items: center;
					gap: 8px;
				}

				.step_labels {
					display: flex;
					gap: 8px;
					flex-grow: 1;
					padding-top: 8px;
					label {
						background: var(--base-cont-low);
						border-radius: 12px;
						padding: 16px;
						display: flex;
						flex-direction: column;
						gap: 8px;
						flex: 1;
						align-items: center;
						cursor: pointer;
						&:hover { box-shadow: inset 0 0 0 1px var(--base-line-primary); }
						&.act {
							background: var(--base-cont-top);
							box-shadow: inset 0 0 0 2px var(--base-hlt-invert-major);
							pointer-events: none;
							.step_icon { background: var(--base-hlt-invert-major); }
						}

						.step_icon {
							padding: 8px;
							background: radial-gradient(circle, var(--base-hlt-g-active) 0%, var(--base-cont-trans-mid) 100%);
							border-radius: 12px;
							margin: 0 auto;
							border: 1px solid var(--base-line-tertiary);
							box-shadow: 0 1px 1px -0.5px rgba(22, 54, 70, 0.06), 0 3px 3px -1.5px rgba(22, 54, 70, 0.06), 0 8px 8px -4px rgba(22, 54, 70, 0.06);
							--icon-size: 28px;
							--icon-color: var(--white-accent);
							ws-icon { width: 28px; height: 28px; }
						}
						span.title {
							font: var(--font-ui-14-regular-semi);
							letter-spacing: -0.32px;
							overflow: hidden;
							white-space: nowrap;
							text-overflow: ellipsis;
						}
					}
				}
				.options {
					display: flex;
					flex-wrap: wrap;
					gap: 8px;
					padding-top: 4px;

					ws-btn.act button {
						background: var(--base-cont-top);
						box-shadow: inset 0 0 0 1.5px var(--base-hlt-invert-major);
					}

					input[type="text"] {
						width: 100%;
						height: 32px;
						background: var(--base-cont-low);
						border-radius: 8px;
						box-shadow: inset 0 0 0 1px var(--base-line-secondary);
						padding: 0 8px;
						&:not(:placeholder-shown) { box-shadow: inset 0 0 0 1.5px var(--base-hlt-invert-major); }
						&:focus { box-shadow: inset 0 0 0 1.5px var(--base-hlt-invert-major); background: var(--base-cont-top); }
					}
				}
				.line {
					width: calc(100% + 64px);
					height: 1px;
					background: var(--base-line-tertiary);
					margin: 12px -32px;
				}
				.demo {
					width: calc(100% + 64px);
					margin: 12px -32px -32px -32px;
					padding: 20px 32px 32px;
					background: var(--base-cont-low);
					border-radius: 0 0 24px 24px;
					box-sizing: border-box;
					border-top: 1px solid var(--base-line-ghost);
					.title { margin-bottom: 16px; }
				}
			}
		}
		.questions_buttons {
			background: none;
			display: flex;
			justify-content: flex-end;
			gap: 12px;
		}
	}
	.hidden { display: none !important; }
}

body.mobile .client_questions_modal {
	box-shadow: 0 200px 0 200px 0 var(--base-cont-low);
	top: 0;
	border-radius: 0;

	.modal__swipe { display: none;}

	.client_questions {
		border-radius: 0;
		padding: 20px;
		height: 100%;

		form {
			flex-direction: column;
			gap: 20px;
		}

		.welcome {
			padding: 0;
			width: 100%;
			.logo { justify-content: center; }
			.text { font-size: 12px; }
		}

		.info {
			width: 100%;
			flex: 1;
			.setup {
				padding-top: 16px;
				.step1, .step2 {
					padding: 0 16px 16px 16px;

					.step_labels {
						label {
							padding: 12px 0 8px 0;
							.title {
								font: 12px/16px var(--font-base);
							}
						}
					}

					.line {
						width: calc(100% + 32px);
						margin: 12px -16px;
					}
					.demo {
						width: calc(100% + 32px);
						margin: 12px -16px -16px -16px;
						padding: 16px;
					}
				}
			}
			.questions_buttons button {
				flex: 1;
			}
		}
	}
}

/* CLIENT QUESTIONS FORM */
/* -------------------------------------------------------------------------------------------------------------------*/
#api_key .input {
	background: var(--inp-cont-top);
	padding: 7px 10px;
	margin: 0 10px 0 0;
	border-radius: 4px;
	white-space: nowrap;
	overflow: hidden;
	float: left;
	border: 1px solid var(--inp-cont-brd);
	font: var(--font-ui-13-small-reg);
	color: var(--base-txt-secondary)
}

#api_key .button {
	padding: 8px 10px;
}

#api_key p {
	padding-top: 15px;
}

.file_api {
	float: left;
	margin: 9px 0 7px 0 !important;
	padding: 0 !important;
}

.file_api a {
	color: var(--base-txt-secondary);
	font: 12px/20px var(--font-base)
}

.file_api a:hover {
	color: var(--base-txt-link-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
#hotkey {
	padding: 20px 40px;
}

#hotkey .l {
	float: left;
	width: 320px;
	margin: 10px 15px
}

#hotkey .l div {
	height: 28px;
	font: var(--font-ui-13-small-reg);
	color: var(--base-txt-secondary);
}

#hotkey hr {
	height: 10px;
	border: none;
	border-top: 1px solid var(--base-cont-low)
}

#hotkey div.sp {
	height: 15px;
}

#hotkey span {
	float: left;
	width: 120px;
}

#hotkey i, #hotkey.hotkey-active .alt i {
	border: 1px solid var(--inp-cont-brd);
	background: var(--inp-cont-top);
	padding: 2px 4px;
	font: 14px/20px var(--font-base);
	border-radius: 4px;
	color: var(--base-txt-accent);
}

#hotkey .alt i {
	border-color: var(--base-cont-low);
	background: none;
	box-shadow: none;
	color: var(--base-txt-muted)
}

#hotkey .alt span {
	color: var(--base-txt-muted)
}

#hotkey.hotkey-active .alt span {
	color: inherit
}

#hotkey h2 {
	font: 16px/20px var(--font-serif);
	color: var(--costs-money-major);
	border-bottom: 1px solid var(--base-line-alt-cardbrd);
	padding: 0 0 5px;
	margin: 0 0 15px 0
}

.hotkey {
	color: var(--base-txt-alert-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
/* Trackktor ICON */
#tio-msg-wdgt {
	z-index: 1010 !important
}

#tio-msg-wdgt-toggle-btn {
	bottom: 20px !important;
	left: 20px !important;
}

#tio-msg-wdgt-icon:before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	background: var(--base-cont-top) url(/assets/img/separators_iconset.svg) no-repeat -90px -240px;
	border-radius: 20px;
	border: 2px solid var(--base-cont-top)
}

#tio-msg-wdgt-icon:hover:before {
	transform: rotate(360deg);
	transition: transform 0.6s ease;
	-webkit-transform: rotate(360deg);
	transition: -webkit-transform 0.6s ease
}

#tio-msg-wdgt-icon img {
	display: none !important
}

body[data-page=report] #tio-msg-wdgt-toggle-btn {
	bottom: 70px !important;
	left: 20px !important;
}

body[data-page=report] #fc_override, body.bd_freeze #fc_override {
	bottom: 60px
}

body[data-page=report] #fc_frame, body[data-freeze=on] #fc_override {
	bottom: 60px !important
}

@media print {
	#fc_frame, #fc_override {
		display: none !important
	}
}

/* -------------------------------------------------------------------------------------------------------------------*/
.reg_text {
	color: var(--base-txt-secondary);
	font: 18px/28px var(--font-base);
	padding: 30px;
	text-align: center
}

.reg_text b {
	color: var(--base-txt-primary)
}

.reg_text .ico_c {
	margin: 20px auto;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.hot_dot, .warm_dot {
	position: relative;
	margin-left: 8px
}

.hot_dot::after, .warm_dot::after {
	content: "\00a0"
}

.hot_dot::before, .warm_dot::before {
	content: '';
	position: absolute;
	background: var(--base-txt-btn-w);
	display: inline-block;
	width: 2px;
	height: 2px;
	border: 2px solid var(--base-txt-btn-w);
	border-radius: 4px;
	top: 50%;
	left: 0;
	margin: -3px 0;
}

.warm_dot::before {
	background: var(--lbl-upcoming-invert);
	border-color: var(--lbl-upcoming-invert)
}

.hot_dot:hover:before {
	background: var(--base-txt-btn-w);
}

.warm_dot:hover:before {
	background: var(--lbl-upcoming-invert)
}

/* -------------------------------------------------------------------------------------------------------------------*/
.mail_error {
	padding: 0 18px;
	height: 1%;
	position: relative;
	margin-bottom: 15px;
}

.mail_error .text {
	margin-left: 95px;
	margin-bottom: 15px;
	color: var(--base-txt-secondary);
}

.mail_error .text a {
	font-size: 14px
}

.mail_error .clear {
	margin-left: 95px;
	background: var(--base-surf-top)
}

.mail_error p {
	margin: 4px 0;
	font-size: 12px
}

.mail_error div.item {
	font: 12px/20px var(--font-base);
	margin: 15px 0 0 -5px;
	padding-left: 32px;
}

.mail_error div.item:first-child {
	margin-top: 0
}

.mail_error span.date {
	float: right;
	font: 11px/20px var(--font-base);
	color: var(--base-txt-tertiary)
}

.mail_error a {
	font: bold 14px/20px var(--font-base)
}

.mail_error .av_sm {
	float: left;
	margin: -2px 0 -2px -32px;
	cursor: pointer
}

.mail_error .button_sm {
	margin: 5px 0 0 0;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.account_delete {
	border: 1px solid var(--colors-graphite-trans-200);
	cursor: pointer;
	background: var(--colors-graphite-trans-200);
	padding: 7px 0;
	margin: 0 auto 15px auto;
	height: 45px;
	-webkit-transition: background 2s ease;
	transition: background 2s ease;
}

.account_delete:hover {
	background: var(--base-txt-accent)
}

.account_delete_bot {
	position: relative;
	top: 50px;
	z-index: 1000
}

.modal__content .account_delete {
	width: auto;
	margin: 0;
	padding: 15px 30px 30px;
	border-width: 0
}

.account_delete_on {
	background: var(--base-txt-accent);
	height: auto
}

.account_delete span.delete_ico {
	width: 45px;
	height: 45px;
	display: block;
	margin: 0 auto;
	background: url(/assets/img/secure_iconset.png) no-repeat -225px 0;
}

.account_delete_on span.delete_ico {
	background: url(/assets/img/secure_iconset.png) no-repeat -225px -45px
}

.account_delete .text {
	display: none
}

.account_delete_on .text {
	display: block;
	color: var(--white-accent);
	text-align: center;
	padding: 10px 0 15px 0;
}

.account_delete a.delete {
	background: var(--colors-red-vivid-800);
	font: bold 14px var(--font-base);
	color: var(--white-accent);
	padding: 5px 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.account_delete a.delete:hover {
	background: var(--base-txt-alert-minor)
}

.account_delete p {
	margin: 0 0 20px 0
}

.account_delete h4 {
	color: var(--colors-red-vivid-800);
	font: bold 14px var(--font-base)
}

/* -------------------------------------------------------------------------------------------------------------------*/
task-wait:not(.wait_short) {
	background: var(--base-hlt-hover);
	font: 11px/20px var(--font-base);
	display: inline-block;
	vertical-align: middle;
	color: var(--base-txt-link-major) !important;
	padding: 0 7px 0 5px;
	border-radius: 3px;
	cursor: pointer;
	box-shadow: 0 0 1px var(--inp-hlt-brd) inset;
}

task-wait:not(.wait_short):hover {
	background: var(--inp-hlt-bg)
}

task-wait:not(.wait_short):before {
	content: '';
	float: left;
	width: 20px;
	height: 20px;
	background: url(/assets/img/iconset.svg) no-repeat -20px -1120px;
	transform: scale(0.6);
	-webkit-transform: scale(0.6);
	margin: 0 0 0 -5px;
}

task-wait:not(.wait_short) {
	margin: 0 0 -4px 0;
	vertical-align: top;
}

task-wait ~ .pubdate {
	display: none
}

div#wait_post {
	display: none
}

a.wait_plus.wait_long:not(.wait_seconds) {
	display: none
}

a.wait_plus {
	position: relative
}

a.wait_plus:hover:after {
	content: '+3 min';
	position: absolute;
	left: 28px;
	top: 5px;
	color: var(--base-btn-primary-minor)
}

a.wait_plus:hover:before {
	transform: scale(0.8) !important;
	-webkit-transform: scale(0.8) !important;
	position: relative;
	left: -5px
}

a.wait_plus:hover {
	color: transparent !important
}

.notify_block task-wait {
	color: var(--base-txt-link-major) !important;
	box-shadow: 0 0 0 1px var(--inp-hlt-brd) inset;
	font: 12px/20px var(--font-base);
	padding: 5px 15px 5px 10px;
	margin: -6px 0;
}

.notify_block a.wait_plus:hover {
	color: transparent !important
}



.notify_block task-wait:before {
	transform: scale(1);
	-webkit-transform: scale(1);
	margin: 0 5px 0 0 ;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.notify_block {
	font: var(--font-ui-13-small-reg);
	padding: 0;
	float: left;
	height: 20px;
	color: var(--base-txt-ghost)
}
.menu__group > .notify_block {
	float: none;
	padding: 0 4px;
	height: 32px;
	background: none !important;
	color: var(--base-txt-tertiary);
}
.menu__group > .notify_block_act {
	color: var(--base-txt-primary);
}
.search_started .menu__group-notify {
	display: none
}

.notify_block:not(.menu__item) ws-icon {
	margin:-2px 10px -2px -2px;
	width: 24px;
	height: 24px;
}

.notify_block ws-icon svg {
	width: 24px;
	height: 24px;
}
.notify_block.menu__item ws-icon svg {
	width: 20px;
	height: 20px;
}

.notify_block:not(.notify_block_act) ws-icon use:last-child {
	display: none
}
.notify_block_act ws-icon use:first-child {
	display: none
}
.notify_btn:not(.notify_btn_act) ws-icon use:last-child {
	display: none
}
.notify_btn_act ws-icon use:first-child {
	display: none
}
.notify_block:not(.menu__item) ws-icon use:last-child {
	fill: var(--base-btn-notice-minor);
}
.notify_block ws-icon use:first-child {
	fill: var(--base-txt-secondary);
}
.notify_block ws-icon use:first-child:last-child {
	display:block;
}

.modal .notify_block .ico_l {
	margin-left: -2px;
}

.notify_block_act .ico_l, .modal__content .notify_block .ico_l, .floatingButtons-gantt .notify_block .ico_l, .notify_block a:hover .ico_l {
	opacity: 1
}

.notify_block_act {
	color: var(--base-txt-primary)
}

/*body.bd_session .notify_block_act .ico_l {filter:hue-rotate(-150deg);}*/
.notify_block a {
	color: inherit !important
}

.modal__content .notify_block a span.inline, .floatingButtons-gantt .notify_block a span.inline {
	color: var(--base-txt-primary);
	opacity: 0.5
}

.notify_block_act a:not(task-wait) {
	color: var(--base-txt-primary) !important
}

.modal__content .notify_block_act a span.inline, .modal__content .notify_block a:hover span.inline, .floatingButtons-gantt .notify_block_act a span.inline, .floatingButtons-gantt .notify_block a:hover span.inline {
	opacity: 1
}

.notify_block b {
	color: var(--base-txt-tertiary) !important;
	font-weight: normal;
	margin: 0 0 0 2px;
	opacity: 0
}

.notify_block_act b {
	opacity: 1
}

.notify_block_act a:hover b {
	opacity: 0
}

.notify_block a:not(task-wait):hover {
	color: var(--base-txt-secondary) !important
}

.notify_block_xs {
	position: relative;
}

.notify_block_xs .inline {
	display: none;
	position: absolute;
	left: 35px;
	top: -7px;
	white-space: nowrap;
	padding: 7px 10px;
	z-index: 10;
	background: var(--base-txt-max);
	background: var(--colors-alpha-dark-70);
	color: var(--white-accent) !important;
	border-radius: 4px;
}

.notify_block_xs:hover .inline {
	display: inline
}

.massPanel .notify_block {
	float: left;
	margin: 5px 10px 5px 0;
}

/* -------------------------------------------------------------------------------------------------------------------*/


#confirmMenu .text {
	white-space: pre-wrap
}

/* ---------------------------------------------------- Slider --------------------------------------------------------*/
.eye_conf {
	padding: 0 10px 0 15px;
	position: relative;
	margin: 0 0 1px 0;
	display: none;
}

.eye_conf_2line form {
	min-height: 91px
}

.eye_conf form {
	padding: 15px 50px 15px 0
}

.eye_conf h4 {
	padding: 0;
	margin: 0 0 5px 0;
	font: bold 13px var(--font-base)
}

.eye_conf .eye_line {
	font: 12px/20px var(--font-base);
	padding: 13px 3px 13px 30px;
	white-space: nowrap;
	-webkit-transform: translateZ(0);
	position: relative;
	height: 20px
}

.eye_conf .eye_noico {
	padding-left: 0
}

.eye_conf .eye_line b {
	display: block;
	padding: 14px 0 0 0;
	font: 12px/20px var(--font-base)
}

.eye_conf .eye_line .ico_l {
	position: absolute;
	top: 7px;
	left: 0
}

.eye_conf .eye_line div {
	position: relative;
	height: 20px;
	display: inline-block;
	padding: 3px 0;
	margin-right: 10px;
	border-radius: 6px;
}

.eye_conf .eye_line a {
	padding: 3px 8px;
	margin: 0 1px 0 0;
	position: relative;
	white-space: nowrap;
	font: var(--font-ui-13-small-reg);
}

.eye_conf .eye_line i {
	position: absolute;
	left: -5px;
	top: -6px;
	border-radius: 6px;
	width: 30px;
	height: 30px;
	display: none;
	margin-top: 2px;
}

.eye_conf .eye_line i.ani {
	transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease
}

.eye_conf .button {
	position: absolute;
	right: 15px;
	bottom: 27px;
	border-radius: 5px;
	display: none;
	width: 60px;
	text-align: center
}

.eye_conf .reset {
	position: absolute;
	right: 15px;
	bottom: 73px;
	display: none;
	width: 40px;
	text-align: center
}

.eye_conf .reset_1line {
	bottom: 27px;
	right: 85px
}

.eye_conf .eye_l {
	float: left;
	margin: 0 10px 0 0
}

.eye_conf .eye_r {
	float: right;
	margin: 0 0 0 10px;
	text-align: right
}

.eye_hint {
	float: right;
	color: var(--base-txt-muted);
	font: 11px/20px var(--font-base);
	display: none
}

.eye_hint2 {
	position: absolute;
	right: 20px;
	top: 0;
	color: var(--base-txt-muted);
	font: 11px/20px var(--font-base);
	padding: 0 10px 0 0;
	white-space: nowrap;
}

a.eye_hint {
	color: var(--base-txt-muted) !important
}

a.eye_hint:hover, a:hover .eye_hint2, .eye_act2 .eye_hint2 {
	color: var(--base-txt-link-minor) !important
}

.modal__content .eye_conf {
	margin: 0 -10px 0 -50px;
}

.modal__content .eye_line {
	float: none;
	padding: 13px 0;
}

.modal__content .eye_name {
	font: 14px/20px var(--font-base);
	margin: 0 10px 0 0;
	color: var(--base-txt-secondary)
}

.eye_containter {
	height: 45px;
}

.eye_containter label {
	float: left;
	color: var(--base-txt-secondary);
	float: left;
	padding: 11px 0;
}

.eye_containter .eye_conf {
	display: block;
	float: left;
	padding: 0;
	margin-right: -35px;
}

.eye_containter .eye_conf .eye_line {
	padding: 10px 0 10px 10px;
}

.eye_containter .eye_nolabel .eye_line {
	padding-left: 0;
	/* margin-right:-100px; */
}

.eye_conf .eye_line {
	color: var(--base-txt-secondary)
}

.eye_conf .eye_line b {
	color: var(--base-txt-tertiary)
}

.eye_conf .eye_line div {
	background: var(--base-cont-low);
}

.eye_conf .eye_line a {
	color: var(--base-txt-primary)
}

.eye_conf .eye_line a:hover {
	color: var(--base-txt-link-major);
}

.eye_conf .eye_line a.act {
	color: var(--base-txt-link-major);
}

.eye_conf .eye_line i {
	background: var(--inp-hlt-bg);
	border: 1px solid var(--inp-hlt-brd);
	box-shadow: var(--shadow-cont-minor);
}
#drophomemenu .ico_l {
	top: 13px;
}

.modal__content #drophomemenu {
	padding: 12px 28px;
	margin: 0 !important
}

.modal__content #dashboard_modal_sliders {
	padding: 0 20px 20px;
	margin: 0 !important;
}

.modal__content #drophomemenu .eye_line {
	padding: 13px 3px 13px 30px
}

#drophomemenu h4:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	border-top: 1px solid var(--base-line-primary)
}

#drophomemenu h4 {
	position: relative;
	margin: 20px 0 10px 0;
	color: var(--base-txt-secondary);
}

#drophomemenu h4 b {
	color: var(--base-txt-primary);
	font: bold 14px/20px var(--font-base);
}

#drophomemenu h4 span {
	background: var(--base-cont-mod-top);
	padding: 0 10px 0 0;
	position: relative;
	font: 14px/20px var(--font-base);
}

/* -------------------------------------------------------------------------------------------------------------------*/
a.moredots, span.moredots {
	display: block;
	text-align: center;
	width: 36px;
	height: 20px;
	background: var(--flt-act-bg);
	color: var(--base-txt-primary) !important;
	border-radius: 10px;
	margin: 2px 0 0 95px;
	font: bold 14px/14px var(--font-base);
	letter-spacing: 2px;
	text-indent: 2px;
	padding: 0 !important;
}
ws-btn.moredots {
	display: block;
	width: fit-content;
}

a.moreico {
	display: inline-block;
	text-align: center;
	overflow: hidden;
	width: 36px;
	height: 14px;
	background: var(--flt-act-bg);
	color: var(--base-txt-primary) !important;
	border-radius: 10px;
	font: bold 14px/8px var(--font-base);
	letter-spacing: 2px;
	text-indent: 2px;
	vertical-align: -2px;
}

a.moredots:before, span.moredots:before, a.moreico:before {
	content: '...';
}

a.moredots:hover, .more:hover span.moredots {
	background: var(--base-txt-link-minor);
	color: var(--white-accent) !important;
}

a.moredots_hid {
	background: var(--base-hlt-w-pressed)
}

a.moredots_hid:hover {
	background: var(--base-btn-alert-primary-minor)
}

a.moredots.but:before {
	display: none
}

a.moredots.but {
	font: 12px/20px var(--font-base);
	width: 100px
}

.morereload {
	background: var(--base-cont-top);
	padding: 10px;
	margin: 1px 0 0 0;
}

.commentList__item-active .morereload {
	background: var(--base-cont-mid)
}

.morereload a.moredots {
	margin: 0;
}

/* -------------------------------------------------------------------------------------------------------------------*/

#project_to {
	overflow-y: scroll;
}

.projects__group {padding: 0 12px 0 24px;}

.projects__group ws-icon use:first-child {
	display: inline-block;
}

.projects__group ws-icon use:last-child {
	display: none;
}

.projects__group-collapsed .projects__group__content {
	display: none;
}

.projects__group-collapsed .projects__group__title use:first-child {
	display: none;
}

.projects__group-collapsed .projects__group__title use:last-child {
	display: inline-block;
}

.projects__group__title {
	display: flex;
	width: 100%;
}

.projects__group__title__name ws-icon:first-child {
	padding: 0 6px;
}

.projects__group__title__name ws-icon:first-child + ws-icon {
	padding-right: 6px;
	transform: scale(1.3) translate(2px, -1px);
}

.projects__group__title__name ws-icon:first-child + ws-icon svg {
	fill:var(--folder-color);
}

.projects__group__title__name, .projects__group__title__name:hover {
	flex: 1;
	color: var(--base-txt-primary);
	font: 700 16px/20px var(--font-base);
}

.projects__group__title__sw {
	color: var(--base-txt-secondary);
	font: 400 11px/20px var(--font-base);
	padding: 0 10px 0 4px;
}

.projects__group__title__sw .sw {
	margin-top: 2px;
}

.projects__group .proj_color {
	border-radius: 5px;
	margin: auto 6px;
	width: 20px;
	height: 20px;
}

.projects__group .proj_color ws-emoji {
	width: 16px;
	height: 16px;
	padding: 2px;
}

.projects__group .proj ws-icon[name="project_xl-invert"] {
}

.projects__group .proj ws-icon[name="project_xl-invert"] svg use {
	display: inline-block !important;
}

.projects__group .proj.act ws-icon[name="project_xl-invert"] svg use {
}

.projects__group__content {
	padding: 8px 0 16px 34px;
}
.projects__group__content .proj {
	font-size: 14px;
	height: 32px;
	line-height: 32px;
	color: var(--base-txt-primary);
	box-sizing: border-box;
	padding: 0 8px 0 0;
	border-radius: inherit;
	border-width: 0.5px 0px;
	border-style: solid;
	border-color: var(--base-hlt-g-hover);
}

.projects__group__content .proj .proj_text {
	min-width: 0;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-left: 2px;
}

.projects__group__content .proj.act {
	background: var(--base-hlt-hover);
}

.projects__group__content .proj.act:hover {
	background: var(--base-hlt-selected);
}

.projects__group__content .proj:not(.act):hover {
	background: var(--base-hlt-g-easy);
}

.projects__group__content .proj font {

}

.projects__group__content .inputCheckbox {
	/* float: left; */
	/* padding:  1px 4px 0; */
}

.projects__group__content .inputCheckbox span {
	background: none !important;
	transform: scale(0.8) translate(2px, 0px);
}

.projects__group__title .pg_counter {
	font-size: 14px;
	padding-left: 4px;
	color: var(--base-txt-act-major);
}

.projects__group__title .pg_counter span {
	color: var(--base-txt-tertiary);
}

.projects__group hr {
	margin: 17px 0 18px;
	border: none;
	border-top: 1px solid var(--base-line-secondary);
}

.projects__group span.label_arch3 {
	vertical-align: inherit;
}

#master_hid .buttons_checkboxes {
	background: var(--base-cont-note-major);
	margin-right: 24px;
	margin-left: 24px;
	border: 1px solid var(--base-line-tertiary);
	border-radius: 8px;
	padding:  16px;
}

.projects__group .proj_folder_my svg use {
	fill: var(--base-btn-fresh-minor);
}
.projects__group .proj_folder_user svg use {
	fill: var(--base-btn-primary-minor);
}



.projects__group-hidden, .proj-hidden {
	display: none !important;
}

/* -------------------------------------------------------------------------------------------------------------------*/

#admrole {
	padding: 0 24px;
}

#modProfile #admrole_out {
	padding: 0;
}

#admrole_descr {
	padding: 0 24px;
	overflow-y: scroll;
}

#admrole_descr .setupBlock + .setupBlock__content {
	padding-top: 16px;
}

#admrole_descr .setupBlock__item {
	flex-wrap: wrap;
}

#admrole_descr .setupBlock__title {
	height: auto;
}

#admrole_descr .setupBlock__title .in {
	display: inline-block;
	line-height: 24px;
	padding: 0 4px;
}

#admrole_descr .setupBlock__item .setupBlock__explain {
	padding-left: 40px;
	flex-basis: 100%;
}

#admrole_descr .setupBlock__text {
	padding: 0 8px 8px;
}
#admrole_descr .setupBlock__text:not(:first-child) {
	padding: 8px;
}

#admrole_out [data-role]::before {
	content: " ";
	display: table;
}

#admrole_out .roleBox {
	padding: 16px;
	background: var(--base-hlt-b-easy);
	border-radius: 12px;
}

#admrole_out .setupBlock__simple {
	padding: 18px 26px;
	box-sizing: border-box;
	font: var(--font-ui-14-regular-reg);
}

#admrole_out .setupBlock__bg-alert .setupBlock__simple {
	font: var(--font-ui-14-regular-reg);
}

#admrole_out .setupBlock__text + .setupBlock__line,  #admrole_out .setupBlock__item + .setupBlock__line {
	margin: 12px 0 8px 0;
}

#dropaccessmenu .menu__item-delete .in, #dropaccessmenu .menu__item-delete .gray {
	color: var(--base-txt-btn-w);
}

#dropaccessmenu .menu__item-delete .gray {
	background: var(--base-hlt-w-easy);
	border-radius: 4px;
}

#dropaccessmenu .menu__item-delete.selected, #dropaccessmenu .menu__item-delete.selected:hover {
	background: var(--base-hlt-w-easy);
}

.roleBox .roleIcon {
	background: var(--base-hlt-b-selected);
	border-radius: 8px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 18px;
}

.roleBox > .flex_row {
	gap: 8px;
}

.roleBox .roleIcon ws-icon {
	width: 28px;
	height: 28px;
}

.roleBox .roleIcon ws-icon svg {
	width: 28px;
	height: 28px;
	fill: var(--base-txt-btn-b);
}

.roleBox .roleName {
	white-space: nowrap;
	flex: 1;
}

.roleBox .roleName .roleUser {
	font: 400 12px/16px var(--font-base);
	color: var(--base-txt-secondary);
}

.roleBox .roleName .roleTitle {
	font: 600 16px/24px var(--font-base);
	color: var(--base-txt-btn-b);
	text-overflow: ellipsis;
}

.roleBox .drop_select {
	height: auto;
	background: none;
	box-shadow: none;
	padding: 0;
}

.roleBox.roleBox-contact .roleIcon {
	background: var(--base-hlt-w-hover);
}

.roleBox.roleBox-contact .roleIcon ws-icon svg {
	fill: var(--base-txt-alert-major);
}

.roleBox.roleBox-contact .roleTitle {
	color: var(--base-txt-alert-major);
}

	/*
	#admrole_out .role {
		color: var(--base-txt-secondary);
		font: 13px/18px var(--font-base);
	}

	#admrole_out .note {
		color: var(--base-txt-alert-minor)
	}

	#admrole span.ico {
		float: left;
		margin: 0 5px
	}

	#admrole_out p.grayx {
		margin: 15px 0;
	}

	#admrole_out p.gray:first-child {
		margin: 0
	}

	#admrole_out .drop_select {
		padding: 8px 10px;
		border-radius: 20px;
		margin: -5px 12px 20px;
	}

	#admrole_out .drop_select span.drop {
		transform: scale(1.5);
		margin-right: 5px;
	}

	#admrole_descr {
		padding: 0 0 10px 0;
	}

	#admrole_descr p.wlabel {
		font-weight: bold;
		margin-left: 15px;
		color: var(--base-txt-primary)
	}

	#admrole_descr .role p.wlabel {
		font-weight: normal
	}

	#admrole_descr p.wlabel b {
		font-weight: bold
	}

	#admrole_descr p.wlabel.dis b {
		color: var(--base-txt-tertiary);
		font-weight: normal
	}

	#admrole_out .help1 .help {
		float: left;
		margin: 0 0 0 -30px;
		width: 24px;
		font-size: 18px;
		line-height: 24px;
		text-align: right;
		letter-spacing: -1px;
	}

	#admrole_out .help1 {
		color: var(--base-txt-tertiary);
		font: italic 13px/16px var(--font-base);
		padding: 10px 0 0 15px;
	}

	#admrole_ {
		padding: 15px 0 0
	}

	/* -------------------------------------------------------------------------------------------------------------------*/
.card_link, .card_link:hover {
	color: var(--base-txt-max)
}

.card_place {
	height: 0;
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease;
	overflow: hidden
}

.card_place_ {
	background: var(--base-line-alt-cardbrd);
	box-shadow: 0 2px var(--base-line-tertiary) inset;
	padding: 10px;
}

.user_card {
	position: relative;
}

/*.user_card0 {background:var(--base-cont-low); border:1px dashed var(--base-line-tertiary)}*/
.user_card .img, .user_card .img_big {
	margin: 8px 0;
	text-align: center;
	position: relative;
	height: 160px;
}
.user_card .img > span {
	width: 160px;
	height: 160px;
	border-radius: 100%;
	font: 48px / 160px var(--font-base) !important;
}
.user_card .img > img.av {
	transform: scale(3.33);
	transform-origin: top;
}
.user_card .img .editmask > a {
	display: block;
	width: 100%;
	height: 100%;
}
.user_card .img .editmask, .user_card .img_big .editmask {
	position: absolute;
	left: calc(50% - 77px);
	top: 3px;
	width: 154px;
	height: 154px;
	border-radius: 100%;
	overflow: hidden;
}
.user_card .img .edit ws-icon, .user_card .img_big .edit ws-icon {width: 24px;height: 24px;}
.user_card .img .edit ws-icon svg, .user_card .img_big .edit ws-icon svg {width: 24px;height: 24px;}
@media (max-width: 480px) {
	.user_card .img, .user_card .img_big {
		.edit ws-icon, .edit ws-icon svg {width: 20px;height: 20px;}
	}
}

.user_card .img .edit, .user_card .img_big .edit {
	position: absolute;
	background: var(--base-cont-retrans-mid);
	border-radius: 20px;
	bottom: -50px;
	left: calc(50% - 60px);
	width: 120px;
	padding: 8px 0;
	text-align: center;
	transition: all 300ms ease-in-out;
	color: var(--base-txt-accent);
	--icon-color: var(--base-txt-max);
}
.user_card .img .editmask:hover .edit, .user_card .img_big .editmask:hover .edit {
	bottom: 0;
}
@media (max-width: 480px) {
	.user_card .img .edit, .user_card .img_big .edit {
		border-radius: 50%;
		left: calc(50% - 50px);
		width: 100px;
		padding: 4px 0;
	}
}

.user_card .logo {
	margin: 30px -20px 10px;
	text-align: center;
}

.user_card .logo .ico_c {
	margin: 0 auto 25px;
	transform: scale(2);
	opacity: 0.3
}

.user_card .img_big img {
	width: 160px;
	height: 160px;
	border-radius: 80px;
}

.user_card .topic_status:has(user-topic-status:not(:empty)) {
	text-align: center;
	margin: 8px 0;
}

.user_card .topic_status ws-emoji {
	width: 16px;
	height: 16px;
}

.user_card .topic_status .cross-attr {
	border-left: 1px solid transparent;
}

.user_card .name {
	margin: 8px 0 2px;
	white-space: nowrap;
	font: 18px/24px var(--font-base);
	color: var(--base-txt-primary);
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 510;
}
.user_card .position {
	color: var(--base-txt-tertiary);
	font: 15px/20px var(--font-base);
	font-weight: 400;
	text-align: center;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}
.user_card:not(.flex_column) .name {margin: 16px 0 0;}
.user_card:not(.flex_column) .topic_status {margin-top: 16px;}
.user_card:not(.flex_column) .position {margin-top: 4px;}

.user_card .actions {
	margin-top: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 8px;
	padding: 14px 0 20px;
}

.user_card .w .name {
	margin-right: 40px;
}

.user_card .top_info {
	justify-content: space-between;
	/*align-items: self-start;*/
	padding: 0 0 8px 4px;
}
.user_card .dept {
	font: 13px/16px var(--font-base);
	flex-shrink: 1;
	max-width: 80%;
	width: 80%;
}
.user_card .dept > div:first-child {
	color: var(--base-txt-tertiary);
	font-weight: 400;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.user_card .dept > div:last-child {
	color: var(--base-txt-secondary);
	font-weight: 590;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.user_card .dept b {
	font: 11px/14px var(--font-base);
	color: var(--base-txt-primary);
	display: inline-block;
	max-width: 50%;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: top
}

.user_card .contact {
	font: 12px/20px var(--font-base)
}

.user_card .contact span {
	color: var(--base-txt-tertiary)
}

.user_card .contact a {
	display: inline;
	padding: 0;
	font: inherit;
	color: var(--base-txt-link-minor)
}

.user_card .status {
	font: 11px var(--font-base);
	padding: 0;
	margin: 0
}

.user_card .link {
	background: var(--base-cont-low);
	margin: 10px -10px -10px -10px;
	padding: 10px;
	font: 11px/14px var(--font-base);
	color: var(--base-txt-secondary)
}

.user_card .link .ico_r {
	margin: -3px 0 -3px 5px
}

.user_card .link .s2 {
	display: none
}

.user_card .link:hover .s1 {
	display: none
}

.user_card .link:hover .s2 {
	display: block
}

.user_card .link .r {
	float: right
}

.user_card .moredots {
	float: none;
	margin: 10px auto 0
}

div.hidcon {
	color: var(--base-txt-secondary);
	font: 11px/16px var(--font-base);
	margin: 10px 0 0 0
}

div.hidcon span.ico {
	margin: 0 2px 0 -3px
}

div.hidcon a.moredots {
	float: none;
	margin: -12px 0 0 auto
}

div.hidcon span.hid1 {
	color: var(--base-btn-alert-primary-major)
}

div.hidcon span.hid2 {
	color: var(--base-txt-tertiary)
}

/* -------------------------------------------------------------------------------------------------------------------*/
#buttons_floating {
	height: 70px
}

#buttons_floating .in {
	background: var(--base-hlt-alt-overlap);
	font: 12px/40px var(--font-base);
	position: fixed;
	left: 50%;
	bottom: -100px;
	height: 48px;
	width: 340px;
	margin: 0 0 0 -185px;
	padding: 14px 15px 14px 15px;
	border-radius: 8px;
	z-index: 1001;
	box-shadow: 0 1px 2px 1px var(--colors-alpha-dark-20);
	text-align: center;
	transition: bottom 0.3s ease;
	-webkit-transition: bottom 0.3s ease;
}

#buttons_floating.buttons_floating_a .in {
	bottom: 20px;
}

body.bodyWithMenu #buttons_floating .in {
	display: none;
}

#buttons_floating a.reset {
	float: left;
	color: var(--base-txt-tertiary);
	margin: 5px 0;
}

#buttons_floating a.reset:hover {
	color: var(--base-txt-max)
}

#buttons_floating a.reset .ico_l {
	margin: 10px;
}

#buttons_floating a.button_orange {
	float: right;
	width: 120px;
	margin: 5px 0;
}

/* -------------------------------------------------------------------------------------------------------------------*/
div.note_in {
	background: var(--base-cont-note-minor);
	padding: 10px;
	line-height: 14px;
	margin-bottom: 15px;
}

div.note_in b {
	color: var(--base-txt-alert-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
.archive {
	padding: 0 0 0 8px;
	color: var(--base-txt-tertiary);
}

.archive_open {
	background: var(--base-cont-top)
}

.archive a {
	color: var(--base-txt-tertiary);
	padding: 0 3px;
}

.archive a:hover {
	color: var(--base-txt-secondary)
}

#st_show2.archive {
	background: var(--base-cont-top);
	font: var(--font-ui-13-small-reg)
}

.archive .r {
	float: left;
	margin: 0 -100% 0 10px
}

.archive .r b {
	color: var(--base-txt-primary)
}

.archive .moredots {
	margin: 3px auto;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.files_actions {
	padding: 20px 0;
	text-align: center
}

.files_actions .button_white {
	margin: 0 5px;
	vertical-align: top;
}

.files_actions .button {
	margin-bottom: 4px;
}

#empty_files2 + .files_actions {
	margin-top: -50px;
}

#empty_page + .files_actions {
	margin-top: -50px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
span.ico_a_alt {
	display: none;
	position: absolute;
	right: -2px;
	top: -1px
}

span.text_a_alt {
	background: var(--base-cont-low);
	font: 11px/20px var(--font-base);
	display: none;
	position: absolute;
	right: 30px;
	top: 7px;
	padding: 0 5px;
	color: var(--base-txt-btn-w)
}

label.act span.ico_a {
	display: none
}

label.act span.ico_a_alt, label.act span.text_a_alt {
	display: inline-block
}

/* -------------------------------------------------------------------------------------------------------------------*/
.nl2br {
	padding: 2px 0;
}

.task .text .nl2br {
	font-size: 13px;
	margin-bottom: 15px
}

.task .comments .nl2br {
	margin-top: 15px
}

/* -------------------------------------------------------------------------------------------------------------------*/
div.status {
	padding-bottom: 15px;
	color: var(--base-txt-secondary);
	line-height: 140%
}

.status b {
	font-weight: normal;
	color: var(--base-txt-accent)
}

.status a {
	color: var(--base-txt-tertiary);
}

.status a.onch {
	color: var(--base-txt-accent);
	border-bottom: 1px dashed var(--base-txt-max)
}

.status a.onch:hover {
	color: var(--base-txt-link-minor);
	border-bottom: 1px dashed var(--base-txt-link-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
a.drop, span.drop {
	height: 20px;
	width: 20px;
	float: right;
	overflow: hidden;
	background: url(/assets/img/ws_emoji_new.svg) no-repeat -365px -95px;
	background-size: 480px 480px;
}

a.drop_bl, span.drop_bl {
	background-position: -365px -155px
}

span.drag {
	float: left;
	height: 20px;
	width: 15px;
	margin: -10px -5px -10px -16px;
	overflow: hidden;
	background: url(/assets/img/iconset.svg) -102px -60px;
	border: 2px solid var(--base-cont-top);
	border-width: 10px 0;
	cursor: move;
	cursor: grabbing;
}

div.sub span.drag {
	border-color: var(--base-cont-mid);
}

span.drag:hover {
	background: url(/assets/img/iconset.svg) -122px -60px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.datablock .title a.r {
	float: right;
	font: 12px/20px var(--font-base);
	color: var(--base-txt-ghost)
}

body.desktop .datablock .title a.r {
	opacity: 0
}

body.desktop .datablock:hover .title a.r {
	opacity: 1
}

.datablock .title a.r:hover {
	color: var(--base-txt-link-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
body.body_white {
	background: var(--base-cont-top)
}

body.body_white #content {
	background: var(--base-cont-low)
}

body.body_white .freeze2 ~ #content {
	background: var(--base-surf-setup)
}

/* -------------------------------------------------------------------------------------------------------------------*/
#log_delete {
	background: var(--base-cont-mod-low);
	height: 34px;
	padding: 7px 15px;
	font: 12px/20px var(--font-base);
	overflow: hidden;
	box-shadow: 0 -1px var(--base-surf-top);
	border-bottom: 1px solid var(--base-line-alt-gap-minor);
	margin: 0;
	position: relative;
	z-index: 100;
	transition: height 0.3s ease;
	-webkit-transition: height 0.3s ease
}

.log_delete_ {
	background: var(--base-cont-mod-low);
	height: 49px;
	position: relative;
	z-index: 100;
}

.log_delete__ {
	transition: height 0.3s ease 1s;
	-webkit-transition: height 0.3s ease 1s
}

#log_delete a {
	margin: 6px 0 0 0
}

#log_delete a.redo {
	float: right;
	color: var(--base-txt-secondary);
	margin-top: 8px;
}

#log_delete a.redo .ico_r {
	margin: -2px 0 0 10px
}

#log_delete a.redo:hover {
	color: var(--base-txt-link-minor)
}

/* -------------------------------------------------------------------------------------------------------------------*/
.setup .app_load {
	/* background:var(--base-cont-low); */
	height: 90px;
	margin: 0 0 -16px -16px;
}

.app_load_ico {
	background: url(/assets/img/get_ws_app.png) 0 -60px;
	float: left;
	width: 60px;
	height: 60px;
	/* opacity:0.1; */
	margin: 30px 20px 0 0;
}

.app_load a {
	float: left;
	padding: 8px 15px;
	margin: 0 10px 0 0;
	/* opacity:0.5; */
	transition: opacity 0.3s ease;
	-webkit-transition: opacity 0.3s ease;
	box-shadow: var(--shadow-brd-hover);
	border-radius: 10px;
}

.app_load a:hover {
	opacity: 1;
}

.app_load_ico1 {
	background: url(/assets/img/get_ws_app.png) -130px -60px;
	float: left;
	width: 130px;
	height: 60px;
}

.app_load_ico2 {
	background: url(/assets/img/get_ws_app.png) -260px -60px;
	float: left;
	width: 130px;
	height: 60px;
}
@media (max-width: 400px) {
	#setup .app_load_ico {display:none}
	#setup .app_load {padding-left:10px;}
	#setup .app_load a {padding:15px 10px;}
}

/* -------------------------------------------------------------------------------------------------------------------*/
.p404 {
	text-align: center;
	padding: 50px 10px;
	font: italic 18px var(--font-serif);
	color: var(--base-txt-secondary)
}

.p404 a {
	color: var(--base-txt-link-minor);
}

.p404 img {
	max-width: 90%;
	margin: 0 0 20px 0
}

.p404 span {
	font: 24px var(--font-base);
	color: var(--base-txt-primary);
}

.p404 a.go_home {
	font: 18px var(--font-base);
	color: var(--base-btn-primary-major);
	padding: 10px 30px;
	background: var(--base-cont-top);
	border-radius: 30px
}

.p404 a.go_home:hover {
	color: var(--white-max);
	background: var(--base-btn-primary-major);
}

/* -------------------------------------------------------------------------------------------------------------------*/
div.notify {
	text-align: left;
	padding: 0 0 0 25px
}

.modal__content div.notify {
	width: 180px
}

div.notify span.ico_notify {
	margin: -4px 0 0 -30px;
	opacity: 0.5
}

div.notify:hover span.ico_notify {
	opacity: 1
}

div.notify label {
	display: inline-block;
	padding: 2px 5px;
	margin: 0 0 2px 0;
	color: var(--base-txt-secondary);
	cursor: pointer
}

.modal__content div.notify label {
	display: block
}

div.notify label input {
	float: left;
	margin: 2px 5px 0 0
}

/* -------------------------------------------------------------------------------------------------------------------*/
.task_delay_pub {
	text-align: center;
	padding: 10px 0;
	width: 250px;
	margin: 0 auto;
}

.task_delay_pub a {
	color: inherit;
	font-style: italic;
	color: var(--base-txt-primary);
	opacity: 0.5;
	transition: opacity 0.3s ease
}

.task_delay_pub:hover a {
	opacity: 0.8
}

.task_delay_pub a:hover font {
	color: var(--base-txt-link-minor)
}

.task_opts .moredots {
	margin: 10px auto;
	background: var(--base-cont-top)
}

/* -------------------------------------------------------------------------------------------------------------------*/
p.task_email {
	padding: 30px 0 10px 0;
	text-align: center;
	font: italic 13px/18px var(--font-base);
	color: var(--base-txt-secondary);
}

p.task_email a {
	color: var(--base-txt-link-minor)
}

p.task_email_opac {
	opacity: 0.5;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease
}

p.task_email_opac:hover {
	opacity: 1
}

/* -------------------------------------------------------------------------------------------------------------------*/
.mass_select_all {
	position: absolute;
	left: -30px;
	top: 0;
	padding: 6px 0;
	opacity: 0.7
}

.mass_select_all label {
	display: block;
	width: 20px;
	height: 12px;
	padding: 8px 8px 8px 1px
}

.filter:hover .mass_select_all, .mass_select_all.pre_act {
	opacity: 1
}

.mass_select_all label.act {
	background: none
}

body.withMass .mass_select_all:after {
	display: none !important
}

/* -------------------------------------------------------------------------------------------------------------------*/
.drag_clone {
	box-shadow: var(--shadow-cont-minor) !important;
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg);
}

.tag.drag_clone {
	transform: rotate(-3deg);
	-webkit-transform: rotate(-3deg);
}

.drag.drag_clone {
	background: var(--base-cont-top) !important;
	padding: 7px 10px;
	font: 14px/16px var(--font-base);
}

.drag.drag_clone a {
	color: inherit
}

body.body-dragInProgress {
	overflow-x: hidden;
	user-select: none;
	-webkit-user-select: none;
	cursor: grabbing !important;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.modal.tb_task, .tb_task .modal__header {
	background: var(--base-cont-mod-top);
}

.filter a.sel {
	float: right;
	height: 24px;
	width: 30px;
	border-radius: 4px;
	margin: -2px 0 -2px 8px
}

.filter a.sel {
	margin: 8px 0 0 10px
}

.filter a.sel .ico_l {
	margin: 2px 5px
}

/* -------------------------------------------------------------------------------------------------------------------*/
.secure_confirm {
	padding-bottom: 50px;
	text-align: center;
	color: var(--base-txt-tertiary)
}

.secure_confirm .input {
	padding: 10px;
	height: 40px;
	box-sizing: border-box;
	font: 18px/20px var(--font-base);
	width: 200px;
}

.secure_confirm .input::placeholder {
	font: 14px/20px var(--font-base);
}

.secure_confirm .input::-moz-placeholder {
	font: 14px/20px var(--font-base);
}

.secure_confirm .button {
	height: 40px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.recent_tasks {
	display: block;
	height: 40px;
	margin: 8px 24px 16px;
}

.recent_tasks .in {
	backdrop-filter: blur(0px);
	font: 13px / 40px var(--font-base);
	color: var(--font-base);
	display: flex;
	white-space: nowrap;
}

.recent_tasks i {
	display: block;
	height: 40px;
	border: 1px solid var(--base-hlt-invert-major);
	border-radius: 12px;
	margin: 4px -4px -46px 4px;
	background: var(--base-cont-mod-top);
	backdrop-filter: blur(0);
}

.recent_tasks i:first-child {
	background: var(--base-hlt-hover);
	backdrop-filter: blur(50px);
}


/* ----------- MinifyCSS: LIGHT THEME ----------- */
/* ----------- MinifyCSS: DARK THEME -----------
.recent_tasks i {box-shadow:0 0 0 1px var(--base-txt-muted)}
----------- MinifyCSS: STOP ----------- */
.recent_tasks i + i {
	margin: 0 0 -40px;
}

.recent_tasks .cnt {
	margin: 0 10px 0 20px;
	color: var(--base-txt-accent);
	font: bold 14px / 40px var(--font-base);
}

.recent_tasks:hover i {
	box-shadow: 0 0 0 1px var(--base-hlt-active);
}

/* -------------------------------------------------------------------------------------------------------------------*/
.pickerInput-projects {
	min-height: 35px;
	margin: -10px 0 20px 0;
	background: var(--menu-inp-cont);
}

.dataadd_sp .pickerInput-projects {
	background: var(--inp-cont-top)
}

.pickerInput-projects .ico_r {
	margin: 5px;
}

.pickerInput-projects .in a {
	max-width: 160px;
}

.pickerInput-projects .in a.gr {
	border-radius: 20px;
}

.pickerInput-projects .in a.gr + span {
	display: none
}

.pickerInput-projects .in .input {
	width: 200px;
}

.pickerInput-projects .in .in_ {
	max-height: 400px;
	overflow: auto;
}

@media (max-width: 480px) {

	.pickerInput-projects .in {
		overflow-x: auto
	}

	.pickerInput-projects .in::-webkit-scrollbar:horizontal {
		display: none;
	}

	.pickerInput-projects .in .input {
		width: 140px;
	}
}

/* -------------------------------------------------------------------------------------------------------------------*/
.user_delete_head {
	padding: 52px 28px 20px;
}

.user_delete_head .in {
	background: var(--base-cont-mod-top-elevated);
	text-align: center;
	position: relative;
	font: var(--font-ui-13-small-reg);
	color: var(--base-txt-secondary);
	padding: 44px 0 12px;
	border-radius: 12px;
	box-shadow: var(--shadow-brd-error-focus);
}

.user_delete_head .img {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 72px;
	height: 72px;
}

.user_delete_head .img > * {
	--ava-scale: calc(64 / 48);
	scale: var(--ava-scale);
	transform-origin: top center;
	border: calc(4px / var(--ava-scale)) solid var(--base-cont-mod-top);
	border-radius: 50%;
	box-shadow: var(--shadow-cont-major);
}


.user_delete_head .name {
	font: 20px/20px var(--font-base);
	color: var(--base-txt-primary);
	padding: 0 0 8px;
}

.user_delete_head .info > .help {
	vertical-align: top;
}

.user_delete_head .info a {
	font-weight: bold
}

.user_delete_head .info b {
	color: var(--base-txt-primary)
}

.user_delete_head .info b.err {
	color: var(--base-txt-alert-minor)
}

.user_delete_head .in .help2 {
	text-align: right;
	font: italic 12px/20px var(--font-base);
	margin: 10px 0 -10px 10px;
	color: var(--base-txt-tertiary)
}

/* ----------- MinifyCSS: LIGHT THEME ----------- */
.user_delete_head {
	background: var(--base-hlt-w-pressed);
}

/* ----------- MinifyCSS: DARK THEME -----------
.user_delete_head {background:var(--base-cont-mod-low)}
----------- MinifyCSS: STOP ----------- */

/* -------------------------------------------------------------------------------------------------------------------*/

.floatingButtons-gantt {
	/*background: var(--base-cont-mod-top);*/
	/* background: var(--base-cont-trans-low); */
	backdrop-filter: blur(20px);
	font: 12px/40px var(--font-base);
	display: none;
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	bottom: 20px;
	width: auto;
	padding: 28px;
	border-radius: 16px;
	z-index: 1005;
	box-shadow: var(--shadow-cont-major-outline);
}
#taskPanel:not(:empty) ~ .floatingButtons-gantt {
	bottom: 60px;
}

@media (max-width: 760px) {
	.floatingButtons-gantt {
		display:none !important
	}
}

.floatingButtons-gantt .button_r {
	float: right;
	margin: 4px 0 0 10px;
}

.floatingButtons-gantt .ico_r {
	margin: 10px 10px 0 0;
}

.floatingButtons-gantt label {
	padding: 0 2px;
}

.floatingButtons-gantt span.num {padding: 0;}

.floatingButtons-gantt div label {
	float: left;
	padding: 2px 5px;
	margin: 0 5px 0 0;
}

.floatingButtons-gantt div label.act {
	background: transparent
}
.floatingButtons-gantt .btns-row {
	padding: 0;
	width: 100%;
	gap: 24px;
}

/* -------------------------------------------------------------------------------------------------------------------*/
.listing__card__moreItems {
	cursor: pointer;
	padding: 0;
	height: 40px;
	background: var(--lbl-date);
	text-align: center;
	margin: 1px 0 0 0;
	position: relative
}

.listing__card__moreItems span.date {
	display: inline-block;
	color: var(--base-txt-secondary);
	font: 11px/20px var(--font-base);
	padding: 0 10px;
	margin: 10px auto 10px 0;
	white-space: nowrap;
	border-radius: 10px;
	background: var(--base-cont-top);
	position: relative
}

/* -------------------------------------------------------------------------------------------------------------------*/
.code_4msg {
	font: italic 14px/20px var(--font-base);
	margin: 0 0 20px;
	color: var(--base-txt-secondary);
	text-wrap-style: balance;
}

.code_4msg b {
	font: bold 14px/20px var(--font-base);
	background: var(--base-cont-note-minor);
	padding: 3px 5px;
	border-radius: 4px;
	color: var(--base-txt-primary);
	white-space: nowrap
}

ws-code-input.code_digit_big,
#code_4digit_ {
	height: 100px;
	position: relative;
}

ws-code-input.code_digit_big .ws-code-input {
	display: inline-flex;
}

ws-code-input.code_digit_big .ws-code-input .ws-code-input__input,
#code_4digit_ input {
	display: inline-block;
	height: 80px;
	width: 50px;
	border: 1px solid var(--inp-cont-brd);
	border-radius: 8px;
	margin: 0 8px;
	background: var(--inp-cont-top);
	font: bold 60px/60px var(--font-mono);
	padding: 0;
	text-align: center;
}

ws-code-input.code_digit_big .ws-code-input .ws-code-input__input:focus,
#code_4digit_ input:focus {
	box-shadow: var(--shadow-brd-focus);
	border-color: transparent
}

/* -------------------------------------------------------------------------------------------------------------------*/

.modal__massSelected .data_place {
	height: 32px;
	border: 1px dashed var(--base-txt-tertiary);
	padding: 0 4px;
	border-radius: 16px;
	display: inline-flex;
	overflow: hidden;
	align-items: center;
}
.modal__massSelected .data_place > .in {
	padding: 0 6px;
	color: var(--base-txt-secondary);
	font: var(--font-ui-13-small-med);
}

.modal__massSelected .data {
	color: var(--base-txt-secondary);
	height: 32px;
	border-radius: 16px;
	background: var(--base-cont-mod-low);
	max-width: 190px;
	overflow: hidden;
	padding: 0 6px 0 0;
	cursor: pointer;
}

.modal__massSelected .data > .in {
	padding: 0 6px;
	color: var(--base-txt-primary);
	font: var(--font-ui-13-small-med);
}
.modal__massSelected .prior > .in {
	width:20px;
	text-align: center;
	padding:0;
	color:var(--white-primary);
}

.modal__massSelected .data > ws-icon {
	--icon-size: 16px;
	height:16px;
}
.modal__massSelected .data > ws-icon[name=close_sm] {width: 20px;height: 20px;}

.modal__massSelected .av_sm {
	margin: 4px;
	transform:scale(1.3333)
}
.modal__massSelected .data > ws-icon[name=people], .modal__massSelected .data > ws-icon[name=workflow_group] {
	margin: 4px 4px 4px 8px;
	--icon-size:20px;
	border: none !important;
}
.modal__massSelected ws-icon.tag {
	margin: 4px 4px 4px 8px;
	transform:scale(1.333);
	--icon-size: 20px;
}

/* -------------------------------------------------------------------------------------------------------------------*/

.menuFake__countersHead {
	font: 12px/20px var(--font-base);
	color: var(--base-txt-tertiary);
	height: 26px;
	padding: 2px 0;
	border-radius: 4px;
	z-index: 1;
	padding: 4px 42px 8px 0;
	box-shadow:0 var(--screen-px) var(--base-line-tertiary);
	display: flex;
	justify-content: flex-end;
}
.menuFake__countersHead div {
	float: left;
	width: 48px;
	height: 20px;
	text-align: center;
	padding: 3px 0;
	cursor: pointer;
}
.menuFake__countersHead div ws-icon {
	margin: 0 auto;
	--icon-color:var(--base-txt-secondary)
}
@media (max-width: 480px) {
	.menuFake__countersHead, .menuFake .counters {
		display: none
	}
}

.menu__item .counters {
	width: 200px;
	border-radius: 4px;
	font: 12px/24px var(--font-base);
	color: var(--base-txt-primary);
	padding: 0;
	height: 30px;
}
.menu__item .counters > * {
	float: left;
	width: 48px;
	text-align: center;
	padding: 3px 0;
}
.menu__item .counters b {
	color: var(--base-txt-primary);
	font-weight: inherit
}
.menu__item:hover .counters, .menu__item-selected .counters {
}
.menu__item-active .counters {
	font-weight: bold;
}

.modalNotice {
	border: 1px solid var(--base-line-ghost);
	border-radius: 12px;
	color: var(--base-txt-accent);
	padding-bottom: 20px;
	background: var(--base-hlt-alt-notice);
	margin: 8px 16px 8px;
	font: var(--font-ui-13-small-reg);
	padding: 8px 12px;
	gap: 4px;
	display: flex;
	align-items: flex-start !important;
}

.modalNotice ws-icon {
	--icon-color: var(
	--base-txt-notice-major) !important;
	--icon-size:24px;
	width: 36px;
	height: 36px;
}

#dragNotifySwitch {display: none}
body.drag_do #dragNotifySwitch {
	position:relative;
}
body.drag_do #dragNotifySwitch:before {
	content:attr(data-hint);
	position:absolute;
	right:110%;
	top:0;
	font:italic var(--font-ui-13-small-reg);
	color:var(--base-txt-secondary)
}
body.drag_do #dragNotifySwitch:after {
	content:attr(data-hint2);
	position:absolute;
	right:110%;
	top:20px;
	font:italic 10px/10px var(--font-base);
	color:var(--base-txt-ghost)
}
/* -------------------------------------------------------------------------------------------------------------------*/

.massPanel .ico_esc {
	margin: 8px 10px;
	text-transform: lowercase;
	/*color:var(--base-txt-accent); opacity:0.5*/
}

/* -------------------------------------------------------------------------------------------------------------------*/

.floatIcons {
	position: absolute;
	right: 0;
	top: 0;
	padding: 6px;
	z-index: 1001;
	overflow: hidden;
	box-shadow: var(--shadow-cont-minor-outline);
	border-radius: 12px;
	gap: 4px;
	background: var(--base-cont-retrans-low);
	backdrop-filter: blur(8px);
}
.floatIcons .floatIcons__group {
	box-shadow: var(--shadow-cont-minor-outline);
	border-radius: 12px;
	padding: 6px;
	gap: 4px;
	background: var(--base-cont-top-elevated);
	backdrop-filter: blur(8px);
	overflow: hidden;
}
.floatIcons .floatIcons__group > *, .floatIcons:not(.floatIcons-grouped) > *, .floatIcons ws-icon {
	transition: .2s ease;
}
.floatIcons ws-icon {
	width: 28px;
	height: 28px;
	border-radius:4px;
}
.floatIcons a:not(.menu_open):not(:hover) ws-icon svg {
	fill: var(--base-txt-secondary)
}
.floatIcons a:hover ws-icon,
.floatIcons a.menu_open ws-icon {
	background: var(--base-hlt-g-hover);
	--icon-color: var(--base-txt-accent);
}
.floatIcons a ws-icon use {
	display:none;
}
.floatIcons a:hover ws-icon use:last-child {
	display:block;
}
.floatIcons a:not(:hover) ws-icon use:first-child {
	display:block;
}
.floatIcons:has(.menu_open) {
	display:flex;
}
.floatIcons:has(.menu_open) > a:not(.menu_open) {
	opacity: .6;
}
.floatIcons-sm {
	border-radius: 11px;
}
.floatIcons-sm ws-icon {
	--icon-size: 16px;
	width: 24px;
	height: 24px;
	border-radius: 5px;
}

.floatIcons.floatIcons-grouped {
	background: none;
	box-shadow: none;
	backdrop-filter: none;
	padding: 0;
	overflow: unset;
	gap: 8px;
}

/* -------------------------------------------------------------------------------------------------------------------*/

.fake_listing .item_fake {height: 20px;margin: var(--sp_fix_08) var(--sp_fix_16) 0;padding: 0 0 var(--sp_fix_08);position:relative;}
.fake_listing .item_fake * {position:absolute; background:var(--colors-alpha-dark-02); border-radius:4px;}
.fake_listing .item_fake .s1 {left:0;top: 2px;width:50px;height:16px;}
.fake_listing .item_fake .s2 {left:90px;top: 0;width:50%;height:20px;}
.fake_listing .item_fake .s3 {left:60px;top: 0;width:20px;height:20px;background: var(--colors-alpha-dark-05);}
.fake_listing .item_fake .s4 {right:0;top: -2px;width:24px;height:24px;border-radius:12px;}
.fake_listing .item_fake:nth-child(3) .s2 {width:40%}
.fake_listing .item_fake:nth-child(4) .s2 {width:60%}
.fake_listing .item_fake:nth-child(3) .s1 {width:40px; left:10px;}
.fake_listing .item_fake:nth-child(5) .s1 {width:40px; left:10px;}

.fake_listing2 .item_fake {display: none; height: 20px;padding: 0 0 var(--sp_fix_08);margin: var(--sp_fix_08) var(--sp_fix_16) 0;position:relative;}
.fake_listing2 .item_fake * {position:absolute;background: var(--base-cont-mid);border-radius:4px;}
.fake_listing2 .item_fake .s1 {left:0; top:5px; width:50px; height:16px; }
.fake_listing2 .item_fake .s2 {left:90px; top:3px; width:50%; height:20px; }
.fake_listing2 .item_fake .s3 {left:60px;top:3px;width:20px;height:20px;background: var(--base-cont-low);}
.fake_listing2 .item_fake .s4 {right:0; top:0; width:24px; height:24px; border-radius:12px;}
.fake_listing2 .item_fake:nth-child(3) .s2 {width:40%}
.fake_listing2 .item_fake:nth-child(4) .s2 {width:60%}
.fake_listing2 .item_fake:nth-child(3) .s1 {width:40px; left:10px;}
.fake_listing2 .item_fake:nth-child(5) .s1 {width:40px; left:10px;}

.fakePage {
	padding: 40px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	gap: 32px;
}
.fakePage__group {
	width: calc(50% - 20px);
	min-height: calc(25% + 10px);
	/* border: 1px solid var(--base-line-tertiary); */
	padding:24px;
	border-radius:16px;
	box-sizing: border-box;
	box-shadow: 0 2px 6px 1px var(--base-line-ghost);
}
/*
.keyboardZone {
	outline: 1px dashed
}

.keyboardZone-active {
	outline: 1px solid
}
*/

@media (max-width: 480px) {
	.fakePage {
		padding: 20px;
	}
	.fakePage__group {
		width: 100%;
		min-height: unset;
	}
	.token_row {
		overflow: hidden;
	}
}
@media (max-width: 410px) {
	.fake_listing .item_fake:nth-child(4) .s2 {
		width: 55%;
	}
}
@media (max-width: 380px) {
	.fake_listing .item_fake:nth-child(4) .s2 {
		width: 50%;
	}
}

.taskStageList {
	margin: 12px 28px;
	border-radius: 12px;
	overflow: hidden;
	box-sizing: border-box;
	background: var(--base-cont-mod-trans-low);
	padding: 12px 16px 16px;
}
.taskStageList__title {
	color: var(--base-txt-tertiary);
	padding: 0 0 0 32px;
	line-height: 28px;
}
.taskStageList__title b {
	color: var(--base-txt-primary);
	font-weight: inherit;
}
.taskStageList__title ~ .taskStageList__title {
	margin-top:16px;
}
.taskStageList__item {
	margin: 6px 0 0;
	gap:4px;
}
.taskStageList__item .in {
	background: var(--base-cont-mod-top);
	height: 36px;
	border-radius: 8px;
	box-shadow: var(--shadow-cont-major-lineonly-outside);
	cursor: pointer
}
.taskStageList__item label:has(input:checked) ~ .in {
	box-shadow: var(--shadow-brd-focus-alt-mini);
}
.taskStageList__item .inputRadio input:checked ~ span {
	background: none !important;
}
.taskStageList__item .in > ws-icon.tag {
	width: 28px;
}
.taskStageList__item .in .name {font: var(--font-txt-13-small-semi);}
.taskStageList__item .in .div {
	padding: 0 4px;
}
.taskStageList__item .in .div:before {
	content: '::';
	color: var(--base-txt-alert-minor);
	letter-spacing: 1px;
}
.taskStageList__item .in .av_sm {
	transform: scale(0.8);
	margin:-2px;
}
.taskStageList__item-empty {
	--tag-color: var(--base-txt-tertiary);
	color: var(--base-txt-tertiary);
}

.taskDone-form.taskStageList-move {
	.modal__content__block-subtasks,
	.modal__content__block-subtasks + .line {display: none !important}
}

.taskDone-form:not(.taskStageList-move) .buttons ws-btn.ws-btn-type1,
.taskDone-form.taskStageList-move .buttons ws-btn.ws-btn-type2 {
	display: none
}

.taskStageList__item .div-line {
	height: calc(100% + 4px);
	display: block;
	border-right: 1px solid var(--base-line-secondary);
}
.taskStageList__item .type {
	height:36px;
	font: var(--font-ui-11-micro-reg);
	color: var(--base-txt-tertiary);
	line-height: 36px;
	padding: 0 8px 0 4px;
}
.taskStageList__item .type:last-child {
	border-right: none
}
.taskStageList__item .in > ws-icon:last-child {
	width:36px;
	height: 36px;
}
#stageSubtasks__menu .menu__item .data:has(ws-icon:not(:only-child)) {
	display: flex;
	gap: 4px;
	padding: 0 6px;
	height: 24px;
	border-radius: 8px;
	box-shadow: 0 0 0 1px var(--base-line-secondary) inset;
	justify-items: center;
	align-items: center;
	border-radius: 13px;
	border: 1px dashed var(--base-txt-secondary);
	box-shadow: unset;
	> * {
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
		transform: unset;
	}
	.av_svg {
		border: unset;
	}
	.tag {
		--icon-size: 16px;
	}
}

.taskStageList__item:has(.data-toggle > * + *) {
	&:not(&:hover, &.pre_act) .data-toggle > *:last-child {
		display: none;
	}
	&:not(&.pre_act):hover .data-toggle > *:first-child {
		display: none;
	}
	&.pre_act:not(:hover) .data-toggle > *:first-child {
		display: none;
	}
	&.pre_act:hover .data-toggle > *:last-child {
		display: none;
	}
}

.menu__item:has(.data-toggle > * + *) {
	&:not(.selected) .data-toggle > *:last-child {
		display: none;
	}
	&.selected .data-toggle > *:first-child {
		display: none;
	}
}

/* -------------------------------------------------------------------------------------------------------------------*/

#total_summ_placer {
	height:90px;
}
#total_summ {

background:
		var(--base-cont-top);

height:50px;

border-top:3px solid

	var(--base-line-alt-gap-minor);

transition:
		bottom 0.2s ease;

-webkit-transition:bottom 0.2s ease;

padding:0 30px;

margin-bottom: 40px;
}
#total_summ.total_summ_stat {
	height:60px;
}
#total_summ .in {
	position:relative;
	height:50px;
}
body[data-freeze=on] #total_summ {
	bottom:62px
}
body.withMass #total_summ {
	bottom:-60px
}
#total_summ .td_time, #total_summ .td_money, #total_summ .td_done {
	position:absolute;
	font:24px/20px var(--font-base);
	color:var(--base-txt-secondary);
	text-align:right;
	top:0;
	margin:0 0 0 0;
	padding:15px 0 25px
}
#total_summ .td_time {
	color:var(--costs-time-major);
	left:42%;
	width:10%
}
#total_summ .td_money {
	color:var(--costs-money-major);
	left:54%;
	min-width:6%;
}
#total_summ .td_done {
	left:50px
}
#total_summ .td_click {
	cursor:pointer
}
#total_summ .td_click_act:before, #total_summ .td_click:hover:before {
	position:absolute;
	content:'';
	width:130px;
	bottom:0;
	right:-10px;
	height:2px;
	background:var(--base-btn-primary-major)
}
#total_summ .td_time:before {
	background:var(--costs-time-major) !important
}
#total_summ .td_money:before {
	background:var(--costs-money-major) !important
}
#total_summ .td_pie:before, #total_summ .td_pie:hover:before, #total_summ .td_pie:after {
	right:-50px;
	width:155px;
}
#total_summ.total_summ_stat .td_time {
	color:var(--costs-time-major);
	left:38%;
	width:15%;
}
#total_summ.total_summ_stat .td_money {
	color:var(--costs-money-major);
	left:58%;
	min-width:15%;
}
#total_summ.total_summ_stat .td_tm {
	left:58%;
}
#total_summ.total_summ_stat .td_done {
	color:var(--base-txt-secondary);
	left:77%;
	min-width:15%;
}
#total_summ .td_tm {
	left:52%
}
#total_summ .ico_summ {
	float:left;
	font:30px/45px var(--font-serif);
	color:var(--base-txt-tertiary);
	width:60px;
	height:50px;
	padding:0;
	text-align:center;
	margin:0 0 0 -30px;
}
#total_summ.total_summ_stat .ico_summ {
	padding:5px 0;
}
#total_summ .td_stat_ {
	top:34px;
	color:var(--base-txt-tertiary) !important;
	font:12px/12px var(--font-base);
}
#total_summ .td_time i, #total_summ .td_money i, #total_summ .td_done i {
	position:absolute;
	color:var(--base-txt-tertiary);
	font:14px/16px var(--font-base);
	right:-35px;
	top:20px;
	width:30px;
	text-align:left;
	white-space:nowrap
}
#total_summ.total_summ_stat .td_time i, #total_summ.total_summ_stat .td_money i, #total_summ.total_summ_stat .td_done i {
	font:11px/16px var(--font-base);
	right:0;
	top:37px;
	width:auto;
	text-align:right
}
#total_summ .td_time i b, #total_summ .td_money i b, #total_summ .td_done i b {
	text-transform:uppercase;
	font-weight:normal
}
#total_summ.total_summ_stat [data-title]:after {
	top:50%;
	left:100%;
	text-transform:none;
	margin:-18px 0 0 3px
}
#total_summ.total_summ_stat .data-title-t[data-title]:after {
	top:auto;
	bottom:0;
	left:100%;
	text-transform:none;
	margin:0 0 0 3px
}
#total_summ .pie {
	position:absolute;
	right:-40px;
	top:20px;
}
#total_summ .pie i {
	top:-1px !important;
	right:-1px !important;
	border-color:var(--base-cont-top)
}
#total_summ .pie i {
	top:-2px !important;
	right:-2px !important;
	border-color:var(--base-cont-top)
}
#total_summ .pie_pre {
	position:absolute;
	right:90px;
	top:10px;
	width:40px;
	height:40px;
}
#total_summ .percent {
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	text-align:center;
	z-index:1;
	color:var(--base-txt-tertiary);
	font:12px/12px var(--font-base);
}
#total_summ .percent span {
	font:9px/12px var(--font-base);
	opacity:0.7
}
#total_summ .pie_svg {
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#total_summ font.dec, .dataTable font.dec {
	font-size:90%;
	opacity:0.7
}
#total_summ span.dd {
	background:var(--colors-amber-400);
	color:var(--white-accent);
	position:absolute;
	right:-12px;
	top:22px;
	width:6px;
	height:6px;
	text-align:center;
	border-radius:3px !important;
	padding:0 !important
}
#total_summ span.dfm {
	background:var(--base-btn-alert-primary-major);
}
#total_summ span.dfp {
	background:var(--base-btn-fresh-minor);
}
#total_summ span.ddp {
	top:42px;
}

@media screen and (max-width:900px) {
	#total_summ .td_time {
		left:48%;
		width:10%
	}
	#total_summ .td_money {
		left:60%;
		min-width:10%;
	}
}
@media screen and (max-width:768px) {
	#total_summ .td_time {
		left:54%;
		width:15%
	}
	#total_summ .td_money {
		left:72%;
		min-width:13%;
	}
	#total_summ.total_summ_stat .td_time {
		left:43%;
		width:15%
	}
	#total_summ.total_summ_stat .td_money {
		left:60%;
		min-width:15%;
	}
	#total_summ.total_summ_stat .td_done {
		left:77%;
		min-width:15%;
	}
	#total_summ.total_summ_stat .pie {
		display:none
	}
}
@media screen and (max-width:640px) {
	#total_summ {
		display:none
	}
}
@media print {
	#total_summ {
		position:static;
		margin:-10px 0 0;
		border-top:0;
		border-bottom:3px solid var(--base-line-alt-gap-minor);
	}
}

.fakePage-dashboard {
	position: relative;
	gap: 24px;
	padding: 0;
	max-width: 1600px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr;
	.dashboard__block__header {
		.avatar i { width: 48px; height: 48px; &:before {border-radius: 100%;} }
		h4 {padding: 2px 0;width:30%;margin: 0;}
		h4 i {height: 20px;width:100%;}
		.tabs {
			i {width:75px; height: 16px;}
			i + i {padding-left: 12px;}
		}
	}
	.dashboard__block__body > div {
		padding: 8px 12px 8px 20px;
		display: flex;
		column-gap: 12px;
		align-items: center;
		height: 28px;
		i {height: 16px;flex-shrink: 1;width: 100%;}
	}
	.dashboard__block__body-i2 > div > i:first-child,
	.dashboard__block__body-i3 > div > i:first-child {width: 28px; flex-shrink: 0;}
	.dashboard__block__body-i3 > div > i:last-child {width: 28px; flex-shrink: 0;}
	.dashboard__block__body-iBig > div > i { height: 28px; }
}
.tableFake div {
	display: flex;
	padding: 16px;
	column-gap: 16px;
	i { flex-grow: 1; flex-shrink: 1; height: 16px; width: 100%;}
}
@media (max-width: 1200px) {
	.fakePage-dashboard {
		grid-template-columns: 1fr;
	}
}

#content.content-fake {
	padding-top: 64px !important;

	.dashboard__header {
		.dashboard__motto .ws-skeleton-place {
			margin-top: 8px;
			height: 30px;
			width: 25vw;
		}
		.daily-overview__date.ws-skeleton-place {
			margin-top: 8px;
			height: 16px;
			width: 10vw;
		}
	}
}
#headerGeneral.headerGeneral-fake {
	.headerGeneral__center {
		.logo {
			opacity: .5;
		}
		.tree .ws-skeleton-place {
			width: 20vw;
			height: 12px;
			margin: 4px 0;
		}
		.name .ws-skeleton-place {
			padding: 0;
			margin: 4px 0;
			width: 40vw;
			height: 20px;
		}
		.viewsList .viewsList__item i {
			width: 64px;
			height: 20px;
		}
	}
	.headerGeneral__right {
		.users i {
			width: 24px;
			height: 24px;
			&:before {border-radius: 100%;}
		}
		.headerGeneral__buttons i {
			width: 54px;
			height: 32px;
			&:before {border-radius: 20px;}
		}
	}
}
