/*! CSS Used from: https://assets.gitlab-static.net/assets/application-8f01a9c3e3963cfc4174a70240d7899740e2b84470c8d6d0fdd036a38844f12e.css */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #919191;
    --gray-dark: #4f4f4f;
    --primary: #007bff;
    --secondary: #fafafa;
    --success: #1aaa55;
    --info: #1f78d1;
    --warning: #fc9403;
    --danger: #db3b21;
    --light: #f2f2f2;
    --dark: #4f4f4f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

header {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    background-color: #fff;
}

h3, h4 {
    margin-top: 0;
    margin-bottom: 4px;
}

ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: underline;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre, code {
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

h3, h4 {
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 1.53125rem;
}

h4 {
    font-size: 1.3125rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

code {
    font-size: 90%;
    color: #e83e8c;
    word-break: break-word;
}

pre {
    display: block;
    font-size: 90%;
    color: #2e2e2e;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}


.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .badge {
        transition: none;
    }
}

.badge:empty {
    display: none;
}

.align-top {
    vertical-align: top !important;
}

.rounded {
    border-radius: 0.25rem !important;
}

.d-inline-block {
    display: inline-block !important;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.align-items-start {
    align-items: flex-start !important;
}

.align-items-end {
    align-items: flex-end !important;
}

.align-items-center {
    align-items: center !important;
}

.overflow-hidden {
    overflow: hidden !important;
}

.position-relative {
    position: relative !important;
}

.w-100 {
    width: 100% !important;
}

.h-100 {
    height: 100% !important;
}

.m-0 {
    margin: 0 !important;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mr-1 {
    margin-right: 4px !important;
}

.ml-1 {
    margin-left: 4px !important;
}

.p-1 {
    padding: 4px !important;
}

.py-2 {
    padding-top: 8px !important;
}

.px-2 {
    padding-right: 8px !important;
}

.py-2 {
    padding-bottom: 8px !important;
}

.px-2 {
    padding-left: 8px !important;
}

.p-3 {
    padding: 16px !important;
}

.py-3 {
    padding-top: 16px !important;
}

.px-3 {
    padding-right: 16px !important;
}

.py-3 {
    padding-bottom: 16px !important;
}

.px-3 {
    padding-left: 16px !important;
}

.text-nowrap {
    white-space: nowrap !important;
}

.text-secondary {
    color: #fafafa !important;
}

@media print {
    *, *::before, *::after {
        text-shadow: none !important;
        box-shadow: none !important;
    }

    a:not(.btn) {
        text-decoration: underline;
    }

    pre {
        white-space: pre-wrap !important;
    }

    pre {
        border: 1px solid #a7a7a7;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr {
        page-break-inside: avoid;
    }

    h3 {
        orphans: 3;
        widows: 3;
    }

    h3 {
        page-break-after: avoid;
    }

    body {
        min-width: 992px !important;
    }

    .badge {
        border: 1px solid #000;
    }
}

body {
    font-size: .875rem;
}

button, html [type="button"], [type="submit"] {
    -webkit-appearance: inherit;
    cursor: pointer;
}

h3, h4 {
    color: #2e2e2e;
    font-weight: 600;
}

h3 {
    margin-top: 20px;
    margin-bottom: 10px;
}

h4 {
    margin-top: 10px;
    margin-bottom: 10px;
}

b {
    font-weight: bold;
}

a {
    color: #1b69b6;
}

code {
    padding: 2px 4px;
    color: #c0341d;
    background-color: #fbe5e1;
    border-radius: 4px;
}

table {
    border-spacing: 0;
}

.text-secondary {
    color: #707070 !important;
}

.badge {
    padding: 4px 5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    display: inline-block;
}

pre code {
    white-space: pre-wrap;
}

svg {
    vertical-align: baseline;
}


body {
    text-decoration-skip: ink;
    direction: rtl
}


a {
    transition: background-color 100ms linear, color 100ms linear, border 100ms linear;
}


.text-secondary {
    color: #707070;
}

.block-truncated {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.prepend-top-0 {
    margin-top: 0;
}

.prepend-top-8 {
    margin-top: 8px;
}

.append-right-8 {
    margin-right: 8px;
}

.append-bottom-0 {
    margin-bottom: 0;
}

.ws-normal {
    white-space: normal;
}

input {
    border-radius: 3px;
}

body {
    -webkit-text-shadow: rgba(255, 255, 255, 0.01) 0 0 1px;
}

h3, h4 {
    color: #2e2e2e;
    font-weight: 600;
}

pre {
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
    display: block;
    padding: 8px 12px;
    margin: 0 0 8px;
    font-size: 13px;
    word-break: break-all;
    word-wrap: break-word;
    color: #2e2e2e;
    background-color: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

input::-webkit-input-placeholder {
    color: #919191;
}

input::-moz-placeholder {
    color: #919191;
    opacity: 1;
}

input::-ms-input-placeholder {
    color: #919191;
}

input:-ms-input-placeholder {
    color: #919191;
}

svg {
    fill: currentColor;
}

svg.s16 {
    width: 16px;
    height: 16px;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
}

.fa-plus:before {
    content: "\f067";
}

.fa-caret-down:before {
    content: "\f0d7";
}

.user-can-drag {
    cursor: pointer;
}

.boards-list {
    height: calc(100vh - 75px);
    overflow-x: scroll;
    min-height: 200px;
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .boards-list {
        height: calc(100vh - 88px);
    }
}

@media (min-width: 768px) {
    .boards-list {
        height: calc(100vh - 60px);
    }
}

.board {
    width: calc(85vw - 15px);
    /*float: right;*/
}

@media (min-width: 576px) {
    .board {
        width: 300px;
    }
}

.board.is-expandable .board-header {
    cursor: pointer;
}

.board-inner {
    font-size: 14px;
    background: #fafafa;
    border: 1px solid #e5e5e5;
}

.board-header.has-border::before {
    border-top: 3px solid;
    border-color: inherit;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    content: '';
    position: absolute;
    width: calc(100% + 2px);
    top: 0;
    left: 0;
    margin-top: -1px;
    margin-right: -1px;
    margin-left: -1px;
    padding-top: 1px;
    padding-right: 1px;
    padding-left: 1px;
}

.board-header.has-border::before .board-title {
    padding-top: 13px;
    padding-bottom: 16px;
}

.board-title {
    font-size: 1em;
    border-bottom: 1px solid #e5e5e5;
}

.board-title-text {
    margin: 6px 0 6px auto;
}

.board-list-component {
    min-height: 0;
}

.board-list {
    overflow-y: auto;
    overflow-x: hidden;
}

.board-card {
    background: #fff;
    border: 1px solid #dfdfdf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    line-height: 16px;
    list-style: none;
}

@media (max-width: 991.98px) {
    .board-card {
        padding: 8px;
    }
}

.board-card-title {
    overflow-wrap: break-word;
    word-wrap: break-word;
    word-break: break-word;
    max-width: 100%;
    font-size: 1em;
}

.board-card-title a {
    color: #2e2e2e;
}

@media (max-width: 991.98px) {
    .board-card-title {
        font-size: 12px;
    }
}

.board-card-header {
    text-align: initial;
    display: inline !important;
    text-align: right;
}

.board-card-assignee {
    margin-top: -4px;
    margin-bottom: -4px;
}

@media (max-width: 991.98px) {
    .board-card-assignee {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.board-card-number {
    font-size: 11px;
    color: #707070;
}

@media (min-width: 768px) {
    .board-card-number {
        font-size: 12px;
    }
}

.issue-count-badge {
    display: inline-flex;
    border-radius: 3px;
    border: 1px solid #e5e5e5;
    padding: 5px 8px;
}
.board.is-collapsed {
    width: 50px;
}
.issue-count-badge-count {
    display: inline-flex;
    align-items: center;
}

.color-label {
    padding: 0 8px;
    line-height: 16px;
    border-radius: 100px;
    color: #fff;
}

/*! CSS Used from: https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.8.2/css/all.css */
.fa {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-caret-down:before {
    content: "\f0d7";
}

.fa-plus:before {
    content: "\f067";
}

.fa {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}
/*! CSS Used from: Embedded */
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #919191;
    --gray-dark: #4f4f4f;
    --primary: #007bff;
    --secondary: #fafafa;
    --success: #1aaa55;
    --info: #1f78d1;
    --warning: #fc9403;
    --danger: #db3b21;
    --light: #f2f2f2;
    --dark: #4f4f4f;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
}

*, *::before, *::after {
    box-sizing: border-box;
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}

header {
    display: block;
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans", Ubuntu, Cantarell, "Helvetica Neue", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 13px;
    font-weight: 400;
    line-height: 1.5;
    color: #2e2e2e;
    text-align: left;
    background-color: #fff;
}

h3, h4 {
    margin-top: 0;
    margin-bottom: 4px;
}

ul, dl {
    margin-top: 0;
    margin-bottom: 1rem;
}

ul ul {
    margin-bottom: 0;
}

dt {
    font-weight: 700;
}

dd {
    margin-bottom: .5rem;
    margin-left: 0;
}

b {
    font-weight: bolder;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #0056b3;
    text-decoration: none;
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):hover, a:not([href]):not([tabindex]):focus {
    color: inherit;
    text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
    outline: 0;
}

pre, code {
    font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace;
    font-size: 1em;
}

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
}

svg {
    overflow: hidden;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
}

th {
    text-align: inherit;
}

button {
    border-radius: 0;
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color;
}

input, button, select {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button, input {
    overflow: visible;
}

button, select {
    text-transform: none;
}

select {
    word-wrap: normal;
}

button, [type="button"], [type="submit"] {
    -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
    padding: 0;
    border-style: none;
}

h3, h4 {
    margin-bottom: 4px;
    font-weight: 500;
    line-height: 1.2;
}

h3 {
    font-size: 1.53125rem;
}

h4 {
    font-size: 1.3125rem;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

code {
    font-size: 90%;
    color: #e83e8c;
    word-break: break-word;
}

pre {
    display: block;
    font-size: 90%;
    color: #2e2e2e;
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}

svg#issues {
    width: 16px;
    height: 16px;
    margin-left: 4px;
}
@font-face {
    font-family: IRANSans;
    src: url(/css/fonts/IRANSans/IRANSans.eot) format("eot"), url(/css/fonts/IRANSans/IRANSans.woff) format("woff"), url(/css/fonts/IRANSans/IRANSans.ttf) format("truetype")
}
@font-face {
    font-family: IranYekan;
    src: url(/css/fonts/IranYekan/IRANYekanWebFaNum.eot) format("eot"), url(/css/fonts/IranYekan/IRANYekanWebFaNum.woff) format("woff"), url(/css/fonts/IranYekan/IRANYekanWebFaNum.ttf) format("truetype")
}
body {
    text-align: right;
    font-family: IranYekan;
}

.header {
    padding: 15px;
    border-bottom: 1px solid #e8e8e8;
    min-height: 60px;
}


/* Full-width inputs */
input[type=text], input[type=password] {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-sizing: border-box;
}


/* Add a hover effect for buttons */
button:hover {
    opacity: 0.8;
}

/* Extra style for the cancel button (red) */
.cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

/* Center the avatar image inside this container */
.imgcontainer {
    text-align: center;
    margin: 24px 0 12px 0;
}

/* Avatar image */
img.avatar {
    width: 40%;
    border-radius: 50%;
}

/* Add padding to containers */
.container {
    padding: 16px;
}

/* The "Forgot password" text */
span.psw {
    float: right;
    padding-top: 16px;
}

/* Change styles for span and cancel button on extra small screens */
@media screen and (max-width: 300px) {
    span.psw {
        display: block;
        float: none;
    }
    .cancelbtn {
        width: 100%;
    }
}
.modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem auto -1rem;
}
.side{
    width: 500px;
    height: auto;
    min-height: 100%;
    position: absolute;
    background: #ffffff;
    z-index: 1;
    border-right: solid 1px #c1c0c0;
    left: 0;
    display: none;
    word-break: break-word;
}
.side.content{
    text-align: justify;
}
.btn, .project-buttons .stat-text {
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    padding: 6px 10px;
    background-color: #fff;
    border-color: #e5e5e5;
    color: #2e2e2e;
    color: #2e2e2e;
    white-space: nowrap;
}