﻿*:root, [data-bs-theme=light] {
    --bs-blue: #3b7ddd;
    --bs-indigo: #0a0a0a;
    --bs-purple: #6f42c1;
    --bs-pink: #e83e8c;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #fcb92c;
    --bs-green: #1cbb8c;
    --bs-teal: #20c997;
    --bs-cyan: #17a2b8;
    --bs-black: #000;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --bs-gray-300: #dee2e6;
    --bs-gray-400: #ced4da;
    --bs-gray-500: #adb5bd;
    --bs-gray-600: #6c757d;
    --bs-gray-700: #495057;
    --bs-gray-800: #343a40;
    --bs-gray-900: #212529;
    --bs-primary: #3b7ddd;
    --bs-secondary: #6c757d;
    --bs-success: #1cbb8c;
    --bs-info: #17a2b8;
    --bs-warning: #fcb92c;
    --bs-danger: #dc3545;
    --bs-light: #f5f7fb;
    --bs-dark: #212529;
    --bs-primary-rgb: 59,125,221;
    --bs-secondary-rgb: 108,117,125;
    --bs-success-rgb: 28,187,140;
    --bs-info-rgb: 23,162,184;
    --bs-warning-rgb: 252,185,44;
    --bs-danger-rgb: 220,53,69;
    --bs-light-rgb: 245,247,251;
    --bs-dark-rgb: 33,37,41;
    --bs-primary-text-emphasis: #183258;
    --bs-secondary-text-emphasis: #2b2f32;
    --bs-success-text-emphasis: #0b4b38;
    --bs-info-text-emphasis: #09414a;
    --bs-warning-text-emphasis: #654a12;
    --bs-danger-text-emphasis: #58151c;
    --bs-light-text-emphasis: #495057;
    --bs-dark-text-emphasis: #495057;
    --bs-primary-bg-subtle: #d8e5f8;
    --bs-secondary-bg-subtle: #e2e3e5;
    --bs-success-bg-subtle: #d2f1e8;
    --bs-info-bg-subtle: #d1ecf1;
    --bs-warning-bg-subtle: #fef1d5;
    --bs-danger-bg-subtle: #f8d7da;
    --bs-light-bg-subtle: #fcfcfd;
    --bs-dark-bg-subtle: #ced4da;
    --bs-primary-border-subtle: #b1cbf1;
    --bs-secondary-border-subtle: #c4c8cb;
    --bs-success-border-subtle: #a4e4d1;
    --bs-info-border-subtle: #a2dae3;
    --bs-warning-border-subtle: #fee3ab;
    --bs-danger-border-subtle: #f1aeb5;
    --bs-light-border-subtle: #e9ecef;
    --bs-dark-border-subtle: #adb5bd;
    --bs-white-rgb: 255,255,255;
    --bs-black-rgb: 0,0,0;
    --bs-font-sans-serif: "Inter","Helvetica Neue",Arial,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;
    --bs-gradient: linear-gradient(180deg,hsla(0,0%,100%,.15),hsla(0,0%,100%,0));
    --bs-body-font-family: var(--bs-font-sans-serif);
    --bs-body-font-size: 0.875rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #495057;
    --bs-body-color-rgb: 73,80,87;
    --bs-body-bg: #f5f7fb;
    --bs-body-bg-rgb: 245,247,251;
    --bs-emphasis-color: #000;
    --bs-emphasis-color-rgb: 0,0,0;
    --bs-secondary-color: rgba(73,80,87,.75);
    --bs-secondary-color-rgb: 73,80,87;
    --bs-secondary-bg: #e9ecef;
    --bs-secondary-bg-rgb: 233,236,239;
    --bs-tertiary-color: rgba(73,80,87,.5);
    --bs-tertiary-color-rgb: 73,80,87;
    --bs-tertiary-bg: #f8f9fa;
    --bs-tertiary-bg-rgb: 248,249,250;
    --bs-heading-color: #000;
    --bs-link-color: #3b7ddd;
    --bs-link-color-rgb: 59,125,221;
    --bs-link-decoration: none;
    --bs-link-hover-color: #2f64b1;
    --bs-link-hover-color-rgb: 47,100,177;
    --bs-link-hover-decoration: underline;
    --bs-code-color: #e83e8c;
    --bs-highlight-bg: #fef1d5;
    --bs-border-width: 1px;
    --bs-border-style: solid;
    --bs-border-color: #dee2e6;
    --bs-border-color-translucent: rgba(0,0,0,.175);
    --bs-border-radius: 0.2rem;
    --bs-border-radius-sm: 0.1rem;
    --bs-border-radius-lg: 0.3rem;
    --bs-border-radius-xl: 1rem;
    --bs-border-radius-xxl: 2rem;
    --bs-border-radius-2xl: var(--bs-border-radius-xxl);
    --bs-border-radius-pill: 50rem;
    --bs-box-shadow: 0 0.1rem 0.2rem rgba(0,0,0,.05);
    --bs-box-shadow-sm: 0 0.05rem 0.2rem rgba(0,0,0,.05);
    --bs-box-shadow-lg: 0 0.2rem 0.2rem rgba(0,0,0,.05);
    --bs-box-shadow-inset: inset 0 1px 2px rgba(0,0,0,.075);
    --bs-focus-ring-width: 0.25rem;
    --bs-focus-ring-opacity: 0.25;
    --bs-focus-ring-color: rgba(59,125,221,.25);
    --bs-form-valid-color: #1cbb8c;
    --bs-form-valid-border-color: #1cbb8c;
    --bs-form-invalid-color: #dc3545;
    --bs-form-invalid-border-color: #dc3545
}

.confirmation-container {
    /* max-width: 450px; */
    width: 100%;
    text-align: center;
    color: white;
    padding: 0.5rem;
    align-content: center;
}

    .confirmation-container img {
        width: 150px;
        margin-bottom: 1rem;
    }

    .confirmation-container h2 {
        font-size: 2rem;
        margin-bottom: 0.5rem;
    }

    .confirmation-container p {
        font-size: 1.1rem;
        color: #4c6995;
    }

    .confirmation-container a {
        display: inline-block;
        margin-top: 1.5rem;
        padding: 0.6rem 1.2rem;
        background-color: #3c9737;
        color: white;
        text-decoration: none;
        border-radius: 6px;
        transition: background-color 0.2s ease;
    }

        .confirmation-container a:hover {
            background-color: #2563eb;
        }
