html{
  scrollbar-color: #cccccc #fcfcff;
}

.hide {
  display: none
}

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.top-buffer {
  margin-top: 20px;
}

.btn-sf {
  width: 100%;
}

.btn-action {
  margin-bottom: 5px;
}