.culture-switcher {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

.footer-copyright {
    display: table;
    margin: auto;
}

.is-hidden {
    display: none !important;
}

.mobile-menu-bg.is-visible,
#dialog-overlay.portal-dialog-open,
#dialog-box.portal-dialog-open {
    display: block;
}

#dialog-overlay {
    bottom: 0;
    height: auto;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: auto;
}

#dialog-box.portal-dialog-open {
    left: 20%;
    position: fixed;
    top: 20%;
    width: 60%;
}

#dialog-box.download-page-dialog {
    left: 50%;
    max-width: 800px;
    top: 33%;
    transform: translate(-50%, -50%);
    width: 80%;
}

.download-processing {
    height: 100px;
}

.download-form-arrow {
    border: none;
    max-width: 460px;
    width: 100%;
}

.serial-segment-5 {
    width: 78px;
}

.serial-segment-3 {
    width: 60px;
}

.serial-segment-4 {
    width: 72px;
}

.serial-segment-2 {
    width: 50px;
}

.dlm-button {
    background-color: lightgrey;
    font-weight: bolder;
}

.dlm-button-accept {
    font-weight: bold;
}

.popup-message {
    color: #333;
    font-size: 20px;
}

.popup-error-title {
    color: #ff5400;
}

.popup-close-button {
    color: black;
}
