.custom-page-panel .custom-page-card,
.custom-page-panel .custom-page-fixed-alert {
  background-image: linear-gradient(rgba(0, 15, 18, .72), rgba(0, 0, 0, .62)), url('/img/rock-texture.jpg');
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(0, 225, 255, .82);
  box-shadow: 0 0 18px rgba(0, 225, 255, .13), inset 0 0 14px rgba(0, 255, 128, .06);
  color: #f3fbff;
}
.custom-page-panel .card-header {
  border-bottom: 1px solid rgba(0, 225, 255, .5);
  background: rgba(0, 225, 255, .08);
}
.custom-page-panel code {
  color: #ff4fc3;
}
.custom-page-panel .form-control,
.custom-page-panel .form-select {
  background-color: rgba(0, 0, 0, .45);
  color: #fff;
  border-color: rgba(0, 225, 255, .65);
}
.custom-page-panel .custom-page-file-list {
  display: grid;
  gap: .55rem;
}
.custom-page-panel .custom-page-file-row {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .65rem .8rem;
  border: 1px solid rgba(0, 225, 255, .4);
  border-radius: .75rem;
  background: rgba(0, 0, 0, .38);
}
