h1 {
  font-size: 68px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  line-height: 88px;
  letter-spacing: 0.148px;
  font-feature-settings: 'salt' on; }

h2 {
  font-size: 56px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  line-height: 72px;
  letter-spacing: 0.25px;
  font-feature-settings: 'salt' on; }

h3 {
  font-size: 44px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  line-height: 56px;
  letter-spacing: 0.4px;
  font-feature-settings: 'salt' on; }

h4 {
  font-size: 34px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: bold;
  line-height: 40px;
  letter-spacing: 0.4px;
  font-feature-settings: 'salt' on; }

h5 {
  font-size: 25px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: 0.35px;
  font-feature-settings: 'salt' on; }

h6 {
  font-size: 20px;
  font-family: "SF Pro Display", sans-serif;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.4px;
  font-feature-settings: 'salt' on; }

.container {
  width: 1176px;
  max-width: 100%;
  margin: auto; }

.breadcrumb {
  display: inline-flex;
  align-items: center;
  list-style-type: none;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.15px;
  font-feature-settings: 'salt' on;
  flex-wrap: nowrap;
  overflow: auto hidden;
  padding: 0;
  scrollbar-width: none; }
  .breadcrumb__item {
    flex-shrink: 0; }
    .breadcrumb__item a {
      color: #4940b5; }
      .breadcrumb__item a:hover {
        text-decoration: none;
        color: #352f84; }
    .breadcrumb__item--current {
      color: #4a5568; }
  .breadcrumb__delimiter {
    width: 20px;
    height: 20px;
    flex-shrink: 0; }
    .breadcrumb__delimiter img {
      vertical-align: initial; }
  @media screen and (max-width: 425px) {
    .breadcrumb__item {
      flex-shrink: 1; } }

.dk--hr {
  background: none;
  box-shadow: 0px 1px 0px #e2e8f0;
  color: transparent;
  height: 0;
  border-color: transparent;
  margin: 16px 0; }

#flash-alerts {
  z-index: 9999999999 !important; }

.alert {
  padding: 16px;
  border-radius: 4px; }
  .alert .alert-message {
    font-style: normal;
    font-weight: normal;
    font-size: 17px;
    line-height: 24px; }
  .alert.alert-success {
    background-color: #1e6544 !important;
    color: #fff; }
  .alert.alert-error {
    background-color: #9f3146 !important;
    color: #fff; }
  .alert.info {
    background-color: #2a4365;
    color: #fff; }
  .alert.alert-danger {
    background-color: #ed8936;
    color: #fff; }

.dk-alert {
  padding: 19px 15px;
  border-radius: 8px;
  display: flex;
  border-width: 1px;
  border-style: solid;
  margin-bottom: 16px;
  margin-top: 12px; }
  .dk-alert .btn {
    box-shadow: none !important; }
  .dk-alert--top-border {
    border-radius: 0 0 4px 4px;
    position: relative; }
    .dk-alert--top-border::before {
      content: "";
      position: absolute;
      top: -4px;
      z-index: -1;
      border-radius: 4px;
      height: 100%;
      /* width +2px because of border (1px on each side), left -1px to fit left border outer line */
      width: calc(100% + 2px);
      left: -1px; }
  .dk-alert--default {
    border-color: rgba(160, 174, 192, 0.2);
    background-color: #f7fafc;
    color: #2a4365; }
    .dk-alert--default.dk-alert--top-border::before {
      background: #a0aec0; }
  .dk-alert--info {
    border-color: rgba(66, 153, 225, 0.2);
    background-color: #ebf8ff;
    color: #2a4365; }
    .dk-alert--info.dk-alert--top-border::before {
      background: #4299e1; }
  .dk-alert--success {
    border-color: rgba(72, 187, 120, 0.2);
    background-color: #f0fff4;
    color: #22543d; }
    .dk-alert--success.dk-alert--top-border::before {
      background: #48bb78; }
  .dk-alert--warning {
    border-color: rgba(237, 137, 54, 0.2);
    background-color: #FFFAF0;
    color: #7b341e; }
    .dk-alert--warning path {
      fill: #dd6b20; }
    .dk-alert--warning.dk-alert--top-border::before {
      background: #ed8936; }
  .dk-alert--critical {
    border-color: rgba(245, 101, 101, 0.2);
    background-color: #fff5f5;
    color: #742a2a; }
    .dk-alert--critical.dk-alert--top-border::before {
      background: #f56565; }
  .dk-alert__icon + .dk-alert__body {
    margin-left: 16px; }
  .dk-alert__icon {
    display: flex;
    align-content: center;
    align-items: flex-start; }
  .dk-alert__title {
    font-weight: 600; }
  .dk-alert__title + .dk-alert__text {
    margin-top: 8px; }
  .dk-alert__body {
    flex-grow: 1; }
  .dk-alert__close img {
    cursor: pointer; }
  .dk-alert .btn {
    margin-top: 24px; }

.dk--badge {
  border-radius: 16px;
  padding: 4px 8px;
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.154px;
  font-feature-settings: 'salt' on; }
  .dk--badge--default {
    background-color: #e2e8f0;
    color: #1a202c; }
  .dk--badge--informational {
    background-color: #bee3f8;
    color: #2a4365; }
  .dk--badge--success {
    background-color: #c6f6d5;
    color: #22543d; }
  .dk--badge--warning {
    background-color: #feebc8;
    color: #7b341e; }

/* Sets hover color for button label and icons svg fill  */
.dk--btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  padding: 12px;
  border-radius: 4px;
  border: none;
  -webkit-transition: .5s;
  transition: .5s;
  white-space: nowrap; }
  .dk--btn__label {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 600;
    line-height: 16px;
    text-align: center;
    padding: 0 4px; }
  .dk--btn__icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    margin: -4px;
    text-align: center; }
    .dk--btn__icon--hidden {
      display: none; }
  .dk--btn--mini {
    padding: 8px;
    max-height: 32px; }
    .dk--btn--mini__label {
      font-size: 14px;
      font-family: "SF Pro Text", sans-serif;
      font-weight: 600;
      line-height: 16px;
      text-align: center;
      padding: 0 4px; }
    .dk--btn--mini__icon {
      display: inline-block;
      width: 16px;
      height: 16px; }
      .dk--btn--mini__icon--hidden {
        display: none; }
  .dk--btn--floating {
    border-radius: 20px; }
  .dk--btn--primary, .dk--btn--floating {
    background-color: #352f84;
    box-shadow: 0px 2px 4px rgba(26, 32, 44, 0.2), 0px 0px 2px rgba(26, 32, 44, 0.25), 0px 0px 1px rgba(26, 32, 44, 0.3); }
    .dk--btn--primary .dk--btn__label, .dk--btn--floating .dk--btn__label {
      color: #fff; }
    .dk--btn--primary .dk--btn__icon path, .dk--btn--floating .dk--btn__icon path {
      fill: #fff; }
    .dk--btn--primary:disabled, .dk--btn--floating:disabled {
      background-color: #edf2f7;
      box-shadow: none; }
      .dk--btn--primary:disabled:hover, .dk--btn--floating:disabled:hover {
        background-color: #edf2f7;
        box-shadow: none; }
        .dk--btn--primary:disabled:hover .dk--btn__label, .dk--btn--floating:disabled:hover .dk--btn__label {
          color: #a0aec0; }
        .dk--btn--primary:disabled:hover .dk--btn__icon path, .dk--btn--floating:disabled:hover .dk--btn__icon path {
          fill: #a0aec0; }
    .dk--btn--primary:hover, .dk--btn--floating:hover {
      background-color: #352f84;
      box-shadow: 0px 4px 8px rgba(26, 32, 44, 0.2), 0px 2px 4px rgba(26, 32, 44, 0.25), 0px 1px 2px rgba(26, 32, 44, 0.3); }
      .dk--btn--primary:hover .dk--btn__label, .dk--btn--floating:hover .dk--btn__label {
        color: #fff; }
      .dk--btn--primary:hover .dk--btn__icon path, .dk--btn--floating:hover .dk--btn__icon path {
        fill: #fff; }
    .dk--btn--primary:focus, .dk--btn--floating:focus {
      background-color: #534e96;
      box-shadow: 0px 4px 8px rgba(26, 32, 44, 0.2), 0px 2px 4px rgba(26, 32, 44, 0.25), 0px 1px 2px rgba(26, 32, 44, 0.3); }
      .dk--btn--primary:focus .dk--btn__label, .dk--btn--floating:focus .dk--btn__label {
        color: #fff; }
      .dk--btn--primary:focus .dk--btn__icon path, .dk--btn--floating:focus .dk--btn__icon path {
        fill: #fff; }
    .dk--btn--primary:active, .dk--btn--floating:active {
      background-color: #534e96;
      box-shadow: 0px 6px 16px rgba(26, 32, 44, 0.2), 0px 4px 8px rgba(26, 32, 44, 0.25), 0px 2px 4px rgba(26, 32, 44, 0.3);
      outline: none; }
      .dk--btn--primary:active .dk--btn__label, .dk--btn--floating:active .dk--btn__label {
        color: #fff; }
      .dk--btn--primary:active .dk--btn__icon path, .dk--btn--floating:active .dk--btn__icon path {
        fill: #fff; }
  .dk--btn--secondary {
    background-color: #edf2f7;
    border: solid 2px #8b95a5; }
    .dk--btn--secondary .dk--btn__label {
      color: #1a202c; }
    .dk--btn--secondary .dk--btn__icon path {
      fill: #718096; }
    .dk--btn--secondary:disabled {
      background-color: #edf2f7; }
      .dk--btn--secondary:disabled .dk--btn__label {
        color: #a0aec0; }
      .dk--btn--secondary:disabled .dk--btn__icon path {
        fill: #a0aec0; }
    .dk--btn--secondary:hover {
      background-color: #cbd5e0; }
      .dk--btn--secondary:hover .dk--btn__label {
        color: #1a202c; }
      .dk--btn--secondary:hover .dk--btn__icon path {
        fill: #68798D; }
    .dk--btn--secondary:focus {
      background-color: #edf2f7;
      outline: 2px auto #4299e1; }
      .dk--btn--secondary:focus .dk--btn__label {
        color: #1a202c; }
      .dk--btn--secondary:focus .dk--btn__icon path {
        fill: #718096; }
      .dk--btn--secondary:focus .dk--btn__icon path {
        border-style: solid;
        border-width: 2px;
        border-color: #4299e1; }
    .dk--btn--secondary:active {
      background-color: #4a5568;
      color: white;
      outline: none; }
      .dk--btn--secondary:active .dk--btn__label {
        color: #fff; }
      .dk--btn--secondary:active .dk--btn__icon path {
        fill: #fff; }
  .dk--btn--ghost {
    background-color: transparent; }
    .dk--btn--ghost .dk--btn__label {
      color: #1a202c; }
    .dk--btn--ghost .dk--btn__icon path {
      fill: #718096; }
    .dk--btn--ghost:disabled {
      background-color: transparent; }
      .dk--btn--ghost:disabled .dk--btn__label {
        color: #a0aec0; }
      .dk--btn--ghost:disabled .dk--btn__icon path {
        fill: #cbd5e0; }
    .dk--btn--ghost:hover {
      background-color: #ebeaf3; }
      .dk--btn--ghost:hover .dk--btn__label {
        color: #1a202c; }
      .dk--btn--ghost:hover .dk--btn__icon path {
        fill: #718096; }
    .dk--btn--ghost:focus {
      background-color: transparent;
      outline: 2px auto #4299e1; }
      .dk--btn--ghost:focus .dk--btn__label {
        color: #1a202c; }
      .dk--btn--ghost:focus .dk--btn__icon path {
        fill: #4a5568; }
    .dk--btn--ghost:active {
      background-color: #d7d5e6;
      outline: none; }
      .dk--btn--ghost:active .dk--btn__label {
        color: #1a202c; }
      .dk--btn--ghost:active .dk--btn__icon path {
        fill: #4a5568; }
  .dk--btn--circle {
    border-radius: 50%; }
    .dk--btn--circle:focus {
      outline: none; }
  .dk--btn--warning {
    background-color: #feebc8; }
    .dk--btn--warning .dk--btn__label {
      color: #7b341e; }
    .dk--btn--warning:hover {
      background-color: #fbd38d; }
      .dk--btn--warning:hover .dk--btn__label {
        color: #7b341e; }
      .dk--btn--warning:hover .dk--btn__icon path {
        fill: #983c1b; }
    .dk--btn--warning:focus {
      background-color: #fbd38d; }
      .dk--btn--warning:focus .dk--btn__label {
        color: #7b341e; }
      .dk--btn--warning:focus .dk--btn__icon path {
        fill: #983c1b; }
    .dk--btn--warning:active {
      background-color: #feebc8;
      color: #7b341e; }
  .dk--btn--danger {
    background-color: #fed7d7; }
    .dk--btn--danger .dk--btn__label {
      color: #742a2a; }
    .dk--btn--danger:hover {
      background-color: #feb2b2; }
      .dk--btn--danger:hover .dk--btn__label {
        color: #742a2a; }
      .dk--btn--danger:hover .dk--btn__icon path {
        fill: #e53e3e; }
    .dk--btn--danger:focus {
      background-color: #feb2b2; }
      .dk--btn--danger:focus .dk--btn__label {
        color: #742a2a; }
      .dk--btn--danger:focus .dk--btn__icon path {
        fill: #e53e3e; }
    .dk--btn--danger:active {
      background-color: #fed7d7;
      color: #742a2a; }

.dk--chip {
  border-style: solid;
  border-width: 2px;
  border-radius: 4px;
  padding: 6px 8px;
  display: inline-flex;
  background-color: white;
  border-color: #8b95a5;
  transition: .5s; }
  .dk--chip__label {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: 500;
    line-height: 20px;
    text-align: left;
    padding: 0 4px;
    color: #1a202c; }
  .dk--chip__icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 4px; }
    .dk--chip__icon path {
      fill: #718096; }
  .dk--chip:hover {
    background-color: #f7fafc;
    border-color: #8b95a5;
    cursor: pointer; }
    .dk--chip:hover .dk--chip__label {
      color: #27253c; }
    .dk--chip:hover .dk--chip__icon path {
      fill: #718096; }
  .dk--chip:focus {
    background-color: #cbd5e0;
    border-color: #718096; }
    .dk--chip:focus .dk--chip__label {
      color: #27253c; }
    .dk--chip:focus .dk--chip__icon path {
      fill: #4a5568; }
  .dk--chip:active {
    background-color: #cbd5e0;
    border-color: #cbd5e0;
    box-shadow: 0px 2px 4px rgba(26, 32, 44, 0.2), 0px 0px 2px rgba(26, 32, 44, 0.25), 0px 0px 1px rgba(26, 32, 44, 0.3); }
    .dk--chip:active .dk--chip__label {
      color: #27253c; }
    .dk--chip:active .dk--chip__icon path {
      fill: #4a5568; }
  .dk--chip.selected {
    background-color: #ebeaf3;
    border-color: #928FBC; }
    .dk--chip.selected .dk--chip__label {
      color: #352f84; }
    .dk--chip.selected .dk--chip__icon path {
      fill: #352f84; }
  .dk--chip--tall {
    padding: 16px; }
    .dk--chip--tall__label {
      font-size: 17px;
      font-family: "SF Pro Text", sans-serif;
      font-weight: 500;
      line-height: 24px;
      text-align: left;
      padding: 0 4px; }
    .dk--chip--tall__icon {
      display: inline-block;
      width: 24px;
      height: 24px;
      margin: 0 8px; }
  .dk--chip--disabled {
    background-color: white;
    border-color: #e2e8f0; }
    .dk--chip--disabled .dk--chip__label {
      color: #a0aec0; }
    .dk--chip--disabled .dk--chip--icon path {
      fill: #cbd5e0; }
    .dk--chip--disabled:hover {
      background-color: white;
      border-color: #e2e8f0;
      cursor: default; }
      .dk--chip--disabled:hover .dk--chip__label {
        color: #a0aec0; }
      .dk--chip--disabled:hover .dk--chip--icon path {
        fill: #cbd5e0; }

.dk-chip {
  display: inline-flex;
  padding: 4px 6px;
  border: 2px solid #cbd5e0;
  border-radius: 8px;
  background-color: #ffffff;
  align-items: center; }
  .dk-chip__icon {
    width: 24px;
    height: 24px; }
    .dk-chip__icon svg {
      fill: #718096; }
  .dk-chip__label {
    padding: 0 4px;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.154px;
    font-feature-settings: 'salt' on;
    color: #1a202c; }
  .dk-chip__label + .dk-chip__icon,
  .dk-chip__icon + .dk-chip__label {
    margin-left: 4px; }
  .dk-chip--tall {
    padding: 14px; }
    .dk-chip--tall .dk-chip__label {
      font-size: 17px;
      line-height: 24px;
      letter-spacing: -0.4px; }
  .dk-chip--active {
    background-color: #d0ceee;
    border-color: #352f84; }
    .dk-chip--active .dk-chip__icon svg {
      fill: #302a77; }

.dk--daterangepicker--button input {
  padding: 6px 12px; }

.dk--daterangepicker--button label {
  top: 9px !important; }

.daterangepicker .drp-selected {
  display: none !important; }

.daterangepicker .drp-buttons {
  display: flex !important;
  justify-content: space-between; }

.daterangepicker thead th {
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.154px;
  font-feature-settings: 'salt' on;
  color: #1a202c; }

.daterangepicker tbody {
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: normal;
  line-height: 20px;
  text-align: center;
  letter-spacing: -0.154px;
  font-feature-settings: 'salt' on;
  color: #1a202c; }
  .daterangepicker tbody td.off {
    color: #a0aec0; }
  .daterangepicker tbody td:hover {
    border-radius: 50%;
    color: #1a202c;
    background: #edf2f7; }
  .daterangepicker tbody td.in-range, .daterangepicker tbody td.active {
    background: #352f84;
    color: white; }
    .daterangepicker tbody td.in-range:nth-child(1), .daterangepicker tbody td.active:nth-child(1) {
      border-radius: 4px 0px 0px 4px; }
    .daterangepicker tbody td.in-range:last-child, .daterangepicker tbody td.active:last-child {
      border-radius: 0px 4px 4px 0px; }
  .daterangepicker tbody td.active:hover {
    background: #352f84;
    color: white; }
  .daterangepicker tbody td.in-range:hover {
    border-radius: 0;
    background: #352f84; }
    .daterangepicker tbody td.in-range:hover.start-date {
      border-radius: 16px 0 0 16px; }
    .daterangepicker tbody td.in-range:hover:last-of-type, .daterangepicker tbody td.in-range:hover.end-date {
      border-radius: 0 16px 16px 0; }
  .daterangepicker tbody td.in-range:last-of-type.end-date {
    border-radius: 0 16px 16px 0;
    background: #352f84;
    color: white; }
    .daterangepicker tbody td.in-range:last-of-type.end-date.off {
      background: white;
      color: #a0aec0; }
  .daterangepicker tbody td.in-range:last-of-type:hover {
    border-radius: 0 16px 16px 0; }
  .daterangepicker tbody td.start-date {
    border-radius: 16px 0 0 16px; }
  .daterangepicker tbody td.end-date {
    border-radius: 0 16px 16px 0; }
  .daterangepicker tbody td.start-date.end-date {
    border-radius: 50%; }

.form-group {
  position: relative;
  margin-bottom: 16px;
  max-width: 100%; }
  .form-group:not(.has-error):focus-within {
    border-radius: 4px; }
  .form-group input[type=text] ~ .control-label, .form-group input[type=number] ~ .control-label {
    cursor: text;
    color: #4a5568; }
  .form-group .control-label {
    display: flex;
    font-size: 17px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    font-feature-settings: 'salt' on;
    color: #1a202c;
    position: absolute;
    left: 16px;
    top: 20px;
    transition-property: top, font-size;
    transition-duration: 0.2s; }
  .form-group.required .has-star:not(.custom-control-label)::after {
    color: #9f3146 !important;
    font-family: inherit; }
  .form-group .hint-block {
    font-size: 11px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 16px;
    border-radius: 0 0 4px 4px;
    padding: 16px 16px 8px 16px;
    margin-top: -8px;
    color: #1a202c;
    background-color: #8b95a5; }
  .form-group .form-control {
    padding: 18px 14px;
    border: 2px solid #8b95a5;
    border-radius: 4px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    width: 100%; }
    .form-group .form-control:focus {
      border-color: #352f84;
      outline: none; }
      .form-group .form-control:focus ~ .hint-block {
        background: #352f84;
        color: #ffffff; }
      .form-group .form-control:focus:not(:placeholder-shown) ~ .control-label {
        color: #352f84; }
    .form-group .form-control:disabled {
      border-color: #edf2f7;
      color: #4f5971;
      background: #ffffff;
      cursor: not-allowed; }
      .form-group .form-control:disabled ~ .control-label {
        color: #4f5971; }
      .form-group .form-control:disabled ~ .hint-block {
        background-color: #edf2f7;
        color: #2d3748; }
  .form-group:not(.form-group--no-label) .form-control:not(:placeholder-shown) {
    padding-top: 26px;
    padding-bottom: 10px; }
    .form-group:not(.form-group--no-label) .form-control:not(:placeholder-shown) ~ .control-label {
      font-size: 11px;
      line-height: 16px;
      top: 12px; }
  .form-group.has-error .form-control {
    border-color: #9f3146; }
    .form-group.has-error .form-control:not(:placeholder-shown) ~ .control-label {
      color: #9f3146; }
    .form-group.has-error .form-control:focus {
      border-color: #9f3146;
      box-shadow: none; }
      .form-group.has-error .form-control:focus:not(:placeholder-shown) ~ .control-label {
        color: #9f3146; }
  .form-group.has-error .hint-block {
    display: none; }
  .form-group.has-error .help-block {
    font-size: 11px;
    line-height: 16px;
    border-radius: 0 0 4px 4px;
    padding: 16px 16px 8px 16px;
    margin-top: -8px;
    background: #9f3146;
    color: #ffffff;
    font-size: 11px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 16px; }
  .form-group.has-warning .form-control {
    border-color: #983c1b; }
    .form-group.has-warning .form-control:not(:placeholder-shown) ~ .control-label {
      color: #983c1b; }
    .form-group.has-warning .form-control:focus {
      border-color: #983c1b;
      box-shadow: none; }
      .form-group.has-warning .form-control:focus:not(:placeholder-shown) ~ .control-label {
        color: #983c1b; }
  .form-group.has-warning .hint-block {
    display: none; }
  .form-group.has-warning .help-block {
    font-size: 11px;
    line-height: 16px;
    border-radius: 0 0 4px 4px;
    padding: 16px 16px 8px 16px;
    margin-top: -8px;
    background: #dd6b20;
    color: #ffffff;
    font-size: 11px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 16px; }

select {
  border: 2px solid #cbd5e0;
  border-radius: 4px;
  padding: 18px 14px;
  height: 64px;
  color: #1a202c; }
  select:focus {
    outline: none; }

.form-group:not(.form-group--no-label) .select2-selection.select2-selection--single {
  padding-top: 26px;
  padding-bottom: 10px; }

.select2-container--default .select2-selection:focus {
  outline: none; }

.select2-container--default .select2-selection--single {
  border: 2px solid #8b95a5 !important;
  border-radius: 4px !important;
  padding: 18px 14px;
  height: 64px !important; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 17px;
    line-height: 24px !important;
    letter-spacing: -0.4px;
    font-feature-settings: 'salt' on;
    color: #4a5568 !important;
    padding-right: 36px !important;
    padding-left: 0 !important;
    padding-top: 0 !important; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    position: absolute;
    right: 56px;
    top: 20px;
    color: #4a5568 !important; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: inherit !important; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 20px;
    right: 20px;
    width: 24px;
    height: 24px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      width: 24px;
      height: 24px;
      background: url("/img/icon/ic-expand-more-24.svg");
      border: none;
      left: 0;
      top: 0;
      margin-left: 0;
      margin-top: 0;
      position: absolute; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 4px; }

.select2-container--default.select2-container--focus .select2-selection {
  border: 2px solid #bee3f8;
  box-shadow: 0 0 0 2pt #736dcb; }

.select2-container--default .select2-dropdown.select2-dropdown {
  background: white;
  border: 2px solid #edf2f7;
  box-sizing: border-box;
  box-shadow: 0px 4px 16px rgba(26, 32, 44, 0.1), 0px 1px 4px rgba(26, 32, 44, 0.15);
  border-radius: 4px;
  overflow: hidden;
  padding: 16px 8px; }

.select2-container--default .select2-dropdown--below {
  margin-top: 8px; }

.select2-container--default .select2-dropdown--above {
  margin-top: -8px; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 400px; }

.select2-container--default .select2-results__option {
  margin-bottom: 2px;
  padding: 12px 16px;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: -0.4px;
  font-feature-settings: 'salt' on;
  color: #1a202c;
  border-radius: 4px; }
  .select2-container--default .select2-results__option[aria-selected="true"] {
    color: white;
    background: #4940b5; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #352f84;
  text-decoration: underline; }

.select2-container--default .select2-search--dropdown {
  position: relative;
  padding: 4px !important; }
  .select2-container--default .select2-search--dropdown:before {
    content: ' ';
    height: 24px;
    width: 24px;
    background: url("/img/icon/ic-search-24.svg") center center;
    display: block;
    position: absolute;
    top: 16px;
    left: 16px; }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 10px 52px;
    border: 2px solid #cbd5e0;
    border-radius: 4px;
    font-size: 17px;
    line-height: 24px;
    box-shadow: none;
    outline: none;
    color: #1a202c;
    margin-bottom: 16px; }
    .select2-container--default .select2-search--dropdown .select2-search__field::placeholder {
      color: #4a5568; }
    .select2-container--default .select2-search--dropdown .select2-search__field:focus {
      box-shadow: 0 0 0 2px #d0ceee;
      border-color: #352f84; }
  .select2-container--default .select2-search--dropdown .select2-search__clear {
    height: 24px;
    width: 24px;
    background: url("/img/icon/ic-cancel-24.svg") center center;
    display: block;
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer; }

.has-error .select2-container--default .select2-selection--single {
  border: 2px solid #9f3146 !important; }

.has-error .select2-container--default.select2-container--focus .select2-selection {
  border: 2px solid #9f3146 !important;
  box-shadow: none; }

.has-error .select2-container--focus ~ .control-label {
  color: #9f3146; }

.form-group:not(.form-group--no-label) .form-control.select2--empty ~ .control-label {
  font-size: 17px;
  line-height: 24px;
  top: 20px; }

.checkbox {
  cursor: pointer;
  padding: 18px 14px;
  position: relative; }
  .checkbox input {
    display: none; }
  .checkbox label {
    cursor: pointer;
    white-space: nowrap;
    margin-bottom: 0; }
  .checkbox .help-block {
    font-size: 11px;
    line-height: 16px;
    color: #9f3146 !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    position: absolute;
    font-size: 11px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 16px; }
  .checkbox .input-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 17px;
    transition: .5s;
    background-image: url(/img/icon/ic-checkbox-blank-24.svg); }
  .checkbox .checkbox-label {
    white-space: normal;
    display: inline-block;
    font-size: 17px;
    line-height: 24px;
    padding-left: 24px; }
  .checkbox input[type=checkbox]:checked ~ .input-icon {
    background: url("/img/icon/ic-checkbox-checked-24.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border: none; }
    .checkbox input[type=checkbox]:checked ~ .input-icon path {
      fill: #a0aec0; }
  .checkbox input[type=radio] ~ .input-icon {
    width: 20px;
    height: 20px;
    top: 19px;
    background: url("/img/icon/ic-circle-current-20.svg");
    border-radius: 50% !important; }
  .checkbox input[type=radio]:checked ~ .input-icon {
    background: url("/img/icon/ic-radio-checked-20.svg");
    background-size: cover;
    background-repeat: no-repeat;
    border: none; }

.select2 ~ .control-label {
  pointer-events: none; }

.ie-float-label-active .control-label {
  font-size: 11px;
  line-height: 16px;
  top: 12px; }

.ie-float-label-active .form-control {
  padding-top: 26px !important;
  padding-bottom: 10px !important;
  padding-left: 14px !important;
  border: 2px solid #cbd5e0; }

input::-ms-clear {
  display: none; }

.switch {
  position: relative;
  display: inline-block;
  width: 40px;
  height: 28px; }

.switch input {
  opacity: 0;
  width: 0;
  height: 0; }

.slider {
  position: absolute;
  cursor: pointer;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #cbd5e0;
  -webkit-transition: .4s;
  transition: .4s;
  width: 40px;
  height: 28px;
  top: calc(50% - 14px); }
  .slider__label {
    padding-left: 32px; }

.slider:before {
  position: absolute;
  content: "";
  height: 24px;
  width: 24px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s; }

input:checked + .slider {
  background-color: #352f84; }

input:checked + .slider:before {
  -webkit-transform: translateX(12px);
  -ms-transform: translateX(12px);
  transform: translateX(12px); }

/* Rounded sliders */
.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

.form-group {
  /* File inputs */ }
  .form-group input[type=file] {
    display: none; }
  .form-group input[type=file] ~ label {
    background: #ffffff;
    cursor: pointer;
    margin-bottom: 0;
    padding-top: 18px !important;
    padding-bottom: 18px !important;
    white-space: nowrap;
    font-size: 17px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 24px;
    letter-spacing: -0.4px;
    font-feature-settings: 'salt' on;
    color: #4a5568;
    transition-property: top, font-size;
    transition-duration: 0.2s; }
    .form-group input[type=file] ~ label.file-selected {
      border-color: #352f84;
      color: #1a202c; }

.grid-view table {
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  margin: 0; }
  .grid-view table thead tr {
    background: #e2e8f0;
    padding: 18px 12px; }
    .grid-view table thead tr th {
      padding: 16px 12px;
      font-size: 14px;
      font-family: "SF Pro Text", sans-serif;
      font-weight: 500;
      line-height: 20px;
      letter-spacing: -0.154px;
      font-feature-settings: 'salt' on;
      color: #1a202c;
      text-decoration: none;
      position: relative; }
      .grid-view table thead tr th a {
        font-size: 14px;
        font-family: "SF Pro Text", sans-serif;
        font-weight: 500;
        line-height: 20px;
        letter-spacing: -0.154px;
        font-feature-settings: 'salt' on;
        color: #1a202c;
        text-decoration: none;
        position: relative; }
        .grid-view table thead tr th a::after {
          content: ' ';
          width: 20px;
          height: 20px;
          position: absolute;
          top: -2px; }
        .grid-view table thead tr th a.asc::after {
          background-image: url(/img/icon/ic-caret-down-20.svg);
          transform: rotate(180deg); }
        .grid-view table thead tr th a.desc::after {
          background-image: url(/img/icon/ic-caret-down-20.svg); }
        .grid-view table thead tr th a:hover {
          text-decoration: none; }
  .grid-view table tbody tr.kv-expand-detail-row td[colspan] {
    padding: 0;
    height: 0; }
  .grid-view table tbody tr td {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.154px;
    font-feature-settings: 'salt' on;
    color: #1a202c;
    padding: 16px 12px;
    border-bottom: 1px solid #e2e8f0; }
    .grid-view table tbody tr td i {
      color: #718096; }

.grid-view .summary {
  display: flex;
  justify-content: center;
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: normal;
  line-height: 20px;
  letter-spacing: -0.154px;
  font-feature-settings: 'salt' on;
  color: #4a5568; }

.grid-view .pagination {
  display: flex;
  list-style: none;
  padding: 0;
  justify-content: center;
  margin-top: 48px;
  margin-bottom: 24px; }
  .grid-view .pagination li {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 4px; }
    .grid-view .pagination li.active {
      background-color: #e2e8f0; }
    .grid-view .pagination li.next, .grid-view .pagination li.prev {
      background-color: #352f84;
      padding: 8px;
      box-shadow: 0px 2px 4px rgba(26, 32, 44, 0.2), 0px 0px 2px rgba(26, 32, 44, 0.25), 0px 0px 1px rgba(26, 32, 44, 0.3); }
      .grid-view .pagination li.next path, .grid-view .pagination li.prev path {
        fill: #fff; }
    .grid-view .pagination li.disabled {
      background-color: #edf2f7;
      box-shadow: none; }
      .grid-view .pagination li.disabled path {
        fill: #a0aec0; }
    .grid-view .pagination li a {
      font-size: 17px;
      font-family: "SF Pro Text", sans-serif;
      font-weight: 500;
      line-height: 24px;
      letter-spacing: -0.4px;
      font-feature-settings: 'salt' on;
      color: #1a202c;
      width: 24px;
      height: 24px;
      position: relative;
      text-align: center; }
      .grid-view .pagination li a:after {
        content: ' ';
        position: absolute;
        top: -2px;
        left: -1px;
        color: white;
        background-image: url(/img/icon/ic-chevron-right-24.svg); }

.grid-view input[type=checkbox] {
  position: relative;
  visibility: hidden; }
  .grid-view input[type=checkbox]::after {
    content: ' ';
    background-image: url(/img/icon/ic-checkbox-blank-20.svg);
    position: absolute;
    width: 20px;
    height: 20px;
    top: -3px;
    left: -3px;
    visibility: visible;
    transition: .5s; }
  .grid-view input[type=checkbox]:checked::after {
    background-image: url(/img/icon/ic-checkbox-checked-20.svg); }

.dk-modal {
  display: none;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000; }
  .dk-modal__close {
    position: absolute;
    right: 16px;
    top: 16px;
    cursor: pointer; }
  .dk-modal__content {
    position: relative;
    border-radius: 8px;
    background-color: white; }
  .dk-modal__body {
    padding: 48px 32px; }

div.progress {
  background: #e2e8f0;
  height: 8px !important;
  border-radius: 4px; }
  div.progress .progress-bar {
    background: #352f84;
    height: 100%;
    border-radius: 4px; }
  @media (max-width: 768px) {
    div.progress {
      display: none !important; } }

.dk--stepper {
  display: flex;
  list-style: none;
  margin-top: 16px;
  font-size: 14px;
  font-family: "SF Pro Text", sans-serif;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: -0.154px;
  font-feature-settings: 'salt' on;
  padding-left: 1px; }
  @media (max-width: 768px) {
    .dk--stepper {
      display: none !important; } }
  .dk--stepper .dk--stepper-step {
    flex-grow: 4;
    color: #4a5568;
    padding-left: 15px; }
    .dk--stepper .dk--stepper-step:first-of-type {
      padding-left: 0; }
    .dk--stepper .dk--stepper-step:before {
      display: inline-block;
      content: " ";
      width: 18px;
      height: 18px;
      margin-right: 9px;
      top: 3px;
      position: relative;
      background: url(/img/icon/ic-circle-next-20.svg);
      background-size: contain;
      border: none; }
    .dk--stepper .dk--stepper-step.dk--stepper-step--current {
      color: #352f84; }
      .dk--stepper .dk--stepper-step.dk--stepper-step--current:before {
        background: url(/img/icon/ic-circle-current-20.svg);
        background-size: contain;
        border: none; }
    .dk--stepper .dk--stepper-step.dk--stepper-step--complete {
      color: #1a202c; }
      .dk--stepper .dk--stepper-step.dk--stepper-step--complete:before {
        background: url(/img/icon/ic-check-circle-complete-20.svg);
        background-size: contain;
        border: none; }

.dk--table {
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  width: 100%; }
  .dk--table--ghost thead th {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: -0.154px;
    font-feature-settings: 'salt' on;
    color: #1a202c;
    position: relative;
    padding: 8px 0; }
    .dk--table--ghost thead th::after {
      content: "";
      border-bottom: 1px solid #e2e8f0;
      width: 95%;
      position: absolute;
      left: 0;
      bottom: 0; }
    .dk--table--ghost thead th:nth-child(1)::after {
      content: none; }
  .dk--table--ghost tbody {
    margin-top: 8px; }
    .dk--table--ghost tbody tr td, .dk--table--ghost tbody tr th {
      font-size: 17px;
      font-family: "SF Pro Text", sans-serif;
      font-weight: normal;
      line-height: 24px;
      letter-spacing: -0.4px;
      font-feature-settings: 'salt' on;
      color: #1a202c;
      padding: 12px 0; }
      .dk--table--ghost tbody tr td:nth-child(1), .dk--table--ghost tbody tr th:nth-child(1) {
        color: #4a5568; }
  .dk--table--ghost__heading {
    font-size: 20px;
    font-family: "SF Pro Display", sans-serif;
    font-weight: 500;
    line-height: 24px;
    display: block;
    letter-spacing: 0.4px;
    font-feature-settings: 'salt' on;
    color: #1a202c;
    margin-bottom: 12px; }

.data-table {
  width: 100%;
  margin: 0; }
  .data-table thead {
    text-transform: uppercase; }
    .data-table thead .white {
      color: #4a5568;
      font-weight: bold; }
  .data-table th, .data-table td {
    line-height: 20px;
    padding: 14px; }
  .data-table td {
    font-weight: 600;
    font-size: 14px;
    line-height: 20px; }
  .data-table th {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px; }
  .data-table tr:nth-child(odd) {
    background: #e2e8f0; }
  .data-table tr:nth-child(even) {
    background: #f7fafc; }
  .data-table tr:last-child td, .data-table tr:last-child th {
    border-bottom: none !important; }
  .data-table .white td, .data-table .white th {
    background: #ffffff;
    border-bottom: 2px solid #e2e8f0; }
  .data-table .white--no-border td, .data-table .white--no-border th {
    border: none !important; }
  .data-table .white--smaller-font td, .data-table .white--smaller-font th {
    font-size: 15px; }

.tooltip {
  z-index: 99999999 !important; }
  .tooltip.show {
    opacity: 1 !important; }
  .tooltip.bs-tooltip-top .arrow::before {
    border-top-color: #2d3748 !important;
    bottom: 0; }
  .tooltip.bs-tooltip-bottom .arrow::before {
    border-bottom-color: #2d3748 !important;
    bottom: 0; }
  .tooltip.bs-tooltip-left .arrow::before {
    border-left-color: #2d3748 !important;
    bottom: 0; }
  .tooltip.bs-tooltip-right .arrow::before {
    border-right-color: #2d3748 !important;
    bottom: 0; }
  .tooltip .tooltip-inner {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.154px;
    font-feature-settings: 'salt' on;
    color: #fff;
    padding: 8px 16px;
    border-radius: 2px;
    background-color: #2d3748;
    opacity: 1; }

/* Tooltip container */
.dk--tooltip {
  position: relative;
  display: inline-block; }
  .dk--tooltip:hover .dk--tooltip--content {
    visibility: visible;
    opacity: 1; }
  .dk--tooltip--content {
    font-size: 14px;
    font-family: "SF Pro Text", sans-serif;
    font-weight: normal;
    line-height: 20px;
    letter-spacing: -0.154px;
    font-feature-settings: 'salt' on;
    color: #fff;
    visibility: hidden;
    background-color: #2d3748;
    text-align: center;
    padding: 8px 16px;
    border-radius: 2px;
    position: absolute;
    z-index: 1; }
    .dk--tooltip--content__top {
      bottom: 125%;
      left: 50%;
      margin-left: -30px; }
      .dk--tooltip--content__top:after {
        top: 100%;
        left: 50%;
        border-color: #2d3748 transparent transparent transparent; }
    .dk--tooltip--content__bottom {
      top: 125%;
      left: 50%;
      margin-left: -30px; }
      .dk--tooltip--content__bottom::after {
        bottom: 100%;
        left: 50%;
        border-color: transparent transparent #2d3748 transparent; }
    .dk--tooltip--content__left {
      top: -25%;
      right: 110%; }
      .dk--tooltip--content__left::after {
        top: 27%;
        left: 111%;
        border-color: transparent transparent transparent #2d3748; }
    .dk--tooltip--content__right {
      top: -25%;
      left: 110%; }
      .dk--tooltip--content__right::after {
        bottom: 27%;
        right: 100%;
        border-color: transparent #2d3748 transparent transparent; }
    .dk--tooltip--content::after {
      content: "";
      position: absolute;
      margin-left: -8px;
      border-width: 8px;
      border-style: solid; }
