.mx_hidden {
  opacity: 0 !important;
  pointer-events: none !important;
}
.mx_d_none {
  display: none !important;
}
.mx_margin_auto {
  margin: 0 auto;
}
.mx_input_refused {
  border: 1px solid #d9534f !important;
  box-shadow: 0px 0px 1px 1px #d9534f !important;
  outline: 0 none !important;
}
.mx_img_refused {
  border: 1px solid #d9534f !important;
}
.mx_loader_01 {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: fixed;
  animation: loader01-animate 0.8s ease infinite;
  right: 16px;
  bottom: 45px;
  pointer-events: none;
  z-index: 3000;
}
.mx_image_center {
  background-position: center !important;
  background-size: cover !important;
}
.mx_full_view {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.mx_full_fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.mx_center_content {
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
}
.mx_rotate_animate {
  -webkit-animation: rotate-animation 1s linear infinite;
  -moz-animation: rotate-animation 1s linear infinite;
  animation: rotate-animation 1s linear infinite;
}

@keyframes loader01-animate {
  0%, 100% {
    box-shadow: -11px 16px 0 #003366, 11px 16px 0 rgba(33, 66, 99, 0.2), 11px 38px 0 rgba(33, 66, 99, 0.2), -11px 38px 0 rgba(33, 66, 99, 0.2);
  }
  25% {
    box-shadow: -11px 16px 0 rgba(33, 66, 99, 0.2), 11px 16px 0 #003366, 11px 38px 0 rgba(33, 66, 99, 0.2), -11px 38px 0 rgba(33, 66, 99, 0.2);
  }
  50% {
    box-shadow: -11px 16px 0 rgba(33, 66, 99, 0.2), 11px 16px 0 rgba(33, 66, 99, 0.2), 11px 38px 0 #003366, -11px 38px 0 rgba(33, 66, 99, 0.2);
  }
  75% {
    box-shadow: -11px 16px 0 rgba(33, 66, 99, 0.2), 11px 16px 0 rgba(33, 66, 99, 0.2), 11px 38px 0 rgba(33, 66, 99, 0.2), -11px 38px 0 #003366;
  }
}
[mx-modal] {
  z-index: 2001;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

[mx-modal-bg] {
  position: fixed;
  z-index: 2000;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  backdrop-filter: saturate(180%) blur(40px);
  -webkit-backdrop-filter: saturate(180%) blur(40px);
  -moz-backdrop-filter: saturate(180%) blur(40px);
  -ms-backdrop-filter: saturate(180%) blur(40px);
  -o-backdrop-filter: saturate(180%) blur(40px);
  background-color: rgba(255, 255, 255, 0.9);
}

[mx-switch-view] [mx-switch-item]:not(.mx_switch_active) {
  display: none;
}

[mx-template], [mx-table-list-struct], [mx-table-item-struct] {
  display: none !important;
}

[mx-drop-file] .mx_file_bgcolor, [mx-drop-file] .mx_file_hover, [mx-drop-file] .mx_file_dragover, [mx-drop-file] .mx_file_loader, [mx-drop-file] .mx_file_fadebox, [mx-drop-file] .mx_file_confirm {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  pointer-events: none;
  transition: opacity 0.2s, transform 0.2s;
  margin: 0px !important;
  padding: 0px !important;
}
[mx-drop-file] .mx_file_bgcolor *, [mx-drop-file] .mx_file_hover *, [mx-drop-file] .mx_file_dragover *, [mx-drop-file] .mx_file_loader *, [mx-drop-file] .mx_file_fadebox *, [mx-drop-file] .mx_file_confirm * {
  color: #fff;
  fill: #fff;
  margin: 0px !important;
  padding: 0px !important;
}
[mx-drop-file] .mx_file_hover {
  z-index: 5;
  opacity: 0;
  transform: scale(0.9);
}
[mx-drop-file] .mx_file_confirm {
  opacity: 0;
  transform: scale(0.9);
  display: flex;
  justify-content: center;
  display: flex;
  align-items: center;
  z-index: 6;
}
[mx-drop-file] .mx_file_confirm > div {
  text-align: center;
}
[mx-drop-file] .mx_file_confirm .file_name {
  margin-top: 15px !important;
  color: #003366;
  background-color: #fff;
  border-radius: 6px;
  padding: 2px 8px !important;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 270px;
}
[mx-drop-file] .mx_file_confirm .file_cancel {
  margin-top: 10px !important;
  width: 26px;
}
[mx-drop-file] .mx_file_confirm .file_cancel:hover {
  transform: scale(1.1);
}
[mx-drop-file] .mx_file_dragover {
  z-index: 4;
  top: 10px;
  right: 10px;
  left: 10px;
  bottom: 10px;
  border: 2px dashed #fff;
  opacity: 0;
  transform: scale(1.1);
}
[mx-drop-file] .mx_file_loader {
  z-index: 3;
  opacity: 0;
}
[mx-drop-file] .mx_file_loader .progress {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  height: 3px;
  border-radius: 1px;
  overflow: hidden;
  background-color: transparent;
}
[mx-drop-file] .mx_file_loader .progress .bar {
  transition: width 0.3s;
  position: absolute;
  height: 100%;
  width: 0%;
  top: 0px;
  left: 0px;
  background-color: #fff;
  transition: width 0.1s;
}
[mx-drop-file] .mx_file_bgcolor {
  z-index: 2;
  background-color: rgba(33, 66, 99, 0.6);
  opacity: 0;
  transition: opacity 0.4s;
}
[mx-drop-file] .mx_file_fadebox {
  opacity: 0;
  transition: opacity 0.8s;
  background-color: rgba(33, 66, 99, 0.6);
  z-index: 1;
}
[mx-drop-file] .mx_file_fadebox.active {
  opacity: 1;
}
[mx-drop-file]:not(.mx_drop_active):hover .mx_file_hover, [mx-drop-file]:not(.mx_drop_active):hover .mx_file_bgcolor {
  opacity: 1;
  transform: scale(1);
}
[mx-drop-file].mx_drop_active .mx_file_bgcolor {
  opacity: 1;
}
[mx-drop-file].mx_dragover .mx_file_dragover {
  opacity: 1;
  transform: scale(1);
}
[mx-drop-file].mx_file_upload .mx_file_loader {
  opacity: 1;
}
[mx-drop-file].mx_on_confirm .mx_file_confirm {
  opacity: 1;
  transform: scale(1);
  pointer-events: fill;
}

@-moz-keyframes rotate-animation {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes rotate-animation {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotate-animation {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=mxcore.css.map */
