
.fr-view.fr-element-scroll-visible {
    overflow-x: visible!important
}

.fr-box.fr-basic .fr-element {
    box-sizing: border-box;
    color: var(--bs-body-color,#000);
    min-height: 60px;
    overflow-x: auto;
    padding: 20px
}

.fr-box.fr-basic.fr-rtl .fr-element {
    text-align: right
}

.fr-element {
    background: transparent;
    position: relative;
    -webkit-user-select: auto;
    z-index: 2
}

.fr-element a {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.fr-element.fr-disabled {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-element [contenteditable=true] {
    outline: 0 solid transparent
}

.fr-box a.fr-floating-btn {
    background: #fff;
    border: none;
    border-radius: 100%;
    box-sizing: border-box;
    color: var(--bs-primary,#1e88e5);
    display: block;
    height: 32px;
    left: 0;
    line-height: 32px;
    outline: none;
    text-align: center;
    top: 0;
    transform: scale(0);
    transition: background .2s ease 0s,color .2s ease 0s,transform .2s ease 0s;
    width: 32px
}

.fr-box a.fr-floating-btn svg {
    fill: var(--bs-primary,#1e88e5);
    transition: transform .2s ease 0s
}

.fr-box a.fr-floating-btn i,.fr-box a.fr-floating-btn svg {
    font-size: 14px;
    line-height: 32px
}

.fr-box a.fr-floating-btn.fr-btn+.fr-btn {
    margin-left: 10px
}

.fr-box a.fr-floating-btn:hover {
    background: #ebebeb;
    cursor: pointer
}

.fr-box a.fr-floating-btn:hover svg {
    fill: var(--bs-primary,#1e88e5)
}

.fr-box .fr-visible a.fr-floating-btn {
    transform: scale(1)
}

iframe.fr-iframe {
    border: none;
    box-sizing: border-box;
    display: block;
    position: relative;
    width: 100%;
    z-index: 2
}

.fr-wrapper {
    position: relative;
    z-index: 1
}

.fr-wrapper:after,.fr-wrapper:before {
    content: " ";
    display: table
}

.fr-wrapper:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-wrapper .fr-placeholder {
    color: #aaa;
    display: none;
    font-size: 12px;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.fr-wrapper.show-placeholder .fr-placeholder {
    display: block
}

.fr-wrapper ::-moz-selection {
    background: #b5d6fd;
    color: #000
}

.fr-wrapper ::selection {
    background: #b5d6fd;
    color: #000
}

.fr-box.fr-basic .fr-wrapper {
    background: var(--oc-form-control-bg,#fff);
    border: 0;
    border-top: 0;
    left: 0;
    top: 0
}

.fr-box.fr-basic.fr-top .fr-wrapper {
    border-radius: 0 0 4px 4px;
    border-top: 0
}

.fr-box.fr-basic.fr-bottom .fr-wrapper {
    border-bottom: 0;
    border-radius: 4px 4px 0 0
}

@media (min-width: 992px) {
    .fr-box.fr-document {
        min-width:21cm
    }

    .fr-box.fr-document .fr-wrapper {
        background: #efefef;
        min-width: 21cm;
        padding: 30px;
        text-align: center
    }

    .fr-box.fr-document .fr-wrapper .fr-element {
        background: #fff;
        margin: auto;
        min-height: 26cm!important;
        overflow: visible;
        padding: 1cm 2cm;
        text-align: left;
        width: 21cm
    }

    .fr-box.fr-document .fr-wrapper .fr-element hr {
        background: #efefef;
        border: none;
        height: 1cm;
        margin-left: -2cm;
        margin-right: -2cm;
        outline: none
    }
}

.fr-tooltip {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: #536061;
    border-radius: 4px;
    color: #fff;
    font-family: sans-serif;
    font-size: 12px;
    left: 0;
    left: -3000px;
    line-height: 22px;
    opacity: 0;
    padding: 0 8px;
    position: absolute;
    top: 0;
    transform: scale(.95);
    transition: opacity .15s ease-out,transform .15s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2147483647
}

.fr-tooltip.fr-visible {
    opacity: 1;
    transform: scale(1)
}

.fr-popup .fr-btn-wrap,.fr-toolbar .fr-btn-wrap {
    float: left;
    position: relative;
    white-space: nowrap
}

.fr-popup .fr-btn-wrap.fr-hidden,.fr-toolbar .fr-btn-wrap.fr-hidden {
    display: none
}

.fr-popup .fr-command.fr-btn,.fr-toolbar .fr-command.fr-btn {
    background: transparent;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--oc-toolbar-color,#222);
    cursor: pointer;
    float: left;
    height: 38px;
    line-height: 1;
    margin: 0 2px;
    -moz-outline: 0;
    outline: 0;
    padding: 0;
    position: relative;
    text-align: left;
    text-decoration: none;
    transition: background .2s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 38px;
    z-index: 2
}

.fr-popup .fr-command.fr-btn::-moz-focus-inner,.fr-toolbar .fr-command.fr-btn::-moz-focus-inner {
    border: 0;
    padding: 0
}

.fr-popup .fr-command.fr-btn.fr-btn-text,.fr-toolbar .fr-command.fr-btn.fr-btn-text {
    width: auto
}

.fr-popup .fr-command.fr-btn i,.fr-popup .fr-command.fr-btn svg,.fr-toolbar .fr-command.fr-btn i,.fr-toolbar .fr-command.fr-btn svg {
    display: block;
    float: none;
    font-size: 14px;
    margin: 12px;
    text-align: center;
    width: 14px
}

.fr-popup .fr-command.fr-btn span.fr-sr-only,.fr-toolbar .fr-command.fr-btn span.fr-sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.fr-popup .fr-command.fr-btn span,.fr-toolbar .fr-command.fr-btn span {
    display: block;
    float: left;
    font-size: 14px;
    font-weight: 700;
    height: 17px;
    line-height: 17px;
    min-width: 34px;
    overflow: hidden;
    padding: 0 2px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fr-popup .fr-command.fr-btn img,.fr-toolbar .fr-command.fr-btn img {
    margin: 12px;
    width: 14px
}

.fr-popup .fr-command.fr-btn.fr-active,.fr-toolbar .fr-command.fr-btn.fr-active {
    background: transparent;
    color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection {
    width: auto
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-selection span,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-selection span {
    font-weight: 400
}

.fr-popup .fr-command.fr-btn.fr-dropdown i,.fr-popup .fr-command.fr-btn.fr-dropdown img,.fr-popup .fr-command.fr-btn.fr-dropdown span,.fr-popup .fr-command.fr-btn.fr-dropdown svg,.fr-toolbar .fr-command.fr-btn.fr-dropdown i,.fr-toolbar .fr-command.fr-btn.fr-dropdown img,.fr-toolbar .fr-command.fr-btn.fr-dropdown span,.fr-toolbar .fr-command.fr-btn.fr-dropdown svg {
    margin-left: 8px;
    margin-right: 16px
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active {
    background: var(--oc-primary-bg,#d6d6d6);
    color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover {
    background: var(--oc-primary-bg,#d6d6d6)!important;
    color: var(--oc-toolbar-color,#222)!important
}

.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.fr-popup .fr-command.fr-btn.fr-dropdown.fr-active:hover:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:focus:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown.fr-active:hover:after {
    border-top-color: var(--oc-toolbar-color,#222)!important
}

.fr-popup .fr-command.fr-btn.fr-dropdown:after,.fr-toolbar .fr-command.fr-btn.fr-dropdown:after {
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid var(--oc-toolbar-color,#222);
    content: "";
    height: 0;
    position: absolute;
    right: 4px;
    top: 17px;
    width: 0
}

.fr-popup .fr-command.fr-btn.fr-disabled,.fr-toolbar .fr-command.fr-btn.fr-disabled {
    color: var(--oc-form-control-disabled-color,#bdbdbd);
    cursor: default
}

.fr-popup .fr-command.fr-btn.fr-disabled:after,.fr-toolbar .fr-command.fr-btn.fr-disabled:after {
    border-top-color: var(--oc-form-control-disabled-color,#bdbdbd)!important
}

.fr-popup .fr-command.fr-btn.fr-hidden,.fr-toolbar .fr-command.fr-btn.fr-hidden {
    display: none
}

.fr-popup.fr-disabled .fr-btn,.fr-popup.fr-disabled .fr-btn.fr-active,.fr-toolbar.fr-disabled .fr-btn,.fr-toolbar.fr-disabled .fr-btn.fr-active {
    color: var(--oc-form-control-disabled-color,#bdbdbd)
}

.fr-popup.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-popup.fr-disabled .fr-btn.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-active.fr-dropdown:after,.fr-toolbar.fr-disabled .fr-btn.fr-dropdown:after {
    border-top-color: var(--oc-form-control-disabled-color,#bdbdbd)
}

.fr-popup.fr-rtl .fr-btn-wrap,.fr-popup.fr-rtl .fr-command.fr-btn,.fr-toolbar.fr-rtl .fr-btn-wrap,.fr-toolbar.fr-rtl .fr-command.fr-btn {
    float: right
}

.fr-toolbar.fr-inline>.fr-btn-wrap:not(.fr-hidden),.fr-toolbar.fr-inline>.fr-command.fr-btn:not(.fr-hidden) {
    display: inline-flex;
    float: none
}

.fr-desktop .fr-command:not(.btn).fr-btn-hover,.fr-desktop .fr-command:not(.btn).fr-expanded,.fr-desktop .fr-command:not(.btn):focus,.fr-desktop .fr-command:not(.btn):hover {
    background: var(--oc-toolbar-hover-bg,#ebebeb);
    color: var(--oc-toolbar-hover-color,#222);
    outline: 0
}

.fr-desktop .fr-command:not(.btn).fr-btn-hover:after,.fr-desktop .fr-command:not(.btn).fr-expanded:after,.fr-desktop .fr-command:not(.btn):focus:after,.fr-desktop .fr-command:not(.btn):hover:after {
    border-top-color: var(--oc-toolbar-hover-color,#222)!important
}

.fr-desktop .fr-command:not(.btn).fr-selected {
    background: var(--oc-primary-bg,#d6d6d6);
    color: var(--oc-toolbar-color,#222)
}

.fr-desktop .fr-command:not(.btn).fr-active.fr-btn-hover,.fr-desktop .fr-command:not(.btn).fr-active.fr-expanded,.fr-desktop .fr-command:not(.btn).fr-active:focus,.fr-desktop .fr-command:not(.btn).fr-active:hover {
    background: var(--oc-toolbar-hover-bg,#ebebeb);
    color: var(--bs-primary,#1e88e5)
}

.fr-desktop .fr-command:not(.btn).fr-active.fr-selected {
    background: var(--oc-primary-bg,#d6d6d6);
    color: var(--bs-primary,#1e88e5)
}

.fr-desktop .fr-command:not(.btn).fr-disabled.fr-selected,.fr-desktop .fr-command:not(.btn).fr-disabled:focus,.fr-desktop .fr-command:not(.btn).fr-disabled:hover,.fr-desktop.fr-disabled .fr-command.fr-selected,.fr-desktop.fr-disabled .fr-command:focus,.fr-desktop.fr-disabled .fr-command:hover,.fr-popup.fr-mobile .fr-command.fr-blink,.fr-toolbar.fr-mobile .fr-command.fr-blink {
    background: transparent
}

.fr-command.fr-btn.fr-options {
    margin-left: -5px;
    width: 16px
}

.fr-command.fr-btn.fr-options.fr-btn-hover,.fr-command.fr-btn.fr-options:focus,.fr-command.fr-btn.fr-options:hover {
    border-left: 1px solid var(--oc-toolbar-border,#fafafa)
}

.fr-command.fr-btn+.fr-dropdown-menu {
    -webkit-overflow-scrolling: touch;
    zoom:1;border: 1px solid var(--bs-border-color);
    border-radius: 0 0 4px 4px;
    bottom: auto;
    box-shadow: -2px 2px 5px rgba(67,86,100,.12);
    display: inline-block;
    height: auto;
    overflow: hidden;
    position: absolute;
    right: auto;
    z-index: 4
}

.fr-command.fr-btn+.fr-dropdown-menu.test-height .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px;
    transition: none
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper {
    background: var(--oc-toolbar-bg,#fff);
    box-sizing: border-box;
    display: inline-block;
    float: left;
    height: 0;
    margin: 0 auto auto;
    margin-top: 0!important;
    max-height: 0;
    padding: 0;
    position: relative;
    text-align: left;
    transition: max-height .2s ease 0s
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content {
    max-height: 275px;
    overflow: auto;
    position: relative
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li {
    font-size: 14px;
    margin: 0;
    padding: 0
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a {
    color: inherit;
    cursor: pointer;
    display: block;
    line-height: 200%;
    padding: 0 24px;
    text-decoration: none;
    white-space: nowrap
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-active {
    background: var(--oc-toolbar-hover-bg);
    color: var(--oc-toolbar-hover-color)
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a.fr-disabled {
    color: var(--oc-form-control-disabled-color);
    cursor: default
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a:hover {
    background: var(--oc-dropdown-active-bg);
    color: var(--oc-dropdown-active-color)
}

.fr-command.fr-btn+.fr-dropdown-menu .fr-dropdown-wrapper .fr-dropdown-content ul.fr-dropdown-list li a .fr-shortcut {
    float: right;
    font-weight: 700;
    margin-left: 32px;
    opacity: .75
}

.fr-command.fr-btn:not(.fr-active)+.fr-dropdown-menu {
    left: -3000px!important
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu {
    display: inline-block
}

.fr-command.fr-btn.fr-active+.fr-dropdown-menu .fr-dropdown-wrapper {
    height: auto;
    max-height: 275px
}

.fr-bottom>.fr-command.fr-btn+.fr-dropdown-menu {
    border-radius: 4px 4px 0 0
}

.fr-popup.fr-rtl .fr-dropdown-wrapper,.fr-toolbar.fr-rtl .fr-dropdown-wrapper {
    text-align: right!important
}

body.prevent-scroll {
    overflow: hidden
}

body.prevent-scroll.fr-mobile {
    -webkit-overflow-scrolling: touch;
    position: fixed
}

.fr-modal {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    bottom: 0;
    color: var(--oc-toolbar-color,#222);
    font-family: sans-serif;
    left: 0;
    line-height: 1.2;
    overflow-x: auto;
    overflow-y: scroll;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 2147483640
}

.fr-modal.fr-middle .fr-modal-wrapper {
    left: 50%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%)
}

.fr-modal .fr-modal-wrapper {
    background: #fff;
    border: 0;
    border-radius: 4px;
    border-top: 1px solid var(--oc-toolbar-border,#222);
    display: inline-block;
    margin: 20px auto;
    min-width: 300px;
    overflow: hidden;
    position: relative;
    width: 90%
}

@media (min-width: 768px) and (max-width:991px) {
    .fr-modal .fr-modal-wrapper {
        margin:30px auto;
        width: 70%
    }
}

@media (min-width: 992px) {
    .fr-modal .fr-modal-wrapper {
        margin:50px auto;
        width: 960px
    }
}

.fr-modal .fr-modal-wrapper .fr-modal-head {
    background: var(--oc-toolbar-bg,#fff);
    border-bottom: 0;
    min-height: 42px;
    overflow: hidden;
    position: absolute;
    transition: height .2s ease 0s;
    width: 100%;
    z-index: 3
}

.fr-modal .fr-modal-wrapper .fr-modal-head .fr-modal-close {
    box-sizing: content-box;
    color: var(--oc-toolbar-color,#222);
    cursor: pointer;
    font-size: 30px;
    line-height: 18px;
    padding: 12px;
    position: absolute;
    right: 0;
    top: 0;
    transition: color .2s ease 0s;
    width: 20px
}

.fr-modal .fr-modal-wrapper .fr-modal-head h4 {
    display: inline-block;
    float: left;
    font-size: 18px;
    font-weight: 400;
    line-height: 18px;
    margin: 0;
    padding: 12px 10px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body {
    height: 100%;
    min-height: 150px;
    overflow-y: scroll;
    padding-bottom: 10px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body:focus {
    outline: 0
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command {
    background: none;
    border: none;
    border-radius: 4px;
    color: var(--bs-primary,#1e88e5);
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    line-height: 1;
    outline: none;
    padding: 10px;
    text-decoration: none;
    transition: background .2s ease 0s
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command+button {
    margin-left: 24px
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:focus,.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:hover {
    background: #ebebeb;
    color: var(--bs-primary,#1e88e5)
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button.fr-command:active {
    background: var(--oc-primary-bg,#d6d6d6);
    color: var(--bs-primary,#1e88e5)
}

.fr-modal .fr-modal-wrapper div.fr-modal-body button::-moz-focus-inner {
    border: 0
}

.fr-desktop .fr-modal-wrapper .fr-modal-head i:hover {
    background: #ebebeb
}

.fr-overlay {
    background: #000;
    bottom: 0;
    left: 0;
    opacity: .5;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483639
}

.fr-popup[data-popper-reference-hidden] {
    pointer-events: none;
    visibility: hidden
}

.fr-popup {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--oc-toolbar-bg,#fff);
    border: 0;
    border: 1px solid var(--oc-toolbar-border,#222);
    border-radius: 4px;
    box-sizing: border-box;
    color: var(--oc-toolbar-color,#222);
    display: none;
    font-family: sans-serif;
    line-height: 1.2;
    margin-top: 10px;
    position: absolute;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2147483635
}

.fr-popup .fr-input-focus {
    background: #f5f5f5
}

.fr-popup.fr-above {
    border-bottom: 1px solid var(--oc-toolbar-border,#222);
    border-top: 0;
    margin-bottom: 10px;
    margin-top: 0
}

.fr-popup.fr-active {
    display: block
}

.fr-popup.fr-hidden {
    display: none;
    opacity: 0
}

.fr-popup.fr-empty {
    display: none!important
}

.fr-popup .fr-hs {
    display: block!important
}

.fr-popup .fr-hs.fr-hidden {
    display: none!important
}

.fr-popup .fr-input-line {
    padding: 8px 0;
    position: relative
}

.fr-popup .fr-input-line input[type=text],.fr-popup .fr-input-line textarea {
    -webkit-appearance: none;
    background-color: var(--oc-form-control-bg);
    border: 1px solid var(--bs-border-color);
    border-radius: 3px;
    box-shadow: none;
    box-sizing: border-box;
    color: var(--bs-body-color);
    font-size: 12px;
    height: 30px;
    line-height: 1.5;
    margin: 12px 0 0;
    padding: 5px 10px;
    position: relative;
    transition: margin .2s ease 0s,border-color .15s ease-in-out;
    width: 100%;
    z-index: 2
}

.fr-popup .fr-input-line input[type=text]:focus,.fr-popup .fr-input-line textarea:focus {
    border: 1px solid var(--oc-border-focus)
}

.fr-popup .fr-input-line input[type=text].fr-not-empty,.fr-popup .fr-input-line textarea.fr-not-empty {
    margin-top: 12px
}

textarea.fr-popup .fr-input-line input[type=text],textarea.fr-popup .fr-input-line textarea {
    height: auto
}

.fr-popup .fr-input-line input+label,.fr-popup .fr-input-line textarea+label {
    color: var(--bs-body-color,grey);
    display: block;
    font-size: 12px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3
}

.fr-popup input,.fr-popup textarea {
    border-radius: 0;
    outline: none;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fr-popup textarea {
    height: auto;
    resize: none
}

.fr-popup .fr-buttons {
    border-bottom: 1px solid var(--bs-border-color);
    line-height: 0;
    padding: 0 2px;
    white-space: nowrap
}

.fr-popup .fr-buttons:after,.fr-popup .fr-buttons:before {
    content: " ";
    display: table
}

.fr-popup .fr-buttons:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-popup .fr-buttons .fr-btn {
    display: inline-block;
    float: none
}

.fr-popup .fr-buttons .fr-btn i {
    float: left
}

.fr-popup .fr-buttons .fr-separator {
    display: inline-block;
    float: none
}

.fr-popup .fr-layer {
    box-sizing: border-box;
    display: none;
    margin: 10px;
    width: 225px
}

@media (min-width: 768px) {
    .fr-popup .fr-layer {
        width:300px
    }
}

.fr-popup .fr-layer.fr-active {
    display: inline-block
}

.fr-popup .fr-action-buttons {
    text-align: right;
    z-index: 7
}

.fr-popup .fr-checkbox {
    box-sizing: content-box;
    display: inline-block;
    height: 16px;
    line-height: 1;
    position: relative;
    vertical-align: middle;
    width: 16px
}

.fr-popup .fr-checkbox svg {
    display: none;
    height: 10px;
    margin-left: 2px;
    margin-top: 2px;
    width: 10px
}

.fr-popup .fr-checkbox span {
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    box-sizing: border-box;
    display: inline-block;
    height: 16px;
    position: relative;
    transition: background .2s ease 0s,border-color .2s ease 0s;
    width: 16px;
    z-index: 1
}

.fr-popup .fr-checkbox input {
    border: 0;
    cursor: pointer;
    height: 16px;
    left: 1px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 1px;
    width: 16px;
    z-index: 2
}

.fr-popup .fr-checkbox input:checked+span {
    background: var(--bs-primary,#1e88e5);
    border-color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-checkbox input:checked+span svg {
    display: block
}

.fr-popup .fr-checkbox input:focus+span {
    border-color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-checkbox-line {
    font-size: 12px;
    line-height: 1.4px;
    margin-top: 10px
}

.fr-popup .fr-checkbox-line label {
    cursor: pointer;
    margin: 0 5px;
    vertical-align: middle
}

.fr-popup.fr-rtl {
    direction: rtl;
    text-align: right
}

.fr-popup.fr-rtl .fr-action-buttons {
    text-align: left
}

.fr-popup.fr-rtl .fr-input-line input+label,.fr-popup.fr-rtl .fr-input-line textarea+label {
    left: auto;
    right: 0
}

.fr-popup.fr-rtl .fr-buttons .fr-separator.fr-vs {
    float: right
}

.fr-popup .fr-arrow {
    border-bottom: 7px solid var(--oc-toolbar-border,#222);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -7px;
    width: 0
}

.fr-popup.fr-above .fr-arrow {
    border-bottom: 0;
    border-top: 7px solid var(--oc-toolbar-border,#222);
    bottom: -7px;
    top: auto
}

.fr-text-edit-layer {
    box-sizing: border-box;
    display: block!important;
    width: 250px
}

.fr-toolbar {
    text-rendering: optimizelegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background: var(--oc-toolbar-bg);
    border: 0;
    border-radius: 4px;
    border-top: 1px solid transparent;
    box-sizing: border-box;
    color: var(--oc-toolbar-color,#222);
    font-family: sans-serif;
    line-height: 1.2;
    padding: 0 2px;
    position: relative;
    text-align: left;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 4
}

.fr-toolbar:after,.fr-toolbar:before {
    content: " ";
    display: table
}

.fr-toolbar:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-toolbar.fr-rtl {
    text-align: right
}

.fr-toolbar.fr-inline {
    display: none;
    margin-top: 10px;
    position: absolute;
    white-space: nowrap
}

.fr-toolbar.fr-inline .fr-arrow {
    border-bottom: 7px solid var(--oc-toolbar-border,#222);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    display: inline-block;
    height: 0;
    left: 50%;
    margin-left: -7px;
    position: absolute;
    top: -7px;
    width: 0
}

.fr-toolbar.fr-inline.fr-above {
    border-bottom: 1px solid var(--oc-toolbar-border,#222);
    border-top: 0;
    margin-top: -10px
}

.fr-toolbar.fr-inline.fr-above .fr-arrow {
    border-bottom: 0;
    border-top-color: inherit;
    border-top-style: solid;
    border-top-width: 7px;
    bottom: -7px;
    top: auto
}

.fr-toolbar.fr-top {
    border-radius: 4px 4px 0 0;
    top: 0
}

.fr-toolbar.fr-bottom,.fr-toolbar.fr-top {
    border-bottom: 1px solid var(--bs-border-color)
}

.fr-toolbar.fr-bottom {
    border-radius: 0 0 4px 4px;
    bottom: 0
}

.fr-separator {
    background: var(--oc-primary-border,#ebebeb);
    display: block;
    float: left;
    vertical-align: top
}

.fr-separator+.fr-separator {
    display: none
}

.fr-separator.fr-vs {
    height: 34px;
    margin: 2px;
    width: 1px
}

.fr-separator.fr-hs {
    clear: both;
    height: 1px;
    margin: 0 2px;
    width: calc(100% - 4px)
}

.fr-separator.fr-hidden {
    display: none!important
}

.fr-rtl .fr-separator {
    float: right
}

.fr-toolbar.fr-inline .fr-separator.fr-hs {
    float: none
}

.fr-toolbar.fr-inline .fr-separator.fr-vs {
    display: inline-block;
    float: none
}

.fr-visibility-helper {
    display: none;
    margin-left: 0!important
}

@media (min-width: 768px) {
    .fr-visibility-helper {
        margin-left:1px!important
    }
}

@media (min-width: 992px) {
    .fr-visibility-helper {
        margin-left:2px!important
    }
}

@media (min-width: 1200px) {
    .fr-visibility-helper {
        margin-left:3px!important
    }
}

.fr-opacity-0 {
    opacity: 0
}

.fr-box {
    position: relative
}

.fr-sticky {
    position: -webkit-sticky;
    position: -moz-sticky;
    position: -ms-sticky;
    position: -o-sticky;
    position: sticky
}

.fr-sticky-off {
    position: relative
}

.fr-sticky-on {
    position: fixed
}

.fr-sticky-on.fr-sticky-ios {
    left: 0;
    position: absolute;
    right: 0;
    width: auto!important
}

.fr-sticky-dummy {
    display: none
}

.fr-sticky-box>.fr-sticky-dummy,.fr-sticky-on+.fr-sticky-dummy {
    display: block
}

span.fr-sr-only {
    clip: rect(0,0,0,0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

body.fr-fullscreen {
    height: 100%;
    overflow: hidden;
    position: fixed;
    width: 100%
}

body.fr-command.fr-btn[data-cmd=fullscreen] {
    float: right
}

.fr-box.fr-fullscreen {
    bottom: 0;
    left: 0;
    margin: 0!important;
    position: fixed;
    right: 0;
    top: 0;
    width: auto!important;
    z-index: 300!important
}

.fr-box.fr-fullscreen .fr-toolbar.fr-top {
    top: 0!important
}

.fr-box.fr-fullscreen .fr-toolbar.fr-bottom {
    bottom: 0!important
}

.fr-fullscreen-wrapper {
    margin: 0!important;
    overflow: visible!important;
    padding: 0!important;
    width: 100%!important;
    z-index: 2147483640!important
}

textarea.fr-code {
    background: #fff;
    border: none;
    box-sizing: border-box;
    color: #000;
    display: none;
    font-family: Courier New,monospace;
    font-size: 14px;
    margin: 0;
    outline: none;
    padding: 10px;
    resize: none;
    width: 100%
}

.fr-box.fr-rtl textarea.fr-code {
    direction: rtl
}

.fr-box .CodeMirror,.fr-box .ace_editor {
    display: none
}

.fr-box .ace_editor {
    bottom: 0;
    left: 0;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fr-box.fr-code-view .ace_editor,.fr-box.fr-code-view textarea.fr-code {
    display: block
}

.fr-box.fr-code-view .fr-element,.fr-box.fr-code-view .fr-iframe,.fr-box.fr-code-view .fr-placeholder {
    display: none
}

.fr-box.fr-code-view .CodeMirror,.fr-box.fr-inline.fr-code-view .fr-command.fr-btn.html-switch {
    display: block
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-sizing: border-box;
    color: var(--oc-toolbar-color,#222);
    cursor: pointer;
    display: none;
    line-height: 1;
    -moz-outline: 0;
    outline: 0;
    padding: 12px;
    position: absolute;
    right: 0;
    text-align: left;
    text-decoration: none;
    top: 0;
    transition: background .2s ease 0s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch i {
    font-size: 14px;
    text-align: center;
    width: 14px
}

.fr-box.fr-inline .fr-command.fr-btn.html-switch.fr-desktop:hover {
    background: var(--oc-toolbar-hover-bg,#ebebeb)
}

.fr-popup .fr-file-upload-layer {
    border: 2px dashed var(--oc-form-control-disabled-bg,#bdbdbd);
    box-sizing: border-box;
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-file-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-file-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-file-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    margin: 0!important;
    opacity: 0;
    overflow: hidden;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important;
    z-index: 2147483640
}

.fr-popup .fr-file-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-file-progress-bar-layer {
    box-sizing: border-box
}

.fr-popup .fr-file-progress-bar-layer>h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-file-progress-bar-layer>div.fr-action-buttons {
    display: none
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader {
    background: var(--oc-formdocument-select-bg);
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader span {
    background: var(--bs-primary,#1e88e5);
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-file-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30%!important
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-loader {
    display: none
}

.fr-popup .fr-file-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block
}

.fr-element img {
    cursor: pointer
}

.fr-image-resizer {
    border: 1px solid var(--bs-primary,#1e88e5);
    box-sizing: content-box;
    display: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 2
}

.fr-image-resizer.fr-active {
    display: block
}

.fr-image-resizer .fr-handler {
    background: var(--bs-primary,#1e88e5);
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4
}

.fr-image-resizer .fr-handler.fr-hnw {
    cursor: nw-resize
}

.fr-image-resizer .fr-handler.fr-hne {
    cursor: ne-resize
}

.fr-image-resizer .fr-handler.fr-hsw {
    cursor: sw-resize
}

.fr-image-resizer .fr-handler.fr-hse {
    cursor: se-resize
}

.fr-image-resizer .fr-handler {
    height: 12px;
    width: 12px
}

.fr-image-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px
}

.fr-image-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px
}

.fr-image-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px
}

.fr-image-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px
}

@media (min-width: 1200px) {
    .fr-image-resizer .fr-handler {
        height:10px;
        width: 10px
    }

    .fr-image-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }

    .fr-image-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }

    .fr-image-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px
    }

    .fr-image-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px
    }
}

.fr-image-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483640
}

.fr-popup .fr-image-upload-layer {
    border: 2px dashed var(--oc-form-control-disabled-bg,#bdbdbd);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-image-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-image-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-image-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    margin: 0!important;
    opacity: 0;
    overflow: hidden;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important;
    z-index: 2147483640
}

.fr-popup .fr-image-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-image-progress-bar-layer>h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-image-progress-bar-layer>div.fr-action-buttons {
    display: none
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader {
    background: var(--oc-formdocument-select-bg);
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader span {
    background: var(--bs-primary,#1e88e5);
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-image-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30%!important
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-loader {
    display: none
}

.fr-popup .fr-image-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block
}

.fr-image-size-layer .fr-image-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px)
}

.fr-image-size-layer .fr-image-group .fr-input-line+.fr-input-line {
    margin-left: 10px
}

.fr-uploading {
    opacity: .4
}

@keyframes loading {
    0% {
        left: -25%
    }

    to {
        left: 100%
    }
}

@-webkit-keyframes loading {
    0% {
        left: -25%
    }

    to {
        left: 100%
    }
}

.fr-element table td.fr-selected-cell,.fr-element table th.fr-selected-cell {
    border: 1px double var(--bs-primary,#1e88e5)!important
}

.fr-element table tr {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-element table td,.fr-element table th {
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text
}

.fr-element .fr-no-selection table td,.fr-element .fr-no-selection table th {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-table-resizer {
    cursor: col-resize;
    display: none;
    position: absolute;
    z-index: 3
}

.fr-table-resizer.fr-moving {
    z-index: 2
}

.fr-table-resizer div {
    border-right: 1px solid var(--bs-primary,#1e88e5);
    opacity: 0
}

.fr-no-selection {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-popup .fr-table-colors-hex-layer {
    margin: 0;
    padding: 10px;
    width: 100%
}

.fr-popup .fr-table-colors-hex-layer .fr-input-line {
    float: left;
    padding: 8px 0 0;
    width: calc(100% - 50px)
}

.fr-popup .fr-table-colors-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
}

.fr-popup .fr-table-size .fr-table-size-info {
    font-size: 14px;
    padding: 8px;
    text-align: center
}

.fr-popup .fr-table-size .fr-select-table-size {
    line-height: 0;
    padding: 0 5px 5px;
    white-space: nowrap
}

.fr-popup .fr-table-size .fr-select-table-size>span {
    background: transparent;
    display: inline-block;
    padding: 0 4px 4px 0
}

.fr-popup .fr-table-size .fr-select-table-size>span>span {
    border: 1px solid #ddd;
    display: inline-block;
    height: 18px;
    width: 18px
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover {
    background: transparent
}

.fr-popup .fr-table-size .fr-select-table-size>span.hover>span {
    background: var(--oc-formdocument-select-bg);
    border: 1px solid var(--bs-primary,#1e88e5)
}

.fr-popup .fr-table-size .fr-select-table-size .new-line:after,.fr-popup .fr-table-size .fr-select-table-size .new-line:before {
    content: " ";
    display: table
}

.fr-popup .fr-table-size .fr-select-table-size .new-line:after {
    clear: both;
    content: "";
    display: block;
    height: 0
}

.fr-popup.fr-above .fr-table-size .fr-select-table-size>span {
    display: inline-block!important
}

.fr-popup .fr-table-colors-buttons {
    margin-bottom: 5px
}

.fr-popup .fr-table-colors {
    display: block;
    line-height: 0
}

.fr-popup .fr-table-colors>span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1
}

.fr-popup .fr-table-colors>span>i {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px
}

.fr-popup .fr-table-colors>span:focus {
    outline: 1px solid var(--oc-toolbar-color,#222);
    z-index: 2
}

.fr-popup.fr-desktop .fr-table-size .fr-select-table-size>span>span {
    height: 12px;
    width: 12px
}

.fr-insert-helper {
    position: absolute;
    white-space: nowrap;
    z-index: 9999
}

.fr-element .fr-video {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-element .fr-video:after {
    background: transparent;
    bottom: 0;
    content: "";
    cursor: pointer;
    display: block;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1
}

.fr-element .fr-video.fr-active>* {
    position: relative;
    z-index: 2
}

.fr-element .fr-video>* {
    border: none;
    box-sizing: content-box;
    max-width: 100%
}

.fr-box .fr-video-resizer {
    border: 1px solid var(--bs-primary,#1e88e5);
    display: none;
    position: absolute;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-box .fr-video-resizer.fr-active {
    display: block
}

.fr-box .fr-video-resizer .fr-handler {
    background: var(--bs-primary,#1e88e5);
    border: 1px solid #fff;
    box-sizing: border-box;
    display: block;
    position: absolute;
    z-index: 4
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    cursor: nw-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    cursor: ne-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    cursor: sw-resize
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    cursor: se-resize
}

.fr-box .fr-video-resizer .fr-handler {
    height: 12px;
    width: 12px
}

.fr-box .fr-video-resizer .fr-handler.fr-hnw {
    left: -6px;
    top: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hne {
    right: -6px;
    top: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hsw {
    bottom: -6px;
    left: -6px
}

.fr-box .fr-video-resizer .fr-handler.fr-hse {
    bottom: -6px;
    right: -6px
}

@media (min-width: 1200px) {
    .fr-box .fr-video-resizer .fr-handler {
        height:10px;
        width: 10px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hnw {
        left: -5px;
        top: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hne {
        right: -5px;
        top: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hsw {
        bottom: -5px;
        left: -5px
    }

    .fr-box .fr-video-resizer .fr-handler.fr-hse {
        bottom: -5px;
        right: -5px
    }
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line {
    display: inline-block;
    width: calc(50% - 5px)
}

.fr-popup .fr-video-size-layer .fr-video-group .fr-input-line+.fr-input-line {
    margin-left: 10px
}

.fr-popup .fr-video-upload-layer {
    border: 2px dashed var(--oc-form-control-disabled-bg,#bdbdbd);
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 140%;
    padding: 25px 0;
    position: relative;
    text-align: center
}

.fr-popup .fr-video-upload-layer:hover {
    background: #ebebeb
}

.fr-popup .fr-video-upload-layer.fr-drop {
    background: #ebebeb;
    border-color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-video-upload-layer .fr-form {
    bottom: 0;
    left: 0;
    margin: 0!important;
    opacity: 0;
    overflow: hidden;
    padding: 0!important;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%!important;
    z-index: 2147483640
}

.fr-popup .fr-video-upload-layer .fr-form input {
    bottom: 0;
    cursor: pointer;
    font-size: 400px;
    height: 100%;
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 500%
}

.fr-popup .fr-video-progress-bar-layer>h3 {
    font-size: 16px;
    font-weight: 400;
    margin: 10px 0
}

.fr-popup .fr-video-progress-bar-layer>div.fr-action-buttons {
    display: none
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader {
    background: var(--oc-formdocument-select-bg);
    height: 10px;
    margin-top: 20px;
    overflow: hidden;
    position: relative;
    width: 100%
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader span {
    background: var(--bs-primary,#1e88e5);
    display: block;
    height: 100%;
    transition: width .2s ease 0s;
    width: 0
}

.fr-popup .fr-video-progress-bar-layer>div.fr-loader.fr-indeterminate span {
    -webkit-animation: loading 2s linear infinite;
    animation: loading 2s linear infinite;
    position: absolute;
    top: 0;
    width: 30%!important
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-loader {
    display: none
}

.fr-popup .fr-video-progress-bar-layer.fr-error>div.fr-action-buttons {
    display: block
}

.fr-video-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483640
}

.fr-popup .fr-colors-tabs {
    line-height: 16px;
    margin-bottom: 5px;
    margin-left: -2px;
    margin-right: -2px
}

.fr-popup .fr-colors-tabs .fr-colors-tab {
    color: var(--oc-toolbar-color,#222);
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    padding: 8px 0;
    position: relative;
    text-align: center;
    width: 50%
}

.fr-popup .fr-colors-tabs .fr-colors-tab:focus,.fr-popup .fr-colors-tabs .fr-colors-tab:hover {
    color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-colors-tabs .fr-colors-tab[data-param1=background]:after {
    background: var(--bs-primary,#1e88e5);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: transform .2s ease 0s;
    width: 100%
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab {
    color: var(--bs-primary,#1e88e5)
}

.fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after {
    transform: translate3d(-100%,0,0)
}

.fr-popup .fr-color-hex-layer {
    margin: 0;
    padding: 10px;
    width: 100%
}

.fr-popup .fr-color-hex-layer .fr-input-line {
    float: left;
    padding: 8px 0 0;
    width: calc(100% - 50px)
}

.fr-popup .fr-color-hex-layer .fr-action-buttons {
    float: right;
    width: 50px
}

.fr-popup .fr-separator+.fr-colors-tabs {
    margin-left: 2px;
    margin-right: 2px
}

.fr-popup .fr-color-set {
    display: none;
    line-height: 0
}

.fr-popup .fr-color-set.fr-selected-set {
    display: block
}

.fr-popup .fr-color-set>span {
    display: inline-block;
    height: 32px;
    position: relative;
    width: 32px;
    z-index: 1
}

.fr-popup .fr-color-set>span>i,.fr-popup .fr-color-set>span>svg {
    bottom: 0;
    cursor: default;
    font-size: 13px;
    height: 32px;
    left: 0;
    line-height: 32px;
    position: absolute;
    text-align: center;
    width: 32px
}

.fr-popup .fr-color-set>span .fr-selected-color {
    bottom: 0;
    color: #fff;
    cursor: default;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: 400;
    left: 0;
    line-height: 32px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0
}

.fr-popup .fr-color-set>span:focus,.fr-popup .fr-color-set>span:hover {
    outline: 1px solid var(--oc-toolbar-color,#222);
    z-index: 2
}

.fr-rtl .fr-popup .fr-colors-tabs .fr-colors-tab.fr-selected-tab[data-param1=text]~[data-param1=background]:after {
    transform: translate3d(100%,0,0)
}

.fr-popup .fr-emoticon {
    box-sizing: content-box;
    cursor: default;
    display: inline-block;
    font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    padding: 5px;
    width: 20px
}

.fr-popup .fr-emoticon img {
    height: 20px
}

.fr-popup .fr-link:focus {
    background: #ebebeb;
    outline: 0
}

.fr-line-breaker {
    border-top: 1px solid var(--bs-primary,#1e88e5);
    cursor: text;
    display: none;
    position: fixed;
    z-index: 2
}

.fr-line-breaker.fr-visible {
    display: block
}

.fr-line-breaker a.fr-floating-btn {
    left: calc(50% - 16px);
    position: absolute;
    top: -16px
}

.fr-drag-helper {
    background: var(--bs-primary,#1e88e5);
    display: none;
    height: 2px;
    margin-top: -1px;
    opacity: .2;
    position: absolute;
    z-index: 2147483640
}

.fr-drag-helper.fr-visible {
    display: block
}

.fr-dragging {
    opacity: .4
}

.fr-img-caption.fr-rounded img,img.fr-rounded {
    border-radius: 10px
}

.fr-img-caption.fr-bordered img,img.fr-bordered {
    border: 5px solid #ccc
}

img.fr-bordered {
    box-sizing: content-box
}

.fr-img-caption.fr-bordered img {
    box-sizing: border-box
}

.fr-view {
    word-wrap: break-word
}

.fr-view span[style~="color:"] a {
    color: inherit
}

.fr-view strong {
    font-weight: 700
}

.fr-view table {
    border: none;
    border-collapse: collapse;
    empty-cells: show;
    max-width: 100%
}

.fr-view table td {
    min-width: 5px
}

.fr-view table.fr-dashed-borders td,.fr-view table.fr-dashed-borders th {
    border-style: dashed
}

.fr-view table.fr-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td,.fr-view table th {
    border: 1px solid #ddd
}

.fr-view table td:empty,.fr-view table th:empty {
    height: 20px
}

.fr-view table td.fr-highlighted,.fr-view table th.fr-highlighted {
    border: 1px double red
}

.fr-view table td.fr-thick,.fr-view table th.fr-thick {
    border-width: 2px
}

.fr-view table th {
    background: var(--bs-emphasis-color,#ccc)
}

.fr-view hr {
    clear: both;
    page-break-after: always;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fr-view .fr-file {
    position: relative
}

.fr-view .fr-file:after {
    content: "\1F4CE";
    font-weight: 400;
    position: relative
}

.fr-view pre {
    word-wrap: break-word;
    overflow: visible;
    white-space: pre-wrap
}

.fr-view[dir=rtl] blockquote {
    border-left: none;
    border-right: 2px solid #5e35b1;
    margin-right: 0;
    padding-left: 0;
    padding-right: 5px
}

.fr-view[dir=rtl] blockquote blockquote {
    border-color: #00bcd4
}

.fr-view[dir=rtl] blockquote blockquote blockquote {
    border-color: #43a047
}

.fr-view blockquote {
    border-left: 2px solid #5e35b1;
    color: #5e35b1;
    margin-left: 0;
    padding-left: 5px
}

.fr-view blockquote blockquote {
    border-color: #00bcd4;
    color: #00bcd4
}

.fr-view blockquote blockquote blockquote {
    border-color: #43a047;
    color: #43a047
}

.fr-view span.fr-emoticon {
    display: inline;
    font-family: Apple Color Emoji,Segoe UI Emoji,NotoColorEmoji,Segoe UI Symbol,Android Emoji,EmojiSymbols;
    font-weight: 400;
    line-height: 0
}

.fr-view span.fr-emoticon.fr-emoticon-img {
    background-repeat: no-repeat!important;
    display: inline-block;
    font-size: inherit;
    height: 1em;
    line-height: 1;
    margin: -.1em .1em .1em;
    min-height: 20px;
    min-width: 20px;
    vertical-align: middle;
    width: 1em
}

.fr-view .fr-text-gray {
    color: #aaa!important
}

.fr-view .fr-text-bordered {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    padding: 10px 0
}

.fr-view .fr-text-spaced {
    letter-spacing: 1px
}

.fr-view .fr-text-uppercase {
    text-transform: uppercase
}

.fr-view .fr-class-highlighted {
    background-color: #ff0
}

.fr-view .fr-class-code {
    background: #f5f5f5;
    border-color: #ccc;
    border-radius: 2px;
    font-family: Courier New,Courier,monospace;
    padding: 10px
}

.fr-view .fr-class-transparency {
    opacity: .5
}

.fr-view img {
    max-width: 100%;
    position: relative
}

.fr-view img.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

.fr-view img.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view img.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view img.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

.fr-view img.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view img.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption {
    max-width: 100%;
    position: relative
}

.fr-view span.fr-img-caption.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

.fr-view span.fr-img-caption.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

.fr-view span.fr-img-caption.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

.fr-view span.fr-img-caption.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

.fr-view span.fr-img-caption.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

.fr-view span.fr-img-caption.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .fr-video {
    position: relative;
}

.fr-view .fr-video.fr-rv {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px
}

.fr-view .fr-video.fr-rv embed,.fr-view .fr-video.fr-rv object,.fr-view .fr-video.fr-rv>iframe {
    height: 100%;
    left: 0;
    position: absolute!important;
    top: 0;
    width: 100%
}

.fr-view .fr-video>* {
    border: none;
    box-sizing: content-box;
    max-width: 100%
}

.fr-view .fr-video.fr-dvb {
    clear: both;
    display: block
}

.fr-view .fr-video.fr-dvb.fr-fvl {
    text-align: left
}

.fr-view .fr-video.fr-dvb.fr-fvr {
    text-align: right
}

.fr-view .fr-video.fr-dvi {
    display: inline-block
}

.fr-view .fr-video.fr-dvi.fr-fvl {
    float: left
}

.fr-view .fr-video.fr-dvi.fr-fvr {
    float: right
}

.fr-view a.fr-strong {
    font-weight: 700
}

.fr-view a.fr-green {
    color: green
}

.fr-view .fr-img-caption {
    text-align: center
}

.fr-view .fr-img-caption .fr-img-wrap {
    display: inline-block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap img {
    display: block;
    margin: auto;
    width: 100%
}

.fr-view .fr-img-caption .fr-img-wrap>span {
    box-sizing: border-box;
    display: block;
    font-size: 14px;
    font-weight: 400;
    margin: auto;
    opacity: .9;
    padding: 5px 5px 10px;
    text-align: center;
    width: 100%
}

.fr-view button.fr-rounded,.fr-view input.fr-rounded,.fr-view textarea.fr-rounded {
    border-radius: 10px
}

.fr-view button.fr-large,.fr-view input.fr-large,.fr-view textarea.fr-large {
    font-size: 24px
}

a.fr-view.fr-strong {
    font-weight: 700
}

a.fr-view.fr-green {
    color: green
}

img.fr-view {
    max-width: 100%;
    position: relative
}

img.fr-view.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

img.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

img.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

img.fr-view.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

img.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

img.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view {
    max-width: 100%;
    position: relative
}

span.fr-img-caption.fr-view.fr-dib {
    display: block;
    float: none;
    margin: 5px auto;
    vertical-align: top
}

span.fr-img-caption.fr-view.fr-dib.fr-fil {
    margin-left: 0;
    text-align: left
}

span.fr-img-caption.fr-view.fr-dib.fr-fir {
    margin-right: 0;
    text-align: right
}

span.fr-img-caption.fr-view.fr-dii {
    display: inline-block;
    float: none;
    margin-left: 5px;
    margin-right: 5px;
    max-width: calc(100% - 10px);
    vertical-align: bottom
}

span.fr-img-caption.fr-view.fr-dii.fr-fil {
    float: left;
    margin: 5px 5px 5px 0;
    max-width: calc(100% - 5px)
}

span.fr-img-caption.fr-view.fr-dii.fr-fir {
    float: right;
    margin: 5px 0 5px 5px;
    max-width: calc(100% - 5px)
}

.fr-view .oc-text-gray {
    color: #aaa!important
}

.fr-view .oc-text-bordered {
    border-bottom: 1px solid #222;
    border-top: 1px solid #222;
    padding: 10px 0
}

.fr-view .oc-text-spaced {
    letter-spacing: 1px
}

.fr-view .oc-text-uppercase {
    text-transform: uppercase
}

.fr-view a.oc-link-strong {
    font-weight: 700
}

.fr-view a.oc-link-green {
    color: green
}

.fr-view table.oc-dashed-borders td,.fr-view table.oc-dashed-borders th {
    border-style: dashed
}

.fr-view table.oc-alternate-rows tbody tr:nth-child(2n) {
    background: #f5f5f5
}

.fr-view table td.oc-cell-highlighted,.fr-view table th.oc-cell-highlighted {
    border: 1px double red
}

.fr-view table td.oc-cell-thick-border,.fr-view table th.oc-cell-thick-border {
    border-width: 2px
}

.fr-view img.oc-img-rounded {
    background-clip: padding-box;
    border-radius: 100%
}

.fr-view img.oc-img-bordered {
    border: 10px solid #ccc;
    box-sizing: content-box
}

.fr-wrapper ::-moz-selection {
    background: var(--oc-input-selection-bg);
    color: var(--oc-input-selection-color)
}

.fr-wrapper ::selection {
    background: var(--oc-input-selection-bg);
    color: var(--oc-input-selection-color)
}

.field-flush .field-richeditor,.field-flush .field-richeditor.editor-focus {
    border: none
}

.field-richeditor {
    border: 1px solid var(--bs-border-color);
    border-radius: 4px;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

.field-richeditor>textarea {
    display: none
}

.field-richeditor.editor-focus {
    border-color: var(--oc-border-focus)
}

.field-richeditor.size-tiny .fr-wrapper {
    height: 50px
}

.field-richeditor.size-tiny .fr-wrapper .fr-view {
    min-height: 50px
}

.field-richeditor.size-tiny .height-indicator {
    display: none;
    height: 50px
}

.field-richeditor.size-small .fr-wrapper {
    height: 100px
}

.field-richeditor.size-small .fr-wrapper .fr-view {
    min-height: 100px
}

.field-richeditor.size-small .height-indicator {
    display: none;
    height: 100px
}

.field-richeditor.size-large .fr-wrapper {
    height: 200px
}

.field-richeditor.size-large .fr-wrapper .fr-view {
    min-height: 200px
}

.field-richeditor.size-large .height-indicator {
    display: none;
    height: 200px
}

.field-richeditor.size-huge .fr-wrapper {
    height: 250px
}

.field-richeditor.size-huge .fr-wrapper .fr-view {
    min-height: 250px
}

.field-richeditor.size-huge .height-indicator {
    display: none;
    height: 250px
}

.field-richeditor.size-giant .fr-wrapper {
    height: 350px
}

.field-richeditor.size-giant .fr-wrapper .fr-view {
    min-height: 350px
}

.field-richeditor.size-giant .height-indicator {
    display: none;
    height: 350px
}

.fr-tooltip {
    z-index: 9997!important
}

.fr-popup {
    z-index: 9995!important
}

.fr-separator.fr-hs {
    width: 100%
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) {
    border-radius: 0!important;
    display: block;
    height: 100%!important;
    overflow: hidden;
    position: relative;
    width: 100%!important
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-toolbar {
    border-radius: 0!important;
    border-top-color: transparent
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-wrapper {
    bottom: 0;
    height: auto!important;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-wrapper .fr-view {
    min-height: 0
}

.field-richeditor.stretch .fr-box:not(.fr-fullscreen) .fr-placeholder {
    left: 20px;
    top: 20px
}

.control-richeditor figure[data-audio],.control-richeditor figure[data-video] {
    background: var(--oc-form-control-bg);
    border: 1px dashed #bdc3c7;
    color: var(--bs-heading-color);
    cursor: pointer;
    display: inline-block;
    font-size: 15px;
    font-weight: 600;
    font-weight: 400;
    line-height: 150%;
    margin: 0 0 15px;
    padding: 10px 10px 10px 13px;
    position: relative;
    width: 100%
}

.control-richeditor figure[data-audio].inspector-open,.control-richeditor figure[data-audio]:focus,.control-richeditor figure[data-video].inspector-open,.control-richeditor figure[data-video]:focus {
    border-color: var(--bs-primary);
    border-style: solid;
    outline: none
}

.control-richeditor figure[data-audio]:after,.control-richeditor figure[data-video]:after {
    content: attr(data-label)
}

.control-richeditor figure[data-audio]:before,.control-richeditor figure[data-video]:before {
    margin-right: 8px;
    position: static
}

.control-richeditor figure[data-video]:before {
    content: "\f07f"
}

.control-richeditor figure[data-audio]:before,.control-richeditor figure[data-video]:before {
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: octo-icon!important;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    text-transform: none
}

.control-richeditor figure[data-audio]:before {
    content: "\f082"
}

.fr-quick-insert a.fr-floating-btn {
    color: var(--oc-toolbar-color,#222);
    text-decoration: none
}



/*Custom CSS*/
.fr-view{
    margin-top: 30px;
    margin-bottom: 30px;
}
.fr-view h1{
    color: var(--text-black);
}
.fr-view h2{
    color: #214c8c;
}
.fr-view h3{
    color: #b7312c;
}
.fr-view h4{
    color: var(--text-black);
}
.fr-view h5{
    color: var(--text-black);
}
.fr-view h6{
    color: var(--text-black);
}
.fr-view p{
    color: var(--text-black);
}
