/* Flat Vector SVG Icons Styles */
.svg-icon {
  display: inline-block;
  width: 1.15em;
  height: 1.15em;
  vertical-align: -0.18em;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  flex-shrink: 0;
}

.svg-icon-fill {
  fill: currentColor;
  stroke: none;
}

.svg-icon-lg {
  width: 1.4em;
  height: 1.4em;
  vertical-align: -0.25em;
}

.svg-icon-sm {
  width: 0.95em;
  height: 0.95em;
  vertical-align: -0.12em;
}

.btn .svg-icon,
.btn-download .svg-icon,
.btn-purchase .svg-icon,
.tab-btn .svg-icon {
  margin-right: 6px;
}

.country-flag-svg {
  width: 1.25em;
  height: 0.92em;
  display: inline-block;
  vertical-align: -0.15em;
  border-radius: 2px;
  margin-right: 6px;
  overflow: hidden;
  box-shadow: 0 0 2px rgba(0,0,0,0.5);
}
