﻿
.top-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.left-side{
    display: flex;
    align-items: center;
}

.right-side{
    display:flex;
    align-items: center;
    justify-content: flex-end;
}

.center-side {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -75%);
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.partner-name {
    font-weight: 700;
    font-size: 20px;
}

.report-date {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 2px;
    font-size: 14px;
}

.project-contract-line {
    position: relative;
    width: 100%;
    display: flex;
    font-size: 14px;
}

.project-name,
.contract-number{
    position: absolute;
    white-space: nowrap;
}

.project-name {
    left: 33%;
    transform: translateX(-100%);
}

.contract-number {
    right: 33%;
    transform: translateX(100%);
}

.left-logo,
.right-logo {
    height: 60px;
    margin: 10px;
}

.lang-btn {
    border: none;
    padding: 10px;
    margin: 10px;
    cursor: pointer;
}

.lang-btn img {
    height: 40px;
    width: 40px;
}