/* _content/IdamPortal.Ui/Components/Onboarding/OnboardingReviewHistoryComponent.razor.rz.scp.css */
.request-header h5[b-cmtpajaeoe] {
    text-transform: uppercase;
    margin-bottom: 0.5rem;
}

.created-date[b-cmtpajaeoe] {
    margin-top: 1rem;
    font-size: 0.9rem;
}

.review-history h5[b-cmtpajaeoe] {
    margin-bottom: 0.3rem;
    text-transform: uppercase;
}

.history-entry .entry-header[b-cmtpajaeoe] {
    font-size: 0.95rem;
}

.history-entry .entry-body[b-cmtpajaeoe] {
    font-size: 0.85rem;
    margin-top: 0.3rem;
}

.comment-section textarea[b-cmtpajaeoe] {
    resize: vertical;
    min-height: 60px;
}

.comment-section button[disabled][b-cmtpajaeoe] {
    opacity: 0.6;
    cursor: not-allowed;
}
/* _content/IdamPortal.Ui/Components/User/UserComplianceSearch.razor.rz.scp.css */
/*.nav-tabs .nav-link {
    background-color: #50b9e4;
    color: #fff;
    border: 1px solid #dee2e6;
    margin-right: 2px;
    font-weight: 700;
}

.nav-tabs .nav-link:hover {
    background-color: #3ca3cc;
    color: #fff;
}

.nav-tabs .nav-link.active {
    background-color: #fff !important;
    color: #000 !important;
    border-bottom: 2px solid #fff !important;
}

.counts-group {
    margin-top: 7px;
    margin-bottom: 3px;
    border: 1px solid gray;
    background-color: #000;
}

.user-list-scroll {
    height: 55vh;
    overflow-x: hidden;
    overflow-y: visible;
    border: 1px solid lightgray;
}

.user-display,
.user-display-selected {
    border-top: 1px solid lightgray;
    font-size: 0.7rem;
    font-weight: 700;
}

.user-display {
    background-color: #fff;
}

.user-display-selected {
    background-color: #0000ff6b;
    color: #fff;
}

.user-display-header {
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 5px;
    background-color: #0d1b48;
    color: #fff;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}


.text-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
}

.text-value {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: 0;
}

textarea.form-control {
    height: 120px;
}

.btn-filter {
    padding: 0 15px;
    font-size: 10px;
    width: 140px;
    border-radius: 5px;
}

.btn-compliant {
    background-color: #28a745 !important;
    color: #fff;
}

.btn-outline-compliant {
    background-color: #fff;
    color: #28a745;
    border: 1px solid #28a745;
}

.btn-warning-custom {
    background-color: #ffc107;
    color: #000;
}

.btn-outline-warning-custom {
    background-color: #fff;
    color: #ffc107;
    border: 1px solid #ffc107;
}

.btn-expired-custom {
    background-color: #dc3545;
    color: #fff;
}

.btn-outline-expired-custom {
    background-color: #fff;
    color: #dc3545;
    border: 1px solid #dc3545;
}

.btn-nodate-custom {
    background-color: #6c757d;
    color: #fff;
}

.btn-outline-nodate-custom {
    background-color: #fff;
    color: #6c757d;
    border: 1px solid #6c757d;
}

.badge {
    height: 25px;
    line-height: 25px;
    display: inline-block;
    text-align: center;
    padding: 0 10px;
}

.comp-container {
    position: relative;
}

.loading-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(255, 255, 255, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
}

.spinner {
    margin-top: 65px;
}

.user-search-input {
    width: 100%;
}

.user-search-row.is-hidden {
    display: none;
}

.mt-26 {
    margin-top: 26px;
}

.pb-60 {
    padding-bottom: 60px;
}

.pager-btn {
    width: 100px;
}

.pager-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.compliance-col-last,
.compliance-col-first,
.compliance-col-username,
.compliance-col-email,
.compliance-col-primary,
.compliance-col-secondary,
.compliance-col-console,
.compliance-col-dev,
.compliance-col-expiration,
.compliance-col-status {
    display: inline-block;
}

.compliance-col-last {
    width: 100px;
    padding-left: 5px;
}

.compliance-col-first {
    width: 100px;
}

.compliance-col-username {
    width: 120px;
}

.compliance-col-email {
    width: 175px;
}

.compliance-col-primary,
.compliance-col-secondary,
.compliance-col-console {
    width: 80px;
}

.compliance-col-dev {
    width: 140px;
}

.compliance-col-expiration {
    width: 113px;
}

.compliance-col-status {
    width: 50px;
    vertical-align: middle;
}

.sortable-header {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
}

.user-display-header .sortable-header {
    flex: 0 0 auto;
    display: inline-block;
    white-space: nowrap !important;
    word-break: normal !important;
    overflow-wrap: normal !important;
}

.compliance-col-status-header {
    width: 48px;
}

.user-display-header .compliance-col-console {
    width: 76px;
}

.user-display-header .compliance-col-dev {
    width: 132px;
}

.user-display-header .compliance-col-expiration {
    width: 108px;
}

.user-display-header .compliance-col-status,
.user-display-header .compliance-col-status-header {
    width: 50px !important;
}

*/
/* _content/IdamPortal.Ui/Components/User/UserSearch.razor.rz.scp.css */
/*.nav-tabs .nav-link {
    background-color: #dceaf8;
}

.counts-group {
    margin-top: 7px;
    margin-bottom: 3px;
    border: 1px solid gray;
    background-color: #000;
}

.user-list-scroll {
    height: 55vh;
    overflow-x: hidden;
    overflow-y: visible;
    border: 1px solid lightgray;
}

.user-display-selected,
.user-display {
    border-top: 1px solid lightgray;
    font-size: 0.7rem;
    font-weight: 700;
}

.user-display-selected {
    background-color: #fff;
}

.user-display {
    background-color: #0000ff6b;
    color: #fff;
}

.user-display-header {
    font-size: 0.7rem;
    font-weight: 700;
    margin-top: 5px;
    background-color: #0d1b48;
    color: #fff;
}

.text-label {
    font-size: 0.7rem;
    font-weight: 700;
    color: #fff;
}

.text-value {
    font-size: 0.75rem;
    font-weight: 700;
    color: #fff;
}

.form-control::placeholder {
    color: rgba(0, 0, 0, 0.5);
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    margin-top: 0;
}

textarea.form-control {
    height: 120px;
}

.custom-tabs .nav-link {
    padding: 0.5rem 0.95rem;
}

.user-name-card {
    background-color: #fff;
    max-width: fit-content;
    border: 0;
    border-radius: 10px;
    box-shadow: none !important;
}

.user-name-text {
    font-size: 0.9rem;
    font-weight: 600;
    color: #343a40;
}

.filter-bar {
    gap: 10px;
}

.user-search {
    max-width: 210px;
}

.filter-item {
    max-width: 120px;
}

.small-dropdown {
    min-width: 120px !important;
}

.medium-dropdown {
    min-width: 120px !important;
    max-width: 120px !important;
}

.filter-bar label {
    font-size: 0.8rem;
    font-weight: 600;
    margin-bottom: 2px;
}

.medium-dropdown,
.small-dropdown {
    display: inline-block;
}

.pager-btn {
    width: 100px;
    height: 1.3rem;
    margin-top: auto;
    margin-bottom: auto;
}

.pager-btn:disabled {
    pointer-events: none;
    opacity: 0.5;
}

.user-col-last,
.user-col-first,
.user-col-username,
.user-col-email,
.user-col-primary,
.user-col-secondary,
.user-col-date {
    display: inline-block;
}

.user-col-last {
    width: 110px;
    padding-left: 5px;
}

.user-col-first {
    width: 90px;
}

.user-col-username {
    width: 110px;
}

.user-col-email {
    width: 175px;
}

.user-col-primary,
.user-col-secondary {
    width: 70px;
}

.user-col-date {
    width: 120px;
}

.user-list-spinner {
    z-index: 5;
    top: 14vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.sortable-header {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.role-loading-spinner {
    top: -80%;
    left: 40%;
    transform: translate(-50%, -50%);
    z-index: 5;
    background-color: rgba(0, 0, 0, 0.5);
}
*/
/* _content/IdamPortal.Ui/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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 {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a {
  color: #0077cc;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}*/
/* _content/IdamPortal.Ui/Pages/Shared/_LayoutAdmin.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
*/
/* _content/IdamPortal.Ui/Pages/Shared/_LayoutNonAuth.cshtml.rz.scp.css */
/* Please see documentation at https://docs.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 {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0077cc;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}
*/
