/* You can add global styles to this file, and also import other style files */

/*@import "~@ng-select/ng-select/themes/default.theme.css";*/

body {
    margin: 0;
    font-family: Roboto,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;
    font-size: .812rem;
    font-weight: 400;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}


.Spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.Spinner-wrap {
    min-height: 500px;
    height: 100%;
    display: block;
    position: relative;
}

    .Spinner-wrap.is-outOfFlow {
        min-height: 0;
        background: rgba(255, 255, 255, .5);
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 2;
    }

.Media-img {
    width: 100%;
    height: auto;
    vertical-align: middle;
    display: inline-block !important;
}

.Media-wrap {
    font-size: 0;
    background: #333;
    text-align: center;
    aspect-ratio: 16/9;
    overflow: hidden;
}

Media-wrap-private {
    font-size: 0;
    background: #333;
    text-align: center;
    overflow: hidden;
}

.Media-wrap.Media-inlineBlock {
    display: inline-block;
}

.Media-wrap:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.c-youtube {
    color: #c00;
}

.bg-youtube {
    background: #c00;
}

.c-tiktok {
    color: #EE1D52;
}

.bg-tiktok {
    background: #EE1D52;
}

.c-instagram {
    color: #3F729B;
}

.bg-instagram {
    background: #3F729B;
}

.c-linkedin {
    color: #0A66C2;
}

.bg-linkedin {
    background: #0A66C2;
}

.c-personalWebsite {
    color: #ff5e3a;
}

.bg-personalWebsite {
    background: #ff5e3a;
}

.post-content-wrap:after {
    content: "";
    width: 0;
    height: 0;
    clear: both;
    display: block;
}

.socials li + li {
    margin-left: 10px;
}

.blog-post .post-content.blog-content-html ul,
.mce-content-body ul {
    list-style: initial !important;
    padding-left: 2rem !important;
}

@keyframes rotate {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
