/* global css start here */
:root {
  --marketing-text-max: 555px;
}
/* global css end here */

/* unwanted display none css start here */
.blocktabs-tabs li:nth-child(3),
.blocktabs-tabs li:nth-child(4),
[id^="block-"][id$="-theme-skiptafeatures"],
[id^="block-"][id$="-theme-skiptabranding"],
[id^="block-"][id$="-theme-skiptaabout"],
[id^="block-oncologynationabout"] {
  display: none;
}

body.path-user-activity .form-actions {
  display: flex;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

#blocktabs-pre_login_forms .blocktabs-tab.active a {
  border-bottom: 2px solid #747063;
}

.SK-field.has-error input,
.SK-field.has-error textarea {
  border-color: #DC3545;
}
/* .SK-field.has-error label,
.error-message {
  color: #DC3545;
} */

/* Login form css start here */
body.path-user-activity .dialog-off-canvas-main-canvas .region-content {
  position: relative;
  display: flex;
  overflow: hidden;
  padding: 0.4em;
  color: #000;
  background: #fff;
  flex-flow: column;
  justify-content: center;
  border-radius: 120px 0 0 0;
  margin-top: 0px;
}
#blocktabs-pre_login_forms .blocktabs-tabs a {
  font-size: 36px;
  width: 100%;
  text-align: center;
  color: #636466;
  display: block;
  text-align: center;
  font-family: Inter;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}
body.path-user-activity .btn-back-transparent{
  background: transparent !important;
  border: none;
}
body.path-user-activity .login-card .custom-back-button:focus-visible,
body.path-user-activity .form-actions input[type=submit]:focus-visible,
body.path-user-activity .btn-back-transparent:focus-visible {
  box-shadow: none;
}
body.path-user-activity .login-card .custom-back-button,
body.path-user-activity .form-actions input[type=submit] {
  padding: 8px 5px;
  border-radius: 8px;
  width: 100%;
  cursor: pointer;
  text-align: center;
  font-family: "Inter",sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -0.48px;
  transition: all .2s ease-in-out;
}
.contact-welcome {
  margin-top: 2.6em;
  font-weight: 600 !important;
  width: auto !important;
  font-size: 1.8em;
  display: inline-block;
}
.login-welcome {
  text-align: left;
  font-size: 30px;
  font-weight: 400;
  margin: 40px 0 27px;
  color: #636466;
  font-style: italic;
}
.blocktabs ul.blocktabs-tabs {
  display: flex;
  background: #e9e9e9;
  font-weight: bold;
  padding-left: 0px;
  margin-bottom: 0rem !important;
  justify-content: space-around;
  margin-top: 3px;
}

.SK-field.floated {
  position: relative;
  margin-bottom: 32px;
}
.SK-field.floated .form-item {
  margin-bottom: 0 !important;
  width: 100%;
}
.SK-field.floated.password-field {
  margin-bottom: 17px;
}
.SK-field.floated .SK-field__input--select,
.SK-field.floated select.form-select,
.SK-field.floated input {
  width: 100%;
  max-width: 100%;
  padding: 18px 12px 8px;
  font-size: 14px;
  border: 1px solid #636466;
  border-radius: 16px;
  outline: none;
  box-sizing: border-box;
  transition: border-color .3s ease,box-shadow .3s ease;
}
.SK-field.floated .SK-field__input--select:focus,
.SK-field.floated select.form-select:focus {
  outline: none;
  box-shadow: none;
  border-color: #636466;
}

.SK-field.floated .form-control:disabled {
  background-color: #fff;
  opacity: 1;
}

#signup .form-step[data-step="3"] > fieldset:first-child {
  margin: 0;
  padding: 0;
  min-height: 0;
}
#signup .form-step[data-step="3"] > fieldset:first-child .SK-field {
  margin: 0;
  padding: 0;
  min-height: 0;
  overflow: hidden;
}
#signup .form-step[data-step="3"] > fieldset:first-child .SK-field .form-checkboxes,
#signup .form-step[data-step="3"] > fieldset:first-child .SK-field .form-item {
  margin: 0;
  padding: 0;
}
/* Override browser autofill background */
.SK-field.floated input:-webkit-autofill,
.SK-field.floated input:-webkit-autofill:hover,
.SK-field.floated input:-webkit-autofill:focus,
.SK-field.floated input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
.login-card input:-webkit-autofill,
.login-card input:-webkit-autofill:hover,
.login-card input:-webkit-autofill:focus,
.login-card input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}
/* Override autofill text color when field has a validation error */
.SK-field.has-error input:-webkit-autofill,
.SK-field.has-error input:-webkit-autofill:hover,
.SK-field.has-error input:-webkit-autofill:focus,
.SK-field.has-error input:-webkit-autofill:active,
.form-item--error input:-webkit-autofill,
.form-item--error input:-webkit-autofill:hover,
.form-item--error input:-webkit-autofill:focus,
.form-item--error input:-webkit-autofill:active {
  -webkit-text-fill-color: #DC3545 !important;
  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  box-shadow: 0 0 0 1000px #fff inset !important;
}
.SK-field.floated label {
  position: absolute;
  left: 16px;
  top: -10px;
  font-size: 20px;
  color: #636466;
  font-weight: 400;
  pointer-events: none;
  background: #fff;
  padding: 0 6px;
  transition: color .3s ease;
  margin-bottom: .4em;
  text-transform: none;
}
.login-card .SK-field.floated .form-textarea{
  max-height: 163px;
  border-radius: 16px;
  border: 1px solid #636466;
  padding: 12px;
  font-size: 14px;
  font-family: Inter;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-transform: none;
}
.SK-field.floated.has-error input,
.SK-field.floated.has-error textarea,
.SK-field.floated.has-error .form-textarea {
  border-color: #DC3545;
}
.SK-field.floated.has-error label {
  color: #DC3545;
}

#npi-field-wrapper.npi-valid input {
  border-color: #198754;
}
#npi-field-wrapper.npi-valid label {
  color: #198754;
}
#npi-field-wrapper.npi-invalid input {
  border-color: #DC3545;
}
#npi-field-wrapper.npi-invalid label {
  color: #DC3545;
}
#npi-field-wrapper #number-check-result {
  margin-top: 4px;
}
#npi-field-wrapper .npi-state-icon {
  position: absolute;
  right: -30px;
  top: 16px;
  pointer-events: none;
}
.npi-msg--success {
  color: #198754;
  font-size: 13px;
}
.npi-msg--error {
  color: #DC3545;
  font-size: 13px;
}
body.path-user-activity label.option {
  display: inline;
  color: #0B0B0B;
  font-family: Inter;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-transform: none;
}

.login-support-text {
  text-align: center;
  font-size: .95rem;
  color: #636466;
  margin-top: 10px;
  margin-bottom: 20px;
}
.login-support-text a {
  font-weight: bold;
  color: #636466;
}
.login-forgot a {
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.4px;
  text-decoration: none;
}
.btn-back-link {
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: -0.48px;
	margin-left: 30px;
}
/* Hide browser-native password reveal button */
input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
  display: none !important;
}

/* Login form css end here */



/* registration stepper css start here */
.stepper {
	--stepper-progress: 0%;
}
.stepper::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	right: 12px;
	height: 2px;
	background-color: #dee2e6;
	z-index: 0;
}
.stepper::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 12px;
	width: var(--stepper-progress);
	height: 2px;
	z-index: 0;
	transition: width 0.3s ease;
}
.step-circle {
	z-index: 1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #f8f9fa;
	border: 2px solid #dee2e6;
	color: #6c757d;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.3s ease;
}
.step-circle.active,
.step-circle.completed {
  color: #fff;
}
/*  */

/* reset password css start here */
.otp-verification-wrapper {
  margin: 0 auto;
  text-align: center;
}

.otp-boxes {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-bottom: 20px;
}
.otp-box {
  width: 45px;
  height: 50px;
  text-align: center;
  font-size: 24px;
  border: 2px solid #636466;
  border-radius: 8px;
}
.step-two-wrapper.otp-verification-wrapper .form-item {
  margin-bottom: 0px !important;
  width: 100% !important;
}
.otp-instruction {
	margin-bottom: 17px;
}
.step-two-wrapper.otp-verification-wrapper .form-item .otp-box {
	border-radius: 16px;
}
.otp-box:focus {
  outline: none;
  border-color: #0d6efd;
  box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}
.otp-box.otp-box--error {
  border-color: #DC3545;
}
.otp-box.otp-box--error:focus {
  border-color: #DC3545;
  box-shadow: 0 0 0 3px rgba(220, 53, 69, 0.25);
}
.otp-boxes .form-item {
  margin-bottom: 0 !important;
}
.otp-boxes .form-item label {
  display: none !important;
}
/* reset password css end here */

/* marketing css end here */
.branding-logo {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
  text-align: center;
  margin-top: 40px;
}
.branding-name {
  text-align: center;
  font-size: 44px;
  color: #0B0B0B;
  font-weight: 400;
  letter-spacing: -0.4px;
  text-transform: uppercase;
}
.branding-name span {
	display: block;
  line-height: 1;
}
.branding-text {
  text-align: center;
}
.connect-heading {
  color: #636466;
  text-align: center;
  font-size: 2.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-top: 5rem;
  width: 100%;
  max-width: var(--marketing-text-max);
  margin-left: auto;
  margin-right: auto;
}
.text-carousel p {
  color: #636466 !important;
  text-align: center;
  font-family: Inter;
  font-size: 1.125rem !important;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  width: 100%;
  max-width: var(--marketing-text-max);
  margin: 0 auto 3rem;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  max-height: calc(4 * 1.4em);
  min-height: calc(4* 1.4em);
  overflow: hidden;
}
.SK-container__marketing p {
  margin-bottom: 0.8333333333em !important;
}
.carousel-indicators {
  justify-content: center;
  position: relative;
  margin-top: 16px;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  margin: 0 6px;
  opacity: 1;
  transition: background-color 0.3s ease, border-color 0.3s ease, opacity 0.3s ease;
}
/* marketing css end here */


body.path-user-activity .btn-primary:disabled,
body.path-user-activity .btn-primary.disabled {
  color: #fff;
  background-color: #bdbdbd !important;
  border-color: #bdbdbd !important;
}

@media (min-width: 768px) {
  body.path-user-activity .dialog-off-canvas-main-canvas .region-content {
      padding: 2% 8% !important;
      height: 100vh;
  }
  #blocktabs-pre_login_forms .blocktabs-tabs a {
    font-size: 1.8em;
    width: 100%;
    text-align: center;
    display: block;
  }
  .login-welcome {
    font-size: 1.5em;
    margin-top: 0.95em;
  }
  .SK-container__marketing {
    padding: 0%;
  }
  .connect-heading {
    font-size: 2.5em!important;
  }
}

@media (min-width: 1024px) {
  html:has(body.path-user-activity) {
    scrollbar-gutter: auto;
  }
  body.path-user-activity {
    height: 100vh;
    overflow: hidden !important;
  }
  body.path-user-activity .dialog-off-canvas-main-canvas .region-content {
    height: 100%;
  }
  .SK-container__marketing {
    display: flex;
    align-items: center;
    height: 100%;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .branding-logo {
    margin-top: 10px;
  }
  .SK-field.floated .SK-field__input--select,
  .SK-field.floated select.form-select,
  .SK-field.floated input {
    padding: 16px 12px 8px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}
  body.path-user-activity .contact-welcome {
    font-size: 1.25rem;
    margin-top: 1.5rem;
    margin-left: 40px;
  }
  body.path-user-activity {
    min-height: 100vh;
    min-height: 100dvh;
    overflow-y: auto !important;
    overflow-x: hidden !important;
  }
  body.path-user-activity .dialog-off-canvas-main-canvas.flex-column {
    min-height: 100vh;
    min-height: 100dvh;
  }
  body.path-user-activity .dialog-off-canvas-main-canvas .col-md-7 {
    flex-shrink: 0;
  }
  body.path-user-activity .dialog-off-canvas-main-canvas .col-md-5 {
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  body.path-user-activity .dialog-off-canvas-main-canvas .region-content {
    overflow: visible;
    justify-content: flex-start;
  }
  #signup,
  .blocktabs-pane {
    overflow: hidden;
  }
  .branding-logo img {
    max-width: 167px;
  }
  #blocktabs-pre_login_forms .blocktabs-tab, #blocktabs-pre_login_forms .ui-tabs-anchor {
    padding-top: 0.54em;
}
  .carousel-indicators {
    margin-top: 0;
  }
  .carousel.slide.text-carousel {
    max-width: 370px;
    margin: 0 auto;
  }
  .connect-heading {
    font-size: 1.25rem;
    margin-top: 2rem;
  }
  .carousel.pointer-event .carousel-item p {
    font-size: 0.75rem !important;
    margin-bottom: 0 !important;
  }
  #blocktabs-pre_login_forms .blocktabs-tabs a {
    font-size: 1.5rem;
  }
  .login-welcome {
    font-size: 20px;
    margin: 25px 0 22px;
  }
  .login-forgot {
    margin-bottom: 10px;
  }
  .login-forgot a {
    font-size: 14px;
  }
}