body {
  font-family: "Microsoft YaHei", "SimHei", "SimSun", "Times New Roman",
    "Georgia", "Serif";
  background: #f6f6f6;
}

body.need-second-authorize,
body.need-three-authorize {
  overflow: hidden !important;
}

body.need-second-authorize .kt-header-mobile,
body.need-second-authorize .c-app-container--root,
body.need-three-authorize .kt-header-mobile,
body.need-three-authorize .c-app-container--root {
  filter: blur(50px);
  -webkit-backdrop-filter: saturate(180%) blur(50px);
  backdrop-filter: saturate(180%) blur(50px);
}

body.need-second-authorize > .need-second-authorize,
body.need-three-authorize > .need-three-authorize {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background: rgb(151 131 131 / 20%);
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}

.transition {
  transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}

.line-title--left-right {
  margin: 4px auto;
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}

.line-title--left-right > .line-title--line {
  height: 1px;
  flex: 1;
  background: #ddd;
  width: auto;
}

.line-title--left-right > .line-title--text {
  padding: 2px 12px;
  min-width: 130px;
  text-align: center;
}

.hidden {
  display: none !important;
}

[disabled],
.disabled {
  cursor: not-allowed;
}

.clear-both {
  clear: both;
}

.block {
  display: block;
}

.btn i {
  vertical-align: baseline;
}

.c-overflow-auto {
  overflow: auto;
}

.backdrop-filter {
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: hsla(0, 0%, 100%, 0.6);
}

.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-sticky.c-sticky--subheader.kt-subheader {
  background-color: #fff;
  z-index: 900 !important;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  margin-top: 0;
}

.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.6rem;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #0849a3;
  width: 12px;
}

table .c-responsive-detail:hover i {
  color: #8d5dff;
}

table thead .c-responsive-detail i {
  color: #78b0ff;
}

table thead .c-responsive-detail:hover i {
  color: #c7deff;
}

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;
}

.no-padding {
  padding: 0 !important;
}

.no-margin {
  margin: 0 !important;
}

.note-toolbar {
  z-index: 0;
}

.kt-scrolltop--on .kt-scrolltop {
  z-index: 1000;
}

.kt-svg-icon > path {
  fill: #0849a3;
}

table.table.c-table > thead > tr > th > .kt-checkbox.kt-checkbox--solid > span {
  border-radius: 3px;
  background: #fff;
  border: 1px solid #a9b5c7 !important;
}

table.table.c-table
  > thead
  > tr
  > th
  > .kt-checkbox.kt-checkbox--solid
  > input:focus
  ~ span {
  border: 1px solid #a9b5c7 !important;
}

table.table.c-table
  > thead
  > tr
  > th
  > .kt-checkbox.kt-checkbox--solid
  > input:disabled
  ~ span {
  opacity: 0.3;
  background-color: #efefef;
}

.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;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs > a > i,
.kt-subheader .kt-subheader__main .kt-subheader__breadcrumbs > a {
  color: #0849a3 !important;
}

.c-detail-container > .detail-title,
.c-page-detail > .detail-title {
  padding: 0;
  margin: 6px 0 6px;
  text-align: center;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  letter-spacing: 1px;
}

.c-page-detail > .detail-date {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 12px 0 24px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.c-page-detail > .detail-content {
  overflow: auto;
  color: #000;
}

.c-page-detail > .detail-content > * {
  margin: 0 !important;
}

.c-page-detail > .detail-attachment > .detail-attachment-title {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0 -24px 0;
  padding: 6px 24px;
  color: #000;
  position: relative;
}

.c-page-detail > .detail-attachment > .detail-attachment-title:before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  background: #023a88;
  top: 4px;
  bottom: 4px;
  left: -1px;
}

.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;
}

.kt-footer .kt-footer__bottom {
  background-color: #0849a3;
  padding: 1.6rem 0;
}

.kt-footer .c-footer-content {
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.kt-footer .c-footer-content > .c-footer-part > span,
.kt-footer .c-footer-content .kt-link {
  color: #fff;
}

.kt-footer .c-footer-content > .c-footer-part {
  margin-right: 24px;
}

.kt-footer .c-footer-content > .c-footer-part:last-child {
  margin-right: 0;
}

@media (min-width: 1025px) {
  .kt-footer .c-footer-content > .c-footer-part {
    margin-right: 32px;
  }
}

.c-app-global-subsystem--list {
  max-height: 315px;
  overflow: auto;
}

@media (max-width: 1024px) {
  .c-app-global-subsystem--list {
    max-height: 280px;
  }
}

.btn {
  cursor: pointer;
}

.kt-header .dropdown-menu.dropdown-menu-xl {
  width: 380px;
  border-radius: 4px;
  overflow: hidden;
}

.kt-header .dropdown-menu.dropdown-menu-xl .kt-head,
.kt-header .dropdown-menu.dropdown-menu-xl .kt-user-card {
  background-color: #2f48af;
}

.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;
}

.form-control.c-input--square {
  border-radius: 2px;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eef1f5;
  opacity: 1;
}

.bootstrap-select > .dropdown-toggle.btn-light.disabled,
.bootstrap-select > .dropdown-toggle.btn-light:disabled,
.bootstrap-select > .dropdown-toggle.btn-secondary.disabled,
.bootstrap-select > .dropdown-toggle.btn-secondary:disabled {
  background: #eef1f5;
  border-color: #e2e5ec;
  opacity: 1;
}

a.btn.disabled,
a.btn[disabled="disabled"],
a.btn[disabled],
a.btn.disabled:hover,
a.btn[disabled="disabled"]:hover,
a.btn[disabled]:hover,
a.btn.disabled:focus,
a.btn[disabled="disabled"]:focus,
a.btn[disabled]:focus,
button.btn.disabled,
button.btn[disabled],
button.btn[disabled="disabled"],
button.btn.disabled:hover,
button.btn[disabled="disabled"]:hover,
button.btn[disabled]:hover,
button.btn.disabled:focus,
button.btn[disabled="disabled"]:focus,
button.btn[disabled]:focus,
input.btn.disabled,
input.btn[disabled="disabled"],
input.btn[disabled],
input.btn.disabled:hover,
input.btn[disabled="disabled"]:hover,
input.btn[disabled]:hover,
input.btn.disabled:focus,
input.btn[disabled="disabled"]:focus,
input.btn[disabled]:focus {
  cursor: not-allowed !important;
  opacity: 0.5;
}

.kt-header__topbar
  .kt-header__topbar-item
  .kt-header__topbar-wrapper
  .kt-header__topbar-icon.c-tool-text {
  display: flex;
  width: auto;
  padding: 0 8px 0 6px;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 13px;
}

@media (max-width: 1024px) {
  .kt-header__topbar
    .kt-header__topbar-item
    .kt-header__topbar-wrapper
    .kt-header__topbar-icon.c-tool-text {
    color: #0849a3;
    max-width: 100%;
  }
}

@media (max-width: 545px) {
  .kt-header__topbar
    .kt-header__topbar-item
    .kt-header__topbar-wrapper
    .kt-header__topbar-icon.c-tool-text {
    padding: 0 8px 0 6px;
  }
  .kt-header
    .kt-header__topbar
    .kt-header__topbar-item
    .kt-header__topbar-wrapper
    .kt-header__topbar-icon.c-tool-text
    > .c-text {
    display: none !important;
  }
}

.kt-header__topbar
  .kt-header__topbar-item
  .kt-header__topbar-wrapper
  .kt-header__topbar-icon.c-tool-text
  > .c-text {
  margin-left: 4px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100px;
  display: inline-block !important;
}

.kt-header__topbar--mobile-on .kt-header__topbar {
  z-index: 1000;
}

.kt-header__topbar svg.kt-svg-icon.iconfont-svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1025px) {
  .control-label.col-form-label-right,
  .col-form-label.col-form-label-right {
    text-align: right;
  }
  .kt-header--fixed.kt-header--minimize .kt-header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1000;
    -webkit-box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
    box-shadow: 0 0 40px 0 rgba(82, 63, 105, 0.1);
  }
  .kt-aside--enabled .kt-header.kt-header--fixed {
    z-index: 1000;
  }
  .kt-aside--fixed .kt-aside {
    z-index: 10001;
  }
}

.kt-header .kt-header__topbar-item--user .dropdown-menu.dropdown-menu-xl {
  max-width: 330px;
  min-width: 300px;
}

@media (max-width: 768px) {
  .kt-header .kt-header__topbar-item--user .dropdown-menu.dropdown-menu-xl {
    max-width: 310px;
    min-width: 300px;
  }
  .kt-header .dropdown-menu.dropdown-menu-xl {
    max-width: 310px;
  }
}

.kt-header__topbar {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.kt-content .kt-container > .c-app-container.c-page-transition {
  /* display: none; */
  position: relative;
  top: -100px;
  opacity: 0;
}

.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;
}

.dropdown.bootstrap-select.form-control.is-invalid {
  padding-right: 0;
}

.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;
}

.c-app-modals > .c-app-swtich-role-fade {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 10000000;
  background: rgba(169, 168, 168, 0.1);
  border: 8px solid #71717130;
}

.c-app-modals > .c-app-swtich-role-fade > img {
  -webkit-filter: blur(20px);
  -moz-filter: blur(20px);
  -ms-filter: blur(20px);
  filter: blur(20px);
  width: 100%;
  background-color: #153b90;
}

.c-app-modals > .c-app-swtich-role {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  /* background: rgba(3, 0, 8, 0.88); */
  z-index: 10000001;
  text-align: center;
  overflow: auto;
}

.c-app-modals > .c-app-swtich-role > .con {
  padding: 10px;
  margin: 55px 10px 10px 10px;
  color: #fff;
  font-size: 16px;
}

.c-app-swtich-role .role-head {
  margin: 0 10px 5px;
}

.c-app-swtich-role .role-body > ul.roles {
  margin: 20px 10px;
  padding: 0;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.c-app-swtich-role .role-head button.c-btn.close-role {
  background: #fdfdfd;
  color: #9c2f0c;
  border: 0 none;
  border-radius: 50%;
  cursor: pointer;
  outline: 0 none;
  box-shadow: 0 2px 5px 0 rgba(47, 23, 138, 0.44),
    0 2px 10px 0 rgba(47, 23, 138, 0.44);
  -moz-box-shadow: 0 2px 5px 0 rgba(47, 23, 138, 0.44),
    0 2px 10px 0 rgba(47, 23, 138, 0.44);
  -webkit-box-shadow: 0 2px 5px 0 rgba(47, 23, 138, 0.44),
    0 2px 10px 0 rgba(47, 23, 138, 0.44);
  position: fixed;
  right: 30px;
  top: 30px;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.c-app-swtich-role .role-head button.c-btn.close-role:hover {
  color: #fdfdfd;
  background: #9c2f0c;
}

.c-app-swtich-role .role-head button.c-btn.close-role > .icon {
  color: inherit;
}

.c-app-swtich-role .role-body > ul.roles > li.role {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px;
  padding: 20px 30px;
  background: rgba(226, 231, 236, 0.12);
  color: #0138a5;
  cursor: pointer;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 15px 0 #7b7be06b;
  -moz-box-shadow: 0 1px 15px 0 #7b7be06b;
  box-shadow: 0 1px 15px 0 #7b7be06b;
  width: 150px;
  height: 110px;
}

.c-app-swtich-role .role-body > ul.roles > li.role button.focus {
  width: 0;
  height: 0;
  border: 0;
  background: transparent;
  outline: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  opacity: 0;
}

.c-app-swtich-role .role-body > ul.roles > li.role.active,
.c-app-swtich-role .role-body > ul.roles > li.role:hover {
  color: #050286;
  border: 1px solid #a952f3;
  cursor: pointer !important;
  -webkit-box-shadow: 0 1px 15px 0 rgba(98, 85, 214, 0.3);
  -moz-box-shadow: 0 1px 15px 0 rgba(98, 85, 214, 0.3);
  box-shadow: 0 1px 15px 0 rgba(98, 85, 214, 0.3);
}

.c-app-swtich-role .role-body > ul.roles > li.role.active {
  background: rgba(68, 48, 48, 0.14);
}

.c-app-swtich-role .role-body > ul.roles > li.role > i {
  display: block;
  text-align: center;
  margin: 6px;
  font-size: 24px;
}

.tooltip {
  z-index: 1000000000;
}

.c-choose-role-head-title {
  background: linear-gradient(to right, #839bf5, #c8c8ec);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-size: 1.75rem;
}

.c-choose-role-head-title > b {
  background: inherit;
  margin-left: 6px;
  font-weight: inherit;
}

span.kt-header__topbar-username.kt-hidden-mobile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 90px;
  display: inline-block !important;
}

.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__main
  .kt-subheader__breadcrumbs
  .kt-subheader__breadcrumbs-link {
  cursor: default;
}

.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__main
  .kt-subheader__breadcrumbs
  a.kt-subheader__breadcrumbs-link {
  cursor: pointer;
}

.jstree-default .jstree-icon:empty {
  color: inherit;
}

.jstree-default .jstree-anchor {
  color: #333;
}

.jstree-default .jstree-anchor.jstree-hovered,
.jstree-default .jstree-anchor.jstree-clicked {
  border: 0;
  background: #fff0fd;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  color: #1794ff;
}

.jstree-default .jstree-anchor.jstree-hovered {
  color: #1794ff;
}

.jstree-default .jstree-anchor.jstree-clicked .jstree-icon:empty {
  color: #3866ec;
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger {
  background: rgba(253, 57, 122, 0.1);
  color: #fd397a;
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger i {
  color: #fd397a;
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger g [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #fd397a;
}

.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:hover
  g
  [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:hover,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger.active,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:active,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:focus {
  background: #fd397a;
  color: #ffffff;
}

.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:hover i,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger.active i,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:active i,
.kt-subheader--transparent .kt-subheader .kt-subheader__btn-danger:focus i {
  color: #ffffff;
}

.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:hover
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger.active
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:active
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:focus
  g
  [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
  fill: #ffffff;
}

.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:hover:hover
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger.active:hover
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:active:hover
  g
  [fill],
.kt-subheader--transparent
  .kt-subheader
  .kt-subheader__btn-danger:focus:hover
  g
  [fill] {
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

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(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 15px 0 rgba(0, 0, 0, 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 {
  margin: 0;
}

.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: #eee;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module
  .c-modal-progress
  .mat-progress-bar-fill::after {
  background-color: inherit;
}

.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;
  margin: 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;
}

.swal2-container {
  overflow-y: auto !important;
}

.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;
}

.c-swal2-container .swal2-actions > .btn:focus,
.swal2-container .swal2-actions > .btn:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%) !important;
  -moz-box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%) !important;
  -o-box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%) !important;
  -ms-box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%) !important;
  box-shadow: 0 0 0 0.2rem rgb(88 103 221 / 25%) !important;
}

.c-swal2-container .c-label-title .btn,
.swal2-container .c-label-title .btn {
  margin: 0;
}

.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,
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a {
  background: #fff0fd;
  color: #1794ff;
}

.bootstrap-select .dropdown-menu.inner > li.selected > a .text,
.bootstrap-select .dropdown-menu.inner > li:hover > a .text,
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a,
.bootstrap-select .dropdown-menu.inner > li.active:not(.selected) > a .text {
  color: inherit;
}

.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: inherit;
}

.bootstrap-select .dropdown-menu.inner > li.no-results {
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre-wrap;
}

.bootstrap-select .dropdown-menu.inner > li.dropdown-header {
  font-weight: 700;
  color: #000;
  font-size: 15px;
}

.bootstrap-select .dropdown-menu.inner > li > a.opt.dropdown-item {
  padding-left: 40px;
}

.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-search,
.btn.btn-search[disabled] {
  background-color: #0849a3;
  border-color: #0849a3;
  color: #fff;
}

.btn.btn-search:hover,
a.btn.btn-search:hover,
span.btn.btn-search:hover,
button.btn.btn-search:hover {
  background-color: #023a88;
  border-color: #023a88;
  color: #fff;
}

.search-form-actions .btn.btn-reset {
  background-color: #ffd9ec;
  border-color: #ffd9ec;
  color: #023a88;
}

.search-form-actions .btn.btn-reset:hover {
  background-color: #b1040e;
  border-color: #b1040e;
  color: #fff;
}

.btn.btn-search > span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: inherit;
}

.btn.btn-search > span > i {
  font-size: inherit;
  margin-top: 2px;
}

.btn.btn-logout {
  background-color: #0849a3;
  color: #fff;
  letter-spacing: 6px;
  font-size: 15px;
  font-weight: 500;
}

.btn.btn-logout:hover {
  background-color: #023a88 !important;
}

a,
.kt-link {
  color: #0849a3;
}

.kt-scrolltop {
  background: #0849a3;
}

.kt-badge.kt-badge--unified-brand {
  color: #0087ff;
  background: rgba(0, 135, 255, 0.1);
}

.kt-widget.kt-widget--user-profile-1
  .kt-widget__body
  .kt-widget__items
  .kt-widget__item:hover,
.kt-widget.kt-widget--user-profile-1
  .kt-widget__body
  .kt-widget__items
  .kt-widget__item.kt-widget__item--active {
  background: #fff0fd;
}

.kt-widget.kt-widget--user-profile-1
  .kt-widget__body
  .kt-widget__items
  .kt-widget__item:hover
  .kt-widget__section
  .kt-widget__desc,
.kt-widget.kt-widget--user-profile-1
  .kt-widget__body
  .kt-widget__items
  .kt-widget__item.kt-widget__item--active
  .kt-widget__section
  .kt-widget__desc {
  color: #1794ff;
}

.kt-widget.kt-widget--user-profile-1
  .kt-widget__body
  .kt-widget__items
  .kt-widget__item.kt-widget__item--active
  .kt-widget__section
  .kt-widget__icon
  .kt-svg-icon
  g
  [fill] {
  fill: #1794ff;
}

.c-app-global-subsystem--list
  .kt-grid-nav
  .kt-grid-nav__row
  .kt-grid-nav__item
  .kt-grid-nav__title,
.c-app-global-subsystem--list
  .kt-grid-nav
  .kt-grid-nav__row
  .kt-grid-nav__item
  .kt-grid-nav__icon {
  color: #1794ff;
}

.kt-notification
  .kt-notification__item
  .kt-notification__item-details
  .kt-notification__item-time
  .c-unread-mails {
  display: inline-flex;
  margin: 0 2px;
  justify-content: center;
  align-items: center;
  padding: 2px 6px;
  background: #f55751;
  color: #fff;
  font-size: 12px;
  border-radius: 4px;
}

.kt-notification
  .kt-notification__item
  .kt-notification__item-details
  .kt-notification__item-time
  .c-unread-mails
  span.c-count {
  margin: 0 6px 0 2px;
  font-weight: 600;
  font-size: 13px;
}

.kt-header__topbar-item.kt-header__topbar-item--user {
  position: relative;
}

.kt-header__topbar-item.kt-header__topbar-item--user
  > .kt-header__topbar-wrapper
  > .c--global--user--userinfo-notice-count
  .c-unread-mails {
  position: absolute;
  top: 0px;
  right: -5px;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f55751;
  color: #fff;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.kt-header__topbar-item.kt-header__topbar-item--user.show
  > .kt-header__topbar-wrapper
  > .c--global--user--userinfo-notice-count
  .c-unread-mails {
  display: none;
}

.control-label {
  padding-top: calc(0.65rem + 1px);
}

.pagination-container {
  min-height: 60px;
  text-align: center;
  padding: 3px 12px;
}

.pager-info {
  text-align: right;
}

.pagination {
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.pagination > li {
  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;
  margin-right: 0.5rem;
  border-radius: 4px;
  overflow: hidden;
  color: #74788d;
}

.pagination > li.PagedList-skipToFirst,
.pagination > li.PagedList-skipToPrevious,
.pagination > li.PagedList-skipToNext,
.pagination > li.PagedList-skipToLast {
  background: rgba(93, 120, 255, 0.1);
}

.pagination > li > a,
.pagination > li > span {
  color: inherit;
}

.pagination > li > a,
.pagination > li > span {
  font-weight: 500;
  font-size: 1rem;
  padding: 0 0.2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 30px;
  min-height: 30px;
  margin: 0;
}

.pagination .disabled,
.pagination .disabled:hover,
.pagination .disabled:focus {
  color: #c79494;
  cursor: not-allowed;
  background: rgba(93, 120, 255, 0.1);
}

.pagination > li:hover,
.pagination > li.active {
  background: #0849a3;
  color: #fff;
  cursor: default;
}

.pagination--brand .pagination > li {
  color: #74788d;
}

.pagination--brand .pagination > li.PagedList-skipToFirst,
.pagination--brand .pagination > li.PagedList-skipToPrevious,
.pagination--brand .pagination > li.PagedList-skipToNext,
.pagination--brand .pagination > li.PagedList-skipToLast {
  background: rgba(93, 120, 255, 0.1);
}

.pagination--brand .pagination .disabled,
.pagination--brand .pagination .disabled:hover,
.pagination--brand .pagination .disabled:focus {
  color: #c79494;
  background: rgba(93, 120, 255, 0.1);
}

.pagination--brand .pagination > li:hover,
.pagination--brand .pagination > li.active {
  background: #0849a3;
  color: #fff;
}

.kt-scroll.c-table-scroll {
  overflow: auto;
}

table.table.c-table {
  position: relative;
}

table.table.c-table::after {
  content: "";
  display: block;
  height: 40px;
}

table.table.c-table.c-table-no-after::after {
  display: none;
}

table.table.c-table > thead {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
}

table.table.c-table thead td,
table.table.c-table thead th {
  padding: 0.8rem 0;
}

table.table > thead tr > td,
table.table > thead tr > th,
table.table > tbody tr > td,
table.table > tbody tr > th {
  position: relative;
  word-break: break-word;
}

table.table > thead > tr.active > td,
table.table > thead > tr.active > th,
table.table.table-hover > tbody > tr:hover > td,
table.table.table-hover > tbody > tr:hover > th,
table.table > tbody > tr.active > td,
table.table > tbody > tr.active > th {
  background: #eef1f5 !important;
}

table.table > thead > tr > td,
table.table > thead > tr > th,
table.table.table-hover > thead > tr > td:hover,
table.table.table-hover > thead > tr > th:hover,
table.table > thead > tr.active > td,
table.table > thead > tr.active > th {
  background-color: #0849a3 !important;
  color: #fff;
}

table.table th > .kt-checkbox,
table.table td > .kt-checkbox {
  padding: 0 4px 4px;
  width: 18px;
}

.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-modal-title::after {
  display: none;
}

.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: #eee;
  height: 5px;
}

.c-swal2-container.c-swal2-custom
  > .c-swal2-popup
  .c-swal2-progress
  .mat-progress-bar
  .mat-progress-bar-fill::after {
  background-color: inherit;
}

.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 solid #ddd;
  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;
}

.swal2-popup .bootstrap-select.form-control .btn {
  margin: 0;
}

.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;
}

.changeUtil-block-fixed {
  position: fixed !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 20080;
}

.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: unset;
}

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: #023a88;
}

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 > .c-file-icon.c-file-icon--img {
  padding: 0;
}

ul.c-list-file > li.c-file .c-file-name > .c-file-icon img {
  max-height: 70px;
}

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: #eee;
}

.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: inherit;
}

.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: #0849a3;
  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 rgb(119 80 11 / 0.6);
  -moz-box-shadow: inset 0 5px 6px -3px rgb(119 80 11 / 0.6);
  box-shadow: inset 0 5px 6px -3px rgb(119 80 11 / 0.6);
  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: #023a88;
  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: #0849a3;
}

.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;
  position: relative;
}

.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%; */
  position: relative;
  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--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar {
  position: fixed;
  bottom: 20px;
  background-color: rgb(0 0 0 / 50%);
  cursor: default;
  padding: 6px 4px;
  border-radius: 6px;
  left: calc(50% - 122px);
  z-index: 100;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  color: #fff;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar.c-bg-blur
  .c-bg-blur--bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(82, 86, 89, 0.3);
  z-index: -1;
  overflow: hidden;
  border-radius: inherit;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar.c-bg-blur:before {
  z-index: -1;
  border-radius: inherit;
  overflow: hidden;
  background: rgb(82 86 89 / 50%);
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tools {
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool--divider {
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
  height: 20px;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool {
  background: transparent;
  box-shadow: none;
  outline: 0 none;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 16px;
  text-decoration: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool:focus,
.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool:hover {
  background: #9e9e9e;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool:disabled,
.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool:disabled:focus,
.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool:disabled:hover {
  background: transparent;
  opacity: 0.5;
  cursor: not-allowed;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  .img-tool
  > i {
  font-size: inherit;
  font-weight: inherit;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar
  input.percent {
  background: #525659;
  width: 40px;
  border: 0 none;
  color: #fff;
  outline: 0 none;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
  padding: 4px 0;
  border-radius: 4px;
  margin: 0 2px;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar.c--lock::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  background-color: rgb(0 0 0 / 10%);
  cursor: not-allowed !important;
  border-radius: 4px;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar.c--lock
  > input.img-tool,
.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  > .img-toolbar.c--lock
  > input.percent {
  cursor: not-allowed !important;
  opacity: 0.65;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  .c-preview-img--loading {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: #eee;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  color: #b98c8c;
  font-weight: 500;
  flex-direction: column;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  .c-preview-img--loading
  .c-preview-img--loading--loader {
  width: 60px;
  margin: 30px auto;
}

.c-preview-modal-part
  > .c-preview-modal-container
  .c-preview-modal--body
  .c-preview-modal---content.c-preview-modal----img
  .c-preview-img--loading
  .c-preview-img--loading--loader
  .c-loader {
  border: 6px solid #e6d5ff;
  border-radius: 50%;
  border-top: 6px solid #4e68e4;
  width: 60px;
  height: 60px;
  -moz-animation: spin 2s linear infinite;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.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;
  background: transparent;
}

.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;
  color: #fff;
  font-size: 14px;
  border-radius: 4px;
  width: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 1;
  padding: 0 4px;
}

.c-preview-modal-part
  > .c-preview-modal-container
  > .c-preview-modal--header
  .c-preview--btn
  i {
  font-size: inherit;
}

.c-preview-modal-part
  > .c-preview-modal-container
  > .c-preview-modal--header
  .c-preview--btn.c-preview--close
  i {
  margin-right: 4px;
}

@media (min-width: 768px) {
  .c-preview-modal-part
    > .c-preview-modal-container
    .c-preview-modal--header
    .c-preview--title {
    padding: 0 150px;
  }
}

@media (max-width: 767px) {
  .c-preview-modal-part
    > .c-preview-modal-container
    > .c-preview-modal--header
    .c-preview--btn,
  .c-preview-modal-part
    > .c-preview-modal-container
    > .c-preview-modal--header
    .c-preview--btn.c-preview--close
    i {
    margin: 0;
  }

  .c-preview-modal-part
    > .c-preview-modal-container
    > .c-preview-modal--header
    .c-preview--btn
    span {
    display: none;
  }
}

.c-preview-modal-part
  > .c-preview-modal-container
  > .c-preview-modal--header
  .c-preview--btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.c-preview-modal-part
  > .c-preview-modal-container
  > .c-preview-modal--header
  .c-preview--btn:hover {
  background-color: #023a88 !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;
  background: transparent;
}

.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;
  background: transparent;
}

.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: #0849a3;
  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: #0849a3 !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: #fff;
  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;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module.change-module_modal_table
  > .content {
  padding: 4px 12px;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module.change-module_modal_table
  > .content
  table {
  margin: 0;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module.change-module_modal_table
  > .content
  table
  tr.c-responsive-detail-table-detail
  table {
  margin: 0 auto 12px;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module.change-module_modal_table
  > .content
  ul.ul-pager {
  margin-top: 12px;
}

.modal-content.c-modal-content
  > .modal-body
  .change-module.change-module_modal_table
  > .content
  .div-pager-info {
  margin-top: 6px;
}

.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: #023a88 !important;
  color: #fff;
  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: #0849a3;
  font-weight: 500;
  position: relative;
}

.c-link--line {
  color: #0849a3;
  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: #0849a3;
  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: #0849a3;
}

.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 !important;
}

.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;
  background: #f1f1f1;
}
@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 {
  text-decoration: none;
  background-color: #fff0fd;
  color: #1794ff;
}

.dropdown-menu > .dropdown-item i,
.dropdown-menu > li > a i,
.dropdown-menu > li > span i {
  color: inherit;
}

.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;
  opacity: 0.6;
}

.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-2 > .change-module > .content > .form-group,
.c-search-form--col-4 > .change-module > .content > .form-group {
  align-items: center;
}

.c-search-form--col-2 > .change-module > .content > .form-group .control-label,
.c-search-form--col-2 > .change-module > .content > .form-group .col-md-4,
.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-2 > .change-module > .content > .form-group .control-label,
.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;
  }
}

@media (max-width: 767px) {
  .c-search-form--col-2
    > .change-module
    > .content
    > .form-group
    .control-label {
    justify-content: flex-start;
  }
}

.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 #0849a3 !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;
}

.separator.separator-dashed {
  border-bottom: 1px dashed #ebedf3;
}

.separator {
  height: 0;
}

.mb-8,
.my-8 {
  margin-bottom: 2rem !important;
}

.kt-demo-panel
  .kt-demo-panel__body
  .kt-demo-panel__item.kt-demo-panel__item--active
  .kt-demo-panel__item-preview {
  border: 4px solid #0849a3;
}

.kt-demo-panel
  .kt-demo-panel__body
  .kt-demo-panel__item
  .kt-demo-panel__item-preview
  .btn-brand {
  background-color: #0849a3;
  border-color: #0849a3;
}

table .btn.btn-clean {
  color: #0849a3;
}

table .btn.btn-clean i {
  color: inherit;
}

.c-position-relative {
  position: relative;
}

.kt-user-card.kt-user-card--skin-dark .kt-user-card__avatar .kt-badge {
  color: #fff;
}

.kt-badge.kt-badge--success.c-badge--success--waiting-tuijian {
  color: #fff;
  background: #6fe25a;
}

ul.ul-pager {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.ul-pager a:not([href]):not([tabindex]) {
  cursor: not-allowed;
}

ul.ul-pager a:not([href]):not([tabindex]):hover {
  color: #fff;
}

.div-pager-info {
  text-align: right;
  color: #797a7b;
  font-size: 14px;
  font-weight: 500;
}

ul.ul-pager li {
  margin: 0.25rem 0.25rem;
}

ul.ul-pager li > a {
  min-width: 33px;
  min-height: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  outline: 0;
  padding: 0;
  border-radius: 0.42rem;
  background-color: #fff0fd;
  color: #1794ff;
}

ul.ul-pager li > a i {
  color: inherit;
  font-size: 20px;
}

ul.ul-pager > li > a:focus,
ul.ul-pager > li > a:hover {
  background-color: #1794ff;
  color: #fff;
}

ul.ul-pager > li.active > a,
ul.ul-pager > li.active > a:focus,
ul.ul-pager > li.active > a:hover,
ul.ul-pager > li.page-tool > a {
  background-color: #1794ff;
  color: #fff;
}

ul.ul-pager > li.page-tool > a {
  background-color: #fff0fd;
  color: #1794ff;
}

ul.ul-pager > li.page-tool > a:focus,
ul.ul-pager > li.page-tool > a:hover {
  background-color: #0849a3;
  color: #fff;
}

.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;
  position: relative;
  z-index: 0;
}

.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;
  height: 400px;
}

.c-carousel-content--body > .c-carousel--item {
  position: relative;
  display: none;
  overflow: hidden;
  height: inherit;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.c-carousel-content--body > .c-carousel--item.out-active,
.c-carousel-content--body > .c-carousel--item.active {
  display: block;
  height: inherit;
  opacity: 1;
}

.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;
  z-index: 10;
  max-width: calc(100% - 48px);
  font-size: 1.5rem;
  margin: 0;
}

.c-carousel-content--body
  > .c-carousel--item
  > .c-carousel--item---title.left-100 {
  left: -100%;
}

.c-carousel-content--body
  > .c-carousel--item
  > .c-carousel--item---title.backdrop-filter {
  background: rgba(16, 16, 16, 0.3);
}

.c-carousel-content--body > .c-carousel--item > .c-carousel--item---title > a {
  text-decoration: none !important;
  color: inherit;
  display: block;
  padding: 12px 24px;
  font-size: inherit;
}

.c-carousel-content--body
  > .c-carousel--item
  > .c-carousel--item---title
  .text {
  display: block;
  overflow: hidden;
  font-size: inherit;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.c-carousel-content--body > .c-carousel--item .bg-background {
  height: inherit;
}

.c-carousel-content--body > .c-carousel--item img.carousel--item-img {
  width: 100%;
  height: inherit;
  object-fit: cover;
  position: relative;
  z-index: 0;
}

.c-carousel-content--body > .c-carousel--item::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  background-image: url(../../../../../assets/img/head-bg-2.png);
  background-position: center bottom;
  background-repeat: repeat-x;
  background-size: auto 100px;
}

.c-carousel--item.active > img {
  width: 100%;
  height: inherit;
}

ul.c-carousel-content--indicators {
  padding: 0;
  padding-bottom: 8px;
  margin: 0 auto;
  width: 100%;
  list-style: none;
  text-align: center;
  justify-content: center;
  position: absolute;
  bottom: 0px;
  z-index: 10;
}

ul.c-carousel-content--indicators > li {
  margin: 2px 4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.55);
  display: block;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

ul.c-carousel-content--indicators.stop > li {
  cursor: default !important;
}

ul.c-carousel-content--indicators > li:hover {
  background-color: #fff;
}

ul.c-carousel-content--indicators > li.hover,
ul.c-carousel-content--indicators > li.active {
  width: 26px;
  background-color: rgba(255, 255, 255, 0.4);
}

ul.c-carousel-content--indicators > li .process {
  display: none;
}

ul.c-carousel-content--indicators > li.active .process {
  display: block;
  height: 100%;
  border-radius: inherit;
  border: 0;
  background-color: #fff;
}

ul.c-carousel-content--indicators > li.active.un-auto-play .process {
  width: 100% !important;
}

.c-carousel-content > .prev-next--container {
  z-index: 1;
  position: absolute;
  top: calc(50% - 26px);
  left: -200px;
  right: -200px;
  justify-content: space-between;
  transition: left 0.3s ease-in-out, right 0.3s ease-in-out,
    opacity 0.45s ease-in-out;
  -ms-transition: left 0.3s ease-in-out, right 0.3s ease-in-out,
    opacity 0.45s ease-in-out;
  -moz-transition: left 0.3s ease-in-out, right 0.3s ease-in-out,
    opacity 0.45s ease-in-out;
  -webkit-transition: left 0.3s ease-in-out, right 0.3s ease-in-out,
    opacity 0.45s ease-in-out;
  -o-transition: left 0.3s ease-in-out, right 0.3s ease-in-out,
    opacity 0.45s ease-in-out;
  padding: 4px 15px;
  opacity: 0.5;
  z-index: 10;
}

.c-carousel-content:hover > .prev-next--container {
  left: 0;
  right: 0;
  opacity: 1;
  z-index: 10;
}

.c-carousel-content > .prev-next--container .btn {
  background: rgb(0 0 0 / 30%);
  color: #fff;
  font-size: 24px;
  font-weight: normal;
  opacity: 1;
  border: 1px solid transparent;
  width: 45px;
  height: 45px;
  padding: 0;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}

.c-carousel-content > .prev-next--container .btn i {
  margin: 0;
  padding: 0;
  font-size: inherit;
}

.c-carousel-content > .prev-next--container .btn.disabled,
.c-carousel-content > .prev-next--container .btn[disabled] {
  cursor: default !important;
}

.c-carousel-content > .prev-next--container .btn:focus,
.c-carousel-content > .prev-next--container .btn:hover {
  background: #f50606;
  border: 1px solid #f50606;
}

@media (max-width: 767px) {
  .c-carousel-content--body > .c-carousel--item > .c-carousel--item---title {
    font-size: 15px;
    line-height: 20px;
    max-width: calc(100% - 24px);
    left: 12px;
  }

  .c-carousel-content--body
    > .c-carousel--item
    > .c-carousel--item---title
    > a {
    padding: 6px 12px;
  }

  .c-carousel-content > .prev-next--container {
    top: calc(50% - 24px);
  }

  .c-carousel-content > .prev-next--container .btn {
    width: 35px;
    height: 35px;
    font-size: 18px;
  }
}

@media (max-width: 414px) {
  .c-carousel-content--body > .c-carousel--item > .c-carousel--item---title {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 413px) {
  .c-carousel-content--body > .c-carousel--item > .c-carousel--item---title {
    font-size: 13px;
  }
}

.kt-form .form-msg--container.kt-portlet__body {
  padding-top: 0;
  padding-bottom: 0;
  border-radius: 0;
}

.kt-form .form-msg--container.kt-portlet__body .alert {
  margin: 0;
  margin-top: 1rem;
}

.kt-demo-panel-overlay {
  background: rgb(0 0 0 / 5%);
}

.kt-demo-panel
  .kt-demo-panel__body
  .kt-demo-panel__item
  .kt-demo-panel__item-preview {
  border-radius: 12px;
  background-color: #ebedf2;
}

.kt-demo-panel__item-preview > .app-theme--svg {
  border-radius: 6px;
  margin: 4px;
  overflow: hidden;
}

.kt-demo-panel__item-preview > .app-theme--svg > svg {
  width: 100%;
  height: 100%;
}

.kt-demo-panel
  .kt-demo-panel__body
  .kt-demo-panel__item
  .kt-demo-panel__item-preview
  .kt-demo-panel__item-preview-overlay {
  background-color: rgb(236 238 243 / 30%);
}

.kt-demo-panel
  .kt-demo-panel__body
  .kt-demo-panel__item:hover
  .kt-demo-panel__item-preview
  > .app-theme--svg {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.pl-r-1 {
  padding-left: 1px !important;
  padding-right: 1px !important;
}

.pl-r-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.pl-r-3 {
  padding-left: 3px !important;
  padding-right: 3px !important;
}

.pl-r-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.pl-r-5 {
  padding-left: 5px !important;
  padding-right: 5px !important;
}

.pl-r-6 {
  padding-left: 6px !important;
  padding-right: 6px !important;
}

.pl-r-7 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.pl-r-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.pl-r-9 {
  padding-left: 9px !important;
  padding-right: 9px !important;
}

.pl-r-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

body.downloadbrowsers {
  background-color: #fff;
}

.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-checkbox.kt-checkbox--brand.kt-checkbox--tick > span {
  border: 1px solid #2a84d2;
  border: 1px solid transparent !important;
  background: #e4e8ee;
}

.ribbon {
  position: relative;
}
.ribbon .ribbon-label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  position: absolute;
  z-index: 1;
  background-color: #009ef7;
  box-shadow: 0px -1px 5px 0px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  top: 50%;
  right: 0;
  transform: translateX(5px) translateY(-50%);
}
.ribbon .ribbon-label > .ribbon-inner {
  z-index: -1;
  position: absolute;
  padding: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.ribbon .ribbon-label:after {
  border-color: #003c5e;
}
.ribbon-vertical .ribbon-label {
  padding: 5px 10px;
  min-width: 36px;
  min-height: 46px;
  text-align: center;
}
.ribbon.ribbon-top .ribbon-label {
  top: 0;
  transform: translateX(-15px) translateY(-4px);
  border-bottom-right-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.ribbon.ribbon-bottom .ribbon-label {
  border-top-right-radius: 0.475rem;
  border-top-left-radius: 0.475rem;
}
.ribbon.ribbon-start .ribbon-label {
  top: 50%;
  left: 0;
  right: auto;
  transform: translateX(-5px) translateY(-50%);
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}
.ribbon.ribbon-end .ribbon-label {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}

.ribbon.ribbon-clip.ribbon-start .ribbon-label {
  left: -5px;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner {
  border-top-right-radius: 0.475rem;
  border-bottom-right-radius: 0.475rem;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before,
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.ribbon.ribbon-clip.ribbon-start .ribbon-label .ribbon-inner:before {
  border-width: 0 10px 10px 0;
  border-right-color: #181c32 !important;
  left: 0;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label {
  right: -5px;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner {
  border-top-left-radius: 0.475rem;
  border-bottom-left-radius: 0.475rem;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before,
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:after {
  content: "";
  position: absolute;
  border-style: solid;
  border-color: transparent !important;
  bottom: -10px;
}
.ribbon.ribbon-clip.ribbon-end .ribbon-label .ribbon-inner:before {
  border-width: 0 0 10px 10px;
  border-left-color: #181c32 !important;
  right: 0;
}

.ribbon.ribbon-triangle {
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.ribbon.ribbon-triangle.ribbon-top-start {
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem red;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem red;
}
.ribbon.ribbon-triangle.ribbon-top-end {
  top: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem transparent !important;
  border-left: solid 2rem transparent !important;
  border-right: solid 2rem red;
  border-top: solid 2rem red;
}
.ribbon.ribbon-triangle.ribbon-bottom-start {
  bottom: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem red;
  border-left: solid 2rem red;
  border-right: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}
.ribbon.ribbon-triangle.ribbon-bottom-end {
  bottom: 0;
  right: 0;
  width: 4rem;
  height: 4rem;
  border-bottom: solid 2rem red;
  border-right: solid 2rem red;
  border-left: solid 2rem transparent !important;
  border-top: solid 2rem transparent !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-default {
  cursor: default !important;
}

.selection-area {
  background: rgba(46, 115, 252, 0.11);
  border: 1px solid rgba(98, 155, 255, 0.85);
  border-radius: 0em;
}

body.selection-area-none .selection-area {
  display: none !important;
}

.flex-1 {
  flex: 1;
}

.table-1 {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  background-color: transparent;
}

.table-1 thead th,
.table-1 thead td {
  font-weight: bold;
  border-bottom-width: 1px;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.table-1:not(.table-bordered) thead th,
.table-1:not(.table-bordered) thead td {
  border-top: 0;
}

.table-1 th,
.table-1 td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #ebedf2;
}

.ct-color-fff-hover-focus:focus,
.ct-color-fff-hover-focus:hover,
.ct-color-fff-focus:focus,
.ct-color-fff-hover:hover,
.ct-color-fff {
  color: #fff !important;
}

.swal2-popup form .form-group .btn {
  margin: 0;
}

img[data-summernote-img="upload"],
.c-detail-item img[data-summernote-img="upload"],
.detail-content img[data-summernote-img="upload"] {
  max-width: 100% !important;
  height: auto !important;
}

@media (max-width: 767px) {
  .kt-footer .c-footer-content > .c-footer-part {
    width: 100%;
    margin: 0 0 6px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .kt-footer .c-footer-content > .c-footer-part:last-child {
    margin: 0;
  }

  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-title {
    text-align: right;
    justify-content: end;
    width: 50%;
    flex: unset !important;
  }

  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-content {
    text-align: left;
    width: 50%;
    flex: unset !important;
  }
}

@media (max-width: 720px) {
  .kt-footer .c-footer-content {
    align-self: center;
    width: 100%;
  }

  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-title {
    width: 40%;
  }

  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-content {
    width: 55%;
  }
}

@media (max-width: 374px) {
  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-title {
    width: 35%;
  }

  .kt-footer .c-footer-content > .c-footer-part > .c-footer-part-content {
    width: 65%;
  }
}

.c-app-page-loading {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 10000;
  font-size: 17px;
  color: #999;
}

.c-app-page-loading > .c-app-page-loading--container {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}

.c-app-page-loading
  .c-app-page-loading--container
  > .c-app-page-loading--content {
  position: absolute;
  top: 40%;
  width: 100%;
}

.c-app-page-loading
  .c-app-page-loading--container
  > .c-app-page-loading--content
  .c-app-page-loading--content--loader {
  width: 60px;
  margin: 0 auto 10px;
}

.c-app-page-loading
  .c-app-page-loading--container
  > .c-app-page-loading--content
  .c-app-page-loading--content--loader
  .kt-spinner:before {
  width: 50px;
  height: 50px;
  margin-top: -50px;
  border: 4px solid #f6f8ff;
  border-top-color: #4e6bff;
}

.c-app-page-loading .c-app-page-loading--content--text {
  color: #666;
  font-size: 16px;
  margin-top: 24px;
}

.loading-text {
  -webkit-animation: loading-text-h3 2s infinite linear;
  animation: loading-text-h3 2s infinite linear;
}

@keyframes loading-text-h3 {
  from {
    color: #00479d;
  }
  to {
    color: #902403;
  }
}

@-moz-keyframes loading-text-h3 /* Firefox */ {
  from {
    color: #00479d;
  }
  to {
    color: #902403;
  }
}

@-webkit-keyframes loading-text-h3 /* Safari 和 Chrome */ {
  from {
    color: #00479d;
  }
  to {
    color: #902403;
  }
}

@-o-keyframes loading-text-h3 /* Opera */ {
  from {
    color: #00479d;
  }
  to {
    color: #902403;
  }
}
