@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&family=DM+Sans:ital,wght@0,400;0,500;0,700;1,400;1,500;1,700&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300;400;500;600;700&display=swap");
/* General */
.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba;
}

.noborder {
  border: 0;
}

.block {
  display: block;
}

small {
  font-weight: normal;
}

.main-nav.close_icon > .page-body {
  margin-left: 0px !important;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.rownopaddingwidth100 {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}
.rownopaddingwidth100 .row.g-0.no-g-0-responsive {
  margin: 0;
}

.inline-flex {
  display: inline-flex;
}

.noborderl {
  border-left: 0 !important;
}

.noborderr {
  border-right: 0 !important;
}

.text-right {
  text-align: right;
}

ul.list-group {
  padding: 0;
}

.nopaddingl {
  padding-left: 0px !important;
}

.nopaddingr {
  padding-right: 0px !important;
}

.nopadding {
  padding: 0 !important;
}

.nomargin {
  margin: 0 !important;
}

.strong {
  font-weight: bold;
}

.pr-2 {
  padding-right: 10px;
}

.ml-5 {
  margin-left: 3rem !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pl-25 {
  padding-left: 25px !important;
}

.additionnal-details-body p.d-flex.align-items-start {
  flex-direction: column;
}
.additionnal-details-body p.d-flex.align-items-start::after {
  content: "";
  border-bottom: 1px solid #e6edef;
  display: inline-flex;
  width: 100%;
  padding-bottom: 15px;
}
.additionnal-details-body p.d-flex.align-items-start::after:last-child {
  border: 0;
}

.page-wrapper.modern-sidebar {
  background-color: #f4f0eb;
}

.bg-orange {
  background-color: #FF6704;
  color: white;
}

.outline-orange {
  border: 1px solid rgba(255, 103, 4, 0.4);
  font-weight: 500;
}

.width100 {
  width: 100% !important;
}

.widthauto {
  width: auto !important;
}

.hidden {
  display: none !important;
}

.visibility-hidden {
  visibility: hidden;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

::marker {
  content: "";
}

.noborder {
  border: 0;
}

.page-wrapper .page-body-wrapper .page-header .breadcrumb li {
  text-transform: capitalize;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-body-wrapper.horizontal-menu.isClosed > .page-body {
  margin-left: 0 !important;
}

button:focus {
  outline: none;
}

.overflowVisible {
  overflow: visible !important;
}

h1,
h2,
h3,
h4,
h5,
.card .btn-link {
  font-family: "Bebas Neue", cursive;
  font-weight: normal !important;
}

h3 {
  font-size: 30px !important;
}

h5, .card .btn-link,
.card .card-header h5:not(.mb-0) {
  font-size: 25px !important;
  color: #FF6704 !important;
}

h5 small, .card .btn-link small {
  font-size: 14px;
  color: #444;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

.fontsize10 {
  font-size: 10px;
}

.fontsize11 {
  font-size: 11px;
}

.fontsize18 {
  font-size: 18px;
}

.default-according .card .card-body h6 {
  color: #444;
  font-size: 15px;
  margin-bottom: 5px;
}

.default-according .card .card-header h5, .default-according .card .card-header .btn-link {
  padding-left: 0;
}

.text-left {
  text-align: left;
}

.title-collapse {
  padding-left: 0;
}
.title-collapse button,
.title-collapse a {
  text-align: left;
}
.title-collapse button:before,
.title-collapse a:before {
  color: #24336c;
  right: 20px;
  position: absolute;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.title-collapse button[aria-expanded=true]:before,
.title-collapse a[aria-expanded=true]:before {
  content: "\eb73";
  font-family: IcoFont;
}
.title-collapse button[aria-expanded=false]:before,
.title-collapse a[aria-expanded=false]:before {
  content: "\eb7a";
  font-family: IcoFont;
}

.text-black {
  color: #242934 !important;
}

.height-auto {
  height: auto !important;
}

button.btn.btn-link.width100.mb-0.text-left.text-black {
  padding: 0;
}
button.btn.btn-link.width100.mb-0.text-left.text-black[aria-expanded=false]::before {
  right: 20px;
  position: absolute;
  content: "\eff4";
  font-family: IcoFont;
  font-size: 25px;
  top: 35px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
button.btn.btn-link.width100.mb-0.text-left.text-black[aria-expanded=true]::before {
  right: 20px;
  position: absolute;
  content: "\eff2";
  font-family: IcoFont;
  font-size: 25px;
  top: 35px;
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.centered-column {
  display: -ms-grid;
  display: grid;
  grid-auto-flow: column;
  gap: 4px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}

.btn.btn-orange {
  border: 1px solid #FF6704;
  color: #FF6704;
}
.btn.small {
  padding: 5px 30px !important;
}
.btn.btn-primary-outline {
  background-color: transparent;
  border: 1px solid #0588df;
  color: #0588df;
}
.btn.btn-primary-outline:hover {
  background: #0588df;
  color: white;
}
.btn.btn-primary:hover {
  background: transparent !important;
  color: #0588df;
}

.btn-button button {
  background-color: #0588df !important;
  border-color: #0588df !important;
  color: white;
  font-size: 14px;
  padding: 0.6rem 1.75rem;
  border: 1px solid;
  font-weight: 600;
  border-radius: 0.25rem;
}
.btn-button button:hover, .btn-button button:focus {
  background-color: transparent !important;
  border-color: #0588df !important;
  color: #0588df;
  outline: none;
}

.ml-0 {
  margin-left: 0 !important;
}

.r-0 {
  margin-right: 0 !important;
}

.ml-2 {
  margin-left: 10px;
}

.ml-3 {
  margin-left: 30px;
}

.ml-4 {
  margin-left: 40px;
}

.mr-2 {
  margin-right: 10px;
}

.mr-3 {
  margin-right: 30px;
}

.marginLeft30 {
  margin-left: 30px;
}

small {
  line-height: 19px;
}

.top-neg-5 {
  position: relative;
  top: -5px;
}
.top-neg-5 input {
  height: 26px;
}

label.col.col-form-label {
  padding-top: 0;
}

.withauto {
  width: auto;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  position: absolute;
  right: 0;
  background: transparent;
}

.nomarker::marker {
  display: none;
  content: "";
}

a.inherit-color {
  color: inherit !important;
}

.flex-basis-label label {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}

.inline-checkbox input {
  height: 19px;
}

.small-spinner {
  display: inline-block;
  margin-left: 15px !important;
  width: auto;
}
.small-spinner .spinner-border {
  width: 1rem;
  height: 1rem;
  border: 1px solid black;
  border-right-color: transparent;
  margin: 0px !important;
}
.small-spinner.nomargin {
  margin: 0 !important;
}

.cursor-pointer:hover {
  cursor: pointer;
}

.fontsize25 {
  font-size: 25px;
}

.column-count-1 {
  -moz-column-count: 1;
  -moz-column-gap: 20px;
  -webkit-column-count: 1;
  -webkit-column-gap: 20px;
  column-count: 1;
  column-gap: 20px;
  column-width: 100px;
}

.column-count-2 {
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  column-width: 50px;
}

.column-count-3 {
  -moz-column-count: 3;
  -moz-column-gap: 20px;
  -webkit-column-count: 3;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
  column-width: 33.3333333333px;
}

.column-count-4 {
  -moz-column-count: 4;
  -moz-column-gap: 20px;
  -webkit-column-count: 4;
  -webkit-column-gap: 20px;
  column-count: 4;
  column-gap: 20px;
  column-width: 25px;
}

.column-count-5 {
  -moz-column-count: 5;
  -moz-column-gap: 20px;
  -webkit-column-count: 5;
  -webkit-column-gap: 20px;
  column-count: 5;
  column-gap: 20px;
  column-width: 20px;
}

.column-count-6 {
  -moz-column-count: 6;
  -moz-column-gap: 20px;
  -webkit-column-count: 6;
  -webkit-column-gap: 20px;
  column-count: 6;
  column-gap: 20px;
  column-width: 16.6666666667px;
}

.column-count-7 {
  -moz-column-count: 7;
  -moz-column-gap: 20px;
  -webkit-column-count: 7;
  -webkit-column-gap: 20px;
  column-count: 7;
  column-gap: 20px;
  column-width: 14.2857142857px;
}

.column-count-8 {
  -moz-column-count: 8;
  -moz-column-gap: 20px;
  -webkit-column-count: 8;
  -webkit-column-gap: 20px;
  column-count: 8;
  column-gap: 20px;
  column-width: 12.5px;
}

.column-count-9 {
  -moz-column-count: 9;
  -moz-column-gap: 20px;
  -webkit-column-count: 9;
  -webkit-column-gap: 20px;
  column-count: 9;
  column-gap: 20px;
  column-width: 11.1111111111px;
}

.column-count-10 {
  -moz-column-count: 10;
  -moz-column-gap: 20px;
  -webkit-column-count: 10;
  -webkit-column-gap: 20px;
  column-count: 10;
  column-gap: 20px;
  column-width: 10px;
}

.column-count-11 {
  -moz-column-count: 11;
  -moz-column-gap: 20px;
  -webkit-column-count: 11;
  -webkit-column-gap: 20px;
  column-count: 11;
  column-gap: 20px;
  column-width: 9.0909090909px;
}

.column-count-12 {
  -moz-column-count: 12;
  -moz-column-gap: 20px;
  -webkit-column-count: 12;
  -webkit-column-gap: 20px;
  column-count: 12;
  column-gap: 20px;
  column-width: 8.3333333333px;
}

[class*=column-count-] .inline-checkbox {
  display: inherit;
  width: 100%;
}
[class*=column-count-] ~ div:first-child {
  page-break-inside: avoid;
  break-inside: avoid-column;
}

.column-7-vaccine {
  width: 185.7px;
}

.inline-block .form-group label {
  width: 56% !important;
  max-width: 56%;
  padding-bottom: 0 !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-block .form-group div {
  width: auto;
}

.displayOnPrint {
  display: none !important;
}

.img-header-print {
  background-image: url(../../assets/images/header-for-print-pdf.jpg);
  height: 250px;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

.btn-danger-outline {
  border: 1px solid #d22d3d !important;
  color: #d22d3d !important;
  font-size: 11px;
}
.btn-danger-outline.fs14 {
  font-size: 14px !important;
}
.btn-danger-outline:hover {
  background-color: #d22d3d;
  color: white !important;
}
.btn-danger-outline:hover i {
  color: white;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: rgb(183 183 183 / 5%);
  color: var(--bs-table-striped-color);
}

.page-body ul {
  padding-left: 15px;
  margin-bottom: 1rem;
}
.page-body ul li {
  list-style-type: disc;
}

.ul-style-none {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.ul-style-none li {
  list-style-type: none !important;
}

.box-define-actions {
  padding: 0 !important;
}

/* alerts */
.alert.bg-orange .btn-close {
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}

.ribbon-bookmark.ribbon-orange.ribbon-right {
  background: #FF6704;
}
.ribbon-bookmark.ribbon-orange.ribbon-right:before {
  border-right: 15px solid #FF6704;
}

.alert.outline-orange .ribbon-bookmark:before {
  border: 15px solid #FF6704;
  border-left: 10px solid transparent !important;
}
.alert.outline-orange svg {
  width: 14px;
  height: 14px;
  margin-right: 4px;
  position: relative;
  top: 0;
}
.alert.outline-orange .btn-close {
  padding: 8px;
  z-index: 1;
  -webkit-filter: brightness(1) invert(1);
  filter: brightness(1) invert(1);
}
.alert.outline-orange .ribbon {
  top: 0;
  padding: 0 30px 0 0;
}

.top-neg-13 {
  top: -13px;
  padding-left: 0 !important;
}

/* forms */
input[type=checkbox] {
  -moz-appearance: initial;
  appearance: initial;
}

@-moz-document url-prefix() {
  input[type=checkbox] {
    margin-right: 27px !important;
  }
}
.col-siblings {
  page-break-inside: avoid;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}

.css-1s2u09g-control {
  border-color: #e6edef !important;
}

.css-1okebmr-indicatorSeparator {
  background-color: #e6edef !important;
}

[type=checkbox]:disabled {
  cursor: not-allowed;
  background-color: -internal-light-dark(rgba(239, 239, 239, 0.3), rgba(59, 59, 59, 0.3));
  color: -internal-light-dark(rgb(84, 84, 84), rgb(170, 170, 170));
  border-color: rgba(118, 118, 118, 0.3);
}
[type=checkbox]:disabled + label {
  color: rgb(36, 41, 52);
  cursor: not-allowed;
  opacity: 0.65;
  font-weight: 500;
}

[class*=column-count-] .checkbox-with-description .inline-checkbox {
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
}
[class*=column-count-] .checkbox-with-description .inline-checkbox label {
  margin-right: 10px;
}
[class*=column-count-] .checkbox-with-description small {
  white-space: nowrap;
}

#dynamic-form {
  /*.layout {
      margin-bottom: 1rem !important;
      -ms-flex-negative: 0;
      flex-shrink: 0;
      width: auto;
      max-width: auto;
      padding-right: calc(var(--bs-gutter-x) / 2);
      padding-left: calc(var(--bs-gutter-x) / 2);
      margin-top: var(--bs-gutter-y);
      &>div {
          width: auto!important;
      }
      .m-checkbox-inline {
          flex-direction: row;
      }
      label.form-label,
      .form-label {
          margin-bottom: 0.5rem!important;
      }
  }*/
}
#dynamic-form div[id^=TitleOfCollapse] {
  display: none;
}
#dynamic-form td .input-group {
  -ms-flex-wrap: inherit !important;
  flex-wrap: inherit !important;
}
#dynamic-form td .layout {
  margin-bottom: 0 !important;
}
#dynamic-form td .layout .form-control {
  padding: 0 !important;
}
#dynamic-form td .layout .input-group {
  -ms-flex-wrap: inherit !important;
  flex-wrap: inherit !important;
}

.radio-primary {
  position: relative !important;
}

.datepicker-inline {
  display: none;
}

.datepicker-here.form-control.digits .react-datepicker-wrapper {
  padding: 0.375rem 0.75rem;
}

.datepicker-here.form-control.digits {
  padding: 0;
}

.input-group-text {
  height: 35px;
}
.input-group-text:hover {
  cursor: pointer;
}

.input-group.input-readonly label {
  background: #e9ecef;
}

span.react-datepicker__month-read-view--down-arrow {
  display: none;
}

.react-datepicker__triangle {
  display: none;
}

.react-datepicker__input-container input {
  width: 100%;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  position: absolute;
  margin: 0;
}
.bootstrap-datetimepicker-widget.dropdown-menu th.picker-switch {
  text-align: center;
}
.bootstrap-datetimepicker-widget.dropdown-menu th,
.bootstrap-datetimepicker-widget.dropdown-menu td {
  padding: 5px 17px !important;
  text-align: center;
}
.bootstrap-datetimepicker-widget.dropdown-menu li.picker-switch.accordion-toggle {
  display: table;
  margin: auto;
  top: 5px;
  position: relative;
}
.bootstrap-datetimepicker-widget.dropdown-menu.bottom {
  inset: inherit !important;
}

td.day.active.today {
  background: #0588df;
  color: white;
}

.m-checkbox-inline .radio {
  padding-left: 7px;
}

.css-1pahdxg-control {
  border-color: #0588df !important;
  -webkit-box-shadow: #0588df 0px 0px 0px 1px !important;
  box-shadow: #0588df 0px 0px 0px 1px !important;
}

.form-group {
  margin-bottom: 0px !important;
}

#vaccineContainer {
  padding: 0;
}
#vaccineContainer .column-count-5 {
  -moz-column-count: 1 !important;
  -moz-column-gap: 20px;
  -webkit-column-count: 1 !important;
  -webkit-column-gap: 20px;
  column-count: 1 !important;
  column-gap: 20px;
}
#vaccineContainer .input-group-text {
  display: none;
}

tr.vaccineMeningococcal .d-flex.flex-basis-label {
  display: block !important;
}
tr.vaccineMeningococcal td {
  vertical-align: bottom;
}

.alert.alert-primary-opacity {
  background-color: rgba(5, 136, 223, 0.1);
  border-color: rgba(5, 136, 223, 0.34);
  white-space: pre-line;
}
.alert.alert-primary-opacity li {
  padding: 0 !important;
}

.alert-danger-light {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.table td {
  position: relative;
  vertical-align: middle;
  border-right: 1px solid #e6edef;
}
.table td .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-right: 15px;
}
.table td .radio label span {
  margin-left: 20px;
}
.table td .radio label::before, .table td .radio label::after {
  margin-left: 0;
}
.table .radio input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}
.table .radio input[type=radio]:hover {
  cursor: pointer;
}
.table input[type=text],
.table textarea {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  resize: none;
  border: none;
  background: transparent;
  border: 0px solid #e6edef;
}

div#vaccineContainer .table input[type=text].form-control, div#vaccineContainer .table textarea {
  border-color: #e6edef !important;
  border-width: 1px;
  background: white;
}

.form-label, label.form-label, label.col-form-label {
  font-weight: 600;
  color: #242934;
}

.form-select {
  width: 100%;
  padding: 0.375rem 1.75rem 0.375rem 0.75rem;
  background-color: #fff;
  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='%23343a40' 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;
  border: 1px solid #e6edef;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.css-tlfecz-indicatorContainer {
  padding: 6px !important;
}

.css-1s2u09g-control {
  min-height: 35px;
}

.inline-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.inline-select select,
.inline-select .form-select {
  display: inline-block !important;
}
.inline-select label {
  width: 100%;
}

.column-line {
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

label.form-label.required:after, label.col-form-label.required:after {
  content: "*";
  color: red;
  padding-left: 5px;
}

label.form-label.label-required-survey::after, label.label-required-survey.col-form-label::after {
  content: "*";
  color: red;
  padding-left: 5px;
}

select.form-select.error-empty-fields {
  border: 1px solid red;
}

tr.error-empty-fields td {
  background: rgba(255, 187, 187, 0.4392156863);
  color: red;
}

.inline-checkbox {
  display: inline-block;
}
.inline-checkbox label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding-left: 15px;
}
.inline-checkbox label:hover {
  cursor: pointer;
}

.sidebar-avatar {
  border: 10px solid rgba(5, 136, 223, 0.2);
  height: 90px;
  overflow: hidden;
}

.page-main-header .main-header-right .nav-right .bookmark-dropdown {
  padding: 0;
}

li.nohover {
  background-color: transparent !important;
}

li.noti-primary {
  padding: 15px 9px;
  border-top: 1px solid #e6edef;
  font-weight: 500;
}
li.noti-primary:first-child {
  border-top: 0;
}
li.noti-primary:hover {
  background-color: rgba(5, 136, 223, 0.1) !important;
}
li.noti-primary:hover:first-child svg path {
  fill: white;
}
li.noti-primary:hover .bg-light-primary {
  color: #fff;
  background-color: #0588df;
}
li.noti-primary:hover .bg-light-primary svg path {
  color: white !important;
}

li.onhover-dropdown:hover {
  background-color: transparent !important;
}

.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  align-items: center;
}

li.onhover-dropdown:hover .btn.btn-primary-light {
  background-color: #0588df !important;
  color: #fff;
}

.notification-bg.bg-light-primary {
  background-color: rgb(244, 244, 244);
  color: #444;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  margin-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page-wrapper.compact-wrapper .page-body-wrapper header.main-nav .sidebar-user img {
  border: 0;
  height: 100%;
  min-width: 100%;
  left: 50%;
  position: relative;
  transform: translateX(-50%);
}

.user-profile .profile-header {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.user-profile .profile-header .userpro-box:hover {
  cursor: pointer;
}
.user-profile .profile-header .userpro-box .avatar {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border: 0 !important;
  margin-bottom: 4px;
}
.user-profile .profile-header .userpro-box .avatar .border-image {
  border: 7px solid rgba(5, 136, 223, 0.08);
  width: 100%;
  height: inherit;
  border-radius: 50%;
}
.user-profile .profile-header .userpro-box .avatar img {
  height: auto;
}

.profile-header,
.img-wrraper .avatar {
  width: 100%;
  overflow: hidden;
  height: 200px;
  max-height: 200px;
  text-align: center;
}
.profile-header .img-fluid,
.img-wrraper .avatar .img-fluid {
  max-width: 100%;
  max-height: 100%;
}
.profile-header:hover,
.img-wrraper .avatar:hover {
  cursor: pointer !important;
}

.file-upload-avatar {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  width: 103%;
  height: 109%;
  opacity: 0;
  cursor: pointer !important;
  z-index: 1 !important;
}

input[type=file]::file-selector-button {
  display: none;
}

.label-input-file {
  cursor: pointer;
  margin-bottom: 0px;
  line-height: 35px;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  padding-left: 15px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  float: left;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 30%;
}

.input-file-type {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 70%;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.css-1oz667s-menu {
  z-index: 7 !important;
}

/* sidebar */
.main-header-left {
  padding: 12px 40px !important;
}
.main-header-left .img-fluid {
  max-width: 69%;
}

/* dashboard */
.rounded-circle-img {
  border-radius: 50% !important;
  width: 70px;
  height: 70px;
  font-size: 44px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 4px solid #f5f5f5;
  padding: 8px;
  background: white;
}
.rounded-circle-img img {
  width: 90%;
  height: auto;
  font-size: 12px;
}
.rounded-circle-img.is-complete {
  background: #d8efe3;
  border: 4px solid rgba(157, 215, 184, 0.4);
}
.rounded-circle-img.is-incomplete {
  background: rgba(255, 171, 171, 0.38);
  border: 4px solid #ffa7a7;
}

#accordion-application-form button.btn.btn-link {
  padding: 0;
  color: inherit;
}
#accordion-application-form button[aria-expanded=false] h4 {
  margin-bottom: 0 !important;
}

.status-is-complete {
  color: #80bf9e;
}

.status-is-incomplete {
  color: #ff7d7d;
}

.section-white .rounded-circle-img {
  background: #fff;
  border: 4px solid #f5f5f5 !important;
}

.section-green .rounded-circle-img {
  background-color: #d8efe3;
  border: 4px solid rgba(157, 215, 184, 0.4) !important;
}

.section-green-dark .rounded-circle-img {
  background-color: #75b996;
  border: 4px solid rgba(184, 243, 213, 0.67) !important;
}

.section-yellow .rounded-circle-img {
  background-color: #ffebba;
  border: 4px solid #f1dca9 !important;
}

.section-yellow-dark .rounded-circle-img {
  background-color: #f1c395;
  border: 4px solid #fde7d0 !important;
}

.section-blue .rounded-circle-img {
  background-color: #99cced;
  border: 4px solid #bfe4fd !important;
}

.section-red .rounded-circle-img {
  background-color: #ffbbbb;
  border: 4px solid #f6a6a6 !important;
}

.badge-approved {
  background-color: #99cced;
  color: white !important;
  font-size: 12px;
  font-family: "Montserrat", sans-serif !important;
}

.stepwizard {
  white-space: pre-line;
}
.stepwizard .stepwizard-row:before {
  top: 36px;
}
.stepwizard .stepwizard-row .stepwizard-step {
  max-width: 85px;
  position: relative;
  vertical-align: top;
  /*&.is-approved {
      .rounded-circle-img {
          background-color: rgba(139, 195, 74, 0.4);
      }
  }*/
}
.stepwizard .stepwizard-row .stepwizard-step a p {
  font-size: 12px;
}
.stepwizard .stepwizard-row .stepwizard-step.is-complete {
  /*img {
      filter: brightness(0) invert(1);
  }*/
}
.stepwizard .stepwizard-row .stepwizard-step.is-complete .rounded-circle-img {
  background: #d8efe3;
  border: 4px solid rgba(157, 215, 184, 0.4);
}
.stepwizard .stepwizard-row .stepwizard-step.is-save .rounded-circle-img {
  background: #ffebba;
  border: 4px solid rgb(241, 220, 169) !important;
}
.stepwizard .stepwizard-row .stepwizard-step.is-approved .rounded-circle-img {
  background: #75b996;
  border: 4px solid #75b996 !important;
}
.stepwizard .stepwizard-row .stepwizard-step.is-incomplete .rounded-circle-img {
  background: #ffbbbb;
  border: 4px solid #f6a6a6 !important;
}
.stepwizard .stepwizard-row .stepwizard-step.active .rounded-circle-img {
  border: 4px solid rgb(51, 122, 183) !important;
}
.stepwizard .stepwizard-row .stepwizard-step.active p {
  color: #0588df;
  font-weight: bold;
}
.stepwizard .stepwizard-row p {
  word-spacing: 9999px;
}

.sections-incomplete {
  color: #ffebba;
}

.redial-counter {
  border-radius: 100%;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  margin: 0 auto;
}
.redial-counter.sections-approved {
  border: 2px solid #75b996;
}
.redial-counter.sections-approved h5, .redial-counter.sections-approved .card .btn-link, .card .redial-counter.sections-approved .btn-link {
  background-color: #75b996;
}
.redial-counter.sections-incomplete {
  border: 2px solid #f1dca9;
}
.redial-counter.sections-incomplete h5, .redial-counter.sections-incomplete .card .btn-link, .card .redial-counter.sections-incomplete .btn-link {
  background-color: #ffebba;
}
.redial-counter.sections-complete {
  border: 2px solid rgba(157, 215, 184, 0.4);
}
.redial-counter.sections-complete h5, .redial-counter.sections-complete .card .btn-link, .card .redial-counter.sections-complete .btn-link {
  background-color: #d8efe3;
}
.redial-counter.sections-approved-by-wep {
  border: 2px solid #99cced;
}
.redial-counter.sections-approved-by-wep h5, .redial-counter.sections-approved-by-wep .card .btn-link, .card .redial-counter.sections-approved-by-wep .btn-link {
  background-color: #99cced;
}
.redial-counter.sections-incomplete-by-wep {
  border: 2px solid #f1c395;
}
.redial-counter.sections-incomplete-by-wep h5, .redial-counter.sections-incomplete-by-wep .card .btn-link, .card .redial-counter.sections-incomplete-by-wep .btn-link {
  background-color: #f1c395;
}
.redial-counter h5, .redial-counter .card .btn-link, .card .redial-counter .btn-link {
  background-color: #fff;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #444 !important;
}

.badge {
  padding: 0.44em 0.7em;
  color: #0588df;
}

/* photo album */
.section-photo-album header.photo-album-header.info {
  padding: 20px 20px 0;
  font-size: 16px;
  background: #f4f0eb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.section-photo-album header.photo-album-header.info .title-header {
  font-weight: 600;
  margin: 0;
  padding: 0;
  display: inline;
}
.section-photo-album .user-profile.kanban-box {
  padding: 20px;
  background: #f4f0eb;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.section-photo-album .content-photo {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 20px;
  position: relative;
  display: block;
  color: inherit;
  background: white;
}
.section-photo-album label.icon-wrapper.change-avatar-profile {
  position: absolute;
  right: -10px;
  bottom: -15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  overflow: hidden;
  margin: 0 auto;
  font-size: 17px;
  -webkit-box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
  box-shadow: 0 0 6px 3px rgba(68, 102, 242, 0.1);
}
.section-photo-album label.icon-wrapper.change-avatar-profile i {
  color: #0588df;
}
.section-photo-album label.icon-wrapper.change-avatar-profile:hover {
  cursor: pointer !important;
}

.file-top img {
  -o-object-fit: cover;
  object-fit: cover;
}

.file-content .photo-album .setting-list .setting-option {
  width: 32px;
  height: 32px;
  overflow: hidden;
}
.file-content .photo-album .setting-list {
  background-color: transparent;
}
.file-content .photo-album .setting-primary {
  background-color: #fff;
}
.file-content .photo-album .setting-primary:hover {
  background-color: #0588df;
}
.file-content .photo-album i.icofont.icofont-bin.setting-primary:hover {
  color: white;
}
.file-content .photo-album .file-box .file-top {
  height: 200px;
  overflow: hidden;
}
.file-content .photo-album h6 {
  text-transform: inherit;
}

.active .btn.btn-light {
  background-color: #0588df !important;
  border-color: #0588df !important;
  color: white;
}
.active .btn.btn-light :hover {
  color: #FFF !important;
}

.file-sidebar .btn.btn-light:hover {
  color: #FFF !important;
  background-color: #0588df !important;
  border-color: #0588df !important;
}

.container-agreement.card {
  flex-direction: inherit;
}

ul#todo-list {
  padding-left: 0;
}
ul#todo-list li.task {
  display: flex;
  align-items: center;
  gap: 2rem;
  border-bottom: 1px solid #e6edef;
  padding: 15px;
}
ul#todo-list h4.task-label {
  display: block;
  font-size: 17px;
  vertical-align: middle;
  color: #999;
  word-break: break-all;
  padding-top: 5px;
  font-family: "Montserrat", sans-serif;
}

span.badge.rounded-pill.badge-info {
  color: white;
}

.btn-gray {
  background: #f4f4f4;
}

.mw-40 {
  max-width: 40%;
}

.mw-30 {
  max-width: 30%;
}

/* dropzone */
.dropzone.dz-clickable {
  cursor: pointer;
  text-align: center;
}

.dropzone {
  margin-right: auto;
  margin-left: auto;
  padding: 50px;
  border: 2px dashed #e4f4ff;
  border-radius: 15px;
  -o-border-image: none;
  border-image: none;
  background: rgba(242, 243, 244, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 150px;
  position: relative;
}
.dropzone i {
  font-size: 50px;
  color: #0588df;
}

.name-file-uploaded {
  display: block;
}

.thumb-dropzone {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}
.thumb-dropzone span {
  color: #999;
  font-size: 12px;
}

.uploaded-file {
  display: inline-flex;
  border-radius: 2px;
  border: 1px solid #eaeaea;
  padding: 15px;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.uploaded-file i.fa.fa-file-text-o.txt-primary {
  font-size: 30px;
  margin-bottom: 3px;
}

.row.virtual-folder-container .card-header.pb-0.row.g-0 {
  padding: 15px;
}

.list-virtual-folder {
  padding-right: 15px;
  padding-top: 15px;
}
.list-virtual-folder li {
  border-bottom: 1px solid #e9e9e9;
  position: relative;
  display: inline-block;
  text-decoration: none;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list-virtual-folder li i.fa.fa-file-text-o.txt-info {
  font-size: 16px;
  margin-right: 9px;
}
.list-virtual-folder li i.fa.fa-ellipsis-v.f-14.ellips {
  top: 7px;
  position: relative;
}

.link-to-app:hover {
  color: #0f8de0;
  text-decoration: underline !important;
  cursor: pointer;
}
.link-to-app:hover strong {
  text-decoration: underline !important;
}

#virtualFolderTabs li {
  list-style-type: none;
}

div#virtualFolderTabsContent .card-body {
  padding-top: 10px;
}

li.dropdown span.active a {
  background-color: #0588df;
  color: white !important;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
}
li.dropdown span.active a i {
  color: white !important;
}

.item-document {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
  padding: 30px;
}

/*  Needed for filters */
.hide {
  display: none;
}

.show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*  // Needed for filters */
/* staff */
.navigation-option ul li a,
.navigation-option ul li button {
  padding-left: 40px;
  color: #999;
  font-weight: 500;
}
.navigation-option ul li a i,
.navigation-option ul li a svg,
.navigation-option ul li button i,
.navigation-option ul li button svg {
  position: absolute;
  width: 15px;
  height: 15px;
  top: 12px;
  left: 15px;
}

/* login page */
.bg-image-home {
  background-size: cover;
}
.bg-image-home.cls {
  background-image: url("../../assets/images/cls/MyWEP-Home-illustration-CLS.jpg");
}
.bg-image-home.mywep {
  background-image: url("../../assets/images/MyWEP-Login.jpg");
}
.bg-image-home.myedu {
  background-image: url("../../assets/images/myedu/MyWEP-Home-illustration-MyEducation.jpg");
}
.bg-image-home.camps {
  background-image: url("../../assets/images/camps/MyWEP-Home-illustration-CAMPS.jpg");
}

.login-card {
  background-color: transparent !important;
}

.login-form .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: initial;
}

/* dropzone */
.dropzone {
  padding: 20px;
}

/* documents page */
button {
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
button:hover {
  color: #0588df;
}

.menu-filters {
  background: black;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: white;
  padding: 10px 45px;
  border-radius: 25px;
  text-align: center;
  position: fixed;
  bottom: 20px;
  z-index: 9;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.overlay-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10;
  left: 0;
  background: white;
  top: 50%;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  right: 0;
  padding: 15px;
}

/* legal guardian */
.section-parent-legal-guardian {
  border: 1px solid #e6edef;
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(102, 94, 213, 0.05);
  position: relative;
}

.hide-border {
  border-style: none;
}

/* Personality and habits */
.list-group-item {
  background-color: transparent;
  border-top: 0;
  border-bottom: 1px solid #e6edef;
  border-left: 0px !important;
  border-right: 0px !important;
}
.list-group-item:nth-child(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}
.list-group-item:hover:not(.checkbox-render) {
  background-color: rgba(5, 136, 223, 0.1);
  color: #0588df;
}

.row-dynamic li {
  padding: 0.75rem !important;
  border-bottom: 1px solid #e6edef;
}
.row-dynamic li:nth-child(odd) {
  background-color: #efeff5;
}

/************* */
.widget-joins .media h5, .widget-joins .media .card .btn-link, .card .widget-joins .media .btn-link {
  font-weight: 600 !important;
  font-size: 18px !important;
  text-transform: none !important;
  font-family: "Montserrat", sans-serif !important;
  letter-spacing: 0 !important;
  color: #444 !important;
}
.widget-joins.widget-joins-no-before::before {
  display: none;
}
.widget-joins.widget-joins-no-after::after {
  display: none;
}

.media-body.inline-radio .radio {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-left: 35px;
}

.widget-joins .media .media-body {
  line-height: initial;
}

div#accordionap {
  display: block;
}

.row.mt-5.px-1 {
  padding: 0.5rem 1rem;
}

.pb-3.d-flex.justify-content-end.pdf-buttons button.btn.btn-primary.mt-3.mb-4 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.dropdown-menu {
  border: 1px solid #e6edef;
  transition: all 0.3s ease;
  letter-spacing: 0.5px;
  border-radius: 0;
  background-color: #fff;
}
.dropdown-menu .inline-checkbox {
  display: inline-block;
  position: relative;
  top: 5px;
}
.dropdown-menu label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: baseline;
  align-items: center;
  margin-bottom: 0;
}
.dropdown-menu label.with-link {
  cursor: pointer;
}
.dropdown-menu.show {
  display: block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
}

.navigation-option ul li a {
  color: #999 !important;
}

.modal-header button.close {
  font-size: 29px;
}

.modal-backdrop {
  z-index: -1;
}

.modal-dialog {
  pointer-events: all;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

/* validation */
#section-applicantvalidationinfo {
  background: transparent;
  border: 0;
}
#section-applicantvalidationinfo .card-header {
  display: none;
}
#section-applicantvalidationinfo #collapseapplicantvalidationinfo > .card-body {
  padding: 0;
}

#collapseapplicantvalidationinfo [class*=status-is-] {
  font-size: 24px;
  margin-bottom: 0 !important;
}
#collapseapplicantvalidationinfo .rounded-circle-img {
  width: 50px !important;
  height: 50px !important;
}

/* list of applications forms */
.list-applicationforms {
  padding-left: 0 !important;
  margin-bottom: 0 !important;
}
.list-applicationforms .goto {
  display: none;
}
.list-applicationforms li:last-child {
  border-bottom: 0px;
}
.list-applicationforms li:hover .goto {
  display: block;
}

#tab-overview-partner .active {
  display: block;
  border: 1px solid #e9ecef;
  border-top: 0;
}
#tab-overview-partner h4 {
  font-size: 18px;
}
#tab-overview-partner .goto {
  font-size: 10px;
}

.nav-tabs .nav-link {
  border: 1px solid #e9ecef;
  margin-right: 0;
  border-right: 0;
  border-radius: 0;
}
.nav-tabs .nav-link:last-child {
  border-right: 1px solid #e9ecef;
}

/********** schools *********/
.provide-details label {
  width: 18%;
}

.addNewRowDynamic .btn.btn-danger-outline {
  margin-left: 15px;
  height: 35px;
}

.form-control:disabled,
.form-control[readonly],
.react-datepicker__input-container input[readonly] {
  background-color: #e9ecef !important;
}

.css-1insrsq-control {
  background-color: #e9ecef !important;
  min-height: 36px !important;
}

.css-109onse-indicatorSeparator {
  background-color: #bfbfbf !important;
}

.questionVaccineTBBloodTestIGRA .col-md-3 {
  display: none;
}

.questionVaccineTBBloodTestIGRA input {
  position: relative;
  top: 30px;
}

.row.questionVaccineTBBloodTest [class*=col-] li,
.questionChestXRay [class*=col-] li {
  height: 100% !important;
}

.questionVaccineTBBloodTestIGRA .col-md-9.column-count-5.col-50-print {
  width: 100%;
}

span.circle.text-center {
  background: #cde7f9;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  display: table;
  margin: auto;
  line-height: 29px;
}

.page-footer .datepicker-here.form-control.digits {
  height: 29px;
}
.page-footer .input-group-text {
  height: 29px !important;
}

.row.questionVaccineMeningococcal {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* inboud */
.wepadmin-student .inline-checkbox label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.bg-gray-odd {
  padding-left: 0 !important;
}
.bg-gray-odd li {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 0;
  border-bottom: 1px solid #e6edef;
  border-left: 0px !important;
  border-right: 0px !important;
}
.bg-gray-odd li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bg-gray-odd li:nth-child(odd) {
  background-color: rgba(245, 247, 250, 0.5);
}
.bg-gray-odd li:hover {
  background-color: rgba(5, 136, 223, 0.1);
  color: #0588df;
}

/* navigation */
::marker {
  content: "";
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #0588df;
  border-color: #0588df;
}
.page-item .page-link:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* partner section */
.partner-section {
  padding: 10px;
}
.partner-section .title {
  padding-bottom: 10px;
  font-size: 20px;
  border-bottom: 1px solid #e6edef;
  letter-spacing: normal;
  font-weight: 500;
}
.partner-section .file-box {
  border: 1px solid rgba(5, 142, 226, 0.15);
  border-radius: 5px;
  padding: 15px;
  background-color: rgba(5, 142, 226, 0.08);
}
.partner-section .checkbox_animated {
  margin: 0 2rem 0 0;
}
.partner-section label.d-flex:hover {
  cursor: pointer;
}

/************ stepper ***************/
.stepper-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  transition: color 0.2s ease;
  width: 40px;
  height: auto;
  min-height: 50px;
  border-radius: 9px;
  background-color: rgba(5, 142, 226, 0.08);
  margin-right: 1.5rem;
}

.stepper-number {
  color: #0588df;
  font-size: 1.25rem;
}

.stepper-label {
  width: 100%;
}
.stepper-label span {
  font-size: 15px;
}

.stepper-desc i {
  color: #0588df;
}
.stepper-desc a {
  color: #0588df;
  font-weight: 500;
}
.stepper-desc .inline-checkbox label {
  padding-left: 0;
  display: flex;
  align-items: center;
}

.placement-body p {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.placement-body p strong {
  margin-right: 5px;
}
.placement-body svg {
  margin-right: 10px;
  width: 15px;
}
.placement-body i {
  font-size: 14px;
  margin-right: 10px;
}

.same-height-as-parent {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}
.same-height-as-parent .card {
  flex: 1;
}

.badge-light-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}

.badge-light-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

label.error-empty-fields {
  color: red !important;
}

.error-empty-fields i, .error-empty-fields label {
  color: red !important;
}

.row-partner-section .required {
  border: 0 !important;
}

.section-parent-legal-guardian .inline-checkbox label input:after {
  left: -11px;
  top: 2px;
}

.card-agreement-dropzone.error-empty-fields {
  border: 2px dashed red;
  background-color: #fff5f5;
}

img.img-fluid.error-empty-fields {
  border: 1px solid red;
}

textarea.error-empty-fields {
  border: 1px solid red;
}

input.error-empty-fields, .css-1s2u09g-control.error-empty-fields {
  color: #717171 !important;
  border: 1px solid red !important;
}

label.width100.d-flex.align-items-center.mb-0.error-empty-fields {
  border: 1px solid red !important;
  border-radius: 0.25rem;
}

.icon-sent-email {
  width: 40px;
  height: 40px;
}

button.btn.btn-light.p-1.rounded-circle.icon-sent-email {
  display: flex;
  justify-content: center;
  align-items: center;
}

.inline-flex-table {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}

.table-odd tbody tr:nth-child(even) {
  background: #ebf0f5;
}
.table-odd tbody tr:last-child td {
  padding-bottom: 11px !important;
}

/*# sourceMappingURL=custom-style.css.map */
