﻿body {
    margin: 0;
    padding: 0;
}

.sidebar {
    margin: 0;
    padding: 0;
    width: 200px;
    background-color: #f1f1f1;
    position: fixed;
    height: 100%;
    overflow: auto;
}


    .sidebar a {
        display: block;
        color: black;
        padding: 18.5px;
        text-decoration: none;
    }


        .sidebar a.active {
            background-color: #34495E;
            color: white;
        }


        .sidebar a:hover:not(.active) {
            background-color: #555;
            color: white;
        }

#swagger-ui {
    margin-left: 200px;
    height: 1000px;
}

main {
    margin-left: 200px;
    height: 1000px;
    padding: 10px;
    text-align: center;
}

.swagger-ui .info {
    display: none !important;
}

.topbar-wrapper img {
    display: none !important;
}

.topbar-wrapper a {
    background-image: url("https://rasacode.in/assets/images/rasalogo.png") !important;
    background-repeat: no-repeat;
    background-size: 300px 50px;
    height:50px
}
.swagger-ui .topbar {
    padding: 8px 30px;
    background-color: #61affe;
}