#coveo_search_loading {
  background-image: url("data:image/svg+xml,%3Csvg style='width:40px;height:40px;' version='1.1' id='L9' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' enable-background='new 0 0 0 0' xml:space='preserve'%3E%3Cpath fill='%2300ADA4' d='M73,50c0-12.7-10.3-23-23-23S27,37.3,27,50 M30.9,50c0-10.5,8.5-19.1,19.1-19.1S69.1,39.5,69.1,50'%3E%3CanimateTransform attributeName='transform' attributeType='XML' type='rotate' dur='0.5s' from='0 50 50' to='360 50 50' repeatCount='indefinite'%3E%3C/animateTransform%3E%3C/path%3E%3C/svg%3E");
  width: 40px;
  height: 40px;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: block;
}

.magic-box {
  -moz-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-positive: 1;
  position: relative;
  text-align: left;
  color: #212121;
}

.CoveoSearchbox {
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-grow: 1;
}

.CoveoSearchbox.coveo-custom-height .CoveoOmnibox, .CoveoSearchbox.coveo-custom-height .CoveoQuerybox {
  display: inline-block;
  align-items: center;
}

.magic-box .magic-box-input {
  background: #fff;
  height: 48px;
  overflow: hidden;
  position: relative;
}

.magic-box .magic-box-input input {
  background: none;
  border: none;
  resize: none;
  outline: 0;
}

.magic-box .magic-box-suggestions {
  clear: both;
  position: absolute;
  top: 100%;
  left: -1px;
  right: -1px;
  overflow: visible;
  background: #fff;
  display: none;
  font-family: arial, sans-serif;
  z-index: 3;
}

.CoveoSearchbox .CoveoSearchButton {
  z-index: 2;
}

.CoveoSearchButton .coveo-search-button, .CoveoSearchButton .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
  visibility: hidden;
}

.CoveoSearchButton:before {
  content: "";
  vertical-align: middle;
  height: 100%;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button, .CoveoSearchButton .coveo-search-button-loading {
  vertical-align: middle;
  animation: none;
  display: inline-block;
}

.CoveoSearchButton .coveo-search-button-loading-svg {
  display: none;
}

.CoveoOmnibox.magic-box .magic-box-input .magic-box-underlay {
  display: flex;
  align-items: center;
}

.magic-box .magic-box-input .magic-box-underlay, .magic-box .magic-box-input>input{
  white-space: pre;
  overflow: auto;
  box-sizing: border-box;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 18px;
  position: absolute;
  text-align: left;
}
