/* /Layout/NavMenu.razor.rz.scp.css */
.navbar[b-5zesvhuv6q] {
    /*--bs-navbar-bg: var(--primary-color);*/
    background-color: var(--primary-color) !important;
    z-index: 10;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1030;
}

[b-5zesvhuv6q] main {
    padding-top: 8rem;
}

.nav-item[b-5zesvhuv6q]  a {
    padding: 8px 16px !important;
    margin: 1px 3px;
}

.nav-item .nav-link[b-5zesvhuv6q] {
    border: 2px solid transparent;
    border-radius: 4px;
    transition: all 0.3s ease;
    margin: 0 4px;

}

.nav-link .nav-text[b-5zesvhuv6q] {
    font-family: var(--font-primary);
    font-weight: 500;
    letter-spacing: 1px;
}

.nav-link .bi[b-5zesvhuv6q] {
    vertical-align: middle;
}

.navbar-brand[b-5zesvhuv6q] {
    /*font-family: var(--font-primary), sans-serif;*/
    /*font-weight: 700;*/
    /*font-size: 1.5rem;*/
    /*letter-spacing: 1px;*/
    width: auto;
    height: 5rem;
    margin-left: 2rem;
    margin-right: 2rem;
}

.nav-item[b-5zesvhuv6q]  a {
    color: var(--text-color);
    border-radius: 4px;
    height: 2.5rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 8px 16px;
}

.navbar .nav-item[b-5zesvhuv6q]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: var(--text-color);
    padding: 8px 16px;
    margin: 1px 3px;

}

.navbar .nav-item[b-5zesvhuv6q]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
    padding: 8px 16px;
    margin: 1px 3px;
}

.nav-link span[b-5zesvhuv6q] {
    vertical-align: middle;
}

.nav-link[b-5zesvhuv6q], .navbar-brand[b-5zesvhuv6q] {
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
    .navbar-brand[b-5zesvhuv6q] {
        /*border-right: 2px solid rgba(255, 255, 255, 0.5);*/
        margin-right: 2rem;
        padding-right: 2rem;
    }
}

@media (max-width: 768px) {
    .nav-item:first-of-type[b-5zesvhuv6q] {
        padding-top: 1rem;
    }

    .nav-item[b-5zesvhuv6q] {
        padding-bottom: 0.5rem;
    }

    .nav-item:last-of-type[b-5zesvhuv6q] {
        padding-bottom: 1rem;
    }
}

/* Dropdown specific styles */
.dropdown-menu[b-5zesvhuv6q] {
    background-color: var(--primary-color);
    border: none;
    border-radius: 4px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    margin-top: 0;
    padding: 0.5rem 0;
}

.dropdown-menu.show[b-5zesvhuv6q] {
    display: block;
}

.dropdown-item[b-5zesvhuv6q] {
    color: var(--text-color) !important;
    padding: 0.5rem 1.5rem;
    transition: all 0.3s ease;
    background-color:  transparent;
}

.dropdown-item:hover[b-5zesvhuv6q] {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--text-color);
}

.dropdown-toggle[b-5zesvhuv6q] {
    cursor: pointer;
    color: var(--text-color);

}

/* Mobile dropdown adjustments */
@media (max-width: 768px) {
    .dropdown-menu[b-5zesvhuv6q] {
        position: static !important;
        background-color: transparent;
        border: none;
        padding-left: 2rem;
        box-shadow: none;
    }

    .dropdown-item[b-5zesvhuv6q] {
        padding: 8px 16px !important;
    }
}

/* Position the dropdown menu correctly */
.nav-item.dropdown[b-5zesvhuv6q] {
    position: relative;
}

.nav-link .dropdown-menu[b-5zesvhuv6q] {
    background-color: transparent !important;
    padding: 0.5rem 1rem !important;
}

.dropdown-menu .nav-link:hover[b-5zesvhuv6q] {
    background-color: rgba(255, 255, 255, 0.1); !important;
}

.dropdown-menu .nav-link.active[b-5zesvhuv6q] {
    background-color: rgba(255, 255, 255, 0.1); !important;
}


.dropdown-menu[b-5zesvhuv6q] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 10rem;
}

.dropdown-toggle[b-5zesvhuv6q]::after {
    display: inline-block;
    margin-left: 0.5em;
    transition: transform 0.3s ease;
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    transform: rotate(90deg);
}

.nav-link.dropdown-toggle[b-5zesvhuv6q] {
    padding: 8px 16px !important;
    margin: 1px 3px;
    color: var(--text-color) !important;
}

.nav-link.dropdown-toggle.show[b-5zesvhuv6q] {
    /* Reset any background color changes */
    background-color: transparent !important;
    color: var(--text-color) !important;
}

.dropdown-toggle.show[b-5zesvhuv6q]::after {
    transform: rotate(0deg);
}



/* /Pages/AdminListPages/EnteredRSVPs.razor.rz.scp.css */
.msg-wrap#message-wrap[b-coq2px7eyp] {
    max-width: 400px;
    width: 400px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
}

.msg-wrap#invited-wrap[b-coq2px7eyp] {
    width: 180px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: center;
}

.msg-wrap#address-wrap[b-coq2px7eyp] {
    width: 250px;
    white-space: normal;
    word-break: break-word;
    overflow-wrap: anywhere;
    text-align: start;
}

@media (max-width: 768px) {
    .msg-wrap#message-wrap[b-coq2px7eyp] {
        text-align: end;
        width: 250px;
    }

    .msg-wrap#address-wrap[b-coq2px7eyp] {
        text-align: end;
    }
    
    .msg-wrap#invited-wrap[b-coq2px7eyp] {
        text-align: end;
    }
}
/* /Pages/WeddingGuidPage/WeddingGuid.razor.rz.scp.css */
/* Horizontal scroll row within the frosted card */
.page-card-frosted.info-card .row[b-t4uq5jhmqp] {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    margin: 0 -0.5rem; /* Compensate for card padding */
    width: 100%;
    justify-content: center;
}

/* Columns sizing inside the horizontal scroller */
.page-card-frosted.info-card .col-md-4[b-t4uq5jhmqp] {
    flex: 0 0 auto;
    width: 25%; /* Since you have 5 items, each should take up 20% */
    padding: 0 0.5rem; /* Add some spacing between cards */
}

.page-card-frosted.info-card.six-items .col-md-4[b-t4uq5jhmqp] {
    width: 16.66%;
}

/* Make the CTA buttons full width in the tiles */
.page-card-frosted.info-card .btn.btn-primary[b-t4uq5jhmqp] {
    width: 100%;
}

/* Equal-height cards and flexible card bodies */
.page-card-frosted.info-card .col-md-4 .card[b-t4uq5jhmqp] {
    height: 100%;  /* Make all cards take full height of their container */
    display: flex;
    flex-direction: column;
}

/* Image container and image sizing */
.page-card-frosted.info-card .image-container[b-t4uq5jhmqp] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center content horizontally */
    justify-content: center; /* Center content vertically */
    /*text-align: center; !* Ensure text is centered *!*/
}

.page-card-frosted.info-card .information-item-image[b-t4uq5jhmqp] {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    max-height: 300px;
    margin-bottom: 15px;
}

/* /Pages/Wishlist/Wishlist.razor.rz.scp.css */
.row[b-lrk35vnau4] {
    display: flex;
    flex-wrap: wrap;
}

.col-md-4[b-lrk35vnau4] {
    display: flex;
    margin-bottom: 1rem;
}

.card[b-lrk35vnau4] {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.item-card[b-lrk35vnau4] {
    height: 100%;
    display: flex;
    z-index: 1;
    flex-direction: column;
    justify-content: space-between;
}

.item-card button[b-lrk35vnau4] {
    margin-top: auto;
}

.modal[b-lrk35vnau4] {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.modal-dialog[b-lrk35vnau4] {
    margin: 0;
    max-width: 500px;
    width: 90%;
}

.modal-content[b-lrk35vnau4] {
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.sold-overlay[b-lrk35vnau4] {
    position: absolute;
    top: 28%;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
    z-index: 10;
}

.sold-svg[b-lrk35vnau4] {
    transform: rotate(-30deg);
    width: 850px;
    height: 550px;
    pointer-events: none;
    z-index: 10;
}

/*@keyframes fadeIn {*/
/*    from {*/
/*        opacity: 0;*/
/*        transform: scale(0.8);*/
/*    }*/
/*    to {*/
/*        opacity: 1;*/
/*        transform: scale(1);*/
/*    }*/
/*}*/
