/**
 * Custom CSS code goes here, this file has the highest priority from other stylesheets
 * version: 1.0
 */

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #051a53;
    color: white;
}

 #wp-chatbot-chat-container {
  z-index: 60 !important;
}

.elementor-widget-container p {
	padding: 0;
	margin: 0;
}

/* p {
  line-height: var(--line-height);
  font-weight: 500;
  margin: 0 0 2em;
} */

.doc-link span {
  color: #000 !important;
  transition: 0.2s all;
  font-weight: 400;
  font-family: var(--e-global-typography-6d5b75d-font-family), sans-serif;
}

.doc-link .doc-title {
  display: flex;
  padding: 5px 0;
  gap: 5px;
}

.doc-link:hover span {
  color: var(--e-global-color-accent) !important;
}

.page-container-docs {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 30px;
}

.page-container-docs .ItemsFilter-title h1 {
  margin: 0;
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-792d628-font-family), Sans-serif;
  font-size: var(--e-global-typography-792d628-font-size);
  font-weight: var(--e-global-typography-792d628-font-weight);
  line-height: var(--e-global-typography-792d628-line-height);
  letter-spacing: var(--e-global-typography-792d628-letter-spacing);
  word-spacing: var(--e-global-typography-792d628-word-spacing);
}

.btn-searchf {
  font-family: var(--e-global-typography-eb36ac4-font-family), Sans-serif;
  font-size: var(--e-global-typography-eb36ac4-font-size);
  font-weight: var(--e-global-typography-eb36ac4-font-weight);
  text-transform: var(--e-global-typography-eb36ac4-text-transform);
  line-height: var(--e-global-typography-eb36ac4-line-height);
  letter-spacing: var(--e-global-typography-eb36ac4-letter-spacing);
  word-spacing: var(--e-global-typography-eb36ac4-word-spacing);
  background-color: #051a53;
  border-radius: 20px 20px 20px 20px;
  color: #fff;
  border: none;
  display: flex;
  padding: 10px 30px 10px 30px !important;
  align-items: center;
}

.btn-searchf:hover {
  background-color: #D2AE6D;
  color: #fff;
}

.btn-searchf:focus {
  background-color: #051a53;
  outline: none;
}

.btn-searchf:focus-visible {
  background-color: var(--e-global-color-primary);
  outline: none;
}

.btn-searchf:active {
  background-color: var(--e-global-color-primary);
  outline: none;
}

.search-filters-body {
  position: relative;
  width: 100%;
}

.search-grid {
  display: flex;
  gap: 10px;
  height: auto;
  min-height: 42px;
}

.search-filter {
  display: flex;
  width: 300px;
  max-width: 300px;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 20px 20px 20px 20px;
  padding-right: 20px;
  align-items: center;
}

.year-search-filter {
	width: 120px !important;
	min-width: 120px !important;
	max-width: 120px !important;
}

.year-search-filter .custom-select-wrapper {
	width: 100% !important;
}

.year-search-filter .date-filters {
	width: 100% !important;
}

.year-search-filter .custom-select {
	width: 100% !important;
}

.search-select-filter {
  display: flex;
  width: 100%;
  flex-grow: 1;
  min-width: auto;
  border: 1px solid rgb(217, 217, 217);
  border-radius: 20px 20px 20px 20px;
  padding-right: 12px;
  align-items: center;
}

.search-select-filter .parent-category-filter {
	width: 100%;
}

.search-select-filter .institution-filter {
	width: 100%;
}


.search-select-filter .custom-select-trigger {
	display: -webkit-box;
    -webkit-line-clamp: 1;     
    -webkit-box-orient: vertical; 
    overflow: hidden;          
    text-overflow: ellipsis;  
}

.search-select-filter .custom-select-wrapper {
	 display: flex;
}

.search-select-filter .custom-options {
	min-width: 200px;
    width: auto;
}

.custom-options {
	z-index: 2;
	 height: auto; 
    max-height: 400px;
    overflow-y: auto; 
	overflow-x: hidden;
}

.search-select-filter .select2-selection {
	border: none !important;
	background: transparent;
	margin-left: 5px;
}

.select2-container--open .select2-dropdown {
	top: 15px;
	left: 10px;
}

.select2-container--default .select2-results>.select2-results__options {
	overflow-x: hidden;
}

.search-select-filter select {
	border: none !important;
	background: transparent !important;
}

/* .select2-dpn {
	border: none !important;
    background: white !important;
}

.select2-dpn .select2-dropdown--below {
	background: transparent !important;
    box-shadow: none !important;
    border: none !important;
} */

.select2-dpn-footer {
	top: 5px !important;
	left: 0 !important;
}

.select2 {
	min-width: 50px;
}

.search-grid .search-input {
  border: none;
  font-size: 16px;
  flex-grow: 1;
  border-radius: 20px 20px 20px 20px;
  background: transparent;
  font-family: var(--e-global-typography-eb36ac4-font-family), Sans-serif;
}

.search-filter select {
  display: none;
}

.search-grid .year-selectBody {
  border: none;
  text-align: center;
  font-size: 16px;
  border-radius: 20px 20px 20px 20px;
  appearance: none;
  position: relative;
  background: transparent;
  font-family: var(--e-global-typography-eb36ac4-font-family), Sans-serif;
}

.search-grid .year-selectBody option {
  text-align: start;
  font-family: var(--e-global-typography-eb36ac4-font-family), Sans-serif;
}

.search-grid .year-selectBody:focus {
  outline: none;
}

.search-grid .year-selectBody:focus-visible {
  outline: none;
}

.docs-pageSection {
  display: flex;
}

.docs-pageSection .ItemsFilter {
  width: 100%;
}

.docs-pageSectionTax {
  display: grid;
  gap: 60px;
  grid-template-columns: calc(30% - 30px) calc(70% - 30px);
  margin-bottom: 100px;
  padding-top: 10px;
}

.docs-pageSectionTax .search-grid .search-input {
  width: auto !important;
  border: none;
  border-radius: 0;
  flex-grow: 1;
}

.docs-pageSectionTax .ItemsFilter-wrapper {
  grid-column: 2 / span 1;
}

.docs-pageSectionTax .taxonomies-wrapper {
  grid-column: 1 / span 1;
  position: relative;
  display: block;
}

.docs-pageSectionTax .taxonomies-body {
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 2px;
  display: flex;
  flex-direction: column;
}

.docs-pageSectionTax .taxonomies-list {
  list-style-type: none;
  padding: 0;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 10px 15px;
  border-bottom: 1px solid #e8e8e8;
  word-break: break-word;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item a {
  color: var(--e-global-color-text);
  fill: var(--e-global-color-text);
  font-weight: 500;
  transition: all 0.2s;
  word-break: break-word;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item a:hover {
  color: var(--e-global-color-primary);
  fill: var(--e-global-color-primary);
  text-decoration: underline;
}

.docs-pageSectionTax .taxonomies-list .taxonomies-list-item:last-child {
  border: none;
}

.docs-page .ItemsFilter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 100px;
}

.docs-page .pagination {
  margin: 0
}

.docs-page .docs-list a .ItemsFilter-item {
  display: flex;
  flex-direction: row;
  --container-widget-width: initial;
  --container-widget-height: 100%;
  --container-widget-flex-grow: 1;
  --container-widget-align-self: stretch;
  --gap: 0px 0px;
  transition: all 0.2s;
  border-radius: 3px;
  padding: 10px;
  /* border: 1px solid #e8e8e8; */
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.35);
  min-height: 60px;
  align-items: center;
}

.docs-page .docs-list a .ItemsFilter-item:hover {
  display: flex;
  box-shadow: 0 0px 3px 2px rgba(0, 0, 0, 0.2);
}

.docs-page .docs-list a {
  color: var(--e-global-color-primary);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px !important;
  font-weight: 500;
}

.docs-page .docs-list a h2 {
  font-family: "Montserrat", Sans-serif;
  font-size: 16px !important;
  font-weight: 500;
  margin: 0;
  padding: 10px;
}

.docs-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search-input:focus,
.search-input:focus-visible {
  outline: 0;
  box-shadow: none;
}

.docs-list img {
  width: auto !important;
  max-height: 60px;
}

.docs-list .ItemsFilter-item {
  postion: relative;
  display: block;
}

.ItemsFilter-dateFromTo {
  display: flex;
  gap: 10px;
}

.ItemsFilter-dateFromTo input {
  border-color: #D9D9D9;
  border-radius: 0;
}

.docItem-body {
  display: flex;
  flex-direction: row;
  padding: 10px;
  min-height: 60px;
  box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.35);
  border-radius: 3px;
  align-items: center;
  transition: 0.3s all;
}

.docItem-body:hover .doc-title {
  text-decoration: underline;
}

.search-grid .date-filters {
  width: auto;
  flex-shrink: 0;
}

.docItem-body .doc-title {
  flex-grow: 1;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  align-self: stretch;
  display: flex;
  transition: 0.3s all;
  align-items: center;
}

.docItem-body .doc-image {
  flex-shrink: 0;
  padding: 10px;
  padding-right: 20px;
  align-self: stretch;
  border-right: 1px solid var(--e-global-color-primary);
  display: flex;
  align-items: center;
}

.docItem-body .doc-data {
  flex-shrink: 0;
  padding: 10px;
  padding-left: 20px;
  font-size: 16px;
  font-weight: 400;
  align-self: stretch;
  border-left: 1px solid var(--e-global-color-primary);
  display: flex;
  align-items: center;
}

/* news */

.newsItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  max-height: 270px;
  transition: 0.2s all;
}

.newsItem-body:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .16);
}

.news-block .docs-pageSection {
  width: 100%;
}

.news-block .page-container-docs {
  width: 100%;
}

.news-list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 30px;
}

.news-blockList .search-grid .search-input {
  width: 100%;
}

.newsItem-body .news-image {
  width: 440px;
  height: 270px;
  flex-shrink: 0;
}

.newsItem-body .news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.news-textBody {
  display: flex;
  flex-direction: column;
  margin: 20px;
  gap: 10px;
  /* display: -webkit-box; */
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-textBody .news-title {
  color: var(--e-global-color-text);
  font-family: "Montserrat", Sans-serif;
  font-size: 24px;
  font-weight: 500;
  height: auto;
  line-height: normal;
  flex-shrink: 0;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
}

.news-textBody .news-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

.news-textBody .news-info {
  display: flex;
}

.news-textBody .news-date {
  color: #A2A0A0;
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
}

/* end news */

/* public calls */
.pubItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  max-height: 260px;
  transition: 0.2s all;
}

.pubItem-body:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .16);
}


.pubItem-body .pub-description {
  display: flex;
  flex-direction: row;
  padding: 15px;
}

.pubItem-body .pub-textBody {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 15px;
}

.pubItem-body .pub-title {
  color: var(--e-global-color-text);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 23px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
}

.pubItem-body .pub-image {
  width: 175px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pubItem-body .pub-svg {
  border-right: 1px solid #E6E4E4;
}

.pubItem-body .pub-image .pub-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.pubItem-body .pub-image .pub-icone {
  width: 64px;
  height: 64px;
  object-fit: contain;
  object-position: center center;
}

.pubItem-body .pub-info {
  color: #A2A0A0;
  font-size: 16px;
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  width: 130px;
  flex-shrink: 0;
  display: flex;
  gap: 5px;
  border-left: 1px solid #E6E4E4;
  align-items: center;
  justify-content: center;
  padding-left: 15px;
}

.pubItem-body .pub-info svg {
  fill: #A2A0A0;
  --e-icon-list-icon-size: 14px;
  width: 14px;
  width: var(--e-icon-list-icon-size, 1em);
  height: var(--e-icon-list-icon-size, 1em);
}

.pubItem-body .pub-content {
  color: var(--e-global-color-text);
  font-family: var(--e-global-typography-text-font-family), Sans-serif;
  font-size: var(--e-global-typography-text-font-size);
  font-weight: var(--e-global-typography-text-font-weight);
}

/* end public calls */


/* Events */
.eventItem-body {
  display: flex;
  flex-direction: row;
  --min-height: fit-content;
  --container-widget-width: 100%;
  --container-widget-height: initial;
  --container-widget-flex-grow: 0;
  --container-widget-align-self: initial;
  --gap: 10px 10px;
  --background-transition: 0.3s;
  --padding-top: 25px;
  --padding-bottom: 25px;
  --padding-left: 20px;
  --padding-right: 20px;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .07);
  max-height: 260px;
  transition: 0.2s all;
}

.eventItem-body:hover {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .16);
}

.eventItem-body .event-title {
  color: var(--e-global-color-text);
  font-family: "Montserrat", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
}

.eventItem-body .event-info {
  background-color: var(--e-global-color-primary);
  color: #fff;
  font-family: "Montserrat", Sans-serif;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  width: 100px;
  padding: 10px;
  flex-shrink: 0;
  display: flex;
  text-align: center;
  align-items: center;
}

.eventItem-body .event-description {
  flex-grow: 1;
  display: flex;
  align-items: center;
  padding: 20px;
}


@media (max-width: 430px) {
  .eventItem-body {
    flex-direction: column;
  }

  .eventItem-body .event-info {
    width: 100%;
    padding: 20px;
    justify-content: center;
  }

}

/* end events */

@media (min-width: 1401px) and (max-width: 1520px) {
  .newsItem-body .news-image {
    width: 380px;
    height: 240px;
  }

  .newsItem-body {
    height: 240px;
  }
}


@media (min-width: 1367px) and (max-width: 1400px) {
  .newsItem-body .news-image {
    width: 360px;
    height: 220px;
  }

  .newsItem-body {
    height: 220px;
  }
}

@media (min-width: 881px) and (max-width: 1024px) {
  .page-container .sidebar-box {
    width: 100%;
  }
	
	.search-grid {
	height: auto !important;
     flex-wrap: nowrap;
	}
	
	.search-filter {
		width: 200px !important;
	}
	
	.search-filter,
	.search-select-filter {
		height: 40px;
	}
	
	.search-select-filter {
		    width: auto;
		flex-grow: 1;
		min-width: auto !important;
		max-width: none !important;
	}
	
	.search-filters-body .btn-searchf {
		    display: flex;
    align-items: center;
		height: 40px;
    justify-content: center;
		text-align: center;
	}
	
	.year-search-filter {
		width: auto;
		min-width: 110px !important;
		max-width: 110px !important;
	}
}

@media (min-width: 768px) and (max-width: 880px) {
  .page-container .sidebar-box {
    width: 100%;
  }
	
	.search-grid {
	height: auto !important;
    flex-wrap: wrap;
	}
	
	.search-filter {
		width: auto !important;
		    flex-grow: 1;
    max-width: none;
	}
	
	.search-filter,
	.search-select-filter {
		height: 40px;
	}
	
	.search-select-filter {
		flex-grow: 0;
		max-width: 280px;
		min-width: 280px;
	}
	
	.search-filters-body .btn-searchf {
		    display: flex;
    align-items: center;
		height: 40px;
    justify-content: center;
		text-align: center;
	}
}


@media (min-width: 901px) and (max-width: 980px) {
  .newsItem-body .news-image {
    width: 400px;
  }
}


@media (min-width: 861px) and (max-width: 900px) {
  .newsItem-body .news-image {
    width: 380px;
  }
}

@media (min-width: 769px) and (max-width: 860px) {
  .newsItem-body .news-image {
    width: 360px;
  }
}

@media (min-width: 531px) and (max-width: 768px) {
  .search-grid {
    flex-direction: row;
  }

  .btn-searchf {
    flex-shrink: 0;
    width: auto;
  }
}

@media (max-width: 768px) {
  .pubItem-body {
    flex-direction: column;
    max-height: none;
  }
	
  .search-grid {
	height: auto !important;
  }

  .pubItem-body .pub-image {
    width: 100%;
    height: 175px;
  }

  .pubItem-body .pub-svg {
    border: none;
  }

  .pubItem-body .pub-textBody {
    padding: 0;
  }

  .pubItem-body .pub-info {
    border: none;
    padding: 0;
    justify-content: flex-start;
  }

  .pubItem-body .pub-description {
    flex-direction: column-reverse;
    gap: 5px;
  }
	
	.search-filter {
		height: 40px;
	}
	
	.search-filters-body .btn-searchf {
		    display: flex;
    align-items: center;
		height: 40px;
    justify-content: center;
		text-align: center;
	}
	
	.search-select-filter {
		width: 100% !important;
        flex-grow: 1;
		height: 40px;
        max-width: none !important;
	}

  .docs-pageSectionTax {
    grid-template-columns: auto;
  }

  .newsItem-body .news-image {
    width: 100%;
    height: auto;
    flex-shrink: 0;
  }

  .ItemsFilter-dateFromTo {
    width: 100%;
    flex-direction: column;
  }

  .newsItem-body {
    max-height: none;
    flex-direction: column;
  }

  .search-grid .date-filters {
    width: auto;
    flex-grow: 1;
    flex-shrink: 0;
  }

  .search-filter {
    width: 100%;
    flex-grow: 1;
    max-width: none;
  }

  .search-grid .search-input {
    width: 100%;
  }
 .search-grid {
    flex-direction: column;
  }

  .btn-searchf {
    width: 100%;
  }
  
}

..mobilemenu-apk {
	display: none;	
}

.header-apk .elementor-container {
	justify-content: space-between !important;
}

.header-apk .elementor-column  {
	width: auto !important;
}

.header-apk .elementor-widget:not(:last-child) {
	margin-bottom: 0 !important;
}

@media (max-width: 1024px) {
	.third-column {
		display: none;
	}
	
.mobilemenu-apk {
	display: block;	
	width: 100% !important;
}
	.header-apk .mobilemenu-apk {
		width: 100% !important;
	}
	
	.mobilemenu-apk .elementor-widget-wrap {
		width: 100%;
	}
	
	.header-apk .third-column {
		display: none;
	}
}	