.pair-feed-container {
  overflow: visible;
  padding:0px;
  /* padding-top:40px; */
  /* min-height: calc(100vh - 80px); */
}
.logo-block {
  position: fixed;
  top: 60px;
  left: 20px;
  width: 66px;
  height: 66px;
  background: url(https://res.cloudinary.com/dkt7hv91e/image/upload/v1720110293/Untitled_6_1.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 3px 3px #fff;
  cursor:pointer;
  transition: all 0.5s;
  z-index:1000;
}
.logo-block:hover {
  transform: scale(1.1);
}
.logo-block.bot-menu-active {
  transform: scale(1.05);
  background-color: #000 !important;
}
.add-moving-averages:hover, .remove-moving-averages:hover {
  transform: scale(1.5) !important;
}
.add-moving-averages, .remove-moving-averages {
  text-align: center;
  /* margin: auto; */
  font-size: 25px;
  color: #fff;
  margin-left: 5px;
  cursor: pointer;
}
.remove-moving-averages {
  color:red;
  margin-right: 5px !important;
}
.logo-block.active {
  transform: scale(0.9);
  filter: hue-rotate(118deg);
}
span.global-ma-time {
  width: unset;
  font-size: 12px;
  margin-left: 1px;
  margin-bottom: -5px;'
}
.logo-block.policy-block, .logo-block.bot-block {
  opacity:0;
  z-index:999;
  background:none;
}
.logo-block:hover + .policy-block, .logo-block.active + .policy-block {
  opacity:1;
  left: 105px;
  background: url(https://res.cloudinary.com/dkt7hv91e/image/upload/v1721758493/7688741_digital_binary_number_matrix_brain_icon.svg);
  background-size: 32px !important;
  background-position: center;
  background-repeat: no-repeat;
  /* box-shadow: 20px 20px #fff;
  width:150px;
  height:150px; */
  /* box-shadow: 90px 0px #fff; */
  background-color:#000000ab;
}
.logo-block:hover + .policy-block + .bot-block, .logo-block.active + .policy-block + .bot-block {
  opacity:1;
  background: url(https://res.cloudinary.com/dkt7hv91e/image/upload/v1721758490/7688738_humanoid_ai_robot_android_artificial_icon.svg);
  background-size: 34px !important;
  background-position: center;
  background-repeat: no-repeat;
  left: 190px;
  background-color:#000000ab;
}
.policy-block:hover, .bot-block:hover {
  transform: scale(1.1);
}
.filters-options {
  padding-left: 10px;
  /* background: linear-gradient(45deg, #050505, #000000ab); */
  /* background: linear-gradient(45deg, rgb(173, 173, 173), rgb(179, 179, 179)); */
  background: linear-gradient(45deg, rgb(0 6 32), #000000ab);
  margin: 0px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  /* box-shadow: 3px 3px #fff; */
  border: 1px solid #ffffff33;
  /* width: fit-content; */
  white-space: nowrap;
  margin-left: 120px;
  /* flex-wrap: wrap; */
  padding-right: 227px;
  transition: all 0.5s;
  width: calc(100% - 260px);
  height: 66px;
  position: fixed;
  z-index: 1000;
  right: 10px;
  /* overflow: scroll; */
  bottom: 40px;
  scale: 0.9;
  overflow: visible;
}
.logo-block:hover + .policy-block + .bot-block + .filters-options.settingsOpen, .logo-block.active + .policy-block + .bot-block + .filters-options.settingsOpen {
  width: calc(100% - 260px);
}
.filters-options:not(.settingsOpen) {
  /* padding:37px; */
  width:0px;
  padding-right: 432px;
}
.filters-options.hidden {
    padding-right:82px;
}
.filters-options div:not(.hoverover):not(.hover_box) {
  display: flex;
  align-items: center;
  margin-top: 7px;
  margin-bottom: 7px;
  margin-right: 20px;
  transition: all 0.3s;
}
.filters-options div * {
  /* prevent select */
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none;
}
.filters-options div.label-check *:not(.fren-tooltip) {
  cursor:pointer;
}
.container-feed-group {
  position: absolute;
  width: calc(100% - 465px);
  overflow: scroll;
  color: #000;
}
.filters-options div:not(.bot-settings-container):not(.container-feed-group):not(.hoverover):not(.hover_box):hover {
  transform: scale(1.1);
}
.filters-options input, .filters-select-style {
  text-align: left;
  /* width: 50px; */
  padding: 8px;
  border-radius: 10px;
  border: none;
  font-size: 14px;
  background: #f4f4f4;
  max-width: 105px;
  padding-right: 45px;
  padding-left:15px;
  box-shadow: 2px 2px #b7b7b7;
}
.white-select-style {
  background: #f4f4f4 !important;
  box-shadow: 2px 2px #b7b7b7 !important;
  color:#3d3d3d !important;
}
.white-select-style * {
  color: #3d3d3d;
}
.filters-options input.search-feed-input {
  width: 100%;
  display: block;
  max-width: unset;
  background: none;
  box-shadow: none;
  color: #fff;
  border-radius: 0px;
  /* border-bottom: 1px solid; */
  text-align: center;
  font-weight: 100;
  outline: none;
  height: 50px;
}
.scrollable div.pair-info {
  text-align:center !important;
}
.table-container {
  overflow: scroll;
  width: calc(100%);
  /* margin: 10px; */
  /* border: 1px solid #fff; */
  padding: 5px;
  /* border-radius: 5px; */
  /* background: #000000e3; */
  /* box-shadow: 2px 2px #fff; */
  /* box-shadow: 2px 2px 100px 10px #000; */
  /* border: 1px solid #00000000; */
  /* transition: all 0.5s; */
  max-width: 100%;
}
.tracker-grid {
  /* margin: 20px; */
  width: calc(100%);
  /* border: 1px solid #fff; */
  /* padding: 20px; */
}
.tracker-grid * {
  color:#fff;
  text-shadow: 1px 1px #000;
  text-align: left !important;
  font-size: 14px;
}
.red-bg {
  background: #ff44445c;
}
.red-text, .red-text *:not(.green-text) {
  color: #ff4444 !important;
}
.green-bg {
  background: #57ffae5c;
}
.green-text, .green-text *:not(.red-text) {
  color: #57ffae !important;
}
tbody tr {
  /* transition: all 0.2s; */
  background:#00000000;
}
tbody tr:hover {
  background: #ffffff54;
}
.scrollable {
  /* overflow:scroll; */
  white-space: nowrap;
  /* padding-right:0px; */
  padding:3px;
  /* border:1px solid #000000; */
  border-radius:1px;
  padding-right: 20px;
}
.sticky-column {
  position: sticky;
  left: -10px;
  padding-left: 15px;
  z-index: 10;
  background: rgb(4 4 4);
  min-width: 165px;
}
.sticky-column-2 {
  position: sticky;
  left: 202px;
  padding-left: 15px;
  z-index: 10;
  background: rgb(4 4 4);
}
.pair-link {
  cursor:pointer;
  padding-right:20px;
  /* color:#fff; */
  /* text-shadow: 1px 1px #474747; */
}
.pair-link:hover {
  text-decoration: underline;
}
.indicators {
  display:flex;
}
.indicators span {
  text-align: right !important;
  display: block;
  width: 100px;
}
.indicators.global span {
  text-align: left !important;
  width:90px;
}
.above-mean {
  border-color: #57ffae;
}
.below-mean {
  border-color: #ff4444;
}
/* Styles for the checkbox */
.checkbox-style {
  padding-right: 5px;
  width: 30px;
  height: 30px;
  cursor: pointer;
  appearance: none; /* Remove default styles */
  background-color: white; /* Set background to white */
  border: 1px solid #ccc; /* Add a border */
  border-radius: 3px; /* Optional: for rounded corners */
}

/* Style when the checkbox is checked */
.checkbox-style:checked {
  background-color: white; /* Maintain white background */
  border-color: #2196F3; /* Example: Change border color when checked */
  /* Add a checkmark when checked */
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" fill="currentColor" class="bi bi-check" viewBox="0 0 16 16"><path d="M13.854 3.646a.5.5 0 0 1 0 .708l-7 7a.5.5 0 0 1-.708 0l-3.5-3.5a.5.5 0 1 1 .708-.708L6.5 10.293l6.646-6.647a.5.5 0 0 1 .708 0z"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.honeypot, .honeypot * {
  color:red !important;
  /* text-decoration: line-through; */
}
.new_show {
  background: #1732b545;
}
.pinned-clubs-container {
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  /* padding:0px; */
  padding-left: 4px;
  padding-right: 4px;
  border:none;
}
.pinned-clubs-container img {
  opacity:0.5;
  padding: 0px 2px;
}
.pinned-clubs-container img:hover {
  opacity:1;
}
.pinned-clubs-container img.active {
  opacity:1;
}
.clear-pinned {
  max-width:48px;
  color: red;
  display: flex;
  justify-content: end;
  padding-right: 8px;
  cursor: pointer;
}
.bot-settings-container {
  position: fixed;
  right: 0px;
  /* padding: 37px; */
  width: 90px;
  height: 64px;
  margin: 0px !important;
  right: 0px;
  /* background: #000; */
  /* border-top-right-radius: 50px;
  border-bottom-right-radius: 45px; */
  border-top-right-radius: 5px;
  border-bottom-right-radius: 4px;
  /* border: 1px solid #fff; */
  /* box-shadow: 3px 3px #fff; */
  /* border-left: none; */
  padding-left:35px;
  cursor:pointer;
  opacity:1
}
.bot-settings-container img, .bot-settings-container ion-icon {
  pointer-events:none;
}
.hidden .bot-settings-container:not(.settings-hide-container) {
  opacity:0;
  pointer-events:none;
}
.filters-options .bot-settings-container.first-settings {
  /* border-top-left-radius: 50px;
  border-bottom-left-radius: 45px; */
}
.filters-options div.bot-settings-container:hover img {
  transform: scale(1.1);
}
.filters-options .hoverover, .filters-options .hoverover .hover_box {
  position:absolute !important;
}
.filters-options .hoverover .hover_box {
  top:-50px !important;
}
.bot-settings-container img {
  width:28px;
  cursor:pointer;
  transition:all 0.5s;
}
.bot-settings-container img:first-of-type {
  margin-right: -31px;
  margin-top: 4px;
}
.bot-settings-container:hover img {
  width:30px;
}
.bot-settings-container:hover img:first-of-type {
  margin-right: -33px;
  margin-top: 6px;
}
.containers-container {
  /* margin:-20px; */
  /* margin-top: 95px; */
  /* margin-bottom: 100px; */
}
.containers-container.default {
  display:flex;
  align-items:start;
  justify-content: center;
}
/* .containers-container.default.count-2 > div {
  width:calc(50%);
  max-width:calc(50% - 40px);
}
.containers-container.default.count-3 > div {
  width:calc(33%);
  max-width:calc(33% - 30px);
} */
.policy-container, .bot-container {
  border-radius: 5px;
  /* background: #000000e3; */
  /* box-shadow: 2px 2px #fff; */
  /* margin:10px; */
  /* box-shadow: 2px 2px 100px 10px #000; */
  /* border: 1px solid #00000000; */
  /* border: 1px solid #fff; */
  transition: all 0.5s;
  /* overflow:scroll; */
  width: calc(100%);
  max-width:100%;
  padding-top:10px;
  padding-bottom:10px;
  overflow:hidden;
}
/* .bot-container:hover, policy-container:hover {
  border: 1px solid #00000000;
} */
.bot-container {
   /* max-width: 1100px; */
}
.bot-titles {
  color: #fff;
  text-align: left;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 30px;
  padding-bottom: 0px;
  display:flex;
  align-items:center;
}
.in-used-policies {
  text-align: left;
  margin-bottom: 10px;
  padding: 10px;
  padding-left: 30px;
  padding-bottom: 0px;
  display: flex;
  align-items: center;
  font-style: italic;
}
.bot-titles svg, .bot-titles img {
  width:30px;
  height: 30px;
  margin-right:10px;
}
.bot-group {
  display:flex;
  flex-wrap:wrap;
  padding-left:0px;
  padding-right:0px;
  align-items: center;
  /* justify-content: center; */
}
.bot-group * {
  font-size: 14px;
}
.add-bot-button {
  color: #fff;
  text-align: center;
  /* width: 100%; */
  margin: 5px 20px;
  /* margin-top:0px; */
  padding: 15px 20px;
  height:20px;
  /* border: 1px solid; */
  border-radius: 5px;
  background: linear-gradient(45deg, #2a2a2a, #18ff0000);
  box-shadow: 0px 0px 14px 2px #00000029;
  min-height: 50px;
  width: calc(33% - 60px);
  transition: all 0.5s;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-right: 70%;
  overflow: visible;
}
/* .policy-container .add-bot-button {
  min-height: 40px;
} */
.add-bot-button * {
  color: #fff;
}
.fade-right {
  opacity: 0;
  transition: all 0.5s;
  right: -200px;
  font-weight: 100;
  pointer-events: none;
  position: absolute;
}
.add-bot-button:hover .fade-right {
  opacity:1;
  right:20px;
}
.bot-group > div:not(.shown):hover {
  margin: 1px 10px;
  padding: 20px;
  cursor: pointer;
}
.bot-group > div:not(.bot-container-group):hover {
  /* width: calc(100% - 40px); */
  margin: 10px;
  margin-right:50%;
  width: calc(50% - 40px);
  height:10px;
}
.bot-container {
  /* background:red; */
  max-width: 1150px;
  margin: auto;
}
/* Enter and leave active classes for Vue transitions */
.grow-enter-active, .grow-leave-active {
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

/* Animation for entering/growing the element */
.grow-enter-active {
  animation-name: fadeInGrow;
}

/* Animation for leaving/shrinking the element */
.grow-leave-active {
  animation-name: fadeOutShrink;
}

/* Animation for entering/growing the element */
.stack .grow-enter-active {
  animation-name: fadeInLeft;
}

/* Animation for leaving/shrinking the element */
.stack .grow-leave-active {
  animation-name: fadeOutLeft;
}

.absolute-icon-copy {
  position:absolute;
  right:5px;
  /* top:2px; */
}
.absolute-cloud-upload {
  bottom: 20px;
  right: 40px;
  color: #fff;
  width: 25px;
  height: 25px;
  position: absolute;
  transition: all 0.5s;
  cursor:pointer;
}
.absolute-cloud-upload:hover {
  transform: scale(1.5);
}
.settings-hide-container {
  width: 85px;
}
.filters-options.hidden .settings-hide-container {
  width: 90px;
}
.bot-settings-container ion-icon, .bot-settings-container ion-icon * {
  color:#fff;
}
.filter-policies {
  position: absolute;
  right: 105px;
  width: 60%;
  padding: 7px 10px;
  border: 1px solid #474747;
  border-radius: 10px;
  background: #00000000;
  color: #fff;
}
.bot-settings-container ion-icon {
  transform: scale(1.5);
  transition:all 0.5s;
}
.settings-hide-container:hover ion-icon, .manual-settings:hover ion-icon {
  transform: scale(1.9);
}

#drop_zone {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 220px;
  height: 220px;
  background: rgba(0, 0, 0, 1);
  z-index: 100000001;
  padding: 20px;
  border: 2px solid #fff;
  border-radius: 1000px;
  color: #fff;
  font-weight:100;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align: center;
  box-shadow: 0px 0px 1000px 100px #000;
  transition:all 0.5s;
  cursor:pointer;
}
#drop_zone:hover {
  box-shadow: 0px 0px 1000px 150px #000;
  border-width:5px;
}
#drop_zone * {
  color:#fff;
  font-weight:100;
}
#drop_zone a {
  text-decoration:underline;
  color: #43ffc6e3;
  font-weight:900;
}
#drop_zone ion-icon {
  display: block;
  margin-bottom: 10px;
  width: 30px;
  height: 30px;
}
.layout-toggle {
  position: absolute;
  right: 132px;
  top: 3px;
  height: 15px;
  transform: scale(0.9);
  opacity: 0.5;
  transition:all 0.5s;
  padding:10px;
}
.layout-toggle:hover {
  transform: rotate(90deg) scale(1.1);
  top: 4px;
  opacity: 1;
}
.layout-toggle.rotated {
  transform: rotate(90deg);
  top: 4px;
}
.layout-toggle.rotated:hover {
  transform: rotate(0deg) scale(1.1);
  top:3px;
}
.containers-container.stack {
  display: flex;
  flex-wrap: wrap-reverse;
}
.containers-container.stack .bot-container {
  max-width:unset;
}
/* Keyframes for fading in and growing the element */
@keyframes fadeInGrow {
  0% {
    width: 0px;
    opacity: 0;
    margin:0px;
  }
  100% {
    width: calc(100%); /* Adjust based on your requirement */
    opacity: 1;
    margin:10px;
  }
}

/* Keyframes for fading out and shrinking the element */
@keyframes fadeOutShrink {
  0% {
    width: calc(100%); /* Adjust based on your requirement */
    opacity: 1;
    margin:10px;
  }
  100% {
    width: 0px;
    opacity: 0;
    margin:0px;
  }
}
@keyframes fadeOutLeft {
  0% {
    /* width: calc(100%); /* Adjust based on your requirement */ */
    opacity: 1;
    margin:10px
  }
  100% {
    /* width: 0px; */
    opacity: 0;
    margin:-1500px;
  }
}
/* Keyframes for fading in and growing the element */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    margin:-1500px;
  }
  100% {
    /* width: calc(100%); /* Adjust based on your requirement */ */
    opacity: 1;
    margin:10px;
  }
}
.chain-selector {
  /* border-top: 1px solid #fff; */
  /* border-left: 1px solid #fff; */
  border: 1px solid #fff;
  position: fixed;
  bottom: 15px;
  border-radius: 4px;
  right: 20px;
  /* width: 50px; */
  /* height: 50px; */
  padding: 13px 20px;
  padding-top: 18px;
  /* border: 1px solid #fff; */
  cursor: pointer;
  z-index: 1000000;
  background: #000;
  box-shadow: 3px 3px #fff;
  user-select: none;
}
.svg-hidden {
  opacity:0.5;
}
/* .chain-selector:hover .svg-hidden {
  opacity:1;
} */
.chain-selector svg, .chain-selector img {
  width: 30px;
  height: 30px;
  transition:all 0.5s;
}
.chain-selector svg:hover, .chain-selector img:hover {
  transform: scale(1.2);
}
.chain-count {
  position: absolute;
  right: -2px;
  bottom: 3px;
  z-index: 10;
  color: #fff;
  /* padding: 3px 5px; */
  background: #ff4444;
  /* opacity: 0.7; */
  /* box-shadow: 1px 1px #fff; */
  border-radius: 20px;
  font-size: 9px;
  width: 8px;
  height: 8px;
}
.chain-count.active {
  background: #43ffc6;
}
.gas-container {
  display: flex;
  align-items: center;
  right: 20px;
  position: fixed;
  bottom: 92px;
  color: #fff;
  background: #000;
  padding: 10px;
  border: 1px solid;
  border-radius: 5px;
  z-index: 2;
  font-weight: 100;
  font-size: 14px;
  box-shadow: 2px 2px;
}
.gas-container img {
  width: 17px;
  margin-right: 8px;
}
.users-count-live {
  color: #fff;
  display: flex;
  align-items: center;
  position: absolute;
  right: -110px;
  top: 4px;
  pointer-events: none;
  z-index: -1;
  background: #000;
  border-radius: 30px;
  border: 1px solid #ffffff94;
  padding: 5px 8px;
}
.users-count-live * {
  color:#fff;
  fill: #fff;
}
.users-count-live div {
  color: #00ffd7;
  font-size: 14px;
  margin-left: 5px;
  margin-top: 2px;
  font-style: normal !important;
}
.unread-message-present {
  position: absolute;
  bottom: 20px;
  right: 31px;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: rgb(39 255 159 / 88%);
}
.pct-circle {
  padding: 1px;
  font-size: 11px;
  border-radius: 5px;
  border: 1px solid #ffffff40;
  font-weight: 100;
}
.fork-img {
  width: 11px;
  height: 10px;
}

.filters-options, .logo-block, .manual-console-container {
  display:none;
}
.filters-options {
  display:block;
}
.absolute-sort {
  cursor: pointer;
  position: absolute;
  right: 70px;
  transition:all 0.3s;
}
.absolute-collapse {
  right:45px;
}
.absolute-sort.desc-sort {
  transform: rotate(180deg);
} 
.absolute-sort:hover {
  transform: scale(1.2);
}
.absolute-sort.desc-sort:hover {
  transform: rotate(180deg) scale(1.2);
}
.multi-checkbox-container {
  display:flex;
  flex-wrap:wrap;
}
.multi-checkbox-row {
  display: flex;
  flex-direction: column;
  margin: 10px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 15px;
  background: rgb(255 255 255 / 5%);
  border-radius: 4px;
  width: 200px;
  border: 1px solid #57ffae00;
}
.multi-checkbox-row.active {
  border: 1px solid #57ffae;
}
.multi-checkbox-row input {
  margin-left:0px !important;
  margin-top:10px !important;
}
.pnl-overlay {
  position: fixed;
  inset: 0;
  background: rgba(6, 10, 20, 0.66);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  margin-left:240px;
}

.pnl-modal {
  background: linear-gradient(90deg, black, #0000009c);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 18px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  width: min(92vw, 980px);
  max-height: 90vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.pnl-header {
  padding: 14px 16px 12px 18px;
  color: #e8ecf8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04)
  );
}

.pnl-title {
  font: 600 16px/1.2 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial;
  letter-spacing: 0.2px;
}

.pnl-body {
  padding: 14px 16px;
  overflow: auto;
  background: radial-gradient(
    1200px 400px at 80% -10%,
    rgba(59, 130, 246, 0.12),
    transparent
  );
}

.pnl-img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  background: #0b1222;
}

.pnl-footer {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  padding: 14px 16px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.04),
    rgba(255, 255, 255, 0.04)
  );
}

.pnl-btn {
  appearance: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: transparent;
  color: #e8ecf8;
  border-radius: 10px;
  padding: 10px 14px;
  font: 600 13px/1 system-ui, -apple-system, Segoe UI, Roboto, Inter, Arial;
  cursor: pointer;
}

.pnl-btn:hover {
  border-color: rgba(255, 255, 255, 0.28);
}

.pnl-btn.primary {
  background: #1a1a1a;
}

.pnl-close {
  background: transparent;
  border: none;
  color: #aeb6cc;
  cursor: pointer;
  font: 600 16px/1 system-ui;
}

.pnl-error {
  color: #ff6b6b;
  font: 600 13px/1.2 system-ui;
  margin: 4px 16px;
}

.collapsed .pnl-overlay {
  margin-left:95px;
}