.root {
  position: absolute;
  width: 100%;
  padding: 7px 0;
  background-color: #ffffff;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
  z-index: 11;
}
