.filterPSRContainer {
    display: flex;
    padding: 0 12px;
}

.psr-groupNameFilter, 
.psr-projectNameFilter,
.psr-textInputFilter,
.psr-projectPrioFilter {
    margin-right: 12px;
}

.psr-groupNameFilter, 
.psr-projectNameFilter {
    width: 120px;
}

.psr-textInputFilter {
    width: 160px;
}

.filterPSRContainer .customDropdown .arrowIcon-container,
.filterPSRContainer .customRadioButtonDropdown-container .arrowIcon-container {
    display: none;
}

.filterPSRContainer .textInputFilter.projectPrioFilter {
    position: relative;
    display: flex;
    width: 99px;
    justify-content: center;
    align-items: center;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__button {
    width: 24px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border: 1px solid #dcdcdc;
    border-right: none;
    cursor: pointer;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__button:hover{
    background-color: #EEF1FE;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__button.projectPrioFilter__button--bordered {
    border: 1px solid  #5774e7;
    border-right: none;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__popup {
    z-index: 20 !important;
    position: absolute;
    top: 32px;
    left: 0;
    background: white;
    width: 220px;
    height: 108px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: space-evenly;
    align-items: flex-start;
    box-shadow: 0px 0px 2px rgb(70 89 191 / 30%), 0px 2px 4px rgb(0 41 199 / 20%);
    border-radius: 4px;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__popup .projectPrioFilter__popup--inner {
    width: 100%;
    padding-left: 16px;
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-top: 3px;
    padding-bottom: 3px;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__popup .projectPrioFilter__popup--inner.checked {
    color: var(--link-blue);
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__popup .projectPrioFilter__popup--inner:hover {
    background-color: #EEF1FE;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__popup .projectPrioFilter__popup--inner span{
    margin-left: 5px;
}

.filterPSRContainer .textInputFilter.projectPrioFilter .projectPrioFilter__icon {
    width: 24px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 800;
    cursor: pointer;
    padding-top: 6px;
    padding-left: 8px;
    border: 1px solid #dcdcdc;
    border-left: none;
    background-color: #fff;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.filterPSRContainer .projectPrioFilter .projectPrioFilter__icon img {
    margin-bottom: 4px;
}

.filterPSRContainer .clearRemoveAndAddFilters {
    display: flex;
}

.filterPSRContainer .clearRemoveAndAddFilters .clearFiltersButton-container .clearFiltersButton {
    cursor: pointer;
}

.filterPSRContainer .clearRemoveAndAddFilters .clearFiltersButton-container .clearFiltersButton {
    background: url('../../../images/shared/clearFilter-gray.svg') no-repeat;
    width: 16px;
    height: 16px;
    cursor: pointer;
    margin: 6px 0;
    margin-right: var(--toolbar-item-indent)
}

.filterPSRContainer .clearRemoveAndAddFilters .clearFiltersButton-container .clearFiltersButton.removeFiltersButton {
    background: url('../../../images/shared/newTrashIcon.svg') no-repeat;
    width: 16px;
    height: 16px;
    margin: 7px 0;
    margin-right: var(--toolbar-item-indent)
}

.filterPSRContainer .clearRemoveAndAddFilters .clearFiltersButton-container.filterIsApplied .clearFiltersButton {
    background: url('../../../images/shared/clearFilter-blue.svg') no-repeat;
}

.filterPSRContainer .clearRemoveAndAddFilters .clearFiltersButton-container.disabled {
    pointer-events: none;
    cursor: default;
    opacity: 0.4;
}

.filterPSRContainer .ui-input-search {
    padding-left: 8px;
    background-image: none;
}

.psr-page {
    position: relative;
    height: 100%;
}

.psr-empty-container {
    display: flex;
    flex-direction: column;
    gap: 8px;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.psr-empty__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #4A4A4A;
}

.psr-empty__description {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
}

.psr-container {
    display: flex;
    flex-direction: row;
    height: 100%;
}

.psr-dates {
    display: flex;
    width: 280px;
    min-width: 280px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-right: 1px solid #DCDCDC;
    background: #FFF;
}

.psr-dates__header {
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    box-shadow: 0px -1px 0px 0px #DCDCDC inset;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px
}

.psr-dates__add {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #5774E7;
    cursor: pointer;
}

.psr-dates__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 8px 0px;
    flex: 1 0 0;
    align-self: stretch;
    overflow-y: auto;
}

.psr-dates__month {
    padding: 4px 20px;
    font-size: 13px;
    line-height: 16px;
    color: #B6B6B6;
}

.psr-dates__link {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 4px 20px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
}

.psr-dates__week {
    display: flex;
    gap: 8px;
    align-items: center;
    width: 100%;
}

.psr-dates__week-number {
    color: #4A4A4A;
}

.psr-dates__dates {
    display: flex;
    color: #B6B6B6;
}

.psr-dates__trash {
    position: relative;
}

.psr-dates__link:hover {
    background: #EEF1FE;
}

.psr-dates__link--active {
    background: #EEF1FE;
    color: #5774e7;
}

.psr-content {
    display: flex;
    justify-content: stretch;
    flex-grow: 1;
}

.psr-content__scroll-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 50px;
}

.psr-content__header {
    display: flex;
    flex-direction: row;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    width: 100%;
    max-width: 1000px;
}

.psr-content__header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    flex: 1 0 0;
}

.psr-content__header-name {
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    color: #4A4A4A;
}

.psr-content__header-explanation {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
}

.psr-content__header-date {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #808080;

}

.psr-content__accordion {
    width: 100%;
    max-width: 1000px;
    /* padding: 20px 80px; */
}

.psr-content__accordion-subheading {
    margin: 20px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

.psr-content .panel {
    border: none;
    box-shadow: none;
}

.report-item__accordion-panel {}

.report-item__accordion-panel .panel-heading {
    padding: 12px;
    border-radius: 4px;
    background: #F5F5F5;
}

.report-item__accordion-panel .panel-heading.panel-disabled {
    background: #fff;
    pointer-events: none;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
}

.report-item__accordion-panel .panel-heading .panel-touched {
    background: #FFF;
    border-radius: 4px;
    border: 1px solid #F5F5F5;
}

.panel-open .report-item__accordion-panel .panel-heading {
    background: #eef1fe;
}

.panel-open .report-item__accordion-panel .accordion-toggle::before {
    transform: translateY(-50%) rotate(90deg);
}

.report-item__accordion-panel .panel-heading.panel-disabled .accordion-toggle::before {
    display: none;
}

.report-item__accordion-panel .panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.report-item__accordion-panel .accordion-toggle {
    position: relative;
    color: #4a4a4a;
    height: 20px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.report-item__accordion-panel .accordion-toggle::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNiAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNSA1TDkuNSA4TDYuNSAxMSIgc3Ryb2tlPSIjQjZCNkI2Ii8+Cjwvc3ZnPgo=");
    background-repeat: no-repeat;
    background-size: 16px;
    width: 16px;
    height: 16px;
}

.report-item__accordion-panel .panel-body {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0 0 20px 0;
}

.report-item__accordion-panel .panel-heading+.panel-collapse>.list-group,
.report-item__accordion-panel .panel-heading+.panel-collapse>.panel-body {
    border-top: none;
}

.report-item__accordion-panel .panel-heading .btn-link {
    color: #4a4a4a;
    padding: 0;
}

.psr-content .panel+.panel {
    margin-top: 12px;
}

.report-item__accordion-panel .panel-heading .btn-link:focus,
.report-item__accordion-panel .panel-heading .btn-link:hover {
    color: #4a4a4a;
    text-decoration: none;
}

.report-item__accordion-panel .panel-heading .btn.active.focus,
.report-item__accordion-panel .panel-heading .btn.active:focus,
.report-item__accordion-panel .panel-heading .btn.focus,
.report-item__accordion-panel .panel-heading .btn:active.focus,
.report-item__accordion-panel .panel-heading .btn:active:focus,
.report-item__accordion-panel .panel-heading .btn:focus {
    outline: none;
}

.report-item__content {
    display: flex;
    flex-direction: column;
    padding: 0 20px 20px 20px;
}

.report-item__subheading {
    margin: 12px 20px 0 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 0;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #808080;
    cursor: default;
}

.report-item__subheading-name {
    display: flex;
    flex-direction: row;
    gap: 4px;
    /* cursor: pointer; */
}

.report-item__subheading-value-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.report-item__subheading-value {
    width: 100px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: end;
    margin-left: 8px;
    cursor: pointer;
}

.report-item__subheading-arrow {
    width: 5px;
}

.report-item__subheading-value-long {
    width: 350px;
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: flex-start;
    margin-left: 8px;
    cursor: pointer;
}

.report-item__entities {
    display: flex;
    flex-direction: column;
    padding: 4px 12px 0 12px;
}

.report-item__row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 4px 8px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #4A4A4A;
    cursor: pointer;
}

.report-item__row:hover {
    border-radius: 4px;
    background: #F5F5F5 !important;
}

.report-item__load-more-row {
    display: flex;
    padding: 6px 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.report-item__load-more-link {
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #5774E7;
    cursor: pointer;
}

.report-item__name-block {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.report-item__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    margin-right: 8px;
}

.report-item__info-icon {
    display: flex;
    align-self: center;
    width: 16px;
    height: 16px;
    margin-left: 4px;
}

.report-item__priority {
    margin: 0 8px 0 0;
    font-family: GlowSemiBold;
    line-height: 20px;
    top: 10px;
}

.report-item__name {
    max-width: 350px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.report-item__value {
    width: 100px;
    margin-left: 8px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-item__value-long {
    display: flex;
    width: 350px;
    /* max-width: 200px; */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.report-item__value-long .name {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* @media screen {
    .pdf-content {
        display: none;
    }
}

@media print {
    body * {
        visibility: hidden;
    }

    .pdf-content,
    .pdf-content * {
        visibility: visible;
    }

    .pdf-content {
        position: absolute;
        left: 0;
        top: 0;
    }
}
*/