.date-time-picker {
  .rdtPicker {
    font-family: MuseoSans;

    td, th {
      height: 32px;
      width: 48px;
      border-radius: 32px;
    }

    td.rdtActive {
      background-color: #00aadf;
    }

    td.rdtToday:before {
      border-left: 6px solid transparent;
      border-bottom: 6px solid #428bca;
      border-top-color: rgba(0, 0, 0, 0.2);
      position: absolute;
      bottom: 7px;
      right: 7px;
    }

    td.rdtActive.rdtToday:before {
      border-bottom-color: #fff;
    }

    .rdtTimeToggle, .rdtSwitch,
    .rdtNext, .rdtPrev {
      border-radius: 4px;
      height: 40px;
      vertical-align: middle;
    }

    .rdtTimeToggle,
    .rdtTime .rdtSwitch {
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 700;
      background-color: rgba(68, 79, 108, 0.1);
    }

    .rdtSwitch {
      font-size: 18px;
      font-weight: 500;
    }

    .dow {
      font-size: 14px;
      font-weight: 500;
    }

    .rdtCounter {
      text-transform: uppercase;

      .rdtBtn {
        font-size: 9px;
        border-radius: 4px;

        &:hover {
          background-color: transparent;
        }
      }

      .rdtCount {
        font-size: 14px;
      }
    }
  }
}

.date-time-picker__input {
  .se-icon.se-icon-close {
    float: right;
    cursor: pointer;
    font-weight: bold;
    margin-top: -30px;
    margin-right: 8px;
  }
}
