body {
  font-family: 'Montserrat', sans-serif !important;
}

h2 {

  font-weight: 600 !important;

}

.circleNumber {
  background-color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  height: 30px;
  width: 30px;
}

.form-check-input:checked {
  background-color: #27c36f !important;
  border-color: #27c36f !important;
}

.classi_virtuali_box {
  border-radius: 5px;
  background-color: #FAFAFA;
}

.btn-outline-dark {
  font-weight: 500 !important;
}

.login_icons {
  margin-bottom: 0px !important;
  /* vertical-align: -webkit-baseline-middle; */
  color: #27c36f;
}

.login_fields {

  border: 1px solid #c3c2c2;
  border-radius: 10px;
  padding: 2px 10px;
}

.login_fields:focus {

  color: gray;
  background-color: var(--bs-body-bg);
  border-color: #86feaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 253, 25, 0.25);
}

.form_ovv {
  width: 90% !important;
  display: inline-flex !important;
  border: transparent !important;
}

.form_ovv:focus {

  color: gray;
  background-color: var(--bs-body-bg);
  border-color: #86feaa;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(13, 253, 25, 0.25);

}

.table_style {

  vertical-align: middle;
  background: #373b3e !important;
  color: white !important;
  --bs-table-color: white;
  --bs-table-bg: #373b3e;

}

.selected_row {
  vertical-align: middle;
  background: rgb(39, 195, 111);
  color: white;
  --bs-table-color: white;
  --bs-table-bg: rgb(39, 195, 111);
}

.centered {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ql-editor {
  min-height: 300px;
}

.btn_back {
  background: none;
  border: none;
  width: auto !important;
}

.wide_force {

  aspect-ratio: 1.78;
}

/* BTN OVVERIDE */

.btn {
  border-color: #a6a8a9 !important;
  padding: 10px 20px !important;
  font-weight: 700 !important;
}