.feed#feed-content .container {
    padding: 0!important;
}

body {
    background-color: #F4F4F4!important
}

.post-image {
    height: auto;
    min-height: 150;
    width: 100%;
    /*background-color: #fff;*/
    /*background-image: url('../../img/padrao/girl.jpg');*/
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 10px;
}
.description .followProfile{
    padding: 5px 10px;
    background-color: #eaeaea;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    font-size: 11pt;
    color: #7b3888;
    text-transform: uppercase;
    font-family: 'gilroy';
    margin-left: 5px;
    cursor: pointer;
}
.post-image img{
    width: 100%;
}

.ads{
    background-image: url('../../img/padrao/logo.png')!important;
    background-size: 75%!important;
}

.load-more{
    margin-bottom: 60px;
}

.post .live {
    height: 320px;
    width: 100%;
    background-color: #1f1f1f79;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

.post .blur {
    position: relative;
}

.post .blur .title {
    position: absolute;
    height: 320px;
    z-index: 99;
    color: #fff;
}

.post .name {
    /*background-color: #fff;*/
    /*margin: 0px 50px -15px 50px;*/
    z-index: 999;
    position: relative;
    border-radius: 20px;
    height: 30px;
    /*text-align: center;*/
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #84458f;
}

.post video {
    width: 100%;
    background-color: #84458f;
    min-height: 150px;
    margin-top: 7px;
}

.feed#feed-content .post .rounded-circle.profile {
    border: 3px solid #fff;
    height: 45px;
    width: 45px;
    background-color: #92328b;
    background-image: url('../../img/padrao/girl.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -10px;
    left: 18px;
}

.feed#feed-content .post .profile-name {
    color: #84458f;
    margin-left: 70px;
    margin-top: -5px;
}

.feed#feed-content .description .content {
    font-size: 14px;
    /*background: #fff;*/
    margin: -20px 15px 0 15px;
    width: auto;
    padding: 10px;
    border-radius: 15px;
    z-index: 999;
    position: relative;
}

.feed#feed-content .description .content .see-more {
    color: #ac1c7f;
    cursor: pointer;
}

.feed#feed-content .description .content .see-more:hover {
    color: #8d1768;
    cursor: pointer;
}

.feed#feed-content .description .content p.less {
    text-overflow: unset;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow-y: hidden;
    margin-bottom: 10px;
    color: #84458f;
}

.feed#feed-content .description .content p.all {
    color: #84458f;
}

.feed#feed-content .description .content img {
    /*height: 15px;*/
    margin: 0 5px 0 0;
}

.feed#feed-content .description .content .d-flex {
    justify-content: center;
    align-items: center;
}

.feed#feed-content .post .d-flex {
    justify-content: center;
    align-items: center;
}

.feed#feed-content .description .content .d-flex .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #84458f;
    font-size: 14px;
}

.feed#feed-content .comentary .btn img {
    height: 20px;
    margin: 0 5px 0 0;
}

.feed#feed-content .comentary {
    margin: 5px 40px;
    background-color: #fff;
    border-radius: 0px 0px 15px 15px;
}

.feed#feed-content .comentary .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #84458f;
    font-size: 12px;
}

.feed#feed-content .date {
    font-size: 10px;
}

.d-sm-none {
    display: none;
}

::-webkit-scrollbar{
    width: 3px;
}
::-webkit-scrollbar-thumb {
    background-color: #a7a7a7;
}
::-webkit-scrollbar-thumb:hover {
    background: #c1c1c1;
}

.div-live-pulse::before {
    content: "";
    position: absolute;
    border-radius: 0.3rem!important;
    border: 4px solid #dc3545!important;
    width: 70%;
    height: 17%;
    padding: 0.5rem;
    left: 15%;
    top: 40%;
}

.div-live-pulse::before {
    z-index: 0;
    animation: 1s pulse infinite linear;
    margin: 0px 0px 0px 0px;
}

.div-blur{
    backdrop-filter: blur(10px);
}

.live-text{
    z-index: 2;
}

@keyframes pulse {
	0% { opacity: 0; transform: scale(0.9); }
	50% { opacity: 1.5; }
	100% { opacity: 0; transform: scale(1.5); }
}

@media(min-width:321px) {
    .post video {
        min-height: 150;
    }
    .post-image {
        min-height: 150;
    }
    .post .live {
        min-height: 150;
    }
    .post .blur .title {
        min-height: 150;
    }
}

@media(min-width:376px) {
    .post video {
        min-height: 150;
    }
    .post .live {
        min-height: 150;
    }
    .post-image {
        min-height: 150;
        width: 100%;
    }
    .post .blur .title {
        min-height: 150;
    }
}

@media(min-width:426px) {
    .postage {
        align-items: center;
        justify-content: center;
        display: flex;
    }
    .contain {
        width: 425px;
    }
}

@media(min-width:576px) {}

@media(min-width:768px) {
    .feed#feed-content {
        margin-top: 40px;
        padding-top: 40px;
    }
    .feed#feed-content .d-sm-none {
        display: block!important;
        padding: 0px 0px 0 15px;
        position: fixed;
        right: 20px;
        height: 100%;
    }
    .feed#feed-content .myprofile .profile {
        height: 50px;
        width: 50px;
        border: 3px solid #fff;
        background-color: #92328b;
        background-image: url('../../img/padrao/girl.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
    .feed#feed-content .myprofile {
        display: flex;
        align-items: center;
        justify-content: left;
    }
    .feed#feed-content .myprofile .gilroy {
        color: #92328b;
    }
    .border-bottom {
        border-bottom: 1px solid #99186e40!important;
    }
    .box-message {
        border-radius: 25px;
        background-color: #ffff;
        height: 50px;
        padding: 3px 10px 3px 3px;
        margin: 10px 0;
        display: flex;
        align-items: center;
        cursor: pointer;
    }
    .box-message .profile-message {
        border-radius: 25px;
        background-color: #ffff;
        height: 45px;
        margin: 0 5px 0 0;
        width: 45px;
        flex: none;
        background-image: url(../../img/padrao/girl.jpg);
        background-position: center;
        background-size: cover;
    }
    .box-message h6 {
        font-size: 14px;
        margin: 0;
        color: #7b3888;
    }
    .box-message p {
        font-family: 'gilroy', 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
        text-overflow: unset;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow-y: hidden;
        font-size: 12px;
        color: #767676;
    }
    .feed#feed-content .messages .profile {
        height: 20px;
        width: 100px;
        border: 2px solid #fff;
        background-color: #92328b;
        background-image: url('../../img/padrao/girl.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:1200px) {
    .feed#feed-content .d-sm-none {
        display: block!important;
        padding: 0px 0px 0 15px;
        position: fixed;
        right: 120px;
        top: 30px;
    }
    .feed#feed-content .messages .profile {
        height: 20px;
        width: 70px;
        border: 2px solid #fff;
        background-color: #92328b;
        background-image: url('../../img/padrao/girl.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:1440px) {
    .feed#feed-content .d-sm-none {
        display: block!important;
        padding: 0px 0px 0 15px;
        position: fixed;
        right: 120px;
    }
    .feed#feed-content .messages .profile {
        height: 20px;
        width: 70px;
        border: 2px solid #fff;
        background-color: #92328b;
        background-image: url('../../img/padrao/girl.jpg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}