.rep__main-wrap {
    height: 100%;
}

.rep__main-container {
    height: 100%;
}

.rep__list-content-wrap.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rep__list-block {
    height: 100%;
    overflow: auto;
}

.rep__edit-content-wrap.active {
    display:flex;
    flex-direction: column;
    height: 100%;
}

.rep__edit-content {
    height: 100%;
    overflow: auto;
}

.rep__view-content {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: auto;
}

.rep__read-content-wrap {
    display: flex;
    flex-direction: column;
}

.rep__read-content.active {
    display: flex;
    flex-direction: column;
    height:100%;
    overflow: auto;
}

.rep__read-list-block {
    height: 100%;
    overflow: hidden;
}

.rep__read-list {
    height: 100%;
    overflow: auto;
}

.rep__delete-content.active {
    display:flex;
    flex-direction: column;
    height: 100%
}

.rep__delete-btn-list {
    height:100%;
    overflow: auto;
}

.rep__recipient-content-wrap {
    display: flex;
    flex-direction: column;
}

.rep__recipient-content.active {
    height: 100%;
    overflow: hidden;
}

.rep__recipient-list-block {
    height: 100%;
}

.rep__recipient-list {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}

.rep__recipient-user-content-wrap.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rep__recipient-user-list-block {
    height: 100%;
    overflow: hidden;
}

.rep__recipient-user-list {
    display: flex;
    flex-direction: column;
    height:100%;
    overflow: auto;
}

.rep__un-report-user-container {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rep__un-report-user-content-wrap {
    overflow: hidden;
}

.rep__un-report-user-content.active {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.rep__un-report-user-table {
    display: flex;
    flex-direction: column;
    overflow: auto;
    height: 100%;
}