@font-face {
    font-family: 'Abraham';
    src: url('fonts/Abraham-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html,
body,
button,
input,
textarea,
select {
    font-family: 'Abraham', Arial, sans-serif !important;
}

* {
    font-family: 'Abraham', Arial, sans-serif !important;
}

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;
}

/*.googale-phone-orientation-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    box-sizing: border-box;
    background: #ffffff;
    color: #1d1d1f;
    text-align: center;
}

    .googale-phone-orientation-overlay[hidden] {
        display: none;
    }

.googale-phone-orientation-message {
    max-width: 360px;
}

.googale-phone-orientation-icon {
    margin-bottom: 20px;
    font-size: 72px;
    line-height: 1;
}

.googale-phone-orientation-title {
    margin-bottom: 10px;
    font-size: 24px;
    font-weight: 600;
}

.googale-phone-orientation-text {
    font-size: 17px;
    line-height: 1.4;
}*/

.googale-phone-orientation-overlay {
    position: fixed;
    inset: 0;
    z-index: 2147483647;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 100vw;
    min-height: 100vh;
    min-height: 100dvh;
    box-sizing: border-box;
    padding-top: max(24px, env(safe-area-inset-top));
    padding-right: max(24px, env(safe-area-inset-right));
    padding-bottom: max(24px, env(safe-area-inset-bottom));
    padding-left: max(24px, env(safe-area-inset-left));
    overflow: hidden;
    background-color: #D3F0F8 !important;
    background-image: none !important;
    direction: rtl;
    text-align: center;
}

    .googale-phone-orientation-overlay[hidden] {
        display: none;
    }

.googale-phone-orientation-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: min(100%, 700px);
    margin: 0;
    padding: 0;
}

.googale-phone-orientation-icon {
    display: block;
    width: clamp(100px, 14vw, 145px);
    height: auto;
    margin: 0 0 clamp(28px, 5vh, 44px);
    object-fit: contain;
}

.googale-phone-orientation-title {
    margin: 0;
    color: #20539a;
    font-size: clamp(28px, 3.8vw, 36px);
    font-weight: 700;
    line-height: 1.15;
}

.googale-phone-orientation-text {
    margin: clamp(12px, 2.4vh, 18px) 0 0;
    color: #20539a;
    font-size: clamp(24px, 3.2vw, 30px);
    font-weight: 400;
    line-height: 1.3;
}

@media (orientation: landscape) and (max-height: 430px) {
    .googale-phone-orientation-icon {
        width: min(105px, 25vh);
        margin-bottom: 24px;
    }

    .googale-phone-orientation-title {
        font-size: clamp(26px, 3.8vw, 32px);
    }

    .googale-phone-orientation-text {
        margin-top: 10px;
        font-size: clamp(22px, 3vw, 27px);
    }
}
html.googale-orientation-blocked,
html.googale-orientation-blocked body {
    overflow: hidden;
}

.pwa-install-page {
    min-height: 100dvh;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    padding: 24px;
}

.pwa-install-card {
    width: min(100%, 560px);
    box-sizing: border-box;
    padding: 28px;
    border-radius: 20px;
    background: #ffffff;
    text-align: right;
}

    .pwa-install-card h1 {
        margin-block-start: 0;
        margin-block-end: 18px;
    }

    .pwa-install-card p {
        line-height: 1.6;
    }

.pwa-install-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-block-start: 24px;
}

.pwa-primary-button,
.pwa-secondary-button {
    min-height: 46px;
    padding: 10px 22px;
    border-radius: 24px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.pwa-primary-button {
    border: 0;
    background: #6bd120;
    color: #ffffff;
}

.pwa-secondary-button {
    border: 2px solid currentColor;
    background: transparent;
}

    .pwa-primary-button:disabled,
    .pwa-secondary-button:disabled {
        opacity: 0.6;
        cursor: default;
    }

.pwa-ios-instructions {
    padding-inline-start: 24px;
    line-height: 1.8;
}

.pwa-install-warning,
.pwa-install-message {
    margin-block: 16px;
    padding: 12px 16px;
    border-radius: 10px;
    background: rgba(0, 0, 0, 0.06);
}

.pwa-install-loading {
    padding: 24px;
    text-align: center;
}

@media (max-width: 600px) {
    .pwa-install-page {
        align-items: stretch;
        padding: 12px;
    }

    .pwa-install-card {
        width: 100%;
        padding: 22px 18px;
    }

    .pwa-install-actions {
        flex-direction: column-reverse;
    }

    .pwa-primary-button,
    .pwa-secondary-button {
        width: 100%;
    }
}
/* =========================================================
   Googale startup screen
   ========================================================= */

:root {
    --googale-blue: #3eacdd;
    --googale-green: #78c641;
    --googale-yellow: #f9ba1b;
    --googale-red: #ea4035;
    --googale-startup-background: #f7fafc;
    --googale-startup-surface: rgba(255, 255, 255, 0.94);
    --googale-startup-text: #24313d;
    --googale-startup-muted: #667582;
    --googale-startup-border: rgba(36, 49, 61, 0.11);
    --googale-startup-shadow: 0 24px 70px rgba(31, 52, 68, 0.14);
    --googale-startup-radius: 28px;
    --googale-startup-duration: 300ms;
}

html,
body {
    min-height: 100%;
}

.googale-application-root {
    min-height: 100%;
    opacity: 0;
}

.googale-application-root-visible {
    opacity: 1;
    transition: opacity var(--googale-startup-duration) ease;
}

.googale-startup-screen {
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    display: grid;
    place-items: center;
    box-sizing: border-box;
    min-width: 0;
    min-height: 100dvh;
    padding: max(24px, env(safe-area-inset-top)) max(20px, env(safe-area-inset-right)) max(24px, env(safe-area-inset-bottom)) max(20px, env(safe-area-inset-left));
    overflow: hidden;
    direction: rtl;
    color: var(--googale-startup-text);
    background: radial-gradient( circle at 50% 0%, rgba(62, 172, 221, 0.13), transparent 42% ), linear-gradient( 180deg, #ffffff 0%, var(--googale-startup-background) 100% );
    font-family: Arial, "Segoe UI", sans-serif;
    opacity: 1;
    visibility: visible;
    transition: opacity 400ms ease, visibility 400ms ease;
}

.googale-startup-screen-complete {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.googale-startup-background {
    position: absolute;
    inset: 0;
    overflow: hidden;
    pointer-events: none;
}

.googale-startup-shape {
    position: absolute;
    display: block;
    width: clamp(180px, 26vw, 390px);
    aspect-ratio: 1;
    border-radius: 50%;
    opacity: 0.08;
    filter: blur(1px);
    animation: googale-startup-float 8s ease-in-out infinite;
}

.googale-startup-shape-blue {
    inset-block-start: -12%;
    inset-inline-start: -8%;
    background: var(--googale-blue);
}

.googale-startup-shape-green {
    inset-block-start: -16%;
    inset-inline-end: -5%;
    background: var(--googale-green);
    animation-delay: -2s;
}

.googale-startup-shape-yellow {
    inset-block-end: -18%;
    inset-inline-start: -4%;
    background: var(--googale-yellow);
    animation-delay: -4s;
}

.googale-startup-shape-red {
    inset-block-end: -20%;
    inset-inline-end: -7%;
    background: var(--googale-red);
    animation-delay: -6s;
}

.googale-startup-content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    width: min(100%, 520px);
    min-width: 0;
    padding: clamp(28px, 6vw, 52px);
    text-align: center;
    background: var(--googale-startup-surface);
    border: 1px solid var(--googale-startup-border);
    border-radius: var(--googale-startup-radius);
    box-shadow: var(--googale-startup-shadow);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

.googale-startup-logo-shell {
    position: relative;
    display: grid;
    place-items: center;
    width: clamp(112px, 26vw, 154px);
    aspect-ratio: 1;
    margin-block-end: 24px;
    background: #ffffff;
    border-radius: 30%;
    box-shadow: 0 18px 36px rgba(31, 52, 68, 0.12);
    animation: googale-startup-logo-enter 700ms cubic-bezier(0.22, 1, 0.36, 1) both;
}

    .googale-startup-logo-shell::after {
        content: "";
        position: absolute;
        inset: -9px;
        z-index: -1;
        border: 2px solid rgba(62, 172, 221, 0.16);
        border-radius: 33%;
        animation: googale-startup-pulse 2.4s ease-in-out infinite;
    }

.googale-startup-logo {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: inherit;
}

.googale-startup-text {
    width: 100%;
    min-width: 0;
}

.googale-startup-title {
    margin: 0;
    color: var(--googale-startup-text);
    font-size: clamp(1.65rem, 5vw, 2.2rem);
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.googale-startup-message {
    min-height: 1.6em;
    margin: 12px 0 0;
    color: var(--googale-startup-muted);
    font-size: clamp(1rem, 3.5vw, 1.12rem);
    line-height: 1.55;
}

.googale-startup-progress-container {
    width: 100%;
    margin-block-start: 30px;
}

.googale-startup-progress {
    position: relative;
    width: 100%;
    height: 12px;
    overflow: hidden;
    background: #e7edf1;
    border-radius: 999px;
    box-shadow: inset 0 1px 2px rgba(31, 52, 68, 0.1);
}

.googale-startup-progress-fill {
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: linear-gradient( 90deg, var(--googale-blue) 0%, var(--googale-green) 35%, var(--googale-yellow) 68%, var(--googale-red) 100% );
    transform: scaleX(0);
    transform-origin: right center;
    transition: transform 130ms linear;
}

html[dir="ltr"]
.googale-startup-progress-fill {
    transform-origin: left center;
}

.googale-startup-progress-fill::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient( 105deg, transparent 10%, rgba(255, 255, 255, 0.55) 46%, transparent 80% );
    transform: translateX(-120%);
    animation: googale-startup-shimmer 1.7s linear infinite;
}

.googale-startup-progress-details {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-block-start: 12px;
    color: var(--googale-startup-muted);
    font-size: 0.9rem;
    line-height: 1.4;
}

.googale-startup-stage {
    min-width: 0;
    overflow: hidden;
    text-align: start;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.googale-startup-percentage {
    flex: 0 0 auto;
    min-width: 3.5rem;
    color: var(--googale-startup-text);
    font-variant-numeric: tabular-nums;
    font-weight: 700;
    text-align: end;
}

.googale-startup-error {
    width: 100%;
    margin-block-start: 28px;
    padding: 20px;
    background: rgba(234, 64, 53, 0.08);
    border: 1px solid rgba(234, 64, 53, 0.24);
    border-radius: 18px;
}

    .googale-startup-error[hidden] {
        display: none;
    }

.googale-startup-error-title {
    margin: 0;
    color: #9f251e;
    font-size: 1.05rem;
    font-weight: 700;
}

.googale-startup-error-text {
    margin: 8px 0 0;
    color: #71312c;
    line-height: 1.5;
}

.googale-startup-retry {
    min-width: 130px;
    min-height: 44px;
    margin-block-start: 16px;
    padding: 10px 22px;
    color: #ffffff;
    background: var(--googale-blue);
    border: 0;
    border-radius: 999px;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, background-color 160ms ease;
}

    .googale-startup-retry:hover {
        transform: translateY(-1px);
        box-shadow: 0 8px 20px rgba(62, 172, 221, 0.28);
    }

    .googale-startup-retry:active {
        transform: translateY(0);
    }

    .googale-startup-retry:focus-visible {
        outline: 3px solid rgba(62, 172, 221, 0.38);
        outline-offset: 4px;
    }

.googale-startup-accessibility-text {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
    border: 0;
}

.googale-startup-screen-failed
.googale-startup-progress-fill {
    background: var(--googale-red);
}

@keyframes googale-startup-logo-enter {
    from {
        opacity: 0;
        transform: translateY(12px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes googale-startup-pulse {
    0%, 100% {
        opacity: 0.35;
        transform: scale(0.96);
    }

    50% {
        opacity: 0.75;
        transform: scale(1.03);
    }
}

@keyframes googale-startup-shimmer {
    from {
        transform: translateX(-120%);
    }

    to {
        transform: translateX(120%);
    }
}

@keyframes googale-startup-float {
    0%, 100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(0, 18px, 0) scale(1.04);
    }
}

@media (max-width: 600px) {
    .googale-startup-screen {
        padding: max(16px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(16px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
    }

    .googale-startup-content {
        width: 100%;
        padding: 30px 22px;
        border-radius: 24px;
    }

    .googale-startup-logo-shell {
        margin-block-end: 20px;
    }

    .googale-startup-progress-container {
        margin-block-start: 24px;
    }
}

@media (max-height: 560px) and (orientation: landscape) {
    .googale-startup-content {
        display: grid;
        grid-template-columns: auto 1fr;
        align-items: center;
        column-gap: 24px;
        max-width: 720px;
        padding: 22px 28px;
        text-align: start;
    }

    .googale-startup-logo-shell {
        grid-row: 1 / span 2;
        width: 96px;
        margin: 0;
    }

    .googale-startup-progress-container {
        margin-block-start: 18px;
    }

    .googale-startup-error {
        grid-column: 1 / -1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .googale-startup-screen,
    .googale-application-root,
    .googale-startup-logo-shell,
    .googale-startup-logo-shell::after,
    .googale-startup-shape,
    .googale-startup-progress-fill,
    .googale-startup-progress-fill::after,
    .googale-startup-retry {
        animation: none !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }
}

@media (forced-colors: active) {
    .googale-startup-content,
    .googale-startup-progress,
    .googale-startup-error {
        border: 1px solid CanvasText;
    }

    .googale-startup-progress-fill,
    .googale-startup-retry {
        background: Highlight;
    }

    .googale-startup-retry {
        color: HighlightText;
    }
}
