@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.bundle.scp.css';

/* _content/BrennanWebsite/Components/Carousel.razor.rz.scp.css */
.container[b-mdmkk4ldu1] {
    width: 50vw;
    height: 50vh;
    display: flex;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    overflow-y: hidden;
}

.box[b-mdmkk4ldu1] {
    width: 50vh;
    height: 50vh;
    object-fit: cover;
    display: flex;
    background-size: cover;
    scroll-snap-align: center;
    padding: 0px;
    margin: 0px;
}
/* _content/BrennanWebsite/Components/FamilyMemberPanel.razor.rz.scp.css */
li[b-c2zbyw6cxg] {
    list-style: none;
}
/* _content/BrennanWebsite/Components/FindMe.razor.rz.scp.css */
li[b-5b74tn6x5m] {
    list-style-type: none; 
    padding: 0;
}

ul[b-5b74tn6x5m] {
    padding:0px;
}
/* _content/BrennanWebsite/Components/FunFacts.razor.rz.scp.css */
h3[b-9bkfy11mq8] {
    text-align: center;
    font-weight: normal;
}
/* _content/BrennanWebsite/Components/Skeleton.razor.rz.scp.css */
.skeleton[b-j1dapq3eix] {
    animation: skeleton-loading-b-j1dapq3eix 1s linear infinite alternate;
}

@keyframes skeleton-loading-b-j1dapq3eix {
    0% {
        background-color: hsl(200, 20%, 80%);
    }
    100% {
        background-color: hsl(200, 20%, 95%);
    }
}

.skeleton-text[b-j1dapq3eix] {
    width: 100%;
    height: 0.7rem;
    margin-bottom: 0.5rem;
    border-radius: 0.25rem;
}
  
.skeleton-text-body[b-j1dapq3eix] {
    width: 75%;
}
  
.centered[b-j1dapq3eix] {
    text-align: center;
}

.card-img-top[b-j1dapq3eix] {
    height:200px;
}
/* _content/BrennanWebsite/Components/Toast.razor.rz.scp.css */
.toast[b-p2ywcy7kc2] {
    position:fixed;
    left:2rem;
    bottom:2rem;
    width: clamp(100px, 350px, 75%);
    height:100px;
    animation-name: fadeInOut-b-p2ywcy7kc2;
    animation-iteration-count: 1;
    animation-duration: 5000ms;
}

.toast-msg[b-p2ywcy7kc2] {
    
}

@keyframes fadeInOut-b-p2ywcy7kc2 {
    0% { opacity: 0; transform:translateY(100%); filter:blur(5px) }
    25% {opacity: 1; transform:translateY(0); filter:blur(0)}
    75% { opacity: 1; transform:translateY(0); filter:blur(0)}
    100% { opacity: 0; transform:translateY(100%); filter:blur(5px)}
}
/* _content/BrennanWebsite/Pages/Index.razor.rz.scp.css */
blockquote[b-nmyw90ftfr] {
    border-left:none !important;
    border-inline-start: none !important;
    border-inline-end: none !important;
}
/* _content/BrennanWebsite/Pages/Tree/FamilyMembers.razor.rz.scp.css */
/* CSS for the expand/collapse toggle button */
.expand-collapse-btn[b-504vkbcqwb] {
    cursor: pointer;
    font-weight: bold;
    margin-right: 10px;
}

ul[b-504vkbcqwb] {
    list-style-type: none;
    display: block;     
    list-style-type: none;
    margin-bottom: 0px !important;
}

li[b-504vkbcqwb] {
    padding-left: 20px;
    list-style-type: none;
}
/* _content/BrennanWebsite/Shared/MainLayout.razor.rz.scp.css */
footer[b-tjk64trnwg] {
    text-align: center !important;
    font-size: 10px !important;
    background-color: #abd1b5 !important;
}
/* _content/BrennanWebsite/Shared/NavMenu.razor.rz.scp.css */
summary[b-06ed689s0f] {
    background-color: #ABD1B5 !important;
    border: none !important;
    color: #398712 !important;
}
