

html {
    height: 100%;
    font-size: 14px;
}

body {
    display: flex !important;
    flex-direction: column;
    height: 100%;
    background-color: #0F172A !important;
}

footer {
    margin-top: auto;
    padding: 1em;
}

.tag-container {
    list-style: none;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    display: flex;
}
.tag-item {
    display: list-item;
    border: 1px solid #949494;
    border-radius: 8px;
    padding: .3rem;
    font-family: "PolySans", "Inter", -apple-system, "BlinkMacSystemFont", "Segoe UI", "Fira Sans", "Helvetica Neue", "Arial", sans-serif;
    cursor: pointer;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: uppercase;
    font-size: .9rem;
    flex: 0 1 auto;
}

html {
  font-size: 14px;
}

main {
     color: #94A9C9;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

/*
html {
  position: relative;
  min-height: 100%;
}
*/

.bg-gray-850 {
    background-color: #131C31 !important;
}


.nav-text {
    color: #94A9C9 !important;
}

    .nav-text:hover {
        color: #1CC2E7 !important;
    }




.border-gray {
    border-bottom: 1px solid #222F43 !important;
}

.color-gray-700 {
    color: #66768F;
}


.box-post {
    width: 100%;
    border-style: solid;
    border-width: 1px;
    border-radius: 16px;
    padding: 25px 25px 0px 25px;
    margin-bottom: 30px;
    background-color: #131C31
}

.post-header {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 27px;
    color: #0EA5EA;
}

.post-body-text { 

    color: #94A9C9;
}


.box-author-small img {
    display: inline-block;
    margin-right: 15px;
    height: 45px;
    width: 45px;
    border-radius: 50%;
}

.box-author-small {
    display: flex;
    align-items: center;
padding-bottom:1rem;
}

.box-author-small .author-info {
    width: 100%;
}


.text-sm {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px !important;
    line-height: 20px !important;
    font-weight: 400;
}


.color-linear {
    background: linear-gradient(90deg, rgb(14, 165, 234), rgb(11, 209, 209) 51%, rgb(14, 165, 234)) var(--x, 0) / 200%;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background-clip: text !important;
    text-fill-color: transparent;

}

.sp-blog-header {
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 45px;
    line-height: 61px;
    margin-bottom:8px !important;
}

.blog-sub-header {
    margin-top:0;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin-bottom:3rem;
}

.mb-30 {
    margin-bottom:30px;
}


.mb-20 {
    margin-bottom: 20px;
}

.post-body-text {
    font-family: "Noto Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #94A9C9;
}


@keyframes spinner-line-fade-more {
    0%, 100% {
        opacity: 0; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-quick {
    0%, 39%, 100% {
        opacity: 0.25; /* minimum opacity */
    }

    40% {
        opacity: 1;
    }
}

@keyframes spinner-line-fade-default {
    0%, 100% {
        opacity: 0.22; /* minimum opacity */
    }

    1% {
        opacity: 1;
    }
}

@keyframes spinner-line-shrink {
    0%, 25%, 100% {
        /* minimum scale and opacity */
        transform: scale(0.5);
        opacity: 0.25;
    }

    26% {
        transform: scale(1);
        opacity: 1;
    }
}