/* swagger ui customization */
.swagger-ui .topbar {
    height: 80px;
    background: #393939;
    position: relative;
    z-index: 1;
}

body {
    background: linear-gradient(-45deg, #BAE579, #81C83C );
}



.download-url-wrapper #select {
    width: 250px;
    flex: unset !important;
}

.go-back-button {
    width: 100%;
    max-width: 1380px;
    height: 40px;
    display: flex;
    justify-content: flex-start;
    position: absolute;
    top: 90px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
}


    .go-back-button a {
        width: 40px;
        height: 40px;
        border-radius: 99px;
        display: flex;
        cursor: pointer;
        position: relative;
        align-items: center;
        justify-content: flex-end;
        text-decoration: none;
        color: #3b4151;
        background: white;
        box-shadow: 0 0 1em rgba(0,0,0,0.1);
        transition: 0.3s;
    }


        .go-back-button a:hover {
            width: 90px;
            margin-right: 5px;
        }


        .go-back-button a i {
            position: absolute;
            top: 50%;
            left: 13px;
            transform: translateY(-50%);
        }


        .go-back-button a span {
            font-size: 0px;
            opacity: 0;
            font-family: Arial;
            color: #696969;
            transition: 0.3s;
        }


        .go-back-button a:hover span {
            font-size: 16px;
            opacity: 1;
            padding-right: 5px;
        }




.swagger-ui .topbar a {
    width: 100% !important;
    max-width: 1430px !important;
    padding-right: 20px;
    position: absolute;
    top: 45px;
    left: 50%;
    display: flex;
    justify-content: flex-end;
    transform: translateX(-50%);
}

    .swagger-ui .topbar a img {
        width: 80px;
        height: auto;
    }

button.attached.authorize.btn.unlocked.attached {
    position: fixed;
    top: 65px;
    right: 15px;
    background-color: #fff;
}

h2 {
    width: 100%;
    background: url("../LambIntegral_small.png") no-repeat;
    background-position: left;
    background-size: 42px;
    padding-left: 47px;
}



.white-background {
    width: 1280px;
    height: 100vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    z-index: -1;
    background: white;
}


.swagger-ui:nth-child(2) {
    width: 100%;
    max-width: 1280px;
    min-height: 100vh;
    z-index: 0;
    margin: 0 auto;
    padding: 0px 12px 12px 12px;
    background: white;
    box-shadow: 0px 10px 1em rgba(0, 0, 0, 0.1);
}


.swagger-ui .info {
    margin: 10px 0 !important;
}

.renderedMarkdown ul {
    width: auto;
    height: auto;
    padding: 0 !important;
}

    .renderedMarkdown ul li {
        padding-left: 20px;
        list-style: inside;
    }

.modal-ux-inner, modal-ux, .swagger-ui .dialog-ux .modal-ux-content {
    height: 100%;
    max-height: 80% !important;
}


footer {
    width: 100%;
    max-width: 1280px;
    height: 40px;
    padding: 0 20px;
    margin: 0 auto;
    background: white;
    font-family: sans-serif;
    display: flex;
    justify-content: space-between;
}

.versao-aplicacao {
    font-size: 12px;
    color: #888888;
}

    .versao-aplicacao a {
        font-size: 12px;
        color: #539ee3;
        text-decoration: none;
    }

.copyright {
    font-size: 12px;
    color: #888888;
}

    .copyright a {
        font-size: 12px;
        color: #539ee3;
        text-decoration: none;
    }
