<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.background-bread{
  position: relative;
}

.background-bread::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/grafica-chisiamo-gray.svg);
  background-position: center;
  background-repeat: repeat;
  background-size: 40%;
  opacity: .6;
}

.corso-dettaglio{
  background-color: var(--lightGrey);
  border-radius: 3rem;
  padding: 3rem;
  margin-bottom: 2rem;
}

.strong{
  font-weight: 700;
}

p{
  margin-bottom: 1rem;
}

p:last-child{
  margin-bottom: 0;
}

.tableSpecifiche tr td{
  padding-bottom: 0.4rem;
}

.tableSpecifiche tr:last-child td{
  padding-bottom: 0;
}

.tableSpecifiche tr td:first-child{
  padding-right: 1rem;
}

.corso-descrizione{
  border-top: 1px solid #000000;
  margin-top: 2rem;
  padding-top: 1rem;
}

.cursor-pointer{
  cursor: pointer;
}

.leftColumn{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

#modalIscrizione .modal-header{
  border-bottom: 0;
}

#modalIscrizione .modal-dialog{
  border-radius: 2rem !important;
    overflow: hidden;
}

#modalIscrizione .modal-content{
  padding: 1rem;
}

#modalIscrizione .modal-header{
  padding: 0;
}

#modalIscrizione .close{
  position: absolute;
  top: 2rem;
  right: 2rem;
  opacity: 1;
  padding: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid #777;
  border-radius: 50%;
  cursor: pointer;
  z-index: 999;
}

#modalIscrizione .field{
  margin-bottom: 1rem;
}

#modalIscrizione input.form-control,
#modalIscrizione textarea{
  border-radius: 0.9rem;
  background: #FFFFFF;
  border: 1px solid #999;
  font-size: 0.9rem;
  height: auto;
  padding: 0.3rem 1rem;
}

#modalIscrizione label{
  font-size: 0.9rem;
  margin-bottom: 0.2rem;
}

@media screen and (max-width: 767px){
  .corso-dettaglio{
    padding: 2rem 1rem;
    border-radius: 2rem;
  }

  .leftColumn{
    margin-top: 1rem;
  }

  #modalIscrizione .modal-content {
    padding: 0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px){
  .leftColumn{
    margin-top: 1rem;
  }
}
</pre></body></html>