/* node_modules/material-icons/iconfont/material-icons.css */
@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons.woff2") format("woff2"), url("./media/material-icons.woff") format("woff");
}
.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Outlined";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-outlined.woff2") format("woff2"), url("./media/material-icons-outlined.woff") format("woff");
}
.material-icons-outlined {
  font-family: "Material Icons Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Round";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-round.woff2") format("woff2"), url("./media/material-icons-round.woff") format("woff");
}
.material-icons-round {
  font-family: "Material Icons Round";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Sharp";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-sharp.woff2") format("woff2"), url("./media/material-icons-sharp.woff") format("woff");
}
.material-icons-sharp {
  font-family: "Material Icons Sharp";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}
@font-face {
  font-family: "Material Icons Two Tone";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("./media/material-icons-two-tone.woff2") format("woff2"), url("./media/material-icons-two-tone.woff") format("woff");
}
.material-icons-two-tone {
  font-family: "Material Icons Two Tone";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  font-feature-settings: "liga";
}

/* apps/mt-web/src/styles.scss */
::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
::-webkit-scrollbar-thumb {
  background: #888;
}
::-webkit-scrollbar-thumb:hover {
  background: #555;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0;
}
body {
  margin: 0 auto !important;
  max-width: 99.75rem;
  overflow-x: hidden;
  border-left: 0.5px solid rgba(51, 51, 51, 0.1);
  border-right: 0.5px solid rgba(51, 51, 51, 0.1);
  height: auto !important;
}
body:has(.background-sidebar) {
  overflow: hidden;
}
html {
  overflow: initial !important;
}
.primary {
  color: var(--ant-primary-color);
}
.w-100 {
  width: 100%;
}
.h-100 {
  height: 100%;
}
.h-100vh {
  height: 100vh;
}
.h-vh-100 {
  height: calc(100vh - 4.5rem);
}
.pointer {
  cursor: pointer;
}
.drag {
  cursor: grab;
}
.drag-col-xs {
  min-width: 80px !important;
  width: 80px;
}
.drag-col-md {
  min-width: 200px;
  width: 20%;
}
.drag-col-full {
  width: 100%;
}
.text-center {
  text-align: center;
}
.center {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.center-all {
  display: flex;
  align-items: center;
  justify-content: center;
}
.gap-025 {
  gap: 0.25rem;
}
@media screen and (max-width: 600px) {
  :has(.ant-picker-time) .cdk-overlay-pane {
    top: 0 !important;
    left: 0 !important;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown {
    position: fixed !important;
    top: 0.5rem !important;
    left: 0.5rem !important;
    right: 0.5rem !important;
    bottom: 0.5rem !important;
    z-index: 1000 !important;
    width: calc(100vw - 1rem);
    height: calc(100vh - 1rem);
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel {
    height: 100%;
    justify-content: space-between;
    overflow: auto;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-date-panel,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-month-panel,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-year-panel,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-decade-panel {
    width: 100%;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-date-panel .ant-picker-content,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-month-panel .ant-picker-content,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-year-panel .ant-picker-content,
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-dropdown .ant-picker-panel-container .ant-picker-decade-panel .ant-picker-content {
    width: 100%;
  }
  :has(.ant-picker-time) .cdk-overlay-pane inner-popup {
    height: 100%;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-datetime-panel {
    flex-direction: column !important;
    height: 100%;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-datetime-panel .ant-picker-time-panel {
    height: 100%;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-datetime-panel .ant-picker-time-panel .ant-picker-time-panel-column {
    overflow: auto !important;
  }
  :has(.ant-picker-time) .cdk-overlay-pane .ant-picker-datetime-panel .ant-picker-time-panel .ant-picker-time-panel-column::after {
    display: initial;
  }
}
.auth-container {
  padding: 2rem 0;
}
.auth-container nz-card {
  margin: 0 auto;
  width: 450px;
}
@media screen and (max-width: 600px) {
  .auth-container nz-card {
    max-width: 90vw;
  }
}
.auth-container nz-card h2 {
  margin: 0;
  text-align: center;
}
.auth-container nz-card .card-content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.auth-container nz-card .logo {
  height: 1.5rem;
  margin-bottom: 1rem;
}
.auth-container nz-card .link {
  text-align: center;
}
ngx-pull-to-refresh {
  width: 100%;
}
ngx-pull-to-refresh .ngx-ptr-loadingbar-container {
  z-index: 1 !important;
}
input[type=date] {
  display: block;
  height: 32px !important;
  width: 100% !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none;
}
input[type=date]::-webkit-date-and-time-value {
  text-align: left !important;
}
.pac-container {
  border-radius: 0.25rem;
  border: 0.5px solid rgba(51, 51, 51, 0.1);
  box-shadow: none;
  color: rgba(0, 0, 0, 0.4509803922);
}
.pac-item {
  padding: 0.25rem 0.5rem;
}
.pac-icon {
  display: none;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
