

html {
    font-size: calc(1em + 1vw);
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    background-color: #121212; 
    color: #FFFFFF;
    box-sizing: border-box; 

}

@media (min-width: 1080px) {
  html {
    font-size: 1em; 
  }
}

body {
    margin: 0 auto; 
    padding: 0 16px; 
    height: 100%;
    min-height: 100vh; 
	    width: 100%;
    max-width: 660px; 
	

    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.5rem;
    background-color: #191912; 
    color: #FFFFFF;
    box-sizing: border-box;
    overflow-x: hidden; 
}

img {
    max-width: 100%;
    height: auto;
}


 




.mapx
{
		position: fixed;
		left:0;
		top:0;
	  width: 100%;
      height: 100%;
	  background:cyan;	  
	  z-index:2000;
	   
}

.map-public-controls {
  position: absolute;
  left: 10px;
  right: 10px;
  top: 164px;
  z-index: 9050;
  display: flex;
  flex-direction: column;
  gap: 8px;
  pointer-events: none;
  font-family: Arial, Helvetica, sans-serif;
}

.map-public-controls.is-picker-hidden {
  display: none;
}

.map-state-control,
.map-action-control {
  display: flex;
  align-items: center;
  gap: 6px;
  max-width: 100%;
  overflow-x: auto;
  padding: 5px;
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 8px;
  background: rgba(10, 10, 8, 0.72);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  scrollbar-width: none;
}

.map-state-control::-webkit-scrollbar,
.map-action-control::-webkit-scrollbar {
  display: none;
}

.map-state-btn,
.map-action-btn {
  appearance: none;
  flex: 1 0 auto;
  min-height: 52px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 6px;
  background: rgba(25, 25, 18, 0.72);
  color: #fff;
  cursor: pointer;
  padding: 0 10px;
  font: inherit;
  font-size: 25px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.map-state-btn.is-active,
.map-action-btn.is-active {
  border-color: #FFC108;
  background: #FFC108;
  color: #191912;
  box-shadow: 0 0 18px rgba(255, 193, 8, 0.24);
}

.map-action-btn.is-muted {
  opacity: 0.54;
}

.map-action-control.is-auth-hidden {
  display: none;
}

.map-public-status {
  align-self: flex-start;
  max-width: min(330px, calc(100vw - 20px));
  display: none;
  padding: 7px 10px;
  border: 1px solid rgba(255, 193, 8, 0.28);
  border-radius: 8px;
  background: rgba(10, 10, 8, 0.78);
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 1.2;
  pointer-events: auto;
}

.map-public-status.is-visible {
  display: block;
}

.map-event-marker {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}

.map-event-marker-logo {
  width: 72px;
  height: 72px;
  border: 4px solid #fff;
  border-radius: 50%;
  background-color: #191912;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  box-shadow: 0 3px 16px rgba(0, 0, 0, 0.46);
}

.map-event-marker.is-live .map-event-marker-logo {
  border-color: #FFC108;
  box-shadow: 0 0 0 5px rgba(255, 193, 8, 0.28), 0 4px 20px rgba(0, 0, 0, 0.48);
}

.map-event-marker-label {
  max-width: 112px;
  margin-top: 4px;
  padding: 4px 8px;
  border-radius: 6px;
  background: rgba(10, 10, 8, 0.82);
  color: #fff;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.05;
  text-align: center;
  text-shadow: 0 1px 2px #000;
}

 


 

    
        
         */
    



.container-full {
    max-width: 660px;
    margin: 0 auto;
    width: 100%;
}



  

.page {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(18, 18, 25, 1);
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box; 
}

.main-container {
    position: absolute;
    top: 155px;
    bottom: 118px;
    width: 100%;
    height: calc(100% - 273px);
    overflow-x: hidden; 
    overflow-y: scroll;
    background-color: #191912;
    z-index: -5;
    padding: 0px;
    box-sizing: border-box; 
	font-family: Arial, Helvetica, sans-serif;
}

.menu {
    display: none;
    position: absolute;
    left: 0%;
    top: 153px;
	width:100%;
    height: calc(100% - 273px);
    overflow-x: hidden; 
    overflow-y: scroll;	
    background-color: #191912;
    border-radius: 0px 0px 0px 0px;
    padding:0px;
    flex-direction: column;
    font-size: 1.2em;
	color:white;
	z-index:9500;
	
}

.mn
{
	
	filter:brightness(100%);
	
}

.mn2
{
	
	filter:brightness(100%);
	width:60px;
	
}



.menu-item {
	padding-top:0px;
	padding-left:8%;
	padding-right:8%;
    margin: 2px 0;    
    color: #fff;     
    text-align:left;
    font-size:1.2em;
	font-weight:bold;
}

.menu-item-style {
  position: relative;
  left: 8%;
  width: 84%;
  display: flex;
  flex-wrap: wrap; 
  justify-content: left; 
  gap: 20px; 
  margin-top:10px;
 
}

.menu-item-elem {
  border: solid #6373E6 4px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1.0em;
  text-align: center;
  width: fit-content; 
  cursor:pointer;
        transition: background 0.2s;
      background: transparent;
}

    .menu-item-elem.selected {
      background: #6373E6 !important;
      color: #fff;
    }


#menu-location {
  color: white;
  font-weight: normal;
  font-size: 1.2em;
  margin-left: 10px; 
}

#menu-locate {
  background: #444;
  margin-left: 8%;
  margin-right: 8%;
  padding: 0.8em;
  border-radius: 28px;
  display: flex; 
  align-items: center; 
    margin-top:10px;
}


#menu-locate img {
   height:calc(100% + 0.8em - 4px); 
   
  vertical-align: middle; 
}


 



#sld-time {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: #444; 
  border-radius: 6px;
  outline: none;
  transition: background 0.1s;
    margin-top:10px;
}


#sld-time::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 6px;
}


#sld-time::-moz-range-track {
  height: 24px;
  border-radius: 6px;
}


#sld-time::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #FFBF00; 
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px; 
  position: relative;
}


#sld-time::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
}
 

#cnt-km #cnt-time{
  width: 100%;
  padding-left: 8%;
  padding-right: 8%;
  padding-top: 25px;
  border:solid red 0px;
}

 

.km-header {
  
  
  
  margin-bottom: 12px; 
}

.menu-item2 {
  color: #fff;
  
  font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
 
  
  
  
  
}

#max-rayon{
    font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

#max-time{
    font-size: 1.2em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
} 


#sld-rayon {
  position: absolute;
  left: 8%;
  width: 84%;
  height: 24px;
  -webkit-appearance: none;
  appearance: none;
  background: #444; 
  border-radius: 6px;
  outline: none;
  transition: background 0.1s;
    margin-top:10px;
	
	  background: linear-gradient(to right, #FFBF00 0%, #FFBF00 var(--percent), #444 var(--percent), #444 100%);
 
}


#sld-rayon::-webkit-slider-runnable-track {
  height: 24px;
  border-radius: 6px;
}


#sld-rayon::-moz-range-track {
  height: 24px;
  border-radius: 6px;
}


#sld-rayon::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 50px;
  height: 50px;
  background: #FFBF00; 
  border-radius: 50%;
  cursor: pointer;
  margin-top: -12px; 
  position: relative;
}


#sld-rayon::-moz-range-thumb {
  width: 50px;
  height: 50px;
  background: #FFBF00;
  border-radius: 50%;
  cursor: pointer;
}






  
  
  
  
   */
   */
  




 

.choice-map
{
	padding-top:0px;
	padding-left:8%;
	padding-right:8%;
    margin: 2px 0;    
    color: #fff;     
    text-align:left;
    font-size:1.2em;
	font-weight:bold;
	
	
  
  
  
  
  
  
     */
   */
 
}

.check-choice-map[type="checkbox"] {
  appearance: none;
  width: 60px;
  height: 60px;
  border: 2px solid #8b8c89; 
  background-color: #FFF;
  cursor: pointer; 
  border-radius:15px;  
}

.check-choice-map[type="checkbox"]:checked {
  background-color: #63E683;
  border-color: #63E683;
}


.barre {
    position: fixed;
    top: 0;
    left: 0;
 
    width: 100%;
    height: 155px;  
    font-size: 1.0em;
    padding: 10px;
    background: #15150f;
    border-bottom: 1px solid rgba(255, 193, 8, 0.18);
    display: flex;
    justify-content: center; 
    text-align: center;
    z-index: 9000;
    box-sizing: border-box;
    align-items: flex-start; 
}


.icon-music {
     position:fixed;
     right:12px;
     cursor: pointer;
     
}

.icon-bar {
    position:fixed;
    left:12px;
    cursor: pointer;
	z-index:11900; 
	
}



.menu-music {
    display: none;
    position: absolute;
    font-size: 1em;
    right: 15px;
    top: 102px;
    background-color: rgba(28, 28, 28, 1);
    border-radius: 0px 0px 0px 8px;
    padding: 4px;
    flex-direction: column;
}

.menu-central {
    font-size: 1em;
    position: relative; 
    display: flex;
    background-color: rgba(28, 28, 28, 1);
    border-radius: 0px 0px 8px 8px;
    padding: 7px;
    flex-direction: column;
}

.menu-central-container {
    position: fixed;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    display: none;
    top: 102px;
    left: 0;
    width: 100%;
    text-align: center;
}


.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 118px;
    width: min(100%, calc(100% - 35px));
   
    padding: 10px 14px 12px;
    background: rgba(18, 18, 14, 0.96);
    display: flex;
    justify-content: space-around;
    align-items: center;
    z-index: 9000;
    border-radius: 40px 40px 0px 0px !important;
    overflow: hidden;
    border: 1px solid rgba(255, 193, 8, 0.22);
    border-bottom: 0;
    box-shadow: 0 -10px 30px rgba(0, 0, 0, 0.34);
}

.bottom-bar.no-radius {
    border-radius: 0 !important;
}

.bottom-bar img {
    width: 54px;
    height: 54px;
    max-width: 54px;
    object-fit: cover;
}

.bottom-nav-item {
    appearance: none;
    border: 0;
    background: transparent;
    color: #c9c9c0;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-width: 0;
    width: 24%;
    height: 100%;
    padding: 0;
    font: inherit;
    font-size: 18px;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
}

.bottom-nav-item span {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.miniround {
    border: 3px solid rgba(255, 255, 255, 0.22);
    border-radius: 18px;
    background: #26261f;
    padding: 8px;
    box-sizing: border-box;
    transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.miniround.is-active {
    border-color: #FFC108;
    box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.18), 0 0 18px rgba(255, 193, 8, 0.48);
    transform: translateY(-2px);
}


.icon-zoom {
    font-size: 1.2em;
    cursor: pointer;
}

.search-box {
    display: none;
    background: #ffffff;
    border-radius: 6px;
    padding: 4px;
    display: flex;
    align-items: center;
}

.search-input {
    border: none;
    border-radius: 6px;
    padding: 4px;
    margin-right: 4px;
    font-size: 0.6em;
	
    outline: none;
    width: 160px;
}

.search-button {
    padding: 4px 8px;
    border: none;
    border-radius: 6px;
    background: #444;
    color: #fff;
    cursor: pointer;
    font-size: 0.4em;
}

.search-button:hover {
    background: #777;
}

.player-controls {
    display: flex;
    align-items: center;
    gap: 6px;
}

.player-controls span {
    font-size: 1.2em;
    cursor: pointer;
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(18, 18, 18, 0.25);
    display: flex;
    justify-content: center;
    align-items: center;
    backdrop-filter: blur(2px);
}

.logo-container {
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    max-width: 15%; 
    overflow: hidden; 
    background: rgba(255, 165, 0, 0.3);
    border-radius: 12px;
}

.logo {
    display: block; 
    width: 60px; 
    max-width: 25%; 
    height: auto; 
    filter: brightness(70%);
    transition: filter 0.4s ease-in;
}

.logo:hover {
    filter: brightness(100%);
}


.container {
    background: rgba(30, 30, 30, 0.85);
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 2 20px rgba(255, 165, 0, 0.5);
    width: 90%;
    max-width: 450px;
    position: relative;
    box-sizing: border-box; 
}


.container h1 {
    text-align: center;
    margin-bottom: 20px;
    color: #FFA500;
    text-shadow: 2px 2px 4px #000000;
}


.settings {
    margin-bottom: 15px;
}

.settings label {
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.settings input[type="text"],
.settings select,
.settings input[type="range"],
.settings input[type="file"] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.7);
    color: #FFFFFF;
    outline: none;
}

.settings input[type="checkbox"] {
    transform: scale(1.5);
    margin-top: 5px;
}


#qualityValue, #packetValue {
    display: block;
    text-align: right;
    margin-top: 5px;
    color: #FFA500;
}


.controls {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.controls button {
    flex: 0.3;
    padding: 0px;
    margin: 0 0px;
    border: none;
    border-radius: 25px;
    background: rgba(255, 165, 0, 0.8);
    color: #121212;
    font-weight: bold;
    font-size: 2.0em;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.controls button:disabled {
    background: rgba(100, 100, 100, 0.5);
    cursor: not-allowed;
}

.controls button:hover:not(:disabled) {
    background: rgba(255, 140, 0, 0.9);
    transform: scale(1.05);
}

.playback-controls,
.streaming-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 10px;
}

.playback-controls button,
.streaming-buttons button,
.iframe-input-container button {
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border: none;
    border-radius: 4px;
    background-color: #007BFF;
    color: #fff;
    transition: background-color 0.3s ease;
}

.playback-controls button:hover,
.streaming-buttons button:hover,
.iframe-input-container button:hover {
    background-color: #0056b3;
}

.playback-controls button:disabled,
.streaming-buttons button:disabled {
    background-color: #ccc;
    cursor: not-allowed;
}

.status {
    text-align: center;
    margin-top: 10px;
    font-weight: bold;
}


.file-input, .embed-audio, .iframe-audio, .playback-controls {
    margin-top: 15px;
}

.embed-audio audio, .iframe-audio iframe {
    width: 100%;
    border-radius: 10px;
}


.iframe-audio iframe {
    border: none;
    
    width: 0;
    height: 0;
}

.iframe-audio p {
    font-size: 0.9em;
    text-align: center;
}


::-webkit-scrollbar {
    width: 12px;
}

::-webkit-scrollbar-track {
    background: rgba(50, 50, 50, 0.7);
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 10px;
    border: 3px solid rgba(50, 50, 50, 0.7);
}


input[type="file"]::-webkit-file-upload-button {
    background: #FFA500;
    color: #121212;
    border: none;
    padding: 8px 16px;
    border-radius: 10px;
    cursor: pointer;
    transition: background 0.3s;
}

input[type="file"]::-webkit-file-upload-button:hover {
    background: #222;
}


@media (max-width: 500px) {
    .container {
        padding: 20px;
    }
}

#bt-profil{
	padding-left:20px;
	padding-right:20px;
	
    
    
    
    
    
    
    
}





.settings#roomSelectContainer {
    margin-bottom: 15px;
}

.settings#roomSelectContainer label {
    display: block;
    margin-bottom: 5px;
    color: #FFFFFF;
}

.settings#roomSelectContainer input[type="text"] {
    width: 100%;
    padding: 8px;
    border: none;
    border-radius: 10px;
    background: rgba(50, 50, 50, 0.7);
    color: #FFFFFF;
    outline: none;
}


.settings {
    margin-bottom: 15px;
}

.feed-shell {
  width: 100%;
  box-sizing: border-box;
  padding: 94px 0 0;
  background: #191912;
}

.feed-shell--flux {
  padding-bottom: 10px;
}

#main-2.flux-list-mode #bg-tinder-1,
#main-2.flux-list-mode .event-container,
#main-2.flux-list-mode #tinderbar,
#main-2.flux-list-mode #loved {
  display: none !important;
}

#main-2.flux-detail-mode .flux-feed,
#main-2.flux-detail-mode .flux-empty,
#main-2.flux-detail-mode .flux-end,
#main-2.flux-detail-mode .flux-more {
  display: none !important;
}

.flux-feed {
  width: 100%;
  box-sizing: border-box;
  padding: 0 14px 28px;
}

.flux-loading,
.flux-empty {
  margin: 0 14px 18px;
  padding: 18px;
  border: 1px solid rgba(255, 193, 8, 0.35);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.82em;
  line-height: 1.25;
  background: #202019;
}

.flux-end,
.flux-more {
  margin: 0 14px 120px;
  padding: 16px;
  border: 1px solid rgba(255, 193, 8, 0.25);
  border-radius: 8px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.72em;
  font-weight: 800;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}

.flux-more {
  margin-bottom: 28px;
}

.flux-card {
  width: 100%;
  margin: 0 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: #202019;
  color: #fff;
  overflow: hidden;
  box-sizing: border-box;
  cursor: pointer;
}

.flux-card-visual {
  width: 100%;
  aspect-ratio: 16 / 10;
  background-color: #111;
  background-size: cover;
  background-position: center;
}

.flux-card-visual--empty {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #11110d;
}

.flux-card-logo {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.85);
}

.flux-card-body {
  padding: 16px;
}

.flux-card-topline,
.flux-card-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.flux-card-type,
.flux-card-status {
  color: var(--flux-color);
  font-size: 0.66em;
  line-height: 1;
  text-transform: uppercase;
  font-weight: 700;
}

.flux-card-status {
  color: #FFC108;
}

.flux-card-title {
  margin: 8px 0 8px;
  color: var(--flux-color);
  font-size: 1.25em;
  line-height: 1.02;
  font-weight: 800;
}

.flux-card-place,
.flux-card-time,
.flux-card-description {
  margin: 0 0 8px;
  font-size: 0.78em;
  line-height: 1.25;
  color: rgba(255, 255, 255, 0.92);
}

.flux-card-description {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.84);
}

.flux-card-footer {
  flex-direction: column;
  align-items: stretch;
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.flux-card-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.flux-card-actions--locked {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.66em;
  line-height: 1.2;
}

.flux-action,
.flux-playback,
.flux-pref-state {
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: transparent;
  color: #fff;
  font-size: 0.62em;
  line-height: 1;
  font-weight: 800;
  text-transform: uppercase;
}

.flux-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 84px;
  height: 84px;
  min-height: 84px;
  padding: 0;
  border-radius: 50%;
  font-size: 1.8em;
}

.flux-action--hate {
  border-color: rgba(77, 173, 234, 0.9);
  background: rgba(77, 173, 234, 0.16);
  color: #4DADEA;
}

.flux-action--love,
.flux-pref-state {
  border-color: var(--flux-color);
  color: var(--flux-color);
}

.flux-action--love {
  background: rgba(235, 70, 81, 0.16);
}

.flux-action--undo {
  width: 34px;
  height: 34px;
  min-height: 34px;
  border-color: rgba(255, 193, 8, 0.7);
  color: #FFC108;
  font-size: 0.72em;
}

.flux-pref-state {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 10px;
  border-radius: 999px;
  font-size: 0.58em;
  background: rgba(255, 255, 255, 0.04);
}

.flux-pref-state--hate {
  border-color: rgba(77, 173, 234, 0.9);
  color: #4DADEA;
}

.flux-playback {
  order: -1;
  flex: 0 0 auto;
  align-self: flex-start;
  margin-bottom: 10px;
  min-height: 38px;
  padding: 0 12px;
  border-radius: 6px;
  border-color: #FFC108;
  color: #FFC108;
}

.flux-sr {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 520px) {
  #offline-demo-session {
    right: 8px !important;
    width: 142px !important;
    padding: 7px !important;
    font-size: 11px !important;
  }
}

.feed-subnav {
  position: fixed;
  z-index: 9200;
  top: 172px;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
  max-width: calc(100% - 32px);
  margin: 0;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 2px solid rgba(255, 193, 8, 0.44);
  border-radius: 999px;
  background: rgba(18, 18, 14, 0.96);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
  box-sizing: border-box;
}

.feed-subnav-btn {
  appearance: none;
  border: 0;
  border-radius: 999px;
  min-height: 60px;
  min-width: 132px;
  padding: 0 22px;
  background: transparent;
  color: #f3f3ef;
  cursor: pointer;
  font: inherit;
  font-size: 25px;
  font-weight: 800;
  letter-spacing: 0;
}

.feed-subnav-btn.is-active {
  background: #FFC108;
  color: #191912;
}

.agenda-rails {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding-bottom: 24px;
}

.agenda-rail {
  width: 100%;
  min-width: 0;
}

.agenda-rail-track {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x mandatory;
  gap: 16px;
  padding: 0 16px 14px;
  box-sizing: border-box;
  scrollbar-width: thin;
}

.agenda-rail-track .mini-event {
  flex: 0 0 calc(100% - 8px);
  scroll-snap-align: start;
}

.legacy-home-secondary {
  display: none;
}

.places-shell {
  width: 100%;
  box-sizing: border-box;
  padding: 16px;
  background: #191912;
  color: #fff;
  text-align: left;
}

.places-selector-block {
  margin-bottom: 14px;
}

.places-selector-title,
.places-section-title {
  display: inline-block;
  margin: 0 0 9px;
  padding: 4px 9px;
  color: #FFC108;
  background: rgba(18, 18, 14, 0.76);
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
}

.places-favorite-strip,
.places-event-rail {
  display: flex;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  width: 100%;
  box-sizing: border-box;
  padding: 0 0 10px;
  scroll-snap-type: x mandatory;
  scrollbar-width: thin;
  -webkit-overflow-scrolling: touch;
}

.places-venue-chip {
  appearance: none;
  flex: 0 0 92px;
  min-width: 92px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  cursor: pointer;
  padding: 8px 6px;
  text-align: center;
  font: inherit;
  scroll-snap-align: start;
}

.places-venue-chip.is-active {
  border-color: #FFC108;
  box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.14), 0 0 16px rgba(255, 193, 8, 0.28);
}

.places-venue-chip img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.32);
  background: #27271f;
}

.places-venue-chip span {
  display: block;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.places-venue-chip small {
  display: block;
  margin-top: 4px;
  color: #FFC108;
  font-size: 10px;
  font-weight: 900;
  line-height: 1;
}

.places-selector-empty,
.places-rail-empty {
  flex: 0 0 auto;
  color: #d6d6ce;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 700;
}

.places-selected-card {
  position: relative;
  overflow: hidden;
  margin-bottom: 16px;
  min-height: 145px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background:
    radial-gradient(circle at 18% -20%, rgba(255, 193, 8, 0.28) 0 72px, transparent 74px),
    radial-gradient(circle at 82% 0%, rgba(76, 173, 234, 0.16) 0 88px, transparent 90px),
    linear-gradient(135deg, #25251b 0%, #1b1b14 48%, #14140f 100%);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.22);
}

.places-banner {
  height: 72px;
  background-position: center;
  background-size: cover;
  filter: brightness(0.62) saturate(0.95);
}

.places-selected-main {
  position: relative;
  display: grid;
  grid-template-columns: 78px minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 12px 14px;
}

.places-logo {
  width: 76px;
  height: 76px;
  object-fit: cover;
  border-radius: 50%;
  border: 3px solid #fff;
  background: #27271f;
  box-sizing: border-box;
}

.places-favorite-star {
  position: absolute;
  left: 62px;
  top: 66px;
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 2px solid #fff;
  background: #fff;
  color: #191912;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  transition: background-color .15s ease, color .15s ease;
}

.places-favorite-star.is-favorite {
  background: #4CADEA;
  color: #191912;
}

.places-selected-copy {
  min-width: 0;
}

.places-kicker {
  color: #FFC108;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}

.places-title {
  margin: 4px 0 6px;
  color: #fff;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 900;
}

.places-address {
  display: flex;
  gap: 8px;
  align-items: center;
  color: #dfdfd8;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
}

.places-address span span {
  display: block;
}

.places-bio {
  padding: 0 14px 14px;
  color: #e6e6de;
  font-size: 16px;
  line-height: 1.32;
}

.places-bio:empty {
  display: none;
}

.places-event-section {
  margin-top: 14px;
}

.places-event-section .places-section-title {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  justify-content: center;
  text-align: center;
}

.places-event-card {
  flex: 0 0 320px;
  display: grid;
  grid-template-columns: 118px minmax(0, 1fr);
  min-height: 142px;
  overflow: hidden;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: linear-gradient(145deg, #23231a 0%, #191912 100%);
  color: #fff;
  cursor: pointer;
  scroll-snap-align: start;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.2);
}

.places-event-image {
  width: 100%;
  height: 100%;
  min-height: 142px;
  background-position: center;
  background-size: cover;
  background-color: #27271f;
}

.places-event-body {
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 12px;
}

.places-event-type {
  color: #FFC108;
  font-size: 13px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.places-event-title {
  margin-top: 6px;
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.12;
}

.places-event-meta {
  margin-top: 8px;
  color: #d9d9d2;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.places-event-playback {
  appearance: none;
  margin-top: 10px;
  align-self: flex-start;
  border: 1px solid rgba(255, 193, 8, 0.44);
  border-radius: 999px;
  background: rgba(255, 193, 8, 0.14);
  color: #FFC108;
  cursor: pointer;
  padding: 6px 10px;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
}

.places-legacy-anchor {
  display: none;
}

@media (max-device-width: 640px) {
  .places-shell {
    padding: 40px 40px 96px;
  }

  .places-selector-block {
    margin-bottom: 22px;
  }

  .places-selector-title,
  .places-section-title {
    margin-bottom: 16px;
    padding: 7px 16px;
    font-size: 30px;
    border-width: 2px;
  }

  .places-favorite-strip,
  .places-event-rail {
    gap: 24px;
    padding-bottom: 20px;
  }

  .places-event-rail {
    scroll-snap-type: none;
    touch-action: pan-y;
    overscroll-behavior-x: contain;
    cursor: grab;
    user-select: none;
  }

  .places-event-rail.is-dragging {
    cursor: grabbing;
  }

  .places-venue-chip {
    flex-basis: 126px;
    min-width: 126px;
    padding: 14px 10px;
    border-radius: 16px;
  }

  .places-venue-chip.is-active {
    box-shadow: 0 0 0 4px rgba(255, 193, 8, 0.16), 0 0 24px rgba(255, 193, 8, 0.28);
  }

  .places-venue-chip img {
    width: 90px;
    height: 90px;
    border-width: 5px;
  }

  .places-venue-chip span {
    margin-top: 10px;
    font-size: 23px;
  }

  .places-venue-chip small {
    margin-top: 6px;
    font-size: 18px;
  }

  .places-selector-empty,
  .places-rail-empty {
    border-radius: 16px;
    padding: 24px 28px;
    font-size: 34px;
  }

  .places-selected-card {
    min-height: 336px;
    margin-bottom: 36px;
    border-radius: 18px;
    border-width: 2px;
    background:
      radial-gradient(circle at 16% -22%, rgba(255, 193, 8, 0.28) 0 170px, transparent 174px),
      radial-gradient(circle at 82% 0%, rgba(76, 173, 234, 0.16) 0 220px, transparent 224px),
      linear-gradient(135deg, #25251b 0%, #1b1b14 48%, #14140f 100%);
  }

  .places-banner {
    height: 146px;
  }

  .places-selected-main {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 28px;
    padding: 28px 30px 20px;
  }

  .places-logo {
    width: 176px;
    height: 176px;
    border-width: 7px;
  }

  .places-favorite-star {
    left: 154px;
    top: 160px;
    width: 78px;
    height: 78px;
    border-width: 5px;
    font-size: 42px;
  }

  .places-kicker {
    font-size: 32px;
  }

  .places-title {
    margin: 10px 0 14px;
    font-size: 58px;
  }

  .places-address {
    gap: 18px;
    font-size: 34px;
  }

  .places-bio {
    padding: 0 30px 30px;
    font-size: 34px;
  }

  .places-event-section {
    margin-top: 22px;
  }

  .places-event-section .places-section-title {
    font-size: 26px;
    padding: 6px 14px;
  }

  .places-event-card {
    flex-basis: 760px;
    grid-template-columns: 292px minmax(0, 1fr);
    min-height: 326px;
    border-radius: 18px;
    border-width: 2px;
  }

  .places-event-image {
    min-height: 326px;
  }

  .places-event-body {
    padding: 30px;
  }

  .places-event-type {
    font-size: 30px;
  }

  .places-event-title {
    margin-top: 14px;
    font-size: 48px;
  }

  .places-event-meta {
    margin-top: 22px;
    font-size: 30px;
  }

  .places-event-playback {
    margin-top: 22px;
    padding: 14px 24px;
    font-size: 28px;
  }
}


.mini-event {
  position: relative;
  
  min-height: 500px;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
  padding-top: 44px;
  background: #202018;
  border: 1px solid rgba(255, 193, 8, 0.18);
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.24);
  box-sizing: border-box;
  
}

.mini-event-profil {
  position: relative;
  
  
  width: 100%;
  overflow: hidden;
  border-radius: 0;
  padding-top: 15px; 
   padding-bottom: 15px;  
}



.mini-event-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: blur(132px) brightness(55%);
  z-index: -1; 
  background: none center/cover no-repeat;
}


.mini-time {
  position: absolute;
  top: 12px;
  left: 8%;
  width: auto;
  padding: 5px 10px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  line-height: 1;
  background: rgba(18, 18, 14, 0.76);
  color: #FFC108;
  border: 1px solid rgba(255, 193, 8, 0.24);
  border-radius: 999px;
  z-index: 2;
}

.mini-tof {
  position: relative;
  margin: 42px 0 24px 8%;
  width: 38%;
  aspect-ratio: 1/1;
  background: none center/cover no-repeat;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.14);
}


.mini-tof-profil {
  position: relative;
  margin: 20px 0 10px 8%;
  width: 45%;
  aspect-ratio: 1/1;
  background: none center/cover no-repeat;
  border-radius: 45%;
  border:solid white 12px;
}

.mini-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%; 
  transform: translate(-50%, -50%);
  z-index: 5;
}

.mini-type {
  position: absolute;
  left: 52%;
  top: 86px;
  color: #FFC108;
  font-size: 18px;
  font-weight: bold;
}

.mini-type-lieu {
  position: absolute;
  left: 12%;
  top: calc(2em + 40px);
  color: #FFC108;
  font-size: 1.5em;
  font-weight: bold;
  padding:8px;
  border-radius:25px;
  
    background: rgba(128, 128, 128, 0.75);

}


.mini-title-lieu{
  position: absolute;
  top: calc(4em);
  left: 12%;
  width: 44%;
  padding : 0px;
  font-size: 1.8em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;

  
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);

}

.mini-bottom-lieu {
  
  position: absolute;
  bottom:calc(25% + 60px); 
  left: 42%;
  

  color: white;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  
    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-date-lieu,
.mini-where-lieu
{

  font-size: 1.3em;
  font-weight: bold;
  margin: 4px 0;
  
    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-when-lieu {
	
  font-size: 1.1em;
  font-weight: bold;
  margin: 4px 0;
  
    padding:8px;
    border-radius:25px;
    background: rgba(128, 128, 128, 0.75);
}

.mini-title-name {
  position: absolute;
  top: calc(4.2em);
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 1.6em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;

  
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}


.fr-mini-title-name {
  position: absolute;
  top: calc(3.2em);
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 1.4em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;

  
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  
}

.mini-title{
  position: absolute;
  top: 124px;
  left: 52%;
  width: 44%;
  padding : 0px;
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: #FFC108;
  color: #FFC108;
  font-weight:bold;

  
  max-height: 3.6em;
  line-height: 1.2em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  z-index: 4;
}


#mini-reward{
  position: absolute;
  top: 2px;
  right: 8px;
  width: 36%;
  height: auto; 
  border: solid white 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 8px;
  box-sizing: border-box;
}

#mini-rewardFR{
  position: absolute;
  top: 2px;
  right: 8px;
  width: 36%;
  height: auto; 
  border: solid white 0px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 8px;
  flex-wrap: wrap;
  justify-content: flex-start; 
  gap: 8px;
  box-sizing: border-box;
}

.ellogo {
  width: 64%;                  
  aspect-ratio: 1 / 1;         
  border: 6px solid white;
  border-radius: 50%;
  margin-top: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:
    linear-gradient(
      to bottom,
      #191912 50%,
      #FFC108 50%
    );
  box-sizing: border-box;
}


.rewardcontainer {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    align-items: center;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
}

.ellogobig {
    --reward-progress: 0%;
    --reward-fill: #FFC108;
    --reward-empty: #191912;
    --reward-completed: #63E683;
    width: 180px;  /* Taille fixe au lieu de 14% */
    height: 180px;
    aspect-ratio: 1 / 1;
    border: 12px solid white;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: linear-gradient(
      to top,
      var(--reward-fill) 0%,
      var(--reward-fill) var(--reward-progress),
      var(--reward-empty) var(--reward-progress),
      var(--reward-empty) 100%
    );
    box-sizing: border-box;
    margin-top: 15px;
    margin-bottom: 15px;
}

.ellogobig.is-reward-completed {
    --reward-fill: var(--reward-completed);
    border-color: var(--reward-completed);
}

.ellogobig img {
    max-width: 70%;
    max-height: 70%;
    object-fit: contain;
}

.reward-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.title-reward {
    color: #FFC108;
    font-weight: bold;
    margin-bottom: 5px;
}

.txtreward {
    line-height: 1.4;
    font-weight: normal;
}


.profil-locate
{
	
	position:absolute;
	right:20px;
	width:80px;
	bottom:20px;
	
	border-radius: 6px; 
	
	

    
 
}


.mini-bottom {
  position: absolute;
  bottom: 110px;
  left: 52%;
  width: 40%;
  color: white;
  text-align:left;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 12px;
  background: rgba(18, 18, 14, 0.56);
  border-radius: 8px;
  box-sizing: border-box;
  z-index: 3;
}

.mini-date,
.mini-where
{
  font-size: 19px;
  font-weight: bold;
  margin: 4px 0;
  line-height: 1.15;
}


.mini-count
{
  font-size: 2.2em;
  font-weight: bold;
  margin: 4px 0;
  color:#121212;
  background:white;
  padding:5px;
  padding-left:12px;
  padding-right:12px;  
  padding-top:0px;
  
  border-radius:35%;
}

.mini-when {
  font-size: 17px;
  font-weight: bold;
  margin: 4px 0;
  line-height: 1.15;
}

.mini-status {
  min-height: 18px;
  margin-top: 7px;
  color: #FFC108;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
}


.mini-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 92px;
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0.9) 0%,
  rgba(25, 25, 18, 0.7) 60%, 
  rgba(25, 25, 18, 0) 100%
  );
  text-align: center;
  z-index: 1;
 
}

.agenda-arrow {
  position: absolute;
  top: 50%;
  height: 46px;
  width: 46px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(18, 18, 14, 0.72);
  border: 1px solid rgba(255, 193, 8, 0.34);
  box-sizing: border-box;
  cursor: pointer;
  z-index: 8;
}

.agenda-arrow--prev {
  left: 10px;
  transform: translateY(-50%) scaleX(-1);
}

.agenda-arrow--next {
  right: 10px;
  transform: translateY(-50%);
}

.mini-wave-top {
  
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:calc(10% + 5px); 
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0) 0%,
  rgba(25, 25, 18, 0.7) 40%, 
  rgba(25, 25, 18, 0.9) 100%
  );
  text-align: center;
 
}

.mini-canvas
{	
  width:calc(84% + 16px);
  height:100%;  
 
}

.mini-about-title
{
	font-weight:bold;
	font-size:2.4em;
	position:absolute;
	left:8%;
	padding-top:15px;
	padding-bottom:15px;

}
.mini-about
{
	font-weight:normal;
	font-size:1.4em;
	position:absolute;
	left:8%;
	width:84%;
	padding-top:15px;
	padding-bottom:85px;
	
	
}

.prz
{
	
	width:100;
	
}

 .container-admin {
    position: relative;
    width: 100%;
    text-align: center; 
}

.container-admin-inside {
    
        
        
         */
        
    
	
    background: linear-gradient(
        45deg,
        rgba(25, 25, 25, 1) 100%,
        rgba(5, 5, 5, 1) 100%,  
        rgba(20, 20, 20, 1) 100%
    );	
	
	
	
	
    background-blend-mode: multiply;
	
	 
	
    border-radius: 12px;
    padding: 15px;
    text-align: center; 
    position: relative;
    width: 92%;
	max-width:1500px;
    margin: 0 auto; 
}

#main-4 {
  padding: 10px 10px 22px;
  box-sizing: border-box;
}

.profile-auth-card {
  margin-top: 10px;
  border: 1px solid rgba(255, 193, 8, 0.24);
  background: #202018;
}

.profile-auth-kicker,
.profile-section-title {
  color: #FFC108;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.profile-auth-title {
  margin: 12px 0 8px;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
}

.profile-auth-copy {
  margin: 0 auto 16px;
  max-width: 460px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

.profile-auth-actions {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.profile-auth-button {
  border: 1px solid rgba(255, 193, 8, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}

.profile-auth-button--primary {
  background: #FFC108;
  color: #191912;
}

#profile-visitor-art {
  display: none;
}

.profile-cover {
  height: 108px;
  margin: 4px 0 0;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background:
    linear-gradient(135deg, rgba(255, 193, 8, 0.18), rgba(25, 25, 18, 0.18)),
    radial-gradient(circle at 18% 20%, rgba(255, 193, 8, 0.28), transparent 28%),
    #10100d;
}

#myprofil {
  position: relative;
}

#main-4 .mini-event-profil {
  min-height: 154px;
  margin: -34px 12px 0;
  border: 1px solid rgba(255, 193, 8, 0.22);
  border-radius: 8px;
  background: #202018;
  box-sizing: border-box;
}

#main-4 #profil-cnt {
  max-width: 100%;
}

#main-4 #profil-tof,
#main-4 #profil-preview {
  position: absolute;
  left: 16px;
  top: 18px;
  width: 88px;
  margin: 0;
  border-width: 4px;
}

#friendpage #mini-rewardFR {
  display: none !important;
}

#main-4 #mini-reward {
  display: none !important;
}

#main-4 .mini-title-name {
  top: 24px;
  left: 124px;
  width: calc(100% - 150px);
  font-size: 25px;
  line-height: 1.1;
  -webkit-line-clamp: 2;
}

.mini-email {
  position: absolute;
  top: 76px;
  left: 124px;
  width: calc(100% - 170px);
  color: rgba(255, 255, 255, 0.72);
  font-size: 15px;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.profile-role-badge {
  position: absolute;
  left: 124px;
  top: 104px;
  display: inline-flex;
  max-width: calc(100% - 170px);
  padding: 5px 9px;
  border: 1px solid rgba(255, 193, 8, 0.46);
  border-radius: 999px;
  color: #FFC108;
  background: rgba(25, 25, 18, 0.72);
  font-size: 15px;
  font-weight: 900;
  line-height: 1;
}

#main-4 .profil-locate {
  right: 14px;
  bottom: 14px;
  width: 46px;
}

#main-4 #upMyTof {
  position: absolute;
  left: 10px;
  bottom: 8px;
  width: 116px;
}

.profile-metrics {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 6px;
  margin: 10px 0;
}

.profile-metric {
  min-height: 54px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 193, 8, 0.2);
  border-radius: 8px;
  background: #202018;
  color: #fff;
}

.profile-metric span {
  color: #FFC108;
  font-size: 23px;
  font-weight: 900;
  line-height: 1;
}

.profile-metric small {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}

.profile-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
  margin: 8px 0 10px;
  padding: 4px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: #11110d;
}

.profile-tab {
  min-height: 38px;
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: rgba(255, 255, 255, 0.76);
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.profile-tab.is-active {
  background: #FFC108;
  color: #191912;
}

.profile-section {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  border: 1px solid rgba(255, 193, 8, 0.16);
  border-radius: 8px;
  background: #202018;
  box-sizing: border-box;
  text-align: left;
}

.profile-section-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}

.profile-shortcut-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  margin-top: 10px;
}

.profile-shortcut,
.profile-account-toggle {
  min-height: 42px;
  border: 1px solid rgba(255, 193, 8, 0.34);
  border-radius: 6px;
  background: #FFC108;
  color: #191912;
  font: inherit;
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
}

.profile-section .plusAmis {
  flex: 0 0 auto;
  width: 48px;
  height: 48px;
  border-width: 4px;
  font-size: 38px;
}

.profile-section .buttx {
  font-size: 18px;
}

.profile-section .displaymenu {
  justify-content: flex-start;
  max-height: none;
  padding: 10px 0 0;
  gap: 14px;
}

.profile-section .contentami {
  flex: 0 0 74px;
  min-width: 74px;
  padding: 4px 0;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
}

.profile-section .miniami,
.profile-section .mini4t {
  width: 62px;
  height: 62px;
  object-fit: cover;
}

.profile-section .nameami,
.profile-section .name4t,
.profile-section .elname {
  display: block;
  margin-top: 8px;
  font-size: 16px;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.profile-section .displayrewards {
  overflow-x: auto;
  padding: 8px 0 0;
}

.profile-section .cont4t {
  width: auto;
  min-width: 78px;
  margin: 0 10px 0 0;
}

#profile-tonight-section {
  border-color: rgba(255, 193, 8, 0.42);
  background: linear-gradient(135deg, rgba(255, 193, 8, 0.12), rgba(32, 32, 24, 1));
}

.profile-section-count {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 900;
}

.profile-empty-state,
.contentami:only-child {
  color: rgba(255, 255, 255, 0.72);
  font-size: 16px;
  font-weight: 800;
  line-height: 1.2;
}

.profile-secondary-action {
  min-height: 34px;
  border: 1px solid rgba(255, 193, 8, 0.38);
  border-radius: 6px;
  background: transparent;
  color: #FFC108;
  font: inherit;
  font-size: 15px;
  font-weight: 900;
  cursor: pointer;
}

.profile-reward-rail {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 12px 0 4px;
  scrollbar-width: none;
}

.profile-reward-rail::-webkit-scrollbar {
  display: none;
}

.profile-reward-tile {
  flex: 0 0 86px;
  min-height: 106px;
  border: 1px solid rgba(255, 193, 8, 0.18);
  border-radius: 8px;
  background: #191912;
  color: #fff;
  font: inherit;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
}

.profile-reward-tile img {
  display: block;
  width: 48px;
  height: 48px;
  object-fit: contain;
  margin: 10px auto 8px;
}

.profile-reward-note {
  margin-top: 6px;
  color: rgba(255, 255, 255, 0.62);
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
}

#main-4 .profile-section .mini-event {
  min-height: 360px;
}

#main-4 .profile-section .mini-title {
  font-size: 24px;
}

.profile-account-section {
  margin-bottom: 18px;
}

.profile-account-menu .buttW:not(.profile-logout) {
  display: none;
}

.profile-logout {
  display: inline-flex;
  align-items: center;
  min-height: 42px;
  background: #fff;
  color: #191912;
  font-size: 18px;
  cursor: pointer;
}

#friendpage {
  font-size: 1rem;
}

#friendpage #FRprofil-cnt {
  min-height: 178px;
  border: 1px solid rgba(255, 193, 8, 0.22);
  border-radius: 8px;
  background: #202018;
}

#friendpage #FRprofil-tof,
#friendpage #FRprofil-preview {
  position: absolute;
  left: 16px;
  top: 20px;
  width: 92px;
  margin: 0;
  border-width: 4px;
}

#friendpage .fr-mini-title-name {
  top: 42px;
  left: 128px;
  width: calc(100% - 150px);
  font-size: 27px;
  line-height: 1.1;
}

#friendpage .profil-locate {
  right: 14px;
  bottom: 14px;
  width: 46px;
}

#friendpage .closeBtn {
  display: flex !important;
  width: 48px;
  height: 48px;
  border-width: 4px;
  border-radius: 8px;
  font-size: 30px;
}

#friendpage .buttmenu {
  font-size: 28px;
}

.container-admin-inside-pro {
    
        
        
        
        
    
    
	
	  
	
    border-radius: 12px;
    padding: 15px;
    text-align: center; 
    position: relative;
    width: 92%;
	max-width:1500px;
    margin: 0 auto; 
}


.buttmenu {
    display: inline-block;
   
    color:#FFF;
	font-weight: 900;
    font-size: 1.2em;
 
	background:transparent;
    border-radius: 6px;
    padding: 6px;
}

.buttmenuy {
    display: inline-block;
   
    color:#FFC108;
	font-weight: 900;
    font-size: 1.0em;
 
	background:transparent;
    border-radius: 6px;
    padding: 6px;
}

.butt {
    display: inline-block;
   
    color:#282828;
	font-weight: 900;
    font-size: 1em;
 
	background:#FFBF00;
    border-radius: 6px;
    padding: 6px;
}

.buttx {
    display: inline-block;
   
    color:#282828;
	font-weight: 900;
    font-size: 1em;
 
	background:#FFBF00;
    border-radius: 6px;
    padding: 6px;
}

.frbuttx {
    display: inline-block;
   
    color:#FFBF00;
	font-weight: 900;
    font-size: 1em;
 
	 
    
    padding: 6px;
}
.butt2 {
    display: inline-block;
    background: beige;
    color: white;
    font-size: 0.8em;
    background: rgba(28, 28, 28, 1);
    border-radius: 6px;
    padding: 6px;
}
 
.butt3 {
    display: inline-block;
   font-weight:bold;
    color: rgba(28, 28, 28, 1);
    font-size: 0.8em;
    background:white;
    border-radius: 6px;
    padding: 6px;
	margin:10px;
}


.butt4 {
    display: inline-block;
   font-weight:bold;
    font-size: 0.8em;
	background:#FFC108; 
	color:#222;
    border-radius: 6px;
    padding: 6px;
	margin:12px;
	width:auto;
}

.butt5 {
    display: inline-block;
    background: beige;
    color: white;
    font-size: 0.8em;
    background: rgba(28, 28, 28, 1);
    border-radius: 6px;
    padding: 6px;
}


.overlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        45deg,
        rgba(25, 25, 30, 0.4) 0%,
        rgba(35, 35, 80, 0.7) 50%,
        rgba(20, 20, 30, 0.5) 100%
    );
}

textarea {
    font-size: 0.8em;
    width: 95%;
    height: 5em; 
    resize: vertical;
}

.form-lineup
{
	
	    font-size: 1em;
        width: calc(95% - 110px);

}


.fill-lineup {
    font-size: 1em;
    max-width: 95%;
    display: flex;
    flex-wrap: wrap; 
    gap: 10px; 
    width: 95%;
    margin-bottom: 10px;
    padding: 2px;
}

.linup-elem {
    border: solid #6373E6 2px;
    background: #6373E6;
    margin: 8px;
    border-radius: 20px;
    padding: 4px;
    font-size: 1em;
    text-align: center;
    width: fit-content; 
    white-space: nowrap; 
    flex-shrink: 0; 
}


  .custom-file-label {
      display: inline-block;
      padding: 8px 12px;
      background-color: #6373E6;
      color: white;
      border-radius: 5px;
      cursor: pointer;
      font-size: 1em;
  }
  
    .custom-file-label:hover {
      background-color: #5060C0;
  }




.form {
    margin-bottom: 10px;
    padding: 2px;
    font-size: 1em;
    border-radius: 6px;
}

#register {
    text-align: center;
}

#register .form {
    width: 330px;
    display: inline-block;
    text-align: right;
}

#register #inscription,
#register #connexion,
#register #password-setup,
#register #password-reset-request,
#register #password-reset-confirm {
    text-align: right;
}

.profile-auth-link {
    appearance: none;
    background: transparent;
    border: 0;
    color: #4DADEA;
    cursor: pointer;
    font: inherit;
    font-size: 0.85em;
    margin-top: 8px;
    padding: 6px 0;
    text-decoration: underline;
}

.form-mini {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 1em;
	  margin-bottom: 10px;
}


.form-mini option {
    font-size: 1em !important;
    padding: 5px !important;
}




.form-option-mini
{
	
	font-size:1em;
	
}

.form-mini, .form-option-mini {
    font-size: 1em;
}

.form-option
{
	
	font-size:1em;
	
}

.create-event
{
	position:absolute;
	display:none;
	flex-direction: column;
	width:100%;
	background:blue;
	
}

.mini-under
{
	
	position:absolute;
	left:0; top:0;
	width:100%; height:100%;
	background:#FFC108;
	
}

 
.lieu-container {
	position:relative;
    top: -70px; 
    left: 8%;
    width: 84%;
    display: flex;
    flex-direction: column;
    padding-top: 10px;
    border: solid blue 0px;
}

 
.event-container {
    position: relative;
    top: 0;
    left: 8%;
    width: 84%;
    display: flex;
    flex-direction: column; 
    border: solid blue 0px;
	padding-top:10px;
}

.event-header {
    display: flex;
    justify-content: flex-start;
    align-items: center; 
    width: 100%;
}

.event-logo {
    width: 20%; 
    height: auto; 
    aspect-ratio: 1/1;
    border-radius: 50%;
    object-fit: cover;
    border: solid white 4px;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

 

.event-place
{
	
		 font-weight:bold;
	
	
}
   

.event-info {
    flex: 1; 
    text-align: left;
    padding-left: 25px;
	    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 4;
}

.event-type {
    font-size: 1.0em;
    font-weight: bold;
    color: #FFF;
}

 

.event-title {
    font-size: 2.2em;
    font-weight: bold;
    color: #63E683;
    padding-top: 10px;
    margin: 0;
	min-height:210px;
}


.event-details {
    
	text-align:center;
    margin-top:-20px;
    font-size: 1.6em;
    color: white;
    cursor: pointer;
    position: relative;
    z-index: 4;
}
.lieu-details {
    display: flex; 
    justify-content: center; 
    align-items: center; 
    font-size: 1.6em;
    color: white;
    text-align: left; 
}

.lieu-plus {
    width: 1.4em; 
	font-size: 1.4em;
	
	
    position:relative;
	top:-75px;
	right:75px;
	border-radius:50%;
	border:solid white 6px;
	aspect-ratio: 1 / 1;  

}

#lieu-plus {
		background:white;
  transition: background-color .15s ease;
}

#lieu-plus.is-favorite {
	background:#4CADEA;
}

.lieu-icone {
    width: 1.4em; 
    margin-right: 10px; 
}

.lieu-mini-cont {
    display: flex;
    flex-direction: column; 
}

.lieu-lieu {
    font-size: 0.7em;
    margin: 0; 
}


.islineup
{
	font-size:1.8em;
	font-weight: 900;
	color: #63E683;
	
}

.containerlineup {
  display: flex;
  justify-content: space-between;
  align-items: center; 
  position: relative; 
}

#tinderprice {
  display: none;
  font-weight: 900;
  font-size: 1.8em;
  color: #191912;
  
  
  
  
  
  padding:20px;
  
  border-radius:50%;
  
  
  
}

.eur
{
	margin-top: 0.2em;
	
	
}

.titlelieu
{
	
	font-size:1.8em;
	font-weight: 900;
	color: #63E683;
	
}

.event-time{
	
	 margin-top:10px;  
	 font-weight:bold;
	
}


#tinderbar
{
	
	background:#27271F;
 	
	position:fixed; bottom:110px;
	text-align:center; 
	width:calc(100% - 0px); 
	padding-top:10px;
	padding-bottom:25px;
	border-radius:60px 60px 0px 0px;

}









.event-overlay {
    position: absolute;
    top: 0%; 
    left: 8%; 
    width: 84%; 
    height: auto; 
	
    border-radius: 0px;
    box-sizing: border-box;
    padding: 2% 0;  
	
	padding-bottom:0;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
	
	border:solid green 0px;
}


.lieu-overlay {
    position: absolute;
    top: 25px;
    left: 8%;
    width: 84%;
    height: auto;
    padding: 0 0 0 0; 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; 
    border: solid green 0px;
}


.event-image {
    max-width: 960px;
    width: 100%;
	    aspect-ratio: 1 / 1;  
    height: auto;
    display: block;
    border-radius: 30px; 
    object-fit: cover;
    margin-top: 10px; 
}

.bg-image-lieu {
    width: 100%;
		    aspect-ratio: 1 / 1;  
    height: auto;
    max-height: calc(4vh + 1100px);
    filter: blur(72px);
}




.event-overlay .event-image {
    width: 100%;
    height: auto;
	 object-fit: cover;
    display: block;
    border-radius: 30px; 
  
}

 

 
.bg-tinder {
    position: relative;
    width: 100%;
    height: auto; 
    overflow: hidden;
    border-radius: 0px;
    
	padding-bottom:0px;
	border:solid orange 0px;
}




.bg-image {
    width: 100%;
		    aspect-ratio: 1 / 1;  
	height:auto;
	max-height:calc(4vh + 1100px);
	
    filter: blur(72px); 
}





.event-mini-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%; 
  transform: translate(-50%, -50%);
  max-width:250px;
}


.event-loved {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 95%; 
  transform: translate(-50%, -50%);
  max-width:250px;
}


.canvas-tinder {
	position:absolute;
	bottom:-145px;
    width: 120%;
    height: 145px; 
     background: linear-gradient(
  to bottom,
  rgba(25, 25, 18, 0.00) 0%,
  rgba(25, 25, 18, 0.3) 60%, 
  rgba(25, 25, 18, 0.99) 80%,   
  rgba(25, 25, 18, 1) 100%
  );
}



    

 


    
    


.event-image-wrapper {
    width: 90%;
    border-radius: 15px;
    overflow: hidden;
    margin: 16px 0;
}



.event-description {
	padding-top:20px;
    font-size: 1.2em;
    text-align: left;
    
	white-space: pre-wrap;
	font-weight:normal;
}


.event-item-style {
  position: relative;
  left: 8%;
  width: 84%;
  display: flex;
  flex-wrap: wrap; 
  justify-content: left; 
  gap: 30px; 
   text-align: left; 
  margin-top:25px;
 
}

 

.event-item-elem {
  border: solid #63E683 5px;
  border-radius: 20px;
  padding: 10px;
  font-size: 1.4em;
  text-align: center;
  width: fit-content; 
   
}

.inforegister
{
	
	position:relative;
	left:8%;
	font-size:1.0em;
	color:black;
	background:white;
	border-radius:15px;
	max-width:84%;
	padding:3px;
	
}


.lieu-blur {
  
  position: relative;
  bottom: 0;
  left: 0;
  width: 100%;
  
  height:180px; 
  background: linear-gradient(
  to top,
  rgba(25, 25, 18, 0.9) 0%,
  rgba(25, 25, 18, 0.7) 60%, 
  rgba(25, 25, 18, 0) 100%
  );
  text-align: center;
  
}




	  
      
	    
	  
	  
	  




	
	  
      
	



#km
{
	
	position:fixed;
	bottom:200px;
	  left: 50%;
  transform: translateX(-50%);
	color:green;
	font-size:1.6em;
	font-weight:bold;
	font-family:consolas;
	padding-left:15px;
	padding-right:15px;	
	border:solid green 5px;
	border-radius:20px;
	
	
}

.micro-logo
{
 
  margin: 15px;
  width: 100px;
  aspect-ratio: 1/1;
   
  border-radius:80px;
  
  border:solid white 8px;
	
	
}


.displaymenu {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: center; 
  align-items: center;
  max-height: 222px;
  padding: 10px;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: border-box;
  text-align: center;
}

.contentami {
  flex: 0 0 calc(33.333% - 10px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 7px;
  min-width: 0;
}








.displayrewards {
  display: flex;
  overflow-x: hidden;
  gap: 6px;
  padding: 5px;
  white-space: nowrap;
  max-width: 100vw;  
  min-width: 0;      
  margin-top:15px;
}


.elreward {
  display: flex;
  flex-direction: column; 
  align-items: center;    
  min-width: 70px;        
  cursor: pointer;
  width:280px;
  margin-left:85px;
	margin-right:85px;
}


.cont4t {
  display: flex;
  flex-direction: column; 
  align-items: center;    
       
  cursor: pointer;
  width:20%;
  margin-left:25px;
	margin-right:25px;
}



.name4t
{

	 font-size:1em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white; 
  max-width:100%;
}



.elname {
  margin-top: 5px;
  font-size:0.8em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white;
  
 
}



.miniami {
  width: 120px;
  border-radius: 50%;
  border:solid #FFC108 0px;
  
}


.mini4t {
  width: 120px;
  border-radius: 50%;
  border:solid #F04A55 6px;
  
}



.nameami
{

	 font-size:1em;
  text-align: center;
  user-select: none;
  font-family:impact;
  font-weight:normal;
  color:white;
}


.plusAmis {
  color: #FFC108;
  font-weight: bold;
  border: solid #FFC108 8px;
  font-size: 75px;
  width: 80px;        
  height: 80px;       
  display: inline-flex; 
  align-items: center;  
  justify-content: center; 
  border-radius: 50%;  
  box-sizing: border-box; 
}

.closeBtn {
  color: #fff;                  
  font-weight: bold;
  border: solid #FFF 8px;    
  font-size: 75px;
  width: 90px;
  height: 90px;
  display: flex;                
  align-items: center;
  justify-content: center;
  border-radius: 12px;           
  box-sizing: border-box;
  background:#121212;
      
  position:fixed;           
  top: 10px;                    
  right: 10px;                  
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); 
  
} 


.closeBtnY {
  color: #FFC108;                  
  font-weight: bold;
  border: solid #FFC108 8px;    
  font-size: 75px;
  width: 90px;
  height: 90px;
  display: flex;                
  align-items: center;
  justify-content: center;
  border-radius: 12px;           
  box-sizing: border-box;
  
    background:#121212;
           
  position:fixed;           
  top: 10px;                    
  right: 10px;                  
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08); 
  
} 

.buttW
{
	color:#191912;
	background:#fff;
	font-weight:bold;
	padding-right:7px;
	padding-left:7px;	
	font-size:1em;
	
	border-radius:12px;
	
	
	
}


.QRcode
{
	  background: #fff !important;
  padding: 10px; 
  display: inline-block;
	position:absolute;
	top:2.5%; left:2.5%;
	
	width:95%;
	height:45%;
	border-radius:25px;
	text-align:center;
	
}

.QRpicture {
  position: absolute;
  top: 51%;
  left: 2.5%;
  
  width: 95vw;   
  height: 42vh;  
  border-radius: 25px;
}


#container4circles {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 20px;
}

.circle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%; 
}

.circle {
  width: 100%;   
  aspect-ratio: 1;  
  max-width: 150px; 
  background-color: transparent;
  border: 10px solid #FFF;  
  border-radius: 50%;  
  color: #FFF;
  font-weight: bold;
  font-size: 48px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
}

.title {
  color:#FFC108;
  font-weight: 600;
  font-size: 34px;
  text-align: center;
  max-width: 100%;
}

#pannel4tonight {
  position: fixed;
  top: 5%;
  left: 0;
  width: 100%;
  height: calc(95% - 135px);
  z-index: 11000;
  pointer-events: auto;
  background: #191912;
  color: #FFC108;
  text-align: center;
  font-weight: 700;
  font-size: 1.2em;
  display: none;
  flex-direction: column; 
}

#remaining-container {
  width: 100%;
  
  height: calc(100% - 135px -  2px -  20px);
  overflow-y: auto;
  overflow-x: hidden;
  color:white;
}

#listfriends {

  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;  
  align-items: flex-start;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  height: 70%;
 
}

.listFr {
  flex: 0 0 auto;            
  display: inline-block;
  min-width: 120px;          
  text-align: center;
}

 

.listTof {
  width: 120px;
  border: solid white 8px;
  border-radius: 50%;
}

.nmList
{
	
 margin-left:20px; 
 margin-right:20px;
 margin-bottom:15px;
 
 
 
 overflow:hidden;
	
}


 



	
	
	
	  
  
	
	
	
	
	
	
	
	
	
	
	
	

.fav-places-grid {
  position: relative;
  width: 100%;
  padding: 15px;
  margin-bottom: 20px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  gap: 20px;
  box-sizing: border-box;
  overflow-y: auto;
  max-height: 300px;
}

.fav-place-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.fav-place-item:hover {
  transform: scale(1.05);
}

.fav-place-item.selected .fav-place-logo {
  border-color: #FFC108;
  box-shadow: 0 0 6px #FFC108;
}

.fav-place-item.selected .fav-place-name {
  color: #FFC108;
}
 
.fav-place-logo {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 12px solid #FFFFFF;
  background-color: #191912;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.fav-place-name {
  margin-top: 12px;
  font-size: 0.75em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  max-width: 160px;
  line-height: 1.3;
  min-height: 1.95em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: color 0.3s ease;
}

.event-item-elem.is-replay-available {
  cursor: pointer;
  border-style: solid;
  box-shadow: 0 0 0 2px rgba(255, 193, 8, 0.18);
}

.event-item-elem.is-replay-available:focus-visible {
  outline: 3px solid #67a7ff;
  outline-offset: 3px;
}

.event-item-elem.is-replay-selected {
  background: #ffffff;
  color: #191912;
  border-color: #FFC108 !important;
}

.event-item-elem.is-replay-missing {
  opacity: 0.58;
}

.canvas-tinder.is-segment-replay-seekable {
  cursor: pointer;
  --segment-replay-progress: 0%;
  background:
    linear-gradient(90deg, rgba(255, 193, 8, 0.18) 0 var(--segment-replay-progress), transparent var(--segment-replay-progress) 100%);
}

.canvas-tinder.is-segment-replay-seekable:focus-visible {
  outline: 3px solid #67a7ff;
  outline-offset: 3px;
}
