.decorator-strong {
  border-bottom: 2px solid $primary-gray;
}

.decorator-light {
  min-height: 40px;
  border-bottom: 2px solid $blue-gray-300;
}

.form-decorator {
  min-height: 56px;
  border-bottom: 1px solid var(--blue-gray-300);
  width: 100%;
  padding: 12px 0;

  &.off-bottom-border{
    border-bottom: 1px solid transparent;

  }
  
  &.top-decorator{
    border-top: 1px solid var(--blue-gray-300);
  }

  &.bottom-blue-decorator{
    border-bottom: 2px solid var(--primary-color);
  }

  .form-wraper{
    width: 100%;
    // cursor: pointer;
  }

  .title {
    min-width: 200px;
    font-size: 14px;
    color: var(--gray-500);
    font-weight: 400;
    text-wrap: wrap;
    padding-right: 12px;
  }

  .title-row {
    margin:0 15px;
    font-size: 14px;
    color: var(--gray-500);
    font-weight: 400;
  
  }
}
