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

@font-face {
	font-family: IRANSans-ultra-light;
	font-style: normal;
	font-weight: 200;
	src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot');
	src: url('fonts/iransans/eot/IRANSansWeb(FaNum)_UltraLight.eot?#iefix') format('embedded-opentype'), /* IE6-8 */
	url('fonts/iransans/woff2/IRANSansWeb(FaNum)_UltraLight.woff2') format('woff2'), /* FF39+,Chrome36+, Opera24+*/
	url('fonts/iransans/woff/IRANSansWeb(FaNum)_UltraLight.woff') format('woff'), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
	url('fonts/iransans/ttf/IRANSansWeb(FaNum)_UltraLight.ttf') format('truetype');
}

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


/*********
* Body 
**********/

body {
	padding: 0;
	margin: 0
}
.topbar .notification-bell-icon{
	color:var(--primary-color);
	font-size:22px;
}
ul,
li {
	list-style: none;
}

ul.releaseNote,
ul.releaseNote li,
li.releaseNote {
	list-style: square outside !important;
}

button {
	border: 0;
	outline: 0;
	background: none;
}

button:disabled {
	opacity: .3;
	cursor: not-allowed !important;
}
/*******************************
* Responsive Table 
********************************/
table.responsive-table {
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
		font-size:12px;
}

table.responsive-table thead tr {
	border-bottom: 1px solid #ddd;
	padding: .35em;
}

table.responsive-table th,
table.responsive-table td {
	padding: .625em;
	text-align: center;
}

table.responsive-table th {

	text-transform: uppercase;
}

@media screen and (max-width: 600px) {
	table.responsive-table {
		border: 0;
	}

	table.responsive-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	table.responsive-table tr {
		display: block;
		margin-bottom: .625em;
	}

	table.responsive-table td {
		border-bottom: 1px solid #ddd;
		display: block;
		text-align: left;
	}

	table.responsive-table td::before {
		content: attr(data-label);
		float: right;
		font-weight: bold;
		text-transform: uppercase;
	}

	table.responsive-table td:last-child {
		border-bottom: 0;
	}
}
/*********
* Print 
**********/

.print-area {
	text-align: center;
	display: grid;
	grid-template-columns: 50% 50%;
	margin-bottom: 50px
}

.print-area.full {
	grid-template-columns: 100%;
	margin-bottom: 8px
}

.print-area.full .print-item {
	margin-top: 0;
	margin-bottom: 0
}

@media screen and (max-width: 768px) {
	.print-area {
		grid-template-columns: 100%;
	}
}

.print-item {
	border: 1px solid #ddd;
	background: #fff;
	padding: 15px;
	margin: 8px;
	border-radius: 5px;
}

.print-item-title {
	font-size: 13px;
	margin-bottom: 20px;
	-webkit-user-select: none;
	user-select: none;
}


/********************
* App Container 
*********************/

#root {
	display: flex;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

#app-container {
	flex: 1;
	display: flex;
	flex-direction: column;
	font-family: 'Roboto', sans-serif;
	overflow: hidden;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
}
#app-container.rtl {
	font-family: 'IRANSans-light';
}


.app-grid-container {
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	display: flex;
	position: relative;
}

.rtl .app-grid-container {

}

#app-container.rtl {
	font-family: 'IRANSans-light';
	direction: rtl;
}


/********************
*  Default Grid
*********************/

table.r-table {
	border-collapse: collapse;
	font-size: 13px;
	width: 100%
}

table.r-table,
.r-table td,
.r-table th {
	padding: 10px
}

table.r-table tr td {
	border-bottom: 1px solid #ddd;
}

table.r-table tr:last-child td {
	border-bottom: none;
}

/*********
* placeholder 
**********/


.placeholder {
	margin: 0 auto;
	max-width: 200px;
	min-height: 100px;
	background-color: #eee;
   }
   
   @keyframes placeHolderShimmer{
	   0%{
		   background-position: -468px 0
	   }
	   100%{
		   background-position: 468px 0
	   }
   }
   
   .animated-background {
	   animation-duration: 1.25s;
	   animation-fill-mode: forwards;
	   animation-iteration-count: infinite;
	   animation-name: placeHolderShimmer;
	   animation-timing-function: linear;
	   background: darkgray;
	   background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
	   background-size: 800px 104px;
	   height: 100px;
	   position: relative;
   }






/********************
*  
*********************/
select,
input {
	-webkit-border-radius: 3px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.targeting-data-entry {
	width: 100%;
	margin-top: 6px;
	height: calc(100% - 76px);
	display: flex;
	justify-content: flex-start;
	align-items: stretch;
}

.targeting-grid {
	flex: 0.6;
	height: 440px;
	padding-right: 6px;
}

.targeting-grid input {
	outline: 0;
}

.targeting-chart {
	height: 432px;
	flex: 1;
	position: relative;
}


/* .checkin-table tr:first-child{
background:#eee;
} */

.checkin-table {
	-webkit-user-select: none;
	user-select: none;
}

.targeting-chart .r-chart {
	background: #fff;
}

.grid-chart-input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border: none;
	text-align: center;
}

:root {
	--border-color: #E2E5F0;
	--main-color: #49B1F5;
	--normal-black: rgba(0, 0, 0, .54);
	--red: #EF6E6E;
	--green: #13CE95;
	--blue: #49B1F5;
}

body {
	background: #F6F7FB;
	font-family: 'IRANSans-light', tahoma;
}

ul,
li {
	list-style: none;
	margin: 0
}

body.rtl {
	direction: rtl
}

a {
	text-decoration: none;
	font-family: inherit
}

.backdrop {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
	z-index: 11;
	top: 0;
	left: 0;
}


/***************
* EFFECT
****************/


/* Effect */

.ripple:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: currentColor;
	visibility: hidden;
	z-index: 2;
}

.ripple:not(:active):before {
	animation: ripple 2s cubic-bezier(0, 0, 0.2, 1);
	transition: visibility 2s step-end;
}

.ripple:active:before {
	visibility: visible;
}

@keyframes ripple {
	0% {
		width: 0;
		height: 0;
		opacity: 0.5;
	}
	100% {
		width: 250px;
		height: 250px;
		opacity: 0;
	}
}

@keyframes ripple-xs {
	0% {
		width: 0;
		height: 0;
		opacity: 0.5;
	}
	100% {
		width: 50px;
		height: 50px;
		opacity: 0;
	}
}


/***************
* TOOLBAR
****************/

.toolbar-more-wrapper {
	position: relative
}

.toolbar-more-wrapper .toolbar-more-btn {
	border: 1px solid #E2E5F0;
	border-radius: 50%;
	color: #767676;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	margin: 0 6px
}

.toolbar-more-items {
	position: absolute;
	z-index: 25;
	background: #fff;
	top: 100%;
	left: 0;
	box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, .2);
	padding: 8px 4px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center
}

.toolbar-more-items .toolbar-item {
	margin: 8px !important;
}

.toolbar-wrapper {
	background: #fff;
	height: 80px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--border-color);
	transition: all 0.05s ease-in-out;
	box-shadow: 0 6px 6px rgba(0, 0, 0, .05);
}

.toolbar {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
	padding: 0 32px
}

.toolbar .toolbar-add .aio-button, .toolbar .toolbar-add .dropable-button {
	border-radius: 25px;
	border: 0;
	
}

.toolbar-right {
	flex: .5;
	display: flex;
	align-items: center
}

.toolbar-left {
	flex: 1;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}



/* RTL */




/***************
* TOPBAR
****************/

.topbar-wrapper {
	background: #fff;
	height: 50px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid var(--border-color);
	transition: all 0.2s ease-in-out;
}

.topbar-wrapper.nomenu {
	left: unset !important;
	right: unset !important;
	width: 100% !important;
}

.topbar {
	display: flex;
	justify-content: space-between;
	height: 100%
}

.topbar-right {
	display: flex;
	align-items: center;
	padding: 0 16px
}

.topbar-left {
	display: flex;
	align-items: center;
	padding: 0 16px
}

.pagetitle {
	display: flex;
	justify-content: center;
	align-content: center;
	cursor: pointer;
	position: relative;
	padding: 0 16px;
}

.pagetitle .menu-box {
	left: 0 !important;
}

.pagetitle .icon {
	color: var(--blue);
	padding: 0 8px
}

.pagetitle h2 {
	margin: 0;
	color: var(--main-color);
	font-size: 16px;
	font-family: 'Iransans-light'
}

.rtl .pagetitle .menu-box {
    left: unset !important;
	right: 0 !important;
}
/* Profile */

.profile {
	position: relative
}

.aio-button.profile-icon {
	background: var(--main-color);
	color: #fff;
	border-radius: 50%;
	font-size: 15px;
	width: 24px;
	font-weight:bold;
	height: 24px;
	line-height: 24px;
	user-select: none;
	cursor: pointer;
	text-align: center;
}
/* پاپاپ کامپوننت دراپدان */
.aio-button-popup{
	font-size: 12px !important;
}
/* Notification */

.notification {
	padding: 0 24px;
	user-select: none;
	cursor: pointer;
	position: relative;
}

.notification-item {
	color: var(--normal-black);
	margin: 16px 0;
	font-size: 14px;
}

.notification-item p {
	padding: 0 8px;
	font-size: 13px
}

.notification-icon {
	position: relative
}

.notification-icon i {
	color: var(--normal-black);
	font-size: 20px;
}

.notification-icon .new {
	position: absolute;
	top: 3px;
	left: -2px;
	border: 3px solid #fff;
	width: 6px;
	height: 6px;
	background: var(--red);
	border-radius: 50%;
}

.notification-type {
	float: left;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	text-align: center;
	line-height: 40px;
	margin: 0 8px;
	padding: 5px
}

.notification-type i {
	color: #fff;
	font-size: 18px
}

.notification-type.type1 {
	background: var(--red)
}

.notification-type.type2 {
	background: var(--blue)
}

.notification-type.type3 {
	background: var(--green)
}


/* Score */

.score {
	position: relative
}

.score-icon {
	position: relative;
	color: var(--green);
	display: flex;
	justify-content: center;
	align-items: center
}

.score-icon i {
	font-size: 22px
}


/***************
* Menu Box
****************/

.menu-box {
	position: absolute;
	top: calc(100% + 8px);
	right: 0;
	width: 180px;
	z-index: 100
}

.menu-box ul {
	background: #fff;
	box-shadow: 0 2px 6px rgba(0, 0, 0, .2);
	padding: 8px;
	width: 100%;
	z-index: 12;
}

.menu-box-header {
	border-bottom: 1px solid var(--border-color);
	color: var(--normal-black);
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 2px 4px 2px;
	padding: 2px 4px 6px 0 !important;
	position: relative;
	min-height: 32px
}

.menu-box li {
	padding: 2px 0;
	padding: 0
}

.menu-box a {
	color: var(--normal-black);
	font-size: 13px;
	display: flex;
	align-items: center;
	padding: 8px
}

.menu-box a:hover {
	background: #f4f4f4;
	border-radius: 5px
}

.menu-box .icon {
	font-size: 22px;
	padding: 0 8px;
}

.rtl .menu-box {
	right: unset;
	left: 0
}

.rtl .notification-type {
	float: right
}

#view-targeting-button,#add-kpi-button,#add-kr-button{
	background:var(--main-color);
	color:#fff;
}





