/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1764259322
Updated: 2025-11-27 16:02:02

*/
.agent-template-default form.acfe-form .acf-field[data-name="domain"] .acf-input-wrap {
   display: flex;
   flex-wrap: wrap;
   align-items: center;
   column-gap: 10px;
}

.agent-template-default form.acfe-form .acf-field[data-name="domain"] input {
   flex: 1 0 0%;
}

.agent-template-default form.acfe-form .acf-field[data-name="domain"] .button {
   display: flex;
   align-items: center;
   justify-content: center;
   background: var(--card-bg);
   border: 1px solid var(--border-color);
   padding: 14px 24px;
   border-radius: var(--radius);
   cursor: pointer;
   font-weight: 500;
   transition: var(--transition);
   text-align: center;
   color: var(--text-muted);
   line-height: 1;
   font-size: 13px;
}

.agent-template-default form.acfe-form .acf-checkbox-list li {}

.agent-template-default form.acfe-form .acf-checkbox-list label {}

.agent-template-default form.acfe-form .acf-checkbox-list input[type="checkbox"] {
   color: #fff;
   background: transparent;
   border: 0;
   border-radius: 0;
   box-shadow: none;
   padding: 0;
   margin: 0;
}

.agent-template-default form.acfe-form .acf-checkbox-list label::before {}

.agent-template-default form.acfe-form .acf-checkbox-list label::after {}

.agent-template-default form.acfe-form .acf-checkbox-list label:has(input:checked)::before {}

.agent-template-default form.acfe-form .acf-checkbox-list label:has(input:checked)::after {
   background-color: var(--e-global-color-primary);
}

.agent-template-default form.acfe-form .acf-fields > .acf-tab-wrap {
   background: transparent;
   margin-bottom: 20px;
   border-bottom: 1px solid var(--border-color);
   padding-bottom: 0px;
}

.agent-template-default form.acfe-form .acf-fields > .acf-tab-wrap .acf-tab-group {
   padding: 0;
   border: 0;
   margin: 0;
}

.agent-template-default form.acfe-form .acf-fields > .acf-tab-wrap .acf-tab-group:has(.active)::after {
   /* border-bottom: 2px solid red; */
}

.agent-template-default form.acfe-form .acf-fields > .acf-tab-wrap .acf-tab-group li a {
   background: var(--card-bg);
   border-color: var(--border-color);
   color: var(--text-muted);
}

.agent-template-default form.acfe-form .acf-fields > .acf-tab-wrap .acf-tab-group li.active a {
   margin: 0;
   padding-bottom: 5px;
   background: var(--text-muted);
   border-color: var(--text-muted);
   color: var(--e-global-color-primary);
}

.agent-template-default form.acfe-form .acf-fields select {
   background-color: var(--e-global-color-primary);
   border-style: solid;
   border-width: 1px 1px 1px 1px;
   border-color: #45556C;
   border-radius: 16px 16px 16px 16px;
   padding: 16px 16px 16px 16px;
   color: var(--text-muted);
   -webkit-appearance: none;
   -moz-appearance: none;
   appearance: none;
   background-repeat: no-repeat;
   background-position: calc(100% - 20px) 50%;
   background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='16' height='16'%3e%3cpath fill='%23D1DAE3' d='M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z'/%3e%3c/svg%3e");
}

.agent-template-default form.acfe-form .acf-fields select:focus-visible {
   outline: none;
}