@media (min-width: 768px) {
    .h-md-100 {
        height: 100vh;
    }
}

.btn-round {
    border-radius: 30px;
}

.bg-indigo {
    background: indigo;
}

.bg-neutral {
    background: #e9ecef
}

.text-cyan {
    color: #35bdff;
}

.actions li {
    display: inline;
    list-style-type: none;
    padding-right: 5px;
    font-size: 1.2em;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

@media (min-width: 768px) {
    .sticky-desktop-sidebar {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 1030;
    }

    .second-col-offset-4 {
        margin-left: 33.333333%;
    }
}

