storage-advance-config {
  display: block;
  padding: 20px 30px;

  td {
    background-color: white;
  }

  .config-flex {
    display: flex;
    align-items: center;

    .btn {
      height: 25px;
      margin-left: 2px;
    }
  }

  .flex-item {
    flex: 1;
    display: flex;
  }

  .form-control {
    height: 25px;
  }

  .buttonInput {
    flex: 1;
    display: flex;

    .btn, input {
      flex: 1;
    }

    .btn {
      padding: 0 15px;
      line-height: 25px;
    }
  }

  .reunite-td {
    i {
      font-size: 14px;
      margin-left: 10px;
      cursor: pointer;
      color: #000;

      &.fa-question-circle-o {
        color: var(--global-tableFormatListThead-bgColor, #00C8C1);
        cursor: help;
      }
    }

    .tooltip {
      width: 300px;

      .tooltip-inner {
        text-align: left;
        padding: 5px 8px 5px 12px;
        overflow: hidden;
        white-space: normal;
        width: 280px;
        display: block;
        word-break: break-all;
      }
    }
  }

  .edit-td {
    .obvious-value {
      color: var(--global-theme-color-light, #04BEB4);
    }

    &:hover {
      span {
        text-decoration: underline;
        color: blue;

        .obvious-value {
          color: var(--global-theme-color-light, #04BEB4);
        }
      }
    }
  }
}
