.box-form {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    border:1px solid #d6b786;
    width:450px;
    text-align: center;
    padding: 10px;
    margin-top: 10px;
    margin-right: 15px;
  }
  .form-dolls {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    margin-top: 5px;
}
 input[type=text] {
  width: 100%;
  box-sizing: border-box;
  font-family: "Georgia";
  font-size: 14px;
  border:1px dotted #af757d;
  background-color: #fcf3f6ff;
  padding: 8px;
  margin: 6px 0;
  outline: none;
}
 input[type=text]:focus {
  background-color: #fad9ddff;
}
 input[type=url] {
  width: 100%;
  box-sizing: border-box;
  font-family: "Georgia";
  font-size: 14px;
  border:1px dotted #af757d;
  background-color: #fcf3f6ff;
  padding: 8px;
  margin: 6px 0;
  outline: none;
}
 input[type=url]:focus {
  background-color: #fad9ddff;
}
button[type=submit] {
    font-family: "Georgia";
    font-size: 14px;
    background-color: #d899a2ff;
    color: #ffffff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 15px;
}
button[type=submit]:hover {
    background-color: #af757d;
}
.scelta-img {
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.scelta-img label {
    cursor: pointer;
}
.scelta-img input[type="radio"] {
    margin-right: 6px;
}
.scelta-img img {
    border: 2px solid transparent;
    border-radius: 6px;
    vertical-align: middle;
}
.scelta-img input[type="radio"]:checked + img {
    border-color: #af757d;
}
.conferma-doll {
    display: flex;
    justify-content: center;
    border-top:1px solid #af757d;
    border-bottom:1px solid #af757d;
    background-color: #f8e3eaff;
    color: #b26c6f;
    padding: 6px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-bottoni {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.box-moderazione {
    text-align: center;
    font-family: "Georgia";
    font-size: 14px;
    color: #785c58;
    margin-top: 10px;
}
img {
    border: none;
}
.box-form-pagina {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    width:250px;
    text-align: center;
    padding: 8px;
  }
  .form-dolls-pagina {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
    margin-top: 5px;
    width:250px;
}
.scelta-img-a {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}
.scelta-img-b {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}