.App {
    display: flex;
    flex-direction: row;
    height: 100vh;
    font-family: Montserrat, sans-serif;
}

.url {
    display: none !important
}

.side-bar {
    display: flex;
    flex-direction: column;
    width: 15vw;
    height: 100vh;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1), 0 2px 5px rgba(0, 0, 0, 0.2);
    position: relative;
}

.side-bar-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    color: whitesmoke;
    background-color: #2d383a;
    font-size: 8pt;
}

.side-bar-title {
    padding: 2px;
    margin-left: 24px;
    margin-top: 10px;
}

.side-bar-header h1 {
    margin: 0;
    font-size: 10pt;
}

.side-bar-body {
    padding-left: 10px;
    position: absolute;
    padding-top: 40px;
}

.side-bar-support {
    position: fixed;
    bottom: 0;
    margin-bottom: 20px;
}

#api-data {
    width: 90vw;
    padding-left: 30px;
    padding-top: 30px;
    overflow-y: scroll;
}

.api-link {
    margin-top: 10px;
    font-size: 12pt;
    transition: all .1s ease;
    padding-left: 10px;
    font-family: Montserrat, sans-serif;
    font-size: 0.929em;
}

.MuiInput-root {
    font-size: 6pt !important;
}

.api-link:hover {
    cursor: pointer;
    border-left: 5px solid crimson;
    transition: all .1s ease;
}

.MuiTypography-body1 {
    font-size: 11px !important;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.00938em;
}

.swagger-ui .topbar {
    background-color: #363839 !important;
    padding: 10px 0;
}

.swagger-ui .scheme-container {
    background: #fff;
    box-shadow: none !important;
    margin: 0 0 20px;
    padding: 30px 0;
}