.btn-group-toggle .active {
  background-color: #c4cbff;
  border-color: #c4cbff;
  color: #415076 !important;
}

.cursor-auto {
  cursor: auto;
}

.h-fit-content {
  height: fit-content !important;
}

.h-inherit {
  height: inherit !important;
}

.mw-fit-content {
  max-width: fit-content !important;
}

.vh-90 {
  height: 90vh !important;
}

.w-inherit {
  width: inherit !important;
}

#credentials-table th:last-child,
#credentials-table td:last-child {
  width: 1%;
  white-space: nowrap;
}

.dropzone {
  border-style: dashed;
  padding: 12px;
}
.dropzone .dz-message {
  font-size: 16px;
  font-weight: 300;
  margin: 0;
}
.dropzone .dz-preview {
  margin: 0;
  max-width: 100%;
}
.dropzone .dz-preview .dz-image {
  max-width: 100%;
}
.dropzone .dz-progress {
  display: none;
}

#kt_app_header {
  border-bottom: 1px solid var(--bs-border-color) !important;
}

[data-kt-app-layout=transparent-header] .app-header {
  background-color: transparent;
  box-shadow: none;
}

#home #kt_app_header {
  background: #151521;
}
