#button-migration #orders-table tr {
  vertical-align: baseline;
}

#secret-network-address-alias #price .ready {
  font-size: 24px;
  line-height: 24px;
}

.btn-group-toggle .active {
  background-color: #c4cbff;
  border-color: #c4cbff;
  color: #415076 !important;
}

.cursor-auto {
  cursor: auto;
}

.h-fit-content {
  height: fit-content !important;
}

.h-inherit {
  height: inherit !important;
}

.mw-fit-content {
  max-width: fit-content !important;
}

.vh-90 {
  height: 90vh !important;
}

.w-inherit {
  width: inherit !important;
}

.apexcharts-tooltip {
  display: none !important;
}

.dropzone {
  border-style: dashed;
  padding: 12px;
}
.dropzone .dz-message {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.dropzone .dz-preview {
  margin: 0;
  max-width: 100%;
}
.dropzone .dz-preview .dz-image {
  max-width: 100%;
}
.dropzone .dz-progress {
  display: none;
}

#home #kt_app_header {
  background: #151521;
}

#secret-network-pools hr {
  border-style: dashed;
}

#secret-network-quick-farm .amount-input {
  -moz-appearance: textfield;
  background: transparent;
  border: 0;
  font-size: 24px;
}
#secret-network-quick-farm .amount-input:focus {
  box-shadow: 0 0 0 0 !important;
}

#polkadot-account-list .list,
.poolList .list,
.tokenList .list {
  /* Remove default list styling */
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#polkadot-account-list .list li a,
.poolList .list li a,
.tokenList .list li a {
  color: black; /* Add a black text color */
  margin-top: -1px; /* Prevent double borders */
  padding: 6px 12px; /* Add some padding */
  text-decoration: none; /* Remove default text underline */
  font-size: 18px; /* Increase the font-size */
  display: block; /* Make it into a block element to fill the whole list */
}
