
.chart {
  min-height: 200px;
}
.ec-lightEdit .path2:before {
  color: rgba(0, 0, 0, 0.54) !important;
}
.chartTitle {
  font-size: 1.2rem;
  /* font-size: 0.9rem !important; */
  font-weight: 600;
}
@media (max-width: 700px) {
.chartTitle {
    font-size: 0.9rem !important;
}
.mobile-max-300w {
    max-width: calc(100% - 20px) !important;
    overflow-x: auto !important;
    margin-left: 10px;
    margin-right: 10px;
}
}
.chart-stepper-selector .v-select__slot {
  margin-bottom: -14px;
}
.chart-stepper-selector .v-input__slot::before {
  display: none !important;
}
.chart-stepper-selector .v-input__slot::after {
  display: none !important;
}
.watcher-history-option {
  border-radius: 8px !important;
}
.watcher-history-option div {
  width: 30px;
}
.watcher-card-option-divider {
  position: relative;
  background: #262b2e;
}
.watcher-card-option-divider:after {
  content: "";
  height: 30%;
  width: 1px;

  position: absolute;
  right: 0;
  top: 15px;

  background-color: #8e8e8e;
}

.wrapper-controller[data-v-29e62d78] {
  position: relative;
  padding: 7px 6px;
  border: 1px solid #47bd96;
  border-radius: 4px;
  margin-top: 8px;
  max-width: 300px;
}
.wrapper-controller.filled.dark[data-v-29e62d78] {
  background-color: rgba(255, 255, 255, 0.05);
}
.wrapper-controller.filled.light[data-v-29e62d78] {
  background-color: rgba(0, 0, 0, 0.05);
}
.wrapper-controller.active.dark[data-v-29e62d78] {
  background-color: rgba(255, 255, 255, 0.1);
}
.wrapper-controller.active.light[data-v-29e62d78] {
  background-color: rgba(0, 0, 0, 0.1);
}
.wrapper-controller .wrapper-label[data-v-29e62d78] {
  position: absolute;
  top: -9px;
  left: 8px;
  right: 0;
  height: 12px;
  line-height: 12px;
  font-size: 12px;
  letter-spacing: normal;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding: 2px 2px;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 25%;
}
.wrapper-controller .wrapper-label > .input-info[data-v-29e62d78] {
  margin-left: 2px;
  margin-bottom: 1px;
}
.wrapper-controller .input-header[data-v-29e62d78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: center;
}
.wrapper-controller .wrapper-input[data-v-29e62d78] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
}
.wrapper-controller .wrapper-input > .v-input[data-v-29e62d78] {
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-top: 0;
  padding-top: 0;
}

/* #overlay {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0,0,0,0.5);
  z-index: 2;
  cursor: pointer;
} */
.chart-wizard .error--text div {
  color: grey !important;
}
.chart-wizard .error--text i {
  color: grey !important;
}


.live_table_cell td {
  height: 32px !important;
  max-height: 32px !important;
  min-height: 32px !important;
}
.theme--dark .multiplier-list .v-list-item + .v-list-item {
  border-top: 1px solid rgb(255, 255, 255, 0.2);
}
.theme--light .multiplier-list .v-list-item + .v-list-item {
  border-top: 1px solid rgb(0, 0, 0, 0.2);
}


.PW-card-layout .vue-grid-item > .vue-resizable-handle {
  bottom: -12px !important;
  /* bottom: 0px !important; */
  right: -12px !important;
}
.navDraw-helper {
  width: 20px;
  height: 800px;
  position: fixed;
  background: transparent;
  z-index: 999;
}

/* CSS of LivePricedCard component - start */
.live_table_cell {
  transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
}
.live_table_cell.primary--text {
  transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
}
.live_table_cell.primary--text {
  background: #358d7071;
}
.live_table_cell.secondary--text {
  background: #588b7a71;
}
.live_table_cell.red--text {
  transition: background-color 500ms linear;
  -webkit-transition: background-color 500ms linear;
  background: rgb(183, 28, 28, 0.3);
}

/* CSS of LivePricedCard component - end */

/* CSS of ChartCard component - start */
.live_data_icon {
  position: absolute;
  width: 25px;
  left: 1px;
  top: 4px;
}
.live_data_icon .circle--outer {
  border: 1px solid white;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 auto 5px;
  position: relative;
  opacity: 0.8;
  -webkit-animation: circle 3s ease-in-out 0.1s infinite;
  animation: circle 3s ease-in-out 0.1s infinite;
}
.live_data_icon .circle--inner:after {
  content: "";
  display: block;
  border: 2px solid rgba(255, 255, 255, 0.603);
  border-radius: 50%;
  width: 14px;
  height: 14px;
  top: 2px;
  left: 8px;
  position: absolute;
  opacity: 0.8;
  -webkit-animation: circle 3s ease-in-out infinite;
  animation: circle 3s ease-in-out infinite;
}
.live_data_icon p {
  color: #000;
  text-align: center;
}
.active-card i {
  color: white !important;
}
.active-card .history-option {
  color: white !important;
}
@keyframes circle {
0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
}
60% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0;
}
100% {
    opacity: 0;
}
}
@-webkit-keyframes circle {
0% {
    opacity: 1;
    -webkit-transform: scale(0.5);
}
60% {
    -webkit-transform: scale(1.5);
    opacity: 0;
}
100% {
    opacity: 0;
}
}

/* CSS of ChartCard component - end */
.chart-tooltip-value {
  display: inline-block;
  margin-right: 4px;
  border-radius: 10px;
  width: 10px;
  height: 10px;
}
.watcher-history-option {
  border-radius: 8px !important;
}
.watcher-history-option div {
  width: 30px;
}


/*# sourceMappingURL=7.c2ac5ec0.css.map*/