* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 16px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
}

body {
  background: #fafbfc;
  font-size: 0.9375rem;
  color: #354052;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media print {
  body {
    color: #000;
  }
}

a {
  color: #206bc4;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

.container {
  max-width: 60rem;
  margin: 0 auto;
  padding: 1rem;
}
@media (max-width: 50rem) {
  .container {
    padding: 0;
  }
}
@media print {
  .container {
    padding: 0;
    max-width: 100%;
  }
}

.row {
  display: flex;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .row {
    flex-direction: row;
  }
}

.col {
  flex: 1;
}

.col-aside {
  width: 15rem;
  margin-top: 2rem;
  display: flex;
  flex-direction: column;
}
@media (min-width: 50rem) {
  .col-aside {
    margin-top: 0;
    margin-left: 2rem;
  }
}

.box {
  padding: 2rem;
  background: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05), 0 1px 1px rgba(0, 0, 0, 0.1);
  page-break-before: always;
  margin-bottom: 2rem;
}
@media (max-width: 50rem) {
  .box {
    padding: 0.5rem;
    box-shadow: none;
  }
}
@media print {
  .box {
    padding: 0;
    box-shadow: none;
    margin-bottom: 0;
  }
}

.box-title {
  font-size: 1.5rem;
  line-height: 1;
  margin: 0 0 1rem;
  font-weight: 600;
}
@media print {
  .box-title {
    display: none;
  }
}

.icon-title {
  font-size: 1.25rem;
  line-height: 1;
  margin: 0 0 3rem;
  font-weight: 600;
}

.icon-subtitle {
  font-size: 1rem;
  line-height: 1;
  margin: 0 0 1rem;
  font-weight: 600;
}

.category-subtitle {
  font-size: 0.9rem;
  line-height: 1;
  margin: 1rem 0 0.5rem;
  font-weight: 600;
}

.icon-preview-wrap {
  position: relative;
}
.icon-preview-wrap:before {
  content: "";
  padding-top: 100%;
  display: block;
}

.icon-preview {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(bg.svg) no-repeat center/100%;
}
.icon-preview svg {
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.icon-preview svg + svg {
  stroke-width: 0.08;
  opacity: 1;
  stroke: red;
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  stroke-dasharray: 0 !important;
}
.icon-preview svg + svg * {
  stroke-dasharray: 0 !important;
}

.icons-list {
  display: table;
  margin: -0.25rem;
}

.icons-list-borders .icons-list-icon {
  border-color: #354052;
}

.icons-list-squares .icons-list-icon,
.icons-list-circles .icons-list-icon {
  background: #354052;
  color: #fafbfc;
}

.icons-list-circles .icons-list-icon {
  border-radius: 50%;
}

.icons-list-icon {
  margin: 0.25rem;
  min-width: 2.25rem;
  height: 2.25rem;
  color: inherit;
  border-radius: 3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  position: relative;
  page-break-inside: avoid;
}
.icons-list-icon.new-icon:after {
  content: "";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 6px;
  height: 6px;
  background: #cc0000;
  border-radius: 50%;
}
.icons-list-icon.active {
  background: #f0f0f0;
}
a.icons-list-icon:hover {
  opacity: 0.75;
}

.icons-list-icon .icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.mb {
  margin-bottom: 2rem;
}

.mt-auto {
  margin-top: auto;
}

/*
Components
 */
.btn {
  display: inline-flex;
  color: #ffffff;
  background: #206bc4;
  border: 0;
  border-radius: 3px;
  font-size: inherit;
  line-height: 1;
  justify-content: center;
  align-items: center;
  min-height: 2rem;
  min-width: 2rem;
  padding: 0 0.75rem;
}
.btn .icon {
  width: 1rem;
  height: 1rem;
  margin: 0 0.5rem 0 -0.25rem;
}

.btn-icon {
  padding: 0;
  justify-content: center;
}
.btn-icon .icon {
  margin: 0;
}

.btn-link {
  background: transparent;
  color: #206bc4;
}

.input {
  border: 1px solid #eeeeee;
  border-radius: 3px;
  height: 2rem;
  display: block;
  font-size: inherit;
  font-family: inherit;
  padding: 0 0.5rem;
  width: 100%;
}
.input:focus {
  outline: 0;
  box-shadow: 0 0 0 3px rgba(32, 107, 196, 0.1);
  border-color: rgba(32, 107, 196, 0.4);
}
textarea.input {
  min-height: 8rem;
}

.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
}

.input-icon {
  position: relative;
}
.input-icon .input {
  padding-right: 2rem;
}
.input-icon .icon {
  color: #aaaaaa;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 0.375rem;
  right: 0.375rem;
  stroke-width: 1.75;
}
.input-icon.icon-left .icon {
  left: 0.375rem;
  right: auto;
}
.input-icon.icon-left .input {
  padding-left: 2rem;
  padding-right: 0;
}

.avatar {
  background: rgba(170, 170, 170, 0.1);
  color: #aaaaaa;
  display: inline-flex;
  width: 2.5rem;
  height: 2.5rem;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  vertical-align: bottom;
}
.avatar .icon {
  height: 60%;
  width: 60%;
}

.avatar-sm {
  width: 1.5rem;
  height: 1.5rem;
}

.tabs {
  display: flex;
}
.tabs .tab {
  flex: 1;
  text-align: center;
  border-bottom: 1px solid #eeeeee;
  padding: 0.25rem 0;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
}
.tabs .tab.active {
  color: #206bc4;
  border-bottom-color: #206bc4;
}
.tabs .tab .icon {
  width: 1rem;
  height: 1rem;
}

.input-range {
  width: 100%;
}

.icon-size {
  display: inline-block;
}
.icon-size svg {
  width: 100%;
  height: 100%;
}

.icon-size-16 {
  width: 16px;
  height: 16px;
}

.icon-size-24 {
  width: 24px;
  height: 24px;
}

.icon-size-32 {
  width: 32px;
  height: 32px;
}

.icon-size-48 {
  width: 48px;
  height: 48px;
}

.icon-size-64 {
  width: 64px;
  height: 64px;
}

.table {
  width: 100%;
  border-collapse: collapse;
}
.table td,
.table th {
  padding: 0.5rem;
  text-align: left;
  border: 1px solid #eee;
}
.table .icon {
  width: 24px;
  height: 24px;
}

.td-1 {
  width: 1%;
}

.toolbar {
  display: flex;
  flex-wrap: wrap;
}

.buttons {
  display: flex;
  margin-right: 0.5rem;
  margin-bottom: 0.5rem;
  border: 1px solid #e0e0e0;
  border-radius: 3px;
}
.buttons .button + .button {
  border-left: 1px solid #e0e0e0;
}

.button {
  display: inline-flex;
  width: 2rem;
  height: 2rem;
  align-items: center;
  justify-content: center;
  color: rgb(103.5, 111.75, 125.25);
}
.button svg {
  width: 1.25rem;
  height: 1.25rem;
}

.text-muted {
  color: #aaaaaa;
}

.text-reset {
  color: inherit;
  text-decoration: none;
}