#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.blazored-toast-container {
    z-index: 9999 !important;
}

.oi {
    top: 0;
    font-size: 12px;
}

.oi-pencil {
    cursor: pointer;
}

.oi-pencil:hover {
    color: var(--cirrus-dark);
}

.no-margin {
    margin: 0;
}

.warning-paused {
    padding: 10px;
    border-radius: 3px;
    background: var(--cirrus-warning);
    border: 2px solid var(--cirrus-warning-hover);
}

.warning-deleted {
    padding: 14px;
    border-radius: 3px;
    background: var(--cirrus-danger);
    border: 2px solid var(--cirrus-warning);
}

.warning-fraud {
    padding: 10px;
    border-radius: 3px;
    background: var(--cirrus-code-fg);
    border: 2px solid var(--cirrus-warning);
}

.roger-stats-card {
    border-radius: 5px;
    padding: 10px 16px !important;
    display: flex;
    display: -ms-flexbox;
    -webkit-flex-direction: column;
    box-shadow: 0 1px 6px #000505;
    box-shadow: 0 1px 6px rgba(0, 5, 5, .16);
    -ms-flex-direction: column;
    flex-direction: column;
    border-left: 12px solid #532999;
}

.roger-stats-card.col-md-3 {
    width: 23%;
    margin-right: 2%;
}

.roger-stats-card.col-md-2 {
    width: 15%;
    margin-right: 1.66667%;
}

.roger-stats-label {
    text-transform: uppercase;
    color: var(--cirrus-dark-gray);
    font-size: 12px;
    letter-spacing: 0.5px;
    opacity: 0.9;
}

.roger-stats-value {
    font-size: 2.5em;
    font-weight: 800;
}

.roger-stats-value.roger-stats-value-small {
    font-size: 1.1em;
    font-weight: 700;
}

.row [class^=col-] .roger-stats-card {
    padding: 16px;
}

img[src*="_content/BlazorTable/images/plus.png"], img[src*="_content/BlazorTable/images/minus`.png"] {
    width: 12px;
}

td > a[title="Details View"] {
    margin-right: 10px;
    display: flex;
}

td > a[title="Details View"] > span {
    width: 12px;
}

.grid-box {
    border: 1px solid var(--cirrus-gray);
    border-radius: 3px;
    padding: 16px;
    margin-bottom: 16px;
}

.label-bold-container {
    display: flex;
    align-items: center;
    font-weight: bold;
}

td > .frame {
    margin-top: 10px;
    margin-bottom: 6px;
}

.pi-dl > dd {
    display: inline-block;
    margin-right: 21px;
}

.pi-dl > dt {
    display: inline-block;
}

.currency-subscript {
    font-size: 11px;
    color: #afadad;
    font-weight: bold;
    margin-left: 5px;
    letter-spacing: 0.5px;
}

.page-layout {
    margin-top: 16px;
}

.table.striped td {
    border: none;
}

td a {
    font-weight: 500;
}

.smalltext {
    font-size: 0.7rem;
}

.lightgraytext {
    color: #7f8c8d;
}

.tag.ma05 {
    margin: 0 5px;
}

.popover {
    background: #fefefe;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 10px;
    z-index: 1;
    box-shadow: 0 5px 10px .2rem rgba(54, 54, 54, .1);
}

.popover-header {
    font-size: 1rem;
    color: #7f8c8d;
    margin-bottom: 5px;
}

.popover-body > div > button {
    padding: 5px;
    line-height: 1.1rem;
    margin-bottom: 0;
    margin-right: 5px;
}

img[src*="_content/BlazorTable/images/filter.png"] {
    width: 10px;
    height: 10px;
}

.pagination {
    display: flex;
    justify-content: flex-end;
    padding-left: 0;
    list-style: none;
    border-radius: .25rem;
    margin-top: 0;
}

.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.page-item {
    margin: 0;
    font-size: 0.8rem;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.page-item:last-child .page-link {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.page-link:hover {
    z-index: 2;
    color: #0056b3;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}

.btn-sm, .btn-small {
    padding-bottom: unset;
    padding-top: unset;
}
.btn-mini
{
    padding-bottom: unset;
    padding-top: unset;
    line-height: 2
}

.unique-identifier {
    font-size: 1.5rem;
}

.hug-top {
    margin-block-start: unset;
}

.lds-ring {
    display: inline-block;
    position: absolute;
    width: 80px;
    height: 80px;
    top: 50%;
    left: 50%;
}

.lds-ring div {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 64px;
    height: 64px;
    margin: 8px;
    border: 8px solid #000;
    border-radius: 50%;
    animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: #000 transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
    animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
    animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
    animation-delay: -0.15s;
}

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.input-warning {
    border-color: var(--cirrus-warning) !important;
    background-color: rgba(250, 182, 51, 0.05) !important;
}

.input-warning:focus {
    box-shadow: 0 0 0 .2rem rgba(250, 182, 51, 0.55), inset 0 1px 8px rgba(0, 0, 0, .07) !important;
}

.card .content {
    margin: 0 auto 1.5em;
    max-width: 80%;
}

.card-head-title {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-weight: 700;
    padding: 0 1rem;
}

.tag {
    cursor: default !important;
}

.tag-button {
    cursor: pointer !important;
}

.input-slim {
    min-width: 100%;
    padding: 5px !important;
}

.hidden {
    display: none;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.margin-right-15 {
    margin-right: 15px;
}

.mark-text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.mark-button-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
}

.mark-button {
    display: inline-flex;
    margin: 0px 3px 0px 3px;
}

.mark-as-paid-date {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.date-input-box {
    max-width: 250px;
    margin-top: 3px;
    max-block-size: 35px;
}

.mark-as-paid-div {
    display: flex;
    align-items: center;
    justify-content: center;
}

.accounting-tab-headline {
    padding-top: 20px;
}

.form-section {
    margin-bottom: 16px;
}

.color-blue {
    color: white;
    background-color: #0056b3
}

.overflow-column {
    overflow-wrap: break-word !important;
}

.modal-success {
    background-color: lightgreen
}

.modal-failure {
    background-color: tomato;
}

.btn-group .btn {
    flex: none;
}

.trx-decline-container {
    border: 1px solid tomato;
    border-radius: 3px;
    padding: 5px;
    margin-top: 10px;
    background: #FFBABA;
}

.tag-bulkpay {
    background-color: white;
    color: #403db3;
    font-weight: bold;
    padding: 0;
    border: none;
    background: none;
}

.transaction-notifications-filter-div {
    display: flex;
    align-items: center;
}

.radio-group {
    display: flex;
    flex-direction: column;
}

.radio-label{
    display: flex;
    border: 1px solid #EEE;
    padding: 16px;
    cursor: pointer;
    margin-left: 0!important;
    width: 300px;
}

.radio-label > div {
    display: flex;
    flex-direction: column;
    padding-left: 8px;
}

.radio-label > div > span {
    font-weight: bold;
    text-decoration: underline;
}
    .radio-label > div > p {
        margin: 0;
        font-style: italic;
        color: #666;
        font-size: 12px;
    }

.setting-label > h6 {
    font-size: 0.7rem;
    margin-bottom: 2px;
    font-weight: 600;
    margin-top: 4px;
}

.setting-label > p {
    font-size: 0.9rem;
    line-height: 1.2rem;
    margin-bottom: 4px;
}

.tag--green {
    color: #1C5E43;
    background: #DCFFF0;
}

.tag--red {
    color: #AA1340;
    background: #F9E8ED;
}

.tag--orange {
    color: #AE5700;
    background: #FEF6EB;
}

.tag--green {
    color: #1C5E43;
    background: #DCFFF0;
}

.tag--light {
    color: #545457;
    background: #EEF1F6;
}

.tag--blue {
    color: #0071B1;
    background: #E0F4FC;
}

.tag--purple {
    color: #6941C6;
    background: #F9F5FF;
}

.bold {
    font-weight: 900;
}

.gray-text-600 {
    color: #475467;
}

.gray-text-700 {
    color: #344054;
}

.gray-text-900 {
    color: #101828;
}

.void-check-file-message {
    font-size: 12px;
    font-weight: 600;
    color: red;
    margin-top: 5px;
    margin-bottom: 5px;
}

/* Vendor outreach */
table.new-layout thead, .table.new-layout thead th {
    border-bottom: 1px solid #EAECF0 !important;
}

table.new-layout td {
    vertical-align: middle;
    padding: 11px 24px;
}

table.new-layout tr:not(:last-child) td
{
    border-bottom: 1px solid #EAECF0 !important;
}

table.new-layout button {
    padding: 6px 12px;
    margin-bottom: 0px;
    background-color: #FFF;
    border-color: #D0D5DD;
}

table.new-layout th {
    padding-left: 25px;
    white-space: nowrap;
}
table.new-layout th.u-text-center {
    padding-left: 0px;
}
table.new-layout td {
    font-size: 0.875rem;
}

table.new-layout {
    border: 1px solid #EAECF0;
    border-radius: 8px;
    border-collapse: inherit;
}

.table.new-layout tr:last-child {
    border-radius: 8px;
}

.table.new-layout tr:last-child td:first-child {
    border-bottom-left-radius: 8px;
}

.table.new-layout tr:last-child td:last-child {
    border-bottom-right-radius: 8px;
}


.table.new-layout.striped tbody tr:nth-child(even) {
    background-color: #F9FAFB !important;
}

.table.new-layout.striped tbody tr:nth-child(odd) {
    background-color: #FFF !important;
}

table.new-layout select {
    background: #FFF !important;
    border-color: #D0D5DD;
    padding-left: 14px !important;
}

div.new-card {
    border: 1px solid #EAECF0;
    border-radius: 8px;
    border-collapse: inherit;
    padding: 11px 24px;
    margin: 0 20px 20px 0;
}

.new-card img {
    height: 48px;
    width: 48px;
    padding-bottom: 12px;
    padding-top: 12px;
    border-radius: 8px;
    border-collapse: inherit;
    font-size: 2px;
    margin-top: 10px;
}

.new-card.last {
    padding-right: 0;
    margin-right: 0;
}

.cus-horizontal-line {
    border-bottom: 0.1px solid #EAECF0;
}

.cus-button {
    padding-left: 115px;
    padding-right: 115px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    line-height: 2rem;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    height: 44px;
}

.button-white {
    background: white;
}

.history-icon {
    position: relative;
    top: 6px;
}

.vcc-check-box {
    height: 16px;
    width: 16px;
}

.vcc-check-box-contianer {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.split-container {
    display: flex;
    width: 70vw;
    margin: auto; /* Center the container */
}

.split-left, .split-right {
    width: 48%;
}

.split-left {
    border-right: 1px solid #dcdcdc;
}

.outreach-action-button {
    padding-left: 20px;
    padding-right: 20px;
    border: 1px solid #D0D5DD;
    border-radius: 8px;
    line-height: 2rem;
    overflow: hidden;
    cursor: pointer;
    text-align: center;
    height: 44px;
    width:200px
}

.bold-table-header div span {
    font-weight: 900;
}

.float-left {
    float: left;
}

.gray-icon {
    filter: brightness(0) saturate(100%) invert(21%) sepia(13%) saturate(1324%) hue-rotate(179deg) brightness(98%) contrast(87%);
}

.new-layout thead tr th div span {
    font-weight: 900;
    font-size: 18px;
    line-height: 34px;
}

.new-layout .table-rows {
    font-weight: 800;
    font-size: 14px;
    line-height: 20px;
}

.pos-relative {
    position: relative;
    display: inline-block;
}

.popup-dropdown-content {
    display: none;
    position: absolute;
    top: 100%; 
    right: 0;
    z-index: 1001;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    min-width: 200px;
    margin-top: 2px;
}

.popup-dropdown-content a {
    padding: 8px 12px;
    display: block;
    border-bottom: 1px solid #ddd;
}

.popup-dropdown-content a:last-child {
    border-bottom: none;
}

.popup-dropdown-content a:hover {
    background-color: #ddd;
}

.vcc-action-modal .modal-body {
    overflow-y: scroll !important;
}

.vcc-action-modal .row {
    overflow-y: hidden !important;
}

.input--xs {
    padding: 3px;
}

.center {
    margin: auto;
}

table.naf-provisioning-modal-table td+td {
    border-left: 2px solid black;
    margin-left: 2px;
}

.btn-hidden {
    background: none !important;
    border: none !important;
    padding: 0;
    margin: 0;
}

.dropdown-menu .menu-item a {
    color: black;
}

td dl {
    margin: 0;
    display: grid;
    grid-template-columns: 0.7fr 1fr 0.7fr 1fr;
    row-gap: 4px;
}

td dl dt {
    font-size: 12px;
}

td dl dd {
    font-size: 12px;
    margin-bottom: 0;
}

.large-tooltip::after {
    min-width: 250px; /* Increase tooltip size */
    max-width: 400px;
    font-size: 14px;
    padding: 10px;
    white-space: normal;
}

.vcc-pending-payment-filter {
    position: absolute;
    top: 6.4em;
    left: 2em;
    z-index: 2;
}

.vcc-table .table-responsive {
    position: relative;
}

.vcc-table .form-control-sm {
    margin-right: 7em;
    padding: 0.66em !important;
    line-height: unset;
}

.vcc-search-filter {
    position: absolute;
    right: 3em;
    top: 8.5em;
}

.vcc-search-filter-dropdown {
    top: 10em;
}

.vcc-table td {
    max-width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    border: 1px solid #dee2e6 !important;
}

.vcc-table th {
    border: 1px solid #dee2e6;
}

.assignee-column {
    min-width: 150px;
}