/* stylelint-disable */
html,
body {
  width: 100%;
  height: 100%;
}
input::-ms-clear,
input::-ms-reveal {
  display: none;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@-ms-viewport {
  width: device-width;
}
body {
  margin: 0;
}
[tabindex='-1']:focus {
  outline: none;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5em;
  font-weight: 500;
}
p {
  margin-top: 0;
  margin-bottom: 1em;
}
abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}
address {
  margin-bottom: 1em;
  font-style: normal;
  line-height: inherit;
}
input[type='text'],
input[type='password'],
input[type='number'],
textarea {
  -webkit-appearance: none;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1em;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: 500;
}
dd {
  margin-bottom: 0.5em;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1em;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: 'SFMono-Regular', Consolas, 'Liberation Mono', Menlo, Courier, monospace;
}
pre {
  margin-top: 0;
  margin-bottom: 1em;
  overflow: auto;
}
figure {
  margin: 0 0 1em;
}
img {
  vertical-align: middle;
  border-style: none;
}
a,
area,
button,
[role='button'],
input:not([type='range']),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75em;
  padding-bottom: 0.3em;
  text-align: left;
  caption-side: bottom;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type='radio'],
input[type='checkbox'] {
  box-sizing: border-box;
  padding: 0;
}
input[type='date'],
input[type='time'],
input[type='datetime-local'],
input[type='month'] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5em;
  padding: 0;
  color: inherit;
  font-size: 1.5em;
  line-height: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}
[type='search'] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type='search']::-webkit-search-cancel-button,
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
mark {
  padding: 0.2em;
  background-color: #feffe6;
}
.ant-layout {
  height: 100vh;
}
.ant-empty-normal {
  margin: 12px 0;
}
.ant-card .ant-card-head {
  padding: 0 12px;
}
.ant-card .ant-card-head .ant-card-head-title {
  padding: 12px 0;
}
.ant-card .ant-card-head .ant-card-extra {
  padding: 0;
}
.ant-card .ant-card-body {
  padding: 12px;
}
.ant-descriptions-bordered.ant-descriptions .ant-descriptions-item-label {
  font-weight: 700;
}
.ant-descriptions-bordered.ant-descriptions .ant-descriptions-item-content:hover {
  background-color: #fafafa;
}
.ant-alert-info {
  background-color: #e6f4ff !important;
  border: 1px solid #91caff !important;
}
.ant-alert-info .ant-alert-icon {
  color: #1890ff !important;
}
.ant-space-vertical {
  width: 100%;
}
.antd-no-border.ant-descriptions-bordered.ant-descriptions .ant-descriptions-view {
  border: 0;
}
.antd-no-padding.ant-card .ant-card-body {
  padding: 2px 1px 1px 1px;
}
.antd-no-padding.ant-modal .ant-modal-body {
  padding: 2px 1px 1px 1px;
}
.antd-no-margin.ant-skeleton ul.ant-skeleton-paragraph {
  margin: 0;
}
.antd-vertical-cards .ant-card {
  margin-bottom: 12px;
}
.ant-collapse.antd-collapse-columns {
  background-color: #fff;
  border-left: 6px solid #f0f0f0;
  padding-left: 2px;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item {
  border-bottom-color: #f0f0f0;
  padding-bottom: 1px;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item.ant-collapse-item-active > .ant-collapse-header {
  background-color: #fafafa;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-header {
  padding: 0;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-header:hover {
  background-color: #fafafa;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-header .ant-collapse-header-text .ant-row .ant-col {
  margin: 8px 0 7px 0px;
  padding: 0 8px;
  border-left: 1px solid #f0f0f0;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-header .ant-collapse-header-text .ant-row .ant-col:first-child {
  border-left-color: #fff;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-expand-icon {
  padding: 8px 0 8px 12px;
  background-color: #fafafa;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-content {
  padding: 2px 1px 1px 0px;
  margin-top: 1px;
  border-top: 1px solid #f0f0f0;
}
.ant-collapse.antd-collapse-columns .ant-collapse-item .ant-collapse-content .ant-collapse-content-box {
  padding: 0;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content.antd-with-error {
  padding: 2px 3px;
}
.ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content.antd-with-error span {
  display: block;
}
body {
  background-color: #f9f9f9 !important;
}
.notification-error {
  width: 640px;
}
.notification-error .ant-notification-notice-message {
  border-bottom: 1px solid #e6e9ef;
  padding-bottom: 6px;
  margin-bottom: 12px;
  font-weight: bold;
}
.notification-error .ant-notification-notice-with-icon .ant-notification-notice-description {
  margin-left: 0;
}
.notification-error pre {
  font-size: 12px;
  padding: 12px;
  background-color: #f0f2f5;
  border: 1px solid #e6e9ef;
}
.notification-error .buttons {
  text-align: right;
}
.page-not-found {
  margin: auto;
}
.ant-page-header {
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.ant-alert.ant-alert-warning.ant-alert-banner {
  border-bottom: 1px solid #f0f0f0;
}
.ant-tabs-top .ant-tabs-nav {
  margin-bottom: 5px;
}
.ant-layout-header {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
  padding: 0 16px;
}
.header-menu {
  border-radius: 100px;
  padding: 4px;
}
.username {
  color: rgba(0, 0, 0, 0.45);
}
.page-loading {
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.page-loading .spinner {
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-left-color: rgba(0, 0, 0, 0.7);
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spinner-rotate 0.8s linear infinite;
}
.page-loading span {
  font-family: sans-serif;
  font-size: 12px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
}
.page-loading footer {
  margin: 48px 0 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
@keyframes spinner-rotate {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.new-password-page .form {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  width: 400px;
}
.new-password-page .form .ant-alert-error {
  margin-bottom: 12px;
}
.new-password-page .form .logo {
  margin-bottom: 24px;
}
.new-password-page .form .logo img {
  height: 48px;
}
.new-password-page .form .ant-input-prefix .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.new-password-page .form .ant-btn-lg,
.new-password-page .form .ant-input-affix-wrapper {
  border-radius: 4px;
}
.new-password-page .form .ant-btn-lg .ant-input,
.new-password-page .form .ant-input-affix-wrapper .ant-input {
  color: rgba(0, 0, 0, 0.65);
}
.new-password-page .form .ant-form-item:last-child {
  margin-bottom: 0;
}
.new-password-page .form .info {
  margin-bottom: 12px;
}
.login-page footer {
  margin: 48px 0 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.login-page .form {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  width: 400px;
}
.login-page .form .ant-alert-error {
  margin-bottom: 12px;
}
.login-page .form .logo {
  margin-bottom: 24px;
}
.login-page .form .logo img {
  height: 48px;
}
.login-page .form .ant-input-prefix .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.login-page .form .ant-btn-lg,
.login-page .form .ant-input-affix-wrapper {
  border-radius: 4px;
}
.login-page .form .ant-btn-lg .ant-input,
.login-page .form .ant-input-affix-wrapper .ant-input {
  color: rgba(0, 0, 0, 0.65);
}
.login-page .form .ant-form-item:last-child {
  margin-bottom: 0;
}
.login-page footer {
  margin: 48px 0 24px;
  position: absolute;
  width: 100%;
  bottom: 0;
  font-family: sans-serif;
  font-size: 13px;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
}
.login-page .form {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  width: 400px;
}
.login-page .form .ant-alert-error {
  margin-bottom: 12px;
}
.login-page .form .logo {
  margin-bottom: 24px;
}
.login-page .form .logo img {
  height: 48px;
}
.login-page .form .ant-input-prefix .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.login-page .form .ant-btn-lg,
.login-page .form .ant-input-affix-wrapper {
  border-radius: 4px;
}
.login-page .form .ant-btn-lg .ant-input,
.login-page .form .ant-input-affix-wrapper .ant-input {
  color: rgba(0, 0, 0, 0.65);
}
.login-page .form .ant-form-item:last-child {
  margin-bottom: 0;
}
.new-password-page .form {
  margin: 0;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 40px 32px;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  width: 400px;
}
.new-password-page .form .ant-alert-error {
  margin-bottom: 12px;
}
.new-password-page .form .logo {
  margin-bottom: 24px;
}
.new-password-page .form .logo img {
  height: 48px;
}
.new-password-page .form .ant-input-prefix .anticon {
  color: rgba(0, 0, 0, 0.25);
}
.new-password-page .form .ant-btn-lg,
.new-password-page .form .ant-input-affix-wrapper {
  border-radius: 4px;
}
.new-password-page .form .ant-btn-lg .ant-input,
.new-password-page .form .ant-input-affix-wrapper .ant-input {
  color: rgba(0, 0, 0, 0.65);
}
.new-password-page .form .ant-form-item:last-child {
  margin-bottom: 0;
}
.air-report-miles-acquisitions .stats-card .ant-card-body {
  padding: 16px 24px;
}
.air-report-miles-acquisitions .status-segmented {
  padding: 16px 0 0;
}
.air-report-miles-acquisitions .status-segmented .ant-segmented {
  padding: 8px;
  background-color: #EBF9FF;
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.air-report-miles-acquisitions .status-segmented .ant-segmented .ant-segmented-item-selected {
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.air-report-miles-acquisitions .page-container {
  padding: 16px;
}
.air-events .ant-modal-body {
  padding: 1px;
}
.air-events .ant-table.ant-table-small .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.air-events .ant-table-tbody > tr:last-child > td {
  border-bottom: 0;
}
.air-events .level-debug td {
  border-left: 3px solid transparent;
}
.air-events .level-debug td:first-child {
  border-left-color: lightgray;
}
.air-events .level-info td {
  border-left: 3px solid transparent;
}
.air-events .level-info td:first-child {
  border-left-color: dodgerblue;
}
.air-events .level-warning td {
  border-left: 3px solid transparent;
}
.air-events .level-warning td:first-child {
  border-left-color: darkorange;
}
.air-events .level-danger td {
  border-left: 3px solid transparent;
}
.air-events .level-danger td:first-child {
  border-left-color: orangered;
}
.air-events__details {
  background-color: #fff;
}
.air-events__details .ant-descriptions-item-label {
  text-align: right;
}
.air-events__details__objects .ant-descriptions-item-container .ant-descriptions-item-label {
  display: block;
  min-width: 150px;
}
.air-events__details__objects .ant-descriptions-view {
  border: 0;
}
.air-events__details__objects .ant-descriptions-row > td {
  padding-bottom: 0;
}
.air-events__details__value {
  display: contents;
}
.air-events__details__value pre {
  font-size: 12px;
  margin: 0;
  margin: 6px 12px;
  white-space: break-spaces;
}
.air-events__details__value textarea {
  border: 0;
}
.air-events__details__value > span {
  padding: 8px 16px;
  display: block;
}
.air-events__details .ant-descriptions-bordered.ant-descriptions-small .ant-descriptions-item-content {
  padding: 0;
}
.user-view__popup__header {
  display: flex;
}
.user-view__popup__header__avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 3px;
}
.user-view__popup__header__info {
  position: relative;
  flex: 1 1 auto;
}
.user-view__popup__header__info > div:first-child {
  color: #717171;
}
.user-view__popup__header__info > div:last-child {
  font-size: 16px;
}
.air-report-miles-statement-filters {
  border-top-width: 0;
  margin-bottom: 8px;
}
.air-report-miles-statement-filters .ant-card-body {
  padding: 12px 16px;
}
.air-report-miles-statement-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-statement-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-miles-acquisition-list {
  margin-top: 16px;
}
.air-report-miles-acquisition-list .ant-card-body {
  padding: 2px;
}
.air-report-miles-acquisition-list .ant-table {
  font-size: 12px;
}
.air-report-miles-acquisition-list .ant-badge-status-text {
  font-size: 12px;
}
.acquisition-modal .ant-modal-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.acquisition-modal .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px !important;
  margin: 0px;
}
.acquisition-modal .ant-modal-body {
  padding: 16px 24px !important;
  max-height: 70vh;
  overflow-y: auto;
}
.acquisition-modal .section-title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 20px;
}
.acquisition-modal .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.acquisition-modal .ant-form-item {
  margin-bottom: 16px;
}
.floating-action-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 10px;
  z-index: 1000;
}
.floating-action-bar-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.selected-count {
  font-weight: 500;
}
.close-button {
  color: #ff4d4f;
}
.paid-button {
  background-color: #52c41a;
  border-color: #52c41a;
}
.air-miles-customers {
  min-width: 1085px;
  padding-bottom: 32px;
}
.air-miles-customers .ant-page-header {
  padding: 6px 12px 6px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.air-miles-customers .page-container {
  padding: 0 12px 12px;
}
.air-miles-cards-form .ant-drawer-body {
  padding: 16px;
}
.air-miles-cards-form .update-card-checkbox {
  margin-bottom: 16px;
}
.air-miles-cards-list .ant-card-body {
  padding: 2px;
}
.air-miles-cards-list .ant-table {
  font-size: 12px;
}
.ant-modal-header {
  border: none;
}
.ant-modal-body {
  padding: 0;
}
.air-miles-card-wallet-modal {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.air-miles-card-wallet-modal .ant-form-item-label {
  font-weight: 600;
}
.air-miles-card-wallet-modal .ant-form {
  padding: 0 24px 0 24px;
}
.ant-modal-header {
  border: none;
}
.ant-modal-body {
  padding: 0;
}
.air-miles-card-wallet-modal {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.air-miles-card-wallet-modal .ant-collapse-content-box {
  padding: 0;
}
.air-miles-card-wallet-modal .ant-form-item-label {
  font-weight: 600;
}
.air-miles-card-wallet-modal .ant-form {
  padding: 0 ;
}
.air-miles-card-wallet-modal .owner {
  max-width: 170px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.air-miles-card-wallet-modal .ant-descriptions-title {
  text-align: center;
}
.air-miles-card-wallet-modal .ant-descriptions-header {
  margin-bottom: 8px;
  font-weight: 500;
}
.air-miles-card-wallet-modal .ant-descriptions-view {
  border: none;
}
.air-report-miles .ant-page-header {
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.air-report-miles .page-container {
  padding: 12px;
}
.air-report-miles .page-container .ant-tabs {
  margin: 12px 0;
}
.air-report-miles .page-container .ant-tabs-top .ant-tabs-nav {
  margin: 0;
}
.air-report-miles .page-container .header {
  padding: 12px 0 0;
}
.air-report-miles .page-container .page-subtitle {
  padding: 16px 0 32px;
}
.air-report-miles-filters {
  border-top-width: 0;
  margin-bottom: 32px;
}
.air-report-miles-filters .ant-card-body {
  padding: 12px 16px 32px;
}
.air-report-miles-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-financial-list .ant-card-body {
  padding: 2px;
}
.air-report-financial-list .ant-table {
  font-size: 12px;
}
.air-report-financial-list .ant-badge-status-text {
  font-size: 12px;
}
.air-miles-customers {
  min-width: 1085px;
  padding-bottom: 32px;
}
.air-miles-customers .header {
  padding: 24px 0 0;
}
.air-miles-customers .page-subtitle {
  padding: 16px 0 32px;
}
.air-miles-customers .page-container {
  padding: 0 12px 12px;
}
.air-miles-customers .stats-container {
  padding-bottom: 32px;
}
.air-miles-customers .status-segmented .ant-segmented {
  padding: 8px;
  background-color: #EBF9FF;
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.air-miles-customers .status-segmented .ant-segmented .ant-segmented-item-selected {
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.air-miles-customer-form .ant-drawer-body {
  padding: 16px;
}
.air-miles-customer-form .ant-upload-select {
  display: block;
}
.air-miles-customer-form .ant-upload .ant-btn {
  width: 100%;
}
.air-miles-customers-list .ant-card-body {
  padding: 2px;
}
.air-miles-customers-list .ant-table {
  font-size: 12px;
}
.air-other-mail-status .ant-modal-body {
  padding: 1px 0;
}
.air-other-mail-status .ant-modal-footer {
  border-top: 0;
}
.air-other-mail-status pre {
  margin: 0;
  padding-left: 6px;
  font-size: 12px;
}
.air-other-mail-status .mail-status .ant-alert {
  margin: 15px;
}
.air-other-mail-status .mail-status .mail-scheduled td {
  border-left: 3px solid transparent;
}
.air-other-mail-status .mail-status .mail-scheduled td:first-child {
  border-left-color: lightgray;
}
.air-other-mail-status .mail-status .mail-sent td {
  border-left: 3px solid transparent;
}
.air-other-mail-status .mail-status .mail-sent td:first-child {
  border-left-color: dodgerblue;
}
.air-other-mail-status .mail-status .mail-error td {
  border-left: 3px solid transparent;
}
.air-other-mail-status .mail-status .mail-error td:first-child {
  border-left-color: orangered;
}
.air-report-miles-statement .page-container {
  padding: 12px;
}
.air-report-miles-statement .page-container .header {
  padding: 12px 0 0;
}
.air-report-miles-statement .page-container .page-subtitle {
  padding: 16px 0 32px;
}
.air-report-miles-statement-filters {
  border-top-width: 0;
  margin-bottom: 8px;
}
.air-report-miles-statement-filters .ant-card-body {
  padding: 12px 16px;
}
.air-report-miles-statement-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-statement-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-miles-financial-list {
  margin-top: 12px;
}
.air-report-miles-financial-list .ant-card-body {
  padding: 2px;
}
.air-report-miles-financial-list .ant-table {
  font-size: 12px;
}
.air-report-miles-financial-list .ant-badge-status-text {
  font-size: 12px;
}
.air-report-miles-financial-list .row-acquisition {
  background-color: rgba(62, 134, 0, 0.048);
}
.air-report-miles-financial-list .row-debit {
  background-color: rgba(255, 0, 0, 0.048);
}
.air-miles-wallet-acquisitions-form .ant-drawer-body {
  padding: 0;
}
.air-miles-wallet-acquisitions-form .ant-drawer-header {
  border-bottom: 0;
}
.air-miles-wallet-acquisitions-form .ant-form {
  padding: 16px 12px 12px;
}
.floating-action-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 10px;
  z-index: 1000;
}
.floating-action-bar-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.selected-count {
  font-weight: 500;
}
.close-button {
  color: #ff4d4f;
}
.paid-button {
  background-color: #52c41a;
  border-color: #52c41a;
}
.loyalty-programs-page .header {
  padding: 24px 16px 16px 16px;
}
.loyalty-programs-page .page-subtitle {
  padding: 0 16px 32px 0;
}
.loyalty-programs-page .page-content {
  padding: 0 16px 24px;
}
.loyalty-programs-page .ant-card-body {
  padding: 0;
}
.loyalty-program-modal .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px;
  margin: 0;
}
.loyalty-program-modal .ant-modal-content {
  padding: 0;
}
.loyalty-program-modal .ant-modal-body {
  padding: 16px 24px;
}
.loyalty-program-modal .ant-card-body {
  padding: 16px 16px 0;
}
.loyalty-program-modal .price-management-section {
  margin-top: 16px;
}
.loyalty-program-modal .price-description {
  margin: 8px 0;
}
.loyalty-program-modal .active-checkbox-item {
  margin: 16px 0 0 0;
}
.loyalty-program-modal .active-description {
  padding-bottom: 24px;
}
.loyalty-program-modal .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.loyalty-program-modal .price-rules-header {
  padding-bottom: 8px;
}
.loyalty-program-modal .price-rule-row {
  padding-bottom: 16px;
}
.loyalty-program-modal .price-rules-container {
  padding-bottom: 16px;
}
.loyalty-program-modal .add-price-rule-button {
  background-color: #E6F7FF;
  border: 1px dashed #005AA3;
  color: #005AA3;
}
.negotiations-page .stats-row {
  display: flex;
  flex-wrap: nowrap;
}
.negotiations-page .stats-row .ant-col {
  flex: 1 1 0;
  max-width: 100%;
}
.negotiations-page .stats-card {
  width: 100%;
}
.negotiations-page .stats-card .ant-card-body {
  padding: 16px 24px;
}
.negotiations-page .negotiations-table .ant-card-body {
  padding: 0;
}
.negotiations-page .negotiations-table .ant-pagination {
  margin: 16px;
}
.negotiations-page .seller-info .seller-name {
  font-weight: 500;
}
.negotiations-page .status-segmented {
  padding: 0 0 16px;
}
.negotiations-page .status-segmented .ant-segmented {
  padding: 8px;
  background-color: #EBF9FF;
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .status-segmented .ant-segmented .ant-segmented-item-selected {
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .program-tag {
  color: #005AA3;
  border-color: #5CB6FF;
  background-color: #EBF9FF;
}
.negotiations-page .action-button {
  font-size: 14px;
  font-weight: 400;
  color: #1890FF;
}
.negotiation-details-modal .ant-modal-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.negotiation-details-modal .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px !important;
  margin: 0px;
}
.negotiation-details-modal .ant-modal-body {
  padding: 16px 24px !important;
  max-height: 70vh;
  overflow-y: auto;
}
.negotiation-details-modal .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.negotiation-details-modal .section-title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.negotiation-details-modal .modal-content .modal-header .ant-typography {
  color: #262626;
  font-weight: 600;
}
.negotiation-details-modal .modal-content .modal-header .ant-tag {
  margin-left: 8px;
  border-radius: 4px;
  font-size: 12px;
  padding: 2px 8px;
}
.negotiation-details-modal .modal-content .data-card {
  text-align: center;
  border: 1px solid #f0f0f0;
  border-radius: 6px;
}
.negotiation-details-modal .modal-content .data-card .ant-card-body {
  padding: 12px 8px;
}
.negotiation-details-modal .modal-content .data-card .ant-typography {
  margin-bottom: 4px;
  display: block;
}
.negotiation-details-modal .modal-content .data-card .ant-tag {
  margin: 0;
  font-size: 12px;
  padding: 2px 8px;
  border-radius: 4px;
}
.negotiation-details-modal .modal-content .ant-input-password[readonly] .ant-input {
  background-color: #fafafa;
  border-color: #d9d9d9;
  color: #262626;
}
.negotiation-details-modal .modal-content .ant-input {
  border-radius: 6px;
  border-color: #d9d9d9;
}
.negotiation-details-modal .modal-content .ant-input:focus,
.negotiation-details-modal .modal-content .ant-input:hover {
  border-color: #40a9ff;
}
.negotiation-details-in-approval-modal .ant-modal-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.negotiation-details-in-approval-modal .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px !important;
  margin: 0px;
}
.negotiation-details-in-approval-modal .ant-modal-body {
  padding: 16px 24px !important;
  max-height: 70vh;
  overflow-y: auto;
}
.negotiation-details-in-approval-modal .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.note-item {
  margin-top: 6px;
  border-bottom: 1px solid #f0f0f0;
}
.note-item:first-child {
  padding-top: 6px;
  margin-top: 12px;
  border-top: 1px solid #f0f0f0;
}
.note-item:last-child {
  border-bottom: 0;
}
.note-item__darker {
  color: #5a5a5a;
}
.note-item__split {
  display: flex;
  justify-content: space-between;
  color: #b2b2b2;
}
.note-item__split > div .ant-space {
  gap: 0 !important;
}
.note-item__split > div .ant-btn {
  margin-right: -6px;
  font-size: 12px;
}
.note-item__content {
  padding: 6px 10px 3px 0px;
}
.note-item__content:hover {
  background-color: #fafafa;
}
.note-item__content__subject {
  font-weight: bold;
}
.note-item__content__note {
  text-align: justify;
}
.note-item__content__actions {
  margin: 12px 0 8px;
  font-size: 12px;
}
.note-item__content__actions > div:first-child {
  padding-top: 4px;
}
.note-item__attachments {
  font-size: 12px;
}
.note-item__attachments__item {
  padding: 6px 12px;
  border-top: 1px dashed #f0f0f0;
}
.note-item__attachments__item:last-child {
  border-bottom: 0;
}
.note-item__attachments__item:hover {
  background-color: #fafafa;
}
.note-item__attachments__item__filename {
  cursor: pointer;
  color: #1890ff;
}
.note-item__attachments__item__filename:hover {
  color: #225b90;
}
.note-item__attachments__item .order-note-item__split {
  padding-top: 2px;
}
.user-view__popup__header {
  display: flex;
}
.user-view__popup__header__avatar {
  position: relative;
  flex-shrink: 0;
  margin-right: 12px;
  padding-top: 3px;
}
.user-view__popup__header__info {
  position: relative;
  flex: 1 1 auto;
}
.user-view__popup__header__info > div:first-child {
  color: #717171;
}
.user-view__popup__header__info > div:last-child {
  font-size: 16px;
}
.negotiation-details-repprove-modal .ant-modal-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.negotiation-details-repprove-modal .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px !important;
  margin: 0px;
}
.negotiation-details-repprove-modal .ant-modal-body {
  padding: 16px 24px !important;
  max-height: 70vh;
  overflow-y: auto;
}
.negotiation-details-repprove-modal .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.air-negotiation-form .ant-modal-content {
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
}
.air-negotiation-form .ant-modal-header {
  border-bottom: 1px solid #f0f0f0;
  padding: 16px 24px !important;
  margin: 0px;
}
.air-negotiation-form .ant-modal-body {
  padding: 16px 24px !important;
  max-height: 70vh;
  overflow-y: auto;
}
.air-negotiation-form .section-title {
  font-size: 14px;
  font-weight: 500;
  display: block;
  margin-bottom: 16px;
}
.air-negotiation-form .ant-modal-footer {
  padding: 10px 16px !important;
  border-top: 1px solid #f0f0f0;
  margin-top: 0px;
}
.air-negotiation-form .ant-form-item {
  margin-bottom: 16px;
}
.air-report-miles-statement .ant-page-header {
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.air-report-miles-statement .page-container {
  padding: 12px;
}
.air-report-miles-statement .page-container .ant-tabs {
  margin: 12px 0;
}
.air-report-miles-statement .page-container .ant-tabs-top .ant-tabs-nav {
  margin: 0;
}
.air-report-miles-statement .page-container .header {
  padding: 12px 0 0;
}
.air-report-miles-statement .page-container .page-subtitle {
  padding: 16px 0 32px;
}
.air-report-miles-statement-filters {
  margin-bottom: 32px !important;
}
.air-report-miles-statement-filters .ant-card-body {
  padding: 12px 16px;
}
.air-report-miles-statement-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-statement-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-miles-statement-list .ant-card-body {
  padding: 2px;
}
.air-report-miles-statement-list .ant-table {
  font-size: 12px;
}
.air-report-miles-statement-list .ant-badge-status-text {
  font-size: 12px;
}
.air-report-miles-statement-list .row-acquisition {
  background-color: rgba(62, 134, 0, 0.048);
}
.air-report-miles-statement-list .row-debit {
  background-color: rgba(255, 0, 0, 0.048);
}
.air-miles-view {
  padding: 24px 16px 16px 16px;
}
.air-miles-view__content__wallets,
.air-miles-view__content__transactions {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.air-miles-view__content__wallets {
  flex: 5;
}
.air-miles-view__content__transactions {
  flex: 8;
}
.wallet-header .page-subtitle {
  padding: 16px 0 32px;
}
.air-miles-wallet-owners .ant-modal-body {
  padding: 0;
}
.air-miles-wallet-owners .ant-modal-body .ant-card-body {
  padding: 16px;
}
.air-miles-wallet-owners .ant-modal-content {
  padding: 0;
}
.air-miles-wallet-owners .ant-table {
  border: 1px solid #f0f0f0;
}
.air-miles-owner-form .ant-modal-content {
  padding: 0;
}
.air-miles-owner-form .ant-modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.air-miles-owner-form .ant-modal-body {
  padding: 12px 16px;
}
.air-miles-owner-form .ant-modal-footer {
  padding: 0 16px 16px;
}
.air-miles-wallet-pcs .ant-modal-body {
  padding: 0;
}
.air-miles-wallet-pcs .ant-modal-body .ant-card-body {
  padding: 1px;
}
.air-miles-pcs-form .ant-modal-body {
  padding: 12px 15px;
}
.air-miles-wallet .ant-card-body {
  padding: 2px;
}
.air-miles-wallet .wallet-skeleton {
  padding: 12px 16px 0 12px;
}
.air-miles-wallet .wallet-list {
  width: 100%;
}
.air-miles-wallet .wallet-card {
  cursor: pointer;
  border: 1px solid #f0f0f0;
  transition: border 0.3s ease-in-out;
}
.air-miles-wallet .wallet-card:not(:last-child) {
  margin-bottom: 6px;
}
.air-miles-wallet .wallet-card:hover {
  border-color: #7a8399;
}
.air-miles-wallet .selected-wallet {
  border: 4px solid #7a8399 !important;
}
.air-miles-wallet .wallet-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.air-miles-wallet .wallet-avatar {
  background-color: #7a8399;
}
.air-miles-wallet .wallet-empty {
  padding-top: 20px;
  text-align: center;
}
.air-miles-wallet .ant-table-pagination-right {
  margin-right: 12px;
}
.air-miles-wallet .wallet-actions {
  padding-bottom: 16px !important;
}
.air-miles-wallet-transactions .ant-modal-body {
  padding: 0;
}
.air-miles-wallet-transactions .ant-modal-body .ant-card-body {
  padding: 16px;
}
.air-miles-wallet-transactions .ant-modal-content {
  padding: 0;
}
.air-miles-wallet-transactions .ant-modal-header {
  padding: 16px 24px;
  border-bottom: 1px solid #f0f0f0;
}
.air-miles-wallet-transactions .ant-table {
  border: 1px solid #f0f0f0;
}
.air-miles-wallet-transactions .ant-modal-footer {
  padding: 0 16px 16px;
}
.air-miles-wallet-form .ant-drawer-body {
  padding: 12px;
}
.air-miles-wallet-import .ant-modal-body {
  padding: 0;
}
.air-miles-wallet-import .ant-modal-body .ant-card-body {
  padding: 1px;
}
.air-miles-wallet-debit-form .ant-modal-body {
  padding: 12px;
}
.floating-action-bar {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  background: white;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  padding: 8px 10px;
  z-index: 1000;
}
.floating-action-bar-content {
  display: flex;
  align-items: center;
  gap: 12px;
}
.selected-count {
  font-weight: 500;
}
.close-button {
  color: #ff4d4f;
}
.active-button {
  background-color: #52c41a;
  border-color: #52c41a;
}
.deactive-button {
  background-color: #ff4d4f;
  border-color: #ff4d4f;
}
.not-suggested-button {
  background-color: #ff7300;
  border-color: #ff7300;
}
.air-report-miles .ant-page-header {
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.air-report-miles .page-container {
  padding: 12px;
}
.air-report-miles .page-container .ant-tabs {
  margin: 12px 0;
}
.air-report-miles .page-container .ant-tabs-top .ant-tabs-nav {
  margin: 0;
}
.air-report-miles-filters {
  border-top-width: 0;
  margin-bottom: 8px;
}
.air-report-miles-filters .ant-card-body {
  padding: 12px 16px;
}
.air-report-miles-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-financial-list .ant-card-body {
  padding: 2px;
}
.air-report-financial-list .ant-table {
  font-size: 12px;
}
.air-report-financial-list .ant-badge-status-text {
  font-size: 12px;
}
.negotiations-page .stats-row {
  display: flex;
  flex-wrap: nowrap;
}
.negotiations-page .stats-row .ant-col {
  flex: 1 1 0;
  max-width: 100%;
}
.negotiations-page .stats-card {
  width: 100%;
}
.negotiations-page .stats-card .ant-card-body {
  padding: 16px 24px;
}
.negotiations-page .negotiations-table .ant-card-body {
  padding: 0;
}
.negotiations-page .negotiations-table .ant-pagination {
  margin: 16px;
}
.negotiations-page .seller-info .seller-name {
  font-weight: 500;
}
.negotiations-page .status-segmented {
  padding: 0 0 16px;
}
.negotiations-page .status-segmented .ant-segmented {
  padding: 8px;
  background-color: #EBF9FF;
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .status-segmented .ant-segmented .ant-segmented-item-selected {
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .program-tag {
  color: #005AA3;
  border-color: #5CB6FF;
  background-color: #EBF9FF;
}
.negotiations-page .action-button {
  font-size: 14px;
  font-weight: 400;
  color: #1890FF;
}
.negotiations-page .stats-row {
  display: flex;
  flex-wrap: nowrap;
}
.negotiations-page .stats-row .ant-col {
  flex: 1 1 0;
  max-width: 100%;
}
.negotiations-page .stats-card {
  width: 100%;
}
.negotiations-page .stats-card .ant-card-body {
  padding: 16px 24px;
}
.negotiations-page .negotiations-table .ant-card-body {
  padding: 0;
}
.negotiations-page .negotiations-table .ant-pagination {
  margin: 16px;
}
.negotiations-page .seller-info .seller-name {
  font-weight: 500;
}
.negotiations-page .status-segmented {
  padding: 0 0 16px;
}
.negotiations-page .status-segmented .ant-segmented {
  padding: 8px;
  background-color: #EBF9FF;
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .status-segmented .ant-segmented .ant-segmented-item-selected {
  color: #005AA3;
  font-size: 14px;
  font-weight: 500;
}
.negotiations-page .program-tag {
  color: #005AA3;
  border-color: #5CB6FF;
  background-color: #EBF9FF;
}
.negotiations-page .action-button {
  font-size: 14px;
  font-weight: 400;
  color: #1890FF;
}
.pending-negotiation-card {
  margin-bottom: 24px;
  border: 1px solid #91d5ff;
  background-color: #e6f7ff;
  box-shadow: 0 0 24px 0 rgba(0, 90, 163, 0.2);
}
.pending-negotiation-title {
  margin: 0;
  font-weight: 600;
}
.pending-negotiation-description {
  display: block;
  margin: 16px 0;
}
.pending-negotiation-table {
  border: 1px solid #f0f0f0;
  border-radius: 4px;
}
.status-segmented-mobile {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.status-segmented-mobile .ant-segmented {
  min-width: 500px;
  width: max-content;
}
@media (max-width: 600px) {
  .status-segmented-mobile {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 8px;
  }
  .status-segmented-mobile .ant-segmented {
    min-width: 500px;
    width: max-content;
  }
}
.negotiations-mobile .ant-card-body {
  padding: 16px;
}
.negotiations-mobile .stats-row {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
.negotiations-mobile .stats-card {
  min-width: 343px;
}
.negotiation-card-mobile-wrapper {
  padding: 0 0 16px 0;
}
.negotiation-card-mobile-wrapper.is-first {
  padding-top: 16px;
}
.negotiation-details-modal .ant-modal-body {
  padding: 16px !important;
}
.negotiation-details-modal .ant-form-item {
  margin-bottom: 12px;
}
.customer-pending-negotiation-mobile .ant-card-body {
  padding: 16px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.05);
}
.pf-profile-page {
  background: #FAFAFA;
}
.pf-profile-page .profile-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pf-profile-page .profile-card .ant-card-body {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.pf-profile-page .profile-card .ant-form-item {
  margin-top: 16px;
  margin-bottom: 0;
}
.pf-profile-page .profile-card .ant-form-item-label > label {
  font-weight: 500;
  color: #262626;
}
.pf-profile-page .profile-card .ant-input:disabled {
  color: #595959;
  background-color: #f5f5f5;
  border-color: #d9d9d9;
  cursor: not-allowed;
}
.pf-profile-page .ant-btn-primary {
  background-color: #005aa3;
  border-color: #005aa3;
  font-weight: 500;
  height: 40px;
  padding: 0 32px;
}
.pf-profile-page .ant-btn-primary:hover {
  background-color: #004080;
  border-color: #004080;
}
.pf-profile-page .ant-btn-link {
  color: #1890ff;
  font-size: 14px;
  font-weight: 400;
}
.pf-profile-page .ant-btn-link:hover {
  color: #40a9ff;
}
@media (max-width: 768px) {
  .pf-profile-page .profile-card .ant-card-body {
    padding: 16px;
  }
}
.pf-sidebar {
  width: 362px;
  background: #FAFAFA;
  padding: 24px 0 16px 16px;
  height: 100%;
}
.pf-sidebar .user-card {
  background-color: #FFF;
  border-radius: 8px;
  margin-bottom: 24px;
  text-align: center;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.pf-sidebar .user-card .ant-card-body {
  padding: 16px;
}
.pf-sidebar .user-card-header {
  width: 100%;
  margin-bottom: 16px;
}
.pf-sidebar .sidebar-menu {
  background: transparent;
}
.pf-sidebar .sidebar-menu .ant-menu-item {
  border-radius: 6px;
  margin: 4px 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #005AA3;
  padding-left: 8px !important;
}
.pf-sidebar .sidebar-menu .ant-menu-item:hover {
  background-color: #f0f0f0;
}
.pf-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-selected {
  background-color: #FAFAFA;
}
.pf-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-selected::after {
  display: none;
}
.pf-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-danger {
  color: #ff4d4f;
}
.pf-sidebar .sidebar-menu .ant-menu-item.ant-menu-item-danger:hover {
  background-color: #fff1f0;
}
.pf-sidebar .sidebar-menu .ant-menu-item-icon {
  font-size: 16px;
}
.pf-sidebar.collapsed {
  width: 80px;
}
.pf-sidebar.collapsed .user-card .ant-card-body {
  padding: 16px 8px;
  background-color: #fff;
}
.pf-bank-data-page {
  background-color: #FAFAFA;
}
.pf-bank-data-page .bank-data-card {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
}
.pf-bank-data-page .bank-data-card .ant-card-body {
  padding: 16px;
  border-radius: 8px;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.1);
}
.pf-bank-data-page .bank-data-card .ant-form-item {
  margin-bottom: 0;
  margin-top: 16px;
}
.pf-bank-data-page .bank-data-card .ant-form-item-label > label {
  font-weight: 500;
  color: #262626;
}
.pf-bank-data-page .bank-data-card .ant-select,
.pf-bank-data-page .bank-data-card .ant-input {
  height: 40px;
}
.pf-bank-data-page .bank-data-card .ant-select-selector {
  height: 40px !important;
  align-items: center;
}
.pf-bank-data-page .ant-btn-primary {
  background-color: #005aa3;
  border-color: #005aa3;
  font-weight: 500;
  height: 40px;
  padding: 0 32px;
}
.pf-bank-data-page .ant-btn-primary:hover {
  background-color: #004080;
  border-color: #004080;
}
@media (max-width: 768px) {
  .pf-bank-data-page .bank-data-card .ant-card-body {
    padding: 16px;
  }
}
.air-report-miles-statement .ant-page-header {
  padding: 8px 12px 8px 18px;
  border-bottom: 1px solid #f0f0f0;
}
.air-report-miles-statement .page-container {
  padding: 12px;
}
.air-report-miles-statement .page-container .ant-tabs {
  margin: 12px 0;
}
.air-report-miles-statement .page-container .ant-tabs-top .ant-tabs-nav {
  margin: 0;
}
.air-report-miles-statement-filters {
  border-top-width: 0;
  margin-bottom: 8px;
}
.air-report-miles-statement-filters .ant-card-body {
  padding: 12px 16px;
}
.air-report-miles-statement-filters .ant-form-vertical .ant-form-item-label {
  font-weight: bold;
}
.air-report-miles-statement-filters .ant-form-item {
  margin-bottom: 4px;
}
.air-report-miles-statement-list .ant-card-body {
  padding: 2px;
}
.air-report-miles-statement-list .ant-table {
  font-size: 12px;
}
.air-report-miles-statement-list .ant-badge-status-text {
  font-size: 12px;
}
.air-report-miles-statement-list .row-acquisition {
  background-color: rgba(62, 134, 0, 0.048);
}
.air-report-miles-statement-list .row-debit {
  background-color: rgba(255, 0, 0, 0.048);
}
