body, html {
  outline: none !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.gb-icon-sm {
  width: 16px;
  height: 16px;
}
.gb-icon-md {
  width: 24px;
  height: 24px;
}
.gb-icon-lg {
  width: 32px;
  height: 32px;
}
.gb-invert {
  filter: invert(1);
  -webkit-filter: invert(1);
}

/* Dropdown
*/
.gb-overlay {
  z-index: 8;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: none;
}
.gb-dropdown-custom a {
  color: #222222;
}
.gb-pointer:hover {
  background-color: #f8f8f8;
}
.gb-pointer {
  cursor: pointer;
}

/* Modals
*/
.modal-card-head {
  background-color: #ffffff;
  border-bottom: 0;
}
.modal-card-foot {
  background-color: #ffffff;
  border-top: 0;
}
