@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: 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: 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: normal;
	src: url('../fonts/woff/regular.woff') format('woff'),
	url('../fonts/woff2/regular.woff2') format('woff2');
}

/**
 * GENERAL
 */
* {
    font-family: iransans, tahoma, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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;
  height: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: 24px;
  text-align: right;
  color: #0c0c0c;
  background-color: #fff;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

a:focus,
button:focus {
	outline: 0;
}

b,
strong {
    font-weight: 600;
}

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

legend {
    font-size: 14px;
    font-weight: 600;
    line-height: 28px;
}

table {
	width: 100%;
	border: 1px solid #dedede;
	border-spacing: 0;
	border-collapse: separate;
	vertical-align: middle;
}

thead {
    font-size: 1em;
    background-color: #eee;
    color: #0c0c0c;
}

th {
	font-weight: bold;
	color: #0c0c0c;
}

th,td {
	padding: 0.5em;
	border: 1px solid #dedede;
	border-right-width: 0;
	border-left-width: 0;
	border-top-width: 0;
	text-align: right;
}

th:last-child,
td:last-child {
	border-left-width: 0;
}

tr:last-child td,
tr:last-child th {
	border-bottom-width: 0;
}

thead tr:last-child td,
thead tr:last-child th {
	border-bottom-width: 1px;
}

tfoot tr:first-child td,
tfoot tr:first-child th {
	border-top-width: 1px;
}

button,
input {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  line-height: normal;
}

textarea:not(.form-control) {
  resize: vertical;
}

label {
	color: #0c0c0c;
	font-size: 13px;
	font-weight: 500;
}

blockquote {
	padding: 15px;
	color: #010101;
	background-color: #f8f9fa;
	border-bottom: 4px solid #00c0ff;
}

blockquote p:last-child {
	margin: 0;
}

.ltr {
    direction: ltr;
}

.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	transition: all 0.2s 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-900 {
	font-weight: 900 !important;
}

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

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

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

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

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

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

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

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

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

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

.font-17 {
	font-size: 17px !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 !important;
}

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

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

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

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

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

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

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

.ellipsis-2,
.ellipsis-3 {
    line-height: 2rem;
    max-height: 4rem;
    overflow: hidden;
    display: block;
    -webkit-line-clamp: 2;
    display: box;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    white-space: normal;
}

.ellipsis-3 {
    max-height: 6rem;
    -webkit-line-clamp: 3;
}

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

.no-decoration,
.no-decoration:hover,
.no-decoration:focus {
	text-decoration: none !important;
}

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

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

.bg-contain {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.bg-cover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.z2 {
	z-index: 2;
}

.z3 {
	z-index: 3;
}

/**
 * BOOTSTRAP
 */
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #0c0c0c;
    font-weight: 500;
    line-height: 1.5;
}

.h1,
h1 {
	font-size: 24px;
}

.h2,
h2 {
	font-size: 20px;
}

.h3,
h3 {
	font-size: 18px;
}

.h4,
h4 {
	font-size: 16px;
}

.h5,
h5 {
	font-size: 14px;
}

.h6,
h6 {
	font-size: 13px;
}

.btn,
.form-control,
.form-select {
	font-size: 13px;
}

.object-fit-cover {
    object-fit: cover;
}

/**
 * THEME
 */
.landing-theme {
    background: #513465;
    background: linear-gradient(90deg, #513465, #734493, rgba(148,91,186,1));
}

.landing-theme .app-wrapper {
    max-width: 100%;
    margin: 0 auto;
    width: 650px;
    padding: 2rem;
    height: 100%;
    min-height: 100vh;
}

.landing-theme .app-wrapper .image-wrapper {
    width: 100%;
    padding-bottom: 100%;
    border: 5px solid #a174c0;
}

.btn-success,
.btn-success:hover,
.btn-success:focus {
    color: #fff;
    background-color: #59d836;
    border-color: #59d836;
}
