/*.modal .name {
    background-color: #fff;
    margin: 0 25px 3px 25px;
    border-radius: 20px 20px 0 0;
    text-align: center;
    font-family: 'gilroy';
    color: #b01b7f;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: 0;
    outline: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    display: none;
    width: 100%;
    height: 100%;
    overflow: scroll;
    outline: 0;
    background-color: #00000029;
}

.modal .post-image {
    background-image: url(../../img/padrao/girl.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.modal .footer {
    min-height: 15px;
    margin: 3px 25px 0 25px;
    background-color: #fff;
    border-radius: 0 0 20px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal .footer .btn-like img {
    height: 20px;
}

.modal .footer .btn-like {
    padding: 5px 0 0 0;
    height: fit-content;
}

.modal .footer .btn-view img {
    height: 18px;
}

.modal .footer .btn-view {
    padding: 5px 0 0 0;
    height: fit-content;
}

.modal .footer .btn-gift img {
    height: 18px;
}

.modal .footer .btn-gift {
    padding: 5px 0 0 0;
    height: fit-content;
}

.modal .btn-play {
    position: absolute;
    left: 0;
    width: 100%;
    margin-top: 27px;
    z-index: 999;
    align-items: center;
    display: flex;
    justify-content: center;
}

.modal .btn-play img {
    height: 100px;
    display: none;
}

.modal-dialog {
    max-width: 425px;
    margin: 1.75rem auto;
}

@media(max-width:425px) {
    .modal-dialog {
        position: relative;
        width: auto;
        margin: .5rem 0;
        pointer-events: none;
    }
}*/

body {
    background-color: #fff;
}

.post .name {
    /*box-shadow: 0 -1px 3px #ddd;*/
}

#mediasource {
    display: none;
}

.mediasource {
    background-color: black!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1050;
    position: fixed;
    top: 0;
}

.visual-web{   
    align-items: center;
    background-color: #efefef;    
    display: none;
    height: 100vh;    
    justify-content: center;    
    position: fixed;
    width: 100vw;   
    z-index: 1050;
}

.mediasource .plus-div .close-media {
    border: 3px solid #fff;
    height: 45px;
    width: 45px;
    background-color: #92328b;
    background-image: url('../../img/icones/close.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 49%;
    position: fixed;
    z-index: 1050;
    bottom: 15px;
    left: 15px;
}

.mediasource .plus-div .next-media {
    border: 3px solid #fff;
    height: 45px;
    width: 45px;
    background-color: #92328b;
    background-image: url('../../img/icones/next.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 65%;
    position: fixed;
    z-index: 1050;
    bottom: 15px;
    right: 15px;
}

.media-post {
    display: block;
    z-index: 1050;
    height: 100%;
    width: 100%;
    position: fixed;
    background: #eaeaea;
    display: none;
}

.media-post .form-group textarea {
    border-radius: 20px;
    border: none;
    margin: 0;
    resize: none;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif!important;
    font-size: 16px;
}

.media-post .gradient-post {
    display: flex;
    justify-content: center;
    width: 150px;
}

.media-post .btn-gradient {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
}

.media-post .header-post-mobile {
    align-items: center;
    display: flex;
    height: 35px;
    justify-content: space-between;
    margin: 10px;
    width: 100%;
}

.media-post .header-post-mobile p {
    display: none;
    color: #7e3b8a;
    cursor: pointer;
    text-decoration: underline;
}

.media-post .post-page{
    margin-top: 50px;
}

.media-post .post-box{
    display: flex;
    justify-content: center;
}

.media-post .post-image {
    height: 50vh;
    width: 85%;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
}

.media-post .description {
    margin-top: 5px;
}

@media(min-width:768px) {
    .mediasource{
        width: 500px;
        height: 500px;
    }
    .mediasource #videoid{
        width: 400px;
        height: 400px;
    }

    .media-post .header-post-mobile {
        margin: 20px 50px;
    }
    .media-post .header-post-mobile .btn-back{
        display: none;
    }
    .media-post .header-post-mobile p{
        display: block;
    }
    .media-post .post-image {
        height: 325px;
        width: 325px;
    }
    .media-post #post-video {
        height: 270px;
        width: 100%;
    }
    .media-post .description {
        margin-top: 20px;
    }
    .media-post-content #description-post {
        margin: 30px 0;
    }
    .media-post .post-box {
        display: flex;
        justify-content: flex-start;
    }
}