/* colors */
.themeBackgroundColor {
  background-color: #3b3a48;
}

.themeTextColor {
  color: #3b3a48;
}

.dash_count_image {
  width: 90px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* customize sweet alert */
.swal2-popup {
  font-size: 0.6rem !important;
}

/* customize sweet alert */
span.select2.select2-container.select2-container--classic {
  width: 100% !important;
  height: 30%;
}/*# sourceMappingURL=custom.css.map */