/* hide progress of dates in amelia */
.am-advsc__slot-wrapper {
    display: none;
}

.am-cat__main .am-cat__content,
.am-cat__main .am-fcis__header-text,
.am-cat__main .am-fcis__header-price,
.am-cat__main .am-fcis__mini-info
{
    display: none !important;
}

/* wie lange ein paketpreis gültig ist */
.am-fs__package-info2 {
    display: none !important;
}

/* increase z-index because of chatway */
body .amelia-v2-booking.am-forms-dialog {
    z-index: 2147483001 !important
}

/** mobile style for popup */
@media only screen and (max-width: 768px) {
    .am-dialog-popup .el-dialog {
        margin-bottom: 0 !important;
    }
    .am-dialog-popup .el-dialog__body {
        padding: 0px 10px !important;
        margin-top: -30px;
    }
    .am-icon-close {
        margin-right: 60px;
        margin-top: 25px;
    }
}

.am-cat__main * {
    width: 100%;
}

.am-cat__main .am-fcis__header-btn {
    display: block;
}

.am-cat__main .am-button {
    display: block !important;
    margin: auto !important;
    width: 50%;
}

/* hide amelia timezone */
.am-advsc__time-zone {
    display: none !important;
}
