* {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 0px;
}

section.sidenote.barEmbed {
    cursor: pointer;
    position: fixed;
    right: -60px;
    left: inherit;
    z-index: 9999;
    top: 50%;
    height: 55px;
    border-radius: 0px 0px 4px 4px;
    box-shadow: 0 0 30px 0 rgba(0,0,0,.2);
    transform: rotate(90deg);
    -webkit-transform-origin: 50% 51%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    padding-right: 15px;
    padding-left: 9px;
    width: 174px;
    transition: 0.4s ease;
}

section.sidenote.barEmbed:hover {
    right: -64px;
}

section.sidenote.barEmbed p {
    transform: rotate(-180deg);
    max-width: 130px;
    text-transform: uppercase;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-left: 6px;
}

section.sidenote.barEmbed i.material-icons {
    transform: rotate(-180deg);
    margin-left: 6px;
}

section.sidenote.barEmbed a.greet-popup-open {
    border: none;
    background: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    font-size: 12px;
    color: #666;
    max-width: calc(100% - 80%);
    margin-right: 20px;
    box-shadow: none !important;
    cursor: pointer;
    transition: 0.5s ease;
    text-decoration: none;
    font-weight: normal;
}

section.sidenote.barEmbed button:focus {
    outline: none;
}

section.sidenote.barEmbed button:hover {
    opacity: 0.9;
}

section.sidenote.barEmbed.left {
    right: inherit;
    left: -60px;
    border-radius: 4px 4px 0px 0px;
}
section.sidenote.barEmbed.left:hover{
    left: -64px;
}


.greetbar-popupClose {
    background: url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://dlvkyia8i4zmz.cloudfront.net/dzKrK0jIRVe7nYrjG158_np_close_85663_FFFFFF.svg);
    position: fixed;
    top: 15px !important;
    right: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99999 !important;
    background-size: 18px;
    background-repeat: no-repeat;
    box-shadow: none !important;
    border: none !important;
}


/**** popup Css ****/

section.greet_popup {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
}

section.greet_popup iframe {
    z-index: 9;
    position: relative;
    margin: 0 auto;
    height: calc(100% - 16%);
    overflow: auto;
    border: none;
    max-width: 100%;
    width: 60%;
}

.close-popup {
    background: url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://dlvkyia8i4zmz.cloudfront.net/dzKrK0jIRVe7nYrjG158_np_close_85663_FFFFFF.svg);
    position: fixed;
    top: 2% !important;
    right: 16%;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 99999 !important;
    box-shadow: none !important;
    background-size: 18px;
    background-repeat: no-repeat;
    background-position: center left;
}

.fadeOut {
    opacity: 0;
    transition: opacity 500ms;
}

@media (max-width: 850px) and (min-width: 768px) {
    section.greet_popup iframe{ width: 100%; height: 100%;}
}

@media (max-width: 790px) and (min-width: 768px) {
    section.greet_popup {
        align-items: end;
    }
    section.greet_popup iframe {
        width: 100%;
        height: 100%;
    }
    .close-popup {
        right: 0px;
        top: 5px !important;
    }
}

@media (max-width: 767px) and (min-width: 0px) {
    section.greet_popup {
        align-items: end;
    }
    section.greet_popup iframe {
        width: 100%;
        height: 100%;
    }
    .close-popup {
        right: 0px;
        top: 5px !important;
    }
    /* section.sidenote.barEmbed {
        display: inline-block;
        text-align: center;
    } */
    section.sidenote.barEmbed a.greet-popup-open {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 80%;
    }
    section.sidenote.barEmbed p {
        max-width: 93%;
    }
    section.sidenote.barEmbed button {
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 0;
        max-width: 80%;
    }
    .greetbar-popupClose {
        right: -7px !important;
        background-size: 13px;
        top: 14px !important;
    }
}


/**** popup Css  end****/

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://example.com/MaterialIcons-Regular.woff2) format('woff2'), url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://example.com/MaterialIcons-Regular.woff) format('woff'), url(https://van.preservation.mirrorweb.com/public/20250801112404oe_/https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}