html {
    overflow-y: scroll;
	scroll-behavior: smooth;
}

@media (min-width: 767px) {
	body {
		background:
			radial-gradient(
			  circle at 70% 30%,
			  rgb(77 171 253 / 12%),
			  transparent 40%
			),
			#f5f7fb;
	}
}

body.modal-open {
    padding-right: 0 !important;
}
.modal {
    padding-right: 0 !important;
}

/* Единственный modal-md в проекте — выбор аватара бота; ~+32% к ширине от стандартных 500px */
#exampleModal .modal-dialog.modal-md {
	max-width: 940px;
}

:root {
	--5f62cffe-59b0-4815-b760-42af09e77326: gray;
	--ad27e195-6097-4af8-aec6-b58b081a873e: #4a6cf7;
	--cfeb9620-3ea3-41f9-a612-f55fba4aa06f: #42d29d;
	--e86a2683-c080-4e17-94b5-ab84ebb23f88: #fa5a78;
	--02ca0496-4bd9-4185-8a26-9c8ba0e918ea: #cbe1ff;
	--background: #f1f5f9;
}

/* Placeholder: светлее текста поля #5d657b */
input::placeholder,
textarea::placeholder,
.form-control::placeholder {
	color: rgba(93, 101, 123, 0.48);
	font-weight: 400;
}

.bbc_ad27e195-6097-4af8-aec6-b58b081a873e {
	border-bottom-color: var(--ad27e195-6097-4af8-aec6-b58b081a873e);
}
.b_ad27e195-6097-4af8-aec6-b58b081a873e {
    color: #fff;
    background: var(--ad27e195-6097-4af8-aec6-b58b081a873e);
}
.o_ad27e195-6097-4af8-aec6-b58b081a873e {
	background: transparent;
	color: var(--ad27e195-6097-4af8-aec6-b58b081a873e) !important;
	border-color: var(--ad27e195-6097-4af8-aec6-b58b081a873e);
}

.bbc_5f62cffe-59b0-4815-b760-42af09e77326 {
	border-bottom-color: var(--5f62cffe-59b0-4815-b760-42af09e77326);
}
.b_5f62cffe-59b0-4815-b760-42af09e77326 {
    color: #fff;
    background: var(--5f62cffe-59b0-4815-b760-42af09e77326);
}
.o_5f62cffe-59b0-4815-b760-42af09e77326 {
	background: transparent;
	color: var(--5f62cffe-59b0-4815-b760-42af09e77326) !important;
	border-color: var(--5f62cffe-59b0-4815-b760-42af09e77326);
}

.bbc_cfeb9620-3ea3-41f9-a612-f55fba4aa06f {
	background-color: #21965433;
	border-bottom-color: var(--cfeb9620-3ea3-41f9-a612-f55fba4aa06f);
}
.b_cfeb9620-3ea3-41f9-a612-f55fba4aa06f {
    color: #fff;
    background: var(--cfeb9620-3ea3-41f9-a612-f55fba4aa06f);
}
.o_cfeb9620-3ea3-41f9-a612-f55fba4aa06f {
	background: transparent;
	color: var(--cfeb9620-3ea3-41f9-a612-f55fba4aa06f) !important;
	border-color: var(--cfeb9620-3ea3-41f9-a612-f55fba4aa06f);
}

.bbc_e86a2683-c080-4e17-94b5-ab84ebb23f88 {
	background-color: #dc35450d;
	border-bottom-color: var(--e86a2683-c080-4e17-94b5-ab84ebb23f88);
}
.b_e86a2683-c080-4e17-94b5-ab84ebb23f88 {
    color: #fff;
    background: var(--e86a2683-c080-4e17-94b5-ab84ebb23f88);
}
.o_e86a2683-c080-4e17-94b5-ab84ebb23f88 {
	background: transparent;
	color: var(--e86a2683-c080-4e17-94b5-ab84ebb23f88) !important;
	border-color: var(--e86a2683-c080-4e17-94b5-ab84ebb23f88);
}

.bbc_02ca0496-4bd9-4185-8a26-9c8ba0e918ea {
	border-bottom-color: var(--02ca0496-4bd9-4185-8a26-9c8ba0e918ea);
}
.b_02ca0496-4bd9-4185-8a26-9c8ba0e918ea {
    color: #fff;
    background: var(--02ca0496-4bd9-4185-8a26-9c8ba0e918ea);
}
.o_02ca0496-4bd9-4185-8a26-9c8ba0e918ea {
	background: transparent;
	color: var(--02ca0496-4bd9-4185-8a26-9c8ba0e918ea) !important;
	border-color: var(--02ca0496-4bd9-4185-8a26-9c8ba0e918ea);
}

/* скрыть на маленьких */
@media (max-width: 700px) {
  .hide-small {
    display: none !important;
  }
}
/* показывать только на маленьких */
.show-small {
  display: none;
}
@media (max-width: 700px) {
  .show-small {
    display: table-cell !important;
  }
}


.main-wrapper .section {
	min-height: calc(100vh - 84px);
	position: relative;
	isolation: isolate;
}

.main-wrapper .section::before {
	content: "";
	position: absolute;
	inset: 0;
	//background-image: url("../../bb.svg");
	background-repeat: repeat;
	background-position: top left;
	background-size: 640px 640px;
	opacity: 0.05;
	pointer-events: none;
	z-index: 0;
}

.main-wrapper .section > * {
	position: relative;
	z-index: 1;
}

.container-fluid {
	max-width: 1320px;
	margin: 0 auto;
	width: 100%;
}

.ml-1 {
	margin-left: 5px;
}

#mapDiv {
	position: fixed;
	top: 0;
	left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000;
}

input[type="file"] {
	height: 0;
	width: 0;
	overflow: 'hidden';
}

.vh50 {
	min-height: 50vh;
	box-sizing: border-box;
}

.vr-button {
	position: absolute;
	right: -26px;
	top: 30%;
	margin-top: -10px;
	transform: rotate(-90deg);
	border-radius: 5px 5px 0px 0px;
	border: none;
	padding: 4px 20px;
	font-size: 10px;
}

.vert {
	writing-mode: vertical-rl;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.sidebar-nav-wrapper .navbar-logo {
	display: flex;
	justify-content: center;
	padding: 8px 0 0;
}

.navbar-logo a {
	width: 100%;
    text-align-last: center;
}

.navbar-logo a img {
	width: 150px;
	max-width: none;
	height: auto;
	margin-bottom: 12px;
}

a {
	cursor: pointer;
}

.reqfield {
	border: 1px solid #d50100;
}
.reqfield:focus {
	border: 1px solid #d50100;
}


.project-card {
	border-bottom-width: 3px;
}
.field .lni {
	color: #d50100 !important;
}
.project-card p {
	font-size: 14px;
	line-height: 22px;
}
.project-card .sum {
	font-size: 10px;
	font-weight: 100;
}

.number {
	cursor: pointer;
	text-decoration-style: dotted;
	text-decoration-line: underline;
	text-decoration-thickness: 1px;
}

.row {
	margin-right: 0px;
	margin-left: 0px;
}


.status-btn {
	padding: 0px 15px;
	//border-radius: 3px;
}

.mark, mark {
	background-color: #f7c800;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item.active > a {
	background: rgba(54, 92, 245, 0.08);
	color: #262d3f;
	font-weight: 600;
	border-radius: 12px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item {
	margin: 4px 0;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon-link {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 28px;
	margin-right: 12px;
}

.sidebar-nav-wrapper .sidebar-nav ul .nav-item a .icon {
	margin-right: 0;
	font-size: 24px;
	line-height: 1;
}

.sidebar-nav-wrapper a .pic {
	padding-left: 10px;
}

@media screen and (max-width: 992px) {
	.hide-sm {
		position: fixed;
		display: none;
		width: 50px;
		height: 50px;
	}
}
@media screen and (min-width: 992px) {
	.show-mx {
		position: fixed;
		display: none;
		width: 50px;
		height: 50px;
	}
}

.help {
	font-size: 12px !important;
}

.cen {
	text-align: center;
}
.rig {
	text-align: right;
}

.hide {
	display: none;
}
.sticky {
	position: sticky;
	top: 0;
	min-height: 2em;
}
.wcur {
	cursor: progress;
}
.dcur {
	cursor: default;
}

.form-control:disabled, .form-control[readonly] {
	cursor: default;
}

.input-style-1-w {
	position: relative;
	margin-bottom: 30px;
}
.input-style-1-w label {
	font-size: 14px;
	font-weight: 500;
	color: #262d3f;
	display: block;
	margin-bottom: 8px;
}
.input-style-1-w input, .input-style-1-w textarea {
	width: 100%;
	background: #fff;;
	border: 1px solid #e5e5e5;
	border-radius: 12px;
	padding: 16px;
	color: #5d657b;
	resize: none;
	transition: all 0.3s;
}
.input-style-1-w input:focus, .input-style-1-w textarea:focus {
	border-color: #4a6cf7;
	background: #fff;
}
.input-style-1-w input[type="date"], .input-style-1-w input[type="time"], .input-style-1-w textarea[type="date"], .input-style-1-w textarea[type="time"] {
	background: transparent;
}


.fly-panel a {	
	padding: 12px 16px;
}
.fly-panel {
	position: fixed;
	bottom: 24px;
	right: 24px;
	height: 48px;
	z-index: 80;
	//-webkit-box-shadow: 0px 21px 25px rgb(218 223 227 / 80%);
	//-moz-box-shadow: 0px 21px 25px rgba(218, 223, 227, 0.8);
	//box-shadow: 0px 21px 25px rgb(218 223 227 / 80%);
}

.alert .lni {
	font-size: 18px;
}

.mand {
	border: 1px solid #d50100 !important;
}


#toast-container>div {
	opacity: 0.95;
}

.datepicker table tr td, .datepicker table tr th {
	width: 40px;
}
@media (max-width: 500px) {
	.datepicker {
		width: 100%;
	}
	.datepicker table {
		width: 100%;
	}
}


.row-out-8 {
	margin-left: -8px;
	margin-right: -8px;
}
.row-out-12 {
	margin-left: -12px;
	margin-right: -12px;
}


/*идикатор загрузки*/
#loader {
	-webkit-animation: rotate-infinite .8s linear infinite;
	border-width: 12px;
	border-color: #3c8dbc9e;
	border-style: solid;
	border-right-color: transparent;
	border-radius: 50%;
	display: inline-block;
	height: 100px;
	width: 100px;
	margin: -53px 0 0 -53px;
	z-index: 100000;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
@-webkit-keyframes rotate-infinite {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100%  {
    -webkit-transform: rotate(360deg); 
  }
}



/*
.loader {
    width: 10em;
    height: 10em;
    font-size: 25px;
    box-sizing: border-box;
    border-top: 0.3em solid hotpink;
    border-radius: 50%;
    position: fixed;
    animation: rotating 2s ease-in-out infinite;
    --direction: 1;
}
.loader::before,
.loader::after {
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    border-radius: 50%;
    box-sizing: border-box;
    top: -0.2em;
}
.loader::before {
    border-top: 0.3em solid dodgerblue;
    transform: rotate(120deg);
}
.loader::after {
    border-top: 0.3em solid gold;
    transform: rotate(240deg);
}
.loader span {
    position: absolute;
    color: white;
    width: inherit;
    height: inherit;
    text-align: center;
    line-height: 10em;
    font-family: sans-serif;
    animation: rotating 2s linear infinite;
    --direction: -1;
}
@keyframes rotating {
    50% {
        transform: rotate(calc(180deg * var(--direction)));
    }

    100% {
        transform: rotate(calc(360deg * var(--direction)));
    }
}
*/








.lk-bots-scope .lk-icon-btn,
.lk-bots-scope .btn.lk-icon-btn,
.lk-bots-scope a.lk-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  line-height: 1;
}

.lk-bots-scope .lk-icon-btn i,
.lk-bots-scope .lk-icon-btn svg {
  display: block;
  line-height: 1;
  margin-right: 0 !important;
}

.lk-bots-scope .lk-count-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  min-width: 36px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  background: rgba(54, 92, 245, 0.1);
  color: #365cf5;
}

.lk-bots-scope .title-wrapper {
  padding-top: 16px;
}

.lk-bots-scope .lk-page-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.lk-bots-scope .lk-page-title {
  margin: 0;
  text-align: left;
}

.lk-bots-scope .lk-page-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: nowrap;
}

.lk-bots-scope .lk-actions{
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.lk-bots-scope .lk-td-center{
  text-align: center;
}

.lk-bots-scope .lk-dash{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 12px;
}

.lk-bots-scope .lk-bool-badge{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 12px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1;
  background: rgba(38, 191, 148, 0.12);
  color: #26bf94;
  border: 1px solid rgba(38, 191, 148, 0.22);
}
.lk-bots-scope .lk-bool-badge.is-false{
  background: #f3f5f9;
  color: #5d657b;
  border: 1px solid #dfe5ef;
}

.lk-bots-scope .lk-page-actions .btn,
.lk-bots-scope .lk-page-actions .main-btn,
.lk-bots-scope .lk-page-actions a.main-btn {
  height: 46px;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
}

.lk-bots-scope .lk-page-actions .dropdown {
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .lk-bots-scope .lk-page-head {
    flex-wrap: wrap;
  }

  .lk-bots-scope .lk-page-actions {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}


.lk-open-link {
	color: #365CF5;
	font-size: 14px;
	text-decoration: none;
}
.lk-open-link:hover {
	text-decoration: underline;
}


/* filter bar */
.lk-channel-filterbar {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-height: 44px;
}

.lk-filter-label {
  color: #5d657b;
  font-size: 13px;
  margin-right: 2px;
  white-space: nowrap;
}

.lk-filter-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  padding: 0;
  border: 1px solid #dfe5ef;
  background: #fff;
  color: #5d657b;
  box-shadow: none;
  cursor: pointer;
  line-height: 1;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.lk-filter-chip:hover {
  border-color: #c3ccda;
}

.lk-filter-chip:focus {
  outline: none;
}

.lk-filter-chip:focus-visible {
  border-color: #365cf5;
  box-shadow: 0 0 0 3px rgba(54, 92, 245, 0.12);
}

.lk-filter-chip i {
  font-size: 16px;
  line-height: 1;
  color: #365cf5;
}

.lk-filter-chip.is-active {
  border-color: #365cf5;
  background: #fff;
  box-shadow: 0px 6px 14px rgba(54, 92, 245, 0.15);
}

.lk-filter-reset-link {
  border: 0;
  background: transparent;
  padding: 0;
  color: #365CF5;
  font-size: 14px;
  cursor: pointer;
}

.lk-bots-search .form-control {
  height: 46px;
  border-radius: 12px;
  min-width: 0;
}

.lk-bots-search {
  min-width: 0;
}




.lk-bots-filters .row {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  --bs-gutter-x: 0;
  --bs-gutter-y: 12px;
  margin-left: 0;
  margin-right: 0;
}

.lk-bots-filters .row > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.lk-bots-filters .row > :first-child {
  flex: 0 0 auto;
  width: auto;
}

.lk-bots-filters .row > :nth-child(2) {
  flex: 1 1 320px;
  min-width: 240px;
  max-width: 100%;
  width: auto;
}

.lk-bots-filters .row > :last-child {
  flex: 0 0 auto;
  width: auto;
  margin-left: auto;
}

@media (max-width: 576px) {
  .lk-bots-filters .row {
    align-items: stretch;
  }

  .lk-bots-filters .row > :nth-child(2),
  .lk-bots-filters .row > :last-child {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
  }

  #lkBotsResetBtn {
    width: 100%;
  }
}


.divider2 {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #9aa3b2;
	font-size: 14px;
}
.divider2::before,
.divider2::after {
	content: "";
	flex: 1;
	height: 1px;
	background: #e5e9f2;
}

.sidebar-nav-wrapper {
	overflow-y: hidden;
}

.profile-avatar-image {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	object-position: center;
	display: block;
}
aside {
    background: radial-gradient(circle at 20% 20%, rgb(123 97 255 / 1%), transparent 50%), radial-gradient(circle at 80% 40%, rgba(91, 140, 255, 0.12), transparent 50%), linear-gradient(180deg, #ffffff, #f7f9ff) !important;
}
.sidebar-bottom {
	margin-top: auto;
	padding: 16px;
}
.promo-card {
	position: relative;
	padding: 20px;
	border-radius: 16px;
	overflow: hidden;
	color: white;
	background: linear-gradient(135deg, #7b61ff, #5b8cff);
}
.promo-card::before {
	content: "";
	position: absolute;
	width: 180px;
	height: 190px;
	right: -80px;
	bottom: -80px;
	border-radius: 50%;
	background: radial-gradient(
		circle at 30% 30%,
		rgba(255,255,255,0.4),
		transparent 60%
	);
	filter: blur(30px);
}
.promo-card::after {
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	right: -60px;
	bottom: -60px;
	border-radius: 50%;
	/* сама сетка */
	background: radial-gradient(rgba(255,255,255,0.3) 1px, transparent 1px);
	background-size: 12px 12px;
	/* создаёт форму сферы */
	mask-image: radial-gradient(circle at center,
		white 40%,
		rgba(255,255,255,0.6) 60%,
		transparent 80%
	);
	-webkit-mask-image: radial-gradient(circle at center,
		white 40%,
		rgba(255,255,255,0.6) 60%,
		transparent 80%
	);
	opacity: 0.5;
}
.promo-title {
	font-weight: 600;
	font-size: 16px;
	margin-bottom: 8px;
}
.promo-text {
	font-size: 13px;
	opacity: 0.85;
	line-height: 1.4;
	margin-bottom: 16px;
}
.promo-btn {
	border: none;
	border-radius: 12px;
	padding: 12px 16px;

	background: rgba(255,255,255,0.15);
	color: white;

	cursor: pointer;
	transition: 0.2s;
}
.promo-btn:hover {
	background: rgba(255,255,255,0.25);
}
.promo-card {
	background: linear-gradient(
	135deg,
	#7b61ff 0%,
	#5b8cff 50%,
	#6ee7ff 100%
	);
	background-size: 200% 200%;
	transition: background-position 0.4s;
}
.promo-card:hover {
	background-position: right center;
}

.art1 {
	display: none;
	position: absolute;
	width: 100px;
	top: -70px;
	left: 10px;
	z-index: 10;
}

.drag-handle {
	cursor: grab;
}

/* Иконка «?»: светло-голубая круглая подложка, тёмно-синий глиф */
.lk-label i.lni.lni-question-circle,
label i.lni.lni-question-circle,
h6 i.lni.lni-question-circle {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 27px;
	height: 27px;
	margin-left: 6px;
	box-sizing: border-box;
	border-radius: 50%;
	vertical-align: middle;
	position: relative;
	top: -1px;
	flex-shrink: 0;
	padding: 0;
	font-size: 17px;
	line-height: 1;
	color: #1e3a8a;
	background: #eaf2ff;
	border: none;
	cursor: pointer;
}

/* SIP голос: обёртка для SVG-квадрата «Стоп», не даём flex её съесть */
.voice-select a.main-btn .sip-play-btn-stop-icon {
	flex: 0 0 auto;
	position: relative;
	z-index: 1;
	vertical-align: middle;
	margin-top: -1px;
}
.voice-select a.main-btn .sip-play-btn-stop-icon svg {
	display: block;
}

.tooltip.lk-help-bs-tooltip {
	--bs-tooltip-bg: #334155;
	--bs-tooltip-color: #fff;
}
.tooltip.lk-help-bs-tooltip .tooltip-inner {
	max-width: min(320px, 92vw);
	text-align: left;
	font-weight: 400;
	border-radius: 10px;
	padding: 8px 12px;
	font-size: 13px;
}
