@font-face {
  font-family: "Icons";
  src: url("/fonts/icons.eot");
  src: url("/fonts/icons.eot?#iefix") format("embedded-opentype"),
    url("/fonts/icons.woff2") format("woff2"),
    url("/fonts/icons.woff") format("woff"),
    url("/fonts/icons.ttf") format("truetype"),
    url("/fonts/icons.svg#icons") format("svg");
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-decoration: inherit;
  text-transform: none;
}

.dropdown * {
  color: black !important;
}

table.asset-table td input {
  text-align: center !important;
}

.queryBuilder input,
select {
  padding: 0.5rem;
  text-align: center;
  border-radius: 5%;
  border: 1px solid gainsboro;
}

.queryBuilder .rule-operators {
  min-width: 5rem;
}

.queryBuilder select[multiple] {
  width: 12rem;
}

.queryBuilder .rule {
  border-top: 1px solid rgba(128, 128, 128, 0.5);
  padding: 0.25rem;
  padding-top: 1rem;
}

.queryBuilder .ruleGroup {
  background-color: unset !important;
}

.ruleGroup-header button {
  padding: 0.5rem;
  border-radius: 5%;
  border: 1px solid gainsboro;
  background: white;
}

i.icon.outline {
  outline: none !important;
}

.draggable {
  top: auto !important;
  left: auto !important;
}

.extra {
  max-width: unset !important;
}

.handsontable tr:nth-last-child(1) * {
  /* background: rgb(17 24 39 / var(--tw-text-opacity)) !important */
  font-weight: bold;
}

.handsontable tr:nth-last-child(1) input[type="checkbox"] {
  display: none;
}

/* .ql-snow {
  .ql-picker {
    &.ql-size {
      .ql-picker-label,
      .ql-picker-item {
        &::before {
          content: attr(data-value) !important;
        }
      }
    }
  }
} */

#map {
  margin-top: -15px;
  /* width: 100vw;
  height: 100vh; */
}

#menu {
  height: 100px;
  width: 100px;
  right: 0;
  margin-right: 8rem;
  position: absolute !important;
  top: 30 !important;
  margin-top: 1rem;
  z-index: 9999 !important;
}

.dashboard-table .k-gauge svg {
  display: unset !important;
  left: unset !important;
  top: unset !important;
}

#features {
  top: 0;
  height: 100px;
  margin-top: 20px;
  width: 250px;
}

#legend {
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  line-height: 18px;
  height: 130px;
  margin-top: 30px;
  margin-left: 30px;
  width: 250px;
}

@media (max-width: 1028px) {
  #legend {
    margin-bottom: 120px;
  }
}

.legend-key {
  display: inline-block;
  border-radius: 20%;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.map-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  font-family: Arial, sans-serif;
  overflow: auto;
  border-radius: 3px;
}

.runsheet-table {
  width: 100% !important;
}

.runsheet-table th {
  cursor: pointer !important;
  background: white !important;
  border-right: 1px solid gainsboro !important;
  border-bottom: 2px solid gainsboro !important;
  --webkit-user-select: none !important;
  user-select: none !important;
}

.runsheet-table td {
  background: white !important;
  border-bottom: 1px solid gainsboro !important;
  border-right: 1px solid gainsboro !important;
}

.runsheet-table td input,
textarea,
.ui.input {
  width: 100% !important;
}

#term-campaign-notes {
  padding: 1rem;
}

.duplicate-tract {
  background: rgb(232, 245, 232);
}

/* .sidebar-autocomplete span,
label,
button {
  color: white !important;
} */

.react-pdf__Page__annotations {
  display: none;
}
