/**
 * Minified by jsDelivr using clean-css v5.3.3.
 * Original file: /npm/jsuites@6.3.0/dist/jsuites.css
 *
 * Do NOT use SRI with dynamically generated files! More information: https://www.jsdelivr.com/using-sri-with-dynamic-files
 */
:root {
    --jbutton-color: #298BA8;
    --jactive-color: #007aff;
    --jsafe-area-top: env(safe-area-inset-top);
    --jsafe-area-bottom: env(safe-area-inset-bottom)
}

.row[data-visible=false], [data-visible=false] {
    display: none
}

div[data-before]:before {
    content: attr(data-before)
}

.unselectable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jreadonly {
    pointer-events: none
}

.jdragging {
    opacity: .2
}

.jupload.input {
    position: relative;
    box-sizing: border-box;
    background-size: initial;
    height: 33px;
    min-height: initial;
    padding: 6px;
    padding-right: 30px
}

.jupload.input:before {
    content: "save";
    font-size: 18px;
    font-family: "Material Icons", "Material Symbols Outlined", FontAwesome;
    color: #000;
    position: absolute;
    right: 5px
}

.jupload:empty:before {
    z-index: 0
}

.jupload img {
    width: 100%
}

.jupload.input img {
    width: initial;
    max-width: 100%;
    height: 100%
}

.jupload[data-multiple] {
    padding: 10px
}

.jupload[data-multiple] img {
    height: 70px;
    width: 100px;
    object-fit: cover;
    margin-right: 5px;
    margin-bottom: 5px
}

.jupload {
    position: relative;
    border: 1px dotted #eee;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    min-height: 180px
}

.jupload:not(.input):empty:before {
    content: "\e2c3";
    font-family: "Material Icons", "Material Symbols Outlined", FontAwesome;
    font-size: 90px;
    color: #eee;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute
}

.jupload-item {
    padding-right: 22px;
    border-radius: 1px;
    display: inline-block;
    position: relative
}

.jphoto {
    position: relative;
    border: 1px dotted #eee;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.jphoto:empty:before {
    content: "\e2c3";
    font-family: "Material Icons", "Material Symbols Outlined", FontAwesome;
    font-size: 90px;
    color: #eee;
    width: 100%;
    height: 100%;
    text-align: center
}

.jremove {
    opacity: .2
}

.round img {
    border-radius: 1000px
}

.jtooltip {
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 5;
    font-family: initial;
    font-size: 12px;
    color: #000;
    background-color: #fff;
    border: 1px solid #000;
    padding: 8px;
    margin: 10px;
    display: block;
    animation: jfadeIn .5s;
    pointer-events: none
}

.jtooltip:empty {
    display: none
}

@keyframes jfadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.jpanel {
    position: absolute;
    box-sizing: border-box;
    z-index: 10
}

.jpanel:focus {
    outline: 2px solid var(--jss-border-outline, #000);
    outline-offset: -1px;
    z-index: 1000 !important
}

.jpanel-action {
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #fff;
    border: 1px solid #000;
    box-sizing: border-box;
    pointer-events: auto;
    z-index: 1000
}

.jpanel-action[data-position=n-resize] {
    top: -4px;
    left: calc(50% - 4px)
}

.jpanel-action[data-position=ne-resize] {
    top: -4px;
    left: calc(100% - 4px)
}

.jpanel-action[data-position=e-resize] {
    top: calc(50% - 4px);
    left: calc(100% - 4px)
}

.jpanel-action[data-position=se-resize] {
    top: calc(100% - 4px);
    left: calc(100% - 4px)
}

.jpanel-action[data-position=s-resize] {
    top: calc(100% - 4px);
    left: calc(50% - 4px)
}

.jpanel-action[data-position=sw-resize] {
    top: calc(100% - 4px);
    left: -4px
}

.jpanel-action[data-position=w-resize] {
    top: calc(50% - 4px);
    left: -4px
}

.jpanel-action[data-position=nw-resize] {
    top: -4px;
    left: -4px
}

.jpanel-action[data-position=nw-resize] {
    top: -4px;
    left: -4px
}

.jpanel-action[data-action=rotate] {
    top: -50px;
    left: calc(50% - 12px);
    width: 24px;
    height: 24px;
    border: 0;
    cursor: move;
    background-color: transparent
}

.jpanel-action[data-action=rotate]:before {
    content: 'refresh';
    font-family: 'Material Icons', 'Material Symbols Outlined', FontAwesome;
    font-size: 24px
}

.jpanel-action[data-action=rotate]:after {
    position: absolute;
    content: '';
    bottom: -22px;
    left: calc(50% - 1px);
    width: 1px;
    height: 26px;
    background-color: var(--jss-font-color, #000)
}

.material-icons {
    font-family: "Material Icons", "Material Symbols Outlined", FontAwesome;
    font-size: 24px;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased
}

.jloading {
    position: fixed;
    z-index: 10001;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7)
}

.jloading::after {
    content: '';
    display: block;
    margin: 0 auto;
    margin-top: 50vh;
    width: 40px;
    height: 40px;
    border-style: solid;
    border-color: #fff;
    border-top-color: transparent;
    border-width: 4px;
    border-radius: 50%;
    -webkit-animation: jspin .8s linear infinite;
    animation: jspin .8s linear infinite
}

.jloading.jspin {
    background-color: transparent
}

.jloading.jspin::after {
    margin: 0 auto;
    margin-top: 80px;
    border-color: #aaa;
    border-top-color: transparent
}

.jfade-in {
    animation: jfade-in 2s forwards
}

.jfade-out {
    animation: jfade-out 1s forwards
}

.jslide-left-in {
    position: relative;
    animation: jslide-left-in .4s forwards
}

.jslide-left-out {
    position: relative;
    animation: jslide-left-out .4s forwards
}

.jslide-right-in {
    position: relative;
    animation: jslide-right-in .4s forwards
}

.jslide-right-out {
    position: relative;
    animation: jslide-right-out .4s forwards
}

.jslide-top-in {
    position: relative;
    animation: jslide-top-in .4s forwards
}

.jslide-top-out {
    position: relative;
    animation: jslide-top-out .2s forwards
}

.jslide-bottom-in {
    position: relative;
    animation: jslide-bottom-in .4s forwards
}

.jslide-bottom-out {
    position: relative;
    animation: jslide-bottom-out .1s forwards
}

.jslide-left-in > div {
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0)
}

.jslide-left-out > div {
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0)
}

.jslide-right-in > div {
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0)
}

.jslide-right-out > div {
    -webkit-transform: translateZ(0);
    -webkit-transform: translate3d(0, 0, 0)
}

.jspin {
    animation: jspin 2s infinite linear
}

@keyframes jfade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@-webkit-keyframes jfade-in {
    0% {
        opacity: 0
    }
    100% {
        opacity: 100
    }
}

@keyframes jfade-out {
    0% {
        opacity: 100
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes jfade-out {
    0% {
        opacity: 100
    }
    100% {
        opacity: 0
    }
}

@keyframes jslide-left-in {
    0% {
        left: -100%
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes jslide-left-in {
    0% {
        left: -100%
    }
    100% {
        left: 0
    }
}

@keyframes jslide-left-out {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@-webkit-keyframes jslide-left-out {
    0% {
        left: 0
    }
    100% {
        left: -100%
    }
}

@keyframes jslide-right-in {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@-webkit-keyframes jslide-right-in {
    0% {
        left: 100%
    }
    100% {
        left: 0
    }
}

@keyframes jslide-right-out {
    0% {
        left: 0
    }
    100% {
        left: 100%
    }
}

@-webkit-keyframes jslide-right-out {
    0% {
        left: 0
    }
    100% {
        left: 100%
    }
}

@keyframes jslide-top-in {
    0% {
        transform: translateY(-100%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes jslide-top-in {
    0% {
        transform: translateY(-100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes jslide-top-out {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(-100%)
    }
}

@-webkit-keyframes jslide-top-out {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(-100%)
    }
}

@keyframes jslide-bottom-in {
    0% {
        transform: translateY(100%)
    }
    100% {
        transform: translateY(0)
    }
}

@-webkit-keyframes jslide-bottom-in {
    0% {
        transform: translateY(100%)
    }
    100% {
        -webkit-transform: translateY(0)
    }
}

@keyframes jslide-bottom-out {
    0% {
        transform: translateY(0)
    }
    100% {
        transform: translateY(100%)
    }
}

@-webkit-keyframes jslide-bottom-out {
    0% {
        -webkit-transform: translateY(0)
    }
    100% {
        -webkit-transform: translateY(100%)
    }
}

@-webkit-keyframes jspin {
    from {
        -webkit-transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg)
    }
}

@keyframes jspin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(359deg)
    }
}

.jcalendar {
    position: absolute;
    z-index: 9000;
    display: none;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-tap-highlight-color: transparent;
    min-width: 280px
}

.jcalendar.jcalendar-focus {
    display: block
}

.jcalendar .jcalendar-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9000;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    padding: 0;
    display: none
}

.jcalendar .jcalendar-container {
    position: relative;
    box-sizing: border-box
}

.jcalendar .jcalendar-content {
    position: absolute;
    z-index: 9001;
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    background-color: #fff
}

.jcalendar-header {
    text-align: center
}

.jcalendar-header span {
    margin-right: 4px;
    font-size: 1.1em;
    font-weight: 700
}

.jcalendar-prev {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M15.41 16.59L10.83 12l4.58-4.59L14 6l-6 6 6 6 1.41-1.41z%27 fill=%27%23000%27 /%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat
}

.jcalendar-next {
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M8.59 16.59L13.17 12 8.59 7.41 10 6l6 6-6 6-1.41-1.41z%27 fill=%27%23000%27 /%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat
}

.jcalendar-weekday {
    font-weight: 600;
    background-color: #fcfcfc;
    padding: 14px
}

.jcalendar-table {
    padding: 10px
}

.jcalendar-table > table {
    width: 100%;
    background-color: #fff
}

.jcalendar-table > table > thead {
    cursor: pointer
}

.jcalendar-table thead td {
    padding: 10px;
    height: 40px
}

.jcalendar-table > table > tbody > tr {
    height: 34px
}

.jcalendar-table > table > tbody td {
    box-sizing: border-box;
    cursor: pointer;
    padding: 9px;
    font-size: .9em
}

.jcalendar-table tfoot td {
    padding: 10px
}

.jcalendar-months td, .jcalendar-years td {
    height: 24px
}

.jcalendar-input {
    padding-right: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2716%27 viewBox=%270 0 24 24%27 fill=%27gray%27%3E%3Cpath d=%27M20 3h-1V1h-2v2H7V1H5v2H4c-1.1 0-2 .9-2 2v16c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm0 18H4V8h16v13z%27/%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0z%27/%3E%3C/svg%3E");
    background-position: top 50% right 5px;
    background-repeat: no-repeat;
    box-sizing: border-box
}

.jcalendar-done {
    -webkit-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    box-shadow: 1px 1px 5px 0 rgba(0, 0, 0, .39);
    background-color: #fff
}

.jcalendar-update {
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px;
    width: 100%
}

.jcalendar-container select {
    width: 55px;
    display: inline-block;
    border: 0;
    padding: 4px;
    text-align: center;
    font-size: 1.1em;
    user-select: none;
    margin-right: 10px
}

.jcalendar-container select:first-child {
    margin-right: 2px
}

.jcalendar-selected {
    background-color: #eee
}

.jcalendar-confirm, .jcalendar-reset {
    text-transform: uppercase;
    cursor: pointer;
    color: var(--jactive-color)
}

.jcalendar-controls {
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: middle;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: space-between;
    align-items: center
}

.jcalendar-controls div {
    font-weight: 700
}

.jcalendar-fullsize {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0
}

.jcalendar-fullsize .jcalendar-content {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0
}

.jcalendar-focus.jcalendar-fullsize .jcalendar-backdrop {
    display: block
}

.jcalendar-sunday {
    color: red
}

.jcalendar-disabled {
    color: #ccc
}

.jcalendar-time {
    display: flex
}

.jcalendar_warning {
    color: red
}

.jcalendar-hide-controls .jcalendar-controls {
    display: none
}

.jcolor {
    display: none;
    outline: 0;
    position: absolute
}

.jcolor-input {
    padding-right: 24px !important;
    background: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27black%27 width=%2718px%27 height=%2718px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M12 3c-4.97 0-9 4.03-9 9s4.03 9 9 9c.83 0 1.5-.67 1.5-1.5 0-.39-.15-.74-.39-1.01-.23-.26-.38-.61-.38-.99 0-.83.67-1.5 1.5-1.5H16c2.76 0 5-2.24 5-5 0-4.42-4.03-8-9-8zm-5.5 9c-.83 0-1.5-.67-1.5-1.5S5.67 9 6.5 9 8 9.67 8 10.5 7.33 12 6.5 12zm3-4C8.67 8 8 7.33 8 6.5S8.67 5 9.5 5s1.5.67 1.5 1.5S10.33 8 9.5 8zm5 0c-.83 0-1.5-.67-1.5-1.5S13.67 5 14.5 5s1.5.67 1.5 1.5S15.33 8 14.5 8zm3 4c-.83 0-1.5-.67-1.5-1.5S16.67 9 17.5 9s1.5.67 1.5 1.5-.67 1.5-1.5 1.5z%27/%3E%3C/svg%3E") top 50% right 4px no-repeat, content-box;
    box-sizing: border-box
}

.jcolor-content {
    position: absolute;
    z-index: 9000;
    user-select: none;
    -webkit-font-smoothing: antialiased;
    font-size: .875rem;
    letter-spacing: .2px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12), 0 5px 5px -3px rgba(0, 0, 0, .2);
    background-color: #fff;
    box-sizing: border-box;
    min-width: 260px
}

.jmodal .jcolor-content {
    position: fixed
}

.jcolor-controls {
    display: flex;
    padding: 10px;
    border-bottom: 1px solid #eee;
    margin-bottom: 5px
}

.jcolor-controls div {
    flex: 1;
    font-size: 1em;
    color: var(--jactive-color);
    text-transform: uppercase;
    font-weight: 700;
    box-sizing: border-box
}

.jcolor-content table {
    border-collapse: collapse;
    box-sizing: border-box
}

.jcolor-focus {
    display: block
}

.jcolor table {
    width: 100%;
    height: 100%;
    min-height: 160px
}

.jcolor td {
    padding: 7px
}

.jcolor-selected {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z%27 fill=%27white%27/%3E%3C/svg%3E")
}

.jcolor-fullscreen {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    max-height: 290px;
    border-radius: 0;
    box-sizing: border-box
}

.jcolor-fullscreen .jcolor-controls {
    padding: 15px;
    -webkit-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .39);
    box-shadow: 1px 0 1px 0 rgba(0, 0, 0, .39)
}

.jcolor-reset {
    text-align: left
}

.jcolor-close {
    text-align: right
}

.jcolor-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    padding: 0;
    z-index: 8000;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jcolor-content .jtabs-content {
    padding: 7px
}

.jcolor-grid tr:first-child > td:first-child {
    border-top-left-radius: 3px
}

.jcolor-grid tr:first-child > td:last-child {
    border-top-right-radius: 3px
}

.jcolor-grid tr:last-child > td:first-child {
    border-bottom-left-radius: 3px
}

.jcolor-grid tr:last-child > td:last-child {
    border-bottom-right-radius: 3px
}

.jcolor-hsl {
    box-sizing: border-box
}

.jcolor-hsl > div {
    height: 100%;
    position: relative
}

.jcolor-hsl canvas {
    display: block;
    border-radius: 4px;
    -webkit-user-drag: none
}

.jcolor-point {
    height: 5px;
    width: 5px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.jcolor-sliders {
    padding: 10px 20px 10px 10px
}

.jcolor-sliders input {
    -webkit-appearance: none;
    height: 12px;
    width: 80%;
    background: #d3d3d3;
    opacity: 1;
    border-radius: 30px;
    outline: 0
}

.jcolor-sliders-input-subcontainer {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.jcolor-sliders-input-container {
    margin-top: 4px;
    line-height: .8em;
    text-align: left
}

.jcolor-sliders-input-container > label {
    font-size: 10px;
    text-transform: uppercase;
    color: #bbbbbd
}

.jcolor-sliders-input-subcontainer > input {
    border: 0;
    padding: 1px
}

.jcolor-sliders-input-container input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    cursor: pointer
}

.jcolor-sliders-input-container input::-moz-range-thumb {
    -webkit-appearance: none;
    height: 12px;
    width: 12px;
    border-radius: 50%;
    background: #000;
    border: 2px solid #fff;
    cursor: pointer
}

.jcolor-sliders-final-color {
    padding: 6px;
    user-select: all;
    margin-top: 10px;
    text-align: center
}

.jcolor-sliders-final-color > div:nth-child(2) {
    width: 71px;
    text-transform: uppercase
}

.jcolor .jtabs .jtabs-headers-container .jtabs-controls {
    display: none !important
}

.jcolor .jtabs .jtabs-headers-container {
    display: flex !important;
    justify-content: center;
    padding: 4px
}

.jcolor .jtabs-headers > div:not(.jtabs-border) {
    padding: 2px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    font-size: .8em
}

.jcontextmenu {
    position: fixed;
    z-index: 10000;
    background: #fff;
    color: #555;
    font-size: 11px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-box-shadow: 2px 2px 2px 0 #8f9091;
    -moz-box-shadow: 2px 2px 2px 0 #8f9091;
    box-shadow: 2px 2px 2px 0 #8f9091;
    border: 1px solid #c6c6c6;
    padding: 0;
    padding-top: 4px;
    padding-bottom: 4px;
    margin: 0;
    outline: 0;
    display: none
}

.jcontextmenu.jcontextmenu-focus {
    display: inline-block
}

.jcontextmenu > div {
    box-sizing: border-box;
    display: flex;
    padding: 8px 8px 8px 32px;
    width: 250px;
    position: relative;
    cursor: default;
    font-size: 11px;
    font-family: sans-serif;
    text-align: left;
    -webkit-box-align: center;
    align-items: center
}

.jcontextmenu > div::before {
    content: attr(data-icon);
    font-family: 'Material Icons' !important;
    font-size: 15px;
    position: absolute;
    left: 9px;
    line-height: 24px
}

.jcontextmenu.symbols > div::before {
    font-family: 'Material Symbols Outlined' !important
}

.jcontextmenu > div.header {
    display: none
}

.jcontextmenu > div a {
    color: #555;
    text-decoration: none;
    flex: 1;
    cursor: pointer
}

.jcontextmenu > div span {
    margin-right: 10px;
    font-size: .9em
}

.jcontextmenu .jcontextmenu-disabled a {
    color: #ccc
}

.jcontextmenu .jcontextmenu-disabled::before {
    color: #ccc
}

.jcontextmenu > div:hover {
    background: #ebebeb
}

.jcontextmenu hr {
    border: 1px solid #e9e9e9;
    border-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.jcontextmenu > hr:hover {
    background: 0 0
}

.jcontextmenu .jcontextmenu {
    top: 4px;
    left: 99%;
    opacity: 0;
    position: absolute
}

.jcontextmenu > div:hover > .jcontextmenu {
    display: block;
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
    pointer-events: auto
}

@media only screen and (max-width: 420px) {
    .jcontextmenu {
        top: initial !important;
        left: 0 !important;
        bottom: 0 !important;
        width: 100vw;
        height: 260px;
        overflow: scroll;
        animation: jslide-bottom-in .4s forwards;
        padding-top: 0
    }

    .jcontextmenu div {
        width: 100%;
        text-align: center;
        border-bottom: 1px solid #ccc;
        padding: 15px
    }

    .jcontextmenu > div.header {
        background-color: #d3d3d3;
        padding: 5px;
        top: 0;
        position: sticky;
        z-index: 2
    }

    .jcontextmenu > div.header > a.title {
        text-align: left
    }

    .jcontextmenu > div.header > a.close {
        text-align: right
    }

    .jcontextmenu a {
        font-size: 1.4em;
        text-transform: uppercase
    }

    .jcontextmenu span {
        display: none
    }

    .jcontextmenu span {
        display: none
    }

    .jcontextmenu hr {
        display: none
    }
}

.jdropdown {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    display: inline-block
}

.jdropdown-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .5);
    border: 0;
    padding: 0;
    z-index: 8000;
    display: none
}

.jdropdown[disabled] {
    opacity: .5;
    pointer-events: none
}

.jdropdown-focus {
    position: relative
}

.jdropdown-focus .jdropdown-container {
    transform: translate3d(0, 0, 0)
}

.jdropdown-default.jdropdown-focus .jdropdown-header {
    outline: auto 5px -webkit-focus-ring-color
}

.jdropdown-default.jdropdown-focus .jdropdown-header.jdropdown-add {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27gray%27 width=%2724px%27 height=%2724px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z%27/%3E%3C/svg%3E")
}

.jdropdown-container-header {
    padding: 0;
    margin: 0;
    position: relative;
    box-sizing: border-box
}

.jdropdown-header {
    width: 100%;
    appearance: none;
    background-repeat: no-repeat;
    background-position: top 50% right 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3Cpath d=%27M7 10l5 5 5-5H7z%27 fill=%27gray%27/%3E%3C/svg%3E");
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 30px !important
}

.jdropdown-insert-button {
    font-size: 1.4em;
    text-transform: uppercase;
    position: absolute;
    right: 30px;
    top: 4px;
    display: none
}

.jdropdown-container {
    min-width: inherit;
    transform: translate3d(-10000px, 0, 0);
    position: absolute;
    z-index: 9001
}

.jdropdown-close {
    display: none;
    font-size: 1em;
    color: var(--jactive-color);
    text-transform: uppercase;
    text-align: right;
    padding: 12px;
    font-weight: 700
}

.jdropdown-content {
    min-width: inherit;
    margin: 0;
    box-sizing: border-box
}

.jdropdown-item {
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow-x: hidden;
    color: #000;
    display: flex;
    align-items: center
}

.jdropdown-description {
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 1.5em
}

.jdropdown-image {
    margin-right: 10px;
    width: 32px;
    height: 32px;
    border-radius: 20px
}

.jdropdown-image-small {
    width: 24px;
    height: 24px
}

.jdropdown-icon {
    margin-right: 10px;
    font-size: 30px;
    margin-left: -5px
}

.jdropdown-icon-small {
    font-size: 24px;
    margin-left: 0
}

.jdropdown-title {
    font-size: .7em;
    text-overflow: ellipsis;
    overflow-x: hidden;
    display: block
}

.jdropdown-default .jdropdown-header {
    border: 1px solid #ccc;
    padding: 5px;
    padding-left: 10px;
    padding-right: 16px
}

.jdropdown-default .jdropdown-container {
    background-color: #fff
}

.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-header {
    padding-right: 50px
}

.jdropdown-default.jdropdown-focus.jdropdown-insert .jdropdown-insert-button {
    display: block
}

.jdropdown-default .jdropdown-content {
    min-width: inherit;
    border: 1px solid #8fb1e3;
    margin: 0;
    background-color: #fff;
    box-sizing: border-box;
    min-height: 10px;
    max-height: 215px;
    overflow-y: auto
}

.jdropdown-default .jdropdown-item {
    padding: 4px;
    padding-left: 8px;
    padding-right: 40px
}

.jdropdown-default .jdropdown-item:hover {
    background-color: #1f93ff;
    color: #fff
}

.jdropdown-default .jdropdown-cursor {
    background-color: #eee
}

.jdropdown-default .jdropdown-selected {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: top 50% right 5px;
    background-color: #1f93ff;
    color: #fff
}

.jdropdown-default .jdropdown-group {
    margin-top: 5px
}

.jdropdown-default .jdropdown-group .jdropdown-item {
    padding-left: 16px
}

.jdropdown-default .jdropdown-group-name {
    padding-left: 8px;
    font-weight: 700;
    text-align: left
}

.jdropdown-default .jdropdown-reset_ {
    content: 'x';
    position: absolute;
    top: 0;
    right: 0;
    margin: 5px;
    margin-right: 10px;
    font-size: 12px;
    width: 12px;
    cursor: pointer;
    text-shadow: 0 0 5px #fff;
    display: none;
    line-height: 1.8em
}

.jdropdown-default.jdropdown-focus .jdropdown-reset_ {
    display: block
}

.jdropdown-picker.jdropdown-focus .jdropdown-backdrop {
    display: block
}

.jdropdown-picker .jdropdown-header {
    outline: 0
}

.jdropdown-picker .jdropdown-container {
    position: fixed;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #e6e6e8;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box
}

.jdropdown-picker .jdropdown-close {
    -webkit-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .39);
    -moz-box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .39);
    box-shadow: 0 -1px 5px 0 rgba(0, 0, 0, .39);
    background-color: #fff;
    display: block
}

.jdropdown-picker .jdropdown-content {
    overflow-y: scroll;
    height: 280px;
    background-color: #fafafa;
    border-top: 1px solid #e6e6e8
}

.jdropdown-picker .jdropdown-group-name {
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    border-bottom: 1px solid #e6e6e8;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    font-weight: 700
}

.jdropdown-picker .jdropdown-item {
    font-size: 1em;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e8;
    padding-left: 20px;
    padding-right: 20px
}

.jdropdown-picker .jdropdown-selected {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIiAvPjxwYXRoIGQ9Ik05IDE2LjE3TDQuODMgMTJsLTEuNDIgMS40MUw5IDE5IDIxIDdsLTEuNDEtMS40MXoiIGZpbGw9IndoaXRlIiAvPjwvc3ZnPgo=);
    background-repeat: no-repeat;
    background-position: top 50% right 15px;
    background-color: #1f93ff;
    color: #fff
}

.jdropdown-picker .jdropdown-cursor {
    background-color: #1f93ff;
    color: #fff
}

.jdropdown-searchbar.jdropdown-focus {
    position: fixed;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: #fafafa;
    padding: 0;
    z-index: 9001;
    overflow-y: scroll;
    will-change: scroll-position;
    -webkit-overflow-scrolling: touch
}

.jdropdown-searchbar.jdropdown-focus .jdropdown-container-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9002;
    padding: 6px;
    background-color: #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .1);
    width: 100%;
    height: 40px
}

.jdropdown-searchbar.jdropdown-focus .jdropdown-header {
    border: 0 !important;
    background-position-x: 0% !important;
    background-position-y: 40% !important;
    background-repeat: no-repeat;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMTUuNSAxNGgtLjc5bC0uMjgtLjI3QzE1LjQxIDEyLjU5IDE2IDExLjExIDE2IDkuNSAxNiA1LjkxIDEzLjA5IDMgOS41IDNTMyA1LjkxIDMgOS41IDUuOTEgMTYgOS41IDE2YzEuNjEgMCAzLjA5LS41OSA0LjIzLTEuNTdsLjI3LjI4di43OWw1IDQuOTlMMjAuNDkgMTlsLTQuOTktNXptLTYgMEM3LjAxIDE0IDUgMTEuOTkgNSA5LjVTNy4wMSA1IDkuNSA1IDE0IDcuMDEgMTQgOS41IDExLjk5IDE0IDkuNSAxNHoiIGZpbGw9IiNlNmU2ZTgiLz48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PC9zdmc+);
    padding-left: 30px !important;
    padding-right: 60px !important
}

.jdropdown-searchbar.jdropdown-focus .jdropdown-close {
    display: block
}

.jdropdown-searchbar .jdropdown-header {
    outline: 0
}

.jdropdown-searchbar .jdropdown-container {
    margin-top: 40px;
    width: 100%
}

.jdropdown-searchbar .jdropdown-close {
    position: fixed;
    top: 0;
    right: 0
}

.jdropdown-searchbar .jdropdown-content {
    margin-top: 10px
}

.jdropdown-searchbar .jdropdown-group {
    margin-top: 10px;
    margin-bottom: 15px;
    background-color: #fff
}

.jdropdown-searchbar .jdropdown-group-name {
    border-top: 1px solid #e6e6e8;
    border-bottom: 1px solid #e6e6e8;
    padding: 10px;
    padding-left: 12px;
    font-weight: 700
}

.jdropdown-searchbar .jdropdown-group-arrow {
    float: right;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat
}

.jdropdown-searchbar .jdropdown-group-arrow-down {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNNy40MSA4LjU5TDEyIDEzLjE3bDQuNTktNC41OEwxOCAxMGwtNiA2LTYtNiAxLjQxLTEuNDF6Ii8+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyNHYyNEgwVjB6Ii8+PC9zdmc+)
}

.jdropdown-searchbar .jdropdown-group-arrow-up {
    background-image: url(data:image/svg+xml;base64,CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTcuNDEgMTUuNDFMMTIgMTAuODNsNC41OSA0LjU4TDE4IDE0bC02LTYtNiA2eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48L3N2Zz4=)
}

.jdropdown-searchbar .jdropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e8;
    padding-left: 15px;
    padding-right: 40px;
    background-color: #fff;
    font-size: .9em
}

.jdropdown-searchbar .jdropdown-description {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: calc(100% - 20px)
}

.jdropdown-searchbar .jdropdown-content > .jdropdown-item:first-child {
    border-top: 1px solid #e6e6e8
}

.jdropdown-searchbar .jdropdown-selected {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top 50% right 15px
}

.jdropdown-list .jdropdown-container {
    display: block
}

.jdropdown-list .jdropdown-header {
    display: none
}

.jdropdown-list .jdropdown-group {
    background-color: #fff
}

.jdropdown-list .jdropdown-group-name {
    border-bottom: 1px solid #e6e6e8;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 700
}

.jdropdown-list .jdropdown-item {
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e8;
    padding-left: 10px;
    padding-right: 40px;
    background-color: #fff
}

.jdropdown-list .jdropdown-selected {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBkPSJNMCAwaDI0djI0SDB6IiBmaWxsPSJub25lIi8+PHBhdGggZD0iTTkgMTYuMTdMNC44MyAxMmwtMS40MiAxLjQxTDkgMTkgMjEgN2wtMS40MS0xLjQxeiIgZmlsbD0iIzAwN2FmZiIvPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top 50% right 10px
}

@media only screen and (max-width: 800px) {
    .jdropdown-list {
        width: 100% !important;
        border: 0;
        padding: 0
    }

    .jdropdown-list .jdropdown-container {
        min-width: 100%
    }

    .jdropdown-searchbar.jdropdown-focus .jdropdown-description {
        text-transform: uppercase
    }
}

.app .jdropdown-item {
    text-transform: uppercase
}

.jdropdown-create-container {
    margin: 10px;
    border: 1px solid #ccc;
    border-radius: 2px;
    padding: 6px
}

.jdropdown-color {
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 12px;
    width: 12px;
    height: 12px;
    margin-right: 6px
}

.jdropdown-item[data-disabled] {
    opacity: .5;
    pointer-events: none
}

.jeditor-container {
    border: 1px solid #ccc;
    box-sizing: border-box
}

.jeditor-container.with-margin {
    background-color: #f2f2f2;
    max-width: 1200px
}

.jeditor-dragging {
    border: 1px dashed #000
}

.jeditor {
    outline: 0;
    word-break: break-word
}

.jeditor-container.with-margin .jeditor {
    background-color: #fff;
    margin: 80px;
    min-height: 800px;
    padding: 80px;
    max-width: 800px
}

.jeditor[data-placeholder]:empty:before {
    content: attr(data-placeholder);
    color: #d3d3d3
}

.jsnippet {
    margin-top: 15px;
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative
}

.jsnippet:focus {
    outline: 0
}

.jsnippet img {
    width: 100%
}

.jsnippet .jsnippet-title {
    padding: 15px;
    font-size: 1.4em
}

.jsnippet .jsnippet-description {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1em
}

.jsnippet .jsnippet-host {
    padding: 15px;
    text-transform: uppercase;
    font-size: .8em;
    color: #777;
    text-align: right
}

.jsnippet .jsnippet-url {
    display: none
}

.jeditor .jsnippet:after {
    content: 'close';
    font-family: 'Material icons';
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    cursor: pointer;
    text-shadow: 0 0 2px #fff;
    position: absolute;
    top: 12px;
    right: 12px
}

.jsnippet * {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

.jeditor img {
    border: 2px solid transparent;
    box-sizing: border-box
}

.jeditor img.resizing {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none
}

.jeditor img:focus {
    border: 2px solid #0096fd;
    outline: #0096FD
}

.jeditor .pdf {
    background-image: url("data:image/svg+xml,%3Csvg version=%271.1%27 id=%27Layer_1%27 xmlns=%27http://www.w3.org/2000/svg%27 xmlns:xlink=%27http://www.w3.org/1999/xlink%27 x=%270px%27 y=%270px%27 viewBox=%270 0 512 512%27 style=%27enable-background:new 0 0 512 512;%27 xml:space=%27preserve%27%3E%3Cpath style=%27fill:%23C30B15;%27 d=%27M511.344,274.266C511.77,268.231,512,262.143,512,256C512,114.615,397.385,0,256,0S0,114.615,0,256 c0,117.769,79.53,216.949,187.809,246.801L511.344,274.266z%27/%3E%3Cpath style=%27fill:%2385080E;%27 d=%27M511.344,274.266L314.991,77.913L119.096,434.087l68.714,68.714C209.522,508.787,232.385,512,256,512 C391.243,512,501.976,407.125,511.344,274.266z%27/%3E%3Cpolygon style=%27fill:%23FFFFFF;%27 points=%27278.328,333.913 255.711,77.913 119.096,77.913 119.096,311.652 %27/%3E%3Cpolygon style=%27fill:%23E8E6E6;%27 points=%27392.904,311.652 392.904,155.826 337.252,133.565 314.991,77.913 255.711,77.913 256.067,333.913 %27/%3E%3Cpolygon style=%27fill:%23FFFFFF;%27 points=%27314.991,155.826 314.991,77.913 392.904,155.826 %27/%3E%3Crect x=%27119.096%27 y=%27311.652%27 style=%27fill:%23FC0F1A;%27 width=%27273.809%27 height=%27122.435%27/%3E%3Cg%3E%3Cpath style=%27fill:%23FFFFFF;%27 d=%27M204.871,346.387c13.547,0,21.341,6.659,21.341,18.465c0,12.412-7.795,19.601-21.341,19.601h-9.611 v14.909h-13.471v-52.975L204.871,346.387L204.871,346.387z M195.26,373.858h8.93c5.904,0,9.308-2.952,9.308-8.552 c0-5.525-3.406-8.324-9.308-8.324h-8.93V373.858z%27/%3E%3Cpath style=%27fill:%23FFFFFF;%27 d=%27M257.928,346.387c16.649,0,28.152,10.746,28.152,26.487c0,15.666-11.655,26.488-28.683,26.488 h-22.25v-52.975H257.928z M248.619,388.615h9.611c8.249,0,14.151-6.357,14.151-15.665c0-9.384-6.205-15.817-14.757-15.817h-9.006 V388.615z%27/%3E%3Cpath style=%27fill:%23FFFFFF;%27 d=%27M308.563,356.982v12.26h23.763v10.596h-23.763v19.525h-13.471v-52.975h39.277v10.595h-25.806 V356.982z%27/%3E%3C/g%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px
}

.jeditor-toolbar {
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;
    margin: 10px
}

.toolbar-on-top .jeditor-toolbar {
    width: initial;
    margin: 0;
    box-shadow: 1px 1px 2px rgb(0 0 0 / 10%);
    display: block
}

.toolbar-on-top .jeditor {
    padding: 15px
}

.toolbar-on-top .jtoolbar .material-icons {
    font-size: 24px;
    transform: initial;
    margin: 4px
}

.toolbar-on-top .jtoolbar .jpicker-header {
    font-size: 1em;
    margin-top: 4px;
    margin-bottom: 4px
}

.jeditor table {
    border-collapse: collapse
}

.jeditor table td {
    border: 1px solid #bbb;
    height: 2em
}

.jeditor table td:focus {
    border: 1px solid #00f
}

.jeditor .line-break {
    border-top: 1px dashed #ccc;
    display: flex;
    justify-content: center;
    pointer-events: none
}

.jeditor .line-break:before {
    content: 'New page';
    background-color: #fff;
    color: #ccc;
    margin: -1em;
    padding: 6px;
    position: absolute
}

.jfloating {
    position: fixed;
    bottom: 0;
    right: 0;
    margin-right: 5px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    background-color: #fff;
    box-sizing: border-box;
    padding-top: 50px !important;
    z-index: 9002;
    border-radius: 8px
}

.jfloating.jfloating-big {
    width: 510px !important;
    height: 472px !important
}

.jfloating.jfloating-small {
    width: 300px !important;
    height: 320px !important
}

.jfloating.jfloating-large {
    width: 600px !important;
    height: 600px !important
}

.jfloating:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    content: attr(title);
    padding: 15px;
    box-sizing: border-box;
    font-size: 1.2em;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    background-color: #404040;
    font-size: .93rem;
    font-weight: 600;
    color: #fff;
    letter-spacing: .5px
}

.jfloating:after {
    content: '';
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27%23FFF%27 d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    margin: 14px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-shadow: 0 0 5px #fff
}

.jfloating_content {
    padding: 20px;
    overflow-y: auto;
    max-height: 100%;
    box-sizing: border-box;
    height: -webkit-fill-available
}

.jfloating.jfloating-minimized {
    height: 50px !important
}

.jfloating.jfloating-minimized .jfloating_content {
    display: none
}

.jmodal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 60%;
    height: 60%;
    -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, .2);
    border: 1px solid #ccc;
    background-color: #fff;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    z-index: 9002;
    border-radius: 4px;
    display: flex;
    flex-direction: column
}

.jmodal_title {
    padding: 20px;
    height: 70px;
    box-sizing: border-box;
    font-size: 1.4em;
    background-color: #fff;
    border-radius: 8px 8px 0 0;
    pointer-events: none;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    border-bottom: 1px solid #eee
}

.jmodal_title > div {
    font-size: 1.4em
}

.jmodal_title[data-icon]:before {
    content: attr(data-icon);
    font-family: 'Material Icons' !important;
    width: 24px;
    height: 24px;
    font-size: 24px;
    margin-right: 10px;
    line-height: 24px
}

.jmodal_content {
    padding: 20px;
    overflow-y: auto;
    height: 100%;
    box-sizing: border-box;
    scrollbar-width: thin;
    scrollbar-color: #333 transparent
}

.jmodal_title:empty {
    display: none
}

.jmodal_title:empty + .jmodal_content {
    height: 100%
}

.jmodal_content::-webkit-scrollbar {
    height: 12px
}

.jmodal_content::-webkit-scrollbar {
    width: 12px
}

.jmodal_content::-webkit-scrollbar-track {
    border: 1px solid #fff;
    background: #eee
}

.jmodal_content::-webkit-scrollbar-thumb {
    border: 1px solid #fff;
    background: #888
}

.jmodal:after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
    position: absolute;
    top: 0;
    right: 0;
    margin: 25px;
    font-size: 24px;
    width: 24px;
    height: 24px;
    cursor: pointer;
    text-shadow: 0 0 5px #fff
}

.jmodal_fullscreen {
    width: 100% !important;
    height: 100% !important;
    top: 0;
    left: 0;
    transform: none;
    border: 0;
    border-radius: 0
}

.jmodal_backdrop {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, .2);
    border: 0;
    padding: 0;
    z-index: 8000;
    display: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jmodal_content .jcalendar .jcalendar-content, .jmodal_content .jdropdown-container {
    position: fixed
}

.jnotification {
    position: fixed;
    z-index: 10000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    bottom: 0
}

.jnotification-container {
    -webkit-box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .7);
    box-shadow: 0 2px 15px -5px rgba(0, 0, 0, .7);
    padding: 12px;
    border-radius: 8px;
    background-color: #000;
    background: #5c5c5c;
    background: linear-gradient(0deg, #5c5c5c 0, #4d4d4d 100%);
    color: #fff;
    width: 320px;
    margin: 30px;
    padding: 20px
}

.jnotification-close {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
    font-size: 20px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.jnotification-title {
    font-weight: 700
}

.jnotification-header {
    display: flex;
    padding-bottom: 5px
}

.jnotification-header:empty {
    display: none
}

.jnotification-image {
    margin-right: 5px
}

.jnotification-image:empty {
    display: none
}

.jnotification-image img {
    width: 24px
}

.jnotification-name {
    text-transform: uppercase;
    font-size: .9em;
    flex: 1;
    letter-spacing: .1em
}

.jnotification-error .jnotification-container {
    background: #b62606;
    background: linear-gradient(0deg, #aa290d 0, #950b0b 100%)
}

@media (max-width: 800px) {
    .jnotification {
        top: calc(0px + var(--jsafe-area-top));
        width: 100%
    }

    .jnotification-container {
        background: rgba(255, 255, 255, .95);
        border: 1px solid #eee;
        color: #444;
        margin: 0;
        width: initial
    }

    .jnotification-error .jnotification-container {
        background: rgba(255, 255, 255, .95);
        color: #790909
    }

    .jnotification-close {
        background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27black%27%3E%3Cpath d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E")
    }
}

.jnotification-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.jpicker {
    cursor: pointer;
    white-space: nowrap;
    display: inline-flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
    position: relative;
    min-height: 26px
}

.jpicker-header {
    background-repeat: no-repeat;
    background-position: top 50% right 5px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3Cpath d=%27M7 10l5 5 5-5H7z%27 fill=%27gray%27/%3E%3C/svg%3E");
    text-overflow: ellipsis;
    cursor: pointer;
    box-sizing: border-box;
    text-align: left;
    outline: 0;
    line-height: 24px;
    padding: 2px 35px 2px 12px;
    border-radius: 4px
}

.jpicker-header:hover {
    background-color: #f2f2f2
}

.jpicker-content {
    position: absolute;
    top: 0;
    display: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: #fff;
    padding: 4px;
    z-index: 50;
    text-align: left;
    max-height: 250px;
    scrollbar-width: thin;
    scrollbar-color: #333 transparent
}

.jpicker-content::-webkit-scrollbar {
    width: 8px
}

.jpicker-content::-webkit-scrollbar-track {
    background: #eee
}

.jpicker-content::-webkit-scrollbar-thumb {
    background: #888
}

.jpicker-content > div {
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px
}

.jpicker-focus > .jpicker-content {
    display: block
}

.jpicker-content > div:hover {
    background-color: #efefef
}

.jpicker-content > div:empty {
    opacity: 0
}

.jpicker-header > div, .jpicker-header > i {
    display: block
}

.jpicker-focus > .jpicker-content.jpicker-columns {
    display: flex !important;
    justify-content: center;
    flex-wrap: wrap
}

.jpicker-focus .jpicker-content.jpicker-grid {
    display: inline-grid
}

.jprogressbar {
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    box-sizing: border-box;
    background: #fff;
    -webkit-tap-highlight-color: transparent;
    display: inline-block;
    box-sizing: border-box;
    cursor: pointer;
    border: 1px solid #ccc;
    position: relative
}

.jprogressbar::before {
    content: attr(data-value);
    position: absolute;
    margin: 5px;
    margin-left: 10px
}

.jprogressbar-header::placeholder {
    color: #000
}

.jprogressbar:focus {
    outline: auto 5px -webkit-focus-ring-color
}

.jprogressbar > div {
    background-color: #eee;
    background-color: red;
    box-sizing: border-box;
    height: 31px
}

.jrating {
    display: flex
}

.jrating > div {
    width: 24px;
    height: 24px;
    line-height: 24px;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M22 9.24l-7.19-.62L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21 12 17.27 18.18 21l-1.63-7.03L22 9.24zM12 15.4l-3.76 2.27 1-4.28-3.32-2.88 4.38-.38L12 6.1l1.71 4.04 4.38.38-3.32 2.88 1 4.28L12 15.4z%27 fill=%27gray%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E")
}

.jrating .jrating-over {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27black%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
    opacity: .7
}

.jrating .jrating-selected {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27red%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M12 17.27L18.18 21l-1.64-7.03L22 9.24l-7.19-.61L12 2 9.19 8.63 2 9.24l5.46 4.73L5.82 21z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E")
}

.jsearch {
    position: relative;
    display: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jsearch_container {
    position: absolute;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .302), 0 2px 6px 2px rgba(60, 64, 67, .149);
    border: none;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 280px;
    padding: 8px 0;
    z-index: 1;
    -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 4px rgba(0, 0, 0, .2);
    -webkit-transition: opacity .218s;
    transition: opacity .218s;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .2);
    cursor: pointer;
    margin: 0;
    min-width: 300px;
    outline: 0;
    width: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jsearch_container:empty:after {
    content: attr(data-placeholder)
}

.jsearch_container > div {
    color: #333;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px 10px;
    user-select: none;
    -webkit-align-items: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jsearch_container > div:hover {
    background-color: #e8eaed
}

.jsearch_container > div > img {
    width: 32px;
    height: 32px;
    user-select: none;
    border-radius: 16px;
    margin-right: 2px
}

.jsearch_container > div > div {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: 2px;
    max-width: 300px;
    white-space: nowrap;
    user-select: none
}

.jsearch_container .selected {
    background-color: #e8eaed
}

.jslider {
    outline: 0
}

.jslider-focus {
    width: 100% !important;
    height: 100% !important
}

.jslider-focus img {
    display: none
}

.jslider img {
    width: 100px
}

.jslider-left::before {
    position: fixed;
    left: 15px;
    top: 50%;
    content: 'arrow_back_ios';
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Material Icons';
    font-size: 30px;
    text-shadow: 0 0 6px #383838;
    text-align: center;
    cursor: pointer
}

.jslider-right::after {
    position: fixed;
    right: 15px;
    top: 50%;
    content: 'arrow_forward_ios';
    color: #fff;
    width: 30px;
    height: 30px;
    font-family: 'Material Icons';
    font-size: 30px;
    text-shadow: 0 0 6px #383838;
    text-align: center;
    cursor: pointer
}

.jslider-close {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27 fill=%27white%27%3E%3Cpath d=%27M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E");
    position: fixed;
    top: 15px;
    right: 15px;
    cursor: pointer;
    z-index: 3000;
    display: block !important
}

.jslider-counter {
    height: 24px;
    background-color: transparent;
    position: fixed;
    left: 50%;
    transform: translateX(-50%);
    bottom: 15px;
    cursor: pointer;
    z-index: 3000;
    display: flex;
    display: -webkit-flex;
    -webkit-justify-content: center;
    -webkit-align-items: center;
    -webkit-flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-direction: row
}

.jslider-caption {
    position: fixed;
    max-width: 90vw;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    top: 15px;
    left: 15px;
    z-index: 3000;
    color: #fff;
    font-size: 1rem;
    display: block !important
}

.jslider-counter div {
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    margin: 0 5px;
    display: block !important
}

.jslider-counter .jslider-counter-focus {
    background-color: #6495ed;
    pointer-events: none
}

.jslider-focus {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 100%;
    z-index: 2000;
    margin: 0;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, .8);
    -webkit-transition-duration: .05s;
    transition-duration: .05s;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center
}

.jslider-focus img {
    width: 50vw;
    height: auto;
    box-sizing: border-box;
    margin: 0 auto;
    vertical-align: middle;
    display: none
}

.jslider-focus img.jslider-vertical {
    width: auto;
    height: 80vh
}

@media only screen and (max-width: 576px) {
    .jslider-focus img.jslider-vertical {
        width: 99vw !important;
        height: auto !important
    }

    .jslider-focus img {
        width: 100vw !important;
        height: auto !important
    }
}

.jslider-grid {
    display: -ms-grid;
    display: grid;
    grid-gap: 1px;
    position: relative
}

.jslider-grid[data-number='2'] {
    -ms-grid-columns: 1fr 50%;
    grid-template-columns:1fr 50%
}

.jslider-grid[data-number='3'] {
    -ms-grid-columns: 1fr 33%;
    grid-template-columns:1fr 33%
}

.jslider-grid[data-number='4'] {
    -ms-grid-columns: 1fr 25%;
    grid-template-columns:1fr 25%
}

.jslider-grid img {
    display: none;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.jslider-grid[data-total]:after {
    content: attr(data-total) "+";
    font-size: 1.5em;
    position: absolute;
    color: #fff;
    right: 15px;
    bottom: 6px
}

.jslider-grid img:first-child {
    -ms-grid-column: 1;
    -ms-grid-row: 1;
    grid-column: 1;
    grid-row: 1;
    display: block
}

.jslider-grid[data-number='2'] img:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
    display: block
}

.jslider-grid[data-number='3'] img:first-child {
    -ms-grid-column: 1/2;
    -ms-grid-row: 1/4;
    grid-column: 1/2;
    grid-row: 1/4
}

.jslider-grid[data-number='3'] img:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
    display: block
}

.jslider-grid[data-number='3'] img:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    display: block
}

.jslider-grid[data-number='4'] img:first-child {
    -ms-grid-column: 1/2;
    -ms-grid-row: 1/4;
    grid-column: 1/2;
    grid-row: 1/4
}

.jslider-grid[data-number='4'] img:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-row: 1;
    grid-column: 2;
    grid-row: 1;
    display: block
}

.jslider-grid[data-number='4'] img:nth-child(3) {
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    grid-column: 2;
    grid-row: 2;
    display: block
}

.jslider-grid[data-number='4'] img:nth-child(4) {
    -ms-grid-column: 2;
    -ms-grid-row: 3;
    grid-column: 2;
    grid-row: 3;
    display: block
}

.jtabs {
    max-width: 100vw;
    position: relative
}

.jtabs .jtabs-headers-container {
    display: flex;
    align-items: center
}

.jtabs .jtabs-headers {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative
}

.jtabs .jtabs-headers > div:not(.jtabs-border) {
    padding: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 1px;
    margin-right: 1px;
    background-color: #f1f1f1;
    cursor: pointer;
    white-space: nowrap;
    text-align: center
}

.jtabs .jtabs-headers > div.jtabs-selected {
    background-color: #e8e8e8;
    color: #000
}

.jtabs .jtabs-headers > div > div {
    color: #555;
    width: 100%;
    overflow: hidden
}

.jtabs .jtabs-headers i {
    display: block;
    margin: auto
}

.jtabs .jtabs-content {
    box-sizing: border-box
}

.jtabs .jtabs-content > div {
    display: none;
    box-sizing: border-box
}

.jtabs .jtabs-content > div.jtabs-selected {
    display: block
}

.jtabs .jtabs-border {
    position: absolute;
    height: 2px;
    background-color: #888;
    transform-origin: left;
    transition: all .2s cubic-bezier(.4, 0, .2, 1);
    transition-property: color, left, transform;
    display: none;
    pointer-events: none
}

.jtabs-animation .jtabs-border {
    display: initial
}

.jtabs .jtabs-controls {
    margin: 3px;
    margin-left: 10px;
    display: flex;
    min-width: 82px
}

.jtabs .jtabs-controls > div {
    cursor: pointer;
    background-position: center;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    line-height: 24px
}

.jtabs .jtabs-prev {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27gray%27 width=%2718px%27 height=%2718px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z%27/%3E%3C/svg%3E")
}

.jtabs .jtabs-prev.disabled {
    margin-left: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27lightgray%27 width=%2718px%27 height=%2718px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z%27/%3E%3C/svg%3E")
}

.jtabs .jtabs-next {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27gray%27 width=%2718px%27 height=%2718px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z%27/%3E%3C/svg%3E")
}

.jtabs .jtabs-next.disabled {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27lightgray%27 width=%2718px%27 height=%2718px%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z%27/%3E%3C/svg%3E")
}

.jtabs .jtabs-add {
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 height=%2724%27 viewBox=%270 0 24 24%27 width=%2724%27%3E%3Cpath d=%27M19 3H5c-1.11 0-2 .9-2 2v14c0 1.1.89 2 2 2h14c1.1 0 2-.9 2-2V5c0-1.1-.9-2-2-2zm-2 10h-4v4h-2v-4H7v-2h4V7h2v4h4v2z%27 fill=%27%23bbbbbb%27/%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3C/svg%3E")
}

.jtabs.jtabs-modern .jtabs-headers > div:not(.jtabs-border) {
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff
}

.jtabs.jtabs-modern .jtabs-headers > .jtabs-selected {
    color: #000
}

.jtabs.jtabs-modern .jtabs-headers > .jtabs-selected .material-icons {
    color: #000
}

.jtabs.jtabs-modern .jtabs-headers {
    background: #eeeeef !important;
    padding: 2px;
    border-radius: 4px
}

.jtabs.jtabs-modern .jtabs-headers .jtabs-border {
    border-color: #eeeeef !important
}

.jtabs.jtabs-modern .jtabs-border {
    background-color: rgba(194, 197, 188, .884)
}

.jtags {
    display: flex;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: flex-start;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
    padding: 1px;
    border: 1px solid #ccc;
    position: relative
}

.jtags.jtags-empty:not(.jtags-focus)::before {
    position: absolute;
    margin: 3px;
    color: #ccc;
    content: attr(data-placeholder);
    top: 0;
    margin-left: 6px
}

.jtags > div {
    padding: 3px 22px 3px 10px;
    font-size: .9em;
    position: relative;
    border-radius: 1px;
    margin: 2px;
    display: block;
    outline: 0
}

.jtags > div:empty:before {
    content: " ";
    white-space: pre
}

.jtags > div::after {
    content: 'x';
    position: absolute;
    right: 4px;
    width: 12px;
    height: 12px;
    cursor: pointer;
    font-size: .9em;
    display: none
}

.jtags_label {
    background-color: #e4e4e4 !important
}

.jtags_label::after {
    display: inline-block !important
}

.jtags_error::after {
    color: #fff !important
}

.jtags_error {
    background-color: #d93025 !important;
    color: #fff
}

.jtoolbar-container {
    border-radius: 2px;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    display: inline-flex !important
}

.jtoolbar {
    cursor: pointer;
    white-space: nowrap;
    display: flex;
    padding: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 13px
}

.jtoolbar-disabled {
    pointer-events: none;
    opacity: .4
}

.jtoolbar-mobile {
    display: flex;
    position: fixed;
    bottom: 0;
    margin: 0;
    left: 0;
    width: 100%;
    background: #f7f7f8;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .1);
    border-radius: 0
}

.jtoolbar > div {
    display: inline-flex;
    align-items: center;
    box-sizing: border-box;
    vertical-align: middle;
    justify-content: space-evenly
}

.jtoolbar-mobile > div {
    display: flex;
    width: 100%
}

.jtoolbar .jtoolbar-item {
    text-align: center;
    margin: auto;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px
}

.jtoolbar-mobile .jtoolbar-item {
    position: relative;
    flex: 1
}

.jtoolbar .jtoolbar-divisor {
    width: 2px;
    height: 18px;
    padding: 0;
    margin-left: 4px;
    margin-right: 4px;
    background-color: var(--jss-border-color, #ccc)
}

.jtoolbar .jtoolbar-label {
    padding-left: 8px;
    padding-right: 8px
}

.jtoolbar-mobile a {
    text-decoration: none;
    display: inline-block
}

.jtoolbar-mobile i {
    display: inline-flex !important;
    color: #929292
}

.jtoolbar-mobile span {
    font-size: .7em;
    display: block;
    color: #929292
}

.jtoolbar-mobile .jtoolbar-selected a, .jtoolbar-mobile .jtoolbar-selected i, .jtoolbar-mobile .jtoolbar-selected span {
    color: var(--jactive-color) !important;
    background-color: transparent
}

.jtoolbar-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.jtoolbar-item i {
    display: block;
    color: #333
}

.jtoolbar-item:hover {
    background-color: var(--jss-background-color-highlight, #e8e8e8)
}

.jtoolbar .jpicker {
    padding-left: 0;
    padding-right: 0
}

.jtoolbar .jpicker-header {
    padding: 0 20px 0 8px;
    background-position: top 50% right 0;
    display: flex;
    align-items: center
}

.jtoolbar .jpicker-content > div {
    padding: 6px
}

.jtoolbar-active {
    background-color: #eee
}

.jtoolbar .fa {
    width: 18px;
    height: 18px;
    display: block;
    line-height: 18px;
    font-size: 14px
}

.jtoolbar .material-icons {
    font-size: 18px;
    width: 24px;
    height: 24px;
    display: block;
    line-height: 24px;
    transform: rotate(.03deg);
    text-align: center
}

.jtoolbar .jtoolbar-arrow {
    background-repeat: no-repeat;
    background-position: center;
    width: 24px;
    margin-left: 4px;
    border-left: 1px solid var(--jss-border-color, #ccc)
}

.jtoolbar-floating {
    position: absolute;
    display: none;
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12), 0 2px 4px -1px rgba(0, 0, 0, .2);
    border-radius: 4px;
    background-color: var(--jss-background-color-header, #fff);
    padding: 4px;
    z-index: 50;
    text-align: left;
    margin-right: 20px
}

.jtoolbar-floating .jtoolbar-divisor {
    display: none
}

.jtoolbar-arrow-selected .jtoolbar-floating {
    display: flex;
    flex-wrap: wrap
}

:root {
    --lm-font-color: inherit;
    --lm-main-color: #2196f3;
    --lm-main-color-alpha: #2196f388;
    --lm-main-color-highlight: #1f64e1;
    --lm-secondary-color: #737373;
    --lm-border-color: #ccc;
    --lm-border-color-light: #e9e9e9;
    --lm-border-color-highlight: #aaa;
    --lm-border-outline: #000;
    --lm-background-color: #fff;
    --lm-background-color-header: #f8f8f8;
    --lm-background-color-highlight: #ececec;
    --lm-background-color-active: #dcdcdc;
    --lm-background-color-input: initial;
    --lm-icon-color: #777;
    --lm-font-grayout: #777;
    --lm-input-padding: 6px;
    --lm-border-radius: 2px;
    --lm-safe-area-top: 0;
    --lm-safe-area-bottom: 0;
    --lm-text-color: #000
}

.lm-dark-mode {
    --lm-font-color: #ddd;
    --lm-font-grayout: #777;
    --lm-border-color: #444;
    --lm-border-color-light: #222;
    --lm-border-color-highlight: #777;
    --lm-border-outline: #fff;
    --lm-background-color: #000;
    --lm-background-color-header: #181818;
    --lm-background-color-highlight: #282828;
    --lm-background-color-active: #858585;
    --lm-background-color-input: #181818;
    --lm-icon-color: #ccc
}

.lm-green {
    --lm-main-color: #39a33b;
    --lm-main-color-alpha: #39a33b88;
    --lm-main-color-highlight: #2f8431
}

body.lm-application {
    margin: 0;
    padding: 0;
    font-family: Montserrat, sans-serif;
    background: var(--lm-background-color);
    color: var(--lm-font-color)
}

.lm-application button, .lm-application input[type=number], .lm-application input[type=password], .lm-application input[type=text], .lm-application select, .lm-application textarea, .lm-input {
    padding: var(--lm-input-padding) var(--lm-input-padding) var(--lm-input-padding) 8px;
    box-sizing: border-box;
    border: 1px solid var(--lm-border-color, #ccc);
    background-color: var(--lm-background-color-input);
    line-height: initial;
    border-radius: 2px;
    color: var(--lm-font-color);
    font-family: inherit;
    font-size: inherit
}

.lm-application :disabled {
    color: #888
}

[visible=false] {
    display: none
}

[visible=true] {
    display: block
}

.lm-container {
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box
}

.lm-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    box-sizing: border-box
}

.lm-row.lm-container {
    flex-wrap: nowrap
}

.lm-row.lm-middle {
    align-items: center
}

.lm-row.lm-start {
    justify-content: start
}

.lm-column {
    box-sizing: border-box
}

.lm-column.lm-top {
    align-self: flex-start
}

.lm-column.lm-bottom {
    align-self: flex-end
}

.lm-form-group {
    width: 100%;
    padding-right: 8px;
    padding-bottom: 8px;
    box-sizing: border-box
}

.lm-form-group, .lm-form-group input[type=date], .lm-form-group input[type=number], .lm-form-group input[type=password], .lm-form-group input[type=text], .lm-form-group input[type=time], .lm-form-group select, .lm-form-group textarea {
    width: 100%
}

.lm-form-group label {
    display: block;
    margin-bottom: 4px
}

.lm-form-group label.lm-switch {
    display: inline-flex
}

.lm-f1 {
    flex: 1
}

.lm-f2 {
    flex: 2
}

.lm-f3 {
    flex: 3
}

.lm-f4 {
    flex: 4
}

.lm-f5 {
    flex: 5
}

.lm-f6 {
    flex: 6
}

.lm-f7 {
    flex: 7
}

.lm-f8 {
    flex: 8
}

.lm-p0 {
    padding: 0
}

.lm-p2 {
    padding: 2px
}

.lm-p4 {
    padding: 4px
}

.lm-p6 {
    padding: 6px
}

.lm-p8 {
    padding: 8px
}

.lm-p10 {
    padding: 10px
}

.lm-p15 {
    padding: 15px
}

.lm-p20 {
    padding: 20px
}

.lm-p25 {
    padding: 25px
}

.lm-p30 {
    padding: 30px
}

.lm-application .lm-button, .lm-button {
    padding: var(--lm-input-padding) 20px;
    border-radius: 2px;
    cursor: pointer;
    outline: 0;
    background-color: var(--lm-secondary-color, #737373);
    border: 1px solid transparent;
    color: #fff
}

.lm-application .lm-button.red, .lm-button.red {
    background-color: #a23131;
    border: 1px solid transparent;
    color: #fff
}

.lm-application .lm-button.blue, .lm-button.blue {
    border: 1px solid transparent;
    color: #fff;
    background-color: #1a73e8
}

.lm-ripple {
    background-position: center;
    transition: background .8s
}

.lm-ripple:hover {
    background: var(--lm-background-color-highlight, #ebebeb) radial-gradient(circle, transparent 1%, var(--lm-background-color-highlight, #ebebeb) 1%) center/15000%
}

.lm-ripple:active {
    background-color: var(--lm-background-color-active, #e8e8e8);
    background-size: 100%;
    transition: background 0s
}

.lm-cursor {
    cursor: pointer
}

.lm-center {
    text-align: center
}

.lm-loading::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    z-index: 9999;
    animation: lm-loading 2s linear infinite;
    background: #e0e0e0 repeating-linear-gradient(to right, var(--lm-main-color-highlight, #66b244), var(--lm-main-color-highlight, #66b244) 50%, #e0e0e0 50%, #e0e0e0);
    background-size: 200% 100%
}

.lm-icon {
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 24px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    font-style: normal
}

@keyframes lm-loading {
    from {
        background-position: 100% 0
    }
    to {
        background-position: 0 0
    }
}

body.lm-dark-mode {
    background-color: var(--lm-background-color)
}

.lm-dark-mode a {
    color: #fff
}

.lm-dark-mode .lm-button {
    background-color: #555;
    border: 1px solid transparent;
    color: #fff
}

@media (min-width: 320px) {
    .lm-container {
        padding: 0 2% 0 2%
    }
}

@media (min-width: 1200px) {
    .lm-container {
        padding: 0 5% 0 5%
    }
}

@media (max-width: 720px) {
    .lm-row {
        flex-wrap: wrap
    }

    .lm-column {
        min-width: 100%
    }

    .lm-column .lm-form-group {
        padding: 0
    }

    ::placeholder {
        text-transform: uppercase
    }

    ::-webkit-input-placeholder {
        text-transform: uppercase
    }

    :-moz-placeholder {
        text-transform: uppercase
    }

    :-ms-input-placeholder {
        text-transform: uppercase
    }
}

.lm-calendar {
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative
}

.lm-calendar[data-disabled] .lm-calendar-container[data-view=days] .lm-calendar-content, .lm-calendar[data-disabled] .lm-calendar-footer {
    opacity: .5;
    pointer-events: none
}

.lm-calendar button {
    cursor: pointer
}

.lm-calendar .lm-modal {
    min-width: initial;
    min-height: initial
}

.lm-calendar-options {
    display: none
}

.lm-modal > div > .lm-calendar-options {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--lm-border-color, #ccc)
}

.lm-modal > div > .lm-calendar-options button {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    font-weight: 700
}

.lm-calendar-header {
    display: flex;
    flex-direction: column
}

.lm-calendar-header > div:first-child {
    display: flex;
    align-items: center;
    padding: 10px;
    flex: 1;
    user-select: none
}

.lm-calendar-header .lm-calendar-labels {
    display: flex;
    flex: 1;
    cursor: pointer;
    padding: 5px;
    margin: 10px 0
}

.lm-calendar-header .lm-calendar-labels > button {
    font-size: 1.2em;
    border: 0;
    padding: 4px;
    background-color: transparent;
    font-weight: 700;
    color: var(--lm-font-color)
}

.lm-calendar-navigation {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 1px
}

.lm-calendar-weekdays {
    display: none;
    grid-template-columns:repeat(7, 1fr);
    padding: 0 8px 0 8px;
    font-size: .8em;
    align-items: center;
    justify-content: center
}

.lm-calendar-container[data-view=days] .lm-calendar-weekdays {
    display: grid;
    flex: 1
}

.lm-calendar-weekdays > div {
    display: inline-block;
    padding: 6px;
    box-sizing: border-box;
    text-align: center;
    font-weight: 700;
    line-height: 2em;
    justify-content: center
}

.lm-calendar-content {
    display: grid;
    grid-template-columns:repeat(7, 1fr);
    padding: 8px;
    font-size: .8em;
    outline: 0
}

.lm-calendar-content > div {
    box-sizing: border-box;
    text-align: center;
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 6px;
    cursor: pointer;
    border-radius: 100px;
    background-origin: padding-box;
    min-width: 38px
}

.lm-calendar-content > div[data-disabled=true] {
    pointer-events: none;
    opacity: .3
}

.lm-calendar-container[data-view=months] .lm-calendar-content {
    grid-template-columns:repeat(4, 1fr)
}

.lm-calendar-container[data-view=years] .lm-calendar-content {
    grid-template-columns:repeat(4, 1fr)
}

.lm-calendar-content > div[data-grey=true] {
    color: #ccc
}

.lm-calendar-content > div[data-bold=true] {
    font-weight: 700
}

.lm-calendar-content > div[data-event=true]::before {
    content: '';
    position: absolute;
    margin-top: 22px;
    width: 3px;
    height: 3px;
    border-radius: 3px;
    background-color: red
}

.lm-calendar-content > div[data-selected=true] {
    font-weight: 700;
    background-color: #eee;
    color: #000
}

.lm-calendar-content:focus > div[data-selected=true] {
    outline: 2px solid black;
    outline-offset: -2px
}

.lm-calendar-content > div:hover {
    background-color: #eee;
    color: #000
}

.lm-calendar-content > div[data-range=true] {
    position: relative
}

.lm-calendar-content > div[data-end=true], .lm-calendar-content > div[data-start=true] {
    background-color: var(--lm-main-color, #2196f3);
    color: initial
}

.lm-calendar-content > div[data-range=true]::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: calc(25%);
    height: 50%;
    background-color: var(--lm-main-color-alpha, #2196f388)
}

.lm-calendar-content > div[data-start=true]::before {
    left: 5px;
    border-top-left-radius: 20%;
    border-bottom-left-radius: 20%
}

.lm-calendar-content > div[data-end=true]::before, .lm-calendar-content > div[data-last=true]::before {
    right: 5px;
    border-top-right-radius: 20%;
    border-bottom-right-radius: 20%
}

.lm-calendar-footer > div {
    flex: 1
}

.lm-calendar-footer {
    display: flex;
    margin: 0 10px 0 10px;
    padding: 8px 0 8px 0;
    line-height: 34px;
    border-top: 1px solid var(--lm-border-color-light, #e9e9e9)
}

.lm-calendar-footer[data-visible=false] {
    display: none
}

.lm-calendar-footer .lm-calendar-control {
    border: 0;
    background-color: transparent;
    padding: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    margin: 2px;
    border-radius: 32px;
    font-size: 1.1em;
    width: initial
}

.lm-calendar-footer select:focus {
    background-color: #eee
}

.lm-calendar-footer input {
    width: 100%;
    cursor: pointer;
    background-color: var(--lm-border-color-light, #e9e9e9)
}

.lm-calendar-input {
    padding-right: 24px !important;
    box-sizing: border-box;
    background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" height=\"24\" viewBox=\"0 -960 960 960\" width=\"24\"><path d=\"M200-80q-33 0-56.5-23.5T120-160v-560q0-33 23.5-56.5T200-800h40v-80h80v80h320v-80h80v80h40q33 0 56.5 23.5T840-720v560q0 33-23.5 56.5T760-80H200Zm0-80h560v-400H200v400Zm0-480h560v-80H200v80Zm0 0v-80 80Zm280 240q-17 0-28.5-11.5T440-440q0-17 11.5-28.5T480-480q17 0 28.5 11.5T520-440q0 17-11.5 28.5T480-400Zm-160 0q-17 0-28.5-11.5T280-440q0-17 11.5-28.5T320-480q17 0 28.5 11.5T360-440q0 17-11.5 28.5T320-400Zm320 0q-17 0-28.5-11.5T600-440q0-17 11.5-28.5T640-480q17 0 28.5 11.5T680-440q0 17-11.5 28.5T640-400ZM480-240q-17 0-28.5-11.5T440-280q0-17 11.5-28.5T480-320q17 0 28.5 11.5T520-280q0 17-11.5 28.5T480-240Zm-160 0q-17 0-28.5-11.5T280-280q0-17 11.5-28.5T320-320q17 0 28.5 11.5T360-280q0 17-11.5 28.5T320-240Zm320 0q-17 0-28.5-11.5T600-280q0-17 11.5-28.5T640-320q17 0 28.5 11.5T680-280q0 17-11.5 28.5T640-240Z\" fill=\"gray\" /></svg>") top 50% right 5px no-repeat
}

.lm-calendar-time[data-visible=false] {
    display: none
}

.lm-calendar .lm-calendar-icon {
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 24px;
    width: 40px;
    height: 40px;
    line-height: 24px;
    box-sizing: border-box;
    border-radius: 20px;
    border: 0;
    padding: 0;
    margin: 0
}

.lm-calendar[data-type=picker] .lm-modal {
    position: fixed;
    left: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 40px
}

.lm-calendar[data-type=picker] .lm-calendar-content > div {
    aspect-ratio: initial;
    min-height: 60px;
    border-radius: 4px
}

.lm-calendar[data-type=picker] .lm-calendar-weekdays > div {
    min-height: 60px;
    line-height: 60px
}

.lm-calendar[data-grid=true] .lm-calendar-weekdays {
    padding: 0
}

.lm-calendar[data-grid=true] .lm-calendar-content {
    border-top: 1px solid transparent;
    border-left: 1px solid transparent;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    padding: 0
}

.lm-calendar[data-grid=true] .lm-calendar-content > div {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-radius: 0;
    justify-content: start;
    align-items: end
}

.lm-ripple {
    background-position: center;
    transition: background .8s
}

.lm-ripple:hover {
    background: var(--lm-background-color-highlight, #ebebeb) radial-gradient(circle, transparent 1%, var(--lm-background-color-highlight, #ebebeb) 1%) center/15000%
}

.lm-ripple:active {
    background-color: var(--lm-background-color-active, #e8e8e8);
    background-size: 100%;
    transition: background 0s
}

.lm-dark-mode .lm-calendar-weekdays {
    color: #aaa
}

.lm-dark-mode .lm-calendar-labels > button {
    background-color: initial
}

.lm-dark-mode .lm-calendar-content:focus > div[data-selected=true] {
    outline-color: #fff
}

.lm-dark-mode .lm-calendar-content > div[data-grey=true] {
    color: var(--lm-font-grayout, #777)
}

.lm-dark-mode .lm-calendar-footer select:focus {
    background-color: #3a3a45
}

.lm-color {
    background-color: #fff;
    line-height: initial;
    box-sizing: border-box;
    position: relative
}

.lm-color-options {
    display: none
}

.lm-modal > div > .lm-color-options {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--lm-border-color, #ccc)
}

.lm-modal > div > .lm-color-options button {
    border: 0;
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    font-weight: 700
}

.lm-color-grid {
    width: 100%;
    height: 100%
}

.lm-color-grid table {
    width: 100%;
    height: 100%
}

.lm-color-grid tr:first-child > td:first-child {
    border-top-left-radius: 3px
}

.lm-color-grid tr:first-child > td:last-child {
    border-top-right-radius: 3px
}

.lm-color-grid tr:last-child > td:first-child {
    border-bottom-left-radius: 3px
}

.lm-color-grid tr:last-child > td:last-child {
    border-bottom-right-radius: 3px
}

.lm-color-selected {
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath d=%27M0 0h24v24H0z%27 fill=%27none%27/%3E%3Cpath d=%27M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z%27 fill=%27black%27/%3E%3C/svg%3E")
}

.lm-color-hsl {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    display: inline-block
}

.lm-color-hsl canvas {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: 3px;
    -webkit-user-drag: none
}

.lm-color-point {
    height: 4px;
    width: 4px;
    background-color: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    outline: 1px solid white
}

.lm-color-input {
    padding-right: 24px !important;
    box-sizing: border-box;
    background: url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" enable-background=\"new 0 0 24 24\" height=\"24px\" viewBox=\"0 0 24 24\" width=\"24px\" fill=\"gray\"><g><rect fill=\"none\" height=\"24\" width=\"24\"/></g><g><g><g><g><path d=\"M12,22C6.49,22,2,17.51,2,12S6.49,2,12,2s10,4.04,10,9c0,3.31-2.69,6-6,6h-1.77c-0.28,0-0.5,0.22-0.5,0.5 c0,0.12,0.05,0.23,0.13,0.33c0.41,0.47,0.64,1.06,0.64,1.67C14.5,20.88,13.38,22,12,22z M12,4c-4.41,0-8,3.59-8,8s3.59,8,8,8 c0.28,0,0.5-0.22,0.5-0.5c0-0.16-0.08-0.28-0.14-0.35c-0.41-0.46-0.63-1.05-0.63-1.65c0-1.38,1.12-2.5,2.5-2.5H16 c2.21,0,4-1.79,4-4C20,7.14,16.41,4,12,4z\"/><circle cx=\"6.5\" cy=\"11.5\" r=\"1.5\"/><circle cx=\"9.5\" cy=\"7.5\" r=\"1.5\"/><circle cx=\"14.5\" cy=\"7.5\" r=\"1.5\"/><circle cx=\"17.5\" cy=\"11.5\" r=\"1.5\"/></g></g></g></g></svg>") top 50% right 1px no-repeat
}

.lm-color .lm-modal {
    min-width: initial;
    min-height: initial
}

.lm-color .lm-tabs {
    flex-grow: 1;
    display: inline-flex;
    flex-direction: column;
    margin-top: 10px;
    min-width: 260px;
    min-height: 190px
}

.lm-color .lm-tabs-content {
    display: flex;
    flex-grow: 1;
    margin-top: 4px
}

.lm-color .lm-tabs .lm-tabs-content > div {
    flex-grow: 1;
    padding: 10px
}

.lm-menu {
    display: none
}

.lm-menu-focus {
    display: unset
}

.lm-menu .lm-modal {
    color: #555;
    user-select: none;
    border: 1px solid var(--lm-border-color-light, #e9e9e9);
    border-radius: 4px;
    box-shadow: 0 2px 4px 2px rgba(60, 64, 67, .2);
    max-height: 600px;
    width: initial;
    height: initial;
    min-width: 250px;
    min-height: initial;
    padding-top: 4px;
    padding-bottom: 4px;
    z-index: 16;
    transition: initial
}

.lm-menu-submenu {
    padding-top: 1px;
    padding-bottom: 1px
}

.lm-menu-submenu > div.lm-menu-item {
    box-sizing: border-box;
    display: flex;
    padding: 1px 8px 1px 40px;
    width: 250px;
    font-size: .9em;
    font-family: sans-serif;
    text-align: left;
    align-items: center;
    position: relative
}

.lm-menu-submenu > div.lm-menu-item span {
    text-decoration: none;
    flex: 1;
    cursor: pointer;
    line-height: 30px
}

.lm-menu-submenu > div.lm-menu-item div {
    margin-right: 5px;
    color: #888
}

.lm-menu-submenu > div.lm-menu-item[data-submenu=true]::after {
    content: 'arrow_right';
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 18px;
    color: var(--lm-icon-color, #777)
}

.lm-menu-submenu > div.lm-menu-item[data-disabled=true] {
    opacity: .5;
    pointer-events: none
}

.lm-menu-submenu > div.lm-menu-item:hover, .lm-menu-submenu > div.lm-menu-item[aria-expanded=true], .lm-menu-submenu > div.lm-menu-item[data-cursor=true] {
    background-color: var(--lm-background-color-highlight, #ebebeb)
}

.lm-menu-submenu hr {
    border: 1px solid var(--lm-border-color-light, #e9e9e9);
    border-bottom: 0;
    margin-top: 5px;
    margin-bottom: 5px
}

.lm-menu-submenu > div.lm-menu-item::before {
    content: attr(data-icon);
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 18px;
    width: 24px;
    height: 24px;
    line-height: 24px;
    position: absolute;
    left: 11px;
    transform: rotate(.03deg)
}

.lm-dark-mode .lm-menu .lm-modal {
    color: #e8e7e9;
    background-color: #111;
    border: 1px solid #3c3c3c
}

.lm-dark-mode .lm-menu-submenu > div.lm-menu-item:hover, .lm-dark-mode .lm-menu-submenu > div.lm-menu-item[aria-expanded=true], .lm-dark-mode .lm-menu-submenu > div.lm-menu-item[data-cursor=true] {
    background-color: var(--lm-background-color-highlight, #2d2d2d)
}

.lm-dropdown {
    user-select: none;
    cursor: pointer;
    box-sizing: border-box;
    outline-offset: 1px;
    vertical-align: top
}

.lm-dropdown[data-disabled=true] {
    opacity: .5;
    pointer-events: none
}

.lm-dropdown-header {
    display: flex;
    align-items: center
}

.lm-dropdown-header-controls {
    display: none
}

.lm-application .lm-dropdown-header-controls button, .lm-dropdown-header-controls button {
    background-color: transparent;
    text-transform: uppercase;
    cursor: pointer;
    padding: 15px;
    font-weight: 700;
    border: 0;
    color: var(--lm-font-color);
    margin: 1px
}

.lm-dropdown-content {
    position: relative;
    margin-top: 1px
}

.lm-dropdown .lm-modal {
    padding: 0;
    min-width: 100%;
    min-height: 5px;
    border: 1px solid var(--lm-border-color, #ccc);
    border-radius: 0
}

.lm-dropdown-input {
    padding: var(--lm-input-padding, 6px) 24px var(--lm-input-padding, 6px) 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    appearance: none;
    cursor: pointer;
    box-sizing: border-box;
    width: 100%;
    background: var(--lm-background-color-input, #fff);
    border: 1px solid var(--lm-border-color, #767676);
    border-radius: var(--lm-border-radius, 2px);
    position: relative;
    line-height: normal;
    display: flex;
    align-items: center;
    font: inherit
}

.lm-dropdown-input > br {
    display: none
}

.lm-dropdown-input::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: calc(50% - 12px);
    right: 0;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2724%27 height=%2724%27 viewBox=%270 0 24 24%27%3E%3Cpath fill=%27none%27 d=%27M0 0h24v24H0V0z%27/%3E%3Cpath d=%27M7 10l5 5 5-5H7z%27 fill=%27gray%27/%3E%3C/svg%3E");
    background-position: center;
    transition: transform .1s ease-in-out
}

.lm-application .lm-dropdown-add, .lm-dropdown-add {
    position: absolute;
    padding: 0;
    margin: 0;
    border: 0;
    background: 0 0;
    cursor: pointer;
    right: 30px;
    top: calc(50% - 8px);
    display: none
}

.lm-dropdown-add::after {
    content: '+';
    width: 16px;
    height: auto;
    display: block;
    color: var(--lm-font-color)
}

.lm-dropdown[data-insert=true] .lm-dropdown-input {
    padding-right: 35px
}

.lm-dropdown[data-state=true][data-insert=true] .lm-dropdown-add {
    display: initial
}

.lm-dropdown[data-state=true] .lm-dropdown-input::after {
    transform: rotate(-180deg)
}

.lm-dropdown-input:empty::before {
    content: "\00a0"
}

.lm-dropdown[data-state=true] .lm-dropdown-input[placeholder]:empty::before {
    content: "\00a0" attr(placeholder);
    color: #aaa
}

.lm-dropdown-options {
    width: 100%
}

.lm-dropdown-item {
    box-sizing: border-box
}

.lm-dropdown-item[data-disabled=true] {
    opacity: .5;
    pointer-events: none
}

.lm-dropdown-item[data-group]::before {
    content: attr(data-group);
    display: block;
    padding: 8px;
    font-weight: 700;
    width: 100%;
    background-color: var(--lm-background-color-input, #fff);
    color: var(--lm-font-color, #000);
    box-sizing: border-box
}

.lm-dropdown-item > div {
    white-space: nowrap;
    text-align: left;
    text-overflow: ellipsis;
    overflow: hidden;
    color: var(--lm-font-color, #000);
    display: flex;
    align-items: center;
    padding: 4px 40px 4px 10px;
    position: relative;
    box-sizing: border-box
}

.lm-dropdown-item > div > span:empty::before {
    content: "\00a0"
}

.lm-dropdown-item > div > img {
    width: 24px;
    height: 24px;
    margin-left: -6px;
    margin-right: 6px
}

.lm-dropdown-item > div > img:not([src]) {
    display: none
}

.lm-dropdown-item > div > img[src=""] {
    display: none
}

.lm-dropdown-item > div:hover {
    background-color: #1e90ff;
    color: #fff
}

.lm-dropdown-item[data-selected=true] > div {
    background-color: #1e90ff;
    color: #fff
}

.lm-dropdown-item[data-selected=true] > div::after {
    content: '✓';
    position: absolute;
    right: 10px;
    line-height: 24px
}

.lm-dropdown-item[data-cursor=true] > div {
    background-color: var(--lm-background-color-highlight)
}

.lm-dropdown-item[data-cursor=true]:hover > div {
    background-color: var(--lm-background-color-active)
}

.lm-dropdown-item[data-cursor=true].lm-dropdown-item[data-selected=true] > div {
    background-color: #1d86ed
}

.lm-dropdown[data-type=picker][data-state=true] .lm-dropdown-content .lm-modal {
    box-shadow: initial;
    border: initial
}

.lm-dropdown[data-type=picker][data-state=true] .lm-dropdown-content {
    position: initial
}

.lm-dropdown[data-type=picker][data-state=true] .lm-dropdown-header-controls {
    display: flex;
    position: fixed;
    bottom: 300px;
    left: 0;
    width: 100% !important;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box;
    border-top: 1px solid var(--lm-border-color);
    border-bottom: 1px solid var(--lm-border-color);
    box-shadow: 0 0 12px rgb(0 0 0 / 22%);
    justify-content: space-between
}

.lm-dropdown[data-type=picker] .lm-modal {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100% !important;
    height: 300px !important
}

.lm-dropdown[data-type=picker] .lm-lazy {
    width: 100% !important
}

.lm-dropdown[data-type=picker] .lm-dropdown-item > div {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 16px
}

.lm-dropdown[data-type=picker] .lm-dropdown-item[data-group]::before {
    text-align: center;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    padding: 16px
}

.lm-dropdown[data-type=searchbar][data-state=true] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    z-index: 1;
    box-sizing: border-box
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-content .lm-modal {
    box-shadow: initial;
    border: initial;
    border-top: 1px solid var(--lm-border-color)
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-content {
    position: initial
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-header {
    display: flex;
    background-color: #fff;
    box-sizing: border-box
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-header-controls {
    display: flex
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-input {
    font-size: 1.5em;
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid #eee;
    outline: 0;
    background-color: #fff;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 60px;
    height: 60px;
    flex: 1
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-input::after {
    background: initial
}

.lm-dropdown[data-type=searchbar][data-state=true] .lm-dropdown-add {
    right: 150px
}

.lm-dropdown[data-type=searchbar][data-state=true]:not(.lm-dropdown-loading) .lm-dropdown-add::after {
    content: 'add';
    font-family: "Material Symbols Outlined", "Material Icons";
    font-size: 24px;
    width: 24px;
    height: 24px
}

.lm-dropdown[data-type=searchbar] .lm-modal {
    max-height: initial;
    bottom: 0;
    width: 100% !important;
    height: calc(100% - 60px) !important;
    border: 0
}

.lm-dropdown[data-type=searchbar] .lm-dropdown-item > div {
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    text-transform: uppercase;
    font-size: 1.1em;
    padding: 16px
}

.lm-dropdown[data-type=searchbar] .lm-dropdown-item[data-group]::before {
    text-align: center;
    border-bottom: solid 1px rgba(0, 0, 0, .2);
    padding: 16px
}

.lm-dropdown[data-type=searchbar] .lm-lazy {
    max-height: initial;
    width: 100% !important
}

.lm-dropdown .lm-lazy {
    max-height: 300px;
    scrollbar-width: thin
}

.lm-dropdown .lm-lazy::-webkit-scrollbar {
    height: 12px
}

.lm-dropdown .lm-lazy::-webkit-scrollbar {
    width: 12px
}

.lm-dropdown .lm-dropdown-loading::after {
    position: absolute;
    content: '';
    width: 12px;
    height: 12px;
    margin: 5px;
    border-style: solid;
    border-color: #888;
    border-top-color: transparent;
    border-width: 1px;
    border-radius: 50%;
    background-image: none;
    animation: lm-dropdown-spin .8s linear infinite
}

@keyframes lm-dropdown-spin {
    from {
        transform: rotate(0)
    }
    to {
        transform: rotate(360deg)
    }
}

.lm-lazy {
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    display: flex;
    box-sizing: border-box;
    height: 100%
}

.lm-lazy-scroll {
    position: absolute;
    width: 1px
}

.lm-lazy-items {
    position: sticky;
    top: 0;
    box-sizing: border-box;
    width: 100%
}

.lm-modal {
    position: fixed;
    min-width: 200px;
    min-height: 200px;
    border-radius: 5px;
    z-index: 15;
    background-color: var(--lm-background-color-input, #fff);
    box-sizing: border-box;
    box-shadow: 0 0 12px rgb(0 0 0 / 22%);
    opacity: 1;
    border: 1px solid var(--lm-border-color, #ccc);
    outline: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    transition: opacity .4s ease, top .4s ease, left .4s ease, width .4s ease, height .4s ease;
    color: var(--lm-font-color, #000)
}

.lm-modal[closed=true] {
    display: none
}

.lm-modal.action {
    user-select: none
}

.lm-modal-title {
    width: 100%;
    border-bottom: 1px solid var(--lm-border-color, #ccc);
    padding: 12px;
    box-sizing: border-box;
    font-size: 1.3em;
    line-height: 24px;
    user-select: none;
    display: flex;
    border-radius: 5px 5px 0 0
}

.lm-modal-focus {
    z-index: 999
}

.lm-modal > .lm-modal-title {
    display: none
}

.lm-modal > .lm-modal-title[data-icon], .lm-modal > .lm-modal-title[data-title], .lm-modal[closable=true] > .lm-modal-title, .lm-modal[minimizable=true] > .lm-modal-title {
    display: inherit
}

.lm-modal > .lm-modal-title > div:nth-child(2) {
    flex: 1
}

.lm-modal > .lm-modal-title > .lm-modal-icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    cursor: pointer;
    font-family: "Material Symbols Outlined", "Material Icons";
    text-align: center;
    margin-right: 8px;
    display: none
}

.lm-modal > .lm-modal-title > .lm-modal-icon:not(:empty) {
    display: inherit
}

.lm-modal > .lm-modal-title > .lm-modal-close::before {
    content: 'close'
}

.lm-modal > .lm-modal-title > .lm-modal-minimize::before {
    content: '\2500'
}

.lm-modal[minimized=true] > .lm-modal-title > .lm-modal-minimize::before {
    content: '\e5d7'
}

.lm-modal[minimizable=true] > .lm-modal-title > .lm-modal-minimize {
    display: block
}

.lm-modal[closable=true] > .lm-modal-title > .lm-modal-close {
    margin-right: 0;
    display: block
}

.lm-modal.hide {
    opacity: 0
}

.lm-modal[animation=false] {
    transition: initial
}

.lm-modal.action {
    transition: initial
}

.lm-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: #00000020;
    z-index: 15
}

.lm-modal > div:last-child {
    width: 100%;
    height: 100%
}

.lm-modal[overflow=true] > div:last-child {
    overflow: auto;
    scrollbar-width: thin;
    scrollbar-color: #333 transparent
}

.lm-modal > div:last-child::-webkit-scrollbar {
    width: 12px;
    height: 12px
}

.lm-modal > div:last-child::-webkit-scrollbar-track {
    background: #eee
}

.lm-modal > div:last-child::-webkit-scrollbar-thumb {
    background: #888
}

.lm-modal[position=absolute] {
    position: absolute;
    transition: initial
}

.lm-modal[position=left] {
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh !important;
    border-width: 0;
    border-radius: initial
}

.lm-modal[position=right] {
    top: 0;
    left: auto;
    right: 0;
    width: 280px;
    height: 100vh !important;
    border-width: 0;
    border-radius: initial
}

.lm-modal[position=bottom] {
    top: initial;
    left: 0;
    bottom: 0;
    width: 100vw !important;
    height: 280px;
    border-width: 0;
    border-radius: initial
}

.lm-modal[minimized=true] {
    position: fixed;
    width: 200px !important;
    height: 45px !important;
    min-width: initial;
    min-height: initial;
    overflow: hidden
}

.lm-rating i {
    color: #d3d3d3;
    cursor: pointer;
    user-select: none;
    -webkit-user-drag: none
}

.lm-rating[data-size=small] {
    height: 16px;
    line-height: 16px;
    font-size: 16px
}

.lm-rating[data-size=small] i {
    font-size: 16px
}

.lm-rating i[data-hover="1"] {
    color: gray
}

.lm-rating i[data-selected="1"] {
    color: red
}

:root {
    --lm-switch-front-color: 127, 127, 127;
    --lm-switch-primary-color: 255, 255, 255;
    --lm-switch-main-color: var(--lm-main-color, #1565C0);
    --lm-switch-main-color-alpha: var(--lm-main-color-alpha, #1565C088)
}

.lm-switch[data-color=green] {
    --lm-switch-main-color: #2E7D32;
    --lm-switch-main-color-alpha: #2E7D3288
}

.lm-switch[data-color=orange] {
    --lm-switch-main-color: #EF6C00;
    --lm-switch-main-color-alpha: #EF6C0088
}

.lm-switch[data-color=red] {
    --lm-switch-main-color: #C62828;
    --lm-switch-main-color-alpha: #C6282888
}

.lm-switch[data-color=purple] {
    --lm-switch-main-color: #6A1B9A;
    --lm-switch-main-color-alpha: #6A1B9A88
}

.lm-switch {
    position: relative;
    display: inline-flex;
    z-index: 0;
    align-items: center;
    min-width: 36px;
    min-height: 20px;
    cursor: pointer;
    user-select: none
}

.lm-switch:before {
    content: '';
    min-height: 1em
}

.lm-switch > input {
    appearance: none;
    position: absolute;
    left: 0;
    margin: 0;
    display: block;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    max-width: 30px;
    max-height: 30px;
    outline: 0;
    opacity: 0;
    transform: scale(1);
    pointer-events: none;
    transition: opacity .3s .1s, transform .2s .1s
}

.lm-switch > span {
    display: inline-flex;
    width: 100%;
    line-height: 24px;
    cursor: pointer;
    margin: 0 0 0 45px;
    align-items: center;
    box-sizing: border-box;
    max-width: -webkit-fill-available
}

.lm-switch > span:empty {
    margin: 0
}

.lm-switch > span::before {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 7px;
    width: 36px;
    height: 14px;
    background-color: rgba(var(--lm-switch-front-color), .38);
    transition: background-color .2s, opacity .2s
}

.lm-switch > span::after {
    content: "";
    position: absolute;
    left: 0;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    background-color: rgb(var(--lm-switch-primary-color));
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
    transition: background-color .2s, transform .2s
}

.lm-switch > input:checked {
    left: 11px;
    background-color: var(--lm-switch-main-color)
}

.lm-switch > input:not(:checked) {
    left: -5px;
    background-color: var(--lm-secondary-color, #6a6a6a)
}

.lm-switch > input:checked + span::before {
    background-color: var(--lm-switch-main-color-alpha)
}

.lm-switch > input:checked + span::after {
    background-color: var(--lm-switch-main-color);
    transform: translateX(16px)
}

.lm-switch:hover > input {
    opacity: .04
}

.lm-switch > input:focus {
    opacity: .12
}

.lm-switch:hover > input:focus {
    opacity: .16
}

.lm-switch > input:active {
    opacity: 1;
    transform: scale(0);
    transition: transform 0s, opacity 0s
}

.lm-switch > input:active + span::before {
    background-color: var(--lm-switch-main-color-alpha)
}

.lm-switch > input:checked:active + span::before {
    background-color: rgba(var(--lm-switch-front-color), .38)
}

.lm-switch > input:disabled {
    opacity: 0
}

.lm-switch > input:disabled + span {
    color: rgb(var(--lm-switch-front-color));
    opacity: .5;
    cursor: default
}

.lm-switch > input:disabled + span::before {
    background-color: rgba(var(--lm-switch-front-color), .38)
}

.lm-switch > input:checked:disabled + span::before {
    background-color: var(--lm-switch-main-color-alpha)
}

.lm-switch[position=right] > span {
    margin: 0 45px 0 0
}

.lm-switch[position=right] > input {
    left: initial;
    right: 11px
}

.lm-switch[position=right] > input:checked {
    left: initial;
    right: -5px
}

.lm-switch[position=right] > span::before {
    left: initial;
    right: 0
}

.lm-switch[position=right] > span::after {
    left: initial;
    right: 16px
}

.lm-tabs[data-position=bottom] {
    display: flex;
    justify-content: center;
    flex-direction: column-reverse
}

.lm-tabs .lm-tabs-content > div {
    padding: 15px 5px
}

.lm-tabs .lm-tabs-headers {
    display: flex;
    align-items: center;
    width: 100%
}

.lm-tabs[data-position=center] .lm-tabs-headers {
    margin: 0 auto;
    justify-content: center
}

.lm-tabs .lm-tabs-headers > ul {
    list-style-type: none;
    display: flex;
    margin: 0;
    padding: 0;
    align-items: center
}

.lm-tabs .lm-tabs-headers > ul > li {
    cursor: pointer;
    user-select: none;
    padding: 4px 24px;
    border: 1px solid #ccc;
    background-position: center;
    transition: background .8s;
    display: flex;
    flex-direction: column;
    align-items: center
}

.lm-tabs .lm-tabs-headers > ul > li.selected {
    background-color: #eee;
    color: #000
}

.lm-tabs .lm-tabs-headers > ul > li[data-icon]:before {
    content: attr(data-icon);
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    color: var(--lm-icon-color, #777);
    margin-bottom: 5px
}

.lm-tabs[data-round=true] .lm-tabs-headers > ul > li:first-of-type {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px
}

.lm-tabs[data-round=true] .lm-tabs-headers > ul > li:last-of-type {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px
}

.lm-tabs .lm-tabs-headers > ul > li:not(:first-child) {
    border-left: 1px solid transparent
}

.lm-tabs .lm-tabs-headers > ul > li:hover {
    background: #eee radial-gradient(circle, transparent 1%, #eee 1%) center/15000%
}

.lm-tabs .lm-tabs-headers > ul > li:active {
    background-color: #ddd;
    background-size: 100%;
    transition: background 0s
}

.lm-tabs .lm-tabs-content > div {
    display: none
}

.lm-tabs .lm-tabs-content > div.selected {
    display: block
}

.lm-tabs-insert-button {
    margin-left: 5px;
    color: #555;
    cursor: pointer;
    font-family: "Material Symbols Outlined", "Material Icons", FontAwesome;
    font-size: 24px;
    width: 24px;
    height: 24px;
    text-align: center;
    line-height: 24px
}

.lm-tabs div[data-visible=false] {
    display: none
}

.lm-topmenu {
    outline: 0
}

.lm-topmenu-options {
    display: flex;
    font-size: .9em
}

.lm-topmenu-title {
    cursor: pointer;
    padding: 4px 12px 4px 12px;
    border-radius: 4px;
    user-select: none;
    margin: 8px 2px
}

.lm-topmenu-title:focus, .lm-topmenu-title:hover {
    background-color: var(--lm-background-color-highlight, #ebebeb)
}

.lm-topmenu-title[data-disabled=true] {
    opacity: .5;
    pointer-events: none
}

.lm-topmenu-title[data-selected=true] {
    background-color: var(--lm-background-color-highlight, #ebebeb);
    outline: 2px solid var(--lm-border-outline, #000)
}

.lm-topmenu lm-modal:first-of-type > .lm-modal {
    position: absolute;
    transition: initial
}

/*# sourceMappingURL=/sm/a1d6b5cbfb900e5e6a8a21bb656ed9c06eb42e5abc0c8e7df5f1323944c4e39e.map */