@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.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;
}
/* _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/PleaseWait.razor.rz.scp.css */
.please-wait-container[b-s5qr7fo838] {
  backdrop-filter: blur(5px);
  /* Adjust blur intensity */
  filter: grayscale(100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  /* 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: 1070;
  /* Ensure it's on top of other content */
}
.spinner[b-s5qr7fo838] {
  border: 8px solid #f3f3f3;
  /* Light grey */
  border-top: 8px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin-b-s5qr7fo838 2s linear infinite;
}
@keyframes spin-b-s5qr7fo838 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.please-wait-container p[b-s5qr7fo838] {
  margin-top: 20px;
  color: white;
  font-size: 20px;
}
/* _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/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/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 */
}
/* _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;
}
/* _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/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;
  }
}
/* _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%;
}
/* _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;
}
