@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@200;400;700&family=Open+Sans:wght@200;400;700');



body {
    background: #eeeeee;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}




.bodytext {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #888;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext a:link,
.bodytext a:hover,
.bodytext a:visited,
.bodytext a:active
{
  color: #fff;
  text-decoration: none;
}


@media screen and (min-width: 501px) {
    .bodytext { 
      font-size: 16px;
      line-height: 21px; 
    }
}
@media screen and (max-width: 500px) {
    .bodytext { 
      font-size: 14px;
      line-height: 18px; 
    }
}




.bodytext_dark {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #444;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext_dark a:link,
.bodytext_dark a:hover,
.bodytext_dark a:visited,
.bodytext_dark a:active
{
  color: #222;
  text-decoration: none;
}


@media screen and (min-width: 501px) {
    .bodytext_dark { 
      font-size: 16px;
      line-height: 21px; 
    }
}
@media screen and (max-width: 500px) {
    .bodytext_dark { 
      font-size: 14px;
      line-height: 18px; 
    }
}






.bodytext_manual {
    position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    color: #ccc;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.bodytext_manual::after {
  content: "";
  clear: both;
  display: table;
}

.bodytext_manual a:link,
.bodytext_manual a:hover,
.bodytext_manual a:visited,
.bodytext_manual a:active
{
  color: #fff;
  text-decoration: none;
}

.bodytext_subtitle {
  position: relative;
    text-align:left;
    font-family: 'Open Sans', sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    color: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media screen and (min-width: 501px) {
    .bodytext_manual { 
      font-size: 16px;
      line-height: 21px; 
    }
    .bodytext_subtitle {
      font-size: 18px;
      line-height: 24px;
    }
}
@media screen and (max-width: 500px) {
    .bodytext_manual { 
      font-size: 14px;
      line-height: 18px; 
    }
    .bodytext_subtitle {
      font-size: 16px;
      line-height: 20px;
    }
}








.bodytitle {
  font-size: 26px;
  line-height: 32px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.bodytitle_dark {
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #222;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.bodybullets {
  position: relative;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: normal;
  color: #444;
  box-sizing: border-box;
  padding-right: 10px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


@media screen and (min-width: 601px) {
    .bodytitle_dark { 
      font-size: 36px;
      line-height: 42px; 
    }
    .bodybullets {
      font-size: 22px;
      line-height: 24px;
    }
}
@media screen and (max-width: 600px) {
    .bodytitle_dark { 
      font-size: 26px;
      line-height: 32px; 
    }
    .bodybullets {
      font-size: 16px;
      line-height: 19px;
    }
}



.textfield_grey {
    border-radius: 0px;
    border: 1px solid #aaa;
    padding: 3px 2px 3px 2px;
    font-family: 'Open Sans', sans-serif;
    color: #555;
    font-size: 15px;
    line-height: 15px;
    font-weight: normal;
    outline: none;
    background: #ccc;
    box-sizing: border-box;
    margin-top: 2px;
}

.textfield_grey:active,
.textfield_grey:hover,
.textfield_grey:focus {
    box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -moz-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -o-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
    -khtml-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.05) inset !important;
}





.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 20px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 4px;
  bottom: 3px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #009900;
}

input:focus + .slider {
  box-shadow: 0 0 1px #009900;
}

input:checked + .slider:before {
  -webkit-transform: translateX(18px);
  -ms-transform: translateX(18px);
  transform: translateX(18px);
}

.slider.round {
  border-radius: 20px;
}

.slider.round:before {
  border-radius: 50%;
}






.range_slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;  
  background: #aaaaaa;
  outline: none;
  overflow: hidden;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range_slider:disabled, 
.range_slider[disabled] {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;  
  background: #777777;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
}

.range_slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%; 
  background: #ffffff;
  box-shadow: -1000px 0 0 1000px #009900;
  cursor: pointer;
}

.range_slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ffffff;
  box-shadow: -1000px 0 0 1000px #009900;
  cursor: pointer;
}

.range_slider:disabled::-webkit-slider-thumb,
.range_slider[disabled]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%; 
  background: #aaaaaa;
  box-shadow: none;
}

.range_slider:disabled::-moz-range-thumb,
.range_slider[disabled]::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #aaaaaa;
  box-shadow: none;
}






.candle_box_active {
  display: inline-block; 
  position: relative; 
  padding: 8px; 
  box-sizing: border-box; 
  border: 1px solid #fff; 
  border-radius: 5px; 
  width: 60px; 
  background: #3d3d3d; 
  margin-right: 8px;
}

.candle_box_inactive {
  display: inline-block; 
  position: relative; 
  padding: 8px; 
  box-sizing: border-box; 
  border: 1px solid #888; 
  border-radius: 5px; 
  width: 60px; 
  background: #3d3d3d; 
  margin-right: 8px; 
  cursor: pointer;
}




#footer {
  display: block; 
  position: relative; 
  left: 0px; 
  right: 0px; 
  box-sizing: border-box; 
  padding: 0px; 
  min-height: 80px; 
  background: #333333; 
  text-align: center;
  z-index: 9999;
}

#footer_links {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: right; 
  font-size: 13px; 
  color: #fff; 
  line-height: 20px; 
  font-weight: 400; 
  flex-grow: 1;
}

@media screen and (min-width: 451px) {
  #footer_links { 
    text-align: right;
  }
}
@media screen and (max-width: 450px) {
  #footer_links { 
    text-align: left;
    width: 100%;
  }
}



.custom_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 2px;
    background: #333333;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.custom_button:hover {
    background: #222222 !important;
    color: #fff;
}


.custom_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 8px 12px 8px 12px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







.front_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 8px 12px 8px 12px;
    border-radius: 4px;
    background: #990000;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.front_button:hover {
    background: #770000 !important;
    color: #fff;
}





.micro_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    padding: 4px 8px 4px 8px;
    border-radius: 2px;
    background: #333333;
    color: #fff;
    font-family: 'Open Sans', sans-serif;
    font-size: 13px; 
    line-height: 13px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.micro_button:hover {
    background: #222222 !important;
    color: #fff;
}


.micro_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  padding: 4px 8px 4px 8px;
  border-radius: 2px;
  background: #ccc;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px; 
  line-height: 13px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}








.mobile_button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    text-align: center;
    width: 190px;
    padding: 8px 12px 6px 12px;
    border-radius: 2px;
    background: #00aa00;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px; 
    line-height: 16px;
    font-weight: 400;
    transition: 0.3s;
    margin: 0px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.mobile_button:hover {
    background: #222222 !important;
    color: #fff;
}


.mobile_button_disabled {
  display: inline-block;
  position: relative;
  text-align: center;
  width: 190px;
  padding: 8px 12px 6px 12px;
  border-radius: 2px;
  background: #888;
  color: #fff;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  margin: 0px;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}







.nav_links {
    display: inline-block;
    position: relative;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #aaaaaa;
    line-height: 26px;
    margin-left: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.nav_links:hover {
    color: #ffffff;
}

#nav_links_container {
    display: block;
    position: absolute;
    right: 15px; 
    top: 11px; 
    text-align: right; 
    box-sizing: border-box; 
    padding: 0px;
}

#nav_links_container2 {
    display: block;
    position: absolute;
    right: 15px; 
    top: 11px; 
    text-align: right; 
    box-sizing: border-box; 
    padding: 0px;
}

#nav_menu_icon {
    display: none; 
    position: absolute; 
    right: 15px; 
    top: 10px; 
    bottom: 10px; 
    width: 28px; 
    box-sizing: border-box; 
    padding: 0px; 
    cursor: pointer; 
    flex-flow: row wrap; 
    gap: 6px; 
    align-content: center; 
    align-items: center;
}

@media screen and (min-width: 851px) {
  #nav_links_container { 
    display: block;
  }
  #nav_links_container2 { 
    display: block;
  }
  #nav_menu_icon {
    display: none;
  }
}
@media screen and (max-width: 850px) {
  #nav_links_container { 
      display: none;
  }
  #nav_links_container2 { 
      display: none;
  }
  #nav_menu_icon {
      display: flex;
  }
}


.nav_menu_item {
  display: block;
  position: relative;
  padding: 5px;
  padding-left: 15px;
  padding-right: 15px;
  background: #efefef;
  color: #000;
  text-align: left;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px; 
  line-height: 16px;
  font-weight: 400;
  transition: 0.3s;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.nav_menu_item:hover {
  background: #dedede;
}


.analyze_graph_box {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: 100%;  
  color: #fff; 
  font-size: 11px; 
}


.graphs_box {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(88% - 4px);  
  color: #fff; 
  font-size: 11px; 
  align-self: flex-start;
}

.gauges_box {
  display: inline-flex;
  flex-flow: row wrap;
  justify-content: flex-start; 
  position: relative; 
  width: calc(12% - 4px); 
  max-width: 180px;
  padding: 0px; 
  padding-top: 10px; 
  box-sizing: border-box; 
  text-align: center; 
  align-self: flex-start; 
  margin: 0px;
}

.gauge_ind_container {
  display: inline-block; 
  position: relative; 
  max-width: 180px; 
  padding: 0px; 
  box-sizing: border-box;
  margin-right: 0px;
}

#ai_pie_chart_container {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box;
}


@media screen and (min-width: 1001px) {
  #ai_pie_chart_container { 
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  #ai_pie_chart_container { 
    display: none;
  }
}


.config_tab {
  display: inline-block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  padding-left: 10px; 
  padding-right: 10px;
  margin-left: 4px;
  width: auto;
  height: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.config_tab_active {
  background: #ccc;
  color: #444;
  cursor: default;
}

.config_tab_inactive {
  background: #3d3d3d;
  color: #999;
  cursor: pointer;
}

.config_tab_inactive:hover {
  color: #fff;
}


.epsilon_red_block {
  display: block;
  position: absolute;
  background: #b00;
}

.epsilon_green_block {
  display: block;
  position: absolute;
  background: #0b0;
}



.reports_container {
  display: flex;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  color: #444;
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  align-content: flex-start;
  gap: 12px;
  flex-flow: row wrap;
  border: 1px solid #ccc;
  background: #aaaaaa;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}

.report_box {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0px;
  width: 100%;
  max-width: 200px;
}



.config_container {
  display: block;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #ccc;
  text-align: left;
  border: 1px solid #ccc;
  padding: 12px;
  box-sizing: border-box;
  height: 100%;
  overflow-y: auto;
}

.config_title {
  display: block;
  position: relative;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 15px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.main_tab_active {
  display: inline-block;
  position: relative;
  top: 1px;
  background-color: #4d4d4d;
  font-family: 'Roboto Condensed', sans-serif;
  border-left: 1px solid rgba(255,255,255,0.15);
  border-top: 1px solid rgba(255,255,255,0.15);
  border-right: 1px solid rgba(255,255,255,0.15);
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
  padding-left: 30px;
  padding-right: 12px;
  box-sizing: border-box;
  color: #ccc;
  margin: 0px;
  margin-right: 4px;
  cursor: default;
  z-index: 100;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.main_tab_inactive {
  display: inline-block;
  position: relative;
  top: 1px;
  background-color: #3d3d3d;
  font-family: 'Roboto Condensed', sans-serif;
  border-right: 1px solid rgba(255,255,255,0.3); 
  border-top: 1px solid rgba(255,255,255,0.1);
  border-radius: 5px 5px 0px 0px;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 4px;
  padding-left: 30px;
  padding-right: 12px;
  box-sizing: border-box;
  color: #999;
  margin: 0px;
  margin-right: 4px;
  cursor: pointer;
  z-index: 1;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.main_tab_inactive:hover {
  color: #ccc;
  background-color: #313131;
}



.charttext {
  position: relative;
  text-align: left;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #888;
  line-height: 24px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}



.asset_chooser {
  display: inline-block;
  position: relative;
  width: 200px;
  padding: 6px;
  padding-left: 28px; 
  padding-right: 30px;
  background-color: #ccc;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #999999;
  font-size: 15px;
  line-height: 20px;
  height: 18px;
  z-index: 1000;
  background-image: url(pics/bitcoin_logo.png); 
  background-size: 17px 17px; 
  background-position: 6px 7px; 
  background-repeat: no-repeat;
}


.asset_chooser_text {
  display: inline-block;
}


.asset_chooser_container {
  display: none; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  right: 0px; 
  max-height: 240px; 
  overflow-y: auto;
}


.image_pulldown {
  display: block;
  position: relative;
  padding: 6px;
  padding-left: 28px; 
  padding-right: 30px;
  background: #ccc;
  font-family: 'Open Sans', sans-serif;
  color: #222;
  background-color: #ccc;
  font-size: 15px;
  line-height: 20px;
  height: 18px;
}



.candle {
  position: relative;
}


.dp_point {
  position: relative;
}


.price_no_flash {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  font-weight: 400; 
  font-size: 16px; 
  margin-top: 3px;
  color: #ffffff;
}


.price_flash_green {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  font-weight: 400; 
  font-size: 16px; 
  margin-top: 3px;
  color: #ffffff;
  -webkit-animation-name: price_flash_green1; /* Chrome, Safari, Opera */
  animation-name: price_flash_green1;
  -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes price_flash_green1 {
  0% { color: #00aa00; }
  100% { color: #ffffff; }
}
@keyframes price_flash_green1 {
  0% { color: #00aa00; }
  100% { color: #ffffff; }
}


.price_flash_red {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  font-weight: 400; 
  font-size: 16px; 
  margin-top: 3px;
  color: #ffffff;
  -webkit-animation-name: price_flash_red1; /* Chrome, Safari, Opera */
  animation-name: price_flash_red1;
  -webkit-animation-duration: 1.5s; /* Chrome, Safari, Opera */
  animation-duration: 1.5s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes price_flash_red1 {
  0% { color: #dd0000; }
  50% { color: #dd0000; }
  100% { color: #ffffff; }
}
@keyframes price_flash_red1 {
  0% { color: #dd0000; }
  50% { color: #dd0000; }
  100% { color: #ffffff; }
}



.bubble_highlight {
  -webkit-animation-name: bubble_highlight; /* Chrome, Safari, Opera */
  animation-name: bubble_highlight;
  -webkit-animation-duration: 0.6s; /* Chrome, Safari, Opera */
  animation-duration: 0.6s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bubble_highlight {
  0% { transform: scale(1.0); }
  10% { transform: scale(1.8); }
  100% { transform: scale(1.0); }
}

@keyframes bubble_highlight {
  0% { transform: scale(1.0); }
  10% { transform: scale(1.8); }
  100% { transform: scale(1.0); }
}






.tiny_loader {
  display: inline-block;
  color: #fff;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 25px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
  animation: tiny_loader2 1.7s infinite ease, round2 1.7s infinite ease;
}
@-webkit-keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes tiny_loader2 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}
@keyframes round2 {
  0% {
    -webkit-transform: rotate(0deg) scale(50%);
    transform: rotate(0deg) scale(50%);
  }
  100% {
    -webkit-transform: rotate(360deg) scale(50%);
    transform: rotate(360deg) scale(50%);
  }
}




.main_loader_candy_stripe {
  -webkit-animation-name: main_loader_candy_stripe; /* Chrome, Safari, Opera */
  animation-name: main_loader_candy_stripe;
  -webkit-animation-duration: 1.8s; /* Chrome, Safari, Opera */
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  animation-timing-function: linear;
  display: block; 
  position: absolute; 
  left: 0px; 
  top: 0px; 
  bottom: 0px; 
  right: 0px;
  background-size: 24px 24px;
  background-position: 0px 0px;
  background-image: url(pics/candy_stripe.png);
}

@-webkit-keyframes main_loader_candy_stripe {
  0% { background-position: 0px 0px; }
  100% { background-position: 74px 0px; }
}

@keyframes main_loader_candy_stripe {
  0% { background-position: 0px 0px; }
  100% { background-position: 74px 0px; }
}



.analyze_detail_hidden {
  display: none;
  border: none;
  transform: scale(0.0001);
}


.analyze_detail_small {
  -webkit-animation-name: analyze_detail_small; /* Chrome, Safari, Opera */
  animation-name: analyze_detail_small;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes analyze_detail_small {
  0% { display: block; transform: scale(1.0); }
  1% { border: 1px solid #fff; }
  99% { border: 1px solid #fff; }
  100% { border: none; display: none; transform: scale(0.0001); }
}

@keyframes analyze_detail_small {
  0% { display: block; transform: scale(1.0); }
  1% { border: 1px solid #fff; }
  99% { border: 1px solid #fff; }
  100% { border: none; display: none; transform: scale(0.0001); }
}



.analyze_detail_big {
  -webkit-animation-name: analyze_detail_big; /* Chrome, Safari, Opera */
  animation-name: analyze_detail_big;
  -webkit-animation-duration: 0.8s; /* Chrome, Safari, Opera */
  animation-duration: 0.8s;
  animation-iteration-count: 1;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@-webkit-keyframes analyze_detail_big {
  0% { display: none; transform: scale(0.0001); }
  1% { border: 1px solid #fff; }
  99% { border: 1px solid #fff; }
  100% { border: none; display: block; transform: scale(1.0); }
}

@keyframes analyze_detail_big {
  0% { display: none; transform: scale(0.0001); }
  1% { border: 1px solid #fff; }
  99% { border: 1px solid #fff; }
  100% { border: none; display: block; transform: scale(1.0); }
}





.referral_header {
  display: inline-block;
  position: relative;
  background: #aaa;
  color: #000;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  box-sizing: border-box;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.referral_info {
  display: inline-block;
  position: relative;
  background: none;
  color: #444;
  padding: 0px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  width: 100%;
  box-sizing: border-box;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}






.payment_info_container {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left;
}


.payment_header {
  display: inline-block;
  position: relative;
  background: #aaa;
  color: #000;
  font-size: 13px; 
  line-height: 16px;
  font-weight: 400;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  box-sizing: border-box;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}

.payment_info {
  display: inline-block;
  position: relative;
  background: none;
  color: #444;
  font-size: 13px; 
  line-height: 16px;
  font-weight: 400;
  padding: 3px;
  padding-left: 5px;
  padding-right: 5px;
  margin: 0px;
  box-sizing: border-box;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}







.terms_container {
    display: inline-block;
    position: relative;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    color: #ccc;
    font-size: 14px;
    line-height: 16px;
    font-weight: normal;
    text-align: justify;
    column-count: 2; 
    column-gap: 20px;
    column-rule: 1px solid #efefef;
    box-sizing: border-box;
    padding: 3px;
}

@media screen and (min-width: 651px) {
    .terms_container { 
        column-count: 2;
    }
}
@media screen and (max-width: 650px) {
    .terms_container { 
        column-count: 1;
    }
}




.plan_box_parent {
  display: inline-block;
  position: relative;
  min-height: 300px;
  padding: 0px;
  box-sizing: border-box;
  background-color: none;
  width: calc(50% - 20px);
  max-width: 380px;
  filter: drop-shadow(2px 8px 12px rgba(0,0,0,0.7));
  -webkit-filter: drop-shadow(2px 8px 12px rgba(0,0,0,0.7));
  transform: scale(1.0);
  transition: 0.4s;
}

.plan_box_parent:hover {
  transform: scale(1.03);
  filter: drop-shadow(2px 8px 12px rgba(0,0,0,1));
  -webkit-filter: drop-shadow(2px 8px 12px rgba(0,0,0,1));
  cursor: pointer;
}

.plan_box {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #efefef;
  clip-path: polygon(0% 7%, 50% 0%, 100% 7%, 100% 93%, 50% 100%, 0% 93%);
}

.plan_box:hover {
  background-color: #fff;
}

.plan_box_title {
  display: block;
  position: relative;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
  color: #000;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plan_box_pricing {
  display: inline-block;
  position: relative;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
  color: #666;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plan_box_info {
  display: inline-block;
  position: relative;
  padding: 0px;
  width: 100%;
  box-sizing: border-box;
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  color: #444;
  text-align: center;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 701px) {
    .plan_box_parent { 
      width: calc(50% - 20px);
    }
    .plan_box_title {
      font-size: 24px;
      line-height: 28px;
    }
    .plan_box_info {
      font-size: 15px;
      line-height: 18px;
    }
}
@media screen and (max-width: 700px) {
    .plan_box_parent { 
      width: 100%;
    }
    .plan_box_title {
      font-size: 22px;
      line-height: 24px;
    }
    .plan_box_info {
      font-size: 14px;
      line-height: 17px;
    }
}




#main_content_container {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: 100%; 
  max-width: 1470px;
}

#mobile_content_container {
  display: none; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: 100%; 
  max-width: 800px;
}

@media screen and (min-width: 801px) {
    #main_content_container { 
      display: inline-block; 
    }
    #mobile_content_container {
      display: none; 
    }
}
@media screen and (max-width: 800px) {
    #main_content_container { 
      display: none; 
    }
    #mobile_content_container {
      display: inline-block; 
    }
}





.mobile_main_tab_active {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 2px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #fff;
  margin: 0px;
  cursor: default;
  z-index: 100;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


.mobile_main_tab_inactive {
  display: inline-block;
  position: relative;
  top: 1px;
  font-family: 'Roboto Condensed', sans-serif;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  padding: 2px;
  padding-left: 20px;
  box-sizing: border-box;
  color: #999;
  margin: 0px;
  cursor: pointer;
  z-index: 1;
  transform-origin: bottom left;
  transform: rotate(-45deg);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mobile_main_tab_inactive:hover {
  color: #ccc;
}




#mobile_ai_info_text {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  margin-top: 8px;
  margin-bottom: 12px;
  box-sizing: border-box; 
  text-align: center; 
  color: #aaa; 
  font-size: 14px; 
  line-height: 17px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media screen and (min-width: 451px) {
    #mobile_ai_info_text { 
      font-size: 14px; 
      line-height: 14px; 
    }
}
@media screen and (max-width: 450px) {
    #mobile_ai_info_text { 
      font-size: 13px; 
      line-height: 13px;  
    }
}





.contents_columns {
    display: block;
    position: relative;
    width: 95%;
    padding: 0px;
    padding-left: 5%;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    line-height: 23px;
    font-weight: normal;
    color: #ccc;
    column-count: 3; 
    column-gap: 20px;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@media screen and (min-width: 801px) {
  .contents_columns { 
    column-count: 3;
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 476px) and (max-width: 800px) {
  .contents_columns { 
    column-count: 2;
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 475px) {
  .contents_columns { 
    column-count: 1;
    font-size: 13px;
    line-height: 21px;
  }
}




.manual_image {
  position: relative;
  border: 1px solid #ccc;
  max-width: 65%; 
  height: auto; 
  float: right;
  clear: initial;
  margin-left: 6px;
}

@media screen and (min-width: 476px) and (max-width: 800px) {
  .manual_image { 
    float: right;
    clear: initial;
    margin-left: 6px;
    max-width: 65%; 
  }
}
@media screen and (max-width: 475px) {
  .manual_image { 
    float: initial;
    clear: both;
    margin-left: 0px;
    max-width: 100%;
    width: 100%;
  }
}






.client_tab {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #888;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 1px solid #888;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.client_tab:hover {
  color: #000;
  border-bottom: 1px solid #000;
} 

.client_tab_active {
  display: inline-block;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  font-family: 'Roboto Condensed', sans-serif;
  color: #ccc;
  text-align: center;
  padding: 0px;
  padding-bottom: 3px;
  border-bottom: 3px solid #ccc;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}





#admin_clients_container {
  display: block; 
  position: relative; 
  width: 100%; 
  padding: 0px; 
  box-sizing: border-box; 
  text-align: left;
  column-count: 2; 
  column-gap: 20px;
}

@media screen and (min-width: 701px) {
    #admin_clients_container { 
        column-count: 3;
    }
}
@media screen and (min-width: 351px) and (max-width: 700px) {
    #admin_clients_container { 
        column-count: 2;
    }
}
@media screen and (max-width: 350px) {
    #admin_clients_container { 
        column-count: 1;
    }
}



.client_tile {
  display: block;
  position: relative;
  background: #aaa;
  color: #222;
  font-size: 14px;
  line-height: 17px;
  padding: 8px;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 20px;
  border-radius: 3px;
  break-inside: avoid;
}

.client_tile_inner {
  display: block;
  position: relative;
  padding: 0px;
  box-sizing: border-box;
  width: 100%;
  white-space: nowrap; 
  text-overflow: ellipsis; 
  overflow: hidden;
}




#index_title {
  display: inline-block; 
  position: relative; 
  width: 60%; 
  order: 1;
  text-align: left;
  margin-top: 10px;
}

#slides_box {
  display: inline-block; 
  position: relative; 
  text-align: center;
  top: -14px;
  width: 40%; 
  order: 2;
}

@media screen and (min-width: 641px) {
  #index_title { 
      width: 60%;
      order: 1;
      text-align: left;
      margin-top: 10px;
  }
  #slides_box {
      width: 40%;
      order: 2;
  }
}
@media screen and (max-width: 640px) {
  #index_title { 
      width: 100%;
      order: 2;
      text-align: center;
      margin-top: 0px;
  }
  #slides_box {
      width: 100%;
      order: 1;
  }
}





.red_bold_subtitle {
    position: relative;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-size: 22px;
    font-weight: bold;
    color: #bb0000;
    line-height: 26px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


@media screen and (min-width: 501px) {
  .red_bold_subtitle {
    font-size: 22px;
    line-height: 26px;
  }
}
@media screen and (max-width: 500px) {
  .red_bold_subtitle {
    font-size: 18px;
    line-height: 21px;
  }
}




#ai_loop_container {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(60% - 5px);
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  color: #777;
}

#text2_container {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(40% - 5px);
}

@media screen and (min-width: 651px) {
  #ai_loop_container {
    width: calc(60% - 5px);
    text-align: left;
  }
  #text2_container {
    width: calc(40% - 5px);
  }
}
@media screen and (max-width: 650px) {
  #ai_loop_container {
    width: 100%;
    text-align: center;
    margin-bottom: 8px;
  }
  #text2_container {
    width: 100%;
  }
}




#printer_container {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(50% - 5px);
  order: 2;
}

#text3_container {
  display: inline-block; 
  position: relative; 
  padding: 0px; 
  box-sizing: border-box; 
  width: calc(50% - 5px);
  order: 1;
}

@media screen and (min-width: 501px) {
  #printer_container {
    width: calc(50% - 5px);
    order: 2;
  }
  #text3_container {
    width: calc(50% - 5px);
    order: 1;
  }
}
@media screen and (max-width: 500px) {
  #printer_container {
    width: 100%;
    order: 1;
  }
  #text3_container {
    width: 100%;
    order: 2;
  }
}