/** 
  Mixin font-size-variant-rem is used as a wrapper to call getSizeinRem function based on media query
* The method will accept two parameters $lg(desktop specific) and $xs(mobile specific)
* Method can be used in following ways:
* @include font-size-variant-rem(16, 14) -> this will convert 16 to equivalent rem value for desktop
and 14 to equivalent rem value for mobile.
* @include font-size-variant-rem(16) ~  font-size-variant-rem(16,16)-> this will convert 16 to equivalent
rem value for both desktop and mobile 
*/
/** 
  Function getSizeinRem is used to convert the px units into the rem units
* The method will accept two parameters $relativeUnits(Only digits) and $baseFontSize(can have either 14 or 12): by default set to the base value of desktop(14)
* Method can be used in following ways:
* font-size: getSizeinRem(16) ~ font-size: getSizeinRem(16,14) -> this will convert 16 to equivalent rem value for desktop taking by default 14 as base
* font-size: getSizeinRem(16,12) -> this will convert 16 to equivalent rem value for mobile (as the base passed is 12)
*/
.mat-h1 {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-headline {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-typography {
  font: 400 14px/20px; }
  .mat-typography h1 {
    font: 400 24px/32px;
    margin: 0 0 16px; }
  .mat-typography h2 {
    font: 500 20px/32px;
    margin: 0 0 16px; }
  .mat-typography h3 {
    font: 400 16px/28px;
    margin: 0 0 16px; }
  .mat-typography h4 {
    font: 400 15px/24px;
    margin: 0 0 16px; }
  .mat-typography h5 {
    font: 400 11.62px/20px;
    margin: 0 0 12px; }
  .mat-typography h6 {
    font: 400 9.38px/20px;
    margin: 0 0 12px; }
  .mat-typography p {
    margin: 0 0 12px; }
  .mat-typography .mat-display-4 {
    font: 300 112px/112px;
    margin: 0 0 56px;
    letter-spacing: -0.05em; }
  .mat-typography .mat-display-3 {
    font: 400 56px/56px;
    margin: 0 0 64px;
    letter-spacing: -0.02em; }
  .mat-typography .mat-display-2 {
    font: 400 45px/48px;
    margin: 0 0 64px;
    letter-spacing: -0.005em; }
  .mat-typography .mat-display-1 {
    font: 400 34px/40px;
    margin: 0 0 64px; }

.mat-h2 {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-title {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-h3 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-subheading-2 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-h4 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-subheading-1 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-h5 {
  font: 400 11.62px/20px;
  margin: 0 0 12px; }

.mat-h6 {
  font: 400 9.38px/20px;
  margin: 0 0 12px; }

.mat-body-strong {
  font: 500 14px/24px; }

.mat-body-2 {
  font: 500 14px/24px; }

.mat-body {
  font: 400 14px/20px; }
  .mat-body p {
    margin: 0 0 12px; }

.mat-body-1 {
  font: 400 14px/20px; }
  .mat-body-1 p {
    margin: 0 0 12px; }

.mat-small {
  font: 400 12px/20px; }

.mat-caption {
  font: 400 12px/20px; }

.mat-display-4 {
  font: 300 112px/112px;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3 {
  font: 400 56px/56px;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2 {
  font: 400 45px/48px;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1 {
  font: 400 34px/40px;
  margin: 0 0 64px; }

.btn.ac-button {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .btn.ac-button {
      font-size: 1.16667rem; } }

.mat-hint {
  color: #737373; }

.mat-error {
  font-size: 0.85714rem;
  margin-top: 5px;
  color: #D8292F; }
  @media (max-width: 768px) {
    .mat-error {
      font-size: 1rem; } }

.mat-icon.mat-primary {
  color: #00778F; }

.mat-icon.mat-accent {
  color: #00778F; }

.mat-icon.mat-warn {
  color: #D8292F; }

.mat-ripple {
  overflow: hidden; }

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

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

.cdk-visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  outline: 0;
  -webkit-appearance: none;
  -moz-appearance: none; }

.cdk-overlay-container {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  position: fixed;
  -webkit-overflow-scrolling: touch;
  z-index: 10000; }
  .cdk-overlay-container:empty {
    display: none; }

.cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  position: absolute;
  z-index: 1000; }

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  z-index: 1000; }

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

.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1; }

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

.cdk-overlay-transparent-backdrop {
  opacity: 0; }

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing {
  opacity: 0; }

.cdk-global-scrollblock {
  position: initial;
  width: initial;
  overflow: hidden; }

.mat-expansion-panel-content > .mat-expansion-panel-body {
  padding: 0; }

@media screen and (-ms-high-contrast: active) {
  .mat-ripple {
    display: none; } }

@media only screen and (max-width: 767px) {
  .cdk-global-overlay-wrapper {
    top: auto;
    bottom: 0;
    height: 100%; } }

/** 
  Mixin font-size-variant-rem is used as a wrapper to call getSizeinRem function based on media query
* The method will accept two parameters $lg(desktop specific) and $xs(mobile specific)
* Method can be used in following ways:
* @include font-size-variant-rem(16, 14) -> this will convert 16 to equivalent rem value for desktop
and 14 to equivalent rem value for mobile.
* @include font-size-variant-rem(16) ~  font-size-variant-rem(16,16)-> this will convert 16 to equivalent
rem value for both desktop and mobile 
*/
/** 
  Function getSizeinRem is used to convert the px units into the rem units
* The method will accept two parameters $relativeUnits(Only digits) and $baseFontSize(can have either 14 or 12): by default set to the base value of desktop(14)
* Method can be used in following ways:
* font-size: getSizeinRem(16) ~ font-size: getSizeinRem(16,14) -> this will convert 16 to equivalent rem value for desktop taking by default 14 as base
* font-size: getSizeinRem(16,12) -> this will convert 16 to equivalent rem value for mobile (as the base passed is 12)
*/
.mat-h1 {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-headline {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-typography {
  font: 400 14px/20px; }
  .mat-typography h1 {
    font: 400 24px/32px;
    margin: 0 0 16px; }
  .mat-typography h2 {
    font: 500 20px/32px;
    margin: 0 0 16px; }
  .mat-typography h3 {
    font: 400 16px/28px;
    margin: 0 0 16px; }
  .mat-typography h4 {
    font: 400 15px/24px;
    margin: 0 0 16px; }
  .mat-typography h5 {
    font: 400 11.62px/20px;
    margin: 0 0 12px; }
  .mat-typography h6 {
    font: 400 9.38px/20px;
    margin: 0 0 12px; }
  .mat-typography p {
    margin: 0 0 12px; }
  .mat-typography .mat-display-4 {
    font: 300 112px/112px;
    margin: 0 0 56px;
    letter-spacing: -0.05em; }
  .mat-typography .mat-display-3 {
    font: 400 56px/56px;
    margin: 0 0 64px;
    letter-spacing: -0.02em; }
  .mat-typography .mat-display-2 {
    font: 400 45px/48px;
    margin: 0 0 64px;
    letter-spacing: -0.005em; }
  .mat-typography .mat-display-1 {
    font: 400 34px/40px;
    margin: 0 0 64px; }

.mat-h2 {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-title {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-h3 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-subheading-2 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-h4 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-subheading-1 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-h5 {
  font: 400 11.62px/20px;
  margin: 0 0 12px; }

.mat-h6 {
  font: 400 9.38px/20px;
  margin: 0 0 12px; }

.mat-body-strong {
  font: 500 14px/24px; }

.mat-body-2 {
  font: 500 14px/24px; }

.mat-body {
  font: 400 14px/20px; }
  .mat-body p {
    margin: 0 0 12px; }

.mat-body-1 {
  font: 400 14px/20px; }
  .mat-body-1 p {
    margin: 0 0 12px; }

.mat-small {
  font: 400 12px/20px; }

.mat-caption {
  font: 400 12px/20px; }

.mat-display-4 {
  font: 300 112px/112px;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3 {
  font: 400 56px/56px;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2 {
  font: 400 45px/48px;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1 {
  font: 400 34px/40px;
  margin: 0 0 64px; }

input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active {
  box-shadow: 0 0 0 30px #FFFFFF inset !important; }

.mat-form-field {
  font-weight: 400;
  line-height: 1.2;
  font-size: 1.14286rem;
  width: 100%;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-form-field {
      font-size: 1.33333rem; } }
  .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-label {
    color: #737373; }
  .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-underline {
    height: 2px;
    top: 48px;
    background-color: transparent;
    transform: scaleY(1); }
  .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-flex:hover + .mat-form-field-underline {
    background-color: #737373; }
  .mat-form-field.mat-form-field-appearance-legacy .mat-form-field-flex .mat-focused + .mat-form-field-underline {
    background-color: #2A2A2A; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid.ng-invalid .mat-form-field-label {
    color: #D8292F; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid.ng-invalid .mat-form-field-underline {
    background-color: #D8292F; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid.ng-invalid:hover .mat-form-field-underline {
    background-color: #D8292F; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid.ng-invalid .mat-focused .mat-form-field-underline {
    background-color: #D8292F; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-invalid.ng-invalid.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex {
    background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-error.png");
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex {
    border: 0;
    background-color: #F9F9F9; }
    .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex .mat-input-element {
      color: #737373;
      opacity: 1; }
    .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-label,
    .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex .mat-input-placeholder,
    .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-placeholder {
      color: #2A2A2A; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline {
    display: none; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled:hover .mat-form-field-underline,
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-focused .mat-form-field-underline {
    display: none; }
  .mat-form-field.mat-form-field-appearance-legacy.mat-form-field-disabled.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex {
    background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-disabled.png");
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .mat-form-field .mat-form-field-suffix .ac-password-wrapper {
    transform: translateY(-10px) translateX(5px);
    height: 30px;
    width: 30px; }
  .mat-form-field .mat-form-field-suffix .ac-mat-icon {
    font-size: 1.14286rem;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    transform: translateY(-10px) translateX(5px); }
    @media (max-width: 768px) {
      .mat-form-field .mat-form-field-suffix .ac-mat-icon {
        font-size: 1.33333rem; } }
    .mat-form-field .mat-form-field-suffix .ac-mat-icon.ac-mat-form-error {
      display: none;
      color: #D8292F; }
    .mat-form-field .mat-form-field-suffix .ac-mat-icon.ac-mat-password-toggle {
      color: #737373;
      font-size: 1.14286rem;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 30px;
      transform: none;
      border-radius: 100%;
      top: 0;
      cursor: pointer; }
      @media (max-width: 768px) {
        .mat-form-field .mat-form-field-suffix .ac-mat-icon.ac-mat-password-toggle {
          font-size: 1.33333rem; } }
      .mat-form-field .mat-form-field-suffix .ac-mat-icon.ac-mat-password-toggle:hover {
        background-color: rgba(0, 0, 0, 0.1); }
  .mat-form-field.mat-form-field-invalid.ng-invalid {
    height: auto;
    border: 0; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-form-field-label {
      color: #D8292F; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .ac-mat-form-field-input {
      color: #D8292F; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-input-element,
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-select-invalid {
      height: auto;
      border: 0; }
      .mat-form-field.mat-form-field-invalid.ng-invalid .mat-input-element .mat-select-arrow-wrapper,
      .mat-form-field.mat-form-field-invalid.ng-invalid .mat-select-invalid .mat-select-arrow-wrapper {
        background: #D8292F; }
        .mat-form-field.mat-form-field-invalid.ng-invalid .mat-input-element .mat-select-arrow-wrapper .mat-select-arrow,
        .mat-form-field.mat-form-field-invalid.ng-invalid .mat-select-invalid .mat-select-arrow-wrapper .mat-select-arrow {
          color: #FFFFFF; }
    .mat-form-field.mat-form-field-invalid.ng-invalid.mat-focused .mat-form-field-label {
      color: #D8292F; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-form-field-suffix .ac-mat-icon.ac-mat-form-error {
      display: inline-block; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-form-field-suffix .ac-mat-icon.ac-mat-password-toggle:not(.persist-suffix-icon) {
      display: none; }
    .mat-form-field.mat-form-field-invalid.ng-invalid .mat-form-field-suffix .ac-password-wrapper:not(.persist-suffix-icon) {
      display: none; }
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex {
    height: 50px;
    padding-left: 0;
    padding-right: 0;
    background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-default.png");
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat;
    position: relative; }
    .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
      position: absolute;
      width: 100%; }
      .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix select {
        top: -25px;
        margin-bottom: 0px;
        padding: 25px 50px 5px 10px;
        line-height: 20px; }
      .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper {
        margin-left: 10px;
        max-width: calc(100% - 60px); }
        .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix .mat-form-field-label-wrapper .mat-form-field-label {
          width: 100%; }
      .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix:after {
        border: 0 solid; }
    .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex:hover {
      background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-hovered.png");
      background-position: 100% 0;
      background-size: contain;
      background-repeat: no-repeat; }
  .mat-form-field.mat-form-field-type-mat-native-select.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
    background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-hovered.png");
    background-position: 100% 0;
    background-size: contain;
    background-repeat: no-repeat; }
  .mat-form-field .mat-form-field-subscript-wrapper {
    font-size: 0.85714rem;
    color: #00778F;
    overflow: visible;
    position: relative; }
    @media (max-width: 768px) {
      .mat-form-field .mat-form-field-subscript-wrapper {
        font-size: 1rem; } }
    .mat-form-field .mat-form-field-subscript-wrapper .mat-error {
      margin-top: 5px; }
    .mat-form-field .mat-form-field-subscript-wrapper .mat-form-field-hint-wrapper .mat-form-field-hint-spacer {
      flex: 0; }
    .mat-form-field .mat-form-field-subscript-wrapper .mat-form-field-hint-wrapper .mat-hint {
      width: 100%; }

.v2-dropdown-arrow.mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex {
  background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-v2-default.png"); }
  .v2-dropdown-arrow.mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex:hover {
    background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-v2-hovered.png"); }

.v2-dropdown-arrow.mat-form-field.mat-form-field-type-mat-native-select.mat-focused .mat-form-field-wrapper .mat-form-field-flex {
  background-image: url("/content/dam/aircanada/generic/ac-material/mat-dropdown/mat-dropdown-caret-v2-hovered.png"); }

.mat-checkbox .mat-checkbox-layout {
  line-height: 20px;
  white-space: normal; }
  .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
    height: 20px;
    width: 20px;
    margin-right: 10px; }
    .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container .mat-checkbox-frame {
      border: 2px solid #C8C8C8;
      border-radius: 3px; }
  .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
    font-size: 1rem; }
    @media (max-width: 768px) {
      .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
        font-size: 1.16667rem; } }
  @media only screen and (max-width: 767px) {
    .mat-checkbox .mat-checkbox-layout {
      line-height: 30px; }
      .mat-checkbox .mat-checkbox-layout .mat-checkbox-inner-container {
        height: 30px;
        width: 30px; } }

.mat-radio-button .mat-radio-label {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-radio-button .mat-radio-label {
      font-size: 1.16667rem; } }

.mat-radio-button .mat-radio-container .mat-radio-outer-circle {
  border: 2px solid #C8C8C8; }

.mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-outer-circle {
  background: #00778F;
  border: 2px solid #00778F; }

.mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-inner-circle {
  background: #FFFFFF;
  transform: scale(0.3); }

@media only screen and (max-width: 767px) {
  .mat-radio-button .mat-radio-container {
    width: 30px;
    height: 30px; }
    .mat-radio-button .mat-radio-container .mat-radio-outer-circle {
      width: 30px;
      height: 30px; }
      .mat-radio-button .mat-radio-container .mat-radio-outer-circle .mat-radio-inner-circle {
        transform: scale(0.5);
        left: 5px;
        top: 5px; }
  .mat-radio-button.mat-radio-checked .mat-radio-container .mat-radio-inner-circle {
    transform: scale(0.5);
    left: 5px;
    top: 5px; } }

.mat-form-field-wrapper {
  padding-bottom: 20px; }
  .mat-form-field-wrapper .mat-form-field-flex {
    border-radius: 0;
    padding: .4em .75em 0 .75em;
    background-color: #FFFFFF;
    border: 1px solid #C8C8C8;
    overflow: hidden;
    height: 50px;
    transition: all 200ms; }

.mat-form-field-prefix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-prefix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-prefix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-suffix .mat-icon {
  font-size: 150%;
  line-height: 1.125; }

.mat-form-field-suffix .mat-icon-button {
  height: 1.5em;
  width: 1.5em; }
  .mat-form-field-suffix .mat-icon-button .mat-icon {
    height: 1.125em;
    line-height: 1.125; }

.mat-form-field-infix {
  padding: .25em 0 0;
  border-top: 0.84375em solid transparent; }

.mat-form-field-can-float.mat-form-field-should-float .mat-form-field-label {
  transform: translateY(-0.59375em) scale(0.875) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-0.59375em) scale(0.875);
  width: 133.33333%; }

.mat-form-field-can-float .mat-input-server:focus + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.875) perspective(100px) translateZ(0.001px);
  -ms-transform: translateY(-1.28125em) scale(0.875);
  width: 133.33333%; }

.mat-form-field-can-float .mat-input-server[label]:not(:label-shown) + .mat-form-field-label-wrapper .mat-form-field-label {
  transform: translateY(-1.28125em) scale(0.875) perspective(100px) translateZ(0.00102px);
  -ms-transform: translateY(-1.28123em) scale(0.875);
  width: 133.33335%; }

.mat-form-field-label-wrapper {
  top: -0.84375em;
  padding-top: 0.84375em; }

.mat-form-field-label {
  top: 1.09375em;
  margin-top: -.5em; }

input.mat-input-element {
  margin-top: -0.0625em;
  line-height: normal; }

.phone-number-prefix-present input.mat-input-element {
  line-height: inherit; }

.mat-radio-disabled .mat-radio-outer-circle {
  border-color: #979797; }

.mat-radio-disabled .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 0, 0, 0.1); }

.mat-radio-disabled .mat-radio-inner-circle {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-radio-disabled .mat-radio-label-content {
  color: #979797; }

.mat-radio-button.mat-primary .mat-radio-inner-circle {
  background-color: #00778F; }

.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-radio-button.mat-accent .mat-radio-inner-circle {
  background-color: #00778F; }

.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle {
  border-color: #D8292F; }

.mat-radio-button.mat-warn .mat-radio-inner-circle {
  background-color: #D8292F; }

.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-select-content {
  background: #FFFFFF; }

.mat-select-panel-done-animating {
  background: #FFFFFF; }

.mat-select-value {
  color: #2A2A2A;
  display: block;
  max-width: calc(100% - 40px); }

.mat-select-placeholder {
  color: #979797; }

.mat-select-disabled .mat-select-value {
  color: #979797; }

.mat-select .mat-select-trigger {
  display: block; }
  .mat-select .mat-select-trigger .mat-select-value {
    display: block;
    max-width: calc(100% - 40px); }
    .mat-select .mat-select-trigger .mat-select-value .mat-select-placeholder {
      display: block; }
  .mat-select .mat-select-trigger .mat-select-arrow-wrapper {
    display: inline-block;
    width: 45px;
    height: 64px;
    position: absolute;
    right: -15px;
    top: -30px;
    text-align: center;
    padding-top: 1.5em;
    background: #EBEBEB; }
    .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
      color: #737373;
      text-align: center;
      margin: auto;
      width: 10px;
      height: 10px;
      border: 0 solid;
      border-right: 1px solid;
      border-bottom: 1px solid;
      transform: rotate(45deg); }

.mat-form-field-type-mat-select .mat-form-field-label-wrapper .mat-form-field-label {
  width: calc(100% - 40px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.ac-mat-select-nav-dropdown {
  line-height: 1.75;
  font-weight: 600; }
  .ac-mat-select-nav-dropdown .mat-form-field-wrapper {
    padding: 0; }
    .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-input-flex,
    .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-form-field-flex {
      box-shadow: none; }
      .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-input-flex .mat-form-field-infix,
      .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
        border: 0;
        padding: 0.5em 0 0 0; }
    .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-select .mat-select-trigger .mat-select-arrow-wrapper {
      background: transparent;
      top: 0.25em;
      padding: 0;
      height: auto; }
      .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-select .mat-select-trigger .mat-select-arrow-wrapper .mat-select-arrow {
        color: #D8292F; }
    .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-input-underline,
    .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-form-field-underline {
      background-color: #C8C8C8; }
      .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-input-underline .mat-form-field-ripple,
      .ac-mat-select-nav-dropdown .mat-form-field-wrapper .mat-form-field-underline .mat-form-field-ripple {
        background-color: #737373; }
  @media only screen and (max-width: 767px) {
    .ac-mat-select-nav-dropdown {
      font-size: 1.16667rem; } }

.mat-select-panel {
  box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12); }
  .mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple) {
    background: rgba(0, 0, 0, 0.12); }

.mat-form-field.mat-focused.mat-primary .mat-select-arrow {
  color: #4A4F55; }

.mat-form-field.mat-focused.mat-accent .mat-select-arrow {
  color: #00778F; }

.mat-form-field.mat-focused.mat-warn .mat-select-arrow {
  color: #D8292F; }

.mat-input-element {
  caret-color: #4A4F55; }
  .mat-input-element:disabled {
    color: #979797; }
  .mat-input-element::placeholder {
    color: #979797;
    text-overflow: ellipsis !important; }
  .mat-input-element::-moz-placeholder {
    color: #979797;
    text-overflow: ellipsis !important; }
  .mat-input-element::-webkit-input-placeholder {
    color: #979797;
    text-overflow: ellipsis !important; }
  .mat-input-element:-ms-input-placeholder {
    color: #979797;
    text-overflow: ellipsis !important; }

.mat-list-item-disabled {
  background-color: #F5F5F5; }

.mat-list-option:hover {
  background: #F5F5F5; }

.mat-list-option.mat-list-item-focus {
  background: #F5F5F5; }

.mat-focused .mat-form-field-label {
  color: #4A4F55; }

.mat-focused .mat-form-field-label.mat-accent {
  color: #00778F; }

.mat-focused .mat-form-field-label.mat-warn {
  color: #D8292F; }

.mat-focused .mat-form-field-required-marker {
  color: #00778F; }

.mat-form-field-ripple {
  background-color: #4A4F55; }

.mat-form-field-ripple.mat-accent {
  background-color: #00778F; }

.mat-form-field-ripple.mat-warn {
  background-color: #D8292F; }

.mat-form-field-invalid.ng-invalid.ng-touched .mat-form-field-label.mat-accent {
  color: #D8292F; }

.mat-form-field-invalid.ng-invalid.ng-touched .mat-form-field-ripple {
  background-color: #D8292F; }

.mat-form-field-invalid.ng-invalid.ng-touched .mat-input-element, .mat-form-field-invalid.ng-invalid.ng-touched .mat-form-field-prefix {
  color: #000000; }

.mat-checkbox-checkmark {
  fill: #fafafa; }

.mat-checkbox-checkmark-path {
  stroke: #fafafa !important; }

.mat-checkbox-mixedmark {
  background-color: #F5F5F5; }

.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background {
  background-color: #00778F; }

.mat-checkbox-checked.mat-primary .mat-checkbox-background {
  background-color: #00778F; }

.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background {
  background-color: #00778F; }

.mat-checkbox-checked.mat-accent .mat-checkbox-background {
  background-color: #00778F; }

.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background {
  background-color: #D8292F; }

.mat-checkbox-checked.mat-warn .mat-checkbox-background {
  background-color: #D8292F; }

.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background {
  background-color: #979797; }

.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background {
  background-color: #979797; }

.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame {
  border-color: #979797; }

.mat-checkbox-disabled .mat-checkbox-label {
  color: #979797; }

.mat-checkbox:not(.mat-checkbox-disabled).mat-primary .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-accent .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-checkbox:not(.mat-checkbox-disabled).mat-warn .mat-checkbox-ripple .mat-ripple-element {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-autocomplete-panel {
  background: #FFFFFF;
  color: #2A2A2A; }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover) {
    background: #4A4F55;
    color: #FFFFFF; }
  .mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled) {
    color: #FFFFFF;
    background: #4A4F55; }

.mat-primary .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00778F; }

.mat-primary .mat-pseudo-checkbox-checked {
  background: #00778F; }

.mat-primary .mat-pseudo-checkbox-indeterminate {
  background: #00778F; }

.mat-primary .mat-slider-track-fill {
  background-color: #00778F; }

.mat-primary .mat-slider-thumb {
  background-color: #00778F; }

.mat-primary .mat-slider-thumb-label {
  background-color: #00778F; }

.mat-primary .mat-slider-thumb-label-text {
  color: #FFFFFF; }

.mat-accent .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #00778F; }

.mat-accent .mat-pseudo-checkbox-checked {
  background: #00778F; }

.mat-accent .mat-pseudo-checkbox-indeterminate {
  background: #00778F; }

.mat-accent .mat-input-element {
  caret-color: #00778F; }

.mat-accent .mat-slider-track-fill {
  background-color: #00778F; }

.mat-accent .mat-slider-thumb {
  background-color: #00778F; }

.mat-accent .mat-slider-thumb-label {
  background-color: #00778F; }

.mat-accent .mat-slider-thumb-label-text {
  color: #FFFFFF; }

.mat-warn .mat-option.mat-selected:not(.mat-option-disabled) {
  color: #D8292F; }

.mat-warn .mat-pseudo-checkbox-checked {
  background: #D8292F; }

.mat-warn .mat-pseudo-checkbox-indeterminate {
  background: #D8292F; }

.mat-warn .mat-input-element {
  caret-color: #D8292F; }

.mat-warn .mat-slider-track-fill {
  background-color: #D8292F; }

.mat-warn .mat-slider-thumb {
  background-color: #D8292F; }

.mat-warn .mat-slider-thumb-label {
  background-color: #D8292F; }

.mat-warn .mat-slider-thumb-label-text {
  color: #FFFFFF; }

.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled) {
  background: #4A4F55;
  color: #FFFFFF; }

.mat-option.mat-active {
  background: #4A4F55;
  color: #FFFFFF; }

.mat-option.mat-option-disabled {
  color: #979797; }

.mat-optgroup-disabled .mat-optgroup-label {
  color: #979797; }

.mat-pseudo-checkbox {
  color: #737373; }
  .mat-pseudo-checkbox::after {
    color: #F5F5F5; }

.mat-pseudo-checkbox-checked {
  background: #00778F; }

.mat-pseudo-checkbox-indeterminate {
  background: #00778F; }

.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-disabled {
  background: #b0b0b0; }

.mat-option {
  font-size: 1.14286rem;
  color: #2A2A2A;
  background: #FFFFFF; }
  @media (max-width: 768px) {
    .mat-option {
      font-size: 1.33333rem; } }
  .mat-option:hover:not(.mat-option-disabled) {
    background: #4A4F55;
    color: #FFFFFF; }
  .mat-option:focus:not(.mat-option-disabled) {
    background: #4A4F55;
    color: #FFFFFF; }

.mat-optgroup-label {
  font: 500 14px/24px;
  color: #737373; }

.mat-list .mat-list-item {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-list .mat-list-item {
      font-size: 1.33333rem; } }
  .mat-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-list .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }

.mat-list .mat-list-option {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-list .mat-list-option {
      font-size: 1.33333rem; } }
  .mat-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-list .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }

.mat-list .mat-subheader {
  font-size: 1rem;
  font-weight: 500;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-list .mat-subheader {
      font-size: 1.16667rem; } }

.mat-nav-list .mat-list-item {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-nav-list .mat-list-item {
      font-size: 1.33333rem; } }
  .mat-nav-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-nav-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-nav-list .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }
  .mat-nav-list .mat-list-item:hover {
    background: #F5F5F5; }

.mat-nav-list .mat-list-option {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-nav-list .mat-list-option {
      font-size: 1.33333rem; } }
  .mat-nav-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-nav-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-nav-list .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }

.mat-nav-list .mat-subheader {
  font-size: 1rem;
  font-weight: 500;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-nav-list .mat-subheader {
      font-size: 1.16667rem; } }

.mat-nav-list .mat-list-item.mat-list-item-focus {
  background: #F5F5F5; }

.mat-selection-list .mat-list-item {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-selection-list .mat-list-item {
      font-size: 1.33333rem; } }
  .mat-selection-list .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-selection-list .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }

.mat-selection-list .mat-list-option {
  font-size: 1.14286rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-selection-list .mat-list-option {
      font-size: 1.33333rem; } }
  .mat-selection-list .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 1rem; }
      @media (max-width: 768px) {
        .mat-selection-list .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1.16667rem; } }

.mat-selection-list .mat-subheader {
  font-size: 1rem;
  font-weight: 500;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-selection-list .mat-subheader {
      font-size: 1.16667rem; } }

.mat-list[dense] .mat-list-item {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-list[dense] .mat-list-item {
      font-size: 1rem; } }
  .mat-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-list[dense] .mat-list-option {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-list[dense] .mat-list-option {
      font-size: 1rem; } }
  .mat-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-list[dense] .mat-subheader {
  font-weight: 500; }

.mat-nav-list[dense] .mat-list-item {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-nav-list[dense] .mat-list-item {
      font-size: 1rem; } }
  .mat-nav-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-nav-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-nav-list[dense] .mat-list-option {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-nav-list[dense] .mat-list-option {
      font-size: 1rem; } }
  .mat-nav-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-nav-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-nav-list[dense] .mat-subheader {
  font-weight: 500; }

.mat-selection-list[dense] .mat-list-item {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-selection-list[dense] .mat-list-item {
      font-size: 1rem; } }
  .mat-selection-list[dense] .mat-list-item .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-selection-list[dense] .mat-list-item .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-selection-list[dense] .mat-list-option {
  font-size: 0.85714rem; }
  @media (max-width: 768px) {
    .mat-selection-list[dense] .mat-list-option {
      font-size: 1rem; } }
  .mat-selection-list[dense] .mat-list-option .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-selection-list[dense] .mat-list-option .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-selection-list[dense] .mat-subheader {
  font-weight: 500; }

.ac-form-errors {
  color: #D8292F;
  margin-bottom: 20px; }

form.ac-form-wrapper.ng-invalid.ng-touched {
  color: #2A2A2A;
  border: 0;
  height: auto; }

.ng-invalid.ng-touched .ac-pseudo-form {
  border: 0px;
  height: auto;
  padding-left: 0px;
  padding-right: 0px; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-underline {
    top: 48px; }
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    position: relative;
    width: 100%; }
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix select {
    padding: 25px 50px 5px 0.5em !important; }
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix {
    position: relative !important; }
  .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
    position: relative;
    top: -3px; }
  .form_field_spacing.text_wrap .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
    top: -5px; } }

@-moz-document url-prefix() {
  .mat-form-field.mat-form-field-type-mat-native-select .mat-form-field-wrapper .mat-form-field-flex .mat-form-field-infix select {
    padding: 25px 50px 5px 5px !important; } }

/** 
  Mixin font-size-variant-rem is used as a wrapper to call getSizeinRem function based on media query
* The method will accept two parameters $lg(desktop specific) and $xs(mobile specific)
* Method can be used in following ways:
* @include font-size-variant-rem(16, 14) -> this will convert 16 to equivalent rem value for desktop
and 14 to equivalent rem value for mobile.
* @include font-size-variant-rem(16) ~  font-size-variant-rem(16,16)-> this will convert 16 to equivalent
rem value for both desktop and mobile 
*/
/** 
  Function getSizeinRem is used to convert the px units into the rem units
* The method will accept two parameters $relativeUnits(Only digits) and $baseFontSize(can have either 14 or 12): by default set to the base value of desktop(14)
* Method can be used in following ways:
* font-size: getSizeinRem(16) ~ font-size: getSizeinRem(16,14) -> this will convert 16 to equivalent rem value for desktop taking by default 14 as base
* font-size: getSizeinRem(16,12) -> this will convert 16 to equivalent rem value for mobile (as the base passed is 12)
*/
.mat-h1 {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-headline {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-typography {
  font: 400 14px/20px; }
  .mat-typography h1 {
    font: 400 24px/32px;
    margin: 0 0 16px; }
  .mat-typography h2 {
    font: 500 20px/32px;
    margin: 0 0 16px; }
  .mat-typography h3 {
    font: 400 16px/28px;
    margin: 0 0 16px; }
  .mat-typography h4 {
    font: 400 15px/24px;
    margin: 0 0 16px; }
  .mat-typography h5 {
    font: 400 11.62px/20px;
    margin: 0 0 12px; }
  .mat-typography h6 {
    font: 400 9.38px/20px;
    margin: 0 0 12px; }
  .mat-typography p {
    margin: 0 0 12px; }
  .mat-typography .mat-display-4 {
    font: 300 112px/112px;
    margin: 0 0 56px;
    letter-spacing: -0.05em; }
  .mat-typography .mat-display-3 {
    font: 400 56px/56px;
    margin: 0 0 64px;
    letter-spacing: -0.02em; }
  .mat-typography .mat-display-2 {
    font: 400 45px/48px;
    margin: 0 0 64px;
    letter-spacing: -0.005em; }
  .mat-typography .mat-display-1 {
    font: 400 34px/40px;
    margin: 0 0 64px; }

.mat-h2 {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-title {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-h3 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-subheading-2 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-h4 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-subheading-1 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-h5 {
  font: 400 11.62px/20px;
  margin: 0 0 12px; }

.mat-h6 {
  font: 400 9.38px/20px;
  margin: 0 0 12px; }

.mat-body-strong {
  font: 500 14px/24px; }

.mat-body-2 {
  font: 500 14px/24px; }

.mat-body {
  font: 400 14px/20px; }
  .mat-body p {
    margin: 0 0 12px; }

.mat-body-1 {
  font: 400 14px/20px; }
  .mat-body-1 p {
    margin: 0 0 12px; }

.mat-small {
  font: 400 12px/20px; }

.mat-caption {
  font: 400 12px/20px; }

.mat-display-4 {
  font: 300 112px/112px;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3 {
  font: 400 56px/56px;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2 {
  font: 400 45px/48px;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1 {
  font: 400 34px/40px;
  margin: 0 0 64px; }

.cdk-global-overlay-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  overflow-y: auto;
  pointer-events: all; }
  .cdk-global-overlay-wrapper .ac-mat-dialog {
    width: auto;
    height: auto;
    max-height: 80vh;
    display: flex;
    flex-direction: column; }
    .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-large .mat-dialog-container {
      width: 980px; }
    .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-medium .mat-dialog-container {
      width: 720px; }
    .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-normal .mat-dialog-container {
      width: 540px; }
    .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-small .mat-dialog-container {
      width: 400px; }
    .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-medium-large .mat-dialog-container {
      width: 800px; }
    @media only screen and (max-width: 767px) {
      .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container {
        width: 100%;
        max-width: 100%; }
      .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-large .mat-dialog-container, .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-medium .mat-dialog-container, .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-normal .mat-dialog-container, .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-small .mat-dialog-container, .cdk-global-overlay-wrapper .ac-mat-dialog.ac-mat-dialog-medium-large .mat-dialog-container {
        width: 100%;
        max-width: 100%; } }
    .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container {
      max-width: 80vw;
      padding: 0;
      border-radius: 0;
      overflow: visible; }
      @media only screen and (max-width: 767px) {
        .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container {
          position: absolute;
          top: 0;
          left: 0;
          height: 100%;
          max-height: 100%; } }
      .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container > * {
        display: block;
        margin-bottom: 5vh;
        background: #FFFFFF; }
        @media only screen and (max-width: 767px) {
          .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container > * {
            margin-bottom: 0;
            position: absolute;
            bottom: 0;
            left: 0;
            max-height: 100%;
            width: 100%;
            overflow-y: auto; } }
      .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header {
        position: relative;
        display: block; }
        .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .mat-dialog-title {
          height: 55px;
          background: #2A2A2A;
          color: #FFFFFF;
          padding: 15px 20px;
          padding-right: 55px;
          margin: 0;
          font-weight: 500; }
          .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .mat-dialog-title h1 {
            margin: 0;
            font-size: 1.28571rem;
            font-weight: 400;
            display: inline-block; }
          @media only screen and (max-width: 767px) {
            .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .mat-dialog-title {
              height: 50px; }
              .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .mat-dialog-title h1 {
                font-size: 1.33333rem; } }
        .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .ac-mat-dialog-close {
          position: absolute;
          right: 0;
          top: 0;
          color: #FFFFFF;
          margin: 10px;
          padding: 10px; }
          .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-header .ac-mat-dialog-close:disabled {
            opacity: 0.5;
            cursor: not-allowed; }
      .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container .mat-dialog-content {
        padding: 20px;
        margin: 0;
        max-height: none;
        overflow: visible; }
        .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container .mat-dialog-content:before, .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container .mat-dialog-content:after {
          content: " ";
          display: table;
          clear: both; }
      @media only screen and (max-width: 767px) {
        .cdk-global-overlay-wrapper .ac-mat-dialog .mat-dialog-container ac-mat-dialog-footer .ac-mat-dialog-actions {
          padding: 20px; } }
    @media only screen and (max-width: 767px) {
      .cdk-global-overlay-wrapper .ac-mat-dialog.mat-scrollable-dialog-content .mat-dialog-container > * {
        top: 0;
        height: 100%; } }
    .cdk-global-overlay-wrapper .ac-mat-dialog.mat-scrollable-dialog-content .mat-dialog-container .mat-dialog-content {
      max-height: 70vh;
      overflow-y: auto; }
      @media only screen and (max-width: 767px) {
        .cdk-global-overlay-wrapper .ac-mat-dialog.mat-scrollable-dialog-content .mat-dialog-container .mat-dialog-content {
          max-height: calc(100% - 180px);
          position: absolute;
          top: 50px;
          left: 0; } }
    @media only screen and (max-width: 767px) {
      .cdk-global-overlay-wrapper .ac-mat-dialog.mat-scrollable-dialog-content .mat-dialog-container ac-mat-dialog-footer {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0; }
        .cdk-global-overlay-wrapper .ac-mat-dialog.mat-scrollable-dialog-content .mat-dialog-container ac-mat-dialog-footer .ac-mat-dialog-actions {
          padding-top: 20px;
          height: 130px;
          border-top: 1px solid #C8C8C8; } }
    @media only screen and (max-width: 767px) {
      .cdk-global-overlay-wrapper .ac-mat-dialog.mat-full-screen-mobile-dialog .mat-dialog-container > * {
        height: 100%; } }

ac-mat-dialog-footer {
  display: block; }
  ac-mat-dialog-footer .ac-mat-dialog-actions {
    width: 100%;
    padding: 20px;
    padding-top: 0;
    margin-bottom: 0;
    flex-direction: row-reverse;
    box-sizing: border-box; }
    ac-mat-dialog-footer .ac-mat-dialog-actions button {
      order: 1;
      margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      ac-mat-dialog-footer .ac-mat-dialog-actions {
        padding: 0; }
        ac-mat-dialog-footer .ac-mat-dialog-actions button {
          order: 2;
          width: 100%;
          margin-left: 0;
          margin-top: 10px; } }
  ac-mat-dialog-footer .ac-dialog-footer-checkbox {
    font-size: 1rem;
    padding: 0px 20px; }
    @media (max-width: 768px) {
      ac-mat-dialog-footer .ac-dialog-footer-checkbox {
        font-size: 1.16667rem; } }
  @media only screen and (max-width: 767px) {
    ac-mat-dialog-footer .ac-dialog-footer-checkbox {
      padding: 0px;
      width: 100%;
      margin-bottom: 20px;
      text-align: center; } }

/** 
  Mixin font-size-variant-rem is used as a wrapper to call getSizeinRem function based on media query
* The method will accept two parameters $lg(desktop specific) and $xs(mobile specific)
* Method can be used in following ways:
* @include font-size-variant-rem(16, 14) -> this will convert 16 to equivalent rem value for desktop
and 14 to equivalent rem value for mobile.
* @include font-size-variant-rem(16) ~  font-size-variant-rem(16,16)-> this will convert 16 to equivalent
rem value for both desktop and mobile 
*/
/** 
  Function getSizeinRem is used to convert the px units into the rem units
* The method will accept two parameters $relativeUnits(Only digits) and $baseFontSize(can have either 14 or 12): by default set to the base value of desktop(14)
* Method can be used in following ways:
* font-size: getSizeinRem(16) ~ font-size: getSizeinRem(16,14) -> this will convert 16 to equivalent rem value for desktop taking by default 14 as base
* font-size: getSizeinRem(16,12) -> this will convert 16 to equivalent rem value for mobile (as the base passed is 12)
*/
.mat-h1 {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-headline {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-typography {
  font: 400 14px/20px; }
  .mat-typography h1 {
    font: 400 24px/32px;
    margin: 0 0 16px; }
  .mat-typography h2 {
    font: 500 20px/32px;
    margin: 0 0 16px; }
  .mat-typography h3 {
    font: 400 16px/28px;
    margin: 0 0 16px; }
  .mat-typography h4 {
    font: 400 15px/24px;
    margin: 0 0 16px; }
  .mat-typography h5 {
    font: 400 11.62px/20px;
    margin: 0 0 12px; }
  .mat-typography h6 {
    font: 400 9.38px/20px;
    margin: 0 0 12px; }
  .mat-typography p {
    margin: 0 0 12px; }
  .mat-typography .mat-display-4 {
    font: 300 112px/112px;
    margin: 0 0 56px;
    letter-spacing: -0.05em; }
  .mat-typography .mat-display-3 {
    font: 400 56px/56px;
    margin: 0 0 64px;
    letter-spacing: -0.02em; }
  .mat-typography .mat-display-2 {
    font: 400 45px/48px;
    margin: 0 0 64px;
    letter-spacing: -0.005em; }
  .mat-typography .mat-display-1 {
    font: 400 34px/40px;
    margin: 0 0 64px; }

.mat-h2 {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-title {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-h3 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-subheading-2 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-h4 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-subheading-1 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-h5 {
  font: 400 11.62px/20px;
  margin: 0 0 12px; }

.mat-h6 {
  font: 400 9.38px/20px;
  margin: 0 0 12px; }

.mat-body-strong {
  font: 500 14px/24px; }

.mat-body-2 {
  font: 500 14px/24px; }

.mat-body {
  font: 400 14px/20px; }
  .mat-body p {
    margin: 0 0 12px; }

.mat-body-1 {
  font: 400 14px/20px; }
  .mat-body-1 p {
    margin: 0 0 12px; }

.mat-small {
  font: 400 12px/20px; }

.mat-caption {
  font: 400 12px/20px; }

.mat-display-4 {
  font: 300 112px/112px;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3 {
  font: 400 56px/56px;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2 {
  font: 400 45px/48px;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1 {
  font: 400 34px/40px;
  margin: 0 0 64px; }

.mat-button {
  font-size: 1rem;
  font-weight: normal; }
  @media (max-width: 768px) {
    .mat-button {
      font-size: 1.16667rem; } }
  .mat-button.ac-mat-button {
    border-radius: 0;
    transition: background-color ease 300ms;
    min-height: 40px;
    white-space: normal;
    padding: 0 20px;
    overflow: hidden; }
    .mat-button.ac-mat-button.ac-mat-button-full-width {
      width: 100%; }
    @media only screen and (max-width: 767px) {
      .mat-button.ac-mat-button.ac-mat-button-full-widthXS {
        width: 100%; } }
    .mat-button.ac-mat-button.ac-mat-primary-button {
      background: #005078;
      color: #FFFFFF;
      border: 1px solid #005078;
      height: 50px;
      min-width: 130px; }
      .mat-button.ac-mat-button.ac-mat-primary-button:hover, .mat-button.ac-mat-button.ac-mat-primary-button:focus {
        background: #004060;
        border: 1px solid #004060; }
    .mat-button.ac-mat-button.ac-mat-secondary-button {
      background: #4A4F55;
      color: #FFFFFF;
      border: 1px solid #4A4F55; }
      .mat-button.ac-mat-button.ac-mat-secondary-button:hover, .mat-button.ac-mat-button.ac-mat-secondary-button:focus {
        background: #2A2A2A;
        border: 1px solid #2A2A2A; }
    .mat-button.ac-mat-button.ac-mat-ghost-button {
      background: #FFFFFF;
      color: #005078;
      box-shadow: none;
      border-color: transparent;
      font-weight: 600;
      height: 50px;
      min-width: 130px; }
      .mat-button.ac-mat-button.ac-mat-ghost-button:hover, .mat-button.ac-mat-button.ac-mat-ghost-button:focus {
        background: #FFFFFF;
        box-shadow: none;
        border-color: transparent;
        text-decoration: underline; }
    .mat-button.ac-mat-button.ac-mat-disabled-button {
      background: #737373;
      border: 1px solid #737373;
      color: #FFFFFF; }
      .mat-button.ac-mat-button.ac-mat-disabled-button:hover, .mat-button.ac-mat-button.ac-mat-disabled-button:focus {
        background: #737373;
        border: 1px solid #737373; }
    .mat-button.ac-mat-button.ac-mat-outline-button {
      background: transparent;
      border: 1px solid #D8292F;
      color: #D8292F;
      transition: none; }
      .mat-button.ac-mat-button.ac-mat-outline-button:hover, .mat-button.ac-mat-button.ac-mat-outline-button:focus {
        background: #B52327;
        color: #FFFFFF;
        border: 1px solid #B52327; }

.mat-raised-button {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .mat-raised-button {
      font-size: 1.16667rem; } }

.mat-icon-button {
  font-size: 1rem;
  font-weight: 500;
  background: transparent; }
  @media (max-width: 768px) {
    .mat-icon-button {
      font-size: 1.16667rem; } }

.mat-stroked-button {
  font-size: 1rem;
  font-weight: 500;
  background: transparent; }
  @media (max-width: 768px) {
    .mat-stroked-button {
      font-size: 1.16667rem; } }

.mat-flat-button {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .mat-flat-button {
      font-size: 1.16667rem; } }

.mat-fab {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .mat-fab {
      font-size: 1.16667rem; } }

.mat-mini-fab {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A;
  background-color: #FFFFFF; }
  @media (max-width: 768px) {
    .mat-mini-fab {
      font-size: 1.16667rem; } }

.mat-button.mat-primary {
  color: #00778F; }
  .mat-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(63, 81, 181, 0.12); }
  .mat-button.mat-primary .mat-ripple-element {
    background-color: rgba(63, 81, 181, 0.1); }

.mat-icon-button.mat-primary {
  color: #00778F; }
  .mat-icon-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(63, 81, 181, 0.12); }
  .mat-icon-button.mat-primary .mat-ripple-element {
    background-color: rgba(63, 81, 181, 0.2); }

.mat-stroked-button.mat-primary {
  color: #00778F; }
  .mat-stroked-button.mat-primary .mat-button-focus-overlay {
    background-color: rgba(63, 81, 181, 0.12); }

.mat-button.mat-accent {
  color: #00778F; }
  .mat-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(255, 64, 129, 0.12); }
  .mat-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 64, 129, 0.1); }

.mat-icon-button.mat-accent {
  color: #00778F; }
  .mat-icon-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(255, 64, 129, 0.12); }
  .mat-icon-button.mat-accent .mat-ripple-element {
    background-color: rgba(255, 64, 129, 0.2); }

.mat-stroked-button.mat-accent {
  color: #00778F; }
  .mat-stroked-button.mat-accent .mat-button-focus-overlay {
    background-color: rgba(255, 64, 129, 0.12); }

.mat-button.mat-warn {
  color: #D8292F; }
  .mat-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(244, 67, 54, 0.12); }
  .mat-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.1); }

.mat-icon-button.mat-warn {
  color: #D8292F; }
  .mat-icon-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(244, 67, 54, 0.12); }
  .mat-icon-button.mat-warn .mat-ripple-element {
    background-color: rgba(244, 67, 54, 0.2); }

.mat-stroked-button.mat-warn {
  color: #D8292F; }
  .mat-stroked-button.mat-warn .mat-button-focus-overlay {
    background-color: rgba(244, 67, 54, 0.12); }

.mat-button[disabled] .mat-button-focus-overlay {
  background-color: transparent; }

.mat-icon-button[disabled] .mat-button-focus-overlay {
  background-color: transparent; }

.mat-icon-button[disabled] .mat-paginator-decrement {
  border-color: #979797; }

.mat-icon-button[disabled] .mat-paginator-increment {
  border-color: #979797; }

.mat-icon-button[disabled] .mat-paginator-first {
  border-color: #979797; }

.mat-icon-button[disabled] .mat-paginator-last {
  border-color: #979797; }

.mat-stroked-button[disabled] .mat-button-focus-overlay {
  background-color: transparent; }

.mat-button.mat-primary[disabled] {
  color: #979797; }

.mat-button.mat-accent[disabled] {
  color: #979797; }

.mat-button.mat-warn[disabled] {
  color: #979797; }

.mat-icon-button.mat-primary[disabled] {
  color: #979797; }

.mat-icon-button.mat-accent[disabled] {
  color: #979797; }

.mat-icon-button.mat-warn[disabled] {
  color: #979797; }

.mat-icon-button[disabled][disabled] {
  color: #979797; }

.mat-stroked-button.mat-primary[disabled] {
  color: #979797; }

.mat-stroked-button.mat-accent[disabled] {
  color: #979797; }

.mat-stroked-button.mat-warn[disabled] {
  color: #979797; }

.mat-stroked-button[disabled][disabled] {
  color: #979797; }

.mat-raised-button.mat-primary {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-raised-button.mat-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-fab.mat-primary {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-fab.mat-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-mini-fab.mat-primary {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-mini-fab.mat-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-raised-button.mat-accent {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-raised-button.mat-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-fab.mat-accent {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-fab.mat-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-mini-fab.mat-accent {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-mini-fab.mat-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-raised-button.mat-warn {
  color: #FFFFFF;
  background-color: #D8292F; }
  .mat-raised-button.mat-warn .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-fab.mat-warn {
  color: #FFFFFF;
  background-color: #D8292F; }
  .mat-fab.mat-warn .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-mini-fab.mat-warn {
  color: #FFFFFF;
  background-color: #D8292F; }
  .mat-mini-fab.mat-warn .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-raised-button.mat-primary[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-raised-button.mat-accent[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-raised-button.mat-warn[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-raised-button[disabled][disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-fab.mat-primary[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-fab.mat-accent[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-fab.mat-warn[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-fab[disabled][disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-mini-fab.mat-primary[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-mini-fab.mat-accent[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-mini-fab.mat-warn[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-mini-fab[disabled][disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-flat-button.mat-primary {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-flat-button.mat-primary .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-flat-button.mat-accent {
  color: #FFFFFF;
  background-color: #00778F; }
  .mat-flat-button.mat-accent .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-flat-button.mat-warn {
  color: #FFFFFF;
  background-color: #D8292F; }
  .mat-flat-button.mat-warn .mat-ripple-element {
    background-color: rgba(0, 0, 0, 0.1); }

.mat-flat-button.mat-primary[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-flat-button.mat-accent[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-flat-button.mat-warn[disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-flat-button[disabled][disabled] {
  color: #979797;
  background-color: #F5F5F5; }

.mat-button-toggle {
  color: #979797; }

.mat-button-toggle.cdk-focused .mat-button-toggle-focus-overlay {
  background-color: #F5F5F5; }

.mat-button-toggle-checked {
  background-color: #F5F5F5;
  color: #737373; }

.mat-button-toggle-disabled {
  background-color: #F5F5F5;
  color: #979797; }

.mat-button-toggle-disabled.mat-button-toggle-checked {
  background-color: #979797; }

/** 
  Mixin font-size-variant-rem is used as a wrapper to call getSizeinRem function based on media query
* The method will accept two parameters $lg(desktop specific) and $xs(mobile specific)
* Method can be used in following ways:
* @include font-size-variant-rem(16, 14) -> this will convert 16 to equivalent rem value for desktop
and 14 to equivalent rem value for mobile.
* @include font-size-variant-rem(16) ~  font-size-variant-rem(16,16)-> this will convert 16 to equivalent
rem value for both desktop and mobile 
*/
/** 
  Function getSizeinRem is used to convert the px units into the rem units
* The method will accept two parameters $relativeUnits(Only digits) and $baseFontSize(can have either 14 or 12): by default set to the base value of desktop(14)
* Method can be used in following ways:
* font-size: getSizeinRem(16) ~ font-size: getSizeinRem(16,14) -> this will convert 16 to equivalent rem value for desktop taking by default 14 as base
* font-size: getSizeinRem(16,12) -> this will convert 16 to equivalent rem value for mobile (as the base passed is 12)
*/
.mat-h1 {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-headline {
  font: 400 24px/32px;
  margin: 0 0 16px; }

.mat-typography {
  font: 400 14px/20px; }
  .mat-typography h1 {
    font: 400 24px/32px;
    margin: 0 0 16px; }
  .mat-typography h2 {
    font: 500 20px/32px;
    margin: 0 0 16px; }
  .mat-typography h3 {
    font: 400 16px/28px;
    margin: 0 0 16px; }
  .mat-typography h4 {
    font: 400 15px/24px;
    margin: 0 0 16px; }
  .mat-typography h5 {
    font: 400 11.62px/20px;
    margin: 0 0 12px; }
  .mat-typography h6 {
    font: 400 9.38px/20px;
    margin: 0 0 12px; }
  .mat-typography p {
    margin: 0 0 12px; }
  .mat-typography .mat-display-4 {
    font: 300 112px/112px;
    margin: 0 0 56px;
    letter-spacing: -0.05em; }
  .mat-typography .mat-display-3 {
    font: 400 56px/56px;
    margin: 0 0 64px;
    letter-spacing: -0.02em; }
  .mat-typography .mat-display-2 {
    font: 400 45px/48px;
    margin: 0 0 64px;
    letter-spacing: -0.005em; }
  .mat-typography .mat-display-1 {
    font: 400 34px/40px;
    margin: 0 0 64px; }

.mat-h2 {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-title {
  font: 500 20px/32px;
  margin: 0 0 16px; }

.mat-h3 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-subheading-2 {
  font: 400 16px/28px;
  margin: 0 0 16px; }

.mat-h4 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-subheading-1 {
  font: 400 15px/24px;
  margin: 0 0 16px; }

.mat-h5 {
  font: 400 11.62px/20px;
  margin: 0 0 12px; }

.mat-h6 {
  font: 400 9.38px/20px;
  margin: 0 0 12px; }

.mat-body-strong {
  font: 500 14px/24px; }

.mat-body-2 {
  font: 500 14px/24px; }

.mat-body {
  font: 400 14px/20px; }
  .mat-body p {
    margin: 0 0 12px; }

.mat-body-1 {
  font: 400 14px/20px; }
  .mat-body-1 p {
    margin: 0 0 12px; }

.mat-small {
  font: 400 12px/20px; }

.mat-caption {
  font: 400 12px/20px; }

.mat-display-4 {
  font: 300 112px/112px;
  margin: 0 0 56px;
  letter-spacing: -0.05em; }

.mat-display-3 {
  font: 400 56px/56px;
  margin: 0 0 64px;
  letter-spacing: -0.02em; }

.mat-display-2 {
  font: 400 45px/48px;
  margin: 0 0 64px;
  letter-spacing: -0.005em; }

.mat-display-1 {
  font: 400 34px/40px;
  margin: 0 0 64px; }

.mat-menu-panel {
  background: #FFFFFF; }

.mat-menu-item[disabled] {
  color: #979797; }

.mat-menu-item-submenu-trigger::after {
  color: #737373; }

.mat-menu-item.cdk-program-focused:not([disabled]) {
  background: #F5F5F5; }

.mat-menu-item.cdk-keyboard-focused:not([disabled]) {
  background: #F5F5F5; }

.mat-menu-item-highlighted:not([disabled]) {
  background: #F5F5F5; }

.mat-paginator-decrement {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-paginator-increment {
  border-top: 2px solid rgba(0, 0, 0, 0.54);
  border-right: 2px solid rgba(0, 0, 0, 0.54); }

.mat-paginator-first {
  border-top: 2px solid rgba(0, 0, 0, 0.54); }

.mat-paginator-last {
  border-top: 2px solid rgba(0, 0, 0, 0.54); }

.mat-progress-bar-background {
  fill: #c5cae9; }

.mat-progress-bar-buffer {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-progress-bar-fill::after {
  background-color: #00778F; }

.mat-progress-bar.mat-accent .mat-progress-bar-background {
  fill: #ff80ab; }

.mat-progress-bar.mat-accent .mat-progress-bar-buffer {
  background-color: #00778F; }

.mat-progress-bar.mat-accent .mat-progress-bar-fill::after {
  background-color: #00778F; }

.mat-progress-bar.mat-warn .mat-progress-bar-background {
  fill: #ffcdd2; }

.mat-progress-bar.mat-warn .mat-progress-bar-buffer {
  background-color: rgba(0, 119, 143, 0.15); }

.mat-progress-bar.mat-warn .mat-progress-bar-fill::after {
  background-color: #D8292F; }

.mat-progress-spinner circle {
  stroke: #00778F; }

.mat-spinner circle {
  stroke: #00778F; }

.mat-progress-spinner.mat-accent circle {
  stroke: #00778F; }

.mat-spinner.mat-accent circle {
  stroke: #00778F; }

.mat-progress-spinner.mat-warn circle {
  stroke: #D8292F; }

.mat-spinner.mat-warn circle {
  stroke: #D8292F; }

.mat-drawer-container {
  background-color: #F5F5F5;
  color: #2A2A2A; }

.mat-drawer {
  background-color: #FFFFFF;
  color: #2A2A2A; }

.mat-drawer.mat-drawer-push {
  background-color: #FFFFFF; }

.mat-drawer-backdrop.mat-drawer-shown {
  background-color: #F5F5F5; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #00778F; }

.mat-slide-toggle.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #00778F; }

.mat-slide-toggle:not(.mat-checked) .mat-ripple-element {
  background-color: #F5F5F5; }

.mat-slide-toggle .mat-ripple-element {
  background-color: #00778F; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #00778F; }

.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #00778F; }

.mat-slide-toggle.mat-primary:not(.mat-checked) .mat-ripple-element {
  background-color: #F5F5F5; }

.mat-slide-toggle.mat-primary .mat-ripple-element {
  background-color: rgba(63, 81, 181, 0.12); }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-thumb {
  background-color: #D8292F; }

.mat-slide-toggle.mat-warn.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #D8292F; }

.mat-slide-toggle.mat-warn:not(.mat-checked) .mat-ripple-element {
  background-color: #F5F5F5; }

.mat-slide-toggle.mat-warn .mat-ripple-element {
  background-color: rgba(244, 67, 54, 0.12); }

.mat-disabled .mat-slide-toggle-thumb {
  background-color: #979797; }

.mat-disabled .mat-slide-toggle-bar {
  background-color: #F5F5F5; }

.mat-slide-toggle-thumb {
  background-color: #F5F5F5; }

.mat-slide-toggle-bar {
  background-color: #979797; }

.mat-slider-track-background {
  background-color: #979797; }

.mat-slider-focus-ring {
  background-color: rgba(255, 64, 129, 0.2); }

.mat-slider:hover .mat-slider-track-background {
  background-color: #979797; }

.cdk-focused .mat-slider-track-background {
  background-color: #979797; }

.mat-slider-disabled .mat-slider-track-background {
  background-color: #979797; }

.mat-slider-disabled .mat-slider-track-fill {
  background-color: #979797; }

.mat-slider-disabled .mat-slider-thumb {
  background-color: #979797; }

.mat-slider-disabled:hover .mat-slider-track-background {
  background-color: #979797; }

.mat-slider-min-value .mat-slider-focus-ring {
  background-color: #F5F5F5; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb {
  border-color: #979797;
  background-color: transparent; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb {
  border-color: #979797; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb {
  border-color: #979797; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb {
  border-color: #979797; }

.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb {
  border-color: #979797; }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb {
  background-color: #2A2A2A; }

.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label {
  background-color: #2A2A2A; }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb {
  background-color: #979797; }

.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label {
  background-color: #979797; }

.mat-slider-has-ticks .mat-slider-wrapper::after {
  border-color: #F5F5F5; }

.mat-slider-horizontal .mat-slider-ticks {
  background-image: repeating-linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent);
  background-image: -moz-repeating-linear-gradient(0.0001deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-slider-vertical .mat-slider-ticks {
  background-image: repeating-linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7) 2px, transparent 0, transparent); }

.mat-step-header.cdk-keyboard-focused {
  background-color: #F5F5F5; }

.mat-step-header.cdk-program-focused {
  background-color: #F5F5F5; }

.mat-step-header:hover {
  background-color: #F5F5F5; }

.mat-step-header .mat-step-label {
  color: #979797; }

.mat-step-header .mat-step-optional {
  color: #979797; }

.mat-step-header .mat-step-icon {
  background-color: #00778F;
  color: #FFFFFF; }

.mat-step-header .mat-step-icon-not-touched {
  background-color: #979797;
  color: #FFFFFF; }

.mat-step-header .mat-step-label.mat-step-label-active {
  color: #2A2A2A; }

.mat-stepper-horizontal {
  background-color: #FFFFFF; }

.mat-stepper-vertical {
  background-color: #FFFFFF; }

.mat-stepper-vertical-line::before {
  border-left-color: #F5F5F5; }

.mat-stepper-horizontal-line {
  border-top-color: #F5F5F5; }

.mat-snack-bar-container {
  background: #323232;
  color: #FFFFFF; }

.mat-expansion-panel {
  background: #FFFFFF;
  color: #2A2A2A; }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-keyboard-focused {
  background: #F5F5F5; }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']).cdk-program-focused {
  background: #F5F5F5; }

.mat-expansion-panel:not(.mat-expanded) .mat-expansion-panel-header:not([aria-disabled='true']):hover {
  background: #F5F5F5; }

.mat-action-row {
  border-top-color: #F5F5F5; }

.mat-expansion-panel-header-title {
  color: #2A2A2A; }

.mat-expansion-panel-header-description {
  color: #737373; }

.mat-expansion-indicator::after {
  color: #737373; }

.mat-expansion-panel-header[aria-disabled='true'] {
  color: #979797; }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-title {
    color: inherit; }
  .mat-expansion-panel-header[aria-disabled='true'] .mat-expansion-panel-header-description {
    color: inherit; }

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

.mat-divider-vertical {
  border-right-color: #F5F5F5; }

.mat-simple-snackbar {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-simple-snackbar {
      font-size: 1.16667rem; } }

.mat-simple-snackbar-action {
  line-height: 1;
  font-family: inherit;
  font-size: inherit;
  font-weight: 500;
  color: #00778F; }

.mat-expansion-panel-header {
  font-size: 1.07143rem;
  font-weight: 400; }
  @media (max-width: 768px) {
    .mat-expansion-panel-header {
      font-size: 1.25rem; } }

.mat-expansion-panel-content {
  font: 400 14px/20px; }

.mat-grid-tile-header {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-grid-tile-header {
      font-size: 1.16667rem; } }
  .mat-grid-tile-header .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-header .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-grid-tile-header .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-grid-tile-footer {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-grid-tile-footer {
      font-size: 1.16667rem; } }
  .mat-grid-tile-footer .mat-line {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    box-sizing: border-box; }
    .mat-grid-tile-footer .mat-line:nth-child(n+2) {
      font-size: 0.85714rem; }
      @media (max-width: 768px) {
        .mat-grid-tile-footer .mat-line:nth-child(n+2) {
          font-size: 1rem; } }

.mat-menu-item {
  font-size: 1.14286rem;
  font-weight: 400;
  background: transparent;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-menu-item {
      font-size: 1.33333rem; } }
  .mat-menu-item .mat-icon:not([color]) {
    color: #737373; }
  .mat-menu-item:hover:not([disabled]) {
    background: #F5F5F5; }

.mat-paginator {
  font-size: 0.85714rem;
  background: #FFFFFF;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-paginator {
      font-size: 1rem; } }

.mat-paginator-page-size .mat-select-trigger {
  font-size: 0.85714rem;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-paginator-page-size .mat-select-trigger {
      font-size: 1rem; } }

.mat-select-trigger {
  height: 1.2em; }

.mat-slide-toggle-content {
  font: 400 14px/20px; }

.mat-slider-thumb-label-text {
  font-size: 0.85714rem;
  font-weight: 500; }
  @media (max-width: 768px) {
    .mat-slider-thumb-label-text {
      font-size: 1rem; } }

.mat-step-label {
  font-size: 1rem;
  font-weight: 400; }
  @media (max-width: 768px) {
    .mat-step-label {
      font-size: 1.16667rem; } }

.mat-step-label-selected {
  font-size: 1rem;
  font-weight: 500; }
  @media (max-width: 768px) {
    .mat-step-label-selected {
      font-size: 1.16667rem; } }

.mat-tab-label {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-tab-label {
      font-size: 1.16667rem; } }

.mat-tab-link {
  font-size: 1rem;
  font-weight: 500;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-tab-link {
      font-size: 1.16667rem; } }

.mat-toolbar {
  font: 500 20px/32px;
  margin: 0;
  background: #F5F5F5;
  color: #2A2A2A; }
  .mat-toolbar h1 {
    font: 500 20px/32px;
    margin: 0; }
  .mat-toolbar h2 {
    font: 500 20px/32px;
    margin: 0; }
  .mat-toolbar h3 {
    font: 500 20px/32px;
    margin: 0; }
  .mat-toolbar h4 {
    font: 500 20px/32px;
    margin: 0; }
  .mat-toolbar h5 {
    font: 500 20px/32px;
    margin: 0; }
  .mat-toolbar h6 {
    font: 500 20px/32px;
    margin: 0; }

.mat-tooltip {
  font-size: 0.71429rem;
  padding-top: 6px;
  padding-bottom: 6px;
  background: #737373; }
  @media (max-width: 768px) {
    .mat-tooltip {
      font-size: 0.83333rem; } }

.mat-tooltip-handset {
  font-size: 1rem;
  padding-top: 9px;
  padding-bottom: 9px; }
  @media (max-width: 768px) {
    .mat-tooltip-handset {
      font-size: 1.16667rem; } }

.mat-chip {
  font-size: 0.92857rem;
  line-height: 18px; }
  @media (max-width: 768px) {
    .mat-chip {
      font-size: 1.08333rem; } }
  .mat-chip .mat-chip-remove.mat-icon {
    font-size: 1.28571rem; }
    @media (max-width: 768px) {
      .mat-chip .mat-chip-remove.mat-icon {
        font-size: 1.5rem; } }

.mat-chip:not(.mat-basic-chip) {
  background-color: #F5F5F5;
  color: #2A2A2A; }
  .mat-chip:not(.mat-basic-chip) .mat-chip-remove {
    color: #2A2A2A;
    opacity: 0.4; }
    .mat-chip:not(.mat-basic-chip) .mat-chip-remove:hover {
      opacity: 0.54; }

.mat-header-cell {
  font-size: 0.85714rem;
  font-weight: 500;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-header-cell {
      font-size: 1rem; } }

.mat-cell {
  font-size: 1rem;
  color: #2A2A2A; }
  @media (max-width: 768px) {
    .mat-cell {
      font-size: 1.16667rem; } }

.mat-calendar-body {
  font-size: 0.92857rem; }
  @media (max-width: 768px) {
    .mat-calendar-body {
      font-size: 1.08333rem; } }

.mat-calendar-body-label {
  font-size: 1rem;
  font-weight: 500;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-calendar-body-label {
      font-size: 1.16667rem; } }

.mat-calendar-period-button {
  font-size: 1rem;
  font-weight: 500; }
  @media (max-width: 768px) {
    .mat-calendar-period-button {
      font-size: 1.16667rem; } }

.mat-calendar-table-header {
  color: #979797; }
  .mat-calendar-table-header th {
    font-size: 0.78571rem;
    font-weight: 400; }
    @media (max-width: 768px) {
      .mat-calendar-table-header th {
        font-size: 0.91667rem; } }

.mat-app-background {
  background-color: #F5F5F5;
  color: #2A2A2A; }

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

.mat-card {
  background: #FFFFFF;
  color: #2A2A2A; }

.mat-chip.mat-chip-selected.mat-primary {
  background-color: #00778F;
  color: #FFFFFF; }
  .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove {
    color: #FFFFFF;
    opacity: 0.4; }
    .mat-chip.mat-chip-selected.mat-primary .mat-chip-remove:hover {
      opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-warn {
  background-color: #D8292F;
  color: #FFFFFF; }
  .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove {
    color: #FFFFFF;
    opacity: 0.4; }
    .mat-chip.mat-chip-selected.mat-warn .mat-chip-remove:hover {
      opacity: 0.54; }

.mat-chip.mat-chip-selected.mat-accent {
  background-color: #00778F;
  color: #FFFFFF; }
  .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove {
    color: #FFFFFF;
    opacity: 0.4; }
    .mat-chip.mat-chip-selected.mat-accent .mat-chip-remove:hover {
      opacity: 0.54; }

.mat-table {
  background: #FFFFFF; }

.mat-row {
  border-bottom-color: #F5F5F5; }

.mat-header-row {
  border-bottom-color: #F5F5F5; }

.mat-datepicker-content {
  background-color: #FFFFFF;
  color: #2A2A2A; }

.mat-calendar-arrow {
  border-top-color: #737373; }

.mat-calendar-next-button {
  color: #737373; }

.mat-calendar-previous-button {
  color: #737373; }

.mat-calendar-table-header-divider::after {
  background: rgba(0, 0, 0, 0.12); }

.mat-calendar-body-cell-content {
  color: #2A2A2A;
  border-color: transparent; }

.mat-calendar-body-disabled > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  color: #979797; }

.mat-calendar-body-disabled > .mat-calendar-body-selected {
  background-color: rgba(63, 81, 181, 0.4); }

.mat-calendar-body-disabled > .mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #F5F5F5; }

:not(.mat-calendar-body-disabled):hover > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #F5F5F5; }

.cdk-keyboard-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #F5F5F5; }

.cdk-program-focused .mat-calendar-body-active > .mat-calendar-body-cell-content:not(.mat-calendar-body-selected) {
  background-color: #F5F5F5; }

.mat-calendar-body-selected {
  background-color: #00778F;
  color: #FFFFFF; }

.mat-calendar-body-today:not(.mat-calendar-body-selected) {
  border-color: #979797; }

.mat-calendar-body-today.mat-calendar-body-selected {
  box-shadow: inset 0 0 0 1px #FFFFFF; }

.mat-datepicker-toggle-active {
  color: #00778F; }

.mat-card-title {
  font-size: 1.71429rem;
  font-weight: 400; }
  @media (max-width: 768px) {
    .mat-card-title {
      font-size: 2rem; } }

.mat-card-subtitle {
  font-size: 1rem;
  color: #737373; }
  @media (max-width: 768px) {
    .mat-card-subtitle {
      font-size: 1.16667rem; } }

.mat-card-content {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-card-content {
      font-size: 1.16667rem; } }

.mat-card-header .mat-card-title {
  font-size: 1rem; }
  @media (max-width: 768px) {
    .mat-card-header .mat-card-title {
      font-size: 1.16667rem; } }
