input[type=color] {
   height: 3em;
 }

.negative-value {
  color: var(--pomegranate);
}

.positive-value {
  color: var(--emerland);
}

table tr:hover {
  background-color: white;
}

.table {
  --bs-table-hover-bg: #d0ecf3;
}

.container-for-details-page {
  max-width: 600px;
  box-shadow: var(--shadow);
}

.hide-srollbar::-webkit-scrollbar {
  display: none;
}