/* Chrome bug not showing validation messages on forms if scroll is smooth  */
:root {
  scroll-behavior: auto !important;
}

a {
    color: #0D1E3A;
}

a:hover,
a:focus,
a:active {
    color: #FFC200;
}

a.nostyle-inherit {
    color: inherit;
    text-decoration: none;
}

button.btn-titans,
a.btn-titans {
    color: #0D1E3A;
    background-color: #FFC200;
    border-color: #FFC200;
}

button.btn-titans:hover,
a.btn-titans:hover,
button.btn-titans.active,
a.btn-titans.active {
    color: #FFC200;
    background-color: #0D1E3A;
    border-color: #FFC200;
}

button span.btn-loading,
a span.btn-loading {
    margin-right: 8px;
    vertical-align: middle;
}

button.btn-outline-titans,
a.btn-outline-titans {
    color: #FFC200;
    background-color: transparent;
    border-color: #FFC200;
}

button.btn-outline-titans:hover,
a.btn-outline-titans:hover,
button.btn-outline-titans.active,
a.btn-outline-titans.active {
    color: #FFC200;
    background-color: transparent;
    border-color: #FFC200;
}

.hidden {
    display: none;
}

.color-white {
    color: white;
}

.cursor-pointer {
    cursor: pointer;
}

.bg-titans {
    background-color: #FFC200 !important;
}

.color-titans {
    color: #FFC200 !important;
}

.body-fullheight {
    display: grid;
    height: 100vh;
    grid-template-columns: minmax(10px, 1fr) minmax(10px, 3fr);
}

.body-fullheight-web {
    grid-template-rows: min-content 1fr min-content;
}

.body-fullheight-coach {
    grid-template-rows: min-content 1fr min-content;
}

.body-fullheight > * {
    grid-column: 1 / -1 !important;
}

.alert-outline {
    border-color: #0D1E3A;
    background-color: transparent;
}

.font-100 {
    font-size: 1rem;
}

.font-115 {
    font-size: 1.15rem;
}

.font-130 {
    font-size: 1.3rem;
}

.font-150 {
    font-size: 1.5rem;
}

.font-175 {
    font-size: 1.75rem;
}

.font-200 {
    font-size: 2rem;
}

.match-location {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}
