
/*  TABLE */

.vl-table {
  font-size: 13px;
}

.vl-table thead tr th {
  padding: 10px !important;
  text-align: center;
}

.vl-table-loading {
  position: absolute;
  top: 48%;
  left: 38%;
  background: #3b7ddd7a;
  padding: 5px 45px 5px 45px;
  font-weight: bold;
  font-size: 16px;
  color: #fdfeff;
  border-radius: 5px;

}

.link { 
  cursor: pointer;
}

.vl-label {
  font-size: 12px;
  font-weight: bold;
  color: rgb(138, 138, 138) !important;
}

.select2 .selection .select2-selection{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: .2rem;
  color: #495057;
  display: block;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  padding: .3rem .85rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  width: 100%;
  height: 32px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 1px !important;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  top: -3px;
}

.content-preview-raw {
  background: #21202f;
color: #fff;
padding: 20px;
border-radius: 5px;
}

 
.tags ul{
  display: flex;
  flex-wrap: wrap;
  padding: 1px;
  margin: 1px 0;
  border-radius: 5px;
  border: 1px solid #d1cfcf;
}
.tags ul  li{
  color: #333;
  margin: 4px 3px;
  list-style: none;
  border-radius: 5px;
  background: #F2F2F2;
  padding: 1px 8px 1px 10px;
  border: 1px solid #e3e1e1;
}
.tags ul li i{
  height: 20px;
  width: 20px;
  color: #808080;
  margin-left: 8px;
  font-size: 12px;
  cursor: pointer;
  border-radius: 50%;
  background: #dfdfdf;
  justify-tags: center;
}
.tags ul input{
  flex: 1;
  padding: 5px;
  border: none;
  outline: none;
  font-size: 13px;
} 
.rm-tag {
  background-color: #cecece;
  padding: 2px;
  border-radius: 40%;
  font-size: 8px;
  position: relative;
  top: -2px;
  right: -2px;
  cursor: pointer;
}

.rm-tag:hover {
  background-color: #a3a3a3;
}