#toolbar {
    background-color: whitesmoke !important;
    box-shadow: 1px 1px 4px 2px rgba(0, 0, 0, .2) !important;
}

.page-content {
    height: calc(100vh - 120px);
    width: 100%;
}

.menu {
    width: 200px;
    height: calc(100vh - 70px);
    background-color: whitesmoke;
}

.menu-btn {
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 400ms ease;
}

.menu-btn:hover {
    color: #0d92d0;
    text-decoration: underline;
}

.toolbar-label {
    font-size: 1rem;
}

.toolbar-username {
    font-size: 1rem;
    padding-left: 16px;
}

.toolbar-ref-customer {
    font-size: 1.75rem;
    margin-top: -6px;
}

@media screen and (max-width: 1300px) {
    .toolbar-ref-customer {
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 800px) {
    .toolbar-ref-customer {
        font-size: 1rem;
    }
}