﻿#tagrequired {
    color: red !important;
}

.swagger-ui .dialog-ux .modal-ux-content p span {
    color: red !important;
}

body {
   /* background-color: red !important;*/
}

/* swagger.css */
.swagger-ui .topbar {
   /* background-color: yellow;*/
}

.swagger-ui .scheme-container {
   /* display: none;*/
}

.swagger-ui .auth-container .wrapper {
  /*  position: absolute;*/
}

.swagger-ui .dialog-ux .modal-ux {
    max-width: 90%;
}

.swagger-ui .dialog-ux .modal-ux-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 5px;
}
.swagger-ui .auth-container {
    flex: 1 1 calc(33.333% - 20px / 3 * 2);
}

.swagger-ui .auth-btn-wrapper {
    justify-content: left !important;
}