@import '../../../../index.less';
@import '~antd/es/style/themes/default.less';

@prefix: ~'@{bigscreen-prefix}-hospitalization-summarize-month';
@space: 30;

.@{prefix} {

  .ant-col {
    .col-style();

    &.pie {
      border-right: unset;
    }

    &.extra {
      >div {

        &:first-child {
          margin-top: calc(@space/@bigscreen-base-height * 100vh);
          margin-bottom: calc(@space/2/@bigscreen-base-height * 100vh);
        }

        &:last-child {
          padding-top: calc(@space/2/@bigscreen-base-height * 100vh);
          border-top: 1px solid @split-border-color;
        }
      }
    }
  }
}