/*!***************************************************************
MINICORE CSS settings
****************************************************************/

/*!************************************************************************************************************
  ##Device = All
  ##Screen = All 
**************************************************************************************************************/

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 1rem;
  background-color: #222d32;
  color: #bdc3c7;
  font-weight: 300;
  min-height: 100vh;
  height: 100%;
}

.sidebar-collapse .main-header,
.sidebar-collapse .main-header .navbar,
.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer {
  transition: transform .3s ease-in-out,margin .3s ease-in-out;
  margin-left:0;
}

.wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  min-height: 100vh;
} 

.main-header, .main-index-header {
  position: relative;
  height: 50px;
  max-height: 50px;
  
  background-color: #222d32 !important;
  border-bottom: 1px solid #1a1e22 !important;
  box-shadow: none !important;
  z-index: 1030;
}

.main-header .navbar-custom-menu, .main-header .navbar-right {
    float: right;
}

.fa-brands {
     color: #b8c7ce;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: transparent;
    background-image: none;
    padding: 15px 15px;
}

.main-header, .main-index-header {
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  position: fixed;
}

.header-text {
  -webkit-transition: width .3s ease-in-out;
  -o-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
  display: block;
  float: left;
  height: 50px;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 0 15px;
  font-weight: 300;
  overflow: hidden;
  color: #b8c7ce;
  border-bottom: 0 solid transparent;
}

.main-index {
  min-height: 100vh;
}

.main-pool {
  min-height: 100vh;
}

.content-wrapper {
  padding-top: 50px;
  padding-bottom: 0;
  min-height: calc(100vh - 50px);
  background-color: #222d32 !important;
}

.content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}

.content-header > h1 {
    margin: 0;
    font-size: 24px;
    color: #fff;
}

.content-header>h1>small {
 font-size:15px;
 display:inline-block;
 padding-left:4px;
 font-weight:300;
 color: #bdc3c7;
}

.content {
  min-height: 250px;
  padding: 15px;
  padding-top: 0;
  padding-bottom: 70px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.stamp {
  color: #fff;
  background: #6861CE;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 .25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600; 
}

.stamp-md {
  min-width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem; 
}




/*!***************************************************************
                  SIDEBAR
****************************************************************/
.main-sidebar {
  top: 50px;
  left: 0 !important;
  margin-top: 0;
  
  font-size: 16px;
  
  width: 230px;
  height: calc(100vh - 50px);
  max-height: calc(100vh - 50px);
  min-height: calc(100vh - 50px);
  display: block;
  position: fixed;

  box-shadow: 0 16px 38px -12px rgba(0, 0, 0, 0.56), 0 4px 25px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.2);

  background-attachment: scroll;
  background-clip: border-box;
  background-color: #222d32 !important;
  background-origin: padding-box;
  background-position: center;
  background-repeat: no-repeat;
  background-size: auto;
  
  z-index: 1020;
  -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
  -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
  -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
  transition: transform .3s ease-in-out,width .3s ease-in-out;
}


.main-sidebar::after {
  content: "";
  opacity: 0.1;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;
  
  width: 100%; 
  height: 100%;
  height: auto !important;
}

.sidebar {
 padding-bottom: 10px;
 overflow-y: auto;
 max-height: calc(100vh - 150px);
}

.sidebar li a {
  margin: 10px 15px 0;
  border-radius: 3px;
  color: #a1c2ee;
  padding-left: 10px;
  padding-right: 10px;
  text-transform: capitalize;
  padding: 10px 15px;
}

.sidebar li:hover > a,
.sidebar li:hover > a i {
  color: #fff;
  background-color: #1e282c;
}

.sidebar li.active > a,
.sidebar li.active > a i {
  color: #fff !important;
  background-color: #1e282c !important;
}

.sidebar  i {
  font-size: 20px;
  float: left;
  margin-right: 15px;
  line-height: 30px;
  width: 30px;
  text-align: center;
  color: #a9afbb;
}

.sidebar i span {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  position: relative;
  display: block;
  height: auto;
  white-space: nowrap;
}

.sidebar .logo {
  padding: 0px 0px;
  margin: 0;
  display: block;
  position: relative;
  z-index: 4;
}

.sidebar .logo:after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 15px;
  height: 1px;
  width: calc(100% - 30px);
  background-color: rgba(180, 180, 180, 0.3);
}

.sidebar .logo p {
  float: center;
  font-size: 20px;
  margin: 10px 10px;
  color: #899da6;
  line-height: 20px;
}


.sidebar .logo .simple-text {
  text-transform: uppercase;
  padding: 5px 0px;
  display: inline-block;
  font-size: 18px;
  color: #b8c7ce;
  white-space: nowrap;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  text-align: center;
  display: block;
}

.sidebar-menu {
 list-style: none;
 margin: 0;
 padding: 0;
}

.sidebar-menu,
.main-sidebar .user-panel,
.sidebar-menu>li.header {
 white-space: nowrap;
 overflow: hidden;
}


/*!***************************************************************
                  TABLES
****************************************************************/
.table {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #bdc3c7;
  max-width: 100%;
  border-spacing: 0;
  border-collapse: collapse;
  background-color: #2c3b41 !important;
}

*.table .table-hover tr:hover {
  background-color: #35464f !important;
}

.table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #3e515b;
    color: #fff;
    background-color: #1e282c;
}

.table tr {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}

.table td {
    padding: 0.5rem;
    vertical-align: middle;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
}

.table td .border-top-0{
    border-top: 0;
}
.table td:hover {
  background-color: #2c3b41 !important;
}
  
.table a {
  color: #3c8dbc;
}
  
.table a:hover {
  text-decoration: underline;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-top: 3px;
  margin-bottom: 3px;
  margin-left: 0px;  
  margin-right: 0px;  
}

.btn {
  margin-top:    5px;
  margin-bottom: 5px;
  margin-left:   1px;
  margin-right:  1px;
   
  border:        1px solid #3e515b;
  border-radius: 6px;

  padding-top:    8px;
  padding-bottom: 8px;
  padding-left:   30px;
  padding-right:  30px;

  position: relative;
  background-color: #2c3b41;
  color: #fff;
}

.btn:hover {
  background-color: #35464f;
  border-color: #3e515b;
  color: #fff;
}

.effort1 {
  color: #00a65a !important;
}

.effort2 {
  color: #f39c12 !important;
}

.effort3 {
  color: #dd4b39 !important;
}

#pool-coins td.coin {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
  font-size: 1rem;
}
  
#pool-coins img.coinimg {
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-left: .7rem;
  margin-right: .7rem;
  display: inline-block;
}
  
#miner-workers tr.miner-workers {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#miner-workers td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#miners tr.miners {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#miners td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#blocks tr.blocks {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#blocks td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#payments tr.payments {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#payments td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#pool-config tr.pool-config {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#pool-config td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#miner-config tr.miner-config {
  background-color: #2c3b41;
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
#miner-config td {
  border-top: 1px solid #3e515b;
  font-size: 1.05rem;
}
  
/*!***************************************************************
  FOOTER - Index & Pool footer
****************************************************************/
.main-footer {
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  
  bottom: 0; /* stick to bottom */
  border-top: 1px solid #1a1e22;
  background-color: #1e282c;
  color: #bdc3c7;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: fixed;
  z-index: 1000;
}

.main-footer a {
  color: #3c8dbc;
}

.main-index-footer {
  position: absolute;
  width: 100%;
  padding: 5px 15px;
  text-align: center;
  
  bottom: 0; /* stick to bottom */
  border-top: 1px solid #1a1e22;
  background-color: #1e282c;
  color: #bdc3c7;
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  position: fixed;
  z-index: 1000;
}

.main-index-footer a {
  color: #3c8dbc;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}


/*!***************************************************************
                 CARD - card & info box 
****************************************************************/
.info-box {
 display: block;
 min-height: 94px;
 background: #2c3b41;
 color: #f8f9fa;
 width: 100%;
 box-shadow: 0 1px 1px rgba(0,0,0,0.1);
 border: 1px solid #3e515b;
 border-radius: 2px;
 margin-bottom: 15px;
}
.info-box-icon {
 border-top-left-radius: 2px;
 border-top-right-radius: 0;
 border-bottom-right-radius: 0;
 border-bottom-left-radius: 2px;
 display: block;
 float: left;
 height: 90px;
 width: 90px;
 text-align: center;
 font-size: 45px;
 line-height: 90px;
 background: rgba(0,0,0,0.2);
}
.info-box-icon>img {
 max-width: 100%;
}
.info-box-content {
 padding: 5px 10px;
 margin-left: 90px;
}
.info-box-number {
 display: block;
 font-weight: lighter;
 font-size: 15px;
 color: #fff;
}
.info-box-text {
 display: block;
 font-weight: bold;
 font-size: 15px;
 white-space: nowrap;
 overflow: hidden;
 text-overflow: ellipsis;
 color: #bdc3c7;
}
.card {
  border: 0;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 6px;
  color: #f8f9fa;
  background: #2c3b41;
  border: 1px solid #3e515b;
  width: 100%;
  display: flex;
  flex-direction: column;
  font-size: 1rem;
  word-wrap: normal;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

div.card-table {
  height: calc(100% - 40px);
}

div.card-chart {
  height: calc(100% - 40px);
}

.card .card-chart {
  height: 220px;
  width: 100%;
}

.card .ct-chart .ct-grid {
  stroke: rgba(255, 255, 255, 0.2);
}

.card .ct-chart .ct-label {
  color: rgba(255, 255, 255, 0.7);
}

.card .ct-chart .ct-series-a .ct-point,
.card .ct-chart .ct-series-a .ct-line,
.card .ct-chart .ct-series-a .ct-bar,
.card .ct-chart .ct-series-a .ct-slice-donut {
  stroke: rgba(255, 255, 255, 0.8);
}

.card-header {
  margin: 5px;
  border-radius: 3px;
  padding: 10px;
  position: relative;
  background-color: #25333a;
  border-bottom: 1px solid #3e515b;
  color: #fff;
}

.card-title {
  margin: 0 0 3px 0;
  color: #fff;
}

.card-category {
  margin: 0;
  padding: 0;
  color: #bdc3c7;
}
  
.card-body {
  margin: 5px;
  border-bottom: 0;
  border-radius: 0;
  padding: 0;
  font-size: 16px;  
}

.card-body .table { 
  margin-bottom: 0;
}
  
.card-footer {
  margin: 5px;
  padding: 5px;
  font-size: 16px;
  background-color: #25333a;
  border-top: 1px solid #3e515b;
}

.card-input {
  margin: 20px 0;
  font-size: 16px;
  color: #bdc3c7;
}

.card-shadow {
  box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(156, 39, 176, 0.4);
}

.card-btn {
  margin: 10px 5px 5px 5px;
  border-radius: 6px;
  padding: 8px 30px;
  display: inline-block;
  text-transform: uppercase;
  text-align: center;
  background-color: #2c3b41;
  color: #fff;
  border: 1px solid #3e515b;
}

.card-btn:hover {
  background-color: #35464f;
  border-color: #3e515b;
  color: #fff;
}



/*!************************************************************************************************************
  ##Device = Tablets, Ipads (portrait) and desktops
  ##Screen = B/w 768px 
**************************************************************************************************************/
@media screen and (min-width: 768px) {
/*!***************************************************************
  INDEX - Pool Coins Table 
****************************************************************/

  #pool-coins tr {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }

  #pool-coins tr:hover {
    background-color: #35464f;
  }

  #pool-coins td:hover {
    cursor: pointer;
  }
  
  #pool-coins td {
    font-size: 1.05rem;
  }
  
  #pool-coins td.coin {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: middle;
    font-size: 1.1rem;
  }
  
  #pool-coins img.coinimg {
    width: 32px;
    height: 32px;
    vertical-align: middle;
    margin-left: .7rem;
    margin-right: .7rem;
    display: inline-block;
  }
  
  #pool-coins a {
    color: #3c8dbc;
  }
  
  #pool-coins a:hover {
    text-decoration: underline;
  }
  
  #miner-workers tr.miner-workers {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #miner-workers td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #miners tr.miners {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #miners td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #blocks tr.blocks {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #blocks td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #payments tr.payments {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #payments td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #pool-config tr.pool-config {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #pool-config td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #miner-config tr.miner-config {
    background-color: #2c3b41;
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  #miner-config td {
    border-top: 1px solid #3e515b;
    font-size: 1.05rem;
  }
  
  .sidebar-collapse .main-header .logo {
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    width: 0px;
    padding: 0px;
  }
  
  .content-wrapper{
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
  }

  .content-wrapper {
    min-height: calc(100vh - 50px);
    background-color: #222d32;
    z-index: 800;
  }

  .sidebar-collapse .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
 
  .content-header {
    display: none;
  }
}

/* 
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (min-width: 481px) and (max-width: 767px) {
  .col-hide {display:none; }
  .card-btn.col-hide {display:none; }
  .algo {display:none; }
  .net-hash {display:none; }
  .net-diff {display:none; }
  .content-header {
    display: block;
  }
  
  .content-wrapper {
    min-height: calc(100vh - 50px);
    background-color: #222d32;
    z-index: 800;
  }
  
  .main-header .navbar,
  .main-header,
  .main-index-header .navbar,
  .main-index-header,
  .navbar,
  .content-wrapper,
  .main-footer {
    margin-left: 0;
  }
  
  .sidebar-open .main-header,
  .sidebar-open .content-wrapper,
  .sidebar-open .main-footer {
    -webkit-transform: translate(230px, 0);
    -ms-transform: translate(230px, 0);
    -o-transform: translate(230px, 0);
    transform: translate(230px, 0);
  }
  
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
  
  .table th {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #3e515b;
    color: #fff;
  }

  .table tr {
    border-top: 1px solid #3e515b;
    font-size: 0.75rem;
  }

  .table td {
    padding: 0.3rem;
    vertical-align: middle;
    border-top: 1px solid #3e515b;
    font-size: 0.75rem;
  }
}

/* 
  ##Device = Smartphones Mobiles (Portrait)
  ##Screen = B/w  479px
*/
@media (max-width: 480px) {
  .content-header {
    display: block;
  }
  
  .content-wrapper {
    min-height: calc(100vh - 50px);
    background-color: #222d32;
    z-index: 800;
  }
  
  .main-sidebar {
    top: 50px;
    height: calc(100vh - 50px);
    min-height: calc(100vh - 50px);
    max-height: calc(100vh - 50px);
  }
  
  .sidebar {
    max-height: calc(100vh - 100px);
  }
  
  .table td {
    padding: 0.2rem;
    vertical-align: middle;
    border-top: 1px solid #3e515b;
    font-size: 0.9rem;
  }

  /* Force table to not be like tables anymore */
  #pool-coins table, thead, tbody, th, td, tr { 
    display: block; 
  }
  
  /* Hide table headers (but not display: none;, for accessibility) */
  #pool-coins thead tr { 
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  
  #pool-coins tr { border: 1px solid #3e515b; }
  
  #pool-coins td { 
    /* Behave  like a "row" */
    border: none;
    position: relative;
    padding-left: 50%; 
    vertical-align: middle;
  }
  
  #pool-coins td:before { 
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    left: 10px;
    width: 45%; 
    padding-right: 10px; 
    white-space: nowrap;
    vertical-align: middle;
  }
  
  #pool-coins img.coinimg {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    margin-left: .2rem;
    margin-right: .2rem;
    display: inline-block;
  }
  
  /*
  Label the data
  */
  #pool-coins td:nth-of-type(1):before { content: "Pool coin"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(2):before { content: "Algorithm"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(3):before { content: "Miners"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(4):before { content: "Pool Hashrate"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(5):before { content: "Fee"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(6):before { content: "Network Hashrate"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(7):before { content: "Network Difficulty"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(8):before { content: "Pool Blocks"; color: #bdc3c7; }
  #pool-coins td:nth-of-type(9):before { content: "Pool Stats"; color: #bdc3c7; }
 
  .sidebar-open .main-sidebar {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  
  .main-sidebar {
    -webkit-transform: translate(-230px, 0);
    -ms-transform: translate(-230px, 0);
    -o-transform: translate(-230px, 0);
    transform: translate(-230px, 0);
  }
}

/* Tooltip — пусть плагин позиционирует сам */
.chartist-tooltip,
.ct-tooltip {
  position: absolute !important;
  z-index: 999999 !important;
  pointer-events: none;
}

/* контейнер графика должен быть позиционированным */
.ct-chart,
.ct-chart svg {
  position: relative;
}

/* чтобы tooltip не прятался/не обрезался и был поверх */
.chartist-tooltip {
  z-index: 9999;
}

/* если родитель где-то режет overflow */
.ct-chart {
  overflow: visible;
}

#chartDashboardHashRate,
#chartDashboardBlockEffort,
.ct-chart {
  position: relative;
  overflow: visible;
}

/* === ИЗОЛЯЦИЯ ИКОНОК И ФИКС ВЫСОТЫ === */

/* ФИКС ВЕРХНЕЙ ПАНЕЛИ */
.main-header,
.navbar-static-top {
  background-color: #222d32 !important;
  border-bottom: 1px solid #1a1e22 !important;
  min-height: 50px !important;
}

/* КНОПКА МЕНЮ */
.sidebar-toggle {
  float: left !important;
  background-color: transparent !important;
  padding: 15px !important;
}

.sidebar-toggle i {
  font-family: "FontAwesome" !important;
  color: #fff !important;
  font-size: 20px !important;
  line-height: 1 !important;
}

/* САЙДБАР */
.sidebar-menu {
  padding-top: 10px !important;
}

.sidebar-menu > li > a {
  padding-left: 15px !important;
  padding-right: 15px !important;
  color: #b8c7ce !important;
}

.sidebar-menu > li > a > i {
  font-family: "FontAwesome" !important;
  width: 20px !important;
  text-align: center !important;
  margin-right: 10px !important;
  font-size: 18px !important;
  color: #b8c7ce !important;
}

.sidebar-menu li:hover > a,
.sidebar-menu li.active > a {
  background-color: #1e282c !important;
  color: #fff !important;
}

.sidebar-menu li:hover > a > i,
.sidebar-menu li.active > a > i {
  color: #fff !important;
}

/* КОНТРОЛЬ ПРОКРУТКИ САЙДБАРА */
.sidebar {
  overflow-y: auto;
  max-height: calc(100vh - 150px);
}

/* ИКОНКИ КОНТЕНТА */
.card i.fas,
.card i.far,
.card i.fal,
.card i.fab,
.miningcore-content i {
  font-family: "Font Awesome 5 Free" !important;
  font-weight: 900 !important;
}

/* ПЛЕЙСХОЛДЕР */
.navbar-placeholder {
  display: none !important;
}

/* ФОН ДЛЯ КОНТРОЛОВ */
.bootstrap-notify-container .alert {
  background-color: #2c3b41 !important;
  border-color: #3e515b !important;
  color: #bdc3c7 !important;
}

.toggle.btn {
  border-color: #3e515b !important;
}

.toggle-handle {
  background-color: #3e515b !important;
}

.form-control {
  background-color: #25333a !important;
  border-color: #3e515b !important;
  color: #bdc3c7 !important;
}

.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: 0 0 0 0.2rem rgba(60, 141, 188, 0.25) !important;
}

/* === Уменьшаем высоту верхней панели (хедера) === */
.main-header,
.main-header .navbar,
.navbar-static-top {
  min-height: 36px !important;
  height: 36px !important;
}

/* Поднимаем контент, т.к. header стал ниже */
.content-wrapper {
  padding-top: 36px !important;
  min-height: calc(100vh - 36px) !important;
}

/* Подгоняем кнопку меню под новую высоту */
.main-header .sidebar-toggle {
  padding: 8px 15px !important;  /* было 15px */
  line-height: 20px !important;
}

.main-header .sidebar-toggle i {
  font-size: 18px !important;
  line-height: 1 !important;
}

/* Сайдбар тоже должен стартовать ниже (по высоте header) */
.main-sidebar {
  top: 36px !important;
  height: calc(100vh - 36px) !important;
  min-height: calc(100vh - 36px) !important;
  max-height: calc(100vh - 36px) !important;
}

/* (опционально) для режима со свернутым/открытым сайдбаром */
@media (min-width: 481px) and (max-width: 767px),
       (max-width: 480px) {
  .main-sidebar { top: 36px !important; }
}

/* Убираем вертикальную линию справа от кнопки меню */
.main-header .sidebar-toggle {
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

.main-header .navbar .sidebar-toggle:hover,
.main-header .navbar .sidebar-toggle:focus,
.main-header .navbar .sidebar-toggle:active {
  border-left: 0 !important;
  border-right: 0 !important;
  box-shadow: none !important;
}

/* Miners: убрать белые линии (границы) у таблицы */
.page-miners #miners,
.page-miners #miners thead,
.page-miners #miners tbody,
.page-miners #miners tr,
.page-miners #miners th,
.page-miners #miners td {
  border: 0 !important;
}

/* Payments: убрать белые линии (границы) у таблицы */
.page-payments #payments,
.page-payments #payments, thead,
.page-payments #payments, tbody,
.page-payments #payments, tr,
.page-payments #payments, th,
.page-payments #payments, td {
  border: 0 !important;
}

/* Таблицы: при hover делать текст оранжевым, чтобы читалось на тёмном фоне */
.table-hover tbody tr:hover td,
.table-hover tbody tr:hover th,
.table-hover tbody tr:hover td a {
  color: #f39c12 !important; /* оранжевый */
}

.stratum-line{
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
  margin: 2px 0;
}

.stratum-url{
  color: #bdc3c7;
  background: transparent;
  padding: 0;
}

.btn-copy-stratum{
  padding: 2px 8px !important;
  border-radius: 4px !important;
  line-height: 1.2 !important;
  margin: 0 !important;
}

.stratum-sep{ height: 6px; }

.stratum-country{
  opacity: .8;
  font-size: 12px;
  margin-left: 6px;
  color: #bdc3c7;
}
