* {
}

html {
  box-sizing: border-box;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 10px;
  /* pointer-events: none;
    user-select: none */
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 710px;
  background-color: #343939;
  border-radius: 50px;
  box-shadow: 1px 1px 16px 3px rgba(72, 78, 156, 0.7);
}

.inner-container {
  width: 94%;
  height: 96%;
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  align-items: center;
  border: solid #616fee 2px;
  border-radius: 40px;
}

h1 {
  margin-top: 30px;
  font-size: 32px;
}

.display-container {
  padding-top: 10px;
}

.display {
  background-color: #fff;
  color: black;
  /* height: 75px; */
  border-radius: 40px;
  height: 85px;
  width: 360px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 10px;
  font-size: 18px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen,
    Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
}

.display p {
  /* align-self: center;
    justify-self: center; */
  /* padding-top: 35px; */
}

#copy {
  align-self: flex-end;
  padding-right: 40px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.8);
}
.length-copy {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.length {
  /* justify-self: flex-start; */
  margin-left: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.copied {
  /* justify-self: flex-end; */

  margin-top: 14px;
  margin-bottom: 10px;
  margin-right: 20px;
}

.slider-container {
  /* padding-top: 20px; */
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
  margin-top: 10px;
}

.slider {
  -webkit-appearance: none;
  width: 280px;
  height: 5px;
  border-radius: 5px;
  background: #fff;
  border-radius: 25px;
  outline: none;
  margin: 0 14px;
}

.slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #616fee;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.33);
  cursor: pointer;
}

.slider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #616fee;
  cursor: pointer;
}

.switches {
  margin-top: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 300px;
}

.switch-container {
  /* background-color: #6080AB; */
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  width: 320px;
  border-radius: 50px;
}

.switch {
  display: flex;
  font-size: 24px;
  height: 56px;
  width: 310px;
  border-radius: 50px;
  border: solid #a1aaff 2px;
  justify-content: space-between;
  align-items: center;
}

label {
  padding-left: 20px;
}

input {
  margin-right: 30px;
  height: 30px;
  width: 30px;
  border-radius: 10px;
}

.upper-check {
  /* margin-right: 30px; */
}

.button {
  display: flex;
  justify-self: flex-end;
  align-items: center;
}

.button {
  padding: 10px 25px;
  font-size: 24px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #fff;
  background-color: #616fee;
  border: none;
  border-radius: 40px;
  box-shadow: 0 9px #4a56bc;
  margin-top: 15px;
  height: 60px;
  width: 320px;
  font-weight: bolder;
}

.button:active {
  box-shadow: 0 5px #4a56bc;
  transform: translateY(4px);
}

.button-copy {
  border-radius: 5px;
  padding: 5px 8px 5px 8px;
  background-color: #616fee;
  border: none;
  color: white;
}

.button-copy:hover {
  background-color: #4a56bc;
}

.button-copy:active {
  transform: scale(1.1);
}
