/* 
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 */
.amelia-v2-booking {
    margin: 50px auto !important;
}

td.fc-day-other {
   /* background-color: #000;
    display: none;*/
}
td.fc-day-other:hover {
    background-color: #000;
    cursor: not-allowed; /* Cambia el cursor a "no permitido" */
}
.am-advsc__header{
    /*display: none !important;*/
}
.am-fs-dt__calendar__recurring .am-slide-popup__block-footer .am-button--primary {
    display: none !important;
}
.am-fs-dt__calendar__recurring .am-slide-popup__block-footer .am-button--secondary .am-button__inner {
    visibility: hidden; /* Oculta el texto original */
    position: relative;
}

.amelia-historico {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 20px 0 10px;
}

.amelia-historico .toggle-btn {
    padding: 8px 14px;
    background-color: #0073aa;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    white-space: nowrap;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

.amelia-historico .toggle-btn:hover {
    background-color: #005f8d;
}

.toggle-content {
    width: 100%;
    margin-top: 12px;
    padding: 10px 14px;
    border-left: 4px solid #0073aa;
    background-color: #f9f9f9;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.6;
    display: none;
    min-height: 60px;
}

.toggle-content.visible {
    display: block;
}

.toggle-content ul {
    margin: 0;
    padding-left: 18px;
}

.toggle-content li {
    margin-bottom: 6px;
}

