@import '_content/BlazorStrap.V5/BlazorStrap.V5.bundle.scp.css';
@import '_content/BlazorStrap/BlazorStrap.bundle.scp.css';

/* _content/ServerUI/Shared/CustomComponants/Carousel.razor.rz.scp.css */

.background-img[b-hzt0c9w72s] {
    width: 100vw;
    height: 100vh;
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    animation: scale-in-b-hzt0c9w72s 20s, fade-b-hzt0c9w72s 5s;
    animation-fill-mode: backwards;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /*opacity: 0.2;*/
}

    @keyframes scale-in-b-hzt0c9w72s {
        0% {
            background-size: 100%;
        }

        /*20% {
            background-size: 120%;
            opacity: 0.9;
        }*/

        50% {
            background-size: 140%;
        }

        /*60% {
            background-size: 120%;
        }*/

        100% {
            background-size: 100%;
        }
    }

@keyframes fade-b-hzt0c9w72s {
    0% {
        opacity: 1;
    }
    10% {
        opacity: 1;
    }
    20% {
        opacity: 1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 1;
    }
    80% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0.2;
    }
}
/* _content/ServerUI/Shared/CustomComponants/ConfirmPopUp.razor.rz.scp.css */

.center[b-wnl3cb1et0] {
    position: fixed;
    left: 38%;
    top: 17vh;
    color: black;
    text-align: center;
    background-color: #e6d0b9;
    border-radius: 10px;
    cursor: pointer;
    padding: 5vw;
}

h1[b-wnl3cb1et0], p[b-wnl3cb1et0] {
    text-align: center;
    width: 100%;
    padding: 5px;
}

.btns[b-wnl3cb1et0]{
    margin: auto;
    width: 80%;
}
.number-btn[b-wnl3cb1et0] {
    border-radius: 50% !important;
}

.btn[b-wnl3cb1et0] {
    float: right;
}

button[b-wnl3cb1et0] {
    margin-top: 15px;
    margin-bottom: 5px;
    margin-left: 10px;
    width: 50px;
    height: 50px;
    background: #ca9787;
    color: white;
}

.active[b-wnl3cb1et0] {
    border-radius: 50% !important;
    background: #7e5e54 !important;
}

@media (MAX-width: 641px) {
    .center[b-wnl3cb1et0] {
        left: 5%;
        right: 5%;
    }
}
/* _content/ServerUI/Shared/CustomComponants/Counter.razor.rz.scp.css */
body[b-gyj6msko0t] {
}
/* _content/ServerUI/Shared/CustomComponants/FloatingFlowers.razor.rz.scp.css */

.transparent[b-e5jjrm6yld] {
    /*height: 150px;
    width: 150px;*/
    /*background: rgb(200, 200, 200);*/
    /*padding: 10px*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.floating1[b-e5jjrm6yld] {
    animation-name: floating-b-e5jjrm6yld;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 10vw;
    margin-top: 5px;
}

.floating2[b-e5jjrm6yld] {
    animation-name: floating-b-e5jjrm6yld;
    animation-duration: 10s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 25vw;
    margin-top: 5px;
}

.floating3[b-e5jjrm6yld] {
    animation-name: floating-b-e5jjrm6yld;
    animation-duration: 12s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 60vw;
    margin-top: 5px;
}

.floating4[b-e5jjrm6yld] {
    animation-name: floating-b-e5jjrm6yld;
    animation-duration: 8s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-left: 80vw;
    margin-top: 5px;
}

@keyframes floating-b-e5jjrm6yld {
    100% {
        transform: translatey(0vh);
    }

    75% {
        transform: translatey(25vh);
    }

    50% {
        transform: translatey(50vh);
    }

    35% {
        transform: translatey(75vh);
    }

    0% {
        transform: translatey(100vh);
    }
}

img[b-e5jjrm6yld] {
    width: 10vw;
    height: 10vw;
    z-index: 1;
}
/* _content/ServerUI/Shared/CustomComponants/FloatingSnowFlakes.razor.rz.scp.css */

.transparent[b-vg0jfvode6] {
    /*height: 150px;
    width: 150px;*/
    /*background: rgb(200, 200, 200);*/
    /*padding: 10px*/
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.floating1[b-vg0jfvode6], .floating2[b-vg0jfvode6], .floating3[b-vg0jfvode6], .floating4[b-vg0jfvode6], .floating5[b-vg0jfvode6], .floating6[b-vg0jfvode6] {
    animation-name: floating-b-vg0jfvode6;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    margin-top: 5px;
}

.floating1[b-vg0jfvode6] {
    animation-duration: 5s;
    margin-left: 10vw;
}

.floating2[b-vg0jfvode6] {
    animation-duration: 10s;
    margin-left: 25vw;
}

.floating3[b-vg0jfvode6] {
    animation-duration: 12s;
    margin-left: 60vw;
}

.floating4[b-vg0jfvode6] {
    animation-duration: 8s;
    margin-left: 80vw;
}

.floating5[b-vg0jfvode6] {
    animation-duration: 18s;
    margin-left: 70vw;
}

.floating6[b-vg0jfvode6] {
    animation-duration: 15s;
    margin-left: 30vw;
}

@keyframes floating-b-vg0jfvode6 {
    100% {
        transform: translatey(0vh);
    }

    75% {
        transform: translatey(25vh);
    }

    50% {
        transform: translatey(50vh);
    }

    35% {
        transform: translatey(75vh);
    }

    0% {
        transform: translatey(100vh);
    }
}

.snow[b-vg0jfvode6] {
    width: 4vw;
    height: 4vw;
    z-index: 1;
}


.leaf[b-vg0jfvode6] {
    width: 2vw;
    height: 4vw;
    z-index: 1;
}
/* _content/ServerUI/Shared/CustomComponants/SwipeDownArrow.razor.rz.scp.css */
body[b-62hhznkq08] {
    background-color: #322B2B;
}

.arrow[b-62hhznkq08] {
    position: absolute;
    bottom: 70px;
    right: 20px;
    transform: translate(-50%, -50%);
    transform: rotate(0deg);
    cursor: pointer;
    color: black;
    z-index: 999;
}

    .arrow span[b-62hhznkq08] {
        display: block;
        width: 15px;
        height: 15px;
        border-bottom: 5px solid #F5F5DC; /* Beige */
        border-right: 5px solid #F5F5DC; /* Beige */
        transform: rotate(45deg);
        margin: -10px;
        animation: animate-b-62hhznkq08 2s infinite;
        color: black;
    }

        .arrow span:nth-child(2)[b-62hhznkq08] {
            animation-delay: -0.2s;
        }

        .arrow span:nth-child(3)[b-62hhznkq08] {
            animation-delay: -0.4s;
        }

@keyframes animate-b-62hhznkq08 {
    0% {
        opacity: 0;
        transform: rotate(45deg) translate(-20px, -20px);
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        transform: rotate(45deg) translate(20px, 20px);
    }
}
/* _content/ServerUI/Shared/MainLayout.razor.rz.scp.css */
.page[b-7mzu58l7we] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7mzu58l7we] {
    flex: 1;
}

.sidebar[b-7mzu58l7we] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7mzu58l7we] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7mzu58l7we]  a, .top-row .btn-link[b-7mzu58l7we] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7mzu58l7we] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7mzu58l7we] {
        display: none;
    }

    .top-row.auth[b-7mzu58l7we] {
        justify-content: space-between;
    }

    .top-row a[b-7mzu58l7we], .top-row .btn-link[b-7mzu58l7we] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7mzu58l7we] {
        flex-direction: row;
    }

    .sidebar[b-7mzu58l7we] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7mzu58l7we] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-7mzu58l7we], article[b-7mzu58l7we] {
        padding-left: 2rem !im/*portant;
        padding-right: 1.5rem !impo*/rtant;
    }
}
/* _content/ServerUI/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-4reeopdu6p] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-4reeopdu6p] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-4reeopdu6p] {
    font-size: 1.1rem;
}

.oi[b-4reeopdu6p] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-4reeopdu6p] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-4reeopdu6p] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-4reeopdu6p] {
        padding-bottom: 1rem;
    }

    .nav-item[b-4reeopdu6p]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-4reeopdu6p]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-4reeopdu6p]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-4reeopdu6p] {
        display: none;
    }

    .collapse[b-4reeopdu6p] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* _content/ServerUI/Views/Wedding/Admin/AdminAdd.razor.rz.scp.css */

.main-container[b-pf141w6m6y] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    margin: 5vh;
}
.container[b-pf141w6m6y] {
    margin: 20px;
    border: dashed;
    border-radius: 20px;
    width: 40vw;
}
/* _content/ServerUI/Views/Wedding/Admin/AdminGet.razor.rz.scp.css */
body[b-ll5679yuk4] {
}
/* _content/ServerUI/Views/Wedding/Invitations/Invitee/Test.razor.rz.scp.css */
html[b-7jxck4uesh], body[b-7jxck4uesh], div[b-7jxck4uesh], object[b-7jxck4uesh], iframe[b-7jxck4uesh], h1[b-7jxck4uesh], h2[b-7jxck4uesh], h3[b-7jxck4uesh], h4[b-7jxck4uesh], h5[b-7jxck4uesh], h6[b-7jxck4uesh], p[b-7jxck4uesh], blockquote[b-7jxck4uesh], pre[b-7jxck4uesh], a[b-7jxck4uesh], abbr[b-7jxck4uesh], acronym[b-7jxck4uesh], address[b-7jxck4uesh], big[b-7jxck4uesh], cite[b-7jxck4uesh], code[b-7jxck4uesh], del[b-7jxck4uesh], dfn[b-7jxck4uesh], em[b-7jxck4uesh], img[b-7jxck4uesh], ins[b-7jxck4uesh], kbd[b-7jxck4uesh], q[b-7jxck4uesh], s[b-7jxck4uesh], samp[b-7jxck4uesh], small[b-7jxck4uesh], strike[b-7jxck4uesh], strong[b-7jxck4uesh], sub[b-7jxck4uesh], sup[b-7jxck4uesh], tt[b-7jxck4uesh], var[b-7jxck4uesh], b[b-7jxck4uesh], u[b-7jxck4uesh], i[b-7jxck4uesh], center[b-7jxck4uesh], dl[b-7jxck4uesh], dt[b-7jxck4uesh], dd[b-7jxck4uesh], ol[b-7jxck4uesh], ul[b-7jxck4uesh], li[b-7jxck4uesh], fieldset[b-7jxck4uesh], form[b-7jxck4uesh], label[b-7jxck4uesh], legend[b-7jxck4uesh], table[b-7jxck4uesh], caption[b-7jxck4uesh], tr[b-7jxck4uesh], th[b-7jxck4uesh], td[b-7jxck4uesh], article[b-7jxck4uesh], aside[b-7jxck4uesh], canvas[b-7jxck4uesh], details[b-7jxck4uesh], embed[b-7jxck4uesh], audio[b-7jxck4uesh], video[b-7jxck4uesh] {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

body[b-7jxck4uesh] {
    line-height: 1
}

ol[b-7jxck4uesh], ul[b-7jxck4uesh] {
    list-style: none
}

table[b-7jxck4uesh] {
    border-collapse: collapse;
    border-spacing: 0
}

caption[b-7jxck4uesh], th[b-7jxck4uesh], td[b-7jxck4uesh] {
    text-align: left;
    font-weight: normal;
    vertical-align: middle
}

q[b-7jxck4uesh], blockquote[b-7jxck4uesh] {
    quotes: none
}

    q[b-7jxck4uesh]:before, q[b-7jxck4uesh]:after, blockquote[b-7jxck4uesh]:before, blockquote[b-7jxck4uesh]:after {
        content: "";
        content: none
    }

a img[b-7jxck4uesh] {
    border: none
}

article[b-7jxck4uesh] {
    display: block
}

body[b-7jxck4uesh] {
    background: #f0523f;
    overflow-x: hidden
}

h1[b-7jxck4uesh], h2[b-7jxck4uesh], h3[b-7jxck4uesh], h4[b-7jxck4uesh], h5[b-7jxck4uesh], h6[b-7jxck4uesh] {
    font-weight: bold;
    font-size: 16px;
    margin: 12px 0
}

span[b-7jxck4uesh] {
    margin: 35px 0 5px;
    font-size: 26px;
    font-weight: normal;
    color: #fff
}

#slider[b-7jxck4uesh] {
    text-align: center
}

h2[b-7jxck4uesh] {
    margin: 40px 0 25px;
    border-bottom: 1px solid #bbb;
    padding: 0 0 10px
}

p[b-7jxck4uesh] {
    margin: 20px 0 16px
}

strong[b-7jxck4uesh] {
    font-weight: bold
}

label[b-7jxck4uesh], a[b-7jxck4uesh] {
    color: brown;
    cursor: pointer;
    text-decoration: none;
    font-style: italic
}

    label:hover[b-7jxck4uesh], a:hover[b-7jxck4uesh] {
        color: #ddd !important
    }

*[b-7jxck4uesh] {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

label[b-7jxck4uesh], #active[b-7jxck4uesh], img[b-7jxck4uesh] {
    -moz-user-select: none;
    -webkit-user-select: none
}

.catch[b-7jxck4uesh] {
    display: block;
    height: 0;
    overflow: hidden
}

#slider[b-7jxck4uesh] {
    margin: 0 auto
}

input[b-7jxck4uesh] {
    display: none
}

#slide1:checked ~ #slides .inner[b-7jxck4uesh] {
    margin-left: 0
}

#slide2:checked ~ #slides .inner[b-7jxck4uesh] {
    margin-left: -100%
}

#slide3:checked ~ #slides .inner[b-7jxck4uesh] {
    margin-left: -200%
}

#slide4:checked ~ #slides .inner[b-7jxck4uesh] {
    margin-left: -300%
}

#slide5:checked ~ #slides .inner[b-7jxck4uesh] {
    margin-left: -400%
}

#container[b-7jxck4uesh] {
    width: 100%;
    overflow: hidden
}

article img[b-7jxck4uesh] {
    width: 100%
}

#slides .inner[b-7jxck4uesh] {
    width: 500%;
    line-height: 0
}

#slides article[b-7jxck4uesh] {
    width: 20%;
    float: left
}

#commands[b-7jxck4uesh] {
    margin: -25% 0 0 0;
    width: 100%;
    height: 50px
}

    #commands label[b-7jxck4uesh] {
        display: none;
        width: 80px;
        height: 80px;
        opacity: 0.5
    }

        #commands label:hover[b-7jxck4uesh] {
            opacity: 0.8
        }

#active[b-7jxck4uesh] {
    position: relative;
    z-index: 5;
    margin: 16% 0 0;
    text-align: center
}

    #active label[b-7jxck4uesh] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        border-radius: 5px;
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #bbb
    }

        #active label:hover[b-7jxck4uesh] {
            background: #333;
            border-color: #777 !important
        }

#slide1:checked ~ #commands label:nth-child(2)[b-7jxck4uesh], #slide2:checked ~ #commands label:nth-child(3)[b-7jxck4uesh], #slide3:checked ~ #commands label:nth-child(4)[b-7jxck4uesh], #slide4:checked ~ #commands label:nth-child(5)[b-7jxck4uesh], #slide5:checked ~ #commands label:nth-child(1)[b-7jxck4uesh] {
    background: url('https://0.s3.envato.com/files/84450220/img/next.png') no-repeat;
    float: right;
    margin: 0 12px 0 0;
    display: block
}

#slide1:checked ~ #commands label:nth-child(5)[b-7jxck4uesh], #slide2:checked ~ #commands label:nth-child(1)[b-7jxck4uesh], #slide3:checked ~ #commands label:nth-child(2)[b-7jxck4uesh], #slide4:checked ~ #commands label:nth-child(3)[b-7jxck4uesh], #slide5:checked ~ #commands label:nth-child(4)[b-7jxck4uesh] {
    background: url('https://0.s3.envato.com/files/84450220/img/previous.png') no-repeat;
    float: left;
    margin: 0 0 0 -6px;
    display: block
}

#slide1:checked ~ #active label:nth-child(1)[b-7jxck4uesh], #slide2:checked ~ #active label:nth-child(2)[b-7jxck4uesh], #slide3:checked ~ #active label:nth-child(3)[b-7jxck4uesh], #slide4:checked ~ #active label:nth-child(4)[b-7jxck4uesh], #slide5:checked ~ #active label:nth-child(5)[b-7jxck4uesh] {
    background: #000;
    opacity: 0.6;
    border-color: #fff !important;
    border: 2px solid #fff
}

.caption[b-7jxck4uesh] {
    line-height: 20px;
    margin: 0 0 -150%;
    position: absolute;
    padding: 320px 12px;
    opacity: 0;
    color: #fff;
    text-transform: none;
    font-family: 'Open Sans',Arial,Helvetica,sans-serif;
    text-align: left;
    font-size: 18px
}

    .caption bar[b-7jxck4uesh] {
        display: inline-block;
        padding: 10px;
        background: #000;
        border-radius: 3px 3px 3px 3px;
        -moz-border-radius: 3px 3px 3px 3px;
        -webkit-border-radius: 3px 3px 3px 3px;
        opacity: 0.7;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70)
    }

#slides[b-7jxck4uesh] {
    position: relative;
    padding: 2px;
    border: 1px solid #ddd;
    margin: 45px 0 0;
    background: #FFF;
    background: -webkit-linear-gradient(#FFF,#FFF 20%,#EEE 80%,#DDD);
    background: -moz-linear-gradient(#FFF,#FFF 20%,#EEE 80%,#DDD);
    background: -ms-linear-gradient(#FFF,#FFF 20%,#EEE 80%,#DDD);
    background: -o-linear-gradient(#FFF,#FFF 20%,#EEE 80%,#DDD);
    background: linear-gradient(#FFF,#FFF 20%,#EEE 80%,#DDD);
    -webkit-border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    -webkit-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 3px rgba(0,0,0,0.2);
    box-shadow: 0 0 3px rgba(0,0,0,0.2)
}

    #slides .inner[b-7jxck4uesh] {
        -webkit-transform: translateZ(0);
        -webkit-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
        -moz-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
        -ms-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
        -o-transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
        transition: all 800ms cubic-bezier(0.770,0.000,0.175,1.000);
        -webkit-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
        -moz-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
        -ms-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
        -o-transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000);
        transition-timing-function: cubic-bezier(0.770,0.000,0.175,1.000)
    }

#slider[b-7jxck4uesh] {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

#commands label[b-7jxck4uesh] {
    -webkit-transform: translateZ(0);
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out
}

#slide1:checked ~ #slides article:nth-child(1) .caption[b-7jxck4uesh], #slide2:checked ~ #slides article:nth-child(2) .caption[b-7jxck4uesh], #slide3:checked ~ #slides article:nth-child(3) .caption[b-7jxck4uesh], #slide4:checked ~ #slides article:nth-child(4) .caption[b-7jxck4uesh], #slide5:checked ~ #slides article:nth-child(5) .caption[b-7jxck4uesh] {
    opacity: 1;
    -webkit-transition: all 1s ease-out 0.6s;
    -moz-transition: all 1s ease-out 0.6s;
    -o-transition: all 1s ease-out 0.6s;
    transition: all 1s ease-out 0.6s
}

#commands[b-7jxck4uesh], #commands label[b-7jxck4uesh], #slides[b-7jxck4uesh], #active[b-7jxck4uesh], #active label[b-7jxck4uesh] {
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out
}

#slider[b-7jxck4uesh] {
    max-width: 960px
}

@media only screen and (max-width:850px) and (min-width:450px) {
    #slider #commands[b-7jxck4uesh] {
        margin: -25% 0 0 5%;
        width: 90%;
        height: 50px
    }

        #slider #commands label[b-7jxck4uesh] {
            -moz-transform: scale(0.9);
            -webkit-transform: scale(0.9);
            -o-transform: scale(0.9);
            -ms-transform: scale(0.9);
            transform: scale(0.9)
        }

    #slider #slides .caption[b-7jxck4uesh] {
        padding: 280px 12px
    }

    #slider #slides[b-7jxck4uesh] {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

    #slider #active[b-7jxck4uesh] {
        margin: 15% 0 0
    }
}

@media only screen and (max-width:450px) {
    #slider #commands[b-7jxck4uesh] {
        margin: -28% 0 0 1%;
        width: 100%;
        height: 70px
    }

    #slider #active[b-7jxck4uesh] {
        margin: 12% 0 0
    }

    #slider #slides[b-7jxck4uesh] {
        padding: 2px 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }

        #slider #slides .caption[b-7jxck4uesh] {
            opacity: 0 !important
        }

    #slider #commands label[b-7jxck4uesh] {
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7)
    }
}

@media only screen and (min-width:850px) {
    body[b-7jxck4uesh] {
        padding: 0 80px
    }
}
/* _content/ServerUI/Views/Wedding/Invitations/Invitee/ViewPage.razor.rz.scp.css */

.view-page_container[b-a2x0b6jhwj] {
    /*padding-top: 15vh;*/
    text-align: center;
    /*position: relative;*/
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

    color: white;
}

.info-container[b-a2x0b6jhwj] {
    width: 70%;
}

.location-img[b-a2x0b6jhwj] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35vw;
    height: 10vh;
    /*border-radius: 50px;*/
}
.img_rotate[b-a2x0b6jhwj] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation: fade-b-a2x0b6jhwj;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

.selection_box[b-a2x0b6jhwj] {
    margin-top: 1vh;
}

.transparent_background[b-a2x0b6jhwj] {
    color: white;
    text-decoration: none;
    background-color: rgba(115, 115, 115, 0.5);
    width: 60%;
    margin: auto;
    margin-top: 1vh;
    border-radius: 3vw;
    z-index: 9999;
    height: 5vh;
    font-size: 20px;
}

.transparent_background_clicked[b-a2x0b6jhwj] {
    background-color: rgba(201, 242, 155, 0.5);
}

@keyframes fade-b-a2x0b6jhwj {
    0% {
        width: 7vw;
    }
    /*25% {
        width: 3.5vw;
    }*/

    50% {
        width: 0vw;
    }
    /*75% {
        width: 3.5vw;
    }*/

    100% {
        width: 7vw;
    }
}

.animate-me[b-a2x0b6jhwj] {
    animation: bounceIn-b-a2x0b6jhwj 3s ease-in-out;
}

@keyframes fadeIn-b-a2x0b6jhwj {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes bounceIn-b-a2x0b6jhwj {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    60% {
        transform: scale(1.2);
        opacity: 1;
    }

    100% {
        transform: scale(1);
    }
}
/* _content/ServerUI/Views/Wedding/Invitations/Invitee/WeddingCardInviteeController.razor.rz.scp.css */

.pdfFormat-parent[b-10gid9p7ul] {
    overflow: scroll;
    height: 100vh;
    /*scroll-snap-points-y: repeat(90vh);
    scroll-snap-type: y mandatory;*/
    color: white;
}
.pdfFormat[b-10gid9p7ul] {
    position: relative;
    /*height: 100vh;*/
}
.test2[b-10gid9p7ul] {
    /*position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 23px;
*/
    position: fixed;
    top: -25vw;
    right: 40vw;
    z-index: 999;
    width: 50vw;
    height: 10vw;
    /*border: 15px solid green;*/
    padding: 50px;
    margin: 20px;
}
.fixed-bottom-left[b-10gid9p7ul] {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 999;
    width: max-content;
    height: max-content;
}
.down-arrow[b-10gid9p7ul] {
    position: absolute;
    top: calc(100vh - 60px);
    left: calc(85% - 14px);
    width: 0;
    height: 30px;
    border: 2px solid;
    border-radius: 2px;
    z-index:9999;
}

    .down-arrow[b-10gid9p7ul]:after {
        content: " ";
        position: absolute;
        top: 12px;
        left: -10px;
        width: 16px;
        height: 16px;
        border-bottom: 4px solid;
        border-right: 4px solid;
        border-radius: 4px;
        transform: rotateZ(45deg);
    }

.carrousel-swipe-parent[b-10gid9p7ul] {
    width: 100vw;
    height: 100vh;
    background-color: #000000;
}

@keyframes jumpInfinite-b-10gid9p7ul {
    0% {
        margin-top: 0;
    }

    50% {
        margin-top: 20px;
    }

    100% {
        margin-top: 0;
    }
}
.down-arrow[b-10gid9p7ul] {
    // rest of the styles from above animation: jumpInfinite 1.5s infinite;
}





.carrousel-swipe-parent-sideways[b-10gid9p7ul] {
    /*width: 100vw;*/
    height: 100vh;
    background-color: #000000;
}


.pdfFormat-Sideways[b-10gid9p7ul] {
    flex: none !important;
    scroll-snap-align: center !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
    height: 100vh !important;
}

.voice-controller[b-10gid9p7ul] {
    position: fixed;
    top: 85vh;
    left: 5vw;
    z-index: 600;
}

    .voice-controller img[b-10gid9p7ul] {
        width: 15px;
        height: 45px;
        opacity: 0.8;
        background-color: rgba(115,115,115,0.5);
        border-radius: 3vw;
    }

.side-by-side[b-10gid9p7ul] {
    position: fixed;
    overflow-x: auto;
    overflow-y: hidden;
    display: flex;
    scroll-snap-type: x mandatory;
    width: 100vw;
    z-index:500;
    top: 0;
}
.background[b-10gid9p7ul] {
    position: relative;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    height: 100vh;
    width: 100vw;
    overflow: hidden;
}

    .background img[b-10gid9p7ul] {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
/* _content/ServerUI/Views/Wedding/Invitations/Invitee/WeddingCardInviteeViews/NormalScrollDownView.razor.rz.scp.css */

.scroll-snap-align[b-v2f54vmqkq] {
    height: 80vh;
}
/* _content/ServerUI/Views/Wedding/Invitations/Invitee/WeddingCeremony.razor.rz.scp.css */

.img_rotate[b-0wpt1a5nyf] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation: fade-b-0wpt1a5nyf;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}

img[b-0wpt1a5nyf] {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35vw;
    height: 10vh;
    border-radius: 50px;
}

@keyframes fade-b-0wpt1a5nyf {
    0% {
        width: 7vw;
    }

    /*25% {
        width: 3.5vw;
    }*/

    50% {
        width: 0.5vw;
    }

    /*75% {
        width: 3.5vw;
    }*/

    100% {
        width: 7vw;
    }
}
/* _content/ServerUI/Views/Wedding/Invitations/Inviter/MarriedToBe.razor.rz.scp.css */
.main-container[b-r9r32ycmd9] {
    color: #A38A00;
    padding-top: 5vw;
    min-height: 100vh;
    background-image: url('images/backgrounds/transparent-wedding-couple-silhouette.jpg');
    background-size: cover;
    background-position: 25% 75%;
    background-color: #F5F5DC;
    background-attachment: fixed;
}
h3[b-r9r32ycmd9], .invitee-number-container[b-r9r32ycmd9], h4[b-r9r32ycmd9], .new-invitee-container label[b-r9r32ycmd9] {
    margin: auto;
    width: max-content;
}
h3[b-r9r32ycmd9], h4[b-r9r32ycmd9] {
    color: #756300;
}
/*label{
    width: 40%;
    width: 40%;
}*/
.invitee-container[b-r9r32ycmd9], .new-invitee-container[b-r9r32ycmd9] {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 2vw;
    margin: 4vw;
}
    .new-invitee-container .name-container[b-r9r32ycmd9],
    .new-invitee-container .phone-container[b-r9r32ycmd9],
    .new-invitee-container .name-container[b-r9r32ycmd9] {
        display: grid;
        grid-template-columns: 50% 50%;
    }
.main-label[b-r9r32ycmd9] {
    font-weight: 900;
}
button[b-r9r32ycmd9] {
    margin: auto;
    width: max-content;
}
