﻿#management-salechannel .side-salechannel {
    display: grid;
    grid-template-columns: 2.5fr 1.1fr;
}

#management-salechannel .Test1 {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding-top: 3rem
}

#management-salechannel .Test2 {
    flex: 1;
    margin-right: 20px;
}

#management-salechannel .Test3 {
    flex: 0;
    min-width: 10%;
}

#management-salechannel .Test4 {
    display: flex;
    flex-direction: column;
    align-self: flex-end
}

#FindSaleChannelDataResult {
    height: auto !important;
}


#btnFindSaleChannelByPartnerID {
    background-color: var(--orange);
}

#CodeSaleChannelToAdd {
    margin-bottom: 10px;
}

#NameSaleChannelToAdd {
    margin-bottom: 10px;
}

.Test5 {
    display: flex;
    justify-content: space-between;
}

    .Test5 > button {
        width: 45%;
    }

    #btnCreateSaleChannel {
        background-color: var(--orange);
    }

#PartnerNameToView {
    margin-bottom: 10px;
}

#ChannelCodeToView {
    margin-bottom: 10px;
}

.Test6 {
    display: flex;
    justify-content: space-between;
}

    .Test6 > div{
        width: 45%;
    }

    #btnUpdateSaleChannelPrice {
        background-color: var(--orange);
    }

.Test7 {
    font-weight: bold;
    margin: 20px 0;
}

.Test8 {
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    gap: 1rem;
}

#btnEditSaleChannel {
    background-color: var(--orange);
}


#table_price_salechannel {
    min-width: 8rem;
    border-top: 4px solid #e3e7e7;
}

    #table_price_salechannel div {
        padding: .5rem 1rem;
        border-right: 1px solid #e3e7e7;
        border-bottom: 1px solid #e3e7e7;
    }

    #table_price_salechannel > div {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 0.5fr;
        gap: .5rem
    }


#btnAddPrice, .btnDelPrice {
    padding: 0 !important;
    margin: 0 !important;
    height: 1.5rem;
    width: 1.5rem;
}

#SaleChannelData {
    max-height: 30vh !important;
}

.inputForm_customize {
    display: flex;
    flex-direction: column;
}

.currencyunit {
    padding: 0.5rem;
    width: 90%;
    outline: none;
}

.modal_middle {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 20px;
    height: 60%;
    width: 50%;
    top: 48%;
    left: 48%;
    margin-right: -50%;
    transform: translate(-48%, -48%);
}

.hidden {
    display: none;
}

.blur_background {
    opacity: 0.2;
}
