﻿@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../../fonts/fa-solid-900.woff2") format("woff2"), url("../../fonts/fa-solid-900.ttf") format("truetype");
}

@font-face {
    font-family: 'Font Awesome 6 Pro';
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url("../../fonts/fa-regular-400.woff2") format("woff2"), url("../../fonts/fa-regular-400.ttf") format("truetype");
}

.sportsalliance-error, .sportsalliance-success {
    text-align: left;
    padding-left: 0 !important;
}

    .sportsalliance-error li, .sportsalliance-success li {
        position: relative;
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
        padding: 18px 20px 18px 45px;
        border-radius: 5px;
        color: #222222;
        font-weight: 500;
    }

    .sportsalliance-error li {
        background-color: #fdedee;
    }

        .sportsalliance-error li::before {
            content: "\f057";
            color: #DD1A0E;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 400;
            position: absolute;
            left: 15px;
            top: 18px;
            font-size: 1.4rem;
        }

    .sportsalliance-success li {
        background-color: #e1f7ba;
    }

        .sportsalliance-success li::before {
            content: "\f058";
            color: green;
            -webkit-font-smoothing: antialiased;
            display: inline-block;
            font-style: normal;
            font-variant: normal;
            text-rendering: auto;
            line-height: 1;
            font-family: 'Font Awesome 6 Pro';
            font-weight: 400;
            position: absolute;
            left: 15px;
            top: 18px;
            font-size: 1.4rem;
        }

.alert-success {
    color: #0f5132;
    background-color: #d1e7dd;
    border-color: #badbcc;
}

.alert {
    position: relative;
    padding: 1rem 1rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

#postalcodeWarningText {
    display: flex;
    width: 100%;
}

.postalcode-warning-wrapper {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    font-size: 13px;
    margin: 6px 0 8px 0;
    color: #DD1A0E;
}

.postalcode-warning-wrapper > * {
    padding: 0 10px 0 10px;
    flex: 1 100%;
}


.aside-1 {
    width: 20%;
}

.aside-2 {
    width: 80%;
}

.aside {
    display: flex;
}

.aside input {
    width: 13px;
}

@media all and (min-width: 600px) {
    .aside {
        flex: 1 0 0;
    }
}

@media all and (min-width: 800px) {

    .aside-1 {
        order: 1;
    }

    .aside-2 {
        order: 3;
    }
}