* {
  /* font-family: "Open Sans", sans-serif !important;
  color: #191e24; */
  font-family: 'Calibri', sans-serif !important;
}

body div,
body p {
  color: #191e24;
}

body {
  background: linear-gradient(180deg, #d1ebfd 0.06%, #f2f8ff 25.94%);
  height: initial !important;
  background-repeat: no-repeat;
  background-color: #f3f8fe !important;
  margin-bottom: 65px;
}

body:has(div.shk-privacy-policy),
body:has(div.shk-dashboard-walkthrough),
body:has(div.shk-choose-journey) {
  min-height: 100% !important;
}

body:has(div.shk-privacy-policy) .navbar .menu-weblinks,
body:has(div.shk-dashboard-walkthrough) .navbar .menu-weblinks,
body:has(div#mainContent) .navbar .menu-weblinks,
body:has(div.shk-choose-journey) .navbar .menu-weblinks {
  visibility: hidden;
}

.shk-logo {
  position: absolute;
  top: 30px;
  left: 90px;
}

.navbar {
  background-color: #fff !important;
  padding: 0;
}

.navbar .menu-bar {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  margin-left: 20px !important;
}

.navbar .nav.weblinks .nav-item a {
  background: #fff;
  padding: 32px 20px 10px;
  border-bottom: 2px solid #fff;
  font-size: 14px !important;
  margin: 0;
  color: #424952;
}

.navbar .nav.weblinks .nav-item.active a,
.navbar .nav.weblinks .nav-item a:hover,
.navbar .nav.weblinks .nav-item a:focus,
.navbar .nav.weblinks .nav-item a.show {
  color: #2057ad !important;
  text-decoration: none !important;
  border: 0px !important;
  border-bottom: 2px solid #2057ad !important;
  font-weight: 700;
  background: none !important;
  min-height: 66.25px;
  outline: none;
}

.navbar .nav.weblinks .nav-item.active a span,
.navbar .nav.weblinks .nav-item a:hover span,
.navbar .nav.weblinks .nav-item a:focus span,
.navbar .nav.weblinks .nav-item a.show span {
  color: #2057ad !important;
}

.navbar .nav.weblinks .nav-item .dropdown-menu {
  background: #fff;
  padding: 1px;
}

.navbar .nav.weblinks .nav-item .dropdown-menu .dropdown-divider {
  margin: 0;
}

.navbar .nav.weblinks .nav-item .dropdown-menu li a {
  padding: 5px 20px;
  color: #424952;
  min-height: inherit !important;
}

.navbar .nav.weblinks .nav-item.active a svg path,
.navbar .nav.weblinks .nav-item a:hover svg path,
.navbar .nav.weblinks .nav-item a:focus svg path {
  fill: #2057ad;
}

footer.footer {
  border-top: 1px solid #e0e3eb;
  background: #fff;
  color: #424952;
  display: flex;
  padding: 20px 50px;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
}

footer.footer .footer-items {
  display: flex;
  gap: 10px;
}

.shk-profile {
  margin: 90px auto 50px;
}

.shk-privacy-policy {
  max-width: 640px;
  padding: 32px 80px 32px 80px;
  background-color: #fff;
  margin: 90px auto;
  border-radius: 8px;
}

.shk-choose-journey {
  margin: 90px auto 0px;
}

.shk-page {
  margin-bottom: 50px;
}

.shk-page .page-header {
  width: 500px;
  margin: 0px auto;
  text-align: center;
}

.shk-page .page-heading {
  padding-top: 0px;
  margin-bottom: 20px;
  color: #1b355e;
  font-weight: 600;
}

.shk-page .page-subheading {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #191e24;
}

.shk-privacy-policy .privacy-scrollable-text {
  max-height: 438px;
  overflow-y: scroll;
  font-style: normal;
  font-weight: 400;
  color: #424952;
  font-size: 18px;
}

.shk-button-group {
  width: 100%;
  display: flex;
  gap: 20px;
  margin: 25px 0;
}

.shk-button-group .shk-btn {
  flex: 1;
}

.shk-button-group .shk-btn.active,
.shk-btn.active {
  background-color: #2057ad;
  color: #fff;
}

.shk-btn:has(.btn-loader),
.submit-btn:has(.btn-loader) {
  padding-top: 8px;
}

.shk-btn {
  display: block;
  border: 1px solid #cccfd7;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  cursor: pointer;
}

.shk-btn .btn-loader,
.submit-btn .btn-loader {
  width: 25px;
  margin: 0 auto;
  aspect-ratio: 1;
  display: grid;
  -webkit-mask: conic-gradient(from 15deg, #0000, #000);
  animation: l26 1s infinite steps(12);
}

.shk-btn .btn-loader,
.shk-btn .btn-loader :before,
.shk-btn .btn-loader :after,
.submit-btn .btn-loader,
.submit-btn .btn-loader :before,
.submit-btn .btn-loader :after {
  background: radial-gradient(closest-side at 50% 12.5%, #1b355e 96%, #0000) 50%
      0/20% 80% repeat-y,
    radial-gradient(closest-side at 12.5% 50%, #1b355e 96%, #0000) 0 50%/80% 20%
      repeat-x;
}
.shk-btn .btn-loader :before,
.shk-btn .btn-loader :after,
.submit-btn .btn-loader :before,
.submit-btn .btn-loader :after {
  content: "";
  grid-area: 1/1;
  transform: rotate(30deg);
}
.shk-btn .btn-loader :after,
.submit-btn .btn-loader :after {
  transform: rotate(60deg);
}

@keyframes l26 {
  100% {
    transform: rotate(1turn);
  }
}

a.shk-btn[disabled] {
  background: #e0e3eb !important;
  color: #8c939d !important;
}

.shk-privacy-policy .create-prof-btn .shk-btn {
  display: block;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  background: #2057ad;
  color: #fff;
  border: none;
  width: 100%;
  cursor: pointer;
}

.shk-privacy-policy .create-prof-btn a.shk-btn[disabled] {
  color: #8c939d;
  background-color: #e0e3eb;
}

.shk-privacy-policy .sign-in {
  margin: 10px 0;
  text-align: center;
  font-size: 14px;
}

.shk-privacy-policy .sign-in a {
  color: #2057ad;
  font-weight: 600;
}

.shk-choose-journey .tile-container {
  display: flex;
  gap: 30px;
  margin-top: 32px;
  justify-content: space-between;
}

.shk-choose-journey .tile-container .tile {
  flex: 1;
  width: 100%;
  max-width: 364px;
  background: rgba(192, 229, 253, 0.13);
}

.shk-choose-journey .tile-container .tile label {
  cursor: pointer;
}

.shk-choose-journey .tile-container .tile img {
  width: 100%;
  height: auto;
}

.shk-choose-journey .tile-container .tile-heading {
  color: #111029;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.shk-choose-journey .tile-container .tile-content {
  position: relative;
  padding: 30px;
  background: #fff;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  margin-top: 30px;
  margin-bottom: 0;
}

.shk-choose-journey .tile-container .tile-content .tile-checkbox {
  display: none;
  position: absolute;
  top: -30px;
  left: calc(50% - 30px);
  width: 45px;
  height: 45px;
}

.shk-choose-journey .tile-container .tile input[type="radio"] {
  display: none;
}

.shk-choose-journey
  .tile-container
  .tile
  input[type="radio"]:checked
  + label
  .tile-content
  .tile-checkbox {
  display: block;
}

.shk-choose-journey .tile-container .tile:has(input[type="radio"]:checked),
.shk-choose-journey .tile-container .tile:hover {
  /* border-top-left-radius: 22px; */
  /* border-top-right-radius: 22px; */
  background: rgba(192, 229, 253, 0.13);
  box-shadow: 8px 10px 4px 0px rgba(32, 87, 173, 0.18);
}

.shk-choose-journey .tile-container .tile-content .tile-checkbox svg {
  width: 60px;
  height: 60px;
}

.shk-choose-journey .tile-container .tile-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #6b6b6b;
}

.shk-choose-journey .submit-btn-section {
  width: 450px;
  margin: 50px auto;
  text-align: center;
}

.shk-choose-journey .submit-btn-section .shk-btn {
  width: 100%;
  margin-bottom: 20px;
}

.shk-choose-journey .submit-btn-section .btn-sub-text {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}

.shk-dashboard-walkthrough {
  width: 700px;
}

.shk-dashboard-walkthrough .walkthrough-video {
  margin-top: 15px;
}

.shk-dashboard-walkthrough .watched-video-container input {
  vertical-align: middle;
}

.shk-dashboard-walkthrough .watched-video-container label {
  vertical-align: middle;
  margin-top: 5px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  vertical-align: middle;
}

.shk-dashboard-walkthrough .submit-btn-section {
  width: 500px;
  margin: 50px auto;
}

.shk-faqs {
  /* width: 700px; */
  /* margin: 50px auto; */
  /* margin-left: 20px;
  margin-right: 20px; */
}

.shk-faqs .faq-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shk-faqs .faq-header .faq-button {
  color: #2882e8;
  border: 1px solid #2882e8;
  padding: 5px 10px;
  border-radius: 10px;
}

.shk-faqs .faq-sub-text {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: #101720;
}

/* .shk-faqs .accordion {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
} */

/* .shk-faqs .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #cccfd6;
  border-radius: 0px !important;
} */

.shk-faqs .accordion .accordion-item .accordion-header {
  margin-top: 0px;
}

.shk-faqs .accordion .accordion-item .accordion-button {
  color: #1b355e !important;
  background-color: #fff !important;
  box-shadow: none !important;
}

.shk-layout .layout-left-content {
  margin: 30px auto;
  padding: 0;
}

.shk-layout .layout-right-content {
  margin: 30px auto;
}

.shk-layout .layout-left-content .page-top,
.shk-layout .layout-left-content .page-bottom {
  padding: 15px;
  background: #fff;
}

.shk-layout .layout-left-content .page-top {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.shk-layout .layout-left-content .page-bottom {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.shk-layout .layout-left-content .page-content {
  border-top: 1px solid #e0e3eb;
  border-bottom: 1px solid #e0e3eb;
  padding-bottom: 30px;
  background-color: #fff;
}

.shk-layout-page {
  background: #fff;
  margin: 0 70px;
  /* margin: 0 auto; */
  /* max-width: 700px; */
  padding: 20px;
}

.shk-layout-page .shk-layout-heading {
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 20px;
  margin-top: 0px;
}

.shk-layout-page .header-video video,
.shk-layout-page .shk-layout-banner img {
  width: 100%;
  height: auto;
  margin: 0 0 25px 0px;
}

.shk-layout-page .shk-layout-subheading,
.shk-layout-page .shk-layout-pg {
  font-size: 16px;
}

.shk-layout-page .shk-layout-subheading,
.shk-layout-page .shk-layout-heading {
  color: #1b355e !important;
}

.shk-layout-page .shk-layout-pg {
  font-weight: 300;
  margin-top: 15px;
  margin-bottom: 10px;
}

.shk-layout-page .shk-layout-subheading {
  font-weight: 600;
}

.shk-layout .shk-layout-resource-tiles {
  display: grid;
  grid-template-columns: repeat(3, auto);
  gap: 20px;
  margin-top: 30px;
}

.shk-layout .shk-layout-resource-tiles a.shk-layout-resource-tile-item {
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.8);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  padding: 20px 40px;
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 15px;
  background-color: #2C6DAB;
  color: #fff;
  width: 220px;
  height: 150px;
}

.shk-layout .shk-layout-resource-tiles .shk-layout-res-item-title {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.shk-layout .crmEntityFormView {
  border: none;
}

.shk-layout .crmEntityFormView input.form-control {
  border-radius: 8px;
  border: 1px solid #cccfd6;
  background: #fff;
}

.shk-layout .crmEntityFormView label {
  color: #000000;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}

.shk-layout .crmEntityFormView .actions {
  border: none !important;
  margin: 0;
  padding: 0 12px;
}

.shk-layout .crmEntityFormView .actions input.submit-btn,
.shk-page .crmEntityFormView .actions input.submit-btn {
  width: 100%;
  color: #fff;
  background: #2057ad;
  border-radius: 5px;
  border: none;
  height: 40px;
  font-size: 16px;
}

.shk-layout table tbody,
.shk-layout table td,
.shk-layout table tfoot,
.shk-layout table th,
.shk-layout table thead,
.shk-layout table tr {
  /* white-space: nowrap; */
  padding: 12px !important;
  font-size: 14px;
  /* padding: 20px 12px !important; */
}
.shk-layout table tr {
  vertical-align: middle
}

.shk-layout .grid-actions {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.shk-layout .entitylist {
  border: none;
  margin-bottom: 15px;
  margin-left: 45px;
  margin-right: 45px;
}

.shk-layout .entity-grid {
  border: none;
  /* border-top-left-radius: 10px; */
  overflow: hidden;
  /* border-top-right-radius: 10px; */
}

.shk-layout table thead tr {
  background: #f4f5fb;
}

.shk-layout table th a {
  color: #1b255e;
  font-size: 14px;
}

.shk-layout .shk-layout-doc-items {
  display: grid;
  grid-template-columns: repeat(4, auto);
  justify-content: space-between;
  margin-top: 20px;
}

.shk-layout .shk-layout-doc-items .doc-item {
  width: 100px;
  text-align: center;
}

.shk-layout .shk-layout-doc-items .doc-item .doc-item-img {
  text-align: center;
  padding: 29px;
  background: #f2f8ff;
  border-radius: 5px;
  margin-bottom: 10px;
}

.shk-layout .shk-layout-img-pg-content {
  margin-top: 25px;
}

.shk-layout .shk-layout-img-pg-content img {
  width: 50%;
}

.shk-layout .shk-layout-img-pg-content img.fl {
  float: left;
  margin-right: 15px;
}

.shk-layout .shk-layout-img-pg-content img.fr {
  float: right;
  margin-left: 15px;
}

.shk-layout .shk-layout-img-pg-content .shk-layout-pg div {
  clear: initial !important;
  overflow: initial !important;
  position: initial !important;
}

.shk-layout-nav-buttons {
  display: flex;
  justify-content: space-between;
}

.shk-layout-nav-buttons a {
  border-radius: 8px;
  border: 1px solid #cccfd6;
  padding: 5px 10px;
  width: 120px;
  text-align: center;
  font-size: 16px;
}

.shk-layout-nav-buttons a.next-btn:after,
.shk-layout-nav-buttons a.prev-btn:before {
  font-size: 30px;
  line-height: 16px;
  vertical-align: middle;
  margin-top: -9px;
  display: inline-block;
  margin-left: 10px;
  content: "\203A";
}

.shk-layout-nav-buttons a.prev-btn:before {
  content: "\2039";
  margin-left: 0px;
  margin-right: 10px;
}

/* Sidebar css */

.dropdown-toggle {
  outline: 0;
}

.btn-toggle {
  padding: 0.25rem 0.5rem;
  font-weight: 600;
  color: var(--bs-emphasis-color);
  background-color: transparent;
}
.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
  background-color: var(--bs-tertiary-bg);
}

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform 0.35s ease;
  transform-origin: 0.5em 50%;
}

[data-bs-theme="dark"] .btn-toggle::before {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%28255,255,255,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
}

.btn-toggle[aria-expanded="true"] {
  color: rgba(var(--bs-emphasis-color-rgb), 0.85);
}
.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg);
}

.btn-toggle-nav a {
  padding: 0.1875rem 0.5rem;
  margin-top: 0.125rem;
  margin-left: 1.25rem;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: var(--bs-tertiary-bg);
}

.scrollarea {
  overflow-y: auto;
}

/* Sidebar css ends */

/* SHK-Profile */

.shk-page .crmEntityFormView {
  border-radius: 8px;
  padding: 32px 58px;
}

.shk-page .crmEntityFormView .section-title {
  margin-left: 28px;
}

.shk-page .crmEntityFormView .section-title h3 {
  color: #1b355e;
  font-size: 24px;
  font-weight: 600;
}

.shk-page .crmEntityFormView fieldset {
  border-bottom: 1px solid #e0e3eb;
  padding-bottom: 10px;
}

.shk-page .crmEntityFormView label {
  color: #191e24;
  font-size: 14px;
  font-weight: 600px;
  margin-bottom: 5px;
}

.shk-page .crmEntityFormView .form-control {
  padding: 10px 15px;
  border: 1px solid #cccfd6 !important;
  outline: none !important;
}

.shk-page .crmEntityFormView .form-control.readonly {
  background: #f4f5fb !important;
  cursor: not-allowed;
}

.shk-page .crmEntityFormView .actions {
  border: none;
  margin: 0;
  padding: 0;
}

.shk-page.shk-profile .crmEntityFormView .control a {
  display: block;
  cursor: pointer;
  padding: 10px 15px;
  border: 1px solid #cccfd6 !important;
  outline: none !important;
  width: 100%;
  background: #f4f5fb !important;
  border-radius: 6px;
  text-decoration: none !important;
  color: #000 !important;
}

.shk-profile .crmEntityFormView .actions {
  border: none;
  margin: 0px;
  padding: 0px;
}

/* Profile css ends */

/* SHK Journey CSS */

.shk-layout .journey-progress {
  margin-top: 25px;
}

.shk-layout .journey-progress .journey-steps-heading {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: 0.1px;
  color: #1b355e;
}

.shk-layout .journey-steps li ul {
  padding-left: 10px;
  margin-left: 10px;
  padding-bottom: 12px !important;
  border-bottom: 1px solid #e0e3eb;
}

.shk-layout ul.journey-steps > li.active > button,
.shk-layout ul.journey-steps > li.active ul li.active a {
  color: #2882e8;
}

.shk-layout .journey-steps > li button {
  color: #424952;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
  text-align: left;
}

.shk-layout ul.journey-steps > li ul li a {
  color: #424952;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  margin: 4px 0;
}

/* SHK-Dashboard */

.shk-dashboard-goals .shk-sub-title {
  color: #1b355e;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 16px;
}

.shk-dashboard-goals .add-goal-btn {
  padding: 0px 10px;
  border-radius: 8px;
  border: 1px solid #cccfd6;
  background: #fff;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  font-weight: 600;
}

.shk-dashboard-goals .add-goal-btn .goal-plus-btn {
  font-size: 20px;
  vertical-align: middle;
  color: #2882e8;
  font-weight: normal;
}

.shk-goal-container {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 20px;
}

.shk-goal-container .shk-goal {
  padding: 16px 32px;
  background: #fff;
  border-radius: 8px;
  display: flex;
  gap: 20px;
}

.shk-goal-container .shk-goal .goal-checkbox {
  width: 32px;
  height: 32px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}

.shk-goal-container .shk-goal .goal-content {
  flex: 1;
}

.shk-goal-container .shk-goal .goal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0px;
}

.shk-goal-container .shk-goal h6.goal-heading {
  color: #1b355e;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  margin: 0px;
}

.shk-goal-container .shk-goal button.goal-options {
  border: none;
  background: #fff;
  font-size: 32px;
  display: inline-block;
  margin-top: -16px;
}

.shk-goal-container .shk-goal p.goal-desc {
  color: #424952;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.shk-goal-container .shk-goal .goal-status {
  display: inline-block;
  padding: 2px 10px;
  border: 1px solid #e0e3eb;
  border-radius: 4px;
  text-overflow: ellipsis;
  font-style: normal;
  font-weight: 400;
  color: #424952;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.shk-goal-container .goal-due {
  color: #424952;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  margin-left: 5px;
}

.text-color-primekey {
  color: #1b355e;
}

.btn-main-blue {
  background-color: #2C6DAB !important;
  color: #fff;
}

.text-main-green {
  color: #52A09B;
}

.text-color-shade-navy {
  color: #2C6DAB !important;
}

.bg-second-blue {
  background-color: #2C6DAB;
}

.swal2-confirm  {
  background-color: #2C6DAB !important;
}