.all-the-wrap{
    max-width: 1920px;

}
.body-wrap-infor{
	max-width: 1200px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	/* display: flex; */
	padding-top: 150px;
	padding-bottom: 150px;
    height: calc(100% - 300px);
}
.top-box {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 15px 2.3%;
    background-color: #ffffff;
    border-radius: 18px;
    display: flex;
    padding: 20px 50px 20px 50px;
    animation: mymove 2s;
    position: relative;
}

.info-left-wrap{
    display: flex;
    padding: 20px;
    flex-direction: column;
}
.info-left-wrap h2 {
    font-weight: bolder;
    text-align: center;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 20px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.info-left-wrap span{
    text-align: center;
    width:100%;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
}
.info-left-wrap p{
    font-size: 16px;
    line-height: 40px;
    display: inline-block;
}
.info-left-wrap i{
    margin-right: 10px;
    color:#5d1b56;
}
.info-img-wrap{
    width: 200px;
    margin-bottom: 20px;
    height: 200px;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.info-right-wrap{
    display: flex;
    flex-direction: column;
    width:100%;
}
.memboer-details-wrap {
    padding: 30px;
    width: 100%;
    align-items: center;
}
.memboer-details-wrap span{
    font-weight: bolder;
    font-size: 18px;
    display: inline-block;
    align-items: center;
}
.memboer-details {
    width: 100%;
    display: flex;
    align-items: center;
    margin-top: 15px;
    justify-content: space-between;
}

.member-details-right {
    width: 100%;
    display: flex;  
    align-items: center;
    justify-content:flex-end;
}

.member_detail_btn
{
    width:150px;
    height:30px;
    line-height: 30px;
    font-size:16px;
    background-color:black;
    color:white;
    padding:0px 15px;
    border-radius:5px;
    text-align: center;
}

.memboer-details .details-title {
    display: block;
}

.details-title i {
    width: 30px;
    height: 30px;
    color: #5d1b56;
    font-size:18px;
}


.details-content {
    margin-left: 30px;
    display: block;
    height: 100%;
    width: 120px;
    font-size: 18px;
    font-weight: bolder;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
    text-align: right;
}
.font-size-18-bolder{
    font-size: 18px;
    font-weight: bolder;
}
.pre-btn{
    position: absolute;
    right:70px;
    top:20px;
    cursor: pointer;
    width: auto;
    background-color: #5d1b56;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 50px;
    
}
.pre-btn i,.pre-btn span{
    font-size: 16px;
    color:#fefefe;
    letter-spacing: 2px;
    font-weight: bolder;
}
.pre-btn i{
    margin-left: 25px;
}
.pre-btn span{
    text-align: right;
}
.pre-btn a{
    text-decoration: none;
    color:#fefefe;
}
.bottom-box{
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
    margin-top: 0px;
    margin-left: 5px;
    margin-bottom: 30px;
    padding: 15px 2.3%;
    background-color: #ffffff;
    border-radius: 18px;
    width:100%;
    display: flex;
    justify-content: center;
    padding: 20px 50px 20px 50px;
    animation: mymove 2s;
    transition: 3s;
}
.camera-title{
    width:100%;
    display: flex;
    justify-content: center;
}
.camera-title span{
    text-align: center;
    width:100%;
    letter-spacing: 2px;
    font-size: 16px;
    line-height: 30px;
}
.imgbox-wrap{
    display: flex;
    width:100%;
    flex-direction: column;
    align-items:center;
}
.img-selecte{
    clear: both;
    display: block;
    padding-left: 90px;
    margin-right: auto;
}
@keyframes mymove {
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }

    100% {
        transform: translateY(0px);
        opacity: 1;
    }
}