/**
 * @file
 * Five9 chat bubble - ensure it stays visible above other content.
 */

.five9-frame {
  z-index: 1015 !important;
}
