/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.mat-ripple {
  overflow: hidden;
  position: relative;
}
.mat-ripple:not(:empty) {
  transform: translateZ(0);
}

.mat-ripple.mat-ripple-unbounded {
  overflow: visible;
}

.mat-ripple-element {
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
  transition: opacity, transform 0ms cubic-bezier(0, 0, 0.2, 1);
  transform: scale3d(0, 0, 0);
  background-color: var(--mat-ripple-color, rgba(0, 0, 0, 0.1));
}
.cdk-high-contrast-active .mat-ripple-element {
  display: none;
}

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  left: 0;
}
[dir=rtl] .cdk-visually-hidden {
  left: auto;
  right: 0;
}

.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}
.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: transparent;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0.6;
}

.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}
.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

textarea.cdk-textarea-autosize {
  resize: none;
}

textarea.cdk-textarea-autosize-measuring {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: auto !important;
  overflow: hidden !important;
}

textarea.cdk-textarea-autosize-measuring-firefox {
  padding: 2px 0 !important;
  box-sizing: content-box !important;
  height: 0 !important;
}

@keyframes cdk-text-field-autofill-start { /*!*/ }
@keyframes cdk-text-field-autofill-end { /*!*/ }
.cdk-text-field-autofill-monitored:-webkit-autofill {
  animation: cdk-text-field-autofill-start 0s 1ms;
}

.cdk-text-field-autofill-monitored:not(:-webkit-autofill) {
  animation: cdk-text-field-autofill-end 0s 1ms;
}

.mat-focus-indicator {
  position: relative;
}
.mat-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-focus-indicator-display, none);
  border: var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);
  border-radius: var(--mat-focus-indicator-border-radius, 4px);
}
.mat-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-focus-indicator-display: block;
}

.mat-mdc-focus-indicator {
  position: relative;
}
.mat-mdc-focus-indicator::before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  box-sizing: border-box;
  pointer-events: none;
  display: var(--mat-mdc-focus-indicator-display, none);
  border: var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);
  border-radius: var(--mat-mdc-focus-indicator-border-radius, 4px);
}
.mat-mdc-focus-indicator:focus::before {
  content: "";
}

.cdk-high-contrast-active {
  --mat-mdc-focus-indicator-display: block;
}

.mat-app-background {
  background-color: var(--mat-app-background-color, transparent);
  color: var(--mat-app-text-color, inherit);
}

.ibc-heading-h1-Large {
  font-size: 44px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h1 {
  font-size: 34px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h2-bold {
  font-size: 34px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h3-bold {
  font-size: 32px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h4 {
  font-size: 24px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h4-bold {
  font-size: 24px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h6-bold-primary {
  font-size: 18px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #004480;
}

.ibc-heading-h5 {
  font-size: 20px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h5-small-bold {
  font-size: 20px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h5-bold {
  font-size: 20px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h6 {
  font-size: 18px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h6-bold {
  font-size: 18px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h6-semi-bold {
  font-size: 18px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h6-small-bold {
  font-size: 18px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-heading-h7-subtitle {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-h7-subtitle-bold {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-grid-message-text {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #1c7bcf;
}

.ibc-heading-h7-bold-subtitle {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-heading-h7-bold-primary {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #004480;
}

.ibc-heading-accordion-title {
  font-size: 15px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #7382a3;
}

.ibc-grid-message {
  font-size: 15px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-body-text-large-bold {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-body-text-large {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-body-text-regular {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-body-text-medium-bold {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-body-text-medium-bold-table {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-body-text-medium {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-text-medium-semi-bold {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-text-small-bold {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-text-small {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-body-table-text {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-table-text-small {
  font-size: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-table-text-small-minute {
  font-size: 8px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-table-text-smallest {
  font-size: 6px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #626262;
}

.ibc-body-link-text-small {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #0645ad;
}

.ibc-body-link-text-medium {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #0645ad;
}

.ibc-body-link-text-regular {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #0645ad;
}

.ibc-body-light-small {
  font-size: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-body-light-heading-small {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300 !important;
  line-height: normal !important;
  color: #373737;
}

.ibc-heading-small-semi-bold-primary {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #004480;
}

.ibc-heading-large-semi-bold-primary-dark {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #004480;
}

.ibc-body-text-dark {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}

.ibc-heading-regular-bold-primary {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #004480;
}

.ibc-heading-regular-bold-ibc-primary {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1c7bcf;
}

.ibc-tab {
  height: 36px;
  padding: 8px, 16px, 4px, 16px;
  border-radius: 6px, 6px, 0px, 0px;
  color: #ffffff !important;
  background-color: #1c7bcf !important;
  border: 1px solid #1c7bcf !important;
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: 16.41px !important;
  color: #1e1e1e;
}

.ibc-table-title {
  height: 36px;
  padding: 8px, 16px, 4px, 16px;
  border-radius: 6px, 6px, 0px, 0px;
  color: #ffffff !important;
  background-color: #1c7bcf !important;
  border: 1px solid #1c7bcf !important;
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: 15.23px !important;
  color: #1e1e1e;
}

.ibc-title-unblocked {
  height: 20px;
  padding: 0px, 10px, 0px, 10px;
  border-radius: 10px;
  color: #b9e2de !important;
  background-color: #ffffff !important;
  border: 1px solid #b9e2de !important;
  font-size: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #2ebfb8;
}

.ibc-title-blocked {
  height: 20px;
  padding: 0px, 10px, 0px, 10px;
  border-radius: 10px;
  color: #a0a0a0 !important;
  background-color: #ffffff !important;
  border: 1px solid #a0a0a0 !important;
  font-size: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: 20px !important;
  color: #a0a0a0;
}

.ibc-search-bar {
  height: 36px;
  border-radius: 4px;
  color: #d2d2d2 !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}

.field-label {
  font-size: 10px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: 11.72px !important;
  color: #a0a0a0;
}

.ibc-textbox {
  border-radius: 4px;
  border-bottom: 1px solid #d2d2d2;
  background: #ffffff;
}
.ibc-textbox:hover {
  border-bottom: 1px solid #1c7bcf;
  background: #ffffff;
}
.ibc-textbox:focus {
  border-bottom: 1px solid #1c7bcf;
  background: #ffffff;
}
.ibc-textbox:active {
  border-bottom: 1px solid #1c7bcf;
}
.ibc-textbox:in-active {
  border-bottom: 1px solid #d2d2d2;
}
.ibc-textbox:disabled {
  border-bottom: 1px solid #d2d2d2;
  color: #d2d2d2;
}

.ibc-textbox-small {
  height: 26px;
}

.ibc-textbox-medium {
  height: 36px;
}

.ibc-textbox-large {
  height: 42px;
}

.ibc-primary-default-button {
  height: 26px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #004480 !important;
  border: 1px solid #004480 !important;
}
.ibc-primary-default-button:hover {
  background-color: #4ea7f5 !important;
  border: 1px solid #4ea7f5 !important;
}
.ibc-primary-default-button:pressed {
  background-color: #036ac6 !important;
}
.ibc-primary-default-button:disabled {
  color: #ffffff !important;
  background-color: #d2d2d2 !important;
  border: 1px solid #d2d2d2 !important;
}

.ibc-secondary-default-button {
  height: 26px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #48465b !important;
  background-color: #ffffff !important;
  border: 1px solid #004480 !important;
}
.ibc-secondary-default-button:hover {
  background-color: #e5e4e4 !important;
  border: 1px solid #e5e4e4 !important;
}
.ibc-secondary-default-button:pressed {
  background-color: #d2d2d2 !important;
}
.ibc-secondary-default-button:disabled {
  color: #b6b6b6 !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}

.ibc-secondary-default-button.popup-row-button {
  color: #004480 !important;
  border: 1px solid #004480 !important;
}

.ibc-caution-default-button {
  height: 26px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #ff3a46 !important;
  border: 1px solid #ff3a46 !important;
}
.ibc-caution-default-button:hover {
  background-color: #fe83a5 !important;
  border: 1px solid #fe83a5 !important;
}
.ibc-caution-default-button:pressed {
  background-color: #d3446b !important;
}
.ibc-caution-default-button:disabled {
  color: #ffffff !important;
  background-color: #ffabab !important;
  border: 1px solid #ffabab !important;
}

.ibc-caution-secondary-button {
  height: 26px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #ff3a46 !important;
  background-color: #ffffff !important;
  border: 1px solid #ff3a46 !important;
}
.ibc-caution-secondary-button:hover {
  background-color: #e5e4e4 !important;
  border: 1px solid #e5e4e4 !important;
}
.ibc-caution-secondary-button:pressed {
  background-color: #d2d2d2 !important;
}
.ibc-caution-secondary-button:disabled {
  color: #b6b6b6 !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}

.ibc-medium-button {
  height: 36px;
  padding: 8px 16px;
}

.ibc-large-primary-default-button {
  height: 48px;
}

.ibc-large-secondary-default-button {
  height: 48px;
}

.ibc-snakbar-ok-button {
  height: 27px;
  background: rgba(255, 255, 255, 0.2) !important;
  border-radius: 4px;
  padding: 5px 10px;
  border: none;
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700 !important;
  line-height: normal !important;
  color: #ffffff;
  letter-spacing: 0.5px;
  cursor: pointer;
}

.ibc-secondary-accent-button {
  height: 26px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #7ab1e3 !important;
  border: 1px solid #7ab1e3 !important;
}
.ibc-secondary-accent-button:hover {
  background-color: #6399ca !important;
  border: 1px solid #6399ca !important;
}
.ibc-secondary-accent-button:pressed {
  background-color: #3e7ab0 !important;
}
.ibc-secondary-accent-button:disabled {
  color: #b6b6b6 !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}

.ibc-secondary-accent-button-md {
  height: 36px;
  padding: 5px 16px;
  border-radius: 4px;
  color: #ffffff !important;
  background-color: #7ab1e3 !important;
  border: 1px solid #7ab1e3 !important;
}
.ibc-secondary-accent-button-md:hover {
  background-color: #6399ca !important;
  border: 1px solid #6399ca !important;
}
.ibc-secondary-accent-button-md:pressed {
  background-color: #3e7ab0 !important;
}
.ibc-secondary-accent-button-md:disabled {
  color: #b6b6b6 !important;
  background-color: #ffffff !important;
  border: 1px solid #d2d2d2 !important;
}

.mat-mdc-raised-button.mat-mdc-button-base {
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.mat-mdc-button.mat-mdc-button-base.mat-button-sm,
.mat-mdc-raised-button.mat-mdc-button-base.mat-button-sm,
.mat-mdc-button.mat-mdc-button-base.mat-button-sm,
.mat-mdc-unelevated-button.mat-mdc-button-base.mat-button-sm,
.mat-mdc-outlined-button.mat-mdc-button-base.mat-button-sm {
  height: 26px;
  padding: 8px 16px;
  font-size: 13px;
  border-radius: 4px;
}

.mat-mdc-button.mat-mdc-button-base.mat-button-md,
.mat-mdc-raised-button.mat-mdc-button-base.mat-button-md,
.mat-mdc-button.mat-mdc-button-base.mat-button-md,
.mat-mdc-unelevated-button.mat-mdc-button-base.mat-button-md,
.mat-mdc-outlined-button.mat-mdc-button-base.mat-button-md {
  height: 36px;
  padding: 8px 16px;
  font-size: 14px;
  border-radius: 4px;
}

.mat-mdc-button.mat-mdc-button-base.mat-button-lg,
.mat-mdc-raised-button.mat-mdc-button-base.mat-button-lg,
.mat-mdc-button.mat-mdc-button-base.mat-button-lg,
.mat-mdc-unelevated-button.mat-mdc-button-base.mat-button-lg,
.mat-mdc-outlined-button.mat-mdc-button-base.mat-button-lg {
  height: 48px;
  padding: 8px 16px;
  font-size: 20px;
  border-radius: 4px;
}

.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-sm:hover,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-md:hover,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-lg:hover {
  background-color: #4ea7f5;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-sm:focus,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-md:focus,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-lg:focus {
  background-color: #036ac6;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-sm:disabled,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-md:disabled,
.mat-primary.mat-mdc-raised-button.mat-mdc-button-base.mat-button-lg:disabled {
  background-color: #d2d2d2;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.1);
}

.mat-button-toggle {
  border-radius: 16px !important;
  --mat-standard-button-toggle-selected-state-background-color: #1c7bcf;
  --mat-standard-button-toggle-selected-state-text-color: #ffffff !important ;
}
.mat-button-toggle.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  height: 24px;
  line-height: 26px;
}
.mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid #1c7bcf;
}
.mat-button-toggle :hover {
  background-color: #7ab1e3;
  color: #ffffff !important;
}

.custom-toggle .mat-mdc-slide-toggle {
  --mdc-switch-unselected-handle-color: #004480;
  --mdc-switch-selected-focus-state-layer-color: #004480;
  --mdc-switch-selected-hover-state-layer-color: #004480;
  --mdc-switch-selected-pressed-state-layer-color: #004480;
  --mdc-switch-selected-focus-handle-color: #004480;
  --mdc-switch-selected-handle-color: #004480;
  --mdc-switch-selected-hover-handle-color: #004480;
  --mdc-switch-selected-pressed-handle-color: #004480;
  --mdc-switch-unselected-focus-handle-color: #004480;
  --mdc-switch-unselected-focus-state-layer-color: #004480;
  --mdc-switch-unselected-pressed-handle-color: #004480;
  --mdc-switch-unselected-hover-handle-color: #004480;
  --mat-full-pseudo-checkbox-selected-icon-color: #004480;
  --mdc-switch-selected-track-color: #e9f4ff;
  --mdc-switch-unselected-track-color: #e9f4ff;
  --mdc-switch-unselected-hover-track-color: #e9f4ff;
  --mdc-switch-selected-track-color: #e9f4ff;
  --mdc-switch-selected-focus-track-color: #e9f4ff;
  --mdc-switch-selected-hover-track-color: #e9f4ff;
  --mdc-switch-selected-pressed-track-color: #e9f4ff;
  --mdc-switch-unselected-focus-track-color: #e9f4ff;
  --mdc-switch-unselected-pressed-state-layer-color: #ffffff;
  --mdc-switch-unselected-pressed-track-color: #e9f4ff;
}
.custom-toggle .mdc-switch .mdc-switch__track {
  border: 2px solid rgba(122, 177, 227, 0.6);
  border-radius: 15px;
}
.custom-toggle .mdc-switch__icons {
  display: none;
}

.mat-mdc-icon-button {
  --mat-icon-button-hover-state-layer-opacity: 0 !important;
  --mat-icon-button-focus-state-layer-opacity: 0 !important;
  --mat-icon-button-pressed-state-layer-opacity: 0 !important;
}

.mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #004480 !important;
}

.custom-translation-toggle .mat-mdc-slide-toggle {
  --mdc-switch-unselected-handle-color: #b6b6b6;
  --mdc-switch-selected-focus-state-layer-color: #b6b6b6;
  --mdc-switch-selected-hover-state-layer-color: #004480;
  --mdc-switch-selected-pressed-state-layer-color: #004480;
  --mdc-switch-selected-focus-handle-color: #004480;
  --mdc-switch-selected-handle-color: #004480;
  --mdc-switch-selected-hover-handle-color: #004480;
  --mdc-switch-selected-pressed-handle-color: #b6b6b6;
  --mdc-switch-unselected-focus-handle-color: #b6b6b6;
  --mdc-switch-unselected-focus-state-layer-color: #b6b6b6;
  --mdc-switch-unselected-pressed-handle-color: #ffffff;
  --mdc-switch-unselected-hover-handle-color: #b6b6b6;
  --mat-full-pseudo-checkbox-selected-icon-color: #004480;
  --mdc-switch-selected-track-color: #e9f4ff;
  --mdc-switch-unselected-track-color: #ffffff;
  --mdc-switch-unselected-hover-track-color: #ffffff;
  --mdc-switch-selected-track-color: #e9f4ff;
  --mdc-switch-selected-focus-track-color: #e9f4ff;
  --mdc-switch-selected-hover-track-color: #e9f4ff;
  --mdc-switch-selected-pressed-track-color: #e9f4ff;
  --mdc-switch-unselected-focus-track-color: #ffffff;
  --mdc-switch-unselected-pressed-state-layer-color: #ffffff;
  --mdc-switch-unselected-pressed-track-color: #ffffff;
}
.custom-translation-toggle .mat-mdc-slide-toggle .mdc-switch .mdc-switch__track {
  border-radius: 15px;
}
.custom-translation-toggle .mat-mdc-slide-toggle .mdc-switch.mdc-switch--unselected .mdc-switch__track {
  border: 2px solid #dedede;
}
.custom-translation-toggle .mat-mdc-slide-toggle .mdc-switch.mdc-switch--selected.mdc-switch--checked .mdc-switch__track {
  border: 2px solid rgba(122, 177, 227, 0.6);
}
.custom-translation-toggle .mat-mdc-slide-toggle .mdc-switch__handle {
  position: relative;
  top: 8.8px;
}

.mode-toggle.mat-button-toggle-group-appearance-standard {
  border: 1.5px solid #1c7bcf !important;
}
.mode-toggle .mat-button-toggle-button {
  padding: 5px 0px !important;
  border-radius: 0px !important;
}
.mode-toggle .mat-button-toggle:nth-child(1) {
  border-right: 1.5px solid #1c7bcf !important;
  border-radius: 0px !important;
}
.mode-toggle .mat-button-toggle {
  border-radius: 4px !important;
  --mat-standard-button-toggle-selected-state-background-color: #EBF4FB;
  --mat-standard-button-toggle-selected-state-text-color: #1c7bcf !important ;
}
.mode-toggle .mat-button-toggle.mat-button-toggle-appearance-standard .mat-button-toggle-label-content {
  height: 24px;
  line-height: 26px;
}
.mode-toggle .mat-button-toggle.mat-button-toggle-standalone.mat-button-toggle-appearance-standard {
  border: 1px solid #004480;
}
.mode-toggle .toggle-text-container {
  display: flex;
  flex-direction: row !important;
  align-items: flex-end;
  gap: 5px;
}
.mode-toggle .toggle-text-container .toggle-text {
  font-size: 16px;
  font-weight: 400;
}
.mode-toggle :hover {
  background-color: transparent !important;
  color: #1c7bcf !important;
}

.mat-sm {
  --mat-form-field-container-height: 26px;
  --mdc-outlined-text-field-outline-color: #d2d2d2;
  --mdc-outlined-text-field-hover-outline-color: #1c7bcf;
  --mdc-outlined-text-field-focus-outline-width: 1px;
  --mdc-outlined-text-field-disabled-outline-color: #d2d2d2;
  --mdc-outlined-text-field-disabled-input-text-color: #797979;
  --mdc-outlined-text-field-disabled-label-text-color: #797979;
  --mdc-outlined-text-field-label-text-color: #a0a0a0;
}
.mat-sm mat-icon {
  font-size: 12px;
  color: #d2d2d2;
  cursor: pointer;
}
.mat-sm .mat-mdc-form-field-icon-suffix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color,
.mat-sm .mat-mdc-form-field-icon-prefix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
  padding-top: 0;
  padding-right: 0;
}
.mat-sm .mat-mdc-form-field-icon-suffix {
  bottom: 6.5px;
}
.mat-sm .mat-mdc-text-field-wrapper.mdc-text-field {
  height: 24px;
  font-size: 12px;
}
.mat-sm .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 4px !important;
}
.mat-sm.notes-custom-datepicker {
  width: 160px;
  --mdc-outlined-text-field-outline-color: #1c7bcf;
}
.mat-sm.notes-custom-datepicker mat-datepicker-toggle mat-icon {
  padding-top: 0px !important;
  position: relative;
  top: -9px;
}
.mat-sm.notes-custom-datepicker mat-datepicker-toggle mat-icon svg {
  height: 18px;
  width: 18px;
}
.mat-sm .mat-mdc-text-field-wrapper.mdc-text-field--outlined.mdc-text-field--disabled {
  background: #fbfbfb;
}
.mat-sm .custom-error-tooltip-container {
  bottom: 28px !important;
}
.mat-sm.widgets-input .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-sm.attachment-type .dropdown-icon {
  font-size: 18px;
  color: #626262;
  padding-left: 10px !important;
  padding-top: 3px !important;
}
.mat-sm.measurementOptions .mat-mdc-select-arrow-wrapper {
  height: 0;
}
.mat-sm.widget-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-sm.widget-select .mat-mdc-select-value-text {
  position: relative;
  top: 2px;
}
.mat-sm.widget-select .dropdown-icon {
  font-size: 16px;
  color: #626262;
  padding-left: 10px !important;
  padding-bottom: 0px !important;
}
.mat-sm.remove-subscript-wrapper .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  display: none;
}
.mat-sm .dropdown-icon {
  font-size: 18px;
  color: #626262;
  padding-left: 3px !important;
  padding-top: 3px !important;
}
.mat-sm.mat-select .mat-mdc-select .mat-mdc-select-trigger {
  display: none;
}
.mat-sm.mat-multiple-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-sm.mat-multiple-select .mat-mdc-select-trigger {
  padding-top: 1px;
}
.mat-sm.shipmentIdentifier .mat-mdc-select-value {
  padding-bottom: 0px !important;
}
.mat-sm.shipmentIdentifier .mat-mdc-select-arrow-wrapper {
  display: none !important;
  height: 0 !important;
}
.mat-sm.rate-scale-add-input-fields .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-sm.rate-scale-add-input-fields .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 5px !important;
}

.mat-md {
  --mat-form-field-container-height: 36px;
  --mdc-outlined-text-field-outline-color: #d2d2d2;
  --mdc-outlined-text-field-hover-outline-color: #1c7bcf;
  --mdc-outlined-text-field-focus-outline-width: 1px;
  --mdc-outlined-text-field-disabled-outline-color: #d2d2d2;
  --mdc-outlined-text-field-disabled-input-text-color: #797979;
  --mdc-outlined-text-field-disabled-label-text-color: #797979;
  --mdc-outlined-text-field-label-text-color: #a0a0a0;
}
.mat-md.hyperlink {
  --mdc-outlined-text-field-outline-color: transparent;
  --mdc-outlined-text-field-hover-outline-color: transparent;
  --mdc-outlined-text-field-focus-outline-color: transparent;
  --mdc-outlined-text-field-disabled-outline-color: transparent;
}
.mat-md.hyperlink .mat-mdc-text-field-wrapper.mdc-text-field {
  background-color: rgba(122, 177, 227, 0.1019607843);
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.mat-md.hyperlink .mat-mdc-text-field-wrapper.mdc-text-field :active {
  color: #1c7bcf;
}
.mat-md.hyperlink .mdc-text-field__input {
  cursor: pointer;
  color: #0645ad !important;
  text-decoration: underline;
}
.mat-md.hyperlink .mat-mdc-text-field-wrapper.mdc-text-field--outlined.mdc-text-field--disabled {
  background: rgba(122, 177, 227, 0.1019607843);
}
.mat-md mat-icon {
  font-size: 16px;
  color: #d2d2d2;
  cursor: pointer;
}
.mat-md mat-icon.dropdown-icon {
  font-size: 12px;
  color: #626262;
  position: relative;
  left: 10px;
  top: 4px;
}
.mat-md mat-icon.attachment-icon {
  font-size: 18px;
  color: #626262;
  position: relative;
  left: 10px;
  padding-right: 5px !important;
}
.mat-md.custom-datepicker {
  --mdc-outlined-text-field-outline-color: #1c7bcf;
}
.mat-md.custom-datepicker mat-datepicker-toggle mat-icon {
  padding-top: 0px !important;
  color: #626262;
}
.mat-md.custom-datepicker .mat-mdc-icon-button.mat-mdc-button-base {
  padding: 10px 12px;
  --mdc-icon-button-state-layer-size: 36px;
}
.mat-md.custom-datepicker.flight-misc, .mat-md.custom-datepicker.remove-focus {
  --mdc-outlined-text-field-outline-color: #d2d2d2;
}
@media (max-width: 1133px) and (min-width: 768px) {
  .mat-md.custom-datepicker .mdc-floating-label {
    max-width: 85px;
  }
  .mat-md.custom-datepicker .mdc-floating-label.mdc-floating-label--float-above {
    max-width: 160px;
  }
}
.mat-md.country-state-form-field .mat-mdc-form-field-icon-suffix {
  display: flex;
  align-items: end;
}
.mat-md .mat-mdc-form-field-icon-suffix,
.mat-md .mat-mdc-form-field-icon-prefix {
  bottom: 5px;
}
.mat-md .mat-mdc-form-field-icon-suffix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color,
.mat-md .mat-mdc-form-field-icon-prefix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
  padding: 0 0;
  padding-top: 10px;
  padding-right: 0;
}
.mat-md .mat-mdc-text-field-wrapper.mdc-text-field {
  height: 36px;
  font-size: 14px;
}
.mat-md .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 12px !important;
}
.mat-md .mat-mdc-form-field-error-wrapper {
  padding: 0 0 !important;
  line-height: 9px;
}
.mat-md .mat-mdc-text-field-wrapper.mdc-text-field--outlined.mdc-text-field--disabled {
  background: #fbfbfb;
}
@media screen and (max-width: 1400px) {
  .mat-md.dimension :has(.mat-mdc-form-field-icon-suffix) .mdc-floating-label.mat-mdc-floating-label {
    max-width: 75px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .mat-md.dimension :has(.mat-mdc-form-field-icon-suffix) .mdc-floating-label.mat-mdc-floating-label.mdc-floating-label--float-above {
    max-width: 160px;
  }
}
.mat-md.roles-form-field .mat-mdc-select-arrow-wrapper, .mat-md.mat-select-variants .mat-mdc-select-arrow-wrapper, .mat-md.custom-object-org-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-md.roles-form-field .dropdown-icon, .mat-md.mat-select-variants .dropdown-icon, .mat-md.custom-object-org-select .dropdown-icon {
  font-size: 18px;
  color: #626262;
  padding-right: 5px !important;
  top: 0px;
  left: 6px;
}
.mat-md.custom-select .mat-mdc-select-arrow-wrapper {
  display: none;
}
.mat-md.custom-object-org-select .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-radius: 0 0 0 0;
}
.mat-md.custom-object-org-input .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-radius: 0 0 0 0;
}
.mat-md.dashboard-select {
  --mdc-outlined-text-field-container-shape: 0px;
}
.mat-md.dashboard-select .mdc-notched-outline__leading {
  border-radius: 4px 0 0 4px !important;
}
.mat-md.basic-search-textfield .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align, .mat-md.addressFields .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align, .mat-md.remove-subscript-wrapper .mat-mdc-form-field-subscript-wrapper.mat-mdc-form-field-bottom-align {
  display: none;
}
.mat-md.sm-search-textfield {
  background: #ffffff;
}
.mat-md.sm-search-textfield .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
.mat-md.custom-textfield .mdc-floating-label {
  max-width: 100px;
}
.mat-md.custom-textfield .mdc-floating-label.mdc-floating-label--float-above {
  max-width: 160px;
}
.mat-md.bulk-bag-form-fields.destination .mat-mdc-form-field-infix .mat-mdc-input-element, .mat-md.bulk-bag-form-fields.origin .mat-mdc-form-field-infix .mat-mdc-input-element {
  max-width: 20vw;
  text-overflow: ellipsis;
}
.mat-md.clearance-type-form-field {
  background: #ffffff;
}
.mat-md.clearance-type-form-field .mat-mdc-form-field-hint-wrapper {
  padding: 0 0 0 0;
}
.mat-md.advanced-search-datepicker-textfield .mdc-floating-label {
  max-width: 190px;
}
.mat-md.advanced-search-datepicker-textfield .mdc-floating-label.mdc-floating-label--float-above {
  max-width: 200px;
}
.mat-md.adv-search-datepicker .mdc-floating-label {
  max-width: 120px;
}
.mat-md.adv-search-datepicker .mdc-floating-label.mdc-floating-label--float-above {
  max-width: 200px;
}
.mat-md.alter-icon-position .mat-mdc-form-field-flex .mat-mdc-form-field-icon-suffix {
  align-self: flex-start;
  top: 8px;
}
.mat-md.alter-icon-position .mat-mdc-form-field-flex .mat-mdc-form-field-infix app-custom-error-tooltip .custom-error-tooltip-container {
  top: -23px !important;
  bottom: auto !important;
}

.mat-lg {
  --mat-form-field-container-height: 42px;
  --mdc-outlined-text-field-outline-color: #d2d2d2;
  --mdc-outlined-text-field-hover-outline-color: #1c7bcf;
  --mdc-outlined-text-field-focus-outline-width: 1px;
  --mdc-outlined-text-field-disabled-outline-color: #d2d2d2;
  --mdc-outlined-text-field-disabled-input-text-color: #797979;
  --mdc-outlined-text-field-disabled-label-text-color: #797979;
}
.mat-lg mat-icon {
  font-size: 18px;
  color: #d2d2d2;
  cursor: pointer;
}
.mat-lg .mat-mdc-form-field-icon-suffix,
.mat-lg .mat-mdc-form-field-icon-prefix {
  position: relative;
}
.mat-lg .mat-mdc-form-field-icon-suffix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color,
.mat-lg .mat-mdc-form-field-icon-prefix .mat-icon.notranslate.material-icons.mat-ligature-font.mat-icon-no-color {
  padding-top: 4px;
  padding-right: 0;
}
.mat-lg .mat-mdc-text-field-wrapper.mdc-text-field {
  height: 42px;
  font-size: 14px;
}
.mat-lg .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 10px !important;
}
.mat-lg .mat-mdc-text-field-wrapper.mdc-text-field--outlined.mdc-text-field--disabled {
  background: #fbfbfb;
}

.table-input-field .mdc-text-field--no-label:not(.mdc-text-field--textarea) .mat-mdc-form-field-input-control.mdc-text-field__input,
.table-input-field .mat-mdc-text-field-wrapper .mat-mdc-form-field-input-control {
  padding-top: 2px;
}
.table-input-field .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}

.input-wrapper-none .mat-mdc-form-field-subscript-wrapper {
  display: none !important;
}

.mat-sm-select .mat-mdc-text-field-wrapper .mat-mdc-form-field-infix {
  padding-top: 0 !important;
}

.public-note-textarea {
  --mdc-outlined-text-field-outline-color: #b9e2de;
  --mdc-outlined-text-field-focus-outline-color: #b9e2de;
  --mdc-outlined-text-field-hover-outline-color: #b9e2de;
  --mdc-outlined-text-field-focus-outline-width: 1px;
}

.private-note-textarea {
  --mdc-outlined-text-field-outline-color: #ffd9d9;
  --mdc-outlined-text-field-focus-outline-color: #ffd9d9;
  --mdc-outlined-text-field-hover-outline-color: #ffd9d9;
  --mdc-outlined-text-field-focus-outline-width: 1px;
}

.notes-textarea,
.edit-notes-textarea {
  --mdc-outlined-text-field-outline-color: transparent;
  --mdc-outlined-text-field-hover-outline-color: transparent;
  --mdc-outlined-text-field-focus-outline-color: transparent;
}
.notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing,
.edit-notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__leading,
.edit-notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
.edit-notes-textarea .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__trailing {
  border: none !important;
}

.notes-textarea .mdc-text-field--outlined .mat-mdc-form-field-infix,
.notes-textarea .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}
.notes-textarea .mdc-text-field--outlined {
  padding-right: 0px;
}

.full-height-textarea .mat-mdc-text-field-wrapper,
.full-height-textarea .mdc-text-field--outlined {
  height: 100% !important;
}

.edit-notes-textarea .mdc-text-field--outlined .mat-mdc-form-field-infix,
.edit-notes-textarea .mdc-text-field--no-label .mat-mdc-form-field-infix {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  height: 100%;
}
.edit-notes-textarea .mat-mdc-text-field-wrapper {
  padding: 0 !important;
}
.edit-notes-textarea textarea {
  font-size: 14px;
}

.mat-md.hawb-description-textarea .mat-mdc-text-field-wrapper.mdc-text-field {
  height: 52px;
}

.chip-autocomplete-field {
  --mdc-outlined-text-field-outline-color: #d2d2d2;
  --mdc-outlined-text-field-hover-outline-color: #1c7bcf;
  --mdc-outlined-text-field-focus-outline-width: 1px;
}
.chip-autocomplete-field mat-chip-grid {
  max-height: 100px;
  height: 70px;
  overflow-y: auto;
}
.chip-autocomplete-field input {
  padding-top: 10px;
}

mat-sidenav {
  border-radius: 0px 5px 5px 0px !important;
  padding-top: 40px;
}

mat-sidenav-container {
  height: 100%;
  width: auto;
}

.mat-mdc-card {
  border-radius: 10px !important;
}

.mat-mdc-card-header {
  padding: 16px 12px !important;
  align-items: center;
}

.mat-mdc-card-content {
  padding: 0 20px !important;
}

.mat-mdc-card-content:last-child {
  padding-bottom: 20px !important;
}

.edi-menu .mat-mdc-card-content {
  padding: 5px 10px !important;
}

.mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-selected-checkmark-color: #ffffff;
  --mdc-checkbox-selected-focus-icon-color: #004480;
  --mdc-checkbox-selected-hover-icon-color: #004480;
  --mdc-checkbox-selected-icon-color: #004480;
  --mdc-checkbox-selected-pressed-icon-color: #004480;
  --mdc-checkbox-unselected-focus-icon-color: #004480;
  --mdc-checkbox-unselected-hover-icon-color: #004480;
  --mdc-checkbox-disabled-selected-icon-color: #cadcec;
  --mdc-checkbox-disabled-unselected-icon-color: #dedede;
  --mdc-checkbox-unselected-icon-color: #dedede;
  --mdc-checkbox-unselected-pressed-icon-color: #ffffff;
}
.mat-mdc-checkbox.mat-accent .mdc-checkbox .mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate):not([data-indeterminate=true]) ~ .mdc-checkbox__background {
  border: 1px solid #373737;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-label {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #48465b;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  background-color: #4caf50;
  border-color: #4caf50 #4caf50 #4caf50 #4caf50;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #ff3a46;
  border-color: #ff3a46 #ff3a46 #ff3a46 #ff3a46;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before {
  content: "close";
  font-family: Material Icons;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.mat-mdc-checkbox.mat-accent.custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  display: block;
  border-color: transparent transparent transparent transparent;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-label {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #48465b;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox__ripple {
  display: none;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background {
  background-color: #004480;
  border-color: #004480 #004480 #004480 #004480;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #ff3a46;
  border-color: #ff3a46 #ff3a46 #ff3a46 #ff3a46;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before,
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before {
  content: "close";
  font-family: Material Icons;
  color: #ffffff;
  font-size: 18px;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  display: block;
  border-color: transparent transparent transparent transparent;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-custom-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
  background-color: #cadcec;
  border-color: #cadcec #cadcec #cadcec #cadcec;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
  background-color: white;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before,
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before {
  content: "stop";
  font-family: Material Icons;
  color: #004480;
  font-size: 20px;
  display: flex;
  gap: 0;
  justify-content: center;
  align-items: center;
  position: relative;
  top: 0;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark,
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  display: block;
  border-color: transparent transparent transparent transparent;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #cadcec #cadcec #cadcec #cadcec;
}
.mat-mdc-checkbox.mat-accent.roles-and-permission-partial-checkbox .mdc-checkbox .mdc-checkbox__native-control:disabled:indeterminate ~ .mdc-checkbox__background .mdc-checkbox__mixedmark:before {
  color: #cadcec;
}
.mat-mdc-checkbox.mat-accent.basic-checkbox .mdc-label, .mat-mdc-checkbox.mat-accent.checkbox-label .mdc-label {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #48465b;
}

.mdc-checkbox__background {
  border-width: 1px !important;
}

.miscellaneous-wrapper .mat-mdc-checkbox.mat-accent {
  --mdc-checkbox-unselected-icon-color: #1c7bcf;
}

.ibc-summary-table {
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 6px !important;
}
.ibc-summary-table .mat-mdc-table {
  --mat-table-background-color: transparent;
}
.ibc-summary-table .mat-mdc-row:nth-child(even) {
  background-color: #fafafa;
}
.ibc-summary-table .mat-mdc-row:nth-child(odd) {
  background-color: #ffffff;
}
.ibc-summary-table .mat-mdc-header-row {
  --mat-table-row-item-outline-color: #626262;
  --mat-table-row-item-outline-width: 2px;
  --mat-table-header-container-height: 46px;
}
.ibc-summary-table .mat-mdc-header-row .mat-sort-header-arrow {
  display: none;
}
.ibc-summary-table .mat-column-chargeAmount {
  text-align: end;
}

.mat-mdc-row {
  --mat-table-row-item-container-height: 36px;
}

.mat-mdc-paginator {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-container-background-color: transparent;
}
.mat-mdc-paginator .mat-mdc-select-value {
  font-size: 12px;
}
.mat-mdc-paginator .mat-mdc-icon-button svg {
  --mdc-icon-button-icon-size: 28px;
}

.mat-mdc-paginator-container {
  --mat-paginator-container-size: 36px;
  --mat-select-enabled-arrow-color: #1c7bcf;
}
.mat-mdc-paginator-container .mdc-notched-outline {
  height: 32px;
}
.mat-mdc-paginator-container .mdc-notched-outline__trailing,
.mat-mdc-paginator-container .mdc-notched-outline__notch,
.mat-mdc-paginator-container .mdc-notched-outline__leading {
  border: none;
  border-bottom: 2px solid #1c7bcf !important;
  border-radius: 0 !important;
}

.ibc-border-table {
  border-radius: 6px;
  border: 1px solid #dedede !important;
}
.ibc-border-table .mat-mdc-header-row {
  --mat-table-row-item-outline-color: #a0a0a0;
  --mat-table-row-item-outline-width: 2px;
  --mat-table-header-container-height: 46px;
}
.ibc-border-table .mat-mdc-header-row .mat-sort-header-arrow {
  display: none;
}
.ibc-border-table .set-table-height mat-header-row {
  position: sticky;
  top: 0;
}

.ibc-print-table {
  border: 1px solid #a0a0a0 !important;
  border-collapse: collapse !important;
  display: block;
  overflow-x: hidden;
}
.ibc-print-table thead,
.ibc-print-table tbody {
  display: block;
  overflow-x: hidden;
}
.ibc-print-table tr {
  display: flex;
  gap: 0;
  align-items: center;
  border: 1px solid #a0a0a0 !important;
  text-align: left;
  height: auto;
}
.ibc-print-table .table-text {
  margin: 10px 10px;
}

.charges-table .mat-mdc-header-row {
  border-bottom: 2px solid #1e1e1e;
}
.charges-table .mat-mdc-header-cell {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #373737;
}
.charges-table .mat-column-chargeSheetActions {
  flex: 0 1 5vw;
}

.ap-module-ap-charges-table .mat-column-chargeAmount,
.ap-module-ap-charges-table .mat-column-arChargeAmount,
.ap-module-ap-charges-table .mat-column-apChargeAmount,
.ap-module-ap-charges-table .mat-column-foreignCurrencyAmount {
  text-align: end;
}
.ap-module-ap-charges-table .mat-mdc-row:last-child {
  border-top: 1px solid #1e1e1e;
}
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-select {
  opacity: 0;
}
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-incomingChargeAmount span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-chargeAmount span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-arChargeCode span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-arChargeAmount span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-apChargeCurrency span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-apChargeAmount span,
.ap-module-ap-charges-table .mat-mdc-row:last-child .mat-column-foreignCurrencyAmount span {
  font-weight: 600 !important;
}

.weight-charges-table .mat-mdc-cell mat-form-field {
  width: 100%;
}
.weight-charges-table .mat-mdc-cell mat-form-field mat-error {
  font-size: 12px;
}

.ap-charges-table .mat-mdc-table {
  overflow-x: auto;
  overflow-y: hidden;
}
.ap-charges-table .mat-mdc-table .mat-mdc-header-cell {
  min-width: 12vw !important;
  max-width: 12vw !important;
  width: 12vw !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-header-cell.mat-column-select {
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-header-cell.mat-column-incomingChargeCurrency, .ap-charges-table .mat-mdc-table .mat-mdc-header-cell.mat-column-agentChargeDescription {
  min-width: 20vw !important;
  max-width: 20vw !important;
  width: 20vw !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-header-cell.mat-column-shipmentIdentifier, .ap-charges-table .mat-mdc-table .mat-mdc-header-cell.mat-column-shipmentIdentifierValue {
  min-width: 17vw !important;
  max-width: 17vw !important;
  width: 17vw !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-cell {
  min-width: 12vw !important;
  max-width: 12vw !important;
  width: 12vw !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-cell.mat-column-select {
  min-width: 80px !important;
  max-width: 80px !important;
  width: 80px !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-cell.mat-column-incomingChargeCurrency, .ap-charges-table .mat-mdc-table .mat-mdc-cell.mat-column-agentChargeDescription {
  min-width: 20vw !important;
  max-width: 20vw !important;
  width: 20vw !important;
}
.ap-charges-table .mat-mdc-table .mat-mdc-cell.mat-column-shipmentIdentifier, .ap-charges-table .mat-mdc-table .mat-mdc-cell.mat-column-shipmentIdentifierValue {
  min-width: 17vw !important;
  max-width: 17vw !important;
  width: 17vw !important;
}

.create-edit-table .mat-column-value,
.create-edit-table .mat-column-weight,
.create-edit-table .mat-column-slacWeight,
.create-edit-table .mat-column-slacCount,
.app-selection-table .mat-column-value,
.app-selection-table .mat-column-weight,
.app-selection-table .mat-column-slacWeight,
.app-selection-table .mat-column-slacCount {
  text-align: end;
}
.create-edit-table .mat-mdc-header-cell.mat-column-value, .create-edit-table .mat-mdc-header-cell.mat-column-weight, .create-edit-table .mat-mdc-header-cell.mat-column-slacWeight, .create-edit-table .mat-mdc-header-cell.mat-column-slacCount,
.app-selection-table .mat-mdc-header-cell.mat-column-value,
.app-selection-table .mat-mdc-header-cell.mat-column-weight,
.app-selection-table .mat-mdc-header-cell.mat-column-slacWeight,
.app-selection-table .mat-mdc-header-cell.mat-column-slacCount {
  text-align: end;
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: center;
}

.summary-table .mat-column-hawbValue,
.summary-table .mat-column-shipmentWeight,
.summary-table .mat-column-weight {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: center;
}
.summary-table .mat-mdc-header-cell.mat-column-hawbValue, .summary-table .mat-mdc-header-cell.mat-column-shipmentWeight, .summary-table .mat-mdc-header-cell.mat-column-weight {
  display: flex;
  gap: 0;
  justify-content: flex-end;
  align-items: center;
}

.app-view-table .mat-mdc-header-cell {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #373737;
}
.app-view-table .mat-mdc-header-cell.mat-column-weight {
  text-align: end;
}
.app-view-table .mat-mdc-cell.mat-column-weight {
  text-align: end;
}

.mat-mdc-menu-panel .mat-mdc-menu-content {
  padding: 0 0;
  width: 160px;
  max-height: 36vh;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item {
  min-height: 40px;
  padding-left: 6px;
  padding-right: 6px;
}
.mat-mdc-menu-panel .mat-mdc-menu-content .mat-mdc-menu-item .mat-mdc-menu-item-text .mdc-checkbox {
  padding-right: 8px;
}

.app-header-menu {
  width: 20vw;
}
.app-header-menu .mat-mdc-menu-content {
  padding: 0 0;
  width: 100%;
  max-height: none;
}
.app-header-menu mat-card-header {
  background-color: #e9f4ff;
  padding: 10px 10px 10px 10px !important;
  display: flex;
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
}
.app-header-menu mat-card-header .mat-mdc-card-avatar {
  background-color: #f4d536;
  display: flex;
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0px;
}
.app-header-menu mat-card-header .mat-mdc-card-avatar span {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1e1e1e;
}
.app-header-menu mat-card-header .mat-mdc-card-avatar ~ .mat-mdc-card-header-text .mat-mdc-card-subtitle, .app-header-menu mat-card-header .mat-mdc-card-avatar ~ .mat-mdc-card-header-text .mat-mdc-card-title {
  padding: 0px 0px 0px 0px;
}
.app-header-menu .mdc-card__actions {
  display: flex;
  gap: 0px;
  flex-direction: column !important;
  padding: 0 0 0 0;
}
.app-header-menu .mdc-card__actions button {
  width: 100%;
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #373737;
  display: flex;
  justify-content: flex-start;
  padding: 25px 20px 25px 20px;
}

.rs-download-menu .mat-mdc-menu-content {
  width: 240px;
  display: flex;
  gap: 0px;
  flex-direction: column !important;
  padding: 0 0 0 0;
}
.rs-download-menu .mat-mdc-menu-content button {
  width: 100%;
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #373737;
  display: flex;
  justify-content: flex-start;
  padding: 15px 20px 15px 20px;
}

.filter-menu {
  padding: 0 0 0 0;
  padding-top: 5px;
}
.filter-menu .mat-mdc-menu-content {
  width: 200px;
}
.filter-menu .filter-menu-content {
  padding: 10px;
  display: flex;
  gap: 10px;
  flex-direction: column !important;
}
.filter-menu .filter-menu-content .filter-header {
  display: flex;
  gap: 8px;
  justify-content: space-between;
  align-items: center;
  flex-direction: row !important;
  background: #f8f9fa;
  font-weight: 400;
  font-size: 14px;
  color: #333;
}
.filter-menu .filter-menu-content .filter-options {
  border: 1px solid #d2d2d2;
  padding: 5px 5px 5px 5px;
  border-radius: 4px;
  max-height: 200px;
  overflow-y: auto;
}
.filter-menu .filter-menu-content .filter-options .filter-option {
  margin-bottom: 8px;
  font-size: 13px;
}
.filter-menu .filter-menu-content .filter-options .filter-option:last-child {
  margin-bottom: 0;
}
.filter-menu .filter-menu-content .filter-options .filter-option .mat-mdc-checkbox .mdc-form-field {
  align-items: center;
}

.edi-menu-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1000;
  pointer-events: auto;
}

.edi-menu-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  z-index: 1001;
}

.edi-menu {
  position: absolute;
  z-index: 1002;
  right: 45px; /* Position from right edge */
  top: 170px; /* Below the header */
}
.edi-menu .menu-card {
  min-width: 180px;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.edi-menu .menu-card mat-card-content {
  padding: 8px 0;
}
.edi-menu .menu-option {
  width: 100%;
  padding: 12px 16px;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  color: #333;
  transition: background-color 0.2s ease;
}
.edi-menu .menu-option:hover {
  background-color: #f5f5f5;
}
.edi-menu mat-divider {
  margin: 4px 0;
}

.dashboard-config-menu .mat-mdc-menu-content {
  width: 280px;
}
.dashboard-config-menu .config-menu-header {
  padding: 12px 16px 12px 10px;
  font-weight: 400;
  color: #373737;
  font-size: 14px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 8px;
}
.dashboard-config-menu .config-menu-item {
  display: flex;
  width: 100%;
}
.dashboard-config-menu .config-menu-item:hover {
  background-color: #ffffff;
}

.ibc-expansion-panel {
  border: 1px solid #dedede;
  border-radius: 6px;
}
.ibc-expansion-panel .mat-expansion-panel-header {
  border-radius: 6px 6px 0px 0px;
  background: #fbfbfb !important;
  border-bottom: 1px solid #dedede;
}
.ibc-expansion-panel .mat-expansion-panel-header.mat-expanded {
  height: 45px !important;
}
.ibc-expansion-panel .mat-expansion-panel:not([class*=mat-elevation-z]) {
  box-shadow: none;
}
.ibc-expansion-panel .mat-expansion-panel-body {
  padding: 0 0;
}
.ibc-expansion-panel .mat-expansion-panel-header-title {
  flex-basis: unset;
  flex-grow: 0;
}
.ibc-expansion-panel .active-tab {
  color: #004480;
  border-bottom: 2px solid #004480;
  display: inline-block;
}
.ibc-expansion-panel.custom-permissions-tab-panel .mat-expansion-panel-header {
  height: auto !important;
  background: #fbfbfb;
  border-top: 1px solid #dedede;
  border-radius: 0px;
}
.ibc-expansion-panel.custom-permissions-tab-panel .mat-expansion-panel-header > span {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  padding: 15px 0;
}

.ibc-customise-tab {
  --mat-tab-header-inactive-label-text-color: #7382a3 !important;
  --mat-tab-header-inactive-hover-label-text-color: #7ab1e3 !important;
}
.ibc-customise-tab .mat-mdc-tab .mdc-tab-indicator__content--underline {
  border: none;
}
.ibc-customise-tab .mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-weight: 700;
  font-size: 14px;
}
.ibc-customise-tab .mat-mdc-tab .mdc-tab__text-label {
  font-weight: 400;
  font-size: 14px;
}

.mat-mdc-tab.mdc-tab--active .mdc-tab__text-label {
  font-weight: 700;
  font-size: 16px;
}

.tab-icons-container .mdc-tab.mat-mdc-tab.mdc-tab:last-of-type {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  cursor: pointer;
  pointer-events: none;
}

.field-action-level-tabs-container .mat-mdc-tab-labels, .rate-scale-tabs-container .mat-mdc-tab-labels {
  width: 50vw;
  border: 2px solid #004480;
  border-radius: 4px;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mdc-tab .mat-mdc-tab, .rate-scale-tabs-container .mat-mdc-tab-labels .mdc-tab .mat-mdc-tab {
  --mdc-tab-indicator-active-indicator-color: #004480 !important;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #004480;
  --mat-tab-header-active-ripple-color: #004480;
  --mat-tab-header-inactive-ripple-color: #004480;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #004480;
  --mat-tab-header-active-hover-label-text-color: #004480;
  --mat-tab-header-active-focus-indicator-color: #004480;
  --mat-tab-header-active-hover-indicator-color: #004480;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mdc-tab__text-label, .rate-scale-tabs-container .mat-mdc-tab-labels .mdc-tab__text-label {
  font-size: 16px;
  font-weight: 500;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mdc-tab--active.mdc-tab-indicator--active, .rate-scale-tabs-container .mat-mdc-tab-labels .mdc-tab--active.mdc-tab-indicator--active {
  background: #004480;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mdc-tab--active.mdc-tab-indicator--active .mdc-tab__text-label, .rate-scale-tabs-container .mat-mdc-tab-labels .mdc-tab--active.mdc-tab-indicator--active .mdc-tab__text-label {
  color: #ffffff;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mat-mdc-focus-indicator .mdc-tab__text-label, .rate-scale-tabs-container .mat-mdc-tab-labels .mat-mdc-focus-indicator .mdc-tab__text-label {
  color: #004480;
}
.field-action-level-tabs-container .mat-mdc-tab-labels .mdc-tab-indicator, .rate-scale-tabs-container .mat-mdc-tab-labels .mdc-tab-indicator {
  display: none;
}

.rate-scale-tabs-container .mat-mdc-tab-labels {
  width: auto;
  border: 1px solid #b6b6b6;
}

.mat-mdc-snack-bar-container {
  opacity: 0 !important;
}
.mat-mdc-snack-bar-container .mdc-snackbar__surface {
  padding-right: 6px;
}
.mat-mdc-snack-bar-container .mdc-snackbar__label {
  padding: 16px 3px 16px 12px;
}
.mat-mdc-snack-bar-container.success-snackbar {
  --mdc-snackbar-container-color: #4caf50;
  --mat-mdc-snack-bar-button-color: #ffffff;
  --mdc-snackbar-supporting-text-color: #ffffff;
}
.mat-mdc-snack-bar-container.error-snackbar {
  --mdc-snackbar-container-color: #ff3a46;
  --mat-mdc-snack-bar-button-color: #ffffff;
  --mdc-snackbar-supporting-text-color: #ffffff;
}
.mat-mdc-snack-bar-container.warning-snackbar {
  --mdc-snackbar-container-color: #ffab26;
  --mat-mdc-snack-bar-button-color: #ffffff;
  --mdc-snackbar-supporting-text-color: #ffffff;
}

.mat-mdc-snack-bar-container.show, .mat-mdc-snack-bar-container.show-error {
  opacity: 1 !important;
  animation-name: move;
  animation-duration: 1s;
  animation-timing-function: ease-in;
}

@keyframes move {
  from {
    transform: translateX(350px);
  }
  to {
    transform: translateX(0);
  }
}
.mat-mdc-tooltip-panel-right {
  --mdc-plain-tooltip-container-color:#1e1e1e !important;
  --mdc-plain-tooltip-container-shape: 6px;
}
.mat-mdc-tooltip-panel-right .mdc-tooltip__surface {
  padding: 8px 8px;
}

.custom-tooltip-notes-user.mat-mdc-tooltip {
  white-space: pre-line;
}

.custom-tooltip-consignee.mat-mdc-tooltip {
  white-space: pre-line;
}

.custom-tooltip-consignee .mdc-tooltip__surface {
  max-width: 400px;
  text-align: start;
}

.custom-tooltip-shipment-status.mat-mdc-tooltip {
  white-space: pre-line;
  margin-bottom: 3px;
}

.custom-tooltip-shipment-status .mdc-tooltip__surface {
  max-width: 400px;
  text-align: left;
  line-height: 25px !important;
}

.mat-mdc-radio-button.mat-accent {
  --mdc-radio-unselected-hover-icon-color: #004480 !important;
  --mdc-radio-unselected-icon-color: #004480 !important;
  --mdc-radio-unselected-pressed-icon-color: #004480 !important;
  --mdc-radio-selected-focus-icon-color: #004480 !important;
  --mdc-radio-selected-hover-icon-color: #004480 !important;
  --mdc-radio-selected-icon-color: #004480 !important;
  --mdc-radio-selected-pressed-icon-color: #004480 !important;
  --mat-radio-ripple-color: transparent !important;
  --mat-radio-checked-ripple-color: transparent !important;
}
.mat-mdc-radio-button.mat-accent .mdc-form-field.mat-internal-form-field .mdc-label {
  font-size: 13px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #48465b;
  padding-left: 0;
}

.note-type-select-container .mat-mdc-radio-button .mdc-radio {
  padding: 4px 4px !important;
}

.download-file .mdc-radio {
  width: 12px;
  height: 12px;
}
.download-file .mdc-radio .mdc-radio__background {
  width: 16px;
  height: 16px;
}
.download-file .mdc-radio .mdc-radio__inner-circle {
  border-width: 8px;
}
.download-file .ibc-body-text-medium {
  position: relative;
  top: 1px;
}

mat-radio-group .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:focus:enabled:not(:checked) ~ .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #004480;
}

.mat-mdc-radio-group.radio-column-layout {
  display: grid;
  grid-template-columns: 1fr;
}

.mat-calendar-body-selected {
  background-color: #004480 !important;
}

.mat-calendar-body-today:not(.mat-calendar-body-selected):not(.mat-calendar-body-comparison-identical) {
  border-color: #7ab1e3 !important;
}

.mat-calendar-body-cell {
  --mat-datepicker-calendar-date-hover-state-background-color: #e6edf3;
}

.field-level-permissions-stepper .mat-horizontal-stepper-header-container {
  width: 50vw;
}
.field-level-permissions-stepper .mat-step-icon-selected, .field-level-permissions-stepper .mat-step-icon-state-edit {
  background: #004480;
}
.field-level-permissions-stepper .mat-step-icon {
  background-color: #ffffff;
  border: 2px solid #004480;
}
.field-level-permissions-stepper .mat-step-icon.mat-step-icon-selected {
  background: #004480;
}
.field-level-permissions-stepper .mat-step-icon.mat-step-icon-selected > div .mat-step-icon-content {
  display: none;
}

.custom-chip.mat-mdc-standard-chip {
  --mdc-chip-elevated-container-color: #ffffff;
  border: 1px solid #d2d2d2;
  --mdc-chip-container-shape-radius: 4px;
}
.custom-chip.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary {
  --mdc-chip-elevated-container-color: #004480;
  border: 1px solid #004480;
}

.bg-color {
  background-color: #1c7bcf;
}

html {
  --mat-ripple-color: rgba(0, 0, 0, 0.1);
}

html {
  --mat-option-selected-state-label-text-color: #1c7bcf;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-accent {
  --mat-option-selected-state-label-text-color: #7ab1e3;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

.mat-warn {
  --mat-option-selected-state-label-text-color: #f44336;
  --mat-option-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-option-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-option-selected-state-layer-color: rgba(0, 0, 0, 0.04);
}

html {
  --mat-optgroup-label-text-color: rgba(0, 0, 0, 0.87);
}

.mat-primary {
  --mat-full-pseudo-checkbox-selected-icon-color: #1c7bcf;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #1c7bcf;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #7ab1e3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #7ab1e3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #7ab1e3;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #7ab1e3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #f44336;
  --mat-full-pseudo-checkbox-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mat-full-pseudo-checkbox-disabled-selected-checkmark-color: #fafafa;
  --mat-full-pseudo-checkbox-disabled-unselected-icon-color: #b0b0b0;
  --mat-full-pseudo-checkbox-disabled-selected-icon-color: #b0b0b0;
  --mat-minimal-pseudo-checkbox-selected-checkmark-color: #f44336;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-app-background-color: #fafafa;
  --mat-app-text-color: rgba(0, 0, 0, 0.87);
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: 0px 3px 3px -2px rgba(0, 0, 0, 0.2), 0px 3px 4px 0px rgba(0, 0, 0, 0.14), 0px 1px 8px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 5px 8px 0px rgba(0, 0, 0, 0.14), 0px 1px 14px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: 0px 4px 5px -2px rgba(0, 0, 0, 0.2), 0px 7px 10px 1px rgba(0, 0, 0, 0.14), 0px 2px 16px 1px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: 0px 5px 6px -3px rgba(0, 0, 0, 0.2), 0px 9px 12px 1px rgba(0, 0, 0, 0.14), 0px 3px 16px 2px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: 0px 6px 6px -3px rgba(0, 0, 0, 0.2), 0px 10px 14px 1px rgba(0, 0, 0, 0.14), 0px 4px 18px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: 0px 6px 7px -4px rgba(0, 0, 0, 0.2), 0px 11px 15px 1px rgba(0, 0, 0, 0.14), 0px 4px 20px 3px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 13px 19px 2px rgba(0, 0, 0, 0.14), 0px 5px 24px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: 0px 7px 9px -4px rgba(0, 0, 0, 0.2), 0px 14px 21px 2px rgba(0, 0, 0, 0.14), 0px 5px 26px 4px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: 0px 8px 9px -5px rgba(0, 0, 0, 0.2), 0px 15px 22px 2px rgba(0, 0, 0, 0.14), 0px 6px 28px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: 0px 8px 11px -5px rgba(0, 0, 0, 0.2), 0px 17px 26px 2px rgba(0, 0, 0, 0.14), 0px 6px 32px 5px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: 0px 9px 11px -5px rgba(0, 0, 0, 0.2), 0px 18px 28px 2px rgba(0, 0, 0, 0.14), 0px 7px 34px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: 0px 9px 12px -6px rgba(0, 0, 0, 0.2), 0px 19px 29px 2px rgba(0, 0, 0, 0.14), 0px 7px 36px 6px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 20px 31px 3px rgba(0, 0, 0, 0.14), 0px 8px 38px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: 0px 10px 13px -6px rgba(0, 0, 0, 0.2), 0px 21px 33px 3px rgba(0, 0, 0, 0.14), 0px 8px 40px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: 0px 10px 14px -6px rgba(0, 0, 0, 0.2), 0px 22px 35px 3px rgba(0, 0, 0, 0.14), 0px 8px 42px 7px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: 0px 11px 14px -7px rgba(0, 0, 0, 0.2), 0px 23px 36px 3px rgba(0, 0, 0, 0.14), 0px 9px 44px 8px rgba(0, 0, 0, 0.12);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
}

.mat-theme-loaded-marker {
  display: none;
}

html {
  --mdc-elevated-card-container-shape: 4px;
  --mdc-outlined-card-container-shape: 4px;
  --mdc-outlined-card-outline-width: 1px;
}

html {
  --mdc-elevated-card-container-color: white;
  --mdc-elevated-card-container-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-color: white;
  --mdc-outlined-card-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-card-container-elevation: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mat-card-subtitle-text-color: rgba(0, 0, 0, 0.54);
}

html {
  --mdc-linear-progress-active-indicator-height: 4px;
  --mdc-linear-progress-track-height: 4px;
  --mdc-linear-progress-track-shape: 0;
}

.mat-mdc-progress-bar {
  --mdc-linear-progress-active-indicator-color: #1c7bcf;
  --mdc-linear-progress-track-color: rgba(28, 123, 207, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #7ab1e3;
  --mdc-linear-progress-track-color: rgba(122, 177, 227, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #f44336;
  --mdc-linear-progress-track-color: rgba(244, 67, 54, 0.25);
}

html {
  --mdc-plain-tooltip-container-shape: 4px;
  --mdc-plain-tooltip-supporting-text-line-height: 16px;
}

html {
  --mdc-plain-tooltip-container-color: #616161;
  --mdc-plain-tooltip-supporting-text-color: #fff;
}

html {
  --mdc-filled-text-field-active-indicator-height: 1px;
  --mdc-filled-text-field-focus-active-indicator-height: 2px;
  --mdc-filled-text-field-container-shape: 4px;
  --mdc-outlined-text-field-outline-width: 1px;
  --mdc-outlined-text-field-focus-outline-width: 2px;
  --mdc-outlined-text-field-container-shape: 4px;
}

html {
  --mdc-filled-text-field-caret-color: #1c7bcf;
  --mdc-filled-text-field-focus-active-indicator-color: #1c7bcf;
  --mdc-filled-text-field-focus-label-text-color: rgba(28, 123, 207, 0.87);
  --mdc-filled-text-field-container-color: whitesmoke;
  --mdc-filled-text-field-disabled-container-color: #fafafa;
  --mdc-filled-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-filled-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-filled-text-field-error-focus-label-text-color: #f44336;
  --mdc-filled-text-field-error-label-text-color: #f44336;
  --mdc-filled-text-field-error-caret-color: #f44336;
  --mdc-filled-text-field-active-indicator-color: rgba(0, 0, 0, 0.42);
  --mdc-filled-text-field-disabled-active-indicator-color: rgba(0, 0, 0, 0.06);
  --mdc-filled-text-field-hover-active-indicator-color: rgba(0, 0, 0, 0.87);
  --mdc-filled-text-field-error-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-error-hover-active-indicator-color: #f44336;
  --mdc-outlined-text-field-caret-color: #1c7bcf;
  --mdc-outlined-text-field-focus-outline-color: #1c7bcf;
  --mdc-outlined-text-field-focus-label-text-color: rgba(28, 123, 207, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-disabled-input-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-input-text-placeholder-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-error-caret-color: #f44336;
  --mdc-outlined-text-field-error-focus-label-text-color: #f44336;
  --mdc-outlined-text-field-error-label-text-color: #f44336;
  --mdc-outlined-text-field-outline-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-text-field-disabled-outline-color: rgba(0, 0, 0, 0.06);
  --mdc-outlined-text-field-hover-outline-color: rgba(0, 0, 0, 0.87);
  --mdc-outlined-text-field-error-focus-outline-color: #f44336;
  --mdc-outlined-text-field-error-hover-outline-color: #f44336;
  --mdc-outlined-text-field-error-outline-color: #f44336;
  --mat-form-field-focus-select-arrow-color: rgba(28, 123, 207, 0.87);
  --mat-form-field-disabled-input-text-placeholder-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-state-layer-color: rgba(0, 0, 0, 0.87);
  --mat-form-field-error-text-color: #f44336;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-enabled-select-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-form-field-disabled-select-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-form-field-hover-state-layer-opacity: 0.04;
  --mat-form-field-focus-state-layer-opacity: 0.12;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #7ab1e3;
  --mdc-filled-text-field-focus-active-indicator-color: #7ab1e3;
  --mdc-filled-text-field-focus-label-text-color: rgba(122, 177, 227, 0.87);
  --mdc-outlined-text-field-caret-color: #7ab1e3;
  --mdc-outlined-text-field-focus-outline-color: #7ab1e3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(122, 177, 227, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(122, 177, 227, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #f44336;
  --mdc-filled-text-field-focus-active-indicator-color: #f44336;
  --mdc-filled-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mdc-outlined-text-field-caret-color: #f44336;
  --mdc-outlined-text-field-focus-outline-color: #f44336;
  --mdc-outlined-text-field-focus-label-text-color: rgba(244, 67, 54, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-form-field-container-height: 56px;
  --mat-form-field-filled-label-display: block;
  --mat-form-field-container-vertical-padding: 16px;
  --mat-form-field-filled-with-label-container-padding-top: 24px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(28, 123, 207, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-accent {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(122, 177, 227, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}
html .mat-mdc-form-field.mat-warn {
  --mat-select-panel-background-color: white;
  --mat-select-enabled-trigger-text-color: rgba(0, 0, 0, 0.87);
  --mat-select-disabled-trigger-text-color: rgba(0, 0, 0, 0.38);
  --mat-select-placeholder-text-color: rgba(0, 0, 0, 0.6);
  --mat-select-enabled-arrow-color: rgba(0, 0, 0, 0.54);
  --mat-select-disabled-arrow-color: rgba(0, 0, 0, 0.38);
  --mat-select-focused-arrow-color: rgba(244, 67, 54, 0.87);
  --mat-select-invalid-arrow-color: rgba(244, 67, 54, 0.87);
}

html {
  --mat-autocomplete-background-color: white;
}

html {
  --mdc-dialog-container-elevation-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  --mdc-dialog-container-shadow-color: #000;
  --mdc-dialog-container-shape: 4px;
}

html {
  --mdc-dialog-container-color: white;
  --mdc-dialog-subhead-color: rgba(0, 0, 0, 0.87);
  --mdc-dialog-supporting-text-color: rgba(0, 0, 0, 0.6);
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-family: rounded;
  --mdc-chip-container-shape-radius: 16px 16px 16px 16px;
  --mdc-chip-with-avatar-avatar-shape-family: rounded;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px 14px 14px 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-with-icon-icon-color: #212121;
  --mdc-chip-with-icon-disabled-icon-color: #212121;
  --mdc-chip-with-icon-selected-icon-color: #212121;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: #212121;
  --mdc-chip-with-trailing-icon-trailing-icon-color: #212121;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #1c7bcf;
  --mdc-chip-elevated-disabled-container-color: #1c7bcf;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent {
  --mdc-chip-disabled-label-text-color: black;
  --mdc-chip-elevated-container-color: #7ab1e3;
  --mdc-chip-elevated-disabled-container-color: #7ab1e3;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: black;
  --mdc-chip-with-icon-icon-color: black;
  --mdc-chip-with-icon-disabled-icon-color: black;
  --mdc-chip-with-icon-selected-icon-color: black;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: black;
  --mdc-chip-with-trailing-icon-trailing-icon-color: black;
}
.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn, .mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn {
  --mdc-chip-disabled-label-text-color: white;
  --mdc-chip-elevated-container-color: #f44336;
  --mdc-chip-elevated-disabled-container-color: #f44336;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-with-icon-icon-color: white;
  --mdc-chip-with-icon-disabled-icon-color: white;
  --mdc-chip-with-icon-selected-icon-color: white;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-color: white;
  --mdc-chip-with-trailing-icon-trailing-icon-color: white;
}

.mat-mdc-chip.mat-mdc-standard-chip {
  --mdc-chip-container-height: 32px;
}

.mdc-switch {
  --mdc-switch-disabled-handle-opacity: 0.38;
  --mdc-switch-disabled-selected-icon-opacity: 0.38;
  --mdc-switch-disabled-track-opacity: 0.12;
  --mdc-switch-disabled-unselected-icon-opacity: 0.38;
  --mdc-switch-handle-height: 20px;
  --mdc-switch-handle-shape: 10px;
  --mdc-switch-handle-width: 20px;
  --mdc-switch-selected-icon-size: 18px;
  --mdc-switch-track-height: 14px;
  --mdc-switch-track-shape: 7px;
  --mdc-switch-track-width: 36px;
  --mdc-switch-unselected-icon-size: 18px;
  --mdc-switch-state-layer-size: 40px;
  --mdc-switch-selected-focus-state-layer-opacity: 0.12;
  --mdc-switch-selected-hover-state-layer-opacity: 0.04;
  --mdc-switch-selected-pressed-state-layer-opacity: 0.1;
  --mdc-switch-unselected-focus-state-layer-opacity: 0.12;
  --mdc-switch-unselected-hover-state-layer-opacity: 0.04;
  --mdc-switch-unselected-pressed-state-layer-opacity: 0.1;
}

.mat-mdc-slide-toggle {
  --mdc-switch-selected-focus-state-layer-color: #1973ca;
  --mdc-switch-selected-handle-color: #1973ca;
  --mdc-switch-selected-hover-state-layer-color: #1973ca;
  --mdc-switch-selected-pressed-state-layer-color: #1973ca;
  --mdc-switch-selected-focus-handle-color: #094bb2;
  --mdc-switch-selected-hover-handle-color: #094bb2;
  --mdc-switch-selected-pressed-handle-color: #094bb2;
  --mdc-switch-selected-focus-track-color: #60a3dd;
  --mdc-switch-selected-hover-track-color: #60a3dd;
  --mdc-switch-selected-pressed-track-color: #60a3dd;
  --mdc-switch-selected-track-color: #60a3dd;
  --mdc-switch-disabled-selected-handle-color: #424242;
  --mdc-switch-disabled-selected-icon-color: #fff;
  --mdc-switch-disabled-selected-track-color: #424242;
  --mdc-switch-disabled-unselected-handle-color: #424242;
  --mdc-switch-disabled-unselected-icon-color: #fff;
  --mdc-switch-disabled-unselected-track-color: #424242;
  --mdc-switch-handle-surface-color: var(--mdc-theme-surface, #fff);
  --mdc-switch-handle-elevation-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-handle-shadow-color: black;
  --mdc-switch-disabled-handle-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-switch-selected-icon-color: #fff;
  --mdc-switch-unselected-focus-handle-color: #212121;
  --mdc-switch-unselected-focus-state-layer-color: #424242;
  --mdc-switch-unselected-focus-track-color: #e0e0e0;
  --mdc-switch-unselected-handle-color: #616161;
  --mdc-switch-unselected-hover-handle-color: #212121;
  --mdc-switch-unselected-hover-state-layer-color: #424242;
  --mdc-switch-unselected-hover-track-color: #e0e0e0;
  --mdc-switch-unselected-icon-color: #fff;
  --mdc-switch-unselected-pressed-handle-color: #212121;
  --mdc-switch-unselected-pressed-state-layer-color: #424242;
  --mdc-switch-unselected-pressed-track-color: #e0e0e0;
  --mdc-switch-unselected-track-color: #e0e0e0;
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-slide-toggle .mdc-switch--disabled + label {
  color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-slide-toggle.mat-accent {
  --mdc-switch-selected-focus-state-layer-color: #72aae0;
  --mdc-switch-selected-handle-color: #72aae0;
  --mdc-switch-selected-hover-state-layer-color: #72aae0;
  --mdc-switch-selected-pressed-state-layer-color: #72aae0;
  --mdc-switch-selected-focus-handle-color: #4a88d0;
  --mdc-switch-selected-hover-handle-color: #4a88d0;
  --mdc-switch-selected-pressed-handle-color: #4a88d0;
  --mdc-switch-selected-focus-track-color: #a2c8eb;
  --mdc-switch-selected-hover-track-color: #a2c8eb;
  --mdc-switch-selected-pressed-track-color: #a2c8eb;
  --mdc-switch-selected-track-color: #a2c8eb;
}
.mat-mdc-slide-toggle.mat-warn {
  --mdc-switch-selected-focus-state-layer-color: #e53935;
  --mdc-switch-selected-handle-color: #e53935;
  --mdc-switch-selected-hover-state-layer-color: #e53935;
  --mdc-switch-selected-pressed-state-layer-color: #e53935;
  --mdc-switch-selected-focus-handle-color: #b71c1c;
  --mdc-switch-selected-hover-handle-color: #b71c1c;
  --mdc-switch-selected-pressed-handle-color: #b71c1c;
  --mdc-switch-selected-focus-track-color: #e57373;
  --mdc-switch-selected-hover-track-color: #e57373;
  --mdc-switch-selected-pressed-track-color: #e57373;
  --mdc-switch-selected-track-color: #e57373;
}

.mat-mdc-slide-toggle {
  --mdc-switch-state-layer-size: 48px;
}

html {
  --mdc-radio-disabled-selected-icon-opacity: 0.38;
  --mdc-radio-disabled-unselected-icon-opacity: 0.38;
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-radio-button {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-primary {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1c7bcf;
  --mdc-radio-selected-hover-icon-color: #1c7bcf;
  --mdc-radio-selected-icon-color: #1c7bcf;
  --mdc-radio-selected-pressed-icon-color: #1c7bcf;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #1c7bcf;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #7ab1e3;
  --mdc-radio-selected-hover-icon-color: #7ab1e3;
  --mdc-radio-selected-icon-color: #7ab1e3;
  --mdc-radio-selected-pressed-icon-color: #7ab1e3;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #7ab1e3;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
  --mat-radio-ripple-color: #000;
  --mat-radio-checked-ripple-color: #f44336;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-radio-state-layer-size: 40px;
}

html {
  --mat-slider-value-indicator-width: auto;
  --mat-slider-value-indicator-height: 32px;
  --mat-slider-value-indicator-caret-display: block;
  --mat-slider-value-indicator-border-radius: 4px;
  --mat-slider-value-indicator-padding: 0 12px;
  --mat-slider-value-indicator-text-transform: none;
  --mat-slider-value-indicator-container-transform: translateX(-50%);
  --mdc-slider-active-track-height: 6px;
  --mdc-slider-active-track-shape: 9999px;
  --mdc-slider-handle-height: 20px;
  --mdc-slider-handle-shape: 50%;
  --mdc-slider-handle-width: 20px;
  --mdc-slider-inactive-track-height: 4px;
  --mdc-slider-inactive-track-shape: 9999px;
  --mdc-slider-with-overlap-handle-outline-width: 1px;
  --mdc-slider-with-tick-marks-active-container-opacity: 0.6;
  --mdc-slider-with-tick-marks-container-shape: 50%;
  --mdc-slider-with-tick-marks-container-size: 2px;
  --mdc-slider-with-tick-marks-inactive-container-opacity: 0.6;
}

html {
  --mdc-slider-handle-color: #1c7bcf;
  --mdc-slider-focus-handle-color: #1c7bcf;
  --mdc-slider-hover-handle-color: #1c7bcf;
  --mdc-slider-active-track-color: #1c7bcf;
  --mdc-slider-inactive-track-color: #1c7bcf;
  --mdc-slider-with-tick-marks-inactive-container-color: #1c7bcf;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mdc-slider-disabled-active-track-color: #000;
  --mdc-slider-disabled-handle-color: #000;
  --mdc-slider-disabled-inactive-track-color: #000;
  --mdc-slider-label-container-color: #000;
  --mdc-slider-label-label-text-color: #fff;
  --mdc-slider-with-overlap-handle-outline-color: #fff;
  --mdc-slider-with-tick-marks-disabled-container-color: #000;
  --mdc-slider-handle-elevation: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  --mat-slider-ripple-color: #1c7bcf;
  --mat-slider-hover-state-layer-color: rgba(28, 123, 207, 0.05);
  --mat-slider-focus-state-layer-color: rgba(28, 123, 207, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mat-slider-ripple-color: #7ab1e3;
  --mat-slider-hover-state-layer-color: rgba(122, 177, 227, 0.05);
  --mat-slider-focus-state-layer-color: rgba(122, 177, 227, 0.2);
  --mdc-slider-handle-color: #7ab1e3;
  --mdc-slider-focus-handle-color: #7ab1e3;
  --mdc-slider-hover-handle-color: #7ab1e3;
  --mdc-slider-active-track-color: #7ab1e3;
  --mdc-slider-inactive-track-color: #7ab1e3;
  --mdc-slider-with-tick-marks-inactive-container-color: #7ab1e3;
  --mdc-slider-with-tick-marks-active-container-color: black;
}
html .mat-warn {
  --mat-slider-ripple-color: #f44336;
  --mat-slider-hover-state-layer-color: rgba(244, 67, 54, 0.05);
  --mat-slider-focus-state-layer-color: rgba(244, 67, 54, 0.2);
  --mdc-slider-handle-color: #f44336;
  --mdc-slider-focus-handle-color: #f44336;
  --mdc-slider-hover-handle-color: #f44336;
  --mdc-slider-active-track-color: #f44336;
  --mdc-slider-inactive-track-color: #f44336;
  --mdc-slider-with-tick-marks-inactive-container-color: #f44336;
  --mdc-slider-with-tick-marks-active-container-color: white;
}

html {
  --mat-menu-container-shape: 4px;
}

html {
  --mat-menu-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-icon-color: rgba(0, 0, 0, 0.87);
  --mat-menu-item-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-item-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-menu-container-color: white;
}

html {
  --mdc-list-list-item-container-shape: 0;
  --mdc-list-list-item-leading-avatar-shape: 50%;
  --mdc-list-list-item-container-color: transparent;
  --mdc-list-list-item-selected-container-color: transparent;
  --mdc-list-list-item-leading-avatar-color: transparent;
  --mdc-list-list-item-leading-icon-size: 24px;
  --mdc-list-list-item-leading-avatar-size: 40px;
  --mdc-list-list-item-trailing-icon-size: 24px;
  --mdc-list-list-item-disabled-state-layer-color: transparent;
  --mdc-list-list-item-disabled-state-layer-opacity: 0;
  --mdc-list-list-item-disabled-label-text-opacity: 0.38;
  --mdc-list-list-item-disabled-leading-icon-opacity: 0.38;
  --mdc-list-list-item-disabled-trailing-icon-opacity: 0.38;
}

html {
  --mdc-list-list-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-supporting-text-color: rgba(0, 0, 0, 0.54);
  --mdc-list-list-item-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-supporting-text-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-selected-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-disabled-label-text-color: black;
  --mdc-list-list-item-disabled-leading-icon-color: black;
  --mdc-list-list-item-disabled-trailing-icon-color: black;
  --mdc-list-list-item-hover-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-leading-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-hover-trailing-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-list-list-item-focus-label-text-color: rgba(0, 0, 0, 0.87);
  --mdc-list-list-item-hover-state-layer-color: black;
  --mdc-list-list-item-hover-state-layer-opacity: 0.04;
  --mdc-list-list-item-focus-state-layer-color: black;
  --mdc-list-list-item-focus-state-layer-opacity: 0.12;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #1c7bcf;
  --mdc-radio-selected-hover-icon-color: #1c7bcf;
  --mdc-radio-selected-icon-color: #1c7bcf;
  --mdc-radio-selected-pressed-icon-color: #1c7bcf;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #7ab1e3;
  --mdc-radio-selected-hover-icon-color: #7ab1e3;
  --mdc-radio-selected-icon-color: #7ab1e3;
  --mdc-radio-selected-pressed-icon-color: #7ab1e3;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: #000;
  --mdc-radio-disabled-unselected-icon-color: #000;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-radio-selected-focus-icon-color: #f44336;
  --mdc-radio-selected-hover-icon-color: #f44336;
  --mdc-radio-selected-icon-color: #f44336;
  --mdc-radio-selected-pressed-icon-color: #f44336;
}

.mat-mdc-list-option {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1c7bcf;
  --mdc-checkbox-selected-hover-icon-color: #1c7bcf;
  --mdc-checkbox-selected-icon-color: #1c7bcf;
  --mdc-checkbox-selected-pressed-icon-color: #1c7bcf;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1c7bcf;
  --mdc-checkbox-selected-hover-state-layer-color: #1c7bcf;
  --mdc-checkbox-selected-pressed-state-layer-color: #1c7bcf;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-accent {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #7ab1e3;
  --mdc-checkbox-selected-hover-icon-color: #7ab1e3;
  --mdc-checkbox-selected-icon-color: #7ab1e3;
  --mdc-checkbox-selected-pressed-icon-color: #7ab1e3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #7ab1e3;
  --mdc-checkbox-selected-hover-state-layer-color: #7ab1e3;
  --mdc-checkbox-selected-pressed-state-layer-color: #7ab1e3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-option.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text {
  color: #1c7bcf;
}
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start {
  color: #1c7bcf;
}

.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,
.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end {
  opacity: 1;
}

html {
  --mdc-list-list-item-one-line-container-height: 48px;
  --mdc-list-list-item-two-line-container-height: 64px;
  --mdc-list-list-item-three-line-container-height: 88px;
}

.mdc-list-item__start,
.mdc-list-item__end {
  --mdc-radio-state-layer-size: 40px;
}

.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line {
  height: 56px;
}
.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines, .mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines {
  height: 72px;
}

html {
  --mat-paginator-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-paginator-container-background-color: white;
  --mat-paginator-enabled-icon-color: rgba(0, 0, 0, 0.54);
  --mat-paginator-disabled-icon-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-paginator-container-size: 56px;
}

.mat-mdc-paginator {
  --mat-form-field-container-height: 40px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 8px;
  --mat-form-field-filled-with-label-container-padding-top: 8px;
  --mat-form-field-filled-with-label-container-padding-bottom: 8px;
}

html {
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mat-tab-header-divider-color: transparent;
  --mat-tab-header-divider-height: 0;
}

.mat-mdc-tab-group, .mat-mdc-tab-nav-bar {
  --mdc-tab-indicator-active-indicator-color: #1c7bcf;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #1c7bcf;
  --mat-tab-header-active-ripple-color: #1c7bcf;
  --mat-tab-header-inactive-ripple-color: #1c7bcf;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #1c7bcf;
  --mat-tab-header-active-hover-label-text-color: #1c7bcf;
  --mat-tab-header-active-focus-indicator-color: #1c7bcf;
  --mat-tab-header-active-hover-indicator-color: #1c7bcf;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #7ab1e3;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #7ab1e3;
  --mat-tab-header-active-ripple-color: #7ab1e3;
  --mat-tab-header-inactive-ripple-color: #7ab1e3;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #7ab1e3;
  --mat-tab-header-active-hover-label-text-color: #7ab1e3;
  --mat-tab-header-active-focus-indicator-color: #7ab1e3;
  --mat-tab-header-active-hover-indicator-color: #7ab1e3;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #f44336;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: #000;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #f44336;
  --mat-tab-header-active-ripple-color: #f44336;
  --mat-tab-header-inactive-ripple-color: #f44336;
  --mat-tab-header-inactive-focus-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-inactive-hover-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-focus-label-text-color: #f44336;
  --mat-tab-header-active-hover-label-text-color: #f44336;
  --mat-tab-header-active-focus-indicator-color: #f44336;
  --mat-tab-header-active-hover-indicator-color: #f44336;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #1c7bcf;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-accent, .mat-mdc-tab-nav-bar.mat-background-accent {
  --mat-tab-header-with-background-background-color: #7ab1e3;
  --mat-tab-header-with-background-foreground-color: black;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #f44336;
  --mat-tab-header-with-background-foreground-color: white;
}

.mat-mdc-tab-header {
  --mdc-secondary-navigation-tab-container-height: 48px;
}

html {
  --mdc-checkbox-disabled-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-selected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-selected-pressed-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-focus-state-layer-opacity: 0.16;
  --mdc-checkbox-unselected-hover-state-layer-opacity: 0.04;
  --mdc-checkbox-unselected-pressed-state-layer-opacity: 0.16;
}

html {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #000;
  --mdc-checkbox-selected-focus-icon-color: #7ab1e3;
  --mdc-checkbox-selected-hover-icon-color: #7ab1e3;
  --mdc-checkbox-selected-icon-color: #7ab1e3;
  --mdc-checkbox-selected-pressed-icon-color: #7ab1e3;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #7ab1e3;
  --mdc-checkbox-selected-hover-state-layer-color: #7ab1e3;
  --mdc-checkbox-selected-pressed-state-layer-color: #7ab1e3;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

.mat-mdc-checkbox {
  --mdc-form-field-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-checkbox.mat-primary {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #1c7bcf;
  --mdc-checkbox-selected-hover-icon-color: #1c7bcf;
  --mdc-checkbox-selected-icon-color: #1c7bcf;
  --mdc-checkbox-selected-pressed-icon-color: #1c7bcf;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #1c7bcf;
  --mdc-checkbox-selected-hover-state-layer-color: #1c7bcf;
  --mdc-checkbox-selected-pressed-state-layer-color: #1c7bcf;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-warn {
  --mdc-checkbox-disabled-selected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-disabled-unselected-icon-color: rgba(0, 0, 0, 0.38);
  --mdc-checkbox-selected-checkmark-color: #fff;
  --mdc-checkbox-selected-focus-icon-color: #f44336;
  --mdc-checkbox-selected-hover-icon-color: #f44336;
  --mdc-checkbox-selected-icon-color: #f44336;
  --mdc-checkbox-selected-pressed-icon-color: #f44336;
  --mdc-checkbox-unselected-focus-icon-color: #212121;
  --mdc-checkbox-unselected-hover-icon-color: #212121;
  --mdc-checkbox-unselected-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-unselected-pressed-icon-color: rgba(0, 0, 0, 0.54);
  --mdc-checkbox-selected-focus-state-layer-color: #f44336;
  --mdc-checkbox-selected-hover-state-layer-color: #f44336;
  --mdc-checkbox-selected-pressed-state-layer-color: #f44336;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}
.mat-mdc-checkbox.mat-mdc-checkbox-disabled label {
  color: rgba(0, 0, 0, 0.38);
}

html {
  --mdc-checkbox-state-layer-size: 40px;
}

html {
  --mdc-text-button-container-shape: 4px;
  --mdc-text-button-keep-touch-target: false;
  --mdc-filled-button-container-shape: 4px;
  --mdc-filled-button-keep-touch-target: false;
  --mdc-protected-button-container-shape: 4px;
  --mdc-protected-button-keep-touch-target: false;
  --mdc-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
}

html {
  --mdc-text-button-label-text-color: #000;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: #000;
  --mat-text-button-disabled-state-layer-color: #000;
  --mat-text-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-text-button-hover-state-layer-opacity: 0.04;
  --mat-text-button-focus-state-layer-opacity: 0.12;
  --mat-text-button-pressed-state-layer-opacity: 0.12;
  --mdc-filled-button-container-color: white;
  --mdc-filled-button-label-text-color: #000;
  --mdc-filled-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-filled-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-disabled-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-filled-button-hover-state-layer-opacity: 0.04;
  --mat-filled-button-focus-state-layer-opacity: 0.12;
  --mat-filled-button-pressed-state-layer-opacity: 0.12;
  --mdc-protected-button-container-color: white;
  --mdc-protected-button-label-text-color: #000;
  --mdc-protected-button-disabled-container-color: rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-protected-button-container-elevation-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-disabled-container-elevation-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-focus-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-hover-container-elevation-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-pressed-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-protected-button-container-shadow-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-disabled-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-protected-button-hover-state-layer-opacity: 0.04;
  --mat-protected-button-focus-state-layer-opacity: 0.12;
  --mat-protected-button-pressed-state-layer-opacity: 0.12;
  --mdc-outlined-button-disabled-outline-color: rgba(0, 0, 0, 0.12);
  --mdc-outlined-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mdc-outlined-button-label-text-color: #000;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #000;
  --mat-outlined-button-disabled-state-layer-color: #000;
  --mat-outlined-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-outlined-button-hover-state-layer-opacity: 0.04;
  --mat-outlined-button-focus-state-layer-opacity: 0.12;
  --mat-outlined-button-pressed-state-layer-opacity: 0.12;
}

.mat-mdc-button.mat-primary {
  --mdc-text-button-label-text-color: #1c7bcf;
  --mat-text-button-state-layer-color: #1c7bcf;
  --mat-text-button-ripple-color: rgba(28, 123, 207, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #7ab1e3;
  --mat-text-button-state-layer-color: #7ab1e3;
  --mat-text-button-ripple-color: rgba(122, 177, 227, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #f44336;
  --mat-text-button-state-layer-color: #f44336;
  --mat-text-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #1c7bcf;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #7ab1e3;
  --mdc-filled-button-label-text-color: #000;
  --mat-filled-button-state-layer-color: #000;
  --mat-filled-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #f44336;
  --mdc-filled-button-label-text-color: #fff;
  --mat-filled-button-state-layer-color: #fff;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #1c7bcf;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #7ab1e3;
  --mdc-protected-button-label-text-color: #000;
  --mat-protected-button-state-layer-color: #000;
  --mat-protected-button-ripple-color: rgba(0, 0, 0, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #f44336;
  --mdc-protected-button-label-text-color: #fff;
  --mat-protected-button-state-layer-color: #fff;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #1c7bcf;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #1c7bcf;
  --mat-outlined-button-ripple-color: rgba(28, 123, 207, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #7ab1e3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #7ab1e3;
  --mat-outlined-button-ripple-color: rgba(122, 177, 227, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #f44336;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #f44336;
  --mat-outlined-button-ripple-color: rgba(244, 67, 54, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
}

html {
  --mdc-icon-button-state-layer-size: 48px;
  --mdc-icon-button-icon-size: 24px;
}

html {
  --mdc-icon-button-icon-color: inherit;
  --mdc-icon-button-disabled-icon-color: rgba(0, 0, 0, 0.38);
  --mat-icon-button-state-layer-color: #000;
  --mat-icon-button-disabled-state-layer-color: #000;
  --mat-icon-button-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-icon-button-hover-state-layer-opacity: 0.04;
  --mat-icon-button-focus-state-layer-opacity: 0.12;
  --mat-icon-button-pressed-state-layer-opacity: 0.12;
}
html .mat-mdc-icon-button.mat-primary {
  --mdc-icon-button-icon-color: #1c7bcf;
  --mat-icon-button-state-layer-color: #1c7bcf;
  --mat-icon-button-ripple-color: rgba(28, 123, 207, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #7ab1e3;
  --mat-icon-button-state-layer-color: #7ab1e3;
  --mat-icon-button-ripple-color: rgba(122, 177, 227, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #f44336;
  --mat-icon-button-state-layer-color: #f44336;
  --mat-icon-button-ripple-color: rgba(244, 67, 54, 0.1);
}

.mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 48px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 12px;
}

html {
  --mdc-fab-container-shape: 50%;
  --mdc-fab-icon-size: 24px;
}

html {
  --mdc-fab-container-color: white;
  --mdc-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-fab-container-shadow-color: #000;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: #000;
  --mat-fab-disabled-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-hover-state-layer-opacity: 0.04;
  --mat-fab-focus-state-layer-opacity: 0.12;
  --mat-fab-pressed-state-layer-opacity: 0.12;
  --mat-fab-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
  --mdc-extended-fab-container-elevation-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-focus-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-hover-container-elevation-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-pressed-container-elevation-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  --mdc-extended-fab-container-shadow-color: #000;
}
html .mat-mdc-fab.mat-primary,
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-container-color: #1c7bcf;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent,
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-container-color: #7ab1e3;
  --mat-fab-foreground-color: #000;
  --mat-fab-state-layer-color: #000;
  --mat-fab-ripple-color: rgba(0, 0, 0, 0.1);
}
html .mat-mdc-fab.mat-warn,
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-container-color: #f44336;
  --mat-fab-foreground-color: #fff;
  --mat-fab-state-layer-color: #fff;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mdc-snackbar-container-shape: 4px;
}

html {
  --mdc-snackbar-container-color: #333333;
  --mdc-snackbar-supporting-text-color: rgba(255, 255, 255, 0.87);
  --mat-snack-bar-button-color: #7ab1e3;
}

html {
  --mat-table-row-item-outline-width: 1px;
}

html {
  --mat-table-background-color: white;
  --mat-table-header-headline-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-table-row-item-outline-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-table-header-container-height: 56px;
  --mat-table-footer-container-height: 52px;
  --mat-table-row-item-container-height: 52px;
}

html {
  --mdc-circular-progress-active-indicator-width: 4px;
  --mdc-circular-progress-size: 48px;
}

html {
  --mdc-circular-progress-active-indicator-color: #1c7bcf;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #7ab1e3;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #f44336;
}

.mat-badge {
  position: relative;
}
.mat-badge.mat-badge {
  overflow: visible;
}

.mat-badge-content {
  position: absolute;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  transition: transform 200ms ease-in-out;
  transform: scale(0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  pointer-events: none;
  background-color: var(--mat-badge-background-color);
  color: var(--mat-badge-text-color);
  font-family: Roboto, sans-serif;
  /* @alternate */
  font-family: var(--mat-badge-text-font, Roboto, sans-serif);
  font-size: 12px;
  /* @alternate */
  font-size: var(--mat-badge-text-size, 12px);
  font-weight: 600;
  /* @alternate */
  font-weight: var(--mat-badge-text-weight, 600);
}
.cdk-high-contrast-active .mat-badge-content {
  outline: solid 1px;
  border-radius: 0;
}

.mat-badge-disabled .mat-badge-content {
  background-color: var(--mat-badge-disabled-state-background-color);
  color: var(--mat-badge-disabled-state-text-color);
}

.mat-badge-hidden .mat-badge-content {
  display: none;
}

.ng-animate-disabled .mat-badge-content,
.mat-badge-content._mat-animation-noopable {
  transition: none;
}

.mat-badge-content.mat-badge-active {
  transform: none;
}

.mat-badge-small .mat-badge-content {
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 9px;
  /* @alternate */
  font-size: var(--mat-badge-small-size-text-size, 9px);
}
.mat-badge-small.mat-badge-above .mat-badge-content {
  top: -8px;
}
.mat-badge-small.mat-badge-below .mat-badge-content {
  bottom: -8px;
}
.mat-badge-small.mat-badge-before .mat-badge-content {
  left: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content {
  left: auto;
  right: -16px;
}
.mat-badge-small.mat-badge-after .mat-badge-content {
  right: -16px;
}
[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content {
  right: auto;
  left: -16px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -8px;
}
.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -8px;
}
[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -8px;
}

.mat-badge-medium .mat-badge-content {
  width: 22px;
  height: 22px;
  line-height: 22px;
}
.mat-badge-medium.mat-badge-above .mat-badge-content {
  top: -11px;
}
.mat-badge-medium.mat-badge-below .mat-badge-content {
  bottom: -11px;
}
.mat-badge-medium.mat-badge-before .mat-badge-content {
  left: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content {
  left: auto;
  right: -22px;
}
.mat-badge-medium.mat-badge-after .mat-badge-content {
  right: -22px;
}
[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content {
  right: auto;
  left: -22px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -11px;
}
.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -11px;
}
[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -11px;
}

.mat-badge-large .mat-badge-content {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 24px;
  /* @alternate */
  font-size: var(--mat-badge-large-size-text-size, 24px);
}
.mat-badge-large.mat-badge-above .mat-badge-content {
  top: -14px;
}
.mat-badge-large.mat-badge-below .mat-badge-content {
  bottom: -14px;
}
.mat-badge-large.mat-badge-before .mat-badge-content {
  left: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content {
  left: auto;
  right: -28px;
}
.mat-badge-large.mat-badge-after .mat-badge-content {
  right: -28px;
}
[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content {
  right: auto;
  left: -28px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content {
  left: auto;
  right: -14px;
}
.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: -14px;
}
[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content {
  right: auto;
  left: -14px;
}

html {
  --mat-badge-background-color: #1c7bcf;
  --mat-badge-text-color: white;
  --mat-badge-disabled-state-background-color: #b9b9b9;
  --mat-badge-disabled-state-text-color: rgba(0, 0, 0, 0.38);
}

.mat-badge-accent {
  --mat-badge-background-color: #7ab1e3;
  --mat-badge-text-color: black;
}

.mat-badge-warn {
  --mat-badge-background-color: #f44336;
  --mat-badge-text-color: white;
}

html {
  --mat-bottom-sheet-container-shape: 4px;
}

html {
  --mat-bottom-sheet-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-bottom-sheet-container-background-color: white;
}

html {
  --mat-legacy-button-toggle-height: 36px;
  --mat-legacy-button-toggle-shape: 2px;
  --mat-legacy-button-toggle-focus-state-layer-opacity: 1;
  --mat-standard-button-toggle-shape: 4px;
  --mat-standard-button-toggle-hover-state-layer-opacity: 0.04;
  --mat-standard-button-toggle-focus-state-layer-opacity: 0.12;
}

html {
  --mat-legacy-button-toggle-text-color: rgba(0, 0, 0, 0.38);
  --mat-legacy-button-toggle-state-layer-color: rgba(0, 0, 0, 0.12);
  --mat-legacy-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.54);
  --mat-legacy-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-legacy-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-legacy-button-toggle-disabled-state-background-color: #eeeeee;
  --mat-legacy-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-background-color: white;
  --mat-standard-button-toggle-state-layer-color: black;
  --mat-standard-button-toggle-selected-state-background-color: #e0e0e0;
  --mat-standard-button-toggle-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-standard-button-toggle-disabled-state-background-color: white;
  --mat-standard-button-toggle-disabled-selected-state-text-color: rgba(0, 0, 0, 0.87);
  --mat-standard-button-toggle-disabled-selected-state-background-color: #bdbdbd;
  --mat-standard-button-toggle-divider-color: #e0e0e0;
}

html {
  --mat-standard-button-toggle-height: 48px;
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #1c7bcf;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(28, 123, 207, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(28, 123, 207, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(28, 123, 207, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #1c7bcf;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(28, 123, 207, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
  --mat-datepicker-toggle-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-body-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-period-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-navigation-button-icon-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-header-divider-color: rgba(0, 0, 0, 0.12);
  --mat-datepicker-calendar-header-text-color: rgba(0, 0, 0, 0.54);
  --mat-datepicker-calendar-date-today-outline-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-today-disabled-state-outline-color: rgba(0, 0, 0, 0.18);
  --mat-datepicker-calendar-date-text-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-calendar-date-outline-color: transparent;
  --mat-datepicker-calendar-date-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-date-preview-state-outline-color: rgba(0, 0, 0, 0.24);
  --mat-datepicker-range-input-separator-color: rgba(0, 0, 0, 0.87);
  --mat-datepicker-range-input-disabled-state-separator-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-range-input-disabled-state-text-color: rgba(0, 0, 0, 0.38);
  --mat-datepicker-calendar-container-background-color: white;
  --mat-datepicker-calendar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-datepicker-content.mat-accent {
  --mat-datepicker-calendar-date-selected-state-text-color: black;
  --mat-datepicker-calendar-date-selected-state-background-color: #7ab1e3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(122, 177, 227, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: black;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(122, 177, 227, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(122, 177, 227, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(122, 177, 227, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}
.mat-datepicker-content.mat-warn {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #f44336;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(244, 67, 54, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(244, 67, 54, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(244, 67, 54, 0.2);
  --mat-datepicker-calendar-date-in-comparison-range-state-background-color: rgba(249, 171, 0, 0.2);
  --mat-datepicker-calendar-date-in-overlap-range-state-background-color: #a8dab5;
  --mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color: #46a35e;
}

.mat-datepicker-toggle-active.mat-accent {
  --mat-datepicker-toggle-active-state-icon-color: #7ab1e3;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #f44336;
}

.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 40px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 8px;
}
.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target {
  display: none;
}

html {
  --mat-divider-width: 1px;
}

html {
  --mat-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-expansion-container-shape: 4px;
}

html {
  --mat-expansion-container-background-color: white;
  --mat-expansion-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-actions-divider-color: rgba(0, 0, 0, 0.12);
  --mat-expansion-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-expansion-header-disabled-state-text-color: rgba(0, 0, 0, 0.26);
  --mat-expansion-header-text-color: rgba(0, 0, 0, 0.87);
  --mat-expansion-header-description-color: rgba(0, 0, 0, 0.54);
  --mat-expansion-header-indicator-color: rgba(0, 0, 0, 0.54);
}

html {
  --mat-expansion-header-collapsed-state-height: 48px;
  --mat-expansion-header-expanded-state-height: 64px;
}

html {
  --mat-icon-color: inherit;
}

.mat-icon.mat-primary {
  --mat-icon-color: #1c7bcf;
}
.mat-icon.mat-accent {
  --mat-icon-color: #7ab1e3;
}
.mat-icon.mat-warn {
  --mat-icon-color: #f44336;
}

html {
  --mat-sidenav-container-shape: 0;
}

html {
  --mat-sidenav-container-divider-color: rgba(0, 0, 0, 0.12);
  --mat-sidenav-container-background-color: white;
  --mat-sidenav-container-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-content-background-color: #fafafa;
  --mat-sidenav-content-text-color: rgba(0, 0, 0, 0.87);
  --mat-sidenav-scrim-color: rgba(0, 0, 0, 0.6);
}

html {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #1c7bcf;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #1c7bcf;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #1c7bcf;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
  --mat-stepper-container-color: white;
  --mat-stepper-line-color: rgba(0, 0, 0, 0.12);
  --mat-stepper-header-hover-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-focus-state-layer-color: rgba(0, 0, 0, 0.04);
  --mat-stepper-header-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-optional-label-text-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-selected-state-label-text-color: rgba(0, 0, 0, 0.87);
  --mat-stepper-header-error-state-label-text-color: #f44336;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #f44336;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: black;
  --mat-stepper-header-selected-state-icon-background-color: #7ab1e3;
  --mat-stepper-header-selected-state-icon-foreground-color: black;
  --mat-stepper-header-done-state-icon-background-color: #7ab1e3;
  --mat-stepper-header-done-state-icon-foreground-color: black;
  --mat-stepper-header-edit-state-icon-background-color: #7ab1e3;
  --mat-stepper-header-edit-state-icon-foreground-color: black;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #f44336;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #f44336;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #f44336;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

html {
  --mat-stepper-header-height: 72px;
}

html {
  --mat-sort-arrow-color: #757575;
}

html {
  --mat-toolbar-container-background-color: whitesmoke;
  --mat-toolbar-container-text-color: rgba(0, 0, 0, 0.87);
}

.mat-toolbar.mat-primary {
  --mat-toolbar-container-background-color: #1c7bcf;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #7ab1e3;
  --mat-toolbar-container-text-color: black;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #f44336;
  --mat-toolbar-container-text-color: white;
}

html {
  --mat-toolbar-standard-height: 64px;
  --mat-toolbar-mobile-height: 56px;
}

html {
  --mat-tree-container-background-color: white;
  --mat-tree-node-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mat-tree-node-min-height: 48px;
}

.pr-16 {
  padding-right: 16px;
}

.pr-40 {
  padding-right: 40px;
}

.mr-4 {
  margin-right: 4px;
}

.ml-28 {
  margin-left: 28px;
}

.addIcon,
.addComIcon,
.editIcon,
.deleteIcon,
.deleteChildIcon,
.hamburgerRecentListDeleteIcon,
.downloadIcon,
.createDuplicateShipmentIcon {
  stroke: #1c7bcf;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.viewIcon,
.bagsIcon,
.mawbIcon,
.bagNumbersIcon {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #1c7bcf;
}

.editIcon {
  stroke-width: 1.75;
}

.downloadFileIcon,
.printIcon,
.resetIcon,
.saveIcon,
.closeIcon,
.refreshIcon,
.sortIcon,
.dashboardIcon,
.hawbIcon,
.manifestIcon,
.accountPayIcon,
.accountReceiveIcon,
.alertIcon,
.settingIcon,
.notesSaveIcon,
.notesCancelIcon,
.recentSearchIcon,
.pinnedSearchIcon,
.sendCbpClearanceIcon,
.generateLabelIcon {
  fill: #1c7bcf;
}

.filterIcon {
  stroke: #1c7bcf;
  stroke-width: 1.6;
}

.svg-icon:hover .addIcon,
.svg-icon:hover .addComIcon,
.svg-icon:hover .editIcon,
.svg-icon:hover .deleteIcon,
.svg-icon:hover .deleteChildIcon,
.svg-icon:hover .filterIcon,
.svg-icon:hover .downloadIcon,
.svg-icon:hover .createDuplicateShipmentIcon {
  stroke: #ffffff;
}
.svg-icon:hover .blockShipmentIcon {
  fill-rule: evenodd;
  fill: #ffffff;
}
.svg-icon:hover .viewIcon,
.svg-icon:hover .downloadFileIcon,
.svg-icon:hover .printIcon,
.svg-icon:hover .resetIcon,
.svg-icon:hover .saveIcon,
.svg-icon:hover .closeIcon,
.svg-icon:hover .refreshIcon,
.svg-icon:hover .advancedSearchTriggerHeaderIcon,
.svg-icon:hover .advancedSearchPinHeaderIcon,
.svg-icon:hover .advancedSearchHamburgerHeaderIcon,
.svg-icon:hover .advancedSearchHelpHeaderIcon,
.svg-icon:hover .blockShipmentIcon,
.svg-icon:hover .blockShipmentIcon1,
.svg-icon:hover .unblockIcon,
.svg-icon:hover .unblockIcon1,
.svg-icon:hover .bulkGatewayIcon,
.svg-icon:hover .createDuplicateShipmentIcon,
.svg-icon:hover .bulkBagIcon,
.svg-icon:hover .mailIcon,
.svg-icon:hover .sendCbpClearanceIcon,
.svg-icon:hover .generateLabelIcon, .svg-icon:hover .sendToIcon, .svg-icon:hover .copyIcon, .svg-icon:hover .uploadFileIcon, .svg-icon:hover .recieveAPInvoiceIcon, .svg-icon:hover .autoRateIcon, .svg-icon:hover .heldIcon, .svg-icon:hover .selectInvoiceIcon {
  fill: #ffffff;
}
.svg-icon:hover .dashboardIcon,
.svg-icon:hover .hawbIcon,
.svg-icon:hover .bagsIcon,
.svg-icon:hover .manifestIcon,
.svg-icon:hover .mawbIcon,
.svg-icon:hover .accountPayIcon,
.svg-icon:hover .accountReceiveIcon,
.svg-icon:hover .alertIcon,
.svg-icon:hover .settingIcon {
  fill: #004480;
}

.activeIcon .dashboardIcon,
.activeIcon .hawbIcon,
.activeIcon .bagsIcon,
.activeIcon .manifestIcon,
.activeIcon .mawbIcon,
.activeIcon .accountPayIcon,
.activeIcon .accountReceiveIcon,
.activeIcon .alertIcon,
.activeIcon .settingIcon {
  fill: #ffffff;
}

.side-nav-button:hover .dashboardIcon,
.side-nav-button:hover .hawbIcon,
.side-nav-button:hover .bagsIcon,
.side-nav-button:hover .manifestIcon,
.side-nav-button:hover .mawbIcon,
.side-nav-button:hover .accountPayIcon,
.side-nav-button:hover .accountReceiveIcon,
.side-nav-button:hover .alertIcon,
.side-nav-button:hover .settingIcon {
  fill: #004480;
}

.svg-icon.icon-bg .addIcon,
.svg-icon.icon-bg .addComIcon,
.svg-icon.icon-bg .editIcon,
.svg-icon.icon-bg .deleteIcon,
.svg-icon.icon-bg .deleteChildIcon,
.svg-icon.icon-bg .filterIcon,
.svg-icon.icon-bg .downloadIcon,
.svg-icon.icon-bg .createDuplicateShipmentIcon {
  stroke: #ffffff;
}
.svg-icon.icon-bg .viewIcon,
.svg-icon.icon-bg .downloadFileIcon,
.svg-icon.icon-bg .printIcon,
.svg-icon.icon-bg .resetIcon,
.svg-icon.icon-bg .saveIcon,
.svg-icon.icon-bg .closeIcon,
.svg-icon.icon-bg .refreshIcon,
.svg-icon.icon-bg .dashboardIcon,
.svg-icon.icon-bg .hawbIcon,
.svg-icon.icon-bg .bagsIcon,
.svg-icon.icon-bg .manifestIcon,
.svg-icon.icon-bg .mawbIcon,
.svg-icon.icon-bg .accountPayIcon,
.svg-icon.icon-bg .accountReceiveIcon,
.svg-icon.icon-bg .alertIcon,
.svg-icon.icon-bg .settingIcon,
.svg-icon.icon-bg .createDuplicateShipmentIcon,
.svg-icon.icon-bg .sendCbpClearanceIcon,
.svg-icon.icon-bg .generateLabelIcon {
  fill: #ffffff;
}

.weightIcon,
.piecesPath2,
.hawbNumbersPath2,
.hawbNumbersPath5,
.hawbNumbersPath8,
.bagNumbersIcon,
.locationPinIcon {
  fill: #2ebfb8;
}

.piecesIcon {
  fill: none;
}
.piecesIcon .piecesPath1 {
  stroke: #2ebfb8;
  stroke-width: 2.28571;
}
.piecesIcon .piecesPath3 {
  stroke: #2ebfb8;
  stroke-width: 1.14286;
}

.hawbNumbersIcon {
  fill: none;
}
.hawbNumbersIcon .hawbNumbersPath1,
.hawbNumbersIcon .hawbNumbersPath4,
.hawbNumbersIcon .hawbNumbersPath7 {
  stroke: #2ebfb8;
  stroke-width: 1.30618;
}
.hawbNumbersIcon .hawbNumbersPath3,
.hawbNumbersIcon .hawbNumbersPath6,
.hawbNumbersIcon .hawbNumbersPath9 {
  fill: #b9e2de;
  fill-opacity: 0.2;
  stroke: #2ebfb8;
  stroke-width: 0.653088;
}

.sidebarArrowIcon,
.sidebarArrowRight,
.closeSnackbarIcon,
.successSnackbarSnackbarIcon .successSnackbarPath1,
.warningSnackbarSnackbarIcon .warningSnackbarPath1,
.errorSnackbarSnackbarIcon .errorSnackbarPath1 {
  fill: #ffffff;
}

.successSnackbarSnackbarIcon .successSnackbarPath2 {
  fill: #4caf50;
}

.warningSnackbarSnackbarIcon .warningSnackbarPath2 {
  fill: #ffab26;
}

.errorSnackbarSnackbarIcon .errorSnackbarPath2 {
  stroke: #ff3a46;
  stroke-width: 1.2;
}

.attachment .deleteIcon,
.attachment .deleteChildIcon, .attachment .downloadIcon {
  fill: #ffffff;
}

.blockShipmentIcon {
  fill-rule: evenodd;
  fill: #1c7bcf;
}

.unblockIcon {
  fill-rule: evenodd;
  fill: #1c7bcf;
}
.unblockIcon .unblockIcon1 {
  fill-rule: evenodd;
  fill: #004480;
}
.unblockIcon .unblockIcon2 {
  fill: #ffffff;
  stroke: #004480;
  stroke-width: 2.4;
}

.unblockIcon:hover .unblockIcon2 {
  fill: #5d8bb3;
  stroke: #ffffff;
}

.shipment-block .blockIcon .blockPath1 {
  fill-rule: evenodd;
  fill: #1c7bcf;
}
.shipment-block .blockIcon .blockPath2 {
  fill: #1c7bcf;
}

.shipment-block.blocked .blockIcon .blockPath1 {
  fill-rule: evenodd;
  fill: #ff3a46;
}
.shipment-block.blocked .blockIcon .blockPath2 {
  fill: #ff3a46;
}

.manifestIcon, .accountPayIcon, .accountReceiveIcon, .alertIcon, .settingIcon {
  padding-left: 4px;
}

.dateIcon {
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #b6b6b6;
}

.infoCircleIcon, .tooltipCloseIcon {
  fill: #ff3a46;
}

.blueIcon .infoCircleIcon {
  fill: #1c7bcf;
}

.blueColor .tooltipCloseIcon {
  fill: #1c7bcf;
}

.notesPublishPath1, .notesPublishPath2 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3333;
  stroke: red;
}

.notesEditIcon, .notesDeleteIcon {
  fill: none;
}

.notesEditPath1, .notesDeletePath1 {
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.35912;
  stroke: #1c7bcf;
}

.notesDeletePath1 {
  stroke-width: 1.4;
}

.notesShortcutPath1 {
  fill: #d2d2d2;
}

.hawb-summary .infoCircleIcon, .hawb-info-block .infoCircleIcon, .helpTooltipCloseIcon .tooltipCloseIcon {
  fill: #1c7bcf;
}

.closePopupIcon {
  fill: #373737;
}

.warningPopupIcon .warningPath1 {
  fill: #fdad2e;
}
.warningPopupIcon .warningPath2 {
  fill: #ffffff;
}

.icon-section .addIcon,
.icon-section .addComIcon,
.icon-section .editIcon,
.icon-section .deleteIcon,
.icon-section .deleteChildIcon,
.icon-section .filterIcon,
.icon-section .advancedSearchIcon,
.icon-section .createDuplicateShipmentIcon {
  stroke: #004480;
}
.icon-section .resetIcon,
.icon-section .saveIcon,
.icon-section .closeIcon,
.icon-section .refreshIcon,
.icon-section .viewIcon,
.icon-section .downloadFileIcon,
.icon-section .printIcon,
.icon-section .advancedSearchTriggerHeaderIcon,
.icon-section .advancedSearchPinHeaderIcon,
.icon-section .advancedSearchHamburgerHeaderIcon,
.icon-section .advancedSearchHelpHeaderIcon,
.icon-section .blockShipmentIcon,
.icon-section .unblockIcon,
.icon-section .bulkGatewayIcon,
.icon-section .bulkBagIcon,
.icon-section .createDuplicateShipmentIcon, .icon-section .mailIcon, .icon-section .sendCbpClearanceIcon, .icon-section .generateLabelIcon, .icon-section .sendToIcon, .icon-section .uploadFileIcon, .icon-section .selectInvoiceIcon, .icon-section .copyIcon, .icon-section .recieveAPInvoiceIcon, .icon-section .autoRateIcon, .icon-section .heldIcon {
  fill: #004480;
}
.icon-section .advancedSearchHamburgerHeaderIcon svg {
  position: relative;
  top: 2px;
}
.icon-section .generateLabelIcon {
  position: relative;
  left: -1px;
}
.icon-section .disabled .mailIcon, .icon-section .disabled .sendToIcon, .icon-section .disabled .uploadFileIcon {
  fill: #ffffff;
}
.icon-section .autoRateIcon svg {
  position: relative;
  top: -2px;
  top: -1px;
}

.noNotesPath1, .noNotesPath2, .fieldClearIcon {
  fill: #d2d2d2;
}

.noNotesPath3 {
  fill: #ffffff;
}

.pinIcon,
.advancedSearchIcon,
.hamburgerIcon,
.saveSearchIcon {
  fill: #004480;
}

.saved-search-table-actions .searchActionSaveIcon,
.saved-search-table-actions .searchActionPinIcon, .recent-search-table-actions .searchActionSaveIcon,
.recent-search-table-actions .searchActionPinIcon {
  fill: #1c7bcf;
}

.saved-search-table-actions .searchActionDeleteIcon,
.saved-search-table-actions .searchActionEditIcon {
  stroke: #1c7bcf;
  stroke-width: 1.4;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.saved-search-table-actions.disabled .searchActionPinIcon {
  fill: #b6b6b6;
}
.saved-search-table-actions.disabled .searchActionDeleteIcon,
.saved-search-table-actions.disabled .searchActionEditIcon {
  stroke: #b6b6b6;
}

.advancedSearchTriggerHeaderIcon.disabled .advancedSearchTriggerHeaderIcon {
  fill: #ffffff;
  pointer-events: none;
}

.advancedSearchPinHeaderIcon .disabled .advancedSearchPinHeaderIcon {
  fill: #ffffff;
  pointer-events: none;
}

.see-more-icon .notesShortcutPath1 {
  fill: #004480;
}

.basicSearchInputIcons .infoCircleIcon {
  fill: #1c7bcf;
}
.basicSearchInputIcons .searchIcon {
  fill: #1c7bcf;
}

.basicSearchInputIcons.disabled .searchIcon {
  fill: #b6b6b6;
}

.search-option-icons.disabled .pinIcon {
  fill: #b6b6b6;
}

.search-modal-action-icons .deleteIcon {
  fill: none;
  stroke: #004480;
}

.mawb-widget-icons .manifestNumbersIcon {
  fill: #2ebfb8;
  position: relative;
  top: 3px;
  left: 3px;
}
.mawb-widget-icons .flightNumbersIcon {
  fill: none;
  stroke: #2ebfb8;
  position: relative;
  top: 3px;
  left: -1px;
}

.sm-icons .smAgentsIcon, .sm-icons .smServiceTypesIcon, .sm-icons .smServiceTypeGroupsIcon, .sm-icons .smAirlinesIcon, .sm-icons .smAirportsIcon, .sm-icons .smFacilitiesIcon, .sm-icons .smAccountsIcon, .sm-icons .smStatusCodesIcon, .sm-icons .smRolesAndPermissionsIcon, .sm-icons .smUsersIcon, .sm-icons .smNumberRangesIcon, .sm-icons .smAgentTypesIcon, .sm-icons .smHsCodesIcon, .sm-icons .smFullmanFileIcon, .sm-icons .smClearanceTypeIcon, .sm-icons .smIbcChargeCodeIcon, .sm-icons .smRateScalesIcon {
  fill: #a0a0a0;
}
.sm-icons .arrowRightIcon {
  fill: none;
  stroke: #004480;
  stroke-width: 1.5;
}
.sm-icons .smNumberRangesIcon {
  position: relative;
  top: 4px;
  left: 10px;
}

.search-option-icons .pinIcon {
  margin-left: 10px;
}
.search-option-icons .advancedSearchIcon {
  margin-left: 3px;
}
.search-option-icons .hamburgerIcon {
  margin-left: 3px;
  margin-top: 2px;
}

.recent-list-action-icons .hamburgerRecentListDeleteIcon {
  fill: none;
  margin-bottom: 4px;
}
.recent-list-action-icons .hamburgerRecentListSaveIcon, .recent-list-action-icons .hamburgerRecentListPinIcon {
  fill: #1c7bcf;
}
.recent-list-action-icons .isDisableActionIcon .hamburgerRecentListPinIcon {
  fill: #b6b6b6;
}

.dropdown-close-icon .closeIcon {
  fill: #626262;
  position: relative;
  top: 5px;
}

.widget-icon .blockIcon {
  fill-rule: evenodd;
  fill: #2ebfb8;
}
.widget-icon .flightNumbersIcon {
  padding: 6px 6px 2px 4px;
}
.widget-icon .manifestNumbersIcon {
  padding: 6px 3px 0px 9px;
}
.widget-icon .flightNumbersIcon, .widget-icon .manifestNumbersIcon {
  fill-rule: evenodd;
  fill: #2ebfb8;
}

.help-icon-primary .infoCircleIcon {
  fill: #1c7bcf;
}

.createDuplicateShipmentIcon {
  stroke-width: 0 !important;
}

.logout .logoutIcon {
  fill: #004480;
}

.lookupSearch-icon .lookupSearchIcon {
  fill: #004480;
}

.svg-icon.mailIcon svg {
  position: relative;
  top: 3px;
  left: 1px;
}

.visibility .visibilityTrueIcon, .visibility .visibilityFalseIcon {
  position: relative;
  left: -8px;
  fill: #a0a0a0;
}
.visibility.active .visibilityTrueIcon, .visibility.active .visibilityFalseIcon {
  fill: #004480;
}

.customEdit.active-card .editIcon {
  fill: none;
  stroke: #004480;
}
.customEdit.inactive-card .editIcon {
  fill: none;
  stroke: #a0a0a0;
}

.banner-info-icon .infoCircleIcon {
  position: relative;
  top: 3px;
}
.banner-info-icon .infoWarningIcon {
  fill: #ffab26;
}

.date-picker-icon .datePickerIcon {
  position: relative;
  left: -1px;
  top: 2.5px;
}

.accounts-summary-icons .advancedSearchHelpHeaderIcon, .user-management-summary-icons .advancedSearchHelpHeaderIcon {
  position: relative;
  left: -2px;
  top: -1px;
}

.set-grid-icons .add_2Icon {
  fill: #004480;
}
.set-grid-icons .infoCircleIcon {
  fill: #1c7bcf;
}
.set-grid-icons .deleteIcon {
  stroke: #ff3a46;
  fill: none;
}

.rs-icon-section {
  position: relative;
  top: 2px;
  left: 0px;
}
.rs-icon-section .infoCircleIcon {
  fill: #004480;
}
.rs-icon-section .filter_altIcon {
  fill: #1c7bcf;
}

.invoice-upload .uploadInvoiceIcon {
  fill: #1c7bcf;
  position: relative;
  top: 2px;
}
.invoice-upload .fileIcon {
  fill: #1c7bcf;
  position: relative;
  top: 2px;
}
.invoice-upload .downloadInvoiceIcon {
  fill: #004480;
  position: relative;
  top: 2px;
}
.invoice-upload .deleteInvoiceIcon {
  fill: #ffffff;
  stroke: #ff3a46;
  stroke-width: 2;
}
.invoice-upload .invoiceIcon {
  fill: #1c7bcf;
  position: relative;
  top: 2px;
}

.load-files-icon .loadFilesIcon {
  fill: #1c7bcf;
}
.load-files-icon .warningIcon {
  fill: #ffab26;
}

.master-shipment-icon .crownIcon {
  fill: #4caf50;
  position: relative;
  top: 2px;
}

.dashboard-icons .shrinkIcon {
  fill: #626262;
}
.dashboard-icons .gearIcon {
  fill: #004480;
  position: relative;
  top: 2px;
}

/* You can add global styles to this file, and also import other style files */
html,
body {
  height: 100%;
  background: #f2f2f2;
  overflow: hidden;
}

body {
  margin: 0;
  font-family: Roboto, "Helvetica Neue", sans-serif;
}

.logo {
  display: flex;
  gap: 0;
  justify-content: left;
  align-items: center;
  height: 56px;
  background: #ffffff;
}

.spinner-container {
  position: fixed;
  top: 0;
  z-index: 9999999;
  height: 100vh;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.wrapper-container {
  padding: 16px 24px 16px 24px;
}

.mt-1 {
  margin-top: 1%;
}

.w-100 {
  width: 100%;
}

.wrapper-container {
  padding: 16px 20px;
}

.card-title {
  padding-left: 20px;
}

.card-action-icons {
  margin-left: auto;
}

.publish-btn-icon {
  display: flex;
  gap: 16px;
}
.publish-btn-icon .ibc-medium-button {
  height: 32px;
}
.publish-btn-icon .ibc-primary-default-button {
  border-radius: 8px;
}
.publish-btn-icon .ibc-body-text-regular {
  color: #ffffff;
}

.icon-section {
  display: flex;
  gap: 4px;
}

.cursor {
  cursor: pointer;
}

.ibc-table-pagination {
  display: flex !important;
  gap: 0;
  justify-content: flex-end;
  align-items: center;
  height: 36px;
  padding-top: 6px;
}

.w-full {
  width: 100%;
}

.text-hyperlink {
  color: #0645ad;
  text-decoration: underline;
  cursor: pointer;
}

.text-notes-hyperlink {
  color: #1c7bcf;
  font-weight: bold;
  font-size: 16px;
  text-decoration: underline;
  cursor: pointer;
}

.widget-cards-section {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
  padding-top: 20px;
}
.widget-cards-section.shipment-advanced-search {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.widget-cards-section.shipment-advanced-search .widgets {
  display: flex;
  gap: 10px;
}
@media (max-width: 1366px) and (min-width: 1133px) {
  .widget-cards-section.shipment-advanced-search {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1133px) and (min-width: 768px) {
  .widget-cards-section.shipment-advanced-search {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
.widget-cards-section .widgets {
  height: 54px;
  border-radius: 6px;
  box-shadow: 0px 2px 16px 0px rgba(220, 209, 220, 0.8);
  display: flex;
  gap: 0;
  align-items: center;
  padding: 0px 12px 0px 12px;
}
.widget-cards-section .widgets .widget-icon {
  border-radius: 4px;
  background: rgba(185, 226, 222, 0.2);
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.widget-cards-section .widgets .ibc-heading-h7-bold-subtitle {
  color: #2ebfb8;
}
.widget-cards-section .widgets .weight {
  padding: 4px 5px 2px 5px;
}
.widget-cards-section .widgets .hawbNumbers {
  padding: 4px 6px 4px 6px;
}
.widget-cards-section .widgets .pieces {
  padding: 7px 7px 4px 7px;
}
.widget-cards-section .widgets .totalValue {
  padding: 6px 6px 6px 6px;
}
.widget-cards-section .widgets .block {
  padding: 5px 10px 3px 6px;
}
.widget-cards-section .widgets .locationPin {
  padding: 5px 6px 3px 6px;
}

.note-section {
  padding-top: 20px;
}
.note-section .ibc-body-text-large-bold {
  color: #373737;
}
.note-section .ibc-body-text-medium {
  line-height: 20px !important;
  padding-left: 8px;
}

.ibc-error-message {
  font-size: 11px;
}

.ibc-error-message-h6 {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #ff3a46;
}

.comparision-error {
  padding-top: 8px;
  color: #f44336;
  font-size: 11px !important;
}

.breadcrumb a {
  color: #0645ad;
}

.notes-list-container {
  display: flex;
  gap: 16px;
  flex-direction: column !important;
  margin-top: 12px;
}
.notes-list-container .note {
  display: grid;
  grid-template-columns: 80px 3fr auto;
  border-radius: 6px;
}
.notes-list-container .note .user-info {
  display: flex;
  gap: 4px;
  justify-content: space-between;
  align-items: center;
  flex-direction: column !important;
}
.notes-list-container .note .user-info .user-badge {
  color: #ffffff !important;
  width: 100%;
  text-align: center;
  border-radius: 5px 0px 5px 0px;
}
.notes-list-container .note .user-info .avatar {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  display: flex;
  gap: 0px;
  justify-content: center;
  align-items: center;
  color: #ffffff !important;
}
.notes-list-container .note .user-info .name {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  padding: 0px 4px 0px 4px;
}
.notes-list-container .note .user-info .name span {
  width: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
}
.notes-list-container .note.customer {
  background: rgba(185, 226, 222, 0.2) !important;
  border: 1px solid rgb(185, 226, 222);
}
.notes-list-container .note.customer .user-badge {
  background-color: #2ebfb8;
}
.notes-list-container .note.customer .avatar {
  background-color: #0acedb;
}
.notes-list-container .note.ibc {
  background: rgba(253, 173, 46, 0.1) !important;
  border: 1px solid rgba(253, 173, 46, 0.2);
}
.notes-list-container .note.ibc .user-badge {
  background: rgba(253, 173, 46, 0.8) !important;
}
.notes-list-container .note.ibc .avatar {
  background-color: #fdad2e;
}
.notes-list-container .note .note-content {
  padding: 10px 10px 10px 10px;
}
.notes-list-container .note .note-content mat-form-field {
  width: 100%;
}
.notes-list-container .note .actions {
  padding-right: 10px;
  padding-top: 10px;
  display: flex;
  gap: 0px;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column !important;
}
.notes-list-container .note .actions .action-btns {
  display: flex;
  gap: 6px;
  align-items: flex-start;
}
.notes-list-container .note .actions .action-btns .notes-save-icon {
  margin-top: 2px;
}

.cdk-overlay-container {
  z-index: 10 !important;
}

.toggle-container {
  display: flex;
  gap: 8px;
  align-items: baseline;
  padding-bottom: 10px;
}
.toggle-container .toggle-active {
  color: #004480;
}
.toggle-container .toggle-inactive {
  color: #7382a3;
}

.error-icon {
  display: flex;
  gap: 0;
  align-items: center;
}

.origin-field-icons.set-height .infoCircleIcon {
  margin-bottom: 3px;
}

.origin-field-icons,
.destination-field-icons,
.countryCode-field-icons,
.state-field-icons,
.priority-number-range {
  display: flex;
}

.destination-field-icons.set-height .infoCircleIcon {
  margin-top: 5px;
}

.origin-field-icons.set-height .lookupSearchIcon,
.destination-field-icons.set-height .lookupSearchIcon,
.countryCode-field-icons.set-height .lookupSearchIcon,
.state-field-icons.set-height .lookupSearchIcon {
  margin-top: 8px;
}

.fieldClearIcon,
.infoCircleIcon,
.lookupSearchIcon {
  padding-right: 8px;
}

.error-help-icon {
  display: flex;
  gap: 0;
  align-items: flex-start;
}

.help-icon {
  color: #1c7bcf !important;
  width: 16px !important;
  height: 16px !important;
  padding-top: 4px !important;
  padding-right: 4px !important;
}

/* table with action icons */
.table-tabs-container .table-tabs-header {
  display: flex;
  background: #fbfbfb;
  align-items: center;
  border: 1px solid #dedede;
  border-radius: 6px 6px 0px 0px;
  padding: 8px 12px;
}
.table-tabs-container .table-tabs-header .table-tabs-title {
  color: #004480;
  padding-left: 12px;
}
.table-tabs-container .table-tabs-header .table-tabs-title .table-tab-name {
  display: inline-block;
  border-bottom: 2px solid #004480;
}
.table-tabs-container .table-tabs-header .tab-icons {
  margin-left: auto;
}
.table-tabs-container .table-tabs-header.advanced-search-container-header {
  padding: 12px 12px;
}

/* popup footer */
.popup-footer .ibc-primary-default-button .ibc-body-text-regular,
.popup-footer .ibc-caution-default-button .ibc-body-text-regular,
.search-actions .ibc-primary-default-button .ibc-body-text-regular,
.search-actions .ibc-caution-default-button .ibc-body-text-regular,
.crud-popup-footer .ibc-primary-default-button .ibc-body-text-regular,
.crud-popup-footer .ibc-caution-default-button .ibc-body-text-regular {
  color: #ffffff;
}
.popup-footer .ibc-secondary-default-button .ibc-body-text-regular,
.search-actions .ibc-secondary-default-button .ibc-body-text-regular,
.crud-popup-footer .ibc-secondary-default-button .ibc-body-text-regular {
  color: #004480;
}
.popup-footer .ibc-caution-secondary-button .ibc-body-text-regular,
.search-actions .ibc-caution-secondary-button .ibc-body-text-regular,
.crud-popup-footer .ibc-caution-secondary-button .ibc-body-text-regular {
  color: #ff3a46;
}
.popup-footer .ibc-secondary-default-button:hover .ibc-body-text-regular,
.popup-footer .ibc-caution-secondary-button:hover .ibc-body-text-regular,
.search-actions .ibc-secondary-default-button:hover .ibc-body-text-regular,
.search-actions .ibc-caution-secondary-button:hover .ibc-body-text-regular,
.crud-popup-footer .ibc-secondary-default-button:hover .ibc-body-text-regular,
.crud-popup-footer .ibc-caution-secondary-button:hover .ibc-body-text-regular {
  color: #48465b;
}
.popup-footer .ibc-secondary-default-button:disabled .ibc-body-text-regular,
.search-actions .ibc-secondary-default-button:disabled .ibc-body-text-regular,
.crud-popup-footer .ibc-secondary-default-button:disabled .ibc-body-text-regular {
  color: #b6b6b6 !important;
}

/* column name and sort icon */
.column-header {
  display: flex;
  gap: 16px;
  align-items: center;
}

/* Table */
.selection-table,
.crud-table {
  border: 1px solid #dedede;
  border-radius: 0px 0px 6px 6px;
}
.selection-table .mat-column-select,
.crud-table .mat-column-select {
  flex: 0 0 6vw;
}
.selection-table .mat-column-action,
.crud-table .mat-column-action {
  flex: 0 0 10vw;
}
.selection-table .mat-column-hawbExt span,
.crud-table .mat-column-hawbExt span {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.set-range-crud-table {
  border-radius: 6px 6px 6px 6px;
}
.set-range-crud-table .mat-column-action {
  flex: 0 0 1vw;
}
.set-range-crud-table .mat-column-startNumber,
.set-range-crud-table .mat-column-endNumber,
.set-range-crud-table .mat-column-lastUsedNumber,
.set-range-crud-table .mat-column-priority {
  flex: 1 1 15vw;
}

/* table field tooltip */
.table-input-field mat-cell {
  display: grid;
  position: relative;
  overflow: visible;
}
.table-input-field mat-form-field app-custom-error-tooltip {
  position: absolute;
  z-index: 10;
}

.select-all-message {
  width: 1140px;
  height: 36px;
  text-align: center;
}

.shipment-gateway-master-shipments-table .select-all-message,
.shipment-gateway-master-shipments-table .sort-icon,
.shipment-gateway-table .select-all-message,
.shipment-gateway-table .sort-icon {
  display: none;
}

.customInputFields:focus-within,
.customInputFields:hover {
  border: 1px solid #1c7bcf !important;
}

.customInputFields:focus-within legend,
.customInputFields:hover legend {
  color: #1c7bcf;
}

.customInputFields.fieldset-error {
  border: 1px solid #ff3a46 !important;
}
.customInputFields.fieldset-error legend {
  color: #ff3a46;
}

/* summary table message text */
.ibc-summary-table .initial-search-text,
.lookup-table .initial-search-text {
  text-align: center;
  background-color: #ecf6ff;
  padding: 10px 0;
}

.list-all-results-button {
  height: auto;
  max-height: 36px;
  display: flex;
  align-items: center;
}

.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-masterShipment,
.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-masterShipmentConsigneeName,
.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-masterShipmentFinalDestination,
.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-masterShipmentDateOfCreation {
  flex: 0 0 12vw;
}
.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-masterShipment span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.shipment-gateway-master-shipments-table .ibc-summary-table .mat-column-actions {
  flex: 0 0 9vw;
}

.shipment-gateway-table .ibc-summary-table .mat-column-actions {
  flex: 0 0 14vw;
}
@media (max-width: 1133px) and (min-width: 768px) {
  .shipment-gateway-table .ibc-summary-table .mat-column-actions {
    flex: 0 0 15vw;
  }
}
.shipment-gateway-table .ibc-summary-table .mat-column-shipmentGatewayShipment,
.shipment-gateway-table .ibc-summary-table .mat-column-shipmentGatewayFinalDestination {
  flex: 0 0 10vw;
}
@media (max-width: 1133px) and (min-width: 768px) {
  .shipment-gateway-table .ibc-summary-table .mat-column-shipmentGatewayShipment,
  .shipment-gateway-table .ibc-summary-table .mat-column-shipmentGatewayFinalDestination {
    flex: 0 0 10vw;
  }
}
.shipment-gateway-table .ibc-summary-table mat-row .mat-column-shipmentGatewayShipment span {
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media (max-width: 1133px) and (min-width: 768px) {
  .shipment-gateway-table .ibc-summary-table {
    overflow-y: scroll;
  }
}

.summaryPage-Preview-Window .print-page.Letter,
.infoPage-Preview-Window .print-page.Letter {
  width: 856px;
}
.summaryPage-Preview-Window .print-page.Legal,
.infoPage-Preview-Window .print-page.Legal {
  width: 871px;
}
.summaryPage-Preview-Window .print-page.A4,
.infoPage-Preview-Window .print-page.A4 {
  width: 856px;
}
.summaryPage-Preview-Window .print-page.Letter,
.summaryPage-Preview-Window .print-page.Legal,
.summaryPage-Preview-Window .print-page.A4,
.infoPage-Preview-Window .print-page.Letter,
.infoPage-Preview-Window .print-page.Legal,
.infoPage-Preview-Window .print-page.A4 {
  background: #ffffff;
  overflow-x: hidden;
  overflow-y: auto;
  height: calc(100vh - 175px);
  padding: 20px 20px;
}
.summaryPage-Preview-Window .print-page.Letter .logo,
.summaryPage-Preview-Window .print-page.Legal .logo,
.summaryPage-Preview-Window .print-page.A4 .logo,
.infoPage-Preview-Window .print-page.Letter .logo,
.infoPage-Preview-Window .print-page.Legal .logo,
.infoPage-Preview-Window .print-page.A4 .logo {
  height: 40px;
}
.summaryPage-Preview-Window .print-page.Letter .section-header,
.summaryPage-Preview-Window .print-page.Legal .section-header,
.summaryPage-Preview-Window .print-page.A4 .section-header,
.infoPage-Preview-Window .print-page.Letter .section-header,
.infoPage-Preview-Window .print-page.Legal .section-header,
.infoPage-Preview-Window .print-page.A4 .section-header {
  padding-top: 16px;
  padding-bottom: 10px;
}
.summaryPage-Preview-Window .print-page.Letter .text-hyperlink,
.summaryPage-Preview-Window .print-page.Legal .text-hyperlink,
.summaryPage-Preview-Window .print-page.A4 .text-hyperlink,
.infoPage-Preview-Window .print-page.Letter .text-hyperlink,
.infoPage-Preview-Window .print-page.Legal .text-hyperlink,
.infoPage-Preview-Window .print-page.A4 .text-hyperlink {
  color: #0645ad;
  text-decoration: underline;
}
.summaryPage-Preview-Window .print-page.Letter .ibc-body-text-large,
.summaryPage-Preview-Window .print-page.Legal .ibc-body-text-large,
.summaryPage-Preview-Window .print-page.A4 .ibc-body-text-large,
.infoPage-Preview-Window .print-page.Letter .ibc-body-text-large,
.infoPage-Preview-Window .print-page.Legal .ibc-body-text-large,
.infoPage-Preview-Window .print-page.A4 .ibc-body-text-large {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #373737;
}
.summaryPage-Preview-Window .ibc-primary-default-button .ibc-body-text-regular,
.infoPage-Preview-Window .ibc-primary-default-button .ibc-body-text-regular {
  color: #ffffff;
}
.summaryPage-Preview-Window .preview-print-btn,
.summaryPage-Preview-Window .infoPage-preview-print-btn,
.infoPage-Preview-Window .preview-print-btn,
.infoPage-Preview-Window .infoPage-preview-print-btn {
  float: right;
  margin: 8px 8px;
}

@media print {
  .summaryPage-Preview-Window,
  .infoPage-Preview-Window {
    margin: 0 !important 0 !important 0 !important 0 !important;
  }
  .summaryPage-Preview-Window .print-page.Letter,
  .summaryPage-Preview-Window .print-page.Legal,
  .summaryPage-Preview-Window .print-page.A4,
  .infoPage-Preview-Window .print-page.Letter,
  .infoPage-Preview-Window .print-page.Legal,
  .infoPage-Preview-Window .print-page.A4 {
    overflow-y: unset !important;
    height: unset !important;
    position: absolute;
  }
}
.legend-header {
  font-size: 12px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: normal !important;
  color: #7382a3;
}

.mat-mdc-menu-item-text {
  display: flex;
  align-items: center;
}

.cdk-overlay-transparent-backdrop {
  background: transparent;
}

.lookupSearch-icon.set-height {
  position: relative;
  bottom: 3px;
}

.cdk-global-scrollblock {
  overflow-y: auto;
}

.lighter-bold {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500 !important;
  line-height: 1 !important;
  color: #373737;
}

.wrapper {
  height: 100%;
  justify-content: center;
  align-items: center;
  margin: auto;
  display: flex;
  position: static;
  padding: 10px 10px;
}

.ibc-primary-default-button .ibc-body-text-regular {
  color: #ffffff;
}

/* Total Row Styling - Global */
.ap-charges-total-row,
.ar-charges-total-row {
  margin-top: 10px;
  border: 1px dotted #1c7bcf;
  border-radius: 4px;
  background: rgba(28, 123, 207, 0.1) !important;
}
.ap-charges-total-row .total-row-container,
.ar-charges-total-row .total-row-container {
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  align-items: center;
  padding: 16px 20px 16px 20px;
}
.ap-charges-total-row .total-row-container .total-label span,
.ar-charges-total-row .total-row-container .total-label span {
  font-size: 14px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400 !important;
  line-height: normal !important;
  color: #1c7bcf;
}
.ap-charges-total-row .total-row-container .total-amount span,
.ar-charges-total-row .total-row-container .total-amount span {
  font-size: 16px !important;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 600 !important;
  line-height: normal !important;
  color: #1c7bcf;
  text-align: right;
}

.disabled-icon {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

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