@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;600;700&display=swap");
/* Loading Indicators */
:root {
  --bs-primary: #7ca9e9;
  --bs-body-font-family: Roboto, sans-serif;
  --bs-teal: #8ad4c0;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #242b60;
  --bs-dark-rgb: 36, 43, 96 ;
  --bs-body-bg: #f2f7ff;
  --bs-link-color: #7ca9e9;
  --bs-link-color-rgb: 124, 169, 233;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #7ca9e9;
  --bs-link-hover-color-rgb: 124, 169, 233;
  --bs-border-color: rgba(199, 216, 244, 0.5);
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 5px;
  --bs-border-radius-lg: 8px;
  --bs-border-radius-xl: 10px;
  --bs-border-radius-xxl: 20px;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-form-valid-color: #8ad4c0;
  --bs-form-valid-border-color: #8ad4c0;
  --bs-danger-rgb: 255, 134, 94;
  --bs-form-invalid-color: #ff865e;
  --bs-form-invalid-border-color: #ff865e;
  --bs-alert-border-radius: 10px;
  --bs-success-text-emphasis: #242b60;
  --bs-success-bg-subtle: #FFFFFF;
  --bs-success-border-subtle: #8ad4c0;
  --bs-success-link-color: #8ad4c0;
  --bs-danger-text-emphasis: #ff865e;
  --bs-danger-bg-subtle: #FFFFFF;
  --bs-danger-border-subtle: #ff865e;
  --bs-danger-link-color: #ff865e;
}
:root .dropdown-menu {
  --bs-dropdown-zindex: 1000;
  --bs-dropdown-min-width: 180px;
  --bs-dropdown-padding-x: 12px;
  --bs-dropdown-padding-y: 20px;
  --bs-dropdown-bg: #fff;
  --bs-dropdown-border-color: #CCDBF1;
  --bs-dropdown-border-radius: var(--bs-border-radius-lg);
  --bs-dropdown-border-width: var(--bs-border-width);
}
:root .modal {
  --bs-modal-width: 680px;
}
:root .g-3, :root .gy-3 {
  --bs-gutter-y: 10px;
}
:root .g-3, :root .gx-3 {
  --bs-gutter-x: 10px;
}

.badge.show {
  display: block !important;
}

.z-9999 {
  z-index: 9999;
}

.fs-48px {
  font-size: clamp(32px, calc(32px + 1.4814814815vw), 48px) !important;
}

.fs-34px {
  font-size: clamp(24px, calc(24px + 0.9259259259vw), 34px) !important;
}

.fs-32px {
  font-size: clamp(26px, calc(26px + 0.5555555556vw), 32px) !important;
}

.fs-26px {
  font-size: clamp(24px, calc(24px + 0.1851851852vw), 26px) !important;
}

.fs-24px {
  font-size: clamp(22px, calc(22px + 0.1851851852vw), 24px) !important;
}

.fs-22px {
  font-size: clamp(20px, calc(20px + 0.1851851852vw), 22px) !important;
}

.fs-20px {
  font-size: clamp(18px, calc(18px + 0.1851851852vw), 20px) !important;
}

.fs-18px {
  font-size: clamp(16px, calc(16px + 0.1851851852vw), 18px) !important;
}

.fs-16px,
.p-large {
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
}

.fs-14px {
  font-size: clamp(12px, calc(12px + 0.1851851852vw), 14px) !important;
}

.fs-12px {
  font-size: 12px !important;
}

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

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

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

.fs-7 {
  font-size: 12px;
}

.lh-md {
  line-height: 1.7em;
}

.lh-lg {
  line-height: 2.3em;
}

html {
  font-size: 14px;
}

body {
  background-color: #f2f7ff;
  color: #242b60;
}

#app-main {
  padding: 20px 20px 0;
  display: flex;
  flex-direction: column;
  height: 100%;
  flex-grow: 1;
}
#app-main > .wrap {
  height: 100%;
}

#main {
  min-height: 100vh;
  height: 100%;
  width: 100%;
  display: flex;
}

.right-sidebar {
  min-height: calc(100vh - 20px);
  background-color: var(--bg-color);
  width: 100% !important;
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow: auto;
  margin-bottom: 20px;
  height: 100%;
}

.footer-btm-wrap {
  margin-top: auto !important;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.cursor-pointer {
  cursor: pointer;
}

.row:has(.umd-box) {
  row-gap: 20px;
}

.umd-box {
  background-color: #fff;
  padding: 28px 20px;
  border-radius: var(--bs-border-radius-xxl);
  height: 100%;
}

.umd-box-header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
@media (min-width: 981px) {
  .umd-box-header {
    min-height: 50px;
    align-items: center;
  }
}

.umd-box-header .buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.umd-container {
  background-color: #fff;
  border-radius: 20px;
}

.umd-container-sm {
  max-width: 550px;
}

.umd-container-md {
  max-width: 680px;
}

.umd-container-lg {
  max-width: 1352px;
}

.umd-container-xl {
  max-width: 1480px;
}
@media (max-width: 480px) {
  .umd-container-xl > .col-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

body:has(#sidebar.active) .umd-container-xl {
  max-width: 1640px;
}

.umd-90width {
  width: 90%;
}

@media (min-width: 1200px) {
  .umd-p-large {
    font-size: 16px;
  }
}
@media (min-width: 1600px) {
  .container-xxl {
    max-width: 1480px;
  }
}
@media (min-width: 1800px) {
  .container-xxl {
    max-width: 1720px;
  }
}
.bg-blue1 {
  background-color: #f2f7ff;
}

.bg-primary {
  background-color: #7ca9e9 !important;
}

.bg-blue {
  background-color: #394074;
}

.bg-blue3 {
  background-color: #CCDBF1;
}

.bg-green {
  background-color: #8ad4c0;
}

.color-blue3 {
  color: #CCDBF1 !important;
}

.color-primary {
  color: #7ca9e9 !important;
}

.color-blue {
  color: #394074 !important;
}

.border-primary {
  border: 1px solid #7ca9e9 !important;
}

.p-1 {
  padding: 4px !important;
}

.px-1 {
  padding-left: 4px !important;
  padding-right: 4px !important;
}

.py-1 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pt-1 {
  padding-top: 4px !important;
}

.pe-1 {
  padding-right: 4px !important;
}

.pb-1 {
  padding-bottom: 4px !important;
}

.ps-1 {
  padding-left: 4px !important;
}

@media (min-width: 576px) {
  .p-sm-1 {
    padding: 4px !important;
  }
  .px-sm-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-sm-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pt-sm-1 {
    padding-top: 4px !important;
  }
  .pe-sm-1 {
    padding-right: 4px !important;
  }
  .pb-sm-1 {
    padding-bottom: 4px !important;
  }
  .ps-sm-1 {
    padding-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .p-md-1 {
    padding: 4px !important;
  }
  .px-md-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-md-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pt-md-1 {
    padding-top: 4px !important;
  }
  .pe-md-1 {
    padding-right: 4px !important;
  }
  .pb-md-1 {
    padding-bottom: 4px !important;
  }
  .ps-md-1 {
    padding-left: 4px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-1 {
    padding: 4px !important;
  }
  .px-lg-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-lg-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pt-lg-1 {
    padding-top: 4px !important;
  }
  .pe-lg-1 {
    padding-right: 4px !important;
  }
  .pb-lg-1 {
    padding-bottom: 4px !important;
  }
  .ps-lg-1 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-1 {
    padding: 4px !important;
  }
  .px-xl-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pt-xl-1 {
    padding-top: 4px !important;
  }
  .pe-xl-1 {
    padding-right: 4px !important;
  }
  .pb-xl-1 {
    padding-bottom: 4px !important;
  }
  .ps-xl-1 {
    padding-left: 4px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-1 {
    padding: 4px !important;
  }
  .px-xxl-1 {
    padding-left: 4px !important;
    padding-right: 4px !important;
  }
  .py-xxl-1 {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
  }
  .pt-xxl-1 {
    padding-top: 4px !important;
  }
  .pe-xxl-1 {
    padding-right: 4px !important;
  }
  .pb-xxl-1 {
    padding-bottom: 4px !important;
  }
  .ps-xxl-1 {
    padding-left: 4px !important;
  }
}
.p-2 {
  padding: 8px !important;
}

.px-2 {
  padding-left: 8px !important;
  padding-right: 8px !important;
}

.py-2 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pt-2 {
  padding-top: 8px !important;
}

.pe-2 {
  padding-right: 8px !important;
}

.pb-2 {
  padding-bottom: 8px !important;
}

.ps-2 {
  padding-left: 8px !important;
}

@media (min-width: 576px) {
  .p-sm-2 {
    padding: 8px !important;
  }
  .px-sm-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-sm-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pt-sm-2 {
    padding-top: 8px !important;
  }
  .pe-sm-2 {
    padding-right: 8px !important;
  }
  .pb-sm-2 {
    padding-bottom: 8px !important;
  }
  .ps-sm-2 {
    padding-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .p-md-2 {
    padding: 8px !important;
  }
  .px-md-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-md-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pt-md-2 {
    padding-top: 8px !important;
  }
  .pe-md-2 {
    padding-right: 8px !important;
  }
  .pb-md-2 {
    padding-bottom: 8px !important;
  }
  .ps-md-2 {
    padding-left: 8px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-2 {
    padding: 8px !important;
  }
  .px-lg-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-lg-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pt-lg-2 {
    padding-top: 8px !important;
  }
  .pe-lg-2 {
    padding-right: 8px !important;
  }
  .pb-lg-2 {
    padding-bottom: 8px !important;
  }
  .ps-lg-2 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-2 {
    padding: 8px !important;
  }
  .px-xl-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pt-xl-2 {
    padding-top: 8px !important;
  }
  .pe-xl-2 {
    padding-right: 8px !important;
  }
  .pb-xl-2 {
    padding-bottom: 8px !important;
  }
  .ps-xl-2 {
    padding-left: 8px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-2 {
    padding: 8px !important;
  }
  .px-xxl-2 {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
  .py-xxl-2 {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
  }
  .pt-xxl-2 {
    padding-top: 8px !important;
  }
  .pe-xxl-2 {
    padding-right: 8px !important;
  }
  .pb-xxl-2 {
    padding-bottom: 8px !important;
  }
  .ps-xxl-2 {
    padding-left: 8px !important;
  }
}
.p-3 {
  padding: 10px !important;
}

.px-3 {
  padding-left: 10px !important;
  padding-right: 10px !important;
}

.py-3 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pt-3 {
  padding-top: 10px !important;
}

.pe-3 {
  padding-right: 10px !important;
}

.pb-3 {
  padding-bottom: 10px !important;
}

.ps-3 {
  padding-left: 10px !important;
}

@media (min-width: 576px) {
  .p-sm-3 {
    padding: 10px !important;
  }
  .px-sm-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-sm-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-sm-3 {
    padding-top: 10px !important;
  }
  .pe-sm-3 {
    padding-right: 10px !important;
  }
  .pb-sm-3 {
    padding-bottom: 10px !important;
  }
  .ps-sm-3 {
    padding-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .p-md-3 {
    padding: 10px !important;
  }
  .px-md-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-md-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-md-3 {
    padding-top: 10px !important;
  }
  .pe-md-3 {
    padding-right: 10px !important;
  }
  .pb-md-3 {
    padding-bottom: 10px !important;
  }
  .ps-md-3 {
    padding-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-3 {
    padding: 10px !important;
  }
  .px-lg-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-lg-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-lg-3 {
    padding-top: 10px !important;
  }
  .pe-lg-3 {
    padding-right: 10px !important;
  }
  .pb-lg-3 {
    padding-bottom: 10px !important;
  }
  .ps-lg-3 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-3 {
    padding: 10px !important;
  }
  .px-xl-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-xl-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-xl-3 {
    padding-top: 10px !important;
  }
  .pe-xl-3 {
    padding-right: 10px !important;
  }
  .pb-xl-3 {
    padding-bottom: 10px !important;
  }
  .ps-xl-3 {
    padding-left: 10px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-3 {
    padding: 10px !important;
  }
  .px-xxl-3 {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .py-xxl-3 {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  .pt-xxl-3 {
    padding-top: 10px !important;
  }
  .pe-xxl-3 {
    padding-right: 10px !important;
  }
  .pb-xxl-3 {
    padding-bottom: 10px !important;
  }
  .ps-xxl-3 {
    padding-left: 10px !important;
  }
}
.p-4 {
  padding: 20px !important;
}

.px-4 {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.py-4 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pt-4 {
  padding-top: 20px !important;
}

.pe-4 {
  padding-right: 20px !important;
}

.pb-4 {
  padding-bottom: 20px !important;
}

.ps-4 {
  padding-left: 20px !important;
}

@media (min-width: 576px) {
  .p-sm-4 {
    padding: 20px !important;
  }
  .px-sm-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-sm-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-sm-4 {
    padding-top: 20px !important;
  }
  .pe-sm-4 {
    padding-right: 20px !important;
  }
  .pb-sm-4 {
    padding-bottom: 20px !important;
  }
  .ps-sm-4 {
    padding-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .p-md-4 {
    padding: 20px !important;
  }
  .px-md-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-md-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-md-4 {
    padding-top: 20px !important;
  }
  .pe-md-4 {
    padding-right: 20px !important;
  }
  .pb-md-4 {
    padding-bottom: 20px !important;
  }
  .ps-md-4 {
    padding-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-4 {
    padding: 20px !important;
  }
  .px-lg-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-lg-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-lg-4 {
    padding-top: 20px !important;
  }
  .pe-lg-4 {
    padding-right: 20px !important;
  }
  .pb-lg-4 {
    padding-bottom: 20px !important;
  }
  .ps-lg-4 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-4 {
    padding: 20px !important;
  }
  .px-xl-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-xl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-xl-4 {
    padding-top: 20px !important;
  }
  .pe-xl-4 {
    padding-right: 20px !important;
  }
  .pb-xl-4 {
    padding-bottom: 20px !important;
  }
  .ps-xl-4 {
    padding-left: 20px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-4 {
    padding: 20px !important;
  }
  .px-xxl-4 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  .py-xxl-4 {
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .pt-xxl-4 {
    padding-top: 20px !important;
  }
  .pe-xxl-4 {
    padding-right: 20px !important;
  }
  .pb-xxl-4 {
    padding-bottom: 20px !important;
  }
  .ps-xxl-4 {
    padding-left: 20px !important;
  }
}
.p-5 {
  padding: 28px !important;
}

.px-5 {
  padding-left: 28px !important;
  padding-right: 28px !important;
}

.py-5 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.pt-5 {
  padding-top: 28px !important;
}

.pe-5 {
  padding-right: 28px !important;
}

.pb-5 {
  padding-bottom: 28px !important;
}

.ps-5 {
  padding-left: 28px !important;
}

@media (min-width: 576px) {
  .p-sm-5 {
    padding: 28px !important;
  }
  .px-sm-5 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-sm-5 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pt-sm-5 {
    padding-top: 28px !important;
  }
  .pe-sm-5 {
    padding-right: 28px !important;
  }
  .pb-sm-5 {
    padding-bottom: 28px !important;
  }
  .ps-sm-5 {
    padding-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .p-md-5 {
    padding: 28px !important;
  }
  .px-md-5 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-md-5 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pt-md-5 {
    padding-top: 28px !important;
  }
  .pe-md-5 {
    padding-right: 28px !important;
  }
  .pb-md-5 {
    padding-bottom: 28px !important;
  }
  .ps-md-5 {
    padding-left: 28px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-5 {
    padding: 28px !important;
  }
  .px-lg-5 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-lg-5 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pt-lg-5 {
    padding-top: 28px !important;
  }
  .pe-lg-5 {
    padding-right: 28px !important;
  }
  .pb-lg-5 {
    padding-bottom: 28px !important;
  }
  .ps-lg-5 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-5 {
    padding: 28px !important;
  }
  .px-xl-5 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-xl-5 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pt-xl-5 {
    padding-top: 28px !important;
  }
  .pe-xl-5 {
    padding-right: 28px !important;
  }
  .pb-xl-5 {
    padding-bottom: 28px !important;
  }
  .ps-xl-5 {
    padding-left: 28px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-5 {
    padding: 28px !important;
  }
  .px-xxl-5 {
    padding-left: 28px !important;
    padding-right: 28px !important;
  }
  .py-xxl-5 {
    padding-top: 28px !important;
    padding-bottom: 28px !important;
  }
  .pt-xxl-5 {
    padding-top: 28px !important;
  }
  .pe-xxl-5 {
    padding-right: 28px !important;
  }
  .pb-xxl-5 {
    padding-bottom: 28px !important;
  }
  .ps-xxl-5 {
    padding-left: 28px !important;
  }
}
.p-6 {
  padding: 46px !important;
}

.px-6 {
  padding-left: 46px !important;
  padding-right: 46px !important;
}

.py-6 {
  padding-top: 46px !important;
  padding-bottom: 46px !important;
}

.pt-6 {
  padding-top: 46px !important;
}

.pe-6 {
  padding-right: 46px !important;
}

.pb-6 {
  padding-bottom: 46px !important;
}

.ps-6 {
  padding-left: 46px !important;
}

@media (min-width: 576px) {
  .p-sm-6 {
    padding: 46px !important;
  }
  .px-sm-6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-sm-6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pt-sm-6 {
    padding-top: 46px !important;
  }
  .pe-sm-6 {
    padding-right: 46px !important;
  }
  .pb-sm-6 {
    padding-bottom: 46px !important;
  }
  .ps-sm-6 {
    padding-left: 46px !important;
  }
}
@media (min-width: 768px) {
  .p-md-6 {
    padding: 46px !important;
  }
  .px-md-6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-md-6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pt-md-6 {
    padding-top: 46px !important;
  }
  .pe-md-6 {
    padding-right: 46px !important;
  }
  .pb-md-6 {
    padding-bottom: 46px !important;
  }
  .ps-md-6 {
    padding-left: 46px !important;
  }
}
@media (min-width: 992px) {
  .p-lg-6 {
    padding: 46px !important;
  }
  .px-lg-6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-lg-6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pt-lg-6 {
    padding-top: 46px !important;
  }
  .pe-lg-6 {
    padding-right: 46px !important;
  }
  .pb-lg-6 {
    padding-bottom: 46px !important;
  }
  .ps-lg-6 {
    padding-left: 46px !important;
  }
}
@media (min-width: 1200px) {
  .p-xl-6 {
    padding: 46px !important;
  }
  .px-xl-6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-xl-6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pt-xl-6 {
    padding-top: 46px !important;
  }
  .pe-xl-6 {
    padding-right: 46px !important;
  }
  .pb-xl-6 {
    padding-bottom: 46px !important;
  }
  .ps-xl-6 {
    padding-left: 46px !important;
  }
}
@media (min-width: 1400px) {
  .p-xxl-6 {
    padding: 46px !important;
  }
  .px-xxl-6 {
    padding-left: 46px !important;
    padding-right: 46px !important;
  }
  .py-xxl-6 {
    padding-top: 46px !important;
    padding-bottom: 46px !important;
  }
  .pt-xxl-6 {
    padding-top: 46px !important;
  }
  .pe-xxl-6 {
    padding-right: 46px !important;
  }
  .pb-xxl-6 {
    padding-bottom: 46px !important;
  }
  .ps-xxl-6 {
    padding-left: 46px !important;
  }
}
.m-1 {
  margin: 4px !important;
}

.mx-1 {
  margin-left: 4px !important;
  margin-right: 4px !important;
}

.my-1 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.mt-1 {
  margin-top: 4px !important;
}

.me-1 {
  margin-right: 4px !important;
}

.mb-1 {
  margin-bottom: 4px !important;
}

.ms-1 {
  margin-left: 4px !important;
}

@media (min-width: 576px) {
  .m-sm-1 {
    margin: 4px !important;
  }
  .mx-sm-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-sm-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mt-sm-1 {
    margin-top: 4px !important;
  }
  .me-sm-1 {
    margin-right: 4px !important;
  }
  .mb-sm-1 {
    margin-bottom: 4px !important;
  }
  .ms-sm-1 {
    margin-left: 4px !important;
  }
}
@media (min-width: 768px) {
  .m-md-1 {
    margin: 4px !important;
  }
  .mx-md-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-md-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mt-md-1 {
    margin-top: 4px !important;
  }
  .me-md-1 {
    margin-right: 4px !important;
  }
  .mb-md-1 {
    margin-bottom: 4px !important;
  }
  .ms-md-1 {
    margin-left: 4px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-1 {
    margin: 4px !important;
  }
  .mx-lg-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-lg-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mt-lg-1 {
    margin-top: 4px !important;
  }
  .me-lg-1 {
    margin-right: 4px !important;
  }
  .mb-lg-1 {
    margin-bottom: 4px !important;
  }
  .ms-lg-1 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-1 {
    margin: 4px !important;
  }
  .mx-xl-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mt-xl-1 {
    margin-top: 4px !important;
  }
  .me-xl-1 {
    margin-right: 4px !important;
  }
  .mb-xl-1 {
    margin-bottom: 4px !important;
  }
  .ms-xl-1 {
    margin-left: 4px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-1 {
    margin: 4px !important;
  }
  .mx-xxl-1 {
    margin-left: 4px !important;
    margin-right: 4px !important;
  }
  .my-xxl-1 {
    margin-top: 4px !important;
    margin-bottom: 4px !important;
  }
  .mt-xxl-1 {
    margin-top: 4px !important;
  }
  .me-xxl-1 {
    margin-right: 4px !important;
  }
  .mb-xxl-1 {
    margin-bottom: 4px !important;
  }
  .ms-xxl-1 {
    margin-left: 4px !important;
  }
}
.m-2 {
  margin: 8px !important;
}

.mx-2 {
  margin-left: 8px !important;
  margin-right: 8px !important;
}

.my-2 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.mt-2 {
  margin-top: 8px !important;
}

.me-2 {
  margin-right: 8px !important;
}

.mb-2 {
  margin-bottom: 8px !important;
}

.ms-2 {
  margin-left: 8px !important;
}

@media (min-width: 576px) {
  .m-sm-2 {
    margin: 8px !important;
  }
  .mx-sm-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-sm-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-sm-2 {
    margin-top: 8px !important;
  }
  .me-sm-2 {
    margin-right: 8px !important;
  }
  .mb-sm-2 {
    margin-bottom: 8px !important;
  }
  .ms-sm-2 {
    margin-left: 8px !important;
  }
}
@media (min-width: 768px) {
  .m-md-2 {
    margin: 8px !important;
  }
  .mx-md-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-md-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-md-2 {
    margin-top: 8px !important;
  }
  .me-md-2 {
    margin-right: 8px !important;
  }
  .mb-md-2 {
    margin-bottom: 8px !important;
  }
  .ms-md-2 {
    margin-left: 8px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-2 {
    margin: 8px !important;
  }
  .mx-lg-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-lg-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-lg-2 {
    margin-top: 8px !important;
  }
  .me-lg-2 {
    margin-right: 8px !important;
  }
  .mb-lg-2 {
    margin-bottom: 8px !important;
  }
  .ms-lg-2 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-2 {
    margin: 8px !important;
  }
  .mx-xl-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-xl-2 {
    margin-top: 8px !important;
  }
  .me-xl-2 {
    margin-right: 8px !important;
  }
  .mb-xl-2 {
    margin-bottom: 8px !important;
  }
  .ms-xl-2 {
    margin-left: 8px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-2 {
    margin: 8px !important;
  }
  .mx-xxl-2 {
    margin-left: 8px !important;
    margin-right: 8px !important;
  }
  .my-xxl-2 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
  }
  .mt-xxl-2 {
    margin-top: 8px !important;
  }
  .me-xxl-2 {
    margin-right: 8px !important;
  }
  .mb-xxl-2 {
    margin-bottom: 8px !important;
  }
  .ms-xxl-2 {
    margin-left: 8px !important;
  }
}
.m-3 {
  margin: 10px !important;
}

.mx-3 {
  margin-left: 10px !important;
  margin-right: 10px !important;
}

.my-3 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mt-3 {
  margin-top: 10px !important;
}

.me-3 {
  margin-right: 10px !important;
}

.mb-3 {
  margin-bottom: 10px !important;
}

.ms-3 {
  margin-left: 10px !important;
}

@media (min-width: 576px) {
  .m-sm-3 {
    margin: 10px !important;
  }
  .mx-sm-3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-sm-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-sm-3 {
    margin-top: 10px !important;
  }
  .me-sm-3 {
    margin-right: 10px !important;
  }
  .mb-sm-3 {
    margin-bottom: 10px !important;
  }
  .ms-sm-3 {
    margin-left: 10px !important;
  }
}
@media (min-width: 768px) {
  .m-md-3 {
    margin: 10px !important;
  }
  .mx-md-3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-md-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-md-3 {
    margin-top: 10px !important;
  }
  .me-md-3 {
    margin-right: 10px !important;
  }
  .mb-md-3 {
    margin-bottom: 10px !important;
  }
  .ms-md-3 {
    margin-left: 10px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-3 {
    margin: 10px !important;
  }
  .mx-lg-3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-lg-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-lg-3 {
    margin-top: 10px !important;
  }
  .me-lg-3 {
    margin-right: 10px !important;
  }
  .mb-lg-3 {
    margin-bottom: 10px !important;
  }
  .ms-lg-3 {
    margin-left: 10px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-3 {
    margin: 10px !important;
  }
  .mx-xl-3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-xl-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-xl-3 {
    margin-top: 10px !important;
  }
  .me-xl-3 {
    margin-right: 10px !important;
  }
  .mb-xl-3 {
    margin-bottom: 10px !important;
  }
  .ms-xl-3 {
    margin-left: 10px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-3 {
    margin: 10px !important;
  }
  .mx-xxl-3 {
    margin-left: 10px !important;
    margin-right: 10px !important;
  }
  .my-xxl-3 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
  }
  .mt-xxl-3 {
    margin-top: 10px !important;
  }
  .me-xxl-3 {
    margin-right: 10px !important;
  }
  .mb-xxl-3 {
    margin-bottom: 10px !important;
  }
  .ms-xxl-3 {
    margin-left: 10px !important;
  }
}
.m-4 {
  margin: 20px !important;
}

.mx-4 {
  margin-left: 20px !important;
  margin-right: 20px !important;
}

.my-4 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mt-4 {
  margin-top: 20px !important;
}

.me-4 {
  margin-right: 20px !important;
}

.mb-4 {
  margin-bottom: 20px !important;
}

.ms-4 {
  margin-left: 20px !important;
}

@media (min-width: 576px) {
  .m-sm-4 {
    margin: 20px !important;
  }
  .mx-sm-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-sm-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-sm-4 {
    margin-top: 20px !important;
  }
  .me-sm-4 {
    margin-right: 20px !important;
  }
  .mb-sm-4 {
    margin-bottom: 20px !important;
  }
  .ms-sm-4 {
    margin-left: 20px !important;
  }
}
@media (min-width: 768px) {
  .m-md-4 {
    margin: 20px !important;
  }
  .mx-md-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-md-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-md-4 {
    margin-top: 20px !important;
  }
  .me-md-4 {
    margin-right: 20px !important;
  }
  .mb-md-4 {
    margin-bottom: 20px !important;
  }
  .ms-md-4 {
    margin-left: 20px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-4 {
    margin: 20px !important;
  }
  .mx-lg-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-lg-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-lg-4 {
    margin-top: 20px !important;
  }
  .me-lg-4 {
    margin-right: 20px !important;
  }
  .mb-lg-4 {
    margin-bottom: 20px !important;
  }
  .ms-lg-4 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-4 {
    margin: 20px !important;
  }
  .mx-xl-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-xl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-xl-4 {
    margin-top: 20px !important;
  }
  .me-xl-4 {
    margin-right: 20px !important;
  }
  .mb-xl-4 {
    margin-bottom: 20px !important;
  }
  .ms-xl-4 {
    margin-left: 20px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-4 {
    margin: 20px !important;
  }
  .mx-xxl-4 {
    margin-left: 20px !important;
    margin-right: 20px !important;
  }
  .my-xxl-4 {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
  }
  .mt-xxl-4 {
    margin-top: 20px !important;
  }
  .me-xxl-4 {
    margin-right: 20px !important;
  }
  .mb-xxl-4 {
    margin-bottom: 20px !important;
  }
  .ms-xxl-4 {
    margin-left: 20px !important;
  }
}
.m-5 {
  margin: 28px !important;
}

.mx-5 {
  margin-left: 28px !important;
  margin-right: 28px !important;
}

.my-5 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.mt-5 {
  margin-top: 28px !important;
}

.me-5 {
  margin-right: 28px !important;
}

.mb-5 {
  margin-bottom: 28px !important;
}

.ms-5 {
  margin-left: 28px !important;
}

@media (min-width: 576px) {
  .m-sm-5 {
    margin: 28px !important;
  }
  .mx-sm-5 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-sm-5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mt-sm-5 {
    margin-top: 28px !important;
  }
  .me-sm-5 {
    margin-right: 28px !important;
  }
  .mb-sm-5 {
    margin-bottom: 28px !important;
  }
  .ms-sm-5 {
    margin-left: 28px !important;
  }
}
@media (min-width: 768px) {
  .m-md-5 {
    margin: 28px !important;
  }
  .mx-md-5 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-md-5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mt-md-5 {
    margin-top: 28px !important;
  }
  .me-md-5 {
    margin-right: 28px !important;
  }
  .mb-md-5 {
    margin-bottom: 28px !important;
  }
  .ms-md-5 {
    margin-left: 28px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-5 {
    margin: 28px !important;
  }
  .mx-lg-5 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-lg-5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mt-lg-5 {
    margin-top: 28px !important;
  }
  .me-lg-5 {
    margin-right: 28px !important;
  }
  .mb-lg-5 {
    margin-bottom: 28px !important;
  }
  .ms-lg-5 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-5 {
    margin: 28px !important;
  }
  .mx-xl-5 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-xl-5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mt-xl-5 {
    margin-top: 28px !important;
  }
  .me-xl-5 {
    margin-right: 28px !important;
  }
  .mb-xl-5 {
    margin-bottom: 28px !important;
  }
  .ms-xl-5 {
    margin-left: 28px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-5 {
    margin: 28px !important;
  }
  .mx-xxl-5 {
    margin-left: 28px !important;
    margin-right: 28px !important;
  }
  .my-xxl-5 {
    margin-top: 28px !important;
    margin-bottom: 28px !important;
  }
  .mt-xxl-5 {
    margin-top: 28px !important;
  }
  .me-xxl-5 {
    margin-right: 28px !important;
  }
  .mb-xxl-5 {
    margin-bottom: 28px !important;
  }
  .ms-xxl-5 {
    margin-left: 28px !important;
  }
}
.m-6 {
  margin: 46px !important;
}

.mx-6 {
  margin-left: 46px !important;
  margin-right: 46px !important;
}

.my-6 {
  margin-top: 46px !important;
  margin-bottom: 46px !important;
}

.mt-6 {
  margin-top: 46px !important;
}

.me-6 {
  margin-right: 46px !important;
}

.mb-6 {
  margin-bottom: 46px !important;
}

.ms-6 {
  margin-left: 46px !important;
}

@media (min-width: 576px) {
  .m-sm-6 {
    margin: 46px !important;
  }
  .mx-sm-6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-sm-6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mt-sm-6 {
    margin-top: 46px !important;
  }
  .me-sm-6 {
    margin-right: 46px !important;
  }
  .mb-sm-6 {
    margin-bottom: 46px !important;
  }
  .ms-sm-6 {
    margin-left: 46px !important;
  }
}
@media (min-width: 768px) {
  .m-md-6 {
    margin: 46px !important;
  }
  .mx-md-6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-md-6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mt-md-6 {
    margin-top: 46px !important;
  }
  .me-md-6 {
    margin-right: 46px !important;
  }
  .mb-md-6 {
    margin-bottom: 46px !important;
  }
  .ms-md-6 {
    margin-left: 46px !important;
  }
}
@media (min-width: 992px) {
  .m-lg-6 {
    margin: 46px !important;
  }
  .mx-lg-6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-lg-6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mt-lg-6 {
    margin-top: 46px !important;
  }
  .me-lg-6 {
    margin-right: 46px !important;
  }
  .mb-lg-6 {
    margin-bottom: 46px !important;
  }
  .ms-lg-6 {
    margin-left: 46px !important;
  }
}
@media (min-width: 1200px) {
  .m-xl-6 {
    margin: 46px !important;
  }
  .mx-xl-6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-xl-6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mt-xl-6 {
    margin-top: 46px !important;
  }
  .me-xl-6 {
    margin-right: 46px !important;
  }
  .mb-xl-6 {
    margin-bottom: 46px !important;
  }
  .ms-xl-6 {
    margin-left: 46px !important;
  }
}
@media (min-width: 1400px) {
  .m-xxl-6 {
    margin: 46px !important;
  }
  .mx-xxl-6 {
    margin-left: 46px !important;
    margin-right: 46px !important;
  }
  .my-xxl-6 {
    margin-top: 46px !important;
    margin-bottom: 46px !important;
  }
  .mt-xxl-6 {
    margin-top: 46px !important;
  }
  .me-xxl-6 {
    margin-right: 46px !important;
  }
  .mb-xxl-6 {
    margin-bottom: 46px !important;
  }
  .ms-xxl-6 {
    margin-left: 46px !important;
  }
}
.gap-1 {
  gap: 4px !important;
}

.gap-2 {
  gap: 8px !important;
}

.gap-3 {
  gap: 10px !important;
}

.gap-4 {
  gap: 20px !important;
}

.gap-5 {
  gap: 28px !important;
}

.gap-6 {
  gap: 46px !important;
}

.row-gap-1 {
  row-gap: 4px !important;
}

.row-gap-2 {
  row-gap: 8px !important;
}

.row-gap-3 {
  row-gap: 10px !important;
}

.row-gap-4 {
  row-gap: 20px !important;
}

.row-gap-5 {
  row-gap: 28px !important;
}

.row-gap-6 {
  row-gap: 46px !important;
}

.column-gap-1 {
  column-gap: 4px !important;
}

.column-gap-2 {
  column-gap: 8px !important;
}

.column-gap-3 {
  column-gap: 10px !important;
}

.column-gap-4 {
  column-gap: 20px !important;
}

.column-gap-5 {
  column-gap: 28px !important;
}

.column-gap-6 {
  column-gap: 46px !important;
}

.h-64px {
  min-height: clamp(20px, calc(20px + 4.0740740741vw), 64px);
}

.h-250px {
  min-height: 250px !important;
}

.min-vh-40 {
  min-height: 40vh;
}

.umd-100vh {
  min-height: calc(100vh - 200px);
  height: 100%;
}

.nav-tabs {
  border-color: #CCDBF1;
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
}
.nav-tabs .nav-item > a {
  border: none;
  border-bottom: 4px solid transparent;
  padding: clamp(6px, calc(6px + 0.3703703704vw), 10px) clamp(8px, calc(8px + 1.1111111111vw), 20px);
  color: #242b60;
  border-radius: 0;
  font-weight: 500;
}
.nav-tabs .nav-item > a:focus, .nav-tabs .nav-item > a:hover {
  border: none;
  border-bottom: 4px solid transparent;
  color: #7ca9e9;
}
.nav-tabs .nav-item.active > a {
  border-bottom: 4px solid #7ca9e9;
  color: #7ca9e9;
}
.nav-tabs .nav-item.active > a:focus, .nav-tabs .nav-item.active > a:hover {
  border-bottom: 4px solid #7ca9e9;
  color: #7ca9e9;
}

.umd-form-wrapper label {
  font-weight: 500;
  margin-bottom: clamp(10px, calc(10px + 0.7407407407vw), 18px);
}
.umd-form-wrapper [class^=col] {
  margin-bottom: 12px;
}
.umd-form-wrapper a.eyeClick {
  top: clamp(20px, calc(20px + 0.3703703704vw), 24px);
}

.form-label {
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
}

.form-control {
  background-color: transparent;
  border-color: #CCDBF1;
  font-size: clamp(12px, calc(12px + 0.1851851852vw), 14px);
  padding: clamp(9px, calc(9px + 0.462962963vw), 14px) clamp(11px, calc(11px + 0.2777777778vw), 14px);
  line-height: 20px;
}
.form-control.input:read-only {
  background-color: transparent;
  color: #E7ECF3;
  cursor: not-allowed;
}
.form-control.input:read-only:focus {
  border-color: #CCDBF1;
}
.form-control:disabled {
  background-color: transparent;
  color: #E7ECF3;
  border-color: #E7ECF3;
  cursor: not-allowed;
}
.form-control:disabled::placeholder {
  color: #fff;
}
.form-control:focus {
  box-shadow: none !important;
  border-color: #7ca9e9;
  background-color: inherit;
}
.form-control::placeholder {
  color: #242b60;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  padding-right: 0.75rem;
  background-image: unset;
}

.form-select {
  background-size: 16px;
  background-position: right 10px center;
  background-position-y: calc(50% - 3px);
  --bs-form-select-bg-img: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1000 1000'%3E%3Cpath d='M500 852h0a63 63 0 0 1-45-19l-238-249a63 63 0 0 1 90-87l193 202 193-202a63 63 0 1 1 91 87l-239 249a63 63 0 0 1-45 19z'/%3E%3C/svg%3E");
}

.umd-group-search {
  max-width: 330px;
}
.umd-group-search input[name=search] {
  border-right-width: 0 !important;
}
.umd-group-search button.input-group-text {
  border-color: #CCDBF1;
  border-left-width: 0 !important;
}

input[type=search] {
  background-image: url("../../assets/img/inputs/search.png");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 24px;
  padding-right: 30px;
}
input[type=search] #search-clear {
  color: #394074;
}
input[type=search]:hover:not(:placeholder-shown), input[type=search]:focus:not(:placeholder-shown) {
  background-image: none;
}
input[type=search]::-webkit-search-cancel-button {
  appearance: none;
  width: 24px;
  height: 24px;
  background: url("../../assets/img/inputs/clear.png") no-repeat center;
  background-size: 16px;
  cursor: pointer;
  margin-right: -7px;
}

input[type=search],
.form-select {
  background-color: #fff;
  border-color: #CCDBF1;
  border-radius: var(--bs-border-radius-xl);
  font-size: clamp(12px, calc(12px + 0.1851851852vw), 14px);
  padding: clamp(8px, calc(8px + 0.5555555556vw), 14px) clamp(10px, calc(10px + 0.3703703704vw), 14px);
}
input[type=search]:focus,
.form-select:focus {
  box-shadow: unset;
}

.umd-form-select-sm.form-select {
  font-size: 12px;
  padding: clamp(6px, calc(6px + 0.1851851852vw), 8px) clamp(8px, calc(8px + 0.3703703704vw), 12px);
}

select.umd-form-select-sm.form-select {
  padding-right: clamp(20px, calc(20px + 0.9259259259vw), 30px);
}

.form-check {
  margin-bottom: 10px;
}
.form-check label.form-check-label {
  margin-left: 5px;
}

.form-check:not(.form-switch) .form-check-input[type=checkbox] {
  --bs-form-check-bg: #FFFFFF;
  width: 20px;
  height: 20px;
  margin-top: 0;
  background-image: unset;
  -webkit-print-color-adjust: exact;
  border-radius: 6px;
  --bs-border-color: #CCDBF1;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:disabled {
  background-color: #CCDBF1;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:focus {
  box-shadow: none;
  border-color: #CCDBF1;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:checked {
  background-color: #fff;
  border-color: #7ca9e9;
  box-shadow: 0 0 0 1px #7ca9e9;
  background-image: url("../img/icons/check.svg");
}
.form-check:not(.form-switch) .form-check-input[type=checkbox]:active {
  background-color: #f2f7ff;
  border-color: #7ca9e9;
  filter: unset;
}
.form-check:not(.form-switch) .form-check-input[type=checkbox] label.form-check-label {
  margin-left: 5px;
}

.form-check .form-check-input[type=radio] {
  width: 20px;
  height: 20px;
  margin-left: -20px;
  margin-top: 0;
  --bs-form-check-bg: #FFFFFF;
  --bs-border-color: #7ca9e9;
}
.form-check .form-check-input[type=radio]:focus {
  box-shadow: none;
}
.form-check .form-check-input[type=radio]:checked {
  background-color: #7ca9e9;
  background-image: unset;
  box-shadow: inset 0 0 0 3px #fff, 0 0 0 1px #7ca9e9;
  border-color: #7ca9e9;
}
.form-check .form-check-input[type=radio]:active {
  background-color: #f2f7ff;
  filter: unset;
}
.form-check .form-check-input[type=radio] label.form-check-label {
  margin-left: 5px;
}

.form-check.form-switch .form-check-input[type=checkbox] {
  --bs-form-check-bg: #CCDBF1;
  height: 20px;
  width: 36px;
  margin-left: -34px;
  --bs-border-color: #CCDBF1;
  margin-top: 0;
  background-size: 21px;
  border-width: 0;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check.form-switch .form-check-input[type=checkbox]:focus {
  box-shadow: none;
}
.form-check.form-switch .form-check-input[type=checkbox]:checked {
  background-color: #7ca9e9;
  border-color: #7ca9e9;
}
.form-check.form-switch .form-check-input[type=checkbox] label.form-check-label {
  margin-left: 5px;
}

.form-check-input.form-check-input-large {
  width: 30px;
  height: 30px;
}

.form-control-date-wrapper.form-control-year-wrapper {
  position: relative;
  max-width: 120px;
  min-width: 100px;
  width: 100%;
  flex-shrink: 1;
}

@media (min-width: 1300px) {
  .form-control-date-wrapper.form-control-year-wrapper {
    max-width: 140px;
  }
}
@media (min-width: 1600px) {
  .form-control-date-wrapper.form-control-year-wrapper {
    max-width: 264px;
  }
}
.form-control-date-wrapper {
  position: relative;
  max-width: 264px;
  min-width: 180px;
  width: 100%;
}
.form-control-date-wrapper select {
  padding-left: 50px;
  padding-right: 30px;
}
.form-control-date-wrapper::before {
  display: block;
  position: absolute;
  font-size: 24px;
  content: "\e823";
  font-family: "umd";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}
.form-control-date-wrapper::after {
  display: block;
  position: absolute;
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
  content: "\e82b";
  font-family: "umd";
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}

.selectpicker-wrapper .dropdown-icon {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) translatex(-50%);
}

@media (max-width: 1400px) {
  .form-control-date-wrapper {
    max-width: 200px;
  }
}
.form-required {
  color: #ff865e;
  display: inline-block;
}

select + div.form-error,
input + div.form-error,
span.form-error {
  color: #ff865e;
  display: block;
  margin-top: 8px;
}

input.form-error {
  border-color: #ff865e;
  color: #ff865e;
}

.password-wrapper {
  position: relative;
}

a.eyeClick {
  width: clamp(20px, calc(20px + 0.3703703704vw), 24px);
  height: clamp(20px, calc(20px + 0.3703703704vw), 24px);
  font-size: clamp(20px, calc(20px + 0.3703703704vw), 24px);
  position: absolute;
  transform: translateY(100%);
  bottom: 50%;
  right: 12px;
  cursor: pointer;
  transition: color 0.2s ease-in-out;
  color: #394074;
}

form.loading {
  position: relative;
  background: unset;
}

form.loading:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  z-index: 99;
}

form.loading:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  background: url(../img/icons/loader_60x60px.gif) no-repeat center;
  background-size: 30px;
}

a:focus-visible {
  outline-color: #7ca9e9;
  outline-width: 1px;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #7ca9e9;
  --bs-btn-border-color: #7ca9e9;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #7ca9e9;
  --bs-btn-hover-border-color: #7ca9e9;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #394074;
  --bs-btn-active-border-color: #394074;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  min-width: clamp(100px, calc(100px + 5.5555555556vw), 160px);
}

.btn-secondary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #8ad4c0;
  --bs-btn-border-color: #8ad4c0;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #8ad4c0;
  --bs-btn-hover-border-color: #8ad4c0;
  --bs-btn-focus-shadow-rgb: #8ad4c0;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #8ad4c0;
  --bs-btn-active-border-color: #8ad4c0;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  min-width: clamp(100px, calc(100px + 5.5555555556vw), 160px);
}

.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff865e;
  --bs-btn-border-color: #ff865e;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ff865e;
  --bs-btn-hover-border-color: #ff865e;
  --bs-btn-focus-shadow-rgb: #ff865e;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ff865e;
  --bs-btn-active-border-color: #ff865e;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  min-width: clamp(100px, calc(100px + 5.5555555556vw), 160px);
}

.btn-light {
  --bs-btn-color: #7ca9e9;
  --bs-btn-bg: transparent;
  --bs-btn-border-color: #CCDBF1;
  --bs-btn-hover-color: #7ca9e9;
  --bs-btn-hover-bg: transparent;
  --bs-btn-hover-border-color: #CCDBF1;
  --bs-btn-focus-shadow-rgb: #7ca9e9;
  --bs-btn-active-color: #7ca9e9;
  --bs-btn-active-bg: transparent;
  --bs-btn-active-border-color: #7ca9e9;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #6c757d;
  --bs-btn-disabled-border-color: #6c757d;
  min-width: clamp(100px, calc(100px + 5.5555555556vw), 160px);
}

.btn-link {
  padding-left: 0 !important;
  padding-right: 0 !important;
  min-width: unset;
  text-decoration: underline;
  border: 0 !important;
}

@media (max-width: 981px) {
  .btn-link-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
    min-width: unset;
    text-decoration: underline;
    border: 0 !important;
  }
}
.btn {
  border-radius: 25px;
  padding: clamp(8px, calc(8px + 0.5555555556vw), 14px) clamp(20px, calc(20px + 0.9259259259vw), 30px);
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
  line-height: 20px;
}
.btn:focus-visible {
  outline: unset;
}

.btn-icon {
  color: inherit;
  background-color: transparent;
  border-radius: 5px;
  border: 0;
  padding: 3px;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}
.btn-icon:after {
  display: none;
}
.btn-icon:hover {
  color: inherit;
  background-color: transparent;
}
.btn-icon:focus-visible {
  outline: unset;
}

.btn-icon.btn-icon-secondary {
  color: #fff;
  background-color: #394074;
}
.btn-icon.btn-icon-secondary:hover {
  color: #fff;
  background-color: #394074;
}

/* Tooltip */
button.button-tooltip[aria-label] {
  position: relative;
}

button.button-tooltip[aria-label]:focus:after,
button.button-tooltip[aria-label]:hover:after {
  position: absolute;
  top: -65%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  overflow: hidden;
  height: auto;
  width: max-content;
  padding: 5px 10px;
  content: attr(aria-label);
  color: #000;
  background: #f1f2f3;
  font-size: 11px;
  font-weight: normal;
  line-height: 1.7em;
  text-align: center;
  z-index: 999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.btn-light.btn-w-icon,
.btn-secondary.btn-w-icon,
.btn-primary.btn-w-icon {
  padding-left: clamp(45px, calc(45px + 0.462962963vw), 50px) !important;
  position: relative;
}
.btn-light.btn-w-icon i,
.btn-secondary.btn-w-icon i,
.btn-primary.btn-w-icon i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
  left: clamp(5px, calc(5px + 0.462962963vw), 10px);
}

header {
  position: relative;
}

.umd-floating-alert {
  position: fixed;
  top: 90px;
  right: 20px;
  max-width: 550px;
  width: calc(100% - 40px);
  display: flex;
  border-radius: 10px;
  padding: 10px 15px;
  line-height: 1.4em;
  align-items: center;
  background-color: #fff;
  color: #394074;
  z-index: 99998 !important;
  transition: all 0.3s ease-in-out;
}
.umd-floating-alert::before {
  content: "!";
  color: #fff;
  text-align: center;
  font-weight: 500;
  width: 24px;
  height: 24px;
  line-height: 24px;
  border-radius: 50%;
  background-color: #ff865e;
  display: inline-block;
  margin-right: 12px;
  flex-shrink: 0;
}
.umd-floating-alert.alert-danger {
  border-color: #ff865e;
}
.umd-floating-alert.alert-danger::before {
  background-color: #ff865e;
}
.umd-floating-alert.alert-success {
  border-color: #8ad4c0;
}
.umd-floating-alert.alert-success::before {
  background-color: #8ad4c0;
}
.umd-floating-alert.alert-info {
  border-color: #7ca9e9;
}
.umd-floating-alert.alert-info::before {
  background-color: #7ca9e9;
}
.umd-floating-alert.alert-warning {
  border-color: #fbca69;
}
.umd-floating-alert.alert-warning::before {
  background-color: #fbca69;
}
.umd-floating-alert button.btn-icon, .umd-floating-alert button.btn-close {
  font-size: 0;
  margin-left: auto;
  color: #394074;
}
.umd-floating-alert button.btn-icon i, .umd-floating-alert button.btn-close i {
  font-size: clamp(14px, calc(14px + 0.1851851852vw), 16px);
}

@media (max-width: 320px) {
  .umd-floating-alert {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
    right: 10px;
  }
  .umd-floating-alert button.btn-icon, .umd-floating-alert button.btn-close {
    font-size: 14px;
    color: #394074;
    margin-left: unset;
    text-decoration: underline;
  }
  .umd-floating-alert button.btn-icon i, .umd-floating-alert button.btn-close i {
    display: none;
  }
}
.umd-icon-medium {
  width: 94px;
  height: 94px;
}

@font-face {
  font-family: "umd";
  src: url("/assets/font/umd.eot?31857736");
  src: url("/assets/font/umd.eot?31857736#iefix") format("embedded-opentype"), url("/assets/font/umd.woff2?31857736") format("woff2"), url("/assets/font/umd.woff?31857736") format("woff"), url("/assets/font/umd.ttf?31857736") format("truetype"), url("/assets/font/umd.svg?31857736#umd") format("svg");
  font-weight: normal;
  font-style: normal;
}
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
    font-family: 'umd';
    src: url('../font/umd.svg?31857736#umd') format('svg');
    }
    }
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "umd";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check_small:before {
  content: "\e800";
}

.icon-close:before {
  content: "\e801";
}

.icon-secondary_logout:before {
  content: "\e802";
}

.icon-logout:before {
  content: "\e804";
}

.icon-notification:before {
  content: "\e807";
}

.icon-account:before {
  content: "\e822";
}

.icon-calendar:before {
  content: "\e823";
}

.icon-care_team:before {
  content: "\e824";
}

.icon-check_big:before {
  content: "\e825";
}

.icon-patient-instructions:before {
  content: "\e826";
}

.icon-collapse:before {
  content: "\e827";
}

.icon-dashboard:before {
  content: "\e829";
}

.icon-delete:before {
  content: "\e82a";
}

.icon-dropdown_arrow:before {
  content: "\e82b";
}

.icon-edit:before {
  content: "\e82d";
}

.icon-emergency_call:before {
  content: "\e82f";
}

.icon-expand_sidebar:before {
  content: "\e830";
}

.icon-filtering_small:before {
  content: "\e832";
}

.icon-hamburger_menu:before {
  content: "\e833";
}

.icon-hide_password:before {
  content: "\e834";
}

.icon-logout-1:before {
  content: "\e837";
}

.icon-manage_profile:before {
  content: "\e838";
}

.icon-messages:before {
  content: "\e839";
}

.icon-notifications_dark:before {
  content: "\e83b";
}

.icon-move_down:before {
  content: "\e83a";
}

.icon-move_up:before {
  content: "\e83c";
}

.icon-messages_white:before {
  content: "\e83d";
}

.icon-organizations:before {
  content: "\e83e";
}

.icon-pagination_arrow_left:before {
  content: "\e83f";
}

.icon-patient_updates_responses:before {
  content: "\e842";
}

.icon-notifications_white:before {
  content: "\e843";
}

.icon-pagination_arrow_right:before {
  content: "\e844";
}

.icon-patients:before {
  content: "\e847";
}

.icon-reports:before {
  content: "\e84a";
}

.icon-reset_password:before {
  content: "\e84b";
}

.icon-patient_updates-1:before {
  content: "\e84c";
}

.icon-search:before {
  content: "\e84d";
}

.icon-settings:before {
  content: "\e84e";
}

.icon-show_password:before {
  content: "\e853";
}

.icon-preferences:before {
  content: "\e855";
}

.icon-switch_organization:before {
  content: "\e856";
}

.icon-tag_delete:before {
  content: "\e857";
}

.icon-user_management:before {
  content: "\e858";
}

.icon-share_history:before {
  content: "\e859";
}

.icon-view:before {
  content: "\e85a";
}

.icon-staff_members:before {
  content: "\e85b";
}

.icon-chat-sidebar:before {
  content: "\e806";
}

.icon-three_dots_icon2:before {
  content: "\e808";
}

.icon-email:before {
  content: "\e82e";
}

.icon-organizations_v2:before {
  content: "\e845";
}

.icon-phone_number:before {
  content: "\e848";
}

.icon-primary_contact:before {
  content: "\e849";
}

.icon-specialty:before {
  content: "\e851";
}

.icon-status:before {
  content: "\e854";
}

.icon-last_logged_in:before {
  content: "\e835";
}

.icon-staff:before {
  content: "\e852";
}

.icon-filtering_big:before {
  content: "\e831";
}

.icon-patients_v2:before {
  content: "\e850";
}

.icon-patient_updates:before {
  content: "\e846";
}

.icon-patient_overview:before {
  content: "\e841";
}

.icon-patient-update_sent:before {
  content: "\e84f";
}

.icon-warning:before {
  content: "\e803";
}

.icon-success:before {
  content: "\e805";
}

/*# sourceMappingURL=login.css.map */
