.svd_container {
  .svd_properties {
    border: none;
    border-top: 2px solid $light-border-color;
    border-radius: 0;
    padding: 0;
    background-color: $light-bg-color;
    font-size: 1.17em;

    .svd_object_selector {
      padding: 1.4em;
      border-bottom: solid 1px $light-border-color;

      .svd_custom_select {
        display: inline-block;
        width: calc(100% - 4em);
      }

      .icon-edit {
        cursor: pointer;
        margin-left: 1em;
      }
    }

    .svd_object_editor {
      padding: 1.4em;
      height: $editor-height;
      overflow-y: scroll;
      .form-control {
        border-radius: 0;
      }

      input[type="checkbox"].form-control {
        width: 25px;
      }
      .table {
        color: $text-color;
        td {
          border: none;
          padding: 0;
          line-height: 3.25em;
          background-color: transparent;
          vertical-align: middle;
          &:nth-child(1) {
            font-weight: 600;
          }
          &:nth-child(2) {
            color: $light-text-color;
          }
          .modal-content {
            line-height: initial;
          }
        }
      }
    }
  }
}
