* {
    touch-action: manipulation;
}

html,
body {
    font-family: "Montserrat", Arial, sans-serif;
    color: #212529;
    background-color: #ffffff;
    max-width: 100%;
}

a,
.btn-link {
    color: #0d6efd;
}

.content {
    padding-top: 1rem;
}

.ecommerce-layout,
.main-content {
    max-width: 100%;
    overflow-x: clip;
}

h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #198754;
}

.invalid {
    outline: 1px solid #dc3545;
}

.validation-message {
    color: #dc3545;
}

.blazor-error-boundary {
    background-color: #dc3545;
    color: #ffffff;
    padding: 1rem;
}

.blazor-error-boundary::after {
    content: "An error has occurred.";
}

.darker-border-checkbox.form-check-input {
    border-color: #6c757d;
}

.navbar-brand {
    color: #212529;
    font-weight: 700;
    text-decoration: none;
}

.form-label {
    font-weight: 500;
}

.card {
    border: 1px solid #dee2e6;
}

.search-input::placeholder {
    color: #6c757d;
}

@media (max-width: 768px) {
    .container-fluid {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
}

#blazor-error-ui {
    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;
    }