@font-face {
    font-family: IranSans;
    src: url(IRANSansMedium.ttf);
}

@font-face {
    font-family: fontawesome;
    src: url(fontawesome-webfont.ttf);
}

body {
    padding: 0;
    margin: 0;
    font-family: fontawesome, IranSans;
}
#header{
    background-color: #274c77;
}
.rtl {
    direction: rtl;
}
.breadcrumb{
    margin: 0 !important;
}
.p-0 {
    padding: 0 !important;
}
#main{
    padding: 0 !important;
}
.box-profile {
    background-color: #274c77;
    height: 100vh;
}

.overlay {
    background: url(../../../image/Pattern.svg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-size: cover;
}

.profile-img {
    display: flex;
    align-items: center;
    justify-content: right;
    height: 100%;
}

.profile-img img {
    position: absolute;
    right: -120px;
    border-radius: 50%;
    border: 3px solid;
    z-index: 1;

}

@media only screen and (max-width:990px) {
    .box-profile {
        height: auto;
    }

    .profile-img {
        justify-content: center;
    }

    .profile-img img {
        position: relative;
        right: unset;
        top: 120px;
    }
}

.box-list h1 i {
    padding-left: 10px;
}

.box-data {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100vh;
    background-color: rgb(231, 231, 231);
}
.box-list{
    margin: 20px;
}
.box-list ul {
    padding: 0;
}

.box-list ul li {
    padding-top: 20px;
    text-align: right;
    direction: rtl;
    list-style: none;
    font-size: 18px;
}

.box-list ul li i {
    padding-left: 10px;
    font-size: 21px;
}