/* 
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 */
/* Disable WordPress Admin Bar for all users except administrators */

footer#site-footer img {
    display: none;
}button.el-button.fs_create_ticket_btn {
    padding: 15px !important;
}
.fs-feedback-col,
.fs-feedback-cell {
    width: 160px !important;
    min-width: 160px !important;
    max-width: 160px !important;
    text-align: center;
}

.fs-feedback-select {
    width: 130px;
    padding: 4px 6px;
    font-size: 13px;
}
.fs_tickets_container col:first-child{
	    width: 42% !important;
}
.fs_tickets_container col:nth-child(3){
	    width: 20% !important;
}
.fs_tickets_container col:nth-child(2){
	    width: 20% !important;
}
.fs_tickets_container col.fs-feedback-colgroup{
	    width: 18% !important;
}