

/* USED ACROSS MULTIPLE VIEWS

 ____  __.            .__/\                             .__              __  .__  .__
|    |/ _|____ _______|  )/  ______   ____  ____   ____ |  |     _______/  |_|  | |__| ____    ____
|      < \__  \\_  __ \  |  /  ___/ _/ ___\/  _ \ /  _ \|  |    /  ___/\   __\  | |  |/    \  / ___\
|    |  \ / __ \|  | \/  |__\___ \  \  \__(  <_> |  <_> )  |__  \___ \  |  | |  |_|  |   |  \/ /_/  >
|____|__ (____  /__|  |____/____  >  \___  >____/ \____/|____/ /____  > |__| |____/__|___|  /\___  /
        \/    \/                \/       \/                         \/                    \//_____/

*/

html {
  height: 100%;
  background: #eaeaea;
  font-size: 62.5%; /* this gives us roughly 1.0rem === 10px */
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  background: #EAEAEA;
  color: #042b3b;
  cursor: auto;
  font-family: "ProximaNovaRegular", sans-serif !important;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  
}
#root {
  height: inherit;
}

h1 {
  font-size: 2rem;
}
h2 {
  font-size: 1.8rem;
}

p {
  font-size: 1.6rem;
}
a:hover {
  text-decoration: none !important;
}
ul {
  padding: 0;
}
.confirmation-main {

}
ul {
  list-style-type: none;
}
button {
  outline: none !important;
  -webkit-appearance: none !important;
}
.confirmation-view {
  height: inherit;
  position: relative;
  background: #EAEAEA;
  height: 100%
}
.confirmation-content {
  height: calc(100% - 70px);
  padding-top: 70px;
}

.confirmation-view > section {
  width: 100%;
}
.view-wrapper {
  position: relative;
  height: inherit;
}
@media screen and (max-width: 40em) {
  .confirmation-view {
    padding-bottom: 110px;
  }
}

.edit-page .confirmation-wizard-container {
  margin-top: 0 !important;
}

.edit-page {
  padding-bottom: 40px;
  padding-top: 40px;
}

@media screen and (max-width: 40em) {
  .edit-page .confirmation-wizard-container {
    display: none;
  }
  .edit-page {
    padding-bottom: 0;
    padding-top: 0
  }
}

.green-pill-button {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: ProximaNova, sans-serif;
  width: 155px;
  background: #30c568;
  height: 40px;
  color: white;
  border-radius: 20px;
  margin: 20px auto 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  border: none;
  transition-duration: .2s;
}

.red-button {
  background: #e25050
}


.green-pill-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(0,0,0, .15);
}

.green-pill-button:active {
  transform: translateY(1px);
    background: #2db460;
    box-shadow: inset 0 3px 3px 3px #00000014;
}

.red-button:active {
  background: #b34242
}

/* CONFIRMATION STEPS WIZARD */

.confirmation-steps {
  margin: 15px 0 10px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  position: relative;
  width: 100%;
  max-width: 340px;
}
.confirmation-steps p {
  color: #47BFE6;
  font-size: 1.4rem;
}
.step-line {
  position: absolute;
  top: 25%;
  left: 10%;
  height: 50%;
  width: 80%;
  border-top: 1px solid #47BFE6;
}
.step-line-hourly {
  position: absolute;
  top: 25%;
  left: 10%;
  height: 50%;
  width: 50%;
  border-top: 1px solid #47BFE6;
}
.step-box {
   z-index:1;
   display: flex;
   flex-direction: column;
   align-items: center;
   justify-content: center;

}
.step-circle {
  font-size: 1.3rem;
  margin: 0 0 15px;
  width: 28px;
  height: 28px;
  border-radius: 14px;
  border: 1px solid #47BFE6;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #47BFE6;

}
.step-circle img {
  width: 28px;
  background: white;
}


/* CONFIRMATION LANDING AND COMPLETION PAGE */

.landing-page {
  background: #FAFAFA;
  height: calc(100vh - 70px);
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}
.closing-page {
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 75px);
  width: 100%;
  background: #fff;
}

.landing-title {
  font-size: 52px;
  line-height: 1;
}
.font-blue {
  color: #40BFE9;
}

.font-bold {
  font-weight: 800;
}
.font-light {
  font-weight:100;
}

.landing-splash {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  line-height: 1.2;
  color: #122A3A;
  max-width: 960px;
  padding-top: 10%;
  margin: auto;
}

@media screen and (min-width: 80em) {
  .landing-splash {
  margin: 0 auto;
  }
}

.landing-column {
  max-width: 400px;
  padding: 15px;
}
.landing-column p {
  font-size: 1ppx;
}
.landing-column p, .landing-column h2 {
  margin: 0;
}
.text-copy {
  margin: 15px 0;
}

.gray-pill-button {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: ProximaNova, sans-serif;
  width: 155px;
  background: #b3b3b3;
  height: 40px;
  color: white;
  border-radius: 20px;
  margin: 20px auto 0;
  box-shadow: 0 3px 10px rgba(0,0,0,0.18);
  border: none;
  transition-duration: .2s;
}
.gray-pill-button:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(0,0,0, .15);
}

.gray-pill-button:active {
  transform: translateY(1px);
  background: #989898;
  box-shadow: inset 0 3px 3px 3px #00000014;
}




/*CONFIRMATION STANDARD CONFIRM OR SKIP PAGE*/
.confirm-step-container {
  max-width: 465px;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 20px 25px rgba(0,0,0,0.12);
  margin: auto;
}

.confirm-panel-left, .confirm-panel-right {
  position: fixed;
  height: 55vh;
  width: 40px;
  background: white;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0,0,0,.3);
  top: 65px;
  margin-top: 100px;
}

.confirm-panel-left {
  left: -20px;
}
.confirm-panel-right {
  right: -20px;
}

.confirmation-actions {
  margin: 20px 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  width: 100%;
  max-width: 465px;
  padding: 0 20px;
}

@media screen and (max-width: 40em) {
  .confirmation-actions .skip-tag {
    display: none;
  }
  .confirmation-actions a {
    margin-top: -20px;
  }
  .confirmation-actions {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
    width: 100%;
    max-width: 100%;
    padding: 10px 0px;
    position: fixed;
    bottom: 0;
    background: #1a3749;
  }
  /* this is for react transition weirdness */
  .slide-forward-enter-active .confirmation-actions, .slide-back-enter-active .confirmation-actions,
  .slide-forward-exit-active .confirmation-actions, .slide-back-exit-active .confirmation-actions
  {
    display:none;
  }
}

.confirm-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px 40px;
  flex-direction: column;
  color: white;
  background: #40BFE9;
  border-radius: 5px 5px 0 0;
}
.confirm-header h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600
}
.confirm-header p {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2rem;
  margin: 3px 0;
}

.confirm-interior {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 18px 40px;
}

.confirm-content {
  min-height: 100px;
}
.confirm-content h2 {
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 800;
}
.left-bordered {
  border-left: 1px dashed gray;
}
.addresses-panel .icon {
  width: 30px;
  height: 30px;
  margin-top: -10px;
  background: white
}
.edit-circle {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  position: absolute;
  bottom: -25px;
  right: 25px;
  background: #40BFE9;
  box-shadow: 0 3px 10px rgba(0,0,0,0.38);
  fill: white;
  border: none;
  transition-duration: .2s;
}

.edit-circle:hover {
  transform: translateY(-1px);
  box-shadow: 0 7px 14px rgba(0,0,0, .15);
}

.edit-circle:active {
  transform: translateY(1px);
  background: #37a6cc;
  box-shadow: inset 0 3px 3px 3px #00000014;
}

.svg-edit {
  height: 36px;
  width: 36px;
  margin: 13px 0 0 11px;
}

.gray-subtitle {
  color: #8c8c8c;
  font-weight: 100;
}

@media screen and (max-width: 40em) {
  .confirm-panel-left {
    left: -30px;
  }
  .confirm-panel-right {
    right: -30px;
  }
  .confirm-step-container {
      margin: 0 10px 100px;
  }
}


/* FORWARD AND BACK BUTTONS
these have to be here, because they break if they are in their component */

.go-forward, .go-back {
  font-size: 3rem;
  position: fixed; 
  top: 50vh;
  background: rgba(255,255,255,.6);
  width: 35px;
  height: 55px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  box-shadow: 2px 0 5px 2px #00000021;
}
.go-forward:active, .go-back:active {
  background: rgb(222,222,222)
}
.go-back {
  left: -5px;
}
.go-forward {
  right: -5px;
  transform: rotate(180deg);
}
@media screen and (min-width: 40em) {
  .go-forward, .go-back {
    top: 40vh
}
}

/* CONFIRMATION EDIT PAGE */





.confirm-edit-step-container {
  max-width: 465px;
  background: #fff;
  box-shadow:  0 0 20px #0000002e;
}

.confirm-edit-header {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0 20px;
  flex-direction: column;
  height: 120px;
  color: white;
  background: #40BFE9;
  position: relative;
}

.confirm-edit-header h3, .confirm-edit-header p {
  margin: 3px 0;
}

.confirm-edit-header h1 {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 600
}
.confirm-edit-header p {
  font-size: 1.6rem;
  font-weight: 200;
  line-height: 2rem;
  margin: 3px 0;
}

.confirm-edit-header-back {
  fill: white;
  position: absolute;
  left: 1.5rem;
  top: 1.5rem;
  height: 20px;
  width: 10px;
}


.confirm-edit-interior {
  height: 100%;
  overflow: auto;
  padding: 10px 20px 25px;
}

@media screen and (max-width: 40em) {
  .confirm-edit-interior {
    min-height: calc(100vh - 240px);
    padding: 0;
  }
}

.confirm-edit-interior h3 {
  font-weight: 800;
  font-size: 1.6rem;
  padding-top: .9rem;
  line-height: 2rem;
}
.green-long-button {
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  font-family: ProximaNova, sans-serif;
  background: #4CCA5C;
  height: 50px;
  color: white;
  border: none;
  transition-duration: .2s;
  width: 100%;
  box-shadow: 0 -2px 2px #00000026;
}

.green-long-button:hover {
  height: 50px;
  background: #59d268;
  box-shadow: 0 0px 21px rgba(0,0,0, .1);
}

.green-long-button:active {
  transform: translateY(1px);
  background: #2db460;
  box-shadow: inset 0 3px 3px 3px #00000014;
}

@media screen and (max-width: 40em) {
  .green-long-button {
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 465px;
  }
  .confirm-edit-interior {
    padding-bottom: 80px
  }
}

/* MODALS */

.modal-header {
    padding: 0;
    border: none;
}
.modal-body {
    padding: 0 50px 20px !important;
    width: 500px;
}

@media screen and (max-width: 40em) {
  .modal-body {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px 20px !important;
  }
}

.close-reveal-modal {
  display: inline-block;
  position: static;
  width: 40px;
  font-size: 26px;
  line-height: 50px;
  color: #042b3b;
  text-align: center;
  float: right;
  border: none;
  z-index: 5500;
  cursor: pointer;
}
.top-action-panel {
  height: 50px;
  text-align: right;
  background: #fff;
}

.top-action-panel button {
  border: none;
  background: none;
}

/* MODALS */



/* ITEM ROWS */

.button-row {

}
.left-subtract, .right-add {
  width: 50%;
  height: 45px;
  background: none;
  border: 1px solid #40BEE9;
  color: #40BEE9;
  font-size: 2em;
  font-weight: 800;
}
.left-subtract {
  border-radius: 8px 0 0 8px;
  border-right: none;
}
.right-add {
  border-radius: 0 8px 8px 0
}
.left-subtract:active, .right-add:active {
  transform: translateY(1px);
  box-shadow: inset 0 3px 3px 3px #00000014;
}

.inventory-item {
  margin: 10px 0;
  line-height: 1.25;
}
.inventory-item .inventory-icon {
  margin-left: -12px;
}
.item-section {
  margin: 15px 0;
}
.item-section hr {
  margin: 25px 0;
}
.panel-body {
  margin-top: 3rem;
}

.item-count {
  font-weight: 600;
  margin: auto;
  text-align: center;
}
.toggle-button div {
    transition-duration: .3s;
}
.upside-down {
  transform: rotate(180deg);

}

.subtotal {
  border: 1px solid #ddd;
  border-width: 0 0 1px 0;
  padding: 15px 15px 0;
  font-size: 1.4rem;
  font-family: "ProximaNovaBold", sans-serif;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 40em) {
  .subtotal {
    position: fixed;
    bottom: 50px;
    width: 100%;
    max-width: 465px;
    background: white;
    border-top: 1px solid gray;
  }
}

.icon {
  height: 20px;
  width: 20px;
}

.arrival-date {
  width: 100%;
  height: 32px;
  padding-left: 10px;
}

.react-datepicker__triangle {
  display: none !important;
}

.react-datepicker__input-container {
  width: 100%;

}
.react-datepicker__input-container > input {
  cursor: pointer;
}
.react-datepicker-wrapper {
  width: 100%;
}

.unpakt-textbox {
  height: 34px;
  font-size: 13px;
  color: #042b3b;
  background: #fff;
  border: 1px solid #819ca1;
  padding: 8px 14px;
  box-shadow: none;
  border-radius: 2px;
  font-family: "ProximaNovaRegular", sans-serif;
  margin: 0 0 15px 0;
  width: inherit;
}
.unpakt-textbox:hover, .unpakt-textbox:focus {
  border-color: #042b3b;
}

textarea:focus, input:focus{
  outline: none;
}

.field-title {
  font-weight: 700;
}

.disabled-field {
  color: #ababab;
  border-color: #ababab;
  background: #f0f0f0;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
}
.disabled-time, .disabled-frame:before {
  background: #f0f0f0 !important;
}

.react-datepicker__input-container {
  width: inherit;
}

.react-datepicker-wrapper {
  width: 100%;
}

.edit-input {
  width: 100%;
  height: 40px;
  border: .15rem solid #eaeaea;
  font-size: 1.4rem;
  padding: 5px 15px;
}

.input-error {
  border-color: red ;
}

.input-focus {
  border-color: green;
}

.step-box:hover {
  text-decoration: none;
}

.button-spinner {
  margin: auto;
}

.react-datepicker {
  font-size: 1.3rem !important;
}

.react-datepicker__current-month {
  font-size: 1.5rem !important;
}

.react-datepicker__header {
  padding-top: 6px !important;
}

.react-datepicker__navigation {
  top: 13px !important;
}

.react-datepicker__day-name, .react-datepicker__day {
  margin: 0.5rem !important;
}

.text-blue {
  color: #40BFE9;
}

.font-semibold {
  font-weight: 600;
}


.confirmation-flex-container {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.with-header {
  margin-top: 70px;
}
.route-section {
  position: absolute;
  width: 100%;
  left: 0;
}



/* MY HOME ITEMS */

.my-home-container {
  padding-top: 70px;
  display: flex;
  background: #fff;
  position: relative;
}

.card-format {
  border-radius: 2px;
  box-shadow: 0 0 20px #0000002e;
  border-top: 5px solid #0abeeb;
  background: #fff;
}

iframe {
  border: none;
}

.link {
  color: #f7801e;
  cursor: pointer;
}

.link:hover {
  border-bottom: 1px solid #f7801e;
  color: #f7801e;
}
.primary-btn-small {
  vertical-align: middle;
  text-align: center;
  padding: 4px 30px;
  background: #f57c14;
  color: #fff!important;
  border: 1px solid #df7804;
  border-radius: 3px;
  cursor: pointer;
  font-family: ProximaNovaRegular,sans-serif;
  -webkit-font-smoothing: antialiased;
  white-space: nowrap;
  max-height: 34px;
  font-size: 1.6rem;
}

.primary-btn-large {
  vertical-align: middle;
  text-align: center;
  padding: 8px 30px;
  background: #f57c14;
  color: #fff!important;
  border: 1px solid #df7804;
  border-radius: 3px;
  font-size: 18px;
  cursor: pointer;
  font-family: ProximaNovaRegular,sans-serif;
  text-rendering: optimizelegibility;
  -webkit-font-smoothing: antialiased;
  text-transform: capitalize;
}

.primary-btn-small:hover, .primary-btn-small:active {
  background: #fe931b;
}

.text-format h2 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: ProximaNovaBold, sans-serif;
}

.text-format h2 {
  font-size: 2.8rem;
  font-weight: 700;
  font-family: "ProximaNovaBold", sans-serif;
}
.text-format h3 {
  font-size: 1.7rem;
  font-family: "ProximaNovaBold", sans-serif;
}
.text-format h4 {
  font-size: 1.5rem;
  font-family: "ProximaNovaRegular", sans-serif;
}
.text-format h5 {
  font-size: 1.4rem;
  font-family: "ProximaNovaBold", sans-serif;
}

.text-format.mobile h2 {
  font-size: 2rem;
  line-height: 2rem;
}
.text-format.mobile h3 {
  font-size: 1.2rem;
}
.text-format.mobile h4 {
  font-size: 1.2rem;
}
.text-format.mobile h5 {
  font-size: 1.2rem;
}

.iframe-holder {
  position: fixed;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translate3d(0,0,0);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.iframe-holder iframe {
  height: 100vh;
  width: 100%;
  *width: 100%;
  margin-bottom: -4px;

}


.custom-error {
  color: red;
  margin-top: -1rem;
  font-size: 1rem;
  margin-bottom: .5rem;
}
.field-error {
border: 1px solid red!important;
background: rgba(255,0,0,.1)!important;
color: red!important;
}

.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0;
}
.geosuggest__item--active {
  background: #267dc0;
  color: #fff;
}

.react-datepicker__portal {
  height: 100% !important;
  width: 100% !important;
}

/* 
/INVENTORY EDIT */

.new-items {
  background: #ededed;
  padding: 1rem 0;
  border-radius: 0 .5rem .5rem .5rem
}
.new-items p {
  line-height: 1.23;
  font-size: 1rem;
  margin: 0;
}
.new-items button {
  background: none;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: center
}

.new-items button:hover {
  background: radial-gradient(#ffffff 40%, transparent 60%);
}

.new-items-grid {
  display:flex;
  flex-wrap: wrap;
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(70px,1fr))
}
.new-items-toggle {
  border: none;
  background: #ededed;
  border-radius: 5px;
  padding: 1rem 1.5rem;
  font-size: 1.6rem;
  margin-top: 1rem;
}

.toggled-new {
  border-radius: 5px 5px  0 0
}

.new-items-toggle:hover, .new-items-toggle:active {
  background: linear-gradient(#dedede 60%, #ededed);
}
.expand-more {
  display: inline-block;
  transition-duration: .3s;
}
.half-rotated {
  transform: rotate(45deg);
  
}
.amount-plus {
  color: #4CCA5C
}
.amount-minus {
  color: #f57c00
}
.added-items, .removed-items {
  position: relative; 
  height: 40px;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-left: 10px;
}

.added-items b, .removed-items b{
  font-size: 1.4rem;
  line-height: 1
}

.added-items {
  background: #a5d6a7
}

.removed-items {
  background: #ffb74d
}

.added-items:after, .removed-items:after {
	content: '';
	position: absolute;
	left: 0px;
	top: 50%;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left: 0;
	margin-top: -5px;
	margin-left: -5px;
}

.added-items:after {
  border-right-color: #a5d6a7
}
.removed-items:after {
  border-right-color: #ffb74d
}

.adjusted-highlighted {
  color: #26bcaf
}



.geosuggest__suggests {
  position: relative;
}

.geosuggest__suggests--hidden {
  max-height: 0;
  overflow: hidden;
  border-width: 0 !important;
  padding: 0 !important;
}

.suggestions-dropdown {
  position: absolute;
  width: 100%;
  top: 50px;
  z-index: 5;
  background: #fff;
  border: solid #829ca1;
  border-width: 0 1px 1px;
  border-radius: 0 0 2px 2px;
  -webkit-transition: opacity .2s ease-in;
  -o-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  cursor: pointer;
  margin-bottom: 0;
  padding-bottom: 25px;
}

.suggestions-list {
  list-style: none;
  margin: 0;
}

.suggestions-item {
  position: relative;
  -webkit-transition: background .2s ease-in-out;
  -o-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  padding: 8px;
  font-size: 13px;
  line-height: 18px;
  border-bottom: 1px solid #e9e9e9;
  text-decoration: none;
  text-indent: 15px;
}

.suggestions-item::before {
  fill: #91a4aa;
}

.suggestions-item:hover {
  background-color: #e2e3e5;
}

.suggestions-item::before {
  content: "";
  display: block;
  width: 3px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: transparent;
  text-transform: none;
  -webkit-transition: background-color .25s;
  -o-transition: background-color .25s;
  transition: background-color .25s;
}

.suggestions-item::after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 5px;
  height: 15px;
  filter: brightness(6) hue-rotate(-70deg) saturate(0);
  width: 15px;
  background: url('/assets/images/ic_LocationAdd.svg');
  background-size: 15px 15px;
  background-repeat: no-repeat;
}

.suggestions-item:hover::after {
  filter: brightness(4) hue-rotate(190deg) saturate(.9);
}

.suggestions-item:hover::before {
  background-color: #f7801e;
}

.icon.blank-pin {
  fill: #91a4aa;
  vertical-align: middle;
  margin-right: 4px;
  -webkit-transition: color .25s;
  -o-transition: color .25s;
  transition: color .25s;
  width: 12px;
}

.suggestions-item:hover svg {
  fill: #f7801e;
}


.geosuggest__item--active::after {
  filter: brightness(4) hue-rotate(190deg) saturate(.9);
}

.geosuggest__item--active::before {
  background-color: #f7801e;
}

.geosuggest__item--active svg {
  fill: #f7801e;
}

.geosuggest ul::after {
  display: block;
  content: url(/assets/images/powered_by_google_on_white.png);
  position: absolute;
  left: -1px;
  width: calc(100% + 2px);
  height: 27px;
  text-align: end;
  padding: 4px 10px;
  background: white;
  border: 1px solid #829ca1;
  border-top: none;
}