/* === Search bar === */

ons-bottom-toolbar.bottom-bar--material.toolbar-search {
  padding: 4px;
  min-height: 56px;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.toolbar-search {
  display: -webkit-flex;
  display: flex;
  padding: 4px;
  min-height: 44px;
  height: 52px;
}
.searchbar {
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 8px;
  min-height: 44px;
  border-top: 0.55px solid transparent;
  border-bottom: 0.55px solid rgba(0, 0, 0, 0.05);
}
.toolbar-search .searchbar--material {
  padding: 3px;
}
.searchbar-input-container {
  box-sizing: border-box;
  position: relative;
  display: block;
  -webkit-flex-shrink: 1;
          flex-shrink: 1;
  width: 100%;
}
.searchbar-input {
  margin: 0;
  touch-action: manipulation;
  -webkit-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 0 28px;
  height: 34px;
  border-radius: 5px;
  font-size: 0.95em;
  font-weight: 400;
  color: #000;
  background-color: #fff;
  padding-left: 30px;
  z-index: 10;
}
.searchbar--material .searchbar-input {
  padding: 6px 55px;
  height: auto;
  border-radius: 2px;
  font-weight: 400;
  color: #141414;
  background-color: #fff;
  background-position: 8px center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.searchbar-input--material {
  display: block;
  width: 100%;
  border: 0;
  font-family: inherit;
  padding: 6px 55px;
  height: auto;
  border-radius: 2px;
  font-size: 1.1em;
  font-weight: 400;
  line-height: 2rem;
  color: #141414;
  background-color: #fff;
  background-position: 8px center;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.searchbar-search-icon {
  position: absolute;
  top: 8px;
  left: 9px;
  background-repeat: no-repeat;
  background-size: 13px;
  margin-left: 0;
}
.searchbar--material .searchbar-search-icon {
  top: 11px;
  left: 16px;
  width: 21px;
  height: 21px;
}
/* Clear button */
.searchbar .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><path%20fill='rgba(0,%200,%200,%200.5)'%20d='M403.1,108.9c-81.2-81.2-212.9-81.2-294.2,0s-81.2,212.9,0,294.2c81.2,81.2,212.9,81.2,294.2,0S484.3,190.1,403.1,108.9z%20M352,340.2L340.2,352l-84.4-84.2l-84,83.8L160,339.8l84-83.8l-84-83.8l11.8-11.8l84,83.8l84.4-84.2l11.8,11.8L267.6,256L352,340.2z'/></svg>");
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
}
.searchbar--material .searchbar-clear-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,<svg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'><polygon%20fill='%235b5b5b'%20points='405,136.798%20375.202,107%20256,226.202%20136.798,107%20107,136.798%20226.202,256%20107,375.202%20136.798,405%20256,285.798%20375.202,405%20405,375.202%20285.798,256'/></svg>");
  position: absolute;
  top: 0;
  right: 13px;
  padding: 0;
  width: 22px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border-radius: 0;
}
.searchbar-clear-icon {
  margin: 0;
  padding: 0;
  min-height: 0;
}
.searchbar .button-clear {
  border-color: transparent;
  color: #387ef5;
  background-color: transparent;
}
.searchbar--material .button-clear {
  border-color: transparent;
  color: #387ef5;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
}
.button-inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
/* <== Search bar ==> */

