* {
  color: #ffffff;
}

.navbar-bg {
  background-color: #272b3a;
}

body {
  background-color: #13161e;
}

.header-curve {
  border-radius: 93% 7% 50% 50% / 0% 0% 100% 100%;
  width: 100%;
  height: 25px;
  background-color: #272b3a;
  margin: 0;
  padding: 0;
}

.custom-card {
  background-color: #272b3a;
  border-radius: 16px;
  padding: 34px;
}

.custom-button {
  border-radius: 24px;
  background-color: #07080b;
  border: 2px solid #822eda;
  padding: 10px 30px;
  transition: 2sn;
}

.custom-button:hover {
  border: 2px solid #822eda;
}

.footer-curve {
  border-radius: 51% 49% 49% 51% / 100% 100% 0% 0%;
  width: 70%;
  height: 10px;
  background-color: #272b3a;
  margin: 0;
  padding: 0;
}
.footer-bg {
  width: 100%;
  height: 30px;
  background-color: #272b3a;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.custom-range {
  -webkit-appearance: none;
  width: 100%;
  height: 2rem; /* Thumb yüksekliği ile aynı olmalı */
  border-radius: 1rem;
}

.custom-range::-webkit-slider-thumb {
  background: #822eda;
  width: 2rem;
  height: 2rem;
  margin-top: -0.7rem;
}

.custom-range::-webkit-slider-thumb:hover {
  background: #822eda;
  width: 2rem;
  height: 2rem;
}

.custom-range::-moz-range-thumb {
  background: #822eda;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
}

.custom-range::-moz-range-thumb:hover {
  background: #822eda;
  width: 2rem;
  height: 2rem;
}

.custom-range::-ms-thumb {
  background: #822eda;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  cursor: pointer;
}

.custom-range::-ms-thumb:hover {
  background: #822eda;
  width: 2rem;
  height: 2rem;
}

.custom-check {
  background-color: black;
  border-color: #822eda;
  box-shadow: none;
}

.custom-check:focus {
  background-color: black;
}

.form-check-input {
  --bs-form-check-bg: #822eda;
  border-color: #822eda;
}

.form-check-input:checked {
  background-color: #822eda;
  border-color: #822eda;
}

.form-check-input:focus {
  border-color: rgb(130, 46, 218);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(130, 46, 218, 0.1);
}

.form-control {
  border-radius: 23px;
  padding: 15px 25px;
  background-color: black;
  border-color: transparent;
}

.form-control:focus {
  border-color: #822eda;
  box-shadow: none;
}
.form-check-input {
  clear: left;
}

.form-switch.form-switch-sm {
  margin-bottom: 0.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-sm .form-check-input {
  height: 1rem;
  width: calc(1rem + 0.75rem);
  border-radius: 2rem;
}

.form-switch.form-switch-md {
  margin-bottom: 1rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-md .form-check-input {
  height: 1.5rem;
  width: calc(2rem + 0.75rem);
  border-radius: 3rem;
}

.form-switch.form-switch-lg {
  margin-bottom: 1.5rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-lg .form-check-input {
  height: 2rem;
  width: calc(3rem + 0.75rem);
  border-radius: 4rem;
}

.form-switch.form-switch-xl {
  margin-bottom: 2rem; /* JUST FOR STYLING PURPOSE */
}

.form-switch.form-switch-xl .form-check-input {
  height: 2.5rem;
  width: calc(4rem + 0.75rem);
  border-radius: 5rem;
}

.navbar-collapse.collapse.show {
  display: none;
}
