/* /Areas/Identity/Pages/Authorization/UserManagement/ManageUsers.cshtml.rz.scp.css */
.modal-overlay[b-aors6mn12t] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent backdrop */
    justify-content: center;
    align-items: center; /* Centers the modal vertically and horizontally */
    z-index: 10000;
}

/* The confirm dialog box */
.confirm-modal[b-aors6mn12t] {
    background: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
    max-width: 300px;
    width: 80%;
}

    /* Buttons styling */
    .confirm-modal button[b-aors6mn12t] {
        margin: 10px;
        padding: 8px 16px;
        border: none;
        border-radius: 4px;
        cursor: pointer;
    }

.btn-ok[b-aors6mn12t] {
    background: #4CAF50;
    color: white;
}

/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-b7jbymv7du] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-b7jbymv7du] {
  color: #0077cc;
}

.btn-primary[b-b7jbymv7du] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-b7jbymv7du], .nav-pills .show > .nav-link[b-b7jbymv7du] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-b7jbymv7du] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-b7jbymv7du] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-b7jbymv7du] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-b7jbymv7du] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-b7jbymv7du] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}
