/*
Theme Name: yourthemename
Theme URI: yoururl
Author: Vantage Tel
Version: 1.5 
.
.
.
*/

.filter-languages-btn,
.filter-types-btn,
.filter-crypto-btn,
.filter-payments-btn {
  position: absolute;
  top: 23px;
  right: 1px;
  text-align: center;
  background-color: #443d4e;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  font-size: 14px;
  line-height: 16px;
  cursor: pointer;
  color: #c75b79;
}
.filter-crypto-btn {
  right: 2px;
}
#checkboxes-languages,
#checkboxes-types,
#checkboxes-crypto,
#checkboxes-payments {
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 10px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: 14px;
  color: #fff;
  font-size: 13px;
  line-height: 1.4;
  z-index: 10;
  width: 250px;
  max-height: 300px;
  overflow-y: scroll;
}

.top-checkboxes-languages,
.top-checkboxes-types,
.top-checkboxes-crypto {
  width: 210px;
}

.top-checkboxes-payments {
  width: 310px;
}

.bottom-checkboxes-languages,
.bottom-checkboxes-types,
.bottom-checkboxes-crypto {
  width: 210px;
}

.bottom-checkboxes-payments {
  width: 310px;
}


#checkboxes-languages label,
#checkboxes-types label,
#checkboxes-crypto label,
#checkboxes-payments label,
#checkboxes-languages input,
#checkboxes-types input,
#checkboxes-crypto input,
#checkboxes-payments input {
  margin: 0 !important;
}
#checkboxes-languages label,
#checkboxes-types label,
#checkboxes-crypto label,
#checkboxes-payments label {
  top: 3px;
  position: relative;
  overflow: hidden;
}
#checkboxes-languages input:disabled + label,
#checkboxes-types input:disabled + label,
#checkboxes-crypto input:disabled + label,
#checkboxes-payments input:disabled + label {
  color: #555;
}
#checkboxes-languages label,
#checkboxes-crypto label,
#checkboxes-types label {
  width: 86px !important;
}
#checkboxes-types label {
  /*width: 60px !important;*/
}
#checkboxes-payments {
  width: 350px;
  max-height: 300px;
  overflow-y: scroll;
}
#checkboxes-payments label {
  width: 134px;
  margin: 0 !important;
}
#checkboxes-crypto {
  right: 16px;
}
#checkboxes-types label {
  width: 54px;
}
.bottom-checkboxes-languages,
.bottom-checkboxes-crypto,
.bottom-checkboxes-payments {
  display: none;
}
.wrap-btns-checkboxes {
  padding: 5px;
  display: flex;
  justify-content: space-between;
}

.wrap-btns-checkboxes span {
  width: 100px;
  border: 1px solid #fff;
  border-radius: 8px;
  padding: 2px 10px;
  text-align: center;
  background-color: #1E2021;
  color: #fff;
  cursor: pointer;
}
.tablepress-scroll-wrapper {
  overflow-y: visible !important;
  overflow-x: visible;
}
.close-filter {
  text-align: right;
  cursor: pointer;
  color: #c75b79;
}
/*
@media screen and (max-width: 1900px) and (max-height: 1900px) {
  #checkboxes-languages label,
  #checkboxes-crypto label,
  #checkboxes-types label {
  width: 96px !important;
}
} */

.table-hide.active span {
  display: block !important;
  position: relative;
  width: auto;
  border: none;
  padding: 0;
  background: none;
  top: 0;
}
.table-hide span {
  display: none !important;
}
.table-hide .show-hide {
  cursor: pointer;
  position: relative;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4c4c4c+0,131313+100 */
  background: #322c3a;
  /* Old browsers */
  background: -moz-linear-gradient(top, #322c3a 0%, #322c3a 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #322c3a 0%, #322c3a 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #322c3a 0%, #322c3a 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#322c3a', endColorstr='#322c3a', GradientType=0);
  /* IE6-9 */
  outline: none;
  color: #fff;
  border: 1px solid #888;
  font-size: 11px;
}
.table-hide .wrap-show-hide {
  margin-top: 10px;
  text-align: right;
  overflow: hidden;
}

.unknown:after {
    content:" (Unknown)";
}
/*# sourceMappingURL=style-table.css.map #322c3a */