div#admin-toolbar-search-tab {
  display: none;
}

body {
  font-family: "Poppins", sans-serif !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #013025 !important;
}

a {
  color: #02a783 !important;
}

body.seeds-root .button,
body.seeds-root .button--primary,
body .button,
body .button--primary {
  background-color: #02a783 !important;
  border: 1px solid #02a783 !important;
  color: white !important;
  padding: 5px 30px !important;
  border-radius: 25px !important;
}

body.seeds-root .button:hover,
body.seeds-root .button--primary:hover,
body .button:hover,
body .button--primary:hover {
  background-color: #ffffff !important;
  color: #02a783 !important;
}

body.seeds-root th.is-active > a:after,
body th.is-active > a:after {
  border-bottom-color: #02a783;
}
.toolbar
  .toolbar-menu-administration
  > .toolbar-menu
  > .menu-item--expanded:first-child
  > .toolbar-icon,
.toolbar
  .toolbar-menu-administration
  .toolbar-menu.root
  .menu-item--expanded:first-child
  .toolbar-box
  .toolbar-icon {
  padding-left: 150px;
}

.toolbar
  .toolbar-tray-vertical
  .toolbar-menu-administration
  .toolbar-menu.root
  .menu-item--expanded:first-child
  .toolbar-box
  .toolbar-icon {
  padding-left: 2.75em;
}

.toolbar
  .toolbar-menu-administration
  > .toolbar-menu
  > .menu-item--expanded:first-child
  > .toolbar-icon:before,
.toolbar
  .toolbar-menu-administration
  .toolbar-menu.root
  .menu-item--expanded:first-child
  .toolbar-box
  .toolbar-icon.toolbar-icon-admin-toolbar-tools-help:before {
  width: 120px;
}

.toolbar .toolbar-tray-vertical.is-active,
body.toolbar-fixed .toolbar .toolbar-tray-vertical {
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  /* height: calc(100% - 89px);
  top: 89px; */
}

body.toolbar-tray-open.toolbar-horizontal {
  padding-top: 79px !important;
}

body.toolbar-tray-open.toolbar-vertical {
  padding-top: 39px !important;
}

body.seeds-root.toolbar-vertical.toolbar-tray-open .content-form__actions,
body.seeds-root.toolbar-vertical.toolbar-tray-open
  .content-form__advanced-toggle,
body.toolbar-vertical.toolbar-tray-open .content-form__actions,
body.toolbar-vertical.toolbar-tray-open .content-form__advanced-toggle {
  top: 39px;
  left: 240px;
  bottom: auto;
}

body.seeds-root.toolbar-vertical .content-form__actions,
body.seeds-root.toolbar-vertical .content-form__advanced-toggle,
body.toolbar-vertical .content-form__actions,
body.toolbar-vertical .content-form__advanced-toggle {
  top: 39px;
  left: 0px;
  bottom: auto;
}

body.seeds-root.toolbar-vertical.toolbar-tray-open
  button.content-form__advanced-toggle,
body.seeds-root.toolbar-vertical button.content-form__advanced-toggle,
body.toolbar-vertical.toolbar-tray-open button.content-form__advanced-toggle,
body.toolbar-vertical button.content-form__advanced-toggle {
  left: auto;
}

body.seeds-root .content-form__advanced,
body .content-form__advanced {
  top: 89px;
}

.view-filters {
  margin-bottom: 20px;
}

.toolbar-icon-admin-toolbar-tools-help:before {
  box-sizing: content-box;
  background-image: url(../images/logo-alt.png);
  padding-bottom: 0;
  padding-left: 4px;
  padding-right: 8px;
  padding-top: 2px;
}

.toolbar-icon-admin-toolbar-tools-help:active:before,
.toolbar-icon-admin-toolbar-tools-help.active:before {
  background-image: url(../images/logo-alt.png);
}

td.views-field.views-field-sname,
.toolbar
  .toolbar-menu-administration
  > .toolbar-menu
  > .menu-item--expanded:first-child
  > .toolbar-menu
  > .menu-item:last-child {
  display: none;
}
