* {
  font-family: "Open Sans", sans-serif;
}

html, body {
  height: 100%;
}

#site-details-section {
  padding-bottom: 150px;
}

#header_image_preview {
  height: 250px;
}

.image-gallery {
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
}
.image-gallery img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  border: 1px solid #000000;
  cursor: pointer;
  display: inline-block;
  height: 100px;
  width: 100px;
}

.page-content {
  overflow: hidden;
}

label.colour_label {
  line-height: 1em;
  font-size: 1em;
  display: inline-block;
  min-height: 2.5em;
}

.ql-align-center {
  text-align: center;
}

.popover {
  z-index: 10 !important;
}

p {
  margin: 0 0 0 !important;
}

.editor_css p {
  margin: 0 0 0 !important;
}

.loader {
  width: 48px;
  height: 48px;
  background: #FFF;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 6px;
  top: 10px;
  width: 12px;
  height: 12px;
  color: #FF3D00;
  background: currentColor;
  border-radius: 50%;
  box-shadow: 25px 2px, 10px 22px;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}/*# sourceMappingURL=admin.css.map */