.MarkdownEditor-root {
    border: none;
    font-size: 14px;
    padding: 0;
    width: 100%;
}

.MarkdownEditor-editor {
    cursor: text;
    font-size: 16px;
    margin-top: 0;
}

.MarkdownEditor-editor .DraftEditor-root {
    padding-right: 8px;
}

.MarkdownEditor-editor .public-DraftEditor-content {
    min-height: 100px;
}

.MarkdownEditor-hidePlaceholder .public-DraftEditorPlaceholder-root {
    display: none;
}

.MarkdownEditor-editor .MarkdownEditor-blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

.MarkdownEditor-editor .public-DraftStyleDefault-pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
    font-size: 16px;
    padding: 20px;
}

.Markdown {
    padding-right: 8px;
    word-break: break-word;
}

.Markdown > blockquote {
    border-left: 5px solid #eee;
    color: #666;
    font-style: italic;
    margin: 16px 0;
    padding: 10px 20px;
}

.Markdown > pre {
    background-color: rgba(0, 0, 0, 0.05);
    font-family: 'Inconsolata', 'Menlo', 'Consolas', monospace;
    font-size: 16px;
    padding: 20px;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 400;
    src: local('PT Sans'), local('PTSans-Regular'), url(/mabsy/ui/fonts/pt-sans-regular.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'PT Sans';
    font-style: normal;
    font-weight: 700;
    src: local('PT Sans Bold'), local('PTSans-Bold'), url(/mabsy/ui/fonts/pt-sans-bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Favorit';
    font-style: normal;
    font-weight: 400;
    src: local('Favorit'), local('Favorit-Light'), url(/mabsy/ui/fonts/ABCFavorit-Light.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Favorit';
    font-style: normal;
    font-weight: 700;
    src: local('Favorit Bold'), local('Favorit-Bold'), url(/mabsy/ui/fonts/ABCFavorit-Bold.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC,
        U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Arial';
    overflow-x: hidden;
}

@media print {
    .no-print,
    .no-print * {
        display: none !important;
    }
}

input[id^='react-select-'] {
    opacity: 1 !important;
}
