@import url(https://cdn.jsdelivr.net/combine/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css,npm/jquery-ui@1.13.2/themes/base/theme.min.css,npm/selectize@0.12.6/dist/css/selectize.min.css);
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfAZ9hjQ.ttf) format('truetype');
}
@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuFuYAZ9hjQ.ttf) format('truetype');
}
html,
body {
  background: #f2f2f2;
  font-family: 'Inter', sans-serif;
}
/**
 *  Login page
 */
body {
  background: #f2f2f2 !important;
}
h1 {
  margin: 0;
  padding: 10px;
  border-bottom: 1px solid #eee;
  font-size: 2rem;
}
form {
  padding: 0 0 10px 0;
}
.btn {
  border-radius: 3px;
  font-size: 12px;
}
.btn.btn-danger,
.btn.btn-info,
.btn.btn-primary {
  background: #34495e;
  border: 0;
}
.btn.btn-danger {
  background: #E50000;
}
.box {
  background: #fff;
  padding: 10px;
  border-top: 4px solid #337ab7;
  margin: 10% 0;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  color: #222;
}
.box .content {
  padding: 10px;
}
.box .table {
  margin: 10px 0 0 0;
}
.box .table tbody tr td {
  vertical-align: middle;
}
.box .table .options {
  width: 160px;
  text-align: center;
}
.box.box-sm {
  padding: 8px 15px;
  border-top: 0;
  line-height: 30px;
}
.box.box-round {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
