.dashboard__wrapper{
	padding-top: 40px;
	padding-left: 24px;
	padding-bottom: 40px;
	padding-right: 24px;
	&>.controls{
		display: flex;
		align-items:center;
		justify-content:space-between;
		margin-bottom: 27px;
		&>.right__side{
			display: flex;
			align-items:center;
			justify-content:flex-end;
			& .group__dropdown{
				width: 160px;
				margin-right: 5px;
				&>a{
					background-color:transparent;
				}
				&:last-child{
					margin-right: 0px;
				}
			}
		}
		&>.left__side{
			display: flex;
			align-items:center;
			justify-content:flex-start;
			&>a{
				display: inline-flex;
				min-width: 48px;
				min-height: 34px;
				align-items:center;
				justify-content:center;
				margin-left: 8px;
			}
			&>ul{
				padding:0px;
				list-style-type: none;
				margin:0px;
				display: flex;
				align-items:center;
				justify-content:flex-start;
				border:1px solid #E5E7EB;
				border-radius: 8px;
				&>li{
					&:nth-child(1){
						& a{
							border-top-left-radius: 8px;
							border-bottom-left-radius: 8px;
						}
					}
					&:last-child a{
						border-top-right-radius: 8px;
						border-bottom-right-radius: 8px;
					}
					border-right:1px solid #E5E7EB;
					&:last-child{
						border-right:0px;
					}
					&>a{
						transition:.3s ease all;
						&.current{
							color:#111928;
							background-color:#F9F9F9;
						}
						text-decoration: none;
						min-height: 34px;
						display: flex;
						align-items:center;
						justify-content:center;
						font-size: 14px;
						line-height: 130%;
						font-weight: 400;
						color:#374151;
						padding-left: 16px;
						padding-right: 16px;
						transition:.3s ease all;
						&:hover{
							color:#111928;
							background-color:#F9F9F9;
						}
						background-color:#fff;
					}
				}
			}
		}
	}
	&>.title{
		margin-bottom: 20px;
		&>h6{
			margin:0px;
			font-size: 28px;
			line-height: 125%;
			font-weight: 600;
			color:#111928;
		}
	}	
	& .bottom__graphs{
		margin-top: 24px;
		display: grid;
		grid-template-columns:repeat(3 ,1fr);
		grid-column-gap:20px;
		&>.box{
			border:1px solid #E5E7EB;
			border-radius: 8px;
			background-color:#fff;
			padding:20px;
			&>ul{
				padding:0px;
				list-style-type: none;
				margin:0px;
				display: flex;
				align-items:center;
				justify-content:flex-start;
				&>li{
					display: inline-flex;
					align-items:center;
					justify-content:flex-start;
					margin-right: 26px;

					font-size: 14px;
					line-height: 150%;
					font-weight: 400;
					color:#111928;
					& span{
						display: inline-flex;
						margin-right: 8px;
					}
					&:last-child{
						margin-right: 0px;
					}
				}
			}
			&>.top{
				display: flex;
				justify-content:flex-start;
				align-items:center;
				margin-bottom: 15px;
				&>h6{
					margin:0px;
					font-size: 20px;
					line-height: 125%;
					font-weight: 600;
					color:#111928;
				}
			}
		}
		&>.engaged{
			background:linear-gradient(to bottom left, #3857C7 , #6AD2DD);
			padding:20px;
			border-radius: 10px;
			position: relative;
			& .grid{
				display: grid;
				grid-template-columns:repeat(2, 1fr);
				grid-column-gap:45px;
				grid-row-gap:24px;
				& .elem{
					&>p{
						margin:0px;
						display: flex;
						align-items:center;
						font-size: 14px;
						line-height: 125%;
						font-weight: 400;
						margin-bottom: 4px;
						color:rgba(255,255,255,.63);
						justify-content:flex-start;
						& span{
							display: inline-flex;
							margin-right: 9px;
						}
					}
					&>span{
						display: inline-flex;
						font-size: 20px;
						line-height: 150%;
						font-weight: bold;
						color:#FFFFFF;
					}
				}
			}
			&:before{
				content:"";
				position: absolute;
				left: 0px;
				bottom:0px;
				width: 100%;
				height: 100%;
				background:url('../img/ring.svg');
				background-repeat: no-repeat;
				background-size: 240px;
				background-position: bottom right;
			}
			&>.top{
				display: flex;
				justify-content:flex-start;
				align-items:center;
				margin-bottom: 23px;
				&>h6{
					margin:0px;
					font-size: 20px;
					line-height: 125%;
					font-weight: 600;
					color:#FFFFFF;
				}
			}
		}
	}
	& .campaigns__grid{
		margin-top: 20px;
		display: flex;
		justify-content:space-between;
		align-items:flex-start;
		& .email__graphs{
			min-width: 430px;
			margin-left: 20px;
			background-color:#fff;
			border:1px solid #E5E7EB;
			border-radius: 8px;
			&>.elem{
				padding:20px;
				display: flex;
				justify-content:space-between;
				align-items:center;
				border-bottom:1px solid #E5E7EB;
				&:last-child{
					border-bottom:0px;
				}
				& .right{
					width: 100%;
					&>canvas{
						width: 100%;
						max-width:100%!important;
					}
				}
				& .left{
					width: 100%;
					max-width: 145px;
					min-width: 145px;
					margin-right: 40px;
					& .info{
						& p{
							margin:0px;
							display: flex;
							align-items:center;
							justify-content:flex-start;
							& span{
								white-space: nowrap;
								padding:2px 4px;
								border-radius: 4px;
								margin-right: 8px;
							}
							font-size: 12px;
							line-height: 150%;
							font-weight: 400;
							color:#6B7280;
						}
					}
					&>h6{
						margin-top: 12px;
						margin-bottom: 8px;
						font-size: 24px;
						line-height: 125%;
						font-weight: 600;
						color:#111928;
					}
					&>p{
						margin:0px;
						display: flex;
						font-size: 14px;
						line-height: 150%;
						white-space: nowrap;
						font-weight: 400;
						color:#6B7280;
						align-items:center;
						justify-content:flex-start;
						& span{
							display: inline-flex;
							margin-right: 8px;
						}
					}
				}
			}
		}
		& .campaigns__table{
			width: 100%;
			background-color:#fff;
			border:1px solid #E5E7EB;
			border-radius: 8px;
			width: calc(100% - 430px);
			min-width: 900px;
			& .table__wrapper{
				max-height: 150px;
				& table{
					border-bottom:0px;
					& tr td{
						padding:18px 16px;
						& .gray{
							color:#6B7280;
						}
						& .product__name{
							display: flex;
							align-items:center;
							justify-content:flex-start;
							&>span{
								display: inline-flex;
								margin-right: 10px;
							}
							&>p{
								margin:0px;
								font-size: 14px;
								line-height: 130%;
								font-weight: 400;
								color:#111928;
							}
						}
					}
				}
			}
			&>.top{
				display: flex;
				align-items:center;
				justify-content:space-between;
				padding:22px 16px;
				& ul{
					padding:0px;
					list-style-type: none;
					margin:0px;
					display: flex;
					align-items:center;
					justify-content:flex-start;
					&>li{
						margin-right: 26px;
						font-size: 14px;
						line-height: 150%;
						font-weight: 400;
						color:#111928;
						&:last-child{
							margin-right: 0px;
						}
						display: flex;
						align-items:center;
						justify-content:flex-start;
						& span{
							display: inline-flex;
							margin-right: 8px;
						}
					}
				}
				&>h6{
					margin:0px;
					font-size: 20px;
					line-height: 125%;
					font-weight: 600;
					color:#111928;
					& span{
						font-size: 12px;
						line-height: 125%;
						font-weight: 400;
						color:#6B7280;
					}
				}
			}
		}
	}
	& .information__grid{
		display: grid;
		grid-template-columns:repeat(4 ,1fr);
		grid-column-gap:20px;
		grid-row-gap:16px;
		margin-top: 28px;
		&>.elem__info{

			border-radius: 8px;
			border:1px solid #E5E7EB;
			background-color:#fff;

			padding:15px;
			& .data{
				display: flex;
				align-items:center;
				justify-content:flex-start;
				&>p{
					margin:0px;
					font-size: 12px;
					line-height: 125%;
					font-weight: 400;
					color:#6B7280;
					& span{

						padding:2px 4px;
						font-size: 12px;
						line-height: 125%;
						font-weight: 400;
						margin-right: 8px;
						border-radius: 4px;
					}
				}
				&>span{
					display: inline-flex;
					margin-right: 8px;
					font-size: 24px;
					line-height: 125%;
					font-weight: 600;
					color:#111928;
				}
			}
			& .name{
				margin-bottom: 12px;
				&>p{
					margin:0px;
					display: flex;
					align-items:center;

					font-size: 14px;
					line-height: 150%;
					font-weight: 400;
					color:#6B7280;
					justify-content:flex-start;
					& span{
						display: inline-flex;
						margin-right: 9px;
					}
				}
			}
		}
	}
}
.bottom__graphs>.box{
	min-height: 325px;
}
.graph__hourly{
	height: 290px;
	margin-bottom: -20px;
	display: flex;
	justify-content:space-between;
	align-items:flex-end;
	& .elem__graph{
		display: flex;
		flex-direction:column;
		align-items:center;
		padding-bottom: 20px;
		min-width: 24px;
		max-width:24px;
		transition:.3s ease all;
		& .bars{
			display: flex;
			justify-content:center;
			align-items:flex-end;
			& .bar{
				min-width: 10px;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				margin-left: auto;
				margin-right: auto;
			}
		}
		&:hover{
			background-color:#F9FAFB;
		}
		& .bars{
			height: 243px;
		}
		&>span{
			font-size: 12px;
			line-height: 125%;
			font-weight: 400;
			color:#6B7280;
			margin-top: 12px;
		}
	}
}
.graph__daily{
	display: flex;
	justify-content:space-between;
	height: 290px;
	margin-bottom: -20px;
	& .elem__graph{
		display: flex;
		flex-direction:column;
		align-items:center;
		padding-bottom: 20px;
		min-width: 43px;
		max-width:43px;
		transition:.3s ease all;
		& .bars{
			display: flex;
			justify-content:center;
			align-items:flex-end;
			&>.bar__blue{
				min-width: 10px;
				background-color:#4162E5;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
				margin-right: 8px;
			}
			&>.bar__green{
				min-width: 10px;
				background-color:#6AD2DD;
				border-top-left-radius: 4px;
				border-top-right-radius: 4px;
			}
		}
		&:hover{
			background-color:#F9FAFB;
		}
		& .bars{
			height: 243px;
		}
		&>span{
			font-size: 12px;
			line-height: 125%;
			font-weight: 400;
			color:#6B7280;
			margin-top: 12px;
		}
	}
}
.tooltip__weeks{
	position: absolute;
	max-width: 145px;
	width: 100%;
	left: 200px;
	top:200px;
	box-shadow:0px 10px 14px rgba(0,0,0,.04);
	background-color:#fff;
	z-index: 2;
	&.hours{
		& .list__hours{
			display: block;
		}
		& .list__weeks{
			display: none;
		}
	}
	&.weeks{
		& .list__hours{
			display: none;
		}
		& .list__weeks{
			display: block;
		}
	}
	& .title{
		&>p{
			margin:0px;
			font-size: 12px;
			line-height: 125%;
			font-weight: 400;
			color:#FFFFFF;
		}

		padding:8px 12px;
		background-color:#111928;
	}
	border-radius: 8px;
	overflow:hidden;
	& .list{
		border:1px solid #F9FAFB;
		padding:10px 12px;
		&>.elem{
			display: flex;
			align-items:center;
			justify-content:flex-start;
			margin-bottom: 6px;
			&:last-child{
				margin-bottom: 0px;
			}
			&>p{
				margin:0px;
				font-size: 12px;
				color:#6B7280;
				& span{
					color:#111928;
				}
			}
			&>span{
				display: inline-flex;
				min-width: 8px;
				max-width: 8px;
				min-height: 8px;
				max-height: 8px;
				border-radius: 250px;
				margin-right: 5px;
			}
		}
	}
}
.onboarding{
	position: fixed;
	bottom:40px;
	right: 40px;
	width: 100%;
	max-width: 380px;
	border:1px solid #D1D5DB;
	border-radius: 8px;
	background-color:#fff;
	padding:20px;
	z-index: 3;
	& .bottom{
		&>p{
			margin-top: 0px;
			margin-bottom: 15px;
			font-size: 14px;
			line-height: 130%;
			font-weight: 400;
			color:#4B5563;
		}
		&  .progress{
			position: relative;
			width: 100%;
			height: 6px;
			background-color:#E5E7EB;
			border-radius: 250px;
			& .active{
				position: absolute;
				left: 0px;
				top:0px;
				height: 100%;
				background-color:#1C45C2;
				border-radius: 250px;
			}
		}
	}
	&  .title{
		display: flex;
		align-items:center;
		justify-content:space-between;
		margin-bottom: 9px;
		&>p{
			margin:0px;
			font-size: 18px;
			line-height: 150%;
			font-weight: 400;
			color:#111928;
		}
		&>span{
			display: inline-flex;
		}
	}
}
.campaigns__table.allow__resize .ui-resizable-handle{
	pointer-events:initial!important;
}
.campaigns__table .ui-resizable-handle{
	pointer-events:none!important;
}
@media (max-width: 1340px){
	.dashboard__wrapper .campaigns__grid .campaigns__table{
		min-width: 600px;
	}
}
@media (max-width: 1200px){
	.dashboard__wrapper .campaigns__grid .campaigns__table{
		min-width: 0px!important;
		width: 100%!important;
		max-width: 100%!important;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs{
		width: 100%!important;
	}
	.campaigns__table.allow__resize .ui-resizable-handle{
		pointer-events:none!important;
	}
	.breadcrumbs.double .edit__layout .switch{
		display: none;
	}
	.tooltip__weeks{
		max-width: 120px;
	}
	.dashboard__wrapper .information__grid{
		grid-template-columns:repeat(2 ,1fr);
	}
	.dashboard__wrapper .bottom__graphs{
		grid-template-columns:1fr;
		grid-row-gap:15px;
	}
	.dashboard__wrapper .bottom__graphs>.engaged{
		height: auto;
	}
	.dashboard__wrapper .campaigns__grid{
		flex-direction:column;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table{
		width: 100%;
		margin-bottom: 20px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table .table__wrapper{
		max-height: 400px!important
	}
	.campaigns__table{
		height: auto!important;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs{
		margin-left: 0px;
		min-width: 0px;
		max-width: 100%;
		width: 100%;
		display: grid;
		grid-template-columns:repeat(2 ,1fr);
		&>.elem:nth-child(odd){
			border-right:1px solid #E5E7EB;
		}
	}
}
@media (max-width: 991px){
	.dashboard__wrapper .campaigns__grid .email__graphs>.elem{
		padding:15px;
	}
	.dashboard__wrapper .bottom__graphs{
		margin-top:15px;
	}
	.dashboard__wrapper>.controls{
		flex-direction:column;
	}
	.dashboard__wrapper>.controls>.left__side{
		width: 100%;
		margin-bottom: 15px;
	}
	.dashboard__wrapper>.controls>.left__side>ul{
		width: auto;
		max-width: calc(100% - 56px);
		overflow-x:auto;
		&::-webkit-scrollbar {
		  width: 6px;
		  height: 4px;
		}
		 
		&::-webkit-scrollbar-track {

		}
		 
		&::-webkit-scrollbar-thumb {
			border-radius: 250px;
		  background-color:rgb(28,69,194);
		}
	}
	.dashboard__wrapper>.title>h6{
		font-size: 24px;
	}
	.dashboard__wrapper>.controls>.right__side{
		display: grid;
		grid-template-columns:repeat(2, 1fr);
		grid-column-gap:10px;
		width: 100%;
		max-width: 100%;
	}
	.dashboard__wrapper>.controls>.right__side .group__dropdown{
		width: 100%;
	}
	.dashboard__wrapper .information__grid{
		margin-top: 15px;
	}
	.dashboard__wrapper>.controls{
		margin-bottom: 15px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table>.top{
		padding:16px;
	}
}
@media (max-width: 840px){
	.dashboard__wrapper .campaigns__grid .email__graphs{
		grid-template-columns:1fr;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs>.elem:nth-child(odd){
		border-right:0px;
	}
}
@media (max-width: 767px){
	.dashboard__wrapper .bottom__graphs>.box>ul>li{
		margin-right: 15px;
	}
	.dashboard__wrapper .bottom__graphs>.engaged:before{
		background-size: 180px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table>.top>h6{
		font-size: 18px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table>.top{
		flex-direction:column;
		align-items:flex-start;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table>.top ul{
		margin-top:8px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table>.top ul>li{
		margin-right: 15px;
	}
	.tooltip__weeks{
		transform:scale(0.75);
	}
	.tooltip__weeks{
		max-width: 135px;
	}
	.dashboard__wrapper .information__grid{
		grid-template-columns:1fr;
		grid-row-gap:10px;
	}
	.dashboard__wrapper .information__grid>.elem__info .data>span{
		font-size: 20px;
	}
	.dashboard__wrapper{
		padding:20px 15px;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs{
		grid-template-columns:1fr;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs>.elem:nth-child(odd){
		border-right:0px;
	}
	.dashboard__wrapper .campaigns__grid .campaigns__table .table__wrapper{
		max-height: 300px!important;
	}
}
.dashboard__wrapper .bottom__graphs>.engaged:before{
	pointer-events:none;
}
@media (max-width: 640px){
	.dashboard__wrapper .bottom__graphs>.engaged>.top>h6{
		font-size: 18px;
	}
	.dashboard__wrapper .bottom__graphs>.engaged .grid{
		grid-template-columns:1fr;
	}
}
@media (max-width: 480px){
	.dashboard__wrapper .campaigns__grid .email__graphs>.elem{
		flex-direction:column;
	}
	.dashboard__wrapper .campaigns__grid .email__graphs>.elem .left{
		max-width: 100%;
		min-width: 0px;
		margin-bottom: 10px;
		margin-right: 0px;
	}
	.dashboard__wrapper>.controls>.right__side{
		grid-template-columns:1fr;
		grid-row-gap:10px;
	}
	.dashboard__wrapper>.controls>.left__side{
		margin-bottom: 10px;
	}
	.graph__daily .elem__graph .bars>.bar__blue{
		margin-right: 4px;
	}
	.graph__hourly .elem__graph:nth-child(1) , .graph__hourly .elem__graph:last-child{
		display: none;
	}
	.graph__daily .elem__graph{
		min-width: 22px;
		max-width: 22px;
		& .bars{
			&>div{
				min-width: 6px!important;
			}
		}
	}
	.graph__hourly .elem__graph{
		min-width: 17px;
		max-width: 17px;
	}
	.graph__hourly .elem__graph .bars .bar{
		min-width: 6px;
	}
}