@charset "UTF-8";
@font-face {
	font-family: "icon-font";
	src: url("/css/home/fonts/icon-font/icon-font.eot?zapzd9");
	src: url("/css/home/fonts/icon-font/icon-font.eot?zapzd9#iefix") format("embedded-opentype"), url("/css/home/fonts/icon-font/icon-font.ttf?zapzd9") format("truetype"), url("/css/home/fonts/icon-font/icon-font.woff?zapzd9") format("woff"), url("/css/home/fonts/icon-font/icon-font.svg?zapzd9#icon-font") format("svg");
	font-weight: normal;
	font-display: auto;
	font-style: normal;
}

[class^=fa-], [class*=" fa-"] {
	font-family: "icon-font" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.fa-search:before {
	content: "\e90e";
}

.fa-close:before {
	content: "\e908";
}

.font-rubik {
	font-family: Rubik, Helvetica, sans-serif;
}

.text-green {
	color: #037b66;
}

.text-red {
	color: #d60a22;
}

.fs-13 {
	font-size: 13px;
}

.fs-19 {
	font-size: 19px;
}

.fs-25 {
	font-size: 25px;
}

.d-inline-block {
	display: inline-block !important;
}

.d-none {
	display: none !important;
}

.d-flex {
	display: flex !important;
}

.show {
	display: block !important;
}

.cursor-default {
	cursor: default !important;
}

.min-width-auto {
	min-width: auto !important;
}

.bold {
	font-weight: bold;
}

.top-button {
	cursor: pointer;
}

.indicators-top-buttons .top-button {
	color: #000 !important;
}

.indicators-sub-buttons .top-button {
	color: #4e82fe;
	white-space: nowrap;
	padding: 5px 15px;
	font-weight: 500;
}

.indicators-sub-buttons .top-button._active {
	background-color: rgba(78, 130, 254, .1);
	border-radius: 30px;
}

.indicators-sub-buttons:not(._active) {
	display: none;
}

.indicators-inner {
	position: relative;
}

.indicators-table {
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	display: inline-block;
}

.table-scroll-wrapper {
	overflow-x: auto;
	overflow-y: hidden;
	margin-top: 15px;
}

.table-scroll-wrapper::-webkit-scrollbar {
	height: 8px;
	background-color: #ffffff;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb {
	background-color: #4e82fe;
	border-radius: 9em;
}

.table-scroll-wrapper::-webkit-scrollbar-thumb:hover {
	background-color: #385bae;
}

.sort-ind {
	display: inline-block;
	width: 1em;
	text-align: center;
	opacity: 0;
	transition: opacity .12s ease;
}

.indicators-table table {
	border-collapse: collapse;
	width: 100%;
}

.indicators-table th {
	background-color: #f9f9f9;
	font-weight: bold;
	vertical-align: top;
}

.indicators-table th, .indicators-table td {
	padding: 15px;
	text-align: left;
	border-bottom: 1px solid #e0e0e0;
}

.indicators-table tr:hover {
	background-color: #f5f7fa;
	cursor: pointer;
}

.indicators-table td.highlight {
	color: #28a745;
}

.indicators-table td.highlight.negative {
	color: #ff7f7c;
}

.indicators-table tr:hover td.highlight {
	font-weight: bold;
}

.indicators-table tbody tr:last-child td {
	border-bottom: none;
}

.indicators-table tbody td:first-of-type {
	font-weight: bold;
}

.tiny-trend {
	width: 138px;
	height: 28px;
	border-radius: 4px;
	background: linear-gradient(180deg, #fbfdff, #f7f9ff);
	border: 1px solid #e5e7eb;
}

.switch-search {
	font-weight: 500;
	margin-top: -15px;
	margin-bottom: 15px;
}

.indicators-seo-intro {
	margin: 0 0 18px;
	padding: 16px 18px;
	border: 1px solid #dbe6ff;
	border-radius: 12px;
	background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.indicators-seo-intro__text {
	margin: 0;
	font-size: 15px;
	line-height: 1.6;
	color: rgba(0, 0, 0, .78);
}

.indicators-seo-intro__links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 12px;
}

.indicators-seo-intro__links a {
	display: inline-flex;
	align-items: center;
	padding: 7px 12px;
	border-radius: 999px;
	background: rgba(78, 130, 254, .12);
	color: #2558cc;
	font-size: 13px;
	font-weight: 600;
	text-decoration: none;
}

.indicators-seo-intro__links a:hover {
	background: rgba(78, 130, 254, .18);
}

.bi-list {
	width: 1.2em;
	height: 1.2em;
	vertical-align: -4px;
	margin-right: 6px;
}

.pagination-wrapper {
	margin: 20px auto 0;
	max-width: max-content;
}

.pagination {
	display: flex;
	align-items: center;
	font-family: Arial, sans-serif;
	gap: 12px;
}

.pagination select {
	padding: 4px 6px;
	border-radius: 4px;
	border: 1px solid #ccc;
	font-size: 14px;
}

.pagination button {
	border: none;
	background: none;
	cursor: pointer;
	font-size: 16px;
	padding: 4px 6px;
	color: #333;
}

.pagination button:disabled {
	color: #aaa;
	cursor: default;
}

#search_by_indicator .selectbox_input {
	height: 45px;
	border: none;
}

.mx-n10 {
	margin-right: -10px;
	margin-left: -10px;
}

.mx-10 {
	margin-right: 10px;
	margin-left: 10px;
}

.my-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-5 {
	margin-bottom: 5px;
}

.me-10 {
	margin-right: 10px;
}

.ms-10 {
	margin-left: 10px !important;
}

.me-15 {
	margin-right: 15px !important;
}

.text-grey {
	color: rgba(0, 0, 0, .6);
}

.indicators-region-switch {
	margin: 15px 0 -14px;
	border: 1px solid #e0e0e0;
	padding: 15px 15px 5px;
	border-radius: 10px;
}

.region-button {
	padding: 10px 10px;
	margin-right: 15px;
	margin-bottom: 10px;
	border: 2px solid rgba(78, 130, 254, .2);
	border-radius: 10px;
	background: #fff;
	cursor: pointer;
}

.region-button.active {
	border: 2px solid rgba(78, 130, 254, .8);
}

.region-button:not(.active):hover {
	border: 2px solid rgba(78, 130, 254, .6);
}

.select-box {
	cursor: pointer;
	padding: 6px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	min-width: 100%;
	max-width: 100%;
	margin-bottom: 10px;
}

.region-wrapper-1, .region-wrapper-2 {
	display: inline-block;
}

.region-wrapper-1 {
	width: calc(100% - 230px);
}

.region-wrapper-2 {
	width: 223px;
	vertical-align: top;
}

.region-wrapper-2 #ls_regions2 {
	border: 1px solid #ccc;
}

@media (max-width: 575px) {
	.region-wrapper-1, .region-wrapper-2 {
		width: 100%;
	}
}

.indicators-content__title {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 5px;
	line-height: 1.19048;
}

.content.indicators.symbol .wrapper {
	max-width: 880px;
	margin-left: auto;
	margin-right: auto;
}

.ticker-change-period-button, .ticker-change-graph-button {
	margin: 10px 10px 10px 0;
	padding: 5px 10px;
	display: inline-block;
	border: 2px solid #fff;
	border-radius: 6px;
	cursor: pointer;
}

.ticker-change-period-button.not-active, .ticker-change-graph-button.not-active {
	border: 2px solid rgba(78, 130, 254, .2);
	color: #4e82fe;
}

.ticker-change-period-button.not-active:hover, .ticker-change-graph-button.not-active:hover {
	border-color: rgba(78, 130, 254, .8);
}

.symbol-block ul {
	margin: 5px 0 10px 15px;
	line-height: 1.55;
	padding: 0;
}

.symbol-block li {
	margin-bottom: 10px;
}

#chart-container-line {
	margin: 0 10px 0 -10px;
}

.news-wrapper {
	padding-top: 15px;
	position: relative;
}

.news-title {
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 5px;
}

.news-block {
	padding: 15px 0;
	width: 100%;
	display: inline-block;
	margin-bottom: -15px;
}

.news-content {
	border: 1px solid #bbb;
	border-radius: 6px;
	padding: 10px;
}

.open_in_search {
	color: rgba(0, 0, 0, .6);
	text-decoration: underline;
}

.hint-table {
	position: absolute;
	padding: 20px;
	border-radius: 0 10px 10px 10px;
	background: white;
	border: 1px solid silver;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	width: 300px;
	max-width: calc(100vw - 30px);
	max-height: calc(100vh - 30px);
	overflow: auto;
	z-index: 10;
}

.search #search_by_indicator + svg {
	width: 25px;
	height: 25px;
	cursor: pointer;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
}

.search #search_by_indicator + svg:hover path, .search #search_by_indicator + svg:hover line {
	stroke: #5B83F6;
}

.report-nav {
	margin: -20px -60px 15px -60px;
}

.symbol-inner {
	width: 49%;
	display: inline-block;
	margin-right: 6px;
	vertical-align: top;
}

.symbol-block {
	width: 100%;
	display: block;
	padding: 15px;
	border: 1px solid #ccc;
	border-radius: 10px;
	margin-bottom: 20px;
}

.symbol-inner:nth-of-type(2n+1) {
	margin-right: 0;
	margin-left: 6px;
}

.symbol-table {
	width: 100%;
	border-collapse: collapse;
}

.symbol-table tr:not(:last-child) {
	border-bottom: 1px solid #eee;
}

.symbol-table td {
	padding: 10px;
}

@media (max-width: 1200px) {
	.report-nav {
		margin: -20px -25px 15px -25px;
	}

	.symbol-inner {
		width: 100%;
		display: block;
		margin: 15px 0 !important;
	}
}

@media (max-width: 575px) {
	.report-nav {
		margin: -20px -15px 15px -15px;
	}

	.indicators-seo-intro {
		padding: 14px;
	}
}
