html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  min-height: 100vh;
  font-size: 0.9rem;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

pre {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace; /* 1 */
  font-size: 1em; /* 2 */
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.mat-select-value {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 20px;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

button,
input {
  /* 1 */
  overflow: visible;
}

button,
select {
  /* 1 */
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

  button::-moz-focus-inner,
  [type="button"]::-moz-focus-inner,
  [type="reset"]::-moz-focus-inner,
  [type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }


  button:-moz-focusring,
  [type="button"]:-moz-focusring,
  [type="reset"]:-moz-focusring,
  [type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

  [type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
  }

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.mdc-touch-target-wrapper {
  display: inline;
}

@-webkit-keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@-webkit-keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }

  68.2% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }

  68.2% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }

  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }

  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }

  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@-webkit-keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@-webkit-keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}

@-webkit-keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }

  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }

  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

.mdc-checkbox {
  display: inline-block;
  position: relative;
  flex: 0 0 18px;
  box-sizing: content-box;
  width: 18px;
  height: 18px;
  line-height: 0;
  white-space: nowrap;
  cursor: pointer;
  vertical-align: bottom;
  padding: 11px;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-checkbox
  .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
  .mdc-checkbox
  .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-checkbox.mdc-checkbox--selected:hover .mdc-checkbox__ripple::before {
    opacity: 0.08;
  }

  .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
  .mdc-checkbox__ripple::before {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
  .mdc-checkbox__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
  .mdc-checkbox__ripple::after {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
  }

  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
  .mdc-checkbox__ripple::after {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-checkbox .mdc-checkbox__background {
    top: 11px;
    left: 11px;
  }

    .mdc-checkbox .mdc-checkbox__background::before {
      top: -13px;
      left: -13px;
      width: 40px;
      height: 40px;
    }

  .mdc-checkbox .mdc-checkbox__native-control {
    top: 0px;
    right: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
  }

.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #ffe600;
  border-color: var(--mdc-theme-secondary, #ffe600);
  background-color: #ffe600;
  background-color: var(--mdc-theme-secondary, #ffe600);
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }

  50% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }
}

@keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }

  50% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
  0%, 80% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}

@keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
  0%, 80% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}

.mdc-checkbox--anim-unchecked-checked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary;
  animation-name: mdc-checkbox-fade-in-background-8A000000secondary00000000secondary;
}

.mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.38);
  background-color: transparent;
}

.mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0.38);
}

.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background
.mdc-checkbox__checkmark {
  color: #fff;
}

.mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background
.mdc-checkbox__mixedmark {
  border-color: #fff;
}

@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
  .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark {
    color: GrayText;
  }

  .mdc-checkbox__native-control:disabled ~ .mdc-checkbox__background
  .mdc-checkbox__mixedmark {
    border-color: GrayText;
  }
}

.mdc-checkbox--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-checkbox__background {
  display: inline-flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 18px;
  height: 18px;
  border: 2px solid currentColor;
  border-radius: 2px;
  background-color: transparent;
  pointer-events: none;
  will-change: background-color, border-color;
  transition: background-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

  .mdc-checkbox__background .mdc-checkbox__background::before {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000000);
  }

.mdc-checkbox__checkmark {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: opacity 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox--upgraded .mdc-checkbox__checkmark {
  opacity: 1;
}

.mdc-checkbox__checkmark-path {
  transition: stroke-dashoffset 180ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke: currentColor;
  stroke-width: 3.12px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

.mdc-checkbox--upgraded .mdc-checkbox__background,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark,
.mdc-checkbox--upgraded .mdc-checkbox__checkmark-path,
.mdc-checkbox--upgraded .mdc-checkbox__mixedmark {
  transition: none !important;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__background,
.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__background,
.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__background {
  -webkit-animation-duration: 180ms;
  animation-duration: 180ms;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.mdc-checkbox--anim-unchecked-checked .mdc-checkbox__checkmark-path {
  -webkit-animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  animation: mdc-checkbox-unchecked-checked-checkmark-path 180ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-unchecked-indeterminate .mdc-checkbox__mixedmark {
  -webkit-animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  animation: mdc-checkbox-unchecked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-unchecked .mdc-checkbox__checkmark-path {
  -webkit-animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  animation: mdc-checkbox-checked-unchecked-checkmark-path 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__checkmark {
  -webkit-animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  animation: mdc-checkbox-checked-indeterminate-checkmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-checked-indeterminate .mdc-checkbox__mixedmark {
  -webkit-animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  animation: mdc-checkbox-checked-indeterminate-mixedmark 90ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__checkmark {
  -webkit-animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  animation: mdc-checkbox-indeterminate-checked-checkmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-checked .mdc-checkbox__mixedmark {
  -webkit-animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  animation: mdc-checkbox-indeterminate-checked-mixedmark 500ms linear 0s;
  transition: none;
}

.mdc-checkbox--anim-indeterminate-unchecked .mdc-checkbox__mixedmark {
  -webkit-animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  animation: mdc-checkbox-indeterminate-unchecked-mixedmark 300ms linear 0s;
  transition: none;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background {
  transition: border-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1), background-color 90ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

  .mdc-checkbox__native-control:checked ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path,
  .mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background
  .mdc-checkbox__checkmark-path {
    stroke-dashoffset: 0;
  }

.mdc-checkbox__background::before {
  position: absolute;
  transform: scale(0, 0);
  border-radius: 50%;
  opacity: 0;
  pointer-events: none;
  content: "";
  will-change: opacity, transform;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__native-control:focus ~ .mdc-checkbox__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 80ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 80ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-checkbox__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
}

  .mdc-checkbox__native-control:disabled {
    cursor: default;
    pointer-events: none;
  }

.mdc-checkbox--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

  .mdc-checkbox--touch .mdc-checkbox__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
  }

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background
.mdc-checkbox__checkmark {
  transition: opacity 180ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 180ms 0ms cubic-bezier(0, 0, 0.2, 1);
  opacity: 1;
}

.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background
.mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(-45deg);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background
.mdc-checkbox__checkmark {
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background
.mdc-checkbox__mixedmark {
  transform: scaleX(1) rotate(0deg);
  opacity: 1;
}

@-webkit-keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }

  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }

  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@-webkit-keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@-webkit-keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }

  to {
    opacity: 0;
  }
}

@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }

  to {
    opacity: 0;
  }
}

  .mdc-checkbox .mdc-checkbox__ripple::before,
  .mdc-checkbox .mdc-checkbox__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000000);
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
  }

  .mdc-checkbox .mdc-checkbox__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-checkbox.mdc-ripple-upgraded--unbounded .mdc-checkbox__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-checkbox.mdc-ripple-upgraded--foreground-activation
  .mdc-checkbox__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-checkbox.mdc-ripple-upgraded--foreground-deactivation
  .mdc-checkbox__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }


  .mdc-checkbox:hover .mdc-checkbox__ripple::before {
    opacity: 0.04;
  }

  .mdc-checkbox.mdc-ripple-upgraded--background-focused
  .mdc-checkbox__ripple::before,
  .mdc-checkbox:not(.mdc-ripple-upgraded):focus .mdc-checkbox__ripple::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-checkbox:not(.mdc-ripple-upgraded) .mdc-checkbox__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-checkbox:not(.mdc-ripple-upgraded):active .mdc-checkbox__ripple::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-checkbox.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }


  .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::before,
  .mdc-checkbox.mdc-ripple-upgraded .mdc-checkbox__ripple::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }


.mdc-checkbox__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.mdc-ripple-upgraded--background-focused .mdc-checkbox__background::before {
  content: none;
}

.mdc-radio {
  padding: 10px;
  display: inline-block;
  position: relative;
  flex: 0 0 auto;
  box-sizing: content-box;
  width: 20px;
  height: 20px;
  cursor: pointer;
  will-change: opacity, transform, border-color, color;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-radio
  .mdc-radio__native-control:enabled:not(:checked) + .mdc-radio__background
  .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.54);
  }

  .mdc-radio
  .mdc-radio__native-control:enabled:checked + .mdc-radio__background
  .mdc-radio__outer-circle {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-radio
  .mdc-radio__native-control:enabled + .mdc-radio__background
  .mdc-radio__inner-circle {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:not(:checked) + .mdc-radio__background
  .mdc-radio__outer-circle,
  .mdc-radio
  .mdc-radio__native-control:disabled:not(:checked) + .mdc-radio__background
  .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.38);
  }

  .mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control + .mdc-radio__background
  .mdc-radio__inner-circle,
  .mdc-radio
  .mdc-radio__native-control:disabled + .mdc-radio__background
  .mdc-radio__inner-circle {
    border-color: rgba(0, 0, 0, 0.38);
  }

  .mdc-radio .mdc-radio__background::before {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
    top: -10px;
    left: -10px;
    width: 40px;
    height: 40px;
  }

  .mdc-radio .mdc-radio__native-control {
    top: 0px;
    right: 0px;
    left: 0px;
    width: 40px;
    height: 40px;
  }

.mdc-radio__background {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  width: 20px;
  height: 20px;
}

  .mdc-radio__background::before {
    position: absolute;
    transform: scale(0, 0);
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    transition: opacity 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  }

.mdc-radio__outer-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  border-width: 2px;
  border-style: solid;
  border-radius: 50%;
  transition: border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__inner-circle {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transform: scale(0, 0);
  border-width: 10px;
  border-style: solid;
  border-radius: 50%;
  transition: transform 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1), border-color 120ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-radio__native-control {
  position: absolute;
  margin: 0;
  padding: 0;
  opacity: 0;
  cursor: inherit;
  z-index: 1;
}

.mdc-radio--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

  .mdc-radio--touch .mdc-radio__native-control {
    top: -4px;
    right: -4px;
    left: -4px;
    width: 48px;
    height: 48px;
  }

.mdc-radio__native-control:checked + .mdc-radio__background,
.mdc-radio__native-control:disabled + .mdc-radio__background {
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

  .mdc-radio__native-control:checked + .mdc-radio__background
  .mdc-radio__outer-circle,
  .mdc-radio__native-control:disabled + .mdc-radio__background
  .mdc-radio__outer-circle {
    transition: border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  }

  .mdc-radio__native-control:checked + .mdc-radio__background
  .mdc-radio__inner-circle,
  .mdc-radio__native-control:disabled + .mdc-radio__background
  .mdc-radio__inner-circle {
    transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
  }

.mdc-radio--disabled {
  cursor: default;
  pointer-events: none;
}

.mdc-radio__native-control:checked + .mdc-radio__background
.mdc-radio__inner-circle {
  transform: scale(0.5);
  transition: transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1), border-color 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-radio__native-control:disabled + .mdc-radio__background,
[aria-disabled="true"] .mdc-radio__native-control + .mdc-radio__background {
  cursor: default;
}

.mdc-radio__native-control:focus + .mdc-radio__background::before {
  transform: scale(1);
  opacity: 0.12;
  transition: opacity 120ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 120ms 0ms cubic-bezier(0, 0, 0.2, 1);
}


  .mdc-radio .mdc-radio__ripple::before,
  .mdc-radio .mdc-radio__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-radio .mdc-radio__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-radio.mdc-ripple-upgraded--unbounded .mdc-radio__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-radio.mdc-ripple-upgraded--foreground-activation
  .mdc-radio__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-radio.mdc-ripple-upgraded--foreground-deactivation
  .mdc-radio__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::before,
  .mdc-radio.mdc-ripple-upgraded .mdc-radio__ripple::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-radio:hover .mdc-radio__ripple::before {
    opacity: 0.08;
  }

  .mdc-radio.mdc-ripple-upgraded--background-focused .mdc-radio__ripple::before,
  .mdc-radio:not(.mdc-ripple-upgraded):focus .mdc-radio__ripple::before {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-radio:not(.mdc-ripple-upgraded) .mdc-radio__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-radio:not(.mdc-ripple-upgraded):active .mdc-radio__ripple::after {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-radio.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
  }

.mdc-radio__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

  [dir="rtl"] .mdc-floating-label,
  .mdc-floating-label[dir="rtl"] {
    right: 0;
    left: auto;
    transform-origin: right top;
    text-align: right;
  }

.mdc-floating-label--float-above,
.fids-select.static .mdc-floating-label {
  cursor: auto;
  transform: translateY(-106%) scale(0.75) !important;
}

.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-standard 250ms 1;
  animation: mdc-floating-label-shake-float-above-standard 250ms 1;
}

@-webkit-keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }
}

.mdc-line-ripple::before,
.mdc-line-ripple::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom-style: solid;
  content: "";
}

.mdc-line-ripple::before {
  border-bottom-width: 1px;
  z-index: 1;
}

.mdc-line-ripple::after {
  transform: scaleX(0);
  border-bottom-width: 2px;
  opacity: 0;
  z-index: 2;
  transition: transform 180ms cubic-bezier(0.4, 0, 0.2, 1), opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-line-ripple--active::after {
  transform: scaleX(1);
  opacity: 1;
}

.mdc-line-ripple--deactivating::after {
  opacity: 0;
}

.mdc-notched-outline {
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  height: 100%;
  text-align: left;
  pointer-events: none;
}

  [dir="rtl"] .mdc-notched-outline,
  .mdc-notched-outline[dir="rtl"] {
    text-align: right;
  }

.mdc-notched-outline__leading {
  border-left: 1px solid;
  border-right: none;
  width: 12px;
}

  [dir="rtl"] .mdc-notched-outline__leading,
  .mdc-notched-outline__leading[dir="rtl"] {
    border-left: none;
    border-right: 1px solid;
  }

.mdc-notched-outline__trailing {
  border-left: none;
  border-right: 1px solid;
  flex-grow: 1;
}

  [dir="rtl"] .mdc-notched-outline__trailing,
  .mdc-notched-outline__trailing[dir="rtl"] {
    border-left: 1px solid;
    border-right: none;
  }

.mdc-notched-outline__notch {
  flex: 0 0 auto;
  width: auto;
  max-width: calc(100% - 12px * 2);
}

.mdc-notched-outline .mdc-floating-label {
  display: inline-block;
  position: relative;
  max-width: 100%;
}

.mdc-notched-outline .mdc-floating-label--float-above,
.mdc-notched-outline .fids-select.static .mdc-floating-label,
.fids-select.static .mdc-notched-outline .mdc-floating-label {
  text-overflow: clip;
}

.mdc-notched-outline--upgraded .mdc-floating-label--float-above,
.mdc-notched-outline--upgraded .fids-select.static .mdc-floating-label,
.fids-select.static .mdc-notched-outline--upgraded .mdc-floating-label {
  max-width: calc(100% / 0.75);
}


  [dir="rtl"] .mdc-notched-outline--notched .mdc-notched-outline__notch,
  .mdc-notched-outline--notched .mdc-notched-outline__notch[dir="rtl"] {
    padding-left: 8px;
    padding-right: 0;
  }

.mdc-notched-outline--no-label .mdc-notched-outline__notch {
  padding: 0;
}

  .mdc-text-field-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
  }

.mdc-text-field-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}

.mdc-text-field-character-counter {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var( --mdc-typography-caption-text-decoration, inherit );
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin-top: 0;
  margin-left: auto;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 0;
  white-space: nowrap;
}

  .mdc-text-field-character-counter::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
  }

  [dir="rtl"] .mdc-text-field-character-counter,
  .mdc-text-field-character-counter[dir="rtl"] {
    margin-left: 0;
    margin-right: auto;
    padding-left: 0;
    padding-right: 16px;
  }

.mdc-text-field__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

  .mdc-text-field__icon:not([tabindex]),
  .mdc-text-field__icon[tabindex="-1"] {
    cursor: default;
    pointer-events: none;
  }

.mdc-text-field {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 56px;
  border-radius: 1px 1px 0 0;
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  will-change: opacity, transform, color;
  background-color: white !important;
  padding: unset !important;
}

  .mdc-text-field .mdc-text-field__ripple::before,
  .mdc-text-field .mdc-text-field__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-text-field .mdc-text-field__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-text-field.mdc-ripple-upgraded .mdc-text-field__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-text-field.mdc-ripple-upgraded--unbounded .mdc-text-field__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-text-field.mdc-ripple-upgraded--foreground-activation
  .mdc-text-field__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-text-field.mdc-ripple-upgraded--foreground-deactivation
  .mdc-text-field__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

.mdc-text-field__ripple {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

  .mdc-text-field:hover .mdc-text-field__ripple::before {
    opacity: 0.04;
  }

  .mdc-text-field.mdc-ripple-upgraded--background-focused
  .mdc-text-field__ripple::before,
  .mdc-text-field:not(.mdc-ripple-upgraded):focus
  .mdc-text-field__ripple::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input {
    color: rgba(0, 0, 0, 0.87);
  }

@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}

@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}

.mdc-text-field .mdc-text-field__input {
  caret-color: #1a1a24;
  caret-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.42);
}

.mdc-text-field:not(.mdc-text-field--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: rgba(0, 0, 0, 0.87);
}

.mdc-text-field .mdc-line-ripple::after {
  border-bottom-color: #1a1a24;
  border-bottom-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line
.mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled)
.mdc-text-field-character-counter,
.mdc-text-field:not(.mdc-text-field--disabled) + .mdc-text-field-helper-line
.mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.6);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.54);
}

.mdc-text-field:not(.mdc-text-field--disabled) {
  background-color: #f5f5f5;
}

.mdc-text-field .mdc-floating-label {
  left: 16px;
  right: initial;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

  [dir="rtl"] .mdc-text-field .mdc-floating-label,
  .mdc-text-field .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 16px;
  }

.mdc-text-field .mdc-floating-label--float-above,
.mdc-text-field .fids-select.static .mdc-floating-label,
.fids-select.static .mdc-text-field .mdc-floating-label {
  transform: translateY(-106%) scale(0.75) !important;
}

.mdc-text-field--textarea .mdc-floating-label {
  left: 4px;
  right: initial;
  top: 17px;
  width: auto;
  pointer-events: none;
}

  [dir="rtl"] .mdc-text-field--textarea .mdc-floating-label,
  .mdc-text-field--textarea .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 4px;
  }

.mdc-text-field--outlined .mdc-floating-label {
  left: 4px;
  right: initial;
}

  [dir="rtl"] .mdc-text-field--outlined .mdc-floating-label,
  .mdc-text-field--outlined .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 4px;
  }

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label {
  left: 36px;
  right: initial;
}

  [dir="rtl"] .mdc-text-field--outlined--with-leading-icon .mdc-floating-label,
  .mdc-text-field--outlined--with-leading-icon .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 36px;
  }

.mdc-text-field--outlined--with-leading-icon .mdc-floating-label--float-above,
.mdc-text-field--outlined--with-leading-icon
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--outlined--with-leading-icon
.mdc-floating-label {
  left: 40px;
  right: initial;
}

  .mdc-text-field__input::-webkit-input-placeholder {
    -webkit-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .mdc-text-field__input::-moz-placeholder {
    -moz-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .mdc-text-field__input:-ms-input-placeholder {
    -ms-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .mdc-text-field__input::-ms-input-placeholder {
    -ms-transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

  .mdc-text-field__input::placeholder {
    transition: opacity 67ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
  }

.mdc-text-field--fullwidth .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-webkit-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-webkit-input-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

.mdc-text-field--fullwidth .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-moz-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-moz-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

.mdc-text-field--fullwidth .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input:-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input:-ms-input-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

.mdc-text-field--fullwidth .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--no-label .mdc-text-field__input::-ms-input-placeholder,
.mdc-text-field--focused .mdc-text-field__input::-ms-input-placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

.mdc-text-field--fullwidth .mdc-text-field__input::placeholder,
.mdc-text-field--no-label .mdc-text-field__input::placeholder,
.mdc-text-field--focused .mdc-text-field__input::placeholder {
  transition-delay: 40ms;
  transition-duration: 110ms;
  opacity: 1;
}

.mdc-text-field__input:focus {
  outline: none;
}

.mdc-text-field__input:invalid {
  box-shadow: none;
}

.mdc-text-field__input:-webkit-autofill {
  z-index: auto !important;
}

.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea)
.mdc-text-field__input {
  padding-top: 0;
  padding-bottom: 1px;
}

.mdc-text-field__input:-webkit-autofill + .mdc-floating-label {
  transform: translateY(-50%) scale(0.75);
  cursor: auto;
}

.mdc-text-field--outlined {
  overflow: visible;
}

  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
  }

  .mdc-text-field--outlined .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
  }

  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 1px 0 0 1px;
  }

    [dir="rtl"]
    .mdc-text-field--outlined
    .mdc-notched-outline
    .mdc-notched-outline__leading,
    .mdc-text-field--outlined
    .mdc-notched-outline
    .mdc-notched-outline__leading[dir="rtl"] {
      border-radius: 0 1px 1px 0;
    }

  .mdc-text-field--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 1px 1px 0;
  }

    [dir="rtl"]
    .mdc-text-field--outlined
    .mdc-notched-outline
    .mdc-notched-outline__trailing,
    .mdc-text-field--outlined
    .mdc-notched-outline
    .mdc-notched-outline__trailing[dir="rtl"] {
      border-radius: 1px 0 0 1px;
    }

  .mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label {
    transform: translateY(-34.75px) scale(0.75);
    font-size: 1rem;
  }

  .mdc-text-field--outlined
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
    padding-top: 1px;
  }

  .mdc-text-field--outlined .mdc-text-field__ripple::before,
  .mdc-text-field--outlined .mdc-text-field__ripple::after {
    content: none;
  }

  .mdc-text-field--outlined:not(.mdc-text-field--disabled) {
    background-color: transparent;
  }

  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
  .mdc-text-field--outlined:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--outlined .mdc-text-field__input {
    padding-top: 12px;
    padding-bottom: 14px;
    display: flex;
    border: none !important;
    background-color: transparent;
    z-index: 1;
  }

  .mdc-text-field--outlined .mdc-text-field__icon {
    z-index: 2;
  }

  .mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline--notched
  .mdc-notched-outline__notch {
    padding-top: 2px;
  }

  .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__leading,
  .mdc-text-field--outlined.mdc-text-field--focused .mdc-notched-outline__notch,
  .mdc-text-field--outlined.mdc-text-field--focused
  .mdc-notched-outline__trailing {
    border-width: 2px;
  }

  .mdc-text-field--outlined.mdc-text-field--disabled {
    background-color: transparent;
  }

    .mdc-text-field--outlined.mdc-text-field--disabled
    .mdc-notched-outline__leading,
    .mdc-text-field--outlined.mdc-text-field--disabled .mdc-notched-outline__notch,
    .mdc-text-field--outlined.mdc-text-field--disabled
    .mdc-notched-outline__trailing {
      border-color: rgba(0, 0, 0, 0.06);
    }

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__leading,
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__notch,
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}

.mdc-text-field--outlined.mdc-text-field--dense {
  height: 48px;
}

  .mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-text-field--dense
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label {
    transform: translateY(-134%) scale(1);
    font-size: 0.8rem;
  }

  .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label {
    transform: translateY(-120%) scale(0.8);
    font-size: 1rem;
  }

  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
    animation: mdc-floating-label-shake-float-above-text-field-outlined-dense 250ms 1;
  }

  .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__input {
    padding: 12px 12px 7px;
  }

  .mdc-text-field--outlined.mdc-text-field--dense .mdc-floating-label {
    top: 14px;
  }

  .mdc-text-field--outlined.mdc-text-field--dense .mdc-text-field__icon {
    top: 12px;
  }

.mdc-text-field--with-leading-icon .mdc-text-field__icon--leading {
  left: 16px;
  right: initial;
}

  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__icon--leading,
  .mdc-text-field--with-leading-icon .mdc-text-field__icon--leading[dir="rtl"] {
    left: initial;
    right: 16px;
  }

.mdc-text-field--with-leading-icon .mdc-text-field__input {
  padding-left: 48px;
  padding-right: 16px;
}

  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-text-field__input,
  .mdc-text-field--with-leading-icon .mdc-text-field__input[dir="rtl"] {
    padding-left: 16px;
    padding-right: 48px;
  }

.mdc-text-field--with-leading-icon .mdc-floating-label {
  left: 48px;
  right: initial;
}

  [dir="rtl"] .mdc-text-field--with-leading-icon .mdc-floating-label,
  .mdc-text-field--with-leading-icon .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 48px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-text-field__icon--leading {
  left: 16px;
  right: initial;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon--leading,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-text-field__icon--leading[dir="rtl"] {
    left: initial;
    right: 16px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-floating-label {
  transform: translateY(-37.25px) translateX(-32px) scale(1);
  font-size: 0.75rem;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-37.25px) translateX(32px) scale(1);
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
.mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-notched-outline--upgraded
.mdc-floating-label {
  transform: translateY(-34.75px) translateX(-32px) scale(0.75);
  font-size: 1rem;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-34.75px) translateX(32px) scale(0.75);
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
.mdc-floating-label,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-notched-outline--upgraded
.mdc-floating-label {
  transform: translateY(-120%) translateX(-21px) scale(0.8);
  font-size: 1rem;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense.mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-120%) translateX(21px) scale(0.8);
  }

[dir="rtl"]
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense[dir="rtl"]
.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl 250ms 1;
}

.mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing {
  left: initial;
  right: 12px;
}

  [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing,
  .mdc-text-field--with-trailing-icon .mdc-text-field__icon--trailing[dir="rtl"] {
    left: 12px;
    right: initial;
  }

.mdc-text-field--with-trailing-icon .mdc-text-field__input {
  padding-left: 16px;
  padding-right: 48px;
}

  [dir="rtl"] .mdc-text-field--with-trailing-icon .mdc-text-field__input,
  .mdc-text-field--with-trailing-icon .mdc-text-field__input[dir="rtl"] {
    padding-left: 48px;
    padding-right: 16px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
.mdc-text-field__icon--leading {
  left: 16px;
  right: initial;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
.mdc-text-field__input {
  padding-right: 48px;
  padding-left: 48px;
}

.mdc-text-field--dense .mdc-text-field__icon {
  bottom: 16px;
  transform: scale(0.8);
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense
.mdc-text-field__icon--leading {
  left: 12px;
  right: initial;
}

.mdc-text-field--with-leading-icon.mdc-text-field--dense
.mdc-text-field__input {
  padding-left: 44px;
  padding-right: 16px;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input,
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
    padding-left: 16px;
    padding-right: 44px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--dense .mdc-floating-label {
  left: 44px;
  right: initial;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 44px;
  }

  [dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--trailing,
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--trailing[dir="rtl"] {
    left: 12px;
    right: initial;
  }

  [dir="rtl"]
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input,
  .mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__input[dir="rtl"] {
    padding-left: 44px;
    padding-right: 16px;
  }

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--leading,
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--leading[dir="rtl"] {
    left: initial;
    right: 12px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
.mdc-text-field__icon--trailing {
  left: initial;
  right: 12px;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--trailing,
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
  .mdc-text-field__icon--trailing[dir="rtl"] {
    left: 12px;
    right: initial;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
.mdc-text-field__input {
  padding-right: 44px;
  padding-left: 44px;
}

.mdc-text-field--dense .mdc-floating-label--float-above,
.mdc-text-field--dense .fids-select.static .mdc-floating-label,
.fids-select.static .mdc-text-field--dense .mdc-floating-label {
  transform: translateY(-70%) scale(0.8);
  font-size: 0.813rem;
}

.mdc-text-field--dense .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
  animation: mdc-floating-label-shake-float-above-text-field-dense 250ms 1;
}

.mdc-text-field--dense .mdc-text-field__input {
  padding: 12px 12px 0;
}

.mdc-text-field--dense .mdc-floating-label {
  font-size: 0.813rem;
}


.mdc-text-field__input:required ~ .mdc-floating-label::after,
.mdc-text-field__input:required ~ .mdc-notched-outline
.mdc-floating-label::after {
  margin-left: 1px;
  content: "*";
}

  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled)
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__leading,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__notch,
  .mdc-text-field--textarea:not(.mdc-text-field--disabled).mdc-text-field--focused
  .mdc-notched-outline__trailing {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
  }

  .mdc-text-field--textarea .mdc-floating-label--shake {
    -webkit-animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
    animation: mdc-floating-label-shake-float-above-textarea 250ms 1;
  }

  .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 1px 0 0 1px;
  }

    [dir="rtl"]
    .mdc-text-field--textarea
    .mdc-notched-outline
    .mdc-notched-outline__leading,
    .mdc-text-field--textarea
    .mdc-notched-outline
    .mdc-notched-outline__leading[dir="rtl"] {
      border-radius: 0 1px 1px 0;
    }

  .mdc-text-field--textarea .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 1px 1px 0;
  }

    [dir="rtl"]
    .mdc-text-field--textarea
    .mdc-notched-outline
    .mdc-notched-outline__trailing,
    .mdc-text-field--textarea
    .mdc-notched-outline
    .mdc-notched-outline__trailing[dir="rtl"] {
      border-radius: 1px 0 0 1px;
    }

  .mdc-text-field--textarea .mdc-text-field__ripple::before,
  .mdc-text-field--textarea .mdc-text-field__ripple::after {
    content: none;
  }

  .mdc-text-field--textarea:not(.mdc-text-field--disabled) {
    background-color: transparent;
  }

  .mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--textarea.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--textarea.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  .mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-text-field--textarea
  .mdc-notched-outline--upgraded
  .mdc-floating-label {
    transform: translateY(-130%) scale(0.75);
    font-size: 1rem;
  }

  .mdc-text-field--textarea .mdc-text-field-character-counter {
    left: initial;
    right: 16px;
    position: absolute;
    bottom: 13px;
  }

    [dir="rtl"] .mdc-text-field--textarea .mdc-text-field-character-counter,
    .mdc-text-field--textarea .mdc-text-field-character-counter[dir="rtl"] {
      left: 16px;
      right: initial;
    }

  .mdc-text-field--textarea .mdc-text-field__input {
    -ms-grid-row-align: auto;
    align-self: auto;
    box-sizing: border-box;
    height: auto;
    margin: 8px 1px 1px 0;
    padding: 0 16px 16px;
    line-height: 1.75rem;
  }

  .mdc-text-field--textarea
  .mdc-text-field-character-counter + .mdc-text-field__input {
    margin-bottom: 28px;
    padding-bottom: 0;
  }

    .mdc-text-field--textarea
    .mdc-floating-label:not(.mdc-floating-label--float-above) {
      transform: none;
    }

  .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__leading,
  .mdc-text-field--textarea.mdc-text-field--focused .mdc-notched-outline__notch,
  .mdc-text-field--textarea.mdc-text-field--focused
  .mdc-notched-outline__trailing {
    border-width: 2px;
  }

.mdc-text-field--fullwidth {
  width: 100%;
}

  .mdc-text-field--fullwidth:not(.mdc-text-field--disabled)
  .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.42);
  }

  .mdc-text-field--fullwidth.mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.42);
  }

  .mdc-text-field--fullwidth:not(.mdc-text-field--textarea) {
    display: block;
  }

    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
    .mdc-text-field__ripple::before,
    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
    .mdc-text-field__ripple::after {
      content: none;
    }

    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea):not(.mdc-text-field--disabled) {
      background-color: transparent;
    }

    .mdc-text-field--fullwidth:not(.mdc-text-field--textarea)
    .mdc-text-field__input {
      padding: 0 0 1px;
    }

  .mdc-text-field--fullwidth.mdc-text-field--textarea .mdc-text-field__input {
    resize: vertical;
  }

  .mdc-text-field--fullwidth.mdc-text-field--invalid:not(.mdc-text-field--disabled)
  .mdc-line-ripple::before {
    border-bottom-color: #b00020;
    border-bottom-color: var(--mdc-theme-error, #b00020);
  }

.mdc-text-field-helper-line {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.mdc-text-field--dense + .mdc-text-field-helper-line {
  margin-bottom: 4px;
}

.mdc-text-field + .mdc-text-field-helper-line {
  padding-right: 16px;
  padding-left: 16px;
}

.mdc-form-field > .mdc-text-field + label {
  align-self: flex-start;
}

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: rgba(26, 26, 36, 0.87);
}

.mdc-text-field--focused + .mdc-text-field-helper-line
.mdc-text-field-helper-text:not(.mdc-text-field-helper-text--validation-msg) {
  opacity: 1;
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled):hover
.mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--invalid + .mdc-text-field-helper-line
.mdc-text-field-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid .mdc-text-field__input {
  caret-color: #b00020;
  caret-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-text-field__icon--trailing {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--invalid + .mdc-text-field-helper-line
.mdc-text-field-helper-text--validation-msg {
  opacity: 1;
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__leading,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__notch,
.mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--focused):hover
.mdc-notched-outline
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__leading,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__notch,
.mdc-text-field--outlined.mdc-text-field--invalid:not(.mdc-text-field--disabled).mdc-text-field--focused
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-text-field--disabled {
  background-color: #fafafa;
  pointer-events: none;
}

  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.06);
  }

@media all {
  .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}

@media all {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.38);
  }
}

.mdc-text-field--disabled .mdc-floating-label {
  color: rgba(0, 0, 0, 0.38);
  cursor: default;
}

.mdc-text-field--disabled + .mdc-text-field-helper-line
.mdc-text-field-helper-text {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field-character-counter,
.mdc-text-field--disabled + .mdc-text-field-helper-line
.mdc-text-field-character-counter {
  color: rgba(0, 0, 0, 0.38);
}

.mdc-text-field--disabled .mdc-text-field__icon--leading {
  color: rgba(0, 0, 0, 0.3);
}

.mdc-text-field--disabled .mdc-text-field__icon--trailing {
  color: rgba(0, 0, 0, 0.3);
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-line-ripple::before {
    border-bottom-color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input::-webkit-input-placeholder {
    color: GrayText;
  }

  .mdc-text-field--disabled .mdc-text-field__input::-moz-placeholder {
    color: GrayText;
  }

  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }

  .mdc-text-field--disabled .mdc-text-field__input::-ms-input-placeholder {
    color: GrayText;
  }

  .mdc-text-field--disabled .mdc-text-field__input::placeholder {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__input:-ms-input-placeholder {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-floating-label {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled + .mdc-text-field-helper-line
  .mdc-text-field-helper-text {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field-character-counter,
  .mdc-text-field--disabled + .mdc-text-field-helper-line
  .mdc-text-field-character-counter {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--leading {
    color: GrayText;
  }
}

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--disabled .mdc-text-field__icon--trailing {
    color: GrayText;
  }
}

.mdc-text-field--textarea.mdc-text-field--disabled {
  background-color: transparent;
  background-color: #f9f9f9;
}

  .mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__leading,
  .mdc-text-field--textarea.mdc-text-field--disabled .mdc-notched-outline__notch,
  .mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.06);
  }

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__leading,
  .mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__notch,
  .mdc-text-field--textarea.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}

.mdc-text-field--end-aligned .mdc-text-field__input {
  text-align: right;
}

  [dir="rtl"] .mdc-text-field--end-aligned .mdc-text-field__input,
  .mdc-text-field--end-aligned .mdc-text-field__input[dir="rtl"] {
    text-align: left;
  }

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-70%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-70%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-dense {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-70%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-70%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-70%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-70%) scale(0.8);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
}

@-webkit-keyframes mdc-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(0.85);
  }

  100% {
    transform: scale(0.571);
  }
}

@keyframes mdc-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(0.85);
  }

  100% {
    transform: scale(0.571);
  }
}

.mdc-slider {
  position: relative;
  width: 100%;
  height: 48px;
  cursor: pointer;
  touch-action: pan-x;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-container::after {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
    opacity: 0.26;
  }

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__track-marker-container {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__thumb {
    fill: #ffe600;
    fill: var(--mdc-theme-secondary, #ffe600);
    stroke: #ffe600;
    stroke: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__focus-ring {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-slider:not(.mdc-slider--disabled) .mdc-slider__pin {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
    color: rgba(0, 0, 0, 0.87);
    color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87));
  }

.mdc-slider--disabled {
  cursor: auto;
}

  .mdc-slider--disabled .mdc-slider__track {
    background-color: #9a9a9a;
  }

  .mdc-slider--disabled .mdc-slider__track-container::after {
    background-color: #9a9a9a;
    opacity: 0.26;
  }

  .mdc-slider--disabled .mdc-slider__track-marker-container {
    background-color: #9a9a9a;
  }

.mdc-slider:focus {
  outline: none;
}

.mdc-slider__track-container {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 2px;
  overflow: hidden;
}

  .mdc-slider__track-container::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    content: "";
  }



.mdc-slider[dir="rtl"] .mdc-slider__track,
[dir="rtl"] .mdc-slider .mdc-slider__track {
  transform-origin: right top;
}

.mdc-slider__track-marker-container {
  display: flex;
  margin-right: 0;
  margin-left: -1px;
  visibility: hidden;
}

.mdc-slider[dir="rtl"] .mdc-slider__track-marker-container,
[dir="rtl"] .mdc-slider .mdc-slider__track-marker-container {
  margin-right: -1px;
  margin-left: 0;
}

.mdc-slider__track-marker-container::after {
  display: block;
  width: 2px;
  height: 2px;
  content: "";
}

.mdc-slider__track-marker {
  flex: 1;
}

  .mdc-slider__track-marker::after {
    display: block;
    width: 2px;
    height: 2px;
    content: "";
  }

  .mdc-slider__track-marker:first-child::after {
    width: 3px;
  }

.mdc-slider__thumb-container {
  position: absolute;
  top: 15px;
  left: 0;
  width: 21px;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  will-change: transform;
}



.mdc-slider__focus-ring {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  opacity: 0;
  transition: transform 266.67ms ease-out, opacity 266.67ms ease-out, background-color 266.67ms ease-out;
}

.mdc-slider__pin {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  margin-top: -2px;
  margin-left: -2px;
  transform: rotate(-45deg) scale(0) translate(0, 0);
  border-radius: 50% 50% 50% 0%;
  z-index: 1;
  transition: transform 100ms ease-out;
}

.mdc-slider--active .mdc-slider__thumb {
  transform: scale3d(1, 1, 1);
}

.mdc-slider--focus .mdc-slider__thumb {
  -webkit-animation: mdc-slider-emphasize 266.67ms linear;
  animation: mdc-slider-emphasize 266.67ms linear;
}

.mdc-slider--focus .mdc-slider__focus-ring {
  transform: scale3d(1.55, 1.55, 1.55);
  opacity: 0.25;
}

.mdc-slider--in-transit .mdc-slider__thumb {
  transition-delay: 140ms;
}

.mdc-slider--in-transit .mdc-slider__thumb-container,
.mdc-slider--in-transit .mdc-slider__track,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__thumb-container,
.mdc-slider:focus:not(.mdc-slider--active) .mdc-slider__track {
  transition: transform 80ms ease;
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__thumb {
  transform: scale(calc(12 / 21));
}

.mdc-slider--discrete.mdc-slider--active .mdc-slider__pin {
  transform: rotate(-45deg) scale(1) translate(19px, -20px);
}

.mdc-slider--discrete.mdc-slider--focus .mdc-slider__thumb {
  -webkit-animation: none;
  animation: none;
}

.mdc-slider--discrete.mdc-slider--display-markers
.mdc-slider__track-marker-container {
  visibility: visible;
}

.mdc-switch__thumb-underlay {
  left: -18px;
  right: initial;
  top: -17px;
  width: 48px;
  height: 48px;
  display: flex;
  position: absolute;
  align-items: center;
  justify-content: center;
  transform: translateX(0);
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  [dir="rtl"] .mdc-switch__thumb-underlay,
  .mdc-switch__thumb-underlay[dir="rtl"] {
    left: initial;
    right: -18px;
  }

.mdc-switch__native-control {
  width: 68px;
  height: 48px;
  left: 0;
  right: initial;
  position: absolute;
  top: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  pointer-events: auto;
  transition: transform 90ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-switch {
  display: inline-block;
  position: relative;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .mdc-switch.mdc-switch--checked .mdc-switch__track {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-switch.mdc-switch--checked .mdc-switch__thumb {
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb {
    background-color: #fff;
    border-color: #fff;
  }


  [dir="rtl"] .mdc-switch__native-control,
  .mdc-switch__native-control[dir="rtl"] {
    left: initial;
    right: 0;
  }

.mdc-switch__track {
  box-sizing: border-box;
  width: 32px;
  height: 14px;
  border: 1px solid;
  border-radius: 7px;
  opacity: 0.38;
  transition: opacity 90ms cubic-bezier(0.4, 0, 0.2, 1), background-color 90ms cubic-bezier(0.4, 0, 0.2, 1), border-color 90ms cubic-bezier(0.4, 0, 0.2, 1);
  border-color: transparent;
}

.mdc-switch__thumb {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 10px solid;
  border-radius: 50%;
  pointer-events: none;
  z-index: 1;
}

.mdc-switch--checked .mdc-switch__track {
  opacity: 0.54;
}

.mdc-switch--checked .mdc-switch__thumb-underlay {
  transform: translateX(20px);
}

  [dir="rtl"] .mdc-switch--checked .mdc-switch__thumb-underlay,
  .mdc-switch--checked .mdc-switch__thumb-underlay[dir="rtl"] {
    transform: translateX(-20px);
  }

.mdc-switch--checked .mdc-switch__native-control {
  transform: translateX(-20px);
}

  [dir="rtl"] .mdc-switch--checked .mdc-switch__native-control,
  .mdc-switch--checked .mdc-switch__native-control[dir="rtl"] {
    transform: translateX(20px);
  }

.mdc-switch--disabled {
  opacity: 0.38;
  pointer-events: none;
}

  .mdc-switch--disabled .mdc-switch__thumb {
    border-width: 1px;
  }

  .mdc-switch--disabled .mdc-switch__native-control {
    cursor: default;
    pointer-events: none;
  }

.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before,
.mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
  background-color: #9e9e9e;
}

.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,
.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

  .mdc-switch__thumb-underlay::before,
  .mdc-switch__thumb-underlay::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  .mdc-switch__thumb-underlay::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }


  .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded::before,
  .mdc-switch__thumb-underlay.mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-switch__thumb-underlay:hover::before {
    opacity: 0.08;
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,
  .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-switch__thumb-underlay.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
  }

@-webkit-keyframes mdc-select-float-native-control {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes mdc-select-float-native-control {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}



.mdc-notched-outline--notched .mdc-notched-outline__notch {
  padding-left: 0;
  padding-right: 8px;
  border-top: none;
}

.mdc-floating-label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  position: absolute;
  left: 0;
  transform-origin: left top;
  line-height: 1.15rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: text;
  overflow: hidden;
  will-change: transform;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1), color 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }
}

.mdc-select--with-leading-icon:not(.mdc-select--disabled) .mdc-select__icon {
  color: #000;
  color: var(--mdc-theme-on-surface, #000000);
}

.mdc-select__icon:not([tabindex]),
.mdc-select__icon[tabindex="-1"] {
  cursor: default;
  pointer-events: none;
}

.mdc-select-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var( --mdc-typography-caption-text-decoration, inherit );
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin: 0;
  transition: opacity 180ms cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0;
  will-change: opacity;
}

.mdc-select-helper-text--persistent {
  transition: none;
  opacity: 1;
  will-change: initial;
}

.mdc-select {
  position: relative;
}

  .mdc-select:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: #f5f5f5;
  }

  .mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
    color: rgba(0, 0, 0, 0.87);
  }

  .mdc-select:not(.mdc-select--disabled) .mdc-floating-label {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-select:not(.mdc-select--disabled)
  .mdc-select__anchor + .mdc-select-helper-text {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-select .mdc-select__anchor {
    border-radius: 1px 1px 0 0;
  }

  .mdc-select:not(.mdc-select--disabled).mdc-select--focused
  .mdc-line-ripple::after {
    border-bottom-color: #1a1a24;
    border-bottom-color: var(--mdc-theme-primary, #1a1a24);
  }

  .mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
    color: rgba(26, 26, 36, 0.87);
  }

  .mdc-select:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-select .mdc-floating-label {
    left: 16px;
    right: initial;
    top: 21px;
    pointer-events: none;
  }

    [dir="rtl"] .mdc-select .mdc-floating-label,
    .mdc-select .mdc-floating-label[dir="rtl"] {
      left: initial;
      right: 16px;
    }

  .mdc-select.mdc-select--with-leading-icon .mdc-floating-label {
    left: 48px;
    right: initial;
  }

    [dir="rtl"] .mdc-select.mdc-select--with-leading-icon .mdc-floating-label,
    .mdc-select.mdc-select--with-leading-icon .mdc-floating-label[dir="rtl"] {
      left: initial;
      right: 48px;
    }

  .mdc-select.mdc-select--outlined .mdc-floating-label {
    left: 4px;
    right: initial;
    top: 17px;
  }

    [dir="rtl"] .mdc-select.mdc-select--outlined .mdc-floating-label,
    .mdc-select.mdc-select--outlined .mdc-floating-label[dir="rtl"] {
      left: initial;
      right: 4px;
    }

  .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label {
    left: 36px;
    right: initial;
  }

  .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label--float-above,
  .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
  .mdc-floating-label {
    left: 36px;
    right: initial;
  }

    [dir="rtl"]
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .mdc-floating-label--float-above,
    [dir="rtl"]
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    [dir="rtl"]
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .mdc-floating-label,
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .mdc-floating-label--float-above[dir="rtl"],
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .fids-select.static
    [dir="rtl"].mdc-floating-label,
    .fids-select.static
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    [dir="rtl"].mdc-floating-label {
      left: initial;
      right: 36px;
    }

.mdc-select__dropdown-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.54%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
  left: auto;
  right: 8px;
  position: absolute;
  bottom: 16px;
  width: 24px;
  height: 24px;
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
  pointer-events: none;
}

  [dir="rtl"] .mdc-select__dropdown-icon,
  .mdc-select__dropdown-icon[dir="rtl"] {
    left: 8px;
    right: auto;
  }

.mdc-select--focused .mdc-select__dropdown-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%231a1a24%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
}

.mdc-select--activated .mdc-select__dropdown-icon {
  transform: rotate(180deg) translateY(-5px);
  transition: transform 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-select__anchor {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  display: inline-flex;
  position: relative;
  box-sizing: border-box;
  height: 56px;
  overflow: hidden;
  will-change: opacity, transform, color;
}

  .mdc-select__anchor::before,
  .mdc-select__anchor::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-select__anchor::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-select__anchor.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-select__anchor.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-select__anchor.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-select__anchor.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-select__anchor.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-select__anchor:hover::before {
    opacity: 0.04;
  }

  .mdc-select__anchor.mdc-ripple-upgraded--background-focused::before,
  .mdc-select__anchor:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-select__anchor .mdc-floating-label--float-above,
  .mdc-select__anchor .fids-select.static .mdc-floating-label,
  .fids-select.static .mdc-select__anchor .mdc-floating-label {
    transform: translateY(-70%) scale(0.75);
  }

  .mdc-select__anchor.mdc-select--focused .mdc-line-ripple::after {
    transform: scale(1, 2);
    opacity: 1;
  }

  .mdc-select__anchor + .mdc-select-helper-text {
    margin-right: 12px;
    margin-left: 12px;
  }

.mdc-select--outlined .mdc-select__anchor + .mdc-select-helper-text {
  margin-right: 16px;
  margin-left: 16px;
}

.mdc-select--focused
.mdc-select__anchor + .mdc-select-helper-text:not(.mdc-select-helper-text--validation-msg) {
  opacity: 1;
}

.mdc-select__selected-text {
  padding-left: 16px;
  padding-right: 52px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  box-sizing: border-box;
  width: 100%;
  min-width: 200px;
  height: 56px;
  padding-top: 20px;
  padding-bottom: 4px;
  border: none;
  outline: none;
  background-color: transparent;
  color: inherit;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

  [dir="rtl"] .mdc-select__selected-text,
  .mdc-select__selected-text[dir="rtl"] {
    padding-left: 52px;
    padding-right: 16px;
  }

  .mdc-select__selected-text::-ms-expand {
    display: none;
  }

  .mdc-select__selected-text::-ms-value {
    background-color: transparent;
    color: inherit;
  }

@-moz-document url-prefix("") {
  .mdc-select__selected-text {
    text-indent: -2px;
  }
}

.mdc-select--outlined {
  border: none;
}

  .mdc-select--outlined:not(.mdc-select--disabled) .mdc-select__anchor {
    background-color: transparent;
  }

  .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled) .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled)
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.38);
  }

  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__leading {
    border-radius: 1px 0 0 1px;
  }

    [dir="rtl"]
    .mdc-select--outlined
    .mdc-notched-outline
    .mdc-notched-outline__leading,
    .mdc-select--outlined
    .mdc-notched-outline
    .mdc-notched-outline__leading[dir="rtl"] {
      border-radius: 0 1px 1px 0;
    }

  .mdc-select--outlined .mdc-notched-outline .mdc-notched-outline__trailing {
    border-radius: 0 1px 1px 0;
  }

    [dir="rtl"]
    .mdc-select--outlined
    .mdc-notched-outline
    .mdc-notched-outline__trailing,
    .mdc-select--outlined
    .mdc-notched-outline
    .mdc-notched-outline__trailing[dir="rtl"] {
      border-radius: 1px 0 0 1px;
    }

  .mdc-select--outlined .mdc-select__anchor {
    overflow: visible;
  }

    .mdc-select--outlined .mdc-select__anchor::before,
    .mdc-select--outlined .mdc-select__anchor::after {
      content: none;
    }

    .mdc-select--outlined .mdc-select__anchor .mdc-floating-label--shake {
      -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
      animation: mdc-floating-label-shake-float-above-text-field-outlined 250ms 1;
    }

    .mdc-select--outlined .mdc-select__anchor .mdc-floating-label--float-above,
    .mdc-select--outlined
    .mdc-select__anchor
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-floating-label {
      transform: translateY(-144%) scale(1);
      font-size: 0.75rem;
    }

    .mdc-select--outlined
    .mdc-select__anchor.mdc-notched-outline--upgraded
    .mdc-floating-label--float-above,
    .mdc-select--outlined
    .mdc-select__anchor.mdc-notched-outline--upgraded
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    .mdc-select--outlined
    .mdc-select__anchor.mdc-notched-outline--upgraded
    .mdc-floating-label,
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .mdc-floating-label--float-above,
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .mdc-floating-label {
      transform: translateY(-130%) scale(0.75);
      font-size: 1rem;
    }

  .mdc-select--outlined .mdc-select__selected-text {
    padding-left: 16px;
    padding-right: 52px;
    display: flex;
    padding-top: 14px;
    padding-bottom: 12px;
    border: none;
    background-color: transparent;
    z-index: 1;
    border-radius: 1px;
  }

    [dir="rtl"] .mdc-select--outlined .mdc-select__selected-text,
    .mdc-select--outlined .mdc-select__selected-text[dir="rtl"] {
      padding-left: 52px;
      padding-right: 16px;
    }

  .mdc-select--outlined .mdc-select__icon {
    z-index: 2;
  }

  .mdc-select--outlined .mdc-floating-label {
    line-height: 1.15rem;
    pointer-events: auto;
  }

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-floating-label {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled) .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
.mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--focused
.mdc-floating-label {
  color: #b00020;
}

.mdc-select--invalid:not(.mdc-select--disabled).mdc-select--invalid
.mdc-select__anchor + .mdc-select-helper-text--validation-msg {
  color: #b00020;
  color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid:not(.mdc-select--disabled):hover .mdc-line-ripple::before {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled)
.mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled)
.mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled)
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
.mdc-select__selected-text:hover ~ .mdc-notched-outline
.mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
.mdc-select__selected-text:hover ~ .mdc-notched-outline
.mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
.mdc-select__selected-text:hover ~ .mdc-notched-outline
.mdc-notched-outline__trailing {
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
.mdc-notched-outline
.mdc-notched-outline__leading,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
.mdc-notched-outline
.mdc-notched-outline__notch,
.mdc-select--invalid.mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
.mdc-notched-outline
.mdc-notched-outline__trailing {
  border-width: 2px;
  border-color: #b00020;
  border-color: var(--mdc-theme-error, #b00020);
}

.mdc-select--invalid .mdc-select__dropdown-icon {
  background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23b00020%22%20fill-rule%3D%22evenodd%22%20opacity%3D%221%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
}

.mdc-select--invalid + .mdc-select-helper-text--validation-msg {
  opacity: 1;
}

.mdc-select--required .mdc-floating-label::after {
  content: "*";
}

.mdc-select--disabled {
  cursor: default;
  pointer-events: none;
}

  .mdc-select--disabled .mdc-select__anchor {
    background-color: #fafafa;
  }

  .mdc-select--disabled .mdc-floating-label {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-select--disabled .mdc-select__dropdown-icon {
    background: url("data:image/svg+xml,%3Csvg%20width%3D%2210px%22%20height%3D%225px%22%20viewBox%3D%227%2010%2010%205%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%0A%20%20%20%20%3Cpolygon%20id%3D%22Shape%22%20stroke%3D%22none%22%20fill%3D%22%23000000%22%20fill-rule%3D%22evenodd%22%20opacity%3D%220.38%22%20points%3D%227%2010%2012%2015%2017%2010%22%3E%3C%2Fpolygon%3E%0A%3C%2Fsvg%3E") no-repeat center;
  }

  .mdc-select--disabled .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.38);
    border-bottom-style: dotted;
  }

  .mdc-select--disabled .mdc-select__icon {
    color: rgba(0, 0, 0, 0.38);
  }

  .mdc-select--disabled .mdc-select__selected-text {
    color: rgba(0, 0, 0, 0.38);
    pointer-events: none;
  }

  .mdc-select--disabled.mdc-select--outlined .mdc-select__anchor {
    background-color: transparent;
  }

  .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__leading,
  .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__notch,
  .mdc-select--disabled.mdc-select--outlined .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.16);
  }

.mdc-select--no-label:not(.mdc-select--outlined)
.mdc-select__anchor
.mdc-select__selected-text {
  padding-top: 14px;
}

  [dir="rtl"] .mdc-select--with-leading-icon .mdc-select__icon,
  .mdc-select--with-leading-icon .mdc-select__icon[dir="rtl"] {
    left: initial;
    right: 16px;
  }

.mdc-select--with-leading-icon .mdc-select__selected-text {
  padding-left: 48px;
  padding-right: 32px;
}

  [dir="rtl"] .mdc-select--with-leading-icon .mdc-select__selected-text,
  .mdc-select--with-leading-icon .mdc-select__selected-text[dir="rtl"] {
    padding-left: 32px;
    padding-right: 48px;
  }

.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-floating-label {
  transform: translateY(-144%) translateX(-32px) scale(1);
  font-size: 0.75rem;
}

  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-floating-label,
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-select--with-leading-icon.mdc-select--outlined
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-select--with-leading-icon.mdc-select--outlined
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-144%) translateX(32px) scale(1);
  }

.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
.mdc-floating-label,
.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-notched-outline--upgraded
.mdc-floating-label--float-above,
.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-notched-outline--upgraded
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-notched-outline--upgraded
.mdc-floating-label {
  transform: translateY(-130%) translateX(-32px) scale(0.75);
  font-size: 1rem;
}

  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-select--with-leading-icon.mdc-select--outlined.mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label,
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label,
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-select--with-leading-icon.mdc-select--outlined
  .mdc-notched-outline--upgraded
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-130%) translateX(32px) scale(0.75);
  }

.mdc-select--with-leading-icon.mdc-select--outlined .mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1;
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon 250ms 1;
}

[dir="rtl"]
.mdc-select--with-leading-icon.mdc-select--outlined
.mdc-floating-label--shake,
.mdc-select--with-leading-icon.mdc-select--outlined[dir="rtl"]
.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1;
  animation: mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl 250ms 1;
}

.mdc-select--with-leading-icon.mdc-select__menu .mdc-list-item__text {
  padding-left: 32px;
  padding-right: 32px;
}

  [dir="rtl"]
  .mdc-select--with-leading-icon.mdc-select__menu
  .mdc-list-item__text,
  .mdc-select--with-leading-icon.mdc-select__menu
  .mdc-list-item__text[dir="rtl"] {
    padding-left: 32px;
    padding-right: 32px;
  }

.mdc-select__menu .mdc-list .mdc-list-item--selected {
  color: #000;
  color: var(--mdc-theme-on-surface, #000000);
}

  .mdc-select__menu .mdc-list .mdc-list-item--selected::before,
  .mdc-select__menu .mdc-list .mdc-list-item--selected::after {
    background-color: #000;
    background-color: var(--mdc-theme-on-surface, #000000);
  }

  .mdc-select__menu .mdc-list .mdc-list-item--selected:hover::before {
    opacity: 0.04;
  }

  .mdc-select__menu
  .mdc-list
  .mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
  .mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-select__menu .mdc-list .mdc-list-item--selected.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
  0% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
  0% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }
}

@-webkit-keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }
}

.mdc-elevation-overlay {
  position: absolute;
  border-radius: inherit;
  opacity: 0;
  pointer-events: none;
  transition: opacity 280ms cubic-bezier(0.4, 0, 0.2, 1);
  background-color: #fff;
}

.mdc-button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  padding: 0 8px 0 8px;
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 64px;
  border: none;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-appearance: none;
  overflow: visible;
  vertical-align: middle;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 36px;
  text-transform: capitalize;
  border-radius: 2px !important;
  letter-spacing: normal !important;
}

  .mdc-button .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .mdc-button::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .mdc-button:active {
    outline: none;
  }

  .mdc-button:hover {
    cursor: pointer;
  }

  .mdc-button:disabled {
    cursor: default;
    pointer-events: none;
    background-color: transparent;
    color: rgba(0, 0, 0, 0.38);
  }
  .mdc-button .mdc-button__icon {
    margin-left: 0;
    margin-right: 8px;
    display: inline-block;
    width: 18px;
    height: 18px;
    font-size: 18px;
    vertical-align: top;
  }

    [dir="rtl"] .mdc-button .mdc-button__icon,
    .mdc-button .mdc-button__icon[dir="rtl"] {
      margin-left: 8px;
      margin-right: 0;
    }

  .mdc-button .mdc-button__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 0;
    transform: translateY(-50%);
  }

  .mdc-button:not(:disabled) {
    color: #1a1a24;
    color: var(--mdc-theme-primary, #1a1a24);
    background-color: transparent;
  }

.mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: 0;
}

  [dir="rtl"] .mdc-button__label + .mdc-button__icon,
  .mdc-button__label + .mdc-button__icon[dir="rtl"] {
    margin-left: 0;
    margin-right: 8px;
  }

svg.mdc-button__icon {
  fill: currentColor;
}

.mdc-button--raised .mdc-button__icon,
.mdc-button--unelevated .mdc-button__icon,
.mdc-button--outlined .mdc-button__icon {
  margin-left: -4px;
  margin-right: 8px;
}

  [dir="rtl"] .mdc-button--raised .mdc-button__icon,
  .mdc-button--raised .mdc-button__icon[dir="rtl"],
  [dir="rtl"] .mdc-button--unelevated .mdc-button__icon,
  .mdc-button--unelevated .mdc-button__icon[dir="rtl"],
  [dir="rtl"] .mdc-button--outlined .mdc-button__icon,
  .mdc-button--outlined .mdc-button__icon[dir="rtl"] {
    margin-left: 8px;
    margin-right: -4px;
  }

.mdc-button--raised .mdc-button__label + .mdc-button__icon,
.mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
.mdc-button--outlined .mdc-button__label + .mdc-button__icon {
  margin-left: 8px;
  margin-right: -4px;
}

  [dir="rtl"] .mdc-button--raised .mdc-button__label + .mdc-button__icon,
  .mdc-button--raised .mdc-button__label + .mdc-button__icon[dir="rtl"],
  [dir="rtl"] .mdc-button--unelevated .mdc-button__label + .mdc-button__icon,
  .mdc-button--unelevated .mdc-button__label + .mdc-button__icon[dir="rtl"],
  [dir="rtl"] .mdc-button--outlined .mdc-button__label + .mdc-button__icon,
  .mdc-button--outlined .mdc-button__label + .mdc-button__icon[dir="rtl"] {
    margin-left: -4px;
    margin-right: 8px;
  }

.mdc-button--raised,
.mdc-button--unelevated {
  padding: 0 16px 0 16px;
}

  .mdc-button--raised:not(:disabled),
  .mdc-button--unelevated:not(:disabled) {
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
    color: #fff;
    color: var(--mdc-theme-on-primary, #ffffff);
  }

  .mdc-button--raised:disabled,
  .mdc-button--unelevated:disabled {
    background-color: rgba(0, 0, 0, 0.12);
    color: rgba(0, 0, 0, 0.38);
  }

.mdc-button--raised {
  box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
}

  .mdc-button--raised:hover,
  .mdc-button--raised:focus {
    box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  }

  .mdc-button--raised:active {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }

  .mdc-button--raised:disabled {
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  }

.mdc-button--outlined {
  padding: 0 15px 0 15px;
  border-width: 1px;
  border-style: solid;
}

  .mdc-button--outlined .mdc-button__ripple {
    top: -1px;
    left: -1px;
    border: 1px solid transparent;
  }

  .mdc-button--outlined:not(:disabled) {
    border-color: rgba(0, 0, 0, 0.12);
  }

  .mdc-button--outlined:disabled {
    border-color: rgba(0, 0, 0, 0.12);
  }

.mdc-button--touch {
  margin-top: 6px;
  margin-bottom: 6px;
}

  .mdc-button .mdc-button__ripple::before,
  .mdc-button .mdc-button__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }

  .mdc-button .mdc-button__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-button.mdc-ripple-upgraded .mdc-button__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-button.mdc-ripple-upgraded .mdc-button__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-button.mdc-ripple-upgraded--unbounded .mdc-button__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-button.mdc-ripple-upgraded--foreground-activation
  .mdc-button__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-button.mdc-ripple-upgraded--foreground-deactivation
  .mdc-button__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-button:hover .mdc-button__ripple::before {
    opacity: 0.04;
  }

  .mdc-button.mdc-ripple-upgraded--background-focused .mdc-button__ripple::before,
  .mdc-button:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-button:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-button:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

  .mdc-button .mdc-button__ripple {
    position: absolute;
    box-sizing: content-box;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 1px;
  }

  .mdc-button:not(.mdc-button--outlined) .mdc-button__ripple {
    top: 0;
    left: 0;
  }

.mdc-button--raised .mdc-button__ripple::before,
.mdc-button--raised .mdc-button__ripple::after,
.mdc-button--unelevated .mdc-button__ripple::before,
.mdc-button--unelevated .mdc-button__ripple::after {
  background-color: #fff;
  background-color: var(--mdc-theme-on-primary, #ffffff);
}

.mdc-button--raised:hover .mdc-button__ripple::before,
.mdc-button--unelevated:hover .mdc-button__ripple::before {
  opacity: 0.08;
}

.mdc-button--raised.mdc-ripple-upgraded--background-focused
.mdc-button__ripple::before,
.mdc-button--raised:not(.mdc-ripple-upgraded):focus .mdc-button__ripple::before,
.mdc-button--unelevated.mdc-ripple-upgraded--background-focused
.mdc-button__ripple::before,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):focus
.mdc-button__ripple::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-button--raised:not(.mdc-ripple-upgraded) .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded) .mdc-button__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-button--raised:not(.mdc-ripple-upgraded):active .mdc-button__ripple::after,
.mdc-button--unelevated:not(.mdc-ripple-upgraded):active
.mdc-button__ripple::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-button--raised.mdc-ripple-upgraded,
.mdc-button--unelevated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-card {
  border-radius: 1px;
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
  position: relative;
  box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 2rem;
}

  .mdc-card .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

.mdc-card--outlined {
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 0px rgba(0, 0, 0, 0.14), 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
  border-width: 1px;
  border-style: solid;
  border-color: #e0e0e0;
}

.mdc-card__media {
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

  .mdc-card__media::before {
    display: block;
    content: "";
  }

  .mdc-card__media:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .mdc-card__media:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

.mdc-card__media--square::before {
  margin-top: 100%;
}

.mdc-card__media--16-9::before {
  margin-top: 56.25%;
}

.mdc-card__media-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  box-sizing: border-box;
}

.mdc-card__primary-action {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  position: relative;
  outline: none;
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-card__primary-action:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit;
  }

  .mdc-card__primary-action:last-child {
    border-bottom-left-radius: inherit;
    border-bottom-right-radius: inherit;
  }

.mdc-card__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  min-height: 52px;
  padding: 8px;
}

.mdc-card__actions--full-bleed {
  padding: 0;
}

.mdc-card__action-buttons,
.mdc-card__action-icons {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
}

.mdc-card__action-icons {
  color: rgba(0, 0, 0, 0.6);
  flex-grow: 1;
  justify-content: flex-end;
}

.mdc-card__action-buttons + .mdc-card__action-icons {
  margin-left: 16px;
  margin-right: 0;
}

  [dir="rtl"] .mdc-card__action-buttons + .mdc-card__action-icons,
  .mdc-card__action-buttons + .mdc-card__action-icons[dir="rtl"] {
    margin-left: 0;
    margin-right: 16px;
  }

.mdc-card__action {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  box-sizing: border-box;
  justify-content: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

  .mdc-card__action:focus {
    outline: none;
  }

.mdc-card__action--button {
  margin-left: 0;
  margin-right: 8px;
  padding: 0 8px;
}

  [dir="rtl"] .mdc-card__action--button,
  .mdc-card__action--button[dir="rtl"] {
    margin-left: 8px;
    margin-right: 0;
  }

  .mdc-card__action--button:last-child {
    margin-left: 0;
    margin-right: 0;
  }

    [dir="rtl"] .mdc-card__action--button:last-child,
    .mdc-card__action--button:last-child[dir="rtl"] {
      margin-left: 0;
      margin-right: 0;
    }

.mdc-card__actions--full-bleed .mdc-card__action--button {
  justify-content: space-between;
  width: 100%;
  height: auto;
  max-height: none;
  margin: 0;
  padding: 8px 16px;
  text-align: left;
}

  [dir="rtl"] .mdc-card__actions--full-bleed .mdc-card__action--button,
  .mdc-card__actions--full-bleed .mdc-card__action--button[dir="rtl"] {
    text-align: right;
  }

.mdc-card__action--icon {
  margin: -6px 0;
  padding: 12px;
}

  .mdc-card__action--icon:not(:disabled) {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-card__primary-action::before,
  .mdc-card__primary-action::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #000;
  }

  .mdc-card__primary-action::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-card__primary-action.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-card__primary-action.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-card__primary-action.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-card__primary-action.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-card__primary-action.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-card__primary-action:hover::before {
    opacity: 0.04;
  }

  .mdc-card__primary-action.mdc-ripple-upgraded--background-focused::before,
  .mdc-card__primary-action:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-card__primary-action:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-card__primary-action:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-card__primary-action.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }


@keyframes mdc-checkbox-unchecked-checked-checkmark-path {
  0%, 50% {
    stroke-dashoffset: 29.7833385;
  }

  50% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }

  100% {
    stroke-dashoffset: 0;
  }
}

@keyframes mdc-checkbox-unchecked-indeterminate-mixedmark {
  0%, 68.2% {
    transform: scaleX(0);
  }

  68.2% {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0, 1);
    animation-timing-function: cubic-bezier(0, 0, 0, 1);
  }

  100% {
    transform: scaleX(1);
  }
}

@keyframes mdc-checkbox-checked-unchecked-checkmark-path {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
    opacity: 1;
    stroke-dashoffset: 0;
  }

  to {
    opacity: 0;
    stroke-dashoffset: -29.7833385;
  }
}

@keyframes mdc-checkbox-checked-indeterminate-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(45deg);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-indeterminate-checked-checkmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(45deg);
    opacity: 0;
  }

  to {
    transform: rotate(360deg);
    opacity: 1;
  }
}

@keyframes mdc-checkbox-checked-indeterminate-mixedmark {
  from {
    -webkit-animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    animation-timing-function: mdc-animation-deceleration-curve-timing-function;
    transform: rotate(-45deg);
    opacity: 0;
  }

  to {
    transform: rotate(0deg);
    opacity: 1;
  }
}

@keyframes mdc-checkbox-indeterminate-checked-mixedmark {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    animation-timing-function: cubic-bezier(0.14, 0, 0, 1);
    transform: rotate(0deg);
    opacity: 1;
  }

  to {
    transform: rotate(315deg);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-indeterminate-unchecked-mixedmark {
  0% {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    transform: scaleX(1);
    opacity: 1;
  }

  32.8%, 100% {
    transform: scaleX(0);
    opacity: 0;
  }
}

@keyframes mdc-checkbox-fade-in-background-8A000000secondary00000000secondary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }

  50% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }
}

@keyframes mdc-checkbox-fade-out-background-8A000000secondary00000000secondary {
  0%, 80% {
    border-color: #ffe600;
    border-color: var(--mdc-theme-secondary, #ffe600);
    background-color: #ffe600;
    background-color: var(--mdc-theme-secondary, #ffe600);
  }

  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}

.mdc-checkbox--anim-checked-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-checkbox--anim-indeterminate-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary;
  animation-name: mdc-checkbox-fade-out-background-8A000000secondary00000000secondary;
}

.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background
.mdc-checkbox__checkmark {
  color: #fff;
}

.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background
.mdc-checkbox__mixedmark {
  border-color: #fff;
}

@media screen and (-ms-high-contrast: active) {
  .mdc-checkbox__native-control[disabled]:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__native-control[disabled]:checked ~ .mdc-checkbox__background,
  .mdc-checkbox__native-control[disabled]:indeterminate ~ .mdc-checkbox__background {
    border-color: GrayText;
    background-color: transparent;
  }

  .mdc-checkbox__mixedmark {
    margin: 0 1px;
  }
}

.mdc-checkbox__mixedmark {
  width: 100%;
  height: 0;
  transform: scaleX(0) rotate(0deg);
  border-width: 1px;
  border-style: solid;
  opacity: 0;
  transition: opacity 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1), transform 90ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

@keyframes mdc-ripple-fg-radius-in {
  from {
    -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transform: translate(var(--mdc-ripple-fg-translate-start, 0)) scale(1);
  }

  to {
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }
}

@keyframes mdc-ripple-fg-opacity-in {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: 0;
  }

  to {
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }
}

@keyframes mdc-ripple-fg-opacity-out {
  from {
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    opacity: var(--mdc-ripple-fg-opacity, 0);
  }

  to {
    opacity: 0;
  }
}

.mdc-chip__icon--leading {
  color: rgba(0, 0, 0, 0.54);
}

  .mdc-chip__icon--trailing:hover {
    color: rgba(0, 0, 0, 0.62);
  }

  .mdc-chip__icon--trailing:focus {
    color: rgba(0, 0, 0, 0.87);
  }

.mdc-chip__icon.mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.mdc-chip__icon.mdc-chip__icon--trailing {
  width: 18px;
  height: 18px;
  font-size: 18px;
}

.mdc-chip__icon--trailing {
  margin-left: 4px;
  margin-right: -4px;
  color: rgba(0, 0, 0, 0.54);
}

  [dir="rtl"] .mdc-chip__icon--trailing,
  .mdc-chip__icon--trailing[dir="rtl"] {
    margin-left: -4px;
    margin-right: 4px;
  }

.mdc-chip {
  border-radius: 16px;
  background-color: #e0e0e0;
  color: rgba(0, 0, 0, 0.87);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);

  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  height: 32px;
  position: relative;
  display: inline-flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 12px;
  border-width: 0;
  outline: none;
  cursor: pointer;
  -webkit-appearance: none;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-chip .mdc-chip__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
    border-radius: 16px;
  }

  .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
  .mdc-chip .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden) {
    margin-left: -4px;
    margin-right: 4px;
  }

    [dir="rtl"] .mdc-chip.mdc-chip--selected .mdc-chip__checkmark,
    .mdc-chip.mdc-chip--selected .mdc-chip__checkmark[dir="rtl"],
    [dir="rtl"]
    .mdc-chip
    .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden),
    .mdc-chip
    .mdc-chip__icon--leading:not(.mdc-chip__icon--leading-hidden)[dir="rtl"] {
      margin-left: 4px;
      margin-right: -4px;
    }

  .mdc-chip .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .mdc-chip::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .mdc-chip:hover {
    color: #000;
    color: var(--mdc-theme-on-surface, #000000);
  }

  .mdc-chip .mdc-chip__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 0;
    transform: translateY(-50%);
  }

.mdc-chip--exit {
  transition: opacity 75ms cubic-bezier(0.4, 0, 0.2, 1), width 150ms cubic-bezier(0, 0, 0.2, 1), padding 100ms linear, margin 100ms linear;
  opacity: 0;
}

.mdc-chip__text {
  white-space: nowrap;
}

.mdc-chip__icon {
  border-radius: 50%;
  outline: none;
  vertical-align: middle;
}

.mdc-chip__checkmark {
  height: 20px;
}

.mdc-chip__checkmark-path {
  transition: stroke-dashoffset 150ms 50ms cubic-bezier(0.4, 0, 0.6, 1);
  stroke-width: 2px;
  stroke-dashoffset: 29.7833385;
  stroke-dasharray: 29.7833385;
}

.mdc-chip__primary-action:focus {
  outline: none;
}

.mdc-chip--selected .mdc-chip__checkmark-path {
  stroke-dashoffset: 0;
}

.mdc-chip__icon--leading,
.mdc-chip__icon--trailing {
  position: relative;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected {
  color: #1a1a24;
  color: var(--mdc-theme-primary, #1a1a24);
}

  .mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__icon--leading {
    color: rgba(26, 26, 36, 0.54);
  }

  .mdc-chip-set--choice .mdc-chip.mdc-chip--selected:hover {
    color: #1a1a24;
    color: var(--mdc-theme-primary, #1a1a24);
  }

.mdc-chip-set--choice .mdc-chip .mdc-chip__checkmark-path {
  stroke: #1a1a24;
  stroke: var(--mdc-theme-primary, #1a1a24);
}

.mdc-chip-set--choice .mdc-chip--selected {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
}

.mdc-chip__checkmark-svg {
  width: 0;
  height: 20px;
  transition: width 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-chip--selected .mdc-chip__checkmark-svg {
  width: 20px;
}

.mdc-chip-set--filter .mdc-chip__icon--leading {
  transition: opacity 75ms linear;
  transition-delay: -50ms;
  opacity: 1;
}

  .mdc-chip-set--filter .mdc-chip__icon--leading + .mdc-chip__checkmark {
    transition: opacity 75ms linear;
    transition-delay: 80ms;
    opacity: 0;
  }

    .mdc-chip-set--filter
    .mdc-chip__icon--leading + .mdc-chip__checkmark
    .mdc-chip__checkmark-svg {
      transition: width 0ms;
    }

.mdc-chip-set--filter .mdc-chip--selected .mdc-chip__icon--leading {
  opacity: 0;
}

  .mdc-chip-set--filter
  .mdc-chip--selected
  .mdc-chip__icon--leading + .mdc-chip__checkmark {
    width: 0;
    opacity: 1;
  }

.mdc-chip-set--filter .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading {
  width: 0;
  opacity: 0;
}

  .mdc-chip-set--filter
  .mdc-chip__icon--leading-hidden.mdc-chip__icon--leading + .mdc-chip__checkmark {
    width: 20px;
  }


  .mdc-chip .mdc-chip__ripple::before,
  .mdc-chip .mdc-chip__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-chip .mdc-chip__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-chip.mdc-ripple-upgraded .mdc-chip__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-chip.mdc-ripple-upgraded--unbounded .mdc-chip__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-chip.mdc-ripple-upgraded--foreground-activation .mdc-chip__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-chip.mdc-ripple-upgraded--foreground-deactivation
  .mdc-chip__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-chip:hover .mdc-chip__ripple::before {
    opacity: 0.04;
  }

  .mdc-chip.mdc-ripple-upgraded--background-focused .mdc-chip__ripple::before,
  .mdc-chip.mdc-ripple-upgraded:focus-within .mdc-chip__ripple::before,
  .mdc-chip:not(.mdc-ripple-upgraded):focus .mdc-chip__ripple::before,
  .mdc-chip:not(.mdc-ripple-upgraded):focus-within .mdc-chip__ripple::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-chip:not(.mdc-ripple-upgraded) .mdc-chip__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-chip:not(.mdc-ripple-upgraded):active .mdc-chip__ripple::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-chip.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }


.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before {
  opacity: 0.08;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::before,
.mdc-chip-set--choice .mdc-chip.mdc-chip--selected .mdc-chip__ripple::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected:hover
.mdc-chip__ripple::before {
  opacity: 0.12;
}

.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected.mdc-ripple-upgraded--background-focused
.mdc-chip__ripple::before,
.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected.mdc-ripple-upgraded:focus-within
.mdc-chip__ripple::before,
.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus
.mdc-chip__ripple::before,
.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):focus-within
.mdc-chip__ripple::before {
  transition-duration: 75ms;
  opacity: 0.2;
}

.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded)
.mdc-chip__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-chip-set--choice
.mdc-chip.mdc-chip--selected:not(.mdc-ripple-upgraded):active
.mdc-chip__ripple::after {
  transition-duration: 75ms;
  opacity: 0.2;
}

.mdc-chip-set--choice .mdc-chip.mdc-chip--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.2;
}

@-webkit-keyframes mdc-chip-entry {
  from {
    transform: scale(0.8);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

@keyframes mdc-chip-entry {
  from {
    transform: scale(0.8);
    opacity: 0.4;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

.mdc-chip-set {
  padding: 4px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
}

  .mdc-chip-set .mdc-chip {
    margin: 4px;
  }

  .mdc-chip-set .mdc-chip--touch {
    margin-top: 8px;
    margin-bottom: 8px;
  }

.mdc-chip-set--input .mdc-chip {
  -webkit-animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1);
  animation: mdc-chip-entry 100ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-data-table__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);

  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-data-table {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
  border-radius: 1px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.12);
  -webkit-overflow-scrolling: touch;
  display: inline-flex;
  flex-direction: column;
  box-sizing: border-box;
  overflow-x: auto;
}

.mdc-data-table__row {
  background-color: inherit;
  border-top-color: rgba(0, 0, 0, 0.12);
  border-top-width: 1px;
  border-top-style: solid;
}

.mdc-data-table__header-row {
  background-color: inherit;
}

.mdc-data-table__row--selected {
  background-color: rgba(26, 26, 36, 0.04);
}

  .mdc-data-table__row:not(.mdc-data-table__row--selected):hover {
    background-color: rgba(0, 0, 0, 0.04);
  }

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

.mdc-data-table__header-cell--checkbox,
.mdc-data-table__cell--checkbox {
  padding-left: 16px;
  padding-right: 0;
}

  [dir="rtl"] .mdc-data-table__header-cell--checkbox,
  .mdc-data-table__header-cell--checkbox[dir="rtl"],
  [dir="rtl"] .mdc-data-table__cell--checkbox,
  .mdc-data-table__cell--checkbox[dir="rtl"] {
    padding-left: 0;
    padding-right: 16px;
  }

.mdc-data-table__table {
  min-width: 100%;
  border: 0;
  white-space: nowrap;
  border-collapse: collapse;
  table-layout: fixed;
}

.mdc-data-table__cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);

  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.87);
  height: 52px;
}

.mdc-data-table__cell--numeric {
  text-align: right;
}

  [dir="rtl"] .mdc-data-table__cell--numeric,
  .mdc-data-table__cell--numeric[dir="rtl"] {
    text-align: left;
  }

.mdc-data-table__header-cell {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  letter-spacing: var( --mdc-typography-subtitle2-letter-spacing, 0.0071428571em );
  -webkit-text-decoration: var( --mdc-typography-subtitle2-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
  box-sizing: border-box;
  text-align: left;
  text-overflow: ellipsis;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.87);
  height: 56px;
}

  [dir="rtl"] .mdc-data-table__header-cell,
  .mdc-data-table__header-cell[dir="rtl"] {
    text-align: right;
  }

.mdc-data-table__header-cell--numeric {
  text-align: right;
}

  [dir="rtl"] .mdc-data-table__header-cell--numeric,
  .mdc-data-table__header-cell--numeric[dir="rtl"] {
    text-align: left;
  }

.mdc-data-table__header-row-checkbox
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.mdc-data-table__header-row-checkbox
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before,
.mdc-data-table__row-checkbox
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.mdc-data-table__row-checkbox
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected
.mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected
.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected
.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected
.mdc-checkbox__ripple::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:hover
.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:hover
.mdc-checkbox__ripple::before {
  opacity: 0.04;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
.mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
.mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
.mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
.mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded,
.mdc-data-table__row-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::before,
.mdc-data-table__header-row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::after,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::before,
.mdc-data-table__row-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-data-table__header-row-checkbox
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.mdc-data-table__header-row-checkbox
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #1a1a24;
  border-color: var(--mdc-theme-primary, #1a1a24);
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

@-webkit-keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }

  50% {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }
}

@keyframes mdc-checkbox-fade-in-background-8A000000primary00000000primary {
  0% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }

  50% {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }
}

@-webkit-keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {
  0%, 80% {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }

  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}

@keyframes mdc-checkbox-fade-out-background-8A000000primary00000000primary {
  0%, 80% {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }

  100% {
    border-color: rgba(0, 0, 0, 0.54);
    background-color: transparent;
  }
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-checked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-unchecked-indeterminate
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-checked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-unchecked-indeterminate
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  -webkit-animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary;
  animation-name: mdc-checkbox-fade-in-background-8A000000primary00000000primary;
}

.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-checked-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__header-row-checkbox.mdc-checkbox--anim-indeterminate-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-checked-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background,
.mdc-data-table__row-checkbox.mdc-checkbox--anim-indeterminate-unchecked
.mdc-checkbox__native-control:enabled ~ .mdc-checkbox__background {
  -webkit-animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary;
  animation-name: mdc-checkbox-fade-out-background-8A000000primary00000000primary;
}

.mdc-dialog,
.mdc-dialog__scrim {
  position: fixed;
  top: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}

.mdc-dialog {
  display: none;
  z-index: 7;
}

  .mdc-dialog .mdc-dialog__scrim {
    background-color: rgba(0, 0, 0, 0.32);
  }

  .mdc-dialog .mdc-dialog__title {
    color: rgba(0, 0, 0, 0.87);
  }

  .mdc-dialog .mdc-dialog__content {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__title,
  .mdc-dialog.mdc-dialog--scrollable .mdc-dialog__actions {
    border-color: rgba(0, 0, 0, 0.12);
  }


@media (max-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: calc(100vw - 32px);
  }
}

@media (min-width: 592px) {
  .mdc-dialog .mdc-dialog__surface {
    max-width: 560px;
  }
}

.mdc-dialog .mdc-dialog__surface {
  max-height: calc(100% - 32px);
  border-radius: 1px;
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
  min-width: 280px;
}

.mdc-dialog__scrim {
  opacity: 0;
  z-index: -1;
}

.mdc-dialog__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  box-sizing: border-box;
  height: 100%;
  transform: scale(0.8);
  opacity: 0;
  pointer-events: none;
}

.mdc-dialog__surface {
  position: relative;
  box-shadow: 0px 11px 15px -7px rgba(0, 0, 0, 0.2), 0px 24px 38px 3px rgba(0, 0, 0, 0.14), 0px 9px 46px 8px rgba(0, 0, 0, 0.12);
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  flex-shrink: 0;
  box-sizing: border-box;
  max-width: 100%;
  max-height: 100%;
  pointer-events: auto;
  overflow-y: auto;
}

  .mdc-dialog__surface .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

.mdc-dialog[dir="rtl"] .mdc-dialog__surface,
[dir="rtl"] .mdc-dialog .mdc-dialog__surface {
  text-align: right;
}

.mdc-dialog__title {
  display: block;
  margin: 0;
  margin-top: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var( --mdc-typography-headline6-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  position: relative;
  flex-shrink: 0;
  box-sizing: border-box;
  padding: 0 24px 9px;
  border-bottom: 1px solid transparent;
}

  .mdc-dialog__title::before {
    display: inline-block;
    width: 0;
    height: 40px;
    content: "";
    vertical-align: 0;
  }

.mdc-dialog[dir="rtl"] .mdc-dialog__title,
[dir="rtl"] .mdc-dialog .mdc-dialog__title {
  text-align: right;
}

.mdc-dialog--scrollable .mdc-dialog__title {
  padding-bottom: 15px;
}

.mdc-dialog__content {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  padding: 20px 24px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

  .mdc-dialog__content > :first-child {
    margin-top: 0;
  }

  .mdc-dialog__content > :last-child {
    margin-bottom: 0;
  }

.mdc-dialog__title + .mdc-dialog__content {
  padding-top: 0;
}

.mdc-dialog--scrollable .mdc-dialog__content {
  padding-top: 8px;
  padding-bottom: 8px;
}

.mdc-dialog__content .mdc-list:first-child:last-child {
  padding: 6px 0 0;
}

.mdc-dialog--scrollable .mdc-dialog__content .mdc-list:first-child:last-child {
  padding: 0;
}

.mdc-dialog__actions {
  display: flex;
  position: relative;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  box-sizing: border-box;
  min-height: 52px;
  margin: 0;
  padding: 8px;
  border-top: 1px solid transparent;
}

.mdc-dialog--stacked .mdc-dialog__actions {
  flex-direction: column;
  align-items: flex-end;
}

.mdc-dialog__button {
  margin-left: 8px;
  margin-right: 0;
  max-width: 100%;
  text-align: right;
}

  [dir="rtl"] .mdc-dialog__button,
  .mdc-dialog__button[dir="rtl"] {
    margin-left: 0;
    margin-right: 8px;
  }

  .mdc-dialog__button:first-child {
    margin-left: 0;
    margin-right: 0;
  }

    [dir="rtl"] .mdc-dialog__button:first-child,
    .mdc-dialog__button:first-child[dir="rtl"] {
      margin-left: 0;
      margin-right: 0;
    }

.mdc-dialog[dir="rtl"] .mdc-dialog__button,
[dir="rtl"] .mdc-dialog .mdc-dialog__button {
  text-align: left;
}

.mdc-dialog--stacked .mdc-dialog__button:not(:first-child) {
  margin-top: 12px;
}

.mdc-dialog--open,
.mdc-dialog--opening,
.mdc-dialog--closing {
  display: flex;
}

  .mdc-dialog--opening .mdc-dialog__scrim {
    transition: opacity 150ms linear;
  }

  .mdc-dialog--opening .mdc-dialog__container {
    transition: opacity 75ms linear, transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
  }

  .mdc-dialog--closing .mdc-dialog__scrim,
  .mdc-dialog--closing .mdc-dialog__container {
    transition: opacity 75ms linear;
  }

  .mdc-dialog--closing .mdc-dialog__container {
    transform: scale(1);
  }

  .mdc-dialog--open .mdc-dialog__scrim {
    opacity: 1;
  }

  .mdc-dialog--open .mdc-dialog__container {
    transform: scale(1);
    opacity: 1;
  }

.mdc-dialog-scroll-lock {
  overflow: hidden;
}

.mdc-drawer {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #fff;
  border-radius: 0 1px 1px 0;
  z-index: 6;
  width: 256px;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  box-sizing: border-box;
  height: 100%;
  border-right-width: 1px;
  border-right-style: solid;
  overflow: hidden;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

  .mdc-drawer .mdc-drawer__title {
    color: rgba(0, 0, 0, 0.87);
  }

  .mdc-drawer .mdc-drawer__subtitle {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-drawer .mdc-list-item__graphic {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-drawer .mdc-list-item--activated .mdc-list-item__graphic {
    color: #1a1a24;
  }

  .mdc-drawer .mdc-list-item--activated {
    color: rgba(26, 26, 36, 0.87);
  }

  [dir="rtl"] .mdc-drawer,
  .mdc-drawer[dir="rtl"] {
    border-radius: 1px 0 0 1px;
    border-right-width: 0;
    border-left-width: 1px;
    border-right-style: none;
    border-left-style: solid;
  }

  .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content {
    margin-left: 256px;
    margin-right: 0;
  }

    [dir="rtl"]
    .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content,
    .mdc-drawer.mdc-drawer--open:not(.mdc-drawer--closing) + .mdc-drawer-app-content[dir="rtl"] {
      margin-left: 0;
      margin-right: 256px;
    }

  .mdc-drawer .mdc-list-item {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var( --mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
    font-size: 0.875rem;
    font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
    line-height: 1.375rem;
    line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
    font-weight: 500;
    font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
    letter-spacing: 0.0071428571em;
    letter-spacing: var( --mdc-typography-subtitle2-letter-spacing, 0.0071428571em );
    -webkit-text-decoration: var( --mdc-typography-subtitle2-text-decoration, inherit );
    text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
    height: calc(48px - 2 * 4px);
    margin: 8px 8px;
    padding: 0 8px;
    color: rgba(0, 0, 0, 0.87);
    border-radius: 4px;
  }

    .mdc-drawer .mdc-list-item:nth-child(1) {
      margin-top: 2px;
    }

    .mdc-drawer .mdc-list-item:nth-last-child(1) {
      margin-bottom: 0;
    }

  .mdc-drawer .mdc-list-group__subheader {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
    font-size: 0.875rem;
    font-size: var(--mdc-typography-body2-font-size, 0.875rem);
    line-height: var(--mdc-typography-body2-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-body2-font-weight, 400);
    letter-spacing: 0.0178571429em;
    letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
    -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-body2-text-transform, inherit);
    display: block;
    margin: 0;
    margin-top: 0;
    padding: 0 16px;
    color: rgba(0, 0, 0, 0.6);
  }

    .mdc-drawer .mdc-list-group__subheader::before {
      display: inline-block;
      width: 0;
      height: 24px;
      content: "";
      vertical-align: 0;
    }

  .mdc-drawer .mdc-list-divider {
    margin: 3px 0 4px;
  }

  .mdc-drawer .mdc-list-item__text,
  .mdc-drawer .mdc-list-item__graphic {
    pointer-events: none;
  }

.mdc-drawer--animate {
  transform: translateX(-100%);
}

  [dir="rtl"] .mdc-drawer--animate,
  .mdc-drawer--animate[dir="rtl"] {
    transform: translateX(100%);
  }

.mdc-drawer--opening {
  transform: translateX(0);
  transition-duration: 250ms;
}

  [dir="rtl"] .mdc-drawer--opening,
  .mdc-drawer--opening[dir="rtl"] {
    transform: translateX(0);
  }

.mdc-drawer--closing {
  transform: translateX(-100%);
  transition-duration: 200ms;
}

  [dir="rtl"] .mdc-drawer--closing,
  .mdc-drawer--closing[dir="rtl"] {
    transform: translateX(100%);
  }

.mdc-drawer__header {
  flex-shrink: 0;
  box-sizing: border-box;
  min-height: 64px;
  padding: 0 16px 4px;
}

.mdc-drawer__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var( --mdc-typography-headline6-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  display: block;
  margin-top: 0;
  margin-bottom: -20px;
}

  .mdc-drawer__title::before {
    display: inline-block;
    width: 0;
    height: 36px;
    content: "";
    vertical-align: 0;
  }

  .mdc-drawer__title::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
  }

.mdc-drawer__subtitle {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  display: block;
  margin-top: 0;
  margin-bottom: 0;
}

  .mdc-drawer__subtitle::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
  }

.mdc-drawer__content {
  height: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.mdc-drawer--dismissible {
  left: 0;
  right: initial;
  display: none;
  position: absolute;
}

  [dir="rtl"] .mdc-drawer--dismissible,
  .mdc-drawer--dismissible[dir="rtl"] {
    left: initial;
    right: 0;
  }

  .mdc-drawer--dismissible.mdc-drawer--open {
    display: flex;
  }

.mdc-drawer-app-content {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

  [dir="rtl"] .mdc-drawer-app-content,
  .mdc-drawer-app-content[dir="rtl"] {
    margin-left: 0;
    margin-right: 0;
  }

.mdc-drawer--modal {
  box-shadow: 0px 8px 10px -5px rgba(0, 0, 0, 0.2), 0px 16px 24px 2px rgba(0, 0, 0, 0.14), 0px 6px 30px 5px rgba(0, 0, 0, 0.12);
  left: 0;
  right: initial;
  display: none;
  position: fixed;
}

  .mdc-drawer--modal + .mdc-drawer-scrim {
    background-color: rgba(0, 0, 0, 0.32);
  }

  [dir="rtl"] .mdc-drawer--modal,
  .mdc-drawer--modal[dir="rtl"] {
    left: initial;
    right: 0;
  }

  .mdc-drawer--modal.mdc-drawer--open {
    display: flex;
  }

.mdc-drawer-scrim {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-drawer--open + .mdc-drawer-scrim {
  display: block;
}

.mdc-drawer--animate + .mdc-drawer-scrim {
  opacity: 0;
}

.mdc-drawer--opening + .mdc-drawer-scrim {
  transition-duration: 250ms;
  opacity: 1;
}

.mdc-drawer--closing + .mdc-drawer-scrim {
  transition-duration: 200ms;
  opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mdc-elevation-transition {
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow;
}

.mdc-fab {
  position: relative;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border: none;
  fill: currentColor;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  overflow: visible;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1), opacity 15ms linear 30ms, transform 270ms 0ms cubic-bezier(0, 0, 0.2, 1);
  background-color: #ffe600;
  background-color: var(--mdc-theme-secondary, #ffe600);
  color: #000;
  color: var(--mdc-theme-on-secondary, #000000);
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-fab .mdc-elevation-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }

  .mdc-fab:not(.mdc-fab--extended) {
    border-radius: 50%;
  }

    .mdc-fab:not(.mdc-fab--extended) .mdc-fab__ripple {
      border-radius: 50%;
    }

  .mdc-fab::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

  .mdc-fab:hover,
  .mdc-fab:focus {
    box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  }

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

  .mdc-fab:active,
  .mdc-fab:focus {
    outline: none;
  }

  .mdc-fab:hover {
    cursor: pointer;
  }

  .mdc-fab > svg {
    width: 100%;
  }

  .mdc-fab .mdc-fab__icon {
    width: 24px;
    height: 24px;
    font-size: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

.mdc-fab--mini {
  width: 40px;
  height: 40px;
}

.mdc-fab--extended {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
  border-radius: 24px;
  padding: 0 20px;
  width: auto;
  max-width: 100%;
  height: 48px;
}

  .mdc-fab--extended .mdc-fab__ripple {
    border-radius: 24px;
  }

  .mdc-fab--extended .mdc-fab__icon {
    margin-left: -8px;
    margin-right: 12px;
  }

    [dir="rtl"] .mdc-fab--extended .mdc-fab__icon,
    .mdc-fab--extended .mdc-fab__icon[dir="rtl"] {
      margin-left: 12px;
      margin-right: -8px;
    }

  .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon {
    margin-left: 12px;
    margin-right: -8px;
  }

    [dir="rtl"] .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon,
    .mdc-fab--extended .mdc-fab__label + .mdc-fab__icon[dir="rtl"] {
      margin-left: -8px;
      margin-right: 12px;
    }

.mdc-fab--touch {
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 4px;
  margin-left: 4px;
}

  .mdc-fab--touch .mdc-fab__touch {
    position: absolute;
    top: 50%;
    right: 0;
    height: 48px;
    left: 50%;
    width: 48px;
    transform: translate(-50%, -50%);
  }

.mdc-fab__label {
  justify-content: flex-start;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: visible;
}

.mdc-fab__icon {
  transition: transform 180ms 90ms cubic-bezier(0, 0, 0.2, 1);
  fill: currentColor;
  will-change: transform;
}

.mdc-fab--exited {
  transform: scale(0);
  opacity: 0;
  transition: opacity 15ms linear 150ms, transform 180ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

  .mdc-fab--exited .mdc-fab__icon {
    transform: scale(0);
    transition: transform 135ms 0ms cubic-bezier(0.4, 0, 1, 1);
  }

  .mdc-fab .mdc-fab__ripple::before,
  .mdc-fab .mdc-fab__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #000;
    background-color: var(--mdc-theme-on-secondary, #000000);
  }

  .mdc-fab .mdc-fab__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-fab.mdc-ripple-upgraded .mdc-fab__ripple::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-fab.mdc-ripple-upgraded--unbounded .mdc-fab__ripple::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-fab.mdc-ripple-upgraded--foreground-activation .mdc-fab__ripple::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-fab.mdc-ripple-upgraded--foreground-deactivation .mdc-fab__ripple::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-fab:hover .mdc-fab__ripple::before {
    opacity: 0.04;
  }

  .mdc-fab.mdc-ripple-upgraded--background-focused .mdc-fab__ripple::before,
  .mdc-fab:not(.mdc-ripple-upgraded):focus .mdc-fab__ripple::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-fab:not(.mdc-ripple-upgraded) .mdc-fab__ripple::after {
    transition: opacity 150ms linear;
  }

  .mdc-fab:not(.mdc-ripple-upgraded):active .mdc-fab__ripple::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-fab.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

  .mdc-fab .mdc-fab__ripple {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
  }

@keyframes mdc-floating-label-shake-float-above-standard {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-106%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-106%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-106%) scale(0.75);
  }
}

.mdc-form-field {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}

  .mdc-form-field > label {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
    order: 0;
  }

    [dir="rtl"] .mdc-form-field > label,
    .mdc-form-field > label[dir="rtl"] {
      margin-left: auto;
      margin-right: 0;
      padding-left: 0;
      padding-right: 4px;
    }


.mdc-form-field--align-end > label {
  margin-left: auto;
  margin-right: 0;
  padding-left: 0;
  padding-right: 4px;
  order: -1;
}

  [dir="rtl"] .mdc-form-field--align-end > label,
  .mdc-form-field--align-end > label[dir="rtl"] {
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    padding-right: 0;
  }

.mdc-icon-button {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  border: none;
  outline: none;
  background-color: transparent;
  fill: currentColor;
  color: inherit;
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 48px;
  height: 48px;
  padding: 12px;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  .mdc-icon-button svg,
  .mdc-icon-button img {
    width: 24px;
    height: 24px;
  }

  .mdc-icon-button:disabled {
    color: rgba(0, 0, 0, 0.38);
    color: var(--mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38));
    cursor: default;
    pointer-events: none;
  }

.mdc-icon-button__icon {
  display: inline-block;
}

  .mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: none;
  }

.mdc-icon-button--on .mdc-icon-button__icon {
  display: none;
}

  .mdc-icon-button--on .mdc-icon-button__icon.mdc-icon-button__icon--on {
    display: inline-block;
  }

  .mdc-icon-button::before,
  .mdc-icon-button::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 50%);
    left: calc(50% - 50%);
    width: 100%;
    height: 100%;
    background-color: #000;
  }

  .mdc-icon-button::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-icon-button.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-icon-button.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-icon-button.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-icon-button.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-icon-button.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-icon-button.mdc-ripple-upgraded::before,
  .mdc-icon-button.mdc-ripple-upgraded::after {
    top: var(--mdc-ripple-top, calc(50% - 50%));
    left: var(--mdc-ripple-left, calc(50% - 50%));
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-icon-button:hover::before {
    opacity: 0.04;
  }

  .mdc-icon-button.mdc-ripple-upgraded--background-focused::before,
  .mdc-icon-button:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-icon-button:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-icon-button:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-icon-button.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

.mdc-image-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0;
}

.mdc-image-list__item,
.mdc-image-list__image-aspect-container {
  position: relative;
  box-sizing: border-box;
}

.mdc-image-list__item {
  list-style-type: none;
}

.mdc-image-list__image {
  width: 100%;
  border-radius: 0;
}

.mdc-image-list__image-aspect-container .mdc-image-list__image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.mdc-image-list__image-aspect-container {
  padding-bottom: calc(100% / 1);
}

.mdc-image-list--with-text-protection .mdc-image-list__supporting {
  border-radius: 0 0 0 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 48px;
  padding: 0 16px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
}

.mdc-image-list__supporting {
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 8px 0;
  line-height: 24px;
}

.mdc-image-list__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.mdc-image-list--masonry {
  display: block;
}

  .mdc-image-list--masonry .mdc-image-list__item {
    -moz-column-break-inside: avoid;
    break-inside: avoid-column;
  }

  .mdc-image-list--masonry .mdc-image-list__image {
    display: block;
    height: auto;
  }

:root {
  --mdc-layout-grid-margin-desktop: 24px;
  --mdc-layout-grid-gutter-desktop: 24px;
  --mdc-layout-grid-column-width-desktop: 72px;
  --mdc-layout-grid-margin-tablet: 16px;
  --mdc-layout-grid-gutter-tablet: 16px;
  --mdc-layout-grid-column-width-tablet: 72px;
  --mdc-layout-grid-margin-phone: 16px;
  --mdc-layout-grid-gutter-phone: 16px;
  --mdc-layout-grid-column-width-phone: 72px;
  --mdc-theme-primary: #1a1a24;
  --mdc-theme-secondary: #ffe600;
  --mdc-theme-background: #ffffff;
  --mdc-theme-surface: #ffffff;
  --mdc-theme-error: #b00020;
  --mdc-theme-on-primary: #ffffff;
  --mdc-theme-on-secondary: #000000;
  --mdc-theme-on-surface: #000000;
  --mdc-theme-on-error: #ffffff;
  --mdc-theme-text-primary-on-background: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-background: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-background: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-light: rgba(0, 0, 0, 0.87);
  --mdc-theme-text-secondary-on-light: rgba(0, 0, 0, 0.54);
  --mdc-theme-text-hint-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-disabled-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-icon-on-light: rgba(0, 0, 0, 0.38);
  --mdc-theme-text-primary-on-dark: white;
  --mdc-theme-text-secondary-on-dark: rgba(255, 255, 255, 0.7);
  --mdc-theme-text-hint-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-disabled-on-dark: rgba(255, 255, 255, 0.5);
  --mdc-theme-text-icon-on-dark: rgba(255, 255, 255, 0.5);
}

@media (min-width: 840px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 24px;
    padding: var(--mdc-layout-grid-margin-desktop, 24px);
  }
}

@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-tablet, 16px);
  }
}

@media (max-width: 599px) {
  .mdc-layout-grid {
    box-sizing: border-box;
    margin: 0 auto;
    padding: 16px;
    padding: var(--mdc-layout-grid-margin-phone, 16px);
  }
}

@media (min-width: 840px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2 * -1);
  }

  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: -ms-grid;
      display: grid;
      margin: 0;
      grid-gap: 24px;
      grid-gap: var(--mdc-layout-grid-gutter-desktop, 24px);
      -ms-grid-columns: minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-desktop, 24px) minmax(0, 1fr);
      grid-template-columns: repeat(12, minmax(0, 1fr));
    }
  }
}

@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2 * -1);
  }

  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: -ms-grid;
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-tablet, 16px);
      -ms-grid-columns: minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-tablet, 16px) minmax(0, 1fr);
      grid-template-columns: repeat(8, minmax(0, 1fr));
    }
  }
}

@media (max-width: 599px) {
  .mdc-layout-grid__inner {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin: -8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2 * -1);
  }

  @supports (display: grid) {
    .mdc-layout-grid__inner {
      display: -ms-grid;
      display: grid;
      margin: 0;
      grid-gap: 16px;
      grid-gap: var(--mdc-layout-grid-gutter-phone, 16px);
      -ms-grid-columns: minmax(0, 1fr) var(--mdc-layout-grid-gutter-phone, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-phone, 16px) minmax(0, 1fr) var(--mdc-layout-grid-gutter-phone, 16px) minmax(0, 1fr);
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
}

@media (min-width: 840px) {
  .mdc-layout-grid__cell {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
    box-sizing: border-box;
    margin: 12px;
    margin: calc(var(--mdc-layout-grid-gutter-desktop, 24px) / 2);
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }

  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-desktop {
    width: calc(8.3333333333% - 24px);
    width: calc(8.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-desktop {
      width: auto;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-desktop {
    width: calc(16.6666666667% - 24px);
    width: calc(16.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-desktop {
      width: auto;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-desktop {
    width: calc(25% - 24px);
    width: calc(25% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-desktop {
      width: auto;
      -ms-grid-column-span: 3;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-desktop {
    width: calc(33.3333333333% - 24px);
    width: calc(33.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-desktop {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-desktop {
    width: calc(41.6666666667% - 24px);
    width: calc(41.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-desktop {
      width: auto;
      -ms-grid-column-span: 5;
      grid-column-end: span 5;
    }
  }

  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-desktop {
    width: calc(50% - 24px);
    width: calc(50% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-desktop {
      width: auto;
      -ms-grid-column-span: 6;
      grid-column-end: span 6;
    }
  }

  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-desktop {
    width: calc(58.3333333333% - 24px);
    width: calc(58.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-desktop {
      width: auto;
      -ms-grid-column-span: 7;
      grid-column-end: span 7;
    }
  }

  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-desktop {
    width: calc(66.6666666667% - 24px);
    width: calc(66.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-desktop {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-desktop {
    width: calc(75% - 24px);
    width: calc(75% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-desktop {
      width: auto;
      -ms-grid-column-span: 9;
      grid-column-end: span 9;
    }
  }

  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-desktop {
    width: calc(83.3333333333% - 24px);
    width: calc(83.3333333333% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-desktop {
      width: auto;
      -ms-grid-column-span: 10;
      grid-column-end: span 10;
    }
  }

  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-desktop {
    width: calc(91.6666666667% - 24px);
    width: calc(91.6666666667% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-desktop {
      width: auto;
      -ms-grid-column-span: 11;
      grid-column-end: span 11;
    }
  }

  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-desktop {
    width: calc(100% - 24px);
    width: calc(100% - var(--mdc-layout-grid-gutter-desktop, 24px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-desktop {
      width: auto;
      -ms-grid-column-span: 12;
      grid-column-end: span 12;
    }
  }
}

@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid__cell {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-tablet, 16px) / 2);
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }

  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-tablet {
    width: calc(12.5% - 16px);
    width: calc(12.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-tablet {
      width: auto;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-tablet {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-tablet {
      width: auto;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-tablet {
    width: calc(37.5% - 16px);
    width: calc(37.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-tablet {
      width: auto;
      -ms-grid-column-span: 3;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-tablet {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-tablet {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-tablet {
    width: calc(62.5% - 16px);
    width: calc(62.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-tablet {
      width: auto;
      -ms-grid-column-span: 5;
      grid-column-end: span 5;
    }
  }

  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-tablet {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-tablet {
      width: auto;
      -ms-grid-column-span: 6;
      grid-column-end: span 6;
    }
  }

  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-tablet {
    width: calc(87.5% - 16px);
    width: calc(87.5% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-tablet {
      width: auto;
      -ms-grid-column-span: 7;
      grid-column-end: span 7;
    }
  }

  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-tablet {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-tablet {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-tablet {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-tablet {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }

  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-tablet {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-tablet, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-tablet {
      width: auto;
      -ms-grid-column-span: 8;
      grid-column-end: span 8;
    }
  }
}

@media (max-width: 599px) {
  .mdc-layout-grid__cell {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
    box-sizing: border-box;
    margin: 8px;
    margin: calc(var(--mdc-layout-grid-gutter-phone, 16px) / 2);
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell {
      margin: 0;
    }
  }

  .mdc-layout-grid__cell--span-1,
  .mdc-layout-grid__cell--span-1-phone {
    width: calc(25% - 16px);
    width: calc(25% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-1,
    .mdc-layout-grid__cell--span-1-phone {
      width: auto;
      -ms-grid-column-span: 1;
      grid-column-end: span 1;
    }
  }

  .mdc-layout-grid__cell--span-2,
  .mdc-layout-grid__cell--span-2-phone {
    width: calc(50% - 16px);
    width: calc(50% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-2,
    .mdc-layout-grid__cell--span-2-phone {
      width: auto;
      -ms-grid-column-span: 2;
      grid-column-end: span 2;
    }
  }

  .mdc-layout-grid__cell--span-3,
  .mdc-layout-grid__cell--span-3-phone {
    width: calc(75% - 16px);
    width: calc(75% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-3,
    .mdc-layout-grid__cell--span-3-phone {
      width: auto;
      -ms-grid-column-span: 3;
      grid-column-end: span 3;
    }
  }

  .mdc-layout-grid__cell--span-4,
  .mdc-layout-grid__cell--span-4-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-4,
    .mdc-layout-grid__cell--span-4-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-5,
  .mdc-layout-grid__cell--span-5-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-5,
    .mdc-layout-grid__cell--span-5-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-6,
  .mdc-layout-grid__cell--span-6-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-6,
    .mdc-layout-grid__cell--span-6-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-7,
  .mdc-layout-grid__cell--span-7-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-7,
    .mdc-layout-grid__cell--span-7-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-8,
  .mdc-layout-grid__cell--span-8-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-8,
    .mdc-layout-grid__cell--span-8-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-9,
  .mdc-layout-grid__cell--span-9-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-9,
    .mdc-layout-grid__cell--span-9-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-10,
  .mdc-layout-grid__cell--span-10-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-10,
    .mdc-layout-grid__cell--span-10-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-11,
  .mdc-layout-grid__cell--span-11-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-11,
    .mdc-layout-grid__cell--span-11-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }

  .mdc-layout-grid__cell--span-12,
  .mdc-layout-grid__cell--span-12-phone {
    width: calc(100% - 16px);
    width: calc(100% - var(--mdc-layout-grid-gutter-phone, 16px));
  }

  @supports (display: grid) {
    .mdc-layout-grid__cell--span-12,
    .mdc-layout-grid__cell--span-12-phone {
      width: auto;
      -ms-grid-column-span: 4;
      grid-column-end: span 4;
    }
  }
}

.mdc-layout-grid__cell--order-1 {
  order: 1;
}

.mdc-layout-grid__cell--order-2 {
  order: 2;
}

.mdc-layout-grid__cell--order-3 {
  order: 3;
}

.mdc-layout-grid__cell--order-4 {
  order: 4;
}

.mdc-layout-grid__cell--order-5 {
  order: 5;
}

.mdc-layout-grid__cell--order-6 {
  order: 6;
}

.mdc-layout-grid__cell--order-7 {
  order: 7;
}

.mdc-layout-grid__cell--order-8 {
  order: 8;
}

.mdc-layout-grid__cell--order-9 {
  order: 9;
}

.mdc-layout-grid__cell--order-10 {
  order: 10;
}

.mdc-layout-grid__cell--order-11 {
  order: 11;
}

.mdc-layout-grid__cell--order-12 {
  order: 12;
}

.mdc-layout-grid__cell--align-top {
  align-self: flex-start;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-top {
    -ms-grid-row-align: start;
    align-self: start;
  }
}

.mdc-layout-grid__cell--align-middle {
  -ms-grid-row-align: center;
  align-self: center;
}

.mdc-layout-grid__cell--align-bottom {
  align-self: flex-end;
}

@supports (display: grid) {
  .mdc-layout-grid__cell--align-bottom {
    -ms-grid-row-align: end;
    align-self: end;
  }
}

@media (min-width: 840px) {
  .mdc-layout-grid--fixed-column-width {
    width: 1176px;
    width: calc( var(--mdc-layout-grid-column-width-desktop, 72px) * 12 + var(--mdc-layout-grid-gutter-desktop, 24px) * 11 + var(--mdc-layout-grid-margin-desktop, 24px) * 2 );
  }
}

@media (min-width: 600px) and (max-width: 839px) {
  .mdc-layout-grid--fixed-column-width {
    width: 720px;
    width: calc( var(--mdc-layout-grid-column-width-tablet, 72px) * 8 + var(--mdc-layout-grid-gutter-tablet, 16px) * 7 + var(--mdc-layout-grid-margin-tablet, 16px) * 2 );
  }
}

@media (max-width: 599px) {
  .mdc-layout-grid--fixed-column-width {
    width: 368px;
    width: calc( var(--mdc-layout-grid-column-width-phone, 72px) * 4 + var(--mdc-layout-grid-gutter-phone, 16px) * 3 + var(--mdc-layout-grid-margin-phone, 16px) * 2 );
  }
}

.mdc-layout-grid--align-left {
  margin-right: auto;
  margin-left: 0;
}

.mdc-layout-grid--align-right {
  margin-right: 0;
  margin-left: auto;
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }

  59.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
  }

  100% {
    transform: translateX(200.611057%);
  }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate {
  0% {
    transform: translateX(0);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }

  59.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(83.67142%);
  }

  100% {
    transform: translateX(200.611057%);
  }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }

  36.65% {
    -webkit-animation-timing-function: cubic-bezier( 0.334731, 0.12482, 0.785844, 1 );
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }

  69.15% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }

  100% {
    transform: scaleX(0.08);
  }
}

@keyframes mdc-linear-progress-primary-indeterminate-scale {
  0% {
    transform: scaleX(0.08);
  }

  36.65% {
    -webkit-animation-timing-function: cubic-bezier( 0.334731, 0.12482, 0.785844, 1 );
    animation-timing-function: cubic-bezier(0.334731, 0.12482, 0.785844, 1);
    transform: scaleX(0.08);
  }

  69.15% {
    -webkit-animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    animation-timing-function: cubic-bezier(0.06, 0.11, 0.6, 1);
    transform: scaleX(0.661479);
  }

  100% {
    transform: scaleX(0.08);
  }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.15, 0, 0.515058, 0.409685 );
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }

  25% {
    -webkit-animation-timing-function: cubic-bezier( 0.31033, 0.284058, 0.8, 0.733712 );
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }

  48.35% {
    -webkit-animation-timing-function: cubic-bezier( 0.4, 0.627035, 0.6, 0.902026 );
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }

  100% {
    transform: translateX(160.277782%);
  }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.15, 0, 0.515058, 0.409685 );
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }

  25% {
    -webkit-animation-timing-function: cubic-bezier( 0.31033, 0.284058, 0.8, 0.733712 );
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(37.651913%);
  }

  48.35% {
    -webkit-animation-timing-function: cubic-bezier( 0.4, 0.627035, 0.6, 0.902026 );
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(84.386165%);
  }

  100% {
    transform: translateX(160.277782%);
  }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.205028, 0.057051, 0.57661, 0.453971 );
    animation-timing-function: cubic-bezier( 0.205028, 0.057051, 0.57661, 0.453971 );
    transform: scaleX(0.08);
  }

  19.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.152313, 0.196432, 0.648374, 1.004315 );
    animation-timing-function: cubic-bezier( 0.152313, 0.196432, 0.648374, 1.004315 );
    transform: scaleX(0.457104);
  }

  44.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.257759, -0.003163, 0.211762, 1.38179 );
    animation-timing-function: cubic-bezier( 0.257759, -0.003163, 0.211762, 1.38179 );
    transform: scaleX(0.72796);
  }

  100% {
    transform: scaleX(0.08);
  }
}

@keyframes mdc-linear-progress-secondary-indeterminate-scale {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.205028, 0.057051, 0.57661, 0.453971 );
    animation-timing-function: cubic-bezier( 0.205028, 0.057051, 0.57661, 0.453971 );
    transform: scaleX(0.08);
  }

  19.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.152313, 0.196432, 0.648374, 1.004315 );
    animation-timing-function: cubic-bezier( 0.152313, 0.196432, 0.648374, 1.004315 );
    transform: scaleX(0.457104);
  }

  44.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.257759, -0.003163, 0.211762, 1.38179 );
    animation-timing-function: cubic-bezier( 0.257759, -0.003163, 0.211762, 1.38179 );
    transform: scaleX(0.72796);
  }

  100% {
    transform: scaleX(0.08);
  }
}

@-webkit-keyframes mdc-linear-progress-buffering {
  to {
    transform: translateX(-10px);
  }
}

@keyframes mdc-linear-progress-buffering {
  to {
    transform: translateX(-10px);
  }
}

@-webkit-keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }

  59.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
  }

  100% {
    transform: translateX(-200.611057%);
  }
}

@keyframes mdc-linear-progress-primary-indeterminate-translate-reverse {
  0% {
    transform: translateX(0);
  }

  20% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(0);
  }

  59.15% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(-83.67142%);
  }

  100% {
    transform: translateX(-200.611057%);
  }
}

@-webkit-keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.15, 0, 0.515058, 0.409685 );
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }

  25% {
    -webkit-animation-timing-function: cubic-bezier( 0.31033, 0.284058, 0.8, 0.733712 );
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
  }

  48.35% {
    -webkit-animation-timing-function: cubic-bezier( 0.4, 0.627035, 0.6, 0.902026 );
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
  }

  100% {
    transform: translateX(-160.277782%);
  }
}

@keyframes mdc-linear-progress-secondary-indeterminate-translate-reverse {
  0% {
    -webkit-animation-timing-function: cubic-bezier( 0.15, 0, 0.515058, 0.409685 );
    animation-timing-function: cubic-bezier(0.15, 0, 0.515058, 0.409685);
    transform: translateX(0);
  }

  25% {
    -webkit-animation-timing-function: cubic-bezier( 0.31033, 0.284058, 0.8, 0.733712 );
    animation-timing-function: cubic-bezier(0.31033, 0.284058, 0.8, 0.733712);
    transform: translateX(-37.651913%);
  }

  48.35% {
    -webkit-animation-timing-function: cubic-bezier( 0.4, 0.627035, 0.6, 0.902026 );
    animation-timing-function: cubic-bezier(0.4, 0.627035, 0.6, 0.902026);
    transform: translateX(-84.386165%);
  }

  100% {
    transform: translateX(-160.277782%);
  }
}

@-webkit-keyframes mdc-linear-progress-buffering-reverse {
  to {
    transform: translateX(10px);
  }
}

@keyframes mdc-linear-progress-buffering-reverse {
  to {
    transform: translateX(10px);
  }
}

.mdc-linear-progress {
  position: relative;
  width: 100%;
  height: 4px;
  transform: translateZ(0);
  outline: 1px solid transparent;
  overflow: hidden;
  transition: opacity 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-linear-progress__bar {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-animation: none;
  animation: none;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
}

.mdc-linear-progress__bar-inner {
  display: inline-block;
  position: absolute;
  width: 100%;
  -webkit-animation: none;
  animation: none;
  border-top: 4px solid;
  border-color: #1a1a24;
  border-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-linear-progress__buffer {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: top left;
  transition: transform 250ms 0ms cubic-bezier(0.4, 0, 0.6, 1);
  background-color: #e6e6e6;
}

.mdc-linear-progress__primary-bar {
  transform: scaleX(0);
}

.mdc-linear-progress__secondary-bar {
  visibility: hidden;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__bar {
  transition: none;
}

.mdc-linear-progress--indeterminate .mdc-linear-progress__primary-bar {
  left: -145.166611%;
  -webkit-animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
  animation: mdc-linear-progress-primary-indeterminate-translate 2s infinite linear;
}

  .mdc-linear-progress--indeterminate
  .mdc-linear-progress__primary-bar > .mdc-linear-progress__bar-inner {
    -webkit-animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
    animation: mdc-linear-progress-primary-indeterminate-scale 2s infinite linear;
  }

.mdc-linear-progress--indeterminate .mdc-linear-progress__secondary-bar {
  left: -54.888891%;
  visibility: visible;
  -webkit-animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
  animation: mdc-linear-progress-secondary-indeterminate-translate 2s infinite linear;
}

  .mdc-linear-progress--indeterminate
  .mdc-linear-progress__secondary-bar > .mdc-linear-progress__bar-inner {
    -webkit-animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
    animation: mdc-linear-progress-secondary-indeterminate-scale 2s infinite linear;
  }

.mdc-linear-progress--reversed .mdc-linear-progress__bar,
.mdc-linear-progress--reversed .mdc-linear-progress__buffer {
  right: 0;
  transform-origin: center right;
}

.mdc-linear-progress--reversed .mdc-linear-progress__primary-bar {
  -webkit-animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
  animation-name: mdc-linear-progress-primary-indeterminate-translate-reverse;
}

.mdc-linear-progress--reversed .mdc-linear-progress__secondary-bar {
  -webkit-animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
  animation-name: mdc-linear-progress-secondary-indeterminate-translate-reverse;
}

.mdc-linear-progress--reversed .mdc-linear-progress__buffering-dots {
  -webkit-animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
  animation: mdc-linear-progress-buffering-reverse 250ms infinite linear;
}

.mdc-linear-progress--closed {
  opacity: 0;
  -webkit-animation: none;
  animation: none;
}

.mdc-linear-progress__buffering-dots {
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: repeat-x;
  background-size: 10px 4px;
  -webkit-animation: mdc-linear-progress-buffering 250ms infinite linear;
  animation: mdc-linear-progress-buffering 250ms infinite linear;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='%23e6e6e6'/%3E%3C/svg%3E");
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
.mdc-linear-progress__primary-bar {
  right: -145.166611%;
  left: auto;
}

.mdc-linear-progress--indeterminate.mdc-linear-progress--reversed
.mdc-linear-progress__secondary-bar {
  right: -54.888891%;
  left: auto;
}

.mdc-list {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: 0;
  padding: 0px 0;
  list-style-type: none;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

  .mdc-list:focus {
    outline: none;
  }

.mdc-list-item__graphic {
  background-color: transparent;
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38));
  margin-left: 0;
  margin-right: 32px;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  fill: currentColor;
}

.mdc-list-item__meta {
  color: rgba(0, 0, 0, 0.38);
  color: var(--mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38));
  margin-left: auto;
  margin-right: 0;
}

.mdc-list-item--disabled .mdc-list-item__text {
  opacity: 0.38;
}

.mdc-list-item--disabled .mdc-list-item__text,
.mdc-list-item--disabled .mdc-list-item__primary-text,
.mdc-list-item--disabled .mdc-list-item__secondary-text {
  color: #000;
  color: var(--mdc-theme-on-surface, #000000);
}

.mdc-list--dense {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 0.812rem;
}

.mdc-list-item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  overflow: hidden;
  height: 48px;
}

  .mdc-list-item:focus {
    outline: none;
  }

.mdc-list-item--selected,
.mdc-list-item--activated {
  color: #1a1a24;
  color: var(--mdc-theme-primary, #1a1a24);
}

  .mdc-list-item--selected .mdc-list-item__graphic,
  .mdc-list-item--activated .mdc-list-item__graphic {
    color: #1a1a24;
    color: var(--mdc-theme-primary, #1a1a24);
  }

.mdc-list-item[dir="rtl"] .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list-item__graphic {
  margin-left: 32px;
  margin-right: 0;
}

.mdc-list .mdc-list-item__graphic {
  display: inline-flex;
}

  .mdc-list-item__meta:not(.material-icons) {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-family: Roboto, sans-serif;
    font-family: var( --mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
    font-size: 0.75rem;
    font-size: var(--mdc-typography-caption-font-size, 0.75rem);
    line-height: 1.25rem;
    line-height: var(--mdc-typography-caption-line-height, 1.25rem);
    font-weight: 400;
    font-weight: var(--mdc-typography-caption-font-weight, 400);
    letter-spacing: 0.0333333333em;
    letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
    -webkit-text-decoration: var( --mdc-typography-caption-text-decoration, inherit );
    text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
    text-transform: inherit;
    text-transform: var(--mdc-typography-caption-text-transform, inherit);
  }

.mdc-list-item[dir="rtl"] .mdc-list-item__meta,
[dir="rtl"] .mdc-list-item .mdc-list-item__meta {
  margin-left: 0;
  margin-right: auto;
}

.mdc-list-item__text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

  .mdc-list-item__text[for] {
    pointer-events: none;
  }

.mdc-list-item__primary-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
  line-height: normal;
}

  .mdc-list-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 32px;
    content: "";
    vertical-align: 0;
  }

  .mdc-list-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
  }

.mdc-list--dense .mdc-list-item__primary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  margin-bottom: -20px;
}

  .mdc-list--dense .mdc-list-item__primary-text::before {
    display: inline-block;
    width: 0;
    height: 24px;
    content: "";
    vertical-align: 0;
  }

  .mdc-list--dense .mdc-list-item__primary-text::after {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: -20px;
  }

.mdc-list-item__secondary-text {
  color: rgba(0, 0, 0, 0.54);
  color: var(--mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54));
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  margin-top: 0;
}

  .mdc-list-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
  }

.mdc-list--dense .mdc-list-item__secondary-text {
  display: block;
  margin-top: 0;
  line-height: normal;
  font-size: inherit;
}

  .mdc-list--dense .mdc-list-item__secondary-text::before {
    display: inline-block;
    width: 0;
    height: 20px;
    content: "";
    vertical-align: 0;
  }

.mdc-list--dense .mdc-list-item {
  height: 40px;
}

.mdc-list--dense .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 36px;
  width: 20px;
  height: 20px;
}

.mdc-list-item[dir="rtl"] .mdc-list--dense .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list--dense .mdc-list-item__graphic {
  margin-left: 36px;
  margin-right: 0;
}

.mdc-list--avatar-list .mdc-list-item {
  height: 56px;
}

.mdc-list--avatar-list .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.mdc-list-item[dir="rtl"] .mdc-list--avatar-list .mdc-list-item__graphic,
[dir="rtl"] .mdc-list-item .mdc-list--avatar-list .mdc-list-item__graphic {
  margin-left: 16px;
  margin-right: 0;
}

.mdc-list--two-line .mdc-list-item__text {
  align-self: flex-start;
}

.mdc-list--two-line .mdc-list-item {
  height: 72px;
}

.mdc-list--two-line.mdc-list--dense .mdc-list-item,
.mdc-list--avatar-list.mdc-list--dense .mdc-list-item {
  height: 60px;
}

.mdc-list--avatar-list.mdc-list--dense .mdc-list-item__graphic {
  margin-left: 0;
  margin-right: 20px;
  width: 36px;
  height: 36px;
}

.mdc-list-item[dir="rtl"]
.mdc-list--avatar-list.mdc-list--dense
.mdc-list-item__graphic,
[dir="rtl"]
.mdc-list-item
.mdc-list--avatar-list.mdc-list--dense
.mdc-list-item__graphic {
  margin-left: 20px;
  margin-right: 0;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item {
  cursor: pointer;
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a.mdc-list-item {
  color: inherit;
  text-decoration: none;
}

.mdc-list-divider {
  height: 0;
  margin: 0;
  border: none;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(0, 0, 0, 0.12);
}


.mdc-list-divider--padded {
  margin: 0 16px;
}

.mdc-list-divider--inset {
  margin-left: 72px;
  margin-right: 0;
  width: calc(100% - 72px);
}

.mdc-list-group[dir="rtl"] .mdc-list-divider--inset,
[dir="rtl"] .mdc-list-group .mdc-list-divider--inset {
  margin-left: 0;
  margin-right: 72px;
}

.mdc-list-divider--inset.mdc-list-divider--padded {
  width: calc(100% - 72px - 16px);
}

.mdc-list-group .mdc-list {
  padding: 0;
}

.mdc-list-group__subheader {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  margin: calc((3rem - 1.5rem) / 2) 16px;
  color: rgba(0, 0, 0, 0.87);
  color: var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87));
}

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before,
  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #000;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:hover::before {
    opacity: 0.04;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded--background-focused::before,
  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  :not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before {
  opacity: 0.12;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:hover::before {
  opacity: 0.16;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--activated.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before {
  opacity: 0.08;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:hover::before {
  opacity: 0.12;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded--background-focused::before,
:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.2;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.2;
}

:not(.mdc-list--non-interactive) > :not(.mdc-list-item--disabled).mdc-list-item--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.2;
}

:not(.mdc-list--non-interactive) > .mdc-list-item--disabled {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before,
  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #000;
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled.mdc-ripple-upgraded--background-focused::before,
  :not(.mdc-list--non-interactive) > .mdc-list-item--disabled:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

.mdc-menu {
  min-width: 112px;
}

  .mdc-menu .mdc-list-item__meta {
    color: rgba(0, 0, 0, 0.87);
  }

  .mdc-menu .mdc-list-item__graphic {
    color: rgba(0, 0, 0, 0.87);
  }

  .mdc-menu .mdc-list {
    color: rgba(0, 0, 0, 0.87);
    position: relative;
  }

    .mdc-menu .mdc-list .mdc-elevation-overlay {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
    }

  .mdc-menu .mdc-list-divider {
    margin: 8px 0;
  }

  .mdc-menu .mdc-list-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .mdc-menu .mdc-list-item--disabled {
    cursor: auto;
  }

  .mdc-menu a.mdc-list-item .mdc-list-item__text,
  .mdc-menu a.mdc-list-item .mdc-list-item__graphic {
    pointer-events: none;
  }

.mdc-menu__selection-group {
  padding: 0;
  fill: currentColor;
}

  .mdc-menu__selection-group .mdc-list-item {
    padding-left: 56px;
    padding-right: 16px;
  }

    [dir="rtl"] .mdc-menu__selection-group .mdc-list-item,
    .mdc-menu__selection-group .mdc-list-item[dir="rtl"] {
      padding-left: 16px;
      padding-right: 56px;
    }

  .mdc-menu__selection-group .mdc-menu__selection-group-icon {
    left: 16px;
    right: initial;
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

    [dir="rtl"] .mdc-menu__selection-group .mdc-menu__selection-group-icon,
    .mdc-menu__selection-group .mdc-menu__selection-group-icon[dir="rtl"] {
      left: initial;
      right: 16px;
    }

.mdc-menu-item--selected .mdc-menu__selection-group-icon {
  display: inline;
}

.mdc-menu-surface {
  display: none;
  position: absolute;
  box-sizing: border-box;
  max-width: calc(100vw - 32px);
  max-height: calc(100vh - 32px);
  margin: 0;
  padding: 0;
  transform: scale(1);
  opacity: 0;
  overflow: auto;
  will-change: transform, opacity;
  z-index: 8;
  transition: opacity 0.03s linear, transform 0.12s cubic-bezier(0, 0, 0.2, 1);
  box-shadow: 0px 5px 5px -3px rgba(0, 0, 0, 0.2), 0px 8px 10px 1px rgba(0, 0, 0, 0.14), 0px 3px 14px 2px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
  color: #000;
  color: var(--mdc-theme-on-surface, #000000);
  border-radius: 1px;
  transform-origin: top left;
  transform-origin: top right;
}

  .mdc-menu-surface:focus {
    outline: none;
  }

.mdc-menu-surface--open {
  display: inline-block;
  transform: scale(1);
  opacity: 1;
}

.mdc-menu-surface--animating-open {
  display: inline-block;
  transform: scale(0.8);
  opacity: 0;
}

.mdc-menu-surface--animating-closed {
  display: inline-block;
  opacity: 0;
  transition: opacity 0.075s linear;
}

[dir="rtl"] .mdc-menu-surface,
.mdc-menu-surface[dir="rtl"] {
  transform-origin: top right;
  transform-origin: top left;
}

.mdc-menu-surface--anchor {
  position: relative;
  overflow: visible;
}

.mdc-menu-surface--fixed {
  position: fixed;
}

.mdc-notched-outline__leading,
.mdc-notched-outline__notch,
.mdc-notched-outline__trailing {
  box-sizing: border-box;
  height: 100%;
  border-top: 1px solid;
  border-bottom: 1px solid;
  pointer-events: none;
}


  .mdc-radio
  [aria-disabled="true"]
  .mdc-radio__native-control:checked + .mdc-radio__background
  .mdc-radio__outer-circle,
  .mdc-radio
  .mdc-radio__native-control:disabled:checked + .mdc-radio__background
  .mdc-radio__outer-circle {
    border-color: rgba(0, 0, 0, 0.38);
  }

.mdc-ripple-surface {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: relative;
  outline: none;
  overflow: hidden;
}

  .mdc-ripple-surface::before,
  .mdc-ripple-surface::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    background-color: #000;
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
  }

  .mdc-ripple-surface::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-ripple-surface.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-ripple-surface.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-ripple-surface.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-ripple-surface.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-ripple-surface.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-ripple-surface:hover::before {
    opacity: 0.04;
  }

  .mdc-ripple-surface.mdc-ripple-upgraded--background-focused::before,
  .mdc-ripple-surface:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-ripple-surface:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-ripple-surface:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-ripple-surface.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

  .mdc-ripple-surface[data-mdc-ripple-is-unbounded] {
    overflow: visible;
  }

    .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::before,
    .mdc-ripple-surface[data-mdc-ripple-is-unbounded]::after {
      top: calc(50% - 50%);
      left: calc(50% - 50%);
      width: 100%;
      height: 100%;
    }

    .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::before,
    .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
      top: var(--mdc-ripple-top, calc(50% - 50%));
      left: var(--mdc-ripple-left, calc(50% - 50%));
      width: var(--mdc-ripple-fg-size, 100%);
      height: var(--mdc-ripple-fg-size, 100%);
    }

    .mdc-ripple-surface[data-mdc-ripple-is-unbounded].mdc-ripple-upgraded::after {
      width: var(--mdc-ripple-fg-size, 100%);
      height: var(--mdc-ripple-fg-size, 100%);
    }

.mdc-ripple-surface--primary::before,
.mdc-ripple-surface--primary::after {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-ripple-surface--primary:hover::before {
  opacity: 0.04;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface--primary:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.mdc-ripple-surface--primary.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.mdc-ripple-surface--accent::before,
.mdc-ripple-surface--accent::after {
  background-color: #ffe600;
  background-color: var(--mdc-theme-secondary, #ffe600);
}

.mdc-ripple-surface--accent:hover::before {
  opacity: 0.08;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded--background-focused::before,
.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-ripple-surface--accent:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-ripple-surface--accent.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

@keyframes mdc-select-float-native-control {
  0% {
    transform: translateY(8px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.mdc-select--with-leading-icon .mdc-select__icon {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  box-sizing: border-box;
  width: 24px;
  height: 24px;
  border: none;
  background-color: transparent;
  fill: currentColor;
  opacity: 0.54;
  text-decoration: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  left: 16px;
  right: initial;
}

  .mdc-select-helper-text::before {
    display: inline-block;
    width: 0;
    height: 16px;
    content: "";
    vertical-align: 0;
  }


  .mdc-select:not(.mdc-select--disabled) .mdc-line-ripple::before {
    border-bottom-color: rgba(0, 0, 0, 0.42);
  }

    [dir="rtl"]
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .mdc-floating-label,
    .mdc-select.mdc-select--outlined.mdc-select--with-leading-icon
    .mdc-floating-label[dir="rtl"] {
      left: initial;
      right: 36px;
    }


@-moz-document url-prefix("") {
  .mdc-select__selected-text {
    text-indent: -2px;
  }
}

  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled):not(.mdc-select--focused)
  .mdc-select__selected-text:hover ~ .mdc-notched-outline
  .mdc-notched-outline__trailing {
    border-color: rgba(0, 0, 0, 0.87);
  }

  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__leading,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__notch,
  .mdc-select--outlined:not(.mdc-select--disabled).mdc-select--focused
  .mdc-notched-outline
  .mdc-notched-outline__trailing {
    border-width: 2px;
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
  }

    .mdc-select__anchor.mdc-notched-outline--upgraded
    .mdc-floating-label--float-above,
    .mdc-select--outlined
    .mdc-select__anchor.mdc-notched-outline--upgraded
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    .mdc-select--outlined
    .mdc-select__anchor.mdc-notched-outline--upgraded
    .mdc-floating-label,
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .mdc-floating-label--float-above,
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .fids-select.static
    .mdc-floating-label,
    .fids-select.static
    .mdc-select--outlined
    .mdc-select__anchor
    .mdc-notched-outline--upgraded
    .mdc-floating-label {
      transform: translateY(-130%) scale(0.75);
    }

  

  .mdc-select__menu
  .mdc-list
  .mdc-list-item--selected:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon {
  0% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - 32px)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-select-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -32px)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -32px)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0% - -32px)) translateY(-130%) scale(0.75);
  }
}

@keyframes mdc-slider-emphasize {
  0% {
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    transform: scale(0.85);
  }

  100% {
    transform: scale(0.571);
  }
}
  .mdc-slider--disabled .mdc-slider__thumb {
    fill: #9a9a9a;
    stroke: #9a9a9a;
    stroke: #fff;
    stroke: var(--mdc-slider-bg-color-behind-component, white);
  }

.mdc-slider__track {
  position: absolute;
  width: 100%;
  height: 100%;
  transform-origin: left top;
  will-change: transform;
}

.mdc-slider__thumb {
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.571);
  stroke-width: 3.5;
  transition: transform 100ms ease-out, fill 100ms ease-out, stroke 100ms ease-out;
}

.mdc-slider__pin-value-marker {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  transform: rotate(45deg);
}

.mdc-snackbar {
  z-index: 8;
  margin: 8px;
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mdc-snackbar__surface {
  background-color: #333;
  min-width: 244px;
  max-width: 672px;
  box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px 0px rgba(0, 0, 0, 0.14), 0px 1px 18px 0px rgba(0, 0, 0, 0.12);
  border-radius: 1px;
  padding-left: 0;
  padding-right: 8px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-sizing: border-box;
  transform: scale(0.8);
  opacity: 0;
}


@media (max-width: 480px), (max-width: 344px) {
  .mdc-snackbar__surface {
    min-width: 100%;
  }
}

.mdc-snackbar--opening,
.mdc-snackbar--open,
.mdc-snackbar--closing {
  display: flex;
}

.mdc-snackbar--leading {
  justify-content: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__label {
  padding-left: 16px;
  padding-right: 0;
  padding-bottom: 12px;
}

  [dir="rtl"] .mdc-snackbar--stacked .mdc-snackbar__label,
  .mdc-snackbar--stacked .mdc-snackbar__label[dir="rtl"] {
    padding-left: 0;
    padding-right: 16px;
  }

.mdc-snackbar--stacked .mdc-snackbar__surface {
  flex-direction: column;
  align-items: flex-start;
}

.mdc-snackbar--stacked .mdc-snackbar__actions {
  align-self: flex-end;
  margin-bottom: 8px;
}

  [dir="rtl"] .mdc-snackbar__surface,
  .mdc-snackbar__surface[dir="rtl"] {
    padding-left: 8px;
    padding-right: 0;
  }

.mdc-snackbar--open .mdc-snackbar__surface {
  transform: scale(1);
  opacity: 1;
  pointer-events: auto;
  transition: opacity 150ms 0ms cubic-bezier(0, 0, 0.2, 1), transform 150ms 0ms cubic-bezier(0, 0, 0.2, 1);
}

.mdc-snackbar--closing .mdc-snackbar__surface {
  transform: scale(1);
  transition: opacity 75ms 0ms cubic-bezier(0.4, 0, 1, 1);
}

.mdc-snackbar__label {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
  padding-left: 16px;
  padding-right: 8px;
  width: 100%;
  flex-grow: 1;
  box-sizing: border-box;
  margin: 0;
  padding-top: 14px;
  padding-bottom: 14px;
  color: rgba(255, 255, 255, 0.87);
}

  [dir="rtl"] .mdc-snackbar__label,
  .mdc-snackbar__label[dir="rtl"] {
    padding-left: 8px;
    padding-right: 16px;
  }

  .mdc-snackbar__label::before {
    display: inline;
    content: attr(data-mdc-snackbar-label-text);
  }

.mdc-snackbar__actions {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  box-sizing: border-box;
}

.mdc-snackbar__action:not(:disabled) {
  color: #bb86fc;
}

.mdc-snackbar__action::before,
.mdc-snackbar__action::after {
  background-color: #bb86fc;
}

.mdc-snackbar__action:hover::before {
  opacity: 0.08;
}

.mdc-snackbar__action.mdc-ripple-upgraded--background-focused::before,
.mdc-snackbar__action:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.mdc-snackbar__action:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.24;
}

.mdc-snackbar__action.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.24;
}

.mdc-snackbar__dismiss {
  color: #000000;
}

  .mdc-snackbar__dismiss::before,
  .mdc-snackbar__dismiss::after {
    background-color: rgba(255, 255, 255, 0.87);
  }

  .mdc-snackbar__dismiss:hover::before {
    opacity: 0.08;
  }

  .mdc-snackbar__dismiss.mdc-ripple-upgraded--background-focused::before,
  .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-snackbar__dismiss:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.24;
  }

  .mdc-snackbar__dismiss.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.24;
  }

  .mdc-snackbar__dismiss.mdc-snackbar__dismiss {
    width: 36px;
    height: 36px;
    padding: 9px;
    font-size: 18px;
  }

    .mdc-snackbar__dismiss.mdc-snackbar__dismiss svg,
    .mdc-snackbar__dismiss.mdc-snackbar__dismiss img {
      width: 18px;
      height: 18px;
    }

.mdc-snackbar__action + .mdc-snackbar__dismiss {
  margin-left: 8px;
  margin-right: 0;
}

  [dir="rtl"] .mdc-snackbar__action + .mdc-snackbar__dismiss,
  .mdc-snackbar__action + .mdc-snackbar__dismiss[dir="rtl"] {
    margin-left: 0;
    margin-right: 8px;
  }

  .mdc-switch:not(.mdc-switch--checked) .mdc-switch__track {
    background-color: #bbb9b9;
  }

.mdc-switch:not(.mdc-switch--checked)
.mdc-switch__thumb-underlay:hover::before {
  opacity: 0.08;
}

.mdc-tab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  padding-right: 24px;
  padding-left: 24px;
  position: relative;
  display: flex;
  flex: 1 0 auto;
  justify-content: center;
  box-sizing: border-box;
  margin: 0;
  padding-top: 0;
  padding-bottom: 0;
  border: none;
  outline: none;
  background: none;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  z-index: 1;
  height: 48px;
  letter-spacing: 0.006rem !important;
}

  .mdc-tab .mdc-tab__text-label {
    color: rgba(0, 0, 0, 0.6);
  }

  .mdc-tab .mdc-tab__icon {
    color: rgba(0, 0, 0, 0.54);
    fill: currentColor;
  }

  .mdc-tab::-moz-focus-inner {
    padding: 0;
    border: 0;
  }

.mdc-tab--min-width {
  flex: 0 1 auto;
}

.mdc-tab__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: inherit;
  pointer-events: none;
}

.mdc-tab__text-label {
  transition: 150ms color linear;
  display: inline-block;
  line-height: 1;
  z-index: 2;
}

.mdc-tab__icon {
  transition: 150ms color linear;
  width: 24px;
  height: 24px;
  font-size: 24px;
  z-index: 2;
}

.mdc-tab--stacked .mdc-tab__content {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mdc-tab--stacked .mdc-tab__text-label {
  padding-top: 6px;
  padding-bottom: 4px;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #1a1a24;
  color: var(--mdc-theme-primary, #1a1a24);
}

.mdc-tab--active .mdc-tab__icon {
  color: #1a1a24;
  color: var(--mdc-theme-primary, #1a1a24);
  fill: currentColor;
}

.mdc-tab--active .mdc-tab__text-label,
.mdc-tab--active .mdc-tab__icon {
  transition-delay: 100ms;
}

.mdc-tab:not(.mdc-tab--stacked) .mdc-tab__icon + .mdc-tab__text-label {
  padding-left: 8px;
  padding-right: 0;
}

  [dir="rtl"]
  .mdc-tab:not(.mdc-tab--stacked)
  .mdc-tab__icon + .mdc-tab__text-label,
  .mdc-tab:not(.mdc-tab--stacked)
  .mdc-tab__icon + .mdc-tab__text-label[dir="rtl"] {
    padding-left: 0;
    padding-right: 8px;
  }

.mdc-tab__ripple {
  --mdc-ripple-fg-size: 0;
  --mdc-ripple-left: 0;
  --mdc-ripple-top: 0;
  --mdc-ripple-fg-scale: 1;
  --mdc-ripple-fg-translate-end: 0;
  --mdc-ripple-fg-translate-start: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

  .mdc-tab__ripple::before,
  .mdc-tab__ripple::after {
    position: absolute;
    border-radius: 50%;
    opacity: 0;
    pointer-events: none;
    content: "";
    top: calc(50% - 100%);
    left: calc(50% - 100%);
    width: 200%;
    height: 200%;
    background-color: #1a1a24;
    background-color: var(--mdc-theme-primary, #1a1a24);
  }

  .mdc-tab__ripple::before {
    transition: opacity 15ms linear, background-color 15ms linear;
    z-index: 1;
  }

  .mdc-tab__ripple.mdc-ripple-upgraded::before {
    transform: scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-tab__ripple.mdc-ripple-upgraded::after {
    top: 0;
    left: 0;
    transform: scale(0);
    transform-origin: center center;
    width: var(--mdc-ripple-fg-size, 100%);
    height: var(--mdc-ripple-fg-size, 100%);
  }

  .mdc-tab__ripple.mdc-ripple-upgraded--unbounded::after {
    top: var(--mdc-ripple-top, 0);
    left: var(--mdc-ripple-left, 0);
  }

  .mdc-tab__ripple.mdc-ripple-upgraded--foreground-activation::after {
    -webkit-animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
    animation: mdc-ripple-fg-radius-in 225ms forwards, mdc-ripple-fg-opacity-in 75ms forwards;
  }

  .mdc-tab__ripple.mdc-ripple-upgraded--foreground-deactivation::after {
    -webkit-animation: mdc-ripple-fg-opacity-out 150ms;
    animation: mdc-ripple-fg-opacity-out 150ms;
    transform: translate(var(--mdc-ripple-fg-translate-end, 0)) scale(var(--mdc-ripple-fg-scale, 1));
  }

  .mdc-tab__ripple:hover::before {
    opacity: 0.04;
  }

  .mdc-tab__ripple.mdc-ripple-upgraded--background-focused::before,
  .mdc-tab__ripple:not(.mdc-ripple-upgraded):focus::before {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-tab__ripple:not(.mdc-ripple-upgraded)::after {
    transition: opacity 150ms linear;
  }

  .mdc-tab__ripple:not(.mdc-ripple-upgraded):active::after {
    transition-duration: 75ms;
    opacity: 0.12;
  }

  .mdc-tab__ripple.mdc-ripple-upgraded {
    --mdc-ripple-fg-opacity: 0.12;
  }

.mdc-tab-bar {
  width: 100%;
}

.mdc-tab--stacked {
  height: 72px;
}

.mdc-tab-indicator {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  justify-content: start;
  width: 125%;
  height: 100%;
  pointer-events: none;
  z-index: 1;
}

  .mdc-tab-indicator .mdc-tab-indicator__content--underline {
    border-color: #1a1a24;
    border-color: var(--mdc-theme-primary, #1a1a24);
    border-top-width: 2px;
  }

  .mdc-tab-indicator .mdc-tab-indicator__content--icon {
    color: #ffe600;
    color: var(--mdc-theme-secondary, #ffe600);
    height: 34px;
    font-size: 34px;
  }

.mdc-tab-indicator__content {
  transform-origin: left;
  opacity: 0;
}

.mdc-tab-indicator__content--underline {
  align-self: flex-end;
  box-sizing: border-box;
  width: 80%;
  border-top-style: solid;
}

.mdc-tab-indicator__content--icon {
  -ms-grid-row-align: center;
  align-self: center;
  margin: 0 auto;
}

.mdc-tab-indicator--active .mdc-tab-indicator__content {
  opacity: 1;
}

.mdc-tab-indicator .mdc-tab-indicator__content {
  transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
}

.mdc-tab-indicator--no-transition .mdc-tab-indicator__content {
  transition: none;
}

.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition: 150ms opacity linear;
}

.mdc-tab-indicator--active.mdc-tab-indicator--fade .mdc-tab-indicator__content {
  transition-delay: 100ms;
}

.mdc-tab-scroller {
  overflow-y: hidden;
}

  .mdc-tab-scroller.mdc-tab-scroller--animating
  .mdc-tab-scroller__scroll-content {
    transition: 250ms transform cubic-bezier(0.4, 0, 0.2, 1);
  }

.mdc-tab-scroller__test {
  position: absolute;
  top: -9999px;
  width: 100px;
  height: 100px;
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: touch;
  display: flex;
  overflow-x: hidden;
}

  .mdc-tab-scroller__scroll-area::-webkit-scrollbar,
  .mdc-tab-scroller__test::-webkit-scrollbar {
    display: none;
  }

.mdc-tab-scroller__scroll-area--scroll {
  overflow-x: scroll;
}

.mdc-tab-scroller__scroll-content {
  position: relative;
  display: flex;
  flex: 1 0 auto;
  transform: none;
  will-change: transform;
}

.mdc-tab-scroller--align-start .mdc-tab-scroller__scroll-content {
  justify-content: flex-start;
}

.mdc-tab-scroller--align-end .mdc-tab-scroller__scroll-content {
  justify-content: flex-end;
}

.mdc-tab-scroller--align-center .mdc-tab-scroller__scroll-content {
  justify-content: center;
}

.mdc-tab-scroller--animating .mdc-tab-scroller__scroll-area {
  -webkit-overflow-scrolling: auto;
}

.mdc-text-field-helper-text {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var( --mdc-typography-caption-text-decoration, inherit );
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
  display: block;
  margin: 0;
  margin-top: 0;
  opacity: 0;
  will-change: opacity;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

@media all {
  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-moz-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.54);
  }

  .mdc-text-field:not(.mdc-text-field--disabled)
  .mdc-text-field__input::placeholder {
    color: rgba(0, 0, 0, 0.54);
  }
}

  [dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label,
  .mdc-text-field--outlined--with-leading-icon
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--outlined--with-leading-icon
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--outlined--with-leading-icon
  [dir="rtl"].mdc-floating-label {
    left: initial;
    right: 40px;
  }

.mdc-text-field__input {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
  padding: 20px 16px 7px;
  align-self: flex-end;
  box-sizing: border-box;
  width: 100% !important;
  height: 100% !important;
  border: none;
  border-radius: 0;
  background: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: opacity 150ms cubic-bezier(0.4, 0, 0.2, 1);
}

  
  .mdc-text-field--outlined .fids-select.static .mdc-floating-label,
  .fids-select.static .mdc-text-field--outlined .mdc-floating-label {
    transform: translateY(-37.25px) scale(1);
    font-size: 0.75rem;
  }

@media screen and (-ms-high-contrast: active) {
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__leading,
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__notch,
  .mdc-text-field--outlined.mdc-text-field--disabled
  .mdc-notched-outline__trailing {
    border-color: GrayText;
  }
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon 250ms 1;
}

[dir="rtl"]
.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-floating-label--shake,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined[dir="rtl"]
.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl 250ms 1;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined
.mdc-floating-label {
  left: 36px;
  right: initial;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined
  .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 36px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-floating-label--float-above,
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.fids-select.static
.mdc-floating-label,
.fids-select.static
.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-floating-label {
  transform: translateY(-134%) translateX(-21px) scale(1);
  font-size: 0.8rem;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above,
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .fids-select.static
  .mdc-floating-label,
  .fids-select.static
  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label--float-above[dir="rtl"],
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .fids-select.static
  [dir="rtl"].mdc-floating-label,
  .fids-select.static
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  [dir="rtl"].mdc-floating-label {
    transform: translateY(-134%) translateX(21px) scale(1);
  }

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-floating-label--shake {
  -webkit-animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
  animation: mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense 250ms 1;
}

.mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
.mdc-floating-label {
  left: 32px;
  right: initial;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label,
  .mdc-text-field--with-leading-icon.mdc-text-field--outlined.mdc-text-field--dense
  .mdc-floating-label[dir="rtl"] {
    left: initial;
    right: 32px;
  }

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon--leading,
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon--leading[dir="rtl"] {
    left: initial;
    right: 16px;
  }

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
.mdc-text-field__icon--trailing {
  left: initial;
  right: 12px;
}

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon--trailing,
  .mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon
  .mdc-text-field__icon--trailing[dir="rtl"] {
    left: 12px;
    right: initial;
  }

  [dir="rtl"]
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon--leading,
  .mdc-text-field--with-leading-icon.mdc-text-field--dense
  .mdc-text-field__icon--leading[dir="rtl"] {
    left: initial;
    right: 12px;
  }

.mdc-text-field--with-trailing-icon.mdc-text-field--dense
.mdc-text-field__icon--trailing {
  left: initial;
  right: 12px;
}

.mdc-text-field--with-trailing-icon.mdc-text-field--dense
.mdc-text-field__input {
  padding-left: 16px;
  padding-right: 44px;
}

.mdc-text-field--with-leading-icon.mdc-text-field--with-trailing-icon.mdc-text-field--dense
.mdc-text-field__icon--leading {
  left: 12px;
  right: initial;
}

.mdc-text-field--textarea {
  display: inline-flex;
  width: auto;
  height: auto;
  overflow: visible;
  transition: none;
}

  .mdc-text-field--textarea .mdc-floating-label--float-above,
  .mdc-text-field--textarea .fids-select.static .mdc-floating-label,
  .fids-select.static .mdc-text-field--textarea .mdc-floating-label {
    transform: translateY(-144%) scale(1);
    font-size: 0.75rem;
  }

.mdc-text-field--invalid:not(.mdc-text-field--disabled)
.mdc-line-ripple::after {
  border-bottom-color: #b00020;
  border-bottom-color: var(--mdc-theme-error, #b00020);
}

  .mdc-text-field--disabled .mdc-text-field__input {
    color: rgba(0, 0, 0, 0.38);
  }


@keyframes mdc-floating-label-shake-float-above-text-field-outlined-dense {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense {
  0% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - 21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-rtl {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0px)) translateY(-34.75px) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-34.75px) scale(0.75);
  }
}

@keyframes mdc-floating-label-shake-float-above-text-field-outlined-leading-icon-dense-rtl {
  0% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - -21px)) translateY(-120%) scale(0.8);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - -21px)) translateY(-120%) scale(0.8);
  }

  100% {
    transform: translateX(calc(0% - -21px)) translateY(-120%) scale(0.8);
  }
}

@keyframes mdc-floating-label-shake-float-above-textarea {
  0% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }

  33% {
    -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    animation-timing-function: cubic-bezier(0.5, 0, 0.701732, 0.495819);
    transform: translateX(calc(4% - 0%)) translateY(-130%) scale(0.75);
  }

  66% {
    -webkit-animation-timing-function: cubic-bezier( 0.302435, 0.381352, 0.55, 0.956352 );
    animation-timing-function: cubic-bezier(0.302435, 0.381352, 0.55, 0.956352);
    transform: translateX(calc(-4% - 0%)) translateY(-130%) scale(0.75);
  }

  100% {
    transform: translateX(calc(0 - 0)) translateY(-130%) scale(0.75);
  }
}



.mdc-theme--primary {
  color: #1a1a24 !important;
  color: var(--mdc-theme-primary, #1a1a24) !important;
}

.mdc-theme--secondary {
  color: #ffe600 !important;
  color: var(--mdc-theme-secondary, #ffe600) !important;
}

.mdc-theme--background {
  background-color: #fff;
  background-color: var(--mdc-theme-background, #ffffff);
}

.mdc-theme--surface {
  background-color: #fff;
  background-color: var(--mdc-theme-surface, #ffffff);
}

.mdc-theme--error {
  color: #b00020 !important;
  color: var(--mdc-theme-error, #b00020) !important;
}

.mdc-theme--on-primary {
  color: #fff !important;
  color: var(--mdc-theme-on-primary, #ffffff) !important;
}

.mdc-theme--on-secondary {
  color: #000 !important;
  color: var(--mdc-theme-on-secondary, #000000) !important;
}

.mdc-theme--on-surface {
  color: #000 !important;
  color: var(--mdc-theme-on-surface, #000000) !important;
}

.mdc-theme--on-error {
  color: #fff !important;
  color: var(--mdc-theme-on-error, #ffffff) !important;
}

.mdc-theme--text-primary-on-background {
  color: rgba(0, 0, 0, 0.87) !important;
  color: var( --mdc-theme-text-primary-on-background, rgba(0, 0, 0, 0.87) ) !important;
}

.mdc-theme--text-secondary-on-background {
  color: rgba(0, 0, 0, 0.54) !important;
  color: var( --mdc-theme-text-secondary-on-background, rgba(0, 0, 0, 0.54) ) !important;
}

.mdc-theme--text-hint-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var( --mdc-theme-text-hint-on-background, rgba(0, 0, 0, 0.38) ) !important;
}

.mdc-theme--text-disabled-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var( --mdc-theme-text-disabled-on-background, rgba(0, 0, 0, 0.38) ) !important;
}

.mdc-theme--text-icon-on-background {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var( --mdc-theme-text-icon-on-background, rgba(0, 0, 0, 0.38) ) !important;
}

.mdc-theme--text-primary-on-light {
  color: rgba(0, 0, 0, 0.87) !important;
  color: var(--mdc-theme-text-primary-on-light, rgba(0, 0, 0, 0.87)) !important;
}

.mdc-theme--text-secondary-on-light {
  color: rgba(0, 0, 0, 0.54) !important;
  color: var( --mdc-theme-text-secondary-on-light, rgba(0, 0, 0, 0.54) ) !important;
}

.mdc-theme--text-hint-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-hint-on-light, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-disabled-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var( --mdc-theme-text-disabled-on-light, rgba(0, 0, 0, 0.38) ) !important;
}

.mdc-theme--text-icon-on-light {
  color: rgba(0, 0, 0, 0.38) !important;
  color: var(--mdc-theme-text-icon-on-light, rgba(0, 0, 0, 0.38)) !important;
}

.mdc-theme--text-primary-on-dark {
  color: #fff !important;
  color: var(--mdc-theme-text-primary-on-dark, white) !important;
}

.mdc-theme--text-secondary-on-dark {
  color: rgba(255, 255, 255, 0.7) !important;
  color: var( --mdc-theme-text-secondary-on-dark, rgba(255, 255, 255, 0.7) ) !important;
}

.mdc-theme--text-hint-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var( --mdc-theme-text-hint-on-dark, rgba(255, 255, 255, 0.5) ) !important;
}

.mdc-theme--text-disabled-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var( --mdc-theme-text-disabled-on-dark, rgba(255, 255, 255, 0.5) ) !important;
}

.mdc-theme--text-icon-on-dark {
  color: rgba(255, 255, 255, 0.5) !important;
  color: var( --mdc-theme-text-icon-on-dark, rgba(255, 255, 255, 0.5) ) !important;
}

.mdc-theme--primary-bg {
  background-color: #1a1a24 !important;
  background-color: var(--mdc-theme-primary, #1a1a24) !important;
}

.mdc-theme--secondary-bg {
  background-color: #ffe600 !important;
  background-color: var(--mdc-theme-secondary, #ffe600) !important;
}

.mdc-top-app-bar {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
  color: #fff;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 4;
}

  .mdc-top-app-bar .mdc-top-app-bar__action-item,
  .mdc-top-app-bar .mdc-top-app-bar__navigation-icon {
    color: #fff;
    color: var(--mdc-theme-on-primary, #ffffff);
  }

    .mdc-top-app-bar .mdc-top-app-bar__action-item::before,
    .mdc-top-app-bar .mdc-top-app-bar__action-item::after,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::before,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon::after {
      background-color: #fff;
      background-color: var(--mdc-theme-on-primary, #ffffff);
    }

    .mdc-top-app-bar .mdc-top-app-bar__action-item:hover::before,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon:hover::before {
      opacity: 0.08;
    }

    .mdc-top-app-bar
    .mdc-top-app-bar__action-item.mdc-ripple-upgraded--background-focused::before,
    .mdc-top-app-bar
    .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):focus::before,
    .mdc-top-app-bar
    .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded--background-focused::before,
    .mdc-top-app-bar
    .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):focus::before {
      transition-duration: 75ms;
      opacity: 0.24;
    }

    .mdc-top-app-bar .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded)::after,
    .mdc-top-app-bar
    .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded)::after {
      transition: opacity 150ms linear;
    }

    .mdc-top-app-bar
    .mdc-top-app-bar__action-item:not(.mdc-ripple-upgraded):active::after,
    .mdc-top-app-bar
    .mdc-top-app-bar__navigation-icon:not(.mdc-ripple-upgraded):active::after {
      transition-duration: 75ms;
      opacity: 0.24;
    }

    .mdc-top-app-bar .mdc-top-app-bar__action-item.mdc-ripple-upgraded,
    .mdc-top-app-bar .mdc-top-app-bar__navigation-icon.mdc-ripple-upgraded {
      --mdc-ripple-fg-opacity: 0.24;
    }

.mdc-top-app-bar__row {
  display: flex;
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 64px;
}

.mdc-top-app-bar__section {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: center;
  min-width: 0;
  padding: 8px 12px;
  z-index: 1;
}

.mdc-top-app-bar__section--align-start {
  justify-content: flex-start;
  order: -1;
}

.mdc-top-app-bar__section--align-end {
  justify-content: flex-end;
  order: 1;
}

.mdc-top-app-bar__title {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var( --mdc-typography-headline6-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
  padding-left: 20px;
  padding-right: 0;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  z-index: 1;
}

  [dir="rtl"] .mdc-top-app-bar__title,
  .mdc-top-app-bar__title[dir="rtl"] {
    padding-left: 0;
    padding-right: 20px;
  }



  [dir="rtl"] .mdc-top-app-bar--short-collapsed,
  .mdc-top-app-bar--short-collapsed[dir="rtl"] {
    border-radius: 0 0 0 24px;
  }

.mdc-top-app-bar--short {
  top: 0;
  right: auto;
  left: 0;
  width: 100%;
  transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

  [dir="rtl"] .mdc-top-app-bar--short,
  .mdc-top-app-bar--short[dir="rtl"] {
    right: 0;
    left: auto;
  }

  .mdc-top-app-bar--short .mdc-top-app-bar__row {
    height: 56px;
  }

  .mdc-top-app-bar--short .mdc-top-app-bar__section {
    padding: 4px;
  }

  .mdc-top-app-bar--short .mdc-top-app-bar__title {
    transition: opacity 200ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 1;
  }

.mdc-top-app-bar--short-collapsed {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  width: 56px;
  transition: width 300ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 0 0 24px 0;
}

  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__title {
    display: none;
  }

  .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__action-item {
    transition: padding 150ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item {
    width: 112px;
  }

    .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
    .mdc-top-app-bar__section--align-end {
      padding-left: 0;
      padding-right: 12px;
    }

      [dir="rtl"]
      .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
      .mdc-top-app-bar__section--align-end,
      .mdc-top-app-bar--short-collapsed.mdc-top-app-bar--short-has-action-item
      .mdc-top-app-bar__section--align-end[dir="rtl"] {
        padding-left: 12px;
        padding-right: 0;
      }

.mdc-top-app-bar--dense .mdc-top-app-bar__row {
  height: 48px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__section {
  padding: 0 4px;
}

.mdc-top-app-bar--dense .mdc-top-app-bar__title {
  padding-left: 12px;
  padding-right: 0;
}

  [dir="rtl"] .mdc-top-app-bar--dense .mdc-top-app-bar__title,
  .mdc-top-app-bar--dense .mdc-top-app-bar__title[dir="rtl"] {
    padding-left: 0;
    padding-right: 12px;
  }

.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 128px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  align-self: flex-end;
  padding-bottom: 2px;
}

.mdc-top-app-bar--prominent .mdc-top-app-bar__action-item,
.mdc-top-app-bar--prominent .mdc-top-app-bar__navigation-icon {
  align-self: flex-start;
}

.mdc-top-app-bar--fixed {
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--fixed-scrolled {
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
  transition: box-shadow 200ms linear;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__row {
  height: 96px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__section {
  padding: 0 12px;
}

.mdc-top-app-bar--dense.mdc-top-app-bar--prominent .mdc-top-app-bar__title {
  padding-left: 20px;
  padding-right: 0;
  padding-bottom: 9px;
}

  [dir="rtl"]
  .mdc-top-app-bar--dense.mdc-top-app-bar--prominent
  .mdc-top-app-bar__title,
  .mdc-top-app-bar--dense.mdc-top-app-bar--prominent
  .mdc-top-app-bar__title[dir="rtl"] {
    padding-left: 0;
    padding-right: 20px;
  }

.mdc-top-app-bar--fixed-adjust {
  padding-top: 64px;
}

.mdc-top-app-bar--dense-fixed-adjust {
  padding-top: 48px;
}

.mdc-top-app-bar--short-fixed-adjust {
  padding-top: 56px;
}

.mdc-top-app-bar--prominent-fixed-adjust {
  padding-top: 128px;
}

.mdc-top-app-bar--dense-prominent-fixed-adjust {
  padding-top: 96px;
}

@media (max-width: 599px) {
  .mdc-top-app-bar__row {
    height: 56px;
  }

  .mdc-top-app-bar__section {
    padding: 4px;
  }

  .mdc-top-app-bar--short {
    transition: width 200ms cubic-bezier(0.4, 0, 0.2, 1);
  }

  .mdc-top-app-bar--short-collapsed {
    transition: width 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }

    .mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section--align-end {
      padding-left: 0;
      padding-right: 12px;
    }

      [dir="rtl"]
      .mdc-top-app-bar--short-collapsed
      .mdc-top-app-bar__section--align-end,
      .mdc-top-app-bar--short-collapsed
      .mdc-top-app-bar__section--align-end[dir="rtl"] {
        padding-left: 12px;
        padding-right: 0;
      }

  .mdc-top-app-bar--prominent .mdc-top-app-bar__title {
    padding-bottom: 6px;
  }

  .mdc-top-app-bar--fixed-adjust {
    padding-top: 56px;
  }
}

.mdc-typography {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var(--mdc-typography-font-family, Roboto, sans-serif);
}

.mdc-typography--headline1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 6rem;
  font-size: var(--mdc-typography-headline1-font-size, 6rem);
  line-height: 6rem;
  line-height: var(--mdc-typography-headline1-line-height, 6rem);
  font-weight: 300;
  font-weight: var(--mdc-typography-headline1-font-weight, 300);
  letter-spacing: -0.015625em;
  letter-spacing: var(--mdc-typography-headline1-letter-spacing, -0.015625em);
  -webkit-text-decoration: var( --mdc-typography-headline1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline1-text-transform, inherit);
}

.mdc-typography--headline2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 3.75rem;
  font-size: var(--mdc-typography-headline2-font-size, 3.75rem);
  line-height: 3.75rem;
  line-height: var(--mdc-typography-headline2-line-height, 3.75rem);
  font-weight: 300;
  font-weight: var(--mdc-typography-headline2-font-weight, 300);
  letter-spacing: -0.0083333333em;
  letter-spacing: var( --mdc-typography-headline2-letter-spacing, -0.0083333333em );
  -webkit-text-decoration: var( --mdc-typography-headline2-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline2-text-transform, inherit);
}

.mdc-typography--headline3 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline3-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 3rem;
  font-size: var(--mdc-typography-headline3-font-size, 3rem);
  line-height: 3.125rem;
  line-height: var(--mdc-typography-headline3-line-height, 3.125rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-headline3-font-weight, 400);
  letter-spacing: normal;
  letter-spacing: var(--mdc-typography-headline3-letter-spacing, normal);
  -webkit-text-decoration: var( --mdc-typography-headline3-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline3-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline3-text-transform, inherit);
}

.mdc-typography--headline4 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline4-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 2.125rem;
  font-size: var(--mdc-typography-headline4-font-size, 2.125rem);
  line-height: 2.5rem;
  line-height: var(--mdc-typography-headline4-line-height, 2.5rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-headline4-font-weight, 400);
  letter-spacing: 0.0073529412em;
  letter-spacing: var( --mdc-typography-headline4-letter-spacing, 0.0073529412em );
  -webkit-text-decoration: var( --mdc-typography-headline4-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline4-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline4-text-transform, inherit);
}

.mdc-typography--headline5 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline5-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1.5rem;
  font-size: var(--mdc-typography-headline5-font-size, 1.5rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline5-line-height, 2rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-headline5-font-weight, 400);
  letter-spacing: normal;
  letter-spacing: var(--mdc-typography-headline5-letter-spacing, normal);
  -webkit-text-decoration: var( --mdc-typography-headline5-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline5-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline5-text-transform, inherit);
}

.mdc-typography--headline6 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-headline6-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1.25rem;
  font-size: var(--mdc-typography-headline6-font-size, 1.25rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-headline6-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-headline6-font-weight, 500);
  letter-spacing: 0.0125em;
  letter-spacing: var(--mdc-typography-headline6-letter-spacing, 0.0125em);
  -webkit-text-decoration: var( --mdc-typography-headline6-text-decoration, inherit );
  text-decoration: var(--mdc-typography-headline6-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-headline6-text-transform, inherit);
}

.mdc-typography--subtitle1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-subtitle1-font-size, 1rem);
  line-height: 1.75rem;
  line-height: var(--mdc-typography-subtitle1-line-height, 1.75rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-subtitle1-font-weight, 400);
  letter-spacing: 0.009375em;
  letter-spacing: var(--mdc-typography-subtitle1-letter-spacing, 0.009375em);
  -webkit-text-decoration: var( --mdc-typography-subtitle1-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle1-text-transform, inherit);
}

.mdc-typography--subtitle2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-subtitle2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-subtitle2-font-size, 0.875rem);
  line-height: 1.375rem;
  line-height: var(--mdc-typography-subtitle2-line-height, 1.375rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-subtitle2-font-weight, 500);
  letter-spacing: 0.0071428571em;
  letter-spacing: var( --mdc-typography-subtitle2-letter-spacing, 0.0071428571em );
  -webkit-text-decoration: var( --mdc-typography-subtitle2-text-decoration, inherit );
  text-decoration: var(--mdc-typography-subtitle2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-subtitle2-text-transform, inherit);
}

.mdc-typography--body1 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body1-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 1rem;
  font-size: var(--mdc-typography-body1-font-size, 1rem);
  line-height: 1.5rem;
  line-height: var(--mdc-typography-body1-line-height, 1.5rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body1-font-weight, 400);
  letter-spacing: 0.03125em;
  letter-spacing: var(--mdc-typography-body1-letter-spacing, 0.03125em);
  -webkit-text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body1-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body1-text-transform, inherit);
}

.mdc-typography--body2 {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-body2-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-body2-font-weight, 400);
  letter-spacing: 0.0178571429em;
  letter-spacing: var(--mdc-typography-body2-letter-spacing, 0.0178571429em);
  -webkit-text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-decoration: var(--mdc-typography-body2-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-body2-text-transform, inherit);
}

.mdc-typography--caption {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-caption-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-caption-font-size, 0.75rem);
  line-height: 1.25rem;
  line-height: var(--mdc-typography-caption-line-height, 1.25rem);
  font-weight: 400;
  font-weight: var(--mdc-typography-caption-font-weight, 400);
  letter-spacing: 0.0333333333em;
  letter-spacing: var(--mdc-typography-caption-letter-spacing, 0.0333333333em);
  -webkit-text-decoration: var( --mdc-typography-caption-text-decoration, inherit );
  text-decoration: var(--mdc-typography-caption-text-decoration, inherit);
  text-transform: inherit;
  text-transform: var(--mdc-typography-caption-text-transform, inherit);
}

.mdc-typography--button {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-button-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.875rem;
  font-size: var(--mdc-typography-button-font-size, 0.875rem);
  line-height: 2.25rem;
  line-height: var(--mdc-typography-button-line-height, 2.25rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-button-font-weight, 500);
  letter-spacing: 0.0892857143em;
  letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
  -webkit-text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-decoration: var(--mdc-typography-button-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-button-text-transform, uppercase);
}

.mdc-typography--overline {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: Roboto, sans-serif;
  font-family: var( --mdc-typography-overline-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) );
  font-size: 0.75rem;
  font-size: var(--mdc-typography-overline-font-size, 0.75rem);
  line-height: 2rem;
  line-height: var(--mdc-typography-overline-line-height, 2rem);
  font-weight: 500;
  font-weight: var(--mdc-typography-overline-font-weight, 500);
  letter-spacing: 0.1666666667em;
  letter-spacing: var(--mdc-typography-overline-letter-spacing, 0.1666666667em);
  -webkit-text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-decoration: var(--mdc-typography-overline-text-decoration, none);
  text-transform: uppercase;
  text-transform: var(--mdc-typography-overline-text-transform, uppercase);
}

.p-1rem {
  padding: 1rem;
}

.p-l-1rem {
  padding-left: 1rem;
}

.p-r-1rem {
  padding-right: 1rem;
}

.p-t-1rem {
  padding-top: 1rem;
}

.p-b-1rem {
  padding-bottom: 1rem;
}

.p-l-5 {
  padding-left: 5px;
}

.p-l-10 {
  padding-left: 10px;
}

.p-l-0 {
  padding-left: 0px;
}

.p-l-20 {
  padding-left: 20px;
}

.p-r-10 {
  padding-right: 10px;
}

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

.p-t-40 {
  padding-top: 40px;
}

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

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

.relative {
  position: relative;
}

.inline-flex {
  display: contents;
}

.contents {
  display: contents;
}

.flex {
  display: flex;
}

.flex-1 {
  flex: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.m-1rem {
  margin: 1rem;
}

.m-l-1rem {
  margin-left: 1rem;
}

.m-r-1rem {
  margin-right: 1rem;
}

.m-t-1rem {
  margin-top: 1rem;
}

.m-b-1rem {
  margin-bottom: 1rem;
}

.m-2rem {
  margin: 2rem;
}

.m-l-2rem {
  margin-left: 2rem;
}

.m-r-2rem {
  margin-right: 2rem;
}

.m-t-2rem {
  margin-top: 2rem;
}

.m-b-2rem {
  margin-bottom: 2rem;
}

.m-l-50 {
  margin-left: 50px;
}

.m-l-11 {
  margin-left: 11px;
}

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

.rt-3 {
  right: 3px !important;
}

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

.w-100 {
  width: 100%;
}

.f-11 {
  font-size: 11px;
}

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

body,
html {
  font-family: "Roboto" , sans-serif !important;
  font-size: 14px !important;
}

.fids-p-r-1 {
  padding-right: 1rem;
}

.fids-aside-logo a {
  width: 50px;
}

  .fids-aside-logo a img {
    width: 100%;
  }

.fids-p-l-1 {
  padding-left: 1rem;
}

.fids-items-center {
  align-items: center;
}

.fids-header {
  background-color: var(--ey-gray-color-700);
}

.fids-white-text {
  color: var(--ey-white-color);
}

.fids-icn-btn {
  position: relative;
}

.fids-header-icons {
  min-width: 250px;
  display: flex;
  justify-content: space-between;
}

.fids-icn-btn .fids-badge {
  background-color: var(--ey-yellow-color);
  color: va;
}

.fids-header-logo a {
  display: inline-block;
  width: 100px;
}

  .fids-header-logo a img {
    width: 100%;
  }

.kt-menu__link-text {
  font-size: inherit !important;
}

.kt-header--fixed.kt-aside--minimize
.kt-aside__brand
.kt-aside__brand-tools
.kt-aside__brand-aside-toggler > span {
  display: none !important;
}

.kt-aside--minimize .kt-aside__brand .kt-aside__brand-logo img {
  display: block !important;
}

.btn.btn-float:not(.m-btn) {
  position: static !important;
  line-height: inherit !important;
}

  .btn.btn-float:not(.m-btn) i {
    padding: 0 !important;
  }

.material-form-controls {
  font-size: 16px !important;
}

  .material-form-controls .toggle-label {
    font-size: 14px !important;
  }

.mdc-text-field--focused:not(.mdc-text-field--disabled) .mdc-floating-label,
.mdc-select:not(.mdc-select--disabled).mdc-select--focused .mdc-floating-label {
  color: #000;
}

.radio-button-container label {
  margin-right: inherit;
  margin-bottom: 0;
}

.fids-multiple-input input {
  order: 2;
}



.fids-multiple-input .mdc-text-field__input {
  border-bottom: 0;
}

.fids-multiple-input .fids-input-chip-set .mdc-chip {
  margin: 0 4px;
  height: 24px;
}

.mdc-text-field .mdc-floating-label.fids-static-label {
  transform: translateY(-125%) scale(0.8);
}

.mdc-button--sharp,
.mdc-button--sharp .mdc-button__ripple {
  border-radius: 0;
}

.mdc-button--round,
.mdc-button--round .mdc-button__ripple {
  border-radius: 18px;
}

.mat-preview {
  margin-bottom: 2.5rem;
}

.mdc-text-field,
.mdc-form-field {
  width: 100%;
}

.buttons.mat-preview button {
  margin: 1rem;
}

.mdc-card .header {
  padding-bottom: 1rem;
}

.my-card__media .mdc-card__media-content {
  padding: 1rem;
  color: #fff;
}

.fids-tooltip .tooltiptop {
  visibility: hidden;
  width: 120px;
  background-color: #1a1a24;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-bottom: 3px;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.fids-tooltip:hover .tooltiptop {
  visibility: visible;
  opacity: 1;
}

.fids-tooltip .tooltiptop::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #1a1a24 transparent transparent transparent;
}

.fids-tooltip .tooltipbottom {
  visibility: hidden;
  width: 120px;
  background-color: #1a1a24;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-top: 3px;
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 50%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.fids-tooltip:hover .tooltipbottom {
  visibility: visible;
  opacity: 1;
}

.fids-tooltip .tooltipbottom::after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent #1a1a24 transparent;
}

.fids-tooltip .tooltipleft {
  visibility: hidden;
  width: 120px;
  background-color: #1a1a24;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  margin-top: 7px;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 105%;
  margin-left: -60px;
  opacity: 0;
  transition: opacity 1s;
}

.fids-tooltip:hover .tooltipleft {
  visibility: visible;
  opacity: 1;
}

.fids-tooltip .tooltipleft::after {
  content: "";
  position: absolute;
  top: 40%;
  left: 100%;
  margin-right: -50px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent transparent transparent #1a1a24;
}

.fids-tooltip .tooltipright {
  visibility: hidden;
  width: 120px;
  background-color: #1a1a24;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  left: 105%;
  opacity: 0;
  transition: opacity 1s;
}

.fids-tooltip:hover .tooltipright {
  visibility: visible;
  opacity: 1;
}

.fids-tooltip .tooltipright::after {
  content: "";
  position: absolute;
  top: 40%;
  right: 100%;
  border-width: 5px;
  border-style: solid;
  border-color: transparent #1a1a24 transparent transparent;
}



.language-template {
  position: absolute;
  right: 0;
  top: 54px;
  padding: 0;
  display: none;
  background-color: #2e2d37;
}

.notification-template {
  display: none;
  background-color: #2e2d37;
  z-index: 300;
  position: absolute;
  right: 100px;
  top: 54px;
  padding: 0;
  height: 350px;
  width: 385px;
}

.list-template {
  display: none;
  z-index: 300;
  position: absolute;
  top: 26px;
  padding: 0;
  background: #fff;
}

.fids-input,
.fids-input:hover {
  background: white !important;
}

  .fids-inputinput,
  .fids-input:hover {
    background: #fafafa !important;
  }

.profile-template-hover:hover + .profile-template {
  display: block;
}

.language-template-hover:hover + .language-template {
  display: block;
}

.list-template-hover:hover + .list-template {
  display: block;
}

.notification-template-hover:hover + .notification-template {
  display: block;
}

.search-box {
  display: flex;
  align-items: center;
  width: 30px;
  margin-right: 1rem;
}

  .search-box .fids-search-box {
    visibility: hidden;
    background: transparent;
  }

    .search-box .fids-search-box label {
      margin: 0;
      height: 50px;
    }

    .search-box .fids-search-box input {
      border-bottom: 1px solid #fff;
      border-radius: 0px;
      color: #fff !important;
      font-size: 16px;
    }

      .search-box .fids-search-box input::-webkit-input-placeholder {
        color: #bbb9b9 !important;
        opacity: 0.8;
      }

      .search-box .fids-search-box input::-moz-placeholder {
        color: #bbb9b9 !important;
        opacity: 0.8;
      }

      .search-box .fids-search-box input:-ms-input-placeholder {
        color: #bbb9b9 !important;
        opacity: 0.8;
      }

      .search-box .fids-search-box input::-ms-input-placeholder {
        color: #bbb9b9 !important;
        opacity: 0.8;
      }

      .search-box .fids-search-box input::placeholder {
        color: #bbb9b9 !important;
        opacity: 0.8;
      }

  .search-box button.search-template-hover {
    margin-left: 0 !important;
    color: #fff;
  }

  .search-box:hover {
    width: 300px;
    margin-right: 0rem;
  }

    .search-box:hover .fids-search-box {
      visibility: visible;
    }

.dropdown-menu-area li {
  padding: 0.8rem;
  border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  list-style-type: none;
}

  .dropdown-menu-area li input {
    margin-right: 0.5rem;
  }

.fids-secondary-header {
  width: 100%;
  margin-top: 1rem;
}

  .fids-secondary-header .mdc-top-app-bar {
    position: relative;
    margin: 5px 0px;
    background-color: #fff;
    color: #000;
  }

    .fids-secondary-header .mdc-top-app-bar .mdc-top-app-bar__row {
      height: auto;
      display: block;
    }

      .fids-secondary-header
      .mdc-top-app-bar
      .mdc-top-app-bar__row
      .mdc-top-app-bar__section {
        padding-bottom: 0px;
      }

        .fids-secondary-header
        .mdc-top-app-bar
        .mdc-top-app-bar__row
        .mdc-top-app-bar__section
        .zmdi {
          font-size: 23px;
          padding-right: 12px;
        }

        .fids-secondary-header
        .mdc-top-app-bar
        .mdc-top-app-bar__row
        .mdc-top-app-bar__section
        .mdc-top-app-bar__title {
          padding-left: 0px;
          font-size: 1.5rem;
        }

    .fids-secondary-header .mdc-top-app-bar .header-para {
      width: 100%;
      padding: 2px 40px;
      opacity: 0.8;
    }

      .fids-secondary-header .mdc-top-app-bar .header-para p {
        font-size: 1rem;
      }

@media (max-width: 768px), (min-width: 768px) and (max-width: 1024px) {
  .fids-timeline .record .left-area {
    width: 20% !important;
  }
}

.fids-timeline-header {
  background-color: rgba(26, 26, 36, 0.1);
  padding: 10px 0px 10px 10px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.fids-timeline {
  width: 100% !important;
  max-height: 500px;
  min-height: 300px;
  overflow: auto;
  margin-bottom: 10px;
}

  .fids-timeline.custom-scroll::-webkit-scrollbar-thumb {
    border-radius: 1px;
  }

  .fids-timeline .record {
    display: inline-flex;
  }

    .fids-timeline .record .left-area {
      text-align: center;
      width: 10%;
    }

      .fids-timeline .record .left-area .circle-content {
        display: inline-block;
        border-radius: 50%;
        min-width: 20px;
        min-height: 20px;
        width: 70px;
        height: 70px;
        padding: 5px;
        background: #f5f5f5;
        color: #000;
        text-align: center;
        line-height: 1;
        box-sizing: content-box;
        white-space: nowrap;
      }

        .fids-timeline .record .left-area .circle-content .date-wrapper {
          display: inline-block;
        }

          .fids-timeline .record .left-area .circle-content .date-wrapper h4 {
            margin: 5px;
          }

          .fids-timeline .record .left-area .circle-content .date-wrapper span {
            display: inline-block;
            vertical-align: middle;
            font-weight: 100px;
            font-size: 1rem;
          }

        .fids-timeline .record .left-area .circle-content:before {
          content: "";
          display: inline-block;
          vertical-align: middle;
          padding-top: 100%;
          height: 0;
        }

      .fids-timeline .record .left-area .line {
        margin: 5px 0px;
        position: relative;
        min-height: 120px;
        left: 50%;
        border-left: 2px solid #e8e8e8;
      }

    .fids-timeline .record .timeline-content {
      padding: 10px 15px;
      color: #666;
      height: fit-content;
      max-height: 175px;
      background-color: #f8f9fb;
    }

      .fids-timeline
      .record
      .timeline-content.custom-scroll::-webkit-scrollbar-thumb {
        border-radius: 1px;
      }

      .fids-timeline .record .timeline-content span {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 1rem;
        color: #676565;
      }

      .fids-timeline .record .timeline-content p {
        margin-bottom: 0px;
        font-size: 1rem;
        line-height: 1.5em;
        word-spacing: 1px;
        color: #676565;
      }

      .fids-timeline .record .timeline-content h5,
      .fids-timeline .record .timeline-content h6 {
        margin-top: 0px !important;
      }

      .fids-timeline .record .timeline-content .mdc-card-inner {
        padding: 5px;
        display: inline-flex;
        width: 100%;
        margin-bottom: 5px;
        border-bottom: 1px solid #6c757d45;
      }

        .fids-timeline .record .timeline-content .mdc-card-inner .fids-icon {
          width: 5%;
        }

        .fids-timeline .record .timeline-content .mdc-card-inner .timeline-description {
          width: 60%;
        }

        .fids-timeline .record .timeline-content .mdc-card-inner .date-time {
          padding: 0px 10px;
        }

        .fids-timeline .record .timeline-content .mdc-card-inner:last-child {
          border-bottom: 0px;
          margin-bottom: 0px;
        }



.hover-rotate {
  transition: all 0.5s ease-in-out;
}

  .hover-rotate:hover {
    transform: rotate(180deg);
  }

.small-icon {
  font-size: 1.2rem;
}

.mid-icon {
  font-size: 1.5rem;
}

button:focus {
  outline: none;
}

.fids-mdc-font {
  font-family: var( --mdc-typography-body2-font-family, var(--mdc-typography-font-family, Roboto, sans-serif) ) !important;
  font-size: var(--mdc-typography-body2-font-size, 0.875rem) !important;
  font-weight: var(--mdc-typography-body2-font-weight, 400) !important;
}

.scrollbar {
  overflow: auto;
}

.custom-scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #dfe8f2;
}

.custom-scroll::-webkit-scrollbar {
  max-width: 8px;
}

.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c757d;
}

.scrollableHz {
  overflow-x: auto;
  width: 100%;
  height: 100%;
}

  .scrollableHz::-webkit-scrollbar {
    width: 8px !important;
    height: 6px !important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  }

  .scrollableHz::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #dfe8f2;
  }

  .scrollableHz::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #6c757d;
  }

textarea::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #dfe8f2;
}

textarea::-webkit-scrollbar {
  max-width: 8px;
}

textarea::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #6c757d;
}

.profile-template {
  width: 450px;
  height: 400px;
  color: #fff;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 54px;
  display: none;
  background-color: #2e2d37;
}

  .profile-template .fids-box {
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
  }

  .profile-template a {
    color: #fff;
    text-decoration: underline;
  }

  .profile-template .common-header {
    font-size: 14px;
    font-weight: 400;
    padding: 10px;
    padding-bottom: 0px;
  }

    .profile-template .common-header h6 {
      margin-bottom: 0px;
    }

  .profile-template .profile-section {
    padding: 10px;
    display: inline-flex;
  }

    .profile-template .profile-section .section-divider {
      width: calc(100% / 3);
      float: left;
      font-size: 13px;
    }

    .profile-template .profile-section .section-1-content {
      text-align: center;
    }

      .profile-template .profile-section .section-1-content .user-img {
        border-radius: 50%;
        width: 60%;
        margin-bottom: 10px;
        font-size: 14px;
      }

    .profile-template .profile-section .section-2-content {
      text-align: left;
      padding-top: 45px;
    }

      .profile-template .profile-section .section-2-content label {
        margin-bottom: 8px;
      }

    .profile-template .profile-section .section-3-content {
      text-align: left !important;
      padding-top: 60px;
    }

      .profile-template .profile-section .section-3-content #switch-language-id {
        position: absolute;
        padding-top: 30px;
      }

  .profile-template .modules-section {
    width: 100%;
    display: inline-block;
  }

    .profile-template .modules-section .modules-body {
      max-height: 140px;
      padding: 10px;
    }

      .profile-template .modules-section .modules-body .module-row {
        margin-bottom: 10px;
        padding-left: 50px;
        font-size: 12px;
      }

        .profile-template .modules-section .modules-body .module-row label {
          margin-bottom: 0px;
          width: 100%;
        }

          .profile-template .modules-section .modules-body .module-row label + span {
            font-weight: 500;
            word-spacing: 2px;
          }

        .profile-template .modules-section .modules-body .module-row span {
          padding-left: 150px;
        }

  .profile-template .logout-section {
    text-align: center;
    font-weight: 500;
    padding: 10px;
    padding-top: 15px;
  }

    .profile-template .logout-section a {
      font-weight: 500;
      color: #fff;
      text-decoration: none;
    }

      .profile-template .logout-section a:hover {
        text-decoration: underline;
        color: linen;
      }

.colors-theme {
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 12px;
  width: 100px;
}

  .colors-theme .label {
    text-decoration: underline;
    margin-bottom: 0px;
  }

  .colors-theme .square {
    height: 25px;
    width: 25px;
    margin-right: 5px;
    float: left;
  }

    .colors-theme .square:hover {
      border: 1px solid #fff;
    }

.pure-tree {
  text-align: left;
  display: block;
  font-size: 14px !important;
}

  .pure-tree.main-tree {
    width: 500px;
    display: inline-block;
  }

  .pure-tree:not(.main-tree) {
    padding-left: 15px;
  }

    .pure-tree:not(.main-tree) li {
      overflow: hidden;
      height: 0;
      display: block;
    }

  .pure-tree label {
    display: inline-block;
    cursor: pointer;
    color: #717780;
  }

    .pure-tree label:hover {
      color: #434a58;
    }

    .pure-tree label i {
      margin-right: 5px;
    }

  .pure-tree .pure-tree_link a {
    display: block;
    border-radius: 0.2em;
    padding-left: 1.5rem;
    padding-bottom: 1rem;
    color: #717780;
    text-decoration: none;
    font-weight: 400;
  }

    .pure-tree .pure-tree_link a:hover {
      color: #434a58;
    }

  .pure-tree.nested {
    padding-left: 1.2em;
  }

  .pure-tree [type="checkbox"] {
    position: relative;
    font-size: 15px;
  }

    .pure-tree [type="checkbox"]:checked + label {
      font-weight: 500;
      font-size: 1rem;
      color: #434a58;
      border-bottom-color: #434a58;
    }

      .pure-tree [type="checkbox"]:checked + label i {
        margin-right: 5px;
      }

    .pure-tree [type="checkbox"]:checked ~ ul > li {
      height: auto;
    }

    .pure-tree [type="checkbox"]:indeterminate {
      background-color: #8fbc8f;
    }

.tree-wrapper {
  max-height: 350px;
}

  .tree-wrapper ul > li {
    list-style-type: none;
  }

.caret {
  font-size: 9px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  vertical-align: middle;
}

  .caret::before {
    margin-bottom: 5px;
    content: "▶";
    color: #000;
    display: inline-block;
  }

.pure-tree [type="checkbox"],
.caret {
  margin-right: 6px;
}

.right-sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1000 !important;
  top: 0;
  right: 0;
  background-color: #fff;
  overflow-x: hidden;
  padding-top: 5px !important;
  box-shadow: 0 0 10px rgba(51, 51, 51, 0.38);
}

  .right-sidebar a {
    padding: 10px 8px 8px 10px;
    color: #818181;
    font-size: 18px;
  }

    .right-sidebar a:hover {
      color: #0a6ebd;
      cursor: pointer;
      text-decoration: none;
    }

  .right-sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: #fff;
  padding: 10px 15px;
  border: none;
}

  .openbtn:hover {
    background-color: #444;
  }

#sliderctrl {
  transition: margin-right 0.5s;
  padding: 16px;
}

.fids-toast-message-wrapper .mdc-snackbar {
  left: auto;
  right: 0.4%;
  top: -22%;
}

  .fids-toast-message-wrapper
  .mdc-snackbar
  .mdc-snackbar__surface
  .mdc-snackbar__action {
    color: #000000;
  }

/* default toaster message */
.fids-toast-message-wrapper .mdc-snackbar.default .mdc-snackbar__surface {
  background-color: #ffffff;
}

.fids-toast-message-wrapper .mdc-snackbar.default .mdc-snackbar__label {
  color: #000000;
}

/* success toaster message */
.fids-toast-message-wrapper .mdc-snackbar.success {
  top: -73%;
}

.fids-toast-message-wrapper .mdc-snackbar.success .mdc-snackbar__surface {
  background-color: #ffffff;
}

.fids-toast-message-wrapper .mdc-snackbar.success .mdc-snackbar__label {
  color: #000000;
}

.fids-toast-message-wrapper .mdc-snackbar.success .mdc-snackbar__surface:before {
  content: url("assets/images/ToastMessageIcons/Success-Icon.png") !important;
  margin-left: 10px;
  margin-right: -7px;
  margin-top:5px;
}

/* error toaster message */
.fids-toast-message-wrapper .mdc-snackbar.error {
  top: -73%;
}

.fids-toast-message-wrapper .mdc-snackbar.error .mdc-snackbar__surface {
  background-color: #ffffff;
}

.fids-toast-message-wrapper .mdc-snackbar.error .mdc-snackbar__label {
  color: #000000;
}

.fids-toast-message-wrapper .mdc-snackbar.error .mdc-snackbar__surface:before {
  content: url("assets/images/ToastMessageIcons/Error-Icon.png") !important;
  margin-left: 10px;
  margin-right: -7px;
  margin-top:5px;
}

/* warning toaster message */
.fids-toast-message-wrapper .mdc-snackbar.warn {
  top: -73%;
}

.fids-toast-message-wrapper .mdc-snackbar.warn .mdc-snackbar__surface {
  background-color: #ffffff;
}

.fids-toast-message-wrapper .mdc-snackbar.warn .mdc-snackbar__label {
  color: #000000;
}

.fids-toast-message-wrapper .mdc-snackbar.warn .mdc-snackbar__surface:before {
  content: url("assets/images/ToastMessageIcons/Warning-Icon.png") !important;
  margin-left: 10px;
  margin-right: -7px;
  margin-top:5px;
}

/* ------------- */

  .notification-template .fids-notification-card .fids-notification-header {
    height: 50px;
    align-items: center;
    border-bottom: 1px solid rgba(128, 128, 128, 0.4);
    padding: 10px;
    margin-left: 0px !important;
  }

    .notification-template .fids-notification-card .fids-notification-header ul {
      list-style: none;
      margin-bottom: 0px;
    }

      .notification-template .fids-notification-card .fids-notification-header ul li {
        display: inline-block;
        font-size: 20px;
        margin-left: 10px;
      }

        .notification-template
        .fids-notification-card
        .fids-notification-header
        ul
        li:hover {
          cursor: pointer;
        }

    .notification-template
    .fids-notification-card
    .fids-notification-header
    .fids-notification-title {
      text-align: right;
      width: 65%;
      font-size: 13px;
      margin-bottom: 0px;
    }

    .notification-template
    .fids-notification-card
    .fids-notification-header
    .action {
      float: right;
    }

      .notification-template
      .fids-notification-card
      .fids-notification-header
      .action
      img {
        padding-left: 4px;
      }

  .notification-template .fids-notification-card .fids-notification-body {
    height: 265px;
  }

    .notification-template
    .fids-notification-card
    .fids-notification-body
    .fids-notification-description {
      height: 55px;
      padding: 10px;
      display: flex;
      border-bottom: 1px solid #2e2d37;
    }

      .notification-template
      .fids-notification-card
      .fids-notification-body
      .fids-notification-description
      .body-wrapper {
        width: 84%;
        font-size: 13px;
      }

        .notification-template
        .fids-notification-card
        .fids-notification-body
        .fids-notification-description
        .body-wrapper
        .lv-title-unread {
          margin-left: 15px;
          overflow: hidden;
          text-overflow: ellipsis;
          font-weight: 600;
          white-space: nowrap;
        }

        .notification-template
        .fids-notification-card
        .fids-notification-body
        .fids-notification-description
        .body-wrapper
        .lv-title-read {
          margin-left: 15px;
          font-weight: 400;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
        }

        .notification-template
        .fids-notification-card
        .fids-notification-body
        .fids-notification-description
        .body-wrapper
        p {
          margin-left: 15px;
          font-size: 12px;
          color: #a9a9a9;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          display: block;
          width: 100%;
        }

          .notification-template
          .fids-notification-card
          .fids-notification-body
          .fids-notification-description
          .body-wrapper
          p.read {
            font-weight: 400;
          }

          .notification-template
          .fids-notification-card
          .fids-notification-body
          .fids-notification-description
          .body-wrapper
          p.unread {
            font-weight: 600;
          }

      .notification-template
      .fids-notification-card
      .fids-notification-body
      .fids-notification-description
      ul {
        list-style: none;
        margin-bottom: 0px;
      }

        .notification-template
        .fids-notification-card
        .fids-notification-body
        .fids-notification-description
        ul
        li {
          display: inline-block;
          font-size: 20px;
          margin-left: 10px;
        }

          .notification-template
          .fids-notification-card
          .fids-notification-body
          .fids-notification-description
          ul
          li:hover {
            cursor: pointer;
          }

      .notification-template
      .fids-notification-card
      .fids-notification-body
      .fids-notification-description
      .action {
        position: absolute;
        right: 10px;
      }

        .notification-template
        .fids-notification-card
        .fids-notification-body
        .fids-notification-description
        .action
        img {
          padding-left: 4px;
        }

      .notification-template
      .fids-notification-card
      .fids-notification-body
      .fids-notification-description:hover {
        background-color: #4c5054;
      }

  .notification-template
  .fids-notification-card
  .fids-notification-card
  .fids-notification-description:last-child {
    border-bottom: 0px;
    margin-bottom: 0px;
  }

  .notification-template .fids-notification-footer {
    border-top: 1px solid rgba(128, 128, 128, 0.4);
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    padding: 0.5rem;
  }

    .notification-template .fids-notification-footer a {
      font-weight: 500;
      color: #fff;
    }

      .notification-template .fids-notification-footer a:hover {
        color: linen;
      }

.fids-login-pos {
  margin: auto;
}

.fids-login-logo {
  width: 40px;
}

.fids-login-header {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

.border-b-dash {
  border-bottom: 1px dashed #eee;
}

.fids-login-main {
  min-height: 100vh;
  display: flex;
}

.fids-login-card {
  overflow: hidden;
}

.fids-footer-icon {
  height: 32px;
}

.footer-align {
  text-align: center;
  font-size: 1rem;
}

.fids-primary-checkbox
.mdc-checkbox__native-control:enabled:not(:checked):not(:indeterminate) ~ .mdc-checkbox__background {
  border-color: rgba(0, 0, 0, 0.54);
  background-color: transparent;
}

.fids-primary-checkbox
.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.fids-primary-checkbox
.mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background {
  border-color: #1a1a24 !important;
  background-color: #1a1a24 !important;
}

.fids-primary-checkbox
.mdc-checkbox__native-control:checked ~ .mdc-checkbox__background::before,
.fids-primary-checkbox
.mdc-checkbox__native-control:indeterminate ~ .mdc-checkbox__background::before {
  background-color: #1a1a24;
}

.fids-primary-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::before,
.fids-primary-checkbox.mdc-checkbox--selected .mdc-checkbox__ripple::after {
  background-color: #1a1a24;
}

.fids-primary-checkbox.mdc-checkbox--selected:hover
.mdc-checkbox__ripple::before {
  opacity: 0.04;
}

.fids-primary-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded--background-focused
.mdc-checkbox__ripple::before,
.fids-primary-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):focus
.mdc-checkbox__ripple::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.fids-primary-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded)
.mdc-checkbox__ripple::after {
  transition: opacity 150ms linear;
}

.fids-primary-checkbox.mdc-checkbox--selected:not(.mdc-ripple-upgraded):active
.mdc-checkbox__ripple::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.fids-primary-checkbox.mdc-checkbox--selected.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.fids-primary-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::before,
.fids-primary-checkbox.mdc-ripple-upgraded--background-focused.mdc-checkbox--selected
.mdc-checkbox__ripple::after {
  background-color: #1a1a24;
}

.fids-primary-radio .mdc-radio__background::before {
  background-color: #1a1a24;
}

.fids-primary-radio
.mdc-radio__native-control:enabled:checked + .mdc-radio__background
.mdc-radio__outer-circle {
  border-color: #1a1a24;
}

.fids-primary-radio
.mdc-radio__native-control:enabled + .mdc-radio__background
.mdc-radio__inner-circle {
  border-color: #1a1a24;
}

.fids-primary-radio .mdc-radio__ripple::before,
.fids-primary-radio .mdc-radio__ripple::after {
  background-color: #1a1a24 !important;
}

.fids-line-ripple:not(.mdc-text-field--disabled) .mdc-line-ripple::after {
  /* Ripple color when focused on input as per EY motif color code */
  border-bottom-color: #2E2E38;
}

.fids-slider-primary:not(.mdc-slider--disabled) .mdc-slider__thumb {
  fill: #1a1a24;
  stroke: #1a1a24;
}

.fids-slider-primary:not(.mdc-slider--disabled) .mdc-slider__track {
  background-color: #1a1a24;
}

.fids-slider-primary:not(.mdc-slider--disabled)
.mdc-slider__track-container::after {
  background-color: #1a1a24;
  opacity: 0.26;
}

.fids-slider-primary:not(.mdc-slider--disabled) .mdc-slider__focus-ring {
  background-color: #1a1a24;
}

.fids-slider-primary:not(.mdc-slider--disabled) .mdc-slider__pin {
  background-color: #1a1a24;
  color: #fff;
}

.fids-switch-primary.mdc-switch--checked .mdc-switch__track {
  background-color: #1a1a24;
}

.fids-switch-primary.mdc-switch--checked .mdc-switch__thumb {
  background-color: #1a1a24;
  border-color: #1a1a24;
}

.fids-switch-primary.mdc-switch--checked .mdc-switch__thumb-underlay::before,
.fids-switch-primary.mdc-switch--checked .mdc-switch__thumb-underlay::after {
  background-color: #1a1a24;
}

.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay:hover::before {
  opacity: 0.04;
}

.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay.mdc-ripple-upgraded--background-focused::before,
.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):focus::before {
  transition-duration: 75ms;
  opacity: 0.12;
}

.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded)::after {
  transition: opacity 150ms linear;
}

.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay:not(.mdc-ripple-upgraded):active::after {
  transition-duration: 75ms;
  opacity: 0.12;
}

.fids-switch-primary.mdc-switch--checked
.mdc-switch__thumb-underlay.mdc-ripple-upgraded {
  --mdc-ripple-fg-opacity: 0.12;
}

.fids-select-primary:not(.mdc-select--disabled).mdc-select--focused
.mdc-line-ripple::after {
  /* Ripple color when focused on input as per EY motif color code */
  border-bottom-color: #2E2E38;
}

.fids-input {
  width: 100%;
}

.fids-shadow,
.mdc-card {
  box-shadow: 1px 1px 0px 0px rgba(0, 0, 0, 0.05);
}

.fids-select .mdc-select__anchor {
  height: 48px;
  max-width: 100%;
}

.fids-select .mdc-select__selected-text {
  padding-top: 16px;
}

.fids-select .mdc-floating-label {
  top: 17px;
}

.fids-select.floated .mdc-floating-label--float-above,
.fids-select.floated .fids-select.static .mdc-floating-label,
.fids-select.static .fids-select.floated .mdc-floating-label {
  transform: scale(0);
}

@media (min-width: 768px) {
  .row.fids-bs-row > .col,
  .row.fids-bs-row > .col-1,
  .row.fids-bs-row > .col-10,
  .row.fids-bs-row > .col-11,
  .row.fids-bs-row > .col-12,
  .row.fids-bs-row > .col-2,
  .row.fids-bs-row > .col-3,
  .row.fids-bs-row > .col-4,
  .row.fids-bs-row > .col-5,
  .row.fids-bs-row > .col-6,
  .row.fids-bs-row > .col-7,
  .row.fids-bs-row > .col-8,
  .row.fids-bs-row > .col-9,
  .row.fids-bs-row > .col-auto,
  .row.fids-bs-row > .col-lg,
  .row.fids-bs-row > .col-lg-1,
  .row.fids-bs-row > .col-lg-10,
  .row.fids-bs-row > .col-lg-11,
  .row.fids-bs-row > .col-lg-12,
  .row.fids-bs-row > .col-lg-2,
  .row.fids-bs-row > .col-lg-3,
  .row.fids-bs-row > .col-lg-4,
  .row.fids-bs-row > .col-lg-5,
  .row.fids-bs-row > .col-lg-6,
  .row.fids-bs-row > .col-lg-7,
  .row.fids-bs-row > .col-lg-8,
  .row.fids-bs-row > .col-lg-9,
  .row.fids-bs-row > .col-lg-auto,
  .row.fids-bs-row > .col-md,
  .row.fids-bs-row > .col-md-1,
  .row.fids-bs-row > .col-md-10,
  .row.fids-bs-row > .col-md-11,
  .row.fids-bs-row > .col-md-12,
  .row.fids-bs-row > .col-md-2,
  .row.fids-bs-row > .col-md-3,
  .row.fids-bs-row > .col-md-4,
  .row.fids-bs-row > .col-md-5,
  .row.fids-bs-row > .col-md-6,
  .row.fids-bs-row > .col-md-7,
  .row.fids-bs-row > .col-md-8,
  .row.fids-bs-row > .col-md-9,
  .row.fids-bs-row > .col-md-auto,
  .row.fids-bs-row > .col-sm,
  .row.fids-bs-row > .col-sm-1,
  .row.fids-bs-row > .col-sm-10,
  .row.fids-bs-row > .col-sm-11,
  .row.fids-bs-row > .col-sm-12,
  .row.fids-bs-row > .col-sm-2,
  .row.fids-bs-row > .col-sm-3,
  .row.fids-bs-row > .col-sm-4,
  .row.fids-bs-row > .col-sm-5,
  .row.fids-bs-row > .col-sm-6,
  .row.fids-bs-row > .col-sm-7,
  .row.fids-bs-row > .col-sm-8,
  .row.fids-bs-row > .col-sm-9,
  .row.fids-bs-row > .col-sm-auto,
  .row.fids-bs-row > .col-xl,
  .row.fids-bs-row > .col-xl-1,
  .row.fids-bs-row > .col-xl-10,
  .row.fids-bs-row > .col-xl-11,
  .row.fids-bs-row > .col-xl-12,
  .row.fids-bs-row > .col-xl-2,
  .row.fids-bs-row > .col-xl-3,
  .row.fids-bs-row > .col-xl-4,
  .row.fids-bs-row > .col-xl-5,
  .row.fids-bs-row > .col-xl-6,
  .row.fids-bs-row > .col-xl-7,
  .row.fids-bs-row > .col-xl-8,
  .row.fids-bs-row > .col-xl-9,
  .row.fids-bs-row > .col-xl-auto {
    padding-right: 5px;
    padding-left: 5px;
  }

    .row.fids-bs-row > .col:first-child,
    .row.fids-bs-row > .col.fids-o-p-l,
    .row.fids-bs-row > .col-1:first-child,
    .row.fids-bs-row > .col-1.fids-o-p-l,
    .row.fids-bs-row > .col-10:first-child,
    .row.fids-bs-row > .col-10.fids-o-p-l,
    .row.fids-bs-row > .col-11:first-child,
    .row.fids-bs-row > .col-11.fids-o-p-l,
    .row.fids-bs-row > .col-12:first-child,
    .row.fids-bs-row > .col-12.fids-o-p-l,
    .row.fids-bs-row > .col-2:first-child,
    .row.fids-bs-row > .col-2.fids-o-p-l,
    .row.fids-bs-row > .col-3:first-child,
    .row.fids-bs-row > .col-3.fids-o-p-l,
    .row.fids-bs-row > .col-4:first-child,
    .row.fids-bs-row > .col-4.fids-o-p-l,
    .row.fids-bs-row > .col-5:first-child,
    .row.fids-bs-row > .col-5.fids-o-p-l,
    .row.fids-bs-row > .col-6:first-child,
    .row.fids-bs-row > .col-6.fids-o-p-l,
    .row.fids-bs-row > .col-7:first-child,
    .row.fids-bs-row > .col-7.fids-o-p-l,
    .row.fids-bs-row > .col-8:first-child,
    .row.fids-bs-row > .col-8.fids-o-p-l,
    .row.fids-bs-row > .col-9:first-child,
    .row.fids-bs-row > .col-9.fids-o-p-l,
    .row.fids-bs-row > .col-auto:first-child,
    .row.fids-bs-row > .col-auto.fids-o-p-l,
    .row.fids-bs-row > .col-lg:first-child,
    .row.fids-bs-row > .col-lg.fids-o-p-l,
    .row.fids-bs-row > .col-lg-1:first-child,
    .row.fids-bs-row > .col-lg-1.fids-o-p-l,
    .row.fids-bs-row > .col-lg-10:first-child,
    .row.fids-bs-row > .col-lg-10.fids-o-p-l,
    .row.fids-bs-row > .col-lg-11:first-child,
    .row.fids-bs-row > .col-lg-11.fids-o-p-l,
    .row.fids-bs-row > .col-lg-12:first-child,
    .row.fids-bs-row > .col-lg-12.fids-o-p-l,
    .row.fids-bs-row > .col-lg-2:first-child,
    .row.fids-bs-row > .col-lg-2.fids-o-p-l,
    .row.fids-bs-row > .col-lg-3:first-child,
    .row.fids-bs-row > .col-lg-3.fids-o-p-l,
    .row.fids-bs-row > .col-lg-4:first-child,
    .row.fids-bs-row > .col-lg-4.fids-o-p-l,
    .row.fids-bs-row > .col-lg-5:first-child,
    .row.fids-bs-row > .col-lg-5.fids-o-p-l,
    .row.fids-bs-row > .col-lg-6:first-child,
    .row.fids-bs-row > .col-lg-6.fids-o-p-l,
    .row.fids-bs-row > .col-lg-7:first-child,
    .row.fids-bs-row > .col-lg-7.fids-o-p-l,
    .row.fids-bs-row > .col-lg-8:first-child,
    .row.fids-bs-row > .col-lg-8.fids-o-p-l,
    .row.fids-bs-row > .col-lg-9:first-child,
    .row.fids-bs-row > .col-lg-9.fids-o-p-l,
    .row.fids-bs-row > .col-lg-auto:first-child,
    .row.fids-bs-row > .col-lg-auto.fids-o-p-l,
    .row.fids-bs-row > .col-md:first-child,
    .row.fids-bs-row > .col-md.fids-o-p-l,
    .row.fids-bs-row > .col-md-1:first-child,
    .row.fids-bs-row > .col-md-1.fids-o-p-l,
    .row.fids-bs-row > .col-md-10:first-child,
    .row.fids-bs-row > .col-md-10.fids-o-p-l,
    .row.fids-bs-row > .col-md-11:first-child,
    .row.fids-bs-row > .col-md-11.fids-o-p-l,
    .row.fids-bs-row > .col-md-12:first-child,
    .row.fids-bs-row > .col-md-12.fids-o-p-l,
    .row.fids-bs-row > .col-md-2:first-child,
    .row.fids-bs-row > .col-md-2.fids-o-p-l,
    .row.fids-bs-row > .col-md-3:first-child,
    .row.fids-bs-row > .col-md-3.fids-o-p-l,
    .row.fids-bs-row > .col-md-4:first-child,
    .row.fids-bs-row > .col-md-4.fids-o-p-l,
    .row.fids-bs-row > .col-md-5:first-child,
    .row.fids-bs-row > .col-md-5.fids-o-p-l,
    .row.fids-bs-row > .col-md-6:first-child,
    .row.fids-bs-row > .col-md-6.fids-o-p-l,
    .row.fids-bs-row > .col-md-7:first-child,
    .row.fids-bs-row > .col-md-7.fids-o-p-l,
    .row.fids-bs-row > .col-md-8:first-child,
    .row.fids-bs-row > .col-md-8.fids-o-p-l,
    .row.fids-bs-row > .col-md-9:first-child,
    .row.fids-bs-row > .col-md-9.fids-o-p-l,
    .row.fids-bs-row > .col-md-auto:first-child,
    .row.fids-bs-row > .col-md-auto.fids-o-p-l,
    .row.fids-bs-row > .col-sm:first-child,
    .row.fids-bs-row > .col-sm.fids-o-p-l,
    .row.fids-bs-row > .col-sm-1:first-child,
    .row.fids-bs-row > .col-sm-1.fids-o-p-l,
    .row.fids-bs-row > .col-sm-10:first-child,
    .row.fids-bs-row > .col-sm-10.fids-o-p-l,
    .row.fids-bs-row > .col-sm-11:first-child,
    .row.fids-bs-row > .col-sm-11.fids-o-p-l,
    .row.fids-bs-row > .col-sm-12:first-child,
    .row.fids-bs-row > .col-sm-12.fids-o-p-l,
    .row.fids-bs-row > .col-sm-2:first-child,
    .row.fids-bs-row > .col-sm-2.fids-o-p-l,
    .row.fids-bs-row > .col-sm-3:first-child,
    .row.fids-bs-row > .col-sm-3.fids-o-p-l,
    .row.fids-bs-row > .col-sm-4:first-child,
    .row.fids-bs-row > .col-sm-4.fids-o-p-l,
    .row.fids-bs-row > .col-sm-5:first-child,
    .row.fids-bs-row > .col-sm-5.fids-o-p-l,
    .row.fids-bs-row > .col-sm-6:first-child,
    .row.fids-bs-row > .col-sm-6.fids-o-p-l,
    .row.fids-bs-row > .col-sm-7:first-child,
    .row.fids-bs-row > .col-sm-7.fids-o-p-l,
    .row.fids-bs-row > .col-sm-8:first-child,
    .row.fids-bs-row > .col-sm-8.fids-o-p-l,
    .row.fids-bs-row > .col-sm-9:first-child,
    .row.fids-bs-row > .col-sm-9.fids-o-p-l,
    .row.fids-bs-row > .col-sm-auto:first-child,
    .row.fids-bs-row > .col-sm-auto.fids-o-p-l,
    .row.fids-bs-row > .col-xl:first-child,
    .row.fids-bs-row > .col-xl.fids-o-p-l,
    .row.fids-bs-row > .col-xl-1:first-child,
    .row.fids-bs-row > .col-xl-1.fids-o-p-l,
    .row.fids-bs-row > .col-xl-10:first-child,
    .row.fids-bs-row > .col-xl-10.fids-o-p-l,
    .row.fids-bs-row > .col-xl-11:first-child,
    .row.fids-bs-row > .col-xl-11.fids-o-p-l,
    .row.fids-bs-row > .col-xl-12:first-child,
    .row.fids-bs-row > .col-xl-12.fids-o-p-l,
    .row.fids-bs-row > .col-xl-2:first-child,
    .row.fids-bs-row > .col-xl-2.fids-o-p-l,
    .row.fids-bs-row > .col-xl-3:first-child,
    .row.fids-bs-row > .col-xl-3.fids-o-p-l,
    .row.fids-bs-row > .col-xl-4:first-child,
    .row.fids-bs-row > .col-xl-4.fids-o-p-l,
    .row.fids-bs-row > .col-xl-5:first-child,
    .row.fids-bs-row > .col-xl-5.fids-o-p-l,
    .row.fids-bs-row > .col-xl-6:first-child,
    .row.fids-bs-row > .col-xl-6.fids-o-p-l,
    .row.fids-bs-row > .col-xl-7:first-child,
    .row.fids-bs-row > .col-xl-7.fids-o-p-l,
    .row.fids-bs-row > .col-xl-8:first-child,
    .row.fids-bs-row > .col-xl-8.fids-o-p-l,
    .row.fids-bs-row > .col-xl-9:first-child,
    .row.fids-bs-row > .col-xl-9.fids-o-p-l,
    .row.fids-bs-row > .col-xl-auto:first-child,
    .row.fids-bs-row > .col-xl-auto.fids-o-p-l {
      padding-left: 10px;
    }

    .row.fids-bs-row > .col:last-child,
    .row.fids-bs-row > .col.fids-o-p-r,
    .row.fids-bs-row > .col-1:last-child,
    .row.fids-bs-row > .col-1.fids-o-p-r,
    .row.fids-bs-row > .col-10:last-child,
    .row.fids-bs-row > .col-10.fids-o-p-r,
    .row.fids-bs-row > .col-11:last-child,
    .row.fids-bs-row > .col-11.fids-o-p-r,
    .row.fids-bs-row > .col-12:last-child,
    .row.fids-bs-row > .col-12.fids-o-p-r,
    .row.fids-bs-row > .col-2:last-child,
    .row.fids-bs-row > .col-2.fids-o-p-r,
    .row.fids-bs-row > .col-3:last-child,
    .row.fids-bs-row > .col-3.fids-o-p-r,
    .row.fids-bs-row > .col-4:last-child,
    .row.fids-bs-row > .col-4.fids-o-p-r,
    .row.fids-bs-row > .col-5:last-child,
    .row.fids-bs-row > .col-5.fids-o-p-r,
    .row.fids-bs-row > .col-6:last-child,
    .row.fids-bs-row > .col-6.fids-o-p-r,
    .row.fids-bs-row > .col-7:last-child,
    .row.fids-bs-row > .col-7.fids-o-p-r,
    .row.fids-bs-row > .col-8:last-child,
    .row.fids-bs-row > .col-8.fids-o-p-r,
    .row.fids-bs-row > .col-9:last-child,
    .row.fids-bs-row > .col-9.fids-o-p-r,
    .row.fids-bs-row > .col-auto:last-child,
    .row.fids-bs-row > .col-auto.fids-o-p-r,
    .row.fids-bs-row > .col-lg:last-child,
    .row.fids-bs-row > .col-lg.fids-o-p-r,
    .row.fids-bs-row > .col-lg-1:last-child,
    .row.fids-bs-row > .col-lg-1.fids-o-p-r,
    .row.fids-bs-row > .col-lg-10:last-child,
    .row.fids-bs-row > .col-lg-10.fids-o-p-r,
    .row.fids-bs-row > .col-lg-11:last-child,
    .row.fids-bs-row > .col-lg-11.fids-o-p-r,
    .row.fids-bs-row > .col-lg-12:last-child,
    .row.fids-bs-row > .col-lg-12.fids-o-p-r,
    .row.fids-bs-row > .col-lg-2:last-child,
    .row.fids-bs-row > .col-lg-2.fids-o-p-r,
    .row.fids-bs-row > .col-lg-3:last-child,
    .row.fids-bs-row > .col-lg-3.fids-o-p-r,
    .row.fids-bs-row > .col-lg-4:last-child,
    .row.fids-bs-row > .col-lg-4.fids-o-p-r,
    .row.fids-bs-row > .col-lg-5:last-child,
    .row.fids-bs-row > .col-lg-5.fids-o-p-r,
    .row.fids-bs-row > .col-lg-6:last-child,
    .row.fids-bs-row > .col-lg-6.fids-o-p-r,
    .row.fids-bs-row > .col-lg-7:last-child,
    .row.fids-bs-row > .col-lg-7.fids-o-p-r,
    .row.fids-bs-row > .col-lg-8:last-child,
    .row.fids-bs-row > .col-lg-8.fids-o-p-r,
    .row.fids-bs-row > .col-lg-9:last-child,
    .row.fids-bs-row > .col-lg-9.fids-o-p-r,
    .row.fids-bs-row > .col-lg-auto:last-child,
    .row.fids-bs-row > .col-lg-auto.fids-o-p-r,
    .row.fids-bs-row > .col-md:last-child,
    .row.fids-bs-row > .col-md.fids-o-p-r,
    .row.fids-bs-row > .col-md-1:last-child,
    .row.fids-bs-row > .col-md-1.fids-o-p-r,
    .row.fids-bs-row > .col-md-10:last-child,
    .row.fids-bs-row > .col-md-10.fids-o-p-r,
    .row.fids-bs-row > .col-md-11:last-child,
    .row.fids-bs-row > .col-md-11.fids-o-p-r,
    .row.fids-bs-row > .col-md-12:last-child,
    .row.fids-bs-row > .col-md-12.fids-o-p-r,
    .row.fids-bs-row > .col-md-2:last-child,
    .row.fids-bs-row > .col-md-2.fids-o-p-r,
    .row.fids-bs-row > .col-md-3:last-child,
    .row.fids-bs-row > .col-md-3.fids-o-p-r,
    .row.fids-bs-row > .col-md-4:last-child,
    .row.fids-bs-row > .col-md-4.fids-o-p-r,
    .row.fids-bs-row > .col-md-5:last-child,
    .row.fids-bs-row > .col-md-5.fids-o-p-r,
    .row.fids-bs-row > .col-md-6:last-child,
    .row.fids-bs-row > .col-md-6.fids-o-p-r,
    .row.fids-bs-row > .col-md-7:last-child,
    .row.fids-bs-row > .col-md-7.fids-o-p-r,
    .row.fids-bs-row > .col-md-8:last-child,
    .row.fids-bs-row > .col-md-8.fids-o-p-r,
    .row.fids-bs-row > .col-md-9:last-child,
    .row.fids-bs-row > .col-md-9.fids-o-p-r,
    .row.fids-bs-row > .col-md-auto:last-child,
    .row.fids-bs-row > .col-md-auto.fids-o-p-r,
    .row.fids-bs-row > .col-sm:last-child,
    .row.fids-bs-row > .col-sm.fids-o-p-r,
    .row.fids-bs-row > .col-sm-1:last-child,
    .row.fids-bs-row > .col-sm-1.fids-o-p-r,
    .row.fids-bs-row > .col-sm-10:last-child,
    .row.fids-bs-row > .col-sm-10.fids-o-p-r,
    .row.fids-bs-row > .col-sm-11:last-child,
    .row.fids-bs-row > .col-sm-11.fids-o-p-r,
    .row.fids-bs-row > .col-sm-12:last-child,
    .row.fids-bs-row > .col-sm-12.fids-o-p-r,
    .row.fids-bs-row > .col-sm-2:last-child,
    .row.fids-bs-row > .col-sm-2.fids-o-p-r,
    .row.fids-bs-row > .col-sm-3:last-child,
    .row.fids-bs-row > .col-sm-3.fids-o-p-r,
    .row.fids-bs-row > .col-sm-4:last-child,
    .row.fids-bs-row > .col-sm-4.fids-o-p-r,
    .row.fids-bs-row > .col-sm-5:last-child,
    .row.fids-bs-row > .col-sm-5.fids-o-p-r,
    .row.fids-bs-row > .col-sm-6:last-child,
    .row.fids-bs-row > .col-sm-6.fids-o-p-r,
    .row.fids-bs-row > .col-sm-7:last-child,
    .row.fids-bs-row > .col-sm-7.fids-o-p-r,
    .row.fids-bs-row > .col-sm-8:last-child,
    .row.fids-bs-row > .col-sm-8.fids-o-p-r,
    .row.fids-bs-row > .col-sm-9:last-child,
    .row.fids-bs-row > .col-sm-9.fids-o-p-r,
    .row.fids-bs-row > .col-sm-auto:last-child,
    .row.fids-bs-row > .col-sm-auto.fids-o-p-r,
    .row.fids-bs-row > .col-xl:last-child,
    .row.fids-bs-row > .col-xl.fids-o-p-r,
    .row.fids-bs-row > .col-xl-1:last-child,
    .row.fids-bs-row > .col-xl-1.fids-o-p-r,
    .row.fids-bs-row > .col-xl-10:last-child,
    .row.fids-bs-row > .col-xl-10.fids-o-p-r,
    .row.fids-bs-row > .col-xl-11:last-child,
    .row.fids-bs-row > .col-xl-11.fids-o-p-r,
    .row.fids-bs-row > .col-xl-12:last-child,
    .row.fids-bs-row > .col-xl-12.fids-o-p-r,
    .row.fids-bs-row > .col-xl-2:last-child,
    .row.fids-bs-row > .col-xl-2.fids-o-p-r,
    .row.fids-bs-row > .col-xl-3:last-child,
    .row.fids-bs-row > .col-xl-3.fids-o-p-r,
    .row.fids-bs-row > .col-xl-4:last-child,
    .row.fids-bs-row > .col-xl-4.fids-o-p-r,
    .row.fids-bs-row > .col-xl-5:last-child,
    .row.fids-bs-row > .col-xl-5.fids-o-p-r,
    .row.fids-bs-row > .col-xl-6:last-child,
    .row.fids-bs-row > .col-xl-6.fids-o-p-r,
    .row.fids-bs-row > .col-xl-7:last-child,
    .row.fids-bs-row > .col-xl-7.fids-o-p-r,
    .row.fids-bs-row > .col-xl-8:last-child,
    .row.fids-bs-row > .col-xl-8.fids-o-p-r,
    .row.fids-bs-row > .col-xl-9:last-child,
    .row.fids-bs-row > .col-xl-9.fids-o-p-r,
    .row.fids-bs-row > .col-xl-auto:last-child,
    .row.fids-bs-row > .col-xl-auto.fids-o-p-r {
      padding-right: 10px;
    }
}

.fids-badge {
  padding: 0;
  margin: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  font-size: 0.6rem;
  color: var(--mdc-theme-on-secondary);
  color: #000;
  background: var(--mdc-theme-secondary);
  background: #ffe600;
  position: absolute;
  top: 7px;
  right: -1px;
}

.fids-logo a {
  display: inline-block;
}

  .fids-logo a img {
    width: 100%;
  }

.fids-data-table {
  border-width: 0;
}

.fids-table.compact td,
.fids-table.compact th {
  height: 40px;
  max-height: 48px;
}

.fids-table.alternate thead th {
  background-color: rgba(255, 255, 255, 0.38);
  font-weight: 600;
  text-transform: uppercase;
}

.fids-table.alternate tbody tr:nth-child(odd) {
  background-color: white;
}

  .fids-table.alternate tbody tr:nth-child(odd):hover {
    background-color: white;
  }

  .fids-table.alternate tbody tr:nth-child(odd).mdc-data-table__row--selected {
    background-color: rgba(26, 26, 36, 0.08);
  }

    .fids-table.alternate
    tbody
    tr:nth-child(odd).mdc-data-table__row--selected:hover {
      background-color: rgba(245, 245, 245, 0.05);
    }

.fids-table.alternate tbody tr:nth-child(even) {
  background-color: #fff;
}

  .fids-table.alternate tbody tr:nth-child(even):hover {
    background-color: #f5f5f5;
  }

  .fids-table.alternate tbody tr:nth-child(even).mdc-data-table__row--selected {
    background-color: rgba(26, 26, 36, 0.3);
  }

    .fids-table.alternate
    tbody
    tr:nth-child(even).mdc-data-table__row--selected:hover {
      background-color: rgba(245, 245, 245, 0.05);
    }

.fids-mdc-paginator .paginator-outer-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.fids-mdc-paginator .paginator-range {
  display: flex;
  margin-top: 1rem;
}

.fids-mdc-paginator .paginator-data-count {
  margin-top: 1rem;
}

  .fids-mdc-paginator .paginator-data-count .fids-mdc-font {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .fids-mdc-paginator .paginator-data-count button {
    border: 1px solid transparent;
    border-radius: 1px;
  }

    .fids-mdc-paginator .paginator-data-count button .mdc-button__ripple {
      border-radius: 1px;
    }

    .fids-mdc-paginator .paginator-data-count button.active {
      border-color: #1a1a24;
      background-color: initial;
    }

.fids-mdc-paginator button {
  min-width: 40px;
  height: 40px;
  border-radius: 25px;
}

  .fids-mdc-paginator button .mdc-button__ripple {
    border-radius: 25px;
  }

  .fids-mdc-paginator button.active {
    background-color: rgba(26, 26, 36, 0.2);
  }

.fids-multiple-input .fids-input-chip-set {
  order: 1;
  flex-wrap: nowrap;
  align-items: flex-end;
  padding: 0;
  padding-bottom: 6px;
}
.fids-page-grid-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 54px 1fr;
  grid-template-rows: 54px 1fr;
  -ms-grid-columns: 268px 1fr;
  grid-template-columns: 268px 1fr;
}

  .fids-page-grid-container > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }

  .fids-page-grid-container > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }

  .fids-page-grid-container > *:nth-child(3) {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
  }

  .fids-page-grid-container > *:nth-child(4) {
    -ms-grid-row: 2;
    -ms-grid-column: 2;
  }

  .fids-page-grid-container.aside-rail {
    -ms-grid-columns: 4rem 1fr;
    grid-template-columns: 4rem 1fr;
  }

    .fids-page-grid-container.aside-rail .fids-aside {
      width: 4rem;
    }

      .fids-page-grid-container.aside-rail .fids-aside li > ul,
      .fids-page-grid-container.aside-rail .fids-aside li i:last-child,
      .fids-page-grid-container.aside-rail .fids-aside li span {
        display: none;
      }

      .fids-page-grid-container.aside-rail .fids-aside:hover {
        width: 268px;
        z-index: 300;
      }

        .fids-page-grid-container.aside-rail .fids-aside:hover li > ul,
        .fids-page-grid-container.aside-rail .fids-aside:hover li i:last-child,
        .fids-page-grid-container.aside-rail .fids-aside:hover li span {
          display: block;
        }

  .fids-page-grid-container.with-secondary-header {
    -ms-grid-rows: 108px 1fr;
    grid-template-rows: 108px 1fr;
  }

    .fids-page-grid-container.with-secondary-header .aside-header {
      height: 108px;
      overflow: hidden;
      display: flex;
    }

    .fids-page-grid-container.with-secondary-header .fids-aside.fixed {
      top: 108px;
      min-height: calc(100% - 54px * 2);
    }

  .fids-page-grid-container.full-width-header .fids-top-header {
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-column: 1/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .fids-page-grid-container.full-width-header .fids-aside {
    -ms-grid-row: 2;
    grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

    .fids-page-grid-container.full-width-header .fids-aside .aside-header {
      height: 0;
      overflow: hidden;
    }

    .fids-page-grid-container.full-width-header .fids-aside.fixed {
      top: 54px;
      min-height: calc(100% - 54px);
    }

  .fids-page-grid-container.full-width-header .fids-content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    grid-column: 1 / c;
    -ms-grid-column: 1;
  }

  .fids-page-grid-container.full-height-aside .fids-top-header {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    grid-row: 1;
  }

  .fids-page-grid-container.full-height-aside .fids-aside {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
  }

    .fids-page-grid-container.full-height-aside .fids-aside .aside-header {
      height: 54px;
      overflow: hidden;
      display: flex;
    }

  .fids-page-grid-container.full-height-aside .fids-content {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
    grid-column: 2 / c;
    -ms-grid-column: 2;
  }

  .fids-page-grid-container.full-height-aside .fids-top-header.fixed {
    position: fixed;
    top: 0;
    left: 268px;
    width: calc(100% - 268px);
  }

.fids-top-header {
  background-color: #2e2e38;
  color: #fff;
  margin: 0;
}

  .fids-top-header:not(.with-secondary-header) .fids-top-header-row {
    justify-content: space-between;
    display: flex;
    height: 54px;
  }

    .fids-top-header:not(.with-secondary-header) .fids-top-header-row > div {
      display: inline-flex;
      align-items: center;
    }

  .fids-top-header .action-buttons button {
    margin-left: 1rem;
  }

  .fids-top-header.fixed {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
  }

  .fids-top-header .fids-top-header-row .header-top,
  .fids-top-header .fids-top-header-row .header-bottom {
    justify-content: space-between;
    display: flex;
    height: 54px;
  }

    .fids-top-header .fids-top-header-row .header-top > div,
    .fids-top-header .fids-top-header-row .header-bottom > div {
      display: inline-flex;
      align-items: center;
    }

  .fids-top-header .fids-top-header-row .header-top {
    border-bottom: 1px solid rgba(0, 0, 0, 0.7);
  }

  .fids-top-header .fids-logo {
    margin-left: 1rem;
    margin-right: 1rem;
  }

    .fids-top-header .fids-logo a {
      width: 32px;
    }

.fids-aside {
  background: #2e2e38;
  width: 268px;
  display: flex;
}

  .fids-aside.fixed {
    position: fixed;
    left: 0;
    min-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .fids-aside .aside-body {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
  }

  .fids-aside .aside-header-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
  }

    .fids-aside .aside-header-wrapper button {
      color: #fff;
    }

  .fids-aside .logo {
    display: flex;
    margin-left: 1.5rem;
  }

    .fids-aside .logo a {
      width: 50px;
      display: inline-block;
    }

      .fids-aside .logo a img {
        width: 100%;
      }

  .fids-aside nav {
    height: calc(100vh - 212px);
    overflow-x: hidden;
  }

    .fids-aside nav ul,
    .fids-aside .quick-actions ul {
      margin: 0;
      padding: 0;
    }

      .fids-aside nav ul li,
      .fids-aside .quick-actions ul li {
        list-style-type: none;
        opacity: 0.7;
        position: relative;
      }

        .fids-aside nav ul li.active,
        .fids-aside .quick-actions ul li.active {
          background-color: rgba(26, 26, 36, 0.9);
          opacity: 1;
        }

          .fids-aside nav ul li.active > a::before,
          .fids-aside .quick-actions ul li.active > a::before {
            content: "";
            position: absolute;
            width: 6px;
            height: 6px;
            background-color: #ffe600;
            border-radius: 100%;
            top: 50%;
            transform: translateY(-50%);
            left: 8px;
          }

        .fids-aside nav ul li:hover,
        .fids-aside .quick-actions ul li:hover {
          background-color: rgba(26, 26, 36, 0.8);
        }

        .fids-aside nav ul li > ul,
        .fids-aside .quick-actions ul li > ul {
          margin-left: 2rem;
        }

          .fids-aside nav ul li > ul li,
          .fids-aside .quick-actions ul li > ul li {
            padding-left: 1rem;
          }

        .fids-aside nav ul li a,
        .fids-aside .quick-actions ul li a {
          position: relative;
          display: flex;
          align-items: center;
          text-decoration: none;
          text-transform: capitalize;
          color: #fff;
          padding: 0.5rem 1.5rem;
        }

          .fids-aside nav ul li a span,
          .fids-aside .quick-actions ul li a span {
            display: flex;
            flex-grow: 1;
          }

          .fids-aside nav ul li a i,
          .fids-aside .quick-actions ul li a i {
            display: flex;
          }

            .fids-aside nav ul li a i:first-child,
            .fids-aside .quick-actions ul li a i:first-child {
              padding-right: 1rem;
            }

.top-header-nav {
  border-left: 1px solid;
  padding-left: 1rem;
}

  .top-header-nav ul {
    margin: 0;
    padding: 0;
  }

    .top-header-nav ul li {
      list-style-type: none;
      display: inline-block;
      padding-right: 1rem;
    }

      .top-header-nav ul li a {
        text-transform: capitalize;
        display: inline-block;
        text-decoration: none;
        color: #fff;
        opacity: 0.5;
        transition: all 0.5s ease-in-out;
      }

        .top-header-nav ul li a:hover {
          opacity: 1;
        }

.mdc-text-field .mdc-floating-label.fids-static-label,
.mdc-text-field--textarea.mdc-text-field .mdc-floating-label.fids-static-label {
  transform: translateY(-125%) scale(0.8);
}

.fids-white-background {
  background-color: #fff !important;
}

.m-l-0 {
  margin-left: 0px;
}

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

.m-r-0 {
  margin-right: 0px;
}

.lbl-size {
  font-size: var(--mdc-typography-body2-font-size, 0.875rem);
}

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

ul.breadcrumb {
  padding: 0px 0px;
  list-style: none;
  background-color: transparent;
  margin-top: 1rem;
}

  ul.breadcrumb li {
    display: inline;
  }

    ul.breadcrumb li + li:before {
      padding: 8px;
      color: #cac7c7;
      content: "/ ";
    }

    ul.breadcrumb li a {
      color: #fff;
      text-decoration: none;
      font-family: inherit;
      font-size: 0.95rem;
      font-weight: bolder;
    }

      ul.breadcrumb li a:hover {
        color: #ff0;
        text-decoration: underline;
      }

.fids-breadcrumb {
  margin: 0 auto;
  width: 600px;
}

.fids-landing-page {
  min-height: 85vh;
  display: flex;
}

  .fids-landing-page > div:first-child {
    width: 70%;
    margin: auto;
  }

  .fids-landing-page .container {
    margin: auto;
  }

  .fids-landing-page .app-name {
    font-size: 65px;
    font-weight: 400;
    line-height: 80px;
    margin: 0px;
    color: #e0e0e0;
  }

  .fids-landing-page .app-version {
    font-size: 14px;
    font-weight: 400;
    margin-left: 7px;
    color: #e0e0e0;
  }

  .fids-landing-page .image-container img {
    max-width: 100%;
  }

  .fids-landing-page .footer {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
  }

    .fids-landing-page .footer p {
      margin-bottom: 0;
      text-transform: capitalize;
    }

    .fids-landing-page .footer .logo {
      margin-right: 1.5rem;
      display: inherit;
      color: #e0e0e0;
    }

      .fids-landing-page .footer .logo img {
        height: 32px;
        width: 32px;
      }

    .fids-landing-page .footer span {
      font-size: 11px;
      padding-left: 10px;
      color: #a2a2a2;
      font-weight: 400;
      margin-top: 3px;
    }

.mdc-card.fids-white-color {
  padding: 0rem 1rem;
}

  .mdc-card.fids-white-color li a {
    color: #000 !important;
  }

.fids-app-name h3 {
  color: #fff;
  margin: 0;
  padding-left: 20px;
  font-size: 1.25rem;
}

.fids-bg-suceess {
  background-color: #4caf50;
  padding: 0.4rem 1rem;
  border-radius: 14px;
  min-width: 93px;
  display: block;
  text-align: center;
}

.fids-bg-danger {
  color: #fff;
  background-color: #f44336;
  padding: 0.4rem 1rem;
  border-radius: 14px;
  min-width: 93px;
  display: block;
  text-align: center;
}

.fids-bg-yellow {
  background-color: #ffbf00;
  padding: 0.4rem 1rem;
  border-radius: 14px;
  min-width: 93px;
  display: block;
  text-align: center;
}

.fids-bg-theme {
  background-color: #1a1a24;
  padding: 0.4rem 1rem;
  border-radius: 14px;
  min-width: 93px;
  display: block;
  text-align: center;
}

.fids-txt-white {
  color: #fff;
}

.hgt-100 {
  height: 100px !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

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

.fids-pull-lt {
  float: left;
}

.fids-pull-rt {
  float: right;
}

.simple-card-header {
  margin: 0;
  line-height: 100%;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 20px;
}

.card-sub-header {
  display: block;
  margin-top: 5px;
  color: #aeaeae;
  line-height: 160%;
}



  .fids-form-body i#valid,
  .fids-form-body i#invalid {
    padding: 15px 10px;
    visibility: hidden;
  }

  .fids-form-body i#invalid {
    visibility: visible;
    position: relative;
    color: var(--mdc-theme-error);
    color: #b00020;
  }

    .fids-form-body i#invalid + .error_tooltip {
      visibility: hidden;
      color: #000;
      width: 200px;
      text-align: center;
      border-radius: 4px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      right: 40px;
      font-size: 12px;
      background: none;
      border: 1px solid #b00020;
    }

    .fids-form-body i#invalid:hover + .error_tooltip {
      visibility: visible;
    }

  .fids-form-body i#valid {
    color: green;
    visibility: visible;
  }

.btn-link.fids-btn-link {
  border: 0;
  text-transform: uppercase;
  color: #797979;
  font-weight: normal;
  text-decoration: none;
  border-radius: 2px;
}

  .btn-link.fids-btn-link:hover {
    color: #2E2E38;
  }

.mh-450 {
  min-height: 450px !important;
}

.mh-500 {
  min-height: 500px !important;
}

.mh-600 {
  min-height: 600px !important;
}

input::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mdc-chip {
    min-width: 100px;
  }
}

@supports (-ms-ime-align: auto) {
  .caret::before {
    content: "⏵";
    font-size: 14px;
  }
}

/* PAGE HEADER */

.page-header-row {
  display: flex !important;
}

/* PAGE HEADER END */

/* MAIN APP  */
.dna-page-min-height {
  min-height: 620px;
}

.ey-dna-menu {
  padding: 0.5rem 1rem;
}

.ey-icon-size {
  font-size: 20px;
}

/* TILE Component */
.card-tile {
  width: 20rem;
  border: none;
  cursor: pointer;
}

.tile-img {
  background-color: #EEEEEE;
  color: #757575;
}

.tile-subtitle {
  color: #9E9E9E;
  margin-top: -5px;
}

.tile-chip {
  border-radius: 2px;
  height: 23px;
  padding: 0 8px;
  color: #212121;
  background-color: #BDBDBD;
}

  .tile-chip.active {
    color: #ffffff;
    background-color: #2E2E38;
  }

.tile-status-subtext {
  display: inline-block;
  margin-left: 5px;
}

.tile-nav-btn {
  color: lightgrey;
}

.tile-menu {
  position: absolute !important;
  top: 0px;
  right: 0px;
  font-size: 20px;
  display: none;
  height: 28px;
  width: 28px;
  padding: 3px;
}

.card-tile:hover .tile-menu {
  display: block;
}

.set-max-width {
  max-width:100%;
  padding-right:0px !important;
}

/* END TILE */

/* TOP BAR */
.flag-icon {
  flex: 0 0 30px;
  font-size: 1.25rem;
  line-height: 0;
  color: #a2a5b9;
  padding-right: 10px;
}

.flag-img {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  border-style: none;
}

.flag-text {
  margin-bottom: 5px;
}

.nav-flag-img {
  border-radius: 4px;
  width: 18px;
  height: 18px;
  position: relative;
  bottom: 3px;
}

/* TOP BAR END */

/* Toggle bar CSS */
.fids-page-grid-container.toggleaside-rail {
  grid-template-columns: [col1-start] 260px [col2-start] 1fr [col2-end];
}

  .fids-page-grid-container.toggleaside-rail .fids-aside {
    overflow: auto;
    width: 260px;
    z-index: 300;
  }

    .fids-page-grid-container.toggleaside-rail .fids-aside li > ul, .fids-page-grid-container.toggleaside-rail .fids-aside li i:last-child, .fids-page-grid-container.toggleaside-rail .fids-aside li span {
      display: block;
    }

.language {
  color: inherit;
  text-decoration: none;
  border-bottom: 0px !important;
}

  .language:hover {
    color: inherit;
    background-color: #4c5054;
	outline: none;
    text-decoration: none;
  }
  .language:focus {
  outline: none;
}
/* TOP BAR END */

/* INPUT BOX */
.input-aligner {
  padding-top: 15px !important;
}

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

.pad-spacer {
  padding-left: 0px;
  padding-right: 15px;
  padding-top: 5px;
}

.details-header {
  float: left;
  padding-top: 10px;
}

.clear-top {
  padding: 0px;
  min-height: 44px;
}

.clear-left {
  padding-left: 0px;
}

.card-height {
  min-width: height 200px;
}

.meutemplateBG {
  background-color: white;
}

.showCursor {
  cursor: pointer;
}

.b-white {
  background: var(--mdc-theme-on-primary);
}

.active-chkbox-text-align {
  margin-top: 9px !important;
  padding-left: 9px !important;
}

/* ACCORDION BEGIN */

.no-data-text {
  text-align: center;
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  margin-left: 5px !important;
  padding-top: 10px !important;
  padding-left: 17px !important;
}

.form-field {
  display: block !important;
  margin-left: -40px;
}

.mat-expansion-panel-header {
  font-family: "Roboto", sans-serif !important;
  font-size: 14px !important;
  height: 35px !important;
}

.template-details {
  padding-top: 0px !important;
}

.mat-expansion-indicator {
  display: none !important;
}

.mat-card-align {
  margin-right: 22px !important;
  max-width: 65px !important;
  max-height: 65px !important;
  background: #eeeeee;
  width: 65px !important;
  height: 65px !important;
  padding: 0px !important;
}

.workflowtemplate-input-checkbox {
  margin-left: 34px;
  margin-top: -7px;
  width: 10px !important;
}

.slider-pagination {
  margin-top: 2px !important;
  float: right !important;
}

.mat-card-title-align {
  text-align: center;
  margin-top: 18px !important;
  color: gray;
}

.parametersPanel {
  margin-top: -15px;
}

.mdc-addworkflow {
  background: silver !important;
  width: 0px !important;
}

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

.mat-expansion-panel:not([class*='mat-elevation-z']) {
  box-shadow: none;
}

.medium-icon {
  font-size: 1.9rem;
}

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

.input-mat {
  display: none;
}

.divworkflowTemplates {
  width: 440px;
  height: 90px;
  display: flex;
}

.tile-mat-card-check {
  border: 1px solid #2196F3;
}

.tile-mat-card-uncheck {
  border: none;
}
.tile-mat-card{
  cursor: pointer;
}

.tile-header {
  margin-left: 30px;
  margin-top: 10px;
}

.mt-20 {
  margin-top: -20px;
}
.ml-30{
  margin-left: -30px !important;
}
.m-l-30{
  margin-left: 30px !important;
}
.m-t-20{
  margin-top:20px;
}
.mr-10{
  margin-right: -10px !important;
}
.f-36{
  font-size:36px;
}
.f-w-400 {
font-weight: 400;
}

.matgridtileIcon{
  font-family: Roboto, sans-serif;
  color: #757575;
  font-size: x-large;
  margin-top: 23px !important;
  font-weight: 400;
  background-color:#eeeeee;
  display: flex;
  justify-content: center;
  margin-left: 2px !important;
  margin-right: 2px !important;
  }

  .tile-wf-btn{
    position: fixed;
    right: 3.5%;
   }
   .close-nav{
     position: absolute;
     right: 6%;
   }
   .wf-line::before, .wf-line::after{
    left: 15px !important;
   }
/* ACCORDION END*/

/* Section Menu BEGIN */
.section-active {
  background-color: rgb(220, 220, 220);
}

.section-Inactive {
  background-color: white;
}

div .activeitem {
  border-left: 2px solid black;
  opacity: 1;
  height: 40px;
  margin-left: -16px;
}

ul li > div#activeitem {
  border-left: 2px solid #ffe600;
  opacity: 1;
  margin-left: -16px;
}

ul li.customactiveheader > div.activeitem {
  opacity: 0;
}

.section-item {
  height: 40px;
  padding: 0 16px 0 16px;
}

.m-l-12 {
  margin-left: 12px;
}
/* Section Menu END */


.page-header-shadow, .mdc-card {
  box-shadow: 0px 1px 0px 0px rgba(0,0,0,.05) !important
}

.full-width {
  width: 100% !important;
}

.error_background {
  background-color: white !important;
}

.context-menu-heigth {
  height: 30px;
}

.context-menu-font-size {
  font-size: 14px;
}

/* TREEVIEW STYLES */
.tree-item-header {
  margin-left: 18px;
  margin-top: 5px !important; /* Added this set margin in between tree header header & item  */
}

.tree-item {
    float: left;
    margin-left: -15px;
    width: 16px;
    height: 16px;
    background-image: url(https://eydna-static-web-dev.sbp.eyclienthub.com/eydna-nxt/assets/images/checkbox-unchecked.png);
    background-repeat: no-repeat;
    overflow: hidden;
    vertical-align: middle;
    margin-right: 5px;
    opacity: 0.45;
  }

  .tree-item-checked {
    background-image: url(https://eydna-static-web-dev.sbp.eyclienthub.com/eydna-nxt/assets/images/checkbox-checked.png);
  }

  .tree-item-indeterminate {
    background-image: url(https://eydna-static-web-dev.sbp.eyclienthub.com/eydna-nxt/assets/images/checkbox-indeterminate.png);
  }

/*  TREEVIEW AND CHECKBOX FONT CLASSES  */
.tree-item-font, .checkbox-item-font {
  float: left;
  margin-left: -15px;
  overflow: hidden;
  vertical-align: middle;
  margin-top: -4px;
  font-size: x-large;
}

/* SLIDER CLASSES */
.controls-input {
  width: 85%;
}

.input-validate-circle {
  margin-top: 1px;
  margin-left: -15px;
}

.error_fontsz {
  font-size: 9px;
}

.fadeColor {
  color: #9e9e9e;
}

/* DATA PIPELINE */
.dp-chip-latest {
  color: #fff;
  background-color: #28a745;
  border-radius: 2px;
  height: 20px;
}

.mat-form-field-wrapper {
  padding-bottom: 0.25em !important;
}

.mat-form-field-appearance-outline .mat-form-field-outline-start {
  border-radius: 0px 0 0 0px !important;
  border-right-style: none;
}

.mat-form-field-appearance-outline .mat-form-field-outline-end {
  border-radius: 0 0px 0px 0 !important;
  border-left-style: none;
  flex-grow: 1;
}

.mat-form-field-appearance-outline .mat-form-field-outline-end, .mat-form-field-appearance-outline .mat-form-field-outline-start {
  border: 1px solid currentColor;
  min-width: 5px;
}

.ui-table-scrollable-body{
    height: 370px;
}

.fids-form-body {
  width: 100%;
  display: inline-block;
}

  .fids-form-body em#valid,
  .fids-form-body em#invalid {
    padding: 15px 10px;
    visibility: hidden;
  }

  .fids-form-body em#invalid {
    visibility: visible;
    position: relative;
    color: var(--mdc-theme-error);
    color: #b00020;
  }

    .fids-form-body em#invalid + .error_tooltip {
      visibility: hidden;
      color: #000;
      width: 200px;
      text-align: center;
      border-radius: 4px;
      padding: 5px 0;
      position: absolute;
      z-index: 1;
      right: 40px;
      font-size: 12px;
      background: none;
      border: 1px solid #b00020;
    }

    .fids-form-body em#invalid:hover + .error_tooltip {
      visibility: visible;
    }

  .fids-form-body em#valid {
    color: green;
    visibility: visible;
  }

.mdc-top-app-bar__QuestionnaireForm {
  background-color: #1a1a24;
  background-color: var(--mdc-theme-primary, #1a1a24);
  color: #fff;
  display: flex;
  position: fixed;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
  z-index: 0;
}
ng-select.required.ng-invalid.ng-touched .ng-select-container:after {
  border-bottom: 1.3pt solid #b00020 !important;
}

ng-select.required.ng-invalid.ng-touched .ng-select-container > .ng-value-container > .ng-placeholder {
  color: #b00020 !important;
}
  button span.btn-tooltip{
  text-transform: uppercase;
  }
  button span.mdc-button__label{
  text-transform: lowercase;
  }
  button span.mdc-button__label::first-line{
  text-transform: capitalize;
  }

.loader-lego,
  .loader-lego:before,
  .loader-lego:after {
    background: #000;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
  }
  .loader-lego {
    color: #000;
    text-indent: -9999em;
    margin: 88px auto;
    position: fixed;
    z-index: 99999;
    cursor: wait;
    top: 30%;
    left: 50%;
    font-size: 7px;
    -webkit-transform: translateZ(10);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
  }
  .loader-lego:before,
  .loader-lego:after {
    position: fixed;
    top: 0;
    content: '';
  }
  .loader-lego:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
  }
  .loader-lego:after {
    left: 1.5em;
  }

/* To remove ripple effect from mat tabs */
.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
    content: none !important;
}

/* To add hover effect on mat tabs */
.mdc-tab.mat-mdc-tab:hover{
    background-color: rgba(26,26,36,0.04);

    .mdc-tab__text-label{
        background-color: unset !important;
    }
}

/* To remove the blue border bottom from the active tab on hover */
.mat-mdc-tab .mdc-tab-indicator__content--underline{
    border-color:#000 !important;
}

.loader_overlay{
  z-index: 10000 !important;
}
