.hidden {
    display: none !important;
}

.clear-both {
    clear: both;
}

.block {
    display: block;
}

.c-overflow-auto {
    overflow: auto;
}

.c-flex {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
}

.kt-badge.kt-badge--inline {
    margin: 1px;
}

.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: 100%;
        margin: 0 auto;
    }

.c-responsive-detail-table-detail > td {
    padding: 0px
}

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;
}

table.c-table-responsive .c-responsive-detail {
    text-align: center;
    vertical-align: middle;
}

.no-padding {
    padding: 0 !important;
}

.no-margin {
    margin: 0 !important;
}

.kt-svg-icon > path {
    fill: #1461cd;
}

.write-mail-overflow-hidden,
.modal-open,
.overflow-hidden,
.c-modal-open,
.c-modal-open-important,
.c-modal-open-important_1,
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,
body.c-modal-open-important_1 {
    overflow: hidden !important;
}

.no-box-shadow {
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

.c-sticky {
    z-index: 1;
    background: #fff;
    -webkit-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    -moz-box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
    box-shadow: 0px 10px 30px 0px rgba(82, 63, 105, 0.08);
}

table.c-sticky,
tbody.c-sticky,
thead.c-sticky {
    display: table;
}

.c-no-border {
    border: 0 none !important;
}

.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);
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.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: #fff;
        color: #ddd;
        font-size: 16px;
        padding: 0 20px;
        letter-spacing: 6px;
        font-weight: 500;
    }

    .article-status > .through.theend:after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        background: #efefef;
        position: absolute;
        top: 50%;
        left: 0;
        z-index: -1;
    }

.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;
            color: inherit;
        }

        .c-error-container > .c-error > .c-error-text > .c-error-return-home {
            font-size: 20px;
            font-weight: 500;
            letter-spacing: 0px;
            color: #7875f9;
        }

            .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;
        }

.nv-validate.is-invalid {
    color: #fd397a;
}

textarea.is-invalid.form-control::placeholder,
textarea.is-invalid::placeholder,
input.is-invalid.form-control[type="password"]::placeholder,
input.is-invalid[type="password"]::placeholder,
input.is-invalid.form-control[type="text"]::placeholder,
input.is-invalid[type="text"]::placeholder {
    color: #fd397a !important;
}

.is-invalid .form-control.bootstrap-select > .dropdown-toggle,
.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #fd397a !important;
}

.alert ul.c-model-error-list {
    padding: 0 12px;
    margin: 0;
}

    .alert ul.c-model-error-list > li {
        cursor: pointer;
    }

        .alert ul.c-model-error-list > li:hover {
            opacity: 0.8;
        }

button.close[data-button="close"] {
    display: inline-block;
    margin-top: 0;
    margin-right: 0;
    width: 9px;
    height: 9px;
    background-repeat: no-repeat !important;
    text-indent: -10000px;
    outline: 0;
    background-image: url(/assets/img/close/remove-icon-small.png) !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: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    -moz-box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    box-shadow: 0px 0px 13px 0px rgba(82, 63, 105, 0.05);
    background-color: #ffffff;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .change-module.change-module-search {
        -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
    }

    .change-module > .content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 25px;
        border-radius: 4px;
    }

@media (min-width: 993px) {
    .change-module.change-module--full-height {
        height: calc(100% - 2.2rem);
    }

        .change-module.change-module--full-height .content {
            height: calc(100% - 2.2rem - 2.2rem);
        }
}

.c-data-empty {
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    letter-spacing: 2px;
    font-size: 20px;
    color: #ddd;
    text-align: center;
}

    .c-data-empty.c-column {
        flex-direction: column;
    }

    .c-data-empty > p {
        margin: 0;
    }

.c-app-container > .c-data-empty {
    height: 240px;
    font-size: 2rem;
    font-weight: 400;
}

tr > th.c-data-empty,
tr > td.c-data-empty {
    display: table-cell;
    font-size: 15px;
    color: #d4cece;
    font-weight: 500;
}

.c-data-empty i.c-data-empty-icon {
    margin: 0 4px;
    font-size: inherit;
    font-weight: inherit;
}

.c-app-container > .c-data-empty i.c-data-empty-icon {
    margin: 0 8px 0 4px;
    font-size: inherit;
    font-weight: inherit;
}

.c-modal.modal .change-module {
    background: #fff;
    padding: 21px 30px;
    margin: 10px;
    -webkit-box-shadow: 0 1px 15px 0 rgba(52, 102, 243, 0.3);
    -moz-box-shadow: 0 1px 15px 0 rgba(52, 102, 243, 0.3);
    box-shadow: 0 1px 15px 0 rgba(52, 102, 243, 0.3);
    font-size: 14px;
    border-radius: 3px;
}

.modal-content.c-modal-content {
    border: 0 none;
    border-radius: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.modal.c-modal.c-stop .modal-content.c-modal-content {
    position: relative;
}

    .modal.c-modal.c-stop .modal-content.c-modal-content:after {
        content: "";
        display: block;
        position: absolute;
        background: transparent;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10;
        cursor: wait;
    }

.modal-content.c-modal-content > .modal-body .change-module > .content,
.modal-content.c-modal-content > .modal-body {
    padding: 0;
    margin: 0;
}

    .modal-content.c-modal-content > .modal-body .change-module > .content {
        margin: -20px -30px -20px;
        padding: 6px 24px 12px;
    }

        .modal-content.c-modal-content > .modal-body
        .change-module > .content
        .kt-form {
            margin: 0 -20px;
        }

        .modal-content.c-modal-content > .modal-body
        .change-module > .content
        table:after {
            content: "";
            height: 30px;
            display: block;
        }

    .modal-content.c-modal-content > .modal-body .change-module {
        /* overflow: hidden; */
        position: relative;
    }

        .modal-content.c-modal-content > .modal-body .change-module .c-modal-progress {
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            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: #ffa374;
            }

            .modal-content.c-modal-content > .modal-body
            .change-module
            .c-modal-progress
            .mat-progress-bar-fill::after {
                background-color: #a03601;
            }

.c-modal.modal .change-module .action,
.c-modal.modal .change-module .title {
    margin-top: 0;
    padding-bottom: 7px;
    border-bottom: 1px solid #ebebeb;
    margin-bottom: 21px;
    position: relative;
}

.change-module > .title > button.close {
    background-position: center;
    border-radius: 50%;
    cursor: pointer;
    width: 26px;
    height: 26px;
    background-image: unset !important;
    position: relative;
    opacity: 1 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .change-module > .title > button.close .span-svg {
        position: relative;
        display: block;
        width: 24px;
        height: 24px;
    }

    .change-module > .title > button.close .kt-svg-icon {
        position: absolute;
        top: 0;
        left: 0;
    }

        .change-module > .title > button.close .kt-svg-icon g [fill] {
            fill: #ffffff;
        }

    .change-module > .title > button.close:hover {
        background-color: #b13c03;
    }

.c-modal.modal .change-module .title {
    color: #fff;
    margin: -24px -30px 21px;
    padding: 12px 12px 12px 20px;
    background: #a03601;
    display: flex;
    align-items: center;
    letter-spacing: 0.8px;
    min-height: 10px;
}

    .c-modal.modal .change-module .title > h4 {
        padding: 0;
        margin: 0;
        flex: 1;
    }

.change-module > .title,
.change-module > .action {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 25px 12px;
    border-bottom: 1px dashed #ebedf2;
    min-height: 68px;
}

@media (max-width: 414px) {
    .change-module > .content {
        padding: 6px 18px;
    }

    .change-module > .action,
    .change-module > .title {
        padding: 6px 18px;
    }
}

.change-module > .action > .btn {
    margin: 3px 4px;
}

.change-module > .action > label.kt-checkbox {
    margin: 0 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 6px;
}

    .change-module > .action > label.kt-checkbox > span {
        position: relative;
    }

.change-module > .title > h4 {
    padding: 0;
    letter-spacing: 2px;
}

.modal-backdrop.fade {
    opacity: 1;
    background: transparent;
}

    .modal-backdrop.fade.show.c-fade {
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
        background: rgba(0, 0, 0, 0.14);
    }

    .modal-backdrop.fade.show.c-border {
        border: 8px solid rgba(0, 0, 0, 0.14);
        -webkit-transition: all 0.2s;
        -moz-transition: all 0.2s;
        transition: all 0.2s;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        transition-delay: 0s;
    }

.c-swal2-question.swal2-container .swal2-title {
    color: #b0bb17;
    letter-spacing: 0.8px;
}

.c-swal2-question.swal2-container .swal2-content {
    color: #564fb7;
    letter-spacing: 0.4px;
}

.c-swal2-question.swal2-container .swal2-content {
    color: #564fb7;
    letter-spacing: 0.4px;
}

    .c-swal2-question.swal2-container .swal2-content b.c-b {
        color: #1406d0;
        letter-spacing: 0.8px;
        display: inline-flex;
        margin: 0 2px;
        background: #ebefff;
        padding: 2px 6px;
        border-radius: 4px;
        justify-content: center;
        align-items: center;
    }

    .c-swal2-question.swal2-container .swal2-content b.c-b {
        color: #1406d0;
        letter-spacing: 0.8px;
        display: inline-flex;
        margin: 0 2px;
        background: #ebefff;
        padding: 2px 6px;
        border-radius: 4px;
        align-items: center;
        text-align: left;
    }

        .c-swal2-question.swal2-container .swal2-content b.c-b > i.c-icon {
            margin-right: 4px;
        }

.form-control.c-input--square.bootstrap-select > .dropdown-toggle {
    position: relative;
    outline: 0 !important;
    padding: 0.65rem 1rem;
    border-radius: 2px !important;
}

.form-control.c-input--square.bootstrap-select .bs-searchbox .form-control {
    border-radius: 2px !important;
}

.form-control.c-input--square.bootstrap-select .dropdown-menu {
    border-radius: 2px !important;
    z-index: 1000;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a,
.bootstrap-select .dropdown-menu.inner > li:hover > a {
    background: #e9f2fa;
}

    .bootstrap-select .dropdown-menu.inner > li.selected > a .text,
    .bootstrap-select .dropdown-menu.inner > li:hover > a .text {
        color: #1461cd;
    }

    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" fa-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class*=" la-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li.selected > a [class^="la-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" fa-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class*=" la-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="fa-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="flaticon2-"],
    .bootstrap-select .dropdown-menu.inner > li:hover > a [class^="la-"] {
        color: #1907a7;
    }

.kt-wizard-v1
.kt-wizard-v1__nav
.kt-wizard-v1__nav-items
.kt-wizard-v1__nav-item:after {
    font-weight: 600;
}

.form-group .col-form-text {
    padding-top: calc(0.65rem + 1px);
    font-size: 14px;
    font-weight: 500;
}

.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;
    }

.btn.btn-label-primary,
.btn.btn-search {
    background-color: #e9f2fa;
    color: #36a0fe;
}

    .btn.btn-label-primary:hover,
    .btn.btn-search:hover {
        background-color: #1461cd;
        color: #fff;
    }

.search-form-actions .btn.btn-reset {
    background-color: #e9f2fa;
    color: #e00b0b;
}

    .search-form-actions .btn.btn-reset:hover {
        background-color: #e00b0b;
        color: #fff;
    }

.fileinput.c-fileinput.input-group {
    display: table;
    height: 40px;
    overflow: hidden;
    padding: 0;
    display: table;
}

    .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;
}

.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;
    }

        .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 18px;
        color: #fff;
        font-size: 3.75em;
    }

    .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: 4px 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;
}

@media (max-width: 375px) {
    .c-swal2-container.c-swal2-custom .c-swal2-modal > .c-swal2-modal-content {
        padding: 6px 6px;
    }
}

.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;
}

.c-tabletree-temp > button.c-icon {
    border: 0 none;
    outline: 0;
    background: 0 0;
    cursor: pointer;
}

img.c-img-backstagelogo {
    width: 240px;
    height: 50px;
    padding: 2px;
    border: 1px solid #decaca;
    background-image: url(../../../img/bg_png.png);
}

.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;
    }

    .kt-header-mobile--fixed .kt-header-mobile {
        z-index: 1000;
    }
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
    border-left: 0 none;
}

.c-badge {
    width: auto !important;
    height: auto !important;
    display: inline-block;
    padding: 4px 12px;
}

.c-modifyavatar {
    position: relative;
}

    .c-modifyavatar > .c-modifyavatar {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
    }

        .c-modifyavatar > .c-modifyavatar > a {
            color: inherit;
            display: flex;
            width: 100%;
            height: 100%;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-weight: 600;
        }

    .c-modifyavatar:hover {
        border-radius: 4px;
        overflow: hidden;
    }

        .c-modifyavatar:hover > .c-modifyavatar {
            display: flex;
        }

        .c-modifyavatar:hover > .c-filter-blur-avatar {
            -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);
        }

.btn-table,
.btn-group.btn-table {
    display: table !important;
}

form.c-form-write .c-form-write-body {
    padding: 12px 24px;
}

form.c-form-write .c-form-write-foot {
    padding: 10px 30px 10px !important;
    background: rgba(238, 238, 238, 0.6);
}

    form.c-form-write .c-form-write-foot .btn {
        margin-right: 6px;
    }

        form.c-form-write .c-form-write-foot .btn > span {
            display: flex;
            justify-content: center;
            align-items: center;
        }

.note-editor.note-frame.c-square-note-editor {
    border-radius: 0;
}

    .note-editor.note-frame.c-square-note-editor.fullscreen {
        border: 0 none;
        border: 0 none;
        z-index: 20000;
    }

.modal-backdrop {
    z-index: 18000;
}

.modal,
.swal2-container,
.popover {
    z-index: 20070;
}

.blockUI.blockOverlay,
.blockUI.blockMsg.blockElement {
    z-index: 20080 !important;
}

.swal2-container {
    z-index: 10000001 !important;
}

.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;
}

.is-invalid .note-editor.note-frame.focus {
    border-color: #fd397a;
}

.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;
    z-index: 1;
}

ul.c-summernote-modal-choose-container {
    list-style: none;
    margin: 20px 0;
    padding: 0;
}

    ul.c-summernote-modal-choose-container > li.c-summernote-modal-choose {
        display: inline-block;
    }

        ul.c-summernote-modal-choose-container > li.c-summernote-modal-choose > img {
            width: 85px;
            max-height: 85px;
            border-radius: 5px;
            background-image: url(/assets/img/bg_png.png);
            border: 1px solid #a6c138;
            cursor: pointer;
            padding: 0px;
            margin: 3px;
        }

            ul.c-summernote-modal-choose-container > li.c-summernote-modal-choose > img:hover {
                border: 1px solid #bea9ff;
                -webkit-box-shadow: 0 1px 15px 0px rgba(52, 102, 243, 0.3);
                -moz-box-shadow: 0 1px 15px 0px rgba(52, 102, 243, 0.3);
                box-shadow: 0 1px 15px 0px rgba(52, 102, 243, 0.3);
            }

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;
        }

.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--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 {
            position: fixed;
            height: 60px;
            width: 100%;
            background: #3367d6;
            z-index: 100;
            top: 0;
            left: 0;
            right: 0;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .c-preview-modal-part > .c-preview-modal-container
            .c-preview-modal--header::after {
                content: "";
                -webkit-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.64);
                -moz-box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.64);
                box-shadow: inset 0 5px 6px -3px rgba(0, 0, 0, 0.64);
                position: fixed;
                top: 60px;
                width: 100%;
                height: 2px;
                z-index: 0;
            }

            .c-preview-modal-part > .c-preview-modal-container
            .c-preview-modal--header
            .c-preview--title {
                font-size: 18px;
                letter-spacing: 1px;
                color: #fff;
                font-weight: 500;
                overflow: hidden;
                text-overflow: ellipsis;
                direction: ltr;
                white-space: nowrap;
                /* max-width: calc(100% - 160px); */
                width: 100%;
                padding: 0 80px;
                margin: 0;
            }

                .c-preview-modal-part > .c-preview-modal-container
                .c-preview-modal--header
                .c-preview--title
                .c-preview---title {
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    justify-content: center;
                    align-items: center;
                }

                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    .c-preview---title > div {
                        overflow: hidden;
                        text-overflow: ellipsis;
                        direction: ltr;
                        white-space: nowrap;
                    }

                .c-preview-modal-part > .c-preview-modal-container
                .c-preview-modal--header
                .c-preview--title
                b.c-index {
                    display: -ms-flexbox;
                    display: -webkit-flex;
                    display: flex;
                    font-weight: 500;
                    padding: 1px 0;
                    letter-spacing: 0;
                    margin: 0 6px 0 0;
                    color: #e9ebff;
                    font-size: 12px;
                    justify-content: center;
                    align-items: center;
                    background: #5275c1;
                    border-radius: 4px;
                    height: 22px;
                    -webkit-touch-callout: none;
                    -webkit-user-select: none;
                    -khtml-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                }

                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    b.c-index
                    span.c-index-split {
                        display: -ms-flexbox;
                        display: -webkit-flex;
                        display: flex;
                        width: 12px;
                        font-size: 30px;
                        margin: -20px 0;
                        color: #3367d6;
                    }

                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    b.c-index
                    .c-index-left,
                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    b.c-index
                    .c-index-right {
                        display: block;
                        min-width: 10px;
                        justify-content: center;
                        text-align: center;
                        flex: 1;
                    }

                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    b.c-index
                    .c-index-left {
                        align-self: flex-start;
                        padding: 0 0 0 4px;
                    }

                    .c-preview-modal-part > .c-preview-modal-container
                    .c-preview-modal--header
                    .c-preview--title
                    b.c-index
                    .c-index-right {
                        align-self: flex-end;
                        padding: 0 8px 0 0px;
                    }

        .c-preview-modal-part > .c-preview-modal-container .c-preview-modal--body {
            margin-top: 60px;
        }

            .c-preview-modal-part > .c-preview-modal-container
            .c-preview-modal--body.c-page-transition {
                position: relative;
                top: -100px;
                opacity: 0;
            }

            .c-preview-modal-part > .c-preview-modal-container
            .c-preview-modal--body
            .c-preview-modal---content.c-preview-modal----img {
                text-align: center;
                padding: 24px;
                overflow: auto;
            }

                .c-preview-modal-part > .c-preview-modal-container
                .c-preview-modal--body
                .c-preview-modal---content.c-preview-modal----img::after {
                    position: relative;
                    content: "";
                    display: block;
                    height: 60px;
                    width: 100%;
                }

            .c-preview-modal-part > .c-preview-modal-container
            .c-preview-modal--body
            img.c-preview-img {
                max-width: 80%;
                background: url(../../../../assets/img/bg_png.png);
                -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
                -moz-box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
                box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
            }

        .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header
        span.c-preview--close {
            position: absolute;
            top: 14px;
            right: 14px;
            background: url(../../../../assets/img/close/close_w.png) no-repeat center center;
        }

        .c-preview-modal-part > .c-preview-modal-container > .c-preview-modal--header
        .c-preview--switch {
            position: absolute;
            top: 14px;
            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;
        }

        .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;
        }

        .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-os-datasync .c-os-datasync-part > .c-list-os-option {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    padding: 12px 0;
}

    .c-os-datasync .c-os-datasync-part > .c-list-os-option > .kt-option {
        margin: 6px;
    }

.c-os-datasync .c-os-datasync-part .c-title {
    font-size: 15px;
    font-weight: 500;
    padding: 6px;
    margin-bottom: 6px;
    letter-spacing: 1px;
    color: #41434a;
    border-bottom: 1px dashed #ddd;
}

label.kt-option {
    cursor: pointer;
}

    label.kt-option:hover,
    label.kt-option.c-checked {
        border: 1px solid #8fcaff;
    }

    label.kt-option.c-checked {
        background: #eef7ff;
    }

.kt-option .kt-option__label .kt-option__head .kt-option__title {
    display: flex;
    align-items: center;
}

.kt-option[disabled]:hover,
.kt-option[disabled] {
    cursor: not-allowed;
    border: 1px solid #eee;
}

    .kt-option[disabled] > .kt-option-icon > i,
    .kt-option[disabled] .kt-option__label .kt-option__body,
    .kt-option[disabled] .kt-option__label .kt-option__head .kt-option__title {
        color: #cabbbb !important;
    }

.c-os-datasync
.c-os-datasync-part
.kt-option
.kt-option__label
.kt-option__head
.kt-option__title > i.c-icon-container {
    margin-right: 6px;
}

.kt-option
.kt-option__label
.kt-option__head
.kt-option__title > i.c-icon-container > * {
    width: 20px;
    height: 20px;
}

.kt-option
.kt-option__label
.kt-option__head
.kt-option__title > i.c-icon-container
svg
g
[fill],
.kt-option
.kt-option__label
.kt-option__head
.kt-option__title > i.c-icon-container
svg
path {
    fill: #595d6e;
}

.c-os-datasync > .c-os-datasync-part {
    margin-bottom: 20px;
}

    .c-os-datasync > .c-os-datasync-part:last-child {
        margin-bottom: 0;
    }

    .c-os-datasync > .c-os-datasync-part .c-list-check-option {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 12px 0;
    }

        .c-os-datasync > .c-os-datasync-part .c-list-check-option > .c-check-option {
            margin: 4px;
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            border-radius: 4px;
            border: 1px solid #f1dbdb;
            padding: 2px 6px 2px;
            font-size: 14px;
            cursor: pointer;
            background: #f5f5f5;
            color: #564d58;
        }

            .c-os-datasync > .c-os-datasync-part
            .c-list-check-option > .c-check-option.c-check-icon {
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                padding: 6px 12px;
                color: #6063e2;
            }

                .c-os-datasync > .c-os-datasync-part
                .c-list-check-option > .c-check-option.c-check-icon
                .c-icon {
                    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;
                    background-color: #e8e8e8;
                    height: 30px;
                    width: 30px;
                    min-width: 30px;
                    border-radius: 50%;
                    color: inherit;
                    margin-right: 6px;
                }

            .c-os-datasync > .c-os-datasync-part
            .c-list-check-option > .c-check-option:hover {
                border-color: #a693e4;
            }

            .c-os-datasync > .c-os-datasync-part
            .c-list-check-option > .c-check-option
            .c-title {
                font-size: 15px;
                color: inherit;
                font-weight: 500;
                letter-spacing: 0px;
                margin: 0;
            }

                .c-os-datasync > .c-os-datasync-part
                .c-list-check-option > .c-check-option
                .c-title
                small {
                    margin-left: 5px;
                    font-weight: 600;
                    font-size: 12px;
                    letter-spacing: 1px;
                    color: #f3afaf;
                }

            .c-os-datasync > .c-os-datasync-part
            .c-list-check-option > .c-check-option
            .c-subtitle {
                font-size: 12px;
                text-align: right;
                color: #999;
                font-weight: 500;
                letter-spacing: 2px;
            }

    .c-os-datasync > .c-os-datasync-part .c-actions {
        text-align: center;
        border-top: 1px dashed #ddd;
        padding-top: 12px;
    }

.c-os-datasync-modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50000;
    background: rgba(255, 255, 255, 0.53);
    overflow: auto;
}

    .c-os-datasync-modal > .c-os-datasync-modal-content {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        flex-direction: column;
        padding: 6px 12px;
    }

        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-title {
            color: #2b4dff;
            font-size: 24px;
            font-weight: 600;
            letter-spacing: 4px;
            padding: 8px 0;
            text-align: center;
        }

        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list {
            display: flex;
            flex-wrap: wrap;
            flex-direction: column;
            justify-content: flex-start;
            font-size: 18px;
        }

        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-title::before,
        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-actions::after {
            position: relative;
            content: "";
            height: 100px;
            width: 100%;
            display: block;
        }

        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part {
            font-size: 20px;
            font-weight: 500;
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            padding: 12px 0;
            border-bottom: 1px dashed #ddd;
            cursor: default;
        }

            .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part:last-child {
                border-bottom: 0 none;
            }

            .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-index {
                font-size: 24px;
                width: 33px;
                text-align: center;
                font-weight: 600;
            }

            .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-state {
                width: 40px;
                padding-left: 5px;
            }

                .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-state
                .kt-spinner {
                    margin-left: 3px;
                }

            .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content {
                padding: 6px 12px;
                flex: 1;
                min-width: 600px;
                max-width: 600px;
            }

                .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content
                .c-main-text {
                    letter-spacing: 1px;
                }

                .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content
                .c-sub-text {
                    font-size: 13px;
                    letter-spacing: 2px;
                    font-weight: 600;
                }

        .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-actions {
            padding: 30px 6px 0;
        }

            .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-actions
            .c-btn.c-close {
                background: #fdfdfd;
                color: #9c2f0c;
                border: 0 none;
                border-radius: 50%;
                cursor: pointer;
                outline: 0 none;
                -moz-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.4), 0 2px 10px 0 rgba(4, 4, 4, 0.4);
                -webkit-box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.4), 0 2px 10px 0 rgba(4, 4, 4, 0.4);
                box-shadow: 0 2px 5px 0 rgba(255, 255, 255, 0.4), 0 2px 10px 0 rgba(4, 4, 4, 0.4);
                width: 40px;
                height: 40px;
                display: flex;
                justify-content: center;
                align-items: center;
                font-size: 22px;
                text-align: center;
            }

                .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-actions
                .c-btn.c-close:hover {
                    color: #fdfdfd;
                    background: #9c2f0c;
                }

@media (max-width: 768px) {
    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-title::before,
    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-actions::after {
        position: relative;
        content: "";
        height: 60px;
        width: 100%;
        display: block;
    }

    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-title {
        font-size: 18px;
    }

    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-index {
        font-size: 18px;
        width: 24px;
    }

    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content
    .c-main-text {
        font-size: 17px;
    }

    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content
    .c-sub-text {
        font-size: 12px;
    }

    .c-os-datasync-modal > .c-os-datasync-modal-content > .c-os-datasync-list > .c-os-datasync-part > .c-content {
        padding: 6px 6px;
        min-width: 100px;
    }
}

.c-os-datasync-part.c-complete {
    color: #3eec75;
}

    .c-os-datasync-part.c-complete .kt-svg-icon path,
    .c-os-datasync-part.c-complete .kt-svg-icon g [fill] {
        fill: #50fb37;
    }

.c-os-datasync-part.c-fail {
    color: #f10101;
}

    .c-os-datasync-part.c-fail .kt-svg-icon path,
    .c-os-datasync-part.c-fail .kt-svg-icon g [fill] {
        fill: #f10101;
    }

.c-os-datasync-part.c-doing {
    color: #374afb;
}

    .c-os-datasync-part.c-doing .kt-svg-icon path,
    .c-os-datasync-part.c-doing .kt-svg-icon g [fill] {
        fill: #374afb;
    }

.c-os-datasync-part.c-wait {
    color: #f9cfcf;
}

    .c-os-datasync-part.c-wait .kt-svg-icon path,
    .c-os-datasync-part.c-wait .kt-svg-icon g [fill] {
        fill: #f9cfcf;
    }

.c-os-datasync-part > .c-icon {
    width: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .c-os-datasync-part > .c-icon > .kt-svg-icon {
        width: 30px;
        height: 30px;
    }

ul.c-seach-menu-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

    ul.c-seach-menu-list > li.c-seach-parentmenu {
        font-size: 15px;
        font-weight: 100;
        margin: 24px 0 4px;
        color: #1461cd;
        position: relative;
        display: flex;
        align-items: center;
    }

        ul.c-seach-menu-list > li.c-seach-parentmenu:first-child {
            margin-top: 0;
        }

        ul.c-seach-menu-list > li.c-seach-parentmenu:after {
            content: "";
            /* position: absolute; */
            background-color: rgba(60, 60, 60, 0.1);
            left: 0;
            height: 2px;
            /* width: calc(100% - 26px); */
            z-index: -1;
            flex: 1;
            margin: 0 24px 0 6px;
            border-radius: 12px;
        }

        ul.c-seach-menu-list > li.c-seach-parentmenu > .c-seach-parentmenu-container {
            background: #fff;
            display: inline-block;
            padding-right: 6px;
        }

    ul.c-seach-menu-list > li.c-seach-menu > a {
        padding: 6px 12px;
        display: flex;
        color: #38716a;
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 1px;
    }

        ul.c-seach-menu-list > li.c-seach-menu > a .c-icon {
            margin-right: 8px;
        }

        ul.c-seach-menu-list > li.c-seach-menu > a:hover {
            color: #7a95f9;
        }

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;
}

#kt_footer .kt-container {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    flex-direction: row;
}

    #kt_footer .kt-container .kt-svg-icon > path {
        fill: #fff;
    }

@media (min-width: 375px) {
    .kt-header-mobile__logo > .kt-header-mobile__logo-title {
        color: #fff;
        font-size: 20px;
        margin-left: 12px;
    }
}

@media (max-width: 375px) {
    .kt-header-mobile__logo > .kt-header-mobile__logo-title {
        color: #fff;
        font-size: 16px;
        margin-left: 2px;
    }
}

table.table_vertical-middle th,
table.table_vertical-middle td {
    vertical-align: middle;
    text-align: center;
}

.c-table-cell-sort {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    cursor: pointer;
    height: 100%;
    justify-content: center;
    align-items: center;
}

    .c-table-cell-sort:hover {
        color: #d3b2f7;
    }

    .c-table-cell-sort.active {
        color: #d3b2f7;
        font-weight: 700;
    }

    .c-table-cell-sort > span.c-cell-text {
        margin-right: -12px;
        flex: 1;
    }

    .c-table-cell-sort > i.c-cell-sort {
        width: 12px;
        text-align: center;
    }

.change-module > .content
.accordion.accordion-light
.card:last-child
.card-body {
    padding-top: 24px;
    margin-bottom: 1.25rem;
}

.change-module.change-module_modal.change-module_modal_search {
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2), 0 8px 0 -3px #f6f6f6, 0 9px 1px -3px rgba(0, 0, 0, 0.2), 0 16px 0 -6px #f6f6f6, 0 17px 2px -6px rgba(0, 0, 0, 0.2);
    margin: 6px -10px 20px -10px;
    border: 0;
}

.change-module.change-module_modal.change-module_modal_table {
    margin: 0 -24px;
    border: 0;
}

    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr.active > td,
    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr.active > th,
    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr > td,
    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr > td:hover,
    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr > th,
    .change-module.change-module_modal.change-module_modal_table
    table.table > thead > tr > th:hover {
        background-color: #e9f2fa !important;
        color: #385be6;
        padding: 8px 0;
        font-weight: 500;
    }

.btn.btn-clean,
.btn.btn-clean.active,
.btn.btn-clean:active,
.btn.btn-clean:hover,
.show > .btn.btn-clean {
    z-index: 0;
}

    .btn.btn-clean.active,
    .btn.btn-clean:active,
    .btn.btn-clean:hover,
    .show > .btn.btn-clean {
        color: #2a84d2;
        background: #d6e6f6;
        z-index: 0;
    }

.c-link {
    cursor: pointer;
    color: #1461cd;
    font-weight: 500;
    position: relative;
}

.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%;
    }

.c-line--block {
    display: inline-block;
    cursor: pointer;
}

.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: 1000;
        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: 1000;
    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.hover,
            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 {
                background-color: #eef1f5;
                position: relative;
            }

                body > .c-input-search--content.___c-input-search--content
                .c-input-search--body > ul > li.active::before,
                body > .c-input-search--content.___c-input-search--content
                .c-input-search--body > ul > li.focus::before,
                body > .c-input-search--content.___c-input-search--content
                .c-input-search--body > ul > li.hover::before,
                body > .c-input-search--content.___c-input-search--content
                .c-input-search--body > ul > li:focus::before,
                body > .c-input-search--content.___c-input-search--content
                .c-input-search--body > ul > li:hover::before {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 0;
                    bottom: 0;
                    width: 3px;
                    background-color: #1461cd;
                }

.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;
        }

.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;
        position: relative;
        overflow: hidden;
    }

        .c-load-before > ul.c-load-before-list > li:last-child {
            margin-bottom: 0;
        }

        .c-load-before > ul.c-load-before-list > li > .mat-progress-bar {
            height: 100%;
            overflow: hidden;
        }

            .c-load-before > ul.c-load-before-list > li > .mat-progress-bar
            .mat-progress-bar-fill::after {
                background-color: #d9e9ff;
            }

.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);
    }
}

.btn.btn-label-primary.kt-spinner.kt-spinner--right:before {
    border: 2px solid #3f6ba9;
    border-right: 2px solid transparent;
}

.btn.btn-label-primary.kt-spinner.kt-spinner--right:hover:before {
    border: 2px solid #fff;
    border-right: 2px solid transparent;
}

.kt-list-timeline
.kt-list-timeline__items
.kt-list-timeline__item.c-no
span.kt-list-timeline__badge:before {
    background-color: #bfb0b0;
}

.kt-list-timeline
.kt-list-timeline__items
.kt-list-timeline__item.c-no
.kt-list-timeline__text {
    color: #bfb0b0;
}

.kt-list-timeline
.kt-list-timeline__items
.kt-list-timeline__item.c-no
.kt-list-timeline__time {
    color: #bfb0b0;
}

.kt-list-timeline
.kt-list-timeline__items
.kt-list-timeline__item.c-no
.kt-list-timeline__text
.kt-badge.kt-badge--inline {
    background: #cabfbf;
}

tr > td > .kt-badge.kt-badge--inline {
    height: auto;
    padding: 0.15rem 0.75rem;
    margin: 2px 0;
}

.c-break-word {
    word-break: break-word;
}

.dropdown-menu > .dropdown-item,
.dropdown-menu > li > a,
.dropdown-menu > li > span {
    cursor: pointer;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #595d6e;
    text-decoration: none;
    background-color: #e9f2fa;
}

.dropdown-item[disabled].active,
.dropdown-item[disabled]:active,
.dropdown-item[disabled]:focus,
.dropdown-item[disabled]:hover,
.dropdown-menu > .dropdown-item[disabled],
.dropdown-menu > li > a[disabled],
.dropdown-menu > li > span[disabled] {
    cursor: not-allowed;
    color: #666 !important;
}

.dropdown-menu > .dropdown-item .c-flex i,
.dropdown-menu > li > a .c-flex i,
.dropdown-menu > .dropdown-item > i,
.dropdown-menu > li > a > i {
    margin-right: 0.4rem;
    width: 20px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu.dropdown-menu--min-width-20.show {
    width: auto;
    min-width: 20px;
    max-width: 20rem;
}

.dropdown-menu > .dropdown-item,
.dropdown-menu > li > a,
.dropdown-menu > li > span {
    align-items: center;
    cursor: pointer;
}
/* 
.kt-nav {
  padding: 0.1rem 0;
}

.kt-nav .kt-nav__item {
  min-width: 10rem;
} */

.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;
    }

.bs-actionsbox .btn-group button.actions-btn {
    color: #0036f9;
    border: 1px dotted #ddd6ff;
    border-radius: 0;
}

.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.c-theme-1.kt-aside--fixed.kt-aside--minimize
    .c-search-form--col-4 > .change-module > .content > .form-group
    .control-label {
        max-width: 8.33333%;
        min-width: 8.33333%;
    }

    body.c-theme-1.kt-aside--fixed.kt-aside--minimize
    .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.c-theme-1.kt-aside--fixed.kt-aside--minimize
    .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.kt-aside--minimize
    .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;
    }
}

#toast-container {
    margin: 6px;
}

.toast .toast-message {
    font-size: 15px;
    font-weight: 500;
}

.toast .toast-close-button {
    margin-top: 4px;
}

    .toast .toast-close-button:before {
        font-size: 15px;
    }

.modal-content.c-modal-content > .modal-body .change-module .form-actions {
    border-top: 1px dotted #36a0fe !important;
    padding-top: 12px;
    margin-bottom: -12px;
    text-align: center;
}

    .modal-content.c-modal-content > .modal-body
    .change-module
    .form-actions
    .btn
    .c-flex
    i {
        font-size: inherit;
        padding-right: 0.5rem;
    }
