/*
Theme Name: ViDi Dashboard The Theme
Description: Vi-Di Dashboard Theme for Elementor. Child Theme based on Hello Elementor.
Author: mastflow
Author URI: https://mastflow.de
Template: hello-elementor
Version: 2.0.0
Text Domain:  hello-elementor-child
GitHub Theme URI: markoste/dashboard-vidi-child-theme
Primary Branch: main
*/

/*
 * DANGER!
 *
 * DO NOT EDIT ANYTHING HERE!
 *
 * Maintained via GitHub repository!
 *
 */


/* remove the strange submit form injected by something in the theme */
/* #main #content #post-13 .post-content form.fusion-contact-form {
	display: none;
} */

/* hide user logout in My Account page */
.fusion-body .avada-myaccount-user {
    display: none;
}

/* German Market Text zu digitalen Produkten von rot auf schwarz ändern */
.wgm-digital-checkout-notice {
    /* Var tut nicht?? color: var(--body_typography-color);*/
    color: black;
}

/* Radiobuttons auf Kassenseite sind nicht zu erkennen. */
.fusion-woo-checkout-payment-tb ul li input:checked + label:after {
    /* color: var(--primary_color) !important; */
    background-color: var(--primary_color) !important;
}

.fusion-woo-checkout-payment-tb ul li > label:before {
    border-color: black !important;
}

#all-sessions-table .jet-dynamic-table {
    margin-top: 20px;
}