@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Profile.razor.rz.scp.css */
.profile-card[b-la2cn86msa] {
    display: inline-block;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    width: 100%;
    border-radius: 8px;
}

.profile-name[b-la2cn86msa] {
    padding: 20px;
    font-size: 1.25em;
    line-height: 1.5em;
}

.profile-name:first-child[b-la2cn86msa] {
    background: var(--tag-background);
}

.profile-image[b-la2cn86msa] {
    padding: 30px;
    background: var(--tag-background);
}

.profile-image img[b-la2cn86msa] {
    width: 100%;
    margin: auto;
    border-radius: 50vw;
    display: block;
}

.profile-keypoints[b-la2cn86msa] {
    background-color: var(--tag-background);
    padding-top: 10px;
    padding-left: 2.5em;
    padding-right: 1.5em;
    list-style: none;
    margin-bottom: 0;
}

.profile-keypoints li[b-la2cn86msa] {
    padding-bottom: 0.6em;
    letter-spacing: 0.05em;
}

/* As the MarkupComponent is a base class we have to use deep */
[b-la2cn86msa] .profile-keypoints li p {
    display: inline;
}

.item-draggable[b-la2cn86msa] {
    cursor: grab;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTable.razor.rz.scp.css */
.table-container[b-ko3j4l74jt] {
    overflow-x: auto;
}

.skill-table[b-ko3j4l74jt] {
    margin-top: 20px;
    width: 100%;
}

.skill-table td:first-of-type[b-ko3j4l74jt] {
    width:10%
}

.skill-table td[b-ko3j4l74jt] {
    width: 30%;
    border-top: 1px var(--bs-light) solid;
    vertical-align: top;
    min-width: 100px;
}

.skill-table td div[b-ko3j4l74jt] {
    display: inline-block;
    margin-right: 8px;
    margin-top: 12px;
    margin-bottom: 12px;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/Skill/SkillTag.razor.rz.scp.css */
.skill-tag[b-hvox8qdz5v] {
    padding: 8px;
    border-radius: 5px;
    background-color: var(--tag-background);
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.skill-tag img[b-hvox8qdz5v] {
    padding-right: 12px;
    width: 36px;
}
/* _content/LinkDotNet.Blog.Web/Features/AboutMe/Components/TabbedNavigation.razor.rz.scp.css */
.nav>.nav-item>button[b-3dlt41hhlk] {
    border: 0;
    background: transparent !important;
    color: var(--bs-body-color) !important;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ConfirmDialog.razor.rz.scp.css */
.actions[b-3d7smphqrq] {
    float:right;
}

.actions *[b-3d7smphqrq] {
    margin-left: 5px;
    margin-top: 25px;
    width: 125px;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/PreviewImage.razor.rz.scp.css */
img[b-uzuusmch64] {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* _content/LinkDotNet.Blog.Web/Features/Components/ShortBlogPost.razor.rz.scp.css */
.blog-card[b-z96wchwkms] {
    display: flex;
    flex-direction: column;
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    margin: 1rem auto 1.6%;
    line-height: 1.4;
    border-radius: 5px;
    overflow: hidden;
    z-index: 0;
    transform: scale(1.0);
    transition: transform 0.35s;
    content-visibility: auto;
    contain-intrinsic-size: 300px;
}

.blog-card:hover[b-z96wchwkms] {
    transform: scale(1.05);
    transition: 1s ease;
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.blog-card a[b-z96wchwkms] {
    color: inherit;
}

.blog-card .meta[b-z96wchwkms] {
    position: relative;
    z-index: 0;
    height: 200px;
}
.blog-card .details[b-z96wchwkms],
.blog-card .details ul[b-z96wchwkms] {
    margin: auto;
    padding: 0;
    list-style: none;
}
.blog-card .details[b-z96wchwkms] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100%;
    margin: auto;
    transition: left 0.5s;
    background: rgba(0, 0, 0, 0.6);
    color: var(--bs-white);
    padding: 10px;
    width: 100%;
    font-size: 0.9rem;
}
.blog-card .details a[b-z96wchwkms] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}
.blog-card .details ul li[b-z96wchwkms] {
    display: inline-block;
}

.blog-card .details li[b-z96wchwkms]:before {
    margin-right: 10px;
}

.blog-card .details li ul[b-z96wchwkms]:before {
    margin-right: 10px;
}

.blog-card .details .tags li[b-z96wchwkms] {
    margin-right: 2px;
}

.blog-card .details .tags ul[b-z96wchwkms]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blog-card .description[b-z96wchwkms] {
    padding: 1rem;
    background: var(--background);
    position: relative;
    z-index: 1;
}

.blog-card .description .header[b-z96wchwkms] {
	display: flex;
	justify-content: space-between;
}

.blog-card .description .read-more[b-z96wchwkms] {
    text-align: right;
}
.blog-card .description .read-more a[b-z96wchwkms] {
    display: inline-block;
    position: relative;
}
.blog-card .description .read-more a[b-z96wchwkms]:before {
    font-family: 'icons';
    content: '\ea42';
		display: inline-block;
    font-weight: 900;
    text-decoration: none;
    margin-right: -5px;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
		vertical-align: bottom;
}
.blog-card .description .read-more a:hover[b-z96wchwkms]:before {
    margin-right: 8px;
    opacity: 1;
		display: inline-block;
}

.blog-card .read-time[b-z96wchwkms]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e94f";
}

.blog-card p[b-z96wchwkms] {
    position: relative;
    margin: 1rem 0 0;
}
.blog-card p:first-of-type[b-z96wchwkms] {
    margin-top: 1.25rem;
}
.blog-card p:first-of-type[b-z96wchwkms]:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}
.blog-card:hover .details[b-z96wchwkms] {
    left: 0;
}

.goto-tag[b-z96wchwkms] {
	color: white !important;
}

.goto-tag:hover[b-z96wchwkms] {
	color: #D7D7D7 !important;
}

.schedule[b-z96wchwkms] {
	background-color: #28a745;
}

.draft[b-z96wchwkms] {
	background-color: #ff8700;
}

.card-title[b-z96wchwkms] {
    font-weight: 600;
    line-height: 1.3;
    margin-right: 1rem;
}

.card-content[b-z96wchwkms] {
    font-weight: 300;
}

@media (min-width: 640px) {
    .blog-card[b-z96wchwkms] {
        flex-direction: row;
        max-width: 1200px;
    }
    .blog-card .meta[b-z96wchwkms] {
        flex-basis: 30%;
        height: auto;
    }
    .blog-card .description[b-z96wchwkms] {
        flex-basis: 70%;
    }
    .blog-card .description[b-z96wchwkms]:before {
        transform: skewX(-3deg);
        content: "";
		background: var(--background);
        width: 30px;
        position: absolute;
        left: -10px;
        top: 0;
        bottom: 0;
        z-index: -1;
    }
    .blog-card.alt[b-z96wchwkms] {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description[b-z96wchwkms]:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }
    .blog-card.alt .details[b-z96wchwkms] {
        padding-left: 25px;
    }
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/Footer.razor.rz.scp.css */
#footer[b-6rzmehe5tv] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/IntroductionCard.razor.rz.scp.css */
.introduction-background[b-y2zx10jfna] {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), var(--profile-background);
}

.introduction-container[b-y2zx10jfna] {
    height: 438px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: 0.5fr 1fr 1fr 1fr;
    gap: 10px;
    grid-template-areas:
    ". . . . ."
    ". . profile-picture . ."
    ". profile-text profile-text profile-text ."
    ". profile-text profile-text profile-text .";
}

.profile-picture[b-y2zx10jfna] {
    grid-area: profile-picture;
    width: 175px;
    height: 175px;
    border-radius: 50%;
    border: white;
    margin: auto;
    box-shadow: 0 0 0 4px white;
    background-image: var(--profile-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile-text[b-y2zx10jfna] {
    margin: auto;
    grid-area: profile-text;
    font-size: clamp(1.0rem, 0.6479rem + 1vw, 1.4rem);
    line-height: clamp(1.5em, 0.6479rem + 1.1268vw, 2.25em);
    text-align: center;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/NavMenu.razor.rz.scp.css */
.barcode[b-xg6yedgcdo] {
    text-decoration: none;
    font-weight: 400;
    font-size: 2.5rem;
}

[b-xg6yedgcdo] .navbar-nav li {
    padding-left: 1rem;
    white-space: nowrap;
}
/* _content/LinkDotNet.Blog.Web/Features/Home/Components/SearchInput.razor.rz.scp.css */
.search-bar[b-soe1sfb9ee] {
    border: 2px solid;
    display: flex;
    border-radius: 100vh;
    overflow: hidden;
    height: 40px;
    padding: 3px;
    width: 40px;
    position: relative;
    transition: width 300ms ease-in-out;
}

.search-bar-input[b-soe1sfb9ee] {
    flex-grow: 1;
    padding: 0 .5em;
    border: 0;
    opacity: 0;
    background: transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    cursor: pointer;
    font-weight: 400;
    color: var(--bs-navbar-color);
}

.search-bar-input:focus[b-soe1sfb9ee] {
    outline: 0;
}
.search-bar-button[b-soe1sfb9ee] {
    border: 0;
    border-radius: 100vh;
    margin-left: auto;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent;
	/*
		TODO: That is really ugly
		The problem is that every other button is behind nav-
	 */
	color: var(--bs-navbar-color);
}

.search-bar:focus-within[b-soe1sfb9ee] {
    width: 170px;
}

.search-bar:focus-within .search-bar-input[b-soe1sfb9ee] {
    cursor: initial;
    opacity: 1;
    z-index: initial;
    max-width: 130px;
}
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/Components/ReadingIndicator.razor.rz.scp.css */
.progress-container[b-oys116jf1v] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 1.5s;
}

.progress-container.visible[b-oys116jf1v] {
    opacity: 1;
}

@keyframes fadeOut-b-oys116jf1v {
     to {
         opacity: 0;
     }
 }

.progress-circle[b-oys116jf1v] {
    width: 50px;
    height: 50px;
}

.progress-bg[b-oys116jf1v] {
    fill: none;
    stroke: #f3f3f3;
    stroke-width: 4;
}

.progress-bar[b-oys116jf1v] {
    fill: none;
    stroke: #4caf50;
    stroke-width: 4;
    stroke-linecap: round;
    transform-origin: center;
    transform: rotate(-90deg);
    stroke-dasharray: 100, 100;
    stroke-dashoffset: 100;
}

[data-bs-theme='light'] .progress-bg[b-oys116jf1v] {
    stroke: #444444;
}
/* _content/LinkDotNet.Blog.Web/Features/ShowBlogPost/ShowBlogPostPage.razor.rz.scp.css */
.blog-container[b-g52i26ouw8] {
    background: var(--background);
    width: clamp(60%, 2vw, 90%);
    box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 20px;
}

.blogpost-tag[b-g52i26ouw8]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blogpost-content[b-g52i26ouw8] {
    padding-top: 20px;
    overflow-x: hidden;
}

.blogpost-content img[b-g52i26ouw8] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 700px) {
    .blog-outer-box .blog-container[b-g52i26ouw8] {
        width: 90%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .blog-outer-box .blog-container[b-g52i26ouw8] {
        width: 80%;
    }
}
