@font-face {
  font-family: "gdrts-icons";
  src: url("default/gdrts-icons.eot?3.3.980");
  src: url("default/gdrts-icons.eot?3.3.980#iefix") format("embedded-opentype"), url("default/gdrts-icons.woff2?3.3.980") format("woff2"), url("default/gdrts-icons.woff?3.3.980") format("woff"), url("default/gdrts-icons.ttf?3.3.980") format("truetype"), url("default/gdrts-icons.svg?3.3.980#gdssh") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^=rtsicon-],
[class*=" rtsicon-"] {
  font: normal normal normal 14px/1 "gdrts-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-rendering: auto;
  text-transform: none;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.rtsicon-asterisk:before {
  content: "\f101";
}

.rtsicon-bell:before {
  content: "\f102";
}

.rtsicon-check:before {
  content: "\f103";
}

.rtsicon-circle:before {
  content: "\f104";
}

.rtsicon-clear:before {
  content: "\f105";
}

.rtsicon-dislike:before {
  content: "\f106";
}

.rtsicon-dislike2:before {
  content: "\f107";
}

.rtsicon-frown:before {
  content: "\f108";
}

.rtsicon-gear:before {
  content: "\f109";
}

.rtsicon-heart:before {
  content: "\f10a";
}

.rtsicon-like:before {
  content: "\f10b";
}

.rtsicon-like2:before {
  content: "\f10c";
}

.rtsicon-minus:before {
  content: "\f10d";
}

.rtsicon-plus:before {
  content: "\f10e";
}

.rtsicon-smile:before {
  content: "\f10f";
}

.rtsicon-snowflake:before {
  content: "\f110";
}

.rtsicon-spinner:before {
  content: "\f111";
}

.rtsicon-square:before {
  content: "\f112";
}

.rtsicon-star:before {
  content: "\f113";
}

.rtsicon-trophy:before {
  content: "\f114";
}

.rtsicon-fw {
  width: 1.28571429em;
  text-align: center;
}

.rtsicon-va {
  vertical-align: -12%;
}

.rtsicon-spin {
  -webkit-animation: rtsicon-spin 2s infinite linear;
  animation: rtsicon-spin 2s infinite linear;
}

@keyframes rtsicon-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
