.projectGroupPopup__container {
    width: 440px;
    height: 602px;
}

.projectGroupPopup__container perfect-scrollbar {
    max-height: 460px;
    max-width: 400px;
}

.projectGroupPopup__container .pgp__header {
    padding-top: 15px;
    padding-left: 20px;
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #d8d7d7;
}

.projectGroupPopup__container .pgp__header .pgp__header__title {
    margin: 0;
    font-family: GlowSemiBold;
    font-size: 14px;
}

.projectGroupPopup__container .pgp__header .pgp__header__icon {
    margin-right: 10px;
}

.projectGroupPopup__container .pgp__body {
    padding: 16px 16px 20px 20px;
    max-height: 450px;
    overflow: auto;
}

.projectGroupPopup__container .pgp__body .ps-content {
    padding-right: 20px;
    max-height: 480px;
}

.projectGroupPopup__container .pgp__body .pgp__body__item:not(:last-child) {
    margin-bottom: 13px;
}

.projectGroupPopup__container .pgp__body .pgp__body__item .pgp__body__item__text {
    font-family: GlowRegular;
    font-size: 14px;
    color: #B6B6B6;
    margin-bottom: 2px;
}

.projectGroupPopup__container .pgp__body .pgp__body__item .ui-input-bordered {
    width:100%;    
    padding-left: 10px;
}


.projectGroupPopup__container .pgp__body .pgp__body__item.tags {
    position: relative;
}

.projectGroupPopup__container .pgp__body .pgp__body__item.description .stepComponent.description .componentName {
    font-family: GlowRegular;
    font-size: 14px;
    color: #b6b6b6;
    margin-top: 10px;
}

.projectGroupPopup__container .pgp__body .pgp__body__item.description .stepComponent.description .componentValue .descriptionInfo-container {
    overflow-wrap: break-word;
}

.projectGroupPopup__container .pgp__body .pgp__body__item.description .stepComponent.description .componentValue .descriptionInfo-container .noValue {
    display: flex;
    padding-left: 4px;
    padding-top: 7px;
}

.projectGroupPopup__container .pgp__body .pgp__body__item.description .stepComponent.description .componentValue .descriptionInfo-container .noValue .buttonText {
    font-family: GlowRegular;
    font-size: 14px;
    color: #5774E7;
    margin-left: 4px;
    cursor: pointer;
}

.projectGroupPopup__container .pgp__footer {
    position: absolute;
    bottom: 0;
    padding: 20px 20px 16px 20px;
    width: 100%;
    height: 74px;
    border-top: 1px solid #e0e0e0;
}

.projectGroupPopup__container .pgp__footer .ui-btn-dark {
    height: 38px;
    width: 110px;
}

.projectGroupPopup__container .pgp__footer .ui-btn-light {
    width: 110px;
    margin-right: 20px;
}

.projectGroupPopup__container .pgp__footer .loadingSpinnerContainer {
    position: absolute;
    top: 5px;
    right: 72px;
}