@font-face {
    font-family: 'Kalimati';
    src: local('Kalimati'), url('./Kalimati.woff') format('woff');
}

.Kalimati {
    font-family: Kalimati;
}

/* submission number */
.submission-container {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #ccc;
}

.submission-topheader {
    background: #ededed;
    padding: 10px;

}

.submission-topheader .form-preview {
    display: flex;
    justify-content: end;
}

.submission-topheader .form-preview .print {
    color: white;
    background: #003893;
}

.submission-topheader .form-preview svg {
    fill: #fff;
}

.submission-header {
    background-color: #003893;
    display: flex;
    /* width: 100%; */
    padding: 10px 40px;

    justify-content: space-between;
}

.submission-header .site-branding {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    overflow-wrap: anywhere;
}

.submission-header .header-col-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.submission-header .header-col-2 img {
    height: 84px;
    width: 84px;
}

.submission-row {
    border: 1px solid #e5e5e5;
    margin: 10px;
    /* width: 100%; */
}


.submission-row .site-info-wrap p {
    color: #fff;
}

.submission-header .site-info-wrap h1 {
    font-size: 1.3rem;
    color: #fff;
}

.submission-contents {
    padding: 0 40px 40px;
    margin-top: 40px;
}

.submission-content {
    display: flex;
    gap: 15px;
    align-items: center;
    margin-bottom: 10px;
    white-space: nowrap;
}

.submission-content p {
    font-size: 1.2rem;
}

.submission-content div.ant-typography{
    margin-bottom: 0;
}

.submission-note {
    /* text-align: end; */
    padding: 6px;
}

.submission-note .ant-alert-message{
    font-size: 1rem;
}

