.hidden {
    display: none !important;
}

.m-subheader a {
    text-decoration: none !important;
}

.m-scroll-top--shown .m-scroll-top {
    z-index: 1000;
}

.write-mail-overflow-hidden,
.modal-open,
.overflow-hidden,
.c-modal-open,
.c-modal-open-important,
.c-swal--overflow-important,
body.modal-open,
body.write-mail-overflow-hidden,
body.overflow-hidden.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
html.overflow-hidden.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown),
body.overflow-hidden,
body.c-modal-open,
body.c-modal-open-important {
    overflow: hidden !important;
}

.swal2-container,
.modal,
.popover,
.dropdown-menu {
    z-index: 10000;
}

.tooltip.fade {
    z-index: 20000001;
}

.c-btnAvatar,
.c-btnAvatar-value,
.c-btnAvatar-clone,
.c-btnAvatar-tips {
    display: none !important;
}

.form-control {
    line-height: 18px;
}

.m-subheader a.m-nav__link-text {
    text-decoration: none;
}

.m-subheader a.m-nav__link-text:hover {
    color: #0329b3;
}

.c-filter-blur {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.disabled,
:disabled,
[disabled="disabled"],
.disabled:hover,
:disabled:hover,
[disabled="disabled"]:hover {
    cursor: not-allowed !important;
    opacity: 0.65;
}

.btn.btn-default[disabled="disabled"],
.btn.btn-default[disabled="disabled"]:hover {
    border-color: #f4f5f8;
    background-color: #f4f5f8;
}

a,
.c-a {
    color: #2a84d2;
    cursor: pointer;
}

.c-a:hover,
.c-a:focus {
    text-decoration: underline;
    color: #d00200;
}

.bootstrap-maxlength {
    z-index: 1040 !important;
}

.c-lateron {
    background: url(../../../../assets/img/lateron.png) no-repeat center center,url(../../../../../assets/img/lateron.png) no-repeat center center;
    background-size: 50%;
    width: 100%;
    min-height: 300px;
}

.changeUtil-block-fixed {
    position: fixed !important;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 20080;
}

.blockUI {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.blockUI.blockOverlay {
    z-index: 10000 !important;
}

.blockUI.blockElement {
    width: 100% !important;
    z-index: 10010 !important;
}

.blockUI.blockElement>.m-blockui {
    margin: 0 auto;
}

.c-alert.alert {
    width: 100%;
}

.change-module.c-alert.alert {
    margin: 10px 9px;
    width: auto;
}

.overflow-hidden,
.c-overflow--hidden {
    overflow: hidden !important;
}

.c-data-empty {
    text-align: center;
    color: #999;
    font-size: 14px;
}

div.c-data-empty {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

div.c-data-empty i.c-data-empty-icon {
    font-size: inherit;
    margin-right: 6px;
}

.has-error .form-control,
.has-error .form-control:focus,
.has-danger .form-control,
.has-danger .form-control:focus {
    border-color: #e73d4a !important;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error label,
.has-danger label,
.field-validation-error,
.has-error span.field-validation-valid,
.has-error span.field-validation-error,
.has-danger span.field-validation-error {
    color: #e73d4a !important;
}

.c-no-border {
    border: 0 none;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-input-border {
    border: 0;
    padding: 0.65rem 0;
    background-size: 0 2px, 100% 1px;
    background-repeat: no-repeat;
    background-position: bottom, 50% calc(100% - 1px);
    background-color: transparent;
    -webkit-transition: background 0s ease-out;
    -o-transition: background 0s ease-out;
    transition: background 0s ease-out;
    float: none;
    border-radius: 0;
    background-image: -webkit-gradient( linear, left top, left bottom, from(#9c27b0), to(#9c27b0)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
    background-image: -webkit-linear-gradient(#9c27b0, #9c27b0), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: -o-linear-gradient(#9c27b0, #9c27b0), -o-linear-gradient(#d2d2d2, #d2d2d2);
    background-image: linear-gradient(#9c27b0, #9c27b0), linear-gradient(#d2d2d2, #d2d2d2);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.c-input-border:focus {
    outline: none;
    background-size: 100% 2px, 100% 1px;
    -webkit-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.c-daterangepicker-group {
    position: relative;
}

.c-daterangepicker-group>.c-daterangepicker {
    padding-right: 30px;
}

.c-daterangepicker-group.c-input-border-container>[data-command="clear"] {
    position: absolute;
    bottom: 3px;
    right: 0;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #b50303;
}

.c-daterangepicker-group {
    position: relative;
}

.c-daterangepicker-group>.c-daterangepicker {
    padding-right: 30px;
}

.c-daterangepicker-group.c-input-border-container>[data-command="clear"] {
    position: absolute;
    bottom: 3px;
    right: 0;
    border: 0;
    cursor: pointer;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: #b50303;
}

.c-daterangepicker {
    display: flex;
    width: 100%;
}

.c-daterangepicker>.c-daterangepicker-target {
    display: flex;
    flex: 1;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.c-daterangepicker>.c-daterangepicker-remove {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ddd;
    border-color: #ebedf2;
    border-radius: 0;
    margin: 0;
    border-left: 0 none;
    height: inherit;
    position: relative;
    white-space: nowrap;
    cursor: pointer;
    min-width: 32px;
    text-align: center;
    font-size: 20px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

@media (max-width: 1024px) {
    .c-daterangepicker {
        height: 35.59px;
    }
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 0 none;
}

.note-editor.note-frame.c-square-note-editor {
    border-radius: 0;
}

.note-editor.note-frame.c-square-note-editor.fullscreen {
  border: 0 none;
  z-index: 20000;
}

.note-editor.note-frame.c-square-note-editor.fullscreen>.note-toolbar.panel-heading {
    border-radius: 0;
}

.focus,
.note-editor.note-frame.focus,
body .c-tags-input-container.c-focus {
    border-color: #89c8ff;
    color: #575962;
}

.has-error .note-editor.note-frame,
.has-error .c-tags-input-container {
    border: 1px solid #e73d4a;
}

.note-editor .note-toolbar.panel-heading {
    position: relative !important;
    position: relative !important;
}

.m-wizard.m-wizard--2.m-wizard--success .m-wizard__head .m-wizard__steps .m-wizard__step-number>span>span.c-wizard-number {
    font-size: 20px;
    font-weight: 700;
    color: #898b96;
}

.c-keywords-input-container {
    line-height: 1;
    color: #575962;
    display: block;
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 1rem;
    min-height: 36px;
    border: 1px solid #ebedf2;
    position: relative;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-control.c-focus {
    border-color: #89c8ff;
    color: #575962;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.bootstrap-select.btn-group>button[type="button"].c-focus {
    border-color: #89c8ff !important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
}

.bootstrap-select.form-control.form-control-sm>.btn {
    padding: 0.35rem 1.6rem 0.35rem 0.75rem;
    font-size: 0.9rem;
}

.bootstrap-select.form-control.form-control-sm>.btn.dropdown-toggle:after {
    right: 1.35rem;
}

.c-keywords-input-container>span.c-placeholder {
    color: #9699a2;
}

.c-keywords-input-container.c-focus {
    border-color: #89c8ff;
    height: 100%;
}

.c-keywords-input-container.c-focus>span.c-placeholder {
    display: none;
}

.c-keywords-input-container.c-has-data {
    height: 100%;
}

.c-keywords-input-container.c-has-data>span.c-placeholder {
    display: none;
}

.c-keywords-input-container>.c-keywords--container,
.c-keywords-input-container>input.c-keywords--input {
    display: inline;
}

.c-keywords-input-container>input.c-keywords--input {
    border: 0 none !important;
    outline: 0 !important;
    line-height: 20px;
    height: 20px;
    margin: 0 !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: #575962;
    width: 10px;
    min-width: 10px !important;
}

.c-keywords-input-container>.c-keywords--container>.c-keywords--keyword {
    display: -webkit-inline-flex;
    display: inline-flex;
    margin: 0 2px 2px 0;
    background: #d93025;
    padding: 0 4px 0 8px;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    overflow: hidden;
    border-radius: 10px;
    white-space: nowrap;
    cursor: default;
}

.c-keywords-input-container>.c-keywords--container>.c-keywords--keyword>span.c-keywords--keyword---text {
    -webkit-font-smoothing: auto;
    letter-spacing: 0.3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-weight: 500;
    margin: 0;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    max-width: 160px;
    white-space: nowrap;
}

    .c-keywords-input-container > .c-keywords--container > .c-keywords--keyword > span.c-keywords--keyword---close {
        background-image: url(../../../../assets/img/close_white_16dp.png),url(../../../../../assets/img/close_white_16dp.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 16px;
        opacity: 0.7;
        width: 16px;
        height: 20px;
        cursor: pointer;
        white-space: nowrap;
    }

.c-keywords-input-container>.c-keywords--container>.c-keywords--keyword>span.c-keywords--keyword---close:hover {
    opacity: 1;
}

.c-input-search-control {
    position: relative;
}

.c-input-search-control>.c-input-search--content {
    position: absolute;
    background: #fff;
    width: 100%;
    /* max-height: 300px; */
    overflow: auto;
    z-index: 100;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

body>.c-input-search--content.___c-input-search--content {
    position: absolute;
    background: #fff;
    overflow: auto;
    z-index: 100;
    border: 0;
    -webkit-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    -moz-box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
    box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.2);
}

body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li {
    padding: 0.65rem 1em;
    cursor: pointer;
    position: relative;
}

body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li.active,
body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li.focus,
body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li:focus,
body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li.hover,
body>.c-input-search--content.___c-input-search--content .c-input-search--body>ul>li:hover {
    background-color: #89c8ff;
    color: #f4f5f8;
}

.c-input-search-control>.c-input-search--content .c-input-search--body>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li {
    padding: 0.65rem 1em;
    cursor: pointer;
    position: relative;
}

.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li.active,
.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li.focus,
.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li:focus,
.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li.hover,
.c-input-search-control>.c-input-search--content .c-input-search--body>ul>li:hover {
    background: #f4f5f8;
}

ul.c-model-error-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.c-model-error-list>li {
    margin: 2px 0;
    padding: 2px;
    cursor: pointer;
}

ul.c-model-error-list>li:hover {
    opacity: 0.8;
}

@media (max-width: 1200px) {
    .m-wizard.m-wizard--2.m-wizard--number .m-wizard__head .m-wizard__progress .progress {
        left: 2.15rem;
    }
}

.c-load-before>ul.c-load-before-list {
    list-style: none;
    padding: 10px 0 10px 0;
    margin: 0;
}

.c-load-before>ul.c-load-before-list>li {
    margin: 0 10px 10px 10px;
    background: #fafafa;
    height: 30px;
    border-radius: 5px;
}

.c-table-cell-sort {
    display: block;
    position: relative;
    cursor: pointer;
}

.c-table-cell-sort.active {
    color: #01112f;
    font-weight: 700;
}

.c-table-cell-sort>span.c-cell-text {
    margin-right: 2px;
}

.c-table-cell-sort>i.c-cell-sort {
    position: absolute;
    right: 0;
    top: 0;
}

.no-border {
    border: 0 !important;
}

.no-border-left {
    border-left: 0 !important;
}

.no-border-right {
    border-right: 0 !important;
}

.no-border-top {
    border-top: 0 !important;
}

.no-border-bottom {
    border-bottom: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.no-margin-top {
    margin-top: 0 !important;
}

.no-margin-bottom {
    margin-bottom: 0 !important;
}

.no-margin-left {
    margin-left: 0 !important;
}

.no-margin-right {
    margin-right: 0 !important;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.no-padding {
    padding: 0 !important;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.no-padding-top {
    padding-top: 0 !important;
}

.no-padding-bottom {
    padding-bottom: 0 !important;
}

.c-edit-note-editor--display {
    overflow: auto !important;
    min-height: 60px;
}

.c-carousel-content {
    height: inherit;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-carousel-content .c-carousel-content--body {
    position: relative;
    overflow: hidden;
    height: inherit;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

@keyframes c-carousel--fadeIn {
    0% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes c-carousel--fadeIn {
    0% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes c-carousel--fadeIn {
    0% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes c-carousel--fadeIn {
    0% {
        opacity: 0.2;
    }
    75% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes c-carousel-title--fadeIn {
    0% {
        left: -1024px;
    }
    100% {
        left: 24px;
    }
}

@-moz-keyframes c-carousel-title--fadeIn {
    0% {
        left: -1024px;
    }
    100% {
        left: 24px;
    }
}

@-webkit-keyframes c-carousel-title--fadeIn {
    0% {
        left: -1024px;
    }
    100% {
        left: 24px;
    }
}

@-o-keyframes c-carousel-title--fadeIn {
    0% {
        left: -1024px;
    }
    100% {
        left: 24px;
    }
}

.c-carousel-content--body>.c-carousel--item {
    position: relative;
    display: none;
    overflow: hidden;
}

.c-carousel-content--body>.c-carousel--item.active {
    display: block;
    height: inherit;
    opacity: 1;
    animation: c-carousel--fadeIn 1s;
    -moz-animation: c-carousel--fadeIn 1s;
    -webkit-animation: c-carousel--fadeIn 1s;
    -o-animation: c-carousel--fadeIn 1s;
}

.c-carousel-content--body>.c-carousel--item>.c-carousel--item---title {
    position: absolute;
    bottom: 24px;
    left: 24px;
    background: rgba(16, 16, 16, 0.46);
    color: #fff;
    animation: c-carousel-title--fadeIn 1.5s;
    -moz-animation: c-carousel-title--fadeIn 1.5s;
    -webkit-animation: c-carousel-title--fadeIn 1.5s;
    -o-animation: c-carousel-title--fadeIn 1.5s;
}

.c-carousel-content--body>.c-carousel--item>.c-carousel--item---title>a {
    text-decoration: none !important;
    color: inherit;
    display: block;
    padding: 6px 12px;
}

.c-carousel--item.active>img {
    width: 100%;
    height: inherit;
}

ul.c-carousel-content--indicators {
    padding: 0;
    margin: 0 auto;
    margin-top: -20px;
    width: 100%;
    list-style: none;
    text-align: center;
    position: relative;
}

ul.c-carousel-content--indicators>li {
    width: 13px;
    height: 9px;
    background: rgba(31, 31, 31, 0.86);
    display: inline-flex;
    margin: 2px;
    cursor: pointer;
    border-radius: 3px;
}

.c-fileinput-col-md {
    min-height: 35px !important;
    position: relative;
}

.c-fileinput-col-md .fileinput.input-group {
    padding: 0;
    position: relative;
}

ul.c-carousel-content--indicators>li.active {
    background: #f4f3ef;
}

.fileinput>.form-control[data-trigger="fileUp"],
.input-group {
    border-radius: 0;
}

.fileinput>.form-control[data-trigger="fileUp"]>span.fileinput-filename,
.input-group {
    overflow: hidden;
    min-height: 20px;
    line-height: 20px;
    position: absolute;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.fileinput>.form-control[data-trigger="fileUp"]>span.fileinput-filename {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 90%;
}

.fileinput>.input-group-addon.btn.btn-default {
    background: white;
    border-color: #ebedf2;
    border-radius: 0;
}

.fileinput>.input-group-addon.btn.btn-default:hover,
.fileinput>.input-group-addon.btn.btn-default:focus {
    border-color: #ebedf2;
    background-color: #f4f5f8;
}

.fileinput>.input-group-addon:not(:first-child) {
    border-left: 0;
}

.m-checkbox-inline .m-checkbox,
.m-checkbox-inline .m-radio,
.m-radio-inline .m-checkbox,
.m-radio-inline .m-radio,
.m-checkbox-inline .m-checkbox,
.m-checkbox-inline .m-radio,
.m-checkbox-list .m-checkbox,
.m-checkbox-list .m-radio {
    line-height: 20px;
}

.c-preview-modal-part {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 21000;
    background: #f6f6f6;
}

.c-preview-modal-part>.c-preview-modal-container .c-preview-modal--body .c-preview-pdf {
    width: 100%;
    height: 100%;
}

.c-preview-modal-part>.c-preview-modal-container .c-preview-modal--body video.c-preview-video {
    height: 100%;
    background: #000;
}

.c-preview-modal-part .c-preview-modal--progress {
    position: absolute;
    bottom: -4px;
    height: 4px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.c-preview-modal-part .c-preview-modal--progress .mat-progress-bar {
    background-color: #bdd2ff;
}

.c-preview-modal-part .c-preview-modal--progress .mat-progress-bar .mat-progress-bar-fill::after {
    animation: none;
    content: "";
    display: inline-block;
    left: 0;
    background-color: #3367d6;
}

.c-preview-modal-part>.c-preview-modal-container {
    position: relative;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header {
    height: 60px;
    background: #152073;
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 100;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header>.c-preview--title {
    line-height: 36px;
    font-size: 16px;
    font-weight: 700;
    padding: 12px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 130px);
    overflow: hidden;
    text-align: center;
    margin: 0 auto;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--switch {
    position: absolute;
    top: 14px;
    left: 14px;
    height: 60px;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--switch>.c-preview--switch--btn {
    border-radius: 50%;
    cursor: pointer;
    width: 32px;
    height: 32px;
    display: inline-block;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--switch>.c-preview--switch--btn:focus,
.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--switch>.c-preview--switch--btn:hover {
    background-color: #ff0000 !important;
}

    .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header .c-preview--switch > .c-preview--switch--btn.c-preview--switch-left {
        background: url(../../../../assets/img/toLeft_01.png) no-repeat center center,url(../../../../../assets/img/toLeft_01.png) no-repeat center center;
        background-position-x: 6px;
    }

    .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header .c-preview--switch > .c-preview--switch--btn.c-preview--switch-right {
        background: url(../../../../assets/img/toRight_01.png) no-repeat center center,url(../../../../../assets/img/toRight_01.png) no-repeat center center;
        background-position-x: 9px;
    }

    .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header span.c-preview--close {
        width: 32px;
        height: 32px;
        position: absolute;
        top: 14px;
        right: 14px;
        background: url(../../../../assets/img/close/close_w.png) no-repeat center center,url(../../../../../assets/img/close/close_w.png) no-repeat center center;
        border-radius: 50%;
        cursor: pointer;
    }

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header span.c-preview--close:focus,
.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header span.c-preview--close:hover {
    background-color: #ff0000;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--switch {
    position: absolute;
    top: 0;
    left: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--btn {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    cursor: pointer;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--header .c-preview--btn:hover {
    background-color: #f30000 !important;
}

    .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header .c-preview--switch .c-preview--btn.c-preview--switch-left {
        background: url(../../../../assets/img/to_left_01.png) no-repeat center center,url(../../../../../assets/img/to_left_01.png) no-repeat center center;
    }

    .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header .c-preview--switch .c-preview--btn.c-preview--switch-right {
        background: url(../../../../assets/img/to_right_01.png) no-repeat center center,url(../../../../../assets/img/to_right_01.png) no-repeat center center;
    }

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--body {
    min-height: 300px;
    text-align: center;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--body>.c-preview-modal---content.c-preview-modal----img {
    overflow: auto;
    text-align: center;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--body embed.c-preview-pdf {
    width: 100%;
    height: 100%;
}

.c-preview-modal-part>.c-preview-modal-container>.c-preview-modal--body img.c-preview-img {
    max-width: 80%;
    -webkit-box-shadow: 0 0.25rem 0.75rem #b1b1b1;
    -moz-box-shadow: 0 0.25rem 0.75rem #b1b1b1;
    box-shadow: 0 0.25rem 0.75rem #b1b1b1;
    margin: 12px;
}

.c-preview-modal-part.c-preview--custom>.c-preview-modal-container>.c-preview-modal--body {
    text-align: inherit;
}

.c-preview-modal-part.c-preview--custom>.c-preview-modal-container>.c-preview-modal--header {
    -webkit-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.34);
    -o-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.34);
    -ms-box-shadow: 0 6px 10px rgba(0, 0, 0, 0.34);
    box-shadow: 0 6px 10px rgba(0, 0, 0, 0.34);
}

.c-preview-modal-part.c-preview--custom .c-preview-modal--body .c-preview-modal---content {
    overflow: auto;
}

table.c-checkbox-table tr>th>.m-radio,
table.c-checkbox-table tr>th>.m-checkbox,
table.c-checkbox-table tr>td>.m-radio,
table.c-checkbox-table tr>td>.m-checkbox {
    padding-left: 5px;
}

.c-container>.c-page-container {
    padding-bottom: 60px;
}

.form-control[readonly],
.form-control {
    border-color: #d5dde6;
    color: #575962;
}

.dropdown-menu>li>a,
.dropdown-menu>.dropdown-item {
    cursor: pointer;
}

.c-error-container>.c-error {
    display: flex;
    flex-wrap: wrap;
    min-height: 300px;
    justify-content: center;
    align-items: center;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 6px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #fdd7d7;
}

.c-error-container>.c-error>.c-error-i {
    margin-right: 12px;
    font-size: 70px;
}

.c-error-container>.c-error>.c-error-text {
    margin: 0;
    padding: 0;
}

.c-error-container>.c-error>.c-error-text>p {
    margin: 0;
}

.c-error-container>.c-error>.c-error-text>.c-error-return-home {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #7875f9;
    margin-top: 8px;
}

.c-error-container>.c-error>.c-error-text>.c-error-return-home>a {
    color: inherit;
}

.c-error-container>.c-error.c-error-500,
.c-error-container>.c-error.c-error-404 {
    font-weight: 600;
    font-size: 30px;
    letter-spacing: 4px;
}

.c-error-container>.c-error.c-error-500>.c-error-i,
.c-error-container>.c-error.c-error-404>.c-error-i {
    margin-right: 16px;
    font-size: 80px;
    color: #ff8080;
}

.c-error-body i.la {
    font-size: inherit;
}

.c-error-body a.a-link {
    text-decoration: none;
}

@media (min-width: 992px) {
    .c-app .c-header .c-actions,
    .c-app .c-header>.navbar>.nav-main,
    .c-app>.c-part.c-sidebar>.c-sidebar-container>.c-sidebar-head,
    .c-app>.c-page-content>.c-header>.navbar {
        height: 65px;
    }
    .c-app>.c-part.c-page-content>.c-container {
        margin-top: 65px;
    }
    .c-app .c-header>.navbar>.nav-main {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        height: 64px;
    }
    .c-app .c-h-tools>.nav-tool-button {
        height: 42px;
    }
    .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button {
        position: relative;
        display: inline-block;
        padding: 12px;
        border-radius: 4px;
        margin-left: 6px;
        top: auto;
    }
    [data-menu-mode="unsidebar"] h1.c-site-title.pc {
        margin-left: 6px;
    }
    body.c-layout-backstage .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button {
        display: none;
    }
}

body.c-layout-backstage[data-menu-mode="unsidebar"] .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button {
    display: block;
}

body.c-layout-backstage .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button,
body.c-layout-backstage .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button:hover {
    background: rgba(226, 216, 221, 0.16) !important;
    margin-left: 6px;
}

body.c-layout-backstage .c-app>.c-page-content>.c-header>.navbar>.nav-main>span.c-menu-button {
    background: transparent !important;
}

body.c-layout-backstage button.c-btn.closemenu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}

body.c-layout-backstage button.c-btn.closemenu:hover {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.alert.m-alert--icon {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0;
    align-items: center;
}

.alert.m-alert--icon .m-alert__icon {
    padding: 1.45rem 0;
    width: 65px;
    display: none;
}

.alert.m-alert--icon .m-alert__text {
    flex: 1;
}

.alert.m-alert--icon .m-alert__close {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0 1.75rem 0 0.75rem;
}

.alert.m-alert--icon .m-alert__close>.close {
    position: relative;
}

.c-plugin-tablecolshowhide-setting .c-setting-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 -48px 10px;
    font-weight: 600;
    color: #5a55a2;
    border-bottom: 2px solid #e4e4e4;
    padding: 6px 48px;
    text-align: left;
}

.c-plugin-tablecolshowhide-setting .c-setting-title>b {
    position: relative;
    display: inline-block;
}

.c-plugin-tablecolshowhide-setting .c-setting-title>b::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    height: 2px;
    background: #5a55a2;
}

.c-plugin-tablecolshowhide-setting .c-setting-checkbox-list-content {
    text-align: left;
}

.c-table-tools {
    margin: -10px 0 10px;
}

.c-table-tools span.tool {
    color: #4d74e2;
    font-weight: 600;
    cursor: pointer;
}

.c-table-tools span.tool:hover {
    color: #3255d6;
}

ul.c-item-continer.c-modal-check {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

ul.c-item-continer.c-modal-check>li {
    padding: 8px 8px;
    margin: 2px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    background: #f9f9f9;
    width: 165px;
    border-radius: 4px;
    cursor: pointer;
    color: #333;
    border: 1px solid #eee;
}

ul.c-item-continer.c-modal-check>li:hover {
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.17);
    -moz-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.17);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.17);
}

ul.c-item-continer.c-modal-check>li>strong {
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    font-weight: 500;
}

ul.c-item-continer.c-modal-check>li>small {
    margin-top: 2px;
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    text-align: right;
    color: #666;
}

.article-status>.through.theend {
    width: 90%;
    margin: 18px auto;
    text-transform: uppercase;
    position: relative;
    text-align: center;
    z-index: 1;
}

.article-status>.through.theend>span {
    display: inline-block;
    background: transparent;
    color: #ddd;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 6px;
    font-weight: 500;
    width: 120px;
}

.article-status>.through.theend::before {
    content: "";
    display: block;
    width: calc(50% - 60px);
    height: 1px;
    background: #efefef;
    position: absolute;
    top: 50%;
    right: 0;
    z-index: -1;
}

.article-status>.through.theend:after {
    content: "";
    display: block;
    width: calc(50% - 60px);
    height: 1px;
    background: #efefef;
    position: absolute;
    top: 50%;
    left: 0;
    z-index: -1;
}

table.table_vertical-middle th,
table.table_vertical-middle td {
    vertical-align: middle;
    text-align: center;
}

table.table_vertical-middle td .m-checkbox.m-checkbox--solid>span {
    margin-top: -6px;
}

body.c-cxcy-body .m-tooltip.m-tooltip--skin-dark .tooltip-inner,
body.c-layout-backstage .m-tooltip.m-tooltip--skin-dark .tooltip-inner {
    color: #9093ac;
    background: #282a38;
    -webkit-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
    -moz-box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.5);
}

.c-link {
    color: #5431c4;
    font-weight: 500;
    cursor: pointer;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.c-link:hover {
    color: #5e2cff;
}

.c-link::after {
    content: "";
    position: absolute;
    bottom: -4px;
    height: 1px;
    left: 0;
    right: 0;
    background: #5431c4;
    width: 0%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.c-link:hover::after {
    background: #5e2cff;
    width: 100%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.swal2-container .c-swal2-modal {
    text-align: left;
    margin: -30px 0 -20px;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 -39px 10px;
    font-weight: 600;
    color: #5a55a2;
    border-bottom: 2px solid #e4e4e4;
    padding: 6px 39px;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title>b {
    position: relative;
    display: inline-block;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title>b::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    height: 2px;
    background: #5a55a2;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label {
    font-weight: inherit;
    font-size: inherit;
    flex: 1;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label {
    font-weight: 600;
    color: #4ab3f4;
    letter-spacing: 2px;
    padding-left: 20px;
    display: flex;
    align-items: center;
    height: 25px;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label {
    margin: 0;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    width: 3px;
    height: calc(100% - 12px);
    background: #4ab3f4;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label.kt-radio::before {
    display: none;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label .btn.btn-download {
    margin: 0;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label .btn.btn-download span.c-text {
    display: inline-block;
    margin-left: -6px;
}

.swal2-container .c-swal2-modal .kt-spinner.kt-spinner--light:before {
    border: 2px solid #a57fd6;
    border-right: 2px solid transparent;
}

.c-container>.c-page-container>.c-app-msg {
    margin: 10px;
}

.c-overflow-auto {
    overflow: auto;
}

.backdrop-filter--before,
.backdrop-filter--dark,
.backdrop-filter {
    position: relative;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
    background-color: hsla(0, 0%, 100%, 0.6);
}

.backdrop-filter--before {
    background-color: transparent;
}

.backdrop-filter--dark {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
}

.backdrop-filter--before::before {
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0);
    width: 100%;
    z-index: -1;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR…VEZFjiTK6ZGRwvrKF5G0wbJs+t9+Zgeral8zinvX779u3pf6Ar4821qINrAAAAAElFTkSuQmCC);
    border-radius: inherit;
}

.backdrop-filter--before::before {
    background: linear-gradient( to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
    border-radius: inherit;
}

.backdrop-filter--before.backdrop-filter--dark::before {
    background: linear-gradient( to bottom, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);
    border-radius: inherit;
}

.c-bg-blur {
    z-index: 2;
    position: relative;
}

.c-bg-blur:before {
    backdrop-filter: blur(10px) saturate(125%);
    -webkit-backdrop-filter: blur(10px) saturate(125%);
    -ms-backdrop-filter: blur(10px) saturate(125%);
    bottom: 0;
    content: " ";
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(0);
    width: 100%;
    z-index: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAAAXNSR…VEZFjiTK6ZGRwvrKF5G0wbJs+t9+Zgeral8zinvX779u3pf6Ar4821qINrAAAAAElFTkSuQmCC);
    background: rgba(255, 255, 255, 0.1);
}

.c-filter-blur {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

.c-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-flex>i {
    font-size: inherit;
}

.mat-progress-bar {
    display: block;
    height: 4px;
    overflow: hidden;
    position: relative;
    transition: opacity 250ms linear;
    width: 100%;
}

._mat-animation-noopable.mat-progress-bar {
    transition: none;
    animation: none;
}

.mat-progress-bar .mat-progress-bar-element,
.mat-progress-bar .mat-progress-bar-fill::after {
    height: 100%;
    position: absolute;
    width: 100%;
}

.mat-progress-bar .mat-progress-bar-background {
    width: calc(100% + 10px);
}

@media (-ms-high-contrast: active) {
    .mat-progress-bar .mat-progress-bar-background {
        display: none;
    }
}

.mat-progress-bar .mat-progress-bar-buffer {
    transform-origin: top left;
    transition: transform 250ms ease;
}

@media (-ms-high-contrast: active) {
    .mat-progress-bar .mat-progress-bar-buffer {
        border-top: solid 5px;
        opacity: 0.5;
    }
}

.mat-progress-bar .mat-progress-bar-secondary {
    display: none;
}

.mat-progress-bar .mat-progress-bar-fill {
    animation: none;
    transform-origin: top left;
    transition: transform 250ms ease;
}

@media (-ms-high-contrast: active) {
    .mat-progress-bar .mat-progress-bar-fill {
        border-top: solid 4px;
    }
}

.mat-progress-bar .mat-progress-bar-fill::after {
    animation: none;
    content: "";
    display: inline-block;
    left: 0;
}

.mat-progress-bar[dir="rtl"],
[dir="rtl"] .mat-progress-bar {
    transform: rotateY(180deg);
}

.mat-progress-bar[mode="query"] {
    transform: rotateZ(180deg);
}

.mat-progress-bar[mode="query"][dir="rtl"],
[dir="rtl"] .mat-progress-bar[mode="query"] {
    transform: rotateZ(180deg) rotateY(180deg);
}

.mat-progress-bar[mode="indeterminate"] .mat-progress-bar-fill,
.mat-progress-bar[mode="query"] .mat-progress-bar-fill {
    transition: none;
}

.mat-progress-bar[mode="indeterminate"] .mat-progress-bar-primary,
.mat-progress-bar[mode="query"] .mat-progress-bar-primary {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: mat-progress-bar-primary-indeterminate-translate 2s infinite linear;
    left: -145.166611%;
}

.mat-progress-bar[mode="indeterminate"] .mat-progress-bar-primary.mat-progress-bar-fill::after,
.mat-progress-bar[mode="query"] .mat-progress-bar-primary.mat-progress-bar-fill::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: mat-progress-bar-primary-indeterminate-scale 2s infinite linear;
}

.mat-progress-bar[mode="indeterminate"] .mat-progress-bar-secondary,
.mat-progress-bar[mode="query"] .mat-progress-bar-secondary {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: mat-progress-bar-secondary-indeterminate-translate 2s infinite linear;
    left: -54.888891%;
    display: block;
}

.mat-progress-bar[mode="indeterminate"] .mat-progress-bar-secondary.mat-progress-bar-fill::after,
.mat-progress-bar[mode="query"] .mat-progress-bar-secondary.mat-progress-bar-fill::after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: mat-progress-bar-secondary-indeterminate-scale 2s infinite linear;
}

.mat-progress-bar[mode="buffer"] .mat-progress-bar-background {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: mat-progress-bar-background-scroll 250ms infinite linear;
    display: block;
}

.mat-progress-bar._mat-animation-noopable .mat-progress-bar-background,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-buffer,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-fill::after,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-primary.mat-progress-bar-fill::after,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary,
.mat-progress-bar._mat-animation-noopable .mat-progress-bar-secondary.mat-progress-bar-fill::after {
    animation: none;
    transition: none;
}

@keyframes mat-progress-bar-primary-indeterminate-translate {
    0% {
        transform: translateX(0);
    }
    20% {
        animation-timing-function: cubic-bezier(0.5, 0, 0.70173, 0.49582);
        transform: translateX(0);
    }
    59.15% {
        animation-timing-function: cubic-bezier(0.30244, 0.38135, 0.55, 0.95635);
        transform: translateX(83.67142%);
    }
    100% {
        transform: translateX(200.61106%);
    }
}

@keyframes mat-progress-bar-primary-indeterminate-scale {
    0% {
        transform: scaleX(0.08);
    }
    36.65% {
        animation-timing-function: cubic-bezier(0.33473, 0.12482, 0.78584, 1);
        transform: scaleX(0.08);
    }
    69.15% {
        animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
        transform: scaleX(0.66148);
    }
    100% {
        transform: scaleX(0.08);
    }
}

@keyframes mat-progress-bar-secondary-indeterminate-translate {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
        transform: translateX(0);
    }
    25% {
        animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
        transform: translateX(37.65191%);
    }
    48.35% {
        animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
        transform: translateX(84.38617%);
    }
    100% {
        transform: translateX(160.27778%);
    }
}

@keyframes mat-progress-bar-secondary-indeterminate-scale {
    0% {
        animation-timing-function: cubic-bezier(0.15, 0, 0.51506, 0.40969);
        transform: scaleX(0.08);
    }
    19.15% {
        animation-timing-function: cubic-bezier(0.31033, 0.28406, 0.8, 0.73371);
        transform: scaleX(0.4571);
    }
    44.15% {
        animation-timing-function: cubic-bezier(0.4, 0.62704, 0.6, 0.90203);
        transform: scaleX(0.72796);
    }
    100% {
        transform: scaleX(0.08);
    }
}

@keyframes mat-progress-bar-background-scroll {
    to {
        transform: translateX(-8px);
    }
}

.search-form-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    border-top: 1px dashed #ebedf2;
    padding-top: calc(0.65rem + 1px);
}

.search-form-actions .btn {
    font-size: 1.1rem;
    letter-spacing: 2px;
    margin: 2px;
}

.search-form-actions .btn i {
    font-size: inherit;
}

.c-responsive-hidden {
    display: none !important;
}

.c-responsive-detail {
    display: none;
}

table .c-responsive-detail {
    padding: 0;
    margin: 0;
    width: 30px;
    max-width: 30px;
    min-width: 30px;
    cursor: pointer;
}

table .c-responsive-detail i {
    font-size: 1.4rem;
    -webkit-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #5d78ff;
    width: 12px;
}

table .c-responsive-detail:hover i {
    color: #900000;
}

table.c-table-responsive .c-responsive-detail {
    display: table-cell;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td {
    border: 0 none;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table {
    width: 90%;
    margin: 0 auto;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table td {
    border: 1px solid #ebedf2;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-title {
    text-align: right;
    width: 30%;
    font-weight: 600;
    color: #000 !important;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row.is-invalid>td.c-cell-title {
    color: #f55751 !important;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-content {
    text-align: left;
    width: 70%;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-title .c-table-cell-sort>i.c-cell-sort {
    display: none;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-title .c-table-cell-sort,
table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-title .c-table-cell-sort:hover {
    color: #000 !important;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row.is-invalid>td.c-cell-title .c-table-cell-sort,
table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row.is-invalid>td.c-cell-title .c-table-cell-sort:hover {
    color: #f55751 !important;
}

table.c-table-responsive tr.c-responsive-detail-table-detail>td>table tr.c-responsive-detail-row>td.c-cell-title .c-table-cell-sort>span.c-cell-text {
    margin-right: 0;
    color: inherit;
}

table.c-table-responsive tr.c-responsive-detail-table-detail:hover,
table.c-table-responsive tr.c-responsive-detail-table-detail:hover tr,
table.c-table-responsive tr.c-responsive-detail-table-detail:hover td {
    background-color: transparent !important;
    background: transparent !important;
}

.c-link--line {
    color: #1461cd;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 2px 0;
    cursor: pointer;
}

.c-link--line::after {
    display: block;
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0%;
    -webkit-transition: width 0.3s ease;
    -moz-transition: width 0.3s ease;
    transition: width 0.3s ease;
    background-color: #1461cd;
    height: 1px;
}

.c-link--line:hover::after {
    width: 100%;
}

.modal-content.c-modal-content>.modal-body .change-module .c-modal-progress {
    position: absolute;
    bottom: 35px;
    left: 35px;
    right: 35px;
    overflow: hidden;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.modal-content.c-modal-content>.modal-body .change-module .c-modal-progress .mat-progress-bar.mat-primary {
    background-color: #e6abf7;
}

.modal-content.c-modal-content>.modal-body .change-module .c-modal-progress .mat-progress-bar-fill::after {
    background-color: #6b5df5;
}

.c-view-password {
    position: relative;
}

.c-view-password>input[type="text"],
.c-view-password>input[type="password"] {
    padding-right: 40px;
}

.c-view-password input.c-view-password--text {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: none;
}

.c-view-password.c--view input.c-view-password--text {
    display: block;
}

.c-view-password button.c-view-password--button {
    position: absolute;
    top: 1px;
    right: 1px;
    bottom: 1px;
    border: 0 none;
    cursor: pointer;
    width: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    background-color: #dadde0;
    color: #333;
    overflow: hidden;
}

.c-view-password button.c-view-password--button i.c--view {
    display: block;
}

.c-view-password button.c-view-password--button i.c--hide {
    display: none;
}

.c-view-password.c--view button.c-view-password--button i.c--view {
    display: none;
}

.c-view-password.c--view button.c-view-password--button i.c--hide {
    display: block;
}

.fileinput.c-fileinput.input-group {
    display: table;
    height: 40px;
    overflow: hidden;
    padding: 0;
    display: table;
    position: relative;
}

.fileinput.c-fileinput.input-group>.form-control {
    width: 100%;
    display: table-cell;
    border-radius: 0;
    margin: 0;
    height: inherit;
    border-color: #ebedf2;
    position: relative;
    text-align: left;
}

.fileinput.c-fileinput.input-group>.form-control>i {
    margin-right: 4px;
    line-height: 20px;
    display: none;
}

.fileinput-exists.fileinput.c-fileinput.input-group>.form-control>i {
    display: inline-block;
}

.fileinput.c-fileinput.input-group>.form-control>.fileinput-filename {
    display: inline-block;
    flex: 1;
    height: 100%;
    white-space: nowrap;
    overflow: hidden;
    line-height: 20px;
    position: absolute;
    text-overflow: ellipsis;
    direction: ltr;
    max-width: 80%;
}

.fileinput.c-fileinput.input-group>.input-group-addon.btn {
    width: 1%;
    background: #fff;
    border-color: #ebedf2;
    border-radius: 0;
    margin: 0;
    border-left: 0 none;
    height: inherit;
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
}

.fileinput.c-fileinput.input-group>.input-group-addon.btn:hover {
    color: #74788d;
    background-color: #f4f5f8;
}

.fileinput.c-fileinput.input-group>.input-group-addon.btn.btn-file>.fileinput-change {
    display: none;
}

.fileinput-exists.fileinput.c-fileinput.input-group>.input-group-addon.btn.btn-file>.fileinput-new {
    display: none;
}

.fileinput-exists.fileinput.c-fileinput.input-group>.input-group-addon.btn.btn-file>.fileinput-change {
    display: inline-block;
}

.fileinput.c-fileinput.input-group input[type="file"] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    font-size: 23px;
    cursor: pointer;
    opacity: 0;
    direction: ltr;
}

.fileinput.c-fileinput.input-group>.input-group-addon.btn input[type="file"]::-webkit-file-upload-button {
    cursor: pointer;
}

.fileinput.c-fileinput.input-group>.input-group-addon.btn.fileinput-remove {
    display: none;
}

.fileinput-exists.fileinput.c-fileinput.input-group>.input-group-addon.btn.fileinput-remove {
    display: table-cell;
}

ul.c-list-file {
    list-style: none;
    padding: 0;
    margin: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 760px) {
    ul.c-list-file {
        justify-content: center;
    }
}

ul.c-list-file>li.c-file {
    padding: 0;
    width: 200px;
    height: 70px;
    overflow: hidden;
    background: #fbf7f7;
    margin: 4px 4px;
    border-radius: 6px;
    color: #7647ff;
    border: 1px solid #eee;
    cursor: default;
    position: relative;
}

ul.c-list-file>li.c-file.c-lose {
    color: #f30000;
}

ul.c-list-file>li.c-file .c-file-name {
    height: 100%;
    width: 100%;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: wrap;
}

ul.c-list-file>li.c-file .c-file-name>.c-file-icon {
    font-size: 40px;
    padding: 2px;
}

ul.c-list-file>li.c-file .c-file-name>h5 {
    margin: 0;
    padding: 0;
    max-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    direction: ltr;
    max-width: 160px;
    white-space: nowrap;
    font-size: 15px;
    letter-spacing: 0px;
    font-weight: 500;
    color: inherit;
    line-height: 20px;
}

ul.c-list-file>li.c-file>.c-mask.c-actions {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

ul.c-list-file>li.c-file>.c-mask.c-actions .c-data-empty {
    color: #52536d;
    font-size: 16px;
    font-weight: 500;
}

ul.c-list-file>li.c-file.active>.c-file-name,
ul.c-list-file>li.c-file:hover>.c-file-name {
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(8px);
    filter: blur(8px);
}

ul.c-list-file>li.c-file.active>.c-mask.c-actions,
ul.c-list-file>li.c-file:hover>.c-mask.c-actions {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

ul.c-list-file>li.c-file>.c-mask.c-actions>.c-action {
    display: block;
    padding: 3px 6px;
    margin: 2px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.8px;
    text-decoration: none;
    cursor: pointer;
    color: inherit;
}

ul.c-list-file>li.c-file>.c-mask.c-actions>.c-action:hover {
    color: #ec0000;
}

ul.c-list-file>li.c-file>.c-mask.c-actions>.c-action>i {
    font-weight: bold;
    font-size: inherit;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:hover {
    background-color: #716aca;
    color: #fff;
    cursor: pointer;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:hover .m-wizard__step-info .m-wizard__step-label {
    color: #ffffff;
}

.m-wizard.m-wizard--4.m-wizard--brand .m-wizard__head .m-wizard__nav .m-wizard__steps .m-wizard__step:hover .m-wizard__step-info a.m-wizard__step-number>span {
    background-color: #3d3698;
    color: #fff;
}

td .btn-group>.dropdown>.btn,
td .btn-group>.btn {
    min-width: 30px;
    height: 30px;
    padding: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: -1px;
    padding: 0 6px;
}

.dropdown-toggle-split {
    padding: 0;
    background: #ddd;
    width: 100%;
    height: 1px;
}

td .btn-group>.dropdown .dropdown-menu {
    min-width: 100px;
}

@-webkit-keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes swal2-show {
    0% {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
    }
    45% {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
    80% {
        -webkit-transform: scale(0.95);
        transform: scale(0.95);
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-webkit-keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@keyframes swal2-hide {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        opacity: 0;
    }
}

@-webkit-keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}

@keyframes swal2-animate-success-line-tip {
    0% {
        top: 1.1875em;
        left: 0.0625em;
        width: 0;
    }
    54% {
        top: 1.0625em;
        left: 0.125em;
        width: 0;
    }
    70% {
        top: 2.1875em;
        left: -0.375em;
        width: 3.125em;
    }
    84% {
        top: 3em;
        left: 1.3125em;
        width: 1.0625em;
    }
    100% {
        top: 2.8125em;
        left: 0.875em;
        width: 1.5625em;
    }
}

@-webkit-keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@keyframes swal2-animate-success-line-long {
    0% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    65% {
        top: 3.375em;
        right: 2.875em;
        width: 0;
    }
    84% {
        top: 2.1875em;
        right: 0;
        width: 3.4375em;
    }
    100% {
        top: 2.375em;
        right: 0.5em;
        width: 2.9375em;
    }
}

@-webkit-keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@keyframes swal2-rotate-success-circular-line {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    5% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    12% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
    100% {
        -webkit-transform: rotate(-405deg);
        transform: rotate(-405deg);
    }
}

@-webkit-keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-x-mark {
    0% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    50% {
        margin-top: 1.625em;
        -webkit-transform: scale(0.4);
        transform: scale(0.4);
        opacity: 0;
    }
    80% {
        margin-top: -0.375em;
        -webkit-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        margin-top: 0;
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

@-webkit-keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

@keyframes swal2-animate-error-icon {
    0% {
        -webkit-transform: rotateX(100deg);
        transform: rotateX(100deg);
        opacity: 0;
    }
    100% {
        -webkit-transform: rotateX(0deg);
        transform: rotateX(0deg);
        opacity: 1;
    }
}

.swal2-popup {
    display: none;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 32em;
    max-width: 100%;
    padding: 1.25em;
    border: none;
    border-radius: 0.3125em;
    background: #fff;
    font-family: inherit;
    font-size: 1rem;
}

.swal2-show {
    -webkit-animation: swal2-show 0.3s;
    animation: swal2-show 0.3s;
}

.c-swal2-container.swal2-shown {
    z-index: 10000001 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-y: auto !important;
    overflow-x: hidden;
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -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;
    padding: 0.625em;
    background-color: rgba(0, 0, 0, 0.2);
    -webkit-overflow-scrolling: touch;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup {
    background-color: transparent;
}

@media (max-width: 414px) {
    .c-search-form--col-4>.change-module>.content {
        padding: 18px 18px;
    }
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup--lg-1 {
    width: 600px;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup {
    padding: 0;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-content {
    padding: 1rem 3rem 2rem;
    background-color: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .swal2-icon,
.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-actions,
.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-footer {
    display: none !important;
}

@media (min-width: 768px) {
    .c-swal2-container.c-swal2-custom>.c-swal2-popup--lg-1 {
        width: 600px;
    }
}

@media (max-width: 767px) {
    .c-swal2-container.c-swal2-custom>.c-swal2-popup--lg-1 {
        width: 90%;
    }
    .c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-content {
        padding: 1rem 2rem 2rem;
    }
}

@media (max-width: 414px) {
    .c-swal2-container.c-swal2-custom>.c-swal2-popup--lg-1 {
        width: 97%;
    }
    .c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-content {
        padding: 1rem 0.5rem 2rem;
    }
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header {
    padding: 2rem 0 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    overflow: hidden;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .swal2-title {
    width: 100%;
    justify-content: center;
    /* overflow: hidden; */
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close {
    display: block !important;
    z-index: 0;
    outline: 0 none;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close.hidden {
    display: none !important;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close .kt-svg-icon {
    height: 32px;
    width: 32px;
    border-radius: 8px;
}


/* .c-swal2-container.c-swal2-custom
  > .c-swal2-popup
  > .swal2-header
  .c-swal2--close:focus
  .kt-svg-icon,
.c-swal2-container.c-swal2-custom
  > .c-swal2-popup
  > .swal2-header
  .c-swal2--close:hover
  .kt-svg-icon {
  background-color: #0b3979;
} */

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close .kt-svg-icon g [fill] {
    fill: #ffffff;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close:focus .kt-svg-icon g,
.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2--close:hover .kt-svg-icon g [fill] {
    fill: #b593f3;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2-modal-icon {
    margin: 18px 0;
    color: #fff;
    font-size: 3.75em;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .c-swal2-modal-icon i {
    font-size: inherit;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .swal2-title .c-swal2-modal-title {
    color: #fff;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 2px;
    position: relative;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .swal2-title .c-swal2-modal-title::after {
    position: absolute;
    content: "";
    bottom: -10px;
    left: calc(50% - 20px);
    width: 40px;
    height: 4px;
    background-color: #0b3979;
    border-radius: 12px;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup>.swal2-header .swal2-title .c-swal2-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup.c-bg--brand>.swal2-header {
    background-color: #0050bf;
    color: #fff;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup .c-swal2-progress {
    position: absolute;
    bottom: 0;
    height: 5px;
    left: 0;
    right: 0;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    overflow: hidden;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup .c-swal2-progress .mat-progress-bar {
    background-color: #dbb1e2;
    height: 5px;
}

.c-swal2-container.c-swal2-custom>.c-swal2-popup .c-swal2-progress .mat-progress-bar .mat-progress-bar-fill::after {
    background-color: #0050bf;
}

.c-swal2-container.c-swal2-custom .c-swal2-modal>.c-swal2-modal-content {
    padding: 6px 12px;
    padding: 0;
}

@media (max-width: 375px) {
    .c-swal2-container.c-swal2-custom .c-swal2-modal>.c-swal2-modal-content {
        padding: 6px 6px;
        padding: 0;
    }
}

.c-swal2-container.c-swal2-custom .c-swal2-modal>.c-swal2-modal-content .form-actions {
    border-top: 1px dotted #2a84d2;
    margin-top: 24px;
    text-align: center;
}

.c-swal2-modal-loadbefore {
    height: 240px;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title {
    font-size: 16px;
    letter-spacing: 2px;
    margin: 0 -39px 10px;
    font-weight: 600;
    color: #5a55a2;
    border-bottom: 2px solid #e4e4e4;
    padding: 6px 39px;
    text-align: left;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title>b {
    position: relative;
    display: inline-block;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-title>b::before {
    content: "";
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    height: 2px;
    background: #5a55a2;
}

.c-swal2-custom .c-swal2-modal>.c-swal2-modal-content,
.c-swal2-container .c-swal2-modal>.c-swal2-modal-content,
.swal2-container .c-swal2-modal>.c-swal2-modal-content {
    text-align: left;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label {
    font-weight: inherit;
    font-size: inherit;
    flex: 1;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label {
    font-weight: 600;
    color: #4ab3f4;
    letter-spacing: 2px;
    padding-left: 20px;
    display: flex;
    align-items: center;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label::before {
    content: "";
    position: absolute;
    top: 6px;
    left: 10px;
    width: 3px;
    height: calc(100% - 12px);
    background: #4ab3f4;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group label.kt-radio::before {
    display: none;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label .btn.btn-download {
    margin: 0;
}

.swal2-container .c-swal2-modal>.c-swal2-modal-content .form-group>label .btn.btn-download span.c-text {
    display: inline-block;
    margin-left: -6px;
}

.swal2-container .c-swal2-modal .kt-spinner.kt-spinner--light:before {
    border: 2px solid #a57fd6;
    border-right: 2px solid transparent;
}

body.c-layout-backstage .sidebarmenu ul.menu>li.menu-item span.span-link>i {
    margin: 0;
    padding: 0;
    margin-right: 8px;
    line-height: 22px;
}

.c-sidebar .c-sidebar-direction {
    top: 9px;
}

body.c-layout-backstage .sidebarmenu ul.menu>li.menu-item span.span-link,
body.c-layout-backstage .sidebarmenu span.span-link {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    line-height: 22px;
    align-items: center;
    min-height: 40px;
    font-weight: 500;
}

tr.c-child-table-container-tr:hover>td.c-child-table,
tr.c-child-table-container-tr>td.c-child-table {
    background: #eef1f5 !important;
    padding: 0;
    border: 0;
}

table>tbody>tr[data-child-table-mode="open"]>th,
table>tbody>tr[data-child-table-mode="open"]>td,
table>tbody>tr[data-child-table-mode="open"]:hover>th,
table>tbody>tr[data-child-table-mode="open"]:hover>td,
table>tbody>tr[data-child-table-mode="open"].active>th,
table>tbody>tr[data-child-table-mode="open"].active>td,
table>tbody>tr[data-child-table-mode="open"].active:hover>th,
table>tbody>tr[data-child-table-mode="open"].active:hover>td {
    background: #eef1f5 !important;
}

tr.c-child-table-container-tr>td.c-child-table>div {
    -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.15);
    margin: 20px;
}

tr.c-child-table-container-tr>td.c-child-table table.table.c-table::after {
    height: 0;
}

tr.c-child-table-container-tr>td.c-child-table table.table {
    background: #fff;
}

tr.c-child-table-container-tr>td.c-child-table table.table>thead>tr>td,
tr.c-child-table-container-tr>td.c-child-table table.table>thead>tr>th {
    /* background: #1461cd !important; */
    color: #fff;
}

table .c-icon.c-table-child-icon {
    border: 0 none;
    outline: 0;
    background: transparent;
    cursor: pointer;
    padding: 5px;
}

@media (max-width: 414px) {
    .c-search-form--col-4>.change-module>.content {
        padding: 18px 18px;
    }
}

.c-search-form--col-4>.change-module>.content>.form-group {
    align-items: center;
}

.c-search-form--col-4>.change-module>.content>.form-group .control-label,
.c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
    margin-bottom: 12px;
}

.c-search-form--col-4>.change-module>.content>.form-group .control-label {
    padding-top: 0;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
    color: #333;
    font-weight: 500;
}

@media (max-width: 1288px) {
    body.c-theme-1.kt-aside--fixed .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        max-width: 13.3332%;
        min-width: 13.3332%;
    }
    body.c-theme-1.kt-aside--fixed .c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
        max-width: 19.9997%;
        min-width: 19.9997%;
    }
}

@media (max-width: 1023px) {
    .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        max-width: 13.3332%;
        min-width: 13.3332%;
    }
    .c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
        max-width: 19.9997%;
        min-width: 19.9997%;
    }
}

@media (min-width: 1094px) {
    body[data-menu-mode="unsidebar"] .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        max-width: 8.33333%;
        min-width: 8.33333%;
    }
    body[data-menu-mode="unsidebar"] .c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
        max-width: 16.66667%;
        min-width: 16.66667%;
    }
}

@media (max-width: 1093px) {
    body[data-menu-mode="unsidebar"] .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        max-width: 13.3332%;
        min-width: 13.3332%;
    }
    body[data-menu-mode="unsidebar"] .c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
        max-width: 19.9997%;
        min-width: 19.9997%;
    }
}

@media (min-width: 769px) {
    .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        padding: 0 0 0 12px;
    }
}

@media (max-width: 768px) {
    .c-search-form--col-4>.change-module>.content>.form-group .control-label {
        max-width: 100% !important;
        min-width: 100% !important;
        margin-bottom: 6px;
        justify-content: flex-start !important;
        text-align: left !important;
    }
    .c-search-form--col-4>.change-module>.content>.form-group .col-md-2 {
        max-width: 100% !important;
        min-width: 100% !important;
    }
}

.c-search-form--col-4>.change-module>.content>.search-form-actions {
    margin-top: -12px;
}

@media (max-width: 414px) {
    .c-search-form--col-4>.change-module>.content {
        padding: 18px 18px;
    }
}

.c-global-min-window--container {
    position: fixed;
    z-index: 100000;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    bottom: 50px;
    right: 8px;
    background: #fff;
    border-radius: 4px;
    -webkit-box-shadow: 0 0 13px 0 rgb(0 0 0 / 29%);
    -moz-box-shadow: 0 0 13px 0 rgb(0 0 0 / 29%);
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 29%);
}

.c-global-min-window--container.c--stop {
    overflow: hidden;
}

.c-global-min-window--container .window-tool-action {
    width: 0;
    position: relative;
    z-index: 1;
}

.c-global-min-window--container .window-container {
    flex: 1;
    position: relative;
}

.c-global-min-window--container .window-tool-action i {
    position: absolute;
    display: inline-block;
    padding: 2px;
    cursor: pointer;
    border-radius: 4px;
    margin: 2px;
    font-weight: 600;
    color: #474cea;
}

.c-global-min-window--container .window-tool-action i:hover {
    background-color: #d7e8ff;
    color: #474cea;
}

.c-global-min-window--container .window-tool-action.left i {
    left: 0;
}

.c-global-min-window--container .window-tool-action.right i {
    right: 0;
}

    .c-global-min-window--container .window-content {
        background: #fff;
        width: 300px;
        height: auto;
        min-height: 165px;
        max-height:635px;
        border-radius: 4px;
        flex-direction: column;
        display: none;
    }

.c-global-min-window--container .window-content.active {
    display: block;
}

.c-global-min-window--container .window-content.c-fixed {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

@media (max-width: 320px) {
    .c-global-min-window--container {
        width: calc(100% - 16px);
    }
    .c-global-min-window--container .window-content {
        width: 100%;
    }
}

.c-global-min-window--container .window-content .window-head {
    height: 35px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-around;
    font-weight: 600;
    font-size: 17px;
    width: 100%;
    background: red;
    color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.c-global-min-window--container .window-content .window-head .c-text {
    display: block;
    flex: 1;
    overflow: hidden;
    max-width: 90%;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 2px 4px;
}

.c-global-min-window--container .window-content .window-head .c-close {
    background-color: #b30909;
    background-color: transparent;
    color: inherit;
    border: 0;
    outline: 0 none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    width: 25px;
    cursor: pointer;
    border-radius: 4px;
    margin-right: 2px;
}

.c-global-min-window--container .window-content .window-head .c-close:focus,
.c-global-min-window--container .window-content .window-head .c-close:hover {
    background-color: #920000;
    color: #fff;
}

.c-global-min-window--container .window-content .window-body {
    height: auto;
    min-height: 130px;
    max-height:600px;
    overflow: auto;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 30px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.limit-line {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.limit-line-1 {
    -webkit-line-clamp: 1;
    line-clamp: 1;
}

.limit-line-2 {
    -webkit-line-clamp: 2;
    line-clamp: 2;
}

.limit-line-3 {
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.limit-line-4 {
    -webkit-line-clamp: 4;
    line-clamp: 4;
}

.limit-line-5 {
    -webkit-line-clamp: 5;
    line-clamp: 5;
}

.limit-line-6 {
    -webkit-line-clamp: 6;
    line-clamp: 6;
}

.c-global-min-window--container .window-content.xuanti .window-head {
    background-color: #5ebf0e;
    color: #fff;
}

.c-global-min-window--container .window-content.xuanti .window-head .c-close:focus,
.c-global-min-window--container .window-content.xuanti .window-head .c-close:hover {
    background-color: #4ca900;
    color: #fff;
}

.c-global-min-window--container .window-content.jieti .window-head {
    background-color: #8d4bd6;
    color: #fff;
}

.c-global-min-window--container .window-content.jieti .window-head .c-close:focus,
.c-global-min-window--container .window-content.jieti .window-head .c-close:hover {
    background-color: #8f2aff;
    color: #fff;
}

.c-global-min-window--container .window-content.item_delayjieti .window-head {
    background-color: #bfe00a;
    color: #000;
}

.c-global-min-window--container .window-content.item_delayjieti .window-head .c-close:focus,
.c-global-min-window--container .window-content.item_delayjieti .window-head .c-close:hover {
    background-color: #99b117;
    color: #fff;
}

.c-global-min-window--container .window-content.zhongqi .window-head {
    background-color: #6b1e79;
    color: #fff;
}

.c-global-min-window--container .window-content.zhongqi .window-head .c-close:focus,
.c-global-min-window--container .window-content.zhongqi .window-head .c-close:hover {
    background-color: #83029a;
    color: #fff;
}

.c-global-min-window--container .window-content.planbook .window-head {
    background-color: #249a6e;
    color: #fff;
}

.c-global-min-window--container .window-content.planbook .window-head .c-close:focus,
.c-global-min-window--container .window-content.planbook .window-head .c-close:hover {
    background-color: #39ad82;
    color: #fff;
}

.c-global-min-window--container .window-content.jidubaogao .window-head {
    background-color: #1c6069;
    color: #fff;
}

.c-global-min-window--container .window-content.jidubaogao .window-head .c-close:focus,
.c-global-min-window--container .window-content.jidubaogao .window-head .c-close:hover {
    background-color: #047888;
    color: #fff;
}

.c-global-min-window--container .window-content.chengguo .window-head {
    background-color: #896e29;
    color: #fff;
}

.c-global-min-window--container .window-content.chengguo .window-head .c-close:focus,
.c-global-min-window--container .window-content.chengguo .window-head .c-close:hover {
    background-color: #886304;
    color: #fff;
}

ul.ul-pager a:not([href]):not([tabindex]) {
    cursor: not-allowed;
    color: #d2baba;
}

ul.ul-pager.pagination>.active>a,
ul.ul-pager.pagination>.active>a:focus,
ul.ul-pager.pagination>.active>a:hover,
ul.ul-pager.pagination>.active>span,
ul.ul-pager.pagination>.active>span:focus,
ul.ul-pager.pagination>.active>span:hover {
    color: #fff;
    cursor: default;
}

body.downloadbrowsers {
    background-color: #fff;
}

body.downloadbrowsers a {
    text-decoration: none;
    outline: 0;
}

.browsers .browsers-card {
    -webkit-box-shadow: 0 0 13px 0 rgb(0 0 0 / 18%);
    -moz-box-shadow: 0 0 13px 0 rgb(0 0 0 / 18%);
    box-shadow: 0 0 13px 0 rgb(0 0 0 / 18%);
    background-color: #fff;
    color: #b5b5b5;
    background: #fff;
    padding: 12px 4px;
    margin: 6px;
    border-radius: 12px;
    font-size: 15px;
    letter-spacing: 0;
    text-align: center;
    width: 150px;
}

.browsers .browsers-card:focus,
.browsers .browsers-card:hover {
    color: #0036f9;
}

.browsers .browsers-card .card-icon img {
    width: 60px;
    height: 60px;
}

.browsers .browsers-card .card-title {
    margin: 0;
    margin-top: 12px;
    font-weight: 600;
}

.browsers .browsers-card .card-desc {
    font-size: 12px;
}

.downloadbrowsers-footer .kt-footer .kt-footer__bottom,
.downloadbrowsers-footer .kt-footer {
    background: transparent;
}

.downloadbrowsers-footer .kt-footer .c-footer-content .kt-link,
.downloadbrowsers-footer .kt-footer .c-footer-content>.c-footer-part>span {
    color: #ddd;
    font-weight: 600;
    font-size: 17px;
}

.kt-link {
    text-decoration: none;
    position: relative;
    display: inline-block;
    color: #505ae2;
}

.kt-link:after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    top: 1rem;
    left: 0;
    width: 0%;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
}

.kt-link:hover:after {
    width: 100%;
    border-bottom: 1px solid #3641de;
    opacity: 0.3;
}

.kt-link:hover {
    color: #3641de;
    text-decoration: none !important;
}

.change-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    -moz-box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 13px 0 rgba(82, 63, 105, 0.05);
    background-color: #fff;
    margin-bottom: 20px;
    border-radius: 4px;
}

.change-module>.action,
.change-module>.title {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 25px 12px;
    border-bottom: 1px dashed #ebedf2;
    min-height: 68px;
}

.change-module>.content {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px;
    border-radius: 4px;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.flex-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
}

.kt-link1 {
    color: #555b78 !important;
}

.note-editor .note-toolbar .note-btn-group.note-z-custom .btn {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.note-editor .note-toolbar .note-btn-group.note-z-custom .btn i {
  padding: 0;
  margin: 0;
  margin-right: 4px;
  color: inherit;
}

.note-editor .note-toolbar .note-btn-group .btn.note-btn--typesetting {
  background-color: rgba(74, 179, 244, 0.1);
  border: 1px solid;
  color: #4ab3f4;
}

.note-editor .note-toolbar .note-btn-group .btn.note-btn--typesetting:focus,
.note-editor .note-toolbar .note-btn-group .btn.note-btn--typesetting:hover {
  background-color: #4ab3f4;
  border-color: #4ab3f4;
  color: #fff;
}

.note-editor .note-toolbar .note-btn-group .btn.note-btn--check-sensitive-word {
  background-color: rgb(255 184 34 / 10%);
  border: 1px solid #ffb822;
  color: #111111;
}

.note-editor
  .note-toolbar
  .note-btn-group
  .btn.note-btn--check-sensitive-word:focus,
.note-editor
  .note-toolbar
  .note-btn-group
  .btn.note-btn--check-sensitive-word:hover {
  background-color: #ffb822;
  border-color: #ffb822;
  color: #fff;
}




.custom-progress-1 {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1000000;
    background: rgb(0 0 0 / 10%);
    align-items: center;
    justify-content: center;
    padding: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    cursor: wait;
}

    .custom-progress-1 .custom-progress-1--content {
        width: 100%;
        max-width: 800px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom-progress-1 .progress {
        background-color: #ffffff;
        overflow: hidden;
        border-radius: 12px;
        height: 5px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

        .custom-progress-1 .progress .progress-bar {
            background: #2c59c8;
        }

    .custom-progress-1 .custom-progress-1--text {
        padding: 24px 0;
        justify-content: center;
        align-items: center;
        color: #333;
        font-weight: 500;
        font-size: 14px;
        line-height: 24px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom-progress-1 .custom-progress-1--text-content {
        background: #fff;
        padding: 6px 20px;
        border-radius: 6px;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    .custom-progress-1 .custom-progress-1--text .kt-spinner {
        position: relative;
        margin: 8px;
    }

@media (max-width: 500px) {
    .custom-progress-1 .custom-progress-1--text {
        font-size: 12px;
        line-height: 22px;
    }
}
