
.payment-overview-info-box {
    width: 880px;
    height: 152px;
    margin-right: 3px;
    background: white;
    margin-bottom: 3px;
}

.payment-overview-data-section {
    width: 880px;
    margin-right: 3px;
    background: white;
    height: auto;
}

.payment-overview-sum {
    width: 150px;
    margin-right: 3px;
    background: white;
    height: auto;
    margin-bottom: 3px;
}

.payment-overview-sum-title {
    width: calc(100% - 10px);
    height: 42px;
    margin-left: 10px;
    text-align: left;
    color: #6dbdb4;
    font-size: 1.4rem;
    padding-top: 4px;
}

.payment-overview-info-title {
    width: calc(100% - 55px);
    height: 42px;
    margin-left: 55px;
    text-align: left;
    color: #6dbdb4;
    font-size: 1.4rem;
    padding-top: 4px;
}

.border-bottom-black {
    border-bottom: 1px solid #4d4f5c;
}

.head-row {
    font-size: 1.15rem;
    color: #4d4f5c;
}

.approve-row {
    font-size: 0.9rem;
    color: #6dbdb4;
}

.pending-row {
    font-size: 0.9rem;
    color: #4d4f5c;
}

.rejected-row {
    font-size: 0.9rem;
    color: #ff8d8d;
}

.t-head-title {
    font-size: 1.15rem;
    color: #4d4f5c;
    font-weight: normal;
}

.payment-t-body-row {
    font-size: 0.8rem;
    color: #4d4f5c;
    height: 36px;
}
.sticky-payment-overview {
    position: sticky;
    top: 123px;
    height: 36px;
    background: white;
}

.payment-overview-data-section > table > tbody > tr > td {
    border: 1px solid #e8e9ec;
}
.background-Approved {
    background-color: #b5ded9;
}
.background-Rejected {
    background-color: #FFB1B1;
}
.background-Closed {
    background-color: #FFB1B1;
}
.background-Draft {
    background-color: #DEDED9;
}
.background-PublicDraft {
    background-color: #f0f0f0;
}
