﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500&display=swap');

.swagger-ui .parameters-col_description input[type="text"] {
    width: 100%;
    max-width: 100%;
}

.swagger-ui .parameters-col_description ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #95a5a6;
    font-style: italic;
    font-size: small;
    opacity: 1; /* Firefox */
}

.swagger-ui .auth-btn-wrapper {
    padding-top:30px;
}

.swagger-ui .auth-container .wrapper {
    margin: 10px;
    padding: 10px;
}

input[type="text"], input[type="password"] {
    width: 100% !important;
}

.btn {
    font-weight: 400 !important;
    font-family: Poppins !important;
}

.swagger-ui {
    font-weight: 300 !important;
    font-family: Poppins !important;
    color: #3b4151;
}

.swagger-ui .topbar {
    background-color: #fff !important;
    box-shadow: rgba(67, 90, 111, 0.3) 0px 0px 1px, rgba(67, 90, 111, 0.47) 0px 2px 4px -2px;
}

.swagger-ui .scheme-container {
    box-shadow: rgba(67, 90, 111, 0.3) 0px 0px 1px, rgba(67, 90, 111, 0.47) 0px 2px 4px -2px;
}

.swagger-ui .topbar .download-url-wrapper .select-label {
    color: #3b4151;
}

.swagger-ui .info .title {
    font-family: Poppins !important;
    font-weight: 500 !important;
}

.swagger-ui label {
    font-weight: 500 !important;
    font-family: Poppins !important;
}

.swagger-ui .opblock .opblock-summary-description {
    font-weight: 300 !important;
    font-family: Poppins !important;
}

.swagger-ui .opblock-description-wrapper, .swagger-ui .opblock-external-docs-wrapper, .swagger-ui .opblock-title_normal {
    font-weight: 400 !important;
    font-family: Poppins !important;
}

.swagger-ui .opblock-tag {
    font-weight: 300 !important;
    font-family: Poppins !important;
}

.swagger-ui .model {
    font-weight: 400 !important;
    font-family: Poppins !important;
}

.swagger-ui textarea {
    font-weight: 400 !important;
    font-family: Poppins !important;
}

.swagger-ui .info a {
    color: rgb(0, 68, 212);
}

.swagger-ui .btn.execute {
    background-color: rgb(0, 68, 212);
    color: #fff;
    border-color: rgb(0, 68, 212);    
}

.swagger-ui .opblock-description-wrapper p, .swagger-ui .opblock-external-docs-wrapper p, .swagger-ui .opblock-title_normal p {
    font-weight: 300 !important;
    font-family: Poppins !important;
}

.swagger-ui .info li, .swagger-ui .info p, .swagger-ui .info table {
    font-weight: 300 !important;
    font-family: Poppins !important;
}

.swagger-ui .info hgroup.main {
    margin-bottom: 0px;
}

a[href*="/swagger/v1/swagger.json"] {
    display: none;
}

.info__license, .info__tos, .info__contact {
    display: none !important;
}

.info__tos {
    display: none !important;
}

.info__contact {
    display: none !important;
}

*, *:before, *:after {
    box-sizing: inherit;
}

.footer {
    float: right;
    font-size: 14px;
    letter-spacing: 1px;
    word-spacing: 2px;
    height: 60px !important;
    padding-top: 35px;
    margin-top: 60px;
    bottom: 0;
    position: fixed;
    padding-left: 10px;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: flex-end;
    background-color: #fff !important;
    box-shadow: rgba(67, 90, 111, 0.3) 0px 0px 1px, rgba(67, 90, 111, 0.47) 0px 2px 4px -2px;
    font-family: Poppins;
    font-weight:400;
}

.section-padding{
    padding-bottom:50px;
}

element.style {
    color: #ccc !important;
}

.swagger-ui pre span {
    color: #ccc !important;
}

.swagger-ui section.models {
    display: none;
}