
.d-none{
    display: none;
}
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
h2.section-heading {
    text-transform: uppercase;
    color: #2E2E2E;
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 120%;
}
.title-bar {
     padding-top: 20px;
      display: flex;
      align-items: center;
      gap: 5px;
  }

.title-bar h2
{
        text-transform: none;
}
.title-bar img {
    cursor: pointer;
}

.page-container {
    width: 100%;
    max-width:1280px;
}

.display-contents {
    display: contents;
}

.page-layout.Search .page-container, .page-layout.Insights .page-container {
    width: 100%;
    max-width:960px;
}
.page-container .page-header, .page-container .page-content {
    display: flex;
    padding-top: 20px;
}
.page-container .page-header {
    justify-content: center;
}
.page-container .page-header .left, .page-container .page-content .left {
    /* width: 300px; */
    margin-right: 20px;
    flex: 300px 0 0;
}

/* Clear button in filter column */
/* .clear-btn {
  padding: 12px 25px 12px 25px;
  background: transparent;
  border: 2px solid #900;
  color: #900;
  border-radius: 5px;
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  padding-top: 20px;
  font-weight: 500;

} */



.page-layout.Search .page-container .page-header .left, .page-layout.Search .page-container .page-content .left, .page-layout.Favorite .page-container .page-header .left, .page-layout.Favorite .page-container .page-content .left {
    width: 0px;
    margin-right: 0px;
    flex:0;
}


.page-container .page-header .right, .page-container  .page-content .right {
    flex:1;
}
.page-container  .page-content .right {
    overflow: hidden;
}
.page-container .page-header .left .filter-text-icon {
    display: flex;
    align-items: center;
    gap: 5px;
    padding-top: 5px;
    cursor: pointer;
}

.page-container .page-header .right {
    display: flex;
    justify-content: end;
}

.page-container .page-header .right .search-pagination-content {
    display: flex;
    align-items: center;
    flex:1;
    justify-content: end;
}

.expanded .right {
    width: 1280px;
}


.filter select {
    border: none;
    background-color: #fff;
    padding: 10px;
    border-bottom: 1px solid #CDD0DA;
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;


}
.filter p , .insights-contests-dropdown p {
    color: #9D9B9E;
    font-size: 15px;
}

#edition-categories h2.section-heading:not(.first) {
    margin-top: 10px;
    padding-top: 18px;

}

#edition-categories h2 {
    padding-top: 20px;
    padding-bottom: 12px;
    text-transform: uppercase;
    font-size: 12px;
}


#edition-categories h2.filter-text {
    text-transform: none;
}

#edition-categories .edition-content .filter-section {
    padding-right: 15px;
    width: 290px;
}

#edition-categories .edition-content .contest-content {
    flex: 1;
    padding-left: 15px;
    }

#edition-categories .contest-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 10px;
}

#edition-categories .contest-title h2.section-heading {
    font-size: 30px;
    text-transform: none;
}

#edition-categories .contest-title h2.collapse {
    color: #B7B7B7;
}

#edition-categories .contest-title img {
    padding-top: 18px;
}

#edition-categories .expanded,
#edition-categories .collapse {
    cursor: pointer;
}

#edition-categories .tabs {
    display: flex;
    gap: 50px;
    border-bottom: 1px solid #E5E6EB;
    }
.tabs .active{
    border-bottom: 2px solid #990000 ;
    width: 140px;
}

#edition-categories .contest-detail {
    padding-top: 20px;
    }

 #edition-categories .contests-list-name {
    border: 1px solid #D7D7E2;
    border-bottom: 1px solid #D7D7E2;
    border-top: 0px solid #D7D7E2;
    }

 #edition-categories .contest-item {
    }

#edition-categories .contest-item .header {
    border: 1px solid #D7D7E2;
    border-bottom: 0px solid #D7D7E2;
    background-color: rgb(242, 242, 242);
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    color: #2E2E2E;
    border-bottom: 1px solid #D7D7E2;
    padding-bottom: 8px;
    padding-top: 10px;
    justify-content: space-between;
    padding-left: 12px;
}

#edition-categories .contest-item .header.md {
    display: none;
}

#edition-categories .col {
    width: 90px;
    text-align: center;
}

#edition-categories .count-col {
    display: flex;
}

#edition-categories .col.main {
    width: auto;
    flex: 1;
    text-align: left;
}

/* CSS for alternating row colors */

#edition-categories .row {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    display: flex;
    padding-top: 12px;
    padding-left: 12px;
    padding-bottom: 12px;
    color: #777779;
    border: 1px solid #DADADA;
}

#edition-categories .row .col.main a {
    font-weight: 500;
}

#edition-categories .row .col.main a {
    color: #990000 ;
}

#edition-categories .row .col.main .podium {
    color: #2E2E2E;
    display: flex;
    gap: 1px;
    padding-top: 3px;
}

#edition-categories .row .col.main .podium span {
    padding-right: 8px;
}

/* page ranking */


.favourites-page .favorites-title-search-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.favourites-page .favorites-title-search-area .favorites-back-arrow {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-top: 16px;

}




.leaderboard .contest-title-bar {
  padding-bottom: 15px;
  padding-top: 20px;
  display: flex;
  align-items: center;
  gap: 14px;

}

.leaderboard .contest-title-bar h2 {
    text-transform: none;
}

.rankings .search-title-bar h1, .rankings .search-title-bar h2 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.rankings .search-title-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
}

.rankings .rankings-table {
    display: grid;
    grid-template-columns: repeat(var(--columns), min-content);
    border-left:1px solid #D7D7E2;
    border-right:1px solid #D7D7E2;
    border-top:1px solid #D7D7E2;
}
.rankings .rankings-table,
.rankings .rankings-table a {
    color: #777779;
}

.rankings .rankings-table .rankings-header,
.rankings .rankings-table .rankings-item {
    align-items: center;
    display: contents;
    position: relative;
}

.rankings .rankings-table .rankings-header {
    border: 1px solid #D7D7E2;
    color: #2E2E2E;
    font-weight: 600;
    height: 45px;
    background-color: #fff;
    font-size: 0.9em;
}


.rankings .rankings-table .rankings-item {
    border: 1px solid #D7D7E2;
    border-top: 0px solid #D7D7E2;
}

.rankings .rankings-table .separator-row {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 48px;
  box-sizing: border-box;
  border-bottom: 1px solid #D7D7E2;
}

.rankings .rankings-table .separator-text {
  padding: 8px 12px;
  font-weight: 600;
  white-space: nowrap;
  font-size: 0.9em;
  width: 100%;
}

.rankings .rankings-table .rankings-item .toggle
{
    position: absolute;
    display: none;
    right: 15px;
    cursor: pointer;
}

.even-row-table {
    background-color: #fff;
}

.odd-row-table {
    background-color: rgb(242, 242, 242);
}

.even-odd-reverse.even-row-table {
    background-color: rgb(242, 242, 242);
}

.even-odd-reverse.odd-row-table {
    background-color: #fff;
}

.scrolltable {
    overflow-x: auto;
    padding-bottom: 10px;
    scrollbar-color: #990000 #CCCCCC;
    scrollbar-width: thin;
}
/* Styling the scrollbar in Chrome and Safari */
.scrolltable::-webkit-scrollbar {
    height: 8px;
}

.scrolltable::-webkit-scrollbar-thumb {
    background-color: #990000; /* Set thumb color for Chrome and Safari */
    border-radius: 8px;
}

.scrolltable::-webkit-scrollbar-track {
    background-color: #CCCCCC; /* Set track color for Chrome and Safari */
    border-radius: 8px;
}

.scrollchart-wrapper {
    display: flex;
    flex-wrap: nowrap;
}

.scrollchart-wrapper .content.yaxis {
    flex:0 0 108px;
    overflow: hidden;
}

.scrollchart-wrapper .content.data {
    flex:1;
}

.rankings .rankings-table-container {
    transition: 0.5s ease opacity;
}
.rankings .rankings-table [data-col] {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* padding-left: 8px;
    padding-right: 8px; */
    border-bottom: 1px solid #D7D7E2;;
    display: flex;
    align-items: center;
    min-height: 45px;
}

.rankings .rankings-table [data-col].double-row {
    border-bottom: 0px solid #D7D7E2;;
    min-height: 35px;
}

.rankings .rankings-table [data-col][data-inline="true"] {
    /* text-overflow: ellipsis; */
    /* overflow: hidden; */
    /* padding-left: 8px;
    padding-right: 8px; */
    border-bottom: 0px solid #D7D7E2;;
    display: inline-block;
    align-items: center;
    min-height: unset;
}

.rankings .rankings-table [data-col] .inner {
    padding-left: 8px;
    padding-right: 8px;
}

/* Truncation: allows grid items to shrink below min-content */
.rankings .rankings-table.truncation-active [data-truncatable="true"] {
    overflow: hidden;
    min-width: 0;
}

.rankings .rankings-table.truncation-active [data-truncatable="true"] .inner {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 100%;
}


.rankings .rankings-table .even-row-table [data-col]{
    background-color: #fff;
}

.rankings .rankings-table .odd-row-table [data-col]{
    background-color: rgb(242, 242, 242);
}


.rankings .rankings-table .rankings-header [data-col] {
    min-height: 45px;
}

.rankings .rankings-table  [data-col].second-row-container {
    min-height: unset;
    padding-bottom: 5px;
    padding-left: 10px;
}


/* compare modal content css  */

.compare-table{
    display: grid;
    grid-template-columns: repeat(var(--columns), minmax(160px, 1fr));
    border-left: 1px solid #cdd0da;
}
.compare-table .header, .compare-table .row {
    display: contents;
}
.compare-table [data-col]{
    border-right: 1px solid #cdd0da;
    border-bottom: 1px solid #cdd0da;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.compare-table .header > [data-col]{
    border-top: 1px solid #cdd0da;
}
.compare-table [data-col="item"] {
    color: #231F20;
    font-weight: 700;
    font-size: 16px;
    font-family: 'TradeGothic LT CondEighteen';
    background-color: #F8F8F8;
    text-transform: uppercase;
}

.compare-table .header [data-col] .data {
    text-align: center;
}

.compare-table .header [data-col] img.face {
    object-fit: scale-down;
    display: block;

}
.compare-table .header [data-col] .image-groups {
    /* position: relative; */
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.compare-table .header [data-col] .image-groups .face-container {
    position: relative;
    display: inline-block;
    width: max-content;

}

.compare-table .header [data-col] .image-groups img.crown {
    position: absolute;
    top: 0;
    right:0;
    background-color: white;
    height: 12px;
    width: 25%;
    object-fit: scale-down;
 }

.compare-table .header [data-col] .name {
    font-size: 17px;
    color: #231F20;
    font-weight: 700;
    font-family: 'TradeGothic LT CondEighteen';
}

.compare-table .header [data-col] .agname {
    font-size: 12px;
    color: #777779;
    margin-top: 6px;
}

.compare-table [data-col] .pill {
    padding: 4px 8px;
    border-radius: 8px;
  }


.compare-header .participant-details-link {
     display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 10px;
}

.rankings .rankings-table.compare-table .column-title .remove-participant {
    text-align: end;
    padding: 10px 10px 0px 0px;
    cursor: pointer;
}

.compare-content.finding-strength-section, .finish-chart-section {
    margin-top: 44px;
}

.compare-content.finding-strength-section .chart-header .sub-text, .finish-chart-section .chart-header .sub-text {
    margin-top: 16px;
    margin-bottom: 24px;
}



/**
Individual Column Widths
**/

.rankings .rankings-table .rankings-item [data-col="rank.main"] .inner span {
  display: inline-block;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 25px;
}

.rankings .rankings-table .rankings-item [data-col="rank.main"] .inner span:not(.rank-1):not(.rank-2):not(.rank-3) {
    background-color: transparent;
  }
.rankings .rankings-table [data-col='rank.main'] {
    flex: 0 0 50px;
    text-align: center;

}

.rankings .rankings-table [data-col='contest'] {
    flex: 3.5;
}

.rankings .rankings-table [data-col='pictures'] {
    flex: 0 0 56px;
    text-align: left;
}

.rankings .rankings-table [data-col='name'] {
    flex: 2;
    font-weight: 700;
    color: #2E2E2E;
    white-space: nowrap;
    /* white-space: unset; */
}

.rankings .rankings-table [data-col='teamloc'] {
    flex: 2;
    white-space: unset;
}

.rankings .rankings-table [data-col='time.main'], .rankings .rankings-table [data-col='speed'] {
    white-space: nowrap;

}

.rankings .rankings-table [data-col='statusprogress'] {
    flex: 2;
    display: flex;
    justify-content: center;
    white-space: unset;
}

.rankings .rankings-table [data-col='split.1'], .rankings .rankings-table [data-col='split.2'] {
    flex: 1.5;
}

.collapsed .rankings .rankings-table [data-col="statusprogress"] {
    display: none;
}
.collapsed .rankings .rankings-table [data-col="rank.2"] {
    display: none;
}

.collapsed .rankings .rankings-table [data-col="rank.1"] {
    display: none;
}



.rankings .rankings-table [data-col='rank.2'] {
    flex: 1.5;
}

.rankings .rankings-table [data-col='rank.1'] {
    flex: 2;
}

.rankings .rankings-table [data-col='comp'],
.rankings .rankings-table [data-col='fav'] {
    cursor: pointer;
}
.rankings .rankings-table [data-col='comp'] .inner,
.rankings .rankings-table [data-col='fav'] .inner{
    width:31px;
    padding-left: 0px;
    padding-right: 0px;
}

.rankings .rankings-table .favorite-section {
display: flex;
padding-right: 6px;
gap: 10px;
}
.favorite-section img {
    cursor: pointer;
}





.rankings .rankings-table .rankings-item .highlight {
    background-color: #990000 ;
    color: #FFFFFF !important;
    height: 40px;
    position: relative;
    align-items: center;
    padding-top: 15px;
}

.rankings .rankings-table .rankings-item.teams-table {
padding: 5px;
}

.rankings .rankings-table .rankings-item [data-col="pictures"].highlight img.flag
{
    top:25px;
}

.rankings .rankings-table .rankings-item .highlight a {
    color: #FFFFFF !important;
}


/**
Individual Column Designs
**/

.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-1 {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #FED00A;
}

.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-2 {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #ECECEC;
}

.rankings .rankings-table .rankings-item [data-col='rank.main'].highlight .rank-1,
.rankings .rankings-table .rankings-item [data-col='rank.main'].highlight .rank-2,
.rankings .rankings-table .rankings-item [data-col='rank.main'].highlight .rank-3 {
    color: #444444;
}

.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-1,
.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-2,
.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-3 {
    border: 1px solid rgba(0,0,0,0.12);
}

.rankings .rankings-table .rankings-item [data-col='rank.main'] .rank-3 {
    display: inline-block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    background-color: #E4AB54;
}


/* CSS for alternating row colors */

.rankings .rankings-table .rankings-item [data-col='name'] a.name {
    /* text-transform: uppercase; */
    font-weight: 700;
    color: #2E2E2E;
}

.rankings .rankings-table .rankings-item [data-col='name'] a:hover {
    color: #0650ee;
}

.rankings .rankings-table .rankings-item [data-col='time.main'] {
    font-weight: 700;
    color: #2E2E2E;
}

.rankings .rankings-table .rankings-item [data-col='pictures'] {
    position: relative;
}

.rankings .rankings-table .rankings-item [data-col='pictures'] img.face {
    width: 36px;
    height: 36px;
}
.rankings .rankings-table .rankings-item  [data-col="pictures"] .inner {
    position: relative;
  }
.rankings .rankings-table .rankings-item [data-col='pictures'] img.flag {
    position: absolute;
    width: 20px;
    left: 18px;
    top: 4px;
}

.pagination-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pagination-section .scroll-to-top-container {
    display: flex;
    gap: 10px;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
}
.pagination-section .scroll-to-top-container img {
    cursor: pointer;

}

.pagination-section .scroll-to-top-container h4 {
    color: #231F20;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans';
    white-space: nowrap;
}


.pagination {
    display: flex;
    list-style: none;
    height: 40px;
    /* border: 1px solid black; */
    border-radius: 5px;
    width: fit-content;
    align-items: center;
    padding: 8px;
    /* margin-top: 40px; */
    gap: 3px;
}

.pagination li {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0;
    margin: 0;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
}
.pagination li.hide {
    display: none;
}
.pagination li.active {
    background-color: #231F20;
    border-radius: 50%;
}

.pagination li.previous,
.pagination li.next {
    width: 12px;
}

.pagination li a {
    cursor: pointer;
    color: #2E2E2E;
}

.pagination .active a {
    cursor: pointer;
    color: #fff;
}

.pagination li a:hover {
    text-decoration: underline;
}

#participant-details .section {
    margin-bottom: 24px;
}


#participant-details .athlete-info .separator {
    border-left: 2px solid #dfdfdf;
    height: 100%;
    margin-left: 16px;
}

#participant-details  .athlete-info .last-item .separator {
    display: none;
}

#participant-details .athlete-info .image-group {
    display: flex;
    flex-direction: column;
    gap: 27px;
    margin-top: 10px;
    margin-left: 15px;
}

#participant-details .athlete-info .image-group img {
   cursor: pointer;
}



.page-layout.Athelete .ranks-container {
    margin-bottom: 50px;
    background-color: #970A14;
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 96px);
    max-width: 1280px;
    box-shadow: inset 0px 1px 27px 0px rgba(0,0,0,0.1);
}

.page-layout.Athelete .ranks-container .inner {
    max-width: 1336px;
    display: flex;
    padding-top: 13px;
    padding-bottom: 13px;
    margin-left: auto;
    margin-right: auto;
}

.page-layout.Athelete .ranks-container .rank {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
}

.page-layout.Athelete .ranks-container .rank .section-1 {
    display: flex;
    justify-content: center;
    align-items: end;
}

.page-layout.Athelete .ranks-container .rank .section-1 .value {
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
}

.page-layout.Athelete .ranks-container .rank .section-1 .range {
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    text-transform: lowercase;
    color: rgba(255, 255, 255, 0.6);
    padding-bottom: 5px;
    padding-left: 5px;
}

.page-layout.Athelete .ranks-container .rank .section-2 {
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #FFFFFF;
    opacity: 0.8;
}


#participant-details .table-header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    border-top: 1px solid #D7D7E2;
    border-left: 1px solid #D7D7E2;
    border-right: 1px solid #D7D7E2;
}

#participant-details .table-header h2 {
    padding-left: 10px;
}


#participant-details .rankings-item [data-col="shift"] {
    border-left: 1px solid #CCCCCC;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

#participant-details .rankings-item [data-col]:first-child {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    /* text-transform: uppercase; */
    color: #2E2E2E;
}





/* Prediction Rows */
.prediction-row {
    background-color: #e8e8e8;
}

.rankings .rankings-table .prediction-row[class*="even-row-table"] [data-col],
.rankings .rankings-table .prediction-row[class*="odd-row-table"] [data-col],
.prediction-row.even-row-table,
.prediction-row.odd-row-table,
.prediction-row.even-odd-reverse.even-row-table,
.prediction-row.even-odd-reverse.odd-row-table {
    background-color: #e8e8e8;
}

.prediction-cell {
    font-style: italic;
}

.prediction-tooltip-box {
    max-width: 250px;
    border-radius: 6px;
    padding: 8px 12px;
    font-size: 0.85em;
    line-height: 1.4;
}

#participant-details .athlete-info {
    display: flex;
}

#participant-details  .athlete-info .athlete-general-info {
    border: 1px solid #D7D7E2;
    flex: 1;
    margin-right: 10px;
    margin-bottom: 30px;
    margin-top: 10px;
}
#participant-details  .athlete-info .event-info {
    border: 1px solid #D7D7E2;
    margin-bottom: 30px;
    margin-top: 10px;
    flex: 2;
}

#participant-details  .athlete-info .links-info {
    border: 1px solid #D7D7E2;
    margin-bottom: 30px;
    margin-top: 10px;
    margin-left: 10px;
    flex: 1;
}

#participant-details .athlete-info .header {
    display: flex;
    align-items: center;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #D7D7E2;
}

#participant-details  .athlete-info  .header img {
    object-fit: contain;
}

#participant-details .athlete-info  .header h2 {
    padding-left: 10px;
}

#participant-details .athlete-info .detail {
    display: flex;
    flex-wrap: wrap;
    padding-right: 16px;
}

#participant-details .athlete-info  .detail .detail-value {
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    margin-left: 16px;
    align-items: center;
}

#participant-details .athlete-info  .detail .detail-value h2 {
    background-color: rgb(240, 240, 240);
    padding: 8px;
    border-radius: 5px;
}

#participant-details .athlete-info .detail .detail-value p {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    align-items: center;
    /* text-transform: uppercase; */
    color: #777779;
    margin-right: 5px;
}

#participant-details  .athlete-info .links-info .detail {
    padding-top: 10px;
    padding-right: 0px;
}

#participant-details  .athlete-info .links-info .link{
    padding: 16px;
    width: 100px;
}

#participant-details  .athlete-info .links-info .link a,
#participant-details  .athlete-info .links-info .link a:active,
#participant-details  .athlete-info .links-info .link a:visited,
#participant-details  .athlete-info .links-info .link a:hover
{
    color: #2E2E2E;
}


#participant-details  .athlete-info .links-info .link .picture-box
{
    width: 100px;
}

#participant-details  .athlete-info .links-info .link .picture-box .picture {
    width: 100px;
    height: 80px;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#participant-details  .athlete-info .links-info .link .picture-box .picture img {
    width: 90px;
    max-height: 70px;
}


#participant-details  .athlete-info .links-info .link .picture-box span{
    margin: 10px;
    display: inline-block;
}

#participant-details  .athlete-info .links-info .link h3{
    font-size: 0.8em;
}


#participant-details .athlete-ranking-position {
    padding-left: 48px;
    padding-right: 48px;
    /* margin-left: -48px;
    margin-right: -48px; */
    background-color: rgb(242, 242, 242);
    padding-top: 5px;
    padding-bottom: 48px;
}

/* #participant-details .athlete-ranking-position .place {
    margin-top: 50px;
    padding-bottom: 22px;
} */

#participant-details .athlete-ranking-position .place .position-title {
    text-align: center;
    padding-top: 22px;
    padding-bottom: 22px;
}

/* bird eye css */
#participant-details .bird-eye-chart .chart-header {
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

#participant-details .bird-eye-chart .chart-content {
    /* padding: 25px; */
    padding-left: 10%;
    padding-right: 10%;
}

#participant-details .finish-details {
    margin-top: 100px;
}

#participant-details .finish-details .finish-details-title {
    text-align: center;
}

#participant-details .finish-details .sub-text, .compare-table .finding-strength-section .sub-text, .compare-table .finish-chart-section .sub-text {
    color:#7A8283;
    margin-top: 10px;
    margin-bottom: 10px;

}

#participant-details .finish-details .finish-details-data {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: space-evenly;
    margin-top: 4.5em;
    align-items: center;
    margin-bottom: 100px;

}

#participant-details .finish-details .finish-details-data .section-1, #participant-details .finish-details .finish-details-data .section-2, #participant-details .finish-details .finish-details-data .section-3 {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#participant-details .finish-details .finish-details-data .section-2 .finish-comp {
    display: flex;
    align-items: center;
}

.finish-details-data p {
    color:#7A8283 ;
}

.finish-details-data .section-2 .finish-comp .finish-value {
font-size: 70px;
color: #990000;
font-family: 'TradeGothic LT CondEighteen';
font-weight: 700;
}

#participant-details .finish-details .finish-details-data .section-1 .finish-value,
#participant-details .finish-details .finish-details-data .section-3 .finish-value
{
    font-size: 48px;
    font-family: 'TradeGothic LT CondEighteen';
    font-weight: 700;
}

.finish-details-data .section-2 .finish-comp span {
    margin-top: 30px;
    font-size: 26px;

}

#participant-details .linear-finish-chart
{
    display: flex;
    justify-content: center;
}

#participant-details .linear-finish-chart .finish-graph-images {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    padding-bottom: 60px;
    position: relative;
}

#participant-details .linear-finish-chart .finish-graph-images::after {
    position: absolute;
    content: " ";
    font-size: 1px;
    width:100%;
    bottom: 55px; /* #participant-details .linear-finish-chart .finish-graph-images [padding-bottom: 60px;] */
}


#participant-details .linear-finish-chart .finish-graph-images > div {
    flex: 1 1 auto;
    position: relative;
}

#participant-details .linear-finish-chart .finish-graph-images > div > img {
    width:100%;
    display: block;
    padding-bottom: 5px;
    border-bottom: 1px solid #990000 ;
}
#participant-details .linear-finish-chart .finish-graph-images > div .finish-text-pointer {
    position: absolute;
    right: 10px;
    width:8px;
    height: 8px;
    border-radius: 50%;
    border: 1px solid #970A14;
    background-color: #FFFFFF;
    bottom: -4px;
}
#participant-details .linear-finish-chart .finish-graph-images > div .finish-text-arrow {
    position: absolute;
    white-space: nowrap;
    right: 10px;
    font-family: "Kalam";
    color: #970A14;
    margin-top: 5px;

}

#participant-details .linear-finish-chart .finish-graph-images > div .finish-text {
    position: absolute;
    white-space: nowrap;
    font-family: "Kalam";
    color: #970A14;
    margin-top: 30px;
}

#participant-details .linear-finish-chart .finish-graph-images > div .finish-text-arrow .adjust-finish-position-text {
    position: absolute;
     right:40px;
     top: 20px;
     width: 35px;
}



#participant-details .athlete-position {
    margin-top: 50px;
}

.athlete-position .position-title {
    text-align: center;
}

.athlete-position .position-title p {
    margin-top: 10px;
}

.athlete-position .athlete-position-detail {
    display: flex;
}

.athlete-position .athlete-position-detail>div {
    flex: 1;
    align-self: center;
    text-align: center;
}

.athlete-position-detail>div .svg-item {
    width: 185px;
    font-size: 16px;
    margin: 0 auto;
    opacity: 1;
}

.donut-segment {
    transform-origin: center;
    stroke: #FF6200;
}

.donut-segment-2 {
    stroke: #990000 ;
}

.donut-percent {
    font-size: 0.5em;
    line-height: 1;
    transform: translateY(0.5em);
    font-weight: bold;
}

.athlete-speed {
    margin-top: 50px;
}

.athlete-speed .speed-title {
    text-align: center;
}

.athlete-speed .speed-title p {
    padding-top: 10px;
}

.athlete-speed .athlete-speed-detail {
    display: flex;
    justify-content: space-around;
}

.athlete-speed .athlete-speed-detail .speed-gauge1 {
    display: flex;
    height: 200px;
    align-items: center;
    /* flex: 1; */
    justify-content: center;
}

.athlete-speed .athlete-speed-detail .speed-gauge1>div p {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #777779;
}

.athlete-speed .athlete-speed-detail .speed-gauge1>div h3 {
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-top: 2px;
}

.athlete-speed .athlete-speed-detail .speed-gauge2 {
    height: 200px;
    display: flex;
    align-items: center;
    /* flex: 1; */
    justify-content: center;
}

.athlete-speed .athlete-speed-detail .speed-gauge2>div p {
    font-style: normal;
    font-weight: 700;
    font-size: 10px;
    line-height: 140%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #777779;
}

.athlete-speed .athlete-speed-detail .speed-gauge2>div h3 {
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    text-transform: uppercase;
    color: #2E2E2E;
    margin-top: 2px;
}


/**
COMPONENTS
*/

.Dropdown-root {
    color: #777779;
    border-bottom: 1px solid #D7D7E2 ;
    padding: 7px 0px;
}

.Dropdown-root .Dropdown-placeholder {
    font-size: 16px;
    font-weight: 600;
    color: #2E2E2E;
    cursor: pointer;
    padding-top: 5px;
    margin-right: 30px;
}

.Dropdown-root .Dropdown-arrow {
    box-sizing: border-box;
    /* display: block; */
    width: 18px;
    /* height: 18px; */
    border: 2px solid transparent;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 54%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    /* margin-right: 10px; */
}

.Dropdown-root .Dropdown-arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(45deg);
    left: 4px;
    top: 2px;
}

.Dropdown-root.is-open .Dropdown-arrow {
    box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid transparent;
    border-radius: 100px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #990000 ;
}

.Dropdown-root.is-open .Dropdown-arrow::after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    width: 8px;
    height: 8px;
    border-bottom: 2px solid;
    border-right: 2px solid;
    transform: rotate(225deg);
    left: 4px;
    top: 14px
}

.contest-subnav {
    margin-top: 30px;
    /* margin-bottom: 60px; */
    display: flex;
    margin-left: auto;
    margin-right: auto;
    text-transform: uppercase;
    text-align: center;
    justify-content: center;
    /* background-color: #F5F5F5; */
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: 0.1em;
}
.pagination-dropdown {
    position: relative;
}

.pagination-dropdown .filter-image {
position: absolute;
top: 50%;
left: 10px;
transform: translateY(-50%);
}

.filter-image img {
    margin-top: 4px;
}


#contestDropdown {
    /* width: 100%; */
    color: #495057;
    background-color: #fff;
    /* border: 1px solid #ced4da; */
    /* border-radius: 0.25rem; */
    outline: none;
    font-size: 15px;
    cursor: pointer;
    padding: 10px 0px 10px 10px;
    /* padding-left: 34px; */
    border: none;

    border-bottom: 1px solid #CDD0DA;
}

.contest-subnav li {
    padding-top: 17px;
    padding-bottom: 17px;
    flex: 1;
    justify-content: space-between;
    border-bottom: 1px solid #D7D7E2;
    padding-top: 15px;
    padding-bottom: 15px;
}

.contest-subnav li.current {
    border-width: 1px 1px 0px 1px;
    border-style: solid;
    border-color: #D7D7E2;
    border-top: 2px solid #990000 ;
}

.contest-subnav li a {
    color: #8B8B8B;

}

/* .search-dropdown-area {
    display: flex;
    gap: 22px;
    position: sticky;
    top: 48px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #FFFFFF;
    z-index: 999;
} */

.no-uppercase {
    text-transform: none;
    cursor: pointer;
}




.search-dropdown-area .search-div {
    position: relative;
    display: inline-block;
    flex: 1;
    /* margin-top: 60px; */
}

.search-dropdown-area .placeholder {
    flex: 0.33;
    /* margin-top: 60px; */
}


.search-dropdown-area .search-div .input-field {
    display: block;
    /* width: 100%; */
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #F1F2F1;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    outline: none;
    height: 37px;
    text-indent: 40px;
    width: 350px;
    border: none;
}

.search-dropdown-area .search-div .search-icon {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    cursor: pointer;

}
.search-dropdown-area .search-div .quick-loader {
    position: absolute;
    right: 10px;
    top:6px;
}
.not-result-found-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 56px;
    width: 100%;
}
.not-result-found-item .fav-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.not-result-found-item .fav-empty-state p {
    font-size: 16px;
    color: #B7B7B7;

}


.custom-dropdown-container {
    position: relative;
    margin-left: 20px;
}

.custom-dropdown-container .dropdown-button {
    padding: 10px 20px;
    padding-left: 32px;
    background-color: #FFFFFF;
    border: 1px solid #CDD0DA;
    color: #333;
    cursor: pointer;
    /* border-radius: 20px; */
    display: flex;
    align-items: center;
    gap: 8px;
}

.custom-dropdown-container .dropdown-menu-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border: 1px solid rgb(212, 207, 207);
    border-radius: 5px;
    background-color: #fff;
    z-index: 1;
    margin-top: 20px;
}

.custom-dropdown-container .dropdown-menu-container .dropdown-menu-item {
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 10px;
}

.custom-dropdown-container .dropdown-button span {
    white-space: nowrap;
}

.custom-dropdown-container .dropdown-button .dropdown-up-icon {
    /* margin-left: 5px; */
    margin-top: 2px;
}

.custom-dropdown-container .dropdown-button .dropdown-down-icon {
    /* margin-left: 5px; */
    margin-top: 4px;
}


.filters {
    position: relative;
}

.filters .filter {
    /* width: 100%; */
    /* border-right: 1px solid #D7D7E2; */
    margin-left: 5px;
    position: relative;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #D7D7E2 ; */
}

.filters .filter p {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #9D9B9E;
    text-align: left;
    padding-top: 10px;
}

.filters .filter select {
    width: 100%;
    height: 36px;
    background-color: #FFFFFF;
    /* border: 1px solid #D7D7E2; */
    border: none;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 140%;
    color: #2E2E2E;
    border-bottom: 1px solid #CDD0DA ;
}

.filters .filter select option {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #2E2E2E
}


.filters .filter .Dropdown-menu {
    position: absolute;
    top: 100%;
    left: -1px;
    right: -1px;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
    background-color: #FFFFFF;
    max-height: 200px;
    overflow-y: auto;
    scrollbar-color: #aaaaaa #eeeeee;
    scrollbar-width: thin;
    padding: 0px 5px 5px 5px;
    font-size: 15px;
    cursor: pointer;
    z-index: 999;
}

.filters .filter .Dropdown-menu .Dropdown-option {
    padding: 4px 5px;
}

.filters .filter .Dropdown-menu .Dropdown-option:hover {
    background-color: #EEE;
}

.filters .filter .Dropdown-menu::-webkit-scrollbar {
    width: 8px;
}

.filters .filter .Dropdown-menu::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.filters .filter .Dropdown-menu::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}

.filter .radio-btn {
    border-bottom: 1px solid #D7D7E2;
    padding-bottom: 10px;
}

.filter .radio-btn-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}
.filter .radio-btn input[type="radio"] {
    margin-top: 5px;
}

/*** INSIGHTS page */

#page-insights {
    text-align: center;
}
.basic-ring-style {}

.basic-bar-style {}





#page-container .insights-contests-dropdown {
    padding-top: 20px;
    padding-bottom: 10px;
}

#insights-section1 h2 {
    font-family: 'Trade Gothic LT';
    text-transform: uppercase;
    font-size: 14px;
}

.insights-section .chart-container {
    margin-top: 30px;
}

.chart-list {
    text-align: center;
    margin-bottom: 50px;
}

.chart-list .header-content {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.chart-list .header-content .values {
    display: flex;
}

.chart-list .header-content .values p {
    padding-left: 20px;
    padding-top: 11px;
    font-family: 'TradeGothic LT CondEighteen';
    font-style: normal;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #777779;
}


/** Charts */

.chart-containers-row {
    display: grid;
    grid-template-rows: repeat(2, auto);
    grid-template-columns: repeat(auto-fit, minmax(0, 1fr));
    width: 100%;
    gap: 20px 80px;
}

.chart-containers-row[data-length='2'] {
    width: 70%;
    margin-left: 15%;
}

.chart-containers-row h2.chart-title {
    grid-row: 1;
}


.chart-containers-row .chart-container {
    grid-row: 2;
    display: flex;
    align-items: flex-end;
}

.chart-containers-row .legend-container {
    grid-row: 3;
    padding-left: 20px;
    padding-right: 20px;
}

 /* .chart-box-card {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    padding: 16px 16px 48px 16px;
    margin-bottom: 16px;

} */

.chart-container .chart {
    width: 100%;
    height: 100%;
}

.legend-container .legend {
    display: flex;
    flex-direction: column;
    margin-top: 30px;
}

.legend-container .legend li {
    display: flex;
    margin-bottom: 20px;
    justify-content: space-between;
}

.legend-container .legend li>div {
    display: flex;
}

.legend-container .legend li>div.item {
    font-size: 14px;
    font-weight: 400;
    font-family: 'Open Sans';
    text-align: left;
}

.legend-container .legend li>div.details {
    font-size: 14px;
    font-weight: 700;
    font-family: 'Open Sans';
    color: #2E2E2E;
    white-space: nowrap;
}

.chart-responsive-rotate {
    height: auto;
}

.help-tooltip {
    background-color: #000000;
    color: #FFFFFF;
    border-radius: 5px;
    font-size: 12px;
    padding: 5px;
}

.shift-equal-icon {
    width: 10px;
    height: 2px;
    background-color:#FCA118;
}