.search-builder-modal {
  width: 1100px;
  max-width: ~'calc(100% - 50px)';

  .search-builder-dismiss {
    position: absolute;
    right: 0;

    .btn-close {
      position: absolute;
      width: 40px;
      height: 40px;
      box-shadow: none;
      background-color: #333;
      transform: translateX(-50%) translateY(-50%);
      z-index: 10021;

      &:hover {
        background-color: #222;
      }

      .ux-icon,
      ux-icon {
        color: #999;
        font-size: 1.125rem;
        padding-top: 2px;
      }
    }
  }

  .search-builder-header {
    display: flex;
    padding: 18px 35px 15px;
    background-color: #f2f2f2;

    .search-builder-title {
      margin: 0;
      color: #333;
    }
  }

  .search-builder-body {
    padding: 15px 35px;
    height: 600px;
    overflow-y: auto;
  }

  .search-builder-footer {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    height: 60px;
    padding: 15px;
    background-color: @search-builder-modal-footer-bg;

    .btn + .btn {
      margin-left: 8px;
    }
  }
}
