.iwcomfv-wrap {
    margin: 24px 0;
}

.iwcomfv-wrap * {
    box-sizing: border-box;
}

.iwcomfv-message {
    padding: 14px 16px;
    border-radius: 8px;
    margin: 18px 0;
    border: 1px solid #dcdcde;
    background: #f6f7f7;
}

.iwcomfv-message-error {
    border-left: 4px solid #d63638;
}

.iwcomfv-message-notice {
    border-left: 4px solid #2271b1;
}

.iwcomfv-filter {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin: 0 0 18px;
    padding: 14px;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
}

.iwcomfv-filter input,
.iwcomfv-filter select {
    min-height: 36px;
    min-width: 165px;
    max-width: 100%;
}

.iwcomfv-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid #2271b1;
    border-radius: 6px;
    background: #2271b1;
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
}

.iwcomfv-button:hover,
.iwcomfv-button:focus {
    color: #fff;
    opacity: .92;
}

.iwcomfv-button-secondary {
    background: #fff;
    color: #2271b1;
}

.iwcomfv-button-secondary:hover,
.iwcomfv-button-secondary:focus {
    color: #2271b1;
}

.iwcomfv-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #dcdcde;
    border-radius: 8px;
    background: #fff;
}

.iwcomfv-table {
    width: 100%;
    border-collapse: collapse;
    margin: 0;
    font-size: 14px;
}

.iwcomfv-table th,
.iwcomfv-table td {
    padding: 12px;
    border-bottom: 1px solid #dcdcde;
    text-align: left;
    vertical-align: top;
}

.iwcomfv-table th {
    background: #f6f7f7;
    font-weight: 700;
    white-space: nowrap;
}

.iwcomfv-table tr:last-child td {
    border-bottom: 0;
}

.iwcomfv-badge {
    display: inline-block;
    border-radius: 999px;
    padding: 4px 8px;
    background: #f0f0f1;
    font-size: 12px;
    white-space: nowrap;
}

.iwcomfv-status-blocked,
.iwcomfv-status-cancelled {
    background: #fcf0f1;
}

.iwcomfv-status-in_progress,
.iwcomfv-status-accepted {
    background: #f0f6fc;
}

.iwcomfv-status-operations_closed,
.iwcomfv-status-customer_active,
.iwcomfv-status-archived {
    background: #edfaef;
}

.iwcomfv-progress {
    min-width: 90px;
    height: 9px;
    background: #dcdcde;
    border-radius: 999px;
    overflow: hidden;
    margin: 0 0 4px;
}

.iwcomfv-progress-bar {
    height: 100%;
    background: #00a32a;
    border-radius: 999px;
}

@media (max-width: 700px) {
    .iwcomfv-filter {
        display: block;
    }

    .iwcomfv-filter input,
    .iwcomfv-filter select,
    .iwcomfv-filter .iwcomfv-button {
        width: 100%;
        margin: 0 0 8px;
    }
}
