@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

@font-face {
  font-family: "roboto-bold";
  src: url(/public/fonts/Roboto/Roboto-medium.ttf) format("opentype"); }

@font-face {
  font-family: "roboto";
  src: url(/public/fonts/Roboto/Roboto-Regular.ttf) format("opentype"); }

.input {
  padding: 10px;
  border: 1px solid #EDEDED;
  color: #444444;
  width: 100%;
  border-radius: 30px;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.05); }
  .input_is-counter {
    box-shadow: none;
    border-color: #C0E1FC; }

.input__search-icon {
  background: url(../../../public/img/icons/search.svg);
  background-repeat: no-repeat;
  background-position-y: center;
  height: 100%;
  width: 20px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  height: 100%;
  background-size: contain; }
  .input__search-icon_is-arabic {
    right: auto;
    left: 10px; }

label.error {
  position: absolute;
  top: 40px;
  right: 0px;
  bottom: -10px;
  left: 0px; }
