body {
  font-family: proxima-nova, sans-serif;
  font-size: 1rem;
  color: #000000;
}

.text-shadow {
  text-shadow: 2px 1px 8px #6c7076;
}

span.filter {
  cursor: pointer;
}

.fa-circle.fas {
  color: #fa582b;
}

.navbar .btn-outline-dark {
  background-color: transparent;
  border-color: rgba(255, 255, 255, .1);
  color: rgba(255, 255, 255, 1);
}

.navbar-toggler {
  font-size: 1.7rem;
}

.navbar-dark .navbar-toggler {
  border-color: transparent;
}

.navbar-dark .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}

.navbar-dark .navbar-toggler i {
  color: rgba(255, 255, 255, .5);
  border: 1px solid rgba(255, 255, 255, .1);
  padding: .35rem .75rem;
  border-radius: .25rem;
}

.currency-holder {
  background: #feebe6;
  border: 1px solid #fa582b;
}

.currency-holder .btn-primary {
  background: #ffffff;
  border: 1px solid #ffffff;
  color: #fa582b !important;
  height: 40px;
  width: 40px;
  line-height: 20px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 1.3rem;
  box-shadow: none;
}

.currency-holder .btn-primary.active, .currency-holder .btn-primary:hover {
  color: #ffffff !important;
  background-color: #fa582b !important;
  border-color: #fa582b !important;
}

.section_primary, .section_secondary {
  display: none;
}

.section_primary.open, .section_secondary.open {
  display: block;
}

.height-title {
  height: 50px;
}

.img-square {
  padding-bottom: 71%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-square-big {
  padding-bottom: 66%;
  background-position: top;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-square-small,.img-square-small.lower {
  padding-bottom: 42%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.img-square-small::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(28, 28, 28, 0.85) 100%, rgba(32, 33, 34, 0.3508753843334209) 100%);
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.img-square-small.border-radius-left::before {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

.bg-gray {
  background-color: #eeeeee;
}

.modal .rank-oval {
  margin: auto;
  position: relative;
  top: 0;
  left: 0;
  height: 33px;
  width: 33px;
  line-height: 33px;

}

.modal-content {
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 1);
  box-shadow: 0 0 10px #707070;
}

.modal-backdrop {
  background-color: #fed7cc;
}

.rank-oval {
  background-color: #fa582b;
  border-radius: 50%;
  height: 37px;
  width: 37px;
  line-height: 37px;
  position: absolute;
  left: 0px;
  right: 0;
  top: 15px;
  margin: auto;
  font-size: 1.1rem;
  color: #ffffff;
}

.modal-content .close {
  background-color: #fa582b;
  border-radius: 1rem;
  width: 113px;
  margin: auto;
  text-align: center;
  display: inline-block;
  outline: none;
  line-height: 25px;

}

.modal-content .close span {
  font-size: 0.9rem;
  vertical-align: middle;
}

.modal-content .close .times {
  font-size: 1.2rem;
}

.close {
  float: none;
  opacity: 1;
  font-weight: 400;
}

.border-orange {
  border-bottom: 4px solid #fdbcaa;
}

.table tr td .rank span {
  line-height: 33px;
  height: 30px;
  width: 30px;
  display: inline-block;
  color: #ffffff;
  border-radius: 50%;
  margin: auto;
  background-color: #fa582b;
  vertical-align: middle;
}


.tooltip-inner {
  border-radius: 0;
  min-width: 70px;
}

.fa-2x {
  font-size: 1.6rem;
}

.tooltip-inner {
  font-weight: bold;
}

.font-weight-semi-bold {
  font-weight: 400;
}

.font-weight-light {
  font-weight: 300;
}

.rounded {
  border-radius: 0.6rem !important;
}

.rounded-xl {
  border-radius: 5rem !important;
}


div#data_length, div#data2_length, div#data3_length {
  display: none;
}

div#data_paginate, div#data2_paginate, div#data3_paginate {
  display: none;
}

.position-sticky {
  top: 0;
  z-index: 1000;
  width: 100%;
}

.scroll-overflow {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}


.tooltip.show {
  opacity: 1;
}

.line-height-1 {
  line-height: 1 !important;
}


.overflow-hidden {
  overflow: hidden;
  position: relative;
}

.bg-dark {
  background-color: #000000 !important;
}

.buttons-section a.section-link {
  color: #ffff;
  text-decoration: none;
}

.buttons-section a.section-link:hover {
  cursor: pointer;
  color: #fa582b;
}

.buttons-section a.active {
  color: #fa582b;
  font-weight: bold;
}

.bg-orange {
  background-color: #fa582b;
}

.text-orange {
  color: #fa582b;
}

.bg-orange-lighter {
  background-color: #fc9b80;
}

.bg-orange-light {
  background-color: #feded5;
}

.text-box {
  position: absolute;
  bottom: 5px;
  left: 0;
  right: 0;
}

.border-radius-left {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}

.border-radius-right {
  border-radius: 25px;
}


.img-square-small.border-radius-left {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}

a {
  color: #0c13ef;
  text-decoration: underline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  word-break: break-word;
}

.td-simulate.details-control {
  cursor: pointer;
  background-color: transparent !important;
  border: 1px solid #fa582b;
  line-height: 29px !important;
  border-radius: 0.3rem;
}

.td-simulate.details-control:hover {
  color: #ffffff !important;
  background-color: #fa582b !important;
}

.td-simulate.details-control:hover .td-simulate {
  color: #ffffff;
}

.td-simulate.details-control:hover i {
  color: #ffffff;

}

.td-simulate.details-control i {
  color: #fa582b;
}

.border-bottom {
  border-bottom: 3px solid #000000 !important;
}

.border-top {
  border-top: 3px solid #000000 !important;
}

.methodology-bg a {
  color: #ffffff;
}

.footer a {
  color: #0c13ef;
}

/* Typography */

.bg-blue {
  background-color: #0083c1;
}

.tooltip.show {
  opacity: 1;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-normal {
  font-weight: 300 !important;
}

.font-weight-medium {
  font-weight: 600 !important;
}

.font-weight-extra-bold {
  font-weight: 900 !important;
}

.font-style-italic {
  font-style: italic;
}


.table tr td.sorting_1 .td-simulate, .table tr td.highlighted .td-simulate {
  color: #000000;
  background-color: #feebe6;
}

.header {
  background: url(../images/header.jpg) no-repeat left;
  background-size: cover;
}

.bg-coffee-cat {
  background: url(../images/white_coffee_cat-2-copy-bg.jpg) no-repeat left;
  background-size: cover;
}

.bg-pets {
  background: url(../images/pets-header.jpg) no-repeat right;
  background-size: cover;
}

.bg-most-influential-highest-earning {
  background: url(../images/The-Worlds-Most-Influential-and-Highest-Earning-Pets-header.jpg) no-repeat right;
  background-size: cover;
}

.bg-highest-earning {
  background: url(../images/The-Worlds-Highest-Earning-Cats-header.jpg) no-repeat right;
  background-size: cover;
}

.content-instagram {
  position: relative;

}

.bg-coffee-cat::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgb(255, 255, 255);
  background: linear-gradient(
          180deg, rgba(255, 255, 255, 0) 80%, rgb(104 104 104 / 85%) 100%, rgba(32, 33, 34, 0.3508753843334209) 100%);
}

.icon-wrap i {
  border-radius: 50%;
  height: 50px;
  width: 50px;
  vertical-align: middle;
  line-height: 50px;
  background-color: #fa582b;
  color: #ffffff;
  display: inline-block;

}

.icon-wrap i:hover {
  color: #fa582b;
  background-color: #000000;
}

.display-4 {
  font-size: 1.3rem;
}


/*** Table ******/

.heading-holder {
  position: relative;
  padding-top: 0;
  min-width: 120px;
  font-size: 1rem;

}

.heading-holder .title-text {
  border: 1px solid #fa582b;
  border-radius: 0.3rem;
  height: 70px;
  color: #000000;

}


.table td.sorting_1 .td-simulate {
  font-weight: bold;
}

.control_lenght {
  padding: 0.5rem 3.5rem;
  text-decoration: none;
  display: inline-block;
  color: #ffffff;
  background-color: #0a0a0a;
  border: 1px solid black;
  border-radius: 1.3rem;
}


.control_lenght:hover {
  text-decoration: none;
  color: #000000;
  background-color: transparent;
  border: 1px solid black;
}

.table .sorting_asc .heading-holder .title-text, .table .sorting_desc .heading-holder .title-text {
  background-color: #fa582b;
  color: #ffffff;
}

.table thead th {
  vertical-align: bottom;
  border-bottom: 0px solid #dee2e6;
  padding-bottom: 0px !important;
  font-size: 1rem;
}

.dataTables_wrapper .row {
  margin-right: 0px;
  margin-left: 0px;
}

.dataTables_wrapper .col-6,
.dataTables_wrapper .col-12,
.dataTables_wrapper .col-sm-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;
}


.table td, .table th {
  vertical-align: middle;
  text-align: center;
  padding: 0;
}


table.dataTable {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
  border-collapse: collapse !important;

}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
  padding: 50px;
}

table tr td span.td-simulate {
  color: #000000;
  font-weight: 500;
}


div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
  display: none;
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
  display: none;
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting {
  padding-right: 0px;
  padding-left: 0px;
  position: relative;
}

.table th {
  color: #322e2f;
  font-size: 1rem;
  white-space: nowrap;
  border-top: 0;
}


.table td {
  border-top: 0px solid transparent;
  color: #000000;
  font-size: 1rem;
  white-space: nowrap;
}

.sorting-icons {
  font-size: 0.9rem;
  vertical-align: middle;
  line-height: 32px;
  color: #000000;
}

.table tr:first-child .td-simulate {
  border-top: 1px solid #fa582b;
}

.table td .td-simulate {
  display: block;
  padding: 0px 10px;
  line-height: 36px;
  margin: 0;
  color: #000000;
  border-bottom: 1px solid #fa582b;
}


table tr td .td-simulate {
  margin-bottom: 10px;
}

.table td:last-child .td-simulate {
  margin-right: 0;
}


.display-2 {
  font-size: 1.6rem;
}

.display-3 {
  font-size: 2rem;
}


.footer a {
  text-decoration: underline;
}

.methodology a {
  color: #0000ee;
  text-decoration: underline;
}

.footer-logo {
  max-width: 140px;
  min-width: 190px;
}

.h3, h3 {
  font-size: 1.4rem;
  line-height: 1;
}


.h2, h2 {
  font-size: 1.3rem;
}

.h4, h4 {
  font-size: 1.3rem;
}

.display-1 {
  font-size: 4rem;
}


.custom-container {
  padding-left: 15px;
  padding-right: 15px;
  margin: auto;
}

@media (min-width: 576px) {
  .display-1 {
    font-size: 4.8rem;
  }

  .img-square-small.lower {
    padding-bottom: 96%;
  }

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


  .h3, h3 {
    font-size: 1.6rem;
  }

  .display-4 {
    font-size: 2.5rem;
  }

  .display-3 {
    font-size: 3rem;
    line-height: 1;

  }


}

@media (min-width: 768px) {


  .h2, h2 {
    font-size: 1.5rem;
  }

  .display-4 {
    font-size: 1.7rem;
  }

  .display-2 {
    font-size: 2.9rem;
  }

  .border-radius-left {
    border-bottom-left-radius: 25px;
    border-top-left-radius: 25px;
  }

  .border-radius-right {
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }

  .img-square-small.border-radius-left {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
  }

  .img-square-small.border-radius-left::before {
    border-bottom-right-radius: 0;
  }
  .img-square-small {
    padding-bottom: 130%;
  }
  .text-box {
    bottom: 5px;
    left: 20px;
    right: auto;
  }

  .rank-oval {
    left: 15px;
    top: 15px;
    margin-left: 0;
  }

  .display-3 {
    font-size: 2.7rem;

  }
}

@media (min-width: 992px) {
  .img-square-big {
    padding-bottom: 93%;
  }
  .img-square-small {
    padding-bottom: 42%;
  }


  .modal-dialog {
    max-width: 550px;
    margin: 1.75rem auto;
  }

  .img-square-small {
    padding-bottom: 103%;
  }

  .h5, h5 {
    font-size: 1.35rem;
  }

  .h3, h3 {
    font-size: 2.5rem;
    line-height: 1;
  }

  .white-space-nowrap {
    white-space: nowrap;
  }


  .h2, h2 {
    font-size: 2rem;
  }

  .display-3 {
    font-size: 2.8rem;
    line-height: 1;

  }

  .display-4 {
    font-size: 2.2rem;
    line-height: 1;
  }

  .h4, h4 {
    font-size: 1.6rem;

  }


  .h3, h3 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .display-2 {
    font-size: 4rem;
    line-height: 0.9;
  }

  .display-1 {
    font-size: 10.5rem;
  }

  .lead {
    font-size: 1.4em;

  }


}

@media (min-width: 1200px) {
  .content-bg::before {
    min-height: 400px;
  }

  .display-3 {
    font-size: 3rem;
  }


  .display-4 {
    font-size: 2.1rem;
    line-height: 1;
  }

  .h4, h4 {
    font-size: 1.6rem;
  }

  .custom-container {
    max-width: 1492px;
  }

  .container {
    max-width: 1190px;
  }

  .display-2 {
    font-size: 4.7rem;
    font-weight: 300;
    line-height: 1;
  }

}

@media (min-width: 1920px) {
  .bg-pets.py-lg-5, .bg-most-influential-highest-earning.py-lg-5, .bg-highest-earning.py-lg-5 {
    padding-bottom: 5rem !important;
    padding-top: 5rem !important;
  }


}


