/* 
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
*/
a.gv-search-clear{
	display:none !important;
}
.gv-button-cancel, .gv-back-link{
    background-color: var( --e-global-color-b887fef );
    font-family: "title", "budyy";
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.8);
    color: white !important;
    border-style: solid;
    border-width: 4px 4px 4px 4px;
    border-color: var(--e-global-color-b887fef);
    border-radius: 15px 15px 15px 15px;
    padding: 7px;
	  width: fit-content;
}
.gv-button-cancel:hover, .gv-back-link:hover{
	background-color: var(--e-global-color-360c417);
}
p.gv-back-link a{
	color: white !important;
}
table td, table th {
    border: 0;
}
.admin .elementor-icon-box-icon{
    position: absolute;
    left: 25px;
    bottom:-15px;
}
.gv-search label{
    padding-bottom: 20px;
}
.gv-table-view .alt td{
    display: flex !important;
    width: 100%;
    padding: 10px;
}
table tbody>tr:nth-child(odd)>td, table tbody>tr:nth-child(odd)>th {
    background-color: hsla(0, 0%, 50.2%, 0.0970588);
    width: 49%;
}
.gv-table-view tr {
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap;
}
.elementor-widget-icon-box a:after {
  content: ""; 
  display: block !IMPORTANT; 
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0; 
  z-index: 1; 
}
.gfield_label{
    padding-top: 20px !important;
}
.gv-edit-entry-title{
    display: none;
}
.gfield_description{
 margin-top: 0 !important; 
}