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

.active.change-currency .fal, .change-currency .fal:hover {
    font-weight: 600;
    color: white;
    background-color: #825482;
    border: 2px solid #825482;
    border-radius: 50%;
}

.change-currency .fal {
    border-radius: 50%;
    height: 50px;
    width: 50px;
    line-height: 48px;
    font-size: 1.5rem;
    vertical-align: middle;
    display: inline-block;
    background-color: white;
    border: 2px solid #cdcdcf;
    color: #975497;
}

.change-currency:focus {
   outline: none;
}

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

.bg-violet {
    background-color: #924a8b;
}

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

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

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

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

.text-violet {
    color: #825482;
}


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

.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: 166px;
  display: inline-block;
  line-height: 26px;
  vertical-align: middle;
}

.text-elipsis-large {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 300px;
  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 .table-title i, #data.table .sorting_desc .heading-holder .table-title i,
#data.table .sorting_asc .heading-holder p, #data.table .sorting_desc .heading-holder p,
#data.table .sorting_asc .heading-holder p span, #data.table .sorting_desc .heading-holder p span  {
    color: white !important;
}

#data.table .sorting_asc .heading-holder .table-title, #data.table .sorting_desc .heading-holder .table-title {
    border-color: #af4c83;
    background-color: #af4c83 !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: 70px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    border: 2px solid transparent;
}

.bordr-dark {
    border-color: #24262a;
}

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

.control_lenght {
  color: white;
  padding: 0.4rem 3rem;
  display: inline-block;
  text-decoration: none;
  background: #825482;
}

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

}


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: #FFFFFF;
    background-color: #af4c83;
}

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

.heading-holder .table-title {
    background-color: #f1f1f3;
}


.heading-holder  p {
  line-height: 19px;
  font-size: 0.9rem;
}



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

#data.table tr.odd td.highlighted .td-simulate, #data.table tr.odd td.sorting_1 .td-simulate {
    color: #FFFFFF;
    outline: none;
}

.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 {
  min-width: 110px;
  height: 60px;

  /* padding: 20px; */
} 

.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: 78px;
} 

.table .heading-holder .table-title p {
    font-size: 1.1rem;
    line-height: 1;
}

.text-dark {
    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:nth-child(odd) td:last-child .td-simulate {
    background-color: #e9dbe8 !important;
} */

/* .table tr td:last-child .td-simulate {
    margin-left: 6px;
} */


/* .table tr td .td-simulate {
    margin-left: 5px;
    margin-right: 5px;
} */

.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, .view-more, .view-less, .change-currency {
    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;
}

.table-view-more-heading {
    position: absolute;
    bottom: 38px;
    height: 140px !important;
    min-width: 75px !important;
    right: -8px;
  }

.table-subheading_text-block {
    display: none;
}

@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;
  }
}

@media (min-width: 1360px) {

  .table-subheading_text-block {
    display: block;
    position: relative;
    top: 0;
    left: 28%;
    margin: auto;
  }  

  .table-subheading_text-block p.table-subheading_text::before {
    height: 2px;
    left: 31%;
    right: 32%;
    background: #24262a;
    content: '';
    position: absolute;
    top: 50%;
  }

  .table-subheading_text span {
    position: relative;
    z-index: 2;
    background: white;
  }
}

