﻿#header {
    background: #222 !important;
}

#select_document {
    background: #666 !important;
}

.link>img {
    display: none;
}

input[name=baseUrl] {
    display: none !important;
}

#api_info a {
    color: #007bff !important;
    text-decoration: none !important;
}

#api_info a:hover,
#api_info a:focus,
#api_info a:active {
    color: #0056b3 !important;
    text-decoration: underline !important;
}

body {
    background: url(../assets/img/bg.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: 100%;
}

.swagger-ui .info .title {
    color: white;
}

.swagger-ui .scheme-container {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 15%);
}

.swagger-ui .opblock.opblock-post {
    background-color: rgba(255, 255, 255, 0.9);
    border: 1px solid transparent;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 15%);
}

.swagger-ui .opblock-tag-section {
    background-color: rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 15%);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.swagger-ui section.models {
    background-color: rgba(255, 255, 255, 0.5);
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: 0 3px 9px 0 rgb(28 28 51 / 15%);
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.swagger-ui .opblock-tag {
    color: white;
    font-family: sans-serif;
    font-size: 24px;
    margin: 0 0 5px;
}

.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
    color: #ff0000;
    font-family: sans-serif;
    font-size: 14px;
}