
body {
    background-color: rgba(0,0,0, 0.89) !important;
    margin: 0;
    height: 100%;
    padding-top: 100px;
    color: ghostwhite;
}
 
.formcontainer {
    display: inline-block;
}

.formcontainer label {
     display: block;
}
.dataTables_info {
  color: lightgray !important;
}

.dataTables_filter {
  color: lightgray !important;
}

.dataTables_filter input {
  background-color: GhostWhite !important;
}

.dataTables_length {
  color: lightgray !important;
}

.dataTables_length select {
  background-color: GhostWhite !important;
}

.dataTables_paginate {
   color: lightgray !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
   color: lightgray !important;
}

.negative {
    color: #f23e53;
}
.positive {
    color: #32d197;
}

.content-center-middle {
    margin: auto;
    position: center;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    min-width: 300px;
    max-width: 500px;
    padding: 50px;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.form-group {
  padding-bottom: 5px;
  padding-top: 5px;
}


label {
    color: GhostWhite
}

input, label {
    display:block;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.dsc {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width:10%;
    max-width:10%;
}

.modal-content {
    background-color: rgb(28 28 28);
}


.screener-field {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    float: left;
    height: 55px;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    width: 50%;

}

.field-divider {
    border-right: 1px solid ghostwhite;
}

.screener-range-field {
    float: left;
    text-align: center;
}
.screener-input-field {
    float: left;
    margin-left: 15%;
}


.choices__list {
    color: black;
}

.choices__input {
    color: ghostwhite;
}

.dtSelected {
    --bs-table-accent-bg: rgba(8,158,96) !important;
}
