h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  font-family: "SFUI", sans-serif;
}

p {
  font-weight: 400;
  font-family: "SFUI", sans-serif;
}

.blockquote h4 {
  line-height: 3rem;
}

.blockquote h5 {
  line-height: 2.8rem;
}

/**! ----- font Setting (size & line height, spacing etc) ---- **/
.h1-font, h1 {
  font-size: 2.25rem;
  line-height: 1.35;
}

.brand-text-logo {
    color: #dfdfdf;
    font-family: Helvetica;
    font-size: xx-large;
    font-weight: 600;
}

@media only screen and (min-width: 768px) {
  .h1-font, h1 {
    font-size: 3.75rem;
    line-height: 1.16;
  }
}

.h2-font, h2 {
  font-size: 2.25rem;
  line-height: 1.35;
}

@media only screen and (min-width: 768px) {
  .h2-font, h2 {
    font-size: 3rem;
    line-height: 1.2;
  }
}

.h3-font, h3 {
  font-size: 2.25rem;
  line-height: 1.35;
}

.h4-font, h4 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.h5-font, h5 {
  font-size: 1.375rem;
  line-height: 1.5;
}

.h6-font, h6, .blockquote {
  font-size: 1.125rem;
  line-height: 1.65;
}

.body-font, p {
  font-size: 1.0625rem;
  line-height: 1.75;
}

.table {
  color: #fff !important;
  border: none !important

}

.table th {
  border: none !important
}

.table td {
  border: none !important;
}

.table thead th {
  border-bottom: none !important;
  color: #5b7fec !important;
}

/**! ----- Theme Common colors (Also Used as extend in SCSS ) ---- **/
mark,
ins, .bg-color--primary, [class*="bg-color--primary-opacity-"]::before, .btn-bg--primary, .btn-bg--primary--05::after, .btn-hover--primary:hover, .card-hover--bg--primary-shadow.focused, .card-hover--bg--primary-shadow:hover, .preloader .blobs .blob-center, .preloader .blob, .form--v8:after, .ico-progress--v2 .ico-progress__stages:after, .decor, .carosuel-slider--v1 .slick-dots .slick-active button, .carosuel-triangle:hover, .label-bg--light--200::before, .pagination .page-item.active .page-link, .sticky .card, .sticky .article__thumbnail-image::before, .widget_calendar tbody a, .post-navigation .meta-nav::before, .navbar-sticky--moved-up.sticky-bg-color--primary, .roadmap--v4 .roadmap-item--current .timeline-line:before {
  background: #5b7fec;
}

.color--primary, .card--v2 .card.focused .card__title, .card--v2 .card:hover .card__title, a.list-group-item:hover, a.list-group-item.active, a.list-group-item:focus, .text-hover--primary:hover, .section--dark .text-hover--primary:hover,
.section--darkblue .text-hover--primary:hover, .icon-rounded-color--gray i:hover, .carosuel-arrow, .carosuel-cursor--dark i:hover, .dropdown-module__item:focus, .dropdown-module__item:hover, .dropdown-module--dark .dropdown-module__item:focus, .dropdown-module--dark .dropdown-module__item:hover, .label-bg--primary, .pagination .page-item:not(.active) .page-link, .breadcrumb--v1 .breadcrumb, .breadcrumb--v1 .breadcrumb a, .blog-details .article-content a,
.blog-details .comment-content a, .article-author__name:hover, .article__title h2:hover, .blog-details .entry-header .entry-author .url:hover, .blog-details .entry-meta .post-categories a, .blog-sidebar .widget-title, .blog-sidebar .widget li a:hover, .blog-sidebar .widget li a:focus, .blog-sidebar .widget li a:hover i, .blog-sidebar .widget li a:focus i, .blog-sidebar .widget_tag_cloud ul li a:hover, .blog-sidebar .widget_nav .menu li .current_page_item > a,
.blog-sidebar .widget_nav .menu li .current-menu-item > a, .widget_calendar tfoot a, .widget_rss .widget-title .rsswidget, .post-navigation .meta-nav, .post-navigation .post-title:hover, .tags-links a, .comments-area .comment-reply-link, .dropdown-item:focus, .dropdown-item:hover, .dropdown-item.active, .dropdown-item:active, .footer.section--light a:hover {
  color: #5b7fec;
}

.fill--primary rect,
.fill--primary path,
.fill--primary polygon,
.fill--primary circle {
  fill: #5b7fec;
}

.btn-border--color--primary, .btn-hover--primary.btn-border--color--dark:hover, .btn-hover--primary.btn-border--color--light:hover, .icon-rounded-color--primary, .icon-rounded-color--gray i:hover, .carosuel-arrow {
  border-color: #5b7fec;
}

/*---- Boxed Layout Init----*/
      body.boxed-layout .main, body.boxed-layout .navbar {
        max-width: 1366px;
      }

      .ct-chart {
          margin: 30px 0 30px;
          height: 285px;
          padding-top: 30px;
          padding-left: 30px;
      }

      #blockList{
        table-layout: auto;
      }

      #paymentsMinerList {
        table-layout: auto;
      }

      #paymentList{
        table-layout: auto;
      }

      #minerList{
        table-layout: auto;
      }
      .table-responsive{
        width: 100%;
        overflow-x: auto;
        white-space: nowrap;
        scrollbar-width: none;
        position: relative;
        z-index: 99;
      }

      .icon-group--sticky{
        z-index: 99;
      }

      .minerconfiguration{
        margin-bottom: 2rem;
      }

      #settingsForm label{
        font-size: 1.3rem;
      }

      .latestpayments {
        font-size: 2rem;
      }

      .workerhashrateminer24{
        font-size: 2rem;
      }

      .workerlist {
        font-size: 2rem;
      }

      #minerconfigurationtemplate
      {
          position: fixed;
          display: none;
          z-index: 99999;
          background: #3c4291;
          top: 0;
          bottom: 0;
          width: 100%;
      }

      .settingsFormBottom {
        left: 2rem;
        bottom: 2rem;
        position: fixed;
        width: 5rem;
        height: 5rem;
        background: #ffbb00;
        border-radius: 5rem;
        text-align: center;
        align-content: center;
        z-index: 1000000; 
        animation: drop 3s ease-in-out infinite;
      }

      .settingsFormBottom img {
        max-width: 75%;        
      }

      #settingsForm {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        padding-top: 1.5rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
      }

      #settingsForm input{
        color: #000;
        border-radius: 0.5rem;
        padding: 0.5rem; 
        margin-bottom: 1.2rem;
      }

      .savesettings{
        background: rgb(126, 126, 126);
        border: 1px solid #000;
        border-radius: 3rem;
        padding: 1rem;
        margin-bottom: 2rem;
        margin-top: 15px;
      }

      .savesettings:hover{
        background: rgb(157, 255, 0);
        border: 1px solid #000;
        border-radius: 3rem;
        padding: 1rem;
        color: #000 !important;
      }

      #settingsForm #updateSuccess{
        display: none; 
        background: #7AC29A;
      }
      #settingsForm #updateFailed{
        display: none;
        background: #EB5E28; 
      }