.unfold-logo img {
    width: 220px; /* Set the width to 220px */
    height: 63.96px; /* Set the height to 63.96px */
    object-fit: contain; /* Ensures the logo scales appropriately */
}

/* Стилизация кнопок Импорта и Экспорта */
.import_link,
.export_link,
.submit-row .default {
    background-color: #9333EA;
    color: white;
    padding: 4px 8px;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    margin-left: 10px;
}

.import_link:hover,
.export_link:hover,
.submit-row .default:hover {
    background-color: #7f0ee4;
}

.object-tools {
    display: flex;
    align-items: center;
}

.object-tools {
    list-style: none;
    padding: 0;
    margin: 0;
}