@import url('https://fonts.googleapis.com/css?family=Inter:100,200,300,400,500,600,700,800,900');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@500;700&display=swap');

.swagger-ui {
    background: #F9F9FB;
}

.swagger-ui .topbar {
    background-color: white;
    border-bottom: 1px solid #C0C0C5;
}
.swagger-ui .information-container .description{
    font-family: Inter!important;
    font-size: 15px;
}

.topbar-wrapper img {
    content: url('./logo.svg');
}

.information-container .description {
    line-height: 25px;
}

.information-container .description p,
.information-container .description ul li {
    font-size: 16px;
}


/* Operations */
.wrapper:has(.tabs-container) {
    margin: 0;
    padding: 0;
    max-width: 100%;
}

.tabs-container .empty-search-results {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 14px;
    font-family: Inter;
    padding: 32px 0;
}
.tabs-container .empty-search-results .empty-results-title {
    font-size: 16px;
    font-family: Plus Jakarta Sans;
    margin: 12px 0 18px 0;
}

.tabs-container .empty-search-results b {
    margin-bottom: 4px;
}
.tabs-container .empty-search-results .empty-results-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: #EFEFF4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tabs-container .tabs-bar {
    border-bottom: 1px solid #C0C0C5;
    border-top: 1px solid #EFEFF4;
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
    background: white;
    padding: 0 46px;
}

.tabs-container .tabs {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 24px;
}

.tabs-container .tabs .tab {
    border-bottom: 2px solid transparent;
    padding: 20px 0;
    cursor: pointer;
}

.tabs-container .tabs .tab.tab-active {
    border-bottom: 2px solid #0038FD;
}

.tabs-container .tabs-search {
    display: flex;
    align-items: center;
}

.tabs-container .tabs-search input {
    border: none;
    border-radius: 0;
    outline: none;
}

.tabs-container .tabs-search input:focus, .tabs-container .tabs-search input:hover {
    border-bottom: 1px solid #C0C0C5;
}

.tabs-container .tab-content {
    padding: 0 46px 46px 46px;
    border-bottom: 1px solid #C0C0C5;
}

.swagger-ui .scheme-container {
    margin: 0;
    background: #F9F9FB;
    box-shadow: none;
    border-top: 1px solid #EFEFF4;
}

.swagger-ui .scheme-container .schemes {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.swagger-ui .scheme-container .schemes > div {
    display: flex;
    flex-direction: inherit;
    align-items: center;
}

.swagger-ui .scheme-container .schemes .servers-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 12px;
}

.information-container .info__tos,
.information-container .info__contact,
.information-container .info__extdocs {
    display: none;
}

/* footer */
.footer {
    display: flex;
    padding: 48px 40px 0 40px;
    justify-content: space-between;
}

.footer .footer-column-header {
    color: #444444;
    font-size: 13px;
    font-weight: 700;
    padding: 0 0 16px;
}

.footer .footer-column-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}
.footer .social-networks {
    display: flex;
    gap: 15px;
}

.footer .social-networks img {
    width: 18px;
    height: 18px;
}

.footer .footer-column-content-item {
    color: #77767B;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}

.copyright {
    padding: 24px 40px 12px 40px;
    border-top: 1px solid #C0C0C5;
    margin-top: 24px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #77767B;
    font-size: 14px;
    font-weight: 400;
}

/* auth */

.auth-wrapper .btn.authorize, .auth-wrapper .btn.cancel-logout {
    background: #0038FD;
    color: white;
    border: #0038FD;
    padding: 15px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    gap: 4px;
    align-items: center;
    justify-content: center;
    height: 40px;
    margin: 0;
}

.auth-wrapper .wrapper:has(input) {
    text-align: start;
}

.auth-wrapper input {
    width: 100%;
    outline: none;
}

.swagger-ui .dialog-ux .modal-ux {
    border-radius: 8px;
    box-shadow: none;
    max-width: 500px;
}

.swagger-ui .dialog-ux .modal-ux-content {
    padding: 0 32px 32px 32px;
    text-align: center;
}

.swagger-ui .dialog-ux .modal-ux-header {
    border-bottom: none;
    text-align: center;
}

.swagger-ui .auth-btn-wrapper {
    padding: 24px 0 0 0;
    gap: 12px;
}

.swagger-ui .auth-btn-wrapper .btn {
    width: 100%;
    margin-right: 0;
    border: 1px solid #0038FD;
    height: 40px;
}

.swagger-ui .auth-btn-wrapper .btn.logout, .swagger-ui .auth-btn-wrapper .btn.cancel-auth  {
    color: #0038FD;
}

.swagger-ui .auth-container:last-of-type {
    padding: 0;
}
