/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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: 1.0.1
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
*/

/* FIX HORIZONTAL SCROLL MEGA MENU ISSUE */ 
body {
    overflow-x: hidden;
}

.contact_form_wrapper .gform_button {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: var( --e-global-color-primary );
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: var( --e-global-color-primary );
    border-radius: 4px 4px 4px 4px;
    padding: 8px 14px 8px 14px;
}

.contact_form_wrapper .gform_button:hover {
    color: #FFFFFF;
    background-color: var( --e-global-color-accent );
    border-color: var( --e-global-color-accent );
}

.wcs-timetable--7 .wcs-timetable--countdown .wcs-class__countdown-time::before {
    background-color: #c7c7c700;
}

.wp-dark-mode-inactive body, html body {
    background-image: url("https://dev.coindraw.io/wp-content/uploads/2022/04/dbdbdb-transparent.png");
    background-color: #dbdbdb;
}

.wp-dark-mode-active body {
    background-image: url("https://coindraw.io/wp-content/uploads/2022/07/My-project-2.png")!important;
    background-color: var(--wp-dark-mode-bg) !important;
}

.wp-dark-mode-active.coindraw :not(.wp-dark-mode-ignore):not(img):not(a):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) {
    background-color: transparent!important;
}

.wp-dark-mode-inactive .elementor-location-header .jet-mobile-menu__container, .wp-dark-mode-active.coindraw :not(.wp-dark-mode-ignore):not(img):not(a):not(a):not(.elementor-element-overlay):not(.elementor-background-overlay) .jet-mobile-menu__container {
    background-color: #202225!important;
}

.coindraw.wp-dark-mode-active div#cookie-law-info-bar {
    background-color: #202225!important;
}
<style>
    /* Replace #236084 with #202225 */
    .my-element {
        filter: hue-rotate(-15deg);
    }
</style>

<div class="my-element" style="background-color: #236084;">Hello World</div>