@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

* {
  font-family: 'Roboto', sans-serif;
}

body {
  margin: 0;
  padding: 0;
  height: 100vh;
  color: #fff;
  background: -webkit-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -webkit-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -o-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -o-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: -moz-linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), -moz-radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
  background: linear-gradient(110deg, #a60af3 40%, rgba(0, 0, 0, 0) 30%), radial-gradient(farthest-corner at 0% 0%, #7a00cc 70%, #c03fff 70%);
}

.wall iframe {
  width: 100vw;
  height: 700px;
}

.content {
  margin-top: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
}

.rights {
  position: absolute;
  bottom: 40px;
  right: 20px;
  color: #fff;
  font-size: 14px;
}

.rights a {
  color: #fff;
  text-decoration: none;
}

.content .logo {
  margin-top: 10px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-image: url('./icons/128.png');
  background-size: 100%;
  background-repeat: no-repeat;
}
input[type='search'] {
  border-radius: 10px; /* Less pronounced rounded corners for a sleek look */
  background: #e6e6e6; /* A cooler shade of grey for a modern feel */
  border: 1px solid #c4c4c4; /* Thinner, subtler border */
  padding: 10px 15px; /* Slightly more padding for a comfortable feel */
  width: 550px; /* Slightly narrower width for a compact look */
  color: #555; /* Lighter text color for a modern aesthetic */
  margin-top: 15px; /* Increased margin for better spacing */
  font-size: 16px; /* Reduced font size for a cleaner look */
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05); /* More pronounced shadow for a floating effect */
}

input[type='search']::-webkit-input-placeholder {
  color: #bbb; /* Darker placeholder color for contrast */
}

input[type='search']::-ms-input-placeholder {
  color: #bbb; /* Consistent placeholder color with above */
}

input[type='search']::placeholder {
  color: #bbb; /* Unified placeholder color */
}

input[type='search']:hover,
input[type='search']:focus,
.search-container button:focus {
  outline: none;
  border: 2px solid #a9a9a9; /* Darker border on focus/hover for contrast */
  box-shadow: 0px 4px 8px rgba(0,0,0,0.15); /* More pronounced shadow for focus/hover */
}

.search-container button {
  position: relative; /* Retained relative positioning for flexibility */
  right: 0; /* Adjusted for relative positioning */
  top: 0; /* Adjusted for relative positioning */
  border-radius: 10px; /* Less rounded shape for a modern button look */
  padding: 12px 18px; /* More padding for a larger clickable area */
  margin-top: 15px; /* Increased margin for alignment with the input field */
  margin-left: -50px; /* Negative margin to maintain proximity to the input */
  background: #70629a; /* Softer green for a more soothing look */
  font-size: 16px; /* Reduced font size for consistency */
  cursor: pointer; /* Retained pointer cursor for usability */
  color: #f9f9f9; /* Off-white text for readability */
  box-shadow: 0px 4px 8px rgba(0,0,0,0.05); /* Refined shadow for a subtle lift */
}

.search-container button:hover {
  background: #6b3f80; /* Slightly darker green on hover for interactive feedback */
}



#suggest.filled {
  border: 1px solid #ccc;
  border-top: none;
  padding: 10px 6px 10px 45px;
  width: 497px;
  font-size: 21px;
  outline: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

#suggest .active {
  background-color: DodgerBlue;
  color: white;
}

#suggest > h6 {
  font-size: 17px;
  padding: 0;
  margin: 10px 0;
}

#suggest > div {
  cursor: pointer;
  padding: 3px;
  font-size: 19px;
}

.header-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  width: 100%;
  background: #574577;
  padding: 8px;
  text-align: left;
  bottom: 0;
  position: fixed;
  box-shadow: rgba(0, 0, 0, 0.17) 0 -23px 25px 0 inset,
    rgba(0, 0, 0, 0.15) 0 -36px 30px 0 inset,
    rgba(0, 0, 0, 0.1) 0 -79px 40px 0 inset, rgba(0, 0, 0, 0.06) 0 2px 1px,
    rgba(0, 0, 0, 0.09) 0 4px 2px, rgba(0, 0, 0, 0.09) 0 8px 4px,
    rgba(0, 0, 0, 0.09) 0 16px 8px, rgba(0, 0, 0, 0.09) 0 32px 16px;
}

.header-section .section {
  padding: 0 40px;
}

.header-section .section a {
  text-decoration: none;
  font-size: 0.7rem;
  color: #fff;
  font-weight: bold;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.header-section .section a:hover {
  color: rgb(0, 128, 220);
}

.hidden {
  display: none;
}

@keyframes move_wave {
  0% {
    transform: translateX(0) translateZ(0) scaleY(1);
  }
  50% {
    transform: translateX(-25%) translateZ(0) scaleY(0.55);
  }
  100% {
    transform: translateX(-50%) translateZ(0) scaleY(1);
  }
}
.bgTop {
  z-index: 15;
  opacity: 0.5;
}
.bgMiddle {
  z-index: 10;
  opacity: 0.75;
}
.bgBottom {
  z-index: 5;
}
.wave {
  position: absolute;
  left: 0;
  width: 200%;
  height: 100%;
  background-repeat: repeat no-repeat;
  background-position: 0 bottom;
  transform-origin: center bottom;
}
.waveTop {
  background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
  -webkit-animation: move-wave 3s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.waveMiddle {
  background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
  animation: move_wave 10s linear infinite;
}
.waveBottom {
  background-size: 50% 100px;
}
.waveAnimation .waveBottom {
  animation: move_wave 15s linear infinite;
}

#title {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  color: #fff;
  text-align: center;
  font-family: 'lato', sans-serif;
  font-weight: 300;
  font-size: 50px;
  letter-spacing: 10px;
  margin-top: -60px;
  padding-left: 10px;
}

#title span {
  background: -webkit-linear-gradient(white, #38495a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

@keyframes animStar {
  from {
    transform: translateY(0px);
  }
  to {
    transform: translateY(-2000px);
  }
}

html {
  height: 100%;
  overflow: hidden;
}
.color-picker {
  border-radius: 5px;
  display: flex;
  flex-direction: column;
}

.color-picker canvas {
  padding: 5px;
}

.selected-color {
  display: flex;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}

#selectedColorDisplay {
  display: inline-block;
  width: 170px;
  height: 25px;
  font-size: 15px;
  border: 1px solid #ccc;
  margin-left: 10px;
  line-height: 30px;
  text-align: center;
}
#selectedColorDisplay2 {
  display: inline-block;
  width: 170px;
  height: 25px;
  font-size: 15px;
  border: 1px solid #ccc;
  line-height: 30px;
  text-align: center;
}

