#replayButtons {
  flex-direction: column;
  min-width: 20rem;
  justify-content: center;
}
#layersButton {
  min-width: 6rem;
  min-height: 6rem;

}
#layersButton img {
  width: 190%; 
  height: 5rem; 
  object-fit: contain;
}
#gallery {
  align-items: center;
  gap:1rem;
  padding:3rem;
  max-width: 100rem;
}

#ui {
  left:0;
  padding:2rem;
  padding-top:1rem;
  max-height:60%;
  overflow-y:auto;
}


#exportUI {
  flex-direction: column;
  /* background:red; */
  /* max-width: 90rem; */
  /* pointer-events:none; */
}

#confirmMessage {
  font-size: 2.5rem;
  line-height:4rem;
  color:rgba(255, 255, 255, 0.786);
  /* background:red; */
  /* text-transform: none; */
  width:max-content;
  max-width:100%;
  font-family: sans-serif;
}

#canvasVideo {
  background:transparent;
  width:100%;
  height:100%;
  padding:0;
  margin:0;
  top:0;
}

.eyedropperUI {
  cursor:none;
  position:absolute;
  top:50%;
  left:50%;
  width:24rem;
  height:24rem;
  border-radius:50%;
  outline-offset: -1px;
  border: 6rem solid;
  /* outline: 2rem solid; */
  transform: translate(-50%, -50%) ;
}
.resizeControl {
  pointer-events: all;
  position:absolute;
  bottom:0%;
  left:100%;
  margin-left:1rem;
  width:3rem;
  height:4rem;
  border-radius:.5rem;
  background:rgba(0, 0, 0, 0.237);
}
.resizeControl:hover {
  background:var(--hover);
}
.resizeControl:active {
  background:var(--accent);
}


#pricingInfoButton {
  font-size: 1.5rem;
  background:rgba(209, 209, 209, 0.244);
  border-radius: 2rem;
  width:3rem;
  height:3rem;
  align-self:center;
  align-items: center;
  justify-content:center;

}

#dragOverlay{
  /* background:rgba(255, 0, 0, 0.126); */
  width:100%;
  height:100%;
  position:absolute;
}

#share{
  position:relative;
  gap:1rem;
  max-width: 56.5rem;
  height:max-content;
  flex-direction: column;
  pointer-events: none;
}

.qrContainer > *  {
  max-width:100%;
}
#share > *  {
  max-width:100%;
  font-size:2rem;
}

#wglCanvas {
  position:absolute;
  background:rgb(100, 100, 100);
  height:30rem;
  width:30rem;
  right:0;
  bottom:0;
  border-radius:1.5rem;
}


#usernameHBox {
  gap:1rem;
  align-items: center;
}
#avatar {
  position:relative;
  cursor: pointer;
  min-width: 10rem;
  max-width: 10rem;
  max-height: 10rem;
  height: 10rem;
  border-radius: 50%;
  background: var(--dark);
  background-size: contain; /* Updated property */
  border: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
  font-size: 4rem;
  font-weight: 300;
  align-items: center;
  justify-content: center;
  color: var(--font);
  /* background:red; */
}
.outlineHover:hover {
  outline:1.2px solid rgba(255, 255, 255, 0.5);
}

#usernameLabel {
  text-transform: none;
  padding:2rem;
  font-weight:300;
  font-size:3rem;
}

#profileButton {
  background-image: var(--avatarImage);
  font-size:2rem;
  min-width: 6rem;
  max-width: 6rem;
  max-height:6rem;
  background-size: cover;

}
#profileButton.icon {
  background-image:url('../common/toolIcons/settings.svg');
  background-size: 85%;
}

#colorPrefs {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  width:min-content;
}
.column {
  display:flex;
  flex-direction: column;
  gap:.1rem;
  
}
.grid3{
  grid-template-columns: 1fr 1fr 1fr;
  display:grid;
}

#windowQR {
  position:absolute;
  bottom:1rem;
  right:1rem;
  width:10rem;
  height:10rem;
  background:rgb(255, 255, 255);
  border-radius: .4rem;
  padding:.7rem;
  mix-blend-mode: normal;
  opacity: .3;
}
#curveEditorPanel {
  position:absolute;
  padding:5rem;
  border-radius: 1rem;
  top:40%;
  width:50rem;
  height:50rem;
  overflow:visible;
}
#curveEditorContainer {
  position:relative;
  /* background:orange; */
}
#curveEditor {
  background:#00000032;
  border-radius: 5px;
  overflow:visible;
}
.controlPoint {
  position:'absolute';
  width:'10px';
  height:'10px';
  background:orange;
}
.oAuthButton {
  width:100%;
  min-height:10rem;
  align-items:center;
  justify-content:center;
  border-radius:1rem;
  font-size:2.5rem;
}
.hotkey {
  width:100%;
  height:6rem;
}

.hotkeyContainer {
  justify-content: space-between;
  padding:.5rem;
}

#hotkeyRecorder {
  width:100%;
  height:100%;
  z-index: 1;
}
#confirmControls {
  top:100%;
  position:absolute;
  background: var(--uiCol);
  width:100%;
  padding:.5rem;
  display: flex;
  justify-content:center;
  align-items: center; /* Added to center children vertically */
  box-sizing: border-box;
  border-radius:1rem;
}
#confirmControls > *{
  min-width: 8rem;
  min-height: 8rem;
  margin: 0.5rem; /* Added margin to separate children */
}
#layerMenu {
  width:25rem;
  background:var(--uiCol);
  border-radius:1rem;
  box-shadow: var(--dropShadow);
}
#layerMenuLabel {
  font-size:small;
  /* background:red; */
  align-self: center;
  padding: 1rem;
}
#replayExport {
  top:0;
  padding:2rem;
}

.slider{
  background:red;
}
.sliderLabel {
  pointer-events: all;
  position:absolute;
  color:var(--font);
  left:-3rem;
  font-size:small;
}
.sliderLabelAbove {
  pointer-events: none;
  position:absolute;
  color:var(--font);
  left:0rem;
  top:-.3rem;
  font-size:1.75rem;
}

.label {
  justify-content: center;
  width:max-content;
  padding-left:2rem;
  padding-right:2rem;
  padding-top:1rem;
  padding-bottom:1rem;
  font-size:2rem;
}
.labelSmall {
  font-size: 1rem;
  background:red;
}
#optionsBG {
  pointer-events:all;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
}

#layerMenuSliders {
  /* background:red; */
  left:10rem;
  margin:1rem;
  margin-left:4.5rem;
  width:18.5rem;
}
#signInWithApple {
  margin-top:2rem;
  gap:1rem; 
  padding:3.5rem;
  background:#000000e7;
  color:rgb(255, 255, 255); 
  flex-direction:row;
  width:100%;
  min-height:9rem;

}
#signInWithApple:hover {
  background:rgb(40, 40, 40);
  box-shadow: var(--dropShadow);
}
#signInWithApple:active {
  background:rgb(68, 68, 68);
}
#signInWithGoogle {
  margin-top:2rem;
  gap:2rem; 
  padding:3.5rem;
  font-weight:500;
  background:#ffffffe7;
  color:rgb(0, 0, 0); 
  flex-direction:row;
  width:100%;
  min-height:9rem;
}

#signInWithGoogle:hover {
  background:rgb(219, 219, 219);
}
#signInWithGoogle:active {
  background:rgb(185, 185, 185);
  box-shadow: var(--dropShadow);
}
#monthlyYearly {
  /* background:red; */
  margin:2rem;
  padding:1rem;
}

.square {
  width: 100%;
  height: 100%;
  /* background: var(--cssCol); */
  outline: 1px solid rgba(255, 255, 255, 0.1);
  outline-offset: -1px;
}


#hotkeyInputContainer {
  margin-top:3rem;
  position:relative;
  /* background:red; */
  height:15rem;
  width:50rem;
}
#hotkeyInput {
  cursor: default;
  position:absolute;
  width:41rem;
  padding:4.3rem;
  padding-bottom:2.4rem;
  pointer-events: all;
  /* background:var(--dark); */
  color: transparent;
  background-color:transparent;
  /* background:red; */
}
#hotkeyInputText {
  /* padding:4.3rem; */
  position:absolute;
  width:100%;
  height:12.5rem;
  text-align: center;
  justify-content: center;
  align-items: center;
  background:var(--dark);
  border-radius:.5rem;

}


#syncStatusContainer {
  width:100%;
  opacity:.8;
  font-size:2.2rem;
}
#syncStatus {
  align-self: flex-start;
  text-align: center;
  justify-content: center;
  align-items: center;
  width:100%;
  height:100%;
}
#upgradeSyncButton {
  font-size:2rem;
  background:var(--accent3);
  /* max-width:min-content; */
  /* margin-left: auto; */
  min-width:13rem;
  /* padding-left:6rem;
  padding-right:6rem; */
}
#upgradeSyncButton:hover {
  background:var(--accent3Hover);
}
#experiments {
  width:40rem;
  height:40rem;
  border:1px solid white;
  /* background:red; */
}
.info {
  min-width:3.5rem;
  height:3.5rem;
  pointer-events:all;
  background:rgba(255, 255, 255, 0.101);
  border-radius: 5rem;
  align-self:center;
  font-size:1.5rem;
  font-weight:400;
  color:white;
  background-size:cover;
  background-position: center;
  background-image: url('../common/toolIcons/help.svg');
}
.info:hover {
  background-color:rgba(255, 255, 255, 0.498);
}

#hueSat {
  background: linear-gradient(to right, #f00 0%, #ff0 17%, #0f0 33%, #0ff 50%, #00f 67%, #f0f 83%, #f00 100%);
}
#splashScreen {
  position:fixed;
  top:0;
  left:0;
  width:100vw;
  height:100vh;
  background: #000000a3;
  backdrop-filter: blur(5rem);
  -webkit-backdrop-filter: blur(5rem);
  z-index: 100;
  display:flex;
  justify-content:center;
  align-items:center;
  transition: opacity 1s ease-in-out, backdrop-filter 1s, -webkit-backdrop-filter 1s ;
}
#cross {
  pointer-events: none;
  position:absolute;
  width:0rem;
  height:0rem;
  left:50%;
  top:50%;
  transform:translate(-50%,-50%);
}
#cross.relativeMode {
  width:200rem;
  height:200rem;
  transition:width .17s ease-in-out, height .17s ease-in-out !important;

}
#horizontalLine {
  height:.2rem;
  width:100%;
  background: linear-gradient(to right, var(--ghost), var(--ghostStronger), var(--ghost));  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);

}
#verticalLine {
  width:.2rem;
  height:100%;
  background: linear-gradient(to top, var(--ghost), var(--ghostStronger), var(--ghost));  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}
.thumbTextContainer {

  top:50% !important;
  gap:1rem;
  left:50%;
  transform:translate(-50%,-50%) !important;
  width:100%;
  pointer-events:none;

}

.transformIcon {
  pointer-events: none;
  width:5rem;
  height:5rem;
  /* background:red; */
}

