.container_displayfeed{
    padding: 30px 30px;
}
.container_posts{
    width: 100%;
    padding: 10px 0px 30px 15px;
}

.container_posts ul li{
    list-style: none;
    display: block;
    margin-top: .9rem;
}
.buttons_resort{
    display:flex;
    margin-top: .9rem;
}
.btn_resort{
    width: 100%;
    margin: 0px 15px;
    border-radius: 8px;
    box-shadow: 0 .3rem .7rem rgba(45, 34, 45,.3);
    transition: all .2s;
    border: 1px solid #C0C7C8;/*9*/
    background-color: #D9DEDE;/*10*/
}
.btn_resort:focus{
    outline:none;
}
.btn_resort:hover, .btn_resort.active{
    box-shadow: 0 .7rem 1.3rem rgba(45, 34, 45,.5);
    border: 1px solid #8F959C;/*7*/
    background-color: #A8AEB2;/*8*/
}
.btn-outline-primary{
    color:#4187F6 !important;
    border-color:#4187F6 !important;
}
.btn-outline-primary:hover, .btn-outline-primary.active{
    color:#ffff !important;
    background-color:#4187F6 !important;
}
.btn-outline-dark{
    color:#474559 !important;
    border-color:#474559 !important;
}
.btn-outline-dark:hover, .btn-outline-dark.active{
    color:#ffff !important;
    background-color:#474559 !important;
}
.post{
    display: flex;
}
.post > *{
    transition: all 0.2s ease-out;
}

.post .post_card{
    position: relative;
    display: flex;
    border-radius: 7px;
    transition: all cubic-bezier(0.075, 0.82, 0.165, 1);
    width: 100%;
}

.post .post_card.database{
    /*background-color: rgba(212, 175, 55,0.21);*/
    box-shadow: 0 20px 50px rgb(50 44 189 / 30%);
    background-color: rgba(50, 44, 189,0.10);
    border: 1px solid grey;
}
.post .post_card.database i{
    position: absolute;
    top: 25px;
    left: -15px;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    border-bottom-left-radius: 0;
    background: #4187F6;
    padding: 12px;
    padding-left: 36px;
    color:#ffff;
}
.post .post_card.database i::before{
    content: '';
    position:absolute;
    top: 50px;
    left: 0;
    width: 15px;
    height: 30px;
    background: #3D76ED;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 2;

}
.post .post_card.database i::after{
    content: '';
    position:absolute;
    top: 34px;
    left: 0;
    width: 15px;
    height: 40px;
    background: #4187F6;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    z-index: 1;
}
.post.minimum .post_card.database i{
    display:none;
}
/*.post.medium*/
.post_card{
    flex-direction: column;
}

.post.minimum .post_card p{
    margin: 0;
    color: #ffff !important;
}

.post.minimum .post_card button{
    color: #ffff !important;
}

.post_right{
    padding: 15px;
    width:100%;
}

.minimum .post_right{
    padding: 5px 10px;
    display: flex;
}

.minimum .post_right div{
    margin-left: 8px;
}

.post_header{
    display: flex;
}
.post_card.database .post_header{
    margin-left: 150px;
}

.img_profile{
    width: 60px;
    height: 60px;
    height: auto;
    margin: 5px 10px;
    padding-top: 5px;
}

.img_profile img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.minimum .img_profile{
    display: none;
}

.post_information{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}
.information_left{
    display: block;
    width:  inherit;
}

.information_right{
    width: 30px;
    height: fit-content;
    text-align: center;
    cursor: pointer;
    position: relative;
    display: flex;
}

.icon_show_buttons_div:hover .dropdown-content1{
    display:block;
}

.minimum .information_right{
    display: none;
}

.post_owner p{
    font-size: 2.8rem;
    width: fit-content;
    cursor: pointer;
}
.post_owner p a{
    color: black;
}
.minimum .post_owner p{
    font-size: 1.5rem;
    color: white;
}
.minimum .post_owner p a{
    color: white;
}

.information_down{
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.9rem;
    align-items: center;
}
.information_down p{
    font-size: inherit;
    margin-bottom: 0;
}
.minimum .information_down{
    font-size: 1rem;
}
.information_down .post_num{
    color:rgb(136 136 136);
    border:1px solid transparent;
    background-color: transparent;
}




.post_content{
    display: block;
    margin-top: 15px;
    font-size: 20px;
    position:relative;
}

.minimum .post_content{
    margin-top: 0;
    align-self: center;
}

.post_title{
    display: flex;
    justify-content: space-between;
}
.post_title_text a{
    color:  #757575;
}
.post_title_text a:hover{
    color:  black;
}
.post_title div{
    display:flex;
}
.post_title p{
    font-size: 1.8em;
}
.post_title p span.post_title_forum{
    font-size: 0.6em;
}
.minimum .post_title p{
    font-size: 1.2em;
}
.icons_verif{
    align-self: center;
    margin-left: 10px;
}
.icon_verify{
    color: green;
    cursor: pointer;
}
.icon_pined{
    color: red;
}
.minimum .icons_verif{
    display:none;
}

.post_title button{
    font-size: .9rem;
    height: fit-content;
    place-self: center;
}

.read_more{
    display: none;
    position: absolute;
    right: 12px;
    bottom: 7px;
    font-size: 15px;
    transition: all .3s;
    cursor: pointer;
}
.post.minimum .read_more{
    display:none;
}
.show_more_not_hidden{
    display: block;
}
.read_more:hover{
    color: #322CBD;
}
.read_more.active{
    color: #4187F6;
}

.post_tags{
    display:flex;
}
.tag {
  background: #D9DEDE;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #D9DEDE;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
}

.tag:hover {
  background-color: #58B5FA;
  color: white;
}

.tag:hover::after {
   border-left-color: #58B5FA;
}
.post_question{
    padding: 10px;
    border-radius: 10px;
    position: relative;
    background-color: #f5f5f5;
}
.database .post_question {
  background-color: #f5f5f580;
}
.post_question p{
    color: grey;
    /*cursor: pointer;*/
    height: 40px;
    overflow: hidden;
    transition: all .2s;
    font-size: 1.2em;

}
.iframe_images{
    border: none;
    height: 100%;
    width: 100%;
}
.iframe_images_div{
    height: 230px;
    margin-bottom: 60px;}
.minimum .post_question,.minimum .post_title button{
    display: none;
}
.minimum .post_title_text a{
    color:  #ffff;
}
.minimum .post_title_text a:hover{
    color:  black;
}
.medium .post_question p{
    height: 40px;
    /*width: fit-content;*/
}

.medium  .post_question p:hover{
    /*height: 50px;*/
}

.large .post_question p{
    height: 100%;
}

.large .post_question p:hover{
    height: 95%;
}
.post_extra_information{
    max-height: 0;
    display: flex;
    overflow: hidden;
    transition: max-height 0.2s ease-out, margin-top 0.2s ease-out;
    justify-content: space-between;
    margin-bottom: 1px;
    margin-top: 10px;
}
.post_extra_information > *{
    transition: all 0.2s ease-out;
}
.minimum .post_extra_information{
    display: none;
}
.post_aditional_info{
    display: flex;
}
.post_aditional_info div{
    padding: 0px 5px;
}
.post_extra_information li p:hover{
    border-bottom: 1px solid #58B5FA;
}
.extra_info_label{
    margin-bottom: 0;
    cursor: pointer;
}
.extra_info_label.active{
    color:#58B5FA;
    border-bottom: 1px solid #58B5FA;
}
.extra_info_label:hover{
    color:#3653DA;
    border-bottom: 1px solid #3653DA;
}
.extra_info_label .extra_info_label_icon ion-icon{
    transform: rotate(0deg);
    transition: all .2s;
}
.extra_info_label.active .extra_info_label_icon ion-icon{
    transform: rotate(90deg);
}
.extra_info_list{
    display: flex;
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    padding-left: 5px;
    /*margin-left: 5px;*/
    /*transition: max-height 0.2s ease-out;*/
    border-left: 1px solid #58B5FA;
}
.advance_search_list{
    display: flex;
    /* position: absolute; */
    flex-direction: column;
    max-height: 0;
    overflow: hidden;
    padding-left: 5px;
    transition: all .5s ease;
    /*margin-left: 5px;*/
    /*transition: max-height 0.2s ease-out;*/
    /* border-left: 1px solid #58B5FA; */
}
.advance_search_label{
    margin-bottom: 0;
    cursor: pointer;
}
.advance_search_label.active{
    color:#58B5FA;
    /* border-bottom: 1px solid #58B5FA; */
}
.advance_search_label:hover{
    color:#3653DA;
    /* border-bottom: 1px solid #3653DA; */
}
.advance_search_label .advance_search_label_icon ion-icon{
    transform: rotate(0deg);
    transition: all .2s;
}
.advance_search_label.active .advance_search_label_icon ion-icon{
    transform: rotate(90deg);
}


.post_files .extra_info_list{
    min-width: max-content;
}
.extra_info_list p{
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}
.post_footer{
    display: flex;
    border-top: 1px solid black;
    margin-top: 30px;
    padding-top: 10px;
    justify-content: space-between;
}

.minimum .post_footer{
    border-top: none;
    margin-top: 0;
    padding-top: 0;
    align-items: center;
}

.footer_left{
    display: flex;
}
.post_votes{
    margin-right: 10px;
}

.num_votes.neutro{
    color: grey;
}

.num_votes.positive{
    color: #4187f6;
}

.num_votes.negative{
    color: #474559;
}

.minimum .num_votes{
    color: white !important;
}

.minimum .num_comments span{
    display:none;
}

.num_comments.no_comments .span_num_comments{
    display:none;
}

.vote_up, .vote_down{
    display: none;
    position: absolute;
    left: 25%;
    font-size: 3rem;
    color:grey;
}
.post_votes:hover .vote_up, .post_votes:hover .vote_down{
    display: flex;
}
.post_votes:hover .vote_up.owner, .post_votes:hover .vote_down.owner{
    display: none;
}
.minimum .post_votes:hover .vote_up,.minimum .post_votes:hover .vote_down{
    display: none;
}
.vote_up{
    top: -80%;
}
.vote_down{
    bottom: -50%;
}
.vote_up:hover, .vote_up.voted{
    color: #4187f6;
}
.vote_down:hover, .vote_down.voted{
    color: #474559;
}

.post_votes, .post_comments{
    cursor: pointer;
    display: flex;
    position: relative;
}

.post_comments .no_comments{
    cursor:no-drop;
}

.post_comments.show_comments > *{
    color: #4187f6;
}

.post_comments:hover > *{
    color: #265092;
}
.post_comments span{
    margin-right: 2px;
}
.post_comments span ion-icon{
    transition: transform .2s;
}

.post_comments.show_comments span ion-icon{
    transform: rotate(90deg);
}
.icon_show_buttons.dropdown-toggle:after{
    display:none;
}
.post_buttons{
    display: block;
}

.minimum .post_buttons{
    display: none;
    align-self: center;
}

.post_hide{
    margin-right: 10px;
}

.img_post{
    width: 380px;
    height: auto;
    align-self: center;
    padding: 5px 10px;
    text-align: center;
    margin: auto;
}
.img_post_uploaded{
    display: flex;
    flex-wrap: wrap;
}
.image_post_uploaded{
    width: 30%;
    height: fit-content;
    border-radius: 10px;
    border: 1px solid grey;
    margin: 10px;
    cursor: pointer;
    transition: transform .2s,opacity .2s;
}
.image_post_uploaded:hover{
    opacity: 0.7;
    transform: scale(1.05);
}
.minimum .img_post_uploaded{
    display: none;
}

.minimum .img_post{
    display: none;
}

.img_post img{
    height: auto;
    transition: transform .2s,opacity .2s;
    cursor: pointer;
    margin: 0 auto;
    border: 1px solid #d4d4d4;
}

.img-zoom-container {
  position: relative;
}

.img-zoom-lens {
  position: absolute;
  border: 1px solid #d4d4d4;
  /*set the size of the lens:*/
  width: 40px;
  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;
  /*set the size of the result div:*/
  width: 300px;
  height: 300px;
}
.medium .img_post img{
    /*width: 370px;*/
    width: 100%;
}
.large .img_post{
    width: 380px;
    margin: auto;
}
.large .img_post img{
    width: 380px;
}

.img_post img:hover{
    opacity: 0.7;
    transform: scale(1.05);
}

.minimum .post_card{
    background-color: #767A86 !important; /*8*/
    color: white;
    cursor: pointer;
    transition: all .2s;
}

.minimum .post_card:hover{
    transform: scale(1.03);
}

/*.list_comments{
    padding: 10px 10px;
}*/

.show_more p{
    margin-bottom: 0;
}
.show_more:hover p, .show_more.btn-danger p{
    color: #ffff!important;
}
.add_comment{
    padding: 0px 15px;
}
.rotate_infinite{
    width: 100%;
    height: 100%;
    font-size: 60px;
    text-align: center;
    animation: rotating 1s linear infinite;
}
.rotate_infinite_small{
    font-size: 30px;
    /*text-align: center;*/
    animation: rotating 1s linear infinite;
    display: flex;
    position: absolute;
    top: -13px;
}
.rotate_infinite_small2{
    font-size: 30px;
    /*text-align: center;*/
    animation: rotating 1s linear infinite;
}
@keyframes rotating {
  from {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.share_items{
    display: flex;
    margin: 15px 0px;
    justify-content: center;
}
.share_item{
    display:block;
    border: 1px solid;
    padding: 10px;
    border-radius: 40px;
    margin: 5px;
    cursor: pointer;
    transition: all .2s;
}
.share_item:hover{
    background-color: #D9DEDE;
    box-shadow: 5px 5px 10px grey;
}
.share_item p{
    font-size: 25px;
}
.icon_share{
    font-size: 35px;
}
.button_copy{
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}
.icon_copy ion-icon{
    position: relative;
    top: 7px;
    width: 30px;
}
.main_label{
    font-size: 27px;
    color: #525252;
}
.main_label .s-description{
    margin: 0;
    font-size: .8rem;
}
.more_comments{
    padding: 15px;
    font-size: 25px;
    background-color: #3653DA;
    color: #ffff;
    border-radius: 20px;
    text-align: center;
    cursor: pointer;
    margin: 10px 30px;
    transition: all .3s;
}
.more_comments:hover{
    background-color: #322CBD;
    box-shadow: 6px 6px 17px #474559;
}

.img_modal_list{
    width: 100%;
}
.img_listed{
    width: 25%;
    cursor: pointer;
    transition: all .3s;
}
.img_listed:hover{
    transform: scale(1.1);
}
.img_showing{
    position: relative;


}

.icon_row_div{
    position: absolute;
    top: 50%;
    padding: 30px;
    border-radius: 30px;
    background-color: rgba(0,0,0,.2);
    color: white;
    font-size: 30px;
    transition: all .3s;
    text-align: center;
    cursor: pointer;
}
.icon_row_div:hover{
    background-color: rgba(0,0,0,.5);
}
.icon_row_div.right_i{
    right: 0;
}
.img-magnifier-glass {
  position: absolute;
  border: 3px solid #000;
  border-radius: 50%;
  cursor: none;
  /*Set the size of the magnifier glass:*/
  width: 100px;
  height: 100px;
}
.copied_text{
    position: absolute;
    width: max-content;
    left: -100%;
    padding: 7px;
    background-color: #fff;
    margin: 0;
    border-radius: 5px;
    color: #fff;
    transition: all .3s;

}
.copied_text_move{
    transition: all .3s;
    background-color: grey;

}
