@font-face {
    font-family: "Sarala";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sarala/v12/uK_y4riEZv4o1w9hDBcSEP2UXnow.woff2)
        format("woff2");
    unicode-range:
        U+0900-097F, U+1CD0-1CF9, U+200C-200D, U+20A8, U+20B9, U+20F0, U+25CC,
        U+A830-A839, U+A8E0-A8FF, U+11B00-11B09;
}

.md-header {
    background-color: #17222e;
}

.md-nav__title {
    background-color: #17222e;
}

.md-footer {
    display: none;
}

.md-tabs {
    background-color: #17222e;
}

.post_request {
    display: inline;
    background-color: #4cae4f;
    color: white;
    padding: 3px;
    border-radius: 5px;
}

.url {
    display: inline;
}

.md-typeset img {
    background-color: white;
}

.md-grid {
    max-width: 80% !important;
}

.event_status {
    color: #172b4d;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    letter-spacing: 0;
}

.md-typeset table td {
    padding: 0.5em !important;
}
