@charset "UTF-8";

[data-icon]:before {
  font-family: "lptech-font" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="lp-"]:before,
[class*=" lp-"]:before {
  font-family: "lptech-font" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lp-calendar-search:before {
  content: "\62";
}
.lp-chevron-right:before {
  content: "\63";
}
.lp-chevron-right-double:before {
  content: "\64";
}
.lp-close:before {
  content: "\65";
}
.lp-copy:before {
  content: "\66";
}
.lp-home:before {
  content: "\67";
}
.lp-menu:before {
  content: "\68";
}
.lp-plus:before {
  content: "\69";
}
.lp-question-circle:before {
  content: "\6a";
}
.lp-search:before {
  content: "\6b";
}
.lp-arrow-up-right:before {
  content: "\61";
}
.lp-arrow-up:before {
  content: "\6c";
}