﻿.sale-thresholds-containter {
    padding: 0 10px;
    max-width: 1300px;
    margin: 0 auto 80px;
}

.sale-thresholds-action-buttons-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin-top: 20px;
}

.sale-thresholds-action-buttons-container button {
    background-color: #66E4EE;
    color: #005066;
    border: none;
    text-decoration: none;
    font-size: 14px;
    cursor: pointer;
    outline: none;
    padding: 0 60px;
    height: 30px;
    font-weight: bold;
}

.sale-thresholds-action-buttons-container button.btn-disabled {
    opacity: 0.2;
    cursor: not-allowed;
}

.sale-thresholds-wrapper {
    width: 100%;
}

.sale-threshold-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    width: 100%;
    border-top: 1px solid #d6d4d6;
}

    .sale-threshold-box.threshold-header {
        border-top: unset;
        padding: 10px 0;
        border-top: unset; 
    }

    .sale-threshold-box.threshold-header h5 {
        margin: 5px 0;
        color: #004666;
    }

    .sale-threshold-box h4 {
        margin: 10px 0;
        color: #4c5356;
    }

    .sale-threshold-box .threshold-text {
        display: flex;
        flex-direction: column;
    }

    .sale-threshold-box .threshold-text p {
        margin-top: -5px;
        color: red;
    }

.sale-threshold-box input {
    text-align: center;
    font-weight: bold;
}

    .sale-threshold-box input.invalid {
        border: 2px solid #eb0000;
    }