﻿.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}

    /* Sidebar links */
    .sidebar a {
        display: block;
        color: black;
        padding: 18.5px;
        text-decoration: none;
    }

        /* Active/current link */
        .sidebar a.active {
            background-color: #34495E;
            color: white;
        }

        /* Links on mouse-over */
        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

#swagger-ui {
    margin-left: 200px;
    height: 1000px;
}
img[alt="Swagger UI"] {
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    content: url('/imgs/Logo-GN-scritta_2022-colori-03.png');
    max-width: 100%;
    max-height: 100%;
}
