.tk-filter {
	width: 100%;
	min-width: 632px;
	background: #FFFFFF;
	box-shadow: 0px 0px 20px rgba(48, 52, 102, 0.2);
	border-radius: 13px;
	border: none;
	padding: 0;
}

.tk-filter__inner {
	display: flex;
}

.navbar-nav > li > .dropdown-menu.tk-filter {
	border-top-left-radius: 13px;
	border-top-right-radius: 13px;
	margin-top: 4px;
}

.tk-filter__col_tabs {
	background-color: rgba(201, 201, 240, 0.16);
	min-width: 256px;
	padding: 17px 15px 38px 15px;
}

.tk-filter__header {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 25px;
	padding-left: 9px;
}

.tk-filter__title {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 19px;
	color: #303466;
}

.tk-filter__clean {
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	text-decoration-line: underline;
	color: #9D9FC2;
}

.tk-filter__clean:hover,
.tk-filter__clean:focus,
.tk-filter__clean:active {
	color: #9D9FC2;
	text-decoration: none;
}

.tk-filter__clean_content {
	color: #D2D3DC;
}

.tk-filter__clean_content:hover,
.tk-filter__clean_content:focus,
.tk-filter__clean_content:active {
	color: #D2D3DC;
}

.tk-filter__tabs {
	padding-left: 0;
	list-style-type: none;
}

.tk-filter__tabs li {
	margin-bottom: 5px;
}

.tk-filter__tab {
	position: relative;
}

/*.tabs-filter .nav.tk-filter__tabs > li > a.tk-filter__tab,*/
.tk-filter__tabs a {
	padding: 5px 10px 8px 10px;
	display: block;
	width: 100%;
	font-family: 'Exo 2';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	color: #303466;
	transition: unset;
	background: transparent;
	border: none;
}

/*.tabs-filter .nav.tk-filter__tabs > li > a.tk-filter__tab:hover,
.tabs-filter .nav.tk-filter__tabs > li > a.tk-filter__tab:focus,
.tabs-filter .nav.tk-filter__tabs > li > a.tk-filter__tab:active,
.tabs-filter .nav.tk-filter__tabs > li.active > a.tk-filter__tab,*/
.tk-filter__tabs a:hover,
.tk-filter__tabs a:focus,
.tk-filter__tabs a:active,
.tk-filter__tabs a.tk-filter__tab_active {
	font-weight: 600;
	background: rgba(93, 95, 239, 0.07);
	border-radius: 6px;
	text-decoration: none;
}

.tk-filter__tab:hover::after,
.tk-filter__tab:focus::after,
.tk-filter__tab:active::after,
.tk-filter__tab_active::after,

.active .tk-filter__tab:hover::after,
.active .tk-filter__tab:focus::after,
.active .tk-filter__tab:active::after,
.active .tk-filter__tab::after {
	content: '';
	display: inline-block;
	background: url('../../uploads/images/chevron-right-dark.svg') no-repeat center;
  background-size: cover;
	width: 4px;
	height: 7px;
	position: absolute;
	right: 15px;
	top: 12px;
}

.tk-filter__col_content {
	padding: 14px 20px 20px 28px;
	flex: auto;
/*	min-height: 326px;*/
}

.tk-filter__col_content ul {
	padding-left: 7px;
}

.tk-filter__row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.tk-filter__content-title {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #303466;
	margin-bottom: 13px;
}

.tk-filter__report {
	background: #FFF;
	width: 100%;
	height: 100%;
	display: none;
}

.tk-filter__report.show {
	display: flex !important;
	flex-direction: column;
	justify-content: space-between;
}

.tk-filter__search {
	max-width: 220px;
	position: relative;
}

.tk-filter__search::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url('../../uploads/images/search-icon.svg') no-repeat center;
  background-size: contain;
  position: absolute;
  top: 12px;
  left: 11px;
}

.tk-filter__search input {
	background: #FFFFFF;
	box-shadow: 0px 2px 10px rgba(48, 52, 102, 0.11);
	border-radius: 10px;
	padding: 7px 15px 7px 40px;
	color: #303466;
	border: none;
	text-align: left;
}

.tk-filter__search input:focus {
	box-shadow: 0px 2px 10px rgba(48, 52, 102, 0.2);
	outline: unset;
}

.tk-filter .report-filter__row {
	display: flex;
	align-items: center;
	position: relative;
}

.tk-filter .report-filter__row_center {
  justify-content: center;
  margin-bottom: 0;
}

.tk-filter .dark-button {
  min-width: 149px;
}

.dropdown-filters.tk-filter .dark-button.set-filters {
	margin-bottom: 0;
	margin-left: 12px;
}

.dropdown.open .tk-filter-drop-toggle {
	opacity: 0.8;
}

/* FILTER */
/*.navbar-nav > li > .dropdown-filters.tk-filter {
	padding: 0;
}

.dropdown-filters.tabs-filter.dropdown-filters .nav-pills {
	border: none;
}

.dropdown-filters.tabs-filter.dropdown-filters .nav-pills > li {
	float: unset;
}

.dropdown-filters.tabs-filter.tk-filter .tab-content {
	padding-right: 0;
}

.dropdown-filters.tk-filter .tk-filter__checkboxes label {
  font-weight: 400;
  font-size: 13px;
  line-height: 16px;
  color: #303466;
  cursor: pointer;
  border: none;
  display: list-item;
  width: 100%;
  margin-bottom: 15px;
  margin-right: 0;
  width: 100%;
  padding: 0;
}

.dropdown-filters.tk-filter .tk-filter__checkboxes label:hover,
.dropdown-filters.tk-filter .tk-filter__checkboxes label:focus,
.dropdown-filters.tk-filter .tk-filter__checkboxes label:active,
.dropdown-filters.tk-filter input:checked + label {
	background: transparent;
}

.dropdown-filters.tk-filter .tk-filter__checkboxes label::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #303A81;
  border-radius: 2px;
  margin-right: 12px;
  vertical-align: text-bottom;
}

.dropdown-filters.tk-filter .tk-filter__checkboxes input:checked + label::before{
	background: url('../../uploads/images/pink_check.svg') no-repeat center;
	background-size: 65%;
}

.tk-filter__col_content .multi-filter-form {
	max-height: 232px;
}

.dropdown-filters .tk-filter__col_content .multi-filter-form {
	max-height: 330px;
}

.dropdown-filters .nav-pills.tk-filter__tabs {
	padding-right: 0;
}

.dropdown-filters.tabs-filter.tk-filter .tab-content {
	padding-top: 0;
}*/

.tk-filter.qr-dropdown {
	min-width: 220px;
	width: 220px;
}
.qr-dropdown__inner {
	position: relative;
	padding: 15px;
}
.qr-dropdown__info {
	margin-bottom: 16px;
}
.qr-dropdown__action {
	text-align: center;
}

@media screen and (max-width: 1199px) {
	.filters-flex #filtersDropdown,
	.filters-flex #qrDropdown {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.filters_btn button.nav-link {
	  background: #fff;
	  box-shadow: 0px 0px 11px rgba(48, 52, 102, 0.1);
	  border-radius: 36px;
	  font-weight: 600;
	  font-size: 14px;
	  line-height: 17px;
	  color: #303466;
	  width: 100%;
	  display: inline-flex !important;
	  justify-content: center;
	  padding: 17px 55px 16px 30px;
	  width: max-content;
	  border: none;
	}
	.filters_btn button.nav-link::before {
	  content: '';
	  display: inline-block;
	  background: url('../../uploads/images/filters.svg') no-repeat;
	  width: 22px;
	  height: 20px;
	  background-size: contain;
	  vertical-align: middle;
	  margin-right: 15px;
	}
}
/* FILTER END */

@media screen and (max-width: 767px) {
	.dropdown-menu.tk-filter.qr-dropdown {
		background-color: #fff;
    border-radius: 15px;
    text-align: center;
	}
}
