.card {
  border: none;
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.form-control, .input-group-text {
  border-color: #dee2e6;
}
.form-control:focus, .input-group-text:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 119, 182, 0.25);
}

.btn-primary {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.1);
}

.login-container {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 1rem;
  max-width: 500px;
  margin: 0 auto;
}

.dropdown-menu {
  z-index: 1030;
  border: none;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-weight: 600;
}

.tagify {
  --tag-bg: #0d6efd;
  --tag-hover: #0b5ed7;
  --tag-text-color: white;
  --tags-border-color: #ced4da;
  --tag-remove-btn-color: white;
}

.tagify__tag-text {
  color: white !important;
}

.bi-large {
  font-size: 3rem;
}

.preview-container {
  max-height: 400px;
  overflow-y: auto;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 15px;
}

#image-preview-container img {
  max-height: 350px;
  width: auto;
  margin: 0 auto;
  display: block;
}

#json-preview-container {
  max-height: 350px !important;
  overflow-y: auto !important;
}

#markdown-preview-container {
  max-height: 350px !important;
  overflow-y: auto !important;
}

#pdf-preview {
  height: 350px !important;
  width: 100%;
  border: none;
}

.modal-body .preview-content {
  height: 80vh;
  overflow-y: auto;
}

#modal-markdown-preview,
#modal-json-preview {
  height: 100%;
}

.modal-body iframe {
  width: 100%;
  height: 80vh;
  border: none;
}

.min-height-40 {
  min-height: 40px;
}

.min-height-220 {
  min-height: 220px;
}

.min-height-236 {
  min-height: 236px;
}

.cursor-pointer {
  cursor: pointer;
}

.z-index-1000 {
  z-index: 1000;
}

.max-height-300 {
  max-height: 300px;
}

.width-0 {
  width: 0%;
}

.bi-xl {
  font-size: 5rem;
}

.color-preview {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 3px;
  vertical-align: middle;
  margin-right: 5px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.cursor-pointer-x {
  cursor: pointer;
}

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