.ajs-layer {
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 3px;
  min-width: 200px;
  overflow-x: hidden;
  overflow-y: auto;
  z-index: 12000;
}
.ajs-layer.box-shadow {
  box-shadow: 0 4px 8px -2px rgba(9, 30, 66, 0.25), 0 0 1px rgba(9, 30, 66, 0.31);
}
.ajs-layer.limited {
  max-height: 450px;
}
.ajs-layer-placeholder {
  display: none;
  position: relative;
}
