@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* _content/ThingsInTheIce.Home.Web/Features/Admin/BlogPostEditor/Components/CreateNewBlogPost.razor.rz.scp.css */
.content-area[b-epkqqp8k87] {
    margin-left: 20px;
    margin-right: 20px;
    display: flex;
}

.new-content[b-epkqqp8k87] {
    width: 50%;
    padding-right: 5px;
}

.preview[b-epkqqp8k87] {
    width: 50%;
    padding-left: 5px;
}
/* _content/ThingsInTheIce.Home.Web/Features/Admin/BlogPostEditor/Components/UploadFile.razor.rz.scp.css */
[b-g6qq0b4bla] .can-drop {
    border: 2px dashed green;
}
/* _content/ThingsInTheIce.Home.Web/Features/Artists/ArtistPage.razor.rz.scp.css */
.content-area[b-ijq2fh3d4s] {
	margin-left: 20px;
	margin-right: 20px;
	display: flex;
}
/* _content/ThingsInTheIce.Home.Web/Features/Components/ConfirmDialog.razor.rz.scp.css */
.actions[b-bfvevfj4ze] {
    float:right;
}

.actions *[b-bfvevfj4ze] {
    margin-left: 5px;
    margin-top: 25px;
    width: 125px;
}
/* _content/ThingsInTheIce.Home.Web/Features/Components/PreviewImage.razor.rz.scp.css */
img[b-l37p7a3903] {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    height: 100%;
    width: 100%;
}
/* _content/ThingsInTheIce.Home.Web/Features/Components/ShortBlogPost.razor.rz.scp.css */
.blog-card[b-rfurswfjkb] {
    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-rfurswfjkb] {
    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-rfurswfjkb] {
    color: inherit;
}

.blog-card .meta[b-rfurswfjkb] {
    position: relative;
    z-index: 0;
    height: 200px;
}
.blog-card .details[b-rfurswfjkb],
.blog-card .details ul[b-rfurswfjkb] {
    margin: auto;
    padding: 0;
    list-style: none;
}
.blog-card .details[b-rfurswfjkb] {
    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-rfurswfjkb] {
    -webkit-text-decoration: dotted underline;
    text-decoration: dotted underline;
}
.blog-card .details ul li[b-rfurswfjkb] {
    display: inline-block;
}

.blog-card .details li[b-rfurswfjkb]:before {
    margin-right: 10px;
}

.blog-card .details li ul[b-rfurswfjkb]:before {
    margin-right: 10px;
}

.blog-card .details .tags li[b-rfurswfjkb] {
    margin-right: 2px;
}

.blog-card .details .tags ul[b-rfurswfjkb]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blog-card .description[b-rfurswfjkb] {
    padding: 1rem;
    background: var(--background);
    position: relative;
    z-index: 1;
}

.blog-card .description h1[b-rfurswfjkb] {
    line-height: 1;
    margin: 0 0 5px 0;
    font-size: 1.7rem;
}
.blog-card .description .read-more[b-rfurswfjkb] {
    text-align: right;
}
.blog-card .description .read-more a[b-rfurswfjkb] {
    display: inline-block;
    position: relative;
}
.blog-card .description .read-more a[b-rfurswfjkb]:after {
    font-family: 'icons';
    content: '\ea42';
    font-weight: 900;
    text-decoration: none;
    margin-left: -10px;
    opacity: 0;
    transition: margin 0.3s, opacity 0.3s;
}
.blog-card .description .read-more a:hover[b-rfurswfjkb]:after {
    margin-left: 5px;
    opacity: 1;
}

.blog-card .read-time[b-rfurswfjkb]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e94f";
}

.blog-card p[b-rfurswfjkb] {
    position: relative;
    margin: 1rem 0 0;
}
.blog-card p:first-of-type[b-rfurswfjkb] {
    margin-top: 1.25rem;
}
.blog-card p:first-of-type[b-rfurswfjkb]:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 35px;
    top: -0.75rem;
    border-radius: 3px;
}
.blog-card:hover .details[b-rfurswfjkb] {
    left: 0;
}

.goto-tag[b-rfurswfjkb] {
	color: white !important;
}

.goto-tag:hover[b-rfurswfjkb] {
	color: #D7D7D7 !important;
}

.schedule[b-rfurswfjkb] {
	background-color: #28a745;
}

.draft[b-rfurswfjkb] {
	background-color: #ff8700;
}

@media (max-width: 400px) {
    .blog-card .description h1[b-rfurswfjkb] {
        font-size: 1.25rem;
    }
}
@media (min-width: 640px) {
    .blog-card[b-rfurswfjkb] {
        flex-direction: row;
        max-width: 1200px;
    }
    .blog-card .meta[b-rfurswfjkb] {
        flex-basis: 30%;
        height: auto;
    }
    .blog-card .description[b-rfurswfjkb] {
        flex-basis: 70%;
    }
    .blog-card .description[b-rfurswfjkb]: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-rfurswfjkb] {
        flex-direction: row-reverse;
    }
    .blog-card.alt .description[b-rfurswfjkb]:before {
        left: inherit;
        right: -10px;
        transform: skew(3deg);
    }
    .blog-card.alt .details[b-rfurswfjkb] {
        padding-left: 25px;
    }
}

.admin-action[b-rfurswfjkb] {
    padding-top: 10px;
}
/* _content/ThingsInTheIce.Home.Web/Features/Home/Components/Footer.razor.rz.scp.css */
#footer[b-s41kasic0y] {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 2.5rem;
}
/* _content/ThingsInTheIce.Home.Web/Features/Home/Components/IntroductionCard.razor.rz.scp.css */
.introduction-background[b-wyoh91qo87] {
    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-wyoh91qo87] {
    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-wyoh91qo87] {
    grid-area: profile-picture;
    width: 175px;
    height: 175px;
    margin: auto;
    background-image: var(--profile-image);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.profile-text[b-wyoh91qo87] {
    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/ThingsInTheIce.Home.Web/Features/Home/Components/NavMenu.razor.rz.scp.css */
.barcode[b-qp90yuud27] {
    text-decoration: none;
    font-weight: 400;
    font-size: 2.5rem;
}

[b-qp90yuud27] .navbar-nav li {
    padding-left: 1.25rem;
    white-space: nowrap;
}
/* _content/ThingsInTheIce.Home.Web/Features/Home/Components/SearchInput.razor.rz.scp.css */
.search-bar[b-e1nqk2b3s4] {
    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-e1nqk2b3s4] {
    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-e1nqk2b3s4] {
    outline: 0;
}
.search-bar-button[b-e1nqk2b3s4] {
    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-e1nqk2b3s4] {
    width: 170px;
}

.search-bar:focus-within .search-bar-input[b-e1nqk2b3s4] {
    cursor: initial;
    opacity: 1;
    z-index: initial;
    max-width: 130px;
}
/* _content/ThingsInTheIce.Home.Web/Features/Home/Index.razor.rz.scp.css */
.blogpost-cards[b-6v0rsajves] {
    margin: 1rem auto 1.6%;
}

.recent-posts[b-6v0rsajves] {
    text-align:center;
    padding-top: 10px;
}
/* _content/ThingsInTheIce.Home.Web/Features/ShowBlogPost/Components/Like.razor.rz.scp.css */
.clap-btn[b-bcjz22vjv9] {
    display: inline-block;
    Cursor: pointer;
    width: 50px;
    height: 50px;
    background: url('assets/ClapAnimation.webp') no-repeat 0 50%;
    background-size: 900%;
}

html[data-bs-theme='light'] .clap-btn[b-bcjz22vjv9] {
	filter: invert(100%);
}


.clap-active[b-bcjz22vjv9] {
    animation-name: animate-b-bcjz22vjv9;
    animation-duration: .8s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    animation-timing-function: steps(8);
}

@keyframes animate-b-bcjz22vjv9 {
     0%   { background-position: left;  }
     50%  { background-position: right; }
     100% { background-position: right; }
 }
/* _content/ThingsInTheIce.Home.Web/Features/ShowBlogPost/Components/ReadingIndicator.razor.rz.scp.css */
.progress-container[b-3994vwgvaw] {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 1.5s;
}

.progress-container.visible[b-3994vwgvaw] {
    opacity: 1;
}

@keyframes fadeOut-b-3994vwgvaw {
     to {
         opacity: 0;
     }
 }

.progress-circle[b-3994vwgvaw] {
    width: 50px;
    height: 50px;
}

.progress-bg[b-3994vwgvaw] {
    fill: none;
    stroke: #f3f3f3;
    stroke-width: 4;
}

.progress-bar[b-3994vwgvaw] {
    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-3994vwgvaw] {
    stroke: #444444;
}
/* _content/ThingsInTheIce.Home.Web/Features/ShowBlogPost/ShowBlogPostPage.razor.rz.scp.css */
.blog-container[b-3yw13jzgpb] {
    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-metainformation[b-3yw13jzgpb] {
    color: lightgrey;
}

.blogpost-tag[b-3yw13jzgpb]:before {
    font-family: 'icons';
    font-weight: 900;
    content: "\e936";
}

.blogpost-content[b-3yw13jzgpb] {
    padding-top: 20px;
    overflow-x: hidden;
}

.blogpost-content img[b-3yw13jzgpb] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media only screen and (max-width: 700px) {
    .blog-outer-box .blog-container[b-3yw13jzgpb] {
        width: 90%;
    }
}

@media only screen and (min-width: 700px) and (max-width: 1024px) {
    .blog-outer-box .blog-container[b-3yw13jzgpb] {
        width: 80%;
    }
}
