@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;700&family=Lato:wght@400;700&display=swap');

body {
	font-family: 'Lato', sans-serif;
}

main > .container {
    padding: 70px 15px 20px;
}
img.logo-img-menu {
	max-width:150px;
	margin:0 0 48px 0;
}
svg.logo-img-menu {
	max-width:150px;
	margin:0 0 48px 0;
	color:#000;
	fill:#000;
}
.adminka-nav a.icon {
	display:none;
} 
.adminka-nav a.icon i {
	color: #000;
    font-size: 35px;
}
.breadcrumbs {
	margin:0 0 43px 0;
}
.breadcrumbs .flex-box {
	align-items: baseline;
	position:relative;
}
.breadcrumbs .flex-box > div:last-child {
    border-left: 50px solid rgba(250, 250, 250, 0.98);
	z-index:2;
}
.breadcrumbs .flex-box::before {
	content:'';
	position:absolute;
	height:1px;
	background: #E6E6E6;
	top:50%;
	width:60%;
}
.breadcrumbs .page-name {
	text-decoration:none;
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:12px 16px;
	border-radius: 100px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	display:block;
	position:relative;
}
/*
.breadcrumbs .page-name::after {
	content:'';
	position:absolute;
	height:1px;
	background: #E6E6E6;
	top:50%;
	right:0;
	width:100%;
}*/
.breadcrumbs button,
.breadcrumbs a
 {
	outline:none;
	border-radius: 12px;
	border: 1px solid #C4C4C4;
	padding:10px 14px;
	background:transparent;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	text-decoration:none;
}
.breadcrumbs a {
	padding:14px;
}
.breadcrumbs button img,
.breadcrumbs a img {
	vertical-align:middle;
	padding:0 10px 0 0;
}
.breadcrumbs button.user {
	padding:10px 12px;
	background:#fff;
	margin:0 10px 0 0;
}
.cabinet-page-wrap {
	background: rgba(250, 250, 250, 0.98);
}

.table-alert-block.table-users thead td,
.table-alert-block.table-users tbody td
 {
	padding:18px 40px;
}
.table-alert-block.table-users thead td span {
	font-weight:600;
}
.table-alert-block.table-users button {
	padding: 10px 30px;
    border-radius: 100px;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border: 0;
}

.table-alert-block.table-users table button.delete-user-btn {
	margin:0 0 0 10px;
}

@media (min-width: 1200px) {
	.container, .container-sm, .container-md, .container-lg, .container-xl {
		max-width: 100%;
	}
}
@media (min-width: 992px) {
	.container, .container-sm, .container-md, .container-lg {
		max-width: 100%;
	}
}
@media (min-width: 768px) {
	.container, .container-sm, .container-md {
		max-width: 100%;
	}
}

@media (min-width: 576px) {
	.container, .container-sm {
		max-width: 100%;
	}
}

.filter-reset {
	display: flex;
    justify-content: end;
	align-items: center;
	margin:0 0 33px 0;
}
.reset-btn, 
.apply-btn	{
	padding:10px 30px;
	border-radius: 100px;
	border: 1px solid #000;
	color:  #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	background:transparent;
	margin: 0 0 0 2rem;
}
.apply-btn {
	background-color: rgba(128, 128, 128, 0.2);
}
.alert-block .flex-box {
	flex-wrap:wrap;
	align-items: flex-start;
}
.alert-block .flex-box .alert-box {
	border-radius: 14px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	padding:16px;
	display:flex;
	width:100%;
	max-width: 24%;
	margin:0 0 20px 0;
	min-height: 82px;
}
.alert-block .flex-box .alert-box:nth-child(5) {
	margin-right:20px;
}
.alert-block .flex-box .alert-box:nth-child(6) {
	margin-right:auto;
}
.alert-block .flex-box .alert-box img {
	padding:0 14px 0 0;
	object-fit: contain;
}
.alert-block .flex-box .alert-box svg {
	margin:0 14px 0 0;
}
.alert-block .flex-box .alert-box strong {
	display:block;
	font-family: 'Inter', sans-serif;
	color: #000;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.alert-block .flex-box .alert-box span {
	display:block;
	color: #868686;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	text-transform: uppercase;
	padding:4px 0 0 0;
}
.table-alert-block {
	border-bottom: 1px solid #C4C4C4;
	padding-bottom:24px;
}
.table-alert-block table {
	width:100%;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	border-collapse: separate;
    border-spacing: 0;
}
.table-alert-block .flex-box {
	margin:32px 0;
}
.table-alert-block table a {
	color:#000;
	text-decoration:underline;
}
.table-alert-block table thead {
}
.table-alert-block table thead td {
	padding:12px;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #E6E6E6;
	background: #FFF;
}
.table-alert-block table tbody td {
	padding:18px;
}
.table-alert-block table tbody td:first-child {
	padding-left:24px;
}
.table-alert-block table thead td span {
	border-right: 1px solid #E6E6E6;
	display: block;
	padding:6px 0;
    width: 100%;
}
.table-alert-block table thead td:last-child {
	border-right: 1px solid #E6E6E6;
	border-top-right-radius: 14px;
	border-bottom-right-radius: 14px;
}
.table-alert-block table thead td:last-child span {
	border:0;
}
.table-alert-block table thead td:first-child {
	padding-left:24px;
	border-left: 1px solid #E6E6E6;
	border-top-left-radius: 14px;
	border-bottom-left-radius: 14px;
}
.table-alert-block.table-anket {
	border:0;
}
.table-alert-block.table-anket .container {
	padding:0;
}
.answer-block table {
	width:100%;
	border-spacing: 0;
    border-collapse: separate;
	margin:30px 0 0 0;
}
.answer-block td {
    border: 1px solid #E6E6E6;
}
.answer-block table thead {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	background: #FAFAFA;
}
.answer-block table thead td {
	padding:10px 0;
	border-right:0;
}
.answer-block table thead td:first-child {
	border-top-left-radius:14px;
}
.answer-block table thead td:last-child {
	border-top-right-radius:14px;
}
.answer-block table tbody {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.answer-block table tbody td {
	padding:12px 32px 42px 32px;
	border-top:0;
	border-right:0;
	border-bottom:0;
}
.answer-block table tbody tr:nth-child(2n) {
	background: #FAFAFA;
}
.answer-block table thead td:last-child,
.answer-block table tbody td:last-child {
	border-right: 1px solid #E6E6E6;
}
.answer-block table tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.answer-block table tbody tr:last-child td:first-child {
	border-bottom-left-radius:14px;
}
.answer-block table tbody tr:last-child td:last-child {
	border-bottom-right-radius:14px;
}
.answer-block button {
	margin: 25px 0 0 0;
}


.edit-block table {
	width:100%;
	border-spacing: 0;
    border-collapse: separate;
	margin:30px 0 0 0;
}
.edit-block td {
    border: 1px solid #E6E6E6;
}
.edit-block table thead {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-align:center;
	background: #FAFAFA;
}
.edit-block table thead td {
	padding:10px 0;
	border-right:0;
}
.edit-block table thead td:first-child {
	border-top-left-radius:14px;
}
.edit-block table thead td:last-child {
	border-top-right-radius:14px;
}
.edit-block table tbody {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.edit-block table tbody td {
	padding:12px 32px 42px 32px;
	border-top:0;
	border-right:0;
	border-bottom:0;
}
.edit-block table tbody tr:nth-child(2n) {
	background: #FAFAFA;
}
.edit-block table thead td:last-child,
.edit-block table tbody td:last-child {
	border-right: 1px solid #E6E6E6;
}
.edit-block table tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.edit-block table tbody tr:last-child td:first-child {
	border-bottom-left-radius:14px;
}
.edit-block table tbody tr:last-child td:last-child {
	border-bottom-right-radius:14px;
}
.edit-block button {
	margin: 25px 0 0 0;
}


.history-block table {
	width:100%;
	border-spacing: 0;
    border-collapse: separate;
	margin:80px 0 0 0;
	text-align:center;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.history-block table td {
	padding:15px 0;
	border: 1px solid #E6E6E6;
	border-left:0;
	border-bottom:0;
}
.history-block table td:first-child {
	border-left: 1px solid #E6E6E6;
}
.history-block table tbody tr:last-child td {
	border-bottom: 1px solid #E6E6E6;
}
.history-block table thead {
	background: #FAFAFA;
}
.history-block table tbody td {
	padding-bottom:30px;
	font-weight: 400;
}
.history-block table tbody td:last-child {
	text-align:left;
	padding-left:10px;
}
.back {
	margin: 0 0 35px 0;
}
.back .flex-box {
	justify-content: flex-start;
	align-items: baseline;
}
.back .flex-box a {
	color: #000;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding:0 24px 0 0;
}
.back .flex-box a img {
	padding:0 10px 0 0;
	position: relative;
    top: -2px;
}
.back .flex-box h2 {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	padding:0 0 0 24px;
	border-left:1px solid #E6E6E6;
}
.popup-black,
.popup-black-reply,
.popup-black-theme,
.popup-black-last
{
    display: none;
}
.popup-black:before,
.popup-black-reply:before,
.popup-black-theme:before,
.popup-black-last:before
{
    content: '';
    background: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 9999;
}
.popup {
    position: fixed;
    top: 20%;
    left: 50%;
    padding: 25px;
    width: 540px;
    margin-left: -270px;  
    border-radius: 14px;
	border: 1px solid #E6E6E6;
	background: #FFF;
    z-index: 99999;
    opacity: 1;
}
.popup label {
	color: #868686;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	display:block;
	padding:0 0 10px 0;
}
.popup textarea {
	display:block;
	min-height:250px;
	padding:10px;
	width:100%;
	border-radius: 14px;
	border: 1px solid #C4C4C4;
	background: #FFF;
	resize: none;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
}
.table-alert-block.table-anket table thead td span {
	display: inline;
    padding: 0 40px 0 10px;
	color: #868686;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.table-alert-block.table-anket table thead td {
    padding: 18px 0;
	text-align: center;
}
.table-alert-block.table-anket strong {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.info-anket-block {
	border-radius: 14px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	padding:32px;
	margin:0 0 25px 0;
}
.info-anket-block h2 {
	color: #000;
	font-family: 'Inter', sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
.table-info-block {
	padding:15px 20px;
	border-radius: 14px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	margin:30px 0 0 0;
}
.table-info-block .container {
	overflow: scroll;
	scrollbar-width: thin;
	max-height:500px;
}
.table-info-block .container::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.table-info-block .container::-webkit-scrollbar-button {
    background: transparent;
}
.table-info-block .container::-webkit-scrollbar-track-piece {
    background: transparent;
}
.table-info-block .container::-webkit-scrollbar-thumb {
    background: #888;
}
.table-info-block table {
	width: max-content;
	border:0;
	color: #000;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	border-spacing: 0;
    border-collapse: separate;
	margin:25px 0 0 0;
}
.table-info-block table thead {
	background: #FAFAFA;
	text-align:center;
}
.table-info-block table thead tr:first-child td:first-child {
	border-top-left-radius: 14px;
	border-right:0;
}
.table-info-block table thead tr:first-child td:last-child {
	border-top-right-radius: 14px;
}
.table-info-block table thead tr:last-child td:first-child {
	border-bottom-left-radius: 14px;
}
.table-info-block table thead tr:last-child td:last-child {
	border-bottom-right-radius: 14px;
}
.table-info-block table thead tr:last-child td:last-child {
	border-right: 1px solid #E6E6E6;
}
.table-info-block table thead tr:last-child td {
	border-right:0;
	border-top:0;
}
.table-info-block table thead td {
	border: 1px solid #E6E6E6;
	border-collapse: collapse;
	font-weight: 600;
}
.table-info-block table td a {
	color: #000;
	text-decoration:underline;
}
.table-info-block table td {
	padding:10px;
	text-align:center;
	font-weight:400;
}
.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.sidebar {
	margin:-30px 0;
	padding:30px 0;
	height: 100vh;
}
.sidebar span.menu-title {
	color: #868686;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	display:block;
	padding:0 0 18px 0;
}
.sidebar strong.menu-cat {
	padding:10px 14px;
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	display:block;
	position:relative;
	line-height: normal;
	margin:0 0 12px 0;
	cursor:pointer;
}
.sidebar strong.menu-cat svg,
.sidebar strong.menu-cat img.svg {
	width: 24px;
    margin: 0 7px 0 0;
    vertical-align: sub;
}
.sidebar strong.menu-cat svg path {
	fill:#868686;
}
.sidebar .menu-category div.sub-category {
	display:none;
}
.sidebar .menu-category.opened div.sub-category,
.sidebar .menu-category.active div.sub-category
 {
	display:block;
	position:relative;
}
.sidebar a.nav-item {
	color: #868686;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	display:block;
	margin:0 0 12px 14px;
	padding:0 0 0 12px;
	border-left:1px solid #C4C4C4;
}
.filter-block .filter-line {
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.filter-block .filter-line .filter-box {
	margin:0 0 15px 0;
}
.filter-block .filter-line label {
	display:block;
	color: #868686;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	padding:0 0 5px 5px;
}
.filter-block .filter-line select,
.filter-block .filter-reset input,
.filter-block .filter-line input {
	width:100%;
	border-radius: 100px;
	border: 1px solid #E6E6E6;
	background: var(--Background, #FFF);
	padding:16px;
	padding-right: 2rem;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 225px;
	-webkit-appearance: none;
	background:url('/img/main/icons/input-arrow.svg') no-repeat #fff;
	background-position: 95% center;
	caret-color: transparent;
}
.filter-block .filter-reset input {
	background:url('/img/main/icons/search.svg') no-repeat, url('/img/main/icons/input-arrow.svg') no-repeat #fff;
	background-position: 5px center, 95% center;
	padding:8px 16px 8px 25px;
}
[list]::-webkit-calendar-picker-indicator {
    display: none !important;
	box-shadow: none !important;
	caret-color: transparent;
  }
input[list]::-webkit-calendar-picker-indicator,
input[list]::-webkit-list-button {
    opacity: 0 !important
}

.filter-block .filter-line input[name="daterange"] {
	background:url('/img/main/icons/calendar.svg') no-repeat #fff;
	background-position: 95% center;
}
.diagram-block .diagram-box {
	padding:45px 32px;
	border-radius: 14px;
	border: 1px solid #E6E6E6;
	background: #FFF;
	margin:0 0 20px 0;
}
.diagram-block .diagram-box h2 {
	color: #241023;
	font-family: Arial;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}



 .alert-horizontal-chart__block {
  position: relative;
  margin-top: 30px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container {
  width: 100%;
  position: relative;
  z-index: 2;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart-label {
  width: 84px;
  text-align: right;
  margin-right: 12px;
  color: #264653;
  font-weight: 500;
  font-size: 12px;
  position: relative;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar {
  height: 44px;
  position: relative;
  transition: 0.6s;
  border-radius: 100px;
  width: 0%;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 50px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content {
  display: flex;
  align-items: center;
  background-color: #264653;
  border-radius: 8px;
  bottom: 150%;
  color: #fff;
  left: 50%;
  opacity: 0;
  padding: 2px 12px;
  position: absolute;
  text-align: center;
  transition: opacity 0.5s;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content::after {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: #264653 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content .tooltip-img {
  width: 14px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content .tooltip-chart-val {
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  /*margin-left: 10px;*/
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .chart-scale {
  display: flex;
  justify-content: space-between;
  color: #888585;
  font-weight: 500;
  font-size: 12px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .chart-scale .mr {
  width: 84px;
  margin-right: 12px;
}
 .alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .chart-scale .scale-val {
  display: flex;
  justify-content: space-between;
  width: calc(100% - 84px);
}
 .alert-horizontal-chart__block .greed-wrapper {
  position: absolute;
  display: flex;
  justify-content: space-between;
  left: 95px;
  right: 0;
  top: auto;
   bottom: -30px;
}
/*
 .alert-horizontal-chart__block .greed-wrapper .greed-item {
  width: 1px;
  height: 100%;
  border-right: 1px solid rgba(117, 117, 117, 0.2);
}*/

.flex-diagram .custome-bar-chart-container {
	width:90%;
	border-right: 1px solid #E6E6E6;
}
.custome-bar-chart-container {
  margin-top: 30px;
  border-radius: 5px;
  width: 100%;
  padding-bottom: 10px;
  top: 20px;
  position: relative;
  
}
.custome-bar-chart-container .bar-chart-box {
  height: 100%;
  display: flex;
  position: relative;
  align-items: flex-end;
  justify-content: space-between;
  bottom: 27px;
}
.custome-bar-chart-container .bar-chart-box {
	width:100%;
	max-width: 240px;
	height:270px;
    justify-content: space-between;
}
.custome-bar-chart-container .bar-chart-box .bar {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  bottom: -1px;
  border-radius: 8px;
  max-width: 44px;
  z-index: 1;
}
.custome-bar-chart-container.second-vertical-bar {
	border-right: 1px solid #E6E6E6;
    border-radius: 0;
	padding-bottom: 35px;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box {
	width: 100%;
    max-width: 390px;
    margin: 0 auto;
	height: 250px;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar {
	flex-direction:row;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-name {
    bottom: -45px;
	left: -20px;
	width: fit-content;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content {
	visibility: visible;
	opacity:1;
	background-color: transparent;
	top: -30px;
    left: -7px;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content::after {
	content:none;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content span {
	color: #241023;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	min-width: fit-content;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg {
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg:first-child .bar-content {
	box-shadow: 1px 0px 2px 0px rgba(0, 0, 0, 0.10), 4px 0px 4px 0px rgba(0, 0, 0, 0.09), 9px 0px 6px 0px rgba(0, 0, 0, 0.05), 17px 0px 7px 0px rgba(0, 0, 0, 0.01), 26px 0px 7px 0px rgba(0, 0, 0, 0.00);
	z-index: 2;
    left: 5px;
}
.custome-bar-chart-container.second-vertical-bar .bar-chart-box .bar .bar-bg .bar-content {
	border-radius: 100px 100px 0 0;
	width:34px;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg {
  height: 100%;
  display: flex;
  align-items: flex-end;
  border-radius: 8px;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content {
  transition: 1s;
  border-radius: 100px;
  width: 100%;
  position: relative;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip {
  cursor: pointer;
  display: inline-block;
  position: absolute;
  right: 0px;
  left: 0;
  top: 0;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content {
  display: flex;
  align-items: center;
  background-color: #264653;
  border-radius: 8px;
  color: #fff;
  top: -43px;
  left: -12px;
  right: 0;
  margin: 0 auto;
  opacity: 0;
  padding: 2px 12px;
  position: absolute;
  text-align: center;
  transition: opacity 0.5s;
  visibility: hidden;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  z-index: 2;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content::after {
  content: "";
  border-width: 5px;
  border-style: solid;
  border-color: #264653 transparent transparent transparent;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  top: 100%;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content .tooltip-img {
  width: 14px;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content .chart-tooltip .tooltip__content .tooltip-chart-txt {
  font-weight: 600;
  font-size: 10px;
  color: #FFFFFF;
  min-width: 79px;
  display: block;
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content:hover.color_0 {
  box-shadow: 0px 8px 22px rgba(255, 166, 132, 0.24);
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content:hover.color_1 {
  box-shadow: 0px 8px 22px rgba(174, 215, 254, 0.24);
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content:hover.color_2 {
  box-shadow: 0px 8px 22px rgba(255, 202, 160, 0.24);
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content:hover.color_3 {
  box-shadow: 0px 8px 22px rgba(42, 157, 143, 0.24);
}
.custome-bar-chart-container .bar-chart-box .bar .bar-bg .bar-content:hover.color_4 {
  box-shadow: 0px 8px 22px rgba(223, 215, 255, 0.24);
}
.custome-bar-chart-container .bar-chart-box .bar .bar-name {
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-width: 150px;
  transition: 0.3s;
  color: #757575;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  width: 100%;
  display: inline-block;
}


#CSIdoughnut {
	height:240px;
}


.flex-box {
	display:flex;
	justify-content:space-between;
	align-items: end;
	flex-wrap: wrap;
}
.flex-box.flex-right {
	justify-content:end;
}
.flex-box.flex-left {
	justify-content:start;
}
.flex-box.flex-space {
	justify-content:space-between;
}
.flex-60-30 > div:first-child {
	width:60%;
}
.flex-60-30 > div:last-child {
	width:35%;
}
.flex-50 > div {
	width:49%;
}
.flex-100 > div {
	width:100%;
	overflow-x: hidden;
}
.smile-block {
	display:flex;
	justify-content:space-between;
}
.smile-block .smile-box {
	text-align:center;
	padding:10px 0;
}
.smile-block .smile-num {
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding-bottom:10px;
}
.smile-block .smile-num.smile-proc {
	font-size: 15px;
	margin-top: 10px;
	position: absolute;
    transform: translateX(20%);
}
.smile-block .smile-num.smile-nps {
	font-size: 15px;
	margin-top: 50px;
	position: absolute;
    transform: translateX(20%);
	color: blue!important;
}


.smile-block .smile-box:nth-child(1) .smile-num,
.smile-block .smile-box:nth-child(2) .smile-num,
.smile-block .smile-box:nth-child(3) .smile-num,
.smile-block .smile-box:nth-child(4) .smile-num,
.smile-block .smile-box:nth-child(5) .smile-num,
.smile-block .smile-box:nth-child(6) .smile-num {
	color: #F01E00;
}
.smile-block .smile-box:nth-child(7) .smile-num,
.smile-block .smile-box:nth-child(8) .smile-num {
	color: #FFC42E;
}
.smile-block .smile-box:nth-child(9) .smile-num,
.smile-block .smile-box:nth-child(10) .smile-num {
	color: #98AD22;
}
.smile-block .smile-quantity {
	border-radius: 100px;
	background: #868686;
	width: 20px;
	height: 20px;
	text-align:center;
	color: #FFF;
	font-family: Lato;
	font-size: 12px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	margin: 10px auto 0 auto;
	position:relative;
}
.smile-block .smile-quantity::after {
	content:'';
	position:absolute;
	/*width:75px;*/
	width:145px;
	height:1px;
	background: #868686;
	right:-145px;
	top:50%;
}
.smile-block .smile-box:nth-child(6) .smile-quantity::after,
.smile-block .smile-box:nth-child(8) .smile-quantity::after,
.smile-block .smile-box:last-child .smile-quantity::after {
	background: #fff;
}
.border-bottom {
	border-bottom: 1px solid #E6E6E6;
	padding:0 0 32px 0;
}
.three-circle-block {
	display:flex;
	justify-content:space-between;
	width:220px;
	margin:0 auto;
}
.three-circle-block .circle-block:nth-child(2) {
	margin:20px 0 0 0;
}
.three-circle-block .circle-block:nth-child(2) .circle::after,
.three-circle-block .circle-block:nth-child(2) .circle::before
 {
	content:'';
	position: absolute;
    width: 52px;
    height: 1px;
    background: #E6E6E6;
    transform: rotate(45deg);
    left: -43px;
    top: 0px;
}
.three-circle-block .circle-block:nth-child(2) .circle::before {
	left:auto;
	transform: rotate(-45deg);
	right: -43px;
    top: 0px;
}
.three-circle-block .circle {
	height: 52px;
	width:52px;
	color: #FFF;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	border-radius:100px;
	text-align:center;
	box-sizing:border-box;
	padding: 10px 0;
	position:relative;
}
.three-circle-block .circle-name {
	margin:7px 0;
	color: #868686;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	text-align:center;
}
.flex-diagram {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
	align-items:end;
}
.vertical-diagram {
	display:flex;
	justify-content:space-between;
	width:-webkit-fill-available;
	height: 100%;
}
.vertical-diagram .diagram-line-box {
	width:44px;
	
}
.vertical-diagram .diagram-text {
	text-align:center;
}
.diagram-line-box .diagram-line {
	border-radius: 100px;
}
.three-blocks {
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	width:100%;
	max-width:390px;
	margin:0 auto;
}
.three-blocks > div {
	border-radius: 14px;
	position:relative;
	width:100%;
	max-width:148px;
	text-align:center;
	padding:12px;
	border: 1px solid #F01E00;
	background: #FAFAFA;
	box-shadow: 0px 9px 20px 0px rgba(0, 0, 0, 0.04), 0px 37px 37px 0px rgba(0, 0, 0, 0.03), 0px 82px 49px 0px rgba(0, 0, 0, 0.02), 0px 146px 59px 0px rgba(0, 0, 0, 0.01), 0px 229px 64px 0px rgba(0, 0, 0, 0.00);
}
.three-blocks > div:last-child {
	margin: 42px auto 0 auto;
}
.three-blocks > div:last-child::before,
.three-blocks > div:last-child::after {
	content:'';
	position:absolute;
	width:60px;
	height:1px;
	background:#F01E00;
	transform:rotate(45deg);
	left: -32px;
    top: -22px;
}
.three-blocks > div:last-child::after {
	transform:rotate(-45deg);
	left:auto;
	right: -32px;
    top: -22px;
}
.three-blocks > div strong {
	color: #241023;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 20px;
	width:100%;
	display:block;
	padding:0 0 10px 0;
	border-bottom:1px solid #E6E6E6;
}
.three-blocks > div span {
	color: #757575;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	padding:10px 0 0 0;
	width:100%;
	display:block;
}
.two-bottom-blocks-wrapper {
	display:flex;
	justify-content:space-between;
	flex-wrap: wrap;
}
.progress-wrapper {
    width: 100%;
    margin-bottom: 20px;
}
.progress-wrapper .progress-wrapper-content .progress-wrapper-text {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
	color: #757575;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.progress-wrapper .progress-wrapper-content .progress-wrapper-text p:last-child {
	color: #264653;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: -0.14px;
}
.progress-wrapper .progress-wrapper-content .progress-loader {
    width: 100%;
    background: #e0e0e0;
    border-radius: 5px;
	height: 12px;
}
.progress-wrapper .progress-wrapper-content .progress-loader-line {
	border-radius: 20px;
	height: 100%;
}
.progress-wrapper .progress-wrapper-content .progress-loader-line.dark {
    background: #264653;
}

.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container.bottom-chart-horizontal .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content {
	opacity:1;
	visibility:visible;
	background-color: transparent;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container.bottom-chart-horizontal .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content .tooltip-chart-val {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container.bottom-chart-horizontal .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content::after {
	content:none;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container.bottom-chart-horizontal .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip {
	right: 5px;
    top: 70%;
}
@media (max-width: 1550px) {
	.table-alert-block.table-users table a {
		display: table;
		width: 100%;
		text-align: center;
		margin: 5px 0;
	}
	.table-alert-block.table-users .container {
		overflow: scroll;
	}
	.table-alert-block.table-users thead td, .table-alert-block.table-users tbody td {
		max-width: 200px;
		padding: 18px 20px;
	}
}
@media (max-width: 1440px) {
	.filter-block .filter-line {
		justify-content: start;
	}
	.filter-block .filter-line .filter-box {
		margin: 0 1rem 15px 0;
	}
}
@media (max-width: 1380px) {
	.table-alert-block.table-anket table {
		width:100%;
	}
	.table-alert-block.table-anket table thead td:first-child {
		border-bottom-left-radius:0;
		border-top-right-radius:14px;
		border-top: 1px solid #E6E6E6;
	}
	.table-alert-block.table-anket table thead td:last-child {
		border-top-right-radius: 0;
		border-bottom-left-radius: 14px;
		border-bottom: 1px solid #E6E6E6;
	}
	.table-alert-block.table-anket table thead td {
		padding: 15px;
		display: block;
		text-align:left;
		border: 0;
		border-left: 1px solid #E6E6E6;
		border-right: 1px solid #E6E6E6;
	}
	.table-alert-block.table-anket table thead td span {
		border:0;
	}
}
@media (max-width: 1366px) {

menu.adminka-nav {
	padding:0;
}
img.logo-img-menu {
	max-width:100%;
}
.alert-block .flex-box .alert-box span {
		font-size:10px;
	}
.table-alert-block.table-anket .container {
	overflow:hidden;
}
		  
	 
}
 
@media (max-width: 1200px) {
	.alert-block .flex-box .alert-box {
		max-width:32%;
	}
	.alert-block .flex-box .alert-box:nth-child(5),
	.alert-block .flex-box .alert-box:nth-child(6) {
		margin-right: 0;
	}
		  
	  
  
}
@media (max-width: 1150px) {
	.filter-block .filter-line {
		justify-content: space-between;
	}
	.filter-block .filter-line .filter-box {
		margin: 0 0 15px 0;
	}
	.alert-block .flex-box .alert-box {
		max-width: 48%;
	}
	.alert-block .flex-box .alert-box:nth-child(6) {
		margin-right: unset;
	}
}


@media (max-width: 992px) {
	.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl {
		padding:0;
	}
	.breadcrumbs .flex-box {
		justify-content: center;
	}
	.breadcrumbs .flex-box > div {
		width:100%;
	}
	.breadcrumbs .flex-box > div:last-child {
		border-left:0;
		margin: 25px 0 0 0;
	}
	.breadcrumbs .flex-box::before {
		content:none;
	}
	.alert-horizontal-chart__block .greed-wrapper {
		display:none;
	}
	.diagram-block .diagram-box {
		padding: 30px 15px;
	}
	.sidebar {
		height:auto;
		padding-bottom: 70px;
	}
	.sidebar .flex-box {
		align-items: flex-start;
	}
	img.logo-img-menu {
		max-width: 255px;
		margin: 0 0 30px 0;
	}
	.left-sidebar {
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.left-sidebar .menu-wrapper {
		display:none;
	}
	.adminka-nav a.icon {
		display:block;
	} 
	.three-circle-block {
		margin:25px auto 0 auto;
	}
	.flex-60-30 > div:first-child,
	.flex-60-30 > div:last-child,
	.flex-50 > div
	{
		width:100%;
	}
	.col-md-10 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.flex-diagram .custome-bar-chart-container {
		width: 100%;
		margin:0;
	}
	.custome-bar-chart-container .bar-chart-box {
		margin: 0 auto 40px auto;
	}
	.flex-diagram .custome-bar-chart-container,
	.custome-bar-chart-container.second-vertical-bar {
		border-right:0;
	}
	.three-blocks {
		margin:35px auto 0 auto;
	}
	.smile-block img {
		max-width:40px;
	}
	
	.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content {
	opacity:1;
	visibility:visible;
	background-color: transparent;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content .tooltip-chart-val {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip .tooltip__content::after {
	content:none;
}
.alert-horizontal-chart__block .alert-horizontal-chart__bar-main-container .alert-horizontal-chart__item-box .horizontal-chart__bar .chart-tooltip {
	right: 5px;
    top: 70%;
}
.table-alert-block .container {
	overflow:scroll;
}
.table-alert-block table {
	width: max-content;
}
.table-alert-block table thead td span {
    padding: 6px;
}
.table-info-block .container {
	overflow:scroll;
}
.table-info-block table {
	max-width:max-content;
}

.info-anket-block .container {
	overflow:scroll;
}
.info-anket-block table {
	width:max-content;
}

.popup {
	max-width: 360px;
	margin-left: -180px;
}
.popup textarea {
	min-height: 200px;
}
}
@media (max-width: 768px) {
	.smile-block img {
		max-width:35px;
	}
	.smile-block .smile-quantity::after {
		content:none;
	}
	.alert-block .flex-box .alert-box:nth-child(5) {
		margin-right:0;
	}
	.alert-block .flex-box .alert-box {
		max-width: 100%;
	}
	.popup {
		width: 90%;
		max-width: 100%;
		left:5%;
		margin-left: 0;
	}
	.popup textarea {
		min-height: 145px;
	}
	.filter-block .filter-line select, .filter-block .filter-reset input, .filter-block .filter-line input {
		font-size:16px !important;
	}
}
@media (max-width: 480px) { 
	.filter-block .container {
		display:flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}
	.filter-block .container > div {
		width:100%;
	}
	.filter-reset {
		margin:0;
		flex-direction: column;
		display:block;
	}
	.reset-btn, 
	.apply-btn {	
		margin: 20px auto;
		display: block;
		padding: 15px 30px;
		width: max-content;
	}
	.filter-block .filter-line select, .filter-block .filter-reset input, .filter-block .filter-line input {
		min-width:185px;
	}
	.filter-block .filter-line .filter-box,
	.filter-reset,
	.reset-btn, 
	.apply-btn {
		width: 100%;
	}
}
@media (max-width: 380px) { 
	.filter-block .container > div {
		width: 100%;
	}
}
/* Мульти селект Select2 */
span.select2-selection {
	width: 100%;
	border-radius: 100px !important;
	border: 1px solid #E6E6E6;
	background: var(--Background, #FFF);
	padding: 8px 16px;
		padding-right: 16px;
	padding-right: 2rem;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	min-width: 225px;
	-webkit-appearance: none;
	background: url('/img/main/icons/input-arrow.svg') no-repeat #fff;
		background-position-x: 0%;
		background-position-y: 0%;
	background-position: 95% center;
	caret-color: transparent;
	word-wrap: normal;
}

.select2-container--krajee-bs4 .select2-search__field::placeholder {
	color: #060606;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

.select2-container--krajee-bs4 .select2-selection {
	color: #060606;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}

/* .select2-dropdown.select2-dropdown--below {
	width: 350px!important;
	font-size: 12px;
} */

.select2-results__option {
	margin-right: 20px;
	padding-right: 20px;
}

/* Лоадер */
.filter-block {
	/* Стили для контейнера */
	position: relative;
  }
  
  .loader {
	/* Стили для лоадера */
	border: 4px solid rgba(0, 0, 0, 0.1);
	border-top: 4px solid #3498db;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	animation: spin 1s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -15px; /* половина высоты лоадера */
	margin-left: -15px; /* половина ширины лоадера */
	display: none; /* начинает скрытым */
	z-index: 10;
  }
  
  .filter-block.loading .loader {
	display: block; /* показывает лоадер, если есть класс loading */
  }
  
  @keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
  }