#app>section>section>section>div>section>svg {
  display: none !important;
}

section.adminjs_ActionHeader>section:last-of-type>section:last-of-type>section>div.adminjs_ButtonGroupItem {
  display: none !important;
}

form[data-css$='-filter-drawer'] {
  position: fixed !important;
}

div.react-datepicker>span[role='alert'] {
  display: none !important;
}

[data-css='ReviewGroups-users-action-header']>section:last-of-type>section:last-of-type,
[data-css='Users-roles-action-header']>section:last-of-type>section:last-of-type,
[data-css='Users-editRole-action-header']>section:last-of-type>section:last-of-type,
[data-css='Users-addRole-action-header']>section:last-of-type>section:last-of-type,
[data-css='Users-deleteRole-action-header']>section:last-of-type>section:last-of-type {
  display: none !important;
}

td.options>section.adminjs_Box>div.adminjs_ButtonGroupItem>section.adminjs_DropDownMenu>section:last-of-type {
  display: none !important;
}

section .adminjs_Box {
  word-wrap: break-word;
}

[data-testid='delete-item'] {
  margin-top: -18px;
}

.q-toolbar__title {
  display: none !important;
}

.logo-image {
  max-width: 50%;
}

.login-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 100%;
}

.login-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

#review-section {
  position: sticky;
  top: 26px;
}

@media screen and (max-height: 700px) and (orientation: landscape) {
  #review-section {
    position: inherit;
    top: auto;
  }
}

.show-on-small {
  display: none;
}

.show-on-large {
  display: block;
}

.show-row-on-small {
  display: none;
}

@media screen and (max-width: 1280px) {
  .show-on-small {
    display: block;
  }

  .show-on-large {
    display: none;
  }

  .show-row-on-small {
    display: table-row;
  }
}


@media screen and (max-width: 640px) {}

section.dropzone {
  padding: 8px;
}

section.dropzone section {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

section.dropzone section section:last-of-type {
  flex-direction: column;
}

.error-box {
  background-color: rgb(255, 221, 226) !important;
  color: rgb(0, 0, 0) !important;
}

.semi-bold {
  font-weight: 400 !important;
}

section.adminjs_Box a[data-css='MyCampaigns-newApplication-button'] {
  display: none !important;
}

.custom-label {
  font-weight: 300;
  margin-bottom: 4px !important;
  color: #898A9A;
}

@media screen and (max-width: 640px) {
  section[data-css='topbar'] section.adminjs_Box .adminjs_Text {
    display: none !important;
  }
}

.adminjs_Label {
  color: rgb(100 116 139) !important;
  font-weight: 400 !important;
  margin-bottom: 6px !important;
}

@keyframes spin {
  to {
    transform: rotate(1turn);
  }
}

.spinner-animation {
  animation: spin 1s linear infinite;
  opacity: 0.5;
  scale: 0.75;
  cursor: not-allowed;
}