.lang-div {
    padding: 10px;
    float: right;
}

.lang-txt {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.lang-txt:hover {
    color: #000000;
    font-size: 16px;
    text-decoration: none;
}

.lang-active {
    color: #000000;
    font-weight: 600;
}

.main-logo {
    max-width: 100%;
    padding: 10px;
}

.front-pdf-img {
    max-width: 60%;
}

.system-info {
    background-color: #ffc000;
    border-radius: 10px;
    text-align: center;
    width: fit-content;
    padding: 20px 40px;
    margin: 0 auto;
}

.inv-cnt {
    background: #f2f2f2;
    padding: 50px;
}

.invoice-headers {
    background: #ffff;
    border-radius: 10px;
    padding: 5px 10px;
}

.invoice-headers p {
    border-bottom: 2px solid #77b6ea;
    padding: 5px 10px;
}

.register-btn {
    display: block;
    text-align: center;
    margin: 0 auto;
}

.custom__mbn-lr span {
    color: #ff0000 !important;
}

.custom__mbn-lr h5 {
    font-size: 1.6em;
}

.custom__mbn-lr p {
    font-size: 1.3em;
    font-weight: 600;
}
