html {
  background: white !important;
}

body {
  background: transparent !important;
}

textarea.document {
  width: 80vw;
  min-height: 20vh;
  margin: 10px auto;
  display: block;
}
#total {
  margin-right: 5px;
}
#output {
  margin-bottom: 20px;
}
#preview {
  margin-left: 10px;
}
.na-spinner {
  position: fixed;
  z-index: 100;
  top: 47%;
  left: 47%;
}

.na-hide {
  display: none;
}

.na-layout {
  max-width: 1024px;
  margin: auto;
  position: relative;
  margin-bottom: 50px;
  margin-top: 10px;
}

.na-main {
  margin-bottom: 5rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.na-header {
  font-size: 2.2rem;
  font-weight: lighter;
  margin: 1rem auto 1rem;
  line-height: 2.5rem;
}

.na-settings {
  right: 0px;
  top: 10px;
}

.na-campaign-search-center {
  position: fixed;
  top: 35%;
  left: 35%;
  width: 30%;
}

.na-search-animate {
  animation: glow 1200ms ease-out infinite alternate;
}

@keyframes glow {
  0% {
    border-color: #dddbda;
    box-shadow: none;
  }
  100% {
    border-color: #1589ee;
    box-shadow: 0 0 5px #0070d2, inset 0 0 1px #0070d2;
  }
}

.na-campaign-search-results {
  margin-top: 2rem;
}

.na-campaign-body {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  flex: row nowrap;
  align-items: center;
  padding: 0.5rem;
}
.na-campaign-image-wrapper {
  height: 100px;
  width: 100px;
  overflow: hidden;
  position: relative;
}
.na-campaign-image {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 100%;
}
.na-campaign-meta {
  margin-left: 0.5rem;
  flex: 1 0 75%;
}
.na-campaign-meta-items {
  display: flex;
  flex: row wrap;
}
.na-campaign-meta-title {
  font-weight: bold;
}
.na-campaign-meta-contents {
  margin-left: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.na-avatar {
  width: 4rem;
  height: 4rem;
}

.na-campaign-member-body {
  padding: 0 1rem 1rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.na-settings-form {
  min-height: 10rem;
}

.slds-modal_small .slds-modal__container {
  max-width: 30rem;
  min-width: 10rem;
}

.na-settings-title {
  font-weight: bold;
}

.na-input {
  font-size: 1.5rem;
  padding: 0.5rem;
  margin-bottom: 1.5rem;
}

.na-campaign-image-upload {
  width: 200px;
  height: 200px !important;
}

.clickable-cursor:hover {
  cursor: pointer;
}

.word-break {
  word-break: break-all;
}

.submitted input:invalid,
.submitted textarea:invalid,
.submitted select:invalid {
  border: 1px solid red;
}

@media (max-width: 576px) {
  .na-main {
    padding: 0 15px;
  }
}
.docs-codeblock-example.center {
  text-align: center;
}

.docs-codeblock-example,
.docs-codeblock-source__code {
  padding: 1rem;
  margin-top: 20px;
  display: none;
}
.docs-codeblock-example.show {
  display: block;
  height: auto;
}
.docs-codeblock-example {
  overflow: auto;
  transform: translate3d(0, 0, 0);
}
.docs-codeblock-example,
.docs-codeblock-source {
  border: solid 3px #f2f2f2;
  position: relative;
  height: 450px;
  overflow-y: scroll;
}
.docs-codeblock-example iframe {
  height: 400px;
}
article.slds-card.create {
  margin: 20px auto;
}
article.slds-card.create button {
  margin-left: 10px;
}
article .query {
  margin: 0 10px;
}
.query textarea {
  height: 300px;
}
h1.doc {
  font-size: 2.074rem;
  margin: 2rem 0 1rem;
}

h1 {
  margin: 20px auto 10px auto;
}

.slds-badge.slds-theme_success use {
  color: #ffffff;
}

.slds-inline_icon_text--error .slds-icon {
  fill: #ea001e;
}
.slds-inline_icon_text--error {
  color: #ea001e;
}
.na-hide {
  display: none!important;
}
.slds-card {
  margin-top: 1rem;
}
figcaption.slds-file__title.slds-file__title_card.draggable {
  cursor: pointer;
}
#search {
  width: 300px;
  margin-right: 10px;
}
.move-items {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
}
.move-items .slds-file {
  width: 15rem;
  margin-right: 50px;
}
.move-items .slds-form-element {
  width: 20rem;
}
.move-items button {
  height: 35px;
  margin: 20px;
}
span.slds-badge {
  margin: 0 auto;
  display: flex!important;
  width: fit-content;
  white-space: break-spaces;
  max-width: 400px;
}
.btn-row {
  text-align: center;
  margin: 20px;
}
.right {
  float: right;
}
.flex {
  display: flex;
}
.relative {
  position: relative;
}

.slds-popover_tooltip {
  display: none!important;
}

.popover:hover + div {
  display: block;
}

button#test:hover + div {
  display: block!important;
}