.cancel-button {
  width: 115.2px !important;
  height: 18.4px !important;
  font-size: 10.8px !important;
  line-height: 20.32px !important;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 0;
  background-color: #b3b3b3;
  color: white;
}

.cancel-button:hover {
  background-color: #c7a3a3;
  color: white;
  transform: scale(1.05);
}

.cancel-button:active {
  transform: scale(0.98);
  opacity: 0.9;
}

.create-button {
  width: 115.2px !important;
  height: 18.4px !important;
  font-size: 10.8px !important;
  line-height: 20.32px !important;
  border: none;
  border-radius: 999px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s ease;
  padding: 0;
  background-color: white;
  color: #6c4869;
}

.create-button:hover {
  background-color: #c7a3a3;
  color: white;
  transform: scale(1.05);
}

.create-button:active {
  transform: scale(0.98);
  opacity: 0.9;
}

.create-input {
  width: 66%;
  padding: 10px 20px;
  border: none;
  border-radius: 999px;
  background: white;
  font-size: 15px;
  color: #666666;
  box-sizing: border-box;
  text-align: center;
  transition: all 0.3s ease;
  margin-top: 12px;
  margin-bottom: 8px;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
}

.create-input::placeholder {
  font-size: 12.8px;
  color: #666666;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.create-input:focus::placeholder {
  opacity: 0.5;
}

.glubler-button {
  width: 108px;
  height: 16.93px;
  border: none;
  border-radius: 999px;
  font-size: 10.16px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity 0.2s, background-color 0.2s;
  padding: 0;
  line-height: 16.93px;
  background-color: #7a646f;
}

.subglubler-button {
  width: 108px;
  height: 16.93px;
  border: none;
  border-radius: 999px;
  font-size: 10.16px;
  font-weight: 600;
  color: white;
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity 0.2s, background-color 0.2s;
  padding: 0;
  line-height: 16.93px;
  background-color: #64647a;
}

.glubler-button:hover,
.subglubler-button:hover {
  opacity: 0.9;
}

.glubler-button.selected,
.subglubler-button.selected {
  outline: 5.6px solid #f3f35c;
  outline-offset: -1px;
  position: relative;
  z-index: 1;
}

.glubler-type-container {
  display: flex;
  align-items: center;
  gap: 8.83px;
  margin-top: -0.4px;
}

.glubler-type-buttons {
  display: flex;
  gap: 8.83px;
  justify-content: center;
  width: 100%;
  margin-top: 1.38px;
}

.create-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 9.6px;
  margin-top: 36.4px;
}

.follow-btn {
  background: #39b54a;
  color: white;
  border: none;
  border-radius: 999px;
  font-size: 10.4px;
  font-weight: bold;
  padding: 3.2px 12.8px;
  cursor: pointer;
  margin-left: 6.4px;
  transition: background 0.2s;
}

.follow-btn.following {
  background: #ffcf25;
  color: #454554;
}

.follow-btn:hover {
  opacity: 0.9;
}
