/* 
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 */


.dependent-tab-content .container {
    width: 100%;
}
  
.dependent-tab-content  button.accordion {
  width: 100%;
  background-color: whitesmoke;
  border: none;
  outline: none;
  text-align: left;
  padding: 15px 20px;
  font-size: 18px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  transition: background-color 0.2s linear;
  border-bottom: 1px solid #eee;
}
  
.dependent-tab-content  button.accordion:after {
    font-family: FontAwesome;
    content: "\f107";
    font-family: "fontawesome";
    font-size: 18px;
    float: right;
  }
  
.dependent-tab-content  button.accordion.is-open:after {
    content: "\f106";
  }
  
.dependent-tab-content  button.accordion:hover,
.dependent-tab-content  button.accordion.is-open {
    background-color: #ddd;
  }
  
.dependent-tab-content  .accordion-content {
    background-color: white;
    border-left: 1px solid whitesmoke;
    border-right: 1px solid whitesmoke;
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-in-out;
  }
  a.btn.btn-info.addDependent {
    background: #000;
    color: #fff !important;
    padding: 10px 20px;
    display: block;
    width: fit-content;
    margin-left: auto;
}
div#close-button-dependent {
  width: fit-content;
  margin-left: auto;
  font-size: 20px;
  color: #000;
  cursor: pointer;
}
button#save_dd_details {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-top: 20px;
  background: #000;
  color: #fff;
  padding: 15px 40px;
}
textarea#ddOtherInfo {
  background: #f7f7f7;
}
.dependents_header {
  display: inline-flex;
  width: 100%;
  align-items: center;
  margin-bottom: 30px;
}
.dependents_header h3 {
  margin-bottom: 0 !important;
  font-size: 20px;
  font-weight: bold !important;
}
.dependent_update_form button.updatedependent {
  background-color: #000 !important;
  color: #fff !important;
  display: block !important;
  width: 150px;
  margin-top: 20px;
  padding: 15px 30px;
}
p.dd_updatebtn_d {
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}
button#delete_dd_details1 {
  margin-top: 20px;
}

ul.variabl_single_input select#horario  {
    margin-bottom: 15px;
}