<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}


/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
}
@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}












html, body {
    font-family: Inter, Helvetica, sans-serif !important;
}
/*

.font-rajdhani {
    font-family: "Rajdhani", sans-serif;
    font-style: normal;
}
*/

.text-primary-light {
    color: #074195 !important;
}

.bg-primary-accent {
    background-color: #3B2df4 !important;
}

.bg-primary-light {
    background-color: #6a1f35 !important;
}


.badge-primary-light {
    background-color: #074195 !important;
}



.bg-transparent {
    background-color: transparent !important;
}

.bg-secondary-light {
    background-color: #e9b61a !important;
}
/*.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: "Poppins", sans-serif !important;
    font-style: normal;
}*/



.female-color {
    color: #ef426f !important;
}

.male-color {
    color: #0097fb !important;
}


.table-xs &gt; :not(caption) &gt; * &gt; * {
    padding-left: 0.1rem;
    padding-right: 0.1rem;
    padding-top: 0.1rem;
    padding-bottom: 0.5rem;
}


.list-social-icon {
    width: 100px;
}

.list-social-icon {
    max-width: 2.5rem;
    height: auto;
    border: 1px solid grey;
}

.custom-icon {
    width: 20px;
    height: 20px;
}

.country-icon-old {
    width: 100px;
    max-width: 2.3rem;
    height: auto;
    border: 1px solid grey;
}

.country-icon {
    border-radius: 50rem;
    width: 2rem;
    height: 2rem;
    object-fit: cover;
}


.country-icon-lg {
    border-radius: 5rem;
    width: 2.5rem;
    height: 2.5rem;
    object-fit: cover;
}

.country-icon-fancier {
    position: absolute;
    inset: 50% auto auto 60%;
    border-radius: 5rem;
    width: 1.5rem;
    aspect-ratio: 1;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}


.navbar-dark .navbar-brand {
    filter: unset !important;
}

.nav-item {
    color: #ffffff !important;
}

.nav-link {
    color: #ffffff !important;
}


@media (max-width: 992px) {
    .nav-item {
        color: black !important;
    }

    .nav-link {
        color: black !important;
    }
}

.nav-pills &gt; .nav-item &gt; .nav-link {
    color: #042353 !important;
}

    .nav-pills &gt; .nav-item &gt; .nav-link.active {
        color: #ffffff !important;
    }

.tdCompetitionResults {
    width: 10px !important;
    /*max-width: 20px;*/
}

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}

.shadow {
    box-shadow: 0 0.5rem 1.5rem rgb(00 00 00 / 35%) !important;
}



.txt-pipa {
    color: #009CDE !important;
}

    .txt-pipa:hover {
        color: #009CDE !important;
    }

.border-pipa {
    border-color: #009CDE !important;
}



.text-accent {
    color: #c71e07;
}

.bg-accent {
    background-color: #c71e07;
}


.btn.btn-accent {
    background-color: #c71e07;
}

    .btn.btn-accent:hover {
        background-color: #941605;
    }




.border-primary-dark {
    border-color : #421320 !important;
}

.text-primary-dark {
    color: #421320 !important;
}

.bg-primary-dark {
    background-color: #421320 !important;
}

.badge-primary {
    color: #fff;
    background-color: #421320 !important;
}



.card-title-custom {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%, 75%);
    font-size: 2rem;
    padding: 0.75rem 3rem !important;
    background-color: white;
    border-radius: inherit;
    text-transform: uppercase;
    border: 3px solid white;
    border-color: inherit;
}


.finished-race-card {
    position: relative;
    min-height: 100px;
}

.finished-race-card-badge-container {
    display: flex;
    flex-flow: row nowrap;
    position: absolute;
    width: fit-content;
    left: 1.25rem;
    top: -1.5rem;
    border-radius: .4rem;
}

.finished-race-card-badge-left {
    position: relative;
    border-radius: 0.75rem 0 0 0.75rem;
    box-sizing: border-box;
    padding-right: 1.5rem;
    clip-path: polygon(0 0,100% 0,calc(100% - 25px) 100%,0 100%);
    background-position: center;
    background-size: cover;
    width: 60px;
}

.finished-race-card-badge-middle {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    padding-block: 0.25rem;
    padding-inline: calc(1.5rem + 10px);
    margin-left: -20px;
    clip-path: polygon(25px 0,100% 0,calc(100% - 25px) 100%,0 100%);
    color: #fff;
    order: 3;
    z-index: 1;
}

.finished-race-card-badge-right {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    border-radius: 0 0.75rem 0.75rem 0;
    padding-block: 0.25rem;
    padding-inline: calc(1.5rem + 10px) 1rem;
    margin-left: -20px;
    clip-path: polygon(25px 0,100% 0,100% 100%,0 100%);
    color: #fff;
    order: 3;
    z-index: 1;
    background-color: darkgreen;
}

.finished-race-image {
    position: absolute;
    height: 100%;
    float: right;
    clip-path: polygon(15% 0,100% 0,100% 100%,0 100%);
    background-position: center;
    background-size: cover;
    inset: 0 0 0 auto;
    width: min(250px, 30%);
}

.finished-race-content {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - min(250px, 30%));
}

.finished-race-content-date {
    font-weight: bold;
}


.btn-pipa {
    color: #fff;
    background-color: #009cde;
    border-color: #009cde;
}

    .btn-pipa:hover {
        color: #fff;
        background-color: #007bb3;
        border-color: #007bb3;
    }

    .btn-pipa:focus, .btn-pipa:active {
        box-shadow: 0 0 0 0.2rem rgba(0, 156, 222, 0.5);
    }


@media (max-width: 576px) {
    .w-sm-100 {
        width: 100% !important;
    }
}






@media (min-width: 992px) {
    .justify-content-lg-start {
        justify-content: start !important;
    }

    .justify-content-lg-center {
        justify-content: center !important;
    }

    .justify-content-lg-end {
        justify-content: end !important;
    }
}






html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    /*min-height: 100%;*/
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-brand-img {
    max-height: 2.4rem !important;
    width: auto !important;
}

@media (max-width: 576px) {
    .nav-link {
        color: black !important;
    }
}


.accordion-toggle:focus {
    box-shadow: none !important;
    border-color: transparent !important;
}

.accordion-toggle:not(.collapsed) {
    color: var(--bs-accordion-active-color) !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color) !important;
}

button.accordion-toggle {
    outline-width: 0 !important;
}

section {
    position: relative;
    z-index: 10 !important;
}

.row {
    z-index: 10 !important;
}


.table-primary-dark {
    color: black !important;
}

.table.table-primary-dark th {
    background-color: #421320 !important;
    color: #fff !important;
}


.btn-table-primary {
    background-color: #ef426f !important;
    border-radius: 500px;
    color: white;
    text-transform: uppercase;
}


.btn-table-primary-dark {
    background-color: #421320 !important;
    border-radius: 500px;
    color: white;
    text-transform: uppercase;
}


.btn-table-secondary {
    background-color: #ffc200 !important;
    border-radius: 500px;
    color: black;
    text-transform: uppercase;
}

.btn-secondary {
    background-color: #421320 !important;
    color: white !important;
}


.camera-embed-full-width &gt; iframe {
    width: 100%;
    aspect-ratio: calc(16 / 9);
}

.bg-secondary-light {
    background-color: #ffffff7f !important;
}

.bg-transparent {
    background-color: transparent !important;
}


.scrolling-text {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
}

.text-container {
    width: 200%;
    display: inline-flex;
    justify-content: space-evenly;
    animation: scroll-left 15s linear infinite;
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.table-dark-header thead th {
    background-color: #421320 !important;
    color: white !important;
}

.table-responsive-stack tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
    display: block;
    /*      
   flex-grow | flex-shrink | flex-basis   */
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
}

.table-responsive-stack .table-responsive-stack-thead {
    font-weight: bold;
}

@media screen and (max-width: 992px) {
    .table-responsive-stack tr {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        border-bottom: 3px solid white;
        display: block;
    }

    .table-responsive-stack th {
        border-bottom: none;
    }
    /*  IE9 FIX   */
    .table-responsive-stack td {
        float: left\9;
        width: 100%;
        border-bottom: none;
    }
}







.select2-selection {
    padding: 0.8125rem 1.25rem !important;
    height: 100%;
}

span.select2.select2-container {
    width: 100% !important;
}

span.select2.select2-container &gt; span &gt; span {
    /* CSS properties */
    min-height: 57.2px;
}

.select2-selection__arrow {
    display: none !important;
}

</pre></body></html>