
html.is-locked,
html.is-locked body {
    /* want to fix the height to the window height */
    /*height: calc(var(--window-inner-height) - var(--window-inner-top));*/

    /* want to block all overflowing content */
    overflow: hidden;

    /* want to exclude padding from the height */
    box-sizing: border-box;
    position:fixed;
    top:var(--window-inner-top);
    width: 100%;
    height: calc(var(--window-inner-height) - var(--window-inner-top));

    
}
.leave_review{
    white-space: nowrap;
}
#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-wp-logo,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-customize,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-updates,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-comments,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-new-content,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-wpseo-menu,#wp-toolbar #wp-admin-bar-root-default #wp-admin-bar-custom-html-toolbar{
	display: none!important;
}
#wp-admin-bar-site-name .ab-sub-wrapper{
	display: none!important;
}
.inputer_checker{
    font-family: Inter;
font-size: 14px;
font-style: normal;
font-weight: 400;color: var(--Accent-color, #D61E89);
margin-top: 20px;
display: block;
}
.inputer_checker:last-child{
    margin-bottom: 0;
}
.pop_info_av2{
    position: fixed;
    z-index: 99100;
    border-radius: 18px;
    background: #FAFAFA;
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.20);
    width:358px;
    min-height:154px;
    max-width:100%;
    padding:24px 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    display: none;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    color: var(--Main-black-color, #222);
    text-align: center;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    gap:24px;
}
.pop_info_av2_closer{
    color: var(--Main-wight, #FAFAFA);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 12px;
    background: var(--Accent, #D61E89);
    padding:8px 32px;
    cursor: pointer;
}
.pop_info_av2.active{
    display: flex;
}
.pop_info_av2_darker{
    position: fixed;
    top:0;
    left:0;
    width:100vw;
    height:100vh;
    z-index: 99099;
    background: rgba(0,0,0,0.8);
    cursor: pointer;
    display: none;
}
.pop_info_av2_darker.active{
    display: block;
}

.closer_date_select_new{
    position: absolute;
    top: 16px;
    right: 16px;
    width: 32px;
    height: 32px;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: var(--Accent, #D61E89);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
}
.date_mobile_darker_new{
    display: none;
    position: fixed;
    width:100vw;
    height:100vh;
    bottom:0;
    background: black;
    opacity: 0.7;
    left:0;
    z-index: 29;
}
.date_mobile_darker_new.active,.date_wrapper_mobile.active{
    display: block;
}
.date_wrapper_mobile{
    display: none;
    position: fixed;
    width:100vw;
    height:calc(var(--window-inner-height) * 0.9);
    bottom:0;
    left:0;
    z-index: 30;
    border-radius: 18px 18px 0 0;
    background: var(--Main-wight, #FAFAFA);
    box-shadow: 0px 8px 18px 0px rgba(0, 0, 0, 0.20);
}
#calendar-container{
    max-height:calc(var(--window-inner-height) * 0.9 - 19px - 18px - 26px - 64px - 20px)!important;
}
.date_wrapper_mobile .mobtitle {
    content: '2';
    display: block;
    position: relative;
    width: 100%;
    color: var(--3-Dark-text, #222);
    font-family: Inter;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.66px;
    margin-top: 18px;
    text-align: center;
    margin-bottom: 19px;
}
.date_wrapper_mobile .drp-buttons .cancelBtn {
    border: unset!important;
    background: unset!important;
    outline: unset!important;
    color: var(--Accent, #D61E89);
    font-family: Inter!important;
    font-size: 14px!important;
    font-style: normal;
    font-weight: 600!important;
    line-height: normal;
    text-decoration-line: underline;
    cursor: pointer;
    margin-left: auto!important;
    display: block;
    white-space: nowrap;
}
.date_wrapper_mobile .drp-buttons .cancelBtn {
    color: var(--Accent, #D61E89);
    font-family: Inter;
    font-size: 18px!important;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-decoration-line: underline;
    margin: unset;
    padding: unset;
}
.date_wrapper_mobile .drp-buttons {
    background: var(--Main-wight, #FAFAFA);
    box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.15);
    height: 64px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    align-items: center;
    display: flex!important;
    border-top: unset!important;
    justify-content: space-between;
    gap: 32px;
    padding: 12px 16px!important;
}
.pickmeup{
    background:unset!important;

}
.pmu-instance{
    width:100%!important;
    max-width:calc(44px * 7)!important;
    height: auto!important;
    padding:unset!important;
}
.pmu-prev,.pmu-next{
    display: none!important;
}
.pmu-month{
    color: var(--3-Dark-text, #222)!important;
    font-family: Inter!important;
    font-size: 18px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    letter-spacing: 0.54px!important;
    margin-bottom: 24px!important;
    text-align: left;
    padding-left:10px;
}
.pmu-day-of-week div{
    color: var(--3-Dark-text, #222)!important;
    font-family: Inter!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    width:44px!important;
    height: 36px!important;
}
.pmu-days .pmu-button{
    color: var(--3-Dark-text, #222)!important;
    text-align: center!important;
    font-family: Inter!important;
    font-size: 14px!important;
    font-style: normal!important;
    font-weight: 500!important;
    line-height: normal!important;
    width:44px!important;
    height: 36px!important;
    display: flex!important;
    align-items: center;
    justify-content: center;
}
.pmu-selected{
    background: #EDA4C3!important;
}
.pmu-not-in-month{
    opacity: 0!important;
}
.pmu-days{
    display: flex;
    flex-wrap: wrap;
}
.pmu-selected.pmu-first{
    color: var(--Main-wight, #FAFAFA)!important;
    border-end-start-radius: 8px;
    border-start-start-radius: 8px;
    background: var(--Accent, #D61E89)!important;
}
.pmu-selected.pmu-last{
    color: var(--Main-wight, #FAFAFA)!important;
    border-end-end-radius: 8px;
    border-start-end-radius: 8px;
    background: var(--Accent, #D61E89)!important;
}
.pmu-today.pmu-button{
    background: unset!important;
    pointer-events: none!important;
    color:var(--3-Dark-text, #222)!important;
}

#calendar-container{
    max-height:400px;
    overflow: auto;
}
.three-calendars > div{
      display: flex!important;
    flex-direction: column!important;
        justify-content: center;
    align-items: center;
}
.date_wrapper_mobile .drp-selected{
    display: none!important;
}
.pmu-disabled,.pmu-today{
    opacity: 0.4;
    pointer-events: none;
}
@media screen and (max-width:1000px){
    #config-demo{
        padding:0!important;
    }
}
.pmu-month.pmu-button{
    pointer-events: none;
}



 .wp-element-button{
    background: var(--Accent, #D61E89)!important;
    color: var(--Main-wight, #FAFAFA)!important;
        transition: opacity 0.4s ease-out;
    cursor: pointer;
 }

.wp-element-button:hover{
        opacity: 0.8;
}
.blog_left_column > .wp-block-embed.is-type-video iframe{
    width:100%;
    height:calc(100vw / 16 * 9);
    max-height:calc(964px / 16 * 9);
    border-radius: 18px;
}
.wp-block-embed.is-type-video iframe{
    width:100%;

    border-radius: 18px;
}

.blog_left_column > figure,.wp-block-columns,.wp-block-media-text,.wp-block-file,hr{
    margin:24px 0;
}
.blog_left_column h2,.blog_left_column h3,.blog_left_column h4,.blog_left_column h5,.blog_left_column h6{
    font-weight: 600;
}
.wp-block-gallery{
    --wp--style--unstable-gallery-gap: 16px!important;
    gap: 16px!important;
}
@media screen and (max-width:781px){
    .wp-block-columns{
        gap:0!important;
    }
    .blog_left_column   iframe{
        width:100%;
        height:calc(100vw / 16 * 9);
        max-height:calc(964px / 16 * 9);
        border-radius: 18px;
    }
}