/* MY_STYLES.CSS */ 
.nav {
  flex-wrap: wrap;  /* 2018-09-08 added for flex wrap tabs */
}

.forceBlock {
  display: block;
}

/* INFOLETTRE */
.infolettre-box {
  padding: 10px;
  margin-bottom: 20px;
  margin-left: 0px;
  
  border: 3px solid;
  border-color: #205020;
  background-color: transparent;
  border-radius: 10px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}
.infolettre-box-body {
  padding: 0px;
}
.infolettre-box-heading {
  margin: 0px;
  background-color: transparent !important; 
  border: 0px;
  padding: 0px;
}

/* OBSOLETE ? */ 
.react-bs-table, .react-bs-container-body
{
  height: auto !important;
  margin: 0px !important;
}

.img-roundedToken {
  border-radius: 20%;
}
.img-circle {
  width: 50px;
  height: auto;
  border-radius: 100%;
}
.img-profile-token {
  width: 50px;
  height: auto;
  border-radius: 20%;
}
.img-stand-token {
  width: 20px;
  height: auto;
  border-radius: 20%;
}
.img-sidebar-token {
  width: 30px;
  height: auto;
  border-radius: 20%;
}
.img-hand-cursor:hover {
  cursor:pointer;
}

.modal-img-margin {
  margin-bottom: 20px;
}


.sidebar-special-item {
  display: inline-block;
  margin-top: -4px;
  vertical-align: middle;
  margin: 0 0.5rem 0 0;
  font-size: 14px;
  color: #ffffff;
  padding-left: 0.95rem;
}
.sidebar-special-connect {
  padding-left: 0.95rem;
}

.sidebar2ndRow {
  margin-left: 28px;
}

/* Overwrite link focus on buttons */ 
a:focus.btnlink-green {
    color: #a0d2a0;
    text-decoration: none;
}

/* Overwrite table fixed layout (from react-bootstrap-table)
.react-bs-table table {
  table-layout:fixed;
}
*/

th {
  min-width: 40px;
}

th.statelo-sort {
  position: relative;
  cursor: pointer;
  text-decoration: underline;
}

th.darkBackgroundHeader {
  background-color: #206020;
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
}

.stateloListItem {
  cursor: pointer;
}

.headuser {
  display: block;
  padding: 0.5em 1em; 
  cursor: default;
  color: #ffffff;
  text-decoration: none;
}

.sidebarLink:hover{
  cursor: pointer;
  text-decoration: underline;
}

p.insideTableNoMargin {
  margin: 0;
}

.app-body .main {
  min-width: 0;     /* STATELO : MAJOR! necessary for table-responsive to work */
}


.btn-payouts {
  margin-bottom: 0px !important;
  font-size: 0.7rem;
  padding: 4px 6px;
}

.btn {
  margin-bottom: 0.5rem;
  cursor: pointer;
}

.page-link, .pagination-datatables li a, .pagination li a {
  cursor: pointer;
}

.ligueMsg {
  background-color: #e0f8e0; /* #a0d2a0; */ 
}


/* Widget 01 */
.text-widget01 {
  color: #326e32;
}
.bg-widget01 {
  color: #fff;
  background-color: #326e32
}
.text-muted-widget01 {
  color: #8aac8a;
}
.text-bad-value {
  color: #963636;
}
.text-good-value {
  color: #326232;
}

/* Membership Message */
/* http://enjoycss.com */
.member-box {
  font-size: 1rem;
  width: 250px;
  height: auto;
  position: static;
  cursor: default;
  opacity: 1;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  border: 3px solid;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  color: rgba(255,255,255,1);
  text-align: center;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -webkit-box-shadow: 3px 3px 5px 1px rgba(39,58,47,0.51) ;
  box-shadow: 3px 3px 5px 1px rgba(39,58,47,0.51) ;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2) ;
  -webkit-transform-origin: 50% 50% 0;
  transform-origin: 50% 50% 0;
}

.member-active {
  background: rgba(32,96,32,1);
}
.member-inactive {
  background: rgba(96,32,32,1);
}

.exp-delay-expiring {
  color: #ff0000;
  font-weight: bold;
}

.led-green {
  margin: 0 auto;
  width: 24px;
  height: 24px;
  background-color: #ABFF00;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 0.2) 0 -1px 7px 1px,
}

/* --------------------------------------------------------*/
/* REACT-AUTOSUGGEST */
.react-autosuggest__container {
  position: relative;
}
.react-autosuggest__input {
  width: 100%;
  height: 1.5125rem;
  font-family: sans-serif;
  font-size: 0.675rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.0;
  color: #004000;
  border: 1px solid #70a070;
  border-radius: 0;
}
.react-autosuggest__input--focused {
  outline: none;
}
.react-autosuggest__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest__suggestions-container {
  display: none;
}
.react-autosuggest__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #70a070;
  font-family: sans-serif;
  font-size: 0.675rem;
  line-height: 1.0;
  color: #004000;
  z-index: 2;
  background-color: #ffffff;
}
.react-autosuggest__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}
.react-autosuggest__suggestion--highlighted {
  background-color: #a0d2a0;
}

/* REACT-AUTOSUGGEST -std */
.react-autosuggest-std__container {
  position: relative;
}
.react-autosuggest-std__input {
  width: 100%;
  height: calc(2.09375rem + 2px);
  font-family: sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 0.75rem;
  line-height: 1.25;
  color: #404000;
  border: 1px solid #70a070;
  border-radius: 0;
}
.react-autosuggest-std__input--focused {
  outline: none;
}
.react-autosuggest-std__input--open {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.react-autosuggest-std__suggestions-container {
  display: none;
}
.react-autosuggest-std__suggestions-container--open {
  display: block;
  position: absolute;
  width: 100%;
  border: 1px solid #70a070;
  font-family: sans-serif;
  font-size: 0.875rem;
  line-height: 1.25;
  color: #004000;
  z-index: 2;
  background-color: #ffffff;
}
.react-autosuggest-std__suggestions-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.react-autosuggest-std__suggestion {
  cursor: pointer;
  padding: 10px 20px;
}
.react-autosuggest-std__suggestion--highlighted {
  background-color: #a0d2a0;
}
.form-control-flexiblewidth {
  width: auto;
}

.pull-right {
  float: right !important;
}

.db-menu-item {
  padding-left: 0 !important;
  padding-right: 20 !important;
  margin-left: 0 !important;
  margin-right: 20 !important;
  margin-top: 5 !important;
  margin-bottom: 5 !important;
}
.db-menu-padright {
  padding-left: 0 !important;
  padding-right: 20 !important;
}
.db-menu-padsides {
  padding-left: 20 !important;
  padding-right: 20 !important;
}
.db-menu-nopad {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.td-align-db1 {
  padding-left: 0 !important;
  padding-right: 15 !important;
}

.width75px {
  width: 75px !important;
}

.sk-three-bounce-no-margin {
  margin: 0 !important;
}

.ul-left-aligned {
  padding-inline-start: 20px !important;
}
.ul-reduced-leftpadding {
  padding-left: 30px;
}

.btn-sm3, .btn-group-sm3 > .btn, .fc .btn-group-sm3 > button {
  padding: 0.15rem 0.50rem;
  font-size: 0.60rem;
  margin-bottom: 0rem;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.btn-primary {
  color: #fff !important;
}
.btn-secondary {
  color: #205020 !important;
}
.menuButton1 {
  width: 150px !important;
  margin-right: 15px !important;
}
.menuButton2 {
  width: 150px !important;
  margin-right: 15px !important;
}
.menuButton3 {
  width: 250px !important;
  margin-right: 15px !important;
}

.stdCommandButton1 {
  width: 150px !important;
  margin-right: 15px !important;
}
.stdCommandButton2 {
  width: 150px !important;
  margin-left: 15px !important;
}
.stdCommandButton3 {
  width: 200px !important;
  margin-left: 15px !important;
}
.tournamentMngButtons1 {
  width: 200px !important;
}
.tournamentMngButtons2 {
  width: 200px !important;
  height: 28px;
  margin-bottom: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: .8rem;
}

.headerLink {
  cursor: pointer;
}

.tdInputWidthSmNum {
  width: 40px !important;
}
.tdInputNbTournaments {
  width: 70px !important;
}
.tdInputWidthNames {
  width: 150px !important;
}
.tdTournamentSummary {
  width: 100px !important;
}

.clearBgDisable:disabled {
  background-color: #fff !important; 
}
/*
.form-control:disabled {
  background-color: #ff0000 !important; 
}
*/

.redtext {
  color: #ff0000 !important;
}
.darkredtext1 {
  color: #880000 !important;
}
.darkredtext2 {
  color: #d03030 !important;
}

/* bug with this display on mobile 
/* CSS that should be displayed if width is equal to or less than 800px goes here */
/* @media (min-width: 600px) {*/
.itemsTableMinHeight0 {
  height: 350px !important;
  overflow-y: scroll !important;
}
.itemsTableMinHeight1 {
  height: 300px !important;
  overflow-y: scroll !important;
}

/* avoid text input edit selection */
.forcePointerNoSelect {
  cursor: pointer;
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}
.forceNoSelect {
  -webkit-user-select: none; /* Safari 3.1+ */
  -moz-user-select: none; /* Firefox 2+ */
  -ms-user-select: none; /* IE 10+ */
  user-select: none; /* Standard syntax */
}


.selectedrow {
  background-color: #A0D2A0 !important;
}

.buttonExtraMarginBottom {
  margin-bottom: 24px !important;
}

.coverTranspDiv {
    position: absolute;
    height: 100%;
    width: 100%;
    z-index: 1;
    background-color: #a0d2a0;
    opacity: 0.3;
}


/* FIXING HEADER AND FIRST COLUMNS
/* https://github.com/react-bootstrap-table/react-bootstrap-table2/issues/381 */
/* https://codepen.io/paulobrien/pen/LBrMxa */
.tableFixHeader {
  max-height: 350px;    /* default.  530px for results table dynamically */
  margin: auto;
  overflow: -moz-scrollbars-vertical; 
  overflow-y: scroll;
  z-index: 1;
}
.tableFixHeader table {
  margin: auto;
  border-collapse: separate;
  border-spacing: 0;
}

/*
.tableFixHeader th,
.tableFixHeader td {
  vertical-align: top;
}
*/
.tableFixHeader thead th {
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 1;
}

.tableResultsHeight {
  max-height: calc(100vh - 300px);    /* 490/530px for results table dynamically */
}
.tableProgressionHeight {
  max-height: calc(100vh - 230px);    /* 490/530px for results table dynamically */
}
.tableTnyStatsHeight {
  max-height: calc(100vh - 230px);    /* 490/530px for results table dynamically */
}
.tableCircuitPlayersHeight {
  max-height: calc(100vh - 340px);    /* 490/530px for results table dynamically */
}
.tableQviesStandHeight {
  max-height: calc(100vh - 100px);    /* 490/530px for results table dynamically */
}

.tableFix2col > thead > tr > th:nth-child(1) { 
  background-color: #fff;
  position: sticky; 
  position: -webkit-sticky; 
  left: 0; 
  z-index: 1;
}
.tableFix2col > thead > tr > th:nth-child(2) { 
  background-color: #fff;
  position: sticky; 
  position: -webkit-sticky; 
  left: 0; 
  z-index: 2;
}
.tableFix2col > tbody > tr > td:nth-child(1),
.tableFix2col > tbody > tr > td:nth-child(2) {
  position: sticky; 
  position: -webkit-sticky; 
  left: 0; 
}


.table-striped tbody > tr:nth-of-type(odd) > td {
  background-color: #d8f0d8 !important;   /* e0f8e0 */
}
.table-striped tbody > tr:nth-of-type(even) > td {
  background-color: #fff !important;
}
.table-row-nostripe td {
  background-color: #fafafa !important; /*#fff*/
}
.table-row-stripe td {
  background-color: #d8f0d8 !important;   /* d8f0d8 */
}
.table-hard-stripe td {
  background-color: #b0e0b0 !important;   /* c0e8c0 */
}
.table-hover tbody > tr:hover > td {
  background-color: #b0d8b0 !important;   /* darker green */
}
.table-inplay-text td {
  color: #0020ff;    /* red1: 501818 , red2: 6f1414*/
  font-weight: 700 !important;
  /*font-size: 1rem;*/
}
.table-match-not-available-text td {
  color: #90b090;    /* red1: 501818 , red2: 6f1414*/
}


.overwrite-with-default-font {
  color: #004000 !important;
  font-weight: normal !important;
}

/* STATELO SORT */
th.statelo-sorting {
  cursor: pointer;
}
table.table thead .statelo-sorting:after {
  content: " ";
  position: relative;
  padding-left: 2px; 
}
table.table thead .statelo-sorting_asc:after {
  content: "\2191";
}
table.table thead .statelo-sorting_desc:after {
  content: "\2193";
}

.tournamentRoundText {
  font-size: 1.05rem;
  padding-left: 0.5rem !important;
  font-weight: 450 !important;
}

.itemsTableForcePointerNoSelect {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.itemsTableMinHeight0 {
  height: 350px !important;
  overflow-y: scroll !important;
}

.matchScoreButton {
  font-size: 0.6rem;
  margin: 0px;
  padding: 2px 7px 2px 7px; 
}


.modalHeaderSubTitle {
  font-size: 0.875rem;  
  margin-bottom: 0;
}

.showpointer {
  cursor: pointer;
}

.progDataTable table {
  border-spacing: 2px;  
}
.progDataTable tbody > tr > td {
  background-color: #fff;  
}

.progRndCol {
  width: 40px !important;
  min-width: 40px !important;
  max-width: 40px !important;
}
tr.progDataRow td {
  border: 2px solid #fff;
  border-radius: 0px 8px 0px 8px;
}
.prodDataHeaderRow th{
  color: #fff;
  background-color: #326e32 !important;
}
.prodDataCellLivesEven {
  background-color: #c0e8c0 !important;
}
.prodDataCellLivesOdd {
  /*background-color: #a0d2a0 !important;*/
  background-color: #c0e8c0 !important;
}
.prodDataCellLivesNull {
  background-color: #ffb080 !important;
}
.prodDataCellLivesLongestSeq {
  background-color: #80c080 !important;
  /*background-color: #78b090 !important;*/
}
.prodDataCellNotPlayed {
  background-color: #fff !important;  
}

.tableMinPlayerWidth {
  min-width: 130px;
}

.bigResultDisplay {
  font-size: 1.1rem;
  font-weight: 400;
  margin-left: 20px;
  /* line-height: 1; */
}

body.busy-cursor {
  cursor: progress !important;
}

.hr-nomargin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.hr-nomargin-top {
  margin-top: 0 !important;
}

.modalBigText {
  font-size: 1.2rem;
}

.badge-success {
  color: #004000;
}
.badge-danger {
  color: #400000;
}

.img-border-std {
  border: 2px solid
}

/* for buttons or others ? */
.word-wrap {
  /* Warning: Needed for oldIE support, but words are broken up letter-by-letter */
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;

  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.btn-fluid {
  display: block;
  max-width: 100%;
  height: auto;
  white-space: normal;
}

.circuitInfo {
  font-size: 1.10rem; 
  font-weight: : bold;
}

.no-margin {
  margin: 0px;
}

.tourhdr {
  color: #a0d2a0;
  background-color: #326232;
  height: 42px;

  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.tourhdrmng {
  color: #d0d0d0;
  background-color: #626262;
  height: 42px;

  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tourOptionButton1 {
  width: 200px !important;
  margin-right: 15px !important;
  height: 30px;
  padding: 4px;
}
.tourOptionButton2 {
  width: 200px !important;
  height: 30px;
  padding: 4px;
}
.strong {
    font-weight: bold;
}

.tourMsgPadding {
  padding-top: 10px;
  padding-bottom: 5px;
}
.tourMoneyText {
  font-size: 1.3rem;
}

.sidebar-tourMoneyText {
  color: #60a260;
  font-size: 1.3rem;
}

.btn-tour-standings {
  font-size: 1.3rem;
}

.redBoldText {
  font-weight: bold;
  color: #a00000;
}

.no-margin-auto {
  margin: 0px auto;
}

.table-rightalign td {
  text-align: right !important;
}
.table-noborder td {
  border-top: none !important;
}

.margin-top-10 {
  margin-top: 10px;
}
.margin-top-20 {
  margin-top: 20px;
}
.margin-top-40 {
  margin-top: 40px;
}
.no-margin-bottom {
  margin-bottom: 0px !important;
}

.pill-margin-left {
  margin-left: .8em;
}

/* Refresh button styles */
.btn-refresh {
  padding: 0.25rem 0.75rem;
  font-size: 0.8rem;
}

.btn-refresh:hover {
  background-color: #d0f0d0;
}
.btn-refresh:active {
  background-color: #c0e8c0;
}
.btn-refresh:focus {
  background-color: #fff;
}

.pt-15 {
  padding-top: 1.5rem !important;
}
.pt-25 {
  padding-top: 2.5rem !important;
}

.countBig {
  font-size: 4rem; 
}

.margin-bottom-5 {
  margin-bottom: 5px;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-100 {
  margin-bottom: 100px;
}
.margin-top-5 {
  margin-top: 5px;
}

.modalGuideHeader {
  display: block;
  text-align: center;
}
.modalGuideTableRows {
  word-wrap: break-word;         /* All browsers since IE 5.5+ */
  overflow-wrap: break-word;     /* Renamed property in CSS3 draft spec */
  text-align: center;
}

.switch-option-a > .switch-input:checked ~ .switch-label {
  background: #a0d2a0; /*#20a8d8*/
  border-color: #90c070; }  /*#1985ac*/

.switch-option-a > .switch-input:checked ~ .switch-handle {
  border-color: #90c070; }

.switch.switch-3d.switch-option-a .switch-label {
  border: 1px solid #90c070;
}

.switch-text-margin {
  margin-left: .8em;
}

.breakNote {
  font-size: 0.75rem;
  background-color: #d8f0d8;
  border: transparent;
  border-radius: 1px;
  white-space: nowrap;
  color: #508050;
}

.breakNotePadding_fr {
  padding: 0px 17px 0px 17px;  
}
.breakNotePadding_en {
  padding: 0px 13px 0px 13px;
}

.resize {
  border: none; 
  overflow: auto;
}
.resize.vertical {
  min-height: 300px;    /* 490/530px for results table dynamically */
  max-height: calc(100vh - 100px);
  height: calc(100vh - 300px);
  resize: vertical;
}

.font-sm {
  font-size: 0.65rem;
}
.font-xxs {
  font-size: 0.5rem;
}
.fa-results-size {
  font-size: 1rem;
}

/* Refresh button styles */
.btn-icon-control {
  margin-right: 5px;
  padding: 7px;
  font-size: 0.9rem;
}

.btn-icon-control:hover {
  background-color: #d0f0d0;
}
.btn-icon-control:active {
  background-color: #c0e8c0;
}
.btn-icon-control:focus {
  background-color: #fff;
}

.fa-icon-control-size {
  font-size: 0.9rem;
}

/* Overwriting clever.css style */
.tooltip-inner {
  max-width: none;
  padding: 2px 5px;
  margin: 2px;
  font-size: 0.8rem;
  font-style: none;
  color: inherit;
  text-align: left;
  background-color: #ffffd0;
  border: dotted 2px;
  border-radius: 7px;
  border-color: #326e32;
}


.tourStandingsNote {
  margin-top: 1px;
  font-size: 0.7rem;
  color:  #206020;
  font-style: italic;
}

.smallcaps {
  font-size:  0.7rem;
  text-transform: uppercase;
}

td.align-vertical-baseline {
  vertical-align: baseline;
}

.filterPlayerNameSearchInput {
  border-color: #bdc3c7;
  border-radius: 2px;
  /*width: 10rem !important;*/
}

.filterPlayerNameSearchInput:focus {
  border-color: #a0b0b0;  /* #8ad4ee; STATELO */
}

.filtername-field {
  margin-bottom: 5px;
  padding-right: 0px;
}

.removefilter-field {
  margin-top: 21px;
  padding-left: 5px;
}

.btn-removefilter {
  padding: 3px 4px 4px 4px;
}

.btn-circuitsearch {
  padding: 0.20rem 0.55rem;
  font-size: 0.75rem;
  margin-top: 6px;
  margin-left: 10px;
}

ul, ul ul {
  list-style-type: square;
}

.trashIcon1 {
  font-size: 1.2rem;  
  cursor: pointer;
  padding: 0px;
  color: #D02020;
}

.chartIcon1 {
  font-size: 1.2rem;  
  cursor: pointer;
  padding: 0px;
}

.lockIcon-unlock {
  font-size: 1.2rem;  
  cursor: pointer;
  padding: 0px;
}
.lockIcon-lock {
  font-size: 1.2rem;  
  cursor: pointer;
  padding: 0px;  
  color: #D02020;
}

.reschar-margin-left {
  margin-left: 3px;
}
.reschar-margin-right {
  margin-right: 3px;  
}

.fa-heart.fa-symbol-larger, .fa-heart-o.fa-symbol-larger {
  font-size: 0.9rem;
}
.fa-shield.fa-symbol-larger {
  font-size: 1.0rem;
}

.fa-symbol-enabled {
  color: #880000;
}
.fa-symbol-disabled {
  color: #e0e0e0;
}
.fa-symbol-larger {
  font-size: 0.900rem;
}

.bounty-target {
  font-size: 1.6em;
}

/* [v1.03.019a] */
/*
.bounty-banner {
  background: linear-gradient(315deg, rgb(122 10 10), rgb(42 0 0));
  color: white;
  text-align: center;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  xxxxx border: 2px solid #8b0000;
}
*/

/* External CSS in mystyles.css */
:root {
  --bounty-background: linear-gradient(315deg, rgb(122, 10, 10), rgb(42, 0, 0));
  --bounty-font-color: white;
}

/* Move this CSS to mystyles.css */
.bounty-banner {
  background: var(--bounty-background);
  color: var(--bounty-font-color);
  text-align: center;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  /*border-radius: 5px;*/
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}


.bounty-banner img {
  height: 30px;
  width: auto;
  margin-left: 10px;  
  margin-right: 10px;  
}
.bounty-banner-text1 {
  font-size: 0.9em;
}
.bounty-banner-div1 {
  display: flex;
  justify-content: center;
  align-items: center;
}
.bounty-banner-div2 {
  display: block;
}


.bounty-banner img.bounty-image
{
  height: 45px;
  width: auto;
  margin: 0px 30px;
}
.bounty-icon
{
  font-size: 1.0em !important;
}
.bounty-title {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 5px;
}
.bounty-crosshair {
  font-size: 1.2em;
  color: #880000;
}
.bounty-player {
  font-size: 1.3em;
  font-weight: normal;
}
.sticky-banner {
  position: sticky;
  top: 36px; /* Ajustez cette valeur pour correspondre à la hauteur de l'en-tête */
  z-index: 2;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5); /* Ajout d'un ombrage pour éviter de voir les lignes derrière */
}


.hp-app {
  overflow-x: hidden;
}

.fa-charParam1 {
  display: initial;
  margin-right: 3px;
}
.fa-charParam2 {
  display: initial;
  margin-right: 5px;
}

.shieldModalHeader {
  justify-content: center;
  border: none;
}
.shieldModalFooter {
  justify-content: center;
  border: none;
}

.shieldmodal > .modal-content {
  background-color: #fbfbe0;
  max-width: 300px;
}


/* show only on mobile or the opposite */
@media (max-width: 767px) {
  .not-on-mobile {
    display: none;
  }
}
@media (min-width: 768px) {
  .only-on-mobile {
    display: none;
  }
}

.hp-header {
  position: fixed;
  top: 0;
  width: 100%;
  height: 120px;
  color: #fff;
  background-color: #1c1d1c;
  z-index: 1000;
  padding-top: 5px;
  padding-bottom: 5px;
}
.hp-header-logo {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.hp-logo {
  width: 100px;
}
@media (min-width: 768px) {
  .hp-logo {
    width: 150px;
  }
  .hp-header-logo {
    padding-left: 30px;
    text-align: left;
  }
}

/*
.hp-header-title {
  display: none;
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
}
@media (min-width: 768px) {
.hp-header-title {
  display: block;
}}
*/

.hp-title-img {
  text-align: center;
}

.hp-header-btn {
  text-align: center;
  margin-top: auto;
  margin-bottom: auto;
} 
.hp-header-btn-text {
  font-size: 1rem;
  padding: 4px 8px;
}
.hp-main {
  padding-top: 119px;
  width: 100%;
}

.hp-block1 {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 0px;
  padding-left: 10vw;
  padding-right: 10vw;
}
.hp-block1-txt1-margin {
  margin-top: 20px;
}

.hp-img-hover1 {
  transition-duration: 1s;
}.hp-img-hover1:hover {
  transform: scale(1.2);
}
.hp-img-hover2 {
  transition-duration: 1s;
  margin-top: 5px;
}.hp-img-hover2:hover {
  transform: rotate(-15deg);
}

/* Tool for gradients:  https://cssgradient.io/ */
.hp-block2 {
  text-align: center;
  background: rgb(32,32,32);
  background: linear-gradient(180deg, rgba(32,32,32,1) 0%, rgba(32,32,32,1) 60%, rgba(48,96,48,1) 100%);
  margin-top: 220px;
}
.hp-block2-row {
   min-height: 260px;
}
.img-block2 {
  margin-top: 0px;
  margin-bottom: 0px;
  border-radius: 20px;
}
.hp-block2-col1 {
  color: #fff;
  align-items: center;
  display: grid;
  text-align: center;
  padding-top: 40px 0px 40px 0px;
}
.hp-block2-txt1 {
  padding: 30px 20px 0px 20px;
}
.hp-block2-txt2 {
  padding: 30px 20px 30px 20px;
}

.hp-block3 {
  text-align: center;
  padding-top: 200px;
  padding-bottom: 160px;
}
.hp-block4 {
  text-align: center;
  padding-bottom: 20px;
}

/* large screen exceptions */
@media (min-width: 992px) {
  .hp-header-btn {
    text-align: right;
    padding-right: 30px;
  }
  .hp-header-btn-text {
    font-size: 1.1rem;
    padding: 8px 16px;
  }

  .hp-block1 {
    padding-top: 180px;
    padding-bottom: 180px;
  }

  .hp-block2 {
    background-image: linear-gradient(180deg, #202020, #306030);
    margin-top: 120px;
  }
  .img-block2 {
    margin-top: -90px;
    margin-bottom: -150px;
  }
  .hp-block2-col1 {
    padding: 0px 50px 0px 0px;
  }
  .hp-block2-txt1 {
    padding: 40px 0px 0px 0px;
  }
  .hp-block2-txt2 {
    padding: 0px 0px 40px 0px;
  }
}

hr.rounded {
  border-top: 1px solid #306030;
  width: 20%;
}

/*
NEED TO STUDY INTERSECTION OBSERVER API
.hp-animated-text {
  animation: slidein 1s forwards;
  -webkit-animation: slidein 1s forwards;
}
@keyframes slidein {
  from {
    margin-left: 100%;
    width: 300%;
  }
  to {
    margin-left: 0%;
    width: 100%;
  }
}
*/

.btn-homeheader {
  color: #fff;
  background-color: #b01414;
  border-color: #b01414; 
}
.btn-homeheader:hover {
  color: #fff;
  background-color: #961010;
  border-color: #961010; 
}
.btn-homeheader:focus, .btn-homeheader.focus {
  color: #fff;
  box-shadow: 0 0 0 2px #300808; 
}
.btn-homeheader.disabled, .btn-homeheader:disabled {
  background-color: #780a0a; 
  border-color: #780a0a; 
}
.btn-homeheader:active, .btn-homeheader.active, .show > .btn-homeheader.dropdown-toggle {
  color: #fff;
  background-color: #780a0a;
  /*background-image: none;*/
  border-color: #780a0a; 
}

.ripRandomQuote {
  white-space: pre-line;
  color: #30a030;
}
.ripRandomQuoteAuthor {
  text-align: right;
}

/* Ref: https://stackoverflow.com/questions/19461521/how-to-center-an-element-horizontally-and-vertically */
.verticalCenterText {
  display: -webkit-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  justify-content: center;
}

.actTnyDbTableContainer {
  height: 142px;
  overflow-y: scroll;
}
@media (min-width: 768px) {
  .actTnyDbTableContainer {
    height: 260px;
  }
}

.actTnyDbFooterText {
  font-size: 0.75rem;
}

.actTnyDbCard {
  margin: 0px 0px 20px 0px; }
@media (min-width: 768px) {
  .actTnyDbCard {
    margin: 10px 10px 20px 10px; }}


.hcenter {
  text-align: center;
}
.tdDivOnSameRow {
  display: flex;
  text-align: center;
}

.checkboxMarginRight2 {
  margin-right: 0;
}

.checkboxMarginRight2 .state label:before {
  border-color: #80a880;
}

.noPointer {
  cursor: default;
}

.headerText {
  color: #dfd;
  margin-bottom: 0px;
  font-size: 1rem;
  font-weight: normal;
}

.resultsNameAndLives {
  font-weight: 500;
}

.tny-params-checkbox-option {
  margin-bottom: 7px;
}

.form-control-number1 {
  width: 170px;
}
.form-control-select1 {
  width: 220px;
}


/* TOURNAMENT SUMMARY TAB */

/* Container and sections */
.tnySummary-container {
  display: block;
  width: 800px;
  position: relative;
  overflow-x: auto;
  border: 3px solid #000;
  padding: 10px;
  font-size: 1.2em;
  background-color: #e0f0e0;
  background-image: url('./img/tnysumbg1.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/* Le conteneur flex pour la mise en page générale */
.scale-wrapper {
  display: inline-block; /* Le wrapper s'adapte à la taille du contenu redimensionné */
}
.scale-container {
  transform-origin: top left;
  width: 100%;
  margin-left: -15px;
  margin-right: -15px;
}
.scale-container-next-div {
  position: relative;
  margin-top: 80px;
}
@media (max-width: 1200px) {
  .scale-container {
    transform: scale(0.75);
  }
  .scale-container-next-div {
    top: 0px;
  }
  .scale-wrapper {
    height: 500px;
  }
}
@media (max-width: 768px) {
  .scale-container {
    transform: scale(0.55);
  }
  .scale-container-next-div {
    top: 0px;
  }
  .scale-wrapper {
    height: 360px;
  }
}
@media (max-width: 576px) {
  .scale-container {
    transform: scale(0.30);
  }
  .scale-container-next-div {
    top: 0px;
  }
  .scale-wrapper {
    height: 200px;
  }
}


.tnySummary-section1 {
  width: 100%;
  position: relative;
  display: block;
  align-items: center;
}
.tnySummary-section23-container {
  display: flex;
  width: 100%;
  gap: 50px;
  margin-bottom: 30px;
}
.tnySummary-section2,
.tnySummary-section3,
.tnySummary-section4-opt0 {
  width: 50%;
  float: left;
  margin-top: 30px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
}
.tnySummary-section2 > div,
.tnySummary-section3 > div,
.tnySummary-section4-opt0 > div {
  margin-left: 10px;
}

.tnySummary-section4-opt12 {
  width: 100%;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.tnySummary-section4-title {
  width: 100%;
  text-align: center;
}
.tnySummary-section4-columns {
  display: flex;
  gap: 50px;
  margin-left: 10px;
  margin-right: 10px;
}
.tnySummary-section4-blocks > div {
  display: block;
  margin-bottom: 10px;
}
.tnySummary-section4-columns > div {
  flex: 1;
}

/* Details */
.tnySummary-title1 {
  display: flex;
  font-size: 1.6em;
  color: #fff;
  background-color: #326e32;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}
.tnySummary-title2a {
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tnySummary-title2b {
  font-size: 1.1em;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tnySummary-header1 {
  display: flex;
  font-size: 1.1em;
  font-weight: 700;
  color: #fff;
  background-color: #326e32;
  height: 35px;
  align-items: center;
  border-radius: 5px;
  justify-content: center;
  padding: 0 10px;
  position: relative;
  margin-bottom: 10px;
}
.tnySummary-logo-opt01-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: auto;
}
.tnySummary-logo-opt01 {
  position: relative;
}
.tnySummary-logo-opt2 {
  position: absolute;
  top: 40px;
  right: 5px;
}

.tnySummary-header1-content {
  position: relative;
  display: flex;
  align-items: center;
}

.tnySummaryTitleImg1 {
  position: absolute;
  left: -65px;
  bottom: -15px;
}
.tnySummaryTitleImg2 {
  position: absolute;
  left: -76px;
  bottom: -15px;
  rotate: -12deg;
}
.tnySummaryTitleImg3 {
  position: absolute;
  left: -75px;
  bottom: -20px;
}

.tnySummary-position {
  font-weight: 700;
  margin-right: 10px;
}

.tnySummary-bountyRowSpacer {
  font-size: 0px;
  height: 10px;
}
.tnySummary-bountyTag {
  font-weight: 700;
  margin-right: 20px;
}
.tnySummary-bounty-sponsorName {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  font-weight: 700;
  margin-top: 15px;
}
.tnySummary-bounty-sc {
  font-size: 0.9em;
}
.tnySummary-bounty-image {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.tnySummary-bounty-image img {
  height: 75px;
  width: auto;
}
.tnySummary-mentions-title {
  font-weight: 700;
}

.plain-table {
  all: unset;
  border-collapse: collapse;
  width: auto;
}

.download-button-container {
  margin-bottom: 20px;
}

.thumbnail-container {
  text-align: center;
  margin-top: 20px;
}

.thumbnail-image {
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 5px;
  margin-bottom: 15px;
}