﻿.topbar {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    background-color: #f9f9f9;
    height: 80px;
    border-bottom: 1px solid #e5e7eb;
    display: none;
}
.swagger-ui{
    margin-top: -20px !important;
}
.swagger-ui .topbar-wrapper {
    display: none !important; /* Hide default Swagger logo */
}

.swagger-ui .info h2.title {
    font-size: 28px;
    color: #1a1a1a;
}
