@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

html,body{
background:#121212;
height:100%;
margin: 0;
padding:0;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
}

#loader_txt{
background:#ffeecc;
border:1px solid #ffcc66;
color:black;
-webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.27);
-moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.27);
box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.27);
padding:2px 15px 2px 15px;
position:fixed;
top:1px;
left:50%;
z-index:9999;
transform: translateX(-50%);
font-weight:bold;
font-size:11px;	
}

a{
color:#b5b3b3
}

.navbar{
position:fixed;
top:0;
left:0;
width:100%;
z-index:999;
font-size:15px;
padding-top:3px;
padding-bottom:3px;
background:#000;
border-bottom:1px solid #1c1c1c
}

.navbar-brand{
/*color:#fa8602!important;*/
color:#999!important;
font-size:22px;
font-family: 'Open Sans', sans-serif;
margin-top:-3px;
}#nav-logo{
display:inline-block;
padding:2px 8px 4px 8px;
background:rgba(255,255,255,0.5);
border-radius:6px;
}#nav-logo img{
width:23px;
height:auto;
}#nav-logo-small{
font-size:12px	
}

/*
.nav-buttons{
color:#999 !important;
border:none !important;
}
.nav-buttons:hover{
background:#000 !important;
}
*/

.nav-link{
color:#333 !important;
}

.dropdown-submenu {
position: relative;
}

.dropdown-submenu .dropdown-menu{
top:0;
left:100%;
margin-top:-6px;
}

.wrapper {
min-height: 100%;
/* Equal to height of footer */
/* But also accounting for potential margin-bottom of last child */
margin-bottom: -25px;
}

.push {
height:20px;
}

.main-container, .main-container-left-bar{
margin-top:0px;
padding:30px;
}

.main-container-left-bar{
padding-left:60px;
padding-right:70px
}

h1{
font-size:18px;
color:#b5b3b3;
}

.img-small{
width:50px;
height:auto
}

#help{
width: 100%;
height: 100vh;
position:fixed;
top: 0;
left:0;
z-index:1010;
background:#fff;
}

#remove-help{
position:fixed;
top:10px;
right:10px;
z-index:1011;	
text-align:center;
font-weight:bold;
padding:9px 15px 9px 15px;
background:white;
border:1px solid #666;
cursor:pointer;
}

.help{
height:97vh;
overflow-y:auto
}

.main-row{
padding-left:70px;	
}

.swa-apex{
width:100% !important;
height:97vh !important;
background:#000 !important;
}

.previous-buy-points{
text-align:right	
}

/*Main Table*/

.etf-rs{
position:absolute!important;
z-index:1000!important;
background:#000;
padding:10px;
border-radius:4px!important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 10px 20px rgba(0, 0, 0, 0.4)!important;
}

.main-table .dropdown-menu {
  min-width:0;
  width:100%;
  background-color:#000;
}
.main-table .dropdown-menu a {
  background-color:#0d0d0d;
  color:#999;
}
.main-table .dropdown-menu a:hover {
  background-color:#1a1a1a;
}

.main-table .tr-th th{
border-bottom:0px !important;
border-top:0px !important;
border-right:0px solid #ebebeb !important;
background:#1c1c1c!important;
color:#8a8a8a !important;
text-transform:uppercase;
font-size:11px;
}.main-table th i{
font-size:12px;
}.main-table tr:hover{
background:#1c1c1c !important;
}

.main-table tr, td{
overflow: visible !important;
}

.main-table td{
padding-top:12px !important;
padding-bottom:10px !important;
vertical-align:middle !important;
white-space: nowrap;
font-size:12px;
font-family: 'Akzidenz-Grotesk Next', sans-serif;
color:#666 !important;
border:none!important;
border-bottom:1px solid #333 !important;
}

.main-table .td-name{
min-width:100px;
font-weight:normal;
font-size:13px;
}

.main-table .td-logo{
min-width:60px;
}

.main-table .td-symbol{
min-width:100px;
font-size:13px;	
}

.main-table{
min-width:150px;
font-size:13px;	
}

.main-table .cell-right{
text-align:right	
}

.main-table td i{
cursor:pointer;
}

.td-price-span{
display:inline-block;
min-width:80px;
}
.fees{
float:left;	
}

.rate-red{color:red !important}
.rate-orange{color:orange !important}
.rate-green{color:green !important}

.btn-closed-by-rating{
width:100px;	
}

/*End main Table*/

input, .custom-select{
background:#000 !important;
border:1px solid #2b2b2b !important;
color:#999 !important;
}

.custom-select{
background-image:
    linear-gradient(45deg, transparent 50%, #999 50%),
    linear-gradient(135deg, #999 50%, transparent 50%),
    linear-gradient(to right, #000, #000) !important;
  background-position:
    calc(100% - 10px) calc(1em + 6px),
    calc(100% - 5px) calc(1em + 6px),
    calc(100% - 1.5em) 0.9em !important;
  background-size:
    5px 5px,
    5px 5px,
    1px 1.5em !important;
  background-repeat: no-repeat !important;
}

.invalid-input, .already-exists, .invalid-input-select2{
display:none;
color:red;
font-size:12px;
}

.red-border{
border:1px solid red !important;
border-radius:4px;	
}

.field-required{
color:red;
font-size:10px;	
}

.select2-container--default .select2-selection--single{
padding:13px 6px 6px 6px;
height: 42px !important;
width: 100% !important; 
position: relative;
font-family:Arial, Helvetica, sans-serif;
font-size: 14px;
}

.select2-selection__arrow {
margin:13px 0 0 0;
}

.nav-search:not(:focus){
color:#ebebeb
}

::placeholder {
font-size:13px;
}

:-ms-input-placeholder {
font-size:13px;
}

::-ms-input-placeholder {
font-size:13px;
}

.slct-curr{
width:70px;	
}

.nav-buttons{
border:1px solid #ffffff33;
background:rgba(255,255,255,0.2);
color:#fff
}
.nav-buttons:hover{
background:#fff;
color:#000
}

.in-h-45{
height:45px !important;
}

.in-h-35{
height:35px !important;
}

.no-shadow{
box-shadow:none !important;	
}

.offline {
  height: 10px;
  width: 10px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.online {
  height: 10px;
  width: 10px;
  background-color: green;
  border-radius: 50%;
  display: inline-block;
}

/* Define an animation behavior */
@keyframes spinner {
  to { transform: rotate(360deg); }
}
/* This is the class name given by the Font Awesome component when icon contains 'spinner' */
.fa-spinner {
  /* Apply 'spinner' keyframes looping once every second (1s)  */
  animation: spinner 1s linear infinite;
}

/* SELECT2 */
.select2-selection__rendered {
  line-height:16px !important;
  font-size:13px !important;
}
.select2-container .select2-selection--single {
  height:45px !important;
  border-radius:4px!important;
  border:1px solid #adadad !important;
}
.select2-selection__arrow {
  height:14px !important;
}

.select2-results__option {
 padding:5px 10px 5px 10px !important;
 font-size:12px !important;
}

.select2-container--default .select2-selection--single {
  border-radius:4px !important;
}
/* END SELECT2 */

.btn-simple-white {
  background-color:#fff;
  border: 1px solid rgb(209,213,219);
  border-radius: .5rem;
  box-sizing: border-box;
  color: #111827;
  font-family: BlinkMacSystemFont,-apple-system,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: .975rem;
  font-weight: 600;
  line-height: 1.25rem;
  padding: .75rem 1rem;
  text-align: center;
  text-decoration: none #D1D5DB solid;
  text-decoration-thickness: auto;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}

.btn-simple-white:hover {
  background-color:#f9f9f9;
}

.btn-simple-white:focus {
  outline:none!important;
  box-shadow: none;
}

.btn-simple-white:focus-visible {
  box-shadow: none;
}

.coins-compare input{
flex: 1 100%;	
}

#cont-btn-charts{
margin-top:0px;
}

#cont-btn-charts-top-hashrate-moves{
margin-top:20px;	
}

.alert-danger, .btn-danger-custom{
background:#a30603 !important;
border:1px solid #fc4d49 !important;
color:#fff !important;
}
.alert-info{
background:#0046a1 !important;
border:1px solid #478eff !important;
color:#478eff !important;
border-radius:6px;
}.alert-info-outline{
background:transparent !important;
border:1px solid #478eff !important;
color:#478eff !important;
border-radius:6px;
}

.btn-danger-custom:hover{
background:#fff!important;
border:1px solid #fff !important;
color:#000!important;
}

.small-form{
width:150px;
display:inline-block;	
}

.grey-units{
color:#666;
}

.green-units{
color:green;
}

.red-units{
color:red;
}

.grey-units, .green-units, .red-units{
display:inline-block;
margin-left:3px;	
}


.none{display:none;	}
.show{display:block!important;}
.hide{visibility:hidden;}


.pagination_{
width:100%;
height:20px;
margin:30px 0 50px 20px;
float:left;
clear:both;
}
.pagination_ ul{
list-style-type: none;
margin:-20px 17px 0 0;
padding:0;
float:right;
}
.pagination_ ul li{
float:left;
margin:0 4px 0 0;
}

.pagination_ ul li a{
color:#999;
font-weight:normal;
padding:12px 10px 12px 10px;
display:block;
text-decoration:none;
border-radius:4px;
float:left;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background:#333 !important;
}

.pagination_ ul li a:hover{
background:#e1e3e6 !important;	
color:#000;	
}

li#f{
padding:8px 12px 3px 12px;
color:#fff;
display:block;
font-weight:bold;
font-size:16px;
}

.pag-ajax-val{
margin:20px 0 0 0;
float:left;
clear:both;
}

#pgleft, #pgright{
padding:0 13px 6px 13px;
border-radius:4px;
font-size:26px;
font-weight:bold;
}

#pgleft{
margin-left:20px;
}

/*Ajax pagination-ajax-simple*/

.pagination-ajax-simple{
width:100%;
height:20px;
}
.pagination-ajax-simple ul{
list-style-type:none;
width:100%;
margin:10px auto 10px auto;
padding:0 0 0 30px;
text-align:center
}
.pagination-ajax-simple ul li{
width:49%;
float:left;
margin:0 2px 0 0;
}

.pagination-ajax-simple ul li button{
width:100%;
}

.merged-img{
width:20px;
float:right	
}

/* RADIO */

.my-radio label{
display:block;
position:relative;
padding:8px 0 0 50px;
margin:0;
height:35px;
z-index:0;
cursor: pointer;
transition: all .25s linear;
-webkit-transition: all 0.25s linear;
font-family:Arial, Helvetica, sans-serif;
border-radius:6px;
border:1px solid #ebebeb;
color:#999;
font-size:12px;
}.my-radio:hover label{
color: #000;
}

.my-radio .radio-profile{
display: block;
position: absolute;
border-radius: 50%; 
height: 20px;
width: 20px;
top: 0;
left: 0;
z-index: 5;
transition: border .25s linear;
-webkit-transition: border .25s linear;
background:transparent;
}

.my-radio:hover .radio-profile {
box-shadow:0 0 0 #fff;
transition: all .25s linear;
-webkit-transition: all .25s linear;
}

.my-radio .radio-profile::before {
position: absolute;
content: '';
border-radius:50%;
top:7px;
left:25px;
margin: auto;
transition: background 0.25s linear;
-webkit-transition: background 0.25s linear;
height: 20px;
width: 20px;
background:#ebebeb;
}

.my-radio input[type=radio]{
position: absolute;
visibility: hidden;
}

.my-radio input[type=radio]:checked ~ .radio-profile::before{
height: 20px;
width: 20px;
top: 7px;
left:25px;
box-shadow:none;
transition: all .25s linear;
-webkit-transition: all .25s linear;	
}

.my-radio input[type=radio]:checked ~ .radio-profile::before{
background:#fff;
}

.my-radio input[type=radio]:checked ~ label{
cursor:default;
transition: all .25s linear;
-webkit-transition: all .25s linear;
color:#fff;
border:1px solid #666699; 
background:#666699;
box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.swa-trade{
width:100% !important;
height:98vh !important;
background:rgba(21, 22, 31, 1) !important;
}
.trade-frame{
width:100%;
height:calc(100vh - 100px);
border:0;
padding:0;
margin:0;
}

.interactive-chart{
width:100%;
height:100%;
border:1px solid #ccc;
padding:3px;
border-radius:4px;
margin:0;
background:#000;
margin-top:10px;
margin-bottom:70px;
}
#interactive-chart{
height:100%;
}

.autocomplete{
position: relative;
display: inline-block;
}
.autocomplete-items {
position: absolute;
border: 1px solid #d4d4d4;
border-bottom: none;
border-top: none;
z-index: 99;
top: 100%;
left: 0;
right: 0;
text-align:left;
box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.autocomplete-items div {
padding:0;
background:#fff; 
border-bottom:1px solid #d4d4d4;
}
.autocomplete-items div a{
font-size:12px;
display:block;
margin:0;
padding:10px;
color:#000;
text-decoration:none;
}
.autocomplete-items div:hover {
background:#eeeef5; 
}

.embed-video{
width:560px;
height:315px;
}

.mp-container{
padding:0 40px 0 40px
}

.footer{
font-size:10px;
color:white;
margin:10px;
padding-left:30px
}

.tick{
width:700px;
height:200px;
background: url('../images/tick.gif') no-repeat left top  !important;
position:fixed;
right:-425px;
bottom:70px;
z-index:2;	
margin:60px 0 0 0; 
-ms-transform: rotate(-40deg);
-webkit-transform: rotate(-40deg);
transform: rotate(-40deg);
}

.tippy-box[data-theme~='light'] {
background-color:#fff;
color:#333;
padding:8px;
border-bottom:1px solid #666;
border-right:1px solid #999;
font-size:12px;
font-family:Arial, Helvetica sans-serif;
box-shadow: 0px 0px 3px 1px rgba(0,0,0,0.21);
text-align:center
}.tippy-box[data-animation=scale][data-placement^=top]{
transform-origin:bottom
}.tippy-box[data-animation=scale][data-placement^=bottom]{
transform-origin:top}.tippy-box[data-animation=scale][data-placement^=left]{
transform-origin:right}.tippy-box[data-animation=scale][data-placement^=right]{
transform-origin:left}.tippy-box[data-animation=scale][data-state=hidden]{
transform:scale(.5);opacity:0}

.custom-toast {
background:#000 !important;
}.custom-toast .swal2-title {
color: white !important;
}

.in-pro{
color:#666;
text-align:center;
}

.results-msg{
color:#999;
text-align:center;
margin-bottom:20px!important;
border:1px solid #333;
border-radius:4px;
background:#1c1c1c	
}

/* Cursor blinking effect */
#process-completed::after, #btn-show::after {
  content: "_";
  position: relative;
  right: -15px;
  top: 50%;
  transform: translateY(-50%);
  color: #00ff00;
  font-size: 10px;
  animation: blink 0.7s infinite;
}
@keyframes blink {
  0%,
  100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

.btn-closed-by-rating {
 width:130px;
 border: 1px solid #292929;
 font-size: 13px!important;
 border-radius:4px;
 color:#999;
 background:#171717;
 box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 10px 20px rgba(0, 0, 0, 0.4);
}
.btn-closed-by-rating:hover, .btn-cl--ld:hover {
 color:#fff
}

.btn-cl--ld, 
.btn-outline-secondary, 
.btn-outline-dark, 
.btn-outline-primary, 
.btn-outline-danger, 
.btn-outline-success, 
.btn-outline-warning,
.btn-success-info,
.btn-dark-info,
.btn-warning-info,
.btn-danger-info{
border:1px solid #292929;
font-size: 13px!important;
border-radius:4px!important;
color:#7a7a7a!important;
background:#171717!important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 10px 20px rgba(0, 0, 0, 0.4)!important;
cursor: pointer
}
.btn-secondary, .btn-dark, .btn-primary, .btn-danger, .btn-success, .btn-warning{
font-size: 12px!important;
border-radius:4px!important;
box-shadow: 0 2px 4px rgba(0, 0, 0, 1), 0 10px 20px rgba(0, 0, 0, 0.4)!important;
}

.btn-success-info{
  color:green!important;
  font-size:12px!important;  
}.btn-dark-info{
  color:#949494!important;
  font-size:12px!important;  
}.btn-warning-info{
  color:orange!important;
  font-size:12px!important;  
}.btn-danger-info{
  color:red!important;
  font-size:12px!important;  
}

.btn-success-info:hover{
  border-color:green;
}.btn-dark-info:hover{
  border-color:#949494;
}.btn-warning-info:hover{
  border-color:orange;
}.btn-danger-info:hover{
  border-color:red;
}

.btn-in-pro2{
font-size: 13px!important;
border-radius: 0px 4px 4px 0px!important;
background:#171717!important;
border:1px solid #292929!important;
border-bottom:1px solid yellow!important;
color:#999;
}.btn-dark:hover{
border:1px solid #666!important;	
}

.btn-in-pro1{
border-radius: 4px 0px 0px 4px!important
}

.index-scan{
border:1px solid #57fc44;
color:#208f01!important;
}
.index-scan:hover{
background:rgba(32, 143, 1, 0.4);
color:#fff!important;
border:1px solid green;
}

.badge-dark{color:#999}

.left-sidenav {
  height: 96%;
  width: 0;
  position: fixed;
  z-index:999;
  top: 40;
  left: 0;
  background-color: rgba(17, 17, 17, 0.85);
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 30px;
  padding-bottom: 60px;
  color: #818181;
  scrollbar-color: #666 #000;
}

.left-sidenav a{
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.left-sidenav a:hover {
  color:#f1f1f1;
}

#sidenav-left-content{
  padding-left:4px;
}
#sidenav-stock{
  padding-bottom:10px;	
}

.left-sidenav .closebtn-right, .left-sidenav .closebtn-left {
  position:absolute;
  top:10px;
  right:15px;
  font-size:16px;
  margin-left:50px;
}.left-sidenav .closebtn-left{left:10px}

.btn--dark-blue {
/*background: -webkit-gradient(linear, left top, left bottom, from(#657CFE), to(#0e2bcc));
background: linear-gradient(#657CFE, #0e2bcc);*/
box-shadow:1px 1px 2px rgba(0,0,0,.1)!important;
/*border-right:1px solid #999;*/
color:#fff;
background-image: linear-gradient(#3470fa, #313ed7);
border: solid 2px #0618db;
}.btn--dark-blue:hover {
color:#fff
}.btn-in-pro1{margin-right:2px;}

.sc-card{border-radius:6px;text-align:center}

@media screen and (max-height: 450px) {
  .left-sidenav {padding-top: 15px;}
  .left-sidenav a {font-size: 18px;}
}

/* ============================================================
   RS SCORECARD v4 — DARK THEME — ACCORDION
   Paste into your main stylesheet
   ============================================================ */

.rsc {
  --rsc-bg:       #0f1117;
  --rsc-surface:  #13161e;
  --rsc-border:   #1e2230;
  --rsc-text:     #e8ecf4;
  --rsc-muted:    #adb5c8;
  --rsc-muted2:   #6b7585;
  --rsc-green:    #00e676;
  --rsc-orange:   #ffb300;
  --rsc-red:      #ff5252;
  --rsc-accent:   #40c4ff;

  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: var(--rsc-text);
  max-width: 680px;
  width: 100%;
  box-sizing: border-box;
  background:#000;
  padding:24px;
  border-radius:8px
}

.rsc *, .rsc *::before, .rsc *::after { box-sizing: border-box; margin: 0; padding: 0; }

/* HEADER */
.rsc-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--rsc-border);
  margin-bottom: 14px;
}
.rsc-ticker {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1;
  color: #fff;
}
.rsc-sub {
  font-size: 13px;
  color: var(--rsc-muted);
  margin-top: 5px;
}
.rsc-meta {
  font-size: 12px;
  color: var(--rsc-muted2);
  text-align: right;
  line-height: 1.8;
}

/* ACCORDION BASE */
.rsc-acc {
  border: 1px solid var(--rsc-border);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 7px;
}
.rsc-acc.red    { border-left: 3px solid var(--rsc-red); }
.rsc-acc.orange { border-left: 3px solid var(--rsc-orange); }
.rsc-acc.green  { border-left: 3px solid var(--rsc-green); }
.rsc-acc.neutral { border-left: 3px solid var(--rsc-border); }

.rsc-acc-head {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  /*cursor: pointer;*/
  user-select: none;
  background: var(--rsc-bg);
  transition: background 0.15s;
}
.rsc-acc-head:hover { background: var(--rsc-surface); }

.rsc-acc-title {
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
  min-width: 90px;
}
.rsc-acc-title small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  color: var(--rsc-muted);
  margin-top: 2px;
}

.rsc-acc-desc {
  font-size: 13px;
  color: var(--rsc-muted);
  line-height: 1.5;
  flex: 1;
  min-width: 0;
}

.rsc-acc-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}
/*
.rsc-toggle-btn {
  font-size: 12px;
  color: var(--rsc-muted2);
  border: 1px solid var(--rsc-border);
  border-radius: 3px;
  padding: 4px 10px;
  background: var(--rsc-surface);
  cursor: pointer;
  white-space: nowrap;
}
.rsc-toggle-btn:hover { color: var(--rsc-muted); }
*/

/* ACCORDION BODY */
.rsc-acc-body {
  display: none;
  border-top: 1px solid var(--rsc-border);
  padding: 13px 14px;
  background: var(--rsc-surface);
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.rsc-acc-body.open { display: grid; }
.rsc-acc-body.price-body { grid-template-columns: 1fr 1fr; }

.rsc-tf-lbl {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
  color: var(--rsc-muted2);
  text-transform: uppercase;
  margin-bottom: 8px;
}
.rsc-sig {
  font-size: 13px;
  font-weight: 700;
  display: flex;
  gap: 6px;
  align-items: center;
  margin-bottom: 5px;
}
.rsc-sig span {
  font-size: 12px;
  color: var(--rsc-muted2);
  min-width: 58px;
  font-weight: 400;
}
.rsc-sig.g { color: var(--rsc-green); }
.rsc-sig.o { color: var(--rsc-orange); }
.rsc-sig.r { color: var(--rsc-red); }

/* VERDICT */
.rsc-verdict {
  border: 1px solid var(--rsc-orange);
  border-radius: 5px;
  background: rgba(255,179,0,0.07);
  padding: 14px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 8px;
}
.rsc-verdict-label {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3px;
  color: var(--rsc-orange);
  text-transform: uppercase;
  margin-bottom: 4px;
}
.rsc-verdict-word {
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 2px;
  color: var(--rsc-orange);
  line-height: 1;
}
.rsc-verdict-sub {
  font-size: 13px;
  color: var(--rsc-muted);
  margin-top: 7px;
  line-height: 1.7;
  max-width: 440px;
}
.rsc-verdict-sub .pos { color: var(--rsc-green); font-weight: 700; }
.rsc-verdict-sub .neg { color: var(--rsc-red); font-weight: 700; }
.rsc-verdict-circle {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  flex-shrink: 0;
}
.rsc-verdict-circle.orange { background: var(--rsc-orange); }
.rsc-verdict-circle.green  { background: var(--rsc-green); }
.rsc-verdict-circle.red    { background: var(--rsc-red); }

/* TRIGGER
.rsc-trigger {
  padding: 11px 14px;
  background: var(--rsc-surface);
  border: 1px solid var(--rsc-border);
  border-radius: 5px;
  font-size: 13px;
  color: var(--rsc-muted);
  line-height: 1.8;
  margin-bottom: 10px;
}
.rsc-trigger strong { color: var(--rsc-text); }
.rsc-hl { color: var(--rsc-green); font-weight: 700; }
*/

/* FOOTER */
.rsc-footer {
  font-size: 11px;
  color: var(--rsc-muted2);
  text-align: center;
  padding-top: 8px;
  border-top: 1px solid var(--rsc-border);
}
.rsc-footer a { color: var(--rsc-muted2); text-decoration: none; }
.rsc-footer a:hover { color: var(--rsc-muted); }

/* RESPONSIVE */
@media (max-width: 820px) {
  /*.rsc-acc-desc { display: none; }*/
  .rsc-acc-body { grid-template-columns: 1fr; }
  .rsc-acc-body.price-body { grid-template-columns: 1fr; }
  .rsc-header { flex-direction: column; gap: 8px; }
  .rsc-meta { text-align: left; }
  .rsc-ticker { font-size: 32px; }
  .rsc-verdict { flex-direction: column; align-items: flex-start; }
}

/* RESPONSIVE — VERDICT / TRIGGER / FOOTER FIX */
@media (max-width: 820px) {
  .rsc {
  max-width: 100%;
  overflow-wrap: break-word;
  word-break: break-word;
  margin-left:-50px!important
  }
  .rsc-verdict {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .rsc-verdict-sub {
    max-width: 100%;
    font-size: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .rsc-verdict-circle { display: none; }
  .rsc-trigger {
    font-size: 12px;
    word-break: break-word;
    overflow-wrap: break-word;
    line-height: 2;
  }
  .rsc-trigger,
  .rsc-verdict-sub {
  overflow-wrap: break-word;
  word-break: break-word;
  white-space: normal;
  width: 100%;
  }
  .rsc-footer {
    font-size: 10px;
    word-break: break-word;
    overflow-wrap: break-word;
  }
  .sc-card{width:80%!important;}
}

/* ============================================
   FUNDAMENTALS SCORECARD SIMPLE — stock-card.css
   tradingans.org
   ============================================ */

.stock-card {
  --sc-bg:       #000;
  --sc-surface:  #141614;
  --sc-border:   #2a2e2a;
  --sc-text:     #e8ede8;
  --sc-muted:    #7a887a;
  --sc-muted2:   #adb8ad;
  --sc-accent:   #b8f570;
  --sc-pass:     #4fcb83;
  --sc-partial:  #f5c842;
  --sc-fail:     #f05c5c;

  font-family: Arial, sans-serif;
  font-size: 14px;
  color: var(--sc-text);
  background: var(--sc-bg);
  max-width: 800px;
  box-sizing: border-box;
  padding: 24px;
  border-radius:6px
}

.stock-card *, .stock-card *::before, .stock-card *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

/* HERO */
.sc-hero {
  border-radius: 12px;
  border: 2px solid var(--sc-accent);
  background: rgba(184,245,112,0.06);
  padding: 20px 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}
.sc-hero.orange {
  border-color: var(--sc-partial);
  background: rgba(245,200,66,0.06);
}
.sc-hero.red {
  border-color: var(--sc-fail);
  background: rgba(240,92,92,0.06);
}
.sc-ticker {
  font-size: 12px;
  color: var(--sc-muted);
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 4px;
}
.sc-company {
  font-size: 22px;
  font-weight: 700;
  color: var(--sc-text);
  margin-bottom: 2px;
}
.sc-date {
  font-size: 12px;
  color: var(--sc-muted);
}
.sc-zone {
  display: inline-block;
  font-size: 13px;
  font-weight: 700;
  color: #0d0f0e;
  background: var(--sc-accent);
  border-radius: 4px;
  padding: 3px 12px;
}
.sc-zone.orange { background: var(--sc-partial); }
.sc-zone.red    { background: var(--sc-fail); color: #fff; }

/* METRIC CARDS */
.sc-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 12px;
}
.sc-card {
  background: var(--sc-surface);
  border-radius: 8px;
  padding: 14px 12px;
  border: 0.5px solid var(--sc-border);
}
.sc-card-label {
  font-size: 11px;
  color: var(--sc-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}
.sc-card-val {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 3px;
}
.sc-card-val.green  { color: var(--sc-accent); }
.sc-card-val.orange { color: var(--sc-partial); }
.sc-card-val.red    { color: var(--sc-fail); }
.sc-card-val.neutral{ color: var(--sc-text); }
.sc-card-sub {
  font-size: 11px;
  color: var(--sc-muted);
}

/* BREAKDOWN */
.sc-breakdown {
  background: var(--sc-surface);
  border-radius: 8px;
  border: 0.5px solid var(--sc-border);
  padding: 14px 16px;
  margin-bottom: 12px;
}
.sc-section-label {
  font-size: 11px;
  color: var(--sc-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 12px;
}
.sc-bd-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 10px;
}
.sc-bd-row:last-child { margin-bottom: 0; }
.sc-dot {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-top: 3px;
}
.sc-dot.g { background: var(--sc-pass); }
.sc-dot.o { background: var(--sc-partial); }
.sc-dot.r { background: var(--sc-fail); }
.sc-bd-name {
  font-size: 13px;
  color: var(--sc-text);
  line-height: 1.4;
}
.sc-bd-note {
  font-size: 12px;
  color: var(--sc-muted);
  margin-top: 2px;
  line-height: 1.4;
}

/* SUMMARY */
.sc-summary {
  background: var(--sc-surface);
  border-radius: 8px;
  border: 0.5px solid var(--sc-border);
  padding: 14px 16px;
  margin-bottom: 12px;
}
.sc-summary-text {
  font-size: 13px;
  color: var(--sc-muted2);
  line-height: 1.7;
}
.sc-summary-text strong {
  color: var(--sc-text);
  font-weight: 700;
}

/* BOTTOM STRIP */
.sc-bottom {
  background: var(--sc-surface);
  border-radius: 8px;
  border: 0.5px solid var(--sc-border);
  padding: 14px 16px;
  display: flex;
  gap: 16px;
}
.sc-b-item { flex: 1; }
.sc-b-label {
  font-size: 11px;
  color: var(--sc-muted);
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 4px;
}
.sc-b-val {
  font-size: 15px;
  font-weight: 700;
}
.sc-b-val.green  { color: var(--sc-accent); }
.sc-b-val.orange { color: var(--sc-partial); }
.sc-b-val.red    { color: var(--sc-fail); }
.sc-b-val.neutral{ color: var(--sc-text); }
.sc-b-sub {
  font-size: 11px;
  color: var(--sc-muted);
  margin-top: 2px;
}

/* RESPONSIVE */
@media (max-width: 480px) {
  .sc-cards {
    grid-template-columns: repeat(2, 1fr);
  }
  .sc-bottom {
    flex-direction: column;
    gap: 10px;
  }
  .sc-hero {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .sc-company {
    font-size: 18px;
  }
  .sc-bd-note {
    font-size: 11px;
  }
}

@media (max-width: 820px) { .stock-card{width:100%;margin-left:-50px!important} }

/* FOOTER */
.sc-footer {
  font-size: 11px;
  color: var(--sc-muted);
  text-align: center;
  padding-top: 10px;
  border-top: 0.5px solid var(--sc-border);
  margin-top: 12px;
}
.sc-footer a { color: var(--sc-muted); text-decoration: none; }
.sc-footer a:hover { color: var(--sc-text); }

@media (max-width: 1200px) {
	
   .nav-buttons{
	 width:100%; 
	 margin-bottom:5px!important;
	 margin-left:0px!important
   }
	
   .navbar-form{
    margin-left:0 !important;
    margin-bottom:2px !important
   }

   .m-none{
      display:none;
   }
   
  .pag-ajax-val ul{
    float:left;
  }
  
  .mobile-off{
   display:none!important 
  }
  
  .td-sticky{
	position:sticky;
	left:0;
	z-index:1;
	background:white;
  }
   
}

@media (max-width: 820px) {
	
 html,body{
  font-size:14px !important;
 }
	
 .row{
   width:100% !important;
  }

  .nav-buttons{
	 width:100%; 
	 margin-bottom:5px!important;
	 margin-left:0px!important;
	 padding-top:7px!important;
	 padding-bottom:7px!important;
  }.dropdown-item{
	 padding-top:7px!important;
	 padding-bottom:7px!important;	  
  }
	
 .navbar-form{
  margin-left:0 !important;
  margin-bottom:2px !important
 }
 
 .pagination-ajax-simple ul{
  padding:0;
  }
 
 .block{
  display:block;
 }
 
 [class*="col-"]{
    width:100%!important;
 }

 .embed-video{
   width: 1px;
   min-width: 100%;
   *width: 100%;
 } 
 
  /*.coin-title{
	 padding-left:10px !important;   
  }*/
  
  .main-table{
    padding:0 !important;  
  }
  
  .main-table .td-name{
   font-size:14px !important;
  }
  
  .pc-crumb{
    display:none;
  }
 
  .footer{
   padding-left:0px !important;
   padding-bottom:0px !important;
  }
  
  ._tab_cont{
	margin:0 0 10px 30px !important;
	padding:0 !important;
	width:100% !important;
	display:block;
  }
  ._tablink{
   width:100% !important;
   margin-bottom:5px !important;
   padding-top:8px!important;
   padding-bottom:8px!important;
  }

  ._tabcontent{
    padding:0 0 0 30px !important
  }	
  
  #btn-charts{
	margin-top:20px;   
  }
  .coins-compare{
	margin-top:10px; 
    display:block;
	margin-bottom:20px
  }
  #charts-container{
   height:350px	
  }
  
  .nav-right{
	padding:15px;  
  }
  
  .pagination_{
	width:95%;
  }
 	
  .paginum, .pagisep{
	display:none;
  }
  
  #report, #report-msg{
	display:none;  
  }
  
  .index-buttons{
	 width:75% !important
  }
  
  .btn-cl--ld, 
  .btn-outline-secondary, 
  .btn-outline-dark, 
  .btn-outline-primary, 
  .btn-outline-danger, 
  .btn-outline-success, 
  .btn-outline-warning,
  .btn-secondary, 
  .btn-primary, 
  .btn-danger, 
  .btn-success, 
  .btn-warning{
    font-size: 13px!important;
  }
  
  .closed-by-rating{
    width:100% !important
  }
  
  .in-pro-gr{
	 width:100% !important 
  }

  .in-pro a{
    width:50% !important
  }
  .btn-cl--ld{
	width:100% !important 
  }
  .closed-by-rating, .btn-cl--ld, .in-pro a{
	 margin-top:2px 
  }
  
  .btn-closed-by-rating{
	  width:100% !important;
      margin-bottom:2px;	  
  }
}