.plan-cycle {
  display: block;

  .create-item {
    display: flex;
    justify-content: center;
    margin: 12px 0;

    .create-label {
      width: 100px;
      display: flex;
      justify-content: flex-end;
    }

    .checkbox-date {
      margin-bottom: 5px;
      width: 62px;
      text-align: center;
    }

    .create-input {
      flex: 1;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 0 100px 0 12px;

      &:not(.not-center) {
        flex-wrap: wrap;
      }
    }

    &:not(.not-center) {
      align-items: center;
    }

    .input-s {
      width: 60px;
      margin: 0 10px;
    }
  }

  .points {
    margin-left: 112px;
    font-size: 12px;
    color: #00c8c1;
  }

  .btn-day {
    margin: 0 6px 5px 0;

    &.active, &:active {
      color: white;
      border: 1px solid transparent;

      &::before {
        background: #00bbb4;
      }

      &:hover {
        color: white;
      }
    }

    &.disabled::before, &[disabled]::before {
      z-index: -999;
    }
  }
}
