.info-tab-title{
  font-size: 14px;
  line-height: 19px;
  margin-bottom: 14px;
}

.required{
  color: red;
}
.text-label{
  width: 160px;
}
ul{
  padding-left: 0px;
}
.basic-title{
  font-size: 14px;
  margin-bottom: 32px;
}
.basic-title-more-set{
  margin-top: 32px;
}

.radio-group{
    display: flex !important;
  }

  .clearFix{
    font-size: 16px;
  }

  .name-td{
    overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  display: inline-block;
  max-width: 180px;
  A{
    display: unset;
  }
  }

  INPUT[type=number]:hover:not(.focused):not(:focus):not(.disabled):not(:disabled):not(.view){
    padding: 0px 0px 0px 11px;
  }
  INPUT[type=number]:focus{
    padding: 0px 0px 0px 11px !important;
  }

  .vs__dropdown-menu{
    min-width: 100px !important;
  }

  .more{
    margin-top: 32px;
  }

  :deep() .vs__actions:after {
    padding-top: 10px;
  }
  .TEXTAREA{
    border: solid var(--border-width) var(--input-border);
  }