/*!
 * Plugin Name:       WPX - Elementor Hooks
 * Plugin URI:        https://www.wpx.at
 * Description:       Customize Elementor.
 * Version:           0.0.5.11
 * Author:            WP-Xtension - Daniel Platzer
 * Author URI:        https://www.wpx.at
 * License:           (c) Daniel Platzer.
 */
.custom-scroll-bar::-webkit-scrollbar {
  width: 7px;
  background: #f3f2f1;
}
.custom-scroll-bar::-webkit-scrollbar-thumb {
  background: #54595f;
  border-radius: 20px;
}
.custom-scroll-bar::-webkit-scrollbar-thumb:hover {
  background: var(--e-global-color-primary);
}
.custom-scroll-bar {
  scrollbar-width: thin;
  scrollbar-color: #54595f #f3f2f1;
}
/*# sourceMappingURL=style.css.map */
