/* post wall*/
.ellipsis_4 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    white-space: normal;
    word-break: break-all;
}

div#content_wall {
    margin: 10px 3px;
	    position: relative;
    /* overflow: auto;
  Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: auto !important;
}

/* Hide scrollbar for Chrome, Safari and Opera */
div#content_wall::-webkit-scrollbar {
    display: none;
}

div.postCell {
    margin-top: 20px;
    background-color: #1a1a1a;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0px 0px 4px 4px rgb(255 255 255 / 10%), 0px 4px 4px 0px rgb(255 255 255 / 9%);
}

div.postInfo {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
	padding: 36px 16px 16px
}

div.postInfo .postRacer {
    display: inline-flex;
    width: 100%;
}

.postRacer.lnEnable {
    cursor: pointer;
}

.postRacer div.avatar {
	flex: 0 0 60px;
}

.divEditor div.avatar {
    display: inline-block;
    margin: auto;
    position: absolute;
    /*left: 5px;*/
}

.postRacer div.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid rgba(255, 69, 44, 1);
    background-color: rgba(8, 13, 25, 1);
}

.divEditor div.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid rgba(255, 69, 44, 1);
    background-color: rgba(8, 13, 25, 1);
}

div.postInfo .postTrack {
    display: flex;
    border-left: #373740 solid 2px;
}
.dropdown-post{
	position: absolute;
    right: 20px;
}

div.postInfo .postTrack .left svg {
    display: inline-block;
    width: 64px;
    height: 64px;
}

.postContent {
    overflow: hidden;
	position: relative;
	padding:5px 0

}

div.postInfo .postTrack .left img {
    display: inline-block;
    width: 64px;
    height: 64px;
}


div.PostFollow {
    display: inline-block;
    margin: auto 10px;
}

div.PostFollow img.icoAdd {
    width: 45px;
    height: 45px;
    /*background-color: #FF452C;*/
    /*border-radius: 16px;*/
    /*padding: 10px;*/
    margin-left: 10px;
    cursor: pointer;
}

div.PostSession {
    display: inline-block;
    margin: 16px;
    cursor: pointer;
    text-align: right;
    float: right;
}
div.elVender {
    position: absolute;
    top: 0px;
    right: 20px;
    color: #6D7278;
}

div.note {
    display: block;
    /*flex: 2 2 100px;*/
}

div.note div {
    background-color: transparent;
    /*color: white;*/
    border: 0;
    /*overflow: hidden;*/
    /*white-space: nowrap;*/
    /*text-overflow: ellipsis;*/
    width: 100%;
    height: 100%;
}

div.postSocialStat {
    display: flex;
    color: #9D9D9E;
    justify-content: space-around;
    flex-direction: row;
    align-items: center;
    border-top: #373740 2px solid;
    border-bottom: #373740 2px solid;
	/*cursor: pointer;*/
	margin: 0 16px;
}

span.opMoreComment {
    cursor:pointer;
    margin-left: 20px;
}

div.Comment {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin: 5px 2px;
    position: relative;
    flex-direction: column;
	padding: 16px;
}

div.Comment div.divEditor {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 90%;
}

div.Comment div.divOps {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 50px;
    color: #9D9D9E;
    font-weight: 600;
    width: 72%;
}

div.Comment div.PostDate {
    flex: 1 1 30px;
    text-align: right;
}

.divOps img {
    padding: 5px;
    cursor: pointer;
}

div.divOps buttom.btnCommOps {
    position: absolute;
    display: inline-block;
    top: 25px;
    right: 4.5%;
}

div.Comment div.avatar {
    flex-grow: 0;
    flex-shrink: 0;
	cursor: pointer;
}

div.Comment div.edit {
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background-color: #373740;
    border-radius: 16px;
    border: none;
    margin: 5px 5px 5px 45px;
    padding: 10px;
    color: #9D9D9E;
    width: 100%;
}

div.Comment div.edit span {
    margin: 0px 5px;
}

div.Comment div.edit div {
    /*width: fit-content;*/
    color: white;
    line-height: 1.3em;
    /*border-radius: 16px;*/
    border: none;
    display: inline-block;
    white-space: break-spaces;
    word-break: break-word;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.Comment div.edit input {
    /*padding: 5px 15px;*/
    width: 95%;
    background-color: #373740;
    color: white;
    /*border-radius: 16px;*/
    border: none;
}

div.Comment div.edit input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bdbcbc;
    opacity: 1; /* Firefox */
}

div.Comment div.edit input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bdbcbc;
}

div.Comment div.edit input::-ms-input-placeholder { /* Microsoft Edge */
    color: #bdbcbc;
}

div.SecondLayer {
    padding-left: 50px;
    width: 100%;
}

div.postCell i.highlightLike svg {
    color: #004ba5;
}

div.btnOp {
    color: #FF452C !important;
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
}

div.btnOp:active, div.btnOp:focus, div.btnOp:hover, div.btnOp:visited {
    background-color: transparent !important;
    border: solid 2px #373740
}

div.btnOp span {
    color: #fff;
    margin: 5px;
    padding: 5px;
}

div.btnOp {
    margin: 5px;
    padding: 5px;
    border-radius: 3px;
}

div.btnOp span {
    margin: 5px;
    padding: 5px;
}

div.btnOp svg {
    width: 16px !important;
}

div.btnOp:hover {
    background-color: #4b4b4b;
}

ul.CommPopMenu {
    background-color: #4b4b4b;
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    position: absolute;
    right: 12%;
    top: 0px;
    left: 72%;
    min-width: fit-content;
}

ul.CommPopMenu li {
    margin: 5px;
    width: fit-content;
}

ul.CommPopMenu li:hover {
    color: rgba(255, 69, 44, 1);
    cursor: pointer;
}

buttom.btnEdOps:hover {
    color: rgba(255, 69, 44, 1);
}

.SessRec {
    font-size: 3.6rem;
    color: #fff;
    font-weight: bolder;
    letter-spacing: .1em;
}

.SessNote {
    display: inline-block;
    flex-wrap: wrap;
    width: 100%;
    padding: 16px;
    white-space: break-spaces;
    font-size: 1.65rem;
    color: #FFFFFF;
}

.SessDate {
    font-size: 2rem;
    color: #fff;
    letter-spacing: .1em;
}

.SessDes {
    font-size: 2rem;
    color: #6D7278;
    letter-spacing: .1em;
}

.postTrkName {
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: inherit;
}


.item {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
}


.flex-1 {
    flex: 1;
}


.name {
    font-size: 1.6rem;
    color: #FFFFFF;
    line-height: 1.6;
    text-align: justify;
    flex: 1 1 200px;
    padding-right: 10px;
}

.clearfix {
    clear: right
}


.left {
    padding: 10px;
}


.SocialLike, .SocialComment {
    font-size: 1.6rem;
    padding: 5px 0;
    font-weight: bolder;
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
}

.SocialLike{
    cursor: pointer;
}

.SocialLike img, .SocialComment img {
    padding: 5px;
}

button.btnPostOp {
    border: none;
    background: transparent;
}

div.postContent div.photolist {
    display: flex;
    flex-wrap: wrap;
}

div.postContent div.photolist div {
    position: relative;
    background-position: center;
    background-size: cover;
}

div.postContent div.photolist div p {
    display: block;
    position: absolute;
    color: azure;
    text-align: center;
    font-size: 6rem;
    left: 33.3%;
    top: 33.3%;
}

div.postContent div.photolist div:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

div.postContent div.PhotoOne div {
    width: 100%;
}

div.postContent div.PhotoTwo div {
    width: 50%;
}

div.postContent div.PhotoThree div:nth-child(1) {
    width: 100%;
}

div.postContent div.PhotoThree div {
    width: 50%;
}

div.postContent div.PhotoFour div {
    width: 50%;
}

div.postContent div.PhotoFive div:nth-child(1),
div.postContent div.PhotoFive div:nth-child(2) {
    width: 50%;
}

div.postContent div.PhotoFive div {
    width: 33%;
}

/* post edit entry */
div.edPostEntry {
    margin: 20px auto auto;
    padding: 10px;
    border-radius: 16px;
    background: #1a1a1a;
    box-shadow: 0px 0px 4px 4px rgb(255 255 255 / 10%), 0px 4px 4px 0px rgb(255 255 255 / 9%);
}

div.edPostSearch {
    display: inline-block;
    margin: 5px auto 5px;
    padding: 5px 5px;
    border-radius: 16px;
    background: #1a1a1a;
    box-shadow: 0px 0px 4px 4px rgb(255 255 255 / 10%), 0px 4px 4px 0px rgb(255 255 255 / 9%);
    width: 85%;
}

div.edPostEntry div.postEditor {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
}

div.edPostEntry div.postOp {
    display: flex;
    justify-content: center;
    padding: 15px 10px 5px;
    border-top: #373740 solid 2px;
}


div.edPostEntry div.postOp img {

}

div.edPostEntry div.postEditor div.avatar {
    margin: 10px;
    flex: 1 2 50px;
}

div.edPostEntry div.postEditor div.avatar img {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: 2px solid rgba(255, 69, 44, 1);
    background-color: rgba(8, 13, 25, 1);
}
div.edPostEntry div.postEditor div.edPost {

    flex: 2 1 480px;
}

/*post edit modal*/

div.modelPostEditor div.postOp {
    border-top: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: #373740 solid 1px;
}

div.modelPostEditor div.modal-content {
    background-color: #1a1a1a;
    padding: 15px
}

div.modelPostEditor .close {
    color: #fff;
    opacity: 1
}

div.modelImportEditor div.postOp {
    border-top: none;
    display: flex;
    justify-content: center;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: #373740 solid 1px;
}

div.modelImportEditor div.modal-content {
    background-color: #1a1a1a;
    padding: 15px
}

div.modelImportEditor .close {
    color: #fff;
    opacity: 1
}

h5.modal-title {
    text-align: center;
    color: #fff;
}

textarea.postTxEdit {
    width: 100%;
    background-color: #1a1a1a;
    border: none;
    resize: none;
}

div.modelPostEditor div.photolist {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
}

div.modelPostEditor div.modal-body {
    overflow: auto;
    max-height: 65vh;
}

div.modelPostEditor div.stSelImg {
    display: block;
    position: relative;
    width: 100%;
    /*height: 100%;*/
    margin: 10px auto;
}

div.modelPostEditor div.stSelImg i {
    position: absolute;
    top: 0px;
    right: 0px;
}

div.modelPostEditor div.stSelImg img {
    width: 100%;
    height: 100%;
}

.btn-primary {
    color: #fff;
    border-radius: 25px;
    margin: auto;
    width: fit-content;
    background-color: #FF452C;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    color: #fff;
    background-color: #E53E27 !important;
}

.modal-footer {

    border-top: #373740 solid 1px !important;
}

.modal-header {
    padding: 15px !important;
    border-bottom: #373740 solid 1px !important;
}

div#content_search_list div.thumbnail {
    background-color: #1a1a1a;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    flex: 0 0 9.4vw;
    /*cursor: pointer;*/
}

div.stGrpUser .avatar img{
    width: 8vw;
    height: 8vw;
    border-radius: 100%;
    border: solid 2px rgba(8, 13, 25, 1);
    background-color: rgba(8, 13, 25, 1);
}

div.stGrpTrack .track img{
    width: 100%;
}


div.SearchGrpFoot{
    text-align: end;
}


div.SearchGrpFoot:hover{
    color: rgba(255, 69, 44, 1);
    cursor: pointer;
}

div#content_search_list div.postInfo,
div#content_search_list div.postContent,
div#content_search_list a.lnSessDetail,
div#content_search_list p.lnSessDetail,
div#content_search_list div.postSocialStat
{
    width: 100%;
}

div#content_search_list p.lnSessDetail {
    cursor: default;
}

img.grpSpinner {
    width: 55px;
    display: inline-block;
}

div.grpMore {
    display: inline-block;
}
