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

code.hljs {
  padding: 3px 5px;
}

.hljs {
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment, .hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag, .hljs-formula, .hljs-keyword {
  color: #c678dd;
}

.hljs-deletion, .hljs-name, .hljs-section, .hljs-selector-tag, .hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-addition, .hljs-attribute, .hljs-meta .hljs-string, .hljs-regexp, .hljs-string {
  color: #98c379;
}

.hljs-attr, .hljs-number, .hljs-selector-attr, .hljs-selector-class, .hljs-selector-pseudo, .hljs-template-variable, .hljs-type, .hljs-variable {
  color: #d19a66;
}

.hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-symbol, .hljs-title {
  color: #61aeee;
}

.hljs-built_in, .hljs-class .hljs-title, .hljs-title.class_ {
  color: #e6c07b;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: 700;
}

.hljs-link {
  text-decoration: underline;
}

#profile_pic {
  width: 45px;
  height: 45px;
  border: 3px solid #ffff;
  margin-top: -20px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 1rem;
  padding-bottom: 34px;
  padding-top: 4px;
  width: 100%;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 31px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.req {
  display: none;
}

.slide-up {
  margin-top: -32px;
  z-index: +10;
  position: absolute;
  right: 15px;
}

.active {
  color: #fff !important;
  background-color: #2c7be5 !important;
  border-color: #2c7be5 !important;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%) !important;
}

.btn-add {
  padding: 5px 10px 5px 10px;
}

.btn-add {
  position: absolute;
  right: 15px;
}

#add_sub_form {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: +225;
  bottom: 0px;
}

#main-menu h6 {
  color: #ffffff;
}

#menu_bar h6 {
  color: #ffffff;
}

