.purchaseOrderNote__create {
    padding: 20px;
    margin: 10px;
    background: #FFFFFF;
    border: 1px solid #000000;
    border-radius: 6px;
}

.purchaseOrder__note_text {
    width: calc(100% - 5px);
    margin: 10px 0px;
}

.purchaseOrderNote__action:hover {
    border-bottom: 2px solid #000000;
}

.purchaseOrderNote__row {
    min-height: 70px;
}

.purchaseOrderNote__list {
    margin-top: 10px;
    max-height: 40vh;
    max-width: 70vw;
    overflow-y: auto;
    min-width: 1em;
}

.purchaseOrderNote__header {
    display: flex;
    justify-content: space-between;

}

.purchaseOrderNote__date {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #838383;
    line-height: 20px;
    text-align: center;
}


.purchaseOrderNote__body {
    margin-top: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    font-size: 0.95rem;
    color: #000000;
}

.purchaseOrderNote__options {
    background-image: url("/orders/images/icons/system/po-list/more-outlined.png");
    background-repeat: no-repeat;
    background-position: center center;
    width: 20px;
    height: 20px;
    position: relative;

}

.purchaseOrderNote__options:hover {
    background-image: url("/orders/images/icons/system/po-list/more-outlined-inverted.png");
    background-color: #AAA6AC;
    border-radius: 2px;
    color: #FFFFFF;
    cursor: pointer;
}

.purchaseOrderNote__menu {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    padding: 10px 20px;
}

.purchaseOrderNote__menu a {
    cursor: pointer;
}

.purchaseOrderNote__row + .purchaseOrderNote__row {
    padding: 10px 0;
    border-top: 1px solid #EFEFEF;
}

.purchaseOrder__header {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
}

.purchaseOrderNote__row:first-child {
    padding-bottom: 10px;
}

.purchaseOrderNote__menu li + li {
    margin-top: 10px;
}

.purchaseOrder__button_container {
    text-align: right;
}
