footer a {
  color: white;
  text-decoration: none;
}

.bg-gradient-primary {
  background: linear-gradient(87deg, #7cadf7, #014cbd) !important
}

.bg-gradient-info {
  background: linear-gradient(87deg, #11cdef, #1171ef) !important
}

.bg-gradient-danger {
  background: linear-gradient(87deg, #ff708d, #912000) !important
}

.bg-gradient-default {
  background: linear-gradient(87deg, #6e6d6d62, #000000) !important
}

.bg-gradient-success {
  background: linear-gradient(87deg, #34da6b, #017026) !important
}

.bg-gradient-warning {
  background: linear-gradient(87deg, #ecc851, #9b7701) !important
}

.color-items .color-item {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  align-content: center;
  justify-content: start;
  margin: 5px 0;
}

.color-items .color-item p {
  width: 130px;
}

.color-items input[type="color"] {
  -webkit-appearance: none;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  padding: 0;
  border: 2px solid gray;
  overflow: hidden;
  margin-right: 8px;
}

.color-items input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

.color-items input[type="color"]::-webkit-color-swatch {
  border: none;
}