.gestion_des_licences__dashboard-layout {
  position: relative;
  height: calc(100vh - 80px);
}
.gestion_des_licences__dashboard-layout.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

.v-input--selection-controls .v-input__slot > .v-label {
  margin: 0;
  font-size: 0.8rem;
  font-weight: 200;
}

.label_column[data-v-4aa59b8a] {
  width: auto;
}
.label_column label[data-v-4aa59b8a] {
  margin-bottom: 0;
  padding-top: 5px;
  font-weight: 200;
  font-size: 0.8rem;
}
.not-editable[data-v-4aa59b8a] {
  font-size: 0.8rem;
  line-height: 30px;
}
input[data-v-4aa59b8a] {
  border: 1px solid #dfe5f9;
  padding: 4px 5px;
  font-weight: 200;
  font-size: 0.8rem;
  width: 100%;
  max-width: 400px;
}
input.is-invalid[data-v-4aa59b8a] {
  border-color: red;
}
input[data-v-4aa59b8a]:focus {
  outline: none;
}
input.full-width[data-v-4aa59b8a] {
  max-width: 100%;
}
.rounded-pill[data-v-4aa59b8a] {
  padding: 4px 13px;
}

.v-stepper__label[data-v-f4584c5a] {
  text-align: center !important;
}
.v-stepper__content[data-v-f4584c5a] {
  padding: 0 !important;
}

ul[data-v-5fe0c334] {
  margin-bottom: 0;
}

.licence-decouverte-show .adresse_autocomplete input {
  max-width: none !important;
}


.w-150 .v-input,
.w-150 input {
  max-width: 250px !important;
}

.licences-csv .v-data-table tbody tr td {
  border-right: 2px solid lightgrey;
}
.licences-csv .error-red {
  background: #ff1515 !important;
}
.licences-csv .error-orange {
  background: #ff6600 !important;
}
.licences-csv .error-light-orange {
  background: #ffc184 !important;
}
.licences-csv .error-yellow {
  background: #ffff82 !important;
}
.licences-csv .error-purple {
  background: #7272b8 !important;
}
.licences-csv .none {
  background: white !important;
}
.licences-csv .legend div {
  width: 40px;
  height: 20px;
}
.licences-csv .legend p {
  margin: 0;
}
ul[data-v-1a925f58] {
  margin-bottom: 0;
}

h5[data-v-50ab64cb] {
  background-color: rgb(218, 218, 218);
  padding: 10px;
}

.gestion_des_afiliations__dashboard-layout {
  position: relative;
  height: calc(100vh - 80px);
}
.gestion_des_afiliations__dashboard-layout.loading::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
}

hr[data-v-a32b5c7a] {
    margin: 0;
}



.v-input__slot {
  max-width: 100% !important;
  padding: 0 !important;
}

