.overlay-rsvp-2026 * {
    box-sizing: border-box;
}

.overlay-rsvp-2026 {
    position: fixed;
    align-items: center;
    margin: 0 auto;
    overflow-x: hidden;
    overflow-y: hidden;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: fit-content;
    min-height: 100%;
    width: 100%;
    z-index: 4206969;
    display: flex;
    justify-content: center;
    transition: none;
}

    .overlay-rsvp-2026 .overlay-rsvp-background {
        height: 100%;
        width: 100%;
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        background: rgba(0,0,0,0.6);
        z-index: 69;
        cursor: pointer;
    }

    .overlay-rsvp-2026 .rsvp-popup .overlay-close {
        position: unset;
        width: 100%;
        height: 42px;
        display: flex;
        align-items: center;
        justify-content: flex-end;
        margin: 0px;
        max-width: unset;
        max-height: unset;
        padding-right: 1px;
        background: #ac0322;
    }

            .overlay-rsvp-2026 .rsvp-popup .overlay-close #rsvp-close {
                width: 22px;
                height: 22px;
                position: unset;
                object-fit: contain;
                object-position: center;
                margin: 10px;
                cursor: pointer;
                background: url(/Files/templates/main-2026-popup/popup-close.svg) 50% 50% no-repeat;
                transition: background .3s ease-in;
            }


            .overlay-rsvp-2026 .rsvp-popup .overlay-close #rsvp-close:hover {
                background: url(/Files/templates/main-2026-popup/popup-close-hover.svg) 50% 50% no-repeat;
            }

        .overlay-rsvp-2026 .rsvp-popup .overlay-close .icon-rsvp-close {
            width: 22px;
            height: 22px;
            position: unset;
            object-fit: contain;
            object-position: center;
            margin: 10px;
            cursor: pointer;
        }

    .overlay-rsvp-2026 .rsvp-popup {
        width: 100%;
        max-width: 586px;
        height: 100%;
        max-height: 550px /*586px*/;
        z-index: 100;
        display: flex;
        flex-direction: column;
        background: #ac0322;
    }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content {
            /*        display: flex;
        flex-direction: column;
        position: relative;
        bottom: 0;
        width: 100%;
        margin-left: 111px;*/

            display: flex;
            flex-direction: column;
            position: relative;
        }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-header-section {
                background: #ac0322;
                width: 100%;
                padding: 0 24px 30px 48px;
            }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-header-section .popup-header {
                    color: #fff;
                    width: 55%;
                    margin-bottom: 5px;
                }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-header-section .popup-subheader {
                    color: #fff;
                    font-weight: 500;
                }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-date-section {
                background: #fff;
                width: 100%;
                padding: 10px 24px 10px 48px;
            }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-date-section .popup-date {
                    color: #333;
                    font-weight: 600;
                }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-body-section {
                background: #ac0322;
                padding: 30px 24px 36px 48px;
                width: 49%;
                display: flex;
                flex-direction: column;
                height: 100%;
            }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-body-section .popup-body-bottom {
                    margin-top: 20%;
                }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-body-section .p {
                    color: #fff;
                }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h3 {
                color: #FFF;

                font-family: Roboto;
                font-size: 17px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
                letter-spacing: 0.174px;
            }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h1 {
                font-family: Roboto;
                font-size: 31px;
                font-style: normal;
                font-weight: 900;
                line-height: normal;
                letter-spacing: 0.315px;
                text-transform: unset;
            }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h2 {
                font-family: Roboto;
                font-size: 24px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
                letter-spacing: 0.244px;
                text-transform: unset;
            }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content p {
                font-family: Roboto;
                font-size: 18.42px;
                font-style: normal;
                font-weight: 300;
                line-height: normal;
                letter-spacing: 0.184px;
                text-transform: unset;
                position: relative;
                z-index: 100;
            }

            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .popup-main-image {
                position: absolute;
                /* z-index: 56; */
                object-fit: cover;
                width: 100%;
                max-width: 586px;
                height: 100%;
                max-height: 550px;
                bottom: -71px;
            }


            .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .rsvp-now {
                padding: 16px 24px;
                margin-top: 20px;
                background: #E8DD23;
                box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
                color: #333;
                font-family: Roboto;
                font-size: 18px;
                font-style: normal;
                font-weight: 600;
                line-height: normal;
                letter-spacing: 0.228px;
                cursor: pointer;
                display: inline-block;
                display: grid;
                text-align: center;
                align-items: center;
                border-radius: 3px;
                position: relative;
                z-index: 100;
            }

                .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .rsvp-now:hover {
                    background: #FFFFFF;
                }


@media only screen and (max-width:800px) {

}
/*@media only screen and (max-width:800px) {
    .overlay-rsvp-2026 .rsvp-popup {
        width: 350px;
        height: 400px*/ /*350px*//*;
    }

        .overlay-rsvp-2026 .rsvp-popup .overlay-close {
            height: 32px;
        }

            .overlay-rsvp-2026 .rsvp-popup .overlay-close .icon-rsvp-close {
                width: 13px;
                height: 13px;
            }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h3 {
            font-size: 10px;
            letter-spacing: 0.104px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h1 {
            font-size: 19px;
            letter-spacing: 0.188px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h2 {
            font-size: 15px;
            letter-spacing: 0.146px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content p {
            color: #E8DD23;
            font-family: Roboto;
            font-size: 11.002px;
            font-style: normal;
            font-weight: 300;
            line-height: normal;
            letter-spacing: 0.11px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .rsvp-now {
            width: 130px;
            height: 26px;
            margin: 11px 0 15px 0;
            font-size: 14px;
            letter-spacing: 0.136px;
        }

        .overlay-rsvp-2026  .rsvp-popup .rsvp-popup-content {
            margin-left: 64px;
        }
}

@media only screen and (max-width:390px) {
    .overlay-rsvp-2026  .rsvp-popup {
        width: 300px;
        height: 420px;
    }

        .overlay-rsvp-2026 .rsvp-popup .overlay-close .icon-rsvp-close {
            width: 11px;
            height: 11px;
        }

        .overlay-rsvp-2026 .rsvp-popup .overlay-close {
            height: 24px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h3 {
            letter-spacing: 0.1px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h1 {
            font-size: 16px;
            letter-spacing: 0.16px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content h2 {
            font-size: 12px;
            letter-spacing: 0.12px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content .rsvp-now {
            width: 111px;
            height: 22px;
            margin: 11px 0 15px 0;
            font-size: 12px;
            letter-spacing: 0.12px;
        }

        .overlay-rsvp-2026 .rsvp-popup .rsvp-popup-content {
            margin-left: 40px*/ /*70px*//*;
        }
}*/
