@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';

/* _content/Portfolio/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-gk0xuebvlm] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
}

.page_blog[b-gk0xuebvlm] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color:  #212529;
}

main[b-gk0xuebvlm] {
    flex: 1;
}

.sidebar[b-gk0xuebvlm] {
    /*background-image: linear-gradient(180deg, #343a40 0%, rgba(72, 78, 84, 0) 100%);*/
    background-color: #333333;
}

.top-row[b-gk0xuebvlm] {
    background-color: #343a40;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-gk0xuebvlm]  a, .top-row[b-gk0xuebvlm]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-gk0xuebvlm]  a:hover, .top-row[b-gk0xuebvlm]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-gk0xuebvlm]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-gk0xuebvlm] {
        justify-content: space-between;
    }

    .top-row[b-gk0xuebvlm]  a, .top-row[b-gk0xuebvlm]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-gk0xuebvlm] {
        flex-direction: row;
    }
    
    .page_blog[b-gk0xuebvlm] {
        flex-direction: row;
    }

    .sidebar[b-gk0xuebvlm] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-gk0xuebvlm] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-gk0xuebvlm]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-gk0xuebvlm], article[b-gk0xuebvlm] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-gk0xuebvlm] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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-gk0xuebvlm] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/Portfolio/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9rsrfjp5vo] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------------------------------*/

.navbar-language-selection[b-9rsrfjp5vo] {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex; /* put buttons in one line */
}

/* Base button styles */
.navbar-language-selection .btn[b-9rsrfjp5vo] {
    width: 64px;    /* choose a fixed width */
    height: 20px;   /* choose a fixed height */
    padding: 0;     /* no padding so flag fills completely */
    border-radius: 0;
    margin: 0;
    border-right-width: 0;
    border-color: #333333;
    background-size: 100% 100%; /* stretch flag */
    background-repeat: no-repeat;
    background-position: center;
}

/* Remove Bootstrap press/active/focus effects */
.navbar-language-selection .btn:active[b-9rsrfjp5vo],
.navbar-language-selection .btn:focus[b-9rsrfjp5vo],
.navbar-language-selection .btn.active:focus[b-9rsrfjp5vo] {
    outline: none;                /* no outline */
    box-shadow: none !important;  /* remove box shadow */
    background-color: transparent !important; /* prevent bg color flash */
    border-color: #333333 !important; /* ensure no border */
}

/* Rounded edges only on outer buttons */
.navbar-language-selection .btn:first-child[b-9rsrfjp5vo] {
    border-radius: 0.25rem 0 0 0.25rem;
}

.navbar-language-selection .btn:last-child[b-9rsrfjp5vo] {
    border-radius: 0 0.25rem 0.25rem 0;
}

/* Flag images per button */
.navbar-language-selection .btn.lang-da[b-9rsrfjp5vo] {
    background-image: url('images/danish_flag.png');
}

.navbar-language-selection .btn.lang-en[b-9rsrfjp5vo] {
    background-image: url('images/english_flag.png');
}

.navbar-language-selection .btn.lang-fr[b-9rsrfjp5vo] {
    background-image: url('images/french_flag.svg');
}

/* All flag buttons – default 50% opacity */
.navbar-language-selection .btn.lang-da[b-9rsrfjp5vo],
.navbar-language-selection .btn.lang-en[b-9rsrfjp5vo],
.navbar-language-selection .btn.lang-fr[b-9rsrfjp5vo] {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.5; /* semi transparent by default */
    transition: opacity 0.2s; /* smooth fade */
}

/* When active – full opacity */
.navbar-language-selection .btn.active[b-9rsrfjp5vo] {
    opacity: 1;
    border-color: #333333; /* highlight selected */
}

.navbar-language-selection .btn:hover[b-9rsrfjp5vo] {
    opacity: 0.75;
}

/*------------------------------------------------------------------------------*/

.navbar-toggler:checked[b-9rsrfjp5vo] {
    background-color: #333333;
}

.top-row[b-9rsrfjp5vo] {
    min-height: 3.5rem;
    background-color: #333333;
}

.navbar-brand[b-9rsrfjp5vo] {
    font-size: 1.1rem;
}

.bi[b-9rsrfjp5vo] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-9rsrfjp5vo] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9rsrfjp5vo] {
        padding-top: 1rem;
    }

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

    .nav-item[b-9rsrfjp5vo]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-9rsrfjp5vo]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-9rsrfjp5vo]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-9rsrfjp5vo] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9rsrfjp5vo] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9rsrfjp5vo] {
        display: none;
    }

    .nav-scrollable[b-9rsrfjp5vo] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Portfolio/Components/Pages/Blog.razor.rz.scp.css */

.list-group-item[b-w8kretlrgr] {
    transition: background-color 0.2s ease, color 0.2s ease;
}
.list-group-item:hover[b-w8kretlrgr] {
    background-color: #444 !important;
    color: white !important;
}
/* _content/Portfolio/Components/Pages/Experience.razor.rz.scp.css */
.text-custom-gray[b-21o30lrzxm] {
    color: rgba(170,170,170,1) !important;
}
/* _content/Portfolio/Components/Pages/Skills.razor.rz.scp.css */
.badge[b-917k07vsnc] {
    padding: 0.5em 1em;
    font-size: 0.9rem;
    border: 1px solid rgba(0, 0, 0, 0.1) !important;
}
