.swagger-ui  .topbar a {
    content:url(/img/VPSie-logo.svg);
    object-fit: fill;
    object-position: 50% 50%;
    height: fit-content;
    max-height: 70px;
    margin-right: auto;
}

.swagger-ui .topbar { 
    background: linear-gradient(145deg, #027be3 11%, #014a88 75%);
}


.logo {
    transition: opacity .28s ease-in;
    object-fit: fill;
    object-position: 50% 50%;
}



.navbar {
    background: linear-gradient(145deg, #027be3 11%, #014a88 75%) !important;
    backdrop-filter: blur(7px);
}