/* Окно ставок признаков по товару */


.ccs-codeinfo {
    overflow-y: auto;
    overflow-x: hidden;
    color: #000;
}

.ccs-codeinfo-modal {
    width: 100%
}

/* .ccs-codeinfo-fixed {
    position: fixed;
    top: 0;
    bottom: 2rem;
    margin-top: 60px;
    padding-right: 1rem;
} */

.ccs-codeinfo-fixed {
    /* position: sticky;
    top: 200px; */
    /* bottom: 2rem; */
    /* margin-top: 60px; */
    /* padding-right: 1rem; */
}



.ccs-contract-ShowSt {
}

.ccs-contract-ShowStItem {
    display: flex;
    justify-content: right;
}

.ccs-contract-ShowSt-type {
    color: var(--ccs-blue);
    font-weight: bold;
    border-width: 1px 0 2px 0 !important;
}

.ccs-contract-ShowStItem-value {
    display: flex;
    align-items: center;
    margin-right: 1rem;
}

.ccs-contract-ShowStItem-name {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.ccs-contract-ShowStItem-button {
    display: flex;
    align-items: center;
    max-width: 2rem;
    min-width: 2rem;
}

.ccs-contract-ShowSt-title {
}

