#form-dati-associazione .hiddenASD,
#form-dati-team .hidden-team {
  display: none;
}

.centers {
  
  width: 100%;
  padding: 10px;
}



  .accordion-item {
    margin-bottom: 20px;
    background-color: #fff;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }

  .accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    cursor: pointer;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #eee;
  }

  .accordion-body {
    padding: 20px;
    display: none;
  }

  #create-team-accordion-header:after {
    content: "\2795";
    font-size: 18px;
    float: right;
    margin-right: 10px;
  }
  
  
  .accordion-header:after {
    content: "\25C0";
    font-size: 18px;
    float: right;
    margin-right: 10px;
  }
  .accordion-header.active:after {
    content: "\25BC";
  }

/* stile relativo alle modal dialog boxes */
  .modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }
  
  .modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    /* height: 500px;
    overflow: auto; */
  }
  
  .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }
  
  .close:hover,
  .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #form-dati-associazione label,
  #form-dati-team label,
  #create-team-form label {
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    width: 100px;
    display: inline-block;
    text-align: right;
}

#form-dati-associazione input,
#form-dati-associazione span,
#form-dati-team input,
#form-dati-team textarea,
#form-dati-team span:not(.close),
#create-team-form input,
#create-team-form textarea,
#create-team-form span {
    padding: 5px;
    font-size: 14px;
    width: 200px;
    display: inline-block;
}

#loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 10000;
  text-align: center;
}

svg{
  width: 100px;
  height: 100px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
