/*
	GHT Icon repository
	Version: 2.0
*/

/*Base class*/

[class^="ght-icons-"],
.ght-icons {
  width: 24px;
  height: 24px;
  background: black;
  display: inline-block;
  cursor: pointer;
  outline: none;
  vertical-align: middle;
}

/*Helpers*/

/*Size*/

.ght-wh-12 {
  width: 12px;
  height: 12px;
}

.ght-wh-16 {
  width: 16px;
  height: 16px;
}

.ght-wh-18 {
  width: 18px;
  height: 18px;
}

.ght-wh-20 {
  width: 20px;
  height: 20px;
}

.ght-wh-22 {
  width: 22px;
  height: 22px;
}

.ght-wh-24 {
  width: 24px;
  height: 24px;
}

.ght-wh-28 {
  width: 28px;
  height: 28px;
}

.ght-wh-32 {
  width: 32px;
  height: 32px;
}

.ght-wh-36 {
  width: 36px;
  height: 36px;
}

/*Color*/

/*warning*/

.ght-warning-50 {
  background-color: #fdfee8;
}

.ght-warning-100 {
  background-color: #fafdc4;
}

.ght-warning-200 {
  background-color: #fafc8c;
}

.ght-warning-300 {
  background-color: #f9f64b;
}

.ght-warning-400 {
  background-color: #f5e91a;
}

.ght-warning-500 {
  background-color: #edd70d;
}

.ght-warning-600 {
  background-color: #c6a508;
}

.ght-warning-700 {
  background-color: #9e760a;
}

.ght-warning-800 {
  background-color: #835e10;
}

.ght-warning-900 {
  background-color: #6f4c14;
}

.ght-warning-950 {
  background-color: #412807;
}

/*alert*/

.ght-alert-50 {
  background-color: #fef4f2;
}

.ght-alert-100 {
  background-color: #fde6e3;
}

.ght-alert-200 {
  background-color: #fdd2cb;
}

.ght-alert-300 {
  background-color: #fab2a7;
}

.ght-alert-400 {
  background-color: #f48675;
}

.ght-alert-500 {
  background-color: #ea5b45;
}

.ght-alert-600 {
  background-color: #d7422b;
}

.ght-alert-700 {
  background-color: #b53420;
}

.ght-alert-800 {
  background-color: #962e1e;
}

.ght-alert-900 {
  background-color: #7c2c20;
}

.ght-alert-950 {
  background-color: #43130c;
}

/*success*/

.ght-success-50 {
  background-color: #ecfdf4;
}

.ght-success-100 {
  background-color: #d2f9e3;
}

.ght-success-200 {
  background-color: #a8f2cc;
}

.ght-success-300 {
  background-color: #70e5b1;
}

.ght-success-400 {
  background-color: #36d190;
}

.ght-success-500 {
  background-color: #13bd7c;
}

.ght-success-600 {
  background-color: #079461;
}

.ght-success-700 {
  background-color: #067650;
}

.ght-success-800 {
  background-color: #075e41;
}

.ght-success-900 {
  background-color: #074d37;
}

.ght-success-950 {
  background-color: #032b20;
}

/*info*/

.ght-info-50 {
  background-color: #f1f9fe;
}

.ght-info-100 {
  background-color: #e1f3fd;
}

.ght-info-200 {
  background-color: #bde7fa;
}

.ght-info-300 {
  background-color: #83d5f6;
}

.ght-info-400 {
  background-color: #2eb9ed;
}

.ght-info-500 {
  background-color: #19a8de;
}

.ght-info-600 {
  background-color: #0c87bd;
}

.ght-info-700 {
  background-color: #0b6c99;
}

.ght-info-800 {
  background-color: #0d5b7f;
}

.ght-info-900 {
  background-color: #114c69;
}

.ght-info-950 {
  background-color: #0b3046;
}

/*dark*/

.ght-dark-50 {
  background-color: #f6f8f9;
}

.ght-dark-100 {
  background-color: #eceff1;
}

.ght-dark-200 {
  background-color: #d6dde1;
}

.ght-dark-300 {
  background-color: #b2c0c7;
}

.ght-dark-400 {
  background-color: #889ea8;
}

.ght-dark-500 {
  background-color: #6a828d;
}

.ght-dark-600 {
  background-color: #556a74;
}

.ght-dark-700 {
  background-color: #45565f;
}

.ght-dark-800 {
  background-color: #3c4950;
}

.ght-dark-900 {
  background-color: #353f45;
}

.ght-dark-950 {
  background-color: #232a2e;
}

/*Icons*/

.ght-icons-filter {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/filter.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/filter.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/filter.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/filter.svg) no-repeat center;
}

.ght-icons-save {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/save.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/save.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/save.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/save.svg) no-repeat center;
}

.ght-icons-print {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/print.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/print.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/print.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/print.svg) no-repeat center;
}

.ght-icons-about {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/about.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/about.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/about.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/about.svg) no-repeat center;
}

.ght-icons-add {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add.svg) no-repeat center;
}

.ght-icons-bug {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bug.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bug.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bug.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bug.svg) no-repeat center;
}

.ght-icons-download {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/download.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/download.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/download.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/download.svg) no-repeat
    center;
}

.ght-icons-excel {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/excel.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/excel.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/excel.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/excel.svg) no-repeat center;
}

.ght-icons-refresh {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/refresh.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/refresh.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/refresh.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/refresh.svg) no-repeat
    center;
}

.ght-icons-rose {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose.svg) no-repeat center;
}

.ght-icons-box {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/box.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/box.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/box.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/box.svg) no-repeat center;
}

.ght-icons-shopping-cart {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/shopping-cart.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/shopping-cart.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/shopping-cart.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/shopping-cart.svg) no-repeat
    center;
}

.ght-icons-edit {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/edit.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/edit.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/edit.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/edit.svg) no-repeat center;
}

.ght-icons-happy-status {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/happy-status.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/happy-status.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/happy-status.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/happy-status.svg) no-repeat
    center;
}

.ght-icons-menu-hide {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/menu-hide.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/menu-hide.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/menu-hide.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/menu-hide.svg) no-repeat
    center;
}

.ght-icons-weather {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/weather.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/weather.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/weather.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/weather.svg) no-repeat
    center;
}

.ght-icons-copy {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/copy.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/copy.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/copy.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/copy.svg) no-repeat center;
}

.ght-icons-flower {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/flower.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/flower.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/flower.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/flower.svg) no-repeat center;
}

.ght-icons-user {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/user.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/user.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/user.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/user.svg) no-repeat center;
}

.ght-icons-accept-box {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/accept-box.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/accept-box.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/accept-box.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/accept-box.svg) no-repeat
    center;
}

.ght-icons-access {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/access.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/access.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/access.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/access.svg) no-repeat center;
}

.ght-icons-add-item {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add-item.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add-item.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add-item.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add-item.svg) no-repeat
    center;
}

.ght-icons-add-product-sales {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add-product-sales.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add-product-sales.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/add-product-sales.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/add-product-sales.svg)
    no-repeat center;
}

.ght-icons-alert {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/alert.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/alert.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/alert.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/alert.svg) no-repeat center;
}

.ght-icons-all-done {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/all-done.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/all-done.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/all-done.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/all-done.svg) no-repeat
    center;
}

.ght-icons-arrow {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow.svg) no-repeat center;
}

.ght-icons-autocomplete {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/autocomplete.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/autocomplete.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/autocomplete.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/autocomplete.svg) no-repeat
    center;
}

.ght-icons-autofill {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/autofill.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/autofill.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/autofill.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/autofill.svg) no-repeat
    center;
}

.ght-icons-ban {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/ban.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/ban.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/ban.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/ban.svg) no-repeat center;
}

.ght-icons-barcode {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/barcode.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/barcode.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/barcode.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/barcode.svg) no-repeat
    center;
}

.ght-icons-business-and-trade {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/business-and-trade.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/business-and-trade.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/business-and-trade.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/business-and-trade.svg)
    no-repeat center;
}

.ght-icons-calculate {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calculate.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calculate.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calculate.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calculate.svg) no-repeat
    center;
}

.ght-icons-calendar-date {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-date.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-date.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-date.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-date.svg) no-repeat
    center;
}

.ght-icons-calendar-range {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-range.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-range.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-range.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/calendar-range.svg)
    no-repeat center;
}

.ght-icons-check {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check.svg) no-repeat center;
}

.ght-icons-clear {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/clear.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/clear.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/clear.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/clear.svg) no-repeat center;
}

.ght-icons-close {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/close.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/close.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/close.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/close.svg) no-repeat center;
}

.ght-icons-commute {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/commute.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/commute.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/commute.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/commute.svg) no-repeat
    center;
}

.ght-icons-company {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/company.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/company.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/company.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/company.svg) no-repeat
    center;
}

.ght-icons-composition {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/composition.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/composition.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/composition.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/composition.svg) no-repeat
    center;
}

.ght-icons-database {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/database.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/database.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/database.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/database.svg) no-repeat
    center;
}

.ght-icons-deal {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/deal.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/deal.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/deal.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/deal.svg) no-repeat center;
}

.ght-icons-delete {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/delete.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/delete.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/delete.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/delete.svg) no-repeat center;
}

.ght-icons-detail {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/detail.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/detail.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/detail.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/detail.svg) no-repeat center;
}

.ght-icons-discard {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/discard.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/discard.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/discard.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/discard.svg) no-repeat
    center;
}

.ght-icons-done {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/done.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/done.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/done.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/done.svg) no-repeat center;
}

.ght-icons-evaporation {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/evaporation.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/evaporation.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/evaporation.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/evaporation.svg) no-repeat
    center;
}

.ght-icons-execute {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/execute.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/execute.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/execute.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/execute.svg) no-repeat
    center;
}

.ght-icons-expand {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/expand.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/expand.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/expand.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/expand.svg) no-repeat center;
}

.ght-icons-expand-info {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/expand-info.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/expand-info.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/expand-info.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/expand-info.svg) no-repeat
    center;
}

.ght-icons-favorite-border {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-border.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-border.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-border.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-border.svg)
    no-repeat center;
}

.ght-icons-favorite-filled {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-filled.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-filled.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-filled.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-filled.svg)
    no-repeat center;
}

.ght-icons-feedback {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/feedback.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/feedback.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/feedback.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/feedback.svg) no-repeat
    center;
}

.ght-icons-files {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/files.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/files.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/files.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/files.svg) no-repeat center;
}

.ght-icons-generate-text {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/generate-text.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/generate-text.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/generate-text.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/generate-text.svg) no-repeat
    center;
}

.ght-icons-hardgoods {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/hardgoods.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/hardgoods.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/hardgoods.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/hardgoods.svg) no-repeat
    center;
}

.ght-icons-history {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/history.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/history.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/history.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/history.svg) no-repeat
    center;
}

.ght-icons-information {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/information.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/information.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/information.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/information.svg) no-repeat
    center;
}

.ght-icons-inventory {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory.svg) no-repeat
    center;
}

.ght-icons-less {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/less.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/less.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/less.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/less.svg) no-repeat center;
}

.ght-icons-location {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/location.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/location.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/location.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/location.svg) no-repeat
    center;
}

.ght-icons-locked {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/locked.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/locked.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/locked.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/locked.svg) no-repeat center;
}

.ght-icons-log {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/log.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/log.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/log.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/log.svg) no-repeat center;
}

.ght-icons-logout {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/logout.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/logout.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/logout.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/logout.svg) no-repeat center;
}

.ght-icons-map {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/map.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/map.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/map.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/map.svg) no-repeat center;
}

.ght-icons-menu {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/menu.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/menu.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/menu.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/menu.svg) no-repeat center;
}

.ght-icons-merchs {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/merchs.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/merchs.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/merchs.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/merchs.svg) no-repeat center;
}

.ght-icons-mosaic {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/mosaic.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/mosaic.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/mosaic.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/mosaic.svg) no-repeat center;
}

.ght-icons-move {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/move.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/move.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/move.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/move.svg) no-repeat center;
}

.ght-icons-negative-feedback {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/negative-feedback.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/negative-feedback.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/negative-feedback.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/negative-feedback.svg)
    no-repeat center;
}

.ght-icons-new-page {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/new-page.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/new-page.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/new-page.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/new-page.svg) no-repeat
    center;
}

.ght-icons-paste {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/paste.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/paste.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/paste.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/paste.svg) no-repeat center;
}

.ght-icons-payment {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/payment.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/payment.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/payment.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/payment.svg) no-repeat
    center;
}

.ght-icons-pdf {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pdf.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pdf.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pdf.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pdf.svg) no-repeat center;
}

.ght-icons-plus-more {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/plus-more.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/plus-more.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/plus-more.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/plus-more.svg) no-repeat
    center;
}

.ght-icons-positive-feedback {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/positive-feedback.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/positive-feedback.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/positive-feedback.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/positive-feedback.svg)
    no-repeat center;
}

.ght-icons-powerpoint {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/powerpoint.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/powerpoint.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/powerpoint.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/powerpoint.svg) no-repeat
    center;
}

.ght-icons-priority {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/priority.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/priority.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/priority.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/priority.svg) no-repeat
    center;
}

.ght-icons-projections {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/projections.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/projections.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/projections.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/projections.svg) no-repeat
    center;
}

.ght-icons-qr-code {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code.svg) no-repeat
    center;
}

.ght-icons-qr-code-scan {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-scan.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-scan.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-scan.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-scan.svg) no-repeat
    center;
}

.ght-icons-question {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/question.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/question.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/question.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/question.svg) no-repeat
    center;
}

.ght-icons-recent {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/recent.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/recent.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/recent.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/recent.svg) no-repeat center;
}

.ght-icons-reduce {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/reduce.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/reduce.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/reduce.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/reduce.svg) no-repeat center;
}

.ght-icons-safe-payment {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/safe-payment.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/safe-payment.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/safe-payment.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/safe-payment.svg) no-repeat
    center;
}

.ght-icons-search {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/search.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/search.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/search.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/search.svg) no-repeat center;
}

.ght-icons-segment {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/segment.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/segment.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/segment.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/segment.svg) no-repeat
    center;
}

.ght-icons-send {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/send.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/send.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/send.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/send.svg) no-repeat center;
}

.ght-icons-sensor {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sensor.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sensor.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sensor.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sensor.svg) no-repeat center;
}

.ght-icons-set {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/set.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/set.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/set.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/set.svg) no-repeat center;
}

.ght-icons-settings {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/settings.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/settings.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/settings.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/settings.svg) no-repeat
    center;
}

.ght-icons-truck {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck.svg) no-repeat center;
}

.ght-icons-speed {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/speed.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/speed.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/speed.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/speed.svg) no-repeat center;
}

.ght-icons-split {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/split.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/split.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/split.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/split.svg) no-repeat center;
}

.ght-icons-store {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/store.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/store.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/store.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/store.svg) no-repeat center;
}

.ght-icons-success {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/success.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/success.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/success.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/success.svg) no-repeat
    center;
}

.ght-icons-sync {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync.svg) no-repeat center;
}

.ght-icons-sync-partial {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-partial.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-partial.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-partial.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-partial.svg) no-repeat
    center;
}

.ght-icons-sync-error {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-error.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-error.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-error.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-error.svg) no-repeat
    center;
}

.ght-icons-tech-support {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tech-support.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tech-support.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tech-support.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tech-support.svg) no-repeat
    center;
}

.ght-icons-tools {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tools.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tools.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tools.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tools.svg) no-repeat center;
}

.ght-icons-transfer {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/transfer.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/transfer.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/transfer.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/transfer.svg) no-repeat
    center;
}

.ght-icons-undo {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/undo.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/undo.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/undo.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/undo.svg) no-repeat center;
}

.ght-icons-unlock {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unlock.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unlock.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unlock.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unlock.svg) no-repeat center;
}

.ght-icons-update {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/update.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/update.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/update.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/update.svg) no-repeat center;
}

.ght-icons-upload {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/upload.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/upload.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/upload.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/upload.svg) no-repeat center;
}

.ght-icons-url {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/url.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/url.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/url.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/url.svg) no-repeat center;
}

.ght-icons-user-group {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/user-group.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/user-group.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/user-group.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/user-group.svg) no-repeat
    center;
}

.ght-icons-verified {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/verified.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/verified.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/verified.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/verified.svg) no-repeat
    center;
}

.ght-icons-view {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/view.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/view.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/view.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/view.svg) no-repeat center;
}

.ght-icons-word {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/word.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/word.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/word.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/word.svg) no-repeat center;
}

.ght-icons-cloud {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/cloud.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/cloud.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/cloud.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/cloud.svg) no-repeat center;
}

.ght-icons-global {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/global.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/global.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/global.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/global.svg) no-repeat center;
}

.ght-icons-marketing {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/marketing.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/marketing.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/marketing.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/marketing.svg) no-repeat
    center;
}

.ght-icons-markup {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/markup.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/markup.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/markup.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/markup.svg) no-repeat center;
}

.ght-icons-sync-history {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-history.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-history.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-history.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sync-history.svg) no-repeat
    center;
}

.ght-icons-accounting {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/accounting.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/accounting.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/accounting.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/accounting.svg) no-repeat
    center;
}

.ght-icons-allocation {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/allocation.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/allocation.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/allocation.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/allocation.svg) no-repeat
    center;
}

.ght-icons-authorizations-central {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/authorizations-central.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/authorizations-central.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/authorizations-central.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/authorizations-central.svg)
    no-repeat center;
}

.ght-icons-carrier {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/carriers.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/carriers.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/carriers.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/carriers.svg) no-repeat
    center;
}

.ght-icons-commercial {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/commercial.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/commercial.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/commercial.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/commercial.svg) no-repeat
    center;
}

.ght-icons-credit {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/credit.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/credit.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/credit.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/credit.svg) no-repeat center;
}

.ght-icons-customers {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/customers.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/customers.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/customers.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/customers.svg) no-repeat
    center;
}

.ght-icons-exportable-offer {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/exportable-offer.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/exportable-offer.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/exportable-offer.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/exportable-offer.svg)
    no-repeat center;
}

.ght-icons-favorite-outline {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-outline.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-outline.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-outline.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/favorite-outline.svg)
    no-repeat center;
}

.ght-icons-general {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/general.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/general.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/general.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/general.svg) no-repeat
    center;
}

.ght-icons-help-center {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/help-center.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/help-center.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/help-center.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/help-center.svg) no-repeat
    center;
}

.ght-icons-human-resources {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/human-resources.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/human-resources.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/human-resources.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/human-resources.svg)
    no-repeat center;
}

.ght-icons-inventory-group {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory-group.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory-group.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory-group.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/inventory-group.svg)
    no-repeat center;
}

.ght-icons-invoice {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/invoice.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/invoice.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/invoice.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/invoice.svg) no-repeat
    center;
}

.ght-icons-box-done {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/box-done.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/box-done.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/box-done.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/box-done.svg) no-repeat
    center;
}

.ght-icons-payment-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/payment-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/payment-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/payment-2.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/payment-2.svg) no-repeat
    center;
}

.ght-icons-phenological-monitoring {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/phenological-monitoring.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/phenological-monitoring.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/phenological-monitoring.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/phenological-monitoring.svg)
    no-repeat center;
}

.ght-icons-production {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/production.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/production.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/production.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/production.svg) no-repeat
    center;
}

.ght-icons-products {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/products.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/products.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/products.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/products.svg) no-repeat
    center;
}

.ght-icons-connect {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/connect.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/connect.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/connect.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/connect.svg) no-repeat
    center;
}

.ght-icons-purchase {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/purchase.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/purchase.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/purchase.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/purchase.svg) no-repeat
    center;
}

.ght-icons-quality {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quality.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quality.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quality.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quality.svg) no-repeat
    center;
}

.ght-icons-report {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/report.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/report.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/report.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/report.svg) no-repeat center;
}

.ght-icons-security {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/security.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/security.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/security.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/security.svg) no-repeat
    center;
}

.ght-icons-shuffle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/shuffle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/shuffle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/shuffle.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/shuffle.svg) no-repeat
    center;
}

.ght-icons-sprout {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sprout.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sprout.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sprout.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sprout.svg) no-repeat center;
}

.ght-icons-strategy-settings {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/strategy-settings.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/strategy-settings.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/strategy-settings.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/strategy-settings.svg)
    no-repeat center;
}

.ght-icons-quality-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quality-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quality-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quality-2.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quality-2.svg) no-repeat
    center;
}

.ght-icons-transport {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/transport.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/transport.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/transport.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/transport.svg) no-repeat
    center;
}

.ght-icons-puzzle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/puzzle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/puzzle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/puzzle.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/puzzle.svg) no-repeat center;
}

.ght-icons-warehouse {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/warehouse.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/warehouse.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/warehouse.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/warehouse.svg) no-repeat
    center;
}

.ght-icons-growth {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/growth.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/growth.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/growth.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/growth.svg) no-repeat center;
}

.ght-icons-test {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/test.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/test.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/test.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/test.svg) no-repeat center;
}

.ght-icons-alert-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/alert-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/alert-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/alert-2.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/alert-2.svg) no-repeat
    center;
}

.ght-icons-get-product {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/get-product.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/get-product.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/get-product.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/get-product.svg) no-repeat
    center;
}

.ght-icons-cutting {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/cutting.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/cutting.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/cutting.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/cutting.svg) no-repeat
    center;
}

.ght-icons-substance {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/substance.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/substance.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/substance.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/substance.svg) no-repeat
    center;
}

.ght-icons-quick-fill {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quick-fill.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quick-fill.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/quick-fill.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/quick-fill.svg) no-repeat
    center;
}

.ght-icons-plants-test {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/plants-test.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/plants-test.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/plants-test.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/plants-test.svg) no-repeat
    center;
}

.ght-icons-night-light {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/night-light.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/night-light.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/night-light.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/night-light.svg) no-repeat
    center;
}

.ght-icons-truck-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle.svg) no-repeat
    center;
}

.ght-icons-truck-2-axle-semi-trailer-1-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-1-axle.svg)
    no-repeat center;
}

.ght-icons-truck-2-axle-semi-trailer-3-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-semi-trailer-3-axle.svg)
    no-repeat center;
}

.ght-icons-truck-2-axle-trailer-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-2-axle.svg)
    no-repeat center;
}

.ght-icons-truck-2-axle-trailer-3-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-3-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-3-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-3-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2-axle-trailer-3-axle.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-double-track {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-double-track.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-double-track.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-double-track.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-double-track.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-semi-trailer-1-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-1-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-1-axle.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-semi-trailer-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-2-axle.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-semi-trailer-3-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-3-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-semi-trailer-3-axle.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-trailer-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-2-axle.svg)
    no-repeat center;
}

.ght-icons-truck-3-axle-trailer-3-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-3-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-3-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-3-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-3-axle-trailer-3-axle.svg)
    no-repeat center;
}

.ght-icons-truck-4-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle.svg) no-repeat
    center;
}

.ght-icons-truck-4-axle-trailer-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle-trailer-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle-trailer-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle-trailer-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-4-axle-trailer-2-axle.svg)
    no-repeat center;
}

.ght-icons-truck-trailer-2-axle {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-trailer-2-axle.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-trailer-2-axle.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-trailer-2-axle.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-trailer-2-axle.svg)
    no-repeat center;
}

.ght-icons-tags {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tags.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tags.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tags.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tags.svg) no-repeat center;
}

.ght-icons-bell {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bell.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bell.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bell.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bell.svg) no-repeat center;
}

.ght-icons-collapse {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/collapse.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/collapse.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/collapse.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/collapse.svg) no-repeat
    center;
}

.ght-icons-sell-fast {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sell-fast.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sell-fast.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sell-fast.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sell-fast.svg) no-repeat
    center;
}

.ght-icons-no-light {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/no-light.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/no-light.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/no-light.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/no-light.svg) no-repeat
    center;
}

.ght-icons-order-switch {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch.svg) no-repeat
    center;
}

.ght-icons-order-switch-back {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch-back.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch-back.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch-back.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/order-switch-back.svg)
    no-repeat center;
}

.ght-icons-photo {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/photo.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/photo.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/photo.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/photo.svg) no-repeat center;
}

.ght-icons-seed {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/seed.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/seed.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/seed.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/seed.svg) no-repeat center;
}

.ght-icons-star {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/star.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/star.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/star.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/star.svg) no-repeat center;
}

.ght-icons-star-filled {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/star-filled.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/star-filled.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/star-filled.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/star-filled.svg) no-repeat
    center;
}

.ght-icons-pause {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pause.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pause.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pause.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pause.svg) no-repeat center;
}

.ght-icons-play {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/play.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/play.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/play.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/play.svg) no-repeat center;
}

.ght-icons-stop {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/stop.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/stop.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/stop.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/stop.svg) no-repeat center;
}

.ght-icons-hold {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/hold.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/hold.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/hold.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/hold.svg) no-repeat center;
}

/*Shipment Tools (LE) Icons Menu*/

.ght-icons-le-airplanes {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-airplanes.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-airplanes.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-airplanes.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-airplanes.svg) no-repeat
    center;
}

.ght-icons-le-configuration {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-configuration.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-configuration.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-configuration.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-configuration.svg)
    no-repeat center;
}

.ght-icons-le-dynamic-report {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-dynamic-report.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-dynamic-report.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-dynamic-report.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-dynamic-report.svg)
    no-repeat center;
}

.ght-icons-le-eventlog {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-eventlog.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-eventlog.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-eventlog.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-eventlog.svg) no-repeat
    center;
}

.ght-icons-le-group-definition {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-definition.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-definition.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-definition.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-definition.svg)
    no-repeat center;
}

.ght-icons-le-group-management {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-management.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-management.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-management.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-management.svg)
    no-repeat center;
}

.ght-icons-le-management {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-management.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-management.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-management.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-management.svg) no-repeat
    center;
}

.ght-icons-le-parameterization {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-parameterization.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-parameterization.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-parameterization.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-parameterization.svg)
    no-repeat center;
}

.ght-icons-le-reserving {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-reserving.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-reserving.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-reserving.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-reserving.svg) no-repeat
    center;
}

.ght-icons-le-shipping-projection {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-projection.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-projection.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-projection.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-projection.svg)
    no-repeat center;
}

.ght-icons-le-shipping-simulation {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-simulation.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-simulation.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-simulation.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-shipping-simulation.svg)
    no-repeat center;
}

.ght-icons-le-users {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-users.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-users.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-users.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-users.svg) no-repeat
    center;
}

.ght-icons-le-validations {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-validations.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-validations.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-validations.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-validations.svg)
    no-repeat center;
}

.ght-icons-le-order-status {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-order-status.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-order-status.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-order-status.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-order-status.svg)
    no-repeat center;
}

.ght-icons-le-guides {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-guides.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-guides.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-guides.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-guides.svg) no-repeat
    center;
}

.ght-icons-le-group-move {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-move.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-move.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-move.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-group-move.svg) no-repeat
    center;
}

.ght-icons-le-report {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-report.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-report.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-report.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-report.svg) no-repeat
    center;
}

.ght-icons-single-order {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/single-order.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/single-order.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/single-order.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/single-order.svg) no-repeat
    center;
}

.ght-icons-translate {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/translate.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/translate.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/translate.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/translate.svg) no-repeat
    center;
}

.ght-icons-le-orders-log {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-orders-log.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-orders-log.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/le-orders-log.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/le-orders-log.svg) no-repeat
    center;
}

.ght-icons-file-plus {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/file-plus.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/file-plus.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/file-plus.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/file-plus.svg) no-repeat
    center;
}

.ght-icons-le-shipping-operative-plan {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/operative-plan.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/operative-plan.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/operative-plan.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/operative-plan.svg)
    no-repeat center;
}

.ght-icons-arrow-c-down-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-left.svg)
    no-repeat center;
}

.ght-icons-arrow-c-down-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-down-right.svg)
    no-repeat center;
}

.ght-icons-arrow-c-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-right.svg) no-repeat
    center;
}

.ght-icons-arrow-c-up {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up.svg) no-repeat
    center;
}

.ght-icons-arrow-c-up-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-left.svg)
    no-repeat center;
}

.ght-icons-arrow-c-up-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right.svg)
    no-repeat center;
}

.ght-icons-arrow-c-up-right-1 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right-1.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right-1.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right-1.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-c-up-right-1.svg)
    no-repeat center;
}

.ght-icons-arrow-d-down {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-down.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-down.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-down.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-down.svg) no-repeat
    center;
}

.ght-icons-arrow-d-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-left.svg) no-repeat
    center;
}

.ght-icons-arrow-down {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-down.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-down.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-down.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-down.svg) no-repeat
    center;
}

.ght-icons-arrow-d-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-right.svg) no-repeat
    center;
}

.ght-icons-arrow-d-up {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-up.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-up.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-up.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-d-up.svg) no-repeat
    center;
}

.ght-icons-arrow-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left.svg) no-repeat
    center;
}

.ght-icons-arrow-left-down {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-down.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-down.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-down.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-down.svg)
    no-repeat center;
}

.ght-icons-arrow-left-up {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-up.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-up.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-up.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-left-up.svg) no-repeat
    center;
}

.ght-icons-arrow-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right.svg) no-repeat
    center;
}

.ght-icons-arrow-right-down {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-down.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-down.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-down.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-down.svg)
    no-repeat center;
}

.ght-icons-arrow-right-top {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-top.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-top.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-top.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-right-top.svg)
    no-repeat center;
}

.ght-icons-arrow-s-down {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-down.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-down.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-down.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-down.svg) no-repeat
    center;
}

.ght-icons-arrow-s-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-left.svg) no-repeat
    center;
}

.ght-icons-arrow-s-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-right.svg) no-repeat
    center;
}

.ght-icons-arrow-s-up {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-up.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-up.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-up.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-s-up.svg) no-repeat
    center;
}

.ght-icons-arrow-up {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-up.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-up.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-up.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-up.svg) no-repeat
    center;
}

.ght-icons-awb-download {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/awb-download.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/awb-download.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/awb-download.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/awb-download.svg) no-repeat
    center;
}

.ght-icons-bunch {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bunch.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bunch.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/bunch.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/bunch.svg) no-repeat center;
}

.ght-icons-check-checked {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check-checked.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check-checked.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check-checked.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check-checked.svg) no-repeat
    center;
}

.ght-icons-error {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/error.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/error.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/error.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/error.svg) no-repeat center;
}

.ght-icons-home {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/home.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/home.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/home.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/home.svg) no-repeat center;
}

.ght-icons-scan-gun {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/scan-gun.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/scan-gun.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/scan-gun.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/scan-gun.svg) no-repeat
    center;
}

.ght-icons-like {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/like.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/like.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/like.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/like.svg) no-repeat center;
}

.ght-icons-more {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/more.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/more.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/more.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/more.svg) no-repeat center;
}

.ght-icons-unhappy-status {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unhappy-status.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unhappy-status.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unhappy-status.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unhappy-status.svg)
    no-repeat center;
}

.ght-icons-neutral-status {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/neutral-status.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/neutral-status.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/neutral-status.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/neutral-status.svg)
    no-repeat center;
}

.ght-icons-pin {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pin.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pin.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pin.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pin.svg) no-repeat center;
}

.ght-icons-pin-off {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pin-off.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pin-off.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pin-off.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pin-off.svg) no-repeat
    center;
}

.ght-icons-radio {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/radio.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/radio.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/radio.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/radio.svg) no-repeat center;
}

.ght-icons-radio-filled {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/radio-filled.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/radio-filled.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/radio-filled.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/radio-filled.svg) no-repeat
    center;
}

.ght-icons-sales {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sales.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sales.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/sales.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/sales.svg) no-repeat center;
}

.ght-icons-rose-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-2.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-2.svg) no-repeat center;
}

.ght-icons-truck-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-2.svg) no-repeat
    center;
}

.ght-icons-rose-3 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-3.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-3.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-3.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-3.svg) no-repeat center;
}

.ght-icons-rose-4 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-4.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-4.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-4.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/rose-4.svg) no-repeat center;
}

.ght-icons-assign {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/assign.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/assign.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/assign.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/assign.svg) no-repeat center;
}

.ght-icons-competition {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/competition.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/competition.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/competition.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/competition.svg) no-repeat
    center;
}

.ght-icons-create-order {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/create-order.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/create-order.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/create-order.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/create-order.svg) no-repeat
    center;
}

.ght-icons-delete-truck {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/delete-truck.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/delete-truck.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/delete-truck.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/delete-truck.svg) no-repeat
    center;
}

.ght-icons-existing-quote {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/existing-quote.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/existing-quote.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/existing-quote.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/existing-quote.svg)
    no-repeat center;
}

.ght-icons-financial-operations {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/financial-operations.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/financial-operations.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/financial-operations.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/financial-operations.svg)
    no-repeat center;
}

.ght-icons-flower-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/flower-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/flower-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/flower-2.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/flower-2.svg) no-repeat
    center;
}

.ght-icons-password {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/password.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/password.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/password.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/password.svg) no-repeat
    center;
}

.ght-icons-qr-code-update {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-update.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-update.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-update.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/qr-code-update.svg)
    no-repeat center;
}

.ght-icons-supplier {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/supplier.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/supplier.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/supplier.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/supplier.svg) no-repeat
    center;
}

.ght-icons-timeline {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/timeline.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/timeline.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/timeline.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/timeline.svg) no-repeat
    center;
}

.ght-icons-announcement {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/announcement.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/announcement.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/announcement.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/announcement.svg) no-repeat
    center;
}

.ght-icons-arrow-navigate-to-end-d-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-left.svg)
    no-repeat center;
}

.ght-icons-arrow-navigate-to-end-d-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrow-navigate-to-end-d-right.svg)
    no-repeat center;
}

.ght-icons-edi {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/edi.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/edi.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/edi.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/edi.svg) no-repeat center;
}

.ght-icons-two-arrow-d-left {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-left.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-left.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-left.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-left.svg)
    no-repeat center;
}

.ght-icons-two-arrow-d-right {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-right.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-right.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-right.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/two-arrow-d-right.svg)
    no-repeat center;
}

.ght-icons-truck-driver {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-driver.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-driver.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-driver.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/truck-driver.svg) no-repeat
    center;
}

.ght-icons-column {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/column.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/column.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/column.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/column.svg) no-repeat center;
}

.ght-icons-color-picker {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/color-picker.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/color-picker.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/color-picker.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/color-picker.svg) no-repeat
    center;
}

.ght-icons-check-indeterminate {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check-indeterminate.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check-indeterminate.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/check-indeterminate.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/check-indeterminate.svg)
    no-repeat center;
}

.ght-icons-arrows {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrows.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrows.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/arrows.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/arrows.svg) no-repeat center;
}

.ght-icons-aggregation {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/aggregation.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/aggregation.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/aggregation.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/aggregation.svg) no-repeat
    center;
}

.ght-icons-value {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/value.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/value.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/value.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/value.svg) no-repeat center;
}

.ght-icons-unlinked {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unlinked.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unlinked.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/unlinked.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/unlinked.svg) no-repeat
    center;
}

.ght-icons-tree-indeterminate {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tree-indeterminate.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tree-indeterminate.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/tree-indeterminate.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/tree-indeterminate.svg)
    no-repeat center;
}

.ght-icons-pivot {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pivot.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pivot.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/pivot.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/pivot.svg) no-repeat center;
}

.ght-icons-none {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/none.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/none.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/none.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/none.svg) no-repeat center;
}

.ght-icons-maximize {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize.svg) no-repeat
    center;
}

.ght-icons-loading {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/loading.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/loading.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/loading.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/loading.svg) no-repeat
    center;
}

.ght-icons-group {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/group.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/group.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/group.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/group.svg) no-repeat center;
}

.ght-icons-grip {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/grip.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/grip.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/grip.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/grip.svg) no-repeat center;
}

.ght-icons-eye-slash {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/eye-slash.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/eye-slash.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/eye-slash.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/eye-slash.svg) no-repeat
    center;
}

.ght-icons-microphone {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/microphone.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/microphone.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/microphone.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/microphone.svg) no-repeat
    center;
}

.ght-icons-clip {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/clip.svg) no-repeat
    center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/clip.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/clip.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/clip.svg) no-repeat center;
}

.ght-icons-more-options {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/more-options.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/more-options.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/more-options.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/more-options.svg) no-repeat
    center;
}

.ght-icons-minimize {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/minimize.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/minimize.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/minimize.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/minimize.svg) no-repeat
    center;
}

.ght-icons-maximize-2 {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize-2.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize-2.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize-2.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/maximize-2.svg) no-repeat
    center;
}

.ght-icons-restore {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/restore.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/restore.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/restore.svg) no-repeat
    center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/restore.svg) no-repeat
    center;
}

.ght-icons-language {
  -webkit-mask: url(https://ghtcdn.azureedge.net/icons/v2.0/language.svg)
    no-repeat center;
  -webkit-mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/language.svg)
    no-repeat center;
  mask-image: url(https://ghtcdn.azureedge.net/icons/v2.0/language.svg)
    no-repeat center;
  mask: url(https://ghtcdn.azureedge.net/icons/v2.0/language.svg) no-repeat
    center;
}
