@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=JetBrains+Mono&display=swap');

body {
    background-color: #0D1F0D !important;
    color: #CDD6F4 !important;
    position: relative;
    overflow-x: hidden;
}

/* Tech grid background effect */
body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(rgba(0, 50, 0, 0.1) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 50, 0, 0.1) 1px, transparent 1px),
        radial-gradient(circle at 50% 50%, rgba(0, 200, 20, 0.05) 0%, transparent 25%),
        radial-gradient(circle at 70% 30%, rgba(20, 70, 200, 0.02) 0%, transparent 20%);
    background-size: 50px 50px, 50px 50px, 100% 100%, 100% 100%;
    z-index: -1;
    opacity: 0.7;
    pointer-events: none;
}

/* Floating particles effect */
body::after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
        radial-gradient(circle at 10% 10%, rgba(0, 255, 0, 0.05) 0%, transparent 15%),
        radial-gradient(circle at 90% 20%, rgba(0, 255, 0, 0.03) 0%, transparent 20%),
        radial-gradient(circle at 30% 80%, rgba(60, 140, 255, 0.02) 0%, transparent 25%),
        radial-gradient(circle at 70% 60%, rgba(0, 255, 0, 0.03) 0%, transparent 15%);
    z-index: -1;
    pointer-events: none;
}

.swagger-ui,
.swagger-ui span,
.swagger-ui section h3,
.swagger-ui .json-schema-2020-12__title,
.swagger-ui .json-schema-2020-12-expand-deep-button,
.swagger-ui .parameter__name,
.swagger-ui .parameter__type,
.swagger-ui .responses-inner h4,
.swagger-ui .responses-inner h5,
.swagger-ui .dialog-ux .modal-ux-header h3,
.swagger-ui .dialog-ux .modal-ux-content h4,
.swagger-ui .dialog-ux .modal-ux-content p,
.swagger-ui .response-col_status,
.swagger-ui .response-col_links,
.swagger-ui table thead tr td,
.swagger-ui table thead tr th,
.swagger-ui .tab li button.tablinks,
.swagger-ui .info a,
.swagger-ui .btn,
.swagger-ui label,
.swagger-ui .opblock .opblock-section-header h4,
.swagger-ui .opblock-tag,
.swagger-ui .opblock .opblock-summary-description,
.swagger-ui .info li,
.swagger-ui .info p,
.swagger-ui .info table,
.swagger-ui .info .title,
.swagger-ui .opblock .opblock-summary-method,
.swagger-ui button,
.swagger-ui input,
.swagger-ui optgroup,
.swagger-ui select,
.swagger-ui textarea,
.swagger-ui .opblock-description-wrapper p,
.swagger-ui .opblock-external-docs-wrapper p,
.swagger-ui .opblock-title_normal p {
    color: #CDD6F4;
    font-family: 'Inter', sans-serif;
}

.swagger-ui .json-schema-2020-12-property .json-schema-2020-12__title,
.swagger-ui .json-schema-2020-12__attribute,
.swagger-ui .opblock .opblock-summary-operation-id,
.swagger-ui .opblock .opblock-summary-path,
.swagger-ui .opblock .opblock-summary-path__deprecated {
    color: #CDD6F4;
    font-family: 'JetBrains Mono', monospace !important;
}

.swagger-ui .info .title small pre {
    padding: 0 6px !important;
}

.swagger-ui .info .title small:first-of-type {
    margin-left: 20px !important;
    margin-right: 5px;
}

@media screen and (max-width: 426px) {
    .swagger-ui .info .title small:nth-of-type(2) {
        margin-right: 70px !important;
    }

    .swagger-ui .info .title small:first-of-type {
        margin-left: 0px !important;
        margin-top: 5px;
    }


}

.swagger-ui .info__description {
    margin-bottom: 30px !important;
}


.swagger-ui button,
.swagger-ui input,
.swagger-ui optgroup,
.swagger-ui select,
.swagger-ui textarea {
    font-size: 15px;
}

textarea:disabled {
    background-color: #1E2E1E6f !important;
    color: #CDD6F4 !important;
}


.swagger-ui .opblock {
    border-radius: 8px !important;
    box-shadow: 0 0 15px rgba(0, 100, 0, 0.1) !important;
    transition: all 0.3s ease !important;
    border: 1px solid rgba(0, 255, 0, 0.2) !important;
}

.swagger-ui .opblock:hover {
    box-shadow: 0 0 20px rgba(20, 150, 40, 0.15), 0 0 40px rgba(0, 50, 120, 0.05) !important;
    transform: translateY(-2px) !important;
}

.swagger-ui .opblock .opblock-summary {
    border-radius: 8px 8px 0 0 !important;
    border: none !important;
}

.swagger-ui .opblock .opblock-summary-method {
    font-weight: bold !important;
    letter-spacing: 1px !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.6), 0 0 8px rgba(0, 0, 0, 0.4) !important;
    color: white !important;
    transition: all 0.3s ease !important;
}

.swagger-ui .opblock .opblock-summary-method:hover {
    transform: scale(1.05) !important;
}


.swagger-ui .opblock .opblock-summary-path {
    max-width: 100% !important;
    word-break: keep-all !important;
    display: inline-block !important;
    padding-left: 0 !important;
    padding-right: 15px !important;
}

.swagger-ui .opblock .opblock-summary-path-description-wrapper {
    padding-left: 20px !important;
}


*:empty:not(path):not(button):not(input):not(select):not(textarea):not(small) {
    display: inherit !important;
}

.swagger-ui,
.swagger-ui code,
.swagger-ui pre {
    font-family: 'JetBrains Mono', monospace !important;
}

.swagger-ui .opblock-tag small {
    font-family: 'JetBrains Mono', monospace !important;
}

.swagger-ui .opblock-tag small p {
    margin: 0;
}


.swagger-ui .info {
    margin: 40px 0 5px 0;
}

.parameters-col_description input::placeholder {
    visibility: hidden;
}

.swagger-ui .download-contents {
    right: 20px;
    background-color: #1A3A1A !important;
    border: 1px solid rgba(0, 255, 0, 0.4) !important;
    border-radius: 4px !important;
    color: white !important;
    text-decoration: none !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    font-weight: bold !important;
    box-shadow: 0 0 10px rgba(0, 150, 0, 0.2) !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.6) !important;
    transition: all 0.3s ease !important;
}

.swagger-ui .download-contents:hover {
    background-color: #2A4A2A !important;
    box-shadow: 0 0 15px rgba(0, 200, 0, 0.3) !important;
}

.swagger-ui .scheme-container {
    background-color: transparent !important;
    position: absolute;
    top: 20px;
    box-shadow: none;
    width: 100%;
    pointer-events: none !important;
}

.swagger-ui .scheme-container .auth-wrapper {
    pointer-events: auto !important;
}

.swagger-ui .parameters-col_description input[type=number] {
    width: 100%;
    max-width: 340px;

    min-width: 100px;
    margin: 5px 0;
    padding: 8px 10px;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
}

.swagger-ui .parameters-col_description input {
    max-width: inherit;
}

/**
  *  Dark green mode
 */

.swagger-ui input[type=email],
.swagger-ui input[type=file],
.swagger-ui input[type=password],
.swagger-ui input[type=search],
.swagger-ui input[type=text],
.swagger-ui input[type=number],
.swagger-ui input[type=url],
.swagger-ui .parameters-col_description input[type=text],
.swagger-ui textarea {
    background: #253d256f;
    color: #CDD6F4;
    border: 1px solid #3f5b3f;
}

.swagger-ui .models button {
    background: transparent !important;
}

svg {
    fill: #CDD6F4;
    stroke: #CDD6F4;
}

.swagger-ui select {
    background: #1E2E1E6f url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath d='M13.418 7.859a.695.695 0 0 1 .978 0 .68.68 0 0 1 0 .969l-3.908 3.83a.697.697 0 0 1-.979 0l-3.908-3.83a.68.68 0 0 1 0-.969.695.695 0 0 1 .978 0L10 11l3.418-3.141z' stroke='%23CDD6F4' fill='%23CDD6F4'/%3E%3C/svg%3E") right 10px center no-repeat;
    color: #CDD6F4;
}

.swagger-ui button {
    color: #CDD6F4 !important;
}

.swagger-ui .json-schema-2020-12-keyword__name--primary,
.swagger-ui .json-schema-2020-12__title,
.swagger-ui .json-schema-2020-12-property .json-schema-2020-12__title {
    color: #8EEE8C !important;
    text-shadow: 0 0 3px rgba(0, 255, 0, 0.2) !important;
}

.swagger-ui .json-schema-2020-12__attribute--primary {
    color: #88e !important;
}

.swagger-ui .renderedMarkdown,
.swagger-ui .renderedMarkdown p,
.swagger-ui .markdown code,
.swagger-ui .renderedMarkdown code {
    color: #A6D189 !important;
    font-size: 14px !important;
}

.swagger-ui .models .renderedMarkdown,
.swagger-ui .models .renderedMarkdown code {
    font-size: 12px !important;
}

.swagger-ui .filter .operation-filter-input {
    border: 1px solid #8EEE8C !important;
    background-color: rgba(0, 40, 0, 0.5) !important;
    color: #CDD6F4 !important;
    box-shadow: 0 0 8px rgba(0, 200, 0, 0.2) !important;
}

.swagger-ui .model-box-control:focus,
.swagger-ui .models-control:focus,
.swagger-ui .opblock-summary-control:focus {
    outline: none !important;
}

:focus-visible {
    outline: 1px solid #8EEE8C !important;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.3) !important;
}


.swagger-ui .opblock-tag-section {
    margin-top: 20px !important;
}

.swagger-ui .opblock-body pre.microlight,
.swagger-ui .model-example .example {
    background: #0F2F0F !important;
    border: 1px solid rgba(0, 200, 0, 0.1) !important;
    border-radius: 4px !important;
    box-shadow: inset 0 0 10px rgba(0, 30, 0, 0.5) !important;
}

/* System section header */
.swagger-ui .opblock-tag {
    color: #A5FF8C !important;
    text-shadow: 0 0 10px rgba(0, 200, 0, 0.4), 0 0 20px rgba(0, 100, 255, 0.1) !important;
    border-bottom: 1px solid rgba(0, 255, 0, 0.2) !important;
    padding: 12px 0 !important;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px !important;
}

/* Cool cyber line effect for section headers */
.swagger-ui .opblock-tag::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg,
            transparent 0%,
            rgba(0, 255, 0, 0.3) 20%,
            rgba(20, 200, 255, 0.15) 35%,
            rgba(0, 255, 0, 0.5) 50%,
            rgba(20, 200, 255, 0.15) 65%,
            rgba(0, 255, 0, 0.3) 80%,
            transparent 100%);
}

/* Scrollbar styling */
::-webkit-scrollbar {
    width: 8px !important;
    height: 8px !important;
}

::-webkit-scrollbar-track {
    background: #0D1F0D !important;
}

::-webkit-scrollbar-thumb {
    background: #285228 !important;
    border-radius: 4px !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #3A703A !important;
}

/**
 * Make more compact
 */

/* Main colors for the API docs */
.swagger-ui .topbar {
    background-color: #0A1F0A !important;
    border-bottom: 1px solid rgba(0, 255, 0, 0.1) !important;
    box-shadow: 0 2px 10px rgba(0, 100, 0, 0.3) !important;
}

.swagger-ui .info .title {
    color: #8EEE8C !important;
    text-shadow: 0 0 10px rgba(0, 255, 0, 0.4) !important;
    letter-spacing: 1px !important;
    position: relative;
    padding-left: 40px;
    /* Add padding for logo */
}

/* PyneSys logo */
.swagger-ui .info .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 32px;
    height: 32px;
    background-image: url('../img/favicon.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    filter: drop-shadow(0 0 6px rgba(0, 255, 0, 0.5));
}

.swagger-ui .info a {
    color: #8EEE8C !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
}

.swagger-ui .info a:hover {
    color: #A5FF8C !important;
    text-shadow: 0 0 8px rgba(0, 255, 0, 0.6) !important;
}

/* Neon glow for API name */
.swagger-ui .information-container .title {
    color: #A5FF8C !important;
    text-shadow: 0 0 15px rgba(0, 255, 0, 0.5) !important;
    font-weight: bold !important;
    vertical-align: middle !important;
    line-height: 36px !important;
}

.swagger-ui .information-container .title span {
    display: inline-block;
    margin-top: 10px;
    line-height: 18px !important;
    vertical-align: middle !important;
}

/* Use original colors for HTTP operations but with neon glow */
.swagger-ui .opblock {
    margin: 0 0 15px !important;
}

/* Colors for GET operations */
.swagger-ui .opblock-get {
    background-color: rgba(97, 175, 254, 0.1) !important;
    border-color: #61affe7f !important;
    box-shadow: 0 0 5px rgba(97, 175, 254, 0.3) !important;
}

.swagger-ui .opblock-get .opblock-summary-method {
    background-color: #61affe !important;
    box-shadow: 0 0 8px rgba(97, 175, 254, 0.5) !important;
}

/* Colors for POST operations */
.swagger-ui .opblock-post {
    background-color: rgba(40, 170, 90, 0.1) !important;
    border-color: #26a65b90 !important;
    box-shadow: 0 0 5px rgba(40, 170, 90, 0.3) !important;
}

.swagger-ui .opblock-post .opblock-summary-method {
    background-color: #26a65b !important;
    box-shadow: 0 0 8px rgba(40, 170, 90, 0.5) !important;
}

/* Colors for PUT operations */
.swagger-ui .opblock-put {
    background-color: rgba(252, 161, 48, 0.1) !important;
    border-color: #fca13090 !important;
    box-shadow: 0 0 5px rgba(252, 161, 48, 0.3) !important;
}

.swagger-ui .opblock-put .opblock-summary-method {
    background-color: #fca130 !important;
    box-shadow: 0 0 8px rgba(252, 161, 48, 0.5) !important;
}

/* Colors for DELETE operations */
.swagger-ui .opblock-delete {
    background-color: rgba(249, 62, 62, 0.1) !important;
    border-color: #f93e3e7f !important;
    box-shadow: 0 0 5px rgba(249, 62, 62, 0.3) !important;
}

.swagger-ui .opblock-delete .opblock-summary-method {
    background-color: #f93e3ea0 !important;
    box-shadow: 0 0 8px rgba(249, 62, 62, 0.5) !important;
}

/* Colors for PATCH operations */
.swagger-ui .opblock-patch {
    background-color: rgba(80, 227, 194, 0.1) !important;
    border-color: #50e3c290 !important;
    box-shadow: 0 0 5px rgba(80, 227, 194, 0.3) !important;
}

.swagger-ui .opblock-patch .opblock-summary-method {
    background-color: #50e3c2 !important;
    box-shadow: 0 0 8px rgba(80, 227, 194, 0.5) !important;
}

/* Hide empty elements, which takes a lot of space because of the padding or margin */
*:empty:not(path):not(button):not(input):not(select):not(textarea):not(small) {
    display: none;
}

.swagger-ui .opblock-description-wrapper,
.swagger-ui .opblock-external-docs-wrapper,
.swagger-ui .opblock-title_normal {
    padding: 5px 20px;
}

.swagger-ui .parameters-col_name {
    min-width: 180px !important;
}

@media (max-width: 426px) {
    .swagger-ui .parameters-col_name {
        min-width: 0px !important;
    }
}


.swagger-ui .opblock-description-wrapper .table-container {
    padding: 0 !important;
}

.swagger-ui .table-container,
.swagger-ui .responses-inner {
    padding: 5px 20px 10px;
}

.swagger-ui .opblock {
    margin: 0 0 10px;
}

.swagger-ui .json-schema-2020-12 {
    padding: 0 0 0 10px !important;
}

.swagger-ui .markdown pre,
.swagger-ui .renderedMarkdown pre {
    padding: 5px 10px !important;
}

.swagger-ui .models .json-schema-2020-12:not(.json-schema-2020-12--embedded)>.json-schema-2020-12-head .json-schema-2020-12__title:first-of-type {
    font-size: 14px;
}

.swagger-ui .opblock-tag {
    font-size: 20px;
    margin: 0;
}

.opblock-tag svg,
.opblock-summary .opblock-control-arrow svg,
.models svg {
    width: 12px !important;
    height: 12px !important;
    padding-top: 5px !important;
}

.swagger-ui .opblock .opblock-summary-method {
    font-size: 13px;
    padding: 4px 0;
    min-width: 70px;
}

.swagger-ui .copy-to-clipboard {
    background: transparent;
    right: 115px;
}

.swagger-ui .execute-wrapper {
    text-align: center;
}

.swagger-ui .execute-wrapper,
.swagger-ui .btn-group {
    padding: 10px 20px;
}

.swagger-ui .execute-wrapper .btn {
    padding: 5px 20px;
    background-color: #1A3A1A !important;
    border-color: rgba(0, 255, 0, 0.4) !important;
    color: #CDD6F4 !important;
    box-shadow: 0 0 10px rgba(0, 150, 0, 0.2), 0 0 20px rgba(0, 100, 200, 0.05) !important;
    transition: all 0.3s ease !important;
    min-width: 150px;
    max-width: 40%;
}

.swagger-ui .execute-wrapper .btn:hover {
    background-color: #2A4A2A !important;
    box-shadow: 0 0 15px rgba(0, 200, 0, 0.3), 0 0 30px rgba(20, 120, 255, 0.1) !important;
}

.swagger-ui .errors-wrapper {
    padding: 5px 10px;
    margin: 0 20px 5px 20px;
    font-size: 12px;
}

.swagger-ui .btn {
    border-width: 1px !important;
}

/* Better styling for button groups */
.swagger-ui .btn-group .btn.execute {
    background-color: #1A3A1A !important;
    color: white !important;
    border-color: rgba(0, 255, 0, 0.4) !important;
    box-shadow: 0 0 10px rgba(0, 150, 0, 0.2) !important;
}

.swagger-ui .btn-group .btn.execute:hover {
    background-color: #2A4A2A !important;
    box-shadow: 0 0 15px rgba(0, 200, 0, 0.3) !important;
}

.swagger-ui .btn-group .btn.cancel {
    background-color: rgba(40, 40, 40, 0.4) !important;
    color: #CDD6F4 !important;
    border-color: rgba(80, 80, 80, 0.4) !important;
}

.swagger-ui .btn-group .btn.cancel:hover {
    background-color: rgba(60, 60, 60, 0.6) !important;
}

.json-schema-form-item-remove {
    margin-left: 3px !important;
}

.swagger-ui .opblock-section-header {
    background-color: #1A2F1A !important;
    box-shadow: 0 0 10px rgba(0, 100, 0, 0.2) !important;
    border: 1px solid rgba(0, 255, 0, 0.2) !important;
}

.swagger-ui .tab-header .tab-item.active h4 span:after {
    background: #8EEE8C !important;
}

.swagger-ui .try-out__btn {
    background-color: #1A3A1A !important;
    border-color: rgba(0, 255, 0, 0.4) !important;
    color: #CDD6F4 !important;
}

.swagger-ui .try-out__btn:hover {
    background-color: #2A4A2A !important;
}

.swagger-ui .btn.authorize,
.swagger-ui .btn.btn-done {
    background-color: #1A3A1A !important;
    border-color: rgba(0, 255, 0, 0.4) !important;
    color: white !important;
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.8), 0 0 3px rgba(0, 0, 0, 0.6) !important;
}

.swagger-ui .btn.authorize:hover,
.swagger-ui .btn.btn-done:hover {
    background-color: #2A4A2A !important;
}

@media (max-width: 768px) {

    .swagger-ui .btn.authorize span,
    .swagger-ui .btn.btn-done span {
        display: none;
    }
}


.swagger-ui .opblock .no-margin {
    overflow: hidden;
    max-height: 0;
}

.swagger-ui .opblock .opblock-body {
    max-height: 0;
    opacity: 0;
    transition: max-height 0.3s ease, opacity 0.3s ease;
}


.swagger-ui .info hgroup a {
    display: inline-block;
    margin: 15px 20px 15px 0;
}

.swagger-ui .info hgroup a:hover {
    color: #A5FF8C !important;
    text-shadow: 0 0 8px rgba(0, 255, 0, 0.6) !important;
}


/* Modal window dark theme */
.dialog-ux,
.modal-ux {
    background-color: rgba(0, 0, 0, 0.5) !important;
    border: none !important;
}

.dialog-ux .modal-ux-inner {
    background-color: #1E2E1E !important;
    box-shadow: 0 0 20px rgba(0, 100, 0, 0.3) !important;
    border: none !important;
}

.dialog-ux .modal-ux-header h3 {
    color: #8EEE8C !important;
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.3) !important;
}

.dialog-ux .modal-ux-content {
    color: #CDD6F4 !important;
    padding-bottom: 0 !important;
}

.modal-ux-header .close-modal {
    opacity: 0.9 !important;
    background: rgba(255, 255, 255, 0.1) !important;
    border-radius: 8px !important;
    width: 30px !important;
    height: 30px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 5px !important;
    margin-right: 10px !important;
}

.swagger-ui .parameter__name {
    white-space: nowrap !important;
}

@media (max-width: 426px) {
    .swagger-ui .parameter__name {
        white-space: inherit !important;
    }
}

.swagger-ui .opblock .opblock-summary:hover .view-line-link {
    margin: 0 !important;
}

/* Auth modal specific */
.auth-container {
    color: #CDD6F4 !important;
}

.auth-container h4,
.auth-container .wrapper label {
    color: #CDD6F4 !important;
}

.auth-container .scopes h2 {
    color: #8EEE8C !important;
}

.auth-btn-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 15px !important;
}

.auth-container .auth-btn-wrapper .btn {
    min-width: 100px !important;
    padding: 10px 20px !important;
}


/* Auth value input field */
.modal-ux .wrapper input[type="text"],
.modal-ux .wrapper input[type="password"] {
    background-color: #0F1F0F !important;
    color: #CDD6F4 !important;
    border: 1px solid rgba(0, 255, 0, 0.3) !important;
    box-shadow: inset 0 0 5px rgba(0, 100, 0, 0.2) !important;
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 5px 0 !important;
    padding: 8px 10px !important;
}

.modal-ux .wrapper input[type="text"]:focus,
.modal-ux .wrapper input[type="password"]:focus {
    border-color: rgba(0, 255, 0, 0.5) !important;
    box-shadow: 0 0 10px rgba(0, 200, 0, 0.3), inset 0 0 5px rgba(0, 100, 0, 0.2) !important;
}

/* Auth container section styling */
.auth-container .wrapper {
    padding: 10px 20px !important;
    border-bottom: 1px solid rgba(0, 255, 0, 0.2) !important;
}

.auth-container .scopes {
    padding: 10px 20px !important;
}

.auth-container .scope-def {
    padding: 8px 0 !important;
}

/* Auth status icon styling */
.auth-status-icon {
    display: inline-block;
    margin-left: 5px;
    animation: pulse 2s infinite;
    vertical-align: middle;
    font-size: 16px;
}

@keyframes pulse {
    0% {
        opacity: 0.8;
        transform: scale(1);
    }

    50% {
        opacity: 1;
        transform: scale(1.1);
    }

    100% {
        opacity: 0.8;
        transform: scale(1);
    }
}

/* Toast notifications */
.swagger-toast {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 20px;
    border-radius: 4px;
    z-index: 99999;
    transition: opacity 0.3s ease;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    opacity: 1;
    pointer-events: none;
}

.swagger-toast-success {
    background-color: #1A3A1A;
    color: #8EEE8C;
    border: 1px solid rgba(0, 255, 0, 0.3);
    text-shadow: 0 0 5px rgba(0, 255, 0, 0.3);
    min-width: 250px;
    text-align: center;
    font-size: 14px;
}

.swagger-toast-error {
    background-color: #3A1A1A;
    color: #EE8C8C;
    border: 1px solid rgba(255, 0, 0, 0.3);
    text-shadow: 0 0 5px rgba(255, 0, 0, 0.3);
    min-width: 250px;
    text-align: center;
    font-size: 14px;
}

.swagger-ui input[type=email]:focus-visible,
.swagger-ui input[type=file]:focus-visible,
.swagger-ui input[type=password]:focus-visible,
.swagger-ui input[type=search]:focus-visible,
.swagger-ui input[type=text]:focus-visible,
.swagger-ui input[type=number]:focus-visible,
.swagger-ui input[type=url]:focus-visible,
.swagger-ui textarea:focus-visible {
    outline: none !important;
    border: 1px solid #8EEE8C !important;
    box-shadow: 0 0 8px rgba(0, 255, 0, 0.3) !important;
}

/** Tabs **/
.swagger-ui .tab .tabitem button {
    font-size: 14px !important;
}

.swagger-ui .tab .tabitem.active button {
    text-decoration: underline !important;
}