
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  color: #2f454f;
}

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

.dataTables_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}

.table-more {
  cursor: pointer;
}

#top-th-cols {
  border: 1px solid black;
}

#data .td-simulate.rank span {
  background-color: #825482;
}

.bg-grey {
  background-color: #f2f2f3;
}

.bg-blue-light {
  background-color: #e0e9ff;
}

.bg-dark-blue {
  background-color: #151424;
}

.text-violet {
  color: #825482;
}

.text-red {
  color: #d75780;
}

.text-grey {
  color: #90999e;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.5rem 0.7rem;
  color: white;
  text-align: center;
  background-color: #2f454f;
  border-radius: 0.25rem;
}

.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .bs-tooltip-bottom .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #2f454f;
}

.key-section i {
  font-size: 1.2rem;
}

.border-blue-light {
  border-color: #e0e9ff !important;
}


.td-simulate.rank span {
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  color: #ffffff;
  display: block;
  margin: auto;
  font-weight: bold;
}

.text-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 148px;
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
}

.img-flag {
  height: 24px;
  width: 37px;
  line-height: 27px;
  display: inline-block;
  vertical-align: middle;
}

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

a:hover {
  color: #2190f5;
}


/* 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;
}

#data.table .sorting_asc .heading-holder .table-title i, #data.table .sorting_desc .heading-holder .table-title i {
  color: white;
}

#data.table .sorting_asc .heading-holder p, #data.table .sorting_desc .heading-holder p {
  color: white !important;
}


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

}

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

.heading-holder {
  text-align: center;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 60px;
  border-bottom: 2px solid black;
  margin-bottom: 8px;
}

.table-subheading .heading-holder {
  height: 45px;
  display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;
}

.heading-holder-mini {
  height: 73px;
  margin-bottom: 43px;
}

.control_lenght {
  color: white;
  padding: 0.7rem 1.8rem;
  display: inline-block;
  text-decoration: none;
  background: #825482;
  border-radius: 1.5rem;
}

.control_lenght:hover {
  text-decoration: none;
  color: #FFFFFF;
  background: #b96eb9;
}

#data .row, #data2 .row {
  margin-right: 0px;
  margin-left: 0px;
}

#data .col-6,
#data .col-12 {
  padding-right: 0px;
  padding-left: 0px;
}


.sorting-icons {
  position: relative;
  display: block;
  margin-left: auto;
  line-height: 39px;

}

.sorting-icons-height {
  height: 40px;
}

table tr td.sorting_1 {
  color: #000;

}


.table td.sorting_1 span {
  font-weight: 800;
  color: #34454e;
}


#data.table tr.odd td.highlighted .td-simulate, #data.table tr.odd td.sorting_1 .td-simulate {
  background-color: #dfdfe1;
}

.heading-holder .table-title i {
  font-weight: 900;
  font-size: 1.6rem;
}


#data.table tr:last-child td {
  border-bottom: 1px solid transparent;
}


#data.table tr:first-child td {
  border-top: 0px solid transparent;
}


.table tr th:first-child {
  padding-left: 0;
}

.table tr th:last-child {
  padding-right: 0rem;
}

.table th {
  border-bottom: 0rem solid transparent !important;
  border-top: 0;
  padding: 0;
}

.border-top {
  border-top: 1px solid #a3bcff;
}

.title-th {
  margin: auto;
  height: 47px;
  line-height: 1;
  padding: 0;
  position: relative;
  font-weight: 600;
}

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

.rounded-xl {
  border-radius: 1rem;
}

.change-currency.active, .change-currency:hover {
  color: #ffffff !important;
  background-color: #825482 !important;
  border-color: #825482 !important;
}


.change-currency {
  background-color: transparent;
  border: 1px solid #cdcdcf;
  color: #825482;
  height: 40px;
  width: 40px;
  line-height: 14px;
  border-radius: 50%;
  vertical-align: middle;
  font-size: 1.3rem;
  box-shadow: none;
}

.title-th-top {
  z-index: 2;
  margin: auto;
  text-align: center;
  height: 46px;
}

/*  Table titles  */
.title-th i {
  font-size: 1.2rem;
}


.table .title-txt {
  height: 40px;
}

.table .title-th span {
  position: relative;
  color: #fff;
  line-height: 16px;
  display: inline-block;
  font-weight: bold;
}

.table tr td:first-child {
  padding: 0 10px;
  border: 0;
  background-color: white !important;
}

.table td {
  padding: 0;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
  border-top: none;
}

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

.bg-purple {
  background-color: #aa4b84;
}

.table tr th:nth-child(2) .title-th-top {
  border-top-left-radius: 0.5rem;
}

.table tr th:nth-last-child(1) .title-th-top {
  border-top-right-radius: 0.5rem;
}

.table tr th:nth-child(2) .heading-holder .table-title {
  border-bottom-left-radius: 0.5rem;
}

.table tr th:nth-last-child(2) .heading-holder .table-title {
  border-bottom-right-radius: 0.5rem;
}

.table tr th:nth-child(2) .heading-holder .table-title {

}

.table .title-th-top .heading-sorting_1.sort, .table .title-th-top .heading-sorting_2.sort, .table .title-th-top .heading-sorting_3.sort,
.table .title-th-top .heading-sorting_4.sort, .table .title-th-top .heading-sorting_5.sort {
  background-color: #34454e !important;
  color: #ffffff;
}

.table .heading-holder .table-title {
  height: 53px;
  background-color: #aa4b84;
}

.table .table-title-last {
  background-color: #f1f1f1;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: -50px;
}


.table .heading-holder .table-title p {
  line-height: 1;
  color: #ffffff;
  font-weight: 400;
}

.text-dark {
  color: black;
}

.text-small {
  font-size: 0.85rem !important;
}

.td-simulate {
  line-height: 39px;
  display: block;
  white-space: nowrap;
  font-weight: 400;
  vertical-align: middle;

}

.margin-top p {
  position: relative;
  top: -20px;
}

.table tr td:first-child .td-simulate,
.table tr td:nth-last-child(1) .td-simulate {
  background-color: white !important;
  border-radius: 0;
}


.table tr td:nth-child(2) span {
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.table tr td:nth-last-child(2) span {
  border-radius: 1rem;


}

.table tr td:nth-last-child(2) {
  border-left: 6px solid white;
}

.table tr td:nth-last-child(3) span {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.table tr:nth-child(odd) td .td-simulate {
  background-color: #f1f1f1;
}

.table-more, .view-more, .view-less, .change-currency {
  cursor: pointer;

}

.view-more, .view-less {
  border-bottom: 2px solid transparent;
  margin-bottom: 8px;
}

.tooltip.show {
  opacity: 1;
}

.tooltip-inner {
  max-width: 230px;
}

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

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

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

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

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

@media (min-width: 576px) {

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

}

@media (min-width: 768px) {
  .h2, h2 {
    font-size: 1.9rem;
  }

}

@media (min-width: 992px) {


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


  .text-lg-justify {
    text-align: justify;
  }

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

}

@media (min-width: 1200px) {

  .container {
    max-width: 1280px;
  }

  .container-fluid {
    max-width: 1360px;
  }
}
