.process-details {
    align-items: center;
    display: flex;
    gap: 1em;
    justify-content: end;
}

.abbreviated-switcher, .abbreviated-switcher:focus {
    color: var(--blue-color);
    cursor: pointer;
    padding: 0 5px;
    right: 0;
    bottom: 0;
}
.abbreviated-switcher:hover {
    color: var(--dark-blue-color);
}

.new-doc-submit-dialog-body {
    display: grid;
    grid-row-gap: 1em;
    grid-template-columns: 20% 80%;
}
