﻿html,
body    {
    height: 100%;
    width: 100%;
}

body    {
    overflow: hidden;
}

#input_apiKey {
    display: none !important;
}

form.sandbox {
    overflow: auto !important;
}

#header {
    background-color: #430978 !important;
    box-shadow: 0 10px 10px rgba(0,0,0,0.5) !important;
    padding: 0 !important;
    height: 5% !important;
    display: flex;
    align-items: center;
}

#header #logo .logo__img {
    padding: 5px !important;
    margin: 0 !important;
    background-color: #fff !important;
    margin-top: -0.2rem !important;
    border-radius: 5px !important;
}

.header__btn {
    color: #430978 !important;
    background-color: #fff !important;
}

.header__btn:hover {
    background-color: #662a9e !important;
    color: #fff !important;
}

#swagger-ui-container {
    min-width: unset !important;
    max-width: unset !important;
    width: 80%;
    height: calc(95% - 40px);
    display: flex;
    justify-content: space-between;
    position: relative;
    flex-direction: column;
}

#api_info {
    display: flex;
    height: 4% !important;
    align-items: center;
    width: 100% !important;
    border-bottom: 1px solid #ccc;
}

#resources_container {
    display: flex;
    flex-direction: column;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    position: relative;
    overflow: auto;
    padding: 10px;
}

#header .swagger-ui-wrap {
    display: flex;
    width: 80%;
    height: 100%;
    align-items: center;
    justify-content: space-between;
    min-width: unset !important;
    max-width: unset !important;
}