﻿@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 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;
    font-size: 12px;

}
.sportsalliance-error li {
    background-color: #fdedee;
}

    .sportsalliance-error li::before {
        content: "x";
        background-color: #F44336;
        color: #fff;
        border-radius: 50%;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 6px;
        position: absolute;
        left: 13px;
        top: 16px;
        padding: 5px;
        height: 17px;
    }

.sportsalliance-success li {
    background-color: #e1f7ba;
}
    .sportsalliance-success li::before {
        content: "v";
        background-color: green;
        color: #fff;
        border-radius: 50%;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 6px;
        position: absolute;
        left: 13px;
        top: 16px;
        padding: 5px;
        height: 17px;
    }
.alert-circle {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #F44336; /* Red background */
    color: #fff; /* White text */
    text-align: center;
    line-height: 30px; /* Vertically center the text */
    font-weight: bold;
    font-size: 20px;
}


.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;
}

ul.sportsalliance-success {
    padding: 0;
}

ul.sportsalliance-error {
    padding: 0;
}

.readonly {
    background: #eee !important;
}

.postalcode-warning-wrapper > * {
    padding: 0 10px 0 10px;
    flex: 1 100%;
}

.postalcode-warning-wrapper {
    display: flex;
    flex-flow: row wrap;
    text-align: center;
    font-size: 13px;
    margin: 6px 0 8px 0;
    color: #DD1A0E;
}

.aside-1 {
    width: 20%;
}

.aside {
    display: flex;
}

    .aside input {
        width: 13px;
    }

@media (min-width: 600px) {
.aside {
    flex: 1 0 0;
}
}

@media (min-width: 800px) {
.aside-1 {
    order: 1;
}
    .aside-2 {
        order: 3;
    }
}

