
body {
  font-size: 1rem;
  color: #000;
  font-family: 'Quicksand', sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #ffffff;
}

.font-family-chauncy-pro {
  font-family: chauncy-pro, sans-serif;
}

.row {
    margin-right: -10px;
    margin-left: -10px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 600px;
}

a {
  color: #ffbab7;
  text-decoration: underline;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

.footer a {
  color: #019077;
  text-decoration: underline;
}

.footer a:hover {
  color: #019077;
  text-decoration: none;
}


.white-space-nowrap {
  white-space: nowrap;
}

.bg-dark {
  background-color: #000 !important;
}

.text-dark {
  color: #000 !important;
}

.list-inline-item i {
  font-size: 1.3rem;
}

.oval-bg {
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 1.8rem;
  background-size: cover;
  text-align: center;
}

.header {
  background: url("images/header.jpg") no-repeat;
  background-size: cover;
}

.header-title-bg {
  background: url("images/title-bg.svg") no-repeat;
  background-size: cover;
}

.methodology-bg {
  background: url("images/methodology-header.jpg") no-repeat;
  background-size: cover;
}

.methodology-bg .rounded {
  border-radius: 20px !important;
}

.header .rounded {
  border-radius: 25px !important;
}

.icon-circle {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  font-size: 1.7rem;
}

.bg-green {
  background-color: #019077;
}

.text-sand {
  color: #ffbab7;
}

.bg-sand {
  background-color: #ffbab7;
}

.bg-gray {
  background-color: #f7f3f0;
}

.text-green {
  color: #019077;
}

.border-green {
  border-color: #019077 !important;
}

.currency {
  border-radius: 50px;
  border-width: 2px !important;
}

.change-currency:hover {
  background-color: #ffbab7;
  border-color: #ffbab7 !important;
}

.change-currency.active {
  background-color: #ffbab7;
  border-color: #ffbab7 !important;
}

.change-currency {
  background: transparent;
  border-radius: 50%;
  width: 37px;
  height: 37px;
  line-height: 21px;
  border-width: 2px !important;
}

.icon-wrap i {
  border-radius: 50%;
  font-size: 1.7rem;
  padding: .9rem .7rem .8rem;
  height: 51px;
  width: 51px;
}

.title-wrap {
  border-radius: 50px;
  color: #ffffff;
  line-height: 19px;
  height: 83px;
}

div#data_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}

/* typography */
.display-1 {
  font-size: 3.6rem;
  line-height: 0.8;
}

.display-2 {
  font-size: 1.8rem;
  line-height: 0.8;
}

.display-3 {
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1.2;
}

.h3, h3 {
  font-size: 1rem;
}

.lead {
  font-size: 1rem;
}

.border-red {
  border-color: #ac0404 !important;
}

.font-style-italic {
  font-style: italic;
}


.font-weight-extra-bold {
  font-weight: 900;
}

.font-weight-medium {
  font-weight: 600
}

/* table */

.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;
}


.heading-holder {
  text-align: center;
  font-weight: 400;
  position: relative;
  min-width: 50px;
  white-space: nowrap;
  padding: 0px 0 15px;
}

#data .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data .col-6,
#data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}

#data .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data .col-6,
#data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}


.heading-holder .sorting-icons {
  bottom: 0;
  margin-top: 5px;
  color: #fff;
  position: relative;
  display: inline-block;
}

#data .table tr td.sorting_1 .td-simulate {
  font-weight: bold;
}

#data .sorting_asc .title-th,
#data .sorting_desc .title-th {
  color: #ffbab7;
  background-color: #019077;
}

.sorting_asc .heading-holder .sorting-icons i, .sorting_desc .heading-holder .sorting-icons i {
  color: #019077;
}

#data tr.even td.highlighted,
#data tr.even td.sorting_1 {
  background: #f0e5e2;

}

#data tr.odd td.highlighted,
#data tr.odd td.sorting_1 {
  background: #f0f8f7;
}



#data tr td.highlighted .td-simulate,
#data tr td.sorting_1 .td-simulate {
  border-left: 2px solid #ffbab7;
  border-right: 2px solid #ffbab7;
}

#data tr:last-child td.highlighted,
#data tr:last-child td.sorting_1 {
  border-bottom: 2px solid #ffbab7;
}

.table tr td.sorting_1 {
  font-weight: 600;
}


#data .sorting_asc .heading-holder, #data .sorting_desc .heading-holder {
  color: #000 !important;

}

/*****/

.heading-holder .sorting-icons i {
  color: #ffbab7;
}

.control_lenght {
  color: #fff;
  padding: 10px 55px;
  text-decoration: none;
  font-weight: bold;
  background-color: #019077;
  border-radius: 22px;
  border: 1px solid #019077;
}

.table td, .table th {
  padding: 0;
  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: 0px solid #019077 !important;
    border-top: 1px solid transparent;
}


.title-th {
  color: #019077;
  margin: auto;
  height: 40px;
  width: 40px;
  line-height: 37px;
  padding: 0;
  position: relative;
  background-position: center;
  border: 2px solid #019077;
  border-radius: 50%;
}

/*  Table titles  */
.title-th i {
  font-size: 1.2rem;
}


.table .title-txt {
  height: 40px;
}

tr.even {
  background-color: #ffeae9;
}

.table .title-th span {
  position: relative;
  color: #fff;
  line-height: 16px;
  display: inline-block;
  font-weight: bold;
}

.table td {
    padding: 0;
    border-top: 0px solid transparent;
    border-bottom: 0px solid transparent;
    text-align: center;
    font-size: 0.9rem;
    vertical-align: middle;
}

#data tr:first-child td {
    border-top: 2px solid #019077 !important;
}

#data tr:first-child td.highlighted, #data tr:first-child td.sorting_1 {
    border-top: 2px solid #ffbab7 !important;
}

.h2, h2 {
  font-size: 1.5rem;
}

.td-simulate {
  padding: 0.4rem 0.1rem;
  display: block;
  white-space: nowrap;
  color: #019077;

}

.text-elipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 200px;
  display: inline-block;
}

.section_primary {
  display: none;
}

.section_primary.open {
  display: block;
}

.tooltip.show {
  opacity: 1;
}


.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background-color: #df0a16;
  border-color: #df0a16;
}

.btn-primary {
  background-color: transparent;
  border: 2px solid #1c1b1b;
  color: #000;
  border-radius: 0;
}


.btn-group-lg > .btn, .btn-lg {
  font-size: 0.9rem;
  line-height: 1rem;
  white-space: nowrap;
}

.serial-killers img {
  width: 40%;
}


.display-4 {
  font-size: 1.3rem;
}

.btn-outline-danger, .btn-outline-dark {
  border-width: 1px;
}

.btn-outline-danger:hover, .btn-outline-dark:hover {
  background-color: transparent;
}

.btn-outline-dark:hover {
  color: #000 !important;

}

.btn-dark {
  background-color: #000000;
}

.btn-outline-danger:hover {
  cursor: default !important;
}

.btn-outline-danger.focus, .btn-outline-danger:focus {
  box-shadow: none !important;

}

.zodiac-signs div {
  min-width: 74px;
}


.img-flag img {
  width: 28px;

}

@media (min-width: 576px) {
  .display-3 {
    font-size: 2rem;
  }

  .display-2 {
    font-size: 2.6rem;
    line-height: 0.8;
  }

  .display-1 {
    font-size: 4.5rem;
    line-height: 0.8;
  }

}

@media (min-width: 768px) {
  .media {
    display: flex;
  }

  .h3, h3 {
    font-size: 1.75rem;
  }

  .display-1 {
    font-size: 5.5rem;
    line-height: 0.8;
  }

  .display-3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .last-section .border-right {
    border-right: 1px solid #000 !important;
  }

  .dotted-left {
    border-left-style: dotted !important;
    border-color: #586a7c !important;
  }
}


@media (min-width: 992px) {

  .lead {
    font-size: 0.8rem;
  }

  .display-4 {
    font-size: 2.1rem;
  }

  .h2, h2 {
    font-size: 2.3rem;
  }

  .display-2 {
    font-size: 4.5rem;
    line-height: 0.8;
  }

  .display-3 {
    font-size: 2.8rem;
    line-height: 1.2;
  }

  .display-1 {
    font-size: 9.5rem;
    line-height: 1;
  }

  .h3, h3 {
    font-size: 1.8rem;
  }

}

@media (min-width: 1200px) {
  .container {
    max-width: 1150px;
  }

  .lead {
    font-size: 1.2rem;
  }

  .container-fluid {
    max-width: 1450px;
  }

}
