@font-face {
  font-family: "JetBrains Mono";
  src: url("../fonts/JetBrainsMono/JetBrainsMono-Regular.woff2") format("woff2");
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  transition: background-color 600000s 0s, color 600000s 0s;
}

#blazor-error-ui {
  display: none;
}

body {
  font-family: "JetBrains Mono", "Open-sans", sans-serif;
  background: #262626;
  color: #bdbdbd;
  font-size: 16px;
}

.box {
  border: 1px solid #404040;
  background: #212424;
  margin-bottom: 20px;
}
.box .box-header {
  border-bottom: 1px solid #404040;
  padding: 0px 5px;
  color: #66c3cc;
  position: relative;
}
.box .box-header h3 {
  font-size: 16px;
  margin-right: 40px;
}
.box .box-header .box-actions {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 3px;
}
.box .box-header .box-actions a {
  color: #39cc8f;
  display: inline-block;
  padding: 0 3px;
}
.box .box-content {
  padding: 0px 5px;
}

.clipboard ul {
  padding: 0px 3px;
}
.clipboard ul li {
  list-style-type: none;
  margin: 5px 0;
  padding: 2px 45px 2px 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #404040;
}
.clipboard ul li a.clipboard-item {
  color: #6c95eb;
  display: inline-block;
  word-wrap: break-word;
  width: 100%;
}
.clipboard ul li span.clipboard-item {
  color: #c9a26d;
}
.clipboard ul li .controls {
  display: inline-block;
  width: 40px;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.clipboard ul li .controls a {
  color: #39cc8f;
}
.clipboard .clipboard-form {
  width: 100%;
  margin: 10px 0px;
  position: relative;
  padding-top: 40px;
}
.clipboard .clipboard-form input {
  top: 0;
  position: absolute;
  left: 0;
  width: 90%;
  background: #262626;
  border: 1px solid #404040;
  color: #bdbdbd;
  padding: 3px 10px;
  margin: 0px;
}
.clipboard .clipboard-form input:hover, .clipboard .clipboard-form input:active, .clipboard .clipboard-form input:focus {
  outline: none;
  box-shadow: none;
}
.clipboard .clipboard-form button {
  top: 0;
  position: absolute;
  right: 0;
  margin: 0px;
  background-color: #08335E;
  border: none;
  color: #bdbdbd;
  width: 10%;
  padding: 4px 0px;
}

.file-uploader {
  padding: 0px 0px;
  border: dashed 2px transparent;
  transition: border linear 0.2s;
}
.file-uploader.empty {
  padding: 32px 32px;
}
.file-uploader.hover {
  border: dashed 2px darkorange;
}
.file-uploader .file-uploader-input {
  display: none;
}
.file-uploader ul {
  padding: 0px 3px;
}
.file-uploader ul li {
  list-style-type: none;
  margin: 5px 0;
  padding: 2px 25px 2px 0;
  display: block;
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #404040;
}
.file-uploader ul li a {
  color: #6c95eb;
  display: inline-block;
  word-wrap: break-word;
  max-width: 80%;
  float: left;
}
.file-uploader ul li span {
  color: #c9a26d;
}
.file-uploader ul li .size {
  float: right;
}
.file-uploader ul li .controls {
  text-align: right;
  display: inline-block;
  width: 20px;
  float: right;
  font-size: 12px;
  position: absolute;
  right: 0;
  top: 0;
}
.file-uploader ul li .controls a {
  color: #39cc8f;
}
.file-uploader .progress {
  background: none;
  display: inline;
  font-size: 16px;
}

.links {
  padding: 10px;
}
.links .link {
  padding: 10px;
  list-style-type: none;
  display: inline-block;
}
.links .link a, .links .link .link-edit-mode {
  display: inline-block;
  position: relative;
  color: #bdbdbd;
  text-decoration: none;
  transition: all 0.3s ease 0s;
}
.links .link a .edit-actions, .links .link .link-edit-mode .edit-actions {
  background: #404040;
  padding: 2px 5px;
}
.links .link a .edit-actions a, .links .link .link-edit-mode .edit-actions a {
  color: #39cc8f;
}
.links .link a img, .links .link .link-edit-mode img {
  max-width: 100%;
}
.links .link a span, .links .link .link-edit-mode span {
  position: absolute;
  bottom: -1px;
  left: -1px;
  right: -1px;
  background: #404040;
  text-align: center;
}
.links .link a:hover, .links .link .link-edit-mode:hover {
  transform: scale(1.05);
}

.popup-overlay {
  display: block;
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
}
.popup-overlay.hidden {
  display: none;
}
.popup-overlay .popup-content {
  width: 800px;
  margin: 50px auto;
  background: #262626;
  padding: 30px 20px;
}
.popup-overlay .popup-content form .input {
  padding: 10px 0;
}
.popup-overlay .popup-content form .input label {
  display: block;
  margin-bottom: 3px;
}
.popup-overlay .popup-content form .input input[type=text] {
  border: 1px solid #404040;
  border-radius: 0px;
  background: #212424 !important;
  margin-bottom: 5px;
  color: #bdbdbd !important;
  width: 100%;
}
.popup-overlay .popup-content form button {
  background-color: #08335E;
  border: none;
  border-radius: 0;
  color: #bdbdbd;
}

.notes {
  width: 100%;
}
.notes .notes-list {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 2px 0px;
  border-bottom: 1px solid #404040;
  flex-wrap: wrap;
}
.notes .notes-list li {
  flex-wrap: wrap;
  flex-grow: 1;
  flex-basis: 100px;
  position: relative;
  padding: 0;
  display: flex;
  order: 5;
  margin: 0px;
  padding-right: 10px;
  border: 1px solid #404040;
  border-bottom: 1px solid #404040;
  color: #c9a26d;
  text-decoration: none;
}
.notes .notes-list li label {
  cursor: pointer;
  display: inline-block;
  padding: 3px 5px;
}
.notes .notes-list li.active {
  color: #6c95eb;
  font-weight: bold;
}
.notes .notes-list li .controls {
  display: inline-block;
  font-size: 12px;
  padding-right: 5px;
}
.notes .notes-list li .controls a {
  color: #39cc8f;
  position: absolute;
  right: 2px;
  top: 0;
  font-size: 10px;
  cursor: pointer;
}
.notes .notes-list li input {
  border: 1px solid #404040;
  background: #262626;
  color: #bdbdbd;
  width: 100%;
}
.notes .notes-list li.add-note {
  text-align: right;
  color: #66c3cc;
}
.notes .notes-list li.add-note label {
  width: 100%;
}
.notes .notes-list li.add-note i {
  font-size: 12px;
  margin-right: 4px;
}
.notes .note textarea {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 400px;
  background: #262626;
  border: 1px solid #404040;
  margin-bottom: 4px;
  padding: 4px;
  color: #bdbdbd;
}
.notes .note textarea:focus {
  border: 1px solid #404040;
  outline: none;
}
.notes .note textarea.hidden {
  display: none;
}

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