.search-container
{
	padding: 50px 300px;
}
input {
    box-sizing: border-box;
}
.st-search-result-link
{
  color: inherit;
  text-decoration: none;
}
.ais-SearchBox-input,
.view-search-content .form-type-textfield .form-control {
	width: 100%;
	background: #fff;
	border: 1px solid #00A19C;
	min-height: 42px;
	padding: 0 20px;
	border-radius: 50rem;
}
.search-form-wrapper .form-select {
	border: 1px solid #00A19C;
	min-height: 42px;
	border-radius: 50rem;
  min-width: 180px;
	padding: 0 20px;
}
#filter-widget {
  background: #fff;
	border: 1px solid #00A19C;
  color: #343a40;
  display: inline-block;
	min-height: 42px;
  line-height: 42px;
	padding: 0 35px;
	border-radius: 50rem;
}
#filter-widget:hover {
  opacity: 1;
  text-decoration: none;
}
#filter-widget.is-active {
  background: #00A19C;
  color: #fff;
}
.ais-SearchBox-input:focus,
.view-search-content .form-type-textfield .form-control:focus
{
	border-color: #00A19C;
	outline: 0;
}
.ais-SearchBox-submit {
  
}
.search-form-wrapper {
  column-gap: 10px;
  margin-bottom: 20px;
}
.search-form-wrapper .filters-wrapper {
  column-gap: 10px;
}
#search-form,
.view-search-content .views-exposed-form {
	position: relative;
	overflow: hidden;
}
#search-form .ais-SearchBox-submit,
.view-search-content .form-submit {
  background: #fff url('../images/icon-search-black.png') no-repeat center center;
  border: 0;
  height: 25px;
	position: absolute;
	right: 13px;
	top: 9px;
	font-size: 18px;
	cursor: pointer;
  width: 25px;
  text-indent: -999em;
}
.view-search-content .form-submit {
  right: 70px;
  top: 15px;
}
.view-search-content .form-submit.btn-primary:hover {
  background: transparent;
}
#search-form .ais-SearchBox-submit svg {
  display: none !important;
}
ol.ais-Hits-list {
  list-style: none;
  padding: 0;
}
.st-result
{
	margin-bottom: 40px;
}
.st-result .JgeneralFooterTopBreadcrumb a:last-child {
  color: inherit;
}
h3.title 
{
  color: #00a19c;
  margin-bottom: 4px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
}
h3.title:hover
{
  text-decoration: underline;
}
.st-metadata {
  margin-top: 10px;
}
.st-snippet
{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-size: 15px;
  font-weight: 300;
}
.ais-Pagination--noRefinement {
  display: none;
}
ul.ais-Pagination-list {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
}
ul.ais-Pagination-list li {
  margin: 0 0.65rem;
}
ul.ais-Pagination-list li span {
  color: #ccc;
}
ul.ais-Pagination-list li.ais-Pagination-item--selected a {
  font-weight: bold;
}
.st-page
{
	text-align: center;
}
.st-page a
{
	text-decoration: none;
}
.st-prev, .st-next
{
	margin: 0 20px;
	color: #263238;
	font-size: 24px;

	transition: all .4s ease;
}
.st-prev:hover, .st-next:hover
{
	color: #00a19c;
	transition: all .4s ease;
}

.aa-Form {
  background: none;
  border: 0;
  border-bottom: 1px solid #343a40;
  border-radius: 0;
}

.aa-Form:focus-within {
  border-color: #343a40;
  box-shadow: none;
}

.aa-SubmitButton {
  padding-right: 0;
}

.aa-Panel {
  font-size: .85em;
  z-index: 1055;
}

.aa-ItemContent mark {
  padding: 0;
}

.aa-InputWrapperPrefix {
  order: 4;
}

.aa-InputWrapperSuffix {
  display: none !important;
}

.aa-ItemIcon {
  border-radius: 10px;
  height: auto;
  width: auto;
}

.aa-ItemIcon img {
  height: auto;
  max-height: none;
  max-width: none;
  width: 135px;
}

.aa-ItemContentDescription {
  font-size: 1em;
  line-height: 1.2;
}

.petronas-algolia-filters {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9;
}

.petronas-algolia-filter-form > * {
  padding-bottom: 1rem;
}

.petronas-algolia-filter-form .form-control {
	border: 1px solid #00A19C;
	border-radius: 50rem;
  padding-left: 20px;
  padding-right: 20px;
}

.petronas-algolia-filter-form .form-actions {
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

.petronas-algolia-filters label:not(.form-check-label),
.petronas-algolia-filters .fieldset-legend {
  color: #707070;
  display: block;
  font-size: 22px;
  margin-bottom: 15px;
}

.petronas-algolia-filters legend {
  margin-bottom: 0;
}

.petronas-algolia-filters .filter-content {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  padding: 50px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  transition: all 2s ease;
}

.petronas-algolia-filters .js-form-item.checkbox {
  margin-bottom: 8px !important;
}

.petronas-algolia-filters .form-item-published-start {
  padding-bottom: 0;
}

.petronas-algolia-filters .fieldset-wrapper > .checkbox {
  display: grid;
  grid-template-columns: 50% 50%;
}

.filters-close {
  position: absolute;
  right: 25px;
  display: block;
  width: 30px;
  height: 30px;
  background-color: #763F98;
  border: 0;
  border-radius: 50%;
  text-indent: 9999px;
  overflow: hidden;
  opacity: 1;
  top: calc(50% - 290px);
  transform: translateY(-50%);
  z-index: 4;
}

.filters-close::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 14px;
  background-image: url('../images/icon-close.png');
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#search-form-modal .aa-Form {
  background: #fff;
  border-bottom: 0;
  padding: 0 20px;
  border-radius: 18px;
}

#search-form-modal [aria-expanded="true"] .aa-Form {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#search-form-modal .aa-SubmitIcon,
#search-form-modal .aa-LoadingIcon {
  color: #00A19C;
}

#search-form-panel {
  margin-top: -8px;
}

#search-form-panel .aa-Panel {
  border-radius: 0;
  border-bottom-left-radius: 18px;
  border-bottom-right-radius: 18px;
  border-top: 1px solid #6E6E6E;
  padding: 12px;
  position: static;
}

#search-form-panel .aa-Panel a:hover {
  opacity: 1;
  text-decoration: none;
}

[data-autocomplete-source-id="querySuggestionsPlugin"] .aa-ItemIcon,
[data-autocomplete-source-id="querySuggestionsPlugin"] .aa-ItemActions {
  display: none;
}

.aa-section-title {
  padding: 0 calc(var(--aa-spacing-half)/2);
}

#search-form-popular div,
#search-recent div {
  color: #fff;
  font-size: .85rem;
  margin-right: 8px;
  padding: 1px 6px 1px 18px;
}

#search-recent div {
  color: #00A19C;
}

#search-recent .items,
#search-recent .items span {
  color: #4A4A4A;
  padding-left: 0;
}

#search-recent > div:first-child {
  padding-left: 0;
}

#search-form-popular div:last-child {
  margin-right: 0;
}

#search-form-popular .popular-item {
  background: #00A19C;
  border-radius: 4px;
}

#search-recent .popular-item {
  background: #F4F4F4;
  border: 1px solid #d8d8d8;
  border-radius: 4px;
}

#search-form-popular .popular-item:hover,
#search-recent .popular-item:hover {
  cursor: pointer;
}

#search-form-popular .popular-item a {
  background: url(../images/icon-close3.png) no-repeat center center;
  background-size: 12px auto;
  display: inline-block;
  height: 12px;
  margin-left: 8px;
  width: 12px;
}

#search-recent .popular-item a {
  background: url(../images/icon-close2.png) no-repeat center center;
  background-size: 9px auto;
  display: inline-block;
  height: 9px;
  margin-left: 8px;
  width: 9px;
}

#search-stats-wrapper {
  color: #6E6E6E;
  font-size: 45px;
  line-height: 1;
  margin: 120px 0 60px;
}

#search-stats-wrapper .search-keyword {
  color: #763F98;
  font-weight: bold;
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 767px) {
  .aa-Item {
    min-height: 30px;
  }

  .aa-PanelLayout {
    padding: 20px 5px;
  }

  #search-form-panel {
    margin-top: -8px;
    background: #fff;
    top: 54px;
  }

  #search-form-modal {
    border-bottom: 1px solid #707070;
  }

  #search-form-modal .aa-Form {
    background: none;
    border-radius: 0;
    padding: 0 2px 0 10px;
  }

  #search-form-popular > div,
  #search-recent > div {
    color: #707070;
    margin-bottom: 8px;
    padding-left: 0;
    padding-right: 0;
  }

  #search-form-popular .popular-item {
    margin-bottom: 8px;
  }

  #search-recent .outer-items {
    margin: 0 -33px;
    position: relative;
    overflow: hidden;
    height: 26px;
  }

  #search-recent .items {
    overflow: scroll;
    left: 0;
    padding: 0 33px 10px;
    position: absolute;
    top: 0;
    width: 100%;
  }

  #search-recent .popular-item span {
    white-space: nowrap;
  }

  #search-form-panel .aa-Panel {
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  #search-stats-wrapper {
    font-size: 32px;
    text-align: center;
  }

  #search-form {
    margin-bottom: 10px;
    width: 100%;
  }

  .filters-wrapper {
    width: 100%;
  }

  .filters-wrapper > * {
    flex-grow: 1;
  }

  .filters-close {
    top: 30px;
  }

  .petronas-algolia-filters .filter-content {
    border-radius: 0;
    left: 0;
    padding: 40px 25px;
    top: 0;
    right: unset;
    transform: none;
  }
}