@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400&display=swap');

html, body {
  background:#fbf8ff;
  margin:0;
  padding:0;
  height:100%;
  font-family: 'Roboto', sans-serif;
}
.nav {
  background:#fff;
  height:100%;
  width:81px;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 146px;
  box-sizing:border-box;
  box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
  -webkit-box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
  -moz-box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
  border-radius: 0 20px 20px 0;
  z-index:1;
}

.main {
  height:100%;
  display: flex;
}

.btnCustom {
  height:56px;
  width:81px;
  text-align: center;
  line-height: 66px;
  cursor:pointer;
  margin-bottom: 28px;
}

.btnCustom:hover {
 opacity: 0.5;	
}

.nav .active {
  border-left: 3px solid #f1802c;
  box-sizing: border-box;
  width: 80px;	
}

.content {
  background-color:#fbf8ff;
  height: 100%;
  width: 100%;
  padding: 0 65px 0 65px;
  box-sizing: border-box;
  max-width: 1444px;
  overflow: hidden;
}

.sidebar {
  background-color: #fff;
  height: 100%;
  width: 100%;
  max-width: 395px;
  box-shadow: -13px 13px 115px 0px rgba(0,0,0,0.11);
  -webkit-box-shadow: -13px 13px 115px 0px rgba(0,0,0,0.11);
  -moz-box-shadow: -13px 13px 115px 0px rgba(0,0,0,0.11);
  border-radius: 20px 0 0 20px;
  padding-left: 33px;
  padding-right: 33px;
  padding-top: 70px;
  box-sizing:border-box;
  overflow: hidden;
}

.sidebar .heading {
  display: flex;
  justify-content: space-between;
}

.sidebar .title {
  color: #818083;
  font-size: 18px;
}

.sidebar .ellipsis {
	margin-right: 10px;
	cursor:pointer;
}

.sidebar .ellipsis:hover {
  opacity:0.5;	
}

.sidebar .tickets {
	display: flex;
	margin-top: 50px;
	margin-bottom: 30px;
}

.sidebar .label {
	color: #cdcdcd;
	font-size: 14px;
}

.sidebar .data {
	font-size: 18px;
	color: #818083;
	font-weight: 400;
	margin-top: 9px;
}

.sidebar .data span {
  margin-right: 5px;
}

.sidebar .holder {
	width: 100%;
}

.sideGraph {
  background:#fbf8ff;
  height: 271px;
  border-radius: 10px;
  margin-bottom: 66px;
}

.content .title {
	font-size: 18px;
	color: #818083;
}

.content .heading {
	margin-top: 51px;
	display: flex;
	justify-content: space-between;
}

.content .filters {
	display: flex;
}

.content .option {
	color: #d9d9d9;
	font-size: 15px;
	margin-left: 53px;
	cursor:pointer;
}

.content .option:hover {
  color: #aaa8ae;
}

.content .active {
  color: #aaa8ae;
}

.content .mainGraph {
  margin-top: 30px;
  margin-bottom: 50px;
}

.content .tickets {
	display: flex;
	justify-content: space-between;
}

.content .holder {
	background: #fff;
	padding-top: 33px;
	padding-bottom: 28px;
	padding-left: 38px;
	padding-right: 20px;
	width:  295px;
	min-width:  295px;
	box-sizing: border-box;
	border-radius: 20px;
	box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
	-moz-box-shadow: 13px 13px 113px 0px rgba(0,0,0,0.1);
	margin-right:10px;
}

.content .dataTitle {
	color: #757575;
	font-size: 18px;
}

.content .data, .data2, .data3, .data4 {
	font-size: 28px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 16px;
	margin-bottom: 18px;
}

.content .data {
	color: #f1802c;
}

.content .data2 {
	color: #7980c3;
}

.content .data3 {
	color: #f1802c;
}

.content .data4 {
	color: #7980c3;
}


.content .data span, .data2 span, .data4 span {font-size: 16px;color: #4cda7d;}
.content .data3 span {font-size: 16px;color: #e86766;}

.content .data span img,.data2 span img,.data3 span img,.data4 span img {
	margin-right: 12px;
}

.content .total {
	color: #d9d9d9;
	font-size: 15px;
}

.content .total span {margin-left: 14px;}

.content .tableWrap {
	width: 100%;
	display: flex;
	margin-top: 46px;
	justify-content: space-between;

}

.content .table {
	background: white;
	width: 100%;
	border-radius: 20px;
	max-width: 974px;
	box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	padding-left: 35px;
	padding-right: 35px;
	box-sizing: border-box;
	margin-right: 10px;
}

.content .earning {
	width: 100%;
	background: white;
	border-radius: 20px;
	max-width: 295px;
	box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	-webkit-box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	-moz-box-shadow: 9px 34px 101px 0px rgba(0,0,0,0.11);
	padding: 0 30px;
	box-sizing: border-box;
}

.content .tableHeader {
	margin-top: 34px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 20px;
	margin-bottom: 40px;
}

.content .tableHeading {
	color: #757575;
	font-size: 18px;
}

.content .tableFilter {
	
}

.content .tableFilter {
	display: flex;
	align-items: center;
}

.content .tableOption {
	margin-left: 30px;
	font-size: 14px;
	color: #d9d9d9;
	cursor: pointer;
}

.content .table .active {background: #f1802c;color: #fff;padding: 6px 17px;border-radius: 90px;}

.content .topRow {
	display: flex;
	color: #d9d9d9;
	font-size: 14px;
}

.content .tableRow {
	display: flex;
	font-size: 14px;
	color: #5f5f5f;
	border-top: 1px solid #f5f5f5;
	padding-top: 22px;
	margin-top: 20px;
	width: 100%;
}

.table .allRow {
	display: flex;
	width: 100%;
}

.table .firstRow {
	width: 80%;
}

.table .innerRow {
	width: 100%;
}

.table .innerRowlast {
	width: 50%;
}


.content .earning .title {
	font-size: 18px;
	color: #757575;
	margin-top: 30px;
}

.content .earning .label {
	color: #d9d9d9;
	font-size: 14px;
	margin-top: 7px;
}

.content .earning .earningData {
	color: #f1802c;
	font-size: 28px;
	margin-top: 35px;
	margin-bottom: 35px;
}

.content .earning .dataWrap {
	display: flex;
	justify-content: space-between;
	margin-right: 10px;
}

.content .earning .holder2 {
}

.content .earning .holder2 .labelReport {
	font-size: 14px;
	color: #d9d9d9;
}

.content .earning .holder2 .dataReport {
	color: #757575;
	font-size: 18px;
	margin-top: 11px;
}

.dataReport span {
	margin-right: 8px;
}

.content .tableOption:hover {
  color:#aaa8ae;
}

.content .table .active:hover {
  color:white;	
}

.notification {
	background: #fbf8ff;
	display: flex;
	padding: 20px;
	align-items: center;
	margin-bottom: 25px;
}

.notification .notifTitle {
	font-size: 16px;
	color: #818083;
}

.notification .notifBody {
	font-size: 12px;
	color: #818083;
	margin-top: 16px;
	padding-right: 10px;
}

.notifIcon:hover {
  opacity:0.5;
  cursor:pointer;
}

.mb {
  margin-bottom: 36px;
}
