html,
body {
}
.description {
    align-self:center;
    overflow: hidden;
    text-overflow:clip;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    -webkit-box-orient: vertical;
    max-width: 42ch;
     
}
.profilebar {
    padding: 0px;
}
.desc {
    text-align:left;
}
.UploadIcon {
    background-color: #007bff;
    width: 40px;
    height: 40px;
    display: flex;
    border-radius: 5px;
}
    .UploadIcon a {
        color: white;
        margin-right: 5px;
        
    }
.mycontainer {
    max-width: 100%;
    margin: auto;
    padding: 0 !important;
    width: 90%;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.10);
}
i {
   margin:4px;

}
header {
    background: #eee;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-color: none;
}

    header img {
        width: 100%;
        height: 150px;
    }

    header i {
        position: relative;
        cursor: pointer;
        right: -96%;
        top: -25px;
        font-size: 18px !important;
        color: black;
    }

.link-space {
    margin-left: 20px;
    margin-right: 20px;
    text-align: center;
    justify-content: center;
}

.header-align {
    position: relative;
    margin-top: -22px;
}

.required:after {
    content: " *";
    color: red;
}

@media (max-width:800px) {
    header {
        height: 150px;
    }

        header i {
            right: -90%;
        }
}
.profile-del {
    display: flex;
    justify-content: center;
}
.mainbody {
    padding: 20px 10px 0px 10px;
}

@media only screen and (min-device-width: 960px) {
    .photo-left {
        padding-bottom: 50px;
        margin-top: 151px;
    }
}

.left {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #54BAB9;
    height: 440px;
    border-radius: 30px;
    z-index: 00;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
    margin-top: 75px;
    color: #F7ECDE;
}

.photo-upload {
    width: 30px;
    height: 30px;
    margin-top: -45px;
    margin-bottom: 15px;
    padding-left: 108px;
    background-color: transparent;
}

    .photo-upload a {
        color: black !important;
    }
.name-con {
    display:flex;
    align-content:space-between;
    
}
.photo {
    background-color: transparent;
    text-align: center;
    margin-right:20px;
    margin-left:-3rem;
}

    .photo img {
        width: 120px;
        height: 120px;
        border-radius: 100px;

        border: 4px solid black;
    }

.statss {
    display:flex;
    color: black;
}

}

/*@media(max-width:1205px) and (min-width:992px)
{
    .photo img{
        margin-top:-80px;
    }
}*/
@media(max-width:576px){

    .name-con {
        flex-direction:column;
        }
    
}
@media(max-width:450px) {
    .name-del {
        max-width:200px;
        margin-top:35px;
    }
    .statss {
        margin-left:-25%;
    }
    .name-del h1 {
        font-size: 25px;
    }
  
}
.name-con {
    margin-left: 4px;
    display: flex;
    flex-direction: row;
}

@media (max-width:990px) {
    .active {
        right: calc(50% - 60px);
        top: 50px;
    }
    

}


.name {
    margin-top: -9rem;
    font-family: "Open Sans";
    font-weight: 600;
    font-size: 25pt;
    color: #FAEEE7;
}

.info {
    margin-top: -5px;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15pt;
    color: black;
}

.statss {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
}

.stat {
    padding-right: 20px;
    padding-left: 12px;
}

.number-stat {
    padding: 0px;
    font-size: 14pt;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: black;
}

.desc-stat {
    margin-top: -15px;
    font-size: 10pt;
   
}

.userdesc {
    text-align: center;
    margin-top: 25px;
    margin: 25px 40px;
    color: #424949;
    font-size: 12pt;
    font-family: "Open Sans";
    padding-bottom: 25px;
    border-bottom: 1px solid #ededed;
}

.social {
    margin: 5px 0 12px 0;
    text-align: center;
    display: inline-block;
    font-size: 20pt;
}

    .social i {
        color: black;
    }

.right {
    padding: 10px 5px 0 25px !important;
}

@media (max-width:990px) {
    .right {
        padding: 0px 0px 0 0px !important;
    }
}

.inforight {
    padding: 0 25px 0px 25px !important;
}

.mynav {
    display: inline-flex;
    list-style: none;
}

    .mynav li {
        margin: 40px 30px 0 10px;
        cursor: pointer;
        font-size: 15pt;
        text-transform: uppercase;
        font-family: "Open Sans";
        font-weight: 600;
        color: rgb(120, 49, 235);
    }

        .mynav li:hover,
        .mynav li:nth-child(1) {
            color: rgb(231, 62, 40);
            border-bottom: 2px solid rgb(250, 85, 9);
        }

.myheading {
    margin: 15px 8px 5px 25px;
    font-size: 15pt;
    text-transform: uppercase;
    font-family: "Open Sans";
    font-weight: 600;
    color: rgb(245, 106, 51);
}

.gallery {
    /* margin-top: 35px; 
         padding-left: 30px;
    padding-top: 20PX; */
    justify-content: center;
    text-align: center;
}

.detailinfo {
    padding-left: 30px;
    padding-top: 20PX;
    margin-left: 10px !important;
    justify-content: center;
    background: #fff;
    border-radius: 30px;
    z-index: 00;
    box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
}


/* .gallery div {
    margin-bottom: 30px;
} */

.videoinfo {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.10), 0 3px 6px rgba(0, 0, 0, 0.10);
    width: auto;
    height: auto;
    cursor: pointer;
    max-width: 100%;
    border-radius: 30px;
    margin-bottom: 20px;
    z-index: 00;
}

.gallery video {
    width: auto;
    height: auto;
    cursor: pointer;
    max-width: 100%;
    padding: 10px;
}

@media (max-width:990px) {
    /* .mynav {
        display: none;
    } */
    .follow {
        /*width: 50%;*/
        margin-left: 25%;
        display: block;
        position: absolute;
        text-align: center;
    }

    .completeprofile {
        /*width: 50%;*/
        margin-left: 25%;
        display: block;
        position: absolute;
        text-align: center;
    }

    .upload {
        /*width: 50%;*/
        margin-left: 25%;
        display: block;
        position: absolute;
        text-align: center;
    }

    .gallery {
        padding: 0px;
    }

    .detailinfo {
        margin-left: -15px !important;
        justify-content: center;
    }
}
.main-profile {
    display:flex;
}
.desc {
    width: 100%;
    padding: 10px;
    margin: 0px;
    display: block;
    text-align: left;
}

    .desc img {
        width: 30px;
        height: 30px;
        border-radius: 100px;
        float: left;
    }

.desc-info {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: black;
    font-weight: 100;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info-align {
    margin-top: -12px;
    float: left;
    padding-left: 27px;
}
/*******Password Page********/
.pmd-card {
    display: block;
    padding: 1px 0;
    margin-bottom: 30px;
    margin-top: 70px;
    background-color: #fff;
    border: none;
    border-radius: .25rem;
    -moz-box-shadow: 0 6px 18px 0 rgba(0,0,0,.06);
    -webkit-box-shadow: 0 6px 18px 0 rgba(0,0,0,.06);
    box-shadow: 0 6px 18px 0 rgba(0,0,0,.06);
}

.page-size {
    max-width: 800px;
}
