body {
  font-family: "Roboto", "Arial", sans-serif;
  font-size: 9pt;
  font-display: swap;
  /* font-weight: 500; */
}

.container-help {
    width: 80%;
    margin-left: 10%;
}

.block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

.block__item {
    display: flex;
    flex-basis: 110px;
    justify-content: flex-start;
    padding: 3px;
    background: #4bffb5;
}

.chart-title {
    margin-bottom: 4px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.text-left {
    text-align: left!important;
}

.text-h-help {
    color: #eef676;
    font-size: 0.9rem;
}

.lead-p-settings {
    font-size: 1rem;
    font-weight: 300;
    text-align: left;
}

.mr-33 {
    margin-right: 8px;
}

.padding-text-p4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.lead-help {
    font-size: 1rem;
    font-weight: 300;
}

.fbold {
  font-size: 9pt;
  font-weight: 600;
}

.fbold-stats { 
  font-size: 9pt;
  font-weight: 600;
  color: #eaf372;
}

.fbold-stats-red { 
  font-size: 9pt;
  font-weight: 600;
  color: #f37272;
}

.helpTip {
    border-bottom: 1px dotted #787878;
}

.helpTip:hover {
  border-bottom: 1px solid #5e5e5e;
  cursor: help;
}

.inform-message {
    text-shadow: 1px 1px 2px black;
    background: repeating-linear-gradient(45deg, #606dbc, #606dbc 10px, #465298 10px, #465298 20px);
    font-weight: 500;
}

.margin-left-right {
    margin-right: 10px;
    margin-left: 10px;
}

.linkStat {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #eaf372;
}

.linkStat:hover {
  color: #dcdcdc;
  text-decoration: none;
  border-bottom: 1px solid #eaf372;
  cursor: pointer;
}

.linkCryptonews {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #eaf372;
}

.linkCryptonews:hover {
  color: #dcdcdc;
  text-decoration: none;
  border-bottom: 1px solid #eaf372;
  cursor: pointer;
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.form-control-dark {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  color: #fff;
  background-color: var(--bs-dark);
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.text-small {
  font-size: 85%;
}

.left-align {
    text-align: left;
    margin-left: 3px;
}

.right-align {
    text-align: right;
    margin-right: 3px;
}

.dropdown-toggle {
  outline: 0;
}

.border-div {
    border: 1px solid #3f3e3e;
    margin-right: 10px;
    margin-left: 10px;
}

.border-grid {
    border: 1px solid #3f3e3e;
    vertical-align: middle;
    text-align: center;
    padding: 2px;
}

.border-grid-cryptonews {
    border: 1px solid #3f3e3e;
    vertical-align: middle;
    text-align: left;
    padding: 10px;
    margin-left: 40px;
    margin-bottom: 20px;
}

.textLenta {
    font-size: 13px;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.myPopover {
  color: #e3e3e3;
  text-decoration: none;
  border-bottom: 1px solid #dddddd;
  overflow: hidden;
}

.myPopover:hover {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #cdcdcd;
  overflow: hidden;  
  cursor: pointer;
}

.myPopoverDestiny {
  color: #ffffff;
  text-decoration: none;
  border-bottom: 1px dotted #c5c5c5;
  overflow: hidden;
}

.myPopoverDestiny:hover {
  color: #eeeeee;
  text-decoration: none;
  border-bottom: 1px solid #c5c5c5;
  cursor: pointer;
  overflow: hidden;
}

.graph {
  position:fixed;
  margin:10px auto;
  height:16px;
  width:16px;
  cursor: pointer;
}

.graph_modal {
  display:none;
  height:200px;
}

.graph:hover .graph_modal {
  display:block;
  position:absolute;
  z-index:9999;
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-box {
    border: none;
    background: #161a1e;
    background: rgba(22,26,30,.9);
    font-size: 14px;
    vertical-align: center;
    text-align: left;
    overflow: hidden;
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-box {
    margin-top: 8px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-box {
    margin-right: 8px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-box {
    margin-left: 8px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-box {
    margin-bottom: 8px
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow {
    height: 8px;
    margin-left: -8px;
    width: 16px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow {
    height: 16px;
    margin-left: 0;
    margin-top: -8px;
    width: 8px
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background {
    display: none
}

.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border {
    border: 8px solid transparent
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-border {
    border-bottom-color: #161a1e;
    border-bottom-color: rgba(22,26,30,.9)
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-border {
    border-left-color: #161a1e;
    border-left-color: rgba(22,26,30,.9)
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-border {
    border-right-color: #161a1e;
    border-right-color: rgba(22,26,30,.9)
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-border {
    border-top-color: #161a1e;
    border-top-color: rgba(22,26,30,.9)
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped {
    top: -8px
}

.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped {
    left: -8px
}

.noty_line {
  background: linear-gradient( 
      rgba(255,255,255,.2) 40%, rgba(255,255,255, 0) 40%),
    linear-gradient( 
      rgba(255,255,0,.7), rgba(255,255,255,0));
  background-size: 1em 1em, 100%;
  background-color: tomato;
  text-shadow: 0 0 0.2em #2e2e2e, 0 0 0.2em #404040, 0 0 0.2em #000;
}

.form-adv {
    display: flex;
    text-align: center;
    justify-content: center;
}

.link-annonce {
    color: #e7f26e;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
}

.advbanner {
  background-size: cover;
  background-position: center;
  width: 60%;
}