body {
  border:0;
  margin:0;
  padding:0;
  position: fixed;
}

html, body, #map {
  height: 100%;
  width: 100vw;
}

a {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

a {
    outline: none !important;
}

a {
  text-decoration: none;
  color: black;
}

span {
    font-family:'Rubik';
}

nav{
  font-family:'Rubik';
  font-size: 13px;
  position: absolute;
  z-index: 200;
  width: 100%;
  background-color: white;
  display: flex;
  box-sizing: border-box;
  overflow: auto;

}

.headContainer{
  border-left:#49796B 2px solid;
  border-right:#49796B 2px solid;
  border-top:#49796B 2px solid;
  box-sizing: border-box;
  height: 60px;
  max-height: 60px;
  display: flex;
  width:100%;
}

.headButtonsContainer{
  display:flex;
  align-items: center;
  width: 40%;
  justify-content: space-around;
  padding:8px;
  border-bottom: #49796B 2px solid;
}

.gpxContainer{
    width: 20%;
}

.headButtons{
    font-feature-settings: normal;
    font-size: 0.8rem;
    color:black;
    height:100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }

  .notice{
    position: relative;
    width:50%;
    height: 100%;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color:black;
    font-size: 0.8rem;
  }

.exportBlock {
    font-family:'Rubik';
    font-size: 0.9rem;
    position: relative;
    display:grid;
    place-items: center;
    height: 100%;
    max-height: 100%;
    width: 33%;
  }
  
  .exportGpx{
    position: relative;
    width:33%;
    height: 100%;
    border: none;
    background-color: transparent;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    color:brown;
  }
  
  .exportGpx[disabled]{
    color: grey;
   }

   .svgGpx{
    color:grey;
   }


.searchBox{
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 100%;
    width: 30%;

  }

  .searchBoxHide{
    position: relative;
    display: flex;
    justify-content: center;
  }

  .searchButton{
    position: relative;
    background-color: transparent;
    border: none;
    width: 25%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .searchShow{
  fill:black;
  }
  .searchHide{
  fill:orangered
  }
  .searchStartAgain{
    fill:grey
  }

  .locateContainer{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 45%;
    }

    .spanHeadMain{
      position: absolute;
      bottom:-1px;
      pointer-events:none;
      text-align: center;
      font-size: 0.8rem;
      color: black;
    }

    .spanHead{
        position: absolute;
        bottom:0;
        pointer-events:none;
        text-align: center;
        font-size: 0.8rem;
        color: black;
    }


    .spanHeadGPX{
      position: absolute;
      bottom:0;
      pointer-events:none;
      text-align: center;
      font-size: 0.8rem;
  }

#map {
  height: 100%;
  width: 100%;
  background-color: #2E8B57;
  position: absolute;
  z-index: -1;
}


/***********************************************************************************TOP BLOCK******************************************************************/

.bigTopBlock{
  position:absolute;
  top:60px;
  box-sizing: border-box;
  width: 100%;
  display: flex;
  flex-direction: column;
  left:0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
  justify-items: center;
  z-index:2;
  }

  .top{
    margin-bottom: 1px;
    margin-left: auto;
    margin-right: auto;
    position:absolute;
    z-index: 100;
    bottom:-36px;
    align-self: left;
  }
  
  .topBlock{
    position:relative;
    box-sizing: border-box;
    border-radius: 0 0 5px 5px;
    display: flex;
    flex-direction: column;
    width:100%;
  }

  .buttonsBlock {
    width: 100%;
    height: 100px;
    max-height: 100px;
    background-color: white;
    position: relative;
    display: none;
    flex-direction: column;
    justify-content: space-evenly;
    border: 1px solid #49796B;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .smallButtonsBlock{
    display: flex;
    flex-direction:row;
    height: 50%;
    width: 100%;
    align-items: center;
    justify-content: space-evenly;
    margin-left:1px;
    margin-right:1px
  }

  .profileDiv{
  display: flex;
  justify-content: space-around;
  height: 40%;
  align-items: center;
  }

  .profileElementsDiv{
  height: 100%;
  width:80%;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  }



  .profileSpan{

  }

  .elementProfile{
  background-color: white;
  border: 3px solid #2E8B57;
  border-radius: 5px;
  height: 80%;
  width: 65px;
  align-self: center;
}

  .picked{
  background-color: #49796B;
  }

  .topA{
    height: 36px;
    width: 50px;
    border-radius: 5px 5px 5px 5px;
    /*border-top:none;*/
  }

.button {
  background-color: #2E8B57;
  border: 1px solid #49796B;
  box-sizing: border-box;
  font-size: 0.9rem;
  cursor: pointer;
  height: 90%;
  max-height:100%;
  margin:1px;
}
.buttonDisabledA[disabled]{
  cursor:default;
  color:grey;
  background-color: #C1E1C1;
  border: 3px solid #49796B;
}

  .clickOnMapBlock{
    display: none;
    height: 50px;
    box-sizing: border-box;
    width:100%;
    justify-content: space-around;
    align-items: center;
    background-color: #2E8B57;
    border:solid 1px #49796B;
    border-radius: 5px;
  }

  .btnClickOnMap{
    display: block;
    height:90%;
    background-color: #2E8B57;
    border:solid 2px #796878;
  box-sizing: border-box;
  font-size: 1rem;
  cursor: pointer;
  flex-basis: 48%;
  text-align: center;
  line-height: 1rem;
  }

  .textClickOnMap{
  font-size: 1.1rem;
  text-align: center;
  }

  .clickOnMrkBlock{
    display: none;
    height: 50px;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    background-color: #2E8B57;
    border:solid 1px #49796B;
    border-radius: 5px;
  }

  .tempBlock{
  display:block;
  background-color: #2E8B57;
  height: 50px;
  width: 100%;
  border: solid 1px #49796B;
  box-sizing: border-box;
  border-radius: 5px;
 }
 
  .addStartClass{
    border-color:#E31837;
  }
  
  .addEndClass{
    border-color: #0066b2;
    display:none;
  }
  .addNewEndClass{
    border-color: #0066b2;
    display:none;
  }
  
  .addWaypointClass{
    border-color:#723e64;
    display:none;
  }

  .clickOnMrkBlock{
    display: none;
    height: 50px;
    box-sizing: border-box;
  }

  .progressBar{
position:absolute;
height: 7px;
left:50px;
top:50px;
background-color: #723e64;
  }
  

/***********************************************************************************BUTTON******************************************************************/
button{
  background-color: #2E8B57;
  border: 2px solid #49796B;
  box-sizing: border-box;
  color:black;
  border-radius: 5px;
  font-family:'Rubik';
}

button:first-child{
  cursor:default;
  fill:black;
}
button[disabled]:first-child{
  cursor:default;
  fill:grey;
}


/***********************************************************************************BOTTOM BLOCK******************************************************************/

.bigBottomBlock{
  background-color: white;
  display:flex;
  flex-direction: column;
  position:absolute;
  z-index:450;
  bottom:0%;
  width: 100%;
  min-height: 70px;
  max-height: 200px;
  height: 30%;
  justify-content: center;
}

.bottom {
margin-left: auto;
margin-right: auto;
position:absolute;
z-index: 100;
top:-34px;
align-self: left;
}

.arrow{
display: flex;
justify-content: center;
align-items: center;
}

.botA{
  height: 36px;
  width: 50px;
  border-radius: 5px;
}


.bottomBlock{
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  border: 2px solid #49796B;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  background-color: white;
}

.metricBlock {
  font-family:'Rubik';
  font-size: 13px;
  width: 100%;
  background-color: white;
  position: relative;
  display: none;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
}

.divSmallMetric{
display: flex;
justify-content: center;
}

.smallMetric{
  margin-left: 3px ;
  margin-right: 3px;
}

.elevationMetric{
  display: flex;
  padding-left:5px;
  padding-right:5px
}


.classRiderChrono{
  
  display: flex;
  flex-direction: row;
  }

.divLevelRider{   
  padding-left:10px;
}

.brownButton{
  background-color: white;
  border: solid 2px #49796B;
  border-radius: 3px;
  cursor: pointer;
}

option{  font-family:'Rubik';
  font-size: 13px;
}

.bottomRightBlock{
  position: relative;
  display:none;
  width: 100%;
  height: 100%;

}

.beginBlock {
  position: absolute;
  background-color: white;
  height: 100%;
  width: 100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 5px 5px 0 0;
  box-sizing: border-box;
  z-index: 10;
  border-top: 2px solid #49796B;
  border-left:2px solid #49796B;
  border-right:2px solid #49796B;
}

.closeBeginBlockContainer{
  position: absolute;
  top:0;
  height: 40px;
  width: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0);
  align-self: end;
  z-index: 10;
}

.closeBeginBlock {
  all:unset;
}


.textBeginBlock{
  position: relative;
font-family:'Rubik';
font-size: 0.9rem;
color:#3B3C36;
margin-left: 1rem;
margin-right: 1rem;
margin-top: 0rem;
padding-right: 40px;
display: flex;
flex-direction: column;
/*line-height: 200%;*/
height: 100%;
width: 100%;
overflow-y: auto;
box-sizing: border-box;
z-index: 8;
}

.spanBeginBlock{
  margin-top: 0.4rem;
  margin-bottom:0.4rem
}

.scrollIndicator{
  position:absolute;
  right: 2%;
  bottom:5%;
  font-size: 2rem;
  display: none;
}

  .hoverElevationInfo{
    position: absolute;
    top:5px;
    left:2.5rem;
    right:0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }

  .currentInfoLabel{
    font-family:'Rubik';
  font-size: 0.8rem;
  color:#555D50;
  font-weight: bold;
  }

  .currentInfo{
    font-family:'Rubik';
  font-size: 11px;
  color:#b19373;
  margin-right: 20px;
  }

#elevation-div {
  /*box-sizing: border-box;
  border-left: 2px solid #49796B;
  border-radius: 0 5px 0 0;
  position: relative;
  width: 100%;
  display: none;
  background-color: white;*/
   position: relative;
  width: 100%;
  display: none;
  background-color: white;
  align-items: center;
  justify-content: center;
}
/*
#elevationDiv{
position: absolute;
top:20%;
width:30%;
height: 200px;
border: 2px solid black;
z-index: 100;
}*/
.markerOnLineArea{
  position:absolute;
  width:calc(85% + 2px);
  height: 70%;
  top:10px;
  left:40px;
}
.svgGraph{
  margin-top: 10px;
  width:100%;
  height: 80%;
  /*border: solid 2px blue;*/
  display: flex;
  justify-content: center;
  align-items: center;
}

.axisClass{
  stroke:black;
  stroke-width: 2px;
}

.xAxisElement{
  text-anchor:middle;
  font-size: 0.8rem;
}

.yAxisElement{
  text-anchor:middle;
  font-size: 0.8rem;
}


.cursorBar{
  stroke:#555D50;
  stroke-width: 2px;
}
.elevationPathFill{
  fill:#49796B;
}

.elevationPath{
  fill:transparent;
  stroke-width:4px;
  stroke: #723e64;
}
.groupElevationPath{
  fill:black;
}
.botGreenClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #5DBB63;
  stroke-linecap:round
}
.greenClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #9ACD32;
  stroke-linecap:round
}

.botYellowClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #E4D96F;
  stroke-linecap:round
}
.yellowClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #FCAE1E;
  stroke-linecap:round
}
.topYellowClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #FA8128;
  stroke-linecap:round
}

.botOrangeClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #DD571C;
  stroke-linecap:round
}
.orangeClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #E3242B;
  stroke-linecap:round
}
.topOrangeClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #D0312D;
  stroke-linecap:round
}
.botRedClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #B90E04;
  stroke-linecap:round
}

.redClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #900D09;
  stroke-linecap:round
}
.topRedClass{
  fill:transparent;
  stroke-width:2.5px;
  stroke: #541E1B;
  stroke-linecap:round
}

/***********************************************************************************RIGHT BLOCK******************************************************************/

.bigRightBlock{
  display:none;
  flex-direction: row;
  position:absolute;
  z-index:600;
  right:0;
  top:110px;
  max-height: calc(100% - 180px);
  width: 120px;
  margin-top: auto;
  margin-bottom: auto;
}

.rightDivArrowHide{
display:none;
top: 160px;
position:absolute;
z-index: 601;
right:120px;
}

.rightDivArrowShow{
top: 160px;
right:0;
position:absolute;
z-index: 601;

}


.rightA{
  height: 50px;
  width: 36px;
  border-radius: 5px;
}

.bi-caret-right {
  position: absolute;
}

.bi-caret-left {
  position: absolute;
}

.rightBlock{
  position:relative;
  width:100%;
  display: flex;
  flex-direction: column;
  background-color: white;
  border-top: 2px solid #49796B;
  border-left: 2px solid #49796B;
  border-bottom: 2px solid #49796B;
  box-sizing: border-box;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
  border-radius: 5px 0 0 5px;
  font-family: 'Rubik';
}

.legendTrack{
  /*height:calc(100%-40px);*/
  padding:10px;
  overflow-y: auto;
  direction: rtl;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.typeLegendRecom{
  margin-bottom:5px;
  color:#1F456E;
  font-size:0.9rem;
}

.typeLegendAvoid{
  margin-bottom:5px;
  color:grey;
  font-size:0.9rem;
}

.recommendedBox{
border: 2px #1F456E dashed;
padding:5px;
margin-bottom:10px;
direction: ltr;
display: flex;
flex-direction: column;
align-items: center;
width: 85%;
}

.avoidBox{
  direction: ltr;
  border: 2px grey dashed;
  padding:5px;
  width: 85%;
  display: flex;
flex-direction: column;
align-items: center;
}



.legendTrackSpan{
  font-family:'Rubik';
  font-size: 0.9rem;
  margin-bottom: 3px;
  color:#555D50;
  
}

.ordinary{
color:black;
width: 50%;
}

.gravel{
  color:black;
  width: 50%;

}

.titleOrd{
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:6px;
}

.titleGrav{
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom:6px;
  margin-top:10px
}

.box {
  margin-bottom: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.qualityLine{
  display: inline-block;
  margin-bottom: 2px;
  height: 2px;
  width: 50px;
  border-radius: 10%;
}

.ordinaire1 {
  height: 6px;
  background-color: #fbceb1;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}

.ordinaire2 {
  height: 6px;
  background-color: #fbceb1;
  border-top: 2px dashed grey;
  border-bottom: 2px dashed grey; 
}
.gravier1 {
  height: 6px;
  background-color: #dcdcdc;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}

.gravier2 {
  height: 6px;
  background-color: #dcdcdc;
  border-top: 2px dashed grey;
  border-bottom: 2px dashed grey; 
}
.irregulier {
  height: 6px;
  background-color: #ffa836;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}

.remarquable {
  height: 6px;
  background-color: #6CA0DC;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}
.technique {
  height: 6px;
  background-color: #9078c0;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}
.accidente {
  height: 6px;
  background-color: #646460;
  border-top: 2px solid grey;
  border-bottom: 2px solid grey; 
}

.detailDiv{
  margin-top: 10px;
  direction: ltr;
}

.detailSpan{
font-size: 0.8rem;
text-decoration: underline;
font-family: 'Rubik';
cursor: pointer;
}

.classCircleLetter {
  height: 20px;
  width: 20px;
  background-color: #bbb;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
}

/***********************************************************************************LEAFLET CONTROL******************************************************************/

.leaflet-control-container{
  position: absolute;
  width: 100%;
  z-index:450;
}


/* Le paragraphe d'indication de routage*/
.leaflet-routing-container,
.leaflet-routing-error {
  display: none;
}

/*l'icone géolocalisation*/
.leaflet-control-locate{
  /*border:solid 2px rgba(0,0,0,0.35);*/
  border:none;
  position:relative;
  background-color: transparent;
  height: 100%;

}
.leaflet-control-locate-location{
  fill:red;
}

.leaflet-control-locate a .leaflet-control-locate-location-arrow{
    margin:0px;
}

.leaflet-control-locate a .leaflet-control-locate-spinner{
    margin:0px;
}

/*classe liée à la geolocalisation*/
.leaflet-bar a {
  width:100%;
  height:100%;
  line-height: 0px;
  background-color: transparent;
}
.leaflet-bar a:hover{
    background-color: transparent;
}

.leaflet-bar a:focus{
    background-color: transparent;
}

.leaflet-bar{
    box-shadow: none;
    width: 100%;
    height: 100%;
}


/*la zone d'attribution*/
.leaflet-control-attribution{
  display: none;
}

/*la barre du geosearch*/
.leaflet-control-geosearch.leaflet-geosearch-bar{
  position:absolute;
  margin-top:60px;
  width:100%;
  max-width: 100%;
  height: 47px;
  max-height: 47px;
  display: none;
  }
  .leaflet-geosearch-bar form input {
    min-width: 90%;
    width:90%;
    height: 48px;
    font-size: 16px;
    max-height: 48px;
  }

  .leaflet-geosearch-bar form {
  border-radius: 5px;
  border: solid 1px #49796B;
  box-shadow: 0 0;
  }
  
  /*bouton croix de la zone geosearch*/
  .reset {
    border:none;
    background-color: white;
    display: static;
    position:absolute;
    right:1%;
    height: 46px;
    width:40px;
    font-size: 25px;
  }


.marker{
width: 18px;
height: 18px;
background-color: #49796B;
  color:white;
border-radius: 50%;
font-size: 13px;
text-align: center;
line-height: 19px;
position: absolute;
margin-top: -6px;
margin-left: -6px;
}

.errorMarker{
  width: 22px;
  height: 22px;
  line-height: 22px;
  background-color: red;
  color:white;
  border-radius: 50%;
  font-size: 13px;
  text-align: center;
  line-height: 18px;
  position: absolute;
  margin-top: -6px;
  margin-left: -6px;
}

.start .end{
  width: 22px;
  height: 22px;
  line-height: 22px;

}

.start{
  color:white;
  border: solid 3px #E31837;
}

.end{
  color:white;
  border: solid 3px #0066b2;
}

.temp{
  background-color: #723e64;
  border: solid 2px #49796B;
  width: 13px;
  height: 13px;
}

.onLine{
  width: 9px;
  height: 9px;
  background-color: #723e64;
  border: solid 2px #49796B;
  margin-top:0;
margin-left:0;

}

.botGreenColorMarker{
  background-color: #5DBB63;
}
.greenColorMarker{
  background-color: #9ACD32;
}

.botYellowColorMarker{
  background-color: #E4D96F;
}
.yellowColorMarker{
  background-color: #F9E076;
}
.topYellowColorMarker{
  background-color: #FCAE1E;
}

.botOrangeColorMarker{
  background-color: #DD571C;
}
.orangeColorMarker{
  background-color: #E3242B;
}
.topOrangeColorMarker{
  background-color: #D0312D;
}
.botRedColorMarker{
  background-color: #B90E04;
}

.redColorMarker{
  background-color: #900D09;
}
.topRedColorMarker{
  background-color: #541E1B;
}


.leaflet-marker-icon{
  border:none;
  background:none;
}

.disabledMap{
  display: none;
  position:absolute;
  top: 60px;
  width:100%;
  height: calc(100% - 60px);
  z-index: 1000;
  background-color: rgba(32, 32, 32, 0.75);
}

.formGpx{
  display: none;
  font-family:'Rubik';
  font-size: 1rem;
  text-align: center;
  position: absolute;
  top:120px;
  left:50%;
  transform: translate(-50%);
  border: solid 3px #723e64;
  box-sizing: border-box;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  background-color: #796878;
  flex-direction: column;
  width:90%;
  z-index:1200;
  justify-content: flex-end;
}
.pFormGpx{
  color:white;
  padding-bottom:5px;
  font-size: 1.1rem;
  text-decoration: underline;
  text-underline-offset:7px;
}
.btnImportInfo{
  all:unset;
  position: relative;
  color:white;
  font-size: 0.8rem;
  text-align: end;
  padding-bottom: 2px;
  padding-right: 2px;
}
.classFlexRow{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background-color: white;
  border-top: 2px solid #796878;
  border-bottom: 2px solid #796878;
  height: 80px;
}

.classGpxText{
  font-family:'Rubik';
  font-size: 16px;
  width: 20%;
  background-color: white;
  color: #292929;
  font-weight: bold;
}

.placeHFormGpx{
  font-family:'Rubik';
  font-size: 1rem;
text-align: center;
height: 38px;
width: 55%;
border:none;
outline: none;
background-color: white;
}

.placeHFormGpx[placeholder]{
  color:grey;
}

.btnGpxContainer{
  display: flex;
  align-items:center;
  justify-content:space-between;
  background-color: white;
  border-radius: 0 0 5px 5px;

}

.btnGpxForm{
  font-family:'Rubik';
  font-size: 0.9rem;
  background-color: white;
  height: 40px;
  width:35%;
  line-height: 20px;
  border:none;
  cursor:pointer;
  color:black;
}

.btnGpxForm:hover{
background-color: #796878;
color: white;
}

.dl{
  border-right: 2px solid #796878;
  border-radius: 0 0 0 5px ;
}

.cl{
  border-left: 2px solid #796878;
  border-radius: 0 0 5px 0;
}

.dlInfo{
  font-family:'Rubik';
  font-size: 16px;
  color:white;
  text-align: center;
  position: absolute;
  top:30%;
  left:50%;
  transform: translate(-50%,-50%);
  border: solid 3px #723e64;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  background-color: #796878;
  width: 90%;
  display: none;
  align-items: center;
  justify-content: center;
}

h1 {
  font-size: 1.1rem;
  text-align: center;
  margin:20px 0 10px 0;

}

.spanH1{
  font-size: 0.9rem;
}
.detailImportGpx{
  display: none;
  position:absolute;
  top:345px;
  background-color: white;
  width: 90%;
  height: 290px;
  left:50%;
  border: solid 3px #723e64;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
  transform: translate(-50%,0);
  z-index: 10000;
  
}

.detailImportGpxText{
  font-family:'Rubik';
  font-size: 0.9rem;
  margin:8px;
  height: calc(100% - 35px);
  line-height: 25px;
  overflow: auto;
}

.containerCloseDetail{
  position:relative;
  width: 100%;
  height: 35px;
}

.closeDetailImport{
  all:unset;
  position:absolute;
  top:8px;
  left:50%;
  transform: translate(-50%,0);
}

.loaderContainer{
position:absolute;
top:30%;
left:50%;
transform: translate(-50%,-50%);
display: none;
}

.loader {
  width: 48px;
  height: 48px;
  border: 5px solid #723e64;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  }

  @keyframes rotation {
  0% {
      transform: rotate(0deg);
  }
  100% {
      transform: rotate(360deg);
  }
  }

  #attribution{
    display: none;
    position: absolute;
    bottom: clamp(75px, 31%, 205px);
    right: 5px;
    font-size: 0.6rem;
    color:black;
    background-color: white;
    padding: 5px;
    border-radius: 5px;
    border:solid 2px #49796B;
  }

  .displayModeBox{
    position: absolute;
    top: 215px;
    right: 0;
    width: 36px;
    height: 50px;
    border-radius: 5px;
    background-color: #8a7cef;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #723e64;
    z-index: -1;
  }
  .displayModeBox:hover{
    background-color: rgb(167, 161, 161);
  }

  #displayModeBtn{
    background-color: transparent;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
  }
