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

.dataTables_paginate,
.data_filter, .dataTables_length,
.dataTables_filter {
  display: none;
}
.table-more {
  cursor: pointer;
}

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

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

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

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

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

.text-violet {
    color: #a86fa8;
}

.key-section {
    border-radius: 30px;
    background-color: #eadce9;
}

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

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

.table tr:nth-child(1) td:nth-child(n+2) {
    margin-top: 5px;
    border-top: 2px solid #2f454f !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 .title-icon i, #data.table .sorting_desc .heading-holder .title-icon i {
    background-color: #eaddea;
}

#data.table .sorting_asc .heading-holder .title-icon i, #data.table .sorting_desc .heading-holder .title-icon i,
#data.table .sorting_asc .heading-holder p, #data.table .sorting_desc .heading-holder p  {
    color: #9e609d !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;
  font-weight: 400;
  position: relative;
  white-space: nowrap;
  padding: 0;
  min-width: 60px;
}
.table-subheading .heading-holder {
    height: 60px;
    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.4rem 3rem;
  display: inline-block;
  text-decoration: none;
  background: #975497;
}

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

#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;

}


table tr td.sorting_1 {
  color: #000;

}


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

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

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

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

.heading-holder  p {
  line-height: 20px;
  font-size: 1rem;
}



#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: 1px solid transparent;
  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;
}


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

.table .heading-holder .table-title {
  max-width: 300px;
  min-width: 30px;

  /* padding: 20px; */
} 

#data.table .heading-holder .title-icon i {
    color: #975497;
    background-color: #eaddea;
}

.table .heading-holder .title-icon i {
    font-size: 1.4rem;
    line-height: 52px;
    margin: auto;
    height: 52px;
    width: 52px;
    border-radius: 50%;
    text-align: center;
}

.table .heading-holder .table-title-mini {
  height: 133px;
} 


.table .heading-holder .table-title p {
    font-size: 1.1rem;
    line-height: 1;
    padding: 5px;
    height: 35px;
    color: black;
}

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

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

}

.table tr td:first-child .td-simulate {
    background-color: white !important;
}

.table tr td .td-simulate {
    padding-left: 10px;
    padding-right: 10px;
}

.table tr td:first-child .td-simulate {
    padding-left: 0;
    padding-right: 0;
}

.table tr td:nth-child(even) .td-simulate {
    margin-left: 10px;
}

.table tr td:nth-child(2) .td-simulate {
    margin-left: 0 !important;
}

.table tr:nth-child(odd) td .td-simulate {

    border-color: transparent;
    background-color: #f2f2f3;
    border-radius: 2px;
}


.table tr:first-child td .td-simulate {
    margin-top: 10px;
}

.table-more {
    cursor: pointer;
}

.tooltip.show {
  opacity: 1;
}

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

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

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

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

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

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

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


@media (min-width: 576px) {

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

}

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

}

@media (min-width: 992px) {
  .text-lg-justify {
    text-align: justify;
  }

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

}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }

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