.np-l {
  padding-left: 0px;
}

.has-error {
  color: #D0021B;
}

div.container_81543 {
  min-width: auto !important;
}

.tradingview-widget-container {
  margin: 0 auto;
}

body {
  background: #2D2D2D;
  color: #262626;
  font-family: "avenirMid", "Nunito", sans-serif;
}

body.login {
  margin-top: 20px;
  background: #fff;
  color: #212529;
}

body p {
  font-family: "avenir", "Nunito", sans-serif;
}

body a {
  color: #9B9B9B;
}

body a:hover {
  color: #3366FF;
}

body .btn {
  color: #F9F9F9;
  background: none;
  margin-top: 20px;
  border: thin solid #F9F9F9;
  padding: 5px 20px;
  border-radius: 30px;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  body .btn {
    font-size: 16px;
  }
}

body .btn img {
  max-width: 25px;
  margin-left: 10px;
  color: #3366FF;
  margin-top: -6px;
}

body .btn:hover {
  text-decoration: none;
  background: #3366FF;
}

body .btn.back-to-index {
  float: right;
}

body .btn.btn-danger {
  background: #D0021B;
}

body .btn.blue {
  background: #3366FF;
}

body .btn.blue:hover {
  background: none;
}

body h1 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  body h1 {
    font-size: 2rem;
  }
}

body .navbar-toggler:not(:disabled):not(.disabled) {
  position: fixed;
  right: 10px;
}

body .navbar-collapse {
  background: #F9F9F9;
  padding: 10px;
}

body table.table {
  border: none;
}

body table.table.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.2);
}

body table.table thead {
  border: none;
}

body table.table thead tr {
  border: none;
}

body table.table thead tr th {
  border: none;
  font-size: 14px;
  line-height: 18px;
}

body table.table thead tr th a {
  color: #9B9B9B;
}

body table.table tbody {
  border: none;
}

body table.table tbody tr {
  border: none;
  border-bottom: 2px solid #2D2D2D;
}

body table.table tbody tr.sell {
  background: rgba(208, 2, 27, 0.25);
}

body table.table tbody tr.buy {
  background: rgba(112, 178, 39, 0.25);
}

body table.table tbody tr.closed {
  background: rgba(248, 231, 28, 0.25);
}

body table.table tbody tr td {
  border: none;
  padding-bottom: 5px;
}

body table.table tbody tr td .badge {
  border-radius: 10px;
  padding: 5px 10px;
}

body table.table tbody tr td .badge.buy {
  background: #70B227;
}

body table.table tbody tr td .badge.sell {
  background: #D0021B;
}

body table.table tbody tr td.actions {
  padding-top: 5px;
}

body table.table tbody tr td.actions .view {
  border: 1px solid #F9F9F9;
  padding: 5px 20px;
  border-radius: 30px;
  color: #F9F9F9;
  display: inline-block;
}

body table.table tbody tr td.actions .view:hover {
  background: #F9F9F9;
  text-decoration: none;
  color: #3366FF;
}

body.dashboard {
  color: #F9F9F9;
}

body.dashboard .navbar {
  background: #F9F9F9;
  height: 71px;
}

body.dashboard .navbar .initials {
  background: #DFDFDF;
  display: block;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  float: left;
  padding-top: 5px;
  text-align: center;
  margin-top: 3px;
}

body.dashboard .published-time {
  text-align: right;
  padding-top: 20px;
  font-size: 24px;
}

body.dashboard .sidebar-handle {
  position: absolute;
  left: 0px;
  display: none;
  border-radius: 0px 20px 20px 0px;
  padding: 10px;
  top: 82px;
  background: #3366FF;
  transition: left 1s;
}

@media only screen and (max-width: 500px) {
  body.dashboard .sidebar-handle {
    position: absolute;
    left: 0px;
    display: block;
  }
}

body.dashboard .sidebar-handle.active {
  left: 70px;
}

body.dashboard #sidebar {
  background: #222222;
  border-right: thin solid #979797;
  width: 71px;
  position: fixed;
  top: 71px;
  left: 0;
  height: 100vh;
  z-index: 999;
  min-height: 852px;
  transition: left 1s;
}

@media only screen and (max-height: 870px) {
  body.dashboard #sidebar {
    overflow-x: scroll;
  }
}

body.dashboard #sidebar ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

body.dashboard #sidebar ul.bottom {
  bottom: 71px;
  position: absolute;
}

@media only screen and (max-height: 870px) {
  body.dashboard #sidebar ul.bottom {
    position: relative;
    bottom: auto;
  }
}

body.dashboard #sidebar ul li {
  list-style: none;
}

body.dashboard #sidebar ul li a {
  margin: 10px;
  text-align: center;
  background: #979797;
  border-radius: 100%;
  display: block;
  width: 50px;
  height: 50px;
  padding-top: 10px;
}

body.dashboard #sidebar ul li a:hover,
body.dashboard #sidebar ul li a.active {
  background: #3366FF;
}

@media only screen and (max-width: 500px) {
  body.dashboard #sidebar {
    left: -70px;
  }

  body.dashboard #sidebar.active {
    left: 0px;
    left: 0px;
    overflow: scroll;
    max-height: calc(100% - 71px);
    height: calc(100% - 71px);
    min-height: calc(100% - 71px);
  }
}

body.dashboard #content {
  margin-top: 71px;
  margin-left: 71px;
  margin-bottom: 60px;
}

@media only screen and (max-width: 500px) {
  body.dashboard #content {
    margin-left: 0px;
  }
}

body.dashboard #content h1 {
  padding-top: 30px;
}

body.dashboard #content .col-widget .widget h1 {
  padding-left: 15px;
}

body.dashboard #content .customise-dashboard {
  float: right;
}

body.dashboard .box:not(#signalcentre .box) {
  display: block;
  color: #F9F9F9;
  margin-bottom: 20px;
  width: 350px;
  min-width: 350px;
  max-width: 350px;
  margin-left: 5px;
  margin-right: 5px;
  float: left;
  padding: 10px;
  text-align: center;
}

body.dashboard .box:not(#signalcentre .box).expired .expired-text {
  position: relative;
  margin-bottom: -70px;
  line-height: 70px;
  font-size: 30px;
  z-index: 100;
}

body.dashboard .box:not(#signalcentre .box).expired a {
  opacity: 0.5;
}

body.dashboard .box:not(#signalcentre .box) h2 {
  font-size: 1.3rem;
}

body.dashboard .box:not(#signalcentre .box) .second {
  border-left: thin solid #373737;
}

body.dashboard .box:not(#signalcentre .box) a {
  padding: 10px;
  display: block;
  color: #F9F9F9;
  text-decoration: none;
  border: thin solid #373737;
  background: #222222;
}

body.dashboard .box:not(#signalcentre .box) a .action {
  border-radius: 30px;
  padding: 5px;
}

body.dashboard .box:not(#signalcentre .box) a .action.buy {
  background: #70B227;
}

body.dashboard .box:not(#signalcentre .box) a .action.sell {
  background: #D0021B;
}

body.dashboard .box:not(#signalcentre .box) a .entry {
  display: block;
  float: left;
  width: 100%;
}

body.dashboard .box:not(#signalcentre .box) a .entry .title {
  color: #3366FF;
  font-size: 16px;
  float: left;
}

body.dashboard .box:not(#signalcentre .box) a .entry .value {
  float: right;
}

body.dashboard .box:not(#signalcentre .box) a .updates {
  font-size: 13px;
  padding-top: 5px;
}

body.dashboard .box:not(#signalcentre .box) a .updates span {
  font-weight: bold;
}

body.dashboard .box:not(#signalcentre .box) a:hover {
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
  color: #F9F9F9;
  text-decoration: none;
}

body.dashboard .reactive-view .widget {
  padding: 10px;
}

body.dashboard .reactive-view .widget.buy {
  background: #70B227;
}

body.dashboard .reactive-view .widget.sell {
  background: #D0021B;
}

body.dashboard .report .header {
  background: #222222;
  border-bottom: thin solid #373737;
  padding-bottom: 20px;
  min-height: 94px;
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header {
    padding-bottom: 0px;
  }
}

body.dashboard .report .header.buy .action .value {
  background: #70B227;
}

body.dashboard .report .header.sell .action .value {
  background: #D0021B;
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .col-widget {
    width: 200px;
    max-width: 200px;
  }
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .col-widget-second {
    width: calc(100% - 200px);
    max-width: calc(100% - 200px);
    padding-left: 30px;
  }
}

body.dashboard .report .header .widget {
  width: 200px;
  margin: 0 auto;
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .widget {
    margin-left: -15px;
  }
}

body.dashboard .report .header .widget .tradingview-widget-container {
  height: 94px !important;
  background: #F9F9F9;
}

body.dashboard .report .header .widget .tradingview-widget-container .tradingview-widget-copyright {
  display: none;
}

body.dashboard .report .header .action {
  display: inline-block;
  width: 49%;
}

@media screen and (min-width: 576px) {
  body.dashboard .report .header .action {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .action {
    margin-left: -15px;
  }
}

@media screen and (min-width: 1200px) {
  body.dashboard .report .header .action {
    width: auto;
    float: left;
  }
}

body.dashboard .report .header .action .value {
  width: 100px;
  border-radius: 30px;
  padding: 10px;
  text-align: center;
  margin: 10px auto;
  border: thin solid #F9F9F9;
}

@media screen and (min-width: 1200px) {
  body.dashboard .report .header .action .value {
    width: 120px;
  }
}

body.dashboard .report .header .entry {
  display: inline-block;
  text-align: center;
  width: 49%;
  margin-top: 8px;
  float: right;
}

@media screen and (min-width: 576px) {
  body.dashboard .report .header .entry {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  body.dashboard .report .header .entry {
    float: left;
    width: auto;
    padding-left: 20px;
    font-size: 24px;
    margin-top: 12px;
  }
}

body.dashboard .report .header .entry span {
  display: block;
  color: #3366FF;
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  body.dashboard .report .header .entry.report-phrase {
    width: calc(100% - 120px);
    font-size: 15px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 1400px) {
  body.dashboard .report .header .entry.report-phrase {
    font-size: 20px;
    margin-top: 17px;
  }
}

@media screen and (min-width: 1750px) {
  body.dashboard .report .header .entry.report-phrase {
    font-size: 22px;
    margin-top: 17px;
  }
}

@media screen and (min-width: 1820px) {
  body.dashboard .report .header .entry.report-phrase {
    font-size: 22px;
    margin-top: 30px;
  }
}

body.dashboard .report .header .targets .entry {
  width: 32%;
  float: none;
  margin-top: 8px;
}

@media screen and (min-width: 576px) {
  body.dashboard .report .header .targets .entry {
    margin-top: 15px;
  }
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .targets .entry {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1200px) {
  body.dashboard .report .header .targets .entry {
    font-size: 24px;
    margin-top: 12px;
  }
}

body.dashboard .report .header .resistance-support {
  text-align: center;
  margin-top: 15px;
}

@media screen and (min-width: 992px) {
  body.dashboard .report .header .resistance-support {
    margin-top: 20px;
  }
}

@media screen and (min-width: 576px) {
  body.dashboard .report .header .resistance-support .item {
    padding: 0px;
  }
}

body.dashboard .report .header .resistance-support .item span {
  color: #3366FF;
  padding-right: 10px;
}

@media screen and (min-width: 576px) {
  body.dashboard .report .header .resistance-support .item span {
    padding-right: 5px;
  }
}

body.dashboard .report .body-content h4 {
  margin-top: 20px;
}

body.dashboard .report .body-content .btn {
  margin-top: 10px;
  background: #3366FF;
}

@media screen and (min-width: 420px) {
  body.dashboard .report .body-content .btn {
    float: right;
    margin-top: 0px;
  }
}

body.dashboard .report .body-content .analysis {
  border: thin solid #373737;
  background: #222222;
}

body.login {
  margin-top: 20px;
  color: #2D2D2D;
}

body.login .bg-grey {
  background: #f9f9f9;
  padding: 10px 20px;
  margin-bottom: 20px;
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

body.login .bg-grey label {
  margin-top: 5px;
}

body.login .bg-grey input {
  border-color: rgba(0, 0, 0, 0.1);
  background: #fff;
  color: #212529;
  border-radius: 6px;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: none;
}

body.login .bg-grey .btn {
  max-width: 138px;
  background-color: #3366FF;
  color: #F9F9F9;
}

body.login .bg-grey .btn:hover {
  border: thin solid #2D2D2D;
  background-color: #2D2D2D;
}

body.login .bg-grey .subscription-type {
  background: #F9F9F9;
  color: #2D2D2D;
  border-radius: 40px;
  margin: -25px 20px;
  padding: 5px;
}

body.login .bg-grey .subscription-type label {
  padding-left: 5px;
}

body.login .bg-grey .subscription-type label.type {
  font-size: 20px;
  padding-top: 10px;
}

body.login .bg-grey .subscription-type input {
  margin-left: 20px;
}

body.login .page-title {
  width: 100%;
}

body.login .social-login .t-and-c-checkbox {
  display: block;
}

body.login .social-login div {
  display: inline-block;
}

body.login .social-login input[type=submit] {
  display: inline-block;
  width: 103px;
  padding: 5px;
  margin: 5px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #ffffff !important;
}

body.login .social-login input[type=submit]:hover {
  color: #ffffff !important;
}

body.login .social-login .facebook input {
  background-color: #3b5998;
}

body.login .social-login .facebook input:hover {
  background-color: #2f4679;
}

body.login .social-login .twitter input {
  background-color: #00acee;
}

body.login .social-login .twitter input:hover {
  background-color: #0089bd;
}

body.login .social-login .google input {
  background-color: #dd4b39;
}

body.login .social-login .google input:hover {
  background-color: #b03b2d;
}

body.login .social-login .linkedin input {
  background-color: #0e76a8;
}

body.login .social-login .linkedin input:hover {
  background-color: #0b5e85;
}

body .customise {
  margin-bottom: 20px;
}

body .customise .panel {
  background: #373737;
  padding: 10px;
}

body .customise .panel table {
  border: none;
}

body .customise .panel table tr {
  border: none;
}

body .customise .panel table tr td {
  border: none;
  padding: 5px;
}

body .customise .panel table tr td:first-child {
  width: 20px;
}

body .twitter-widget {
  max-height: 100vh;
  overflow-x: scroll;
}

body .modal-dialog {
  width: 90vw;
  max-width: initial;
  color: #2D2D2D;
  text-align: left;
}

body .modal-dialog .close:not(:disabled):not(.disabled) {
  position: fixed;
  right: 20px;
}

.ask-analyst .question-section {
  margin-top: 20px;
}

.ask-analyst .question-section .btn:hover {
  color: #F9F9F9;
}

.ask-analyst .question-section img {
  max-width: 100%;
}

.ask-analyst .answer-section {
  margin-top: 20px;
}

.ask-analyst .answer-section .btn:hover {
  color: #F9F9F9;
}

.ask-analyst .answer-section img {
  max-width: 100%;
}

.ask-analyst .avatar {
  background: #F9F9F9;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  text-align: center;
  color: #222222;
  padding-top: 7px;
}

.ask-analyst .avatar img {
  margin-top: -7px;
  max-width: 100%;
}

.ask-analyst .question {
  width: 100%;
  background: #979797;
  border-radius: 10px;
  padding: 10px;
}

.ask-analyst .answer {
  width: 100%;
  background: #3366FF;
  border-radius: 10px;
  padding: 10px;
}

.ask-analyst .date {
  padding-top: 10px;
  font-size: 14px;
}

#askAnalyst.modal .btn {
  border-color: #3366FF;
  color: #3366FF;
}

#askAnalyst.modal .btn:hover {
  color: white;
}

body.dashboard #content .education-area h1 {
  padding: 0px;
  padding-top: 20px;
}

body.dashboard #content .education-sub-nav {
  padding: 20px;
  background: #373737;
  margin-top: 20px;
}

body.dashboard #content .education-sub-nav h4 {
  font-size: 16px;
}

.row-eq-height {
  display: flex;
}

.insight-card {
  padding: 10px;
  display: block;
  color: #F9F9F9;
  text-decoration: none;
  border: thin solid #373737;
  background: #222222;
  margin-bottom: 10px;
  height: 95%;
}

.wp-graphs > div {
  float: left;
  max-width: 50%;
  width: 50%;
  padding: 10px;
}

.wp-graphs > div .visualizer-front {
  width: 50%;
  float: left;
}

.wp-graphs > div .visualizer-front svg g > g > g > rect {
  fill: #0057bc;
  stroke: #f9f9f9;
  stroke-width: 1px;
}

.wp-graphs > div .visualizer-front svg > rect {
  fill: #2d2d2d;
}

.wp-graphs > div .visualizer-front svg text {
  fill: #f9f9f9;
}

.wp-graphs > div .visualizer-front svg .google-visualization-tooltip text {
  fill: #2d2d2d;
}

