/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 300;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 400;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* hebrew */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H0TbFhsqMA6aw.woff2) format('woff2');
	unicode-range: U+0590-05FF, U+200C-2010, U+20AA, U+25CC, U+FB1D-FB4F;
}

/* latin */
@font-face {
	font-family: 'Heebo';
	font-style: normal;
	font-weight: 600;
	src: url(https://fonts.gstatic.com/s/heebo/v21/NGS6v5_NC0k9P9H2TbFhsqMA.woff2) format('woff2');
	unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


:root {

	--link-color: #008aeb;
	--table-content-color: #3e3e3e;
	--table-background-color: #e2e2e2;
	--table-background-hover-color: #c5c5c5;
	--table-border: 1px solid #cdcdcd;
	--content-box-color: #000000;
	--content-box-background-color: #ffffff;
	--dialog-background-color: #ffffff;
	--modify-buttons-color: 0 0 0 rgb(0, 0, 0);
}


[data-theme="dark"] {

	--link-color: #74caf8;
	--table-content-color: #cccccc;
	--table-background-color: #353535;
	--table-background-hover-color: #585858;
	--table-border: 1px solid #424242;
	--content-box-color: #cccccc;
	--content-box-background-color: #252525;
	--dialog-background-color: #252525;
	--modify-buttons-color: 0 0 0 rgb(208, 208, 202, 1);
}


* {
	box-sizing: border-box;
}


html {

	font-family: "Heebo", sans-serif;
	#font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 12px;
}

body {

	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: linear-gradient(to bottom, #565656 0%, black 100%);
}

a {

	text-decoration: none;
}

a:link {

	color: var(--link-color);
}

a:visited {

	color: var(--link-color);
}


.dialogClass {

	background: var(--dialog-background-color);
}


.ui-dialog {

	z-index: 7000;
}


.ui-dialog-title {

	float: left;
	text-align: left;
}


.ui-dialog-titlebar>.ui-button {

	outline: none;
}


#tradingViewSettings {

	font-size: 1.8rem;
	cursor: pointer;
}


#modal {

	#display: inline-block !important;
	max-height: 90%;
	overflow: auto;
}


#modalNotifications {

	max-height: 90%;
	overflow: auto;
}


#modalDealEdit {

	max-height: 90%;
	overflow: auto;
}


#modalTvSettings {

	display: none;
	max-height: 90%;
	overflow: auto;
	color: var(--table-content-color);
}


#spinner-overlay {

	position: fixed;
	top: 0;
	z-index: 6550;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6);
}


.spinner-container {

	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.spinner {

	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #424341 solid;
	border-radius: 50%;
	animation: spinner-anime 0.8s infinite linear;
}


@keyframes spinner-anime {

	100% {
		transform: translateZ(0);
		-webkit-transform: translateZ(0);
		-ms-transform: translateZ(0);
		transform: rotate(360deg);
	}
}

.is-hide {

	display: none;
}


.spinner-dynamic-container {

	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}


.spinner-dynamic {
	display: inline-block;
	width: 80px;
	height: 80px;
}


.spinner-dynamic:after {
	content: " ";
	display: block;
	width: 36px;
	height: 36px;
	margin: 8px;
	border-radius: 50%;
	border: 6px solid #000000;
	border-color: #000000 transparent #000000 transparent;
	animation: spinner-dynamic 1.2s linear infinite;
}


@keyframes spinner-dynamic {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}


.hub-superscript {
    position: absolute;
    top: 5px;
    right: -35px;
    font-size: 12px;
    color: #000;
    background: #fff;
    width: 32px;
    font-weight: bold;
    border-radius: 3px;
}


.hub-form-group {
	display: flex;
	align-items: center;
	/* Aligns labels and inputs vertically */
	margin-bottom: 10px;
	text-align: left;
}


.hub-form-group label {
	flex: 0 0 150px;
	/* Set a fixed width for labels */
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}


.hub-form-group input {
	flex: 1;
	/* Allow the input to fill remaining space */
	max-width: 400px;
	/* Optional: limit input width */
}


.hub-form {
	display: flex;
	flex-direction: column;
}


.hub-primary-btn {
	background-color: #28a745;
	font-size: 1.0rem;
	color: white;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 5px;
	vertical-align: middle;
	cursor: pointer;
}


.hub-stop-btn {
	background-color: #dc3545;
	color: white;
	font-size: 1.4rem;
	width: 30px;
	height: 30px;
	border: none;
	border-radius: 5px;
	vertical-align: middle;
	justify-content: center;
    align-items: center;
	cursor: pointer;
}


.hub-table-container {
	overflow-x: auto;
}


.hub-add-instance-form {
	margin-bottom: 20px;
}


.hub-middle-container {
    margin-top: 50px;
}


.hub-middle-header {
    display: inline-block;
    margin: 0 0 10px;
    vertical-align: middle;
}


.hub-show-memorybutton-wrapper {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}


#hub-showMemoryButton {
    color: #000000;
    background-color: beige;
    cursor: pointer;
    padding: 3px 7px;
    border: 1px solid #a0a0a0;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: all 0.3s;
}


#hub-showMemoryButton:hover {
    background-color: #e0e0e0;
}


#hub-memory-container {
    display: none;
    position: fixed;
    font-size: 1.1rem;
    color: var(--content-box-color);
    background-color: var(--content-box-background-color);
    top: 75px;
    left: 10px;
    width: 200px;
    max-height: 300px;
    border: 1px solid #5d5d5d;
    border-radius: 5px;
    padding: 10px;
    z-index: 1000;
    overflow: hidden;
}


#hub-closeMemoryButton {
    position: absolute;
    top: 5px;
    right: 5px;
    color: var(--content-box-color);
    background-color: transparent;
    border: none;
    font-size: 1.25rem;
    font-weight: bold;
    cursor: pointer;
    z-index: 2000;
}


#hub-memoryContent {
    max-height: 280px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 10px;
}


#hub-memoryContent::-webkit-scrollbar {
    display: none;
}


#hub-memoryContent {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}


.hub-instance-status-indicator {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: #f81e1e; /* lighter red */
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),  /* lighter drop shadow */
				inset 0 2px 3px rgba(0, 0, 0, 0.2), /* softer inner shadow */
				inset 0 -1px 2px rgba(255, 255, 255, 0.2); /* subtle highlight */
}


main {

	position: relative;
	top: 70px;
	width: 99%;
	padding-bottom: 20px;
}


form label {

	display: block;
}


form input,
form textarea {
	width: 100%;
}


.form-field {

	width: 60px;
	padding: 3px;
	outline: none;
	border: solid 1px #cccccc;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}


.form-select-pair+.select2-container .select2-selection {

	min-height: 25px;
	max-height: 300px;
	overflow-y: auto;
	border: solid 1px #cccccc;
}


.form-select-pair+.select2.select2-container .select2-selection__choice {

	font-size: 1.0rem;
	color: #000000;
	background-color: #dce9ef;
	border: 1px outset #cccccc;
	cursor: pointer;
}


.form-select-pair+.select2.select2-container .select2-selection__choice__remove {

	color: #000000;
}


.form-select-pair+.select2-container--default.select2-container--focus .select2-selection--multiple {

	border: 1px solid #cccccc !important;
}


.disableButton {

	color: transparent;
	text-shadow: var(--modify-buttons-color);
	font-size: 1.1rem;
}


.headerName {

	font-size: 2.5rem;
}


#btcPrice {

	position: absolute;
	z-index: 9999;
	left: 5px;
	bottom: 0;
}


.headerButtons {

	position: absolute;
	z-index: 9999;
	right: 5px;
	bottom: 0;
	font-size: 1.35rem;
	text-shadow: #d8d8d8 1px 0 0, 0 0 1px #000000, 0 0 4px #000000;
	color: transparent;
}


.modeButton {

	display: inline-block;
}


#notificationsList {

	cursor: pointer;
}


.notificationsRow {


}


.notificationsItem {

	margin-top: 10px;
	font-size: 0.85rem;
}


.notificationButton {

	display: inline-block;
}


.notificationButtonAlert {

	text-shadow: #55c6c4 1px 0 0, 0 0 1px #000000, 0 0 8px #1377e3;
}


#headerBox {

	z-index: 9999;
	position: fixed;
	cursor: pointer;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	width: 100%;
	height: 65px;
	color: #ffffff;
	border-bottom: 2px solid #3e3e3e;

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#090909+0,4e4e4e+100 */
	background: rgb(9, 9, 9);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(9, 9, 9, 1) 0%, rgba(78, 78, 78, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#090909', endColorstr='#4e4e4e', GradientType=0);
	/* IE6-9 */
}


#footerBox {

	z-index: 9999;
	position: fixed;
	display: flex;
	align-items: center;
	cursor: pointer;
	justify-content: space-between;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 25px;
	padding: 0 10px 0 10px;
	background-color: #000000;
	font-size: 0.95rem;
}


#contentBox,
#ordersBox {

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fafafa+0,f0f0f0+100 */
	background: rgb(250, 250, 250);
	/* Old browsers */
	background: -moz-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(250, 250, 250, 1) 0%, rgba(240, 240, 240, 1) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0', GradientType=0);
	/* IE6-9 */
}


#contentBox {

	z-index: 1000;
	position: relative;
	font-size: 1.2rem;
	width: 98%;
	margin: 0 auto;
	padding: 15px;
	overflow: auto;
	color: var(--content-box-color);
	background: var(--content-box-background-color);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.aiChatContainer {
	position: relative;
	width: 100%;
	height: 100%;
	font-size: 1.3rem;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	color: var(--table-content-color);
	background: var(--content-box-background-color);
}


#aiChatBox {
	flex-grow: 1;
	overflow-y: auto;
	padding: 10px;
	color: var(--table-content-color);
	background: var(--content-box-background-color);
}


#chatInputContainer {
	position: relative;
	bottom: 0;
	padding: 10px;
	box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}


#chatInput {
	width: calc(100% - 90px);
	padding: 10px;
	border: 1px solid #ccc;
	border-radius: 5px;
	margin-right: 10px;
	box-sizing: border-box;
	outline: none;
}


#chatSendButton {
	padding: 10px 15px;
	border: none;
	border-radius: 5px;
	background-color: #727374;
	color: white;
	cursor: pointer;
}


#ordersBox {

	z-index: 1000;
	position: relative;
	display: none;
	font-size: 1.1rem;
	width: 90%;
	margin: 0 auto;
	padding: 20px;
	top: 10px;
	margin-bottom: 20px;
	overflow: auto;
	color: var(--table-content-color);
	background: var(--content-box-background-color);
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}


#ordersTable {

	font-size: 1.0rem;
	width: 95%;
	cursor: pointer;
}


.tableHeader {

	font-weight: bold;
	text-align: left;
	white-space: nowrap;
}


table#ordersTable th,
table#ordersTable td {

	text-align: left;
	color: var(--table-content-color);
	border-bottom: var(--table-border);
}


table#ordersTable tr:not(:first-child):hover {

	background-color: var(--table-background-color);
	cursor: pointer;
}


#alertMessage {

	color: #da1f38;
}


#formResult {

	color: #da1f38;
}


select[id^='startCondition'],
[id^='botValue'] {

	background-color: #ffffff;
	cursor: pointer;
}


.mainMenuItem {

	display: flex;
	align-items: center;
	width: 100%;
	height: 50px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: var(--table-border);
}


.mainMenuItem:hover {

	background: var(--table-background-hover-color);
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.mainMenuItem:hover a {

	color: var(--table-content-color);
}


.btn {

	font-weight: 400;
	font-size: 1.1rem;
	color: #424141;
	background: linear-gradient(0deg, #b8b8b8 0%, #f5f0f0 100%);
	padding: 5px 20px;
	border: solid #bfbfbf 1px;
	box-shadow: none;
	border-radius: 5px;
	transition: 535ms;
	transform: translateY(0);
	#display: flex;
	#flex-direction: row;
	align-items: center;
	cursor: pointer;
}


.btn:hover {

	#transition: 35ms;
	#padding: 5px 22px;
	#transform: translateY(-0px);
	background: linear-gradient(0deg, #b8b8b8 0%, #f5f0f0 100%);
	color: #3189e0;
	border: solid 1px #bfbfbf;
}


.btnAll {

	font-weight: 600;
	font-size: 0.95rem;
	color: #424141;
	padding: 5px;
	background: linear-gradient(0deg, #b8b8b8 0%, #f5f0f0 100%);
	border: solid #bfbfbf 1px;
	box-shadow: none;
	border-radius: 5px;
	transition: 535ms;
	transform: translateY(0);
	#display: flex;
	#flex-direction: row;
	align-items: center;
	cursor: pointer;
}


table#login {

	font-size: 1.2rem;
	color: var(--table-content-color);
	border: 0;
	width: auto;
	text-align: left;
}


table#botsCreate {

	font-size: 1.2rem;
	color: var(--table-content-color);
	border: 0;
	width: 495px;
	text-align: left;
}


table#botsCreate tr {

	vertical-align: top;
}


table#botsCreate td {

	padding-bottom: 5px;
}


table#botsDeals {

	position: relative;
	font-size: 1.0rem;
	color: #e7e7e7;
	width: 99%;
	border-collapse: collapse;
}


table#botsDeals th {

	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 5px;
	padding-right: 5px;
	font-size: 1.1rem;
	background: #3d3d3d;
}


table#botsDeals th:first-child {

	border-radius: 5px 0 0 0;
}


table#botsDeals th:last-child {

	border-radius: 0 5px 0 0;
}


table#botsDeals td:first-child {

	border-left: 0;
}


table#botsDeals td:last-child {

	border-right: 0;
}


table#botsDeals td {

	padding: 5px;
	color: var(--table-content-color);
	font-weight: bold;
	border-bottom: var(--table-border);
}


table#botsDeals tr:nth-child(even) {

	background: var(--table-background-color);
}


table#botsDeals tr:nth-child(odd) {

	background: var(--table-background-color);
}


table#botsDeals tr:nth-child(1) {

	#background: none;
}


table#botsDeals tr:hover {

	background-color: var(--table-background-hover-color);
	cursor: pointer;
}


#notificationsBox {

	z-index: 6500;
	position: fixed; 
	bottom: 50px;
	right: 10px;
	min-width: 300px;
	max-width: 300px;
	text-align: left;
}


.notificationsRow {

	font-size: 1.0rem;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 8px;
	border: 1px solid #272727;
	cursor: pointer;
	overflow-wrap: break-word;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #cccccc;

	box-shadow: 0 3px 3px rgba(3, 0, 3, 0.6); 
	-webkit-box-shadow: 0 3px 3px rgba(3, 0, 3, 0.6); 
	-moz-box-shadow: 0 3px 3px rgba(3, 0, 3, 0.6);

	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,2e3034+100 */
	background: rgb(0,0,0); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,0,0,1) 0%, rgba(46,48,52,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,1) 0%,rgba(46,48,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,1) 0%,rgba(46,48,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#2e3034',GradientType=0 ); /* IE6-9 */
}


.logRow {

	font-size: 1.0rem;
	padding: 5px;
	border-bottom: var(--table-border);
	color: var(--table-content-color);
	background: var(--table-background-color);
	cursor: pointer;
	overflow-wrap: break-word;
}


.logRow:hover {

	background: var(--table-background-hover-color);;
	cursor: pointer;
}


.contentHeader {

	position: relative;
	font-size: 1.65rem;
}


.contentHeaderBox {

	position: relative;
	width: 99%;
	color: var(--table-content-color);
	background-color: var(--table-background-color);
	padding: 10px;
	margin-bottom: 25px;
	border: var(--table-border);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.botsDealsBox {

	position: relative;
	min-height: 400px;
	overflow: auto;
	scrollbar-width: none;
}


.botsDealsBox::-webkit-scrollbar {

	width: 0;
	height: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
}


.botsDealsBox::-webkit-scrollbar-track {

	background-color: #595959;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}


.botsDealsBox::-webkit-scrollbar-thumb {

	background-color: #3f3f3f;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.95);
}


.botsDealsBox::-webkit-scrollbar-corner {

	display: none;
}


.toolTip {

	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 0.98rem;
	background: #969696;
	padding: 0px 6px;
	border-radius: 100%;
}


.toolTip .toolTipText {

	z-index: 7000;
	visibility: hidden;
	position: absolute;
	font-size: 1.1rem;
	width: 400px;
	min-height: 55px;
	background-color: #525252;
	border: 1px solid #525252;
	color: #ffffff;
	text-align: left;
	padding: 10px;
	margin-left: 15px;
	border-radius: 5px;
}


.toolTip:hover .toolTipText {

	top: -35px;
	visibility: visible;
}


.toolTip .toolTipText::after {

	content: "";
	position: absolute;
	top: 35px;
	right: 100%;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #525252 transparent transparent;
}


.toolTipButtons {

	z-index: 6500;
	display: none;
	position: absolute;
	background-color: #525252;
	border: 1px solid #525252;
	color: #ffffff;
	border-radius: 5px;
	padding: 5px;
	cursor: pointer;
	font-size: 0.98rem;
	white-space: nowrap;
}


.toolTipStatic {

	position: relative;
	display: inline-block;
	cursor: pointer;
	color: #ffffff;
	font-size: 0.98rem;
	font-weight: normal;
	background: #969696;
	padding: 0px 6px;
	border-radius: 100%;
}


.toolTipStatic .toolTipText {

	position: absolute;
	z-index: 7000;
	top: 50%;
	left: 120%;
	transform: translateY(-50%);
	font-size: 1.1rem;
	min-width: 300px; /* Set min-width to 300px */
	max-width: 350px; /* Set max-width */
	width: auto; /* Allow width to adjust based on content */
	min-height: 55px;
	background-color: #a9d17f; /* Lightened Green */
	border: 1px solid #8cba58; /* Slightly Darker Green Border */
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); /* More prominent shadow */
	color: #000;
	text-align: left;
	padding: 10px;
	border-radius: 5px;
	word-wrap: break-word; /* Allow text to wrap properly */
	white-space: normal; /* Allow normal wrapping */
}


.toolTipStatic .toolTipText::before {

	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	border-width: 9px;
	border-style: solid;
	border-color: transparent #8cba58 transparent transparent; /* Darker Green Arrow */
}


.toolTipStatic .toolTipText::after {

	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
	margin-top: 1px;
	margin-right: -1px;
	border-width: 8px;
	border-style: solid;
	border-color: transparent #a9d17f transparent transparent; /* Lighter Green Arrow Fill */
}


.toolTipStatic .toolTipText.tooltip-red {

	background-color: #f4a489; /* Lightened Red */
	border: 1px solid #d87b60; /* Slightly Darker Red Border */
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.4); /* More prominent shadow */
	color: #000;
}


.toolTipStatic .toolTipText.tooltip-red::before {

	border-color: transparent #d87b60 transparent transparent; /* Darker Red Arrow */
}


.toolTipStatic .toolTipText.tooltip-red::after {

	border-color: transparent #f4a489 transparent transparent; /* Lighter Red Arrow Fill */
}


.viewSettings {

	position: absolute;
	top: 0;
	right: 10px;
}


#csvDownload {

	position: relative;
	top: 0;
	font-size: 1.8rem;
	cursor: pointer;
}


#botDealSelectorShow {

	position: relative;
	top: 0;
	font-size: 1.8rem;
	cursor: pointer;
}


.botDealSelectorWrapper {

	z-index: 6000;
	position: fixed;
	top: 75px;
	left: 10px;
	display: none;
}


.botDealSelector, .botDealSelectorHidden {

	display: block;
}


.botDealSelector {

	width: 150px;
	text-align: left;
	position: absolute;
	padding: 10px;
	background: var(--content-box-background-color);
	color: var(--content-box-color);
	border: #5d5d5d 1px solid;
	border-radius: 5px;
}


.botDealSelector label {

	display: block;
}


.botDealSelector label:nth-child(1) {

	border-bottom: #cccccc solid 1px;
	margin-bottom: 5px;
}


.botDealSelector input {

	margin-right: 5px;
}


.botDealSelector .disabled {

	color: #ddd;
}


#popover-botdeals label {

	margin: 0 5px;
	display: block;
}


#popover-botdeals input {

	margin-right: 5px;
}


#popover-botdeals .disabled {

	color: #ddd;
}

.flex-container {
	display: flex;
	justify-content: center;
	padding-top: 30px;
	padding-bottom: 30px;
}

.lite-log {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	line-height: 4px;
	border: 1px solid #ccc;
	width: 500px;
	border-radius: 20px;
	padding: 15px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.dashboard-container {
	width: 100%;
	display: flex;
	gap: 40px;
	justify-content: center;
}

.chart-container {
	width: 100%;
	height: 320px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}

.kpi-container {
	display: flex;
	justify-content: space-evenly;
	padding: 10px 0 30px 0;
}

.performance-kpi {
	display: flex;
	flex-direction: column;
	gap: 3px;
	border: 1px solid var(--table-content-color);;
	width: 150px;
	height: 80px;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	background-color: var(--content-box-background-color);
	color: var(--table-content-color);
}

@media screen and (max-width: 768px) {
	.dashboard-container {
		display: block;
		padding: 0;
	}

	.chart-container {
		height: 200px;
	}

	.kpi-container {
		flex-direction: column;
		align-items: center;
		gap: 10px
	}
}
