/*
	ADF-layout.css
		- generated from ADF-layout.scss
   	- 'ADF-' class prefix
   v1.0.0
*/
.ADF-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.ADF-col {
  flex: 1 0 0%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.ADF-col-1 {
  flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-1 {
  margin-inline-start: 8.3333333333%;
}

.ADF-order-1 {
  order: 1;
}

.ADF-col-2 {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-2 {
  margin-inline-start: 16.6666666667%;
}

.ADF-order-2 {
  order: 2;
}

.ADF-col-3 {
  flex: 0 0 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-3 {
  margin-inline-start: 25%;
}

.ADF-order-3 {
  order: 3;
}

.ADF-col-4 {
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-4 {
  margin-inline-start: 33.3333333333%;
}

.ADF-order-4 {
  order: 4;
}

.ADF-col-5 {
  flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-5 {
  margin-inline-start: 41.6666666667%;
}

.ADF-order-5 {
  order: 5;
}

.ADF-col-6 {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-6 {
  margin-inline-start: 50%;
}

.ADF-order-6 {
  order: 6;
}

.ADF-col-7 {
  flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-7 {
  margin-inline-start: 58.3333333333%;
}

.ADF-order-7 {
  order: 7;
}

.ADF-col-8 {
  flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-8 {
  margin-inline-start: 66.6666666667%;
}

.ADF-order-8 {
  order: 8;
}

.ADF-col-9 {
  flex: 0 0 75%;
  max-width: 75%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-9 {
  margin-inline-start: 75%;
}

.ADF-order-9 {
  order: 9;
}

.ADF-col-10 {
  flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-10 {
  margin-inline-start: 83.3333333333%;
}

.ADF-order-10 {
  order: 10;
}

.ADF-col-11 {
  flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-11 {
  margin-inline-start: 91.6666666667%;
}

.ADF-order-11 {
  order: 11;
}

.ADF-col-12 {
  flex: 0 0 100%;
  max-width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.ADF-offset-12 {
  margin-inline-start: 100%;
}

.ADF-order-12 {
  order: 12;
}

@media (min-width: 576px) {
  .ADF-col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ADF-col-sm-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ADF-order-sm-1 {
    order: 1;
  }
  .ADF-col-sm-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ADF-order-sm-2 {
    order: 2;
  }
  .ADF-col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-3 {
    margin-inline-start: 25%;
  }
  .ADF-order-sm-3 {
    order: 3;
  }
  .ADF-col-sm-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ADF-order-sm-4 {
    order: 4;
  }
  .ADF-col-sm-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ADF-order-sm-5 {
    order: 5;
  }
  .ADF-col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-6 {
    margin-inline-start: 50%;
  }
  .ADF-order-sm-6 {
    order: 6;
  }
  .ADF-col-sm-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ADF-order-sm-7 {
    order: 7;
  }
  .ADF-col-sm-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ADF-order-sm-8 {
    order: 8;
  }
  .ADF-col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-9 {
    margin-inline-start: 75%;
  }
  .ADF-order-sm-9 {
    order: 9;
  }
  .ADF-col-sm-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ADF-order-sm-10 {
    order: 10;
  }
  .ADF-col-sm-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-11 {
    margin-inline-start: 91.6666666667%;
  }
  .ADF-order-sm-11 {
    order: 11;
  }
  .ADF-col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-sm-12 {
    margin-inline-start: 100%;
  }
  .ADF-order-sm-12 {
    order: 12;
  }
}
@media (min-width: 768px) {
  .ADF-col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ADF-col-md-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ADF-order-md-1 {
    order: 1;
  }
  .ADF-col-md-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ADF-order-md-2 {
    order: 2;
  }
  .ADF-col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-3 {
    margin-inline-start: 25%;
  }
  .ADF-order-md-3 {
    order: 3;
  }
  .ADF-col-md-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ADF-order-md-4 {
    order: 4;
  }
  .ADF-col-md-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ADF-order-md-5 {
    order: 5;
  }
  .ADF-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-6 {
    margin-inline-start: 50%;
  }
  .ADF-order-md-6 {
    order: 6;
  }
  .ADF-col-md-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ADF-order-md-7 {
    order: 7;
  }
  .ADF-col-md-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ADF-order-md-8 {
    order: 8;
  }
  .ADF-col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-9 {
    margin-inline-start: 75%;
  }
  .ADF-order-md-9 {
    order: 9;
  }
  .ADF-col-md-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ADF-order-md-10 {
    order: 10;
  }
  .ADF-col-md-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-11 {
    margin-inline-start: 91.6666666667%;
  }
  .ADF-order-md-11 {
    order: 11;
  }
  .ADF-col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-md-12 {
    margin-inline-start: 100%;
  }
  .ADF-order-md-12 {
    order: 12;
  }
}
@media (min-width: 992px) {
  .ADF-col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ADF-col-lg-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ADF-order-lg-1 {
    order: 1;
  }
  .ADF-col-lg-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ADF-order-lg-2 {
    order: 2;
  }
  .ADF-col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-3 {
    margin-inline-start: 25%;
  }
  .ADF-order-lg-3 {
    order: 3;
  }
  .ADF-col-lg-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ADF-order-lg-4 {
    order: 4;
  }
  .ADF-col-lg-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ADF-order-lg-5 {
    order: 5;
  }
  .ADF-col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-6 {
    margin-inline-start: 50%;
  }
  .ADF-order-lg-6 {
    order: 6;
  }
  .ADF-col-lg-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ADF-order-lg-7 {
    order: 7;
  }
  .ADF-col-lg-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ADF-order-lg-8 {
    order: 8;
  }
  .ADF-col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-9 {
    margin-inline-start: 75%;
  }
  .ADF-order-lg-9 {
    order: 9;
  }
  .ADF-col-lg-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ADF-order-lg-10 {
    order: 10;
  }
  .ADF-col-lg-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-11 {
    margin-inline-start: 91.6666666667%;
  }
  .ADF-order-lg-11 {
    order: 11;
  }
  .ADF-col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-lg-12 {
    margin-inline-start: 100%;
  }
  .ADF-order-lg-12 {
    order: 12;
  }
}
@media (min-width: 1200px) {
  .ADF-col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .ADF-col-xl-1 {
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-1 {
    margin-inline-start: 8.3333333333%;
  }
  .ADF-order-xl-1 {
    order: 1;
  }
  .ADF-col-xl-2 {
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-2 {
    margin-inline-start: 16.6666666667%;
  }
  .ADF-order-xl-2 {
    order: 2;
  }
  .ADF-col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-3 {
    margin-inline-start: 25%;
  }
  .ADF-order-xl-3 {
    order: 3;
  }
  .ADF-col-xl-4 {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-4 {
    margin-inline-start: 33.3333333333%;
  }
  .ADF-order-xl-4 {
    order: 4;
  }
  .ADF-col-xl-5 {
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-5 {
    margin-inline-start: 41.6666666667%;
  }
  .ADF-order-xl-5 {
    order: 5;
  }
  .ADF-col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-6 {
    margin-inline-start: 50%;
  }
  .ADF-order-xl-6 {
    order: 6;
  }
  .ADF-col-xl-7 {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-7 {
    margin-inline-start: 58.3333333333%;
  }
  .ADF-order-xl-7 {
    order: 7;
  }
  .ADF-col-xl-8 {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-8 {
    margin-inline-start: 66.6666666667%;
  }
  .ADF-order-xl-8 {
    order: 8;
  }
  .ADF-col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-9 {
    margin-inline-start: 75%;
  }
  .ADF-order-xl-9 {
    order: 9;
  }
  .ADF-col-xl-10 {
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-10 {
    margin-inline-start: 83.3333333333%;
  }
  .ADF-order-xl-10 {
    order: 10;
  }
  .ADF-col-xl-11 {
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-11 {
    margin-inline-start: 91.6666666667%;
  }
  .ADF-order-xl-11 {
    order: 11;
  }
  .ADF-col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
  .ADF-offset-xl-12 {
    margin-inline-start: 100%;
  }
  .ADF-order-xl-12 {
    order: 12;
  }
}
.ADF-m-0 {
  margin: 0 !important;
}

.ADF-p-0 {
  padding: 0 !important;
}

.ADF-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ADF-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.ADF-mx-0 {
  margin-inline-start: 0 !important;
  margin-inline-end: 0 !important;
}

.ADF-px-0 {
  padding-inline-start: 0 !important;
  padding-inline-end: 0 !important;
}

.ADF-mt-0 {
  margin-top: 0 !important;
}

.ADF-mb-0 {
  margin-bottom: 0 !important;
}

.ADF-pt-0 {
  padding-top: 0 !important;
}

.ADF-pb-0 {
  padding-bottom: 0 !important;
}

.ADF-ms-0 {
  margin-inline-start: 0 !important;
}

.ADF-me-0 {
  margin-inline-end: 0 !important;
}

.ADF-ps-0 {
  padding-inline-start: 0 !important;
}

.ADF-pe-0 {
  padding-inline-end: 0 !important;
}

.ADF-m-1 {
  margin: 0.25rem !important;
}

.ADF-p-1 {
  padding: 0.25rem !important;
}

.ADF-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.ADF-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.ADF-mx-1 {
  margin-inline-start: 0.25rem !important;
  margin-inline-end: 0.25rem !important;
}

.ADF-px-1 {
  padding-inline-start: 0.25rem !important;
  padding-inline-end: 0.25rem !important;
}

.ADF-mt-1 {
  margin-top: 0.25rem !important;
}

.ADF-mb-1 {
  margin-bottom: 0.25rem !important;
}

.ADF-pt-1 {
  padding-top: 0.25rem !important;
}

.ADF-pb-1 {
  padding-bottom: 0.25rem !important;
}

.ADF-ms-1 {
  margin-inline-start: 0.25rem !important;
}

.ADF-me-1 {
  margin-inline-end: 0.25rem !important;
}

.ADF-ps-1 {
  padding-inline-start: 0.25rem !important;
}

.ADF-pe-1 {
  padding-inline-end: 0.25rem !important;
}

.ADF-m-2 {
  margin: 0.5rem !important;
}

.ADF-p-2 {
  padding: 0.5rem !important;
}

.ADF-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.ADF-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.ADF-mx-2 {
  margin-inline-start: 0.5rem !important;
  margin-inline-end: 0.5rem !important;
}

.ADF-px-2 {
  padding-inline-start: 0.5rem !important;
  padding-inline-end: 0.5rem !important;
}

.ADF-mt-2 {
  margin-top: 0.5rem !important;
}

.ADF-mb-2 {
  margin-bottom: 0.5rem !important;
}

.ADF-pt-2 {
  padding-top: 0.5rem !important;
}

.ADF-pb-2 {
  padding-bottom: 0.5rem !important;
}

.ADF-ms-2 {
  margin-inline-start: 0.5rem !important;
}

.ADF-me-2 {
  margin-inline-end: 0.5rem !important;
}

.ADF-ps-2 {
  padding-inline-start: 0.5rem !important;
}

.ADF-pe-2 {
  padding-inline-end: 0.5rem !important;
}

.ADF-m-3 {
  margin: 1rem !important;
}

.ADF-p-3 {
  padding: 1rem !important;
}

.ADF-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.ADF-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.ADF-mx-3 {
  margin-inline-start: 1rem !important;
  margin-inline-end: 1rem !important;
}

.ADF-px-3 {
  padding-inline-start: 1rem !important;
  padding-inline-end: 1rem !important;
}

.ADF-mt-3 {
  margin-top: 1rem !important;
}

.ADF-mb-3 {
  margin-bottom: 1rem !important;
}

.ADF-pt-3 {
  padding-top: 1rem !important;
}

.ADF-pb-3 {
  padding-bottom: 1rem !important;
}

.ADF-ms-3 {
  margin-inline-start: 1rem !important;
}

.ADF-me-3 {
  margin-inline-end: 1rem !important;
}

.ADF-ps-3 {
  padding-inline-start: 1rem !important;
}

.ADF-pe-3 {
  padding-inline-end: 1rem !important;
}

.ADF-m-4 {
  margin: 1.5rem !important;
}

.ADF-p-4 {
  padding: 1.5rem !important;
}

.ADF-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.ADF-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.ADF-mx-4 {
  margin-inline-start: 1.5rem !important;
  margin-inline-end: 1.5rem !important;
}

.ADF-px-4 {
  padding-inline-start: 1.5rem !important;
  padding-inline-end: 1.5rem !important;
}

.ADF-mt-4 {
  margin-top: 1.5rem !important;
}

.ADF-mb-4 {
  margin-bottom: 1.5rem !important;
}

.ADF-pt-4 {
  padding-top: 1.5rem !important;
}

.ADF-pb-4 {
  padding-bottom: 1.5rem !important;
}

.ADF-ms-4 {
  margin-inline-start: 1.5rem !important;
}

.ADF-me-4 {
  margin-inline-end: 1.5rem !important;
}

.ADF-ps-4 {
  padding-inline-start: 1.5rem !important;
}

.ADF-pe-4 {
  padding-inline-end: 1.5rem !important;
}

.ADF-m-5 {
  margin: 3rem !important;
}

.ADF-p-5 {
  padding: 3rem !important;
}

.ADF-my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.ADF-py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.ADF-mx-5 {
  margin-inline-start: 3rem !important;
  margin-inline-end: 3rem !important;
}

.ADF-px-5 {
  padding-inline-start: 3rem !important;
  padding-inline-end: 3rem !important;
}

.ADF-mt-5 {
  margin-top: 3rem !important;
}

.ADF-mb-5 {
  margin-bottom: 3rem !important;
}

.ADF-pt-5 {
  padding-top: 3rem !important;
}

.ADF-pb-5 {
  padding-bottom: 3rem !important;
}

.ADF-ms-5 {
  margin-inline-start: 3rem !important;
}

.ADF-me-5 {
  margin-inline-end: 3rem !important;
}

.ADF-ps-5 {
  padding-inline-start: 3rem !important;
}

.ADF-pe-5 {
  padding-inline-end: 3rem !important;
}

.ADF-mt-n1 {
  margin-top: -0.25rem !important;
}

.ADF-mb-n1 {
  margin-bottom: -0.25rem !important;
}

.ADF-ms-n1 {
  margin-inline-start: -0.25rem !important;
}

.ADF-me-n1 {
  margin-inline-end: -0.25rem !important;
}

.ADF-mx-n1 {
  margin-inline-start: -0.25rem !important;
  margin-inline-end: -0.25rem !important;
}

.ADF-my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.ADF-mt-n2 {
  margin-top: -0.5rem !important;
}

.ADF-mb-n2 {
  margin-bottom: -0.5rem !important;
}

.ADF-ms-n2 {
  margin-inline-start: -0.5rem !important;
}

.ADF-me-n2 {
  margin-inline-end: -0.5rem !important;
}

.ADF-mx-n2 {
  margin-inline-start: -0.5rem !important;
  margin-inline-end: -0.5rem !important;
}

.ADF-my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.ADF-mt-n3 {
  margin-top: -1rem !important;
}

.ADF-mb-n3 {
  margin-bottom: -1rem !important;
}

.ADF-ms-n3 {
  margin-inline-start: -1rem !important;
}

.ADF-me-n3 {
  margin-inline-end: -1rem !important;
}

.ADF-mx-n3 {
  margin-inline-start: -1rem !important;
  margin-inline-end: -1rem !important;
}

.ADF-my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.ADF-mt-n4 {
  margin-top: -1.5rem !important;
}

.ADF-mb-n4 {
  margin-bottom: -1.5rem !important;
}

.ADF-ms-n4 {
  margin-inline-start: -1.5rem !important;
}

.ADF-me-n4 {
  margin-inline-end: -1.5rem !important;
}

.ADF-mx-n4 {
  margin-inline-start: -1.5rem !important;
  margin-inline-end: -1.5rem !important;
}

.ADF-my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.ADF-mt-n5 {
  margin-top: -3rem !important;
}

.ADF-mb-n5 {
  margin-bottom: -3rem !important;
}

.ADF-ms-n5 {
  margin-inline-start: -3rem !important;
}

.ADF-me-n5 {
  margin-inline-end: -3rem !important;
}

.ADF-mx-n5 {
  margin-inline-start: -3rem !important;
  margin-inline-end: -3rem !important;
}

.ADF-my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.ADF-text-start {
  text-align: start !important;
}

.ADF-text-end {
  text-align: end !important;
}

.ADF-text-center {
  text-align: center !important;
}

.ADF-text-justify {
  text-align: justify !important;
}

@media (min-width: 576px) {
  .ADF-text-sm-start {
    text-align: start !important;
  }
  .ADF-text-sm-end {
    text-align: end !important;
  }
  .ADF-text-sm-center {
    text-align: center !important;
  }
  .ADF-text-sm-justify {
    text-align: justify !important;
  }
}
@media (min-width: 768px) {
  .ADF-text-md-start {
    text-align: start !important;
  }
  .ADF-text-md-end {
    text-align: end !important;
  }
  .ADF-text-md-center {
    text-align: center !important;
  }
  .ADF-text-md-justify {
    text-align: justify !important;
  }
}
@media (min-width: 992px) {
  .ADF-text-lg-start {
    text-align: start !important;
  }
  .ADF-text-lg-end {
    text-align: end !important;
  }
  .ADF-text-lg-center {
    text-align: center !important;
  }
  .ADF-text-lg-justify {
    text-align: justify !important;
  }
}
@media (min-width: 1200px) {
  .ADF-text-xl-start {
    text-align: start !important;
  }
  .ADF-text-xl-end {
    text-align: end !important;
  }
  .ADF-text-xl-center {
    text-align: center !important;
  }
  .ADF-text-xl-justify {
    text-align: justify !important;
  }
}
.ADF-text-nowrap {
  white-space: nowrap !important;
}

.ADF-fw-light {
  font-weight: 300 !important;
}

.ADF-fw-normal {
  font-weight: 400 !important;
}

.ADF-fw-medium {
  font-weight: 500 !important;
}

.ADF-fw-semibold {
  font-weight: 600 !important;
}

.ADF-fw-bold {
  font-weight: 700 !important;
}

.ADF-fw-bolder {
  font-weight: 900 !important;
}

.ADF-fs-1 {
  font-size: 2.5rem !important;
}

.ADF-fs-2 {
  font-size: 2rem !important;
}

.ADF-fs-3 {
  font-size: 1.75rem !important;
}

.ADF-fs-4 {
  font-size: 1.5rem !important;
}

.ADF-fs-5 {
  font-size: 1.25rem !important;
}

.ADF-fs-6 {
  font-size: 1rem !important;
}

.ADF-fs-xs {
  font-size: 0.75rem !important;
}

.ADF-fs-sm {
  font-size: 0.875rem !important;
}

.ADF-fs-md {
  font-size: 1rem !important;
}

.ADF-fs-lg {
  font-size: 1.25rem !important;
}

.ADF-fs-xl {
  font-size: 1.5rem !important;
}

.ADF-fs-2xl {
  font-size: 2rem !important;
}

.ADF-fs-3xl {
  font-size: 2.5rem !important;
}

.ADF-d-none {
  display: none !important;
}

.ADF-d-inline {
  display: inline !important;
}

.ADF-d-inline-block {
  display: inline-block !important;
}

.ADF-d-block {
  display: block !important;
}

.ADF-d-grid {
  display: grid !important;
}

.ADF-d-table {
  display: table !important;
}

.ADF-d-table-row {
  display: table-row !important;
}

.ADF-d-table-cell {
  display: table-cell !important;
}

.ADF-d-flex {
  display: flex !important;
}

.ADF-d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .ADF-d-sm-none {
    display: none !important;
  }
  .ADF-d-sm-inline {
    display: inline !important;
  }
  .ADF-d-sm-inline-block {
    display: inline-block !important;
  }
  .ADF-d-sm-block {
    display: block !important;
  }
  .ADF-d-sm-grid {
    display: grid !important;
  }
  .ADF-d-sm-table {
    display: table !important;
  }
  .ADF-d-sm-table-row {
    display: table-row !important;
  }
  .ADF-d-sm-table-cell {
    display: table-cell !important;
  }
  .ADF-d-sm-flex {
    display: flex !important;
  }
  .ADF-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .ADF-d-md-none {
    display: none !important;
  }
  .ADF-d-md-inline {
    display: inline !important;
  }
  .ADF-d-md-inline-block {
    display: inline-block !important;
  }
  .ADF-d-md-block {
    display: block !important;
  }
  .ADF-d-md-grid {
    display: grid !important;
  }
  .ADF-d-md-table {
    display: table !important;
  }
  .ADF-d-md-table-row {
    display: table-row !important;
  }
  .ADF-d-md-table-cell {
    display: table-cell !important;
  }
  .ADF-d-md-flex {
    display: flex !important;
  }
  .ADF-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .ADF-d-lg-none {
    display: none !important;
  }
  .ADF-d-lg-inline {
    display: inline !important;
  }
  .ADF-d-lg-inline-block {
    display: inline-block !important;
  }
  .ADF-d-lg-block {
    display: block !important;
  }
  .ADF-d-lg-grid {
    display: grid !important;
  }
  .ADF-d-lg-table {
    display: table !important;
  }
  .ADF-d-lg-table-row {
    display: table-row !important;
  }
  .ADF-d-lg-table-cell {
    display: table-cell !important;
  }
  .ADF-d-lg-flex {
    display: flex !important;
  }
  .ADF-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .ADF-d-xl-none {
    display: none !important;
  }
  .ADF-d-xl-inline {
    display: inline !important;
  }
  .ADF-d-xl-inline-block {
    display: inline-block !important;
  }
  .ADF-d-xl-block {
    display: block !important;
  }
  .ADF-d-xl-grid {
    display: grid !important;
  }
  .ADF-d-xl-table {
    display: table !important;
  }
  .ADF-d-xl-table-row {
    display: table-row !important;
  }
  .ADF-d-xl-table-cell {
    display: table-cell !important;
  }
  .ADF-d-xl-flex {
    display: flex !important;
  }
  .ADF-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
.ADF-visible {
  visibility: visible !important;
}

.ADF-invisible {
  visibility: hidden !important;
}

.ADF-justify-start {
  justify-content: flex-start !important;
}

.ADF-justify-end {
  justify-content: flex-end !important;
}

.ADF-justify-center {
  justify-content: center !important;
}

.ADF-justify-between {
  justify-content: space-between !important;
}

.ADF-justify-around {
  justify-content: space-around !important;
}

.ADF-justify-evenly {
  justify-content: space-evenly !important;
}

.ADF-align-start {
  align-items: flex-start !important;
}

.ADF-align-end {
  align-items: flex-end !important;
}

.ADF-align-center {
  align-items: center !important;
}

.ADF-align-baseline {
  align-items: baseline !important;
}

.ADF-align-stretch {
  align-items: stretch !important;
}

.ADF-align-self-auto {
  align-self: auto !important;
}

.ADF-align-self-start {
  align-self: flex-start !important;
}

.ADF-align-self-end {
  align-self: flex-end !important;
}

.ADF-align-self-center {
  align-self: center !important;
}

.ADF-align-self-baseline {
  align-self: baseline !important;
}

.ADF-align-self-stretch {
  align-self: stretch !important;
}

.ADF-gap-0 {
  gap: 0 !important;
}

.ADF-gap-x-0 {
  column-gap: 0 !important;
}

.ADF-gap-y-0 {
  row-gap: 0 !important;
}

.ADF-gap-1 {
  gap: 0.25rem !important;
}

.ADF-gap-x-1 {
  column-gap: 0.25rem !important;
}

.ADF-gap-y-1 {
  row-gap: 0.25rem !important;
}

.ADF-gap-2 {
  gap: 0.5rem !important;
}

.ADF-gap-x-2 {
  column-gap: 0.5rem !important;
}

.ADF-gap-y-2 {
  row-gap: 0.5rem !important;
}

.ADF-gap-3 {
  gap: 1rem !important;
}

.ADF-gap-x-3 {
  column-gap: 1rem !important;
}

.ADF-gap-y-3 {
  row-gap: 1rem !important;
}

.ADF-gap-4 {
  gap: 1.5rem !important;
}

.ADF-gap-x-4 {
  column-gap: 1.5rem !important;
}

.ADF-gap-y-4 {
  row-gap: 1.5rem !important;
}

.ADF-gap-5 {
  gap: 3rem !important;
}

.ADF-gap-x-5 {
  column-gap: 3rem !important;
}

.ADF-gap-y-5 {
  row-gap: 3rem !important;
}

.ADF-text-uppercase {
  text-transform: uppercase !important;
}

.ADF-text-lowercase {
  text-transform: lowercase !important;
}

.ADF-text-capitalize {
  text-transform: capitalize !important;
}

.ADF-border {
  border: 1px solid currentColor !important;
}

.ADF-border-0 {
  border: 0 !important;
}

.ADF-border-top {
  border-top: 1px solid currentColor !important;
}

.ADF-border-bottom {
  border-bottom: 1px solid currentColor !important;
}

.ADF-border-start {
  border-inline-start: 1px solid currentColor !important;
}

.ADF-border-end {
  border-inline-end: 1px solid currentColor !important;
}

.ADF-border-top-0 {
  border-top: 0 !important;
}

.ADF-border-bottom-0 {
  border-bottom: 0 !important;
}

.ADF-border-start-0 {
  border-inline-start: 0 !important;
}

.ADF-border-end-0 {
  border-inline-end: 0 !important;
}

.ADF-border-1 {
  border-width: 1px !important;
}

.ADF-border-2 {
  border-width: 2px !important;
}

.ADF-border-3 {
  border-width: 3px !important;
}

.ADF-border-4 {
  border-width: 4px !important;
}

.ADF-border-5 {
  border-width: 5px !important;
}

.ADF-rounded {
  border-radius: 0.25rem !important;
}

.ADF-rounded-0 {
  border-radius: 0 !important;
}

.ADF-rounded-1 {
  border-radius: 0.2rem !important;
}

.ADF-rounded-2 {
  border-radius: 0.25rem !important;
}

.ADF-rounded-3 {
  border-radius: 0.3rem !important;
}

.ADF-rounded-circle {
  border-radius: 50% !important;
}

.ADF-rounded-pill {
  border-radius: 50rem !important;
}

.ADF-border-primary {
  border-color: #0d6efd !important;
}

.ADF-border-secondary {
  border-color: #6c757d !important;
}

.ADF-border-success {
  border-color: #198754 !important;
}

.ADF-border-danger {
  border-color: #dc3545 !important;
}

.ADF-border-warning {
  border-color: #ffc107 !important;
}

.ADF-border-info {
  border-color: #0dcaf0 !important;
}

.ADF-border-light {
  border-color: #dddddd !important;
}

.ADF-border-dark {
  border-color: #212529 !important;
}

.ADF-btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  cursor: pointer;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}

.ADF-btn-primary {
  color: #fff;
  background-color: #0d6efd;
  border-color: #0d6efd;
}
.ADF-btn-primary:hover {
  background-color: rgb(1.887704918, 93.4413934426, 228.412295082);
  border-color: rgb(1.762295082, 87.2336065574, 213.237704918);
  text-decoration: none;
}

.ADF-btn-outline-primary {
  color: #0d6efd;
  background-color: transparent;
  border-color: #0d6efd;
}
.ADF-btn-outline-primary:hover {
  background-color: #0d6efd;
  color: #fff;
}

.ADF-btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}
.ADF-btn-secondary:hover {
  background-color: rgb(91.452360515, 99.0733905579, 105.847639485);
  border-color: rgb(84.3605150215, 91.3905579399, 97.6394849785);
  text-decoration: none;
}

.ADF-btn-outline-secondary {
  color: #6c757d;
  background-color: transparent;
  border-color: #6c757d;
}
.ADF-btn-outline-secondary:hover {
  background-color: #6c757d;
  color: #fff;
}

.ADF-btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.ADF-btn-success:hover {
  background-color: rgb(19.421875, 104.878125, 65.2575);
  border-color: rgb(17.03125, 91.96875, 57.225);
  text-decoration: none;
}

.ADF-btn-outline-success {
  color: #198754;
  background-color: transparent;
  border-color: #198754;
}
.ADF-btn-outline-success:hover {
  background-color: #198754;
  color: #fff;
}

.ADF-btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.ADF-btn-danger:hover {
  background-color: rgb(202.2556962025, 35.0443037975, 51.064556962);
  border-color: rgb(189.2151898734, 32.7848101266, 47.7721518987);
  text-decoration: none;
}

.ADF-btn-outline-danger {
  color: #dc3545;
  background-color: transparent;
  border-color: #dc3545;
}
.ADF-btn-outline-danger:hover {
  background-color: #dc3545;
  color: #fff;
}

.ADF-btn-warning {
  color: #fff;
  background-color: #ffc107;
  border-color: #ffc107;
}
.ADF-btn-warning:hover {
  background-color: rgb(226.3, 169.725, 0);
  border-color: rgb(211, 158.25, 0);
  text-decoration: none;
}

.ADF-btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  border-color: #ffc107;
}
.ADF-btn-outline-warning:hover {
  background-color: #ffc107;
  color: #fff;
}

.ADF-btn-info {
  color: #fff;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.ADF-btn-info:hover {
  background-color: rgb(11.1656126482, 173.4964426877, 206.1343873518);
  border-color: rgb(10.3794466403, 161.2806324111, 191.6205533597);
  text-decoration: none;
}

.ADF-btn-outline-info {
  color: #0dcaf0;
  background-color: transparent;
  border-color: #0dcaf0;
}
.ADF-btn-outline-info:hover {
  background-color: #0dcaf0;
  color: #fff;
}

.ADF-btn-light {
  color: #000;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.ADF-btn-light:hover {
  background-color: rgb(227.175, 231.15, 235.125);
  border-color: rgb(218.25, 223.5, 228.75);
  text-decoration: none;
}

.ADF-btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  border-color: #f8f9fa;
}
.ADF-btn-outline-light:hover {
  background-color: #f8f9fa;
  color: #000;
}

.ADF-btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.ADF-btn-dark:hover {
  background-color: rgb(17.0797297297, 19.15, 21.2202702703);
  border-color: rgb(10.2567567568, 11.5, 12.7432432432);
  text-decoration: none;
}

.ADF-btn-outline-dark {
  color: #212529;
  background-color: transparent;
  border-color: #212529;
}
.ADF-btn-outline-dark:hover {
  background-color: #212529;
  color: #fff;
}

.ADF-btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.ADF-btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.ADF-form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.ADF-form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}
.ADF-form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ADF-form-control:disabled, .ADF-form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.ADF-form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #212529;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%236c757d' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
}
.ADF-form-select:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.ADF-form-control-sm,
.ADF-form-select-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.ADF-form-control-lg,
.ADF-form-select-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.ADF-form-check {
  position: relative;
  display: block;
  padding-left: 1.5em;
  margin-bottom: 0.5rem;
}

.ADF-form-check-input {
  position: absolute;
  margin-top: 0.25em;
  margin-left: -1.5em;
  width: 1em;
  height: 1em;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid #ced4da;
  appearance: none;
  cursor: pointer;
}
.ADF-form-check-input:focus {
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

.ADF-form-check-input[type=checkbox] {
  border-radius: 0.25rem;
}
.ADF-form-check-input[type=checkbox]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M12.97 4.97a.75.75 0 010 1.06L7.477 11.53a.75.75 0 01-1.06 0L3.03 8.143a.75.75 0 111.06-1.06L6.97 9.97l5.94-5.94a.75.75 0 011.06 0z'/%3E%3C/svg%3E");
}

.ADF-form-check-input[type=radio] {
  border-radius: 50%;
}
.ADF-form-check-input[type=radio]:checked {
  background-color: #0d6efd;
  border-color: #0d6efd;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='3' fill='white'/%3E%3C/svg%3E");
}

.ADF-form-check-label {
  margin-bottom: 0;
  cursor: pointer;
}

.ADF-form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 1rem;
}
.ADF-form-check-inline .ADF-form-check-input {
  position: static;
  margin-right: 0.5em;
  margin-left: 0;
}

/*# sourceMappingURL=ADF-layout.css.map */
