.root {
  position: relative;
  .select {
    position: absolute;
    z-index: 1;
    background: white;
    width: 100%;
    box-shadow: 0 4px 18px 3px rgba(0, 0, 0, 0.12),
      0 10px 14px 1px rgba(0, 0, 0, 0.14), 0 6px 6px -3px rgba(0, 0, 0, 0.2);
  }
}

.listText {
  font-size: 0.875rem !important;
}
