@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;400&display=swap');

body {
  background: #151515;
  margin: 0;
  font-family: 'Inter', sans-serif;
}

.el-form-item__content {
  line-height: 15px;
}

input, button {
  font-family: 'Inter', sans-serif;
}

.Body {
  padding-right: 20px;
  padding-left: 70px;
}

.YanMenu {
  position: fixed;
  left: 0;
  width: 50px;
  height: 100%;
  background: #151515;
  border-right: 1px solid #252525;
  padding-top: 10px;
}

.YanMenu a {
  display: block;
  text-align: center;
  padding: 10px;
  opacity: 0.5;
}

.YanMenu a.aktif {
  opacity: 1;
}

.YanMenu a svg {
}

pre code.hljs {
  height: 800px;
  overflow-y: scroll;
  padding-top: 35px !important;
}

.el-form-item__label {
  color: #959595;
  padding: 0 !important;
  display: block;
  line-height: 12px;
}

.el-form-item {
  margin-bottom: 12px;
}

.d-block {
  display: block;
  width: 100%;
}

.FormCl {
  margin-top: 20px;
}

.el-input__inner, .el-input__inner:focus, .el-input__inner:hover {
  background: #151515;
  border-color: #404040;
  color: #fff;
}

.el-checkbox__input.is-checked + .el-checkbox__label {
  color: #fff;
}

.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
  background-color: #fff;
  border-color: #fff;
}

.el-checkbox__inner::after {
  border: 1px solid #151515;
}

.el-select {
  display: block;
}

[class*=el-col-] {
  position: relative;
}

.MarkHeader {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 13px;
  height: 24px;
  background: #1c1c1c;
  padding-left: 10px;
  padding-top: 4px;
}

.MarkHeader .MarkLogo {
  float: left;
}

.MarkHeader .MarkLogo svg {
  width: 46px;
  fill: #fff;
}

.MarkHeader a {
  float: right;
  font-size: 12px;
  padding: 5px 15px;
  border-radius: 3px;
  position: absolute;
  right: 10px;
  top: 4px;
  font-weight: 400;
  background: #151515;
  cursor: pointer;
  color: #959595;
}

.MarkHeader a i {
}

pre code.hljs {
  display: block;
  overflow-x: auto;
  padding: 1em
}

code.hljs {
  padding: 3px 5px
}

.hljs {
  color: #aaa;
  background: #000
}

.hljs-emphasis, .hljs-strong {
  color: #a8a8a2
}

.hljs-bullet, .hljs-literal, .hljs-number, .hljs-quote, .hljs-regexp {
  color: #f5f
}

.hljs-code .hljs-selector-class {
  color: #aaf
}

.hljs-emphasis, .hljs-stronge, .hljs-type {
  font-style: italic
}

.hljs-function, .hljs-keyword, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-symbol {
  color: #ff5
}

.hljs-subst, .hljs-tag, .hljs-title {
  color: #aaa
}

.hljs-attribute {
  color: #f55
}

.hljs-class .hljs-title, .hljs-params, .hljs-title.class_, .hljs-variable {
  color: #88f
}

.hljs-addition, .hljs-built_in, .hljs-link, .hljs-selector-attr, .hljs-selector-id, .hljs-selector-pseudo, .hljs-string, .hljs-template-tag, .hljs-template-variable, .hljs-type {
  color: #f5f
}

.hljs-comment, .hljs-deletion, .hljs-meta {
  color: #5ff
}

.el-loading-mask {
  background-color: rgb(21 21 21 / 90%);
}
