.date-picker-box-specific,
.date-picker-box-section {
  .date-picker-content {
    display: flex;
    align-items: center;
    .date-picker-text {
      font-weight: normal;
      color: var(--cscec-color-placeholder);
      margin-bottom: 0;
      flex: 1;
      width: 0;

      .adm-ellipsis {
        font-weight: bold;
      }
    }

    p.date-picker-text {
      white-space: nowrap;
      overflow: hidden;
      margin: 0;
    }

    .date-icon {
      width: 24px;
      font-size: 16px;
      color: rgba(0, 0, 0, 0.4);
      padding: 0 0 0 5px;
      line-height: 1;
    }
  }
}

.date-picker-box-section {
  display: flex;
  justify-content: space-between;
  align-items: center;

  .date-picker-content {
    justify-content: space-between;
    background-color: var(--cscec-color-input-background);
    border-radius: 8px;
    padding: 10px 14px;
    flex: 1;
    width: 0;
  }

  .spacer {
    width: 12px;
    height: 3px;
    margin: 0 6px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 2px;
  }
}
