* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}


@font-face {
	font-family: 'WooPanelSeo90';
	src: url('../fonts/IRANSansXFaNum-Regular.woff') format("woff");
}

.ff-en { 
	font-family: 'WooPanelSeo90-en';
}

body,
html {
	font-family: 'WooPanelSeo90';
	font-size: 16px;
	background-color: #eee7e7;
	/* background-image: linear-gradient(45deg, #a0f585, #00000030); */
}

.tooltip-inner {
	font-family: 'WooPanelSeo90';
	font-size: 12px;
}

:root {
	--Color-b: #3b5fff;
	--Color-y: #ebc934;
	--Color-g: #92d133;
	--Color-d: #121212;
	--Color-r: #116466;
	--Color-w: #fff;
	--Color-e: #e5e1e1;
	--Color-el: #f5f4f4;
}

.Color-b {
	color: var(--Color-b);
}

.Color-y {
	color: var(--Color-y);
}

.Color-g {
	color: var(--Color-g) !important;
}

.Color-d {
	color: var(--Color-d);
}

.Color-r {
	color: var(--Color-r);
}

.Color-w {
	color: var(--Color-w);
}

.Color-e {
	color: var(--Color-e);
}

.Color-el {
	color: var(--Color-el);
}

.Bg-b {
	background-color: var(--Color-b);
}

.Bg-y {
	background-color: var(--Color-y);
}

.Bg-g {
	background-color: var(--Color-g);
}

.Bg-d {
	background-color: var(--Color-d);
}

.Bg-r {
	background-color: var(--Color-r);
}

.Bg-w {
	background-color: var(--Color-w);
}

.Bg-e {
	background-color: var(--Color-e);
}

.Bg-el {
	background-color: var(--Color-el);
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	max-width: 100%;
}

.text-justify {
	text-align: justify !important;
}

.rounded-8 {
	border-radius: 8px;
}

.rounded-12 {
	border-radius: 12px;
}

.fs-12 {
	font-size: 12px;
}

.fs-13 {
	font-size: 13px;
}

.fs-14 {
	font-size: 14px;
}

.fs-15 {
	font-size: 15px;
}

.line-clamp-2 {
	display: -webkit-box !important;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-height: 2;
	height: 55px;
}

.z-index-1 {
	z-index: 1;
}

.z-index-2 {
	z-index: 2;
}

.crsr-p {
	cursor: pointer;
}

/* Form Elements */

::placeholder {
	font-size: 16px;
}

form input[type="text"],
form input[type="password"],
form input[type="email"],
form input[type="tel"],
form input[type="number"],
form select {
	border: 1px solid var(--Color-el);
	height: 45px;
	padding: 0 12px;
	border-radius: 6px;
	color: var(--Color-d);
	width: 100%;
	margin: 2px 0;
	background-color: var(--Color-el);
}

form button,
form input[type="submit"] {
	width: auto;
	height: 45px;
	line-height: 46px;
	border: 0;
	background-color: var(--Color-d);
	color: var(--Color-w);
	text-align: center;
	font-size: 15px;
	padding: 0 20px;
	border-radius: 6px;
}

button.disabled {
	cursor: not-allowed;
}

textarea {
	width: 100%;
	border: 1px solid var(--Color-el);
	height: 100px;
	padding: 10px;
	background-color: var(--Color-el);
	resize: none;
	margin: 2px 0;
	border-radius: 6px;
}

input[type="checkbox"]:not(.native) , input[type="radio":not(.native):checked::before] {
    width: 0;
    height: 0;
    position: relative;
}

input[type="checkbox"]:not(.native)::before , input[type="radio"]:not(.native):checked::before::before {
    content: "";
    width: 18px;
    height: 18px;
    border: 1px solid var(--Color-e);
    background-color: var(--Color-w);
    position: absolute;
    border-radius: 3px;
    right: 0;
    top: -13px;
    transition: all 0.4s ease;
}

input[type="checkbox"]:not(.native):checked::before , input[type="radio"]:not(.native):checked::before:checked::before {
    background-color: var(--Color-d);
    border-color: transparent;
    transition: all 0.4s ease;
}

form p{
	margin: 0;
}

form label {
    margin: 12px 0;
	display: block;
}

/* Panel-side-Access */

.btn-close:focus {
	box-shadow: none !important;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.mh-100vh {
	min-height: 100vh;
}

.PanelLogo {
	filter: invert(1);
}

.Panel-side-Access ul li {
	background-color: #1f1f1f;
	color: var(--Color-d);
	border-radius: 4px;
	padding: 0px 8px 0px 8px;
	opacity: 0.9;
	transition: all 0.3s ease;
}

.Panel-side-Access ul li:hover a {
	color: var(--Color-w);
	transition: all 0.3s ease;

}

.Panel-side-Access ul li a {
	opacity: 0.85;
	color: #bfbfbf;
	transition: all 0.3s ease;
}

.Panel-side-Access ul li i {
	position: absolute;
	top: 10px;
	font-size: 20px !important;
	opacity: 0.75;
	color: var(--Color-w);
}

.Panel-side-Access ul li span.position-absolute {
	top: 14px;
	left: 10px;
	color: var(--Color-w);
}

.Panel-side-Access ul li.active {
	background-color: var(--Color-r);
	margin: 12px 0;
	padding: 4px 12px 4px 12px;
}

.Panel-side-Access ul li.active i {
	color: var(--Color-w);
	opacity: 1;
	top: 15px;
}

.Panel-side-Access ul li.active a {
	color: var(--Color-w);
	opacity: 1;
}

.Panel-side-Access ul li:not(.active) span.position-absolute {
	top: 8px;
	color: var(--Color-r);
}

.offcanvas-start {
	width: 300px;
}

#offcanvasExample_Panel .btn-close {
	filter: invert(1);
}

.Tile_Logo img {
	height: 140px;
	object-fit: contain;
}

.Nv-Items {
	width: 40px;
	height: 40px;
	line-height: 46px;
	font-size: 20px;
}

.invert-1 {
	filter: invert(1);
}

/* Panel_MainMenu */

a:hover {
	color: inherit;
}

.Panel_Head {
	background-color: #1f1f1f !important;
}

.Panel_Color {
	background-color: #383838 !important;
}

.Panel_Avatar {
	height: 45px;
	object-fit: contain;
}

.Panel_MainMenu ul li a {
	color: #bfbfbf;
	padding: 12px;
	border-bottom: 2px solid #555;
	transition: all 0.4s ease;
}

.Panel_MainMenu ul li a.active {
	color: var(--Color-w);
	border-color: var(--Color-r);
}

.Panel_MainMenu ul li a:hover {
	color: var(--Color-w);
	border-color: var(--Color-e);
	transition: all 0.4s ease;
}

.Panel_MainMenu ul li:first-child a {
	padding: 12px 0;
	margin-left: 12px;
}

.Panel_MainMenu ul li:last-child a {
	padding: 12px 0;
	margin-right: 12px;
}

/* Panel_Head_Profile */

.Panel_Head_Profile>.position-absolute {
	width: 200px;
	top: 65px;
	z-index: 4;
	border-bottom: 2px solid var(--Color-r);
}

.Panel_Head_Profile>.position-absolute ul li a {
	transition: all 0.4s ease;
	color: var(--Color-d);
}

.Panel_Head_Profile>.position-absolute ul li a:hover {
	opacity: 0.5;
	transition: all 0.4s ease;
}

.Panel_Head_Profile>.position-absolute::before {
	content: "";
	position: absolute;
	top: -12px;
	left: 7px;
	border-top: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 6px solid var(--Color-w)fff;
}

.Hide_jQuery {
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.Show_jQuery {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
}

/* Panel_Main */

.Panel_Main {
	margin-top: -45px;
}

/* login */

.mvh-100 {
	min-height: 100vh;
}

.CaptchaCode {
	filter: blur(1px);
}

.Login-Side {
	background-image: url("../img/Bggg_1.png");
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
}

.toast {
	width: 300px;
    background-color: var(--Color-w);
    box-shadow: none;
    z-index: 5;
}

/* PanelTable */

.PanelTable .row:last-child {
	padding-bottom: 0 !important;
}

.PanelTableNumber {
	/* width: 22px; */
    height: 22px;
    line-height: 25px;
	font-size: 16px;
	border-left: 2px solid var(--Color-e);
}

/* Paginatino */

.Paginatino-Box span,
.Paginatino-Box a {
	display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 38px;
    text-align: center;
    border-radius: 4px;
    background-color: var(--Color-w);
    color: var(--Color-d);
    font-size: 16px;
}

.Paginatino-Box span {
	color: var(--Color-e);
	background-color: var(--Color-d);
}

/* TextArea */

.TextArea {
	margin: 0 8px;
}

@media only screen and (min-width : 767px){
	.TextArea {
		margin: 0 12px;
	}
}

.TextArea p {
	padding: 0 !important;
	margin: 16px 0;
	font-size: 16px;
	text-align: justify;
	opacity: 0.8;
	color: var(--Color-d);
	line-height: 1.8;
}

.TextArea p:last-of-type {
	margin-bottom: 4px !important;
}

.TextArea h2,
.TextArea h3,
.TextArea h4,
.TextArea h5,
.TextArea h6{
	margin: 16px 0;
	padding: 0;
}

/* ticket-shape */

@media only screen and (min-width:992px) {
	.tickets-shape-main .col-sm-6:nth-child(3n-1) {
		padding-right: 3px;
		padding-left: 3px;
	}
}

.ticket-shape {
	height: 90px;
}

.ticket-shape::before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
	background-color: #eee7e7;
    right: -10px;
    top: 35px;
    border-radius: 90px;
}

.ticket-shape::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
	background-color: #eee7e7;
    left: -10px;
    top: 35px;
    border-radius: 90px;
}

.ticket-shape-2 {
	height: 115px;
	border-radius: 6px;
}

.ticket-shape-2::before {
    top: 47px;
}

.ticket-shape-2::after {
    top: 47px;

}

.border-end-dashed {
	border-left: 2px dashed var(--Color-e);
}

.top-1 {
    top: 1px;
}

.top-2- {
    top: -2px;
}

/* Index_Box */

.Index_Box_1 {
	background-color: var(--Color-e);
	background-image: linear-gradient(90deg, var(--Color-r), #a16d6d);
}

.Index_Box_2 {
	background-color: var(--Color-e);
    background-image: linear-gradient(90deg, #79a7e1, #7276ef);
}

.Index_Box_3 {
	background-color: var(--Color-e);
    background-image: linear-gradient(90deg, #bfc4c9, #a9a9b3);
}

.Index_Box_3 a{
	color: var(--Color-d);
}

/* DocsTable */

@media only screen and (min-width : 768px) {
	.DocsTable table tr td:first-child {
		width: 25%;
	}
}

@media only screen and (max-width : 767px) {
	.DocsTable table tr td {
		width: 100% !important;
		display: block;
		border-bottom: 1px solid #eee;
	}
	.DocsTable table tr td:last-child {
		border-bottom-color: transparent !important;
	}
}

/* DocsGallery */

.DocsGallery {
	touch-action: pan-x;
    overflow-x: auto;
}

.DocsGallery::-webkit-scrollbar {
	display: none;
}

.DocsGallery a{
	width: 64px !important;
	height: 64px !important;
	margin: 0 12px;
}

.DocsGallery img{
	width: 64px !important;
	height: 64px !important;
	object-fit: contain;
}

/* chosen */

.chosen-container {
	width: 100% !important;
	border: 0 !important;
}

.chosen-container .chosen-drop {
	top: calc(100% - 4px);
}

.chosen-container-multi .chosen-choices {
    border: 1px solid var(--Color-e);
	border-radius: 6px;
	font-size: 16px;
	background-image: none;
	box-shadow: none;
	padding: 0;
	padding-bottom: 3px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	height: 39px;
    font-family: "WooPanelSeo90";
	padding: 3px 6px 0px 0;
    font-size: 17px;
}

.chosen-container-active {
	box-shadow: none;
    border: 1px solid var(--Color-e);
}

.chosen-container .chosen-results li {
	font-size: 16px;
	padding: 13px 10px 12px 10px;
	background-color: var(--Color-w);
	color: var(--Color-d);
	border-radius: 3px;
}

.chosen-container .chosen-results li.highlighted {
	background-color: var(--Color-e);
	background-image: none !important;
	color: var(--Color-d);
}

.chosen-container .chosen-drop {
	box-shadow: none;
	border: 1px solid var(--Color-e);
	border-top: 0;
	padding: 6px;
}

.chosen-rtl .chosen-choices li.search-choice {
    margin: 3px 3px 0 0;
    padding: 9px 9px 9px 22px;
}

.chosen-container-multi .chosen-choices li.search-choice {
	background-image:none;
	background-color: var(--Color-e);
	border: 0;
	border-radius: 4px;
	line-height: normal;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	top: 4px;
}