/* _content/ContentShareHub.Web/Components/App.razor.rz.scp.css */
html[b-r77isox5bd], body[b-r77isox5bd] {
    height: 100%;
    margin: 0;
}
/* _content/ContentShareHub.Web/Components/Layout/Footer.razor.rz.scp.css */
footer[b-in7kufx91b] {
    margin: 0;
    margin-top: auto;
    background-color: #333;
    color: white;
    text-align: center;
    padding: 24px 16px;
    max-width: 100%;
    background: #003087;
}

footer a[b-in7kufx91b], footer p[b-in7kufx91b] {
    color: white;
    margin: 0;
    line-height: 1.3;
}
/* _content/ContentShareHub.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-nya7t93wsb] {
    position: relative;
    min-height: 100%;
    display: flex;
    flex-direction: column;
}

body[b-nya7t93wsb] {
    font-family: Montserrat, sans-serif;
    margin: 0;
    min-height: 100%;
}

main[b-nya7t93wsb] {
    height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column;
}


#blazor-error-ui[b-nya7t93wsb] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-nya7t93wsb] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/ContentShareHub.Web/Components/Pages/ReadContent.razor.rz.scp.css */
.header-content[b-z7melrntl9] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
}

.header-content[b-z7melrntl9] {
    color: #111111;
    line-height: 1.3;
}

.header-col[b-z7melrntl9] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-content h3[b-z7melrntl9], .header-content p[b-z7melrntl9] {
    margin: 0;
    color: #111111;
}
.header-content h3[b-z7melrntl9]{
    font-size: 18px;
}

.header-content p[b-z7melrntl9] {
    font-size: 18px;
}

.social-icon[b-z7melrntl9] {
    max-width: 48px;
    max-height: 48px;
}
.header-img[b-z7melrntl9] {
    width: 75px;
    height: 75px;
    float: left;
}

.contact-person[b-z7melrntl9] {
    text-align: center;
}

.appointment[b-z7melrntl9] {
    background: #fff;
    color: #111;
    text-decoration: none;
    border: solid 1.2px #111;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 18px;
    align-self: center;
    display: flex;
    gap: 8px;
}
.media-container[b-z7melrntl9]{
    flex: 1;
    display: grid;
}
.appointment:hover[b-z7melrntl9] {
    background: #111;
    color: #fff;
}
/* _content/ContentShareHub.Web/Components/Pages/ShareContent.razor.rz.scp.css */
.header-content[b-o19w0v8oto] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: sans-serif;
}

.header-content[b-o19w0v8oto] {
    color: #111111;
    line-height: 1.3;
}

.header-col[b-o19w0v8oto] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.header-content h3[b-o19w0v8oto], .header-content p[b-o19w0v8oto] {
    margin: 0;
    color: #111111;
}
.header-content h3[b-o19w0v8oto]{
    font-size: 18px;
}

.header-content p[b-o19w0v8oto] {
    font-size: 18px;
}

.social-icon[b-o19w0v8oto] {
    max-width: 48px;
    max-height: 48px;
}
.header-img[b-o19w0v8oto] {
    width: 75px;
    height: 75px;
    float: left;
}

.contact-person[b-o19w0v8oto] {
    text-align: center;
}

.appointment[b-o19w0v8oto] {
    background: #fff;
    color: #111;
    text-decoration: none;
    border: solid 1.2px #111;
    padding: 8px 12px;
    font-weight: 500;
    font-size: 18px;
    align-self: center;
    display: flex;
    gap: 8px;
}
.media-container[b-o19w0v8oto]{
    flex: 1;
    display: grid;
}
#CopyButton[b-o19w0v8oto] {
    border-radius: 100%;
    background: #7fffd4;
}
#message[b-o19w0v8oto] {
    color: green;
    margin-top: 10px;
    display: none;
    text-align: center;
}
