@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Inter:200,300,400,500,600&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

button {
  background-color: transparent;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-weight: 400;
}

@-moz-document url-prefix() {
  body {
    font-weight: lighter !important;
  }
}
.card-flipper {
  perspective: 1000px;
  width: 330px;
  height: 220px;
  background-color: transparent;
}
.card-flipper .card {
  -moz-backface-visibility: hidden;
  width: 105%;
  height: 108%;
  position: relative;
  transition: transform 0.6s ease;
  transform-style: preserve-3d;
}
.card-flipper .card.is-flipped {
  transform: rotateY(-180deg);
}
.card-flipper .card .card-front {
  background: url("../../img/cards/card-front-grey.png");
  -webkit-backface-visibility: hidden;
  width: 330px;
  height: 220px;
  backface-visibility: hidden;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 330px 220px;
  transition: 0.5s ease;
  box-shadow: 0px 16px 24px rgba(59, 114, 217, 0.1), 0px 1px 3px rgba(92, 126, 210, 0.05);
}
.card-flipper .card .card-front.crd-change-american-express {
  background: url("../../img/cards/amex.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-front.crd-change-discovercard {
  background: url("../../img/cards/discover.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-front.crd-change-mastercard {
  background: url("../../img/cards/mastercard.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-front.crd-change-visa {
  background: url("../../img/cards/visa-blue-light.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-back {
  margin-left: 15px;
  background: url("../../img/cards/visa-back.png");
  background: url("../../img/cards/card-back-grey.png");
  position: absolute;
  transform: rotateY(-180deg);
  -webkit-backface-visibility: hidden;
  width: 330px;
  height: 220px;
  backface-visibility: hidden;
  position: absolute;
  background-repeat: no-repeat;
  background-size: 330px 220px;
  transition: 0.5s ease;
  box-shadow: 0px 16px 24px rgba(59, 114, 217, 0.1), 0px 1px 3px rgba(92, 126, 210, 0.05);
}
.card-flipper .card .card-back.crd-change-american-express {
  background: url("../../img/cards/amex.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-back.crd-change-discovercard {
  background: url("../../img/cards/discover-back.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-back.crd-change-mastercard {
  background: url("../../img/cards/mastercard-back.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .card-back.crd-change-visa {
  background: url("../../img/cards/visa-back.png");
  background-repeat: no-repeat;
  background-size: 330px 220px;
}
.card-flipper .card .cvv.tochange {
  transform: rotateY(180deg);
  left: 182px;
  top: 110px;
  backface-visibility: hidden;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.nav-activator,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

.nav-activator {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
}

.fa-lg {
  font-size: 1.3333333333em;
  line-height: 0.75em;
  vertical-align: -0.0667em;
}

.fa-xs {
  font-size: 0.75em;
}

.fa-sm {
  font-size: 0.875em;
}

.fa-1x {
  font-size: 1em;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-6x {
  font-size: 6em;
}

.fa-7x {
  font-size: 7em;
}

.fa-8x {
  font-size: 8em;
}

.fa-9x {
  font-size: 9em;
}

.fa-10x {
  font-size: 10em;
}

.fa-fw {
  text-align: center;
  width: 1.25em;
}

.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}

.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}

.fa-border {
  border: solid 0.08em #eee;
  border-radius: 0.1em;
  padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left,
.fas.fa-pull-left,
.fa-pull-left.nav-activator,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: 0.3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.fa-pull-right.nav-activator,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: 0.3em;
}

.fa-spin {
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  animation: fa-spin 1s infinite steps(8);
}

@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1);
}

.fa-flip-both, .fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(-1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  filter: none;
}

.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}

.fa-accessible-icon:before {
  content: "\f368";
}

.fa-accusoft:before {
  content: "\f369";
}

.fa-acquisitions-incorporated:before {
  content: "\f6af";
}

.fa-ad:before {
  content: "\f641";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-card:before {
  content: "\f2bb";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-adn:before {
  content: "\f170";
}

.fa-adobe:before {
  content: "\f778";
}

.fa-adversal:before {
  content: "\f36a";
}

.fa-affiliatetheme:before {
  content: "\f36b";
}

.fa-air-freshener:before {
  content: "\f5d0";
}

.fa-airbnb:before {
  content: "\f834";
}

.fa-algolia:before {
  content: "\f36c";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-alipay:before {
  content: "\f642";
}

.fa-allergies:before {
  content: "\f461";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-amazon-pay:before {
  content: "\f42c";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-amilia:before {
  content: "\f36d";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-android:before {
  content: "\f17b";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angry:before {
  content: "\f556";
}

.fa-angrycreative:before {
  content: "\f36e";
}

.fa-angular:before {
  content: "\f420";
}

.fa-ankh:before {
  content: "\f644";
}

.fa-app-store:before {
  content: "\f36f";
}

.fa-app-store-ios:before {
  content: "\f370";
}

.fa-apper:before {
  content: "\f371";
}

.fa-apple:before {
  content: "\f179";
}

.fa-apple-alt:before {
  content: "\f5d1";
}

.fa-apple-pay:before {
  content: "\f415";
}

.fa-archive:before {
  content: "\f187";
}

.fa-archway:before {
  content: "\f557";
}

.fa-arrow-alt-circle-down:before {
  content: "\f358";
}

.fa-arrow-alt-circle-left:before {
  content: "\f359";
}

.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}

.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-arrows-alt-h:before {
  content: "\f337";
}

.fa-arrows-alt-v:before {
  content: "\f338";
}

.fa-artstation:before {
  content: "\f77a";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-asymmetrik:before {
  content: "\f372";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-atlas:before {
  content: "\f558";
}

.fa-atlassian:before {
  content: "\f77b";
}

.fa-atom:before {
  content: "\f5d2";
}

.fa-audible:before {
  content: "\f373";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-autoprefixer:before {
  content: "\f41c";
}

.fa-avianex:before {
  content: "\f374";
}

.fa-aviato:before {
  content: "\f421";
}

.fa-award:before {
  content: "\f559";
}

.fa-aws:before {
  content: "\f375";
}

.fa-baby:before {
  content: "\f77c";
}

.fa-baby-carriage:before {
  content: "\f77d";
}

.fa-backspace:before {
  content: "\f55a";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-bacon:before {
  content: "\f7e5";
}

.fa-bahai:before {
  content: "\f666";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-balance-scale-left:before {
  content: "\f515";
}

.fa-balance-scale-right:before {
  content: "\f516";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-band-aid:before {
  content: "\f462";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-bars:before {
  content: "\f0c9";
}

.fa-baseball-ball:before {
  content: "\f433";
}

.fa-basketball-ball:before {
  content: "\f434";
}

.fa-bath:before {
  content: "\f2cd";
}

.fa-battery-empty:before {
  content: "\f244";
}

.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battle-net:before {
  content: "\f835";
}

.fa-bed:before {
  content: "\f236";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bezier-curve:before {
  content: "\f55b";
}

.fa-bible:before {
  content: "\f647";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-biking:before {
  content: "\f84a";
}

.fa-bimobject:before {
  content: "\f378";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-biohazard:before {
  content: "\f780";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitcoin:before {
  content: "\f379";
}

.fa-bity:before {
  content: "\f37a";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-blackberry:before {
  content: "\f37b";
}

.fa-blender:before {
  content: "\f517";
}

.fa-blender-phone:before {
  content: "\f6b6";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-blog:before {
  content: "\f781";
}

.fa-blogger:before {
  content: "\f37c";
}

.fa-blogger-b:before {
  content: "\f37d";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-bold:before {
  content: "\f032";
}

.fa-bolt:before {
  content: "\f0e7";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-bone:before {
  content: "\f5d7";
}

.fa-bong:before {
  content: "\f55c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-book-dead:before {
  content: "\f6b7";
}

.fa-book-medical:before {
  content: "\f7e6";
}

.fa-book-open:before {
  content: "\f518";
}

.fa-book-reader:before {
  content: "\f5da";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-bootstrap:before {
  content: "\f836";
}

.fa-border-all:before {
  content: "\f84c";
}

.fa-border-none:before {
  content: "\f850";
}

.fa-border-style:before {
  content: "\f853";
}

.fa-bowling-ball:before {
  content: "\f436";
}

.fa-box:before {
  content: "\f466";
}

.fa-box-open:before {
  content: "\f49e";
}

.fa-box-tissue:before {
  content: "拏";
}

.fa-boxes:before {
  content: "\f468";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-brain:before {
  content: "\f5dc";
}

.fa-bread-slice:before {
  content: "\f7ec";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-briefcase-medical:before {
  content: "\f469";
}

.fa-broadcast-tower:before {
  content: "\f519";
}

.fa-broom:before {
  content: "\f51a";
}

.fa-brush:before {
  content: "\f55d";
}

.fa-btc:before {
  content: "\f15a";
}

.fa-buffer:before {
  content: "\f837";
}

.fa-bug:before {
  content: "\f188";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-burn:before {
  content: "\f46a";
}

.fa-buromobelexperte:before {
  content: "\f37f";
}

.fa-bus:before {
  content: "\f207";
}

.fa-bus-alt:before {
  content: "\f55e";
}

.fa-business-time:before {
  content: "\f64a";
}

.fa-buy-n-large:before {
  content: "\f8a6";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-calendar:before {
  content: "\f133";
}

.fa-calendar-alt:before {
  content: "\f073";
}

.fa-calendar-check:before {
  content: "\f274";
}

.fa-calendar-day:before {
  content: "\f783";
}

.fa-calendar-minus:before {
  content: "\f272";
}

.fa-calendar-plus:before {
  content: "\f271";
}

.fa-calendar-times:before {
  content: "\f273";
}

.fa-calendar-week:before {
  content: "\f784";
}

.fa-camera:before {
  content: "\f030";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-campground:before {
  content: "\f6bb";
}

.fa-canadian-maple-leaf:before {
  content: "\f785";
}

.fa-candy-cane:before {
  content: "\f786";
}

.fa-cannabis:before {
  content: "\f55f";
}

.fa-capsules:before {
  content: "\f46b";
}

.fa-car:before {
  content: "\f1b9";
}

.fa-car-alt:before {
  content: "\f5de";
}

.fa-car-battery:before {
  content: "\f5df";
}

.fa-car-crash:before {
  content: "\f5e1";
}

.fa-car-side:before {
  content: "\f5e4";
}

.fa-caravan:before {
  content: "\f8ff";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-caret-square-down:before {
  content: "\f150";
}

.fa-caret-square-left:before {
  content: "\f191";
}

.fa-caret-square-right:before {
  content: "\f152";
}

.fa-caret-square-up:before {
  content: "\f151";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-carrot:before {
  content: "\f787";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cash-register:before {
  content: "\f788";
}

.fa-cat:before {
  content: "\f6be";
}

.fa-cc-amazon-pay:before {
  content: "\f42d";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-apple-pay:before {
  content: "\f416";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-centercode:before {
  content: "\f380";
}

.fa-centos:before {
  content: "\f789";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-chair:before {
  content: "\f6c0";
}

.fa-chalkboard:before {
  content: "\f51b";
}

.fa-chalkboard-teacher:before {
  content: "\f51c";
}

.fa-charging-station:before {
  content: "\f5e7";
}

.fa-chart-area:before {
  content: "\f1fe";
}

.fa-chart-bar:before {
  content: "\f080";
}

.fa-chart-line:before {
  content: "\f201";
}

.fa-chart-pie:before {
  content: "\f200";
}

.fa-check:before {
  content: "\f00c";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-check-double:before {
  content: "\f560";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-cheese:before {
  content: "\f7ef";
}

.fa-chess:before {
  content: "\f439";
}

.fa-chess-bishop:before {
  content: "\f43a";
}

.fa-chess-board:before {
  content: "\f43c";
}

.fa-chess-king:before {
  content: "\f43f";
}

.fa-chess-knight:before {
  content: "\f441";
}

.fa-chess-pawn:before {
  content: "\f443";
}

.fa-chess-queen:before {
  content: "\f445";
}

.fa-chess-rook:before {
  content: "\f447";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-chromecast:before {
  content: "\f838";
}

.fa-church:before {
  content: "\f51d";
}

.fa-circle:before {
  content: "\f111";
}

.fa-circle-notch:before {
  content: "\f1ce";
}

.fa-city:before {
  content: "\f64f";
}

.fa-clinic-medical:before {
  content: "\f7f2";
}

.fa-clipboard:before {
  content: "\f328";
}

.fa-clipboard-check:before {
  content: "\f46c";
}

.fa-clipboard-list:before {
  content: "\f46d";
}

.fa-clock:before {
  content: "\f017";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-closed-captioning:before {
  content: "\f20a";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-cloud-download-alt:before {
  content: "\f381";
}

.fa-cloud-meatball:before {
  content: "\f73b";
}

.fa-cloud-moon:before {
  content: "\f6c3";
}

.fa-cloud-moon-rain:before {
  content: "\f73c";
}

.fa-cloud-rain:before {
  content: "\f73d";
}

.fa-cloud-showers-heavy:before {
  content: "\f740";
}

.fa-cloud-sun:before {
  content: "\f6c4";
}

.fa-cloud-sun-rain:before {
  content: "\f743";
}

.fa-cloud-upload-alt:before {
  content: "\f382";
}

.fa-cloudscale:before {
  content: "\f383";
}

.fa-cloudsmith:before {
  content: "\f384";
}

.fa-cloudversify:before {
  content: "\f385";
}

.fa-cocktail:before {
  content: "\f561";
}

.fa-code:before {
  content: "\f121";
}

.fa-code-branch:before {
  content: "\f126";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cog:before {
  content: "\f013";
}

.fa-cogs:before {
  content: "\f085";
}

.fa-coins:before {
  content: "\f51e";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-comment:before {
  content: "\f075";
}

.fa-comment-alt:before {
  content: "\f27a";
}

.fa-comment-dollar:before {
  content: "\f651";
}

.fa-comment-dots:before {
  content: "\f4ad";
}

.fa-comment-medical:before {
  content: "\f7f5";
}

.fa-comment-slash:before {
  content: "\f4b3";
}

.fa-comments:before {
  content: "\f086";
}

.fa-comments-dollar:before {
  content: "\f653";
}

.fa-compact-disc:before {
  content: "\f51f";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-compress:before {
  content: "\f066";
}

.fa-compress-alt:before {
  content: "\f422";
}

.fa-compress-arrows-alt:before {
  content: "\f78c";
}

.fa-concierge-bell:before {
  content: "\f562";
}

.fa-confluence:before {
  content: "\f78d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-cookie:before {
  content: "\f563";
}

.fa-cookie-bite:before {
  content: "\f564";
}

.fa-copy:before {
  content: "\f0c5";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-cotton-bureau:before {
  content: "\f89e";
}

.fa-couch:before {
  content: "\f4b8";
}

.fa-cpanel:before {
  content: "\f388";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-creative-commons-by:before {
  content: "\f4e7";
}

.fa-creative-commons-nc:before {
  content: "\f4e8";
}

.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}

.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}

.fa-creative-commons-nd:before {
  content: "\f4eb";
}

.fa-creative-commons-pd:before {
  content: "\f4ec";
}

.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}

.fa-creative-commons-remix:before {
  content: "\f4ee";
}

.fa-creative-commons-sa:before {
  content: "\f4ef";
}

.fa-creative-commons-sampling:before {
  content: "\f4f0";
}

.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}

.fa-creative-commons-share:before {
  content: "\f4f2";
}

.fa-creative-commons-zero:before {
  content: "\f4f3";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-critical-role:before {
  content: "\f6c9";
}

.fa-crop:before {
  content: "\f125";
}

.fa-crop-alt:before {
  content: "\f565";
}

.fa-cross:before {
  content: "\f654";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-crow:before {
  content: "\f520";
}

.fa-crown:before {
  content: "\f521";
}

.fa-crutch:before {
  content: "\f7f7";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-css3-alt:before {
  content: "\f38b";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-cut:before {
  content: "\f0c4";
}

.fa-cuttlefish:before {
  content: "\f38c";
}

.fa-d-and-d:before {
  content: "\f38d";
}

.fa-d-and-d-beyond:before {
  content: "\f6ca";
}

.fa-dailymotion:before {
  content: "勒";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-deaf:before {
  content: "\f2a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-democrat:before {
  content: "\f747";
}

.fa-deploydog:before {
  content: "\f38e";
}

.fa-deskpro:before {
  content: "\f38f";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-dev:before {
  content: "\f6cc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-dharmachakra:before {
  content: "\f655";
}

.fa-dhl:before {
  content: "\f790";
}

.fa-diagnoses:before {
  content: "\f470";
}

.fa-diaspora:before {
  content: "\f791";
}

.fa-dice:before {
  content: "\f522";
}

.fa-dice-d20:before {
  content: "\f6cf";
}

.fa-dice-d6:before {
  content: "\f6d1";
}

.fa-dice-five:before {
  content: "\f523";
}

.fa-dice-four:before {
  content: "\f524";
}

.fa-dice-one:before {
  content: "\f525";
}

.fa-dice-six:before {
  content: "\f526";
}

.fa-dice-three:before {
  content: "\f527";
}

.fa-dice-two:before {
  content: "\f528";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-digital-ocean:before {
  content: "\f391";
}

.fa-digital-tachograph:before {
  content: "\f566";
}

.fa-directions:before {
  content: "\f5eb";
}

.fa-discord:before {
  content: "\f392";
}

.fa-discourse:before {
  content: "\f393";
}

.fa-disease:before {
  content: "\f7fa";
}

.fa-divide:before {
  content: "\f529";
}

.fa-dizzy:before {
  content: "\f567";
}

.fa-dna:before {
  content: "\f471";
}

.fa-dochub:before {
  content: "\f394";
}

.fa-docker:before {
  content: "\f395";
}

.fa-dog:before {
  content: "\f6d3";
}

.fa-dollar-sign:before {
  content: "\f155";
}

.fa-dolly:before {
  content: "\f472";
}

.fa-dolly-flatbed:before {
  content: "\f474";
}

.fa-donate:before {
  content: "\f4b9";
}

.fa-door-closed:before {
  content: "\f52a";
}

.fa-door-open:before {
  content: "\f52b";
}

.fa-dot-circle:before {
  content: "\f192";
}

.fa-dove:before {
  content: "\f4ba";
}

.fa-download:before {
  content: "\f019";
}

.fa-draft2digital:before {
  content: "\f396";
}

.fa-drafting-compass:before {
  content: "\f568";
}

.fa-dragon:before {
  content: "\f6d5";
}

.fa-draw-polygon:before {
  content: "\f5ee";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-dribbble-square:before {
  content: "\f397";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-drum:before {
  content: "\f569";
}

.fa-drum-steelpan:before {
  content: "\f56a";
}

.fa-drumstick-bite:before {
  content: "\f6d7";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-dumbbell:before {
  content: "\f44b";
}

.fa-dumpster:before {
  content: "\f793";
}

.fa-dumpster-fire:before {
  content: "\f794";
}

.fa-dungeon:before {
  content: "\f6d9";
}

.fa-dyalog:before {
  content: "\f399";
}

.fa-earlybirds:before {
  content: "\f39a";
}

.fa-ebay:before {
  content: "\f4f4";
}

.fa-edge:before {
  content: "\f282";
}

.fa-edit:before {
  content: "\f044";
}

.fa-egg:before {
  content: "\f7fb";
}

.fa-eject:before {
  content: "\f052";
}

.fa-elementor:before {
  content: "\f430";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-ello:before {
  content: "\f5f1";
}

.fa-ember:before {
  content: "\f423";
}

.fa-empire:before {
  content: "\f1d1";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-text:before {
  content: "\f658";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-envira:before {
  content: "\f299";
}

.fa-equals:before {
  content: "\f52c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-erlang:before {
  content: "\f39d";
}

.fa-ethereum:before {
  content: "\f42e";
}

.fa-ethernet:before {
  content: "\f796";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-euro-sign:before {
  content: "\f153";
}

.fa-evernote:before {
  content: "\f839";
}

.fa-exchange-alt:before {
  content: "\f362";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-expand:before {
  content: "\f065";
}

.fa-expand-alt:before {
  content: "\f424";
}

.fa-expand-arrows-alt:before {
  content: "\f31e";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-external-link-alt:before {
  content: "\f35d";
}

.fa-external-link-square-alt:before {
  content: "\f360";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-dropper:before {
  content: "\f1fb";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-facebook:before {
  content: "\f09a";
}

.fa-facebook-f:before {
  content: "\f39e";
}

.fa-facebook-messenger:before {
  content: "\f39f";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-fan:before {
  content: "\f863";
}

.fa-fantasy-flight-games:before {
  content: "\f6dc";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-faucet:before {
  content: "串";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-feather:before {
  content: "\f52d";
}

.fa-feather-alt:before {
  content: "\f56b";
}

.fa-fedex:before {
  content: "\f797";
}

.fa-fedora:before {
  content: "\f798";
}

.fa-female:before {
  content: "\f182";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-figma:before {
  content: "\f799";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-alt:before {
  content: "\f15c";
}

.fa-file-archive:before {
  content: "\f1c6";
}

.fa-file-audio:before {
  content: "\f1c7";
}

.fa-file-code:before {
  content: "\f1c9";
}

.fa-file-contract:before {
  content: "\f56c";
}

.fa-file-csv:before {
  content: "\f6dd";
}

.fa-file-download:before {
  content: "\f56d";
}

.fa-file-excel:before {
  content: "\f1c3";
}

.fa-file-export:before {
  content: "\f56e";
}

.fa-file-image:before {
  content: "\f1c5";
}

.fa-file-import:before {
  content: "\f56f";
}

.fa-file-invoice:before {
  content: "\f570";
}

.fa-file-invoice-dollar:before {
  content: "\f571";
}

.fa-file-medical:before {
  content: "\f477";
}

.fa-file-medical-alt:before {
  content: "\f478";
}

.fa-file-pdf:before {
  content: "\f1c1";
}

.fa-file-powerpoint:before {
  content: "\f1c4";
}

.fa-file-prescription:before {
  content: "\f572";
}

.fa-file-signature:before {
  content: "\f573";
}

.fa-file-upload:before {
  content: "\f574";
}

.fa-file-video:before {
  content: "\f1c8";
}

.fa-file-word:before {
  content: "\f1c2";
}

.fa-fill:before {
  content: "\f575";
}

.fa-fill-drip:before {
  content: "\f576";
}

.fa-film:before {
  content: "\f008";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-fingerprint:before {
  content: "\f577";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-fire-alt:before {
  content: "\f7e4";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-firefox-browser:before {
  content: "龜";
}

.fa-first-aid:before {
  content: "\f479";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-first-order-alt:before {
  content: "\f50a";
}

.fa-firstdraft:before {
  content: "\f3a1";
}

.fa-fish:before {
  content: "\f578";
}

.fa-fist-raised:before {
  content: "\f6de";
}

.fa-flag:before {
  content: "\f024";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-flag-usa:before {
  content: "\f74d";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-flipboard:before {
  content: "\f44d";
}

.fa-flushed:before {
  content: "\f579";
}

.fa-fly:before {
  content: "\f417";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-minus:before {
  content: "\f65d";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-folder-plus:before {
  content: "\f65e";
}

.fa-font:before {
  content: "\f031";
}

.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-font-awesome-alt:before {
  content: "\f35c";
}

.fa-font-awesome-flag:before {
  content: "\f425";
}

.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-fonticons-fi:before {
  content: "\f3a2";
}

.fa-football-ball:before {
  content: "\f44e";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-fort-awesome-alt:before {
  content: "\f3a3";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-freebsd:before {
  content: "\f3a4";
}

.fa-frog:before {
  content: "\f52e";
}

.fa-frown:before {
  content: "\f119";
}

.fa-frown-open:before {
  content: "\f57a";
}

.fa-fulcrum:before {
  content: "\f50b";
}

.fa-funnel-dollar:before {
  content: "\f662";
}

.fa-futbol:before {
  content: "\f1e3";
}

.fa-galactic-republic:before {
  content: "\f50c";
}

.fa-galactic-senate:before {
  content: "\f50d";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-gas-pump:before {
  content: "\f52f";
}

.fa-gavel:before {
  content: "\f0e3";
}

.fa-gem:before {
  content: "\f3a5";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-ghost:before {
  content: "\f6e2";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-gifts:before {
  content: "\f79c";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-git-alt:before {
  content: "\f841";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-github:before {
  content: "\f09b";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-gitkraken:before {
  content: "\f3a6";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-gitter:before {
  content: "\f426";
}

.fa-glass-cheers:before {
  content: "\f79f";
}

.fa-glass-martini:before {
  content: "\f000";
}

.fa-glass-martini-alt:before {
  content: "\f57b";
}

.fa-glass-whiskey:before {
  content: "\f7a0";
}

.fa-glasses:before {
  content: "\f530";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-globe-africa:before {
  content: "\f57c";
}

.fa-globe-americas:before {
  content: "\f57d";
}

.fa-globe-asia:before {
  content: "\f57e";
}

.fa-globe-europe:before {
  content: "\f7a2";
}

.fa-gofore:before {
  content: "\f3a7";
}

.fa-golf-ball:before {
  content: "\f450";
}

.fa-goodreads:before {
  content: "\f3a8";
}

.fa-goodreads-g:before {
  content: "\f3a9";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-google-drive:before {
  content: "\f3aa";
}

.fa-google-play:before {
  content: "\f3ab";
}

.fa-google-plus:before {
  content: "\f2b3";
}

.fa-google-plus-g:before {
  content: "\f0d5";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-gopuram:before {
  content: "\f664";
}

.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-gratipay:before {
  content: "\f184";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-greater-than:before {
  content: "\f531";
}

.fa-greater-than-equal:before {
  content: "\f532";
}

.fa-grimace:before {
  content: "\f57f";
}

.fa-grin:before {
  content: "\f580";
}

.fa-grin-alt:before {
  content: "\f581";
}

.fa-grin-beam:before {
  content: "\f582";
}

.fa-grin-beam-sweat:before {
  content: "\f583";
}

.fa-grin-hearts:before {
  content: "\f584";
}

.fa-grin-squint:before {
  content: "\f585";
}

.fa-grin-squint-tears:before {
  content: "\f586";
}

.fa-grin-stars:before {
  content: "\f587";
}

.fa-grin-tears:before {
  content: "\f588";
}

.fa-grin-tongue:before {
  content: "\f589";
}

.fa-grin-tongue-squint:before {
  content: "\f58a";
}

.fa-grin-tongue-wink:before {
  content: "\f58b";
}

.fa-grin-wink:before {
  content: "\f58c";
}

.fa-grip-horizontal:before {
  content: "\f58d";
}

.fa-grip-lines:before {
  content: "\f7a4";
}

.fa-grip-lines-vertical:before {
  content: "\f7a5";
}

.fa-grip-vertical:before {
  content: "\f58e";
}

.fa-gripfire:before {
  content: "\f3ac";
}

.fa-grunt:before {
  content: "\f3ad";
}

.fa-guitar:before {
  content: "\f7a6";
}

.fa-gulp:before {
  content: "\f3ae";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-hacker-news-square:before {
  content: "\f3af";
}

.fa-hackerrank:before {
  content: "\f5f7";
}

.fa-hamburger:before {
  content: "\f805";
}

.fa-hammer:before {
  content: "\f6e3";
}

.fa-hamsa:before {
  content: "\f665";
}

.fa-hand-holding:before {
  content: "\f4bd";
}

.fa-hand-holding-heart:before {
  content: "\f4be";
}

.fa-hand-holding-medical:before {
  content: "樂";
}

.fa-hand-holding-usd:before {
  content: "\f4c0";
}

.fa-hand-holding-water:before {
  content: "\f4c1";
}

.fa-hand-lizard:before {
  content: "\f258";
}

.fa-hand-middle-finger:before {
  content: "\f806";
}

.fa-hand-paper:before {
  content: "\f256";
}

.fa-hand-peace:before {
  content: "\f25b";
}

.fa-hand-point-down:before {
  content: "\f0a7";
}

.fa-hand-point-left:before {
  content: "\f0a5";
}

.fa-hand-point-right:before {
  content: "\f0a4";
}

.fa-hand-point-up:before {
  content: "\f0a6";
}

.fa-hand-pointer:before {
  content: "\f25a";
}

.fa-hand-rock:before {
  content: "\f255";
}

.fa-hand-scissors:before {
  content: "\f257";
}

.fa-hand-sparkles:before {
  content: "諾";
}

.fa-hand-spock:before {
  content: "\f259";
}

.fa-hands:before {
  content: "\f4c2";
}

.fa-hands-helping:before {
  content: "\f4c4";
}

.fa-hands-wash:before {
  content: "丹";
}

.fa-handshake:before {
  content: "\f2b5";
}

.fa-handshake-alt-slash:before {
  content: "寧";
}

.fa-handshake-slash:before {
  content: "怒";
}

.fa-hanukiah:before {
  content: "\f6e6";
}

.fa-hard-hat:before {
  content: "\f807";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-hat-cowboy:before {
  content: "\f8c0";
}

.fa-hat-cowboy-side:before {
  content: "\f8c1";
}

.fa-hat-wizard:before {
  content: "\f6e8";
}

.fa-hdd:before {
  content: "\f0a0";
}

.fa-head-side-cough:before {
  content: "率";
}

.fa-head-side-cough-slash:before {
  content: "異";
}

.fa-head-side-mask:before {
  content: "北";
}

.fa-head-side-virus:before {
  content: "磻";
}

.fa-heading:before {
  content: "\f1dc";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-headphones-alt:before {
  content: "\f58f";
}

.fa-headset:before {
  content: "\f590";
}

.fa-heart:before {
  content: "\f004";
}

.fa-heart-broken:before {
  content: "\f7a9";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-helicopter:before {
  content: "\f533";
}

.fa-highlighter:before {
  content: "\f591";
}

.fa-hiking:before {
  content: "\f6ec";
}

.fa-hippo:before {
  content: "\f6ed";
}

.fa-hips:before {
  content: "\f452";
}

.fa-hire-a-helper:before {
  content: "\f3b0";
}

.fa-history:before {
  content: "\f1da";
}

.fa-hockey-puck:before {
  content: "\f453";
}

.fa-holly-berry:before {
  content: "\f7aa";
}

.fa-home:before {
  content: "\f015";
}

.fa-hooli:before {
  content: "\f427";
}

.fa-hornbill:before {
  content: "\f592";
}

.fa-horse:before {
  content: "\f6f0";
}

.fa-horse-head:before {
  content: "\f7ab";
}

.fa-hospital:before {
  content: "\f0f8";
}

.fa-hospital-alt:before {
  content: "\f47d";
}

.fa-hospital-symbol:before {
  content: "\f47e";
}

.fa-hospital-user:before {
  content: "\f80d";
}

.fa-hot-tub:before {
  content: "\f593";
}

.fa-hotdog:before {
  content: "\f80f";
}

.fa-hotel:before {
  content: "\f594";
}

.fa-hotjar:before {
  content: "\f3b1";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-start:before {
  content: "\f251";
}

.fa-house-damage:before {
  content: "\f6f1";
}

.fa-house-user:before {
  content: "便";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-hryvnia:before {
  content: "\f6f2";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-hubspot:before {
  content: "\f3b2";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-ice-cream:before {
  content: "\f810";
}

.fa-icicles:before {
  content: "\f7ad";
}

.fa-icons:before {
  content: "\f86d";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-id-card:before {
  content: "\f2c2";
}

.fa-id-card-alt:before {
  content: "\f47f";
}

.fa-ideal:before {
  content: "邏";
}

.fa-igloo:before {
  content: "\f7ae";
}

.fa-image:before {
  content: "\f03e";
}

.fa-images:before {
  content: "\f302";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-industry:before {
  content: "\f275";
}

.fa-infinity:before {
  content: "\f534";
}

.fa-info:before {
  content: "\f129";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-instagram-square:before {
  content: "凌";
}

.fa-intercom:before {
  content: "\f7af";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-invision:before {
  content: "\f7b0";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-italic:before {
  content: "\f033";
}

.fa-itch-io:before {
  content: "\f83a";
}

.fa-itunes:before {
  content: "\f3b4";
}

.fa-itunes-note:before {
  content: "\f3b5";
}

.fa-java:before {
  content: "\f4e4";
}

.fa-jedi:before {
  content: "\f669";
}

.fa-jedi-order:before {
  content: "\f50e";
}

.fa-jenkins:before {
  content: "\f3b6";
}

.fa-jira:before {
  content: "\f7b1";
}

.fa-joget:before {
  content: "\f3b7";
}

.fa-joint:before {
  content: "\f595";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-journal-whills:before {
  content: "\f66a";
}

.fa-js:before {
  content: "\f3b8";
}

.fa-js-square:before {
  content: "\f3b9";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-kaaba:before {
  content: "\f66b";
}

.fa-kaggle:before {
  content: "\f5fa";
}

.fa-key:before {
  content: "\f084";
}

.fa-keybase:before {
  content: "\f4f5";
}

.fa-keyboard:before {
  content: "\f11c";
}

.fa-keycdn:before {
  content: "\f3ba";
}

.fa-khanda:before {
  content: "\f66d";
}

.fa-kickstarter:before {
  content: "\f3bb";
}

.fa-kickstarter-k:before {
  content: "\f3bc";
}

.fa-kiss:before {
  content: "\f596";
}

.fa-kiss-beam:before {
  content: "\f597";
}

.fa-kiss-wink-heart:before {
  content: "\f598";
}

.fa-kiwi-bird:before {
  content: "\f535";
}

.fa-korvue:before {
  content: "\f42f";
}

.fa-landmark:before {
  content: "\f66f";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-laptop-code:before {
  content: "\f5fc";
}

.fa-laptop-house:before {
  content: "復";
}

.fa-laptop-medical:before {
  content: "\f812";
}

.fa-laravel:before {
  content: "\f3bd";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-laugh:before {
  content: "\f599";
}

.fa-laugh-beam:before {
  content: "\f59a";
}

.fa-laugh-squint:before {
  content: "\f59b";
}

.fa-laugh-wink:before {
  content: "\f59c";
}

.fa-layer-group:before {
  content: "\f5fd";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-lemon:before {
  content: "\f094";
}

.fa-less:before {
  content: "\f41d";
}

.fa-less-than:before {
  content: "\f536";
}

.fa-less-than-equal:before {
  content: "\f537";
}

.fa-level-down-alt:before {
  content: "\f3be";
}

.fa-level-up-alt:before {
  content: "\f3bf";
}

.fa-life-ring:before {
  content: "\f1cd";
}

.fa-lightbulb:before {
  content: "\f0eb";
}

.fa-line:before {
  content: "\f3c0";
}

.fa-link:before {
  content: "\f0c1";
}

.fa-linkedin:before {
  content: "\f08c";
}

.fa-linkedin-in:before {
  content: "\f0e1";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-lira-sign:before {
  content: "\f195";
}

.fa-list:before {
  content: "\f03a";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-lock:before {
  content: "\f023";
}

.fa-lock-open:before {
  content: "\f3c1";
}

.fa-long-arrow-alt-down:before {
  content: "\f309";
}

.fa-long-arrow-alt-left:before {
  content: "\f30a";
}

.fa-long-arrow-alt-right:before {
  content: "\f30b";
}

.fa-long-arrow-alt-up:before {
  content: "\f30c";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-luggage-cart:before {
  content: "\f59d";
}

.fa-lungs:before {
  content: "\f604";
}

.fa-lungs-virus:before {
  content: "不";
}

.fa-lyft:before {
  content: "\f3c3";
}

.fa-magento:before {
  content: "\f3c4";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-mail-bulk:before {
  content: "\f674";
}

.fa-mailchimp:before {
  content: "\f59e";
}

.fa-male:before {
  content: "\f183";
}

.fa-mandalorian:before {
  content: "\f50f";
}

.fa-map:before {
  content: "\f279";
}

.fa-map-marked:before {
  content: "\f59f";
}

.fa-map-marked-alt:before {
  content: "\f5a0";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-map-marker-alt:before {
  content: "\f3c5";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-markdown:before {
  content: "\f60f";
}

.fa-marker:before {
  content: "\f5a1";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mask:before {
  content: "\f6fa";
}

.fa-mastodon:before {
  content: "\f4f6";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-mdb:before {
  content: "\f8ca";
}

.fa-medal:before {
  content: "\f5a2";
}

.fa-medapps:before {
  content: "\f3c6";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-medium-m:before {
  content: "\f3c7";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-medrt:before {
  content: "\f3c8";
}

.fa-meetup:before {
  content: "\f2e0";
}

.fa-megaport:before {
  content: "\f5a3";
}

.fa-meh:before {
  content: "\f11a";
}

.fa-meh-blank:before {
  content: "\f5a4";
}

.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}

.fa-memory:before {
  content: "\f538";
}

.fa-mendeley:before {
  content: "\f7b3";
}

.fa-menorah:before {
  content: "\f676";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-meteor:before {
  content: "\f753";
}

.fa-microblog:before {
  content: "駱";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-alt:before {
  content: "\f3c9";
}

.fa-microphone-alt-slash:before {
  content: "\f539";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-microscope:before {
  content: "\f610";
}

.fa-microsoft:before {
  content: "\f3ca";
}

.fa-minus:before {
  content: "\f068";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-mitten:before {
  content: "\f7b5";
}

.fa-mix:before {
  content: "\f3cb";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-mixer:before {
  content: "稜";
}

.fa-mizuni:before {
  content: "\f3cc";
}

.fa-mobile:before {
  content: "\f10b";
}

.fa-mobile-alt:before {
  content: "\f3cd";
}

.fa-modx:before {
  content: "\f285";
}

.fa-monero:before {
  content: "\f3d0";
}

.fa-money-bill:before {
  content: "\f0d6";
}

.fa-money-bill-alt:before {
  content: "\f3d1";
}

.fa-money-bill-wave:before {
  content: "\f53a";
}

.fa-money-bill-wave-alt:before {
  content: "\f53b";
}

.fa-money-check:before {
  content: "\f53c";
}

.fa-money-check-alt:before {
  content: "\f53d";
}

.fa-monument:before {
  content: "\f5a6";
}

.fa-moon:before {
  content: "\f186";
}

.fa-mortar-pestle:before {
  content: "\f5a7";
}

.fa-mosque:before {
  content: "\f678";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-mountain:before {
  content: "\f6fc";
}

.fa-mouse:before {
  content: "\f8cc";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-mug-hot:before {
  content: "\f7b6";
}

.fa-music:before {
  content: "\f001";
}

.fa-napster:before {
  content: "\f3d2";
}

.fa-neos:before {
  content: "\f612";
}

.fa-network-wired:before {
  content: "\f6ff";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-newspaper:before {
  content: "\f1ea";
}

.fa-nimblr:before {
  content: "\f5a8";
}

.fa-node:before {
  content: "\f419";
}

.fa-node-js:before {
  content: "\f3d3";
}

.fa-not-equal:before {
  content: "\f53e";
}

.fa-notes-medical:before {
  content: "\f481";
}

.fa-npm:before {
  content: "\f3d4";
}

.fa-ns8:before {
  content: "\f3d5";
}

.fa-nutritionix:before {
  content: "\f3d6";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-oil-can:before {
  content: "\f613";
}

.fa-old-republic:before {
  content: "\f510";
}

.fa-om:before {
  content: "\f679";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-orcid:before {
  content: "\f8d2";
}

.fa-osi:before {
  content: "\f41a";
}

.fa-otter:before {
  content: "\f700";
}

.fa-outdent:before {
  content: "\f03b";
}

.fa-page4:before {
  content: "\f3d7";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-pager:before {
  content: "\f815";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-paint-roller:before {
  content: "\f5aa";
}

.fa-palette:before {
  content: "\f53f";
}

.fa-palfed:before {
  content: "\f3d8";
}

.fa-pallet:before {
  content: "\f482";
}

.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-parachute-box:before {
  content: "\f4cd";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-parking:before {
  content: "\f540";
}

.fa-passport:before {
  content: "\f5ab";
}

.fa-pastafarianism:before {
  content: "\f67b";
}

.fa-paste:before {
  content: "\f0ea";
}

.fa-patreon:before {
  content: "\f3d9";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-peace:before {
  content: "\f67c";
}

.fa-pen:before {
  content: "\f304";
}

.fa-pen-alt:before {
  content: "\f305";
}

.fa-pen-fancy:before {
  content: "\f5ac";
}

.fa-pen-nib:before {
  content: "\f5ad";
}

.fa-pen-square:before {
  content: "\f14b";
}

.fa-pencil-alt:before {
  content: "\f303";
}

.fa-pencil-ruler:before {
  content: "\f5ae";
}

.fa-penny-arcade:before {
  content: "\f704";
}

.fa-people-arrows:before {
  content: "泌";
}

.fa-people-carry:before {
  content: "\f4ce";
}

.fa-pepper-hot:before {
  content: "\f816";
}

.fa-percent:before {
  content: "\f295";
}

.fa-percentage:before {
  content: "\f541";
}

.fa-periscope:before {
  content: "\f3da";
}

.fa-person-booth:before {
  content: "\f756";
}

.fa-phabricator:before {
  content: "\f3db";
}

.fa-phoenix-framework:before {
  content: "\f3dc";
}

.fa-phoenix-squadron:before {
  content: "\f511";
}

.fa-phone:before {
  content: "\f095";
}

.fa-phone-alt:before {
  content: "\f879";
}

.fa-phone-slash:before {
  content: "\f3dd";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-phone-square-alt:before {
  content: "\f87b";
}

.fa-phone-volume:before {
  content: "\f2a0";
}

.fa-photo-video:before {
  content: "\f87c";
}

.fa-php:before {
  content: "\f457";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-pied-piper-hat:before {
  content: "\f4e5";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-square:before {
  content: "爛";
}

.fa-piggy-bank:before {
  content: "\f4d3";
}

.fa-pills:before {
  content: "\f484";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-pizza-slice:before {
  content: "\f818";
}

.fa-place-of-worship:before {
  content: "\f67f";
}

.fa-plane:before {
  content: "\f072";
}

.fa-plane-arrival:before {
  content: "\f5af";
}

.fa-plane-departure:before {
  content: "\f5b0";
}

.fa-plane-slash:before {
  content: "數";
}

.fa-play:before {
  content: "\f04b";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-playstation:before {
  content: "\f3df";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-plus:before {
  content: "\f067";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-poll:before {
  content: "\f681";
}

.fa-poll-h:before {
  content: "\f682";
}

.fa-poo:before {
  content: "\f2fe";
}

.fa-poo-storm:before {
  content: "\f75a";
}

.fa-poop:before {
  content: "\f619";
}

.fa-portrait:before {
  content: "\f3e0";
}

.fa-pound-sign:before {
  content: "\f154";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-pray:before {
  content: "\f683";
}

.fa-praying-hands:before {
  content: "\f684";
}

.fa-prescription:before {
  content: "\f5b1";
}

.fa-prescription-bottle:before {
  content: "\f485";
}

.fa-prescription-bottle-alt:before {
  content: "\f486";
}

.fa-print:before {
  content: "\f02f";
}

.fa-procedures:before {
  content: "\f487";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-project-diagram:before {
  content: "\f542";
}

.fa-pump-medical:before {
  content: "索";
}

.fa-pump-soap:before {
  content: "參";
}

.fa-pushed:before {
  content: "\f3e1";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-python:before {
  content: "\f3e2";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-question:before {
  content: "\f128";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-quidditch:before {
  content: "\f458";
}

.fa-quinscape:before {
  content: "\f459";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-quran:before {
  content: "\f687";
}

.fa-r-project:before {
  content: "\f4f7";
}

.fa-radiation:before {
  content: "\f7b9";
}

.fa-radiation-alt:before {
  content: "\f7ba";
}

.fa-rainbow:before {
  content: "\f75b";
}

.fa-random:before {
  content: "\f074";
}

.fa-raspberry-pi:before {
  content: "\f7bb";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-react:before {
  content: "\f41b";
}

.fa-reacteurope:before {
  content: "\f75d";
}

.fa-readme:before {
  content: "\f4d5";
}

.fa-rebel:before {
  content: "\f1d0";
}

.fa-receipt:before {
  content: "\f543";
}

.fa-record-vinyl:before {
  content: "\f8d9";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-red-river:before {
  content: "\f3e3";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-redhat:before {
  content: "\f7bc";
}

.fa-redo:before {
  content: "\f01e";
}

.fa-redo-alt:before {
  content: "\f2f9";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-remove-format:before {
  content: "\f87d";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-reply:before {
  content: "\f3e5";
}

.fa-reply-all:before {
  content: "\f122";
}

.fa-replyd:before {
  content: "\f3e6";
}

.fa-republican:before {
  content: "\f75e";
}

.fa-researchgate:before {
  content: "\f4f8";
}

.fa-resolving:before {
  content: "\f3e7";
}

.fa-restroom:before {
  content: "\f7bd";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-rev:before {
  content: "\f5b2";
}

.fa-ribbon:before {
  content: "\f4d6";
}

.fa-ring:before {
  content: "\f70b";
}

.fa-road:before {
  content: "\f018";
}

.fa-robot:before {
  content: "\f544";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-rocketchat:before {
  content: "\f3e8";
}

.fa-rockrms:before {
  content: "\f3e9";
}

.fa-route:before {
  content: "\f4d7";
}

.fa-rss:before {
  content: "\f09e";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-ruble-sign:before {
  content: "\f158";
}

.fa-ruler:before {
  content: "\f545";
}

.fa-ruler-combined:before {
  content: "\f546";
}

.fa-ruler-horizontal:before {
  content: "\f547";
}

.fa-ruler-vertical:before {
  content: "\f548";
}

.fa-running:before {
  content: "\f70c";
}

.fa-rupee-sign:before {
  content: "\f156";
}

.fa-sad-cry:before {
  content: "\f5b3";
}

.fa-sad-tear:before {
  content: "\f5b4";
}

.fa-safari:before {
  content: "\f267";
}

.fa-salesforce:before {
  content: "\f83b";
}

.fa-sass:before {
  content: "\f41e";
}

.fa-satellite:before {
  content: "\f7bf";
}

.fa-satellite-dish:before {
  content: "\f7c0";
}

.fa-save:before {
  content: "\f0c7";
}

.fa-schlix:before {
  content: "\f3ea";
}

.fa-school:before {
  content: "\f549";
}

.fa-screwdriver:before {
  content: "\f54a";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-scroll:before {
  content: "\f70e";
}

.fa-sd-card:before {
  content: "\f7c2";
}

.fa-search:before {
  content: "\f002";
}

.fa-search-dollar:before {
  content: "\f688";
}

.fa-search-location:before {
  content: "\f689";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-searchengin:before {
  content: "\f3eb";
}

.fa-seedling:before {
  content: "\f4d8";
}

.fa-sellcast:before {
  content: "\f2da";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-server:before {
  content: "\f233";
}

.fa-servicestack:before {
  content: "\f3ec";
}

.fa-shapes:before {
  content: "\f61f";
}

.fa-share:before {
  content: "\f064";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-shekel-sign:before {
  content: "\f20b";
}

.fa-shield-alt:before {
  content: "\f3ed";
}

.fa-shield-virus:before {
  content: "塞";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-shipping-fast:before {
  content: "\f48b";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-shoe-prints:before {
  content: "\f54b";
}

.fa-shopify:before {
  content: "綾";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-shopware:before {
  content: "\f5b5";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-shuttle-van:before {
  content: "\f5b6";
}

.fa-sign:before {
  content: "\f4d9";
}

.fa-sign-in-alt:before {
  content: "\f2f6";
}

.fa-sign-language:before {
  content: "\f2a7";
}

.fa-sign-out-alt:before {
  content: "\f2f5";
}

.fa-signal:before {
  content: "\f012";
}

.fa-signature:before {
  content: "\f5b7";
}

.fa-sim-card:before {
  content: "\f7c4";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-sistrix:before {
  content: "\f3ee";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-sith:before {
  content: "\f512";
}

.fa-skating:before {
  content: "\f7c5";
}

.fa-sketch:before {
  content: "\f7c6";
}

.fa-skiing:before {
  content: "\f7c9";
}

.fa-skiing-nordic:before {
  content: "\f7ca";
}

.fa-skull:before {
  content: "\f54c";
}

.fa-skull-crossbones:before {
  content: "\f714";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-slack:before {
  content: "\f198";
}

.fa-slack-hash:before {
  content: "\f3ef";
}

.fa-slash:before {
  content: "\f715";
}

.fa-sleigh:before {
  content: "\f7cc";
}

.fa-sliders-h:before {
  content: "\f1de";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-smile:before {
  content: "\f118";
}

.fa-smile-beam:before {
  content: "\f5b8";
}

.fa-smile-wink:before {
  content: "\f4da";
}

.fa-smog:before {
  content: "\f75f";
}

.fa-smoking:before {
  content: "\f48d";
}

.fa-smoking-ban:before {
  content: "\f54d";
}

.fa-sms:before {
  content: "\f7cd";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-snowboarding:before {
  content: "\f7ce";
}

.fa-snowflake:before {
  content: "\f2dc";
}

.fa-snowman:before {
  content: "\f7d0";
}

.fa-snowplow:before {
  content: "\f7d2";
}

.fa-soap:before {
  content: "葉";
}

.fa-socks:before {
  content: "\f696";
}

.fa-solar-panel:before {
  content: "\f5ba";
}

.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-alpha-down:before {
  content: "\f15d";
}

.fa-sort-alpha-down-alt:before {
  content: "\f881";
}

.fa-sort-alpha-up:before {
  content: "\f15e";
}

.fa-sort-alpha-up-alt:before {
  content: "\f882";
}

.fa-sort-amount-down:before {
  content: "\f160";
}

.fa-sort-amount-down-alt:before {
  content: "\f884";
}

.fa-sort-amount-up:before {
  content: "\f161";
}

.fa-sort-amount-up-alt:before {
  content: "\f885";
}

.fa-sort-down:before {
  content: "\f0dd";
}

.fa-sort-numeric-down:before {
  content: "\f162";
}

.fa-sort-numeric-down-alt:before {
  content: "\f886";
}

.fa-sort-numeric-up:before {
  content: "\f163";
}

.fa-sort-numeric-up-alt:before {
  content: "\f887";
}

.fa-sort-up:before {
  content: "\f0de";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-sourcetree:before {
  content: "\f7d3";
}

.fa-spa:before {
  content: "\f5bb";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-speakap:before {
  content: "\f3f3";
}

.fa-speaker-deck:before {
  content: "\f83c";
}

.fa-spell-check:before {
  content: "\f891";
}

.fa-spider:before {
  content: "\f717";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-splotch:before {
  content: "\f5bc";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-spray-can:before {
  content: "\f5bd";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-square-full:before {
  content: "\f45c";
}

.fa-square-root-alt:before {
  content: "\f698";
}

.fa-squarespace:before {
  content: "\f5be";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-stackpath:before {
  content: "\f842";
}

.fa-stamp:before {
  content: "\f5bf";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-and-crescent:before {
  content: "\f699";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-star-half-alt:before {
  content: "\f5c0";
}

.fa-star-of-david:before {
  content: "\f69a";
}

.fa-star-of-life:before {
  content: "\f621";
}

.fa-staylinked:before {
  content: "\f3f5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-steam-symbol:before {
  content: "\f3f6";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-sticker-mule:before {
  content: "\f3f7";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stopwatch:before {
  content: "\f2f2";
}

.fa-stopwatch-20:before {
  content: "說";
}

.fa-store:before {
  content: "\f54e";
}

.fa-store-alt:before {
  content: "\f54f";
}

.fa-store-alt-slash:before {
  content: "殺";
}

.fa-store-slash:before {
  content: "辰";
}

.fa-strava:before {
  content: "\f428";
}

.fa-stream:before {
  content: "\f550";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-stripe:before {
  content: "\f429";
}

.fa-stripe-s:before {
  content: "\f42a";
}

.fa-stroopwafel:before {
  content: "\f551";
}

.fa-studiovinari:before {
  content: "\f3f8";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-subway:before {
  content: "\f239";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-suitcase-rolling:before {
  content: "\f5c1";
}

.fa-sun:before {
  content: "\f185";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-supple:before {
  content: "\f3f9";
}

.fa-surprise:before {
  content: "\f5c2";
}

.fa-suse:before {
  content: "\f7d6";
}

.fa-swatchbook:before {
  content: "\f5c3";
}

.fa-swift:before {
  content: "\f8e1";
}

.fa-swimmer:before {
  content: "\f5c4";
}

.fa-swimming-pool:before {
  content: "\f5c5";
}

.fa-symfony:before {
  content: "\f83d";
}

.fa-synagogue:before {
  content: "\f69b";
}

.fa-sync:before {
  content: "\f021";
}

.fa-sync-alt:before {
  content: "\f2f1";
}

.fa-syringe:before {
  content: "\f48e";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-table-tennis:before {
  content: "\f45d";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-tablet-alt:before {
  content: "\f3fa";
}

.fa-tablets:before {
  content: "\f490";
}

.fa-tachometer-alt:before {
  content: "\f3fd";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-tape:before {
  content: "\f4db";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-taxi:before {
  content: "\f1ba";
}

.fa-teamspeak:before {
  content: "\f4f9";
}

.fa-teeth:before {
  content: "\f62e";
}

.fa-teeth-open:before {
  content: "\f62f";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-telegram-plane:before {
  content: "\f3fe";
}

.fa-temperature-high:before {
  content: "\f769";
}

.fa-temperature-low:before {
  content: "\f76b";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-tenge:before {
  content: "\f7d7";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-the-red-yeti:before {
  content: "\f69d";
}

.fa-theater-masks:before {
  content: "\f630";
}

.fa-themeco:before {
  content: "\f5c6";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-thermometer:before {
  content: "\f491";
}

.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-think-peaks:before {
  content: "\f731";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbtack:before {
  content: "\f08d";
}

.fa-ticket-alt:before {
  content: "\f3ff";
}

.fa-times:before {
  content: "\f00d";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-tint:before {
  content: "\f043";
}

.fa-tint-slash:before {
  content: "\f5c7";
}

.fa-tired:before {
  content: "\f5c8";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-toilet:before {
  content: "\f7d8";
}

.fa-toilet-paper:before {
  content: "\f71e";
}

.fa-toilet-paper-slash:before {
  content: "沈";
}

.fa-toolbox:before {
  content: "\f552";
}

.fa-tools:before {
  content: "\f7d9";
}

.fa-tooth:before {
  content: "\f5c9";
}

.fa-torah:before {
  content: "\f6a0";
}

.fa-torii-gate:before {
  content: "\f6a1";
}

.fa-tractor:before {
  content: "\f722";
}

.fa-trade-federation:before {
  content: "\f513";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-traffic-light:before {
  content: "\f637";
}

.fa-trailer:before {
  content: "論";
}

.fa-train:before {
  content: "\f238";
}

.fa-tram:before {
  content: "\f7da";
}

.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-trash-alt:before {
  content: "\f2ed";
}

.fa-trash-restore:before {
  content: "\f829";
}

.fa-trash-restore-alt:before {
  content: "\f82a";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-trello:before {
  content: "\f181";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-truck-loading:before {
  content: "\f4de";
}

.fa-truck-monster:before {
  content: "\f63b";
}

.fa-truck-moving:before {
  content: "\f4df";
}

.fa-truck-pickup:before {
  content: "\f63c";
}

.fa-tshirt:before {
  content: "\f553";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-tv:before {
  content: "\f26c";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-typo3:before {
  content: "\f42b";
}

.fa-uber:before {
  content: "\f402";
}

.fa-ubuntu:before {
  content: "\f7df";
}

.fa-uikit:before {
  content: "\f403";
}

.fa-umbraco:before {
  content: "\f8e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-umbrella-beach:before {
  content: "\f5ca";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-undo:before {
  content: "\f0e2";
}

.fa-undo-alt:before {
  content: "\f2ea";
}

.fa-uniregistry:before {
  content: "\f404";
}

.fa-unity:before {
  content: "雷";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-university:before {
  content: "\f19c";
}

.fa-unlink:before {
  content: "\f127";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-untappd:before {
  content: "\f405";
}

.fa-upload:before {
  content: "\f093";
}

.fa-ups:before {
  content: "\f7e0";
}

.fa-usb:before {
  content: "\f287";
}

.fa-user:before {
  content: "\f007";
}

.fa-user-alt:before {
  content: "\f406";
}

.fa-user-alt-slash:before {
  content: "\f4fa";
}

.fa-user-astronaut:before {
  content: "\f4fb";
}

.fa-user-check:before {
  content: "\f4fc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-clock:before {
  content: "\f4fd";
}

.fa-user-cog:before {
  content: "\f4fe";
}

.fa-user-edit:before {
  content: "\f4ff";
}

.fa-user-friends:before {
  content: "\f500";
}

.fa-user-graduate:before {
  content: "\f501";
}

.fa-user-injured:before {
  content: "\f728";
}

.fa-user-lock:before {
  content: "\f502";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-user-minus:before {
  content: "\f503";
}

.fa-user-ninja:before {
  content: "\f504";
}

.fa-user-nurse:before {
  content: "\f82f";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-user-shield:before {
  content: "\f505";
}

.fa-user-slash:before {
  content: "\f506";
}

.fa-user-tag:before {
  content: "\f507";
}

.fa-user-tie:before {
  content: "\f508";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-users:before {
  content: "\f0c0";
}

.fa-users-cog:before {
  content: "\f509";
}

.fa-usps:before {
  content: "\f7e1";
}

.fa-ussunnah:before {
  content: "\f407";
}

.fa-utensil-spoon:before {
  content: "\f2e5";
}

.fa-utensils:before {
  content: "\f2e7";
}

.fa-vaadin:before {
  content: "\f408";
}

.fa-vector-square:before {
  content: "\f5cb";
}

.fa-venus:before {
  content: "\f221";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-vial:before {
  content: "\f492";
}

.fa-vials:before {
  content: "\f493";
}

.fa-viber:before {
  content: "\f409";
}

.fa-video:before {
  content: "\f03d";
}

.fa-video-slash:before {
  content: "\f4e2";
}

.fa-vihara:before {
  content: "\f6a7";
}

.fa-vimeo:before {
  content: "\f40a";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-vimeo-v:before {
  content: "\f27d";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-virus:before {
  content: "若";
}

.fa-virus-slash:before {
  content: "掠";
}

.fa-viruses:before {
  content: "略";
}

.fa-vk:before {
  content: "\f189";
}

.fa-vnv:before {
  content: "\f40b";
}

.fa-voicemail:before {
  content: "\f897";
}

.fa-volleyball-ball:before {
  content: "\f45f";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-mute:before {
  content: "\f6a9";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-vote-yea:before {
  content: "\f772";
}

.fa-vr-cardboard:before {
  content: "\f729";
}

.fa-vuejs:before {
  content: "\f41f";
}

.fa-walking:before {
  content: "\f554";
}

.fa-wallet:before {
  content: "\f555";
}

.fa-warehouse:before {
  content: "\f494";
}

.fa-water:before {
  content: "\f773";
}

.fa-wave-square:before {
  content: "\f83e";
}

.fa-waze:before {
  content: "\f83f";
}

.fa-weebly:before {
  content: "\f5cc";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-weight:before {
  content: "\f496";
}

.fa-weight-hanging:before {
  content: "\f5cd";
}

.fa-weixin:before {
  content: "\f1d7";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-whatsapp-square:before {
  content: "\f40c";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-whmcs:before {
  content: "\f40d";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-wind:before {
  content: "\f72e";
}

.fa-window-close:before {
  content: "\f410";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-wine-bottle:before {
  content: "\f72f";
}

.fa-wine-glass:before {
  content: "\f4e3";
}

.fa-wine-glass-alt:before {
  content: "\f5ce";
}

.fa-wix:before {
  content: "\f5cf";
}

.fa-wizards-of-the-coast:before {
  content: "\f730";
}

.fa-wolf-pack-battalion:before {
  content: "\f514";
}

.fa-won-sign:before {
  content: "\f159";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-wordpress-simple:before {
  content: "\f411";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-wpressr:before {
  content: "\f3e4";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-x-ray:before {
  content: "\f497";
}

.fa-xbox:before {
  content: "\f412";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-y-combinator:before {
  content: "\f23b";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-yammer:before {
  content: "\f840";
}

.fa-yandex:before {
  content: "\f413";
}

.fa-yandex-international:before {
  content: "\f414";
}

.fa-yarn:before {
  content: "\f7e3";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-yen-sign:before {
  content: "\f157";
}

.fa-yin-yang:before {
  content: "\f6ad";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-youtube-square:before {
  content: "\f431";
}

.fa-zhihu:before {
  content: "\f63f";
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("../dev/vendors/fontawesome/webfonts/fa-solid-900.eot");
  src: url("../dev/vendors/fontawesome/webfonts/fa-solid-900.eot?#iefix") format("embedded-opentype"), url("../dev/vendors/fontawesome/webfonts/fa-solid-900.woff2") format("woff2"), url("../dev/vendors/fontawesome/webfonts/fa-solid-900.woff") format("woff"), url("../dev/vendors/fontawesome/webfonts/fa-solid-900.ttf") format("truetype"), url("../dev/vendors/fontawesome/webfonts/fa-solid-900.svg#fontawesome") format("svg");
}
.fa,
.fas,
.nav-activator {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

/*!
 * Font Awesome Free 5.13.0 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("../dev/vendors/fontawesome/webfonts/fa-brands-400.eot");
  src: url("../dev/vendors/fontawesome/webfonts/fa-brands-400.eot?#iefix") format("embedded-opentype"), url("../dev/vendors/fontawesome/webfonts/fa-brands-400.woff2") format("woff2"), url("../dev/vendors/fontawesome/webfonts/fa-brands-400.woff") format("woff"), url("../dev/vendors/fontawesome/webfonts/fa-brands-400.ttf") format("truetype"), url("../dev/vendors/fontawesome/webfonts/fa-brands-400.svg#fontawesome") format("svg");
}
.fab {
  font-family: "Font Awesome 5 Brands";
  font-weight: 400;
}

* {
  border-radius: 3px;
  border: none;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}
* :focus {
  outline: none;
}

a {
  text-decoration: none;
  color: inherit;
}

body,
html {
  overflow-x: hidden;
}

body,
ul,
button,
select {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
}

img,
svg,
.header,
.view-avatar {
  border-radius: 0;
}

button,
li,
select,
.main-logo {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  outline: none;
}

input {
  width: 100%;
}

.fixed-container {
  position: fixed;
}

.view-area,
.view-area-category,
.dropdowns .dropdown,
.notif-section,
.notif-small,
button.clear,
.sidesection-switchable,
.subsec-switchable,
.view-area-categorys,
.component,
.sidebar,
.invoice-view,
.invc-received,
.sub-toswitch,
.hospayment-view,
.smallinvoice-preview,
.inv-smallprev {
  display: none !important;
}
.view-area.active,
.view-area-category.active,
.dropdowns .dropdown.active,
.notif-section.active,
.notif-small.active,
button.clear.active,
.sidesection-switchable.active,
.subsec-switchable.active,
.view-area-categorys.active,
.component.active,
.sidebar.active,
.invoice-view.active,
.invc-received.active,
.sub-toswitch.active,
.hospayment-view.active,
.smallinvoice-preview.active,
.inv-smallprev.active {
  display: block !important;
}

.content-body {
  display: block !important;
}
.content-body.unactive {
  display: none !important;
}

.sidesection-content.unactive,
.sidesection-menuBox.unactive {
  display: none;
}

.modals {
  z-index: 1000;
  overflow-y: auto;
}

.centered {
  margin: 0 auto;
}

.right-end {
  margin-left: auto;
}

.center-axis {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

tbody.unactive,
.table-placeholder.unactive {
  display: none;
}

.spanned {
  font-size: 0 !important;
}
.spanned.spanned_16 > * {
  font-size: 16px;
}
.spanned.spanned_32 > * {
  font-size: 32px;
}

.daterangepicker .ranges li.active {
  background-color: rgba(48, 105, 211, 0.1) !important;
  color: #19408a !important;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: rgba(48, 105, 211, 0.1) !important;
  color: #19408a !important;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: none !important;
}

.daterangepicker td.in-range {
  background-color: rgba(48, 105, 211, 0.1) !important;
  color: #19408a !important;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ddd;
  width: 278px;
  max-width: none;
  padding: 0;
  margin-top: 7px;
  top: 100px;
  left: 20px;
  z-index: 3001;
  display: none;
  font-family: arial;
  font-size: 15px;
  line-height: 1em;
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: "";
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.drop-up {
  margin-top: -7px;
}

.daterangepicker.drop-up:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.drop-up:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.single .daterangepicker .ranges, .daterangepicker.single .drp-calendar {
  float: none;
}

.daterangepicker.single .drp-selected {
  display: none;
}

.daterangepicker.show-calendar .drp-calendar {
  display: block;
}

.daterangepicker.show-calendar .drp-buttons {
  display: block;
}

.daterangepicker.auto-apply .drp-buttons {
  display: none;
}

.daterangepicker .drp-calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .drp-calendar.left {
  padding: 8px 0 8px 8px;
}

.daterangepicker .drp-calendar.right {
  padding: 8px;
}

.daterangepicker .drp-calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar-table .next span, .daterangepicker .calendar-table .prev span {
  color: #fff;
  border: solid black;
  border-width: 0 2px 2px 0;
  border-radius: 0;
  display: inline-block;
  padding: 3px;
}

.daterangepicker .calendar-table .next span {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.daterangepicker .calendar-table .prev span {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.daterangepicker .calendar-table th, .daterangepicker .calendar-table td {
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  min-width: 32px;
  width: 32px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker .calendar-table table {
  width: 100%;
  margin: 0;
  border-spacing: 0;
  border-collapse: collapse;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #eee;
  border-color: transparent;
  color: inherit;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin: 0 auto;
  background: #eee;
  border: 1px solid #eee;
  padding: 2px;
  outline: 0;
  font-size: 12px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 4px auto 0 auto;
  line-height: 30px;
  position: relative;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.daterangepicker .drp-buttons {
  clear: both;
  text-align: right;
  padding: 8px;
  border-top: 1px solid #ddd;
  display: none;
  line-height: 12px;
  vertical-align: middle;
}

.daterangepicker .drp-selected {
  display: inline-block;
  font-size: 12px;
  padding-right: 8px;
}

.daterangepicker .drp-buttons .btn {
  margin-left: 8px;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 8px;
}

.daterangepicker.show-ranges.single.rtl .drp-calendar.left {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.single.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker.show-ranges.rtl .drp-calendar.right {
  border-right: 1px solid #ddd;
}

.daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-left: 1px solid #ddd;
}

.daterangepicker .ranges {
  float: none;
  text-align: left;
  margin: 0;
}

.daterangepicker.show-calendar .ranges {
  margin-top: 8px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.daterangepicker .ranges li {
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
}

.daterangepicker .ranges li:hover {
  background-color: #eee;
}

.daterangepicker .ranges li.active {
  background-color: #08c;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 140px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .drp-calendar.left {
    clear: none;
  }
  .daterangepicker.single .ranges, .daterangepicker.single .drp-calendar {
    float: left;
  }
  .daterangepicker {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker .drp-calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker .drp-calendar.right {
    margin-left: 0;
  }
  .daterangepicker .drp-calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker .drp-calendar.left .calendar-table {
    padding-right: 8px;
  }
  .daterangepicker .ranges, .daterangepicker .drp-calendar {
    float: left;
  }
}
@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .drp-calendar.left {
    clear: none !important;
  }
}
.nav-wrapper-fixed-container {
  z-index: 100;
}

.nav-main {
  z-index: 100;
}

.nav {
  width: 84px;
  min-width: 84px;
  transition: 0.4s ease;
}
.nav .movable {
  transition: width 0.4s ease;
  visibility: hidden;
  opacity: 0;
  width: 0;
}
.nav .nav-header {
  padding: 12px 0px 20px 20px;
}
.nav .views-list-container {
  margin-top: 14px;
}
.nav .views-list-container .view-avatar {
  height: 20px;
}
.nav .views-list-container .views-list-item {
  padding: 10px 20px 10px 32px;
  height: 40px;
  margin: 10px 0px;
}
.nav .fixed-container,
.nav .nav-wrapper {
  transition: 0.4s ease;
  width: 64px;
  height: 100vh;
}
.nav.active.nav-main {
  width: 220px;
  min-width: 220px;
}
.nav.active .fixed-container,
.nav.active .nav-wrapper {
  width: 200px;
  margin-right: 20px;
  transition: width 0.5s ease, opacity 2.5s ease;
}
.nav.active .movable {
  transition: width 0.5s ease, opacity 2.5s ease;
  visibility: visible;
  opacity: 1;
  width: 128px;
  white-space: nowrap;
}
.nav.active .views-list-item {
  font-weight: 500;
  transition: width 0.5s ease, opacity 2.5s ease;
}
.nav.active .views-list-item .movable {
  margin-left: 20px;
}

.settings.view-area .nav.nav-side .views-list {
  padding: 27px 24px 27px 0px;
  height: 238px;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.settings.view-area .nav.nav-side .views-list .views-list-item {
  height: 40px;
  padding-left: 33px;
}
.settings.view-area .nav.nav-side .views-list .views-list-item:not(.active) {
  color: #6a7695;
}
.settings.view-area .nav.nav-side .views-list .views-list-item:hover {
  color: #19408a;
}
.settings.view-area .nav.nav-side .views-list .views-list-item svg {
  margin-right: 18px;
}

.header {
  height: 64px;
  padding: 12px 56px;
}
.header .button-secondary40 {
  width: 250px;
  padding: 8px;
  padding-right: 14px;
}
.header .search-section .search-info {
  width: 240px;
  margin-left: 25px;
  padding-left: 30px;
  background-image: url(../../img/sections/searchIcon.svg);
  background-repeat: no-repeat;
  background-position: left center;
}
.header .search-section .arrowActive {
  transform: rotate(180deg);
}
.header .user-area {
  width: 127px;
}
.header .user-area .user-settings-icon {
  margin-left: 14px;
}
.header .user-area .notification {
  position: relative;
  width: 24px;
  height: 18px;
}
.header .user-area .notification .notification-dot {
  position: absolute;
  right: 0;
  top: 0;
}
.header .user-area .arrowActive {
  transform: rotate(180deg);
}
.header .notif-section {
  margin-right: 48px;
}
.header .notif-section .notif-small {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 13px 20px;
}
.header .notif-section .notif-small .exit {
  margin-left: 12px;
}

.main-header {
  position: fixed;
  height: 64px;
  z-index: 90;
  padding-left: 115px;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
}
.main-header.active {
  padding-left: 240px;
}

.header-secondary {
  padding: 0px 20px;
  height: 48px;
}
.header-secondary .tabs-list-item {
  margin-right: 25px;
}

h2.content-header {
  font-size: 20px;
  margin-bottom: 24px;
}

.info-gray {
  color: #6a7695;
  font-size: 12px;
}

.input-title .required {
  color: #8b9bc2;
  font-size: 12px;
  margin-left: 8px;
  font-weight: 400;
}

.arrowActive {
  transform: rotate(180deg);
}

.big-h1 {
  font-size: 72px;
  line-height: 88px;
  font-weight: 600;
  margin-bottom: 20px;
}

.section-icon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 8px;
}

.section-header {
  height: 56px;
  padding: 12px 24px 12px 12px;
}
.section-header .button-secondary32:nth-child(2) {
  width: 103px;
}
.section-header .year {
  width: 140px;
  margin-right: 8px;
}

.section-container {
  margin-bottom: 24px;
}
.section-container.cards {
  margin-right: 24px;
}
.section-container .section-body {
  padding: 16px;
}
.section-container .section-body.revenue-section {
  height: 252px;
}
.section-container .revenue-info {
  margin: 59px 0px 61px 5px;
  font-size: 48px;
  min-width: 220px;
}
.section-container .revenue-info .revenue-volume {
  font-size: 14px;
  line-height: 28px;
}
.section-container .revenue-info .revenue-volume::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #3069d3;
  margin-right: 12px;
  border-radius: 2px;
}
.section-container .revenue-info .revenue-type2 {
  margin-top: 40px;
}
.section-container .revenue-info .revenue-type2 .revenue-volume::before {
  background-color: #35c2e1;
}
.section-container .revenue-chart {
  height: 206px;
  flex-grow: 1;
  margin: 16px 20px 18px 16px;
}
.section-container .cards-volume-chart, .section-container .cards-volume-chart-amex, .section-container .cards-volume-chart-discover, .section-container .cards-volume-chart-mastercard, .section-container .cards-volume-chart-visa {
  margin: 0 auto;
  position: relative;
  width: 184px;
  height: 228px;
}
.section-container .cards-volume-chart::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  pointer-events: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/visa-blue.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: center;
  padding-right: 16px;
}
.section-container .cards-volume-chart-amex::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  pointer-events: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/amex-blue.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: center;
  padding-right: 16px;
}
.section-container .cards-volume-chart-discover::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  pointer-events: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/discover.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: center;
  padding-right: 16px;
}
.section-container .cards-volume-chart-mastercard::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  pointer-events: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/mastercard.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: center;
  padding-right: 16px;
}
.section-container .cards-volume-chart-visa::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  transform: translateY(-100%);
  pointer-events: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/visa-blue.svg");
  background-repeat: no-repeat;
  background-size: 24%;
  background-position: center;
  padding-right: 16px;
}
.section-container .cards-list-container {
  margin: 40px 100px 24px 40px;
  width: 269px;
}
.section-container .cards-list .card-info-item:nth-child(1) .card-name::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #3365ff;
  margin-right: 16px;
  border-radius: 2px;
}
.section-container .cards-list .card-info-item:nth-child(2) .card-name::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #2a54a1;
  margin-right: 16px;
  border-radius: 2px;
}
.section-container .cards-list .card-info-item:nth-child(3) .card-name::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #38a6be;
  margin-right: 16px;
  border-radius: 2px;
}
.section-container .cards-list .card-info-item:nth-child(4) .card-name::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #eef2f8;
  margin-right: 16px;
  border-radius: 2px;
}
.section-container .cards-list .card-info-item:nth-child(5) .card-name::before {
  display: inline-block;
  content: "";
  height: 8px;
  width: 8px;
  background-color: #b0bbd7;
  margin-right: 16px;
  border-radius: 2px;
}
.section-container .card-revenue {
  width: 93px;
}
.section-container .activities-list-container {
  width: 100%;
  margin: 16px;
}
.section-container .activities-list-container .activity-details,
.section-container .activities-list-container .activity-date {
  margin-top: 2px;
}
.section-container .activities-list-container .activity-name,
.section-container .activities-list-container .activity-date {
  line-height: 14px;
}
.section-container .activities-list-container .activity-icon {
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  text-align: center;
  padding: 8px;
}
.section-container .activities-list-container .activity-icon.invc {
  padding-top: 11px;
}
.section-container .transactions-stats-name {
  margin: 16px 24px 12px 16px;
}
.section-container .search-properties {
  width: 100%;
}

.transactions-stats-footer {
  margin-bottom: 16px;
  background: white;
}
.transactions-stats-footer.not-last {
  margin-bottom: 0;
}

.credit-cards.view-area .transactions-stats-footer,
.ach.view-area .transactions-stats-footer,
.view-area-category.allpayments-area .transactions-stats-footer,
.view-area-category.allsubscriptions-area .transactions-stats-footer {
  margin-bottom: 0;
}

.credit-cards.view-area .transactions-stats-footer {
  padding-bottom: 20px;
}

.expand-bottom {
  padding-bottom: 100px;
  background: white;
}

.cash-sale .cashSaleContent .transactions-stats-table {
  margin-bottom: 0;
}
.cash-sale .cashSaleContent .transactions-stats-footer {
  background: #ffffff;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 120px;
}

.customer-vault .invoicing-area__topStats {
  max-width: 1920px;
  margin: 0 auto;
  padding: 56px;
  padding-bottom: 24px;
}
.customer-vault__active {
  display: flex !important;
  flex-direction: column;
}
.customer-vault .varea-body {
  margin: 0 auto;
  padding: 56px;
  padding-top: 0;
  padding-bottom: 50px;
  width: 100%;
  max-width: 1920px;
}
.customer-vault .section-body {
  flex-direction: column;
}
.customer-vault .section-customerBox {
  flex: 1 1 0px;
  margin-left: 24px;
}
.customer-vault .customer-chart {
  height: 266px;
  flex-grow: 1;
  margin: 16px 20px 18px 16px;
}
.customer-vault #customer-chart {
  width: 100% !important;
  height: 266px !important;
}
.customer-vault .section-container {
  margin-bottom: 0;
}
.customer-vault .section-body.revenue-section {
  height: 332px;
  margin-bottom: 20px;
}
.customer-vault .search-column.big {
  max-width: 353px;
}
.customer-vault .iconsBottomContainer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 32px 45px 32px 36px;
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
  border-radius: 5px;
}
.customer-vault .iconsBottomContainer .iconsBottomElement {
  display: flex;
  align-items: center;
}
.customer-vault .iconsBottomContainer .iconsBottomElement .iconsBottomTextBox {
  margin-left: 24px;
}
.customer-vault .iconsBottomContainer .iconsBottomElement .iconsBottomTextBox .invoicing-area__topStatsItemNumber {
  color: #19408a;
}
.customer-vault .iconsBottomContainer .iconsBottomElement .iconsBottomTextBox .invoicing-area__topStatsItemText {
  color: #6a7695;
}
.customer-vault .search-properties {
  width: auto !important;
}
.customer-vault .search-properties .select-img .select-selected {
  padding: 11.2px 16px;
  padding-left: 42px;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/functional/filter-icon.svg");
  background-repeat: no-repeat;
  background-position: 16px 10px;
  line-height: 16px;
  font-weight: 600;
}
.customer-vault .tip {
  width: auto !important;
  margin-left: auto;
}
.customer-vault .transactions-stats-footer {
  margin-bottom: 0;
  padding-top: 39px !important;
  padding-bottom: 130px !important;
  background-color: #ffffff;
}

.receipt-approved .rec-header {
  background-image: url("../../img/sections/receipt-approved.svg");
}

.receipt-declined .rec-header {
  background-image: url("../../img/sections/receipt-declined.svg");
}

.receipt-preview .rec-header,
.receipt-preview .rec-body,
.receipt-preview .rec-footer {
  max-width: 600px;
}
.receipt-preview .rec-header {
  height: 452px;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 272px 64px 20px;
  margin-bottom: 8px;
}
.receipt-preview .rec-header .header-intro {
  border-bottom: 1px solid #e0e6ef;
  padding-bottom: 24px;
}
.receipt-preview .rec-header .header-intro .intro-h2 {
  font-size: 28px;
  line-height: 32px;
  margin-bottom: 6px;
}
.receipt-preview .rec-header .header-intro .intro-h3 {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 16px;
  line-height: 24px;
  color: #8b9bc2;
  font-weight: 500;
}
.receipt-preview .rec-header .header-intro .intro-h3 .trans-appr {
  color: rgb(35, 188, 51);
}
.receipt-preview .rec-header .header-intro .intro-h3 .trans-decl {
  color: #f83b68;
}
.receipt-preview .rec-header .header-content {
  display: flex;
  padding: 28px 0 20px;
}
.receipt-preview .rec-header .header-content .content-wrapper {
  flex: 1 1 0px;
}
.receipt-preview .rec-header .header-content .content-label {
  text-transform: uppercase;
  font-weight: 600;
  color: #8b9bc2;
  font-size: 11px;
  line-height: 18px;
  margin-bottom: 4px;
  letter-spacing: 0.06em;
}
.receipt-preview .rec-header .header-content .content-info {
  font-size: 14px;
  line-height: 24px;
}
.receipt-preview .rec-header .header-content .content-info.date {
  font-weight: 600;
}
.receipt-preview .rec-header .header-content .content-info.amount {
  color: #3069d3;
  font-weight: 600;
}
.receipt-preview .rec-body {
  padding: 0 64px 32px;
}
.receipt-preview .rec-body .summary {
  padding-top: 24px;
  padding-bottom: 32px;
  border-top: 1px solid #e0e6ef;
  border-bottom: 1px solid #e0e6ef;
}
.receipt-preview .rec-body .summary .summary-header {
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
  margin-bottom: 16px;
}
.receipt-preview .rec-body .summary .summary-table {
  margin-bottom: 48px;
  border: 1px solid #e0e6ef;
  border-radius: 5px;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.receipt-preview .rec-body .summary .summary-table .table-sec {
  padding: 24px 24px 8px;
  border-bottom: 1px solid #e0e6ef;
}
.receipt-preview .rec-body .summary .summary-table .table-sec .table-item {
  color: #6a7695;
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 16px;
}
.receipt-preview .rec-body .summary .summary-table .table-sec .table-item .sum {
  color: #19408a;
}
.receipt-preview .rec-body .summary .summary-table .table-sec .table-item.blue,
.receipt-preview .rec-body .summary .summary-table .table-sec .table-item .blue {
  color: #3069d3;
}
.receipt-preview .rec-body .summary .summary-table .table-sec.table-total {
  background: #f5f7fa;
}
.receipt-preview .rec-body .summary .summary-table .table-sec.table-total .table-item {
  color: #19408a;
}
.receipt-preview .rec-body .summary .summary-footer {
  color: #8b9bc2;
  font-size: 14px;
  line-height: 24px;
}
.receipt-preview .rec-body .summary .blue {
  color: #3069d3;
}
.receipt-preview .rec-footer {
  padding: 0 64px 60px;
}
.receipt-preview .rec-footer p.p1 {
  color: #8b9bc2;
  line-height: 20px;
}

.inv-smallprev .invsmall-header {
  border-bottom: 0.6px solid #e0e6ef;
  line-height: 13px;
  padding-bottom: 13px;
  font-size: 8px;
}
.inv-smallprev .invsmall-header > div {
  flex: 1 1 0px;
}
.inv-smallprev .invsmall-header .info-container {
  justify-content: space-between;
}
.inv-smallprev .invsmall-header .info-container .small-info1 {
  max-width: 49px;
}
.inv-smallprev .invsmall-header .info-container .small-info2 {
  max-width: 54px;
  text-align: right;
}
.inv-smallprev .invsmall-header:nth-child(2) {
  padding-top: 13px;
  padding-bottom: 13px;
}
.inv-smallprev .invsmall-header:nth-child(2) .small-inf > div {
  max-width: 86px;
}
.inv-smallprev .invsmall-header:nth-child(2) .small-info1 {
  max-width: 78px;
}
.inv-smallprev .uppercased {
  text-transform: uppercase;
  color: #8b9bc2;
  letter-spacing: 0.06em;
}
.inv-smallprev .summary-container {
  border-bottom: 1.3px solid #e0e6ef;
  padding-bottom: 13px;
}
.inv-smallprev .summary-container .header-summary {
  font-size: 8px;
  padding: 6px 10px;
  background: rgba(48, 105, 211, 0.1);
}
.inv-smallprev .summary-container .header-summary > div {
  flex: 1 1 0px;
}
.inv-smallprev .services-container .services-header {
  border-bottom: 0.65px solid #eef2f8;
  padding-top: 6px;
  padding-bottom: 6px;
}
.inv-smallprev .services-container .services-header,
.inv-smallprev .services-container .services-item,
.inv-smallprev .services-container .services-notes {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
  font-size: 6.5px;
}
.inv-smallprev .services-container .services-header .serv-intro,
.inv-smallprev .services-container .services-item .serv-intro,
.inv-smallprev .services-container .services-notes .serv-intro {
  flex: 2 1 0px;
}
.inv-smallprev .services-container .services-header > div,
.inv-smallprev .services-container .services-item > div,
.inv-smallprev .services-container .services-notes > div {
  flex: 1 1 0px;
}
.inv-smallprev .services-container .services-body {
  padding-top: 10px;
  padding-bottom: 3px;
  border-bottom: 0.65px solid #eef2f8;
}
.inv-smallprev .services-container .services-body .services-item {
  margin-bottom: 7px;
}
.inv-smallprev .services-container .item-name {
  margin-bottom: 4px;
}
.inv-smallprev .services-container .item-desc {
  font-weight: 500;
  color: #8b9bc2;
  max-width: 170px;
  line-height: 10px;
}
.inv-smallprev .services-container .services-notes {
  -moz-align-items: start;
  -ms-align-items: start;
  align-items: start;
  padding-top: 15px;
}
.inv-smallprev .services-container .services-notes .subtotals {
  padding-bottom: 5px;
  border-bottom: 0.65px solid #eef2f8;
}
.inv-smallprev .services-container .services-notes .totals {
  padding-top: 5px;
}
.inv-smallprev .services-container .services-notes .subtotal-item,
.inv-smallprev .services-container .services-notes .total-item {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 8px;
}
.inv-smallprev .center {
  text-align: center;
  justify-content: center;
}
.inv-smallprev .right {
  text-align: right;
}
.inv-smallprev .blue {
  color: #3069d3;
}

.settings-invoicing .switch-view-option2 .toggle-label {
  font-size: 12px;
  font-weight: 600;
}
.settings-invoicing .switch-view-option3 .invoice-date {
  font-size: 14px !important;
}
.settings-invoicing .switch-view-option3 .parameters-container .parameters div {
  font-size: 14px !important;
}

.credit-cards .view-area-category .view-area-properties {
  margin: 0 20px;
}

.view-area-category .view-header,
.cashSaleContent .view-header,
.view-area .view-header,
.invoicingArchive .view-header {
  padding: 40px 20px 16px 20px;
}
.view-area-category .view-header .credit-card-icon,
.cashSaleContent .view-header .credit-card-icon,
.view-area .view-header .credit-card-icon,
.invoicingArchive .view-header .credit-card-icon {
  margin-bottom: 2px;
}
.view-area-category .header-area-type2,
.cashSaleContent .header-area-type2,
.view-area .header-area-type2,
.invoicingArchive .header-area-type2 {
  padding: 32px 32px 22px 32px;
  width: 100%;
}
.view-area-category .header-area-type2 .area-name,
.cashSaleContent .header-area-type2 .area-name,
.view-area .header-area-type2 .area-name,
.invoicingArchive .header-area-type2 .area-name {
  margin-bottom: 24px;
}
.view-area-category .header-area-type2 .view-area-properties,
.cashSaleContent .header-area-type2 .view-area-properties,
.view-area .header-area-type2 .view-area-properties,
.invoicingArchive .header-area-type2 .view-area-properties {
  margin: 0;
  width: 100%;
}
.view-area-category .header-area-type2 .search-properties,
.cashSaleContent .header-area-type2 .search-properties,
.view-area .header-area-type2 .search-properties,
.invoicingArchive .header-area-type2 .search-properties {
  margin-left: auto;
}
.view-area-category .header-area-type2 .button-main40,
.cashSaleContent .header-area-type2 .button-main40,
.view-area .header-area-type2 .button-main40,
.invoicingArchive .header-area-type2 .button-main40 {
  margin-left: 16px;
}
.view-area-category .header-area-type2 .date-type,
.cashSaleContent .header-area-type2 .date-type,
.view-area .header-area-type2 .date-type,
.invoicingArchive .header-area-type2 .date-type {
  width: 124px;
  margin-left: 16px;
  margin-right: 24px;
  padding: 11px 16px;
}
.view-area-category .view-area-properties,
.cashSaleContent .view-area-properties,
.view-area .view-area-properties,
.invoicingArchive .view-area-properties {
  margin: 0 56px 24px 56px;
}
.view-area-category .transactions-stats-footer,
.cashSaleContent .transactions-stats-footer,
.view-area .transactions-stats-footer,
.invoicingArchive .transactions-stats-footer {
  padding: 24px 56px 0;
}
.view-area-category .filter-properties,
.cashSaleContent .filter-properties,
.view-area .filter-properties,
.invoicingArchive .filter-properties {
  padding: 10px 0px 0px 0px;
}
.view-area-category .filter-properties:empty,
.cashSaleContent .filter-properties:empty,
.view-area .filter-properties:empty,
.invoicingArchive .filter-properties:empty {
  padding: 0;
}
.view-area-category .search-properties,
.cashSaleContent .search-properties,
.view-area .search-properties,
.invoicingArchive .search-properties {
  width: 100%;
}
.view-area-category.refund-area .search-properties,
.cashSaleContent.refund-area .search-properties,
.view-area.refund-area .search-properties,
.invoicingArchive.refund-area .search-properties {
  width: auto;
}
.view-area-category.multiple-area .view-area-properties,
.cashSaleContent.multiple-area .view-area-properties,
.view-area.multiple-area .view-area-properties,
.invoicingArchive.multiple-area .view-area-properties {
  display: block;
}
.view-area-category .top-stats.small .stats,
.cashSaleContent .top-stats.small .stats,
.view-area .top-stats.small .stats,
.invoicingArchive .top-stats.small .stats {
  align-items: center;
  height: 80px;
}
.view-area-category .top-stats.small .stats .stats-symbol,
.cashSaleContent .top-stats.small .stats .stats-symbol,
.view-area .top-stats.small .stats .stats-symbol,
.invoicingArchive .top-stats.small .stats .stats-symbol {
  margin: 0;
}
.view-area-category .top-stats.small .stats .dots-container,
.cashSaleContent .top-stats.small .stats .dots-container,
.view-area .top-stats.small .stats .dots-container,
.invoicingArchive .top-stats.small .stats .dots-container {
  align-self: flex-start;
}

.view-area {
  margin-top: 64px;
}

.varea-body {
  padding: 24px 56px;
}
.varea-body .view-header {
  padding: 0;
}
.varea-body .table-content {
  padding: 32px;
}
.varea-body .view-area-properties {
  margin: 24px 0 24px 0;
}

.subscriptions.view-area .view-area-properties .button-secondary40 {
  width: auto;
  padding: 13px 16px;
}
.subscriptions.view-area .varea-body .table-content .search-properties {
  padding-left: 18px;
}

.filters-container svg {
  margin-right: 10px;
}

.subscriptions.view-area .filters-container .button-secondary40 {
  margin-left: 0;
  margin-right: 0 !important;
}

.sidesection {
  transform: translate3d(0, 0, 200px);
  overflow: visible;
  background: rgba(10, 30, 69, 0.5);
  display: none;
  top: 0;
  left: 0;
  right: 0;
  width: 100vw;
}
.sidesection.expandable {
  height: 100vh;
  overflow-y: auto;
}
.sidesection.blurred {
  background: rgba(255, 255, 255, 0.75);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.sidesection.blurred .sidesection-wrapper,
.sidesection.blurred .sidesection-main,
.sidesection.blurred .sidesection-header {
  background: transparent;
}
.sidesection.blurred .sidesection-wrapper {
  max-width: 1000px;
}
.sidesection.blurred .sidesection-content-wrapper.img-container {
  padding: 0;
}
.sidesection.active {
  display: block;
  max-width: 100vw;
  width: 100vw;
}
.sidesection .payment-info {
  text-align: center;
  padding: 22px 14px;
}
.sidesection .switch-type.switch32 {
  align-items: center;
  width: 300px;
  height: 40px;
  padding: 3px;
}
.sidesection .switch-type.switch32 button:nth-child(1) {
  width: 100%;
}
.sidesection .switch-type.switch32 button:nth-child(2) {
  width: 100%;
}
.sidesection .activities-list-container {
  margin: 0;
}
.sidesection .activities-list-container .activity-name {
  margin-bottom: 4px;
}
.sidesection .activities-list-container .activities-list .activity-icon {
  padding: 10px 0;
}
.sidesection .content-body {
  padding: 40px 56px 16px 56px;
}
.sidesection .content-top {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 30px;
  padding: 0 40px;
}
.sidesection .content-top .add-icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(48, 105, 211, 0.1);
}
.sidesection .content-top .top-textbox .top-title {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.sidesection .content-top .top-textbox .top-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6a7695;
}

.credit-card {
  position: relative;
}
.credit-card .card-number {
  position: absolute;
  left: 34px;
}
.credit-card .cvv {
  position: absolute;
}
.credit-card .card-info {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: absolute;
  left: 25px;
  bottom: 64px;
  width: 75%;
}
.credit-card .card-number {
  top: 93px;
}
.credit-card .expiry-date {
  margin-left: auto;
  display: inline-block;
}

.inside-section.card-image {
  padding-left: 50px;
  padding-top: 30px;
}
.inside-section.card-image .credit-card {
  position: relative;
  max-width: 320px;
}
.inside-section.card-image .credit-card .card-number {
  position: absolute;
  left: 34px;
}
.inside-section.card-image .credit-card .cvv {
  position: absolute;
}
.inside-section.card-image .credit-card .card-info {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 300px;
}
.inside-section.card-image .credit-card .card-number {
  top: 93px;
}
.inside-section.card-image .credit-card .expiry-date {
  margin-left: auto;
  display: inline-block;
}

.sidesection-wrapper {
  margin-left: auto;
  max-width: 825px;
}
.sidesection-wrapper.active {
  width: 825px;
}
.sidesection-wrapper .nav {
  position: fixed;
  height: 100vh;
  width: 165px;
}
.sidesection-wrapper .nav .nav-title {
  padding: 18px 20px;
}
.sidesection-wrapper .nav .views-list-item {
  padding: 13px 8px 13px 20px;
  margin: 0px 20px 7px 0px;
}
.sidesection-wrapper .sidesection-header {
  height: 56px;
  padding: 34px 24px 30px 20px;
}
.sidesection-wrapper .sidesection-header .button-main32 {
  margin-right: 8px;
}
.sidesection-wrapper .sidesection-header .button-main32:nth-child(1) {
  margin-left: auto;
}
.sidesection-wrapper .sidesection-main {
  padding-left: 165px;
}
.sidesection-wrapper .sidesection-content-wrapper {
  overflow-y: scroll;
  padding: 20px 20px 20px 20px;
}
.sidesection-wrapper .sidesection-content-wrapper .sidesection-content {
  margin-bottom: 24px;
}
.sidesection-wrapper .sidesection-content-wrapper .sidesection-content .activity-item {
  cursor: default;
}
.sidesection-wrapper .sidesection-content-wrapper.scrollable {
  height: 100vh;
}
.sidesection-wrapper .sidesection-body {
  padding: 40px;
}
.sidesection-wrapper .section-header-big {
  position: relative;
  padding: 0px 10px 10px 10px;
}
.sidesection-wrapper .section-header-big .transaction-number {
  margin-bottom: 8px;
  padding-top: 10px;
}
.sidesection-wrapper .section-header-big .transaction-date {
  margin-bottom: 32px;
}
.sidesection-wrapper .section-header-big .transaction-status.pill-32 {
  margin-left: auto;
}
.sidesection-wrapper .content-body {
  padding: 10px 40px;
}
.sidesection-wrapper .content-body .parameters .p1 {
  width: 202px;
}
.sidesection-wrapper .content-body .parameters {
  margin-bottom: 16px;
}
.sidesection-wrapper .content-body .parameters:last-child() {
  margin-bottom: 0px;
}
.sidesection-wrapper .card-symbol-big {
  position: absolute;
  transform: translateY(-65px);
  width: 82px;
  height: 82px;
  padding-top: 30px;
  padding-left: 7px;
}
.sidesection-wrapper .card-symbol-big.discover,
.sidesection-wrapper .card-symbol-big .discover {
  padding-top: 8px !important;
}
.sidesection-wrapper .card-symbol-big.di,
.sidesection-wrapper .card-symbol-big .di,
.sidesection-wrapper .card-symbol-big.DI,
.sidesection-wrapper .card-symbol-big .DI {
  padding-top: 8px !important;
}
.sidesection-wrapper .card-symbol-big.dc,
.sidesection-wrapper .card-symbol-big .dc,
.sidesection-wrapper .card-symbol-big.DC,
.sidesection-wrapper .card-symbol-big .DC {
  padding-top: 8px !important;
}
.sidesection-wrapper .card-symbol-big.mastercard .card-symbol-big .mastercard {
  padding-top: 20px !important;
}
.sidesection-wrapper .card-symbol-big.mc,
.sidesection-wrapper .card-symbol-big .mc,
.sidesection-wrapper .card-symbol-big.MC,
.sidesection-wrapper .card-symbol-big .MC {
  padding-top: 20px !important;
}
.sidesection-wrapper .card-symbol-big.jc,
.sidesection-wrapper .card-symbol-big .jc,
.sidesection-wrapper .card-symbol-big.JC,
.sidesection-wrapper .card-symbol-big .JC {
  padding-top: 10px !important;
}
.sidesection-wrapper.sidesection-view-category {
  margin: 0;
  padding: 20px;
  max-width: 100%;
  height: auto;
}
.sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper {
  overflow-y: auto;
  padding: 0;
}
.sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper .section-header {
  padding: 12px 24px;
}
.sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper .section-header img,
.sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper .section-header .sbodyact-container {
  margin-left: auto;
}
.sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper:nth-child(2) {
  max-width: 300px;
  width: 300px;
  min-width: 300px;
  margin-left: 24px;
}
.sidesection-wrapper.sidesection-view-category .payment-header {
  padding: 32px;
}
.sidesection-wrapper.sidesection-view-category .payment-body {
  padding: 0px 32px 32px;
}
.sidesection-wrapper.sidesection-view-category .payment-body .payment-total {
  margin-top: 24px;
}
.sidesection-wrapper.sidesection-view-category .payment-footer {
  padding: 32px 32px 8px 32px;
  display: block;
}
.sidesection-wrapper.sidesection-view-category .payment-footer .flexbox {
  align-items: center;
  margin-bottom: 14px;
}
.sidesection-wrapper.sidesection-view-category .payment-footer input {
  width: auto;
  margin-right: 12px;
}
.sidesection-wrapper.sidesection-view-category .content-body {
  padding: 40px 40px 16px 40px;
}

.customer-vault .sidesection-view-category .sidesection-content-wrapper:nth-child(2) {
  max-width: 350px;
  width: 350px;
  min-width: 350px;
}

.subscription-details .sidesection-content-wrapper {
  padding-top: 40px;
}
.subscription-details .section-header-big {
  padding: 32px 24px 28px 40px;
  justify-content: space-between;
}

.sidesection-secondary {
  margin: 89px auto 500px;
  max-width: 846px;
  /* height: 794px; KB */
}
.sidesection-secondary .sidesection-main {
  display: block;
  padding: 7px 6px;
}
.sidesection-secondary .sidesection-main .sidesection-header {
  padding: 0;
}
.sidesection-secondary .sidesection-main .sidesection-header .exit {
  margin-left: auto;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper {
  overflow-y: auto;
  padding: 0 10px;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .sidesection-content {
  margin-bottom: 0px;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .sidesection-content .content-body {
  padding: 12px 40px;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .sidesection-content .content-body .button-secondary40 {
  width: 100%;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .content2 .section-header {
  padding: 36px 12px 12px 12px;
  color: #19408a;
  text-align: center;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .content2 .content-body {
  padding: 12px 32px;
}
.sidesection-secondary form .form-buttons {
  margin-top: 40px;
}
.sidesection-secondary form .input-line {
  padding-left: 0px;
}
.sidesection-secondary .payment-summary {
  padding: 16px;
  margin-top: 126px;
}
.sidesection-secondary .payment-summary .payment-body {
  padding: 44px 20px 20px;
}
.sidesection-secondary .payment-summary .payment-footer {
  padding: 20px 19px 16px;
}
.sidesection-secondary .payment-summary .payment-card .card-footer {
  margin-top: 20px;
}
.sidesection-secondary .payment-summary .payment-card .card-footer div:nth-child(1) {
  line-height: 20px;
}
.sidesection-secondary .payment-summary .payment-card .card-footer * {
  width: 120px;
}
.sidesection-secondary .payment-summary .payment-card .card-footer img {
  margin-left: auto;
}

.cashSale-details .sidesection-secondary .payment-summary {
  width: 339px;
  margin-top: 95px;
  border-radius: 12px;
}
.cashSale-details .sidesection-secondary .payment-summary .payment-body {
  padding-top: 14px;
}
.cashSale-details .payment-change {
  margin-top: 8px;
  padding: 30px 36px;
  background: #ffffff;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 12px;
}
.cashSale-details .inputs-container .fullLine {
  margin-right: 0;
  margin-bottom: 24px;
}
.cashSale-details .inputs-container .input-container:nth-child(1) {
  margin-bottom: 20px;
}
.cashSale-details .inputs-container .input-container:nth-child(4) {
  margin-bottom: 12px;
}
.cashSale-details .inputs-container .submit-button {
  font-size: 12px;
}
.cashSale-details .dolarNormal {
  font-weight: 400;
}

/*.addCustomer-details,
.addCustomer-area,
.addTax-details,
.setTax-details,
.addItem-details,
.setItem-details,
.addService-details,
.setService-details {
  .sidesection-wrapper {
    height: 642px;
  }
} KB */
.addCustomer-area .payment-summary .tochange {
  overflow-wrap: break-word;
  word-break: break-word;
}

.addCustomer-details .sidesection-wrapper,
.addCustomer-area .sidesection-wrapper,
.addTax-details .sidesection-wrapper,
.setTax-details .sidesection-wrapper,
.addItem-details .sidesection-wrapper,
.setItem-details .sidesection-wrapper,
.addService-details .sidesection-wrapper,
.setService-details .sidesection-wrapper,
.recurring-invoice .sidesection-wrapper {
  max-width: 500px;
}
.addCustomer-details .sidesection-box,
.addCustomer-area .sidesection-box,
.addTax-details .sidesection-box,
.setTax-details .sidesection-box,
.addItem-details .sidesection-box,
.setItem-details .sidesection-box,
.addService-details .sidesection-box,
.setService-details .sidesection-box,
.recurring-invoice .sidesection-box {
  padding: 12px 34px 41px;
}
.addCustomer-details .sidesection-top,
.addCustomer-area .sidesection-top,
.addTax-details .sidesection-top,
.setTax-details .sidesection-top,
.addItem-details .sidesection-top,
.setItem-details .sidesection-top,
.addService-details .sidesection-top,
.setService-details .sidesection-top,
.recurring-invoice .sidesection-top {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.addCustomer-details .sidesection-imageBox,
.addCustomer-area .sidesection-imageBox,
.addTax-details .sidesection-imageBox,
.setTax-details .sidesection-imageBox,
.addItem-details .sidesection-imageBox,
.setItem-details .sidesection-imageBox,
.addService-details .sidesection-imageBox,
.setService-details .sidesection-imageBox,
.recurring-invoice .sidesection-imageBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(48, 105, 211, 0.1);
}
.addCustomer-details .sidesection-topTitle,
.addCustomer-area .sidesection-topTitle,
.addTax-details .sidesection-topTitle,
.setTax-details .sidesection-topTitle,
.addItem-details .sidesection-topTitle,
.setItem-details .sidesection-topTitle,
.addService-details .sidesection-topTitle,
.setService-details .sidesection-topTitle,
.recurring-invoice .sidesection-topTitle {
  margin-bottom: 8px;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
}
.addCustomer-details .sidesection-topText,
.addCustomer-area .sidesection-topText,
.addTax-details .sidesection-topText,
.setTax-details .sidesection-topText,
.addItem-details .sidesection-topText,
.setItem-details .sidesection-topText,
.addService-details .sidesection-topText,
.setService-details .sidesection-topText,
.recurring-invoice .sidesection-topText {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #6a7695;
}
.addCustomer-details .flexbox .input-container,
.addCustomer-area .flexbox .input-container,
.addTax-details .flexbox .input-container,
.setTax-details .flexbox .input-container,
.addItem-details .flexbox .input-container,
.setItem-details .flexbox .input-container,
.addService-details .flexbox .input-container,
.setService-details .flexbox .input-container,
.recurring-invoice .flexbox .input-container {
  margin-right: 20px;
  margin-bottom: 20px;
}
.addCustomer-details .input-container .phone-type .custom-select .select-selected,
.addCustomer-area .input-container .phone-type .custom-select .select-selected,
.addTax-details .input-container .phone-type .custom-select .select-selected,
.setTax-details .input-container .phone-type .custom-select .select-selected,
.addItem-details .input-container .phone-type .custom-select .select-selected,
.setItem-details .input-container .phone-type .custom-select .select-selected,
.addService-details .input-container .phone-type .custom-select .select-selected,
.setService-details .input-container .phone-type .custom-select .select-selected,
.recurring-invoice .input-container .phone-type .custom-select .select-selected {
  width: 70px;
  padding: 13.5px 8px 13.5px 12px;
}
.addCustomer-details .country-select .select-selected,
.addCustomer-area .country-select .select-selected,
.addTax-details .country-select .select-selected,
.setTax-details .country-select .select-selected,
.addItem-details .country-select .select-selected,
.setItem-details .country-select .select-selected,
.addService-details .country-select .select-selected,
.setService-details .country-select .select-selected,
.recurring-invoice .country-select .select-selected {
  padding: 13.5px 8px 13.5px 12px;
}
.addCustomer-details .form-buttons,
.addCustomer-area .form-buttons,
.addTax-details .form-buttons,
.setTax-details .form-buttons,
.addItem-details .form-buttons,
.setItem-details .form-buttons,
.addService-details .form-buttons,
.setService-details .form-buttons,
.recurring-invoice .form-buttons {
  margin-top: 36px;
}
.addCustomer-details .more-details,
.addCustomer-area .more-details,
.addTax-details .more-details,
.setTax-details .more-details,
.addItem-details .more-details,
.setItem-details .more-details,
.addService-details .more-details,
.setService-details .more-details,
.recurring-invoice .more-details {
  justify-content: center;
  width: 142px;
  margin-right: 16px;
  font-size: 12px;
}
.addCustomer-details .submit-button,
.addCustomer-area .submit-button,
.addTax-details .submit-button,
.setTax-details .submit-button,
.addItem-details .submit-button,
.setItem-details .submit-button,
.addService-details .submit-button,
.setService-details .submit-button,
.recurring-invoice .submit-button {
  width: 262px;
  background: #3069d3;
  box-shadow: 0px 5px 6px rgba(48, 105, 211, 0.1);
  font-size: 12px;
}
.addCustomer-details .equal-type .input-container,
.addCustomer-area .equal-type .input-container,
.addTax-details .equal-type .input-container,
.setTax-details .equal-type .input-container,
.addItem-details .equal-type .input-container,
.setItem-details .equal-type .input-container,
.addService-details .equal-type .input-container,
.setService-details .equal-type .input-container,
.recurring-invoice .equal-type .input-container {
  margin-bottom: 0;
}

.response-modal .sidesection-wrapper {
  max-width: 474px;
  height: auto;
}
.response-modal .sidesection-wrapper .sidesection-box {
  padding: 50px 42px;
}
.response-modal .sidesection-wrapper .sidesection-box .response-title {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
}
.response-modal .sidesection-wrapper .sidesection-box .response-title.smaller {
  font-size: 16px;
  line-height: 24px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-intro {
  text-align: center;
  padding-bottom: 50px;
}
.response-modal .sidesection-wrapper .sidesection-box .form-buttons {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-top: 24px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-top.second {
  padding-bottom: 16px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body {
  padding: 32px 20px;
  font-size: 14px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .side-info {
  color: #6a7695;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .info-container > div {
  flex: 1 1 0px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .info-container:not(:last-child) {
  margin-bottom: 16px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .transaction-number {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .transaction-date {
  font-weight: 400;
  color: #8b9bc2;
  margin-bottom: 24px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .transaction-amount {
  font-weight: 600;
  color: #3069d3;
  margin-bottom: 24px;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .transaction-amount .transaction-dollar {
  font-weight: 200;
}
.response-modal .sidesection-wrapper .sidesection-box .sidesection-body .transaction-amount.big {
  font-size: 40px;
  line-height: 56px;
}
.response-modal .sidesection-wrapper .centered-buttons {
  justify-content: center !important;
}
.response-modal .sidesection-wrapper .centered-buttons > button:not(:last-child) {
  margin-right: 12px;
}
.response-modal .sidesection-wrapper .p1 {
  text-align: center;
  margin-top: 16px;
  color: #6a7695;
  line-height: 20px;
}
.response-modal.new-receipt .sidesection-wrapper {
  -moz-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}
.response-modal.new-receipt .sidesection-main:nth-child(1) .sidesection-body {
  padding: 40px 0 0 20px;
}
.response-modal.new-receipt .sidesection-main:nth-child(2) {
  position: relative;
  margin-top: 4px;
  border-radius: 8px 8px 0 0;
}
.response-modal.new-receipt .sidesection-main:nth-child(2) .sidesection-body {
  padding: 0 0 24px;
}
.response-modal.new-receipt .buttons-right button:not(:last-child) {
  margin-right: 8px;
}
.response-modal.new-receipt .custom-select .select-selected:after {
  top: 43%;
}
.response-modal .triangles-container {
  width: 474px;
}
.response-modal button {
  font-weight: 600;
}
.response-modal .button-main40 {
  padding: 12px 20px;
}

.triangles-container {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}
.triangles-container .triangles {
  position: relative;
  left: -18px;
}
.triangles-container .triangles .arrow-down-triangle {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 12px solid #ffffff;
}

.addCustomer-area,
.customerdetails-area {
  display: none;
}
.addCustomer-area .sidesection-wrapper,
.customerdetails-area .sidesection-wrapper {
  max-width: 100%;
  height: auto;
}
.addCustomer-area .equal-type,
.customerdetails-area .equal-type {
  margin-bottom: 24px;
}
.addCustomer-area .section-name,
.customerdetails-area .section-name {
  margin-right: auto;
}
.addCustomer-area .section-headerBtn,
.customerdetails-area .section-headerBtn {
  margin-left: 20px;
  padding: 7px 12px;
  font-weight: 600;
  background: #eaf0fb;
  border-radius: 3px;
  font-size: 12px;
  color: #3069d3;
  cursor: pointer;
}
.addCustomer-area .flexbox .input-container,
.customerdetails-area .flexbox .input-container {
  margin-right: 41px;
}
.addCustomer-area .credit-card,
.customerdetails-area .credit-card {
  position: relative;
  flex-grow: 0;
}
.addCustomer-area .credit-card .card-number,
.customerdetails-area .credit-card .card-number {
  position: absolute;
  left: 34px;
}
.addCustomer-area .credit-card .card-info,
.customerdetails-area .credit-card .card-info {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: absolute;
  left: 25px;
  bottom: 64px;
  width: 75%;
}
.addCustomer-area .credit-card .card-number,
.customerdetails-area .credit-card .card-number {
  top: 93px;
}
.addCustomer-area .credit-card .expiry-date,
.customerdetails-area .credit-card .expiry-date {
  margin-left: auto;
  display: inline-block;
}
.addCustomer-area .payment-summary .payment-amount,
.customerdetails-area .payment-summary .payment-amount {
  text-align: right;
}

.toggle-group {
  display: flex;
}
.toggle-group .toggle-group__item {
  display: flex;
  justify-content: center;
  width: 50%;
  padding: 17px 0;
  font-size: 12px;
  font-weight: 600;
  color: #8b9bc2;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  cursor: pointer;
}
.toggle-group .toggle-group__item {
  border-right: 1px solid #e0e6ef;
}
.toggle-group .toggle-group__item:last-child {
  border-right: 0;
}
.toggle-group .toggle-group__item--active {
  color: #3069d3;
  border-bottom: 2px solid #3069d3;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}

.sidesection-card {
  display: none;
}

.sidesection-cardActive {
  display: block;
}

.subsettings-container {
  padding-top: 25px;
}
.subsettings-container .reporting-area__optionsBox,
.subsettings-container .reporting-area__customReportsTop {
  padding: 0 20px;
}
.subsettings-container .reporting-area__customReportsTop {
  align-items: flex-start;
}
.subsettings-container .reporting-area__optionsBox {
  padding-top: 24px;
  padding-bottom: 23px;
}
.subsettings-container .newButton {
  padding: 12px 16px;
  white-space: nowrap;
}
.subsettings-container .type {
  font-weight: 500;
}
.subsettings-container .transactions-stats-table {
  margin-bottom: 0;
}

.settings.view-area .sidesection-wrapper {
  height: auto;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}
.settings.view-area .sidesection-wrapper .sidesection-content-wrapper {
  padding: 0;
}
.settings.view-area .sidesection-wrapper .sidesection-content-wrapper .content-body {
  padding: 16px 48px;
}
.settings.view-area .sidesection-wrapper .sidesection-content-wrapper .section-name .section-icon {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.settings.view-area .inputs-container {
  padding: 32px 0;
}
.settings.view-area .inputs-container .pro-tips:not(:first-child) {
  margin-top: 24px;
}

.list-bordered li {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e0e6ef;
  height: 86px;
  padding: 24px 0;
}
.list-bordered li .item-text {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: space-between;
  -ms-align-items: space-between;
  align-items: space-between;
  color: #19408a;
  font-size: 14px;
  font-weight: 600;
}
.list-bordered li .item-text .item-info {
  color: #6a7695;
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
}
.list-bordered li .icon {
  font-size: 14px;
  font-weight: 600;
  color: #8b9bc2;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.list-bordered li .icon svg {
  margin-right: 8px;
}

.item-info {
  color: #6a7695;
  font-weight: 500;
  font-size: 12px;
  margin-top: 8px;
}
.item-info.thin {
  color: #8b9bc2;
}

.addTax-details .sidesection-wrapper,
.setTax-details .sidesection-wrapper,
.addItem-details .sidesection-wrapper,
.setItem-details .sidesection-wrapper,
.addService-details .sidesection-wrapper,
.setService-details .sidesection-wrapper,
.recurring-invoice .sidesection-wrapper {
  max-width: 600px;
}
.addTax-details .inputs-container,
.setTax-details .inputs-container,
.addItem-details .inputs-container,
.setItem-details .inputs-container,
.addService-details .inputs-container,
.setService-details .inputs-container,
.recurring-invoice .inputs-container {
  width: 100%;
  margin-bottom: 24px;
}
.addTax-details .type-select .select-selected,
.setTax-details .type-select .select-selected,
.addItem-details .type-select .select-selected,
.setItem-details .type-select .select-selected,
.addService-details .type-select .select-selected,
.setService-details .type-select .select-selected,
.recurring-invoice .type-select .select-selected {
  padding: 16.22px 8px 16.22px 12px;
}
.addTax-details .flexbox .input-container,
.setTax-details .flexbox .input-container,
.addItem-details .flexbox .input-container,
.setItem-details .flexbox .input-container,
.addService-details .flexbox .input-container,
.setService-details .flexbox .input-container,
.recurring-invoice .flexbox .input-container {
  margin-right: 16px;
}
.addTax-details .phone-type .custom-select,
.setTax-details .phone-type .custom-select,
.addItem-details .phone-type .custom-select,
.setItem-details .phone-type .custom-select,
.addService-details .phone-type .custom-select,
.setService-details .phone-type .custom-select,
.recurring-invoice .phone-type .custom-select {
  border-left: 1px solid #e0e6ef;
}
.addTax-details .phone-type .select-selected,
.setTax-details .phone-type .select-selected,
.addItem-details .phone-type .select-selected,
.setItem-details .phone-type .select-selected,
.addService-details .phone-type .select-selected,
.setService-details .phone-type .select-selected,
.recurring-invoice .phone-type .select-selected {
  width: 139px;
}
.addTax-details .phone-type .select-selected:after,
.setTax-details .phone-type .select-selected:after,
.addItem-details .phone-type .select-selected:after,
.setItem-details .phone-type .select-selected:after,
.addService-details .phone-type .select-selected:after,
.setService-details .phone-type .select-selected:after,
.recurring-invoice .phone-type .select-selected:after {
  right: 11px;
}
.addTax-details .form-buttons,
.setTax-details .form-buttons,
.addItem-details .form-buttons,
.setItem-details .form-buttons,
.addService-details .form-buttons,
.setService-details .form-buttons,
.recurring-invoice .form-buttons {
  justify-content: flex-end;
}
.addTax-details .more-details,
.setTax-details .more-details,
.addItem-details .more-details,
.setItem-details .more-details,
.addService-details .more-details,
.setService-details .more-details,
.recurring-invoice .more-details {
  width: 81px;
}
.addTax-details .submit-button,
.setTax-details .submit-button,
.addItem-details .submit-button,
.setItem-details .submit-button,
.addService-details .submit-button,
.setService-details .submit-button,
.recurring-invoice .submit-button {
  width: 117px;
  background: linear-gradient(251.32deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
}

.settings-items .search-properties,
.settings-services .search-properties {
  margin-top: 24px;
  margin-bottom: 40px;
  padding: 0 56px;
}
.settings-items .search-properties .input-main40,
.settings-services .search-properties .input-main40 {
  width: 260px;
  font-size: 12px;
}
.settings-items .search-properties .select-noarrow .select-selected,
.settings-services .search-properties .select-noarrow .select-selected {
  padding-top: 13.5px;
  padding-bottom: 13.5px;
  font-weight: 600;
}
.settings-items .items-dropdown-arrow,
.settings-services .items-dropdown-arrow {
  margin-left: 12px;
}
.settings-items .arrowActive,
.settings-services .arrowActive {
  transform: rotate(180deg);
}

.addItem-details .addTaxes,
.setItem-details .addTaxes,
.setService-details .addTaxes,
.addService-details .addTaxes,
.recurring-invoice .addTaxes {
  color: #3069d3;
  padding: 0;
  border: 1px solid #e0e6ef;
  border-left: none;
  border-radius: 0 3px 3px 0;
}
.addItem-details .addTaxInput,
.setItem-details .addTaxInput,
.setService-details .addTaxInput,
.addService-details .addTaxInput,
.recurring-invoice .addTaxInput {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.addItem-details .addTaxInput input,
.setItem-details .addTaxInput input,
.setService-details .addTaxInput input,
.addService-details .addTaxInput input,
.recurring-invoice .addTaxInput input {
  border-radius: 3px 0 0 3px;
}
.addItem-details .submit-button,
.setItem-details .submit-button,
.setService-details .submit-button,
.addService-details .submit-button,
.recurring-invoice .submit-button {
  width: 126px;
  padding: 12px 20px;
}
.addItem-details .form-buttons,
.setItem-details .form-buttons,
.setService-details .form-buttons,
.addService-details .form-buttons,
.recurring-invoice .form-buttons {
  margin-top: 52px;
}

.addItem-details .button-main48,
.addTax-details .button-main48 {
  width: 144px;
  font-size: 12px;
  padding: 12px 20px;
}
.addItem-details .addTaxInput .dollar-span::-moz-placeholder, .addItem-details .addTaxInput .input-dolar-sign.grey::-moz-placeholder, .addTax-details .addTaxInput .dollar-span::-moz-placeholder, .addTax-details .addTaxInput .input-dolar-sign.grey::-moz-placeholder {
  color: #b0bbd7;
}
.addItem-details .addTaxInput .dollar-span::placeholder,
.addItem-details .addTaxInput .input-dolar-sign.grey::placeholder,
.addTax-details .addTaxInput .dollar-span::placeholder,
.addTax-details .addTaxInput .input-dolar-sign.grey::placeholder {
  color: #b0bbd7;
}

.recurring-invoice .button-main48 {
  width: 72px;
  font-size: 12px;
  padding: 12px 20px;
}

.setService-details .sidesection-wrapper,
.addService-details .sidesection-wrapper {
  max-width: 600px;
}
.setService-details .button-secondary40,
.addService-details .button-secondary40 {
  width: 50%;
  height: 48px;
}
.setService-details .switch-type,
.addService-details .switch-type {
  width: 100%;
}
.setService-details .form-buttons,
.addService-details .form-buttons {
  margin-top: 40px;
}
.setService-details .button-main48,
.addService-details .button-main48 {
  width: 144px;
  font-size: 12px;
  padding: 12px 20px;
}

.settings-toggler {
  display: flex;
  padding: 3px;
  height: 40px;
  margin-right: 16px;
  margin-left: auto;
  background-color: #ffffff;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
}
.settings-toggler .settings-toggleItem {
  display: flex;
  align-items: center;
  padding: 10px 16px;
  font-weight: 500;
  color: #8b9bc2;
  border-radius: 3px;
  cursor: pointer;
}
.settings-toggler .toggleItemActive {
  background: #eaf0fb;
  box-shadow: 0px 2px 2px rgba(121, 132, 159, 0.05);
  color: #3069d3;
}

.testmode-details.sidesection {
  height: 100vh;
}
.testmode-details.sidesection .sidesection-wrapper {
  max-width: 600px;
  height: 254px;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main {
  text-align: center;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .sidesection-body {
  margin: 36px 0;
  padding: 0;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .sidesection-body h2 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .sidesection-body p {
  font-size: 12px;
  color: #6a7695;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .form-buttons {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin-top: 48px;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .form-buttons button:nth-child(1) {
  margin-right: 8px;
}
.testmode-details.sidesection .sidesection-wrapper .sidesection-main .form-buttons .button-main40 {
  padding: 12px 20px;
}

.settings-velocityfilter .content-body {
  padding: 40px 56px !important;
}
.settings-velocityfilter .content-body p {
  line-height: 20px;
}
.settings-velocityfilter .content-body .p2 {
  font-weight: 500;
}

.section-footer > div {
  padding: 8px 16px 30px 24px;
}
.section-footer .title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 8px;
}
.section-footer .p1 {
  font-weight: 600;
}

.key-details .payment-summary {
  margin-top: 75px;
  border-radius: 12px;
}
.key-details .payment-summary .card-number {
  top: 110px;
  left: 30px;
}
.key-details .payment-summary .card-info {
  bottom: 40px;
  left: 25px !important;
  width: 80% !important;
}

.dynamic-card-wrapper.dynamic-card-wrapper .payment-summary {
  box-shadow: none;
}
.dynamic-card-wrapper.dynamic-card-wrapper .payment-summary .card-flipper {
  margin: 0 auto;
}
.dynamic-card-wrapper.dynamic-card-wrapper .payment-summary .card-number {
  top: 110px;
  left: 30px;
}
.dynamic-card-wrapper.dynamic-card-wrapper .payment-summary .card-info {
  bottom: 40px;
  left: 25px !important;
  width: 80% !important;
}

.modals .sidesection .payment-summary {
  border-radius: 12px;
}

.content-body .spc-list .flexbox {
  margin-bottom: 24px;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.content-body .spc-list .flexbox > * {
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}
.content-body .spc-list .pro-tips {
  font-size: 12px;
}
.content-body .spc-list .toggle-label {
  margin-right: 16px;
}
.content-body .spc-list .small-info {
  margin-left: 0;
}
.content-body .spc-list .label.blue {
  color: #3069d3;
  cursor: pointer;
  font-weight: 600;
}

.settings-companyinfo.view-area .sidesection-wrapper.sidesection-view-category .sidesection-content-wrapper:nth-child(2) {
  min-width: 353px;
}

.addCustomer-area .sidesection-content-wrapper .button-main40 {
  background: rgb(35, 188, 51);
}

.message-box {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  padding: 134px;
  text-align: center;
}
.message-box .message-content {
  flex-grow: 1;
  padding: 64px;
  max-width: 545px;
}
.message-box .message-content .message-icon {
  margin-bottom: 32px;
}
.message-box .message-content .message-head {
  margin-bottom: 8px;
  max-width: 315px;
  margin: 0 auto;
}
.message-box .message-content .message-txt {
  max-width: 340px;
  margin: 8px auto 40px;
}
.message-box .message-content .buttons-container {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.message-box .message-content .buttons-container button {
  margin-left: 8px;
}

.login-container,
.invoicing-container {
  min-height: 100vh;
  background-color: #f5f7fa;
  display: flex;
}
.login-container.white,
.invoicing-container.white {
  background: linear-gradient(180deg, rgba(48, 105, 211, 0.05) 0%, rgba(48, 105, 211, 0) 100%);
}
.login-container .loginheader-container,
.invoicing-container .loginheader-container {
  padding: 32px;
}
.login-container .login-main,
.invoicing-container .login-main {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.login-container .login-sidebar,
.invoicing-container .login-sidebar {
  max-width: 480px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
}
.login-container .login-sidebar .sidebar-body,
.invoicing-container .login-sidebar .sidebar-body {
  padding: 5px 56px 224px;
}
.login-container .login-sidebar h2.title,
.invoicing-container .login-sidebar h2.title {
  margin-bottom: 16px;
}
.login-container .component-header,
.invoicing-container .component-header {
  margin-bottom: 32px;
}
.login-container .component-parent,
.invoicing-container .component-parent {
  padding: 64px 32px;
}
.login-container .component-container,
.invoicing-container .component-container {
  margin: 0 auto;
  border-radius: 5px;
}
.login-container .component-body .input-container:nth-child(2),
.invoicing-container .component-body .input-container:nth-child(2) {
  margin-bottom: 16px;
}
.login-container .login-size,
.invoicing-container .login-size {
  max-width: 360px;
}
.login-container .login-size2,
.invoicing-container .login-size2 {
  max-width: 508px;
  background-color: #ffffff;
  padding: 64px 74px 100px;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
}
.login-container .auth-size,
.invoicing-container .auth-size {
  max-width: 508px;
}
.login-container .title,
.invoicing-container .title {
  color: #19408a;
}
.login-container .title2,
.invoicing-container .title2 {
  font-weight: 500;
}
.login-container .p1,
.invoicing-container .p1 {
  color: #8b9bc2;
  line-height: 24px;
  font-size: 14px;
}
.login-container .p2,
.invoicing-container .p2 {
  text-align: center;
  color: #8b9bc2;
  line-height: 16px;
}
.login-container .p2.red,
.invoicing-container .p2.red {
  color: rgb(248, 59, 104);
  visibility: hidden;
}
.login-container .info-bot,
.invoicing-container .info-bot {
  margin-top: 32px;
}
.login-container h1,
.invoicing-container h1 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 16px;
}
.login-container h2,
.invoicing-container h2 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}
.login-container .link-type,
.invoicing-container .link-type {
  font-size: 12px;
  line-height: 16px;
  color: #3069d3;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
}
.login-container .link-type:hover,
.invoicing-container .link-type:hover {
  color: #19408a;
}
.login-container .button-main48,
.invoicing-container .button-main48 {
  margin-top: 26px;
  background: linear-gradient(263.41deg, #29529e 0%, #3769c6 100%);
}
.login-container .button-main48.margin-second,
.invoicing-container .button-main48.margin-second {
  margin-top: 16px;
}
.login-container .checkbox-parent,
.invoicing-container .checkbox-parent {
  text-align: center;
}
.login-container .text-centered,
.invoicing-container .text-centered {
  text-align: center;
}
.login-container .checkboxContainer,
.invoicing-container .checkboxContainer {
  color: #19408a;
  margin-bottom: 0;
  margin-top: 24px;
}
.login-container .checkboxContainer .label-text,
.invoicing-container .checkboxContainer .label-text {
  font-size: 14px;
  margin-left: 28px;
  padding-top: 2px;
}
.login-container .fixed,
.invoicing-container .fixed {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: -1;
}
.login-container .input-small,
.invoicing-container .input-small {
  width: 48px;
  text-align: center;
}
.login-container .flexbox,
.invoicing-container .flexbox {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.login-container .flexbox.inputs,
.invoicing-container .flexbox.inputs {
  width: 156px;
}
.login-container .dash,
.invoicing-container .dash {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  color: #b0bbd7;
  font-size: 16px;
}
.login-container input:focus:required,
.invoicing-container input:focus:required {
  border-color: #3069d3;
}

.invoicing-container .invoice-view {
  flex-grow: 1;
}
.invoicing-container .bgc-img {
  position: absolute;
  margin: 0 auto;
}
.invoicing-container .login-size2 {
  max-width: 508px;
  background-color: #ffffff;
  padding: 104px 59px 74px;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
}
.invoicing-container .login-size2 .title {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
.invoicing-container .login-size2 .title .username {
  font-weight: 500;
}
.invoicing-container .login-size2 .component-header {
  margin-bottom: 48px;
}
.invoicing-container .login-size2 .component-body {
  padding: 0 37px;
}
.invoicing-container .p1 {
  font-size: 16px;
  line-height: 24px;
}
.invoicing-container .flexbox.bgc {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.invoicing-container .loginheader-container .custom-select {
  position: absolute;
  top: 20px;
  right: 20px;
}
.invoicing-container .invcflow-header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.invoicing-container .invcflow-header button {
  margin-top: 0;
}
.invoicing-container .invcflow-header.big {
  padding: 72px 80px 48px;
}
.invoicing-container .invcflow-header.big > div {
  flex: 1 1 0px;
}
.invoicing-container .invcflow-header.small {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 16px 120px;
  background-color: #ffffff;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
}
.invoicing-container .invcflow-header .params {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
}
.invoicing-container .invcflow-header .params .status-container {
  margin-right: 24px;
}
.invoicing-container .invcflow-header .invcflow-title {
  font-weight: 600;
  font-size: 32px;
}
.invoicing-container .invcflow-header .buttons {
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.invoicing-container .invcflow-header .buttons button {
  width: auto;
  padding: 16px 24px;
  font-size: 12px;
}
.invoicing-container .status-container {
  font-size: 14px;
}
.invoicing-container .status-container .unpaid {
  color: rgb(248, 59, 104);
  font-weight: 600;
}
.invoicing-container .status-container .unpaid.bgc {
  background: rgba(248, 59, 104, 0.1);
  padding: 8px 14px;
  font-size: 12px;
}
.invoicing-container .invc-received .addDetails {
  margin: 0 !important;
}
.invoicing-container .invoicing-body {
  display: flex;
  padding: 0 80px 134px;
}
.invoicing-container .invoicing-body > div {
  flex: 1 1 0px;
}
.invoicing-container .invoicing-body .invoicing-section .left-move {
  margin-left: 48px;
}
.invoicing-container .invoicing-body .invoicing-section .left-move.white {
  background: #ffffff;
}
.invoicing-container .invoicing-body .invoicing-section .table-content-header {
  padding: 32px 32px 24px;
}
.invoicing-container .invoicing-body .invoicing-section .invc-table {
  margin-top: 55px;
}
.invoicing-container .invoicing-body .invoicing-section .transactions-stats-table {
  padding: 0px 16px 32px;
}
.invoicing-container .invoicing-body .invoicing-section .transactions-stats-table td.number {
  font-weight: 500;
}
.invoicing-container .invoicing-body .invoicing-section .transactions-stats-table td.status-approved {
  font-weight: 600;
  color: rgb(35, 188, 51);
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection {
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid #e0e6ef;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 32px;
  margin-bottom: 12px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .title-small {
  font-weight: 600;
  font-size: 16px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .small-label {
  font-size: 12px;
  margin-top: 25px;
  margin-bottom: 10px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .p1 {
  margin-top: 4px;
  font-size: 14px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .checkboxContainer {
  margin-right: 35px;
  margin-top: -10px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .status-container {
  margin-left: 16px;
  -ms-align-self: stretch;
  align-self: stretch;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .small-amount {
  font-weight: 600;
  font-size: 16px;
  text-align: right;
  color: #3069d3;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .amount-container {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -ms-align-self: stretch;
  align-self: stretch;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .amount-container .input-main32 {
  max-width: 136px;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .amount-container input::-moz-placeholder {
  color: #b0bbd7;
}
.invoicing-container .invoicing-body .invoicing-section .invoicing-smallsection.item .amount-container input::placeholder {
  color: #b0bbd7;
}
.invoicing-container .invoicing-body .content-body {
  padding: 32px 48px 40px;
}
.invoicing-container .invoicing-body .content-body h2.content-header {
  font-size: 16px;
}
.invoicing-container .invoicing-body .addInvoice__amountBox {
  margin: 0;
  background-color: #eef2f8;
  border-radius: 4px;
  padding: 17px 27px;
}
.invoicing-container .invoicing-body .addInvoice__postBoxContainer,
.invoicing-container .invoicing-body .addDetails__rightColumn {
  min-width: 110px;
  padding-left: 15px;
}
.invoicing-container .invoice3 .invoicing-body {
  padding-top: 84px;
}
.invoicing-container .addInvoice__array th:last-child {
  margin-right: 0;
}

.hospayments-container {
  background: linear-gradient(180deg, rgba(48, 105, 211, 0.05) 0%, rgba(48, 105, 211, 0) 100%);
  min-height: 100vh;
}
.hospayments-container .hospayments-body {
  overflow: hidden;
}
.hospayments-container .hospayments-bgc {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.hospayments-container .hospayments-body {
  padding-top: 120px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.hospayments-container .hospayments-body .hospayments-main {
  max-width: 1040px;
  display: flex;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sidebar {
  margin-right: 40px;
}
.hospayments-container .hospayments-body .hospayments-main .sections-footer {
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  color: #8b9bc2;
}
.hospayments-container .hospayments-body .hospayments-main .sections-footer .link-type {
  color: #3069d3;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections {
  max-width: 680px;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  background: #ffffff;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header {
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  padding: 24px 147px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .elements {
  padding: 0 13px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .elements .element-round {
  box-shadow: 0px 4px 4px rgba(48, 105, 211, 0.15);
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f5f7fa;
  color: #8b9bc2;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .elements .element-round.blue {
  color: #fff;
  font-weight: 600;
  background: #3069d3;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .labels {
  margin-top: 16px;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .labels .element-label {
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #8b9bc2;
  font-size: 10px;
  font-weight: 600;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-header .labels .element-label.blue {
  color: #273761;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body {
  padding: 56px 64px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body .hospayment-icon {
  padding-right: 48px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body .hospayment-header {
  margin-bottom: 40px;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body h1.title {
  font-weight: 600;
  font-size: 32px;
  color: #19408a;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body .hospayment-form {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body .hospayment-form .input-container.line {
  margin-bottom: 24px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-body .hospayment-form .input-container.singletone {
  margin-right: 0;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary {
  padding: 24px 32px;
  margin-top: 48px;
  border: 1px solid #e0e6ef;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05);
  border-radius: 5px;
  background-color: #f5f7fa;
  font-weight: 600;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .flexbox {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .dollar {
  font-weight: 400;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .fee {
  margin-bottom: 24px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .fee .fee-label {
  font-size: 12px;
  line-height: 16px;
  color: #8b9bc2;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .fee .fee-value {
  font-size: 16px;
  line-height: 16px;
  color: #19408a;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .total {
  color: #19408a;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .total .total-label {
  font-size: 14px;
  line-height: 16px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-summary .total .total-value {
  font-size: 24px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-footer {
  display: flex;
  border-top: 1px solid #e0e6ef;
  padding: 24px 64px 40px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-footer button {
  width: auto;
  font-weight: 600;
  font-size: 12px;
}
.hospayments-container .hospayments-body .hospayments-main .hospayments-sections .hospayment-view .hospayment-view-footer .button-main48 {
  margin-left: auto;
}
.hospayments-container .hospayments-body .hospayments-logo {
  background: #ffffff;
  height: 220px;
  width: 320px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-radius: 4px;
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05), 0px 16px 24px rgba(203, 209, 228, 0.101025);
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sideinfo {
  border-bottom: 1px solid #e0e6ef;
  padding-top: 32px;
  padding-bottom: 32px;
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sideinfo h2.title {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 12px;
  color: #19408a;
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sideinfo .p1 {
  color: #8b9bc2;
  width: 150px;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 32px;
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sidefooter {
  padding-top: 32px;
  font-size: 12px;
  color: #3069d3;
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sidefooter span {
  cursor: pointer;
}
.hospayments-container .hospayments-body .hospayments-sidebar .hospayments-sidefooter span:hover {
  color: #19408a;
}
.hospayments-container .hospayments-body .hospayments-sidebar .link-type {
  color: #3069d3;
  font-size: 14px;
}
.hospayments-container .sub-toswitch .payment-card {
  margin-bottom: 46px;
  color: #fff;
}
.hospayments-container .sub-toswitch .payment-card .card-info {
  font-size: 16px;
}
.hospayments-container .sub-toswitch .payment-card .card-number {
  font-size: 22px;
  font-weight: 600;
  text-shadow: 0px 4px 4px rgba(26, 31, 113, 0.31);
  letter-spacing: 1px;
  left: 20px;
}
.hospayments-container .sub-toswitch .payment-card .cvv.tochange {
  color: #19408a;
  left: 180px;
  top: 97px;
}
.hospayments-container .hos-billing .sub-toswitch1 .payment-card {
  margin-bottom: 18px;
}
.hospayments-container .hos-billing .sub-toswitch1 .img-card {
  width: 315px;
  height: 192px;
  background-size: 315px 192px;
}
.hospayments-container .hos-billing .custom-select .select-selected:after {
  top: 43%;
}
.hospayments-container .hos-shipping .hospayment-header {
  margin-bottom: 32px;
}
.hospayments-container .hos-shipping .pro-tips {
  margin-bottom: 24px;
}
.hospayments-container .hospayment-header .transaction-status {
  margin-left: auto;
}
.hospayments-container .hos-receipt .receiptinfo-con {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding-bottom: 28px;
  border-bottom: 1px solid #e0e6ef;
}
.hospayments-container .hos-receipt .receiptinfo-con .receipt-label {
  color: #8b9bc2;
  margin-bottom: 5px;
  font-weight: 600;
  letter-spacing: 0.06em;
  font-size: 10px;
  text-transform: uppercase;
}
.hospayments-container .hos-receipt .receiptinfo-con .receipt-value {
  font-size: 14px;
  line-height: 24px;
}
.hospayments-container .hos-receipt .receiptinfo-con .receipt-value.date, .hospayments-container .hos-receipt .receiptinfo-con .receipt-value.amount {
  font-weight: 600;
}
.hospayments-container .hos-receipt .receiptinfo-con .receipt-value.amount {
  color: #3069d3;
}
.hospayments-container .hos-receipt .receiptinfo-con .receipt-value.date, .hospayments-container .hos-receipt .receiptinfo-con .receipt-value.account {
  color: #19408a;
}
.hospayments-container .receiptbody-title {
  font-size: 14px;
  font-size: 600;
  color: #19408a;
  line-height: 24px;
  padding-top: 24px;
  padding-bottom: 16px;
}
.hospayments-container .receipt-body {
  box-shadow: 0px 1px 3px rgba(121, 132, 159, 0.05);
  border: 1px solid #e0e6ef;
  border-radius: 5px;
}
.hospayments-container .receipt-body .receipt-section {
  padding: 24px;
}
.hospayments-container .receipt-body .receipt-section.white {
  border-bottom: 1px solid #e0e6ef;
}
.hospayments-container .receipt-body .receipt-section.grey {
  background: #f5f7fa;
}
.hospayments-container .receipt-body .receipt-section.grey .left-label {
  color: #19408a;
}
.hospayments-container .receipt-body .receipt-section.grey .value {
  color: #3069d3;
}
.hospayments-container .receipt-body .section-item {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-size: 14px;
}
.hospayments-container .receipt-body .section-item .left-label {
  color: #6a7695;
}
.hospayments-container .receipt-body .section-item .left-label.blue {
  color: #3069d3;
}
.hospayments-container .receipt-body .section-item .value {
  color: #19408a;
}
.hospayments-container .receipt-body .section-item:not(:last-child) {
  margin-bottom: 16px;
}

.date-slash {
  color: #19408a;
}

@media (max-width: 1350px) {
  .dashboard.view-area .top-stats {
    flex-direction: column;
  }
  .dashboard.view-area .stats-row .stats.type-2 {
    margin-right: 0;
  }
  .dashboard.view-area .stats-row:nth-child(1) {
    margin-bottom: 20px;
  }
}
.nav,
.app-container,
.nav-header,
.views-list-item,
.button-main40,
.header,
.header-secondary,
.header-area-type2,
.main,
.button-type,
.search-section,
.search-info,
.search-name,
.search-letter,
.user-area,
.movable,
.top-stats,
.stats-row,
.stats,
.stats-symbol,
.stats-numbers,
.stats-percentage,
.stats-info,
.section-header,
.section-properties,
.section-body,
.section-name,
.sections-container,
.list-container,
.list-type,
.list-item,
.card-revenue,
.activity-info,
.search-properties,
.transactions-stats-footer,
.transactions-pagination,
.records-amount,
.page-numbers,
.account-type,
.customer-initials,
.fixed-escaper,
.input-type,
.user-profile,
.tabs-list,
.pills-container,
.pill-secondary28,
.view-header,
.filter-properties,
.switch-type,
.date-pick,
.view-area-properties,
.capture-area .search-properties,
.sidesection-wrapper,
.sidesection-header,
.sidesection-main,
.parameters,
.parameters-container,
.revenue-info,
.dropdown,
.dropdown-user,
.pro-tips,
.flexbox,
.sidesection-secondary .sidesection-content-wrapper,
.form-buttons,
.card-footer,
.payment-amount,
li,
table.default td,
input {
  display: flex;
}

td.default,
.payment-total,
.search-column li {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.stats-row {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.account-type,
.customer-initials {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.input-type {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fixed-escaper,
.header-area-type2,
.sidesection-main,
.parameters-container,
.inputs-container,
.revenue-info,
.dropdown-chooseaction,
.dropdown-project .search-properties,
.dropdown-itemservices .search-properties,
.dropdown-user,
.dropdown-user .user-profile,
.list-type {
  -moz-flex-direction: column;
  flex-direction: column;
}

.switch-type button,
.revenue-info,
.sidesection-secondary .content2 .section-header {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.button-main40,
.tabs-list-item,
.button-type,
.pills-container,
.view-header,
.switch32 button,
.date-pick,
.sidesection-header,
.section-header,
.section-name,
.dropdown-project li,
.dropdown-itemservices li,
.pro-tips {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-area-type2 {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.main,
.sidesection-wrapper .nav,
.sidesection-wrapper .main,
.sidesection-main,
.sidesection-secondary .sidesection-content,
.sidesection-content-wrapper,
.flexbox .input-container,
.content-body .flexbox > * {
  flex-grow: 1;
}

.nav,
.main {
  -moz-flex-direction: column;
  flex-direction: column;
}

.button-type,
.pills-container,
.tabs-list,
.view-area-properties,
.capture-area .search-properties,
.parameters-container,
.card-footer,
.payment-amount,
.sidesection-wrapper.sidesection-view-category,
.payment-total,
.list-type {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.nav .nav-header,
.nav .action-activator {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.nav .views-list-item {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav.active .nav-header,
.nav.active .action-activator {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.nav.active .views-list-item {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.header {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header .search-letter,
.header .search-name {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.header .search-letter,
.header .search-name,
.header .search-info,
.header .user-area {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .user-area {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header-secondary {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header-secondary .ul {
  display: flex;
}

.top-stats {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.top-stats .stats {
  flex: 1 1 0px;
}
.top-stats .stats .stats-symbol {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.top-stats .stats .stats-info {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.top-stats .stats .stats-numbers {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.sections-container,
.transactions-pagination {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.section-container {
  flex: 1 1 0px;
}
.section-container .section-header,
.section-container .section-body,
.section-container .list-item,
.section-container .card-revenue {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.section-container .list-type,
.section-container .transactions-stats {
  -moz-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}

.payment-details .sidesection-content,
.equal-type > *,
.content-body .flexbox > .input-container {
  flex: 1 1 0px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}

body.loading {
  overflow: hidden;
}

body.loading .overlay {
  display: block;
}

.spinner {
  z-index: 10000;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  animation: rotation 1.4s infinite linear;
  border-left: 5px solid rgba(41, 82, 158, 0.15);
  border-right: 5px solid rgba(41, 82, 158, 0.15);
  border-bottom: 5px solid rgba(41, 82, 158, 0.15);
  border-top: 5px solid #29529e;
  border-radius: 100%;
}

.loading--processing-transaction .spinner {
  margin-top: 0;
}

.loading--processing-transaction .overlay::before {
  content: "processing transaction...";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
  color: #19408a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.input-validation-error {
  border-color: #f83b68;
}

.field-validation-error {
  color: #f83b68;
  font-size: 12px;
  margin-bottom: 6px;
}

span.field-validation-error {
  display: inline-block;
}

.before-spinner--small {
  position: relative;
}

.before-spinner--small::before {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-left: 3px solid rgba(41, 82, 158, 0.15);
  border-right: 3px solid rgba(41, 82, 158, 0.15);
  border-bottom: 3px solid rgba(41, 82, 158, 0.15);
  border-top: 3px solid #29529e;
  border-radius: 100%;
  box-sizing: border-box;
  animation: rotation 1.4s infinite linear;
}

.before-spinner--small.button-main48 {
  background: none;
  background-color: rgba(55, 105, 198, 0.3);
  color: transparent;
}

.before-spinner--small.button-main40 {
  background: none;
  background-color: rgba(55, 105, 198, 0.3);
  color: transparent;
}

.status-approved {
  color: #23bc33;
  font-weight: 500;
}

.status-captured {
  color: #23bc33;
  font-weight: 500;
}

.status-declined {
  color: #b05061;
  font-weight: 500;
}

.status-voided {
  color: #b05061;
  font-weight: 500;
}

.status-pending-settlement {
  color: #28bcdc;
  font-weight: 500;
}

.status-settled {
  color: #3069d3;
  font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.l2-l3 {
  margin-left: 10px;
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid rgb(224, 230, 239);
  color: #19408a;
  font-weight: 600;
}

/* Hide the selected customer input by default */
.transaction__selected-customer-input {
  display: none;
}

/* Hide the customer search input if a customer is selected */
[data-selected-customer] .transaction__selected-customer-search {
  display: none;
}

/* Show the selected customer input if a customer is selected */
[data-selected-customer] .transaction__selected-customer-input {
  display: block;
}

/* Hide all payment sections by default */
.transaction__payment-section {
  display: none;
}

/* Show the keyed section if that is selected */
[data-transaction-payment-section=keyed] .transaction__payment-section--keyed,
[data-transaction-payment-section=ach] .transaction__payment-section--ach {
  display: flex;
}

/* Show the stored payment or pos section depending upon selection */
[data-transaction-payment-section=stored-payment] .transaction__payment-section--stored-payment,
[data-transaction-payment-section=pos] .transaction__payment-section--pos {
  display: block;
}

/* Hide selected customer checkbox by default */
.transaction__save-card-checkbox {
  display: none;
}

/* Show the selected customer checkbox if a customer is selected */
[data-selected-customer] .transaction__save-card-checkbox {
  display: flex;
}

/* If a customer is selected, hide the "add to customer" checkbox */
[data-selected-customer] .transaction__add-to-customer-vault-checkbox {
  display: none;
}

/* Hide the stored payment toggle by default */
.toggle-group__item[id=stored-payment] {
  display: none;
}

/* Show the stored payment toggle if a customer is selected and they have stored payments */
[data-selected-customer]:not(.transaction--no-stored-payment) .toggle-group__item[id=stored-payment] {
  display: flex;
}

/* Hide pos toggle if the pos list is empty */
.transaction--no-pos .toggle-group__item[id=pos] {
  display: none;
}

.transaction--no-cash .toggle-group__item[id=cash] {
  display: none;
}

/* Hide the entire toggle group if there is no POS or stored payment */
.transaction--no-pos.transaction--no-stored-payment.transaction--no-ach.transaction--no-cash .toggle-group {
  display: none;
}

.transaction__selected-customer-input-wrapper {
  position: relative;
}

.transaction__clear-customer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .transaction__payment-section--keyed .date-containerbox .input-date {
    width: 25px !important;
  }
}
.sidesection-view-category .flexbox .input-container.line span.field-validation-error,
.sidesection-view-category .flexbox .input-container.line span.field-validation-error span {
  color: #f83b68;
  font-size: 12px;
  padding-top: 0;
}

.dashboard {
  max-width: 1920px;
  margin: 56px auto;
  padding: 20px;
}

.top-stats {
  margin-bottom: 24px;
}
.top-stats .stats {
  height: 104px;
  padding: 16px;
}
.top-stats .stats.type-1 {
  margin-left: 0px;
}
.top-stats .stats.type-2 {
  margin: 0 24px;
}
.top-stats .stats.type-3 {
  margin-right: 0px;
}
.top-stats .stats.type-4 {
  margin-left: 24px;
}
.top-stats .stats .stats-symbol {
  width: 56px;
  height: 56px;
  margin: 8px 16px 8px 8px;
}
.top-stats .stats .stats-info {
  padding: 0;
}
.top-stats .stats .stats-info .stats-amount {
  margin-right: 8px;
}
.top-stats .stats .stats-info .stats-percentage {
  margin-bottom: 4px;
}
.top-stats .stats .stats-info .stats-percentage-down::before {
  content: "-";
  margin-left: 5px;
}
.top-stats .stats .stats-info .stats-percentage-up::before {
  content: "+";
  margin-left: 5px;
}
.top-stats .stats .dots-container {
  margin-left: auto;
}

.reporting-area {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-direction: column;
}
.reporting-area__content {
  display: none;
  align-items: stretch;
  flex-direction: column;
  max-width: 1920px;
  margin: 0 auto;
}
.reporting-area__chartBox {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 56px;
  margin-bottom: 45px;
  padding: 0 56px;
  max-width: 1920px;
}
.reporting-area__chartBoxTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  background-color: #ffffff;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
}
.reporting-area__titleBox {
  display: flex;
  align-items: center;
}
.reporting-area__topIcon {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  padding: 8px;
  border-radius: 5px;
  background-color: #eaf0fb;
}
.reporting-area__title {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.reporting-area__selectsTopBox {
  display: flex;
}
.reporting-area__chartContent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px;
  background-color: #ffffff;
}
.reporting-area__chart {
  width: 60%;
}
.reporting-area__chartInfo {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40%;
  padding: 0 50px;
}
.reporting-area__saleVolumeBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 50px;
}
.reporting-area__saleVolumeIconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(263.41deg, #29529e 0%, #3769c6 100%);
}
.reporting-area__saleVolumeAmount {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: #19408a;
}
.reporting-area__saleVolumeAmount span {
  font-weight: 400;
}
.reporting-area__saleVolumeText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #8b9bc2;
}
.reporting-area__transactionVolumeBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.reporting-area__transactionVolumeIconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-bottom: 16px;
  border-radius: 50%;
  background: linear-gradient(263.41deg, #36a1b9 0%, #3baec8 100%);
}
.reporting-area__transactionVolumeNumber {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-size: 24px;
  line-height: 20px;
  color: #19408a;
}
.reporting-area__transactionVolumeText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
  color: #8b9bc2;
}
.reporting-area__arrayBox {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.reporting-area__arrayBoxTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 32px;
  padding: 0 56px;
}
.reporting-area__arrayBoxTopTitle {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #19408a;
}
.reporting-area__arrayBoxTopText {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
}
.reporting-area__optionsBox {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 56px;
}
.reporting-area__filtersBox {
  display: flex;
}
.reporting-area__filtersItem {
  display: flex;
  align-items: center;
}
.reporting-area__filterText {
  width: 300px;
  height: 40px;
  margin-right: 8px;
  padding-left: 5px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
}
.reporting-area__filterText:focus {
  border: 1px solid #3069d3;
}
.reporting-area__addFilterBtn {
  height: 40px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #19408a;
  cursor: pointer;
}
.reporting-area__addFilterBtn:hover {
  border: 1px solid #8b9bc2;
}
.reporting-area__optionsButtonsBox {
  display: flex;
}
.reporting-area__optionsButtonItem {
  height: 40px;
  margin-right: 8px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  margin-right: 8px;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #19408a;
  cursor: pointer;
}
.reporting-area__optionsButtonItem:hover {
  border: 1px solid #8b9bc2;
}
.reporting-area__optionsButtonItem:last-child {
  margin: 0;
}
.reporting-area__array {
  display: flex;
  justify-content: center;
}
.reporting-area__array td:first-child,
.reporting-area__array th:first-child {
  padding-left: 56px;
}
.reporting-area__array td:last-child,
.reporting-area__array th:last-child {
  padding-right: 56px;
}
.reporting-area__array table {
  display: grid;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.reporting-area__customerName {
  display: flex;
}
.reporting-area__initialsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: rgb(51, 182, 255);
}
.reporting-area__initials {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
}
.reporting-area__userName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__type {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__amount {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
}
.reporting-area__payment {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__account {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__accountIconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 5px;
  background-color: #3069d3;
}
.reporting-area__status {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.reporting-area__dateBox {
  display: flex;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__hours {
  margin-left: 5px;
  color: #b9bfcc;
}
.reporting-area__idTransaction {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__arrayOptions {
  display: flex;
  justify-content: center;
  width: 100%;
  padding-top: 45px;
  padding-bottom: 116px;
  background-color: #ffffff;
}
.reporting-area__arrayOptionsContent {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 56px;
}
.reporting-area__recordsOfPageBox {
  display: flex;
  align-items: center;
}
.reporting-area__recordsOfPageName {
  margin-right: 12px;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.reporting-area #report-chart {
  margin-left: auto;
  max-width: 730px !important;
  max-height: 400px !important;
}
.reporting-area .report-chart {
  height: 206px;
  flex-grow: 1;
  margin: 16px 20px 18px 16px;
}
.reporting-area__customReports {
  display: none;
  flex-direction: column;
  align-items: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-bottom: 200px;
  padding-left: 56px;
  padding-right: 56px;
}
.reporting-area__customReports .custom-select .select-selected:after {
  top: 42%;
}
.reporting-area__customReportsTop {
  display: flex;
  flex-direction: column;
  padding: 25px 0;
}
.reporting-area__exitButtonBox, .reporting-area__exitButton {
  display: flex;
  align-items: center;
  margin-bottom: 9px;
  cursor: pointer;
}
.reporting-area__exitIcon {
  margin-right: 9px;
}
.reporting-area__exitText {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #8b9bc2;
}
.reporting-area__topOptionsBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reporting-area__topOptionsName {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.01em;
  color: #19408a;
}
.reporting-area__topOptions {
  display: flex;
}
.reporting-area__topCancelOption {
  margin-right: 8px;
  padding: 12px 20px;
  background: #ffffff;
  border: 1px solid #e0e6ef;
  box-sizing: border-box;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #19408a;
}
.reporting-area__topCancelOption:hover {
  border: 1px solid #8b9bc2;
}
.reporting-area__topSaveOption {
  padding: 12px 20px;
  background: linear-gradient(252.22deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
  border: 1px solid #19408a;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}
.reporting-area__topSaveOption:hover {
  background: #29529e;
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
}
.reporting-area__customContent {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.reporting-area__customReportsListBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 20%;
  margin-right: 2%;
  padding-top: 16px;
  padding-right: 16px;
  padding-left: 16px;
  border-radius: 5px;
  background-color: #ffffff;
}
.reporting-area__customReportsList {
  display: flex;
  flex-direction: column;
  max-width: 100%;
}
.reporting-area__customReportsListItem {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  padding: 8px 9px 8px 20px;
}
.reporting-area__customReportsListItem:hover {
  background: rgba(48, 105, 211, 0.1);
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.reporting-area__customReportsListItemActive {
  background: rgba(48, 105, 211, 0.1);
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.reporting-area__customReportsListItemName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
}
.reporting-area__customReportsListItemText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 24px;
  color: #8b9bc2;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.reporting-area__customMainBox {
  display: flex;
  flex-direction: column;
  width: 78%;
}
.reporting-area__customReportBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 24px;
  background-color: #ffffff;
}
.reporting-area__customReportBoxTop {
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  padding: 18px 24px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
  background-color: #ffffff;
}
.reporting-area__customReportBoxTopName {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reporting-area__customReportTopName {
  margin-right: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
}
.reporting-area__customReportTopIcon {
  cursor: pointer;
}
.reporting-area__customReportCopy {
  margin-right: 8px;
  padding: 9px 16px;
  background-color: #ffffff;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__customReportCopy:hover {
  border: 1px solid #8b9bc2;
}
.reporting-area__customReportDelete {
  padding: 9px 16px;
  background: rgb(248, 59, 104);
  border: 1px solid rgb(248, 59, 104);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.reporting-area__customReportDelete:hover {
  border: 1px solid #c70937;
  background: #c70937;
}
.reporting-area__customReportInnerBox {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.reporting-area__customReportSelects {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}
.reporting-area__customReportSelectItem {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 31.33%;
}
.reporting-area__customReportSelectBox {
  width: 100%;
}
.reporting-area__customReportInputName, .reporting-area__customReportSelectItemName {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8b9bc2;
}
.reporting-area__customReportSelectBox .select-selected {
  padding: 14px 8px 14px 12px !important;
}
.reporting-area__customReportList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
.reporting-area__customListItem {
  height: 32px;
  padding-left: 16px;
  background: rgba(48, 105, 211, 0.1);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 32px;
  color: #3069d3;
}
.reporting-area__addFilterBox {
  margin-bottom: 24px;
}
.reporting-area__addFilterContent {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.reporting-area__addFilterTopBox {
  padding: 18px 24px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
  background-color: #ffffff;
}
.reporting-area__addFilterContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.reporting-area__addFilterContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 28px;
}
.reporting-area__selectBoxFilter .select-selected {
  padding: 13px 8px 13px 12px !important;
}
.reporting-area__selectBoxFilter .custom-select .select-selected:after {
  top: 42%;
}
.reporting-area__recordsOfPageSelectBox .select-selected {
  padding: 9px 8px 9px 12px;
}
.reporting-area__recordsOfPageSelectBox .custom-select .select-selected:after {
  right: 7px;
}
.reporting-area__addFilterSelect {
  max-width: 40%;
  flex-grow: 1;
  margin-right: 10px;
}
.reporting-area__addFilterSelect .select-selected {
  padding: 13px 8px 13px 12px !important;
}
.reporting-area .filter-add-filter {
  margin-left: 10px;
  margin-right: 10px;
}
.reporting-area__reportNameInput, .reporting-area__addFilterInput {
  width: 50%;
  height: 40px;
  padding-left: 16px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.reporting-area__reportNameInput:focus, .reporting-area__addFilterInput:focus {
  border: 1px solid #3069d3;
}
.reporting-area__reportNameInput {
  width: 31.33%;
  margin-bottom: 25px;
}
.reporting-area__addFilterInputBtn {
  padding: 12px 20px;
  border: 1px solid #e0e6ef;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #19408a;
}
.reporting-area__addFilterInputBtn:hover {
  border: 1px solid #8b9bc2;
}
.reporting-area__addFilterResultsContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.reporting-area__addFilterResultsItem {
  display: flex;
  align-items: center;
  padding: 7px 12px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  margin-right: 8px;
}
.reporting-area__addFilterResultsItemName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
  margin-right: 7.37px;
}
.reporting-area__addFilterResultsItemDelete {
  font-family: Inter, sans-serif;
  cursor: pointer;
}
.reporting-area__addFilterClearBox {
  margin-left: 8px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
  cursor: pointer;
}
.reporting-area__delivery {
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
}
.reporting-area__deliveryTop {
  padding: 18px 24px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
}
.reporting-area__deliveryContent {
  padding: 40px 48px;
}
.reporting-area__deliveryContainer {
  display: flex;
  flex-direction: column;
}
.reporting-area__deliveryItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.reporting-area__deliveryItemName {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #19408a;
}
.reporting-area__deliverySelect {
  width: 70%;
}
.reporting-area__deliverySelect .select-selected {
  padding: 17px 8px 17px 12px !important;
}
.reporting-area__active {
  display: flex;
}

.invoicing-area,
.invc-received {
  display: flex;
  justify-content: center;
}
.invoicing-area__mainContent,
.invc-received__mainContent {
  display: none;
  align-items: center;
  justify-content: flex-start;
  flex-direction: column;
  width: 100%;
}
.invoicing-area__topSection,
.invc-received__topSection {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 56px;
  background-color: #ffffff;
  width: 100%;
  margin-bottom: 56px;
}
.invoicing-area__topMenu,
.invc-received__topMenu {
  display: flex;
}
.invoicing-area__topMenuItem,
.invc-received__topMenuItem {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 48px;
  color: #6a7695;
  cursor: pointer;
}
.invoicing-area__topMenuItem:hover,
.invc-received__topMenuItem:hover {
  height: calc(100% - 2px);
  font-weight: 600;
  color: #3069d3;
  border-bottom: 2px solid #3069d3;
  border-radius: 0;
}
.invoicing-area__topMenuItemActive,
.invc-received__topMenuItemActive {
  height: calc(100% - 2px);
  font-weight: 600;
  color: #3069d3;
  border-bottom: 2px solid #3069d3;
  border-radius: 0;
}
.invoicing-area__topCreateInvoiceButton,
.invc-received__topCreateInvoiceButton {
  max-width: 10%;
  padding: 0 12px;
  height: 28px;
  background: #eaf0fb;
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
}
.invoicing-area__mainBox,
.invc-received__mainBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 0 56px;
}
.invoicing-area__topStats,
.invc-received__topStats {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 24px;
}
.invoicing-area__topStatsItem,
.invc-received__topStatsItem {
  display: flex;
  align-items: center;
  padding: 23px 17px 22px 32px;
  color: #ffffff;
  border-radius: 3px;
  width: 25%;
  position: relative;
}
@media (max-width: 1439px) {
  .invoicing-area__topStatsItem,
  .invc-received__topStatsItem {
    padding-left: 14px;
    padding-right: 14px;
  }
}
.invoicing-area__topStatsItemTextBox,
.invc-received__topStatsItemTextBox {
  margin-left: 28px;
}
.invoicing-area__topStatsItemNumber,
.invc-received__topStatsItemNumber {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 32px;
  line-height: 40px;
}
.invoicing-area__topStatsItemText,
.invc-received__topStatsItemText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
}
.invoicing-area__topStatsItemDotsContainer,
.invc-received__topStatsItemDotsContainer {
  display: flex;
  align-self: flex-start;
  position: absolute;
  top: 23px;
  right: 17px;
  cursor: pointer;
}
.invoicing-area__firstType,
.invc-received__firstType {
  background: linear-gradient(252.68deg, #233c67 0%, #2a4473 100%);
  box-shadow: 0px 16px 24px rgba(48, 105, 211, 0.1), 0px 1px 3px rgba(37, 63, 106, 0.05);
}
.invoicing-area__secondType,
.invc-received__secondType {
  background: linear-gradient(252.68deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 16px 24px rgba(41, 82, 158, 0.1), 0px 1px 3px rgba(41, 82, 158, 0.05);
  margin: 0 24px;
}
.invoicing-area__thirdType,
.invc-received__thirdType {
  background: linear-gradient(252.68deg, #36a1b9 0%, #3baec8 100%);
  box-shadow: 0px 16px 24px rgba(54, 161, 185, 0.1), 0px 1px 3px rgba(54, 161, 185, 0.05);
  margin-right: 24px;
}
.invoicing-area__fourthType,
.invc-received__fourthType {
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.invoicing-area__fourthType .invoicing-area__topStatsItemNumber,
.invoicing-area__fourthType .invc-received__topStatsItemNumber,
.invc-received__fourthType .invoicing-area__topStatsItemNumber,
.invc-received__fourthType .invc-received__topStatsItemNumber {
  color: #19408a;
}
.invoicing-area__fourthType .invoicing-area__topStatsItemText,
.invoicing-area__fourthType .invc-received__topStatsItemText,
.invc-received__fourthType .invoicing-area__topStatsItemText,
.invc-received__fourthType .invc-received__topStatsItemText {
  color: #6a7695;
}
.invoicing-area__chartBox,
.invc-received__chartBox {
  background: #ffffff;
  width: 100%;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
  border-radius: 5px;
  max-width: 1920px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.invoicing-area__chartBoxTop,
.invc-received__chartBoxTop {
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
  background: #ffffff;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  max-width: 1920px;
  margin: 0 auto;
}
.invoicing-area__chartBoxBody,
.invc-received__chartBoxBody {
  display: flex;
  justify-content: center;
  padding: 16px 16px;
  background: #ffffff;
  height: 452px;
  max-width: 1220px;
  margin: 0 auto;
}
.invoicing-area__chartBoxTopTitleBox,
.invc-received__chartBoxTopTitleBox {
  display: flex;
  align-items: center;
}
.invoicing-area__chartBoxTopIconBox,
.invc-received__chartBoxTopIconBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 12px;
  background: rgba(48, 105, 211, 0.1);
  border-radius: 5px;
}
.invoicing-area__chartBoxTopText,
.invc-received__chartBoxTopText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.invoicing-area__chartBoxTopChartLegend,
.invc-received__chartBoxTopChartLegend {
  display: flex;
}
.invoicing-area__chartBoxTopChartLegendItem,
.invc-received__chartBoxTopChartLegendItem {
  display: flex;
  align-items: center;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area__chartBoxTopChartLegendItem:nth-child(2n),
.invc-received__chartBoxTopChartLegendItem:nth-child(2n) {
  margin: 0 32px;
}
.invoicing-area__chartBoxTopChartItemColor,
.invc-received__chartBoxTopChartItemColor {
  width: 16px;
  height: 4px;
  margin-right: 8px;
  border-radius: 13px;
}
.invoicing-area__firstItemLegendColor,
.invc-received__firstItemLegendColor {
  background: #3069d3;
}
.invoicing-area__secondItemLegendColor,
.invc-received__secondItemLegendColor {
  background: rgb(51, 182, 255);
}
.invoicing-area__thirdItemLegendColor,
.invc-received__thirdItemLegendColor {
  background: #ae61eb;
}
.invoicing-area__invoicingTopFiltersBox,
.invc-received__invoicingTopFiltersBox {
  display: flex;
}
.invoicing-area__invoicingArrayFilters,
.invc-received__invoicingArrayFilters {
  width: 100%;
  padding: 0 56px;
  margin-bottom: 24px;
}
.invoicing-area__invoicingArrayFilters .custom-select,
.invc-received__invoicingArrayFilters .custom-select {
  margin-right: 8px;
}
.invoicing-area__invoicingArrayFilters .filters-container,
.invc-received__invoicingArrayFilters .filters-container {
  margin-right: 0;
  background-color: #ffffff;
}
.invoicing-area__invoicingArrayFilters .filters-container .active-option,
.invc-received__invoicingArrayFilters .filters-container .active-option {
  background: #eaf0fb;
  box-shadow: 0px 2px 2px rgba(121, 132, 159, 0.05);
}
.invoicing-area__invoicingArrayFilters .select-selected,
.invc-received__invoicingArrayFilters .select-selected {
  padding: 13px 8px 13px 12px;
}
.invoicing-area__array,
.invc-received__array {
  width: 100%;
}
.invoicing-area__array table,
.invc-received__array table {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}
.invoicing-area__array table th,
.invc-received__array table th {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area__array table td,
.invc-received__array table td {
  font-family: Inter, sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area__array table td:first-child,
.invoicing-area__array table th:first-child,
.invc-received__array table td:first-child,
.invc-received__array table th:first-child {
  padding-left: 56px;
}
.invoicing-area__array table td:last-child,
.invoicing-area__array table th:last-child,
.invc-received__array table td:last-child,
.invc-received__array table th:last-child {
  padding-right: 56px;
}
.invoicing-area__dueDate,
.invc-received__dueDate {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area__initialsBox,
.invc-received__initialsBox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: rgb(51, 182, 255);
}
.invoicing-area__initials,
.invc-received__initials {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #3069d3;
}
.invoicing-area__userName,
.invc-received__userName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area__paid, .invoicing-area__balance,
.invc-received__paid,
.invc-received__balance {
  font-weight: 600 !important;
  color: #3069d3 !important;
}
.invoicing-area__active,
.invc-received__active {
  display: flex !important;
}
.invoicing-area .transactions-stats-footer,
.invc-received .transactions-stats-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 39px 56px;
  padding-bottom: 116px;
  background: #ffffff;
}
.invoicing-area .addInvoice,
.invc-received .addInvoice {
  display: none;
  flex-direction: column;
  padding: 56px;
  width: 100%;
}
.invoicing-area .addInvoice__topOptions,
.invc-received .addInvoice__topOptions {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  align-items: center;
  max-width: 1220px;
  margin: 0 auto;
}
.invoicing-area .addInvoice__topOptionsContainer,
.invc-received .addInvoice__topOptionsContainer {
  display: flex;
  justify-content: flex-end;
  width: 30%;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__topOptionsCancel, .invoicing-area .addInvoice__topOptionsMakeRecurring,
.invc-received .addInvoice__topOptionsCancel,
.invc-received .addInvoice__topOptionsMakeRecurring {
  padding: 8px 16px;
  background: #ffffff;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area .addInvoice__topOptionsCancel:hover, .invoicing-area .addInvoice__topOptionsMakeRecurring:hover,
.invc-received .addInvoice__topOptionsCancel:hover,
.invc-received .addInvoice__topOptionsMakeRecurring:hover {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__topOptionsSave,
.invc-received .addInvoice__topOptionsSave {
  margin: 0 8px;
  padding: 8px 16px;
  background: rgb(35, 188, 51);
  box-shadow: 0px 5px 6px rgba(35, 188, 51, 0.1);
  border-radius: 3px;
  border: none;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff;
}
.invoicing-area .addInvoice__columnsContainer,
.invc-received .addInvoice__columnsContainer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1220px;
  margin: 0 auto;
}
.invoicing-area .addInvoice__leftColumn,
.invc-received .addInvoice__leftColumn {
  display: flex;
  flex-direction: column;
  width: 50%;
  margin-right: 24px;
}
.invoicing-area .addInvoice__rightColumn,
.invc-received .addInvoice__rightColumn {
  display: flex;
  flex-direction: column;
  width: 50%;
  padding-bottom: 79px;
  background: #ffffff;
}
.invoicing-area .addInvoice__logoBox,
.invc-received .addInvoice__logoBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__sectionTop,
.invc-received .addInvoice__sectionTop {
  padding: 18px 24px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.invoicing-area .addInvoice__logoContent,
.invc-received .addInvoice__logoContent {
  display: flex;
  align-items: center;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__logoImage,
.invc-received .addInvoice__logoImage {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 28px;
  padding: 60px 42px;
  border: 1px dashed #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
}
.invoicing-area .addInvoice__logoButton,
.invc-received .addInvoice__logoButton {
  padding: 13px 16px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  background: #ffffff;
  cursor: pointer;
}
.invoicing-area .addInvoice__logoButton:hover,
.invc-received .addInvoice__logoButton:hover {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__deleteLogo,
.invc-received .addInvoice__deleteLogo {
  margin-right: 8px;
}
.invoicing-area .addInvoice__billingBox,
.invc-received .addInvoice__billingBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__billingContent,
.invc-received .addInvoice__billingContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__name,
.invc-received .addInvoice__name {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #8b9bc2;
}
.invoicing-area .addInvoice__manuallyBox,
.invc-received .addInvoice__manuallyBox {
  display: flex;
  align-items: center;
  padding: 32px 0;
}
.invoicing-area .addInvoice__manuallyLine,
.invc-received .addInvoice__manuallyLine {
  width: 155px;
  height: 0px;
  border: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__manuallyText,
.invc-received .addInvoice__manuallyText {
  margin: 0 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  letter-spacing: 0.06em;
  color: #8b9bc2;
  text-align: center;
}
.invoicing-area .addInvoice__nameBox,
.invc-received .addInvoice__nameBox {
  display: flex;
  margin-bottom: 20px;
}
.invoicing-area .addInvoice__nameContainer,
.invc-received .addInvoice__nameContainer {
  width: 50%;
}
.invoicing-area .addInvoice__firstNameContainer,
.invc-received .addInvoice__firstNameContainer {
  margin-right: 24px;
}
.invoicing-area .addInvoice__shortInput,
.invc-received .addInvoice__shortInput {
  height: 48px;
  padding: 14px 16px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  width: 100%;
}
.invoicing-area .addInvoice__shortInput:hover,
.invc-received .addInvoice__shortInput:hover {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__shortInput:focus,
.invc-received .addInvoice__shortInput:focus {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__longInput,
.invc-received .addInvoice__longInput {
  height: 48px;
  margin-bottom: 8px;
  padding: 14px 16px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  width: 100%;
}
.invoicing-area .addInvoice__longInput:hover,
.invc-received .addInvoice__longInput:hover {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__longInput:focus,
.invc-received .addInvoice__longInput:focus {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__addressShortLineBox,
.invc-received .addInvoice__addressShortLineBox {
  display: flex;
  margin-bottom: 8px;
}
.invoicing-area .addInvoice__addressShortLineBox .addInvoice__shortInput,
.invc-received .addInvoice__addressShortLineBox .addInvoice__shortInput {
  width: 100%;
}
.invoicing-area .addInvoice__itemRateBox .select-selected,
.invc-received .addInvoice__itemRateBox .select-selected {
  padding: 17px 8px 17px 12px;
}
.invoicing-area .addInvoice__firstInputLine,
.invc-received .addInvoice__firstInputLine {
  margin-right: 8px;
}
.invoicing-area .addInvoice__detailsBox,
.invc-received .addInvoice__detailsBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__detailsContent,
.invc-received .addInvoice__detailsContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__detailsItem,
.invc-received .addInvoice__detailsItem {
  width: 50%;
}
.invoicing-area .addInvoice__detailsLine,
.invc-received .addInvoice__detailsLine {
  display: flex;
  justify-content: space-between;
}
.invoicing-area .addInvoice__firstDetailsLine,
.invc-received .addInvoice__firstDetailsLine {
  margin-bottom: 20px;
}
.invoicing-area .addInvoice__detailsItemFirst,
.invc-received .addInvoice__detailsItemFirst {
  margin-right: 8px;
}
.invoicing-area .addInvoice__itemsBox,
.invc-received .addInvoice__itemsBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__itemsContent,
.invc-received .addInvoice__itemsContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__itemName,
.invc-received .addInvoice__itemName {
  margin-bottom: 12px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.invoicing-area .addInvoice__itemRateBox,
.invc-received .addInvoice__itemRateBox {
  display: flex;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  align-items: center;
  justify-content: space-between;
  padding-right: 0;
}
.invoicing-area .addInvoice__itemRateInput,
.invc-received .addInvoice__itemRateInput {
  width: 80%;
  height: 100%;
}
.invoicing-area .addInvoice__itemRateSelect,
.invc-received .addInvoice__itemRateSelect {
  width: 20%;
  height: 100%;
  border-left: 1px solid #e0e6ef;
}
.invoicing-area .addInvoice__addItem,
.invc-received .addInvoice__addItem {
  margin-top: 16px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #3069d3;
}
.invoicing-area .addInvoice__discountBox,
.invc-received .addInvoice__discountBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__discountContent,
.invc-received .addInvoice__discountContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__additionalBox,
.invc-received .addInvoice__additionalBox {
  display: flex;
  flex-direction: column;
  background: #ffffff;
  margin-bottom: 24px;
}
.invoicing-area .addInvoice__additionalContent,
.invc-received .addInvoice__additionalContent {
  display: flex;
  flex-direction: column;
  padding: 40px 48px;
}
.invoicing-area .addInvoice__textArea,
.invc-received .addInvoice__textArea {
  width: 100%;
  height: 108px;
  margin-bottom: 24px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  resize: none;
}
.invoicing-area .addInvoice__previewTop,
.invc-received .addInvoice__previewTop {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
}
.invoicing-area .addInvoice__previewName,
.invc-received .addInvoice__previewName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.invoicing-area .addInvoice__previewPagination,
.invc-received .addInvoice__previewPagination {
  display: flex;
}
.invoicing-area .addInvoice__previewPrevPagination, .invoicing-area .addInvoice__previewNextPagination,
.invc-received .addInvoice__previewPrevPagination,
.invc-received .addInvoice__previewNextPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  cursor: pointer;
}
.invoicing-area .addInvoice__previewPrevPagination:hover, .invoicing-area .addInvoice__previewNextPagination:hover,
.invc-received .addInvoice__previewPrevPagination:hover,
.invc-received .addInvoice__previewNextPagination:hover {
  border: 1px solid #8b9bc2;
}
.invoicing-area .addInvoice__previewCurrentPagination,
.invc-received .addInvoice__previewCurrentPagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 8px;
  padding: 8px 20px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 14px;
  color: #19408a;
}
.invoicing-area .addInvoice__previewLogoBox,
.invc-received .addInvoice__previewLogoBox {
  display: flex;
  justify-content: space-between;
  margin: 0 32px;
  padding-top: 32px;
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__previewLeftBox,
.invc-received .addInvoice__previewLeftBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
}
.invoicing-area .addInvoice__previewRightBox,
.invc-received .addInvoice__previewRightBox {
  display: flex;
  justify-content: space-between;
  width: 50%;
}
.invoicing-area .addInvoice__logoTextItem,
.invc-received .addInvoice__logoTextItem {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
}
.invoicing-area .addInvoice__postBoxItem,
.invc-received .addInvoice__postBoxItem {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #19408a;
  text-align: right;
}
.invoicing-area .addInvoice__previewBilledBox,
.invc-received .addInvoice__previewBilledBox {
  display: flex;
  justify-content: space-between;
  margin: 0 32px;
  margin-bottom: 33px;
  padding-top: 28px;
  padding-bottom: 16px;
}
.invoicing-area .addInvoice__billedName,
.invc-received .addInvoice__billedName {
  margin-bottom: 12px;
  font-size: 10px;
  letter-spacing: 0.06em;
}
.invoicing-area .addInvoice__previewInvoiceData,
.invc-received .addInvoice__previewInvoiceData {
  width: 100%;
}
.invoicing-area .addInvoice__previewUserItem,
.invc-received .addInvoice__previewUserItem {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #19408a;
}
.invoicing-area .addInvoice__previewUserItem:nth-child(1),
.invc-received .addInvoice__previewUserItem:nth-child(1) {
  font-weight: 600;
}
.invoicing-area .addInvoice__previewInvoiceDataItem,
.invc-received .addInvoice__previewInvoiceDataItem {
  display: flex;
  justify-content: space-between;
}
.invoicing-area .addInvoice__previewDataValue,
.invc-received .addInvoice__previewDataValue {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  text-align: right;
  color: #19408a;
}
.invoicing-area .addInvoice__amountBox,
.invc-received .addInvoice__amountBox {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 32px;
  margin-bottom: 20px;
}
.invoicing-area .addInvoice__amountContent,
.invc-received .addInvoice__amountContent {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.invoicing-area .addInvoice__amountName,
.invc-received .addInvoice__amountName {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  margin-right: 32px;
}
.invoicing-area .addInvoice__amountValue,
.invc-received .addInvoice__amountValue {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #19408a;
}
.invoicing-area .addInvoice__array,
.invc-received .addInvoice__array {
  margin: 0 32px;
  border-bottom: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__array table,
.invc-received .addInvoice__array table {
  display: grid;
  width: 100%;
  grid-template-columns: auto auto auto auto;
}
.invoicing-area .addInvoice__array table th,
.invc-received .addInvoice__array table th {
  background-color: #ffffff;
  border-top: 2px solid #eef2f8;
  border-bottom: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__array table td:nth-child(1),
.invoicing-area .addInvoice__array table th:nth-child(1),
.invc-received .addInvoice__array table td:nth-child(1),
.invc-received .addInvoice__array table th:nth-child(1) {
  padding-left: 0;
}
.invoicing-area .addInvoice__array table td:last-child,
.invoicing-area .addInvoice__array table th:last-child,
.invc-received .addInvoice__array table td:last-child,
.invc-received .addInvoice__array table th:last-child {
  padding-right: 0;
  text-align: end;
  display: flex;
  justify-content: flex-end;
}
.invoicing-area .addInvoice__arrayServicesBox,
.invc-received .addInvoice__arrayServicesBox {
  display: flex;
  margin-left: 0 !important;
}
.invoicing-area .addInvoice__arrayServicesBox .delete-input,
.invc-received .addInvoice__arrayServicesBox .delete-input {
  margin-left: 0;
  margin-right: 16px;
}
.invoicing-area .addInvoice__arrayServicesBox > div.item-name,
.invc-received .addInvoice__arrayServicesBox > div.item-name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.invoicing-area .addInvoice__arrayItemName,
.invc-received .addInvoice__arrayItemName {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
}
.invoicing-area .addInvoice__arrayItemDescription,
.invc-received .addInvoice__arrayItemDescription {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #8b9bc2;
}
.invoicing-area .addInvoice__arrayRate,
.invc-received .addInvoice__arrayRate {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #3069d3;
}
.invoicing-area .addInvoice__arrayQty,
.invc-received .addInvoice__arrayQty {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
  justify-content: center;
}
.invoicing-area .addInvoice__total,
.invc-received .addInvoice__total {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
}
.invoicing-area .addInvoice__summary,
.invc-received .addInvoice__summary {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  margin: 0 32px;
}
.invoicing-area .addInvoice__notesName, .invoicing-area .addInvoice__termsName,
.invc-received .addInvoice__notesName,
.invc-received .addInvoice__termsName {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
}
.invoicing-area .addInvoice__notesText,
.invc-received .addInvoice__notesText {
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #8b9bc2;
}
.invoicing-area .addInvoice__termsText,
.invc-received .addInvoice__termsText {
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #8b9bc2;
}
.invoicing-area .addInvoice__summaryRightBox,
.invc-received .addInvoice__summaryRightBox {
  flex-direction: column;
  margin-left: 50px;
  justify-content: flex-start;
}
.invoicing-area .addInvoice__summaryItem,
.invc-received .addInvoice__summaryItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.invoicing-area .addInvoice__summarySubtotal,
.invc-received .addInvoice__summarySubtotal {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
}
.invoicing-area .addInvoice__summaryValue,
.invc-received .addInvoice__summaryValue {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
  text-align: end;
}
.invoicing-area .addInvoice__summaryDiscount,
.invc-received .addInvoice__summaryDiscount {
  margin-bottom: 8px;
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #3069d3;
}
.invoicing-area .addInvoice__summaryTax,
.invc-received .addInvoice__summaryTax {
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
  border-bottom: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__summaryItemTax,
.invc-received .addInvoice__summaryItemTax {
  border-bottom: 1px solid #eef2f8;
}
.invoicing-area .addInvoice__totalName,
.invc-received .addInvoice__totalName {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #19408a;
}
.invoicing-area .addInvoice__firstTotalItem,
.invc-received .addInvoice__firstTotalItem {
  margin-top: 12px;
  margin-bottom: 8px;
}
.invoicing-area .addInvoice__totalValue,
.invc-received .addInvoice__totalValue {
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #3069d3;
}
.invoicing-area .addInvoice .custom-select .select-selected:after,
.invc-received .addInvoice .custom-select .select-selected:after {
  top: 42%;
}
.invoicing-area .addDetails,
.invoicing-area .moreDetails,
.invc-received .addDetails,
.invc-received .moreDetails {
  display: none;
  background: #ffffff;
  width: 100%;
  max-width: 1220px;
  margin: 56px;
}
.invoicing-area .addDetails__top,
.invoicing-area .moreDetails__top,
.invc-received .addDetails__top,
.invc-received .moreDetails__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 24px 22px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  font-family: Inter, sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.invoicing-area .addDetails__content,
.invoicing-area .moreDetails__content,
.invc-received .addDetails__content,
.invc-received .moreDetails__content {
  padding: 49px 64px 20px;
}
.invoicing-area .addDetails__addItem,
.invoicing-area .moreDetails__addItem,
.invc-received .addDetails__addItem,
.invc-received .moreDetails__addItem {
  display: flex;
  align-items: center;
  position: relative;
}
.invoicing-area .addDetails__addItem .addDetails__addItemText,
.invoicing-area .moreDetails__addItem .addDetails__addItemText,
.invc-received .addDetails__addItem .addDetails__addItemText,
.invc-received .moreDetails__addItem .addDetails__addItemText {
  font-size: 14px;
}
.invoicing-area .addDetails__addItem .list-group,
.invoicing-area .moreDetails__addItem .list-group,
.invc-received .addDetails__addItem .list-group,
.invc-received .moreDetails__addItem .list-group {
  position: absolute;
  width: 300px;
  top: 85%;
  left: 20%;
}
.invoicing-area .addDetails__imageBox,
.invoicing-area .moreDetails__imageBox,
.invc-received .addDetails__imageBox,
.invc-received .moreDetails__imageBox {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: rgba(48, 105, 211, 0.1);
  border-radius: 50%;
  margin-right: 12px;
}
.invoicing-area .addDetails__inputNumber,
.invoicing-area .moreDetails__inputNumber,
.invc-received .addDetails__inputNumber,
.invc-received .moreDetails__inputNumber {
  text-align: right;
}
.invoicing-area .addDetails__addItemText,
.invoicing-area .moreDetails__addItemText,
.invc-received .addDetails__addItemText,
.invc-received .moreDetails__addItemText {
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  color: #3069d3;
}
.invoicing-area .addDetails__previewRightBox,
.invoicing-area .moreDetails__previewRightBox,
.invc-received .addDetails__previewRightBox,
.invc-received .moreDetails__previewRightBox {
  display: flex;
  justify-content: space-between;
  width: 40%;
}
.invoicing-area .addDetails__firstLine,
.invoicing-area .moreDetails__firstLine,
.invc-received .addDetails__firstLine,
.invc-received .moreDetails__firstLine {
  margin-bottom: 26px;
}
.invoicing-area .addDetails__rightColumn,
.invoicing-area .moreDetails__rightColumn,
.invc-received .addDetails__rightColumn,
.invc-received .moreDetails__rightColumn {
  display: flex;
  align-items: flex-end;
  text-align: end;
  flex-direction: column;
}
.invoicing-area .addDetails__rightColumn ::-webkit-input-placeholder,
.invoicing-area .moreDetails__rightColumn ::-webkit-input-placeholder,
.invc-received .addDetails__rightColumn ::-webkit-input-placeholder,
.invc-received .moreDetails__rightColumn ::-webkit-input-placeholder {
  /* WebKit browsers */
  direction: rtl;
}
.invoicing-area .addDetails__rightColumn :-moz-placeholder,
.invoicing-area .moreDetails__rightColumn :-moz-placeholder,
.invc-received .addDetails__rightColumn :-moz-placeholder,
.invc-received .moreDetails__rightColumn :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  direction: rtl;
}
.invoicing-area .addDetails__rightColumn ::-moz-placeholder,
.invoicing-area .moreDetails__rightColumn ::-moz-placeholder,
.invc-received .addDetails__rightColumn ::-moz-placeholder,
.invc-received .moreDetails__rightColumn ::-moz-placeholder {
  /* Mozilla Firefox 19+ but I'm not sure about working */
  direction: rtl;
}
.invoicing-area .addDetails__rightColumn :-ms-input-placeholder,
.invoicing-area .moreDetails__rightColumn :-ms-input-placeholder,
.invc-received .addDetails__rightColumn :-ms-input-placeholder,
.invc-received .moreDetails__rightColumn :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  direction: rtl;
}
.invoicing-area .addDetails__rightColumn, .invoicing-area .addDetails__leftColumn,
.invoicing-area .moreDetails__rightColumn,
.invoicing-area .moreDetails__leftColumn,
.invc-received .addDetails__rightColumn,
.invc-received .addDetails__leftColumn,
.invc-received .moreDetails__rightColumn,
.invc-received .moreDetails__leftColumn {
  width: 50%;
}
.invoicing-area .addDetails__leftColumn .button-secondary48,
.invoicing-area .moreDetails__leftColumn .button-secondary48,
.invc-received .addDetails__leftColumn .button-secondary48,
.invc-received .moreDetails__leftColumn .button-secondary48 {
  height: auto;
  padding: 0;
  border: 0;
  box-shadow: none;
}
.invoicing-area .addDetails .addInvoice__previewRightBox,
.invoicing-area .moreDetails .addInvoice__previewRightBox,
.invc-received .addDetails .addInvoice__previewRightBox,
.invc-received .moreDetails .addInvoice__previewRightBox {
  width: 40%;
}
.invoicing-area .addDetails .addInvoice__amountBox,
.invoicing-area .moreDetails .addInvoice__amountBox,
.invc-received .addDetails .addInvoice__amountBox,
.invc-received .moreDetails .addInvoice__amountBox {
  height: 66px;
  margin-bottom: 0;
}
.invoicing-area .addDetails .addInvoice__amountName,
.invoicing-area .moreDetails .addInvoice__amountName,
.invc-received .addDetails .addInvoice__amountName,
.invc-received .moreDetails .addInvoice__amountName {
  font-size: 20px;
  line-height: 32px;
}
.invoicing-area .addDetails .addInvoice__amountValue,
.invoicing-area .moreDetails .addInvoice__amountValue,
.invc-received .addDetails .addInvoice__amountValue,
.invc-received .moreDetails .addInvoice__amountValue {
  font-size: 24px;
  line-height: 32px;
}
.invoicing-area .addDetails .addInvoice__array,
.invoicing-area .moreDetails .addInvoice__array,
.invc-received .addDetails .addInvoice__array,
.invc-received .moreDetails .addInvoice__array {
  padding: 0 64px;
  padding-bottom: 118px;
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.invoicing-area .addDetails .addInvoice__array table,
.invoicing-area .moreDetails .addInvoice__array table,
.invc-received .addDetails .addInvoice__array table,
.invc-received .moreDetails .addInvoice__array table {
  grid-template-columns: auto auto auto auto;
  margin-bottom: 16px;
}
.invoicing-area .addDetails .addInvoice__array th,
.invoicing-area .moreDetails .addInvoice__array th,
.invc-received .addDetails .addInvoice__array th,
.invc-received .moreDetails .addInvoice__array th {
  font-weight: 600;
  font-size: 10px;
  line-height: 16px;
  border-top: 0;
}
.invoicing-area .addDetails .addInvoice__array th:last-child,
.invoicing-area .moreDetails .addInvoice__array th:last-child,
.invc-received .addDetails .addInvoice__array th:last-child,
.invc-received .moreDetails .addInvoice__array th:last-child {
  margin-right: 24px;
}
.invoicing-area .addDetails .addInvoice__arrayItemName,
.invoicing-area .addDetails .addInvoice__arrayRate,
.invoicing-area .addDetails .addInvoice__arrayQty,
.invoicing-area .addDetails .addInvoice__total,
.invoicing-area .moreDetails .addInvoice__arrayItemName,
.invoicing-area .moreDetails .addInvoice__arrayRate,
.invoicing-area .moreDetails .addInvoice__arrayQty,
.invoicing-area .moreDetails .addInvoice__total,
.invc-received .addDetails .addInvoice__arrayItemName,
.invc-received .addDetails .addInvoice__arrayRate,
.invc-received .addDetails .addInvoice__arrayQty,
.invc-received .addDetails .addInvoice__total,
.invc-received .moreDetails .addInvoice__arrayItemName,
.invc-received .moreDetails .addInvoice__arrayRate,
.invc-received .moreDetails .addInvoice__arrayQty,
.invc-received .moreDetails .addInvoice__total {
  font-size: 12px;
}
.invoicing-area .addDetails .addInvoice__arrayRate .dollar-span,
.invoicing-area .moreDetails .addInvoice__arrayRate .dollar-span,
.invc-received .addDetails .addInvoice__arrayRate .dollar-span,
.invc-received .moreDetails .addInvoice__arrayRate .dollar-span {
  margin-top: 1px;
}
.invoicing-area .addDetails .addInvoice__arrayRate .invoicingAmountBox,
.invoicing-area .moreDetails .addInvoice__arrayRate .invoicingAmountBox,
.invc-received .addDetails .addInvoice__arrayRate .invoicingAmountBox,
.invc-received .moreDetails .addInvoice__arrayRate .invoicingAmountBox {
  color: #3069d3;
}
.invoicing-area .addDetails .invoicingAmountBox,
.invoicing-area .moreDetails .invoicingAmountBox,
.invc-received .addDetails .invoicingAmountBox,
.invc-received .moreDetails .invoicingAmountBox {
  font-size: 12px;
  font-weight: 600;
}
.invoicing-area .addDetails .addInvoice__summary,
.invoicing-area .moreDetails .addInvoice__summary,
.invc-received .addDetails .addInvoice__summary,
.invc-received .moreDetails .addInvoice__summary {
  padding: 0 64px;
  padding-bottom: 64px;
  padding-top: 24px;
}
.invoicing-area .addDetails .addInvoice__notesName,
.invoicing-area .addDetails .addInvoice__termsName,
.invoicing-area .moreDetails .addInvoice__notesName,
.invoicing-area .moreDetails .addInvoice__termsName,
.invc-received .addDetails .addInvoice__notesName,
.invc-received .addDetails .addInvoice__termsName,
.invc-received .moreDetails .addInvoice__notesName,
.invc-received .moreDetails .addInvoice__termsName {
  font-size: 14px;
  margin-bottom: 8px;
}
.invoicing-area .addDetails .addInvoice__notesText,
.invoicing-area .addDetails .addInvoice__termsText,
.invoicing-area .moreDetails .addInvoice__notesText,
.invoicing-area .moreDetails .addInvoice__termsText,
.invc-received .addDetails .addInvoice__notesText,
.invc-received .addDetails .addInvoice__termsText,
.invc-received .moreDetails .addInvoice__notesText,
.invc-received .moreDetails .addInvoice__termsText {
  font-size: 12px;
  line-height: 20px;
}
.invoicing-area .addDetails .addInvoice__summarySubtotal,
.invoicing-area .addDetails .addInvoice__summaryValue,
.invoicing-area .addDetails .addInvoice__summaryDiscount,
.invoicing-area .addDetails .addInvoice__summaryTax,
.invoicing-area .addDetails .addInvoice__totalName,
.invoicing-area .addDetails .addInvoice__totalValue,
.invoicing-area .moreDetails .addInvoice__summarySubtotal,
.invoicing-area .moreDetails .addInvoice__summaryValue,
.invoicing-area .moreDetails .addInvoice__summaryDiscount,
.invoicing-area .moreDetails .addInvoice__summaryTax,
.invoicing-area .moreDetails .addInvoice__totalName,
.invoicing-area .moreDetails .addInvoice__totalValue,
.invc-received .addDetails .addInvoice__summarySubtotal,
.invc-received .addDetails .addInvoice__summaryValue,
.invc-received .addDetails .addInvoice__summaryDiscount,
.invc-received .addDetails .addInvoice__summaryTax,
.invc-received .addDetails .addInvoice__totalName,
.invc-received .addDetails .addInvoice__totalValue,
.invc-received .moreDetails .addInvoice__summarySubtotal,
.invc-received .moreDetails .addInvoice__summaryValue,
.invc-received .moreDetails .addInvoice__summaryDiscount,
.invc-received .moreDetails .addInvoice__summaryTax,
.invc-received .moreDetails .addInvoice__totalName,
.invc-received .moreDetails .addInvoice__totalValue {
  font-size: 14px;
}
.invoicing-area .moreDetails .addDetails__topOptionsContainer,
.invc-received .moreDetails .addDetails__topOptionsContainer {
  width: 100%;
}
.invoicing-area .moreDetails .addDetails__topOptionsContainer,
.invoicing-area .moreDetails .buttons-container,
.invc-received .moreDetails .addDetails__topOptionsContainer,
.invc-received .moreDetails .buttons-container {
  display: flex;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.invoicing-area .moreDetails .buttons-container button:not(:last-child),
.invc-received .moreDetails .buttons-container button:not(:last-child) {
  margin-right: 8px;
}
.invoicing-area .moreDetails .reporting-area__exitButtonBox,
.invc-received .moreDetails .reporting-area__exitButtonBox {
  margin-bottom: 0;
}
.invoicing-area .moreDetails .addDetails__top,
.invc-received .moreDetails .addDetails__top {
  background: #f5f7fa;
  padding: 24px 0;
}

.invoicing-area__chart {
  position: relative;
  display: flex;
  justify-content: center;
  max-height: 452px;
  max-width: 1131px;
  flex-grow: 1;
  margin: 16px 20px 18px 16px;
}

.invoicingArchive {
  display: none;
  flex-direction: column;
  width: 100%;
}
.invoicingArchive .invoicing-area__topSection {
  margin-bottom: 0;
}
.invoicingArchive table {
  grid-template-columns: auto auto auto auto auto auto auto;
}
.invoicingArchive table tbody .invoicing-area__dueDate {
  margin-left: 0 !important;
}

#invoicingArchiveAreaButton {
  margin-left: 24px;
}

.invoice2.invoice-view {
  background-image: url("/img/hosted-payments/white-bgc.png");
  background-position: top;
  background-repeat: no-repeat;
}

.settings-views .view-header {
  flex-direction: column;
  padding-top: 25px;
  align-items: flex-start;
}
.settings-views .payment-summary .payment-header {
  padding-bottom: 24px;
}
.modals .settings-sidesection .tip.small {
  background: rgba(48, 105, 211, 0.1);
  border-radius: 3px;
  border: none;
}
.modals .settings-sidesection .sidesection-main {
  padding-bottom: 20px;
}
.modals .settings-sidesection .sidesection-secondary {
  height: auto;
  max-width: 600px;
}
.modals .settings-sidesection .sidesection-content-wrapper {
  padding-bottom: 20px;
}
.modals .toggle-switches {
  padding: 25px 0;
}
.modals .toggle-switches .pro-tips:nth-child(1) {
  margin-bottom: 16px;
}

button {
  line-height: 14px;
}

.sidesection-header button.transactions-more {
  margin-left: auto;
}

.sidesection-header .button-main32 + button.transactions-more {
  margin-left: 0;
}

.button-type {
  padding: 8px 12px;
}
.button-type.centered {
  justify-content: center;
}

.nav-activator {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  margin-top: 5px;
}
.nav-activator::before {
  content: "\f0c9";
  font-size: 18px;
  color: #8c96ad;
}
.nav-activator:hover::before {
  color: #19408a;
}

.button-main40 {
  padding: 12px 15px;
  height: 40px;
}
.button-main40.action-activator {
  margin: 0 0px 0 20px;
  padding: 0px 15px;
}

.button-main32 {
  padding: 8px 16px;
  height: 32px;
}

.view-area-category .button-main40 {
  margin-left: auto;
}

.button-secondary40 {
  height: 40px;
  padding: 12px 20px;
}

.button-secondary48,
.button-main48 {
  height: 48px;
  padding: 14px 18px;
  font-size: 14px;
  width: 100%;
}

.button-type .search-letter {
  height: 24px;
  width: 24px;
  margin-right: 8px;
}

.header .button-arrow {
  margin-right: 6px;
}

.button-secondary32 {
  height: 32px;
  padding: 9px 12px;
  font-weight: 600;
}

.search-properties .button-secondary40 {
  margin-right: 8px;
}
.search-properties .filters-container {
  margin-left: auto;
  margin-right: 8px;
}
.search-properties .filters-container .filter-option {
  padding: 10px 16px 9px 16px;
  margin: 3px;
}

.transactions-stats .last-option {
  padding: 11px 20px;
}

.records-per-page {
  padding-top: 10px;
}

.transactions-stats-footer {
  padding: 0px 16px;
}
.transactions-stats-footer .records-amount {
  margin-left: auto;
}
.transactions-stats-footer .records-amount .custom-select .select-selected:after {
  top: 38.5%;
  right: 8px;
}
.transactions-stats-footer .records {
  margin-left: 12px;
  width: 52px;
}
.transactions-stats-footer.expand {
  padding-bottom: 100px;
  height: 100%;
}

.pill28 {
  line-height: 14px;
  padding: 7px 12px;
  margin-left: 8px;
  width: 64px;
}

.pill28.wide {
  width: 133px;
}

.subscriptions.view-area .pill28.wide {
  width: 136px;
}

.pill28.wide {
  width: 133px;
}

.pill-secondary28 {
  height: 28px;
  padding: 7px 12px;
  margin-right: 8px;
}

.view-area-category .button-type.records {
  padding: 8px;
}
.view-area-category .complete-button {
  padding: 60px 56px 120px 20px;
}

.multiple-area .search-properties .button-secondary40:last-child {
  width: 108px;
  padding: 8px 18px;
  margin-left: 16px;
}
.multiple-area .search-properties .button-secondary40:first-child {
  width: 200px;
}
.multiple-area .search-properties .input-main40:nth-child(2) {
  width: 300px;
}
.multiple-area .payment-type .button-secondary32 {
  width: 160px;
  padding: 5px 10px 6px 6px;
}
.multiple-area .payment-type .payment-type-icon {
  margin-right: 8px;
}
.multiple-area .payment-type .payment-name {
  margin-right: auto;
}

.ach.view-area .transactions-stats-table .payment-type .custom-select .select-selected,
.ach.view-area .transactions-stats-table .payment-type .custom-select .select-items {
  color: #6a7695;
}

.switch32 button {
  width: 80px;
}

.switch-type {
  padding: 2px;
}
.switch-type button {
  flex-grow: 1;
}
.switch-type.text-align button {
  padding: 11px 10px;
}
.switch-type.no-border {
  padding: 3px;
  background: #f5f7fa;
}
.switch-type.no-border .button-type {
  border: none;
}

.toggle-switch {
  margin-right: 12px;
  /* Rounded sliders */
}
.toggle-switch .switch {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 28px;
}
.toggle-switch .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.toggle-switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  transition: 0.4s;
  border: 1px solid #eef2f8;
}
.toggle-switch .slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 3px;
  bottom: 3px;
  background: #e0e6ef;
  transition: 0.4s;
}
.toggle-switch.always-checked .slider:before {
  background-color: #fff;
}
.toggle-switch input:checked + .slider {
  background-color: #3069d3;
  border: 1px solid #3069d3 !important;
}
.toggle-switch input:checked + .slider.green {
  background-color: rgb(35, 188, 51);
  border: 1px solid #23bc33 !important;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px #3069d3;
}
.toggle-switch input:focus + .slider {
  box-shadow: 0 0 1px rgb(35, 188, 51);
}
.toggle-switch input:checked + .slider:before {
  transform: translateX(20px);
  background-color: #fff;
}
.toggle-switch .slider.round {
  border-radius: 34px;
  box-shadow: none;
}
.toggle-switch .slider.round:before {
  border-radius: 50%;
}

.toggle-switch div.always-checked + .slider {
  background-color: #3069d3;
  border: 1px solid #3069d3 !important;
}
.toggle-switch div.always-checked + .slider::before {
  transform: translateX(20px);
}

.toggle-label {
  color: #6a7695;
}

.switch-label.active,
.toggle-label.active {
  color: #19408a;
}

.payment-details .submit-button,
.pos-details .submit-button,
.key-details .submit-button {
  width: 210px;
  margin-left: auto;
}
.payment-details .button-secondary48,
.pos-details .button-secondary48,
.key-details .button-secondary48 {
  width: 89px;
}

.payment-summary .payment-footer .button-main40 {
  margin-left: 16px;
  flex-grow: 1;
  justify-content: center;
}

.textcenter {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.flexbox .input-container {
  margin-right: 25px;
}
.flexbox .input-container button {
  width: 100%;
}
.flexbox .input-container:nth-child(2) {
  margin-right: 0px;
}

.input-container .pick-number {
  max-width: 88px;
}

.pill-32 {
  width: 100px;
  height: 32px;
  padding: 9px 16px;
}

.pill-40 {
  width: 89px;
  height: 40px;
  padding: 13px 16px;
  line-height: 14px;
}

select.button-type {
  padding: 0 12px;
}

.newCashSaleButton {
  width: 119px;
  height: 40px;
  margin-left: auto;
  background: linear-gradient(251.03deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
  border-radius: 3px;
  font-family: Inter;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  color: #ffffff;
}

#confirmCreatingCustomer {
  background: linear-gradient(241.62deg, #29529e 0%, #3769c6 100%);
}

.modals .adddevice-details .sidesection-wrapper.sidesection-secondary .form-buttons button,
.modals .setdevice-details .sidesection-wrapper.sidesection-secondary .form-buttons button {
  width: auto !important;
}

.input-container .tip.small.delete-tip {
  align-items: center;
  margin-left: 16px;
  padding-left: 0;
  background: transparent;
}
.input-container .tip.small.delete-tip div {
  cursor: pointer;
  display: flex;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
}

.tip.small.addnew-tip {
  align-items: center;
  background: transparent;
}
.tip.small.addnew-tip span {
  width: auto;
  cursor: pointer;
}
.tip.small.addnew-tip.new-line {
  padding-left: 0;
  border: none;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 600;
}
.tip.small.addnew-tip.new-line span.text {
  margin-left: 12px;
}
.tip.small.addnew-tip.new-line > * {
  cursor: pointer;
}

.cancel {
  font-weight: 600;
}

.arrow-dec,
.arrow-inc {
  padding: 12px 9px;
  cursor: pointer;
}
.arrow-dec:hover svg path,
.arrow-inc:hover svg path {
  fill: #3069d3;
}

.arrow-dec {
  border-radius: 3px 0px 0px 3px;
}

.arrow-dec + .input-type {
  border-radius: 0;
  border-left: none;
  border-right: none;
}
.arrow-dec + .input-type:hover {
  border-left: 1px solid #3069d3;
  border-right: 1px solid #3069d3;
}

.arrow-inc {
  border-radius: 0px 3px 3px 0px;
}

.arrow-inc svg,
.arrow-dec svg {
  pointer-events: none;
}

.addnew-field-details .form-buttons button {
  width: auto !important;
}

.info-upper {
  text-transform: uppercase;
  color: #8b9bc2;
  line-height: 18px;
  font-weight: 600;
}
.info-upper.small {
  font-size: 11px;
  letter-spacing: 0.06em;
}

.not-conf {
  color: #b05061;
  font-weight: 400;
  margin-left: 24px;
}

.sbodyact-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 30px;
  height: 30px;
}
.sbodyact-container img {
  margin-left: 0 !important;
}
.sbodyact-container img::-moz-selection {
  color: none;
  background: none;
}
.sbodyact-container img::selection {
  color: none;
  background: none;
}
.sbodyact-container:hover {
  cursor: pointer;
  background-color: #f5f7fa;
  border-radius: 50%;
}

.search-properties .custom-select.actions-padding .select-selected {
  padding: 13px;
}

.picked-color {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background: #ff0000;
  cursor: pointer;
}

.pickedcolor-code {
  color: #19408a;
  margin-left: 16px;
}

.extra-info {
  background: #f5f7fa;
  padding: 16px 32px;
  font-size: 12px;
  margin-bottom: 16px;
}

.buttons-pickers {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 48px;
}
.buttons-pickers > .button-picker {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex-grow: 0 !important;
  height: 30px;
  width: 30px;
  border-radius: 6px;
}
.buttons-pickers > .button-picker:nth-child(1).active {
  border: 1px solid #b0bbd7;
}
.buttons-pickers > .button-picker:nth-child(1).active .picked-color::after {
  content: url("https://ecryptcdn.preferredpayments.com/resources/img/functional/thick-dark.svg");
}
.buttons-pickers > .button-picker:nth-child(1) .picked-color {
  border: 1px solid #e0e6ef;
}
.buttons-pickers > .button-picker:nth-child(2) {
  margin-left: 6px;
}
.buttons-pickers > .button-picker:nth-child(2).active {
  border: 1px solid black;
}
.buttons-pickers > .button-picker:nth-child(2).active .picked-color::after {
  content: url("https://ecryptcdn.preferredpayments.com/resources/img/functional/thick.svg");
}
.buttons-pickers .picked-color {
  width: 20px !important;
  height: 20px;
}

.delete-input {
  margin-left: 30px;
}

.delete-input-payment {
  flex-grow: 0 !important;
  margin-left: 16px;
}

.delete-type {
  padding: 9px 16px;
  background: rgb(248, 59, 104) !important;
  border: 1px solid rgb(248, 59, 104);
  border-radius: 3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #ffffff !important;
}
.delete-type:hover {
  border: 1px solid #c70937;
  background: #c70937 !important;
}

.counter-buttons .counter-left,
.counter-buttons .counter-right {
  padding: 15px 15px;
}
.counter-buttons .counter-center {
  width: 65px;
}

button.blue {
  background: #3069d3;
}

.shipping-cntn,
.payment-cntn {
  background: linear-gradient(263.41deg, #29529e 0%, #3769c6 100%) !important;
}

.settings-companyinfo.view-area button {
  width: auto;
}

.dropdown {
  transform: translate3d(0, 0, 200px);
  z-index: 3;
  position: fixed;
}

.dropdowns {
  position: absolute;
  width: 100%;
}

.dropdown-main40 {
  padding: 10px 8px;
}
.dropdown-main40 li {
  height: 28px;
  padding: 6px 12px;
  line-height: 16px;
  margin: 4px 0px;
}
.dropdown-main40 li svg {
  margin-left: auto;
}

.dropdown-chooseaction {
  width: 180px;
  top: 112px;
  left: 20px;
}

.dropdown-sidesection-top {
  width: 180px;
  top: 52px;
  right: 24px;
}

.dropdown-project {
  width: 731px;
  top: 70px;
  left: 136px;
  transition: 0.4s ease;
}
.dropdown-project.left {
  left: 276px;
}
.dropdown-project .search-properties {
  padding: 24px;
  flex-grow: 1;
}
.dropdown-project .search-properties .input-main40 {
  width: 317px;
}
.dropdown-project .search-properties .checkbox {
  display: block;
  width: auto;
  margin-right: 12px;
}
.dropdown-project .search-properties .list-title {
  margin-top: 22px;
  margin-bottom: 4px;
}
.dropdown-project .search-properties li {
  margin: 16px 0;
  line-height: 14px;
  cursor: default;
}
.dropdown-project .search-properties li label {
  cursor: pointer;
}
.dropdown-project .buttons {
  padding: 12px 16px;
}
.dropdown-project .buttons .button-blank {
  margin-left: 8px;
  margin-top: 8px;
}
.dropdown-project .buttons .button-main32 {
  margin-left: 560px;
}

.dropdown-itemservices {
  width: 297px;
  height: 278px;
  top: 60px;
  left: 136px;
}
.dropdown-itemservices .search-properties {
  padding: 16px;
  flex-grow: 1;
}
.dropdown-itemservices .search-properties .input-main32 {
  width: 265px;
}
.dropdown-itemservices .search-properties .checkbox {
  display: block;
  width: auto;
  margin-right: 12px;
}
.dropdown-itemservices .search-properties .list-title {
  margin-top: 22px;
  margin-bottom: 4px;
}
.dropdown-itemservices .search-properties ul.listed {
  display: flex;
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
}
.dropdown-itemservices .search-properties ul.listed li {
  margin: 8px 0;
  line-height: 14px;
  cursor: pointer;
  display: inline-block;
}
.dropdown-itemservices .buttons {
  display: flex;
  padding: 12px 16px 12px 63px;
}
.dropdown-itemservices .buttons .button-main32:nth-child(1) {
  margin-right: 8px;
  margin-left: auto;
}

.dropdown-user {
  width: 260px;
  height: 351px;
  top: 70px;
  right: 24px;
}
.dropdown-user .user-profile {
  padding: 32px 32px 24px;
}
.dropdown-user .user-profile .button-secondary32 {
  width: 148px;
}
.dropdown-user .user-profile .user-avatar {
  margin: 24px 0px 20px;
}
.dropdown-user .user-profile .user-data {
  margin-bottom: 16px;
}
.dropdown-user .user-settings {
  padding: 24px 32px 0px;
}
.dropdown-user .log-out {
  display: block;
  padding-top: 25px;
  width: 75px;
  margin: 0 auto;
}
.dropdown-user .user-settings > div {
  margin-bottom: 20px;
}

.dropdown-notifications {
  width: 498px;
  height: 402px;
  top: 70px;
  right: 88px;
}
.dropdown-notifications .section-body {
  height: 346px;
  padding: 0;
}
.dropdown-notifications .section-header {
  padding-left: 32px;
}
.dropdown-notifications .activities-list-container {
  height: 304px;
  margin: 0;
}
.dropdown-notifications .activities-list-container .activity-item {
  padding: 8px 32px;
  margin-top: 6px;
}
.dropdown-notifications .activities-list-container .activity-item .activity-icon {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.dropdown-settingsItem {
  padding: 24px;
  top: 207px;
  right: 56px;
  width: 274px;
  background: #ffffff;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  border-radius: 3px;
}
.dropdown-settingsItem .dropdown-settings-element {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.dropdown-settingsItem .dropdown-settings-element:first-child {
  margin-bottom: 24px;
}
.dropdown-settingsItem .dropdown-settings-element .icon-box {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  margin-right: 16px;
  border-radius: 50%;
  background: rgba(48, 105, 211, 0.1);
}
.dropdown-settingsItem .dropdown-settings-element .element-title {
  margin-bottom: 4px;
  color: #19408a;
  font-weight: 600;
}
.dropdown-settingsItem .dropdown-settings-element .element-text {
  width: 178px;
  color: #6a7695;
  font-weight: 500;
  line-height: 14px;
}

.tax-menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.tax-menu .tax-menu__menu-item {
  margin: 4px;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  color: #6a7695;
}
.tax-menu .tax-menu__menu-item:hover {
  background-color: rgba(48, 105, 211, 0.1);
  color: #19408a;
}

.tax-container {
  position: relative;
}

.tax-icon {
  display: flex;
  align-self: center;
  cursor: pointer;
}

.tax-menu--open .tax-menu {
  display: block;
}

.amount-tax-wrapper.amount-tax--inclusive .tax-suffix-exclusive,
.tax-suffix-inclusive,
.amount-label--total,
.amount-tax-wrapper.amount-tax--inclusive .amount-label--amount {
  display: none;
}

.amount-tax-wrapper.amount-tax--inclusive .amount-label--total,
.amount-tax-wrapper.amount-tax--inclusive .tax-suffix-inclusive {
  display: inline;
}

.tax-suffix-exclusive.tax-suffix-exclusive.tax-suffix-exclusive.tax-suffix-exclusive.tax-suffix-exclusive,
.tax-suffix-inclusive.tax-suffix-inclusive.tax-suffix-inclusive.tax-suffix-inclusive.tax-suffix-inclusive,
.amount-label--amount.amount-label--amount.amount-label--amount.amount-label--amount.amount-label--amount,
.amount-label--total.amount-label--total.amount-label--total.amount-label--total.amount-label--total {
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
  padding: 0;
}

[selected-tax] .tax-container input {
  pointer-events: none;
}

.sidesection-view-category [selected-tax] .input-container.line .tax-container:hover {
  border-bottom: 2px solid #e0e6ef;
}

.sidesection-wrapper .sidesection-content [selected-tax] .tax-container:hover > .dollar-span {
  color: #b0bbd7 !important;
}

table.default thead, table.default tbody, table.default tr {
  display: contents;
}
table.default th, table.default td {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-bottom: 8px;
  line-height: 14px;
}
table.default th:nth-child(1), table.default td:nth-child(1) {
  padding-left: 32px;
}
table.default th:last-child, table.default td:last-child {
  padding-right: 32px;
}
table.default th {
  padding: 17px;
  position: sticky;
  top: 0;
  text-align: left;
  font-size: 12px;
  margin-bottom: 14px;
  height: 46px;
  border-radius: 0;
}
table.default th:first-child {
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
table.default th:last-child {
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
table.default td {
  vertical-align: middle;
  padding: 16px;
  height: 44px;
  line-height: 14px;
}
table.default.table-no-height-restrictions.table-no-height-restrictions.table-no-height-restrictions.table-no-height-restrictions td {
  height: auto;
  align-items: center;
}

.prizm-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 8px;
  position: relative;
  z-index: 2;
  color: #19408a;
}
.prizm-table .prizm-table-row--empty {
  background-color: #f5f7fa;
}
.prizm-table .prizm-table-row--empty td {
  text-align: center;
  color: #19408a;
  font-weight: 600;
  padding: 120px 0;
}
.prizm-table th {
  text-align: left;
  padding-top: 11px;
  padding-bottom: 11px;
  border-bottom: 8px solid white;
  border-radius: 0;
}
.prizm-table th:nth-child(1) {
  padding-left: 10px;
}
.prizm-table th:last-child {
  padding-right: 10px;
}
.prizm-table td {
  padding-top: 11px;
  padding-bottom: 11px;
  position: relative;
  text-align: left;
}
.prizm-table td button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table td button.delete-input {
  margin-left: 0;
}
.prizm-table td button.modify-input + .delete-input {
  margin-left: 25px;
}
.prizm-table td:nth-child(1) {
  padding-left: 10px;
}
.prizm-table td:last-child {
  padding-right: 10px;
}
.prizm-table .checkboxContainer {
  margin-bottom: 0;
  height: 10px;
  min-width: 15px;
}
.prizm-table .checkboxContainer .checkmark {
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table .checkboxContainer .checkmark::after {
  margin-top: -8px;
}
.prizm-table .custom-select {
  height: 12px;
  border: 0;
}
.prizm-table .custom-select .select-selected {
  position: absolute;
  border: 1px solid #e0e6ef;
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table .custom-select .select-items {
  margin-top: 10px;
}
.prizm-table .prizm-table-input-wrapper {
  position: relative;
  height: 12px;
  width: 160px;
}
.prizm-table .prizm-table-input-wrapper input {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table .prizm-table-switch-type-wrapper {
  position: relative;
  height: 12px;
  width: 160px;
}
.prizm-table .prizm-table-switch-type-wrapper .switch-type {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table .inputAmountContainer {
  height: 12px;
}
.prizm-table .inputAmountContainer .inputAmountDolar {
  z-index: 1;
}
.prizm-table .inputAmountContainer input {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.prizm-table .prizm-table-l2-l3 {
  margin-left: 10px;
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid rgb(224, 230, 239);
  color: #19408a;
  font-weight: 600;
}
.prizm-table .customer-text-wrapper {
  padding-left: 40px;
  position: relative;
}
.prizm-table .customer-initials {
  position: absolute;
  top: -7px;
  left: 5px;
  min-width: 28px;
  min-height: 28px;
  width: 28px;
  height: 28px;
}
.prizm-table .customer-initials:empty {
  display: none;
}
.prizm-table [class*=prizm-payment-icon-] span:not(.prizm-table-l2-l3) {
  padding-left: 36px;
  position: relative;
}
.prizm-table [class*=prizm-payment-icon-] span:not(.prizm-table-l2-l3)::before {
  content: " ";
  position: absolute;
  left: 2px;
  top: -5px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}
.prizm-table .prizm-payment-icon-ach span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/ach.svg");
}
.prizm-table .prizm-payment-icon-cash span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/cash.svg");
  background-color: #3069d3;
}
.prizm-table .prizm-payment-icon-card span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card.svg");
}
.prizm-table .prizm-payment-icon-card-di span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-di.svg");
}
.prizm-table .prizm-payment-icon-card-dc span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-dc.svg");
}
.prizm-table .prizm-payment-icon-card-mc span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-mc.svg");
  background-color: #000000;
}
.prizm-table .prizm-payment-icon-card-vi span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-vi.svg");
  background-color: #1a1f71;
}
.prizm-table .prizm-payment-icon-card-ax span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-ax.svg");
  background-color: #016fd0;
}
.prizm-table .prizm-payment-icon-card-jc span:not(.prizm-table-l2-l3)::before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-jc.png");
  background-size: 24px 24px;
}

.prizm-table-container {
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 0;
}

.prizm-table--empty .prizm-table,
.prizm-table-container.prizm-table--empty {
  background-color: #f5f7fa;
}

.prizm-table--empty .prizm-table th {
  border-bottom: 0;
}

.prizm-table-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 42px;
  background: #f5f7fa;
  z-index: 1;
  border-radius: 0;
}

.prizm-table-container::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 8px;
  background: #f5f7fa;
  z-index: 3;
}

.tag-table::after {
  content: "";
  position: absolute;
  height: 46px;
  width: calc(100% + 48px);
  top: 0;
  left: -24px;
  background-color: #f5f7fa;
  border-radius: 8px;
  z-index: 0;
}

.settings-companyinfo.view-area .transactions-stats-table .tag-table {
  width: calc(100% - 48px);
  position: relative;
  margin: 0 24px;
}
.settings-companyinfo.view-area .transactions-stats-table .tag-table thead th {
  font-weight: 500;
  font-size: 12px;
  background: transparent;
  position: relative;
  z-index: 1;
}
.settings-companyinfo.view-area .transactions-stats-table .tag-table td {
  font-size: 14px;
  line-height: 32px;
  padding-top: 16px;
  padding-bottom: 16px;
  font-weight: 500;
  height: 64px;
  color: #19408a;
}
.settings-companyinfo.view-area .transactions-stats-table .tag-table .ajax-form {
  margin-left: auto;
}
.settings-companyinfo.view-area .transactions-stats-table .tag-table button {
  margin-left: auto;
}

.transactions-stats .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.dashboard.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.settings-merchantfields.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 40px;
  grid-template-columns: auto auto auto;
}
.settings-merchantfields.view-area .transactions-stats-table table td:last-child {
  margin-right: 0;
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}
.settings-merchantfields.view-area .transactions-stats-table table th:last-child {
  display: flex;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  padding-right: 32px;
}
.settings-merchantfields.view-area .transactions-stats-table table th:last-child div {
  margin-left: auto;
}

.settings-merchantfields.view-area .transactions-stats-table table td,
.settings-security.view-area .transactions-stats-table table td {
  border-bottom: none;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  padding-left: 17px;
}
.settings-merchantfields.view-area .transactions-stats-table table td:first-child,
.settings-security.view-area .transactions-stats-table table td:first-child {
  margin-left: 0;
  padding-left: 32px;
}
.settings-merchantfields.view-area .transactions-stats-table table td:first-child svg:first-child,
.settings-security.view-area .transactions-stats-table table td:first-child svg:first-child {
  margin-left: auto;
}
.settings-merchantfields.view-area .transactions-stats-table table th:first-child,
.settings-security.view-area .transactions-stats-table table th:first-child {
  padding-left: 32px;
}
.settings-merchantfields.view-area .transactions-stats-footer,
.settings-security.view-area .transactions-stats-footer {
  padding-left: 32px;
  margin-bottom: 0px;
}
.settings-merchantfields.view-area .content-body,
.settings-security.view-area .content-body {
  padding: 16px 16px 40px 16px;
  margin: 0 !important;
}

.settings-security.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  padding-bottom: 20px;
  grid-template-columns: auto auto auto;
}
.settings-security.view-area .transactions-stats-table table:not(:last-of-type) {
  border-bottom: 1px solid #e0e6ef;
}
.settings-security.view-area .transactions-stats-table table:not(:first-of-type) tr:first-of-type td {
  margin-top: 16px;
}

.settings-security .checkboxContainer.top6 .checkmark:after,
.settings-iprestrictions .checkboxContainer .checkmark:after {
  margin-top: -6px;
}

.settings-iprestrictions.view-area .transactions-stats-table table {
  padding-top: 16px;
  margin-top: 32px;
  border-top: 1px solid #eef2f8;
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  padding-bottom: 20px;
  grid-template-columns: auto auto auto auto;
}
.settings-iprestrictions.view-area .transactions-stats-table table:not(:last-of-type) {
  border-bottom: 1px solid #e0e6ef;
}
.settings-iprestrictions.view-area .transactions-stats-table table:not(:first-of-type) tr:first-of-type td {
  margin-top: 16px;
}
.settings-iprestrictions.view-area .transactions-stats-table table td:last-of-type button {
  width: 64px;
}
.settings-iprestrictions.view-area .transactions-stats-table table td {
  border-bottom: none;
}
.settings-iprestrictions.view-area .transactions-stats-table table td .input-main32 {
  max-width: 290px;
}

.settings-apikeys.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  padding-bottom: 20px;
  grid-template-columns: auto auto auto auto;
}
.settings-apikeys.view-area .transactions-stats-table table:not(:last-of-type) {
  border-bottom: 1px solid #e0e6ef;
}
.settings-apikeys.view-area .transactions-stats-table table:not(:first-of-type) tr:first-of-type td {
  margin-top: 16px;
}
.settings-apikeys.view-area .transactions-stats-table table td:last-of-type button {
  width: 64px;
}
.settings-apikeys.view-area .transactions-stats-table table td {
  font-weight: 500;
  border-bottom: none;
}
.settings-apikeys.view-area .transactions-stats-table table td .input-main32 {
  max-width: 290px;
}
.settings-apikeys.view-area .transactions-stats-table table td .des-title {
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 4px;
}
.settings-apikeys.view-area .transactions-stats-table table td .des-info {
  color: #8b9bc2;
  line-height: 20px;
}

.settings-companyinfo.view-area .transactions-stats-table table,
.locedit-settings.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  padding-bottom: 20px;
  font-weight: 500;
  grid-template-columns: auto auto;
}
.settings-companyinfo.view-area .transactions-stats-table table:not(:last-of-type),
.locedit-settings.view-area .transactions-stats-table table:not(:last-of-type) {
  border-bottom: 1px solid #e0e6ef;
}
.settings-companyinfo.view-area .transactions-stats-table table:not(:first-of-type) tr:first-of-type td,
.locedit-settings.view-area .transactions-stats-table table:not(:first-of-type) tr:first-of-type td {
  margin-top: 16px;
}
.settings-companyinfo.view-area .transactions-stats-table table td:last-of-type button,
.locedit-settings.view-area .transactions-stats-table table td:last-of-type button {
  width: 64px;
}
.settings-companyinfo.view-area .transactions-stats-table table td,
.locedit-settings.view-area .transactions-stats-table table td {
  font-weight: 500;
  border-bottom: none;
}
.settings-companyinfo.view-area .transactions-stats-table table td .input-main32,
.locedit-settings.view-area .transactions-stats-table table td .input-main32 {
  max-width: 290px;
}

.transactions-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.ach.view-area .transactions-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.refund-area .transactions-stats-table table,
.capture-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.void-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.settings-users.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 32px;
  grid-template-columns: auto auto auto auto auto auto auto;
}
.settings-users.view-area .transactions-stats-table table td.nickname {
  font-weight: 500;
}
.settings-users.view-area .transactions-stats-table table td.device-status.online {
  color: rgb(35, 188, 51);
}
.settings-users.view-area .transactions-stats-table table td.device-status.offline {
  color: #8b9bc2;
}

.settings-buynow.view-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  margin-bottom: 32px;
  grid-template-columns: auto auto auto auto auto auto;
}
.settings-buynow.view-area .transactions-stats-table table td.nickname {
  font-weight: 500;
}
.settings-buynow.view-area .transactions-stats-table table td.device-status.online {
  color: rgb(35, 188, 51);
}
.settings-buynow.view-area .transactions-stats-table table td.device-status.offline {
  color: #8b9bc2;
}

.cashSaleContent .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.settings-items .transactions-stats-table table,
.settings-services .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto;
}
.settings-items td:nth-child(1),
.settings-items th:nth-child(1),
.settings-services td:nth-child(1),
.settings-services th:nth-child(1) {
  padding-left: 56px;
  margin-left: 0;
}
.settings-items td:last-child,
.settings-items th:last-child,
.settings-services td:last-child,
.settings-services th:last-child {
  padding-right: 56px;
}
.settings-items .name,
.settings-services .name {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #19408a;
  font-weight: 600;
  padding-top: 9px;
}
.settings-items .item-desc,
.settings-services .item-desc {
  color: #6a7695;
  font-weight: 500;
  margin-top: 4px;
}
.settings-items .rate,
.settings-services .rate {
  color: #3069d3;
  font-weight: 600;
}

.settings-services .transactions-stats-table table {
  grid-template-columns: auto auto auto auto;
}
.settings-services .bilable {
  font-weight: 500;
  color: #8b9bc2;
}
.settings-services .bilable-approved {
  color: rgb(35, 188, 51);
}
.settings-services .name {
  padding-top: 16px;
}

.tipadjust-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}

.multiple-area .transactions-stats-table table {
  max-width: 100%;
}
.multiple-area .transactions-stats-table table td {
  overflow: visible;
}

.l2l3-area {
  height: calc(100vh - 500px);
}
.l2l3-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}
.l2l3-area .view-area-top {
  background: #f5f7fa;
}

.subscriptions-area .varea-body .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 1600px;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}
.subscriptions-area .varea-body .transactions-stats-table table th,
.subscriptions-area .varea-body .transactions-stats-table table td {
  padding: 15px;
  margin-left: 0;
}
.subscriptions-area .varea-body .transactions-stats-footer {
  padding: 0 12px;
}

.invc-table .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 1600px;
  grid-template-columns: auto auto auto auto auto;
}
.invc-table .transactions-stats-table table th,
.invc-table .transactions-stats-table table td {
  padding: 15px;
  margin-left: 0;
}
.invc-table .transactions-stats-footer {
  padding: 0 12px;
}

.allpayments-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto auto;
}

.allCustomers-area .transactions-stats-table {
  margin-bottom: 0;
}
.allCustomers-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto auto;
}
.allCustomers-area .transactions-stats-table table .customer,
.allCustomers-area .transactions-stats-table table .company {
  font-weight: 500;
}
.allCustomers-area .transactions-stats-table table .last-transaction {
  font-weight: 600;
  color: #3069d3;
}
.allCustomers-area .transactions-stats-table table .last-payment-header,
.allCustomers-area .transactions-stats-table table .dateCreated-header,
.allCustomers-area .transactions-stats-table table .last-transaction,
.allCustomers-area .transactions-stats-table table .dateCreated {
  justify-content: center;
  text-align: center;
}

.allsubscriptions-area .transactions-stats-table table {
  display: grid;
  border-collapse: collapse;
  max-width: 100%;
  grid-template-columns: auto auto auto auto auto auto;
}

th.table-record-check input {
  width: 18px;
  height: 18px;
}

th.table-record-check:nth-child(1) {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 46px;
  padding-right: 0;
}

td.table-record-check {
  padding-right: 0;
}

.transactions-stats-table,
.reporting-area__array {
  background: white;
}
.transactions-stats-table .account-type,
.reporting-area__array .account-type {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
  float: left;
}
.transactions-stats-table .transaction-time,
.reporting-area__array .transaction-time {
  margin-left: 2px;
}

.reporting-area__array {
  margin-bottom: 0 !important;
}

table.noheadborder th {
  border-radius: 0;
}

.invoicing-details.sidesection .addInvoice__array table {
  display: grid;
  border-collapse: collapse;
  border-bottom: 2px solid #eef2f8;
  max-width: 100%;
  grid-template-columns: auto auto auto auto;
  margin-bottom: 32px;
}
.invoicing-details.sidesection .addInvoice__array table td:nth-child(1) {
  padding-left: 16px;
}
.invoicing-details.sidesection .addInvoice__array table .delete-input {
  margin-left: 0;
}
.invoicing-details.sidesection .addInvoice__array table tbody {
  font-size: 14px;
  line-height: 16px;
}
.invoicing-details.sidesection .addInvoice__array table tbody td {
  font-weight: 500;
}
.invoicing-details.sidesection .addInvoice__array table .addInvoice__arrayItemDescription {
  font-size: 10px;
  color: #8b9bc2;
}
.invoicing-details.sidesection .addInvoice__array table .addInvoice__arrayRate {
  color: #3069d3;
}

table.blank-table {
  background: rgba(48, 105, 211, 0.0509803922);
}

.table-placeholder {
  font-size: 12px;
  width: 80%;
  position: absolute;
  text-align: center;
  font-weight: 600;
  cursor: initial;
}

.account-type-single {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
}

.negative {
  color: #b05061 !important;
}

.data-table {
  display: table;
  width: 100%;
  border-collapse: collapse;
}

.data-table .data-table-heading {
  background-color: #f5f7fa;
  display: table-header-group;
  font-weight: bold;
}

.data-table .data-table-heading .data-table-row {
  display: table-row;
}

.data-table .data-table-heading .data-table-row > div {
  display: table-cell;
  padding: 16px 0;
  vertical-align: middle;
  line-height: 24px;
}

.data-table .data-table-heading .data-table-row > div:nth-child(1) {
  width: 24px;
}

.data-table .data-table-heading .data-table-row > div:nth-child(2) {
  width: 20px;
}

.data-table .data-table-heading .data-table-row > div:nth-last-child(1) {
  width: 24px;
}

.data-table .data-table-heading .data-table-row > div:nth-last-child(2) {
  width: 20px;
}

.data-table .data-table-body {
  display: table-row-group;
  min-height: 300px;
}

.data-table .data-table-body .data-table-row {
  display: table-row;
  min-height: 300px;
}

.data-table .data-table-body .data-table-row:hover > div {
  background-color: #f5f7fa;
}

.data-table .data-table-body .data-table-row:hover > div:nth-child(1) {
  background-color: #ffffff;
}

.data-table .data-table-body .data-table-row:hover > div:nth-child(2) {
  border-radius: 13px 0 0 13px;
  -moz-border-radius: 13px 0 0 13px;
}

.data-table .data-table-body .data-table-row:hover > div:nth-last-child(1) {
  background-color: #ffffff;
}

.data-table .data-table-body .data-table-row:hover > div:nth-last-child(2) {
  border-radius: 0 13px 13px 0;
  -moz-border-radius: 0 13px 13px 0;
}

.data-table .data-table-body .data-table-row > div {
  display: table-cell;
  padding: 6px 0;
  vertical-align: middle;
  font-weight: 400;
  line-height: 24px;
  border-radius: 0;
}

.data-table .data-table-body .data-table-row > div.transaction-date {
  font-weight: 500;
}

.data-table .data-table-body .data-table-row > div.transaction-date .transaction-time {
  color: #8b9bc2;
}

.data-table .data-table-body .data-table-row > div.amount {
  font-weight: 600;
  color: #3069d3;
}

.data-table .data-table-body .data-table-row > div.status {
  font-weight: 500;
}

.data-table .data-table-body .data-table-row > div.status-approved {
  color: #23bc33;
}

.data-table .data-table-body .data-table-row > div.status-declined {
  color: #b05061;
}

.data-table .data-table-body .data-table-row > div.status-error {
  color: #ff0000;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network {
  width: 24px;
  height: 24px;
  min-width: 24px;
  min-height: 24px;
  margin-right: 12px;
  float: left;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-ax {
  background-color: #016fd0;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-ax > img {
  padding-top: 9px;
  padding-left: 3px;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-mc {
  background-color: #000000;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-mc > img {
  padding-top: 7px;
  padding-left: 4px;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-vi {
  background-color: #1a1f71;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-creditcard-vi > img {
  padding-top: 9px;
  padding-left: 2px;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-ach {
  background-color: #3069d3;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-ach > img {
  padding-top: 7px;
  padding-left: 6px;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-cash {
  background-color: #3069d3;
}

.data-table .data-table-body .data-table-row > div.account-data .payment-network-cash > img {
  padding-top: 7px;
  padding-left: 6px;
}

.data-table .data-table-body .data-table-row > div:nth-child(1) {
  width: 24px;
}

.data-table .data-table-body .data-table-row > div:nth-child(2) {
  width: 20px;
}

.data-table .data-table-body .data-table-row > div:nth-last-child(1) {
  width: 24px;
}

.data-table .data-table-body .data-table-row > div:nth-last-child(2) {
  width: 20px;
}

.data-table .data-table-spacer {
  padding: 10px;
}

.data-table .data-table-body.loading {
  position: relative;
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 999;
}

.data-table .data-table-body.loading:before {
  z-index: 1000;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40px;
  width: 40px;
  margin: 0px auto;
  animation: rotation 1.3s infinite linear;
  border-left: 4px solid rgba(41, 82, 158, 0.15);
  border-right: 4px solid rgba(41, 82, 158, 0.15);
  border-bottom: 4px solid rgba(41, 82, 158, 0.15);
  border-top: 4px solid #29529e;
  border-radius: 100%;
  content: "";
}

.data-table.loading .data-table-body > * {
  opacity: 0;
  border: 0 !important;
}

.data-table-no-results {
  background: #fff;
  font-weight: bold;
  font-size: 12px;
  height: 100vh;
  text-align: center;
  color: #6a7695;
  display: none;
}

.data-table-no-results.active {
  display: block;
}

.center {
  text-align: center;
}

.prizm__copy {
  cursor: pointer;
}

.prizm__copy .fa-clipboard {
  padding-left: 10px;
  position: relative;
}

.prizm__copy.prizm__copy--copied .fa-clipboard:after {
  content: "Copied!";
  position: absolute;
  top: -29px;
  left: -16px;
  padding: 6px;
  border-radius: 3px;
  color: white;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Inter, sans-serif;
  animation: fadeOut 2s forwards;
  -webkit-animation: fadeOut 2s forwards;
  -moz-animation: fadeOut 2s forwards;
  -o-animation: fadeOut 2s forwards;
  -ms-animation: fadeOut 2s forwards;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.tabs-list li {
  font-size: 0;
}
.tabs-list li div {
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.tabs-list li div:hover {
  font-weight: bold;
}
.tabs-list li div::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.tabs-list .tabs-list-item {
  line-height: 14px;
}

.input-main32 {
  height: 32px;
  padding: 9px 12px;
  line-height: 14px;
}

.input-main40 {
  height: 40px;
  padding: 13px 16px;
  line-height: 14px;
}

.input-title {
  margin-bottom: 8px;
  font-size: 12px;
}
.input-title.margin-sec {
  margin-bottom: 16px;
}

.input-main48 {
  height: 48px;
  padding: 14px 16px;
  line-height: 20px;
}

.input-container {
  margin-bottom: 24px;
}
.input-container:last-child {
  margin-bottom: 0px;
}

.settings.view-area .input-container:last-child {
  margin-bottom: 24px;
}

.search-properties .input-main40 {
  width: 200px;
}
.search-properties .input-main40 .zoom-glass {
  margin-right: 12px;
}

.tipamount .input-main32 {
  width: 120px;
}
.tipamount .input-main32::-moz-placeholder {
  color: #b0bbd7;
}
.tipamount .input-main32::placeholder {
  color: #b0bbd7;
}

.multiple-area .input-type.amount, .multiple-area .input-type.invoice-no {
  width: 136px;
}

.cumul .input-main40 {
  margin-bottom: 12px;
}

.sidesection-view-category .flexbox .input-container.line span,
.hospayments-sections .flexbox .input-container.line span {
  padding-top: 16px;
}
.sidesection-view-category .flexbox .input-container.line .input-line,
.hospayments-sections .flexbox .input-container.line .input-line {
  padding-left: 0;
}
.sidesection-view-category .button-main48,
.hospayments-sections .button-main48 {
  padding: 16px 24px;
}

textarea {
  width: 100%;
  overflow-y: hidden;
  resize: none;
}
textarea.txt-sidesection {
  height: 108px;
}

.input-main32.custom-select {
  padding-left: 0;
}

/*the container must be positioned relative:*/
.custom-select {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  border: 1px solid #e0e6ef;
  font-size: 12px;
  color: #6a7695;
  font-weight: 500;
  /*style the arrow inside the select element:*/
  /*point the arrow upwards when the select box is open (active):*/
  /*style the items (options), including the selected item:*/
  /*style items (options):*/
  /*hide the items when the select box is closed:*/
}
.custom-select:hover {
  border-color: #8b9bc2;
}
.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}
.custom-select .select-selected {
  background-color: #ffffff;
  width: 100%;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.custom-select .select-selected:after {
  position: absolute;
  content: "";
  top: 38%;
  right: 14px;
  padding: 3px 6px;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/functional/selectArrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
.custom-select.down .select-selected:after {
  top: 43%;
}
.custom-select .select-selected.select-arrow-active:after {
  transform: rotate(180deg);
}
.custom-select .select-items div,
.custom-select .select-selected {
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.custom-select .select-items div {
  margin: 4px;
}
.custom-select .select-selected {
  color: #19408a;
}
.custom-select .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.custom-select .select-hide {
  display: none;
}
.custom-select .select-items div:hover,
.custom-select .same-as-selected {
  background-color: rgba(48, 105, 211, 0.1);
  color: #19408a;
}
.custom-select.card-type .select-selected {
  color: #19408a;
}
.custom-select.card-type .select-items {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
}
.custom-select.card-type .select-hide {
  display: none;
}
.custom-select.card-type .select-items div:hover,
.custom-select.card-type .same-as-selected {
  background-color: rgba(48, 105, 211, 0.1);
  color: #19408a;
}
.custom-select.card-type.card-type .select-selected,
.custom-select.card-type.card-type .select-items div {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 6px;
}
.custom-select.card-type.card-type .select-selected:before,
.custom-select.card-type.card-type .select-items div:before {
  content: " ";
  width: 24px;
  height: 24px;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card.svg");
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 8px;
  position: relative;
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-ach]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/ach.svg");
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-cash]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/cash.svg");
  background-color: #3069d3;
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-di]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-di.svg");
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-dc]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-dc.svg");
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-mc]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-mc.svg");
  background-color: #000000;
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-vi]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-vi.svg");
  background-color: #1a1f71;
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-ax]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-ax.svg");
  background-color: #016fd0;
}
.custom-select.card-type.card-type [data-option-property][data-option-property=payment-type-jc]:before {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-jc.png");
  background-size: 24px 24px;
}

.button-secondary48 + .select-selected:after {
  top: 40%;
}
.button-secondary48 + .select-selected.select-arrow-active:after {
  top: 45%;
}

.phone-type .button-secondary48 + .select-selected:after {
  top: 43%;
}

.select-selected.customer-name + .select-selected:after {
  top: 43%;
}

.search-properties .custom-select .select-selected:after,
.reporting-area__optionsBox .custom-select .select-selected:after {
  top: 42%;
}
.search-properties .select-noarrow .select-selected,
.reporting-area__optionsBox .select-noarrow .select-selected {
  text-align: center;
  padding: 8px;
}
.search-properties .select-noarrow .select-selected:after,
.reporting-area__optionsBox .select-noarrow .select-selected:after {
  display: none;
}

.reporting-area__optionsBox .select-noarrow .select-selected {
  text-align: center;
  padding: 8px 16px;
}
.reporting-area__optionsBox .select-noarrow .select-selected:after {
  display: none;
}

.switch-card-view {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-top: 1px solid #e0e6ef;
  height: 56px;
}
.switch-card-view .switch-card-item {
  flex: 1 1 0px;
  font-size: 14px;
  font-weight: 500;
  color: #6a7695;
  height: 56px;
  cursor: pointer;
  border-bottom: 2px solid #fff;
  border-radius: 0px;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.switch-card-view .switch-card-item:hover, .switch-card-view .switch-card-item.active {
  color: #3069d3;
  border-bottom: 2px solid #3069d3;
}
.switch-card-view .switch-card-item .account-type {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}
.switch-card-view .switch-card-item .account-type.visa {
  background: #1a1f71;
}
.switch-card-view .switch-card-item .account-type.mastercard {
  background: #000;
}

.time-pick .input-container {
  margin-right: 0;
}
.time-pick .input-container .flexbox {
  border: 1px solid transparent;
}
.time-pick .input-container .input-type {
  text-align: center;
}
.time-pick .input-container .input-type::-webkit-inner-spin-button, .time-pick .input-container .input-type::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.input-title.secondary {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 0;
}

.input-btn {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.input-btn .input-type {
  border-radius: 3px 0 0 3px;
}
.input-btn .input-type:hover {
  border-right: 1px solid #3069d3;
}
.input-btn > *:nth-child(2) {
  max-width: 130px;
  border-radius: 0 3px 3px 0;
  border-left: 1px solid transparent;
}
.input-btn > *:nth-child(2):hover {
  border-left: 1px solid #3069d3;
}

.bordered-list li {
  border-bottom: 8px;
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  padding: 22px 32px 22px 24px;
  margin-bottom: 8px;
}
.bordered-list li .icon-squared {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 36px;
  height: 36px;
  background-color: #f5f7fa;
  margin-right: 16px;
}
.bordered-list li * {
  flex-grow: 0 !important;
}
.bordered-list li,
.bordered-list .left-container {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.bordered-list.big li {
  height: 80px;
}

.prizm-radio-button-wrapper {
  display: flex;
  flex-direction: column;
}
.prizm-radio-button-wrapper .container-radio {
  display: inline-block;
  height: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  margin-top: 3px;
}
.prizm-radio-button-wrapper .prizm-radio-button-wrapper {
  line-height: 24px;
  display: inline-block;
  vertical-align: middle;
}

/* The container */
.container-radio {
  display: inline-block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 18px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.container-radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.checkmark-radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  border: 1.5px solid #d8dce7;
}

/* On mouse-over, add a grey background color */
.container-radio:hover input ~ .checkmark-radio {
  border: 1.5px solid #8b9bc2;
}

/* When the radio button is checked, add a blue background */
.container-radio input:checked ~ .checkmark-radio {
  background-color: #3069d3;
  border: 1.5px solid #3069d3;
  box-shadow: 0px 2px 4px rgba(48, 105, 211, 0.15);
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark-radio:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.container-radio input:checked ~ .checkmark-radio:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.container-radio .checkmark-radio:after {
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

.container-radio .checkmark-radio.left4:after {
  left: 4px;
}

.container-radio .checkmark-radio.left3:after {
  left: 3px;
}

.container-radio .checkmark-radio.left-top4:after {
  left: 4px;
  top: 4px;
}

.inputs-container.equal .input-container > * {
  flex: 1 1 0px;
}
.inputs-container.equal .input-title.secondary {
  font-weight: 600;
  color: #19408a;
}

.inputs-container .input-btn.bordered {
  border: 1px solid #e0e6ef;
}
.inputs-container .input-btn.bordered input {
  border: none;
  flex: 1 1 0px;
}
.inputs-container .input-btn.bordered button {
  margin-right: 8px;
  padding: 8px;
  width: 130px;
  text-align: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  border-radius: 3px;
}
.inputs-container .input-btn.bordered button:hover {
  border: none;
}

.input-container.checkboxes {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.input-container.checkboxes .label-text {
  margin-left: 32px;
  margin-top: 2px;
  font-size: 14px;
}

.label-text-abs {
  margin-left: 32px;
  margin-top: 2px;
}

.inputs-title {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  font-weight: 600;
  margin-bottom: 24px;
  margin-top: 36px;
}

.inputs-title16 {
  font-size: 16px;
  margin-bottom: 24px;
}

.inputs-title20 {
  font-size: 20px;
  margin-bottom: 24px;
}

.checkboxes-list .checkboxContainer {
  margin-bottom: 16px;
}

.settings-lookandfeel.view-area .inputs-container .input-container > div {
  flex: 1 1 0px;
}

.upload-img {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #f5f7fa;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 3px;
  border: 1px dashed #e0e6ef;
  height: 200px;
}

input:required:invalid {
  border-color: #e0e6ef;
}

input:required:valid + .input-error {
  visibility: hidden;
}

.date-container input {
  box-shadow: none;
}

.date-container:valid + .input-error {
  visibility: hidden;
}

.input-error {
  color: #f83b68;
  font-size: 12px;
  margin-bottom: 6px;
}

form.submit-focused input:required:invalid {
  border-color: #f83b68;
}

.flex-equal {
  flex: 1 1 0px;
}

.inputs-container.row-erase.flexbox {
  flex-direction: row;
}
.inputs-container.row-erase.flexbox .delete-input {
  flex-grow: 0;
}

.ckeditor-container .cke_chrome {
  border: none;
}
.ckeditor-container .cke_button {
  border: 1px solid #e0e6ef;
  height: 32px;
  box-sizing: border-box;
  padding: 3px 5px;
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.ckeditor-container .cke_toolgroup a.cke_button:last-child:after,
.ckeditor-container .cke_toolbar_separator {
  display: none;
}
.ckeditor-container .cke_button_icon {
  display: block;
  border-radius: 0;
}
.ckeditor-container .cke_button__bold_icon {
  background: url("../../img/ckeditor/Bold.png") !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 27px;
}
.ckeditor-container .cke_button__bold {
  width: 59px;
}
.ckeditor-container .cke_button__italic_icon {
  background: url("../../img/ckeditor/Italic.png") !important;
  width: 28px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__italic {
  width: 59px;
}
.ckeditor-container .cke_button__underline_icon {
  background: url("../../img/ckeditor/Underline.png") !important;
  width: 58px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__underline {
  width: 90px;
}
.ckeditor-container .cke_button_icon.cke_button__numberedlist_icon {
  background: url("../../img/ckeditor/bullet-list-number.png") !important;
  width: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__numberedlist,
.ckeditor-container .cke_button__bulletedlist,
.ckeditor-container .cke_button__justifyleft,
.ckeditor-container .cke_button__justifycenter,
.ckeditor-container .cke_button__justifyright {
  width: 32px;
  margin-right: 8px;
}
.ckeditor-container .cke_button_icon.cke_button__bulletedlist_icon {
  background: url("../../img/ckeditor/bullet-list.png") !important;
  width: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__justifyleft_icon {
  background: url("../../img/ckeditor/align-left.png") !important;
  width: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__justifycenter_icon {
  background: url("../../img/ckeditor/align-center.png") !important;
  width: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container .cke_button__justifyright_icon {
  background: url("../../img/ckeditor/align-right.png") !important;
  width: 16px;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
.ckeditor-container #cke_1_top {
  background: none;
  border-bottom: none;
  padding-left: 0;
}
.ckeditor-container #cke_1_bottom {
  display: none;
}
.ckeditor-container #cke_1_contents {
  border: 1px solid #e0e6ef;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
}

.result-control {
  position: absolute;
  width: 100%;
  max-width: 280px;
  cursor: pointer;
  overflow-y: auto;
  max-height: 400px;
  box-sizing: border-box;
  z-index: 6;
  background: #ffffff;
}

.link-class:hover {
  background-color: #f1f1f1;
}

.result-control.list-group {
  border: 1px solid #eef2f8;
  box-shadow: 0px 8px 24px rgba(35, 60, 103, 0.1), 0px 16px 15px rgba(35, 60, 103, 0.1);
}

.result-control.list-group#result2,
#result3,
#result4 {
  border: none;
}

.list-group-item.link-class {
  padding: 5px;
  font-size: 14px;
}

.search-control.form-control {
  padding-left: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.checkbox-with-input {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-size: 14px;
}
.checkbox-with-input .input-main32 {
  width: 64px;
  margin-right: 12px;
}

.pro-tips.contained {
  margin-bottom: 12px;
}
.pro-tips.contained .toggle-label {
  font-size: 14px;
  margin-bottom: 6px;
}

.reportrange .fa-calendar {
  margin-right: 8px;
}

#search-filter-inputs {
  display: flex;
}

.prizm-pill-list__pills {
  display: flex;
}

.prizm-search-dropdown {
  position: relative;
}
.prizm-search-dropdown .prizm-search-dropdown__menu {
  display: none;
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  max-height: 300px;
  overflow-y: auto;
}
.prizm-search-dropdown .prizm-search-dropdown__menu .prizm-search-dropdown__menu-item {
  margin: 4px;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  color: #6a7695;
}
.prizm-search-dropdown .prizm-search-dropdown__menu .prizm-search-dropdown__menu-item:hover {
  background-color: rgba(48, 105, 211, 0.1);
  color: #19408a;
}

.prizm-search-dropdown.prizm-search-dropdown--menu-active .prizm-search-dropdown__menu {
  display: block;
}

.prizm-input {
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border: 1px solid #e0e6ef;
}

.prizm-input--large {
  height: 48px;
  padding: 14px 16px;
  line-height: 20px;
}

.prizm-input__icon-wrapper .prizm-input__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  pointer-events: none;
}
.prizm-input__icon-wrapper .prizm-input--large {
  padding-left: 44px;
}

.prizm-export-wrapper {
  display: inline-block;
  margin-left: auto;
  position: relative;
}

.prizm-export-menu {
  position: absolute;
  background-color: #ffffff;
  top: 100%;
  right: 0;
  z-index: 5;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  max-height: 300px;
  min-width: 170px;
  text-align: right;
  overflow-y: auto;
}
.prizm-export-menu .prizm-export-menu__item {
  margin: 4px;
  padding: 8px 8px 8px 12px;
  cursor: pointer;
  color: #6a7695;
}
.prizm-export-menu .prizm-export-menu__item:hover {
  background-color: rgba(48, 105, 211, 0.1);
  color: #19408a;
}

.prizm-input__symbol-wrapper {
  position: relative;
  padding-left: 12px;
}
.prizm-input__symbol-wrapper .prizm-input__symbol {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.prizm-input__tax-wrapper {
  position: relative;
  padding-left: 10px;
}
.prizm-input__tax-wrapper .prizm-input__tax-symbol {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.prizm-item-grid {
  /*.prizm-item-grid__description {
    color: #8b9bc2;
  }*/
}
.prizm-item-grid .prizm-item-grid__header {
  display: flex;
  border-bottom: 1px solid #eef2f8;
  padding: 10px;
  margin-bottom: 10px;
}
.prizm-item-grid .prizm-item-grid__item {
  display: flex;
  align-items: center;
  border-radius: 8px;
  padding: 10px;
  margin-bottom: 5px;
}
.prizm-item-grid .prizm-item-grid__item:hover {
  background-color: #f5f7fa;
}
.prizm-item-grid .prizm-item-grid__col {
  width: 120px;
}
.prizm-item-grid .prizm-item-grid__col input {
  width: 80%;
  font-weight: 600;
}
.prizm-item-grid .prizm-item-grid__col--small {
  width: 70px;
}
.prizm-item-grid .prizm-item-grid__col--med {
  width: 90px;
}
.prizm-item-grid .prizm-item-grid__col:first-child {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.prizm-item-grid .prizm-item-grid__col:first-child input,
.prizm-item-grid .prizm-item-grid__col:first-child textarea {
  width: calc(100% - 20px);
  max-width: 500px;
}
.prizm-item-grid .prizm-item-grid__col:last-child {
  text-align: right;
}
.prizm-item-grid .prizm-item-grid__delete {
  margin-right: 15px;
  cursor: pointer;
}
.prizm-item-grid .prizm-item-grid__details {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.prizm-item-grid .prizm-input {
  border: 0;
  box-shadow: none;
}
.prizm-item-grid .prizm-item-grid__title {
  margin-bottom: 5px;
  color: #3069d3;
}
.prizm-item-grid .prizm-item-grid__description {
  color: #19408a;
  font-weight: 600;
  font-size: 11px;
}
.prizm-item-grid .prizm-input__symbol,
.prizm-item-grid .prizm-item-grid__rate {
  color: #3069d3;
  font-weight: 600;
}
.prizm-item-grid .prizm-input__symbol-wrapper.tax-container {
  margin-top: 5px;
}
.prizm-item-grid .prizm-input__symbol-wrapper .tax-icon {
  position: absolute;
  right: 20%;
  top: 50%;
  transform: translateY(-50%);
  display: none;
}
.prizm-item-grid .prizm-item-grid__item:hover .prizm-input__symbol-wrapper .tax-icon {
  display: block;
}
.prizm-item-grid .prizm-item-grid__total {
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prizm-item-grid .prizm-item-grid__add-container {
  display: flex;
  align-items: center;
  margin: 20px 0;
  width: 200px;
  cursor: pointer;
}
.prizm-item-grid .prizm-item-grid__add-container .prizm-item-grid__add-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
  background: rgba(48, 105, 211, 0.1);
  border-radius: 50%;
  margin-right: 12px;
}
.prizm-item-grid .prizm-item-grid__add-container .prizm-item-grid__add-text {
  font-size: 16px;
}

.sp-original-input-container {
  width: 100%;
}

.merchant-field-option__remove {
  cursor: pointer;
}

.map-small .map-window {
  width: 184px;
  height: 184px;
}
.map-small #map-window {
  flex-grow: 0;
}
.map-small .map-info {
  padding: 20px;
  width: 60%;
}
.map-small .map-info-header {
  margin-bottom: 12px;
}
.map-small .map-info-main {
  margin-bottom: 28px;
  max-width: 240px;
}

.sidesection .map-small {
  margin-top: 40px;
}

.search-column {
  flex: 1 1 0px;
}
.search-column ul {
  padding: 16px 12px;
}
.search-column ul li {
  padding: 8px 12px;
}
.search-column ul li .customer-initials {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}
.search-column ul li .customer-org {
  margin-top: 2px;
}
.search-column.big {
  max-width: 259px;
}
.search-column.big .input-type {
  height: 56px;
  width: 100%;
}

.search-column.fixed {
  position: relative;
}
.search-column.fixed .nav.nav-side {
  position: fixed;
  width: 259px;
}

.search-column.scrollable,
.search-column.scrollable-big {
  max-height: 526px;
}
.search-column.scrollable ul.customersdetails-list,
.search-column.scrollable-big ul.customersdetails-list {
  max-height: 470px;
  overflow-y: auto;
}

.search-column.scrollable-big ul.customersdetails-list {
  max-height: 470px;
  overflow-y: auto;
}

.flex-search-column {
  display: flex;
  flex-direction: column;
}
.flex-search-column .flex-search-column-results {
  flex-grow: 1;
}
.flex-search-column .flex-search-column-results.loading {
  position: relative;
  overflow: hidden;
}
.flex-search-column .flex-search-column-results.loading::before {
  content: " ";
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  opacity: 0.7;
}
.flex-search-column .flex-search-column-results.loading::after {
  content: " ";
  z-index: 1000;
  position: absolute;
  left: calc(50% - 40px);
  top: calc(50% - 40px);
  height: 70px;
  width: 70px;
  margin: 0px auto;
  animation: rotation 1.4s infinite linear;
  border-left: 5px solid rgba(41, 82, 158, 0.15);
  border-right: 5px solid rgba(41, 82, 158, 0.15);
  border-bottom: 5px solid rgba(41, 82, 158, 0.15);
  border-top: 5px solid #29529e;
  border-radius: 100%;
}

/* .ui-datepicker {
  width: 300px;
  height: 300px;
  margin: 5px auto 0;
  font: 12pt Arial, sans-serif;
}

.ui-datepicker table {
  width: 100%;
}

.ui-datepicker-header {
  background: #3399ff;
  color: #ffffff;
  font-family: "Times New Roman";
  border-width: 1px 0 0 0;
  border-style: solid;
  border-color: #111;
}

.ui-datepicker-title {
  text-align: center;
  font-size: 15px;
}

.ui-datepicker-prev {
  float: left;
  cursor: pointer;
  background-position: center -30px;
}

.ui-datepicker-next {
  float: right;
  cursor: pointer;
  background-position: center 0px;
}

.ui-datepicker thead {
  background-color: #f7f7f7;
}

.ui-datepicker th {
  background-color: #808080;
  text-transform: uppercase;
  font-size: 8pt;
  color: #666666;
}

.ui-datepicker tbody td:last-child {
  border-right: 0px;
}

.ui-datepicker tbody tr {
  border-bottom: 1px solid #bbb;
}

.ui-datepicker tbody tr:last-child {
  border-bottom: 0px;
}

.ui-datepicker a {
  text-decoration: none;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-default {
  background: linear-gradient(#999999, #737373);
  color: #ffffff;
  height: 40px;
  width: 40px;
}

.ui-datepicker-calendar .ui-state-hover {
  background: #33adff;
  color: #ffffff;
}

.ui-datepicker-calendar .ui-state-active {
  background: #33adff;
  -webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: #e0e0e0;
  text-shadow: 0px 1px 0px #4d7a85;
  border: 1px solid #55838f;
  position: relative;
  margin: -1px;
}

.ui-datepicker-unselectable .ui-state-default {
  background: #d6e4be;
  color: #000;
} */
#ui-datepicker-div .ui-widget-header,
#ui-datepicker-div .ui-datepicker-week-end {
  background-color: #fff;
  border: none;
}
#ui-datepicker-div .ui-widget-header {
  border-bottom: 1px solid #eef2f8;
  color: #19408a;
  font-weight: 600;
  height: 48px;
  padding: 14px 18px 10px;
}
#ui-datepicker-div .ui-widget-header .ui-datepicker-prev,
#ui-datepicker-div .ui-widget-header .ui-datepicker-next {
  top: 50%;
  transform: translateY(-50%);
}
#ui-datepicker-div .ui-widget-header .ui-corner-all {
  top: 27%;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all .ui-datepicker-title {
  line-height: 28px;
  margin: 0;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all.ui-datepicker-next {
  right: 15px;
  transform: rotate(-45deg);
}
#ui-datepicker-div .ui-widget-header .ui-corner-all.ui-datepicker-next .ui-icon {
  margin-left: -7px;
  margin-top: -6px;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all.ui-datepicker-prev {
  left: 15px;
  transform: rotate(135deg);
}
#ui-datepicker-div .ui-widget-header .ui-corner-all.ui-datepicker-prev .ui-icon {
  margin-left: -6px;
  margin-top: -7px;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all .ui-icon {
  border-color: transparent transparent #000 transparent;
  border: solid #b0bbd7;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 2px;
  background-image: none;
  width: 10px;
  height: 10px;
}
#ui-datepicker-div .ui-widget-header .ui-corner-all.ui-state-hover {
  cursor: pointer;
  border: none;
  border-radius: 50%;
  background-color: #f5f7fa;
  border-color: #8b9bc2;
  color: #8b9bc2;
}
#ui-datepicker-div.ui-widget {
  font-family: Inter, Arial, sans-serif;
  width: 232px;
  padding-bottom: 5px;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  border-radius: 5px;
  border: none;
}
#ui-datepicker-div.ui-widget tbody tr {
  display: table-row;
  height: 26px;
}
#ui-datepicker-div.ui-widget tbody tr:hover td {
  background-color: #fff;
}
#ui-datepicker-div.ui-widget tbody tr td {
  padding: 0;
  display: table-cell;
  margin: 0;
  color: #19408a;
  font-size: 12px;
  line-height: 16px;
  height: 20px;
}
#ui-datepicker-div.ui-widget tbody tr td .ui-state-default {
  background: none;
  border: none;
}
#ui-datepicker-div.ui-widget tbody tr td:nth-child(1) {
  padding-left: 20px;
}
#ui-datepicker-div.ui-widget tbody tr td:last-child {
  padding-right: 20px;
}
#ui-datepicker-div.ui-widget tbody tr td a {
  text-align: center;
  border-radius: 50%;
  font-weight: 400;
  color: #19408a;
  width: 24px;
  height: 24px;
  padding-top: 4px;
  margin: 0;
}
#ui-datepicker-div.ui-widget tbody tr td a.ui-state-active {
  background: #3069d3;
  color: #ffffff;
  padding-top: 4px;
}
#ui-datepicker-div.ui-widget tbody tr td a:hover {
  background-color: rgba(48, 105, 211, 0.1);
}
#ui-datepicker-div.ui-widget tbody tr .ui-priority-secondary {
  color: #b0bbd7;
}
#ui-datepicker-div.ui-widget th {
  color: #b0bbd7;
  font-weight: 400;
  background: #ffffff !important;
  padding: 16px 0px;
  height: 32px;
}
#ui-datepicker-div.ui-widget th:nth-child(1) {
  padding-left: 20px;
}
#ui-datepicker-div.ui-widget th:last-child {
  padding-right: 20px;
}
#ui-datepicker-div .ui-datepicker-calendar {
  padding: 16px 24px;
}

.ui-datepicker-trigger {
  margin-right: 10px;
}

.invoice-preview {
  border: 1px solid #e0e6ef;
}
.invoice-preview .invoice-header {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 28px 40px;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-bottom: 1px solid #e0e6ef;
  background: #f5f7fa;
}
.invoice-preview .invoice-header .invoice-date {
  margin-left: auto;
  font-size: 12px;
  line-height: 20px;
  color: #8b9bc2;
}
.invoice-preview .invoice-body {
  padding: 40px;
}
.invoice-preview .invoice-body .invoice-info {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 48px;
}
.invoice-preview .invoice-body .invoice-intro .introheader {
  font-size: 20px;
  margin-bottom: 16px;
  font-weight: 600;
}
.invoice-preview .invoice-body .invoice-intro .invoice-details {
  font-size: 14px;
  margin-bottom: 48px;
}
.invoice-preview .invoice-body .parameters-container {
  margin-bottom: 40px;
}
.invoice-preview .invoice-body .button-main40 {
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin-bottom: 40px;
}

.small-info {
  font-size: 12px;
  line-height: 20px;
  color: #8b9bc2;
  font-weight: 400;
  margin-left: 8px;
}

.label-container {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.p1-diff {
  color: #8b9bc2;
  font-size: 12px;
}

.multistep.sidesection .sidesection-secondary {
  max-width: 1040px;
}
.multistep.sidesection .sidesection-secondary .sidesection-main .sidesection-content-wrapper .content2 .section-header {
  font-weight: 600;
  font-size: 20px;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  padding: 14px 32px 12px;
  box-shadow: none;
}
.multistep.sidesection .switch-card-item {
  font-size: 12px;
  border-bottom: 1px solid #e0e6ef;
}
.multistep.sidesection .switch-card-item.active {
  border-bottom: 1px solid #3069d3;
}
.multistep.sidesection .sidesection-main,
.multistep.sidesection .sidesection-content-wrapper {
  padding: 0;
}
.multistep.sidesection .sidesection-main .sidesection-header,
.multistep.sidesection .sidesection-content-wrapper .sidesection-header {
  background-color: transparent;
}
.multistep.sidesection .sidesection-main .sidesection-header,
.multistep.sidesection .sidesection-content-wrapper .sidesection-header {
  padding-top: 5px;
}
.multistep.sidesection .sidesection-main .sidesection-content,
.multistep.sidesection .sidesection-content-wrapper .sidesection-content {
  border-radius: 0;
}
.multistep.sidesection .sidesection-switchable {
  padding: 40px 64px 64px;
}
.multistep.sidesection .sidesection-switchable .switchable-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 32px;
}
.multistep.sidesection .sidesection-switchable .form-buttons .button-secondary48 {
  font-size: 12px;
  max-width: 135px;
}
.multistep.sidesection .sidesection-switchable .form-buttons .button-main48 {
  font-size: 12px;
  max-width: 170px;
}
.multistep.sidesection .sidesection-content.content1 {
  min-width: 500px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option2 .switchable-header {
  display: flex;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option2 .switchable-header .pro-tips {
  margin-left: auto;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option2 .switchable-header .pro-tips .toggle-label {
  font-size: 12px;
  margin-right: 16px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option2 .switchable-header .pro-tips .toggle-switch {
  padding-top: 10px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .switchable-header {
  display: flex;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .switchable-header .switch-type {
  margin-left: auto;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .credit-card {
  left: 30px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .credit-card .card-number {
  top: 85px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .credit-card .card-info {
  bottom: 82px;
  width: 235px;
  font-size: 14px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .credit-card .cvv.tochange {
  left: 170px;
  top: 93px;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .img-card.card-front {
  width: 303px;
  height: 184px;
  background-size: cover;
}
.multistep.sidesection .sidesection-content.content1 .switch-view-option3 .img-card.card-back {
  width: 303px;
  height: 184px;
  background-size: cover;
}
.multistep.sidesection .sidesection-content.content2 {
  background: #f5f7fa;
  width: 331px;
  min-width: 331px;
  -moz-flex-grow: 0;
  -ms-flex-grow: 0;
  flex-grow: 0;
  display: flex !important;
  -moz-flex-direction: column;
  flex-direction: column;
}
.multistep.sidesection .sidesection-content.content2 .content-body {
  display: flex !important;
  -moz-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
  padding: 0px;
  border-radius: 0px;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-items {
  padding: 12px 24px;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-items .payment-item {
  padding: 20px 23px;
  margin-bottom: 8px;
  background-color: #ffffff;
  font-weight: 600;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-items .payment-item .item-name {
  font-size: 12px;
  margin-bottom: 8px;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-items .payment-item .item-price {
  font-size: 16px;
  color: #3069d3;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary {
  padding: 0px !important;
  border-radius: 0px;
  background: transparent;
  margin-top: auto;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary .summary-amount .dollar-thin,
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary .summary-amount .summary-value {
  font-size: 24px;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary .payment-amount {
  font-weight: 600;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary .payment-body {
  padding: 24px 32px 20px;
}
.multistep.sidesection .sidesection-content.content2 .content-body .payment-summary .payment-footer {
  padding: 36px 32px 40px;
}

.invoicing-details.sidesection .sidesection-content-wrapper {
  padding: 40px;
}
.invoicing-details.sidesection .sidesection-header button:not(:last-child) {
  margin-right: 8px;
}
.invoicing-details.sidesection .section-header-big:nth-child(1) {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 40px;
}
.invoicing-details.sidesection .section-header-big:nth-child(2) {
  border-top: 2px solid #eef2f8;
  padding-bottom: 0;
}
.invoicing-details.sidesection .sidesection-content.content1 .intro-container {
  display: flex;
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  max-width: 259px;
}
.invoicing-details.sidesection .sidesection-content.content1 .invoice-intro {
  font-size: 14px;
  line-height: 20px;
}
.invoicing-details.sidesection .sidesection-content.content1 .invoice-intro:nth-child(2) {
  text-align: right;
}
.invoicing-details.sidesection .sidesection-content.content1 .content-body {
  border-top: none;
}
.invoicing-details.sidesection .sidesection-content.content1 .content-body .parameters-container .parameters .p1,
.invoicing-details.sidesection .sidesection-content.content1 .content-body .parameters-container .parameters .p2 {
  font-size: 14px;
  line-height: 24px;
}
.invoicing-details.sidesection .sidesection-content.content1 .content-body .parameters-container .parameters .p2 .bold {
  font-weight: 600;
}
.invoicing-details.sidesection .sidesection-content.content2 .content-body {
  padding-top: 16px;
}
.invoicing-details.sidesection .content3 .content-body {
  padding-bottom: 8px;
}
.invoicing-details.sidesection .label {
  color: #6a7695;
  font-size: 14px;
  font-weight: 500;
}
.invoicing-details.sidesection .status {
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 32px;
}
.invoicing-details.sidesection .notes {
  margin-bottom: 32px;
}
.invoicing-details.sidesection .notes .p1 {
  color: #8b9bc2;
  line-height: 20px;
}
.invoicing-details.sidesection .notes .p2 {
  font-weight: 600;
  margin-bottom: 8px;
}
.invoicing-details.sidesection .addInvoice__summaryItem {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 12px;
}
.invoicing-details.sidesection .addInvoice__previewRightBox {
  width: 60%;
  margin-left: auto;
}
.invoicing-details.sidesection .addInvoice__summaryItemTax {
  padding-bottom: 24px;
  border-bottom: 1px solid #eef2f8;
}
.invoicing-details.sidesection .addInvoice__summaryValue,
.invoicing-details.sidesection .addInvoice__totalName {
  font-weight: 600;
}
.invoicing-details.sidesection .addInvoice__totalValue {
  font-weight: 600;
  color: #3069d3;
}
.invoicing-details.sidesection .addInvoice__summaryDiscount {
  color: #3069d3;
}

.recurring-invoice.sidesection .pick-freq .custom-select {
  border-radius: 0 3px 3px 0px;
}
.recurring-invoice.sidesection .pick-freq .select-selected {
  width: 122px;
}
.recurring-invoice.sidesection .sidesection-box {
  height: 100%;
}

* {
  border-radius: 3px;
  border: none;
  font-family: Inter, sans-serif;
  box-sizing: border-box;
}
* :focus {
  outline: none;
}

body,
ul {
  font-family: Inter, sans-serif;
}

img {
  border-radius: 0;
}

button,
li,
.main-logo,
label {
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
         supported by Chrome, Edge, Opera and Firefox */
}
.noselect * {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */ /* Konqueror HTML */
  -moz-user-select: none; /* Old versions of Firefox */ /* Internet Explorer/Edge */
  user-select: none;
}

.highlight {
  border: 1px solid #3069d3 !important;
}

.display-none {
  display: none !important;
}

.disable-button {
  cursor: initial;
  pointer-events: none;
  opacity: 0.6;
}

.flex-justify-center.flex-justify-center {
  justify-content: center;
}

.prizm-flex-row-list {
  width: 100%;
}
.prizm-flex-row-list .prizm-flex-row-multi-text-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.prizm-flex-row-list .prizm-flex-row-multi-text-section .prizm-flex-row-main-text {
  font-size: 14px;
  color: #19408a;
  font-weight: 600;
}
.prizm-flex-row-list .prizm-flex-row-multi-text-section .prizm-flex-row-secondary-text {
  font-size: 12px;
  color: #19408a;
}
.prizm-flex-row-list .prizm-flex-row-list-item {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
}
.prizm-flex-row-list .prizm-flex-row-list-item:last-child {
  padding-bottom: 0;
}
.prizm-flex-row-list .prizm-flex-row-list-item [class*=prizm-standalone-payment-icon-] {
  margin-right: 10px;
}
.prizm-flex-row-list .prizm-flex-row-list-item .prizm-flex-row-main-item-section {
  flex-grow: 1;
}
.prizm-flex-row-list .prizm-flex-row-list-item .prizm-flex-row-secondary-item-section {
  display: flex;
  align-items: center;
}
.prizm-flex-row-list .prizm-flex-row-list-item .prizm-flex-row-secondary-item-section button {
  margin: 0;
}

[class*=prizm-standalone-payment-icon-] {
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 4px;
}

[class*=prizm-standalone-payment-icon-].icon-size--large {
  width: 32px;
  height: 32px;
  background-size: 24px;
}

.prizm-standalone-payment-icon-ach {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/ach.svg");
}

.prizm-standalone-payment-icon-cash {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/cash.svg");
  background-color: #3069d3;
}

.prizm-standalone-payment-icon-cash.icon-size--large {
  background-size: 16px;
}

.prizm-standalone-payment-icon-card {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card.svg");
}

.prizm-standalone-payment-icon-card-di {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-di.svg");
}

.prizm-standalone-payment-icon-card-di.icon-size--large {
  background-size: 30px;
}

.prizm-standalone-payment-icon-card-mc {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-mc.svg");
  background-color: #000000;
}

.prizm-standalone-payment-icon-card-vi {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-vi.svg");
  background-color: #1a1f71;
}

.prizm-standalone-payment-icon-card-ax {
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/sections/transactions/card-ax.svg");
  background-color: #016fd0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

.app-container,
.invoicing-container {
  background: #f5f7fa;
  color: #19408a;
}

input,
textarea {
  font-weight: 500;
  color: #19408a;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #8b9bc2;
}
input::placeholder,
textarea::placeholder {
  color: #8b9bc2;
}

table {
  background: #ffffff;
}

.checkboxContainer {
  display: block;
  position: relative;
  margin-bottom: 18px;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.checkboxContainer > * {
  cursor: pointer;
}

.checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border: 1.5px solid #e0e6ef;
  border-radius: 2px;
}
.checkmark:hover {
  border: 1.5px solid #8b9bc2;
}

.checkboxContainer input:checked ~ .checkmark {
  background-color: #3069d3;
  border: 1.5px solid #3069d3;
  box-shadow: 0px 2px 4px rgba(48, 105, 211, 0.15);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.checkboxContainer .checkmark:after {
  content: url("https://ecryptcdn.preferredpayments.com/resources/img/functional/thick.svg");
  margin-top: 3px;
  left: 3px;
}

.checkboxContainer.top6 .checkmark:after {
  margin-top: 3px;
}

.checkboxContainer.top8 .checkmark:after {
  margin-top: -8px;
}

.checkboxContainer.margined .checkmark:after {
  margin-top: -13px;
}

.checkboxContainer.margin0 .checkmark:after {
  margin-top: -1px;
  left: 4px;
}

.checkboxContainer.margin8 .checkmark:after {
  margin-top: -8px;
}

.input-type,
.button-type {
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  border: 1px solid #e0e6ef;
  background-color: #ffffff;
}
.input-type:hover,
.button-type:hover {
  border-color: #3069d3;
}

.input-line {
  box-shadow: none;
  border: none;
  border-radius: 0px;
  font-size: 18px;
}
.input-line::-moz-placeholder {
  color: #b0bbd7;
}
.input-line::placeholder {
  color: #b0bbd7;
}

.button-main48 {
  box-shadow: 0px 5px 6px rgba(35, 188, 51, 0.1);
  color: #ffffff;
}

.switch-type button:nth-child(1) {
  border-radius: 3px 0 0 3px;
}
.switch-type button:nth-child(2) {
  border-radius: 0 3px 3px 0;
}
.switch-type .button-type.active {
  background: #ffffff;
  color: #19408a;
}
.switch-type .button-type.active svg path {
  stroke: #19408a;
}

.input-title {
  color: #8b9bc2;
  font-weight: 600;
}

.tipamount .input-main32::-moz-placeholder {
  color: #b0bbd7;
}

.tipamount .input-main32::placeholder {
  color: #b0bbd7;
}

.button-type .search-letter {
  border-radius: 4px;
  font-size: 10px;
  color: #ffffff;
  background-color: #3069d3;
  text-transform: uppercase;
}

.button-main48,
.button-main40,
.button-main32 {
  background: linear-gradient(255.58deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
  color: #ffffff;
}
.button-main48:hover,
.button-main40:hover,
.button-main32:hover {
  background: #29529e;
}

.button-blank {
  color: #3069d3;
  font-weight: 600;
}

.pill28 {
  background: #eef2f8;
  color: #3069d3;
  font-weight: 600;
}
.pill28:hover {
  background: rgba(55, 105, 198, 0.25);
}

.pill-secondary28 {
  color: #3069d3;
}

.pill-32 {
  font-weight: 600;
  text-align: center;
}

.pill-32.approved,
.pill-40.approved {
  background: rgba(35, 188, 51, 0.1);
  color: rgb(35, 188, 51);
}

.pill-32.declined,
.pill-40.declined {
  background: rgba(248, 59, 104, 0.1);
  color: rgb(248, 59, 104);
}

.pill-32.voided,
.pill-40.voided {
  background: rgba(248, 59, 104, 0.1);
  color: rgb(248, 59, 104);
}

.pill-32.settled,
.pill-40.settled {
  background: rgba(90, 134, 217, 0.1);
}

.pill-32.captured,
.pill-40.captured {
  background: rgba(35, 188, 51, 0.1);
  color: rgb(35, 188, 51);
}

.switch-type button {
  color: #6a7695;
  background: #f5f7fa;
}
.switch-type button {
  line-height: 14px;
}

.tabs-list-item {
  color: #6a7695;
  border-radius: 0;
  font-weight: 500;
}
.tabs-list-item:hover, .tabs-list-item.active-tab {
  color: #3069d3;
  border-bottom: 2px solid #3069d3;
  font-weight: 600;
}

button,
th {
  color: #19408a;
}

th {
  font-size: 12px;
  font-weight: 500;
  background-color: #f5f7fa;
}

td {
  font-weight: 400;
}
td:nth-child(1) {
  border-radius: 8px 0px 0px 8px;
}
td:last-child {
  border-radius: 0px 8px 8px 0px;
}
td.transaction-date, td.status {
  font-weight: 500;
}
td.amount {
  font-weight: 600;
  color: #3069d3;
}
td .account-type {
  border-radius: 4px;
}
td .account-type.money {
  background-color: #3069d3;
}
td .account-type.cash {
  background-color: #3069d3;
}
td .account-type.visa {
  background-color: #1a1f71;
  padding-right: 0.5px;
}
td .account-type.mastercard {
  background-color: #000000;
}
td .account-type.amex {
  background-color: #016fd0;
}
td .account-type.edit {
  background-color: #35c2e1;
}

.bold-blue-text {
  font-weight: 600;
  color: #3069d3;
}

.content-info .account-type {
  flex-grow: 0 !important;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  border-radius: 4px;
}
.content-info .account-type.money {
  background-color: #3069d3;
}
.content-info .account-type.visa {
  background-color: #1a1f71;
}
.content-info .account-type.mastercard {
  background-color: #000000;
}
.content-info .account-type.amex {
  background-color: #016fd0;
}
.content-info .account-type.edit {
  background-color: #35c2e1;
}

tr:hover td {
  background-color: #f5f7fa;
  cursor: pointer;
}
tr .transaction-time {
  color: #8b9bc2;
}

.customer-initials {
  border-radius: 50%;
  background-color: rgba(48, 105, 211, 0.1);
  font-weight: 600;
  color: #3069d3;
}
.customer-initials.light {
  background-color: #dff4f9;
  color: #38a6be;
}

.customersdetails-list .customer-params:nth-child(even) .customer-initials {
  background-color: #dff4f9;
  color: #38a6be;
}

.nav,
.header {
  background: #ffffff;
}

.nav {
  box-shadow: 16px 0px 24px rgba(203, 209, 228, 0.101025), 1px 0px 3px rgba(121, 132, 159, 0.05);
}
.nav .nav-activator {
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.nav .action-activator {
  background: linear-gradient(242.52deg, #29529e 0%, #3769c6 100%);
  box-shadow: 0px 5px 6px rgba(46, 89, 168, 0.1);
  color: #ffffff;
  font-weight: 600;
  font-size: 12px;
}
.nav .action-activator:hover {
  background: #29529e;
}
.nav.active .nav-activator {
  border-radius: 0;
  box-shadow: none;
}
.nav.active .views-list-item {
  font-size: 12px;
  color: #6a7695;
}
.nav .views-list-item {
  font-weight: 500;
}
.nav .views-list-item.active, .nav .views-list-item:hover {
  font-weight: 600;
  background: rgba(48, 105, 211, 0.1);
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
  color: #19408a;
}
.nav .views-list-item.active .view-avatar, .nav .views-list-item:hover .view-avatar {
  -webkit-mask: linear-gradient(90deg, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0.7147233894) 100%, rgb(0, 0, 0) 100%, rgb(0, 212, 255) 100%);
          mask: linear-gradient(90deg, rgb(0, 0, 0) 99%, rgba(0, 0, 0, 0.7147233894) 100%, rgb(0, 0, 0) 100%, rgb(0, 212, 255) 100%);
  background-size: 20px 20px;
}
.nav .views-list-item.active svg path, .nav .views-list-item:hover svg path {
  fill: #3069d3;
}

.header {
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.header .search-info {
  color: #8b9bc2;
  font-size: 12px;
}
.header .search-info .zoom-glass {
  width: 12px;
  margin-right: 12px;
}
.header .notif-small.success {
  background: rgb(35, 188, 51);
  color: #ffffff;
}
.header .notif-small.invoice-upd,
.header .notif-small.trans-appr {
  background: rgba(35, 188, 51, 0.1);
  color: #198424;
}
.header .notif-small.invoice-cncl,
.header .notif-small.trans-decl,
.header .notif-small.sub-cncl {
  background: rgba(248, 59, 104, 0.1);
  color: #f83b68;
}
.header .notif-small.sub-susp {
  background: rgba(246, 156, 26, 0.1);
  color: #f69c1a;
}

.header-secondary {
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}

.view-header {
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
}

.header-area-type2 {
  background: #ffffff;
}

.stats {
  color: #ffffff;
  align-items: center;
}
.stats.type-1 {
  background: linear-gradient(251.22deg, #233c67 0%, #2a4473 100%);
  box-shadow: 0px 16px 24px rgba(36, 62, 105, 0.1), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.stats.type-1 .stats-symbol {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.stats.type-1 .stats-symbol.small {
  background: none;
}
.stats.type-2 {
  background: linear-gradient(251.22deg, #29529e 0%, #325eb0 100%);
  box-shadow: 0px 16px 24px rgba(46, 89, 168, 0.1), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.stats.type-2 .stats-symbol {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.stats.type-2 .stats-symbol.small {
  background: none;
}
.stats.type-3 {
  background: linear-gradient(251.22deg, #36a1b9 0%, #3baec8 100%);
  box-shadow: 0px 16px 24px rgba(57, 169, 193, 0.1), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.stats.type-3 .stats-symbol {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.stats.type-3 .stats-symbol.small {
  background: none;
}
.stats.type-4 {
  background: linear-gradient(253.94deg, #7687a5 0%, #95a4bd 100%);
  box-shadow: 0px 16px 24px rgba(129, 145, 173, 0.1), 0px 1px 3px rgba(129, 145, 173, 0.05);
}
.stats.type-4 .stats-symbol {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}
.stats.type-4 .stats-symbol.small {
  background: none;
}
.stats .stats-numbers {
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 4px;
}
.stats .stats-amount {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}
.stats .stats-name {
  font-size: 12px;
}
.stats .stats-percentage {
  font-size: 10px;
}

.top-stats.small .stats-amount {
  font-size: 24px;
}
.top-stats.small .stats-name {
  font-size: 12px;
}

.section-icon {
  background-color: #eaf0fb;
  border-radius: 5px;
}

.section-container {
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
  border-radius: 5px;
  background: #ffffff;
}
.section-container .section-header {
  font-size: 14px;
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  border-radius: 0;
}
.section-container .dollar {
  font-weight: 400;
}
.section-container .revenue-type1 .dollar {
  color: #3069d3;
}
.section-container .revenue-type2 .dollar {
  color: #35c2e1;
}
.section-container .card-info-item {
  font-size: 14px;
}
.section-container .card-info-item .card-name {
  font-weight: normal;
}
.section-container .card-revenue {
  color: #3069d3;
  font-size: 12px;
}
.section-container .card-percentage {
  color: #8b9bc2;
}
.section-container .activities-list .activity-date {
  color: #b0bbd7;
}
.section-container .activities-list .transaction-approved .activity-icon {
  background: #dff4f9;
}
.section-container .activities-list .ready .activity-icon {
  background: #35c2e1;
}
.section-container .activities-list .update-card .activity-icon {
  background: #f9f3df;
}
.section-container .activities-list .update-product .activity-icon {
  background: #f1eafb;
}
.section-container .activities-list .transaction-declined .activity-icon {
  background: #fee7ed;
}
.section-container .activities-list .invoice-sent .activity-icon {
  background: #eaf0fb;
}
.section-container .transactions-stats .transactions-stats-name {
  font-size: 20px;
  font-weight: 600;
}
.section-container .transactions-stats .filter-option:hover {
  background-color: #ffffff;
}
.section-container .transactions-stats .active-option {
  background-color: #ffffff;
}
.section-container .transactions-stats .last-option {
  font-weight: 600;
}

.page-numbers .button-type:nth-child(1) {
  border-radius: 3px 0px 0px 3px;
}
.page-numbers .button-type:nth-child(2) {
  border-radius: 0px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}
.page-numbers .button-type:nth-child(2):hover {
  border-left: 1px solid #3069d3;
  border-right: 1px solid #3069d3;
}
.page-numbers .button-type:nth-child(3) {
  border-radius: 0px 3px 3px 0px;
}
.page-numbers .button-type {
  margin: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

.search-properties .filters-container {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
}
.search-properties .filters-container.type-2 {
  background-color: #f5f7fa;
}
.search-properties .filters-container .filter-option {
  color: #8b9bc2;
}
.search-properties .filters-container .filter-option.active-option {
  color: #3069d3;
}

.view-area-properties .active-option {
  background-color: #eaf0fb;
}
.view-area-properties .filters-container {
  background: #ffffff;
}

.filters-container .filter-option:hover {
  background-color: #eef2f8;
}

.multiple-area .button-secondary40:last-child {
  font-weight: 600;
}

.date-pick {
  font-size: 14px;
  font-weight: 500;
}
.date-pick ::-moz-placeholder {
  color: #19408a;
}
.date-pick ::placeholder {
  color: #19408a;
}
.date-pick :-ms-input-placeholder {
  color: #19408a;
}
.date-pick ::-ms-input-placeholder {
  color: #19408a;
}

/* 
Add a max width to the CC grid if we are dealing with IE, so that the page width does not get blown out. 
IE requires a width for flex wrap
*/
.is-ie .credit-card-grid {
  max-width: 80vh;
}

.sidesection-wrapper {
  background-color: #f5f7fa;
}
.sidesection-wrapper .nav-title {
  font-size: 10px;
  color: #8b9bc2;
  letter-spacing: 2px;
}
.sidesection-wrapper .sidesection-header {
  font-size: 14px;
  font-weight: 600;
  background: #ffffff;
  box-shadow: inset 0px -2px 4px rgba(238, 242, 248, 0.35);
}
.sidesection-wrapper .sidesection-content-wrapper {
  background-color: #f5f7fa;
}
.sidesection-wrapper .sidesection-content {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}
.sidesection-wrapper .sidesection-content .dollar-span {
  color: #b0bbd7;
}
.sidesection-wrapper .sidesection-content .amount-type:hover > .dollar-span, .sidesection-wrapper .sidesection-content .amount-type:hover > .input-line {
  color: #19408a !important;
}
.sidesection-wrapper .sidesection-content .amount-type.big {
  align-items: center;
}
.sidesection-wrapper .sidesection-content .amount-type.big span,
.sidesection-wrapper .sidesection-content .amount-type.big input {
  font-size: 40px;
  padding: 0;
  line-height: 48px;
}
.sidesection-wrapper .sidesection-content .amount-type.big span::-moz-placeholder, .sidesection-wrapper .sidesection-content .amount-type.big input::-moz-placeholder {
  color: #d8dce7;
}
.sidesection-wrapper .sidesection-content .amount-type.big span::placeholder,
.sidesection-wrapper .sidesection-content .amount-type.big input::placeholder {
  color: #d8dce7;
}
.sidesection-wrapper .sidesection-content .amount-type.big span {
  color: #d8dce7;
  font-weight: 400;
}
.sidesection-wrapper .sidesection-content .section-header {
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
  font-size: 14px;
}
.sidesection-wrapper .card-symbol-big {
  background-color: #1a1f71;
  border-radius: 8px;
}
.sidesection-wrapper .section-header-big .transaction-number {
  font-weight: 600;
  font-size: 18px;
}
.sidesection-wrapper .section-header-big .transaction-date {
  font-size: 14px;
  color: #8b9bc2;
}
.sidesection-wrapper .section-header-big .transaction-amount {
  color: #3069d3;
  font-size: 56px;
  font-weight: 300;
}
.sidesection-wrapper .section-header-big .transaction-amount span {
  font-weight: 200;
  margin-right: 10px;
}
.sidesection-wrapper .section-header-big .transaction-amount.big {
  font-weight: 400;
}
.sidesection-wrapper .section-header-big .transaction-amount.big span {
  margin: 0;
}
.sidesection-wrapper .section-header-big .transaction-amount.active {
  color: rgb(35, 188, 51);
  margin-bottom: 12px;
}
.sidesection-wrapper .section-header-big .transaction-info {
  font-size: 14px;
  color: #6a7695;
}
.sidesection-wrapper .section-header-big .transaction-info .transaction-date {
  color: #3069d3;
}
.sidesection-wrapper .section-header-big .status {
  font-weight: 600;
}
.sidesection-wrapper .content-body {
  border-top: 1px solid #eef2f8;
  font-size: 14px;
}
.sidesection-wrapper .content-body .p1 {
  color: #6a7695;
}
.sidesection-wrapper .content-body .p2 {
  color: #19408a;
}
.sidesection-wrapper .content-body .payment-info {
  background: #f5f7fa;
  color: #6a7695;
  font-size: 14px;
  border-radius: 12px;
  margin-bottom: 16px;
}
.sidesection-wrapper .content-body .payment-info div {
  color: #19408a;
  font-size: 18px;
  font-weight: 600;
  margin-top: 6px;
}
.sidesection-wrapper .sidesection-content .content-body .p1,
.sidesection-wrapper .sidesection-content .content-body .p2 {
  font-size: 12px;
}
.sidesection-wrapper .credit-card-grid {
  flex-wrap: wrap;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper {
  margin-bottom: 30px;
  cursor: pointer;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper .credit-card {
  width: 334px;
  flex-grow: 0;
  margin-right: 30px;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper .credit-card .credit-card-default-text {
  position: absolute;
  top: -20px;
  left: 10px;
  pointer-events: none;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper .credit-card .credit-card-edit-icon {
  display: none;
  background-image: url("https://ecryptcdn.preferredpayments.com/resources/img/icons/pencil.svg");
  position: absolute;
  width: 16px;
  height: 16px;
  top: 10px;
  right: -25px;
  background-repeat: no-repeat;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper .credit-card .card-name {
  width: 80%;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper .credit-card .card-info {
  left: 30px;
  bottom: 20px;
  width: 85%;
}
.sidesection-wrapper .credit-card-grid .credit-card-wrapper:hover .credit-card .credit-card-edit-icon {
  display: block;
}
.sidesection-wrapper .credit-card .card-number,
.sidesection-wrapper .credit-card .expiry-date,
.sidesection-wrapper .credit-card .card-info {
  color: #ffffff;
}
.sidesection-wrapper .credit-card .card-number {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 3.5px;
}
.sidesection-wrapper .credit-card .card-info {
  font-size: 16px;
  font-weight: 400;
  text-shadow: 0px 4px 4px rgba(26, 31, 113, 0.31);
}
.sidesection-wrapper .switch-type {
  background: #f5f7fa;
}
.sidesection-wrapper .switch-type button {
  border: none;
}
.sidesection-wrapper .activities-list-container .activity-name {
  font-size: 14px;
  color: #19408a;
  font-weight: 600;
}
.sidesection-wrapper .activities-list-container .amount {
  color: #3069d3;
  font-weight: 600;
}
.sidesection-wrapper .activities-list-container .status.declined {
  color: rgb(248, 59, 104);
  background: rgba(248, 59, 104, 0.1);
}
.sidesection-wrapper .activities-list-container .activities-list div.activity-icon {
  background: #1a1f71;
  border-radius: 4px;
}

.dropdown {
  background: #ffffff;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
}
.dropdown.dropdown-modal {
  -webkit-transform: translate3d(0, 0, 200px);
  z-index: 15;
}

.dropdown-main40 li {
  border-radius: 4px;
}
.dropdown-main40 li:hover {
  background: rgba(48, 105, 211, 0.1);
}

.dropdown-project,
.dropdown-itemservices {
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
  border-radius: 5px;
}
.dropdown-project .search-properties:nth-child(1),
.dropdown-itemservices .search-properties:nth-child(1) {
  border-right: 1px solid #eef2f8;
}
.dropdown-project .buttons,
.dropdown-itemservices .buttons {
  background-color: #fbfcfe;
  box-shadow: 0px -1px 0px #eef2f8;
}
.dropdown-project ul,
.dropdown-itemservices ul {
  color: #19408a;
}
.dropdown-project .list-title,
.dropdown-itemservices .list-title {
  color: #8b9bc2;
}

.dropdown-user {
  border-radius: 5px;
  box-shadow: 0px 16px 15px rgba(35, 60, 103, 0.1), 0px 8px 24px rgba(35, 60, 103, 0.1);
}
.dropdown-user .username {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 4px;
  line-height: 20px;
  color: #273761;
}
.dropdown-user .user-profile,
.dropdown-user .user-settings {
  border-bottom: 1px solid #e0e6ef;
}
.dropdown-user .user-profile .button-secondary32,
.dropdown-user .user-settings .button-secondary32 {
  font-weight: 600;
}
.dropdown-user .user-settings {
  text-align: start;
  line-height: 14px;
}
.dropdown-user .log-out {
  color: rgb(248, 59, 104);
  font-weight: 500;
}
.dropdown-user .user-email,
.dropdown-user .user-settings {
  color: #6a7695;
  line-height: 14px;
}

.dropdown-notifications .activity-item:hover {
  background: rgba(53, 194, 225, 0.05);
}

.sidesection-secondary .sidesection-main,
.sidesection-view-category .sidesection-main {
  border-radius: 8px;
  background: #ffffff;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper,
.sidesection-secondary .sidesection-main .sidesection-header,
.sidesection-view-category .sidesection-main .sidesection-content-wrapper,
.sidesection-view-category .sidesection-main .sidesection-header {
  background: #ffffff;
  box-shadow: none;
  border-bottom: none;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .sidesection-content,
.sidesection-secondary .sidesection-main .sidesection-header .sidesection-content,
.sidesection-view-category .sidesection-main .sidesection-content-wrapper .sidesection-content,
.sidesection-view-category .sidesection-main .sidesection-header .sidesection-content {
  box-shadow: none;
}
.sidesection-secondary .sidesection-main .sidesection-content-wrapper .sidesection-content .content-body,
.sidesection-secondary .sidesection-main .sidesection-header .sidesection-content .content-body,
.sidesection-view-category .sidesection-main .sidesection-content-wrapper .sidesection-content .content-body,
.sidesection-view-category .sidesection-main .sidesection-header .sidesection-content .content-body {
  border-top: none;
}
.sidesection-secondary .input-container.line span,
.sidesection-view-category .input-container.line span {
  font-size: 18px;
  padding-top: 13px;
  font-weight: 400;
}
.sidesection-secondary .input-container.line .flexbox,
.sidesection-view-category .input-container.line .flexbox {
  border-bottom: 2px solid #e0e6ef;
  border-radius: 0px;
}
.sidesection-secondary .input-container.line .flexbox.invalid-field,
.sidesection-view-category .input-container.line .flexbox.invalid-field {
  border-color: #f83b68;
}
.sidesection-secondary .input-container.line .flexbox:hover,
.sidesection-view-category .input-container.line .flexbox:hover {
  border-bottom: 2px solid #3069d3;
}
.sidesection-secondary .date-container.flexbox.invalid-field,
.sidesection-view-category .date-container.flexbox.invalid-field {
  border-color: #f83b68;
}
.sidesection-secondary .content2,
.sidesection-view-category .content2 {
  background: rgba(48, 105, 211, 0.1);
  border-radius: 12px;
}
.sidesection-secondary .content2 .section-header,
.sidesection-view-category .content2 .section-header {
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}
.sidesection-secondary .payment-summary,
.sidesection-secondary .payment-change,
.sidesection-view-category .payment-summary,
.sidesection-view-category .payment-change {
  box-shadow: inset 0px 2px 4px rgba(238, 242, 248, 0.35);
  background: #ffffff;
}
.sidesection-secondary .payment-summary .payment-card,
.sidesection-secondary .payment-change .payment-card,
.sidesection-view-category .payment-summary .payment-card,
.sidesection-view-category .payment-change .payment-card {
  position: relative;
}
.sidesection-secondary .payment-summary .payment-card .payment-date,
.sidesection-secondary .payment-summary .payment-card .payment-amount,
.sidesection-secondary .payment-change .payment-card .payment-date,
.sidesection-secondary .payment-change .payment-card .payment-amount,
.sidesection-view-category .payment-summary .payment-card .payment-date,
.sidesection-view-category .payment-summary .payment-card .payment-amount,
.sidesection-view-category .payment-change .payment-card .payment-date,
.sidesection-view-category .payment-change .payment-card .payment-amount {
  font-size: 8px;
  color: #5e92e7;
  position: absolute;
}
.sidesection-secondary .payment-summary .payment-card .payment-date,
.sidesection-secondary .payment-change .payment-card .payment-date,
.sidesection-view-category .payment-summary .payment-card .payment-date,
.sidesection-view-category .payment-change .payment-card .payment-date {
  top: 18px;
  right: 60px;
}
.sidesection-secondary .payment-summary .payment-card .payment-amount,
.sidesection-secondary .payment-change .payment-card .payment-amount,
.sidesection-view-category .payment-summary .payment-card .payment-amount,
.sidesection-view-category .payment-change .payment-card .payment-amount {
  right: 50px;
  top: 28px;
}
.sidesection-secondary .payment-summary .payment-body,
.sidesection-secondary .payment-change .payment-body,
.sidesection-view-category .payment-summary .payment-body,
.sidesection-view-category .payment-change .payment-body {
  color: #8b9bc2;
}
.sidesection-secondary .payment-summary .payment-amount,
.sidesection-secondary .payment-change .payment-amount,
.sidesection-view-category .payment-summary .payment-amount,
.sidesection-view-category .payment-change .payment-amount {
  line-height: 24px;
}
.sidesection-secondary .payment-summary .payment-amount div,
.sidesection-secondary .payment-change .payment-amount div,
.sidesection-view-category .payment-summary .payment-amount div,
.sidesection-view-category .payment-change .payment-amount div {
  color: #19408a;
  font-size: 16px;
  font-weight: 600;
}
.sidesection-secondary .payment-summary .payment-amount .dollar-thin,
.sidesection-secondary .payment-change .payment-amount .dollar-thin,
.sidesection-view-category .payment-summary .payment-amount .dollar-thin,
.sidesection-view-category .payment-change .payment-amount .dollar-thin {
  font-weight: 400;
}
.sidesection-secondary .payment-summary .payment-footer,
.sidesection-secondary .payment-change .payment-footer,
.sidesection-view-category .payment-summary .payment-footer,
.sidesection-view-category .payment-change .payment-footer {
  color: #8b9bc2;
  border-top: 1px solid #eef2f8;
  line-height: 40px;
}
.sidesection-secondary .payment-summary .payment-footer .summary-amount,
.sidesection-secondary .payment-change .payment-footer .summary-amount,
.sidesection-view-category .payment-summary .payment-footer .summary-amount,
.sidesection-view-category .payment-change .payment-footer .summary-amount {
  font-size: 32px;
  color: #3069d3;
}

.hospayments-sections .input-container.line span {
  font-size: 18px;
  padding-top: 13px;
  font-weight: 400;
}
.hospayments-sections .input-container.line .flexbox {
  border-bottom: 2px solid #e0e6ef;
  border-radius: 0px;
}
.hospayments-sections .input-container.line .flexbox.invalid-field {
  border-color: #f83b68;
}
.hospayments-sections .input-container.line .flexbox:hover {
  border-bottom: 2px solid #3069d3;
}

.dollar-thin {
  font-weight: 400;
}

.submit-button {
  background: rgb(35, 188, 51) !important;
}
.submit-button:hover {
  background-color: #1a9828 !important;
}

.sidesection-view-category .section-header,
.hospayments-sections .section-header {
  font-size: 14px;
}
.sidesection-view-category .payment-header,
.hospayments-sections .payment-header {
  font-size: 20px;
  font-weight: 600;
}
.sidesection-view-category .payment-summary,
.hospayments-sections .payment-summary {
  border-radius: 5px;
}
.sidesection-view-category .payment-summary .summary-amount,
.hospayments-sections .payment-summary .summary-amount {
  color: #3069d3;
  font-size: 32px;
}
.sidesection-view-category .payment-footer,
.hospayments-sections .payment-footer {
  font-size: 12px;
  color: #19408a;
}
.sidesection-view-category .payment-footer .flexbox,
.hospayments-sections .payment-footer .flexbox {
  color: #19408a;
}
.sidesection-view-category .payment-total,
.hospayments-sections .payment-total {
  color: #19408a;
  font-size: 14px;
}
.sidesection-view-category .flexbox .input-container.line .input-line::-moz-placeholder, .hospayments-sections .flexbox .input-container.line .input-line::-moz-placeholder {
  color: #b0bbd7;
}
.sidesection-view-category .flexbox .input-container.line span,
.sidesection-view-category .flexbox .input-container.line .input-line::placeholder,
.hospayments-sections .flexbox .input-container.line span,
.hospayments-sections .flexbox .input-container.line .input-line::placeholder {
  color: #b0bbd7;
}

.input-container .pick-number {
  border-right: none;
}
.input-container .pick-number + .input-type {
  border-left: none;
}
.input-container .phone-type {
  border: 1px solid #e0e6ef;
}
.input-container .phone-type:hover {
  border-color: #3069d3;
}
.input-container .phone-type * {
  border: none;
}
.input-container .phone-type .custom-select .select-selected {
  width: 75px;
}
.input-container .phone-type .custom-select .select-selected::after {
  margin-left: 10px;
}

.custom-select.currency .select-selected,
.custom-select.currency .select-items {
  color: #b0bbd7;
}

.map-small .map-info-header,
.map-small .map-info-main,
.map-small .map-link {
  font-weight: 600;
}
.map-small .map-info-header {
  font-size: 16px;
  color: #8b9bc2;
}
.map-small .map-info-main {
  font-size: 20px;
}
.map-small .map-link {
  font-size: 16px;
  color: #3069d3;
}

.tip {
  background: #ffffff;
  border: 1px solid #3069d3;
  border-radius: 3px;
  width: 100%;
  font-size: 12px;
  line-height: 14px;
  padding: 13px 20px;
  color: #3069d3;
}
.tip.blue {
  background: rgba(48, 105, 211, 0.1);
  border: none;
}

.search-column {
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
  background: #ffffff;
}
.search-column .input-type {
  box-shadow: 0px 1px 0px #eef2f8, inset 0px -2px 4px rgba(238, 242, 248, 0.35);
}
.search-column .input-type {
  border: none;
}
.search-column li:hover {
  background: #f5f7fa;
}
.search-column li .customer-org {
  color: #6a7695;
  font-weight: 400;
}
.search-column.fixed {
  box-shadow: none;
  background-color: transparent;
}
.search-column.fixed .nav.nav-side {
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}

.view-area-category .varea-body .table-content {
  background: #ffffff;
  box-shadow: 0px 16px 24px rgba(203, 209, 228, 0.101025), 0px 1px 3px rgba(121, 132, 159, 0.05);
}

.view-area .message-content {
  background: #ffffff;
}
.view-area .message-content .message-head {
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}
.view-area .message-content .message-txt {
  line-height: 18px;
  color: #6a7695;
}

.inputAmountContainer {
  position: relative;
}

.inputAmountDolar {
  position: absolute;
  top: 50%;
  left: 12px;
  transform: translateY(-50%);
  line-height: 14px;
  font-size: 14px;
  color: #b0bbd7;
}

.inputAmountActiveDolar {
  color: #19408a;
}

.input-dolar-sign {
  padding-left: 22px;
}

.border0 {
  border-radius: 0 !important;
}

.dollar-span {
  font-size: 14px;
}

.account-type-single {
  border-radius: 4px;
}
.account-type-single.money {
  background-color: #3069d3;
}
.account-type-single.visa {
  background-color: #1a1f71;
  padding-right: 0.5px;
}
.account-type-single.mastercard {
  background-color: #000000;
}
.account-type-single.amex {
  background-color: #016fd0;
}
.account-type-single.edit {
  background-color: #35c2e1;
}

.nav,
.app-container,
.nav-header,
.views-list-item,
.button-main40,
.header,
.header-secondary,
.header-area-type2,
.main,
.button-type,
.search-section,
.search-info,
.search-name,
.search-letter,
.user-area,
.movable,
.top-stats,
.stats-row,
.stats,
.stats-symbol,
.stats-numbers,
.stats-percentage,
.stats-info,
.section-header,
.section-properties,
.section-body,
.section-name,
.sections-container,
.list-container,
.list-type,
.list-item,
.card-revenue,
.activity-info,
.search-properties,
.transactions-stats-footer,
.transactions-pagination,
.records-amount,
.page-numbers,
.account-type,
.customer-initials,
.fixed-escaper,
.input-type,
.user-profile,
.tabs-list,
.pills-container,
.pill-secondary28,
.view-header,
.filter-properties,
.switch-type,
.date-pick,
.view-area-properties,
.capture-area .search-properties,
.sidesection-wrapper,
.sidesection-header,
.sidesection-main,
.parameters,
.parameters-container,
.revenue-info,
.dropdown,
.dropdown-user,
.pro-tips,
.flexbox,
.sidesection-secondary .sidesection-content-wrapper,
.form-buttons,
.card-footer,
.payment-amount,
li,
table.default td,
input {
  display: flex;
}

td.default,
.payment-total,
.search-column li {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.stats-row {
  -moz-flex-grow: 1;
  -ms-flex-grow: 1;
  flex-grow: 1;
}

.account-type,
.customer-initials {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.input-type {
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.fixed-escaper,
.header-area-type2,
.sidesection-main,
.parameters-container,
.inputs-container,
.revenue-info,
.dropdown-chooseaction,
.dropdown-project .search-properties,
.dropdown-itemservices .search-properties,
.dropdown-user,
.dropdown-user .user-profile,
.list-type {
  -moz-flex-direction: column;
  flex-direction: column;
}

.switch-type button,
.revenue-info,
.sidesection-secondary .content2 .section-header {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

.button-main40,
.tabs-list-item,
.button-type,
.pills-container,
.view-header,
.switch32 button,
.date-pick,
.sidesection-header,
.section-header,
.section-name,
.dropdown-project li,
.dropdown-itemservices li,
.pro-tips {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}

.header-area-type2 {
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  align-items: flex-start;
}

.main,
.sidesection-wrapper .nav,
.sidesection-wrapper .main,
.sidesection-main,
.sidesection-secondary .sidesection-content,
.sidesection-content-wrapper,
.flexbox .input-container,
.content-body .flexbox > * {
  flex-grow: 1;
}

.nav,
.main {
  -moz-flex-direction: column;
  flex-direction: column;
}

.button-type,
.pills-container,
.tabs-list,
.view-area-properties,
.capture-area .search-properties,
.parameters-container,
.card-footer,
.payment-amount,
.sidesection-wrapper.sidesection-view-category,
.payment-total,
.list-type {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.nav .nav-header,
.nav .action-activator {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.nav .views-list-item {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.nav.active .nav-header,
.nav.active .action-activator {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.nav.active .views-list-item {
  display: flex;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}

.header {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header .search-letter,
.header .search-name {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.header .search-letter,
.header .search-name,
.header .search-info,
.header .user-area {
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.header .user-area {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.header-secondary {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.header-secondary .ul {
  display: flex;
}

.top-stats {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.top-stats .stats {
  flex: 1 1 0px;
}
.top-stats .stats .stats-symbol {
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 48px;
  height: 48px;
}
.top-stats .stats .stats-info {
  -moz-flex-direction: column;
  flex-direction: column;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.top-stats .stats .stats-numbers {
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
}

.sections-container,
.transactions-pagination {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.section-container {
  flex: 1 1 0px;
}
.section-container .section-header,
.section-container .section-body,
.section-container .list-item,
.section-container .card-revenue {
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.section-container .list-type,
.section-container .transactions-stats {
  -moz-flex-direction: column;
  flex-direction: column;
  flex-grow: 1;
}

.payment-details .sidesection-content,
.equal-type > *,
.content-body .flexbox > .input-container {
  flex: 1 1 0px;
}

.overlay {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.8);
}

body.loading {
  overflow: hidden;
}

body.loading .overlay {
  display: block;
}

.spinner {
  z-index: 10000;
  position: fixed;
  left: 50%;
  top: 50%;
  height: 70px;
  width: 70px;
  margin-top: -35px;
  margin-left: -35px;
  animation: rotation 1.4s infinite linear;
  border-left: 5px solid rgba(41, 82, 158, 0.15);
  border-right: 5px solid rgba(41, 82, 158, 0.15);
  border-bottom: 5px solid rgba(41, 82, 158, 0.15);
  border-top: 5px solid #29529e;
  border-radius: 100%;
}

.loading--processing-transaction .spinner {
  margin-top: 0;
}

.loading--processing-transaction .overlay::before {
  content: "processing transaction...";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: -30px;
  color: #19408a;
  font-size: 20px;
  line-height: 24px;
  font-weight: 600;
  text-transform: capitalize;
}
@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.input-validation-error {
  border-color: #f83b68;
}

.field-validation-error {
  color: #f83b68;
  font-size: 12px;
  margin-bottom: 6px;
}

span.field-validation-error {
  display: inline-block;
}

.before-spinner--small {
  position: relative;
}

.before-spinner--small::before {
  content: " ";
  position: absolute;
  left: calc(50% - 15px);
  top: calc(50% - 15px);
  width: 30px;
  height: 30px;
  border-left: 3px solid rgba(41, 82, 158, 0.15);
  border-right: 3px solid rgba(41, 82, 158, 0.15);
  border-bottom: 3px solid rgba(41, 82, 158, 0.15);
  border-top: 3px solid #29529e;
  border-radius: 100%;
  box-sizing: border-box;
  animation: rotation 1.4s infinite linear;
}

.before-spinner--small.button-main48 {
  background: none;
  background-color: rgba(55, 105, 198, 0.3);
  color: transparent;
}

.before-spinner--small.button-main40 {
  background: none;
  background-color: rgba(55, 105, 198, 0.3);
  color: transparent;
}

.status-approved {
  color: #23bc33;
  font-weight: 500;
}

.status-captured {
  color: #23bc33;
  font-weight: 500;
}

.status-declined {
  color: #b05061;
  font-weight: 500;
}

.status-voided {
  color: #b05061;
  font-weight: 500;
}

.status-pending-settlement {
  color: #28bcdc;
  font-weight: 500;
}

.status-settled {
  color: #3069d3;
  font-weight: 500;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.l2-l3 {
  margin-left: 10px;
  padding: 6px 9px;
  border-radius: 3px;
  border: 1px solid rgb(224, 230, 239);
  color: #19408a;
  font-weight: 600;
}

/* Hide the selected customer input by default */
.transaction__selected-customer-input {
  display: none;
}

/* Hide the customer search input if a customer is selected */
[data-selected-customer] .transaction__selected-customer-search {
  display: none;
}

/* Show the selected customer input if a customer is selected */
[data-selected-customer] .transaction__selected-customer-input {
  display: block;
}

/* Hide all payment sections by default */
.transaction__payment-section {
  display: none;
}

/* Show the keyed section if that is selected */
[data-transaction-payment-section=keyed] .transaction__payment-section--keyed,
[data-transaction-payment-section=ach] .transaction__payment-section--ach {
  display: flex;
}

/* Show the stored payment or pos section depending upon selection */
[data-transaction-payment-section=stored-payment] .transaction__payment-section--stored-payment,
[data-transaction-payment-section=pos] .transaction__payment-section--pos {
  display: block;
}

/* Hide selected customer checkbox by default */
.transaction__save-card-checkbox {
  display: none;
}

/* Show the selected customer checkbox if a customer is selected */
[data-selected-customer] .transaction__save-card-checkbox {
  display: flex;
}

/* If a customer is selected, hide the "add to customer" checkbox */
[data-selected-customer] .transaction__add-to-customer-vault-checkbox {
  display: none;
}

/* Hide the stored payment toggle by default */
.toggle-group__item[id=stored-payment] {
  display: none;
}

/* Show the stored payment toggle if a customer is selected and they have stored payments */
[data-selected-customer]:not(.transaction--no-stored-payment) .toggle-group__item[id=stored-payment] {
  display: flex;
}

/* Hide pos toggle if the pos list is empty */
.transaction--no-pos .toggle-group__item[id=pos] {
  display: none;
}

.transaction--no-cash .toggle-group__item[id=cash] {
  display: none;
}

/* Hide the entire toggle group if there is no POS or stored payment */
.transaction--no-pos.transaction--no-stored-payment.transaction--no-ach.transaction--no-cash .toggle-group {
  display: none;
}

.transaction__selected-customer-input-wrapper {
  position: relative;
}

.transaction__clear-customer {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  right: 15px;
  cursor: pointer;
}

@media (max-width: 1350px) {
  .transaction__payment-section--keyed .date-containerbox .input-date {
    width: 25px !important;
  }
}
.sidesection-view-category .flexbox .input-container.line span.field-validation-error,
.sidesection-view-category .flexbox .input-container.line span.field-validation-error span {
  color: #f83b68;
  font-size: 12px;
  padding-top: 0;
}/*# sourceMappingURL=main.css.map */