﻿

.swagger-ui .topbar svg:not(:root) {
    display: none;
}

/* Altera a cor de fundo do topo */
.swagger-ui .topbar {
    background-color: #726BC2 !important;
}

.topbar-wrapper .link:before {
    background-image: url('https://bdadmin.bdglobal.ai/img/logo.png');
    background-size: 50px 50px;
    display: inline-block;
    width: 50px;
    height: 50px;
    content: "";
}

