  :root {
    --graphcolor:rgba(128, 182, 256, 1);
  }
  body {
    background-color: #f8f9fa !important;
    font-family: 'Gotham Pro', sans-serif;
  }
  .nav-tabs {
    font-size: 0.95rem !important;
  }
  .pagetitle {
    flex-wrap: nowrap;
    justify-content: flex-start;
    color: #4e4e4e;
  }
  .bg-secondary {
    background-color: rgb(236, 236, 236) !important;
  }
  .logoicon {
      white-space: nowrap;
      background-size: contain;
      background-repeat: no-repeat;
      width: 1.7rem;
      height: 1.7rem;
      margin-right: 9px;
      float:left;
  }
  .nushyicon {
    white-space: nowrap;
    background-image: url('../img/logo051.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.7rem;
    height: 1.7rem;
    margin-right: 9px;
    float:left;
  }  
  .clipboardicon {
    white-space: nowrap;
    background-image: url('../img/clipboard.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    box-shadow:none;
  }
  .clipboardicon:hover {
    border-width: 0;
  }
  .clipboardicon:focus{
    border-width: 0;
  }
  .clipboardcheckicon {
    white-space: nowrap;
    background-image: url('../img/clipboard-check.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.6rem;
    height: 1.6rem;
    box-shadow:none;
  }
  .clipboardcheckicon:focus {
    border-width: 0;
  }

  .clipboardicon-sm {
    font-size: 0.8rem;
    white-space: nowrap;
    background-image: url('/img/clipboard-small.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    box-shadow:none;
  }
  .clipboardicon-sm:hover {
    border-width: 0;
  }
  .clipboardicon-sm:focus{
    border-width: 0;
  }
  .clipboardcheckicon-sm {
    white-space: nowrap;
    background-image: url('/img/clipboard-check-small.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.2rem;
    height: 1.2rem;
    box-shadow:none;
  }
  .clipboardcheckicon-sm:focus {
    border-width: 0;
  }

  .fa-external-link {
    font-size: 0.8rem;
    white-space: nowrap;
    background-image: url('/img/external-link.svg');
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    display: inline-block;
    width: 1.15rem;
    height: 1.15rem;
    box-shadow:none;
  }

  .addresslink {
      color: #000000;
      text-decoration: none;
      word-break: break-all;
      white-space: normal;
  }
  /* .settingsicon {
    white-space: nowrap;
    background-image: url('../img/settings.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 1.8rem;
    height: 1.8rem;
    margin-left: 8px;
    float:right;
  } */
  .canvas {
    background-color: #ffffff !important;
    border: 1px solid #ebeef1 !important;
    border-radius: 1%;
    position: relative;
  }  
  .div-nowrap {
    white-space: nowrap;
  }
  .col-sm {
    white-space: nowrap;
  }
  .badge {
    vertical-align: middle;
  }
  .bg-ommer {
    color: #000000!important;
    background-color: #f8d7da!important;
  }
  .bg-mev {
    color: #000000!important;
    background-color: #d1e7dd!important;
  }
  .bg-unc {
    color: #000000!important;
    background-color: #d1e7dd!important;
  }
  .bg-reject {
    color: #000000!important;
    background-color: #ff7984!important;
  }
  .minerlink {
    color: rgba(0,0,0,.55) !important;
    cursor: pointer;
    text-transform:none !important;
    font-size: 0.95rem !important;
    font-weight: 500;
  }
  .minerlink:hover {
    color: rgba(0,0,0,.7) !important;
  }
  .minerlink.active {
    color: rgba(0,0,0,.9) !important;
    font-weight: 600;
  }
  .coindiv {
    position: relative;
    z-index: 0;
    height: 1000px;
    width: 100%;
  }
  .coindiv:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(https://thumb.tildacdn.com/tild6464-3437-4961-b662-666536653437/-/format/webp/12321.jpg);
    background-size: cover; 
    opacity: 0.8;
    z-index: -1;
  }
  .dashboard {
    font-family: 'Oswald', sans-serif !important;    
  }
  .dashboard-box {
    border-radius: 2%;
    border: 1px solid #ebeef1;
    background-color: #ffffff;
  }
  .dashboard-row {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    min-width: max-content;
  }
  .dashboard-col {
    white-space: nowrap;
    padding-top: 0.5rem;
    padding-left: 0.8rem;
    box-sizing: border-box;
  }
  @media (min-width:575px){
    .col-l { 
      border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important; 
    }
    .col-l2 {
      border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
      border-bottom: 0px!important;
    }  
  }
  .noselect {
    user-select: none;    
  }
  .pool-box {
    color: white;
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-dark-rgb),var(--bs-bg-opacity));
    white-space: nowrap;
  }
  .referral-card {
    white-space: normal;
  }
  .referral-card:hover,
  .referral-card:focus-within {
    color: #1f2329;
  }
  .referral-card .card-header .text-warning {
    font-size: 0.85em;
  }
  .referral-card .hero-row {
    margin-bottom: 0.2rem;
  }
  .referral-card.mexc-theme,
  .referral-card.coinex-theme {
    color: #fff;
    position: relative;
    overflow: hidden;
  }
  .referral-card.mexc-theme::before,
  .referral-card.coinex-theme::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.25s ease;
  }
  .referral-card.mexc-theme::before {
    /* background-image: linear-gradient(rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.02)), url('/img/mexc-card.png'); */
    opacity: 1;
  }
  .referral-card.coinex-theme::before {
    /* background-image: linear-gradient(rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.02)), url('/img/coinex-card.png'); */
    opacity: 0.20;
  }
  .referral-card.mexc-theme > *,
  .referral-card.coinex-theme > * {
    position: relative;
    z-index: 1;
  }
  .referral-card.coinex-theme:hover::before,
  .referral-card.coinex-theme:focus-within::before {
    opacity: 0.20;
  }
  .pool-box.pool-wallpaper {
    position: relative;
    overflow: hidden;
  }
  .pool-box.pool-wallpaper::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background-image: linear-gradient(rgba(5, 5, 5, 0.02), rgba(5, 5, 5, 0.25)), var(--pool-card-wallpaper, none);
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 0;
    transition: opacity 0.25s ease;
    opacity: 0.20;
  }
  .pool-box.pool-wallpaper > * {
    position: relative;
    z-index: 1;
  }
  .pool-box.pool-wallpaper:hover::before,
  .pool-box.pool-wallpaper:focus-within::before {
    opacity: 0.20;
  }
  .pool-box:hover {
    border-width: 1.1px;
    cursor: pointer;
    color: #6c757d;
    background-color: white;
    border-style: solid;
  }
  .pool-box .row {
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    min-width: max-content;
    --bs-gutter-x: 0.5rem;
  }
  .pool-box .col{
    border-width: 1.1px;
    border-color: white !important;
    font-size: 1.0rem;
  }
  .pool-box .btn-outline-light {
    border-width: 1.1px;
    border-color: white !important;
    font-size: 1.0rem;
    color: var(--bs-card-cap-color);
    background-color: var(--bs-card-cap-bg);
    border-color: (--bs-card-border-color);
  }
  .pool-box .btn-outline-light:hover {
    border-width: 1.1px;
    border-color: #6c757d !important;
    font-size: 1.0rem;
    color: #6c757d;
  }  

  .infopool {
    background-color: rgb(0, 0, 0);
    color: white;
  }
  .infochain {
    background-color: rgb(0, 0, 0);
    color: white;
  }  
  .infocountries {
    background-color: #ffffff;
    border-radius: 3px;
  }
  .infonodes {
    background-color: #ffffff;
    border-radius: 3px;
  }
  .infonet {
    background-color: #ffffff;
    border-radius: 3px;
  }
  .infoworld {
    background-color: #ffffff;
    border-radius: 3px;
  }
  .flag {
    display:inline-block;
    position: relative;
    width: 16px !important;
    height:12px !important;
    margin-bottom: 0.25rem!important;
  }
  .botlink {
    font-weight: 550;
    text-decoration: none;
  }
  .fill {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    display: inline-block;
  }
  .fill img {
    flex-shrink: 0;
    min-width: 100%;
    min-height: 100%;
    display: inline-block;
  }
  .col-settings {
    border: 1px solid #ebeef1 !important;
    background-color: #ffffff !important;
    font-size: 0.95rem;
  }
  .col-earn-head {
    background-color: #f0f4fa;    
  }
  .table-bordered>:not(caption)>*>* {
    padding: 0.2rem 0.2rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
  }
  .table-col {
    border: 1px solid #ebeef1 !important;
    background-color: #ffffff !important;
    padding-top: 0.8rem;
    font-size: 0.95rem;
  }
  .btn-close {
    font-size: 0.5em;
    padding-top: 0.20rem !important;
    padding-right: 0.20rem !important;
  }
  .btn-support {
    position: fixed;
    right: 0.5rem;
    bottom: 1rem;
    background-color: #134268d3;
    border-radius: 1.375rem;
  }
  .btn-send {
    background-color: #004279d3;
  } 
  .btn-support:hover, .btn-send:hover .btn-support:active, .btn-support:focus, .btn-send:active, .btn-send:focus {
    background-color: #006dc7d3;
  }
  .modal-support {
    position: fixed;
    top: auto;
    right: 0.5rem;
    bottom: 0.0rem;
  }
  .alert-danger{
    background-color: rgba(255, 0, 0, 0.05);
  }
  .alert-success{
    background-color: rgba(0, 255, 0, 0.05);
    --bs-alert-padding-x: 0.5rem !important;
    --bs-alert-padding-y: 1.0rem !important;
    /* --bs-alert-margin-bottom: 1.0rem !important;     */
  }
  .alert-service-update{
    font-size: 0.85rem;
    color: rgb(117, 79, 7);
    background-color: rgba(233, 200, 95, 0.719);
  }  
  .alert-banner-1{
    background-color: rgba(0, 255, 0, 0.01) !important;
  }
  .alert-banner-2{
    color: rgba(2, 32, 44, 0.6);
    background-color: rgba(0, 185, 30, 0.05) !important;
  }
  .alert-banner-3{
    color: rgba(3, 58, 80, 0.9);
    background-color: rgba(0, 105, 55, 0.1) !important;
  }    
  .alert-sm {
    font-size: medium;
  }
  .col-lg-2 p {
    margin-bottom: 0.2rem;
  }
  .footer-link {
    color: hsla(0, 0%, 100%, 0.55);
    text-decoration: none;
  }
  .footer-link:hover {
    color: white;
  }
  .btn-floating, [class*="btn-outline-"].btn-floating {
    width: 2.3125rem;
    height: 2.3125rem;
    box-shadow: none;
    border-radius: 50%;
    position: relative;
    padding-left: 0.05rem;
  } 
  .fab {
    width: 2.0625rem;
    line-height: 2.0625rem;
  }
  .custom-tooltip {
    --bs-tooltip-bg: var(--bs-gray-900);
    text-align: left;
  }
  .cortexlink {
    color: rgb(52, 137, 170);
    text-decoration: none;
    vertical-align: middle;
  }
  .cortexlink:hover {
    color: rgb(72, 195, 243);
    text-decoration: none;
  }
  .cortexlink:visited {
    color: rgb(31, 101, 148);
    text-decoration: none;
  }
  .linkred {
    color:red;
    text-decoration: none;
  }  
  .linkred:hover {
    color:red;
    text-decoration: none;
  } 
  .linkred:visited {
    color:red;
    text-decoration: none;
  }
  .linkgray {
    color:DarkSlateGray;
    text-decoration: none;
  }  
  .linkgray:hover {
    color:DarkSlateGray;
    text-decoration: none;
  } 
  .linkgray:visited {
    color:DarkSlateGray;
    text-decoration: none;
  }  

  pre {
    background: #f4f4f4;
    border: 1px solid #ddd;
    border-left: 3px solid #3380f3;
    color: #666;
    page-break-inside: avoid;
    font-family: monospace;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1em 1.5em;
    display: block;
    word-wrap: break-word;
}

#scroll-container {
  overflow: hidden;
}
#scroll-text {
  /* animation properties */
  -moz-transform: translateX(100%);
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -moz-animation: my-animation 45s linear infinite;
  -webkit-animation: my-animation 45s linear infinite;
  animation: my-animation 45s linear infinite;
}
/* for Firefox */
@-moz-keyframes my-animation {
  from { -moz-transform: translateX(100%); }
  to { -moz-transform: translateX(-100%); }
}
/* for Chrome */
@-webkit-keyframes my-animation {
  from { -webkit-transform: translateX(100%); }
  to { -webkit-transform: translateX(-100%); }
}
@keyframes my-animation {
  from {
    -moz-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  to {
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

.onlinesign {
  display: inline-block;
  width: 1.2rem; 
  height: 1.2rem; 
  background: radial-gradient(circle at center, rgb(9, 224, 116) 0%, rgb(25, 135, 84) 100%);
  border-radius: 50%; 
  box-shadow: 0 0 2px 1px rgba(25, 135, 84, 0.5);
  vertical-align: middle;
}
.offlinesign {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  background: radial-gradient(circle at center, rgb(255, 115, 129) 0%, rgb(146, 17, 28) 100%);
  border-radius: 50%; 
  box-shadow: 0 0 2px 1px rgba(146, 17, 28, 0.5);
  vertical-align: middle;
}

.usign {
  padding: 6px;
  border: 1px solid #000000;
  background-color: #3380f3;
  text-align: center;
  vertical-align: text-top;
  font-size: 0.9rem;
}
.np-social {
  width: 2.3125rem;
  height: 2.3125rem;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid #f8f9fa;
  background-size: cover;
}
.np-social:hover, .np-social:focus {
  cursor: pointer;
  background-color: #f8f9fa;
}
.telegram {
  background-image: url(/img/telegram_icon.png);
}
.telegram:hover, .telegram:focus {
  background-image: url(/img/telegram_icon_active.png);
}
.viber {
  background-image: url(/img/viber_icon.png);
}
.viber:hover, .viber:focus {
  background-image: url(/img/viber_icon_active.png);
}
.fb {
  background-image: url(/img/fb_icon.png);
}
.fb:hover, .fb:focus {
  background-image: url(/img/fb_icon_active.png);
}
.xb {
  background-image: url(/img/twitter_icon.png);
}
.xb:hover, .xb:focus {
  background-image: url(/img/twitter_icon_active.png);
}
.tbl-btn {
  width: 1rem;
  height: 1rem;
  border-width: 0;
  background-size: cover;
}
.tbl-btn:hover, .tbl-btn:focus {
  cursor: pointer;
}
.dropdown:hover .dropdown-menu {
  display: block;
  margin-top: 0;
}
.grecaptcha-badge { visibility: hidden; }
