/**
 * Customizations done by the developers on the fly that the
 * frontend developer will need to integrate in his own stuff later
 */
div.file-upload-area {
  position: relative;
  min-height: auto;
  padding: 0;
  border: 1px solid #d8e0e5;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 12px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

[data-flow-init] input[type=file] {
  width: auto !important;
}

div.file-upload-area button.btn {
  line-height: 1em;
}

div.file-upload-area button.btn--retry--file {
  margin-right: 5px;
}

div.file-upload-area header {
  border-bottom: 1px solid #e8edf0;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  background-color: #f8fafb;
  display: flex;
  gap: 10px;
  justify-content: space-between;
}

div.file-upload-area header button {
  float: right;
  width: auto;
  padding: 0.3em;
}

div.file-upload-area header span.filename {
  color: #2c3e48;
  font-size: 13px;
  font-weight: 500;
}

div.file-upload-area .btn--remove--file {
  font-size: 12px;
  color: #91a5b0;
  background: transparent;
  border: none;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

div.file-upload-area .btn--remove--file:hover {
  color: #a94442;
}

div.file-upload-area .btn--remove--file__icon {
  padding-right: 0;
  margin-right: 2px;
  position: relative;
  right: 0;
}

div.file-upload-area main.signing {
  position: relative;
  padding: 0;
}

div.file-upload-area main.signing span.loading-spinner {
  display: block;
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 24px 16px;
  z-index: 100;
}

div.file-upload-area main.signing p {
  color: #465862;
  font-size: 0.90em;
}

div.file-upload-area main.signing .progress {
  font-weight: bold;
}

div.file-upload-area main.signing p small {
  font-size: 0.73em;
  font-style: italic;
}

/* Signature verification results */
ul.sig-results {
  list-style: none;
  padding: 8px 16px 12px;
  margin: 0;
}

ul.sig-results .sig-results__item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 7px 10px;
  margin-bottom: 3px;
  border-radius: 4px;
  font-size: 13px;
  line-height: 1.5;
}

ul.sig-results .sig-results__item--pass {
  background-color: #f0f9f0;
  color: #2d6a30;
}

ul.sig-results .sig-results__item--fail {
  background-color: #fef5f4;
  color: #9e3a38;
}

ul.sig-results .sig-results__icon {
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  margin-top: 1px;
}

ul.sig-results .sig-results__icon--pass {
  background-color: #4caf50;
  color: #fff;
}

ul.sig-results .sig-results__icon--fail {
  background-color: #e57373;
  color: #fff;
}

/*.table-judiciary th {padding:0px;vertical-align: middle;}
table.table.table-judiciary tr th:nth-child(3), table.table.table-judiciary tr td:nth-child(3) {text-align: left;}*/
span.qq-upload-size {
  margin-left: 5px;
}


/* ToDo update main style */

/*.table-judiciary th {
	padding:0px;
	vertical-align: middle;
}

table.table.table-judiciary tr th:nth-child(3), table.table.table-judiciary tr td:nth-child(3) {
    text-align: left;
}*/

span.qq-upload-size {
  margin-left: 5px;
}

span.paid {
  color: #28b970;
}

span.not-paid {
  color: #f39383;
}

h3.expenses-title .btn {
  float: right;
  width: 100px;
  text-align: center;
  border-radius: 0px;
}

h3.expenses-title span {
  line-height: 31px
}

div.expense-extra__items {
  display: none;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__toggle {
  padding: 0;
  border: none;
  line-height: 1;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl table {
  font-size: 14px;
  width: 98%;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl table tr th, table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl table tr td {
  background-color: white;
}

div.expense-extra__items table {
  padding: 10px;
}

table.table--striped.table--expenses.table--party-expenses table {
  table-layout: auto;
}


table.table--striped.table--expenses.table--party-expenses tr.expense-extra td {}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl table tr td:last-child {
  text-align: left;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items {
  display: none;
  border: 2px solid #d2dbe0;
  margin-bottom: 0;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl {
  width: 100%;
  float: left;
  margin-bottom: 0;
  padding-top: 6px;
}

@media screen and (min-width: 769px) {
  table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl {
    width: 50%;
  }
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl dt, table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl dd {
  margin: 0;
  width: 50%;
  float: left;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  line-height: 1.2em;
  padding-bottom: 6px;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl dt {
  text-align: right;
  padding-right: 6px;
  color: #b1b2b2;
  clear: both;
}

table.table--striped.table--expenses.table--party-expenses .expense-extra__items dl dd {
  text-align: left;
  padding-left: 6px;
  font-weight: 600;
  color: #0f1b6c;
}

div.file-upload-area.in-process {
  margin-top: 10px;
}

div.file-upload-area.in-process span.icon {
  font-size: 13px;
}

div.file-upload-area.in-process .progress {
  color: #465862;
}

div.file-upload-area.in-process header .filename {
  font-size: 13px;
}

div.file-upload-area.in-process .sig-results {
  padding: 6px 14px 10px;
}

div.file-upload-area.in-process .sig-results .sig-results__item {
  font-size: 12px;
  padding: 6px 8px;
}

.hidefilestatus {
  position: absolute;
  left: -999999px;
}

div.file-upload-area.nonsigned {
  min-height: auto;
}

div.file-upload-area.nonsigned header {
  border-bottom: none;
  margin-bottom: 0;
  height: auto;
  padding: 10px 16px;
  background-color: #f8fafb;
}

div.file-upload-area.nonsigned header span.icon {
  margin-right: 5px;
  font-size: 1.1em;
}

div.file-upload-area.nonsigned header span.filename {
  font-size: 13px;
}

.payment-card {
  border: solid 1px #aaa;
  padding: 10px;
  margin: 20px 0;
}

.payment-card p {
  margin: 0;
}

div.hiddenFileInputContainter input[type='file'].hidden {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 50px;
  cursor: pointer;
  opacity: 0;
  -moz-opacity: 0;
  filter: Alpha(Opacity=0);
}

div.container-partners p {
  margin-bottom: 0.5em;
}

section.container--notice p {
  margin: 0;
}

.doc-visibility li label::before, label::after {
  content: '' !important;
}

div.container--submission div.drafts {
  padding-bottom: 12px;
  text-align: right;
}

div.container--submission div.drafts select {
  width: 200px;
  font-size: 14px;
  line-height: 2em;
  height: 2em;
  background-image: url("../img/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: 97% 50%;
  padding-right: 20px;
  padding-left: 10px;
  min-height: 35px;
  border: none;
  outline: none;
  border-radius: 4px;
  color: black;
  border: 1px solid #EAEEF0;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

/*
 * Fine Uploader
 */
.qq-upload-button {
  width: 100%;
  padding: 0;
  background: transparent;
  border: none;
}

.qq-upload-button-hover .btn, .qq-upload-button-hover .slider-arrow,
.qq-upload-button-focus .btn,
.qq-upload-button-focus .slider-arrow {
  color: #465862;
  /* fallback/image non-cover color */
  background-color: #ccd6db;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#ccd6db, #ccd6db);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ccd6db), to(#ccd6db));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#ccd6db, #ccd6db);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#ccd6db, #ccd6db);
}

.qq-upload-drop-area, .qq-upload-extra-drop-area {
  background: #fef9c7;
  border: 1px solid #fdf17c;
  color: #465862;
  border-radius: 3px;
}

.qq-upload-drop-area span, .qq-upload-extra-drop-area span {
  margin-top: -11px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  font-style: italic;
}

.qq-upload-drop-area-active {
  background: #fdf495;
}

.qq-upload-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.qq-upload-list li {
  margin: 0;
  padding: 6px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.71429;
  background-color: #FFF0BD;
  border-radius: 3px;
  color: #465862;
}

.qq-upload-list li:first-child {
  border-bottom-left-radius: none;
  border-bottom-right-radius: none;
}

.qq-upload-list li:last-child {
  border-top-left-radius: none;
  border-top-right-radius: none;
}

.qq-upload-spinner {
  background: url("../img/processing.gif");
  width: 15px;
  height: 15px;
}

.qq-drop-processing {
  display: none;
  background: #eaeef0;
  padding: 12px;
  text-align: center;
}

.qq-upload-spinner,
.qq-drop-processing-spinner {
  background: url("../img/processing.gif");
  width: 24px;
  height: 24px;
  margin: 0 12px;
}

.qq-upload-delete,
.qq-upload-retry,
.qq-upload-cancel {
  font-size: 16px;
  width: 24px;
  line-height: 24px;
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
  float: right;
  margin-right: 0;
  margin-left: 3px;
}

.qq-upload-delete:before,
.qq-upload-retry:before,
.qq-upload-cancel:before {
  content: 'Ⅹ';
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none !important;
  speak: none;
  display: inline-block;
  text-decoration: none;
  width: 1em;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
}

.qq-upload-cancel:before {
  content: 'Ⅹ';
}

.qq-upload-retry:before {
  content: '↩';
}

.qq-upload-size {
  margin-left: 10px;
  font-weight: bold;
}

.qq-upload-list li.qq-upload-fail {
  background-color: #fddbd6;
  color: #715952;
}

.qq-upload-list li.qq-upload-fail .qq-upload-status-text {
  display: block;
  text-align: center;
  margin: 6px 0;
  background-color: #715952;
  color: white;
  padding: 3px;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 2;
}

.qq-upload-list li.qq-upload-success {
  background-color: #dbf6d3;
  color: #5E7158;
}

.qq-progress-bar {
  /* fallback/image non-cover color */
  background-color: #1f9b7c;
  /* Firefox 3.6+ */
  background-image: -moz-linear-gradient(#1f9b7c, #17715a);
  /* Safari 4+, Chrome 1+ */
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#1f9b7c), to(#17715a));
  /* Safari 5.1+, Chrome 10+ */
  background-image: -webkit-linear-gradient(#1f9b7c, #17715a);
  /* Opera 11.10+ */
  background-image: -o-linear-gradient(#1f9b7c, #17715a);
  margin-bottom: 10px;
  border-radius: 3px;
}

.upload-result {
  text-align: center;
  color: #66808f;
  font-weight: 500;
}

.transfer-result {
  text-align: center;
  color: #66808f;
  font-weight: 500;
  background: #f0f09a;
  border-radius: 15px;
  padding: 5px;
  font-size: 0.9rem;
}

table.table-documents th, table.table-documents td {
  padding: 18px 14px !important;
}

.judiciary-history {
  position: relative;
  display: inline-table;
  float: right;
  padding-right: 25px;
}

.judiciary-history .btn {
  min-width: 150px;
  text-align: center;
  border-radius: 0px;
  border: 2px solid #fff;
  padding: 3px 20px;
  background: transparent;
  color: #fff;
}

.judiciary-history .btn.btn--primary {
  background: #fff;
  color: #D89500;
}

.judiciary-history-container {
  display: none;
}

.label--aj {
  color: #fff;
  background-color: #dd8a00;
  display: inline;
  text-align: center;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 0 0.5em;
  font-size: 0.625rem;
  line-height: 1.5em;
  letter-spacing: 1px;
  margin: 0px 2px;
  vertical-align: middle;
}

.inventoried-wrapper {
  display: flex;
  flex-direction: column;
}

.inventoried-card {
  padding: 5px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, minmax(150px, 2fr));
  grid-template-rows: repeat(2, minmax(50px, 2fr));
  background-color: #eee;
  margin-bottom: 10px;
  position: relative;
}

.inventoried-delete {
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  width: 20px;
  font-size: 1rem !important;
}

.inventoried-delete :hover {
  color: rgba(255, 0, 0, 0.7);
  cursor: pointer;
}

.inventoried-edit {
  position: absolute;
  top: 5px;
  right: 35px;
  height: 20px;
  width: 20px;
  font-size: 1rem !important;
}

.inventoried-edit :hover {
  color: rgb(205, 205, 14);
  cursor: pointer;
}

.inventoried-save {
  position: absolute;
  top: 5px;
  right: 35px;
  height: 20px;
  width: 20px;
  font-size: 1rem !important;
}

.inventoried-save :hover {
  color: rgba(0, 255, 0, 0.7);
  cursor: pointer;
}

.inventoried-card p {
  margin-bottom: 2px;
  font-size: 14px;
}

.inventoried-card p label {
  font-size: 14px;
  display: flex;
  font-weight: bold;
  padding-bottom: 0;
}

.inventoried-card p span {
  font-size: 1em;
  display: table;
}

.inventoried-card p input, .inventoried-card p select {
  display: none;
}

.inventoried-card p select {
  min-height: auto !important;
  max-height: 25px !important;
  line-height: 25px !important;
  border-radius: 0px !important;
  padding-left: 0px !important;
  border: 1px solid #999;
}

.inventoried-result {
  clear: both;
  text-align: center;
  font-size: 14px;
  padding: 20px !important;
}

.new-inventoried {
  margin: 0 auto;
  display: table;
  float: right;
  align-items: center;
}

.new-inventoried svg {
  width: 15px;
  height: 15px;
  margin-left: 10px;
}

.new-inventoried-wrapper {
  clear: both;
  display: none;
}

.new-inventoried-wrapper input {
  font-size: 14px;
}

.no-inventoried {
  text-align: center;
  font-size: 18px;
  padding: 40px !important;
}

select.newInventoriedMaritalStatus {
  background-color: white;
  color: #66808f !important;
}

.inventoried-count {
  display: inline;
}

.search-message {
  background-color: #800080a8;
  padding: 2px;
  font-variant: small-caps;
  color: white;
  font-size: 0.8rem;
  border-radius: 5px;
  display: inline-block;
}

.court-status-header {
  position: relative;
  margin-bottom: 0.5rem;
}

.court-status-header__title {
  margin: 0;
}

.court-status-header--with-toggle .court-status-header__title {
  padding-right: 10.5rem;
}

.court-status-header .court-status-history__toggle.btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  font-size: 0.65rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 0.4em 0.75em;
  min-width: 0;
  white-space: nowrap;
  text-transform: none;
}

.court-status-history__panel {
  margin: 0 0 1rem;
  width: 100%;
  box-sizing: border-box;
}

.court-status-history__panel .court-status-history {
  width: 100%;
  font-size: 0.75rem;
}

.court-status-history__panel .court-status-history th,
.court-status-history__panel .court-status-history td {
  padding: 0.35rem 0.5rem;
}

section.court-status-section p {
  margin: 3px 0px;
  display: flex;
  align-items: center;
  font-size: 0.8rem;
  gap: 5px;
}

section.court-status-section span {
  background-color: #800080a8;
  padding: 3px;
  font-variant: small-caps;
  color: white;
  font-size: 0.8rem;
  border-radius: 5px;
  display: table;
  margin: 3px 0px;
}

div.feature-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

div.feature-list a {
  color: #555;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-size: 0.9rem;
  backface-visibility: hidden;
  outline: none;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

div.feature-list a:hover {
  color: #666;
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  outline: none;
  border-radius: 10px;
}

div.feature-list a div.feature {
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  gap: 4px;
  padding: 10px;
  backdrop-filter: blur(10px);
  position: relative;
}

div.feature-list a div.feature .feature-name {
  font-weight: 500;
  font-size: 1.1rem;
  color: #444;
}

div.feature-list a div.feature .feature-description {
  font-weight: 300;
}

div.feature-list a div.feature .feature-launch-date {
  margin-top: 10px;
  font-weight: 200;
  color: #999;
}

div.feature-list a div.feature .feature-for {
  position: absolute;
  top: 10px;
  right: 10px;
}

div.feature-list a div.feature .feature-for span {
  padding: 2px 4px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 0.7rem;
  background-color: #5E7158;
  color: white;
}

div.feature-list a div.feature .feature-link {
  position: absolute;
  bottom: 15px;
  right: 10px;
}

div.feature-list a div.feature .feature-link {
  width: 15px;
  height: 15px;
}

section.feature-page {
  position: relative;
}

section.feature-page div.back-link {
  position: fixed;
  left: -10px;
  top: 110px;
  padding: 40px;
}

section.feature-page div.back-link a {
  color: inherit;
  text-decoration: none;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 4px;
  text-transform: uppercase;
  color: #666;
  transition: all 300ms ease-in-out;
  padding: 4px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
}

section.feature-page div.back-link a:hover {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

section.feature-page div.back-link a svg {
  width: 15px;
  height: 15px;
}

@media screen and (max-width: 1280px) {
  section.feature-page div.back-link {
    display: none;
  }
}

.notary-features-container {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin: auto auto 24px auto;
}

.notary-features-container a.card {
  color: inherit;
  text-decoration: none;
  width: 100%;
  flex: 1 1 160px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  gap: 15px;
  padding: 15px;
  backdrop-filter: blur(10px);
  position: relative;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  outline: none;
}

.notary-features-container a.card.requirements-card {
  box-shadow: 0 0 10px #FFB693;
}

.notary-features-container a.card.requirements-card:hover {
  box-shadow: 0 0 10px #FD9A6A;
}

.notary-features-container a.card:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.notary-features-container a.card .icon {
  font-weight: 500;
  font-size: 2rem;
  color: #444;
}

.notary-features-container a.card .badge {
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  
  background-color: #ccc;
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}

.notary-features-container a.card .badge.pending {
  background-color: #f85238;
}

.notary-features-container a.card .alert {
  vertical-align: middle;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: white;
  
  background-color: rgba(255, 0, 0, 0.5);
  border-radius: 50%;
  position: absolute;
  right: 10px;
  top: 10px;
}


.notary-features-container  a.card div.feature div.title {
  font-weight: 500;
  font-size: 1.1rem;
  color: #444;
}

.notary-features-container a.card div.feature div.description {
  font-weight: 300;
  font-size: 0.9rem;
}

a.no-underline {
  text-decoration: none;
}

span.requirements-info {
  font-size: 0.8rem;
  color: #666;
  font-weight: 300;
  padding: 2px 10px;
  margin-bottom: 2px;
  background-color: #ccc;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
}

span.requirements-info:hover {
  background-color: #bbb;
}

span.requirements-info svg {
  width: 12px;
  height: 12px;
  line-height: 12px;
  vertical-align: middle;
  color: black;
  margin-right: 5px;
}

span.notifications__alert {
  font-size: 0.6rem !important;
  color: #666;
  font-weight: 300;
  line-height: 11px !important;
  padding: 2px;
  vertical-align: middle;
  text-align: center;
  background-color: #ccc;
  margin-right: 10px;
  border-radius: 10px;
  display: inline-block;
}

div.notice-extra.wallet {
  background-color: #FFDCAF;
  border: solid 1px #FFB693;
}

.notice-extra.wallet .copy .icon {
  color: #FF1800;
}

.fade-in-elem {
  opacity: 0;
}

/* Form accent color */
input[type="radio"],
input[type="checkbox"] {
  accent-color: #465862;
}

/* Submission form refinements */
.container--submission .notaries-list {
  margin-top: 6px;
}

.container--submission .notaries-list > li {
  background: #fff;
  border-radius: 6px;
  border: 1px solid #d8e0e5;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.container--submission .notaries-list .notary-self {
  padding: 16px 20px;
}

.container--submission .notaries-list .notary-self h2.delta {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #13252F;
}

.container--submission .notaries-list .multi-list > li.notary-address {
  border-right-color: #d8e0e5;
}

.container--submission .notaries-list .multi-list span {
  font-size: 12px;
  line-height: 1.7;
  color: #66808f;
}

.container--submission .notaries-list .multi-list .notary-contacts span {
  font-size: 11px;
  letter-spacing: 0.02em;
}

.container--submission .notaries-list .multi-list .notary-contacts b {
  color: #91a5b0;
  font-weight: 500;
}

.container--submission .module.notice-info {
  background-color: #f5f7f8;
  border: 1px solid #e2e8ec;
}

.container--submission .module.notice-info .module__message {
  font-size: 13px;
  line-height: 1.6;
  color: #546a76;
}

.container--submission .module span.icon {
  font-size: 1.4em;
  margin-right: 10px;
  color: #91a5b0;
}

.container--submission form fieldset.submit .btn--primary {
  transition: background-color 200ms ease;
}

.container--submission .heading-separator small {
  font-size: 13px;
  color: #91a5b0;
  font-weight: 400;
  white-space: nowrap;
}

/* Payments modal */
.payments-modal {
  border-radius: 8px;
  padding: 0;
  overflow: hidden;
}

.payments-modal h2 {
  font-size: 16px;
  font-weight: 600;
  padding: 18px 24px;
  margin: 0;
  border-bottom: 1px solid #e8edf0;
}

.payments-modal__body {
  padding: 16px 24px 20px;
}

.payments-modal .table-payments {
  max-width: 100%;
  margin: 0;
  border: none;
  border-radius: 0;
}

.payments-modal .table-payments th {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #66808f;
  padding: 6px 10px;
  border-bottom: 2px solid #e8edf0;
}

.payments-modal .table-payments td {
  font-size: 13px;
  padding: 5px 10px;
  color: #2c3e48;
}

.payments-modal .table-payments tr td:last-child {
  font-weight: 600;
}

.payments-modal__footnote {
  font-size: 11px;
  color: #91a5b0;
  margin: 8px 0 0;
  font-style: italic;
}

.payments-modal__note {
  font-size: 12px;
  color: #546a76;
  background-color: #fef9c7;
  padding: 8px 12px;
  border-radius: 4px;
  margin: 10px 0 0;
  line-height: 1.5;
}

.payments-modal__action {
  text-align: center;
  margin-top: 16px;
}

.payments-modal__action .btn {
  min-width: 120px;
  text-align: center;
}

.wallet-soon {
  display: block;
  text-align: center;
  background-color: orange;
  border-radius: 10px;
  padding: 5px 10px;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
}

select#select-status.filtered, select#select-aj.filtered, select#select-type.filtered {
  transition: linear 200ms;
  background-color: rgba(237, 174, 15, 0.3);
  border-radius: 20px;
}

.content-filters select#select-status, .content-filters select#select-aj, .content-filters select#select-type {
  transition: linear 200ms;
  background-position: 12% 50%;
  padding-left: 35px;
  padding-right: 0px;
}

.help-image {
  margin: 24px 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

.icon-gov {
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="%23000" d="M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm0 18c-4.41 0-8-3.59-8-8s3.59-8 8-8 8 3.59 8 8-3.59 8-8 8zm-1-13h2v6h-2zm0 8h2v2h-2z"/></svg>');
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-right: 8px;
}