
div.powerbi-embed-wrapper {
    width: 1200px;
    height: 740px;
    display: block;
    margin: auto;
    max-width: 100%;
    border-radius: 20px;
    border: none;
    box-sizing: border-box;
}
div.powerbi-embed {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.tiptap.ProseMirror div.powerbi-embed-wrapper.is-selected {
  border: 2px solid var(--p-primary-color);
  border-radius: 20px;
}



img.content-image {
    border: none;
}
.tiptap.ProseMirror img.content-image.is-selected {
  border: 2px solid var(--p-primary-color);
}




.adaptive-banner {
  flex: 1 0 40%;
  font-size: 2em;
  position: relative;
  border-radius: 10px;
  padding: 0.5em;

  margin: 0.2em;
  display: flex;
  height: 340px;
  max-width: 40em;
  background-size: cover;
}
.adaptive-banner a {
  display: block;
  width: 100%;
  border-radius: 10px;
  display: flex;
  position: relative;
}
@media only screen and (max-width: 1000px) {
.adaptive-banner {
    flex-basis: 100% !important;
    max-width: 100% !important;
}
}
.adaptive-banner-container {
  display: flex;
  flex-wrap: wrap;
  max-width: 100%;
  align-items: center;
  justify-content: center;
}
.box-content {
  flex-grow: 1;
  max-width: 100%;
}
.adaptive-banner .inner-box {
  margin: 0.25em;
  padding: 0.5em;
  border: 3px solid;
  border-image-slice: 1;
  border-image-source: linear-gradient(45deg, rgba(255, 255, 255, 1) 0%, rgba(151, 155, 156, 1) 20%, rgba(255, 255, 255, 1) 40%, rgba(151, 155, 156, 1) 60%, rgba(255, 255, 255, 1) 80%, rgba(151, 155, 156, 1) 100%);
  background-color: #0000009a;
  text-align: center;
  max-width: 100%;
  flex-grow: 1;
  display: flex;
  align-items: center;
}
.adaptive-banner .inner-box .top-image {
  width: 400px;
  height: auto;
  margin-bottom: 0.6em
}
.adaptive-banner .inner-box .bottom-image {
  width: 250px;
  height: auto;
  margin-bottom: 0.6em;
}
.adaptive-banner img {
  -webkit-filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75));
  filter: drop-shadow(2px 2px 8px rgba(0, 0, 0, 0.75));
  max-width: 100%;
}
.tiptap.ProseMirror .adaptive-banner.is-selected {
  border: 2px solid var(--p-primary-color);
}

.tiptap.ProseMirror-focused .adaptive-banner-container-root {
  border: 2px solid var(--p-primary-color);
}
.tiptap.ProseMirror-focused .adaptive-banner-container {
        border: 2px dashed gray;
        border-radius: 0.5rem;
        margin: 2.5rem 1rem 1rem;
        padding: 0.5rem;
}


.tiptap_menu {
    position: sticky;
    top: 0;
    width: 100%;
    background-color: black;
    z-index: 10;
}
.tiptap.ProseMirror:focus-visible {
    border: none;
    outline: none;
}
.tiptap_editor {
    margin-bottom: 3em;
}
.b-icon::before {
    content: 'b';
}
.i-icon::before {
    content: 'I';
    font-style: italic;
}
.selectedCell {
    position: relative;
}
.selectedCell::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 150, 255, 0.15);
    pointer-events: none;
    z-index: 1;
}
.tiptap_editor .general_content_display {
    padding-left: 2rem;
    padding-right: 2rem;
}
.custom-drag-handle {
&::after {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 1.25rem;
        height: 1.25rem;
        font-size: 1.75em;
        content: '⠿';
        font-weight: 700;
        cursor: grab;
        background: #ffffff10;
        color: #FFFFFF50;
        border-radius: 0.25rem;
}
}
