@font-face {
  font-family: 'JetBrains Mono';
  src: url('/assets/fonts/jetbrains/JetBrainsMono-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

* {
  box-sizing: border-box;
  font-family: 'JetBrains Mono', monospace;
  margin: 0;
  padding: 0;
}

input,
input::placeholder {
  color: #fff !important;
}

input:-webkit-autofill {
  -webkit-text-fill-color: #fff !important;
  -webkit-background-clip: text;
  transition: background-color 5000s ease-in-out 0s;
}

.danger-color {
  color: #bd2130 !important;
}

.iconify[data-icon="solar:notes-bold-duotone"],
.iconify[data-icon="solar:user-bold-duotone"] {
  color: #fff !important;
}

.align-middle {
  white-space: nowrap !important;
  vertical-align: middle !important
}

.custom-scrollbar::-webkit-scrollbar {
  display: none;
}

.custom-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

input::placeholder {
  color: rgba(255, 255, 255, 0.52) !important;
}

tr {
  border: 1px solid #00000000;
}

table {
  --bs-table-border-color: rgba(41, 41, 41, 0.137) !important;
}

thead>tr>th:first-child {
  border-radius: 10px 0px 0px 0px !important;
}

thead>tr>th:last-child {
  border-radius: 0px 10px 0px 0px !important;
}

.active {
  background-color: #3a3f44 !important;
}