<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border-blue{
	border: 1px solid #547A95 !important; 
}
#secondary .item{
	padding:0px 15px 15px 15px;
}

.ui-icon {
  font-family: 'FontOsp', 'FontAwesome' !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-indent: 0px !important;
  font-size: 16px;
  color: #333333;
  overflow: visible !important;
  background-repeat: no-repeat;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next span {
	left: 0px !important;
	display: block;
	font-weight: 700;
}
/*Calendar portlet common styles for datepicker calendar*/
#main-calendar {
    z-index:1;
	position:relative;
  }
#main-calendar .ui-datepicker-inline {
  padding: 0;
  width: 100% !important;
border: none !important; 
  }
#main-calendar .ui-icon-circle-triangle-e::before {
  content: "\f105";
	line-height: 25px;
	font-size: 16px;
}
#main-calendar .ui-icon-circle-triangle-w::before {
  content: "\f104";
	line-height: 25px;
	font-size: 16px;
}
  #main-calendar .ui-datepicker-inline .ui-datepicker-header {
    border-radius: 0px !important; 
}

#main-calendar .ui-datepicker-inline td a {
  	text-align:center !important;
    color: #547A95;
    font-weight: 600;
	font-size: 1.0rem;
    width: 40px;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0 !important;
  	border-radius: 4px;
  	background-color: #fff;
    border: 1px dotted #547A95; 
}
#main-calendar .ui-datepicker .ui-datepicker-header {
  padding: 0;
  background-color: #547A95;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; 
}
  #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all,
  #main-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    position: relative;
    height: 25px; 
}
  #main-calendar .ui-datepicker .ui-datepicker-header .ui-icon {
  	font-size: 0px;
  	margin: 0;
  	padding: 0;
  	top: 0;
  	right: -3px !important;
  	left: auto !important;
    position: relative; 
}
  #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #ffffff;
    border-radius: 4px !important;
    margin: 12px 15px 12px 15px; }
    #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all.ui-state-hover {
      background-color: #01D6F3; }
    #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all:first-child {
      margin-right: 3px; }
    #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all:nth-child(2) {
      margin-left: 3px; }
    #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all span {
      color: #547A95; }
      #main-calendar .ui-datepicker .ui-datepicker-header .ui-corner-all span::before {
        line-height: 25px; }
  #main-calendar .ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    line-height: 50px;
    margin-left: 0;
    color: #28286e;
    font-weight: 700; }
  #main-calendar .ui-datepicker .ui-datepicker-header span {
  	color:#fff;
    top: 0; }
#main-calendar .ui-datepicker-calendar {
  margin: 5px 0 10px 0;
  padding: 0 10px;
  border-collapse: separate;
  min-height: 195px; 
}

#main-calendar .ui-datepicker-calendar thead tr,
#main-calendar .ui-datepicker-calendar tbody tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 0; 

}

#main-calendar .ui-datepicker-calendar thead tr th,
#main-calendar .ui-datepicker-calendar thead tr td,
#main-calendar .ui-datepicker-calendar tbody tr th,
#main-calendar .ui-datepicker-calendar tbody tr td 
{
      min-width: 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; 
}
#main-calendar .ui-datepicker-calendar thead tr th:hover a,
#main-calendar .ui-datepicker-calendar thead tr td:hover a,
#main-calendar .ui-datepicker-calendar tbody tr th:hover a,
#main-calendar .ui-datepicker-calendar tbody tr td:hover a 
{
    background-color: #547A95;
    color: white;
    border-radius: 4px; 
}
#main-calendar .ui-datepicker-calendar .hasEvent:before 
{
    display: none; 
}
#main-calendar .ui-datepicker-calendar .hasEvent a 
{
    border: 1px solid #f7bec3;
    border-radius: 4px; 
}
#main-calendar .ui-datepicker-calendar .ui-datepicker-current-day a 
{
    background-color: #547A95; /* #03A5CB; */
    color: white;
    border: 1px solid #547A95;
    border-radius: 4px; 
}
#main-calendar .ui-datepicker-calendar .ui-datepicker-current-day:hover a 
{
    background-color: #547A95; 
}
 #main-calendar .ui-datepicker-calendar span 
 {
    color: #547A95; /* #a0a0a0; */ 
}
#main-calendar .ui-datepicker-calendar .noItem a
{
  	background-color: #F2F4F4;
	color: #4D4D4D;
	border: 1px dotted #CBCBCB;
}
.boosting-list-tab .stats-slider 
{
	display:block;
}
.stats-slider.owl-carousel .owl-nav button.owl-prev {
	position:absolute;
	left:-25px;
	top:30%;
	font-size:24px;
}
.stats-slider.owl-carousel .owl-nav button.owl-next {
	position:absolute;
	right:-25px;
	top:30%;
	font-size:24px;
}
.boosting-list-tab .stats-slider.tabs li {
	max-width: none;
	min-height:160px;
	background-color:#F2F4F4;
}
.about-section .row {
	margin-left: calc(-.4 * var(--bs-gutter-x));
}

.list-inline-item a {
	color: white;    	
}

.list-inline-item a span {
	padding-right: 5px;   	
}

.banner-btn a {
  display: inline-block;
  font-size: 1.25rem;
  color: #ffffff;
  font-weight: 500;
  position: relative;
  z-index: 1;
  margin-left: 25px;
  transition: 0.5s;
  text-transform: none;
}


.inner-icon {    
    transition: 0.5s;
    display: inline-block;
    font-size: 30px;    
    line-height: 50px;    
    color: #fff; 
	padding:0px 10px 0px 0px;
	vertical-align: middle;   
}

.inner-icon-sm {    
    transition: 0.5s;
    display: inline-block;
    font-size: 20px;    
    line-height: 30px;    
    color: #547A95; 
	padding:0px 5px 0px 0px;
	vertical-align: middle;   
}

.key-icon {    
    transition: 0.5s;
    display: inline-block;
    font-size: 20px;    
    line-height: 30px;    
    color: #547A95; 
	padding:0px 10px 0px 0px;
	vertical-align: middle;   
}

.up {
    color: #76B776;  
}

.down {
    color: #BC1F3B;  
}


.always-center {
	align-items: center !important;
	justify-content: center !important;
}

.tab-category ul li {
	margin:5px;
	border: 1px solid #547A95;
    background: none !important;	
}

.boosting-list-tab .tabs li a span {
	line-height:22px;
}

.blog-inner-image {
	height:110px;
	float:left;
	margin-right:10px;"	
}

.quality-table ul li {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
    line-height: 1.8;
    color: #323232;
    margin-bottom: 5px;
}

.nice-select {
	width: 100% !important;
}

.btn-outline-primary {
    color: #0576b9;
    border-color: #0576b9;
	font-size:14px;
}

.btn-outline-primary:hover {
    color: #0576b9;
    border-color: #0576b9;
}

.btn-secondary {
	font-size:14px;
}
.product-details-area .form-select {
	--bs-form-select-bg-img: none;
	line-height: 25px;
}
.nice-select.open .list {
	width:100%
}

/*================================================
Calendar
=================================================*/
#calendar .fc-daygrid-event {
	white-space: normal;
}
#calendar .fc-event, .fc-event-dot {
	background-color: #fff;
	position: relative;
    overflow: hidden;
}
#calendar .fc-list-event-graphic {
	display:none;
}
.fc .fc-button {
	padding:0 0.6em;
}

.release-calendar .fc-day-grid-event .fc-content {
	white-space: normal;
}

.release-calendar .fc .fc-daygrid-day-frame {
    position: relative;
    min-height: 100%;
}

.release-calendar .fc .fc-h-event {
    background: #fff !important;
    border: 2px solid #547A95 !important;
    border-radius: 8px !important;
    margin-bottom: 5px;
    padding: 10px !important;
}

.release-calendar .fc-event {
    position: relative;
    display: block;
    font-size: 0.85em;
    line-height: 1.3;
    border-radius: 3px;
    border: 1px solid #547A95;
    font-weight: 400;
}

.release-calendar .fc-event,
.release-calendar.fc-event-dot {
    background-color: #fff;
	color: #547A95;
	padding:10px;
	margin:10px;
	line-height: 26px;
}

.release-calendar .fc-button-primary,
.release-calendar .fc-button-active {
	background-color: #547A95 !important;
	color: white !important;;
}

.release-calendar .fc-button-active ,
.fc-today-button{
	background-color: #6CAFD8 !important;
	color: black !important;
}

.release-calendar .fc-icon {    
    top: -0.09em !important;
}


.release-calendar .fc .fc-list-event-dot {
    display:none;
}

.release-calendar  .fc-list-event-graphic {
	display:none;
}

.fc .fc-list-table tbody tr th {
	background-color: #547A95 !important;
	color: white;
}

.fc-direction-ltr .fc-list-day-text, .fc-direction-rtl .fc-list-day-side-text,
.fc-list-day-side-text {
	color: white;
}

.release-calendar .fc-list-event-graphic,
.release-calendar .fc-list-event-time {
	display:none;
}

.fc-list-event-title a[href]:hover {
    text-decoration: underline;
	background-color:none !important;
}

.fc .fc-daygrid-event-harness {
	padding: 15px;
}

.particles-form {
    position: relative;
    z-index: 2;
}

.particles-form__input {
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.03);
    border-radius: 6px;
    border: none;
    width: 100%;
    padding: 26px 96px 26px 30px;
    height: auto;
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-hyphens: none;
    -ms-hyphens: none;
    hyphens: none;
}

.particles-form__search-button {
    border-radius: 0 6px 6px 0;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    padding: 0 24px 0 24px;
    border: none;
    font-size: 32px;
}

.particles-form__search-button {
    color: #fff;
    background-color: #b0063d;
    border-color: #b0063d;
}


.stats-slider.owl-carousel .owl-nav button.owl-prev,
.stats-slider.owl-carousel .owl-nav button.owl-next {
	color: #547A95;
}

.ui-widget-header {
	background: #547A95;
	color: #fff;
}
.ui-datepicker-calendar .ui-state-active {
	background: #547A95;
}

.canvas {
	display: block;
	position:absolute;
	top:0;
	left:0;
}


.autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
	width:100%;
}

.autocomplete-items {
  position: absolute;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;  
}

::placeholder {
  font-style: italic;
  font-size: 0.95rem;
  color: mintcream;  
  padding: 5px;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff;
  border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9;
}
.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important;
  color: #ffffff;
}

.owl-theme .owl-nav.disabled+.owl-dots{
	margin-top: -10px;
}
.progress-indicator.stacked &gt; li .bubble::after, .progress-indicator.stacked &gt; li .bubble::before {
  left: 0;
  margin-left: 24px;
  width: 0;
  height: 100%;
  border: 2px solid;
  margin-top: -38px;
}

.progress-indicator.stacked &gt; li .bubble::after, .progress-indicator.stacked &gt; li .bubble::before {
  left: 0;
  marg
  width: 0;
  height: 100%;
  border: 2px solid;
  margin-top: -38px;
}
.progress-indicator.stacked .stacked-text {
  top: 0;
  left: 0;
  margin-left: 40px;
  width: 200% !important;
  display: inline-block;
  text-align: left;
  line-height: 1.2em;
  text-indent: 0;
  margin-top:5px !important;
  text-transform: uppercase;
}
.progress-indicator.stacked &gt; li {
  text-indent: -8px;
  text-align: center;
  display: block;
}
.progress-indicator.stepped.stacked {
  width: 48%;
  display: inline-block;
}
.progress-indicator {
  margin: 0 0 1em;
  padding: 0;
  font-size: 100%;
}
.progress-indicator &gt; li .bubble {
  border-radius: 1000px;
  width: 50px;
  height: 50px;
  background-color: #bbb;
  display: block;
  border: 3px solid #547A95;
}
.progress-indicator &gt; li.warning .bubble, .progress-indicator &gt; li.warning .bubble::after, .progress-indicator &gt; li.warning .bubble::before {
  background-color: #FFF;
  /* border: 3px solid #007FAD; */
}
.progress-indicator &gt; li {
  list-style: none;
  text-align: center;
  width: auto;
  padding: 0;
  margin: 0;
  position: relative;
  text-overflow: ellipsis;
  color: #bbb;
  display: block;
}
.progress-indicator &gt; li .bubble::after, .progress-indicator &gt; li .bubble::before {
  display: block;
  position: absolute;
  top: 85px;
  width: 100%;
  height: 3px;
  content: '';
  background-color: #bbb;
}
.progress-indicator.stacked &gt; li {
  text-indent: -7px;
  text-align: center;
}
.progress-indicator {
  font-size: 100%;
}
.progress-indicator.stepped.stacked &gt; li .bubble {
  padding: 0.9em;
}
.progress-indicator .about-area-content p {
  margin: 6px 0 0 0;
}
.about-area-content p {
  margin:0px;
}
.img-thumbnail {
	border:0px;
}
.blog-page-area .blog-image {
	border-bottom:0px;
}
.blog-details-desc .article-image {
	text-align:center;
}
.owl-carousel .owl-item img {
	width:auto;
}
.inner-tabs {
	flex: 0 0 23% !important;
	margin-top:20px;
}

.nsi-page a {
	color: #2277bb;
	text-decoration: underline;
} 

.nsi-page ul,li,
.nsi-page ul,li a {
  font-size: 15px;
  color: #323232;	
  font-weight: 400;
} 

.nsi-page span {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
  /*text-transform: uppercase;*/
}

.nsi-page div {
  font-size: 15px;
  color: #323232;
  font-weight: 400;
}

.nsi-page table {
	margin-top:15px;
	margin-bottom:15px;
} 

.nsi-page table, table&gt;tbody&gt;tr&gt;td, table&gt;tbody&gt;tr&gt;th, table&gt;tfoot&gt;tr&gt;td, table&gt;tfoot&gt;tr&gt;th, table&gt;thead&gt;tr&gt;td, table&gt;thead&gt;tr&gt;th {	
    border: 1px solid #ddd;
	font-size: 14px;
    color: #323232;
    font-weight: 400;
	padding: 5px;
}
.nsi-page table&gt;tbody&gt;tr&gt;td 
.nsi-page table&gt;tbody&gt;tr&gt;td&gt;div {
	font-size: 14px;
    color: #323232 !important;
    font-weight: 400;
	padding:5px !important;
}

.nsi-page  thead tr, .table thead tr {
	background-color: #eee;
}
.nsi-page p {
	margin:0px;
	padding:5px;
}
.inner-tabs {
  flex: 0 0 23% !important;
  margin-top: 20px;
}
/** Chart Tabs **/
.charts_tabs {
    list-style-type: none;
    margin-bottom: -1px;
    padding-left: 0;
}
.charts_tabs li {
    display: block;
    line-height: initial;
    /**margin-right: 5px;**/
	width: 100%;
}
.charts_tabs li a {
    display: block;
    position: relative;
    text-transform: uppercase;
    color: #547A95;
    border: 1px dashed #eeeeee;
    text-decoration: none;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 20px;
    padding-left: 20px;
    font-weight: 700;
    font-size: 14px;
}
.charts_tabs li a:hover, .charts_tabs li a:focus {
    color: #ffffff;
    background-color: #547A95;
    border-color: #547A95;
}
.charts_tabs li.current a {
    color: #ffffff;
    background-color: #547A95;
    border-color: #547A95;
}
.charts_tabs li:last-child {
    margin-right: 0;
}
.charts_tabs_content {
    border: 1px dashed #eeeeee;
    padding: 30px;
}
.charts_tabs_content .charts_tabs_item {
    display: none;
}
.charts_tabs_content .charts_tabs_item:first-child {
    display: block;
}
.survey-block {
  text-align: center;
  background-color: #547A95;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 30px;
}
.survey-block p{
  color: #fff;
  text-align: left;
  font-size: 15px;
}
.survey-block h2{
  color: #fff;
  text-align: left;
  font-size: 20px;
}
.survey-block hr{
  color: #fff;
}
.survey-block-content {
  text-align: justify;
}
.survey-question {
  background-color: #f7f5fd;
  padding: 30px;
  position: relative;
  border-radius: 10px;
  transition: 0.5s;
  margin-bottom: 15px;
}
.nice-select {
  line-height: 28px;
}
.survey-label {
  margin-bottom: 10px;
  padding-left: 0px !important;
  color: #323232;
}
.resize-vertical {
  width: 100%;
}
.survey-btn .send-btn-one {
  text-transform:none;
  margin-bottom:15px;
}

.survey-btn .send-btn-one {
  display: inline-block;
  padding: 12px 32px;
  color: #ffffff;
  background-color: #547A95;
  border: 1px solid #547A95;
  transition: 0.5s;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 500;
}

/* .survey-block-content p {
  font-size: 14px;
  color: #323232;
  font-weight: 400;
} */

.survey-question label {
  color: #323232;
  padding:2px;
}

div.dt-buttons &gt; .dt-button, div.dt-buttons &gt; div.dt-button-split .dt-button {
  display: inline-block !important;
  padding: 5px 12px !important;
  color: #ffffff !important;
  background-color: #547A95 !important;
  border: 1px solid #547A95 !important;
  transition: 0.5s !important;
  border-radius: 30px !important;
  font-size: 12px !important;  
}

label {
  color: #323232;
  padding:2px;
} 

div.dt-container .dt-search input {
	
}

.download-sdmx {
	padding:5px;
}
.with-errors {
	color:red;
}
.lightbox {
	z-index:99999;
}


.hotnews-container {
  background-color: #547A95;
  color: white;
  font-size: 20px; /* РїРѕ-РјР°Р»СЉРє С€СЂРёС„С‚ Р·Р° РјРѕР±РёР»РЅРё */
  font-weight: bold;
  padding: 10px;
  white-space: normal;     /* вњ… РїРѕР·РІРѕР»СЏРІР° РїСЂРµРЅР°СЃСЏРЅРµ */
  overflow: visible;       /* вњ… РЅРµ РєСЂРёРµ С‚РµРєСЃС‚Р° */
  text-align: center;
  word-break: break-word;  /* вњ… РїСЂРё РЅСѓР¶РґР° РїСЂРµРєСЉСЃРІР° РґСѓРјРёС‚Рµ */
}


.hotnews-text {
    display: inline-block;
    /*animation: scrollNews 20s linear infinite;*/
}

.hotnews-text a{
    color: white;
	margin-right:100px;
}

.hotnews-container:hover .hotnews-text {
  /*animation-play-state: paused;*/
}

@keyframes scrollNews {
 0% {
  transform: translateX(100%);
}
 100% {
   transform: translateX(-100%);
 }
}

.cookie-disclaimer {
  background: rgba(84, 122, 149, 0.8);
  color: #FFF;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 150px;
  position: fixed;
}
.cookie-disclaimer p,.cookie-disclaimer a{
  color: #FFF;
}
.cookie-disclaimer .container {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.cookie-disclaimer .cookie-close{
  float: right;
  padding: 10px;
  cursor: pointer;
}
.cookie-disclaimer .btn-success{
  background-color: #547A95;
	opacity: 1;
	border-color: #547A95;
}

/* Stats icons */
.stat-area-business {
  background-image: url(../img/stats-area/business.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-business {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}


.stat-area-tax {
  background-image: url(../img/stats-area/tax.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-tax {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-demography {
  background-image: url(../img/stats-area/demography.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-demography {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-indicators {
  background-image: url(../img/stats-area/indicators.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-indicators {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-macro {
  background-image: url(../img/stats-area/macro.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-macro {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-environment {
  background-image: url(../img/stats-area/environment.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-environment {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-regional {
  background-image: url(../img/stats-area/regional.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-regional {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

.stat-area-agriculture {
  background-image: url(../img/stats-area/agriculture.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}

.option i.stat-area-agriculture {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 20px;
  width: 20px;
}

/* Key indicators icons */
.key-inflation {
  background-image: url(../img/key-indicators/key-inflation.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 42px;
}

i.key-inflation {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 42px;
}

.key-population {
  background-image: url(../img/key-indicators/key-population.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 56px;
}

i.key-population {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 56px;
}

.key-bvp {
  background-image: url(../img/key-indicators/key-bvp.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 56px;
}

i.key-bvp {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 56px;
}

.key-employment {
  background-image: url(../img/key-indicators/key-employment.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 60px;
}

i.key-employment {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 60px;
}

.key-unemployment {
  background-image: url(../img/key-indicators/key-unemployment.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 61px;
}

i.key-unemployment {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 61px;
}

.key-production {
  background-image: url(../img/key-indicators/key-production.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 74px;
}

i.key-production {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 74px;
}

.key-producer {
  background-image: url(../img/key-indicators/key-producer.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 40px;
  width: 40px;
}

i.key-producer {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 59px;
}

.key-builder {
  background-image: url(../img/key-indicators/key-builder.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 72px;
}

i.key-builder {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 72px;
}

.key-trade {
  background-image: url(../img/key-indicators/key-trade.png);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 48px;
  width: 56px;
}

i.key-trade {
  display: inline-block; 
  margin-right: 10px; 
  vertical-align: middle; 
  height: 48px;
  width: 56px;
}

.custom-right-align {
	text-align: right !important;
}

/* Data tables css */

#ttitle, #ttitle1{
  font-weight: 600 !important;  
  text-transform: uppercase;
  text-align: left;
  margin-top:1.2em;
}

.nsit0 td, .nsit1 td, .nsit2 td, .nsit3 td {
    text-align: right;
}

table.dataTable thead th {
    text-align: center !important;
}

table.dataTable thead .hleft,
table.dataTable tr .left_top {
    text-align: left !important;
}

table.dataTable tr .left_top {
    text-align: left !important;
}

.nsit0,
.nsit1,
.nsit2,
.nsit3 {
	width: 100%;
}

.nsit0 table thead tr th, 
.nsit1 table thead tr th, 
.nsit2 table thead tr th, 
.nsit3  table thead tr th {
    text-align: center;
}

.nsit3 table.dataTable &gt; tfoot &gt; tr &gt; td.footnote, 
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; th.tinfo, 
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; td.tinfo
{
  text-align: left;
  vertical-align:top;
  font-weight: normal !important;
  text-transform: lowercase !important;
}


.nsit3  table.dataTable &gt; tbody &gt; tr &gt; th.tinfoB, 
.nsit3  table.dataTable &gt; tbody &gt; tr &gt; td.tinfoB 
{
  text-align: left;
  vertical-align:top;
  font-weight: bold !important;
	text-transform: lowercase !important;
}

.nsit3 table.dataTable &gt; tbody &gt; tr &gt; th.tanex, 
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; td.tanex {
	text-align: right;
	font-weight: normal !important;
	text-transform: lowercase !important;
}
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; th.boldt, 
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; td.boldt,
table.dataTable &gt; tbody &gt; tr &gt; td.boldt,
.nsit3 table &gt; tbody &gt; tr &gt; th.boldt,
.boldt  {
	text-align: left !important;
	font-weight: bold !important;
}
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; th.bold, 
.nsit3 table.dataTable &gt; tbody &gt; tr &gt; td.bold,
table.dataTable &gt; tbody &gt; tr &gt; td.bold,
.nsit3 table &gt; tbody &gt; tr &gt; td.bold,
.bold  {
	font-weight: bold !important;
}
.nsit3 table.dataTable &gt; thead &gt; tr &gt; th.hleft, 
.nsit3 table.dataTable &gt; thead &gt; tr &gt; td.hleft, 
.nsit3 table.dataTable &gt; thead &gt; tr &gt; th.left_top, 
.nsit3 table.dataTable &gt; thead &gt; tr &gt; td.left_top,
.nsit3 td.left_top,
table.dataTable &gt; thead &gt; tr &gt; th.hleft,
table &gt; thead &gt; tr &gt; th.hleft  
{
  text-align: left !important;
  /*font-weight: normal !important;*/
}

.tinfo, .tinfoB, td.footnote {
    text-align: left;
}

.nsit3 table.dataTable &gt; thead &gt; tr &gt; th.hright, 
.nsit3 table.dataTable &gt; thead &gt; tr &gt; th.hright,
table.dataTable &gt; thead &gt; tr &gt; th.hright,
.hright{
  text-align: right !important;
}

table.dataTable tr .center_top {
    text-align: center !important;
}

#tannex {
    text-align: right;
    font-size: 14px;
}

#contactForm .nice-select .current {
	width:100%;
	display:block;
	overflow:hidden;
}

.active {
	font-weight: bold;
}

.map_update_region ul {
    list-style: none;
    /*padding-left: 0;
    margin: 0; */
}

.map_update_region li {
    list-style: none;
}

.map_update_region input[type="radio"] {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    width: 15px;
    height: 15px;
    border: 2px solid #555;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: white;
    transition: all 0.3s ease;
	top:2px;
}

.map_update_region input[type="radio"]:checked {
    border-color: #6a6c72; 
}

.map_update_region input[type="radio"]:checked::before {
    content: "";
    width: 10px;
    height: 10px;
    background-color: #007bff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.map_update select,
.map_update_region select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: white;
    border: 1px solid #555;
    padding: 8px 12px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    transition: all 0.3s ease;
	min-width: 30%;
}

.map_update_region select:hover {
    border-color: #007bff;
}

.map_update_region select:focus {
    border-color: #0056b3;
    box-shadow: 0 0 5px rgba(0, 91, 187, 0.5);
}

.map_update {
	padding-top:10px;
}

.article-content a {
  text-decoration: none;
  transition: 0.5s;
  outline: 0 !important;
  color: #2277bb;
  line-height:20px;
}

.ui-icon,
.ui-widget-content .ui-icon {
	background-image: none;
}

.white-datepicker.ui-datepicker .ui-icon,
.white-datepicker.ui-datepicker .ui-widget-content .ui-icon {
	background-image: url("../img/ui-icons_444444_256x240.png");
}

.white-datepicker.ui-datepicker .ui-datepicker-prev span, 
.white-datepicker.ui-datepicker .ui-datepicker-next span
{
	color: white !important;
	font-size:14px;
}

.white-datepicker.ui-datepicker .ui-datepicker-next span {
	margin-left: 6px;
}

.white-datepicker.ui-state-hover, 
.white-datepicker.ui-widget-content .ui-state-hover {
	background-color:white;
}

.white-datepicker.ui-state-default, 
.white-datepicker.ui-widget-content .ui-state-default {
	background-color:white;
	text-align:center;
	top:2px;
}
.element-error {
    display: block;
    color: red;
}
.contact-area .faq-accordion a{
	color:#2277bb;
}
.left-menu-btn {
	display:none;
	padding: 12px 32px;
	color: #ffffff;
	background-color: #547A95;
	border: 1px solid #547A95;
	transition: 0.5s;
	border-radius: 30px;
	font-size: 16px;
	font-weight: 500;
	margin-bottom:20px;
}
.newsImgHolder {
	width:600px;
	margin:0 auto;
}
@media (max-width: 900px) {
    .stats-data {
        width: 100%;
    }
    
	.statsMenu {
		display:none;
	}
	.newsFilters {
		display:none;
	}
	.left-menu-btn {
		display:block;
	}
	.newsImgHolder {
		width:auto;
	}
	.container, .container-sm {
    	max-width:100% !important;
    }
    .leftMenu {
		display:none !important;
    }
}
@media (max-width: 450px) {
	.product-details-area #statsId .option {
		width:380px;
		white-space: normal;
		line-height:25px;
		min-height:30px;
	}
	.blog-details-desc .nice-select .option {
		width:380px;
		white-space: normal;
		line-height:25px;
		min-height:30px;
	}
}

.stats-slider.owl-carousel .owl-nav button.owl-prev, 
.stats-slider.owl-carousel .owl-nav button.owl-next {
	color: white;
}

a.links-btn-one {
  display: block;
  margin-bottom: 8px;
  padding: 10px 15px;
  background-color: #f0f4f8;
  border-left: 4px solid #547A95;
  border-radius: 4px;
  color: #2b3e50;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s, border-left 0.3s;
}

a.links-btn-one:hover {
  background-color: #dbe9f4;
  border-left: 4px solid #2b3e50;
  color: #1a1a1a;
}

.icycharts {
	width:100%;
}
#statsId.form-select {
	--bs-form-select-bg-img: none;
}
</pre></body></html>