#diamondTable {
  color: white;
  background-color: #1b1b1b;
  margin: 0px 3px 12em 3px;
  font-size: 1em;
}
#diamondTable thead tr {
  background-color: #131313;
  color: white;
}
#diamondTable thead th {
  padding: 17px;
  background-color: #131313;
}
#diamondTable tbody {
  border-style: solid;
  border-width: 0.25px 0px 0.25px 0px;
  border-color: rgba(180, 153, 87, 0.0705882353);
}
#diamondTable tbody tr:hover {
  background-color: #b49957;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#diamondTable tbody tr {
  background-color: #282828;
}
#diamondTable tbody tr[data-href] {
  cursor: pointer;
}
#diamondTable tbody td {
  border-style: solid !important;
  border-width: 0.25px 0px 0.25px 0px !important;
  border-color: rgba(180, 153, 87, 0.0705882353) !important;
  padding: 6px 6px 6px 6px;
  text-align: center;
}

#diamondTable_wrapper {
  margin: 60px 0px 60px 0px;
}

input[type="checkbox"] {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 37px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  -webkit-box-shadow: none;
  box-shadow: none;
}

ul {
  list-style-type: none;
}

.checkbox-wrapper {
  display: none;
  text-align: center;
}

#statusPresent {
  background-color: white;
}

#diamondTableInert {
  color: white;
  background-color: #1b1b1b;
}
#diamondTableInert thead tr {
  background-color: #131313;
  color: white;
}
#diamondTableInert thead th {
  padding: 17px;
}
#diamondTableInert tbody {
  border-style: solid;
  border-width: 0.25px 0px 0.25px 0px;
  border-color: rgba(180, 153, 87, 0.0705882353);
}
#diamondTableInert tbody tr {
  background-color: #282828;
}
#diamondTableInert td {
  padding: 6px;
}

.radio-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 10px label;
  margin-display: flex;
  margin-align-items: center;
  margin-margin-right: 15px;
  margin-cursor: pointer;
}
.radio-group .icon {
  width: 24px;
  height: 24px;
  fill: #000; /* Replace with desired icon color */
  margin-right: 5px;
}
.radio-group input[type="radio"] {
  display: none;
}
.radio-group input[type="radio"]:checked + .icon {
  fill: #007bff; /* Replace with your desired icon color when selected */
}
.radio-group label {
  padding: 10px;
  margin: 3px;
  cursor: pointer;
}

.irs--flat .irs-bar {
  background-color: #b49957 !important;
}
.irs--flat .irs-from:before,
.irs--flat .irs-to:before {
  border-top-color: #b49957 !important;
}
.irs--flat .irs-from,
.irs--flat .irs-to {
  background-color: #b49957 !important;
}
.irs--flat .irs-handle i {
  background-color: #b49957 !important;
}

table,
td,
th {
  border: none !important;
}

table#ct_filter td:first-child,
table#cost_filter td:first-child {
  width: 10%;
}
table#ct_filter td:nth-child(2),
table#cost_filter td:nth-child(2) {
  width: 40%;
}
table#ct_filter td:nth-child(3),
table#cost_filter td:nth-child(3) {
  width: 10%;
}

#ct_filter_main,
#cost_filter_main {
  margin: 4em;
  background-color: #121212;
  -webkit-box-shadow: #282828 3px 4px 13px 0px;
  box-shadow: #282828 3px 4px 13px 0px;
  border: 1px solid #b49957;
}

label:hover {
  background-color: rgba(180, 153, 87, 1);
}
