@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

/*
    Indigo Dye #003B53 - primary dark
    Electric Indigo #6E2BF3 - text hyperlink
    Deep Saffron #FF9933 - call to action
    Lavendar Blue #D7C5FC
    Alabaster #E3E4DB
    Alabaster2 #F6F6F3
*/

html, body {
    font-family: 'Roboto', sans-serif;
    background-color: var(--culture);
}

a, .btn-link {
    color: #0366d6;
}

.btn-success:active {
    color: #fff;
    background-color: red;
    border-color: black;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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;
    }

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 40px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-black);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;
    font-weight: 600;
    color: var(--indigo-dye);
}

h1 {
    font-size: 2rem;
}

h2 {
    font-size: 1.8rem;
}

h3 {
    font-size: 1.6rem;
}

h4 {
    font-size: 1.4rem;
}

h5 {
    font-size: 1.2rem;
}

h6 {
    font-size: 1rem;
}

a {
    color: var(--electric-indigo);
    font-size: 1em;
    text-decoration: none;
}

    a:hover {
        color: var(--electric-indigo-opacity);
        transition: 0.3s;
        text-decoration: none;
    }

p, label {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: var(--text-black);
}

ul.no-style {
    list-style: none;
    margin-block: 0;
    padding-inline-start: 0;
}

    ul.no-style li.product-step {
        display: flex;
        flex-direction: row;
        justify-content: start;
        align-items: start;
        margin-bottom: 0.2em;
    }

    ul.no-style li.pointer {
        cursor: pointer;
        align-items: center;
    }

        ul.no-style li.pointer > i {
            font-size: 1.3em;
            color: var(--indigo-dye);
        }

        ul.no-style li.pointer > p {
            color: var(--indigo-dye);
        }

        ul.no-style li.pointer:hover > i, ul.no-style li.pointer:hover > p {
            color: var(--electric-indigo);
            transition: 0.3s;
        }

label.question {
    font-weight: 400;
    color: var(--indigo-dye);
}

a.brand-title, brand-title {
    color: white;
    font-family: 'Oswald', sans-serif;
}
