@font-face {
  font-family: 'dtp-icon';
  src:  url('fonts/dtp-icon.eot?dl1xjy');
  src:  url('fonts/dtp-icon.eot?dl1xjy#iefix') format('embedded-opentype'),
    url('fonts/dtp-icon.ttf?dl1xjy') format('truetype'),
    url('fonts/dtp-icon.woff?dl1xjy') format('woff'),
    url('fonts/dtp-icon.svg?dl1xjy#dtp-icon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.dtp-ef {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'dtp-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.dtp-ef-today:before {
  content: "\ea00";
}
.dtp-ef-clear:before {
  content: "\ea01";
}
.dtp-ef-time:before {
  content: "\ea02";
}
.dtp-ef-calendar:before {
  content: "\ea03";
}
.dtp-ef-arrow-down:before {
  content: "\e963";
}
.dtp-ef-arrow-left:before {
  content: "\e964";
}
.dtp-ef-arrow-right:before {
  content: "\e965";
}
.dtp-ef-arrow-up:before {
  content: "\e966";
}
.dtp-ef-delete:before {
  content: "\e968";
}
