html,
body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

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;
}

.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;
}

/* Custom Spiritual Compass Navigators Styles */
:root {
    --scn-primary: #1b6ec2;
    --scn-secondary: #6c757d;
    --scn-success: #198754;
    --scn-light: #f8f9fa;
    --scn-dark: #212529;
}

/* Hero Section Styles */
.hero-section {
    background: linear-gradient(135deg, var(--scn-primary) 0%, #0d47a1 100%);
    min-height: 40vh;
    display: flex;
    align-items: center;
    padding: 3rem 0;
}

.min-vh-50 {
    min-height: 40vh;
    /* Standardized to match .hero-section */
}

/* Feature Cards */
.card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15) !important;
}

/* Feature Numbers and Icons */
.feature-number,
.feature-icon,
.app-icon,
.approach-icon,
.contact-icon {
    transition: transform 0.3s ease;
}

.feature-number:hover,
.feature-icon:hover,
.app-icon:hover,
.approach-icon:hover,
.contact-icon:hover {
    transform: scale(1.1);
}

/* Stats Grid */
.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 2rem;
}

.stat-number {
    font-size: 3rem;
    font-weight: 700;
    color: var(--scn-primary);
    line-height: 1;
}

.stat-label {
    font-size: 1.1rem;
    color: var(--scn-secondary);
    margin-top: 0.5rem;
}

/* Team Photos */
.team-photo {
    background: linear-gradient(135deg, var(--scn-primary) 0%, #0d47a1 100%);
    transition: transform 0.3s ease;
}

.team-photo:hover {
    transform: scale(1.05);
}

/* Spiritual Compass Icon */
.spiritual-compass-icon {
    animation: float 3s ease-in-out infinite;
}

@keyframes float {

    0%,
    100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-10px);
    }
}

/* Contact Form Styles */
.contact-info .contact-icon {
    transition: transform 0.3s ease;
}

.contact-info .contact-icon:hover {
    transform: scale(1.1);
}

/* Office Hours */
.office-hours .d-flex {
    padding: 0.5rem 0;
    border-bottom: 1px solid #e9ecef;
}

.office-hours .d-flex:last-child {
    border-bottom: none;
}

/* FAQ Accordion */
.accordion-button:not(.collapsed) {
    background-color: var(--scn-primary);
    color: white;
}

.accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgba(27, 110, 194, 0.25);
}

/* Button Styles */
.btn-primary {
    background: linear-gradient(135deg, var(--scn-primary) 0%, #0d47a1 100%);
    border: none;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0d47a1 0%, #1565c0 100%);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(27, 110, 194, 0.3);
}

.btn-outline-primary {
    border-color: var(--scn-primary);
    color: var(--scn-primary);
    transition: all 0.3s ease;
}

.btn-outline-primary:hover {
    background-color: var(--scn-primary);
    border-color: var(--scn-primary);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(27, 110, 194, 0.3);
}

/* Navigation Styles */
.navbar-brand {
    font-weight: 600;
    font-size: 1.2rem;
}

.nav-link {
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: var(--scn-primary) !important;
}

/* Section Spacing */
section {
    position: relative;
}

/* Background Patterns */
.bg-light {
    background-color: #f8f9fa !important;
}

/* Text Colors */
.text-primary {
    color: var(--scn-primary) !important;
}

/* Form Styles */
.form-control:focus {
    border-color: var(--scn-primary);
    box-shadow: 0 0 0 0.2rem rgba(27, 110, 194, 0.25);
}

/* Badge Styles */
.badge {
    font-size: 0.8rem;
    padding: 0.5rem 0.75rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-section {
        min-height: 35vh;
        text-align: center;
        padding: 2rem 0;
    }

    .stats-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .stat-number {
        font-size: 2.5rem;
    }

    .display-4 {
        font-size: 2.5rem;
    }

    .display-5 {
        font-size: 2rem;
    }
}

/* Loading Spinner */
.spinner-border-sm {
    width: 1rem;
    height: 1rem;
}

/* Success Message */
.alert-success {
    background-color: #d1e7dd;
    border-color: #badbcc;
    color: #0f5132;
}

/* Community Illustration */
.community-illustration,
.values-illustration {
    opacity: 0.1;
    transition: opacity 0.3s ease;
}

.community-illustration:hover,
.values-illustration:hover {
    opacity: 0.3;
}

/* Logo Styles */
.navbar-logo {
    height: 32px;
    width: auto;
    filter: brightness(0) invert(1);
    /* Makes the logo white for dark navbar */
}

.hero-logo {
    height: 200px;
    width: 200px;
    max-width: 100%;
    height: auto;
}

/* Logo hover effects */
.navbar-logo:hover {
    filter: brightness(0) invert(1) drop-shadow(0 0 8px rgba(255, 255, 255, 0.5));
}

.hero-logo:hover {
    filter: drop-shadow(0 0 20px rgba(255, 215, 0, 0.6));
    transform: scale(1.05);
    transition: all 0.3s ease;
}

/* Override original Blazor template CSS for toggle functionality */
.sidebar {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 250px;
    height: 100vh;
    z-index: 1000;
    transition: transform 0.3s ease !important;
    background-color: #343a40 !important;
    overflow-y: auto;
}

/* Ensure navigation items are visible */
.sidebar .nav-link {
    color: #ffffff !important;
    padding: 0.75rem 1rem;
    font-size: 1rem;
    display: block;
    text-decoration: none;
}

.sidebar .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
}

.sidebar .nav-link.active {
    background-color: rgba(255, 255, 255, 0.2) !important;
    color: #ffffff !important;
}

.sidebar .nav-item {
    margin: 0;
}

.sidebar .nav {
    padding: 0;
}

/* Navigation icons styling */
.sidebar .nav-link span[class*="bi-"] {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 0.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.sidebar.collapsed {
    transform: translateX(-100%) !important;
}

main {
    margin-left: 250px;
    transition: margin-left 0.3s ease !important;
}

main.sidebar-collapsed {
    margin-left: 0 !important;
}

/* Override the original padding that creates white space */
.top-row,
article {
    padding-left: 1rem !important;
}

/* Mobile responsive design */
@media (max-width: 768px) {
    .sidebar {
        width: 280px;
        /* Slightly wider on mobile for better touch targets */
        transform: translateX(-100%);
        /* Start collapsed on mobile */
    }

    .sidebar.collapsed {
        transform: translateX(-100%) !important;
        /* Ensure collapsed state is hidden */
    }

    .sidebar:not(.collapsed) {
        transform: translateX(0) !important;
        /* Show when not collapsed */
        z-index: 1050 !important;
        /* Ensure sidebar appears above content */
        background-color: #343a40 !important;
        /* Ensure proper background */
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        padding-top: 60px !important;
        /* Push content below the top bar */
        pointer-events: auto !important;
        /* Ensure clicks work */
    }

    /* Mobile-specific navigation adjustments */
    .sidebar .nav-link {
        font-size: 1.1rem !important;
        /* Slightly larger on mobile for better touch targets */
        color: #ffffff !important;
        padding: 0.75rem 1rem !important;
        display: block !important;
        text-decoration: none !important;
    }

    .sidebar .nav-link:hover {
        background-color: rgba(255, 255, 255, 0.1) !important;
        color: #ffffff !important;
    }

    .sidebar .nav-link.active {
        background-color: rgba(255, 255, 255, 0.2) !important;
        color: #ffffff !important;
    }

    .sidebar .nav-item {
        margin: 0 !important;
    }

    .sidebar .nav {
        padding: 0 !important;
    }

    /* Ensure navigation icons are visible on mobile */
    .sidebar .nav-link span[class*="bi-"] {
        display: inline-block !important;
        width: 16px !important;
        height: 16px !important;
        margin-right: 0.5rem !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: contain !important;
    }

    /* Ensure nav-scrollable is visible on mobile */
    .sidebar .nav-scrollable {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        overflow: visible !important;
    }

    /* Debug: Make sure all nav elements are visible */
    .sidebar .nav-scrollable,
    .sidebar .nav,
    .sidebar .nav-item {
        visibility: visible !important;
    }

    /* Force navigation to be visible on mobile */
    .sidebar .nav-scrollable,
    .sidebar .nav,
    .sidebar .nav-item,
    .sidebar .nav-link {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        color: #ffffff !important;
        min-height: 50px !important;
        /* Ensure proper touch targets */
        pointer-events: auto !important;
        /* Ensure clicks work */
        position: relative !important;
        /* Ensure proper positioning */
        z-index: 1060 !important;
        /* Above everything else */
    }

    .sidebar .nav-link span {
        display: inline-block !important;
        visibility: visible !important;
    }

    /* Mobile close button in sidebar */
    .sidebar .d-md-none .btn {
        background-color: rgba(255, 255, 255, 0.1) !important;
        border-color: rgba(255, 255, 255, 0.3) !important;
        color: #ffffff !important;
    }

    .sidebar .d-md-none .btn:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
        border-color: rgba(255, 255, 255, 0.5) !important;
    }

    /* Mobile overlay when sidebar is open */
    .sidebar:not(.collapsed)::after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        /* Behind sidebar, above content */
    }

    main {
        margin-left: 0 !important;
        /* No margin on mobile by default */
    }

    main.sidebar-collapsed {
        margin-left: 0 !important;
        /* Keep collapsed state */
    }

    /* Ensure main content takes full width on mobile */
    .container,
    .container-fluid {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    /* Adjust hero section for mobile */
    .hero-section {
        min-height: 35vh !important;
        /* Consistent mobile height */
        padding: 2rem 0 !important;
    }

    /* Mobile toggle button styling */
    .top-row .btn {
        font-size: 0.875rem;
        padding: 0.5rem 0.75rem;
        display: block !important;
        /* Ensure button is visible */
        z-index: 1070 !important;
        /* Above everything else */
        position: relative !important;
        visibility: visible !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }

    .top-row h1 {
        font-size: 1.25rem !important;
    }

    .top-row img {
        height: 24px !important;
        width: 24px !important;
    }

    /* Ensure top-row is visible on mobile */
    .top-row {
        z-index: 1060 !important;
        /* Above sidebar but below toggle button */
        position: relative !important;
        background: white !important;
        padding: 0.5rem 1rem !important;
        display: flex !important;
        visibility: visible !important;
        opacity: 1 !important;
    }

    .min-vh-50 {
        min-height: 35vh !important;
        /* Match mobile hero-section height */
    }

    /* Force toggle button to be visible on mobile */
    .top-row .d-flex .btn {
        display: block !important;
        visibility: visible !important;
        opacity: 1 !important;
        z-index: 1070 !important;
        position: relative !important;
        pointer-events: auto !important;
    }

    .hero-section h1 {
        font-size: 2rem !important;
    }

    .hero-section .lead {
        font-size: 1rem !important;
    }

    /* Make toggle button more prominent on mobile */
    .btn-outline-secondary {
        border-width: 2px !important;
    }
}


/* Toggle Button */
.btn-link {
    text-decoration: none;
    border: none;
    background: none;
    transition: all 0.3s ease;
}

.btn-link:hover {
    transform: scale(1.1);
}

.btn-link:focus {
    box-shadow: none;
    outline: none;
}

/* Blog icon */
.bi-journal-text-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-journal-text' viewBox='0 0 16 16'%3E%3Cpath d='M5 10.5a.5.5 0 0 1 .5-.5h2a.5.5 0 0 1 0 1h-2a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5zm0-2a.5.5 0 0 1 .5-.5h5a.5.5 0 0 1 0 1h-5a.5.5 0 0 1-.5-.5z'/%3E%3Cpath d='M3 0h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H3a2 2 0 0 1-2-2v-12a2 2 0 0 1 2-2zm0 1a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V2a1 1 0 0 0-1-1H3z'/%3E%3C/svg%3E");
}

/* FAQ icon */
.bi-question-circle-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-question-circle' viewBox='0 0 16 16'%3E%3Cpath d='M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z'/%3E%3Cpath d='M5.255 5.786a.237.237 0 0 0 .241.247h.825c.138 0 .248-.113.266-.25.09-.656.54-1.134 1.342-1.134.686 0 1.314.343 1.314 1.168 0 .635-.374.927-.965 1.371-.673.489-1.206 1.06-1.168 1.987l.003.217a.25.25 0 0 0 .25.246h.811a.25.25 0 0 0 .25-.25v-.105c0-.718.273-.927 1.01-1.486.609-.463 1.244-.977 1.244-2.056 0-1.511-1.276-2.241-2.673-2.241-1.267 0-2.655.59-2.75 2.286zm1.557 5.763c0 .533.425.927 1.01.927.609 0 1.028-.394 1.028-.927 0-.552-.42-.94-1.029-.94-.584 0-1.009.388-1.009.94z'/%3E%3C/svg%3E");
}

/* Additional navigation icons */
.bi-house-door-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5z'/%3E%3C/svg%3E");
}

.bi-compass-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-compass-fill' viewBox='0 0 16 16'%3E%3Cpath d='M15.5 8.516a7.5 7.5 0 1 1 0-1 7.5 7.5 0 0 1 0 1zm-1.5-6a6 6 0 1 0 0 12 6 6 0 0 0 0-12zm-5.5 1.5a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-1 0v-1.5zm0 3a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-1 0v-1.5zm0 3a.5.5 0 0 1 1 0v1.5a.5.5 0 0 1-1 0v-1.5z'/%3E%3C/svg%3E");
}

.bi-app-indicator-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-app-indicator' viewBox='0 0 16 16'%3E%3Cpath d='M5.5 4A3.5 3.5 0 0 0 2 7.5c0 1.924 2.068 3.74 4.986 3.74a.5.5 0 0 0 0-1c-2.5 0-3.986-1.5-3.986-2.74A2.5 2.5 0 0 1 5.5 5c.5 0 .986.5.986 1.5a.5.5 0 0 0 1 0A2.5 2.5 0 0 0 5.5 4z'/%3E%3Cpath d='M6.5 7.5a1.5 1.5 0 1 1-3 0 1.5 1.5 0 0 1 3 0z'/%3E%3Cpath d='M7 1a6 6 0 0 0-6 6c0 1.887.454 3.68 1.257 5.234l.8-.533A5 5 0 0 1 2 7a5 5 0 0 1 10 0 5 5 0 0 1-.257 2.234l.8.533A6 6 0 0 0 13 7a6 6 0 0 0-6-6z'/%3E%3C/svg%3E");
}

.bi-people-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-people-fill' viewBox='0 0 16 16'%3E%3Cpath d='M7 14s-1 0-1-1 1-4 5-4 5 3 5 4-1 1-1 1H7zm4-6a3 3 0 1 0 0-6 3 3 0 0 0 0 6zm-5.784 6A2.238 2.238 0 0 1 5 13c0-1.355.68-2.549 1.72-3.28C6.5 9.5 6.5 8.5 6.5 7.5c0-1.1.9-2 2-2s2 .9 2 2c0 1 0 2 1.28 2.72A2.238 2.238 0 0 1 12 13c0 .355-.18.68-.49.86a8.45 8.45 0 0 1-4.96 0c-.31-.18-.49-.505-.49-.86z'/%3E%3C/svg%3E");
}

.bi-envelope-fill-nav-menu {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-envelope-fill' viewBox='0 0 16 16'%3E%3Cpath d='M.05 3.555A2 2 0 0 1 2 2h12a2 2 0 0 1 1.95 1.555L8 8.414.05 3.555zM0 4.697v7.104l5.803-3.558L0 4.697zM6.761 8.83l-6.57 4.026A2 2 0 0 0 2 14h12a2 2 0 0 0 1.808-1.144l-6.57-4.026L8 9.586l-1.239-.757zm3.436-.586L16 11.801V4.697l-5.803 3.546z'/%3E%3C/svg%3E");
}