/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/scss/style.scss?ngGlobalStyle ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@import url(https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap);
/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}

.toast-message {
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #FFFFFF;
}

.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}

.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}

.toast-container * {
  box-sizing: border-box;
}

.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}

.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}

/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}

.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}

.toast-success {
  background-color: #51A351;
}

.toast-error {
  background-color: #BD362F;
}

.toast-info {
  background-color: #2F96B4;
}

.toast-warning {
  background-color: #F89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}

/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
.compact-fields {
  --mat-form-field-container-height: 36px;
  --mat-form-field-filled-label-display: none;
  --mat-form-field-container-vertical-padding: 6px;
  --mat-form-field-filled-with-label-container-padding-top: 6px;
  --mat-form-field-filled-with-label-container-padding-bottom: 6px;
  --mat-icon-button-touch-target-display: none;
  --mat-standard-button-toggle-height: 36px;
}
.compact-fields .mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.compact-fields .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;
}
.compact-fields .mat-mdc-icon-button.mat-mdc-button-base {
  --mdc-icon-button-state-layer-size: 28px;
  width: var(--mdc-icon-button-state-layer-size);
  height: var(--mdc-icon-button-state-layer-size);
  padding: 2px;
}

:root {
  --mat-paginator-container-size: 40px;
  --mat-paginator-form-field-container-height: 36px;
  --mat-paginator-form-field-container-vertical-padding: 6px;
  --mat-paginator-touch-target-display: none;
}

html,
body {
  height: 100%;
}

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

.contentWrapper {
  display: flex !important;
  flex-direction: column;
}

.clickable-row {
  cursor: pointer;
  transition: all 0.4 ease-in;
}

.clickable-row:hover {
  background-color: rgba(0, 0, 0, 0.02);
  /* Light gray hover effect */
}

.divider {
  border-bottom: 1px solid rgba(0, 0, 0, 0.02);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.spin {
  animation: spin 1s linear infinite;
}

.gap-1 {
  gap: 0.5rem;
}

.gap-2 {
  gap: 1rem;
}

/* Notification Snackbar Styles */
.success-snackbar {
  background-color: #4caf50 !important;
  color: white !important;
}

.error-snackbar {
  background-color: #f44336 !important;
  color: white !important;
}

.info-snackbar {
  background-color: #2196f3 !important;
  color: white !important;
}

.warning-snackbar {
  background-color: #ff9800 !important;
  color: white !important;
}

.overflow-y-auto {
  overflow-y: auto !important;
}

.cdk-drag-preview {
  pointer-events: none;
}

.custom-modal {
  width: 90vw !important;
  height: 100% !important;
  max-width: 800px !important;
  max-height: 90vh !important;
}

@media (max-width: 768px) {
  .instructor-hide-mobile {
    display: none !important;
  }
  .has-bottom-nav {
    padding-bottom: 60px !important;
  }
  .rental-detail-panel {
    animation: rdSlideIn 0.22s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .rental-detail-panel .mat-mdc-dialog-container,
  .rental-detail-panel .mdc-dialog__container,
  .rental-detail-panel .mdc-dialog__surface {
    border-radius: 12px 0 0 12px !important;
    box-shadow: -4px 0 24px rgba(0, 0, 0, 0.12) !important;
  }
  @keyframes rdSlideIn {
    from {
      transform: translateX(40px);
      opacity: 0;
    }
    to {
      transform: translateX(0);
      opacity: 1;
    }
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/assets/scss/style.scss?ngGlobalStyle (1) ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.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-drag-preview .mat-ripple-element, .cdk-drag-placeholder .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, var(--mat-app-background, transparent));
  color: var(--mat-app-text-color, var(--mat-app-on-background, inherit));
}

.mat-elevation-z0, .mat-mdc-elevation-specific.mat-elevation-z0 {
  box-shadow: var(--mat-app-elevation-shadow-level-0, none);
}

.mat-elevation-z1, .mat-mdc-elevation-specific.mat-elevation-z1 {
  box-shadow: var(--mat-app-elevation-shadow-level-1, none);
}

.mat-elevation-z2, .mat-mdc-elevation-specific.mat-elevation-z2 {
  box-shadow: var(--mat-app-elevation-shadow-level-2, none);
}

.mat-elevation-z3, .mat-mdc-elevation-specific.mat-elevation-z3 {
  box-shadow: var(--mat-app-elevation-shadow-level-3, none);
}

.mat-elevation-z4, .mat-mdc-elevation-specific.mat-elevation-z4 {
  box-shadow: var(--mat-app-elevation-shadow-level-4, none);
}

.mat-elevation-z5, .mat-mdc-elevation-specific.mat-elevation-z5 {
  box-shadow: var(--mat-app-elevation-shadow-level-5, none);
}

.mat-elevation-z6, .mat-mdc-elevation-specific.mat-elevation-z6 {
  box-shadow: var(--mat-app-elevation-shadow-level-6, none);
}

.mat-elevation-z7, .mat-mdc-elevation-specific.mat-elevation-z7 {
  box-shadow: var(--mat-app-elevation-shadow-level-7, none);
}

.mat-elevation-z8, .mat-mdc-elevation-specific.mat-elevation-z8 {
  box-shadow: var(--mat-app-elevation-shadow-level-8, none);
}

.mat-elevation-z9, .mat-mdc-elevation-specific.mat-elevation-z9 {
  box-shadow: var(--mat-app-elevation-shadow-level-9, none);
}

.mat-elevation-z10, .mat-mdc-elevation-specific.mat-elevation-z10 {
  box-shadow: var(--mat-app-elevation-shadow-level-10, none);
}

.mat-elevation-z11, .mat-mdc-elevation-specific.mat-elevation-z11 {
  box-shadow: var(--mat-app-elevation-shadow-level-11, none);
}

.mat-elevation-z12, .mat-mdc-elevation-specific.mat-elevation-z12 {
  box-shadow: var(--mat-app-elevation-shadow-level-12, none);
}

.mat-elevation-z13, .mat-mdc-elevation-specific.mat-elevation-z13 {
  box-shadow: var(--mat-app-elevation-shadow-level-13, none);
}

.mat-elevation-z14, .mat-mdc-elevation-specific.mat-elevation-z14 {
  box-shadow: var(--mat-app-elevation-shadow-level-14, none);
}

.mat-elevation-z15, .mat-mdc-elevation-specific.mat-elevation-z15 {
  box-shadow: var(--mat-app-elevation-shadow-level-15, none);
}

.mat-elevation-z16, .mat-mdc-elevation-specific.mat-elevation-z16 {
  box-shadow: var(--mat-app-elevation-shadow-level-16, none);
}

.mat-elevation-z17, .mat-mdc-elevation-specific.mat-elevation-z17 {
  box-shadow: var(--mat-app-elevation-shadow-level-17, none);
}

.mat-elevation-z18, .mat-mdc-elevation-specific.mat-elevation-z18 {
  box-shadow: var(--mat-app-elevation-shadow-level-18, none);
}

.mat-elevation-z19, .mat-mdc-elevation-specific.mat-elevation-z19 {
  box-shadow: var(--mat-app-elevation-shadow-level-19, none);
}

.mat-elevation-z20, .mat-mdc-elevation-specific.mat-elevation-z20 {
  box-shadow: var(--mat-app-elevation-shadow-level-20, none);
}

.mat-elevation-z21, .mat-mdc-elevation-specific.mat-elevation-z21 {
  box-shadow: var(--mat-app-elevation-shadow-level-21, none);
}

.mat-elevation-z22, .mat-mdc-elevation-specific.mat-elevation-z22 {
  box-shadow: var(--mat-app-elevation-shadow-level-22, none);
}

.mat-elevation-z23, .mat-mdc-elevation-specific.mat-elevation-z23 {
  box-shadow: var(--mat-app-elevation-shadow-level-23, none);
}

.mat-elevation-z24, .mat-mdc-elevation-specific.mat-elevation-z24 {
  box-shadow: var(--mat-app-elevation-shadow-level-24, none);
}

.bg-primary {
  background: #db7521 !important;
}

.horizontal-navbar .parentBox.pactive > a,
.horizontal-navbar .parentBox.pactive > a:hover,
.horizontal-navbar .parentBox.pactive:hover > a {
  background-color: #19a0e3 !important;
}

.activeMenu {
  background-color: #19a0e3 !important;
}

.mat-mdc-outlined-button.mat-primary {
  border-color: #db7521 !important;
}
.mat-mdc-outlined-button.mat-accent {
  border-color: #19a0e3 !important;
}
.mat-mdc-outlined-button.mat-warn {
  border-color: #fc4b6c !important;
}

.bg-primary {
  background-color: #db7521 !important;
}

.text-primary {
  color: #db7521 !important;
}

.bg-accent {
  background-color: #19a0e3 !important;
}

.text-accent {
  color: #19a0e3 !important;
}

.bg-success {
  background-color: #00c292 !important;
}

.text-success {
  color: #00c292 !important;
}

.bg-warning {
  background-color: #fec90f !important;
}

.text-warning {
  color: #fec90f !important;
}

.bg-error {
  background-color: #fc4b6c !important;
}

.text-error {
  color: #fc4b6c !important;
}

.bg-white {
  background-color: #ffffff !important;
}

.text-white {
  color: #ffffff !important;
}

.bg-light {
  background-color: #f2f6fa !important;
}

.text-light {
  color: #f2f6fa !important;
}

.bg-gray-100 {
  background-color: #7c8fac !important;
}

.text-gray-100 {
  color: #7c8fac !important;
}

.bg-light-error {
  background-color: #f9e7eb !important;
}

.text-light-error {
  color: #f9e7eb !important;
}

.bg-light-accent {
  background-color: #e0f2fc !important;
}

.text-light-accent {
  color: #e0f2fc !important;
}

.bg-light-success {
  background-color: #ebfaf2 !important;
}

.text-light-success {
  color: #ebfaf2 !important;
}

.bg-light-warning {
  background-color: #fff8ec !important;
}

.text-light-warning {
  color: #fff8ec !important;
}

.bg-light-primary {
  background-color: #fde8d2 !important;
}

.text-light-primary {
  color: #fde8d2 !important;
}

.fill-warning svg {
  fill: #fec90f;
  color: #fec90f;
}

.fill-light svg {
  fill: #f2f6fa;
  color: #f2f6fa;
}

.icon-1 {
  height: 1px !important;
  width: 1px !important;
}

.icon-2 {
  height: 2px !important;
  width: 2px !important;
}

.icon-3 {
  height: 3px !important;
  width: 3px !important;
}

.icon-4 {
  height: 4px !important;
  width: 4px !important;
}

.icon-5 {
  height: 5px !important;
  width: 5px !important;
}

.icon-6 {
  height: 6px !important;
  width: 6px !important;
}

.icon-7 {
  height: 7px !important;
  width: 7px !important;
}

.icon-8 {
  height: 8px !important;
  width: 8px !important;
}

.icon-9 {
  height: 9px !important;
  width: 9px !important;
}

.icon-10 {
  height: 10px !important;
  width: 10px !important;
}

.icon-11 {
  height: 11px !important;
  width: 11px !important;
}

.icon-12 {
  height: 12px !important;
  width: 12px !important;
}

.icon-13 {
  height: 13px !important;
  width: 13px !important;
}

.icon-14 {
  height: 14px !important;
  width: 14px !important;
}

.icon-15 {
  height: 15px !important;
  width: 15px !important;
}

.icon-16 {
  height: 16px !important;
  width: 16px !important;
}

.icon-17 {
  height: 17px !important;
  width: 17px !important;
}

.icon-18 {
  height: 18px !important;
  width: 18px !important;
}

.icon-19 {
  height: 19px !important;
  width: 19px !important;
}

.icon-20 {
  height: 20px !important;
  width: 20px !important;
}

.icon-21 {
  height: 21px !important;
  width: 21px !important;
}

.icon-22 {
  height: 22px !important;
  width: 22px !important;
}

.icon-23 {
  height: 23px !important;
  width: 23px !important;
}

.icon-24 {
  height: 24px !important;
  width: 24px !important;
}

.icon-25 {
  height: 25px !important;
  width: 25px !important;
}

.icon-26 {
  height: 26px !important;
  width: 26px !important;
}

.icon-27 {
  height: 27px !important;
  width: 27px !important;
}

.icon-28 {
  height: 28px !important;
  width: 28px !important;
}

.icon-29 {
  height: 29px !important;
  width: 29px !important;
}

.icon-30 {
  height: 30px !important;
  width: 30px !important;
}

.icon-31 {
  height: 31px !important;
  width: 31px !important;
}

.icon-32 {
  height: 32px !important;
  width: 32px !important;
}

.icon-33 {
  height: 33px !important;
  width: 33px !important;
}

.icon-34 {
  height: 34px !important;
  width: 34px !important;
}

.icon-35 {
  height: 35px !important;
  width: 35px !important;
}

.icon-36 {
  height: 36px !important;
  width: 36px !important;
}

.icon-37 {
  height: 37px !important;
  width: 37px !important;
}

.icon-38 {
  height: 38px !important;
  width: 38px !important;
}

.icon-39 {
  height: 39px !important;
  width: 39px !important;
}

.icon-40 {
  height: 40px !important;
  width: 40px !important;
}

.icon-41 {
  height: 41px !important;
  width: 41px !important;
}

.icon-42 {
  height: 42px !important;
  width: 42px !important;
}

.icon-43 {
  height: 43px !important;
  width: 43px !important;
}

.icon-44 {
  height: 44px !important;
  width: 44px !important;
}

.icon-45 {
  height: 45px !important;
  width: 45px !important;
}

.icon-46 {
  height: 46px !important;
  width: 46px !important;
}

.icon-47 {
  height: 47px !important;
  width: 47px !important;
}

.icon-48 {
  height: 48px !important;
  width: 48px !important;
}

.bg-primary {
  background: #db7521 !important;
}

.horizontal-navbar .parentBox.pactive > a,
.horizontal-navbar .parentBox.pactive > a:hover,
.horizontal-navbar .parentBox.pactive:hover > a {
  background-color: #19a0e3 !important;
}

.activeMenu {
  background-color: #19a0e3 !important;
}

.mat-mdc-outlined-button.mat-primary {
  border-color: #db7521 !important;
}
.mat-mdc-outlined-button.mat-accent {
  border-color: #19a0e3 !important;
}
.mat-mdc-outlined-button.mat-warn {
  border-color: #fc4b6c !important;
}

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

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

html {
  --mat-option-selected-state-label-text-color: #db7521;
  --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: #19a0e3;
  --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: #fc4b6c;
  --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: #db7521;
  --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: #db7521;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

html {
  --mat-full-pseudo-checkbox-selected-icon-color: #19a0e3;
  --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: #19a0e3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-accent {
  --mat-full-pseudo-checkbox-selected-icon-color: #19a0e3;
  --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: #19a0e3;
  --mat-minimal-pseudo-checkbox-disabled-selected-checkmark-color: #b0b0b0;
}

.mat-warn {
  --mat-full-pseudo-checkbox-selected-icon-color: #fc4b6c;
  --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: #fc4b6c;
  --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-app-elevation-shadow-level-0: 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-app-elevation-shadow-level-1: 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-app-elevation-shadow-level-2: 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-app-elevation-shadow-level-3: 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-app-elevation-shadow-level-4: 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-app-elevation-shadow-level-5: 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-app-elevation-shadow-level-6: 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-app-elevation-shadow-level-7: 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-app-elevation-shadow-level-8: 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-app-elevation-shadow-level-9: 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-app-elevation-shadow-level-10: 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-app-elevation-shadow-level-11: 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-app-elevation-shadow-level-12: 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-app-elevation-shadow-level-13: 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-app-elevation-shadow-level-14: 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-app-elevation-shadow-level-15: 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-app-elevation-shadow-level-16: 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-app-elevation-shadow-level-17: 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-app-elevation-shadow-level-18: 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-app-elevation-shadow-level-19: 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-app-elevation-shadow-level-20: 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-app-elevation-shadow-level-21: 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-app-elevation-shadow-level-22: 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-app-elevation-shadow-level-23: 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-app-elevation-shadow-level-24: 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);
}

html {
  --mat-option-label-text-font: DM Sans;
  --mat-option-label-text-line-height: 20px;
  --mat-option-label-text-size: 14px;
  --mat-option-label-text-tracking: normal;
  --mat-option-label-text-weight: 400;
}

html {
  --mat-optgroup-label-text-font: DM Sans;
  --mat-optgroup-label-text-line-height: 20px;
  --mat-optgroup-label-text-size: 14px;
  --mat-optgroup-label-text-tracking: normal;
  --mat-optgroup-label-text-weight: 400;
}

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 {
  --mat-card-title-text-font: DM Sans;
  --mat-card-title-text-line-height: 26px;
  --mat-card-title-text-size: 18px;
  --mat-card-title-text-tracking: normal;
  --mat-card-title-text-weight: 600;
  --mat-card-subtitle-text-font: DM Sans;
  --mat-card-subtitle-text-line-height: 14px;
  --mat-card-subtitle-text-size: 14px;
  --mat-card-subtitle-text-tracking: normal;
  --mat-card-subtitle-text-weight: 400;
}

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: #db7521;
  --mdc-linear-progress-track-color: rgba(219, 117, 33, 0.25);
}
.mat-mdc-progress-bar.mat-accent {
  --mdc-linear-progress-active-indicator-color: #19a0e3;
  --mdc-linear-progress-track-color: rgba(25, 160, 227, 0.25);
}
.mat-mdc-progress-bar.mat-warn {
  --mdc-linear-progress-active-indicator-color: #fc4b6c;
  --mdc-linear-progress-track-color: rgba(252, 75, 108, 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-plain-tooltip-supporting-text-font: DM Sans;
  --mdc-plain-tooltip-supporting-text-size: 12px;
  --mdc-plain-tooltip-supporting-text-weight: 400;
  --mdc-plain-tooltip-supporting-text-tracking: 0.0333333333em;
}

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: #db7521;
  --mdc-filled-text-field-focus-active-indicator-color: #db7521;
  --mdc-filled-text-field-focus-label-text-color: rgba(219, 117, 33, 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-hover-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-hover-label-text-color: #fc4b6c;
  --mdc-filled-text-field-error-focus-label-text-color: #fc4b6c;
  --mdc-filled-text-field-error-label-text-color: #fc4b6c;
  --mdc-filled-text-field-error-caret-color: #fc4b6c;
  --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: #fc4b6c;
  --mdc-filled-text-field-error-focus-active-indicator-color: #fc4b6c;
  --mdc-filled-text-field-error-hover-active-indicator-color: #fc4b6c;
  --mdc-outlined-text-field-caret-color: #db7521;
  --mdc-outlined-text-field-focus-outline-color: #db7521;
  --mdc-outlined-text-field-focus-label-text-color: rgba(219, 117, 33, 0.87);
  --mdc-outlined-text-field-label-text-color: rgba(0, 0, 0, 0.6);
  --mdc-outlined-text-field-hover-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: #fc4b6c;
  --mdc-outlined-text-field-error-focus-label-text-color: #fc4b6c;
  --mdc-outlined-text-field-error-label-text-color: #fc4b6c;
  --mdc-outlined-text-field-error-hover-label-text-color: #fc4b6c;
  --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: #fc4b6c;
  --mdc-outlined-text-field-error-hover-outline-color: #fc4b6c;
  --mdc-outlined-text-field-error-outline-color: #fc4b6c;
  --mat-form-field-focus-select-arrow-color: rgba(219, 117, 33, 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: #fc4b6c;
  --mat-form-field-select-option-text-color: inherit;
  --mat-form-field-select-disabled-option-text-color: GrayText;
  --mat-form-field-leading-icon-color: unset;
  --mat-form-field-disabled-leading-icon-color: unset;
  --mat-form-field-trailing-icon-color: unset;
  --mat-form-field-disabled-trailing-icon-color: unset;
  --mat-form-field-error-focus-trailing-icon-color: unset;
  --mat-form-field-error-hover-trailing-icon-color: unset;
  --mat-form-field-error-trailing-icon-color: unset;
  --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.08;
}

.mat-mdc-form-field.mat-accent {
  --mdc-filled-text-field-caret-color: #19a0e3;
  --mdc-filled-text-field-focus-active-indicator-color: #19a0e3;
  --mdc-filled-text-field-focus-label-text-color: rgba(25, 160, 227, 0.87);
  --mdc-outlined-text-field-caret-color: #19a0e3;
  --mdc-outlined-text-field-focus-outline-color: #19a0e3;
  --mdc-outlined-text-field-focus-label-text-color: rgba(25, 160, 227, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(25, 160, 227, 0.87);
}

.mat-mdc-form-field.mat-warn {
  --mdc-filled-text-field-caret-color: #fc4b6c;
  --mdc-filled-text-field-focus-active-indicator-color: #fc4b6c;
  --mdc-filled-text-field-focus-label-text-color: rgba(252, 75, 108, 0.87);
  --mdc-outlined-text-field-caret-color: #fc4b6c;
  --mdc-outlined-text-field-focus-outline-color: #fc4b6c;
  --mdc-outlined-text-field-focus-label-text-color: rgba(252, 75, 108, 0.87);
  --mat-form-field-focus-select-arrow-color: rgba(252, 75, 108, 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 {
  --mdc-filled-text-field-label-text-font: DM Sans;
  --mdc-filled-text-field-label-text-size: 14px;
  --mdc-filled-text-field-label-text-tracking: normal;
  --mdc-filled-text-field-label-text-weight: 400;
  --mdc-outlined-text-field-label-text-font: DM Sans;
  --mdc-outlined-text-field-label-text-size: 14px;
  --mdc-outlined-text-field-label-text-tracking: normal;
  --mdc-outlined-text-field-label-text-weight: 400;
  --mat-form-field-container-text-font: DM Sans;
  --mat-form-field-container-text-line-height: 20px;
  --mat-form-field-container-text-size: 14px;
  --mat-form-field-container-text-tracking: normal;
  --mat-form-field-container-text-weight: 400;
  --mat-form-field-outlined-label-text-populated-size: 14px;
  --mat-form-field-subscript-text-font: DM Sans;
  --mat-form-field-subscript-text-line-height: 20px;
  --mat-form-field-subscript-text-size: 12px;
  --mat-form-field-subscript-text-tracking: 0.0333333333em;
  --mat-form-field-subscript-text-weight: 400;
}

html {
  --mat-select-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);
}

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(219, 117, 33, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 75, 108, 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(25, 160, 227, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 75, 108, 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(252, 75, 108, 0.87);
  --mat-select-invalid-arrow-color: rgba(252, 75, 108, 0.87);
}

html {
  --mat-select-arrow-transform: translateY(-8px);
}

html {
  --mat-select-trigger-text-font: DM Sans;
  --mat-select-trigger-text-line-height: 20px;
  --mat-select-trigger-text-size: 14px;
  --mat-select-trigger-text-tracking: normal;
  --mat-select-trigger-text-weight: 400;
}

html {
  --mat-autocomplete-container-shape: 4px;
  --mat-autocomplete-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);
}

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

html {
  --mdc-dialog-container-shape: 4px;
  --mat-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);
  --mat-dialog-container-max-width: 80vw;
  --mat-dialog-container-small-max-width: 80vw;
  --mat-dialog-container-min-width: 0;
  --mat-dialog-actions-alignment: start;
  --mat-dialog-actions-padding: 8px;
  --mat-dialog-content-padding: 20px 24px;
  --mat-dialog-with-actions-content-padding: 20px 24px;
  --mat-dialog-headline-padding: 0 24px 9px;
}

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);
}

html {
  --mdc-dialog-subhead-font: DM Sans;
  --mdc-dialog-subhead-line-height: 26px;
  --mdc-dialog-subhead-size: 18px;
  --mdc-dialog-subhead-weight: 600;
  --mdc-dialog-subhead-tracking: normal;
  --mdc-dialog-supporting-text-font: DM Sans;
  --mdc-dialog-supporting-text-line-height: 20px;
  --mdc-dialog-supporting-text-size: 14px;
  --mdc-dialog-supporting-text-weight: 400;
  --mdc-dialog-supporting-text-tracking: normal;
}

.mat-mdc-standard-chip {
  --mdc-chip-container-shape-radius: 16px;
  --mdc-chip-with-avatar-avatar-shape-radius: 14px;
  --mdc-chip-with-avatar-avatar-size: 28px;
  --mdc-chip-with-icon-icon-size: 18px;
  --mdc-chip-outline-width: 0;
  --mdc-chip-outline-color: transparent;
  --mdc-chip-disabled-outline-color: transparent;
  --mdc-chip-focus-outline-color: transparent;
  --mdc-chip-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-avatar-disabled-avatar-opacity: 1;
  --mdc-chip-flat-selected-outline-width: 0;
  --mdc-chip-selected-hover-state-layer-opacity: 0.04;
  --mdc-chip-with-trailing-icon-disabled-trailing-icon-opacity: 1;
  --mdc-chip-with-icon-disabled-icon-opacity: 1;
  --mat-chip-disabled-container-opacity: 0.4;
  --mat-chip-trailing-action-opacity: 0.54;
  --mat-chip-trailing-action-focus-opacity: 1;
  --mat-chip-trailing-action-state-layer-color: transparent;
  --mat-chip-selected-trailing-action-state-layer-color: transparent;
  --mat-chip-trailing-action-hover-state-layer-opacity: 0;
  --mat-chip-trailing-action-focus-state-layer-opacity: 0;
}

.mat-mdc-standard-chip {
  --mdc-chip-disabled-label-text-color: #212121;
  --mdc-chip-elevated-container-color: #e0e0e0;
  --mdc-chip-elevated-selected-container-color: #e0e0e0;
  --mdc-chip-elevated-disabled-container-color: #e0e0e0;
  --mdc-chip-flat-disabled-selected-container-color: #e0e0e0;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: #212121;
  --mdc-chip-selected-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-chip-selected-disabled-trailing-icon-color: #212121;
  --mat-chip-selected-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: #db7521;
  --mdc-chip-elevated-selected-container-color: #db7521;
  --mdc-chip-elevated-disabled-container-color: #db7521;
  --mdc-chip-flat-disabled-selected-container-color: #db7521;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-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-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-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: white;
  --mdc-chip-elevated-container-color: #19a0e3;
  --mdc-chip-elevated-selected-container-color: #19a0e3;
  --mdc-chip-elevated-disabled-container-color: #19a0e3;
  --mdc-chip-flat-disabled-selected-container-color: #19a0e3;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-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-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}
.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: #fc4b6c;
  --mdc-chip-elevated-selected-container-color: #fc4b6c;
  --mdc-chip-elevated-disabled-container-color: #fc4b6c;
  --mdc-chip-flat-disabled-selected-container-color: #fc4b6c;
  --mdc-chip-focus-state-layer-color: black;
  --mdc-chip-hover-state-layer-color: black;
  --mdc-chip-selected-hover-state-layer-color: black;
  --mdc-chip-focus-state-layer-opacity: 0.12;
  --mdc-chip-selected-focus-state-layer-color: black;
  --mdc-chip-selected-focus-state-layer-opacity: 0.12;
  --mdc-chip-label-text-color: white;
  --mdc-chip-selected-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-chip-selected-disabled-trailing-icon-color: white;
  --mat-chip-selected-trailing-icon-color: white;
}

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

.mat-mdc-standard-chip {
  --mdc-chip-label-text-font: DM Sans;
  --mdc-chip-label-text-line-height: 22px;
  --mdc-chip-label-text-size: 16px;
  --mdc-chip-label-text-tracking: normal;
  --mdc-chip-label-text-weight: 400;
}

html {
  --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-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;
}
html .mat-mdc-slide-toggle {
  --mat-switch-disabled-selected-handle-opacity: 0.38;
  --mat-switch-disabled-unselected-handle-opacity: 0.38;
  --mat-switch-unselected-handle-size: 20px;
  --mat-switch-selected-handle-size: 20px;
  --mat-switch-pressed-handle-size: 20px;
  --mat-switch-with-icon-handle-size: 20px;
  --mat-switch-selected-handle-horizontal-margin: 0;
  --mat-switch-selected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-selected-pressed-handle-horizontal-margin: 0;
  --mat-switch-unselected-handle-horizontal-margin: 0;
  --mat-switch-unselected-with-icon-handle-horizontal-margin: 0;
  --mat-switch-unselected-pressed-handle-horizontal-margin: 0;
  --mat-switch-visible-track-opacity: 1;
  --mat-switch-hidden-track-opacity: 1;
  --mat-switch-visible-track-transition: transform 75ms 0ms cubic-bezier(0, 0, 0.2, 1);
  --mat-switch-hidden-track-transition: transform 75ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  --mat-switch-track-outline-width: 1px;
  --mat-switch-track-outline-color: transparent;
  --mat-switch-selected-track-outline-width: 1px;
  --mat-switch-selected-track-outline-color: transparent;
  --mat-switch-disabled-unselected-track-outline-width: 1px;
  --mat-switch-disabled-unselected-track-outline-color: transparent;
}

html {
  --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: #fff;
  --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-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-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-disabled-label-text-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-color: rgba(0, 0, 0, 0.87);
}
html {
  --mdc-switch-state-layer-size: 40px;
}
html .mat-mdc-slide-toggle {
  --mat-switch-label-text-font: DM Sans;
  --mat-switch-label-text-line-height: 22px;
  --mat-switch-label-text-size: 16px;
  --mat-switch-label-text-tracking: normal;
  --mat-switch-label-text-weight: 400;
}

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.mat-primary {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #db7521;
  --mdc-radio-selected-hover-icon-color: #db7521;
  --mdc-radio-selected-icon-color: #db7521;
  --mdc-radio-selected-pressed-icon-color: #db7521;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #db7521;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-accent {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #19a0e3;
  --mdc-radio-selected-hover-icon-color: #19a0e3;
  --mdc-radio-selected-icon-color: #19a0e3;
  --mdc-radio-selected-pressed-icon-color: #19a0e3;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #19a0e3;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}
.mat-mdc-radio-button.mat-warn {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #fc4b6c;
  --mdc-radio-selected-hover-icon-color: #fc4b6c;
  --mdc-radio-selected-icon-color: #fc4b6c;
  --mdc-radio-selected-pressed-icon-color: #fc4b6c;
  --mat-radio-ripple-color: black;
  --mat-radio-checked-ripple-color: #fc4b6c;
  --mat-radio-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-radio-label-text-color: rgba(0, 0, 0, 0.87);
}

html {
  --mdc-radio-state-layer-size: 40px;
  --mat-radio-touch-target-display: block;
}

html {
  --mat-radio-label-text-font: DM Sans;
  --mat-radio-label-text-line-height: 22px;
  --mat-radio-label-text-size: 16px;
  --mat-radio-label-text-tracking: normal;
  --mat-radio-label-text-weight: 400;
}

html {
  --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;
  --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-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%);
}

html {
  --mdc-slider-handle-color: #db7521;
  --mdc-slider-focus-handle-color: #db7521;
  --mdc-slider-hover-handle-color: #db7521;
  --mdc-slider-active-track-color: #db7521;
  --mdc-slider-inactive-track-color: #db7521;
  --mdc-slider-with-tick-marks-inactive-container-color: #db7521;
  --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;
  --mat-slider-ripple-color: #db7521;
  --mat-slider-hover-state-layer-color: rgba(219, 117, 33, 0.05);
  --mat-slider-focus-state-layer-color: rgba(219, 117, 33, 0.2);
  --mat-slider-value-indicator-opacity: 0.6;
}
html .mat-accent {
  --mdc-slider-handle-color: #19a0e3;
  --mdc-slider-focus-handle-color: #19a0e3;
  --mdc-slider-hover-handle-color: #19a0e3;
  --mdc-slider-active-track-color: #19a0e3;
  --mdc-slider-inactive-track-color: #19a0e3;
  --mdc-slider-with-tick-marks-inactive-container-color: #19a0e3;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #19a0e3;
  --mat-slider-hover-state-layer-color: rgba(25, 160, 227, 0.05);
  --mat-slider-focus-state-layer-color: rgba(25, 160, 227, 0.2);
}
html .mat-warn {
  --mdc-slider-handle-color: #fc4b6c;
  --mdc-slider-focus-handle-color: #fc4b6c;
  --mdc-slider-hover-handle-color: #fc4b6c;
  --mdc-slider-active-track-color: #fc4b6c;
  --mdc-slider-inactive-track-color: #fc4b6c;
  --mdc-slider-with-tick-marks-inactive-container-color: #fc4b6c;
  --mdc-slider-with-tick-marks-active-container-color: white;
  --mat-slider-ripple-color: #fc4b6c;
  --mat-slider-hover-state-layer-color: rgba(252, 75, 108, 0.05);
  --mat-slider-focus-state-layer-color: rgba(252, 75, 108, 0.2);
}

html {
  --mdc-slider-label-label-text-font: DM Sans;
  --mdc-slider-label-label-text-size: 14px;
  --mdc-slider-label-label-text-line-height: 14px;
  --mdc-slider-label-label-text-tracking: normal;
  --mdc-slider-label-label-text-weight: 400;
}

html {
  --mat-menu-container-shape: 4px;
  --mat-menu-divider-bottom-spacing: 0;
  --mat-menu-divider-top-spacing: 0;
  --mat-menu-item-spacing: 16px;
  --mat-menu-item-icon-size: 24px;
  --mat-menu-item-leading-spacing: 16px;
  --mat-menu-item-trailing-spacing: 16px;
  --mat-menu-item-with-icon-leading-spacing: 16px;
  --mat-menu-item-with-icon-trailing-spacing: 16px;
  --mat-menu-base-elevation-level: 8;
}

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;
  --mat-menu-divider-color: rgba(0, 0, 0, 0.12);
}

html {
  --mat-menu-item-label-text-font: DM Sans;
  --mat-menu-item-label-text-size: 14px;
  --mat-menu-item-label-text-tracking: normal;
  --mat-menu-item-label-text-line-height: 20px;
  --mat-menu-item-label-text-weight: 400;
}

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;
  --mat-list-active-indicator-color: transparent;
  --mat-list-active-indicator-shape: 4px;
}

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: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #db7521;
  --mdc-radio-selected-hover-icon-color: #db7521;
  --mdc-radio-selected-icon-color: #db7521;
  --mdc-radio-selected-pressed-icon-color: #db7521;
}

.mat-accent .mdc-list-item__start,
.mat-accent .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #19a0e3;
  --mdc-radio-selected-hover-icon-color: #19a0e3;
  --mdc-radio-selected-icon-color: #19a0e3;
  --mdc-radio-selected-pressed-icon-color: #19a0e3;
}

.mat-warn .mdc-list-item__start,
.mat-warn .mdc-list-item__end {
  --mdc-radio-disabled-selected-icon-color: black;
  --mdc-radio-disabled-unselected-icon-color: black;
  --mdc-radio-unselected-hover-icon-color: #212121;
  --mdc-radio-unselected-focus-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: #fc4b6c;
  --mdc-radio-selected-hover-icon-color: #fc4b6c;
  --mdc-radio-selected-icon-color: #fc4b6c;
  --mdc-radio-selected-pressed-icon-color: #fc4b6c;
}

.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: white;
  --mdc-checkbox-selected-focus-icon-color: #db7521;
  --mdc-checkbox-selected-hover-icon-color: #db7521;
  --mdc-checkbox-selected-icon-color: #db7521;
  --mdc-checkbox-selected-pressed-icon-color: #db7521;
  --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-selected-focus-state-layer-color: #db7521;
  --mdc-checkbox-selected-hover-state-layer-color: #db7521;
  --mdc-checkbox-selected-pressed-state-layer-color: #db7521;
  --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: white;
  --mdc-checkbox-selected-focus-icon-color: #19a0e3;
  --mdc-checkbox-selected-hover-icon-color: #19a0e3;
  --mdc-checkbox-selected-icon-color: #19a0e3;
  --mdc-checkbox-selected-pressed-icon-color: #19a0e3;
  --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-selected-focus-state-layer-color: #19a0e3;
  --mdc-checkbox-selected-hover-state-layer-color: #19a0e3;
  --mdc-checkbox-selected-pressed-state-layer-color: #19a0e3;
  --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: white;
  --mdc-checkbox-selected-focus-icon-color: #fc4b6c;
  --mdc-checkbox-selected-hover-icon-color: #fc4b6c;
  --mdc-checkbox-selected-icon-color: #fc4b6c;
  --mdc-checkbox-selected-pressed-icon-color: #fc4b6c;
  --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-selected-focus-state-layer-color: #fc4b6c;
  --mdc-checkbox-selected-hover-state-layer-color: #fc4b6c;
  --mdc-checkbox-selected-pressed-state-layer-color: #fc4b6c;
  --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--selected .mdc-list-item__start,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,
.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__start {
  color: #db7521;
}

.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;
  --mat-list-list-item-leading-icon-start-space: 16px;
  --mat-list-list-item-leading-icon-end-space: 32px;
}

.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 {
  --mdc-list-list-item-label-text-font: DM Sans;
  --mdc-list-list-item-label-text-line-height: 20px;
  --mdc-list-list-item-label-text-size: 14px;
  --mdc-list-list-item-label-text-tracking: normal;
  --mdc-list-list-item-label-text-weight: 400;
  --mdc-list-list-item-supporting-text-font: DM Sans;
  --mdc-list-list-item-supporting-text-line-height: 22px;
  --mdc-list-list-item-supporting-text-size: 16px;
  --mdc-list-list-item-supporting-text-tracking: normal;
  --mdc-list-list-item-supporting-text-weight: 400;
  --mdc-list-list-item-trailing-supporting-text-font: DM Sans;
  --mdc-list-list-item-trailing-supporting-text-line-height: 20px;
  --mdc-list-list-item-trailing-supporting-text-size: 12px;
  --mdc-list-list-item-trailing-supporting-text-tracking: 0.0333333333em;
  --mdc-list-list-item-trailing-supporting-text-weight: 400;
}

.mdc-list-group__subheader {
  font: 500 21px / 26px DM Sans;
  letter-spacing: normal;
}

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-paginator-form-field-container-height: 40px;
  --mat-paginator-form-field-container-vertical-padding: 8px;
  --mat-paginator-touch-target-display: block;
}

html {
  --mat-paginator-container-text-font: DM Sans;
  --mat-paginator-container-text-line-height: 20px;
  --mat-paginator-container-text-size: 12px;
  --mat-paginator-container-text-tracking: 0.0333333333em;
  --mat-paginator-container-text-weight: 400;
  --mat-paginator-select-trigger-text-size: 12px;
}

html {
  --mdc-secondary-navigation-tab-container-height: 48px;
  --mdc-tab-indicator-active-indicator-height: 2px;
  --mdc-tab-indicator-active-indicator-shape: 0;
  --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: #db7521;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #db7521;
  --mat-tab-header-active-ripple-color: #db7521;
  --mat-tab-header-inactive-ripple-color: #db7521;
  --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: #db7521;
  --mat-tab-header-active-hover-label-text-color: #db7521;
  --mat-tab-header-active-focus-indicator-color: #db7521;
  --mat-tab-header-active-hover-indicator-color: #db7521;
}
.mat-mdc-tab-group.mat-accent, .mat-mdc-tab-nav-bar.mat-accent {
  --mdc-tab-indicator-active-indicator-color: #19a0e3;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #19a0e3;
  --mat-tab-header-active-ripple-color: #19a0e3;
  --mat-tab-header-inactive-ripple-color: #19a0e3;
  --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: #19a0e3;
  --mat-tab-header-active-hover-label-text-color: #19a0e3;
  --mat-tab-header-active-focus-indicator-color: #19a0e3;
  --mat-tab-header-active-hover-indicator-color: #19a0e3;
}
.mat-mdc-tab-group.mat-warn, .mat-mdc-tab-nav-bar.mat-warn {
  --mdc-tab-indicator-active-indicator-color: #fc4b6c;
  --mat-tab-header-disabled-ripple-color: rgba(0, 0, 0, 0.38);
  --mat-tab-header-pagination-icon-color: black;
  --mat-tab-header-inactive-label-text-color: rgba(0, 0, 0, 0.6);
  --mat-tab-header-active-label-text-color: #fc4b6c;
  --mat-tab-header-active-ripple-color: #fc4b6c;
  --mat-tab-header-inactive-ripple-color: #fc4b6c;
  --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: #fc4b6c;
  --mat-tab-header-active-hover-label-text-color: #fc4b6c;
  --mat-tab-header-active-focus-indicator-color: #fc4b6c;
  --mat-tab-header-active-hover-indicator-color: #fc4b6c;
}
.mat-mdc-tab-group.mat-background-primary, .mat-mdc-tab-nav-bar.mat-background-primary {
  --mat-tab-header-with-background-background-color: #db7521;
  --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: #19a0e3;
  --mat-tab-header-with-background-foreground-color: white;
}
.mat-mdc-tab-group.mat-background-warn, .mat-mdc-tab-nav-bar.mat-background-warn {
  --mat-tab-header-with-background-background-color: #fc4b6c;
  --mat-tab-header-with-background-foreground-color: white;
}

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

.mat-mdc-tab-header {
  --mat-tab-header-label-text-font: DM Sans;
  --mat-tab-header-label-text-size: 14px;
  --mat-tab-header-label-text-tracking: normal;
  --mat-tab-header-label-text-line-height: 14px;
  --mat-tab-header-label-text-weight: 400;
}

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: white;
  --mdc-checkbox-selected-focus-icon-color: #19a0e3;
  --mdc-checkbox-selected-hover-icon-color: #19a0e3;
  --mdc-checkbox-selected-icon-color: #19a0e3;
  --mdc-checkbox-selected-pressed-icon-color: #19a0e3;
  --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-selected-focus-state-layer-color: #19a0e3;
  --mdc-checkbox-selected-hover-state-layer-color: #19a0e3;
  --mdc-checkbox-selected-pressed-state-layer-color: #19a0e3;
  --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-checkbox-disabled-label-color: rgba(0, 0, 0, 0.38);
  --mat-checkbox-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: white;
  --mdc-checkbox-selected-focus-icon-color: #db7521;
  --mdc-checkbox-selected-hover-icon-color: #db7521;
  --mdc-checkbox-selected-icon-color: #db7521;
  --mdc-checkbox-selected-pressed-icon-color: #db7521;
  --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-selected-focus-state-layer-color: #db7521;
  --mdc-checkbox-selected-hover-state-layer-color: #db7521;
  --mdc-checkbox-selected-pressed-state-layer-color: #db7521;
  --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: white;
  --mdc-checkbox-selected-focus-icon-color: #fc4b6c;
  --mdc-checkbox-selected-hover-icon-color: #fc4b6c;
  --mdc-checkbox-selected-icon-color: #fc4b6c;
  --mdc-checkbox-selected-pressed-icon-color: #fc4b6c;
  --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-selected-focus-state-layer-color: #fc4b6c;
  --mdc-checkbox-selected-hover-state-layer-color: #fc4b6c;
  --mdc-checkbox-selected-pressed-state-layer-color: #fc4b6c;
  --mdc-checkbox-unselected-focus-state-layer-color: black;
  --mdc-checkbox-unselected-hover-state-layer-color: black;
  --mdc-checkbox-unselected-pressed-state-layer-color: black;
}

html {
  --mdc-checkbox-state-layer-size: 40px;
  --mat-checkbox-touch-target-display: block;
}

html {
  --mat-checkbox-label-text-font: DM Sans;
  --mat-checkbox-label-text-line-height: 22px;
  --mat-checkbox-label-text-size: 16px;
  --mat-checkbox-label-text-tracking: normal;
  --mat-checkbox-label-text-weight: 400;
}

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-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-outlined-button-keep-touch-target: false;
  --mdc-outlined-button-outline-width: 1px;
  --mdc-outlined-button-container-shape: 4px;
  --mat-text-button-horizontal-padding: 8px;
  --mat-text-button-with-icon-horizontal-padding: 8px;
  --mat-text-button-icon-spacing: 8px;
  --mat-text-button-icon-offset: 0;
  --mat-filled-button-horizontal-padding: 16px;
  --mat-filled-button-icon-spacing: 8px;
  --mat-filled-button-icon-offset: -4px;
  --mat-protected-button-horizontal-padding: 16px;
  --mat-protected-button-icon-spacing: 8px;
  --mat-protected-button-icon-offset: -4px;
  --mat-outlined-button-horizontal-padding: 15px;
  --mat-outlined-button-icon-spacing: 8px;
  --mat-outlined-button-icon-offset: -4px;
}

html {
  --mdc-text-button-label-text-color: black;
  --mdc-text-button-disabled-label-text-color: rgba(0, 0, 0, 0.38);
  --mat-text-button-state-layer-color: black;
  --mat-text-button-disabled-state-layer-color: black;
  --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: black;
  --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: black;
  --mat-filled-button-disabled-state-layer-color: black;
  --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: black;
  --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);
  --mat-protected-button-state-layer-color: black;
  --mat-protected-button-disabled-state-layer-color: black;
  --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: black;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: black;
  --mat-outlined-button-disabled-state-layer-color: black;
  --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: #db7521;
  --mat-text-button-state-layer-color: #db7521;
  --mat-text-button-ripple-color: rgba(219, 117, 33, 0.1);
}
.mat-mdc-button.mat-accent {
  --mdc-text-button-label-text-color: #19a0e3;
  --mat-text-button-state-layer-color: #19a0e3;
  --mat-text-button-ripple-color: rgba(25, 160, 227, 0.1);
}
.mat-mdc-button.mat-warn {
  --mdc-text-button-label-text-color: #fc4b6c;
  --mat-text-button-state-layer-color: #fc4b6c;
  --mat-text-button-ripple-color: rgba(252, 75, 108, 0.1);
}

.mat-mdc-unelevated-button.mat-primary {
  --mdc-filled-button-container-color: #db7521;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-accent {
  --mdc-filled-button-container-color: #19a0e3;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-unelevated-button.mat-warn {
  --mdc-filled-button-container-color: #fc4b6c;
  --mdc-filled-button-label-text-color: white;
  --mat-filled-button-state-layer-color: white;
  --mat-filled-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-raised-button.mat-primary {
  --mdc-protected-button-container-color: #db7521;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-accent {
  --mdc-protected-button-container-color: #19a0e3;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}
.mat-mdc-raised-button.mat-warn {
  --mdc-protected-button-container-color: #fc4b6c;
  --mdc-protected-button-label-text-color: white;
  --mat-protected-button-state-layer-color: white;
  --mat-protected-button-ripple-color: rgba(255, 255, 255, 0.1);
}

.mat-mdc-outlined-button.mat-primary {
  --mdc-outlined-button-label-text-color: #db7521;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #db7521;
  --mat-outlined-button-ripple-color: rgba(219, 117, 33, 0.1);
}
.mat-mdc-outlined-button.mat-accent {
  --mdc-outlined-button-label-text-color: #19a0e3;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #19a0e3;
  --mat-outlined-button-ripple-color: rgba(25, 160, 227, 0.1);
}
.mat-mdc-outlined-button.mat-warn {
  --mdc-outlined-button-label-text-color: #fc4b6c;
  --mdc-outlined-button-outline-color: rgba(0, 0, 0, 0.12);
  --mat-outlined-button-state-layer-color: #fc4b6c;
  --mat-outlined-button-ripple-color: rgba(252, 75, 108, 0.1);
}

html {
  --mdc-text-button-container-height: 36px;
  --mdc-filled-button-container-height: 36px;
  --mdc-protected-button-container-height: 36px;
  --mdc-outlined-button-container-height: 36px;
  --mat-text-button-touch-target-display: block;
  --mat-filled-button-touch-target-display: block;
  --mat-protected-button-touch-target-display: block;
  --mat-outlined-button-touch-target-display: block;
}

html {
  --mdc-text-button-label-text-font: DM Sans;
  --mdc-text-button-label-text-size: 14px;
  --mdc-text-button-label-text-tracking: normal;
  --mdc-text-button-label-text-weight: 400;
  --mdc-text-button-label-text-transform: none;
  --mdc-filled-button-label-text-font: DM Sans;
  --mdc-filled-button-label-text-size: 14px;
  --mdc-filled-button-label-text-tracking: normal;
  --mdc-filled-button-label-text-weight: 400;
  --mdc-filled-button-label-text-transform: none;
  --mdc-protected-button-label-text-font: DM Sans;
  --mdc-protected-button-label-text-size: 14px;
  --mdc-protected-button-label-text-tracking: normal;
  --mdc-protected-button-label-text-weight: 400;
  --mdc-protected-button-label-text-transform: none;
  --mdc-outlined-button-label-text-font: DM Sans;
  --mdc-outlined-button-label-text-size: 14px;
  --mdc-outlined-button-label-text-tracking: normal;
  --mdc-outlined-button-label-text-weight: 400;
  --mdc-outlined-button-label-text-transform: none;
}

html {
  --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: black;
  --mat-icon-button-disabled-state-layer-color: black;
  --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: #db7521;
  --mat-icon-button-state-layer-color: #db7521;
  --mat-icon-button-ripple-color: rgba(219, 117, 33, 0.1);
}
html .mat-mdc-icon-button.mat-accent {
  --mdc-icon-button-icon-color: #19a0e3;
  --mat-icon-button-state-layer-color: #19a0e3;
  --mat-icon-button-ripple-color: rgba(25, 160, 227, 0.1);
}
html .mat-mdc-icon-button.mat-warn {
  --mdc-icon-button-icon-color: #fc4b6c;
  --mat-icon-button-state-layer-color: #fc4b6c;
  --mat-icon-button-ripple-color: rgba(252, 75, 108, 0.1);
}

html {
  --mat-icon-button-touch-target-display: block;
}

.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-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-small-container-shape: 50%;
  --mdc-fab-small-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-small-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-small-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-small-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-height: 48px;
  --mdc-extended-fab-container-shape: 24px;
  --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);
}

html {
  --mdc-fab-container-color: white;
  --mat-fab-foreground-color: black;
  --mat-fab-state-layer-color: black;
  --mat-fab-disabled-state-layer-color: black;
  --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-fab-small-container-color: white;
  --mat-fab-small-foreground-color: black;
  --mat-fab-small-state-layer-color: black;
  --mat-fab-small-disabled-state-layer-color: black;
  --mat-fab-small-ripple-color: rgba(0, 0, 0, 0.1);
  --mat-fab-small-hover-state-layer-opacity: 0.04;
  --mat-fab-small-focus-state-layer-opacity: 0.12;
  --mat-fab-small-pressed-state-layer-opacity: 0.12;
  --mat-fab-small-disabled-state-container-color: rgba(0, 0, 0, 0.12);
  --mat-fab-small-disabled-state-foreground-color: rgba(0, 0, 0, 0.38);
}
html .mat-mdc-fab.mat-primary {
  --mdc-fab-container-color: #db7521;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-accent {
  --mdc-fab-container-color: #19a0e3;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-fab.mat-warn {
  --mdc-fab-container-color: #fc4b6c;
  --mat-fab-foreground-color: white;
  --mat-fab-state-layer-color: white;
  --mat-fab-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-primary {
  --mdc-fab-small-container-color: #db7521;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-accent {
  --mdc-fab-small-container-color: #19a0e3;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}
html .mat-mdc-mini-fab.mat-warn {
  --mdc-fab-small-container-color: #fc4b6c;
  --mat-fab-small-foreground-color: white;
  --mat-fab-small-state-layer-color: white;
  --mat-fab-small-ripple-color: rgba(255, 255, 255, 0.1);
}

html {
  --mat-fab-touch-target-display: block;
  --mat-fab-small-touch-target-display: block;
}

html {
  --mdc-extended-fab-label-text-font: DM Sans;
  --mdc-extended-fab-label-text-size: 14px;
  --mdc-extended-fab-label-text-tracking: normal;
  --mdc-extended-fab-label-text-weight: 400;
}

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: #19a0e3;
}

html {
  --mdc-snackbar-supporting-text-font: DM Sans;
  --mdc-snackbar-supporting-text-line-height: 22px;
  --mdc-snackbar-supporting-text-size: 16px;
  --mdc-snackbar-supporting-text-weight: 400;
}

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 {
  --mat-table-header-headline-font: DM Sans;
  --mat-table-header-headline-line-height: 14px;
  --mat-table-header-headline-size: 14px;
  --mat-table-header-headline-weight: 400;
  --mat-table-header-headline-tracking: normal;
  --mat-table-row-item-label-text-font: DM Sans;
  --mat-table-row-item-label-text-line-height: 22px;
  --mat-table-row-item-label-text-size: 16px;
  --mat-table-row-item-label-text-weight: 400;
  --mat-table-row-item-label-text-tracking: normal;
  --mat-table-footer-supporting-text-font: DM Sans;
  --mat-table-footer-supporting-text-line-height: 22px;
  --mat-table-footer-supporting-text-size: 16px;
  --mat-table-footer-supporting-text-weight: 400;
  --mat-table-footer-supporting-text-tracking: normal;
}

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

html {
  --mdc-circular-progress-active-indicator-color: #db7521;
}
html .mat-accent {
  --mdc-circular-progress-active-indicator-color: #19a0e3;
}
html .mat-warn {
  --mdc-circular-progress-active-indicator-color: #fc4b6c;
}

html {
  --mat-badge-container-shape: 50%;
  --mat-badge-container-size: unset;
  --mat-badge-small-size-container-size: unset;
  --mat-badge-large-size-container-size: unset;
  --mat-badge-legacy-container-size: 22px;
  --mat-badge-legacy-small-size-container-size: 16px;
  --mat-badge-legacy-large-size-container-size: 28px;
  --mat-badge-container-offset: -11px 0;
  --mat-badge-small-size-container-offset: -8px 0;
  --mat-badge-large-size-container-offset: -14px 0;
  --mat-badge-container-overlap-offset: -11px;
  --mat-badge-small-size-container-overlap-offset: -8px;
  --mat-badge-large-size-container-overlap-offset: -14px;
  --mat-badge-container-padding: 0;
  --mat-badge-small-size-container-padding: 0;
  --mat-badge-large-size-container-padding: 0;
}

html {
  --mat-badge-background-color: #db7521;
  --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: #19a0e3;
  --mat-badge-text-color: white;
}

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

html {
  --mat-badge-text-font: DM Sans;
  --mat-badge-line-height: 22px;
  --mat-badge-text-size: 12px;
  --mat-badge-text-weight: 600;
  --mat-badge-small-size-text-size: 9px;
  --mat-badge-small-size-line-height: 16px;
  --mat-badge-large-size-text-size: 24px;
  --mat-badge-large-size-line-height: 28px;
}

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-bottom-sheet-container-text-font: DM Sans;
  --mat-bottom-sheet-container-text-line-height: 22px;
  --mat-bottom-sheet-container-text-size: 16px;
  --mat-bottom-sheet-container-text-tracking: normal;
  --mat-bottom-sheet-container-text-weight: 400;
}

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-legacy-button-toggle-label-text-font: DM Sans;
  --mat-legacy-button-toggle-label-text-line-height: 20px;
  --mat-legacy-button-toggle-label-text-size: 14px;
  --mat-legacy-button-toggle-label-text-tracking: normal;
  --mat-legacy-button-toggle-label-text-weight: 400;
  --mat-standard-button-toggle-label-text-font: DM Sans;
  --mat-standard-button-toggle-label-text-line-height: 20px;
  --mat-standard-button-toggle-label-text-size: 14px;
  --mat-standard-button-toggle-label-text-tracking: normal;
  --mat-standard-button-toggle-label-text-weight: 400;
}

html {
  --mat-datepicker-calendar-container-shape: 4px;
  --mat-datepicker-calendar-container-touch-shape: 4px;
  --mat-datepicker-calendar-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);
  --mat-datepicker-calendar-container-touch-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);
}

html {
  --mat-datepicker-calendar-date-selected-state-text-color: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #db7521;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(219, 117, 33, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(219, 117, 33, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(219, 117, 33, 0.3);
  --mat-datepicker-toggle-active-state-icon-color: #db7521;
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(219, 117, 33, 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-text-color: black;
  --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: white;
  --mat-datepicker-calendar-date-selected-state-background-color: #19a0e3;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(25, 160, 227, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(25, 160, 227, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(25, 160, 227, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(25, 160, 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: #fc4b6c;
  --mat-datepicker-calendar-date-selected-disabled-state-background-color: rgba(252, 75, 108, 0.4);
  --mat-datepicker-calendar-date-today-selected-state-outline-color: white;
  --mat-datepicker-calendar-date-focus-state-background-color: rgba(252, 75, 108, 0.3);
  --mat-datepicker-calendar-date-hover-state-background-color: rgba(252, 75, 108, 0.3);
  --mat-datepicker-calendar-date-in-range-state-background-color: rgba(252, 75, 108, 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: #19a0e3;
}
.mat-datepicker-toggle-active.mat-warn {
  --mat-datepicker-toggle-active-state-icon-color: #fc4b6c;
}

.mat-calendar-controls {
  --mat-icon-button-touch-target-display: none;
}
.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;
}

html {
  --mat-datepicker-calendar-text-font: DM Sans;
  --mat-datepicker-calendar-text-size: 13px;
  --mat-datepicker-calendar-body-label-text-size: 14px;
  --mat-datepicker-calendar-body-label-text-weight: 400;
  --mat-datepicker-calendar-period-button-text-size: 14px;
  --mat-datepicker-calendar-period-button-text-weight: 400;
  --mat-datepicker-calendar-header-text-size: 11px;
  --mat-datepicker-calendar-header-text-weight: 400;
}

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

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

html {
  --mat-expansion-container-shape: 4px;
  --mat-expansion-legacy-header-indicator-display: inline-block;
  --mat-expansion-header-indicator-display: none;
}

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-expansion-header-text-font: DM Sans;
  --mat-expansion-header-text-size: 14px;
  --mat-expansion-header-text-weight: 400;
  --mat-expansion-header-text-line-height: inherit;
  --mat-expansion-header-text-tracking: inherit;
  --mat-expansion-container-text-font: DM Sans;
  --mat-expansion-container-text-line-height: 22px;
  --mat-expansion-container-text-size: 16px;
  --mat-expansion-container-text-tracking: normal;
  --mat-expansion-container-text-weight: 400;
}

html {
  --mat-grid-list-tile-header-primary-text-size: 16px;
  --mat-grid-list-tile-header-secondary-text-size: 12px;
  --mat-grid-list-tile-footer-primary-text-size: 16px;
  --mat-grid-list-tile-footer-secondary-text-size: 12px;
}

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

.mat-icon.mat-primary {
  --mat-icon-color: #db7521;
}
.mat-icon.mat-accent {
  --mat-icon-color: #19a0e3;
}
.mat-icon.mat-warn {
  --mat-icon-color: #fc4b6c;
}

html {
  --mat-sidenav-container-shape: 0;
  --mat-sidenav-container-elevation-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-sidenav-container-width: auto;
}

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: #db7521;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #db7521;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #db7521;
  --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: #fc4b6c;
  --mat-stepper-header-icon-background-color: rgba(0, 0, 0, 0.54);
  --mat-stepper-header-error-state-icon-foreground-color: #fc4b6c;
  --mat-stepper-header-error-state-icon-background-color: transparent;
}
html .mat-step-header.mat-accent {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #19a0e3;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #19a0e3;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #19a0e3;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}
html .mat-step-header.mat-warn {
  --mat-stepper-header-icon-foreground-color: white;
  --mat-stepper-header-selected-state-icon-background-color: #fc4b6c;
  --mat-stepper-header-selected-state-icon-foreground-color: white;
  --mat-stepper-header-done-state-icon-background-color: #fc4b6c;
  --mat-stepper-header-done-state-icon-foreground-color: white;
  --mat-stepper-header-edit-state-icon-background-color: #fc4b6c;
  --mat-stepper-header-edit-state-icon-foreground-color: white;
}

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

html {
  --mat-stepper-container-text-font: DM Sans;
  --mat-stepper-header-label-text-font: DM Sans;
  --mat-stepper-header-label-text-size: 16px;
  --mat-stepper-header-label-text-weight: 400;
  --mat-stepper-header-error-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-size: 14px;
  --mat-stepper-header-selected-state-label-text-weight: 400;
}

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: #db7521;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-accent {
  --mat-toolbar-container-background-color: #19a0e3;
  --mat-toolbar-container-text-color: white;
}
.mat-toolbar.mat-warn {
  --mat-toolbar-container-background-color: #fc4b6c;
  --mat-toolbar-container-text-color: white;
}

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

html {
  --mat-toolbar-title-text-font: DM Sans;
  --mat-toolbar-title-text-line-height: 26px;
  --mat-toolbar-title-text-size: 18px;
  --mat-toolbar-title-text-tracking: normal;
  --mat-toolbar-title-text-weight: 600;
}

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;
}

html {
  --mat-tree-node-text-font: DM Sans;
  --mat-tree-node-text-size: 16px;
  --mat-tree-node-text-weight: 400;
}

html .mat-mdc-raised-button.mat-primary,
html .mat-mdc-raised-button.mat-accent,
html .mat-mdc-raised-button.mat-warn,
html .mat-mdc-unelevated-button.mat-primary,
html .mat-mdc-unelevated-button.mat-accent,
html .mat-mdc-unelevated-button.mat-warn,
html .mdc-fab.mat-primary,
html .mdc-fab.mat-accent,
html .mdc-fab.mat-warn {
  color: white;
}
html .mdc-button {
  border-radius: 7px;
}
html .mat-mdc-raised-button {
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.0784313725);
}
html .mat-mdc-fab,
html .mat-mdc-mini-fab,
html .mat-mdc-fab:hover,
html .mat-mdc-fab:focus,
html .mat-mdc-mini-fab:hover,
html .mat-mdc-mini-fab:focus {
  box-shadow: none;
}
html .mat-button-toggle-button {
  font-size: 14px;
}
@media (min-width: 768px) {
  html .flex-sm-row {
    flex-direction: row !important;
  }
}
html .flex-column {
  flex-direction: column;
}
html .mat-drawer {
  background-color: white;
}
html .mat-drawer-container {
  background-color: #fafafa;
}
html .mdc-text-field--outlined .mdc-notched-outline__leading,
html .mdc-text-field--outlined .mdc-notched-outline__trailing,
html .mdc-text-field--outlined .mdc-notched-outline__notch {
  border-color: #e5eaef;
}
html .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}
html .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}
html .mdc-form-field > label {
  font-size: 14px;
}
html .hide-hint .mat-mdc-form-field-subscript-wrapper {
  display: none;
}
html .mdc-checkbox__background {
  border: 1px solid #dfe5ef !important;
  width: 19px;
  height: 19px;
  border-radius: 3px;
}
html .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__checkmark {
  color: #ffffff !important;
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 15px !important;
  height: 15px !important;
  top: unset;
  bottom: unset;
}
html .mat-mdc-checkbox .mdc-checkbox .mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background .mdc-checkbox__mixedmark {
  border-color: #ffffff !important;
}
html .mat-mdc-checkbox-checked .mdc-checkbox__background {
  border: 0 !important;
}
html .mdc-radio__outer-circle {
  border-width: 1px;
}
html .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background .mdc-radio__outer-circle {
  border-color: #e5eaef;
}
html .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled:checked + .mdc-radio__background .mdc-radio__outer-circle {
  border-width: 10px;
}
html .mat-mdc-radio-button .mdc-radio .mdc-radio__native-control:enabled + .mdc-radio__background .mdc-radio__inner-circle {
  border-color: #ffffff;
}
html .topbar {
  background-color: #fafafa;
}

.light-theme .mat-mdc-card,
.dark-theme .mat-mdc-card {
  border-radius: 20px;
}
.light-theme .mat-mdc-card-header,
.dark-theme .mat-mdc-card-header {
  padding: 30px 30px 0;
}
.light-theme .mat-mdc-card-content,
.dark-theme .mat-mdc-card-content {
  padding: 0 30px;
}
.light-theme .mat-mdc-card,
.dark-theme .mat-mdc-card {
  background-color: white;
}
.light-theme .cardWithShadow,
.dark-theme .cardWithShadow {
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.0784313725);
}
.light-theme .mat-mdc-card-title,
.dark-theme .mat-mdc-card-title {
  line-height: 1.6rem;
  font-size: 20px;
  font-weight: 500;
}
.light-theme .mdc-card__actions,
.dark-theme .mdc-card__actions {
  padding: 30px;
}
.light-theme .theme-card.mat-mdc-card .mat-mdc-card-header,
.dark-theme .theme-card.mat-mdc-card .mat-mdc-card-header {
  padding: 16px 30px;
}
.light-theme .theme-card.mat-mdc-card .mat-mdc-card-content,
.dark-theme .theme-card.mat-mdc-card .mat-mdc-card-content {
  padding: 30px;
}
.light-theme .card-hover,
.dark-theme .card-hover {
  transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}
.light-theme .card-hover:hover,
.dark-theme .card-hover:hover {
  scale: 1.01;
  transition: all 0.1s ease-in 0s;
}
.light-theme html .mat-mdc-chip,
.dark-theme html .mat-mdc-chip {
  height: 24px;
  font-size: 14px;
  background-color: #f2f6fa;
}
.light-theme .cardBorder .mdc-card,
.dark-theme .cardBorder .mdc-card {
  box-shadow: none !important;
  border: 1px solid #e5eaef !important;
}
.light-theme .cardBorder .mdc-card.shadow-none,
.dark-theme .cardBorder .mdc-card.shadow-none {
  border: 0 !important;
}
.light-theme .mat-mdc-menu-panel,
.dark-theme .mat-mdc-menu-panel {
  border-radius: 20px;
}
.light-theme .mat-subtitle-2,
.light-theme .mat-subtitle-1,
.light-theme .mat-headline-5,
.light-theme .mat-headline-6,
.light-theme .mat-subtitle-1,
.light-theme .mat-subtitle-2,
.light-theme .mat-body-1,
.light-theme .mat-body-2,
.dark-theme .mat-subtitle-2,
.dark-theme .mat-subtitle-1,
.dark-theme .mat-headline-5,
.dark-theme .mat-headline-6,
.dark-theme .mat-subtitle-1,
.dark-theme .mat-subtitle-2,
.dark-theme .mat-body-1,
.dark-theme .mat-body-2 {
  color: #2a3547;
}
.light-theme .mat-headline-5,
.dark-theme .mat-headline-5 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mat-headline-6,
.dark-theme .mat-headline-6 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mat-subtitle-2,
.dark-theme .mat-subtitle-2 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mat-subtitle-1,
.dark-theme .mat-subtitle-1 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mat-body-1,
.dark-theme .mat-body-1 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mat-body-2,
.dark-theme .mat-body-2 {
  margin: 0;
  color: #2a3547;
}
.light-theme .mdc-list-item__primary-text,
.light-theme .mat-drawer-container,
.light-theme .mat-drawer,
.dark-theme .mdc-list-item__primary-text,
.dark-theme .mat-drawer-container,
.dark-theme .mat-drawer {
  color: #2a3547;
}

.mat-drawer-side {
  border: 0;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.0784313725);
}

.mat-divider {
  border-top-color: #e5eaef;
}

.mdc-data-table__cell,
.mdc-data-table__header-cell {
  padding: 16px;
}

.mdc-data-table__cell, .mdc-data-table__header-cell {
  border-bottom-color: #e5eaef;
}

.mat-mdc-menu-item:hover:not([disabled]) {
  background: #f6f9fc;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  font-family: "DM Sans", sans-serif;
  color: #2a3547;
  font-size: 14px;
  line-height: 1.334rem;
}

html .mat-drawer-container {
  background-color: #fafafa;
}

.mainWrapper {
  display: flex;
  min-height: 100vh;
  width: 100%;
  flex: 1;
  height: 100%;
}

.pageWrapper {
  padding: 12px;
  min-height: 0;
  margin: 0 auto;
  flex: 1;
  width: 100%;
}
.pageWrapper.maxWidth {
  max-width: 1200px;
}

.w-100 {
  width: 100%;
}

.h-100 {
  height: 100%;
}

.min-h-0 {
  min-height: 0;
}

.shadow-none {
  box-shadow: none !important;
}

.rounded {
  border-radius: 7px !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 25px !important;
}

.overflow-hidden {
  overflow: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.position-relative {
  position: relative;
}

.table-responsive {
  max-height: 100%;
  flex: 1 1 auto;
  overflow: auto;
  min-height: 0;
}
.table-responsive td,
.table-responsive mat-cell {
  white-space: nowrap;
  padding: 0px 10px;
}

.table-header-sticky .mat-mdc-header-row {
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 1px 0 20px rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
}

.op-5 {
  opacity: 0.5;
}

.cursor-pointer {
  cursor: pointer;
}

.avatar-group img {
  border: 2px solid white;
  margin-right: -5px;
}
.avatar-group img:last-child {
  margin-right: 0;
}

.text-hover-primary:hover .hover-text {
  color: #db7521;
}

.filter-sidebar {
  width: 290px !important;
}

.bg-gray100 {
  background-color: #f5f5f5 !important;
}

.mat-drawer.sidebarNav {
  width: 270px;
  flex-shrink: 0;
  transition: swift-ease-out(width);
  position: absolute;
  overflow-x: hidden;
}

.branding {
  padding: 14px;
}
.branding a img {
  object-fit: contain;
  height: auto;
  width: 100%;
}

.sidebarNav-mini .sidebarNav {
  width: 80px;
}
.sidebarNav-mini .sidebarNav .profile-bar {
  display: none;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item {
  padding: 8px 17px;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__content {
  display: none;
}
.sidebarNav-mini .sidebarNav .sidebar-list .menu-list-item .mdc-list-item__start {
  margin-left: 6px !important;
  margin-right: 8px !important;
}
.sidebarNav-mini .sidebarNav:hover {
  width: 270px;
}
.sidebarNav-mini .sidebarNav:hover .branding {
  width: 100%;
}
.sidebarNav-mini .sidebarNav:hover .profile-bar {
  display: block;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item {
  padding: 8px 10px;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__content {
  display: inline;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list .menu-list-item .mdc-list-item__start {
  margin-left: 0 !important;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list {
  padding: 0 24px;
}
.sidebarNav-mini .sidebarNav:hover .sidebar-list.mdc-list .mdc-list-group__subheader {
  text-align: left;
}
.sidebarNav-mini .hideMenu {
  overflow: hidden;
  width: 80px;
}
.sidebarNav-mini .branding {
  width: 65px;
  overflow: hidden;
}
.sidebarNav-mini .sidebar-list.mdc-list {
  padding: 0 12px;
}
.sidebarNav-mini .sidebar-list.mdc-list .mdc-list-group__subheader {
  text-align: center;
}
.sidebarNav-mini .contentWrapper {
  margin-left: 80px !important;
  transition: swift-ease-out(width);
}

.customizerBtn {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 9;
}

.sidebar-list.mdc-list {
  padding: 0 24px;
}
.sidebar-list.mdc-list .mdc-list-group__subheader {
  margin: 12px 0;
  font-size: 0.75rem;
  font-weight: 700;
  margin-top: 24px;
  text-transform: uppercase;
}
.sidebar-list.mdc-list .menu-list-item {
  border-radius: 7px;
  height: 45px;
  padding: 8px 10px !important;
  margin-bottom: 2px;
}
.sidebar-list.mdc-list .menu-list-item.twoline {
  height: 60px;
  align-items: center;
}
.sidebar-list.mdc-list .menu-list-item:before, .sidebar-list.mdc-list .menu-list-item:focus {
  z-index: -1;
}
.sidebar-list.mdc-list .menu-list-item.disabled {
  opacity: 0.38;
}
.sidebar-list.mdc-list .menu-list-item .item-chip {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.sidebar-list.mdc-list .menu-list-item.activeMenu .mdc-list-item__primary-text {
  color: #ffffff !important;
}
.sidebar-list.mdc-list .menu-list-item.activeMenu .mat-mdc-list-item-icon {
  color: #ffffff !important;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__start {
  margin-right: 14px;
  margin-left: 4px !important;
  width: 20px;
  height: 20px;
  fill: transparent !important;
  color: #2a3547;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon {
  display: flex;
}
.sidebar-list.mdc-list .menu-list-item .mdc-list-item__primary-text .arrow-icon .mat-icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 1024px) {
  .sidebarNav-mini .contentWrapper {
    margin-left: 80px !important;
  }
}
.flex-layout {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.ng-scroll-content {
  display: block !important;
}

html .topbar {
  background-color: #fafafa;
  position: sticky;
  top: 0;
  z-index: 9;
  height: 50px;
}

.topbar-dd {
  min-width: 360px !important;
}

.apps-dd {
  min-width: 830px !important;
  overflow: unset !important;
}
.apps-dd .mat-mdc-menu-content {
  padding: 0;
}

.upgrade-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
}

.object-cover {
  object-fit: cover;
}

@media (min-width: 768px) {
  .search-dialog {
    width: 600px;
  }
}
.ps__rail-y {
  right: 0;
  left: unset !important;
}

.profile-dd {
  margin-top: -5px;
  margin-left: -5px;
}

.badge-position {
  position: absolute;
  top: 0;
  right: 0;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col, .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col-sm, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

@media (min-width: 600px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-sm-12 {
    margin-left: 100%;
  }
}
@media (min-width: 960px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-md-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-lg-12 {
    margin-left: 100%;
  }
}
@media (min-width: 2100px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .offset-xl-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  body .d-lg-flex {
    display: flex !important;
  }
  body .d-lg-none {
    display: none !important;
  }
  body .align-items-lg-center {
    align-items: center !important;
  }
}
@media (min-width: 768px) {
  body .d-sm-flex {
    display: flex !important;
  }
  body .d-md-none {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .p-xs-6 {
    padding: 0 6px !important;
  }
}
.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-1-auto {
  flex: 1 1 0%;
}

.lh-lg {
  line-height: 36px !important;
}

.lh-sm {
  line-height: 20px !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-col {
  flex-direction: column !important;
}

.flex-col-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.m-0 {
  margin: 0 !important;
}

.m-2 {
  margin: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.m-6 {
  margin: 7px !important;
}

.m-8 {
  margin: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-16 {
  margin: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-24 {
  margin: 24px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-32 {
  margin: 32px !important;
}

.m-48 {
  margin: 48px !important;
}

.m-auto {
  margin: auto !important;
}

.m-x-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.m-x-2 {
  margin-left: 2px !important;
  margin-right: 2px !important;
}

.m-x-4 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.m-x-6 {
  margin-left: 7px !important;
  margin-right: 7px !important;
}

.m-x-8 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.m-x-10 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.m-x-12 {
  margin-left: 12px !important;
  margin-right: 12px !important;
}

.m-x-15 {
  margin-left: 15px !important;
  margin-right: 15px !important;
}

.m-x-16 {
  margin-left: 16px !important;
  margin-right: 16px !important;
}

.m-x-18 {
  margin-left: 18px !important;
  margin-right: 18px !important;
}

.m-x-20 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.m-x-24 {
  margin-left: 24px !important;
  margin-right: 24px !important;
}

.m-x-30 {
  margin-left: 30px !important;
  margin-right: 30px !important;
}

.m-x-32 {
  margin-left: 32px !important;
  margin-right: 32px !important;
}

.m-x-48 {
  margin-left: 48px !important;
  margin-right: 48px !important;
}

.m-x-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-y-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.m-y-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.m-y-6 {
  margin-top: 7px !important;
  margin-bottom: 7px !important;
}

.m-y-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.m-y-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.m-y-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.m-y-15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.m-y-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.m-y-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.m-y-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.m-y-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.m-y-30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.m-y-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.m-y-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.m-y-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-t-2 {
  margin-top: 2px !important;
}

.m-t-4 {
  margin-top: 4px !important;
}

.m-t-6 {
  margin-top: 7px !important;
}

.m-t-8 {
  margin-top: 8px !important;
}

.m-t-10 {
  margin-top: 10px !important;
}

.m-t-12 {
  margin-top: 12px !important;
}

.m-t-15 {
  margin-top: 15px !important;
}

.m-t-16 {
  margin-top: 16px !important;
}

.m-t-18 {
  margin-top: 18px !important;
}

.m-t-20 {
  margin-top: 20px !important;
}

.m-t-24 {
  margin-top: 24px !important;
}

.m-t-30 {
  margin-top: 30px !important;
}

.m-t-32 {
  margin-top: 32px !important;
}

.m-t-48 {
  margin-top: 48px !important;
}

.m-t-auto {
  margin-top: auto !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-b-2 {
  margin-bottom: 2px !important;
}

.m-b-4 {
  margin-bottom: 4px !important;
}

.m-b-6 {
  margin-bottom: 7px !important;
}

.m-b-8 {
  margin-bottom: 8px !important;
}

.m-b-10 {
  margin-bottom: 10px !important;
}

.m-b-12 {
  margin-bottom: 12px !important;
}

.m-b-15 {
  margin-bottom: 15px !important;
}

.m-b-16 {
  margin-bottom: 16px !important;
}

.m-b-18 {
  margin-bottom: 18px !important;
}

.m-b-20 {
  margin-bottom: 20px !important;
}

.m-b-24 {
  margin-bottom: 24px !important;
}

.m-b-30 {
  margin-bottom: 30px !important;
}

.m-b-32 {
  margin-bottom: 32px !important;
}

.m-b-48 {
  margin-bottom: 48px !important;
}

.m-b-auto {
  margin-bottom: auto !important;
}

.m--2 {
  margin: -2px !important;
}

.m--4 {
  margin: -4px !important;
}

.m--6 {
  margin: -7px !important;
}

.m--8 {
  margin: -8px !important;
}

.m--10 {
  margin: -10px !important;
}

.m--12 {
  margin: -12px !important;
}

.m--15 {
  margin: -15px !important;
}

.m--16 {
  margin: -16px !important;
}

.m--18 {
  margin: -18px !important;
}

.m--20 {
  margin: -20px !important;
}

.m--24 {
  margin: -24px !important;
}

.m--30 {
  margin: -30px !important;
}

.m--32 {
  margin: -32px !important;
}

.m--48 {
  margin: -48px !important;
}

.m-x--2 {
  margin-left: -2px !important;
  margin-right: -2px !important;
}

.m-x--4 {
  margin-left: -4px !important;
  margin-right: -4px !important;
}

.m-x--6 {
  margin-left: -7px !important;
  margin-right: -7px !important;
}

.m-x--8 {
  margin-left: -8px !important;
  margin-right: -8px !important;
}

.m-x--10 {
  margin-left: -10px !important;
  margin-right: -10px !important;
}

.m-x--12 {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.m-x--15 {
  margin-left: -15px !important;
  margin-right: -15px !important;
}

.m-x--16 {
  margin-left: -16px !important;
  margin-right: -16px !important;
}

.m-x--18 {
  margin-left: -18px !important;
  margin-right: -18px !important;
}

.m-x--20 {
  margin-left: -20px !important;
  margin-right: -20px !important;
}

.m-x--24 {
  margin-left: -24px !important;
  margin-right: -24px !important;
}

.m-x--30 {
  margin-left: -30px !important;
  margin-right: -30px !important;
}

.m-x--32 {
  margin-left: -32px !important;
  margin-right: -32px !important;
}

.m-x--48 {
  margin-left: -48px !important;
  margin-right: -48px !important;
}

.m-y--2 {
  margin-top: -2px !important;
  margin-bottom: -2px !important;
}

.m-y--4 {
  margin-top: -4px !important;
  margin-bottom: -4px !important;
}

.m-y--6 {
  margin-top: -7px !important;
  margin-bottom: -7px !important;
}

.m-y--8 {
  margin-top: -8px !important;
  margin-bottom: -8px !important;
}

.m-y--10 {
  margin-top: -10px !important;
  margin-bottom: -10px !important;
}

.m-y--12 {
  margin-top: -12px !important;
  margin-bottom: -12px !important;
}

.m-y--15 {
  margin-top: -15px !important;
  margin-bottom: -15px !important;
}

.m-y--16 {
  margin-top: -16px !important;
  margin-bottom: -16px !important;
}

.m-y--18 {
  margin-top: -18px !important;
  margin-bottom: -18px !important;
}

.m-y--20 {
  margin-top: -20px !important;
  margin-bottom: -20px !important;
}

.m-y--24 {
  margin-top: -24px !important;
  margin-bottom: -24px !important;
}

.m-y--30 {
  margin-top: -30px !important;
  margin-bottom: -30px !important;
}

.m-y--32 {
  margin-top: -32px !important;
  margin-bottom: -32px !important;
}

.m-y--48 {
  margin-top: -48px !important;
  margin-bottom: -48px !important;
}

.m-t--2 {
  margin-top: -2px !important;
}

.m-t--4 {
  margin-top: -4px !important;
}

.m-t--6 {
  margin-top: -7px !important;
}

.m-t--8 {
  margin-top: -8px !important;
}

.m-t--10 {
  margin-top: -10px !important;
}

.m-t--12 {
  margin-top: -12px !important;
}

.m-t--15 {
  margin-top: -15px !important;
}

.m-t--16 {
  margin-top: -16px !important;
}

.m-t--18 {
  margin-top: -18px !important;
}

.m-t--20 {
  margin-top: -20px !important;
}

.m-t--24 {
  margin-top: -24px !important;
}

.m-t--30 {
  margin-top: -30px !important;
}

.m-t--32 {
  margin-top: -32px !important;
}

.m-t--48 {
  margin-top: -48px !important;
}

.m-r--2 {
  margin-right: -2px !important;
}

.m-r--4 {
  margin-right: -4px !important;
}

.m-r--6 {
  margin-right: -7px !important;
}

.m-r--8 {
  margin-right: -8px !important;
}

.m-r--10 {
  margin-right: -10px !important;
}

.m-r--12 {
  margin-right: -12px !important;
}

.m-r--15 {
  margin-right: -15px !important;
}

.m-r--16 {
  margin-right: -16px !important;
}

.m-r--18 {
  margin-right: -18px !important;
}

.m-r--20 {
  margin-right: -20px !important;
}

.m-r--24 {
  margin-right: -24px !important;
}

.m-r--30 {
  margin-right: -30px !important;
}

.m-r--32 {
  margin-right: -32px !important;
}

.m-r--48 {
  margin-right: -48px !important;
}

.m-b--2 {
  margin-bottom: -2px !important;
}

.m-b--4 {
  margin-bottom: -4px !important;
}

.m-b--6 {
  margin-bottom: -7px !important;
}

.m-b--8 {
  margin-bottom: -8px !important;
}

.m-b--10 {
  margin-bottom: -10px !important;
}

.m-b--12 {
  margin-bottom: -12px !important;
}

.m-b--15 {
  margin-bottom: -15px !important;
}

.m-b--16 {
  margin-bottom: -16px !important;
}

.m-b--18 {
  margin-bottom: -18px !important;
}

.m-b--20 {
  margin-bottom: -20px !important;
}

.m-b--24 {
  margin-bottom: -24px !important;
}

.m-b--30 {
  margin-bottom: -30px !important;
}

.m-b--32 {
  margin-bottom: -32px !important;
}

.m-b--48 {
  margin-bottom: -48px !important;
}

.m-l--2 {
  margin-left: -2px !important;
}

.m-l--4 {
  margin-left: -4px !important;
}

.m-l--6 {
  margin-left: -7px !important;
}

.m-l--8 {
  margin-left: -8px !important;
}

.m-l--10 {
  margin-left: -10px !important;
}

.m-l--12 {
  margin-left: -12px !important;
}

.m-l--15 {
  margin-left: -15px !important;
}

.m-l--16 {
  margin-left: -16px !important;
}

.m-l--18 {
  margin-left: -18px !important;
}

.m-l--20 {
  margin-left: -20px !important;
}

.m-l--24 {
  margin-left: -24px !important;
}

.m-l--30 {
  margin-left: -30px !important;
}

.m-l--32 {
  margin-left: -32px !important;
}

.m-l--48 {
  margin-left: -48px !important;
}

.p-0 {
  padding: 0 !important;
}

.p-2 {
  padding: 2px !important;
}

.p-4 {
  padding: 4px !important;
}

.p-6 {
  padding: 7px !important;
}

.p-8 {
  padding: 8px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-12 {
  padding: 12px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-16 {
  padding: 16px !important;
}

.p-18 {
  padding: 18px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-24 {
  padding: 24px !important;
}

.p-30 {
  padding: 30px !important;
}

.p-32 {
  padding: 32px !important;
}

.p-48 {
  padding: 48px !important;
}

.p-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.p-x-2 {
  padding-left: 2px !important;
  padding-right: 2px !important;
}

.p-x-4 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.p-x-6 {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

.p-x-8 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.p-x-10 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.p-x-12 {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.p-x-15 {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.p-x-16 {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.p-x-18 {
  padding-left: 18px !important;
  padding-right: 18px !important;
}

.p-x-20 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.p-x-24 {
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.p-x-30 {
  padding-left: 30px !important;
  padding-right: 30px !important;
}

.p-x-32 {
  padding-left: 32px !important;
  padding-right: 32px !important;
}

.p-x-48 {
  padding-left: 48px !important;
  padding-right: 48px !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-y-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.p-y-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.p-y-6 {
  padding-top: 7px !important;
  padding-bottom: 7px !important;
}

.p-y-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.p-y-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.p-y-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.p-y-15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.p-y-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.p-y-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.p-y-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.p-y-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.p-y-30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.p-y-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.p-y-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-t-2 {
  padding-top: 2px !important;
}

.p-t-4 {
  padding-top: 4px !important;
}

.p-t-6 {
  padding-top: 7px !important;
}

.p-t-8 {
  padding-top: 8px !important;
}

.p-t-10 {
  padding-top: 10px !important;
}

.p-t-12 {
  padding-top: 12px !important;
}

.p-t-15 {
  padding-top: 15px !important;
}

.p-t-16 {
  padding-top: 16px !important;
}

.p-t-18 {
  padding-top: 18px !important;
}

.p-t-20 {
  padding-top: 20px !important;
}

.p-t-24 {
  padding-top: 24px !important;
}

.p-t-30 {
  padding-top: 30px !important;
}

.p-t-32 {
  padding-top: 32px !important;
}

.p-t-48 {
  padding-top: 48px !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-b-2 {
  padding-bottom: 2px !important;
}

.p-b-4 {
  padding-bottom: 4px !important;
}

.p-b-6 {
  padding-bottom: 7px !important;
}

.p-b-8 {
  padding-bottom: 8px !important;
}

.p-b-10 {
  padding-bottom: 10px !important;
}

.p-b-12 {
  padding-bottom: 12px !important;
}

.p-b-15 {
  padding-bottom: 15px !important;
}

.p-b-16 {
  padding-bottom: 16px !important;
}

.p-b-18 {
  padding-bottom: 18px !important;
}

.p-b-20 {
  padding-bottom: 20px !important;
}

.p-b-24 {
  padding-bottom: 24px !important;
}

.p-b-30 {
  padding-bottom: 30px !important;
}

.p-b-32 {
  padding-bottom: 32px !important;
}

.p-b-48 {
  padding-bottom: 48px !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-2 {
  gap: 2px !important;
}

.gap-4 {
  gap: 4px !important;
}

.gap-6 {
  gap: 7px !important;
}

.gap-8 {
  gap: 8px !important;
}

.gap-10 {
  gap: 10px !important;
}

.gap-12 {
  gap: 12px !important;
}

.gap-15 {
  gap: 15px !important;
}

.gap-16 {
  gap: 16px !important;
}

.gap-18 {
  gap: 18px !important;
}

.gap-20 {
  gap: 20px !important;
}

.gap-24 {
  gap: 24px !important;
}

.gap-30 {
  gap: 30px !important;
}

.gap-32 {
  gap: 32px !important;
}

.gap-48 {
  gap: 48px !important;
}

.gap-x-0 {
  column-gap: 0 !important;
}

.gap-x-2 {
  column-gap: 2px !important;
}

.gap-x-4 {
  column-gap: 4px !important;
}

.gap-x-6 {
  column-gap: 7px !important;
}

.gap-x-8 {
  column-gap: 8px !important;
}

.gap-x-10 {
  column-gap: 10px !important;
}

.gap-x-12 {
  column-gap: 12px !important;
}

.gap-x-15 {
  column-gap: 15px !important;
}

.gap-x-16 {
  column-gap: 16px !important;
}

.gap-x-18 {
  column-gap: 18px !important;
}

.gap-x-20 {
  column-gap: 20px !important;
}

.gap-x-24 {
  column-gap: 24px !important;
}

.gap-x-30 {
  column-gap: 30px !important;
}

.gap-x-32 {
  column-gap: 32px !important;
}

.gap-x-48 {
  column-gap: 48px !important;
}

.gap-y-0 {
  row-gap: 0 !important;
}

.gap-y-2 {
  row-gap: 2px !important;
}

.gap-y-4 {
  row-gap: 4px !important;
}

.gap-y-6 {
  row-gap: 7px !important;
}

.gap-y-8 {
  row-gap: 8px !important;
}

.gap-y-10 {
  row-gap: 10px !important;
}

.gap-y-12 {
  row-gap: 12px !important;
}

.gap-y-15 {
  row-gap: 15px !important;
}

.gap-y-16 {
  row-gap: 16px !important;
}

.gap-y-18 {
  row-gap: 18px !important;
}

.gap-y-20 {
  row-gap: 20px !important;
}

.gap-y-24 {
  row-gap: 24px !important;
}

.gap-y-30 {
  row-gap: 30px !important;
}

.gap-y-32 {
  row-gap: 32px !important;
}

.gap-y-48 {
  row-gap: 48px !important;
}

.b-0 {
  border: 0 !important;
}

.b-1 {
  border: 1px solid #e5eaef !important;
}

.b-2 {
  border: 2px solid #e5eaef !important;
}

.b-4 {
  border: 4px solid #e5eaef !important;
}

.b-8 {
  border: 8px solid #e5eaef !important;
}

.b-t-0 {
  border-top: 0 !important;
}

.b-t-1 {
  border-top: 1px solid #e5eaef !important;
}

.b-t-2 {
  border-top: 2px solid #e5eaef !important;
}

.b-t-4 {
  border-top: 4px solid #e5eaef !important;
}

.b-t-8 {
  border-top: 8px solid #e5eaef !important;
}

.b-b-0 {
  border-bottom: 0 !important;
}

.b-b-1 {
  border-bottom: 1px solid #e5eaef !important;
}

.b-b-2 {
  border-bottom: 2px solid #e5eaef !important;
}

.b-b-4 {
  border-bottom: 4px solid #e5eaef !important;
}

.b-b-8 {
  border-bottom: 8px solid #e5eaef !important;
}

.b-l-0 {
  border-left: 0 !important;
}

.b-l-1 {
  border-left: 1px solid #e5eaef !important;
}

.b-l-2 {
  border-left: 2px solid #e5eaef !important;
}

.b-l-4 {
  border-left: 4px solid #e5eaef !important;
}

.b-l-8 {
  border-left: 8px solid #e5eaef !important;
}

.b-r-0 {
  border-right: 0 !important;
}

.b-r-1 {
  border-right: 1px solid #e5eaef !important;
}

.b-r-2 {
  border-right: 2px solid #e5eaef !important;
}

.b-r-4 {
  border-right: 4px solid #e5eaef !important;
}

.b-r-8 {
  border-right: 8px solid #e5eaef !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-7 {
  border-radius: 7px !important;
}

.rounded-8 {
  border-radius: 14px !important;
}

.rounded-12 {
  border-radius: 21px !important;
}

.rounded-16 {
  border-radius: 28px !important;
}

.rounded-full {
  border-radius: 9999px !important;
}

.r-t-l-0 {
  border-top-left-radius: 0 !important;
}

.r-t-l-7 {
  border-top-left-radius: 7px !important;
}

.r-t-l-8 {
  border-top-left-radius: 14px !important;
}

.r-t-l-12 {
  border-top-left-radius: 21px !important;
}

.r-t-l-16 {
  border-top-left-radius: 28px !important;
}

.r-t-l-full {
  border-top-left-radius: 9999px !important;
}

.r-t-r-0 {
  border-top-right-radius: 0 !important;
}

.r-t-r-7 {
  border-top-right-radius: 7px !important;
}

.r-t-r-8 {
  border-top-right-radius: 14px !important;
}

.r-t-r-12 {
  border-top-right-radius: 21px !important;
}

.r-t-r-16 {
  border-top-right-radius: 28px !important;
}

.r-t-r-full {
  border-top-right-radius: 9999px !important;
}

.r-b-r-0 {
  border-bottom-right-radius: 0 !important;
}

.r-b-r-7 {
  border-bottom-right-radius: 7px !important;
}

.r-b-r-8 {
  border-bottom-right-radius: 14px !important;
}

.r-b-r-12 {
  border-bottom-right-radius: 21px !important;
}

.r-b-r-16 {
  border-bottom-right-radius: 28px !important;
}

.r-b-r-full {
  border-bottom-right-radius: 9999px !important;
}

.r-b-l-0 {
  border-bottom-left-radius: 0 !important;
}

.r-b-l-7 {
  border-bottom-left-radius: 7px !important;
}

.r-b-l-8 {
  border-bottom-left-radius: 14px !important;
}

.r-b-l-12 {
  border-bottom-left-radius: 21px !important;
}

.r-b-l-16 {
  border-bottom-left-radius: 28px !important;
}

.r-b-l-full {
  border-bottom-left-radius: 9999px !important;
}

.r-t-0 {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.r-t-7 {
  border-top-left-radius: 7px !important;
  border-top-right-radius: 7px !important;
}

.r-t-8 {
  border-top-left-radius: 14px !important;
  border-top-right-radius: 14px !important;
}

.r-t-12 {
  border-top-left-radius: 21px !important;
  border-top-right-radius: 21px !important;
}

.r-t-16 {
  border-top-left-radius: 28px !important;
  border-top-right-radius: 28px !important;
}

.r-t-full {
  border-top-left-radius: 9999px !important;
  border-top-right-radius: 9999px !important;
}

.r-b-0 {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.r-b-7 {
  border-bottom-left-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.r-b-8 {
  border-bottom-left-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.r-b-12 {
  border-bottom-left-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}

.r-b-16 {
  border-bottom-left-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.r-b-full {
  border-bottom-left-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.r-l-0 {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.r-l-7 {
  border-top-left-radius: 7px !important;
  border-bottom-left-radius: 7px !important;
}

.r-l-8 {
  border-top-left-radius: 14px !important;
  border-bottom-left-radius: 14px !important;
}

.r-l-12 {
  border-top-left-radius: 21px !important;
  border-bottom-left-radius: 21px !important;
}

.r-l-16 {
  border-top-left-radius: 28px !important;
  border-bottom-left-radius: 28px !important;
}

.r-l-full {
  border-top-left-radius: 9999px !important;
  border-bottom-left-radius: 9999px !important;
}

.r-r-0 {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.r-r-7 {
  border-top-right-radius: 7px !important;
  border-bottom-right-radius: 7px !important;
}

.r-r-8 {
  border-top-right-radius: 14px !important;
  border-bottom-right-radius: 14px !important;
}

.r-r-12 {
  border-top-right-radius: 21px !important;
  border-bottom-right-radius: 21px !important;
}

.r-r-16 {
  border-top-right-radius: 28px !important;
  border-bottom-right-radius: 28px !important;
}

.r-r-full {
  border-top-right-radius: 9999px !important;
  border-bottom-right-radius: 9999px !important;
}

.f-s-0 {
  font-size: 0 !important;
}

.f-s-10 {
  font-size: 10px !important;
}

.f-s-12 {
  font-size: 12px !important;
}

.f-s-14 {
  font-size: 14px !important;
}

.f-s-15 {
  font-size: 15px !important;
}

.f-s-16 {
  font-size: 16px !important;
}

.f-s-18 {
  font-size: 18px !important;
}

.f-s-20 {
  font-size: 20px !important;
}

.f-s-24 {
  font-size: 24px !important;
}

.f-s-30 {
  font-size: 30px !important;
}

.f-w-100 {
  font-weight: 100 !important;
}

.f-w-200 {
  font-weight: 200 !important;
}

.f-w-300 {
  font-weight: 300 !important;
}

.f-w-400 {
  font-weight: 400 !important;
}

.f-w-500 {
  font-weight: 500 !important;
}

.f-w-600 {
  font-weight: 600 !important;
}

.f-w-700 {
  font-weight: 700 !important;
}

.f-w-800 {
  font-weight: 800 !important;
}

.f-w-900 {
  font-weight: 900 !important;
}

.font-italic {
  font-style: italic !important;
}

.font-normal {
  font-style: normal !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-left {
  text-align: left !important;
}

.text-none {
  text-decoration: none !important;
}

.text-underline {
  text-decoration: underline !important;
}

.text-line-through {
  text-decoration: line-through !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

.text-ellipsis {
  text-overflow: ellipsis !important;
}

.text-reset {
  color: inherit !important;
}

.text-current {
  color: currentColor !important;
}

[dir=ltr] .m-r-0 {
  margin-right: 0 !important;
}

[dir=ltr] .m-r-2 {
  margin-right: 2px !important;
}

[dir=ltr] .m-r-4 {
  margin-right: 4px !important;
}

[dir=ltr] .m-r-6 {
  margin-right: 7px !important;
}

[dir=ltr] .m-r-8 {
  margin-right: 8px !important;
}

[dir=ltr] .m-r-10 {
  margin-right: 10px !important;
}

[dir=ltr] .m-r-12 {
  margin-right: 12px !important;
}

[dir=ltr] .m-r-15 {
  margin-right: 15px !important;
}

[dir=ltr] .m-r-16 {
  margin-right: 16px !important;
}

[dir=ltr] .m-r-18 {
  margin-right: 18px !important;
}

[dir=ltr] .m-r-20 {
  margin-right: 20px !important;
}

[dir=ltr] .m-r-24 {
  margin-right: 24px !important;
}

[dir=ltr] .m-r-30 {
  margin-right: 30px !important;
}

[dir=ltr] .m-r-32 {
  margin-right: 32px !important;
}

[dir=ltr] .m-r-48 {
  margin-right: 48px !important;
}

[dir=ltr] .m-r-auto {
  margin-right: auto !important;
}

[dir=ltr] .m-l-0 {
  margin-left: 0 !important;
}

[dir=ltr] .m-l-2 {
  margin-left: 2px !important;
}

[dir=ltr] .m-l-4 {
  margin-left: 4px !important;
}

[dir=ltr] .m-l-6 {
  margin-left: 7px !important;
}

[dir=ltr] .m-l-8 {
  margin-left: 8px !important;
}

[dir=ltr] .m-l-10 {
  margin-left: 10px !important;
}

[dir=ltr] .m-l-12 {
  margin-left: 12px !important;
}

[dir=ltr] .m-l-15 {
  margin-left: 15px !important;
}

[dir=ltr] .m-l-16 {
  margin-left: 16px !important;
}

[dir=ltr] .m-l-18 {
  margin-left: 18px !important;
}

[dir=ltr] .m-l-20 {
  margin-left: 20px !important;
}

[dir=ltr] .m-l-24 {
  margin-left: 24px !important;
}

[dir=ltr] .m-l-30 {
  margin-left: 30px !important;
}

[dir=ltr] .m-l-32 {
  margin-left: 32px !important;
}

[dir=ltr] .m-l-48 {
  margin-left: 48px !important;
}

[dir=ltr] .m-l-auto {
  margin-left: auto !important;
}

[dir=ltr] .p-l-0 {
  padding-left: 0 !important;
}

[dir=ltr] .p-l-2 {
  padding-left: 2px !important;
}

[dir=ltr] .p-l-4 {
  padding-left: 4px !important;
}

[dir=ltr] .p-l-6 {
  padding-left: 7px !important;
}

[dir=ltr] .p-l-8 {
  padding-left: 8px !important;
}

[dir=ltr] .p-l-10 {
  padding-left: 10px !important;
}

[dir=ltr] .p-l-12 {
  padding-left: 12px !important;
}

[dir=ltr] .p-l-15 {
  padding-left: 15px !important;
}

[dir=ltr] .p-l-16 {
  padding-left: 16px !important;
}

[dir=ltr] .p-l-18 {
  padding-left: 18px !important;
}

[dir=ltr] .p-l-20 {
  padding-left: 20px !important;
}

[dir=ltr] .p-l-24 {
  padding-left: 24px !important;
}

[dir=ltr] .p-l-30 {
  padding-left: 30px !important;
}

[dir=ltr] .p-l-32 {
  padding-left: 32px !important;
}

[dir=ltr] .p-l-48 {
  padding-left: 48px !important;
}

[dir=ltr] .p-r-0 {
  padding-right: 0 !important;
}

[dir=ltr] .p-r-2 {
  padding-right: 2px !important;
}

[dir=ltr] .p-r-4 {
  padding-right: 4px !important;
}

[dir=ltr] .p-r-6 {
  padding-right: 7px !important;
}

[dir=ltr] .p-r-8 {
  padding-right: 8px !important;
}

[dir=ltr] .p-r-10 {
  padding-right: 10px !important;
}

[dir=ltr] .p-r-12 {
  padding-right: 12px !important;
}

[dir=ltr] .p-r-15 {
  padding-right: 15px !important;
}

[dir=ltr] .p-r-16 {
  padding-right: 16px !important;
}

[dir=ltr] .p-r-18 {
  padding-right: 18px !important;
}

[dir=ltr] .p-r-20 {
  padding-right: 20px !important;
}

[dir=ltr] .p-r-24 {
  padding-right: 24px !important;
}

[dir=ltr] .p-r-30 {
  padding-right: 30px !important;
}

[dir=ltr] .p-r-32 {
  padding-right: 32px !important;
}

[dir=ltr] .p-r-48 {
  padding-right: 48px !important;
}

[dir=rtl] .m-r-0 {
  margin-left: 0 !important;
}

[dir=rtl] .m-r-2 {
  margin-left: 2px !important;
}

[dir=rtl] .m-r-4 {
  margin-left: 4px !important;
}

[dir=rtl] .m-r-6 {
  margin-left: 7px !important;
}

[dir=rtl] .m-r-8 {
  margin-left: 8px !important;
}

[dir=rtl] .m-r-10 {
  margin-left: 10px !important;
}

[dir=rtl] .m-r-12 {
  margin-left: 12px !important;
}

[dir=rtl] .m-r-15 {
  margin-left: 15px !important;
}

[dir=rtl] .m-r-16 {
  margin-left: 16px !important;
}

[dir=rtl] .m-r-18 {
  margin-left: 18px !important;
}

[dir=rtl] .m-r-20 {
  margin-left: 20px !important;
}

[dir=rtl] .m-r-24 {
  margin-left: 24px !important;
}

[dir=rtl] .m-r-30 {
  margin-left: 30px !important;
}

[dir=rtl] .m-r-32 {
  margin-left: 32px !important;
}

[dir=rtl] .m-r-48 {
  margin-left: 48px !important;
}

[dir=rtl] .m-r-auto {
  margin-left: auto !important;
}

[dir=rtl] .m-l-0 {
  margin-right: 0 !important;
}

[dir=rtl] .m-l-2 {
  margin-right: 2px !important;
}

[dir=rtl] .m-l-4 {
  margin-right: 4px !important;
}

[dir=rtl] .m-l-6 {
  margin-right: 7px !important;
}

[dir=rtl] .m-l-8 {
  margin-right: 8px !important;
}

[dir=rtl] .m-l-10 {
  margin-right: 10px !important;
}

[dir=rtl] .m-l-12 {
  margin-right: 12px !important;
}

[dir=rtl] .m-l-15 {
  margin-right: 15px !important;
}

[dir=rtl] .m-l-16 {
  margin-right: 16px !important;
}

[dir=rtl] .m-l-18 {
  margin-right: 18px !important;
}

[dir=rtl] .m-l-20 {
  margin-right: 20px !important;
}

[dir=rtl] .m-l-24 {
  margin-right: 24px !important;
}

[dir=rtl] .m-l-30 {
  margin-right: 30px !important;
}

[dir=rtl] .m-l-32 {
  margin-right: 32px !important;
}

[dir=rtl] .m-l-48 {
  margin-right: 48px !important;
}

[dir=rtl] .m-l-auto {
  margin-right: auto !important;
}

[dir=rtl] .p-l-0 {
  padding-right: 0 !important;
}

[dir=rtl] .p-l-2 {
  padding-right: 2px !important;
}

[dir=rtl] .p-l-4 {
  padding-right: 4px !important;
}

[dir=rtl] .p-l-6 {
  padding-right: 7px !important;
}

[dir=rtl] .p-l-8 {
  padding-right: 8px !important;
}

[dir=rtl] .p-l-10 {
  padding-right: 10px !important;
}

[dir=rtl] .p-l-12 {
  padding-right: 12px !important;
}

[dir=rtl] .p-l-15 {
  padding-right: 15px !important;
}

[dir=rtl] .p-l-16 {
  padding-right: 16px !important;
}

[dir=rtl] .p-l-18 {
  padding-right: 18px !important;
}

[dir=rtl] .p-l-20 {
  padding-right: 20px !important;
}

[dir=rtl] .p-l-24 {
  padding-right: 24px !important;
}

[dir=rtl] .p-l-30 {
  padding-right: 30px !important;
}

[dir=rtl] .p-l-32 {
  padding-right: 32px !important;
}

[dir=rtl] .p-l-48 {
  padding-right: 48px !important;
}

[dir=rtl] .p-r-0 {
  padding-left: 0 !important;
}

[dir=rtl] .p-r-2 {
  padding-left: 2px !important;
}

[dir=rtl] .p-r-4 {
  padding-left: 4px !important;
}

[dir=rtl] .p-r-6 {
  padding-left: 7px !important;
}

[dir=rtl] .p-r-8 {
  padding-left: 8px !important;
}

[dir=rtl] .p-r-10 {
  padding-left: 10px !important;
}

[dir=rtl] .p-r-12 {
  padding-left: 12px !important;
}

[dir=rtl] .p-r-15 {
  padding-left: 15px !important;
}

[dir=rtl] .p-r-16 {
  padding-left: 16px !important;
}

[dir=rtl] .p-r-18 {
  padding-left: 18px !important;
}

[dir=rtl] .p-r-20 {
  padding-left: 20px !important;
}

[dir=rtl] .p-r-24 {
  padding-left: 24px !important;
}

[dir=rtl] .p-r-30 {
  padding-left: 30px !important;
}

[dir=rtl] .p-r-32 {
  padding-left: 32px !important;
}

[dir=rtl] .p-r-48 {
  padding-left: 48px !important;
}

.blank-layout-container {
  height: 100vh;
  display: flex;
  background-size: cover;
  align-items: center;
}

.auth-title {
  font-size: 36px;
  line-height: 44px;
}

.bg-gredient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: radial-gradient(rgb(210, 241, 223), rgb(211, 215, 250), rgb(186, 216, 244)) 0% 0%/400% 400%;
  animation: 15s ease 0s infinite normal none running gradient;
  z-index: -1;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 50% 0%;
  }
}
.img-height {
  height: calc(100vh - 83px);
}

.custom-row.row {
  margin-right: -8px;
  margin-left: -8px;
}
.custom-row.row .col-2,
.custom-row.row .col-12 {
  padding-right: 8px;
  padding-left: 8px;
}

.or-border {
  position: relative;
  text-align: center;
}
.or-border:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100px;
  top: 50%;
  height: 1px;
  background: #e5eaef;
}
.or-border:after {
  content: "";
  position: absolute;
  right: 0;
  width: 100px;
  top: 50%;
  height: 1px;
  background: #e5eaef;
}

.boxed-auth {
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
}

.max-width-form {
  max-width: 450px;
}

.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__leading,
.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__notch,
.mat-mdc-form-field.mat-form-field-invalid .mdc-notched-outline__trailing {
  border-color: #fc4b6c !important;
}

.error-msg {
  position: absolute;
  top: -19px;
  right: 3px;
}

.timeline {
  position: relative;
}
.timeline .timeline-item {
  position: relative;
  height: 70px;
}
.timeline .timeline-item .time {
  padding: 6px 16px 6px 0;
  min-width: 90px;
  flex-shrink: 0;
}
.timeline .timeline-item .desc {
  padding: 6px 16px;
}
.timeline .timeline-item .timline-border {
  width: 1px;
  height: 100%;
  background-color: #e5eaef;
  flex-shrink: 0;
}
.timeline .timeline-item .point {
  flex-direction: column;
}
.timeline .timeline-item .point .timeline-badge {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: transparent;
  flex-shrink: 0;
}
.timeline .timeline-item .point .timeline-badge.border-primary {
  border: 2px solid #db7521 !important;
}
.timeline .timeline-item .point .timeline-badge.border-accent {
  border: 2px solid #19a0e3 !important;
}
.timeline .timeline-item .point .timeline-badge.border-success {
  border: 2px solid #00c292;
}
.timeline .timeline-item .point .timeline-badge.border-warning {
  border: 2px solid #fec90f;
}
.timeline .timeline-item .point .timeline-badge.border-error {
  border: 2px solid #fc4b6c;
}
.timeline .timeline-item .point .timeline-border {
  width: 1px;
  height: 100%;
  background-color: #e5eaef;
  flex-shrink: 0;
}
.timeline .timeline-item:last-child .timeline-border {
  display: none !important;
}

.cart-btn {
  position: absolute !important;
  right: 16px;
  top: -21px;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */

/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/@event-calendar/core/dist/index.css?ngGlobalStyle ***!
  \********************************************************************************************************************************************************************************************************************************************************/
/*!
 * EventCalendar v4.6.0
 * https://github.com/vkurko/calendar
 */
.ec {
  /* HSL */
  color-scheme: light;
  --ec-h: 0;
  --ec-s: 0%;
  --ec-l-300: 91.00%;
  --ec-l-500: 83.50%;
  --ec-l-600: 78.40%;
  --ec-l-700: 71.40%;
  --ec-bg-fallback-color: #fff;
  --ec-hs: var(--ec-h), var(--ec-s);
  /* Main color */
  --ec-color-300: hsl(var(--ec-hs), var(--ec-l-300));
  --ec-color-500: hsl(var(--ec-hs), var(--ec-l-500));
  --ec-color-600: hsl(var(--ec-hs), var(--ec-l-600));
  --ec-color-700: hsl(var(--ec-hs), var(--ec-l-700));
  /* General props */
  --ec-border-color: var(--ec-color-500);
  --ec-accent-color: var(--ec-color-600);
  /* Buttons */
  --ec-button-bg-color: var(--ec-bg-color);
  --ec-button-border-color: var(--ec-color-600);
  --ec-button-text-color: var(--ec-text-color);
  --ec-button-active-bg-color: var(--ec-color-300);
  --ec-button-active-border-color: var(--ec-color-700);
  --ec-button-active-text-color: var(--ec-button-text-color);
  /* Events */
  --ec-event-bg-color: #039be5;
  --ec-event-text-color: #fff;
  --ec-bg-event-color: var(--ec-color-500);
  --ec-bg-event-opacity: 0.3;
  /* Days */
  --ec-list-day-bg-color: var(--ec-bg-color, var(--ec-bg-fallback-color));
  --ec-today-bg-color: rgba(255, 220, 40, .15);
  --ec-highlight-color: rgba(188, 232, 241, .3);
  /* Popup */
  --ec-popup-bg-color: var(--ec-bg-color, var(--ec-bg-fallback-color));
  /* Now Indicator */
  --ec-now-indicator-color: #ea4335;
}
.ec-dark .ec {
  color-scheme: dark;
  --ec-h: 215;
  --ec-s: 15%;
  --ec-l-300: 25.50%;
  --ec-l-500: 42.40%;
  --ec-l-600: 49.80%;
  --ec-l-700: 57.30%;
  --ec-bg-fallback-color: #22272e;
}
@media (prefers-color-scheme: dark) {
  .ec-auto-dark .ec {
    color-scheme: dark;
    --ec-h: 215;
    --ec-s: 15%;
    --ec-l-300: 25.50%;
    --ec-l-500: 42.40%;
    --ec-l-600: 49.80%;
    --ec-l-700: 57.30%;
    --ec-bg-fallback-color: #22272e;
  }
}

.ec-timeline .ec-container {
  display: flex;
  flex: 1 1 0%;
  min-height: 0;
}
.ec-timeline .ec-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
  position: relative;
}
.ec-timeline .ec-content {
  flex-direction: column;
}
.ec-timeline .ec-body {
  flex: 1 1 auto;
  overflow: auto;
}
.ec-timeline .ec-body .ec-content {
  min-height: 100%;
  min-width: max-content;
  position: relative;
}
.ec-timeline .ec-body .ec-days {
  flex-shrink: 0;
}
.ec-timeline .ec-body .ec-days:not(:last-child) {
  flex-grow: 0;
}
.ec-timeline .ec-header {
  overflow: hidden;
}
.ec-timeline .ec-header .ec-days {
  min-width: max-content;
}
.ec-timeline .ec-header .ec-day {
  flex-basis: auto;
  display: flex;
  flex-direction: column;
}
.ec-timeline .ec-header .ec-day:first-child .ec-day-head,
.ec-timeline .ec-header .ec-day:first-child .ec-time:first-child {
  border: none;
}
.ec-timeline .ec-day {
  border: none;
}
.ec-timeline .ec-day-head {
  border-style: none none none solid;
}
.ec-timeline .ec-times {
  display: flex;
  border-top: 1px solid var(--ec-border-color);
}
.ec-timeline .ec-time {
  border-left: 1px solid var(--ec-border-color);
  box-sizing: border-box;
  font-size: 0.95em;
  min-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ec-timeline .ec-time.ec-minor {
  visibility: hidden;
}
.ec-timeline .ec-time, .ec-timeline .ec-line {
  width: 72px;
}
.ec-timeline .ec-events {
  position: relative;
  height: 100%;
  margin: 0;
}
.ec-timeline .ec-event {
  position: absolute;
}
.ec-timeline .ec-bg-event {
  height: 100%;
  z-index: auto;
}
.ec-timeline .ec-lines {
  display: flex;
}
.ec-timeline .ec-line:not(:first-child):after {
  content: "";
  position: absolute;
  height: 100%;
  border-left: 1px solid var(--ec-border-color);
  pointer-events: none;
}
.ec-timeline .ec-line.ec-minor:after {
  border-left-style: dotted;
}
.ec-timeline .ec-sidebar {
  padding: 0;
  border: 1px solid var(--ec-border-color);
  border-right-style: none;
}
.ec-timeline .ec-sidebar .ec-sidebar-title {
  flex-shrink: 0;
  border-bottom: 1px solid var(--ec-border-color);
  box-sizing: content-box;
}
.ec-timeline .ec-sidebar .ec-content {
  flex: 1;
  overflow: hidden;
}
.ec-timeline .ec-sidebar .ec-resource {
  padding: 0 8px;
  flex-shrink: 0;
}
.ec-timeline .ec-sidebar .ec-resource:not(:last-child) {
  flex-grow: 0;
  border-bottom: 1px solid var(--ec-border-color);
}
.ec-timeline .ec-sidebar .ec-resource:last-child {
  flex-basis: 100% !important;
}
.ec-timeline .ec-sidebar .ec-resource span {
  padding-top: 8px;
  height: fit-content;
}

.ec-time-grid .ec-body .ec-event {
  position: absolute;
}
.ec-time-grid .ec-body .ec-event-title {
  position: sticky;
  top: 0;
}
.ec-time-grid .ec-body .ec-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 50%;
  max-height: 8px;
  cursor: ns-resize;
}
.ec-time-grid .ec-body .ec-resizer.ec-start {
  bottom: auto;
  top: 0;
}
.ec-time-grid .ec-bg-event {
  width: 100%;
  z-index: 1;
}
.ec-time-grid .ec-time {
  position: relative;
  line-height: 24px;
  top: -12px;
  text-align: right;
}
.ec-time-grid .ec-time.ec-minor {
  visibility: hidden;
}
.ec-time-grid .ec-header .ec-time,
.ec-time-grid .ec-all-day .ec-time {
  visibility: hidden;
  overflow-y: hidden;
  height: 0;
}
.ec-time-grid .ec-time,
.ec-time-grid .ec-line {
  height: 24px;
}
.ec-time-grid .ec-lines {
  width: 8px;
}
.ec-time-grid .ec-line:not(:first-child):after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid var(--ec-border-color);
  pointer-events: none;
}
.ec-time-grid .ec-line.ec-minor:after {
  border-bottom-style: dotted;
}
.ec-time-grid .ec-sidebar-title {
  visibility: hidden;
  overflow-y: hidden;
  height: 0;
  text-align: right;
}
.ec-time-grid .ec-all-day .ec-sidebar-title {
  visibility: visible;
  height: auto;
  padding: 8px 0;
}

.ec-day-grid .ec-body {
  flex: 1 1 auto;
}
.ec-day-grid .ec-body .ec-day {
  min-height: 5em;
  position: relative;
}
.ec-day-grid .ec-content {
  flex-direction: column;
  height: 100%;
}
.ec-day-grid .ec-uniform .ec-content {
  overflow: hidden;
}
.ec-day-grid .ec-uniform .ec-days {
  flex: 1 1 0%;
  min-height: 0;
}
.ec-day-grid .ec-uniform .ec-day {
  min-height: 0;
}
.ec-day-grid .ec-day:first-child {
  border-left: none;
}
.ec-day-grid .ec-day-head {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border: none;
  padding: 4px 4px 3px;
}
.ec-day-grid .ec-day-foot {
  position: absolute;
  bottom: 0;
  padding: 2px;
  font-size: 0.85em;
}
.ec-day-grid .ec-day-foot a {
  cursor: pointer;
}

/* Grid */
.ec-days,
.ec-day,
.ec-resource {
  flex: 1 1 0;
  min-width: 0;
  max-width: 100%;
}

.ec {
  display: flex;
  flex-direction: column;
  color: var(--ec-text-color);
  background-color: var(--ec-bg-color);
  -webkit-tap-highlight-color: transparent;
  /* Scrollbar */
}
.ec ::-webkit-scrollbar {
  background-color: transparent;
}
.ec ::-webkit-scrollbar-thumb {
  border: 4px solid transparent;
  box-shadow: none;
  background-color: var(--ec-border-color);
  background-clip: padding-box;
  border-radius: 8px;
  min-height: 40px;
}
.ec :hover::-webkit-scrollbar-thumb {
  background-color: var(--ec-accent-color);
}

.ec-hidden-scroll {
  display: none;
  overflow-y: scroll;
  visibility: hidden;
  flex-shrink: 0;
}
.ec-with-scroll .ec-hidden-scroll {
  display: block;
}

/* Toolbar */
.ec-toolbar {
  flex: 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}
.ec-toolbar > * {
  margin-bottom: -0.5em;
}
.ec-toolbar > * > * {
  margin-bottom: 0.5em;
}
.ec-toolbar > * > *:not(:last-child) {
  margin-right: 0.75em;
}

.ec-title {
  margin: 0;
}

.ec-button {
  background-color: var(--ec-button-bg-color);
  border: 1px solid var(--ec-button-border-color);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.ec-button:not(:disabled) {
  color: var(--ec-button-text-color);
  cursor: pointer;
}
.ec-button:not(:disabled):hover, .ec-button.ec-active {
  background-color: var(--ec-button-active-bg-color);
  border-color: var(--ec-button-active-border-color);
  color: var(--ec-button-active-text-color);
  z-index: 1;
}

.ec-expander {
  margin-right: 0.25em;
  width: 1.25em;
}
.ec-expander .ec-button {
  line-height: normal;
  padding: 0;
  aspect-ratio: 1;
  height: 1.25em;
}

.ec-button-group {
  display: inline-flex;
}
.ec-button-group .ec-button:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.ec-button-group .ec-button:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.ec-icon {
  display: inline-block;
  width: 1em;
}
.ec-icon.ec-prev:after, .ec-icon.ec-next:after {
  content: "";
  position: relative;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid currentcolor;
  border-right: 2px solid currentcolor;
  display: inline-block;
}
.ec-icon.ec-prev:after {
  transform: rotate(-135deg) translate(-2px, 2px);
}
.ec-icon.ec-next:after {
  transform: rotate(45deg) translate(-2px, 2px);
}

/* Header */
.ec-header,
.ec-all-day,
.ec-body,
.ec-days,
.ec-day,
.ec-day-head {
  border: 1px solid var(--ec-border-color);
}

.ec-header {
  display: flex;
  flex-shrink: 0;
}
.ec-header .ec-resource {
  flex-direction: column;
}
.ec-header .ec-resource .ec-days {
  border-top-style: solid;
}
.ec-header .ec-days {
  border-bottom: none;
}
.ec-header .ec-day {
  min-height: 24px;
  line-height: 24px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* All Day */
.ec-all-day {
  flex-shrink: 0;
  border-top: none;
}
.ec-all-day .ec-days {
  border-bottom: none;
}
.ec-all-day .ec-day {
  padding-bottom: 4px;
  position: relative;
}

/* Body */
.ec-body {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
}
.ec:not(.ec-list) .ec-body {
  border-top: none;
}

.ec-sidebar {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  padding: 0 4px 0 8px;
  display: flex;
  flex-direction: column;
}

.ec-content {
  display: flex;
}
.ec-list .ec-content {
  flex-direction: column;
}

.ec-resource {
  display: flex;
}

.ec-days {
  display: flex;
  border-style: none none solid;
}
.ec-days:last-child {
  border-bottom: none;
}
.ec-day-grid .ec-days, .ec-resource .ec-days {
  flex: 1 0 auto;
}

.ec-day {
  border-style: none none none solid;
}
.ec-day.ec-today {
  background-color: var(--ec-today-bg-color);
}
.ec-day.ec-highlight {
  background-color: var(--ec-highlight-color);
}
.ec-day.ec-disabled {
  position: relative;
}
.ec-day.ec-disabled:after {
  content: "";
  position: absolute;
  inset: 0 0 0 0;
  background-color: var(--ec-bg-event-color);
  opacity: 0.3;
}
.ec-day.ec-other-month .ec-day-head time {
  opacity: 0.3;
}
.ec-list .ec-day {
  border: none;
}

.ec-list .ec-day-head {
  background-color: var(--ec-list-day-bg-color);
  border-style: solid none;
  margin: -1px 0 0;
  padding: 8px 14px;
  position: sticky;
  top: 0;
  z-index: 2;
}
.ec-list .ec-day.ec-today .ec-day-head:before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: var(--ec-today-bg-color);
}
.ec-list .ec-day:first-child .ec-day-head {
  border-top: none;
}
.ec-list .ec-day-side {
  float: right;
}
.ec-list .ec-no-events {
  text-align: center;
  padding: 5em 0;
}

.ec-events {
  margin: 0 6px 0 0;
}
.ec-time-grid .ec-events, .ec-events.ec-preview {
  position: relative;
}
.ec-day-grid .ec-events, .ec-all-day .ec-events {
  display: flow-root;
}

.ec-event {
  display: flex;
  padding: 2px;
  color: var(--ec-event-text-color);
  box-sizing: border-box;
  box-shadow: 0 0 1px 0 var(--ec-border-color);
  background-color: var(--ec-event-bg-color);
  border-radius: 3px;
  font-size: 0.85em;
  line-height: 1.5;
  z-index: 1;
}
.ec-day-grid .ec-event, .ec-all-day .ec-event {
  position: relative;
}
.ec-list .ec-event {
  flex-direction: row;
  padding: 8px 14px;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}
.ec-event.ec-preview {
  position: absolute;
  z-index: 1000;
  width: 100%;
  -webkit-user-select: none;
          user-select: none;
  opacity: 0.8;
}
.ec-event.ec-pointer {
  color: inherit;
  pointer-events: none;
  -webkit-user-select: none;
          user-select: none;
  position: absolute;
  z-index: 0;
  box-shadow: none;
  display: flex;
}

.ec-event-body {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.ec-day-grid .ec-event-body, .ec-all-day .ec-event-body, .ec-timeline .ec-event-body {
  flex-direction: row;
}

.ec-event-tag {
  width: 4px;
  border-radius: 2px;
  margin-right: 8px;
}

.ec-event-time {
  overflow: hidden;
  white-space: nowrap;
  margin: 0 0 1px 0;
  flex-shrink: 0;
  max-height: 100%;
}
.ec-day-grid .ec-event-time, .ec-timeline .ec-event-time {
  margin: 0 3px 0 0;
  max-width: 100%;
  text-overflow: ellipsis;
}

.ec-event-title {
  overflow: hidden;
  margin: unset;
  font-weight: inherit;
}
.ec-day-grid .ec-event-title, .ec-all-day .ec-event-title, .ec-timeline .ec-event-title {
  min-height: 1.5em;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.ec-list .ec-event-title {
  font-size: 1rem;
}

.ec-draggable {
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
}

.ec-ghost {
  opacity: 0.5;
  -webkit-user-select: none;
          user-select: none;
  pointer-events: none;
}

.ec-bg-events {
  position: relative;
}
.ec-day-grid .ec-bg-events, .ec-all-day .ec-bg-events {
  position: absolute;
  inset: 0;
}

.ec-bg-event {
  position: absolute;
  background-color: var(--ec-bg-event-color);
  opacity: var(--ec-bg-event-opacity);
}
.ec-day-grid .ec-bg-event, .ec-all-day .ec-bg-event {
  height: 100%;
  z-index: auto;
}

.ec-time {
  white-space: nowrap;
}

.ec-popup {
  position: absolute;
  top: 0;
  display: flex;
  flex-direction: column;
  width: 110%;
  min-width: 180px;
  z-index: 1010;
  padding: 8px 10px 14px;
  background-color: var(--ec-popup-bg-color);
  border: 1px solid var(--ec-border-color);
  border-radius: 6px;
  outline: 1px solid transparent;
  box-shadow: 0 1px 3px 0 hsla(var(--ec-hs), 50%, 0.15), 0 4px 8px 3px hsla(var(--ec-hs), 50%, 0.15);
}
.ec-popup .ec-day-head {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.ec-popup .ec-day-head a {
  cursor: pointer;
  font-size: 1.5em;
  line-height: 0.8;
}
.ec-popup .ec-events {
  margin: 0;
  min-height: 0;
  overflow: auto;
}

.ec-extra {
  position: relative;
  height: 100%;
  overflow: hidden;
  margin-left: -6.5px;
  -webkit-user-select: none;
          user-select: none;
}

.ec-now-indicator {
  position: absolute;
  z-index: 1005;
  pointer-events: none;
}
.ec-time-grid .ec-now-indicator {
  width: 100%;
  border-top: var(--ec-now-indicator-color) solid 2px;
}
.ec-timeline .ec-now-indicator {
  border-left: var(--ec-now-indicator-color) solid 2px;
  will-change: transform;
}
.ec-now-indicator:before {
  background: var(--ec-now-indicator-color);
  border-radius: 50%;
  content: "";
  display: block;
  height: 12px;
  margin-top: -7px;
  width: 12px;
}
.ec-timeline .ec-now-indicator:before {
  margin-left: -7px;
}

.ec-resizer {
  position: absolute;
  -webkit-user-select: none;
          user-select: none;
}
.ec-day-grid .ec-resizer, .ec-all-day .ec-resizer, .ec-timeline .ec-resizer {
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  max-width: 8px;
  cursor: ew-resize;
}
.ec-day-grid .ec-resizer.ec-start, .ec-all-day .ec-resizer.ec-start, .ec-timeline .ec-resizer.ec-start {
  right: auto;
  left: 0;
}

.ec-dragging, .ec-dragging * {
  cursor: pointer !important;
}

.ec-resizing-y, .ec-resizing-y * {
  cursor: ns-resize !important;
}

.ec-resizing-x, .ec-resizing-x * {
  cursor: ew-resize !important;
}
/*!******************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/flag-icons/css/flag-icons.min.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************************/
.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url('xx.7aec16810dca7f60.svg')}.fi-xx.fis{background-image:url('xx.36e887fc76e738db.svg')}.fi-ad{background-image:url('ad.b565cad3b9b5228e.svg')}.fi-ad.fis{background-image:url('ad.14b2769ab198fa4f.svg')}.fi-ae{background-image:url('ae.f162af032c9b5555.svg')}.fi-ae.fis{background-image:url('ae.d03f76a0b428a734.svg')}.fi-af{background-image:url('af.c6050ccd88bed0e8.svg')}.fi-af.fis{background-image:url('af.435470e39b6e2262.svg')}.fi-ag{background-image:url('ag.62cf6a10b29c91e6.svg')}.fi-ag.fis{background-image:url('ag.e4ec7960ce91a1e1.svg')}.fi-ai{background-image:url('ai.2a1a593301fd0e3f.svg')}.fi-ai.fis{background-image:url('ai.a4b34f84bbe98d9c.svg')}.fi-al{background-image:url('al.5df89ac8a56e85a7.svg')}.fi-al.fis{background-image:url('al.4833b4f34991e396.svg')}.fi-am{background-image:url('am.7f72827af55a8f62.svg')}.fi-am.fis{background-image:url('am.348922259dbf7514.svg')}.fi-ao{background-image:url('ao.a4fd2437ad0beefc.svg')}.fi-ao.fis{background-image:url('ao.dc6026657e3e2434.svg')}.fi-aq{background-image:url('aq.ce1f8e53511cb5be.svg')}.fi-aq.fis{background-image:url('aq.f2df55b93d0d0bd8.svg')}.fi-ar{background-image:url('ar.6208071ecf5885a7.svg')}.fi-ar.fis{background-image:url('ar.00c272883da265ba.svg')}.fi-as{background-image:url('as.01647fade12553ee.svg')}.fi-as.fis{background-image:url('as.a2913fa206d3e09c.svg')}.fi-at{background-image:url('at.5b89999ff452acd6.svg')}.fi-at.fis{background-image:url('at.eff32dd087cdc8bf.svg')}.fi-au{background-image:url('au.37597da12c633694.svg')}.fi-au.fis{background-image:url('au.f7475e83e20b2a0a.svg')}.fi-aw{background-image:url('aw.ffc51b5a489383d3.svg')}.fi-aw.fis{background-image:url('aw.38f249536e30faa1.svg')}.fi-ax{background-image:url('ax.52a8096744eeaf23.svg')}.fi-ax.fis{background-image:url('ax.ff1515de1cf51d7d.svg')}.fi-az{background-image:url('az.68efbd0494687ded.svg')}.fi-az.fis{background-image:url('az.1b8731a4aa03475f.svg')}.fi-ba{background-image:url('ba.a6d937ccccfcfaa0.svg')}.fi-ba.fis{background-image:url('ba.f7b5581c421a33c2.svg')}.fi-bb{background-image:url('bb.4f50c33aa347884d.svg')}.fi-bb.fis{background-image:url('bb.39025a56ad2d3f8c.svg')}.fi-bd{background-image:url('bd.3b0570c07b3d5939.svg')}.fi-bd.fis{background-image:url('bd.dda0e02d20397524.svg')}.fi-be{background-image:url('be.77cccf17371925ef.svg')}.fi-be.fis{background-image:url('be.8dd87cc1d47835f2.svg')}.fi-bf{background-image:url('bf.415d3659f5921d67.svg')}.fi-bf.fis{background-image:url('bf.580f6b0064cbbf56.svg')}.fi-bg{background-image:url('bg.27e6e74d518518b1.svg')}.fi-bg.fis{background-image:url('bg.d5f28354ce21c1fd.svg')}.fi-bh{background-image:url('bh.2ff06f83d9358d99.svg')}.fi-bh.fis{background-image:url('bh.84867991167708c5.svg')}.fi-bi{background-image:url('bi.a6b2059a867edda8.svg')}.fi-bi.fis{background-image:url('bi.b0f6538cf545bb3a.svg')}.fi-bj{background-image:url('bj.1375d8c94d10c7e1.svg')}.fi-bj.fis{background-image:url('bj.14b050e13703dc55.svg')}.fi-bl{background-image:url('bl.0d579979be9f41e9.svg')}.fi-bl.fis{background-image:url('bl.2c23e6774f03a005.svg')}.fi-bm{background-image:url('bm.a27098d2f0cb8f9e.svg')}.fi-bm.fis{background-image:url('bm.75279f04475ee31f.svg')}.fi-bn{background-image:url('bn.c13ab93d4e1d1c2f.svg')}.fi-bn.fis{background-image:url('bn.4e5ec8c5ab44a8ea.svg')}.fi-bo{background-image:url('bo.9eafaa771a69a176.svg')}.fi-bo.fis{background-image:url('bo.47b87e1d9fd4580a.svg')}.fi-bq{background-image:url('bq.f6d582bf4f9bfc60.svg')}.fi-bq.fis{background-image:url('bq.68b35ed629d1ea01.svg')}.fi-br{background-image:url('br.de35e3d009fcc905.svg')}.fi-br.fis{background-image:url('br.67a6502fcc3fb966.svg')}.fi-bs{background-image:url('bs.d0bf16590663c0e1.svg')}.fi-bs.fis{background-image:url('bs.1fc645d9bfd1a08f.svg')}.fi-bt{background-image:url('bt.bc95f27ca3fbd08b.svg')}.fi-bt.fis{background-image:url('bt.1a35bb57900bcbd6.svg')}.fi-bv{background-image:url('bv.dbc727c7842fce88.svg')}.fi-bv.fis{background-image:url('bv.b376a0c2343796ac.svg')}.fi-bw{background-image:url('bw.df3366e6c89e98f3.svg')}.fi-bw.fis{background-image:url('bw.a1b033915b4596a5.svg')}.fi-by{background-image:url('by.dcca2e49b121188c.svg')}.fi-by.fis{background-image:url('by.a9f5b570cce6c396.svg')}.fi-bz{background-image:url('bz.07b1393a39386fe8.svg')}.fi-bz.fis{background-image:url('bz.239d22010f85006d.svg')}.fi-ca{background-image:url('ca.896bca6750b49403.svg')}.fi-ca.fis{background-image:url('ca.b405d187bb84100e.svg')}.fi-cc{background-image:url('cc.755d680f33aaa1e5.svg')}.fi-cc.fis{background-image:url('cc.8bd1a96726d4ae1c.svg')}.fi-cd{background-image:url('cd.2580858537611bab.svg')}.fi-cd.fis{background-image:url('cd.fffb6b4f8b352976.svg')}.fi-cf{background-image:url('cf.be784cc82b889a72.svg')}.fi-cf.fis{background-image:url('cf.6cff29be918d1c48.svg')}.fi-cg{background-image:url('cg.d1d9c2f7d34fdd56.svg')}.fi-cg.fis{background-image:url('cg.4b0f3275f41bf958.svg')}.fi-ch{background-image:url('ch.a4939cb8c2aa19fa.svg')}.fi-ch.fis{background-image:url('ch.baba02d3298d8a3d.svg')}.fi-ci{background-image:url('ci.514886a6a9de37d2.svg')}.fi-ci.fis{background-image:url('ci.6778515bcba89f55.svg')}.fi-ck{background-image:url('ck.04d9039d808915fb.svg')}.fi-ck.fis{background-image:url('ck.d6781181f1a2e61e.svg')}.fi-cl{background-image:url('cl.c77df473619ef2e9.svg')}.fi-cl.fis{background-image:url('cl.5a22125cf4a770d9.svg')}.fi-cm{background-image:url('cm.a298fc085fca793a.svg')}.fi-cm.fis{background-image:url('cm.f4820dd59ef96363.svg')}.fi-cn{background-image:url('cn.7fd9bbb984ea05a6.svg')}.fi-cn.fis{background-image:url('cn.cb52daf10bc5dc7e.svg')}.fi-co{background-image:url('co.6b78e07bd53630e9.svg')}.fi-co.fis{background-image:url('co.76882952b77ef725.svg')}.fi-cr{background-image:url('cr.cc08891297c3ff7e.svg')}.fi-cr.fis{background-image:url('cr.1b2274305dff0b9d.svg')}.fi-cu{background-image:url('cu.41475839c54b185c.svg')}.fi-cu.fis{background-image:url('cu.ad9e4327794e056d.svg')}.fi-cv{background-image:url('cv.8b2e1c156fca3509.svg')}.fi-cv.fis{background-image:url('cv.526fd91addce4a85.svg')}.fi-cw{background-image:url('cw.93b85dbfa0a167a1.svg')}.fi-cw.fis{background-image:url('cw.02547adfd3d81949.svg')}.fi-cx{background-image:url('cx.fd2a5aeeb5a9ea86.svg')}.fi-cx.fis{background-image:url('cx.4676a5e8cfa4092c.svg')}.fi-cy{background-image:url('cy.7249484c978dc067.svg')}.fi-cy.fis{background-image:url('cy.239da48548fbb153.svg')}.fi-cz{background-image:url('cz.7c86bb18c1ff0fd7.svg')}.fi-cz.fis{background-image:url('cz.83554014de457e71.svg')}.fi-de{background-image:url('de.666805f5dfecc7f0.svg')}.fi-de.fis{background-image:url('de.7643c46673716185.svg')}.fi-dj{background-image:url('dj.fdb22cb3cdd02019.svg')}.fi-dj.fis{background-image:url('dj.5938f70a4f76a2e2.svg')}.fi-dk{background-image:url('dk.4b0313b37cd3d5c0.svg')}.fi-dk.fis{background-image:url('dk.89836fb354ac9b77.svg')}.fi-dm{background-image:url('dm.c3205e29a519b0bf.svg')}.fi-dm.fis{background-image:url('dm.be65cbd3efb73b1a.svg')}.fi-do{background-image:url('do.905436328c621ef3.svg')}.fi-do.fis{background-image:url('do.5dff1c5f2d44eabd.svg')}.fi-dz{background-image:url('dz.eccc2d17ce6f84eb.svg')}.fi-dz.fis{background-image:url('dz.4d424eed3af7ad15.svg')}.fi-ec{background-image:url('ec.fe749fb472ad5956.svg')}.fi-ec.fis{background-image:url('ec.c410ad343a99b115.svg')}.fi-ee{background-image:url('ee.56dc3aeeaa6ab48a.svg')}.fi-ee.fis{background-image:url('ee.866fd1e9dd5694a2.svg')}.fi-eg{background-image:url('eg.047d5d7822ef8cc6.svg')}.fi-eg.fis{background-image:url('eg.fa4029f72ee06ceb.svg')}.fi-eh{background-image:url('eh.8c2d6290007d2f88.svg')}.fi-eh.fis{background-image:url('eh.fb5f92c836f8f084.svg')}.fi-er{background-image:url('er.522330c725b0c503.svg')}.fi-er.fis{background-image:url('er.dd9cd168b455df14.svg')}.fi-es{background-image:url('es.b74b736606e506d4.svg')}.fi-es.fis{background-image:url('es.56e04edb4df5a1d0.svg')}.fi-et{background-image:url('et.2590f747ca37fb79.svg')}.fi-et.fis{background-image:url('et.831fb719515a0a7f.svg')}.fi-fi{background-image:url('fi.97487f84deb430e1.svg')}.fi-fi.fis{background-image:url('fi.26d2687deb18715f.svg')}.fi-fj{background-image:url('fj.a7cdc5d921ed39f8.svg')}.fi-fj.fis{background-image:url('fj.bdaf8e0b9d4f5c3d.svg')}.fi-fk{background-image:url('fk.2fa702939bb4b0a3.svg')}.fi-fk.fis{background-image:url('fk.67b13a773559bf90.svg')}.fi-fm{background-image:url('fm.624c0401e143daec.svg')}.fi-fm.fis{background-image:url('fm.9f69c44dd8e60a9f.svg')}.fi-fo{background-image:url('fo.67175ea98d60b2ac.svg')}.fi-fo.fis{background-image:url('fo.e212708178a6f6dd.svg')}.fi-fr{background-image:url('fr.f5380d92cd1106ba.svg')}.fi-fr.fis{background-image:url('fr.9b218945e2ba2611.svg')}.fi-ga{background-image:url('ga.c54a47167127d025.svg')}.fi-ga.fis{background-image:url('ga.ed2911b69769082d.svg')}.fi-gb{background-image:url('gb.a50bb9b9f22d8ff6.svg')}.fi-gb.fis{background-image:url('gb.8470454655556a6a.svg')}.fi-gd{background-image:url('gd.e05a9476b808b5d3.svg')}.fi-gd.fis{background-image:url('gd.14a558de7a3b7a61.svg')}.fi-ge{background-image:url('ge.ea35a606360070c9.svg')}.fi-ge.fis{background-image:url('ge.580189020eac3cce.svg')}.fi-gf{background-image:url('gf.3432de9d3d0a3edf.svg')}.fi-gf.fis{background-image:url('gf.ebd3395c6fdf6cd5.svg')}.fi-gg{background-image:url('gg.2a17e1f5e16f9a6f.svg')}.fi-gg.fis{background-image:url('gg.20336d11563a42c0.svg')}.fi-gh{background-image:url('gh.c17cf878b6d07416.svg')}.fi-gh.fis{background-image:url('gh.448b0251a51b3fae.svg')}.fi-gi{background-image:url('gi.1b7f29db91ad8606.svg')}.fi-gi.fis{background-image:url('gi.238dcba4485415bb.svg')}.fi-gl{background-image:url('gl.78358425ff2479d1.svg')}.fi-gl.fis{background-image:url('gl.5444bdb44a269036.svg')}.fi-gm{background-image:url('gm.ed8bbaabdb1528d1.svg')}.fi-gm.fis{background-image:url('gm.f9f1be291eaa0359.svg')}.fi-gn{background-image:url('gn.649ba66fbb281995.svg')}.fi-gn.fis{background-image:url('gn.f18770787f9844b6.svg')}.fi-gp{background-image:url('gp.bbea90b219d412a4.svg')}.fi-gp.fis{background-image:url('gp.6fcf1bbe26532776.svg')}.fi-gq{background-image:url('gq.c572f675c8f92d49.svg')}.fi-gq.fis{background-image:url('gq.c6128d721a3a685f.svg')}.fi-gr{background-image:url('gr.c44dd9de880416fb.svg')}.fi-gr.fis{background-image:url('gr.b29b73ccc2667842.svg')}.fi-gs{background-image:url('gs.fe3374bb83679375.svg')}.fi-gs.fis{background-image:url('gs.4ae78589296707ea.svg')}.fi-gt{background-image:url('gt.c5f468c965a22851.svg')}.fi-gt.fis{background-image:url('gt.097451fc1774d926.svg')}.fi-gu{background-image:url('gu.b033e7a6886a27dd.svg')}.fi-gu.fis{background-image:url('gu.e98af0a74769fc96.svg')}.fi-gw{background-image:url('gw.ea5c77338071894c.svg')}.fi-gw.fis{background-image:url('gw.63a96ba05223189b.svg')}.fi-gy{background-image:url('gy.a49496e091fbb73b.svg')}.fi-gy.fis{background-image:url('gy.f6fc470b028d51b4.svg')}.fi-hk{background-image:url('hk.fbcde7e71555b9ce.svg')}.fi-hk.fis{background-image:url('hk.dce082af96103240.svg')}.fi-hm{background-image:url('hm.82bbdf2c2d9d34f6.svg')}.fi-hm.fis{background-image:url('hm.5becb17f49fce856.svg')}.fi-hn{background-image:url('hn.2743fae6fcea669c.svg')}.fi-hn.fis{background-image:url('hn.04ddc9c93958b948.svg')}.fi-hr{background-image:url('hr.34b7d2423a58268f.svg')}.fi-hr.fis{background-image:url('hr.f0c84cca2a4896ae.svg')}.fi-ht{background-image:url('ht.da0b6318be8e5eb8.svg')}.fi-ht.fis{background-image:url('ht.9f915077542d3852.svg')}.fi-hu{background-image:url('hu.16c6335fefd2e760.svg')}.fi-hu.fis{background-image:url('hu.dd178f4f4d4b8365.svg')}.fi-id{background-image:url('id.4cad97a881744b6d.svg')}.fi-id.fis{background-image:url('id.14f7cd2000cdaba5.svg')}.fi-ie{background-image:url('ie.81491cb3746c1b2f.svg')}.fi-ie.fis{background-image:url('ie.3ffc25e6b10af1bf.svg')}.fi-il{background-image:url('il.80b0a878b119db71.svg')}.fi-il.fis{background-image:url('il.189a898ed05f0a26.svg')}.fi-im{background-image:url('im.479ad3e9b61429d0.svg')}.fi-im.fis{background-image:url('im.6477619a2693cc62.svg')}.fi-in{background-image:url('in.895a15709359b03e.svg')}.fi-in.fis{background-image:url('in.d0d6fbfb6b9268c2.svg')}.fi-io{background-image:url('io.fc7eebc158c35c67.svg')}.fi-io.fis{background-image:url('io.6bb5f04b40927389.svg')}.fi-iq{background-image:url('iq.ef417ed18dbb0756.svg')}.fi-iq.fis{background-image:url('iq.97972d368dd01341.svg')}.fi-ir{background-image:url('ir.801fbb847c4802ff.svg')}.fi-ir.fis{background-image:url('ir.b0b67ec9c7247d01.svg')}.fi-is{background-image:url('is.d9058ffe0519a7d0.svg')}.fi-is.fis{background-image:url('is.429236e3f62f0529.svg')}.fi-it{background-image:url('it.919398e666b04e52.svg')}.fi-it.fis{background-image:url('it.a33eed705f40f5fa.svg')}.fi-je{background-image:url('je.2b7a276f752e3f98.svg')}.fi-je.fis{background-image:url('je.2f55f42cad83d931.svg')}.fi-jm{background-image:url('jm.d2a190452d546e05.svg')}.fi-jm.fis{background-image:url('jm.bdacb13db20e0c24.svg')}.fi-jo{background-image:url('jo.1d753f70fb7e1a8d.svg')}.fi-jo.fis{background-image:url('jo.5f1bc0fda6c19602.svg')}.fi-jp{background-image:url('jp.469572a423fdc92a.svg')}.fi-jp.fis{background-image:url('jp.f7679c7d5ab6f8b0.svg')}.fi-ke{background-image:url('ke.f16cb069c083be45.svg')}.fi-ke.fis{background-image:url('ke.97ba171174ab8d73.svg')}.fi-kg{background-image:url('kg.be82c42b665a0999.svg')}.fi-kg.fis{background-image:url('kg.994fed1d5041a97e.svg')}.fi-kh{background-image:url('kh.11eb9a0f50ad4551.svg')}.fi-kh.fis{background-image:url('kh.e67aa6fd5c7a2b31.svg')}.fi-ki{background-image:url('ki.9e4e595c2f42c65d.svg')}.fi-ki.fis{background-image:url('ki.2e09febf3f644bd6.svg')}.fi-km{background-image:url('km.7a0dade412a3791d.svg')}.fi-km.fis{background-image:url('km.646d1493e68c64a2.svg')}.fi-kn{background-image:url('kn.fd378e907f331783.svg')}.fi-kn.fis{background-image:url('kn.108c88477387ee6c.svg')}.fi-kp{background-image:url('kp.91011e5b99b144e2.svg')}.fi-kp.fis{background-image:url('kp.c253ccbb871fe0d2.svg')}.fi-kr{background-image:url('kr.653f2f6075f5ae1e.svg')}.fi-kr.fis{background-image:url('kr.b7c6fcdddd331e46.svg')}.fi-kw{background-image:url('kw.f6baad6cd40506ef.svg')}.fi-kw.fis{background-image:url('kw.fb4eb65c47602313.svg')}.fi-ky{background-image:url('ky.4f9c0b8235d0556c.svg')}.fi-ky.fis{background-image:url('ky.c6d5a8d5766ed2ef.svg')}.fi-kz{background-image:url('kz.6e1e994c9a6aed72.svg')}.fi-kz.fis{background-image:url('kz.07b60b89d0499118.svg')}.fi-la{background-image:url('la.21965b6b52af9e51.svg')}.fi-la.fis{background-image:url('la.a6797aaf6ef010cc.svg')}.fi-lb{background-image:url('lb.ed2ddca6d2999f05.svg')}.fi-lb.fis{background-image:url('lb.95bb062823747b14.svg')}.fi-lc{background-image:url('lc.75168bb405f3feeb.svg')}.fi-lc.fis{background-image:url('lc.ab0f97c6afdeea4b.svg')}.fi-li{background-image:url('li.5cded3252c821d38.svg')}.fi-li.fis{background-image:url('li.948747ca40f047e1.svg')}.fi-lk{background-image:url('lk.b7c51dbefc87f03a.svg')}.fi-lk.fis{background-image:url('lk.23166e8c771b181e.svg')}.fi-lr{background-image:url('lr.53b9aaa6cb580766.svg')}.fi-lr.fis{background-image:url('lr.24de07066df040ca.svg')}.fi-ls{background-image:url('ls.3ffccbb5e27dfdf9.svg')}.fi-ls.fis{background-image:url('ls.9d74b3ad4c3c8675.svg')}.fi-lt{background-image:url('lt.bf4fafec395bfdd1.svg')}.fi-lt.fis{background-image:url('lt.8caacf8e3a68923e.svg')}.fi-lu{background-image:url('lu.86de7018ba40a1c4.svg')}.fi-lu.fis{background-image:url('lu.c50a5e548a39ef71.svg')}.fi-lv{background-image:url('lv.a0f4e5015920e189.svg')}.fi-lv.fis{background-image:url('lv.4971dcb7bdedeb14.svg')}.fi-ly{background-image:url('ly.767d61c3fb230797.svg')}.fi-ly.fis{background-image:url('ly.b15665e7665261ca.svg')}.fi-ma{background-image:url('ma.ac9e86477b1dfcf1.svg')}.fi-ma.fis{background-image:url('ma.011669b174f36ccc.svg')}.fi-mc{background-image:url('mc.4575357b9824acd5.svg')}.fi-mc.fis{background-image:url('mc.8d86df982f0bef34.svg')}.fi-md{background-image:url('md.dba4c7fc54d71e3c.svg')}.fi-md.fis{background-image:url('md.1ac10547666941a9.svg')}.fi-me{background-image:url('me.4978895cd96fbe55.svg')}.fi-me.fis{background-image:url('me.7e20b942ca3f38fa.svg')}.fi-mf{background-image:url('mf.ec6640d7752877e1.svg')}.fi-mf.fis{background-image:url('mf.bc0949877b22fa98.svg')}.fi-mg{background-image:url('mg.fdccffd887bcc5c9.svg')}.fi-mg.fis{background-image:url('mg.4877b16a2bcfad9e.svg')}.fi-mh{background-image:url('mh.2e69453f0c3e6684.svg')}.fi-mh.fis{background-image:url('mh.843322688fd498d9.svg')}.fi-mk{background-image:url('mk.e08d824ee41156ca.svg')}.fi-mk.fis{background-image:url('mk.2e8a86db062ab93e.svg')}.fi-ml{background-image:url('ml.8913b6a0fecc4c4b.svg')}.fi-ml.fis{background-image:url('ml.ba7ce81b14de908f.svg')}.fi-mm{background-image:url('mm.88f1ae1b66d67338.svg')}.fi-mm.fis{background-image:url('mm.588f0238db599345.svg')}.fi-mn{background-image:url('mn.365f5b1a9fa16b37.svg')}.fi-mn.fis{background-image:url('mn.b7e179571f72a1e6.svg')}.fi-mo{background-image:url('mo.5c0be54036958063.svg')}.fi-mo.fis{background-image:url('mo.26867be28bc3ee22.svg')}.fi-mp{background-image:url('mp.fb95729ba93146d9.svg')}.fi-mp.fis{background-image:url('mp.8842d0ea8c00b030.svg')}.fi-mq{background-image:url('mq.552f523c9f672ad6.svg')}.fi-mq.fis{background-image:url('mq.ff8d61a6f4aa39be.svg')}.fi-mr{background-image:url('mr.b1c9464033c485e0.svg')}.fi-mr.fis{background-image:url('mr.102a50bf523e9ea0.svg')}.fi-ms{background-image:url('ms.57d5c0e6e7e9a0f4.svg')}.fi-ms.fis{background-image:url('ms.2e19586bd0a856f4.svg')}.fi-mt{background-image:url('mt.2a8198a4f9404eeb.svg')}.fi-mt.fis{background-image:url('mt.b8ab0ef5e27e030c.svg')}.fi-mu{background-image:url('mu.c9c6e4ee68ac3e58.svg')}.fi-mu.fis{background-image:url('mu.42abd700c57bc853.svg')}.fi-mv{background-image:url('mv.f37078c165257992.svg')}.fi-mv.fis{background-image:url('mv.cd985551a0e467a4.svg')}.fi-mw{background-image:url('mw.69ded79272dfc87a.svg')}.fi-mw.fis{background-image:url('mw.65a713223a478cde.svg')}.fi-mx{background-image:url('mx.1134b850af46fe9c.svg')}.fi-mx.fis{background-image:url('mx.bc25957663c602a6.svg')}.fi-my{background-image:url('my.fc14919ac05a2328.svg')}.fi-my.fis{background-image:url('my.2cdcc8d1b0271b63.svg')}.fi-mz{background-image:url('mz.2506e9e5c846f89c.svg')}.fi-mz.fis{background-image:url('mz.4f04cc968979e983.svg')}.fi-na{background-image:url('na.54baa000eecc23e0.svg')}.fi-na.fis{background-image:url('na.a64d8ca1f7e033b0.svg')}.fi-nc{background-image:url('nc.fe4ee3e5042b6dce.svg')}.fi-nc.fis{background-image:url('nc.51c5586c405c5914.svg')}.fi-ne{background-image:url('ne.6a215ca5c7aded3a.svg')}.fi-ne.fis{background-image:url('ne.ddabaa80d9de1318.svg')}.fi-nf{background-image:url('nf.0e3b38dc7e8c3eba.svg')}.fi-nf.fis{background-image:url('nf.407d2ab8429c4d0d.svg')}.fi-ng{background-image:url('ng.ec2e74e25c841892.svg')}.fi-ng.fis{background-image:url('ng.5247079e7909b3e4.svg')}.fi-ni{background-image:url('ni.5163411d38e79e29.svg')}.fi-ni.fis{background-image:url('ni.bf7fcea52d020f76.svg')}.fi-nl{background-image:url('nl.c49ee8d5117a24a4.svg')}.fi-nl.fis{background-image:url('nl.2c98e1df74eeee29.svg')}.fi-no{background-image:url('no.4ceb414c5349393c.svg')}.fi-no.fis{background-image:url('no.a519bc0fe2e7bce4.svg')}.fi-np{background-image:url('np.3a5eec1c81a9e870.svg')}.fi-np.fis{background-image:url('np.a94793ce2ea389f5.svg')}.fi-nr{background-image:url('nr.f98dec915bc94708.svg')}.fi-nr.fis{background-image:url('nr.a83a706b6398fc21.svg')}.fi-nu{background-image:url('nu.e3a84a02f795b0c2.svg')}.fi-nu.fis{background-image:url('nu.ab755ce55ddc7a84.svg')}.fi-nz{background-image:url('nz.16212e51f5c15164.svg')}.fi-nz.fis{background-image:url('nz.e296aaa6a63f2f94.svg')}.fi-om{background-image:url('om.449f75b209c79648.svg')}.fi-om.fis{background-image:url('om.0747201c27e49bae.svg')}.fi-pa{background-image:url('pa.78bb9a3dbec97e33.svg')}.fi-pa.fis{background-image:url('pa.beca3af60b3d66e2.svg')}.fi-pe{background-image:url('pe.1320cd1a6c400204.svg')}.fi-pe.fis{background-image:url('pe.74e80a9765619d1d.svg')}.fi-pf{background-image:url('pf.41e90cd10ec25690.svg')}.fi-pf.fis{background-image:url('pf.43045c7cb8132fb7.svg')}.fi-pg{background-image:url('pg.cb62536b104c0bb7.svg')}.fi-pg.fis{background-image:url('pg.ed799a7cf334a5f1.svg')}.fi-ph{background-image:url('ph.d218202d6495d99d.svg')}.fi-ph.fis{background-image:url('ph.fdc9fd6e762673e5.svg')}.fi-pk{background-image:url('pk.b52bfbe86206d5a4.svg')}.fi-pk.fis{background-image:url('pk.39a05c74a2f2f45a.svg')}.fi-pl{background-image:url('pl.4ca59b6d587566c3.svg')}.fi-pl.fis{background-image:url('pl.b7f0464cbdaae06c.svg')}.fi-pm{background-image:url('pm.a5508b8f3136656f.svg')}.fi-pm.fis{background-image:url('pm.6e3b8747a7986c90.svg')}.fi-pn{background-image:url('pn.b4e1ab6aa7afbe3e.svg')}.fi-pn.fis{background-image:url('pn.5e11b03ba39b41db.svg')}.fi-pr{background-image:url('pr.89d15f5223a873ea.svg')}.fi-pr.fis{background-image:url('pr.eac89ae4e781ce80.svg')}.fi-ps{background-image:url('ps.af946441e80328da.svg')}.fi-ps.fis{background-image:url('ps.651e63e808e97204.svg')}.fi-pt{background-image:url('pt.acd403c0181424a7.svg')}.fi-pt.fis{background-image:url('pt.751775fc75dedadc.svg')}.fi-pw{background-image:url('pw.c4139f47817b83de.svg')}.fi-pw.fis{background-image:url('pw.e47cd8a05feb4109.svg')}.fi-py{background-image:url('py.975980dc2482d85d.svg')}.fi-py.fis{background-image:url('py.6523d7909b2c655f.svg')}.fi-qa{background-image:url('qa.f779f3e277547634.svg')}.fi-qa.fis{background-image:url('qa.79dab3098bdff359.svg')}.fi-re{background-image:url('re.d3c4fc19965fe67d.svg')}.fi-re.fis{background-image:url('re.4d18457f5c4225b8.svg')}.fi-ro{background-image:url('ro.c05f47cb02a1804b.svg')}.fi-ro.fis{background-image:url('ro.4885a544c38934a1.svg')}.fi-rs{background-image:url('rs.3bffe169ab26876d.svg')}.fi-rs.fis{background-image:url('rs.0f45ed27ff95a1ec.svg')}.fi-ru{background-image:url('ru.2c4479066cc3aa69.svg')}.fi-ru.fis{background-image:url('ru.9ee2a40ef905a06f.svg')}.fi-rw{background-image:url('rw.c85e0781fcb133d3.svg')}.fi-rw.fis{background-image:url('rw.04eaf790279bd7b8.svg')}.fi-sa{background-image:url('sa.0db9e8ec31437311.svg')}.fi-sa.fis{background-image:url('sa.9a769000dc055c3b.svg')}.fi-sb{background-image:url('sb.cf6a4cebafb1f226.svg')}.fi-sb.fis{background-image:url('sb.63a8b779620b6de7.svg')}.fi-sc{background-image:url('sc.ae98e9c514fed817.svg')}.fi-sc.fis{background-image:url('sc.95a235db72612296.svg')}.fi-sd{background-image:url('sd.e0e59b6edb23b64e.svg')}.fi-sd.fis{background-image:url('sd.cc39c2fdc8977a99.svg')}.fi-se{background-image:url('se.ec52785e76edcf10.svg')}.fi-se.fis{background-image:url('se.6e3dfa928a7d31ac.svg')}.fi-sg{background-image:url('sg.7ad85643544ae93f.svg')}.fi-sg.fis{background-image:url('sg.6c7c77dde29cb785.svg')}.fi-sh{background-image:url('sh.3ad15ea139bb2202.svg')}.fi-sh.fis{background-image:url('sh.9a586a73ec38cd71.svg')}.fi-si{background-image:url('si.2451437b958a17f0.svg')}.fi-si.fis{background-image:url('si.7c060dc60817a08a.svg')}.fi-sj{background-image:url('sj.239f992c4b154e30.svg')}.fi-sj.fis{background-image:url('sj.86309dc7785d4e09.svg')}.fi-sk{background-image:url('sk.22ca134082577ec7.svg')}.fi-sk.fis{background-image:url('sk.41f9c3b22b8630c4.svg')}.fi-sl{background-image:url('sl.193f7759cbfb5ccc.svg')}.fi-sl.fis{background-image:url('sl.b8e2f9c89b6eafb0.svg')}.fi-sm{background-image:url('sm.4a2793938fb4bbf6.svg')}.fi-sm.fis{background-image:url('sm.9f3be35f444ac461.svg')}.fi-sn{background-image:url('sn.562c00ddb3d3bcf0.svg')}.fi-sn.fis{background-image:url('sn.3ab9bf55d0c959a1.svg')}.fi-so{background-image:url('so.81fb24d4da5c2fde.svg')}.fi-so.fis{background-image:url('so.90ac99ad364c0398.svg')}.fi-sr{background-image:url('sr.3b1c3796bd0cc5d3.svg')}.fi-sr.fis{background-image:url('sr.0953a6a09fbec3c2.svg')}.fi-ss{background-image:url('ss.1612a976f4da0293.svg')}.fi-ss.fis{background-image:url('ss.6f65d43cce4641cc.svg')}.fi-st{background-image:url('st.e2d0e8127cdd6be5.svg')}.fi-st.fis{background-image:url('st.24c52b784b2e5476.svg')}.fi-sv{background-image:url('sv.955539c3291b343e.svg')}.fi-sv.fis{background-image:url('sv.4a7ef34153f4e9fa.svg')}.fi-sx{background-image:url('sx.1a2113b232f7e8e6.svg')}.fi-sx.fis{background-image:url('sx.ba3ea51fe119dbe5.svg')}.fi-sy{background-image:url('sy.1f32362a3b24d34e.svg')}.fi-sy.fis{background-image:url('sy.f444a6e69007040c.svg')}.fi-sz{background-image:url('sz.cc9ae834e1dc55d6.svg')}.fi-sz.fis{background-image:url('sz.61ba2742e1ea882b.svg')}.fi-tc{background-image:url('tc.1d40ce70d6ac050d.svg')}.fi-tc.fis{background-image:url('tc.79662ff041fc102b.svg')}.fi-td{background-image:url('td.4112ccd59f6a957b.svg')}.fi-td.fis{background-image:url('td.5f20acc41c21f0f9.svg')}.fi-tf{background-image:url('tf.7c977baf01f070a4.svg')}.fi-tf.fis{background-image:url('tf.5fa853872f73021d.svg')}.fi-tg{background-image:url('tg.5715bee8450401ad.svg')}.fi-tg.fis{background-image:url('tg.a1a84f46539a34d1.svg')}.fi-th{background-image:url('th.b00e082a0a342e7e.svg')}.fi-th.fis{background-image:url('th.ef3740665c0c9208.svg')}.fi-tj{background-image:url('tj.cea8921ab9e62454.svg')}.fi-tj.fis{background-image:url('tj.15422eff8868e837.svg')}.fi-tk{background-image:url('tk.c0bf669cbb0ad19b.svg')}.fi-tk.fis{background-image:url('tk.4c50bf5be4a35001.svg')}.fi-tl{background-image:url('tl.2c56cc08ea23c597.svg')}.fi-tl.fis{background-image:url('tl.8a381dde6f68f854.svg')}.fi-tm{background-image:url('tm.c0fe3bc677cf1a86.svg')}.fi-tm.fis{background-image:url('tm.6a8ec56b96f23222.svg')}.fi-tn{background-image:url('tn.37c8e7cec2c0aabe.svg')}.fi-tn.fis{background-image:url('tn.00f037a954b956ee.svg')}.fi-to{background-image:url('to.e21e7b0263e689e8.svg')}.fi-to.fis{background-image:url('to.c6f3657cced64456.svg')}.fi-tr{background-image:url('tr.d4c9d92addeb52b5.svg')}.fi-tr.fis{background-image:url('tr.0def5aa563197574.svg')}.fi-tt{background-image:url('tt.e0985f1c697f8260.svg')}.fi-tt.fis{background-image:url('tt.6ab528e2909e37f2.svg')}.fi-tv{background-image:url('tv.3824bd65f79ff7f3.svg')}.fi-tv.fis{background-image:url('tv.6903cb034d7920a9.svg')}.fi-tw{background-image:url('tw.73a45808a2e09fcb.svg')}.fi-tw.fis{background-image:url('tw.be895da5d21f59c1.svg')}.fi-tz{background-image:url('tz.2fc608dc2e4ec1bd.svg')}.fi-tz.fis{background-image:url('tz.1c849474d67d58b8.svg')}.fi-ua{background-image:url('ua.f2fcca8eaa807370.svg')}.fi-ua.fis{background-image:url('ua.1906adac43c44984.svg')}.fi-ug{background-image:url('ug.950aec889acdc8c3.svg')}.fi-ug.fis{background-image:url('ug.447bdffc8d206226.svg')}.fi-um{background-image:url('um.dcc46281940ce81b.svg')}.fi-um.fis{background-image:url('um.3bcbb586b5abb63d.svg')}.fi-us{background-image:url('us.ed9e9dcf6da9e384.svg')}.fi-us.fis{background-image:url('us.74ba178978373e66.svg')}.fi-uy{background-image:url('uy.9537a65db4d73ba7.svg')}.fi-uy.fis{background-image:url('uy.d2ccd30830412a42.svg')}.fi-uz{background-image:url('uz.f2c7bb342a2d4dd6.svg')}.fi-uz.fis{background-image:url('uz.547d4bad2416b30b.svg')}.fi-va{background-image:url('va.959875d92d71e9a6.svg')}.fi-va.fis{background-image:url('va.420e8e0c49b78eca.svg')}.fi-vc{background-image:url('vc.fef5eea862e4514a.svg')}.fi-vc.fis{background-image:url('vc.236a0c50e1b44bf1.svg')}.fi-ve{background-image:url('ve.fc18ce1071521e33.svg')}.fi-ve.fis{background-image:url('ve.fadaaf829dd74968.svg')}.fi-vg{background-image:url('vg.56b7d7225542320d.svg')}.fi-vg.fis{background-image:url('vg.a2ba8d0e1288d672.svg')}.fi-vi{background-image:url('vi.07ed8cfebc9aa2dc.svg')}.fi-vi.fis{background-image:url('vi.aaeab1462ac5598d.svg')}.fi-vn{background-image:url('vn.72f1ed8d98c3d37b.svg')}.fi-vn.fis{background-image:url('vn.8508d80362e87600.svg')}.fi-vu{background-image:url('vu.e04498202dcfd01e.svg')}.fi-vu.fis{background-image:url('vu.e2f097786a25523e.svg')}.fi-wf{background-image:url('wf.bca98a8bbc7ff179.svg')}.fi-wf.fis{background-image:url('wf.f72e2367632adc9e.svg')}.fi-ws{background-image:url('ws.7d68a871e4efcb78.svg')}.fi-ws.fis{background-image:url('ws.7f5978f736b57d8c.svg')}.fi-ye{background-image:url('ye.9d9e4c9f134a38cc.svg')}.fi-ye.fis{background-image:url('ye.8f3c7165d0eacccb.svg')}.fi-yt{background-image:url('yt.045dc59672b69dda.svg')}.fi-yt.fis{background-image:url('yt.a50469fc051cbce0.svg')}.fi-za{background-image:url('za.b4b48b9d5f568496.svg')}.fi-za.fis{background-image:url('za.41aa0ffd2d60156d.svg')}.fi-zm{background-image:url('zm.ef3a9aef9f166e8b.svg')}.fi-zm.fis{background-image:url('zm.58e73af5662c8cdf.svg')}.fi-zw{background-image:url('zw.3e71d5a4d2806306.svg')}.fi-zw.fis{background-image:url('zw.f11b2c747623fe69.svg')}.fi-arab{background-image:url('arab.073495a5b37b381d.svg')}.fi-arab.fis{background-image:url('arab.979580f271c880f0.svg')}.fi-asean{background-image:url('asean.22f23a72647b9374.svg')}.fi-asean.fis{background-image:url('asean.94b668bbb3ada70f.svg')}.fi-cefta{background-image:url('cefta.3c76a8688e63ae0c.svg')}.fi-cefta.fis{background-image:url('cefta.6ce94a4259735fbe.svg')}.fi-cp{background-image:url('cp.d0eb7df6815695e9.svg')}.fi-cp.fis{background-image:url('cp.f400c9bae76286f7.svg')}.fi-dg{background-image:url('dg.2de1a5479713057d.svg')}.fi-dg.fis{background-image:url('dg.52fa6fbe2988c7cf.svg')}.fi-eac{background-image:url('eac.1ac045077b1cd13e.svg')}.fi-eac.fis{background-image:url('eac.8d4776f54741152f.svg')}.fi-es-ct{background-image:url('es-ct.5e59862b44fecd94.svg')}.fi-es-ct.fis{background-image:url('es-ct.c6598d85ba8e8d6e.svg')}.fi-es-ga{background-image:url('es-ga.f3f34c34a3105ff5.svg')}.fi-es-ga.fis{background-image:url('es-ga.13ecfea2392a10bc.svg')}.fi-es-pv{background-image:url('es-pv.75ca1be59d2c40e2.svg')}.fi-es-pv.fis{background-image:url('es-pv.98874354f758eff5.svg')}.fi-eu{background-image:url('eu.cef9551f072175b1.svg')}.fi-eu.fis{background-image:url('eu.6f18afcd826d76b8.svg')}.fi-gb-eng{background-image:url('gb-eng.e1fc6b4f1ef88793.svg')}.fi-gb-eng.fis{background-image:url('gb-eng.5107a4c27ebbb74f.svg')}.fi-gb-nir{background-image:url('gb-nir.8ec547f4f5ed48f2.svg')}.fi-gb-nir.fis{background-image:url('gb-nir.f40f87d5c2ddf503.svg')}.fi-gb-sct{background-image:url('gb-sct.10f3906a11c229f1.svg')}.fi-gb-sct.fis{background-image:url('gb-sct.6618f22c09f95e71.svg')}.fi-gb-wls{background-image:url('gb-wls.a6fac399176be9af.svg')}.fi-gb-wls.fis{background-image:url('gb-wls.1cf3d9cc1065652d.svg')}.fi-ic{background-image:url('ic.1404e905104fed88.svg')}.fi-ic.fis{background-image:url('ic.b8b8078e217a5b6e.svg')}.fi-pc{background-image:url('pc.9cfd8220fca7ea16.svg')}.fi-pc.fis{background-image:url('pc.25fa60339932da74.svg')}.fi-sh-ac{background-image:url('sh-ac.49686f507525613a.svg')}.fi-sh-ac.fis{background-image:url('sh-ac.103f8fd9a63af301.svg')}.fi-sh-hl{background-image:url('sh-hl.c4109a603f9d1cc9.svg')}.fi-sh-hl.fis{background-image:url('sh-hl.664afc561d8174f8.svg')}.fi-sh-ta{background-image:url('sh-ta.26f1bf6d1951d8fc.svg')}.fi-sh-ta.fis{background-image:url('sh-ta.9e06bc08e496eb2c.svg')}.fi-un{background-image:url('un.98053442ebe9c6e1.svg')}.fi-un.fis{background-image:url('un.f72dbd04bf99375a.svg')}.fi-xk{background-image:url('xk.9fc203f30482a6ec.svg')}.fi-xk.fis{background-image:url('xk.961776b9098f435d.svg')}


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