.myprofile#myprofile-content{
    background: linear-gradient(0deg, #b01b7f 20%, #7b3888 80%);
    background: -moz-linear-gradient(180deg, #b01b7f 20%, #7b3888 80%);
    background: -o-linear-gradient(180deg, #b01b7f 20%, #7b3888 80%);
    background: -webkit-linear-gradient(270deg, #b01b7f 20%, #7b3888 80%);
    min-height: 100vh;
    width: 100%;
}

.myprofile#myprofile-content .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    width: 100%;
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}
/* foto da pessoa */
.myprofile#myprofile-content .profile-div{
    position: absolute;
    height: 20px;
    width: 100%;
    left: 0;
    top: 10px;
    display: flex;
    justify-content: center;
}
.myprofile#myprofile-content .profile.rounded-circle{
    border: 3px solid #fff;
    height: 150px;
    width: 150px;
    background-color: #92328b;
    background-image: url('../../img/padrao/girl.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display:block
}
.myprofile#myprofile-content .box-infos{
    padding: 80px 0 60px 0;
}

/* div que contem todos as informações */
.myprofile#myprofile-content .infos{
    background-color: #fff;
    border-radius: 25px;
    min-height: 75vh;
    padding: 5px 9px;
}

/* Número de seguidores e numero de pessoas que estou seguindo */
.myprofile#myprofile-content .infos .col-6.left{
    justify-content: start;
    padding: 25px 0 25px 10px;    
    text-align: center;
    display: flex;
    font-size: 10pt;
    color: #b01b7f;
}
.myprofile#myprofile-content .infos .col-6.right{
    justify-content: flex-end;
    padding: 25px 20px 25px 0;
    display: flex;
    text-align: center;
    font-size: 10pt;
    color: #b01b7f;
}

/* Nome e botõs de msg, configurações e da live */
.myprofile#myprofile-content .infos .infos-column{
    /*display: flex;*/
    align-items: center;
    justify-content: center;
}

.myprofile#myprofile-content .infos .infos-column .icons {
    align-items: center;
    justify-content: center;
}

.myprofile#myprofile-content .infos .infos-column p{
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'gilroy','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    font-size: 9pt;
    color: #7b3888;
}
.myprofile#myprofile-content .infos .infos-column p b{
    color: #b01b7f;
}
.myprofile#myprofile-content .infos .infos-column .name{
    background-color: #eaeaea;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    letter-spacing: 1px;
    width: auto;
    max-width: 75%;
    margin: 0 auto;
}
.myprofile#myprofile-content .infos .infos-column .camera{
    height: 40px!important;
    width: 40px!important;
    background-color: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    padding: 0;
    background-image: url(../../img/icones/camera.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 55%;
    margin-left: 5px;
    cursor: pointer;
    z-index: 2;
}
.myprofile#myprofile-content .infos .infos-column .followProfile{
    padding: 5px;
    background-color: #eaeaea;
    border-radius: 25px;
    box-shadow: 0 3px 5px #00000073;
    font-size: 9pt;
    color: #7b3888;
    text-transform: uppercase;
    font-family: 'gilroy';
    margin-left: 5px;
    cursor: pointer;
}
.myprofile#myprofile-content .infos .infos-column .dropdown{
    height: 40px;
    width: 40px;
    background-color: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/Line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53%;
    margin-left: 5px;
}
.myprofile#myprofile-content .infos .infos-column .shared{
    height: 40px;
    width: 40px;
    background-color: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/share.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    background-size: 46%;
    margin-left: 5px;
    cursor: pointer;
}
.myprofile#myprofile-content .infos .infos-column .gift{
    height: 40px;
    width: 40px;
    background-color: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 3px 5px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/giftbox.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 53%;
    float: right;
    margin-left: 5px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    font-size: 17pt;
}
.myprofile#myprofile-content .infos .infos-column .message{
    height: 40px!important;
    width: 40px!important;
    background-color: #eaeaea;
    border-radius: 50%;
    box-shadow: 0 3px 2px #00000073;
    padding: 5px 10px;
    background-image: url(../../img/icones/message.png);
    background-position: center;
    background-repeat: no-repeat;
    float: right;
    background-size: 53%;
    margin-left: 5px;
    cursor: pointer;
}

.myprofile#myprofile-content .dropdown-toggle::after {
    display:none;
}

.myprofile#myprofile-content .dropdown-menu {
    background-color:transparent;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
}
.myprofile#myprofile-content .infos .infos-column .name img{
    height: 16px;
}
.myprofile#myprofile-content .infos .infos-column .camera img,
.myprofile#myprofile-content .infos .infos-column .config img,
.myprofile#myprofile-content .infos .infos-column .message img{
    height: 10px;
}

.myprofile#myprofile-content .infos .mydescription{
    font-size: 8pt;
    font-family: 'gilroy','Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #767676;
}
.myprofile#myprofile-content .infos .row .col-4{
    padding: 0 2.5px!important;
    margin: 2.5px 0;
}
.myprofile#myprofile-content .infos .publications video{
    background-color: #b01b7f;
    width: 100%;
    height: 100%;
}
.myprofile#myprofile-content .infos .publications .photo{
    background-color: #b01b7f;
    width: 100%;
    height: 100%;
}

.myprofile#myprofile-content .btn-sponsorship{
    background-image: unset!important;
    color: #7f3687;
    display: flex;
    align-items: center;
}

.live_alert::before,
.live_alert::after {
    content: "";
    display: block;
    position: absolute;
    width: 40px;
	height: 40px;
	border-radius: 50%;
	border: 2px solid #7b3888;
    z-index: 1;
}

.live_alert::before {
    z-index: 0;
    animation: .5s pulse infinite linear;
    width: 40px;
    height: 40px;
    margin: 0px 0px 0px 0px;
}

.live_alert::after {
    z-index: 10;
    background: url(../../img/icones/camera.png) center center no-repeat #7b3888;
    background-size: 55%;
    background-color: transparent;
    background-position: center;
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 5px 10px;
}

@keyframes pulse {
	0% { opacity: 0; transform: scale(1); }
	50% { opacity: 1; }
	100% { opacity: 0; transform: scale(1.5); }
}

@media(min-width:768px){
    header{
        min-height: 50px;
    }
    .myprofile#myprofile-content .profile-div {
        position: absolute;
        height: 20px;
        width: 100%;
        left: 0;
        top: 60px;
        display: flex;
        justify-content: center;
    }
    .myprofile#myprofile-content .infos .col-6.right {
        justify-content: center;
    }
    .myprofile#myprofile-content .infos .col-6.left {
        justify-content: center;
    }
    .myprofile#myprofile-content .infos .row{
        padding: 0 20px!important;
    }
    .myprofile#myprofile-content .infos .infos-column p {
        font-size: 11pt;
    }
    .myprofile#myprofile-content .infos .infos-column .followProfile {
        
        font-size: 11pt;
    }
    .myprofile#myprofile-content .infos .infos-column .message {
        height: 30px;
        width: 30px;
    }
    .myprofile#myprofile-content .infos .col-6.right {
        font-size: 12pt;
    }
    .myprofile#myprofile-content .infos .col-6.left {
        font-size: 12pt;
    }
    .myprofile#myprofile-content .infos .mydescription {
        font-size: 9pt;
    }
}