@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  box-sizing: border-box;
}

/* flex-Klasse */
.row {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  background-color: #2e2e2e;
  overflow: hidden;
  padding: 0;
}

.box {
  background-color: #3b3b3b;
}

/* einfache responsive Navigation mit flex */
nav ul {
  list-style: none;
}

nav li {
  margin: 0.5%;
  width: 99%;
  text-align: center;
}

@media screen and (min-width: 480px) {
  nav li {
    margin: 0.5%;
  }
}

@media screen and (min-width: 960px) {
  nav li {
    width: auto;
    flex-grow: 1;
  }
}

/* Reihenfolge der HTML-Elemente */
#page-header {
  order: 1;
}

#info-panel {
  order: 2;
}

#page-nav {
  order: 3;
}

#commercials {
  order: 3;
}

@media screen and (min-width: 960px) {
  #commercials {
    order: 5;
  }
}

#page-content {
  order: 4;
}

@media screen and (min-width: 960px) {
  #page-content {
    order: 3;
  }
}

#sidebar {
  order: 5;
}

@media screen and (min-width: 960px) {
  #sidebar {
    order: 4;
  }
}

#page-footer {
  order: 6;
}

/* Raster für kleine Bildschirme */
.col-sd-4 {
  width: 33.33333%;
}

.col-sd-6 {
  width: 50%;
}

.col-sd-12 {
  width: 100%;
}

/* Raster für mittlere Auflösungen */
@media screen and (min-width: 480px) {
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-12 {
    width: 100%;
  }
}

/* Raster für hohe Auflösungen */
@media screen and (min-width: 960px) {
  .col-hd-3 {
    width: 25%;
  }
  .col-hd-4 {
    width: 33.33333%;
  }
  .col-hd-6 {
    width: 50%;
  }
  .col-hd-9 {
    width: 75%;
  }
  .col-hd-12 {
    width: 100%;
  }
}

.page-header {
  background-color: #202020;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, #080808, #202020);
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px;
  padding: 1rem;
  width: 100%;
}

.page-header-title {
  margin-bottom: 0;
  font-size: 1.3rem;
  color: #f8f0e2;
  font-family: Arial, Helvetica, sans-serif;
  text-align: center;
}

.logo-and-clocks-container {
  width: 105px;
  height: 105px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  position: relative;
  margin-bottom: 1rem;
}

.logo-and-clocks-container-analog-clock-left {
  position: absolute;
  left: 0;
  width: 105px;
  height: 105px;
  border: 1px solid #7e7e7e;
  border-radius: 100%;
  transition: all ease-in 0.5s;
  z-index: 1;
}

.logo-and-clocks-container-analog-clock-left.clockActive {
  position: absolute;
  left: -105px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: all ease-out 0.5s;
  z-index: 1;
}

.logo-and-clocks-container-analog-clock-right {
  position: absolute;
  right: 0;
  width: 105px;
  height: 105px;
  border: 1px solid #7e7e7e;
  border-radius: 100%;
  transition: all ease-in 0.5s;
  z-index: 1;
}

.logo-and-clocks-container-analog-clock-right.clockActive {
  position: absolute;
  right: -105px;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  transition: all ease-out 0.5s;
  z-index: 1;
}

.logo-and-clocks-container-logo-container {
  width: 105px;
  height: 105px;
  border: 3px solid #3b3b3b;
  background-color: #222222;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  left: 0;
  top: 0;
  position: absolute;
  box-shadow: 0 0 5px 5px black;
  cursor: pointer;
  z-index: 3;
}

.logo-and-clocks-container-logo-container-logo {
  width: 80px;
  height: 80px;
  margin: auto;
  top: 9px;
  left: 2px;
  border-radius: 100%;
  position: absolute;
}

.logo-and-clocks-container-logo-container-logo-Cyber {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  animation-name: cyber;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}

.logo-and-clocks-container-logo-container-logo-Crypto {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  animation-name: crypto;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}

.logo-and-clocks-container-logo-container-logo-Trade {
  margin: 0;
  padding: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  left: 49%;
  top: 35%;
  animation-name: trade;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-duration: 5s;
}

@keyframes trade {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  0% {
    transform: rotateY(0deg);
  }
}

@keyframes cyber {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.99);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.01);
  }
}

@keyframes crypto {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.99);
  }
}

#currency-panel {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem;
}

#currency-panel #btc-panel {
  color: #5c4600;
}

#currency-panel #btc-panel:hover, #currency-panel #btc-panel:focus {
  box-shadow: 0 0 2px 2px #1a1a1a;
  transition: all ease 0.3s;
  background-color: #343434;
}

#currency-panel #btc-panel:hover p, #currency-panel #btc-panel:focus p {
  transition: all ease 0.3s;
  color: #FFA600;
}

#currency-panel #btc-panel strong {
  color: #FFA600;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: auto 0.8rem;
}

#currency-panel #btc-panel p {
  cursor: pointer;
  font-size: 1.2rem;
  color: #ffdf9e;
}

#currency-panel #eth-panel:hover, #currency-panel #eth-panel:focus {
  box-shadow: 0 0 2px 2px #1a1a1a;
  transition: all ease 0.3s;
  background-color: #343434;
}

#currency-panel #eth-panel:hover p, #currency-panel #eth-panel:focus p {
  color: #14C6CC;
  transition: all ease 0.3s;
}

#currency-panel #eth-panel strong {
  color: #14C6CC;
  font-size: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: auto 0.8rem;
}

#currency-panel #eth-panel p {
  cursor: pointer;
  font-size: 1.2rem;
  color: #aff5f8;
}

#currency-panel li {
  width: 80%;
  padding: 0.5rem;
  height: 50px;
  margin: 0.2rem;
  border: 1px solid #4d4d4d;
  border-radius: 0.5rem;
  box-shadow: 0 0 0 0 black;
  transition: all ease 0.3s;
  display: flex;
  justify-content: space-around;
}

@media screen and (min-width: 480px) {
  #currency-panel li {
    width: 40%;
  }
}

@media screen and (min-width: 700px) {
  #currency-panel li {
    width: 40%;
  }
}

@media screen and (min-width: 960px) {
  #currency-panel li {
    width: 19%;
  }
}

#currency-panel li:nth-child(2) {
  cursor: pointer;
}

#currency-panel li div {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

#currency-panel li div p:first-of-type {
  color: white;
  position: relative;
}

#currency-panel li div p:last-of-type {
  color: white;
  position: relative;
}

#currency-panel li div p {
  font-size: 1.2rem;
  font-weight: normal;
  font-family: Arial, Helvetica, sans-serif;
  padding: 0;
  margin: 0;
}

@media screen and (min-width: 480px) {
  #currency-panel li div p {
    font-size: 1.2rem;
  }
}

@media screen and (min-width: 960px) {
  #currency-panel li div p {
    font-size: 1.4rem;
  }
}

@keyframes won {
  0% {
    bottom: 10px;
    opacity: 0.1;
  }
  50% {
    bottom: 20px;
    opacity: 1;
  }
  100% {
    bottom: 10px;
    opacity: 0.1;
  }
}

@keyframes lost {
  0% {
    top: 10px;
    opacity: 0.1;
  }
  50% {
    top: 20px;
    opacity: 1;
  }
  100% {
    top: 10px;
    opacity: 0.1;
  }
}

#balance-info {
  background-color: transparent;
  font-weight: bold;
  font-size: 0.6rem;
}

#balance-info p:nth-child(1) {
  color: #FFA600;
}

#balance-info p:nth-child(1)::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid  #FFA600;
  border-radius: 100%;
  position: relative;
  left: 3px;
  top: 4px;
}

#balance-info p:nth-child(2) {
  color: #14C6CC;
}

#balance-info p:nth-child(2)::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid  #14C6CC;
  border-radius: 100%;
  position: relative;
  left: 3px;
  top: 4px;
}

#balance-info p:nth-child(3) {
  color: #1A1B29;
}

#balance-info p:nth-child(3)::after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 3px solid  #1A1B29;
  border-radius: 100%;
  position: relative;
  left: 3px;
  top: 4px;
}

#balance-panel {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  position: relative;
  box-shadow: 0 0 13px -4px black inset;
  padding: 2rem;
  background-image: linear-gradient(to top, #515151, #494747);
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px;
}

#balance-panel div.diagram {
  margin: 10px;
  padding: 0;
  width: 190px;
  height: 190px;
  position: relative;
  border: 5px solid #3b3b3b;
  border-radius: 100%;
  box-shadow: inset 0 0 10px 17px #2c2c2c;
  background-color: #a0a0a0;
}

#balance-panel div.diagram canvas {
  width: 180px;
  height: 180px;
  border-radius: 100%;
  top: 0;
  left: 0;
  position: absolute;
  box-shadow: 0 0 5px 5px #3a3a3a;
}

#balance-panel div.balance {
  position: absolute;
  width: 180px;
  height: 180px;
  padding: 1.5rem;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  border: 1px solid #b3b3b3;
  border-radius: 100%;
  font-family: Arial, Helvetica, sans-serif;
  color: #464646;
  cursor: pointer;
  transition: all ease 0.3s;
  text-align: center;
}

#balance-panel div.balance:hover, #balance-panel div.balance:focus {
  border: 1px dashed white;
  box-shadow: 0 0 7px 7px black;
  transform: rotate(360deg);
  transition: all ease 0.3s;
}

#balance-panel div.balance:hover > p, #balance-panel div.balance:focus > p {
  transform: scale(1.1);
}

#balance-panel div.balance strong {
  font-weight: 100;
  text-align: center;
  width: 80px;
  position: absolute;
  top: 40px;
}

#balance-panel div.balance p {
  font-weight: bold;
  width: 100px;
  text-align: center;
  position: absolute;
  top: 80px;
}

#balance-panel div.balance span {
  font-weight: lighter;
  color: #3b3b3b;
}

#page-nav {
  background-color: #3b3b3b;
}

#navigation-panel-box {
  background-color: #b8b8b8;
}

#navigation-items-container {
  position: relative;
}

.navigation-item {
  position: relative;
  cursor: pointer;
  transition: all ease 0.5s;
  font-weight: bold;
  color: #888888;
  opacity: 1;
  text-decoration: none;
  text-decoration-color: white;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.navigation-item:hover, .navigation-item:focus {
  text-decoration-color: #ffaf02c9;
  border-radius: 0.5rem;
}

.navigation-item:hover#Vochers-Item, .navigation-item:focus#Vochers-Item {
  color: #00F7FF;
}

.navigation-item:hover#Bots-Item, .navigation-item:focus#Bots-Item {
  color: #FFA600;
}

.navigation-item:hover#Dashboard-Item, .navigation-item:focus#Dashboard-Item {
  color: #00FF95;
}

.navigation-item:hover#Financial-Item, .navigation-item:focus#Financial-Item {
  color: #FF009D;
}

.navigation-item:hover#Setting-Item, .navigation-item:focus#Setting-Item {
  color: #FF6600;
}

.navigation-item:hover#Defi-Item, .navigation-item:focus#Defi-Item {
  color: #fd3333;
}

.navigation-item::after, .navigation-item::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  border-radius: 0.5rem 0 0 0.5rem;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 0.4;
  left: 0;
  top: 0;
}

.navigation-item::before, .navigation-item::before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 0.4;
  right: 0;
  top: 0;
  border-radius: 0 0.5rem 0.5rem 0;
}

.navigation-item:hover::after, .navigation-item:focus::after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
}

.navigation-item:hover::before, .navigation-item:focus::before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 1;
  right: 0;
  top: 0;
  border-radius: 0.5rem;
}

.navigation-item > div {
  width: 40px;
  height: 40px;
  margin: 0 auto;
  position: relative;
}

.navigation-item > div img:nth-child(1) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
  width: 40px;
  height: 40px;
}

.navigation-item > div img:nth-child(2) {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 40px;
  height: 40px;
}

.navigation-item.active#Vochers-Item {
  color: #00f7ff;
}

.navigation-item.active#Bots-Item {
  color: #FFA600;
}

.navigation-item.active#Dashboard-Item {
  color: #00ff95;
}

.navigation-item.active#Financial-Item {
  color: #ff009d;
}

.navigation-item.active#Setting-Item {
  color: #ff6600;
}

.navigation-item.active#Defi-Item {
  color: #fd3333;
}

.navigation-item.active::after, .navigation-item.active::after {
  content: '';
  width: 0;
  height: 100%;
  background-color: #c9c9c96b;
  border-radius: 0.5rem 0 0 0.5rem;
  opacity: 0.4;
}

.navigation-item.active:before, .navigation-item.active:before {
  content: '';
  width: 0;
  height: 100%;
  background-color: #c9c9c96b;
  border-radius: 0.5rem 0 0 0.5rem;
  opacity: 0.4;
}

.navigation-item.active > div img:nth-child(1) {
  opacity: 0;
  transition: all ease 0.5s;
  transform: scale(1);
}

.navigation-item.active > div img:nth-child(2) {
  opacity: 1;
  transition: all ease 0.5s;
  transform: scale(1.3);
}

@media screen and (max-width: 480px) {
  .navigation-item {
    width: 19%;
  }
  .navigation-item > div {
    width: 30px;
    height: 30px;
  }
  .navigation-item > div img:nth-child(1) {
    width: 30px;
    height: 30px;
    opacity: 1;
    transition: all ease 0.5s;
    transform: scale(1);
  }
  .navigation-item > div img:nth-child(2) {
    width: 30px;
    height: 30px;
    opacity: 0;
    transition: all ease 0.5s;
    transform: scale(1);
  }
  .navigation-item:hover > div, .navigation-item:focus > div {
    width: 30px;
    height: 30px;
  }
  .navigation-item:hover > div img:nth-child(1), .navigation-item:focus > div img:nth-child(1) {
    opacity: 0;
    transition: all ease 0.5s;
    transform: scale(1.3);
  }
  .navigation-item:hover > div img:nth-child(2), .navigation-item:focus > div img:nth-child(2) {
    opacity: 1;
    transition: all ease 0.5s;
    transform: scale(1.3);
  }
  .navigation-item::after, .navigation-item::after {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #c9c9c96b;
    border-radius: 0.5rem 0 0 0.5rem;
    opacity: 0.4;
  }
  .navigation-item:hover::after, .navigation-item:focus::after {
    content: '';
    width: 0;
    height: 100%;
    background-color: #c9c9c96b;
    border-radius: 0.5rem 0 0 0.5rem;
    opacity: 0.4;
  }
  .navigation-item::before, .navigation-item::before {
    content: '';
    width: 50%;
    height: 100%;
    background-color: #c9c9c96b;
    border-radius: 0 0.5rem 0.5rem 0;
    opacity: 0.4;
  }
  .navigation-item:hover::before, .navigation-item:focus::before {
    content: '';
    width: 0;
    height: 100%;
    background-color: #c9c9c96b;
    border-radius: 0 0.5rem 0.5rem 0;
    opacity: 0.4;
  }
}

@media screen and (min-width: 480px) {
  .navigation-item {
    margin: 0.5%;
    width: 15%;
  }
  .navigation-item:hover::before, .navigation-item:focus::before {
    width: 0;
  }
  .navigation-item:hover::after, .navigation-item:focus::after {
    width: 0;
  }
  .navigation-item > div img:nth-child(1) {
    opacity: 1;
    transition: all ease 0.5s;
    transform: scale(1);
  }
  .navigation-item > div img:nth-child(2) {
    opacity: 0;
    transition: all ease 0.5s;
    transform: scale(1);
  }
  .navigation-item:hover > div img:nth-child(1), .navigation-item:focus > div img:nth-child(1) {
    opacity: 0;
    transition: all ease 0.5s;
    transform: scale(1.3);
  }
  .navigation-item:hover > div img:nth-child(2), .navigation-item:focus > div img:nth-child(2) {
    opacity: 1;
    transition: all ease 0.5s;
    transform: scale(1.3);
  }
}

@media screen and (max-width: 480px) {
  .navigation-item {
    width: 15%;
  }
}

@media screen and (min-width: 690px) {
  .navigation-item > div {
    display: none;
  }
}

@media screen and (max-width: 688px) and (max-width: 960px) {
  .navigation-item > span {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .navigation-item {
    padding: 1rem;
  }
  .navigation-item > span {
    display: inline-block;
  }
}

#panel-content {
  background-color: #6d6d6d;
  background-image: linear-gradient(to top, #6b6b6b, #616161);
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px;
  height: 100%;
}

#panel-content #panel {
  margin: 0 auto;
  height: 100%;
}

#panel-content #panel .panel-container {
  height: 100%;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  padding: 3rem 0.3rem 3rem 0.3rem;
  background-color: transparent;
}

h4 {
  padding: 1rem;
  text-align: center;
}

#Shareholder {
  color: #bf8970;
}

#Investor {
  color: #D6D6D6;
}

#Mogul {
  color: #FD7822;
}

.user-status {
  width: 350px;
  background-color: #696969;
  border-radius: 1rem;
  box-shadow: 0 0 5px 1px black;
  border: 1px solid #2c2c2c;
  margin: 1rem 0 1rem 0;
  position: relative;
  transition: all ease 0.3s;
}

.user-status:hover, .user-status:focus {
  box-shadow: 0 0 20px 1px black;
  transform: scale(1.03);
  transition: all ease 0.3s;
}

.user-status.active::before {
  content: 'active';
  color: #4e4e4e;
  width: 60px;
  position: absolute;
  top: -29px;
  left: 40%;
  background-color: #00ff95;
  text-align: center;
  border-radius: 0.5rem 0.5rem 0 0;
  box-shadow: 0 -2px 3px 1px #202020;
  padding: 5px;
}

.user-status-header {
  background-color: #3d3d3d;
  height: 22%;
  width: 100%;
  border-radius: 0.9rem 0.9rem 0 0;
  display: flex;
  justify-content: space-between;
  padding: 0.5rem;
  font-weight: bold;
}

.user-status-header-logo {
  width: 70px;
  height: 70px;
  margin: 0 auto;
}

.user-status-header-logo-image {
  width: 70px;
  height: 70px;
}

@media screen and (max-width: 440px) {
  .user-status-header-logo {
    width: 50px;
    height: 50px;
  }
  .user-status-header-logo-image {
    width: 50px;
    height: 50px;
  }
}

.user-status-header-name {
  font-size: 1.5rem;
  color: #888888;
  width: 60%;
  text-align: center;
  margin: auto;
}

.user-status-content {
  width: 100%;
  margin: 0;
  user-select: none;
  padding: 0.5rem 0.5rem 0 0.5rem;
}

.user-status-content ul {
  padding: 0.3rem;
  margin: 0;
  list-style: none;
  background-color: #686868;
}

.user-status-content ul li {
  display: flex;
  justify-content: space-between;
  text-align: left;
  margin-bottom: 20px;
  border-bottom: 1px dotted #585858;
  color: #242424;
  background-color: #686868;
}

.user-status-content ul li span {
  text-align: right;
  color: #b8b8b8;
}

@media screen and (max-width: 440px) {
  .user-status-content ul li {
    margin-bottom: 10px;
  }
}

.user-status-free {
  padding: 1rem;
  font-size: 2rem;
  color: #afafaf;
}

.user-status-buy {
  display: flex;
  justify-content: space-around;
  width: 100%;
  position: relative;
  background-color: #686868;
  border-radius: 0  0 1rem 1rem;
}

.user-status-buy-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 0 0.5rem 0 0.5rem;
}

.user-status-buy-price span:nth-child(1) {
  margin: auto;
  font-size: 0.8rem;
  color: #afafaf;
}

.user-status-buy-price span:nth-child(2) {
  font-size: 1.5rem;
  color: white;
}

@media screen and (max-width: 440px) {
  .user-status-buy-price {
    flex-direction: row;
    padding: 0.2rem;
  }
  .user-status-buy-price span:nth-child(1) {
    margin: auto 5px auto 0;
  }
}

.user-status-buy-button {
  padding: 0.5rem;
  border: solid 1px #494949;
  border-radius: 0.5rem;
  cursor: pointer;
  background-color: #535353;
  transition: all ease 0.3s;
  text-align: center;
  margin: 0.3rem;
  width: 100px;
  color: #bfffdf;
}

.user-status-buy-button:hover, .user-status-buy-button:focus {
  padding: 0.5rem;
  transform: scale(1.01);
  box-shadow: 0 0 4px 1px black;
  background-color: #00ff95;
  border: solid 1px #494949;
  color: #292929;
  transition: all ease 0.3s;
  text-align: center;
}

@media screen and (max-width: 440px) {
  .user-status-buy {
    font-size: 0.7rem;
  }
  .user-status-buy-monthly {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 5px;
  }
  .user-status-buy-yearly {
    display: flex;
    justify-content: space-around;
    width: 80%;
    margin-bottom: 5px;
  }
  .user-status-buy-price {
    margin-right: 5px;
    padding: 0;
    display: flex;
    justify-content: space-around;
    width: 50%;
  }
  .user-status-buy-price span:nth-child(1) {
    font-size: 0.7rem;
    margin: auto 0;
  }
  .user-status-buy-price span:nth-child(2) {
    font-size: 1rem;
    margin: auto 0;
  }
  .user-status-buy-button {
    width: 50%;
    margin: 0.3rem;
  }
}

@media screen and (max-width: 440px) {
  .user-status {
    width: 300px;
  }
}

@media screen and (min-width: 440px) and (max-width: 763px) {
  .user-status {
    width: 200px;
    margin: 0.5rem;
    font-size: 0.6rem;
  }
  .user-status.active::before {
    content: 'active';
    color: #99ffd5;
    width: 60px;
    position: absolute;
    top: -22px;
    left: 35%;
    background-color: #029c5c;
    text-align: center;
    border-radius: 0.5rem 0.5rem 0 0;
    box-shadow: 0 -2px 3px 1px #202020;
    padding: 5px;
  }
  .user-status-free {
    text-align: center;
    color: #afafaf;
  }
  .user-status-buy {
    height: 90px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .user-status-buy-monthly {
    display: flex;
    flex-direction: column;
    font-size: 0.5rem;
    width: 50%;
    margin-bottom: 5px;
    margin: auto;
  }
  .user-status-buy-yearly {
    display: flex;
    flex-direction: column;
    font-size: 0.5rem;
    width: 50%;
    margin-bottom: 5px;
  }
  .user-status-buy-price {
    padding: 0;
    width: 50%;
    margin: auto;
  }
  .user-status-buy-price span:nth-child(2) {
    font-size: 1rem;
    margin: 5px auto;
  }
  .user-status-buy-button {
    margin: auto;
    width: 70%;
  }
  .user-status-header-name {
    font-size: 1.1rem;
  }
}

.vochers-container {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 960px;
}

.vochers-container-vocher {
  width: 200px;
  border: 1px solid #292929;
  text-align: center;
  height: 250px;
  margin: 1rem;
  border-radius: 0.5rem;
  background-color: #3d3d3d;
  box-shadow: 0 0 4px 2px #070707;
  transition: all ease 0.3s;
  position: relative;
}

.vochers-container-vocher img {
  position: relative;
  top: 10px;
  width: 160px;
  height: 120px;
}

.vochers-container-vocher span.discount {
  text-align: center;
  display: flex;
  justify-content: center;
  width: 60px;
  height: 40px;
  position: absolute;
  z-index: 2;
  left: 10px;
  background-color: #535353;
  border-right: 1px solid #2b2b2b;
  border-left: 1px solid #2b2b2b;
  border-bottom: 1px solid #2b2b2b;
  box-shadow: 0 0 4px 2px #1d1d1d;
  border-radius: 0 0 0.3rem 0.3rem;
}

.vochers-container-vocher span.discount > span {
  margin: auto;
  color: #535353;
  font-weight: bold;
  animation-name: discount;
  animation-timing-function: ease-in-out;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  transition: 0.3s ease all;
}

@keyframes discount {
  0% {
    color: #535353;
    text-shadow: 0px 0px 0px #fffffffc;
    transition: 0.3s ease all;
  }
  50% {
    color: white;
    text-shadow: 0px 0px 18px #fffffffc;
    transition: 0.3s ease all;
  }
  100% {
    color: #535353;
    text-shadow: 0px 0px 0px #fffffffc;
    transition: 0.3s ease all;
  }
}

.vochers-container-vocher:hover, .vochers-container-vocher:focus {
  box-shadow: 0 0 7px 5px #1d1d1d;
  transform: scale(1.1);
  transition: all ease 0.3s;
}

.vochers-container-vocher:hover:nth-child(1), .vochers-container-vocher:focus:nth-child(1) {
  background-image: linear-gradient(#e300ffa1 -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(2), .vochers-container-vocher:focus:nth-child(2) {
  background-image: linear-gradient(#0095ffd6 -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(3), .vochers-container-vocher:focus:nth-child(3) {
  background-image: linear-gradient(#ff8d00cc -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(4), .vochers-container-vocher:focus:nth-child(4) {
  background-image: linear-gradient(#6e00ffba -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(5), .vochers-container-vocher:focus:nth-child(5) {
  background-image: linear-gradient(#ffe000e0 -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(6), .vochers-container-vocher:focus:nth-child(6) {
  background-image: linear-gradient(#a9ff00eb -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(7), .vochers-container-vocher:focus:nth-child(7) {
  background-image: linear-gradient(#ff008ded -3%, #2b2b2b 7%);
}

.vochers-container-vocher:hover:nth-child(8), .vochers-container-vocher:focus:nth-child(8) {
  background-image: linear-gradient(#ff0000e6 -3%, #2b2b2b 7%);
}

.vochers-container-vocher-header {
  background-color: #2b2b2b;
  border-bottom: dashed #464646 1px;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  top: 10px;
}

.vochers-container-vocher-header-button-container {
  font-family: Arial, Helvetica, sans-serif;
  margin: 40px 0 0 0;
  font-size: 2rem;
  font-weight: bold;
  color: #7c7c7c;
  text-shadow: 2px 1px 6px black;
  height: 80px;
  display: flex;
  justify-content: space-around;
}

.vochers-container-vocher-header-button-container-timer {
  border: 1px solid #858585;
  height: 40px;
  width: 40%;
  border-radius: 0.3rem;
}

.vochers-container-vocher-header-button-container-button {
  width: 40%;
  cursor: pointer;
  height: 40px;
  font-size: 1.2rem;
  border-radius: 0.3rem;
  border: 1px dashed #858585;
  background-color: transparent;
  color: #797979;
  transition: all ease 0.3s;
}

.vochers-container-vocher-header-button-container-button:hover, .vochers-container-vocher-header-button-container-button:focus {
  background-color: rgba(255, 255, 255, 0.164);
  transition: all ease 0.3s;
  color: #ffffff;
}

.vochers-container-vocher-header-button-container-button:hover._10, .vochers-container-vocher-header-button-container-button:focus._10 {
  background-color: #e100ff44;
}

.vochers-container-vocher-header-button-container-button:hover._25, .vochers-container-vocher-header-button-container-button:focus._25 {
  background-color: #0095ff46;
}

.vochers-container-vocher-header-button-container-button:hover._50, .vochers-container-vocher-header-button-container-button:focus._50 {
  background-color: #ff8c0031;
}

.vochers-container-vocher-header-button-container-button:hover._100, .vochers-container-vocher-header-button-container-button:focus._100 {
  background-color: #6f00ff2f;
}

.vochers-container-vocher-header-button-container-button:hover._200, .vochers-container-vocher-header-button-container-button:focus._200 {
  background-color: #ffe1002f;
}

.vochers-container-vocher-header-button-container-button:hover._500, .vochers-container-vocher-header-button-container-button:focus._500 {
  background-color: #aaff002d;
}

.vochers-container-vocher-header-button-container-button:hover._1000, .vochers-container-vocher-header-button-container-button:focus._1000 {
  background-color: #ff008c31;
}

.vochers-container-vocher-header-button-container-button:hover._2000, .vochers-container-vocher-header-button-container-button:focus._2000 {
  background-color: #ff000028;
}

.vochers-container-vocher-header-buyprice {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  margin: 0;
  font-size: 0.7rem;
  font-weight: normal;
  color: #7c7c7c;
}

.vochers-container-vocher-header-buyprice > span {
  color: #1ddfe9;
  font-weight: bold;
}

.vochers-container-vocher:nth-child(1) {
  background-image: linear-gradient(#e300ffa1 -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(2) {
  background-image: linear-gradient(#0095ffd6 -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(3) {
  background-image: linear-gradient(#ff8d00cc -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(4) {
  background-image: linear-gradient(#6e00ffba -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(5) {
  background-image: linear-gradient(#ffe000e0 -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(6) {
  background-image: linear-gradient(#a9ff00eb -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(7) {
  background-image: linear-gradient(#ff008ded -10%, #2b2b2b 6%);
}

.vochers-container-vocher:nth-child(8) {
  background-image: linear-gradient(#ff0000e6 -10%, #2b2b2b 6%);
}

.vochers-container-vocher-costprice {
  width: 100%;
  text-align: center;
  position: absolute;
  bottom: 0;
  color: #797979;
  margin: 0 auto;
  display: block;
  font-size: 0.6rem;
}

@media screen and (min-width: 480px) {
  .vochers-container-vocher {
    width: 200px;
  }
}

@media screen and (min-width: 960px) {
  .vochers-container-vocher {
    width: 200px;
  }
}

.bots-container {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.3rem;
  user-select: none;
  background-color: transparent;
  max-width: 1024px;
}

.bots-container .bot-start {
  background-color: #464646;
  padding: 1rem;
  border: 1px solid #3f3f3f;
  border-radius: 1rem;
  box-shadow: 0 0 4px 2px black;
  width: 270px;
}

.bots-container .bot-start-title {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 0 30px 0;
  color: #aaaaaa;
}

.bots-container .bot-start-title > span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #FFA600;
}

.bots-container .bot-start-strategy-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .bot-start-strategy-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .bot-start-strategy-button-container-button {
  display: inline-block;
  width: 49%;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .bot-start-strategy-button-container-button:hover, .bots-container .bot-start-strategy-button-container-buttonfocus {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-type-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .bot-start-investment-type-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .bot-start-investment-type-button-container-button {
  width: 45%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
  position: relative;
}

.bots-container .bot-start-investment-type-button-container-button:hover, .bots-container .bot-start-investment-type-button-container-buttonfocus {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-type-button-container-button:first-of-type:after {
  content: '';
  background: url(../media/icons/Bitcoin.png) no-repeat;
  position: absolute;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin: 4px;
  right: 0;
  top: 0;
}

.bots-container .bot-start-investment-type-button-container-button:last-of-type:after {
  content: '';
  background: url(../media/icons/Etherum.png) no-repeat;
  position: absolute;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin: 4px;
  right: 0;
  top: 0;
}

.bots-container .bot-start-investment-period-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .bot-start-investment-period-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .bot-start-investment-period-button-container-button {
  text-align: center;
  width: 19%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-period-button-container-button:hover, .bots-container .bot-start-investment-period-button-container-buttonfocus {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-percent-from-balance-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .bot-start-investment-percent-from-balance-button-container {
  display: flex;
  justify-content: space-between;
  /*range*/
}

.bots-container .bot-start-investment-percent-from-balance-button-container-button {
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-percent-from-balance-button-container-button:hover, .bots-container .bot-start-investment-percent-from-balance-button-container-buttonfocus {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap {
  height: 25px;
  position: relative;
  margin: 0 auto 1.2rem;
  width: 100%;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap #background-track {
  width: 0px;
  height: 18px;
  background-color: #ffaa00;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: inset 0 0 4px 3px black;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range {
  -webkit-appearance: none;
  border-radius: 20px;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 4px 3px black;
  cursor: pointer;
  width: 100%;
  height: 18px;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid grey;
  background: #ff8c00;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb:hover {
  background: #FFA600;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-webkit-slider-thumb {
  background: #FFA600;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb {
  box-shadow: 0 0 3px 2px black;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: grey;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb:hover {
  background: #FFA600;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-moz-range-thumb {
  background: #FFA600;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .bubble {
  border: 1px solid #FFA600;
  box-shadow: 0 0 2px 2px black;
  color: #FFA600;
  padding: 1px 1px;
  width: 45px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .bubble:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -8px;
  left: 35%;
  border-top: 0px solid transparent;
  border-bottom: 8px solid #FFA600;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}

.bots-container .bot-start-investment-amount-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .bot-start-investment-amount-input-container {
  position: relative;
  width: 100%;
}

.bots-container .bot-start-investment-amount-input-container-input {
  padding: 0.3rem 2.5rem 0.3rem 2.5rem;
  border: 1px solid grey;
  border-radius: 0.3rem;
  width: 100%;
  margin: 0 auto 20px auto;
  color: grey;
  text-align: right;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.bots-container .bot-start-investment-amount-input-container-input:hover, .bots-container .bot-start-investment-amount-input-container-inputfocus {
  border-color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-outer-spin-button, .bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bots-container .bot-start-investment-amount-input-container-input[type=number][type=number] {
  -moz-appearance: textfield;
}

.bots-container .bot-start-investment-amount-input-container-value {
  display: block;
  padding: 0.4rem;
  position: absolute;
  color: #bababa;
  z-index: 3;
  left: 0;
}

.bots-container .bot-start-investment-amount-input-container-currency {
  padding: 0.38rem;
  position: absolute;
  font-weight: bold;
  z-index: 3;
  right: 0;
  transition: 0.5s ease color;
}

.bots-container .bot-start-investment-amount-input-container-currency.btc {
  color: #FFA600;
}

.bots-container .bot-start-investment-amount-input-container-currency.eth {
  color: #14C6CC;
}

.bots-container .bot-start-investment-amount-button-container {
  padding: 0.5rem;
}

.bots-container .bot-start-investment-amount-button-container-button {
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  color: grey;
  transition: all ease 0.4s;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 0.3rem 0;
}

.bots-container .bot-start-investment-amount-button-container-button:hover, .bots-container .bot-start-investment-amount-button-container-buttonfocus {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .bot-start-investment-amount-button-container-button:last-of-type {
  background-color: #FFA600;
  border-color: #1a1a1a;
  color: #242424;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.bots-container .bot-start-form .selected {
  border-color: #FFA600;
  color: #FFA600;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

@media screen and (min-width: 515px) and (max-width: 830px) {
  .bots-container .bot-start-form {
    display: flex;
    flex-wrap: wrap;
  }
  .bots-container .bot-start-title {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 0 30px 0;
    color: #aaaaaa;
  }
  .bots-container .bot-start-title > span {
    font-weight: bold;
    font-size: 1.3rem;
    color: #FFA600;
  }
  .bots-container .bot-start-strategy {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .bot-start-strategy-button-container {
    display: flex;
    justify-content: space-between;
  }
  .bots-container .bot-start-investment-type {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .bot-start-investment-type-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .bot-start-investment-type-button-container {
    display: flex;
    justify-content: space-between;
  }
  .bots-container .bot-start-investment-type-button-container-button {
    width: 45%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
    position: relative;
  }
  .bots-container .bot-start-investment-type-button-container-button:hover, .bots-container .bot-start-investment-type-button-container-buttonfocus {
    border-color: #FFA600;
    color: #FFA600;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-type-button-container-button:first-of-type:after {
    content: '';
    background: url(../media/icons/Bitcoin.png) no-repeat;
    position: absolute;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin: 4px;
    right: 0;
    top: 0;
  }
  .bots-container .bot-start-investment-type-button-container-button:last-of-type:after {
    content: '';
    background: url(../media/icons/Etherum.png) no-repeat;
    position: absolute;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin: 4px;
    right: 0;
    top: 0;
  }
  .bots-container .bot-start-investment-period {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .bot-start-investment-period-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .bot-start-investment-period-button-container {
    display: flex;
    justify-content: space-between;
  }
  .bots-container .bot-start-investment-period-button-container-button {
    text-align: center;
    width: 19%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-period-button-container-button:hover, .bots-container .bot-start-investment-period-button-container-buttonfocus {
    border-color: #FFA600;
    color: #FFA600;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-percent-from-balance {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .bot-start-investment-percent-from-balance-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container {
    display: flex;
    justify-content: space-between;
    /*range*/
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container-button {
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container-button:hover, .bots-container .bot-start-investment-percent-from-balance-button-container-buttonfocus {
    border-color: #FFA600;
    color: #FFA600;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap {
    height: 25px;
    position: relative;
    margin: 0 auto 1.2rem;
    width: 100%;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap #background-track {
    width: 0px;
    height: 18px;
    background-color: #ffaa00;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0.5rem 0 0 0.5rem;
    box-shadow: inset 0 0 4px 3px black;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range {
    -webkit-appearance: none;
    border-radius: 20px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 4px 3px black;
    cursor: pointer;
    width: 100%;
    height: 18px;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid grey;
    background: #ff8c00;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb:hover {
    background: #FFA600;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-webkit-slider-thumb {
    background: #FFA600;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb {
    box-shadow: 0 0 3px 2px black;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: grey;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb:hover {
    background: #FFA600;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-moz-range-thumb {
    background: #FFA600;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .bubble {
    border: 1px solid #FFA600;
    box-shadow: 0 0 2px 2px black;
    color: #FFA600;
    padding: 1px 1px;
    width: 45px;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .bots-container .bot-start-investment-percent-from-balance-button-container > .range-wrap .bubble:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: -8px;
    left: 35%;
    border-top: 0px solid transparent;
    border-bottom: 8px solid #FFA600;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
  }
  .bots-container .bot-start-investment-amount {
    width: 100%;
    display: flex;
  }
  .bots-container .bot-start-investment-amount-title {
    color: #aaaaaa;
    font-weight: bold;
    margin-top: 0;
  }
  .bots-container .bot-start-investment-amount-input-container {
    margin: 0 auto;
    position: relative;
    justify-content: center;
    width: 40%;
  }
  .bots-container .bot-start-investment-amount-input-container-input {
    padding: 0.3rem 2.5rem 0.3rem 2.5rem;
    border: 1px solid grey;
    border-radius: 0.3rem;
    width: 100%;
    height: 40px;
    margin: 0;
    color: grey;
    text-align: right;
    position: absolute;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .bots-container .bot-start-investment-amount-input-container-input:hover, .bots-container .bot-start-investment-amount-input-container-inputfocus {
    border-color: #FFA600;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-outer-spin-button, .bots-container .bot-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .bots-container .bot-start-investment-amount-input-container-input[type=number][type=number] {
    -moz-appearance: textfield;
  }
  .bots-container .bot-start-investment-amount-input-container-value {
    display: block;
    padding: 0.7rem;
    position: absolute;
    color: #bababa;
    z-index: 3;
    left: 0;
    height: 40px;
  }
  .bots-container .bot-start-investment-amount-input-container-currency {
    display: block;
    padding: 0.7rem 0.38rem;
    position: absolute;
    font-weight: bold;
    z-index: 3;
    height: 40px;
    right: 0;
    transition: 0.5s ease color;
  }
  .bots-container .bot-start-investment-amount-input-container-currency.btc {
    color: #FFA600;
  }
  .bots-container .bot-start-investment-amount-input-container-currency.eth {
    color: #14C6CC;
  }
  .bots-container .bot-start-investment-amount-button-container {
    padding: 0.5rem;
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .bot-start-investment-amount-button-container-button {
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    color: grey;
    transition: all ease 0.4s;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 0.3rem 0;
  }
  .bots-container .bot-start-investment-amount-button-container-button:hover, .bots-container .bot-start-investment-amount-button-container-buttonfocus {
    border-color: #FFA600;
    color: #FFA600;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .bot-start-investment-amount-button-container-button:last-of-type {
    background-color: #FFA600;
    border-color: #1a1a1a;
    color: #242424;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
  }
}

.bots-container .bots-info-panel {
  background-color: #464646;
  padding: 1rem;
  border: 1px solid #3f3f3f;
  border-radius: 1rem;
  box-shadow: 0 0 4px 2px black;
  width: calc(100% - 30%);
  margin-left: 20px;
  position: relative;
  height: 580px;
}

.bots-container .bots-info-panel-border {
  background-color: #747474;
  box-shadow: inset 0 0 6px 2px black;
  border: 1px solid #3f3f3f;
  border-radius: 0.5rem 0.5rem 0 0;
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}

.bots-container .bots-info-panel-border-title-container {
  margin: 0 0 0 0;
  color: #d2d2d2;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.bots-container .bots-info-panel-border-title-container h2 {
  border-radius: 0.2rem;
  padding: 1rem;
  font-size: 1.1rem;
  margin: 0;
  cursor: pointer !important;
  transition: all ease 0.4s;
  width: calc(100% / 3);
}

.bots-container .bots-info-panel-border-title-container h2:hover {
  background-color: rgba(69, 69, 69, 0.19);
  transition: all ease 0.4s;
  cursor: pointer !important;
}

.bots-container .bots-info-panel-border-title-container h2:nth-child(1) {
  border-right: 1px dashed #3f3f3f;
}

.bots-container .bots-info-panel-border-title-container h2:nth-child(2) {
  border-right: 1px dashed #3f3f3f;
}

.bots-container .bots-info-panel-border-title-container h2.selected {
  color: #FFA600;
  background-color: rgba(40, 40, 40, 0.38);
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-border-title-container h2 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-border-title-container h2 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-border-title-container h2 {
    font-size: 1rem;
  }
}

.bots-container .bots-info-panel-content {
  border: 1px solid #3f3f3f;
  border-radius: 0 0 0.5rem 0.5rem;
  width: 100%;
  height: 90%;
  position: relative;
  background-color: #747474;
  box-shadow: inset 0 0 6px 2px black;
}

.bots-container .bots-info-panel-content-tools {
  border: 1px solid #3f3f3f;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: #343434;
  height: 10%;
}

.bots-container .bots-info-panel-content-tools-toolbar-list {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .bots-info-panel-content-tools-toolbar-list span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  padding: 0.5rem;
  color: #686868;
  background-color: #343434;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

.bots-container .bots-info-panel-content-tools-toolbar-list span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  color: #b8b8b8;
  background-color: rgba(43, 43, 43, 0.72);
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-tools-toolbar-list span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-tools-toolbar-list span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-tools-toolbar-list span {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-tools-toolbar-statistic {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .bots-info-panel-content-tools-toolbar-statistic span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  color: #686868;
  background-color: #343434;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-tools-toolbar-statistic span img {
    height: 70%;
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .bots-container .bots-info-panel-content-tools-toolbar-statistic span img {
    height: 80%;
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .bots-container .bots-info-panel-content-tools-toolbar-statistic span img {
    height: 80%;
    width: 80%;
  }
}

.bots-container .bots-info-panel-content-tools-toolbar-statistic span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  background-color: rgba(43, 43, 43, 0.72);
  color: #b8b8b8;
}

.bots-container .bots-info-panel-content-tools-toolbar-history {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .bots-info-panel-content-tools-toolbar-history span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  padding: 0.5rem;
  color: #686868;
  background-color: #343434;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

.bots-container .bots-info-panel-content-tools-toolbar-history span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  color: #b8b8b8;
  background-color: rgba(43, 43, 43, 0.72);
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-tools-toolbar-history span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-tools-toolbar-history span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-tools-toolbar-history span {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box {
  height: 90%;
  margin: 0;
  border: 1px solid #3f3f3f;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #2e2e2e;
  position: relative;
}

.bots-container .bots-info-panel-content-box-container-list {
  width: 100%;
  height: 100%;
  margin: 0;
  /*panel content*/
}

.bots-container .bots-info-panel-content-box-container-list-header {
  width: 100%;
  height: 60px;
  border-bottom: 3px double #3f3f3f;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 1px 6px -2px black;
  position: relative;
  z-index: 3;
  font-size: 0.9rem;
  background-color: #2e2e2e;
  /*canvas content*/
}

.bots-container .bots-info-panel-content-box-container-list-header span {
  width: calc(100% / 8);
  height: 100%;
  transition: all ease 0.5s;
  color: #979797;
  text-align: center;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #585858;
  word-break: break-all !important;
}

.bots-container .bots-info-panel-content-box-container-list-header span:nth-of-type(6), .bots-container .bots-info-panel-content-box-container-list-header span:nth-of-type(7), .bots-container .bots-info-panel-content-box-container-list-header span:nth-of-type(8) {
  border-right: none;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-list-header {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-list-header {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-list-header {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box-container-list-items {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  background-color: #c7c7c7;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.8rem;
}

.bots-container .bots-info-panel-content-box-container-list-items::-webkit-scrollbar {
  display: none;
}

.bots-container .bots-info-panel-content-box-container-list-items-item {
  width: 100%;
  height: 10%;
  border-bottom: 1px dotted #979797;
  display: flex;
  justify-content: space-around;
  /*item buttons*/
}

.bots-container .bots-info-panel-content-box-container-list-items-item span {
  width: calc(100% / 8);
  height: 100%;
  transition: all ease 0.5s;
  color: #4b4b4b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbbbbb;
  text-align: center;
  word-break: break-all !important;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(3).completed {
  color: #ff0000;
  animation-name: completed;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 0.7s;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
  width: 90%;
  height: 90%;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span:nth-of-type(1) {
  background-color: rgba(29, 29, 29, 0.51);
  color: #d5d5d5;
  transition: ease all 0.3s;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span:nth-of-type(1):hover {
  background-color: rgba(29, 29, 29, 0.84);
  transition: ease all 0.3s;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span {
  width: 90%;
  height: 90%;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span:nth-of-type(1) {
  background-color: rgba(29, 29, 29, 0.51);
  color: #d5d5d5;
  transition: ease all 0.3s;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span:nth-of-type(1).completed {
  color: #ffa000;
  font-weight: bold;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span:nth-of-type(1):hover {
  background-color: rgba(29, 29, 29, 0.84);
  transition: ease all 0.3s;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(7) > span {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span {
  width: 90%;
  height: 90%;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span:nth-of-type(1) {
  background-color: rgba(253, 51, 51, 0.54);
  color: #d5d5d5;
  transition: ease all 0.3s;
}

.bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span:nth-of-type(1):hover {
  background-color: rgba(253, 51, 51, 0.87);
  transition: ease all 0.3s;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item span:nth-of-type(8) > span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-list-items-item {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box-container-statistic {
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.8rem);
  margin: 0.2rem;
  /*panel content*/
}

.bots-container .bots-info-panel-content-box-container-statistic-canvas {
  /*canvas content*/
}

.bots-container .bots-info-panel-content-box-container-history {
  width: 100%;
  height: 100%;
  margin: 0;
  /*panel content*/
  /*panel content*/
}

.bots-container .bots-info-panel-content-box-container-history-header {
  width: 100%;
  height: 60px;
  border-bottom: 3px double #3f3f3f;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 1px 6px -2px black;
  position: relative;
  z-index: 3;
  font-size: 0.9rem;
  background-color: #2e2e2e;
  /*canvas content*/
}

.bots-container .bots-info-panel-content-box-container-history-header span {
  width: calc(100% / 6);
  height: 100%;
  transition: all ease 0.5s;
  color: #979797;
  text-align: center;
  padding: 0.5rem;
  border-right: 1px solid #585858;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  word-break: break-all !important;
}

.bots-container .bots-info-panel-content-box-container-history-header span:last-of-type {
  border-right: none;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-history-header {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-history-header {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-history-header {
    font-size: 0.8rem;
  }
}

.bots-container .bots-info-panel-content-box-container-history-items {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  background-color: #c7c7c7;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.8rem;
}

.bots-container .bots-info-panel-content-box-container-history-items::-webkit-scrollbar {
  display: none;
}

.bots-container .bots-info-panel-content-box-container-history-items-item {
  width: 100%;
  height: 10%;
  border-bottom: 1px dotted #979797;
  display: flex;
  justify-content: space-around;
  word-break: break-all !important;
}

.bots-container .bots-info-panel-content-box-container-history-items-item span {
  width: calc(100% / 6);
  height: 100%;
  transition: all ease 0.5s;
  color: #4b4b4b;
  text-align: center;
  border-right: 1px solid #bbbbbb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bots-container .bots-info-panel-content-box-container-history-items-item span:nth-of-type(3) {
  color: #049004;
}

@media screen and (max-width: 480px) {
  .bots-container .bots-info-panel-content-box-container-history-items-item {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .bots-info-panel-content-box-container-history-items-item {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .bots-info-panel-content-box-container-history-items-item {
    font-size: 0.8rem;
  }
}

.bots-container .defi-start {
  background-color: #464646;
  padding: 1rem;
  border: 1px solid #3f3f3f;
  border-radius: 1rem;
  box-shadow: 0 0 4px 2px black;
  width: 270px;
  position: relative;
}

.bots-container .defi-start .info_0, .bots-container .defi-start .info_1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 100;
  border-radius: 1rem;
  background-color: #464646;
}

.bots-container .defi-start .info_0-header, .bots-container .defi-start .info_1-header {
  width: 100%;
  height: 30px;
  position: relative;
  border-bottom: dimgrey 1px solid;
}

.bots-container .defi-start .info_0-header-close_button, .bots-container .defi-start .info_1-header-close_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 0;
  cursor: pointer;
  margin: 5px;
  border-radius: 1rem;
}

.bots-container .defi-start .info_0-header-close_button:before, .bots-container .defi-start .info_1-header-close_button:before {
  content: '';
  width: 2px;
  height: 20px;
  border-left: 4px double #929292;
  position: absolute;
  left: 45%;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

.bots-container .defi-start .info_0-header-close_button:after, .bots-container .defi-start .info_1-header-close_button:after {
  content: '';
  width: 2px;
  height: 20px;
  border-left: 4px double #929292;
  position: absolute;
  left: 45%;
  transform: rotate(45deg);
  transition: all ease 0.3s;
}

.bots-container .defi-start .info_0-header-close_button:hover:before, .bots-container .defi-start .info_1-header-close_button:hover:before {
  width: 4px;
  border-left: 4px solid #fd3333;
  transition: all ease 0.3s;
}

.bots-container .defi-start .info_0-header-close_button:hover:after, .bots-container .defi-start .info_1-header-close_button:hover:after {
  width: 4px;
  border-left: 4px solid #fd3333;
  transition: all ease 0.3s;
}

.bots-container .defi-start .info_0-content-container, .bots-container .defi-start .info_1-content-container {
  position: absolute;
  height: calc(100% - 30px);
  width: 100%;
  border-radius: 0 0 1rem 1rem;
}

.bots-container .defi-start .info_0-content-container-title, .bots-container .defi-start .info_1-content-container-title {
  width: 100%;
  height: 40px;
  margin: 0;
  padding: 0.5rem;
  font-weight: bold;
  font-size: 1.2rem;
  color: #aaaaaa;
  text-shadow: 1px 1px 0px black;
}

.bots-container .defi-start .info_0-content-container-content, .bots-container .defi-start .info_1-content-container-content {
  width: 100%;
  height: calc(100% - 40px);
  margin: 0;
  border-radius: 0 0 1rem 1rem;
  padding: 0.5rem;
  color: #aaaaaa;
  font-size: 0.9rem;
  line-height: 1.3rem;
}

.bots-container .defi-start .info_0-content-container-content .info-span-defi, .bots-container .defi-start .info_1-content-container-content .info-span-defi {
  color: #fd3333;
}

.bots-container .defi-start .info_0-content-container-content .info-span-ethereum, .bots-container .defi-start .info_1-content-container-content .info-span-ethereum {
  color: #14C6CC;
}

.bots-container .defi-start .info_0-content-container-content .info-span-dai, .bots-container .defi-start .info_1-content-container-content .info-span-dai {
  color: #fdfdfd;
}

.bots-container .defi-start .deactivated {
  color: #525252;
  cursor: not-allowed;
  border-color: #525252;
}

.bots-container .defi-start .deactivated:hover, .bots-container .defi-start .deactivated:focus {
  color: #525252;
  cursor: not-allowed;
  border-color: #525252;
  box-shadow: none;
}

.bots-container .defi-start-title {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 0 30px 0;
  color: #aaaaaa;
}

.bots-container .defi-start-title > span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #fd3333;
}

.bots-container .defi-start-strategy-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .defi-start-strategy-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .defi-start-strategy-button-container-info {
  color: #828282;
  display: block;
  font-size: 0.8rem;
  margin: 2px auto;
  text-align: left;
  height: 21px;
  cursor: pointer;
}

.bots-container .defi-start-strategy-button-container-info:hover, .bots-container .defi-start-strategy-button-container-info:focus {
  color: #fd3333;
  text-decoration: underline;
}

.bots-container .defi-start-strategy-button-container-button {
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .defi-start-strategy-button-container-button:hover, .bots-container .defi-start-strategy-button-container-buttonfocus {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-title {
  font-weight: normal;
  font-size: 1.2rem;
  margin: 0 0 30px 0;
  color: #aaaaaa;
}

.bots-container .defi-start-title > span {
  font-weight: bold;
  font-size: 1.3rem;
  color: #fd3333;
}

.bots-container .defi-start-investment-type-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .defi-start-investment-type-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .defi-start-investment-type-button-container-button {
  width: 45%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
  position: relative;
}

.bots-container .defi-start-investment-type-button-container-button:hover, .bots-container .defi-start-investment-type-button-container-buttonfocus {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-type-button-container-button:first-of-type:after {
  content: '';
  background: url(../media/icons/Bitcoin.png) no-repeat;
  position: absolute;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin: 4px;
  right: 0;
  top: 0;
}

.bots-container .defi-start-investment-type-button-container-button:last-of-type:after {
  content: '';
  background: url(../media/icons/Etherum.png) no-repeat;
  position: absolute;
  background-size: 14px 14px;
  width: 14px;
  height: 14px;
  margin: 4px;
  right: 0;
  top: 0;
}

.bots-container .defi-start-investment-period-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .defi-start-investment-period-button-container {
  display: flex;
  justify-content: space-between;
}

.bots-container .defi-start-investment-period-button-container-button {
  text-align: center;
  width: 19%;
  display: inline-block;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-period-button-container-button:hover, .bots-container .defi-start-investment-period-button-container-buttonfocus {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-percent-from-balance-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .defi-start-investment-percent-from-balance-button-container {
  display: flex;
  justify-content: space-between;
  /*range*/
}

.bots-container .defi-start-investment-percent-from-balance-button-container-button {
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  font-size: 0.8rem;
  color: grey;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-percent-from-balance-button-container-button:hover, .bots-container .defi-start-investment-percent-from-balance-button-container-buttonfocus {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap {
  height: 25px;
  position: relative;
  margin: 0 auto 1.2rem;
  width: 100%;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap #background-track {
  width: 0px;
  height: 18px;
  background-color: #fd3333;
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: inset 0 0 4px 3px black;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range {
  -webkit-appearance: none;
  border-radius: 20px;
  outline: none;
  padding: 0;
  margin: 0;
  box-shadow: inset 0 0 4px 3px black;
  cursor: pointer;
  width: 100%;
  height: 18px;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid grey;
  background: #fd3333;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb:hover {
  background: #fd3333;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-webkit-slider-thumb {
  background: #fd3333;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb {
  box-shadow: 0 0 3px 2px black;
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: grey;
  cursor: pointer;
  transition: background .15s ease-in-out;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb:hover {
  background: #fd3333;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-moz-range-thumb {
  background: #fd3333;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .bubble {
  border: 1px solid #fd3333;
  box-shadow: 0 0 2px 2px black;
  color: #fd3333;
  padding: 1px 1px;
  width: 45px;
  text-align: center;
  position: absolute;
  border-radius: 4px;
  top: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 100;
}

.bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .bubble:after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  top: -8px;
  left: 35%;
  border-top: 0px solid transparent;
  border-bottom: 8px solid #fd3333;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  z-index: 1;
}

.bots-container .defi-start-investment-amount-title {
  color: #aaaaaa;
  font-weight: bold;
}

.bots-container .defi-start-investment-amount-input-container {
  position: relative;
  width: 100%;
}

.bots-container .defi-start-investment-amount-input-container-input {
  padding: 0.3rem 2.5rem 0.3rem 2.5rem;
  border: 1px solid grey;
  border-radius: 0.3rem;
  width: 100%;
  margin: 0 auto 20px auto;
  color: grey;
  text-align: right;
  position: relative;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}

.bots-container .defi-start-investment-amount-input-container-input:hover, .bots-container .defi-start-investment-amount-input-container-inputfocus {
  border-color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-outer-spin-button, .bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.bots-container .defi-start-investment-amount-input-container-input[type=number][type=number] {
  -moz-appearance: textfield;
}

.bots-container .defi-start-investment-amount-input-container-value {
  display: block;
  padding: 0.4rem;
  position: absolute;
  color: #bababa;
  z-index: 3;
  left: 0;
}

.bots-container .defi-start-investment-amount-input-container-currency {
  padding: 0.38rem;
  position: absolute;
  font-weight: bold;
  z-index: 3;
  right: 0;
  transition: 0.5s ease color;
}

.bots-container .defi-start-investment-amount-input-container-currency.btc {
  color: #FFA600;
}

.bots-container .defi-start-investment-amount-input-container-currency.eth {
  color: #14C6CC;
}

.bots-container .defi-start-investment-amount-button-container {
  padding: 0.5rem;
}

.bots-container .defi-start-investment-amount-button-container-button {
  display: block;
  width: 100%;
  cursor: pointer;
  border: 1px solid grey;
  background-color: transparent;
  padding: 0.3rem;
  border-radius: 0.3rem;
  color: grey;
  transition: all ease 0.4s;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
  margin: 0.3rem 0;
}

.bots-container .defi-start-investment-amount-button-container-button:hover, .bots-container .defi-start-investment-amount-button-container-buttonfocus {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

.bots-container .defi-start-investment-amount-button-container-button:last-of-type {
  background-color: #fd3333;
  border-color: #1a1a1a;
  color: #242424;
  font-weight: bold;
  font-size: 1rem;
  text-align: center;
}

.bots-container .defi-start-form .selected {
  border-color: #fd3333;
  color: #fd3333;
  box-shadow: 0 0 2px 2px black;
  transition: all ease 0.4s;
}

@media screen and (min-width: 515px) and (max-width: 830px) {
  .bots-container .defi-start-form {
    display: flex;
    flex-wrap: wrap;
  }
  .bots-container .defi-start-title {
    font-weight: normal;
    font-size: 1.2rem;
    margin: 0 0 30px 0;
    color: #aaaaaa;
  }
  .bots-container .defi-start-title > span {
    font-weight: bold;
    font-size: 1.3rem;
    color: #fd3333;
  }
  .bots-container .defi-start-strategy {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .defi-start-investment-type {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .defi-start-investment-type-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .defi-start-investment-type-button-container {
    display: flex;
    justify-content: space-between;
  }
  .bots-container .defi-start-investment-type-button-container-button {
    width: 45%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
    position: relative;
  }
  .bots-container .defi-start-investment-type-button-container-button:hover, .bots-container .defi-start-investment-type-button-container-buttonfocus {
    border-color: #fd3333;
    color: #fd3333;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-type-button-container-button:first-of-type:after {
    content: '';
    background: url(../media/icons/Bitcoin.png) no-repeat;
    position: absolute;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin: 4px;
    right: 0;
    top: 0;
  }
  .bots-container .defi-start-investment-type-button-container-button:last-of-type:after {
    content: '';
    background: url(../media/icons/Etherum.png) no-repeat;
    position: absolute;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    margin: 4px;
    right: 0;
    top: 0;
  }
  .bots-container .defi-start-investment-period {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .defi-start-investment-period-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .defi-start-investment-period-button-container {
    display: flex;
    justify-content: space-between;
  }
  .bots-container .defi-start-investment-period-button-container-button {
    text-align: center;
    width: 19%;
    display: inline-block;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-period-button-container-button:hover, .bots-container .defi-start-investment-period-button-container-buttonfocus {
    border-color: #fd3333;
    color: #fd3333;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-percent-from-balance {
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .defi-start-investment-percent-from-balance-title {
    color: #aaaaaa;
    font-weight: bold;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container {
    display: flex;
    justify-content: space-between;
    /*range*/
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container-button {
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    font-size: 0.8rem;
    color: grey;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container-button:hover, .bots-container .defi-start-investment-percent-from-balance-button-container-buttonfocus {
    border-color: #fd3333;
    color: #fd3333;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap {
    height: 25px;
    position: relative;
    margin: 0 auto 1.2rem;
    width: 100%;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap #background-track {
    width: 0px;
    height: 18px;
    background-color: #fd3333;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 0.5rem 0 0 0.5rem;
    box-shadow: inset 0 0 4px 3px black;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range {
    -webkit-appearance: none;
    border-radius: 20px;
    outline: none;
    padding: 0;
    margin: 0;
    box-shadow: inset 0 0 4px 3px black;
    cursor: pointer;
    width: 100%;
    height: 18px;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb {
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 1px solid grey;
    background: #fd3333;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-webkit-slider-thumb:hover {
    background: #fd3333;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-webkit-slider-thumb {
    background: #fd3333;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb {
    box-shadow: 0 0 3px 2px black;
    width: 18px;
    height: 18px;
    border: 0;
    border-radius: 50%;
    background: grey;
    cursor: pointer;
    transition: background .15s ease-in-out;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range::-moz-range-thumb:hover {
    background: #fd3333;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .range:active::-moz-range-thumb {
    background: #fd3333;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .bubble {
    border: 1px solid #fd3333;
    box-shadow: 0 0 2px 2px black;
    color: #fd3333;
    padding: 1px 1px;
    width: 45px;
    text-align: center;
    position: absolute;
    border-radius: 4px;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
  }
  .bots-container .defi-start-investment-percent-from-balance-button-container > .range-wrap .bubble:after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: -8px;
    left: 35%;
    border-top: 0px solid transparent;
    border-bottom: 8px solid #fd3333;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    z-index: 1;
  }
  .bots-container .defi-start-investment-amount {
    width: 100%;
    display: flex;
  }
  .bots-container .defi-start-investment-amount-title {
    color: #aaaaaa;
    font-weight: bold;
    margin-top: 0;
  }
  .bots-container .defi-start-investment-amount-input-container {
    margin: 0 auto;
    position: relative;
    justify-content: center;
    width: 40%;
  }
  .bots-container .defi-start-investment-amount-input-container-input {
    padding: 0.3rem 2.5rem 0.3rem 2.5rem;
    border: 1px solid grey;
    border-radius: 0.3rem;
    width: 100%;
    height: 40px;
    margin: 0;
    color: grey;
    text-align: right;
    position: absolute;
    /* Chrome, Safari, Edge, Opera */
    /* Firefox */
  }
  .bots-container .defi-start-investment-amount-input-container-input:hover, .bots-container .defi-start-investment-amount-input-container-inputfocus {
    border-color: #fd3333;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
  }
  .bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-outer-spin-button, .bots-container .defi-start-investment-amount-input-container-input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
  }
  .bots-container .defi-start-investment-amount-input-container-input[type=number][type=number] {
    -moz-appearance: textfield;
  }
  .bots-container .defi-start-investment-amount-input-container-value {
    display: block;
    padding: 0.7rem;
    position: absolute;
    color: #bababa;
    z-index: 3;
    left: 0;
    height: 40px;
  }
  .bots-container .defi-start-investment-amount-input-container-currency {
    display: block;
    padding: 0.7rem 0.38rem;
    position: absolute;
    font-weight: bold;
    z-index: 3;
    height: 40px;
    right: 0;
    transition: 0.5s ease color;
  }
  .bots-container .defi-start-investment-amount-input-container-currency.btc {
    color: #FFA600;
  }
  .bots-container .defi-start-investment-amount-input-container-currency.eth {
    color: #14C6CC;
  }
  .bots-container .defi-start-investment-amount-button-container {
    padding: 0.5rem;
    width: 40%;
    margin: 0 auto;
  }
  .bots-container .defi-start-investment-amount-button-container-button {
    display: block;
    width: 100%;
    cursor: pointer;
    border: 1px solid grey;
    background-color: transparent;
    padding: 0.3rem;
    border-radius: 0.3rem;
    color: grey;
    transition: all ease 0.4s;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
    margin: 0.3rem 0;
  }
  .bots-container .defi-start-investment-amount-button-container-button:hover, .bots-container .defi-start-investment-amount-button-container-buttonfocus {
    border-color: #fd3333;
    color: #fd3333;
    box-shadow: 0 0 2px 2px black;
    transition: all ease 0.4s;
  }
  .bots-container .defi-start-investment-amount-button-container-button:last-of-type {
    background-color: #fd3333;
    border-color: #1a1a1a;
    color: #242424;
    font-weight: bold;
    font-size: 1rem;
    text-align: center;
  }
}

.bots-container .defi-info-panel {
  background-color: #464646;
  padding: 1rem;
  border: 1px solid #3f3f3f;
  border-radius: 1rem;
  box-shadow: 0 0 4px 2px black;
  width: calc(100% - 30%);
  margin-left: 20px;
  position: relative;
  height: 580px;
}

.bots-container .defi-info-panel-border {
  background-color: #747474;
  box-shadow: inset 0 0 6px 2px black;
  border: 1px solid #3f3f3f;
  border-radius: 0.5rem 0.5rem 0 0;
  bottom: 0;
  left: 0;
  width: 100%;
  position: relative;
}

.bots-container .defi-info-panel-border-title-container {
  margin: 0 0 0 0;
  color: #d2d2d2;
  text-align: center;
  display: flex;
  justify-content: space-around;
}

.bots-container .defi-info-panel-border-title-container h2 {
  border-radius: 0.2rem;
  padding: 1rem;
  font-size: 1.1rem;
  margin: 0;
  cursor: pointer !important;
  transition: all ease 0.4s;
  width: calc(100% / 3);
}

.bots-container .defi-info-panel-border-title-container h2:hover {
  background-color: rgba(69, 69, 69, 0.19);
  transition: all ease 0.4s;
  cursor: pointer !important;
}

.bots-container .defi-info-panel-border-title-container h2:nth-child(1) {
  border-right: 1px dashed #3f3f3f;
}

.bots-container .defi-info-panel-border-title-container h2:nth-child(2) {
  border-right: 1px dashed #3f3f3f;
}

.bots-container .defi-info-panel-border-title-container h2.selected {
  color: #fd3333;
  background-color: rgba(40, 40, 40, 0.38);
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-border-title-container h2 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-border-title-container h2 {
    font-size: 0.8rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-border-title-container h2 {
    font-size: 1rem;
  }
}

.bots-container .defi-info-panel-content {
  border: 1px solid #3f3f3f;
  border-radius: 0 0 0.5rem 0.5rem;
  width: 100%;
  height: 90%;
  position: relative;
  background-color: #747474;
  box-shadow: inset 0 0 6px 2px black;
}

.bots-container .defi-info-panel-content-tools {
  border: 1px solid #3f3f3f;
  margin: 0;
  display: flex;
  justify-content: space-between;
  background-color: #343434;
  height: 10%;
}

.bots-container .defi-info-panel-content-tools-toolbar-list {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .defi-info-panel-content-tools-toolbar-list span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  padding: 0.5rem;
  color: #686868;
  background-color: #343434;
  display: flex;
  align-items: center;
  margin: 0 auto;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

.bots-container .defi-info-panel-content-tools-toolbar-list span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  color: #b8b8b8;
  background-color: rgba(43, 43, 43, 0.72);
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-tools-toolbar-list span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-tools-toolbar-list span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-tools-toolbar-list span {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-tools-toolbar-statistic {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .defi-info-panel-content-tools-toolbar-statistic span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  color: #686868;
  background-color: #343434;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-tools-toolbar-statistic span img {
    height: 70%;
    width: 100%;
  }
}

@media screen and (min-width: 480px) and (max-width: 960px) {
  .bots-container .defi-info-panel-content-tools-toolbar-statistic span img {
    height: 80%;
    width: 80%;
  }
}

@media screen and (min-width: 960px) {
  .bots-container .defi-info-panel-content-tools-toolbar-statistic span img {
    height: 80%;
    width: 80%;
  }
}

.bots-container .defi-info-panel-content-tools-toolbar-statistic span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  background-color: rgba(43, 43, 43, 0.72);
  color: #b8b8b8;
}

.bots-container .defi-info-panel-content-tools-toolbar-history {
  width: calc(100% - 0.4rem);
  margin: 0.3rem;
  display: flex;
  justify-content: space-around;
  background-color: #343434;
  /*panel tools*/
}

.bots-container .defi-info-panel-content-tools-toolbar-history span {
  width: calc(98% / 5);
  height: 100%;
  border: 1px solid #585858;
  transition: all ease 0.5s;
  text-align: center;
  padding: 0.5rem;
  color: #686868;
  background-color: #343434;
  align-items: center;
  display: flex;
  justify-content: center;
  cursor: pointer !important;
  font-size: 0.9rem;
}

.bots-container .defi-info-panel-content-tools-toolbar-history span:hover {
  border: 1px solid #585858;
  cursor: pointer !important;
  transition: all ease 0.5s;
  color: #b8b8b8;
  background-color: rgba(43, 43, 43, 0.72);
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-tools-toolbar-history span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-tools-toolbar-history span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-tools-toolbar-history span {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-box {
  height: 90%;
  margin: 0;
  border: 1px solid #3f3f3f;
  border-radius: 0 0 0.5rem 0.5rem;
  background-color: #2e2e2e;
  position: relative;
}

.bots-container .defi-info-panel-content-box-container-list {
  width: 100%;
  height: 100%;
  margin: 0;
  /*panel content*/
}

.bots-container .defi-info-panel-content-box-container-list-header {
  width: 100%;
  height: 60px;
  border-bottom: 3px double #3f3f3f;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 1px 6px -2px black;
  position: relative;
  z-index: 3;
  font-size: 0.9rem;
  background-color: #2e2e2e;
  /*canvas content*/
}

.bots-container .defi-info-panel-content-box-container-list-header span {
  width: calc(100% / 5);
  height: 100%;
  transition: all ease 0.5s;
  color: #979797;
  text-align: center;
  padding: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #585858;
  word-break: break-all !important;
}

.bots-container .defi-info-panel-content-box-container-list-header span:nth-of-type(6), .bots-container .defi-info-panel-content-box-container-list-header span:nth-of-type(7), .bots-container .defi-info-panel-content-box-container-list-header span:nth-of-type(8) {
  border-right: none;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-list-header {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-list-header {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-list-header {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-box-container-list-items {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  background-color: #c7c7c7;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.8rem;
}

.bots-container .defi-info-panel-content-box-container-list-items::-webkit-scrollbar {
  display: none;
}

.bots-container .defi-info-panel-content-box-container-list-items-item {
  width: 100%;
  height: 10%;
  border-bottom: 1px dotted #979797;
  display: flex;
  justify-content: space-around;
  word-break: break-all !important;
  /*item buttons*/
}

.bots-container .defi-info-panel-content-box-container-list-items-item span {
  width: calc(100% / 5);
  height: 100%;
  transition: all ease 0.5s;
  color: #4b4b4b;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #bbbbbb;
  text-align: center;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(2).completed {
  color: #ff0000;
  animation-name: completed;
  animation-iteration-count: infinite;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  animation-duration: 0.7s;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span {
  width: 90%;
  height: 90%;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span:nth-of-type(1) {
  background-color: rgba(29, 29, 29, 0.51);
  color: #d5d5d5;
  transition: ease all 0.3s;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span:nth-of-type(1):hover {
  background-color: rgba(29, 29, 29, 0.84);
  transition: ease all 0.3s;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(5) > span {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
  width: 90%;
  height: 90%;
  border-radius: 0.2rem;
  border: none;
  cursor: pointer;
  font-size: 0.8rem;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span:nth-of-type(1) {
  background-color: rgba(29, 29, 29, 0.51);
  color: #d5d5d5;
  transition: ease all 0.3s;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span:nth-of-type(1).completed {
  color: #ffa000;
  font-weight: bold;
}

.bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span:nth-of-type(1):hover {
  background-color: rgba(29, 29, 29, 0.84);
  transition: ease all 0.3s;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item span:nth-of-type(6) > span {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-list-items-item {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-box-container-statistic {
  width: calc(100% - 0.4rem);
  height: calc(100% - 0.8rem);
  margin: 0.2rem;
  /*panel content*/
}

.bots-container .defi-info-panel-content-box-container-statistic-canvas {
  /*canvas content*/
}

.bots-container .defi-info-panel-content-box-container-history {
  width: 100%;
  height: 100%;
  margin: 0;
  /*panel content*/
  /*panel content*/
}

.bots-container .defi-info-panel-content-box-container-history-header {
  width: 100%;
  height: 60px;
  border-bottom: 3px double #3f3f3f;
  display: flex;
  justify-content: space-around;
  box-shadow: 0px 1px 6px -2px black;
  position: relative;
  z-index: 3;
  font-size: 0.9rem;
  background-color: #2e2e2e;
  /*canvas content*/
}

.bots-container .defi-info-panel-content-box-container-history-header span {
  width: calc(100% / 5);
  height: 100%;
  transition: all ease 0.5s;
  color: #979797;
  text-align: center;
  padding: 0.5rem;
  border-right: 1px solid #585858;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  word-break: break-all !important;
}

.bots-container .defi-info-panel-content-box-container-history-header span:last-of-type {
  border-right: none;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-history-header {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-history-header {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-history-header {
    font-size: 0.8rem;
  }
}

.bots-container .defi-info-panel-content-box-container-history-items {
  width: 100%;
  height: calc(100% - 60px);
  overflow: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  background-color: #c7c7c7;
  border-radius: 0 0 0.3rem 0.3rem;
  font-size: 0.8rem;
}

.bots-container .defi-info-panel-content-box-container-history-items::-webkit-scrollbar {
  display: none;
}

.bots-container .defi-info-panel-content-box-container-history-items-item {
  width: 100%;
  height: 10%;
  border-bottom: 1px dotted #979797;
  display: flex;
  justify-content: space-around;
  word-break: break-all !important;
}

.bots-container .defi-info-panel-content-box-container-history-items-item span {
  width: calc(100% / 5);
  height: 100%;
  transition: all ease 0.5s;
  color: #4b4b4b;
  text-align: center;
  border-right: 1px solid #bbbbbb;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.bots-container .defi-info-panel-content-box-container-history-items-item span:nth-of-type(3) {
  color: #049004;
}

@media screen and (max-width: 480px) {
  .bots-container .defi-info-panel-content-box-container-history-items-item {
    font-size: 0.6rem;
  }
}

@media screen and (min-width: 480px) and (max-width: 690px) {
  .bots-container .defi-info-panel-content-box-container-history-items-item {
    font-size: 0.7rem;
  }
}

@media screen and (min-width: 690px) and (max-width: 830px) {
  .bots-container .defi-info-panel-content-box-container-history-items-item {
    font-size: 0.8rem;
  }
}

@media screen and (max-width: 480px) {
  .bots-container {
    flex-direction: column;
  }
  .bots-container .bot-start {
    width: 100%;
  }
  .bots-container .bots-info-panel {
    width: 100%;
  }
  .bots-container .defi-start {
    width: 100%;
  }
  .bots-container .defi-info-panel {
    width: 100%;
  }
}

@media screen and (max-width: 690px) {
  .bots-container {
    flex-direction: column;
  }
  .bots-container .bot-start {
    width: 100%;
    order: 2;
  }
  .bots-container .bots-info-panel {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .bots-container .defi-start {
    width: 100%;
    order: 2;
  }
  .bots-container .defi-info-panel {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
  }
}

@media screen and (max-width: 830px) {
  .bots-container {
    flex-direction: column;
  }
  .bots-container .bot-start {
    width: 100%;
    order: 2;
  }
  .bots-container .bots-info-panel {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .bots-container .defi-start {
    width: 100%;
    order: 2;
  }
  .bots-container .defi-info-panel {
    width: 100%;
    order: 1;
    margin-bottom: 20px;
    margin-left: 0;
  }
  .bots-container .form-error::before {
    top: 17px;
  }
}

::-moz-range-track {
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}

.form-error {
  position: relative;
}

.form-error::before {
  content: '\0026A0';
  color: #ff0909;
  display: block;
  position: absolute;
  top: 1px;
  left: -16px;
  font-size: 1rem;
  opacity: 0;
  transition: all ease 0.3s;
  animation-name: form-error;
  animation-timing-function: linear;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-duration: 0.7s;
}

@keyframes form-error {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}

@keyframes completed {
  0% {
    color: #ff0000;
  }
  50% {
    color: rgba(255, 0, 0, 0);
  }
}

.panel-container-terms {
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

.panel-container-terms-content:before {
  content: '';
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  box-shadow: 0px 2px 5px 0px black;
  border-radius: 0.3rem;
  background-color: #3b3b3b;
}

.panel-container-terms-content:after {
  content: '';
  width: 100%;
  height: 15px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  box-shadow: 0px -2px 5px 0px black;
  border-radius: 0.3rem;
  background-color: #3b3b3b;
}

.panel-container-terms-content {
  padding: 0.5rem;
  margin: 0;
  overflow: auto;
  height: 580px;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
}

.panel-container-terms-content::-webkit-scrollbar {
  display: none;
}

.panel-container-terms-content p {
  font-size: 0.8rem;
  color: #131313;
  text-shadow: #a5a5a5 0px 0px 1px;
  text-align: justify;
}

.panel-container-terms-content p #ethereum {
  color: #14C6CC;
  text-shadow: #000000 0px 0px 1px;
}

.panel-container-terms-content p #bitcoin {
  color: #ffaf02;
  text-shadow: #000000 0px 0px 1px;
}

.panel-container-terms-content p a {
  color: #ffaf02;
  text-shadow: none;
}

.panel-container-terms-content p:last-of-type {
  margin-bottom: 2rem;
}

.panel-container-terms-content h2 {
  font-size: 1.2rem;
  color: #212121;
  text-shadow: #a5a5a5 0px 1px 1px;
}

.panel-container-terms-content h2:first-of-type {
  margin-top: 2rem;
}

.footer-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
}

.footer-container-item {
  width: calc(100% / 3);
  position: relative;
  cursor: pointer;
  transition: all ease 0.5s;
  font-weight: bold;
  color: #000000;
  opacity: 1;
  text-decoration: none;
  text-decoration-color: white;
  padding: 0.5rem;
  text-align: center;
  cursor: pointer;
}

.footer-container-item:hover, .footer-container-item:focus {
  background-color: #3b3b3b;
  color: #929292;
  transition: all ease 0.5s;
  cursor: pointer;
}

.footer-container-item:before {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  position: absolute;
  opacity: 0.4;
  left: 50%;
  top: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}

.footer-container-item:after {
  content: '';
  width: 50%;
  height: 100%;
  background-color: #c9c9c96b;
  position: absolute;
  opacity: 0.4;
  right: 50%;
  top: 0;
  transition: all ease 0.5s;
  cursor: pointer;
}

.footer-container-item:hover::after, .footer-container-item:focus::after {
  content: '';
  width: 0%;
  height: 100%;
  background-color: #c9c9c96b;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 1;
  right: 0;
  top: 0;
  cursor: pointer;
}

.footer-container-item:hover::before, .footer-container-item:focus::before {
  content: '';
  width: 0%;
  height: 100%;
  background-color: #c9c9c96b;
  transition: all ease 0.5s;
  position: absolute;
  opacity: 1;
  left: 0;
  top: 0;
  cursor: pointer;
}

.copyright-container {
  display: flex;
  justify-content: space-around;
  width: 100%;
  background-color: #2e2e2e;
}

.copyright-container-copyright {
  width: 100%;
  color: #c9c9c96b;
  font-size: 0.8rem;
  margin-top: 1rem;
}

#diagram-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 5%;
  position: relative;
}

.diagram-container {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.diagram-container-lineal {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #2e2e2e;
  /*background-color: #181818;*/
}

.diagram-container-lineal-svg {
  height: 100%;
  position: absolute;
  width: 100%;
}

#inner-border,
#diagram-cursor,
#x-axis,
#y-axis,
#center-point,
#diagram-cursor-top-line,
#diagram-cursor-right-line,
#diagram-cursor-left-line,
#diagram-cursor-bottom-line,
#diagram-cursor-dialog-background,
#diagram-cursor-dialog-foreground,
#diagram-cursor-dialog-text-line1,
#diagram-cursor-dialog-text-line1,
.x-axis-point,
#center_point {
  cursor: none !important;
}

#diagram-cursor-dialog-background,
#diagram-cursor-dialog-foreground,
#diagram-cursor-dialog-text-line1,
#diagram-cursor-dialog-text-line1,
#center_point,
#diagram-joystick-center {
  transition: linear fill-opacity 0.1s;
  user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  cursor: none !important;
}

.y-axis-point, .x-axis-point {
  /*transition: linear all 0.2s;*/
}

/*#diagram-cursor{*/
/*    stroke: #ffa600;*/
/*    stroke-width: 1;*/
/*}*/
/*event.target.setAttribute('stroke','black');*/
/*event.target.setAttribute('stroke-width','3');*/
.y-axis-point-text, .x-axis-point-text {
  /*transition: linear all 0.2s;*/
  /*fill: #baacac;*/
}

.joystick-button-back,
.joystick-button-front {
  filter: url(#shadow2);
  user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  cursor: pointer !important;
}

.joystick-button:hover {
  /*fill:white !important;*/
}

.joystick-button-arrow {
  filter: url(#shadow2);
  user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  cursor: pointer !important;
  transition: linear all 0.1s;
}

#diagram-cursor-dialog-background {
  filter: url(#shadow2);
  user-select: none !important;
  -moz-user-select: none !important;
  -ms-user-select: none !important;
  -webkit-user-select: none !important;
  cursor: pointer !important;
}

.login-register-page {
  margin: 0 auto;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 360px;
}

.login-register-page-logo {
  width: 200px;
  height: 200px;
  margin: 4rem auto;
  position: relative;
}

.login-register-page-logo-Cyber {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  animation-name: cyber;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}

.login-register-page-logo-Crypto {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  animation-name: crypto;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1s;
}

.login-register-page-logo-Trade {
  margin: 0;
  padding: 0;
  width: 30%;
  height: 30%;
  position: absolute;
  left: 49%;
  top: 35%;
  animation-name: trade;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in;
  animation-duration: 5s;
}

@media screen and (max-width: 480px) {
  .login-register-page-logo {
    width: 100px;
    height: 100px;
    margin: 1rem auto;
  }
}

.login-register-page-login-form-container {
  background-color: #505050;
  width: 200px;
  padding: 1rem;
  margin: 5rem auto 5rem auto;
  border-radius: 1rem;
  position: relative;
}

.login-register-page-login-form-container form {
  margin-bottom: 0;
}

.login-register-page-login-form-container:before {
  content: 'Login';
  font-weight: bold;
  font-size: 0.8rem;
  width: 60px;
  height: 20px;
  display: block;
  background-color: #00FFEA;
  color: #1f1f1f;
  position: absolute;
  top: -20px;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
  line-height: 20px;
}

.login-register-page-login-form-container label[for='username'] {
  padding: 0.5rem 0.5rem 0.5rem 0;
  display: block;
}

.login-register-page-login-form-container label[for='password'] {
  padding: 0.5rem 0.5rem 0.5rem 0;
  display: inline-block;
  width: 35%;
}

.login-register-page-login-form-container input[type='text'],
.login-register-page-login-form-container input[type='password'] {
  padding: 0.5rem;
  width: 100%;
  height: 30px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
}

.login-register-page-login-form-container #forget-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 0.7rem;
  padding: 0;
}

.login-register-page-login-form-container #forget-btn:hover, .login-register-page-login-form-container #forget-btn:focus {
  text-decoration: underline;
  cursor: pointer;
  box-shadow: none;
  color: #ff00bf;
}

.login-register-page-login-form-container #login-btn {
  display: block;
  margin: 1rem auto;
  width: 80%;
  background-color: #00FFA6;
  color: #383838;
  padding: 0.5rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.login-register-page-login-form-container #login-btn:hover, .login-register-page-login-form-container #login-btn:focus {
  transform: scale(1.2);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-login-form-container #register-btn {
  display: block;
  margin: 1rem auto;
  width: 50%;
  color: #383838;
  padding: 0.2rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-login-form-container #register-btn:hover, .login-register-page-login-form-container #register-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-login-form-container span {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.login-register-page-login-form-container label:hover {
  cursor: help;
}

.login-register-page-login-form-container label:not(#termOfUse-link)[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

.login-register-page-login-form-container label:not(#termOfUse-link)[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 30px;
  width: 170px;
  left: 0px;
  padding: 10px 4px 10px 8px;
  color: #909090;
  white-space: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #1a1a1a;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

.login-register-page-login-form-container label:not(#termOfUse-link)[data-title] {
  position: relative;
}

.login-register-page-login-form-container a#lost-activation-link {
  font-size: 0.5rem;
}

.login-register-page-login-form-container span#lost-activation-hint {
  font-size: 0.5rem;
  color: #ff7700;
}

.login-register-page-login-form-container span#lost-activation-hint:hover, .login-register-page-login-form-container span#lost-activation-hint:focus {
  text-decoration: underline;
  color: darkorange;
}

.login-register-page-register-form-container {
  /*flex-wrap: wrap;*/
  background-color: #505050;
  width: 360px;
  padding: 1rem;
  margin: 5rem 0 5rem 0;
  border-radius: 1rem;
  position: relative;
}

.login-register-page-register-form-container form {
  margin-bottom: 0;
}

.login-register-page-register-form-container:before {
  content: 'Register';
  font-weight: bold;
  font-size: 0.8rem;
  width: 60px;
  height: 20px;
  display: block;
  background-color: #00FFEA;
  color: #1f1f1f;
  position: absolute;
  top: -20px;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
  line-height: 20px;
}

.login-register-page-register-form-container input[type='text'],
.login-register-page-register-form-container input[type='password'],
.login-register-page-register-form-container input[type='date'] {
  padding: 0.3rem;
  height: 30px;
  width: 200px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
}

.login-register-page-register-form-container label[for='birthday'] > span {
  font-size: 0.6rem;
  color: #aaaaaa;
}

.login-register-page-register-form-container .birthday {
  width: calc(190px / 3) !important;
  text-align: center;
  font-weight: bold !important;
  color: #4c4c4c;
}

.login-register-page-register-form-container #year::placeholder,
.login-register-page-register-form-container #month::placeholder,
.login-register-page-register-form-container #day::placeholder {
  text-align: center;
  color: dimgrey;
  font-weight: normal;
}

.login-register-page-register-form-container select {
  padding: 0.3rem;
  height: 30px;
  width: 200px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
  color: #3e3e3e;
}

.login-register-page-register-form-container #dial-flag {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: absolute;
  border-radius: 0.5rem;
  box-shadow: 0 0  1px 1px #424242;
  z-index: 1;
  cursor: pointer;
  margin: 1px 0;
}

.login-register-page-register-form-container #dial-flag::after {
  content: attr(country_code);
  width: auto;
  height: 0.8rem;
  display: block;
  position: absolute;
  right: -33px;
  margin: 8px 0;
  font-size: 0.8rem;
  color: #999999;
}

.login-register-page-register-form-container .countries-container {
  width: 200px;
  height: 90px;
  background-color: white;
  position: absolute;
  right: 20px;
  border-radius: 0.3rem;
  padding: 4px 0;
  border: 1px solid #383838;
  display: none;
}

.login-register-page-register-form-container .countries-container-box {
  width: 200px;
  height: 100%;
  overflow-y: auto;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  padding: 4px 0;
}

.login-register-page-register-form-container .countries-container-box::-webkit-scrollbar {
  display: none;
}

.login-register-page-register-form-container .countries-container-box::after {
  content: '';
  width: 198px;
  height: 5px;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0.3rem 0.3rem 0 0;
  background-color: #ffffff;
  z-index: 1000;
}

.login-register-page-register-form-container .countries-container-box::before {
  content: '';
  width: 198px;
  height: 5px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 0 0 0.3rem 0.3rem;
  background-color: #ffffff;
  z-index: 1000;
}

.login-register-page-register-form-container .countries-container-box-item {
  width: 196px;
  height: 30px;
  position: relative;
  margin: 1px;
  border-radius: 0.4rem;
  border-color: #4e4e4e;
  border-bottom: 1px solid #efefef;
  border-top: none;
  border-right: none;
  border-left: none;
}

.login-register-page-register-form-container .countries-container-box-item:hover {
  background-color: #efefef;
  cursor: pointer;
}

.login-register-page-register-form-container .countries-container-box-item-flag {
  width: 40px;
  height: 30px;
  display: inline-block;
  position: relative;
  border-radius: 0.4rem;
}

.login-register-page-register-form-container .countries-container-box-item-flag::after {
  display: none;
}

.login-register-page-register-form-container .countries-container-box-item-name {
  position: absolute;
  font-size: 0.7rem;
  padding: 0.2rem;
  color: #6c6c6c;
  bottom: -3px;
}

.login-register-page-register-form-container .countries-container-box-item-code {
  position: absolute;
  right: 2px;
  font-size: 0.7rem;
  padding: 0.2rem;
  color: #6c6c6c;
}

.login-register-page-register-form-container input[id='mobile_number'] {
  width: 200px;
  padding: 0.3rem 0.3rem 0.3rem 80px;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  position: relative;
  color: #6c6c6c;
}

.login-register-page-register-form-container label:not(#termOfUse-link) {
  padding: 0.5rem 0.5rem 0.5rem 0;
  width: 120px;
  display: inline-block;
  margin: 1px 0;
}

.login-register-page-register-form-container label:not(#termOfUse-link)#aup-label {
  width: 100%;
  font-size: 0.8rem;
  display: block;
  padding: 0;
  cursor: pointer;
  user-select: none;
}

.login-register-page-register-form-container #login-btn {
  display: inline-block;
  margin: 0.5rem;
  width: 44%;
  color: #383838;
  padding: 0.5rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-register-form-container #login-btn:hover, .login-register-page-register-form-container #login-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-register-form-container #register-btn {
  display: inline-block;
  margin: 0.5rem;
  width: 44%;
  background-color: #00FFA6;
  color: #383838;
  padding: 0.5rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.login-register-page-register-form-container #register-btn:hover, .login-register-page-register-form-container #register-btn:focus {
  transform: scale(1.2);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-register-form-container #secret_question {
  width: 200px;
  height: 30px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
  color: darkorange;
  background-color: #2b2b2b;
}

.login-register-page-register-form-container #checkbox-container {
  margin: 1.2rem auto 10px auto;
  display: flex;
  position: relative;
  height: 15px;
  width: 100%;
  padding: 0;
  justify-content: center;
}

.login-register-page-register-form-container #labeled:first-child {
  display: none !important;
}

.login-register-page-register-form-container input[type='checkbox']:not(#termOfUse-activation) {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0 10px 0 0;
  width: 15px;
  height: 15px;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

.login-register-page-register-form-container input[type='checkbox']:checked:not(#termOfUse-activation) {
  background-color: #282626;
  position: relative;
}

.login-register-page-register-form-container input[type='checkbox']:checked:before {
  content: '';
  width: 6px;
  height: 10px;
  border-bottom: 2px solid #00ff73;
  border-right: 2px solid #00d763;
  transform: rotate(40deg);
  position: absolute;
  left: 3px;
  top: 0px;
  display: block;
}

.login-register-page-register-form-container label:hover {
  cursor: help;
}

.login-register-page-register-form-container label:not(#termOfUse-link)[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

.login-register-page-register-form-container label:not(#termOfUse-link)[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: -4px;
  width: 210px;
  left: 120px;
  padding: 10px 4px 10px 8px;
  color: #909090;
  white-space: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #1a1a1a;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

.login-register-page-register-form-container label:not(#termOfUse-link)[data-title] {
  position: relative;
}

.login-register-page-forget-password-form-container {
  background-color: #505050;
  width: 200px;
  padding: 1rem;
  margin: 5rem auto 5rem auto;
  border-radius: 1rem;
  position: relative;
}

.login-register-page-forget-password-form-container form {
  margin-bottom: 0;
}

.login-register-page-forget-password-form-container:before {
  content: 'forget password';
  font-weight: bold;
  font-size: 0.8rem;
  width: 110px;
  height: 20px;
  display: block;
  background-color: #00FFEA;
  color: #1f1f1f;
  position: absolute;
  top: -20px;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
  line-height: 20px;
}

.login-register-page-forget-password-form-container label {
  padding: 0.5rem 0.5rem 0.5rem 0;
  width: 160px;
  display: inline-block;
}

.login-register-page-forget-password-form-container label#aup-label {
  width: 100%;
  font-size: 0.8rem;
  display: block;
  padding: 0;
  cursor: pointer;
  user-select: none;
}

.login-register-page-forget-password-form-container input {
  padding: 0.3rem;
  height: 30px;
  width: 170px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
}

.login-register-page-forget-password-form-container #message {
  display: block;
  width: 100%;
  height: 60px;
  text-align: center;
  color: #00fd98;
  font-size: 0.8rem;
  margin-top: 10px;
}

.login-register-page-forget-password-form-container #message #resend-btn {
  color: darkgray;
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 100px;
  box-shadow: none !important;
}

.login-register-page-forget-password-form-container #message #resend-btn:hover {
  text-decoration: underline;
  color: #00fddf;
  cursor: pointer;
}

.login-register-page-forget-password-form-container #forget-btn {
  display: block;
  margin: 0.5rem auto;
  width: 44%;
  background-color: #00FFA6;
  color: #383838;
  padding: 0.5rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.login-register-page-forget-password-form-container #forget-btn:hover, .login-register-page-forget-password-form-container #forget-btn:focus {
  transform: scale(1.2);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-forget-password-form-container #login-btn {
  display: inline-block;
  margin: 0.5rem;
  width: 90%;
  color: #383838;
  padding: 0.2rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-forget-password-form-container #login-btn:hover, .login-register-page-forget-password-form-container #login-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-forget-password-form-container #register-btn {
  display: inline-block;
  margin: 0 0.5rem 0.5rem 0.5rem;
  width: 90%;
  color: #383838;
  padding: 0.2rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-forget-password-form-container #register-btn:hover, .login-register-page-forget-password-form-container #register-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-forget-password-form-container label:hover {
  cursor: help;
}

.login-register-page-forget-password-form-container label:not(#termOfUse-link)[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

.login-register-page-forget-password-form-container label:not(#termOfUse-link)[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 30px;
  width: 170px;
  left: 0px;
  padding: 10px 4px 10px 8px;
  color: #909090;
  white-space: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #1a1a1a;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

.login-register-page-forget-password-form-container label:not(#termOfUse-link)[data-title] {
  position: relative;
}

.login-register-page-forget-password-form-container #secret_question_password_forgot {
  padding: 0.3rem;
  display: block;
  font-size: 0.7rem;
  margin-bottom: 10px;
  color: #ff8c00;
}

.login-register-page-confirm-register-form-container {
  background-color: #505050;
  width: 200px;
  padding: 1rem;
  margin: 5rem auto 5rem auto;
  border-radius: 1rem;
  position: relative;
}

.login-register-page-confirm-register-form-container form {
  margin-bottom: 0;
}

.login-register-page-confirm-register-form-container:before {
  content: 'confirm registration';
  font-weight: bold;
  font-size: 0.8rem;
  width: 130px;
  height: 20px;
  display: block;
  background-color: #00FFEA;
  color: #1f1f1f;
  position: absolute;
  top: -20px;
  text-align: center;
  border-radius: 0.2rem 0.2rem 0 0;
  line-height: 20px;
}

.login-register-page-confirm-register-form-container label {
  padding: 0.5rem 0 0.5rem 0;
  width: 170px;
  display: inline-block;
  font-size: 0.7rem;
}

.login-register-page-confirm-register-form-container input {
  padding: 0.3rem;
  height: 30px;
  width: 170px;
  border-radius: 0.5rem;
  border: 1px solid #383838;
  font-size: 0.8rem;
}

.login-register-page-confirm-register-form-container #confirm-message {
  display: block;
  width: 100%;
  height: 50px;
  color: darkgray;
  font-size: 0.7rem;
  text-align: center;
}

.login-register-page-confirm-register-form-container #confirm-message.activated {
  color: #00fdca;
  font-weight: bold;
}

.login-register-page-confirm-register-form-container #confirm-message #resend-confirm-btn {
  color: darkgray;
  border: none;
  background-color: transparent;
  box-shadow: none !important;
  display: inline-block;
  width: 100px;
  font-size: 0.7rem;
}

.login-register-page-confirm-register-form-container #confirm-message #resend-confirm-btn:hover {
  text-decoration: underline;
  color: #00fddf;
  cursor: pointer;
}

.login-register-page-confirm-register-form-container #confirm-btn {
  display: block;
  margin: 0.5rem auto;
  width: 44%;
  background-color: #00FFA6;
  color: #383838;
  padding: 0.5rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  font-weight: bold;
}

.login-register-page-confirm-register-form-container #confirm-btn:hover, .login-register-page-confirm-register-form-container #confirm-btn:focus {
  transform: scale(1.2);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-confirm-register-form-container #login-btn {
  display: inline-block;
  margin: 0.5rem;
  width: 90%;
  color: #383838;
  padding: 0.2rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-confirm-register-form-container #login-btn:hover, .login-register-page-confirm-register-form-container #login-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-confirm-register-form-container #register-btn {
  display: inline-block;
  margin: 0  0.5rem 0.5rem 0.5rem;
  width: 90%;
  color: #383838;
  padding: 0.2rem;
  border: 1px solid #383838;
  border-radius: 0.5rem;
  transition: background-color,color,transform ease 0.3s;
  cursor: pointer;
  text-decoration: none;
  text-align: center;
}

.login-register-page-confirm-register-form-container #register-btn:hover, .login-register-page-confirm-register-form-container #register-btn:focus {
  border-color: grey;
  color: grey;
  transition: background-color,color,transform ease 0.3s;
}

.login-register-page-confirm-register-form-container #new-confirm-code {
  color: #ff00a1;
}

.login-register-page-confirm-register-form-container label:hover {
  cursor: help;
}

.login-register-page-confirm-register-form-container label:not(#termOfUse-link)[data-title]:hover:after {
  opacity: 1;
  transition: all 0.1s ease 0.5s;
  visibility: visible;
}

.login-register-page-confirm-register-form-container label:not(#termOfUse-link)[data-title]:after {
  content: attr(data-title);
  position: absolute;
  top: 85px;
  width: 170px;
  left: 0px;
  padding: 10px 4px 10px 8px;
  color: #909090;
  white-space: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 4px #222;
  -webkit-box-shadow: 0px 0px 4px #222;
  box-shadow: 0px 0px 4px #222;
  background-color: #1a1a1a;
  opacity: 0;
  z-index: 99999;
  visibility: hidden;
}

.login-register-page-confirm-register-form-container label:not(#termOfUse-link)[data-title] {
  position: relative;
}

.login-register-page-copyright {
  color: #b3b3b3;
  position: relative;
  bottom: 0;
  margin-bottom: 20px;
}

.login-register-page-copyright p {
  padding: 1rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0.7rem;
}

@keyframes cyber {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.99);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(1.01);
  }
}

@keyframes trade {
  0% {
    transform: rotateY(0deg);
  }
  50% {
    transform: rotateY(360deg);
  }
  0% {
    transform: rotateY(0deg);
  }
}

@keyframes crypto {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1.01);
  }
  50% {
    transform: scale(1);
  }
  75% {
    transform: scale(0.99);
  }
}

input::placeholder {
  color: rgba(255, 92, 92, 0.71);
  font-size: 0.7rem;
}

input:focus:not(input[type=checkbox]) {
  box-shadow: inset 0 0 3px 2px black;
  outline-width: 0;
  outline-color: black;
  border-color: black;
}

label {
  color: darkgrey;
  user-select: none !important;
  font-size: 0.8rem;
  position: relative;
}

#termOfUse-link {
  color: rgba(0, 247, 255, 0.68);
}

#termOfUse-link:hover {
  cursor: pointer;
  text-decoration: underline;
  color: #00f7ff;
}

#termOfUse-activation {
  display: none;
}

#termOfUse-activation:checked {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 101;
  margin: 0.2rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
}

#termOfUse-activation:checked:after {
  content: '';
  width: 3px;
  height: 25px;
  border-left: 5px solid rgba(255, 0, 21, 0.19);
  border-bottom: none;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg);
  position: absolute;
  right: 11px;
  top: 0;
  display: block;
  transition: ease border-left-color 0.3s;
}

#termOfUse-activation:checked:hover:after {
  border-color: rgba(255, 0, 0, 0.71);
  transition: ease border-left-color 0.3s;
}

#termOfUse-activation:checked:before {
  content: '';
  width: 3px;
  height: 25px;
  border-left: 5px solid rgba(255, 0, 21, 0.19);
  border-bottom: none;
  border-top: none;
  border-right: none;
  transform: rotate(45deg);
  position: absolute;
  left: 9px;
  top: 0;
  display: block;
  transition: ease border-left-color 0.3s;
}

#termOfUse-activation:checked:hover:before {
  border-color: rgba(255, 0, 0, 0.71);
  transition: ease border-left-color 0.3s;
}

#termOfUse-activation:checked ~ .remove-check {
  display: none;
}

#termOfUse-activation:checked ~ #termOfUse-container {
  display: block;
}

#termOfUse-container {
  padding: 2rem 0.2rem 0 0.2rem;
  box-shadow: inset 0 0 3px 2px black;
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow-y: auto;
  background-color: #616161;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
  user-select: none;
  border-radius: 1rem;
  text-shadow: none;
  z-index: 100;
}

#termOfUse-container .panel-container-terms-content {
  height: 100%;
}

#termOfUse-container .panel-container-terms-content:before {
  height: 30px;
}

#termOfUse-container .panel-container-terms-content:after {
  height: 30px;
}

#termOfUse-container p {
  color: black;
}

#termOfUse-container h2 {
  font-size: 1.5rem;
  text-align: left;
  margin-top: 0;
}

#termOfUse-container::-webkit-scrollbar {
  display: none;
}

label:not(#termOfUse-link).error {
  color: red;
  animation-name: error;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}

span.error {
  color: red;
  animation-name: error;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-duration: 1.5s;
}

.fixed-panel {
  width: 120px;
  height: 40px;
  background-color: #8b8b8b;
  position: fixed;
  top: 0;
  z-index: 1000;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0 7px 2px black;
  transition: all ease 0.3s;
}

.fixed-panel.close {
  left: 0;
  transition: all ease 0.3s;
}

.fixed-panel.close:before {
  cursor: pointer;
  content: '';
  right: -20px;
  width: 30px;
  height: 40px;
  top: 0;
  display: block;
  position: absolute;
  background-color: #fd0065;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 0 0 7px 2px black;
}

.fixed-panel.close:after {
  cursor: pointer;
  content: '';
  right: -22px;
  width: 15px;
  height: 15px;
  top: 13px;
  border-right: 4px solid #71002c;
  border-bottom: 4px solid #71002c;
  display: block;
  position: absolute;
  transform: rotate(-225deg);
  transition: all ease 0.3s;
}

.fixed-panel.close:hover:after {
  border-color: #000000;
  transition: all ease 0.3s;
}

.fixed-panel.open {
  left: -120px;
  transition: all ease 0.3s;
}

.fixed-panel.open:before {
  cursor: pointer;
  content: '';
  right: -20px;
  width: 30px;
  height: 40px;
  top: 0;
  display: block;
  position: absolute;
  background-color: #00fdb5;
  border-radius: 0 0.5rem 0.5rem 0;
  box-shadow: 0 0 7px 2px black;
}

.fixed-panel.open:after {
  cursor: pointer;
  content: '';
  right: -15px;
  width: 15px;
  height: 15px;
  top: 13px;
  border-right: 4px solid #00664a;
  border-bottom: 4px solid #00664a;
  display: block;
  position: absolute;
  transform: rotate(-45deg);
  transition: all ease 0.3s;
}

.fixed-panel.open:hover:after {
  border-color: #000000;
  transition: all ease 0.3s;
}

.fixed-panel-container {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #4b4b4b;
  border-radius: 0 0 0.5rem 0.5rem;
  z-index: 3;
}

.fixed-panel-container-nav {
  display: flex;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: space-around;
  background-color: #4e4e4e;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0 3px 2px black;
  z-index: 3;
  padding: 0.2rem;
}

.fixed-panel-container-nav-logout {
  width: calc(100% / 3 - 0.2rem);
  height: 100%;
  background-color: #2a2a2a;
  cursor: pointer;
  transition: box-shadow ease 0.3s;
  box-shadow: none;
  position: relative;
  border-radius: 2rem;
}

.fixed-panel-container-nav-logout-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
  transition: all ease 0.3s;
  border: 1px solid black;
}

.fixed-panel-container-nav-logout-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid black;
}

.fixed-panel-container-nav-logout-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 100%;
  background-image: none;
  box-shadow: inset 0 0 7px 5px black;
  transition: all ease 0.3s;
}

.fixed-panel-container-nav-logout-icon:hover {
  border: 1px solid #828282;
  transition: all ease 0.3s;
  background-image: radial-gradient(red, black);
}

.fixed-panel-container-nav-language {
  width: calc(100% / 3 - 0.2rem);
  height: 100%;
  background-color: transparent;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  border-radius: 100%;
  transition: all ease 0.3s;
  border: 1px solid black;
}

.fixed-panel-container-nav-language-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
}

.fixed-panel-container-nav-language-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid black;
}

.fixed-panel-container-nav-language-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 100%;
  background-image: none;
  box-shadow: inset 0 0 7px 7px black;
  transition: all ease 0.3s;
}

.fixed-panel-container-nav-language-icon:hover {
  border: 1px solid #828282;
  transition: all ease 0.3s;
}

.fixed-panel-container-nav-profile {
  width: calc(100% / 3 - 0.2rem);
  height: 100%;
  background-color: #2a2a2a;
  cursor: pointer;
  transition: box-shadow ease 0.3s;
  box-shadow: none;
  position: relative;
  border-radius: 2rem;
}

.fixed-panel-container-nav-profile-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  display: block;
  transition: all ease 0.3s;
  border: 1px solid black;
}

.fixed-panel-container-nav-profile-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 3px solid black;
}

.fixed-panel-container-nav-profile-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 100%;
  background-image: none;
  box-shadow: inset 0 0 7px 5px black;
  transition: all ease 0.3s;
}

.fixed-panel-container-nav-profile-icon:hover {
  border: 1px solid #828282;
  transition: all ease 0.3s;
  background-image: radial-gradient(#008711, black);
}

.fixed-panel-container-content {
  position: relative;
  left: 0;
  top: -140px;
  height: 140px;
  display: block;
  width: 100%;
  background-color: #171717;
  z-index: -100;
  border-radius: 0 0 0.5rem 0.5rem;
  box-shadow: 0 0 4px 2px black;
  transition: top ease 0.3s;
}

.fixed-panel-container-content.activated {
  top: 20px;
  display: block;
  transition: top ease 0.3s;
}

.fixed-panel-container-content-location {
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 0 0 0.6rem 0.6rem;
  background-color: #000000;
}

.fixed-panel-container-content-location-languages {
  background-color: #7b7b7b;
  height: calc(100% / 3);
  width: 100%;
  position: absolute;
  top: calc(100% / 3 * 0);
  box-shadow: inset 0 -1px 3px 1px black;
  display: flex;
  justify-content: space-around;
  padding: 0.3rem;
  font-size: 0.6rem;
  color: #c9c9c9;
}

.fixed-panel-container-content-location-languages-icon {
  width: calc(100% / 3 - 0.4rem);
  height: 100%;
  background-color: #b8b8b8;
  cursor: pointer;
  transition: all ease 0.3s;
  box-shadow: none;
  position: relative;
  border-radius: 100%;
}

.fixed-panel-container-content-location-languages-icon img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: 1px solid black;
}

.fixed-panel-container-content-location-languages-icon:after {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid black;
  border-radius: 100%;
  background-image: none;
  box-shadow: inset 0 0 6px 7px black;
  transition: all ease 0.3s;
}

.fixed-panel-container-content-location-languages-icon:hover {
  border-color: #828282;
  transition: all ease 0.3s;
  transform: scale(1.2);
}

.fixed-panel-container-content-location-ip {
  background-color: #383838;
  height: calc(100% / 3);
  width: 100%;
  position: absolute;
  top: calc(100% / 3 * 1);
  word-break: break-all;
  text-align: center;
  padding: 0.4rem;
  font-size: 0.6rem;
  color: #aaaaaa;
  text-shadow: 0px 0px 5px black;
  user-select: none !important;
}

.fixed-panel-container-content-location-city {
  background-color: #383838;
  height: calc(100% / 3);
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  position: absolute;
  top: calc(100% / 3 * 2);
  word-break: break-all;
  text-align: center;
  padding: 0.4rem;
  font-size: 0.6rem;
  font-weight: bold;
  color: #aaaaaa;
  text-shadow: 0px 0px 5px black;
  user-select: none !important;
}

.fixed-panel-container-content-location.active {
  z-index: 1;
}

.fixed-panel-container-content-profile {
  display: block;
  position: absolute;
  top: 20px;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 0 0 0.6rem 0.6rem;
  background-color: #000000;
}

.fixed-panel-container-content-profile-userid {
  background-color: #7b7b7b;
  height: 50%;
  width: 100%;
  position: absolute;
  top: 0;
  box-shadow: inset 0 -1px 3px 1px black;
}

.fixed-panel-container-content-profile-mode {
  background-color: #383838;
  height: 50%;
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  position: absolute;
  top: 50%;
}

.fixed-panel-container-content-profile.active {
  z-index: 1;
}

.panel-container-setting-container {
  background-color: #464646;
  width: 100%;
  max-width: 1024px;
  border-radius: 1rem;
  box-shadow: 0 0 7px 2px #0c0c0c;
  display: flex;
}

.panel-container-setting-container-personal {
  width: 50%;
  height: 100%;
  background-color: #464646;
  border-radius: 1rem 0 0 1rem;
  display: flex;
  justify-content: center;
  padding: 0.5rem;
  position: relative;
}

.panel-container-setting-container-personal-account-container {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
}

.panel-container-setting-container-personal-account-container-current-user {
  width: 90%;
  margin: 0 auto;
}

.panel-container-setting-container-personal-account-container-current-user-account-info {
  text-align: center;
  font-weight: bold;
  color: #a1a1a1;
  font-size: 1.2rem;
  margin: 0.3rem;
  height: 20px;
}

.panel-container-setting-container-personal-account-container-current-user-login-info {
  font-weight: lighter;
  color: #828282;
  font-size: 0.7rem;
  border: 1px solid #555555;
  padding: 0.5rem;
  border-radius: 0.5rem;
}

.panel-container-setting-container-personal-account-container-current-user-login-info span {
  color: #a3a3a3;
  text-align: right;
}

.panel-container-setting-container-personal-account-container-email {
  padding: 0.5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.panel-container-setting-container-personal-account-container-email-title {
  width: 40%;
  color: #898989;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.3rem;
}

.panel-container-setting-container-personal-account-container-email-address {
  width: 60%;
  color: #c2c2c2;
  font-size: 0.7rem;
  font-weight: lighter;
  margin: 0;
  border: 1px solid #666666;
  border-radius: 0.2rem;
  padding: 0.3rem;
  box-shadow: none !important;
  background-color: #454545;
}

.panel-container-setting-container-personal-account-container-email-address:focus {
  background-color: #7d7d7d;
  color: #1c1c1c;
}

.panel-container-setting-container-personal-account-container-phone {
  padding: 0.5rem;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  border-bottom: 1px solid grey;
}

.panel-container-setting-container-personal-account-container-phone-title {
  width: 40%;
  color: #898989;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.3rem;
}

.panel-container-setting-container-personal-account-container-phone-number {
  width: 60%;
  color: #c2c2c2;
  font-size: 0.7rem;
  font-weight: lighter;
  margin: 0;
  border: 1px solid #666666;
  border-radius: 0.2rem;
  padding: 0.3rem;
  box-shadow: none !important;
  background-color: #454545;
}

.panel-container-setting-container-personal-account-container-phone-number:focus {
  background-color: #7d7d7d;
  color: #1c1c1c;
}

.panel-container-setting-container-personal-account-container-change-password {
  padding: 0.5rem;
  border-bottom: 1px solid grey;
}

.panel-container-setting-container-personal-account-container-change-password-header {
  color: #ff522c;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 0.2rem;
  position: relative;
}

.panel-container-setting-container-personal-account-container-change-password-title {
  width: 45%;
  color: #898989;
  font-size: 0.8rem;
  padding: 0.3rem;
  display: inline-block;
  margin-bottom: 10px;
}

.panel-container-setting-container-personal-account-container-change-password-current, .panel-container-setting-container-personal-account-container-change-password-new, .panel-container-setting-container-personal-account-container-change-password-repeat {
  width: 160px;
  color: #c2c2c2;
  font-size: 0.7rem;
  font-weight: lighter;
  margin: 0;
  border: 1px solid #666666;
  border-radius: 0.2rem;
  padding: 0.3rem;
  box-shadow: none !important;
  background-color: #454545;
}

.panel-container-setting-container-personal-account-container-change-password-current:focus, .panel-container-setting-container-personal-account-container-change-password-new:focus, .panel-container-setting-container-personal-account-container-change-password-repeat:focus {
  background-color: #7d7d7d;
  color: #1c1c1c;
}

.panel-container-setting-container-personal-account-container-change-password .show-password {
  display: inline-block;
  position: absolute;
  margin-left: 5px;
  cursor: pointer;
  opacity: 1;
  user-select: none !important;
  width: 22px;
  height: 14px;
  padding: 1px;
  border-radius: 0 0.2rem 0.2rem 0;
}

.panel-container-setting-container-personal-account-container-change-password .show-password > img {
  width: 22px;
  height: 14px;
  user-select: none !important;
  position: absolute;
}

.panel-container-setting-container-personal-account-container-change-password-save {
  width: 120px;
  font-size: 0.7rem;
  padding: 0.3rem;
  background-color: #a1331a;
  border: transparent;
  border-radius: 0.2rem;
  box-shadow: none !important;
  margin-top: 10px;
  color: #ff8f77;
  transition: all ease 0.3s;
}

.panel-container-setting-container-personal-account-container-change-password-save:hover {
  cursor: pointer;
  background-color: #ff4920;
  color: #5e1100;
  transform: scale(1.1);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.panel-container-setting-container-personal-account-container-save {
  width: 100%;
  height: 60px;
  position: relative;
  bottom: 0;
  display: flex;
  justify-content: center;
}

.panel-container-setting-container-personal-account-container-save-changes {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #4daa06;
  border: 1px solid transparent;
  border-radius: 0.2rem;
  color: #dcffc2;
  font-size: 0.8rem;
  padding: 0.3rem;
  transition: all ease 0.3s;
  box-shadow: none !important;
}

.panel-container-setting-container-personal-account-container-save-changes:hover {
  cursor: pointer;
  background-color: #76ff10;
  color: #32630f;
  transform: scale(1.1);
  box-shadow: 0 0 3px 2px black;
  transition: background-color,color,transform ease 0.3s;
}

.panel-container-setting-container-personal-account-container #save-and-change-message {
  width: auto;
  height: auto;
  display: block;
  font-size: 0.7rem;
  padding: 0.5rem;
  color: #d7d7d7;
}

.panel-container-setting-container-wallet {
  width: 50%;
  height: 100%;
  background-color: #3b3b3b;
  border-radius: 0 1rem 1rem 0;
}

.panel-container-setting-container-wallet-container {
  width: 100%;
  height: 100%;
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
}

.panel-container-setting-container-wallet-container-row-one {
  height: 30px;
  width: 100%;
  border-bottom: 1px solid grey;
}

.panel-container-setting-container-wallet-container-row-one-languages-title {
  color: #999999;
  font-weight: bold;
}

.panel-container-setting-container-wallet-container-row-one-languages-field {
  color: #a8a8a8;
  font-size: 0.8rem;
  width: 80px;
  -webkit-background-image: none;
  border-radius: 0.3rem;
  padding: 2px 20px 2px 2px;
  border: 1px solid transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../media/icons/Select_Arrow.png) 96%/15% no-repeat #1d1d1d;
  /* CAUTION: Internet Explorer hackery ahead */
  /* Target Internet Explorer 9 to undo the custom arrow */
}

.panel-container-setting-container-wallet-container-row-one-languages-field:hover {
  cursor: pointer;
}

.panel-container-setting-container-wallet-container-row-one-languages-field::-ms-expand {
  display: none;
  /* Remove default arrow in Internet Explorer 10 and 11 */
}

@media screen and (min-width: 0\0) {
  .panel-container-setting-container-wallet-container-row-one-languages-field {
    background: none\9;
    padding: 5px\9;
  }
}

.panel-container-setting-container-wallet-container-row-two {
  height: 100px;
  width: 100%;
  padding: 0.2rem;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid grey;
}

.panel-container-setting-container-wallet-container-row-two-newsletter {
  display: flex;
  height: 20px;
}

.panel-container-setting-container-wallet-container-row-two-newsletter-label {
  color: #999999;
  padding: 2px;
  width: 120px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
  font-size: 0.7rem;
}

.panel-container-setting-container-wallet-container-row-two-newsletter-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  margin: 0 10px 0 10px;
  width: 12px;
  height: 12px;
  border: 1px solid #7b7b7b;
  border-radius: 4px;
  outline: none;
  cursor: pointer;
  background-color: #464646;
  position: relative;
  top: 2px;
}

.panel-container-setting-container-wallet-container-row-two-newsletter-checkbox:checked {
  background-color: #282626;
  position: relative;
}

.panel-container-setting-container-wallet-container-row-two-newsletter-checkbox:checked:before {
  content: '';
  width: 4px;
  height: 7px;
  border-bottom: 2px solid #ffaa00;
  border-right: 2px solid #ffaa00;
  transform: rotate(40deg);
  position: absolute;
  left: 3px;
  top: 1px;
  display: block;
}

.panel-container-setting-container-wallet-container-row-three {
  color: #999999;
  font-weight: bold;
  font-size: 0.8rem;
  padding: 0.2rem;
  width: 100%;
  position: relative;
}

.panel-container-setting-container-wallet-container-row-three-kyc {
  padding: 0.2rem;
}

.panel-container-setting-container-wallet-container-row-three-kyc > span {
  color: #6f6f6f;
  width: 100%;
  font-weight: lighter;
}

.panel-container-setting-container-wallet-container-row-three-kyc > span.active {
  color: #8ce700;
}

.panel-container-setting-container-wallet-container-row-three-upload {
  color: #999999;
  padding: 0.2rem;
  border-radius: 0.2rem;
  width: 100%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.panel-container-setting-container-wallet-container-row-three-upload #upload-hint {
  font-size: 0.6rem;
  color: #ff9d7f;
  font-weight: lighter;
}

.panel-container-setting-container-wallet-container-row-three-upload input[type="file"] {
  display: none !important;
}

.panel-container-setting-container-wallet-container-row-three-upload input[type="file"]::-webkit-file-upload-button {
  color: transparent;
  box-shadow: none !important;
  display: none !important;
}

.panel-container-setting-container-wallet-container-row-three-upload::after {
  content: 'Choose Document';
  color: #8b8b8b;
  display: inline-block;
  background: -webkit-linear-gradient(top, #262626, #262626);
  border: 1px solid #323232;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  font-weight: 700;
  font-size: 8pt;
  transition: all ease 0.3s;
  width: 115px;
  margin: 5px 5px 0 0;
  position: relative;
}

.panel-container-setting-container-wallet-container-row-three-upload:hover::after {
  border-color: #acacac;
  transition: all ease 0.3s;
}

.panel-container-setting-container-wallet-container-row-three-upload:active {
  outline: 0;
}

.panel-container-setting-container-wallet-container-row-three-upload:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}

.panel-container-setting-container-wallet-container-row-three #file_name {
  padding: 0.2rem;
  font-weight: lighter;
  display: inline-block;
  font-size: 0.6rem;
  color: #ff9d7f;
}

.panel-container-setting-container-wallet-container-row-three-2factor {
  padding: 0.2rem;
  border-bottom: 1px solid grey;
}

.panel-container-setting-container-wallet-container-row-three-2factor > span {
  width: 100%;
  color: #6f6f6f;
  font-weight: lighter;
}

.panel-container-setting-container-wallet-container-row-three-2factor > span.active {
  color: #8ce700;
}

.panel-container-setting-container-wallet-container-row-three-toggle-button {
  width: 200px;
  height: 30px;
  position: relative;
  bottom: 0;
  box-shadow: none !important;
  background-color: #262626;
  color: #8b8b8b;
  border: 1px solid #323232;
  border-radius: 3px;
  transition: all ease 0.3s;
  cursor: pointer;
}

.panel-container-setting-container-wallet-container-row-three-toggle-button:hover {
  border-color: #acacac;
  transition: all ease 0.3s;
}

.panel-container-setting-container-wallet-container-row-three-code-box {
  width: 200px;
  height: 40px;
  border: 1px solid #262626;
  background-color: #323232;
  display: flex;
  border-radius: 3px;
  justify-content: space-around;
}

.panel-container-setting-container-wallet-container-row-three-code-box-characters {
  display: block;
  width: 40px;
  height: 100%;
  position: relative;
  padding: 2.5px;
}

.panel-container-setting-container-wallet-container-row-three-code-box-characters > input {
  position: absolute;
  width: calc(100% - 5px);
  height: calc(100% - 5px);
  box-shadow: none !important;
  font-size: 1.5rem;
  text-align: center;
  border-radius: 3px;
  border: 1px solid #262626;
  background-color: #616161;
  color: #bbbbbb;
  caret-color: transparent !important;
}

.panel-container-setting-container-wallet-container-row-three-code-box-characters > input:focus {
  background-color: #a5a5a5;
  color: #313131;
  border-color: #ffffff !important;
}

.panel-container-setting-container-wallet-container-row-three-submit-2-factor {
  width: 98px;
  height: 30px;
  background-color: #262626;
  border-radius: 3px;
  color: #8b8b8b;
  border: 1px solid #323232;
  cursor: pointer;
  box-shadow: none !important;
}

.panel-container-setting-container-wallet-container-row-three-submit-2-factor:hover {
  border-color: #acacac;
  transition: all ease 0.3s;
  color: #00bb6e;
}

.panel-container-setting-container-wallet-container-row-three #two-factor-message {
  width: 200px;
  height: 20px;
  background-color: #262626;
  display: block;
  text-align: center;
  font-size: 0.6rem;
  padding: 4px;
  font-weight: lighter;
  color: #bdbdbd;
}

.panel-container-setting-container-wallet-container-arbitrage-title {
  width: 50%;
  color: #ff9900;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.3rem;
  font-weight: bold;
}

.panel-container-setting-container-wallet-container-arbitrage-wallet {
  width: 100%;
  color: #b4b4b4;
  font-size: 0.7rem;
  font-weight: lighter;
  margin: 0;
  border-bottom: 1px solid #585858;
  border-radius: 0.2rem;
  padding: 0.3rem;
  word-break: break-all;
}

.panel-container-setting-container-wallet-container-defi-title {
  width: 50%;
  color: #1affff;
  font-size: 0.8rem;
  margin: 0;
  padding: 0.3rem;
  font-weight: bold;
}

.panel-container-setting-container-wallet-container-defi-wallet {
  width: 100%;
  color: #b4b4b4;
  font-size: 0.7rem;
  font-weight: lighter;
  margin: 0 0 20px 0;
  border-bottom: 1px solid #585858;
  border-radius: 0.2rem;
  padding: 0.3rem;
  word-break: break-all;
}

@media screen and (max-width: 480px) {
  .panel-container-setting-container {
    flex-direction: column;
    height: 100%;
  }
  .panel-container-setting-container label {
    margin: 0;
    width: 100%;
  }
  .panel-container-setting-container #current-password,
  .panel-container-setting-container #new-password,
  .panel-container-setting-container #repeat-password {
    width: 98%;
  }
  .panel-container-setting-container-personal {
    width: 100%;
    border-radius: 1rem 1rem 0 0;
  }
  .panel-container-setting-container-personal-account-container-email-address {
    width: 100%;
  }
  .panel-container-setting-container-personal-account-container-phone-number {
    width: 100%;
  }
  .panel-container-setting-container-wallet {
    width: 100%;
    border-radius: 0 0 1rem 1rem;
  }
  .panel-container-setting-container-wallet-container-row-two label {
    width: 120px;
  }
}

@media screen and (min-width: 960px) {
  .panel-container-setting-container {
    flex-direction: row;
  }
  .panel-container-setting-container-personal {
    width: 50%;
  }
  .panel-container-setting-container-wallet {
    width: 50%;
  }
}

* {
  font-family: Arial, Helvetica, sans-serif;
}

body {
  background-color: #202020;
  background-image: linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(45deg, black 25%, transparent 25%, transparent 75%, black 75%, black), linear-gradient(to bottom, #080808, #202020);
  background-size: 10px 10px, 10px 10px, 10px 5px;
  background-position: 0px 0px, 5px 5px, 0px 0px;
  visibility: visible;
}

body.no-js {
  visibility: visible;
}

body::-webkit-scrollbar {
  width: 0.5rem;
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(75, 75, 75, 0.3);
}

body::-webkit-scrollbar-thumb {
  background-color: #141414;
  outline: 1px solid #202020;
}

#page-cover {
  width: 100%;
  height: 100%;
  background-color: rgba(26, 26, 26, 0.91);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  display: flex;
  justify-content: center;
  transition: all ease 0.3s;
  text-decoration: none;
  user-select: none !important;
}

#page-cover > span {
  height: 50px;
  color: #b3b3b3;
  font-family: Verdana;
  font-size: 0.8rem;
  position: relative;
  margin: auto 0;
  text-align: center;
  transition: opacity ease 1s;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#page-cover > span > a {
  user-select: none !important;
  position: absolute;
  width: 100%;
  height: auto;
  border-radius: 0.3rem;
  text-decoration: none;
  display: inline-block;
  transition: all ease 0.5s;
  bottom: 0;
}

#page-cover > span > a > span {
  opacity: 1;
  transition: all ease 1s;
  font-weight: bold;
  font-size: 0.9rem;
  background-color: #00ffab;
  transform: scale(2);
  border-radius: 0.3rem;
  color: #000000;
  padding: 0.5rem;
}

#page-cover > span > a > span:hover, #page-cover > span > a > span:focus {
  border: #ff3e00 1px solid;
  background-color: #2d2d2d;
  color: #c4f8e5;
  transition: all ease 0.5s;
  text-shadow: 0px 0px 2px #000000;
}

::-moz-selection {
  /* Code for Firefox */
  color: #2a2a2a;
  background: #ffbf00;
}

::selection {
  color: #2a2a2a;
  background: #ffbf00;
}

/*# sourceMappingURL=style.css.map */