@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.7t9tbfaemk.bundle.scp.css';
@import '_content/CustomControls/Ionia.Core.GlobalUI.Web.Controls.bundle.scp.css';

/* _content/Ionia.Dashboard.Web/Controls/Global/CheckboxFancy.razor.rz.scp.css */
/* Add more classes as needed */
.custom-control-input.red:checked ~ .custom-control-color[b-w96tqmu2ct]::after {
  background-color: red;
}
.custom-control-input.green:checked ~ .custom-control-color[b-w96tqmu2ct]::after {
  background-color: green;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/CollapseContainer.razor.rz.scp.css */
h3[b-tglvs796rd] {
  margin-top: 8px;
}
h4[b-tglvs796rd],
h5[b-tglvs796rd] {
  margin-top: 4px !important;
  margin-bottom: 0px !important;
}
.card-header[b-tglvs796rd] {
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
  padding-top: 5px;
}
.card-header-divider[b-tglvs796rd] {
  border-bottom: none;
}
.card[b-tglvs796rd] {
  margin-bottom: 15px;
}
.container-toggle-btn[b-tglvs796rd] {
  margin-top: -10px;
}
.collapse-icon[b-tglvs796rd] {
  font-size: 24px;
  color: #5a82fd;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5) !important;
}
.collapse-icon:hover[b-tglvs796rd] {
  color: #2D4583 !important;
}
/* Hide the up chevron by default */
.chevron-up[b-tglvs796rd] {
  display: none;
}
/* When the button is expanded, show the up chevron and hide the down one */
.container-toggle-btn[aria-expanded="true"] .chevron-down[b-tglvs796rd] {
  display: none;
}
.container-toggle-btn[aria-expanded="true"] .chevron-up[b-tglvs796rd] {
  display: inline-block;
}
/* When the button is collapsed, show the down chevron and hide the up one */
.container-toggle-btn[aria-expanded="false"] .chevron-down[b-tglvs796rd] {
  display: inline-block;
}
.container-toggle-btn[aria-expanded="false"] .chevron-up[b-tglvs796rd] {
  display: none;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/ColumnFilterBox.razor.rz.scp.css */
.dropdown-menu.show[b-dw773llqub] {
  /*    position: absolute;
    z-index: 99999999999999999999999999999999999999;*/
}
.filter-contents[b-dw773llqub] {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 7px;
  min-width: 185px;
  line-height: 18px;
  position: absolute;
  background-color: white;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/FilterBox.razor.rz.scp.css */
.dropdown-menu.show[b-qbit0biv8c] {
  /*    position: absolute;
    z-index: 99999999999999999999999999999999999999;*/
}
.filter-contents[b-qbit0biv8c] {
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  padding: 7px;
  min-width: 185px;
  line-height: 18px;
  position: absolute;
  background-color: white;
  top: 37px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/FormModal.razor.rz.scp.css */
.full-height[b-f5tjeuaa78] {
  height: 90vh;
}
.full-height .modal-content[b-f5tjeuaa78],
.full-height .modal-body[b-f5tjeuaa78] {
  height: 100%;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/FormSeparator.razor.rz.scp.css */
.form-separator[b-zlgeu3vvfu] {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 2px;
  width: 100%;
  border-top: 1px solid #c4c4c4;
  /* Top border for shadow */
  border-bottom: 1px solid #ffffff;
  /* Bottom border for highlight */
}
.form-separator-onwhite[b-zlgeu3vvfu] {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/NoDataAvailable.razor.rz.scp.css */
.no-data-avail-container[b-gu1yjnpohp] {
  height: 140px;
}
.icon-indicator[b-gu1yjnpohp] {
  font-size: 38px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/PleaseWaitPerControl.razor.rz.scp.css */
.please-wait-container[b-lnmvg61ztx] {
  backdrop-filter: blur(5px);
  /* Adjust blur intensity */
  filter: grayscale(100%);
  position: absolute;
  /* or 'absolute' depending on your layout */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Semi-transparent background */
  z-index: 9999;
  /* Ensure it's on top of other content */
}
.please-wait-contents[b-lnmvg61ztx] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 50%;
  margin-right: 50%;
  min-width: 500px;
}
.spinner[b-lnmvg61ztx] {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin-b-lnmvg61ztx 2s linear infinite;
}
@keyframes spin-b-lnmvg61ztx {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.please-wait-container p[b-lnmvg61ztx] {
  margin-top: 20px;
  color: white;
  font-size: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/SearchableDropdown.razor.rz.scp.css */
.searchable-dropdown[b-3pii4syrqd] {
  position: relative;
  width: 300px;
  /* Adjusted width for better appearance */
}
.searchable-dropdown .dropdown-header[b-3pii4syrqd] {
  cursor: pointer;
}
.searchable-dropdown .dropdown-menu[b-3pii4syrqd] {
  width: 100%;
  max-height: 200px;
  overflow-y: auto;
  margin-top: 4px;
  background-color: white;
  border: 1px solid #ced4da;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}
.searchable-dropdown .search-input[b-3pii4syrqd] {
  margin: 8px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
  padding: 6px;
  width: calc(100% - 24px);
}
.searchable-dropdown .dropdown-item[b-3pii4syrqd] {
  padding: 8px 12px;
  cursor: pointer;
}
.searchable-dropdown .dropdown-item:hover[b-3pii4syrqd] {
  background-color: #f8f9fa;
}
.searchable-dropdown .placeholder[b-3pii4syrqd] {
  background-color: white;
  color: black;
  cursor: pointer;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/SimpleBorderContainer.razor.rz.scp.css */
.simple-border-container[b-uhrc03h9i2] {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px;
  margin-bottom: 15px;
}
.simple-border-header[b-uhrc03h9i2] {
  background-color: rgba(0, 0, 0, 0.2);
}
.simple-border-content[b-uhrc03h9i2] {
  padding: 10px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/UploadDropZone.razor.rz.scp.css */
.uploaded-thumbnail[b-mj2233pvy8] {
  max-height: 100px;
  max-width: 100px;
  border: 1px solid #222;
  border-radius: 10px;
}
.drop-zone[b-mj2233pvy8] {
  padding: 20px;
  width: 100%;
  min-height: 100px;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  transition: border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
  padding: 5px;
}
.upload-icon[b-mj2233pvy8] {
  font-size: 56px;
  color: #0087F7;
}
.upload-dropzone-hover[b-mj2233pvy8] {
  border: 2px solid white;
  box-shadow: 0 0 10px 5px rgba(90, 130, 253, 0.5);
}
.btn-delete-image[b-mj2233pvy8] {
  position: absolute;
  top: 10px;
  left: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Global/UploadedDocumentView.razor.rz.scp.css */
.uploaded-thumbnail-smallView[b-c23wcfii1g] {
  max-height: 300px !important;
  max-width: 300px !important;
  /*    border: 1px solid #222;
    border-radius: 10px;*/
  cursor: pointer;
}
.image-container[b-c23wcfii1g] {
  position: relative;
  display: inline-block;
}
.btn-delete-image[b-c23wcfii1g] {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: red;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  z-index: 1;
}
.btn-revert-image[b-c23wcfii1g] {
  position: absolute;
  top: -15px;
  right: -15px;
  background-color: green;
  color: white;
  border: none;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 0;
}
.disabled[b-c23wcfii1g] {
  filter: grayscale(100%);
  opacity: 0.5;
}
.uploaded-image-full[b-c23wcfii1g] {
  max-width: 100%;
  max-height: 100%;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantBatchSettlement.razor.rz.scp.css */
.info-box[b-gzpsn5exsw] {
  background-color: #f5f9ff;
  padding: 16px;
  border-radius: 6px;
  margin-bottom: 20px;
}
.tooltip-icon[b-gzpsn5exsw] {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-icon .default-icon[b-gzpsn5exsw] {
  display: inline;
  color: grey;
  transition: color 0.2s ease;
}
.tooltip-icon .hover-icon[b-gzpsn5exsw] {
  display: none;
  color: #1a73e8;
}
.tooltip-icon:hover .default-icon[b-gzpsn5exsw] {
  display: none;
}
.tooltip-icon:hover .hover-icon[b-gzpsn5exsw] {
  display: inline;
}
/* Tooltip styling */
.tooltip-icon[b-gzpsn5exsw]::after {
  content: attr(data-tooltip);
  position: absolute;
  top: 52%;
  left: 111%;
  transform: translateY(-52%);
  background-color: #555;
  color: #fff;
  padding: 8px 12px;
  border-radius: 8px;
  white-space: pre-wrap;
  font-size: 0.85rem;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease;
  width: 260px;
  pointer-events: none;
}
/* Arrow */
.tooltip-icon[b-gzpsn5exsw]::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 105%;
  transform: translateY(-45%);
  margin-left: -5px;
  border: 5px solid transparent;
  border-right-color: #555;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.6s ease;
}
.tooltip-icon:hover[b-gzpsn5exsw]::after,
.tooltip-icon:hover[b-gzpsn5exsw]::before {
  opacity: 1;
  visibility: visible;
}
/* Adjust tooltip position for icon-based tooltips */
.tooltip-icon.icon-tip[b-gzpsn5exsw]::before {
  top: 50%;
  /* match tooltip */
  left: 115%;
  transform: translateY(-50%);
}
.tooltip-icon.icon-tip[b-gzpsn5exsw]::after {
  top: 50%;
  /* was 50% */
  left: 135%;
  transform: translateY(-50%);
}
.custom-chip-list[b-gzpsn5exsw] {
  margin-top: 2rem;
  /* override only margin-top */
}
.custom-chip[b-gzpsn5exsw] {
  max-width: 500px;
  /* override only max-width */
}
.form-switch .form-check-input[b-gzpsn5exsw] {
  width: 2.8em;
  height: 1.5em;
  margin-top: -1px;
  margin-left: 1px;
  border: hidden;
}
.form-check-input[b-gzpsn5exsw] {
  background-color: #878787;
}
.form-check-input:checked[b-gzpsn5exsw] {
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.form-check-input:focus[b-gzpsn5exsw] {
  box-shadow: none !important;
  outline: none !important;
}
.form-check-input[type="checkbox"][b-gzpsn5exsw] {
  --bs-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='white'/%3e%3c/svg%3e") !important;
}
[b-gzpsn5exsw] .custom-info-icon {
  fill: #486bd1;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantCompanyInformation.razor.rz.scp.css */
/* Ideal height for a multiple select box of height of 7 items */
.multi-select-size-7[b-tdion3ijdv] {
  height: 230px !important;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantFallbackPaymentProcessor.razor.rz.scp.css */
.processor-section[b-vcum7swklu] {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
.processor-section .section-header[b-vcum7swklu] {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 15px;
}
.form-group[b-vcum7swklu] {
  margin-bottom: 20px;
}
.form-group label[b-vcum7swklu] {
  font-weight: bold;
  font-size: 0.9rem;
  color: #555;
}
.form-group label .label-error[b-vcum7swklu] {
  color: #dc3545;
}
.form-group input[b-vcum7swklu],
.form-group select[b-vcum7swklu] {
  font-size: 0.9rem;
  padding: 8px;
  border-radius: 5px;
  width: 100%;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantOwnerOfficer.razor.rz.scp.css */
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantPricingDetails.razor.rz.scp.css */
.dense-label[b-94mnu8r2tu] {
  margin-left: 12px;
}
[b-94mnu8r2tu] .validation-message {
  padding-left: 14px !important;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantPrimaryPaymentProcessor.razor.rz.scp.css */
.processor-section[b-j5x3ix093c] {
  background: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 30px;
}
.processor-section .section-header[b-j5x3ix093c] {
  color: #007bff;
  font-weight: bold;
  margin-bottom: 15px;
}
.form-group[b-j5x3ix093c] {
  margin-bottom: 20px;
}
.form-group label[b-j5x3ix093c] {
  font-weight: bold;
  font-size: 0.9rem;
  color: #555;
}
.form-group .label-error[b-j5x3ix093c] {
  color: #dc3545;
}
.form-group input[b-j5x3ix093c],
.form-group select[b-j5x3ix093c] {
  font-size: 0.9rem;
  padding: 8px;
  border-radius: 5px;
  width: 100%;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/MerchantUnderwriting.razor.rz.scp.css */
.flex-container[b-gw47zilzme] {
  columns: 4 280px;
  column-gap: 1rem;
  font-size: 1.2rem;
  /*display: inline-block !important;*/
  /* Ensure display type is applied */
  margin-bottom: 3% !important;
  /* Ensure margin is applied */
}
.flex-container .category[b-gw47zilzme] {
  width: 100% !important;
  /* Ensure width is applied */
}
.flex-container .category-header[b-gw47zilzme] {
  display: flex;
  align-items: center;
}
.flex-container .sub-category-container[b-gw47zilzme] {
  display: flex;
  flex-direction: column;
}
.flex-container .sub-category[b-gw47zilzme] {
  display: flex;
  align-items: center;
  margin-left: 1.5rem;
  /* Indentation for sub-categories */
}
.btn-incomplete[b-gw47zilzme] {
  background-color: #ee8d11;
}
.tooltip-decline-button[b-gw47zilzme] {
  width: 16px;
  height: 16px;
}
.tooltip-decline-button[b-gw47zilzme]::before {
  font-size: 16px;
  margin-left: -1px;
  line-height: 15px;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/UserCardWalletItem.razor.rz.scp.css */
.credit-card-logo[b-42xz7weqxo] {
    width: 90px !important;
}

.card-verification-table-container[b-42xz7weqxo] {
    max-height: 400px;
    overflow-y: auto;
}

.tooltip-icon[b-42xz7weqxo] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 15px;
    height: 15px;
    border: 1px solid #4285f4;
    color: #4285f4;
    border-radius: 50%;
    font-size: 10px;
    cursor: pointer;
    margin-left: 4px;
    position: relative;
    line-height: 1;
    transition: all 0.2s ease-in-out;
    background-color: transparent;
}

.tooltip-icon:hover[b-42xz7weqxo] {
    background-color: #4285f4;
    color: white;
}

.tooltip-icon:hover .tooltip-text[b-42xz7weqxo] {
    visibility: visible;
    opacity: 1;
}

.tooltip-text[b-42xz7weqxo] {
    visibility: hidden;
    opacity: 0;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    padding: 6px 8px;
    position: absolute;
    z-index: 10;
    bottom: 125%;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    transition: opacity 0.3s;
    font-size: 0.75rem;
}

.tooltip-text[b-42xz7weqxo]::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #333 transparent transparent transparent;
}

.nav[b-42xz7weqxo] {
    padding: 5px 0;
    border-bottom: 1px solid #b3b3b3;
}

.custom-header[b-42xz7weqxo] {
    font-size: 1.1rem;
    font-weight: 600;
    padding: 0.75rem 0;
    color: #333;
    margin-bottom: 0;
}

.custom-tab[b-42xz7weqxo] {
  text-transform: none;
  font-weight: 500;
  font-size: 14px;
  color: #6b6f76;
  border: none;
 
  margin-bottom: 14px;
  padding: 8px 16px;
  background-color: transparent;
}

.custom-tab.active[b-42xz7weqxo] {
  color: #1a73e8;
  border-bottom: 2px solid #1a73e8;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/VerificationEmailage.razor.rz.scp.css */
.ownerStatus[b-hkjmiwjv1v] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-hkjmiwjv1v] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.move-up-relative[b-hkjmiwjv1v] {
  position: relative;
  top: -60px;
  left: -20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/VerificationIdentityMind.razor.rz.scp.css */
/*@import "../../wwwroot/css/GlobalCSSValues.less";*/
.ownerStatus[b-to2ptxpvw7] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-to2ptxpvw7] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/VerificationIdentityVerify.razor.rz.scp.css */
.ownerStatus[b-qmcqdyygg1] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-qmcqdyygg1] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Merchant/VerificationProve.razor.rz.scp.css */
.ownerStatus[b-taf2isqnbt] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-taf2isqnbt] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.move-up-relative[b-taf2isqnbt] {
  position: relative;
  top: -60px;
  left: -20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Reporting/EmailageDetails.razor.rz.scp.css */
.ownerStatus[b-k96z5cdsr4] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-k96z5cdsr4] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.move-up-relative[b-k96z5cdsr4] {
  position: relative;
  top: -60px;
  left: -20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Reporting/IdentityMindDetails.razor.rz.scp.css */
/*@import "../../wwwroot/css/GlobalCSSValues.less";*/
.ownerStatus[b-l71u0t6wf6] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-l71u0t6wf6] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Reporting/IdentityVerifyDetails.razor.rz.scp.css */
.ownerStatus[b-8vyqslrb0f] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-8vyqslrb0f] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
/* _content/Ionia.Dashboard.Web/Controls/Reporting/ProveDetails.razor.rz.scp.css */
.ownerStatus[b-cm78c3cgq6] {
  font-weight: bold !important;
  text-transform: uppercase;
}
.owner-validation-container[b-cm78c3cgq6] {
  margin-top: 10px;
  border: 1px solid #bdc0c7;
  min-height: 77px;
  margin-left: 1px;
  margin-right: 1px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.move-up-relative[b-cm78c3cgq6] {
  position: relative;
  top: -60px;
  left: -20px;
}
/* _content/Ionia.Dashboard.Web/Pages/Authentication/ConfirmMobile.razor.rz.scp.css */
.phone-container[b-ndl3246xez] {
  height: 25rem;
  width: 25rem;
  border-radius: 50%;
  background-color: #cdcdcd52;
}
/* _content/Ionia.Dashboard.Web/Pages/Authentication/LoginNew.razor.rz.scp.css */
.password-toggle[b-ebpbejmwhv] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6c757d;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
/* _content/Ionia.Dashboard.Web/Pages/Authentication/ResetPassword.razor.rz.scp.css */
.password-toggle[b-t3jg438yhc] {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  font-size: 16px;
  color: #6c757d;
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
  z-index: 10;
}
/* _content/Ionia.Dashboard.Web/Pages/ProcessorsManagement/PaymentProcessorsDetails.razor.rz.scp.css */
.table[b-9qq552amb9] {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.table th[b-9qq552amb9],
.table td[b-9qq552amb9] {
  text-align: center;
  vertical-align: middle;
  padding: 8px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.table th[b-9qq552amb9] {
  background-color: #f8f9fa;
  font-weight: bold;
}
.table .form-control[b-9qq552amb9] {
  text-align: center;
  width: 100%;
}
.table button[b-9qq552amb9] {
  margin-right: 5px;
  width: 100px;
  height: 30px;
}
/* _content/Ionia.Dashboard.Web/Pages/ProcessorsManagement/PaymentProcessorsList.razor.rz.scp.css */
.card[b-fea343sdga] {
  min-height: 300px;
}
.card-body[b-fea343sdga] {
  min-height: 300px;
}
/* _content/Ionia.Dashboard.Web/Pages/Reporting/UserRiskReviewReport.razor.rz.scp.css */
.scroll-container[b-m8sl1vopeo] {
  overflow-x: auto;
}
.table[b-m8sl1vopeo] {
  table-layout: auto;
  word-wrap: break-word;
}
th[b-m8sl1vopeo],
td[b-m8sl1vopeo] {
  word-wrap: break-word;
  white-space: normal;
  text-align: left;
  padding: 8px;
  vertical-align: top;
}
.table th[b-m8sl1vopeo],
.table td[b-m8sl1vopeo] {
  max-width: 130px;
  /* Adjust as needed */
  overflow-wrap: break-word;
}
th span.top-align[b-m8sl1vopeo] {
  display: inline-block;
  /* Ensures alignment works properly */
  vertical-align: top;
  /* Aligns text to the top */
  white-space: nowrap;
  /* Prevents text wrapping */
  text-align: left;
  /* Optional: Aligns the text to the left */
  padding-top: 5px;
  /* Adds some spacing from the top edge */
}
@media (max-width: 768px) {
  .table thead[b-m8sl1vopeo] {
    display: none;
  }
  .table tbody tr[b-m8sl1vopeo] {
    display: flex;
    flex-direction: column;
    margin-bottom: 1em;
    border: 1px solid #ddd;
    padding: 10px;
  }
  .table td[b-m8sl1vopeo] {
    display: flex;
    justify-content: space-between;
  }
  .table td[b-m8sl1vopeo]::before {
    content: attr(data-label);
    font-weight: bold;
  }
}
/* _content/Ionia.Dashboard.Web/Pages/SiteMaster/Merchant-Detail.razor.rz.scp.css */
.document-item-action[b-pogpaqzoei] {
  margin-right: 10px;
}
.collapseable-header[b-pogpaqzoei] {
  /*  height:64px;*/
}
.btn.collapsed[b-pogpaqzoei] {
  background-color: #ffffff !important;
}
.btn.collapsed:focus[b-pogpaqzoei] {
  background-color: #ffffff !important;
}
.grow[b-pogpaqzoei] {
  animation: growAnimation-b-pogpaqzoei 0.5s ease-out forwards;
}
@keyframes growAnimation-b-pogpaqzoei {
  from {
    transform: scaleY(0);
    opacity: 0;
  }
  to {
    transform: scaleY(1);
    opacity: 1;
  }
}
.incomplete-days[b-pogpaqzoei] {
  background-color: #ee8d11;
  position: absolute;
  left: 150px;
  top: 15px;
}
/* _content/Ionia.Dashboard.Web/Pages/SiteMaster/Merchant-List.razor.rz.scp.css */
table.table th:first-child[b-cedssy081o],
table.table td:first-child[b-cedssy081o],
table.table th:nth-child(2)[b-cedssy081o],
table.table td:nth-child(2)[b-cedssy081o] {
  width: 20%;
}
table.table th:nth-child(n + 3)[b-cedssy081o],
table.table td:nth-child(n + 3)[b-cedssy081o] {
  width: 12%;
}
.scrollable-filter-area[b-cedssy081o] {
  max-height: 230px;
  /* or your desired height */
  overflow-y: auto;
  overflow-x: hidden;
  /* prevent horizontal scroll */
  padding-right: 8px;
  /* optional for scrollbar spacing */
}
/* Optional: Ensure inner rows don’t exceed width */
.scrollable-filter-area .row[b-cedssy081o] {
  margin-left: 0;
  margin-right: 0;
}
/* Optional: Ensure buttons don’t stretch too wide */
.scrollable-filter-area .btn[b-cedssy081o] {
  white-space: nowrap;
}
.custom-scroll-table[b-cedssy081o] {
  max-height: 450px;
  /* will never grow taller than 450px */
  min-height: 350px;
  /* will never shrink below 350px */
  overflow-y: auto;
  overflow-x: hidden;
}
/* _content/Ionia.Dashboard.Web/Pages/SiteMaster/Statement-Detail.razor.rz.scp.css */
.statement-box[b-vetw5zv1kk] {
  color: #222529;
  background-color: white;
  border: 1px solid #ddd;
  padding: 2rem;
  margin: 2rem auto;
  max-width: 1100px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.03);
}
.table-borderless td[b-vetw5zv1kk],
.table-borderless th[b-vetw5zv1kk] {
  padding: 0.25rem 0.5rem;
}
.table-borderless td[b-vetw5zv1kk] {
  border: 0;
}
.btn-group .btn[b-vetw5zv1kk] {
  font-size: 0.875rem;
}
.table thead th[b-vetw5zv1kk] {
  background-color: #e3edfd !important;
}
.blue-bg[b-vetw5zv1kk],
.blue-bg td[b-vetw5zv1kk] {
  background-color: #f3f6fe !important;
}
.border-blue[b-vetw5zv1kk] {
  color: #f3f6fe !important;
}
.ionia-overview[b-vetw5zv1kk] {
  border: 10px double #cce0ff;
}
.ionia-overview td[b-vetw5zv1kk],
#idp-processing td[b-vetw5zv1kk],
#idp-batch td[b-vetw5zv1kk],
#idp-fees td[b-vetw5zv1kk],
#idp-monthly-fees td[b-vetw5zv1kk],
#f3-processing td[b-vetw5zv1kk],
#f3-fees td[b-vetw5zv1kk],
#orchestration-processing td[b-vetw5zv1kk],
#orchestration-fees td[b-vetw5zv1kk] {
  border: 0;
}
h2[b-vetw5zv1kk],
h3[b-vetw5zv1kk],
h4[b-vetw5zv1kk],
h5[b-vetw5zv1kk],
h6[b-vetw5zv1kk] {
  color: #222529;
}
.merchant-statement-data[b-vetw5zv1kk] {
  width: 400px;
}
/* _content/Ionia.Dashboard.Web/Pages/UserManagement/System-User-List.razor.rz.scp.css */
.userimage[b-9o7lhbosuo] {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
}
