.calendar {
    font-size: .9rem
}

    .calendar .calendar-tools {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 20px
    }

        .calendar .calendar-tools .calendar-heading {
            font-size: 1.4rem;
            font-weight: 700
        }

@media(max-width:992px) {
    .calendar .calendar-tools {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

        .calendar .calendar-tools .calendar-heading {
            text-align: center;
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1
        }

        .calendar .calendar-tools > .btn-group {
            -webkit-transform: scale(.9);
            transform: scale(.9)
        }
}

.calendar table {
    table-layout: fixed;
    border: 1px solid #ddd;
    width: 100%
}

    .calendar table thead th {
        background-color: #fbfbfb
    }

    .calendar table th {
        text-align: center;
        border: 1px solid #ddd
    }

    .calendar table .long-event-row {
        height: 100px
    }

    .calendar table td {
        border: 1px solid #ddd;
        position: relative;
        vertical-align: top
    }

        .calendar table td.today {
            background-color: #e9e9e9
        }

        .calendar table td.active, .calendar table td:active, .calendar table td:hover {
            background-color: #fafafa
        }

        .calendar table td.dragenter {
            border: 2px dashed #000
        }

        .calendar table td.disabled {
            color: #9a9a9a
        }

        .calendar table td .day-field {
            position: absolute;
            right: 5px;
            top: 0;
            font-size: .8rem
        }

            .calendar table td .day-field::-moz-selection {
                background-color: transparent
            }

            .calendar table td .day-field::selection {
                background-color: transparent
            }

    .calendar table.month {
        min-height: 700px
    }

        .calendar table.month td {
            padding-top: 20px
        }

    .calendar table.list th {
        text-align: left;
        padding: 5px 10px;
        background-color: #eee
    }

    .calendar table.list td {
        padding: 5px 10px;
        cursor: pointer
    }

        .calendar table.list td.td-readonly {
            cursor: default
        }

    .calendar table .events-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: calc(100% + 3px);
        margin-left: -1px
    }

    .calendar table .event {
        padding: 1px 5px;
        background-color: #1266f1;
        color: #fff;
        font-size: .7rem;
        width: 100%;
        margin-bottom: 2px;
        margin-left: 2px;
        cursor: pointer;
        -webkit-transition: opacity .2s;
        transition: opacity .2s
    }

        .calendar table .event.event-readonly {
            cursor: default
        }

        .calendar table .event.event-long {
            margin-left: 0
        }

        .calendar table .event::-moz-selection {
            background-color: transparent
        }

        .calendar table .event::selection {
            background-color: transparent
        }

        .calendar table .event.event-short {
            background-color: transparent;
            color: #000
        }

        .calendar table .event.active {
            opacity: .6
        }

        .calendar table .event.dragging {
            opacity: .1
        }

        .calendar table .event .event-circle {
            pointer-events: none
        }

    .calendar table .fake-event {
        padding: 1px 5px;
        font-size: .7rem;
        width: 100%;
        margin-bottom: 2px;
        visibility: hidden
    }

    .calendar table .hour-field::-moz-selection {
        background-color: transparent
    }

    .calendar table .hour-field::selection {
        background-color: transparent
    }

.was-validated .form-outline .form-control.calendar-invalid-input, .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-leading, .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-middle, .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-trailing {
    border-color: #00b74a
}

    .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-label {
        color: #00b74a
    }

.was-validated .form-outline .form-control.calendar-invalid-input {
    margin-bottom: 0;
    border-color: #f93154
}

    .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-leading, .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-middle, .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-notch .form-notch-trailing {
        border-color: #f93154
    }

    .was-validated .form-outline .form-control.calendar-invalid-input ~ .form-label {
        color: #f93154
    }

.color-picker .color-picker-color-dot-wrapper {
    background: repeating-conic-gradient(#e0e0e0 0deg 25%,#fff 0deg 50%);
    background-size: .9rem .9rem;
    border-radius: 100%;
    height: 2rem;
    width: 2rem
}

.color-picker .color-picker-color-dot {
    display: inline-table;
    border-radius: 100%;
    height: inherit;
    width: inherit
}

.color-picker .color-picker-canvas-dot {
    height: 1rem;
    width: 1rem;
    position: absolute;
    background: transparent;
    border-radius: 100%;
    -webkit-box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1.5px rgba(0,0,0,.3);
    box-shadow: 0 0 0 1.5px #fff,inset 0 0 1px 1.5px rgba(0,0,0,.3);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none
}

.color-picker .color-picker-canvas-wrapper {
    position: relative;
    background: repeating-conic-gradient(#e0e0e0 0deg 25%,#fff 0deg 50%);
    background-size: .9rem .9rem
}

    .color-picker .color-picker-canvas-wrapper canvas {
        display: block
    }

.color-picker .color-picker-swatches .color-picker-swatches-color {
    height: 20px;
    width: 100%;
    border-radius: .2rem;
    cursor: pointer
}

.color-picker .color-picker-swatches {
    overflow-y: auto;
    overflow-x: hidden
}

.color-picker #hueRange::-webkit-slider-runnable-track {
    background: -webkit-gradient(linear,left top,right top,from(red),color-stop(16.66%,#ff0),color-stop(33.33%,#0f0),color-stop(50%,#0ff),color-stop(66.66%,#00f),color-stop(83.33%,#f0f),to(red));
    background: linear-gradient(90deg,red,#ff0 16.66%,#0f0 33.33%,#0ff 50%,#00f 66.66%,#f0f 83.33%,red)
}

.color-picker #alphaRange::-webkit-slider-runnable-track {
    background: var(--track-background,#ddd)
}

.color-picker .color-picker-range-alpha {
    height: .25rem;
    background: repeating-conic-gradient(#e0e0e0 0deg 25%,#fff 0deg 50%);
    background-size: .2rem .2rem
}

    .color-picker .color-picker-range-alpha input {
        position: relative;
        top: -10px
    }

.color-picker .color-picker-color-inputs-wrapper input {
    padding-left: .24rem;
    padding-right: .24rem;
    background-color: cmyk(0,51%,51%,34%)
}


.countdown {
    font-size: 4rem;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
    align-content: flex-start
}

.countdown-horizontal {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.countdown-vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.countdown-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: .5rem;
    width: 100%
}

.countdown-unit-horizontal {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row
}

.countdown-unit-horizontal, .countdown-unit-vertical {
    -webkit-box-direction: normal;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.countdown-unit-vertical {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

    .countdown-unit-vertical > span[data-mdb-countdown-label] {
        font-size: 1rem;
        text-transform: capitalize;
        width: 100%;
        text-align: center;
        padding: 5px
    }

.countdown-unit-separator {
    line-height: .9;
    padding-left: .5rem
}

.sortable-slide-animation {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s
}

.sortable-item-dragging {
    pointer-events: none
}

.cursor-drag {
    cursor: move
}

.draggable-element {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: -webkit-box-shadow .5s;
    transition: -webkit-box-shadow .5s;
    transition: box-shadow .5s;
    transition: box-shadow .5s,-webkit-box-shadow .5s;
    position: relative
}

.draggable-cursor-grab {
    cursor: -webkit-grab;
    cursor: grab
}

.dragging {
    cursor: move;
    position: relative;
    z-index: 9000 !important
}

.draggable-disabled {
    cursor: default
}

.draggable-return-animate {
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s,-webkit-transform .35s;
    position: relative;
    z-index: 9000 !important
}


.ecommerce-gallery .lightbox {
    position: relative;
    overflow: hidden
}

    .ecommerce-gallery .lightbox img {
        height: 450px;
        -o-object-fit: contain;
        object-fit: contain
    }

@media(max-width:768px) {
    .ecommerce-gallery .lightbox img {
        height: 150px
    }
}

.ecommerce-gallery .lightbox img.animating {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%
}

.ecommerce-gallery img:not(.ecommerce-disabled):not(.ecommerce-gallery-main-img) {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    border-bottom: 2px solid transparent
}

    .ecommerce-gallery img:not(.ecommerce-disabled):not(.ecommerce-gallery-main-img).active {
        border-color: orange
    }

.ecommerce-gallery .ecommerce-gallery-main-img {
    display: none;
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

    .ecommerce-gallery .ecommerce-gallery-main-img.active {
        display: block;
        -webkit-transition: none;
        transition: none
    }

@media(max-width:768px) {
    .ecommerce-gallery .multi-carousel:not(.vertical) .multi-carousel-inner .multi-carousel-item img {
        max-height: 50px
    }
}

.ecommerce-gallery.vertical .lightbox {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

    .ecommerce-gallery.vertical .lightbox img {
        height: 350px
    }

@media(max-width:768px) {
    .ecommerce-gallery.vertical .lightbox img, .ecommerce-gallery.vertical .multi-carousel.vertical {
        height: 100px
    }
}

.file-upload-wrapper {
    width: 100%
}

.file-upload {
    position: relative;
    width: 100%;
    height: 200px
}

    .file-upload:not(.has-error):hover .file-upload-mask {
        opacity: .06
    }

    .file-upload-input.has-multiple ~ .file-upload-previews .file-upload-preview:hover .file-upload-preview-details, .file-upload.has-error:hover .file-upload-errors, .file-upload:hover .file-upload-input:not(.has-multiple) ~ .file-upload-previews .file-upload-preview-details {
        opacity: 1
    }

    .file-upload.has-error .file-upload-errors {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .file-upload.disabled {
        pointer-events: none
    }

        .file-upload.disabled .file-upload-message {
            opacity: .5;
            text-decoration: line-through
        }

.file-upload-message {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.file-upload-cloud-icon {
    font-size: 2.2rem
}

.file-upload-main-error {
    font-weight: 700;
    margin: 0
}

.file-upload-input {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    cursor: pointer
}

    .file-upload-input.has-multiple {
        z-index: unset
    }

.file-upload-mask {
    pointer-events: none;
    background-color: #000
}

.file-upload-errors, .file-upload-mask {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.file-upload-errors {
    display: none;
    background: rgba(243,65,65,.8);
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.file-upload-error {
    color: #fff
}

.file-upload-previews {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%
}

.file-upload-preview {
    background-color: #fff;
    cursor: pointer;
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.file-upload-render {
    width: 100%;
    height: 100%
}

.file-upload-file-icon {
    font-size: 80px;
    color: #777
}

.file-upload-extension, .file-upload-file-icon {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    position: absolute
}

.file-upload-extension {
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -.03em;
    font-size: 1rem;
    color: #fff;
    width: 42px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.file-upload-preview-img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.file-upload-preview-details {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    color: hsla(0,0%,100%,.959);
    background: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    display: flex;
    opacity: 0;
    -webkit-transition: all .2s;
    transition: all .2s
}

.file-upload-remove-file-btn {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 3
}

.file-upload-details-container {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.file-uplod-preview-details-inner {
    text-align: center
}


.mention-dropdown-container {
    z-index: 1050
}

.mention-dropdown {
    overflow-y: auto;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
    margin: 0;
    max-width: 100%;
    outline: 0;
    position: relative;
    -webkit-transform: scaleY(.9);
    transform: scaleY(.9);
    opacity: 0;
    -webkit-transition: all .3s;
    transition: all .3s
}

    .mention-dropdown.open {
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
        opacity: 1
    }

    .mention-dropdown::-webkit-scrollbar {
        width: 4px;
        height: 4px
    }

    .mention-dropdown::-webkit-scrollbar-button:end:increment, .mention-dropdown::-webkit-scrollbar-button:start:decrement {
        display: block;
        height: 0;
        background-color: transparent
    }

    .mention-dropdown::-webkit-scrollbar-track-piece {
        background-color: transparent;
        border-radius: 0;
        border-bottom-right-radius: 4px;
        border-bottom-left-radius: 4px
    }

    .mention-dropdown::-webkit-scrollbar-thumb:vertical {
        height: 50px;
        background-color: #999;
        border-radius: 4px
    }

.mention-items-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mention-item-container {
    width: 100%
}

.mention-data-items {
    display: none
}

.mention-item {
    width: 100%;
    height: 35px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    color: rgba(0,0,0,.87);
    padding-left: 16px;
    padding-right: 16px;
    font-size: 1rem;
    font-weight: 400;
    background-color: transparent;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .mention-item.active, .mention-item:focus, .mention-item:hover {
        background-color: #ddd;
        cursor: pointer
    }

.mention-item-image {
    width: 30px;
    height: 30px
}

.mention-no-results {
    min-height: 35px;
    padding-left: 16px;
    padding-right: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.multi-carousel {
    position: relative
}

    .multi-carousel .multi-carousel-inner {
        position: relative;
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
        font-size: 0
    }

        .multi-carousel .multi-carousel-inner .multi-carousel-item {
            display: inline-block;
            width: 100%;
            font-size: 16px;
            -webkit-transition: all .3s ease-out;
            transition: all .3s ease-out;
            padding: 0 3px
        }

            .multi-carousel .multi-carousel-inner .multi-carousel-item img {
                max-height: 200px;
                -o-object-fit: cover;
                object-fit: cover
            }

    .multi-carousel.vertical {
        height: 350px
    }

@media(max-width:768px) {
    .multi-carousel.vertical {
        height: 150px
    }
}

.multi-carousel.vertical .multi-carousel-inner {
    height: 100%
}

    .multi-carousel.vertical .multi-carousel-inner .multi-carousel-item {
        padding: 2px 0
    }

    .multi-carousel.vertical .multi-carousel-inner img {
        max-height: none
    }

.multi-carousel.vertical .carousel-control-prev {
    width: 100%;
    height: 15%
}

.multi-carousel.vertical .carousel-control-next {
    top: auto;
    width: 100%;
    height: 15%
}

    .multi-carousel.vertical .carousel-control-next span, .multi-carousel.vertical .carousel-control-prev span {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg)
    }

.onboarding-backdrop {
    position: absolute;
    display: block;
    z-index: 999;
    pointer-events: none
}

.popover {
    min-width: 320px
}

    .popover:focus {
        outline: none
    }

.organization-chart-node {
    border: 1px solid #dee2e6;
    padding: 1rem;
    display: inline-block
}

    .organization-chart-node p {
        margin: 0;
        font-family: Segoe UI,sans-serif
    }

    .organization-chart-node i {
        cursor: pointer
    }

.organization-card {
    display: inline-block
}

    .organization-card i {
        cursor: pointer
    }

    .organization-card img {
        width: 3rem;
        border-radius: 50%;
        margin-bottom: .5rem
    }

.organization-chart-icon-clicked {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.organization-chart-table td {
    text-align: center;
    vertical-align: top;
    padding: 0 .3rem
}

.organization-chart-line {
    height: 20px;
    border-right: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6
}

.organization-chart-lines-top div {
    background: #dee2e6;
    margin: 0 auto;
    height: 20px;
    width: 1px;
    text-align: center
}

.organization-chart-hide {
    visibility: hidden
}

.parallax-slider > img {
    display: none;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: opacity transform .2s linear;
    transition: opacity transform .2s linear
}

.scrollStatus {
    position: sticky;
    z-index: 1020;
    width: 100%;
    background: #ccc
}

.scrollStatus-progress {
    width: 0
}


.table-editor {
    --datatable-color: #212529;
    --datatable-border-color: #e0e0e0;
    --datatable-striped-color: #212529;
    --datatable-accent-bg: #f2f2f2;
    --datatable-hover-color: #131313;
    --datatable-hover-bg: #f2f2f2;
    --datatable-muted-color: grey;
    --datatable-active-color: rgba(19,19,19,0.05);
    font-size: .9rem;
    color: var(--datatable-color);
    background-color: #fff
}

    .table-editor tr .delete-button, .table-editor tr .discard-button, .table-editor tr .edit-button, .table-editor tr .popconfirm-toggle, .table-editor tr .save-button {
        padding: 0;
        margin: 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

        .table-editor tr .delete-button:active, .table-editor tr .delete-button:focus, .table-editor tr .discard-button:active, .table-editor tr .discard-button:focus, .table-editor tr .edit-button:active, .table-editor tr .edit-button:focus, .table-editor tr .popconfirm-toggle:active, .table-editor tr .popconfirm-toggle:focus, .table-editor tr .save-button:active, .table-editor tr .save-button:focus {
            -webkit-box-shadow: none;
            box-shadow: none;
            color: #1266f1 !important
        }

.table-editor__inner {
    background-color: inherit
}

.table-editor table {
    color: var(--datatable-color);
    background-color: inherit !important;
    margin-bottom: 0;
    border-color: var(--datatable-border-color)
}

    .table-editor table td, .table-editor table th {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 250px;
        padding: 1rem 1.4rem
    }

.table-editor thead, .table-editor thead tr {
    background-color: inherit
}

    .table-editor thead tr {
        border-bottom: 1px solid var(--datatable-border-color)
    }

    .table-editor thead th {
        position: relative;
        border-bottom: none;
        font-weight: 500
    }

        .table-editor thead th:hover .table-editor__sort-icon {
            opacity: 1
        }

    .table-editor thead .fixed-cell {
        position: sticky;
        top: 0;
        z-index: 3;
        -webkit-box-shadow: var(--datatable-border-color) 0 1px;
        box-shadow: var(--datatable-border-color) 0 1px;
        background-color: inherit
    }

.table-editor tbody {
    font-weight: 300;
    background-color: inherit
}

    .table-editor tbody .fixed-cell {
        position: sticky;
        z-index: 1;
        background-color: inherit
    }

    .table-editor tbody tr {
        background-color: inherit;
        -webkit-transition: all .3s ease-in;
        transition: all .3s ease-in
    }

        .table-editor tbody tr:last-child {
            border-bottom: transparent;
            height: 71px
        }

        .table-editor tbody tr:focus {
            outline: none
        }

        .table-editor tbody tr.active {
            background-color: var(--datatable-active-color)
        }

    .table-editor tbody td:focus {
        outline: none
    }

.table-editor__loader {
    width: 100%;
    height: 2px;
    position: relative;
    overflow: hidden
}

.table-editor__loader-inner, .table-editor__progress {
    display: block;
    height: 100%
}

.table-editor__progress {
    -webkit-animation: datatableProgress 3s ease-in-out;
    animation: datatableProgress 3s ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    width: 45%;
    position: relative;
    opacity: .5;
    border-radius: 1px
}

@-webkit-keyframes datatableProgress {
    0% {
        left: -45%
    }

    to {
        left: 100%
    }
}

@keyframes datatableProgress {
    0% {
        left: -45%
    }

    to {
        left: 100%
    }
}

.table-editor__pagination {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .5rem 0;
    border-top: 1px solid var(--datatable-border-color)
}

.table-editor__pagination-nav {
    padding: 0;
    font-size: .9rem
}

.table-editor__pagination-buttons {
    margin-left: 2rem
}

.table-editor__pagination-button {
    padding-left: 1rem;
    padding-right: 1rem;
    color: var(--datatable-color)
}

    .table-editor__pagination-button:active, .table-editor__pagination-button:focus, .table-editor__pagination-button:hover {
        background-color: var(--datatable-active-color);
        color: var(--datatable-color)
    }

.table-editor__sort-icon {
    opacity: 0;
    color: var(--datatable-muted-color);
    cursor: pointer;
    -webkit-transition-property: opacity,-webkit-transform;
    transition-property: opacity,-webkit-transform;
    transition-property: opacity,transform;
    transition-property: opacity,transform,-webkit-transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    position: absolute;
    left: .4rem;
    top: calc(50% - .5rem)
}

    .table-editor__sort-icon.active {
        opacity: 1;
        color: var(--datatable-color)
    }

.table-editor__select-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: .9rem;
    font-weight: 300;
    padding: 0 1rem
}

    .table-editor__select-wrapper .select-input {
        max-width: 70px
    }

.table-editor__select-text {
    margin: 0 1rem
}

.table-editor.sm td, .table-editor.sm th {
    padding: .5rem 1.4rem
}

.table-editor.sm tbody tr:last-child {
    border-bottom: transparent;
    height: 55px
}

.table-editor.sm .table-editor__pagination {
    padding: .2rem 0
}

.table-editor.bordered td, .table-editor.bordered th {
    border-width: 1px
}

.table-editor.bordered .table-editor__pagination {
    border: 1px solid var(--datatable-border-color)
}

.table-editor.striped tbody tr:nth-of-type(odd) {
    background-color: var(--datatable-accent-bg);
    color: var(--datatable-striped-color)
}

.table-editor.hover tbody tr {
    -webkit-transition: background-color .2s ease-in !important;
    transition: background-color .2s ease-in !important
}

    .table-editor.hover tbody tr:hover {
        background-color: var(--datatable-hover-bg) !important
    }

.table-editor.dark {
    --datatable-color: #fff;
    --datatable-border-color: #fff;
    --datatable-active-color: hsla(0,0%,100%,0.2)
}

    .table-editor.dark .form-check-input[type=checkbox]:checked {
        background-color: transparent;
        border-color: #fff
    }

    .table-editor.dark .table-editor__progress {
        opacity: .8
    }

    .table-editor.dark tr .delete-button:active, .table-editor.dark tr .delete-button:focus, .table-editor.dark tr .discard-button:active, .table-editor.dark tr .discard-button:focus, .table-editor.dark tr .edit-button:active, .table-editor.dark tr .edit-button:focus, .table-editor.dark tr .popconfirm-toggle:active, .table-editor.dark tr .popconfirm-toggle:focus, .table-editor.dark tr .save-button:active, .table-editor.dark tr .save-button:focus {
        color: #fff !important
    }

        .table-editor.dark tr .delete-button:active i, .table-editor.dark tr .delete-button:focus i, .table-editor.dark tr .discard-button:active i, .table-editor.dark tr .discard-button:focus i, .table-editor.dark tr .edit-button:active i, .table-editor.dark tr .edit-button:focus i, .table-editor.dark tr .popconfirm-toggle:active i, .table-editor.dark tr .popconfirm-toggle:focus i, .table-editor.dark tr .save-button:active i, .table-editor.dark tr .save-button:focus i {
            font-weight: 600 !important
        }

    .table-editor.dark .select-wrapper .select-arrow, .table-editor.dark .select-wrapper input {
        color: #fff
    }

    .table-editor.dark .select-wrapper .form-notch-trailing, .table-editor.dark .select-wrapper .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
        border-color: #fbfbfb !important
    }

    .table-editor.dark .select-wrapper .form-notch-leading, .table-editor.dark .select-wrapper .form-notch-trailing, .table-editor.dark .select-wrapper .form-noth-middle {
        border-color: #fbfbfb
    }

    .table-editor.dark.striped {
        --datatable-striped-color: #fff;
        --datatable-accent-bg: hsla(0,0%,100%,0.05)
    }

    .table-editor.dark.hover {
        --datatable-hover-bg: hsla(0,0%,100%,0.2);
        --datatable-hover-color: #fff
    }

.table-editor.border-primary {
    --datatable-border-color: #1266f1
}

.table-editor.border-secondary {
    --datatable-border-color: #b23cfd
}

.table-editor.border-success {
    --datatable-border-color: #00b74a
}

.table-editor.border-info {
    --datatable-border-color: #39c0ed
}

.table-editor.border-warning {
    --datatable-border-color: #ffa900
}

.table-editor.border-danger {
    --datatable-border-color: #f93154
}

.table-editor.border-light {
    --datatable-border-color: #fbfbfb
}

.table-editor.border-dark {
    --datatable-border-color: #262626
}

.table-editor.border-white {
    --datatable-border-color: #fff
}

.table-editor.border-black {
    --datatable-border-color: #000
}

.table-editor.borderless {
    --datatable-border-color: transparent
}

.table-editor.loading, .table-editor.loading th {
    color: var(--datatable-muted-color)
}

    .table-editor.loading .table-editor__sort-icon {
        display: none
    }

    .table-editor.loading .select-wrapper .select-arrow, .table-editor.loading .select-wrapper input {
        color: var(--datatable-muted-color)
    }

    .table-editor.loading .select-wrapper .form-notch-trailing, .table-editor.loading .select-wrapper .form-outline .form-control:focus ~ .form-notch .form-notch-leading {
        border-color: var(--datatable-muted-color) !important
    }

    .table-editor.loading .select-wrapper .form-notch-leading, .table-editor.loading .select-wrapper .form-notch-trailing, .table-editor.loading .select-wrapper .form-noth-middle {
        border-color: var(--datatable-muted-color)
    }

.table-editor.edited-table {
    --datatable-color: #a1a1a1;
    pointer-events: none
}

    .table-editor.edited-table .edited-row {
        color: #262626;
        pointer-events: all
    }

        .table-editor.edited-table .edited-row td {
            padding: .8rem 1.4rem
        }

        .table-editor.edited-table .edited-row [data-mdb-field=action_buttons] {
            padding: 1rem 1.4rem
        }

        .table-editor.edited-table .edited-row input {
            font-size: .9rem;
            line-height: 1.5
        }

    .table-editor.edited-table .ps__rail-x, .table-editor.edited-table .ps__rail-y {
        pointer-events: all
    }

.transfer {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.transfer, .transfer-arrows-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.transfer-arrows-container {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%
}

.transfer-arrows-arrow {
    margin: 0 .6rem
}

.transfer-source-container, .transfer-target-container {
    -webkit-box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 10px 0 rgba(0,0,0,.05);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%
}

.transfer-container-header {
    padding: .6rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid hsla(0,0%,62.7%,.425)
}

.transfer-header-select-all {
    margin-right: .4rem
}

.transfer-body {
    padding: 0;
    margin: 0;
    height: 100%
}

.transfer-body-item {
    list-style: none;
    padding: .4rem .6rem
}

.transfer-body-item-checkbox {
    margin-right: .4rem
}

.transfer-body-item-text-disabled {
    color: grey;
    text-decoration: line-through
}

.transfer-body-item-checkbox-disabled {
    pointer-events: none
}

.transfer-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid hsla(0,0%,62.7%,.425);
    padding: .4rem 0
}

.transfer-footer-current-page {
    padding: 0 .6rem
}

.transfer-body-no-data {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.transfer-no-data-icon {
    font-size: 2rem
}

.transfer-search-outline {
    margin: .4rem .6rem
}

@media only screen and (max-width:768px) {
    .transfer-arrows-container, .transfer-source-container, .transfer-target-container {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 80%;
        flex: 0 0 80%
    }

    .transfer-arrows-container {
        margin: 1.2rem
    }
}

.treeview {
    width: 100%
}

    .treeview .active, .treeview .treeview-category {
        padding: 0 .4rem;
        border-radius: 5px
    }

    .treeview .treeview-line {
        border-left: 2px solid rgba(0,0,0,.08)
    }

    .treeview .non-transitions {
        -webkit-transition: none !important;
        transition: none !important
    }

    .treeview .treeview-disabled {
        color: rgba(0,0,0,.25) !important;
        cursor: not-allowed
    }

    .treeview ul {
        margin-left: .8rem;
        padding-left: .8rem
    }

        .treeview ul ul:not(.collapse):not(.collapsing):not(.show) {
            display: none
        }

    .treeview li {
        list-style-type: none;
        margin: 3px 0
    }

    .treeview a {
        color: #4f4f4f;
        display: block
    }

        .treeview a[data-mdb-toggle=collapse] {
            color: unset
        }

    .treeview span[aria-label=toggle] i {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

.treeview-category:hover, .treeview-primary .active {
    background-color: rgba(18,102,241,.05)
}

.treeview-primary .active {
    color: #1266f1 !important
}

.treeview-primary a:focus, .treeview-primary li:focus {
    outline: none;
    background-color: rgba(18,102,241,.05)
}

.treeview-category:hover, .treeview-secondary .active {
    background-color: rgba(178,60,253,.05)
}

.treeview-secondary .active {
    color: #b23cfd !important
}

.treeview-secondary a:focus, .treeview-secondary li:focus {
    outline: none;
    background-color: rgba(178,60,253,.05)
}

.treeview-category:hover, .treeview-success .active {
    background-color: rgba(0,183,74,.05)
}

.treeview-success .active {
    color: #00b74a !important
}

.treeview-success a:focus, .treeview-success li:focus {
    outline: none;
    background-color: rgba(0,183,74,.05)
}

.treeview-category:hover, .treeview-info .active {
    background-color: rgba(57,192,237,.05)
}

.treeview-info .active {
    color: #39c0ed !important
}

.treeview-info a:focus, .treeview-info li:focus {
    outline: none;
    background-color: rgba(57,192,237,.05)
}

.treeview-category:hover, .treeview-warning .active {
    background-color: rgba(255,169,0,.05)
}

.treeview-warning .active {
    color: #ffa900 !important
}

.treeview-warning a:focus, .treeview-warning li:focus {
    outline: none;
    background-color: rgba(255,169,0,.05)
}

.treeview-category:hover, .treeview-danger .active {
    background-color: rgba(249,49,84,.05)
}

.treeview-danger .active {
    color: #f93154 !important
}

.treeview-danger a:focus, .treeview-danger li:focus {
    outline: none;
    background-color: rgba(249,49,84,.05)
}

.treeview-category:hover, .treeview-light .active {
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-light .active {
    color: #fbfbfb !important
}

.treeview-light a:focus, .treeview-light li:focus {
    outline: none;
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-category:hover, .treeview-dark .active {
    background-color: rgba(38,38,38,.05)
}

.treeview-dark .active {
    color: #262626 !important
}

.treeview-dark a:focus, .treeview-dark li:focus {
    outline: none;
    background-color: rgba(38,38,38,.05)
}

.vector-map {
    overflow: hidden;
    position: relative
}

    .vector-map div {
        max-width: 100%;
        overflow: hidden
    }

    .vector-map svg {
        fill: #fff;
        cursor: pointer;
        transform-box: fill-box
    }

        .vector-map svg path {
            -webkit-transition: fill .2s ease-out;
            transition: fill .2s ease-out
        }

.vector-map-toolbar {
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

    .vector-map-toolbar .btn {
        margin: .4rem
    }

.vector-map-tooltip {
    background-color: #6d6d6d;
    border-radius: .25rem;
    padding: 6px 16px;
    font-size: 14px;
    pointer-events: none;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .2s ease-out;
    transition: opacity .2s ease-out;
    text-align: center
}

    .vector-map-tooltip.show {
        opacity: 1
    }

@media (pointer:coarse) {
    .vector-map-tooltip.show {
        opacity: 0
    }
}

.vector-map-dragged svg {
    cursor: crosshair
}

.vector-map-dragged .vector-map-tooltip.show {
    opacity: 0
}

.vector-map-legend {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0
}

.vector-map-legend, .vector-map-legend__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.vector-map-legend__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.vector-map-legend__color {
    width: 40px;
    height: 20px
}

.vector-map-marker:focus, .vector-map-marker path:focus {
    outline: none
}

.vector-map-marker .pin-inner-circle, .vector-map .animated-circle {
    pointer-events: none
}

.wysiwyg {
    width: 100%;
    border: 1px solid #ededed
}

.wysiwyg-textarea {
    width: 0;
    height: 0;
    visibility: hidden;
    padding: 0;
    margin: 0;
    border: 0
}

.wysiwyg-content {
    min-height: 450px;
    padding: .5rem
}

    .wysiwyg-content:focus {
        outline: none
    }

    .wysiwyg-content.wysiwyg-show-html {
        white-space: pre-line
    }

.wysiwyg-toolbar {
    background-color: #fafafa;
    padding: .3rem 0
}

.wysiwyg-toolbar-group:not(:first-child):not(.ml-auto):before {
    content: "";
    position: absolute;
    height: 1.2rem;
    width: 0;
    border-right: 1px solid #bcbcbc;
    margin-top: .4rem
}

.wysiwyg-toolbar-group .dropdown-menu {
    min-width: 8rem
}

.btn-group > .btn.wysiwyg-btn {
    min-width: 32px;
    min-height: 32px;
    padding-left: .5rem;
    padding-right: .5rem
}

.wysiwyg-color {
    height: 2rem;
    width: 2rem;
    border-radius: 0;
    padding: 0
}

.wysiwyg-toolbar-group.wysiwyg-hide {
    display: none
}

.wysiwyg-toolbar-toggler .dropdown-menu {
    min-width: 0
}

    .wysiwyg-toolbar-toggler .dropdown-menu .mx-1 {
        margin-right: 0 !important;
        margin-left: 0 !important;
        border-bottom: 1px solid rgba(0,0,0,.05);
        border-right: 1px solid rgba(0,0,0,.05);
        border-radius: 0
    }
.treetable > table {
    border-collapse: collapse
}

tr.hidden td div {
    max-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

tr.hidden td, tr.hidden td div {
    padding-top: 0;
    padding-bottom: 0
}

tr.hidden td {
    -webkit-transition: padding 1s ease;
    transition: padding 1s ease;
    border: 0
}

tr.hidden {
    border: 0
}

    tr.hidden button {
        display: none
    }

tr div {
    max-height: 100px;
    -webkit-transition: max-height .6s ease,padding .6s ease;
    transition: max-height .6s ease,padding .6s ease
}

.treeview {
    width: 100%
}

    .treeview .active, .treeview .treeview-category {
        padding: 0 .4rem;
        border-radius: 5px
    }

    .treeview .treeview-line {
        border-left: 2px solid rgba(0,0,0,.08)
    }

    .treeview .non-transitions {
        -webkit-transition: none !important;
        transition: none !important
    }

    .treeview .treeview-disabled {
        color: rgba(0,0,0,.25) !important;
        cursor: not-allowed
    }

    .treeview ul {
        margin-left: .8rem;
        padding-left: .8rem
    }

        .treeview ul ul:not(.collapse):not(.collapsing):not(.show) {
            display: none
        }

    .treeview li {
        list-style-type: none;
        margin: 3px 0
    }

    .treeview a {
        color: #4f4f4f;
        display: block
    }

        .treeview a[data-mdb-toggle=collapse] {
            color: unset
        }

    .treeview span[aria-label=toggle] i {
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer
    }

.treeview-category:hover, .treeview-primary .active {
    background-color: rgba(18,102,241,.05)
}

.treeview-primary .active {
    color: #1266f1 !important
}

.treeview-primary a:focus, .treeview-primary li:focus {
    outline: none;
    background-color: rgba(18,102,241,.05)
}

.treeview-category:hover, .treeview-secondary .active {
    background-color: rgba(178,60,253,.05)
}

.treeview-secondary .active {
    color: #b23cfd !important
}

.treeview-secondary a:focus, .treeview-secondary li:focus {
    outline: none;
    background-color: rgba(178,60,253,.05)
}

.treeview-category:hover, .treeview-success .active {
    background-color: rgba(0,183,74,.05)
}

.treeview-success .active {
    color: #00b74a !important
}

.treeview-success a:focus, .treeview-success li:focus {
    outline: none;
    background-color: rgba(0,183,74,.05)
}

.treeview-category:hover, .treeview-info .active {
    background-color: rgba(57,192,237,.05)
}

.treeview-info .active {
    color: #39c0ed !important
}

.treeview-info a:focus, .treeview-info li:focus {
    outline: none;
    background-color: rgba(57,192,237,.05)
}

.treeview-category:hover, .treeview-warning .active {
    background-color: rgba(255,169,0,.05)
}

.treeview-warning .active {
    color: #ffa900 !important
}

.treeview-warning a:focus, .treeview-warning li:focus {
    outline: none;
    background-color: rgba(255,169,0,.05)
}

.treeview-category:hover, .treeview-danger .active {
    background-color: rgba(249,49,84,.05)
}

.treeview-danger .active {
    color: #f93154 !important
}

.treeview-danger a:focus, .treeview-danger li:focus {
    outline: none;
    background-color: rgba(249,49,84,.05)
}

.treeview-category:hover, .treeview-light .active {
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-light .active {
    color: #fbfbfb !important
}

.treeview-light a:focus, .treeview-light li:focus {
    outline: none;
    background-color: hsla(0,0%,98.4%,.05)
}

.treeview-category:hover, .treeview-dark .active {
    background-color: rgba(38,38,38,.05)
}

.treeview-dark .active {
    color: #262626 !important
}

.treeview-dark a:focus, .treeview-dark li:focus {
    outline: none;
    background-color: rgba(38,38,38,.05)
}
