

/* Start:/local/templates/dt2025/components/bitrix/search.title/header/style.css?17056224002639*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:205;
	background-color: var(--bs-body-bg);
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item .icon {
    display: inline-block;
    vertical-align: middle;
    width: 1em;
    height: 1em;
    /*fill: var(--bs-danger);*/
}

table.title-search-result td.title-search-item .icon.icon-profile {
    display: inline-block;
    vertical-align: middle;
    width: 0.8em;
    height: 0.8em;
    /*fill: var(--bs-danger);*/
}
table.title-search-result td.title-search-item .svg-wrap {
	width: 18px;
	display: inline-block;
	text-align: center;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/dt2025/components/bitrix/search.title/header/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */


/* Start:/local/templates/dt2025/components/bitrix/menu/header/style.css?1773342905818*/
/* Добавьте в ваш style.css */
.js1-select-region {
    position: relative;
    transition: all 0.2s ease;
}

.js1-select-region:hover {
    color: #d73333;
}

.js1-select-region.loading {
    opacity: 0.6;
    pointer-events: none;
}

.js1-select-region.loading::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    border: 2px solid #d73333;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    to {
        transform: translateY(-50%) rotate(360deg);
    }
}

/* Выделение активного региона */
.js1-select-region.active {
    font-weight: bold;
    color: #d73333;
}
/* End */


/* Start:/local/templates/dt2025/styles.css?17775324593414*/
/*Белорусские экспортные индикативы*/
.bel-card {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    transition: all 0.2s ease;
}

.trend-up, .trend-down, .trend-neutral {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  vertical-align: middle;
}

.trend-up::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #28a745;
  top: 0;
  left: 0;
}

.trend-down::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #dc3545;
  top: 2px;
  left: 0;
}

.trend-neutral::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #6c757d;
  top: 1px;
  left: 2px;
}

.trend-percent {
  font-size: 0.9em;
  vertical-align: middle;
}

.trend-up + .trend-percent {
  color: #28a745;
}

.trend-down + .trend-percent {
  color: #dc3545;
}

.trend-neutral + .trend-percent {
  color: #6c757d;
}

.bel-name {
  font-weight: 500;
  font-size: 1rem;
  color: #495057;
}

.bel-price {
  font-weight: 600;
  font-size: 1.25rem;
  color: #212529;
}

.bel-change {
  font-size: 0.9rem;
}

.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

/* Стили для блока gdt-index */
.gdt-card {
    border: 1px solid #dee2e6;
    border-radius: 0.5rem;
    height: 100%;
    min-height: 150px;
    transition: all 0.3s ease;
  }
  
  .gdt-name {
    font-weight: 500;
    font-size: 1rem;
  }
  .gdt-price {
    font-weight: 600;
    font-size: 1.5rem;
  }
  .gdt-price-r {
    font-weight: 600;
    font-size: 1rem;
  }
  .gdt-change {
    font-size: 0.9rem;
  }
  /* Общие стили для индикаторов */
.gdt-trend-up, .gdt-trend-down, .gdt-trend-stable {
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 4px;
  position: relative;
  vertical-align: middle;
}

.gdt-trend-up::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 10px solid #28a745;
  top: 0;
  left: 0;
}

.gdt-trend-down::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid #dc3545;
  top: 2px;
  left: 0;
}

.gdt-trend-stable::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 8px solid #6c757d;
  top: 1px;
  left: 2px;
}

.gdt-trend-percent {
  font-size: 0.9em;
  vertical-align: middle;
}

.gdt-trend-up + .gdt-trend-percent {
  color: #28a745;
}

.gdt-trend-down + .gdt-trend-percent {
  color: #dc3545;
}

.gdt-trend-stable + .gdt-trend-percent {
  color: #6c757d;
}
/* End */
/* /local/templates/dt2025/components/bitrix/search.title/header/style.css?17056224002639 */
/* /local/templates/dt2025/components/bitrix/menu/header/style.css?1773342905818 */
/* /local/templates/dt2025/styles.css?17775324593414 */
