#toplevel_page_groovy_menu_settings .dashicons-admin-generic::before,
#toplevel_page_groovy_menu_welcome .dashicons-admin-generic::before {
  content: '';
  background-image: url("../images/groovy.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

#gm-need-license-notice {
  display: grid;
  grid-column-gap: 12px;
  grid-template-columns: auto 1fr; }

.gm-notice-column-img {
  margin: 12px 0 12px 0; }

#gm-need-license-notice .gm-need-license-text-block {
  margin: 2px 0 2px 0;
  padding: 0 0 0 0; }

#gm-need-license-notice .gm-need-license-text-block--buttons {
  margin: 12px 0 2px 0; }
  #gm-need-license-notice .gm-need-license-text-block--buttons a {
    margin: 0 0 0 6px; }

#groovy_menu_metabox .groovy-meta-box-item--select select {
  width: 204px;
  max-width: 204px; }

@font-face {
  font-family: 'groovy-gui';
  font-weight: normal;
  font-style: normal;
  font-display: block;
  src: url("../fonts/groovy-gui.woff") format("woff"); }

#toplevel_page_groovy_menu_welcome li:last-child {
  position: relative; }
  #toplevel_page_groovy_menu_welcome li:last-child a {
    padding-right: 35px !important; }
  #toplevel_page_groovy_menu_welcome li:last-child::after {
    position: absolute;
    right: 14px;
    top: 5px;
    color: #f9b000;
    font-size: 14px;
    text-transform: none;
    font-family: 'groovy-gui' !important;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    speak: none;
    content: "\e900"; }

.et-db #et-boc .et-l .et-fb-modules-list ul > li.grooni_groovymenu::before,
.et-db #et-boc .et-l .et-fb-modules-list ul > li.grooni_groovymenu_fullwidth::before {
  content: '';
  display: block;
  height: 16px;
  background-image: url("../images/gm-logo.svg");
  background-repeat: no-repeat;
  background-position: 50% 50%; }

tr.groovy-menu-fields.term_meta__custom_options__field {
  background: #448aff; }
  tr.groovy-menu-fields.term_meta__custom_options__field th {
    color: #ffffff;
    border: 1px solid #448aff;
    padding: 24px 20px 24px 6px; }
  tr.groovy-menu-fields.term_meta__custom_options__field td {
    color: #252525;
    background: #ffffff;
    border: 1px solid #448aff; }

.gm-msg-box.notice {
  border-right: 4px solid #448aff; }

.gm-msg-box.error {
  border-right: 4px solid #d50000; }

.gm-msg-box.warning {
  border-right: 4px solid #f2ca04; }

.gm-msg-box .gm-msg-body-block {
  margin: 0.5em 0; }

.gm-msg-box .gm-msg-buttons-block {
  text-align: start;
  margin-top: 12px; }

.gm-msg-box .gm-msg-dismiss-url {
  text-decoration: none;
  font-size: 12px; }
