﻿.swagger-ui .topbar {
    color: #002145;
    background-color: #0a3964 !important;
}

    .swagger-ui .topbar .link::before {
        content: url('../logo-ait.svg');
        margin-right: 18px;
        /*zoom: 0.8;*/
        height:1.8em;
        width:1.8em;
    }

h2.title::before {
    content: url('../logo-z.svg');
    margin-right: 6px;
    zoom: 0.8;
}
    h3.zeryx::before {
        content: url('../logo-z.svg');
        margin-right: 9px;
    }