/*!
Theme Name: Alliance Autogas Fueling Portal
Author: Rick Southard
Author URI: https://richardsouthard.com
Description: Custom WordPress theme for Alliance Autogas
Version: 1.0.39
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: alliance-autogas-fueling-portal
GitHub Theme URI: Blossman-Gas/Alliance_Fueling_Portal
GitHub Theme URI: https://github.com/Blossman-Gas/Alliance_Fueling_Portal
Primary Branch: main
*/
html {
  font-family: Verdana;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

figcaption,
figure,
main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  appearance: button;
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: textfield;
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details,
menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}
.nav-link:hover, .nav-link:focus {
  text-decoration: none;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  border-radius: 0.5rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff;
}

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}
.navbar > .container,
.navbar > .container-fluid {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
  float: none;
}

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
}
.navbar-toggler:hover, .navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (max-width: 575.98px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-flow: row nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    flex-wrap: nowrap;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
}
.navbar-expand {
  flex-flow: row nowrap;
  justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  padding-right: 0;
  padding-left: 0;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
  flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgb(255, 255, 255);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-text a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5);
}
.navbar-dark .navbar-text a {
  color: #fff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #fff;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
}

.col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

.offset-1 {
  margin-left: 8.3333333333%;
}

.offset-2 {
  margin-left: 16.6666666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.3333333333%;
}

.offset-5 {
  margin-left: 41.6666666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.3333333333%;
}

.offset-8 {
  margin-left: 66.6666666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.3333333333%;
}

.offset-11 {
  margin-left: 91.6666666667%;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    order: -1;
  }
  .order-sm-last {
    order: 13;
  }
  .order-sm-0 {
    order: 0;
  }
  .order-sm-1 {
    order: 1;
  }
  .order-sm-2 {
    order: 2;
  }
  .order-sm-3 {
    order: 3;
  }
  .order-sm-4 {
    order: 4;
  }
  .order-sm-5 {
    order: 5;
  }
  .order-sm-6 {
    order: 6;
  }
  .order-sm-7 {
    order: 7;
  }
  .order-sm-8 {
    order: 8;
  }
  .order-sm-9 {
    order: 9;
  }
  .order-sm-10 {
    order: 10;
  }
  .order-sm-11 {
    order: 11;
  }
  .order-sm-12 {
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    order: -1;
  }
  .order-md-last {
    order: 13;
  }
  .order-md-0 {
    order: 0;
  }
  .order-md-1 {
    order: 1;
  }
  .order-md-2 {
    order: 2;
  }
  .order-md-3 {
    order: 3;
  }
  .order-md-4 {
    order: 4;
  }
  .order-md-5 {
    order: 5;
  }
  .order-md-6 {
    order: 6;
  }
  .order-md-7 {
    order: 7;
  }
  .order-md-8 {
    order: 8;
  }
  .order-md-9 {
    order: 9;
  }
  .order-md-10 {
    order: 10;
  }
  .order-md-11 {
    order: 11;
  }
  .order-md-12 {
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    order: -1;
  }
  .order-lg-last {
    order: 13;
  }
  .order-lg-0 {
    order: 0;
  }
  .order-lg-1 {
    order: 1;
  }
  .order-lg-2 {
    order: 2;
  }
  .order-lg-3 {
    order: 3;
  }
  .order-lg-4 {
    order: 4;
  }
  .order-lg-5 {
    order: 5;
  }
  .order-lg-6 {
    order: 6;
  }
  .order-lg-7 {
    order: 7;
  }
  .order-lg-8 {
    order: 8;
  }
  .order-lg-9 {
    order: 9;
  }
  .order-lg-10 {
    order: 10;
  }
  .order-lg-11 {
    order: 11;
  }
  .order-lg-12 {
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%;
  }
  .col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    order: -1;
  }
  .order-xl-last {
    order: 13;
  }
  .order-xl-0 {
    order: 0;
  }
  .order-xl-1 {
    order: 1;
  }
  .order-xl-2 {
    order: 2;
  }
  .order-xl-3 {
    order: 3;
  }
  .order-xl-4 {
    order: 4;
  }
  .order-xl-5 {
    order: 5;
  }
  .order-xl-6 {
    order: 6;
  }
  .order-xl-7 {
    order: 7;
  }
  .order-xl-8 {
    order: 8;
  }
  .order-xl-9 {
    order: 9;
  }
  .order-xl-10 {
    order: 10;
  }
  .order-xl-11 {
    order: 11;
  }
  .order-xl-12 {
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.bg-primary {
  background-color: #007bff !important;
}

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #0062cc !important;
}

.bg-secondary {
  background-color: #6c757d !important;
}

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important;
}

.bg-success {
  background-color: #28a745 !important;
}

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important;
}

.bg-info {
  background-color: #17a2b8 !important;
}

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important;
}

.bg-warning {
  background-color: #ffc107 !important;
}

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important;
}

.bg-danger {
  background-color: #dc3545 !important;
}

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important;
}

.bg-light {
  background-color: #f8f9fa !important;
}

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #dae0e5 !important;
}

.bg-dark {
  background-color: #343a40 !important;
}

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important;
}

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

.bg-transparent {
  background-color: transparent !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-right {
  border-right: 1px solid #dee2e6 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-left {
  border-left: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-right-0 {
  border-right: 0 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-left-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #007bff !important;
}

.border-secondary {
  border-color: #6c757d !important;
}

.border-success {
  border-color: #28a745 !important;
}

.border-info {
  border-color: #17a2b8 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #f8f9fa !important;
}

.border-dark {
  border-color: #343a40 !important;
}

.border-white {
  border-color: #fff !important;
}

.rounded-sm {
  border-radius: 0.2rem !important;
}

.rounded {
  border-radius: 0.5rem !important;
}

.rounded-top {
  border-top-left-radius: 0.5rem !important;
  border-top-right-radius: 0.5rem !important;
}

.rounded-right {
  border-top-right-radius: 0.5rem !important;
  border-bottom-right-radius: 0.5rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-left {
  border-top-left-radius: 0.5rem !important;
  border-bottom-left-radius: 0.5rem !important;
}

.rounded-lg {
  border-radius: 0.3rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

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

.d-none {
  display: none !important;
}

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

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

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.embed-responsive::before {
  display: block;
  content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

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

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.float-left {
  float: left !important;
}

.float-right {
  float: right !important;
}

.float-none {
  float: none !important;
}

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important;
  }
  .float-sm-right {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
}
@media (min-width: 768px) {
  .float-md-left {
    float: left !important;
  }
  .float-md-right {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
}
@media (min-width: 992px) {
  .float-lg-left {
    float: left !important;
  }
  .float-lg-right {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important;
  }
  .float-xl-right {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
}
.overflow-auto {
  overflow: auto !important;
}

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

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

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

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

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

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

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

.w-auto {
  width: auto !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.mh-100 {
  max-height: 100% !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

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

.vw-100 {
  width: 100vw !important;
}

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

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  pointer-events: auto;
  content: "";
  background-color: rgba(0, 0, 0, 0);
}

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

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

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

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

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

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

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

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important;
}

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important;
}

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important;
}

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important;
}

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important;
}

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important;
}

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.mt-n3,
.my-n3 {
  margin-top: -1rem !important;
}

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important;
}

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important;
}

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important;
}

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important;
}

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important;
}

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mt-n5,
.my-n5 {
  margin-top: -3rem !important;
}

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important;
}

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important;
}

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mt-auto,
.my-auto {
  margin-top: auto !important;
}

.mr-auto,
.mx-auto {
  margin-right: auto !important;
}

.mb-auto,
.my-auto {
  margin-bottom: auto !important;
}

.ml-auto,
.mx-auto {
  margin-left: auto !important;
}

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important;
  }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important;
  }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important;
  }
  .mb-sm-0,
  .my-sm-0 {
    margin-bottom: 0 !important;
  }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important;
  }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important;
  }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important;
  }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important;
  }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important;
  }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important;
  }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important;
  }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important;
  }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important;
  }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important;
  }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important;
  }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important;
  }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important;
  }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important;
  }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important;
  }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important;
  }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important;
  }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important;
  }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important;
  }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important;
  }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important;
  }
  .mt-md-0,
  .my-md-0 {
    margin-top: 0 !important;
  }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important;
  }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important;
  }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important;
  }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important;
  }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important;
  }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important;
  }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important;
  }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important;
  }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important;
  }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important;
  }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important;
  }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important;
  }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important;
  }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important;
  }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important;
  }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important;
  }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important;
  }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important;
  }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important;
  }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important;
  }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important;
  }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important;
  }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important;
  }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important;
  }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important;
  }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important;
  }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important;
  }
  .pr-md-5,
  .px-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important;
  }
  .pl-md-5,
  .px-md-5 {
    padding-left: 3rem !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important;
  }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important;
  }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important;
  }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important;
  }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important;
  }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important;
  }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important;
  }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important;
  }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important;
  }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important;
  }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important;
  }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important;
  }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important;
  }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important;
  }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important;
  }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important;
  }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important;
  }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important;
  }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important;
  }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important;
  }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important;
  }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important;
  }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important;
  }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important;
  }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .pt-lg-5,
  .py-lg-5 {
    padding-top: 3rem !important;
  }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important;
  }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important;
  }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important;
  }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important;
  }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important;
  }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important;
  }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important;
  }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important;
  }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important;
  }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important;
  }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important;
  }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important;
  }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important;
  }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important;
  }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important;
  }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important;
  }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important;
  }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important;
  }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important;
  }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important;
  }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important;
  }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important;
  }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important;
  }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important;
  }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pl-xl-5,
  .px-xl-5 {
    padding-left: 3rem !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important;
  }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important;
  }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important;
  }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important;
  }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important;
  }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important;
  }
}
.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

.text-justify {
  text-align: justify !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.font-weight-light {
  font-weight: 300 !important;
}

.font-weight-lighter {
  font-weight: lighter !important;
}

.font-weight-normal {
  font-weight: 400 !important;
}

.font-weight-bold {
  font-weight: 700 !important;
}

.font-weight-bolder {
  font-weight: bolder !important;
}

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

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

.text-primary {
  color: #007bff !important;
}

a.text-primary:hover, a.text-primary:focus {
  color: #0056b3 !important;
}

.text-secondary {
  color: #6c757d !important;
}

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important;
}

.text-success {
  color: #28a745 !important;
}

a.text-success:hover, a.text-success:focus {
  color: #19692c !important;
}

.text-info {
  color: #17a2b8 !important;
}

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important;
}

.text-warning {
  color: #ffc107 !important;
}

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important;
}

.text-danger {
  color: #dc3545 !important;
}

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important;
}

.text-light {
  color: #f8f9fa !important;
}

a.text-light:hover, a.text-light:focus {
  color: #cbd3da !important;
}

.text-dark {
  color: #343a40 !important;
}

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important;
}

.text-body {
  color: #212529 !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important;
}

.text-reset {
  color: inherit !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}

.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.5rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}
.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

select.form-control:focus::-ms-value {
  color: #495057;
  background-color: #fff;
}

.form-control-file,
.form-control-range {
  display: block;
  width: 100%;
}

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem;
  line-height: 1.5;
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
  line-height: 1.5;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.form-control-lg {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

select.form-control[size], select.form-control[multiple] {
  height: auto;
}

textarea.form-control {
  height: auto;
}

.form-group {
  margin-bottom: 1rem;
}

.form-text {
  display: block;
  margin-top: 0.25rem;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
.form-row > .col,
.form-row > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}

.form-check-label {
  margin-bottom: 0;
}

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0.5rem;
}

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #28a745;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .form-control.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip, .form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip, .custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip, .form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745;
}
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip, .form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745;
}
.was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #28a745;
}
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip, .custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57;
}
.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745;
}

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745;
}
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip, .custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip {
  display: block;
}
.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.5rem;
}

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
  background-repeat: no-repeat;
  background-position: center right calc(0.375em + 0.1875rem);
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-control:invalid ~ .invalid-feedback,
.was-validated .form-control:invalid ~ .invalid-tooltip, .form-control.is-invalid ~ .invalid-feedback,
.form-control.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc((1em + 0.75rem) * 3 / 4 + 1.75rem);
}
.was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-select:invalid ~ .invalid-feedback,
.was-validated .custom-select:invalid ~ .invalid-tooltip, .custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file:invalid ~ .invalid-tooltip, .form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
  border-color: #dc3545;
}
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip, .custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d;
}
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545;
}

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545;
}
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip, .custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip {
  display: block;
}
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label, .custom-file-input.is-invalid:focus ~ .custom-file-label {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.form-inline .form-check {
  width: 100%;
}
@media (min-width: 576px) {
  .form-inline label {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
  }
  .form-inline .form-group {
    display: flex;
    flex: 0 0 auto;
    flex-flow: row wrap;
    align-items: center;
    margin-bottom: 0;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-plaintext {
    display: inline-block;
  }
  .form-inline .input-group,
  .form-inline .custom-select {
    width: auto;
  }
  .form-inline .form-check {
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding-left: 0;
  }
  .form-inline .form-check-input {
    position: relative;
    flex-shrink: 0;
    margin-top: 0;
    margin-right: 0.25rem;
    margin-left: 0;
  }
  .form-inline .custom-control {
    align-items: center;
    justify-content: center;
  }
  .form-inline .custom-control-label {
    margin-bottom: 0;
  }
}

.toast {
  max-width: 350px;
  overflow: hidden;
  font-size: 0.875rem;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  opacity: 0;
  border-radius: 0.25rem;
}
.toast:not(:last-child) {
  margin-bottom: 0.75rem;
}
.toast.showing {
  opacity: 1;
}
.toast.show {
  display: block;
  opacity: 1;
}
.toast.hide {
  display: none;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.25rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.toast-body {
  padding: 0.75rem;
}

.tabulator {
  position: relative;
  margin-top: 1rem;
  font-size: inherit;
  text-align: left;
  overflow: hidden;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.tabulator[tabulator-layout=fitDataFill] .tabulator-tableholder .tabulator-table {
  min-width: 100%;
}
.tabulator[tabulator-layout=fitDataTable] {
  display: inline-block;
}
.tabulator.tabulator-block-select {
  user-select: none;
}
.tabulator .tabulator-header {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  user-select: none;
  height: 46px;
  border-radius: 0.25rem;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator .tabulator-header.tabulator-header-hidden {
  display: none;
}
.tabulator .tabulator-header .tabulator-header-contents {
  position: relative;
  overflow: hidden;
}
.tabulator .tabulator-header .tabulator-col {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  text-align: left;
  vertical-align: bottom;
  overflow: hidden;
  padding: 0.5rem 0.3rem;
  margin: 0 0.4rem;
}
.tabulator .tabulator-header .tabulator-col.tabulator-moving {
  position: absolute;
  border: 1px solid #999;
  background: #cdcdcd;
  pointer-events: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  box-sizing: border-box;
  position: relative;
  padding: 4px 0;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button {
  padding: 0 8px;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-menu-button:hover {
  cursor: pointer;
  opacity: 0.6;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title-holder {
  position: relative;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title {
  box-sizing: border-box;
  width: 100%;
  font-size: 0.9rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: bottom;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-title-editor {
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #999;
  padding: 1px;
  background: #fff;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-title .tabulator-header-menu-button + .tabulator-title-editor {
  width: calc(100% - 22px);
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-header-popup-button {
  margin-right: 0.2rem;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 4px;
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #bbb;
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  position: relative;
  display: flex;
  border-top: 1px solid #aaa;
  overflow: hidden;
  margin-right: -1px;
}
.tabulator .tabulator-header .tabulator-col:first-child .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter {
  position: relative;
  box-sizing: border-box;
  margin-top: 2px;
  width: 100%;
  text-align: center;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter textarea {
  height: auto !important;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter svg {
  margin-top: 3px;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input {
  font-size: 1.2rem;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 0.25rem;
  padding: 0.25rem 0.5rem;
  background-color: rgb(238, 238, 238);
  color: rgba(51, 51, 51, 0.8);
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input::-ms-clear {
  width: 0;
  height: 0;
}
.tabulator .tabulator-header .tabulator-col .tabulator-header-filter input:focus {
  color: #495057;
  background-color: rgb(255, 255, 255);
  border-color: rgb(147, 149, 153);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(147, 149, 153);
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 25px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable:hover {
  cursor: pointer;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter {
  color: #bbb;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=none] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #bbb;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=asc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-top: none;
  border-bottom: 6px solid #666;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter {
  color: #666;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable[aria-sort=desc] .tabulator-col-content .tabulator-col-sorter .tabulator-arrow {
  border-bottom: none;
  border-top: 6px solid #666;
  color: #666;
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical .tabulator-col-content .tabulator-col-title {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-col-vertical-flip .tabulator-col-title {
  transform: rotate(180deg);
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-top: 20px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable.tabulator-col-vertical-flip .tabulator-col-title {
  padding-right: 0;
  padding-bottom: 20px;
}
.tabulator .tabulator-header .tabulator-col.tabulator-col-vertical.tabulator-sortable .tabulator-col-sorter {
  justify-content: center;
  left: 0;
  right: 0;
  top: 4px;
  bottom: auto;
}
.tabulator .tabulator-header .tabulator-headers [tabulator-field=EditButton],
.tabulator .tabulator-header .tabulator-headers [tabulator-field=SaveButton],
.tabulator .tabulator-header .tabulator-headers [tabulator-field=DeleteButton] {
  margin-right: 0.75rem;
}
.tabulator .tabulator-header .tabulator-frozen {
  display: inline-block;
  position: absolute;
  z-index: 10;
}
.tabulator .tabulator-header .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}
.tabulator .tabulator-header .tabulator-calcs-holder {
  box-sizing: border-box;
  min-width: 600%;
  background: #f3f3f3 !important;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  overflow: hidden;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}
.tabulator .tabulator-header .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder {
  min-width: 600%;
}
.tabulator .tabulator-header .tabulator-frozen-rows-holder:empty {
  display: none;
}
.tabulator .tabulator-tableholder {
  position: relative;
  width: 100%;
  white-space: nowrap;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.tabulator .tabulator-tableholder:focus {
  outline: none;
}
.tabulator .tabulator-tableholder .tabulator-placeholder {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
  width: 100%;
}
.tabulator .tabulator-tableholder .tabulator-placeholder[tabulator-render-mode=virtual] {
  min-height: 100%;
  min-width: 100%;
}
.tabulator .tabulator-tableholder .tabulator-placeholder span {
  display: inline-block;
  margin: 0 auto;
  padding: 10px;
  color: #ccc;
  font-weight: bold;
  font-size: 20px;
}
.tabulator .tabulator-tableholder .tabulator-table {
  display: inline-block;
  position: relative;
  white-space: nowrap;
  overflow: visible;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs {
  font-weight: bold;
  background: #e2e2e2 !important;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-top {
  border-bottom: 2px solid #aaa;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-calcs.tabulator-calcs-bottom {
  border-top: 2px solid #aaa;
}
.tabulator .tabulator-footer {
  padding: 1rem 0 0;
  text-align: right;
  color: inherit;
  font-weight: bold;
  white-space: nowrap;
  user-select: none;
  max-width: 1545px;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator .tabulator-footer .tabulator-footer-contents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 5px 0;
}
.tabulator .tabulator-footer .tabulator-footer-contents:empty {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder {
  box-sizing: border-box;
  width: calc(100% + 20px);
  margin: -5px -10px 5px -10px;
  text-align: left;
  background: #f3f3f3 !important;
  border-bottom: 1px solid #aaa;
  border-top: 1px solid #aaa;
  overflow: hidden;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row {
  background: #f3f3f3 !important;
}
.tabulator .tabulator-footer .tabulator-calcs-holder .tabulator-row .tabulator-col-resize-handle {
  display: none;
}
.tabulator .tabulator-footer .tabulator-calcs-holder:only-child {
  margin-bottom: -5px;
  border-bottom: none;
}
.tabulator .tabulator-footer > * + .tabulator-page-counter {
  margin-left: 10px;
}
.tabulator .tabulator-footer .tabulator-page-counter {
  font-weight: normal;
}
.tabulator .tabulator-footer .tabulator-paginator {
  color: #555;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
}
.tabulator .tabulator-footer .tabulator-page-size {
  display: inline-block;
  margin: 0 5px;
  padding: 0.25rem 0.5rem;
  background-color: rgb(238, 238, 238);
  border: none;
  border-radius: 0.25rem;
  font-size: 1.2rem;
}
.tabulator .tabulator-footer .tabulator-pages {
  margin: 0 7px;
}
.tabulator .tabulator-footer .tabulator-page {
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
  padding: 0.25rem 0.5rem;
  border: none;
  background-color: inherit;
  transition: 0.2s all ease-in-out;
  line-height: normal;
  cursor: pointer;
  margin: 0 2px;
}
.tabulator .tabulator-footer .tabulator-page:disabled {
  opacity: 0.5;
}
.tabulator .tabulator-footer .tabulator-page:not(.disabled):hover {
  cursor: pointer;
}
.tabulator .tabulator-col-resize-handle {
  position: relative;
  display: inline-block;
  margin-left: -3px;
  margin-right: -3px;
  z-index: 10;
  vertical-align: middle;
  width: 5px;
}
.tabulator .tabulator-col-resize-handle.prev {
  left: 0;
  right: auto;
}
.tabulator .tabulator-col-resize-handle:hover {
  cursor: ew-resize;
}
.tabulator .tabulator-loader {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  z-index: 100;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  text-align: center;
}
.tabulator .tabulator-loader .tabulator-loader-msg {
  display: inline-block;
  margin: 0 auto;
  padding: 10px 20px;
  border-radius: 10px;
  background: #fff;
  font-weight: bold;
  font-size: 16px;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-loading {
  border: 4px solid #333;
  color: #000;
}
.tabulator .tabulator-loader .tabulator-loader-msg.tabulator-error {
  border: 4px solid #d00;
  color: #590000;
}

.tabulator-row {
  position: relative;
  box-sizing: border-box;
  min-height: 22px;
}
.tabulator-row.tabulator-row-even {
  background-color: #efefef;
  border-radius: 0.25rem;
}
.tabulator-row.tabulator-selectable:hover {
  cursor: pointer;
}
.tabulator-row.tabulator-selected {
  border-radius: 0.25rem;
}
.tabulator-row.tabulator-row-moving {
  border: 1px solid #000;
  background: #fff;
}
.tabulator-row.tabulator-moving {
  position: absolute;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  pointer-events: none;
  z-index: 15;
}
.tabulator-row .tabulator-row-resize-handle {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 5px;
}
.tabulator-row .tabulator-row-resize-handle.prev {
  top: 0;
  bottom: auto;
}
.tabulator-row .tabulator-row-resize-handle:hover {
  cursor: ns-resize;
}
.tabulator-row .tabulator-frozen {
  display: inline-block;
  position: absolute;
  background-color: inherit;
  border-radius: 0.25rem;
  z-index: 10;
}
.tabulator-row .tabulator-frozen.tabulator-frozen-right {
  border-left: 2px solid #aaa;
}
.tabulator-row .tabulator-responsive-collapse {
  box-sizing: border-box;
  padding: 5px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
}
.tabulator-row .tabulator-responsive-collapse:empty {
  display: none;
}
.tabulator-row .tabulator-responsive-collapse table {
  font-size: 14px;
}
.tabulator-row .tabulator-responsive-collapse table tr td {
  position: relative;
}
.tabulator-row .tabulator-responsive-collapse table tr td:first-of-type {
  padding-right: 10px;
}
.tabulator-row .table-cell-no-margins {
  margin: 0 !important;
}
.tabulator-row .table-cell-right-margin {
  margin: 0 0.8rem 0 0 !important;
}
.tabulator-row .tabulator-cell {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 0.9rem;
  flex: 1 auto;
  vertical-align: middle;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0.5rem 0.3rem;
  margin: 0 0.4rem;
}
.tabulator-row .tabulator-cell:not(:last-child) {
  overflow: hidden;
}
.tabulator-row .tabulator-cell.tabulator-editing {
  border: none;
  border-radius: 0;
  outline: none;
  padding: 0;
}
.tabulator-row .tabulator-cell.tabulator-editing input,
.tabulator-row .tabulator-cell.tabulator-editing select {
  background: #fff;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail {
  border: 1px solid #dd0000;
}
.tabulator-row .tabulator-cell.tabulator-validation-fail input,
.tabulator-row .tabulator-cell.tabulator-validation-fail select {
  border: 1px;
  background: #fff;
  color: #dd0000;
}
.tabulator-row .tabulator-cell:first-child .tabulator-col-resize-handle.prev {
  display: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box {
  width: 80%;
}
.tabulator-row .tabulator-cell.tabulator-row-handle .tabulator-row-handle-box .tabulator-row-handle-bar {
  width: 100%;
  height: 3px;
  margin-top: 2px;
  background: #666;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
.tabulator-row .tabulator-cell .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 15px;
  width: 15px;
  border-radius: 20px;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 1.1em;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle:hover {
  opacity: 0.7;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-close {
  display: initial;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle.open .tabulator-responsive-collapse-toggle-open {
  display: none;
}
.tabulator-row .tabulator-cell .tabulator-responsive-collapse-toggle .tabulator-responsive-collapse-toggle-close {
  display: none;
}
.tabulator-row .tabulator-cell .tabulator-traffic-light {
  display: inline-block;
  height: 14px;
  width: 14px;
  border-radius: 14px;
}
.tabulator-row.tabulator-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-row.tabulator-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-row.tabulator-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-row.tabulator-group.tabulator-group-level-1 {
  padding-left: 30px;
}
.tabulator-row.tabulator-group.tabulator-group-level-2 {
  padding-left: 50px;
}
.tabulator-row.tabulator-group.tabulator-group-level-3 {
  padding-left: 70px;
}
.tabulator-row.tabulator-group.tabulator-group-level-4 {
  padding-left: 90px;
}
.tabulator-row.tabulator-group.tabulator-group-level-5 {
  padding-left: 110px;
}
.tabulator-row.tabulator-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-row.tabulator-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-row.tabulator-group span {
  margin-left: 10px;
  color: #d00;
}

.tabulator-menu {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  background: red;
  border: 1px solid #aaa;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.25rem;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-menu .tabulator-menu-item {
  position: relative;
  box-sizing: border-box;
  padding: 5px 10px;
  user-select: none;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-disabled {
  opacity: 0.5;
}
.tabulator-menu .tabulator-menu-item:not(.tabulator-menu-item-disabled):hover {
  cursor: pointer;
  background: #efefef;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu {
  padding-right: 25px;
}
.tabulator-menu .tabulator-menu-item.tabulator-menu-item-submenu::after {
  display: inline-block;
  position: absolute;
  top: calc(5px + 0.4em);
  right: 10px;
  height: 7px;
  width: 7px;
  content: "";
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #aaa;
  vertical-align: top;
  transform: rotate(45deg);
}
.tabulator-menu .tabulator-menu-separator {
  border-top: 1px solid #aaa;
}

.tabulator-edit-list {
  position: absolute;
  display: inline-block;
  box-sizing: border-box;
  max-height: 200px;
  border-radius: 0.5rem;
  font-size: 14px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
}
.tabulator-edit-list .tabulator-edit-list-item {
  padding: 4px;
}
.tabulator-edit-list .tabulator-edit-select-list-notice {
  padding: 4px;
  color: #333;
  text-align: center;
}
.tabulator-edit-list .tabulator-edit-select-list-group {
  border-bottom: 1px solid #aaa;
  padding: 4px;
  padding-top: 6px;
  color: #333;
  font-weight: bold;
}

.tabulator.tabulator-ltr {
  direction: ltr;
}

.tabulator.tabulator-rtl {
  text-align: initial;
  direction: rtl;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col {
  text-align: initial;
  border-left: 1px solid #aaa;
  border-right: initial;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-col-group .tabulator-col-group-cols {
  margin-right: initial;
  margin-left: -1px;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col.tabulator-sortable .tabulator-col-title {
  padding-right: 0;
  padding-left: 25px;
}
.tabulator.tabulator-rtl .tabulator-header .tabulator-col .tabulator-col-content .tabulator-arrow {
  left: 8px;
  right: initial;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell {
  border-right: initial;
  border-left: 1px solid #aaa;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell [tabulator-field=EditButton],
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell [tabulator-field=SaveButton],
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell [tabulator-field=DeleteButton] {
  margin-right: 0.75rem;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-branch {
  margin-right: initial;
  margin-left: 5px;
  border-bottom-left-radius: initial;
  border-bottom-right-radius: 1px;
  border-left: initial;
  border-right: 2px solid #aaa;
}
.tabulator.tabulator-rtl .tabulator-row .tabulator-cell .tabulator-data-tree-control {
  margin-right: initial;
  margin-left: 5px;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle {
  position: absolute;
  left: 0;
  right: auto;
}
.tabulator.tabulator-rtl .tabulator-col-resize-handle.prev {
  right: 0;
  left: auto;
}

.tabulator-print-fullscreen {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10000;
}

body.tabulator-print-fullscreen-hide > *:not(.tabulator-print-fullscreen) {
  display: none !important;
}

.tabulator-print-table {
  border-collapse: collapse;
}
.tabulator-print-table .tabulator-data-tree-branch {
  display: inline-block;
  vertical-align: middle;
  height: 9px;
  width: 7px;
  margin-top: -9px;
  margin-right: 5px;
  border-bottom-left-radius: 1px;
  border-left: 2px solid #aaa;
  border-bottom: 2px solid #aaa;
}
.tabulator-print-table .tabulator-print-table-group {
  box-sizing: border-box;
  border-bottom: 1px solid #999;
  border-right: 1px solid #aaa;
  border-top: 1px solid #999;
  padding: 5px;
  padding-left: 10px;
  background: #ccc;
  font-weight: bold;
  min-width: 100%;
}
.tabulator-print-table .tabulator-print-table-group:hover {
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.1);
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-visible .tabulator-arrow {
  margin-right: 10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #666;
  border-bottom: 0;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-1 td {
  padding-left: 30px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-2 td {
  padding-left: 50px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-3 td {
  padding-left: 70px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-4 td {
  padding-left: 90px !important;
}
.tabulator-print-table .tabulator-print-table-group.tabulator-group-level-5 td {
  padding-left: 110px !important;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-group-toggle {
  display: inline-block;
}
.tabulator-print-table .tabulator-print-table-group .tabulator-arrow {
  display: inline-block;
  width: 0;
  height: 0;
  margin-right: 16px;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 0;
  border-left: 6px solid #666;
  vertical-align: middle;
}
.tabulator-print-table .tabulator-print-table-group span {
  margin-left: 10px;
  color: #d00;
}
.tabulator-print-table .tabulator-data-tree-control {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  height: 11px;
  width: 11px;
  margin-right: 5px;
  border: 1px solid #333;
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.tabulator-print-table .tabulator-data-tree-control:hover {
  cursor: pointer;
  background: rgba(0, 0, 0, 0.2);
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: transparent;
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-collapse:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand {
  display: inline-block;
  position: relative;
  height: 7px;
  width: 1px;
  background: #333;
}
.tabulator-print-table .tabulator-data-tree-control .tabulator-data-tree-control-expand:after {
  position: absolute;
  content: "";
  left: -3px;
  top: 3px;
  height: 1px;
  width: 7px;
  background: #333;
}

html {
  height: 100%;
  box-sizing: border-box;
  font-family: Helvetica, sans-serif;
}

body {
  margin: 0;
  height: 100%;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

a {
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
}

#aafp_primary article {
  height: 100%;
}
#aafp_primary .aafp_entry-content {
  height: 100%;
}
@media (max-width: 35.9275em) {
  #aafp_primary {
    margin: 0 0.5rem;
  }
}

#aafp_primary-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding-top: 84px;
}
@media (max-width: 35.9275em) {
  #aafp_primary-flex {
    margin: 0 0.5rem;
  }
}

#aafp_category-flex {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
@media (max-width: 35.9275em) {
  #aafp_category-flex {
    margin: 0 0.5rem;
  }
}

#aafp_primary-support {
  margin-top: 84px;
  padding: 0;
}

.aafp_image-background {
  background: url("/wp-content/uploads/2021/06/Fueling-Portal-Two.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: rgb(0, 93, 170);
  height: 100%;
  overflow: hidden;
}

.is_logged {
  width: 100%;
}

label {
  font-size: clamp(12px, 1.5vw, 16px);
}

.aafp_table-font-size {
  font-size: 1.3rem !important;
}

/**
 * Basic typography style for copy text
 */
body {
  color: rgba(51, 51, 51, 0.8);
  font: normal 16px/1.5 "Helvetica", sans-serif;
  letter-spacing: 1px;
}

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

.container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  width: 100%;
}

.hide-text {
  overflow: hidden;
  padding: 0;
  text-indent: 101%;
  white-space: nowrap;
}

.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  right: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#primary[tabindex="-1"]:focus {
  outline: 0;
}

.aafp_title-large {
  font-size: clamp(2.5rem, 3vw, 4.5rem);
  text-align: center;
  margin: 0 0 0.75rem;
}

.aafp_title-medium {
  font-size: clamp(2rem, 2vw, 3.7rem);
  margin: 0 0 0.75rem;
}

.aafp_para {
  font-size: clamp(1.2rem, 2vw, 1.8rem);
  text-align: center;
  padding: 0 3rem;
}
@media (max-width: 35.9275em) {
  .aafp_para {
    padding: 0;
  }
}

.aafp_req {
  color: #b64e57;
}

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

.aafp_border-radius {
  border-radius: 0.5rem;
}

.aafp_text-white {
  color: rgb(255, 255, 255);
}

.aafp_display-none {
  display: none;
}

.table > div {
  margin: 10px 0;
  border-radius: 0.25rem;
  box-shadow: 0 0 6.4px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  height: 50px;
  width: 100%;
}

.aafp_table-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aafp_terminal-table-placeholder-reverse {
  margin: 0 0 10px;
  border-radius: 0.5rem;
  box-shadow: 0 0 6.4px 4px rgba(0, 0, 0, 0.06);
  position: relative;
  height: 50px;
  width: 100%;
}
.aafp_terminal-table-placeholder-reverse > span {
  position: absolute;
  border-radius: 0.25rem;
}
.aafp_terminal-table-placeholder-reverse > span:nth-child(1) {
  top: 10px;
  left: 10px;
}
.aafp_terminal-table-placeholder-reverse > span:nth-child(2) {
  top: 10px;
  left: 15%;
}
.aafp_terminal-table-placeholder-reverse > span:nth-child(3) {
  top: 10px;
  left: 60%;
}
.aafp_terminal-table-placeholder-reverse > span:nth-child(4) {
  top: 10px;
  left: 87.5%;
}

.aafp_terminal-table-placeholder > span {
  position: absolute;
  border-radius: 0.25rem;
}
.aafp_terminal-table-placeholder > span:nth-child(1) {
  top: 10px;
  left: 10px;
}
.aafp_terminal-table-placeholder > span:nth-child(2) {
  top: 10px;
  left: 15%;
}
.aafp_terminal-table-placeholder > span:nth-child(3) {
  top: 10px;
  left: 60%;
}
.aafp_terminal-table-placeholder > span:nth-child(4) {
  top: 10px;
  left: 87.5%;
}
.aafp_terminal-table-placeholder:nth-child(2) {
  animation-delay: 0.75s;
}
.aafp_terminal-table-placeholder:nth-child(3) {
  animation-delay: 1.25s;
}
.aafp_terminal-table-placeholder:nth-child(4) {
  animation-delay: 1.75s;
}
.aafp_terminal-table-placeholder:nth-child(5) {
  animation-delay: 2.25s;
}
.aafp_terminal-table-placeholder:nth-child(6) {
  animation-delay: 2.75s;
}
.aafp_terminal-table-placeholder:nth-child(7) {
  animation-delay: 3.25s;
}
.aafp_terminal-table-placeholder:nth-child(8) {
  animation-delay: 3.75s;
}
.aafp_terminal-table-placeholder:nth-child(9) {
  animation-delay: 4.25s;
}
.aafp_terminal-table-placeholder:nth-child(10) {
  animation-delay: 4.75s;
}

.vertical-animation {
  animation: opacityFadeIn 3s infinite forwards;
  opacity: 0;
}

.blend:before {
  mix-blend-mode: overlay;
}

.horizontal-animation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50%;
  border-radius: 0.25rem;
}

.terminal-placeholder {
  flex: 0 1 150px;
  height: 6rem;
  position: relative;
  z-index: 1;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.25rem;
  animation: opacityFadeIn 3s infinite forwards;
  box-shadow: 0 0 6.4px 4px rgba(0, 0, 0, 0.06);
}
.terminal-placeholder:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: 50%;
  border-radius: 0.25rem;
  mix-blend-mode: overlay;
}
.terminal-placeholder:nth-child(2) {
  animation-delay: 0.75s;
}
.terminal-placeholder:nth-child(3) {
  animation-delay: 1.25s;
}
.terminal-placeholder span {
  position: absolute;
  border-radius: 0.25rem;
}
.terminal-placeholder span:nth-child(1) {
  top: 10px;
  left: 10px;
  height: 35px;
  width: 90px;
}
.terminal-placeholder span:nth-child(2) {
  top: 60px;
  left: 10px;
  height: 25px;
  width: 60px;
}

@keyframes opacityFadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes sideTwoSide {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
footer {
  margin-top: auto;
}

#aafp_footer .aafp_footer-inner {
  text-align: right;
  font-size: 1rem;
  padding: 0.75rem;
  margin: 0;
}

.navbar {
  height: 86px;
}
@media (max-width: 64.0525em) {
  .navbar {
    padding: 0.25rem 0.75rem;
  }
}
.navbar-brand {
  font-size: 1.6rem;
}
.admin-bar .navbar {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .navbar {
    top: 32px;
  }
}

.navbar-nav {
  margin: 0;
}

.navbar-light .navbar-nav .nav-link {
  padding: 5px 8px;
}

.icon-bar {
  width: 40px;
  height: 3px;
  background-color: rgb(0, 93, 170);
  display: block;
  transition: all 0.2s;
  margin-top: 8px;
}

.navbar-toggler {
  padding: 0 0.75rem 0.75rem;
  border: none;
  background: transparent !important;
}
.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 3% 10%;
}
.navbar-toggler .middle-bar {
  opacity: 0;
}
.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 11% 90%;
}
.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}
.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
}
.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}
.navbar-toggler:focus, .navbar-toggler:active {
  outline: none;
  box-shadow: none;
}

.aafp_header-brand {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row nowrap;
  -moz-flex-direction: row nowrap;
  -ms-flex-direction: row nowrap;
  flex-direction: row nowrap;
}
.aafp_header-brand img {
  width: 50px;
  height: auto;
  margin-right: 0.75rem;
}
.aafp_header-brand-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.aafp_header-brand-inner span {
  font-size: 1rem;
  font-weight: 500;
}

.aafp_table-nav-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 1.1rem;
  font-weight: 500;
}

.aafp_table-partners {
  margin: 0.5rem 0 0;
}

.aafp_navbar-user {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0.25rem 0.5rem;
}
.aafp_navbar-user h3 {
  font-size: clamp(1rem, 2vw, 1.3rem);
  font-weight: 500;
  text-align: center;
  padding: 0 0.5rem 0.5rem;
  margin: 0;
  line-height: normal;
}
.aafp_navbar-user-lower {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.aafp_navbar-user-lower i {
  font-size: 1.5rem;
  padding: 0.5rem 0.5rem 0;
  position: relative;
}
.aafp_navbar-user-lower a:hover {
  color: inherit;
}

.aafp_user-notification {
  position: absolute;
  background-color: rgb(255, 69, 58);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  left: 55px;
  text-align: center;
  line-height: 1.4;
}

.aafp_dashboard-sidebar {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}
@media (min-width: 85.4375em) {
  .aafp_dashboard-sidebar {
    padding: 1.5rem;
  }
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .aafp_dashboard-sidebar {
    padding: 1.5rem 0.9rem;
  }
}
@media (max-width: 64.0525em) {
  .aafp_dashboard-sidebar {
    padding: 1rem 0.25rem;
  }
}

.aafp_sidebar-upper-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}
.aafp_sidebar-upper-inner .aafp_nav-item {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  margin: 0.35rem auto;
}
@media (max-width: 63.99em) {
  .aafp_sidebar-upper-inner .aafp_nav-item {
    margin: 0.5rem auto;
  }
}
.aafp_sidebar-upper-inner .aafp_link {
  display: flex;
  align-items: baseline;
  font-size: 1rem;
  padding: 0.25rem;
  margin: 0;
  width: 100%;
  text-decoration: none;
  cursor: pointer;
}
.aafp_sidebar-upper-inner .aafp_link .fas,
.aafp_sidebar-upper-inner .aafp_link .far {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 0.5rem;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 64.0525em) {
  .aafp_sidebar-upper-inner .aafp_link .fas,
  .aafp_sidebar-upper-inner .aafp_link .far {
    width: 26px;
    height: 26px;
  }
}
.aafp_sidebar-upper-inner .aafp_link span {
  margin: 0 0 0 0.5rem;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 63.99em) {
  .aafp_sidebar-upper-inner .aafp_link {
    margin: 0;
    padding: 0.15rem;
  }
}

.aafp_side-nav {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 35.9275em) {
  .aafp_side-nav {
    display: none !important;
  }
}
.aafp_side-nav-section {
  margin: 1rem 0 0;
}
.aafp_side-nav-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  font-size: 1.5rem;
  font-weight: 600;
}

.aafp_navbar-toggler {
  margin-left: auto;
  margin-right: 0.5rem;
  position: relative;
}
.aafp_navbar-toggler .arrow {
  width: 1.5rem;
  display: inline-block;
  position: relative;
  margin: 0;
}
.aafp_navbar-toggler .arrow span {
  margin: 0;
  bottom: 0.25rem;
  position: absolute;
  width: 0.95rem;
  height: 0.2rem;
  background-color: #f7f7f7;
  display: inline-block;
  transition: all 0.2s ease;
}
.aafp_navbar-toggler .arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.aafp_navbar-toggler .arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.aafp_navbar-toggler .active span:first-of-type {
  transform: rotate(-45deg);
}
.aafp_navbar-toggler .active span:last-of-type {
  transform: rotate(45deg);
}
@media (min-width: 60.5625em) and (max-width: 85.365em) {
  .aafp_navbar-toggler {
    top: -3px;
  }
}

.link-active {
  border-radius: 0.5rem;
  transition: all 0.2s ease;
}
.link-active .aafp_color-theme-blue {
  border: none !important;
}
.link-active .aafp_color-theme-blue:hover .fas {
  background-color: inherit;
}

.aafp_sub-menu {
  width: 100%;
  border-radius: 0.5rem;
  padding: 0 0 0 0.75rem;
  transition: all 0.2s ease;
}

.sub-menu-active {
  display: none;
}

.aafp_dashboard-section {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1.5rem;
}
.aafp_dashboard-section-inner {
  padding: clamp(1rem, 1.5vw, 1.4rem);
}

.aafp_dashboard-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}
.aafp_dashboard-header-title {
  position: relative;
  top: 5px;
  font-size: clamp(0.9rem, 2.5vw, 2.2rem);
  margin: 0 1.5rem 0 0;
  line-height: normal;
}
.aafp_dashboard-header-left {
  flex: 1 70%;
}
.aafp_dashboard-header-right {
  flex: 1 30%;
}

.aafp_dashboard-header-left {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.aafp_dashboard-header-left button {
  padding: 0.45rem;
}
.aafp_dashboard-header-left-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
}
.aafp_dashboard-header-left-inner .header-button {
  position: relative;
  margin-right: 0.5rem;
}

.aafp_dashboard-header-right {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.aafp_dashboard-header-right button {
  margin-right: 0.5rem;
}
.aafp_dashboard-header-right-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  width: 100%;
}
.aafp_dashboard-header-right-inner .aafp_header-action-button {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.2rem;
  width: 7.5rem;
  padding: 0.35rem 0.45rem;
  transition: 0.2s all ease-in-out;
  border-radius: 0.5rem;
  outline: none;
  cursor: pointer;
}
.aafp_dashboard-header-right-inner .aafp_header-action-button:hover {
  color: inherit;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.aafp_dashboard-header-right-inner .aafp_header-action-button span {
  line-height: 1;
}
.aafp_dashboard-header-right-inner .aafp_header-action-button i {
  margin-left: 0.5rem;
}

.aafp_table-sort-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row nowrap;
  -moz-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  margin: 1.5rem 0 0;
  overflow-x: auto;
}
.aafp_table-sort-container-main {
  -webkit-flex: 0 80%;
  -moz-box: 0 80%;
  -webkit-flex: 0 80%;
  -ms-flexbox: 0 80%;
  flex: 0 80%;
  margin: 0;
}
.aafp_table-sort-container-main-no-search {
  -webkit-flex: 0 100%;
  -moz-box: 0 100%;
  -webkit-flex: 0 100%;
  -ms-flexbox: 0 100%;
  flex: 0 100%;
  margin: 0;
}
.aafp_table-sort-container-sidebar {
  -webkit-flex: 0 1 20%;
  -moz-box: 0 1 20%;
  -webkit-flex: 0 1 20%;
  -ms-flexbox: 0 1 20%;
  flex: 0 1 20%;
}
.aafp_table-sort-container-sidebar-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgb(238, 238, 238);
  margin: 0 0.75rem;
  padding: 1rem;
  height: 100%;
}

.aafp_table-sort-button-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: end;
  -moz-align-items: end;
  -ms-align-items: end;
  -ms-flex-align: end;
  align-items: end;
}

#aafp_login-page {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

#aafp_page {
  display: grid;
  grid-template-columns: minmax(200px, 250px) repeat(auto-fit, minmax(200px, 1fr));
  grid-template-rows: auto;
  grid-template-areas: "header header header header header header" "sidebar main main main main main" "sidebar main main main main main" "sidebar footer footer footer footer footer";
}
@media (max-width: 64.0525em) {
  #aafp_page {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}

#aafp_site-header {
  grid-area: header;
  height: 86px;
}

#aafp_dashboard-left {
  grid-area: sidebar;
}

#aafp_primary {
  grid-area: main;
  min-height: 752px;
}

#aafp_footer {
  grid-area: footer;
}

.aafp_btn-form {
  font-size: clamp(1rem, 1.6vw, 1.3rem);
  padding: 0.25rem 0.5rem;
  transition: 0.2s all ease-in-out;
  border-radius: 0.5rem;
  position: relative;
  outline: none;
  cursor: pointer;
  line-height: normal;
}
.aafp_btn-form:hover {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
.aafp_btn-form i {
  font-size: clamp(1.1rem, 2vw, 1.3rem);
  padding-left: 0.35rem;
}

.aafp_btn-table {
  display: inline-flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 1rem;
  padding: 0.75rem;
  margin: 0 1px 0 0;
  border-radius: 50%;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.aafp_btn-table:hover {
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 64.0525em) {
  .aafp_btn-table {
    width: 32px;
    height: 32px;
    font-size: 0.9rem;
  }
}

.aafp_button-text {
  font-weight: bold;
  transition: all 0.2s;
}

.aafp_button-loading .aafp_button-text {
  visibility: hidden;
  opacity: 0;
}
.aafp_button-loading::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-top-color: rgb(255, 255, 255);
  border-radius: 50%;
  animation: button-loading-spinner 1s ease infinite;
}

@keyframes button-loading-spinner {
  from {
    transform: rotate(0turn);
  }
  to {
    transform: rotate(1turn);
  }
}
.wpcf7 {
  margin: 1rem auto;
  width: 60%;
}
@media (max-width: 60.49em) {
  .wpcf7 {
    width: 100%;
  }
}

.aafp_form-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.aafp_form-container-form {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .aafp_form-container-form {
    -webkit-flex: 2;
    -moz-box: 2;
    -webkit-flex: 2;
    -ms-flexbox: 2;
    flex: 2;
  }
}
@media (max-width: 64.0525em) {
  .aafp_form-container-form {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
.aafp_form-container-side {
  -webkit-flex: 1 150px;
  -moz-box: 1 150px;
  -webkit-flex: 1 150px;
  -ms-flexbox: 1 150px;
  flex: 1 150px;
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .aafp_form-container-side {
    -webkit-flex: 1;
    -moz-box: 1;
    -webkit-flex: 1;
    -ms-flexbox: 1;
    flex: 1;
  }
}
@media (max-width: 64.0525em) {
  .aafp_form-container-side {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}

.aafp_side-form-container {
  margin: 0 0 0 1.5rem;
}
@media (max-width: 64.0525em) {
  .aafp_side-form-container {
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    gap: 10px;
    margin: 0 0 2rem 0;
  }
}

.aafp_login-forms {
  padding: 1.4rem 0;
}
.aafp_login-forms > p {
  margin: 0 0 1rem;
}

#aafp_signup-form,
#tr_search_form,
.tr_form {
  padding: 1.4rem 0;
}
#aafp_signup-form > p,
#tr_search_form > p,
.tr_form > p {
  margin: 0 0 1rem;
}

.aafp_clear-search {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0.4rem;
  bottom: 0;
  line-height: 35px;
  cursor: pointer;
}
.aafp_clear-search i {
  font-size: 1.3rem;
}

.aafp_search_form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 100%;
}
@media (max-width: 35.99em) {
  .aafp_search_form {
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .aafp_search_form .aafp_btn_primary, .aafp_search_form .aafp_table-pagination-button {
    margin-top: 1.5rem;
  }
}

.aafp_side-search-form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

#aafp_dispenser_select {
  display: flex;
  flex-flow: column;
  width: 50%;
  padding: 1.4rem 0;
}
#aafp_dispenser_select .aafp_input {
  background-color: rgb(255, 255, 255);
}
#aafp_dispenser_select .aafp_dispenser-error {
  color: #b64e57;
}
#aafp_dispenser_select .aafp_space {
  padding-bottom: 2rem;
}

#search {
  margin-right: 0.5rem;
}

.search-field,
.aafp_input {
  width: 100%;
  font-size: 1.2rem;
  height: calc(1.5em + 0.75rem + 2px);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
}
.search-field:focus,
.aafp_input:focus {
  color: #495057;
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(147, 149, 153);
}
@media (min-width: 60.5625em) and (max-width: 85.365em) {
  .search-field,
  .aafp_input {
    height: calc(1.3em + 0.75rem + 2px);
    font-size: 1.1rem;
  }
}

.aafp_input-reverse {
  width: 100%;
  font-size: 1.2rem;
  height: calc(1.5em + 0.75rem + 2px);
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0.5rem;
  padding: 0.25rem 0.5rem;
  background-color: rgb(255, 255, 255);
  color: rgba(51, 51, 51, 0.8);
}
.aafp_input-reverse:focus {
  color: #495057;
  background-color: rgb(255, 255, 255);
  border-color: rgb(147, 149, 153);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(147, 149, 153);
}

.login-username,
.login-password,
.reset-password,
.login-inputs,
.text-input {
  display: flex;
  flex-direction: column;
}

.login-info,
.login-error-info {
  margin: 1.5rem 0;
}

.login-error-info {
  color: #b64e57;
}

.invalid-input {
  border: 1px solid #dc3545;
}

.drop-error {
  border: 1px solid #dc3545;
}

.drop-valid {
  border: 1px solid #28a745;
}

.aafp_select {
  display: block;
  position: relative;
}
.aafp_select > select {
  appearance: none;
}
.aafp_select:after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  color: rgb(147, 149, 153);
  font-size: 25px;
  position: absolute;
  right: 12px;
  top: 3px;
  font-weight: 600;
  pointer-events: none;
  box-sizing: border-box;
}

.form-error-msg {
  color: #dc3545;
}

.dropdown-invalid-feedback {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

.aafp_customer-result-container,
.aafp_list-result-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 200px;
  padding: 0.75rem 1rem;
  margin: 1.75rem 0 0;
  overflow-x: hidden;
}

.aafp_customer-text {
  margin: 0;
  padding: 0 1.75rem;
  font-size: 1.3rem;
}
@media (max-width: 64.0525em) {
  .aafp_customer-text {
    padding: 0;
    margin-top: 2rem;
  }
}

.aafp_partner-container,
.aafp_customer-container,
.aafp_terminal-container,
.aafp_card-group-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 1.75rem !important;
  height: 241px;
  overflow-x: hidden;
}

.aafp_form-selection-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  padding: 0.75rem 1rem;
  margin: 1.75rem 0 0;
  overflow-x: hidden;
}

.aafp_cardgroup-term-result-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 400px;
  padding: 0.75rem 1rem;
  margin: 1.75rem 0 0;
  overflow-x: hidden;
}
@media (max-width: 64.0525em) {
  .aafp_cardgroup-term-result-container {
    height: 250px;
  }
}

.aafp_cardgroup-term-tax-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.75rem 1.75rem;
  height: 550px;
  overflow-x: hidden;
}
@media (max-width: 64.0525em) {
  .aafp_cardgroup-term-tax-container {
    padding: 0;
    margin-top: 1rem;
  }
}

.aafp_link-terminal {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 0.75rem;
}
.aafp_link-terminal span {
  font-size: 2rem;
  line-height: normal;
}

.aafp_link-taxes {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.aafp_link-taxes .cardgroup-terminal-tax-list {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  width: 70%;
}

.aafp_post-table {
  display: flex;
  flex-flow: column;
  margin: 1rem 0;
  width: 100%;
  border: 1px solid rgba(51, 51, 51, 0.8);
}
.aafp_post-table-header {
  display: flex;
  flex-flow: row;
  background-color: inherit;
  width: 100%;
}
.aafp_post-table-header > div {
  flex: 1;
}
.aafp_post-table-body-row {
  display: flex;
  flex-flow: row;
}
.aafp_post-table-body-row > div {
  flex: 1;
}

.aafp_post-header-column {
  border: 1px solid rgba(51, 51, 51, 0.8);
  padding: 0.3rem 0.5rem;
}

.aafp_table-search {
  width: 35%;
  float: right;
}
.aafp_table-search input {
  width: 100%;
  font-size: 1.4rem;
  border: 1px solid rgb(238, 238, 238);
  border-radius: 0.5rem;
  padding: 0.3rem 0.5rem;
  background-color: rgb(238, 238, 238);
  color: rgba(51, 51, 51, 0.8);
  font: inherit;
}
.aafp_table-search input:focus {
  color: #495057;
  background-color: #fff;
  border-color: rgb(147, 149, 153);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(147, 149, 153);
}

.aafp_header {
  border-radius: 0.25rem;
}
.aafp_header div {
  background-color: rgb(0, 150, 255);
  color: rgb(255, 255, 255);
}

.aafp_table-row {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: 0.8rem;
  transition: 0.2s all ease-in-out;
}
.aafp_table-row:hover {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  transition: 0.2s all ease-in-out;
  border-radius: 0.5rem;
}

.aafp_table-column {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
}
.aafp_table-column .aafp_mobile-display {
  display: none;
}

.aafp_card-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_card-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_card-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_card-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_transaction-table .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_transaction-table .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_transaction-table .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_transaction-table .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_card-group-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_card-group-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_card-group-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_card-group-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_terminal-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_terminal-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_terminal-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_terminal-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_tax-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_tax-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_tax-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_tax-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_partner-admin-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_partner-admin-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_partner-admin-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_partner-admin-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_user-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_user-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_user-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_user-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_customer-list .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_customer-list .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_customer-list .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_customer-list .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_heartbeat-table .tabulator-headers {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.25rem;
}
.aafp_heartbeat-table .tabulator-headers .tabulator-col {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_heartbeat-table .tabulator-table {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_heartbeat-table .tabulator-table .tabulator-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
}

.aafp_table-pagination-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.aafp_table-pagination-current {
  margin: 0 0.75rem;
}

.aafp_table-flex {
  flex: 1 auto;
}

.aafp_table-flex-two {
  flex: 2 1 auto;
}

.aafp_column-button {
  flex: 0 48px !important;
}
.aafp_column-button-wide {
  flex: 0 110px !important;
}
.aafp_column-button-ex-wide {
  flex: 0 190px !important;
}

.user-one,
.user-three,
.user-four {
  width: 20%;
}

.user-two {
  width: 30%;
}

.ticket-one {
  width: 10%;
}

.ticket-two {
  width: 10%;
}

.ticket-three {
  width: 10%;
}

.ticket-four {
  width: 60%;
}

.user-five,
.ticket-five,
.terminal-four {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 10%;
}

.terminal-one,
.terminal-three {
  width: 25%;
}

.terminal-two {
  width: 40%;
}

.afa_terminal-active,
.afa_terminal-inactive {
  border-radius: 0.5rem;
  padding: 0.25rem;
}

.afa_terminal-active {
  background-color: rgb(108, 179, 63);
}

.afa_terminal-inactive {
  background-color: #7d182a;
}

.terminal-active,
.terminal-inactive,
.terminal-not-responding {
  padding: 0.35rem;
  border-radius: 0.25rem;
}

.aafp_status-active,
.aafp_status-inactive {
  padding: 0.35rem;
  border-radius: 0.25rem;
}

.aafp_terminal {
  flex: 0 1 200px;
  height: 7rem;
  position: relative;
  z-index: 1;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.5rem;
}

.aafp_terminal-active {
  flex: 0 1 250px;
  height: 7rem;
  position: relative;
  z-index: 1;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.5rem;
}

.aafp_terminal-inner {
  position: relative;
  height: 7rem;
}

.aafp_terminal-wrapper {
  height: 100%;
  overflow: hidden;
}
.aafp_terminal-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.aafp_terminal-wrapper .aafp_terminal-name {
  font-size: 1.1rem;
  line-height: normal;
}
.aafp_terminal-wrapper .aafp_terminal-name > p {
  margin: 0;
}
.aafp_terminal-wrapper .aafp_terminal-status {
  font-size: 1rem;
}

.aafp_terminal-wrapper-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 0.75rem;
  height: 100%;
}

.aafp_cards-list {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.aafp_card-active {
  border: 2px solid inherit;
  color: inherit;
  padding: 0.25rem 0.5rem;
  line-height: normal;
}

.aafp_card-inactive {
  border: 2px solid #b64e57;
  background-color: rgba(182, 78, 87, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  line-height: normal;
}

.aafp_payment-card {
  flex: 0 1 150px;
  height: 6rem;
  position: relative;
  z-index: 1;
  margin: 0 0.5rem 0.5rem 0;
  border-radius: 0.5rem;
}

.aafp_payment-card-inner {
  position: relative;
  height: 6rem;
}

.aafp_payment-card-wrapper {
  height: 100%;
  overflow: hidden;
}
.aafp_payment-card-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.aafp_payment-card-wrapper .aafp_payment-card-name {
  font-size: 1.6rem;
}

.aafp_payment-card-wrapper-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 0.75rem;
}

.aafp_terminal-card {
  min-height: 150px;
  width: auto;
  padding: 1.2rem;
  margin: 0 0 0.75rem;
}
.aafp_terminal-card h3 {
  font-size: clamp(0.9rem, 3vw, 2rem);
  line-height: 0.9;
  margin: 0 0 0.5rem;
}
@media (min-width: 64.0625em) and (max-width: 85.4275em) {
  .aafp_terminal-card {
    -webkit-flex: 1 auto;
    -moz-box: 1 auto;
    -webkit-flex: 1 auto;
    -ms-flexbox: 1 auto;
    flex: 1 auto;
  }
}

.aafp_terminal-tax {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.aafp_terminal-card-group {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.aafp_terminal-address {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}

.aafp_terminal-tax-body {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_terminal-tax-body span {
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
}
@media (max-width: 64.0525em) {
  .aafp_terminal-tax-body {
    min-height: 74px;
  }
}
.aafp_terminal-tax-body > span {
  margin: 0 0 0.75rem;
}

.aafp_terminal-card-group-body {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_terminal-card-group-body span {
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
}
@media (max-width: 64.0525em) {
  .aafp_terminal-card-group-body {
    min-height: 74px;
  }
}

.aafp_terminal-address-body {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_terminal-address-body span {
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
}
@media (max-width: 64.0525em) {
  .aafp_terminal-address-body {
    min-height: 74px;
  }
}

.aafp_terminal-tax-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.aafp_terminal-address-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  line-height: normal;
  margin-bottom: 0.5rem;
}

.aafp_terminal-tax-footer {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.aafp_terminal-card-group-footer {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.aafp_terminal-address-footer {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.terminal-tax-list {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 0 1.2rem;
  background-color: rgb(238, 238, 238);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
}
.terminal-tax-list span {
  align-self: center;
}
.terminal-tax-list div {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.terminal-tax-list div a {
  margin: 0 0.75rem;
}
.terminal-tax-list div a:last-child {
  margin: 0;
}
.terminal-tax-list:last-child {
  margin: 0;
}

.aafp_loading {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 80vh;
}
.aafp_loading .aafp_info {
  font-size: 1.2rem;
  transition: 0.2s all ease-in-out;
}

.aafp_table-loading {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30vh;
}
.aafp_table-loading .aafp_info {
  font-size: 1.2rem;
  transition: 0.2s all ease-in-out;
}

.aafp_no-show {
  display: none !important;
}

.loader {
  margin: 100px auto;
  font-size: 25px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: relative;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

@-webkit-keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.5), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.7), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.5), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.7), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.5), 2.5em 0em 0 0em rgba(108, 179, 63, 0.7), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.5), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.7), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.5), 0em 2.5em 0 0em rgba(108, 179, 63, 0.7), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.5), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.7), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.5), -2.6em 0em 0 0em rgba(108, 179, 63, 0.7), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
}
@keyframes load5 {
  0%, 100% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.5), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.7);
  }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.7), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.5);
  }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.5), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.7), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.5), 2.5em 0em 0 0em rgba(108, 179, 63, 0.7), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.5), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.7), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.5), 0em 2.5em 0 0em rgba(108, 179, 63, 0.7), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.2), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.5), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.7), -2.6em 0em 0 0em rgba(108, 179, 63, 0.2), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(108, 179, 63, 0.2), 1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2), 2.5em 0em 0 0em rgba(108, 179, 63, 0.2), 1.75em 1.75em 0 0em rgba(108, 179, 63, 0.2), 0em 2.5em 0 0em rgba(108, 179, 63, 0.2), -1.8em 1.8em 0 0em rgba(108, 179, 63, 0.5), -2.6em 0em 0 0em rgba(108, 179, 63, 0.7), -1.8em -1.8em 0 0em rgba(108, 179, 63, 0.2);
  }
}
.aafp_toast {
  max-width: 410px;
  overflow: hidden;
  background-color: rgba(67, 149, 57, 0.6);
  position: fixed;
  color: rgb(255, 255, 255);
  top: 130px;
  right: 1rem;
  z-index: 1001;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}
.aafp_toast .aafp_toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background-color: rgba(67, 149, 57, 0.9);
}
.aafp_toast img {
  width: 45px;
  padding: 0;
}
.aafp_toast strong {
  padding: 0 0.75rem;
}
.aafp_toast button {
  background-color: inherit;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}
.aafp_toast .toast-close {
  color: rgb(255, 255, 255);
}

.aafp_toast-warning {
  max-width: 410px;
  overflow: hidden;
  background-color: rgba(240, 240, 0, 0.6);
  position: fixed;
  color: rgba(51, 51, 51, 0.8);
  top: 130px;
  right: 1rem;
  z-index: 200;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}
.aafp_toast-warning .aafp_toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background-color: rgba(240, 240, 0, 0.9);
}
.aafp_toast-warning img {
  width: 45px;
  padding: 0;
}
.aafp_toast-warning strong {
  padding: 0 0.75rem;
}
.aafp_toast-warning button {
  background-color: inherit;
  color: rgba(51, 51, 51, 0.8);
  border: none;
  cursor: pointer;
}
.aafp_toast-warning .toast-close {
  color: rgba(51, 51, 51, 0.8);
}

.aafp_toast-alert {
  max-width: 410px;
  overflow: hidden;
  background-color: rgba(241, 13, 32, 0.6);
  position: fixed;
  color: rgb(255, 255, 255);
  top: 130px;
  right: 1rem;
  z-index: 200;
  font-size: 1.2rem;
  border-radius: 0.5rem;
}
.aafp_toast-alert .aafp_toast-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
  background-color: rgba(241, 13, 32, 0.9);
}
.aafp_toast-alert img {
  width: 45px;
  padding: 0;
}
.aafp_toast-alert strong {
  padding: 0 0.75rem;
}
.aafp_toast-alert button {
  background-color: inherit;
  color: rgb(255, 255, 255);
  border: none;
  cursor: pointer;
}
.aafp_toast-alert .toast-close {
  color: rgb(255, 255, 255);
}

.aafp_dashboard-nav-dropdown {
  width: 100%;
}
.aafp_dashboard-nav-dropdown .collapsed {
  background-color: inherit;
  color: rgba(51, 51, 51, 0.8);
  padding: 0.5rem;
}
.aafp_dashboard-nav-dropdown .aafp_nav-title {
  margin: 0 0 0 0.5rem;
}

.aafp_dashboard-toggler {
  margin-left: auto;
  position: relative;
  width: 25px;
  height: 25px;
  padding-left: 0.25rem;
}
.aafp_dashboard-toggler .arrow {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  position: relative;
}
.aafp_dashboard-toggler .arrow span {
  top: 0.7rem;
  position: absolute;
  width: 0.95rem;
  height: 0.2rem;
  background-color: rgb(147, 149, 153);
  display: inline-block;
  transition: all 0.2s ease;
}
.aafp_dashboard-toggler .arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.aafp_dashboard-toggler .arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.aafp_dashboard-toggler .active span:first-of-type {
  transform: rotate(-45deg);
}
.aafp_dashboard-toggler .active span:last-of-type {
  transform: rotate(45deg);
}

.aafp_dashboard-nav-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 1.2rem;
  color: rgba(51, 51, 51, 0.8);
  padding: 0.5rem;
}
.aafp_dashboard-nav-header .fas,
.aafp_dashboard-nav-header .far {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.1rem;
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 0.5rem;
  border: 1px solid;
}

.aafp_category-toggler {
  margin-left: auto;
  position: relative;
  width: 40px;
  height: 40px;
}
.aafp_category-toggler span {
  position: absolute;
  transition: 0.5s;
  background: rgb(0, 93, 170);
}
.aafp_category-toggler span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.aafp_table-toggler {
  margin-left: auto;
  position: relative;
  width: 30px;
  height: 30px;
}
.aafp_table-toggler span {
  position: absolute;
  transition: 0.5s;
  background: rgb(0, 93, 170);
}
.aafp_table-toggler span:last-of-type {
  left: 25%;
  right: 25%;
  height: 10%;
  top: 45%;
}

.collapsed {
  background-color: inherit;
}
.collapsed .aafp_category-toggler span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}
.collapsed .aafp_table-toggler span:first-of-type {
  top: 25%;
  bottom: 25%;
  width: 10%;
  left: 45%;
}

.aafp_category ul {
  padding: 0 0 0 40px;
}
.aafp_category ul .nav-item {
  margin: 0;
}

input[type=date] {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  position: relative;
}

input[type=date]:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f073";
  padding: 0 5px;
}

input[type=date i] {
  font-size: 1.2rem;
}

::-webkit-calendar-picker-indicator {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.aafp_text-field {
  position: relative;
  width: 40%;
}
.aafp_text-field-search {
  width: 100%;
  font-size: 1.2rem;
  border-radius: 0.5rem;
  padding: 0.4rem 0.5rem;
}
.aafp_text-field-clear {
  display: none;
  position: absolute;
  right: 1rem;
  top: 0.1rem;
  bottom: 0;
  line-height: 35px;
  cursor: pointer;
}
.aafp_text-field-clear i {
  font-size: 1.3rem;
}
@media (max-width: 64.0525em) {
  .aafp_text-field {
    width: 80%;
  }
}

.aafp_checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aafp_checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.aafp_checkbox-container input:checked ~ .aafp_checkmark:after {
  display: block;
}

.aafp_checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  cursor: pointer;
}
.aafp_checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 7px;
  width: 10px;
  height: 19px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.aafp_radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.aafp_radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}
.aafp_radio-container input:checked ~ .aafp_radio:after {
  display: block;
}

.aafp_radio {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
}
.aafp_radio:after {
  content: "";
  position: absolute;
  display: none;
}

.aafp_select-data {
  display: block;
  position: relative;
  background-color: rgb(238, 238, 238);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  height: 42.8px;
  cursor: pointer;
}
.aafp_select-data .aafp_dropdown-button {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: inherit;
  padding: 0.25rem;
}
.aafp_select-data .aafp_dashboard-toggler {
  margin-left: auto;
  position: relative;
  width: 25px;
  height: 25px;
  padding-right: 2rem;
}
.aafp_select-data .aafp_dashboard-toggler .arrow {
  width: 2rem;
  height: 2rem;
  display: inline-block;
  position: relative;
}
.aafp_select-data .aafp_dashboard-toggler .arrow span {
  top: 1rem;
  position: absolute;
  width: 1.2rem;
  height: 0.2rem;
  background-color: rgb(147, 149, 153);
  display: inline-block;
  transition: all 0.2s ease;
}
.aafp_select-data .aafp_dashboard-toggler .arrow span:first-of-type {
  left: 0;
  transform: rotate(45deg);
}
.aafp_select-data .aafp_dashboard-toggler .arrow span:last-of-type {
  right: 0;
  transform: rotate(-45deg);
}
.aafp_select-data .aafp_dashboard-toggler .active span:first-of-type {
  transform: rotate(-45deg);
}
.aafp_select-data .aafp_dashboard-toggler .active span:last-of-type {
  transform: rotate(45deg);
}
@media (min-width: 60.5625em) and (max-width: 85.365em) {
  .aafp_select-data .aafp_dashboard-toggler {
    top: -3px;
  }
}
.aafp_select-data .aafp_dropdown-content {
  display: none;
  position: absolute;
  background-color: rgb(255, 255, 255);
  min-width: 230px;
  overflow: auto;
  z-index: 1031;
  border-radius: 0.5rem;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 14px 20px 12px;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-height: 400px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.aafp_select-data .aafp_dropdown-content a {
  color: black;
  padding: 6px 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.aafp_select-data .aafp_dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.aafp_select-data .aafp_dropdown-content::-webkit-scrollbar-track {
  background-color: rgb(238, 238, 238);
  border-radius: 0.5rem;
}
.aafp_select-data .aafp_dropdown-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
.aafp_select-data .afa_show-top {
  display: block;
  top: 45px;
}
.aafp_select-data .afa_show-bottom {
  display: block;
  bottom: 45px;
}
.aafp_select-data .dropdown-invalid-feedback {
  width: 100%;
  margin: 0.25rem 0 0 -9px;
  font-size: 80%;
  color: #dc3545;
}
@media (min-width: 60.5625em) and (max-width: 85.365em) {
  .aafp_select-data {
    height: 37px;
    line-height: normal;
  }
}

.aafp_filter-dropdown-multi {
  display: flex;
  position: relative;
  padding: 0.32rem 0.75rem 0.32rem 0.5rem;
  border-radius: 0.5rem;
  cursor: pointer;
}
.aafp_filter-dropdown-multi .aafp_dropdown-filter-button {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  color: inherit;
  padding: 0.15rem;
  line-height: 1;
}
.aafp_filter-dropdown-multi .aafp_filter-dropdown-content {
  display: none;
  position: absolute;
  min-width: 230px;
  overflow: auto;
  z-index: 1;
  border-radius: 0.5rem;
  width: 100%;
  left: 0;
  box-sizing: border-box;
  font-size: 1rem;
  padding: 14px 20px 12px;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  max-height: 400px;
  overflow-y: auto;
  scrollbar-gutter: stable;
}
.aafp_filter-dropdown-multi .aafp_filter-dropdown-content a {
  color: black;
  padding: 12px 0 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
}
.aafp_filter-dropdown-multi .aafp_filter-dropdown-content::-webkit-scrollbar {
  width: 10px;
}
.aafp_filter-dropdown-multi .aafp_filter-dropdown-content::-webkit-scrollbar-track {
  background-color: rgb(238, 238, 238);
  border-radius: 0.5rem;
}
.aafp_filter-dropdown-multi .aafp_filter-dropdown-content::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 0.5rem;
}
.aafp_filter-dropdown-multi .afa_show-top {
  display: block;
  top: 45px;
}
.aafp_filter-dropdown-multi .afa_show-bottom {
  display: block;
  bottom: 45px;
}

.table-dropdown {
  float: right;
  position: relative;
}
.table-dropdown-content {
  display: none;
  position: absolute;
  background-color: #19222d;
  min-width: 160px;
  overflow: auto;
  right: 0;
  top: 40px;
  z-index: 100;
  border-radius: 0.5rem;
}
.table-dropdown-content a {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 0.5rem 0.8rem;
  color: #f7f7f7;
}
.table-dropdown-content a span {
  font-size: 1.2rem;
  margin: 0 0.75rem;
}

.table-dropdown-show {
  display: block;
}

.aafp_table-filter {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 1.5rem 0;
}
@media (max-width: 64.0525em) {
  .aafp_table-filter {
    margin: 1rem 0;
  }
}
.aafp_table-filter-inner {
  padding: 1rem;
}
@media (max-width: 64.0525em) {
  .aafp_table-filter-inner {
    padding: 0.75rem;
  }
}

.aafp_filter-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100px;
  font-size: 1.1rem;
}
.aafp_filter-header i {
  margin-right: 0.5rem;
  font-size: 1rem;
}

.aafp_table-filter-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "startdate enddate payments" "cardname cards cardgroup" "partners customers terminal" "errors . buttons";
}

.aafp_table-filter-cg-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "payments cardgroup customers" ". . buttons";
}

.aafp_table-filter-card-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "cards cardgroup customers" "cardname . ." ". . buttons";
}

.aafp_table-filter-heartbeat {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: "startdate enddate terminal" ". .  buttons";
}

.filter-body {
  margin: 1.5rem 0.5rem 0;
}
.filter-body > div {
  padding: 0 1.5rem 0.75rem 0;
}
.filter-startdate {
  grid-area: startdate;
}
.filter-enddate {
  grid-area: enddate;
}
.filter-payments {
  grid-area: payments;
}
.filter-partner {
  grid-area: partners;
}
.filter-cardgroup {
  grid-area: cardgroup;
}
.filter-customers {
  grid-area: customers;
}
.filter-terminals {
  grid-area: terminal;
}
.filter-buttons {
  grid-area: buttons;
}
.filter-cards {
  grid-area: cards;
}
.filter-cardnames {
  grid-area: cardname;
}
.filter-errors {
  grid-area: errors;
}

.aafp_widget {
  min-height: 150px;
  width: auto;
  padding: 1.2rem;
  margin: 0 0 0.75rem;
}
.aafp_widget h3 {
  font-size: clamp(0.9rem, 2vw, 2rem);
  line-height: 0.9;
  margin: 0 0 0.5rem;
}
@media (max-width: 64.0525em) {
  .aafp_widget {
    -webkit-flex: 1 49%;
    -moz-box: 1 49%;
    -webkit-flex: 1 49%;
    -ms-flexbox: 1 49%;
    flex: 1 49%;
  }
}

.aafp_widget-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.aafp_widget-container-body {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_widget-container-body span {
  font-size: clamp(0.8rem, 1.6vw, 1.2rem);
}
@media (max-width: 64.0525em) {
  .aafp_widget-container-body {
    min-height: 74px;
  }
}
.aafp_widget-container-footer {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

.single-row-widget {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}
.single-row-widget > i {
  cursor: pointer;
}

.double-row-widget {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  padding: 0.5rem 0.75rem;
  border-radius: 0.5rem;
  width: 100%;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}

.list-results-widget {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  height: auto;
  margin-bottom: 0.75rem;
  font-size: 1.2rem;
}
.list-results-widget > span {
  width: 80%;
}

.askfor-widget {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row;
  -moz-flex-flow: row;
  -ms-flex-flow: row;
  flex-flow: row;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.75rem;
}
.askfor-widget span {
  margin-right: 1.5rem;
}
.askfor-widget-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 38%;
  height: 100%;
}
.askfor-widget-inner a:not(:first-child) {
  margin-left: 0.75rem;
}

.widget_system-status {
  border-radius: 0.5rem;
  width: auto;
  padding: 1.2rem;
  margin: 0 0 0.75rem;
}
.widget_system-status h3 {
  font-size: clamp(0.9rem, 2.5vw, 2rem);
  line-height: 0.9;
  margin: 0 0 0.5rem;
}

.status-good {
  border: 3px solid #0096ff;
}
.status-bad {
  border: 3px solid #ee4b2b;
}

.aafp_modal {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 7rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.aafp_modal-dialog {
  max-width: 65%;
  margin: 1.75rem auto;
  padding: 1rem;
  border-radius: 0.5rem;
}

.modal-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin-bottom: 1.3rem;
}
.modal-title {
  font-size: clamp(0.9rem, 2.5vw, 2.2rem);
  margin: 0;
  line-height: normal;
}
.modal-close {
  font-size: 2rem;
  line-height: 1;
}

.aafp_modal-warning {
  display: none;
  position: fixed;
  z-index: 1000;
  padding-top: 7rem;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
}
.aafp_modal-warning-dialog {
  max-width: 45%;
  margin: 2.5rem auto;
  padding: 3rem;
  border-radius: 0.5rem;
}

.modal_warning-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 2rem;
}
.modal_warning-title {
  font-size: clamp(0.9rem, 2.5vw, 2.4rem);
  margin: 0;
  line-height: normal;
}
.modal_warning-subtitle {
  font-size: clamp(0.9rem, 2.5vw, 2.4rem);
  margin: 0;
  color: rgb(0, 150, 255);
}
.modal_warning-body {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  border-radius: 0.5rem;
  padding: 1rem;
}
.modal_warning-body > .icon-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 10%;
}
.modal_warning-body > .icon-container i {
  font-size: 2.4rem;
}
.modal_warning-body span {
  font-size: 1.2rem;
}
.modal_warning-footer {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-evenly;
  -moz-justify-content: space-evenly;
  -ms-justify-content: space-evenly;
  justify-content: space-evenly;
  -ms-flex-pack: space-evenly;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 2.4rem;
}
.modal_warning-footer button {
  font-size: 1.8rem;
}

.aafp_askfor-box {
  cursor: move;
}
.aafp_askfor-box.over {
  border: 3px dotted #666 !important;
}

.aafp_box {
  position: relative;
  padding: 50px 20px;
  background-color: #2a384b;
  text-align: center;
}
.aafp_box.has-advanced-upload {
  border-radius: 0.5rem;
  outline: 2px dashed #f7f7f7;
  outline-offset: -10px;
  margin-top: 23px;
}
.aafp_box.has-advanced-upload i {
  font-size: 3rem;
  margin-bottom: 0.75rem;
}
.aafp_box.has-advanced-upload .aafp_askfor-dragndrop {
  display: inline;
}
.aafp_box.is-uploading .aafp_askfor-input {
  visibility: hidden;
}
.aafp_box.is-uploading .aafp_askfor-uploading {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aafp_box.is-success .aafp_askfor-input {
  visibility: hidden;
}
.aafp_box.is-success .aafp_askfor-success {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.aafp_box.is-error .aafp_askfor-input {
  visibility: hidden;
}
.aafp_box.is-error .aafp_askfor-error {
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.aafp_askfor-input {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.aafp_askfor-input .aafp_askfor-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.aafp_askfor-input .aafp_askfor-file + label {
  max-width: 80%;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
}

.is-dragover {
  background-color: #4d4d4d;
}

.aafp_askfor-button {
  font-weight: 700;
  display: none;
}

.aafp_askfor-dragndrop,
.aafp_askfor-uploading,
.aafp_askfor-success,
.aafp_askfor-error {
  display: none;
}

#tr_home_page-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  min-height: 80vh;
  max-width: 1500px;
  margin: 0 auto;
  padding: 3rem;
}
@media (max-width: 60.49em) {
  #tr_home_page-wrapper {
    padding: 0.35rem;
  }
}

.aafp_home-page {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 -5px;
  min-height: 80vh;
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
}

.aafp_home-block {
  flex: 1 290px;
  height: 21rem;
  position: relative;
  z-index: 1;
  margin: 0 5px 1rem;
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
  -webkit-backdrop-filter: blur(1.4rem);
  backdrop-filter: blur(1.5rem);
  border-radius: 0.5rem;
  border: none;
}

.aafp_home-block-inner {
  position: relative;
  height: 21rem;
}

.aafp_home-block-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
  overflow: hidden;
}
.aafp_home-block-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.aafp_home-block-wrapper-inner {
  padding: 1rem;
}
.aafp_home-block-wrapper-inner > .fas {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  margin: 10px auto;
  text-align: center;
  width: 100px;
  height: 100px;
  font-size: 4.5rem;
  background-color: rgb(0, 93, 170);
  border-radius: 50%;
  color: rgba(255, 255, 255, 0.9);
}
.aafp_home-block-wrapper-inner > p {
  font-size: 1.5rem;
  text-align: center;
  color: rgb(255, 255, 255);
}
.aafp_home-block-wrapper-inner > h2 {
  width: 50%;
  margin: 1.5rem auto;
  font-size: 1.75rem;
  font-weight: normal;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 0.5rem 1.2rem;
  background-color: rgb(108, 179, 63);
  border-radius: 0.5rem;
}
@media (max-width: 60.49em) {
  .aafp_home-block-wrapper-inner > h2 {
    width: 80%;
  }
}

#aafp_contact-form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  height: 100%;
  max-width: 1500px;
  margin: 48px auto 0;
  padding: 3rem;
}
@media (max-width: 60.49em) {
  #aafp_contact-form {
    padding: 0.35rem;
  }
}

.aafp_contact-form-container {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  border-radius: 0.5rem;
  width: 60%;
}
@media (max-width: 60.49em) {
  .aafp_contact-form-container {
    width: 100%;
  }
}

#aafp_login-form,
#aafp_login_form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  max-width: 1500px;
  margin: 48px auto 0;
  padding: 3rem;
  height: 100%;
}
@media (max-width: 60.49em) {
  #aafp_login-form,
  #aafp_login_form {
    padding: 0.35rem;
  }
}

.login-link-container {
  padding: 0 0 1.5rem;
}

.login-form-container-inner {
  display: block;
  margin: 0 auto;
  padding: 1rem;
  -webkit-backdrop-filter: blur(0.5rem);
  backdrop-filter: blur(0.5rem);
  border-radius: 0.5rem;
  width: 60%;
}
@media (max-width: 60.49em) {
  .login-form-container-inner {
    width: 100%;
  }
}

.aafp_error-signup {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ee4b2b;
}
.aafp_error-signup > p {
  font-size: 1.2rem;
  margin: 0;
}

.aafp_dashboard-left {
  position: fixed;
  padding-top: 86px;
  height: 100%;
  width: clamp(13.5rem, 20vw, 15.625rem);
  max-width: 250px;
}

.sidebar {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem;
  height: 100%;
}
@media (max-width: 63.99em) {
  .sidebar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    min-height: auto;
    padding: 0.5rem 0.75rem;
    border-radius: 0;
  }
}

.dashboard-active {
  padding: 0;
  border-bottom: 2px solid rgb(108, 179, 63);
}
.dashboard-active i,
.dashboard-active span {
  color: rgb(108, 179, 63) !important;
}

.aafp_dashboard-right {
  padding: 1.5rem;
}
.aafp_dashboard-right-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 63.99em) {
  .aafp_dashboard-right-inner {
    padding: 0;
  }
}

.aafp_inner-top {
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 0 1.5rem;
  padding: clamp(1rem, 1.5vw, 1.5rem);
}
.aafp_inner-top-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.aafp_inner-top-header h3 {
  margin: 0 0 0.5rem;
}

.aafp_search-table-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  margin-top: 0.75rem;
}

.aafp_inner-top-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}

.aafp_inner-bottom {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 0 -8px;
}

.aafp_inner-bottom-left {
  flex: 1 450px;
}

.aafp_inner-bottom-right {
  flex: 1 350px;
}

.aafp_inner-bottom-left {
  margin: 0 12px 1rem 8px;
}

.aafp_inner-bottom-right-top,
.aafp_inner-bottom-right-bottom {
  margin: 0 8px 1.5rem 12px;
}

.aafp_inner-bottom-left,
.aafp_inner-bottom-right-top,
.aafp_inner-bottom-right-bottom {
  background-color: rgb(255, 255, 255);
  padding: clamp(1rem, 1.5vw, 1.5rem);
}
.aafp_inner-bottom-left > h3,
.aafp_inner-bottom-right-top > h3,
.aafp_inner-bottom-right-bottom > h3 {
  margin: 0 0 0.5rem;
}

.aafp_inner-bottom-right {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}

.aafp_latest-transactions {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.aafp_latest-transactions-left h3 {
  margin: 0;
}
.aafp_latest-transactions-right {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aafp_latest-transactions-right button {
  height: fit-content;
}

.aafp_support {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.5rem 0;
  background-color: rgb(0, 93, 170);
  background: url("/wp-content/uploads/2021/05/Triton-Autogas-Dispenser.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 30vh;
}
@media (max-width: 35.9275em) {
  .aafp_support {
    height: 40vh;
  }
}
@media (max-width: 64.0525em) {
  .aafp_support {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -ms-flex-pack: center;
    padding: 1.5rem 1rem;
  }
}
.aafp_support-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 60%;
  padding: 1rem;
  -webkit-backdrop-filter: blur(1.5rem);
  backdrop-filter: blur(1.5rem);
}
@media (max-width: 64.0525em) {
  .aafp_support-inner {
    width: 100%;
    height: 100%;
  }
}

.aafp_support-content {
  width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}
.aafp_support-content-inner {
  margin: 1.5rem auto;
  max-width: 1500px;
}
.aafp_support-content-header {
  text-align: center;
}

.aafp_support-page {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0 -5px;
}

.aafp_support-block {
  flex: 0 1 350px;
  height: auto;
  position: relative;
  z-index: 1;
  margin: 0 5px 1rem;
  background-color: rgb(255, 255, 255);
  border-radius: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 0.25rem;
}
.aafp_support-block-header {
  text-align: center;
  font-size: 1.3rem;
  border-bottom: 2px solid #eee;
}
.aafp_support-block-inner {
  padding: 1rem;
}
.aafp_support-block-footer {
  border-top: 2px solid #eee;
  text-align: center;
  padding: 1rem;
}
.aafp_support-block-footer > a {
  color: rgba(51, 51, 51, 0.8);
}

.aafp_support_block_wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
}
.aafp_support_block_wrapper > a {
  font-size: 1.1rem;
  padding: 0 0 0.5rem;
  text-align: center;
}

.aafp_support-side {
  flex: 1 400px;
}
.aafp_support-side-wrapper {
  margin: 1rem;
  padding: 3rem;
  min-height: 80vh;
}
@media (max-width: 35.9275em) {
  .aafp_support-side-wrapper {
    padding: 0.75rem;
    min-height: auto;
  }
}

.aafp_side-search {
  margin: 0 0 1.5rem;
}
@media (max-width: 35.9275em) {
  .aafp_side-search {
    margin: 0;
  }
}

.aafp_category-post-results {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  margin: 1.5rem -5px;
}
.aafp_category-post-results > div {
  -webkit-flex: 0 1 calc(33.3333333333% - 10px);
  -moz-box: 0 1 calc(33.3333333333% - 10px);
  -webkit-flex: 0 1 calc(33.3333333333% - 10px);
  -ms-flexbox: 0 1 calc(33.3333333333% - 10px);
  flex: 0 1 calc(33.3333333333% - 10px);
  margin: 0.5rem 5px;
}
@media (max-width: 35.99em) {
  .aafp_category-post-results > div {
    -webkit-flex: 1 100%;
    -moz-box: 1 100%;
    -webkit-flex: 1 100%;
    -ms-flexbox: 1 100%;
    flex: 1 100%;
  }
}

.aafp_category-single-result {
  background-color: rgb(238, 238, 238);
  height: 7rem;
  position: relative;
  z-index: 1;
  padding: 0.75rem;
}
@media (max-width: 35.99em) {
  .aafp_category-single-result {
    height: 9rem;
  }
}

.aafp_category-single-result-inner {
  position: relative;
  height: 7rem;
}
@media (max-width: 35.99em) {
  .aafp_category-single-result-inner {
    height: 9rem;
  }
}

.aafp_category-wrapper {
  height: 100%;
  overflow: hidden;
}
.aafp_category-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.aafp_category-wrapper .aafp_category-post-name {
  font-size: 1.6rem;
}
.aafp_category-wrapper .aafp_category-post-excerpt {
  font-size: 1rem;
}
.aafp_category-wrapper .aafp_category-post-excerpt > p {
  margin: 0;
}

.aafp_category-wrapper-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.75rem;
}

#aafp_support_form {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 1.5rem;
  background-color: rgb(255, 255, 255);
  width: 60%;
  margin: 5rem auto 0;
}

#aafp_user-settings {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: 100%;
  margin: 0;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 60.49em) {
  #aafp_user-settings {
    margin: 0;
    padding: 0.35rem;
  }
}

.aafp_user-settings-inner {
  padding: 1.5rem;
}
.aafp_user-settings-inner > h3 {
  margin: 0 0 0.5rem;
}

.switch-button {
  border-radius: 0.5rem;
  overflow: hidden;
  width: 200px;
  text-align: center;
  font-size: 1.5rem;
  letter-spacing: 1px;
  padding-right: 100px;
  position: relative;
}
.switch-button:before {
  content: "\f186";
  font-family: "Font Awesome 5 Free";
  font-weight: 600;
  color: rgb(189, 102, 255);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
  pointer-events: none;
}
.switch-button-checkbox {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
}
.switch-button-checkbox:checked + .switch-button-label:before {
  transform: translateX(100px);
  transition: transform 300ms linear;
}
.switch-button-checkbox + .switch-button-label {
  position: relative;
  padding: 1px 0;
  display: block;
  user-select: none;
  pointer-events: none;
}
.switch-button-checkbox + .switch-button-label:before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.5rem;
  transform: translateX(0);
  transition: transform 300ms;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span {
  position: relative;
}
.switch-button-checkbox + .switch-button-label .switch-button-label-span i {
  color: rgb(254, 254, 51);
}

.tr_dispenser-container {
  width: 100%;
  background-color: rgb(255, 255, 255);
  margin: 0 0 1.5rem;
  padding: 1.5rem;
}
.tr_dispenser-container h3 {
  margin: 0 0 0.5rem;
}

.aafp_post {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  flex: 1 75%;
  min-height: 80vh;
  max-width: 1500px;
  margin: 1rem;
  padding: 3rem;
  background-color: rgb(255, 255, 255);
}
@media (max-width: 60.49em) {
  .aafp_post {
    padding: 0.75rem;
  }
}

.aafp_post-header {
  border-bottom: 2px solid #eee;
}
.aafp_post-header .aafp_post-title {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  margin: 0 0 0.75rem;
  text-align: center;
}

.aafp_post-content {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}
.aafp_post-content figure {
  margin: 1.5rem 0;
}
.aafp_post-content figure img {
  width: 100%;
  height: auto;
  padding: 0 1.5rem;
}
.aafp_post-content ol,
.aafp_post-content ul,
.aafp_post-content p {
  width: 100%;
}
.aafp_post-content ol,
.aafp_post-content ul {
  padding-left: 25px;
}
.aafp_post-content li {
  font-size: 1.2rem;
}
.aafp_post-content a {
  border-bottom: 1px solid rgb(0, 93, 170);
}
.aafp_post-content a:hover, .aafp_post-content a:active, .aafp_post-content a:focus {
  border-bottom: 1px solid rgba(51, 51, 51, 0.8);
}

.aafp_outer-li {
  padding: 0 0 0.75rem;
}

.aafp_post-img-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
.aafp_post-img-container > div {
  flex: 1 320px;
}

.aafp_post-img-wrapper {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 2.5rem 0;
}

.aafp_post-image {
  display: block;
  margin: 0 auto;
  width: 80%;
  max-width: 450px;
}

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

.aafp_error-post-inner {
  display: flex;
  flex-flow: row wrap;
}
.aafp_error-post-inner > div {
  flex: 1 50%;
  padding: 1rem;
}
.aafp_error-post-inner .aafp_error-code-list {
  margin: 0 0 1.5rem;
}

.aafp_list-header {
  font-size: 1.5rem;
  margin: 0.5rem 0;
  font-weight: 600;
}

.aafp_post-footer {
  border-top: 2px solid #eee;
}
.aafp_post-footer .aafp_post-footer-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: row wrap;
  -moz-flex-direction: row wrap;
  -ms-flex-direction: row wrap;
  flex-direction: row wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
  justify-content: flex-start;
  -ms-flex-pack: flex-start;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aafp_post-footer .aafp_post-footer-inner a {
  margin: 0.75rem 0.75rem 0.75rem 0;
}

.aafp_user-edit-form {
  padding: clamp(1rem, 1.5vw, 1.4rem);
}

.aafp_dashboard-section-row {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  margin: 0 -5px 0;
}

.aafp_ticket-info {
  -webkit-flex: 1 400px;
  -moz-box: 1 400px;
  -webkit-flex: 1 400px;
  -ms-flexbox: 1 400px;
  flex: 1 400px;
  margin: 0 5px 0.75rem;
  height: 8rem;
  position: relative;
  z-index: 1;
  background-color: rgb(255, 255, 255);
}
.aafp_ticket-info-inner {
  height: 8rem;
  position: relative;
}

.aafp_ticket-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.aafp_ticket-wrapper > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.aafp_ticket-wrapper-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 1rem;
  width: 100%;
}
.aafp_ticket-wrapper-inner h3 {
  color: rgb(108, 179, 63);
  font-size: clamp(0.9rem, 3vw, 2rem);
  margin: 0;
}
.aafp_ticket-wrapper-inner span {
  color: rgb(108, 179, 63);
  font-size: clamp(1.2rem, 5vw, 5rem);
  line-height: normal;
  padding: 0 1.5rem;
}

.aafp_open-ticket-list,
.aafp_past-ticket-list {
  margin: 1.5rem 0 0;
}

.aafp_transaction-container {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin: 4rem 0 0;
}
.aafp_transaction-container-inner {
  -webkit-flex: 1 auto;
  -moz-box: 1 auto;
  -webkit-flex: 1 auto;
  -ms-flexbox: 1 auto;
  flex: 1 auto;
}
.aafp_transaction-container-body {
  margin: 0 0 2.5rem;
}
.aafp_transaction-container-side {
  -webkit-flex: 1 200px;
  -moz-box: 1 200px;
  -webkit-flex: 1 200px;
  -ms-flexbox: 1 200px;
  flex: 1 200px;
}

.aafp_side-transaction-container {
  margin: 0 0 0 1.5rem;
}

.aafp_transaction-widget {
  margin: 0 0 1.5rem;
}
.aafp_transaction-widget-inner {
  padding: 1rem;
}
.aafp_transaction-widget-top {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.aafp_transaction-widget-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 3rem 0 0;
}
.aafp_transaction-widget-detail {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.aafp_transaction-section-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.aafp_transaction-section-heading {
  font-size: 1.7rem;
  line-height: normal;
  color: rgb(0, 150, 255);
}
.aafp_transaction-section-body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  margin: 1rem 0 0;
}
.aafp_transaction-section-details {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 0 0.75rem;
}
.aafp_transaction-section-details .transaction-info {
  font-size: 1.4rem;
  font-weight: 600;
}

.aafp_t-paid-dollars {
  font-size: 5rem;
  margin: 0 auto;
}

.aafp_pin-pool-warning {
  border: 2px solid #b64e57;
  background-color: rgba(182, 78, 87, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  line-height: normal;
}

.aafp_pin-pool-container {
  width: 100%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_pin-pool-container-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1.5rem;
}
.aafp_pin-pool-container .aafp_pin-pool-error {
  margin-bottom: 1rem;
}
.aafp_pin-pool-container button {
  width: fit-content;
}

.aafp_pin-pool-header {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  padding: 0.25rem;
}
.aafp_pin-pool-header > div {
  margin-left: 0.5rem;
}

.pin-pool-widget {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-flex-flow: row wrap;
  -moz-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 0.5rem;
  border-radius: 0.5rem;
  width: 100%;
  font-size: 1.2rem;
}
.pin-pool-widget:not(:last-child) {
  margin-bottom: 0.75rem;
}
.pin-pool-widget > div {
  margin-right: 0.25rem;
}

.pin-input, .pin-input-label {
  width: calc(30% - 0.5rem);
}
.pin-description, .pin-description-label {
  width: calc(65% - 0.5rem);
}
.pin-remove {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
  width: calc(5% - 0.5rem);
}
.pin-remove > i {
  cursor: pointer;
  color: #b64e57;
}

.aafp_pin-disabled {
  opacity: 0.4;
  pointer-events: none;
}

.aafp_vehicle-pool-warning {
  border: 2px solid #b64e57;
  background-color: rgba(182, 78, 87, 0.2);
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  line-height: normal;
}

.aafp_vehicle-pool-container {
  width: 100%;
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
}
.aafp_vehicle-pool-container-inner {
  display: -webkit-box !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  margin-bottom: 1.5rem;
}
.aafp_vehicle-pool-container .aafp_vehicle-pool-error {
  margin-bottom: 1rem;
}
.aafp_vehicle-pool-container button {
  width: fit-content;
}

[color-mode=dark] {
  /*
  * Styles for text elements
  */
  /*
   * button styles for dark theme
   */
}
[color-mode=dark] body {
  background: #19222d;
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme {
  background-color: #1f2937;
}
[color-mode=dark] .aafp_color-theme-nav-link, [color-mode=dark] .aafp_color-theme-text {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme .nav-item > a {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme .nav-item > a:hover {
  color: rgb(0, 150, 255);
}
[color-mode=dark] .aafp_color-theme-nav-link:hover .fas, [color-mode=dark] .aafp_color-theme-nav-link:hover .far {
  background-color: rgb(0, 150, 255);
  color: #393939;
  border: 1px solid rgb(0, 150, 255);
  transition: 0.2s all ease-in-out;
}
[color-mode=dark] .aafp_color-theme-nav-link:hover span {
  padding-left: 10px;
  transition: 0.2s all ease-in-out;
}
[color-mode=dark] .aafp_color-theme-text:hover {
  color: rgb(67, 149, 57);
}
[color-mode=dark] .aafp_color-theme-blue {
  color: rgb(0, 150, 255);
  border: 1px solid rgb(0, 150, 255);
}
[color-mode=dark] .aafp_color-theme-green-mid {
  color: rgb(67, 179, 67);
}
[color-mode=dark] .aafp_color-theme-input {
  background-color: #2a384b;
  border: 1px solid #2a384b;
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme-input:focus {
  background-color: #19222d;
  border-color: #2a384b;
  color: #f7f7f7;
  outline: 0;
  box-shadow: 0 0 0 0.1rem #2a384b;
}
[color-mode=dark] .aafp_color-theme-input i {
  color: rgb(142, 142, 147);
}
[color-mode=dark] .aafp_color-theme-input:disabled {
  background-color: #19222d;
  border: 1px solid #19222d;
  opacity: 1;
}
[color-mode=dark] .aafp_color-theme-input.invalid-pins {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgba(255, 0, 0, 0.2);
}
[color-mode=dark] .aafp_color-theme .aafp_checkmark,
[color-mode=dark] .aafp_color-theme .aafp_radio {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_color-theme .active > span {
  padding-left: 10px;
}
[color-mode=dark] .aafp_color-theme .active > .fas,
[color-mode=dark] .aafp_color-theme .active > .far {
  background-color: rgb(0, 150, 255);
  color: #f7f7f7;
  border: 1px solid rgb(0, 150, 255);
}
[color-mode=dark] .link-active {
  background-color: rgb(0, 150, 255);
}
[color-mode=dark] .link-active span {
  color: rgb(242, 242, 242);
}
[color-mode=dark] .aafp_color-theme-mid {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_color-theme-mid-text {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme-mid-icon {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme-mid-blue {
  color: rgb(0, 150, 255);
}
[color-mode=dark] .aafp_color-theme-mid-green-mid {
  color: rgb(67, 179, 67);
}
[color-mode=dark] .aafp_color-theme-mid .aafp_color-theme-input {
  background-color: #1f2937;
}
[color-mode=dark] .aafp_color-theme-mid .aafp_table-toggler span {
  background: #f7f7f7;
}
[color-mode=dark] .aafp_color-theme-mid .aafp_checkmark,
[color-mode=dark] .aafp_color-theme-mid .aafp_radio {
  background-color: #393939;
}
[color-mode=dark] .aafp_link-body {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_link-body:hover {
  color: rgb(0, 150, 255);
}
[color-mode=dark] input[type=date]:after {
  color: #f7f7f7;
}
[color-mode=dark] .form-control:disabled,
[color-mode=dark] .form-control[readonly] {
  background-color: #19222d;
  border: 1px solid #19222d;
  opacity: 1;
}
[color-mode=dark] .switch-button {
  background-color: #19222d;
}
[color-mode=dark] .switch-button-checkbox + .switch-button-label:before {
  background-color: #2a384b;
}
[color-mode=dark] .tabulator .tabulator-tableholder::-webkit-scrollbar {
  margin-top: 7px;
  width: 10px;
}
[color-mode=dark] .tabulator .tabulator-tableholder::-webkit-scrollbar-track {
  background-color: #2a384b;
  border-radius: 0.25rem;
}
[color-mode=dark] .tabulator .tabulator-tableholder::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px #19222d;
  border-radius: 0.25rem;
}
[color-mode=dark] .tabulator-header {
  background-color: rgb(0, 150, 255);
}
[color-mode=dark] .tabulator-row.tabulator-row-odd .tabulator-frozen-left {
  background-color: #1f2937;
}
[color-mode=dark] .tabulator-row.tabulator-row-even {
  background-color: #2a384b;
}
[color-mode=dark] .tabulator-row.tabulator-selected {
  background-color: rgb(142, 142, 147);
}
[color-mode=dark] .tabulator .tabulator-footer .tabulator-paginator {
  color: #f7f7f7;
}
[color-mode=dark] .tabulator .tabulator-footer .tabulator-page {
  color: #f7f7f7;
}
[color-mode=dark] .tabulator .tabulator-footer .tabulator-page.active {
  color: rgb(255, 255, 255);
  border-bottom: 1px solid #f7f7f7;
}
[color-mode=dark] .tabulator .tabulator-footer .tabulator-page-size {
  background-color: #2a384b;
  color: #f7f7f7;
}
[color-mode=dark] .tabulator-tableholder::-webkit-scrollbar {
  margin-top: 7px;
  width: 10px;
}
[color-mode=dark] .tabulator-tableholder::-webkit-scrollbar-track {
  background-color: rgb(142, 142, 147);
  border-radius: 0.25rem;
}
[color-mode=dark] .tabulator-tableholder::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px #393939;
  border-radius: 0.25rem;
}
[color-mode=dark] .tabulator-edit-list {
  background: rgb(142, 142, 147);
  border: 1px solid rgb(142, 142, 147);
}
[color-mode=dark] .tabulator-edit-list .tabulator-edit-list-item {
  color: #333;
}
[color-mode=dark] .tabulator-edit-list .tabulator-edit-list-item.active {
  color: #fff;
  background: rgb(0, 150, 255);
}
[color-mode=dark] .tabulator-edit-list .tabulator-edit-list-item.active.focused {
  outline: 1px solid rgba(255, 255, 255, 0.5);
}
[color-mode=dark] .tabulator-edit-list .tabulator-edit-list-item.focused {
  outline: 1px solid #1d68cd;
}
[color-mode=dark] .tabulator-edit-list .tabulator-edit-list-item:hover {
  cursor: pointer;
  color: #fff;
  background: #1d68cd;
}
[color-mode=dark] .terminal-active,
[color-mode=dark] .aafp_status-active {
  background-color: rgb(67, 179, 67);
  color: rgb(255, 255, 255);
}
[color-mode=dark] .terminal-inactive,
[color-mode=dark] .aafp_status-inactive {
  background-color: rgb(255, 69, 58);
  color: rgb(255, 255, 255);
}
[color-mode=dark] .terminal-not-responding {
  background-color: rgb(252, 144, 3);
  color: rgb(255, 255, 255);
}
[color-mode=dark] .aafp_table-placeholder-reverse {
  background-color: #19222d;
}
[color-mode=dark] .aafp_table-placeholder-reverse span {
  background: #2a384b;
}
[color-mode=dark] .aafp_table-placeholder {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_table-placeholder span {
  background: #19222d;
}
[color-mode=dark] .text_theme-primary {
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-primary {
  border: 2px solid rgb(0, 150, 255);
  background-color: rgb(0, 150, 255);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-primary:hover {
  border: 2px solid rgb(67, 159, 67);
  background-color: rgb(67, 159, 67);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-primary:disabled {
  opacity: 0.2;
}
[color-mode=dark] .btn_theme-secondary {
  border: 2px solid rgb(67, 159, 67);
  background-color: rgb(67, 159, 67);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-secondary:hover {
  border: 21px solid rgb(67, 179, 67);
  background-color: rgb(67, 179, 67);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-warning {
  border: 2px solid rgb(221, 60, 50);
  background-color: rgb(221, 60, 50);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-warning:hover {
  border: 2px solid rgb(255, 69, 58);
  background-color: rgb(255, 69, 58);
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-outline {
  border: 2px solid #f7f7f7;
  background-color: inherit;
  color: #f7f7f7;
}
[color-mode=dark] .btn_theme-outline:hover {
  border: 2px solid #f7f7f7;
  background-color: #f7f7f7;
  color: #454655;
}
[color-mode=dark] .aafp_checkbox-container input:checked ~ .aafp_checkmark {
  background-color: rgb(67, 179, 67);
}
[color-mode=dark] .aafp_checkbox-container .aafp_checkmark:after {
  border: solid #f7f7f7;
  border-width: 0 3px 3px 0;
}
[color-mode=dark] .aafp_checkbox-container:hover input ~ .aafp_checkmark {
  background-color: rgb(142, 142, 147);
}
[color-mode=dark] .aafp_radio-container input:checked ~ .aafp_radio {
  background-color: rgb(67, 179, 67);
}
[color-mode=dark] .aafp_radio-container .aafp_radio:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7f7f7;
}
[color-mode=dark] .aafp_radio-container:hover input ~ .aafp_radio {
  background-color: rgb(142, 142, 147);
}
[color-mode=dark] .aafp_select-data {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_select-data .aafp_dropdown-content {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_select-data .aafp_dropdown-content input {
  background-color: #1f2937;
}
[color-mode=dark] .aafp_select-data .aafp_dropdown-content a {
  color: #f7f7f7;
}
[color-mode=dark] .aafp_drop-disabled {
  background-color: #19222d;
  border: 1px solid #19222d;
  opacity: 1;
}
[color-mode=dark] .aafp_modal-dialog,
[color-mode=dark] .aafp_modal-warning-dialog {
  background-color: #19222d;
}
[color-mode=dark] .modal_warning-body {
  border: 2px solid rgb(255, 240, 0);
  background-color: rgba(255, 240, 0, 0.2);
}
[color-mode=dark] .modal_warning-body > .icon-container i {
  color: rgb(255, 240, 0);
}
[color-mode=dark] .aafp_filter-dropdown-multi {
  background-color: #19222d;
}
[color-mode=dark] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content {
  background-color: #19222d;
}
[color-mode=dark] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content input {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content a {
  color: #f7f7f7;
}
[color-mode=dark] .d-active {
  background-color: rgb(67, 179, 67);
}
[color-mode=dark] .d-inactive {
  background-color: rgb(252, 144, 3);
}
[color-mode=dark] .aafp_theme-glass {
  background: linear-gradient(to right bottom, rgba(31, 41, 55, 0.7), rgba(31, 41, 55, 0.3));
}
[color-mode=dark] .aafp_widget,
[color-mode=dark] .aafp_terminal-card {
  border: 3px solid rgb(0, 150, 255);
}
[color-mode=dark] .aafp_form-selection-container,
[color-mode=dark] .aafp_customer-result-container,
[color-mode=dark] .aafp_list-result-container,
[color-mode=dark] .aafp_cardgroup-term-result-container {
  background-color: #19222d;
}
[color-mode=dark] .aafp_form-selection-container > div,
[color-mode=dark] .aafp_customer-result-container > div,
[color-mode=dark] .aafp_list-result-container > div,
[color-mode=dark] .aafp_cardgroup-term-result-container > div {
  background-color: #2a384b;
  border: 2px solid #2a384b;
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  transition: 0.2s all ease-in-out;
}
[color-mode=dark] .aafp_form-selection-container > div:hover,
[color-mode=dark] .aafp_customer-result-container > div:hover,
[color-mode=dark] .aafp_list-result-container > div:hover,
[color-mode=dark] .aafp_cardgroup-term-result-container > div:hover {
  border: 2px solid #f7f7f7;
  transition: 0.2s all ease-in-out;
}
[color-mode=dark] .aafp_form-selection-container::-webkit-scrollbar,
[color-mode=dark] .aafp_customer-result-container::-webkit-scrollbar,
[color-mode=dark] .aafp_list-result-container::-webkit-scrollbar,
[color-mode=dark] .aafp_cardgroup-term-result-container::-webkit-scrollbar {
  width: 10px;
}
[color-mode=dark] .aafp_form-selection-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_customer-result-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_list-result-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_cardgroup-term-result-container::-webkit-scrollbar-track {
  background-color: #2a384b;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_form-selection-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_customer-result-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_list-result-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_cardgroup-term-result-container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px #19222d;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_scroll-area {
  resize: vertical;
}
[color-mode=dark] .aafp_scroll-area::-webkit-scrollbar {
  width: 10px;
}
[color-mode=dark] .aafp_scroll-area::-webkit-scrollbar-track {
  background-color: #2a384b;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_scroll-area::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px #19222d;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_scroll-area::-webkit-resizer {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_cardgroup-term-tax-container > div,
[color-mode=dark] .aafp_customer-container > div,
[color-mode=dark] .aafp_partner-container > div,
[color-mode=dark] .aafp_terminal-container > div,
[color-mode=dark] .aafp_card-group-container > div {
  background-color: #2a384b;
}
[color-mode=dark] .aafp_cardgroup-term-tax-container > div i,
[color-mode=dark] .aafp_customer-container > div i,
[color-mode=dark] .aafp_partner-container > div i,
[color-mode=dark] .aafp_terminal-container > div i,
[color-mode=dark] .aafp_card-group-container > div i {
  color: rgb(255, 69, 58);
  cursor: pointer;
}
[color-mode=dark] .aafp_cardgroup-term-tax-container::-webkit-scrollbar,
[color-mode=dark] .aafp_customer-container::-webkit-scrollbar,
[color-mode=dark] .aafp_partner-container::-webkit-scrollbar,
[color-mode=dark] .aafp_terminal-container::-webkit-scrollbar,
[color-mode=dark] .aafp_card-group-container::-webkit-scrollbar {
  width: 10px;
}
[color-mode=dark] .aafp_cardgroup-term-tax-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_customer-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_partner-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_terminal-container::-webkit-scrollbar-track,
[color-mode=dark] .aafp_card-group-container::-webkit-scrollbar-track {
  background-color: #2a384b;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_cardgroup-term-tax-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_customer-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_partner-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_terminal-container::-webkit-scrollbar-thumb,
[color-mode=dark] .aafp_card-group-container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 10px #19222d;
  border-radius: 0.5rem;
}
[color-mode=dark] .aafp_category-toggler span,
[color-mode=dark] .aafp_table-toggler span {
  background: #f7f7f7;
}
[color-mode=dark] .pin-pool-widget {
  background-color: #19222d;
}

[color-mode=light] {
  /*
   * Styles for text elements
   */
  /*
   * button styles for light theme
   */
}
[color-mode=light] body {
  background: #e5e5e5;
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme {
  background-color: rgb(255, 255, 255);
}
[color-mode=light] .aafp_color-theme-nav-link {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-text {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme .nav-item > a {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme .nav-item > a:hover {
  color: rgb(67, 149, 57);
}
[color-mode=light] .aafp_color-theme-nav-link:hover .fas, [color-mode=light] .aafp_color-theme-nav-link:hover .far {
  background-color: rgb(0, 93, 170);
  color: rgb(229, 229, 229);
  border: 1px solid rgb(0, 93, 170);
  transition: 0.2s all ease-in-out;
}
[color-mode=light] .aafp_color-theme-nav-link:hover span {
  padding-left: 10px;
  transition: 0.2s all ease-in-out;
}
[color-mode=light] .aafp_color-theme-text:hover {
  color: rgb(67, 149, 57);
}
[color-mode=light] .aafp_color-theme-blue {
  color: rgb(0, 93, 170);
  border: 1px solid rgb(0, 93, 170);
}
[color-mode=light] .aafp_color-theme-green-mid {
  color: rgb(108, 179, 63);
}
[color-mode=light] .aafp_color-theme-input {
  background-color: rgb(242, 242, 242);
  border: 1px solid rgb(229, 229, 229);
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-input:focus {
  background-color: rgb(255, 255, 255);
  border-color: rgb(229, 229, 229);
  color: rgba(51, 51, 51, 0.8);
  outline: 0;
  box-shadow: 0 0 0 0.1rem rgb(142, 142, 147);
}
[color-mode=light] .aafp_color-theme-input i {
  color: rgb(142, 142, 147);
}
[color-mode=light] .aafp_color-theme-input:disabled {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_color-theme-input.invalid-pins {
  border: 1px solid rgb(255, 0, 0);
  background-color: rgba(255, 0, 0, 0.2);
}
[color-mode=light] .aafp_color-theme-button-one {
  border: 1px solid rgb(108, 179, 63);
  background-color: rgb(108, 179, 63);
  color: rgb(255, 255, 255);
}
[color-mode=light] .aafp_color-theme-button-one:hover {
  border: 1px solid rgb(0, 93, 170);
  background-color: rgb(0, 93, 170);
}
[color-mode=light] .aafp_color-theme .aafp_checkmark,
[color-mode=light] .aafp_color-theme .aafp_radio {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_color-theme .active > span {
  padding-left: 10px;
}
[color-mode=light] .aafp_color-theme .active > .fas,
[color-mode=light] .aafp_color-theme .active > .far {
  background-color: rgb(0, 93, 170);
  color: rgb(242, 242, 242);
  border: 1px solid rgb(0, 93, 170);
}
[color-mode=light] .link-active {
  background-color: rgb(0, 93, 170);
}
[color-mode=light] .link-active span {
  color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_navbar-toggler .arrow span {
  background-color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-mid {
  background-color: #eeeeee;
}
[color-mode=light] .aafp_color-theme-mid-text {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-mid-icon {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-mid-blue {
  color: rgb(0, 93, 170);
}
[color-mode=light] .aafp_color-theme-mid-green-mid {
  color: rgb(108, 179, 63);
}
[color-mode=light] .aafp_color-theme-mid .aafp_color-theme-input {
  background-color: #f7f7f7;
  border: 1px solid rgb(229, 229, 229);
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-mid .aafp_table-toggler span {
  background: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_color-theme-mid .aafp_checkmark,
[color-mode=light] .aafp_color-theme-mid .aafp_radio {
  background-color: #f7f7f7;
}
[color-mode=light] .aafp_link-body {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_link-body:hover {
  color: rgb(67, 149, 57);
}
[color-mode=light] input[type=date]:after {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .form-control:disabled,
[color-mode=light] .form-control[readonly] {
  opacity: 0.7;
}
[color-mode=light] .switch-button {
  background-color: rgb(229, 229, 229);
}
[color-mode=light] .switch-button-checkbox + .switch-button-label:before {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .tabulator-header {
  background-color: rgb(67, 149, 57);
  color: rgb(255, 255, 255);
}
[color-mode=light] .tabulator-row.tabulator-row-even {
  background-color: #eeeeee;
}
[color-mode=light] .tabulator-row.tabulator-row-odd .tabulator-frozen-left {
  background-color: rgb(255, 255, 255);
}
[color-mode=light] .tabulator .tabulator-footer .tabulator-paginator {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .tabulator .tabulator-footer .tabulator-page {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .tabulator .tabulator-footer .tabulator-page-size {
  background-color: rgb(242, 242, 242);
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .tabulator-tableholder::-webkit-scrollbar {
  margin-top: 7px;
  width: 10px;
}
[color-mode=light] .tabulator-tableholder::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 0.25rem;
}
[color-mode=light] .tabulator-tableholder::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 0.25rem;
}
[color-mode=light] .terminal-active,
[color-mode=light] .aafp_status-active {
  background-color: rgb(67, 149, 57);
  color: #f7f7f7;
}
[color-mode=light] .terminal-inactive,
[color-mode=light] .aafp_status-inactive {
  background-color: #b64e57;
  color: #f7f7f7;
}
[color-mode=light] .terminal-not-responding {
  background-color: rgb(252, 144, 3);
  color: rgb(255, 255, 255);
}
[color-mode=light] .aafp_table-placeholder-reverse {
  background-color: rgb(229, 229, 229);
}
[color-mode=light] .aafp_table-placeholder-reverse span {
  background: rgb(242, 242, 242);
}
[color-mode=light] .aafp_table-placeholder {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_table-placeholder span {
  background: rgb(229, 229, 229);
}
[color-mode=light] .text_theme-primary {
  color: #f7f7f7;
}
[color-mode=light] .btn_theme-primary {
  border: 2px solid rgb(67, 149, 57);
  background-color: rgb(67, 149, 57);
  color: rgb(242, 242, 242);
}
[color-mode=light] .btn_theme-primary:hover {
  border: 2px solid rgb(0, 93, 170);
  background-color: rgb(0, 93, 170);
  color: rgb(242, 242, 242);
}
[color-mode=light] .btn_theme-primary:disabled {
  opacity: 0.2;
}
[color-mode=light] .btn_theme-secondary {
  border: 2px solid rgb(0, 93, 170);
  background-color: rgb(0, 93, 170);
  color: rgb(242, 242, 242);
}
[color-mode=light] .btn_theme-secondary:hover {
  border: 2px solid rgb(67, 149, 57);
  background-color: rgb(67, 149, 57);
  color: rgb(242, 242, 242);
}
[color-mode=light] .btn_theme-warning {
  border: 2px solid rgb(221, 60, 50);
  background-color: rgb(221, 60, 50);
  color: #f7f7f7;
}
[color-mode=light] .btn_theme-warning:hover {
  border: 2px solid rgb(255, 69, 58);
  background-color: rgb(255, 69, 58);
  color: #f7f7f7;
}
[color-mode=light] .btn_theme-outline {
  border: 2px solid #454655;
  background-color: inherit;
  color: #454655;
}
[color-mode=light] .btn_theme-outline:hover {
  border: 2px solid #454655;
  background-color: #454655;
  color: #f7f7f7;
}
[color-mode=light] .aafp_checkbox-container input:checked ~ .aafp_checkmark {
  background-color: rgb(67, 149, 57);
}
[color-mode=light] .aafp_checkbox-container .aafp_checkmark:after {
  border: solid #f7f7f7;
  border-width: 0 3px 3px 0;
}
[color-mode=light] .aafp_checkbox-container:hover input ~ .aafp_checkmark {
  background-color: rgb(142, 142, 147);
}
[color-mode=light] .aafp_radio-container input:checked ~ .aafp_radio {
  background-color: rgb(67, 179, 67);
}
[color-mode=light] .aafp_radio-container .aafp_radio:after {
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f7f7f7;
}
[color-mode=light] .aafp_radio-container:hover input ~ .aafp_radio {
  background-color: rgb(142, 142, 147);
}
[color-mode=light] .aafp_select-data {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_select-data .aafp_dropdown-content {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_select-data .aafp_dropdown-content input {
  background-color: rgb(229, 229, 229);
}
[color-mode=light] .aafp_select-data .aafp_dropdown-content a {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_drop-disabled {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_filter-dropdown-multi {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content input {
  background-color: rgb(255, 255, 255);
}
[color-mode=light] .aafp_filter-dropdown-multi .aafp_filter-dropdown-content a {
  color: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .aafp_modal-dialog,
[color-mode=light] .aafp_modal-warning-dialog {
  background-color: rgb(229, 229, 229);
}
[color-mode=light] .modal_warning-body {
  border: 2px solid #333;
  background-color: #FDDA0D;
}
[color-mode=light] .modal_warning-body > .icon-container i {
  color: #333;
}
[color-mode=light] .d-active {
  background-color: rgb(67, 149, 57);
  color: rgb(255, 255, 255);
}
[color-mode=light] .d-inactive {
  background-color: rgb(252, 144, 3);
  color: rgb(255, 255, 255);
}
[color-mode=light] .aafp_theme-glass {
  background: linear-gradient(to right bottom, rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.3));
}
[color-mode=light] .aafp_widget,
[color-mode=light] .aafp_terminal-card {
  border: 3px solid rgb(0, 93, 170);
}
[color-mode=light] .aafp_form-selection-container,
[color-mode=light] .aafp_customer-result-container,
[color-mode=light] .aafp_list-result-container,
[color-mode=light] .aafp_cardgroup-term-result-container {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_form-selection-container > div,
[color-mode=light] .aafp_customer-result-container > div,
[color-mode=light] .aafp_list-result-container > div,
[color-mode=light] .aafp_cardgroup-term-result-container > div {
  background-color: rgb(255, 255, 255);
  border: 2px solid rgb(255, 255, 255);
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
  transition: 0.2s all ease-in-out;
}
[color-mode=light] .aafp_form-selection-container > div:hover,
[color-mode=light] .aafp_customer-result-container > div:hover,
[color-mode=light] .aafp_list-result-container > div:hover,
[color-mode=light] .aafp_cardgroup-term-result-container > div:hover {
  border: 2px solid rgba(51, 51, 51, 0.8);
  transition: 0.2s all ease-in-out;
}
[color-mode=light] .aafp_form-selection-container::-webkit-scrollbar,
[color-mode=light] .aafp_customer-result-container::-webkit-scrollbar,
[color-mode=light] .aafp_list-result-container::-webkit-scrollbar,
[color-mode=light] .aafp_cardgroup-term-result-container::-webkit-scrollbar {
  width: 10px;
}
[color-mode=light] .aafp_form-selection-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_customer-result-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_list-result-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_cardgroup-term-result-container::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_form-selection-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_customer-result-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_list-result-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_cardgroup-term-result-container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_scroll-area {
  resize: vertical;
}
[color-mode=light] .aafp_scroll-area::-webkit-scrollbar {
  width: 10px;
}
[color-mode=light] .aafp_scroll-area::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_scroll-area::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_scroll-area::-webkit-resizer {
  background-color: rgb(193, 193, 193);
}
[color-mode=light] .aafp_cardgroup-term-tax-container > div,
[color-mode=light] .aafp_customer-container > div,
[color-mode=light] .aafp_partner-container > div,
[color-mode=light] .aafp_terminal-container > div,
[color-mode=light] .aafp_card-group-container > div {
  background-color: rgb(242, 242, 242);
}
[color-mode=light] .aafp_cardgroup-term-tax-container > div i,
[color-mode=light] .aafp_customer-container > div i,
[color-mode=light] .aafp_partner-container > div i,
[color-mode=light] .aafp_terminal-container > div i,
[color-mode=light] .aafp_card-group-container > div i {
  color: #b64e57;
  cursor: pointer;
}
[color-mode=light] .aafp_cardgroup-term-tax-container::-webkit-scrollbar,
[color-mode=light] .aafp_customer-container::-webkit-scrollbar,
[color-mode=light] .aafp_partner-container::-webkit-scrollbar,
[color-mode=light] .aafp_terminal-container::-webkit-scrollbar,
[color-mode=light] .aafp_card-group-container::-webkit-scrollbar {
  width: 10px;
}
[color-mode=light] .aafp_cardgroup-term-tax-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_customer-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_partner-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_terminal-container::-webkit-scrollbar-track,
[color-mode=light] .aafp_card-group-container::-webkit-scrollbar-track {
  background-color: #e5e5e5;
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_cardgroup-term-tax-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_customer-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_partner-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_terminal-container::-webkit-scrollbar-thumb,
[color-mode=light] .aafp_card-group-container::-webkit-scrollbar-thumb {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  border-radius: 0.5rem;
}
[color-mode=light] .aafp_category-toggler span,
[color-mode=light] .aafp_table-toggler span {
  background: rgba(51, 51, 51, 0.8);
}
[color-mode=light] .pin-pool-widget {
  background-color: rgb(229, 229, 229);
}

/*# sourceMappingURL=style.css.map */
