body {
  accent-color: var(--wayfarer)
}

#sidebar {
  background-color: var(--charcoal);
}

#loginForm {
  border-radius: 15px 15px 15px 15px;
}

.bg-image {
  background-color: var(--wayfarer);
}

.nav-main ul {
  background-color: var(--black);
}

.nav-main ul a {
  color: rgba(255, 255, 255, .5)
}

.registration-card {
  border-radius: 20px !important;
  text-align: center;
  color: white !important;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.registration-bg {
  background-color: #fbfaf7;
}

.registration-main {
  padding-top: clamp(10px, 2vh, 50px);
}

.registration-plan-offering-container {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.font-italic{
  font-style: italic !important;
}

.plan-tile{
  border-radius: 20px!important;
  background: #FFF;
}

.registration-tile{
  max-width: 160px;
}

.registration-submit-btn{
  color: #fff;
  border-radius: 10px!important;
  background-color: #215169;
}
.registration-submit-btn:focus,
.registration-submit-btn-primary.focus,
.registration-submit-btn:hover {
  color: #333;
  background-color: #eff5fb;
  border-color: #215169;
}

.fees-card-background {
  margin-bottom: 20px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 20px;
}

.fees-card-shell {
  padding-left: 20px;
  padding-right: 20px;
}

.fees-card {
  border-radius: 20px !important;
  border: 1px solid black;
  text-align: left;
  min-height: 150px;
  background-color: white;
  padding:10px;
}

.rounded-10 {
  border-radius: 10px !important;
}

.font-refresh {
  font-family: "Source Sans 3", "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  color: black !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--wayfarer) !important;
}

.radio-inline input[type=radio] {
  color: var(--wayfarer)
}

.action-link{
  color: var(--wayfarer);
}

.form-container {
  padding-top: 10px;
  padding-bottom: 10px;
}

.btn-light-outline {
  border: 1px solid lightgray;
  padding: 6px 12px;
  border-radius: 2px;
  vertical-align: middle;
}

.no-right-border {
  border-right: none !important;
}

.no-border {
  border: none !important;
}

#page-container .no-margin, .no-margin {
  margin: 0;
}

#page-container .pt-0, .pt-0 {
  padding-top: 0;
}

#page-container .pb-0, .pb-0 {
  padding-bottom: 0;
}

#page-container .pr-0, .pr-0 {
  padding-right: 0;
}

#page-container .pl-0, .pl-0 {
  padding-left: 0;
}

.mb-40-px {
  margin-bottom: 40px;
}

.mb-60-px {
  margin-bottom: 60px;
}

.mbt-3-px {
  margin: 3px 0;
}

.mb-2-px {
  margin-bottom: 2px;
}

.mb-5-px {
  margin-bottom: 5px;
}

.mb-8-px {
  margin-bottom: 8px!important;
}

.mbt-15-px {
  margin: 15px 0;
}

.mlr-2-px {
  padding: 0 2px;
}

.mlr-15 {
  margin: 0 15px;
}

.no-margin {
  margin: 0 !important;
}

.pad-5 {
  padding: 5px !important;
}

.no-pad {
  padding: 0 !important;
}

.move-up-2-px {
  position: relative;
  bottom: 2px;
}

.move-down-2-px {
  position: relative;
  top: 2px;
}

.move-down-4-px {
  position: relative;
  top: 4px;
}

.mcenter {
  margin: 0 auto;
}

.nav-pills > li > a {
  color: #646464;
  background-color: #f5f5f5;
}

#page-container .width-50-per {
  width: 50%;
}

@media (min-width: 768px) {
  .modal-sm {
    width: 400px;
  }
}

@media (max-width: 768px) {
  .plr-20-xs {
    padding: 0 20px 0 20px!important;
  }
}

.clickable-row {
  cursor: pointer;
}

.capitalize {
  text-transform: capitalize;
}

.pt-0 {
  padding-top: 0;
}

.pt-5 {
  padding-top: 5px!important;
}

.pt-10 {
  padding-top: 10px!important;
}

.ptb-8 {
  padding-top: 8px!important;
  padding-bottom: 8px!important;
}

.pt-13 {
  padding-top: 13px!important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-10 {
  padding-bottom: 10px!important;
}

.pb-20 {
  padding-bottom: 20px!important;
}

.pr-0 {
  padding-right: 0;
}

.pr-6 {
  padding-right: 6px!important;
}

.pr-10 {
  padding-right: 10px!important;
}

.pr-14 {
  padding-right: 14px!important;
}

.pl-6 {
  padding-left: 6px!important;
}

.pl-10 {
  padding-left: 10px!important;
}

.pl-18 {
  padding-left: 18px!important;
}

.pl-20 {
  padding-left: 20px!important;
}

.pl-35 {
  padding-left: 35px!important;
}

.plr-10 {
  padding-left: 10px!important;
  padding-right: 10px!important;
}

.plr-15 {
  padding-left: 15px!important;
  padding-right: 15px!important;
}

.plr-25 {
  padding-left: 25px!important;
  padding-right: 25px!important;
}

.plr-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.pad-8 {
  padding: 8px;
}

.pad-10 {
  padding: 10px;
}

.plr-20 {
  padding-left: 20px;
  padding-right: 20px;
}

.p-6-25 {
  padding: 6px 25px;
}

.pad-30-b {
  padding-bottom: 30px;
}

.pad-100-b {
  padding-bottom: 100px;
}

.pad-15-t {
  padding-top: 15px;
}

.pad-10-t {
  padding-top: 10px;
}

.pad-10-tb {
  padding: 10px 0 10px 0!important;
}

.pad-10-l {
  padding-left: 10px;
}

.ml-0 {
  margin-left: 0!important;
}

.ml-4 {
  margin-left: 4px!important;
}

.ml-10 {
  margin-left: 10px!important;
}

.mr-0 {
  margin-right: 0!important;
}

.mt-1 {
  margin-top: 1px;
}

.mt-4 {
  margin-top: 4px;
}

.mtb-5 {
  margin: 5px 0 5px 0;
}

.mtb-10 {
  margin: 10px 0 10px 0;
}

.mt-21 {
  margin-top: 21px;
}

.mb-21 {
  margin-bottom: 21px;
}

.mr-15 {
  margin-right: 15px!important;
}

.mr-30 {
  margin-right: 30px!important;
}

.mr-5-px {
  margin-right: 5px!important;
}

.mlr-10 {
  margin: 0 10px;
}

.mlr-15 {
  margin: 0 15px;
}

.ml-5 {
  margin-left: 5px!important;
}

.ml-20 {
  margin-left: 20px!important;
}

.mr-5 {
  margin-right: 5px!important;
}

.mr-6 {
  margin-right: 6px!important;
}

.mr-10 {
  margin-right: 10px!important;
}

.mr-neg-12 {
  margin-right: -12px!important;
}

.push-15-l {
  margin-left: 15px!important;
}

.mt-10 {
  margin-top: 10px;
}

.fw-light {
  font-weight: lighter;
}

.fw-normal {
  font-weight: normal;
}

.bg-dark-blue {
  background: #293d6d;
}

.bg-none {
  background: none !important;
}

.bg-trans {
  background-color: transparent;
}

.bs-none {
  box-shadow: none;
}

.w-150-px {
  width: 150px;
}

.w-200-px {
  width: 200px;
}

.w-20-per {
  width: 20%;
}

.w-40-per {
  width: 40%;
}

.w-50-per {
  width: 50%;
}

.w-65-per {
  width: 65%;
}

.w-80-per {
  width: 80%;
}

.w-100-per {
  width: 100% !important;
}

.mw-33-per {
  min-width: 33% !important;
}

.mh-100-px {
  min-height: 100px !important;
}

.dis-block {
  display: block;
}

.text-color-danger {
  color: #c94b3b;
}

.table td.va-m, .va-m {
  vertical-align: middle;
}

.bg-theme-green {
  background-color: rgb(107, 183, 118);
}

#bankach-form .fa-university {
  font-size: 0.8em;
  color: #34a263;
  left: 2px;
  bottom: 3px;
}

#bankach-form .fa-circle-thin {
  color: #2a834f;
}

.span-button {
  cursor: pointer;
}

.logoImage {
  background-image: url("../../assets/img/advicepay-primary-logo-evergreen-rgb.svg");
  width: 100%;
  height: 60px;
}

.sidebar-mini .side-header {
  padding: 8px 10px 20px 1px;
}

/* Payment authorization checkbox */
.form-group .css-checkbox {
  padding: 20px;
  border: 1px solid #f5f5f5;
  border-radius: 2px;
  line-height: 1.8;
}

.is-checked .css-checkbox {
  border-color: #2a834f;
}

.is-not-checked .label-header {
  color: #c94b3b;
}

.is-not-checked .css-checkbox {
  border-color: #c94b3b;
}

.logo-full {
  width: 300px;
  height: 66px;
}

.logo-nav {
  width: 150px;
  height: 33px;
}

.logo-fit {
  max-width: 175px;
  height: auto;
}

.cursor-default {
  cursor: default;
}

.select2-container--default {
  display: table!important;
}

.select2.select2-container.select2-container--default {
  width: 100%!important;
}

label > .select2-container--default {
  display: inline-block!important;
  width: fit-content!important;
}

label > .select2.select2-container.select2-container--default{
  width: 10vw!important;
  display:inline-block!important;
}

.pad-20 > .select2.select2-container {
  margin-bottom: 10px;
}

.pad-20 {
  padding: 20px;
}

.pad-15 {
  padding: 15px;
}

.pad-30-l {
  padding-left: 30px;
}

.pad-20-t {
  padding-top: 20px!important;
}

.pad-40 {
  padding: 40px;
}

.pad-50 {
  padding: 50px;
}

.no-push-top {
  margin-top: 0;
  padding-top: 0;
}

.no-push-bot {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.push-0-b {
  margin-bottom: 0px !important;
}

.push-80-t {
  margin-top: 80px !important;
}

.push-2-t {
  margin-top: 2px !important;
}

.push-30-b {
  margin-bottom: 30px;
}

.inline-block {
  display: inline-block !important;
}

.inline {
  display: inline;
}

.h1-sup {
  margin-bottom: 20px;
  vertical-align: middle;
}

.va-top {
  vertical-align: top;
}

.va-super {
  vertical-align: super;
}

.va-middle {
  vertical-align: middle;
}

.va-sub {
  vertical-align: sub;
}

.va-baseline {
  vertical-align: baseline;
}

.va-text-bottom {
  vertical-align: text-bottom;
}

.text-left-imp {
  text-align: left !important;
}

.fw-100 {
  font-weight: 100;
}

.fw-400 {
  font-weight: 400;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-900 {
  font-weight: 900;
}

.fs-11 {
  font-size: 11px;
}

.fs-12 {
  font-size: 12px;
}

.fs-13 {
  font-size: 13px;
}

.fs-14 {
  font-size: 14px;
}

.fs-16{
  font-size: 16px;
}

.fs-18{
  font-size: 18px;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px;
}

.fs-45 {
  font-size: 45px;
}

.fs-48 {
  font-size: 48px;
}

.fs-80 {
  font-size: 80px!important;
}

.small-caps {
  font-variant: small-caps;
}

.r-0 {
  right: 0;
}

.with-gutter {
  margin-left: 15px;
  margin-right: 15px;
}

.uppercase {
  text-transform: uppercase;
}

.relative {
  position: relative;
}

.bottom-right-corner {
  bottom: 15px;
  position: absolute;
  right: 15px;
  width: auto;
}

.preserve-whitespace {
  white-space: pre-wrap;
}

.normal-whitespace {
  white-space: normal;
}

.bold-placeholder::-webkit-input-placeholder {
  font-weight: bold;
  color: black;
}

.bold-placeholder::-moz-placeholder {
  font-weight: bold;
  color: black;
}

.bold-placeholder:-ms-input-placeholder {
  font-weight: bold;
  color: black;
}

.bold-placeholder:-o-input-placeholder {
  font-weight: bold;
  color: black;
}

#billing-periods-container:hover .help-block {
  display: block;
}

.display-none {
  display: none;
}

.inline-checkbox {
  border: none!important;
  padding: 0!important;
}

.height-100 {
  height: 100%;
}

.height-600-px {
  height: 600px;
}

.i {
  font-style: italic;
}

.light-gray {
  color: #a4a4a4;
}

.popover-wrapper {
  position: relative;
  display: inline-block;
  cursor: not-allowed !important;
  z-index: 100;
}

.popover-wrapper > .btn[disabled] {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  z-index: -1;
  pointer-events: none;
  background-color: #f5f5f5;
  border-color: #e9e9e9;
  color: #545454;
}

.disabled-btn {
  cursor: not-allowed;
  opacity: 0.3;
}

.btn + .popover-wrapper > .btn-warning[disabled] {
  border-radius: 0 3px 3px 0;
}

.m-auto {
  margin: auto;
}

.hidden {
  visibility: hidden;
}

ul.nav.nav-tabs.nav-tabs-alt.nav-justified {
  width: 33%;
  margin-left: 33%;
}

ul.nav.nav-tabs.nav-tabs-alt.nav-justified.wide {
  width: 50%;
  margin-left: 25%;
}

.nav-tabs > .active > a {
  font-weight: 600!important;
}

.br-3 {
  border-radius: 3px!important;
}

.br-5 {
  border-radius: 5px!important;
}

[v-cloak] {
  display: none;
}

.w-75 {
  width:75%!important;
}

.w-74 {
  width:74%!important;
}

.dis-none {
  display: none;
}

.text-underline {
  text-decoration: underline;
}

.fs-133-em {
  font-size: 1.33em;
}

.multi-firm-menu {
  width: 215px;
  right: -10px !important;
}

.multi-firm-menu li {
  padding: 0 8px;
}

.multi-firm-menu .title {
  padding: 10px 18px;
}

a.text-primary-dark:hover {
  text-decoration: underline!important;
}

.m-lr-negative-20 {
  margin-left: -20px!important;
  margin-right: -20px!important;
}

.ml-78-per {
  margin-left: 78%!important;
}

.ml-100p {
  margin-left: 100%!important;
}

.minus.css-checkbox input + span:after {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: "FontAwesome";
  font-size: 10px;
  color: #fff;
  line-height: 18px;
  content: "\f068";
  text-align: center;
}

.side-overlay-footer {
  height: 75px;
  bottom: 0;
  left: 0;
  position: fixed;
  width: 100%;
  padding: 0 20px;
  background-color: #fff;
}

.fa.rotate-icon {
  transition: all 0s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
  transition: transform 0s ease-in-out;
}

.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  transition: box-shadow 0.4s ease;
}

.shadow-light {
  box-shadow: 0 2px 6px rgba(60, 60, 60, 0.1);
}

.border-hoverable {
  border-radius: 3px;
  border: 2px solid #e9e9e9;
}

.border-hoverable:hover {
  border: 2px solid #6690cd;
}

.border-active {
  border: 1px solid #5B90D2;
  box-sizing: border-box;
  border-radius: 3px;
}

.border-success {
  border-color: #2a834f;
}

.text-no-hover, .text-no-hover:hover, .text-no-hover:active, .text-no-hover:visited {
  color: #333;
}

.checkmark {
  border-radius: 100%;
  background-color: #ccead6;
  text-align: center;
}

.checkmark-lg {
  height: 60px;
  width: 60px;
  font-size: 2em;
  padding-top: 8px;
}

.checkmark::after {
  font-family: "FontAwesome";
  font-weight: 100;
  content: "\f00c";
  color: #6bc080;
}

.popover {
  /* Make sure this doesn't show over modals */
  z-index: 500;
  min-width: 200px;
}

.ws-pl {
  white-space: pre-line;
}

.lh-2em {
  line-height: 2em!important;
}

.hover-pointer:hover {
  cursor: pointer;
}

.hover-highlight:hover {
  background: #eee
}

.hover-highlight-active {
  background: #eee
}

.btn-line-height {
  line-height: 1.42857143!important;
}

.mt-8px {
  margin-top: 8px;
}

.mh-200 {
  max-height: 200px!important;
}

.mh-300 {
  max-height: 300px!important;
}

.mh-400 {
  max-height: 400px;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.overflow-x-visible {
  overflow-x: visible;
}

.overflow-auto {
  overflow: auto!important;
}

#description-service:read-only {
  pointer-events: unset;
  cursor: not-allowed;
  opacity: 0.3;
}

.mw-250-px {
  min-width: 250px!important;
}

.bg-white {
  background-color: #fff;
}

.overflow-y-hidden {
  overflow-y: hidden !important;
}

.swal2-popup {
  font-size: 1.6rem !important;
}

.swal2-container.swal2-above-loader {
  z-index: 1000000;
}

.center-ul-in-li {
  display: flex;
  justify-content: center;
}

.disabled-text {
  color: #4A4A4A;
  opacity: 0.3;
}

.select2-action {
  padding: 8px;
  height: 20px;
  display: inline-table;
  width: 100%;
  border-top: 1px solid lightgray;
}

.bg-darken {
  background-color: rgba(0, 0, 0, 0.5);
}

.has-error label {
  color: #c94b3b;
}

.mt-neg-20 {
  margin-top: -20px;
}

.mt-neg-30 {
  margin-top: -30px!important;
}

.mlr-neg-20 {
  margin: 0 -20px 0 -20px!important;
}

.mlr-neg-15 {
  margin-left: -15px!important;
  margin-right: -15px!important;
}

.height-auto {
  height: auto;
}

.height-auto .file-input {
  height: auto !important;
}

.fullscreen-modal {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0 !important;
  z-index: 1050;
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.mt-30vh {
  margin-top: 30vh;
}

.text-light-grey1 {
  color: #CCCCCC;
}

.font-s11 {
  font-size: 11px !important;
}

.text-warning-dark {
  color: #975B00;
}

.min-height-70 {
  min-height: 70px !important;
}

.min-height-120 {
  min-height: 120px !important;
}

.min-height-100vh {
  min-height: 100vh !important;
}

.min-width-350 {
  min-width:350px !important;
}

.wrap-text {
  word-wrap: break-word;
}

.data-toggle-buttons input[type=radio] {
  position: absolute;
  clip: rect(0,0,0,0);
  pointer-events: none;
}

.position-bottom {
  position: absolute;
  bottom: 25px;
}

.position-abs {
  position: absolute;
}

.position-rel {
  position: relative;
}

.z-999 {
  z-index: 999;
}

.loading-overlay {
  position: relative;
}

/* Mostly taken from https://stackoverflow.com/questions/38773538/css-table-loading-overlay-for-tbody */
.loading-overlay:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  content: "";
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-image: url('/assets/js/oneui/plugins/slick/ajax-loader.gif');
  z-index: 100;
}

.left-indent {
  border-left: 5px solid #ececec;
  padding-left: 20px;
}

.match-form-control-height {
  height: 34px;
  padding: 6px 0px;
}

.font-code {
  font-family: 'Source Code Pro', monospace;
}

.flex {
  display: flex;
}

.flex-space-between {
  justify-content: space-between;
}

.flex-vertical-center {
  align-items: center;
}

.flex-end {
  align-items: end;
}

.flex-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex-row-right {
  justify-content: right;
}

.flex-row-start {
  display: flex;
  justify-content: start;
  align-items: center;
}

.flex-row-start-right-item {
  text-align: right;
  flex: 1;
}

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

.custom-modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  background: rgba(0, 0, 0, 0.5);
  text-align: left;
  overflow-y: scroll;
}

.signer-modal-container {
  overflow-y: auto;
  z-index: 2000;
}

.signer-modal-close-button {
    position: absolute;
    top: 0;
    right: -60px;
    height: 40px;
    width: 40px;
    -webkit-appearance: none;
    border: none;
    background-color: #1A1A1A;
    transition: background-color 0.35s ease;
    will-change: background-color;
    box-shadow: 0px 3px 9px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
    padding: 20px;
}

.signer-modal-close-button:hover {
  background-color: #3A3A3A;
}

.signer-modal-close-button::before {
  transform: rotateZ(45deg);
}

.signer-modal-close-button::after {
  transform: rotateZ(-45deg);
}

.signer-modal-close-button::before, .signer-modal-close-button::after {
  content: '';
  position: absolute;
  width: 1px;
  background-color: white;
  height: 20px;
  top: 10px;
}

.signer-modal {
  height: 90vh;
  min-height: 400px;
  width: 80vw;
  min-width: 512px;
  max-width: 1200px;
  z-index: 2001;
}

.signer-modal .modal-content {
  height: 100%;
  min-height: 400px;
  width: 80vw;
  min-width: 512px;
  max-width: 1200px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
}

@media only screen and (max-width: 767px), only screen and (max-width: 900px) and (min-aspect-ratio: 16 / 9) {
  .signer-modal {
    height: 100%;
    min-height: 0;
    width: 100%;
    min-width: 0;
    margin: 0;
  }
  .signer-modal .modal-content {
      overflow: hidden;
      box-shadow: none;
      height: 100%;
      min-height: 0;
      width: 100%;
      min-width: 0;
      left: 0;
      top: 0;
  }
  .signer-modal-close-button {
    display: none;
  }
}

.signer-modal-iframe {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 400px;
}

.breadcrumb-border {
  border-bottom: 1px solid #485970;
}

.drag-handle:hover, .drag-handle:active {
  cursor: move;
}

.drag-ghost {
  opacity: 0.3;
}

.remove-btn-margin-top .btn {
  margin-top: 0 !important;
}

.remove-form-group-margin .form-group {
  margin-left: 0;
  margin-right: 0;
}

.pb-4 {
  padding-bottom: 4px!important;
}

.pb-5 {
  padding-bottom: 5px!important;
}

.alert.alert-success, .alert.alert-danger {
  padding-bottom: 10px;
  border-radius: 2px;
  border: none;
  z-index: 99999999!important;
}

.alert.inline-alert {
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px !important;
}

.alert.alert-info.inline-alert {
  border: 1px solid #1e8cd7;
  background-color: #FFF;
  color: #1e8cd7;
}

.alert.alert-warning.inline-alert {
  border: 1px solid #fbe8cd;
}

.alert.alert-danger.inline-alert {
  border: 1px solid #f4d8d4;
}

.alert.alert-success.inline-alert {
  border: 1px solid #cdefdb;
}

/* brings hellosign modal infront of oneui modal */
.x-hellosign-embedded--in-modal {
  z-index: 2000!important;
}

.cover-screen {
  position:absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

/* hide number spinners, use SpinnerInput instead */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.dropzone.disabled {
  background-color: #EEE;
  cursor: default;
}

.dropzone.disabled, .dropzone.disabled:hover {
  border-color: #BBB;
}

.dropzone.disabled, .dropzone.disabled:hover .dz-message {
  color: #888;
}

.apex-chart-cents .apexcharts-menu {
  min-width: 125px;
}

.apex-chart-cents .apexcharts-menu-item.exportCSV:after {
  font-size: 10px;
  content: "\A(Amounts in Cents)";
}

a.disabled {
  pointer-events: none;
}

.inherit-font {
  font-family: inherit;
}

.active-mfa-method,
.disabled
.border-hoverable{
  border-color: var(--electric-lime);
  border-width: 4px;
}

.active-mfa-method,
.disabled
.border-hoverable{
  border-color: var(--electric-lime);
  border-width: 4px;
}

input:focus, textarea:focus, div.multiselect--active div.multiselect__tags {
  background-color: #f9f9f9 !important;
  border-color: #848484 !important;
}

.actions-list {
  margin-right: 0px;
}

.notes-text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

/* open-sans-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* open-sans-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url('/assets/fonts/OpenSans/open-sans-v44-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* source-sans-3-200 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 200;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-200.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-200italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 200;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-200italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 300;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-300.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-300italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 300;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-300italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 400;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 400;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 500;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-500italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 500;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-500italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 600;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-600italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 600;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-600italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 700;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-700italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 700;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-700italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 800;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-800.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-800italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 800;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-800italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: normal;
  font-weight: 900;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* source-sans-3-900italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Source Sans 3';
  font-style: italic;
  font-weight: 900;
  src: url('/assets/fonts/SourceSans3/source-sans-3-v19-latin-900italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}