.ph-item {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    border: 1px solid #e6e6e6;
    border-radius: 2px
}

.ph-itemnew {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 15px 15px;
    overflow: hidden;
    /* margin-bottom: 30px; */
    border-radius: 2px
}

.ph-itemnew1 {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding: 2px 52px 15px;
    overflow: hidden;
    border-radius: 2px
}

.ph-itemnew2 {
    direction: ltr;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 2px
}

.ph-item,
.ph-item *,
.ph-item :after,
.ph-item :before {
    box-sizing: border-box
}

.ph-itemnew:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.ph-itemnew1:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.ph-itemnew2:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.ph-item:before {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 50%;
    z-index: 1;
    width: 500%;
    margin-left: -250%;
    -webkit-animation: phAnimation .8s linear infinite;
    animation: phAnimation .8s linear infinite;
    background: linear-gradient(90deg, hsla(0, 0%, 100%, 0) 46%, hsla(0, 0%, 100%, .35) 50%, hsla(0, 0%, 100%, 0) 54%) 50% 50%
}

.ph-item>* {
    flex: 1 1 auto;
    display: flex;
    flex-flow: column;
    padding-right: 15px;
    padding-left: 15px
}

.ph-rownew1 {
    flex-wrap: wrap;
}

.ph-rownew1 div {
    height: 12px;
    background-color: #ced4da
}

.ph-rownew1 .big,
.ph-rownew1.big div {
    height: 20px;
}

.ph-rownew {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7.5px
}

.ph-rownew div {
    height: 7px;
    /* margin-bottom: 7.5px; */
    background-color: #ced4da
}

.ph-rownew .big,
.ph-rownew.big div {
    height: 20px;
    margin-bottom: 15px
}

.ph-rownew .big1,
.ph-rownew.big1 div {
    height: 13px;
    margin-bottom: 15px
}

.ph-row {
    display: flex;
    flex-wrap: wrap;
    /* margin-bottom: 7.5px */
}

.ph-row div {
    height: 10px;
    margin-bottom: 7.5px;
    background-color: #ced4da
}

.ph-row .big,
.ph-row.big div {
    height: 20px;
    margin-bottom: 15px
}

.ph-row .big1,
.ph-row.big1 div {
    height: 13px;
    margin-bottom: 15px
}

.ph-row .empty {
    background-color: hsla(0, 0%, 100%, 0)
}

.ph-col-2 {
    flex: 0 0 16.66667%
}

.ph-col-3 {
    flex: 0 0 25%
}

.ph-col-4 {
    flex: 0 0 33.33333%
}

.ph-col-6 {
    flex: 0 0 50%
}

.ph-col-8 {
    flex: 0 0 66.66667%
}

.ph-col-10 {
    flex: 0 0 83.33333%
}

.ph-col-12 {
    flex: 0 0 100%
}

.ph-avatar {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 50%;
    overflow: hidden
}

.ph-avatarnew {
    position: relative;
    width: 100%;
    width: 32px;
    height: 32px;
    background-color: #ced4da;
    border-radius: 50%;
    overflow: hidden
}

.ph-avatarnew1 {
    position: relative;
    content: "\f4fc";
    background-color: #ced4da;
    overflow: hidden
}

.ph-avatarsquare {
    position: relative;
    width: 100%;
    min-width: 60px;
    background-color: #ced4da;
    margin-bottom: 15px;
    overflow: hidden
}

.ph-avatarmessage {
    position: relative;
    /* width:100%; */
    /* min-width:60px; */
    background-color: #ced4da;
    /* margin-bottom:15px; */
    border-radius: 50%;
    overflow: hidden;
    height: 60px;
}

.ph-avatar:before {
    content: " ";
    display: block;
    padding-top: 100%
}

.ph-picture {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 15px
}

.ph-cover-img {
    height: 400px;
    width: 100%;
    background-color: #ced4da;
    border-radius: 4px;
}

.ph-picturenew {
    width: 100%;
    height: 163px;
    background-color: #ced4da;
    border-radius: 4px;
}

.ph-picture2 {
    width: 100%;
    height: 120px;
    background-color: #ced4da;
    margin-bottom: 15px;
    border-radius: 20px 20px 0px 0px;
}

@-webkit-keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}

@keyframes phAnimation {
    0% {
        transform: translate3d(-30%, 0, 0)
    }
    to {
        transform: translate3d(30%, 0, 0)
    }
}