﻿.ManagementSimpleDeals {
}

    .ManagementSimpleDeals .DataContainer {
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        max-width: 800px;
        padding-top: 20px;
    }

        .ManagementSimpleDeals .DataContainer .DataTableBody {
            height: calc(100vh - 400px);
            overflow-x: hidden;
            overflow-y: auto;
        }

    .ManagementSimpleDeals .Buttons {
        padding-bottom: 10px;
        padding-left: 10px;
        padding-top: 40px;
        text-align: left;
    }

.ManagementSimpleDeal {
    background-color: rgba(249, 249, 249, 1);
    min-height: 100vh;
}

    .ManagementSimpleDeal .InnerPage {
        background-color: #ffffff;
        border: solid 1px #707070;
        border-radius: 8px;
        font-size: 1.6rem;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 50px;
        max-width: 500px;
        padding: 20px;
    }

        .ManagementSimpleDeal .InnerPage .FieldContainer {
            margin-top: 20px;
        }


        .ManagementSimpleDeal .InnerPage .Section {
            margin-top: 20px;
        }

            .ManagementSimpleDeal .InnerPage .Section .Title {
                font-size: 2rem;
                font-weight: 700;
            }

        .ManagementSimpleDeal .InnerPage .AllCustomers {
            margin-top: 10px;
        }

        .ManagementSimpleDeal .InnerPage .SpecificCustomers {
        }

            .ManagementSimpleDeal .InnerPage .SpecificCustomers .ItemCategories {
                margin-top: 20px;
            }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .ItemCategories img {
                    height: 10px;
                }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .ItemCategories .Existing {
                    font-size: 14px;
                    padding-left: 10px;
                    padding-right: 10px;
                }

            .ManagementSimpleDeal .InnerPage .SpecificCustomers .Classifications {
                margin-top: 20px;
            }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .Classifications img {
                    height: 10px;
                }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .Classifications .Existing {
                    font-size: 14px;
                    padding-left: 10px;
                    padding-right: 10px;
                }

            .ManagementSimpleDeal .InnerPage .SpecificCustomers .Customers {
                margin-top: 20px;
            }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .Customers img {
                    height: 10px;
                }

                .ManagementSimpleDeal .InnerPage .SpecificCustomers .Customers .Existing {
                    font-size: 14px;
                    padding-left: 10px;
                    padding-right: 10px;
                }

            .ManagementSimpleDeal .InnerPage .ItemRanges {
                margin-top: 20px;
            }

                .ManagementSimpleDeal .InnerPage .ItemRanges img {
                    height: 10px;
                }

                .ManagementSimpleDeal .InnerPage .ItemRanges .Existing {
                    font-size: 14px;
                    padding-left: 10px;
                    padding-right: 10px;
                }

        .ManagementSimpleDeal .InnerPage .RemarkPreview {
            color: var(--custom-color-1);
            cursor: pointer;
            font-size: 14px;
            text-decoration: underline;
        }


        .ManagementSimpleDeal .InnerPage .Buttons {
            margin-top: 40px;
            text-align: center;
        }

            .ManagementSimpleDeal .InnerPage .Buttons button {
                background-image: none;
                border: solid 1px var(--custom-color-1);
                font-weight: 400;
                padding: 3px;
                width: 120px;
            }

                .ManagementSimpleDeal .InnerPage .Buttons button.Primary {
                    background-color: var(--custom-color-1);
                }

                .ManagementSimpleDeal .InnerPage .Buttons button.Secondary {
                    background-color: #ffffff;
                    color: var(--custom-color-1);
                }

.ManagementSimpleDealItemsRangeModal {
}

    .ManagementSimpleDealItemsRangeModal .FieldContainer {
        margin-top: 20px;
    }

    .ManagementSimpleDealItemsRangeModal .Buttons {
        margin-top: 40px;
        text-align: left;
    }
