
#disabledoperations-City-get_api_v1_city:before
{
    content: "NEW!";
    position: absolute;
    transform: translate(-45px, 10px) rotate(15deg);
    background: yellow;
    color: red;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}
#disabledoperations-SurveySession-get_api_v1_survey_session_results:before
{
    content: "UPDATED!";
    position: absolute;
    transform: translate(-74px, 10px) rotate(12deg);
    background: yellow;
    color: red;
    padding: 2px 5px;
    border-radius: 5px;
    font-size: 12px;
}

ul#perms li * {
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
}

body .swagger-ui textarea { 
    min-height: 100px;
}

.description ul#perms li { 
    display: inline-block;
    width: 250px;
}

ul#perms li b {
    background: #49cc90;
}
ul#perms li b::before { 
    content: "+";
}
ul#perms li u {
    background: #61affe;
}
ul#perms li u::before { 
    content: "👁";
}
ul#perms li i {
    background: #50e3c2;
}
ul#perms li i::before { 
    content: "⟳";
}
ul#perms li s {
    background: #f93e3e;
}
ul#perms li span {
    background: #333;
}
ul#perms li s::before { 
    content: "🗑";
}
ul#perms li span::before { 
    content: "🛠";
}
ul#perms li * {
    color: white;
    padding: 1px 5px;
    border-radius: 3px;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    display: inline-block;
    font-size: 12px;
}
ul#perms li *::before {
    display: inline-block;
    width: 20px;
}

.swagger-ui .topbar {
    background: linear-gradient(to right, #f15b2b 0%, #eb8a00 100%);
}

.topbar-wrapper::before {
    content: "";
    display: inline-block;
    width: 220px;
    height: 40px;
    background: url(/static/salmondo.svg);
    background-repeat: no-repeat;
    background-position: left;
}

.description pre,
.parameters-col_description pre,
.parameters-col_description p {
    display: inline;
}

ul#perms li {
    position: relative;
}

ul#perms sup {
    background: yellow;
    height: 15px;
    position: absolute;
    color: red;
    line-height: 15px;
    transform: rotate(10deg);
    font-size: 8px;
    top: -1px;
}