.c-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-user {
  background: url("../images/c-user-manager-solid.svg");
  background-size: contain;
  color: #757b98;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-router {
  width: 1rem;
  height: 1rem;
  background: url("../images/Icon-router.svg");
  background-size: contain;
  color: #757b98;
}

.icon-close {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon-close.svg");
  background-size: contain;
}

.icon-close-w {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../images/icon-close-w.svg");
  background-size: contain;
}

.icon-key {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon-key.svg");
  background-size: contain;
}

.icon-back {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../images/icon-back.svg");
  background-size: contain;
}

.icon-subnav {
  width: 1.25rem;
  height: 1.25rem;
  webkit-mask: url("../images/icon-subnav.svg") no-repeat center/contain;
  mask: url("../images/icon-subnav.svg") no-repeat center/contain;
  background-size: contain;
  background-color: #d2d6e8;
}
.icon-subnav.on {
  background-color: #2a73ea;
}

.icon-folder-close {
  background: url("../images/icon-folder.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-folder-open {
  background: url("../images/icon-folder-open.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-filter {
  background: url("../images/icon-filter.svg");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.icon-screen-fit {
  background: url("../images/icon-screen-fit.svg");
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.icon-screen-fill {
  background: url("../images/icon-screen-fill.svg");
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.icon-screen-custom {
  background: url("../images/icon-screen-custom.svg");
  background-size: contain;
  width: 2rem;
  height: 2rem;
}

.icon-monitor {
  background: url("../images/icon-monitor.svg");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.icon-initial {
  background: url("../images/icon-initial.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-del {
  background: url("../images/icon-del.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-image {
  background: url("../images/icon-image.svg");
  background-size: contain;
  width: 1rem;
  height: 1rem;
}

.icon-media {
  background: url("../images/icon-media.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-mediaimage {
  background: url("../images/icon-mediaimage.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-file {
  background: url("../images/icon-file.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-subnav_on {
  background: url("../images/icon-subnav_on.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

.icon-subnav {
  background: url("../images/icon-subnav.svg");
  background-size: contain;
  width: 1.25rem;
  height: 1.25rem;
}

/*# sourceMappingURL=icon.css.map */
