﻿@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Arabic&display=swap');


body {
    direction: rtl;
}

.opblock.is-open .no-margin {
    direction: ltr;
}


.servers-title, .servers {
    display: none
}

.swagger-ui .info {
    margin: 10px 0
}

.swagger-ui .scheme-container {
    margin: 10px 0;
    padding: 10px 0
}

.swagger-ui .info .title {
    font-size: 25px;
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

.swagger-ui textarea {
    min-height: 150px
}

.renderedMarkdown *, .opblock-summary-description {
    direction: rtl !important;
    text-align: right !important;
    font-family: 'Noto Sans Arabic', sans-serif !important;
}

.opblock-summary-description {
    padding-right: 15px;
}

.renderedMarkdown div {
    padding: 15px;
    background: #fff;
    border-radius: 15px;
    box-shadow: 1px 1px 5px #cfcfcf;
}

span.opblock-summary-path {
    direction: ltr;
}

.model-container {
    direction: ltr;
}

form.download-url-wrapper {
    direction: ltr;
}


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