html {
  scrollbar-face-color: #646464;
  scrollbar-base-color: #646464;
  scrollbar-3dlight-color: #646464;
  scrollbar-highlight-color: #646464;
  scrollbar-track-color: #000;
  scrollbar-arrow-color: #000;
  scrollbar-shadow-color: #646464;
  scrollbar-dark-shadow-color: #646464;
}

::-webkit-scrollbar {
  width: 8px;
  height: 3px;
}

::-webkit-scrollbar-button {
  background-color: #666;
}

::-webkit-scrollbar-track {
  background-color: #646464;
}

::-webkit-scrollbar-track-piece {
  background-color: #000;
}

::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #666;
  border-radius: 3px;
}

::-webkit-scrollbar-corner {
  background-color: #646464;
}

::-webkit-resizer {
  background-color: #666;
}

::placeholder {
  color: rgba(255, 255, 255, 0.4) !important;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Edge 12 -18 */
  color: rgba(255, 255, 255, 0.4) !important;
}

/*
 * TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST
*/
.clr1 {
  background-color: #0d6efd;
}

.clr2 {
  background-color: #fd0de5;
}

.clr3 {
  background-color: #71fd0d;
}

.clr4 {
  background-color: #29099b;
}

/*
 * TEST TEST TEST TEST TEST TEST TEST TEST TEST TEST
*/
@media (min-width: 992px) {
  .min-vh-lg-100 {
    min-height: 100vh;
  }
}
.form-subtitle {
  color: #0dcaf0;
  padding-bottom: 0.5rem !important;
  margin-bottom: 1rem !important;
}

table tr td {
  border: none;
}

/*# sourceMappingURL=theme.css.map */
