:global {
  .nbugs-component-loading-wrap {
    img {
      width: 50px;
      height: 50px;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
    }
  }

  .btn-disabled {
    opacity: 0.6;
  }

  .nbugs-pc-select-user-county-modal {
    .ant-modal-body {
      width: 100%;
      height: 430px;
      padding-bottom: 22px;
      overflow: hidden;
      .modal-body-container {
        height: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
      }
    }
  }

  .tree-comp-county {
    flex: 0 0 auto;
    margin-top: 8px;
    width: 60%;
    padding-left: 0 !important;
    .tree-wrap {
      padding-bottom: 40px;
    }
  }
}
