a:focus:not(:focus-visible), button:focus:not(:focus-visible), input:focus:not(:focus-visible), select:focus:not(:focus-visible), textarea:focus:not(:focus-visible), [tabindex]:not([tabindex="-1"]):focus:not(:focus-visible) {
  outline: none;
}
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible, [tabindex]:not([tabindex="-1"]):focus-visible {
  outline: 2px solid #146d8f;
  outline-offset: 2px;
}

.sidebar a:focus, .sidebar button:focus, .sidebar [tabindex]:not([tabindex="-1"]):focus {
  outline: none;
}

.card-title {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.app-header .navbar-brand {
  margin-left: 0.5rem;
}

.sidebar-minimized .navbar-brand-minimized {
  display: none !important;
}

.sidebar-minimized .app-header .sidebar-toggler.d-md-down-none {
  position: absolute;
  left: 0;
  margin-left: 0;
}

.error-link-container {
  margin-top: 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
}

.error-link {
  color: #2b7bb9;
  text-decoration: underline;
  font-size: 0.875rem;
  font-weight: 600;
}
.error-link:hover, .error-link:focus-visible {
  color: rgb(28.5723684211, 81.7302631579, 122.9276315789);
}

.error-link-secondary {
  font-size: 0.8125rem;
  font-weight: 400;
  color: #5a6268;
}
.error-link-secondary:hover, .error-link-secondary:focus-visible {
  color: rgb(54.5103092784, 59.3556701031, 62.9896907216);
}

.checkbox-vertical-align,
.checkbox-label-vertical-align {
  vertical-align: middle;
}

.login-heading {
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
}

.app-title {
  font-size: 1rem;
  font-weight: 400;
}

.main-container-padding {
  padding-top: 20px;
}

.logout-form {
  margin: 0;
}

.logout-button {
  background: none;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  width: 100%;
  text-align: left;
  color: inherit;
  font: inherit;
  display: flex;
  align-items: center;
}
.logout-button:hover {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}
.logout-button:focus:not(:focus-visible) {
  outline: none;
}
.logout-button:focus-visible {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
  outline: 2px solid #146d8f;
  outline-offset: 2px;
}
.logout-button:active {
  outline: none;
  box-shadow: none;
}

.delete-form {
  display: inline-block;
}

.btn-link-style {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  color: inherit;
  font: inherit;
  vertical-align: baseline;
}
.btn-link-style:hover {
  color: #146d8f;
}

.sidebar .nav-link .nav-icon {
  font-size: 1.25rem;
}
.sidebar .nav-link {
  font-size: 1rem;
}
.sidebar .nav-link:not(.nav-dropdown-toggle) {
  background: #2f353a;
}
.sidebar .nav-link:not(.nav-dropdown-toggle):hover {
  background: #146d8f;
}
.sidebar .nav-link:not(.nav-dropdown-toggle):focus-visible {
  background: #146d8f;
}
.sidebar .nav-link:not(.nav-dropdown-toggle).active {
  background: #3c4347;
}
.sidebar .nav-link:not(.nav-dropdown-toggle).active:hover {
  background: #146d8f;
}
.sidebar .nav-dropdown .nav-dropdown-toggle[aria-expanded=true] {
  background: #3c4347;
}
.sidebar .nav-dropdown .nav-dropdown-toggle[aria-expanded=true]:hover {
  background: #146d8f;
}
.sidebar .nav-dropdown .nav-dropdown-items {
  position: relative;
  padding-left: 1.5rem;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link {
  font-size: 0.875rem;
  padding: 0.5rem 1.25rem;
  background: #383e44;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link:hover {
  border-left: 3px solid white;
  background: #146d8f;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link:focus-visible {
  border-left: 3px solid white;
  background: #146d8f;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link.active {
  border-left: 3px solid #146d8f;
  background: #3c4347;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link.active:hover {
  border-left: 3px solid #146d8f;
  background: #146d8f;
}
.sidebar .nav-dropdown .nav-dropdown-items .nav-link .nav-icon {
  display: none;
}
.sidebar .nav-dropdown:has(.nav-dropdown-items .nav-link.active) > .nav-dropdown-toggle .nav-icon {
  color: #146d8f;
}
.sidebar .nav-dropdown:has(.nav-dropdown-items .nav-link.active) > .nav-dropdown-toggle:hover .nav-icon {
  color: white;
}
.sidebar .nav-divider {
  height: 1px;
  margin: 2em 1rem;
  background-color: rgba(255, 255, 255, 0.15);
}

.badge-success {
  background-color: #2e7d32;
}

.badge-info {
  color: #fff;
  background-color: #0277bd;
}

.btn-success {
  background-color: #2e7d32;
  border-color: #2e7d32;
}
.btn-success:hover {
  background-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
  border-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
}
.btn-success:focus, .btn-success.focus {
  background-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
  border-color: rgb(32.2807017544, 87.7192982456, 35.0877192982);
  box-shadow: 0 0 0 0.2rem rgba(46, 125, 50, 0.5);
}
.btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active {
  background-color: rgb(25.4210526316, 69.0789473684, 27.6315789474);
  border-color: rgb(25.4210526316, 69.0789473684, 27.6315789474);
}

.btn-info {
  color: #fff;
  background-color: #0277bd;
  border-color: #0277bd;
}
.btn-info:hover {
  color: #fff;
  background-color: rgb(1.4659685864, 87.2251308901, 138.5340314136);
  border-color: rgb(1.4659685864, 87.2251308901, 138.5340314136);
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: rgb(1.4659685864, 87.2251308901, 138.5340314136);
  border-color: rgb(1.4659685864, 87.2251308901, 138.5340314136);
  box-shadow: 0 0 0 0.2rem rgba(2, 119, 189, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: rgb(1.1989528796, 71.3376963351, 113.3010471204);
  border-color: rgb(1.1989528796, 71.3376963351, 113.3010471204);
}

.text-muted {
  color: #595959 !important;
}

.text-warning {
  color: #b38600 !important;
}

.favicon-preview-large {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f8f9fa;
}

.favicon-preview-small {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f8f9fa;
}

.favicon-col-number {
  width: 50px;
}

.favicon-col-preview {
  width: 70px;
}

.favicon-col-size {
  width: 110px;
}

.favicon-col-dimensions {
  width: 110px;
}

.favicon-col-uploaded-at {
  width: 130px;
}

.favicon-col-status {
  width: 70px;
}

.favicon-col-actions {
  width: 130px;
}

@media (max-width: 768px) {
  .favicon-col-number,
  .favicon-col-preview,
  .favicon-col-size,
  .favicon-col-dimensions,
  .favicon-col-uploaded-at,
  .favicon-col-status,
  .favicon-col-actions {
    width: auto;
  }
  .favicon-col-actions .btn {
    display: block;
    width: 100%;
    margin-bottom: 0.5rem;
  }
  .favicon-col-actions .btn:last-child {
    margin-bottom: 0;
  }
  .favicon-col-actions .delete-form {
    display: block;
    width: 100%;
  }
  .favicon-col-actions .delete-form .btn {
    margin-bottom: 0;
  }
}
.dark-mode .list-group-item {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.1);
  color: #e4e7ea;
}
.dark-mode .card .list-group-flush .list-group-item {
  border-left: 0;
  border-right: 0;
}
.dark-mode .card .list-group-flush .list-group-item:first-child {
  border-top: 0;
}
.dark-mode .card .list-group-flush .list-group-item:last-child {
  border-bottom: 0;
}

.datetime-input-group {
  gap: 0.5rem;
}

.password-strength-meter {
  display: none;
}
.password-strength-meter.show {
  display: block;
}

.password-strength-feedback {
  display: none;
}
.password-strength-feedback.show {
  display: block;
}

.password-strength-progress {
  height: 8px;
}

.password-strength-w-0 {
  width: 0%;
}

.password-strength-w-20 {
  width: 20%;
}

.password-strength-w-40 {
  width: 40%;
}

.password-strength-w-60 {
  width: 60%;
}

.password-strength-w-80 {
  width: 80%;
}

.password-strength-w-100 {
  width: 100%;
}

#dailyChart {
  min-height: 200px;
  max-height: 300px;
}

@media (max-width: 768px) {
  #dailyChart {
    min-height: 180px;
  }
}
.card-body-narrow {
  margin-right: auto;
  margin-left: 0;
}
.card-body-narrow label, .card-body-narrow .value-lg, .card-body-narrow .value-md {
  white-space: nowrap;
}
.card-body-narrow .row {
  flex-wrap: nowrap;
}
.card-body-narrow label.col-sm-5 {
  min-width: 200px;
  flex: 0 0 200px;
  max-width: 200px;
}

.value-lg {
  font-size: 1.5rem;
}

.value-md {
  font-size: 1.25rem;
}

@media (max-width: 575.98px) {
  .card-body-narrow .row {
    flex-wrap: wrap;
  }
  .card-body-narrow label.col-sm-5 {
    min-width: auto;
    flex: 0 0 100%;
    max-width: 100%;
    text-align: left !important;
    margin-bottom: 0.25rem;
  }
  .card-body-narrow .col-sm-7 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0 !important;
  }
  .card-body-narrow label, .card-body-narrow .value-lg, .card-body-narrow .value-md {
    white-space: normal;
  }
  .card-body-narrow .value-lg, .card-body-narrow .value-md {
    overflow-wrap: break-word;
  }
}
.password-toggle {
  cursor: pointer;
}

.shortcut-input {
  width: 150px;
}

@media (max-width: 991.98px) {
  .app-header.navbar > .navbar-toggler.mr-auto {
    margin-right: 0 !important;
    flex: 0 0 auto !important;
  }
  .app-header.navbar > .navbar-brand {
    position: static !important;
    flex: 0 0 auto !important;
    width: auto !important;
    margin: 0 0.5rem !important;
  }
  .app-header.navbar > .navbar-brand .navbar-brand-full {
    display: block !important;
  }
  .app-header.navbar > .navbar-brand .navbar-brand-minimized {
    display: none !important;
  }
  .app-header.navbar > .navbar-nav.ml-auto {
    flex: 1 1 0 !important;
    min-width: 0 !important;
    justify-content: flex-end !important;
  }
  .app-header.navbar > .navbar-nav.ml-auto .nav-item {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
}

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