@import url(../../fonts/fontiran.css);
body {
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	color: #fff;
	/*background-image: url('../images/bgb2.jpg');*/
	background-size: cover;
	background-color: #fff;
	margin: 0;
}
::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 4px;
}

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

a {
	text-decoration: none;
	color: blue;
}
p {
	margin: 3px;
}
fieldset {
	border: 1px solid #ccc;
	border-radius: 10px;
	padding: 15px;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
fieldset legend {
	font-weight: 400;
	color: #aaa;
}
input, select , textarea {
	display: block;
	width: 100%;
	padding: 7px;
	padding-left: 0;
	padding-right: 0;
	
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 14px;
	text-indent: 10px;
	margin-top: 3px;
	margin-bottom: 10px;
	border-radius: 5px;
	border:1px solid #ccc;
		box-sizing: content-box;
		box-sizing: border-box;
}
input[type=submit] {
	cursor: pointer;
}
textarea {
	text-indent: 0;
	padding-right: 10px;
	min-height: 100px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}



.input_small {
	padding: 3px;
	text-indent: 4px;
	font-size: 13px;
	width: auto;
	border-radius: 3px;
}
.input_small_submit {
	padding: 3px;
	text-indent: 4px;
	font-size: 13px;
	width: auto;
	float: right;
	background-color: #009e83;
	color: #fff;
	border:01px solid #009e83;
	border-radius: 3px;
	text-indent: 0;
	padding-right: 10px;
	padding-left: 10px;
}

.home_dash_box {
    width: 330px;
    display: inline-block;
    background: #e3e7eb;
    text-align: right;
    margin: 10px;
    color: #000;
    font-size: 13px;
    vertical-align: top;
    transition: .3s;
	border-radius: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
	text-align: center;
	position: relative;
-webkit-box-shadow: 7px 8px 0 -3px #c6ced8;
-moz-box-shadow: 7px 8px 0 -3px #c6ced8;
box-shadow: 7px 8px 0 -3px #c6ced8;
}
.home_dash_box hr {
	border: 0;
	border-bottom: 1px dashed rgba(0, 0, 0, .2);
}
.home_dash_box:hover img {
	transition: .3s;
		-webkit-transform: rotate(7deg);
		-moz-transform: rotate(7deg);
		-o-transform: rotate(7deg);
		-ms-transform: rotate(7deg);
		transform: rotate(7deg);
}
.home_dash_box div {
	padding: 5px;
}
.home_dash_box span {
	font-size: 15px;
	display: block;
	color: #007185;
	text-align: center;
	/*float: right;*/
	font-weight: 500;
	/*background: #fff;*/
	border-radius: 30px;
	padding: 2px 10px;
    margin-top: -10px;
    margin-bottom: 10px;
}
.home_dash_box span.title {
    background: #a6e5cd;
    color: #000;
    font-size: 14px;
}

.home_dash_box a {
	position: relative;
	z-index: 8;
}

.home_dash_box a.buy {
    font-size: 13px;
    display: inline-block;
    text-align: center;
    float: right;
    background: #3bae4c;
    color: #fff;
    border-radius: 20px;
    padding: 0px 5px;
    margin-top: 3px;
    line-height: 22px;
	transition: .3s;
	direction: rtl;
	float: right;
	padding-left: 0;
	padding-right: 15px;
	margin-top: 10px;
-webkit-box-shadow: 3px 4px 12px -3px rgba(0,0,0,0.20);
-moz-box-shadow: 3px 4px 12px -3px rgba(0,0,0,0.20);
box-shadow: 3px 4px 12px -3px rgba(0,0,0,0.20);
}
.home_dash_box a.buy font {
    font-size: 11.5px;
    display: inline-block;
    text-align: center;
    background: rgba(255, 255, 255, .2);
    color: #fff;
    border-radius: 30px;
    padding: 2px 7px;
    padding-bottom: 0;
    margin: 5px;
    margin-right: 8px;
    line-height: 22px;
	transition: .3s;
	font-weight: 400;
}

.home_dash_box a.sell {
    background: #c83939;
    float: left;
	padding-left: 15px;
	padding-right: 0;
}
.home_dash_box a.sell font {
    margin-left: 8px;
}


.home_dash_box a:hover {
	opacity: .7;
	transition: .3s;
}


.home_dash_box .mesghal_buy {
	position: absolute;
	right: 11px;
	bottom: 17px;
	font-size: 12px;
	padding: 2px 8px;
	padding-bottom: 20px;
	border-radius: 20px;
	z-index: 7;
	/*background: #f0c96b;*/
	color: #000;
	margin: 0;
}

.home_dash_box .mesghal_sell {
	position: absolute;
	left: 11px;
	bottom: 17px;
	font-size: 12px;
	padding: 2px 8px;
	padding-bottom: 20px;
	border-radius: 20px;
	z-index: 7;
	/*background: #f0c96b;*/
	color: #000;
	margin: 0;
}


.a_box {
	display: none;
	position: fixed;
    left:50%;
    margin-left:-165px;
    top:50%;
    margin-top:-200px;
    z-index: 999;
    line-height: 20px;
    padding-top: 10px;
}

#overly {
	display: none;
	position: fixed;
	width: 110vw;
	height: 110vh;
	background: rgba(0, 0, 0, .8);
	z-index: 998;
	margin-right: -5vw;
	margin-top: -5vh;
}



.for_user {
	float: left;
	font-weight: normal;
	font-size: 12px;
	opacity: .5;
}
.for_user img {
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
}

.ql-align-center {
	text-align: center;
}
.ql-align-justify {
	text-align: justify;
	direction: rtl;
}
blockquote {
	margin: 5px;
    border: 0px;
    border-right: 4px solid #ccc;
    margin-bottom: 5px;
    margin-top: 5px;
    padding-right: 16px;
    background-color: #f1f1f1;
    padding: 10px;
}
pre.ql-syntax {
	margin: 5px;
	padding: 5px;
	padding-left: 10px;
	border-radius: 5px;
	text-align: left;
	direction: ltr;
	background-color: #23241f;
	color: #f8f8f2;
	overflow: visible;
}

.tabsbox {
	margin: 0;
	margin: 10px 0;
	border-bottom: 2px solid #ae8c00;
	background: #fff;
	overflow: hidden;
}
.tabs_titles {
	width: auto;
	background: #fff;
}
.tabs_titles a:link ,.tabs_titles a:visited {
	display: block;
	float: right;
	padding: 12px;
	padding-top: 6px;
	padding-bottom: 6px;
	color: #333;
}
.tabs_titles a.activetab:link ,.tabs_titles a.activetab:visited {
	background: #ae8c00;
	color: #fff;
	font-weight: 400;
}

.tabsbox2 {
	margin: 0;
	margin: 10px 0;
	background: #fff;
	overflow: hidden;
}
.tabs_titles2 {
	width: auto;
	background: #fff;
}
.tabs_titles2 a:link ,.tabs_titles2 a:visited {
	display: block;
	float: right;
	padding: 12px;
	color: #333;
	border-radius: 25PX;
	font-size: 12px;
	padding: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
}
.tabs_titles2 a.activetab:link ,.tabs_titles2 a.activetab:visited {
	background: #757575;
	color: #fff;
	font-weight: 400;
}


.select_in_table {
	width:auto;
	height:30px;
	line-height:30px;
	padding:0;
	margin:0;
	text-indent:0;
	font-size:12px;
	border-radius: 3px;
}
.table_icon {
	width: 16px;
	height: 16px;
}
.table_icon2 {
	display: inline-block;
	width: 16px;
	height: 16px;
}


.padding15 {
	padding: 15px;
	position: relative;
	z-index: 2;
}
.padding10 {
	padding: 10px;
	position: relative;
	z-index: 2;
}
.circlebg {
	display: block;
	width: 1860px;
	height: 900px;
	background: rgba(0,0,0,.03);
	border-radius: 50%;
	position: absolute;
	left: -40%;
	bottom: -850px;
	z-index: 1;
}
a.settingmenu {
	color: #ccc;
}

#header {
	padding-top: 10px;
	text-align: center;
	direction: rtl;
}
#header a {
	color: #fff;
	margin-left: 10px;
	margin-right: 10px;
}
#header h1 {
	font-size: 34px;
	direction: rtl;
	margin-bottom: 0;
	font-weight: 500;
}
#header h5 {
	font-size: 12.5px;
	font-weight: 400;
	margin-top: 5px;
}
#header h1 img {
	display: inline-block;
	width: 42px;
	height: 42px;
	vertical-align: middle;
}

#left_bar {
	width: 100%;
	float: left;
	/*background-color: #fff;*/
}
#mainbox {
    width: 100%;
    max-width: 100% !important;
    min-height:  100vh !important;
    background: rgba(255,255,255,1);
    margin-left: auto;
    margin-right: auto;
    border-radius: 0px !important;
    color: #333;
    direction: rtl;
    position: relative;
    overflow: hidden;
    background: rgb(2,0,36);
    background: linear-gradient(180deg, rgba(2,0,36,1) 0%, rgba(2,0,36,1) 5%, rgba(255,255,255,1) 5%, rgba(255,255,255,1) 100%);
    -webkit-box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
    -moz-box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
    box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
    border-radius: 0;
    margin-top: 0;
    box-shadow: none;
    max-width: 100%;

	background-image: url('../images/bgl.jpg');
	background-position: bottom center;
	background-repeat: repeat-x;
	background-size: 1000px auto;
}
.foat_left {
	float: left;
}

/* linear processing level box */
.linear_levelbox {
	width: 33.3%;
	float: right;
	border-bottom: 10px solid #ccc;
	text-align: center;
}
.linear_levelbox_title {
	width: 33.3%;
	float: right;
	padding-top: 10px;
	text-align: center;
	color: #888;
	font-size: 14px;
}
.liner_circle_bottom {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 20px;
	height: 20px;
	background: #ccc;
	border-radius: 50%;
	margin-bottom: -15px;
	overflow: hidden;
}
.liner_circle_bottom span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	height: 50%;
	background: #fff;
	border-radius: 50%;
	margin: 25%;
	overflow: hidden;
}

.liner_circle_icon {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50px;
	height: 50px;
	background: #aaa;
	border-radius: 50%;
	margin-bottom: 20px;
	position: relative;
	padding: 10px;
}
.liner_circle_icon span {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	position: relative;
	z-index: 6;
-webkit-box-shadow: 7px 8px 12px -3px rgba(0,0,0,0.35);
-moz-box-shadow: 7px 8px 12px -3px rgba(0,0,0,0.35);
box-shadow: 7px 8px 12px -3px rgba(0,0,0,0.35);
}
.liner_circle_icon span img {
	width: 22px;
	height: auto;
	margin-top: 14px;
	opacity: .7;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.liner_circle_arrow {
	background: #aaa;
	width: 40px;
	height: 40px;
	z-index: 5;
	padding: 0;
	margin: 0;
	margin-right: auto;
	margin-left: auto;
	position: absolute;
	right: 15px;
	bottom: -5px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
}

.typewrite {
	font-size: 14px;
}
button.nextlevel {
	background: #009e83;
	color: #fff;
	
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 15px;
	border: 0;
	border-radius: 15px;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	display: inline-block;
	cursor: pointer;
	opacity: .5;
	margin-right: 7px;
}

a.buttonmethod {
	display: block;
	width: 1040px;
	background: #009e83;
	color: #fff;
	
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 15px;
	border: 0;
	border-radius: 5px;
	padding: 5px;
	padding-left: 20px;
	padding-right: 20px;
	cursor: pointer;
	margin-bottom: 5px;
	margin-top: 5px;
	margin-right: 7px;
}
a.buttonmethod:hover {
	opacity: .8;
}

#tabmenu {
	border-bottom: 1px solid #bbb;
	height: 35px;
}

#tabmenu a {
	display: block;
	float: right;
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 5px;
	border: 1px solid #bbb;
	border-top: 2px solid #aaa;
	height: 33px;
	line-height: 34px;
	text-decoration: none;
	color: #333;
	background-color: #eee;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-weight: 400;
	font-size: 12px;
}
#tabmenu a:hover {
	background-color: #ddd;
	opacity: 1;
}
#tabmenu a.activetab {
	background-color: #fff;
	border-bottom: 1px solid #fff;
}

.divtables {
	width:99%;
	overflow:auto;
	padding:5px;
	direction: rtl;
	margin-left: auto;
	margin-right: auto;
}
.divtables .tablelist {
	width: 100%;
}
.tablelist {
	background: #ddd;
	font-weight: normal;
	font-size: 13px;
	line-height: 23px;
	white-space: normal;
	overflow: hidden;
}
.tablelist th {
	background: #eee;
	font-weight: normal;
	padding: 5px 10px;
	font-weight: 500;
	color: #000;
}
.tablelist td {
	padding: 5px 10px;
	overflow: hidden;
	color: #000;
}
.tablelist tr {
	background: #fff;
}
.tablelist tr:hover {
	background: #f1f1f1;
}
.tablelist input {
	font-size: 13px;
}
.tablelist hr {
	border: 0;
	border-bottom: 1px dashed rgba(0,0,0,.1)
}

.profile_box {
    display: inline-block;
    vertical-align: top;
    width: 300px;
    margin-right: 10px;
    background: #f5f5f5;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
}

a.pagenum:link ,a.pagenum:visited {
	display:block;
	float:left;
	height:23px;
	padding-left:8px;
	padding-right:8px;
	color:#333333;
	border:1px solid #e4e4e4;
	margin-top:5px;
	margin-left:3px;
	text-align:center;
	line-height:26px;
	font-size: 12px;
}
a.pagenum:hover {
	color:#ffffff;
	border:1px solid #777777;
	background:#777777;
}
.pagetitle {
	color: #333;
	padding: 7px;
	padding-top: 0;
	padding-right: 0;
	margin-bottom: 20px;
	font-weight: 500;
    border-bottom: 3px solid #ae8c00;
    display: inline-block;
    border-radius: 3px;
    padding-left: 0;
}
.graybox {
	clear: both;
	line-height: 32px;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	background: #ddd;
	border-radius: 10px;
	padding: 7px;
	margin-bottom: 10px;
	text-indent: 5px;
	font-weight: 500;
}
.graybox .regform {
	background-color: #ccc;
	padding: 10px;
	margin: 10px;
	border-radius: 10px;
	border: 1px solid #aaa;
}
.field_item {
	clear:both;
	background:#fff;
	margin:5px;
	margin-top: 10px;
	padding:2px;
	border-radius:5px;
}
.field_item a {
	font-size: 11px;
	float: left;
	margin-left: 5px;
}
.field_item img {
	width: 50px;
	height: 50px;
	margin-top: 12px;
	margin-right: 7px;
	border-radius: 5px;
}


a.takitem {
	margin-top: 5px;
	display: inline-block;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	background-color: #333;
	color: #fff;
	font-size: 14px;
}

#packlimit {
	font-size: 12px;
	color: #999;
}
.itembox {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #009e83;
}
.homebox1 {
	margin: 5px;
	background-color: #fff;
	width: 250px;
	padding: 10px;
	height: auto;
	border:1px solid #ccc;
	border-radius: 10px;
	position: relative;
		-webkit-box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
		-moz-box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
		box-shadow: 3px 4px 2px 0px rgba(0,0,0,0.14);
}
.homebox1 div.text {
	float: left;
	width: 68%;
	text-align: left;
}
.homebox1 div.image {
	float: left;
	width: 30%;
}
.homebox1 img {
	float: left;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	margin-right: 10px;
}
.homebox1 .actionlink {
	position: absolute;
	left: 5px;
	top: -20px;
	color: #f00;
}
.footer {
	clear: both;
	margin-top: 0px;
	padding-top: 80px;
	color: #333;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	background: red;
}
.footer .homebox1 {
	display: inline-block;
	vertical-align: top;
	border:0;
}
.circleline {
	width: 150%;
	height: 200px;
	border:5px solid #fff;
	border-radius: 50%;
	background: #139dba;

	position: absolute;
	top:-140px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
		z-index: 99999;
}

.intofooterdown {
	max-width: 1120px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px;
	color: #fff;
}

.intofooterdown a {
	color: #fff;
}

.faq1 {
    background-color: #eefcf9;
    padding: 7px;
    border-radius: 10px;
    border: 1px solid #cde6e0;
    margin-top: 10px;
}
.faq1 span.label_small {
    background-color: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, 0.5);
    border: 1px solid rgba(0, 0, 0, .052);
    padding: 0 5px;
    border-radius: 10px;
    direction: ltr;
    font-size: 11px;
    float: left;
    color: #000;
}
.faq1 b {
	font-weight: 500;
}
.faq1 hr {
    border: 0;
    border-bottom: 1px dashed rgba(0,0,0,.15);
}
img.notice_image {
	float: left;
	width: 120px;
	height: auto;
	border-radius: 15px;
}

button#offbutton {
	display: inline-block;
	border: 0;
	padding: 8px;
	background: #009e83;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
}



.statbox {
	width: 400px;
	margin-right: auto;
	margin-left: auto;
	font-size: 13px;
}
.statbox_box {
	border-bottom: 1px dashed #ddd;
	padding: 5px;
	line-height: 25px;
	cursor: cell;
}
.statbox_box:hover {
	background-color: #f1f1f1;
}

.statbox_left {
	float: left;
	background-color: #eee;
	width: 65px;
	text-align: center;
	border-radius: 5px;
	height: 25px;
	line-height: 27px;

	font-size: 11px;
	font-weight: 500;
	color: #333;
}


/* Affiliate */

a.log_button {
	display: inline-block;
	background: #e7353d;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
}
a.log_button:hover {
	opacity: .8;
}
a.reg_button {
	display: inline-block;
	background: #2c6bb7;
	color: #fff;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	border-radius: 10px;
}
a.reg_button:hover {
	opacity: .8;
}

.regform {
	clear: both;
	margin-right: auto;
	margin-left: auto;
	max-width: 500px;
}
.regform input[type=submit] {
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #009e83;
	color: #fff;
}
.orderform button.button_discount {
	font-family: IRANSans !important;
	font-weight: 300;
	font-size: 14px;
	line-height: 21px;
	cursor: pointer;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	background: #eba434;
	color: #fff;
	margin: 3px;
	padding: 7px;
	border-radius: 5px;
	font-size: 12px;
}

.replybox {
	margin: 10px;
	margin-top: 15px;
	background:#deedf3;
	padding: 5px;
	border-radius: 5px;
}
.replybox:hover {
	background:#cfe4ea;
	transition: .3s;
}

a.a_button_red {
	display: inline-block;
	background: #e7353d;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 400;
}
a.a_button_blue {
	display: inline-block;
	background: #338dbf;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 400;
}
a.a_button_green {
	display: inline-block;
	background: #5cb85c;
	color: #fff;
	padding: 5px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 5px;
	font-size: 13px;
	font-weight: 400;
}
a.a_button_red:hover, a.a_button_blue:hover, a.a_button_green:hover {
	opacity: .7;
}


.orderstable {
	line-height: 23px;
	direction: rtl;
}
.orderstable th {
	color: #000;
}
.orderstable td {
	color: #666;
	font-weight: 300;
	font-size: 12px;
}
b.item_title {
	font-size: 13px;
	font-weight: 400;
	color: #000;
}
b.item_p_title {
	font-size: 14px;
	font-weight: 500;
	color: #000;
}
a.a_select_menu {
	
}


.insbox {
    background-color: #eff5fb;
    border: 1px solid #dce4eb;
	border-radius:10px;
	padding:10px;
	margin:10px 0;
}
.insbox center {
	color:#0c9990;
	font-size:11px;
	font-weight: 400;
	padding-top: 5px;
}
.insbox i {
	float: left;
	font-style: normal;
	font-size: 12px;
}
.insbox b {
	display: block;
	padding-bottom: 10px;
	float: right;
	font-weight: 500;
}
.insbox hr {
	clear: both;
	border: 0;
	border-bottom: 1px dashed #ccc;
}
.insbox font {
	font-weight: 300;
	font-size: 11px;
}

.input_time {
	display: inline-block;
	width:30px;
	height:25px;
	line-height: 25px;
	padding: 0 5px;
	padding-top: 1px;
	text-align: center;
	text-indent: 0;
	color:#709bbe;
	font-size: 11px !important;
}

.orderform input , .orderform select , .orderform textarea {
	border-radius: 5px;
	font-size: 12px;
	font-weight: 500;
	border: 1px solid #aaa;
}

.orderform textarea:focus, .orderform input:focus{
    outline: none;
}

.orderbox {
	border-radius: 15px;
	background: #fff;
	border: 1px solid #fff;
}
.calculate {
	font-size: 13px;
	font-weight: 400;
	padding: 10px;
	background-color: #ece3f1;
	border: 1px solid #ddd7e0;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
select {
}
#packlimit {
	display: block;
	font-size: 13px;
	padding: 10px;
	background-color: #f9f9f9;
	border: 1px solid #f3f3f3;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #444;
	display: none;
	font-weight: 500;
}
#packlimit b {
	color: #000;
}


.hom_box {
	display: inline-block;
	vertical-align: top;
	width: 22%;
	min-width: 145px;
	margin: 0 1%;
	margin-bottom: 10px;
	border-radius: 15px;
	background-color: #ded3e5;
	color: #000;
	text-align: right;
}
.hom_box img {
	width: 48px;
	height: 48px;
	display: block;
	float: left;
	margin: auto;
	margin: 10px auto;
	margin-left: 7px;
}
.hom_box b {
	display: block;
	margin: auto;
	font-size: 13px;
	font-weight: 500;
	margin-right: 10px;
	margin-top: 10px;
}
.hom_box i {
	display: block;
	margin: auto;
	font-style: normal;
	font-size: 13px;
	margin-top: 3px;
	font-weight: 500;
	margin-right: 10px;
	color: #555;
}

.line2_box {
	width: 95%;
	margin: auto;
	direction: rtl;
	margin-top: 10px;
	margin-bottom: 10px;
}
.line2_box b {
	font-weight: 500;
}
.notif_box {
	width: 60%;
	display: inline-block;
	float: right;
	padding-top: 10px;
}
.homechargebox {
	width: 38%;
	display: inline-block;
	float: left;
	padding-top: 10px;
}

.notice_item {
	border: 1px solid #cee3f4;
	border-radius: 5px;
	margin: 7px;
	overflow: hidden;
	font-size: 12.5px;
}
.notice_item span {
	display: block;
	width: auto;
	padding: 5px 0;
	padding-right: 7px;
	min-height: 20px;
	line-height: 20px;
	background-color: #cee3f4;
	color: #000;
	font-weight: 500;
	font-size: 13px;
	overflow: hidden;
}
.notice_item p {
	margin: 0;
	padding: 5px;
}
.notice_item_date {
	float: left;
	padding-left: 10px;
	font-size: 12px;
	color: #666;
	font-weight: normal;
}

.hr1split {
	border:0;
	border-top: 1px solid #eee;
	margin: auto;
	max-width: 94.5%;
	margin-top: 20px;
	clear: both;
}

.admin_msg {
    margin: auto;
    background: #fafaac;
    border: 1px dashed #dcdc8e;
    border-radius: 20px;
    background-image: url('../images/icons/1827301.png');
    background-repeat: no-repeat;
    background-size: 40px 40px;
    background-position: right 8px top 10px;
    margin-top: 5px;
    font-size: 12.5px;
    color: #000;
    margin-bottom: 20px;
}
.admin_msg b {
	font-weight: 500;
}

.msgbox1 {
	padding:5px;
	direction: rtl;
	background:#060;
	color:#FFF;
	border-radius: 10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}
.msgbox2 {
	padding:5px;
	background:#c00;
	direction: rtl;
	color:#FFF;
	border-radius: 10px;
	margin-bottom: 7px;
	margin-left: auto;
	margin-right: auto;
}
.ifbignone {
	display: none !important;
}


.filter_form select {
	display: inline-block;
	width:auto;
	padding: 3px 10px;
	padding-left: 20px;
	text-indent: 0;
}

.request_change {
	background-color: gold;
	border-radius: 5px;
	padding: 2px;
	font-size: 11px;
}

.circle_green {
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 7px;
	background: green;
	overflow: hidden;
	border-radius: 50%;
	overflow: hidden;
	opacity: .7;
	margin-top: 30px;
	margin-left: 20px;
}

/* ===== استایل کلی ===== */
#wide_alert {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    padding: 20px;
    animation: fadeIn 0.5s ease;
}

/* ===== انیمیشن ورود ===== */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* ===== باکس اصلی ===== */
#wide_alert .message_box {
    max-width: 560px;
    width: 100%;
    background: linear-gradient(145deg, #ffffff, #f8faff);
    border-radius: 28px;
    padding: 0;
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35), 0 10px 30px rgba(79, 110, 247, 0.15);
    border: 1px solid rgba(255, 255, 255, 0.3);
    position: relative;
    overflow: hidden;
    animation: slideUp 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
    direction: rtl;
    line-height: 29px;
}

/* ===== انیمیشن اسلاید بالا ===== */
@keyframes slideUp {
    from {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

/* ===== نوار بالایی (آیکون و تاریخ) ===== */
#wide_alert .iconsbar {
    background: linear-gradient(135deg, #4f6ef7, #7c5cfc);
    padding: 18px 28px;
    border-radius: 28px 28px 20px 20px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    letter-spacing: 0.3px;
    position: relative;
    direction: ltr;
}

/* ===== آیکون قبل از تاریخ ===== */
#wide_alert .iconsbar::before {
    content: "📬";
    font-size: 20px;
    margin-left: 8px;
}

/* ===== متن اصلی پیام ===== */
#wide_alert .message_box > div:last-child {
    padding: 30px 32px 35px;
    color: #1a2332;
    font-size: 17px;
    line-height: 29px;
    font-weight: 400;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 0 0 28px 28px;
    text-align: justify;
    max-height: 400px;
    overflow-y: auto;
    word-wrap: break-word;
}

/* ===== اسکرول بار زیبا ===== */
#wide_alert .message_box > div:last-child::-webkit-scrollbar {
    width: 6px;
}
#wide_alert .message_box > div:last-child::-webkit-scrollbar-track {
    background: #eef0f7;
    border-radius: 10px;
}
#wide_alert .message_box > div:last-child::-webkit-scrollbar-thumb {
    background: linear-gradient(135deg, #4f6ef7, #7c5cfc);
    border-radius: 10px;
}

/* ===== استایل "یک پیام مهم دارید" ===== */
#wide_alert > center:first-of-type {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    position: relative;
}

/* ===== خط تزئینی زیر عنوان ===== */
#wide_alert > center:first-of-type::after {
    content: "";
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #4f6ef7, #a78bfa);
    margin: 12px auto 0;
    border-radius: 10px;
    margin-top: 20px;
}

/* ===== دکمه متوجه شدم ===== */
#wide_alert .is_read_message {
    display: inline-block;
    margin-top: 30px;
    padding: 14px 50px;
    background: linear-gradient(135deg, #4f6ef7, #7c5cfc);
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 60px;
    box-shadow: 0 8px 28px rgba(79, 110, 247, 0.4);
    transition: all 0.3s ease;
    letter-spacing: 0.5px;
    border: none;
    cursor: pointer;
}

#wide_alert .is_read_message:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 14px 40px rgba(79, 110, 247, 0.55);
    background: linear-gradient(135deg, #3b56d9, #6a4ce8);
}

#wide_alert .is_read_message:active {
    transform: scale(0.95);
    box-shadow: 0 4px 15px rgba(79, 110, 247, 0.3);
}

/* ===== استایل برای موبایل ===== */
@media (max-width: 640px) {
    #wide_alert {
        padding: 0;
        backdrop-filter: blur(8px);
    }

    #wide_alert > center:first-of-type {
        font-size: 20px;
        margin-bottom: 18px;
    }

    #wide_alert > center:first-of-type::after {
        width: 40px;
        height: 3px;
    }

    #wide_alert .message_box {
        border-radius: 20px;
        max-width: 87%;
    }

    #wide_alert .iconsbar {
        padding: 14px 20px;
        font-size: 12px;
        border-radius: 20px 20px 15px 15px;
    }

    #wide_alert .iconsbar::before {
        font-size: 17px;
    }

    #wide_alert .message_box > div:last-child {
        padding: 22px 20px 28px;
        font-size: 15px;
        line-height: 1.9;
        max-height: 300px;
    }

    #wide_alert .is_read_message {
        padding: 12px 35px;
        font-size: 15px;
        width: auto;
        text-align: center;
    }
}

/* ===== دکمه بستن (X) در گوشه ===== */
#wide_alert .close-btn {
    position: absolute;
    top: 12px;
    right: 18px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 28px;
    cursor: pointer;
    transition: all 0.3s ease;
    z-index: 10;
    line-height: 1;
    background: none;
    border: none;
}

#wide_alert .close-btn:hover {
    color: #fff;
    transform: rotate(90deg);
}

/* ===== اگر بخواید باکس رو مخفی کنید ===== */
#wide_alert.hide-alert {
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.5s ease, transform 0.5s ease;
    transform: scale(0.95);
}


/* ReSIZE*/
@media screen and (max-width: 1040px) {
	body {
		background: #fff;
	}
	#mainbox {
		border-radius: 0;
		margin: 0 auto !important;
		box-shadow: none;
	}
	.circlebg {
		display: none;
	}
	#left_bar {
		background-color: transparent;
		min-height: 100vh;
	}
}

@media screen and (max-width: 800px) {
	.ifsmallnone {
		display: none !important;
	}
	.ifbignone {
		display: inline-block !important;
		vertical-align: middle;
	}
	.notif_box {
		width: auto;
		display: block;
		float: none;
		clear: both;
	}
	.homechargebox {
		width: auto;
		display: block;
		float: none;
		clear: both;
	}
	.hom_box b {
		font-size: 11px;
	}
	.filter_form select {
		display: block;
		width: 100%;
	}
	.profile_box {
		margin: auto;
		margin-bottom: 20px;
		width: 90%;
	}
	.admin_msg {
		margin-bottom: 2px;
	}
	.home_dash_box {
		margin: 8px auto !important;
	}
	.a_box {
	    margin-left: -165px !important;
	    margin-top: -255px !important;
	    top: 330px;
	    margin-top: 0;
	}
}


@media screen and (max-width: 340px) {
	.hom_box {
		margin-left: 2px;
		margin-right: 2px;
	}
	.padding10 {
		padding: 7px;
	}
}