.animated-menu {
  display: block !important;
  transition: all 0.3s ease;
  transform: scale(0);

  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 8px 0 rgba(0, 0, 0, 0.12);
}

.rt-animation {
  transform-origin: right top;
}

.lt-animation {
  transform-origin: left top;
}

.rb-animation {
  transform-origin: right bottom;
}

.lb-animation {
  transform-origin: left bottom;
}

.show.animated-dropdown > ul {
  transform: scale(1) !important;
}

.input-active .animated-dropdown {
  transform: scale(1) !important;
}
