@charset "UTF-8";

/* src/styles/index.scss */
.toolbar-action-disabled {
  opacity: 0.4;
}
.makeit-platform main {
  display: flex;
  flex-direction: column;
}
.makeit-platform main iframe {
  flex-grow: 1;
  border: none;
  margin: 0;
  padding: 0;
}
.makeit-platform .makeit-page {
  min-height: 0;
}
.makeit-platform .makeit-toolbar-dropdown {
  z-index: 1030;
}
.makeit-spinner-content {
  filter: blur(2px);
  height: 100%;
}
.makeit-zindex-1025 {
  z-index: 1025;
}
.makeit-toaster {
  z-index: 1070;
}
.avatar-circle {
  height: 32px;
  width: 32px;
}
.messages-component .title {
  font-weight: 600 !important;
  text-transform: uppercase;
}
.messages-component hr {
  margin-top: 0;
}
