/* /Components/Layout/MainLayout.razor.rz.scp.css */
.wrapper[b-cegz33sh5z] {
    padding-left: 80px;
    transition: all 0.4s ease 0s;
    height: 100%;
}

.sidebar-wrapper[b-cegz33sh5z] {
    margin-left: -80px;
    left: 80px;
    width: 80px;
    background: #222;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: visible;
    z-index: 1000;
    transition: all 0.4s ease 0s;
}

.content-area[b-cegz33sh5z] {
    width: 100%;
    min-height: 100vh;
    position: relative;
    isolation: isolate;
}

@media only screen and (max-width: 480px) {
    .wrapper[b-cegz33sh5z] {
        padding-left: 60px;
    }

    .sidebar-wrapper[b-cegz33sh5z] {
        margin-left: -60px;
        left: 60px;
        width: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .wrapper[b-cegz33sh5z] {
        padding-left: 40px;
    }

    .sidebar-wrapper[b-cegz33sh5z] {
        margin-left: -40px;
        left: 40px;
        width: 40px;
    }
}
/* /Components/Layout/Navbar.razor.rz.scp.css */
.sidebar-nav[b-i3iv0vkoqo] {
    position: absolute;
    top: 0;
    width: 80px;
    list-style: none;
    margin: 0;
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .sidebar-nav[b-i3iv0vkoqo] {
        width: 60px;
    }
}

@media only screen and (max-width: 320px) {
    .sidebar-nav[b-i3iv0vkoqo] {
        width: 40px;
    }
}
/* /Components/Layout/NavItem.razor.rz.scp.css */
li[b-fwz7abi0or] {
    border-bottom: 1px solid rgba(255, 255, 255, .05);
    height: 80px;
    list-style: none;
    position: relative;
}

li[b-fwz7abi0or]::after {
    content: attr(data-tooltip);
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 10px;
    background: #222;
    color: #fff;
    padding: 8px 14px;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform-origin: left center;
    z-index: 100;
}

li[b-fwz7abi0or]::before {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    margin-left: -2px;
    border: 6px solid transparent;
    border-right-color: #222;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

li:hover[b-fwz7abi0or]::after {
    animation: tooltip-swing-right-b-fwz7abi0or 0.4s ease forwards;
}

li:hover[b-fwz7abi0or]::before {
    animation: tooltip-swing-right-b-fwz7abi0or 0.4s ease forwards;
}

@keyframes tooltip-swing-right-b-fwz7abi0or {
    0%   { opacity: 0; transform: translateY(-50%) rotate(8deg) scale(0.9); }
    40%  { opacity: 1; transform: translateY(-50%) rotate(-4deg) scale(1.02); }
    70%  { transform: translateY(-50%) rotate(2deg) scale(1); }
    100% { opacity: 1; transform: translateY(-50%) rotate(0deg) scale(1); }
}

[b-fwz7abi0or] a {
    display: block;
    color: #949494;
    padding: 8px 16px;
    text-decoration: none;
    text-align: center;
    font-size: 27px;
    line-height: 66px;
}

[b-fwz7abi0or] a.active {
    color: white;
}

[b-fwz7abi0or] a:hover:not(.active) {
    color: white;
}

@media only screen and (max-width: 480px) {
    li[b-fwz7abi0or] {
        height: 60px;
    }

    li[b-fwz7abi0or]::after,
    li[b-fwz7abi0or]::before {
        display: none;
    }

    [b-fwz7abi0or] a {
        padding: 8px 0;
        font-size: 22px;
        line-height: 43px;
    }
}

@media only screen and (max-width: 320px) {
    li[b-fwz7abi0or] {
        height: 40px;
    }

    [b-fwz7abi0or] a {
        padding: 8px 0;
        font-size: 18px;
        line-height: 23px;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-r3zksfkvjf],
.components-reconnect-repeated-attempt-visible[b-r3zksfkvjf],
.components-reconnect-failed-visible[b-r3zksfkvjf],
.components-pause-visible[b-r3zksfkvjf],
.components-resume-failed-visible[b-r3zksfkvjf],
.components-rejoining-animation[b-r3zksfkvjf] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-retrying[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-failed[b-r3zksfkvjf],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-r3zksfkvjf] {
    display: block;
}


#components-reconnect-modal[b-r3zksfkvjf] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-r3zksfkvjf 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-r3zksfkvjf 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-r3zksfkvjf 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-r3zksfkvjf]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-r3zksfkvjf 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-r3zksfkvjf {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-r3zksfkvjf {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-r3zksfkvjf {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-r3zksfkvjf] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-r3zksfkvjf] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-r3zksfkvjf] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-r3zksfkvjf] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-r3zksfkvjf] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-r3zksfkvjf] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-r3zksfkvjf] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-r3zksfkvjf 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-r3zksfkvjf] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-r3zksfkvjf {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/About.razor.rz.scp.css */
.full-height[b-4ey2iyppxo] {
    min-height: 100vh;
}

.leftcol[b-4ey2iyppxo] {
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(50% - 40px);
    height: 100vh;
    background-image: url('/images/dudeWithComputer.jpg');
    background-size: cover;
    background-position: 40% 50%;
}

.rightcol[b-4ey2iyppxo] {
    background-color: white;
}

.content-padding[b-4ey2iyppxo] {
    padding: 80px;
    background-color: white;
}

.mobile-image[b-4ey2iyppxo] {
    background-image: url('/images/dudeWithComputer.jpg');
    background-size: cover;
    background-position: 50% 20%;
    height: 30vw;
}

.properties-list[b-4ey2iyppxo] {
    padding: 0 30px 0 5px;
    margin: 30px 0;
}

.full-divider[b-4ey2iyppxo] {
    margin: 80px -80px;
}

.skills[b-4ey2iyppxo] {
    margin-top: 90px;
}

@media only screen and (max-width: 1400px) {
    .full-divider[b-4ey2iyppxo] {
        margin: 40px -40px;
    }

    .content-padding[b-4ey2iyppxo] {
        padding: 40px;
    }
}



@media only screen and (max-width: 768px) {
    .skills[b-4ey2iyppxo] {
        margin-top: 60px;
    }

    .properties-list[b-4ey2iyppxo] {
        padding: 0;
    }
}

@media only screen and (max-width: 480px) {
    .skills[b-4ey2iyppxo] {
        margin-top: 30px;
    }
}
/* /Components/Pages/Contact.razor.rz.scp.css */
.full-height[b-80dzrqhx9c] {
    min-height: 100vh;
}

.leftcol[b-80dzrqhx9c] {
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(50% - 40px);
    height: 100vh;
    background-image: url('/images/orebro.jpg');
    background-size: cover;
    background-position: 50% 50%;
}

.rightcol[b-80dzrqhx9c] {
    background-color: white;
}

.content-padding[b-80dzrqhx9c] {
    padding: 80px;
    background-color: white;
}

.mobile-image[b-80dzrqhx9c] {
    background-image: url('/images/orebro.jpg');
    background-size: cover;
    background-position: 50% 20%;
    height: 30vw;
}

@media only screen and (max-width: 1400px) {
    .content-padding[b-80dzrqhx9c] {
        padding: 40px;
    }
}


/* /Components/Pages/Home.razor.rz.scp.css */
.full-height[b-eq8ggglbk3] {
    min-height: 100vh;
}

.leftcol[b-eq8ggglbk3] {
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(50% - 40px);
    background-image: url('/images/dudeIsStaring_invert.jpg');
    background-size: cover;
    background-position: 36% 50%;
    height: 100vh;
    z-index: 10;
}

.name-left[b-eq8ggglbk3] {
    text-align: right;
    margin-top: 80px;
}

.rightcol[b-eq8ggglbk3] {
    background-image: url('/images/dudeisThinking.jpg');
    background-size: cover;
    background-position: center;
    height: 100vh;
    position: relative;
    display: flex;
    flex-direction: column;
}

.social-slot[b-eq8ggglbk3] {
    margin-top: auto;
    align-self: flex-start;
    position: relative;
    z-index: 11;
}

.name[b-eq8ggglbk3] {
    color: #fff;
    margin-top: 80px;
    margin-bottom: 0;
    width: fit-content;
}

.name span[b-eq8ggglbk3],
.name-left span[b-eq8ggglbk3] {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    padding: 40px 60px;
    color: #fff;
}

.name-red[b-eq8ggglbk3] {
    background-color: #de3926;
}

.name-black[b-eq8ggglbk3] {
    background-color: #222;
}

.profession[b-eq8ggglbk3] {
    color: #222;
    background-color: #fff;
    display: inline-block;
    align-self: flex-start;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 30px;
    padding: 30px 60px;
}

@media only screen and (max-width: 1200px) {
    .name span[b-eq8ggglbk3] {
        font-size: 44px;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 24px;
    }
}

@media only screen and (max-width: 992px) {
    .name[b-eq8ggglbk3] {
        margin-top: 40px;
        margin-left: 40px;
    }

    .name span[b-eq8ggglbk3] {
        font-size: 38px;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 24px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .name span[b-eq8ggglbk3] {
        font-size: 34px;
        padding: 30px 40px;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 20px;
        margin-left: 40px;
        padding: 20px 40px;
    }
}

@media only screen and (max-width: 570px) {
    .name span[b-eq8ggglbk3] {
        padding: 20px 20px;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 18px;
        margin-left: 40px;
        padding: 20px 30px;
    }
}

@media only screen and (max-width: 480px) {
    .name[b-eq8ggglbk3] {
        margin-top: 40px;
        margin-left: 0;
    }

    .name span[b-eq8ggglbk3] {
        font-size: 26px;
        padding: 15px 10px;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 14px;
        margin-left: 0;
        padding: 15px;
    }
}

@media only screen and (max-width: 320px) {
    .name[b-eq8ggglbk3] {
        margin-top: 0;
        margin-left: 0;
    }

    .name span[b-eq8ggglbk3] {
        font-size: 7vw;
        padding: 15px;
        width: 50%;
    }

    .profession[b-eq8ggglbk3] {
        font-size: 10px;
        padding: 10px;
        width: 100%;
    }
}
/* /Components/Pages/Resume.razor.rz.scp.css */
.full-height[b-3fg77zn06s] {
    min-height: 100vh;
}

.leftcol[b-3fg77zn06s] {
    position: fixed;
    top: 0;
    left: 80px;
    width: calc(50% - 40px);
    height: 100vh;
    background-image: url('/images/dudeIsStronk.png');
    background-size: cover;
    background-position: center;
}

.rightcol[b-3fg77zn06s] {
    background-color: white;
}

.content-padding[b-3fg77zn06s] {
    padding: 80px;
    background-color: white;
}

.mobile-image[b-3fg77zn06s] {
    background-image: url('/images/dudeIsStronk.png');
    background-size: cover;
    background-position: center;
    height: 30vw;
}

.full-divider[b-3fg77zn06s] {
    margin: 80px -80px;
}

@media only screen and (max-width: 1400px) {
    .full-divider[b-3fg77zn06s] {
        margin: 40px -40px;
    }

    .content-padding[b-3fg77zn06s] {
        padding: 40px;
    }
}


/* /Components/Shared/PropertyCard.razor.rz.scp.css */
.property-row[b-sfj8tyt5s4] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
    padding: 5px 0;
}

.property-row:first-child[b-sfj8tyt5s4] {
    border-top: 1px solid #f3f3f3;
}

.property-row p[b-sfj8tyt5s4] {
    font-size: 18px;
    padding: 5px 5px 1px 5px;
    word-spacing: 0.2em;
    line-height: 1.5;
}

.property-header p[b-sfj8tyt5s4] {
    font-weight: 700;
}

.property-header p > span[b-sfj8tyt5s4] {
    margin-right: 10px;
}

@media only screen and (max-width: 1200px) {
    .property-row p[b-sfj8tyt5s4] {
        font-size: 16px;
        word-spacing: 0;
    }

    .property-header p > span[b-sfj8tyt5s4] {
        margin-right: 0;
    }
}

@media only screen and (max-width: 992px) {
    .property-row p[b-sfj8tyt5s4] {
        font-size: 18px;
        word-spacing: 0.2em;
    }

    .property-header p > span[b-sfj8tyt5s4] {
        margin-right: 10px;
    }
}

@media only screen and (max-width: 768px) {
    .property-row[b-sfj8tyt5s4] {
        flex-direction: column;
    }

    .property-row p[b-sfj8tyt5s4] {
        font-size: 16px;
        word-spacing: 0.2em;
        padding: 0 0 0 5px;
    }

    .property-header p > span[b-sfj8tyt5s4] {
        margin-right: 0;
    }
}
/* /Components/Shared/ResumeItemCard.razor.rz.scp.css */
.resume-item .resume-period[b-46niah1m57] {
    font-size: 18px;
    font-weight: bold;
}

.resume-item > .resume-description[b-46niah1m57] {
    margin-bottom: 50px;
}
/* /Components/Shared/SkillCard.razor.rz.scp.css */
.skill-block[b-fnpf7vqkd7] {
    margin-bottom: 60px;
}

.skill-block h4[b-fnpf7vqkd7] {
    text-align: center;
}

.skill-block p[b-fnpf7vqkd7] {
    text-align: center;
}

.skill-icon-container[b-fnpf7vqkd7] {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    background-color: #f3f3f3;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.skill-icon-container:hover[b-fnpf7vqkd7] {
    animation: rubberBand-b-fnpf7vqkd7 0.8s ease;
}

.skill-icon[b-fnpf7vqkd7] {
    font-size: 50px;
    color: #949494;
    text-decoration: none;
}

@keyframes rubberBand-b-fnpf7vqkd7 {
    0%   { transform: scale(1); }
    30%  { transform: scaleX(1.25) scaleY(0.75); }
    40%  { transform: scaleX(0.75) scaleY(1.25); }
    50%  { transform: scaleX(1.15) scaleY(0.85); }
    65%  { transform: scaleX(0.95) scaleY(1.05); }
    75%  { transform: scaleX(1.05) scaleY(0.95); }
    100% { transform: scale(1); }
}

@media only screen and (max-width: 992px) {
    .skill-block[b-fnpf7vqkd7] {
        margin-bottom: 60px;
    }
}

@media only screen and (max-width: 768px) {
    .skill-block[b-fnpf7vqkd7] {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 480px) {
    .skill-icon-container[b-fnpf7vqkd7] {
        width: 80px;
        height: 80px;
    }

    .skill-icon[b-fnpf7vqkd7] {
        font-size: 40px;
    }
}
/* /Components/Shared/SocialBar.razor.rz.scp.css */
.social-bar[b-f1bh3uj7gs] {
    color: #222;
    background-color: #fff;
    margin-bottom: 75px;
    position: relative;
    z-index: 20;
}

.social-bar ul[b-f1bh3uj7gs] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-flex;
}

.social-bar ul li[b-f1bh3uj7gs] {
    position: relative;
}

.social-bar ul li[b-f1bh3uj7gs]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
    background: #de3926;
    color: #fff;
    padding: 8px 14px;
    border-radius: 3px;
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    white-space: nowrap;
    opacity: 0;
    pointer-events: none;
    transform-origin: bottom center;
    z-index: 100;
}

.social-bar ul li[b-f1bh3uj7gs]::before {
    content: '';
    position: absolute;
    bottom: calc(100% - 2px);
    left: 50%;
    transform: translateX(-50%);
    border: 6px solid transparent;
    border-top-color: #de3926;
    opacity: 0;
    pointer-events: none;
    z-index: 100;
}

.social-bar ul li:hover[b-f1bh3uj7gs]::after {
    animation: tooltip-swing-b-f1bh3uj7gs 0.4s ease forwards;
}

.social-bar ul li:hover[b-f1bh3uj7gs]::before {
    animation: tooltip-swing-b-f1bh3uj7gs 0.4s ease forwards;
}

@keyframes tooltip-swing-b-f1bh3uj7gs {
    0%   { opacity: 0; transform: translateX(-50%) rotate(-8deg) scale(0.9); }
    40%  { opacity: 1; transform: translateX(-50%) rotate(4deg) scale(1.02); }
    70%  { transform: translateX(-50%) rotate(-2deg) scale(1); }
    100% { opacity: 1; transform: translateX(-50%) rotate(0deg) scale(1); }
}

.social-bar ul li a[b-f1bh3uj7gs] {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 80px;
    text-decoration: none !important;
    color: #222;
    border-right: 1px solid #f3f3f3;
    background-color: #fff;
    font-size: 24px;
    transition: color 0.2s ease;
}

.social-bar ul li a:hover[b-f1bh3uj7gs] {
    color: #de3926;
}

@media only screen and (max-width: 1200px) {
    .social-bar ul li a[b-f1bh3uj7gs] {
        height: 70px;
        width: 70px;
    }
}

@media only screen and (max-width: 992px) {
    .social-bar[b-f1bh3uj7gs] {
        margin-bottom: 60px;
        margin-left: 40px;
    }
}

@media only screen and (max-width: 480px) {
    .social-bar[b-f1bh3uj7gs] {
        margin-bottom: 0;
        margin-left: 40px;
    }

    .social-bar ul li a[b-f1bh3uj7gs] {
        height: 4em;
        width: 4em;
        font-size: 20px;
    }
}
