.ts-control {
    border: 1px solid #f0f0f0 !important;
    padding: 15px 8px !important;
    background: #f8f8f9 !important;
}
label {
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 500;
}

.edit-ele {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #f00;
    z-index: 99999;
    padding: 5px 10px;
    border-radius: 10px;
    color: #fff;
  }
  .edit-ele .fa {
      color: #fff;
  }