/* as - Aglet Sans */
/* n - Nunito */
/* TAGS */
/* TOGGLE SWITCH */
/*STEPPER*/
/*TABS PILLS*/
/*BREADCRUMB*/
/*TABLES*/
/* ACCORDION */
/* MODALS */
/****************************************/
/*CARDS*/
/****************************************/
/* BUTTONS */
/* When we need hover to be another color other than orange */
/***************************************************/
/* LINKS */
/***************************************************/
/*FORMS*/
/***************************************************/
/* INPUTS AND VALIDATIONS */
/*DEFAULT DROPDOWN*/
/****************************************/
/* SIMPLE DROPDOWN */
/**************************************/
/* SMALL DROPDOWN */
/**************************************/
/***************************************************/
:root {
  --bs-breadcrumb-divider: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='6' height='10' viewBox='0 0 6 10' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.82866 0.567951C0.929203 0.473322 1.08742 0.478116 1.18205 0.57866L5.18205 4.82866C5.27265 4.92492 5.27265 5.07508 5.18205 5.17134L1.18205 9.42134C1.08742 9.52189 0.929203 9.52668 0.82866 9.43205C0.728116 9.33742 0.723322 9.1792 0.817951 9.07866L4.65669 5L0.817951 0.921342C0.723322 0.820798 0.728116 0.66258 0.82866 0.567951Z' fill='%23858796'/%3E%3C/svg%3E") !important;
}
html {
  min-height: 100%;
}
body {
  font-family: "aglet-sans", sans-serif;
  background-color: #F8F9FC;
}
body main.main-layout-blank {
  width: 100%;
}
body.centered-page {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #F8F9FC;
}
@media (max-width: 375px) {
  body.centered-page {
    background-color: #FFFFFF;
  }
}
body.centered-page footer {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.9375rem;
  color: #000000;
}
body.full-screen-page {
  background-color: #F8F9FC;
  height: 100vh;
}
#main {
  background-color: #F8F9FC;
  transition: margin-left 0.5s;
  min-height: 100%;
  padding: 1rem;
  margin-top: 4rem;
}
@media (min-width: 769px) {
  #main.menu-open {
    margin-left: 12.5rem;
  }
}
#main .container-fluid {
  padding: 0;
}
/*GENERAL STYLES*/
.page-header,
.page-footer {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.page-header.full-page,
.page-footer.full-page {
  justify-content: flex-start;
  align-items: flex-start;
}
.page-header.full-page > h3,
.page-footer.full-page > h3 {
  font-family: "aglet-sans", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.75rem;
  line-height: 2.0625rem;
  color: #3A3B45;
  margin-bottom: 0;
}
.page-header.full-page > h5,
.page-footer.full-page > h5 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.6875rem;
  color: #3A3B45;
}
.page-header .breadcrumb-navigator ol.breadcrumb,
.page-footer .breadcrumb-navigator ol.breadcrumb {
  margin-bottom: 0.8125rem;
}
.page-header .breadcrumb-navigator .breadcrumb-item,
.page-footer .breadcrumb-navigator .breadcrumb-item {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.75rem;
  line-height: 1rem;
}
.page-header .breadcrumb-navigator .breadcrumb-item a,
.page-footer .breadcrumb-navigator .breadcrumb-item a,
.page-header .breadcrumb-navigator .breadcrumb-item span,
.page-footer .breadcrumb-navigator .breadcrumb-item span {
  color: #858796 !important;
  text-decoration: none !important;
  padding-bottom: 0.125rem;
}
.page-header .breadcrumb-navigator .breadcrumb-item a:hover,
.page-footer .breadcrumb-navigator .breadcrumb-item a:hover {
  text-decoration: underline !important;
}
.page-header .breadcrumb-navigator .breadcrumb-item.active a,
.page-footer .breadcrumb-navigator .breadcrumb-item.active a,
.page-header .breadcrumb-navigator .breadcrumb-item.active span,
.page-footer .breadcrumb-navigator .breadcrumb-item.active span {
  color: #F47920 !important;
}
.page-header .title-action,
.page-footer .title-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media (max-width: 575px) {
  .page-header .title-action,
  .page-footer .title-action {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-header .buttons-wrapper,
.page-footer .buttons-wrapper {
  /* If there is only a back button on the left - DEFAULT */
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5rem;
  /* If there is a back button on the left and a group of action buttons on the right */
  /* If there is only a group of action buttons on the right */
}
.page-header .buttons-wrapper.has-buttons-group,
.page-footer .buttons-wrapper.has-buttons-group {
  justify-content: space-between;
}
.page-header .buttons-wrapper.has-action-buttons,
.page-footer .buttons-wrapper.has-action-buttons {
  justify-content: flex-end;
}
.page-header .buttons-actions-group,
.page-footer .buttons-actions-group {
  display: flex;
  justify-content: flex-end;
  gap: 0.75rem;
}
.page-container {
  min-height: calc(100vh - 6rem);
}
.page-section {
  padding: 1.5rem 1rem;
}
.page-section .page-header {
  margin-bottom: 1rem;
}
.page-section .tabs-pills .nav-pills.tabs-pills {
  gap: 0.625rem;
}
.page-section .tabs-pills .nav-pills.tabs-pills .nav-link {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  height: 1.9375rem;
  border: 0.0625rem solid #F47920;
  color: #F47920;
  border-radius: 31.25rem;
  padding: 0.375rem 0.75rem;
}
.page-section .tabs-pills .nav-pills.tabs-pills .nav-link.active {
  background: #F47920;
  color: #FFFFFF;
}
.page-section .tabs-pills .nav-item.has-invalid-fields .tab-pill::after {
  content: " *";
}
/* PAGES TO CREATE NEW FORM OR REGSTER NEW USER/ETC - usually has stepper inside */
.new-page-container .new-page-wrapper .stepper-container .btn-primary-dark.btn-sm.submit.next-btn,
.new-page-container .new-page-wrapper .stepper-container .btn-primary-dark.btn-sm.submit {
  line-height: 1rem;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  gap: 0.5rem;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps .stepper-line {
  width: 2.375rem;
  height: 0.125rem;
  border-radius: 0.625rem;
  background-color: #F47920;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps .stepper-line.complete {
  background-color: #B00020;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps .step {
  font-family: "aglet-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.1875rem;
  line-height: 1.125rem;
  color: #F47920;
  width: 2.25rem;
  height: 2.25rem;
  padding: 0.5rem;
  border-radius: 50%;
  border: 0.0625rem solid #F47920;
  background-color: transparent;
  text-align: center;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps .step.active {
  color: #FFFFFF;
  background-color: #F47920;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-steps .step.complete {
  color: #FFFFFF;
  background-color: #B00020;
  border: 0.0625rem solid #B00020;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-step-item {
  display: none;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-step-item.active {
  display: block;
}
.new-page-container .new-page-wrapper .stepper-container .multistepform-step-item .row-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: unset;
}
.new-page-container .new-page-wrapper .form-new-page .tabs-pills .nav-pills.tabs-pills {
  gap: 0.625rem;
}
.new-page-container .new-page-wrapper .form-new-page .tabs-pills .nav-pills.tabs-pills .nav-link {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  height: 1.9375rem;
  border: 0.0625rem solid #F47920;
  color: #F47920;
  border-radius: 31.25rem;
  padding: 0.375rem 0.75rem;
}
.new-page-container .new-page-wrapper .form-new-page .tabs-pills .nav-pills.tabs-pills .nav-link.active {
  background: #F47920;
  color: #FFFFFF;
}
.new-page-container .new-page-wrapper .form-new-page .tabs-pills .nav-item.has-invalid-fields .tab-pill::after {
  content: " *";
}
.new-page-container .new-page-wrapper .form-new-page .row-buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: unset;
}
.new-page-container .new-page-wrapper .card-container {
  flex-direction: column;
}
.new-page-container .new-page-wrapper .card-container h6 {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.375rem;
  color: #3A3B45;
  color: #858796;
  margin-bottom: 0.5625rem;
}
.page-footer > .buttons-wrapper {
  margin-top: 1.5rem;
}
@media (min-width: 768px) {
  .page-footer > .buttons-wrapper > a.btn-squared {
    visibility: hidden;
  }
}
#loading-overlay {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9998;
  margin: 0;
  display: flex;
  align-items: center;
}
.card-container {
  width: 100%;
  background: #FFFFFF;
  border: 0.0625rem solid rgba(0, 0, 0, 0.06);
  box-shadow: 0rem 1rem 3rem rgba(0, 0, 0, 0.04);
  border-radius: 0.375rem;
  padding: 1rem;
}
.card-container .card-title {
  font-family: "aglet-sans", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1rem;
  color: #858796;
  margin-bottom: 0.5rem;
}
.row-export {
  display: flex;
  align-items: center;
}
.row-export.mobile {
  margin-top: 0.5rem;
  margin-bottom: 1.5rem;
}
.row-export .items-per-page {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 0.7rem;
  line-height: 0.9375rem;
  font-weight: 700;
  color: #3A3B45;
  display: flex;
  align-items: center;
}
.row-export .dt-buttons {
  display: flex;
  justify-content: end;
  width: 100%;
}
.row-export .dt-buttons .dt-button {
  min-width: 0;
}
.row-export .table-buttons {
  display: flex;
  justify-content: flex-end;
}
.row-export .table-buttons > .btn-link-dark.btn-sm {
  justify-content: flex-end;
}
.row-export button,
.row-export a {
  cursor: pointer;
  text-decoration: none;
}
.row-export button img,
.row-export a img,
.row-export button svg,
.row-export a svg {
  margin-right: 0.5625rem;
}
/* TAGS */
.tag-table {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 0.688rem;
  line-height: 1.125rem;
  min-height: 1.125rem;
  border-radius: 0.25rem;
  background-color: #FFFFFF;
  padding: 0.25rem 0.375rem;
  white-space: nowrap;
}
.tag-table .circle-bullet:before {
  content: "";
  border-radius: 50%;
  width: 0.375rem;
  height: 0.375rem;
  display: inline-block;
  margin-right: 0.25rem;
}
.tag-table.tag-success {
  border: 0.063rem solid #34C759;
  color: #34C759;
}
.tag-table.tag-success > .circle-bullet:before {
  background-color: #34C759;
}
.tag-table.tag-danger {
  border: 0.063rem solid #B00020;
  color: #B00020;
}
.tag-table.tag-danger > .circle-bullet:before {
  background-color: #B00020;
}
.tag-table.tag-warning {
  border: 0.063rem solid #F6C23E;
  color: #F6C23E;
}
.tag-table.tag-warning > .circle-bullet:before {
  background-color: #F6C23E;
}
.form-input .tag-table {
  margin: 1.5rem 0.75rem 0.375rem;
}
/****************************/
/* TEXT - little footnotes beloew the tables */
.txt-footnote {
  font-family: "Nunito", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1rem;
}
.display-photo {
  width: -webkit-fill-available;
}
.dot-flashing {
  position: relative;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background-color: #F47920;
  color: #F47920;
  animation: dot-flashing 1s infinite linear alternate;
  animation-delay: 0.5s;
  margin-left: 50%;
}
.dot-flashing::before,
.dot-flashing::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
}
.dot-flashing::before {
  left: -0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background-color: #F47920;
  color: #F47920;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 0s;
}
.dot-flashing::after {
  left: 0.9375rem;
  width: 0.625rem;
  height: 0.625rem;
  border-radius: 0.3125rem;
  background-color: #F47920;
  color: #F47920;
  animation: dot-flashing 1s infinite alternate;
  animation-delay: 1s;
}
@keyframes dot-flashing {
  0% {
    background-color: #F47920;
  }
  50%,
  100% {
    background-color: #fbd1b2;
  }
}
