/* POSTS */
#feed-posts .panel-body{
    padding: 10px;
}

#feed-posts .panel-footer{
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(145, 66, 66, 0.1) !important;
    background-color: #fafafa;
    z-index: 2;
    position: relative;
    border-top-color: #eee;
}

#feed-posts .social-profile{
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.post-img-upload {
    width: 24%;
    height: 120px;
    display: inline-block;
    margin: .5%;
    border: 1px solid #ddd;
    border-radius: 5px;
}

div#post-image-uploaded {
    margin: 0 -.5%;
}

.social-images .large, .social-images .small, .post-img-upload, .carousel-inner .large{
    background-size: contain;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
}

.social-images .large{
    height:400px;
    width: 100%;
    margin-bottom: 15px;
}

.social-images .small{
    height:150px;
    width: 32%;
    margin: 0 0.477%;
    display: inline-block;
    border: 1px solid #ddd;
    border-radius: 5px;
}

.comment-form{
    display: flex;
    width: 100%;
}

.comment-form .form-control{
    border-radius: 3px 0 0 3px;
}

.comment-form .send-comment{
    border-radius: 0 3px 3px 0;
    border-left: 0;
}

.post-create {
    z-index: 102;
    position: relative;
    box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}

.post-create textarea{
    height: 130px;
    padding: 10px;
}

.post-create .panel-footer-wrapper{
    max-height: 100%;
    overflow:visible;
}

.post-create textarea, .post-create .panel-footer-wrapper{
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -ms-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
}

.post-create.minimized textarea{
    height: 50px;
    padding: 14px 10px;
}
.post-create.minimized{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    z-index: 1;
}
.post-create.minimized .panel-footer-wrapper{
    height: 0;
    overflow: hidden;
}
.post-create.minimized .panel-heading{
    background: #fbfbfb;
    padding: 2px 10px;
}

.post-create.minimized ~ .post-create-overlay{
    display: none;
}

.post-create-overlay{
    position: fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color: rgba(0,0,0,0.6);
    z-index: 101;
}

.post-action-buttons{
    padding: 10px;
    background: #fff;
    align-items: center;
    /* margin: -12px -15px 10px; */
    border-top: 1px solid #ddd;
    margin-top: 10px;
}

.post-action-buttons i{
    margin-right: 7px;
}

.like-button{
    background-color:transparent !important;
    color:#204d74 !important;
}

.like-button.liked{
    background-color: #204d74 !important;
    color:#fff !important;
}

/* .post-inner .carousel{
    display: none;
} */

.post-inner.fixed {
    position: fixed;
    left: 0;
    top: 0;
    width: 90%;
    height: 70%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 105;
    overflow:hidden;
    display: flex;
}

.post-inner.fixed > .post-inner-scrollable > .panel-body{
    box-shadow: none !important;
}

.post-inner> .post-inner-scrollable > .panel-body{
    /* box-shadow: 6px 4px 5px 0px rgba(0,0,0,0.42) !important; */
    box-shadow: 0 2px 4px rgba(0,0,0,.16) !important;
}

.post-inner.fixed-parents {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 90%;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 105;
    overflow:hidden;
    display: flex;
}

.post-inner.fixed .carousel{
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-inner.fixed .carousel .carousel-control{
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 85px;
}

.post-inner.fixed .panel-body, .post-inner.fixed .panel-footer {
    padding-left: 60% !important;
}

.post-inner.fixed .carousel {
    position: absolute;
    left: 0;
    top: 0;
    width: 58%;
    height: 100%;
    padding: 0;
    border-right: 1px solid #eeee;
    background: #fff;
    z-index: 3;
}
.carousel-inner .large {
    position: relative;
    height: 670px;
}


.post-inner.fixed .panel-body{
    position: initial;
}

.post-inner.fixed .post-inner-scrollable{
    overflow: auto;
    position: relative;
    top: 0;
    /* height: 100%; */
    background: #fff;
}

.post-inner.fixed .post-inner-scrollable .social-comments{
    overflow-y: scroll !important;
    height: 450px !important;
}

.post-inner .post-inner-scrollable .social-comments{
    overflow: hidden !important;
    height: 100% !important;
}

.post-inner.fixed .post-inner-scrollable.removeBody{
    display: none;
}

.post-inner.fixed .social-images .large {
    height: 500px;
    margin-bottom: 10px;
}


.post-inner.fixed .social-images{
    display: none !important;
}

.post-inner.fixed .small-image-wrapper{
    margin: 0 -0.477%;
}

.post-inner .social-form{
    /* margin: -10px -15px; */
    padding: 10px;
    background: #f0f0f0;
}

.feed-posts-role{
    display: flex;
    align-items: flex-start;
}

.feed-posts-role > button{
    border-radius: 8px;
}

.white{
    background: #fff !important;
}

.social-content{
    padding: 15px 0px !important;
}

.carousel-control.left, .carousel-control.right {
    background-image:none !important;
    filter:none !important;
}

.hpanel.hlightblue .panel-body {
    border-top: 5px solid  rgba(28, 41, 56, 0.7) !important;
}
.hpanel.hgold .panel-body {
    border-top: 5px solid #FFDF00 !important;
}
.progress-bar-primary {
    background-color: #204D74;
}

/* .vueperslide--loading .vueperslide__content-wrapper {
    display: none !important;
  } */
.vueperslides__progress {
    background: #204D74 !important;
    color: #23B7CA !important;
}
.vueperslides__bullet .default{
    color: #204D74 !important;;
}
.vueperslides__bullet--active .default {
    color: #23B7CA !important;
}

.post-inner.fixed .gallery{
    display: none;
}
.post-inner .gallery {
    display: block;
}

.iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer-area {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-shrink: 10;
    background: #E9EBEE;
    padding: 10px;
    align-items: center;
    border-radius: 25px;
}
.text-box {
    flex-grow: 9;
    padding: 5px;
} 
.text-box:focus{
    outline: none;
}
.footer-area > ul{
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-area ul li{
    flex-grow: 1;
}
#btn-emoji-default {
    height: 20px !important;
    margin: 0 !important;
}
.emoji-list > span {
    font-size: 15px !important;
    cursor: pointer !important;
    border-radius: 15px !important;
}
.emoji-list > span > img {
    margin: 5px !important;
}
img.emoji {
    height: 2.5rem !important;
    width: 2.5rem !important;
    vertical-align: -0.5rem !important;
}
.el-upload__input{
    display: none !important;
}
.dropdown-menu li a{
    padding: 10px;
}
.dropdown-menu li a:hover{
    background: #204D74 !important;
    color: #fff !important;
}

@media screen and (min-width: 768px) {
    .modal-lg{
        width:900px;
    }
  
    .modal-sm{
        width:400px;
    }
}

.vue-back-to-top{
    border-radius: 25px !important;
    /* bottom: 20px !important;
    left: 50%;
    right: 0; */
}
.vue-back-to-top .default {
    background-color: rgba(28, 41, 56, 0.7) !important;
    border-radius: 3px !important;
    color: #ffffff !important;
    height: 40px !important;
    text-align: center !important;
    width: 160px !important;
    border-radius: 25px !important;
    line-height: 40px !important;
}

.vue-back-to-top .default:hover{
    background-color: rgba(28, 41, 56, 1) !important;
}