a, .btn-link {
    color: #006bb7;
}

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

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

.content {
    padding-top: 1.1rem;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}

.custom-filter-button input,
.custom-filter-button select {
    height: 30px;
    font-size: 12px;
}

.custom-dropdown-button .btn {
    width: 200px;
}

.smaller-text-grid {
    font-size: 0.8rem;
}

.grid-column-no-wrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sv-grid .mud-table .mud-table-cell.grid-column-no-wrap {
    max-width: 1px !important;
    width: auto !important;
}

.mud-table-foot {
    background-color: var(--mud-palette-background-gray) !important;
    border-top: 3px double var(--mud-palette-primary) !important;
}

.mud-table-cell-footer,
.mud-table-foot .mud-table-cell {
    background-color: var(--mud-palette-background-gray) !important;
    color: var(--mud-palette-text-primary) !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    padding: 6px 24px 6px 16px !important;
}

.grid-footer-total {
    font-weight: 700;
    font-size: 0.9rem;
    font-variant-numeric: tabular-nums;
    color: var(--mud-palette-text-primary) !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rejection-type-column {
    max-width: 200px;
    min-width: 150px;
}

.rejection-type-cell {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.custom-dropdown-popover-class {
    width: auto !important;
    max-width: initial !important;
}

.mudtext-title {
    margin: 20px
}

.grid-below {
    display: flex;
    justify-content: center;
    margin: 20px
}

.grid-below-margin {
    margin: 10px;
}

.dropdown-limit {
    width: 200px;
}

.mudtext-sum {
    width: 150px;
    float: right;
    margin-right: 50px;
}

.flex-align {
    align-items: center;
}

.text-below {
    display: flex;
    margin: 20px;
}

.form-margin {
    margin: 20px;
}

.text-multiplier {
    width: 550px;
}

.button-margin {
    margin: 10px;
}

.mud-data-grid .mud-table-cell .mud-select.custom-select-width {
    width: auto;
    min-width: 160px;
    max-width: 250px;
}

.mud-popover-paper {
    width: auto !important;
    max-width: none !important;
}

.mud-data-grid .mud-table-cell .mud-select-input .mud-input-slot {
    font-size: 0.8rem;
    line-height: 0.5;
    margin-top: 1rem;
}

.mud-data-grid .mud-table-cell .mud-select.custom-select-width .mud-input-label {
    font-weight: 500 !important;
}

.mud-data-grid .mud-table-cell .mud-select-input .mud-input-adornment-end {
    margin-top: 0.8rem;
}

.mud-data-grid .mud-table-cell .mud-select-input .mud-input-clear-button {
    padding: 0.2rem;
    margin-top: 0.8rem;
    margin-left: 0.5rem;
}

.compact-table {
    width: 100%;
    overflow-x: auto;
}

    .compact-table .mud-table {
        min-width: 100%;
        table-layout: auto;
    }

    .compact-table .mud-table-cell {
        font-size: 0.75rem !important;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: fit-content;
    }

.radioGroup-margin {
    margin: 20px;
}

.date-picker {
    width: fit-content;
    margin: 15px;
    display: flex;
    gap: 20px;
    align-items: center;
    padding-bottom: 10px;
}

.limited-width-cell {
    max-width: 200px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.mud-charts-xaxis text {
    writing-mode: vertical-rl;
}

.mud-chart-line {
    overflow: visible;
}

.table-height {
    max-height: 400px;
    overflow-y: auto;
}

:root {
    --stakemate-button-default-width: 175px;
    --stakemate-button-border-radius: 10px;
    --stakemate-button-default-height: 35px;
}

.navbar {
    background-color: white;
    color: #118CFE
}

.navbar-text {
    color: #1B5285 !important;
}

.navbar-text-logo {
    height: 10px;
    padding-bottom: 12px;
    padding-left: 2px;
}

.mudcard-items-flex {
    flex-direction: column;
    align-items: flex-start;
}

.highlights-table .mud-table-container {
    overflow-x: hidden;
}

.highlights-table .mud-table-root {
    background-color: transparent;
}

.highlights-table .mud-table-row {
    border-bottom: none;
}

.highlights-table .mud-table-cell {
    padding: 5px !important;
    height: 48px;
    vertical-align: middle;
}

.user-profile-update-field {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.compliance-flex-one {
    display: flex;
}

.compliance-flex-two {
    display: flex;
    align-items: flex-end !important;
}

.text-margin {
    margin-right: 10px;
}

.mudPaper-padding {
    padding-bottom: 1px;
}

.autocomplete-padding {
    padding-top: 15px !important;
}

.custom-edit-select-container .mud-table-cell .mud-select-input {
    margin-top: 0 !important;
}

.custom-edit-select-container .mud-table-cell .mud-input-control {
    margin-top: 0 !important;
}

.note-button {
    padding-top: 10px !important;
}

.mud-grid .mud-grid-item .mud-paper .d-flex .mud-select {
    flex: none;
}

.edit-button {
    padding-top: 10px !important;
}

.permission-denied {
    position: relative;
}

.disabled-content {
    position: relative;
    opacity: 0.3;
    transition: opacity 0.3s ease;
}

.disabled-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    cursor: not-allowed;
}

.disabled-content button {
    pointer-events: none !important;
}

.mudSelect-padding {
    padding-left: 20px;
}

.mud-input-label-animated.mud-input-label-outlined.mud-input-label-margin-dense {
    white-space: nowrap;
}

.mud-grid-revenue {
    padding: 20px;
    margin-left: auto;
}

.mud-grid-padding-bottom {
    padding-bottom: 15px;
}

.hide-pager-controls .mud-typography,
.hide-pager-controls .mud-table-pagination-actions {
    display: none;
}

.autocomplete-padding .mud-select .mud-input-control >
.mud-input-control-input-container > div.mud-input.mud-input-text.mud-input-text-with-label {
    margin-top: 16px !important;
}

.text-label-margin .mud-input-control .mud-input-control-input-container .mud-input-text {
    margin-top: 10px !important;
}

.hide-pager-controls {
    border-top: none !important;
}

.guid-column {
    max-width: 100px;
}


.braze-mud-drop-container {
    display: inline-block !important;
    vertical-align: top;
}

.braze-mud-drop-zone-child {
    display: inline-block !important;
    width: 320px !important;
    height: 400px !important;
    overflow-y: scroll !important;
    font-size: 12px !important;
}

.braze-mud-drop-zone-container {
    display: inline-block;
    width: 1500px;
}

.custom-grid-toolbar.mud-toolbar {
    padding-left: 0;
    padding-right: 0;
}

.remove-border {
    border-bottom: none;
}

.user-tag-description-text {
    max-width: 150px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 0.75rem;
    color: rgba(0, 0, 0, 0.6);
}

@media (max-width: 600px) {
    .user-tag-description-text {
        max-width: 100px;
    }
}

.hide-skip-buttons .mud-table-pagination-actions button:first-child,
.hide-skip-buttons .mud-table-pagination-actions button:last-child {
    display: none !important;
}

.mud-table-root .mud-table-body .mud-table-row td.flag-indicator-cell {
    border-left: none !important;
    border-right: none !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    padding-left: 2px !important;
    vertical-align: middle;
}

.mud-table-root .mud-table-head .mud-table-row th.flag-indicator-cell {
    border-left: none !important;
    border-right: none !important;
    padding-right: 5px !important;
    padding-left: 2px !important;
}

.search-container {
    display: inline-block;
}

.search-input {
    min-width: 450px;
    width: 100%;
}

.financial-risk-status-select .mud-input-slot {
    font-size: inherit !important;
    line-height: normal !important;
    margin-top: 0 !important;
}

.btn-margin-left {
    margin-left: 10px;
}

.market-selections-cell-prewrap {
    overflow-wrap: break-word;
    white-space: break-spaces !important;
    word-wrap: break-word;
}

.btn-margin-top {
    margin-top: 10px;
}

.wrap-cell {
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: anywhere;
    overflow: visible;
}

.wrap-cell-resizable {
    resize: horizontal;
    padding-right: 8px;
}

.wrap-cell-wider {
    width: 250px;
    min-width: 150px;
    max-width: 400px;
}

.wrap-cell-narrower {
    width: 115px;
    min-width: 115px;
    max-width: 150px;
}

.mud-table .mud-table-cell.guid-cell {
    max-width: 1px !important;
    width: auto !important;
}

.guid-cell .truncate-content {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    width: 100% !important;
    display: block !important;
}

.iframe-style{
    border: none;
    width: 100%;
    height: 450px;
}

.color-stakemate-dark-blue{
    background-color : #02329F;
    color: #FFF;
}

.settlement-edit-cell .mud-tooltip-inline{
    width: 100%;
}

.mud-input-slot.mud-input-root.mud-input-root-outlined{
    font-size: 15px;
    font-weight: 500;
}

.bell-badge .mud-badge.mud-badge-top.right.mud-badge-overlap {
    inset: auto auto calc(100% - 24px) calc(100% - 19px);
}

.checkmate-page {
    display: flex;
    align-items: stretch;
    min-height: 100vh;
}

.checkmate-page__content {
    flex: 1 1 auto;
    min-width: 0;
    margin-left: var(--sm-space-nav-block);
}

.account-status-filter-popover.mud-popover {
    min-width: 240px !important;
    max-width: 320px !important;
}