/* 
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 */

.toggle-container {
      display: inline-flex;
      align-items: center;
  	justify-content: center;
      gap: 10px;
    }

    .toggle-label {
      font-size: 16px;
      font-weight: 500;
      color: #333;
    }

    .toggle-switch {
      position: relative;
      width: 60px;
      height: 30px;
      background-color: #ccc;
      border-radius: 30px;
      cursor: pointer;
      transition: background-color 0.4s;
    }

    .toggle-switch .slider {
      position: absolute;
      height: 26px;
      width: 26px;
      background-color: white;
      border-radius: 50%;
      top: 2px;
      left: 2px;
      transition: transform 0.4s;
    }

    .toggle-switch input:checked + .slider {
      transform: translateX(30px);
    }

    .toggle-switch input:checked {
      background-color: #f00;
    }

    .toggle-switch input:checked ~ .toggle-switch {
      background-color: #f00;
    }

#toggleSwitch {
	  opacity: 0;
    width: 50px;
  height: 60px;
  position: absolute;
  z-index: 10;
  cursor: pointer
}

.monthly {
	display: none
}