html {
    box-sizing: border-box;
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    background: #fafafa;
}

/* custom_topbar.css */

/* Change the background color */
.topbar {
    background-color: #333;
}

/* Change the font color */
.topbar > .link, .topbar > .account {
    color: #fff;
}

/* Adjust the padding and spacing */
.topbar {
    padding: 10px;
}

/* Change the color of links in the top bar */
.topbar a {
    color: #fff;
    text-decoration: none;
    margin-right: 10px;
}

/* Adjust the styles for the search input */
.topbar .search input {
    background-color: #444;
    color: #fff;
    border: 1px solid #555;
}

/* Style the search button */
.topbar .search button {
    background-color: #0074D9; /* Change to your preferred color */
    color: #fff;
    border: 1px solid #0074D9;
    border-radius: 3px;
}

/* Adjust the top bar's spacing */
.topbar {
    margin-bottom: 10px;
}

/* Adjust the position of the search input */
.topbar .search {
    margin-left: auto;
}

/* Add any other custom styles as needed */
#login-dialog {
    display: block; /* Show the dialog as a popup */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
}
.swagger_header .topbar .download-url-wrapper input[type=text] {
    border: 2px solid #62a03f;
    border-radius: 4px 0 0 4px;
    margin: 0;
    outline: none;
    width: 100%;
    min-width: 100px;
    padding: 8px 10px
}
.swagger_header .wrapper {
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 1460px;
    padding: 0 20px;
    width: 100%;
}
.swagger_header .topbar .topbar-wrapper, .swagger-ui .topbar a {
    align-items: center;
    display: flex;
}
.swagger_header .topbar a {
    color: #fff;
    flex: 1;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    max-width: 300px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.swagger_header .topbar a {
    color: #fff;
    flex: 1;
    font-family: sans-serif;
    font-size: 1.5em;
    font-weight: 700;
    max-width: 300px;
    -webkit-text-decoration: none;
    text-decoration: none;
}
.swagger_header img {
    max-width: 100%;
    border-style: none;
}
.swagger_header .topbar .download-url-wrapper {
    display: flex;
    flex: 3;
    justify-content: flex-end;
}
.swagger_header .topbar .download-url-wrapper .download-url-button {
    background: #62a03f;
    border: none;
    border-radius: 0 4px 4px 0;
    color: #fff;
    font-family: sans-serif;
    font-size: 16px;
    font-weight: 700;
    padding: 4px 30px;
}
.swagger_header button {
    cursor: pointer;
}
form.login_class{
    margin:25px
}
