.pagewrapper .content-wrap {
    max-width: 1280px;
    padding: 90px 0;
}

/* zcr-prm-banner */
.zcr-prm-banner .content-wrap{
    max-width: 800px;
    padding: 90px 0px 0px 160px ;
    
}
.zcr-prm-banner h1{
    letter-spacing: -1px;
    line-height: 1;
    margin-bottom:25px;
}
.zcr-prm-banner p{
    max-width: 600px;
    font-size: 16px;
    margin-bottom: 0px;
}
.zcr-prm-banner p span{
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
}
.zcr-txt-clr-sml{
border: none;
    border-bottom: 1px solid;
    font-family: var(--primaryfont-regular);
}

/* zcr-prm-banner */
.zcr-prm-filter{
    padding: 0px 0px 30px;
}
.zcr-prm-filter{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.zcollapse{
    display: none;
}
.zcr-prm-filter input{
    border: 1px solid #9F9F9F;
    border-radius: 5px;
    width: 300px;
    padding: 10px 30px 10px 20px;
}
.zexpand, .zcollapse {
    border: 1px solid #000;
    background: none;
    border-radius: 4px;
    padding: 9px 20px;
    width: 120px;
    font-size: 14px;
    font-family: var(--secondaryfont-semibold);
    cursor: pointer;
    text-align: center;
}

.zs-top-cta {
    display: flex;
    gap: 15px;
    align-items: center;
}

.zshare-idea a {
    background: #000;
    color: #fff;
    font-family: var(--zf-primary-bold);
    display: inline-block;
    padding: 8px 15px;
    font-size: 14px;
    border-radius: 5px;
}

/* zcr-prm-data-sec */
.zcr-prm-data-sec .content-wrap{
    padding-top: 50px;
}
.zcr-prm-data-sec .grid-element{
    display: grid;
    grid-template-columns: 350px  1fr;
    gap: 50px;
}

.zcr-prm-left-inner{
    position: sticky;
    background: #F5F5F5;
    border: 1px solid #E5E5E5;
    border-radius: 5px ;
    padding: 20px;
    top: 100px;

}
.zcr-prm-left-inner h2{
    font-size: 22px;
}
.data-header-prt{
    border: 1px solid #DBDBDB;
    box-shadow: rgb(166, 172, 252, 0.2) 0px 7px 29px 0px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.data-header-prt:last-child{
    margin-bottom: 0px;
}
.data-header-wrap{
    padding: 20px 30px 0px;
    border-radius: 5px;
}
#zcr-prm-wrapper .data-header-prt:first-child .data-header-content{
    display: block;
    border-bottom: 1px solid #DBDBDB;
    border-radius: 5px 5px 0px 0px ;
}
/* 
.data-header-prt.active .data-header-wrap{
    border-bottom: 1px solid #DBDBDB;
    border-radius: 5px 5px 0px 0px ;

} */
.data-header-prt .data-header-wrap{
    border-bottom: 1px solid #DBDBDB;
    border-radius: 5px ;

}


.data-header-wrap h3{
    color: #1F62F4;
    font-size: 24px;
    padding-right: 40px;
}
.features-list{
    margin-top: 30px;
}
.features-list h3{
    font-size: 22px;
}
.features-list p{
    font-family: var(--primaryfont-semibold);
    margin-bottom: 10px;
}
#features-list-prt{
    height: 350px;
    overflow: scroll;
    background: #E3EBFF;
    padding: 10px;
}
.features-list ul li a{
    display: inline-block;
    color: #000;
    position: relative;
    font-size: 15px;
    padding-left: 20px;
    margin-bottom: 10px;
    cursor: pointer;
}
.features-list ul li a.active-scroll {
    color: #0c58ff; 
    }
.features-list ul li a::before{
    content: "";
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50px;
    background: #000;
    top: 8px;
    left: 4px;

}
.features-list ul li a.active-scroll::before{
    background: #0c58ff;
}
.feature-name-prt{
    position: relative;
    cursor: pointer;
}
.arrow-elmt{
    position: absolute;
    cursor: pointer;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    border: 2px solid #000;
    top: 8px;
    right: 8px;
    z-index: 1;
}

.arrow-elmt::before{
    content: "";
    position: absolute;
    cursor: pointer; 
    width: 8px;
    height: 8px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #000;
    transform: rotate(-45deg);
    transition: all .5s ease;
    top: 5px;
    right: 6px;
}

.data-header-prt.active .arrow-elmt{
    border-color: #0D7FFA;
}

.data-header-prt.active .arrow-elmt::before{
    transform: rotate(135deg);
    top: 7px;
    right: 6px;
    border-color: #0D7FFA;
}
.list-type-prt{
    display: flex;
    flex-wrap: wrap;
}
.list-type-prt>div:first-child{
    padding-left: 0px;
}

.list-type-prt>div{
    padding: 0px 20px 20px 20px;
    border-right: 1px solid #a6acfc;

}
.list-type-prt>div.list-type{
    border-right:none;
}
.list-type-prt>div p{
    font-size: 15px;
    margin-bottom: 15px;
}
.list-type-prt>div span{
    font-size: 15px;
}
.list-type-prt>div:last-child{
    display: flex;
    align-items: flex-end;
    border-right: 0px;
    padding-right: 0px;
}
.list-type-prt>div:last-child a{
    font-size: 13px;
    text-decoration: underline;
    color: #000;
}
.list-type-prt>div .help-link{
    padding-right: 20px;
    
}
#show-all.zcr-btn-clr-sml {
    border: transparent
}

.data-header-prt .data-header-content{
    padding: 30px;
}

.business-value{
    padding: 15px;
    background: #F8FAFF;
    border: 1px solid #1F62F4;
    border-radius: 10px;
}
.yr-dropdown-list{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 20px;
    gap: 15px;
}

.yr-dropdown-list li{
    width: calc(50% - 8px);
}
.yr-dropdown-list li.features-status-list{
    width: 100%;
}
.yr-dropdown-list h3{
    margin-bottom: 5px;
    font-size: 16px;
    font-family: var(--primaryfont-semibold);
}
.yr-dropdown-list  select{
    position: relative;
    width: 100%;
    padding: 7px 11px;
    border: 1px solid #9f9f9f;
    border-radius: 5px;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: transparent;
    z-index: 1;             
}

.filter-prt {
        position: relative;
    display: inline-block;
    width: 100%;
    background: #fff;

}

.filter-prt::after {
        content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(-45deg);
    background: transparent;
    top: 14px;
    right: 14px;
    cursor: pointer;
    z-index: 0;
}


.list-type.status-prt #features-status{
    padding: 10px 10px 10px 35px;
    border-radius: 5px ;
    position: relative;
    z-index: 1;
}
.list-type.status-prt .completed-icon{
    background: #B3FDD2;
}
.list-type.status-prt .in-development-icon{
    background: #FFDE52;
}
.list-type.status-prt .planned-icon{
    background: #FFDCAC;
}
#show-all{
    position: relative;
    padding-left: 25px;
}
#show-all.zcr-txt-clr-sml{
    border-bottom: none;
    background: none;
}

.list-type.status-prt .completed-icon::before, 
.list-type.status-prt .in-development-icon::before, 
.list-type.status-prt .planned-icon::before, 
.feature-bar::before, #show-all::before, 
.search-error-msg p::before{
    content: "";
    position: absolute;
    background: url(/sites/zweb/images/sign/roadmap-sprite-icons.svg);
    background-size: 160px auto;
    width: 24px;
    height: 24px;
    top: 9px;
    left: 7px;
    z-index: 1;
}
#show-all::before{
    background-position: -106px 0;
    width: 21px;
    top: 7px;
    left: 0;
    transform: translateY(-50%) rotate(0);
    transition: transform .8s;
}

#show-all.rotate:before {
    transform: translateY(-50%) rotate(360deg);
}

.list-type.status-prt .completed-icon::before{
    background-position: -16px -3px;
}
.list-type.status-prt .in-development-icon::before{
    background-position: 98px -2px;
    left: 7px;
    top: 7px;
}
.list-type.status-prt .planned-icon::before{
    background-position: -40px -1px;
    width: 20px;
    top: 6px;
    left: 10px;
}
.feature-bar{
    position: relative;

}
.feature-bar::before{
    background-position: 74px 0px;
    width: 20px;
    right: 10px;
    top: 6px;
    left: unset;
}
.search-error-msg, .filter-error-msg{
    display: none;
    padding: 40px 30px;
    border: 1px solid #DBDBDB;
    background: #FCFCFC;
    box-shadow: rgb(166, 172, 252, 0.2) 0px 7px 29px 0px;
    margin: 30px 0px;
}

.search-error-msg p{
    position: relative;
    font-family: var(--primaryfont-semibold);
    font-size: 20px;
    margin-bottom: 0px;
    color: #9D9D9D;
    padding-left: 30px;
}
.search-error-msg p::before{
    background-position: 30px 0;
    width: 30px;
    height: 30px;
    top: 2px;
    left: 0;
}

.data-header-content>p:last-child{
    margin-bottom: 0px;
}
.data-header-content p span, .list-type-prt>div span{
    font-family: var(--primaryfont-semibold);
}

/* zcr-prm-data-sec */


@media (max-width: 1440px) {
    .pagewrapper .content-wrap{
        width: 95%;
    }
    .zcr-prm-banner p{
        margin: 0 auto;
    }
    .zcr-prm-banner .content-wrap{
        text-align: center;
        padding: 90px 0px 0px;
    }
    .zcr-prm-data-sec .grid-element {
        grid-template-columns: 300px 1fr;
        gap: 30px;
    }
    .yr-dropdown-list h3{
        font-size: 14px;
    }
    
}
@media (max-width: 1280px) { 
    .zcr-prm-data-sec .grid-element {
        grid-template-columns: 250px 1fr;
        gap: 30px;
    }
    .yr-dropdown-list li{
        width: 100%;
    }
    .list-type-prt>div{
        border-bottom: 1px solid #dbdbdb;
        padding: 0px 15px 20px 15px;
    }
    .list-type-prt>div:last-child{
        width: 30%;
        padding: 10px 10px 10px 0px;
        border-bottom: none;
    }
}

@media all and (max-width:991px) {
    .zcr-prm-banner .content-wrap{
        width: 95%;
        max-width: 1000px;
        margin: 0px auto;
        text-align: left;
    }
    .zcr-prm-banner p{
        margin: 0;
    }
    .zcr-prm-left{
        max-width: 450px;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .zcr-prm-data-sec .grid-element{
        grid-template-columns: 1fr;
    }
    .yr-dropdown-list li {
        width: calc(50% - 8px);
    }


}

@media all and (max-width:767px) {
    .pagewrapper .content-wrap,   .zcr-prm-banner .content-wrap{
        width: 90%;
    }
    .zcr-prm-banner .content-wrap{
        padding: 60px 0px 0px;
    }
    .zcr-prm-banner h1{
        font-size: 34px;
    }
    .list-type-prt>div{
        width: 33.33%;
    }
    .list-type-prt>div:nth-child(3){
        border-right: none;
    }
    .list-type-prt>div:nth-child(4){
        padding: 15px 15px 20px 0px;
        border-bottom: none;
    }
    .list-type-prt>div:nth-child(4), .list-type-prt>div:nth-child(5){
        width: 50%;
    }
    
}
@media all and (max-width:480px) {
    .zcr-prm-banner h1{
        font-size: 30px;
        line-height: 36px;
        max-width: 250px;
    }
    .zcr-prm-data-sec .content-wrap{
        padding-top: 30px;
    }
    .zcr-prm-filter input{
        width: 200px;
        font-size: 12px;
        padding: 10px 30px 10px 15px;

    }
    .data-header-wrap h3{
        font-size: 20px;
    }
    .data-header-prt .data-header-content, .data-header-wrap{
        padding: 20px;
    }
    .list-type-prt>div{
        width: 100%;
        padding: 10px 15px 10px 0px;
        border-right: none;
    }
    .list-type-prt>div:nth-child(1), .list-type-prt>div:nth-child(2){
        width: 50%;
    }
    .list-type-prt>div:nth-child(1){
        border-right: 1px solid #a6acfc;
    }
    .list-type-prt>div:nth-child(2){
        padding: 10px 15px 10px 15px;
    }
    .list-type-prt>div:last-child{
        border-bottom: none;
                padding: 0px;
    }
    .list-type-prt>div:nth-child(4), .list-type-prt>div:nth-child(5){
        width: 100%;
    }
    .arrow-elmt{
        top: 2px;
    }   
}