div.flyer_image_modal_opener_v8552100.modal-container {
    position: fixed;
    width: 50%;
    max-width: 600px;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    display: none;
}
div.flyer_image_modal_opener_v8552100.modal-container.fit {
    top: 60px;
    transform: translate(-50%);
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-dialog {
    position: relative;
    width: auto;
    pointer-events: none;
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-header {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-title {
    line-height: 1.5;
    font-size: large;
    margin: 0;
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-header .btn-close {
    padding: .5rem .5rem;
    margin: -.5rem -.5rem -.5rem auto;
}
div.flyer_image_modal_opener_v8552100.modal-container .btn-close {
    box-sizing: content-box;
    width: 2em;
    height: 2em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 10px;
}
div.flyer_image_modal_opener_v8552100.modal-container .modal-footer {
    display: flex;
    flex-wrap: wrap;
    flex-shrink: 0;
    align-items: center;
    justify-content: flex-end;
    padding: .75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(.3rem - 1px);
    border-bottom-left-radius: calc(.3rem - 1px);
}
div.flyer_image_modal_opener_v8552100.modal-container div.canvas-container {
    max-width: 100%;
    width: 150px;
    height: 150px;
    position: relative;
}
div.flyer_image_modal_opener_v8552100.modal-container .btn-close {
    box-sizing: content-box;
    width: 3em;
    height: 3em;
    padding: .25em .25em;
    color: #000;
    border: 0;
    border-radius: .25rem;
    cursor: pointer;
    position: absolute;
    right: -22px;
    top: -21px;
    z-index: 999;
    border-radius: 100px;
    background-color: white;
}
div.flyer_image_modal_opener_v8552100.modal-container.fit .btn-close,
div.flyer_image_modal_opener_v8552100.modal-container.scale .btn-close {
    top: 0;
}
div.flyer_image_modal_opener_v8552100.modal-container .upper-text a,
div.flyer_image_modal_opener_v8552100.modal-container .upper-text span {
    width: 100%;
    display: inline-block;
    font-size: 28px;
    padding: 14px;
    word-break: break-word;
    line-height: 1.1;
    text-align: center;
}
div.flyer_image_modal_opener_v8552100.modal-container .upper-text.is-top {
    margin-bottom: 10px;
}
div.flyer_image_modal_opener_v8552100.modal-container.fit .upper-text.is-top {
    max-height: 10vh;
    overflow: hidden;
}
div.flyer_image_modal_opener_v8552100.modal-container .upper-text.is-bottom {
    margin-top: 10px;
}





div.flyer_modal_background_v7741511 {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background-color: lightgray;
    opacity: 0.5;
}

.date-picker-range {
    /* display: block !important; */
    justify-content: space-between;
}

.date-picker-range button{
    display: none !important;
}




.flyer-editor-text-class {
    font-family: 'Segoe UI', Roboto, sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background: transparent;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.flyer-editor-text-class * {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: inherit;
    font-size: 16px;
    line-height: 1.6;
    color: inherit;
}
/* Headings */
.flyer-editor-text-class h1,
.flyer-editor-text-class h2,
.flyer-editor-text-class h3,
.flyer-editor-text-class h4,
.flyer-editor-text-class h5,
.flyer-editor-text-class h6 {
    color: #111;
    font-weight: 600;
    margin: 1em 0 0.5em;
    line-height: 1.3;
    padding: 0;
}
.flyer-editor-text-class h1 { font-size: 2em; }
.flyer-editor-text-class h2 { font-size: 1.75em; }
.flyer-editor-text-class h3 { font-size: 1.5em; }
.flyer-editor-text-class h4 { font-size: 1.25em; }
.flyer-editor-text-class h5 { font-size: 1.1em; }
.flyer-editor-text-class h6 { font-size: 1em; }
/* Paragraph */
.flyer-editor-text-class font,
.flyer-editor-text-class p {
    margin: 0 0 1em;
}
/* Links */
.flyer-editor-text-class a {
    color: #0073aa;
    text-decoration: underline;
}
.flyer-editor-text-class a:hover {
    color: #005177;
}
/* Lists */
.flyer-editor-text-class ul,
.flyer-editor-text-class ol {
    margin: 1em 0;
    padding-left: 2em;
}
.flyer-editor-text-class li {
    margin-bottom: 0.5em;
}
/* Blockquote */
.flyer-editor-text-class blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
    margin: 1em 0;
}
/* Code blocks */
.flyer-editor-text-class pre,
.flyer-editor-text-class code {
    font-family: monospace;
    background: #f5f5f5;
    padding: 0.2em 0.4em;
    border-radius: 4px;
    font-size: 0.95em;
    white-space: pre-wrap;
}
/* Images */
.flyer-editor-text-class img {
    max-width: 100%;
    height: auto;
    display: block;
    padding: 0;
    margin: 0;
}
/* Tables */
.flyer-editor-text-class table {
    width: 100%;
    border-collapse: collapse;
    margin: 1em 0;
}
.flyer-editor-text-class th,
.flyer-editor-text-class td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.flyer-editor-text-class th {
    background-color: #f3f3f3;
}
/* Horizontal Rule */
.flyer-editor-text-class hr {
    border: none;
    border-top: 1px solid #ccc;
    margin: 2em 0;
}