.full-size {
  position: relative;
  height: 80vh;
  margin: -24px;

  .close {
    cursor: pointer;

    position: absolute;
    z-index: 10002;
    top: 8px;
    right: 13px;

    display: flex;
    align-items: center;

    color: #8c8c8c;

    .mat-icon {
      width: 30px;
      height: 30px;
      font-size: 30px;
    }

    span {
      padding-left: 10px;
    }
  }
}

::ng-deep .cmf-deal-dialog {
  width: calc(100% - 160px) !important;
  max-width: 100vw !important;
  height: 100% !important;
  margin-left: auto !important;

  .cmf-feed-edit .right .settings-buttons {
    top: 15px !important;
  }
}
