﻿.swagger-ui .my-search {
    margin-top: 16px !important;
    max-width: 1460px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 0 20px !important;
}
.swagger-ui .topbar-wrapper img {
    display: none;
}

.swagger-ui .topbar-wrapper .link::before {
    content: "";
    display: inline-block;
    background: url('/swagger-ui/TEACare-Logo.jpeg') no-repeat center center;
    background-size: contain;
    width: 150px;
    height: 40px;
    margin-right: 10px;
}