@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --header-height: 3rem;
    --nav-width: 68px;
    --first-color: rgb(15, 34, 68);
    --first-color-light: rgb(49, 204, 236);
    --white-color: #F7F6FB;
    --light-blue: rgb(13, 71, 161);
    --body-font: 'Nunito', sans-serif;
    --normal-font-size: 1rem;
    --z-fixed: 100
}

*, ::before, ::after {
    box-sizing: border-box
}

body {
    position: relative;
    margin: 0;
    padding: 0;
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    transition: .5s
}

.bg-blue-300 {
    background-color: #6ea8fe;
}

.page {
    background: rgb(13,71,161);
    background: linear-gradient(0deg, rgb(13,71,161,1) 0%, rgba(15,34,68,1) 100%);
}

.content-outside {
    border: solid 1px #ddd;
    border-radius: 20px;
    background: #fff;
}

.validation-message {
    display: block !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    width: 100% !important;
}

.loading-body {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    align-content: center;
    background: #012138;
    color: #fff;
    height: 100vh;
    width: 100%;
    align-self: stretch;
    overflow: hidden !important;
    padding: 0;
    top: 0;
    margin-top: 0 !important;
}

    .loading-body .main {
        flex-grow: 1;
        align-items: center;
        align-content: center;
        align-self: center;
        justify-content: center;
        justify-items: center;
        justify-self: center;
        display: flex;
        margin: 0 auto;
        flex-direction: column;
    }

.float-right {
    float: right;
}

.loading-body .logo-wrapper {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
    align-self: center;
    justify-self: center;
}

.loading-body img {
    height: 25%;
    width: 25%;
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
    justify-self: center;
    flex-grow: 1;
}

.loading-body .status-message {
    display: flex;
    align-content: center;
    justify-content: center;
    align-self: center;
    font-weight: bold;
    font-size: 26px;
    width: 100%;
    padding-top: 20px;
}

    .loading-body .status-message i {
        display: block !important;
    }

.loading {
    position: relative;
    width: calc(100%);
    background: #fff;
    z-index: 9000;
    height: calc(100vh - 4.1rem);
    z-index: 9000;
}

.loading-content {
    position: absolute;
    width: calc(100% + 128px);
    top: 50%;
    transform: translate(0, calc(50% - 121px));
    z-index: 9000;
}

html, body {
    font-family: 'Nunito', Helvetica, Arial, sans-serif;
}

h1:focus {
    outline: none;
}

a, .btn-link {
    color: #0071c1;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.text-bold {
    font-weight: bold;
}

.content {
    padding-top: 1.1rem;
    min-height: calc(100vh - 3rem);
    height: auto;
}

.search-spinner {
    position: relative !important;
    top: 30% !important;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

.absolute-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.form-label {
    font-weight: 700;
}

.event-calendar-icon {
    --fa-primary-color: #b7410e;
    --fa-secondary-color: #ccc;
}

.event-date {
    font-size: 35px;
    display: block;
    height: 40px;
    top: 8px;
    position: relative;
    font-weight: 500;
}

.event-year {
    font-size: 12px;
    display: block;
    height: 12px;
    position: relative;
    top: 7px;
    font-weight: 900;
}

.event-month {
    font-size: 15px;
    color: #fff;
    display: block;
    height: 15px;
    text-transform: uppercase;
    position: relative;
    top: 10px;
    font-weight: 900;
}

.event-date-details {
    font-size: 15px;
    font-weight: 700;
    display: block;
    height: 15px;
    position: relative;
    top: 5px;
    text-transform: uppercase;
}

.event-headliner {
    font-size: 25px;
    font-weight: 800;
    height: 35px;
    display: block;
    position: relative;
    top: 8px;
}

.event-location {
    font-size: 14px;
    font-weight: 700;
    display: block;
    height: 14px;
    position: relative;
    top: 8px;
    text-transform: uppercase;
}

.with-icon .form-label {
    display: block;
    width: 100%;
}

.with-icon .form-control, .with-icon .form-select {
    width: 90%;
    display: inline-block;
}

.with-icon span {
    position: relative;
    top: 5px;
    left: 5px;
}

.full-height {
    height: 100vh;
    position: relative;
}

.pull-search-pending.full-height {
    height: calc(100vh - 260px);
}

.full-height .full-height-content {
    margin: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.text-right {
    text-align: right !important;
}

#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;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

@media (max-width: 767px) {
    .page {
        background: #fff !important;
    }

    .content-outside {
        border: none;
        border-radius: 0;
    }

    .content {
        padding-top: 74px !important;
    }

    .fa-5x {
        font-size: 2em;
    }

    .event-date-details, .event-headliner, .event-location {
        display: inline-block !important;
        width: 100%;
    }
}
