.brxe-custom-rainfall {
  overflow: hidden;
}

.rainfall-column {
  position: absolute;
  top: 0;
  height: 100%;
  z-index: 5;
}

.rainfall-drop {
  pointer-events: none;
}

.rainfall-toggle {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(60, 84, 114, 0.6);
  transition: background-color 300ms;
  position: absolute;
  right: 16px;
  bottom: 16px;
  border-radius: 32px;
  z-index: 10;
}

.rainfall-toggle:hover {
  background-color: #0177cb;
}
