.wct {
  padding-top: 15px;
  width: 600px;
}

.clickable {
  cursor: pointer;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.wct .card-network {
  --augmented-ui: exe;
  clip-path: none;
}

.wct .card {
  /*background-color: #ecf1f3;*/
  color: #28313f;
}

.wct .card-header {
  padding-top: 1rem;
  cursor: move;
}

.wct .title_bar {
  margin-bottom: 5px;
}

.wct .card-header .progress_header {
  width: 120px;
  display: inline-block;
  margin-bottom: -6px;
}

.wct .nav-tabs,
.wct .nav-pills {
  margin-left: 0px;
}

.wct .tab-content {
  padding-top: 0.5rem;
}

.wct .card-body a,
.wct .card-body a:link {
}

.wct .nav-pills > li.active > a,
.wct .nav-pills > li.active > a:hover,
.wct .nav-pills > li.active > a:focus {
  /*color: #fff;*/
  /*background-color: #337ab7;*/
}

.wct .vdr.active {
  /*outline: 1px dashed #ecf1f3;*/
}

.modal-title {
  color: #28313f;
}

.modal-body label {
}

.btn_highlight {
  border: 1px solid green;
}

.wct .row {
  padding-bottom: 5px;
}

.wct .vue-tags-input {
  max-width: 100%;
}

.wct .vue-tags-input .input {
  width: 100%;
  border-radius: 5px;
}

.wct .vue-tags-input {
  color: var(--text-color-1);
  background: var(--text-field-background-color) !important;
  border: 1px solid var(--container-border-color);
  border-radius: 5px;
}
.wct .vue-tags-input .ti-new-tag-input {
  color: var(--text-color-1);
  background: var(--text-field-background-color) !important;
  caret-color: var(--text-color-1);
}

.wct .vue-tags-input .ti-new-tag-input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: var(--placeholder-color);
  opacity: 1; /* Firefox */
}

.wct .vue-tags-input .ti-new-tag-input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: var(--placeholder-color);
}

.wct .vue-tags-input .ti-new-tag-input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: var(--placeholder-color);
}

.wct .vue-tags-input .ti-autocomplete {
  max-height: 400px;
  overflow-y: auto;
}

.wct .vue-tags-input .ti-item {
  background: rgb(6, 27, 30) !important;
}

.wct .vue-tags-input .ti-tag {
  color: var(--text-color-1);
  background: transparent;
  border: 2px solid var(--button-border-color);
}

.wct .caret.caret-up {
  content: "";
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
}

.wct .tag .content {
  line-height: 1;
  min-height: initial;
  background: none;
  padding-top: 0;
}

.wct tr {
  height: inherit;
}

.wct .emp-inactive {
  color: #008000;
}

.wct .emp-active {
  color: #f00;
}

.wct .btn .fa-stack {
  height: 20px;
  position: static;
}

.wct .btn .fa-stack .fa-stack-2x {
  line-height: 20px;
}

.wct .btn .rotate-left-90 {
  transform: rotate(-90deg);
  display: inline-block;
}

.wct .btn.game-icon-reduce-height {
  line-height: 15px;
  min-height: 34px;
  width: 34px;
}

.wct .btn.game-icon-reduce-height .fa-stack .fa-stack-2x {
  margin-top: 1px;
}

.wct .game-icon:before {
  line-height: 0;
}

.wct .btn .fa-stack .center-icon-single {
  margin-left: -20px;
}

.wct .btn .center-gradient {
  background-image: -webkit-linear-gradient(left, Tomato, #ff000030, Tomato);
  /* For Chrome and Safari */
  background-image: -moz-linear-gradient(left, Tomato, #ff000030, Tomato);
  /* For old Fx (3.6 to 15) */
  background-image: -ms-linear-gradient(left, Tomato, #ff000030, Tomato);
  /* For pre-releases of IE 10*/
  background-image: -o-linear-gradient(left, Tomato, #ff000030, Tomato);
  /* For old Opera (11.1 to 12.0) */
  background-image: linear-gradient(to right, Tomato, #ff000030, Tomato);
  /* Standard syntax; must be last */
  color: rgba(255, 99, 71, 0.5);
  -webkit-background-clip: text;
  background-clip: text;
  text-shadow: none;
}

.wct .btn .ban-symbol {
  color: Tomato;
  opacity: 0.6;
}

.wct .btn .center-gradient .svg-inline--fa.fa-stack-2x,
.wct .btn .ban-symbol .svg-inline--fa.fa-stack-2x {
  height: 0.5em;
  width: 1em;
}

.wct .svg-inline--fa.fa-stack-2x {
  height: 1em;
}
