/* 
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 */
.fs_ticket_closed_content p, .elementor-18 .elementor-element.elementor-element-1d2bb7e1{
	color:#000!important;
}
#tinymce p{
	font-family:poppins!important;
}
#site-footer{
	display:none;
}
.el-button.fs_create_ticket_btn, #fs_2fa_confirm, #fs_2fa_confirm:hover, .button-primary:hover{
	background-color:var( --e-global-color-primary )!important;
}


[type=button]:focus, [type=button]:hover, [type=submit]:focus, [type=submit]:hover, button:focus, button:hover{
	background-color:#eee!important;
}
.el-table__empty-text{
	line-height:1em!important;
}
.fs_tickets_header label{
	margin-right:10px;
}
.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header .fs_tickets_actions{
	justify-content: space-between;
    align-items: flex-end;
    width: 100%;
}
.fs_client_portal .fs_ticket_wrapper .fs_tickets_container .fs_tickets_header{    
	align-items: flex-start;
	flex-direction: column;   
	align-items: start!important;
}