.dark .basket-modal {
  position: absolute;
  top: 10px;
  /*right: 100px;*/
  bottom: 0;
  left: 0;
  z-index: 10040;
  overflow: auto;
  overflow-y: auto;
}

.badge {
  padding-left: 9px;
  padding-right: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}

.label-warning[href],
.badge-warning[href] {
  background-color: #c67605;
}

#total-items {
  font-size: 12px;
  background: #ff0000;
  color: #fff;
  padding: 0 5px;
  vertical-align: top;
  margin-left: -10px;
}

.active-paginator-button {
  background: #b9d891;
}

.modal {
  overflow: auto !important;
}

.modal-dialog {
  width: auto !important;
  margin: 0 auto;
  overflow-y: initial !important
}

.modal-body {
  height: auto;
  overflow-y: auto;
}

.required {
  color: red;
  font-size: larger;
}

input:invalid {
  box-shadow: 0 0 5px 1px red;
}

input:focus:invalid {
  box-shadow: none;
}

#content {
  height: fit-content;
}

.hundred-spacer {
  height: 100px;
}

.seventyfive-spacer {
  height: 75vh;
}

.fifty-spacer {
  height: 50vh;
}

.twentyfive-spacer {
  height: 25vh;
}