﻿@media (min-width: 768px) {
    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        display: none;
    }



    .top-row {
        height: 40px;
        align-items: center;
        display: flex;
        background-color: white !important;
        border-bottom: 1px solid #009DE0 !important;
    }

    .top-row span {
        color: #337ab7;
        font-family: Gotham-Bold, GothamBook, sans-serif;
        font-size: 14px
    }

    

}

.main .top-row {
    z-index: 250;
}


