﻿.ndsStatuses-modal-form-group {
    margin-bottom: 20px;
}

.ndsStatuses-form-label {
    margin-bottom: 0;
    margin-top: 5px;
    color: #222222;
    font-size: 14px;
}

.price-none {
    display: flex;
    align-items: center;
    justify-content: end;
}

.ndsStatuses-list-headers {
    height: 40px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
    padding-right: 35px;
    border-bottom: 2px solid #a2a2a2;
}

.ndsStatuses-list-row {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #c2c2c2;
}

.ndsStatuses-import-link > a {
    color: var(--main-color) !important;
    text-decoration-line: underline;
}

.ndsStatuses-price-column {
    display: flex;
    justify-content: end;
}
