@charset "UTF-8";
/* GIT ID $Id: 8ec72e288032a0d68e66a21cf4064d6744726b27 $ */
/** MIXINS  are functions or partial styles shared across many comonents*/
/** Grid breakpoint alias*/
/** Components**/
.video-block {
  border-radius: 8px;
  padding: 2rem;
  padding-bottom: 1rem;
  /*P has bottom margin so need remove 1rem off bottom*/
  margin-bottom: 2rem;
  background: #f0f0f0;
  padding: 0.5rem;
}
.video-block .video-block__content {
  margin-bottom: 1rem;
}

.video-block__content {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
}

.video-block__content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.video-block__image:empty,
.video-block__image img[src=""],
.video-block__image img:not([src]) {
  display: none;
}

.faq-container {
  padding: 0;
}
.faq-container__faq {
  border: 0;
  border-bottom: 1px solid var(--bs-border-color);
  border-radius: 0;
  padding: 0;
}
.faq-container__faq:first-of-type .faq-container__question {
  padding-top: 0;
}
.faq-container__question-title {
  background-color: transparent;
  text-decoration: none;
  box-shadow: none;
  padding: 18px 0;
}
.faq-container__question-title p {
  margin: 0;
  font-size: 16px;
}
.faq-container__question-title:focus {
  box-shadow: none;
}
.faq-container__question-title:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
  color: inherit;
}
.faq-container__question-title::after, .faq-container__question-title:not(.collapsed)::after {
  background-image: none;
  content: "\f282";
  display: inline-block;
  font-family: "bootstrap-icons";
  transform: rotate(180deg);
  transition: all 0.3s;
  color: var(--dksh-red);
}
.faq-container__question-title.collapsed::after {
  transform: rotate(0deg);
  transition: all 0.3s;
}
.faq-container__question {
  background-color: #fff;
  border: 0;
  padding: 0;
}
.faq-container .accordion-button {
  background-color: transparent;
}
.faq-container .accordion-button:focus {
  box-shadow: none;
}
.faq-container__answer {
  padding: 0;
  padding-bottom: 18px;
}
.faq-container__answer p {
  font-size: 15px;
  margin: 0;
}

.faq .faq-container {
  max-width: 70%;
}
@media screen and (max-width: 991px) {
  .faq .faq-container {
    max-width: 100%;
  }
}
.faq .faq-container__question-title p {
  margin: 0;
  font-size: 22px;
}
.faq .content {
  padding: 12px 18px 32px;
  border-radius: 10px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.grid-container--faq {
  background-color: white;
  padding: 20px !important;
  margin-top: 20px;
}
.grid-container--faq p {
  font-size: 16px;
}
.grid-container--faq h2 {
  font-weight: 500;
  font-size: 30px;
}

dksh-invoice-orchestrator {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
dksh-invoice-orchestrator dksh-invoice-tile {
  max-width: none !important;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile {
  font-size: 15px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile h1,
dksh-invoice-orchestrator dksh-invoice-tile .tile h2,
dksh-invoice-orchestrator dksh-invoice-tile .tile h3,
dksh-invoice-orchestrator dksh-invoice-tile .tile h4,
dksh-invoice-orchestrator dksh-invoice-tile .tile h5,
dksh-invoice-orchestrator dksh-invoice-tile .tile h6 {
  color: unset;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile > .card {
  border: 0;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  padding-bottom: 28px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row .card {
  margin-bottom: 12px;
  background-color: #faf8f7;
  border: none;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row .redemption-count {
  white-space: nowrap;
  font-size: 40px;
  font-weight: 700;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row .status-label {
  display: flex;
  align-self: center;
  height: 100%;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row .status-label span {
  align-self: center;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row h5,
dksh-invoice-orchestrator dksh-invoice-tile .tile .redemption-history-row h6 {
  margin-bottom: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .tile-card-container {
  padding: 0px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container {
  position: relative;
  background-color: #0077b6;
  color: #ffffff;
  align-items: center;
  margin: 0px 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  padding: 14px 22px;
}
@media (min-width: 480px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container {
    padding: 0px 20px;
  }
}
@media (min-width: 768px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container {
    padding: 10px 40px !important;
  }
}
@media (min-width: 1024px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container {
    padding: 0px 20px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container dl > * {
  padding: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container dt,
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container dd {
  width: auto !important;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-container {
    padding: 10px 16px;
    flex-direction: column;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .tile-body-container {
  padding-top: 20px;
  margin: 0px 0px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .tile-body-container .tile-right {
  position: relative;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .tile-body-container .tile-right::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  height: 100%;
  width: 20px;
  border-left: 1px solid #eeeeee;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .overlay-img {
  position: absolute;
  left: -30px;
  top: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-right: 10px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.15);
  border-radius: 100%;
}
@media screen and (max-width: 767px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .overlay-img {
    left: -14px;
    top: -14px;
    transform: unset;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-main {
  margin-bottom: 0px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .card-img-top {
  height: 80px;
  width: 80px;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .card-img-top {
    height: 60px;
    width: 60px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-content .drug-name {
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .heading-content .drug-name {
    font-size: 18px;
    padding-bottom: 12px;
    padding-left: 24px;
    width: 100%;
    display: block;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .offer-heading {
  font-size: 30px;
  font-weight: 700;
  display: inline-block;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .terms {
  color: grey;
  text-decoration: underline;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .offer-next-note {
  color: #ef233c;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-text {
  font-size: 15px;
  text-align: end;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-text {
    text-align: start;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-status-text {
  margin-bottom: 0px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-status-container {
  background-color: #d3fae8;
  padding: 8px;
  display: flex;
  align-items: center;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-status-container .chevronActive {
  cursor: pointer;
  opacity: 1;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .redeem-status-container .chevronInactive {
  cursor: not-allowed;
  opacity: 0.5;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status {
  margin-bottom: 16px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each {
  border-right: 1px solid #eeeeee;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each:last-of-type {
  border-right: 1px solid #eeeeee;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each > div {
  display: flex;
  column-gap: 8px;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each > div {
    padding: 20px 0;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each:last-child {
  border: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each h4 {
  font-weight: 700;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each {
    border-bottom: 1px solid #eeeeee;
  }
  dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each:nth-of-type(3) {
    border-bottom: 0;
  }
  dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status .status-each:nth-of-type(even) {
    border-right: 0;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status h4 {
  margin-bottom: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-status h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile #approvedCol {
  color: #01c76a;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile #inReviewCol {
  color: #949494;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile #rejectedCol {
  color: #ef233c;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .upload-invoice-help {
  font-size: 12px;
  color: #949494;
  margin-top: 14px;
  text-align: end;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .tile .upload-invoice-help {
    text-align: start;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .btn-show-more {
  padding: 0;
  font-size: 16px;
  font-weight: 600;
  color: var(--dksh-red);
  display: inline-block;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .btn-show-more:active {
  color: var(--dksh-red);
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .show-more-icon {
  margin-left: 4px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .history-link {
  font-size: 14px;
  color: var(--dksh-red);
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .btn-success {
  --bs-btn-bg: #01c76a;
  --bs-btn-border-color: #01c76a;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .btn-primary {
  --bs-btn-bg: #0077b6;
  --bs-btn-border-color: #0077b6;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container {
  border: 1px solid #949494;
  border-radius: 10px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container > div {
  max-height: 248px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table {
  margin: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table th {
  font-weight: 600;
  position: sticky;
  top: 0;
  border-bottom: 1px solid #949494;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table th,
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table td {
  border-color: #949494;
  padding: 6px 16px;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table tr:last-of-type td {
  border: none;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table p {
  margin: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table .approved {
  color: #01c76a;
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table .rejected {
  color: var(--dksh-red);
}
dksh-invoice-orchestrator dksh-invoice-tile .tile .table-container .invoice-history-table .rejected-row {
  --bs-table-bg: #ffecf0;
}

dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal {
  border: none;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h1,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h2,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h3,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h4,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h5,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal h6,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h1,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h2,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h3,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h4,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h5,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal h6 {
  color: unset;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-header,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-header {
  border-bottom: none;
  padding: 30px 42px 28px;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-header,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-header {
    padding-left: 22px;
    padding-right: 22px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-content,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-content {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-overlay,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-dialog,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-dialog {
  z-index: 2;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-title,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body {
  padding: 0 42px 62px;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .upload-terms-list,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .upload-terms-list {
  padding: 0;
  margin-left: 22px;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-input,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn {
  margin-left: 80px;
  width: auto;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn {
    margin-left: 0;
    width: 100%;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn input,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn input {
  cursor: pointer;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn.btn-outline-danger,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger {
  background-color: #ffecf0;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn.btn-outline-danger .file-name,
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn.btn-outline-danger i,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger .file-name,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger i {
  color: #1a1a1a;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .file-upload-btn.btn-outline-danger:hover,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger:hover {
  background-color: #ffecf0;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step {
  margin-bottom: 14px;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step:last-of-type,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step:last-of-type {
  margin-bottom: 0;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .step-bubble,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .step-bubble {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #00b4d8;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .step-bubble,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .step-bubble {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .step-content,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .step-content {
  flex-basis: 80%;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .invoice-details-form,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form {
  margin-left: 80px;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .invoice-details-form .form-group,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form .form-group {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .invoice-details-form,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form {
    margin-left: 0;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .step-heading,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .step-heading {
  margin-bottom: 4px;
  font-size: 22px;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .step-heading,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .step-heading {
    font-size: 22px;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .form-text,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .form-text {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .form-text,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .form-text {
    margin-left: 0;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .upload-step-note,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .upload-step-note {
  color: #ef233c;
  font-size: 15px;
  margin-bottom: 24px;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .text-muted,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .text-muted {
  color: #949494 !important;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .btn-delete-row,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .btn-delete-row {
  color: #ef233c;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .step .is-invalid,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .step .is-invalid {
  background-image: none;
  padding-right: 0.75rem;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .invalid-feedback,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .invalid-feedback {
  color: var(--dksh-red);
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .modal-body .add-more-invoice-btn,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .modal-body .add-more-invoice-btn {
  text-decoration: none;
  font-weight: 600;
  color: var(--dksh-red);
  font-weight: 600;
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .button-group,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .button-group {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin: 0;
  margin-top: 28px;
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .button-group,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .button-group {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
dksh-invoice-orchestrator dksh-invoice-tile .invoice-modal .button-group button,
dksh-invoice-orchestrator dksh-invoice-uploader .invoice-modal .button-group button {
  padding-left: 58px;
  padding-right: 58px;
}

.copay-tracker dksh-invoice-uploader .invoice-modal {
  border: none;
}
.copay-tracker dksh-invoice-uploader .invoice-modal h1,
.copay-tracker dksh-invoice-uploader .invoice-modal h2,
.copay-tracker dksh-invoice-uploader .invoice-modal h3,
.copay-tracker dksh-invoice-uploader .invoice-modal h4,
.copay-tracker dksh-invoice-uploader .invoice-modal h5,
.copay-tracker dksh-invoice-uploader .invoice-modal h6 {
  color: unset;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-header {
  border-bottom: none;
  padding: 30px 42px 28px;
  margin-bottom: 0;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-header {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-content {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-dialog {
  z-index: 2;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 26px;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body {
  padding: 0 42px 62px;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .upload-terms-list {
  padding: 0;
  margin-left: 22px;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn {
  margin-left: 80px;
  width: auto;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn {
    margin-left: 0;
    width: 100%;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn input {
  cursor: pointer;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger {
  background-color: #ffecf0;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger .file-name,
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger i {
  color: #1a1a1a;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .file-upload-btn.btn-outline-danger:hover {
  background-color: #ffecf0;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step {
  margin-bottom: 14px;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step:last-of-type {
  margin-bottom: 0;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .step-bubble {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #00b4d8;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .step-bubble {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .step-content {
  flex-basis: 80%;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form {
  margin-left: 80px;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form .form-group {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .invoice-details-form {
    margin-left: 0;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .step-heading {
  margin-bottom: 4px;
  font-size: 22px;
  line-height: 1.5;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .step-heading {
    font-size: 22px;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .form-text {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .form-text {
    margin-left: 0;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .upload-step-note {
  color: #ef233c;
  font-size: 15px;
  margin-bottom: 24px;
  line-height: inherit;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .text-muted {
  color: #949494 !important;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .btn-delete-row {
  color: #ef233c;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .step .is-invalid {
  background-image: none;
  padding-right: 0.75rem;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .invalid-feedback {
  color: var(--dksh-red);
}
.copay-tracker dksh-invoice-uploader .invoice-modal .modal-body .add-more-invoice-btn {
  text-decoration: none;
  font-weight: 600;
  color: var(--dksh-red);
  font-weight: 600;
}
.copay-tracker dksh-invoice-uploader .invoice-modal .button-group {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin: 0;
  margin-top: 28px;
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  .copay-tracker dksh-invoice-uploader .invoice-modal .button-group {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
.copay-tracker dksh-invoice-uploader .invoice-modal .button-group button {
  padding-left: 58px;
  padding-right: 58px;
}

main .tile-body-container [data-property=Content] .btn-secondary {
  background-color: #0077b6 !important;
}

dksh-offer-redeem .modal.redeem-modal {
  border: none;
}
dksh-offer-redeem .modal.redeem-modal h1,
dksh-offer-redeem .modal.redeem-modal h2,
dksh-offer-redeem .modal.redeem-modal h3,
dksh-offer-redeem .modal.redeem-modal h4,
dksh-offer-redeem .modal.redeem-modal h5,
dksh-offer-redeem .modal.redeem-modal h6 {
  color: unset;
}
dksh-offer-redeem .modal.redeem-modal .modal-header {
  border-bottom: none;
  padding: 30px 78px 0;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-header {
    padding-left: 22px;
    padding-right: 22px;
  }
}
dksh-offer-redeem .modal.redeem-modal a {
  color: var(--dksh-red);
  text-decoration: none;
}
dksh-offer-redeem .modal.redeem-modal .modal-content {
  border: none;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  color: #1a1a1a;
}
dksh-offer-redeem .modal.redeem-modal .modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 1;
}
dksh-offer-redeem .modal.redeem-modal .modal-dialog {
  z-index: 2;
  max-width: 800px;
}
dksh-offer-redeem .modal.redeem-modal .modal-title {
  font-size: 40px;
  margin-bottom: 26px;
  display: flex;
  align-items: center;
  column-gap: 16px;
}
dksh-offer-redeem .modal.redeem-modal .modal-title h4 {
  font-size: 40px;
  font-weight: 700;
  margin: 0;
}
dksh-offer-redeem .modal.redeem-modal .modal-subtitle {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 26px;
}
dksh-offer-redeem .modal.redeem-modal p,
dksh-offer-redeem .modal.redeem-modal .form-check {
  font-size: 15px;
  font-weight: 400;
}
dksh-offer-redeem .modal.redeem-modal .cross-icon-container {
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  margin-top: 10px;
  margin-right: 20px;
}
dksh-offer-redeem .modal.redeem-modal .cross-icon {
  position: relative;
  font-size: 20px;
}
dksh-offer-redeem .modal.redeem-modal .span-style {
  background: #eeeeee;
  color: #1a1a1a;
  border-radius: 8px;
  text-align: left;
}
dksh-offer-redeem .modal.redeem-modal .container-title {
  font-size: 22px;
  font-weight: 700;
}
dksh-offer-redeem .modal.redeem-modal .container-subtitle {
  font-size: 22px;
  font-weight: 400;
}
dksh-offer-redeem .modal.redeem-modal .gift-icon {
  color: #00b4d8;
  margin-right: 10px;
  font-size: 70px;
}
dksh-offer-redeem .modal.redeem-modal .modal-body {
  padding: 0 78px 62px;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-body {
    padding-left: 22px;
    padding-right: 22px;
  }
}
dksh-offer-redeem .modal.redeem-modal .modal-body .upload-terms-list {
  padding: 0;
  margin-left: 22px;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-input {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  left: 0;
  top: 0;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn {
  margin-left: 80px;
  width: auto;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn {
    margin-left: 0;
    width: 100%;
  }
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn input {
  cursor: pointer;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn.btn-outline-danger {
  background-color: #ffecf0;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn.btn-outline-danger .file-name,
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn.btn-outline-danger i {
  color: #1a1a1a;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .file-upload-btn.btn-outline-danger:hover {
  background-color: #fff;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step {
  margin-bottom: 14px;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step:last-of-type {
  margin-bottom: 0;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .step-bubble {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #00b4d8;
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-body .step .step-bubble {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .step-content {
  flex-basis: 80%;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .invoice-details-form {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-body .step .invoice-details-form {
    margin-left: 0;
  }
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .step-heading {
  margin-bottom: 4px;
  font-size: 22px;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .form-text {
  margin-left: 80px;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .modal-body .step .form-text {
    margin-left: 0;
  }
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .upload-step-note {
  color: #ef233c;
  font-size: 15px;
  margin-bottom: 24px;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .text-muted {
  color: #949494 !important;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .btn-delete-row {
  color: #ef233c;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .step .is-invalid {
  background-image: none;
  padding-right: 0.75rem;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .invalid-feedback {
  color: #ef233c;
}
dksh-offer-redeem .modal.redeem-modal .modal-body .add-more-invoice-btn {
  text-decoration: none;
  font-weight: 600;
  color: var(--dksh-red);
}
dksh-offer-redeem .modal.redeem-modal .button-group {
  display: flex;
  column-gap: 16px;
  row-gap: 16px;
  margin: 0;
  margin-top: 28px;
}
@media screen and (max-width: 991px) {
  dksh-offer-redeem .modal.redeem-modal .button-group {
    margin-left: 0;
    flex-direction: column-reverse;
  }
}
dksh-offer-redeem .modal.redeem-modal .button-group button {
  padding-left: 58px;
  padding-right: 58px;
}
dksh-offer-redeem .modal.redeem-modal .button-group .btn-light {
  background: #eeeeee;
}
dksh-offer-redeem .modal.redeem-modal .button-group a {
  color: var(--dksh-red);
}

dksh-profile-dropdown .profile-dropdown {
  margin-left: 70px;
}
@media screen and (max-width: 991px) {
  dksh-profile-dropdown .profile-dropdown {
    margin-left: 22px;
  }
}
dksh-profile-dropdown .profile-dropdown .profile-dropdown-toggle {
  display: flex;
  column-gap: 12px;
  align-items: center;
  cursor: pointer;
}
dksh-profile-dropdown .profile-dropdown .profile-dropdown-toggle .user-name {
  font-size: 16px;
  font-weight: 500;
}
dksh-profile-dropdown .profile-dropdown .profile-dropdown-toggle i {
  color: #949494;
}
dksh-profile-dropdown .profile-dropdown .avatar {
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  background-color: #eeeeee;
  font-weight: 500;
  font-size: 16px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu {
  border: none;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  padding: 18px 23px;
  width: 310px;
}
@media screen and (max-width: 991px) {
  dksh-profile-dropdown .profile-dropdown .dropdown-menu {
    width: 100vw;
    top: 48px;
    border-radius: 0;
    box-shadow: none;
    right: -22px;
  }
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu button.dropdown-item {
  display: flex;
  align-items: center;
  padding: 0;
  font-size: 16px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu button.dropdown-item i {
  font-size: 24px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper {
  display: flex;
  column-gap: 10px;
  align-items: center;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper .avatar {
  font-size: 16px;
  width: 60px;
  height: 60px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper .user-details {
  width: 25px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper .user-details .user-email {
  color: #949494;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper .user-details .user-name {
  font-size: 16px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .user-details-wrapper .user-details p {
  margin: 0;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .links-wrapper {
  border-top: 1px solid #eeeeee;
  margin-top: 18px;
  padding: 8px 24px;
  display: flex;
  justify-content: space-between;
  column-gap: 6px;
}
dksh-profile-dropdown .profile-dropdown .dropdown-menu .links-wrapper a {
  font-size: 12px;
  text-decoration: none;
  color: #949494;
  font-weight: 400;
}

dksh-redemption-history .redemption-table-container {
  border: 1px solid #949494;
  border-radius: 10px;
  width: 100%;
  overflow: auto;
  margin-bottom: 50px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table {
  margin: 0;
  width: 100%;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table:not(.mobile-table) > thead th {
  width: 150px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table:not(.mobile-table) > thead th:first-of-type {
  padding-left: 44px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table thead th {
  background-color: #0077b6;
  color: #fff;
  width: 50%;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table tr th:first-of-type,
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table tr td:first-of-type {
  border-right: 1px solid #949494;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table.all-program-table tbody td {
  background-color: #ffffff;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table.program-details-table tbody td {
  background-color: #faf8f7;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table.program-details-table tr:last-of-type td {
  background-color: #ffffff;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table.offer-details-table tbody td {
  background-color: #eeeeee;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table.mobile-table.offer-details-table tr:last-of-type td {
  background-color: #ffffff;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table > thead {
  background-color: #0077b6;
  color: #fff;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table th {
  font-size: 14px;
  font-weight: 600;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table td {
  font-size: 15px;
  font-weight: 400;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table td .collapse-icon {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faf8f7;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table td .collapse-icon i {
  color: var(--dksh-red);
}
dksh-redemption-history .redemption-table-container table.redemption-history-table th,
dksh-redemption-history .redemption-table-container table.redemption-history-table td {
  border-color: #949494;
  padding: 8px 16px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.parent-row {
  cursor: pointer;
  padding: 10px 16px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.parent-row:not(.collapsed) i {
  transform: rotate(-180deg);
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.parent-row td {
  border-bottom: 1px solid #949494;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr:last-of-type td {
  border: none;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper th,
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper td {
  padding-left: 38px;
  border-bottom: 1px solid #949494;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper > td {
  padding: 0 0 0 40px;
  background-color: #faf8f7;
  border-bottom: none;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper tr:last-of-type td {
  border-bottom: none;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper .parent-row td:first-of-type {
  padding-left: 12px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-wrapper .collapse-icon {
  background-color: #fff;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-l2-wrapper {
  background-color: #eeeeee;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-l2-wrapper td {
  padding-left: 38px;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table tr.child-row-l2-wrapper:last-of-type td {
  border-bottom: none;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table p {
  margin: 0;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .delivered,
dksh-redemption-history .redemption-table-container table.redemption-history-table .open,
dksh-redemption-history .redemption-table-container table.redemption-history-table .approved {
  color: #01c76a;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .rejected {
  color: var(--dksh-red);
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .rejected-row {
  --bs-table-bg: #ffecf0;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 0;
  justify-content: center;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .carousel-indicators button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #eeeeee;
  opacity: 1;
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .carousel-indicators button.active {
  background-color: var(--dksh-red);
}
dksh-redemption-history .redemption-table-container table.redemption-history-table .carousel-indicators button:first-of-type {
  display: none;
}
dksh-redemption-history .breadcrumbs {
  margin-bottom: 12px;
  display: flex;
  column-gap: 8px;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  dksh-redemption-history .breadcrumbs {
    column-gap: 0px;
  }
}
dksh-redemption-history .breadcrumbs .collapse-icon {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faf8f7;
}
dksh-redemption-history .breadcrumbs .collapse-icon i {
  color: var(--dksh-red);
}
dksh-redemption-history .breadcrumbs .breadcrumb-label {
  font-size: 15px;
  font-weight: 700;
}
dksh-redemption-history .breadcrumbs .breadcrumb-label:last-of-type {
  color: var(--dksh-red);
  cursor: default;
}

dksh-hcp-patient-list .hcp-patient-container {
  border: 1px solid #949494;
  border-radius: 10px;
  width: 100%;
  overflow: auto;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table {
  margin: 0;
  width: 100%;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table > thead {
  background-color: #0077b6;
  color: #fff;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table th {
  font-size: 14px;
  font-weight: 600;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table td {
  font-size: 15px;
  font-weight: 400;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table td .collapse-icon {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faf8f7;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table td .collapse-icon i {
  color: var(--dksh-red);
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table th,
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table td {
  border-color: #949494;
  padding: 8px 16px;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.parent-row {
  cursor: pointer;
  padding: 10px 16px;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.parent-row:not(.collapsed) i {
  transform: rotate(-180deg);
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.parent-row td {
  border-bottom: 1px solid #949494;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr:last-of-type td {
  border: none;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper th,
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper td {
  padding-left: 38px;
  border-bottom: 1px solid #949494;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper > td {
  padding: 0 0 0 40px;
  background-color: #faf8f7;
  border-bottom: none;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper tr:last-of-type td {
  border-bottom: none;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper .parent-row td:first-of-type {
  padding-left: 12px;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-wrapper .collapse-icon {
  background-color: #fff;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-l2-wrapper {
  background-color: #eeeeee;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-l2-wrapper td {
  padding-left: 38px;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table tr.child-row-l2-wrapper:last-of-type td {
  border-bottom: none;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table p {
  margin: 0;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 0;
  justify-content: center;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table .carousel-indicators button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #eeeeee;
  opacity: 1;
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table .carousel-indicators button.active {
  background-color: var(--dksh-red);
}
dksh-hcp-patient-list .hcp-patient-container .hcp-patient-table .carousel-indicators button:first-of-type {
  display: none;
}
dksh-hcp-patient-list .breadcrumbs {
  margin-bottom: 12px;
  display: flex;
  column-gap: 8px;
  cursor: pointer;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width: 767px) {
  dksh-hcp-patient-list .breadcrumbs {
    column-gap: 0px;
  }
}
dksh-hcp-patient-list .breadcrumbs .collapse-icon {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #faf8f7;
}
dksh-hcp-patient-list .breadcrumbs .collapse-icon i {
  color: var(--dksh-red);
}
dksh-hcp-patient-list .breadcrumbs .breadcrumb-label {
  font-size: 15px;
  font-weight: 700;
}
dksh-hcp-patient-list .breadcrumbs .breadcrumb-label:last-of-type {
  color: var(--dksh-red);
  cursor: default;
}

dksh-refdata-selector {
  width: 100%;
}
dksh-refdata-selector .readonly-select {
  color: #949494;
  border-color: transparent;
  background-color: #f5f5f5;
  pointer-events: none;
}
dksh-refdata-selector #autocompleteDropdown {
  font-size: 15px;
}
dksh-refdata-selector .disable-field {
  background-color: #cccccc;
  color: black;
  pointer-events: none;
}

dksh-invoice-history .table-container {
  border: 1px solid #949494;
}
dksh-invoice-history .table-container .invoice-history-table {
  margin: 0;
}
dksh-invoice-history .table-container .invoice-history-table thead {
  background-color: transparent;
}
dksh-invoice-history .table-container .invoice-history-table th {
  font-size: 14px;
  font-weight: 600;
}
dksh-invoice-history .table-container .invoice-history-table td {
  font-size: 15px;
  font-weight: 500;
}
dksh-invoice-history .table-container .invoice-history-table th,
dksh-invoice-history .table-container .invoice-history-table td {
  border-bottom-width: 1px;
  border-color: #949494;
  padding: 6px 16px;
}
dksh-invoice-history .table-container .invoice-history-table tr:last-of-type td {
  border: none;
}
dksh-invoice-history .table-container .invoice-history-table.mobile-table th {
  width: 50%;
}
dksh-invoice-history .table-container .invoice-history-table.mobile-table tr:nth-last-of-type(2) td {
  border-bottom: none;
}
dksh-invoice-history .table-container .invoice-history-table.mobile-table tr th:first-of-type,
dksh-invoice-history .table-container .invoice-history-table.mobile-table tr td:first-of-type {
  border-right: 1px solid #949494;
}
dksh-invoice-history .table-container .invoice-history-table p {
  margin: 0;
}
dksh-invoice-history .table-container .invoice-history-table .approved {
  color: #01c76a;
}
dksh-invoice-history .table-container .invoice-history-table .rejected {
  color: var(--dksh-red);
}
dksh-invoice-history .table-container .invoice-history-table .rejected-row {
  --bs-table-bg: #ffecf0;
}
dksh-invoice-history .table-container .invoice-history-table .increased-width {
  width: 13%;
}
dksh-invoice-history .table-container .invoice-history-table .carousel-indicators {
  position: relative;
  bottom: 0;
  margin: 0;
  justify-content: center;
}
dksh-invoice-history .table-container .invoice-history-table .carousel-indicators button {
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #eeeeee;
  opacity: 1;
}
dksh-invoice-history .table-container .invoice-history-table .carousel-indicators button.active {
  background-color: var(--dksh-red);
}
dksh-invoice-history .table-container .invoice-history-table .carousel-indicators button:first-of-type {
  display: none;
}

dksh-mobile-verify .otp-component {
  min-height: 250px;
}
dksh-mobile-verify .otp-component .disable-field {
  opacity: 0.5;
  pointer-events: none;
}
dksh-mobile-verify #otp-send-btn {
  width: 200px;
  height: 45px;
}
dksh-mobile-verify #otp-send-btn:disabled {
  color: #959595;
  background-color: #eeeeee;
  border-color: #eeeeee;
}
dksh-mobile-verify .otp-inputs-wrapper {
  display: flex;
  align-items: center;
  column-gap: 15px;
}
dksh-mobile-verify .otp-inputs-wrapper .otp-input {
  width: 60px;
  font-size: 30px;
  text-align: center;
  padding: 16px 0;
  border-radius: 8px;
  transition: all 0.3s;
}
dksh-mobile-verify .otp-inputs-wrapper .otp-input.is-invalid {
  display: block;
  background-image: none;
  color: inherit;
  margin-top: 0;
  margin-left: 0;
}
dksh-mobile-verify .otp-inputs-wrapper .otp-input.is-valid {
  display: block;
  background-image: none;
  border-color: #00ff38;
  margin-top: 0;
  margin-left: 0;
}
@media screen and (max-width: 767px) {
  dksh-mobile-verify .otp-inputs-wrapper .otp-input {
    width: 40px;
    padding: 4px 0;
  }
}
dksh-mobile-verify .otp-form-helper .mobile-number {
  font-weight: 700;
}
dksh-mobile-verify .otp-form-helper p {
  margin-bottom: 30px;
}
dksh-mobile-verify .resend-otp-btn {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  color: var(--dksh-red);
  vertical-align: middle;
}
dksh-mobile-verify .resend-otp-helper {
  margin-top: 24px;
  font-weight: 600;
}
dksh-mobile-verify .otp-error-message {
  color: #ef233c;
  font-size: 15px;
  margin-top: 8px;
  font-weight: 500;
}

dksh-password-validator .validator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
dksh-password-validator .validator ul li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #000;
  /* VALID */
  /* INVALID */
}
dksh-password-validator .validator ul li .checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
  font-size: 10px;
  font-weight: bold;
}
dksh-password-validator .validator ul li.valid.is-validated .checkbox {
  background-color: #01c76a;
  border-color: #01c76a;
}
dksh-password-validator .validator ul li.valid.is-validated .checkbox::after {
  content: "✓";
  color: #fff;
}
dksh-password-validator .validator ul li.invalid.is-validated .checkbox {
  background-color: #ef233c;
  border-color: #ef233c;
}
dksh-password-validator .validator ul li.invalid.is-validated .checkbox::after {
  content: "✕";
  color: #fff;
}

dksh-reset-pwd .reset-validator ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
dksh-reset-pwd .reset-validator li {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 6px;
  color: #000;
}
dksh-reset-pwd .reset-validator li .checkbox {
  width: 16px;
  height: 16px;
  border: 2px solid #ccc;
  border-radius: 3px;
  background-color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: bold;
}
dksh-reset-pwd .reset-validator li.valid.is-validated .checkbox {
  background-color: #01c76a;
  border-color: #01c76a;
}
dksh-reset-pwd .reset-validator li.valid.is-validated .checkbox::after {
  content: "✓";
  color: #fff;
}
dksh-reset-pwd .reset-validator li.invalid.is-validated .checkbox {
  background-color: #ef233c;
  border-color: #ef233c;
}
dksh-reset-pwd .reset-validator li.invalid.is-validated .checkbox::after {
  content: "✕";
  color: #fff;
}

.cp-service .cp-service__body--reset {
  margin-bottom: 0px !important;
}

dksh-confirm-foc-collected .left {
  width: 100%;
  height: max-content;
  background-color: #faf8f7;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 24px;
}
dksh-confirm-foc-collected .left p {
  margin: 0 0 16px 0;
}
dksh-confirm-foc-collected .options {
  margin-top: 16px;
}
dksh-confirm-foc-collected .options label {
  display: block;
  margin-bottom: 8px;
}
dksh-confirm-foc-collected .btn-danger {
  width: 100%;
  margin-bottom: 24px;
  background-color: #be0028;
}
dksh-confirm-foc-collected .right {
  width: 100%;
  background-color: #f9f9f9;
  padding: 16px;
  border-radius: 8px;
  display: block;
  height: max-content;
}
dksh-confirm-foc-collected .span-danger {
  color: #be0028;
  font-weight: 600;
}
dksh-confirm-foc-collected .modal .modal-content .modal-footer {
  justify-content: flex-end;
  padding: 0 55px 40px;
}
@media only screen and (min-width: 768px) {
  dksh-confirm-foc-collected .left {
    width: 66%;
  }
  dksh-confirm-foc-collected .right {
    width: 48%;
  }
  dksh-confirm-foc-collected .btn-danger {
    width: 25%;
    margin-bottom: 0;
  }
}

#block-3407 {
  margin: 60px;
  padding: 50px;
  background: white;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  #block-3407 {
    margin: 20px;
    padding: 50px;
  }
}

.auto-article-pages {
  display: flex;
  flex-wrap: wrap;
  /* default 3x grid */
}
.auto-article-pages > .auto-article-pages__article {
  flex: 0 0 auto;
  width: 33.33333333%;
  padding: 1rem;
}
.auto-article-pages .auto-article-pages__article-body {
  background-color: var(--dksh-gray-bg);
  padding: 10px;
}

.journey-tracker, .copay-tracker {
  --active-color: #3b8bc4;
  --completed-color: #138d08;
  --future-color: #3b8bc4;
  --badge-color: #ee2564;
  --text-color: #2c3e50;
  --subtext-color: #666;
  --border-color: #8791a0;
  --card-text-header-color: #be0028;
  --card-body-header-text: #505e6c;
  --card-body-header-subtext: #8d99a5;
  --card-journey-top-bgcolor: #f5e4e64d;
  margin-bottom: 20px;
  font-family: "Arial", sans-serif;
  max-width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(217, 217, 217, 0.6);
  border-radius: 20px;
}
.journey-tracker__steps-header, .journey-tracker__step-heading, .copay-tracker__steps-header, .copay-tracker__step-heading {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 30px;
}
.journey-tracker__steps-header h4, .journey-tracker__step-heading h4, .copay-tracker__steps-header h4, .copay-tracker__step-heading h4 {
  color: var(--card-text-header-color) !important;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .journey-tracker__steps-header h4, .journey-tracker__step-heading h4, .copay-tracker__steps-header h4, .copay-tracker__step-heading h4 {
    font-size: 18px;
  }
}
.journey-tracker__steps, .copay-tracker__steps {
  position: relative;
  margin: 20px 76px 20px 76px;
}
.journey-tracker__steps-scroller, .copay-tracker__steps-scroller {
  display: flex;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  gap: 20px;
  padding: 40px 5px 20px;
  /* Extra top padding for popup effect */
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.journey-tracker__steps-scroller::-webkit-scrollbar, .copay-tracker__steps-scroller::-webkit-scrollbar {
  display: none;
}
.journey-tracker__nav-arrow, .copay-tracker__nav-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: white;
  border: 1px solid var(--border-color);
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.journey-tracker__nav-arrow:hover, .copay-tracker__nav-arrow:hover {
  background: #f5f5f5;
}
.journey-tracker__nav-arrow--prev, .copay-tracker__nav-arrow--prev {
  left: -50px;
}
.journey-tracker__nav-arrow--next, .copay-tracker__nav-arrow--next {
  right: -50px;
}
.journey-tracker__nav-arrow[disabled], .copay-tracker__nav-arrow[disabled] {
  opacity: 0.3;
  cursor: not-allowed;
}
.journey-tracker__step, .journey-tracker__state, .copay-tracker__step, .copay-tracker__state {
  position: relative;
  /* Needed for absolute positioning of children */
  padding-bottom: 40px;
  /* Make room for the button */
  scroll-snap-align: start;
  flex: 0 0 200px;
  background: white;
  border-radius: 12px;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  height: 183px;
  max-width: 176px;
  box-sizing: border-box;
  transition: all 0.3s ease;
  margin-top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 10px 20px;
  margin-bottom: 2px;
  gap: 5px;
  /* Current step styling - popup effect */
  /* Completed step */
  /* Future step */
}
.journey-tracker__step h4, .journey-tracker__state h4, .copay-tracker__step h4, .copay-tracker__state h4 {
  order: 2;
  font-size: 16.3px;
  font-weight: 400;
  line-height: 21.31px;
  margin-bottom: 0;
}
.journey-tracker__step .step-current-label, .journey-tracker__state .step-current-label, .copay-tracker__step .step-current-label, .copay-tracker__state .step-current-label {
  order: 0;
  position: static;
  top: 10px;
  left: 50%;
  transform: none;
  margin: 0 auto 10px;
  background: none;
  color: var(--card-text-header-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.journey-tracker__step .step-number, .journey-tracker__state .step-number, .copay-tracker__step .step-number, .copay-tracker__state .step-number {
  order: 1;
  width: 40px;
  height: 29px;
  background: var(--badge-color);
  color: white;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  font-size: 16.2px;
}
.journey-tracker__step .step-content, .journey-tracker__state .step-content, .copay-tracker__step .step-content, .copay-tracker__state .step-content {
  width: 100%;
}
.journey-tracker__step .step-content h3, .journey-tracker__state .step-content h3, .copay-tracker__step .step-content h3, .copay-tracker__state .step-content h3 {
  color: var(--text-color);
  font-size: 16px;
  margin: 0 auto 10px;
}
.journey-tracker__step .step-content p, .journey-tracker__state .step-content p, .copay-tracker__step .step-content p, .copay-tracker__state .step-content p {
  color: var(--subtext-color);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 auto;
}
.journey-tracker__step .step-open-button, .journey-tracker__state .step-open-button, .copay-tracker__step .step-open-button, .copay-tracker__state .step-open-button {
  pointer-events: auto !important;
  cursor: pointer !important;
  position: absolute;
  bottom: 2px !important;
  right: 2px !important;
  padding: 6px 12px;
  font-weight: bold;
  color: var(--badge-color);
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  margin-top: auto;
  z-index: 2;
}
.journey-tracker__step[data-current=true], .journey-tracker__state[data-current=true], .copay-tracker__step[data-current=true], .copay-tracker__state[data-current=true] {
  height: 220px;
  margin-top: -40px;
  /* Pull up to create popup effect */
  border: 4px solid var(--active-color);
  box-shadow: 0 4px 16px rgba(59, 139, 196, 0.2);
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.journey-tracker__step[data-current=true] .journey-step__content h3, .journey-tracker__step[data-current=true] .copay-tracker__content h3, .journey-tracker__state[data-current=true] .journey-step__content h3, .journey-tracker__state[data-current=true] .copay-tracker__content h3, .copay-tracker__step[data-current=true] .journey-step__content h3, .copay-tracker__step[data-current=true] .copay-tracker__content h3, .copay-tracker__state[data-current=true] .journey-step__content h3, .copay-tracker__state[data-current=true] .copay-tracker__content h3 {
  color: #3e4e5d !important;
  font-size: 15.9px;
  font-weight: 400;
}
.journey-tracker__step[data-current=true] .journey-step__content p, .journey-tracker__step[data-current=true] .copay-tracker__content p, .journey-tracker__state[data-current=true] .journey-step__content p, .journey-tracker__state[data-current=true] .copay-tracker__content p, .copay-tracker__step[data-current=true] .journey-step__content p, .copay-tracker__step[data-current=true] .copay-tracker__content p, .copay-tracker__state[data-current=true] .journey-step__content p, .copay-tracker__state[data-current=true] .copay-tracker__content p {
  color: #8b97a4 !important;
}
.journey-tracker__step[data-current=true] .step-number, .journey-tracker__state[data-current=true] .step-number, .copay-tracker__step[data-current=true] .step-number, .copay-tracker__state[data-current=true] .step-number {
  background: var(--badge-color) !important;
}
.journey-tracker__step[data-current=true] .step-current-label, .journey-tracker__state[data-current=true] .step-current-label, .copay-tracker__step[data-current=true] .step-current-label, .copay-tracker__state[data-current=true] .step-current-label {
  position: static;
  top: 10px;
  left: 50%;
  transform: none;
  margin: 0 auto 10px;
  background: none;
  color: var(--card-text-header-color);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 500;
  white-space: nowrap;
}
.journey-tracker__step[data-current=true] .step-content, .journey-tracker__state[data-current=true] .step-content, .copay-tracker__step[data-current=true] .step-content, .copay-tracker__state[data-current=true] .step-content {
  text-align: center;
  /* Center content */
  width: 100%;
  /* Full width */
}
.journey-tracker__step[data-current=true] .step-content h3, .journey-tracker__state[data-current=true] .step-content h3, .copay-tracker__step[data-current=true] .step-content h3, .copay-tracker__state[data-current=true] .step-content h3 {
  margin: 0 auto 10px;
  /* Center heading */
}
.journey-tracker__step[data-current=true] .step-content p, .journey-tracker__state[data-current=true] .step-content p, .copay-tracker__step[data-current=true] .step-content p, .copay-tracker__state[data-current=true] .step-content p {
  margin: 0 auto;
  /* Center paragraph */
}
.journey-tracker__step[data-current=true] .step-open-button, .journey-tracker__state[data-current=true] .step-open-button, .copay-tracker__step[data-current=true] .step-open-button, .copay-tracker__state[data-current=true] .step-open-button {
  order: 4;
  /* Last in visual order */
  margin: 15px auto 0;
  /* Center with top margin */
}
.journey-tracker__step[data-completed=true], .journey-tracker__state[data-completed=true], .copay-tracker__step[data-completed=true], .copay-tracker__state[data-completed=true] {
  border: 2px dashed var(--completed-color);
  padding-top: 20px;
}
.journey-tracker__step[data-completed=true] .step-number, .journey-tracker__state[data-completed=true] .step-number, .copay-tracker__step[data-completed=true] .step-number, .copay-tracker__state[data-completed=true] .step-number {
  background: var(--border-color);
}
.journey-tracker__step[data-completed=true]::after, .journey-tracker__state[data-completed=true]::after, .copay-tracker__step[data-completed=true]::after, .copay-tracker__state[data-completed=true]::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  width: 16px;
  height: 16px;
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/Vector_check.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  font-weight: bold;
  font-size: 12px;
}
.journey-tracker__step[data-future=true], .journey-tracker__state[data-future=true], .copay-tracker__step[data-future=true], .copay-tracker__state[data-future=true] {
  border: 2px dashed var(--future-color);
  padding-top: 20px;
  opacity: 0.8;
  cursor: not-allowed !important;
  pointer-events: none;
  color: #4d5b6a !important;
}
.journey-tracker__step[data-future=true] .step-number, .journey-tracker__state[data-future=true] .step-number, .copay-tracker__step[data-future=true] .step-number, .copay-tracker__state[data-future=true] .step-number {
  background: var(--border-color);
  opacity: 0.7;
}
.journey-tracker__step[data-future=true]::after, .journey-tracker__state[data-future=true]::after, .copay-tracker__step[data-future=true]::after, .copay-tracker__state[data-future=true]::after {
  content: "";
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 18px;
  color: #4d5b6a !important;
  width: 14px;
  height: 15.75px;
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/Vector_lock.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.journey-tracker__step .step-content, .journey-tracker__state .step-content, .copay-tracker__step .step-content, .copay-tracker__state .step-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.journey-tracker__step h3, .journey-tracker__state h3, .copay-tracker__step h3, .copay-tracker__state h3 {
  color: var(--text-color);
  font-size: 16px;
  margin: 0 0 10px 0;
}
.journey-tracker__step p, .journey-tracker__state p, .copay-tracker__step p, .copay-tracker__state p {
  order: 3;
  color: var(--subtext-color);
  font-size: 14px;
  line-height: 1.4;
  margin: 0 0 15px 0;
}
.journey-tracker__step .step-open-button, .journey-tracker__state .step-open-button, .copay-tracker__step .step-open-button, .copay-tracker__state .step-open-button {
  align-self: flex-end;
  margin-top: auto;
  padding: 6px 12px;
  font-weight: bold;
  color: var(--badge-color);
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.2s ease;
  border: none;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
}
.journey-tracker__step[data-current=true]:hover, .journey-tracker__step[data-completed=true]:hover, .journey-tracker__state[data-current=true]:hover, .journey-tracker__state[data-completed=true]:hover, .copay-tracker__step[data-current=true]:hover, .copay-tracker__step[data-completed=true]:hover, .copay-tracker__state[data-current=true]:hover, .copay-tracker__state[data-completed=true]:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.journey-tracker__step[data-current=true]:hover .step-open-button, .journey-tracker__step[data-completed=true]:hover .step-open-button, .journey-tracker__state[data-current=true]:hover .step-open-button, .journey-tracker__state[data-completed=true]:hover .step-open-button, .copay-tracker__step[data-current=true]:hover .step-open-button, .copay-tracker__step[data-completed=true]:hover .step-open-button, .copay-tracker__state[data-current=true]:hover .step-open-button, .copay-tracker__state[data-completed=true]:hover .step-open-button {
  opacity: 1;
  visibility: visible;
}
.journey-tracker__step p, .journey-tracker__state p, .copay-tracker__step p, .copay-tracker__state p {
  margin-bottom: 2px !important;
}
@media (max-width: 768px) {
  .journey-tracker__steps, .copay-tracker__steps {
    margin: 0 20px;
  }
  .journey-tracker__step, .journey-tracker__state, .copay-tracker__step, .copay-tracker__state {
    flex: 0 0 calc(100% - 40px);
  }
  .journey-tracker__nav-arrow, .copay-tracker__nav-arrow {
    width: 30px;
    height: 30px;
  }
  .journey-tracker__nav-arrow--prev, .copay-tracker__nav-arrow--prev {
    left: -35px;
  }
  .journey-tracker__nav-arrow--next, .copay-tracker__nav-arrow--next {
    right: -35px;
  }
}
.journey-tracker p, .copay-tracker p {
  font-size: 11.6px;
  line-height: 16.38px;
}

.hidden {
  display: none !important;
}

.journey-tracker__header, .copay-tracker__header {
  padding: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  background-color: var(--card-journey-top-bgcolor);
}
.journey-tracker__header h2, .copay-tracker__header h2 {
  color: var(--card-text-header-color) !important;
  font-size: 30px;
  font-weight: 400;
}
@media (max-width: 768px) {
  .journey-tracker__header h2, .copay-tracker__header h2 {
    font-size: 25px !important;
  }
}
.journey-tracker__header p, .copay-tracker__header p {
  font-size: 19px;
  font-weight: 400;
  line-height: 19.24px;
  margin-top: 10px;
  color: #000000 !important;
}

/* Card container */
.journey-tracker__start .content-block, .copay-tracker__pre-invoice-upload .content-block {
  border-radius: 20px;
  overflow: hidden;
  /* clip rounded corners */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
  background: #f9eaea;
  /* pink on the left column */
}
.journey-tracker__start .content-block__content, .copay-tracker__pre-invoice-upload .content-block__content {
  padding: 0px;
}
.journey-tracker__start .content-block__content .md, .copay-tracker__pre-invoice-upload .content-block__content .md {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.journey-tracker__start .content-block__content .md > p:first-child, .copay-tracker__pre-invoice-upload .content-block__content .md > p:first-child {
  grid-column: 2;
  /* send image to right column */
  grid-row: 1/span 3;
  /* span the copy rows */
  margin: 0;
  padding-left: 20px;
}
.journey-tracker__start .content-block__content .md > p:first-child img, .copay-tracker__pre-invoice-upload .content-block__content .md > p:first-child img {
  width: 100%;
  height: 100% !important;
  /* override .img-fluid height:auto */
  display: block;
  padding: 0px;
}
.journey-tracker__start .content-block__content .md > h2, .copay-tracker__pre-invoice-upload .content-block__content .md > h2 {
  grid-column: 1;
  margin: 0 0 12px 0;
  font-size: 36px;
  line-height: 1.15;
  font-weight: 700;
  color: #2c3e50;
  padding-left: 20px;
  padding-top: 20px;
}
.journey-tracker__start .content-block__content .md > p:last-child, .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child {
  grid-column: 1;
  margin: 0;
  font-size: 18px;
  line-height: 1.6;
  color: #2c3e50;
  padding-left: 20px;
  padding-right: 20px;
}
.journey-tracker__start .content-block__content .md > p:last-child a, .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child a {
  padding-left: 20px;
  display: flex;
  /* makes it behave like a block */
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0.7rem 1.25rem;
  background: #fff;
  color: #000;
  border-radius: 999px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  width: fit-content;
}
.journey-tracker__start .content-block__content .md > p:last-child a:hover, .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child a:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
}

.journey-step {
  order: 2;
}

/* Responsive: stack image then copy */
@media (max-width: 1007px) {
  .journey-tracker__start .content-block__content .md > p:last-child a, .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child a {
    font-size: 15px;
  }
  .journey-tracker__start .content-block__content .md > h2, .copay-tracker__pre-invoice-upload .content-block__content .md > h2 {
    font-weight: 700;
    font-size: 27px;
  }
  .journey-tracker__start .content-block__content .md, .copay-tracker__pre-invoice-upload .content-block__content .md {
    grid-template-columns: 1fr;
    gap: 16px;
    padding-bottom: 20px;
  }
  .journey-tracker__start .content-block__content .md > p:first-child, .copay-tracker__pre-invoice-upload .content-block__content .md > p:first-child {
    grid-column: 1;
    grid-row: 1;
    padding: 0;
  }
  .journey-tracker__start .content-block__content .md > p:first-child img, .copay-tracker__pre-invoice-upload .content-block__content .md > p:first-child img {
    height: auto !important;
    aspect-ratio: 16/9;
  }
}
.journey-step__content h3, .copay-status__content h3 {
  color: #505e6c !important;
  font-size: 15.9px;
  font-weight: 400;
}
.journey-step__content p, .copay-status__content p {
  color: #8d99a5 !important;
}

/* Show Open button always on mobile */
@media (max-width: 768px) {
  .journey-tracker__step .step-open-button {
    opacity: 1 !important;
    visibility: visible !important;
    cursor: pointer !important;
  }

  /* Optional: Make step non-clickable on mobile */
  .journey-tracker__step {
    cursor: default !important;
  }

  .journey-step {
    cursor: default !important;
  }

  .journey-tracker__step[data-future=true] .step-open-button {
    display: none !important;
  }
}
.journey-tracker__step a.journey-step {
  pointer-events: none !important;
  cursor: default !important;
}

/* Make the step number non-clickable */
.journey-tracker__step .step-number {
  pointer-events: none !important;
}

/* Make the current label non-clickable */
.journey-tracker__step .step-current-label {
  pointer-events: none !important;
}

.cms-listing-recommended {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.cms-listing-recommended .cms-listing__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cms-listing-recommended .cms-listing__header h2 {
  color: #BE0028;
  font-weight: 400;
  font-size: 30px;
  text-align: center;
}
.cms-listing-recommended .cms-listing__header a {
  color: #BE0028;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
.cms-listing-recommended .cms-listing__pages {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.cms-listing-recommended .cms-listing__item {
  background: #f5f5f5;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  grid-column: span 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cms-listing-recommended .cms-listing__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.cms-listing-recommended .cms-listing__item-body {
  display: flex;
  flex-direction: column;
  padding: 16px;
}
.cms-listing-recommended .heroimage {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-radius: 16px;
}
.cms-listing-recommended .heroimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cms-listing-recommended .cms-listing__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-top: 12px;
  line-height: 1.4;
  display: block;
}
.cms-listing-recommended .cms-listing__title:hover {
  color: #be0028;
}
.cms-listing-recommended .cms-listing__title--link {
  height: 50px;
  overflow: hidden;
}
.cms-listing-recommended .cms-listing__learn-more {
  margin-top: 12px;
}
.cms-listing-recommended .cms-listing__learn-more--link {
  font-size: 0.95rem;
  font-weight: 600;
  color: #be0028;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cms-listing-recommended .cms-listing__learn-more--link::after {
  font-size: 1rem;
  line-height: 1;
}
.cms-listing-recommended .cms-listing__learn-more--link:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  .cms-listing-recommended .cms-listing__item {
    grid-column: span 4;
  }
  .cms-listing-recommended .cms-listing__pages {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 640px) {
  .cms-listing-recommended .cms-listing__header {
    display: block;
  }
  .cms-listing-recommended .cms-listing__header h2 {
    font-size: 22px;
  }
  .cms-listing-recommended .cms-listing__pages {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms-listing-recommended .cms-listing__item {
    grid-column: span 8;
  }
  .cms-listing-recommended .cms-listing__header > :nth-child(2) p {
    border: 1px solid #BE0028;
    padding: 0.5rem;
    text-align: center;
    color: #BE0028;
    font-size: 16px;
  }
}

.pagination {
  --disabled-border-color: #DFDCD7;
  --disabled-text-color: #DDDDDD;
  --enabled-border-color: #CDCACA;
  --enabled-text-color: #686868;
  --active-bg-color: #03A2DE;
  --active-border-color: #43ADE0;
  --active-text-color: #86D9EC;
  --page-bg-color: #FEFEFE;
  --page-border-color: #E5E5E5;
  --page-text-color: #5C5C5C;
  display: flex;
  justify-content: center;
  gap: 6px;
}
.pagination .btn {
  border: 1px solid var(--enabled-border-color);
  color: var(--enabled-text-color);
  background-color: var(--page-bg-color);
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}
.pagination .btn:hover:not(:disabled) {
  background-color: var(--active-bg-color);
  border-color: var(--active-border-color);
  color: var(--active-text-color);
}
.pagination .btn:disabled {
  border-color: var(--disabled-border-color);
  color: var(--disabled-text-color);
  cursor: not-allowed;
  opacity: 0.6;
}
.pagination .page-button {
  border: 1px solid var(--page-border-color);
  color: var(--page-text-color);
}
.pagination .page-button.active {
  background-color: var(--active-bg-color);
  border-color: var(--active-border-color);
  color: var(--active-text-color);
}

.cms-listing__pagination-header {
  color: #939393;
}

.cms-listing__articles .cms-listing__pages {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 20px;
  margin-top: 24px;
}
.cms-listing__articles .cms-listing__item {
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  grid-column: span 3;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cms-listing__articles .cms-listing__item:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.12);
}
.cms-listing__articles .cms-listing__item-body {
  display: flex;
  flex-direction: column;
}
.cms-listing__articles .heroimage {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  border-bottom: 1px solid rgba(172, 172, 172, 0.5019607843);
  border-radius: 16px 16px 0 0;
}
.cms-listing__articles .heroimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cms-listing__articles .article-card {
  border-radius: 6px;
  margin: 0 1rem 1rem;
}
.cms-listing__articles .article-card .cms-listing__title {
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  line-height: 1.4;
  display: block;
  height: 3rem;
}
.cms-listing__articles .article-card .cms-listing__title--link {
  overflow: hidden;
}
.cms-listing__articles .article-card .cms-listing__learn-more {
  background-color: #B4232B;
  text-align: center;
  padding: 0.5rem;
  color: #FFFFFF;
  text-decoration: none;
  margin: 0.5rem 0;
}
.cms-listing__articles .article-card .published,
.cms-listing__articles .article-card .articletype {
  font-size: 14px;
  color: #A1A1A1;
  margin: 0.5rem 0;
  height: 1.5rem;
  overflow: hidden;
  display: inline-block;
  margin-right: 0.5rem;
}
.cms-listing__articles .article-card .icon i {
  color: #BE0028;
  margin-right: 4px;
}
.cms-listing__articles .article-card .importanttag {
  display: flex;
  gap: 8px;
  margin: 0.5rem 0;
  height: 1.5rem;
  overflow: hidden;
  align-items: center;
  flex-wrap: wrap;
}
.cms-listing__articles .article-card .tag-data {
  background: #F0F0F0;
  padding: 4px 8px;
  border-radius: 6px;
  font-size: 13px;
  color: #9C9C9C;
}
@media (max-width: 1024px) {
  .cms-listing__articles .cms-listing__pages {
    grid-template-columns: repeat(4, 1fr);
  }
  .cms-listing__articles .cms-listing__item {
    grid-column: span 4;
  }
}
@media (max-width: 640px) {
  .cms-listing__articles .cms-listing__pages {
    grid-template-columns: repeat(2, 1fr);
  }
  .cms-listing__articles .cms-listing__item {
    grid-column: span 8;
  }
}

.cms-listing__important {
  box-sizing: border-box;
  border: 1px solid #E5E7EB;
  border-radius: 5px;
  padding: 1rem;
  border-left: 4px solid #FFD2D7;
}
.cms-listing__important .cms-listing-item-body {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: center;
  margin: 0.5rem 0;
  max-height: 2.5rem;
  overflow: hidden;
  align-items: baseline;
  /* Desktop: everything stays on one line */
  /* Mobile: title goes full width on its own line */
}
.cms-listing__important .cms-listing-item-body .importantstartdate {
  color: #6B7280;
  font-size: 14px;
}
.cms-listing__important .cms-listing-item-body .importanttag .tag-data {
  background-color: #FEF3C7;
  padding: 2px 5px;
  border-radius: 3px;
  color: #92400E;
  font-weight: 500;
  font-size: 11px;
}
.cms-listing__important .cms-listing-item-body .cms-listing__title {
  color: #4B5563;
  text-decoration: none;
  font-size: 14px;
}
@media (min-width: 768px) {
  .cms-listing__important .cms-listing-item-body {
    flex-wrap: nowrap;
  }
  .cms-listing__important .cms-listing-item-body .cms-listing__title {
    flex: 1;
  }
}
@media (max-width: 767px) {
  .cms-listing__important .cms-listing-item-body .cms-listing-item-body {
    max-height: 4rem;
  }
  .cms-listing__important .cms-listing-item-body .importantstartdate,
.cms-listing__important .cms-listing-item-body .importanttag {
    margin-right: 10px;
  }
  .cms-listing__important .cms-listing-item-body .cms-listing__title {
    flex-basis: 100%;
  }
}
.cms-listing__important .cms-listing__header {
  align-items: center;
  gap: 10px;
}
.cms-listing__important p.header-title {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  gap: 6px;
  flex-wrap: wrap;
  margin: 0;
}
.cms-listing__important p.header-title .left-group {
  display: flex;
  align-items: center;
  gap: 6px;
}
.cms-listing__important p.header-title i.info-icon {
  background: #FEF2F2;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #E91E63;
  font-weight: bold;
  font-size: 14px;
}
.cms-listing__important p.header-title .important-span {
  font-weight: 700;
  font-size: 20px;
}
.cms-listing__important p.header-title .badge {
  background: #E91E63;
  color: white;
  border-radius: 12px;
  font-size: 12px;
  font-weight: bold;
}
.cms-listing__important p.header-title .arrow-icon {
  cursor: pointer;
  margin-left: auto;
  /* Hide arrow on desktop */
}
@media (min-width: 769px) {
  .cms-listing__important p.header-title .arrow-icon {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .cms-listing__important p.header-title i.info-icon {
    width: 16px;
    height: 16px;
    font-weight: bold;
    font-size: 10px;
  }
  .cms-listing__important p.header-title .important-span {
    font-size: 12px;
  }
  .cms-listing__important p.header-title .badge {
    font-size: 10px;
  }
}

.serviceButton {
  color: var(--dksh-red);
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}

.bookingServiceButton {
  margin-top: -1.2rem;
  font-size: 16px;
  font-weight: 500;
  float: right;
  line-height: 100%;
}

h6#bell-your-reminders i.bi.bi-bell {
  font-size: 1.3rem;
}
h6#bell-your-reminders strong {
  font-weight: 700;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}

#addData,
a[data-service=SetExtraAppointmentReminder] {
  text-decoration: underline !important;
}

a[data-popup=ManageReminders] {
  float: right;
  min-width: 200px;
  padding: 0.5rem 0.75rem;
  font-weight: 400 !important;
  line-height: 1.5;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  color: #fff !important;
  border: 1px solid var(--dksh-red);
  background-color: var(--dksh-red);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  border-radius: 80px;
  font-size: 15px;
}

a[data-popup=ManageReminders]:hover {
  opacity: 0.8;
}

.iconTag {
  color: var(--dksh-red);
  font-size: 1rem;
  cursor: pointer;
  margin: 0.5rem;
}

.booking-table-wrapper .bookings-table {
  width: -webkit-fill-available;
}
.booking-table-wrapper .bookings-table tbody tr:not(:last-child),
.booking-table-wrapper .bookings-table thead tr {
  border-bottom: 1px dotted #C0C0C0;
}
.booking-table-wrapper .bookings-table th,
.booking-table-wrapper .bookings-table td {
  padding: 0.3rem 0.3rem 0.3rem 0;
}
.booking-table-wrapper .bookings-table .notScheduleCol {
  color: #B3B3B3;
}

#service-SetReminders #set-up-your-reminder,
#service-SetNewInjectionReminders #set-up-your-reminder,
#service-SetExtraAppointmentReminder #set-up-your-reminder {
  font-weight: 700;
  font-style: Bold;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] label,
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] label,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] label {
  display: flex;
  text-align: center;
  margin: unset;
  border: 1px solid #CDCDCD;
  padding: 0.5rem;
  flex-direction: column;
  flex-wrap: wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  height: 9rem;
  opacity: 1;
  border-radius: 5px;
  border-width: 1px;
  padding-bottom: 2rem;
  font-weight: 700;
  font-style: Bold;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] label::before,
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] label::before,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] label::before {
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  vertical-align: middle;
  color: #394150;
  background-size: 16px;
  width: 36px;
  height: 36px;
  margin-bottom: 8px;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] label input,
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] label input,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] label input {
  margin: 0.5rem 0;
  position: absolute;
  margin-bottom: -6rem;
  width: 19.5px;
  height: 19.5px;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] label .option-label,
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] label .option-label,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] label .option-label {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}

#service-SetReminders .form-group.col[data-for-field=ReminderType] {
  /* Checked state */
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio-buttons .radio:first-child label::before {
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/injection-black.png");
  background-size: 22px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(5%) saturate(885%) hue-rotate(179deg) brightness(92%) contrast(86%);
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio-buttons .radio:nth-child(2) label::before {
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/capsules-black.png");
  background-size: 22px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(5%) saturate(885%) hue-rotate(179deg) brightness(92%) contrast(86%);
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio-buttons {
  display: flex;
  gap: 1rem;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio-buttons .radio {
  width: 187px;
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) label::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(5624%) hue-rotate(341deg) brightness(78%) contrast(113%);
}
#service-SetReminders .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) {
  background: #F4F4F4;
}

#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] {
  /* Checked state */
}
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .radio-buttons label:nth-of-type(1)::before {
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/capsules-black.png");
  background-size: 22px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(5%) saturate(885%) hue-rotate(179deg) brightness(92%) contrast(86%);
}
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .radio-buttons {
  display: flex;
  gap: 1rem;
}
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .radio-buttons .radio {
  width: 187px;
}
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) label::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(5624%) hue-rotate(341deg) brightness(78%) contrast(113%);
}
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) {
  background: #F4F4F4;
}

#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] {
  /* Checked state */
}
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .radio-buttons label:nth-of-type(1)::before {
  background-image: url("https://stsgsgpartizan01d.blob.core.windows.net/dksh/content/images/mj/injection-black.png");
  background-size: 22px;
  filter: brightness(0) saturate(100%) invert(24%) sepia(5%) saturate(885%) hue-rotate(179deg) brightness(92%) contrast(86%);
}
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .radio-buttons {
  display: flex;
  gap: 1rem;
}
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .radio-buttons .radio {
  width: 187px;
}
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) label::before {
  filter: brightness(0) saturate(100%) invert(12%) sepia(91%) saturate(5624%) hue-rotate(341deg) brightness(78%) contrast(113%);
}
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .radio:has(input[type=radio]:checked) {
  background: #F4F4F4;
}

#ManageReminders .content-block.content-block--border {
  padding: 0 1.5rem 1.5rem;
}
#ManageReminders .content-block--border .content-block__content {
  padding: 12px;
  background: rgba(190, 0, 40, 0.0509803922);
  border: none;
  border-radius: 10px;
}
#ManageReminders .booking-table-wrapper .bookings-table thead tr {
  border-style: solid;
}
#ManageReminders .booking-table-wrapper .bookings-table tbody tr {
  border-bottom: none;
}

#service-OnlyAppointmentReminder .cp-service__content,
#service-OnlyInjectionReminder .cp-service__content {
  display: flex;
  margin-top: 3rem;
}
#service-OnlyAppointmentReminder .cp-service__body,
#service-OnlyInjectionReminder .cp-service__body {
  margin-top: -4rem;
}

#service-OnlyInjectionReminder form.cp-service__form[name=OnlyInjectionReminder] {
  height: 53rem;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] {
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  position: absolute;
  left: 1rem;
  margin-top: -2.1rem;
  width: 28rem;
  /* Default button look */
  /* Hover effect */
  /* Checked (active) state */
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] label {
  font-weight: 700;
  font-style: Display Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-bottom: 1rem;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio-buttons {
  display: flex;
  gap: 8px;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio label {
  cursor: pointer;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio input[type=radio] {
  display: none;
  /* hide real radio button */
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio .option-label {
  border-radius: 80px;
  border-width: 1px;
  background: rgba(190, 0, 40, 0.0509803922);
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  font-style: Medium;
  padding: 0.65rem 1rem;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio .option-label:hover {
  opacity: 0.8;
}
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio input[type=radio]:checked + .option-label {
  border: 1px solid #BE0028;
  font-weight: 700;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate],
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] {
  position: absolute;
  left: 1rem;
  background: rgba(190, 0, 40, 0.0509803922);
  margin: 4rem 1rem;
  border-radius: 0;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate] .content-block__content p,
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] .content-block__content p {
  font-weight: 600;
  font-style: SemiBold;
  font-size: 20px;
  line-height: 22px;
  letter-spacing: 0%;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate] .content-block__content ul,
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] .content-block__content ul {
  padding-left: 0 !important;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate] .content-block__content li,
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] .content-block__content li {
  font-weight: 500;
  font-style: Medium;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0%;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.25rem 0;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate] i.bi.bi-check,
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] i.bi.bi-check {
  color: #28E044;
}
#service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate] .content-block__content i,
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] .content-block__content i {
  font-size: 2.5rem;
}

#service-SetReminders .cp-service__content,
#service-SetNewInjectionReminders .cp-service__content,
#service-SetExtraAppointmentReminder .cp-service__content {
  display: flex;
}

#service-OnlyAppointmentReminder,
#service-SetReminders,
#service-OnlyInjectionReminder,
#service-SetNewInjectionReminders,
#service-SetExtraAppointmentReminder {
  /* Hide default radio */
  /* Add Bootstrap Icon when checked */
  /* requires browser support for :has() */
}
#service-OnlyAppointmentReminder .cp-service__body p,
#service-SetReminders .cp-service__body p,
#service-OnlyInjectionReminder .cp-service__body p,
#service-SetNewInjectionReminders .cp-service__body p,
#service-SetExtraAppointmentReminder .cp-service__body p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
  margin-top: 1rem;
}
#service-OnlyAppointmentReminder .cp-service__body li,
#service-SetReminders .cp-service__body li,
#service-OnlyInjectionReminder .cp-service__body li,
#service-SetNewInjectionReminders .cp-service__body li,
#service-SetExtraAppointmentReminder .cp-service__body li {
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#service-OnlyAppointmentReminder .form-group__header,
#service-SetReminders .form-group__header,
#service-OnlyInjectionReminder .form-group__header,
#service-SetNewInjectionReminders .form-group__header,
#service-SetExtraAppointmentReminder .form-group__header {
  position: absolute;
  left: 1rem;
  width: 26rem;
}
#service-OnlyAppointmentReminder button.cp-service__submit.btn.btn-primary,
#service-SetReminders button.cp-service__submit.btn.btn-primary,
#service-OnlyInjectionReminder button.cp-service__submit.btn.btn-primary,
#service-SetNewInjectionReminders button.cp-service__submit.btn.btn-primary,
#service-SetExtraAppointmentReminder button.cp-service__submit.btn.btn-primary {
  font-size: 15px;
  padding: 0.5rem;
  width: 219px;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
}
#service-OnlyAppointmentReminder .form-group.col[data-for-field=NextInjectionDate] ul,
#service-OnlyAppointmentReminder .form-group.col[data-for-field=NextAppointmentDate] ul,
#service-SetReminders .form-group.col[data-for-field=NextInjectionDate] ul,
#service-SetReminders .form-group.col[data-for-field=NextAppointmentDate] ul,
#service-OnlyInjectionReminder .form-group.col[data-for-field=NextInjectionDate] ul,
#service-OnlyInjectionReminder .form-group.col[data-for-field=NextAppointmentDate] ul,
#service-SetNewInjectionReminders .form-group.col[data-for-field=NextInjectionDate] ul,
#service-SetNewInjectionReminders .form-group.col[data-for-field=NextAppointmentDate] ul,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=NextInjectionDate] ul,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=NextAppointmentDate] ul {
  margin-left: 0.5rem;
}
#service-OnlyAppointmentReminder .form-group.col[data-for-field=NextInjectionDate] .form-group__header li,
#service-OnlyAppointmentReminder .form-group.col[data-for-field=NextAppointmentDate] .form-group__header li,
#service-SetReminders .form-group.col[data-for-field=NextInjectionDate] .form-group__header li,
#service-SetReminders .form-group.col[data-for-field=NextAppointmentDate] .form-group__header li,
#service-OnlyInjectionReminder .form-group.col[data-for-field=NextInjectionDate] .form-group__header li,
#service-OnlyInjectionReminder .form-group.col[data-for-field=NextAppointmentDate] .form-group__header li,
#service-SetNewInjectionReminders .form-group.col[data-for-field=NextInjectionDate] .form-group__header li,
#service-SetNewInjectionReminders .form-group.col[data-for-field=NextAppointmentDate] .form-group__header li,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=NextInjectionDate] .form-group__header li,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=NextAppointmentDate] .form-group__header li {
  font-weight: 300;
  font-style: Light;
  font-size: 22px;
  line-height: 29px;
  letter-spacing: 0%;
  vertical-align: middle;
}
#service-OnlyAppointmentReminder form label,
#service-SetReminders form label,
#service-OnlyInjectionReminder form label,
#service-SetNewInjectionReminders form label,
#service-SetExtraAppointmentReminder form label {
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0%;
}
#service-OnlyAppointmentReminder .form-group.col[data-for-field=ReminderType] .form-group__footer p,
#service-SetReminders .form-group.col[data-for-field=ReminderType] .form-group__footer p,
#service-OnlyInjectionReminder .form-group.col[data-for-field=ReminderType] .form-group__footer p,
#service-SetNewInjectionReminders .form-group.col[data-for-field=ReminderType] .form-group__footer p,
#service-SetExtraAppointmentReminder .form-group.col[data-for-field=ReminderType] .form-group__footer p {
  margin-bottom: 0;
}
#service-OnlyAppointmentReminder input[type=radio],
#service-SetReminders input[type=radio],
#service-OnlyInjectionReminder input[type=radio],
#service-SetNewInjectionReminders input[type=radio],
#service-SetExtraAppointmentReminder input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #CDCDCD;
}
#service-OnlyAppointmentReminder input[type=radio]:checked::after,
#service-SetReminders input[type=radio]:checked::after,
#service-OnlyInjectionReminder input[type=radio]:checked::after,
#service-SetNewInjectionReminders input[type=radio]:checked::after,
#service-SetExtraAppointmentReminder input[type=radio]:checked::after {
  top: 50%;
  left: 50%;
  display: inline-flex;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  box-shadow: 0px 0 0px 1.5px var(--dksh-red);
  content: "";
  height: 17px;
  background-size: contain;
  opacity: 0.6;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23c8102e' viewBox='0 0 24 24'%3E%3Cpath d='M9 16.2l-3.5-3.5L4 14.2l5 5 11-11-1.5-1.5L9 16.2z'/%3E%3C/svg%3E");
}
#service-OnlyAppointmentReminder label input[type=radio]:checked ~ *::before,
#service-OnlyAppointmentReminder label input[type=radio]:checked::before,
#service-SetReminders label input[type=radio]:checked ~ *::before,
#service-SetReminders label input[type=radio]:checked::before,
#service-OnlyInjectionReminder label input[type=radio]:checked ~ *::before,
#service-OnlyInjectionReminder label input[type=radio]:checked::before,
#service-SetNewInjectionReminders label input[type=radio]:checked ~ *::before,
#service-SetNewInjectionReminders label input[type=radio]:checked::before,
#service-SetExtraAppointmentReminder label input[type=radio]:checked ~ *::before,
#service-SetExtraAppointmentReminder label input[type=radio]:checked::before {
  color: var(--dksh-red);
}
#service-OnlyAppointmentReminder label:has(input:checked)::before,
#service-SetReminders label:has(input:checked)::before,
#service-OnlyInjectionReminder label:has(input:checked)::before,
#service-SetNewInjectionReminders label:has(input:checked)::before,
#service-SetExtraAppointmentReminder label:has(input:checked)::before {
  color: var(--dksh-red);
}
#service-OnlyAppointmentReminder input[readonly],
#service-SetReminders input[readonly],
#service-OnlyInjectionReminder input[readonly],
#service-SetNewInjectionReminders input[readonly],
#service-SetExtraAppointmentReminder input[readonly] {
  background-color: #F4F4F4;
  color: #727070;
  cursor: not-allowed;
}
#service-OnlyAppointmentReminder #how-this-reminder-works,
#service-SetReminders #how-this-reminder-works,
#service-OnlyInjectionReminder #how-this-reminder-works,
#service-SetNewInjectionReminders #how-this-reminder-works,
#service-SetExtraAppointmentReminder #how-this-reminder-works {
  color: #000000;
  font-weight: 700;
  font-style: Display Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
#service-OnlyAppointmentReminder button.cp-service__submit.btn.btn-primary,
#service-SetReminders button.cp-service__submit.btn.btn-primary,
#service-OnlyInjectionReminder button.cp-service__submit.btn.btn-primary,
#service-SetNewInjectionReminders button.cp-service__submit.btn.btn-primary,
#service-SetExtraAppointmentReminder button.cp-service__submit.btn.btn-primary {
  border-radius: 80px;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=MobilePhone] .field-holder,
#service-SetReminders .form-group[data-for-field=MobilePhone] .field-holder,
#service-OnlyInjectionReminder .form-group[data-for-field=MobilePhone] .field-holder,
#service-SetNewInjectionReminders .form-group[data-for-field=MobilePhone] .field-holder,
#service-SetExtraAppointmentReminder .form-group[data-for-field=MobilePhone] .field-holder {
  width: 100%;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=MobilePhone] .field-holder + .invalid-feedback,
#service-SetReminders .form-group[data-for-field=MobilePhone] .field-holder + .invalid-feedback,
#service-OnlyInjectionReminder .form-group[data-for-field=MobilePhone] .field-holder + .invalid-feedback,
#service-SetNewInjectionReminders .form-group[data-for-field=MobilePhone] .field-holder + .invalid-feedback,
#service-SetExtraAppointmentReminder .form-group[data-for-field=MobilePhone] .field-holder + .invalid-feedback {
  display: block;
  margin-bottom: 0;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=Email] .form-group__footer,
#service-SetReminders .form-group[data-for-field=Email] .form-group__footer,
#service-OnlyInjectionReminder .form-group[data-for-field=Email] .form-group__footer,
#service-SetNewInjectionReminders .form-group[data-for-field=Email] .form-group__footer,
#service-SetExtraAppointmentReminder .form-group[data-for-field=Email] .form-group__footer {
  font-size: 15px;
  color: #FF0000;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=Email] .form-group__footer p,
#service-SetReminders .form-group[data-for-field=Email] .form-group__footer p,
#service-OnlyInjectionReminder .form-group[data-for-field=Email] .form-group__footer p,
#service-SetNewInjectionReminders .form-group[data-for-field=Email] .form-group__footer p,
#service-SetExtraAppointmentReminder .form-group[data-for-field=Email] .form-group__footer p {
  margin-bottom: 0;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay],
#service-SetReminders .form-group[data-for-field=ReminderTimeOfDay],
#service-OnlyInjectionReminder .form-group[data-for-field=ReminderTimeOfDay],
#service-SetNewInjectionReminders .form-group[data-for-field=ReminderTimeOfDay],
#service-SetExtraAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] {
  /* Add Bootstrap clock icon */
  /* Optional hover/focus styles */
}
#service-OnlyAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder,
#service-SetReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder,
#service-OnlyInjectionReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder,
#service-SetNewInjectionReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder,
#service-SetExtraAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder {
  position: relative;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control,
#service-SetReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control,
#service-OnlyInjectionReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control,
#service-SetNewInjectionReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control,
#service-SetExtraAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: none;
  padding-right: 2.5rem;
  cursor: pointer;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder::after,
#service-SetReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder::after,
#service-OnlyInjectionReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder::after,
#service-SetNewInjectionReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder::after,
#service-SetExtraAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder::after {
  content: "\f293";
  font-family: "bootstrap-icons";
  position: absolute;
  right: 12px;
  top: 2.6rem;
  color: #666;
  font-size: 1rem;
  pointer-events: none;
}
#service-OnlyAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control:focus,
#service-SetReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control:focus,
#service-OnlyInjectionReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control:focus,
#service-SetNewInjectionReminders .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control:focus,
#service-SetExtraAppointmentReminder .form-group[data-for-field=ReminderTimeOfDay] .field-holder select.form-control:focus {
  border-color: #999;
  box-shadow: none;
}

.cp-service.cp-service--CancelReminder #cancel-reminder {
  font-weight: 700;
  font-style: Display Bold;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  vertical-align: middle;
}
.cp-service.cp-service--CancelReminder p {
  font-weight: 400;
  font-size: 23px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.cp-service.cp-service--CancelReminder label.checkbox-label {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0%;
  vertical-align: middle;
}
.cp-service.cp-service--CancelReminder button {
  min-width: 1rem;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  opacity: 1;
  border-radius: 80px;
  width: 219px;
  padding: 0.5rem;
}

.closeCancelReminder {
  border: 1px solid #BE0028;
  padding: 0.3rem;
  text-align: center;
  background-color: #BE0028;
  border-radius: 16px;
  color: white;
}

button.btn-primary.closeCancelReminder {
  border-radius: 80px;
  font-weight: 500;
  font-style: Medium;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  opacity: 1;
  border-radius: 80px;
  padding: 0.5rem;
}

.modal-footer:has(.closeCancelReminder) {
  padding: 1rem !important;
}

/* styles for devices between 768px and 820px wide */
@media only screen and (min-width: 768px) and (max-width: 820px) {
  h6#bell-your-reminders strong {
    display: block;
  }
  h6#bell-your-reminders .bookingServiceButton {
    margin-top: -2rem;
  }

  #service-SetReminders .form-group__header {
    width: 40vw;
  }

  a[data-popup=ManageReminders] {
    width: 100%;
    margin-top: 0.5rem;
  }

  .booking-table-wrapper .bookings-table .iconTag {
    margin: 0.1rem;
  }
  .booking-table-wrapper .bookings-table th,
.booking-table-wrapper .bookings-table td {
    padding: 0.03rem 0.03rem 0.03rem 0;
    font-size: 13px;
  }
}
@media (max-width: 664px) {
  #bell-your-reminders,
h6#bell-your-reminders strong {
    font-size: 13px;
  }

  h6#bell-your-reminders strong {
    font-weight: 500;
  }

  .bookingServiceButton {
    margin-top: -0.84rem;
    font-size: 13px;
  }

  .booking-table-wrapper .bookings-table th,
.booking-table-wrapper .bookings-table td {
    padding: 0.1rem 0.1rem 0.1rem 0;
  }

  #service-OnlyInjectionReminder .form-group__header,
#service-SetReminders .form-group__header,
#service-OnlyAppointmentReminder .form-group__header,
#service-SetNewInjectionReminders .form-group__header,
#service-SetExtraAppointmentReminder .form-group__header {
    position: inherit;
    left: 0;
    width: inherit;
  }
  #service-OnlyInjectionReminder .cp-service__content,
#service-SetReminders .cp-service__content,
#service-OnlyAppointmentReminder .cp-service__content,
#service-SetNewInjectionReminders .cp-service__content,
#service-SetExtraAppointmentReminder .cp-service__content {
    display: block;
    margin-top: 3rem;
  }

  #service-OnlyInjectionReminder form.cp-service__form[name=OnlyInjectionReminder] {
    height: unset;
  }
  #service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] {
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
    position: relative;
    left: 0;
    margin-top: unset;
    width: inherit;
  }
  #service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio-buttons {
    display: block;
  }
  #service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio-buttons .radio {
    margin-top: 1rem;
  }
  #service-OnlyInjectionReminder .form-group.col[data-for-field=ReasonForInjectionReminderChange] .radio-buttons .radio input[type=radio]:checked + .option-label {
    font-weight: 500;
  }
  #service-OnlyInjectionReminder div#block-undefined[name=changeDoseDate],
#service-OnlyInjectionReminder div#block-undefined[name=missedDose] {
    position: relative;
    left: 0;
    margin: 1rem 0;
  }

  #ManageReminders i#delete {
    padding: 0;
  }

  #ManageReminders .content-block.content-block--border {
    padding: 0;
  }

  a[data-popup=ManageReminders] {
    width: 100%;
    margin-top: 0.5rem;
  }

  #service-OnlyAppointmentReminder .cp-service__title,
#service-OnlyInjectionReminder .cp-service__title {
    font-weight: 700;
    font-style: Bold;
    font-size: 40px;
    line-height: 100%;
    letter-spacing: 0%;
    vertical-align: middle;
  }
}
.copay-tracker {
  --card-text-header-color: #be0028;
}
.copay-tracker__step-heading {
  color: var(--card-text-header-color) !important;
  font-weight: 700;
  font-size: 18.8px;
  margin-bottom: 10px;
}
@media (max-width: 480px) {
  .copay-tracker__step-heading {
    font-size: 18px;
  }
}
.copay-tracker .copay-tracker__pre-invoice-upload .content-block__content .md > h2 {
  font-weight: 700;
  font-size: 30px;
}
.copay-tracker .copay-tracker__pre-invoice-upload .content-block__content .md > p:first-child img {
  object-fit: cover;
}
.copay-tracker .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child {
  font-weight: 400;
  font-size: 20px;
}
.copay-tracker .copay-tracker__pre-invoice-upload .content-block__content .md > p:last-child a {
  font-weight: 700;
  font-size: 16px;
}
.copay-tracker__state .step-number {
  order: unset;
  color: #e1e4e7;
}
.copay-tracker .copay-step {
  pointer-events: none !important;
  cursor: default !important;
}
.copay-tracker__steps-scroller {
  display: flex;
  padding: 50px 5px 20px;
  justify-content: center;
}
@media (max-width: 1208px) {
  .copay-tracker__steps-scroller {
    justify-content: normal;
  }
}
.copay-tracker .copay-tracker__state[data-current=true] .step-current-label {
  padding: 4px 2.3rem;
  margin-left: unset;
  margin-right: unset;
  border-radius: unset;
  margin-top: -10px;
  border-radius: 12px 12px 0 0;
  background: #f8f9fa;
}
.copay-tracker .copay-tracker__state[data-current=true] .copay-tracker__content p {
  color: #8d99a5 !important;
}
.copay-tracker .copay-tracker__state[data-future=true] .copay-tracker__content {
  opacity: 0.4;
}
.copay-tracker .copay-tracker__state[data-future=true] .copay-tracker__content h3 {
  color: #505e6c;
}
.copay-tracker .copay-tracker__state[data-future=true] .copay-tracker__content p {
  color: #8d99a5;
}
.copay-tracker .copay-tracker__state[data-completed=true] .copay-tracker__content h3,
.copay-tracker .copay-tracker__state[data-completed=true] .copay-tracker__content p {
  color: #000000;
}
.copay-tracker .copay-tracker__nav-arrow {
  visibility: hidden;
}
.copay-tracker .copay-tracker__state[data-current=true]::after,
.copay-tracker .copay-tracker__state[data-completed=true]::after,
.copay-tracker .copay-tracker__state[data-future=true]::after {
  top: 10px;
  right: 10px;
}
.copay-tracker .copay-tracker__steps {
  margin: 20px 3rem;
}
.copay-tracker .copay-tracker__invoice-rejected .content-block__content .md a[href="event:show-uploader"] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 14px;
  padding: 0.7rem 1.25rem;
  background: #b70a0a;
  color: #fff;
  border-radius: 999px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  text-decoration: none;
  transition: transform 0.2s ease, background 0.2s ease;
  cursor: pointer;
  white-space: nowrap;
}
.copay-tracker .copay-tracker__invoice-rejected .content-block__content .md a[href="event:show-uploader"]:hover {
  background: #8f0808;
  transform: translateY(-2px);
}
.copay-tracker .copay-tracker__invoice-rejected .content-block__content .md a[href="event:show-uploader"]:focus {
  outline: 2px solid #8f0808;
  outline-offset: 2px;
}

.dots {
  visibility: hidden;
  display: flex;
  gap: 8px;
  justify-content: center;
  overflow-x: auto;
  scroll-behavior: smooth;
}
.dots::-webkit-scrollbar {
  display: none;
}
.dots .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ccc;
}
.dots .dot.active {
  background: red;
}

@media (max-width: 1350px) {
  .copay-tracker {
    margin: unset;
  }
  .copay-tracker .copay-tracker__steps {
    margin: 2rem;
  }
  .copay-tracker .copay-tracker__steps .dots,
.copay-tracker .copay-tracker__nav-arrow {
    visibility: visible;
  }
}
@media (max-width: 768px) {
  .copay-tracker__state {
    flex: 0 0 calc(100% - 5px);
  }
  .copay-tracker__steps {
    margin: 0 20px;
  }
}
#appointment-container .appointment-header .title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: #1A1A1A;
}
#appointment-container .appointment-header .sub-title {
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
#appointment-container .stepped-form {
  margin-top: unset;
}
#appointment-container label[for=ConfirmAppointment],
#appointment-container label[for=ReceivedDate],
#appointment-container .container-header,
#appointment-container .next-appointment-header {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
}
#appointment-container .successMessage p {
  font-weight: 700;
  font-size: 21px;
  line-height: 25px;
  text-align: center;
}
#appointment-container .successMessage img {
  width: 41px;
  display: block;
  margin: 0 auto;
}
#appointment-container .radio label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  padding: 0.2rem;
}
#appointment-container input[type=radio][name=ConfirmAppointment] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #666;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  position: relative;
  transition: all 0.2s ease;
}
#appointment-container input[type=radio][name=ConfirmAppointment]:checked {
  border: 5px solid #000;
}
#appointment-container div[data-for-field=ConfirmAppointmentDate] span.option-label {
  font-weight: 500;
  width: 90%;
}
#appointment-container .next-button,
#appointment-container .submit-button {
  width: 100%;
  background-color: #01c76a;
  border: 1px solid #01c76a;
  border-radius: 6px;
}
#appointment-container .next-button,
#appointment-container .cancel-button {
  width: 100%;
  border-radius: 6px;
}
#appointment-container .cancel-button {
  background-color: #EEEEEE !important;
  color: black !important;
  border: 1px solid #666;
}
#appointment-container .change-button {
  cursor: pointer;
  color: #BE0028;
  font-weight: 700;
  font-size: 16px;
  line-height: 25px;
}
#appointment-container #suspicious-gap-alert, #appointment-container .error-message {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  padding: 12px;
  border: 1px solid #ffcccc;
  background-color: #fff5f5;
  border-radius: 6px;
  margin: 1rem 0;
}
#appointment-container #suspicious-gap-alert p, #appointment-container .error-message p {
  color: #BE0028;
  font-size: 14px;
  margin: 0;
}
#appointment-container .error-message {
  color: #BE0028;
  font-size: 14px;
}

/** pages */
#page-start > .row {
  margin: 0;
  padding: 60px 130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
@media screen and (max-width: 991px) {
  #page-start > .row {
    padding: 85px 20px 28px;
  }
}
#page-start > .row > .col-8,
#page-start > .row > .col-4 {
  width: calc(50% - 10px);
  padding: 0;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  #page-start > .row > .col-8,
#page-start > .row > .col-4 {
    width: 100% !important;
  }
}
#page-start #welcome-to-dksh,
#page-start #welcome-to-dksh-hcp {
  font-weight: 700;
  margin-bottom: 25px;
  font-size: 40px;
}
@media screen and (max-width: 991px) {
  #page-start #welcome-to-dksh,
#page-start #welcome-to-dksh-hcp {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
#page-start #acme-program-registration,
#page-start #hcp-registration {
  margin-bottom: 14px;
  font-weight: 500;
}
@media screen and (max-width: 991px) {
  #page-start #acme-program-registration,
#page-start #hcp-registration {
    font-size: 22px;
    margin-bottom: 10px;
  }
}
#page-start p {
  margin-bottom: 0;
}
#page-start p,
#page-start label {
  font-size: 15px;
}
#page-start #service-container-RegisterCode {
  margin-top: 24px;
}
#page-start #service-container-RegisterCode .cp-service a {
  color: var(--dksh-red);
  font-weight: 600;
}
#page-start #service-container-RegisterCode .cp-service__submit {
  min-width: 200px;
  margin-top: 24px;
  margin-bottom: 24px;
}
@media screen and (max-width: 991px) {
  #page-start #service-container-RegisterCode .cp-service__submit {
    margin-top: 28px;
    margin-bottom: 32px;
  }
}
#page-start #service-container-RegisterCode .cp-service__form .form-group {
  margin-bottom: 0.5rem !important;
}
@media screen and (max-width: 991px) {
  #page-start #service-container-RegisterCode {
    margin-top: 20px;
  }
}
#page-start dksh-register-code > .row {
  margin: 12px 0;
  gap: 24px;
}
#page-start a:not(.btn) {
  color: var(--dksh-red);
  font-weight: 700;
  text-decoration: none;
}
#page-start .custom-tooltip-wrapper {
  font-size: 13px;
  font-weight: 600;
  color: var(--dksh-red);
  cursor: pointer;
}
#page-start .custom-tooltip-wrapper i {
  color: #000000;
  margin-left: 6px;
}
#page-start .custom-tooltip-wrapper i::before {
  font-size: 17px;
}
#page-start .custom-tooltip-wrapper .tooltip-content-title {
  font-weight: 700;
  margin-bottom: 6px;
}
#page-start .custom-tooltip-wrapper .tooltip-content-desc {
  font-weight: 400;
}

.help main .header h1 {
  margin: 0;
}
.help main > .content {
  padding: 0;
  background-color: transparent;
}
.help main > .content .grid-container {
  --bs-gutter-x: 2.25rem;
}
.help main > .content .grid-container__col {
  background: transparent;
  padding: 12px 20px;
}
.help main > .content .faq-container {
  padding: 30px 42px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.help main > .content .faq-container .faq-container__question-title p {
  margin: 0;
  font-size: 22px;
}
.help main > .content .faq-container .faq-container__faq:last-of-type {
  border-bottom: none;
}
@media screen and (max-width: 991px) {
  .help main > .content .faq-container {
    padding: 6px 20px;
  }
}
.help main > .content #block-3436 {
  padding: 12px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
}
.help main > .content #block-3436 h3 {
  color: var(--bs-body-color);
  font-weight: 700;
  font-size: 22px;
}
.help main > .content #block-3436 .help-content__phone,
.help main > .content #block-3436 .help-content__mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
.help main > .content #block-3436 a {
  color: var(--bs-body-color);
  text-decoration: underline;
}
.help main > .content #block-3436 i {
  color: var(--dksh-red);
  font-size: 24px;
}

@media screen and (max-width: 991px) {
  .enrolment-completion .content {
    padding-bottom: 140px;
  }
}

.btn-info,
.btn-info:active,
.btn-info:hover {
  color: white;
}

.btn-primary,
.stepped-form__control--next {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-primary);
  --bs-btn-border-color: var(--bs-primary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-primary-hover);
  --bs-btn-hover-border-color: var(--bs-primary-hover);
  --bs-btn-focus-shadow-rgb: 38, 122, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-primary-hover);
  --bs-btn-disabled-border-color: var(--bs-primary-hover);
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  .btn-primary,
.stepped-form__control--next {
    width: 100%;
  }
}

.stepped-form__control--prev {
  --bs-btn-color: var(--bs-body-color);
  --bs-btn-bg: var(--bs-light);
  --bs-btn-border-color: var(--bs-light);
  --bs-btn-hover-color: var(--bs-body-color);
  --bs-btn-hover-bg: var(--bs-light-hover);
  --bs-btn-hover-border-color: var(--bs-light-hover);
  --bs-btn-focus-shadow-rgb: 38, 122, 136;
  --bs-btn-active-color: var(--bs-body-color);
  --bs-btn-active-bg: var(--bs-light);
  --bs-btn-active-border-color: var(--bs-light);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: var(--bs-body-color);
  --bs-btn-disabled-bg: var(--bs-light-hover);
  --bs-btn-disabled-border-color: var(--bs-light-hover);
  min-width: 200px;
}
@media screen and (max-width: 991px) {
  .stepped-form__control--prev {
    width: 100%;
  }
}

.btn-secondary,
.btn-default {
  --bs-btn-color: #fff;
  --bs-btn-bg: var(--bs-secondary);
  --bs-btn-border-color: var(--bs-secondary);
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: var(--bs-secondary-hover);
  --bs-btn-hover-border-color: var(--bs-secondary-hover);
  --bs-btn-focus-shadow-rgb: 38, 122, 136;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-secondary);
  --bs-btn-active-border-color: var(--bs-secondary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: var(--bs-secondary-hover);
  --bs-btn-disabled-border-color: var(--bs-secondary-hover);
}

.btn-tertiary {
  --bs-btn-color: #000;
  --bs-btn-bg: var(--bs-tertiary);
  --bs-btn-border-color: var(--bs-tertiary);
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: var(--bs-tertiary-hover);
  --bs-btn-hover-border-color: var(--bs-tertiary-hover);
  --bs-btn-focus-shadow-rgb: 38, 122, 136;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: var(--bs-tertiary);
  --bs-btn-active-border-color: var(--bs-tertiary);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: var(--bs-tertiary-hover);
  --bs-btn-disabled-border-color: var(--bs-tertiary-hover);
}

.btn-link {
  --bs-btn-hover-bg: transparent;
  --bs-btn-active-bg: transparent;
}

#page-article {
  width: 100% !important;
  margin-top: 1.5rem;
}
#page-article .article {
  width: 100% !important;
}

.btn-group .btn.active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
  background-color: transparent;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-radius: 0;
  display: flex;
  column-gap: 8px;
  font-size: 22px;
  font-weight: 700;
}

#layout-base.home::after {
  background-position-x: 100%;
}

div#grid- {
  display: flex;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 768px) {
  div#grid- {
    padding-left: 12px;
    padding-right: 12px;
  }
}

main {
  padding: 3em 2em;
}
@media screen and (max-width: 767px) {
  main {
    padding: 20px;
  }
  main p {
    margin-top: 20px;
    font-size: 15px;
    font-weight: 400;
  }
  main h1 {
    font-size: 30px;
    font-weight: 700;
  }
  main .blockquote.blockquote p {
    font-weight: 600;
  }
}
main .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: baseline;
  margin-bottom: 20px;
}
main .header .btn-group .btn {
  font-size: 22px;
  display: flex;
  align-items: center;
  column-gap: 8px;
  border: 0;
  font-weight: 700;
  border-bottom: 2px solid transparent;
  background-color: transparent;
  border-radius: 0;
  color: #949494;
}
main .header .btn-group .btn.active {
  color: #0077b6;
  border-bottom: 2px solid #0077b6;
}
main .header .btn-group .btn i {
  font-size: 24px;
}
main .content {
  padding: 3em 2em;
  background-color: white;
}
@media screen and (max-width: 767px) {
  main .content {
    padding: 12px;
  }
}
main #grid-welcome {
  margin-bottom: 32px;
}
@media screen and (max-width: 767px) {
  main .heading-container .heading-main {
    padding-left: 20px;
  }
}
main .tile-body-container {
  position: relative;
  padding-top: 20px;
  margin: 0 27px !important;
  display: flex;
  justify-content: center;
}
main .tile-body-container [data-property=ContentCol2] {
  padding: 12px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 4px 8px 0 rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  margin-top: 0;
}
main .tile-body-container [data-property=ContentCol2] h3 {
  color: var(--bs-body-color);
  font-weight: 700;
  font-size: 22px;
}
main .tile-body-container [data-property=ContentCol2] .help-content__phone,
main .tile-body-container [data-property=ContentCol2] .help-content__mail {
  display: flex;
  align-items: center;
  gap: 10px;
}
main .tile-body-container [data-property=ContentCol2] i {
  color: var(--dksh-red);
  font-size: 24px;
}
main .tile-body-container [data-property=ContentCol2] ol li {
  margin-bottom: 0px;
}
main .tile-body-container [data-property=Content] {
  padding: 0px;
}
@media screen and (max-width: 767px) {
  main .tile-body-container [data-property=Content] {
    padding: 0px;
  }
}
main .tile-body-container [data-property=Content] #qr-btn a {
  color: white;
  text-decoration: none;
}
main .tile-body-container [data-property=Content] .btn-secondary {
  background-color: var(--dksh-red);
  border: none;
}
@media (max-width: 768px) {
  main .tile-body-container {
    margin: 0 13px !important;
  }
  main .tile-body-container .grid-container__col.grid-container__col--6 {
    padding: 0px;
  }
}

.axsvc-shareprogram .modal-body {
  padding: 10px 58px 32px !important;
}
@media screen and (max-width: 767px) {
  .axsvc-shareprogram .modal-body {
    padding: 10px !important;
  }
}

.readonly-field {
  color: #949494;
  border-color: transparent;
  background-color: #f5f5f5;
  pointer-events: none;
}

.heading-content {
  font-size: 0.7rem;
  display: flex;
  align-items: center;
}
@media (min-width: 480px) {
  .heading-content {
    font-size: 0.5rem !important;
  }
}
@media (min-width: 768px) {
  .heading-content {
    font-size: 1rem !important;
    padding-left: 20px !important;
  }
}
@media (min-width: 1024px) {
  .heading-content {
    font-size: 1rem !important;
    padding-left: 0px !important;
  }
}

ul {
  padding-left: 20px !important;
}

footer.global-footer ul {
  padding-left: 0 !important;
}

blockquote.blockquote {
  padding-left: 20px;
  font-size: 20px;
  font-weight: 600;
}

a {
  color: var(--dksh-red);
}

.grid-container {
  padding: 0px;
}

.zoneItem {
  padding-top: 20px;
}

h1#other-links,
h2#other-links {
  margin-bottom: 0px !important;
}

html body .modal.axsvc-success .modal-header[style*="display: none"] {
  display: flex !important;
}

.form-check-input:checked {
  /* Force the browser to show the tick */
  appearance: checkbox !important;
  -webkit-appearance: checkbox !important;
}

.form-check-input {
  /* Ensure native rendering */
  appearance: auto !important;
  -webkit-appearance: checkbox !important;
}

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