btn-block,
.otp-verify-field,
.otp-verify-field input,
.pricing,
.text-center,
a.text-center {
  text-align: center
}

.decoration-none,
.footer-section a,
.price-list li a,
.sidenav-menu li>a {
  text-decoration: none
}

.clearfix:after,
.container:after,
.row:after {
  clear: both
}

.clear-both {
	clear: both;
}

.check-list li:before {
  content: '';
  display: inline-block;
  height: 14px;
  width: 14px;
  background-image: url(../icon/check-mark-green.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 4px
}

.verify-status-container {
  max-width: 540px;
  margin: auto;
}

.verify-status {
  display: block;
  text-align: left;
  background-color: #fff;
  padding: 10px;
  word-wrap: break-word;
}

.verify-status.error {
  color: #D0021B;
}

.verify-status.success {
  color: #6ee229;
}

.content {
  min-height: 330px
}

body {
  top: 0 !important
}

a {
  color: #1427e6 !important;
  outline: 0
}

.btn-block {
  display: block;
  width: 100%;
  color: #1427e6 !important;
  font-size: 17px;
  font-weight: 400 !important;
  padding: 4px 0;
  border-radius: 8px
}

.mat-option,
p {
  font-size: .875rem
}

.clearfix:after,
.clearfix:before {
  display: table;
  content: " "
}

.pull-left {
  float: left !important
}

.pull-right {
  float: right !important
}

.btn-green {
  background: #6ee229 !important
}

.btn-green:disabled {
  background: #9B9B9B !important
}

.btn-gray {
  background: #9B9B9B !important
}

.btn-blue {
  background: #1427e6 !important
}

.btn-white {
	background: white !important;
	color: black !important;
}

.mat-button[disabled][disabled] {
  background: #9B9B9B !important;
}

.mat-option {
  color: rgba(0, 0, 0, .38);
  line-height: 38px;
  height: 38px
}

.btn-action {
  margin-top: .625rem;
  margin-bottom: 1.875rem
}

.btn-action-smallmargin {
  margin-bottom: 0 !important
}

.checkbox-margin {
  margin: 10px 0 2rem
}

.mat-select-box {
  margin: 0
}

.info-section {
  background: #F4F4F4;
  border-radius: 8px;
  padding: 1.25rem
}

.check-list {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 14px;
  line-height: 24px
}

.check-list li {
  position: relative;
  padding-left: 22px
}

.plan-details .check-list li:before {
  height: 18px;
  width: 18px
}

.sidenav-content {
  height: 100%
}

.mat-toolbar-row {
  padding: 0;
}

.mat-toolbar-row-old {
  height: 28px;
  padding: 0;
}

.mat-toolbar.mat-primary {
  background: #FFFFFF;
  color: #1427e6;
  position: relative;
  z-index: 999;
}

.barcode_loading,
.loading {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.mat-toolbar {
  padding: 16px 16px 10px;
  background: #FFFFFF
}

.mat-toolbar-old {
  min-height: 28px;
  padding: 16px 16px 10px
}

.price {
  display: table
}

.plan-details .details,
.pricing {
  vertical-align: top;
  display: table-cell
}

.pricing {
  font-size: 60px;
  font-weight: 300;
  letter-spacing: -1px;
  padding: 0 .5rem
}

.kWh {
  font-size: 14px;
  color: rgba(0, 0, 0, .7);
  font-weight: 500;
  letter-spacing: .02em
}

.currency {
  font-size: 36px;
  vertical-align: 30%
}

.plan-details .check-list {
  font-size: 16px
}

.plan-details .info-section {
  padding: .9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem
}

.plan-details .info-section p {
  font-size: 1rem;
  margin: 0 0 7px
}

.unit {
  display: block
}

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor
}

.icon-checkmark {
  width: .89453125em
}

.img-responsive {
  max-width: 100%
}

.loading {
  min-height: 390px
}

.barcode_loading {
  min-height: 68px
}

@media (min-width:320px) {
  .header-bg-blue {
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg)
  }

  .mat-sidenav {
    width: 75vw
  }

  .custom-scroll {
    height: calc(100vh - 316px)
  }

  .payment-location .custom-scroll {
    height: calc(100vh - 252px)
  }

  .terms-conditions-scroll .custom-scroll {
    height: calc(100vh - 295px)
  }

  .wizard-steps-panel.steps-quantity-4 .step-number {
    width: 23%
  }
}

@media (min-width:481px) {
  .custom-scroll {
    height: calc(100vh - 294px)
  }

  .payment-location .custom-scroll {
    height: calc(100vh - 252px)
  }

  .terms-conditions-scroll .custom-scroll {
    height: calc(100vh - 295px)
  }
}

@media (min-width:641px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .content {
    width: 540px
  }

  .mat-sidenav {
    width: 75vw
  }

  .custom-scroll {
    height: auto
  }
}

@media (min-width:961px) {
  .mat-dialog-container {
    max-width: 540px
  }

  /* .mat-toolbar.mat-primary {
      margin: 0 5%;
      width: 90%;
  } */
}

@media (min-width:1025px) {
  .mat-dialog-container {
    max-width: 540px
  }
}

@media (min-width:1281px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .mat-sidenav {
    width: 30vw
  }

  .mat-dialog-container {
    max-width: 540px !important
  }

  .custom-scroll {
    height: auto
  }
}

.body_autocomplete .cdk-overlay-container {
  position: absolute;
  z-index: 1000000
}

.icon.check-green {
  margin-right: 10px;
  margin-bottom: -2px
}

.icon.check-white {
  margin-bottom: -2px;
  fill: none;
  width: 10px
}

a.text-center {
  display: block
}

.vertical-divider {
  width: 1px;
  background: #D8D8D8;
  display: inline-block;
  height: 20px;
  margin: 0 10px;
  vertical-align: -30%
}

.horizontal-divider {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .15);
  height: 1px;
  margin: 20px -30px 0
}

.mat-sidenav-container {
  background: 0 0
}

.content h3 {
  color: #323232;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px
}

.content h3.amount,
.content h3.number {
  font-size: 30px;
  font-weight: 300;
  line-height: 36px;
  margin: 2px 0;
  padding: 0
}

.font-medium-size {
  font-size: .875rem
}

.font-small-size {
  font-size: .8125rem !important
}

.margin-left-medium {
  margin-left: 20px
}

.margin-medium-tb {
  margin: 1rem 0
}

.mat-input-placeholder {
  color: grey;
  padding: 8px;
  padding-top: 24px
}

.terms-conditions {
  display: table;
  line-height: 20px
}

.terms-conditions div {
  display: table-cell
}

.mat-dialog-container {
  border-radius: 8px !important;
  padding: 0 !important;
  overflow: inherit;
  max-width: 90vw
}

.mat-dialog-container .dialog-main {
  padding: 1.125rem;
  position: relative
}

.dialog-main .dialog-close-btn {
  position: absolute;
  right: 0;
  top: -50px;
  color: #fff
}

.mat-dialog-container .dialog-info h3 {
  font-size: 16px;
  font-weight: 500
}

.light-text,
.mat-dialog-container .dialog-info p {
  color: #B2B2B2;
  line-height: 19px
}

.mat-dialog-container .footer {
  border-top: 1px solid #D8D8D8
}

.mat-datepicker-content-touch {
  margin: 0
}

.mat-calendar-body-selected {
  background-color: #1427e6
}

.mat-dialog-container .footer .double-block-btn,
.mat-dialog-container .footer .single-btn {
  width: 100%;
  display: block;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  color: #1427e6;
  font-size: 16px;
  padding: 3px 0
}

.mat-dialog-container .footer .double-block-btn {
  border-bottom: 1px solid #D8D8D8;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0
}

.dialog-anchor-list a {
  margin: 0 15px;
  color: #000
}

.half-width {
  width: 49%
}

.icon-circle-check {
  width: 1.25rem
}

.mat-checkbox-layout .mat-checkbox-label {
  font-size: 14px;
  color: #000;
  white-space: normal;
  line-height: 18px;
}

.mat-select-trigger {
  color: rgba(0, 0, 0, .7)
}

.wizard-steps-panel {
  position: relative;
  margin-bottom: 2.5rem
}

.wizard-steps-panel.steps-quantity-4 .step-number {
  width: 24%
}

.step-number:first-child .number:before,
.step-number:last-child .number:after {
  border: 0 !important
}

.wizard-steps-panel .step-number {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  position: relative
}

.wizard-steps-panel .step-number.complete .number,
.wizard-steps-panel .step-number.complete .number:after,
.wizard-steps-panel .step-number.complete .number:before {
  background-color: #1427e6;
  border: 1px solid #1427e6;
  color: #fff
}

.wizard-steps-panel .step-number .number:after {
  content: ' ';
  position: absolute;
  border: 1px solid #dedede;
  left: calc(50% + 20px/2);
  right: -4px;
  top: calc(20px/2)
}

.wizard-steps-panel .step-number .number {
  width: 20px;
  height: 20px;
  background-color: #D8D8D8;
  color: #5a5a5a;
  margin-left: calc(50% - 20px/2);
  border-radius: 50%;
  line-height: 20px;
  margin-bottom: 5px
}

.wizard-steps-panel .step-number.doing .number,
.wizard-steps-panel .step-number.doing .number:after,
.wizard-steps-panel .step-number.doing .number:before {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #fff
}

.wizard-steps-panel .step-number.doing .number:before {
  border: 1px solid #1427e6
}

.wizard-steps-panel .step-number .number:before {
  content: ' ';
  position: absolute;
  border: 1px solid #dedede;
  border-radius: 0;
  left: 0;
  right: calc(50% + 20px/2);
  top: calc(20px/2)
}

.wizard-steps-panel .step-number.doing .number {
  background-color: #1427e6
}

.wizard-steps-panel .step-number .number,
.wizard-steps-panel .step-number.complete .number,
.wizard-steps-panel .step-number.doing .number {
  border: none
}

.wizard-steps-panel .step-number.complete {
  cursor: pointer
}

.complete .step-label:after,
.doing .step-label:after {
  color: #1427e6
}

.step-label:after {
  color: #959595
}

.lg-english .step-1 .step-label:after {
  content: "Account"
}

.lg-english .step-2 .step-label:after {
  content: "Personal"
}

.lg-english .step-3 .step-label:after {
  content: "Service"
}

.lg-english .step-4 .step-label:after {
  content: "Payment"
}

.lg-spanish .step-1 .step-label:after {
  content: "Account"
}

.lg-spanish .step-2 .step-label:after {
  content: "Cuenta"
}

.lg-spanish .step-label:after {
  content: "Servicio"
}

.lg-spanish .step-4 .step-label:after {
  content: "Resumen"
}

.otp-verify {
  font-size: 15px;
  line-height: 20px
}

.otp-verify-field {
  font-size: 1.0625rem
}

@media (min-width:320px) {
  .otp-verify-field input {
    height: 50px;
    width: 40px;
    font-size: 36px;
    font-weight: 500;
    border: 2px solid #E1E1E1;
    border-radius: 4px;
    background-color: #FFF
  }
}

@media (min-width:420px) {
  .otp-verify-field input {
    height: 50px;
    width: 40px;
    margin: 0 5px 15px;
    font-size: 36px;
    font-weight: 500;
    padding: 3px 8px;
    border: 2px solid #E1E1E1;
    border-radius: 4px;
    background-color: #FFF
  }
}

.gray-box {
  background: #F4F4F4;
  border-radius: 8px;
  padding: .75rem .9375rem;
  margin-top: 1.25rem;
  margin-bottom: 1rem
}

.gray-box label {
  opacity: .7;
  color: #000;
  font-size: 14px;
  margin-bottom: 5px;
  font-weight: 500
}

.gray-box .help-text {
  opacity: .7;
  color: #777;
  font-size: 13px;
  margin: 0
}

.anchor-btn,
.back-btn,
.forward-btn {
  color: #1427e6;
  line-height: normal;
  padding: 0;
  font-weight: 400
}

.anchor-btn .mat-button-focus-overlay,
.back-btn .mat-button-focus-overlay,
.forward-btn .mat-button-focus-overlay {
  background: 0 0
}

.account-no-box,
.price-list li a {
  border-radius: 8px;
  background-color: #FFF;
  text-align: center
}

.back-btn .mat-icon,
.forward-btn .mat-icon {
  height: 18px;
  line-height: 16px
}

.anchor-btn,
.back-btn {
  min-width: auto;
  font-size: 1rem
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 10px 0
}

.price-list li {
  display: inline-block;
  margin: 0 4px
}

.price-list li a {
  height: 50px;
  width: 60px;
  box-shadow: 1px 1px 0 0 #D8D8D8;
  vertical-align: middle;
  display: table-cell;
  color: #1427e6;
  font-weight: 300
}

.price-list li:first-child,
.price-list li:last-child {
  margin: 0
}

.price-list .currency-icon {
  vertical-align: 60%;
  margin-right: 3px
}

.price-list .currency-icon,
.price-list .other {
  font-size: 14px;
  font-weight: 300
}

.price-list .other {
  font-size: 16px
}

.price-list .money {
  font-size: 28px
}

.account-no-box {
  padding: 12px;
  margin-top: 12px;
  color: #000;
  font-size: 14px
}

.barcode {
  margin-top: 10px
}

.checkbox-help-container .mat-checkbox-inner-container {
  margin-top: 0
}

.checkbox-help {
  color: #B2B2B2;
  font-size: .8125rem;
  display: block;
  padding-left: 28px
}

.info-text {
  opacity: .7;
  color: #9B9B9B;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 20px
}

.info-text-size {
	font-size: 16px !important;
}

.header-wrapper .btn-icon-text {
  width: auto;
  height: auto;
  font-weight: 300;
  padding: 0
}

.nav-header {
  background-color: #ffffff;
  padding: 0 15px
}

.nav-header-old {
  background-color: #F4F4F4;
  padding: 15px
}

.nav-header .mat-toolbar h3 {
  font-size: 18px;
  font-weight: 400
}

.nav-header .mat-toolbar {
  padding: 0;
  font-size: 13px
}

.sidenav-menu h3 {
  border: none;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  font-weight: 300;
  margin: 0;
  padding: 0 15px;
  background: #1427e6;
  color: rgba(255, 255, 255, .7)
}

.sidenav-menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0
}

.sidenav-menu li>a {
  box-sizing: border-box;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 44px;
  transition: all .3s;
  padding: 0 24px;
  position: relative
}

.sidenav-menu li {
  border-bottom-width: 1px;
  border-bottom-style: solid;
  margin: 0;
  padding: 0;
  border-color: rgba(0, 0, 0, .06);
  color: rgba(0, 0, 0, .54)
}

.sidenav-menu li>a {
  color: #1427e6
}

.sidenav-menu li>a:hover {
  background: #fafafa;
  color: #3f51b5
}

.card-type {
  margin-bottom: 15px
}

.header .currency {
  font-size: 24px
}

.header .display-price {
  font-size: 40px
}

.display-currency-icon {
  font-size: 24px;
  vertical-align: 30%
}

.display-price-amount {
  font-size: 40px
}

.payment-received,
.verify-payment {
  text-align: center;
  margin-bottom: 3.5rem
}

.payment-received p,
.verify-payment p {
  font-size: 1rem
}

.text-small {
  font-size: 13px !important
}

.dark-color {
  color: #000
}

.service-balance {
  width: 164px;
  text-align: center;
  border-radius: 8px;
  background-color: #F4F4F4;
  padding: 5px;
  margin: 10px auto
}

.service-balance label {
  color: #777;
  font-size: 13px
}

.service-balance h4 {
  font-size: 20px;
  margin: 0;
  font-weight: 400
}

.days {
  width: 93px !important;
  height: 120px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  white-space: normal !important;
  color: #1427e6
}

.change-address-auto-cls,
.home-apart-auto-cls,
.home-auto-cls,
.plan-apart-auto-cls,
.plan-auto-cls,
.tdu-apart-auto-cls,
.tdu-auto-cls {
  bottom: auto !important
}

.days .number-day {
  font-size: 60px;
  font-weight: 300;
  line-height: 70px
}

.days .remaining-day {
  font-family: Outfit;
  font-size: 15px;
  display: block;
  white-space: normal;
  line-height: 19px;
  margin-top: 8px;
}

.account-balance {
  color: #1427e6;
  margin: 20px 0
}

.account-balance p {
  font-size: inherit;
  margin-bottom: 0
}

.account-balance .display-currency-icon {
  font-size: 24px;
  vertical-align: 30%
}

.light-blue-text {
  opacity: .7;
  color: #1427e6
}

.account-balance .display-price-amount {
  font-size: 40px
}

.notification {
  text-align: center;
  position: absolute;
  z-index: 30;
  width: 100%;
}

.notification .mat-icon {
  vertical-align: middle
}

.notification p {
  margin: 4px
}

.field-notification.error p {
  margin: 0;
  font-size: 13px
}

.field-notification.error,
.notification.error {
  color: #D0021B;
  text-align: center;
  background-color: #fff;
  display: block
}

.notification.success {
  color: #6ee229;
  text-align: center;
  background-color: #fff;
  display: block
}

.field-notification.error a,
.notification.error a {
  color: #fff
}

.field-notification {
  text-align: left !important;
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 0;
  border-radius: 3px;
  font-size: 13px
}

.field-notification.filed-hint {
  background-color: #f5e492
}

.negative-balance .account-balance,
.negative-balance .days {
  color: #D0021B !important
}

.hintLabel small {
  color: #9B9B9B;
  opacity: .7;
  margin-top: -10px;
  display: block
}

.sub-heading.succes-msg {
  color: #5AB14C;
  text-transform: uppercase;
  font-size: 12px;
  display: block
}

.sub-heading.succes-msg .mat-icon {
  font-size: 16px;
  line-height: 12px;
  width: 16px;
  height: 16px;
  vertical-align: middle
}

.datepicker-wrapper {
  position: relative
}

.datepicker-wrapper .info-icon {
  position: absolute;
  right: 0;
  top: 16px
}

@media (min-width:320px) {
  .header-bg-blue {
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg)
  }

  .mat-sidenav {
    width: 75vw
  }
}

@media (min-width:641px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .content {
    width: 540px
  }

  .mat-sidenav {
    width: 30vw
  }
}

@media (min-width:1281px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .mat-sidenav {
    width: 30vw
  }

  .mat-dialog-container {
    max-width: 540px
  }
}

.sidenav-container.mat-sidenav-opened {
  display: block;
  transform: translate3d(0, 0, 0);
  transition: transform .4s cubic-bezier(.25, .8, .25, 1)
}

.home-auto-cls {
  top: 292.5px !important
}

.home-apart-auto-cls {
  top: 401.5px !important
}

.tdu-apart-auto-cls {
  top: 518.5px !important
}

.plan-apart-auto-cls {
  top: 657.5px !important
}

.home-msite-apart-auto-cls {
  bottom: auto !important;
  top: 138.5px !important
}

.change-address-auto-cls {
  top: 246.5px !important
}

.tdu-auto-cls {
  top: 393px !important
}

.plan-auto-cls {
  top: 439px !important
}

.loader {
  position: absolute;
  bottom: 0
}

.chat-btn {
  position: absolute
}

.loader {
  width: 64px;
  height: 64px;
  z-index: 999;
  left: 0;
  right: 0;
  top: 0;
  margin: auto
}

.loader svg {
  width: 100% !important;
  height: 100% !important;
}

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

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

.terms-conditions-wrapper {
  margin-top: -1.5rem
}

.fixed-footer .horizontal-divider {
  box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, .15);
  height: 1px;
  margin: 0 0 10px
}

.fixed-footer .btn-action {
  margin-bottom: 0
}

.fixed-footer {
  margin-top: 5px;
  background: #fff
}

.nav-action-btn {
  width: 100%;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.chat-btn {
  left: -70px;
  text-align: center;
  color: #fff
}

.chat-btn .mat-fab.mat-accent {
  background: #fff;
  color: #1427e6 !important
}

.mat-sidenav {
  overflow-y: visible
}

::-webkit-scrollbar-track {
  background-color: #fff
}

body::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
  margin-right: 5px
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #D8D8D8;
}

::-webkit-scrollbar-thumb-old {
  border-radius: 10px;
  background-color: #FFFFFF;
}

.custom-scroll {
  height: auto;
  overflow-x: hidden;
  overflow-y: auto
}

@media (min-width:320px) {
  .header-bg-blue {
    -ms-transform: skewY(-4deg);
    -webkit-transform: skewY(-4deg);
    transform: skewY(-4deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(3deg);
    -webkit-transform: skewY(4deg);
    transform: skewY(4deg)
  }

  .mat-sidenav {
    width: 75vw
  }

  .custom-scroll {
    height: calc(100vh - 316px)
  }

  .payment-location .custom-scroll {
    height: calc(100vh - 252px)
  }

  .wizard-steps-panel.steps-quantity-4 .step-number {
    width: 23%
  }

  .kWh span {
    display: block
  }
}

@media (min-width:481px) {
  .custom-scroll {
    height: calc(100vh - 294px)
  }

  .payment-location .custom-scroll {
    height: calc(100vh - 252px)
  }

  .kWh span {
    display: block
  }
}

@media (min-width:641px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .content {
    width: 540px
  }

  .content {
    font-size: 16px;
  }

  .custom-scroll {
    height: auto
  }

  .mat-sidenav {
    width: 30vw
  }

  .kWh span {
    display: inline
  }
}

@media (min-width:961px) {
  .mat-dialog-container {
    max-width: 540px
  }

  .kWh span {
    display: inline
  }
}

@media (min-width:1025px) {
  .mat-dialog-container {
    max-width: 540px
  }

  .kWh span {
    display: inline
  }
}

@media (min-width:1281px) {
  .header-bg-blue {
    -ms-transform: skewY(-1deg);
    -webkit-transform: skewY(-1deg);
    transform: skewY(-1deg)
  }

  .header-bg-green1 {
    -ms-transform: skewY(1deg);
    -webkit-transform: skewY(1deg);
    transform: skewY(1deg)
  }

  .mat-sidenav {
    width: 30vw
  }

  .mat-dialog-container {
    max-width: 540px
  }

  .custom-scroll {
    height: auto
  }

  .kWh span {
    display: inline
  }
}

.medium-padding {
  padding: 20px
}

.small-padding {
  padding: 10px
}

.padding-none {
  padding: 0
}

.padding-none-tb {
  padding-bottom: 0;
  padding-top: 0
}

.payment-location .toolbar {
  padding: 15px
}

.payment-location .adddress-list {
  padding: 20px
}

.payment-location label {
  opacity: .7;
  color: #9B9B9B;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  display: block
}

.detailed-address .address-info,
.payment-location .adddress-list .mat-list .mat-list-item .mat-list-item-content {
  display: table;
  width: 100%
}

.payment-location .adddress-list .mat-list .mat-list-item .mat-list-item-content {
  padding: 0 !important
}

.detailed-address .address-info .barcode-location,
.payment-location .adddress-list .mat-list .mat-list-item .barcode-location {
  display: table-cell;
  margin-left: 10px;
  vertical-align: middle;
  text-align: right
}

.payment-location .adddress-list .mat-list {
  padding-top: 20px;
  display: block;
  font-weight: 500
}

.detailed-address address,
.payment-location .adddress-list .mat-list .mat-list-item .mat-list-item-content address {
  font-size: 14px;
  line-height: 18px;
  font-style: normal !important;
  display: table-cell
}

.payment-location .adddress-list .mat-list .mat-list-item .mat-list-item-content address a {
  font-size: 14px;
  line-height: 18px;
  font-style: normal !important;
  color: #000;
  text-decoration: none
}

agm-map {
  height: 250px
}

.detailed-address h3 {
  opacity: .7;
  color: #000;
  font-size: 20px;
  margin: 5px 0
}

.payment-location address {
  color: #9B9B9B;
  line-height: 20px
}

.payment-location .store-details section {
  padding: 10px 0;
  font-size: 14px
}

.payment-location .store-details label {
  margin-bottom: 5px
}

.goog-text-highlight {
  background: 0 0 !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  position: relative
}

.goog-tooltip.skiptranslate {
  visibility: hidden !important;
  display: none !important
}

.skiptranslate {
  display: none !important
}

.mat-sidenav-container,
.mat-sidenav-opening {
  display: block
}

.sidenav-menu {
  height: calc(100% - 200px);
  overflow: auto
}

.confirm-pass-error {
  color: #f44336;
  font-size: 75%;
  margin-top: -15px
}

.sidenav-container.mat-sidenav-opened {
  width: 100wh;
  height: 100vh
}

.mat-autocomplete-panel {
  max-height: 7.125rem
}

.dropdown-cls {
  position: fixed
}

.crop-rect,
.header-fix {
  position: relative;
  overflow: hidden
}

.header-old {
  min-height: 77px
}

.header {
  background: #FFFFFF;
  color: #1427e6
}

.crop-rect {
  margin: 0 auto;
  padding: 0;
  max-width: 403px
}

.crop-rect img {
  width: 124.6%;
  margin: -26% 0 -19% -19.6%;
  display: block;
  height: auto
}

.header-fix {
  background: #1427e6;
  color: #fff;
  left: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 999
}

.header-fix.with-title {
  min-height: 77px;
  background: #1427e6
}

.readonly-input .mat-input-placeholder {
  color: rgba(0, 0, 0, .7)
}

.readonly-input .mat-input-ripple {
  background-color: rgba(0, 0, 0, .12);
  height: 1px
}

.custom-progress-bar {
  height: 2px;
  bottom: -8px
}

.fix-overlay-div .cdk-overlay-container {
  position: fixed !important
}

.border-b-none {
  border-bottom: none !important
}

.dialog-btn-border-r {
  border-right: 1px solid #D8D8D8
}

.disabled-anchor {
  color: rgba(0, 0, 0, .38) !important;
  pointer-events: none !important;
  cursor: default !important
}

.small-dailog {
  min-width: 300px
}

.mat-sidenav-opened,
.sidenav-height {
  z-index: 100001
}

.body_hide #lc_chat_layout {
  display: none !important
}

.error-page-wrapper {
  padding: 150px 0
}

.not-found-icon i {
  font-size: 130px;
  line-height: 170px;
  text-align: center;
  display: block;
  color: #dadada
}

.error-message {
  color: #999;
  text-align: center
}

.error-message h2 {
  color: #fff;
  font-size: 130px;
  font-weight: 700;
  text-shadow: 5px 5px 0 #dadada, -1px -1px 0 #dadada, 1px -1px 0 #dadada, -1px 1px 0 #dadada, 1px 1px 0 #dadada
}

.ie9 .error-message h2,
.ie9 .error-wrapper-alt h2 {
  color: #999
}

.error-message .error-sub {
  display: block;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px
}

.error-message a.btn {
  margin-top: 15px
}

.error-message a i {
  margin-right: 5px
}

.no-results .page-header {
  margin-top: 0
}

.error404.header-transparent .header-wrapper {
  background-color: #3a3a3a
}

.error404.header-transparent .error-page-wrapper {
  padding: 300px 0 150px
}

.body_hide .mat-autocomplete-panel {
  max-height: 6.25rem
}

.mat-input-container {
  margin-bottom: 6px
}

.mat-input-subscript-wrapper {
  margin-top: 1px;
  top: calc(100% - 1.72917em)
}

.mat-calendar-controls {
  position: relative;
  height: 30px
}

.mat-calendar-period-button {
  min-width: 0;
  position: absolute;
  left: 0;
  right: 0;
  width: 100px;
  margin: auto
}

button.mat-calendar-previous-button.mat-icon-button {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0
}

button.mat-calendar-next-button.mat-icon-button {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto 0
}

.select-box-dob {
  position: relative;
  padding-bottom: 1.29688em
}

.select-box-dob a.info-icon {
  position: absolute;
  right: 0;
}

.select-box-dob .mat-option {
  color: rgba(0, 0, 0, .7) !important
}

.select-box-dob .mat-input-error {
  font-size: 75%
}

.select-box-dob .mat-input-error {
  position: absolute;
  bottom: 32px;
}

.select-box-dob .dob-label label {
  display: block
}

.select-box-dob .mat-form-field {
  width: 30%
}

.select-box-dob .mat-select-trigger {
  min-width: auto !important
}

.disable-div {
  pointer-events: none
}

.mat-select-box.custom label {
  margin-bottom: 0;
  font-size: 75%;
  color: rgba(0, 0, 0, .7);
  font-weight: 500;
  display: block
}

.mat-check-box-m-t-b {
  margin: 2rem 0
}

.changLocationAdd>h3 {
  margin-bottom: 5px
}

.changLocationAdd>address>a:hover {
  color: #1427e6 !important
}

.dashboard {
  min-height: 380px;
  display: grid;
  align-items: center;
  text-align: center
}

.footer-section {
  background-color: #ffffff;
  color: #1427e6;
  position: relative;
  display: block;
  font-size: 14px;
  margin-top: 60px
}

.footer-section-old {
  background-color: #f6f6f6;
  color: #1427e6;
  position: relative;
  display: block;
  font-size: 14px;
  margin-top: 60px
}

.footer-section a {
  overflow: hidden
}


/* footer:before {
    bottom: 160px;
    transform: skewY(-1deg);
    transform-origin: 180% 0;
    background: inherit;
    content: '';
    height: 60%;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
    -webkit-backface-visibility: hidden
} */

footer-old:before {
  bottom: 160px;
  transform: skewY(-1deg);
  transform-origin: 180% 0;
  border-top: 1px solid #E3E3E3;
  background: inherit;
  content: '';
  height: 60%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden
}

.container,
.mat-toolbar.mat-primary {
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}


/* .row {
    margin-right: -15px;
    margin-left: -15px
} */

.container:after,
.container:before,
.row:after,
.row:before {
  display: table;
  content: " "
}

.copyright {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer-links-container {
  font-weight: bolder;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.footer-socials-container {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  gap: 1.5rem;
}

@media (max-width:600px) {
  .footer-links-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    font-size: 14px;
    gap: 1.5rem;
  }
}

.footer-socials-container li a {
  align-items: center;
  display: flex;
  line-height: 0;
  transition: transform .1s ease;
}

.footer-socials-container li {
  background-color: #1427e6;
  display: block;
  border-radius: 9999px;
  transition: transform .1s ease;
  height: auto;
}

.footer-socials-container svg {
  width: 24px;
  height: 24px;
  color: white;
  fill: white;
  padding: 0.25em;
}

.footer-copyright-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
  font-size: 14px;
  color: #1427e6;
}

.gtranslate_wrapper a {
  color: black;
}

.gtranslate_wrapper a:hover {
  color: #1427e6;
}

@media (max-width:600px) {
  .footer-copyright-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    gap: 1.25rem;
  }

  .footer-copyright-container p {
    color: black;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .footer-copyright-container p a {
    align-self: center;
  }
}

.footer-copyright-container p a {
  text-decoration: underline;
}

@media (min-width:768px) {
  .container {
    width: 750px
  }

  .mat-toolbar.mat-primary {
    width: 780px
  }

  .col-sm-6 {
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
  }

  .separator {
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #9fafb87a;
    color: #9fafb87a;
  }
}

@media (min-width:992px) {
  .col-sm-6 {
    width: 50%
  }

  .container {
    width: 970px
  }

  .mat-toolbar.mat-primary {
    width: 1000px
  }
}

@media (max-width:991px) {
  .copyright {
    text-align: center;
    display: block
  }
}

@media (min-width:1200px) {
  .container {
    width: 1170px
  }

  .mat-toolbar.mat-primary {
    width: 1200px
  }

  .col-sm-6 {
    width: 50%
  }
}

@media (max-width:767px) {
  .copyright .pogo-footer-link {
    margin: 0 15px 6px 0 !important
  }

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

footer .container .row {
  padding-bottom: 20px
}

.footer-two .footer-copyright .copyright {
  margin-top: 0
}

.copyright .pogo-footer-link {
  margin: 0 40px 6px 0;
  color: #1427e6;
  font-size: 14px;
  font-weight: bolder;
}

.copyright a {
  color: #1427e6
}

.copyright p {
  color: grey;
  font-weight: 400
}

.social-links-wrap {
  margin-top: -8px;
  text-align: right
}

.footer-copyright .social-links-wrap ul.list-inline {
  display: inline-block;
  margin-right: -16px;
}

.footer-section .social-links-wrap ul {
  margin: 0;
  padding: 0
}

.footer-copyright .social-links-wrap ul.list-inline>li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px
}

@font-face {
  font-family: facebook;
  src: url(../fonts/icomoon.eot?mid0rh);
  src: url(../fonts/icomoon.eot?mid0rh#iefix) format('embedded-opentype'), url(../fonts/icomoon.ttf?mid0rh) format('truetype'), url(../fonts/icomoon.woff?mid0rh) format('woff'), url(../fonts/icomoon.svg?mid0rh#icomoon) format('svg');
  font-weight: 400;
  font-style: normal
}

[class*=" fa-facebook"],
[class^=fa-facebook] {
  font-family: facebook !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.footer-section .social-links-wrap li a i {
  border: 0;
  display: block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%
}

.footer-section .social-links-wrap li a i:hover {
  background-color: #fff
}

.tt-animate i {
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.tt-animate i::before {
  speak: none;
  display: block;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden
}

.tt-animate.ltr i:hover::before {
  -webkit-animation: LeftToRight .3s forwards;
  -moz-animation: LeftToRight .3s forwards;
  animation: LeftToRight .3s forwards
}

.tt-animate.ltr i:before {
  -webkit-animation: RightToLeft .3s forwards;
  -moz-animation: RightToLeft .3s forwards;
  animation: RightToLeft .3s forwards
}

.tt-animate.btt i:hover::before {
  -webkit-animation: BottomToTop .3s forwards;
  -moz-animation: BottomToTop .3s forwards;
  animation: BottomToTop .3s forwards
}

.tt-animate.btt i:before {
  -webkit-animation: TopToBottom .3s forwards;
  -moz-animation: TopToBottom .3s forwards;
  animation: TopToBottom .3s forwards
}

@-webkit-keyframes LeftToRight {
  49% {
    -webkit-transform: translate(100%)
  }

  50% {
    opacity: 0;
    -webkit-transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

@-moz-keyframes LeftToRight {
  49% {
    -moz-transform: translate(100%)
  }

  50% {
    opacity: 0;
    -moz-transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

@keyframes LeftToRight {
  49% {
    transform: translate(100%)
  }

  50% {
    opacity: 0;
    transform: translate(-100%)
  }

  51% {
    opacity: 1
  }
}

.mat-slide-toggle-bar.mat-slide-toggle-bar-no-side-margin {
  border-radius: 12px;
  height: 22px;
  width: 42px;
}

.mat-slide-toggle-thumb-container {
  top: 1px !important;
  left: 1px !important;
}

.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb-container {
  transform: translate3d(20px, 0, 0) !important;
}

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

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

.mat-autocomplete-panel.mat-autocomplete-visible {
  margin-top: -6px;
  position: fixed;
  z-index: 1;
}

.mat-input-underline.mat-form-field-underline {
  display: none;
}

.mat-input-element {
  border: solid 1px;
  padding: 8px;
  margin-top: 8px !important;
  width: -webkit-fill-available;
  width: -moz-available;
  width: fill-available;
}

.mat-input-infix.mat-form-field-infix {
  border-top: 0;
  margin-top: 6px;
}

.mat-input-infix.mat-form-field-infix label[for] {
  font-weight: bold;
  font-size: 13px;
}

.mat-form-field-invalid .mat-input-element,
.mat-warn .mat-input-element {
  border-color: #f44336;
}

div.mat-select-box {
  padding: 7px 0px;
}

.mat-select-box .mat-input-container {
  margin-top: 8px !important;
  border: solid 1px !important;
}

.mat-select-box .mat-form-field {
  margin-bottom: 6px;
  width: calc(100% - 2px);
}

.mat-select-box .mat-input-infix.mat-form-field-infix {
  padding: 8px;
  margin-top: 0px;
}

.mat-select-trigger {
  width: 100%;
}

.mat-select-arrow-wrapper {
  background-image: url(/assets/images/down.svg);
  background-repeat: no-repeat;
  position: absolute;
  width: 14px;
  height: 12px;
  right: 0;
  bottom: 0;
}

.mat-select-arrow {
  width: fit-content;
  height: fit-content;
  border: none;
  margin: 0 8px;
}

input:focus {
  border-color: #1427e6;
  border-width: 1px;
}

.icon-suffix {
  position: absolute;
  right: 1%;
  bottom: 16%;
}

.label-suffix {
  position: absolute;
  right: -10% !important;
  bottom: 18% !important;
}

.mat-input-wrapper.mat-form-field-wrapper {
  padding-bottom: 0;
}

.mat-error {
  margin-top: 16px;
}


/*.hdpi.pac-logo:after,.pac-logo:after{background-image:none!important}*/

.mat-checkbox-frame {
  border-radius: 50%;
  border-width: 1px;
}

.mat-checkbox-checked .mat-checkbox-background {
  background-color: #6ee229 !important;
  border-radius: 50%;
}

.filed-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb;
  padding: 10px;
  font-size: 14px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.bottom-sheet {
  z-index: 1000001;
}

.bottom-sheet .bottom-sheet-container {
  position: absolute !important;
  bottom: 0;
  left: 0px;
}

.bottom-sheet .bottom-sheet-container .mat-dialog-container {
  border-radius: 0px;
  padding: 0;
  overflow: inherit;
  min-width: 100vw;
}

.custom-z-index {
  z-index: 1000001;
}

.none-min-height {
  min-height: auto;
}

.bottom-sheet-container .mat-dialog-container .dialog-main {
  padding: 0.5rem;
}

.bottom-sheet .bottom-sheet-container .dialog-main .dialog-close-btn {
  position: absolute;
  right: .5rem;
  top: .5rem;
  color: #000;
}

.bottom-sheet .bottom-sheet-container .mat-icon-button {
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
}

.saved-card-list {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: auto;
  display: flex;
  flex-direction: column;
}

.saved-card-list::-webkit-scrollbar-track {
  background: none;
}

.saved-card-list li {
  /*margin-bottom: .8rem;*/
  border-radius: 8px;
  background: #fff;
  box-shadow: 1px 1px 0 0 #D8D8D8;
  order: 3;
}

.saved-card-list li a {
  color: #000;
  display: block;
  padding: 6px 14px;
  font-weight: 500;
}

.saved-card-list li i {
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300
}

.saved-card-list li.active {
  border: 1px solid #98cb53;
  box-shadow: none;
  order: 2;
}

.default-anchor {
  font-weight: normal !important;
  color: #1427e6 !important;
  display: block;
  margin-top: 12px;
}

.background-none {
  background: none !important
}

.font-m-large {
  font-size: 1rem
}

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

.green-slide-toggle.mat-slide-toggle.mat-primary.mat-checked:not(.mat-disabled) .mat-slide-toggle-bar {
  background-color: #6ee229;
}

.m-t-l {
  margin-top: 4rem;
}

.margin-tb-medium {
  margin: 0.5rem 0;
}

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

.logo {
  height: auto;
  margin-left: -6px;
}


/* .logo img {
    width: 25%;
} */

.header-container .mat-toolbar-row {
  height: 79px;
}

.header-container {
  margin-right: auto;
  margin-left: auto;
}

.green-color {
  color: #6ee229 !important
}

.blue-color {
  color: #1427e6 !important
}

.price-table {
  border-radius: 8px;
  background-color: #F4F4F4;
}

.price-table table {
  width: 100%;
}

.price-table table td {
  border-top: 1px solid #fff;
  padding: 5px 15px;
}

.price-table table th {
  font-weight: 300;
  padding: 5px 15px;
  font-size: 12px;
}

.light-weight {
  font-weight: 300
}

.transform-icon-90 {
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari */
  transform: rotate(90deg);
  /* Standard syntax */
}

.transform-icon--90 {
  -ms-transform: rotate(-90deg);
  /* IE 9 */
  -webkit-transform: rotate(-90deg);
  /* Safari */
  transform: rotate(-90deg);
  /* Standard syntax */
}

.icon-show {
  font-size: 21px;
  height: 25px !important;
}

.icon-hide {
  font-size: 21px;
  height: 0px !important;
}

@me @media (min-width: 768px) {
  .header-container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .header-container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .header-container {
    width: 1170px;
  }
}

@media (max-width: 767px) {
  .logo {
    width: 120px !important;
  }

  .logo img {
    max-width: 100%
  }

  .header-container .mat-toolbar-row {
    height: auto;
  }
}

.header-container .mat-toolbar {
  padding: 15px 10px 10px;
}

.header-blue {
  background: #1427e6;
  position: relative;
  z-index: 1111;
}

.icon-big {
  font-size: 64px;
}

.warning-icon {
  -webkit-text-fill-color: #ffb104;
}

.success-icon {
  -webkit-text-fill-color: #6ee229;
}

.error-message2 {
  color: #666a72;
  display: block;
  font-size: 30px;
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
}

.margin-tb-8 {
  margin: 8px 0;
}

.notification.warning {
  color: #fff;
  text-align: center;
  background-color: #fce825;
  display: block;
  /* color: #fce825;
  text-align: center;
  background-color: #fff;
  display: block; */
}

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

.text-weight-500 {
  font-weight: 500;
}

.up-down-btn {
  height: 18px;
  line-height: 20px;
}

.blank-box {
  padding: 1rem
}

.field-notification.error-info p {
  margin: 0;
  font-size: 13px
}

.field-notification.error-info {
  background-color: #f5e492;
  text-align: center;
  display: block
}

.home1-auto-cls {
  top: 325.5px !important
}

.full-blue {
  background: #1427e6;
  min-height: 100vh
}

.processing p {
  font-size: 1rem;
  line-height: 24px
}

.opacity-7 {
  color: rgba(255, 255, 255, 0.7) !important
}

.processing p .small {
  font-size: .875rem;
}

.text-white {
  color: #fff !important
}

.white-btn {
  background: #fff;
  box-shadow: 1px 1px 0 0 #D8D8D8;
  color: #1427e6 !important;
  font-weight: 300;
  height: 50px;
}

.example-spacer {
  flex: 1 1 auto;
}

.mat-form-field-underline {
  background-color: rgba(0, 0, 0, .12);
}

.mat-row {
  min-height: 32px;
}

.mat-slide-toggle-bar,
[dir=rtl] .mat-slide-toggle-label-before .mat-slide-toggle-bar {
  margin-right: 8px;
  margin-left: 0;
}

.select-box-dob .mat-form-field-infix {
  border-top: 0;
}

.custom-form .mat-input-flex.mat-form-field-flex {
  background: #F2F2F2;
  border-top: none;
  border-radius: .25rem;
}

.custom-form .mat-form-field-infix {
  border-top: 0;
}

.custom-form .suffix {
  margin-right: 10px;
}

.custom-error {
  margin-bottom: 10px
}

.custom-error span {
  background: #f44336;
  color: #fff;
  padding: 3px;
}

.custom-form .mat-input-infix.mat-form-field-infix input,
.custom-form .mat-input-infix.mat-form-field-infix label {
  padding: 5px 10px
}

.custom-form .mat-input-container {
  margin-bottom: 0px;
}

.custom-form .mat-input-underline {
  display: none;
}

.custom-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}

.custom-list li {
  line-height: 30px
}

.custom-list .dott {
  margin-right: 10px
}

.custom-list li a {
  text-decoration: none;
  display: block;
  position: relative;
}

.custom-list li a .icon-right {
  position: absolute;
  top: 3px;
  left: 160px;
}

.margin-none {
  margin: 0;
}

.auto_paycbk .mat-checkbox .mat-checkbox-label .mat-checkbox-inner-container {
  margin-top: 4px !important;
}

.auto_paycbk .mat-checkbox .mat-checkbox-layout .mat-checkbox-label {
  white-space: inherit !important;
  overflow-wrap: break-word !important;
}

a#bbblink {
  display: block;
  position: relative;
  text-align: center;
  color: #005A78;
  text-decoration: none;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

a#bbblink img {
  border: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: 0;
  max-width: 200%;
}

a#bbblink.sehzbal,
a#bbblink.rbhzbal,
a#bbblink.sehzbul,
a#bbblink.rbhzbul {
  width: 200px;
  height: 76px;
}

a#bbblink.sehzbal:hover img,
a#bbblink.rbhzbal:hover img,
a#bbblink.ruhzbal:hover img,
a#bbblink.sehzbul:hover img,
a#bbblink.rbhzbul:hover img,
a#bbblink.ruhzbul:hover img {
  margin-left: -200px;
}

a#bbblink.ruhzbal,
a#bbblink.ruhzbul {
  width: 200px;
  height: 90px;
}

a#bbblink.sevtbal,
a#bbblink.rbvtbal,
a#bbblink.sevtbul,
a#bbblink.rbvtbul {
  width: 80px;
  height: 132px;
}

a#bbblink.sevtbal:hover img,
a#bbblink.rbvtbal:hover img,
a#bbblink.ruvtbal:hover img,
a#bbblink.sevtbul:hover img,
a#bbblink.rbvtbul:hover img,
a#bbblink.ruvtbul:hover img {
  margin-left: -80px;
}

a#bbblink.ruvtbal,
a#bbblink.ruvtbul {
  width: 80px;
  height: 144px;
}

a#bbblink.sehzbam,
a#bbblink.rbhzbam,
a#bbblink.sehzbum,
a#bbblink.rbhzbum {
  width: 150px;
  height: 57px;
}

a#bbblink.sehzbam:hover img,
a#bbblink.rbhzbam:hover img,
a#bbblink.ruhzbam:hover img,
a#bbblink.sehzbum:hover img,
a#bbblink.rbhzbum:hover img,
a#bbblink.ruhzbum:hover img {
  margin-left: -150px;
}

a#bbblink.ruhzbam,
a#bbblink.ruhzbum {
  width: 150px;
  height: 69px;
}

a#bbblink.sevtbam,
a#bbblink.rbvtbam,
a#bbblink.sevtbum,
a#bbblink.rbvtbum {
  width: 60px;
  height: 98px;
}

a#bbblink.sevtbam:hover img,
a#bbblink.rbvtbam:hover img,
a#bbblink.ruvtbam:hover img,
a#bbblink.sevtbum:hover img,
a#bbblink.rbvtbum:hover img,
a#bbblink.ruvtbum:hover img {
  margin-left: -60px;
}

a#bbblink.ruvtbam,
a#bbblink.ruvtbum {
  width: 60px;
  height: 110px;
}

a#bbblink.sehzbas,
a#bbblink.rbhzbas,
a#bbblink.sehzbus,
a#bbblink.rbhzbus {
  width: 100px;
  height: 38px;
}

a#bbblink.sehzbas:hover img,
a#bbblink.rbhzbas:hover img,
a#bbblink.ruhzbas:hover img,
a#bbblink.sehzbus:hover img,
a#bbblink.rbhzbus:hover img,
a#bbblink.ruhzbus:hover img {
  margin-left: -100px;
}

a#bbblink.ruhzbas,
a#bbblink.ruhzbus {
  width: 100px;
  height: 48px;
}

a#bbblink.sevtbas,
a#bbblink.rbvtbas,
a#bbblink.sevtbus,
a#bbblink.rbvtbus {
  width: 40px;
  height: 65px;
}

a#bbblink.sevtbas:hover img,
a#bbblink.rbvtbas:hover img,
a#bbblink.ruvtbas:hover img,
a#bbblink.sevtbus:hover img,
a#bbblink.rbvtbus:hover img,
a#bbblink.ruvtbus:hover img {
  margin-left: -40px;
}

a#bbblink.ruvtbas,
a#bbblink.ruvtbus {
  width: 40px;
  height: 75px;
}

a#bbblink.csvtbas,
a#bbblink.csvtbus {
  width: 153px;
  height: 100px;
}

a#bbblink.csvtbam,
a#bbblink.csvtbum {
  width: 158px;
  height: 110px;
}

a#bbblink.csvtbal,
a#bbblink.csvtbul {
  width: 187px;
  height: 130px;
}

a#bbblink.cshzbas,
a#bbblink.cshzbus {
  width: 200px;
  height: 42px;
}

a#bbblink.cshzbam,
a#bbblink.cshzbum {
  width: 250px;
  height: 52px;
}

a#bbblink.cshzbal,
a#bbblink.cshzbul {
  width: 293px;
  height: 61px;
}

a#bbblink.cuvtbas,
a#bbblink.cuvtbus {
  width: 63px;
  height: 134px;
}

a#bbblink.cuvtbam,
a#bbblink.cuvtbum {
  width: 69px;
  height: 145px;
}

a#bbblink.cuvtbal,
a#bbblink.cuvtbul {
  width: 81px;
  height: 171px;
}

a#bbblink.cuhzbas,
a#bbblink.cuhzbus {
  width: 96px;
  height: 50px;
}

a#bbblink.cuhzbam,
a#bbblink.cuhzbum {
  width: 137px;
  height: 70px;
}

a#bbblink.cuhzbal,
a#bbblink.cuhzbul {
  width: 160px;
  height: 82px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/* Absolute Center Spinner */
.loading-indicator {
  position: fixed;
  z-index: 999;
  height: 100px;
  width: 100px;
  overflow: visible;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading-indicator:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
