﻿html,
body {
    font-family: Calibri, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

h1:focus {
    outline: none;
}

a,
.btn-link {
    color: #0071c1;
}

.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;
}

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

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    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;
    }

.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.";
    }

html,
body,
#app {
    background-color: white;
}

    html.dark-startup,
    html.dark-startup body,
    html.dark-startup #app {
        background-color: #121212;
    }

.loader-container {
    background-color: inherit;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loader {
    width: 60px !important;
    height: 60px !important;
    border-radius: 50% !important;
    display: inline-block !important;
    position: relative !important;
    border: 6px solid transparent !important;
    border-top-color: #102247 !important;
    border-right-color: #2a77ae !important;
    border-bottom-color: #68c0d6 !important;
    border-left-color: transparent !important;
    animation: rotation 1s linear infinite !important;
    box-sizing: border-box !important;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg) !important;
    }

    100% {
        transform: rotate(360deg) !important;
    }
}

.startup-loader-container {
    height: 100vh;
}

.cibi-loader-container {
    width: 100%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cibi-loader-container > .cibi-brand-loader {
    display: flex;
    align-items: center;
    position: relative;
}

.cibi-brand-loader > svg {
    width: 64px;
    height: 64px;
    margin: 0 5px;
}

.cibi-brand-loader > svg:nth-child(3) {
    margin-right: 7px;
}

.cibi-brand-loader > svg:nth-child(4) {
    margin-left: 7px;
}

.cibi-brand-loader > svg.cibi-loader-definitions {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0;
}

.cibi-brand-loader > svg.cibi-loader-letter-i {
    width: 19px;
    height: 64px;
}

.cibi-brand-loader > svg.cibi-loader-letter-b {
    width: 49px;
    height: 64px;
}

.cibi-loader-spacer {
    width: 0.5em;
}

.cibi-loader-dash {
    animation: cibiDashArray 2s ease-in-out infinite,
               cibiDashOffset 2s linear infinite;
}

.cibi-loader-gradient-b {
    stroke: url(#cibi-loader-b);
}

.cibi-loader-gradient-c {
    stroke: url(#cibi-loader-c);
}

.cibi-loader-gradient-d {
    stroke: url(#cibi-loader-d);
}

@keyframes cibiDashArray {
    0% {
        stroke-dasharray: 0 1 359 0;
    }

    50% {
        stroke-dasharray: 0 359 1 0;
    }

    100% {
        stroke-dasharray: 359 1 0 0;
    }
}

@keyframes cibiDashOffset {
    0% {
        stroke-dashoffset: 365;
    }

    100% {
        stroke-dashoffset: 5;
    }
}

code {
    color: #c02d76;
}

.mud-drawer {
    border-radius: 30px 30px 30px 30px !important;
}

    .mud-drawer.mud-drawer-open {
        border-radius: 4px !important;
    }

.mud-appbar {
    border-radius: 4px !important;
}

.main-topbar.mud-appbar {
    overflow: hidden;
    border-radius: 0 !important;
    background: linear-gradient(100deg, #0B1B3D 0%, #1C3A70 35%, #1D5FD1 75%, #4F93EA 100%) !important;
    box-shadow: 0 6px 16px -8px rgba(11, 27, 61, 0.35) !important;
    color: #FFFFFF !important;
    font-family: "Inter", sans-serif;
}

.main-topbar.mud-appbar::before {
    position: absolute;
    z-index: 0;
    inset: 0;
    background-image: radial-gradient(rgba(255, 255, 255, 0.14) 1px, transparent 1.5px);
    background-size: 16px 16px;
    content: "";
    opacity: 0.3;
    pointer-events: none;
    -webkit-mask-image: linear-gradient(to right, #000, transparent 75%);
    mask-image: linear-gradient(to right, #000, transparent 75%);
}

.main-topbar .mud-toolbar-appbar {
    position: relative;
    z-index: 1;
    min-height: 64px !important;
    height: 64px !important;
    padding: 14px 22px !important;
    gap: 16px;
}

.main-topbar-brand,
.main-topbar-actions,
.main-topbar-greeting {
    display: flex;
    align-items: center;
}

.main-topbar-brand {
    min-width: 0;
    gap: 12px;
    padding: 5px 12px 5px 6px;
    border: 1px solid transparent;
    border-radius: 12px;
    background: transparent;
    color: inherit;
    cursor: pointer;
    font: inherit;
    transition: background 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.main-topbar-brand:hover {
    border-color: rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 3px rgba(103, 164, 255, 0.14),
                0 0 24px rgba(103, 164, 255, 0.48),
                0 8px 20px rgba(5, 18, 48, 0.24);
    transform: translateY(-1px);
}

.main-topbar-brand:active {
    transform: translateY(0);
}

.main-topbar-brand:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.42);
    outline-offset: 2px;
}

.main-topbar-brand-badge {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 9px;
    background: rgba(255, 255, 255, 0.16);
    transition: background 0.18s ease, box-shadow 0.18s ease;
}

.main-topbar-brand:hover .main-topbar-brand-badge {
    background: rgba(255, 255, 255, 0.24);
    box-shadow: 0 0 14px rgba(255, 255, 255, 0.24);
}

.main-topbar-brand-badge svg {
    width: 16px;
    height: 16px;
    color: #FFFFFF;
}

.main-topbar-brand-name {
    overflow: hidden;
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 14.5px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-topbar-actions {
    flex: 0 0 auto;
    gap: 14px;
}

.main-topbar-greeting {
    min-width: 0;
    gap: 10px;
}

.main-topbar-greeting-text {
    max-width: min(32vw, 360px);
    overflow: hidden;
    color: #EAF0FC;
    font-size: 13.5px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-topbar-greeting-text strong {
    color: #FFFFFF;
    font-weight: 700;
}

.main-topbar-avatar {
    display: flex;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    border: 1.5px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.18);
    color: #FFFFFF;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
}

.main-topbar-divider {
    width: 1px;
    height: 24px;
    flex: 0 0 auto;
    background: rgba(255, 255, 255, 0.25);
}

.main-topbar .main-topbar-theme-toggle.mud-icon-button {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #FFFFFF !important;
    transition: background 0.15s ease;
}

.main-topbar .main-topbar-theme-toggle.mud-icon-button:hover {
    background: rgba(255, 255, 255, 0.24);
}

.main-topbar .main-topbar-theme-toggle.mud-icon-button:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

.main-topbar .main-topbar-theme-toggle .mud-icon-root {
    width: 17px;
    height: 17px;
    color: #FFFFFF !important;
    font-size: 17px;
}

.main-topbar .main-topbar-profile.mud-button-root {
    min-width: 0;
    height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: none;
    transition: background 0.15s ease;
}

.main-topbar .main-topbar-profile.mud-button-root:hover {
    background: rgba(255, 255, 255, 0.24);
}

.main-topbar .main-topbar-profile.mud-button-root:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

.main-topbar .main-topbar-profile.mud-button-root.mud-button-disabled {
    opacity: 0.6;
}

.main-topbar .main-topbar-profile .mud-icon-root {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

.main-topbar .main-topbar-logout.mud-button-root {
    min-width: 0;
    height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    color: #FFFFFF;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: none;
    transition: background 0.15s ease;
}

.main-topbar .main-topbar-logout.mud-button-root:hover {
    background: rgba(255, 255, 255, 0.24);
}

.main-topbar .main-topbar-logout.mud-button-root:focus-visible {
    outline: 3px solid rgba(255, 255, 255, 0.35);
    outline-offset: 2px;
}

.main-topbar .main-topbar-logout .mud-icon-root {
    width: 17px;
    height: 17px;
    font-size: 17px;
}

@media (max-width: 600px) {
    .main-topbar .mud-toolbar-appbar {
        padding-right: 14px !important;
        padding-left: 14px !important;
    }

    .main-topbar-brand-name,
    .main-topbar-greeting-text,
    .main-topbar-profile-label,
    .main-topbar-logout-label {
        display: none;
    }

    .main-topbar-actions {
        gap: 10px;
    }

    .main-topbar .main-topbar-logout.mud-button-root,
    .main-topbar .main-topbar-profile.mud-button-root {
        padding: 0 10px;
    }

    .main-topbar .main-topbar-logout .mud-button-label .mud-button-icon-start,
    .main-topbar .main-topbar-profile .mud-button-label .mud-button-icon-start {
        margin-right: 0;
    }
}

/* The greeting label is the first thing to give up horizontal space once the
   profile button joins the row. */
@media (max-width: 1100px) and (min-width: 601px) {
    .main-topbar-profile-label {
        display: none;
    }

    .main-topbar .main-topbar-profile.mud-button-root {
        padding: 0 10px;
    }

    .main-topbar .main-topbar-profile .mud-button-label .mud-button-icon-start {
        margin-right: 0;
    }
}

.nav-active-light {
    background: white !important;
    color: black !important;
    border-radius: 4px;
}

.nav-active-dark {
    background: linear-gradient(90deg, #102247 0%, #2a77ae 50%) !important;
    color: white !important;
    border-radius: 4px;
    margin: 0px 10px 0px 10px
}

    .nav-active-light .mud-icon-root,
    .nav-active-dark .mud-icon-root,
    .nav-active-light .mud-nav-link-icon,
    .nav-active-dark .mud-nav-link-icon {
        color: inherit !important;
    }

.form-floating > .form-control-plaintext::placeholder,
.form-floating > .form-control::placeholder {
    color: var(--bs-secondary-color);
    text-align: end;
}

.form-floating > .form-control-plaintext:focus::placeholder,
.form-floating > .form-control:focus::placeholder {
    text-align: start;
}

.login-card {
    width: 100% !important;
    max-width: 450px !important;
    backdrop-filter: blur(10px) !important;
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.theme-button, .theme-button-delete {
    background: linear-gradient(90deg,#102247 0%,#2a77ae 50%,#68c0d6 100%);
    text-transform: none !important;
    font-size: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .theme-button:hover, .theme-button-delete:hover {
        transform: scale(1.06);
        box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15) !important;
    }

.theme-button-delete {
    background: #F44336 !important;
    color: white !important;
    border-radius: 12px !important;
}

.theme-button-inactive {
    background: #cbd5e1 !important;
    cursor: not-allowed;
}

.theme-button-active {
    background: linear-gradient(90deg,#102247 0%,#2a77ae 50%,#68c0d6 100%);
    color: white;
    text-transform: none;
    box-shadow: 0 4px 15px rgba(16, 34, 71, 0.3) !important;
    color: white !important;
}

.theme-button, .theme-button-warning {
    background: linear-gradient(90deg,#102247 0%,#2a77ae 50%,#68c0d6 100%);
    text-transform: none !important;
    font-size: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

    .theme-button:hover, .theme-button-warning:hover {
        transform: scale(1.06);
        box-shadow: 0 12px 40px rgba(251, 140, 0, .25) !important;
    }



.theme-button-warning {
    background: linear-gradient(90deg, #E65100 0%, #FB8C00 55%, #FFB74D 100%) !important;
    color: white !important;
    border-radius: 12px !important;
}

.main-nav-item-custom {
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 100px !important;
    font-size: 18px;
}

.main-nav-icon {
    width: 70px;
    height: 70px;
    object-fit: contain;
    display: inline-block;
}

.main-nav-text {
    display: inline-block;
    font-weight: 500;
    line-height: 1;
    vertical-align: middle;
}

.login-card {
    width: 100%;
    max-width: 450px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.95) !important;
    border-radius: 4px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1) !important;
}

.login-button {
    border-radius: 4px !important;
    height: 48px !important;
    font-weight: 600 !important;
    text-transform: none !important;
    font-size: 16px !important;
    color: white !important;
}

.login-button-inactive {
    background: #cbd5e1 !important;
    color: #475569 !important;
    cursor: not-allowed !important;
}

.login-button-active {
    background: linear-gradient( 90deg, #102247 0%, #2a77ae 50%, #68c0d6 100% ) !important;
    color: white !important;
    box-shadow: 0 4px 15px rgba(16, 34, 71, 0.3);
    cursor: pointer !important;
}

.custom-tabs .mud-tabs-wrapper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.oneplatform-rounded-input .mud-input-outlined {
    border-radius: 4px !important;
}

.oneplatform-rounded-input fieldset {
    border-radius: 4px !important;
}

.oneplatform-generic-container {
    position: relative;
    min-height: 100vh;
    min-width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    background: linear-gradient(90deg, #102247 0%, #2a77ae 50%, #68c0d6 100%) !important;
}

.um-dialog {
    border-radius: 20px !important;
    overflow: hidden;
}

    .um-dialog .mud-dialog-content {
        padding: 0 !important;
    }

.um-dialog-shell {
    width: 100%;
    background: #fff;
}

.um-dialog-header {
    padding: 24px 28px 18px;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
}

.um-dialog-title {
    margin: 0;
    color: #102247;
    font-weight: 700;
}

.um-dialog-subtitle {
    margin-top: 2px;
    color: #6b7b92;
}

.um-dialog-close {
    background: #eef3f9 !important;
    border-radius: 12px !important;
    color: #7d91ab !important;
}

.um-dialog-body {
    padding: 22px 28px 10px;
}

.um-dialog-label {
    color: #1e2a3c;
    font-weight: 600;
}

.um-switch-row {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 4px 0;
}

.um-dialog-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding: 18px 28px 24px;
}

.um-dialog-footer-split {
    justify-content: space-between;
}

.um-secondary-button,
.um-primary-button,
.um-danger-button {
    min-width: 120px;
    border-radius: 12px !important;
    text-transform: none !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.um-secondary-button {
    border-color: #d9e2ee !important;
    color: #102247 !important;
}

.um-danger-button {
    border-color: #f1c7c1 !important;
    color: #d8503a !important;
    background: #fff !important;
}

@media (max-width: 960px) {
    .um-dialog-header,
    .um-dialog-body,
    .um-dialog-footer {
        padding-left: 18px;
        padding-right: 18px;
    }

    .um-dialog-footer,
    .um-dialog-footer-split {
        flex-direction: column-reverse;
    }

    .um-secondary-button,
    .um-primary-button,
    .um-danger-button {
        width: 100%;
    }
}

.mud-table th {
    font-weight: 700 !important;
    text-align: center;
    font-size: 18px;
}

.mud-table td {
    align-items: center;
    text-align: center;
    font-size: 16px;
    white-space: normal !important;
}

.mud-table-cell {
    min-width: 150px !important;
    white-space: normal;
    flex: 0 0 auto;
    white-space: nowrap;
}

.responsive-title {
    font-size: 20px !important;
}

@media (max-width: 600px) {
    .responsive-title {
        font-size: 13px !important;
        white-space: normal;
    }
}

.responsive-table-container {
    overflow-x: auto;
    width: 100%;
    height: 100%;
    border-radius: 12px;
    box-shadow: 0 0 10px rgba(42,119,174,0.8);
}

    .responsive-table-container .mud-table-toolbar {
        min-height: unset !important;
        height: auto !important;
        padding-top: 16px !important;
        padding-bottom: 16px !important;
        justify-content: space-between !important;
    }

.centered-upload .mud-input-helper-text .me-auto {
    text-align: center;
    justify-content: center;
    margin-top: 20px;
    width: 100%;
}

.mud-list {
    border-radius: 20px !important;
    overflow: hidden;
    margin: 2px 6px;
}

.mud-popover {
    border-radius: 20px !important;
    overflow: hidden !important;
    margin: 2px 6px;
}

.mud-table-empty-row {
    background: transparent !important;
}

.transparent-paper {
    background: white;
    opacity: 0.9;
}

.oneplatform-surface-card {
    background: #fff;
    border: 1px solid #e3e9f1;
    border-radius: 14px;
    box-shadow: 0 8px 24px -18px rgba(11,31,58,.25);
}

.mud-dialog.confirmation-dialog {
    width: 100%;
    max-width: 420px;
    padding: 0 !important;
    overflow: hidden;
    border-radius: 20px !important;
    background: #fff;
    box-shadow:
        0 30px 60px -20px rgba(7, 18, 48, 0.3),
        0 10px 24px -8px rgba(7, 18, 48, 0.18) !important;
    font-family: "Inter", sans-serif;
}

.mud-dialog.confirmation-dialog .confirmation-dialog-content {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
}

/* YesNoDialogComponent root — global because MudDialog teleports to the
   provider, outside the component's scoped-CSS subtree. */
.mud-dialog.yes-no-dialog {
    width: min(420px, calc(100% - 24px));
    max-height: calc(100dvh - 24px);
    padding: 0 !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 20px !important;
    background: #fff;
    box-shadow:
        0 0 0 6px rgba(46, 124, 224, 0.10),
        0 24px 60px -12px rgba(11, 27, 61, 0.35),
        0 4px 12px rgba(11, 27, 61, 0.08) !important;
    font-family: "Inter", sans-serif;
}

.mud-dialog.yes-no-dialog .mud-dialog-content {
    width: 100%;
    margin: 0;
    padding: 0 !important;
    overflow-x: hidden;
    overflow-y: auto;
}
