@import '../../style/themes/index';
@import '../../style/mixins/index';

.@{ant-prefix}-business-area {
  .anticon-down {
    color: rgba(0, 0, 0, 0.45);
  }
  &-wrapper {
    margin-top: 4px;
    background: #fff;
    border-radius: @card-radius;
    transition: all 0.3s;
    border-color: fade(@black, 9%);
    box-shadow: @card-shadow;
    padding: 4px 11px;
    .@{ant-prefix}-tabs-bar {
      margin-bottom: 6px;
    }
    .@{ant-prefix}-tabs-tab {
      margin: 0 32px 0 0;
    }
  }
  &-tbas {
    margin-top: 4px;
  }
  &-scrollbar {
    height: 400px;
  }
}
