
@font-face {
  font-family: AzarMehr;
  src: url('https://wiki.hamrahlotus.ir/download/attachments/139821070/AzarMehr-DS1-Regular.woff2');
  font-weight: normal;
}

@font-face {
  font-family: AzarMehr;
  src: url('https://wiki.hamrahlotus.ir/download/attachments/139821070/AzarMehr-DS1-Bold.woff2');
  font-weight: bold;
}

@font-face {
  font-family: AzarMehr;
  src: url('https://wiki.hamrahlotus.ir/download/attachments/139821070/AzarMehr-DS1-ExtraBold.woff');
  font-weight: 800;
}


/*---- editor rtl ----*/
html body.mceContentBody, .comment {
   text-align: start;
}
table.confluenceTable {
    margin: 10px auto 1px;
}
table.confluenceTable+* {
  clear: both;
}
 /* ------- QA rtl ----*/
.cq-content, .cq-comment-content {
text-align: start;
}

.jira-issue {
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}
.jira-issue > .aui-lozenge{
margin-top: 1.2px;
}
a.user-mention {
padding-top: 5px !important;
}
/*---- apply AzarMehr font ----*/
body {
font-family: "AzarMehr",-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
}


a.anchorLink {
    visibility: hidden;
    color: #529fff;
}
h1:hover > a.anchorLink, h2:hover > a.anchorLink, h3:hover > a.anchorLink {
    visibility: visible;
    color: #529fff;
}

.rtl {
    direction: rtl;
}
.status-macro {
     padding: 5px 5px 3px;
}
.cq-viewquestion .wiki-content .codeContent {
   direction: ltr;
   width: fit-content;
}
.cq-viewquestion .code  {
   direction: ltr;
}

.rtl-checkbox {
  padding-left: 0px; 
  padding-right: 20px;

}
text{
font-family:AzarMehr !important;
}

.wiki-content a, .wiki-content a:link, .wiki-content a:visited, .wiki-content a:focus, .wiki-content a:hover, .wiki-content a:active {
    color: #0052CC;
    direction: rtl;
    display: inline-block;
    text-align:start;
}

#main-content {
   text-align: start !important;
}

.drawio-macro, .vxcp-ent-viewer-canvas-container{direction:ltr !important;}


