﻿.swagger-ui {
    background-color: #FAF5FC;
}

    .swagger-ui .topbar {
        border-color: #333953;
    }

    .swagger-ui .topbar-wrapper a img {
        background: url(https://gnatta.com/Content/svg/logo.svg) no-repeat;
        display: block;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        width: 164px;
        height: 35px;
        padding-left: 164px;
    }

    .swagger-ui .topbar .download-url-wrapper .select-label select {
        border-color: #9746b7;
    }

    .swagger-ui .information-container {
        background-image: linear-gradient(48deg,#6531ab,#bc3284);
        padding: 1px;
        max-width: 100%;
    }

        .swagger-ui .information-container section {
            max-width: 1460px;
            margin: 0 auto;
        }

            .swagger-ui .information-container section .info .title {
                color: #FFF;
                padding: 0 25px;
            }

            .swagger-ui .information-container section .info .link {
                display: none;
            }

    .swagger-ui .scheme-container {
        background-color: #b2b6c2;
        padding: 10px 0;
    }

        .swagger-ui .scheme-container .authorize {
            background-color: #FFF;
            border: 0;
            color: #9746b7;
        }

            .swagger-ui .scheme-container .authorize svg {
                fill: #9746b7;
            }

    .swagger-ui .opblock-tag-section {
        border: solid 1px #333953;
        border-radius: 4px;
        margin-bottom: 20px;
    }

        .swagger-ui .opblock-tag-section h4 {
            margin-bottom: 0;
        }

        .swagger-ui .opblock-tag-section .expand-operation svg {
            fill: #FFF;
        }

        .swagger-ui .opblock-tag-section .opblock-tag {
            background-color: #333953;
            color: #FFF;
            border: 0;
        }

            .swagger-ui .opblock-tag-section .opblock-tag:hover {
                background-color: #333953;
            }

        .swagger-ui .opblock-tag-section .opblock {
            margin: 5px 5px 10px 5px;
        }
