@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: 300;
	src: url("../fonts/IRANYekan-400.eot");
	src: url("../fonts/IRANYekan-400.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANYekan-400.woff2") format("woff2"), url("../fonts/IRANYekan-400.woff") format("woff"), url("../fonts/IRANYekan-400.ttf") format("truetype")
}

@font-face {
	font-family: IRANYekan;
	font-style: normal;
	font-weight: 700;
	src: url("../assets/css/IRANYekan-700.eot");
	src: url("../fonts/IRANYekan-700.eot?#iefix") format("embedded-opentype"), url("../fonts/IRANYekan-700.woff2") format("woff2"), url("../fonts/IRANYekan-700.woff") format("woff"), url("../fonts/IRANYekan-700.ttf") format("truetype")
}

:root {
	--blue: #007bff;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #fff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #007bff;
	--secondary: #6c757d;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--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, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace
}

*,
::after,
::before {
	box-sizing: border-box
}

html {
	font-family: IRANYekan, sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: transparent
}

main {
	display: block
}

body {
	direction: rtl;
	margin: 0;
	font-family: IRANYekan, sans-serif;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #212529;
	text-align: right;
	background-color: #fff
}

[tabindex="-1"]:focus {
	outline: 0!important
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 0;
	margin-bottom: .5rem
}

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]):focus,
a:not([href]):not([tabindex]):hover {
	color: inherit;
	text-decoration: none
}

a:not([href]):not([tabindex]):focus {
	outline: 0
}

img {
	vertical-align: middle;
	border-style: none
}

label {
	display: inline-block;
	margin-bottom: .5rem
}

button {
	border-radius: 0
}

button:focus {
	outline: 1px dotted;
	outline: 5px auto -webkit-focus-ring-color
}

button,
input {
	margin: 0;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

button,
input {
	overflow: visible
}

button {
	text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
	-webkit-appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
	cursor: pointer
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
	padding: 0;
	border-style: none
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
	-webkit-appearance: listbox
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
	height: auto
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

[hidden] {
	display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: .5rem;
	font-weight: 700;
	line-height: 1.2
}

.h1,
h1 {
	font-size: 2.5rem
}

.h2,
h2 {
	font-size: 2rem
}

.h3,
h3 {
	font-size: 1.75rem
}

.h4,
h4 {
	font-size: 1.5rem
}

.h5,
h5 {
	font-size: 1.25rem
}

.h6,
h6 {
	font-size: 1rem
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width:576px) {
	.container {
		max-width: 540px
	}
}

@media (min-width:768px) {
	.container {
		max-width: 720px
	}
}

@media (min-width:992px) {
	.container {
		max-width: 960px
	}
}

@media (min-width:1200px) {
	.container {
		max-width: 1140px
	}
}

.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9 {
	position: relative;
	width: 100%;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	flex-basis: 0;
	flex-grow: 1;
	max-width: 100%
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%
}

.form-control {
	display: block;
	width: 100%;
	height: calc(1.5em + .75rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1
}

.col-form-label {
	padding-top: calc(.375rem + 1px);
	padding-bottom: calc(.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5
}

.form-group {
	margin-bottom: 1rem
}

.form-text {
	display: block;
	margin-top: .25rem
}

.form-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
	padding-right: 5px;
	padding-left: 5px
}

.btn {
	display: inline-block;
	font-weight: 300;
	color: #212529;
	text-align: center;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529;
	text-decoration: none
}

.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
	opacity: .65
}

.btn-primary {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:hover {
	color: #fff;
	background-color: #0069d9;
	border-color: #0062cc
}

.btn-primary:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-primary:disabled {
	color: #fff;
	background-color: #007bff;
	border-color: #007bff
}

.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #0062cc;
	border-color: #005cbf
}

.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(38, 143, 255, .5)
}

.btn-success {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:hover {
	color: #fff;
	background-color: #218838;
	border-color: #1e7e34
}

.btn-success:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-success:disabled {
	color: #fff;
	background-color: #28a745;
	border-color: #28a745
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #1e7e34;
	border-color: #1c7430
}

.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(72, 180, 97, .5)
}

.btn-info {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:hover {
	color: #fff;
	background-color: #138496;
	border-color: #117a8b
}

.btn-info:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info:disabled {
	color: #fff;
	background-color: #17a2b8;
	border-color: #17a2b8
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #117a8b;
	border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-warning {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:hover {
	color: #212529;
	background-color: #e0a800;
	border-color: #d39e00
}

.btn-warning:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-warning:disabled {
	color: #212529;
	background-color: #ffc107;
	border-color: #ffc107
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active {
	color: #212529;
	background-color: #d39e00;
	border-color: #c69500
}

.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(222, 170, 12, .5)
}

.btn-danger {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:hover {
	color: #fff;
	background-color: #c82333;
	border-color: #bd2130
}

.btn-danger:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-danger:disabled {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545
}

.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active {
	color: #fff;
	background-color: #bd2130;
	border-color: #b21f2d
}

.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus {
	box-shadow: 0 0 0 .2rem rgba(225, 83, 97, .5)
}

.btn-link {
	font-weight: 300;
	color: #007bff;
	text-decoration: none
}

.btn-link:hover {
	color: #0056b3;
	text-decoration: underline
}

.btn-link:focus {
	text-decoration: underline;
	box-shadow: none
}

.btn-link:disabled {
	color: #6c757d;
	pointer-events: none
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block+.btn-block {
	margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
	width: 100%
}

.btn-group {
	position: relative;
	display: inline-flex;
	vertical-align: middle
}

.btn-group>.btn {
	position: relative;
	flex: 1 1 auto
}

.btn-group>.btn:hover {
	z-index: 1
}

.btn-group>.btn:active,
.btn-group>.btn:focus {
	z-index: 1
}

.btn-group>.btn-group:not(:first-child),
.btn-group>.btn:not(:first-child) {
	margin-left: -1px
}

.btn-group>.btn-group:not(:last-child)>.btn,
.btn-group>.btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.btn-group>.btn-group:not(:first-child)>.btn,
.btn-group>.btn:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group {
	direction: ltr;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%
}

.input-group>.form-control {
	position: relative;
	flex: 1 1 auto;
	width: 1%;
	margin-bottom: 0
}

.input-group>.form-control+.form-control {
	margin-left: -1px
}

.input-group>.form-control:focus {
	z-index: 3
}

.input-group>.form-control:not(:last-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group>.form-control:not(:first-child) {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.input-group-prepend {
	display: flex
}

.input-group-prepend .btn {
	position: relative;
	z-index: 2
}

.input-group-prepend .btn:focus {
	z-index: 3
}

.input-group-prepend .btn+.btn,
.input-group-prepend .btn+.input-group-text,
.input-group-prepend .input-group-text+.btn,
.input-group-prepend .input-group-text+.input-group-text {
	margin-right: -1px
}

.input-group-prepend {
	margin-right: -1px
}

.input-group-text {
	display: flex;
	align-items: center;
	padding: .375rem .75rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 300;
	line-height: 1.5;
	color: #495057;
	text-align: center;
	white-space: nowrap;
	background-color: #e9ecef;
	border: 1px solid #ced4da;
	border-radius: .25rem
}

.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
	margin-top: 0
}

.input-group>.input-group-prepend>.btn,
.input-group>.input-group-prepend>.input-group-text {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0
}

.input-group>.input-group-prepend:first-child>.btn:not(:first-child),
.input-group>.input-group-prepend:first-child>.input-group-text:not(:first-child),
.input-group>.input-group-prepend:not(:first-child)>.btn,
.input-group>.input-group-prepend:not(:first-child)>.input-group-text {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0
}

.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	padding-right: 1.5rem
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0
}

.custom-control-input:checked~.custom-control-label::before {
	color: #fff;
	border-color: #007bff;
	background-color: #007bff
}

.custom-control-input:focus~.custom-control-label::before {
	box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.custom-control-input:focus:not(:checked)~.custom-control-label::before {
	border-color: #80bdff
}

.custom-control-input:not(:disabled):active~.custom-control-label::before {
	color: #fff;
	background-color: #b3d7ff;
	border-color: #b3d7ff
}

.custom-control-input:disabled~.custom-control-label {
	color: #6c757d
}

.custom-control-input:disabled~.custom-control-label::before {
	background-color: #e9ecef
}

.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top
}

.custom-control-label::before {
	position: absolute;
	top: .25rem;
	right: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px
}

.custom-control-label::after {
	position: absolute;
	top: .25rem;
	right: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50%/50% 50%
}

.custom-checkbox .custom-control-label::before {
	border-radius: .25rem
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before {
	border-color: #007bff;
	background-color: #007bff
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e")
}

.custom-checkbox .custom-control-input:disabled:checked~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-checkbox .custom-control-input:disabled:indeterminate~.custom-control-label::before {
	background-color: rgba(0, 123, 255, .5)
}

.custom-control-label::before {
	transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.custom-control-label::before {
		transition: none
	}
}

.alert {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem
}

.alert-link {
	font-weight: 700
}

.alert-primary {
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff
}

.alert-primary .alert-link {
	color: #002752
}

.alert-success {
	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb
}

.alert-success .alert-link {
	color: #0b2e13
}

.alert-info {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb
}

.alert-info .alert-link {
	color: #062c33
}

.alert-warning {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba
}

.alert-warning .alert-link {
	color: #533f03
}

.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb
}

.alert-danger .alert-link {
	color: #491217
}

@-webkit-keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@keyframes progress-bar-stripes {
	from {
		background-position: 1rem 0
	}
	to {
		background-position: 0 0
	}
}

@-webkit-keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@keyframes spinner-border {
	to {
		transform: rotate(360deg)
	}
}

@-webkit-keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

@keyframes spinner-grow {
	0% {
		transform: scale(0)
	}
	50% {
		opacity: 1
	}
}

.align-top {
	vertical-align: top!important
}

.align-text-top {
	vertical-align: text-top!important
}

.d-block {
	display: block!important
}

.d-flex {
	display: flex!important
}

.flex-row {
	flex-direction: row!important
}

.align-items-center {
	align-items: center!important
}

.align-content-center {
	align-content: center!important
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
	.sticky-top {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020
	}
}

.h-25 {
	height: 25%!important
}

.h-50 {
	height: 50%!important
}

.h-75 {
	height: 75%!important
}

.h-100 {
	height: 100%!important
}

.mt-0 {
	margin-top: 0!important
}

.mb-0 {
	margin-bottom: 0!important
}

.mt-1 {
	margin-top: .25rem!important
}

.mb-1 {
	margin-bottom: .25rem!important
}

.mt-2 {
	margin-top: .5rem!important
}

.mb-2 {
	margin-bottom: .5rem!important
}

.mt-3 {
	margin-top: 1rem!important
}

.mb-3 {
	margin-bottom: 1rem!important
}

.mt-4 {
	margin-top: 1.5rem!important
}

.mb-4 {
	margin-bottom: 1.5rem!important
}

.mt-5 {
	margin-top: 3rem!important
}

.mb-5 {
	margin-bottom: 3rem!important
}

.text-right {
	text-align: right!important
}

.text-center {
	text-align: center!important
}

.text-primary {
	color: #007bff!important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0056b3!important
}

.text-success {
	color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
	color: #19692c!important
}

.text-info {
	color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
	color: #0f6674!important
}

.text-warning {
	color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #ba8b00!important
}

.text-danger {
	color: #dc3545!important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #a71d2a!important
}

.text-body {
	color: #212529!important
}

@media print {
	*,
	::after,
	::before {
		text-shadow: none!important;
		box-shadow: none!important
	}
	a:not(.btn) {
		text-decoration: underline
	}
	img {
		page-break-inside: avoid
	}
	h2,
	h3 {
		orphans: 3;
		widows: 3
	}
	h2,
	h3 {
		page-break-after: avoid
	}
	@page {
		size: a3
	}
	body {
		min-width: 992px!important
	}
	.container {
		min-width: 992px!important
	}
}



.loginpage-container .text-xs {
    font-size: 0.75rem;
}

.loginpage-container .text-sm {
    font-size: 0.875rem;
}

.loginpage-container .text-md {
    font-size: 1rem;
}

.loginpage-container .cursor-pointer {
    cursor: pointer;
}

.loginpage-container .pt-1 {
    padding-top: 0.25rem !important;
}
.loginpage-container .pt-2 {
    padding-top: 0.5rem !important;
}
.loginpage-container .pt-4 {
    padding-top: 1rem !important;
}
.loginpage-container .pt-10 {
    padding-top: 2.5rem !important;
}

.loginpage-container .pb-1 {
    padding-bottom: 0.25rem !important;
}
.loginpage-container .pb-2 {
    padding-bottom: 0.5rem !important;
}
.loginpage-container .pb-4 {
    padding-bottom: 1rem !important;
}
.loginpage-container .pb-10 {
    padding-bottom: 2.5rem !important;
}

.loginpage-container .mr-1 {
    margin-right: 0.25rem !important;
}
.loginpage-container .mr-2 {
    margin-right: 0.5rem !important;
}
.loginpage-container .mr-4 {
    margin-right: 1rem !important;
}
.loginpage-container .mr-6 {
    margin-right: 1.5rem !important;
}
.loginpage-container .mr-10 {
    margin-right: 2.5rem !important;
}

.loginpage-container .mb-1 {
    margin-bottom: 0.25rem !important;
}
.loginpage-container .mb-2 {
    margin-bottom: 0.5rem !important;
}
.loginpage-container .mb-4 {
    margin-bottom: 1rem !important;
}
.loginpage-container .mb-5 {
    margin-bottom: 1.25rem !important;
}
.loginpage-container .mb-6 {
    margin-bottom: 1.5rem !important;
}
.loginpage-container .mb-8 {
    margin-bottom: 2rem !important;
}
.loginpage-container .mb-10 {
    margin-bottom: 2.5rem !important;
}

.loginpage-container .mt-1 {
    margin-top: 0.25rem !important;
}
.loginpage-container .mt-2 {
    margin-top: 0.5rem !important;
}
.loginpage-container .mt-4 {
    margin-top: 1rem !important;
}
.loginpage-container .mt-5 {
    margin-top: 1.25rem !important;
}
.loginpage-container .mt-6 {
    margin-top: 1.5rem !important;
}
.loginpage-container .mt-10 {
    margin-top: 2rem !important;
}

.loginpage-container .border-r-0 {
    border-right-width: 0 !important;
}

.loginpage-container .btn-social {
    color: white;
    border: 0;
}

.loginpage-container .btn-flat {
    padding: 0 !important;
}

.loginpage-container .btn-facebook {
    background: hsla(221, 40%, 47%, 1);
}
.loginpage-container .btn-facebook:hover {
    background: hsla(221, 40%, 40%, 1);
}

.loginpage-container .btn-google {
    background: hsla(4, 69%, 53%, 1);
}
.loginpage-container .btn-google:hover {
    background: hsla(4, 59%, 47%, 1);
}

.loginpage-container .btn-twitter {
    background: hsla(195, 100%, 60%, 1);
}
.loginpage-container .btn-twitter:hover {
    background: hsla(195, 78%, 54%, 1);
}

.loginpage-form .btn.btn-primary {
    border: 0;
    background-color: hsla(244, 79%, 52%, 1);
}

.loginpage-form .btn.btn-primary:hover {

}

.loginpage-container .text-facebook {
    color: hsla(221, 40%, 47%, 1);
}

.loginpage-container .text-google {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .text-twitter {
    color: hsla(195, 100%, 60%, 1);
}

.loginpage-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    font-family: IRANYekan, sans-serif;
    color: hsla(0, 0%, 61%, 1);
}

.loginpage-container a {

}

.loginpage-form {
    margin: 0 auto;
}

.loginpage-form h5 {
    color: #5e616d;
    font-weight: 700;
    margin-bottom: 1rem;
}

.loginpage-form .loginpage-logo {
    text-align: center;
    margin-bottom: 2.5rem;
}

.loginpage-form .form-control {
    height: auto;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

.loginpage-form .input-group-prepend .input-group-text,
.loginpage-form .input-group-append .input-group-text {
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 20px;
    text-align: center;
    display: inline-block;
    min-width: 48px;
}

.loginpage-form .input-group-prepend .input-group-text svg,
.loginpage-form .input-group-append .input-group-text svg {
    fill: currentColor;
}

.loginpage-form .input-group .input-group-prepend + .form-control {
    border-left: 0 !important;
    padding-left: 0.25rem;
}

.loginpage-form .input-group .input-group-append + .form-control {
    border-left: 0;
    padding-left: 0.25rem;
}

.loginpage-container .alert-danger {
    background-color: hsla(0, 100%, 94%, 1);
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control,
.loginpage-container .has-error .input-group-append .input-group-text,
.loginpage-container .has-error .input-group-prepend .input-group-text {
    border-color: hsla(4, 69%, 53%, 1);
    outline-color: hsla(4, 69%, 53%, 1);
    box-shadow: none;
}

.loginpage-container .has-error .form-control,
.loginpage-container .has-error .input-group-prepend .input-group-text {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-inner {
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

.loginpage-form {
    margin: auto;
}

@media (min-width: 768px) {
    .loginpage-inner {
        height: auto;
        width: 26rem;
    }

    .loginpage-form {
        width: 26rem;
    }
}

.loginpage-container .has-error {
    background: hsla(0, 100%, 94%, 1);
}

.loginpage-container .has-error .form-control::-webkit-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control::-moz-placeholder {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control:-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control::-ms-input-placeholder {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control::placeholder {
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .has-error .form-control,
.loginpage-container .has-error .input-group-text,
.loginpage-container .has-error input:-webkit-autofill,
.loginpage-container .has-error input:-webkit-autofill:hover,
.loginpage-container .has-error input:-webkit-autofill:focus,
.loginpage-container .has-error input:-webkit-autofill:active {
    box-shadow: 0 0 0 30px hsla(0, 100%, 94%, 1) inset !important;
    border-color: hsla(4, 69%, 53%, 1);
    color: hsla(4, 69%, 53%, 1);
}

.loginpage-container .is-valid,
.loginpage-container .is-valid input:-webkit-autofill,
.loginpage-container .is-valid input:-webkit-autofill:hover,
.loginpage-container .is-valid input:-webkit-autofill:focus,
.loginpage-container .is-valid input:-webkit-autofill:active {
    background-color: hsla(152, 68%, 96%, 1);
    box-shadow: 0 0 0 30px hsla(152, 68%, 96%, 1) inset !important;
}

.loginpage-form .form-group.focused:not(.has-error) {
    background: white;
    border: 1px solid hsl(216deg 39% 87%);
}

.loginpage-form .form-control,
.loginpage-form .input-group-text {
    color: hsla(0, 0%, 61%, 1);
    background: transparent;
}

.loginpage-form .form-control::-webkit-input-placeholder {
    color: black;
}

.loginpage-form .form-control::-moz-placeholder {
    color: hsla(0, 0%, 61%, 1);
}

.loginpage-form .form-control:-ms-input-placeholder {
    color: hsla(0, 0%, 61%, 1);
}

.loginpage-form .form-control::-ms-input-placeholder {
    color: hsla(0, 0%, 61%, 1);
}

.loginpage-form .form-control::placeholder {
    color: hsla(0, 0%, 61%, 1);
}

.loginpage-container
    .custom-control-input:checked
    ~ .custom-control-label::before {
    border-color: hsla(244, 79%, 52%, 1);
    background-color: hsla(244, 79%, 52%, 1);
}

/* INPUT ADDONS */

.loginpage-form .form-group .input-group-append .input-group-text {
    padding-left: 0.5rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-left: 0 !important;
}

.loginpage-form .form-group .input-group-append .input-group-text:hover {
    color: red;
}

.loginpage-form .input-group-prepend .input-group-text {
    padding-left: 0.5rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0 !important;
}

/* ALERTS */

.loginpage-container .alert {
    margin-bottom: 1.5rem;
}

.loginpage-container .password-field .form-control {
    border-right: 0 !important;
}

.loginpage-container .btn-icon {
    margin-right: 8px;
}


.loginpage-container {
    background-size: contain;
    display: flex;
    align-items: center;
}

.loginpage-inner {
    display: block;
    height: auto;
    position: relative;
}

.loginpage-form {
    padding: 2.5rem;
    background: white;
    border-radius: 12px;
}

.loginpage-logo {
    color: hsla(210, 13%, 20%, 1);
}

.logo-top {
    width: 100px;
}

@media (min-width: 768px) {
    .loginpage-container {
        background: url('../img/bacp.png') center center repeat;
        background-color: hsl(207deg 69% 97%);
    }
    .loginpage-form {
        box-shadow: 0 3px 6px hsla(0, 0%, 0%, 0.1);
    }
}

.loginpage-form .userphone {
    font-size: 0.875rem;
    margin-bottom: 1rem !important;
    text-align: center!important;
    color: hsl(0deg 0% 48%);
}
.loginpage-form .rules {
    font-size: 0.875rem;
    margin-top: 1.5rem !important;
    text-align: center!important;
}
.loginpage-form .confirm {
    font-size: 0.825rem;
    margin-top: 0.9rem !important;
    margin-left: 0.7rem !important;
    text-align: left!important;
}
.loginpage-form .confirm input {
    font-size: 0.825rem;
    color: #007bff !important;
    border:none !important;
    background-color:transparent!important;
    padding: 0!important;
}
.loginpage-form .confirm input:hover {
    color: #0f4d91 !important;
}

/* FORMS */

.loginpage-form .form-group {
    margin-bottom: 1rem;
    background: hsla(216, 77%, 97%, 1);
    border-radius: 20px;
    transition: box-shadow 0.3s;
    border: 1px solid hsla(216, 100%, 93%, 1);
}

/* BUTTONS */

.loginpage-form .btn {
    border-radius: 20px;
    font-weight: bold;
    padding: 0.5rem 1rem;
}

/* INPUT ADDONS */

.loginpage-form .form-group .input-group-append .input-group-text {
    padding-right: 0.5rem;
    font-size: 1.2rem;
}

.loginpage-form .form-group .input-group-append .input-group-text:hover {

}

.loginpage-form .input-group-prepend .input-group-text {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 1.2rem;
    color: #bfbfbf;
}

.loginpage-container .line {
    background: hsla(0, 0%, 61%, 1);
    height: 1px;
    margin-top: 12px;
    text-align: center;
}
.loginpage-container .line span {
    background: #fff;
    padding: 8px;
    position: relative;
    top: -12px;
}

.captchaimg {
   padding-right: 0;
   padding-left: 0;
}

.captchaimg img {
	border-radius: 20px;
}

.teampanel {
	position: absolute;
	left: 15px;
	top: 15px;
}

.teamptext {
	background: #e91e63;
	color: #fff;
	height: 25px;
	display: flex;
	padding: 0 12px;
	border-radius: 3px;
	font-size: 12px;
	font-weight: 700;
	align-items: center;
	justify-content: center;
}