.detail-header-block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;

    width: 100%;
}
.detail-header-block__text {
    text-align: center;
}

.detail-second-block {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.detail-page__edit-btn {
    align-self: flex-start;
    margin-left: 2.5%;
}
.detail-middle-div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 95%;
}
.detail-middle-div__left-side {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.attachment-block {
   

    margin-top: 1em;
    padding-bottom: 1em;

    border: solid 1px;
    width: 50%;

    display: flex;
    flex-direction: column;
    align-items: center;
}
.attachment-block__files-div {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 100%;

    margin-bottom: 1em;
    margin-top: 1em;
}
.attachment-block__form {
    margin-top: 1em;

    /* border: solid 1px; */

    width: 90%;
}

.attachment-block__header {
    text-align: center;
    margin: 0;
    background-color: #ddebf7;
    font-weight: 600;

    width: 100%;
}

.cellDiv {
    border: solid 1px;

    display: flex;
    justify-content: center;
    align-items: center;

    min-height: 2em;
}

.cellText {
    margin: 0;
}

.oldPriceText {
    color: darkgrey;
    margin: 0;
}

.newPriceText {
    margin: 0;
}

.reqTotalText {
    font-weight: 800;
}

#totalAmount {
    font-weight: 600;
    margin: 0;
}

.buyerPriceForm {
    display: flex;
}

.buyerPriceInput {
    width: 3em;
}

.buyerPOForm {
    display: flex;
}

.buyerPOInput {
    width: 4em;
}


#quoteDivText {
    text-align: center;
    margin: 1em 0 1em 0;
}

#attachQuoteForm {
    width: 100%;
}





#egnyteLink {
    margin-bottom: 1em;
}

.buttonlink {
    color: black;
    background-color: #e5e5e5;
    padding: 5px 10px;
    border-style: solid;
    border-color: black;
    border-width: 2px;
}


