@font-face {
    font-family: "Noto";
    src: url("../fonts/NotoSerif-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "NotoItalic";
    src: url("../fonts/NotoSerif-Italic.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "Noto";
    src: url("../fonts/NotoSerif-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "NotoItalic";
    src: url("../fonts/NotoSerif-BoldItalic.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Light.ttf");
    font-weight: 300;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Regular.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Medium.ttf");
    font-weight: 500;
}

@font-face {
    font-family: "NotoSansItalic";
    src: url("../fonts/NotoSans-Italic.ttf");
    font-weight: 400;
}

@font-face {
    font-family: "NotoSans";
    src: url("../fonts/NotoSans-Bold.ttf");
    font-weight: 700;
}

@font-face {
    font-family: "NotoSansItalic";
    src: url("../fonts/NotoSans-BoldItalic.ttf");
    font-weight: 700;
}

.btn {
    border-radius: 16px;
    padding: 6px 16px;
    border: none;
    outline: none;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: "NotoSans", sans-serif;
    cursor: pointer;
    transition: 0.2s;
}

.btn.btn-unavailable {
    background: rgba(50, 67, 77, 0.2);
    cursor: not-allowed;
}

* {
    font-family: "Noto", sans-serif;
}

.atom {
    width: 512px;
    height: 512px;
    position: fixed;
    bottom: 0;
    left: 0;
    pointer-events: none;
    z-index: -1;
}

.atom img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
}

.atom .circle {
    width: 788px;
    height: 788px;
    position: absolute;
    top: 0;
    left: 0;
    transform: translateX(-45%) translateY(25%);
    background-color: rgba(213, 72, 106, 0.1);
    filter: blur(200px);
    border-radius: 50%;
    z-index: -1;
}

.exit {
    margin-left: 4pt;
    background-color: #D5486A;
    color: #fff;
    text-decoration: none;
}

.exit:hover {
    background-color: #dc3545;
}

.status img {
    float: left;
}
.grants .section.expert-comment{
    margin-bottom: 100px;
}

.grants .section.expert-comment .request-comment {
    margin-bottom: 24px;
    padding: 8px;
    border: 1px solid #9a9a9a;
    border-radius: 16px 4px 16px 4px;
}

.grants .section.expert-comment .request-comment.approved {
    border-color: #38b496;
}

.grants .section.expert-comment .request-comment.not-approved {
    border-color: #d5486a;
}

.grants .section.expert-comment .request-comment.disabled {
    background-color: #e1e1e1;
}

.grants .section.expert-comment .request-comment .comment-line, .grants .section.expert-comment .request-comment .comment-line h3 {
    display: inline;
}

.grants .section.expert-comment .request-comment .comment-line img {
    top: 5px;
    position: relative;
    float: left;
}

.grants .section.expert-comment .request-comment .comment-view {
    margin-top: 16px;
}
html, body {
    height: 100%;
}
body{
    background-color: #ECEEF0;
    margin: 0;
}
.template-header {
    position:fixed;
    width: 100%;
    z-index:1;
    background: #eceef0;
    box-shadow: -5px -5px 10px 10px #00000017;
    left: 0;
    top: 0;
}
.template-header .header-content{
    width: 60%;
    margin: 0 auto;

    display: flex;
    align-items: center;
    justify-content: end;
    padding-top: 5pt;
    margin-bottom: 7pt;
}
.template-header .header-content h1, .center-content h2{
    width: fit-content;
    margin: 0 auto;
    margin-bottom: 2pt;
}
.template-header .header-content h1 span{
    color: blue;

}
.center-content{
    width: 60%;
    margin: 0 auto;

    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -142px;
}
.atom {
    user-select: none;
}
.footer{
    margin-top: 20pt;
    min-height: 100pt;
    width: 100%;
    position: absolute;
    bottom: auto;
    right: 0;
    background: #181818;
}
.footer, .push {
    height: 100pt; /* .push must be the same height as .footer */
}
/*# sourceMappingURL=global.css.map */
