body {
  font-size: 1rem;
  font-family: heebo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #141414;
}

.font-family-aktiv-grotesk {
  font-family: aktiv-grotesk, sans-serif;
}

.section_secondary {
  display: none;
}

.section_secondary.open {
  display: block;
}

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active, .show > .btn-outline-dark.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: inherit;
}

.btn-outline-dark {
  color: rgba(255, 255, 255, 1);
  background-color: transparent;
  background-image: none;
  border-color: rgba(255, 255, 255, .1);
}

.popover-body {
  padding: .5rem .35rem;
  color: #ffffff;
  display: flex;
}

.popover {
  background-color: #051f34;
  border-radius: 50%;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.bs-popover-auto[x-placement^=top] .arrow::after, .bs-popover-top .arrow::after {
  bottom: 0;
}

.line-height-1 {
  line-height: 1;
}


.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
}

.border-bottom {
  border-width: 3px !important;
}

.header .border {
  border: 2px solid #ffffff !important;
}

.border {
  border: 1px solid #060053 !important;
}

.shadow-lg {
  box-shadow: 0 1rem 1rem rgb(0 0 0 / 38%) !important;
}


.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 140px;
  display: inline-block;
  vertical-align: middle;
}

.text-shadow {
  text-shadow: 0 3px 6px #333333;
}


.section_primary {
  display: none;
}

.section_primary.open {
  display: block;
}


.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-bold {
  font-weight: 900 !important;
}


.bg-blue {
  background-color: #060053;
}

.text-blue-dark {
  color: #000861;
}

.text-purple {
  color: #5f50fd;
}

.text-blue {
  color: #4050fb;
}

.bg-purple-light {
  background-color: #eceaff;
}

.text-yellow {
  color: #ffba3f;
}

.bg-yellow {
  background-color: #fff1d9;
}

.bg-purple {
  background-color: #5f50fd;
}

.bg-dark-purple {
  background-color: #060053;
}

a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  min-width: 135px;
}

a {
  text-decoration: underline;
  color: #ffffff;
}

a:hover {
  text-decoration: none;
}

.dataTables_wrapper .row {
  margin-right: 0;
  margin-left: 0;
}

div.dataTables_paginate, .data_filter, .dataTables_length, .dataTables_filter {
  display: none;
}

.btn-secondary {
  color: #fff;
  background-color: #000861;
  border-color: #000861;
  line-height: 1.5;
}


.h4, h4 {
  font-size: 1.2rem;
}

.h5, h5 {
  font-size: 1rem;
}

/* typography */

.display-1 {
  font-size: 3rem;
  line-height: 0.8;
}

.display-2 {
  font-size: 2.8rem;
  line-height: 0.8;
}


/***** Header ******/

.header {
  background-image: url(../assets/images/header.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.bg-companies-on-track {
  background-image: url(../assets/images/companies-on-track-banner.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg-the-current-trillion-dollar-club-members {
  background-image: url(../assets/images/The-current-trillion-dollar-club-members-banner.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg-companies-on-course-for {
  background-image: url(../assets/images/The-companies-on-course-for-1-trillion-the-quickest-banner.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg-average-estimated-time {
  background-image: url(../assets/images/The-average-estimated-time-to-hit-1-trillion-banner.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg-fastest-growing-sectors {
  background-image: url(../assets/images/The-fastest-growing-sectors-banner.jpg);
  background-size: cover;
  overflow: hidden;
}

.bg-companies-on-track::before, .bg-the-current-trillion-dollar-club-members::before,
.bg-companies-on-course-for::before, .bg-average-estimated-time::before, .bg-fastest-growing-sectors::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  height: 170px;
  width: 95%;
  opacity: 0.7;
}

.bg-companies-on-track::before {
  background: url("../assets/images/title-bg.svg") left no-repeat;
  background-size: cover;
}

.bg-the-current-trillion-dollar-club-members::before, .bg-average-estimated-time::before {
  background: url("../assets/images/title-bg-yellow.svg") left no-repeat;
  background-size: cover;
}

.bg-companies-on-course-for::before, .bg-fastest-growing-sectors::before {
  background: url("../assets/images/title-bg-purple.svg") left no-repeat;
  background-size: cover;
}


.bg-blue-content {
  background: url("../assets/images/copy-bg.svg") center bottom no-repeat;
  background-size: cover;
}


.bg-blue-light::before {
  content: "";
  background: url("../assets/images/copy-bg-blue-light.svg") center bottom no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 520px;
  width: 100%;
}

#svg_tool_tip_holder .tooltip {
  margin-left: 15px;
  margin-bottom: 12px;
  font-weight: bold;
  color: white;
  font-size: 1.45rem;
  line-height: 20px;
  background-color: #051f34 !important;
  border-radius: 50%;
  width: 110px;
  height: 110px;
  vertical-align: middle;
  position: absolute;
    transform: translate3d(175px, 80px, 0px);
    top: -5px;
    left: 12px;
    will-change: transform;

}

#svg_tool_tip_holder .tooltip .arrow {
    display: none !important;
}

#svg_tool_tip_holder .tooltip .tooltip-inner {
  padding-top: 35px;
  background-color: transparent !important;
}


.navbar-toggler {
  font-size: 1.7rem;
}

.img-circle {
  background-size: cover;
  background-repeat: no-repeat;
  padding-bottom: calc(100% - 16px);
  border-radius: 50%;
  border: 8px solid white;
}

.rank-oval {
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 40px;
  background-color: #060053;
  margin: auto;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  color: #ffffff;
}

.img-thumb {
  max-width: 220px;
  margin: auto;
}

.links-section a {
  color: #ffffff;
  text-decoration: none;
}

.links-section a:hover {
  color: #5f50fd;
}

.links-section a.active {
  font-weight: bold;
  color: #5f50fd;
}


#data_processing, #data2_processing {
  display: none !important;
}


.letter-spacing {
  letter-spacing: 1px;
}


.btn-secondary {
  background-color: transparent;
  border: 2px solid #060053;
  color: #000000;
  border-radius: 0;
  width: 100%;
}

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #5f50fd;
  border: 2px solid #5f50fd;
  font-weight: bold;
}

.btn-secondary:hover {
  color: #ffffff;
  background-color: #5f50fd;
  border: 2px solid #5f50fd;
}

.h5, h5 {
  font-weight: 700 !important;
}

/* table */
.sorting-icons {
  width: 100%;
  display: block;
  line-height: 39px;
  text-align: center;
  color: #000000;

}

#data_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data_wrapper .col-6,
#data_wrapper .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

.sorting .fa-sort-up,
.sorting .fa-sort-down {
  display: none;
}

.sorting_asc .fa-sort-up,
.sorting_asc .fa-sort {
  display: none;
}

.sorting_desc .fa-sort-down,
.sorting_desc .fa-sort {
  display: none;
}

tr .sorting_1 span.td-simulate {
  font-weight: bold;
}

tr.even .sorting_1 span.td-simulate, tr.even td.highlighted span.td-simulate {
  background: #dfdcff;
  color: #141414;

}
.popover-body h4{
  font-size: 1.5rem;
}
.table .sorting_asc .heading-holder .title-th, .table .sorting_desc .heading-holder .title-th {
  background: #5f50fd;
  border: 1px solid #5f50fd;
  color: #ffffff;
}


.control_lenght {
  background-color: #ffffff;
  border: 2px solid #5f50fd;
  color: #000000;
  font-weight: bold;
  padding: 0.6rem 1.8rem;
  text-decoration: none;
}

.control_lenght:hover {
  background-color: #5f50fd;
  color: #ffffff;
}


.heading-holder {
  text-align: center;
  font-weight: 400;
  padding-top: 1.2rem;
  position: relative;
  min-width: 166px;
}


.heading-holder p {
  line-height: 1;

}


.heading-holder .title-th {
  height: 60px;
  border: 1px solid #000861;
  background-color: #000861;
  border-radius: 5px;
  color: #ffffff;

}

.heading-holder .sorting-icons i {
  margin-bottom: 0px;
  font-size: 0.8rem;
  color: #000;
}

.table td, .table th {
  padding: 0rem 0.4rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

.table tr th:first-child {
  padding-left: 0;
}

.table tr th:last-child {
  padding-right: 0rem;
}

.table th {
  border-bottom: 0 #fff !important;
  border-top: 1px solid transparent;
}

.table tbody tr.even td {
  background: #f8f8f8;
}

.table tbody tr:first-child td {
  border-top: 1px solid #000;
}

.table tbody tr td {
  padding: 0px 5px;
  border-top: 0px solid #000;
  text-align: center;
  vertical-align: middle;
}

.table tr td:first-child {
  padding-left: 0;
}


.table tr td:last-child {
  padding-right: 0;
}


.td-simulate {
  padding: 0.2rem 0rem;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  font-size: 1rem;
  line-height: 34px;
}


.tooltip.show {
  opacity: 1;
}

.h2, h2 {
  font-size: 1.3rem;
}

.h3, h3 {
  font-size: 1.45rem;
}

.display-4 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.lead {
  font-size: 1rem;
  font-weight: 400;
}

.container-custom, .container-custom-table {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.display-4 {
  font-size: 1.3rem;
}

@media (min-width: 576px) {


  .display-4 {
    font-size: 1.4rem;
  }

  .h3, h3 {
    font-size: 1.30rem;
  }

  #svg_tool_tip_holder .tooltip {
    font-size: 0.73rem;
    line-height: 0px;
    width: 60px;
    height: 60px;

  }

  .display-1 {
    font-size: 3.6rem;
  }


  .display-2 {
    font-size: 3.6rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: 0.8;
  }

  .display-4 {
    font-size: 1.8rem;
  }


}

@media (min-width: 768px) {
  .display-4 {
    font-size: 1.8rem;
  }

  .bg-blue-light::before {
    top: 0;
    left: 0;
    right: 0;
    height: 560px;
  }

  #svg_tool_tip_holder .tooltip {
    font-size: 1.1rem;
    line-height: 0px;
    width: 78px;
    height: 78px;

  }

  .bg-companies-on-track::before, .bg-the-current-trillion-dollar-club-members::before, .bg-companies-on-course-for::before, .bg-average-estimated-time::before, .bg-fastest-growing-sectors::before {
    height: 135px;
    width: 58%;
  }

  .display-2 {
    font-size: 4.2rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 5.5rem;
    line-height: 0.8;
  }


}


@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify;
  }
  .h5, h5 {
    font-size: 1.15rem;
  }

   #svg_tool_tip_holder .tooltip {
    font-size: 1.2rem;
    line-height: 8px;
    width: 90px;
    height: 90px;

  }

  .bg-blue-light::before {
    top: 0;
    left: 0;
    right: 0;
    height: 580px;
  }

  .bg-companies-on-track::before, .bg-the-current-trillion-dollar-club-members::before, .bg-companies-on-course-for::before, .bg-average-estimated-time::before, .bg-fastest-growing-sectors::before {
    height: 283px;
    width: 50%;
  }

  .h4, h4 {
    font-size: 1.5rem;
  }

  .h2, h2 {
    font-size: 2.3rem;
  }


  .display-4 {
    font-size: 2.4rem;
  }

  .lead {
    font-size: 1.4rem;
  }

  .display-2 {
    font-size: 5rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 7rem;
    line-height: 0.8;
  }

  .display-4 {
    font-size: 1.7rem;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .btn-secondary {
    width: 258px;
  }
}

@media (min-width: 1200px) {
  .h4, h4 {
    font-size: 1.7rem;
  }

  .bg-companies-on-track::before, .bg-the-current-trillion-dollar-club-members::before,
  .bg-companies-on-course-for::before, .bg-average-estimated-time::before, .bg-fastest-growing-sectors::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: 242px;
  }

  .h3, h3 {
    font-size: 1.95rem;
  }

  #svg_tool_tip_holder .tooltip {
    font-size: 1.5rem;
    line-height: 20px;
    width: 115px;
    height: 115px;

}

  .display-2 {
    font-size: 5.9rem;
    line-height: 0.8;
  }

  .container-custom {
    max-width: 1289px;
  }

  .container-custom-table {
    max-width: 1440px;
  }

  .container {
    max-width: 1283px;
  }


}
