﻿:root {
  --font-family: "Maven Pro", sans-serif;
  --font: 400 15px/16px var(--font-family);
  --font-family-2: "Poppins", sans-serif;
}

body,
html {
  height: 100%;
  overflow: hidden;
}
.hidden,
[hidden] {
  display: none;
}
body,
textarea {
  font: var(--font);
}
p strong,
th {
  color: #1f1f1f;
}

.font-icon-list i,
.heading-style h4,
.heading-style i,
.heading-style p,
.icon-list i,
td {
  text-align: center;
}

td,
tr {
  line-height: 18px;
}

td,
th {
  vertical-align: middle;
}

ol,
td,
ul {
  color: #666;
}
*,
sub,
sup {
  vertical-align: baseline;
}

h3,
li {
  line-height: 24px;
}

ol ol ol,
ul {
  list-style: none;
}

.content-title span,
.uppercase {
  text-transform: uppercase;
}
.fac,
.ios-switch,
.material-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
a {
  color: #2980b9;
}
::-webkit-scrollbar {
  display: none;
}

* {
  border: 0;
  font-size: 100%;
  outline: 0;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-transform: translate3d(1, 1, 1);
  transform: translate3d(1, 1, 1);
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}
:focus {
  outline: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
}

p,
p strong {
  font-size: 13px;
}

::selection {
  background-color: #ccc;
  color: #000;
}

input,
search,
select,
textarea {
  font: var(--font);
}

::-webkit-input-placeholder {
  text-transform: capitalize;
  letter-spacing: 0.05em;
  color: inherit;
}

a,
blockquote,
code,
div,
fieldset,
form,
iframe,
img,
input,
label,
p,
pre,
textarea {
  display: block;
  position: relative;
  font-size: 14px;
}

input,
label a {
  display: inline-block;
}

input,
textarea {
  outline: 0;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

input {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}
.float-right {
  float: right;
}
#page-transitions {
  left: 0;
  right: 0;
  display: block;
}

a > span,
em a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a,
p > span,
span > a,
strong a {
  display: inline;
}
ol,
p,
ul {
  margin-bottom: 30px;
}

li,
ol ol,
ul ul {
  margin-bottom: 5px;
}

.page-content-gray {
  background-color: #ebebeb !important;
}

.transparent-bg {
  background-color: transparent !important;
  transition: all 250ms ease;
}

p {
  color: #818181;
  line-height: 28px;
}

p > a {
  text-decoration: none;
}

p > a:hover {
  text-decoration: underline;
}

p strong {
  font-weight: 500;
}

a,
a:hover {
  text-decoration: none;
}

.table tr.even td {
  background: #efefef;
}

.table tr:hover td {
  background: #f8f8f8;
}

tr:hover > td {
  background: #fff;
}

table,
th {
  background-color: #f6f6f6;
}

.bg-cover,
.content-strip-bg,
.timeline-cover {
  background-position: center center;
}

th {
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  line-height: 45px;
}

td {
  padding: 9px 0;
  background-color: #fdfdfd;
}

table {
  bborder-collapse: separate;
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin-bottom: 27px;
  font-size: 12px;
}

.clear,
.decoration {
  clear: both !important;
}

.table-borders-light * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

ol,
ul {
  font-size: 13px;
}

ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}

sup {
  top: -15px;
}

sub {
  bottom: 0;
}

.center-item {
  margin-left: auto !important;
  margin-right: auto;
}
/*=====================================*/
.hide,
[hidden],
template {
  display: none !important;
}

.scaleIn {
  transform: scale(0);
}

.page {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  perspective: 1200px;
}

.page > div:first-child {
  width: 100%;
  height: 100%;
}

.pt-page {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  background: #ffffff;
}

.page-next {
  -webkit-transform: translate3d(0, 56px, 0);
  transform: translate3d(0, 56px, 0);
  opacity: 0;
  pointer-events: none;
}

.transition-css-forward .page,
.transition-css-backward .page {
  pointer-events: none;
}

.transition-css-forward .page-next {
  -webkit-animation: md-page-next-to-current 250ms forwards;
  animation: md-page-next-to-current 250ms forwards;
}

.transition-css-backward .page-current {
  -webkit-animation: md-page-current-to-next 250ms forwards;
  animation: md-page-current-to-next 250ms forwards;
}

.transition-css-forward .page-current {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes md-page-next-to-current {
  from {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
    visibility: visible;
  }
}

@keyframes md-page-next-to-current {
  from {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }

  to {
    -webkit-transform: translate3d(0, 0px, 0);
    transform: translate3d(0, 0px, 0);
    opacity: 1;
  }
}

@-webkit-keyframes md-page-current-to-next {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
}

@keyframes md-page-current-to-next {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  to {
    -webkit-transform: translate3d(0, 56px, 0);
    transform: translate3d(0, 56px, 0);
    opacity: 0;
  }
}

.pt-page.pt-page-current:after {
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 400ms;
  background: rgba(0, 0, 0, 1);
  z-index: -1;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}

.pt-page.pt-page-current.overlay-gray:after {
  opacity: 0.25;
  z-index: 99;
  transition-delay: 0ms;
}

.header-logo-app .header-logo-title {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.02em;
  color: #fff;
  left: 40px;
  line-height: 60px;
  text-transform: uppercase;
}

.flex {
  display: flex;
}

.align-center {
  align-items: center;
}

._icon_ {
  width: 20px;
  height: 25px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center 80%;
  display: inline-block;
  overflow: visible;
  vertical-align: sub;
}

/*App custom elements css components*/
app-loading {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  contain: strict;
}

app-backdrop {
  left: 0;
  top: 0;
  position: absolute;
  z-index: 2;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.01;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[tappable],
[tappable] div,
[tappable] app-icon,
[tappable] app-label,
[tappable] span,
a,
a div,
a app-icon,
a app-label,
a span,
button,
button div,
button app-icon,
button app-label,
button span,
input,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

app-backdrop.backdrop-no-tappable {
  cursor: auto;
}

.loading-wrapper {
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  opacity: 0;
}

.loading-md .loading-wrapper {
  border-radius: 2px;
  max-width: 280px;
  max-height: 90%;
  color: rgba(0, 0, 0, 0.5);
  background: #fafafa;
  -webkit-box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 16px 20px rgba(0, 0, 0, 0.4);
  padding: 24px;
}

app-spinner {
  position: relative;
  display: inline-block;
  width: 28px;
  height: 28px;
}

app-spinner svg {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.spinner-crescent svg {
  -webkit-animation: spinner-rotate 1s linear infinite;
  animation: spinner-rotate 1s linear infinite;
}

.spinner-crescent circle {
  fill: transparent;
  stroke-width: 4px;
  stroke-dasharray: 128px;
  stroke-dashoffset: 82px;
}

.spinner-md-crescent circle {
  stroke: #000;
}

.loading-md .spinner-crescent circle {
  stroke: #348018;
  stroke: #bb1919;
}

.loading-md .loading-spinner + .loading-content {
  margin-left: 16px;
}

@keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spinner-rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.bg-none,
.no-bg {
  background: none !important;
}

.z-index-5 {
  z-index: 5;
}

.flex-center {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}

/*notification content*/
.notification-fixed .notification-icon span {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}

.notification-fixed .notification-icon em {
  font-size: 14px;
  top: 6px;
}
.preloader-light-grey {
  background: #e6e9ed !important;
}

.loading-text {
  position: absolute;
  top: 50%;
  display: block;
  text-align: center;
  width: 100%;
  font-size: 16px;
}

.loading-text span {
  font-size: 30px;
  letter-spacing: -0.05em;
}

.loading-text .one {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0s;
  animation: dot 1.3s infinite;
  animation-delay: 0s;
}
.loading-text .two {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.2s;
  animation: dot 1.3s infinite;
  animation-delay: 0.2s;
}
.loading-text .three {
  opacity: 0;
  -webkit-animation: dot 1.3s infinite;
  -webkit-animation-delay: 0.3s;
  animation: dot 1.3s infinite;
  animation-delay: 0.3s;
}
@-webkit-keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#preload-spinner {
  top: 46%;
}

/*content placeholder*/
content-placeholder .timeline-item {
  background-color: #fff;
  padding: 12px;
  margin: 0 auto;
  max-width: 472px;
  border: 1px solid #ccc;
  border-radius: 6px;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
content-placeholder .animated-background {
  animation-duration: 1.5s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-name: placeHolderShimmer;
  background: #f6f7f8;
  background: linear-gradient(to right, #eee 8%, #ddd 18%, #eee 33%);
  background-size: 800px 104px;
  height: 40px;
  position: relative;
}
content-placeholder .background-masker {
  background: #fff;
  position: absolute;
}
content-placeholder .background-masker.header-top,
content-placeholder .background-masker.header-bottom,
content-placeholder .background-masker.subheader-bottom {
  top: 0;
  left: 40px;
  right: 0;
  height: 10px;
}
content-placeholder .background-masker.header-left,
content-placeholder .background-masker.subheader-left,
content-placeholder .background-masker.header-right,
content-placeholder .background-masker.subheader-right {
  top: 10px;
  left: 40px;
  height: 8px;
  width: 10px;
}
content-placeholder .background-masker.header-bottom {
  top: 18px;
  height: 6px;
}
content-placeholder .background-masker.subheader-left,
content-placeholder .background-masker.subheader-right {
  top: 24px;
  height: 6px;
}
content-placeholder .background-masker.header-right,
content-placeholder .background-masker.subheader-right {
  width: auto;
  left: 300px;
  right: 0;
}
content-placeholder .background-masker.subheader-right {
  left: 230px;
}
content-placeholder .background-masker.subheader-bottom {
  top: 30px;
  height: 10px;
}
content-placeholder .background-masker.content-top,
content-placeholder .background-masker.content-second-line,
content-placeholder .background-masker.content-third-line,
content-placeholder .background-masker.content-second-end,
content-placeholder .background-masker.content-third-end,
content-placeholder .background-masker.content-first-end {
  top: 40px;
  left: 0;
  right: 0;
  height: 6px;
}
content-placeholder .background-masker.content-top {
  height: 20px;
}
content-placeholder .background-masker.content-first-end,
content-placeholder .background-masker.content-second-end,
content-placeholder .background-masker.content-third-end {
  width: auto;
  left: 380px;
  right: 0;
  top: 60px;
  height: 8px;
}
content-placeholder .background-masker.content-second-line {
  top: 68px;
}
content-placeholder .background-masker.content-second-end {
  left: 420px;
  top: 74px;
}
content-placeholder .background-masker.content-third-line {
  top: 82px;
}
content-placeholder .background-masker.content-third-end {
  left: 300px;
  top: 88px;
}
/*End content placeholder*/
.btn-dot-loader {
  position: relative;
  display: inline-block;
  cursor: pointer;
  user-select: none;
  will-change: color, background, opacity, border, box-shadow;
  line-height: 24px;
  font-weight: 600;
  color: white;
  box-shadow: transparent 6px 6px 0px 0px inset,
    transparent -6px -6px 0px 0px inset;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
  border-radius: 4px;
  transition: color 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    background 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    border 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    opacity 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s,
    box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  text-decoration: none;
  outline: none;
  padding: 13px 24px;
  background: rgb(130, 94, 235);
}
.btn-dot-loader:disabled {
  opacity: 1;
  cursor: progress;
}
.Euogk {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  display: flex;
  overflow: hidden;
  border-radius: 4px;
}
.eBcAV {
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  display: flex;
  flex: 1 1 0%;
}
.cegBMY {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: white;
  border-radius: 100%;
  animation: ghjfcd 1.4s ease-in-out -0.32s infinite normal both running;
  margin: 0px 3px;
}
.fDsevs {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: white;
  border-radius: 100%;
  animation: ghjfcd 1.4s ease-in-out -0.16s infinite normal both running;
  margin: 0px 3px;
}
.bfSYmA {
  display: inline-block;
  width: 8px;
  height: 8px;
  opacity: 1;
  background: white;
  border-radius: 100%;
  animation: ghjfcd 1.4s ease-in-out 0s infinite normal both running;
  margin: 0px 3px;
}

@keyframes ghjfcd {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
.content-placeholder {
  width: 100%;
  display: grid;
  min-height: 60px;
  vertical-align: middle;
  place-items: center center;
  font-size: 115%;
}
.svg-loader-sample-text {
  display: table-cell;
  vertical-align: middle;
}

.svg-3-dots-loader {
  display: table-cell;
}
.svg-3-dots-loader svg {
  width: 40px;
  height: 40px;
  float: right;
}
.empty-list {
  padding-top: 20px;
}
.empty-list .empty--icon {
  text-align: center;
  display: grid;
  vertical-align: middle;
  place-items: center center;
}

.swal2-styled.swal2-confirm {
  background-color: #a00000 !important;
  border-left-color: #a00000 !important;
  border-right-color: #a00000 !important;
}

.swal2-styled.swal2-cancel {
  background-color: #a00000 !important;
  border-left-color: #a00000 !important;
  border-right-color: #a00000 !important;
}

/* app  wallet styles */
.app--wallet-list .wallet-item {
  display: flex;
  flex-direction: row;
  width: calc(100vw * 0.6);
}

.wallet-item > label {
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
  margin-left: 15px;
  line-height: 20px;
  font-family: poppins;
}

.wallet-item > label .acct-type {
  font-size: 1.1em;
  font-weight: 600;
}

ul.mdc-list.mdc-list--avatar-list.wallet-list li {
  width: calc(100vw * 0.75);
  margin-bottom: 15px;
  height: 60px;
}

.check {
  display: inline-block;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 3px solid #680800;
  border-right: 3px solid #680800;
  position: absolute;
  top: 20px;
  right: 15px;
}

.wallet-item > div.has--svg {
  background: #ee6eb11a;
  border-radius: 15px;
  width: 54px;
  height: 54px;
}

.wallet-item > div > img {
  border-radius: 15px;
  width: 54px;
  height: 54px;
}

.wallet-item > div > svg {
  margin: 8px;
  width: 40px;
  height: 40px;
}

.wallet-item > div.svg-g {
  background: #ffb4af33;
  border-radius: 15px;
  width: 54px;
  height: 54px;
}

.wallet-item > div.svg-g > svg {
  width: 35px;
  height: 35px;
}

/* app  wallet styles */

i.material-icons {
  font-family: "Material Icons" !important;
}
