:root {
    --moto-red: #ed1d23;
    --moto-faint: #ffedee;
    --moto-white: white;
    --moto-grey: #b3b3b3;
}

html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.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;
}

html {
    position: relative;
    min-height: 100%;
}   

body {
    margin-bottom: 60px;
    background-color: #f8f9fa;
    font-family: Arial, sans-serif;
}

h1 {
    color: var(--moto-red);
    text-align: center;
}

h2 {
    font-size: 24px;
    margin-top: 5px
}

.instructions h2 {
    color: blue;
}

.error {
    color: var(--moto-red);
}

.motoCheck {
    accent-color: var(--moto-red);
}

.moto-ul {
    list-style: none;
    text-align: left
}

.moto-ul li {
    margin-bottom: 10px
}

    .moto-ul li::before {
        content: "\f06a";
        font-family: "FontAwesome";
        color: #ed1d23;
        display: inline-block;
        width: 1em;
        margin: 0em 0.5em 0em -1em;
    }

.sublist {
    margin-top: 10px;
}

    .sublist li {
        margin-bottom: 2px;
    }

    .sublist li::before {
        content: none;
    }

.container {
    margin-top: 50px;
}

.back-arrow {
    text-decoration: none;
    color: var(--moto-red)
}

.card {
    border: 1px solid var(--moto-red);
    border-radius: 15px;
}

.card-header {
    background-color: var(--moto-red);
    color: var(--moto-white);
    text-align: center;
    border-bottom: 1px solid var(--moto-red);
    border-radius: 15px 15px 0 0 !important;
}

.card-body {
    text-align: center;
}

.btn-action {
    background-color: var(--moto-white);
    color: var(--moto-red);
    margin: 5px;
    padding: 10px;
    font-size: 16px;
    border: 2px solid var(--moto-red);
    border-radius: 10px;
    min-width: 150px; /* Adjust the width as needed */
}

.btn-action:hover {
    background-color: var(--moto-red);
    color: var(--moto-white);
}

.btn-option {
    background-color: var(--moto-white);
    color: var(--moto-red);
    margin: 5px;
    padding: 15px;
    font-size: 18px;
    border: 2px solid var(--moto-red);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45%;
}

.btn-option:hover {
    background-color: var(--moto-red);
    color: var(--moto-white);
}

.btn-change-car {
    background-color: var(--moto-red);
    color: var(--moto-white);
    margin: 5px;
    padding: 15px;
    font-size: 18px;
    border: 2px solid var(--moto-red);
    border-radius: 10px;
    width: 200px; /* Adjust the width as needed */
}

.screen-icon {
    font-size: 80px;
}


.moto-logo {
    width: 100px;
    margin: 10px;
}

.help-line {
    margin-top: 20px;
    text-align: center;
}

.help-line a {
    color: #ed1d23;
    text-decoration: none;
}


.btn-change-car:hover {
    background-color: #c82333;
    color: var(--moto-white);
}
