/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

.omoda-side-nav { position: fixed; top: 50%; transform: translateY(-50%); left: 10px; z-index: 1000; padding: 5px; border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; background-color: #1C2025; display: flex; flex-direction: column; align-items: center; opacity: .8; }
.omoda-side-nav-item { margin: 10px 0; position: relative; background-color: #fff; width: 8px; height: 8px; border-radius: 50%; -moz-border-radius: 50%; -webkit-border-radius: 50%; }
.omoda-side-nav-item.active { width: 12px; height: 12px; background-color: #F4FF14; }
.omoda-side-nav-item span { display: none; }
.omoda-side-nav-item:hover span { display: inline-flex; background-color: #1C2025; padding: 5px; border-radius: 3px; -moz-border-radius: 3px; -webkit-border-radius: 3px; color: #fff; font-weight: 600; font-size: 14px; position: absolute; left: 30px; top: -8px; white-space: nowrap; }

@media(max-width: 768px) {
    .omoda-side-nav { display: none !important; }
}
