:root {
  --bs-primary: $primary-color;
  --bs-primary-rgb: $primary-color-rgb;
  --btn-min-width: 200px;
}

.form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  padding: 10px;
}
.form-wrapper .form-group.left-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin: 0;
}
.form-wrapper .form-group.left-label label {
  margin: 0;
  font-weight: bold;
  word-break: keep-all;
}

.table-list .badge-category .badge {
  scale: 0.9;
}

.library-detail-container .detail-content .action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 20px;
}
@media screen and (max-width: 576px) {
  .library-detail-container .detail-content .action {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.library-detail-container .detail-content .action button,
.library-detail-container .detail-content .action a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 150px;
  width: 150px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}/*# sourceMappingURL=library.css.map */