/* #array {
  margin-top: 75px;
  padding: 20px;
  min-width: 200px;
  width: auto;
  background-color: #932A48;
  color: white;
  font-size: 10rem;

} */

#array {
  margin-top: 100px;
  width: 300px;
  height: 300px;
  border: 0.25rem solid black;
  border-radius: 10%;
  font-size: 8rem;

}

.ogrenme-display{
  width: 300px;
  height: 300px;
  border: 0.25rem solid black;
  border-radius: 10%;
  font-size: 10rem;
  font-weight: 600;
}
.display{
  margin-top: 100px;
  width: 300px;
  height: 300px;
  border: 0.25rem solid black;
  border-radius: 10%;
  visibility: hidden;
}
.buttons-div{
  visibility: hidden;
}

#showarray{
  margin-top: 25px;
  font-size: 150px;
  font-weight: bold;
}

#showarray-kelime{
  margin-top: 75px;
  font-size: 75px;
  font-weight: bold;
}

.array-form {
  /* margin-top: 200px; */
  visibility: hidden;
}

.result {
  display: none;
}

@media (max-width: 460px) {
  .col-xs-4 {
    width: 33%;
  }
}

.fcl {
  width: auto;
  height: 2rem;
  line-height: 1.5rem;
  color: #932A48;
  font-size: large;
  font-weight: bolder;
  background-color: #DB91AA;
  border: 2px solid #932A48;
  border-radius: 0.5rem;
}

.fcs {
  width: auto;
  height: 2rem;
  line-height: 1.5rem;
  color: #932A48;
  font-size: large;
  font-weight: bolder;
  background-color: #DB91AA;
  border: 2px solid #932A48;
  border-radius: 1rem;
}

.fci {
  display: none;
}

.fch {
  text-align: initial;
  color: #932A48;
  font-size: large;
  font-weight: bolder;

}

.fci:checked+.fcl {
  background-color: #932A48;
  color: white;
}

.fcr {
  display: none;
}

.fcr:checked+.fcs {
  background-color: #932A48;
  color: white;
}
.result-correct{
  background-color: green;
  color: white;
  font-size: 36pt;
  font-weight: bold;
  padding: 10px;
  border-radius: 5%;
}
.result-wrong{
  background-color: red;
  color: white;
  font-size: 36pt;
  font-weight: bold;
  padding: 10px;
  border-radius: 5%;
}

.grey-bg{
  background-color: rgb(206, 206, 206);
  height: 33%;
}
.form-select {
  --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
  display: block;
  width: 100%;
  padding: .375rem 2.25rem .375rem .75rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #a52174;
  border-radius: var(--bs-border-radius);
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}