/* /Pages/PrivilegeV2/AddEditPrivilegeV2/AddEditPrivilegeV2.razor.rz.scp.css */
/* .privilge-details-container .header {
    position: fixed;
    display: flex;
    width: calc(100% - 300px);
    align-items: center;
    justify-content: space-between
}

.privilge-details-container .header .title {
    font-size: 24px;
    font-weight: 400;
    margin-left: 10px;
    position: fixed
}

.privilge-details-container .header .status {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px
} */

.navigate-left .nav-link-item[b-iut0p90h1v] {
    font-size: 16px;
    font-weight: 600;
    color: var(--color-darkGrey, #727070);
    border-left: 2px solid var(--color-darkGrey, #727070);
}

.navigate-left a[b-iut0p90h1v] {
    display: block;
    padding: 10px;
    color: var(--color-darkGrey, #727070);
    text-decoration: none;
    transition: background .3s, color .3s;
}

.navigate-left a.active[b-iut0p90h1v] {
    border-left: 2px solid var(--color-redHighlight, #D82E24);
    color: var(--color-redHighlight, #D82E24);
}

.create-privilege section[b-iut0p90h1v] {
    padding: var(--spacing-card-padding, 16px);
    margin-bottom: var(--spacing-card-gap-edit, 8px);
    background-color: var(--color-white, white);
    border-radius: 4px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05), 0 0 1px 0 rgba(0, 0, 0, 0.25);
}



/* /Shared/Components/AutocompleteComponent/AutocompleteComponent.razor.rz.scp.css */
/* /Shared/Components/CustomSelect.razor.rz.scp.css */
.custom-select-container[b-2lwmutoezs] {
    position: relative;
    width: inherit;
}

.custom-select-display[b-2lwmutoezs] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    cursor: pointer;
    background-color: #fff;
}

.custom-select-display:hover[b-2lwmutoezs] {
    border-color: #888;
}

.custom-select-arrow[b-2lwmutoezs] {
    transition: transform 0.2s ease;
    display: flex;
    align-items: center;
    width: 24px;
}

.custom-select-item[b-2lwmutoezs] {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    cursor: pointer;
}

.custom-select-item:hover[b-2lwmutoezs] {
    background-color: #f0f0f0;
}

.custom-select-item.custom-select-item--disabled[b-2lwmutoezs] {
    opacity: 0.5;
    cursor: not-allowed;
}

.custom-select-item.custom-select-item--disabled:hover[b-2lwmutoezs] {
    background-color: transparent;
}

.custom-select-item input[type="checkbox"][b-2lwmutoezs] {
    margin-right: 8px;
    pointer-events: none;
}

/* /Shared/Components/Paging/AspirePaging.razor.rz.scp.css */
/* =======================
   PAGINATION WRAPPER
======================= */
.aspire-paging[b-06d7o0scdi] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 15px 0px 0px 0px;
    border-top: 1px solid #DEE2E6; */
    background: #fff;
    width: 100%;
    flex-wrap: nowrap;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #727070;
}

/* =======================
   LEFT SIDE
======================= */
.aspire-paging__left[b-06d7o0scdi] {
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    flex-shrink: 0;
}

.aspire-paging__label[b-06d7o0scdi] {
    font-size: 14px;
    font-weight: 400;
    color: #727070;
}

.aspire-paging__info[b-06d7o0scdi] {
    margin-left: 0px;
    font-size: 14px;
    font-weight: 400;
    color: #727070;
}

/* =======================
   NATIVE SELECT (ROWS PER PAGE)
======================= */
.aspire-paging__select[b-06d7o0scdi] {
    height: 32px;
    min-width: 50px;
    padding-left: 5px;
    padding-right: 1px;
    box-sizing: border-box;
    border: 1px solid #DEE2E6;
    border-radius: 4px;
    background-color: #fff;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    color: #727070;
    text-align: center;
    text-align-last: center;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 28px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none'><path d='M7 10l5 5 5-5' stroke='%23727070' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/></svg>");
    background-repeat: no-repeat;
    background-position: right 8px center;
}

/* Center dropdown options */
.aspire-paging__select option[b-06d7o0scdi] {
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}

/* =======================
   RIGHT SIDE
======================= */
.aspire-paging__right[b-06d7o0scdi] {
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Pagination buttons */
.aspire-paging__btn[b-06d7o0scdi],
.aspire-paging__current[b-06d7o0scdi],
.aspire-paging__ellipsis[b-06d7o0scdi] {
    min-width: 36px;
    height: 36px;
    box-sizing: border-box;
    border: 1px solid #DEE2E6;
    background: #fff;
    color: #727070;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    white-space: nowrap;
    cursor: pointer;
}

/* Remove double borders */
.aspire-paging__btn:not(:last-child)[b-06d7o0scdi],
.aspire-paging__current[b-06d7o0scdi],
.aspire-paging__ellipsis[b-06d7o0scdi] {
    border-right: none;
}

/* Current page */
.aspire-paging__current[b-06d7o0scdi] {
    background: #D82E24;
    border-color: #D82E24;
    color: #ffffff !important;
    font-weight: 400;
}

/* Ellipsis */
.aspire-paging__ellipsis[b-06d7o0scdi] {
    cursor: default;
    background: #ffffff;
}

/* Disabled */
.aspire-paging__btn:disabled[b-06d7o0scdi] {
    opacity: 0.4;
    cursor: not-allowed;
}

/* Hover */
.aspire-paging__btn:not(:disabled):hover[b-06d7o0scdi] {
    background: #F8F9FA;
}
