/* ---------- Start can be safely removed after 31/12/2023 ----------- */

html.obsoleteHeader .gs-search-bar .gs-search-icon {
  width: 10%;
  text-align: right;
  z-index: 2;
  cursor: pointer;
  padding-top: 5px;
}

html.obsoleteHeader .global-search-content {
  padding-top: 5px !important;
  width: 85%;
}


/* ---------- End can be safely removed after 31/12/2023 ----------- */


.global-search-container {
  width: 100%;
  flex-flow: column;
  align-items: center;
  position: fixed;
  z-index: 10;
  left: 0;
  right: 0;
  top: 0;
  height:100%;
  display: none;
  background-color: #10181d;
  flex-flow: column;
}

.global-search-container.show-menu {
  display: flex;
  align-items: center;
  z-index: 99;
}

.global-search-header {
  height: 120px;
  width: 92%;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.global-search-header div:not(.preserve-color) svg, .global-search-header div:not(.preserve-color) svg path {
  fill: white !important;
  cursor: pointer;
}

.gs-search-bar {
  width: 69%;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.panel-on-focus {
  position: absolute;
  top: -40px;
  left: -35px;
  width: calc(100% + 70px);
  background: #0C3949;
  display: none;
  padding-top: 80px;
}

.autocomplete-result {
  position: relative;
  bottom: -10px;
}


.panel-on-focus ul, .panel-on-focus  li {
  list-style: none;
}
.panel-on-focus > ul {
  background: transparent;
  border: none !important;
  top: 0 !important;
  padding-left: 0 !important;
  position: relative;
  margin-bottom: 1rem !important;
}

.panel-on-focus  li {
  margin-top: 15px !important;
  cursor: pointer;
}

.panel-on-focus .ui-menu-item {
  color: #859CA4;
  width: calc(100% - 35px);
}

.ui-menu-item.ui-state-focus {
  background: none !important;
  border: none !important;
  color: white;
  font-weight: bold;
}

.panel-on-focus > ul {
  margin-left: 35px;
  left: 0 !important;
}

.panel-on-focus .ui-menu-item .highlighted {
  color: white !important;
}

.panel-on-focus.focused {
  display: inline;
}

.panel-on-focus.history li {
  background: url("../../images/components/header/history-icon.svg") no-repeat left top; /* <-- change `left` & `top` too for extra control */
  padding-left: 35px;
  list-style: none;
  color: white;
}

.gs-search-bar input {
  width: 100%;
  color: white;
  background: transparent;
  border: none;
}

.gs-search-bar .gs-search-bar-btns {
  width: 10%;
  z-index: 1;
}

.gs-search-bar-input {
  border-bottom: solid 1px #0B3645;
  width: 90%;
  z-index: 2;
}

.gs-search-bar-input.focused {
  border-bottom: solid 1px #084E65;
}

.gs-search-bar input:focus {
  color: white;
  background: transparent;
  border: none;
  outline: none;
}

.gs-search-bar input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
  padding-left: 15px;
}



.gs-search-bar input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #758990;
}

.gs-search-bar input:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: #758990;
}

.gs-search-bar input:focus::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #758990;
}

.gs-search-bar input:focus:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #758990;
}

.gs-search-bar input:focus::-ms-input-placeholder { /* Microsoft Edge */
  color: white;
  padding-left: 15px;
}

.global-search-content {
  padding-top: 50px;
  width: 85%;
}

.global-search-content .links {
  padding-top: 5px;
}

.focusedcontainer .global-search-content {
  margin-top: 150px;
}

@media only screen and (max-width: 767px) {
  .gs-search-bar input {
    font-size: 16px;
  }

  .global-search-header {
    height: 90px;
    width: 100%;
  }

  .global-search-container {
    height: 100%;
  }

  .global-search-content {
    padding-top: 50px;
    width: 90%;
  }

  .displayNoneMobile {
    display: none !important;
  }

  .global-search-header {
    justify-content: flex-start;
  }

  .gs-search-bar {
    width: 100%;
    padding: 0 20px;
  }

  .gs-search-bar-input{
    width: 100%;
  }

  .panel-on-focus {
    width: 100vw;
    left: 0;
  }
}

.global-search-container .container__logo__search{
  margin-right: 40px;
}
.displayNoneDesktopv2 {
  display: none;
}



