.holding-period-wrap {
    display: flex;
    align-items: center;
    color: #FFFFFF;
}

.holding-period-wrap > span {
    color: #FFFFFF;
}

.broj-modal-holding-date-box {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 125px;
    height: 36px;
    margin-right: 12px;
    box-sizing: border-box;
    position: relative;
    background: #383838;
    border-radius: 3px;
    padding: 6px;
}

.broj-modal-holding-date-box > input {
    color: white;
    font-size: 14px;
    border: none;
    width: calc(100% - 20px);
    height: 100%;
    background: none;
    font-weight: normal;
    outline: none;
    text-align: center;
}

.broj-modal-holding-date-box > img {
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.days-input {
    border-radius: 3px;
    background: #383838;
    width: 80px;
    height: 36px;
    text-align: center;
    font-weight: normal;
    outline: none;
    border: none;
    color: #FFFFFF;
    margin-right: 12px;
}

.holding-and-file-attach-wrap {
    width: 100%;
    padding-right: 31px;
}

.holding-and-file-attach-wrap > textarea {
    width: 100%;
    height: 160px;
    background-color: #383838;
    border-radius: 3px;
    margin-bottom: 12px;
}

#select-holding-product-wrap {
    margin-right: 31px;
}

.holdable-product-list-header {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.holdable-product-list-header > label {
    display: flex;
    gap: 6px;
    align-items: center;
}

.holdable-product-list-header > .holding-toggle-box {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.holdable-product-list-header > .holding-toggle-box > label {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    margin: 0px;
}

.holdable-product-list-header > .holding-toggle-box > label > .slider.active:before {
    transform: translateX(14px);
}

.holdable-product-list-header > .holding-toggle-box > label > .slider:before {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    left: 2px;
    bottom: 2px;
    border-radius: 50%;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.holdable-product-list-header > .holding-toggle-box > label > .slider.active {
    background-color: #FA6400;
}

.holdable-product-section-wrap {

}

.holdable-product-section-wrap + .holdable-product-section-wrap {
    margin-top: 12px;
}

.holdable-product-section-header {
    color: #CCCCCC;
    margin-bottom: 6px;
}

.holdable-product-section-body {

}

.holdable-product-item-box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 36px;
    background-color: #383838;
    border-radius: 4px;
    padding: 8px 12px;
}

.holdable-product-item-box + .holdable-product-item-box {
    margin-top: 6px;
}

.holdable-product-item-box > .customer-table-status-box {
    text-align: center;
    margin: 0;
}

.holdable-product-item-box > label {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 42px;
}

.holdable-product-item-box > div:nth-child(1) {
    width: 46px;
    height: 20px;
    line-height: 20px;
}

.holdable-product-item-box > div:nth-child(2) {
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    color: #FFFFFF;
}

.holdable-product-item-box > div:nth-child(3) {
    width: 42px;
}

.holdable-product-item-box > div:nth-child(4) {
    width: 200px;
    white-space: pre-wrap;
    line-height: 0.6;
}

.holdable-product-item-box > div:nth-child(5) {
    width: 110px;
    white-space: pre-wrap;
}

.holdable-product-item-box > div:nth-child(6) {
    width: 120px;
}

.holding-product-checkbox-label.impossible {
    pointer-events: none;
    opacity: 0.6;
}

.holding-product-checkbox-label.impossible {
    pointer-events: none;
    opacity: 0.6;
}
.holding-product-checkbox-label.impossible.temporarily-allowed {
    pointer-events: auto;
    opacity: 1;
}
