index.less 879 Bytes
.videoManagerContainer {
  height: 100%;

  .ant-table-pagination.ant-pagination {
    margin: 2px 0;
  }

  .tablebox {
    height: calc(100% - 54px);
    .ant-table-container {
      height: 100%;
    }
    .ant-table-wrapper {
      height: 100%;
      .ant-table {
        height: calc(100% - 50px);
      }
    }
    .ant-pagination {
      // padding-right: 10px;
      padding: 10px;
    }
  }

  .head {
    padding: 10px;
    background: white;
    margin-bottom: 2px;
    width: 100%;
  }

  .ant-card-body {
    padding: 0px 24px 24px 17px;
  }

  .sel {
    width: 200px;
  }

  .icon {
    margin-top: -5px !important;
    vertical-align: text-bottom;
  }

  .redText {
    color: red;
  }
}

.ant-input[disabled] {
  color: rgba(0, 0, 0, 0.5);
}

.ant-select-disabled.ant-select:not(.ant-select-customize-input) .ant-select-selector {
  color: rgba(0, 0, 0, 0.5);
}