﻿.light-modal-content{
    background:#ffffff !important;
}
#QOJDXTKNHG{
    direction: rtl;
    text-align: right;
    background: #eee;
}

#QOJDXTKNHG .links_conteiner img {
    width: 35px;
    height: 35px;
    object-fit: contain;
}

#user-avatar{
    padding-bottom: 30px;
    background: url('https://cdn.sqp.ir/Templates/Profile/Images/BG.png') center no-repeat;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}
.download{
    color: #fff;
    text-decoration: none;
}
.download:hover{
    color: #fff;
    text-decoration: none;
}
.header{
    display: flex;
    justify-content: center;
    padding: 15px;
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    font-weight: bold;
}
.logo-profile{
    width: 25px;
    border-radius: 50%;
}
#user-avatar{
    background-color: white;
    position: sticky;
    top: 0px;
    z-index: 2;
}
.user-avatar {
    width: 250px;
    height: 250px;
    margin:30px auto;

}
.user-avatar {
    border: 5px solid rgba(238, 238, 238, 0.99);
    border-radius: 100%;
    box-shadow: 0 1px 0 #e1e8ed;
    /* overflow: hidden; */
}
.user-avatar > figure {
    height: 100%;
}
.user-avatar > figure {
    display: inline-block;
    margin-bottom: 0;
    position: relative;
    width: 100%;
}
figure {
    margin: 0 0 1rem;
}
.user-avatar > figure > img {
    width: 100%;
    max-height: initial !important;
    border-radius: 100%;
}
.user-avatar > figure > .watermark {
    position: absolute;
    top: 0;
    left: 0;
    
}
img {
    height: auto;
    max-width: 100%;
}
.fileContainer [type=file] {
    cursor: pointer;
    display: block;
    filter: alpha(opacity=0);
    opacity: 0;
    position: absolute;
    right: 0px;
    text-align: right;
    top: 0;
    visibility: hidden;
    width: 100%;
    overflow: hidden;
}
.gallery img{
    width: 120px;
}
.group-gallery{
    position: relative;
    width: 100%;
    overflow: hidden;
    background: #fff;
    /* margin-top: 30px; */
    box-shadow: 0px 5px 20px #aaa;
}
.group-gallery h5{
    display: inline-block;
    padding: 10px 30px;
    margin-top: 10px;
    color: #fff;
    background: rgba(255,0,0,.6);
    border-radius: 10px 0 0 10px;
}
.swiper{
    padding: 10px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    top: 30px;
    left: 20px;
    right: unset;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 0px;
    right: unset;
}
.swiper-button-next:after, .swiper-button-prev:after {
    font-size: 16px;
}