@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');
* {
	padding: 0;
	margin: 0;
	font-family: "Calibri", sans-serif;
	box-sizing: border-box;
}

html {
	scroll-behavior: smooth;
}

body,
textarea,
input {
	padding: 0;
	margin: 0;
	line-height: 1.3;
	font-weight: 400;
	color: white;
	font-family: "Roboto", sans-serif;
}

body {
	background: rgba(11, 11, 11, 1);
	overflow: hidden; /* Hide scrollbars */
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	padding: 0;
	margin: 0;
	font-weight: 400;
}

p {
	margin: 0;
	padding: 0;
}

ul{
    list-style: none;
}

ul,
ol {
	padding: 0;
	margin: 0;
}

a {
	display: inline-block;
}

a:hover {
	text-decoration: unset;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/*-_-_Content_CSS_Start_-_-*/
.dashboard-wrap {
	background: #000000;
	min-height: 100vh;
	display: flex;
	flex-wrap: wrap;
}

.dashboard-header {
	width: 100%;
	padding: 10px 14px;
	display: flex;
	align-items: center;
}

.profile-dropdown {
	margin-right: 20px;
}

.profile-dropdown .dropdown-toggle {
	background: transparent;
	border: 0;
	outline: unset !important;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	/*padding-right: 20px;*/
	display: flex;
	align-items: center;
}

.profile-dropdown .dropdown-toggle::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	border: 0;
	font-family: "Font Awesome 6 Free";
	font-weight: 900; 
	font-size: 12px;
}

.profile-dropdown .dropdown-toggle span.avatarName {
	/*width: 28px;*/
	/*height: 28px;*/
	border: 1px solid #fff;
	background: #f1f2f4;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #00aff1;
	font-size: 16px;
	line-height: 1;
	/*text-transform: uppercase;*/
	margin-right: 8px;
	border-radius: 50%;
}

.profile-dropdown .dropdown-toggle span.avatarName:not(:has(img)) {
	width: 28px;
	height: 28px;
}

.profile-dropdown .dropdown-menu {
	min-width: unset;
	background: #f5f5f5;
	padding: 0;
	border-radius: 5px;
	left: -70px !important;
	top: calc(100% + 2px) !important;
	transform: unset !important;
	border: 0;
	overflow: hidden;
}

.profile-dropdown .dropdown-menu li a {
	font-size: 13.6px;
    line-height: 38px;
	color: #C4D1C7;
	padding: 0 12px;
	letter-spacing: 0.5px;
	background-color: #262626;
}

.profile-dropdown .dropdown-menu li a:hover,
.profile-dropdown .dropdown-menu li a:active {
	background: #38393C;
}

.setting-link,
.notification-link {
	/*width: 24px;*/
	/*height: 24px;*/
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.4s all ease;
	position: relative;
	margin-right: 7px;
	background-color: #171717;
	padding: 8px;
}

.setting-link {
	margin-right: 18px;
}

/* if have notification then add active class  */
/*.notification-link.active::before {
	content: "";
	background: #ff4d4f;
	right: 1px;
	top: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	position: absolute;
}*/

.setting-link:hover,
.notification-link:hover {
	/*background: #333333;*/
	color: #9E9E9E;
}

.setting-link img,
.notification-link img {
	width: 19px;
	height: 19px;
	object-fit: contain;
} 

.network-link {
	font-size: 13.6px;
	line-height: 17px;
	display: inline-flex;
	align-items: center;
	color: #ffffff;
	margin-right: 14px;
}

.network-link img {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-right: 6px;
}

.referrals-link {
	padding: 8px;
	background: #171717;
	border-radius: 8px;
	display: inline-flex;
	align-items: center;
	transition: width 0.6s all ease;
	margin-right: 8px;
}

.referrals-link span {
	font-size: 17px;
	font-weight: 600;
	line-height: 17px;
	padding-top: 1px;
	color: #ffffff;
	white-space: nowrap;
}

/*.referrals-link span.onhover {
	display: none;
}

.referrals-link:hover span {
	display: none;
}*/

.referrals-link:hover span.onhover {
	display: block;
}

.referrals-link i {
	width: 16px;
	height: 16px;
	object-fit: contain;
	margin-right: 4px;
	background: #2ad4ac;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 8px;
	line-height: 1;
	color: #fff;
	border-radius: 50%;
	padding-top: 1px;
	padding-left: 1px;
}

.time-zone {
	border-radius: 8px;
	padding: 8px;
	font-size: 17px;
	font-weight: 600;
	line-height: 1.25;
	color: #fff;
	display: inline-flex;
	align-items: center;
	margin-right: 16px;
	background-color: #171717;
}

.time-zone span {
	font-size: 17px;
	line-height: 1;
	color: #979898;
	margin-left: 5px;
}

.version {
	font-size: 14px;
	line-height: 1.25;
	color: #888ea0;
}

.dashboard-sidebar {
	width: 250px;
	height: calc(100vh - 48px);
	overflow-y: auto;
	padding: 7px 7px 26px 9px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	row-gap: 35px;
	overflow-y: auto;
}

.menu-close .sidebar-logo-wrap {
	flex-direction: column;
	padding: 0;
	/*margin-bottom: 15px;*/
}

.menu-close .dashboard-sidebar {
    width: 52px;
    padding-left: 7px;
	padding-right: 10px;
	overflow: unset;
} 

.menu-close .dashboard-content {
	width: calc(100% - 52px);
}

.menu-close .sidebar-logo .short-logo {
    width: 32px;
    height: 32px;
	margin-bottom: 7px;
}

.menu-close .sidebar-logo .logo-infloww {
	display: none;
}

.menu-close .sidebar-link-list li {
	position: relative;
	z-index: 1;
	margin-bottom: 3px;
}

.menu-close .sidebar-link-list li > a, 
.menu-close .sidebar-link-list li > button {
	font-size: 0;
	justify-content: center;
	padding: 8.5px 6px;
    border-radius: 8px;
	font-family: "Inter", sans-serif;
}

.menu-close .sidebar-link-list li .sub-menu ul li a {
	justify-content: flex-start;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.menu-close .sidebar-link-list li:hover > a,
.menu-close .sidebar-link-list li:hover > button {
	background: #000000;
}

.menu-close .sidebar-link-list li > button::after {
	display: none;
}

.menu-close .sidebar-link-list li > a img, 
.menu-close .sidebar-link-list li > button img {
    width: 19px;
    height: 19px;
    object-fit: contain;
    margin-right: 0;
}

.menu-close .sidebar-link-list .sub-menu li > a img {
	margin-right: 8px;
}

.menu-close .sidebar-link-list li:first-child img {
	width: 19px;
	height: 19px;
}

.menu-close .sidebar-link-list li:nth-child(2) img {
	width: 19px;
	height: 19px;
}

.menu-close .sidebar-link-list li .sub-menu {
	position: absolute;
	left: 100%;
	top: 0;
	width: 250px;
	padding: 0 0 0 10px;
	margin: 0;
	display: none !important;
	border-radius: 5px;
	overflow: hidden;
}

.menu-close .sidebar-link-list li .sub-menu ul {
	max-height: 440px;
	overflow-y: auto;    
	overflow-x: hidden;
	background: #000;
	border-radius: 5px;
	padding: 10px 5px;
}

.menu-close .sidebar-link-list li .sub-menu ul::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color:#414141;
}

.menu-close .sidebar-link-list li .sub-menu ul::-webkit-scrollbar {
	width: 8px;
	background-color: #414141;
}

.menu-close .sidebar-link-list li .sub-menu ul::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c7c8ca;
}

.menu-close .sidebar-link-list li .sub-menu li a {
	font-size: 18px;
	/* color: #ffffff; */
	border-radius: 5px;
	/* padding: 10px 5px; */
}

.menu-close .sidebar-link-list li .sub-menu li a:hover {
	background: #000000;
}


.menu-close .sidebar-link-list li:hover .sub-menu {
	display: block !important;
}

.menu-close .dashboard-sidebar .help-center {
	padding: 0 2px;
}

.menu-close .dashboard-sidebar .help-center img {
	margin: 0;
}

.menu-close .dashboard-sidebar .help-center span {
	display: none;
}

.menu-close .version {
	display: none;
}

.dashboard-sidebar::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: #384360;
}

.dashboard-sidebar::-webkit-scrollbar {
	width: 0;
	background-color: #384360;
}

.dashboard-sidebar::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #d6d9df;
}

.sidebar-main {
	width: 100%;
}

.sidebar-logo-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-left: 6px;
	padding-right: 8px;
	width: 100%;
	/*margin-bottom: 22px;*/
}

.sidebar-logo {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.sidebar-logo .short-logo {
	width: 24px;
	height: 24px;
}

.sidebar-logo .logo-infloww {
	margin-left: 12px;
	height: 12px;
}

.sidebar-logo-wrap .menu-btn {
	background: transparent;
	border: 0;
	outline: unset !important;
}

.sidebar-logo-wrap .menu-btn img {
	width: 19px;
	height: 19px;
	object-fit: contain;
}

.sidebar-link-list {

}

.sidebar-link-list li {
	margin-bottom: 5px;
}

.sidebar-link-list li:last-child {
	margin-bottom: 0;
}

.sidebar-link-list li > a,
.sidebar-link-list li > button {
	/*font-family: "Segoe UI", sans-serif;*/
	padding: 8px 12px;
	display: flex;
	align-items: center;
	font-size: 19px;
	line-height: 18px;
	color: #9E9E9E;
	width: 100%;
    background: transparent;
    border: 0;
	border-radius: 10px;
	font-weight: bold;
}

.sidebar-link-list li > a:hover,
.sidebar-link-list li > button:hover {
	background: #0E0E0E !important;
}

.sidebar-link-list li > button {
	position: relative;
	padding-right: 24px;
}

.sidebar-link-list li > button::after {
	content: "\f107";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    border: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 12px;
	color: #d6d9df;
	transition: 0.4s all ease;
}


.sidebar-link-list li > button.active::after {
	transform:  translateY(-50%) rotate(180deg);
}

.sidebar-link-list li > a.active,
.sidebar-link-list li > button.active {
	background: #0E0E0E !important;
	color: #fff;
}

.sidebar-link-list li > a img,
.sidebar-link-list li > button img {
	width: 19px;
	height: 19px;
	object-fit: contain;
	margin-right: 8px;
}

.sidebar-link-list li .sub-menu {
	display: none;
	margin-top: 5px;
}

.sidebar-link-list li .sub-menu ul li > a {
	padding-left: 25px;
	padding-right: 10px;
	transition: 0.4s all ease;
}

.sidebar-link-list li .sub-menu ul li > a:hover {
	background: #262e43;
}

.sidebar-link-list li:first-child img {
	width: 19px;
	height: 19px;
}

.sidebar-link-list li:nth-child(2) img {
	width: 19px;
	height: 19px;
}

.dashboard-sidebar .help-center {
	background: #262e43;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	letter-spacing: 0.5px;
	color: #d6d9df;
	padding: 0 7px 0 3px;
	border-radius: 30px;
	display: inline-flex;
	align-items: center;
}

.dashboard-sidebar .help-center img {
	width: 24px;
	height: 24px;
	object-fit: cover;
	margin-right: 1px;
}

.dashboard-content {
	width: calc(100% - 250px);
	height: calc(100vh - 48px);
	background: #151515;
	border-top-left-radius: 16px;
	overflow-y: scroll;
	padding: 16px;
}

.dashboard-content::-webkit-scrollbar-track {
	border-radius: 10px;
	background-color: transparent;
}

.dashboard-content::-webkit-scrollbar {
	width: 10px;
	background-color: transparent;
}

.dashboard-content::-webkit-scrollbar-thumb {
	border-radius: 10px;
	background-color: #c7c8ca;
}

.main-card-wrap, .stats-wrap {
	padding: 16px 24px;
	border-radius: 12px;
	background: transparent;
}

.main-card-heading {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 15px;
}

.main-card-heading h4, .stats-wrap h4 {
	font-family: "Inter", sans-serif;
	font-size: 15px;
	line-height: 1.25;
	font-weight: 400;
	display: flex;
	align-items: center;
}

.main-card-heading h4 .tooltip-custom {
	margin-left: 12px;
}

.main-card-heading h4 span.utc {
	font-size: 14px;
	color: #2ad4ac;
	margin-left: 15px;
}

.main-card-heading ul {
	border: 1px solid #e6e6e6;
	padding: 3px 8px;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	column-gap: 4px;
}

.main-card-heading ul li button {
	text-align: center;
	color: #666666;
	font-size: 11px;
	line-height: 1;
	padding: 7px 22px;
	font-weight: 500;
	border: 0;
	background: transparent;
	border-radius: 2px;
}

.main-card-heading ul li button:hover,
.main-card-heading ul li.active button {
	background: #eff4ff;
	color: #2d74ff;
}

.main-card-content {
	display: flex;
	flex-wrap: wrap;
}

.main-card-content .overview-col {
	padding: 20px 35px;
	border-right: 1px solid #3E3E3E;
	width: 25%;
}

.main-card-content .overview-col:last-child {
	border-right: 0;
}

.overview-col .overview-inner {
	padding: 4px 0;
}

.overview-col .overview-inner img {
	width: 44px;
	margin-bottom: 20px;
}

.overview-col .overview-inner p {
	font-size: 12px;
	line-height: 1.2;
	color: #1890F1;
	font-weight: 600;
	margin-bottom: 16px;
	font-family: "Segoe UI", sans-serif;
}

.overview-col .overview-inner h5 {
	/*font-family: "Inter", sans-serif;*/
	font-family: system-ui;
	letter-spacing: -0.9px;
	font-size: 32px;
	line-height: 1.2;
	color: #2d74ff;
	font-weight: 700;
}

.dollar-sign {
	font-family: "Inter", sans-serif;
}

.overview-col .overview-inner h5 span {
	font-size: 22px;
}

.overview-card {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 55px;
}

.overview-card:last-child {
	margin-bottom: 0;
}

.overview-card .card-content {
	padding-right: 15px;
	width: calc(100% - 45px);
}

.overview-card .card-content h5 {
	/*font-family: "Inter", sans-serif;*/
	font-family: system-ui;
	letter-spacing: -0.9px;
	font-size: 20px;
	line-height: 1.2;
	color: white;
	font-weight: 700;
	margin-bottom: 2px;
}

.overview-card .card-content p {
	font-size: 13px;
	line-height: 1.2;
	color: #808080;
}

.overview-card > img {
	width: 45px;
	height: 45px;
	object-fit: contain;
	border-radius: 50%;
}

.tooltip-custom {
	border: 0;
	background: transparent;
	display: inline-flex;
}

.tooltip-custom img {
	width: 15px;
	height: 15px;
}

.main-card-content.nodata {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 40px 0;
}

.main-card-content.nodata img {
	width: 110px;
	margin: 0 auto 10px;
}

.main-card-content.nodata p {
    font-size: 14px;
    line-height: 1.2;
    color: #808080;
}
/*-_-_Content_CSS_End_-_-*/


/*-_-_Responsiveness_-_-*/

@media only screen and (max-width: 1366px) {}

@media only screen and (max-width: 1199px) {}

@media only screen and (max-width: 991px) {}

@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 575px) {}

@media only screen and (max-width: 480px) {}

.creator-content {
	width: calc(100% - 250px);
  	height: calc(100vh - 48px);
  	background: #151515;
  	border-top-left-radius: 16px;
  	overflow-y: scroll;
}

.header-title h2 {
	font-family: "Inter", sans-serif;
	padding: 17px 22px;
  	font-size: 15px;
  	border-bottom: 1px solid #3E3E3E;
  	font-weight: 400;
}

.header-bar {
	margin: 19px 24px 0 24px;
  	display: flex;
  	padding-bottom: 13px;
	border-bottom: 1px solid #3E3E3E;
}

.header-filter {
	display: flex;
	margin-left: auto;
}

.header-filter select, .header-filter div {
	/*appearance: none;*/
	background: transparent;
	border: 0;
  	border-radius: 4px;
  	padding: 0 7px;
  	font-size: 12px;
  	font-weight: 400;
  	color: #bbb;
  	width: 125px;
  	outline: 1px solid #3E3E3E;
  	border-right: 6px solid transparent;
	height: 22px;
	font-family: "Segoe UI", sans-serif;
}

.header-filter .dropdown-menu {
	background-color: #2F2F2F;
}

.header-filter .dropdown-menu a {
	color: white;
	font-family: "Segoe UI", sans-serif;
	font-size: 14px;
}

.header-filter .dropdown-item.disabled, .header-filter .dropdown-item:disabled {
	color: #535353;
}

.header-filter .dropdown-item.active {
	color: #2D74FF !important;
	background-color: #353535 !important;
}

.header-filter .dropdown-item:hover {
	background-color: #353535 !important;
}

.header-filter .dropdown-menu.show {
	left: -14px !important;
	top: 5px !important;
}

/*.header-filter select option {
	background-color: #2F2F2F;
	color: white;
	font-size: 14px;
	padding: 4px;
	font-family: "Segoe UI", sans-serif;
}

.header-filter select option:checked {
	color: #2D74FF !important;
	background-color: #353535 !important;
}

.header-filter select option:disabled {
	color: #535353;
}*/

.header-filter select {
	cursor: pointer;
}

.creator_perf-tab {
	margin-left: 28px;
}

.overview-tab {
	color: #3467FF;
	padding-bottom: 15px;
  	border-bottom: 2px solid #3467FF;
}

.header-tab span {
	cursor: pointer;
	font-size: 15.5px;
  	font-weight: 400;
}

.header-span_filter {
	font-size: 13px;
  	font-weight: 400;
  	font-style: normal;
  	color: #3467FF;
  	border: 1px solid #3467FF;
  	padding: 3px 5px;
  	border-radius: 4px;
	cursor: pointer;
	height: 22px;
	margin-left: 15px;
}

.header-filter svg {
	position: relative;
  	top: -1px;
}

#daterange {
	width: fit-content;
	padding-top: 4px !important;
}

#daterange span {
	font-family: "Segoe UI", sans-serif;
	color: white;
	font-size: 12px;
}

.header-shown_by {
	margin-left: 15px;
}

.header-filter button {
	position: relative;
  	top: 4px;
  	margin: 0 10px 0 5px;
}

.highcharts-title {
	overflow: initial !important;
}

.border-light {
	border: 1px solid #3E3E3E !important;
}


.stats-wrap {
	/*max-width: 1500px;*/
  }

  .stats-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
  }

  .stats-header h4 {
	margin: 0 0;
	font-size: 20px;
  }

  .stats-header .header-span_filter {
	display: flex;
	align-items: center;
	color: #007bff;
	font-size: 13px;
	cursor: pointer;
  }

  .stats-header .header-span_filter svg {
	margin-right: 5px;
  }

  .row {
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
	margin-left: 7px;
  }

  .card {
	background: transparent;
	border-radius: 8px;
	padding: 30px 20px;
	width: calc(25% - 20px);
	  border-color: #434343;
	/*box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);*/
  }

  .card-title {
    font-size: 13px;
    color: #7b7b7b;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0;
  }


  .display-5 {
	font-size: 28px;
	/*font-weight: bold;*/
	/*color: #333333;*/
	  color: white;
  }

.card-content .display-5 {
	font-weight: bold;
	font-family: "Inter";
}

  @media (max-width: 768px) {
	.card {
	  width: calc(50% - 20px);
	}
  }

  @media (max-width: 576px) {
	.card {
	  width: 100%;
	}
  }
  
  
  
  .table-container {
	width: 100%;
  }

  table {
	width: 100%;
	border-collapse: collapse;
	margin: 10px 0;
	background-color: #0f0e0e;

  }

  thead {

  }

  th {
	text-align: left;
	padding: 10px;
	font-size: 14px;
	color: #555;
background-color: rgb(26, 25, 25);
	position: relative;
	white-space: nowrap;
	cursor: pointer;
	border-right: 1px solid #2c2b2b; /* Gray border between columns */
  }

  th:last-child {
	border-right: none; /* Remove the border for the last column */
  }


/* Adjust spacing and alignment */
.header-wrapper {
display: flex;
justify-content: space-between; /* Align text left and icons right */
align-items: center;
padding-right: 8px; /* Add space between text and icons */
}
  .sort-icons {
	position: relative;
	width: 12px;
	height: 12px;
  }

  .sort-icons svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	fill: gray;
	pointer-events: none;
  }

  /* Default visibility for both icons */
  .sort-icons .asc-icon,
  .sort-icons .desc-icon {
	visibility: visible;
  }

  /* Active state for sorting */
  th.sort-asc .asc-icon {
	fill: blue;
  }

  th.sort-desc .desc-icon {
	fill: blue;
  }
  .tooltip {
position: absolute;
background-color: #2F2F2F;
color: #fff;
padding: 5px 8px;
font-size: 12px;
border-radius: 4px;
pointer-events: none;
z-index: 10;
white-space: nowrap;
box-shadow: 0px 2px 6px rgba(244, 241, 241, 0.901);
transform: translateY(-10px);
transition: opacity 0.2s, transform 0.2s;
}

/* No Data Styling */
.no-data {
    text-align: center;
    color: #555;
    margin-top: 50px;
}

.no-data img {
    width: 60px;
    margin-bottom: 10px;
}

.no-data p {
    margin: 0;
    font-size: 16px;
}

/* Remove border around "No Data" elements */
.main-card-wrap {
    border: none; /* Ensures no border is shown */
    background: transparent;
}

.main-card-content.nodata {
    border: none;
    padding: 0;
}

h1 {
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #000000;
  }

  #chartContainer {
	display: flex;
	align-items: flex-start; /* Align the chart and legend at the top */
	gap: 70px; /* Add space between the chart and legend */
	padding: 20px;
	height: 300px;
	 /* Optional: Add padding around the container */
  }

  #earningsChart {
	flex: 1;
	max-width: 70%;
	

  }

  .legend {
	font-family: Arial, sans-serif;
	width: 30%;
	height: 400px;/* Adjust width as needed */
  }
  
  .legend ul {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .item {
    display: flex; /* Aligns items horizontally */
    align-items: center; /* Ensures vertical alignment */
    justify-content: space-between; /* Evenly distribute space */
    margin-bottom: 29px; /* Adjust the space between rows */
}

.item div {
    flex: 1; /* Ensures equal spacing between each column */
    text-align: center;
}

.item .info {
    display: flex;
    align-items: center; /* Aligns icon and text vertically */
    gap: 8px; /* Space between the circle and text */
    flex: 2; /* Slightly larger column for the first column */
}

.item:last-child {
    margin-bottom: 0; /* Remove bottom margin from the last row */
}
  
  .item p {
	margin: 0;
	font-size: 13px;
	/*color: #7B7B7B;*/
	  color: white;
	  font-weight: bold;
  }
  
  .legend span {
	display: inline-block;
	width: 8px; /* Circle size */
	height: 8px;
	border-radius: 50%; /* Circle shape */
  }
  
  .legend .subscriptions {
	background-color: #3467FF;
  }

  .legend .tips {
	background-color: #2AD4AC;
  }

  .legend .posts {
	background-color: #FC6767;
  }

  .legend .messages {
	background-color: #FFA553;
  }

  .legend .referrals {
	background-color: #34C2FF;
  }

  .legend .streams {
	background-color: #CA34FF;
  }
  

  .info-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;
    margin-left: 8px;
  }

  .info-icon {
    width: 16px;
    height: 16px;
  }
  .custom-metrics-container {
    display: flex;
    align-items: center;
	margin-right: 0px;  /* Reduce spacing between Custom Metrics and Export */
	  background-color: transparent;
  }

  .custom-metrics-button {
    display: flex;
    align-items: center;
    background-color: transparent; /* Transparent background */
    border: none; /* Remove border */
    padding: 8px 12px;
    cursor: pointer;
    font-family: 'Calibri', sans-serif;
    font-size: 13.4px;
    color: #333; /* Text color */
  }

  .custom-metrics-button .icon {
    margin-right: 8px;
    font-size: 16px;
    color: #888; /* Icon color */
  }

  .custom-metrics-button:hover {
    background-color: rgba(0, 0, 0, 0.05); /* Slight hover background */
    border-radius: 4px; /* Add some rounded corners for hover effect */
  }

  .custom-metrics-button:focus {
    outline: none; /* Remove focus outline */
    background-color: rgba(0, 0, 0, 0.1); /* Slightly darker background on focus */
    border-radius: 4px;
  }

  .custom-metrics-button svg {
    width: 16px;
    height: 16px;
    fill: #888; /* Icon color */
  }
  .metrics-and-export {
    display: flex;
    align-items: center;
    gap: 0px; /* Space between Custom Metrics and Export */
  }

  #tableContainer th:first-child {
	border-top-left-radius: 10px;
  }

#tableContainer th:last-child {
	border-top-right-radius: 10px;
}

#tableContainer {
	margin-top: 20px;
}

.userName {
	font-size: 14px;
}

#editableText .dollar-sign {
	font-family: "Inter", sans-serif !important;
}

.avatarImage {
	width: 28px;
	height: 28px;
}

.info-icon {
	margin-top: -1px;
}

.info-icon img {
	width: 19px;
	height: 19px;
}

.highcharts-yaxis-labels text {
	font-size: 12.5px !important;
}

/*
.highcharts-xaxis-labels text {
	font-size: 10px !important;
}*/

.menu-close .creator-content {
	width: calc(100% - 52px);
}


#messages-menu {
	position: relative;
}

#messages-menu .messages-pro-badge {
	position: absolute;
	right: 42px;
	width: 15px;
	height: 15px;
	padding-top: 0;
	text-align: center;
	border-radius: 50%;
	background-color: #FB609F;
	color: white;
	font-size: 12px;
	line-height: 1.4;
	top: 13px;
	font-weight: initial;
}

.menu-close #messages-menu .messages-right-icon {
	display: none;
}

#messages-menu .messages-right-icon {
	position: absolute;
	width: 26px;
	height: 26px;
	right: 0;
	display: block;
}

.sidebar-main hr {
	color: #171717;
	opacity: 1;
}

.menu-close #of-top-menu {
	padding-left: 10px !important;
}

#of-top-menu {
	position: relative;
}

#of-top-menu .of-badge {
	position: absolute;
	right: 40px;
	width: 11px;
	height: 11px;
	background-color: #FB609F;
	border-radius: 50%;
}