body {
    position: relative;
}

body::before {
    background-image: url('/img/weenat_logo.svg');
    background-size: 100% 100%;
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    opacity: .06;
    top: -50%;
    left: -40%;
    pointer-events: none;
}

#swagger-ui .swagger-ui {
    width: 58%;
    min-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

#swagger-ui .info .title {
    position: relative;
    padding-left: 1.4em;
}

#swagger-ui .info .title::before {
    background-image: url('/img/weenat_logo.svg');
    background-size: 100% 100%;
    display: inline-block;
    content: "";
    position: absolute;
    width: 44px;
    top: 1px;
    left: 0;
    bottom: 0;
}

#swagger-ui .info .title small:not(.version-stamp) {
    display: none;
}

#swagger-ui .info a {
    font-size: 12px;
    text-decoration: underline;
}

#swagger-ui .info .description h3 {
    margin-top: 26px;
    margin-bottom: 14px;
}

#swagger-ui .info .description ul {
    margin-top: -6px;
}

#swagger-ui .info .description table {
    display: block;
    width: 100%;
    overflow: auto;
    word-break: keep-all;
    border-collapse: collapse;
    border-spacing: 0px;
    margin-top: 1.5em;
    margin-bottom: 1.5em;
}

#swagger-ui .info .description table tr {
    border-top: 1px solid rgb(204, 204, 204);
}

#swagger-ui .info .description table tbody tr {
    background-color: #fff;
}

#swagger-ui .info .description table tbody tr:nth-child(2n) {
    background-color: #fafafa;
}

#swagger-ui .info .description table th,
#swagger-ui .info .description table td {
    padding: 6px 13px;
    border: 1px solid rgb(221, 221, 221);
}

#swagger-ui .info .info__tos,
#swagger-ui .info .info__contact,
#swagger-ui .info .info__license {
    margin-bottom: 3px;
}
