@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 100;
	src: url('../fonts/woff/thin.woff') format('woff'),
	url('../fonts/woff2/thin.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 200;
	src: url('../fonts/woff/ultra-light.woff') format('woff'),
	url('../fonts/woff2/ultra-light.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 300;
	src: url('../fonts/woff/light.woff') format('woff'),
	url('../fonts/woff2/light.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 500;
	src: url('../fonts/woff/medium.woff') format('woff'),
	url('../fonts/woff2/medium.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 600;
	src: url('../fonts/woff/demi-bold.woff') format('woff'),
	url('../fonts/woff2/demi-bold.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 800;
	src: url('../fonts/woff/extra-bold.woff') format('woff'),
	url('../fonts/woff2/extra-bold.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: 900;
	src: url('../fonts/woff/black.woff') format('woff'),
	url('../fonts/woff2/black.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: bold;
	src: url('../fonts/woff/bold.woff') format('woff'),
	url('../fonts/woff2/bold.woff2') format('woff2');
}

@font-face {
	font-family: iransans;
	font-style: normal;
	font-weight: normal;
	src: url('../fonts/woff/regular.woff') format('woff'),
	url('../fonts/woff2/regular.woff2') format('woff2');
}

html {
	font-family: iransans, tahoma, sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
    direction: rtl;
    unicode-bidi: embed;
    overflow-x: hidden;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    text-align: right;
    color: #000;
    background-color: #f0f0f0;
}

img,
object,
figure,
iframe,
embed {
    max-width: 100%;
    height: auto;
	border: 0;
}

table {
    max-width: 100%;
    vertical-align: middle;
    table-layout: auto;
}

table th,
table td {
    vertical-align: middle;
}

body,
button,
input,
select,
textarea {
    font-family: iransans, tahoma, sans-serif;
}

.transition {
	-webkit-transition: all 0.25s ease-in-out;
	-moz-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
}

.bold-300 {
	font-weight: 300!important;
}

.bold-400 {
	font-weight: 400!important;
}

.bold-500 {
	font-weight: 500!important;
}

.bold-600 {
	font-weight: 600!important;
}

.bold-700 {
	font-weight: 700 !important;
}

.bold-900 {
	font-weight: 900!important;
}

.font-10 {
	font-size: 10px!important;
}

.font-11 {
	font-size: 11px!important;
}

.font-12 {
	font-size: 12px!important;
}

.font-14 {
	font-size: 14px!important;
}

.font-16 {
	font-size: 16px!important;
}

.font-18 {
	font-size: 18px!important;
}

.font-20 {
	font-size: 20px!important;
}

.font-22 {
	font-size: 22px!important;
}

.font-24 {
	font-size: 24px!important;
}

.font-28 {
	font-size: 28px!important;
}

.font-30 {
	font-size: 30px;
}

.font-32 {
	font-size: 32px!important;
}

.font-34 {
	font-size: 34px;
}

.font-36 {
	font-size: 36px!important;
}

.font-40 {
	font-size: 40px!important;
}

.line-1 {
  line-height: 1rem;
}

.line-15 {
  line-height: 1.5rem;
}

.line-2 {
  line-height: 2rem;
}

.no-shadow,
.no-shadow:hover,
.no-shadow:active,
.no-shadow:focus {
	box-shadow: none !important;
}

.line-through {
	text-decoration: line-through;
}

.text-justify {
	text-align: justify;
}

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

/**
 * HEADER
 */
.app-logo {
    height: 48px;
    width: auto;
    max-width: 100%;
}

/**
 * TABLES
 */
.app-table thead {
	background-color: #fff;
}

.app-table tr > th {
	min-width: 80px;
}

.app-table tr > th.sm {
	width: 80px;
}

.app-table tr > th.md {
	width: 150px;
}

.app-table tr > th.xl {
	width: 190px;
}

.app-table tr > th.lg {
	min-width: 240px;
}

/* responsive */
.app-table .d-mobile-only {
	display: none !important;
}

@media( max-width: 900px ) {
	.app-table .d-mobile-none {
		display: none !important;
	}

	.app-table .d-mobile-only {
		display: block !important;
	}

	.app-table tbody tr {
		display: block !important;
		height: auto !important;
	}

    .app-table thead tr > th {
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.app-table tbody tr > th,
    .app-table tbody tr > td {
		display: block;
        min-height: 35px;
		padding: 0.35rem 1rem !important;
		text-align: left !important;
		width: 100% !important;
		max-width: 100% !important;
		min-width: 100% !important;
	}

	.app-table tbody tr > .no-title {
		text-align: right !important;
	}

	.app-table tbody tr td:not(.no-title):before,
    .app-table tbody tr th:not(.no-title):before {
		content: attr(data-title) ": ";
		float: right;
		color: #999;
		font-weight: 300;
	}

	.app-table tbody tr td:not(:last-child),
    .app-table tbody tr th:not(:last-child) {
		border: 0 !important;
	}
}


.license-btn {
    direction: ltr;
    max-width: 130px;
}

.action-btn {
    display: block;
    width: 36px;
    height: 36px;
}

.action-btn svg {
    width: 16px;
    height: 16px;
}

.status1 {
    background-color: #198754;
}

.status2 {
    background-color: #6c757d;
}

.status3 {
    background-color: #dc3545;
}

.status0 {
    background-color: #ffc107;
}

.badge.member {
    background-color: #0d6efd;
}

.badge.kicked,
.badge.left,
.badge.restricted {
    background-color: #dc3545;
}

.badge.none {
    background-color: #a9a9a9;
}
