@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: bold;
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Bold.eot');
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Bold.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../plugins/fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../plugins/fonts/woff/IRANSansWeb_Bold.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../plugins/fonts/ttf/IRANSansWeb_Bold.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 500;
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Medium.eot');
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Medium.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../plugins/fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../plugins/fonts/woff/IRANSansWeb_Medium.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../plugins/fonts/ttf/IRANSansWeb_Medium.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 300;
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Light.eot');
	src: url('../../../plugins/fonts/eot/IRANSansWeb_Light.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../plugins/fonts/woff2/IRANSansWeb_Light.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../plugins/fonts/woff/IRANSansWeb_Light.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../plugins/fonts/ttf/IRANSansWeb_Light.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: 200;
	src: url('../../../plugins/fonts/eot/IRANSansWeb_UltraLight.eot');
	src: url('../../../plugins/fonts/eot/IRANSansWeb_UltraLight.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../plugins/fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../plugins/fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../plugins/fonts/ttf/IRANSansWeb_UltraLight.ttf') format('truetype');
}
@font-face {
	font-family: IRANSans;
	font-style: normal;
	font-weight: normal;
	src: url('../../../plugins/fonts/eot/IRANSansWeb.eot');
	src: url('../../../plugins/fonts/eot/IRANSansWeb.eot?#iefix') format('embedded-opentype'),  /* IE6-8 */
		 url('../../../plugins/fonts/woff2/IRANSansWeb.woff2') format('woff2'),  /* FF39+,Chrome36+, Opera24+*/
		 url('../../../plugins/fonts/woff/IRANSansWeb.woff') format('woff'),  /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
		 url('../../../plugins/fonts/ttf/IRANSansWeb.ttf') format('truetype');
}

@charset "UTF-8";

html,
body {
    height: 100%;
    margin: 0;
    direction: rtl;
    font-size: 13px;
    font-family: IRANSans;
    min-height: 100%;
    position: relative;
    touch-action: manipulation;
}

.sidebar-overaly {
    position: absolute;
    top: 0;
	bottom: 0;
    left: 0;
	right: 0;
    overflow: hidden;
    display: none;
    z-index: 99;
    background: url('../../images/overlay.png');
    position: fixed;
}

body.lgout {
    background-color: var(--bg);
}

.breadcrumb {
    background: var(--white);
    border: 0px solid var(--bg);
    border-radius: 4px;
}

.pagecontainer {
    background-color: var(--white);
    /* padding-top: 30px; */
    padding-bottom: 20px;
    border-radius: 3px !important;
    margin: 0 auto;
    /*  max-width: 1110px; */
}

.pagecontainer.lgin {
    padding-left: 20px;
    padding-right: 50px;
}

.pagecontainer.lgout {
    padding-left: 30px;
    padding-right: 30px;
    box-shadow: 0px 3px 13px 0px var(--border) !important;
}

#pagetitle {
    padding-bottom: 7px;
    font-weight: 500;
    color: var(--gray3);
    padding-top: 0px;
    margin-bottom: 10px;
}

#pagecontent {
    padding-top: 2px;
}

#mainnavbar{
    background: var(--white);
    border-bottom: 1px solid var(--highlight-side);
    border-top: 1px solid var(--highlight-side);
    background-color: var(--white) !important;
    z-index: 100;
    box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
    padding-top: 3px;
    padding-bottom: 3px;
    position: relative;
}

.footer {
    right: 0;
    bottom: 0;
    left: 0;
    background: #F7E432;
    color: var(--white);

	.links {
	ul {
		list-style-type: none;
	}

	li a {
		color: var(--white);
		transition: color .2s;

		&:hover {
			text-decoration: none;
			color: #4180CB;
		}
	}
}

	.about-company {
		i {
			font-size: 25px;
			text-align: center;
		}

	a {
		color: var(--white);
		transition: color .2s;

		&:hover {
			color: #4180CB;
		}
	}

    .location {
        i {
            font-size: 18px;
            text-align: center;
        }
    }

    .copyright p {
        border-top: 1px solid var(--border);
        text-align: center;
    }
}

}

.push {
    height: 100px;

}

#mainheader {
    z-index: 103;
    width: 100%;
    position: fixed;
    background: var(--txt-side);
    -webkit-box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
    box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
    transition: top 0.2s ease-in-out;
}

.nav-up {
    top: -45px;
}

.nav-down {
    top: 0px;
}

.navbar {
    font-family: IRANSans;
}


#Logo {
    width: 100%;
    text-align: center;
    height: 60px;
    BACKGROUND-COLOR: var(--white);
    direction: rtl;
    margin: 0 auto;
}

#tophead {
    background: green;
}

#topnavbar {
    padding-top: 20px;
    padding-bottom: 20px;
}


#notify {
    padding-top: 10px;
    background-color: #8EFF68;
    border: 1px solid #795128;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color: #007900;
}


.imgleft {
    PADDING-RIGHT: 10px;
    PADDING-LEFT: 0px;
    FLOAT: left;
    PADDING-BOTTOM: 6px;
    PADDING-TOP: 6px;
}

.imgright {
    PADDING-LEFT: 10px;
    PADDING-RIGHT: 0px;
    FLOAT: right;
    PADDING-BOTTOM: 6px;
    PADDING-TOP: 6px;
}

IMG {
    BORDER-WIDTH: 0px;
}

.borderimg {}

.form_up {
    width: 100%;
    height: 35px;
    margin-top: 20px;
    display: table;
    padding-top: 5px;
    text-align: center;
    background-color: #F89201;
    color: var(--white);
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
    font-size: 17px;
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.form_bottom {
    width: 100%;
    height: 8px;
    margin-top: 10px;
    /* background-color: #F89201; */
}

.form_bg {
    /* 	border-right: 3px solid #F89201;
	border-left: 3px solid #F89201; */
    width: auto;
    background-color: var(--bga);
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
    font-size: 17px;
}

.ticket_up {
    width: 100%;
    height: 30px;
    margin-top: 20px;
    padding-top: 5px;
    text-align: center;
    background-color: var(--highlight-side);
    -webkit-border-top-left-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -moz-border-radius-topleft: 4px;
    -moz-border-radius-topright: 4px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.ticket_bottom {
    width: 100%;
    height: 3px;
    margin-top: 10px;
    background-color: var(--highlight-side);
}

.ticket_bg {
    border-right: 3px solid var(--highlight-side);
    border-left: 3px solid var(--highlight-side);
    padding-TOP: 10px;
    width: auto;
    background-color: var(--white)
}

.loader {
    position: fixed;
    z-index: 100;
    right: 50%;
    top: 40%;
}

H1 {
    text-rendering: optimizeLegibility;
    margin-bottom: 1rem;
}

header {
    border-bottom: 1px solid var(--black);
}

header>h4 {
    display: inline-block;
}

header span {
    margin-left: 100px;
}

H2 {
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    text-rendering: optimizeLegibility;
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
}

H3 {
    BORDER-RIGHT: var(--highlight-side) 1px solid;
    BORDER-TOP: var(--highlight-side) 1px solid;
    FONT-WEIGHT: bold;
    FONT-SIZE: 18px;
    text-rendering: optimizeLegibility;
    BACKGROUND: url(../../images/h3_bg.png) var(--gray0);
    BORDER-LEFT: var(--highlight-side) 1px solid;
    COLOR: var(--gray0);
    BORDER-BOTTOM: var(--highlight-side) 1px solid;
    TEXT-ALIGN: center;
}

H4 {
    FONT-WEIGHT: normal;
    FONT-SIZE: 18px;
    text-rendering: optimizeLegibility;
    TEXT-ALIGN: center;
}

h5 {
    FONT-SIZE: 15px;
    FONT-WEIGHT: bold;
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
}

h6 {
    FONT-SIZE: 19px;
    FONT-WEIGHT: bold;
    text-align: center;
    color: var(--gray1);
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
    padding: 0px;
    margin: 0px;
}


.title {
    FONT-WEIGHT: bold;
    FONT-SIZE: 16px;
    COLOR: var(--link-dark);
}


.paymentbtn {
    background-color: var(--white);
    -webkit-transition-duration: 0.3s;
    /* Safari */
    transition-duration: 0.3s;
}

.paymentbtn:hover {
    background-color: var(--grn);
    cursor: pointer;
}

TEXTAREA {
    BACKGROUND-COLOR: var(--fbg);
    FONT-FAMILY: tahoma, IRANSans, arial, verdana;
    FONT-SIZE: 15px;
    border: 1px solid var(--gray4);
    border-radius: 2px;
    padding: 4px;
}

SELECT {
    BACKGROUND-COLOR: var(--fbg);
    FONT-FAMILY: tahoma, IRANSans, arial, verdana;
    FONT-SIZE: 12px;
    border: 1px solid var(--gray4);
    border-radius: 2px;
    padding: 4px;
}

TABLE#borderless {
    BORDER-COLLAPSE: collapse;
}

TABLE.borderless TH {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 5px;
}

TABLE.borderless TD {
    PADDING-RIGHT: 5px;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    VERTICAL-ALIGN: top;
    PADDING-TOP: 5px;
}

.borderless {
    MARGIN-LEFT: auto;
    DIRECTION: rtl;
    MARGIN-RIGHT: auto;
}

.ltr {
    DIRECTION: ltr;
}

.rtl {
    DIRECTION: rtl;
}

.adtable {
    BORDER-RIGHT: var(--light-b) 1px solid;
    BORDER-TOP: var(--light-b) 1px solid;
    MARGIN-LEFT: auto;
    BORDER-LEFT: var(--light-b) 1px solid;
    MARGIN-RIGHT: auto;
    BORDER-BOTTOM: var(--light-b) 1px solid;
    BORDER-COLLAPSE: collapse;
}

.datatable {
    border: 0px;
    border-collapse: collapse;
    MARGIN-LEFT: auto;
    DIRECTION: rtl;
    MARGIN-RIGHT: auto;
}

.datatable TD {
    border: 1px solid var(--highlight-side);
    border-bottom: 2px solid var(--light);
    padding: 4px;
}

.datatable TH {
    FONT-WEIGHT: bold;
    font-family: IRANSans, arial, tahoma, Geneva, sans-serif;
    BACKGROUND: var(--highlight-side);
    FONT-SIZE: 17px;
    BORDER: 0px;
    COLOR: var(--gray2);
    TEXT-ALIGN: center;
}

.datatable CAPTION {
    font-family: IRANSans, arial, tahoma, Geneva, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 23px;
    text-rendering: optimizeLegibility;
    PADDING-BOTTOM: 8px;
    MARGIN-LEFT: auto;
    COLOR: var(--dark-b);
    MARGIN-RIGHT: auto;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
}

.datatable TR.altrow {
    COLOR: var(--black);
    BACKGROUND-COLOR: var(--highlight-side);
}

.rounded6 {
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
    padding: 8px;
    background-color: #f7f7f7;
    border: 1px solid var(--gray4);
    -moz-border-radius: 6px;
    /* Firefox */
    -khtml-border-radius: 6px;
    -webkit-border-radius: 6px;
    /* Safari, Chrome */
    border-radius: 6px;
    /* CSS3 */
}

.rounded5 {
    MARGIN-LEFT: auto;
    MARGIN-RIGHT: auto;
    padding: 8px;
    background-color: var(--bg);
    border: 1px solid var(--gray4);
    -moz-border-radius: 5px;
    /* Firefox */
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    /* Safari, Chrome */
    border-radius: 5px;
    /* CSS3 */
}

.detable {
    BORDER-RIGHT: var(--gray2) 2px solid;
    BORDER-LEFT: var(--gray2) 2px solid;
    BORDER-TOP: var(--gray2) 2px solid;
    BORDER-BOTTOM: var(--gray2) 2px solid;
    BORDER-COLLAPSE: collapse;
    MARGIN-LEFT: auto;
    DIRECTION: rtl;
    MARGIN-RIGHT: auto;
}

.detable TD {
    BORDER-RIGHT: var(--gray0) 1px solid;
    PADDING-RIGHT: 4px;
    BORDER-TOP: var(--gray0) 1px solid;
    PADDING-LEFT: 4px;
    PADDING-BOTTOM: 4px;
    VERTICAL-ALIGN: top;
    BORDER-LEFT: var(--gray0) 1px solid;
    PADDING-TOP: 4px;
    BORDER-BOTTOM: var(--gray0) 1px solid;
    TEXT-ALIGN: right;
}

.hilight {
    color: var(--black);
    background-color: #FF8000;
    font-weight: bold;
}

.left {
    float: left;
    text-align: left;
}

.right {
    float: right;
    clear: none;
}

.center {
    float: center;
    text-align: center;
}















.clear {
    clear: both
}

#nav li {
    float: left;
    display: inline;
    width: 100px;
    height: 40px;
    margin-top: 0px;
    position: relative;
    z-index: 100;
    padding-top: 0px;
    direction: rtl;
}

#nav li a {
    display: block;
    padding-top: 5px;
    font-weight: normal;
    height: 35px;
    /* age 40 bashe be ham mirize */
    text-decoration: none;
    text-align: center;
    color: var(--white)
}

#nav li a:hover {
    color: #FFC600;
}

/* Targeting the first level menu */
#nav {
    margin: 0;
    padding: 0;
    list-style: none;
    FONT-SIZE: 21px;
    font-family: IRANSans, arial, tahoma, nazli, Verdana;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -350px;
    /* negative margin equal to half the width */
    list-style: none;
}

/* Targeting the second level menu */
#nav li ul {
    position: absolute;
    left: -23px;
    display: none;
    margin: 0 0 0 -1px;
    padding: 0;
    list-style: none;
}

#nav li ul li {
    width: 150px;
    float: RIGHT;
    background-color: var(--gray1);
    border: 1px solid var(--head-hov);
    border-top: 0px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    direction: rtl;
}

#nav li ul li a {
    display: block;
    color: var(--white);
    padding-TOP: 3px;
    height: 28px;
    FONT-SIZE: 15px;
    font-weight: normal;
}

#nav li ul li a:hover {
    BACKGROUND: var(--gray0);
    color: #FFC600;
    border-bottom: 1px solid var(--black);
    padding-TOP: 2px;
}

/* Third level menu */
#nav li ul li ul {
    position: absolute;
    left: -150px;
    top: 3px;
    width: 150px;
    float: RIGHT;
    background-color: var(--gray1);
    border: 1px solid var(--head-hov);
    border-top: 0px;
    height: 30px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}

/* A class of current will be added via jQuery */
#nav li.current>a {
    background: var(--gray0);
}

/* CSS fallback */
#nav li:hover>ul.child {
    display: block;
}

#nav li:hover>ul.grandchild {
    display: block;
}





.product {
    height: 380px;
    width: 99%;
    margin: 0 auto;
}

.wpu1 {
    line-height: 20px;
    padding-right: 30px;
    margin-top: 15px;
    direction: rtl;
    list-style: none
}

.w90 {
    width: 90%;
}

.description {
    color: var(--gray4);
    font-family: tahoma, nazli, arial, Verdana;
    font-size: 11px;
    font-weight: normal;
}




.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 100;
    background: url('../../images/overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.msp {
    display: inline-block;
    background: url(../../images/msp.webp) no-repeat;
}

.msp-bank-saman {
    background-position: -1px -0px;
    width: 100px;
    height: 50px;
}

.msp-bank-mellat {
    background-position: -1px -51px;
    width: 83px;
    height: 53px;
}

.msp-bank-parsian {
    background-position: -1px -105px;
    width: 65px;
    height: 55px;
}

.msp-bank-offline {
    background-position: -1px -161px;
    width: 61px;
    height: 53px;
}

.msp-bank-credit {
    background-position: -1px -215px;
    width: 53px;
    height: 53px;
}

.msp-change-domain {
    background-position: -1px -269px;
    width: 48px;
    height: 48px;
}

.msp-create-new-ticket {
    background-position: -50px -269px;
    width: 48px;
    height: 48px;
}

.msp-csv {
    background-position: -1px -318px;
    width: 48px;
    height: 48px;
}

.msp-domain-approve-email {
    background-position: -50px -318px;
    width: 48px;
    height: 48px;
}

.msp-domain-auth-code-change {
    background-position: -1px -367px;
    width: 48px;
    height: 48px;
}

.msp-domain-auth-code {
    background-position: -50px -367px;
    width: 48px;
    height: 48px;
}

.msp-domain-change-whois {
    background-position: -1px -416px;
    width: 48px;
    height: 48px;
}

.msp-domain-child-hosts {
    background-position: -50px -416px;
    width: 48px;
    height: 48px;
}

.msp-domain-control-panel {
    background-position: -1px -465px;
    width: 48px;
    height: 48px;
}

.msp-domain-ns-records {
    background-position: -50px -465px;
    width: 48px;
    height: 48px;
}

.msp-domain-transfer-lock {
    background-position: -1px -514px;
    width: 48px;
    height: 48px;
}

.msp-reset-host {
    background-position: -50px -514px;
    width: 48px;
    height: 48px;
}

.msp-reset-password {
    background-position: -1px -563px;
    width: 48px;
    height: 48px;
}

.msp-restore-backup {
    background-position: -50px -563px;
    width: 48px;
    height: 48px;
}

.msp-temp-upgrade {
    background-position: -1px -612px;
    width: 48px;
    height: 48px;
}

.msp-unblock-ip {
    background-position: -50px -612px;
    width: 48px;
    height: 48px;
}

.msp-upgrade-service {
    background-position: -1px -661px;
    width: 48px;
    height: 48px;
}

.msp-ticket-password {
    background-position: -55px -215px;
    width: 40px;
    height: 40px;
}

.msp-change-dns {
    background-position: -67px -105px;
    width: 32px;
    height: 32px;
}

.msp-logout {
    background-position: -67px -138px;
    width: 24px;
    height: 33px;
}

.msp-add-domain-to-panel {
    background-position: -63px -172px;
    width: 16px;
    height: 16px;
}

.msp-add-fund {
    background-position: -80px -172px;
    width: 16px;
    height: 16px;
}

.msp-balance {
    background-position: -63px -189px;
    width: 16px;
    height: 16px;
}

.msp-bazaryabi {
    background-position: -80px -189px;
    width: 16px;
    height: 16px;
}

.msp-change-dns2 {
    background-position: -50px -661px;
    width: 16px;
    height: 16px;
}

.msp-change-mail {
    background-position: -67px -661px;
    width: 16px;
    height: 16px;
}

.msp-delete {
    background-position: -84px -661px;
    width: 16px;
    height: 16px;
}

.msp-domains {
    background-position: -50px -678px;
    width: 16px;
    height: 16px;
}

.msp-expiring-domains {
    background-position: -67px -678px;
    width: 16px;
    height: 16px;
}

.msp-hesab {
    background-position: -84px -678px;
    width: 16px;
    height: 16px;
}

.msp-home {
    background-position: -50px -695px;
    width: 16px;
    height: 16px;
}

.msp-invoices {
    background-position: -67px -695px;
    width: 16px;
    height: 16px;
}

.msp-locked {
    background-position: -84px -695px;
    width: 16px;
    height: 16px;
}

.msp-move-domain-status {
    background-position: -1px -710px;
    width: 16px;
    height: 16px;
}

.msp-move-domain {
    background-position: -18px -710px;
    width: 16px;
    height: 16px;
}

.msp-move-service-status {
    background-position: -35px -712px;
    width: 16px;
    height: 16px;
}

.msp-move-service {
    background-position: -52px -712px;
    width: 16px;
    height: 16px;
}

.msp-new-ticket {
    background-position: -69px -712px;
    width: 16px;
    height: 16px;
}

.msp-panel {
    background-position: -1px -727px;
    width: 16px;
    height: 16px;
}

.msp-password {
    background-position: -18px -727px;
    width: 16px;
    height: 16px;
}

.msp-poorsant {
    background-position: -35px -729px;
    width: 16px;
    height: 16px;
}

.msp-profile {
    background-position: -52px -729px;
    width: 16px;
    height: 16px;
}

.msp-renew {
    background-position: -69px -729px;
    width: 16px;
    height: 16px;
}

.msp-sanctioned-domains {
    background-position: -1px -744px;
    width: 16px;
    height: 16px;
}

.msp-services {
    background-position: -18px -744px;
    width: 16px;
    height: 16px;
}

.msp-tickets {
    background-position: -35px -746px;
    width: 16px;
    height: 16px;
}

.msp-uid {
    background-position: -52px -746px;
    width: 16px;
    height: 16px;
}

.msp-unlocked {
    background-position: -69px -746px;
    width: 16px;
    height: 16px;
}

.msp-upgrade {
    background-position: -1px -761px;
    width: 16px;
    height: 16px;
}

.msp-whois {
    background-position: -18px -761px;
    width: 16px;
    height: 16px;
}

.msp-s-asc {
    background-position: -85px -51px;
    width: 11px;
    height: 9px;
}

.msp-s-desc {
    background-position: -85px -61px;
    width: 11px;
    height: 9px;
}

.msp-arrow-yellow {
    background-position: -85px -71px;
    width: 6px;
    height: 8px;
}







.msp2 {
    display: inline-block;
    background: url(../../images/msp2.webp) no-repeat;
}

.msp2-bpmlogo {
    background-position: -1px -0px;
    width: 90px;
    height: 85px;
}

.msp2-enamad {
    background-position: -1px -86px;
    width: 90px;
    height: 136px;
}

.msp2-error {
    background-position: -1px -223px;
    width: 48px;
    height: 48px;
}

.msp2-info {
    background-position: -1px -272px;
    width: 48px;
    height: 48px;
}

.msp2-notify {
    background-position: -1px -321px;
    width: 48px;
    height: 48px;
}

.msp2-warning {
    background-position: -1px -370px;
    width: 48px;
    height: 48px;
}

.msp2-recover2 {
    background-position: -1px -419px;
    width: 46px;
    height: 40px;
}

.msp2-register2 {
    background-position: -1px -460px;
    width: 46px;
    height: 40px;
}

.msp2-contact {
    background-position: -50px -223px;
    width: 32px;
    height: 32px;
}

.msp2-opinion {
    background-position: -50px -256px;
    width: 32px;
    height: 32px;
}

.msp2-print {
    background-position: -50px -289px;
    width: 32px;
    height: 32px;
}

.msp2-comment-add {
    background-position: -50px -322px;
    width: 24px;
    height: 24px;
}

.msp2-telegram {
    background-position: -50px -347px;
    width: 24px;
    height: 24px;
}

.msp2-check {
    background-position: -50px -372px;
    width: 20px;
    height: 20px;
}

.msp2-collapse {
    background-position: -71px -372px;
    width: 17px;
    height: 16px;
}

.msp2-expand {
    background-position: -71px -389px;
    width: 17px;
    height: 16px;
}

.msp2-available {
    background-position: -50px -393px;
    width: 16px;
    height: 16px;
}

.msp2-chkno {
    background-position: -67px -406px;
    width: 16px;
    height: 16px;
}

.msp2-chkok {
    background-position: -50px -410px;
    width: 16px;
    height: 16px;
}

.msp2-fax {
    background-position: -67px -423px;
    width: 16px;
    height: 16px;
}

.msp2-lastnode-rtl {
    background-position: -48px -427px;
    width: 16px;
    height: 22px;
}

.msp2-line {
    background-position: -65px -440px;
    width: 16px;
    height: 22px;
}

.msp2-node-rtl {
    background-position: -48px -450px;
    width: 16px;
    height: 22px;
}

.msp2-phone {
    background-position: -65px -463px;
    width: 16px;
    height: 16px;
}

.msp2-taken {
    background-position: -48px -473px;
    width: 16px;
    height: 16px;
}

.msp2-recover {
    background-position: -75px -322px;
    width: 12px;
    height: 12px;
}

.msp2-register {
    background-position: -75px -335px;
    width: 12px;
    height: 12px;
}

.msp2-overlay {
    background-position: -75px -348px;
    width: 10px;
    height: 10px;
}

.msp2-square {
    background-position: -83px -223px;
    width: 5px;
    height: 5px;
}

code:before {
    position: absolute;
    content: 'Code:';
    top: -1.35em;
    left: 0;
}

code {
    margin-top: 1.5em;
    position: relative;
    background: var(--highlight-side);
    border: 1px solid var(--gray3);
    white-space: pre;
    padding: .25em;
    display: block;
    overflow: scroll;
    direction: ltr;
    /* added by bahram0110 */
}

.ie6 code,
.ie7 code {
    margin-top: 0;
}

code:before,
code {
    display: block;
    text-align: left;
}

blockquote_old {
    position: relative;
    background: var(--bg-light);
    margin: .25em 0;
    border: 1px solid var(--gray3);
    padding: .25em;
    border-radius: 5px;
}

blockquote cite {
    font-weight: bold;
    display: block;
    font-size: 1em;
    border-bottom: 1px solid var(--gray3);
}

blockquote {
    background: var(--white);
    color: var(--head-hov);
    padding: 20px;
    padding-left: 50px;
    box-sizing: border-box;
    box-shadow: 0 2px 4px var(--border);
    position: relative;
    overflow: hidden;
    min-height: 120px;
}

blockquote::before {
    font-family: Arial;
    content: "\201C";
    color: var(--link-light);
    font-size: 4em;
    position: absolute;
    left: 10px;
    top: -10px;
}

blockquote::after {
    content: '';
}

blockquote span {
    display: block;
    color: var(--head-hov);
    font-style: normal;
    font-weight: bold;
    margin-top: 1em;
}


.rate_ticket ul {
    background: url('../../images/star_empty.png') repeat-x;
}

.rate_ticket a:hover {
    background: url('../../images/star_highlight.png') repeat-x;
    cursor: pointer;
}

.rate_ticket a:active,
.rate_ticket a:focus,
.rate_ticket a.checked {
    background: url('../../images/star_full.png') repeat-x;
}

.rate_ticket ul {
    position: relative;
    width: 80px;
    /*5 times the width of your star*/
    height: 15px;
    /*height of your star*/
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
    background-position: left top;
}

.rate_ticket li {
    display: inline;
}

.rate_ticket a {
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -1000em;
    height: 15px;
    /*height of your star*/
    line-height: 15px;
    /*height of your star*/
    outline: none;
    overflow: hidden;
    border: none;
}

.rate_ticket a.one-star {
    width: 20%;
    z-index: 6;
}

.rate_ticket a.two-stars {
    width: 40%;
    z-index: 5;
}

.rate_ticket a.three-stars {
    width: 60%;
    z-index: 4;
}

.rate_ticket a.four-stars {
    width: 80%;
    z-index: 3;
}

.rate_ticket a.five-stars {
    width: 100%;
    z-index: 2;
}

.rate_ticket a.current {
    z-index: 1;
}


.dvTable {
    display: table;
}

.dvTitle {
    display: table-caption;
    text-align: center;
    font-weight: bold;
    font-size: larger;
}

.dvHeading {
    display: table-row;
    font-weight: bold;
    text-align: center;
}

.dvRow {
    display: table-row;
}

.dvCell {
    display: table-cell;
    border: solid var(--highlight-side);
    border-width: thin;
    padding-left: 5px;
    padding-right: 5px;
}

.dvHCell {
    display: table-cell;
    border-top: solid var(--gray4);
    border-left: solid var(--gray4);
    border-right: solid var(--gray4);
    border-width: thin;
    FONT-WEIGHT: bold;
    font-family: IRANSans, arial, tahoma, Geneva, sans-serif;
    BACKGROUND: var(--highlight-side);
    FONT-SIZE: 17px;
    COLOR: var(--gray1);
    TEXT-ALIGN: center;
}

#panel {
    border-radius: 3px !important;
    background-color: var(--white) !important;
    box-shadow: 0px 3px 13px 0px var(--border) !important;
}

.card.ticketpost-usr {
    margin-bottom: 20px;
	border: 1px solid var(--link-light);
	border-bottom-right-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	border-bottom-left-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
}

.card.ticketpost-stf {
    margin-bottom: 20px;
    border: 1px solid var(--txt-card);
	border-bottom-right-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	border-bottom-left-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
	box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
}

.dropdown-content li>span {
    font-size: 10px;
}

.dash-box {
    position: relative;
    background: #B24592;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to top, #F15F79, #B24592);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #F15F79, #B24592);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */




    border-radius: 4px;
    text-align: center;
    margin: 60px 0 50px;
}

.dash-box-icon {
    position: absolute;
    left: 75%;
    font-size: 16px;
    font-weight: bold;
    color: var(--white);
    top: 10%;
}

.dash-box-action {
    transform: translateY(-50%) translateX(-50%);
    position: absolute;
    left: 50%;
}

.dash-box-body {
    padding: 50px 20px;
}

.dash-box-icon:after {
    width: 60px;
    height: 60px;
    position: absolute;
    background: rgba(247, 148, 137, 0.91);
    content: '';
    border-radius: 50%;
    left: -10px;
    top: -10px;
    z-index: -1;
}

.dash-box-icon>i {
    background: #ff5444;
    border-radius: 50%;
    line-height: 40px;
    color: var(--white);
    width: 40px;
    height: 40px;
    font-size: 22px;
}

.dash-box-icon:before {
    width: 75px;
    height: 75px;
    position: absolute;
    background: rgba(253, 162, 153, 0.34);
    content: '';
    border-radius: 50%;
    left: -17px;
    top: -17px;
    z-index: -2;
}

.dash-box-action>button {
    border: none;
    background: var(--white);
    border-radius: 19px;
    padding: 7px 16px;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: .5px;
    color: var(--link-dark);
    box-shadow: 0 3px 5px var(--gray4);
}

.dash-box-body>.dash-box-count {
    display: block;
    font-size: 30px;
    color: var(--white)
    /*! font-weight: 300; */
}

.dash-box-body>.dash-box-title {
    font-size: 13px;
    color: var(--bga);
    font-weight: 200;
}

.login-container {
    margin-top: 5%;
    margin-bottom: 5%;
}

.login-form-1 {
    padding: 5%;
    background: var(--highlight-side);
}

.login-form-1 h3 {
    text-align: center;
    color: var(--head-hov);
}

.login-form-2 {
    padding: 5%;
    background: var(--highlight-side);
}

.login-form-2 h3 {
    text-align: center;
    color: var(--white)
}

.login-container form {
    padding: 10%;
}

.btnSubmit {
    width: 50%;
    border-radius: 1rem;
    padding: 1.5%;
    border: none;
    cursor: pointer;
}

.login-form-1 .btnSubmit {
    font-weight: 600;
    color: var(--white);
    background-color: var(--link-dark);
}

.login-form-2 .btnSubmit {
    font-weight: 600;
    color: var(--link-dark);
    background-color: var(--white)
}

.login-form-2 .ForgetPwd {
    color: var(--white);
    font-weight: 600;
    text-decoration: none;
}

.login-form-1 .ForgetPwd {
    color: var(--link-dark);
    font-weight: 600;
    text-decoration: none;
}

@media (min-width: 768px) {
    .page-wrapper .page-content>div {
        padding: 5px 10px 20px 20px;
    }

    .dv_tkt_title_fixed {
        top: 44px;
        margin-top: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-left: 0.7rem;
        padding-right: 0.7rem;
    }

    .dropdown-menu.keepopen {
        left: 50px;
    }

    a.sub-cat-title:hover {
        background-image: none;
        background-color: var(--pnk);
		color: var(--txt-card);
    }

    .page-wrapper .page-content>div {
        padding: 5px 10px 20px 20px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar {
        font-size: 14px;
        font-weight: 500;
    }
}

@media (max-width: 767px) {
    #sidebar {
        display: none;
    }

    .dv_tkt_title_fixed {
        margin-right: -5px;
    }

    .dv_tkt_title_fixed {
        top: 0px;
        margin-top: 0;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .navbar {
        font-size: 15px;
        font-weight: 500;
    }

    .dropdown-menu {
        max-height: 600px;
        overflow-y: auto;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 12px;
    }

    .navbar {
        font-size: 12px;
        font-weight: 300;
    }

    .dropdown-menu {
        max-height: 280px;
        overflow-y: auto;
    }
	.pagecontainer {
		padding-top: 30px;
	}
}

.hideOverflow {
    display: block;
    max-width: 100px;
    border-bottom: 0px;
}


/* dropdown */
.ui.label {
    background-color: var(--highlight-side);
    color: var(--gray1) !important;
    font-size: 13px;
}

.ui.label .icon:before {
    content: 'x';
    font-style: normal;
    font-size: 12px;
    padding-left: 5px;
    position: relative;
    top: -1px;
    cursor: pointer;
}

.ui.label .icon:hover:before {
    color: #F00;
}

@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

body {
    font-size: 1.1rem;
}

.sidebar-submenu {
    background-color: var(--bg);
}


@keyframes swing {
    0% {
        transform: rotate(0deg);
    }

    10% {
        transform: rotate(10deg);
    }

    30% {
        transform: rotate(0deg);
    }

    40% {
        transform: rotate(-10deg);
    }

    50% {
        transform: rotate(0deg);
    }

    60% {
        transform: rotate(5deg);
    }

    70% {
        transform: rotate(0deg);
    }

    80% {
        transform: rotate(-5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

@keyframes sonar {
    0% {
        transform: scale(0.9);
        opacity: 1;
    }

    100% {
        transform: scale(2);
        opacity: 0;
    }
}

.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand>a,
.sidebar-wrapper .sidebar-dropdown>a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#mainheader.nav-down,
#show-sidebar,
#close-sidebar {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*----------------page-wrapper----------------*/

/* .page-wrapper {
    min-height: 100vh;
} */

.page-wrapper .theme {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 4px;
    margin: 2px;
}

.page-wrapper .theme.chiller-theme {
    background: var(--head-hov);
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
    right: 0px;
}

@media screen and (min-width: 768px) {
    .page-wrapper.toggled .page-content {
        padding-right: 265px;
    }

    .page-wrapper.toggled .dv_tkt_title1_fixed {
        margin-right: -30px;
        margin-left: 0px;
        padding-top: 5px;
        padding-right: 15px;
        padding-left: 273px;
    }

    .dv_tkt_title1_fixed {
        margin-right: -135px;
    }
	.maincontent-footer {
		display: none;
	}

}

/*----------------show sidebar button----------------*/
#show-sidebar {
    position: fixed;
    top: 3px;
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    border-radius: 4px;
    width: 40px;
    transition-delay: 0.3s;
    z-index: 104;
}

.hidesidebtn#show-sidebar {
    right: -45px;
}

.showsidebtn#show-sidebar {
    right: 3px;
}

/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
    width: 260px;
    height: 100%;
    max-height: 100%;
    position: fixed;
    top: 0;
    right: -300px;
    z-index: 102;
    overflow-y: auto;
    /*  border-left: 2px solid #E0E0E0; */
}

.sidebar-wrapper ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.sidebar-wrapper a {
    text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
    max-height: calc(100% - 30px);
    height: calc(100% - 30px);
    overflow-y: auto;
    position: relative;
    padding-top: 45px;
}

.sidebar-content.desktop {
    overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
    padding: 10px 20px;
    display: flex;
    align-items: center;
    /*  text-align: center; */
}

.sidebar-wrapper .sidebar-brand>a {
    text-transform: uppercase;
    font-weight: bold;
    flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
    cursor: pointer;
    font-size: 25px;
}

/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
    padding: 6px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
    float: right;
    width: 60px;
    padding: 2px;
    border-radius: 12px;
    margin-right: 15px;
    overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.sidebar-wrapper .sidebar-header .user-info {
    float: right;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
    font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-customerid {
    font-size: 16px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
    font-size: 11px;
    margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
    font-size: 8px;
    margin-left: 4px;
    color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search>div {
    padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
    font-weight: bold;
    font-size: 14px;
    padding: 15px 20px 5px 20px;
    display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
    display: inline-block;
    width: 100%;
    text-decoration: none;
    position: relative;
    padding: 8px 15px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-left: 10px;
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover>i::before {
    display: inline-block;
    animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown>a:after {
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f107";
    font-style: normal;
    display: inline-block;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    background: 0 0;
    position: absolute;
    right: 15px;
    top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
    padding: 5px 0;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
    padding-right: 0px;
    font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
    content: "\f111";
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-left: 10px;
    font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
    float: left;
    margin-top: 8px;
    margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
    float: left;
    margin-top: 0px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
    display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a:after {
    transform: rotate(90deg);
    /*right: 17px;*/
}

/*--------------------------side-footer------------------------------*/

.sidebar-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    display: flex;
}

.sidebar-footer>a {
    flex-grow: 1;
    text-align: center;
    height: 30px;
    line-height: 30px;
    position: relative;
}

.sidebar-footer>a .notification {
    position: absolute;
    top: 0;
}

.badge-sonar {
    display: inline-block;
    background: #980303;
    border-radius: 50%;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 0;
}

.badge-sonar:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    border: 2px solid #980303;
    opacity: 0;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    animation: sonar 1.5s infinite;
}

/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
    display: inline-block;
    width: 100%;
    padding-right: 0px;
    padding-top: 20px;
}



.page-wrapper .page-content {
    overflow-x: hidden;
}


/*------scroll bar---------------------*/

::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

::-webkit-scrollbar-button {
    width: 0px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: var(--gray1);
    border: 0px none var(--white);
    border-radius: 0px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray3);
    width: 15px;
}

::-webkit-scrollbar-thumb:active {
    background: #a2a367;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 0px none var(--white);
    border-radius: 50px;
}

::-webkit-scrollbar-track:hover {
    background: transparent;
    width: 15px;
}

::-webkit-scrollbar-track:active {
    background: transparent;
}

::-webkit-scrollbar-corner {
    background: transparent;
}



/*-----------------------------chiller-theme-------------------------------------------------*/

.chiller-theme .sidebar-wrapper {
    background: #31353D;
}

.chiller-theme .sidebar-wrapper .sidebar-header,
.chiller-theme .sidebar-wrapper .sidebar-search,
.chiller-theme .sidebar-wrapper .sidebar-menu {
    border-top: 1px solid #3a3f48;
}

.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    border-color: transparent;
    box-shadow: none;
}

.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text,
.chiller-theme .sidebar-wrapper .sidebar-brand>a,
.chiller-theme .sidebar-wrapper .sidebar-menu ul li a,
.chiller-theme .sidebar-footer>a {
    color: var(--gray4);
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li:hover>a,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active>a,
.chiller-theme .sidebar-wrapper .sidebar-header .user-info,
.chiller-theme .sidebar-wrapper .sidebar-brand>a:hover,
.chiller-theme .sidebar-footer>a:hover i {
    color: var(--gray4);
}

.page-wrapper.chiller-theme.toggled #close-sidebar {
    color: var(--gray4);
}

.page-wrapper.chiller-theme.toggled #close-sidebar:hover {
    color: var(--white);
}

.chiller-theme .sidebar-wrapper ul li:hover a i,
.chiller-theme .sidebar-wrapper .sidebar-dropdown .sidebar-submenu li a:hover:before,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu:focus+span,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
    color: var(--link-light);
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
    /* background: var(--gray3)AB2; */
}

.chiller-theme .sidebar-wrapper .sidebar-menu ul li a i,
.chiller-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.chiller-theme .sidebar-wrapper .sidebar-search input.search-menu,
.chiller-theme .sidebar-wrapper .sidebar-search .input-group-text {
    background: var(--txt-side);
}



.chiller-theme .sidebar-wrapper .sidebar-menu .header-menu span {
    color: var(--gray2);
}

.chiller-theme .sidebar-footer {
    background: var(--txt-side);
    box-shadow: 0px -1px 5px var(--head-hov);
    border-top: 1px solid var(--gray0);
}

.chiller-theme .sidebar-footer>a:first-child {
    border-left: none;
}

.chiller-theme .sidebar-footer>a:last-child {
    border-left: none;
}


.sidebar-background {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    opacity: 0.2;
    top: 0;
    right: 0;
    background-size: cover;
    background-position: center center;
    transition: all 0.25s ease-out 0s;
}

#maincontent {
    font-size: 1.1rem;
}

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}


.navbar-light .navbar-nav .nav-link {
    color: var(--white)
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--link-light);
}

.navbar-light .navbar-nav .nav-link:focus {
    color: var(--link-light);
}

caption {
    caption-side: top;
    font-family: IRANSans, arial, tahoma, Geneva, sans-serif;
    FONT-WEIGHT: bold;
    FONT-SIZE: 23px;
    text-rendering: optimizeLegibility;
    PADDING-BOTTOM: 8px;
    MARGIN-LEFT: auto;
    COLOR: var(--txt-side);
    MARGIN-RIGHT: auto;
    PADDING-TOP: 3px;
    TEXT-ALIGN: center;
}



/* DivTable.com */
.divTable {
    display: table;
    width: 100%;
}

.divTableRow {
    display: table-row;
}

.divTableHeading {
    background-color: var(--light);
    display: table-header-group;
}

.divTableCell,
.divTableHead {
    border: 1px solid var(--bg);
    display: table-cell;
    padding: 3px 10px;
}

.divTableHeading {
    background-color: var(--light);
    display: table-header-group;
    font-weight: bold;
}

.divTableFoot {
    background-color: var(--light);
    display: table-footer-group;
    font-weight: bold;
}

.divTableBody {
    display: table-row-group;
}

.collapse-text {
    text-overflow: ellipsis;
    max-width: 200px;
    overflow: hidden;
}

.dv_tkt_title {
    background-color: var(--white);
    width: 100%;
    max-height: 500px;
}

.dv_tkt_title_fixed {
    background-color: var(--white);
    width: inherit;
    max-height: 500px;
    position: fixed;
    z-index: 101;
    border-color: var(--grn);
    margin-right: -15px;
    margin-left: 50px;
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 20px;
}

.dv_tkt_title1_fixed {
    background-color: var(--white);
    width: inherit;
    max-height: 500px;
    position: fixed;
    z-index: 101;
    border-color: var(--grn);
    margin-right: -30px;
    margin-left: 50px;
    padding-top: 5px;
    padding-right: 40px;
    padding-left: 20px;
}

.col {
    margin-top: 15px;
    margin-bottom: 10px;
}

/* datepicker */
.modal {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--white);
    box-shadow: 0 0 8px var(--border);
    transition: margin-top 0.3s ease, height 0.3s ease;
    transform: translateZ(0);
    box-sizing: border-box;
    z-index: 999;
    border-radius: 3px;
    max-width: 600px;
    display: block;
    height: 400px;
    overflow: scroll;
}

.icon-link-muted {
    color: #d8d9da;
}

.icon-link-muted:hover {
    color: var(--gray2);
    text-shadow: 0px 0px 10px rgba(22, 199, 255, 0.5);
}

.fa-spinner {
    color: var(--white);
    text-shadow: 1px 1px 1px var(--gray4);
}

.navbar-toggler>.close {
    display: inline;
}

.navbar-toggler.collapsed>.close,
.navbar-toggler:not(.collapsed)>.navbar-toggler-icon {
    display: none;
}

/* chat */

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

p.subtitle {
    margin: 0;
    padding: 0 0 0 0.125em;
    font-size: 0.77em;
    color: gray;
}

ul#chatroom_messages {
    overflow: auto;
    height: 16em;
    background-color: var(--highlight-side);
    padding: 0 3px;
    list-style: none;
    direction: rtl;
    text-align: right;
    border: 1px solid var(--gray4);
}

ul#chatroom_messages li {
    margin: 0.35em 0;
    padding: 0;
    display: flex;
}

ul#chatroom_messages li small {
    display: block;
    font-size: 0.89em;
    background-color: var(--white);
    color: var(--highlight-side);
}

ul#chatroom_messages li.pending {
    color: var(--gray3);
}

.chatroom_users {
    text-align: right;
}

.chatroom_users li {
    font-weight: bold;
    margin: 10px 0;
}

form {
    font-size: 1em;
    margin: 1em 0;
    padding: 0;
}

form p {
    position: relative;
    margin: 0.5em 0;
    padding: 0;
}

form p input {
    font-size: 1em;
}


input#chat_txt {
    width: 70%;
}

pre {
    font-size: 0.77em;
}


.self .msg {
    order: 1;
    background: var(--light);
    color: var(--txt-side);
    position: relative;

}

.msg {
    animation: fadeIn 0.3s ease;
    -moz-animation: fadeIn 0.3s ease;
    -o-animation: fadeIn 0.3s ease;
    -webkit-animation: fadeIn 0.3s ease;
}

.other {
    align-items: flex-end;
    justify-content: flex-end;
}

.other .msg {
    order: 1;
    background: var(--white);
    color: var(--black)
}

.other .avatar {
    order: 2;
}

.other .avatar:after {
    content: "";
    position: relative;
    display: inline-block;
    bottom: 19px;
    right: 0px;
    width: 0px;
    height: 0px;
    border: 5px solid var(--white);
    border-right-color: transparent;
    border-top-color: transparent;
    box-shadow: 0px 2px 0px var(--light);
}

.msg {
    background: var(--white);
    min-width: 50px;
    padding: 10px;
    border-radius: 7px;
    position: relative;
	box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
}

.msg time {
    font-size: 8px;
    color: var(--gray4);
    margin-top: 3px;
    margin-right: 10px;
    float: right;
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.msg time:before {
    color: var(--gray4);
    display: inline-block;
    margin-right: 4px;
}

.main_chat_window {
    width: 350px;
    height: 360px;
    left: 50px;
    bottom: 5px;
    display: none;
    border-style: dashed;
    border-width: 1px;
    position: fixed;
    z-index: 10000;
    direction: rtl;
    background-color: var(--white);
}

#chat-title {
    padding: 5px 5px;
    display: flex;
    align-items: center;
    text-align: center;
}

#close-chat {
    cursor: pointer;
    font-size: 20px;
}

#close-chat:hover {
    color: var(--link-dark);
}

#dv_chat_title {
    text-align: center;
    border: 1px solid var(--gray3)bad;
    border-radius: 6px;
}

#dv_chat_users {
    border: 1px solid var(--gray3)bad;
    border-radius: 6px;
}

.breadcrumb-item+.breadcrumb-item::before {
    content: ">";
}






/* Alireza Mohammadi Edits */




#mainheader {
    background: var(--white)!important;
}

.nav-item a,
.nav-btn-link a {
    color: var(--txt-header) !important;
    font-weight: 500 !important;
    transition: all .1s ease-in-out;
}
.nav-item a:hover,
.nav-btn-link a:hover {
    color: var(--head-hov) !important;
}

.page-content,
.pagecontainer {
    background: var(--fbg) !important;
}

#navbarTogglerDemo02 {
    /* right: 260px; */
    /* position: absolute; */
    margin-right: 35px !important;
}

.sidebar-background, .sidebar-submenu{
    background: var(--white)!important;
    opacity: 100%;
}
.sidebar-menu a{
    color: var(--txt-side) !important;
}
.sidebar-menu i{
    color: var(--light) !important;
}
@media screen and (max-width:1000px) {
    .navbar-brand img {
        width: 150px; /* عرض اصلی لوگو */
        position: absolute;
        right: 0px; /* منوی شما به سمت راست کشیده می‌شود */
        clip-path: inset(0 0 0 120px);
      }
}
@media screen and (max-width:767px) {
    #navbarTogglerDemo02 {
        /* right: auto;
        position:relative; */
        margin-right: unset !important;
    }
    #mainheader {
        background: var(--white)!important;
    }
}
.user-info-btn{
    background-image: url('../../images/user.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 100%;
    border: 0;
}
.user-info-btn::after{
    border: none;
}
.user-info-btn{
    width: 32px;
}
.user-info-btn:focus{
    box-shadow: none;
}
.user-info-btn:active{
    background-image: url('../../images/user.jpg') !important;
}
.user-info-group .dropdown-menu,.shopping-basket-group .dropdown-menu{
    left: 5px;
}
.shopping-basket-group .btn{
    background: transparent;
    display: flex;
    align-items: center;
}
.shopping-basket-group .btn:focus{
    box-shadow: none;
}
.shopping-basket-group .btn::after{
    display: none !important;
}
a.sub-cat-title,.nav-item a,.sub-cat-title,.sidebar-dropdown,.sidebar-footer a i,.sidebar-footer a{
    transition: all .2s ease-in-out !important;
}
a.cat-title:hover {
	cursor: default;
	color: var(--gray1);
}
@media (min-width: 768px){
    a.sub-cat-title:hover {
        background-image: none;
        background-color: var(--highlight-side);
        color: var(--head-hov) !important;
    }
}

.sidebar-dropdown:hover{
    /*background: rgba(0, 0, 0, 0.03);*/
}
.sidebar-header,.sidebar-menu{
    border: none !important;
}
.user-image{
    width: 70px !important;
    height: 70px !important;
    border-radius: 20%;
    box-shadow: 0 5px 5px 0 var(--border);
}
.sidebar-wrapper .sidebar-header .user-pic{
    margin: 0 !important;
}
.user-customerid{
    color: var(--txt-title) !important;
    font-weight: 400 !important;
    font-size: 14px !important;
}
.user-status span{
    color: var(--light-b) !important;
}
.showsidebtn{
    display: none !important;
}
#navLogo{
    transition: all .3s ease-in-out !important;
}
.logo-img{
    height: 36px;
    width: 200px;
}
.logo-img-sm{
    height: 18px;
    width: 100px;
}
.chiller-theme .sidebar-footer{
    background: var(--bg-light) !important;
    box-shadow: none !important;
    border: none !important;
}
.sidebar-footer a:not(:last-child) i{
    color: var(--txt-card);
}
.toggle-sidebar{
    cursor: pointer !important;
}
@media screen and (max-width:767px) {
    #navbarTogglerDemo02{
        position: absolute;
        background: var(--white);
        top: 52px;
        right: 0;
        width: 100%;
        padding-bottom: 10px;
    }
}


.card {
    background: var(--bg-light);
    min-height: 50px;
    box-shadow: none;
    border: 0;
    position: relative;
    margin-bottom: 24px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.card .card-inside-title {
    margin-top: 25px;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    color: var(--black);
}

.card .card-inside-title small {
    color: var(--gray3);
    display: block;
    font-size: 11px;
    margin-top: 5px
}

.card .card-inside-title small a {
    color: var(--gray2);
    font-weight: bold
}

.card .card-inside-title:first-child {
    margin-top: 0
}

.card .bg-red,
.card .bg-pink,
.card .bg-purple,
.card .bg-deep-purple,
.card .bg-indigo,
.card .bg-blue,
.card .bg-light-blue,
.card .bg-cyan,
.card .bg-teal,
.card .bg-green,
.card .bg-light-green,
.card .bg-lime,
.card .bg-yellow,
.card .bg-amber,
.card .bg-orange,
.card .bg-deep-orange,
.card .bg-brown,
.card .bg-grey,
.card .bg-blue-grey,
.card .bg-black {
    border-bottom: none !important;
    color: var(--white) !important
}

.card .bg-red h2,
.card .bg-red small,
.card .bg-red .material-icons,
.card .bg-pink h2,
.card .bg-pink small,
.card .bg-pink .material-icons,
.card .bg-purple h2,
.card .bg-purple small,
.card .bg-purple .material-icons,
.card .bg-deep-purple h2,
.card .bg-deep-purple small,
.card .bg-deep-purple .material-icons,
.card .bg-indigo h2,
.card .bg-indigo small,
.card .bg-indigo .material-icons,
.card .bg-blue h2,
.card .bg-blue small,
.card .bg-blue .material-icons,
.card .bg-light-blue h2,
.card .bg-light-blue small,
.card .bg-light-blue .material-icons,
.card .bg-cyan h2,
.card .bg-cyan small,
.card .bg-cyan .material-icons,
.card .bg-teal h2,
.card .bg-teal small,
.card .bg-teal .material-icons,
.card .bg-green h2,
.card .bg-green small,
.card .bg-green .material-icons,
.card .bg-light-green h2,
.card .bg-light-green small,
.card .bg-light-green .material-icons,
.card .bg-lime h2,
.card .bg-lime small,
.card .bg-lime .material-icons,
.card .bg-yellow h2,
.card .bg-yellow small,
.card .bg-yellow .material-icons,
.card .bg-amber h2,
.card .bg-amber small,
.card .bg-amber .material-icons,
.card .bg-orange h2,
.card .bg-orange small,
.card .bg-orange .material-icons,
.card .bg-deep-orange h2,
.card .bg-deep-orange small,
.card .bg-deep-orange .material-icons,
.card .bg-brown h2,
.card .bg-brown small,
.card .bg-brown .material-icons,
.card .bg-grey h2,
.card .bg-grey small,
.card .bg-grey .material-icons,
.card .bg-blue-grey h2,
.card .bg-blue-grey small,
.card .bg-blue-grey .material-icons,
.card .bg-black h2,
.card .bg-black small,
.card .bg-black .material-icons {
    color: var(--white) !important
}

.card .bg-red .badge,
.card .bg-pink .badge,
.card .bg-purple .badge,
.card .bg-deep-purple .badge,
.card .bg-indigo .badge,
.card .bg-blue .badge,
.card .bg-light-blue .badge,
.card .bg-cyan .badge,
.card .bg-teal .badge,
.card .bg-green .badge,
.card .bg-light-green .badge,
.card .bg-lime .badge,
.card .bg-yellow .badge,
.card .bg-amber .badge,
.card .bg-orange .badge,
.card .bg-deep-orange .badge,
.card .bg-brown .badge,
.card .bg-grey .badge,
.card .bg-blue-grey .badge,
.card .bg-black .badge {
    background-color: var(--white);
    color: var(--gray1)
}

.card .header {
    color: var(--gray1);
    padding: 15px;
    position: relative
}
.card .header.offer{
    background-color: var(--gray2);
    border-radius: 10px 10px 0 0;
    color: var(--white)
}
.card .header.offer h2{
    color: var(--white)
}
.card .header .header-dropdown {
    position: absolute;
    top: 20px;
    right: 15px;
    list-style: none
}

.card .header .header-dropdown .dropdown-menu li {
    display: block !important
}

.card .header .header-dropdown li {
    display: inline-block
}

.card .header .header-dropdown i {
    font-size: 20px;
    color: var(--gray3);
    -moz-transition: all .5s;
    -o-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s
}

.card .header .header-dropdown i:hover {
    color: var(--black);
}

.card .header h2 {
    margin: 0;
    font-size: 16px;
    font-weight: normal;
    color: var(--txt-title);
    font-weight: 600
}

.card .header h2 small {
    display: block;
    font-size: 12px;
    margin-top: 5px;
    color: var(--gray3);
    line-height: 15px
}

.card .header h2 small a {
    font-weight: bold;
    color: var(--gray2);
}

.card .header .col-xs-12 h2 {
    margin-top: 5px
}

.card .body {
    font-size: 14px;
    color: var(--gray1);
    padding: 15px;
}

.card .body .col-xs-1,
.card .body .col-sm-1,
.card .body .col-md-1,
.card .body .col-lg-1 {
    margin-bottom: 20px
}

.card .body .col-xs-2,
.card .body .col-sm-2,
.card .body .col-md-2,
.card .body .col-lg-2 {
    margin-bottom: 20px
}

.card .body .col-xs-3,
.card .body .col-sm-3,
.card .body .col-md-3,
.card .body .col-lg-3 {
    margin-bottom: 20px
}

.card .body .col-xs-4,
.card .body .col-sm-4,
.card .body .col-md-4,
.card .body .col-lg-4 {
    margin-bottom: 20px
}

.card .body .col-xs-5,
.card .body .col-sm-5,
.card .body .col-md-5,
.card .body .col-lg-5 {
    margin-bottom: 20px
}

.card .body .col-xs-6,
.card .body .col-sm-6,
.card .body .col-md-6,
.card .body .col-lg-6 {
    margin-bottom: 20px
}

.card .body .col-xs-7,
.card .body .col-sm-7,
.card .body .col-md-7,
.card .body .col-lg-7 {
    margin-bottom: 20px
}

.card .body .col-xs-8,
.card .body .col-sm-8,
.card .body .col-md-8,
.card .body .col-lg-8 {
    margin-bottom: 20px
}

.card .body .col-xs-9,
.card .body .col-sm-9,
.card .body .col-md-9,
.card .body .col-lg-9 {
    margin-bottom: 20px
}

.card .body .col-xs-10,
.card .body .col-sm-10,
.card .body .col-md-10,
.card .body .col-lg-10 {
    margin-bottom: 20px
}

.card .body .col-xs-11,
.card .body .col-sm-11,
.card .body .col-md-11,
.card .body .col-lg-11 {
    margin-bottom: 20px
}

.card .body .col-xs-12,
.card .body .col-sm-12,
.card .body .col-md-12,
.card .body .col-lg-12 {
    margin-bottom: 20px
}

.plain-card {
    -webkit-box-shadow: 0 2px 5px 0 var(--border);
    -moz-box-shadow: 0 2px 5px 0 var(--border);
    box-shadow: 0 2px 5px 0 var(--border);
    padding: 20px;
    padding-right: 35px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    background: var(--white);
    overflow: hidden;
    margin-bottom: 26px;
    margin: .5rem 0 1rem 0
}

.card-inner .progress {
    height: 10px;
    margin: 0
}

.col-block {
    margin-left: 5px
}

.card-height-100 {
    height: 100px
}

.shadow1{
	box-shadow: inset 0 1px 0 var(--bga), 0 1px 5px var(--border);
}

.custom-input {
	width: auto; /* به اندازه محتوای داخلی تنظیم می‌شود */
}

.admin-log{
	display: none;
}
.admin-log pre {
	color: yellow;
	direction: ltr;
	text-align: left;
}


.fixed-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #343a40;
	justify-content: space-around;
	align-items: center;
	padding: 5px 0;
	z-index: 1000;
	display: none; /* پیش‌فرض: نمایش داده نشود */
}
.fixed-bottom-nav a {
	color: #fff;
	text-decoration: none;
	font-size: 13px;
}
.fixed-bottom-nav a:hover {
	color: #dcdcdc;
}
@media (max-width: 767px) {
	.fixed-bottom-nav {
		display: flex; /* نمایش داده شود در حالت موبایل */
	}
	body {
		margin-bottom: 60px; /* فاصله دادن به پایین صفحه برای جای دادن نوار ثابت */
	}
}


.box-shadow--4dp {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2)
}
.box-shadow--6dp {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2)
}



/* Style the tab */
.logintab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons inside the tab */
.logintab button {
  background-color: inherit;
  float: right;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.logintab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.logintab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.logintabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}