.body-container {
  height: calc(100vh - 112px);
  width: 100vw;
  top: 64px;
  position: relative;
  position: fixed;
  overflow-y: scroll;
  overflow-x: hidden;
  bottom: 48px;
}

a {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.item-frame {
  padding: 12px;
  background: rgba(0, 0, 0, 0.42);
  position: relative;
  overflow: hidden;
  padding-bottom: 40px;
}

.item-frame.disabled {
  opacity: 0.5;
}

.item-frame.disabled:hover {
  opacity: 1;
}

.item-frame.item-inactive {
  border-right-color: #555 !important;
  border-left-color: #555 !important;
}

.item-frame .item-frame-header {
  margin-bottom: 8px;
}

.item-frame .item-frame-content {
  font-size: 12px;
}

.item-frame .item-frame-content > div {
  margin-top: 4px;
}

.item-frame .frame-tool-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: rgba(9, 10, 16, 0.91);
  transition: bottom 250ms ease-in-out;
  transition-delay: 125ms;
  z-index: 20;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}

.cn-code {
  font-family: Consolas;
}

.cn-accent-border {
  border: 1px solid rgba(47, 57, 71, 0.3);
}

.cn-primary-border {
  border: 1px solid rgba(47, 57, 71, 0.3);
}

.inactive {
  opacity: 0.5;
  pointer-events: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cn-white-background {
  background: rgba(255, 255, 255, 0.05);
}

.page-wrapper {
  opacity: 0;
  animation: fade-in 0.25s forwards;
  animation-delay: 0.1s;
  margin: 0 auto;
  max-width: 1440px;
  position: relative;
}

.page-wrapper.pw-1000 {
  max-width: 1000px;
}

.page-wrapper.pw-1200 {
  max-width: 1200px;
}

.page-wrapper.pw-1600 {
  max-width: 1600px;
}

.page-wrapper.pw-1900 {
  max-width: 1900px;
}

.page-background-icon {
  position: fixed;
  top: 0;
  left: 5%;
  opacity: 0.06;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.page-background-icon img {
  width: 1024px;
  height: 1024px;
}

/* User Select */
.no-select {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

/* Margin */
.m-0 {
  margin: 0 !important;
}

.m-2 {
  margin: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-16 {
  margin: 16px !important;
}

/* Margin Top */
.mt-0 {
  margin-top: 0 !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

/* Margin Bottom */
.mb-0 {
  margin-bottom: 0 !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

/* Margin Left */
.ml-0 {
  margin-left: 0 !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

/* Margin Right */
.mr-0 {
  margin-right: 0 !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

/* Padding */
.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 2px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-32 {
  padding: 32px !important;
}

/* Padding Top */
.pt-0 {
  padding-top: 0 !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

/* Padding Left */
.pl-0 {
  padding-left: 0 !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

/* Padding Bottom */
.pb-0 {
  padding-bottom: 0 !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

/* Padding Right */
.pr-0 {
  padding-right: 0 !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

/* Min Width */
.min-width-10 {
  min-width: 10px !important;
}

.min-width-20 {
  min-width: 20px !important;
}

.min-width-30 {
  min-width: 30px !important;
}

.min-width-50 {
  min-width: 50px !important;
}

.min-width-75 {
  min-width: 75px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-150 {
  min-width: 150px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-250 {
  min-width: 250px !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.min-width-350 {
  min-width: 350px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.min-width-450 {
  min-width: 450px !important;
}

/* Max Width */
.max-width-50 {
  max-width: 50px !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-150 {
  max-width: 150px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-250 {
  max-width: 250px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-350 {
  max-width: 350px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-450 {
  max-width: 450px !important;
}

/* Min Height */
.min-height-0 {
  min-height: 0px !important;
}

.min-height-8 {
  min-height: 8px !important;
}

.min-height-16 {
  min-height: 16px !important;
}

.min-height-32 {
  min-height: 32px !important;
}

.min-height-50 {
  min-height: 50px !important;
}

.min-height-100 {
  min-height: 100px !important;
}

.min-height-150 {
  min-height: 150px !important;
}

.min-height-200 {
  min-height: 200px !important;
}

/* Max Height */
.max-height-0 {
  max-height: 0px !important;
}

.max-height-8 {
  max-height: 8px !important;
}

.max-height-16 {
  max-height: 16px !important;
}

.max-height-32 {
  max-height: 32px !important;
}

/* Clamp Width */
.clamp-width-50 {
  width: 50px !important;
  min-width: 50px !important;
  max-width: 50px !important;
}

.clamp-width-100 {
  width: 100px !important;
  min-width: 100px !important;
  max-width: 100px !important;
}

.clamp-width-150 {
  width: 150px !important;
  min-width: 150px !important;
  max-width: 150px !important;
}

.clamp-width-200 {
  width: 200px !important;
  min-width: 200px !important;
  max-width: 200px !important;
}

.clamp-width-250 {
  width: 250px !important;
  min-width: 250px !important;
  max-width: 250px !important;
}

.clamp-width-300 {
  width: 300px !important;
  min-width: 300px !important;
  max-width: 300px !important;
}

.clamp-width-350 {
  width: 350px !important;
  min-width: 350px !important;
  max-width: 350px !important;
}

.clamp-width-400 {
  width: 400px !important;
  min-width: 400px !important;
  max-width: 400px !important;
}

.clamp-width-450 {
  width: 450px !important;
  min-width: 450px !important;
  max-width: 450px !important;
}

/* Text Alignment*/
.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

/* Scrolling */
.no-scroll {
  overflow-y: scroll auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

/* Floating */
.float-left {
  float: left;
}

.float-right {
  float: right;
}

/* Display */
.inline {
  display: inline;
}

.inline-block {
  display: inline-block;
}

/* Font Weights */
.fw-100 {
  font-weight: 100 !important;
}

.fw-200 {
  font-weight: 200 !important;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.fw-800 {
  font-weight: 800 !important;
}

/* Font Size */
.fs-10 {
  font-size: 10px;
}

.fs-12 {
  font-size: 12px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16 {
  font-size: 16px;
}

.fs-18 {
  font-size: 18px;
}

.fs-20 {
  font-size: 20px;
}

.fs-22 {
  font-size: 22px;
}

.fs-24 {
  font-size: 24px;
}

/* Border Radius */
.br-8 {
  border-radius: 8px;
}

.br-12 {
  border-radius: 12px;
}

.br-16 {
  border-radius: 16px;
}

.br-24 {
  border-radius: 24px;
}

.br-32 {
  border-radius: 32px;
}

.br-48 {
  border-radius: 48px;
}

.br-64 {
  border-radius: 64px;
}

/* Position */
.relative {
  position: relative;
}

.pos-3d {
  position: relative;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Text Transform */
.first-letter-capitalize:first-letter {
  text-transform: capitalize;
}

.text-uppercase {
  text-transform: uppercase;
}

.currency-ticker {
  font-size: 12px;
}

.currency-ticker .currency-ticker-item {
  padding: 4px 16px;
  margin: 0 4px;
  /*border: 1px solid #090b11;*/
  border-radius: 16px;
  /*background: #0f131c;*/
}

.currency-ticker .currency-ticker-item .currency-ticker-symbol {
  font-weight: 500;
  font-size: 10px;
}

.currency-ticker .currency-ticker-item .currency-ticker-value {
  color: #2de48a;
}

.page-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 8px;
  /*transition: background 250ms ease-in-out;*/
  background: #000;
  /*transition-delay: 250ms;*/
  /*&:hover {
        background: #000;
    }*/
}

md-select-menu md-content,
md-menu-content {
  /*background-image: $backgroundGradient;*/
  max-height: 404px;
}

.md-button {
  border-radius: 32px;
}

md-option .md-text {
  width: 100%;
}

md-input-container label md-icon {
  font-size: 15px !important;
  min-width: 14px;
  min-height: 14px;
  width: 14px;
  height: 14px;
  margin-bottom: 4px;
  margin-right: 4px;
}

.md-errors-spacer {
  display: none;
}

.md-icon-small {
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
  font-size: 16px;
}

.md-open-menu-container,
.md-select-menu-container {
  border-radius: 18px;
}

.md-open-menu-container md-menu-content,
.md-open-menu-container md-select-menu,
.md-select-menu-container md-menu-content,
.md-select-menu-container md-select-menu {
  border: 1px solid #ccc;
  border-radius: 18px;
  position: relative;
  background: #050505;
}

.md-open-menu-container md-content,
.md-select-menu-container md-content {
  background: transparent;
}

.md-open-menu-container:before, .md-open-menu-container:after,
.md-select-menu-container:before,
.md-select-menu-container:after {
  content: '';
  position: absolute;
  box-shadow: 1px -1px 18px 1px #4ac9d9, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
}

.md-open-menu-container:after,
.md-select-menu-container:after {
  top: 0;
  left: 5px;
  width: 0;
  bottom: 0;
}

.md-open-menu-container:before,
.md-select-menu-container:before {
  top: 0;
  right: 5px;
  width: 0;
  bottom: 0;
}

md-autocomplete input:not(.md-input) {
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}

md-autocomplete[md-floating-label] .md-show-clear-button button {
  top: 0;
}

md-autocomplete-wrap {
  box-shadow: none !important;
}

md-toast {
  padding-bottom: 60px;
}

.md-toast-content {
  background: rgba(0, 0, 0, 0.5) !important;
}

.fade-0 {
  opacity: 0;
}

.fade-10 {
  opacity: 0.1;
}

.fade-20 {
  opacity: 0.2;
}

.fade-30 {
  opacity: 0.3;
}

.fade-40 {
  opacity: 0.4;
}

.fade-50 {
  opacity: 0.5;
}

.fade-60 {
  opacity: 0.6;
}

.fade-70 {
  opacity: 0.7;
}

.fade-80 {
  opacity: 0.8;
}

.fade-90 {
  opacity: 0.9;
}

.fade-100 {
  opacity: 1.0;
}

.accordion-header {
  outline: none;
  /*padding: 8px;*/
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.range-slider-right md-slider .md-track-container .md-track.md-track-fill {
  background-color: #03a9f4;
  transition: none;
}

md-slider.md-default-theme .md-thumb:after, md-slider .md-thumb:after {
  background-color: #03a9f4;
  border-color: #03a9f4;
}

.password-input {
  -webkit-text-security: disc;
}

input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.input-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 12px;
  margin-bottom: 4px;
  padding-left: 3px;
  cursor: default;
}

.navbar {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 8px;
  z-index: 10;
}

.navbar .md-button {
  pointer-events: all;
}

.navbar .nav-button {
  border-radius: 0;
}

.navbar .nav-button md-icon {
  color: rgba(255, 255, 255, 0.9) !important;
  transition: color 1250ms, transform 250ms;
  transform-origin: center center;
}

.navbar .nav-button:hover md-icon {
  transition: color 250ms, transform 50ms;
}

.navbar .nav-button.selected:after, .navbar .nav-button:hover:after {
  content: ' ';
  border: 2px solid rgba(255, 255, 255, 0.075);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  border-radius: 24px;
}

.navbar .nav-spacer {
  display: inline-block;
  margin: 0 8px;
  width: 1px;
  height: 32px;
  background: rgba(204, 204, 204, 0.3);
}

.panel {
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.panel-spacer-vert {
  width: 1px;
  background: rgba(47, 57, 71, 0.3);
  height: 100%;
}

:not(md-input-container) > label {
  font-size: 10px;
  opacity: .69;
  color: #fff;
  text-transform: uppercase;
  pointer-events: none;
}

.cn-panel {
  border: 1px solid;
  /*border-radius: 18px;*/
  padding: 20px 20px;
  /*padding-top: 40px;*/
  position: relative;
  z-index: 2;
  /*&:hover:after,
    &:hover:before {
        opacity: 1;
    }*/
}

.cn-panel.filled {
  background: rgba(5, 5, 5, 0.55);
  /*border-radius: 32px;*/
  border-radius: 32px;
}

.cn-panel.opaque {
  background: rgba(5, 5, 5, 0.95);
  /*border-radius: 32px;*/
  border-radius: 32px;
}

.cn-panel.square {
  border-radius: 2px;
}

.cn-panel:before, .cn-panel:after {
  content: '';
  position: absolute;
  box-shadow: 1px -1px 18px 1px #4ac9d9, 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12);
  /*opacity: 0.75;
        transition:all 250ms ease-out;*/
}

.cn-panel:after {
  top: 0;
  left: 5px;
  width: 0;
  bottom: 0;
}

.cn-panel:before {
  top: 0;
  right: 5px;
  width: 0;
  bottom: 0;
}

.cn-panel .cn-panel-content {
  border-radius: 18px;
  border: 1px solid #263238;
  padding: 8px 16px;
  padding-top: 16px;
  margin-bottom: 8px;
  background: #0d1113;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
}

.cn-panel.md-dialog-fullscreen {
  background: rgba(5, 5, 5, 0.95);
}

.cn-panel.md-dialog-fullscreen md-toolbar {
  color: #fff;
}

.cn-panel.md-dialog-fullscreen md-toolbar md-icon {
  color: #fff;
}

.schedule-editor {
  position: relative;
}

.schedule-editor .schedule-button {
  position: absolute;
  bottom: -26px;
  background: #575e6d;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  line-height: 10px;
  text-align: center;
  outline: none;
}

.schedule-editor .schedule-day {
  cursor: pointer;
  margin: 2px;
  padding: 4px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 8px;
  outline: none;
  overflow: hidden;
  position: relative;
  font-size: 14px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  background: #272c38;
}

.schedule-editor .schedule-day:hover {
  background: #2f333e;
}

.schedule-editor .schedule-day.selected {
  background: #0797da;
}

.schedule-editor .schedule-day:first-child {
  margin-left: 0;
}

.schedule-editor .schedule-day:last-child {
  margin-right: 0;
}

.schedule-editor .schedule-container {
  position: relative;
  width: 100%;
  height: 50px;
  max-height: 50px;
  min-height: 50px;
  border: 1px solid rgba(33, 40, 51, 0);
  box-sizing: initial;
  flex-direction: row;
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.schedule-editor .schedule-container .schedule-bar {
  height: 100%;
  flex-direction: row;
  flex: 1;
  align-items: flex-end;
  align-content: flex-end;
  justify-content: flex-start;
  display: flex;
  text-align: center;
  font-size: 10px;
  color: #fff;
  position: relative;
}

.schedule-editor .schedule-container .schedule-bar .schedule-bar-inner {
  background: #2f333e;
  opacity: 0.6;
  flex: 1;
  margin-right: 1px;
  pointer-events: none;
}

.schedule-editor .schedule-container .schedule-bar:last-child .schedule-bar-inner {
  margin-right: 0px;
}

.schedule-editor .schedule-container .schedule-bar:hover .schedule-bar-inner {
  background: #0797da;
  opacity: 1;
}

.status-indicator {
  background: #000;
  border-radius: 10px;
  padding: 3px 8px;
  cursor: default;
  /*box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);*/
}

.status-indicator .status-label {
  font-size: 9px;
  text-transform: uppercase;
  line-height: 9px;
  padding-left: 1px;
  color: #fff;
}

.status-indicator .status-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #dedede;
  box-shadow: 0 0 3px #ffffff;
  margin-left: 6px;
}

.status-indicator.online {
  background: #00563e;
}

.status-indicator.online .status-dot {
  background: #00ff5a;
  box-shadow: 0 0 3px #00ff7b;
}

.status-indicator.offline {
  background: #4c0a00;
}

.status-indicator.offline .status-dot {
  background: #ff2700;
  box-shadow: 0 0 3px #ff3700;
}

md-tooltip {
  pointer-events: none !important;
  z-index: 100000 !important;
}

.md-tooltip {
  background: rgba(5, 5, 5, 0.95) !important;
  color: #fff;
  font-size: 11px;
  border-radius: 0px !important;
  text-transform: initial !important;
  pointer-events: none !important;
  height: auto !important;
  border-radius: 0px;
  font-weight: 500 !important;
  padding: 4px 12px !important;
  border-radius: 12px !important;
  border: 1px solid #253137;
}

/*.md-tooltip:first-letter {
    text-transform: capitalize !important;
}*/
.md-tooltip.md-show {
  opacity: 1;
  pointer-events: none !important;
}

/*.md-tooltip-item:first-letter {
    text-transform: capitalize !important;
}*/
.tooltip-money {
  color: #2de48a !important;
}

.bot-log {
  background: #090b12 !important;
  /*position: absolute;*/
  /*top: 0;
        left: 0;
        right: 0;*/
  border: 1px solid #0c3822;
  padding: 4px;
  font-size: 11px !important;
  font-family: Consolas;
  /*max-height: 23px;*/
  overflow: hidden;
  color: #2de48a !important;
  z-index: 10;
  border-radius: 1px !important;
  text-transform: uppercase;
  /*&:hover {
            max-height: 400px;
            z-index: 30;
        }*/
}

.bot-log .bot-log-item {
  padding: 0 4px 2px 4px;
  color: #2de48a !important;
  min-width: 400px;
}

::-webkit-scrollbar {
  width: 2px;
  height: 4px;
}

::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}

::-webkit-scrollbar-thumb {
  background: #e1e1e1;
}

::-webkit-scrollbar-thumb:hover {
  background: #ffffff;
}

::-webkit-scrollbar-thumb:active {
  background: #ffffff;
}

::-webkit-scrollbar-track {
  background: rgba(0, 0, 0, 0);
  border: 0px none #ffffff;
  border-radius: 0px;
}

::-webkit-scrollbar-track:hover {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-track:active {
  background: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-corner {
  background: transparent;
}

table {
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
}

table th {
  text-align: left;
  font-weight: 500;
  font-size: 10px;
  text-transform: uppercase;
  opacity: 0.69;
}

table td:not(:first-child),
table th:not(:first-child) {
  text-align: center;
}

table td:last-child,
table th:last-child {
  text-align: right;
}

.cn-table {
  table-layout: auto;
}

.cn-table td {
  min-height: 46px;
}

.cn-table td:not(:first-child),
.cn-table th:not(:first-child) {
  text-align: left;
}

.cn-table:not(.ignore-first) td:first-child,
.cn-table:not(.ignore-first) th:first-child {
  width: 48px;
}

.cn-table td:last-child,
.cn-table th:last-child {
  text-align: right;
}

.cn-table tbody td {
  padding-bottom: 4px;
  border-bottom: 1px solid rgba(47, 57, 71, 0.3);
}

.md-tab {
  font-size: 12px;
  font-weight: 400;
  border-radius: 12px;
  box-sizing: border-box;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  user-select: none !important;
  padding: 4px;
  margin: 0 4px;
  border-radius: 24px;
  line-height: 20px;
  border: 2px solid rgba(255, 255, 255, 0.0001);
  transition: color 250ms ease-in-out;
}

md-tabs .md-tab:not(.md-active):hover,
md-tabs .md-tab.md-active {
  font-weight: 400;
  background-color: transparent !important;
  border: 2px solid rgba(255, 255, 255, 0.075);
  transition: color 250ms ease-in-out;
}

/* This will disable the panel animation */
md-tabs [role="tabpanel"] {
  transition: none;
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-x: hidden;
}

md-tabs-canvas,
md-pagination-wrapper {
  height: 32px !important;
}

md-tabs-content-wrapper {
  top: 32px;
}

.menu-button {
  transition: transform 200ms ease-in-out;
  transform-origin: center;
  overflow: visible;
}

.menu-button .logo-wedge {
  transition: box-shadow 200ms ease-in-out;
  box-shadow: 0 0 0px 0 #03a9f4;
}

.menu-button:hover {
  transform: scale(1.1);
}

.menu-button:hover .logo-wedge {
  box-shadow: 0 0 10px 0 #03a9f4;
}

.menu-container {
  width: 300px;
  position: absolute;
  top: 64px;
  left: 0;
}

.menu-container .menu-item {
  display: block;
  color: #fff;
  padding: 8px;
  text-decoration: none;
}

.menu-container .menu-item:hover {
  border-left: 2px solid #03a9f4;
  padding-left: 6px;
  /*background: rgb(45,183,228);
            background: -moz-linear-gradient(90deg, rgba(45,183,228,0.29735644257703087) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-linear-gradient(90deg, rgba(45,183,228,0.29735644257703087) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(90deg, rgba(45,183,228,0.29735644257703087) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2db7e4",endColorstr="#ffffff",GradientType=1);*/
}

.menu-container .menu-item.active {
  border-left: 2px solid #2de48a;
  padding-left: 6px;
  /*background: rgb(45,228,138);
            background: -moz-linear-gradient(90deg, rgba(45,228,138,0.4) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-linear-gradient(90deg, rgba(45,228,138,0.4) 0%, rgba(255,255,255,0) 100%);
            background: linear-gradient(90deg, rgba(45,228,138,0.4) 0%, rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2de48a",endColorstr="#ffffff",GradientType=1);*/
}

.logo-wrapper {
  text-align: center;
  pointer-events: none;
}

.logo-wrapper .logo-text {
  font-family: monospace;
  font-size: 20px;
}

.logo-wrapper .logo-text.left {
  margin-right: 8px;
}

.logo-wrapper .logo-text.right {
  margin-left: 8px;
}

.logo {
  position: relative;
  width: 34px;
  height: 34px;
}

.logo .logo-wedge {
  position: absolute;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid black;
  display: inline-block;
  transform-origin: top;
  transform: translate(-12px, 17px) rotate(45deg);
  z-index: 1;
}

.logo .logo-wedge:nth-child(2) {
  transform: translate(-12px, 17px) rotate(135deg);
}

.logo .logo-wedge:nth-child(3) {
  transform: translate(-12px, 17px) rotate(225deg);
}

.logo .logo-wedge:nth-child(4) {
  transform: translate(-12px, 17px) rotate(315deg);
}

.logo.logo-animate .logo-wedge:nth-child(1) {
  animation: logoAnimA 1s infinite;
}

.logo .logo-glow {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  animation: logoGlow2 8s infinite linear;
  z-index: 0;
  opacity: 0.5;
  /*background: radial-gradient(ellipse at center, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 50%, rgba(0,0,0,0) 100%);*/
}

.logo .logo-glow:nth-child(2n+1) {
  animation: logoGlow2 10s infinite linear;
  animation-delay: -1600ms;
  transform: rotateZ(90deg);
}

.logo .logo-glow:nth-child(2n+2) {
  animation-delay: -800ms;
}

@keyframes logoGlow {
  0% {
    transform: scale3d(2, 1.6, 1);
  }
  50% {
    transform: scale3d(3, 2.2, 1);
  }
  100% {
    transform: scale3d(2, 1.6, 1);
  }
}

@keyframes logoGlow2 {
  /*0% {
        transform: rotateZ(0deg) scale3d($logoStartScaleX,$logoStartScaleY,1);
    }

    50% {
        transform: rotateZ(180deg) scale3d($logoEndScaleX,$logoEndScaleY,1);
    }

    100% {
        transform: rotateZ(360deg) scale3d($logoStartScaleX,$logoStartScaleY,1);
    }*/
  0% {
    transform: rotateZ(0deg) scale3d(1, 1.2, 1);
    opacity: 1;
  }
  50% {
    transform: rotateZ(180deg) scale3d(2, 2.32, 1);
    opacity: 0;
  }
  100% {
    transform: rotateZ(360deg) scale3d(1, 1.2, 1);
    opacity: 1;
  }
}

@keyframes logoAnimA {
  0% {
    opacity: 0;
    transform: translate(-24px, 24px) rotate(45deg);
  }
  100% {
    opacity: 1;
    transform: translateY(17px) rotate(45deg);
  }
}

.cursor-pointer {
  cursor: pointer;
}

.cn-filter-grey {
  filter: grayscale(1);
}

.cn-filter-grey-50 {
  filter: grayscale(0.5);
}

.cn-filter-grey-60 {
  filter: grayscale(0.6);
}

.cn-filter-grey-70 {
  filter: grayscale(0.7);
}

.cn-filter-grey-80 {
  filter: grayscale(0.8);
}

.cn-filter-grey-90 {
  filter: grayscale(0.9);
}

.cn-effect-gradient-text {
  background: -webkit-linear-gradient(#03a9f4, #2de48a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 100px 120px;
  font-weight: 600;
  background-position-y: -100px;
  background-position-x: 100px;
  background-attachment: local;
  background-position: center -100px;
}

.cn-balance-widget {
  border: 2px solid rgba(255, 255, 255, 0.05);
  border-radius: 32px;
  margin: 0 8px;
}

.cn-balance-widget .md-button {
  margin: 0;
}

.cn-balance-widget .cn-balance-widget-value {
  font-size: 15px;
  padding-right: 24px;
  padding-left: 8px;
  line-height: 2px;
  font-weight: 500;
}

.cn-balance-widget .cn-balance-widget-value span:first-child {
  margin-right: 4px;
}

.cn-coin-goal-widget {
  /*width: 100%;*/
  /*margin-bottom: 16px;*/
  padding: 16px;
  pointer-events: none;
}

.cn-coin-goal-widget .cn-coin-goal-bar {
  /*width: 100%;*/
  padding: 8px;
  position: relative;
}

.cn-coin-goal-widget .cn-coin-goal-bar .cn-coin-goal-bar-inner {
  /*width: 100%;*/
  border-radius: 32px;
  height: 4px;
  background: rgba(47, 57, 71, 0.3);
  position: relative;
}

.cn-coin-goal-widget .cn-coin-goal-bar .cn-coin-goal-bar-inner .cn-coin-goal-bar-progress {
  border-radius: 32px;
  width: 0%;
  height: 4px;
  background: #777;
  position: relative;
  text-align: right;
  transition: width 0.65s ease-out;
  transition-delay: 0.05s;
}

.cn-coin-goal-widget .cn-coin-goal-coin {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: #aaa;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-size: 20px;
  top: -15px;
  position: relative;
}

.cn-coin-goal-widget .cn-coin-goal-coin:before {
  content: '';
  top: 0;
  left: 0;
  z-index: -1;
  background-color: inherit;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  transform-origin: center center;
  position: absolute;
  animation: activity-pulse 2s infinite;
}

.cn-coin-goal-widget .cn-coin-goal-coin .cn-coin-goal-coin-inner .cn-coin-goal-coin-symbol {
  position: relative;
  left: 0px;
  transform: rotate(-30deg);
}

.cn-coin-goal-widget .cn-coin-goal-progress-outer {
  position: absolute;
  bottom: 50%;
  left: -130%;
  background: #555;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  line-height: 14px;
  padding: 4px 8px;
  border-radius: 8px;
  background: rgba(23, 23, 23, 0.5);
}

.cn-coin-goal-widget .cn-coin-goal-labels {
  font-size: 11px;
  margin-top: 8px;
  opacity: 0.74;
}

.activity-count {
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-radius: 50px;
  background: #fff;
  position: absolute;
  bottom: -12px;
  right: -12px;
  z-index: 10;
  pointer-events: none;
  color: #222;
  font-weight: 600;
}

@keyframes activity-pulse {
  0% {
    transform: scale(1, 1);
    opacity: 1;
  }
  100% {
    transform: scale(1.5, 1.5);
    opacity: 0;
  }
}

.cn-initializer-bar {
  width: 90px;
  height: 5px;
  display: inline-block;
  line-height: 0;
  transition: opacity 1s ease-in-out;
}

.cn-initializer-bar .inner-bar {
  border: 2px solid rgba(100, 100, 100, 0.4);
  height: 5px;
  padding: 2px;
  border-radius: 50px;
}

.cn-initializer-bar .inner-bar .progress-bar {
  display: inline-block;
  background: #eee;
  height: 5px;
  border-radius: 50px;
  /*width:0;*/
  transition: width 10s ease-in-out, opacity 0.5s ease-in-out;
}

.cn-input-container {
  border-radius: 12px;
  border: 1px solid #ccc;
  padding: 0px 12px;
  padding-top: 4px;
  min-height: 51px;
  font-size: 13px;
  min-width: 150px;
  margin: 8px;
  background: rgba(5, 5, 5, 0.25);
  transition: border 100ms ease-in-out;
  /*&:hover {
        background: rgba(158,158,158,0.2);
    }*/
}

.cn-input-container:hover {
  transition: border 25ms ease-in-out;
}

.cn-input-container .md-select-value {
  border: none !important;
}

.cn-input-container input {
  background-color: transparent !important;
  border: none !important;
  outline: none !important;
  font-size: 13px;
  line-height: 26px;
  color: #fff;
  display: block;
  width: 100%;
}

.cn-input-container.text-right input {
  text-align: right;
  padding-right: 8px;
}

.cn-value-widget {
  min-width: 150px;
  position: relative;
}

.cn-value-widget .cn-value-widget-value {
  font-size: 24px;
}

.cn-value-widget .cn-value-widget-symbol {
  font-size: 11px;
}

.cn-value-widget .cn-value-widget-tooltip {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 640px) {
  .cn-value-widget {
    min-width: 100px;
  }
  .cn-value-widget label:first-child {
    font-size: 8px;
  }
  .cn-value-widget .cn-value-widget-value {
    font-size: 16px;
  }
  .cn-value-widget .cn-value-widget-symbol {
    font-size: 10px;
  }
}

.content-frame {
  margin: 8px 0;
  padding: 12px;
  border-radius: 4px;
  border: 1px solid #292b3e;
  background: #1b2130;
}

.input-frame {
  padding: 12px;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.25);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 2px 1px -1px rgba(0, 0, 0, 0.12);
  margin-bottom: 8px;
}

.bot-log-container {
  height: 23px;
  width: 100%;
  position: relative;
}

.bot-chart {
  height: 120px;
  position: relative;
}

.income-ticker {
  margin: 2px 4px;
  text-align: center;
}

.income-ticker .ticker-name {
  font-size: 12px;
}

.income-ticker .ticker-value {
  font-size: 14px;
}

.income-ticker .ticker-value label {
  display: block;
}

.md-primary-color {
  color: #2de48a !important;
}

.md-accent-color {
  color: #03a9f4 !important;
}

.md-warn-color {
  color: #ff0055 !important;
}

.ff-code {
  font-family: Consolas;
}

.info-text {
  font-size: 12px;
  font-weight: 400;
  opacity: 0.75;
}

.warn-text {
  font-weight: 500;
  color: #ff3700;
  font-size: 12px;
}

.cn-tradeview {
  border: 1px solid rgba(128, 128, 128, 0.33);
  border-radius: 8px;
  /*color: rgba(128, 128, 128, 0.33);*/
  /*font-size: 30px;*/
  min-height: 220px;
  margin: 8px;
  position: relative;
}

.cn-market-view {
  overflow: hidden;
  background: rgba(5, 5, 5, 0.25);
  position: relative;
}

.cn-market-view .cn-market-item {
  padding: 4px 8px;
  height: 35px;
  border-bottom: 1px solid rgba(47, 57, 71, 0.3);
  font-size: 12px;
  cursor: pointer;
  outline: none !important;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.cn-market-view .cn-market-item:hover {
  background: rgba(255, 255, 255, 0.05);
}

.cn-market-view .cn-market-item md-icon {
  font-size: 19px;
  min-width: 20px;
  min-height: 20px;
  width: 20px;
  height: 20px;
}

.cn-market-view .cn-market-item .cn-market-item-value {
  text-align: right;
}

.cn-order-book {
  overflow: hidden;
  background: rgba(5, 5, 5, 0.25);
  position: relative;
}

.cn-order-book .cn-order-item {
  font-size: 12px;
  padding: 2px 8px;
  height: 20px;
}

.cn-order-book .cn-order-item.sell {
  color: #e00000;
}

.cn-order-book .cn-order-item.sell:last-child {
  font-weight: 500;
  background: #0e0000;
}

.cn-order-book .cn-order-item.buy {
  color: #00b517;
}

.cn-order-book .cn-order-item.buy:first-child {
  font-weight: 500;
  background: #001102;
}

