@font-face {
    font-family: iransans;
    font-style: normal;
    font-weight: normal;
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot');
    src: url('../../fonts/iransans/eot/IRANSansWeb(FaNum).eot') format('eot'),
        /* IE6-8 */
    url('../../fonts/iransans/woff/IRANSansWeb(FaNum).woff') format('woff'),
        /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    url('../../fonts/iransans/woff2/IRANSansWeb(FaNum).woff2') format('woff2'),
    url('../../fonts/iransans/ttf/IRANSansWeb(FaNum).ttf') format('ttf');
}
p{
    margin: 0 0;
    padding: 0 0 !important;
}

/*** header ***/
.mj-me-header-orders-sec{
    padding: 0 10px;
}
body{
    background-image: url("/dist/image/nk.svg");
    background-repeat: repeat;
    background-position: 10px 20px;
}
.mj-me-orders-header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px ;
    padding: 10px 0px;
    border-bottom: 1px solid #E3E3E3;;
}
.mj-me-orders-header-arrow-svg{
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.mj-me-orders-header-span{
    font-size: 14px;
    font-weight: bolder;
    margin-right: 10px;
}
.mj-me-orders-header-logo-box{
    overflow: hidden;
    width: 30px;
    height: 24px;
}
.mj-me-orders-header-logo-box img{
    object-fit: contain;
    width: 100%;
    height: 100%;
}
/***************/
.mj-menu-user-info-title-sec{
    position: relative;
}
.mj-menu-user-info-title-div{
    width: 100%;
    height: 60px;
    padding: 10px 10px;
    background: rgba(239, 236, 249, 0.25);
    backdrop-filter: blur(7px);
    border-radius: 15px;
    z-index: 2;
}
.mj-menu-user-info-title-div-after{
    position: absolute;
    right: -10px;
    top: 7px;
    width: 20px;
    height: 45px;
    background: #7B7CCF;
    border-radius: 20px;
    z-index: -1;
}
.mj-menu-user-info-main{
    padding: 0 15px;

    background: #fff;
    margin: auto;
    min-height: 100vh;
    box-shadow: 0 0 59px 3px #e1e1ee;

}
.mj-menu-user-info-sub-btn{
    border: none;
    outline: none;
    font-weight: 500;
    font-size: 17px;
    width: 100%;
    height: 47px;
    background: #4F50C0;
    border-radius: 7px;
    color: #fff;
    margin: 25px 0;
}
.mj-me-floating-input-bgcolor{
    background: #F3F3F3;
    border-radius: 7px;
}
.mj-me-floating-input-bgcolor:focus-visible{
 outline: none;
}
.mj-me-floating-input-bgcolor:focus{
    outline: none;
    box-shadow:0 0 0 !important;
    border-color: #787878 !important;
    background: #F8F4FF !important;
}
.mj-me-brows-img{
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 150px;
    margin: 10px 0;
    padding: 5px 0;
    align-items: center;
}
.mj-me-brows-img-div{
    overflow: hidden;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px dashed blue;
}
.mj-me-brows-img-div #uploadPreview{
    object-fit: contain;
    border-radius: 50%;
    width: 100%;
    height: 99%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.mj-me-brows-img-btn{
    position: relative;
    margin: 10px 0;
}
.mj-me-brows-img-btn label{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    width: 90px;
    height: 30px;
    background: #F3F3F3;
    border-radius: 7px;
    font-size: 13px;
}
#id_pic{
    opacity: 0;
    width: 90px;
    height: 30px;
}