/* #### PARAMS ##### */

/* Fonts */
/*
@import url('https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:ital,wght@0,300;0,700;1,300&family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&display=swap');*/
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* Variables */
:root { 
    --vMaxWidth:1512px;

    /* Main colors */
    --vBlackStrong: #0A0A0B;
    --vBlackMedium: #1C1C1E;
    --vBlackLight: #292929;
    --vBlackLighter: #403F3F;
    --vGreyStrong: #909798;
    --vGreyMedium: #ABADAD;
    --vGreyLight: #E7E7E7;
    --vWhiteStrong: #FFFFFF;
    --vWhiteMedium: #FAFAFA;
    --vWhiteLight: #F2F2F2;
    --vBlueStrong: #239EFF;
    --vBlueMedium: #6DB3FF;
    --vBlueLight: #BEDDFF;
    --vBlueSuperLight: #E1F1FD;
    --vGreenStrong: #34C765;
    --vGreenMedium: #82DEA1;
    --vGreenLight: #CEF2DA;
    --vYellowStrong: #FFEF98;
    --vYellowMedium: #FCF3C1;
    --vYellowLight: #FFFCE9;
    --vRedStrong: #FF0F65;
    --vRedMedium: #FF75A7;
    --vRedLight: #FFD7E5;


    /* Font */

    --vRaqtFont:'Inter', sans-serif;
    /*
    --vRaqtFont:'Inter', sans-serif;
    --vRaqtFont:'Roboto Condensed Sans', sans-serif;
    -vOpenSans:'Open Sans', sans-serif;
    --vOpenSansCond:'Open Sans Condensed', sans-serif;
    --vOswald:'Oswald', sans-serif;
    */
}

/********************************************************************/
/************************* Mobile styles ****************************/
/********************************************************************/
.rBody {
  font-size: 14px;
  font-family: var(--vRaqtFont) ;
  font-style: normal;
  color: var(--vWhiteMedium);
  letter-spacing: -0.50px;
  background-color: var(--vBlackStrong);
  margin: 0;
  padding: 0;

}

.rContainer {
  max-width: var(--vMaxWidth);
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.rDivider{
  margin-top:30px;
  background-color:transparent;
}

.rHeader {
  display: flex;
  align-items: center;
  height: 55px;
  width:auto;
  padding-bottom:15px;
}

.rHeaderLeft {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-align:left;
}
.rHeaderLeftDesktop{
  display:none;
}

.rHeaderCenter {
  flex-grow: 1;
  display: none;
}

.rHeaderRight {
  flex-grow: 1;
  padding-right:15px;
}
.rHeaderRightDesktop{
  display:none;
}

.rHeaderIcon {
  height:40px;
  width:73px;
  cursor:pointer;
}
.rHeaderLogo {
  margin:0px;
  padding:0px;
  height:40px;
  width:100%;
  cursor:pointer;
}

.rHeaderItem {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  align-self: flex-end;
  cursor: pointer;
  margin-right: 20px;
  font-size: 16px;
  color:var(--vWhiteLight);
}

.rHeaderItemContent {
  padding-left: 20px;
  color: #fff;
  cursor: pointer;
  
}

/* Footer */
.rFooter {
  display: flex;
  flex-wrap: wrap;
  justify-content:left;
  text-align:left;
  margin: 0 auto;
  padding-left:30px;
  padding-right:30px;
  padding-top:50px;
  padding-bottom:50px;
}

.rFooterLeft {
  display: flex;
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-align:left;
}

.rFooterHeader{
  text-align:center;
  color:var(--vGreyStrong);
}
.rFooterHeader{
  text-align:left;
}
.rFooterLinksSocial{
  justify-content:center;
}

.rFooterLinks{
  margin-top:30px;
  width:100%;
  text-align:left;
  font-size:16px;
  font-weight:400;
  justify-content:left;
}
.rFooterLinksContent {
  margin-top:10px;
  font-weight:300;
  cursor:pointer; 
  color:var(--vWhiteLight);
}
.rFooterLinksContent a{
  color: inherit;
  text-decoration: none;
}
.rFooterLinksSocial{
  display: flex;
  justify-content:left;
  align-items:center;
  padding-bottom:5px;
  
 
}
.rFooterLinksSocialIcon{
  cursor:pointer;
  max-width:40px;
  font-weight:300;
  
}
.rFooterLinksSocialLink{
  cursor:pointer;
  font-weight:300;
  padding-left:5px;
  padding-bottom:3px;
  color:var(--vWhiteLight);
}

.rMobileMenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.90);
  z-index: 9999;
  transition: transform 0.5s ease-out;
}
.rMobileMenu.show {
  display: block;
}
.rMobileMenuCloseIcon {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 24px;
  color: #ffffff;
  cursor: pointer;
  z-index: 99999;
}
.rMobileMenuContainer{
  margin-top:50px;
  margin-left:20px;
  font-size:24px;
}
.rMobileMenuItems{
  padding-top:20px;
  font-size:16px;
  color:var(--vWhiteLight);
  cursor:pointer;
}

.rSection {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* Align items at the top */
  background-color: var(--vBlackStrong);
  padding-left:15px;
  padding-right:15px;
}

.rSectionTournament {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* Align items at the top */
  justify-content: center;
  background-color: var(--vBlackStrong);
  padding-left:0px;
  padding-right:0px;
}
.rSectionTour {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start; /* Align items at the top */
  justify-content: center;
  background-color: var(--vBlackStrong);
  padding-left:0px;
  padding-right:0px;
  padding-bottom:15px;
}

.rColumn{
    flex: 1 0 100%; /* Display as a full-width column on mobile */
    justify-items: center;
    padding-top: 30px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
}
.rColumn.imgColumnLeft {
  max-width: 768px;
  padding-left: 0px; 
  justify-items: center;
}
.rColumn.imgColumnRight {
  max-width: 768px;
  padding-right: 0px; 
  justify-items: center;
}
.rColumn.txtColumnLeft {
  padding-left: 0px; 
  justify-items: center;
}
.rColumn.txtColumnCenter {
  padding-left: 0px; 
  justify-items: center;
  text-align:center;
}
.rColumn.txtColumnRight {
  padding-right: 0px; 
  justify-items: center;
}
.imgLogo {
  max-width: 50%;
  height: auto;
}

/* Modal Styles */
.rAppPrompt {
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  max-height: 500px;
  overflow: auto;
  background-color:var(--vBlueSuperLight);
  margin-bottom:0px;
}

.rAppPromptContent {
  margin: 10% auto;
  padding-top: 20px;
  border: 0px solid #888;
  width: 100%;
  text-align: center;
  color:var(--vBlackMedium);
}

.rAppPromptButtons {
  margin-top: 20px;
}

.rAppPromptButtons button {
  margin: 0 10px;
}

.rTournamentHeadContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 0px;
  padding-right: 0px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background: linear-gradient(180deg, rgba(3, 71, 244, 0.40) 0%, #151717 50%);
}

.rTournamentHeadLeft {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.rTournamentHeadRight {
  flex: 1;
  display: flex;
  width: 100%;
  height: auto;
  min-height: 200px;
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 10px;
  padding-top: 50px;
  padding-left: 50px;
  padding-right: 50px;
}

.rTournamentImagePage {
  width: 100%;
  height: 100%;
  padding-bottom: 0%; /* Maintain square aspect ratio */
  object-fit: contain;
  border-radius: 6px;
  box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
}

.rTournamentContentContainer {
  display: flex;
  height:300px;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left:0px;
  padding-right:0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: var(--vWhiteMedium);
  color:var(--vBlackMedium)


  /*background: linear-gradient(90deg, rgba(3, 71, 244, 0.40) 0%, #292929 52.99%);*/
  
}

.rTournamentContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left:0px;
  padding-right:0px;
  
  
}

.rTournament {
  width: 100%;
  height:auto;
  min-height:200px;
  max-width: calc(50% - 40px); /* Adjust the max-width to fit 2 columns with 10px gap */
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align:left;
  padding-bottom:15px;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  /* opacity: 0.4000000059604645; */
  background: linear-gradient(180deg, #BF4AA8 0%, #070707 100%);
  cursor:pointer;
}

.rTournamentImage {
  width: 100%;
  height: auto;
  padding-bottom: 0%; /* Maintain square aspect ratio */
  object-fit: cover;
  opacity:100%;
  border-radius: 6px;
  box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
}
.rTournamentAction {
  display: flex; 
  justify-content: center;
}
.rTourName {
  margin-top: 10px;
  height:auto;  
  font-size: 14px;
  font-weight: 500;
  text-align:left;
  color:var(--vGreyLight);
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.rTournamentName {
  padding-top: 10px;
  height:40px;
  font-size: 14px;
  font-weight: 500;
  text-align:left;
  color:var(--vGreyLight);
}
.rTournamentText {
  padding-top: 0px;
  width:100%;  
  font-size:12px;
  font-weight:200;
  text-align:left;
  color:var(--vGreyMedium);
}
.rTournamentStatus {
  display: inline-flex;
  padding: 2px 2px;
  justify-content: center;
  flex:1;
  width:auto;
  align-items: center;
  gap: 0px;
  border-radius: 4px;
  background-color: orange;
  font-size:10px;
  font-weight:400;
}

.imgContainer {
  display: grid;
  grid-template-columns: repeat(1, 1fr); 
  grid-gap: 15px; 

  
  justify-items: center;
}

.imgTournament {
  width: 100%; /* Full width on mobile */
  height: auto; /* Maintain aspect ratio */
  max-width: 100%; /* Limit size on tablets and desktop */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:16px;
}
.imgOrganization {
  width: 50px; /* Full width on mobile */
  height: 50px; /* Maintain aspect ratio */
  max-width: 50px; /* Limit size on tablets and desktop */
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius:50%;
}
.imgUser {
  width: 50px; /* Full width on mobile */
  height: 50px; /* Maintain aspect ratio */
  max-width: 50px; /* Limit size on tablets and desktop */
  display: flex;
  align-items: left;
  justify-content: left;
  border-radius:50%;
}
.rTitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top:0px;
}
.rTitleDescription {
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 10px;
  font-style: italic;
}
.rContent {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 10px;
  text-align:center;
}
.flowButton {
  display: inline-flex;
  padding: 8px 12px;
  justify-content: center;
  flex:1;
  width:auto;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  background: var(--vBlackLight);
  cursor:pointer;

}
.flowButton:hover {
  background-color:var(--vBlueMedium);
}

.flowButtonStatus {
  font-family: var(--vRaqtFont);
  display: inline-flex;
  padding-left:2px;
  padding-right:2px;
  padding-top: 0px;
  padding-bottom: 2px;
  justify-content: center;
  flex:1;
  width:auto;
  height:15px;
  max-width:80px;
  align-items: center;
  gap: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: var(--vRedStrong);
  color: var(--vWhiteStrong);
  cursor:pointer;
  opacity:80%;
  font-size:10px;

}
.flowButton:hover {
  background-color:var(--vBlueMedium);
}

.rButtonContainerFixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
}


.rButton {
  display: inline-block;
  font-family: var(--vRaqtFont);
  padding: 8px 20px;
  background-color:var(--vBlueStrong);
  color:var(--vWhiteLight);
  font-size: 14px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}
.rButton:hover {
  background-color:var(--vBlueMedium);
}
.rButtonImage {
  display: flex;
  align-items: center; /* Center content vertically */
  padding: 8px 20px;
  height:40px;
  background-color:var(--vBlueStrong);
  color:var(--vWhiteLight);
  font-size: 14px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.rButtonImage img {
  margin-right: 10px; /* Add a small gap between the image and the text */
  height: 20px; /* Set the desired height for the image */
}
.rButtonImage:hover {
  background-color:var(--vBlueMedium);
}
.rButtonImageTrans {
  display: flex;
  align-items: center; /* Center content vertically */
  padding: 8px 20px;
  height:40px;
  background-color:transparent;
  color:var(--vWhiteLight);
  font-size: 14px;
  border-radius: 30px;
  border: 1px solid var(--vWhiteLight);
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.rButtonImageTrans img {
  margin-right: 10px; /* Add a small gap between the image and the text */
  height: 20px; /* Set the desired height for the image */
}
.rButtonImageTrans:hover {
  background-color:var(--vBlackLight);
}
.rButtonNormal {
  display: inline-block;
  padding: 8px 20px;
  height:50px;
  background-color:var(--vBlueStrong);
  color:var(--vWhiteLight);
  font-size: 16px;
  border-radius: 30px;
  border: none;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s ease;
}
.rButtonNormal:hover {
  background-color:var(--vBlueMedium);
}
.rButtonNormal:disabled {
  background-color:var(--vGreyMedium);
  cursor: not-allowed;
}
.rButtonAction {
  display: inline-block;
  width:100%;
  height:48px;
  padding: 8px 20px;
  background-color:var(--vBlueStrong);
  color:var(--vWhiteLight);
  font-size: 16px;
  border-radius: 24px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.rButtonAction:hover {
  background-color:var(--vBlueMedium);
}

.rButtonActionBlack {
  display: inline-block;
  width:100%;
  height:48px;
  padding: 8px 20px;
  background-color:var(--vBlackStrong);
  color:var(--vWhiteLight);
  font-size: 16px;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.rButtonActionBlack:hover {
  background-color:var(--vBlackLight);
}
.rButtonTransContainer {
  margin-top:30px;
  text-align:center;
}
.rButtonTransLarge {
  display: inline-flex;
  align-items: center;
  padding: 6.5px 12px;
  height:30px;
  ;
  color:var(--vWhiteLight);
  background-color:var(--vBlackStrong);
  border:0.5px solid var(--vGreyLight) ;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  border-radius: 30px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.rButtonTransLarge .rButtonIcon {
  fill: var(--vGreyLight);
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
.rInput {
  background-color: var(--vBlackMedium);
  border: 0.5px solid var(--vBlackMedium);
  box-sizing: border-box;
  padding: 10px;
  height:50px;
  width:100%;
  border-radius: 6px;
  font-size: 16px;
  color: var(--vWhiteLight);
}


.rInputSearch {
  background-color: var(--vBlackLight);
  border: 0.5px solid var(--vBlackLight);
  outline: none;
  box-sizing: border-box;
  padding: 10px;
  height:50px;
  width:100%;
  border-radius: 6px;
  font-size: 16px;
  color: var(--vWhiteLight);
}

.rInput::placeholder {
  color: var(--vGreyStrong);
}
.rInput:focus {
  outline: 1px solid var(--vGreyStrong);
}

.rUserButton {
  display: inline-block;
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 5px;
  padding-right: 10px;
  height:40px;
  background-color:var(--vBlueStrong);
  color:var(--vWhiteLight);
  font-size: 14px;
  border-radius: 20px;
  border: none;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s ease;
  cursor: pointer;
}

.rUserImage {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 10px;
  object-fit: cover;
}

.rUserName {
  display: inline-block;
  vertical-align: middle;
}
.rFormContainer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.rFormField {
  width: 100%;
  margin-bottom: 10px;
}

.rFormLabel {
  display: block;
  font-size:14px;
  font-weight: normal;
  margin-bottom: 5px;
  text-align:left;
}
.rFormLabelCenter {
  display: block;
  font-size:14px;
  font-weight: normal;
  margin-bottom: 5px;
  text-align:center;
}
.rSliderContainer {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: var(--vBlackStrong);
  border-radius: 7px;
  overflow: hidden;
  gap: 4px;
  padding-top:6px;
  padding-bottom:6px;
  padding-left:6px;
  padding-right:6px;
}

.rSliderButton {
  flex: 1;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 6px;
  transition: background-color 0.3s ease;
  padding:0px;
}

.rSliderButton:hover {
  background-color: #c6c6c6;
}

.rSliderInput {
  display: none;
}

.rSliderInput:checked + .rSliderButton {
  background-color: var(--vBlackLight);
  color: var(--vWhiteLight);
}

.rSliderInput:not(:checked) + .rSliderButton {
  background-color: transparent;
  color: var(--vWhiteLight);
}

.rDownloadContainer {
  margin-top:10px;
  text-align:left;
  padding-top:20px;
}
.rDownloadImageContainer {
  text-align:left;
  padding-left:0px;
  padding-right:0px;
  padding-bottom:20px;
  padding-top:0px;
  align-items: flex-start;
  display: flex;
  justify-content: flex-start;
  cursor:pointer;
}
.rDownloadImage {
  max-width: 100%;
  height: auto;
  border-radius:0px;
}
.rDownloadDescription {
  padding-top:3px;
  font-weight:600;
  font-size:14px;
}

.rRunnersContainer {
  margin-top:10px;
  text-align:left;
  padding-top:20px;
}
.rRunnersImageContainer {
  float:left;
  width:60px;
  text-align:left;
  padding-left:0px;
  padding-right:0px;
  align-items:left;
}
.rRunnersImage {
  float:left;
  height:70px;
  width:70px;
  border-radius:50%;
}
.rRunnersNameContainer {
  margin-top:0px;
  display:inline-block;
  text-align:left;
  padding-top:0px;
  padding-left:40px;
  padding-right:0px;
}
.rRunnersCountry {
  font-weight:300;
  color:var(--vGreyStrong);
  font-size:14px;
}
.rRunnerName {
  padding-top:3px;
  font-weight:600;
  font-size:14px;
}
.rRunnerDesc {
  padding-top:3px;
  font-weight:300;
  font-size:12px;
}
.rRunnersMailContainer {
  padding-top:3px;
  font-weight:300;
  font-size:12px;
}

.rDashListContainer {
  text-align: left;
}
.rDashList {
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 100%; /* Replace 400px with your desired fixed width */
  margin-bottom: 10px ; /* Center the .rDashList horizontally */
  height:auto;
  background-color: #292929;
  padding: 10px;
  border-radius: 10px;
  cursor: pointer;
  text-align: left;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.rDashListSimple{
  display: flex;
  align-items: center;
  justify-content: left;
  max-width: 100%; /* Replace 400px with your desired fixed width */
  margin: 10px 0px 0px 0px; /* Center the .rDashList horizontally */
  height:auto;
  /*background-color: #292929;*/
  border-bottom:1px solid var(--vBlackLight);
  padding-left: 0px;
  padding-bottom: 10px;
  padding-right: 15px;
  border-radius: 0px;
  cursor: pointer;
  text-align: left;

}
.DashUserContainer {
  margin-top:20px;
}



.rDashStatsContainer {

  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content:space-between;
  padding-left:0px;
  padding-right:0px;
  gap:0px;
  
}

.rDashStatsCard {
  width: calc(100% - 100px);
  height:auto;
  min-height:60px;
  max-width: calc(100% - 0px); /* Adjust the max-width to fit 2 columns with 10px gap */
  margin-bottom: 20px;
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  text-align:left;
  padding-bottom:15px;
  padding-top:15px;
  padding-left:15px;
  padding-right:15px;
  background-color: var(--vBlackLight);
  box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--vWhiteMedium);
  cursor: pointer;
}

.rDashStatsList {
  width: 100%;
  height:auto;
  /*min-height:20px;*/
  max-width: calc(100% - 0px); /* Adjust the max-width to fit 2 columns with 10px gap */
  margin-bottom: 5px;
  position: relative;
  border-radius: 0px;
  overflow: hidden;
  text-align:left;
  padding-bottom:5px;
  padding-top:5px;
  padding-left:10px;
  padding-right:10px;
  /*background-color: var(--vBlackLight); */
  border-bottom:0.5px solid var(--vBlackLighter);
  /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
  display: flex;
  gap:20px;
  flex-direction:row;
  justify-content: left;
  align-items: left;
  color: var(--vWhiteMedium);
  cursor: pointer;
}

.rDashValue {
  font-weight: bold;
  font-size: 35px; 
  margin-bottom: 5px;
}

.rDashData {
  font-size: 16px;
  width:80px;
}
.rDashDescription {
  font-size: 12px;
  text-align:center;
}
.rDashButtonContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 10px; /* Add desired spacing between buttons */
}
.rDashTitleContainer {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  gap: 0px; /* Add desired spacing between buttons */
  padding-bottom:20px;
  align-items:center;
}
.rDashTitle {
  display:flex;
  width:50%;
  font-size: 22px;
  font-weight: 500;
  justify-content: flex-start;
  align-items:center;
  
}
.rDashDataTitle {
  font-size: 16px;
  font-weight: 500;
  padding-bottom:10px;
  text-align: left;
}
.rDashDataContent {
  font-size: 14px;
  font-weight: 300;
  padding-top:5px;
  text-align: left;
}

.userListItem {
  display: none;
}
.rSliderContainer {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  align-items: center;
  width: 100%;
  height: 50px;
  background-color: var(--vBlackStrong);
  border-radius: 7px;
  overflow: hidden;
  gap: 6px;
  padding-top:6px;
  padding-bottom:6px;
  padding-left:6px;
  padding-right:6px;
}

.rSectionSub {
  display: flex;
  flex-wrap: wrap;
  justify-content:left;
  text-align:left;
  margin: 0 auto;
  padding-left:0px;
  padding-right:0px;
  padding-top:0px;
  padding-bottom:0px;
}

.rColumnOne {
  flex: 1 1 100%;
  padding-left: 0px;
  box-sizing: border-box;
  justify-content:left;
}
.rColumnTwo {
  flex: 1 1 50%;
  padding-top: 0px;
  padding-left: 0px;
  box-sizing: border-box;
  justify-content:left;
  
}
.rColumnThree {
  flex: 1 1 33.3333%;
  padding-top: 0px;
  justify-content:left;
  text-align:left;
  box-sizing: border-box;
}
.rColumnFour {
  flex: 1 1 20%;
  padding: 20px;
  justify-content:left;
  text-align:left;
  box-sizing: border-box;

}
/* background: linear-gradient(180deg, rgba(3, 71, 244, 0.40) 0%, #151717 50%); */
/* Main container */
.rTournamentPageContainer {
  display: flex;
  flex-direction: column;
  align-items: center; /* Center horizontally */
  justify-content: center;
  width:100%;
}

/* Top container */
.rTournamentPageTopContainer {
  border-radius: 0px 0px 0px 0px; /* Border radius only on top left and top right */
  width:auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  
}
.rTournamentPageActionContainer {

  background-color:var(--vGreyLight);
  width:100%;
  border-radius: 0 0 0px 00px; /* Border radius only on bottom left and bottom right */
  display: flex;
  flex-direction: row;
  justify-content: center;
  color:var(--vBlackMedium);
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;

  
}

/* Left container inside the top container */
.rTournamentPageTopLeftContainer {
  display: flex;
  justify-content: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  
}

/* Right container inside the top container */
.rTournamentPageTopRightContainer {
  display: flex;
  padding-top: 15px;
  padding-bottom: 30px;
  /* Add any desired styles for the right container */
}
.rTournamentPageTopRightTitle {
  width:100%;
  font-size:18px;
  font-weight: 700;
}
.rTournamentPageTopRightHeaderLeft {
  font-size:14px;
  font-weight: 300;
  color:var(--vGreyStrong);
}
.rTournamentPageTopRightHeaderRight {
  font-size:14px;
  font-weight: 300;
  color:var(--vGreyStrong);
}

/* Bottom container */
.rTournamentPageBottomContainer {
  border-radius: 0px 0px 0px 0px;
  width:100%;
  background-color: var(--vWhiteLight); /* White background */
  display: flex;
  flex-direction: column;
  color:var(--vBlackMedium);
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  
}
.rTournamentPageBottomData {
  padding-top: 30px;
  padding-bottom: 0px;
  padding-left: 15px;
  padding-right: 15px;
}
.rTourDataTitle {
  width: 100%;
  font-size:20px;
  font-weight:700;
}
.rTourDataLeft {
  display:inline-block;
  width:48%;
}
.rTourDataRight {
  display:inline-block;
  width:48%;
}
.rTourDataHeader {
  vertical-align: top;
  color:var(--vGreyStrong);
  font-size:12px;
  font-weight:300;
  padding-top:20px;

}
.rTourDataContent {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  
  color:var(--vWhiteLight);
  font-size:14px;
  font-weight:400;
  padding-top:0px;
}

/* Org stuff in tournament page */
.rOrgHeader {
  display: flex;
  align-items: center;
}

.rOrgLeft {
  display: flex;
  align-items: left;
  padding-left:15px;
  padding-right:0px;
}

.rOrgImage {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.rOrgRight {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 10px;
  text-align: center;
 
  
}

.rOrgTitle {
  font-weight: 500;
  font-size: 16px;
}
.rOrgIcons {
  width:20px;
  height:20px;

}

.carousel-item img {
  height: 0;
  padding-top: calc(100% / 16 * 10);
  object-fit: cover;
}

.rStreamContainer {
  width:100%;
  
}
.rRaqtTV {
  padding-right:0px;
}
.rTourRaqtTV {
  padding-left:0px;
  padding-right:0px;
}

.rTourContainer {
  padding-right:0px;
}

.rStreamImg {
  display: block;
  width: 100%;
  height: auto;
  border-radius:6px;
  
}
.rTourImg {
  display: block;
  width: 150px;
  height: auto;
  border-radius:6px;
  
}
.rStreamTitle {
  float:left;
  text-align:left;
  font-size: 18px;
  padding-bottom:10px;
  padding-left:15px;
  font-weight:500;
}

.rStreamName {
  position:relative;
  margin:0px;
  font-size: 12px;
  height:40px;
  font-weight: 400;
  text-align:left;
  max-width: 300px;
  color:var(--vGreyMedium);
  overflow-wrap: break-all;
  padding-top:5px;

}
.rStreamStatus {
  float:right;
  width:50%;
  text-align:right;
  padding-bottom:10px;
  padding-right:15px;
  color:var(--vRedStrong);
  font-weight:500;
}
.tabTitle {
  font-size:16px;
  font-weight: 500;
  text-align: left;
  padding-top: 10px;
}
.tabContent {
  font-size:14px;
  font-weight: 400;
  text-align: left;
  padding-top: 4px;
}


.rPageContainer {
  width: 100%;
}
.rTourImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}
.rTourImage {
  width: 50%;
  height: 50%;
  object-fit: cover;
  border-radius: 6px;
  /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
}
.rPageImageContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}
.rPageImage {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
}


.rScrollContainerTour {
  width: 100%;
  height:auto;
  overflow-y: auto;
  white-space: nowrap;
  background-color: transparent;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  scrollbar-width: none; /* Hide the scrollbar in modern browsers */
  -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
  cursor: grab;
  justify-content: flex-start;
  text-align: left;

}

.rScrollContainerTour::-webkit-scrollbar {
  display: none; /* Hide the scrollbar in WebKit browsers */
}

.rScrollContainerVideo {
  width: 100%;
  height:auto;
  overflow-y: auto;
  white-space: nowrap;
  background-color: transparent;
  -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
  scrollbar-width: none; /* Hide the scrollbar in modern browsers */
  -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
  cursor: grab;
  justify-content: flex-start;
  text-align: left;

}

.rScrollContainerVideo::-webkit-scrollbar {
  display: none; /* Hide the scrollbar in WebKit browsers */
}

.rScrollItemVideo {
  position:relative;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    width:auto;
    height: auto;
    text-align:left;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 15px;
    padding-right:0px; 
    max-width: 100%;
}
.rScrollItemVideo:first-child {
  margin-left: 15px; /* Set margin-left to 15px for the first item */
}

.rScrollItemTour {
  position:relative;
  display: inline-block;
  overflow-y: hidden;
  height: 180px;
  width: 150px;
  text-align:left;
  margin-left: 0px;
  margin-right: 15px;
  max-width:100%;

}
.rScrollItemTour:first-child {
  margin-left: 15px; /* Set margin-left to 15px for the first item */
}
.rStreamCourt {
  font-size:12px;
  font-weight:200;
  text-align:left;
  color:var(--vGreyMedium);
}
.rPageAction {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top:15px;
  padding-bottom:15px;
  width:100%;
  background-color:var(--vGreyLight)
}
.rBackIcon {
  position: fixed; 
  top:15px;
  left:15px;
  width:35px;
  cursor:pointer;
}

.rDashBreadContainer {
  margin-top:20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  color:var(--vWhiteMedium);
}

.manageButtonContainer {
  margin-bottom:20px;
  display: flex;
  flex-wrap: wrap;
  gap:10px;
  justify-content: flex-start;
  align-items: flex-start;
  cursor:pointer;

}

.rDashBreadItem {
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  cursor:pointer;
  text-decoration:underline;
}

.rDashBreadItemSeperator {
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 0 0 auto;
}

.rDashBreadItemLast {
  margin-right: 10px;
  margin-bottom: 10px;
  flex: 0 0 auto;
  text-decoration:none;
}



.rPageVideoContainer {
  margin-left:0px;
}
.rLinkLight{
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color:var(--vBlueLight)
}

.teamsContainer {

  padding-left:0px;
  padding-right:0px;
}

.manageListContainer {
  text-align: left;
  width: 100%;
}

.rManagerDataContent {
  font-size: 12px;
  font-weight: 400;
  padding-bottom:15px;
  text-align: left;
  width:100%;
}

.rManagerDataTitle {
  font-size: 12px;
  font-weight: 300;
  color:var(--vGreyStrong);
  padding-top:0px;
  text-align: left;
  text-transform: uppercase;
}

.manageDropDown {
  display: flex;
  width: 100%;
  height: 40px;
  padding-left: 15px;
  padding-right: 15px;
  align-items: center;
  border-radius: 6px;
  background: var(--vWhiteStrong);
  color: var(--vBlackStrong);
}

.errorMessageHolder {
  color: red;
}

.manageButton {
  display: flex;
  height: 35px;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 20px;
  border: 0px;
  background: var(--vBlackStrong);
  color: #ffffff;
}

.manageButtonLink {
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 0px;
  background:var(--vBlackStrong);
  color: #ffffff;
  text-decoration-line: none;
  font-size: 12px;
}

.manageButtonLinkNotSelected {
  display: flex;
  height: 35px;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: 2px;
  border-color: #007AFF;
  background: var(--vGreyStrong);
  color: #ffffff;
  text-decoration-line: none;
  font-size: 12px;
}

.rIconBlue{
  fill:var(--vBlueStrong);
  width:40px;
  height:40px;
  cursor:pointer;
}
.rIconGreen{
  fill:var(--vGreenStrong);
  width:40px;
  height:40px;
  cursor:pointer;
}
.rIconRed{
  fill:var(--vGreenStrong);
  width:40px;
  height:40px;
  cursor:pointer;
}

/* JUMP-M */


/********************************************************************/
/************************** Tablet styles **************************/
/********************************************************************/

@media (min-width: 768px) {
  
  .rBody {
    font-size: 16px;
    text-align:left;
  }

  .rHeader {
    height: 100px;
    width:100%;
    padding-bottom:0px;
  }
  
  .rHeaderLeft {
    display:none;
  }

  .rHeaderLeftDesktop{
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    width:60%;
    padding-left:20px;
  }

  .rHeaderCenter {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width:20%;
  }
  
  .rHeaderRight {
    display: none;
  }
  .rHeaderRightDesktop {
    display: flex;
    flex-grow: 1;
    align-items: center;
    justify-content: flex-end;
    width:60%;
    padding-right:20px;
  }
  
  .rHeaderIcon {
    margin:0px;
    padding:0px;
    height:40px;
    width:40px;
    cursor:pointer;
  }
  .rHeaderLogo {
    margin:0px;
    padding:0px;
    height:50px;
    width:100%;
    cursor:pointer;
  }
  .rSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:30px;
    padding-left:30px;
    padding-right:30px;
    padding-bottom:15px;
  }
  .rSectionTour {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Align items at the top */
    background-color: var(--vBlackStrong);
    padding-left:0px;
    padding-right:0px;
    padding-bottom:0px;
  }
  .rColumn{
    flex: 1 0 33.3333%; /* Display as a full-width column on mobile */
    padding-top: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
  }

  .rColumnManage{
    padding-top: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
    width: 20%;
  }

  .imgLogo {
    max-width: 30%;
  }

  .rDownloadImageContainer {
    text-align:left;
    padding-left:0px;
    padding-right:0px;
    padding-bottom:20px;
    padding-top:0px;
    align-items: flex-start;
    display: flex;
    justify-content: flex-start;
    cursor:pointer;
  }
  .rDownloadImage {
    max-width: 200px;
    height: auto;
    border-radius:0px;
  }

  .rTournament {

    width: 100%;
    height:auto;
    min-height:250px;
    max-width: calc(33.3333% - 50px); /* Adjust the max-width to fit 2 columns with 10px gap */
    margin-bottom: 20px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    text-align:left;
    padding-bottom:15px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
  }

  .imgContainer {
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktops */
    padding-left: 0px; 
  }
  .rColumn.imgColumnLeft {
    max-width: 300px;
    padding-left: 0px;
    padding-right:30px;
  }
  .rColumn.imgColumnRight {
    max-width: 300px;
    padding-left: 30px;
    padding-right: 0px; 
  }
  

  .rDashValue {
    font-weight: bold;
    font-size: 35px; 
    margin-bottom: 5px;
  }
  
  .rDashDescription {
    font-size: 14px;
  }

  .imgTournament {
    width: 100%; /* Full width on mobile */
    height: auto; /* Maintain aspect ratio */
    max-width: 300px; /* Limit size on tablets and desktop */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:16px;
  }
  .rTitle {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:0px;
  }
  .rTitleDescription {
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .rContent {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align:left;
  }
  .rContent.txtContentLeft {
    padding-left:0px;
    padding-right:15px;
  }
  .rContent.txtContentRight {
    padding-left:15px;
    padding-right:0px;
  }

  .rButtonImage {
    display: flex;
    align-items: center; /* Center content vertically */
    padding: 8px 20px;
    height:40px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 14px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonImage img {
    margin-right: 10px; /* Add a small gap between the image and the text */
    height: 20px; /* Set the desired height for the image */
  }
  .rButtonImage:hover {
    background-color:var(--vBlueMedium);
  }
  
  .rButton {
    display: inline-block;
    padding: 8px 20px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 14px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }

  .rButton:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonSmallAction {
    display: inline-block;
    padding: 3px 14px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 12px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  
  .rButtonSmallAction:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonNormal {
    display: inline-block;
    padding: 8px 40px;
    height:50px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 16px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonNormal:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonNormal:disabled {
    background-color:var(--vGreyMedium);
    cursor: not-allowed;
  }
  .rButtonAction {
    display: inline-block;
    width:335px;
    height:48px;
    padding: 8px 20px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 16px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonAction:hover {
    background-color:var(--vBlueMedium);
  }
  
  .rInput {
    background-color: var(--vBlackMedium);
    border: 0.5px solid var(--vBlackMedium);
    box-sizing: border-box;
    padding: 10px;
    height:50px;
    width:335px;
    border-radius: 6px;
    font-size: 16px;
    color: var(--vWhiteLight);
  }
  .rInputSearch {
    background-color: var(--vBlackLight);
    border: 0.5px solid var(--vBlackLight);
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    height:50px;
    width:335px;
    border-radius: 6px;
    font-size: 16px;
    color: var(--vWhiteLight);
  }
  
  .rInput::placeholder {
    color: #888;
  }
  .rInput:focus {
    outline: 1px solid grey;
  }
  .DashStatsContainer {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .rDashCard {
    height: 120px;
    width: 180px;
    background-color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .rFormField {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .rSliderContainer {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    width: 335px;
    height: 50px;
    background-color: var(--vBlackStrong);
    border-radius: 7px;
    overflow: hidden;
    gap: 6px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:6px;
    padding-right:6px;
  }

  .rTournamentHeadContainer {
    flex-wrap: nowrap;
  }
  
  .rTournamentHeadLeft {
    width: calc(50% - 28px);
    max-width: none;
  }
  
  .rTournamentHeadRight {
    width: calc(50% - 28px);
    max-width: none;
  }

  .rTournamentPageContainer {
    /*display: flex;
    flex-direction: column; */
    align-items: center; /* Center horizontally */
    justify-content: center;
    padding-top:0px;
    width:80%;
    padding-bottom:30px;
    margin-left:0px;
    margin-right:0px;
  }

  
  .rTournamentPageActionContainer {
    width:100%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .rTournamentPageBottomContainer {
    border-radius: 0px 0px 10px 10px;
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
  }
  .rTournamentPageTopLeftContainer {
    display: flex;
    justify-content: center;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
   
  }
  .rTournamentPageTopRightContainer {
    flex: 1; /* Fill remaining space on desktop */
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    text-align:left; 
  }
  .rTournamentImagePage {
    width: 100%;
    height: 100%;
    max-height:280px;
    padding-bottom: 0%; /* Maintain square aspect ratio */
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
  }
  .rTournamentPageTopRightTitle {
    width:100%;
    font-size:24px;
    font-weight: 700;
  }
  .rTourDataTitle {
    width: 100%;
    font-size:24px;
    font-weight:700;
  }
  .rTourDataLeft {
    display:inline-block;
    width:48%;
  }
  .rTourDataRight {
    display:inline-block;
    width:48%;
  }
  .rTourDataHeader {
    color:var(--vGreyStrong);
    font-size:16px;
    font-weight:300;
    padding-top:20px;
  
  }
  .rTourDataContent {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    color:var(--vWhiteLight);
    font-size:18px;
    font-weight:500;
    padding-top:10px;
  }

  .password-toggle input[type="password"] {
    padding-right: 10px; /* Adjust as needed */
    flex: 1 0 100%; 
    max-width: 335px;;
  }
  .carousel-item img {
    padding-top: calc(100vw / 16 * 10 / 3.5);
  }
  .rStreamContainer {
    width:500px;
  }

  .rStreamTitle {
    padding-left:0px;
  }
  .rStreamStatus {
    padding-right:0px;
  }

  .rTournamentPageTopContainer {
    border-radius: 10px 10px 0px 0px; /* Border radius only on top left and top right */
    width:auto;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 0px;
    padding-right: 0px;
    min-width: 800px;
    
  }
  .rPageContainer {
    width:100%;
    border-radius: 10px 10px 0px 0px;
  }
  .rPageImage {
    width: 250px;
    height: 250px;
    object-fit: cover;
    border-radius: 6px;
    /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
  }
  .rScrollItem {
    position:relative;
    display: inline-block;
    overflow-y: hidden;
    overflow-x: hidden;
    width:100%;
    height: 100%;
    text-align:left;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 15px;
    padding-right:0px; 
    max-width: 100%;
    max-height: 100%;
    
  }
  .rScrollItem:first-child {
    margin-left: 15px; /* Set margin-left to 15px for the first item */
  }

  .rScrollItemTour {
    position:relative;
    display: inline-block;
    overflow-y: hidden;
    height: 180px;
    width: 150px;
    text-align:left;
    margin-left: 0px;
    margin-right: 15px;
    max-width:100%;

  }
  .rScrollItemTour:first-child {
    margin-left: 0px; /* Set margin-left to 15px for the first item */
  }

  .rStreamImg {
    display: block;
    width: 300px;
    height: auto;
    border-radius:6px;
    
  }
  .rStreamName {
    font-weight:400;
    font-size: 12px;
    margin-top:0px;
    word-wrap: break-all;
  }
  .rStreamCourt {
    font-size: 16px;
    font-weight:500;
  }

  .rPageImageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .rTourContainer {
    padding-left:0px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .rTourContainerIndex {
    padding-left:15px;
    padding-right:30px;
    padding-bottom:30px;
  }
  .rTourName {
    margin-top: 10px;
    height:auto;  
    font-size: 14px;
    font-weight: 500;
    text-align:left;
    color:var(--vGreyLight);
      
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }

  .rTourImage {
    width: 30%;
    height: 30%;
    object-fit: cover;
    border-radius: 6px;
    /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
  }
  .rDashStatsCard {
    width: 100%;
    height:auto;
    min-height:100px;
    max-width: calc(25% - 40px); /* Adjust the max-width to fit 2 columns with 10px gap */
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align:left;
    padding-bottom:20px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    background-color: var(--vBlackLight);
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--vWhiteMedium);
    cursor: pointer;
  }


  .rScrollContainerTour {
    width: 100%;
    height:auto;
    overflow-y: auto;
    white-space: nowrap;
    background-color: transparent;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide the scrollbar in modern browsers */
    -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
    cursor: grab;
    justify-content: flex-start;
    text-align: left;

  }

  .rScrollContainerTour::-webkit-scrollbar {
    display: none; /* Hide the scrollbar in WebKit browsers */
  }
  .rScrollContainerVideo {
    width: 100%;
    height:auto;
    overflow-y: auto;
    white-space: nowrap;
    background-color: transparent;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide the scrollbar in modern browsers */
    -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
    cursor: grab;
    justify-content: flex-start;
    text-align: left;
  
  }
  .rScrollContainerVideo::-webkit-scrollbar {
    display: none; /* Hide the scrollbar in WebKit browsers */
  }

  .rScrollItemVideo {
    position:relative;
      display: inline-block;
      overflow-y: hidden;
      overflow-x: hidden;
      width:auto;
      height: auto;
      text-align:left;
      padding-left: 0px;
      margin-left: 0px;
      margin-right: 15px;
      padding-right:0px; 
      max-width: 100%;
  }
  .rScrollItemVideo:first-child {
    margin-left: 0px; /* Set margin-left to 15px for the first item */
  }
  .rTourContainerIndex {
    padding-left:30px;
    padding-right:30px;
    padding-bottom:30px;
  }

  .rPageVideoContainer {
    margin-left:15px;
  }

  
}
/* JUMP-T */

/********************************************************************/
/************************** Desktop styles **************************/
/********************************************************************/

@media (min-width: 1024px) {
  /* Additional styles for desktop devices */
  .rBody {
      font-size: 18px;
      text-align:left;
  }

  .rHeader {
    height: 100px;
    width:100%;
  }
  .rHeaderLeft {
    display:none;
  }

  .rHeaderLeftDesktop{
    display: flex;
    flex-grow: 1;
    justify-content: flex-start;
    width:60%;
    padding-left:20px;
  }

  .rHeaderCenter {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    width:20%;
  }

  .rHeaderRight {
    display: none;
  }
  .rHeaderRightDesktop {
    display: flex;
    flex-grow: 1;
    justify-content: flex-end;
    width:60%;
    gap:20px;
    padding-right:20px;
  }

  .rHeaderIcon {
    margin:0px;
    padding:0px;
    height:35px;
    width:35px;
    cursor:pointer;
  }
  .rHeaderLogo {
    margin:0px;
    padding:0px;
    height:50px;
    width:100%;
    cursor:pointer;
  }
  

  .rSection {
    padding-top:50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
  }
  .rSectionTour {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start; /* Align items at the top */
    background-color: var(--vBlackStrong);
    padding-left:0px;
    padding-right:0px;
    padding-bottom:150px;
  }
  .rColumn{
    flex: 1 0 50%; 
    padding-top: 0px; 
    padding-bottom: 0px; 
    padding-left: 0px; 
    padding-right: 0px; 
  }
  .rColumn.imgColumnLeft {
    max-width: 300px;
    padding-left: 0px; /* Reset padding for the image column */
    padding-right:30px;
  }
  .rColumn.imgColumnRight {
    max-width: 300px;
    padding-left: 30px;
    padding-right: 0px; /* Reset padding for the image column */
  }
  
  .imgLogo {
    max-width: 30%;
  }


  .rTournament {

    width: 100%;
    height:auto;
    min-height:250px;
    max-width: calc(25% - 60px); /* Adjust the max-width to fit 2 columns with 10px gap */
    margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align:left;
    padding-bottom:15px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
  }


  .rDashValue {
    font-weight: bold;
    font-size: 40px; 
    margin-bottom: 5px;
  }
  
  .rDashDescription {
    font-size: 16px;
  }
  
  .imgContainer {
    grid-template-columns: repeat(4, 1fr); /* 4 columns on desktops */
  }
  .imgTournament {
    width: 100%; /* Full width on mobile */
    height: auto; /* Maintain aspect ratio */
    max-width: 300px; /* Limit size on tablets and desktop */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius:16px;
  }
  .rTitle {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top:0px;
  }
  .rTitleDescription {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
  }
  .rContent {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    text-align:left;
  }
  .rContent.txtContentLeft {
    padding-left:0px;
    padding-right:15px;
  }
  .rContent.txtContentRight {
    padding-left:15px;
    padding-right:0px;
  }
  .rButton {
    display: inline-block;
    
    padding: 8px 20px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 14px;
    border-radius: 20px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButton:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonImage {
    display: flex;
    align-items: center; /* Center content vertically */
    padding: 8px 20px;
    height:40px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 14px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonImage img {
    margin-right: 10px; /* Add a small gap between the image and the text */
    height: 20px; /* Set the desired height for the image */
  }
  .rButtonImage:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonNormal {
    display: inline-block;
    padding: 8px 40px;
    height:50px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 16px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonNormal:hover {
    background-color:var(--vBlueMedium);
  }
  .rButtonNormal:disabled {
    background-color:var(--vGreyMedium);
    cursor: not-allowed;

  }
  .rButtonAction {
    display: inline-block;
    width:335px;
    height:48px;
    padding: 8px 20px;
    background-color:var(--vBlueStrong);
    color:var(--vWhiteLight);
    font-size: 16px;
    border-radius: 24px;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s ease;
  }
  .rButtonAction:hover {
    background-color:var(--vBlueMedium);
  }
  
  .rInput {
    position: relative;
    background-color: var(--vBlackMedium);
    border: 0.5px solid var(--vBlackMedium);
    box-sizing: border-box;
    padding: 10px;
    height:50px;
    width:335px;
    border-radius: 6px;
    font-size: 16px;
    color: var(--vWhiteLight);
  }
  .rInputSearch {
    background-color: var(--vBlackLight);
    border: 0.5px solid var(--vBlackLight);
    outline: none;
    box-sizing: border-box;
    padding: 10px;
    height:50px;
    width:335px;
    border-radius: 6px;
    font-size: 16px;
    color: var(--vWhiteLight);
  }
  
  .rInput::placeholder {
    color: #888;
  }
  .rInput:focus {
    outline: 1px solid grey;
  }
  .DashStatsContainer {
    width: 100%;
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
  }
  .rDashCard {
    height: 120px;
    width: 180px;
    background-color: #292929;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #F2F2F2;
    border-radius: 12px;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .rFormField {
    width: calc(50% - 10px);
    margin-bottom: 10px;
  }
  .rSliderContainer {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    align-items: center;
    width: 335px;
    height: 50px;
    background-color: var(--vBlackStrong);
    border-radius: 7px;
    overflow: hidden;
    gap: 6px;
    padding-top:6px;
    padding-bottom:6px;
    padding-left:6px;
    padding-right:6px;
  }
  .rTournamentHeadContainer {
    flex-wrap: nowrap;
  }
  
  .rTournamentHeadLeft {
    width: calc(50% - 28px);
    max-width: none;
  }
  
  .rTournamentHeadRight {
    width: calc(50% - 28px);
    max-width: none;
  }

  .rTournamentPageContainer {
    display: flex;
    flex-direction: column;
    align-items: center; /* Center horizontally */
    justify-content: center;
    width:80%;
    padding-top:0px;
    padding-bottom:50px;
    padding-left:0px;
    padding-right:00px;
    min-width: 800px;
  }

  .rTournamentPageActionContainer {
    width:100%; 
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .rTournamentPageBottomContainer {
    border-radius: 0px 0px 10px 10px;
    width:100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    
  }
  .rTournamentPageTopLeftContainer {
    display: flex;
    justify-content: center;
    padding: 50px;

  }
  .rTournamentPageTopRightContainer {
    flex: 1; /* Fill remaining space on desktop */
    padding: 50px;
    text-align: left;
    
  }

  .rTournamentImagePage {
    width: 300px;
    max-height:300px;
    padding-bottom: 0%; /* Maintain square aspect ratio */
    object-fit: contain;
    border-radius: 6px;
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
  }
  .rTournamentPageTopRightTitle {
    width:100%;
    font-size:24px;
    font-weight: 700;
  }
  .rTourDataTitle {
    width: 100%;
    font-size:24px;
    font-weight:700;
  }
  .rTourDataLeft {
    display:inline-block;
    width:48%;
  }
  .rTourDataRight {
    display:inline-block;
    width:48%;
  }
  .rTourDataHeader {
    color:var(--vGreyStrong);
    font-size:16px;
    font-weight:300;
    padding-top:20px;
  
  }
  .rTourDataContent {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    color:var(--vWhiteLight);
    font-size:18px;
    font-weight:500;
    padding-top:10px;
  }

  .password-toggle input[type="password"] {
    padding-right: 10px; /* Adjust as needed */
    flex: 1 0 100%; 
    max-width: 335px;;
  }
  .carousel-item img {
    padding-top: calc(100vw / 16 * 10 / 4.5);
  }

  .rStreamContainer {
    width:500px;
  }

  .rStreamTitle {
    padding-left:0px;
  }
  .rStreamStatus {
    padding-right:0px;
  }
  .rStreamImg {
    display: block;
    width: 300px;
    height: auto;
    border-radius:6px;
    
  }
  .rStreamName {
    font-weight:400;
    font-size: 12px;
    margin-top:0px;
    word-wrap: break-all;
    
  }
  .rStreamCourt {
    font-size: 16px;
    font-weight:400;
  }
  .rScrollItem {
    position:relative;
    display: inline-block;
    width: 300px; 
    height: auto;
    text-align:left;
    padding-left: 0px;
    margin-left: 0px;
    margin-right: 15px;
    padding-right:0px; 
    
  }
  .rScrollItem:first-child {
    margin-left: 15px; /* Set margin-left to 15px for the first item */
  }
  .rPageImageContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    padding-right: 50px;
  }

  .rSection {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top:30px;
    padding-left:50px;
    padding-right:50px;
    padding-bottom:15px;
  }
  .rTourContainer {
    padding-left:0px;
    padding-right:50px;
    padding-bottom:30px;
  }
  
  .rScrollItemTour {
    position:relative;
    display: inline-block;
    overflow-y: hidden;
    height: 180px;
    width: 150px;
    text-align:left;
    margin-left: 0px;
    margin-right: 15px;
    max-width:100%;

  }
  .rScrollItemTour:first-child {
    margin-left: 0px; /* Set margin-left to 15px for the first item */
  }
  .rTourName {
    margin-top: 10px;
    height:auto;  
    font-size: 14px;
    font-weight: 500;
    text-align:left;
    color:var(--vGreyLight);

    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
  }
  .rTourImage {
    width: 30%;
    height: 30%;
    object-fit: cover;
    border-radius: 6px;
    /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
  }
  .rTourImage {
    width: 20%;
    height: 20%;
    object-fit: cover;
    border-radius: 6px;
    /*box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);*/
  
  .rDashStatsCard {
    width: 100%;
    height:auto;
    min-height:100px;
    max-width: calc(25% - 40px); /* Adjust the max-width to fit 2 columns with 10px gap */
    margin-bottom: 20px;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    text-align:left;
    padding-bottom:20px;
    padding-top:15px;
    padding-left:15px;
    padding-right:15px;
    background-color: var(--vBlackLight);
    box-shadow: 10px 10px 100px 0px rgba(0, 0, 0, 0.67);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--vWhiteMedium);
    cursor: pointer;
  }
}

  .rScrollContainerTour {
    width: 100%;
    height:auto;
    overflow-y: auto;
    white-space: nowrap;
    background-color: transparent;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide the scrollbar in modern browsers */
    -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
    cursor: grab;
    justify-content: flex-start;
    text-align: left;
  }

  .rScrollContainerTour::-webkit-scrollbar {
    display: none; /* Hide the scrollbar in WebKit browsers */
  }
  .rScrollContainerVideo {
    width: 100%;
    height:auto;
    overflow-y: auto;
    white-space: nowrap;
    background-color: transparent;
    -webkit-overflow-scrolling: touch; /* Enable smooth scrolling on iOS */
    scrollbar-width: none; /* Hide the scrollbar in modern browsers */
    -ms-overflow-style: none; /* Hide the scrollbar in IE and Edge */
    cursor: grab;
    justify-content: flex-start;
    text-align: left;
  }
  
  .rScrollContainerVideo::-webkit-scrollbar {
    display: none; /* Hide the scrollbar in WebKit browsers */
  }

  .rScrollItemVideo {
    position:relative;
      display: inline-block;
      overflow-y: hidden;
      overflow-x: hidden;
      width:auto;
      height: auto;
      text-align:left;
      padding-left: 0px;
      margin-left: 0px;
      margin-right: 15px;
      padding-right:0px; 
      max-width: 100%;
  }
  .rScrollItemVideo:first-child {
    margin-left: 0px; /* Set margin-left to 15px for the first item */
  }
  .rTourContainerIndex {
    padding-left:50px;
    padding-right:50px;
    padding-bottom:50px;
  }
  
  .rPageVideoContainer {
    margin-left:15px;
  }

}
/* JUMP-D */

/* END DESKTOP ------------------------------------------ */

/* Plugin CSS */
.password-toggle {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align:center;
  
}

.password-toggle input[type="password"] {
  padding-right: 10px; /* Adjust as needed */
  flex: 1 0 100%; 
}

.password-toggle .toggle-icon {
  position: absolute;
  top: 50%;
  right: 15px; /* Adjust as needed */
  transform: translateY(-50%);
  cursor: pointer;
}


.toggle-container {
  display: flex;
  align-items: center;
  gap: 10px;
}

.toggle-label {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  color: #ffffff;
}

.toggle-label::before,
.toggle-label::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.2s ease;
}

.toggle-label::before {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ffffff;
  left: 0;
}

.toggle-label::after {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #000000;
  left: 4px;
  opacity: 0;
}

.toggle-input {
  display: none;
}

.toggle-input:checked + .toggle-label::before {
  background-color: #000000;
}

.toggle-input:checked + .toggle-label::after {
  opacity: 1;
}


/* TO FIX Tournament page*/
/* Tabs */
.tabs {
  display: flex;
  flex-direction: column;
  justify-content:left;
  text-align:left;
  color:var(--vBlackMedium);
  
}

.tab-buttons {
  display: flex;
}

.tab {
  border: none;
  border-radius:8px;
  margin-right:10px;
  padding: 10px 15px;
  cursor: pointer;
  color:var(--vBlackMedium);
  background-color:var(--vWhiteStrong);
}

.tab:hover {
  background-color:var(--vBlackLight);
  color:var(--vWhiteLight);
}

.tab-content {
  margin-top: 30px;
  font-size: 14px;
  font-weight:400;
}

.tab-panel {
  display: none;
}

.dropdown {
  margin-bottom: 20px;
}

.dropdown-btn {
  border: none;
  color:var(--vBlackLight);
  border-radius:0px;
  font-size:16px;
  font-style: normal;
  font-weight: 500;
  width: 100%;
  text-align: left;
  
}
.expand-icon {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(45deg);
}

.arrow {
  float: right;
  margin-left: 10px;
}
.arrow-expanded {
  display: none;
  float: right;
  margin-left: 5px;
}

.dropdown-title {
    display:inline-block ;
    width:80%;

}

.dropdown-arrow {
    display:inline-block ;
    width:20%;

}

.dropdown-content {
  color: var(--vBlackLight);
  display: block;
  padding: 0px;
}

.dropdown-content p {
  margin: 2px 0;
}

.button-clicked {
  background-color:var(--vBlackLight);
  color:var(--vWhiteLight);
}


.button-clicked-off {
  background-color:var(--vWhiteStrong);
} 

/* COUNTRIES */
/* Set background and font colors for all elements in the dropdown */

.select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--single .select2-selection__rendered,
    .select2-container--default .select2-results__option {
      background-color: #1C1C1E !important;
      color: #F2F2F2;
      
    }

    /* Set background color for the main container */
    .select2-container--default .select2-container--open {
      background-color: #1C1C1E;
      height: 30px; /* Set the height to 50px */
      line-height: 30px; /* Adjust the line-height for vertical centering */
      min-width: 300px;

    }

    /* Customize the appearance of the dropdown */
    .select2-container--default .select2-selection--single {
      border: 1px solid #ccc;
      border-radius: 4px;
      padding: 0 10px;
      min-width: 300px;
      min-height: 30px;
    }

    /* Customize the appearance of the selected option */
    .select2-container--default .select2-selection--single .select2-selection__rendered {
      font-size: 14px;
      background-color: pink;
      height: 25px; 
      line-height: 10px; /* Adjust the line-height for vertical centering */
      
      
    }

    /* Customize the appearance of the search box */
    .select2-container--default .select2-search--dropdown .select2-search__field {
      height: 30px; /* Set the height to 50px */
      line-height: 30px; /* Adjust the line-height for vertical centering */
      border-radius: 4px;
      min-width: 280px;
      padding: 6px;
      background-color: #fff; /* Custom background color for the search box */

    }

    /* Customize the appearance of the dropdown arrow */
    .select2-container--default .select2-selection--single .select2-selection__arrow {
      top: 6px;
      
    }
    

    .select2-results__options {
      min-width: 300px;
    }
    .hidden {
      display: none;
    }

/* Phone conflict message styles */
.phone-conflict-message {
  margin-top: 10px;
  padding: 15px;
  border: 1px solid #ff6b6b;
  border-radius: 4px;
  background-color: #fff5f5;
}

.conflict-warning {
  color: #e03131;
  font-weight: bold;
  margin-bottom: 10px;
}

.conflict-user-info {
  margin: 10px 0;
  padding: 10px;
  background-color: #f8f9fa;
  border-radius: 4px;
}

.conflict-user-info p {
  margin: 5px 0;
}

.conflict-actions {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}

.conflict-button {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
  transition: background-color 0.2s;
}

.merge-button {
  background-color: #4dabf7;
  color: white;
}

.merge-button:hover {
  background-color: #339af0;
}

.delete-button {
  background-color: #ff6b6b;
  color: white;
}

.delete-button:hover {
  background-color: #fa5252;
}

.cancel-button {
  background-color: #adb5bd;
  color: white;
}

.cancel-button:hover {
  background-color: #868e96;
}
