.elementor-1203 .elementor-element.elementor-element-dc3ef02 > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-1203 .elementor-element.elementor-element-dc3ef02:not(.elementor-motion-effects-element-type-background), .elementor-1203 .elementor-element.elementor-element-dc3ef02 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-1203 .elementor-element.elementor-element-dc3ef02{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;}.elementor-1203 .elementor-element.elementor-element-dc3ef02 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-bc-flex-widget .elementor-1203 .elementor-element.elementor-element-e0149ae.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-1203 .elementor-element.elementor-element-e0149ae.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-1203 .elementor-element.elementor-element-e0149ae.elementor-column > .elementor-widget-wrap{justify-content:center;}@media(max-width:767px){.elementor-1203 .elementor-element.elementor-element-dc3ef02{margin-top:75px;margin-bottom:0px;}.elementor-1203 .elementor-element.elementor-element-e0149ae > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 0px;}.elementor-1203 .elementor-element.elementor-element-230dec2 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for section, class: .elementor-element-bfb87b4 */.elementor-1203 .elementor-element.elementor-element-bfb87b4 {display:none;}/* End custom CSS */
/* Start custom CSS */body {background:#000!important; color:#fff;}
.amelia-v2-booking {
    background:#000!important;
}

.amelia-v2-booking #amelia-container .am-asi{
    background:#000!important;
    
}

#amelia-container {
    margin:0px 0px !important;
    margin-bottom:75px!important;
    height: calc(100vh - 150px)!important;
}
.am-asi__header, .am-asi__text, .am-ff__item-label, .am-asi__footer-text {
    color:#fff!important;
} 

.el-alert__title {
    color:#B4190F!important;
}

.el-alert__closebtn > svg {
    color: #fff!important;
}

.am-msd__item-wrapper > .am-msd__item:nth-of-type(5) {
  display: none!important;
}

.amelia-v2-booking, #amelia-container, .am-fs__main{
    border-radius:0px!important;
}

.am-slide-popup__up-inner-mobile {
    border-radius:0px!important;
}

.am-ff__item-label {
    color: #808080!important;
}


/* pop up riprogramma cancella */
/* Nascondi il pulsante dei tre puntini */
.am-cc__edit-btn {
    display: none !important;
}

/* Nascondi il popover originale */
.am-cc__popper {
    display: none !important;
}

/* Crea i nuovi pulsanti sempre visibili */
.am-cc__content::after {
    content: "";
    display: block;
    width: 100%;
    height: auto;
    margin-top: 15px;
}



/* Versione alternativa con pulsanti più elaborati */
.am-cc__content-inner {
    position: relative;
}

.am-cc__content-inner::before {
    content: "";
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-top: 1px solid var(--am-c-cc-text-op15);
    background: var(--am-c-cc-bgr);
}

/* Stile per i pulsanti personalizzati */
.am-cc__custom-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid var(--am-c-cc-text-op15);
    gap: 10px;
}

.am-cc__custom-btn {
    flex: 1;
    padding: 8px 12px;
    border: 1px solid var(--am-c-cc-primary);
    border-radius: var(--am-rad-input);
    background: transparent;
    color: var(--am-c-cc-primary);
    font-family: var(--am-font-family);
    font-size: 13px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.am-cc__custom-btn:hover {
    background: var(--am-c-cc-primary);
    color: white;
}

.am-cc__custom-btn.delete {
    border-color: var(--am-c-cc-error);
    color: var(--am-c-cc-error);
}

.am-cc__custom-btn.delete:hover {
    background: var(--am-c-cc-error);
    color: white;
}

/* Aumenta l'altezza del contenuto per fare spazio ai pulsanti */
.am-cc__content {
    padding-bottom: 60px;
}

/* Versione con JavaScript per funzionalità complete */
/* Aggiungi questo CSS se usi la versione JavaScript */
.am-custom-actions {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
    padding-top: 10px;
    border-top: 1px solid rgba(26, 44, 55, 0.15);
    gap: 10px;
}

.am-custom-action-btn {
    flex: 1;
    padding: 10px 15px;
    border: none;
    border-radius: 6px;
    font-family: 'Amelia Roboto', sans-serif;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    transition: all 0.3s ease;
}

.am-reschedule-btn {
    background: rgba(0, 157, 255, 0.1);
    color: rgba(0, 157, 255, 1);
    border: 1px solid rgba(0, 157, 255, 0.3);
}

.am-reschedule-btn:hover {
    background: rgba(0, 157, 255, 1);
    color: white;
}

.am-cancel-btn {
    background: rgba(180, 25, 15, 0.1);
    color: #B4190F;
    border: 1px solid rgba(180, 25, 15, 0.3);
}

.am-cancel-btn:hover {
    background: #B4190F;
    color: white;
}
/* fine */

.am-capf {display:none!important;}/* End custom CSS */