* {
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
}

::-webkit-input-placeholder {
  color: #aab7c5 !important;
}
:-moz-placeholder {
  color: #aab7c5 !important;
  opacity: 1;
}
::-moz-placeholder {
  color: #aab7c5 !important;
  opacity: 1;
}
:-ms-input-placeholder {
  color: #aab7c5 !important;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: auto;
  min-height: 100vh;
  color: #292F47;
  background-color: #f6f9fc;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto,
  'Helvetica Neue', Arial, sans-serif;
}

.container-fluid {
  padding: 0;
}

.secondary-navbar {
  background-color: #fff;
  padding: 0px;
  box-shadow: 0px 0px 4px rgba(50, 50, 93, 0.35);
}

.account-selector {
  background-color: #ededf6;
  border-radius: 5px;
}

.account-selector .dropdown-toggle {
  padding: 0;
  border: 0 none;
}

.account-selector .dropdown-toggle::after {
  visibility: hidden;
  position: relative;
  border-top: 0.35em solid;
  border-right: 0.35em solid transparent;
  border-left: 0.35em solid transparent;
  margin: 0 8px;
}

.account-selector:hover .dropdown-toggle::after {
  visibility: visible;
}

.account-selector .dropdown-toggle:hover,
.account-selector .dropdown-toggle.show {
  color: #292f45;
  border: none;
}

.account-selector .avatar {
  height: 35px;
  border-radius: 50%;
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
  0 1px 3px -1px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  float: left;
  width: 35px;
  padding: 3px 7px;
  margin-top: -1px;
  margin-right: 8px;
}

.account-selector .avatar img {
  height: 22px;
}

.account-selector .account-details {
  float: left;
}

.account-selector h1 {
  font-size: 1rem;
  font-weight: 100;
  font-family: Barlow;
  margin: 0px 0 0;
  letter-spacing: .5px;
  text-align: left;
}

.account-selector h2 {
  color: #8898aa;
  font-size: .7rem;
  font-weight: 500;
  margin: 0;
  text-align: left;
  margin-top: 1px;
}

.account-selector .dropdown-menu {
  box-shadow: 0px 0px 5px #aaa;
  border: 0;
  margin-top: 2px;
  padding: 0;
}

.account-selector .dropdown-menu li {
  padding: 10px 80px 10px 10px;
  position: relative;
}

.account-selector .dropdown-menu li .selected-text {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: .8rem;
  color:#fff;
}

.account-selector .dropdown-menu li .selected-text {
  display: none;
  position: absolute;
  bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .7rem;
  right: 12px;
}

.account-selector .dropdown-menu li:first-child {
  border-radius: 5px 5px 0px 0px;
}

.account-selector .dropdown-menu li:last-child {
  border-radius: 0px 0px 5px 5px;
}

.account-selector .dropdown-menu li:not(.selected):not(.new):hover {
  background-color: #dee1ee;
  cursor: pointer;
}

.account-selector.dropdown {
  padding: 5px;
  box-shadow: inset 0px 0px 3px #aaa;
}

.account-selector .dropdown-menu li.selected {
  background-color: #0C3C60;
  color: #fff;
}

.account-selector .dropdown-menu li.selected .selected-text {
  display: block;
}

.account-selector .dropdown-menu li:not(.selected):hover .selected-text {
  display: block;
  color: #0C3C60;
}

.account-selector .new-account-link {
  color: #0C3C60;
  font-weight: 500;
}

.account-selector .remove-account-link {
  color: #b30a1f;
  font-weight: 500;
}

.secondary-navbar .sections {
  display: flex;
  align-items:center;
  flex-wrap: wrap;
}

.secondary-navbar .sections a {
  margin: 6px 0px 6px 0;
  padding: 0px 12px 1px;
  border-radius: 20px;
  font-family: Barlow;
  font-size: 1rem;
}

.secondary-navbar .sections a.active {
  background-color: #0C3C60;
  pointer-events: none;
  color: #fff;
}

.secondary-navbar .sections a:hover {
  text-decoration: none;
  background-color: #eee;
}

.secondary-navbar .sections a.active:hover {
  background-color: #0C3C60;
  color: #fff;
  cursor: auto;
}

.secondary-navbar .sections a.disabled {
  pointer-events: none;
  color: #ccc;
  cursor: not-allowed;
  text-decoration: none;
}

.secondary-navbar .toggle-test-mode {
  margin: 6px 10px 6px 0;
  padding: 0px 12px 1px;
  font-family: Barlow;
  font-size: 1rem;
  color: #c84801;
  display: flex;
  height: 25px;
}

.secondary-navbar .toggle-test-mode.off {
  color: #999;
}

.view {
  padding-top: 30px;
}

.flow-section-container {
  display: flex;
  width: 100%;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}

.flow-section-half {
  max-width: calc(50% - 20px);
  flex-grow: 1;
  position: relative;
  padding-bottom: 50px;
  min-width: calc(50% - 20px);
}

section {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.navigation {
  padding-top: 20px;
  position: relative;
  height: 70px;
  margin-bottom: 20px;
}

.navigation .logo {
  height: 50px;
  position: absolute;
  top: 20px;
  right: 0;
  width: 100px;
  text-align: right;
}

.navigation .logo img {
  height: 100%;
}

header {
  width: 100%;
  color: #fff;
  background-color: #0C3C60;
}

h1 {
  font-size: 1.5rem;
  font-weight: bold;
}

a {
  color: #0c3c60;
  text-decoration: none;
  cursor: pointer;
}

a.disabled {
  color: lightgray;
  text-decoration: none !important;
  cursor: default;
  pointer-events: none;
}

a:hover {
  text-decoration: underline;
}

#content {
  margin-bottom: 50px;
}

#content.dashboard {
  margin-bottom: 250px;
}

.google-signin,
.apple-signin {
  height: 42px;
  position: relative;
  border-radius: 20px;
  display: flex;
  padding: 8px 20px;
  font-weight: 600;
  gap: 5px;
  flex: 1;
  justify-content:center;
}

.google-signin {
  background-color: #f9f9f9;
  color: #595959;
  border: 1.5px solid #595959;
}

.apple-signin {
  background-color: #000;
  color: #fff;
  border: 1.5px solid #000;
}

.google-signin:hover,
.apple-signin:hover {
  text-decoration: none;
}

.google-signin .paymentMethodIcon,
.apple-signin .paymentMethodIcon {
  position: relative;
  top: 1.5px;
}

.navbar .logo img {
  height: 30px;
}

.navbar .navbar-collapse {
  flex-direction: row-reverse;
}

.navbar .nav-link {
  text-transform: uppercase;
  font-family: Barlow;
  letter-spacing: 1px;
  margin-left: 40px;
  font-size: 1rem;
  display: flex;
  line-height: 20px;
}

.navbar .nav-link:hover {
  opacity: .5;
  text-decoration: none;
}

.nav-link img {
  height: 24px;
}

h1.title {
  font-family: 'Barlow';
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 25px;
}

h1.title.short-form {
  margin-bottom: 0;
}

.no-account-linked .magento {
  height: 50px;
  margin: -10px 0 20px
}

.no-account-linked-or {
  width: 100%;
  border-top: 1px solid #ddd;
  position: relative;
  top: 35px;
  text-align: center;
}

.no-account-linked-or h1 {
  position: relative;
  top: -10px;
  text-transform: uppercase;
  color: #aaa;
  font-size: 1rem;
  font-family: Barlow;
  background-color: #f6f9fc;
  width: 50px;
  margin: 0 auto;
}

.banner {
  color: white;
  width: 100%;
  min-height: 44px;
  line-height: 44px;
}

.banner.welcome {
  background: #15b67c;
}

.banner.admin-mode {
  background: #FBC436;
  color: #886918;
}

.banner.notification img,
.banner.admin-mode img {
  opacity: .5;
  height: 24px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

.banner.notification {
  background: #FBC436;
  color: #886918;
  position: relative;
}

.banner.notification a {
  color: #886918;
  text-decoration: underline;
}

.banner.notification a:hover {
  color: #333;
  text-decoration: none;
}

.message {
  margin: 0 auto;
}

/* Footer */
footer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
}

.annotation {
  background: #fff;
  box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25),
  0 8px 16px -8px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  max-width: 800px;
  margin: 25px auto;
  padding: 10px 22px;
  font-size: 16px;
  font-weight: bold;
  line-height: 22px;
}

.annotation.small {
  max-width: 500px;
}

.annotation h4 {
  color: #525f7f;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 15px;
}

.annotation ol {
  font-weight: 400;
  font-size: 14px;
  color: #525f7f;
  margin-left: 16px;
}

.annotation p {
  font-size: 15px;
  font-weight: 400;
  color: #6a7c94;
  margin: 0;
}

.annotation.info strong {
  display: block;
}

.annotation a {
  font-weight: 400;
  color: #0C3C60;
}

.annotation.card {
  position: absolute;
  left: 25px;
  bottom: 25px;
  margin: 0;
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 20px;
  max-width: 500px;
  animation: slide-in-vertical 0.4s cubic-bezier(0.23, 1, 0.32, 1) both 0.2s;
}

.annotation.card p {
  color: #51586d;
  font-size: 14px;
}

.annotation.card p + p {
  margin-top: 10px;
}

.annotation.card form {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 0;
}

.annotation.card form.right {
  text-align: right;
}

.annotation.card input[type='submit'],
.annotation.card button {
  margin: 0;
  width: auto;
  display: inline-block;
  margin-right: 10px;
}
.annotation.card input[type='submit'].primary-action,
.annotation.card button.primary-action {
  background: #556cd6;
  color: #fff;
}

.annotation.card.hidden {
  display: none;
}

.annotation a.show-more {
  display: none;
  text-decoration: none;
}

.annotation a.show-more.expanded {
  display: none;
}

.form.login, .form.signup {
  min-height: 225px;
  width: 450px;
  margin: 15px auto;
}

.signup-form section {
  padding: 30px 10px;
}

.form h2 {
  margin: 30px 0 15px;
  font-size: 19px;
  font-weight: 500;
  color: #32315e;
  text-align: center;
}

.form h4 {
  margin: 15px 0;
  color: #8798ab;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}


.form input[type='submit'],
.form button,
.form a.button {
  text-align: center;
}

.form label {
  color: #8798ab;
}

.social-signin .or-separator {
  border-top: 1px solid #ddd;
  color: #ccc;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  top: 15px;
  margin-bottom: 15px;
}

.social-signin {
  text-align: center;
}

.social-signin .or-separator .or {
  background-color: #f6f9fc;
  position: relative;
  top: -12px;
  font-family: Barlow;
  padding: 10px;
}

.options label {
  padding: 0 40px;
}

.options strong {
  display: inline-block;
  margin-left: 5px;
}

.options span {
  display: block;
  margin-left: 20px;
}

form {
  position: relative;
  width: 100%;
  font-size: 15px;
}

.tabbed {
  display: none;
}

.view .nav-pills {
  margin: 30px 0 20px;
}

.nav-pills .nav-item {
  margin: 0px 5px;
}

.nav-pills .nav-item:first-child {
  margin-left: 0;
}

.nav-pills .nav-item:last-child {
  margin-right: 0;
}

.nav-pills .nav-link {
  font-weight: 400;
  font-size: 1rem;
}

.nav-pills .nav-link:not(.active) {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #444;
  letter-spacing: .8px;
}

.nav-pills .nav-link.active {
  letter-spacing: .5px;
  background-color: transparent;
  color:#0C3C67;
  border: 2px solid #0c3c67;
  position: relative;
  top: -1.1px;
  cursor: auto;
  font-weight: 600;
}

.nav-pills .nav-link.disabled {
  background-color: #efefef;
  border: 1px solid #efefef;
  color: #aaa;
}

.nav-pills .nav-item a:hover:not(.active) {
  text-decoration: none;
  background-color: #ededf6;
}

.nav-pills .nav-link.active:hover {
  text-decoration: none;
}

.dynamic-section-content .loading-records {
  width: 100%;
  min-height: 200px;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

form aside {
  margin: -30px auto 0;
  line-height: 1.3em;
  font-size: 13px;
  text-align: right;
  color: #8798ab;
}

.form-label {
  margin-bottom: 0.2rem;
  color: #525764;
  font-size: .9rem;
}

.view .filter .form-label {
  font-weight: 500;
  font-size: .8rem;
}

.view .filters {
  width: 100%;
  position: relative;
}

.filters.filtersContainer {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.view .filters .open-filter {
  position: absolute;
  top: -40px;
  right: 0;
  margin: 0;
  padding: 4px 10px;
  font-family: "Barlow";
  font-size: .8rem;
  text-transform: uppercase;
  color: #444;
}

.view .filters .open-filter img.funnel {
  opacity: .75;
  height: 12px;
  margin: -3px 4px 0 0;
}

.view .filters .open-filter img.arrow {
  opacity: .75;
  height: 12px;
  margin: -2px 0px 0 12px;
}

.view .filters .open-filter.open img.arrow {
  transform: rotate(180deg);
}

.view .filters .box {
  background-color: #ededf6;
  padding: 5px 5px 5px;
  box-shadow: 0 2px 4px 0px rgba(50, 50, 93, 0.35);
  border-radius: 3px;
}

.view .filters-container {
  display: flex;
  flex-wrap: wrap;
}

.view .filters .apply-filter {
  max-height: 30px;
  margin: 0px 0px 0 10px;
}

.view .filters .clear-filter {
  float: right;
  margin: 0px 0px 0 0px;
  padding: 5px;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .8rem;
  font-family: 'Barlow';
  padding: 10px 10px;
  line-height: 10px;
  text-transform: uppercase;
}

.view .filters-container .filter {
  margin: 0px 5px 5px;
}

.view .filters-container .filter.actions {
  flex: 1;
  position: relative;
  display: flex;
  justify-content: flex-end; /* Align items to the right */
  align-items: flex-end;
}

.view .filters-container .filter select {
  padding: 5px 10px 3.82px;
  min-width: 145px;
}

.view .filters-container .filter input {
  width: 100%;
  height: 30px;
  color: var(--bs-body-color);
}

.view .filters-container .filter input:disabled,
input.form-control:disabled {
  color: #aaa;
}

.filter input.order-id {
  min-width: 120px;
}

.filter input.date {
  max-width: 140px;
  min-width: 140px;
}

.filter input.id,
.filter input.email {
  max-width: 180px;
  min-width: 180px;
}

.filter input.amount {
  max-width: 110px;
  min-width: 110px;
}

fieldset {
  position: relative;
  min-width: 0;
  border-style: none;
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 25px;
}

fieldset .row {
  display: flex;
  align-items: flex-end;
  position: relative;
  width: 100%;
  padding: 12px 20px 13px;
}

fieldset .row:not(.hidden) ~ .row {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

fieldset .row::before {
  content: attr(label);
  width: 130px;
  padding-right: 20px;
  color: #8798ab;
  font-weight: 500;
  text-align: right;
}

fieldset .row.select::after {
  content: '';
  position: absolute;
  width: 9px;
  height: 5px;
  right: 20px;
  top: 50%;
  margin-top: -2px;
  background-image: url(/images/dropdown.svg);
  pointer-events: none;
}

fieldset .row input {
  flex: 1;
  border-style: none;
  font-size: 15px;
  outline: none;
  color: #313b3f;
}

fieldset .row select {
  flex: 1;
  padding-right: 25px;
  border-style: none;
  outline: none;
  -webkit-appearance: none;
  font-size: 15px;
  outline: none;
  color: #313b3f;
  cursor: pointer;
  background: transparent;
}

fieldset .row select:focus {
  color: #00b67c;
}

fieldset .row.date span {
  padding-right: 10px;
  color: #aab7c5;
  font-weight: 500;
}

fieldset .row.date input {
  flex: 0;
  min-width: 35px;
}

fieldset .row.date input:last-child {
  flex: 1;
}

input[type='submit'],
button.primary-control,
button.danger-control,
button.secondary-control,
a.button {
  display: block;
  padding: 8px 20px;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 4px 1px rgba(50, 50, 93, 0.35);
  font-size: 14px;
  font-weight: 500;
  color: #444;
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
}

button.secondary-control:hover,
button.secondary:hover {
  background-color: #ededf6;
}

button.secondary {
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .8rem;
  font-family: 'Barlow';
  padding: 10px 10px;
  line-height: 10px;
  text-transform: uppercase;
  border-style: none;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 3px 1px rgba(50, 50, 93, 0.25);
  color: #444;
  cursor: pointer;
}

#modalSettingsAddCollaborator .invite-content {
  display: flex;
}

.modal-title {
  font-family: "Barlow";
  text-transform: uppercase;
  color: #0C3C60;
  letter-spacing: 1px;
}

.modal h3 {
  font-family: 'Barlow';
  font-size: 1.2rem;
}

.modal {
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

#dashboard-modal-two-factor ul {
  list-style: decimal;
  font-size: .9rem;
  padding-left: 1rem;
}

#dashboard-modal-two-factor .qrcode {
  text-align: center;
}

#dashboard-modal-two-factor .qrcode img {
  width: 150px;
}

#dashboard-modal-two-factor p {
  font-size: .9rem;
}

#dashboard-modal-two-factor p.secret {
  text-align: center;
}

#dashboard-modal-two-factor .verify-code {
  text-align: center;
  font-size: 1.2rem;
}

input[type='submit']:hover,
button:hover,
a.button:hover {
  text-decoration: none;
  outline: 0;
}

input[type='submit']:active,
button:active,
a.button:active {
  outline: 0;
}

.button.primary,
button.primary,
input[type='submit'].primary {
  font-family: 'Barlow';
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #fbc436;
  color: #333;
  height: 44px;
  margin: 30px 0 0 0;
  padding: 0 22px;
  line-height: 44px;
}

button.primary:disabled,
.button.primary:disabled,
input[type='submit'].primary:disabled {
  background: #e6ebf1;
  color: #aab7c4;
  cursor: default;
}

.control input:disabled {
  background-color: #eee;
  color: #aaa;
  cursor: auto;
  box-shadow: none;
  border-color: #ddd;
}

.control input:disabled::placeholder {
  color: #ddd !important;
  opacity: 1; /* Firefox */
}

.control input:disabled::-ms-input-placeholder { /* Edge 12 -18 */
  color: #ddd !important;
}

input[type='submit'].secondary {
  color: #313b3f;
  background: #fff;
}

input[type='submit'].secondary:active {
  background: #f5f6f7;
}

button:hover,
a.button:hover {
  text-decoration: none;
}

form a.button {
  text-align: center;
}

.user {
  display: flex;
  width: 100%;
  padding: 10px 10px 5px;
  background-color: #ededf6;
  margin: 25px 0;
  box-shadow: 0 2px 4px 0px rgba(50, 50, 93, 0.35);
  border-radius: 5px;
  position: relative;
  cursor: pointer;
}

.change-stripe-account {
  float: right;
  position: relative;
  font-size: .8rem;
  top: -18px;
}

.user .block {
  position: relative;
  color: #292f45;
}

.user .block + .block {
  margin-left: 40px;
}

.user .block h1 {
  font-size: 1.6rem;
  font-weight: 100;
  font-family: Barlow;
  margin-bottom: 5px;
}

#dashboard-modal-change-account .account-list h1 {
  font-size: 1.3rem;
  font-weight: 100;
  font-family: Barlow;
  margin-bottom: 5px;
}

#dashboard-modal-change-account .account-list h2,
.user .block h2 {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
}

.user .block p {
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 0;
}

.user .block a.change-stripe-account {
  font-size: .8rem;
  position: absolute;
  right: 0px;
  top:0px;
}

.user .block.profile {
  flex: 1;
  padding-left: 65px;
}

.user .settings {
  width: 20px;
  height: 20px;
  opacity: .5;
}

.user:hover .settings {
  opacity: 1;
}

.user .block.profile .avatar {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 27px;
  left: 3px;
  margin-top: -25px;
  border-radius: 50%;
  box-shadow: 0 2px 5px -1px rgba(50, 50, 93, 0.25),
  0 1px 3px -1px rgba(0, 0, 0, 0.3);
  background-color: #f5f5fa;
}

.user .block.profile .avatar img {
  width: 30px;
  margin: 10px;
  opacity: .8;
}

.testmodeBadge {
  font-size: .8rem;
  color: #9e4212;
  font-weight: 600;
  letter-spacing: 0;
  background-color: #f8e5b9;
  padding: 2px 5px;
  border-radius: 3px;
  margin-left: 5px;
  position: relative;
  top: -5px;
  white-space: nowrap;
}

.account-selector .testmodeBadge {
  top: -2px;
  padding: 1px 5px;
  font-size: .7rem;
}

.user .block.stripe input[type='submit'] {
  font-size: 16px;
  font-weight: 500;
  text-transform: unset;
  letter-spacing: 0;
  height: 43px;
  margin: 30px 0 0 0;
  margin: 2px 0 14px;
  min-width: 150px;
  text-align: center;
}

.user .block.stripe p {
  text-align: center;
}

#dashboard-modal-change-account .account-list {
  list-style: none;
  padding: 0;
  background-color: #f6f9fc;
  border: 1px solid #eee;
  border-radius: 5px;
  margin: 0;
}

#dashboard-modal-change-account a.add-another {
  float: right;
  font-size: .9rem;
  margin-top: 5px;
}

#dashboard-modal-change-account .testmodeBadge {
  font-size: .7rem;
  top: -3px;
  padding: 2px 4px;
}

#dashboard-modal-change-account .account-list li:first-child {
  border-radius: 5px 5px 0 0;
}

#dashboard-modal-change-account .account-list li:last-child {
  border-radius: 0px 0px 5px 5px;
}

#dashboard-modal-change-account .account-list li:only-child {
  border-radius: 5px;
}

#dashboard-modal-change-account .account-list li {
  border-bottom: 1px solid #eee;
  padding: 9px 12px 2px;
  position: relative;
}

#dashboard-modal-change-account .account-list li .selected-text {
  display: none;
  position: absolute;
  bottom: 8px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: .7rem;
  right: 12px;
}

#dashboard-modal-change-account .account-list li:not(.selected):not(.new):hover {
  background-color: #dee1ee;
  cursor: pointer;
}

#dashboard-modal-change-account .account-list li.selected {
  background-color: #0C3C60;
  color: #fff;
}

#dashboard-modal-change-account .account-list li.selected .selected-text {
  display: block;
}

#dashboard-modal-change-account .account-list li:not(.selected):hover .selected-text {
  display: block;
  color: #0C3C60;
}

#dashboard-modal-change-account .account-list li.new {
  display: none;
  height: 60px;
  padding: 15px 12px;
}

#dashboard-modal-change-account .account-list li.new input {
  height: 30px;
  min-width: 250px;
}

#dashboard-modal-change-account .account-list li.new button {
  margin: 0;
  padding: 0px 15px;
  height: 30px;
  margin-left: auto;
}

.integrations section,
.view section {
  margin: 10px 0 50px;
  position: relative;
  width: 100%;
  align-items: flex-start;
}

.integrations section h4,
.view section h4,
.flow-section-half h4,
h4.title {
  margin-bottom: 10px;
  font-size: 1.3rem;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.overview section h4 {
  width: 100%;
  padding-bottom: 10px;
}

.balances {
  width: 100%;
  margin: 0 auto;
  align-items: flex-start;
}

.balances h3 {
  font-weight: 200;
  letter-spacing: 1px;
}

.balances h2 {
  font-weight: 400;
  font-size: 1.8rem;
  margin: 0;
}

.balances-list {
  display: none;
  align-items: center;
  position: relative;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 0;
  flex-wrap: wrap;
}

.balances-list .balance {
  flex: 1;
  position: relative;
  border-left: 2px solid #0C3C60;
  padding: 0px 10px;
}

.balances-list h6 {
  font-family: Barlow;
  margin-bottom: 5px;
  font-size: .9rem;
}

.balances-list h1 {
  font-family: Barlow;
  margin: 0px 0 10px;
  font-size: 1rem;
  text-transform: uppercase;
}

.balances-list .info-icon {
  font-size: .7rem;
}

.balances-list .balance .currency {
  font-size: .8rem;
  color: gray;
  margin-left: 5px;
  font-family: Barlow;
}

.balances .balances-loading,
.section-title-inline-loader {
  display: inline-block;
}

.balances-list .currencyBalance {
  display: block;
  background-color: #fff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 5px;
  width: 100%;
}

.balances-list .balancesContainer {
  display: flex;
}

.section-title-inline-loader img,
.balances .balances-loading img {
  height: 15px;
  margin-left: 10px;
  position: relative;
  top: -2px;
}

.view section .list .cell.header {
  font-weight: bold !important;
  color: #82909b !important;
}

.view .records-found {
  display: none;
  width: 100%;
  position: relative;
}

.view .records-found .table-loading {
  position: absolute;
  width: 100%;
  height: calc(100% - 50px);
  background-color: rgba(0,0,0,0.2);
  top: 50px;
  text-align: center;
  display: none;
}

.view .records-found .table-loading img {
  height: 40px;
  opacity: .5;
  position: relative;
  top: calc(50% - 20px);
}

.empty-box,
.view .no-records,
.view .not-enough,
.view section .no-transactions,
.view .no-account-linked {
  width: 100%;
  min-height: 200px;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.view .not-enough {
  display: none;
  height: 350px;
}

.dynamic-section-content {
  width: 100%;
}

.dynamic-section-content .records-found,
.dynamic-section-content .no-records {
  display: none;
}

.loading-records img {
  width: 40px;
  opacity: .3;
}

.view .no-account-linked {
  margin-top: 50px;
}

.view section .no-transactions .icon {
  width: 52px;
  height: 52px;
  background-image: url(/images/transactions.png);
  background-size: 100%;
}

.view .no-records .icon {
  width: 52px;
  height: 52px;
  background-image: url(/images/empty.png);
  background-size: 100%;
}

.view .not-enough img {
  width: 52px;
  height: 52px;
}

.empty-box h1,
.view .no-records h1,
.view .loading-records h1,
.view section .no-transactions h1,
.view .no-account-linked h1,
.view .not-enough p {
  color: #b8bdc8;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow;
}

.view section tbody tr {
  cursor: pointer;
}

#automationsItemsTbody tr {
  cursor: auto;
}

.view section.payouts tbody tr {
  display: none;
}

.defaultTable,
.integrations table,
.view table {
  width: 100%;
  border-spacing: 0;
}

.defaultTable tbody,
.integrations tbody,
.view tbody {
  background-color: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.15);
}

.defaultTable th.table-cell,
.integrations table th.table-cell,
.view table th.table-cell {
  padding: 15px 15px;
  color: #333;
  font-size: 0.8rem;
  font-weight: 200;
  letter-spacing: 1px;
  text-align: left;
  font-family: "Barlow";
}

.dashboard .payout-sidebar table th.table-cell,
.sidebar.payment table th.table-cell,
.dashboard .account-info-sidebar table th.table-cell
{
  padding: 15px 12px 10px;
  font-size: 0.8rem;
}

.view table tr.selected td.table-cell {
  background-color: #0C3C60;
  color: #fff;
}

.integrations table td.table-cell,
.view table td.table-cell {
  padding: 12px 15px;
  color: #61697c;
  font-size: 0.85rem;
}

.defaultTable td.table-cell,
.dashboard .payout-sidebar table td.table-cell,
.sidebar.payment table td.table-cell,
.dashboard .account-info-sidebar table td.table-cell {
  padding: 10px 12px;
  color: #61697c;
  font-size: 0.85rem;
}

.integrations table tbody td,
.view table tbody td {
  border-top: 1px solid #eee;
}

.integrations table tbody tr:first-child td,
.view table tbody tr:first-child td {
  border-top: 0 none;
}

.view table .table-cell.amount {
  text-align: right;
}

.view table .table-cell.date {
  white-space: nowrap;
}

.integrations .table-container,
.view .table-container {
  width: 100%;
}

.sidebar .table-container {
  padding: 0px 10px 0px;
  background-color: #efefef;
  margin-top: 10px;
  border-radius: 5px;
  display: none;
  position: relative;
}

.view table .table-cell.currency {
  max-width: 40px;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
  font-size: .8rem;
}

.view table .table-cell.status {
  padding-right: 0;
  text-align: left;
}

.view table .table-cell.email {
  inline-size: min-content;
  overflow-wrap: break-word;
  white-space: nowrap;
}

.integrations table .table-cell,
.view table .table-cell {
  font-size: 0.8rem;
}

.table-controls {
  display: flex;
  width: 100%;
  margin: 0 0 10px;
}

.tableIcon {
  width: 16px;
  height: 16px;
  border: 0;
  background-color: #fff;
  background-size: 100%;
  position: relative;
  top: 3px;
  opacity: .5;
}

.tableIcon.delete-collaborator {
  background-image: url('/images/remove-user.png');
}

.tableIcon.edit {
  background-image: url('/images/edit.png');
  opacity: .4;
  width: 18px;
  height: 18px;
  top: 4px;
  margin-left: 10px;
  filter: grayscale(100%);
}

.tableIcon.delete {
  background-image: url('/images/delete.png');
  opacity: .3;
  width: 18px;
  height: 18px;
  top: 4px;
  margin-left: 10px;
  filter: grayscale(100%);
}

.tableIcon.loading img {
  max-height: 16px;
  margin: -8px -8px;
  position: relative;
  top: -4px;
  right: auto;
}

.collaborators .delete-collaborator {
  background-image: url('/images/remove-user.png');
}

.settings .delete-ip {
  background-image: url('/images/remove-ip.png');
}

.settings .brand {
  padding-bottom: 20px;
}

.sidebar.payment .download-refund,
.tableIcon.download {
  background-image: url('/images/download.png');
}

.tableIcon.link {
  background-image: url('/images/external-link.png');
}

#accountCollaboratorsTableBody tr:hover .delete-collaborator,
#paymentRefundsTableBody tr:hover .download-refund,
#stripeAccountWhitelistedIps tr:hover .delete-ip,
tr:hover .tableIcon.iconButton {
  opacity: .7;
}

table .tableIcon.edit:hover {
  opacity: .9;
  filter: none;
}

table .tableIcon.delete:hover {
  opacity: .7;
}

#paymentRefundsTableBody tr:hover td,
#accountCollaboratorsTableBody tr:hover td,
#stripeAccountWhitelistedIps tr:hover td {
  color: #333;
}

#accountCollaboratorsTableBody tr.is-me td.table-cell {
  color: #bbb;
}

.relatedPayments td.receipt,
.relatedPayments th.receipt {
  padding: 15px 20px 15px 0 !important;
}

.top-error,
section .top-error,
.sidebar .error,
.modal .error,
.login .error,
.filterModal .error,
.error.specific,
.feedback.error {
  display: none;
  width: 100%;
  margin-bottom:10px;
  background-color: #e03e6f;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  overflow: auto;
}

.filters .error,
.modal .error,
.login .feedback,
.modal-success,
.error.specific {
  margin: 0 0 10px;
}

.error a {
  color: #ffd2df;
  text-decoration:underline;
}

.general.top-success,
.sidebar .feedback.success,
.login .feedback.success,
.modal .modal-success,
.feedback.success {
  display: none;
  width: 100%;
  margin-bottom:10px;
  background-color: #15b67c;
  color: #fff;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
}
.general.top-info,
.message-info {
  display: none;
  width: 100%;
  margin-bottom:10px;
  background-color: #c0e3ff;
  color: #0C3C60;
  padding: 10px;
  border-radius: 3px;
  font-size: 1rem;
  font-weight: 500;
  border: 1px solid #0c3c6030;
}

.warning,
.top-warning {
  width: 100%;
  background-color: #FBC436;
  color: #886918;
  padding: 10px;
  border-radius: 3px;
  font-size: .9rem;
  font-weight: 500;
  display: block;
}

.invite-message.warning p {
  color: #886918 !important;
}

.top-warning {
  display:none;
}

.warning p,
.top-info p,
.top-warning p,
.message-info p {
  margin: 0;
}

.general.top-error,
.general.top-warning,
.general.top-success,
.message-info {
  margin: 0 0 20px;
}

.top-error p,
.general.top-warning p,
.general.top-success p {
  margin: 0;
}

.message-info {
  display:block;
}

.dashboard .balances-controls {
  min-height: 65px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

#token {
  text-align: center;
  font-size: 1.5rem;
}

.control input[type=text],
.control select {
  padding: 10px 10px;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  color: #212529;
  /* font-family: "Barlow"; */
  /* letter-spacing: 1px; */
  /* font-weight: 100; */
  font-size: .8rem;
  min-width: 300px;
}

.control select {
  min-width: 0;
  padding: 5px 10px;
  width: -webkit-fill-available;
}

.control select:disabled {
  color: #aaa;
  box-shadow: none;
  border-color: #ddd;
}

.control button.primary-control,
input[type=submit] {
  text-transform: uppercase;
  margin: 0 0 0 0px;
  background-color: #0C3C60;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .8rem;
  font-family: 'Barlow';
  padding: 10px 10px;
  border: none;
  line-height: 10px;
}

.control button.primary-control:hover,
input[type='submit']:hover:enabled {
  background-color: #0e568d;
  color: #fff;
}

.control button.primary-control:disabled,
.control button.secondary-control:disabled,
.control button.secondary:disabled {
  background-color: #ddd;
  color: #aaa;
  cursor: auto;
  box-shadow: none;
}

.control button.danger-control:disabled {
  opacity: .5;
  cursor: auto;
  box-shadow: none;
}

.control button.danger-control {
  text-transform: uppercase;
  background-color: #e03e6f;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .8rem;
  font-family: 'Barlow';
  padding: 10px 10px;
  line-height: 10px;
  border: none;
}

.control button.danger-control:hover {
  background-color: #e75f88;
  color: #fff;
}

.control.search {
  display: flex;
  max-height: 30px;


}

.control.search button.reset {
  /*display: none;*/
}

.table-navigation {
  display: flex;
  padding: 10px 0 10px 5px;
  height: 45px;
  margin: 0;
  width: 100%;
  font-size: .8rem;
}

.table-navigation .buttons {
  margin-left: auto;
  display: flex;
}

.table-navigation .table-navigation-button {
  width: auto;
  font-size: .7rem;
  font-family: "Barlow";
  text-transform: uppercase;
  padding: 5px 10px;
  margin: 0 0 0 10px;
  box-shadow: 0 1px 5px 0px rgba(50, 50, 93, 0.25), 0 1px 3px -1px rgba(0, 0, 0, 0.3);
  letter-spacing: 1px;
  font-weight: 100;
  color: #444;
}

.table-navigation .table-navigation-button:disabled {
  box-shadow: none;
  background-color: #ddd;
  color: #aaa;
  cursor: auto;
}

.sidebar {
  position: fixed;
  height: 100vh;
  background-color: #fff;
  width: 500px;
  top: 0;
  right: 0;
  box-shadow: -10px 0px 20px rgba(0,0,0,.3);
  padding: 30px;
  z-index: 20;
  display: none;
  overflow-y: auto;
  color: #292f45;
}

.dashboard .payout-sidebar,
.dashboard .account-info-sidebar {
  width: 700px;
}

.settings-sidebar .control input {
  height: 30px;
  flex: 1;
  min-width: 0;
  max-width: 260px;
}

.sidebar .sidebar-header {
  margin-bottom: 10px;
}

.sidebar-close {
  position: absolute;
  right: 20px;
  top: 15px;
  width: 25px;
  height: 25px;
  opacity: 0.3;
  cursor: pointer;
}
.sidebar-close:hover {
  opacity: .6;
}
.sidebar-close:before,
.sidebar-close:after {
  position: absolute;
  left: 15px;
  content: ' ';
  height: 25px;
  width: 2px;
  background-color: #333;
}
.sidebar-close:before {
  transform: rotate(45deg);
}
.sidebar-close:after {
  transform: rotate(-45deg);
}

.sidebar .sidebar-header h4 {
  font-family: Barlow;
  color: lightgray;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 0;
  font-size: 1rem;
}

.sidebar .sidebar-header h1 {
  font-family: Barlow;
  margin: 0;
  font-size: 2rem;
}

.sidebar .sidebar-header h1 span {
  position: relative;
  top: -11px;
  margin-left: 5px;
  font-weight: 100;
}

.settings-sidebar .sidebar-header h1 {
  font-size: 1.5rem;
  margin-bottom: 5px;
}

.sidebar .sidebar-header p {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  margin-top: 3px;
}

.sidebar .details {
  margin-top: 30px;
  position: relative;
}

.sidebar .details .top-right-buttons {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}

.sidebar .details h2 .top-right-buttons {
  top: 4px;
  right: 0;
  padding: 2px 5px;
}

.sidebar .details h2 .top-right-buttons button {
  border: none;
  background-color: transparent;
}

.sidebar .details h2 .top-right-buttons button.add {
  padding: 0
}

.sidebar .details h2 .top-right-buttons img {
  height: 20px;
}

.sidebar .details h2 .top-right-buttons .add img {
  opacity: .5;
}

.sidebar .details .top-right-buttons button {
  padding: 7px 10px;
  font-size: .7rem;
}

.flow-section-half .top-right-buttons {
  display:flex;
  flex-flow: row-reverse;
  position: absolute;
  top: -2px;
  right: 0;
}

.flow-section-half .top-right-buttons button {
  margin-left: 10px;
  margin-right: 10px;
}

.flow-section-half .top-right-buttons button:first-child {
  margin-left: 0px;
  margin-right: 0px;
}

.sidebar .details h2 {
  font-family: Barlow;
  font-size: 1.1rem;
  position: relative;
}

.sidebar .action-bar {
  margin-top: 10px;
}

.sidebar .action-bar .control button {
  flex: 1;
  max-width: 72px;
  margin-left: auto;
}

.sidebar .two-factor .action-bar {
  position: absolute;
  top: 28px;
  right: 0;
}

.veil {
  display: none;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10;
}

.sidebar .details .row,
.flow-section-half .row {
  margin: 15px 0 0px;
  display: flex;
}

.flow-section-half .row h5,
.sidebar .details .row h5 {
  font-size: .9rem;
  font-weight: 400;
  flex: .7;
  color: #8898aa;
  margin: 0;
  padding: 0;
}

.sidebar .details .row h5 {
  padding-top: 2px;
}

.flow-section-half .row-right-container {
  width: auto;
  text-align: right;
  padding: 0;
}

.flow-section-half .row p,
.sidebar .details .row p {
  font-weight: 400;
  flex: 1;
  font-size: .9rem;
  margin-left: auto;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.flow-section-half .row p {
  line-height: 1.2;
}

.sidebar .bottom {
  position: fixed;
  bottom: 30px;
  width: 440px;
}

button.loading {
  color: #ccc;
  position: relative;
}

button.loading img {
  height: 24px;
  top: 50%;
  position: absolute;
  margin: -12px -12px;
  right: 50%;
}

#top .links a img {
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: 50%;
  margin-right: -10px;
}

#top .links a:hover img {
  height: 22px;
  margin-top: -11px;
  margin-right: -11px;
}

.sidebar .details .details-loader {
  display: none;
}

.sidebar .details .details-loader img {
  height: 15px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}

.login .register {
  text-align: center;
  margin-top: 20px;
}

.login form .control {
  position: relative;
  display: flex;
  gap: 20px;
}

.login .logInSubmit {
  display: none;
}

button.button.toggle {
  border-radius: 15px;
  padding: 2px;
  box-shadow: inset 0px 1px 5px #00000075;
  background-color: #15b67c;
}

button.button.toggle:hover {
  background-color: #15b67c;
}

button.button.toggle.off {background-color: #fff;box-shadow: inset 0px 1px 5px #aaa;}

button.button.toggle.off:hover {
  background-color: #fff;
}

button.button.toggle:disabled .knob {
  border: 0 none !important;
}

button.toggle .knob {
  background-color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-left: 22px;
  box-shadow: 0px 1px 5px #00000075;
}

button.button.toggle.off .knob {margin-right: 22px;margin-left: 0;border: 1px solid #0C3C67;box-shadow: 0px 1px 5px #aaa;}

.apps-sidebar .integrations-list {
  overflow-y: auto;
  margin-top: 50px;
  overflow-x: visible;
}

.apps-sidebar .integration {
  border-bottom: 1px solid #eaeaea;
  display: flex;
  position: relative;
  padding-bottom: 40px;
}

.apps-sidebar .integration .logo {
  margin-right: 20px;
}

.apps-sidebar .integration .logo img {
  height: 50px
}

.apps-sidebar .integration .description p {
  font-size: .9rem
}

.apps-sidebar .integration .configure-button {
  position: absolute;
  right: 5px;
  bottom: 10px;
}

/* CSS Animations */
@keyframes slide-in-horizontal {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: none;
  }
}

@keyframes slide-in-vertical {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: none;
    opacity: 1;
  }
}

.tag {
  padding: 1px 5px;
  border-radius: 3px;
  font-size: .75rem;
  font-weight: 500;
  letter-spacing: .3px;
  white-space: nowrap;
}

.tag.in-transit, .tag.processing {
  background-color: #cff5f6;
  color: #0055bc;
}

.tag.success {
  background-color: #d7f7c2;
  color: #006908;
}

.tag.neutral {
  background-color: lightgray;
  color: #545969;
}

.tag.danger {
  background-color: #ffe7f2;
  color: #b30a3d;
}

.tag.elevated {
  background-color: #fff0c0;
  color: #b42500;
}

.tag.fee {
  background-color: #9966ff;
  color: #fff;
  position: relative;
  top: -3px;
  font-size: .7rem;
  letter-spacing: 0;
  padding: 2px 4px;
}

.tag.violet {
  background-color: #9966ff;
  color: #fff;
}

.tag.yellow {
  background-color: #ffd518;
  color: #fff;
}

.tag.queued {
  background-color: #9966ff;
  color: #fff;
}

.error-text {
  color: #b30a3d;
}

.error p,
.success p {
  margin:0;
  color: #fff !important;
}

.login #siw-public-key {white-space: nowrap;padding: 9px 0;}

.login .log-in,
.login .verify {
  margin: 0 auto !important;
  font-size: 1.1rem !important;
  font-weight: 100 !important;
  padding: 15px 10px 16px !important;
  width: 100%;
  height: 42px;
}

.login .log-in.buttonProcessedOk,
.login .verify.buttonProcessedOk {
  padding: 2px 10px 0px !important;
}

.login .forgot-password {
  display: table;
  width: 100%;
}

.login .forgot-password a {
  font-size: .8rem;
  margin: 5px 0 0 auto;
  float: right;
}

.form-select:disabled {
  color: rgb(170, 170, 170);
}

.invite-message .email-address {
  opacity: .5;
}

.capture-once-message {
  margin-bottom: 10px
}

.cancel-message {
  margin-bottom: 10px
}

.charts-list {
  flex-direction: row;
  display: flex;
  width: 100%;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 20px
}

.charts-list .chart-container {
  height: 350px;
  margin: 20px 0 70px;
}

.charts-list .chart-container.long {
  width: 66%;
  min-width: 66%;
}

.charts-list .chart-container.full {
  width: 100%;
  min-width: 100%;
}

.chart-container.small {
  width: 30%;
  min-width: 30%;
}

.chart-container .loaded {
  display: none;
  height: 350px;
}

.chart-container .loading {
  width: 100%;
  background: #edf3f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  height: 100%;
}

.chart-container .loading img {
  width: 52px;
  height: 52px;
  background-size: 100%;
  opacity: .5;
}

.chart-container .loading p {
  color: #b8bdc8;
  font-size: 1rem;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Barlow;
}

.charts .dropdown {
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  margin: 0;
}

.charts .dropdown button {
  background-color: #ededf6;
  border-radius: 5px;
  margin: 0;
  padding: 1px 30px 1px 10px;
  border: 1px solid #aaa;
  font-size: 1rem;
  font-family: Barlow;
  position: relative;
  text-align: left;
}

.charts .dropdown button:disabled {
  opacity: 1;
  background-color: #ededf65e;
  border: 1px solid #aaaaaa80;
}

.charts .dropdown .dropdown-arrow {
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #212529;
  position: absolute;
  top: 11px;
  right: 10px;
}

.charts .dropdown button p {
  margin: 0;
  text-align: left;
}

.charts .dropdown button:disabled p {
  opacity: .5;
}

.charts .dropdown button::after {
  display: none;
}

.charts .dropdown .dropdown-item {
  font-family: Barlow;
  font-size: .9rem;
  padding-left: 5px;
}

.delete-collaborator {
  cursor: pointer;
}

.dashboard .dropdown .dropdown-item:hover {
  background-color: #ededf6;
  text-decoration: none;
}

.dashboard .dropdown .dropdown-item.active {
  background-color: #0C3C67;
  border-radius: 5px;
}

.dashboard .dropdown .dropdown-menu {
  margin-left: 0;
  box-shadow: 0px 3px 5px #00000033;
  padding: 5px;
  margin-top: 4px;
}

.stripe-account-section {
  display: none;
  position: relative;
}

.stripe-account-section.narrowSection {
  max-width: 800px;
  margin: 4px auto 0;
}

.create-standalone-buttons {
  display: flex;
}

.create-standalone-buttons button:first-child {
  margin-right: 15px;
}

.warning.top {
  margin-bottom: 8px;
  position: relative;
}

.warning.top:last-child {
  margin-bottom: 20px;
}

.warning.top p {
  margin-left: 30px;
}

.warning .sign {
  font-size: 1.3rem;
  position: absolute;
  top: 5px;
  left: 13px;
}

.undelined {
  text-decoration: underline;
}

.sidebar-layout {
  display: flex;
  width: 100%;
  align-items: flex-start;
}

.sidebar-layout-sidebar {}

.sidebar-layout-main {flex: auto;padding-top: 10px;}

.dispute .dispute-details {
  background-color: #fff;
  padding: 15px;
  min-width: 360px;
  max-width: 360px;
  margin-right: 30px;
  border-radius: 5px;
  border: 1px solid #ededed;
}

.dispute p {
  font-size: .9rem;
}

.dispute .dispute-main p {
  max-width: 75%;
}

.dispute .dispute-details h5 {
  text-transform: uppercase;
  color: #687385;
  font-size: 1rem;
  font-family: Barlow;
  margin: 0 0 30px
}

.dispute .dispute-details h6 {
  font-size: .8rem;
  font-family: Barlow;
  color: #687385;
  margin: 15px 0 3px;
}

.dispute .dispute-details h6:first-of-type {
  margin-top: 0px;
}

.dispute .dispute-details p,
.dispute .dispute-details a {
  margin: 0;
  font-size: .9rem;
}

.dispute .dispute-main h4 {
  font-family: Barlow;
  margin: 0 0 15px;
  font-size: 1.8rem;
}

.dispute .dispute-main h5 {
  font-family: Barlow;
  margin-bottom: 12px;
  position: relative;
}

h5.product-details-subtitle {
  font-size: 1rem;
  margin-top: 20px;
}

.dispute .dispute-main h6 {
  color: #0C3C60;
  font-size: .9rem;
  margin-bottom: 3px;
  /* position: absolute; */
  right: 0;
  top: 0;
  text-align: right;
  display: block;
}

.dispute .dispute-main .steps-to-resolve ol {
  padding-left: 20px;
}

.dispute .dispute-main .steps-to-resolve ol p {
  margin: 10px 0;
}

.dispute .dispute-main .steps-to-resolve ol li::marker {
  font-weight: bolder;
  font-family: Barlow;
  font-size: .9rem;
}

.dispute .step .main-control {
  display: flex;
  margin-top: 40px;
}

.dispute .step .main-control button {
  margin-right: 12px
}

.dispute .dispute-loaded {
  display: none;
}

.ccard .icon {
  background-image: url('/images/payment-methods.png');
  width: 24px;
  height: 24px;
  display: inline-block;
  background-size: auto 100%;
}

.ccard .icon.mastercard {
  background-position-x: -24px;
}

.ccard .icon.amex {
  background-position-x: -48px;
}

.dispute .dispute-details .cvc-check {
  background-color: #ddd;
  padding: 3px 6px 0px;
  border-radius: 3px;
  font-size: .8rem;
  color: #555;
  margin: 0 0 0 5px;
}

.dispute .dispute-details .cvc-check.pass {
  background-color: #d7f7c2;
  color: #006908;
}

.dispute .dispute-details .cvc-check.fail {
  background-color: #ffe7f2;
  color: #b30a3d;
}

.dispute .dispute-details .cvc-check .cross,
.dispute .dispute-details .cvc-check .checkmark,
.dispute .dispute-details .cvc-check .warn {
  display: none;
}

.dispute .dispute-details .cvc-check .cross {
  font-size: .45rem;
  position: relative;
  top: -1.9px;
  margin-right: 3px;
}

.dispute .dispute-details .cvc-check .warn {
  font-size: .8rem;
  margin-right: 3px;
}

.dispute .dispute-details .cvc-check.unchecked .warn {
  display: inline-block;
}

.dispute .dispute-details .cvc-check.pass .checkmark {
  display: inline-block;
}

.dispute .dispute-details .cvc-check.fail .cross {
  display: inline-block;
}

.dispute .dispute-details .ccard {
  display: flex;
}

.dispute .step {
  position: relative;
}

.dispute .step .top-right {
  position: absolute;
  font-family:Barlow;
  top: -12px;
  right: 0px;
  text-align: right;
}

.dispute .step .top-right .step-number {
  text-transform: uppercase;
}

.dispute .counter-section ul {
  list-style: none;
  padding-left: 5px;
}

ul.required {
  background-color: #ffe7ec;
  color: #b30a1f;
  padding: 8px 10px;
  border-radius: 5px
}

ul.required input[type=radio] {
  margin-left: 5px !important;
}

ul.required textarea {
  margin-left: 5px !important;
}

.dispute .counter-section input[type=radio] {
  margin: 0 10px 0 0;
  position: relative;
  top: 5px;
  border-color: #aaa;
}

.dispute .counter-section input[type=radio]:checked {
  border-color:#0d6efd;
}

.dispute .counter-section input[type=file] {
  margin-bottom: 0px;
  max-width: 500px;
  font-size: .9rem;
}

textarea.required {
  border-color: #b30a1f !important;
  background-color: #ffe7ec;
}

label.required {
  color: #b30a1f !important;
}

.dispute .counter-section label {
  font-size: .9rem;
}

.dispute .counter-section li {
  margin-bottom: 10px;
}

.dispute .counter-section textarea {
  max-width: 500px;
  padding: 5px 10px;
  font-size: .9rem;
}

textarea:disabled {
  color: #888;
}

#dispute-upload-evidence-additional-info {
  min-height: 100px;
  max-width: 75%;
}

#dispute-customer-details-billing-address,
#dispute-counter-product-details-shipping-address {
  min-height: 75px
}

#dispute-counter-product-details-shipping-address,
#dispute-counter-product-details-refund_policy_disclosure {
  margin-bottom: 20px;
}

.dispute .counter-section input[type=text] {
  max-width: 500px;
  margin-bottom: 20px;
  font-size: .9rem;
}

.blob {
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 10px 10px;
  font-size: .9rem;
  box-shadow: 0px 2px 8px #ccc;
  max-width: 350px;
  text-align: left;
  z-index: 1000;
}

.blob .pointer {
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: -6px;
  right: calc(50% - 5px);
  z-index: 1001;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  rotate: 45deg;
  box-shadow: 1px 1px 1px #ccc;
}

.info-icon {
  background-color: #0C3C60;
  color: #fff;
  font-size: .8rem;
  padding: 0px 5px;
  position: relative;
  top: -2px;
  margin: 0 5px;
  font-weight: bolder;
  border-radius: 3px;
  font-family: ui-serif;
  text-transform: none;
  letter-spacing: 0;
}

.dispute .counter-section {
  margin-top: 40px;
}

.dispute label[for=dispute-product-details-description],
#dispute-product-details-description {
  display: block;
  margin-bottom: 5px;
}

.counter-section strong {
  margin: 20px 0 8px;
  display: block;
  font-size: .9rem;
}

.dispute .compelling-files {
  background-color: #ededf6;
  padding: 15px 18px 5px;
  box-shadow: 0 2px 4px 0px rgba(50, 50, 93, 0.35);
  border-radius: 3px;
  max-width: 700px;
  margin-bottom: 20px;
}


.dispute .input-file-progress {
  background-color: #0C3C60;
  border-radius: 0 0 5px 5px;
  max-width: 0px;
  height: 3px;
  position: relative;
  top: -4px;
  left: 1px;
  margin-bottom: 15px;
}

.dispute .required-files .goal-text {
  margin: 0 0 10px 0px;
  position: relative;
}

.dispute .compelling-files .goal-text {
  margin: 0 0 10px 30px;
}

.dispute .required-files .status {
  position: absolute;
  width: 22px;
  height: 22px;
  text-align: center;
  border-radius: 50%;
  font-size: 1rem;
  line-height: 1.5;
  vertical-align: middle;
  background-color: #ffe7f2;
  color: #d5566e;
  border: 1px solid #d5566e;
}

.dispute .required-files .status .icon {
  position: relative;
  top: -3px;
  right: -.5px;
  font-weight: normal;
  font-size: 1rem;
  font-family: system-ui;
}

.dispute .required-files .goal-text .status {
  top: -1px;
  left: -30px;
}

.dispute .required-files .input-file-progress .status {
  top: -24px;
  right: -35px;
  display: none;
}

.dispute .required-files .status.checkmark,
.dispute .required-files .file-present .loaded .checkmark {
  background-color: #d7f7c2;
  color: #006908;
  border: 1px solid #0069089e;
}

.dispute .required-files .file-present .loaded .checkmark
{
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  width: 20px;
  height: 20px;
  margin-right: 5px;
}

.dispute .required-files .status.checkmark .icon {
  top: -2px;
}

.dispute .required-files .status.fail {
  background-color: #ffe7ec;
  color: #b30a1f;
  border: 1px solid #b30a1f9e;
}

.dispute .required-files .status.fail .icon {
  top: -5px;
  font-size: .5rem;
}

.dispute .input-file-progress.succeeded {
  background-color: #1baf26;
}

.dispute .input-file-progress.failed {
  background-color: #b30a1f;
}

.tag.in-transit .info-icon {
  background-color: #0055bc;
  font-size: .7rem;
  top: -1px;
  margin-right: 0;
}

.dispute .required-file .delete {
  margin: 0 0 0 10px;
  background-color: transparent;
  border: none;
  font-size: .8rem;
  color: #0C3C60;
  height: 32px;
}

.dispute .required-file .delete:hover {
  color: #225fb1;
}

.dispute .required-file .file-present .loaded {
  display: flex;
}

.dispute .required-file .file-present h3 {
  font-size: .9rem;
  background-color: #efefef;
  width: auto;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #dee2e6;
  font-weight: normal;
  color: #999;
  margin: 0;
}

.dispute .required-file {
  position: relative;
  margin-bottom: 15px
}

.required-file .file-upload-status {
  position: absolute;
  top: 32px;
  right: 132px;
}

.required-file .file-upload-status.uploading img {
  height: 20px;
}

.dispute .required-file .file-present img {
  height: 20px;
}

.dispute .from-date {
  max-width: 200px;
  font-size: .9rem;
  margin-bottom: 20px;
}

.dispute .last-saved {
  position: absolute;
  top: 5px;
  right: 0;
  color: #888;
}

.dispute .last-saved .saving,
.dispute .last-saved .saved {
  display: none;
}

.dispute .last-saved img {
  height: 15px;
  position: relative;
  top: 1px;
}

.dispute .last-saved .saving p {
  margin: 0 0 0 10px;
}

.dispute .last-saved .saved p {
  margin: 0px;
}

.dispute label .tag {
  margin-left: 5px;
}

.dispute-counter-product-details-voucher-evidence-section,
.dispute-counter-product-details-did_show_customer_terms-section,
.dispute .did_you_show_terms_label {
  margin-top: 20px;
}

#dispute-counter-product-details-terms_shown_at-other_text {
  margin: 8px 0 0 1.5em;
}

.settings .security-whitelisted-ips .top-right-buttons,
.settings .compliance-and-documents .top-right-buttons,
.settings .webhooks .top-right-buttons {
  top: 17px;
}

.dispute-submit-evidence-visa-included,
.dispute-submit-evidence-visa-omitted {
  margin-bottom: 20px;
}

#modal-dispute-submit-evidence p,
#modal-dispute-submit-evidence li,
#modal-dispute-submit-evidence strong,
#modal-dispute-submit-evidence label {
  font-size: .9rem;
}

#modal-dispute-submit-evidence p {
  margin-bottom: 10px;
}

#modal-dispute-submit-evidence li {
  margin-bottom: 5px;
}

a.top.dispute:hover {
  text-decoration: none;
}

.dispute .required-file .tag {
  position: relative;
  top: -2px;
}

.sidebar.payment .sidebar-loading {
  height: 100%;
  position: relative;
}

.sidebar.payment .sidebar-loading img {
  width: 30px;
  position: relative;
  margin-left: -15px;
  left: 50%;
  margin-top: -15px;
  top: 50%;
}

.export-separator-field {
  padding-bottom: 10px;
}

.export-additional-columns-list {
  flex-wrap:wrap;
  gap: 6px;
}

.export-additional-columns-list .form-check {
  min-width: 50%;
}

.modal input,
.modal select,
.modal textarea {
  font-size: 0.9rem;
}

.details .details-toggle {
  position: absolute;
  right: 8px;
  top: 7px;
  height: 16px;
  width: 16px;
  background-size: 100%;
  background-image: url('/images/more.png');
  opacity: .6;
}

.details.is-expanded .details-toggle {
  background-image: url('/images/minus.png');
}

.details h2 {
  margin-left: -8px;
  padding: 5px 8px;
}

.details h2:hover {
  background-color: #ededf6;
  border-radius: 5px;
  cursor: pointer;
}

.form-field-loader {
  display: block;
  height: 20px;
  margin: 8px 0;
}

.flashPayoutFeeComment {
  text-align: right;
  font-size: .8rem;
  margin: 5px 0 -10px;
}

.modal-comment {
  font-size: .9rem;
}

.sidebar.payment .details .details-toggle {
  position: absolute;
  right: 8px;
  top: 7px;
  height: 16px;
  width: 16px;
  background-size: 100%;
  background-image: url('/images/more.png');
  opacity: .6;
}

.sidebar.payment .details.is-expanded .details-toggle {
  background-image: url('/images/minus.png');
}

.sidebar.payment .details h2 {
  margin-left: -8px;
  padding: 3px 8px;
}

.sidebar.payment .details h2 {
  background-color: #ededf6;
  border-radius: 5px;
  cursor: pointer;
}

.sidebar.payment .details.is-expanded h2 {
  background-color: transparent;
  border-radius: 5px;
  cursor: pointer;
}

.sidebar.payment .details h2:hover {
  background-color: #ededf6;
  border-radius: 5px;
  cursor: pointer;
}

.sidebar.payment .details h2:hover .details-toggle {
  opacity: 1;
}

.sidebar.payment .details .details-content {
  display: none;
}

.sidebar.payment .details.is-expanded .details-content {
  display: block;
  padding-bottom: 20px
}

.sidebar.payment .details {
  margin-top: 0;
}

.sidebar.payment .payment-details {
  margin-top: 30px !important;
}

.sidebar.payment .dispute-details {
  margin-top: 30px !important;
  margin-bottom: -22px;
}

.admin-navbar div:last-child {
  margin-left: auto;
  padding-right: 0;
}

.toggle-test-mode button.button.toggle {
  margin-left: 8px;
  margin-top: 1.5px;
  height: 22px;
  background-color: #ed6707;
}

.toggle-test-mode button.button.toggle:hover {
  background-color: #ed6707;
}

.toggle-test-mode button.button.toggle.off {
  background-color: #fff;
  box-shadow: inset 0px 1px 5px #aaa;
}

.toggle-test-mode button.button.toggle.off:hover {
  background-color: #fff;
}

.toggle-test-mode button.button.toggle:disabled .knob {
  border: 0 none !important;
}

.toggle-test-mode button.toggle .knob {
  background-color: #fff;
  height: 18px;
  width: 18px;
  border-radius: 50%;
  margin-left: 22px;
  box-shadow: 0px 1px 5px #00000075;
}

.toggle-test-mode button.button.toggle.off .knob {
  margin-right: 22px;
  margin-left: 0;
  border: 1px solid #0C3C67;
  box-shadow: 0px 1px 5px #aaa;
}

.settings .brandLogo {
  width: auto;
  height: 100%;
  max-width: 250px;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #dae0e4;
  border-radius: 5px;
  display: none;
}

.settings .upload-new-brand-logo {
  margin-top: 10px;
}

.settings .upload-new-brand-logo input {
  font-size: .8rem;
}

.settings .edit-company-logo-link {
  font-size: .9rem;
}

.settings .edit-company-logo-link img {
  max-height: 15px;
  position: relative;
  top: -2px;
  margin-left: 3px;
}

.under-input-comment {
  margin-top: 5px;
  font-size: .8rem !important;
  color: #687385;
  margin-bottom: 0;
}

.settings .brandLogoPlaceholder {
  min-height: 100px;
  width: 40%;
  background-color: #edf3f7;
  max-width: calc(50% - 10px);
  border-radius: 10px;
  border: 2px dashed #0C3C6055
}

.veilSpinnerAnimation {
  display: none;
  border: 3px solid #9d9d9d;
  border-top: 3px solid #555;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: veilSpinnerAnimationSpin 1s linear infinite;
  position: fixed;
  top: calc(50vh - 25px);
  left: calc(50vw - 25px)
}

@keyframes veilSpinnerAnimationSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.manual-payout-notification p,
.no-payment-methods p {
  font-size: .9rem;
}

.red-text {
  color: #b30a1f;
}

.orange-text {
  color: #ffbb00;
}

.green-text {
  color: #15b67c;
}

.bottom-right-controls {
  display: flex;
  position: relative;
  bottom: 0px;
  right: 0px;
  height: 30px;
  float: right;
}

.top-right-controls {
  display: flex;
  position: absolute;
  top: 0px;
  right: 0;
  height: 30px
}

.top-right-controls button {
  margin-left: 10px;
}

.card-brand,
.payment-details .wallet {
  background-image: url('../images/brands.png');
  height: 20px;
  width: 32px;
  background-size: auto 100%;
}

.card-brand.mastercard {
  background-position-x: -33.5px;
}

.card-brand.amex {
  background-position-x: -67px;
}

.card-brand.jcb {
  background-position-x: -201px;
}

.card-brand.discover {
  background-position-x: -234.5px;
}

.card-brand.diners {
  background-position-x: -268px;
}

.card-brand.unionpay {
  background-position-x: -301.5px;
}

.card-brand.other {
  background: none;
}

.card-brand.link {
  background-position-x: -167.5px;
}

.card-details .data-not-found p {
  font-size: .9rem;
}

.card-details .card-brand {
  box-shadow: 1px 1px 2px #aaa;
  border-radius: 3px;
}

.fflag {
  box-shadow: 1px 1px 2px #aaa;
}

.payment-details .wallet.apple_pay {
  background-position-x: -100.5px;
}

.payment-details .wallet.google_pay {
  background-position-x: -134px;
}

.payment-details .wallet.link {
  background-position-x: -167.5px;
}

.dummy-chart-space {
  width: 30%;
  min-width: 30%;
}

#notifications-contact-mode {
  font-size: .9rem;
  width: auto;
  margin: 0 0 0 auto;
}

#notifications-contact-custom {
  font-size: .9rem;
  margin-top: 5px;
}

.buttonSpinnerAnimation {
  border: 1px solid #c3c3c3;
  border-top: 1px solid #0C3C60;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  animation: buttonSpinnerAnimationSpin 1s linear infinite;
  position: absolute;
  top: 5.5px;
  right: 6px;
  z-index: 10;
}

@keyframes buttonSpinnerAnimationSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dropdown-toggle .loadingAnimation {
  width: 100%;
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 5px;
  overflow: hidden;
  margin-right: 0px;
}

.dropdown-toggle .loadingAnimation .loadingBar {
  background-color: #0C3C60;
  height: 5%;
  position: absolute;
  z-index: 0;
  bottom: 0;
}

.dropdown-toggle .loadingAnimation .dropdown-arrow {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  border-top: .3em solid;
  border-right: .3em solid transparent;
  border-bottom: 0;
  border-left: .3em solid transparent;
}

.dropdown-toggle .loadingAnimation .buttonSpinnerAnimation {
  top: 5.5px;
  right: 6px;
}

.payments-list .credit-card-input {
  display: flex;
  height: 30px;
  padding: 5px 10px;
  border-radius: 5px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  color: #0C3C60;
  font-family: "Barlow";
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .8rem;
  background-color: var(--bs-body-bg);
  position: relative;
  cursor: pointer;
}

.payments-list .credit-card-input .editIcon {
  background-image: url('/images/edit.png');
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  background-size: 100% 100%;
  filter: grayscale(100%);
  position: relative;
  top: 3px;
  margin-left: 10px;
}

.payments-list .credit-card-input .description {
  color: #aab7c5;
  display: flex;
  height: 17px;
}

.miniModal {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 8px 10px 10px;
  font-size: .9rem;
  box-shadow: 0px 2px 8px #ccc;
  text-align: left;
  z-index: 1000;
}

.miniModal h4 {
  font-size: .8rem;
  font-weight:300;
  letter-spacing:1px;
  text-transform: uppercase;
  font-family: Barlow;
}

.miniModal .form-label {
  font-size: .7rem;
}

.miniModal select,
.miniModal input[type=text] {
  font-size: .8rem;
  padding: 5px 10px
}

.miniModal button {
  padding: 8px;
  letter-spacing: 1px;
  font-weight: 100;
  font-size: .7rem;
  font-family: 'Barlow';
  line-height: 10px;
  text-transform: uppercase;
  margin: 15px 0 0 auto;
}

.filters .break {
  flex-basis: 100%;
  height: 8px;
  display: none;
}

.filters .see-more {
  cursor: pointer;
  padding: 25px 0 0;
}

.filters .see-more h6 {
  color: #0c3c60;
  font-size: .9rem;
  margin: 6px;
  position: relative;
  padding-right: 18px;
  font-family: Barlow;
}

.filters .see-more-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #0c3c60;
  position: absolute;
  top: 7px;
  right: 0px;
}

.filters .see-more-filter {
  display: none;
}

.filters .customFilter:disabled {
  background-color: #eee;
  color: #aaa;
  cursor: auto;
}

.filters .customFilter:disabled .editIcon {
  opacity: .3;
}

.filters .credit-card-input .description .card-details {
  margin: 0 0 0 5px;
  zoom: .9;
}

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

.settings button.toggle {
  width:auto;
  margin: 3px 0 0 auto;
}

#customerPaymentMethodsTableBody .detail {
  display: flex;
}

.table-container .table-settings {
  position: absolute;
  right: 0;
  top: 11px;
}

.table-container .table-settings button {
  border: 0;
  background-color: transparent;
  padding: 5px;
  border-radius: 5px;
  height: 26px;
  width: 26px;
}

.table-container .table-settings button img {
  height: 16px;
  width: 16px;
  display: block;
  opacity: .8;
}

.table-container .table-settings button:hover {
  background-color: #eee;
}

#miniModalPaymentsListSettings .columnsList {
  display: flex;
  margin-top: 12px;
  flex-direction: column;
}

#miniModalPaymentsListSettings .columnsList .form-check label {
  font-size: .8rem;
  position: relative;
  top: -2px;
}

.brippo-fraud-risk,
.brippo-fraud-check {
  background-color: #aaa;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  text-align: center;
  color: #ddd;
  font-size: 1rem;
  font-family: system-ui;
  display: inline-block;
  margin-right: 5px;
}

.brippo-fraud-risk.highest {
  background-color: #ea3d3d;
  color: #fff;
}

.brippo-fraud-risk.elevated {
  background-color: #ff972f;
  color: #fff;
}

.brippo-fraud-risk.normal,
.brippo-fraud-check.pass {
  background-color: #63a449;
  color: #fff;
}

.brippo-fraud-check.fail {
  background-color: #ea3d3d;
  color: #840000;
  position: relative;
}

#paymentsTbody .fraudChecks {
  display: flex;
  padding-bottom: 9px;
  padding-top: 10px;
  min-height: 45.5px;
  position: relative;
  top: -.5px;
  height: 100%;
}

.brippo-fraud-check.fail:before,
.brippo-fraud-check.fail:after {
  position: absolute;
  left: 12px;
  content: ' ';
  height: 14px;
  width: 2px;
  background-color: #fff;
  border-radius: 5px;
  top: 6px;
}

.brippo-fraud-check.fail:before {
  transform: rotate(45deg);
}

.brippo-fraud-check.fail:after {
  transform: rotate(-45deg);
}

#manualChargePaymentMethod .card-brand {
  display: inline-block;
  position: relative;
  top: 2px;
  box-shadow: 0px 1px 1px #999;
  border-radius: 3px;
}

#manualChargePaymentMethod .form-check-input {
  position: relative;
  top: 6px;
  margin: 0 10px 0 0;
}

#manualChargePaymentMethod label {
  display: flex;
  justify-content: space-between;
}

#manualChargePaymentMethod .form-check {
  border-radius: 5px;
  border: 1px solid #dee2e6;
  padding: 5px 10px;
  font-size: .9rem;
  margin-bottom: 5px;
}

#manualChargePaymentMethod .expiration {
  position: relative;
  top: 2px;
}

#manualChargePaymentMethod .expiration .expiration-text {
  color: gray;
  font-size: .8rem;
  margin-right: 10px;
  position: relative;
  top: -1px;
}

#manualChargePaymentMethod .detail {
  position: relative;
  top: -2px;
  margin-left: 8px;
}

#manualChargePaymentMethod {
  overflow-y: auto;
  max-height: 140px
}

.buttonPlusSign {
  font-size: 1.4rem;
  margin: -4px 5px -4px 0;
  display: inline-block;
  position: relative;
  top: 2px;
}

button img.external-link {
  height: 12px;
  opacity: .9;
  margin: -3px 5px -3px 0;
  position: relative;
  top: -2px;
}

button .loadingAnimation {
  width: 15px;
  display: inline-block;
  height: 10px;
  position: relative;
  margin-right: 6px;
  top: -2.5px;
}

button .loadingAnimation .buttonSpinnerAnimation {
  border-top-color: #999;
  top: 0px;
  right: 0;
}

.generalSpinnerAnimation {
  border: 3px solid #ddd;
  border-top: 3px solid #999;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: generalSpinnerAnimationSpin 1s linear infinite;
  opacity: .8;
}

button .loadingAnimation.success {
  margin: 0 0 0 6px;
}

.login button.log-in .loadingAnimation.success {margin: 0px 0 0px 15px;}

button .loadingAnimation.success .buttonSpinnerAnimation {
  border-color: #8eb15e;
  border-top-color: #006908;
}

.login button.log-in .loadingAnimation {
  top: -6px;
  height: auto;
}

.login button.log-in .buttonSpinnerAnimation {
  width: 20px;
  height: 20px;
  border-width: 2px;
  margin: -10px 0;
}

@keyframes generalSpinnerAnimationSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.locations-list .readerRow {
  margin-top: 10px;
}

.locations-list .readerRow:first-child {
  margin-top: 0px !important;
}

.locations-list .readerRow img {
  height: 40px
}

.locations-list .removeReader {
  border: none;
  background: transparent;
  opacity: .3;
  margin-left: 5px;
  visibility: hidden;
}

.locations-list .readerRow:hover .removeReader {
  visibility: visible;
}

.locations-list .removeReader img {
  height: 16px;
  position: relative;
  top: -2px;
}

.locations-list .testmodeBadge {
  top: 0px;
  margin-left: 10px
}

.required-asterix {
  color: #e70000;
  margin-left: 3px;
}

.buttonProcessedOk {
  background-color: #d7f7c2 !important;
  color: #006908 !important;
}

#modal-create-payment-link .newPaymentLink {
  text-align: center;
  padding-bottom: 10px;
}

#modal-create-payment-link .newPaymentLink p {
  font-size: .8rem;
  font-family: Barlow;
  margin: 20px auto 12px;
  color: gray;
}

#modal-create-payment-link .newPaymentLink a {
  font-size: .8rem;
  font-family: Barlow;
  margin: 5px auto 10px;
  padding: 12px;
  border-radius: 5px;
  background-color: #f6f6f6;
}

#create-payment-link-qrcode img {
  margin: auto;
}

#modal-create-payment-link .newPaymentLink .qrBg {
  background-color: #e8f5ff;
  border-radius: 50%;
  height: 320px;
  width: 320px;
  margin: 10px auto;
  padding: 60px;
}

#modal-create-payment-link .modal-footer .emailTo {
  display: flex;
  height: 38px;
  width: 100%;
}

#modal-create-payment-link .modal-footer .emailTo button {
  white-space: nowrap;
  margin-left: 15px;
  display: block;
  height: 36px;
  margin-top: 1px;
}

.sidebar.payment .dispute-manager-field {
  font-weight: 400;
  flex: 1;
  font-size: .9rem;
  margin-left: auto;
  text-align: left;
  margin-bottom: 0;
  padding: 0;
}

.sidebar.payment .dispute-manager-field button {
  font-size: .7rem;
  padding: 7px;
}

section.warnings {
  margin: 0 0 25px;
}

section.warnings ul {
  list-style: none;
  padding: 0 0 10px;
  margin: 0;
  background-color: #fffef5;
  width: 100%;
  border: 1px solid #FBC436;
  border-radius: 5px;
}

section.warnings li {
  color: #292f45ad;
  font-family: Barlow;
  font-size: 1rem;
  background-color: transparent;
  padding: 10px 15px 0px;
}

section.warnings li img {
  height: 16px;
  opacity: .5;
  position: relative;
  top: -2px;
  margin-right: 10px
}

.formRow {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.formRow .value,
.formRow .value input {
  text-align: right;
}

.formRow.control {
  flex-direction:row-reverse;
}

.formRow label {
  color: #8898aa;
}

#modal-pci-compliance h6 {
  margin-bottom: 20px;
}

.modal-footer,
.modal-body {
  padding: 15px;
}

.sidebar.payment-paypal-sidebar .paypalId {
  display: flex;
}

.sidebar.payment-paypal-sidebar .paypalId img {
  height: 18px;
  position: relative;
  margin-right: 5px;
  top: 3px;
}

.payment-paypal-sidebar .topButtons button {
  display: none;
}

.sidebar .topButtons {
  display: flex;
  gap: 10px;
}

.payment-paypal-sidebar button.refund-capture {
  font-size: .7rem;
  padding: 7px 8px;
}

.form-check-label {
  font-size: .9rem;
  color: #525764;
}

.settings .paymentMethodLabel,
.settings .cardLabel {
  padding: 0;
  flex: 1;
}

.settings .paymentMethodLabel.disabled,
.settings .paymentMethodLabel.disabled {
  opacity: .5;
}

.paymentMethodLogo {
  background-image: url('/images/payment-methods-logos.png');
  height: 40px;
  background-repeat: no-repeat;
  min-width: 64px;
}

.paymentMethodLogo.link {
  background-position-y: -80px;
}

.paymentMethodLogo.klarna {
  background-position-y: -120px;
  min-width: 95px;
}

.paymentMethodLogo.afterpay_clearpay {
  background-position-y: -160px;
  min-width: 171px;
}

.paymentMethodLogo.google_pay {
  background-position-y: -40px;
}

.paymentMethodLogo.pay_by_bank {
  background-position-y: -200px;
  min-width: 70px;
}

.paymentMethodLogo.billie {
  background-position-y: -240px;
  min-width: 72px;
}

.settings .paymentMethodLabel .paymentMethodLogo
{
  zoom: .5;
  position: relative;
  top: 2px;
}

.settings .cardLabel .cardLogo
{
  position: relative;
  top: 2px;
}

.settings .paymentMethodLabel label,
.settings .cardLabel label {
  font-size: .9rem;
  display: flex;
  gap: 10px;
}

.settings .settingPaymentMethods button,
.settings .cardLabel button {
  height: 22px;
}

.settings .settingCards .row,
.settings .settingPaymentMethods .row,
.settings .settingWebhooks  .row {
  background-color: #fff;
  padding: 15px;
  margin: 0;
  border-bottom: 1px solid #dedede;
}

.settings .settingPaymentMethods .row:last-child {
  border: none;
}

.settings .settingPaymentMethods,
.settings .settingWebhooks,
.settings .settingCards{
  margin-bottom: 40px;
  box-shadow: 0px 0px 5px #ddd;
  position: relative;
  top: 5px;
  margin-top: 10px;
}

.settings .settingWebhooks .row input {
  flex: 1;
}

.settings .settingWebhooks .row button {
  flex: 1;
  max-width: 80px;
  max-height: 30px;
  margin: 6px 0 0 15px;
}

.settings .sectionTitleThrobber {
  display: none;
  border: 2px solid #d1d1d1;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: sectionTitleThrobberSpin 1s linear infinite;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

.tableTdThrobber {
  border: 2px solid #d1d1d1;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 19px;
  height: 19px;
  animation: sectionTitleThrobberSpin 1s linear infinite;
}

.reportThrobber {
  background-color: #fff;
  padding: 150px calc(50% - 20px);
  border-radius: 5px;
}

.reportsSection .setupThrobber {
  display: inline-block;
}

.reportsSection .setupThrobber .throbber {
  border: 2px solid #d1d1d1;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  animation: sectionTitleThrobberSpin 1s linear infinite;
  margin-left: 15px;
  position: relative;
  top: 1.5px;
}

.reportThrobber .throbber {
  border: 3px solid #d1d1d1;
  border-top: 3px solid #555;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: sectionTitleThrobberSpin 1s linear infinite;
  margin-left: 8px;
  position: relative;
  top: 3px;
}

@keyframes sectionTitleThrobberSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal .contentLoading .throbber,
.sidebar .sidebar-loading .throbber {
  border: 2px solid #d1d1d1;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  animation: modalContentLoadingThrobberSpin 1s linear infinite;
  margin: 20px auto;
}

.sidebar .sidebar-loading .throbber {
  margin: calc(50vh - 30px) auto 0;
}

@keyframes modalContentLoadingThrobberSpin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.sidebarTopControls {
  display: flex;
  gap: 10px;
}

.modal textarea {
  min-height: 100px;
}

.standaloneNotifications .notificationsBlob {
  position: fixed;
  z-index:9;
  bottom: 2vh;
  left: 2vh;
  display: none;
}

.standaloneNotifications .notificationsBlob .openButton {
  border: 2px solid #fff;
  background-color: #0C3C60;
  border-radius: 50%;
  padding: 10px;
  height:  42px;
  box-shadow: 0px 1px 8px #aaa;
}

.standaloneNotifications .notificationsBlob .openButton img {
  width: 20px;
  position: relative;
  top: -4px;
}

.standaloneNotifications .notificationsBlob .openButton .unreadBlob {
  position: absolute;
  background-color: #63a449;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  top: -4px;
  right: -4px;
  font-size: .68rem;
  color: #ffffff;
  font-family: Barlow;
  font-weight: bolder;
  padding: 0;
}

.sidebarLeft {
  box-shadow: 10px 0px 20px rgba(0,0,0,.2);
}

.notificationsSidebar .notificationItem {
  background-color: #fffae5;
  border:1px solid #fffae5;
  border-radius: 5px;
  padding: 12px;
  margin-bottom: 10px;
  font-size: .8rem;
  position: relative;
}

.notificationsSidebar .notificationItem .close,
.notificationsSidebar .notificationItem .callToAction{
  position: absolute;
  right: 12px;
  top: 9px;
  display: none;
  color: #0C3C60;
}

.notificationsSidebar .notificationItem .tags {
  margin-bottom: 4px;
}

.notificationsSidebar .notificationItem p {
  margin: 0;
  font-size: .8rem;
  color: #52440c;
}

.notificationsSidebar .notificationItem .badge {
  font-size: .8rem;
  font-family: Barlow;
  background-color: #aaa;
}

.notificationsSidebar .notificationItem.actionRequired .badge,
.standaloneNotifications .notificationsBlob .openButton .unreadBlob.actionRequired {
  background-color: #ff972f;
}

.notificationsSidebar .notificationItem.warning .badge,
.standaloneNotifications .notificationsBlob .openButton .unreadBlob.warning {
  background-color: #ffde00;
}

.notificationsSidebar .notificationItem.newFeature .badge,
.standaloneNotifications .notificationsBlob .openButton .unreadBlob.newFeature {
  background-color: #63a449;
}

.notificationsSidebar .notificationItem.critical .badge,
.standaloneNotifications .notificationsBlob .openButton .unreadBlob.critical {
  background-color: #ea3d3d;
}

.notificationsSidebar .notificationItem.capital .badge,
.standaloneNotifications .notificationsBlob .openButton .unreadBlob.capital {
  background-color: #7c3aed;
}

.notificationItem:hover {
  border: 1px solid #ffe8c6;
  cursor:pointer;
}

.notificationsSidebar .notificationItem:hover .close,
.notificationsSidebar .notificationItem:hover .callToAction {
  display: block;
}

@keyframes swing {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0deg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}

.openButton.bellAnimation img {
  animation: swing .2s ease-in-out;
  transform-origin: top center;
  animation-iteration-count: 8;
}

.notificationsSidebar .notificationItem.read {
  background-color: #f8f8f8;
  border-color: #f8f8f8;
  color: #aaa;
}

.notificationsSidebar .notificationItem.read .badge {
  background-color: #ccc;
}

.notificationsSidebar .notificationItem.read:hover .close,
.notificationsSidebar .notificationItem.read:hover .callToAction {
  color: #aaa;
}

.notificationsSidebar .notificationItem.read:hover {
  border-color: #eee;
}

.notificationsSidebar .notificationsList {
  border-top: 1px solid #efefef;
  padding-top: 20px;
}

.notificationsSidebar .notificationsList .separator {
  border-top: 1px solid #efefef;
  margin: 20px 0;
  display: none;
}

.payment_links-list .table-cell.link img {
  height: 12px;
  opacity: .8;
  position: relative;
  top: -2px;
}

.newAccountOnboarding {
  margin: 50px auto 0;
  max-width: 600px;
}

.newAccountOnboarding .step {
  display: none;
}

.newAccountOnboarding .firstStep {
  display: block;
}

.newAccountOnboarding h6 {
  font-size: .9rem;
}

/* automations */
.step-select-automation .automationSelect ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}
.step-select-automation .automationSelect li {
  margin: 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 12px;
  position: relative;
  color: #999;
}
.step-select-automation .automationSelect li.active {
  background-color: #fffef6;
  border: 1px solid #e3daa9;
  color: var(--bs-heading-color,inherit);
}
.step-select-automation .automationSelect input[type=radio] {
  margin: 0px 20px 0px 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 34px;
}
.step-select-automation .automationSelect label {
  margin-left: 30px;
  padding: 13px 15px;
  width: 555px;
}
.step-select-automation .automationSelect label.mainLabel {
  min-height: 82px;
}
.step-select-automation .automationSelect input[type=text] {
  margin: 0 0 15px 45px;
  font-size: .9rem;
}
.step-select-automation .automationSelect h2 {
  font-size: 1rem;
  margin: 0 0 5px;
}
.step-select-automation .automationSelect p {
  font-size: .8rem;
  margin: 0;
  line-height: 1.1rem;
}

#automation-details-section .automation-status {
  margin: -3px 0 0 6px;
  text-transform: none;
}

.cancelAutomation {
  border: none;
  background: transparent;
  opacity: .3;
}

.cancelAutomation img {
  max-height: 18px;
}

.newAccountOnboarding .stepChooseMode ul {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.newAccountOnboarding .stepChooseMode li {
  margin: 10px 0 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0 12px;
  position: relative;
  color: #999;
}

.newAccountOnboarding .stepChooseMode li.active {
  background-color: #fffef6;
  border: 1px solid #e3daa9;
  color: var(--bs-heading-color,inherit);
}

.newAccountOnboarding .stepChooseMode input[type=radio] {
  margin: 0px 20px 0px 10px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 34px;
}

.newAccountOnboarding .stepChooseMode label {
  margin-left: 30px;
  padding: 13px 15px;
  width: 555px;
}

.newAccountOnboarding .stepChooseMode label.mainLabel {
  min-height: 82px;
}

.newAccountOnboarding .stepChooseMode input[type=text] {
  margin: 0 0 15px 45px;
  font-size: .9rem;
}

.newAccountOnboarding .stepChooseMode h2 {
  font-size: 1rem;
  margin: 0 0 5px;
}

.newAccountOnboarding .stepChooseMode p {
  font-size: .8rem;
  margin: 0;
  line-height: 1.1rem;
}

.newAccountOnboarding .stepCreateNewAccount {
}

.newAccountOnboarding .stepCreateNewAccount form select,
.newAccountOnboarding .stepCreateNewAccount form input[type=text] {
  font-size: .9rem;
  padding: 8px 10px;
}

.newAccountOnboarding .stepCreateNewAccount form {
  font-size: .9rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 12px;
  margin-top: 10px;
}

.standaloneStripeElementAccountOnboarding .detailsNotSubmittedNotice,
.standaloneStripeElementAccountManagement .chargesNotEnabledNotice {
  padding: 20px;
  text-align: center;
  background: #edf3f7;
  color: #b8bdc8;
  font-size: 1rem;
  font-family: Barlow;
  margin: 30px auto;
  max-width: 800px;
  display: none;
}

.standaloneStripeElementAccountOnboarding .detailsNotSubmittedNotice button,
.standaloneStripeElementAccountManagement .chargesNotEnabledNotice button {
  margin: 0 auto;
}

.newAccountOnboarding .inputAccountIdSection {
  display: none;
}

.newAccountOnboarding .inputAccountIdSection label {
  font-size: .9rem;
  padding: 0 15px 5px;
  color: #0C3C60;
}

.newAccountOnboarding .required {
  color: #e03e6f !important;
  border-color: #e03e6f !important;
}

.newAccountOnboarding .termsAndConditions {
  display: none;
}

.newAccountOnboarding .termsAndConditions iframe {
  height: 500px;
  width: 100%;
}

.newAccountOnboarding .termsAndConditions .form-check-label {
  margin: 0 0 0 10px;
}

.newAccountOnboarding .bottomButtons {
  display: flex;
  gap: 15px;
  flex-direction: row-reverse;
}

#onboardingButtonCreateAccountBack {
  display: none;
}

#modal-element-account-onboarding .redirectMessage {
  text-align: center;
}

#modal-element-account-onboarding .redirectMessage p {
  padding: 20px 0 0;
  font-weight: bold;
}

.order-timeline-details .orderTimelineContainer,
.paymentCostsContainer {
  margin-top: 20px;
}

.order-timeline-details .orderTimelineContainer .timelineItem {
  padding-top: 5px;
  font-size: .9rem;
  display: flex;
}

.order-timeline-details .orderTimelineContainer .timelineItem .lineContainer {
  min-width: 30px;
  margin-left: 5px;
  position: relative;
}

.order-timeline-details .orderTimelineContainer .timelineItem .lineContainer .line {
  border-left: 1px dotted #aaa;
  height: 51px;
  width: 1px;
  position: absolute;
  top: -44px;
  right: 24.5px;
  z-index: 1;
}

.order-timeline-details .orderTimelineContainer .timelineItem:last-child .lineContainer .line {
  height: 47px;
}

.order-timeline-details .orderTimelineContainer .timelineItem .description p,
.paymentCostsContainer .costItem .description p {
  font-size: .7rem;
  color: #888;
}

.order-timeline-details .orderTimelineContainer .timelineItem .description h6 {
  font-weight: normal;
  font-size: .9rem;
  margin: 2px 0 3px;
}

.order-timeline-details .orderTimelineContainer .timelineItem .lineContainer .dot {
  opacity: .8;
  font-size: .7rem;
  position: relative;
  z-index: 4;
}

.order-timeline-details .orderTimelineContainer .timelineItem:last-child .dot {
  zoom: 1.5;
  position: relative;
  right: 1.7px;
  top: -1px;
  color: #0C3C60;
  z-index: 2;
}

.order-timeline-details .orderTimelineContainer .timelineItem:last-child .dot.complete {
  color: #15b67c;
  opacity: 1;
}

.order-timeline-details .orderTimelineContainer .timelineError {
  font-size: .8rem;
}

.paymentCostsContainer .costItem h6 {
  font-weight: normal;
  font-size: .8rem;
  margin: 0px 0 0px;
}

.paymentCostsContainer .costItem .amount {
  flex: 1;
  text-align: right;
}

.paymentCostsContainer .costItem {
  font-size: .8rem;
  display: flex;
}

#manualChargePaymentMethod .tag.in-transit {
  position: relative;
  top: -9px;
  margin-left: 5px;
  font-size: .6rem;
  letter-spacing: 0px;
}

#manualChargePaymentMethod  .form-check:has(.form-check-input:checked) {
  background-color: #ecf5ff;
  border-color: #0C3C6055
}

#manualChargePaymentMethod  .form-check:has(.form-check-input:not(:checked)) {
  opacity: .6;
}

.settingsSidebarLayout,
.reportsSidebarLayout {
  display: flex;
  gap: 70px;
  align-items:baseline;
}

.settingsSidebarLayout .settingsSidebar,
.reportsSidebarLayout .reportsSidebar {
  flex: 1;
  max-width: 22%;
  background-color: #fff;
  padding: 15px 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  height: auto;
}

.settingsSidebarLayout .settingsSidebar a,
.reportsSidebarLayout .reportsSidebar a {
  display: block;
  font-size: .9rem;
  padding: 5px 15px;
  border-radius: 5px;
  color: var(--bs-heading-color, inherit);
  margin-bottom: 2px;
}

.settingsSidebarLayout .settingsSidebar a:hover,
.reportsSidebarLayout .reportsSidebar a:hover {
  text-decoration: none;
  background-color: #8898aa1a;
}

.settingsSidebarLayout .settingsSidebar a.active,
.reportsSidebarLayout .reportsSidebar a.active {
  font-weight: bold;
  background-color: #fff;
  color: #0C3C60;
}

.settingsSidebarLayout .settingsContent,
.reportsSidebarLayout .reportsContent {
  flex: 1;
  position: relative;
  top: -10px;
}

.settingsSection .sectionHeader
.reportsSection .sectionHeader {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 30px;
  padding-bottom: 5px;
}

.settingsSection .sectionContent .rightActions {
  display: flex;
  gap: 10px;
  height: 30px;
  margin: 0 0 0px 0;
  justify-content:flex-end;
  position:relative;
  top: -30px;
}

.reportsSection .sectionHeader .rightActions {
  display: flex;
  gap: 10px;
  height: 30px;
  margin-top: 3px;
}

.reportsSection .sectionHeader .middle {
  flex: 1;
}

.settings .settingsContent .aboveTitle,
.reports .reportsContent .aboveTitle {
  font-family: Barlow;
  color: lightgray;
  letter-spacing: 1px;
  font-weight: 100;
  margin: 0;
  font-size: 1rem;
}

.settings .settingsContent .title,
.reports .reportsContent .title {
  font-family: Barlow;
  margin: 0;
  font-size: 2rem;
}

.settings .subTitle {
  font-family: Barlow;
  margin: 0;
  font-size: 1.3rem;
}

.settings .settingsContent p,
.reports .reportsContent p {
  color: #8898aa;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
  padding: 3px 0;
}

.reports p.reportDescription {
  font-weight: normal;
  margin: 10px 0 20px;
}

.settings .settingsSection,
.reports .reportsSection {
  display: none;
}

.settings .settingsSection.active,
.reports .reportsSection.active {
  display: block;
}

.settings .settingsSection .sectionContent .subsection.verysmall {
  max-width: 500px;
}

.settings .settingsSection .sectionContent .subsection.small {
  max-width: 700px;
}

.settings .settingsSection .sectionContent .row {
  display: flex;
  margin: 0;
  padding-bottom: 12px;
  padding-top: 12px;
  border-top: 1px solid #eee;
}

.settings .settingsSection .sectionContent .row .label {
  width: auto;
  flex: 1;
  margin: 0;
  padding: 0;
  font-size: .9rem;
  padding: 3px 0;
}

.settings .settingsSection .sectionContent .row .label label {
  display: block;
}

.settings .settingsSection .sectionContent .row .label .under-input-comment {
  max-width: 250px;
}

.settings .settingsSection .sectionContent .row .value {
  width: auto;
  max-width: 60%;
  text-align: right;
  padding: 0;
}

.settings .settingsSection .sectionContent .row .value input[type=text] {
  min-width: 300px;
  font-size: .9rem;
  margin: 0 0 0 auto;
  width: auto;
}

.settings .settingsSection .sectionContent .row .value select {
  font-size: .9rem;
  margin: 0 0 0 auto;
  width: auto;
  min-width: 200px;
}

.settings .settingsSection .sectionContent .subsection {
  position: relative;
  padding-bottom: 20px;
}

.settings .settingsSection .sectionContent .subsection {
}

.settings .settingsSection .sectionContent .subsection .top-right-buttons {
  display:flex;
  flex-flow: row-reverse;
  position: absolute;
  top: -2px;
  right: 0;
}

#modalSettingsAddCollaborator .customAccessRights {
  background-color: #eee;
  border-radius: 5px;
  margin: -18px 0 4px;
  padding: 15px;
}

#modalSettingsAddCollaborator .customAccessRights p {
  margin: 0 0 10px;
  padding: 0;
}

#modalSettingsAddCollaborator .customAccessRights h4 {
  font-size: .9rem;
}

#modalSettingsAddCollaborator .customAccessRights ul {
  list-style: none;
  padding: 0;
  margin-left: 10px;
  font-size: .9rem;
}

#modalSettingsAddCollaborator .customAccessRights li {
  margin-bottom: 3px;
}

#modalSettingsAddCollaborator .customAccessRights ul input {
  margin: 4px 8px 0 0;
}

#modalSettingsAddCollaborator .customAccessRights ul label {
  text-transform: none;
}

.settingsSection.collaborators .collaboratorsTable .actions {
  min-width: 120px;
}

.filters .filterButton {
  border: 1px dashed #ccd3e0;
  border-radius: 15px;
  padding: 3px 10px 4px 5px;
  font-size: .9rem;
  color: #8490a5;
  background-color: #fff;
  cursor: pointer;
  border-style: dashed;
  height: 30px;
  min-width: fit-content;
}

.filters .filterButton.active {
  color: #8490a5;
  background-color: #fff;
  border: 1px solid #0C3C60;
  padding-left: 10px;
}

.filters .filterButton .filterAction.add {
  background-image: url('/images/more.png');
  width: 16px;
  height: 16px;
  display: inline-block;
  background-size: 100%;
  margin: 0px 5px;
  opacity: .3;
  position: relative;
  top: 3px;
}

.filters .filterButton .filterAction.dropdown {
  background-image: url('/images/arrow-down.png');
  width: 10px;
  height: 10px;
  display: inline-block;
  background-size: 100%;
  margin: 0px 2px 0px 7px;
  opacity: .5;
  position: relative;
  top: 1px;
}

.filters .filterButton .separator {
  margin: 0 5px;
  position: relative;
  top: -1.5px;
  opacity: .5;
}

.filters .filterButton .selection {
  color: #0C3C60;
  font-weight: bold;
}

.filters .filterButton.active .filterAction.add {
  display: none;
}

.filters .filterButton:hover {
  background-color: #e9ebed;
}

.filters .filterButton:hover .filterAction {
  opacity: .8;
}

.filters .filterButton.disabled {
  cursor: auto;
  background-color: #e9ecef;
  border: 1px solid #dee2e6;
  color: #b3becb;
}

.filters .filterButton.disabled .filterAction.add {
  opacity: .1;
}

.filters .filterButton.disabled .selection {
  color: #b3becb;
}

.filters .filterButton.disabled .filterAction.dropdown {
  opacity: .2;
}

.reportsSection .results {
  padding: 20px 0;
}

.reportsSection.endOfDayEcommerce .results .dateRange,
.reportsSection.terminalsEndOfDay .results .dateRange {
  font-weight: bold;
  text-align: right;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 20px;
}

.reportsSection.endOfDayEcommerce .storeSummary,
.reportsSection.terminalsEndOfDay .terminalSummary {
  padding-top: 10px;
  padding-bottom: 20px;
}

.reportsSection.endOfDayEcommerce .storeSummary h2,
.reportsSection.terminalsEndOfDay .terminalSummary h2 {
  font-size: 1.4rem;
}

.reportsSection.endOfDayEcommerce .storeSummary .storeSummaryByCurrency .title,
.reportsSection.terminalsEndOfDay .terminalSummary .terminalSummaryByCurrency .title {
  background-color: #ddd;
  text-align: center;
  font-size: 1rem;
}

.reportsSection.endOfDayEcommerce .storeSummary h3,
.reportsSection.terminalsEndOfDay .terminalSummary h3 {
  font-size: .8rem;
  margin-top: 10px;
  font-weight: bolder;
  display: none;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine {
  display: flex;
  font-size: .8rem;
  gap: 30px;
  background-color: #fff;
  border: 1px solid #efefef;
  border-top: none;
  padding: 4px 10px 3px;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine:last-child ,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine:last-child {
  border-top: 1px dashed #999;
  padding: 8px 10px;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine:hover,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine:hover {
  background-color: #fff;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine .datetime,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine .datetime {
  max-width: 80px;
  min-width: 80px;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine .description,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine .description {
  flex: 1;
}

.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine .description.total,
.reportsSection.endOfDayEcommerce .storeSummary .transactionSummaryLine .value.total,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine .description.total,
.reportsSection.terminalsEndOfDay .terminalSummary .transactionSummaryLine .value.total {
  font-weight: bold;
  text-align: right;
  font-size: .9rem;
}

.reportsSection p.noRecords {
  background-color: #efefef;
  padding: 20px;
  border-radius: 5px;
}

/* Balance Summary Report */
.reportsSection.balanceSummary .balanceSummaryReport {
  width: 100%;
}

.reportsSection.balanceSummary .balanceSummaryTable {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.9rem;
}

.reportsSection.balanceSummary .balanceSummaryTable td {
  padding: 12px 16px;
  vertical-align: middle;
}

.reportsSection.balanceSummary .balanceSummaryTable .label {
  text-align: left;
}

.reportsSection.balanceSummary .balanceSummaryTable .value {
  text-align: right;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, monospace;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow {
  border-bottom: 1px solid #e8ecf0;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.startingBalance {
  background-color: #f8f9fa;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.sectionHeader {
  border-bottom: none;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.sectionHeader td {
  padding-top: 20px;
  padding-bottom: 8px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.subItem td.label {
  padding-left: 32px;
  color: #666;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.subItem td {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: none;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.subTotal td {
  padding-top: 8px;
  padding-bottom: 12px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.subTotal td.label {
  padding-left: 32px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.totalPayouts {
  border-top: 1px solid #e8ecf0;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.endingBalance {
  background-color: #e8f4fd;
  border-radius: 0 0 8px 8px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.endingBalance td {
  padding-top: 14px;
  padding-bottom: 14px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.endingBalance td:first-child {
  border-radius: 0 0 0 8px;
}

.reportsSection.balanceSummary .balanceSummaryTable .summaryRow.endingBalance td:last-child {
  border-radius: 0 0 8px 0;
}

.reportsSection.balanceSummary .breakdownHeaderRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 30px 0 12px;
}

.reportsSection.balanceSummary .breakdownHeaderRow .breakdownHeader {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.reportsSection.balanceSummary .breakdownHeader {
  margin: 30px 0 12px;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable {
  margin-bottom: 10px;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable th {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #666;
  background-color: #f8f9fa;
  border-bottom: 2px solid #e8ecf0;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable th.label {
  text-align: left;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable th.value {
  text-align: right;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable .breakdownRow td {
  padding: 8px 16px;
}

.reportsSection.balanceSummary .balanceSummaryTable.breakdownTable .breakdownRow .count {
  color: #666;
}

/* Activity breakdown row-based layout */
.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.typeRow {
  border-top: 1px solid #e8ecf0;
}

.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.typeRow:first-child {
  border-top: none;
}

.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.typeRow td.label {
  font-weight: 600;
}

.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow td.metric {
  color: #666;
  text-align: left;
  padding-left: 0;
}

.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.totalRow {
  border-top: 2px solid #e8ecf0;
  background-color: #f8f9fa;
}

.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.totalRow td {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Alternating row tint for type groups */
.reportsSection.balanceSummary .balanceSummaryTable.activityBreakdown .breakdownRow.odd {
  background-color: #fafbfc;
}

/* Data freshness indicator */
.reportsSection.balanceSummary .dataFreshness {
  font-size: 0.8rem;
  color: #6c757d;
  margin: 8px 0 16px;
  padding: 6px 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
  display: inline-block;
}

/* Sync in progress message */
.reportsSection.balanceSummary .syncInProgress {
  text-align: center;
  padding: 40px 20px;
}

.reportsSection.balanceSummary .syncInProgress .syncMessage {
  font-size: 1rem;
  color: #6c757d;
  background-color: #f8f9fa;
  padding: 20px 30px;
  border-radius: 8px;
  display: inline-block;
}

.filterModal {
  display: none;
  position: absolute;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #ccc;
  padding: 15px 15px;
  font-size: .9rem;
  box-shadow: 0px 2px 8px #ccc;
  text-align: left;
  z-index: 55000;
}

.filterModal h4 {
  font-size: .8rem;
  margin: 0 0 10px;
}

.filterModal input {
  font-size: .9rem;
  margin-bottom: 10px;
}

.filterModal button.apply,
.filterModal button.clear {
  margin-top: 10px;
  width: 100%;
}

.filterModal select {
  padding-right: 35px;
  margin-bottom: 10px;
}

.filterModalVeil {
  display: none;
  background-color: #00000020;
  position:fixed;
  width: 100%;
  height: 100%;
  z-index: 50000;
}

.reportsSection .sectionContent .contentHeader {
  display: flex;
  margin-top: 20px;
}

.reportsSection.failedPayments .contentHeader {
  border: 1px solid #dfdfdf;
  border-radius: 5px;
  padding: 15px 15px;
}

.filterModal .error {
  font-size: .8rem;
  padding: 6px 10px;
}

.filters .mainSearch {
  height: 30px;
  flex: 1;
  font-size: .9rem;
  max-width: 40%;
  min-width: 220px;
}

.filterModal .error {
  font-size: .8rem;
  padding: 6px 10px;
}

.filters .filterClearAll {
  font-size: .8rem;
  padding: 6px 0px 0px 0;
  min-width: fit-content;
}

#payments-list .filters {
  justify-content: flex-end;
}

.details.passkeys {
  font-size: .9rem;
}

.defaultTable .iconButton {
  border: none;
  background: transparent;
}

.defaultTable .iconButton.trash {
  opacity: .3;
}

.defaultTable .iconButton img {
  max-height: 18px;
}

.reportsSection .sectionContent .contentHeader {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 15px;
}

.reportsSection .sectionContent .contentHeader .exportReport {
  white-space: nowrap;
}

#automation-create-section {
  max-width: 700px;
  margin: 0 auto;
}

.backNavigation {
  padding-bottom: 15px;
  text-decoration: none;
  font-size: .9rem;
}

.backNavigation .arrow {
  margin-right: 5px;
}

.standaloneBalanceExport .sidebar .exportAndSend {
  align-items: flex-end;
}

.standaloneBalanceExport .sidebar input,
.standaloneBalanceExport .sidebar select {
  font-size: .9rem;
}

.standaloneBalanceExport .sidebar label.additionalColumn {
  display: flex;
  padding: 5px 11px 5px 10px;
  gap: 6px;
  border-radius: 15px;
  border: 1px dashed #aaa;
  color: #aaa;
  background-color: #efefef;
}

.standaloneBalanceExport .sidebar label.additionalColumn p {
  margin: 0;
  font-size: .8rem;
}

.standaloneBalanceExport .sidebar label.additionalColumn:has(input:checked) {
  color: var(--bs-body-color);
  border-style: solid;
  border-color: #0C3C60;
  background-color: #ffffff;
}

.standaloneBalanceExport .sidebar label.additionalColumn input {
  margin: 2px 0;
}

.upcomingPayoutInfo {
  top: -2px;
  margin: 0 0 0 2px;
}

#automationsTbody td.state .tag {
  position: relative;
  top: 1px;
}

#automation-details-section .title {
  display: flex;
  margin-bottom: 20px;
}

.paymentMethodOneLiner {
  display: flex;
  max-width: 150px;
}

.paymentMethodOneLiner .card-brand {
}

.paymentMethodIcon {
  background-image: url('../images/payment-method-icons.png');
  height: 20px;
  width: 20px;
  background-size: auto 100%;
  border-radius: 2px;
}

.paymentMethodIcon.applepay {
  background-position-x: -20px;
}

.paymentMethodIcon.googlepay {
  background-position-x: -80px;
}

.paymentMethodIcon.klarna {
  background-position-x: 0px;
}

.paymentMethodIcon.link {
  background-position-x: -60px;
}

.paymentMethodIcon.afterpay_clearpay {
  background-position-x: -40px;
}

.paymentMethodIcon.pay_by_bank {
  background-position-x: -100px;
}

.paymentMethodIcon.applepay_black {
  background-position-x: -120px;
}

.paymentMethodOneLiner .paymentMethodIcon {
  margin-right: 3px;
  max-width: 20px;
  min-width: 20px;
}

.paymentMethodOneLiner .afterText {
  margin-left: 5px;
  white-space:nowrap;
}

.table-cell.paymentMethod {
  max-width: 160px;
}

.settingsSection.notifications .errorCodesToNotify .errorCode {
  display: flex;
  margin-top: 18px;
}

.settingsSection.notifications .errorCodesToNotify .errorCode label {
  margin-right: 20px;
}

.settingsSection.notifications .errorCodesToNotify .errorCode .toggle {
  margin-top: 0;
}

#stripeCapitalOffers,
#stripeCapitalOverview {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
}

.capitalOfferBanner {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ddd;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.capitalOfferBanner h3 {
  font-size: 1.5rem;
}

.capitalOfferBanner p {
  margin: 0;
  font-size: 1.1rem;
  color: #b3bacc;
}

.capitalOfferBanner .smallPrint {
  font-size: .8rem;
  color: #b3bacc;
  opacity: .7;
}

.capitalOfferBanner .expiresAt {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: .9rem;
}

.stripe-account-section.financing .offer {
  display: none;
  gap: 20px;
}

.stripe-account-section.financing .noOffer,
.stripe-account-section.financing .ongoing {
  display: none;
}

.stripe-account-section.financing .noOffer p {
  background-color: #efefef;
  padding: 20px;
  border-radius: 5px;
  color: #aaa
}

.stripe-account-section.financing .offer .pitch {
  flex: 1;
}

.stripe-account-section.financing .offer.legacy .pitch {
  background-color: #fff;
  max-width: 800px;
  padding: 30px 40px;
  border-radius: 10px;
  margin: 0 auto;
  box-shadow: 1px 1px 5px #aaa;
}

.stripe-account-section.financing .offer.legacy .pitch .legacy {
  margin: 15px 0 0 auto;
  width: fit-content;
  padding: 20px 0 0;
  text-align: right;
}

.stripe-account-section.financing .offer .pitch h3 {
  margin: 20px 0 5px;
}

.stripe-account-section.financing .offer .pitch h4 {
  margin: 30px 0 20px;
  font-size: 1.4rem;
}

.stripe-account-section.financing .offer .pitch p {
  font-size: .9rem;
}

.stripe-account-section.financing .offer .pitch .smallPrint {
  font-size: .8rem;
  color: gray;
  margin: 10px 0 0 auto;
}

.stripe-account-section.financing .offer .pitch .subtext {
  color: #555;
}

.stripe-account-section.financing .offer button.applyLegacy {
  font-size: 1rem;
  padding: 15px 20px;
  margin: 0 0 0 auto;
}

#stripeCapitalApplication,
#stripeCapitalFinancing {
  background-color: #fff;
  flex: 1;
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ddd;
}

.settingsSection.payouts .minimumBalances .minimumBalanceRow,
.settingsSection.payouts .reservedFunds .reservedFundRow {
  display: flex;
  gap: 20px;
  margin-bottom: 10px;
}

.settingsSection.payouts .minimumBalances .minimumBalanceRow:last-child,
.settingsSection.payouts .reservedFunds .reservedFundRow:last-child {
  margin-bottom: 0px;
}

.settingsSection.payouts .minimumBalances .minimumBalanceRow label,
.settingsSection.payouts .reservedFunds .reservedFundRow label {
  text-transform: uppercase;
  margin-top: 7px;
}

.reservedFundRow input,
.minimumBalanceRow input {
  min-width:auto !important;
  width: auto !important;
}

#minimumBalancesWarning {
  display: none;
}

.capitalFinancingOffersBanner {
  background-image: url('/images/capitalBannerBg.png');
  border-radius: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Barlow', serif;
  display: none;
}

.capitalFinancingOffersBanner button.apply {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

/* Agentic Commerce Banner */
.agenticCommerceBanner {
  background-image: url('/images/acpBannerBg.png');
  border-radius: 10px;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: 'Barlow', serif;
}

.agenticOfferBanner {
  padding: 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #ddd;
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
  color: #fff;
}

.agenticOfferBanner h3 {
  font-size: 1.5rem;
}

.agenticOfferBanner p {
  margin: 0;
  font-size: 1.1rem;
  color: #b3bacc;
}

.agenticCommerceBanner button.apply {
  position: absolute;
  bottom: 18px;
  right: 18px;
}

/* Agentic Commerce Modal */
#modalAgenticCommerce .modal-body h6 {
  font-weight: 600;
  margin-bottom: 8px;
}

#modalAgenticCommerce .joinWaitlist {
  margin-top: 0;
}

button.primary-control-2 {
  border-radius: 4px;
  box-shadow: 0 1px 4px 1px rgba(50, 50, 93, 0.35);
  cursor: pointer;
  outline: none;
  -webkit-appearance: none;
  position: relative;
  text-transform: uppercase;
  background-color: #0C3C60;
  color: #fff;
  letter-spacing: 1px;
  font-size: .8rem;
  font-family: 'Barlow', serif;
  padding: 10px 10px;
  border: none;
  line-height: 10px;
}

.linkIconTableRow {
  height: 12px;
  position: relative;
  margin-right: 5px;
  top: -2px;
}

a.paymentIntentIdTagLink {
  background-color: #e9e9e9;
  border-radius: 10px;
  color: #0c3c60;
  padding: 3px 10px;
  font-size: .8rem;
  text-decoration: none;
}

a.paymentIntentIdTagLink img {
  height: 16px;
  margin-right: 3px;
}

.emojiFlag {
  font-size: 1.6rem;
  margin: -9px 0;
}

.modal-footer {
  gap: 10px;
}

.payment-sidebar .customer-details .customerTag {
  display: flex;
  background-color: #efefef;
  border-radius: 5px;
  padding: 5px;
  width: fit-content;
  flex-grow: 0;
}

.payment-sidebar .customer-details .customerAssigned {
  flex: 1;
}

.control button.small {
  font-size: .7rem;
  padding: 7px;
}

.payment-sidebar .customer-details .customerTag .personIcon {
  flex: 1;
  max-width: 16px;
  height: 16px;
  padding: 0;
  margin: 5px;
  opacity: .3;
}

.payment-sidebar .customer-details .customerTag .stripeCustomerData {
  flex: 1;
  padding: 2px 10px 2px 5px;
  font-size: .9rem;
  color: #666666;
  display: flex;
  flex-direction: column;
  width: auto;
  flex-grow: 0;
}

.table-cell.email.customerEmail .personIcon {
  opacity: .5;
  display: inline;
  height: 12px;
  margin-right: 4px;
  position: relative;
  top: -1.5px;
}

#modalAssignPaymentCustomer .autocomplete-dropdown {
  max-height: 400px;
  margin-top: 3px;
  overflow-y: auto;
}

#modalAssignPaymentCustomer .autocomplete-dropdown .customerSuggestion {
  display: flex;
}

#modalAssignPaymentCustomer .autocomplete-dropdown .customerSuggestion {
  font-size: .9rem;
  border-bottom: 1px solid #efefef;
}

#modalAssignPaymentCustomer .autocomplete-dropdown button:last-child .customerSuggestion {
  border: none;
}

#modalAssignPaymentCustomer .autocomplete-dropdown .customerSuggestion .customerData {
  display: flex;
  flex-direction:column;
  line-height: 1.1rem;
  padding: 0px 5px 5px;
  gap: 3px;
}

#modalAssignPaymentCustomer .autocomplete-dropdown .customerSuggestion img {
  opacity: .5;
  height: 16px;
}

.inputAutocompleteThrobber {
  position: absolute;
  border: 2px solid #d1d1d1;
  border-top: 2px solid #555;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  animation: sectionTitleThrobberSpin 1s linear infinite;
  top: 34px;
  right: 10px;
}

.payment-sidebar .row.paymentMethod .paymentMethodData {
  font-size: .9rem;
  flex: 1;
}

.payment-sidebar .row.paymentMethod .paymentMethodData .countryEmoji {
  font-size: 1.8rem;
  float: left;
  margin: -11px 2px -11px 0;
}

.payment-sidebar .row.paymentMethod .paymentMethodData .paymentMethodOneLiner {
  margin-bottom: 3px;
}

.settingsSection.security .subsection {
  margin-top: 30px;
}

.settingsSection .subsection .subsectionHeader {
  display: flex;
}

.settingsSection .subsection .sectionTopRightButtons {
  flex: 1;
  display:flex;
  flex-direction:row-reverse;
}

.noDisputesHighFive {
  background: #edf3f7;
  border-radius: 10px;
  width: 100%;
  text-align: center;
  padding: 20px;
  font-family: Barlow;
  color: #aaa;
  font-size: 1rem;
}

.noDisputesHighFive img {
  max-height: 80px;
  opacity: .8;
  margin-bottom: 5px;
}

.chargebackRatioSemaphore {
  background-color: #fffdf6;
  padding: 12px 25px;
  border-radius: 10px;
  margin-bottom: 20px;
  border: 2px solid #aaa;
  display: flex;
  gap: 35px;
}

.chargebackRatioSemaphore.red {
  border-color: red;
}

.chargebackRatioSemaphore.yellow {
  border-color: #ffbb00;
}

.chargebackRatioSemaphore.green {
  border-color: #15b67c;
}

.chargebackRatioSemaphore .semaphore {
  height: 80px;
  width: 50px;
  background-color: #525151;
  border-radius: 25px;
  padding: 5px 10px;
}

.chargebackRatioSemaphore .semaphore .light {
  height: 15px;
  width: 15px;
  background-color: #aaa;
  border-radius: 20px;
  margin: 4px 5px;
}

.chargebackRatioSemaphore.red .semaphore .light.red,
.chargebackRatioSemaphore.yellow .semaphore .light.yellow,
.chargebackRatioSemaphore.green .semaphore .light.green {
  height: 25px;
  width: 25px;
  margin: 4px 0px;
  border: 1px solid #333
}

.chargebackRatioSemaphore.red .semaphore .light.red {
  background-color: red;
}

.chargebackRatioSemaphore.yellow .semaphore .light.yellow {
  background-color: #ffbb00;
}

.chargebackRatioSemaphore.green .semaphore .light.green {
  background-color: #15b67c;
}

.chargebackRatioSemaphore .chargebackRatio {
  font-size: 3rem;
  font-family: -apple-system, system-ui, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  font-weight: 500;
}

.chargebackRatioSemaphore .description {
  font-size: .9rem;
  margin: 5px 0;
}

.chargebackRatioSemaphore .description .red,
.chargebackRatioSemaphore .description .yellow,
.chargebackRatioSemaphore .description .green {
  display: none;
  font-weight: 600;
}

.chargebackRatioSemaphore.red .description .red,
.chargebackRatioSemaphore.yellow .description .yellow,
.chargebackRatioSemaphore.green .description .green {
  display: inline;
}

#feeNotificationModal .modal-body {
  padding: 20px;
  font-size: 16px;
}

#feeNotificationModal .modal-footer {
  border-top: 1px solid #dee2e6;
  padding: 15px 20px;
}

.form.passkey-setup {
  background-color: #fff;
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 15px 20px;
  margin-bottom: 25px;
  max-width: 450px;
  margin: 15px auto;
}

#modalFlashPayout .availableForPayout button {
  display: flex;
  border: 1px solid #aaa;
  width: 100%;
  border-radius: 5px;
  box-shadow: 0px 1px 3px #ddd;
}

#modalFlashPayout .availableForPayout ul {
  width: 100%;
}

#modalFlashPayout .availableForPayout li {
  display: flex;
  padding: 0 21px 0 7px;
  width: 100%;
  border-radius: 5px;
}

#modalFlashPayout .availableForPayout .description {
  flex: 1;
  text-align: left;
}

#modalFlashPayout .availableForPayout .description .currency {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: -3px;
}

#modalFlashPayout .availableForPayout .description .source {
  font-size: .8rem;
}

#modalFlashPayout .availableForPayout .amount {
  margin: 8px 10px;
  font-size: 1.1rem;
  font-weight: 600;
}

#modalFlashPayout .availableForPayout .flag {
  font-size: 1.5rem;
  background-color: #edf1f5;
  border-radius: 5px;
  padding: 0px 7px;
  margin: 5px 10px 2px -2px;
  position: relative;
  top: -1.5px;
}

#modalFlashPayout .availableForPayout .dropdown-toggle::after {
  position: relative;
  top: 20px;
}

#modalFlashPayout .destination .bankAccount {
  border: 1px solid #ddd;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 10px;
}

#modalFlashPayout .destination .bankAccount .description {
  margin: 2px 0;
  font-size: .9rem;
}

#modalFlashPayout .destination .bankAccount .description .flag {
  font-size: 1.5rem;
  margin: -10px 0;
  display: inline-block;
  position: relative;
  top: 3px;
}

#modalFlashPayout .destination .bankAccount img {
  width: 26px;
  height: 26px;
  border-radius: 5px;
}

#modalFlashPayout .destination .bankAccount {
  display: flex;
  gap: 10px;
}

#modalFlashPayout .destination .bankAccount .currency {
  flex: 1;
  text-align: right;
  text-transform: uppercase;
  color: #aaa;
  margin-top: 2px;
  font-size: .9rem;
}

#modalFlashPayout .review {
  border:1px solid #ddd;
  border-radius: 5px;
  background-color: #fafafa;
  padding: 10px 15px;
}

#modalFlashPayout .review .row {
  display: flex;
  font-size: .9rem;
  margin: 0;
  padding: 0;
}

#modalFlashPayout .review .row .fieldName {
  flex: 1;
  width: auto;
  max-width:unset;
  padding: 0;
}

#modalFlashPayout .review .row .value {
  width: auto;
  max-width:unset;
  text-align: right;
  margin: 0;
  padding: 0;
}

#modalFlashPayout .review .row.total {
  font-weight: 600;
}

.bankAccountSmall img {
  height: 20px;
  border-radius: 3px;
  position: relative;
  top: -1px;
  margin-right: 5px;
}