.d-header {
  font-size: 30px;
  color: #2E353D;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-family: 'Roboto', sans-serif;
  font-weight: 600;
  letter-spacing: 0.25px;
  border-radius: 6px;
  background: #f4f5f899;
}

.d-header > i {
  margin-right: 5px;
  border: 2px solid #2E353D;
  width: 54px;
  text-align: center;
  border-radius: 50%;
  padding: 0.3em;
  color: #2E353D;
  box-shadow: inset 0 0 3px #000000;
  display: inline-block;
}

.d-segment {
  margin-top: 40px;
  position: relative;
  background: #FFF;
  padding: 1em;
  font-family: 'Roboto', sans-serif;
}

.d-boxed-code {
  position: relative;
  border: 1px solid #2E353D;
  border-top: 3px solid #2E353D;
  border-radius: 4px;
  width: 100%;
  color: #2E353D;
  background-color: rgba(34,36,38,.05);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 15px;
  word-wrap: break-word;
  padding: 1em;
  letter-spacing:1px;
}

.d-boxed-code > i {
  position: absolute;
  top: 3px;
  right: 8px;
  font-size: 18px;
}

.d-hidden {
  display: none!important;
}

.d-help {
  border: 1px solid #2185d0;
  border-top: 3px solid #2185d0;
  color: #2185d0;
  margin-top: 10px;
  margin-bottom: 10px;
  background-color: rgba(33, 133, 208, 0.1);
}

.d-boxed-code.d-red {
  border: 1px solid #db2828;
  border-top: 3px solid #db2828;
  color: #db2828;
  background-color: rgba(219, 40, 40, 0.1);
}

.d-reconnect {
  display: none;
  margin-left: 20px;
  padding: 5px;
  border-radius: 5px;
  width: 30px;
  text-align: center;
  border: 1px solid #db2828;
  color: #db2828;
  background-color: rgba(219, 40, 40, 0.1);
}

.d-divider {
  margin-bottom: 25px;
  border-top: 1px solid rgba(34,36,38,.15);
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.d-row:after {
  content: '';
  display: table;
  clear: both;
}

.d-column {
  float: left;
  padding: 10px;
  height: calc(100vh - 23em);
}

.d-label {
  border-radius: .5em;
  padding: .5em;
}

.d-label:hover {
  background: rgba(0,0,0,.03);
}

.d-bold {
  font-weight: bold;
}

.d-card {
  margin-left: auto;
  margin-right: auto;
  max-width: 900px;
}

.bi-x-lg::before,
.bi-plus::before,
.bi-plus-lg::before,
.bi-dash-lg::before,
.bi-power::before,
.bi-arrow-right::before,
.bi-arrow-left::before,
.bi-list-task::before,
.bi-bezier2::before,
.bi-volume-mute-fill::before,
.bi-volume-down-fill::before,
.bi-clock-history::before {
  font-weight: 900!important;
}

.trick-auto-complete {
  position: absolute;top:-500px;left:-500px;
}