.nav-navbar .nav-link {
    font-size: 12px;
}

.bg-lightest {
    background-color: #F8F9FB
}

.color-logo {
    color: #1871d1
}

.styled-hr {
    border: 0;
    height: 4px;
    background: #1871d1;
    border-radius: 5px;
}

.highlighted-text {
    background: linear-gradient(180deg, transparent 85%, #78b9fd 85%);
}

.partner-box {
    background: hsla(211, 79%, 46%, 1);

    background: linear-gradient(0deg, hsla(211, 79%, 46%, 1) 0%, hsla(171, 79%, 46%, 1) 100%);

    background: -moz-linear-gradient(0deg, hsla(211, 79%, 46%, 1) 0%, hsla(171, 79%, 46%, 1) 100%);

    background: -webkit-linear-gradient(0deg, hsla(211, 79%, 46%, 1) 0%, hsla(171, 79%, 46%, 1) 100%);

    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#1871D1", endColorstr="#19D2B6", GradientType=1);
}

.CodeRay .line-numbers {
    user-select: none;
    padding-right: 16px;
}

.custom-bullet-list {
    list-style-type: none;
    padding-left: 0;
}

.custom-bullet-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 4px;
}

.custom-bullet-list li::before {
    content: "•";
    position: absolute;
    left: 0;
    top: 0;
    color: #1871d1;
    font-weight: bold;
}
