/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 14 2026 | 10:51:31 */
@media (max-width: 1024px) {
div#slider-73 {
    height: 500px;
}
    .am-ec {
        flex-wrap: wrap !important;
        align-items: flex-start !important;
    }

    .am-ec__info {
        order: 1;
        width: 100%;
    }

    .am-ec__period {
        order: 2;
        width: 100%;
        display: block !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .custom-event-end {
        order: 3;
        /* width: 100%; */
    }

    .am-ec__period-text {
        min-width: 60px;
    }

    .am-ec__period-date {
        display: flex !important;
        align-items: center !important;
        gap: 4px !important;
        margin: 0 !important;
    }

    .am-ec__period-time {
        margin-left: auto !important;
    }

    .am-ec__info-other {
        display: flex !important;
        flex-direction: column !important;
        gap: 6px !important;
    }

    .custom-event-sessions,
    .custom-event-price-session {
        margin: 0 !important;
    }

    .am-ec__actions {
        order: 4;
        width: 100%;
    }
    .am-ec__info-other {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: wrap !important;
        align-items: center !important;
        gap: 12px !important;
    }

    .am-ec__info-other p {
        margin: 0 !important;
    }
}
@media (min-width: 1024px) {
.amelia-v2-booking #amelia-container .am-ec__info-other {
    display: ruby !important;
}}
/*all devices and resolotions*/
.page-id-29165 .am-fs__pis.am-fs__main-content .am-fs__pis-includes .am-collapse-item.am-collapse-item-no-button.am-collapse-item__arrow {
    pointer-events: none !important;
}

.page-id-29165 .am-collapse-item__trigger.am-collapse-item__trigger-side {
    display: none !important
}
.page-id-29168 .am-ec__info-other, .page-id-29168 .am-ec__period {
    display: none !important;
}
.page-id-29026 .am-fs__congrats-info-app-employee, .page-id-29140 .am-fs__congrats-info-app-employee,.page-id-29165 .am-fs__congrats-info-app-employee,.page-id-29168 .am-fs__congrats-info-app-employee {
    display: none !important;
}
.am-fs__congrats-info-customer-phone {
    display: none !important;
}

.el-select.am-select.am-select--default.am-select--suffix.am-select--prefix.am-ctz {
    display: none !important;
}
.um-account-side li:nth-child(3) {display: none !important}.custom-account-menu {
    position: relative;
    display: inline-block;
}

.custom-account-menu ul {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    min-width: 220px;
    padding: 10px 0;
    margin: 0;
    list-style: none;
    box-shadow: 0 10px 30px rgba(0,0,0,.1);
    z-index: 999;
}

.custom-account-menu:hover ul {
    display: block;
}

.custom-account-menu ul li a {
    display: block;
    padding: 10px 18px;
    text-decoration: none;
    color: #000;
}

.custom-account-menu ul li a:hover {
    background: #f5f5f5;
}
.am-fs-sb__page:nth-child(1) {
    display: none !important;
}
.ttb-terms-box{
    max-height:120px;
    overflow-y:auto;
    border:1px solid #ddd;
    border-radius:12px;
    background:#fafafa;
    padding:20px;
    margin-bottom:16px;
    font-size:14px;
    line-height:1.7;
}

.ttb-terms-box h4{
    margin-top:0;
    margin-bottom:12px;
}

.ttb-terms-box .am-checkbox-group-wrapper{
    margin-top:20px;
    padding-top:16px;
    border-top:1px solid #e5e5e5;
}
.page-id-29160 .am-fs__ps-popup__heading {
    display: none;
}
.session-categories {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
    margin-bottom: 32px;
}
.page.page-id-29749 .session-categories { grid-template-columns: repeat(3, 1fr); }

.session-category {
    background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 18px;
    padding: 26px 18px;
    cursor: pointer;
    transition: all .25s ease;
    text-align: center;
    box-shadow: 0 4px 14px rgba(0,0,0,0.04);
}

.session-category:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 28px rgba(0,0,0,0.08);
    border-color: #cfcfcf;
}

.session-category.active {
    background: #111;
    border-color: #111;
}

.session-category.active .session-title,
.session-category.active .session-subtitle {
    color: #fff;
}

.session-title {
    display: block;
    font-size: 22px;
    font-weight: 700;
    color: #111;
    line-height: 1.2;
}

.session-subtitle {
    display: block;
    font-size: 13px;
    margin-top: 8px;
    color: #777;
    font-weight: 400;
}

/* mobile */

@media (max-width: 768px) {
    .session-categories {
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
    }
	.page.page-id-29749 .session-categories { grid-template-columns: repeat(1, 1fr) !important; }

    .session-category {
        padding: 20px 12px;
        border-radius: 14px;
    }

    .session-title {
        font-size: 18px;
    }

    .session-subtitle {
        font-size: 12px;
    }
}
.session-categories a {
    display: grid;
}
/* hide coach column in Amelia booking summary */

.am-fs__ps-overview-service-booked .am-summary p:nth-child(4),
.am-fs__ps-overview-service-booked .am-summary-small-screen div:nth-child(4) {
    display: none !important;
}
.am-fs__ps-overview-service-booked .am-summary p:nth-child(5),
.am-fs__ps-overview-service-booked .am-summary-small-screen div:nth-child(5) {
    display: none !important;
}
.page-id-29165 .am-fs__ci-info .am-fs__ci-info__el:nth-child(4), .page-id-29026 .am-fs__ci-info .am-fs__ci-info__el:nth-child(4) {
    display: none !important
}
.page-id-29160 .am-fs__init-item__price {
    display: none !important;
}
.page-id-29160 .am-fs-scl__content {
    display: flex !important;
    flex-direction: column !important;
}

.page-id-29160 .am-fs__init-item:nth-child(1) {
    order: 3;
}

.page-id-29160 .am-fs__init-item:nth-child(2) {
    order: 1;
}

.page-id-29160 .am-fs__init-item:nth-child(3) {
    order: 2;
}

.group-back-wrapper {
    margin-bottom: 24px;
}

.group-back-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    padding: 10px 16px;

    background: #f4f7fb;
    border: 1px solid #dce5f1;
    border-radius: 999px;

    color: #1a2c37;
    text-decoration: none;
    font-weight: 600;

    transition: .25s ease;
}

.group-back-btn:hover {
    background: #eaf1fb;
    border-color: #265cf2;
    color: #265cf2;
}

/*متن های مربوط به رزرو اواسط ماه*/
.ttb-midmonth-notice {

    display: flex;
    align-items: flex-start;
    gap: 18px;

    margin: 0 0 30px;
    padding: 20px 24px;

    background: linear-gradient(
        135deg,
        #f4f8ff,
        #eef5ff
    );

    border: 1px solid #d8e4ff;
    border-left: 5px solid #265cf2;

    border-radius: 14px;

    box-shadow:
        0 4px 14px rgba(
            38,
            92,
            242,
            .08
        );
}

.ttb-midmonth-notice__icon {

    flex-shrink: 0;

    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: #265cf2;
    color: #fff;

    font-size: 20px;
}

.ttb-midmonth-notice__content h3 {

    margin: 0 0 8px;

    color: #1a2c37;

    font-size: 20px;
    font-weight: 700;
}

.ttb-midmonth-notice__content p {

    margin: 0 0 10px;

    color: #556270;

    line-height: 1.7;
}

.ttb-midmonth-notice__content p:last-child {
    margin-bottom: 0;
}

.ttb-midmonth-notice strong {

    color: #265cf2;
    font-weight: 700;
}

@media (max-width: 767px) {

    .ttb-midmonth-notice {

        flex-direction: column;
        gap: 14px;

        padding: 18px;
    }

    .ttb-midmonth-notice__icon {

        width: 38px;
        height: 38px;

        font-size: 18px;
    }

    .ttb-midmonth-notice__content h3 {

        font-size: 18px;
    }
}
.banner-content-background .wrapper-content-banner.wd-justify-center.wd-items-middle {
    bottom: 2px !important;
    position: absolute;
    top: 84%;
    padding: 52px 0px;
}
.ttb-terms-box {
    padding: 5px 10px !important;
}
a.wd-social-icon.social-facebook {
    background-color: var(--wd-social-brand-color);
    border: none;
}

a.wd-social-icon.social-instagram {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
    border: none;
}

a.wd-social-icon.social-threads {
    background-color: var(--wd-social-brand-color);
    border: none;
}

a.wd-hide-md.wd-social-icon.social-whatsapp {
    background-color: var(--wd-social-brand-color);
	background-color: #1ebea5 !important;
    border: none !important;
}
.am-ev-empty {
    display: none !important;
}
.page.page-id-29168 .amelia-v2-booking #amelia-container .am-eli__description-text.ql-description img {
    max-width: 2%;
}