.app-detailed-input {
  display:          flex;
  width:            100%;
  height:           32px;
  border:           1px solid #d9dfe7;
  border-radius:    3px;
  background-color: #f2f6fa;
  box-sizing:       border-box;
}

.app-detailed-input_dropdown-active {
  border-bottom-right-radius: 0;
  border-bottom-left-radius:  0;
}

.app-detailed-input_selected-items {
  border-top-left-radius:  0;
  border-top-right-radius: 0;
}

.app-detailed-input_active-info {
  border-top-right-radius:    0;
  border-bottom-right-radius: 0;
}

.app-detailed-input_focus {
  outline:      none;
  border-color: #abbdd4;
  box-shadow:   0 0 5px 0 rgba(154, 168, 181, 0.39);
}

.app-detailed-input__label {
  display: flex;
  padding: 6px 8px;
  width:   100%;
  margin:  0;
}

.app-detailed-input__input {
  box-sizing:       border-box;
  padding:          0;
  width:            100%;
  height:           15px;
  border:           none;
  background-color: inherit;
  font-weight:      normal;
  font-size:        12px;
  line-height:      normal;
}

.app-detailed-input__input:focus {
  outline: none;
}
