﻿:root {
  --font-family: "Maven Pro", sans-serif;
  --font: 400 15px/16px var(--font-family);
  --font-family-2: "Poppins", sans-serif;
  --font-family-3: "Be Vietnam", sans-serif;
  --font-family-4: "Source Sans Pro", sans-serif;
  --bg-gradient: linear-gradient(to right, #1a400c, #53ce26);
}

input:disabled {
  background-color: initial;
}

.fw-300 {
  font-weight: 300;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.p-rel {
  position: relative;
}

.p-abs {
  position: absolute;
}

.gap,
.gap-1,
.gap-2,
.gap-3,
.gap-4,
.gap-5 {
  display: block;
}

.gap {
  height: 5px;
}

.gap-1 {
  height: 10px;
}

.gap-2 {
  height: 20px;
}

.gap-3 {
  height: 30px;
}

.gap-4 {
  height: 40px;
}

.gap-5 {
  height: 50px;
}

@keyframes spin {
  0% {
    transform: rotateZ(0);
  }

  100% {
    transform: rotateZ(360deg);
  }
}

.spin {
  animation: spin 1.2s ease-in-out infinite;
}

.grey-bg {
  background: #eee;
}

.full-page {
  width: 100%;
  height: 100%;
}

.page-content {
  overflow: hidden !important;
}

html {
  height: 100%;
  overflow: hidden;
}

body {
  height: 100%;
}

.hidden {
  display: none;
}

body,
textarea {
  font: var(--font);
}

p strong,
th {
  color: #1f1f1f;
}

.font-icon-list i,
.heading-style h4,
.heading-style i,
.heading-style p,
.icon-list i,
td {
  text-align: center;
}

td,
tr {
  line-height: 18px;
}

td,
th {
  vertical-align: middle;
}

ol,
td,
ul {
  color: #666;
}

*,
sub,
sup {
  vertical-align: baseline;
}

h3,
li {
  line-height: 24px !important;
}

ol ol ol,
ul {
  list-style: none;
}

.content-title span,
.uppercase {
  text-transform: uppercase;
}

.fac,
.ios-switch,
.material-switch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

a {
  color: #2980b9;
}

::-webkit-scrollbar {
  display: none;
}

* {
  border: 0;
  font-size: 100%;
  outline: 0;
  font-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-font-smoothing: subpixel-antialiased !important;
  -webkit-transform: translate3d(1, 1, 1);
  transform: translate3d(1, 1, 1);
  text-rendering: auto;
  -moz-osx-font-smoothing: grayscale;
}

:focus {
  outline: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  font-size: 15px;
  font-weight: 400;
}

p,
p strong {
  font-size: 13px;
}

::selection {
  background-color: #ccc;
  color: #000;
}

input,
search,
select,
textarea {
  font: var(--font);
}

::-webkit-input-placeholder {
  text-transform: none !important;
  color: #ddd;
}

input:disabled::-webkit-input-placeholder {
  color: silver !important;
}

input:disabled:-moz-placeholder {
  color: silver !important;
}

input:disabled::-moz-placeholder {
  color: silver !important;
}

input:disabled:-ms-input-placeholder {
  color: silver !important;
}

a,
blockquote,
code,
div,
fieldset,
form,
iframe,
img,
input,
label,
p,
pre,
textarea {
  display: block;
  position: relative;
  font-size: 14px;
}

label {
  margin-bottom: 0 !important;
}

input,
label a {
  display: inline-block;
}

input,
textarea {
  outline: 0;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

input {
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

textarea {
  -webkit-appearance: none !important;
  border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
}

.float-right {
  float: right;
}

#page-transitions {
  left: 0;
  right: 0;
  display: block;
}

a > span,
em a,
h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a,
p > a,
p > span,
span > a,
strong a {
  display: inline !important;
}

.page-content {
  margin-bottom: 0;
  overflow-x: hidden;
}

ol,
p,
ul {
  margin-bottom: 30px;
}

li,
ol ol,
ul ul {
  margin-bottom: 5px;
}

.page-content-gray {
  background-color: #ebebeb !important;
}

.transparent-bg {
  background-color: transparent !important;
  transition: all 250ms ease;
}

p {
  color: #818181;
  line-height: 28px;
}

p > a {
  text-decoration: none;
}

p > a:hover {
  text-decoration: underline;
}

p strong {
  font-weight: 500;
}

a,
a:hover {
  text-decoration: none;
}

.table tr.even td {
  background: #efefef;
}

.table tr:hover td {
  background: #f8f8f8;
}

tr:hover > td {
  background: #fff;
}

table,
th {
  background-color: #f6f6f6;
}

.bg-cover,
.content-strip-bg,
.timeline-cover {
  background-position: center center;
}

th {
  font-weight: 700;
  border-bottom: 1px solid #e9e9e9;
  line-height: 45px;
}

td {
  padding: 9px 0;
  background-color: #fdfdfd;
}

table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  clear: both;
  margin-bottom: 27px;
  font-size: 12px;
}

.clear,
.decoration {
  clear: both !important;
}

.table-borders-light * {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

tr.mdc-data-table__row.group-total td {
  border-top: 1px solid #d119005c;
  font-weight: 600;
}

ol,
ul {
  font-size: 13px;
}

ol > li:last-child,
ul > li:last-child {
  margin-bottom: 0;
}

sub,
sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
}

sup {
  top: -15px;
}

sub {
  bottom: 0;
}

.center-item {
  margin-left: auto !important;
  margin-right: auto;
}

[hidden] {
  display: none;
}

header {
  width: 100%;
  height: 100px;
  perspective: 100px;
  padding: 20px 15px 10px;
  background: linear-gradient(to right, #1a400c, #53ce26);
  background: linear-gradient(to right, #800600, #f32100);
  border-radius: 0 0 30px 30px;
  z-index: 10;
  position: absolute;
  top: 0;
  display: block;
  font-family: var(--font-family-2);
}

header.small {
  height: 60px;
  border-radius: 0;
}

header.small .header--logo {
  text-align: left;
  left: 10%;
}

header:after {
  content: "";
  width: 100%;
  height: 96%;
  position: absolute;
  left: 0;
  background: #16a085;
  background: #fdc830;
  background: -webkit-linear-gradient(to right, #f37335, #fdc830);
  background: linear-gradient(to bottom, #f37335, #fdc830);
  display: none;
  z-index: -1;
  top: 0;
  border-radius: 0 0 30px 30px;
}

.header--action--btns.wallets-drop {
  width: 30px;
  height: 30px;
  transform: translate3d(calc(100vw - 178px), 140%, 0);
  transform: translate3d(calc(100vw - 50px), 140%, 0);
}

footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 9;
}

.mb-0 {
  margin-bottom: 0;
}

.pg--content-area {
  height: calc(100% - 119px);
  width: 100%;
  padding: 0 8px 10px 8px;
  top: 119px;
  z-index: 1;
  box-shadow: 0 -15px 15px -5px rgba(0, 0, 0, 0.05);
  border-radius: 30px 30px 0 0;
  transform: perspective(10px);
  perspective: 100px;
  /* padding-bottom: 65px;
  overflow-y: auto; */
}

.pg--content-area:after,
.pg--content-area:before {
  content: "";
  position: absolute;
  width: 100vw;
  left: 0;
  height: 55vh;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.5),
    rgba(229, 233, 242, 0.6)
  );
  opacity: 0;
}

.pg--content-area:before {
  background-size: 100vw;
  opacity: 0;
}

.bottom--menu {
  width: 100%;
  background: #f9f9f9;
}

.bottom--menu--list {
  width: 100%;
  display: grid;
  grid-template-columns: 20% 20% 20% 20% 20%;
  justify-content: space-around;
  text-transform: capitalize;
  padding-top: 10px;
  box-shadow: 0 0 20px 5px rgba(0, 0, 0, 0.06);
}

.bottom--menu--item--icon {
  width: 30px;
  height: 25px;
  margin: 0 auto;
}

.bottom--menu--item {
  text-align: center;
  fill: silver;
  color: silver;
  fill: silver;
  color: #000;
}

.bottom--menu--item--icon--svg {
  width: 105%;
  height: 100%;
  fill: inherit;
}

.bottom--menu--item--label {
  font-size: 1em;
  letter-spacing: 0.02em;
  font-family: var(--font-family);
}

.active-menu-item {
  color: #e2b969;
  fill: #e2b969;
  font-weight: 600;
  fill: #8f0900;
  color: #8f0900;
}

.pg--section {
  border-radius: 15px;
  padding: 5px 10px;
  margin-bottom: 15px;
  position: relative;
  /* perspective: 100px;
  transform: perspective(10px); */
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.3);
}

.pg-form .pg--section {
  margin-top: 20px;
}

.form--actions {
  padding-bottom: 20px;
  border-radius: 10px 10px 0 0;
}

.section--item {
  height: 80px;
  background: #eee;
  margin-bottom: 10px;
  overflow: hidden;
  perspective: 100px;
  border: 1px solid #eee;
  border-radius: 6px;
}

.section--item:after,
.section--item:before {
  content: "";
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: inherit;
  position: absolute;
  /* box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.025); */
  box-shadow: 0 0 0 3px rgba(255, 46, 46, 0.06);
  box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.035);
  z-index: -1;
}

.section--item.pay-dues:after {
  content: attr(data-after);
  top: 0 !important;
  background: #348018;
  right: 0 !important;
  width: auto !important;
  height: auto !important;
  color: #fff;
  border-radius: 0;
  padding: 0 10px 0;
  text-align: right;
  border-radius: 6px;
}

.section--item.manage-club:after,
.section--item.validate-club:after {
  content: attr(data-badge);
  top: -10% !important;
  right: -5% !important;
  width: 30px !important;
  height: 30px !important;
}

.section--item:nth-child(3):after,
.section--item:nth-child(3):before,
.section--item:nth-child(6):after,
.section--item:nth-child(6):before {
  top: 10%;
  right: -10px;
}

.section--item:nth-child(3):after,
.section--item:nth-child(6):after {
  width: 30px;
  height: 30px;
  top: 20%;
}

.section--item:nth-child(2):after,
.section--item:nth-child(2):before,
.section--item:nth-child(7):after,
.section--item:nth-child(7):before {
  bottom: -20%;
  right: -10px;
}

.section--item:nth-child(2):after,
.section--item:nth-child(7):after {
  width: 15px;
  height: 15px;
  top: 60%;
  right: 20px;
}

.section--item:nth-child(4):after,
.section--item:nth-child(4):before {
  top: 10%;
  left: 30px;
}

.section--item:nth-child(4):after {
  width: 30px;
  height: 30px;
  top: 20%;
}

.section--group {
  width: 100%;
  flex-flow: row wrap;
  column-count: 2;
  column-gap: 10px;
  display: grid;
  grid-template-columns: repeat(2, calc(50% - 5px));
  margin-top: 5px;
}

.line--section--group {
  column-count: 1;
  grid-template-columns: 100%;
}

.line--section--group .section--item {
  height: 60px;
}

.section--header,
.sub-section--header {
  padding-left: 10px !important;
  margin: 5px 0 !important;
  font-weight: 600 !important;
  line-height: 30px !important;
  color: rgba(0, 0, 0, 0.64) !important;
  font-size: 14px !important;
  font-family: var(--font-family-2);
}

.menu--control {
  z-index: 999;
}

.section--subtext {
  padding: 0 10px;
  font-size: 12px;
  margin: 0;
  font-family: var(--font-family-2);
  line-height: normal;
}

.section--header.has-icon {
  padding-left: 35px !important;
}

.flex--section-group {
  display: flex;
  width: 100%;
  flex-flow: row nowrap;
  overflow: auto;
  padding: 5px 5px 0 5px;
}

.flex--section--item {
  background: #eee;
  flex: 0 0 90%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 1px rgba(0, 0, 0, 0.06),
    0 -1px 0 0 rgba(0, 0, 0, 0.04);
}

.flex--section--item:not(:last-child) {
  margin-right: 10px;
}

.flex--section--item:after,
.flex--section--item:before {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  top: -10px;
  background: #f3f5f8;
  border-radius: 50%;
  right: 40px;
}

.flex--section--item:after {
  top: auto;
  bottom: -10px;
}

.header--search {
  background: rgba(245, 245, 245, 0.6);
  border-radius: 100px;
  --header-search-bar-height: 45px;
  padding-left: 35px;
  width: 100%;
  height: var(--header-search-bar-height);
  margin-top: 20px;
}

.header--search--input {
  background: 0 0;
  width: calc(100% - 10px);
  line-height: var(--header-search-bar-height);
  color: #fff;
}

.header--search--icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10px;
  transform: translate3d(0, -50%, 0);
  top: 50%;
  fill: #f5f5f5;
}

.header--control--item {
  fill: #f9f9f9;
  z-index: 99;
}

.header--action--btns .header--control--item {
  fill: rgba(138, 62, 120, 0.9);
  flex: 1 0 33%;
  text-align: center;
  display: inline-grid;
  place-items: center;
}

.header--action--btns .header--control--item svg {
  vertical-align: bottom;
}

.items--control.has-notifications::after {
  content: "";
  position: absolute;
  background: red;
  height: 10px;
  width: 10px;
  right: 20%;
  top: 15%;
  color: #fff;
  font-size: 10px;
  border-radius: 50px;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.search--control {
  background: rgba(249, 249, 249, 1);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  fill: silver;
  text-align: center;
  display: inline-grid;
  place-content: center;
}

.search--control svg {
  vertical-align: middle;
  width: 18px;
  height: 18px;
  fill: rgba(157, 73, 129, 0.71);
}

.search--control::after {
  content: "6";
  position: absolute;
  background: red;
  height: 20px;
  width: 20px;
  right: -20%;
  top: -20%;
  color: #fff;
  font-size: 14px;
  border-radius: 50px;
}

.header--control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header--logo {
  position: absolute;
  left: 0;
  text-align: center;
  width: 100%;
  color: #fff;
  letter-spacing: 0.03em;
  font-size: 20px;
  font-weight: 500;
}

.header-sub-logo {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  color: #fff;
  display: block;
  font-size: 13px;
}

.sub-icon {
  fill: #fff;
  vertical-align: text-bottom;
  font-size: 75%;
  margin-right: 5px;
}

.header--action--btns {
  width: 120px;
  height: 40px;
  display: flex;
  background: #fff;
  border-radius: 100px;
  position: absolute;
  transform: translate3d(calc(100vw - 150px), 90%, 0);
  transform: translate3d(calc(100vw - 164px), 90%, 0);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
  justify-content: space-around;
  overflow: hidden;
}

#profile-menu {
  position: absolute;
  right: 0;
}

#sync-menu {
  right: 40px;
  position: absolute;
}

.notification-ball {
  content: attr(data-member);
  position: absolute;
  top: 10%;
  right: 10%;
  width: 8px;
  height: 8px;
  font-size: 5px;
  background: red;
  color: red;
  border-radius: 50%;
}

.profile--control--panel,
.sync--control--panel,
.settings--control--panel,
.setup--control--panel,
.wallet--control--panel,
.fingerprint--control--panel,
.wallet--list--panel {
  position: absolute;
  right: 20px;
  width: 200px;
  top: 125px;
  background: #eee;
  border-radius: 10px;
  transition: all 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}

.wallet--list--panel {
  right: 6px;
}

.profile--control--panel {
  right: 0;
  top: 30px;
  width: 150px;
}

.sync--control--panel.show,
.profile--control--panel.show,
.settings--control--panel.show,
.setup--control--panel.show,
.wallet--control--panel.show,
.fingerprint--control--panel.show,
.wallet--list--panel.show {
  visibility: visible;
  opacity: 1;
  z-index: 9999;
}

.sync--control--panel .ls-form-control,
.profile--control--panel .ls-form-control,
.settings--control--panel .ls-form-control,
.setup--control--panel .ls-form-control,
.wallet--control--panel .ls-form-control,
.fingerprint--control--panel .ls-form-control,
.wallet--list--panel .ls-form-control {
  padding: 7px 15px;
  border-radius: 0;
  border: none;
}

.sync--control--panel .ls-form-control,
.profile--control--panel .ls-form-control,
.wallet--control--panel .ls-form-control,
.fingerprint--control--panel .ls-flow-control {
  padding: 10px 15px;
}

.sync--control--panel .ls-form-control:not(:last-child),
.profile--control--panel .ls-form-control:not(:last-child),
.settings--control--panel .ls-form-control:not(:last-child),
.setup--control--panel .ls-form-control:not(:last-child),
.wallet-control--panel .ls-form-control:not(:last-child),
.wallet--list--panel .ls-form-control:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 1px solid #d0d0d0;
}

.settings--control--icon {
  position: absolute;
  right: 10px;
  top: 30%;
}

.settings-title {
  padding: 7px 15px;
  font-size: 12px;
}

.profile--overlay,
.settings--overlay,
.setup--overlay,
.wallet--overlay,
.wallets--overlay,
.fingerprint--overlay,
.sync--overlay {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  right: 0;
  background: #00000088;
  z-index: 9998;
  display: none;
}

.profile--overlay.show,
.settings--overlay.show,
.setup--overlay.show,
.wallet--overlay.show,
.wallets--overlay.show,
.fingerprint--overlay.show,
.sync--overlay.show {
  display: block;
}

.section--content {
  height: 100%;
  display: table;
  width: 100%;
  border-radius: 5px;
  padding: 0 10px;
}

.action-text {
  display: table-cell;
  vertical-align: middle;
  text-align: -webkit-center;
  text-align: center;
  line-height: 16px;
  font-size: 100%;
  font-family: var(--font-family-2);
  font-weight: 600;
}

.section--content--icon {
  width: 50px;
  height: 50px;
  position: absolute;
  bottom: -10px;
  left: -10px;
}

.section--item:nth-child(1) .section--content--icon {
  fill: #e81f0080;
}

.section--item:nth-child(3) .section--content--icon {
  fill: #e81f0080;
}

.section--item:nth-child(2) .section--content--icon {
  fill: #e81f0080;
}

.section--item:nth-child(4) .section--content--icon {
  fill: #e81f0080;
}

.section--content--icon svg {
  opacity: 0.5;
  width: 100%;
  height: 100%;
}

.tasks {
  padding-left: 50px;
  height: 100%;
  display: flex;
  align-items: center;
}

[data-badge] {
  position: relative;
}

[data-badge]:after {
  content: attr(data-badge);
  background: radial-gradient(#c50d00, #bd0a00);
  width: 30px !important;
  color: #fff;
  height: 30px !important;
  border-radius: 50%;
  position: absolute;
  right: -8px !important;
  top: -8px !important;
  font-size: 12px;
  text-align: center;
  text-indent: -3px;
  line-height: 35px;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  left: unset !important;
}

.task--item--icon {
  position: absolute;
  left: 5px;
  height: 25px;
  width: 25px;
  text-align: center;
  background: rgba(52, 128, 24, 0.6);
  border-radius: 50%;
  display: inline-grid;
  place-content: center;
  fill: rgba(255, 255, 255, 0.8);
}

.task--item--icon svg {
  margin-top: auto;
  width: 25px;
  height: 25px;
  vertical-align: middle;
  transform: translate(0, 0);
}

.task--item--content {
  font-family: var(--font-family-3);
  font-weight: 600;
  width: 100%;
}

.task--item--type {
  font-size: 14px;
  color: #444;
  display: block;
  padding-right: 10px;
  line-height: 16px;
}

.task--item--date {
  line-height: normal;
  margin-top: -2px;
  display: block;
  color: #888;
}

.date-label {
  display: block;
  line-height: 16px;
  font-size: 12px;
  margin-top: 2px;
}

.date {
  display: block;
  line-height: normal;
  font-size: 70%;
  letter-spacing: 0.3px;
  margin-top: 0;
}

.recent--activity--date-item {
  font-size: 12px;
  width: 25em;
  padding: 3px;
  background: linear-gradient(to right, #1a400c, #53ce26);
  color: #fff;
  border-radius: 6px;
  text-align: center;
}

.recent--activity--date-item strong {
  font-size: 110%;
}

.recent--activity--item {
  padding: 10px;
  display: flex;
  font-family: var(--font-family-3);
}

.recent--activity--item--icon {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 35px;
  height: 35px;
  background: #fff;
  box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  text-align: center;
  right: 7px;
  display: inline-grid;
  place-content: center;
}

.recent--activity--item--icon svg {
  width: 20px;
  height: 20px;
  fill: rgba(255, 95, 109, 0.51);
  fill: rgba(127, 37, 95, 0.6);
}

.recent--activity--item--content {
  padding-left: 10px;
  width: 50em !important;
}

.recent--activity--item--text {
  display: block;
  line-height: 16px;
  width: 85%;
}

.truncate {
  --lh: 1rem;
  --max-lines: 3;
  line-height: var(--lh);
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}

.truncate-news {
  --lh: 1rem;
  --max-lines: 3;
  line-height: var(--lh);
  max-height: calc(var(--lh) * var(--max-lines));
  overflow: hidden;
}

.pg--post--transaction .line--section--group {
  grid-template-columns: repeat(2, calc(50% - 5px));
}

.pg--post--transaction .line--section--group .section--item {
  height: 60px;
}

.pg--post--transaction .tasks {
  padding-left: 50px;
}

.pg--post--transaction .task--item--icon {
  height: 35px;
  width: 35px;
}

.pg--post--transaction .line--section--group .section--item .task--item--icon {
  display: inline-grid;
  place-content: center;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(1)
  .task--item--icon,
.report-category-list .report-category:nth-of-type(1) .report-category-icon {
  background: #348018cc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(3)
  .task--item--icon,
.report-category-list .report-category:nth-of-type(3) .report-category-icon {
  background: #348018cc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(5)
  .task--item--icon,
.report-category-list .report-category:nth-of-type(2) .report-category-icon {
  background: #398c1bcc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(7)
  .task--item--icon,
.report-category-list .report-category:nth-of-type(4) .report-category-icon {
  background: #398c1bcc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(2)
  .task--item--icon {
  background: #8f4896cc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(4)
  .task--item--icon {
  background: #8f4896cc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(6)
  .task--item--icon {
  background: #53cc27cc;
}

.pg--post--transaction
  .line--section--group
  .section--item:nth-child(8)
  .task--item--icon {
  background: #53cc27cc;
}

.section--item.disabled-module {
  background: #bdc3c7;
  pointer-events: none;
}

.section--item.disabled-module .task--item--icon {
  fill: rgba(255, 255, 255, 0.75);
  background: #9e9e9e;
}

.disabled-module:after {
  content: none !important;
}

.section--item.disabled-module .task--item--type {
  color: rgba(255, 255, 255, 0.75);
}

.pg--action--header {
  border-radius: 10px;
  padding: 0 0;
  padding-left: 45px;
  perspective: 100px;
  padding-top: 0;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.pg--action--header:after {
  content: "";
  position: absolute;
  right: -10px;
  width: calc(100% + 20px);
  height: 100%;
  top: 0;
  z-index: -1;
}

.pg--action--header--icon {
  position: absolute;
  left: 5px;
  width: 30px;
  height: 30px;
  display: inline-grid;
  place-content: center;
  background: #f0f0f0;
  background: #fff;
  border-radius: 50%;
  transform: perspective(10px);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
}

.pg--action--header--icon svg {
  width: 17px;
  height: 17px;
}

.pg--action--header h2 {
  font-family: var(--font-family-2) !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  font-size: 14px !important;
  margin: 15px 0;
}

.select-tasks {
  height: 100%;
  padding: 10px;
  box-sizing: border-box;
  overflow: auto;
  margin-bottom: 0;
}

.select-tasks__item {
  background: #f0f0f0;
  width: 100%;
  border-radius: 100px;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.8);
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23f0f0f0' width='11' height='11'/%3E%3Crect fill='%23efefef' x='10' width='11' height='11'/%3E%3Crect fill='%23eeeeee' y='10' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='20' width='11' height='11'/%3E%3Crect fill='%23ededed' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23ececec' y='20' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='30' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' y='30' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='40' width='11' height='11'/%3E%3Crect fill='%23e7e7e7' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23e6e6e6' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23e5e5e5' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' y='40' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' x='50' width='11' height='11'/%3E%3Crect fill='%23e3e3e3' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23e2e2e2' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23e1e1e1' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23e0e0e0' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23e0e0e0' y='50' width='11' height='11'/%3E%3Crect fill='%23dfdfdf' x='60' width='11' height='11'/%3E%3Crect fill='%23dedede' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23dddddd' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23dcdcdc' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23dadada' x='70' width='11' height='11'/%3E%3Crect fill='%23d9d9d9' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23d8d8d8' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23d6d6d6' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23d5d5d5' x='80' width='11' height='11'/%3E%3Crect fill='%23d4d4d4' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23d3d3d3' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23d1d1d1' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23d0d0d0' x='90' width='11' height='11'/%3E%3Crect fill='%23cfcfcf' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23cecece' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23cecece' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23cdcdcd' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23cccccc' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23cbcbcb' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23cacaca' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23cacaca' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23c9c9c9' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23c8c8c8' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23c7c7c7' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23c5c5c5' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23c4c4c4' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23c3c3c3' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23c1c1c1' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23c0c0c0' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.select-tasks__item:not(:last-child) {
  margin-bottom: 10px;
}

.select-tasks__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 5px 15px 5px 20px;
  box-sizing: border-box;
}

.select-tasks__label input {
  display: none;
}

.select-tasks__label input:checked ~ span {
  color: #999;
  text-decoration: line-through;
}

.app-priviledges__label input:checked ~ .app-priviledges__mark,
.select-tasks__label input.checked ~ .join-mark .select-tasks__mark,
.select-tasks__label input:checked ~ .join-mark .select-tasks__mark,
.select-tasks__label input:checked ~ .select-tasks__mark {
  background: #398c1b;
}

.select-tasks__label .task-info {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  color: #1f1f1f;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  flex: 0 0 80%;
  max-width: 90%;
  line-height: 17px;
  font-family: var(--font-family-3);
}

.select-tasks__mark {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.select-tasks__mark:after,
.select-tasks__mark:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 10px;
  height: 1px;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.select-tasks__mark:before {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translate(-43%, -400%) rotate(-45deg);
  transform: translate(-43%, -400%) rotate(-45deg);
}

.select-tasks__mark:after {
  width: 6px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate(-90%, -50%) rotate(45deg);
  transform: translate(-90%, -50%) rotate(45deg);
}

.select-tasks__item img {
  width: 100%;
  align-self: center;
  margin-left: 10px;
  padding: 5px;
}

#duesClubList .select-tasks__mark:after,
#duesClubList .select-tasks__mark:before {
  content: none;
}

#duesClubList .select-tasks__mark {
  display: flex;
  justify-content: center;
  background: #307816;
  color: #fff;
  height: 25px;
  width: 25px;
}

#duesClubList .select-tasks__mark h6 {
  margin: 0;
  font-size: 12px;
  font-weight: 700;
}

.join-assoc li {
  display: grid;
  grid-template-columns: 15% 85%;
}

.join-assoc .task-info {
  overflow-x: hidden;
}

.task-desc {
  display: block;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 90%;
  color: grey;
  margin-top: 3px;
}

.progress_inner__bar,
.progress_inner__bar--set {
  --top-progress-bar: calc(calc(30px - 6px) / 2);
  height: 6px;
  left: 15%;
  background: repeating-linear-gradient(
    45deg,
    #b1b2b3,
    #b1b2b3 4px,
    #d0d0d0 4px,
    #d0d0d0 10px
  );
  transition: width 0.8s cubic-bezier(0.915, 0.015, 0.3, 1.005);
  border-radius: 6px;
  width: 0;
  position: relative;
  z-index: -1;
  top: var(--top-progress-bar);
}

.progress_inner__step:before {
  width: 30px;
  height: 30px;
  color: #111;
  background: #d0d0d0;
  line-height: 24px;
  border: 3px solid #f9f9f9;
  font-size: 12px;
  top: 3px;
  border-radius: 100%;
  transition: all 0.4s;
  cursor: pointer;
  display: inline-block;
  pointer-events: none;
}

.progress_inner__step {
  width: calc(100% / 3);
  font-size: 14px;
  padding: 0 10px;
  transition: all 0.4s;
  float: left;
  text-align: center;
  position: relative;
}

.progress_inner__step label {
  padding-top: 0;
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 94%;
  padding-top: 50px;
  top: -40px;
  color: #6b6b6b;
}

.progress_inner__step:hover {
  color: #111;
}

.progress_inner__step.active:before,
.progress_inner__step:hover:before {
  color: #fff;
  background: #a0a0a0;
}

.progress_inner__step.active label {
  color: #000;
}

.progress_inner {
  width: 100%;
  z-index: 1;
}

.progress_inner:after,
.progress_inner:before {
  content: "";
  float: none;
  clear: both;
  display: block;
}

.progress_inner #step-3:checked + div {
  width: 70%;
}

.progress_inner #step-3:checked + div + div + div > .tab:nth-of-type(3) {
  opacity: 1;
  top: 0;
  z-index: 1;
}

.progress_inner #step-2:checked + input + div {
  width: 40%;
}

.progress_inner
  #step-2:checked
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(2) {
  opacity: 1;
  top: 0;
  z-index: 1;
}

.progress_inner #step-1:checked + input + input + div {
  width: 0%;
}

.progress_inner
  #step-1:checked
  + input
  + input
  + div
  + div
  + div
  > .tab:nth-of-type(1) {
  opacity: 1;
  top: 0;
  z-index: 1;
}

.progress_inner__step:nth-of-type(1):before {
  content: "1";
}

.progress_inner__step:nth-of-type(2):before {
  content: "2";
}

.progress_inner__step:nth-of-type(3):before {
  content: "3";
}

.progress_inner__bar--set {
  width: 70%;
  top: calc(var(--top-progress-bar) - 6px);
  background: #d0d0d0;
  position: relative;
  z-index: -2;
}

.progress_inner__tabs .tab {
  opacity: 0;
  position: absolute;
  top: 20px;
  margin-top: 0;
  padding: 10px;
  background: #f1f1f1;
  border-radius: 0 0 10px 10px;
  transition: all 0.2s;
  width: calc(100% + 20px);
  z-index: -1;
  left: -10px;
}

.progress_inner__tabs .tab :not(i) {
  font-family: var(--font-family-2);
}

.mdc-select .mdc-floating-label {
  font-size: 13px !important;
}

.mdc-floating-label {
  font-size: 14px !important;
  color: rgba(0, 0, 0, 0.8) !important;
}

.progress_inner input[type="radio"] {
  display: none;
}

.progress_inner__tabs {
  top: 51px;
  perspective: 100px;
  width: 100%;
}

.form-select-width {
  width: 100%;
}

.form--actions .mdc-text-field {
  width: 100%;
  border-bottom: 0;
  border-radius: 0 4px 4px 0;
}

.mdc-select__selected-text {
  display: inline-grid;
  justify-content: flex-start;
  align-content: center;
}

.mdc-select:not(.mdc-select--disabled) .mdc-select__selected-text {
  width: 100%;
}

.mdc-select__selected-text {
  height: 48px;
  font-size: 0.8em;
  line-height: 48px;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mdc-select,
.mdc-text-field__input {
  height: 48px;
  font-size: 1em;
  line-height: 48px;
  border-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.mdc-text-field {
  border: 0;
  height: 48px;
  border-radius: 0;
}

.form--control--icon {
  position: absolute;
  left: 0;
  width: 40px;
  height: 48px;
  display: inline-grid;
  place-items: center;
  fill: #d0d0d0;
  background: #aaa;
  border-radius: 6px 0 0 6px;
}

.form--control--icon svg {
  width: 20px;
  height: 20px;
}

.form--control--item {
  padding-left: 40px;
  margin-bottom: 10px;
}

.progress_inner__tabs .tab.tab-1 .form--control--item {
  padding-left: 0;
}

.helper--text {
  font-size: 12px !important;
  display: none;
}

.form--group {
  display: flex;
  justify-content: space-between;
}

.form--group > .form--control--item {
  flex: 0 0 48%;
}

.mdc-select:not(.mdc-select--disabled),
.mdc-text-field__input {
  background: #fff;
}

.btn--tab--action {
  padding: 6px 10px;
  display: flex;
  align-items: center;
  width: 40px;
  background: #ccc;
  border-radius: 5px;
}

.btn--tab--action i {
  font-size: 18px;
}

.btn--tab--action .mdc-button__label {
  font-size: 16px !important;
}

.tab--actions {
  display: flex;
  justify-content: flex-end;
}

.receipt {
  perspective: 100px;
  zoom: 0.975;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.3);
  overflow-y: scroll;
  font-family: var(--font-family-2);
}

.receipt-header {
  background: #fff;
  border-radius: 6px 6px 0 0;
  width: 100%;
  margin: 0 auto;
  padding: 10px 15px 15px;
}

.receipt-body {
  background: linear-gradient(135deg, #fff 2.8px, transparent 2.81px) bottom
      left,
    linear-gradient(45deg, transparent 5.68px, #fff 5.69px) bottom left;
  background-repeat: repeat-x;
  background-size: 8px 4px;
  position: relative;
}

.receipt-body {
  -webkit-filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
  filter: drop-shadow(0 2px 1px rgba(0, 0, 0, 0.1));
  max-width: 320px;
  margin: -10px auto 0;
}

.receipt-list {
  background-color: #fff;
  margin: 0;
  border-top: 1px solid #d0d0d0;
  border-bottom: 2px dotted #aaa;
  border-radius: 0 0 4px 4px;
  padding: 10px 10px 20px;
  position: relative;
}

.receipt-item {
  line-height: 1;
  overflow: hidden;
  font-size: 16px;
  --grid-width: calc(calc(100% / 4) - 5px);
  display: grid;
  grid-template-columns: 7px calc(calc(var(--grid-width) * 2.5) - 15px) 10px calc(
      var(--grid-width) * 1.5
    );
  grid-gap: 5px;
  align-items: center;
}

.CONVERSION .receipt-item {
  grid-template-columns:
    13px calc(calc(var(--grid-width) * 2.5) - 40px) calc(
      var(--grid-width) * 1.5
    )
    30px;
}

div.receipt-item:first-of-type {
  border-top: 2px solid #aaa;
  padding-top: 10px;
  margin-top: 10px;
}

.receipt-line {
  min-height: 45px;
  margin-top: 0 !important;
  padding: 5px 0;
}

.receipt-line i {
  font-style: normal;
  font-size: 14px;
  color: #aaa;
}

.receipt-line:not(:last-of-type) {
  border-bottom: 1px dashed #ccc;
}

.receipt-item:not(:first-child) {
  /* margin-top: .4rem */
}

.receipt-value {
  text-align: right;
  font-size: 14px;
}

.receipt-qty > .form-control,
.receipt-value input {
  padding: 3px;
}

.receipt-label-line-1 {
  font-size: 13px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  word-spacing: -0.025em;
  color: #333;
  overflow: hidden;
  line-height: 16px;
  padding-bottom: 3px;
}

.receipt-qty {
  text-align: right;
  color: #2b3c6a;
  font-size: 90%;
}

.receipt-item-label-price {
  font-size: 12px;
  color: #666;
}

.receipt-item-label-discount {
  font-size: 12px;
  color: #2b3c6a;
}

.receipt-total {
  grid-column: 4/5;
  text-align: right;
  font-size: 14px;
}

.receipt-total > div {
  font-size: 14px;
}

.receipt-total.tax {
  color: #ff5f6d;
}

.receipt-total.total {
  color: #303f67;
}

.receipt-total h3 {
  margin: 0;
}

.receipt-total > div > span {
  float: right;
  letter-spacing: -0.025em;
}

.vendor-details {
  position: relative;
  line-height: 14px;
  color: #2b2b2b;
  font-size: 12px;
}

.vendor-details strong {
  font-weight: 600;
}

.receipt-header-line-2 {
  text-align: center;
  margin-top: 15px;
}

.cart--items--details {
  text-align: center;
  padding: 2px 10px;
  display: inline-block;
  margin: 0 auto;
  border-radius: 12px;
  color: #000;
}

.receipt-header-info-type {
  padding-top: 2px;
  padding-left: 6px;
  font-size: 14px;
  color: #2b2b2b;
  position: relative;
  font-weight: 700;
}

.receipt-header-info-type:after {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 3px;
  top: 55%;
  transform: translate3d(0, -50%, 0);
  height: 60%;
  background: #f3ac22;
  display: block;
  content: "";
  padding-bottom: 2px;
}

.receipt-header-info {
  display: flex;
  justify-content: space-between;
}

.receipt-header-info:nth-of-type(2) {
  margin-top: 20px;
}

.receipt-footer {
  border-radius: 4px;
  padding: 15px;
  background: #fff;
  min-height: 40px;
}

.receipt-label-line-2 {
  line-height: 14px;
}

.date--info strong {
  font-size: 11px;
  font-weight: 600;
}

.section--align--right {
  justify-content: flex-end;
}

.receipt-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.btn-receipt-action {
  padding: 6px 10px;
  border: 0;
  font-family: Poppins, sans-serif;
  font-size: 13px;
  border-radius: 4px;
}

.btn-receipt-action.save {
  margin-right: 10px;
}

.vendor-image-placeholder {
  display: grid;
  justify-content: center;
  width: 60px;
  height: 60px;
}

.vendor-image-placeholder img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
  background: #f9f9f9;
}

.receipt-header-info-content.date--info {
  font-size: 14px;
}

.receipt-header-info-content.date--info .receipt-header-label {
  display: block;
}

.order--list--accordion {
  width: 100%;
  padding-bottom: 0;
  font-family: var(--font-family-2);
}

/* .order--list--accordion input[name="toggler"] {
    display: none;
} */

.accordion {
  list-style: none;
  margin: 0;
  padding: 5px;
  perspective: 100px;
}

.accordion .item {
  position: relative;
}

.accordion .item:not(:last-child) {
  margin-bottom: 10px;
}

.accordion .item > * {
  width: 100%;
  padding: 10px 20px 10px 10px;
  margin: 0;
  background: #fff;
  position: relative;
}

.accordion .item > .text {
  background: #f0f5f9;
}

.accordion .item > .accordionTitle {
  display: block;
  font-size: 1.05em;
  background: #fff;
}

.accordion .item > .accordionTitle::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background: #c9d6df;
  bottom: 0;
  left: 0;
}

.accordion .item > .accordionTitle::after {
  content: attr(data-value);
  display: inline-grid;
  place-items: center;
  align-items: center;
  position: absolute;
  line-height: normal;
  width: 23px;
  height: 23px;
  box-shadow: 0 0 0 1px #307816;
  color: #fff;
  background: rgba(48, 120, 22, 0.9);
  top: 50%;
  right: 5%;
  border-radius: 50%;
  transform: translate3d(10px, -50%, 0);
}

.accordion .item > .accordionTitle label {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 35px;
  width: 35px;
}

.accordion .item > .accordionTitle label::after,
.accordion .item > .accordionTitle label::before {
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  background: #444;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.9);
}

.accordion .item > .accordionTitle label::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

input[name="toggler"] {
  display: block;
  position: relative !important;
  top: 20% !important;
  margin: 0;
  padding: 0 !important;
  opacity: 0;
  z-index: 1;
  height: 18px !important;
  direction: ltr;
  cursor: pointer;
  bottom: -30px;
  width: 100%;
}

.accordion .item .content {
  display: none;
}

input[name="toggler"]:checked ~ .content {
  display: block;
}

input[name="toggler"]:checked ~ .accordionTitle label::after {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%) scale(0.9);
}

i.index {
  font-style: normal;
  color: #aaa;
}

li.txn-list-item {
  --grid-width: calc(calc(100% / 4) - 10px);
  display: grid;
  grid-template-columns: 20px 35px calc(75% - 115px) 35% 30px;
  grid-gap: 5px;
  align-items: center;
  margin-bottom: 10px;
}

.agent--list--accordion li.txn-list-item {
  grid-template-columns: 20px 50px calc(75% - 135px) 35% 30px;
}

.order--list--accordion .txn-list-item {
  grid-template-columns: 30px 50px calc(80% - 100px) 20% 10px;
}

li.txn-list-item > * {
  font-size: 12px;
}

.txn-company {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.accordion .item .content {
  /* background: #c9d6df88 */
  background: #e6e6e6;
}

.txn--action--icon {
  width: 20px;
  height: 25px;
  display: block;
  float: right;
  fill: rgba(60, 16, 83, 0.5);
}

.txn--action--icon svg {
  width: 100%;
  height: 100%;
}

button.txn--action {
  background: 0 0;
}

.content .txn-amount {
  text-align: right;
  padding-right: 5px;
  line-height: 1.2em;
}

.show {
  display: block;
}

h2.invoice--header--line--1 {
  margin-bottom: 4px !important;
  margin-top: 0;
  font-family: var(--font-family-2);
  font-size: 15px !important;
  font-weight: 700;
  text-transform: uppercase;
}

.invoice--header {
  text-align: center;
  margin-bottom: 20px;
}

.invoice-header-company--name {
  font-size: 13px;
  font-weight: 600;
}

.invoice--header--company--addr {
  font-size: 12px;
}

.receipt--total--label {
  grid-column: 2/3;
  text-align: right;
  font-size: 13px;
}

.section--body {
  perspective: 100px;
  overflow-y: auto;
}

.pg-form .section--body {
  height: calc(100% - 65px);
}

.mdc-select .mdc-floating-label,
.mdc-text-field .mdc-floating-label {
  top: 50%;
  transform: translate3d(0, -50%, 0);
  z-index: 2;
}

.mdc-form-field > label,
.mdc-text-field .mdc-floating-label,
.mdc-text-field__input {
  font-family: var(--font-family);
}

.role-setup-form .mdc-text-field {
  width: 100%;
}

.role-setup-form .mdc-text-field,
.role-setup-form .mdc-text-field:hover {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  z-index: 1;
}

.role-setup-form .mdc-text-field input,
.role-setup-form .mdc-text-field:hover input {
  background: #fff;
  opacity: 1;
  z-index: 1;
}

.role-setup-form .mdc-text-field,
.role-setup-form .mdc-text-field:hover label {
  color: rgba(0, 0, 0, 0.4) !important;
}

.setup--form--control:not(:last-child) {
  margin-bottom: 20px;
}

.option-group {
  padding: 10px 0;
}

.option-group.inline {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
}

.option-group.inline label:not(:last-child) {
  flex: 1 0 auto;
  margin-right: 10px;
}

.option-group.inline label {
  padding-right: 10px;
  background: #f5f5f5;
  box-shadow: 0 -1px 3px rgba(0, 0, 0, 0.1), 0 1px 3px rgba(0, 0, 0, 0.1);
}

.setup-form {
  font-family: var(--font-family-3);
}

.setup--form--control .option-group .mdc-form-field {
  display: flex;
  margin-bottom: 6px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
}

.setup--form--control {
  padding: 0 10px;
}

.setup--form--control input[type="radio"] {
  pointer-events: all;
  opacity: 1;
}

.setup--form--label {
  display: inline-block;
  margin-bottom: 15px;
  color: #111;
  margin-left: -20px;
  position: relative;
  padding-left: 15px;
  text-transform: uppercase;
  line-height: normal;
  font-size: 14px;
}

.setup--form--label:before {
  position: absolute;
  content: "";
  left: -5px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: block;
  background: #348018;
  border: 5px solid transparent;
  border-radius: 20px;
}

.setup--form--control:not(:last-child):after {
  content: "";
  left: 0;
  position: absolute;
  border-left: 2px dotted #d0d0d0;
  height: 100%;
  top: 0;
  margin-top: 20px;
  z-index: -1;
  margin-left: calc(-10px - 1px);
}

.role-setup-form {
  margin: 0 auto;
  display: block;
  padding-left: 20px;
  padding-top: 10px;
}

.form-control-switch {
  padding-left: 15px;
  background: #fff;
  height: 40px;
  display: inline-flex;
  align-items: center;
  padding-right: 15px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.form-control-switch .mdc-switch {
  padding-right: 5px;
}

.setup-form-step {
  visibility: hidden;
  height: 0;
}

.steps {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  width: 100%;
}

.role-setup-steps {
  overflow-x: hidden;
  height: 100%;
}

.process-steps {
  overflow-x: hidden;
  overflow-y: scroll;
  height: 100%;
  padding-bottom: 70px;
}

.app-priviledges__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 5px 10px 5px 10px;
  box-sizing: border-box;
}

.app-priviledges__label input {
  display: none;
}

.app-priviledges__mark {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  position: relative;
  background: #fff;
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 100%;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.app-priviledges__mark:after,
.app-priviledges__mark:before {
  content: "";
  position: absolute;
  display: block;
  background: #fff;
  width: 10px;
  height: 1px;
  top: 48%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.app-priviledges__mark:before {
  -webkit-transform-origin: right;
  transform-origin: right;
  -webkit-transform: translate(-43%, -400%) rotate(-45deg);
  transform: translate(-43%, -400%) rotate(-45deg);
}

.app-priviledges__mark:after {
  width: 6px;
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transform: translate(-90%, -50%) rotate(45deg);
  transform: translate(-90%, -50%) rotate(45deg);
}

.setup-process-header {
  margin-bottom: 10px !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-weight: 600 !important;
  font-size: 15px;
  line-height: 20px;
  padding: 0 20px;
  font-family: var(--font-family-2);
}

.role-priviledges-header {
  display: flex;
}

.priviledge-types {
  display: inline-flex;
  justify-self: flex-end;
  flex: 0 0 50%;
  justify-content: space-around;
  padding-bottom: 4px;
  font-size: 0.9em;
}

.priviledges-type-label + div {
  display: flex;
  justify-content: space-between;
  flex: 0 0 50%;
}

.priviledges {
  padding: 10px 0 10px 10px;
  margin-bottom: 0;
}

.priviledges li {
  display: flex;
  flex-flow: row nowrap;
}

.priviledges li:not(:last-child) {
  margin-bottom: 10px;
}

.priviledge-type {
  flex: 1 0 50%;
}

.priviledges-header {
  padding: 5px 0 !important;
  padding-left: 10px !important;
  font-size: 20px;
  line-height: 30px;
  background: #f0f0f0;
  width: 100%;
  border-radius: 100px;
  box-shadow: 0 0 2px -1px rgba(0, 0, 0, 0.8);
  background-color: #f0f0f0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 100 60'%3E%3Cg %3E%3Crect fill='%23f0f0f0' width='11' height='11'/%3E%3Crect fill='%23efefef' x='10' width='11' height='11'/%3E%3Crect fill='%23eeeeee' y='10' width='11' height='11'/%3E%3Crect fill='%23eeeeee' x='20' width='11' height='11'/%3E%3Crect fill='%23ededed' x='10' y='10' width='11' height='11'/%3E%3Crect fill='%23ececec' y='20' width='11' height='11'/%3E%3Crect fill='%23ebebeb' x='30' width='11' height='11'/%3E%3Crect fill='%23eaeaea' x='20' y='10' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' x='10' y='20' width='11' height='11'/%3E%3Crect fill='%23e9e9e9' y='30' width='11' height='11'/%3E%3Crect fill='%23e8e8e8' x='40' width='11' height='11'/%3E%3Crect fill='%23e7e7e7' x='30' y='10' width='11' height='11'/%3E%3Crect fill='%23e6e6e6' x='20' y='20' width='11' height='11'/%3E%3Crect fill='%23e5e5e5' x='10' y='30' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' y='40' width='11' height='11'/%3E%3Crect fill='%23e4e4e4' x='50' width='11' height='11'/%3E%3Crect fill='%23e3e3e3' x='40' y='10' width='11' height='11'/%3E%3Crect fill='%23e2e2e2' x='30' y='20' width='11' height='11'/%3E%3Crect fill='%23e1e1e1' x='20' y='30' width='11' height='11'/%3E%3Crect fill='%23e0e0e0' x='10' y='40' width='11' height='11'/%3E%3Crect fill='%23e0e0e0' y='50' width='11' height='11'/%3E%3Crect fill='%23dfdfdf' x='60' width='11' height='11'/%3E%3Crect fill='%23dedede' x='50' y='10' width='11' height='11'/%3E%3Crect fill='%23dddddd' x='40' y='20' width='11' height='11'/%3E%3Crect fill='%23dcdcdc' x='30' y='30' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='20' y='40' width='11' height='11'/%3E%3Crect fill='%23dbdbdb' x='10' y='50' width='11' height='11'/%3E%3Crect fill='%23dadada' x='70' width='11' height='11'/%3E%3Crect fill='%23d9d9d9' x='60' y='10' width='11' height='11'/%3E%3Crect fill='%23d8d8d8' x='50' y='20' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='40' y='30' width='11' height='11'/%3E%3Crect fill='%23d7d7d7' x='30' y='40' width='11' height='11'/%3E%3Crect fill='%23d6d6d6' x='20' y='50' width='11' height='11'/%3E%3Crect fill='%23d5d5d5' x='80' width='11' height='11'/%3E%3Crect fill='%23d4d4d4' x='70' y='10' width='11' height='11'/%3E%3Crect fill='%23d3d3d3' x='60' y='20' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' x='50' y='30' width='11' height='11'/%3E%3Crect fill='%23d2d2d2' x='40' y='40' width='11' height='11'/%3E%3Crect fill='%23d1d1d1' x='30' y='50' width='11' height='11'/%3E%3Crect fill='%23d0d0d0' x='90' width='11' height='11'/%3E%3Crect fill='%23cfcfcf' x='80' y='10' width='11' height='11'/%3E%3Crect fill='%23cecece' x='70' y='20' width='11' height='11'/%3E%3Crect fill='%23cecece' x='60' y='30' width='11' height='11'/%3E%3Crect fill='%23cdcdcd' x='50' y='40' width='11' height='11'/%3E%3Crect fill='%23cccccc' x='40' y='50' width='11' height='11'/%3E%3Crect fill='%23cbcbcb' x='90' y='10' width='11' height='11'/%3E%3Crect fill='%23cacaca' x='80' y='20' width='11' height='11'/%3E%3Crect fill='%23cacaca' x='70' y='30' width='11' height='11'/%3E%3Crect fill='%23c9c9c9' x='60' y='40' width='11' height='11'/%3E%3Crect fill='%23c8c8c8' x='50' y='50' width='11' height='11'/%3E%3Crect fill='%23c7c7c7' x='90' y='20' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' x='80' y='30' width='11' height='11'/%3E%3Crect fill='%23c6c6c6' x='70' y='40' width='11' height='11'/%3E%3Crect fill='%23c5c5c5' x='60' y='50' width='11' height='11'/%3E%3Crect fill='%23c4c4c4' x='90' y='30' width='11' height='11'/%3E%3Crect fill='%23c3c3c3' x='80' y='40' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='70' y='50' width='11' height='11'/%3E%3Crect fill='%23c2c2c2' x='90' y='40' width='11' height='11'/%3E%3Crect fill='%23c1c1c1' x='80' y='50' width='11' height='11'/%3E%3Crect fill='%23c0c0c0' x='90' y='50' width='11' height='11'/%3E%3C/g%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
}

.priviledges-type-label {
  flex: 1;
  font-size: 14px;
}

.process-flow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}

.process-flow-steps {
  overflow: hidden;
  font-family: var(--font-family-3);
}

.process-flow > .process-flow-label:nth-of-type(1) {
  order: 4;
}

.process-flow > .process-flow-label:nth-of-type(2) {
  order: 3;
}

.process-flow > .process-flow-label:nth-of-type(3) {
  order: 2;
}

.process-flow > .process-flow-label:before {
  content: attr(data-step);
  margin: 0 auto;
  background: #fff;
  border: 2px solid #e6e6e6;
  color: #aaa;
  width: 2rem;
  height: 2rem;
  text-align: center;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  font-weight: 700;
  display: grid;
  justify-content: center;
  align-items: center;
  font-family: var(--font-family-3);
  font-size: 1em;
  line-height: 10px;
}

.process-flow-control:nth-of-type(1):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(1):before,
.process-flow-control:nth-of-type(2):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(2):before,
.process-flow-control:nth-of-type(3):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(3):before,
.process-flow-control:nth-of-type(4):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(4):before {
  color: #fff;
  background: rgba(106, 40, 112, 1);
  border: 2px solid #fff;
  margin-bottom: -4.9rem;
  line-height: 10px;
}

.process-flow-control:nth-of-type(1):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(1)
  ~ .process-flow-label:before,
.process-flow-control:nth-of-type(2):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(2)
  ~ .process-flow-label:before,
.process-flow-control:nth-of-type(3):checked
  ~ .process-flow
  > .process-flow-label:nth-of-type(3)
  ~ .process-flow-label:before {
  content: "\1f5f8";
  content: "\2713";
  font-size: 1em;
  border: 2px solid #fff;
  background: rgba(106, 40, 112, 1);
  color: #fff;
  line-height: normal;
}

.process-flow-steps {
  width: calc(100% * 4);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: grid;
  grid-template-columns: repeat(4, calc(100% / 4));
  padding-bottom: 0;
  height: calc(100% - 100px);
}

.process-flow-steps > .process-flow-step {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 100px;
  padding-top: 20px;
  padding-bottom: 80px;
  transform: perspective(10px);
  overflow: auto;
}

.process-flow-control:nth-of-type(4):checked ~ .process-flow-steps {
  transform: translate3d(0, 0, 0);
}

.process-flow-control:nth-of-type(3):checked ~ .process-flow-steps {
  transform: translate3d(-25%, 0, 0);
}

.process-flow-control:nth-of-type(2):checked ~ .process-flow-steps {
  transform: translate3d(calc(-25% * 2), 0, 0);
}

.process-flow-control:nth-of-type(1):checked ~ .process-flow-steps {
  transform: translate3d(calc(-25% * 3), 0, 0);
}

.process-flow:after,
.process-flow:before {
  content: "";
  position: absolute;
  display: block;
  background: #e6e6e6;
  width: 100%;
  height: 0.125rem;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  left: 50%;
}

.process-flow:after {
  transition: width 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0;
  background: #348018;
  transform: translate3d(0, -50%, 0);
  left: 0;
  will-change: width;
}

.process-flow-control:nth-of-type(1):checked ~ .process-flow:after {
  width: 100%;
}

.process-flow-control:nth-of-type(2):checked ~ .process-flow:after {
  width: calc(calc(100% / 3) * 2);
}

.process-flow-control:nth-of-type(3):checked ~ .process-flow:after {
  width: calc(calc(100% / 3) * 1);
}

.process-flow-helpers {
  width: 90%;
  margin: 0 auto;
  color: #fff;
  margin-top: 15px;
  display: grid;
  grid-template-columns: 1fr 60px;
}

.process-flow-helper {
  padding: 10px;
  position: relative;
  width: 100%;
}

.process-flow-helper:before {
  content: "";
  position: absolute;
  background: linear-gradient(to right, #1a400c, #53ce26);
  height: 100%;
  left: calc(-3.5vw - 2px);
  width: calc(100vw - 40px);
  top: 0;
  border-radius: 5px;
}

.process-flow-helper p {
  line-height: normal;
  margin-bottom: 0;
  color: #fff;
  font-size: 10px;
}

.process-flow-helpers:after {
  content: "";
  position: absolute;
  transition: all 0.3s cubic-bezier(0.47, 0, 0.745, 0.715);
  left: 5px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: #451557;
}

.process-flow-control:nth-of-type(1):checked ~ .process-flow-helpers:after {
  left: calc(100% - 25px);
}

.process-flow-control:nth-of-type(2):checked ~ .process-flow-helpers:after {
  left: calc(calc(calc(100% / 3) * 2) - 15px);
}

.process-flow-control:nth-of-type(3):checked ~ .process-flow-helpers:after {
  left: calc(calc(100% / 3) - 5px);
}

.ls-form {
  height: auto;
  overflow: auto;
}

.ls-form-control {
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  padding: 12px 10px 13px 70px;
}

.ls-form-control label {
  text-align: left !important;
}

.ls-form-control:not(:last-child) {
  margin-bottom: 20px;
}

.ls-form-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 20px;
  padding-left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  display: inline-grid;
  justify-content: center;
  fill: rgba(0, 0, 0, 0.3);
  fill: rgba(255, 255, 255, 0.8);
  color: #eee;
}

.ls-form-icon svg {
  width: 100%;
  height: 100%;
}

.ls-form-icon:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(208, 61, 7, 0.84);
  background: rgb(165, 44, 0);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 50%;
}

.ls-form-helper-text {
  color: rgba(0, 0, 0, 0.6);
}

.ls-form-helper-text p {
  margin-bottom: 0;
  font-size: 0.8em;
  line-height: normal;
}

.ls-form-control.text-field {
  border: 0;
  border-bottom: 1px solid #555;
  border-radius: 0;
  padding-left: 10px;
  padding-bottom: 0;
  background: #eee;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

.ls-form-control.profile input,
.ls-form-control.profile textarea {
  width: 95%;
}

.ls-form-control.profile select:focus {
  border-color: #348018;
  box-shadow: 0 0 0 0.2rem #34801840;
}

.ls-form-control.text-field2 {
  border: 1px solid #d0d0d0;
  border-radius: 30px;
  padding-bottom: 0;
}

.ls-form-control.option-field {
  border: 0;
  border-bottom: 1px solid #d0d0d0;
  border-radius: 0;
  padding-bottom: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #f4f4f4;
  padding: 12px 12px 0;
}

.ls-form-control.text-field.no-radius {
  border-radius: 0 !important;
}

.pt-0 {
  padding-top: 0;
}

.ls-form-control.text-field input {
  width: calc(100% - 40px);
  height: 40px;
  background: 0 0;
}

.ls-form-control.text-field2 input {
  width: calc(100% - 40px);
  height: 35px;
  background: 0 0;
}

.ls-form-control.name > div:nth-of-type(2) {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.ls-form-control.has-error {
  border: 1px solid red;
}

.error-helper {
  color: red;
  font-size: 0.85em;
  width: 100%;
  left: 20%;
  bottom: 0;
}

.process-flow-control-button-icon {
  width: 17px;
  height: 13px;
  display: inline-grid;
  vertical-align: middle;
  fill: #aaa;
}

.process-flow-control-button-icon svg {
  width: 100%;
  height: 100%;
}

button.process-flow-control-button {
  padding: 0 10px;
}

.process-flow-controls {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 80px;
  grid-auto-rows: 40px;
  grid-gap: 10px;
  margin-top: 20px;
  padding-bottom: 20px;
}

.grid-1 {
  grid-template-columns: 1fr !important;
}

.process-flow-controls.grid-equal-2 {
  grid-template-columns: 1fr 1fr;
}

.process-flow-controls.grid-equal-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

button.process-flow-control-button.next {
  justify-self: end;
}

button.process-flow-control-button {
  font-family: var(--font-family);
  letter-spacing: 0.023em;
  background: #c33400;
  color: #fff;
  border-radius: 3px;
  font-size: 0.9em;
  display: block;
  width: 100%;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  height: 40px;
}

.text-field.floating-label label {
  position: absolute;
  margin-top: -5px;
}

.select.dropdown:after,
.select.dropdown:before {
  content: "";
  position: absolute;
  width: 20px !important;
  height: 20px !important;
  z-index: 10;
  top: auto;
  left: auto;
  right: -5px;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCAgZmlsbD0icmdiKDE3MywgMTgxLCAxODkpIiBmaWxsLW9wYWNpdHk9IjAuNyIgZD0iTTI3OSAyMjRINDFjLTIxLjQgMC0zMi4xLTI1LjktMTctNDFMMTQzIDY0YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDExOSAxMTljMTUuMiAxNS4xIDQuNSA0MS0xNi45IDQxeiI+PC9wYXRoPjwvc3ZnPg==)
    no-repeat center center !important;
}

.select.dropdown:after {
  transform: rotateX(180deg);
}

.ls-form-control.text-field2 .select.dropdown:after,
.ls-form-control.text-field2 .select.dropdown:before {
  top: 50%;
  left: 50%;
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCBmaWxsPSJyZ2JhKDI1NSwgMjU1LCAyNTUsLjgpIiBkPSJNMjc5IDIyNEg0MWMtMjEuNCAwLTMyLjEtMjUuOS0xNy00MUwxNDMgNjRjOS40LTkuNCAyNC42LTkuNCAzMy45IDBsMTE5IDExOWMxNS4yIDE1LjEgNC41IDQxLTE2LjkgNDF6Ii8+PC9zdmc+)
    no-repeat center center !important;
  transform: translate3d(-50%, -50%, 0);
}

.ls-form-control.text-field2 .select.dropdown:after {
  transform: rotateX(180deg) translate3d(-50%, 50%, 0);
}

.process-flow-control-button.add-to-cart .process-flow-control-button-icon {
  height: 20px;
}

.process-flow-control-button.view-cart .process-flow-control-button-icon {
  height: 20px;
  margin-right: 10px;
}

.process-flow-helper-icon {
  width: 25px;
  height: 25px;
  display: inline-grid;
  justify-self: center;
  align-self: center;
  fill: #fff;
  color: rgba(255, 255, 255, 0.8);
}

.process-flow-helper-icon svg {
  width: 100%;
  height: 100%;
}

.receipt-header-value {
  display: block;
  font-size: 12px;
  line-height: 12px;
}

.receipt-header-label {
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.6);
}

.process-steps[data-steps="3"]
  .process-flow
  > .process-flow-label:nth-of-type(1) {
  order: 3;
}

.process-steps[data-steps="3"]
  .process-flow
  > .process-flow-label:nth-of-type(2) {
  order: 2;
}

.process-steps[data-steps="3"]
  .process-flow
  > .process-flow-label:nth-of-type(3) {
  order: 1;
}

.process-steps[data-steps="3"] .process-flow-steps {
  width: calc(100% * 3);
  transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  display: grid;
  grid-template-columns: repeat(3, calc(100% / 3));
  padding-bottom: 20px;
  height: calc(100% - 20px);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(3):checked
  ~ .process-flow-steps {
  transform: translate3d(0, 0, 0);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(2):checked
  ~ .process-flow-steps {
  transform: translate3d(calc(-100% / 3), 0, 0);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(1):checked
  ~ .process-flow-steps {
  transform: translate3d(calc(calc(-100% / 3) * 2), 0, 0);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(1):checked
  ~ .process-flow:after {
  width: 100%;
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(2):checked
  ~ .process-flow:after {
  width: 50%;
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(3):checked
  ~ .process-flow:after {
  width: 0;
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(1):checked
  ~ .process-flow-helpers:after {
  left: calc(100% - 25px);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(2):checked
  ~ .process-flow-helpers:after {
  left: calc(50% - 10px);
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(3):checked
  ~ .process-flow-helpers:after {
  left: 5px;
}

.process-flow-helper {
  display: none;
}

.process-steps[data-steps="4"]
  .process-flow-control:nth-of-type(1):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(4),
.process-steps[data-steps="4"]
  .process-flow-control:nth-of-type(2):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(3),
.process-steps[data-steps="4"]
  .process-flow-control:nth-of-type(3):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(2),
.process-steps[data-steps="4"]
  .process-flow-control:nth-of-type(4):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(1) {
  display: block;
}

.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(1):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(3),
.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(2):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(2),
.process-steps[data-steps="3"]
  .process-flow-control:nth-of-type(3):checked
  ~ .process-flow-helpers
  .process-flow-helper:nth-of-type(1) {
  display: block;
}

.custom-modal .modal {
  background-color: #fff;
  border-radius: 0.5em;
  max-width: 350px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
  position: absolute;
  top: calc(50% - 30px);
  left: 50%;
  transform: translate3d(-50%, -50%, 0) perspective(10px);
  width: 100%;
  padding: 25px 15px !important;
}

.custom-modal .modal.center {
  text-align: center;
}

.custom-modal .modal-image {
  width: 80px;
  height: 80px;
  margin: 0 auto;
  border-radius: 50%;
  box-shadow: 0 0 0 2px #348018;
  padding: 20px 10px;
  margin-bottom: 2em;
  position: absolute;
  text-align: center;
  top: -25%;
  left: 40%;
  background: #348018;
}

.custom-modal .modal-image svg {
  width: 45px;
  height: 45px;
  fill: #fff !important;
}

.custom-modal h1 {
  font-size: 1.8em;
  margin: 30px 0 0;
}

.custom-modal h4 {
  font-size: 1em !important;
  font-weight: 700 !important;
  margin: 0.5em !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

.custom-modal p {
  color: #666;
}

.custom-modal .modal.center p {
  margin-bottom: 2em;
}

.custom-modal .btn-open {
  display: none;
}

.custom-modal .btn-open.is-active {
  display: block;
}

.custom-modal {
  position: fixed;
  top: 10%;
  left: 0;
  height: 100%;
  width: 100%;
  display: none;
  background: 0 0;
  z-index: 999;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
}

.custom-modal-container {
  margin: auto;
  transform: perspective(10px);
  width: 100%;
  height: 100%;
}

.custom-modal-overlay,
.custom-modal:after {
  display: none;
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}

.custom-modal-overlay.show {
  display: block;
}

.modal-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  margin-top: 20px;
}

.modal-controls button {
  padding: 10px;
  border-radius: 5px;
  font-family: var(--font-family);
  background: #348018;
  color: #fff;
}

.modal-controls button.outline {
  padding: 10px;
  border-radius: 5px;
  font-family: var(--font-family);
  background: #34801822;
  color: #348018;
  border: 1px solid #348018;
  font-weight: 500;
}

#accept-invite-modal,
#category-modal,
#due-modal,
#expiring-modal {
  display: block;
  opacity: 0;
  transform: translateY(-200%);
  transition: all 0.6s ease-in-out;
  background: 0 0;
  z-index: 9999;
}

.modal-overlay {
  display: none;
  opacity: 0;
  background: rgba(0, 0, 0, 0.65);
  height: 100vh;
  width: 100vw;
  z-index: 9998;
  transition: all 0.6s ease-in-out;
  position: fixed;
  top: 0;
}

#accept-invite-modal.active,
#category-modal.active,
#due-modal.active,
#expiring-modal.active {
  transform: translateY(0);
  opacity: 1;
}

#accept-invite-modal.active + .modal-overlay,
#category-modal.active + .modal-overlay,
#due-modal.active + .modal-overlay,
#expiring-modal.active + .custom-modal-overlay {
  display: block;
  opacity: 1;
}

.drop-down-action .process-flow-control-button-icon {
  width: 25px;
  height: 25px;
}

button.process-flow-control-button.drop-down-action {
  justify-self: end;
  font-size: 1em;
}

.ls-form-element fieldset {
  border: none;
  display: flex;
  flex-direction: column;
  margin: 20px;
  align-items: flex-start;
  min-width: 400px;
}

.ls-form-element label {
  display: flex;
  flex-direction: row;
  align-items: center;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  background: #eee;
}

.setup--form--control .option-group label:not(:last-child) {
  margin-bottom: 10px;
}

.ls-form-element .aside {
  color: #ccc;
}

.ls-form-element input {
  position: relative !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 8px;
  box-sizing: content-box;
  overflow: hidden;
}

.ls-form-element input:before {
  content: "";
  display: block;
  box-sizing: content-box;
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  transition: 0.2s border-color ease;
}

.ls-form-element input:checked:before {
  border-color: #a44e85;
  transition: 0.5s border-color ease;
}

.ls-form-element input:disabled:before {
  border-color: #ccc;
  background-color: #ccc;
}

.ls-form-element input:after {
  content: "";
  display: block;
  position: absolute;
  box-sizing: content-box;
  top: 50%;
  left: 50%;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  background-color: #a44e85;
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ls-form-element input[type="radio"]:before {
  border-radius: 100vh;
}

.ls-form-element input[type="radio"]:after {
  width: 16px;
  height: 16px;
  border-radius: 100vh;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}

.ls-form-element input[type="radio"]:checked:after {
  -webkit-animation: toggleOnRadio 0.2s ease forwards;
  animation: toggleOnRadio 0.2s ease forwards;
}

.ls-form-element input[type="checkbox"]:before {
  border-radius: 4px;
}

.ls-form-element input[type="checkbox"]:after {
  width: 9.6px;
  height: 16px;
  border-radius: 0;
  -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
  transform: translate(-50%, -85%) scale(0) rotate(45deg);
  background-color: transparent;
  box-shadow: 4px 4px 0 0 #12cbc4;
}

.ls-form-element input[type="checkbox"]:checked:after {
  -webkit-animation: toggleOnCheckbox 0.2s ease forwards;
  animation: toggleOnCheckbox 0.2s ease forwards;
}

.ls-form-element input[type="checkbox"].filled:before {
  border-radius: 4px;
  transition: 0.2s border-color ease, 0.2s background-color ease;
}

.ls-form-element input[type="checkbox"].filled:checked:not(:disabled):before {
  background-color: #12cbc4;
}

.ls-form-element input[type="checkbox"].filled:not(:disabled):after {
  box-shadow: 4px 4px 0 0 #fff;
}

@-webkit-keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@keyframes toggleOnCheckbox {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -85%) scale(0) rotate(45deg);
    transform: translate(-50%, -85%) scale(0) rotate(45deg);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.9) rotate(45deg);
  }

  100% {
    -webkit-transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
    transform: translate(-50%, -85%) scale(0.8) rotate(45deg);
  }
}

@-webkit-keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

@keyframes toggleOnRadio {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(0);
    transform: translate(-50%, -50%) scale(0);
  }

  70% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(0.9);
    transform: translate(-50%, -50%) scale(0.9);
  }

  100% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
}

.tgl {
  display: none;
}

.tgl,
.tgl *,
.tgl :after,
.tgl :before,
.tgl + .tgl-btn,
.tgl:after,
.tgl:before {
  box-sizing: border-box;
}

.tgl ::-moz-selection,
.tgl :after::-moz-selection,
.tgl :before::-moz-selection,
.tgl + .tgl-btn::-moz-selection,
.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection {
  background: 0 0;
}

.tgl ::selection,
.tgl :after::selection,
.tgl :before::selection,
.tgl + .tgl-btn::selection,
.tgl::selection,
.tgl:after::selection,
.tgl:before::selection {
  background: 0 0;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 4em;
  height: 2em;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #348118;
  border-radius: 2em;
  padding: 2px;
  transition: all 0.4s ease;
  outline: 0;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  transition: all 0.2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #9fd6ae;
}

.ls-switch-text {
  font-size: 16px;
  text-transform: capitalize;
  padding-left: 5px;
}

.ls-switch {
  display: inline-flex;
  align-items: center;
}

.label-text {
  color: rgba(0, 0, 0, 0.7);
}

.recent-txn-list-item {
  background: #f8f8f8;
  background: #eee;
  border-radius: 8px;
  display: grid;
  grid-template-columns: 55px 1fr 30px;
  padding: 20px 5px;
  box-shadow: 0 1px 3px -1px #d0d0d0;
  width: 100%;
}

.txn-detail p {
  margin-bottom: 0;
  line-height: normal;
  color: #292353;
  font-size: 14px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: 500;
}

.txn-detail p strong {
  font-size: 100%;
  font-weight: 600;
  color: inherit;
}

.txn--date {
  font-size: 13px;
  text-transform: capitalize;
}

ul.recent-txn-list {
  padding: 2px;
}

.txn-item-icon {
  display: inline-grid;
  place-items: center;
  width: 40px;
  height: 40px;
  background: #d0d0d0;
  margin-left: 8px;
  border-radius: 50% !important;
  fill: #999;
}

.txn-item-icon[data-txn-type="purchase"] {
  fill: #e49e29;
  background: rgba(250, 222, 167, 0.7);
  border-radius: 10px 10px 10px 1px;
}

.txn-item-icon[data-txn-type="sales"] {
  fill: #5da55c;
  background: rgba(120, 206, 119, 0.41);
  border-radius: 1px 10px 10px 10px;
}

.txn-item-icon[data-txn-type="new"] {
  background: rgba(127, 37, 95, 0.4);
  fill: #913f74;
  border-radius: 10px 1px 10px 10px;
}

.txn-item-icon[data-txn-type="cash-management"] {
  fill: #57b2c7;
  background: rgba(114, 228, 255, 0.41);
  border-radius: 10px 10px 1px 10px;
}

.txn-detail {
  margin-bottom: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  padding-left: 4px;
}

.recent-txn-list-item:not(last-child) {
  margin-bottom: 10px;
}

.txn-actions:after {
  content: "";
  position: absolute;
  width: 25px;
  height: 25px;
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 512"><path fill="rgba(0, 0, 0,.3)" d="M64 208c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM16 104c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48zm0 304c0 26.5 21.5 48 48 48s48-21.5 48-48-21.5-48-48-48-48 21.5-48 48z"></path></svg>')
    no-repeat center center;
  left: 50%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.pg--section--header {
  display: grid;
  grid-template-columns: 1fr auto;
}

.filter--action {
  align-self: center;
  padding-right: 6px;
}

.pg--section--header .section--header {
  margin-bottom: 0;
  display: inline-block;
}

.pg--section--header {
  margin-bottom: 15px;
}

.pg-section-header-actions {
  display: inline-grid;
  align-items: center;
}

.pg-section-header-icon {
  fill: silver;
  background: #eee;
  display: inline-grid;
  align-items: center;
  border-radius: 50%;
  padding: 8px;
}

li.cart-item {
  display: grid;
  width: 100%;
  min-height: 100px;
  grid-gap: 10px;
  grid-template-columns: 60% 40%;
  padding: 10px;
  background: #eee;
  border-radius: 6px;
  box-shadow: 0 4px 14px -6px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid #e2e2e2;
}

.attr_view .cart-item {
  grid-template-columns: 1fr 0;
  text-align: left;
}

li.cart-item:not(last-child) {
  margin-bottom: 10px;
}

.cart-container {
  font-family: var(--font-family-3);
}

.cart-container h5 {
  font-size: 18px;
  font-weight: 600;
}

.cart-container h5,
.cart-container h6 {
  font-family: var(--font-family-2);
}

.cartDetails .header--control--item {
  fill: #000;
}

.remove-cart-icon {
  width: 26px;
  height: 26px;
  align-self: center;
  display: inline-flex;
  place-items: center;
  position: absolute;
  right: 10px;
  border-radius: 4px;
  background: rgba(204, 204, 204, 0);
}

.remove-cart-icon svg {
  width: 100%;
  height: 65%;
  fill: #aa264c;
}

.cart-controls {
  display: flex;
  grid-gap: 4px;
  place-items: center;
  width: 100%;
  padding: 4px 0;
  flex-direction: row;
}

.cart-quantity {
  width: 35%;
  perspective: 10px;
  border-radius: 50px;
}

.cart-quantity:after {
  content: "";
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  z-index: -1;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.1);
  display: inline-flex;
  place-items: center;
  border-top: 1px solid #d0d0d0;
  border-bottom: 1px solid #d0d0d0;
}

.cart-quantity input {
  height: 100%;
  max-width: 100%;
  text-align: center;
  background: 0 0;
  width: 100%;
}

.price {
  align-self: center;
  justify-self: right;
  color: #2e6f19;
  font-weight: 600;
  font-size: 103%;
  border-radius: 5px;
  margin-top: 25px;
}

.item-details-row-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: normal;
  color: #111;
  font-size: 15px;
  margin-bottom: 15px;
}

.cart-control {
  width: 30px;
  height: 30px;
  background: #d0d0d0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cart-control svg {
  width: 80%;
  height: 60%;
}

.cart-control-add.cart-control {
  margin-top: 0;
  align-self: start;
  border-radius: 6px 0 0 6px;
}

.cart-control-minus.cart-control {
  align-self: end;
  border-radius: 0 6px 6px 0;
}

.cart-control-buttons {
  position: absolute;
  left: 60%;
  bottom: 0;
  transform: translate3d(-50%, 0, 0);
  height: 30px;
  display: flex;
  width: 100%;
  justify-items: center;
}

.cart-item-info {
  align-self: start;
  padding-top: 5px;
}

.cart-item-price {
  margin-bottom: 5px;
}

.item-details-row-2 {
  line-height: normal;
  font-size: 13px;
}

.price-value {
  display: inline-block;
  padding: 2px 5px 2px 5px;
  font-size: 13px;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}

.total--price {
  color: green;
}

.priviledges-flow-controls:after,
.priviledges-flow-controls:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d0d0d0;
  z-index: -1;
}

.step-content .priviledges-flow-controls:after,
.step-content .priviledges-flow-controls:before {
  content: none;
}

.priviledges-flow-controls:after {
  top: auto;
  bottom: 0;
}

.priviledges-flow-controls {
  width: 100%;
  display: grid;
  grid-template-columns: 30px min-content 30px;
  grid-gap: 0;
  justify-content: right;
  padding: 10px 0;
  padding-right: 10px;
  bottom: 0;
}

.priviledges-flow.grid-1 {
  grid-template-columns: 1fr;
}

.priviledges-flow-control-button {
  font-family: var(--font-family);
  letter-spacing: 0.023em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.priviledges-flow-control-button-icon {
  width: 17px;
  height: 13px;
  display: inline-grid;
  vertical-align: middle;
  fill: #aaa;
}

.priviledges-flow-control-button-icon svg {
  width: 100%;
  height: 100%;
}

.priviledges-pagination {
  display: flex;
  padding: 0 10px;
  align-items: center;
  margin-bottom: 0;
}

.priviledges-pagination li {
  padding: 0 10px;
  margin-bottom: 0;
}

.priviledges-pagination li.active {
  background: #348018;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.priviledges-flow {
  display: flex;
  align-items: center;
}

.priviledges-item {
  width: 100%;
  height: 100%;
  vertical-align: top;
  flex: 0 0 auto;
}

.priviledges-steps {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.process-flow-controls.grid-equal-2 {
  grid-template-columns: 1fr 1fr;
  justify-content: right;
}

.edit-summary {
  display: flex;
  align-items: center;
  border: 1px solid #d0d0d0;
  padding: 2px 5px;
  border-radius: 4px;
  background: #e4e4e4;
  font-size: 12px;
  align-self: start;
}

.edit-section-icon {
  fill: #deb9cf;
  color: #ad5389;
}

.edit-section-icon svg {
  width: 16px;
  height: 16px;
  margin-left: 10px;
}

.role-summary-info {
  padding: 5px 0;
  flex: 0 0 auto;
}

.summary-section {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
  grid-gap: 4px;
  display: flex;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr min-content;
  justify-content: space-between;
  background: #f4f4f4;
  padding: 10px;
  border-radius: 6px;
}

.summary-section-row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.summary-section-row:not(:last-child) {
  margin-bottom: 10px;
}

.summary-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: -1;
  border-radius: 6px;
}

.summary-section:not(:last-child) {
  margin-bottom: 12px;
}

span.role-summary-item-label {
  display: block;
  color: #a9314e;
  font-size: 14px;
  margin-bottom: 4px;
}

.role-summary-item-value {
  color: rgba(0, 0, 0, 0.7);
  font-size: 15px;
  padding-left: 14px;
  position: relative;
  display: block;
}

.role-summary-item-value:after {
  content: "\2ba1";
  content: "\21b5";
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 10px;
  height: 100%;
  transform: translate3d(0, -50%, 0);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48Zz48cGF0aCBmaWxsPSJyZ2JhKDAsMCwwLDAuMikiIGQ9Ik0yNCAxOTJoMjAwdjEyOC4xNEgyNGEyNCAyNCAwIDAgMS0yNC0yNFYyMTZhMjQgMjQgMCAwIDEgMjQtMjR6Ij48L3BhdGg+PHBhdGggZmlsbD0icmdiYSgwLDAsMCwwLjQ1KSIgZD0iTTI2NSA3MS4xMUw0NDEgMjM5YTI0LjA4IDI0LjA4IDAgMCAxIDAgMzRMMjY1IDQ0MC45NGMtMTUuMSAxNS4xMS00MSA0LjQtNDEtMTdWODguMTFjMC0yMS40MiAyNS43NS0zMi4xMSA0MS0xN3oiPjwvcGF0aD48L2c+PC9zdmc+)
    no-repeat;
  background-position: center center;
  color: rgba(0, 0, 0, 0.2);
  line-height: 15px;
}

.item-label-header {
  font-size: 14px;
}

.ls-switch.ls-form-control {
  padding: 4px 8px;
}

#attribute-modal .modal {
  overflow-y: scroll;
  height: 100%;
}

#attribute-modal .process-flow-controls {
  position: relative;
  margin: 20px 0;
}

#attribute-modal .header--control--item {
  fill: #000;
  float: left;
  margin-bottom: 10px;
}

.attributes-toggle {
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.attributes-toggle:after {
  content: "";
  position: absolute;
  width: 25px !important;
  height: 25px !important;
  z-index: 10;
  top: 50%;
  left: auto;
  right: 0;
  transform: translate3d(0, -50%, 0);
  background: transparent
    url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48cGF0aCAgZmlsbD0icmdiKDE3MywgMTgxLCAxODkpIiBmaWxsLW9wYWNpdHk9IjAuNyIgZD0iTTI3OSAyMjRINDFjLTIxLjQgMC0zMi4xLTI1LjktMTctNDFMMTQzIDY0YzkuNC05LjQgMjQuNi05LjQgMzMuOSAwbDExOSAxMTljMTUuMiAxNS4xIDQuNSA0MS0xNi45IDQxeiI+PC9wYXRoPjwvc3ZnPg==)
    no-repeat center center !important;
}

.item-attributes-block-icon {
  width: 30px;
  height: 30px;
  margin-right: 10px;
  margin-left: 5px;
}

.item-attributes-block-icon svg {
  width: 100%;
  height: 100%;
}

.item-attributes-content {
  background: #d0d0d0;
  border-radius: 6px;
  padding: 10px;
  margin-top: 10px;
}

.at-form {
  justify-content: space-between;
}

.at-form-control {
  border-radius: 30px;
  border: 1px solid #d0d0d0;
  padding: 12px 10px 13px 70px;
  display: flex;
  flex-direction: column;
}

.at-form-control:not(:last-child),
.at-form-group:not(:last-child) {
  margin-bottom: 10px;
}

.at-form-group .at-form-control {
  margin-bottom: 0;
}

.at-form-control.text-field {
  border: 0;
  border-radius: 4px;
  background: #f6f6f6;
  padding: 5px 10px 0;
}

.at-form-group,
.at-form-group .at-form-control.text-field {
  display: flex;
  flex: 0 0 48%;
  padding-top: 0;
}

.at-form-group {
  justify-content: space-between;
}

.at-form-control input {
  width: 100%;
  font-size: 15px;
  padding: 5px;
  margin: 5px 0 10px;
}

.item-attributes-block {
  padding: 10px 6px;
  margin-bottom: 20px;
  border-radius: 6px;
  font-family: var(--font-family-2);
}

.at-form-control label {
  text-align: left;
}

.at-form-group .at-form-label {
  margin-right: 10px;
}

.attributes-label {
  font-size: 14px;
  font-weight: 600;
}

.item-attributes-content .at-text-field {
  background: #ffffff88;
  border-radius: 5px !important;
}

.ls-steps {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: hidden;
}

.ls-steps .ls-item {
  width: 100%;
  height: 100%;
  vertical-align: top;
  flex: 0 0 auto;
}

.ls-flow-controls {
  width: 100%;
  display: grid;
  grid-template-columns: 30px max-content 30px;
  grid-gap: 0;
  margin-top: 20px;
  justify-content: right;
  padding: 10px 0;
  padding-right: 10px;
  bottom: 0;
}

.ls-flow-controls:after,
.ls-flow-controls:before {
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  position: absolute;
  background: #d0d0d0;
  z-index: -1;
}

.ls-flow-controls:after {
  top: auto;
  bottom: 0;
}

.ls-flow-container {
  height: calc(100% - 70px);
}

.ls-flow {
  display: flex;
  align-items: center;
}

.ls-flow-pagination {
  display: flex;
  padding: 0 10px;
  align-items: center;
  margin-bottom: 0;
}

.ls-flow-pagination li {
  padding: 0 10px;
  margin-bottom: 0;
}

.ls-flow-pagination li.active {
  background: #aaa;
  border-radius: 4px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
  color: #fff;
}

.ls-flow-control-button {
  font-family: var(--font-family);
  letter-spacing: 0.023em;
  color: rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  font-size: 0.9em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 30px;
}

.ls-flow-control-button-icon {
  width: 17px;
  height: 13px;
  display: inline-grid;
  vertical-align: middle;
  fill: #aaa;
}

.ls-flow-control-button-icon svg {
  width: 100%;
  height: 100%;
}

.rotate-horizontal {
  transform: rotateY(-180deg);
}

.history-tl-container {
  width: 100%;
  margin: auto;
  display: block;
  position: relative;
  padding-left: 10px;
}

.history-tl-container ul.tl {
  margin: 20px 0 0;
  padding: 0;
  display: inline-block;
}

.history-tl-container ul.tl li {
  list-style: none;
  margin: auto;
  margin-left: 0;
  min-height: 50px;
  border-left: 1px dashed #86d6ff;
  padding: 0 0 25px 20px;
  position: relative;
}

.history-tl-container ul.tl li:last-child {
  border-left: 0;
  padding-bottom: 0;
}

.history-tl-container ul.tl li::before {
  position: absolute;
  left: 0;
  content: " ";
  border: 8px solid rgba(255, 255, 255, 0.74);
  border-radius: 500%;
  background: #258cc7;
  height: 20px;
  width: 20px;
  transition: all 0.5s ease-in-out;
  transform: translate3d(-50%, 0, 0);
}

ul.tl li .item-title {
  line-height: 18px;
}

ul.tl li .item-detail {
  color: rgba(0, 0, 0, 0.5);
  font-size: 12px;
  line-height: 18px;
}

ul.tl li .timestamp {
  color: #8d8d8d;
  position: absolute;
  width: 100px;
  text-align: right;
  font-size: 12px;
}

.approval-activity-timeline {
  width: 100%;
}

ul.payroll-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

ul.payroll-list li {
  background: #eee;
  padding: 10px 30px 10px 15px;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
}

ul.payroll-list li:after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  right: 5px;
  transform: translate3d(0, -50%, 0);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNTYgNTEyIj48cGF0aCBmaWxsPSIjYWFhYWFhIiBkPSJNMjQuNzA3IDM4LjEwMUw0LjkwOCA1Ny44OTljLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwxODUuNjA3IDI1NiA0LjkwOCA0MzcuMTNjLTQuNjg2IDQuNjg2LTQuNjg2IDEyLjI4NCAwIDE2Ljk3MUwyNC43MDcgNDczLjljNC42ODYgNC42ODYgMTIuMjg0IDQuNjg2IDE2Ljk3MSAwbDIwOS40MTQtMjA5LjQxNGM0LjY4Ni00LjY4NiA0LjY4Ni0xMi4yODQgMC0xNi45NzFMNDEuNjc4IDM4LjEwMWMtNC42ODctNC42ODctMTIuMjg1LTQuNjg3LTE2Ljk3MSAweiI+PC9wYXRoPjwvc3ZnPg==)
    no-repeat center center;
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMjAgNTEyIj48Zz48cGF0aCBmaWxsPSIjYzBjMGMwIiBkPSJNMTg4Ljc0IDI1Nmw1Ni43OCA1Ni44OUw5MS4yMSA0NjYuOWEyNCAyNCAwIDAgMS0zMy45NCAwbC0yMi43LTIyLjY1YTIzLjkzIDIzLjkzIDAgMCAxIDAtMzMuODR6Ij48L3BhdGg+PHBhdGggZmlsbD0iIzg4ODg4OCIgZD0iTTkxLjI1IDQ1LjA2bDE5NC4zMyAxOTRhMjMuOTMgMjMuOTMgMCAwIDEgMCAzMy44NGwtNDAgNDAtMjExLTIxMS4zNGEyMy45MiAyMy45MiAwIDAgMSAwLTMzLjg0bDIyLjctMjIuNjVhMjQgMjQgMCAwIDEgMzMuOTctLjAxeiI+PC9wYXRoPjwvZz48L3N2Zz4=)
    no-repeat center center;
  top: 50%;
}

ul.payroll-list li:not(:last-child) {
  margin-bottom: 10px;
}

.employee-iniital {
  width: 35px;
  height: 35px;
  display: inline-grid;
  place-content: center;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0 0 1px 1px #ddb6b6;
  border-radius: 40px;
  background: #f9f9f9;
  font-weight: 700;
}

.employee-iniital:after {
  content: attr(data-full-name);
  position: absolute;
  display: block;
  padding: 0 10px 0 50px;
  width: calc(100vw - 170px);
  text-overflow: initial;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 12px;
  line-height: normal;
  font-weight: 400;
}

.net-collpased {
  align-self: center;
  font-size: 13px;
  color: #e84b70;
  top: -5px;
}

.expanded-payroll {
  flex: 1 0 100%;
}

.net-collpased sub {
  font-size: 12px;
  position: absolute;
  right: 0;
  color: #111;
  bottom: -2px;
}

.section-content-icon {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.5);
  color: #d0d0d0;
  border-radius: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  margin-top: 5px;
}

.section-content-icon svg {
  width: 65%;
  height: 65%;
}

.section-content-value {
  display: block;
  color: rgba(0, 0, 0, 0.6);
  line-height: normal;
  text-align: left;
}

.single-row .section-content-value {
  color: #e84b70;
}

.payroll-report-section-content:not(.single-row) .section--content-row:after {
  content: "";
  position: absolute;
  width: 17px;
  height: 3px;
  right: 10px;
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(1):after {
  background: rgba(250, 222, 167, 0.4);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(2):after {
  background: rgba(120, 206, 119, 0.41);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(3):after {
  background: rgba(231, 137, 221, 0.41);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(4):after {
  background: rgba(39, 132, 218, 0.31);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(5):after {
  background: rgba(255, 95, 109, 0.31);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(6):after {
  background: rgba(174, 125, 242, 0.41);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(7):after {
  background: rgba(114, 228, 255, 0.41);
}

.payroll-report-section-content:not(.single-row)
  .section--content-row:nth-of-type(8):after {
  background: rgba(127, 181, 241, 0.41);
}

.section--content-row {
  display: flex;
  padding: 5px 10px;
  background: #fff;
}

.section--content-row:not(:last-child) {
  margin-bottom: 4px;
}

.single-row .section--content-row {
  justify-content: space-between;
}

.section-content-label {
  font-size: 14px;
}

.section--content-info {
  padding-left: 10px;
  display: flex;
  flex-direction: column;
  align-items: start;
}

.payroll-report-section-content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: #eee;
  border-radius: 5px;
}

.payroll-report-section-content.single-row {
  grid-template-columns: 1fr;
}

.payroll-report-section-header {
  padding-left: 10px;
  font-weight: 400;
  margin-bottom: 10px;
  font-size: 0.9rem !important;
}

.payroll-header h3 {
  text-align: center !important;
  line-height: normal !important;
  text-transform: uppercase !important;
  font-size: 90% !important;
  letter-spacing: 0.02em !important;
}

.payroll-report-section {
  margin-top: 20px;
}

.account-drill-btn {
  background: linear-gradient(to right, #1a400c, #348018) !important;
  color: #fff !important;
}

.section--content-row-header {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 5px 10px;
}

.section--content-row-header > span {
  font-size: 15px;
}

.report-page .pg--action--header:after {
  content: "";
  width: calc(100% + 16px);
  z-index: -1;
  left: -8px;
  height: calc(100% + 330px);
  box-shadow: 0 10px 20px -10px rgba(0, 0, 0, 0.2);
  height: calc(100% + 10px);
}

.sort-by-period {
  padding: 5px 20px 5px 10px !important;
  font-size: 14px;
}

.sort-by-period:after {
  content: "";
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0NDggNTEyIj48cGF0aCBmaWxsPSIjYWFhIiBkPSJNNDQxLjkgMTY3LjNsLTE5LjgtMTkuOGMtNC43LTQuNy0xMi4zLTQuNy0xNyAwTDIyNCAzMjguMiA0Mi45IDE0Ny41Yy00LjctNC43LTEyLjMtNC43LTE3IDBMNi4xIDE2Ny4zYy00LjcgNC43LTQuNyAxMi4zIDAgMTdsMjA5LjQgMjA5LjRjNC43IDQuNyAxMi4zIDQuNyAxNyAwbDIwOS40LTIwOS40YzQuNy00LjcgNC43LTEyLjMgMC0xN3oiPjwvcGF0aD48L3N2Zz4=)
    no-repeat center center;
  width: 12px;
  height: 12px;
}

[data-progress] {
  display: inline-block;
  position: relative;
  padding-left: 10px;
}

[data-progress]:before {
  content: "\2191";
  position: absolute;
  left: 0;
  top: 50%;
  display: inline-grid;
  font-size: 14px;
  transform: translate3d(0, -50%, 0);
}

[data-progress="true"]:before {
  color: #64b438 !important;
  margin-top: -2px;
}

[data-progress="false"]:before {
  color: #ea484f !important;
  transform: translate3d(0, -50%, 0) rotateX(180deg);
  margin-top: 2px;
}

.report-header-items [data-progress="false"]:before,
.report-header-items [data-progress="true"]:before {
  color: #f9f9f9;
}

ul.report-item-cards {
  display: grid;
  grid-template-columns: repeat(3, calc(calc(100% - 12px) / 3));
  grid-template-columns: repeat(2, calc(calc(100% - 6px) / 2));
  margin-bottom: 0;
  grid-gap: 6px;
}

li.report-item-card {
  padding: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
  padding: 10px 0;
  color: #fff;
  overflow: hidden;
  position: relative;
}

li.report-item-card:nth-of-type(1) {
  background: #f27121;
  background: linear-gradient(to right, #e94057, #f27121);
  box-shadow: 0 10px 10px -10px #f27121;
}

li.report-item-card:nth-of-type(2) {
  background: #56ab2f;
  background: linear-gradient(to right, #56ab2f, #a8e063);
  box-shadow: 0 10px 10px -10px #56ab2f;
}

li.report-item-card:nth-of-type(3) {
  background: #f27121;
  background: linear-gradient(to right, #6a3093, #a044ff);
  box-shadow: 0 10px 10px -10px #6a3093;
}

.report-item-header-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  letter-spacing: 0.02em;
  display: block;
}

.report-item-card-spiral:after,
.report-item-card-spiral:before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 10%;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  border-radius: 100px;
}

.categories,
.report-section {
  margin-top: 15px;
}

.report-category-icon {
  width: 30px;
  height: 30px;
  margin-right: 7px;
  display: inline-grid;
  place-items: center;
  border-radius: 50px;
}

.report-category-icon svg {
  width: 17px;
  height: 17px;
}

li.report-category {
  padding: 10px 10px;
  display: flex;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 6px;
  align-items: center;
  margin-bottom: 0;
  transform: perspective(10px);
  flex-wrap: wrap;
}

li.report-category .card-body {
  flex: 1 0 100%;
}

.card-body p {
  margin-bottom: 0;
}

.report-category-list {
  display: grid;
  grid-template-columns: repeat(2, calc(calc(100% - 12px) / 2));
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 20px;
}

span.report-category-label {
  font-size: 15px;
  letter-spacing: 0.02em;
}

.report-section .sub-section--header {
  margin-bottom: 25px;
}

.sub-section--header sub {
  font-size: 11px;
  position: absolute;
  left: 10px;
  color: rgba(0, 0, 0, 0.5);
  top: 0;
  margin-top: 32px;
}

.categories-header,
.report-sub-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toggle-control {
  width: 35px;
  height: 35px;
  display: inline-grid;
  place-items: center;
}

.toggle-control.active-control {
  background: rgba(173, 83, 137, 0.5);
  border-radius: 6px;
}

.toggle-control svg {
  width: 20px;
  height: 20px;
  fill: rgba(0, 0, 0, 0.3);
  color: #d0d0d0;
}

.toggle-control.active-control svg {
  color: #f5f5f5;
}

.show-all-categories {
  display: flex;
  justify-content: flex-end;
}

.show-more {
  font-size: 13px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.5);
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

svg.show-more-icon {
  width: 11px;
  height: 13px;
  margin-left: 4px;
}

.grid-full-area {
  grid-area: 2/1/3/3;
}

.categories .card-body {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.categories .pt-3,
.categories .py-3 {
  padding-top: 1rem !important;
}

.categories .card-body {
  padding: 0.5rem;
}

.categories .d-flex {
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.categories .justify-content-between {
  -webkit-justify-content: space-between !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.categories .mb-2,
.categories .my-2 {
  margin-bottom: 0.5rem !important;
}

.categories .progress-label {
  margin-bottom: 0.35rem;
}

.categories .progress-label h3 {
  letter-spacing: 0.025em !important;
}

.categories .progress,
.categories .progress-bar {
  display: -webkit-flex !important;
  display: -ms-flexbox;
  display: flex;
}

.categories .progress {
  height: 1rem;
  font-size: 0.65625rem;
  background-color: #e9ecef;
  border-radius: 0.25rem;
}

.categories .progress {
  height: 6px;
  overflow: visible;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.13);
}

.categories .progress.style-2 {
  height: 0.375rem;
  background: #eee;
  border-radius: 3px;
}

.categories .gradient-6,
.categories .header-right .dropdown-profile li:hover a span,
.categories .weather_hourly_update i.wi-night-rain {
  background: #36b9d8;
  background: linear-gradient(to right, #36b9d8 0, #4bffa2 100%);
}

.categories .progress-bar {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  transition: width 0.6s ease;
}

.categories .border-0 {
  border: 0 !important;
}

.categories .gradient-6,
.categories .gradient-6-hover:hover {
  color: #fff;
}

.categories .gradient-6-shadow {
  box-shadow: 0 10px 20px 0 rgba(53, 185, 216, 0.3) !important;
}

.categories .progress-bar,
.categories .progress-bar-primary {
  background-color: #5289ca;
}

.categories .progress.style-1 .progress-bar,
.categories .progress.style-2 .progress-bar {
  border-radius: 3px;
}

.lnr {
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.picton-blue {
  color: #44daf4 !important;
}

.progress-label i,
.progress-label span {
  font-size: 14px;
  color: #f8bb00;
}

.progress-label--large h3 i,
.progress-label--large h3 span {
  font-size: 24px !important;
  margin-right: 0.3rem !important;
}

.lnr-arrow-up:before {
  content: "\2191";
}

.report-section-2:after {
  content: "";
  width: calc(100% + 36px);
  z-index: -1;
  left: -18px;
  display: block;
  height: 100%;
  border-top-left-radius: 50px;
  border-bottom-right-radius: 20px;
  top: 0;
  position: absolute;
}

.report-section-2 {
  width: 100%;
  height: 100%;
  padding-top: 0;
  margin-top: 0;
}

.report-txn-icon {
  width: 28px;
  height: 28px;
}

.report-txn-icon svg {
  width: 20px;
  height: 20px;
}

.report-report-list {
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  border-radius: 5px;
}

li.report-report-item {
  border-radius: 6px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 3px;
  padding: 0 5px;
  background: #fff;
  align-items: center;
  position: relative;
}

li.report-report-item:not(:last-child) {
  margin-bottom: 10px;
}

li.report-report-item > div {
  flex: 1 0 47%;
  justify-content: space-between;
}

li.report-report-item > div.left--item {
  margin-left: 35px;
}

li.report-report-item > div.right--item {
  text-align: right;
  margin-left: -35px;
}

.report-item-txn-bal-after {
  font-size: 13px;
  color: #9a42f4;
}

span.report-item-txn-amount {
  font-size: 15px;
}

.txn-ref {
  font-weight: 600;
}

.report-txn-date {
  font-size: 11px;
  color: #fff;
  font-family: var(--font-family-3);
  font-weight: 300;
  letter-spacing: 0.5px;
}

span.report-txn-desc {
  display: block;
  line-height: normal;
  font-weight: 600;
}

.report-txn-icon {
  transform: translate3d(0, -50%, 0);
  top: 30%;
  fill: #fff;
  display: inline-grid;
  place-items: center;
}

.report--card--header.section--header {
  padding-left: 0;
  padding: 5px 0;
  text-indent: 10px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  font-size: 13px;
  border-radius: 4px;
  margin-bottom: 0 !important;
}

.report-category-value {
  align-self: center;
  flex: 1 0 auto;
  text-align: right;
  padding-right: 5px;
  font-size: 15px;
}

.report-type {
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.4);
}

.report-card-type {
  text-indent: 0;
  padding-left: 4px;
}

.report-card-type-arrow {
  fill: #d0d0d0;
  color: rgba(0, 0, 0, 0.4);
  width: 12px;
  height: 12px;
}

.report-card {
  padding: 9px 10px;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 4px;
  overflow: hidden;
  background: #f5f5f5;
}

.report-card:first-child {
  margin-top: 15px;
}

.report-card:not(:last-child) {
  margin-bottom: 15px;
}

.report-card .report-card-content {
  width: 100%;
  height: 0;
  transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  will-change: height, padding;
  overflow: hidden;
}

.report-card[data-collapsed="false"] .report-card-content {
  height: auto;
  padding-top: 10px;
}

.p-0 {
  padding: 0 !important;
}

.report-card:not([data-collapsed="false"]) {
  margin-bottom: 8px;
}

.report-card:after {
  content: "";
  position: absolute;
  width: calc(100% + 20px);
  height: calc(100% + 10px);
  top: 0;
  left: -10px;
  top: -5px;
  z-index: -1;
  border-radius: 6px;
}

.report-card-header-actions {
  display: flex;
  justify-self: flex-end;
  flex: 1 0 auto;
  justify-content: flex-end;
  padding-right: 5px;
}

.dues-iniital {
  width: 35px;
  height: 35px;
  display: inline-grid;
  place-content: center;
  font-size: 15px;
  text-transform: uppercase;
  box-shadow: 0 0 1px 1px #398d1a;
  background: #f9f9f9;
  font-weight: 700;
}

.dues-iniital:after {
  content: attr(data-full-name);
  position: absolute;
  display: block;
  padding: 0 10px 0 50px;
  width: calc(100vw - 10px);
  text-overflow: initial;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 12px;
  line-height: normal;
}

.dues-item-section {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  background: #9e9e9e1c;
}

.btn-report-card-action {
  display: inline-flex;
  padding: 3px;
  fill: rgba(0, 0, 0, 0.5);
}

.btn-report-card-action:not(last-child) {
  margin-right: 4px;
}

.toggle-report-card svg {
  transform: rotate(0);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform-origin: center;
}

.report-card[data-collapsed="false"] .toggle-report-card svg {
  transform: rotate(180deg);
}

.toggle-report-card {
  display: inline-flex;
  padding: 03px;
  background: #d0d0d0;
  border-radius: 4px;
  fill: rgba(0, 0, 0, 0.5);
}

#pie-chart-container {
  padding: 20px 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.legend--name {
  color: rgba(0, 0, 0, 0.4);
}

tspan.pie-title-header {
  font-size: 14px;
  font-family: var(--font-family);
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: rgba(0, 0, 0, 0.4) !important;
  fill: rgba(0, 0, 0, 0.6) !important;
  margin-top: 10px;
  display: block;
}

text.highcharts-credits {
  display: none;
}

tspan {
  font-family: var(--font-family);
}

.top-line-action-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin: 10px 0;
  border-radius: 20px;
}

.top-line-action-button:not(:last-child) {
  margin-right: 5px;
}

.report-card-create-new svg {
  fill: rgba(0, 0, 0, 0.5);
  width: 15px;
  height: 15px;
}

.top-line-actions {
  display: flex;
  justify-content: flex-end;
  position: absolute;
  right: 10px;
}

.grid.columns-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0;
}

#report-card-modal .ls-form-control.option-field {
  border: 0;
  border-radius: 0;
  padding-bottom: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 00;
  background: 0 0;
  padding: 0;
}

#report-card-modal .option-group.inline label {
  border-radius: 15px;
  box-shadow: none;
  background: #eee;
  padding-left: 5px;
}

.dropdown--header {
  height: 60px;
  background: #b9b9b9;
  border-radius: 0;
}

.dropdown--header p {
  color: #000;
}

.dropdown--header .header--control--item {
  fill: #000;
}

.dropdown--header .header--logo {
  text-align: left;
  left: 10%;
  color: #000;
}

.option-dropdown-container {
  position: fixed;
  top: 70px;
  width: 100%;
  height: 100%;
  box-shadow: 0 -15px 15px -5px rgba(0, 0, 0, 0.05);
  border-radius: 30px 30px 0 0;
  transform: perspective(10px);
}

.option-dropdown-header {
  box-shadow: 0 5px 20px -10px rgba(0, 0, 0, 0.2),
    0 -5px 10px -10px rgba(0, 0, 0, 0.2);
  min-height: 50px;
  display: flex;
  align-items: center;
  padding: 5px 10px 0;
  border-radius: 30px;
  width: 97%;
  margin: 20px auto;
  background: #fff;
  transform: perspective(10px);
  border-bottom: 1px solid #d0d0d0;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
}

.option-dropdown-header .search--bar {
  flex: 1;
  padding: 0 10px;
}

.option-dropdown-header .search--bar input {
  width: 97%;
  padding-left: 4px;
}

.option-dropdown-header .search--bar input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}

.option-dropdown-header .search--icon {
  fill: #aaa;
}

.option-dropdown-content .ls-form-control {
  border: 0;
  transform: perspective(10px);
  margin-top: 10px;
  border-radius: 0;
  padding: 15px 10px 15px 70px;
  border-bottom: 1px solid #eee;
}

.option-dropdown-content .ls-form-control .ls-form-helper-text p {
  font-size: inherit;
}

.option-result-header {
  padding-left: 10px;
  font-weight: 400;
  margin-bottom: 10px;
}

.option-list {
  display: grid;
  grid-template-columns: 1fr;
  padding: 0;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
}

.option-item {
  display: flex;
  padding: 10px;
  background: #f2f2f200;
  border-radius: 5px;
  border-bottom: 1px solid #bdbdbd80;
}

.option-item:not(:last-child) {
  margin-bottom: 8px;
}

.option-item-group-label {
  list-style: none;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 500;
}

.option-dropdown-body {
  transform: perspective(10px);
  padding: 9px 10px;
  font-family: var(--font-family-2);
}

.option-item-content-icon {
  width: 25px;
  height: 25px;
  fill: rgba(0, 0, 0, 0.5);
  color: #d0d0d0;
  border-radius: 50px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
}

.option-item-content-icon svg {
  width: 65%;
  height: 65%;
}

.option-item--content-info {
  padding-left: 10px;
  line-height: normal;
  display: inline-grid;
  align-items: center;
}

.option-item-content-label {
  font-size: 15px;
}

.option-item-content-value {
  display: block;
  color: rgba(0, 0, 0, 0.6);
}

.open-Modal {
  display: block;
}

.close-Modal {
  display: none;
}

.pg-top {
  top: 10px !important;
}

.pg-scroller {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 100px;
  transform: perspective(10px);
  overflow: auto;
  height: calc(100% - 60px);
  /* height: 100%; */
}

.pg-form-scroller {
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
  perspective: 100px;
  transform: perspective(10px);
  overflow: auto;
  height: auto;
}

.datecontrol {
  background-color: #f8f9fa !important;
}

.radioControl {
  margin-left: -60px !important;
  display: block;
  margin-bottom: 0 !important;
}

.ls-form-control.txn_option {
  padding-top: 10px;
  padding-bottom: 0;
}

.mdc-radio {
  padding: 5px 10px;
  height: 35px;
  width: 35px;
}

.mdc-radio-label {
  display: inline-block;
  padding: 5px 10px 10px 20px;
  vertical-align: top;
  text-transform: capitalize;
}

.line--section--group .section--item:nth-child(1) .task--item--icon,
.report-category-list .report-category:nth-of-type(1) .report-category-icon {
  fill: #398c1b;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(2) .task--item--icon,
.report-category-list .report-category:nth-of-type(2) .report-category-icon {
  fill: #348018;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(3) .task--item--icon,
.report-category-list .report-category:nth-of-type(3) .report-category-icon {
  fill: #398c1b;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(4) .task--item--icon,
.report-category-list .report-category:nth-of-type(4) .report-category-icon {
  fill: #348018;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(5) .task--item--icon {
  fill: #398c1b;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(6) .task--item--icon {
  fill: #348018;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(7) .task--item--icon {
  fill: #398c1b;
  background: rgba(255, 255, 255, 0);
}

.line--section--group .section--item:nth-child(8) .task--item--icon {
  fill: #348018;
  background: rgba(255, 255, 255, 0);
}

.pg--post--transaction .line--section--group .section--item .task--item--icon {
  fill: #fff !important;
}

.picker__box .picker__header .picker__date-display .picker__day-display > div,
.picker__box .picker__header .picker__date-display .picker__month-display > div,
.picker__box .picker__header .picker__date-display .picker__weekday-display,
.picker__box
  .picker__header
  .picker__date-display
  .picker__weekday-display
  > div {
  font-size: 1.5rem;
}

.picker__box .picker__header .picker__date-display .picker__year-display > div {
  font-size: 1.1rem;
}

.picker__box .picker__header .picker__date-display {
  background: linear-gradient(to right, #1a400c, #53ce26);
}

.picker__box .picker__table .picker--focused,
.picker__box .picker__table .picker__day--selected,
.picker__box .picker__table .picker__day--selected:hover {
  border-radius: 25%;
  background-color: #348018;
}

.picker__box .picker__header .picker__select--month option,
.picker__box .picker__header .picker__select--year option {
  font-size: 12px;
}

.picker__box .picker__table .picker__day--infocus {
  padding: 0.6rem 0;
}

.option--selected {
  position: absolute;
  top: 30%;
  right: 5%;
}

.value--selected {
  color: #000;
}

label.value--selected {
  color: #818181;
  font-weight: 300;
}

.retry-helper {
  position: absolute;
  right: 5%;
  top: 30%;
  background: #348018;
  color: #fff;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 8px;
}

.form-row-two {
  display: inline-block;
}

.form-row-two > div {
  width: 49%;
}

.form-row-two > div:nth-child(1) {
  margin-right: 2%;
}

.attr-cart::after,
.process-flow-control-button.view-cart::after {
  content: attr(data-cartbadge);
  background: #fff;
  border-radius: 50px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: -7px;
  color: #348018;
  font-size: 12px;
  font-weight: 600;
  border: 1px solid #348018;
  line-height: normal;
}

@keyframes hvr-pulse {
  25% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  75% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

.hvr-pulse {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pulse;
  animation-name: hvr-pulse;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.mdl-menu {
  padding: 10px 0 0 !important;
}

.mdl-menu__outline {
  border-radius: 7px !important;
}

.mdl-menu__item {
  padding: 5px 10px !important;
}

.mdl-menu__item .list--icon {
  margin-right: 10px !important;
}

.process-flow-controls .mdl-menu__container,
.process-flow-controls .mdl-menu__container ul,
.process-flow-controls .mdl-menu__outline {
  width: 100% !important;
}

.process-flow-controls .mdl-menu__item {
  text-align: center;
  padding: 0 16px;
}

#dueReceiptHome .header--control,
#pageRecieptAll .header--control {
  margin: 15px 5px 0;
}

#dueReceiptHome .header--control--item,
#pageRecieptAll .header--control--item {
  position: absolute;
  top: 0;
  right: 0;
  fill: #000;
  z-index: 99999;
}

#dueReceiptHome,
#pageRecieptAll {
  font-family: var(--font-family-2);
}

#dueReceiptHome .mdl-menu__item,
#pageRecieptAll .mdl-menu__item {
  padding: 10px !important;
}

.notif--content-area {
  height: calc(100% - 10px);
  width: 100%;
  margin: 0 auto;
  top: 60px;
  z-index: 1;
  overflow-y: auto;
}

.notif-dashboard {
  display: flex;
  height: 100%;
}

.notif-list,
.notif-sidebar {
  position: fixed;
  height: 100%;
  overflow-y: scroll;
  padding-bottom: 30px;
  font-family: var(--font-family);
}

.notif-sidebar {
  width: 35%;
  background: #eaeaea88;
}

.notif-sidebar li {
  padding: 10px;
  transition: all 0.2s ease-in-out;
}

.notif-sidebar li:after {
  content: attr(data-email-badge);
  background: #348018;
  position: absolute;
  right: 5px;
  color: #fff;
  height: 18px;
  width: 18px;
  margin-top: 3px;
  font-size: 10px;
  border-radius: 50px;
  line-height: 16px;
  display: inline-grid;
  justify-content: center;
}

.notif-sidebar li[data-email-badge=""]:after,
.notif-sidebar li[data-email-badge="0"]:after {
  background: 0 0;
}

.notif-sidebar li.empty:after {
  content: "";
  background: 0 0;
}

.notif-sidebar li.active {
  background: #fff;
  color: #000;
}

.notif-list {
  margin-left: 35%;
}

.notif-item {
  border-bottom: 1px solid #d0d0d088;
  padding: 10px;
}

.notif-name {
  margin: 0;
  color: #a52eb0;
  font-weight: 700;
}

.notif-subject {
  margin: 0;
}

.notif-desc {
  font-size: 12px;
  margin: 0;
}

.notif-header {
  background: rgba(255, 255, 255, 0);
  border-radius: 0;
  border-bottom: 1px solid #eee;
  height: auto;
  position: relative;
}

.notif-header .header--control {
  flex-direction: column;
}

.notif-actions-bar {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.notif-header .header--control--item {
  fill: #000;
}

.notif--logo {
  width: 90vw;
}

.notif--logo h4 {
  margin: 0;
}

.notif-sender {
  display: block;
}

.single-notif--content-area {
  padding: 10px 20px;
}

#payrollDrill .menu--control {
  fill: #000;
  text-align: left;
}

#payroll-modal .modal {
  top: 500px;
}

#submission-modal {
  padding: 0 15px;
  font-family: var(--font-family-3);
}

#submission-modal .modal-controls {
  grid-template-columns: 1fr;
}

.empty-collection-message {
  width: 100%;
}

.empty-collection-message > * {
  font-family: var(--font-family-2);
}

.empty-collection-message p {
  font-size: 14px;
  margin: 10px auto;
}

.recordsList .task--item--icon {
  fill: #348018;
  background: rgba(255, 255, 255, 0);
}

.record-meta {
  display: flex;
  font-size: 12px;
  justify-content: space-between;
  margin-top: 10px;
  padding-right: 10px;
}

.setup--item {
  list-style: none;
}

.setup--item .section--content:after {
  width: 40px;
  height: 40px;
  line-height: 45px;
  font-size: 16px;
}

.setup-scroll {
  height: 200px;
  overflow-x: hidden;
  overflow-x: auto;
  text-align: justify;
}

.setup-list-item {
  background: linear-gradient(to right, #1a400c, #53ce26);
  color: #fff;
  border-radius: 7px;
}

.setup-list-item:after,
.setup-list-item:before {
  content: none !important;
}

.setup-list-item .recent--activity--item {
  display: grid;
  grid-template-columns: 75px 1fr;
  grid-gap: 5px;
}

.setup-list-item .recent--activity--date-item {
  background: #fff;
  color: #348018;
  font-size: 16px;
  width: 75px;
}

.setup-list-item .recent--activity--item--content {
  display: flex;
  align-items: center;
}

.setup-list-item .recent--activity--item--text {
  width: 100%;
  margin: 15px 0;
}

.form-title {
  background: #eee;
  border-radius: 7px;
  text-align: center;
  padding: 5px 0 10px;
  margin-bottom: 30px;
}

.ribbon {
  width: 80px;
  height: 80px;
  overflow: hidden;
  position: absolute;
}

.ribbon::after,
.ribbon::before {
  position: absolute;
  z-index: -1;
  content: none;
  display: block;
  border: 5px solid #348018;
}

.ribbon span {
  position: absolute;
  display: block;
  width: 100px;
  padding: 5px 0;
  background-color: #5e2450;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font: 700 10px/1 var(--font-family-2);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center;
}

.ribbon-top-left {
  top: 20px;
  left: 7px;
}

.ribbon-top-left::after,
.ribbon-top-left::before {
  border-top-color: transparent;
  border-left-color: transparent;
}

.ribbon-top-left::before {
  top: -10px;
  right: -5px;
}

.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}

.ribbon-top-left span {
  right: 2px;
  top: 16px;
  transform: rotate(-45deg);
}

.ribbon-bottom-right {
  bottom: 0;
  right: 2px;
}

.ribbon-bottom-right span {
  top: 45px;
  transform: rotate(316deg);
  left: 2px;
}

.pa-5 {
  padding: 5px 0;
}

.swal2-container * {
  font-family: var(--font-family-2);
}

.swal2-content {
  z-index: 2 !important;
}

#swal2-container {
  text-align: center;
}

.swal2-icon.swal2-warning {
  border-color: orange;
  color: orange;
}

.swal2-x-mark {
  font-size: 100%;
}

select.swal-select-class {
  display: initial !important;
}

select.swal-select-class:focus {
  border-color: #34801888;
  box-shadow: 0 0 0 0.2rem rgba(52, 128, 24, 0.25);
}

.join-mark {
  order: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.join-mark > div {
  font-size: 11px;
}

.due-item {
  display: grid;
  grid-template-columns: 10% 1fr;
}

.due-item .select-tasks__label {
  padding: 0;
  padding-left: 7px;
}

.due-item .recent--activity--date-item {
  align-self: center;
  display: flex;
  flex-direction: column;
}

.fancy-selector-current {
  display: flex;
  width: 100%;
  justify-content: space-evenly;
  align-items: center;
}

.fs-name {
  font-size: 12px;
}

.fs-sub {
  font-size: 11px;
}

.pay-dues-club .task-desc {
  color: #545454;
}

.pay-dues-club .select-tasks__label,
.agent .select-tasks__label {
  display: block;
}

.pay-dues-club .task-info,
.agent .task-info {
  font-weight: 700;
  display: grid;
  grid-template-columns: 60% 40%;
  max-width: 100%;
}

.payAmtBtn {
  height: auto;
  width: 100%;
  background: white;
  color: #255c11 !important;
  border: 1px solid #44a91f;
  padding: 4%;
}

.pay-club-dues-menu {
  max-width: 70vw;
}

.pay-club-dues-menu li {
  text-overflow: ellipsis;
}

.agent--list--accordion .item label,
.order--list--accordion .item label {
  padding: 10px 0 10px 40px;
}

.agent--list--accordion .accordion .item > .accordionTitle::after,
.order--list--accordion .accordion .item > .accordionTitle::after {
  left: 0;
}

.agent--list--accordion input[name="toggler"],
.order--list--accordion input[name="toggler"] {
  width: 100%;
}

.date input[type="radio"] {
  opacity: 1;
  pointer-events: all;
  position: relative;
}

.date-label {
  font-size: 12px;
  text-align: center;
}

.get-started {
  padding: 0 20px;
}

.get-started h2,
.get-started p {
  font-family: var(--font-family-3);
}

.get-started figure {
  margin: 40px 0 0;
  padding: 20px 30px;
}

.bold-heading {
  font-size: 2rem;
  font-weight: 600;
  margin: 0 1rem 1rem 1rem;
}

.getstarted .pg--section {
  max-height: 100%;
  box-shadow: none;
  padding: 9px 10px 0;
  margin: 0;
}

.getstarted.pg--content-area {
  overflow-y: scroll;
  top: 0;
  margin-bottom: 0;
  padding: 0 8px;
  border-radius: 0;
  background: var(--bg-light);
}

.getstarted.pg--content-area {
  overflow-y: scroll;
  top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  height: 100%;
}

.getstarted .pg-form .pg--section {
  top: 15%;
}

.get-started-btns {
  display: flex;
  align-items: stretch;
  flex-direction: column;
}

.get-started-btns button.outline {
  background: 0 0 !important;
  border-color: #348018 !important;
  color: #348018 !important;
}

.get-started-btns .btn-container {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 100%;
  padding: 0;
}

.get-started-btns .btn-container button {
  flex-grow: 1;
  margin: 5%;
}

.adminClubs .section--item {
  height: 60px;
  list-style: none;
}

.adminClubs .task--item--icon {
  width: 40px;
  height: 40px;
}

.adminClubs .tasks {
  padding-left: 60px;
}

.pending-member-list .txn-list-item,
.priviledges-list .txn-list-item {
  grid-template-columns: 12px 40% 30% 20%;
}

.pending-member-list .txn-list-item:after {
  content: attr(data-after);
}

.pending-member-list .txn-list-item.approved:after {
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  border-radius: 5px;
}

#validateClubs button.mdc-button,
.pending-member-list button.mdc-button,
.priviledges-list button.mdc-button,
button.mdc-button {
  background: #348018;
  font-size: 11px;
}

.pending-member-list button.mdc-button.disabled,
.priviledges-list button.mdc-button.disabled {
  background: #ddd;
  color: #000;
}

#validateClubs {
  padding: 0 5px;
}

#validateClubs li {
  padding-bottom: 20px;
  border-bottom: 1px solid #348018;
}

#validateClubs h6 {
  display: flex;
  justify-content: space-between;
  margin: 15px 0 10px;
}

#validateClubs select {
  display: block !important;
}

select.member-type {
  margin-bottom: 10px;
}

.validate-accounts {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.validate-accounts input,
.validate-accounts select {
  padding: 0.375rem 0.5rem;
}

.validate-accounts input[type="checkbox"]:focus {
  box-shadow: none;
}

.form-control:focus {
  border-color: #348018;
  box-shadow: 0 0 0 0.2rem rgba(52, 128, 24, 0.25);
}

.collapse {
  display: block;
  transition: max-height 1s cubic-bezier(0, 1, 0, 1);
  max-height: 0;
  overflow: hidden;
}

.collapse.show {
  transition: max-height 1s ease-in-out;
  max-height: 100em;
}

#vendor-accounts ul li {
  display: grid;
  grid-template-columns: 10% 25% 0.5fr 1fr;
  grid-gap: 5px;
}

.status-pill {
  width: 12px;
  height: 12px;
  border-radius: 30px;
  background-color: #eee;
  display: inline-block;
  vertical-align: middle;
}

.status-pill.yellow {
  background-color: #f8bc34;
}

.status-pill.red {
  background-color: #c21a1a;
}

.status-pill.green {
  background-color: #71c21a;
}

.status-pill.smaller {
  width: 8px;
  height: 8px;
}

.status-pill + span {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

ul.stepper {
  list-style-type: none;
  padding: 2rem 1rem;
  margin: 0 -1.5rem;
  font-family: var(--font-family-3);
}

ul.stepper h1,
ul.stepper h2,
ul.stepper h3,
ul.stepper h4,
ul.stepper h5,
ul.stepper h6 {
  font-family: var(--font-family-2);
}

ul.stepper .step .step-title:hover {
  background-color: transparent;
}

ul.stepper .step.active::before,
ul.stepper .step.done::before {
  background-color: #ad5389 !important;
}

.getstarted .process-flow-controls {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 40px;
  grid-gap: 10px;
  margin-top: 2%;
}

ul.stepper .step .step-title,
ul.stepper .step.active .step-title {
  display: flex !important;
  flex-flow: column;
  padding: 0 5%;
  font-weight: 600;
  font-size: 1.5rem;
}

ul.stepper .step-title span {
  font-weight: 500;
  font-size: 1rem;
}

ul.stepper .step .step-content {
  margin: 5%;
}

ul.stepper .step .step-content .grid-2 {
  display: grid;
  grid-template-columns: 50px 1fr;
  grid-gap: 15px;
}

.step-content .grid-2 .icon {
  align-self: center;
  margin-bottom: 20px;
  background: #348018;
  padding: 10px;
  border-radius: 55px;
}

.step-content .grid-2 .icon svg {
  fill: #fff;
}

.stepper-progress-bar {
  width: 8.333333333333334%;
  height: 1%;
  background: var(--bg-gradient);
  -webkit-transition-property: width;
  -webkit-transition-duration: 1s;
  transition-property: width;
  transition-duration: 1s;
}

#category-modal .menu--control,
#due-modal .menu--control,
#expiring-modal .menu--control {
  top: -10px !important;
}

.mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background,
.mdc-checkbox__native-control:enabled:indeterminate
  ~ .mdc-checkbox__background {
  border-color: #348018;
  border-color: #348018;
  background-color: #348018;
  background-color: #348018;
}

#dueTypes li {
  padding-bottom: 20px;
  border-bottom: 1px solid #348018;
}

#dueTypes li.collapsed {
  padding-bottom: 0;
}

#dueAccount h6,
#dueTypes h6 {
  display: flex;
  justify-content: space-between;
}

#dueTypes select {
  display: block !important;
}

select.member-type {
  margin-bottom: 10px;
}

.frequencies {
  display: grid;
  grid-template-columns: 15px 35% 25% 25%;
  grid-gap: 10px;
  margin-bottom: 10px;
}

.frequencies input,
.frequencies select {
  padding: 0.375rem 0.5rem;
}

.frequencies input[type="checkbox"]:focus {
  box-shadow: none;
}

.form-control:focus {
  border-color: #348018;
  box-shadow: 0 0 0 0.2rem rgba(52, 128, 24, 0.25);
}

#dueAccount li {
  border-bottom: 1px solid #348018;
}

#dueAccount h6 label {
  font-size: 11px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.4px;
  display: flex;
  margin-right: 3px;
}

#dueAccount h6 label span {
  align-self: center;
  margin-right: 3px;
}

.account-radio {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 10px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 5px 0;
}

#dueAccount input[type="radio"] {
  opacity: 1;
  position: relative;
  pointer-events: all;
}

#dueAccount small {
  display: block;
}

.individual-panel,
.same-panel {
  margin-bottom: 15px;
}

.second-collapse-icon {
  margin: 0 3px 0 30px;
}

.second-collapse-icon svg {
  margin-right: 5px;
}

.membership-pagination {
  margin-top: 30px;
}

.paginationjs-pages li {
  display: inline-block;
}

.paginationjs-pages li.active {
  background: #348018 !important;
  color: #fff;
}

.paginationjs-pages li a {
  padding: 0.7rem 1.2rem !important;
  color: #000;
}

.package-table td {
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  padding-left: 10px;
}

#plansList .tasks {
  padding-left: 60px;
}

#plansList .section--item {
  min-height: 90px;
}

#plansList .section--item .task--item--icon {
  height: 40px;
  width: 40px;
}

#plansList .section--item .task--item--icon svg {
  height: 35px;
  width: 35px;
}

#plansList .section--item .task--item--icon {
  height: 40px;
  width: 40px;
}

#plansList .section--item .task--item--content {
  width: 80%;
}

#plansList .section--item .current-package {
  right: 5%;
}

.select2-container {
  width: 100%;
}

.select2-container .select2-selection--single {
  height: calc(1.5em + 0.75rem + 2px);
}

.select2-container--default
  .select2-results__option--highlighted[aria-selected] {
  background-color: #922700;
}

/* datepicker override css */
.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  border-radius: unset;
  z-index: 0;
  position: relative;
  height: auto;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  /* background: #592261; */
}

.dtp div.dtp-date,
.dtp div.dtp-time {
  /* background: #7b3571; */
}

.dtp table.dtp-picker-days tr > td > a.selected {
  /* background: #592261; */
  color: #fff;
}

.btn-default:not([disabled]):not(.disabled).active,
.btn-default:not([disabled]):not(.disabled):active,
.show > .btn-default.dropdown-toggle,
.dtp-select-year-range,
.dtp-select-year-range:focus,
.dtp-select-year-range:active {
  background: transparent !important;
  color: #222;
  box-shadow: 0 0;
}

.year-picker-item.active {
  /* color: #592261; */
}

.dtp div.dtp-date > div {
  padding-bottom: 0.2em;
}

.dtp div.dtp-actual-year,
.dtp-select-year-before,
.dtp-select-year-after,
.dtp-select-month-before,
.dtp-select-month-after {
  cursor: pointer;
}

button.dtp-btn-ok.btn.btn-flat {
  color: #8bc34a;
}

/* filter dates */
.date-filter-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 0 9px;
}

.filter-date {
  box-shadow: 1px 2px 1px 0px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  padding: 10px;
}

.filter-date input {
  font-size: 12px;
}

.filter-date label {
  color: #a93f01;
  display: flex;
  align-items: center;
}

.filter-date i.material-icons {
  font-size: 14px;
}

/* end date-picker override css */
.txntype.txn-Credit,
.txntype.txn-PAID {
  color: green;
}

.txntype.txn-Debit,
.txntype.txn-PENDING {
  color: red;
}

.txntype.txn-OPEN {
  color: #3f51b5;
}

/* tab design css */
.myCustomTab {
  display: flex;
  justify-content: space-evenly;
  margin-left: 10%;
}

.myCustomTab li h2 {
  padding-left: 1px !important;
}

.myCustomTab li.active {
  border-bottom: 2px solid green;
}

.myCustomTab-content {
  display: none;
}

.myCustomTab-content.active {
  display: block;
}

/* image upload section */
.image-editor {
  width: 100%;
  display: inline-grid;
  grid-template-columns: 1fr 2fr;
  grid-gap: 0.5em;
  justify-content: flex-start;
  padding: 0.5em;
  border: 0.5px solid #ccc;
  margin-bottom: 1em;
  border-radius: 10px;
  overflow: hidden;
  /* background: #a850875c; */
}

.image-editor .fileinput-button {
  position: relative;
  overflow: hidden;
  display: inline-block;
  /* margin: 0 7px;
    width: 94%; */
  padding: 5px;
  /* margin: 0 auto; */
}

.image-editor .controls {
  padding: 0;
  background-color: transparent;
  display: flex;
  width: 250px;
}

.image-editor .controls input {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #000 !important;
}

.image-editor .fileinput-button input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  direction: ltr;
  cursor: pointer;
}

.image-editor .btn-input {
  color: rgb(255, 255, 255);
  background-color: #c33400;
  border-color: #c33400;
}

.image-editor .change,
.image-editor .delete,
.image-editor .update {
  padding: 0.375rem 0.75rem;
}

.image-editor .change {
  background: orange;
  border-color: orange;
}

.image-editor .delete {
  background: red;
  border-color: red;
}

.cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  border: 1px solid #ccc;
  border-radius: 3px;
  width: 100px;
  height: 100px;
}

.cropit-preview-image-container {
  cursor: move;
}

.image-size-label {
  margin-top: 10px;
  color: #000;
  margin-left: 7px;
}

/*  crop it here */
.mdc-radio
  .mdc-radio__native-control:enabled:checked
  + .mdc-radio__background
  .mdc-radio__outer-circle,
.mdc-radio
  .mdc-radio__native-control:enabled
  + .mdc-radio__background
  .mdc-radio__inner-circle {
  border-color: #61a349;
}

.mdc-radio__inner-circle {
  position: absolute;
  top: -1px;
  left: -1px;
}

.mdc-form-field > label {
  order: 0;
  margin-right: auto;
  padding-left: 4px;
  margin-top: -10%;
}

select[data-model] option:checked {
  background-color: #348018;
}

/* admin refesh */
[data-action-name="reloadAdminPage"] {
  left: 5px;
  background: #307816;
  color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

/* end admin refresh */
/* close sweetalert */
.close-alert {
  position: absolute;
  right: -2%;
  top: -10%;
  color: #222;
  background: #eee;
  padding: 10px 15px;
  border-radius: 50%;
  z-index: 9999;
  cursor: pointer;
}

.due-item-label {
  padding: 0 !important;
  width: 100%;
  text-overflow: ellipsis;
  white-space: normal;
  position: relative;
  font-weight: 500;
  color: #666;
  line-height: 1.2em;
}

.mdc-checkbox__background {
  top: 0% !important;
}

/* advance payment  */
.advance-pay-control {
  display: grid;
  grid-template-columns: 1fr 40%;
  height: 2em;
}

/* sticky */
.sticky-li {
  list-style: none;
  margin: 10px 0;
  padding: 5px 0;
  background: #fff;
  border: 0px solid #fff;
  box-shadow: none;
  position: fixed;
  height: 25%;
  z-index: 1;
  border-radius: 0;
  display: flex;
  align-items: flex-end;
}

/* .accordion css override */
.accordion .accordionTitle {
  display: grid !important;
  grid-template-columns: 1fr 40px;
  transition: height 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-radius: 4px;
  background: #f5f5f5;
}

.accordion .content {
  background: #f5f5f5;
}

/* news block */
.news-body {
  display: grid;
  padding: 15px;
}

.news-figure {
  display: inline-table;
}

p.news-line {
  line-height: 1.2rem;
  margin: 1.2rem 0;
}

.external-ref,
.external-ref:hover,
.external-ref:active {
  color: #296413;
  display: flex;
  justify-content: start;
  align-items: center;
  text-decoration: underline;
  font-size: 0.8em;
  margin: 10px 0;
}

.dashboard-more-count {
  color: #286212;
  text-transform: capitalize;
  font-size: 0.79em;
}

/* plan */

.plan-table {
  width: 100%;
  height: calc(100vh - 100px);
  display: flex;
  align-items: center;
  flex-flow: row nowrap;
  margin: 0 0;
  overflow: auto;
  padding: 5px 5px 0 5px;
}

.plan-table .plan {
  height: calc(100vh - 50%);
  display: grid;
  grid-template-rows: 2fr 2fr;
  grid-gap: 10px;
  margin: 10px auto;
  border-radius: 5%;
  box-shadow: 0 0 1px 2px rgba(0, 0, 0, 0.04), 0 2px 1px rgba(0, 0, 0, 0.06),
    0 -1px 0px 0px rgba(0, 0, 0, 0.04);
  flex: 0 0 90%;
  position: relative;
  overflow: hidden;
  margin-right: 10px;
}

.plan-table .plan:first-child {
  margin-left: 10px;
}

.plan-header {
  background: linear-gradient(to right, #348018, #1de26d);
  border-radius: 5%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
}

.plan-header span {
  color: #fff;
}

.plan-header .title {
  font-weight: 500;
  font-size: 1.5em;
}

.plan-header .price {
  font-size: 3em;
  font-weight: bold;
}

.plan-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.plan-content button {
  background: #328c23 !important;
  color: #fff !important;
  border: #328c23 !important;
}

.plan-content li.option {
  font-size: 1.5em;
}

.plan-menu {
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.suggestion-text {
  color: #204f0e;
}

.suggestion-div {
  display: flex;
  flex-flow: column;
  line-height: 15px;
  font-size: 12px;
  padding: 10px 5%;
}

.suggestion-div.static {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
}

.suggestion-div::before {
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  left: 7px;
  top: 15px;
  border-radius: 50%;
  background: #388c1a;
}

.suggestion-div.static::before {
  width: 2px;
  height: 23px;
  border-radius: 1px;
}

.ls-switch {
  flex-direction: row-reverse;
  justify-content: space-between;
  display: flex;
  margin-bottom: 10px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 3%;
}

.ls-switch::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: #388c1a;
  width: 2px;
  height: 100%;
  border-radius: 1px;
}

.image-editor.has-error {
  border-color: red !important;
}

.form-field-loader {
  display: inline-block;
  width: 28px;
  height: 28px;
  right: 20px;
  top: 23px;
  z-index: 2;
  position: absolute;
}

.form-field-loader svg {
  animation-duration: 750ms;
  width: 100%;
  height: 100%;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  animation: spinner-rotate 1s linear infinite;
}

.form-field-loader svg circle {
  fill: transparent;
  stroke-width: 4px;
  stroke-dasharray: 200px;
  stroke-dashoffset: 82px;
  stroke: #afafaf;
}

#full-stars-example-two .rating-group {
  display: inline-flex;
}
#full-stars-example-two .rating__icon {
  pointer-events: none;
}
#full-stars-example-two .rating__input {
  position: absolute !important;
  left: -9999px !important;
}
#full-stars-example-two .rating__input--none {
  display: none;
}
#full-stars-example-two .rating__label {
  cursor: pointer;
  padding: 0 0.1em;
  font-size: 2rem;
}
#full-stars-example-two .rating__icon--star {
  color: #ed1f00;
  color: orange;
}
#full-stars-example-two
  .rating__input[checked="true"]
  ~ .rating__label
  .rating__icon--star {
  color: #b8b8b8;
}
#full-stars-example-two .rating-group:hover .rating__label .rating__icon--star {
  color: #ed1f00;
  color: orange;
}
#full-stars-example-two
  .rating__input:hover
  ~ .rating__label
  .rating__icon--star {
  color: #b8b8b8;
}

#full-stars-example-two
  .rating__input[checked="true"]:hover
  ~ .rating__label
  .rating__icon--star {
  color: #b8b8b8;
}

.tab__content {
  display: none;
}

.content--active.tab__content {
  display: block;
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
  background-color: #ffc4bbd9;
}

.mdc-tab__ripple::before,
.mdc-tab__ripple::after {
  background-color: #ffc4bbd9;
}

.mdc-tab-indicator .mdc-tab-indicator__content--underline {
  border-color: #c30e00a3;
}

button.mdc-tab {
  padding-left: 15px;
  padding-right: 15px;
}

.mdc-tab__icon svg {
  width: 1.3rem;
  height: 1.3rem;
}

.mdc-tab--active .mdc-tab__icon {
  color: #d9655c;
  fill: currentColor;
}

.mdc-tab--active .mdc-tab__text-label {
  color: #c31100;
}

.ls-form-control.dp-menu-item {
  padding: 13px 10px;
  margin-bottom: 0px;
}

.ls-form-control.dp-menu-item:not(:last-child) {
  border-bottom: 1px solid #d0d0d0;
}

.ls-form.dp-menu {
  padding: 6px;
}

.wallet-balance {
  letter-spacing: 0.3px;
}

.dp--solid {
  padding: 15px 10px;
  background: #b71800;
  color: #fff;
  fill: #fff;
  font-weight: 600;
}

.dp-wallet-it svg {
  left: 10px;
  top: 15%;
}

.dp-wallet-it label {
  padding-left: 55px;
  display: flex;
  flex-direction: column-reverse;
}

.dp-wallet-it label .acct-no {
  font-size: 90%;
  color: #505050;
}

.dp-wallet-it label .acct-type {
  font-weight: 600;
  font-size: 80%;
}

.dp-wallet-it.dp--solid label {
  padding-left: 35px;
}

.dp-wallet-it.dp--solid svg {
  top: 27%;
}

/* status color */
.status.orange {
  color: #ff8109 !important;
  background-color: rgba(253, 133, 20, 0.15) !important;
}

.status.blue {
  background-color: rgba(0, 105, 212, 0.15) !important;
  color: #0074da !important;
}

.status.red {
  background: #ffc4bb6b !important;
  color: red !important;
}

.status.green {
  background: #6bc76b57 !important;
  color: green !important;
}

span.status-badge {
  padding: 4px 8px;
  border-radius: 3px;
}

.sw-update-actions .swal2-styled.swal2-cancel {
  background-color: #aaa !important;
}

.reload-balance.loading {
  animation: spin 0.7s linear infinite;
}

#finger-profile {
  display: none;
}

.dtp .dtp-buttons {
  padding: 0 1em 1em 1em;
  text-align: right;
  background: white;
}

.pg-scroller.no-footer {
  height: calc(100% - 5px) !important;
}

.pg-scroller.no-footer section.full-h {
  min-height: 100vh;
}

.material-icons.wrap-icon.transparent {
  background: transparent !important;
}

.wrap-icon.orange {
  background: #b77f0014 !important;
  fill: #b76500 !important;
  color: #b76500 !important;
}

.wrap-icon.red {
  background: #b7000014 !important;
  fill: #960000 !important;
  color: #960000 !important;
}

.wrap-icon.blue {
  background: #1b00b714 !important;
  fill: #000396 !important;
  color: #000396 !important;
}

.wrap-icon.black {
  background: #00000014 !important;
  fill: #000000 !important;
  color: #000000 !important;
}

.wrap-icon.darkblue {
  background: #1b00b714 !important;
  fill: #000263 !important;
  color: #000263 !important;
}

.wrap-icon.green {
  background: #4caf5014 !important;
  fill: #4caf50 !important;
  color: #4caf50 !important;
}

.rounded {
  border-radius: 50% !important;
}

.ls-form-control.sync-time-list svg {
  position: absolute;
  fill: #980c00;
}

.ls-form-control.sync-time-list label {
  font-weight: 600;
  color: #2a2a2a;
}
.ls-form-control.sync-time-list {
  display: flex;
  flex-direction: column-reverse;
}