body {
    background-color: #222020;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 20px;
    background-color: #181717;
    padding-left: 240px;
}

.logo {
    height: 55px;
    width: auto;
    margin-right: 10px;
}

.title {
    color: #00bf61;
    font-size: 36px;
    font-weight: bold;
    margin: 0;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.swagger-ui {
    background-color: #222020 !important;
}

.scheme-container {
    background-color: #222020 !important;
}

.nostyle {
    color: #ffffff !important;
}

.opblock-summary-description {
    color: #ffffffe5 !important;
}

.swagger-ui .topbar {
    display: none;
    background-color: #222020;
    border-bottom: 2px solid #00bf61;
    color: white;
}

.swagger-ui .topbar .download-url-wrapper {
    background-color: #222020;
}

.swagger-ui .topbar .logo {
    background-image: url('/static/images/kinopoisk-logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    height: 40px;
    width: 150px;
}

.swagger-ui .info {
    color: #00bf61;
    display: none;
}

.swagger-ui .info h1 {
    font-size: 36px;
    font-weight: bold;
}

.swagger-ui .opblock {
    border-top: 2px solid #00bf61;
}

.swagger-ui .btn {
    color: white;
    border: none;
    padding: 10px 15px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

.swagger-ui .btn:hover {
    background-color: #444444;
}


.swagger-ui .opblock-summary {
    background-color: #2C2C2C;
    border: 1px solid #444444;
    color: #00bf61;
}

.swagger-ui .opblock-summary:hover {
    background-color: #3B3B3B;
}

.swagger-ui .response__block {
    background-color: #2C2C2C;
    color: white;
    border-radius: 5px;
    padding: 15px;
    margin-top: 10px;
}

.swagger-ui .api-path {
    color: #00bf61;
}

.swagger-ui .info__title {
    color: #00bf61;
}

h1,
h2,
h3 {
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

main {
    background-color: #222020;
    color: #e5e5e5;
    padding: 20px;
    padding-left: 240px;
}

h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

h2 {
    font-size: 28px;
    color: #00bf61;
    margin-bottom: 20px;
}

h3 {
    font-size: 22px;
    color: #00bf61;
    margin-top: 20px;
}

p,
li {
    font-size: 18px;
    line-height: 1.6;
}

a {
    color: #00bf61;
    text-decoration: none;
    transition: color 0.3s;
}

a:hover {
    color: #ffffff;
}

section {
    margin-bottom: 30px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #181717;
    color: #05ff82;
}

footer p {
    margin: 0;
    font-size: 14px;
}

.api-endpoints .endpoint {
    background-color: #2C2C2C;
    border: 1px solid #444;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.endpoint h3 {
    color: #00bf61;
}

.endpoint pre {
    background-color: #222020;
    color: #bbb;
    padding: 10px;
    border-radius: 5px;
    white-space: pre-wrap;
}

.modal-ux {
    background-color: #222020 !important;
    color: white !important;
}

.authentication {
    background-color: #222020;
    padding: 20px;
    border-radius: 5px;
}

footer {
    text-align: center;
    padding: 20px;
    background-color: #222020;
    color: #05ff82;
}

.schemes-title {
    color: white !important;
}

.markdown {
    color: #ffffffbe;
}

.try-out__btn {
    background-color: #1e293bff !important;
}

.opblock-section-header {
    background-color: inherit !important;
}

.opblock-title {
    color: #ffffffcc !important;
}

.col_header {
    color: #ffffffcc !important;
}

.parameter__name {
    color: #ffffffcc !important;
}

.parameter__type {
    color: #ffffffcc !important;
}