body {
	position: relative;
	overflow: auto;
	min-height: auto;
	height: 100%;
}

html {
	min-height: auto;
	height: 100%;
}

.form-control {
	font-weight: bold;
}

::placeholder {
	font-weight: normal;
}

.disable {
	display: none!important;
}

.misstake {
	color: red;
	text-align: center;
	margin: 0;
}

.close-button {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: auto;
}

.popup-list {
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	padding: 20px;
}

.close-button .qr-list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 300px;
	height: 300px;
}

#scaner-popup {
	position: fixed;
	overflow: hidden;
	z-index: 10040;
}

#scaner-popup.disable {
	display: none !important;
}

#scaner-popup .scaner-popup-box {
	position: absolute;
	top: max(24px, 8vh);
	left: 50%;
	transform: translateX(-50%);
	width: 300px;
	height: 300px;
	padding: 0;
	overflow: hidden;
	border-radius: 20px;
	background-color: #fff;
	box-sizing: border-box;
}

#qrScannerWrapper {
	width: 100%;
	height: 100%;
	line-height: 0;
	position: relative;
	overflow: hidden;
}

.scaner-camera-hint {
	box-sizing: border-box;
	height: 100%;
	padding: 20px 16px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 10px;
	text-align: center;
	color: #333;
	font-size: 13px;
	line-height: 1.35;
}

.scaner-camera-hint__title {
	font-weight: 700;
	font-size: 15px;
}

.scaner-camera-hint__detail {
	margin-top: 6px;
	color: #8a8a8a;
	font-size: 11px;
	word-break: break-word;
}

#qrScannerWrapper video,
#platform5-qrScanner {
	display: block;
	width: 100% !important;
	height: 100% !important;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	-webkit-object-fit: cover;
}

.edit-data-list {
	top: 0;
	left: 0;
	margin: 50px auto;
	z-index: 10;
	max-width: 500px;
	padding-top: 50px;
	position: relative;
}

.info__break {
	word-break: break-all;
}

iframe {
	width: 100%;
	height: 100%;
}

.frame {
	width:100%;
	height:100%;
	position: fixed;
	top:0;
	left:0;
	z-index: 10060;
	background-color: rgba(0, 0, 0, 0.5);
}

.closePopup {
	position: absolute;
	top:20px;
	right: 20px;
	cursor: pointer;
}

.pagination-list__item.active {
	font-weight: bold;
	color:#537BDE;
}

#profilePhoto img {
	width: 100%;
	height: auto;
}

.icon-menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 8px;
}

.icon-menu__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 0;
    font-size: 10px;
    flex: 1 1 0;
    min-width: 0;
    max-width: none;
}

.icon-menu__item img {
	display: block;
	width: auto;
	height: auto;
	max-width: 56px;
	max-height: 56px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 8px;
}

#lk-main {
	padding: 16px;
}

textarea {
    outline: none;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
	padding: 10px 20px !important;
	resize: none;
}

.employee__list__item {
	display: flex;
	justify-content: start;
	align-items: center;	
}

.employee__info {
	margin: 0 15px;
}

#sneckbar {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10050;
	background-color: rgba(0, 0, 0, 0.7);
	width: 90%;
	max-width: 700px;
	padding: 15px 20px;
	color: #fff;
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
}

#sneckbar.sneckbar--error {
	background-color: rgba(255, 255, 255, 0.95);
	color: #e53935;
}

#sneckbar.sneckbar--error .sneckbar__title {
	font-weight: bold;
	margin-bottom: 8px;
	text-align: center;
}

#sneckbar.sneckbar--error .sneckbar__text {
	font-size: 0.9em;
	line-height: 1.4;
	text-align: center;
}

@media (max-width: 767px) {
	#sneckbar.sneckbar--under-scan {
		width: calc(100% - 24px);
		max-width: none;
	}
}

.btn-sort img {
	max-width: none;
	width: 15px;
}

#all-managers {
	display: flex;
	flex-wrap: wrap;
}

.all-managers-item {
	padding: 5px 10px;
	border-radius: 4px;
	background-color: #eeeded;
	margin: 0 5px 5px 0;
}

.added {
	background-color: #537BDE;
	color: #fff;
}

.added-managers-item {
	display: flex;
	justify-content: space-between;	
}

.control-managers-botton {
	padding: 5px;
	margin: 5px;
	min-width: 20px;
	text-align: center;
}

/* Форма редактирования: Telegram, LinkedIn, MAX, отрасль, e-mail, сайт. */
#editData-popup .info__title,
#editDataOrg-popup .info__title,
#editData-popup .form-group,
#editDataOrg-popup .form-group,
#editDataOrg-popup #all-managers,
#editDataOrg-popup #added-managers {
	display: none !important;
}

#editData-popup .form-group:has(#tgEdit),
#editData-popup .form-group:has(#socialLinkedinEdit),
#editData-popup .form-group:has(#maxEdit),
#editData-popup .form-group:has(#organizationFieldEdit),
#editData-popup .form-group:has(#emailWorkEdit),
#editData-popup .form-group:has(#websiteEdit),
#editDataOrg-popup .form-group:has(#tgEdit-org),
#editDataOrg-popup .form-group:has(#socialLinkedinEdit-org),
#editDataOrg-popup .form-group:has(#maxEdit-org),
#editDataOrg-popup .form-group:has(#organizationFieldEdit-org),
#editDataOrg-popup .form-group:has(#websiteEdit-org) {
	display: block !important;
}

/* Org survey editor + answers popup */
.survey-org__hint {
	margin: 0 0 16px;
	color: #6b6b6b;
}

.survey-org__fields {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 24px;
}

.survey-org__empty {
	padding: 16px;
	border: 1px dashed #d0d0d0;
	border-radius: 12px;
	color: #888;
}

.survey-org__field {
	padding: 14px 16px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	background: #fafafa;
}

.survey-org__field-head {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 12px;
	align-items: baseline;
	margin-bottom: 8px;
}

.survey-org__field-meta {
	color: #888;
	font-size: 0.9em;
}

.survey-org__options {
	list-style: none;
	margin: 0 0 10px;
	padding: 0;
}

.survey-org__option {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	padding: 6px 0;
	border-bottom: 1px solid #eee;
}

.survey-org__option:last-child {
	border-bottom: none;
}

.survey-org__field-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.survey-org__new {
	padding: 16px;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
}

.survey-org__label {
	display: block;
	margin-bottom: 12px;
}

.survey-org__label--inline {
	display: flex;
	align-items: center;
	gap: 8px;
}

.survey-org__input,
.survey-org__textarea {
	display: block;
	width: 100%;
	margin-top: 6px;
	padding: 10px 12px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font: inherit;
}

.survey-answers-popup {
	max-width: 520px;
	width: calc(100% - 32px);
	margin: 40px auto;
}

.survey-answers__body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	margin: 16px 0 20px;
}

.survey-answers__field {
	display: block;
}

.survey-answers__label {
	display: block;
	margin-bottom: 6px;
	font-weight: 600;
}

.survey-answers__textarea,
.survey-answers__select {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d0d0d0;
	border-radius: 8px;
	font: inherit;
}

.survey-answers__checkbox-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.survey-answers__checkbox-item {
	display: flex;
	align-items: center;
	gap: 8px;
}

.survey-answers__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}