:root {
  --keycloak-logo-url: url("../img/keycloak-logo-text.svg");
  --keycloak-bg-logo-url: url("../img/keycloak-bg-darken.svg");
  --keycloak-logo-height: 63px;
  --keycloak-logo-width: 300px;
  --keycloak-card-top-color: var(--pf-v5-global--palette--blue-400);
}

.pf-v5-c-login__main-header {
  border-top: 4px solid var(--keycloak-card-top-color);
}

/* Info section - top margin + bottom padding */
.pf-v5-c-login__main-footer-band:first-child {
  margin-block-start: 0 !important;
  border: 0 !important;
  text-align: left;
}

.pf-v5-c-login__main-footer-band:last-child {
  padding: 24px 0 0;
  text-align: left;
}
/* Info section */

div.kc-logo-text {
  background-image: var(--keycloak-logo-url);
  height: var(--keycloak-logo-height);
  width: var(--keycloak-logo-width);
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 auto;
}

div.kc-logo-text span {
  display: none;
}

.kc-login-tooltip {
  position: relative;
  display: inline-block;
}

.kc-login-tooltip .kc-tooltip-text {
  top: -3px;
  left: 220%;
  background-color: black;
  visibility: hidden;
  color: var(--white);
  min-width: 130px;
  text-align: center;
  border-radius: 2px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.6);
  padding: 5px;
  position: absolute;
  opacity: 0;
  transition: opacity 0.5s;
}

/* Show tooltip */
.kc-login-tooltip:hover .kc-tooltip-text {
  visibility: visible;
  opacity: 0.7;
}

/* Arrow for tooltip */
.kc-login-tooltip .kc-tooltip-text::after {
  content: " ";
  position: absolute;
  top: 15px;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: transparent black transparent transparent;
}

#kc-recovery-codes-list {
  columns: 2;
}

#certificate_subjectDN {
  overflow-wrap: break-word;
}

#kc-verify-email-form {
  margin-top: 24px;
  margin-bottom: 24px;
}

#kc-header-wrapper {
  font-family: "NeueMontreal";
  color: var(--error) !important;
  font-size: 34px;
  line-height: 1.2em;
  white-space: normal;
  text-align: center;
  margin-block-end: 24px;
  text-transform: capitalize;
}

#kc-code pre code {
  word-break: break-all;
}

hr {
  margin-top: var(--pf-v5-global--spacer--sm);
  margin-bottom: var(--pf-v5-global--spacer--md);
}

/* #kc-social-providers svg:not(.google) {
  filter: invert(47%) sepia(88%) saturate(7486%) hue-rotate(199deg)
    brightness(91%) contrast(101%);
} */

#kc-social-providers svg {
  height: var(--pf-v5-global--FontSize--xl);
}
/* 
@media (prefers-color-scheme: dark) {
  #kc-social-providers svg:not(.google) {
    filter: invert(54%) sepia(96%) saturate(2028%) hue-rotate(174deg)
      brightness(99%) contrast(97%);
  }
} */

/* @media (min-width: 768px) {
  div.pf-v5-c-login__main-header {
    grid-template-columns: 70% 30%;
  }
} */

/* ---------------------------------New Css-------------------------------- */

/* start Overite css start */
/*...*/
:root {
  --white: #fff;
  --error: #ffcc95;
  --themeBg: linear-gradient(360deg, #731fe3 0%, #350e84 100%);
}
@font-face {
  font-family: "Damion";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Damion.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Inter-Light.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NeueMontreal-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/NeueMontreal-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "NeueMontreal";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NeueMontreal-Bold.woff2") format("woff2");
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  font-family: "NeueMontreal";
  font-weight: 400;
  padding: 0;
  margin: 0;
  background: var(--themeBg);
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--white);
  font-size: 14px;
}
a {
  color: var(--white);
  text-decoration: underline;
}
.flex {
  display: flex;
}
.aic {
  align-items: center;
}
.gp-20 {
  gap: 20px;
}
.gap-24 {
  gap: 24px;
}
.gap-40 {
  gap: 40px;
}
.m-0 {
  margin: 0 !important;
}
.ml-10 {
  margin-left: 10px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-20 {
  margin-bottom: 20px;
}
.mb-30 {
  margin-bottom: 30px;
}
.hidden {
  display: none;
}
.grid-cols-full {
  grid-column: 1 / -1;
}
.text-white {
  color: var(--white);
}
.kc-form-holder {
  justify-content: center;
  display: flex;
  align-items: center;
}

/* ------------ styling main container ---------- */
.pf-v5-c-login__main > :first-child:not(.pf-v5-c-login__main-header) {
  padding-block-start: 0;
}

.pf-v5-c-login__main {
  background: rgba(53, 14, 132, 0.2);
  box-shadow: none;
  margin-block-end: 0;
  border-radius: 10px;
  padding: 32px;
}

.pf-v5-c-login__container {
  display: block;
  padding: 0 !important;
  min-width: 500px;
  max-width: 900px;
}

/* ------------ styling main container header ---------- */
.pf-v5-c-login__main-header {
  border-top: 0;
  display: block;
  padding: 0 !important;
}

/* ------------ styling main body container ---------- */
.pf-v5-c-login__main-body {
  padding: 0 !important;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

/* ------------ styling main body container ---------- */
#kc-social-providers li {
  padding: 0 !important;
  width: 100%;
}

/* ------------ styling Kc form ---------- */
.pf-v5-c-form-control {
  background: transparent;
}
#kc-form-login .pf-v5-c-form-control::after {
  border: 0 !important;
}
#kc-form-login .pf-v5-c-form-control::before {
  border: 0 !important;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.input-group {
  margin-bottom: 25px;
}

#kc-logo-wrapper {
  background-image: none;
  background-repeat: no-repeat;
  visibility: hidden;
}

#kc-content #kc-content-wrapper #kc-form {
  width: 100%;
  height: 100%;
}

/* .brand-logo-img {
  height: 48px;
} */
.brand-title {
  color: var(--white);
  font-family: "NeueMontreal";
  font-size: 48px;
  line-height: 1;
  text-align: right;
}
.user-page-container .microsoft-text {
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
  padding-bottom: 90px;
}
.user-page-container .microsoft-text h5 {
  color: var(--white);
  font-size: 14px;
  margin: 10px 0 25px;
  font-family: "NeueMontreal";
}
.btn,
#kc-logout {
  background: transparent;
  border-color: #fff;
  border-radius: 3px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  color: var(--white);
  font-family: "NeueMontreal";
  font-size: 14px;
  min-width: 93px;
  border: 1px solid #d9d9d9;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5715;
  padding: 8px 15px;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  cursor: pointer;
  text-decoration: none;
}
.btn:hover {
  background: #8626c0;
  border-color: #8626c0;
  color: var(--white);
}

#kc-header {
  margin: 0 !important;
}

#kc-footer {
  margin-top: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#kc-page-title {
  margin: 0;
  font-family: "NeueMontreal";
  font-size: 18px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 24px;
}

#kc-content-wrapper,
#kc-logout-confirm {
  width: 500px;
  margin-inline: auto;
  padding: 32px;
  border-radius: 10px;
  background: rgba(107, 29, 215, 0.2);
}
.kc-login-center {
  grid-column: 1 / -1;
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
  align-items: start;
  justify-content: center;
}
.kc-login-center-title {
  color: var(--white);
  font-family: "NeueMontreal";
  font-size: 34px;
  line-height: 1;
  font-weight: 500;
}
.brand-title-highlight {
  color: var(--error);
}
.kc-login-text {
  font-size: 22px;
  margin-bottom: 24px;
  font-family: "NeueMontreal";
  font-weight: 500;
  color: var(--white);
  grid-column: 1 / -1;
}
input[type="password"],
input[type="text"],
#kc-attempted-username {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid transparent;
  border-radius: 3px;
  /* box-shadow: 0 5px 10px #0000004d; */
  color: var(--white);
  padding: 11px 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  min-width: 0;
  /* margin-bottom: 24px; */
  font-family: "NeueMontreal";
  font-size: 14px;
}

input[type="password"]:hover,
input[type="text"]:hover {
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* background: rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); */
}

input[type="password"]:focus,
input[type="text"]:focus {
  outline: 0;
  border: 1px solid rgba(255, 255, 255, 0.5);
  /* background: rgba(255, 255, 255, 0.5); */
  /* box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.25); */
}

input[type="password"]::placeholder,
input[type="text"]::placeholder {
  color: var(--white);
  opacity: 0.7;
  text-transform: capitalize;
}

button[type="submit"],
input[type="submit"],
#kc-social-providers a {
  background: transparent;
  border-color: var(--white);
  border-radius: 4px;
  /* box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); */
  border: 1px solid #d9d9d9;
  color: var(--white);
  font-size: 12px;
  min-width: 70px;
  cursor: pointer;
  display: inline-block;
  line-height: 1.5715;
  padding: 12px 14px;
  position: relative;
  text-align: center;
  touch-action: manipulation;
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  font-weight: 500;
  font-family: "NeueMontreal";
  text-decoration: none;
}
button[type="submit"]:hover,
input[type="submit"]:hover,
#kc-social-providers a:hover {
  background: #8f3aff;
  border-color: #731fe3;
  color: var(--white);
}
#kc-form-buttons input[type="submit"] {
  padding: 7px 14px;
}
#kc-social-providers ul {
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
#kc-info {
  font-family: "NeueMontreal";
  line-height: 1.4;
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  margin-top: 24px;
}
#kc-social-providers a {
  border: 0 !important;
  background: #731fe3;
  box-shadow: 0px 4px 5px 0px #0000001a;
  width: 100% !important;
  justify-content: center !important;
  gap: 10px;
  text-transform: capitalize;
}
/* #kc-social-providers a:hover {
  background: #8032e7;
} */

#kc-social-providers a::after {
  border: 0 !important;
}
#kc-social-providers a:not(:first-child) {
  /* margin-top: 30px; */
}
#kc-social-providers a span {
  display: flex;
  gap: 10px;
  font-size: 12px;
  line-height: 1.2;
  margin: inherit !important;
}
#kc-social-providers a img {
  width: 18px;
  height: 18px;
}
.kc-login-right,
#kc-reset-password-form {
  /* border-right: 1px solid hsla(0, 0%, 100%, .5); */
  /* padding-right: 40px; */
}

.kc-login-right-title {
  font-size: 18px;
  font-family: "NeueMontreal";
  font-weight: 400;
  margin-bottom: 24px;
}

#kc-social-providers {
  margin-bottom: 40px;
  /* border-left: 1px solid hsla(0, 0%, 100%, 0.5); */
  /* flex: 0 0 242px; */
}

#kc-social-providers,
#kc-info {
  /* border-left: 1px solid hsla(0, 0%, 100%, 0.5); */
  /* flex: 0 0 242px; */
}
::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.kc-form-btn-holder {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: space-between;
}
.forgot-password a,
.back-login-link a {
  text-decoration: none;
  font-family: "NeueMontreal";
  font-size: 12px;
}
.kc-form-input-group {
  position: relative;
}
.relative {
  position: relative;
}
#input-error,
#input-error-otp-code,
#input-error-username span,
#input-error-container-password span,
.input-error,
.pf-v5-c-helper-text__item.pf-m-error span {
  position: absolute;
  bottom: -20px;
  left: 0;
  font-size: 12px;
  font-family: "NeueMontreal";
  font-weight: 400;
  color: var(--error) !important;
}
.alert-success,
.alert-error {
  padding-bottom: 30px;
  width: calc(100% - 242px);
  font-size: 14px;
  /* border-right: 1px solid hsla(0, 0%, 100%, .5); */
  padding-right: 40px;
  font-weight: 700;
  display: flex;
  gap: 15px;
}
#kc-totp-settings {
  margin-block: 0 !important;
}
.alert-warning {
  padding-bottom: 30px;
  width: calc(100% - 242px);
  font-size: 14px;
  font-weight: 700;
  display: flex;
  gap: 15px;
}

.logout-screen-content {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 15px;
}
.logout-screen-content img {
  max-width: 100%;
}
.logout-screen-list li {
  color: var(--error);
}
.logout-screen-list li:not(:first-child) {
  margin-top: 8px;
}

#kc-totp-settings ul {
  margin-block: 10px;
  list-style: disc;
}
#kc-totp-settings ul li + li {
  margin-block: 0 !important;
}

#kc-totp-secret-qr-code {
  margin-block: 20px;
  width: 150px;
}
.kc-totp-secret-holder {
  display: flex;
  gap: 10px;
  align-items: center;
}
#kc-form-options {
  font-size: 12px;
  /* margin-bottom: 20px; */
}
#kc-form-options label {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  font-size: 12px;
  font-family: "NeueMontreal";
  font-weight: 400;
}
#kc-totp-settings-form {
  padding: 12px;
  border-radius: 8px;
  height: fit-content;
  border: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
}

.check-box-label {
  position: absolute;
  bottom: 19px;
  left: 14px;
}
/* end Overite css start */

@media (max-width: 541px) {
  .input-group {
    margin-bottom: 6px;
  }
}

@media (min-width: 542px) and (max-width: 1400px) {
  .input-group {
    margin-bottom: 15px;
  }
}

.ant-spin {
  --ant-spin-content-height: 400px;
  --ant-spin-dot-size: 32px;
  --ant-spin-dot-size-sm: 14px;
  --ant-spin-dot-size-lg: 32px;
  --ant-color-primary: #1677ff;
  --ant-margin-xxs: 4px;
}
.ant-spin {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: var(--ant-color-primary);
  font-size: 0;
  line-height: var(--ant-line-height);
  list-style: none;
  font-family: var(--ant-font-family);
  position: absolute;
  display: none;
  text-align: center;
  vertical-align: middle;
  opacity: 0;
  transition: transform var(--ant-motion-duration-slow)
    var(--ant-motion-ease-in-out-circ);
}
.ant-spin-spinning {
  position: static;
  display: inline-block;
  opacity: 1;
}
.ant-spin .ant-spin-dot-spin {
  transform: rotate(45deg);
  animation-name: antRotate;
  animation-duration: 1.2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
.ant-spin .ant-spin-dot {
  position: relative;
  display: inline-block;
  font-size: var(--ant-spin-dot-size);
  width: 1em;
  height: 1em;
}
.ant-spin .ant-spin-dot-item {
  position: absolute;
  display: block;
  width: calc((var(--ant-spin-dot-size) - var(--ant-margin-xxs) / 2) / 2);
  height: calc((var(--ant-spin-dot-size) - var(--ant-margin-xxs) / 2) / 2);
  background-color: var(--ant-color-primary);
  border-radius: 100%;
  transform: scale(0.75);
  transform-origin: 50% 50%;
  opacity: 0.3;
  animation-name: antSpinMove;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-direction: alternate;
}
.ant-spin .ant-spin-dot-item:nth-child(1) {
  top: 0;
  inset-inline-start: 0;
  animation-delay: 0s;
}
.ant-spin .ant-spin-dot-item:nth-child(2) {
  top: 0;
  inset-inline-end: 0;
  animation-delay: 0.4s;
}
.ant-spin .ant-spin-dot-item:nth-child(3) {
  inset-inline-end: 0;
  bottom: 0;
  animation-delay: 0.8s;
}
.ant-spin .ant-spin-dot-item:nth-child(4) {
  bottom: 0;
  inset-inline-start: 0;
  animation-delay: 1.2s;
}

.overlay-loader-bg {
  position: fixed;
  height: 100vh;
  display: grid;
  place-content: center;
  inset: 0;
  background-color: #fff;
}

@keyframes antRotate {
  to {
    transform: rotate(405deg);
  }
}
@keyframes antSpinMove {
  to {
    opacity: 1;
  }
}

.password-visibility-button {
  position: absolute;
  right: 10px;
  top: calc(50% - 15px);
  transform: translateY(-50%);
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 30px;
  height: 30px;
  color: #666;
  z-index: 2;
}
/* 
.password-visibility-button:hover {
  color: #333;
}

.password-visibility-button:focus {
  outline: none;
}

/* Eye icon styles */
/* .password-visibility-button i {
  font-size: 18px;
} */

/* Eye icon classes
.fa-eye {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512'%3E%3Cpath fill='%23fff' d='M288 144a110.94 110.94 0 0 0-31.24 5 55.4 55.4 0 0 1 7.24 27 56 56 0 0 1-56 56 55.4 55.4 0 0 1-27-7.24A111.71 111.71 0 1 0 288 144zm284.52 97.4C518.29 135.59 410.93 64 288 64S57.68 135.64 3.48 241.41a32.35 32.35 0 0 0 0 29.19C57.71 376.41 165.07 448 288 448s230.32-71.64 284.52-177.41a32.35 32.35 0 0 0 0-29.19zM288 400c-98.65 0-189.09-55-237.93-144C98.91 167 189.34 112 288 112s189.09 55 237.93 144C477.1 345 386.66 400 288 400z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}

.fa-eye-slash {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3E%3Cpath fill='%23fff' d='M320 400c-75.85 0-137.25-58.71-142.9-133.11L72.2 185.82c-13.79 17.3-26.48 35.59-36.72 55.59a32.35 32.35 0 0 0 0 29.19C89.71 376.41 197.07 448 320 448c26.91 0 52.87-4 77.89-10.46L346 397.39a144.13 144.13 0 0 1-26 2.61zm313.82 58.1l-110.55-85.44a331.25 331.25 0 0 0 81.25-102.07 32.35 32.35 0 0 0 0-29.19C550.29 135.59 442.93 64 320 64a308.15 308.15 0 0 0-147.32 37.7L45.46 3.37A16 16 0 0 0 23 6.18L3.37 31.45A16 16 0 0 0 6.18 53.9l588.36 454.73a16 16 0 0 0 22.46-2.81l19.64-25.27a16 16 0 0 0-2.82-22.45zm-183.72-142l-39.3-30.38A94.75 94.75 0 0 0 416 256a94.76 94.76 0 0 0-121.31-92.21A47.65 47.65 0 0 1 304 192a46.64 46.64 0 0 1-1.54 10l-73.61-56.89A142.31 142.31 0 0 1 320 112a143.92 143.92 0 0 1 144 144c0 21.63-5.29 41.79-13.9 60.11z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
} */

/* login button */
.pf-v5-c-button.pf-m-primary {
  background: transparent;
  border: 1px solid var(--white);
  width: auto;
  margin-block: 0 !important;
  font-size: 12px;
  font-weight: 500;
  padding: 6px 12px;
  min-width: 68px;
  margin: 0;
  margin-left: auto;
}
.pf-v5-c-form__actions {
  margin: 0 !important;
  align-items: center;
}
/* ------readonly input----  */
.pf-v5-c-form-control.pf-m-readonly {
  background: transparent;
  pointer-events: none;
}
.pf-v5-c-form-control.pf-m-readonly input {
  background: rgba(255, 255, 255, 0.3) !important;
}

.pf-v5-c-form-control:after,
.pf-v5-c-form-control:before {
  display: none;
}

.pf-v5-c-input-group__item:has(.pf-v5-c-button.pf-m-control) {
  background: transparent;
  position: absolute;
  right: 14px;
  top: 11px;
  border: 0;
}

.float-btn-icon {
  padding: 0;
  background: transparent !important;
}

.float-btn-icon.pf-v5-c-button:after {
  border: 0;
}

.float-btn-icon i {
  color: var(--white);
  /* display: none; */
}

.forgot-password {
  position: absolute;
  bottom: -52px;
}
.forgot-pass-desc {
  display: block;
  max-width: 436px;
}
.pf-v5-c-form__helper-text {
  margin: 0;
}
/* .kc-feedback-text {
  font-size: 12px;
  color: var(--error);
} */

#kc-info-wrapper span {
  color: var(--white) !important;
  font-weight: 400 !important;
}
.back-to-login {
  margin: 0;
}

.back-to-login a {
  font-size: 12px !important;
}

.back-to-login a:hover {
  text-decoration: none;
}

.pf-v5-c-alert {
  padding: 12px;
  background: transparent;
  border: 1px solid rgba(255, 204, 149, 0.2);
  border-radius: 4px;
  margin: 0 !important;
}
/* .pf-v5-c-alert__icon {
  display: none;
} */

.pf-v5-c-alert__title {
  color: var(--error);
  font-weight: 400;
  font-size: 12px;
}

.pf-v5-c-check__label {
  font-size: 12px;
  color: var(--white);
}

.pf-v5-u-mb-md-on-md {
  margin: 0 !important;
}

.mobile-authenticator {
  display: grid;
  grid-template-columns: 1.7fr 1fr;
}

/* custom checkbox */

.switch {
  display: inline-block;
  position: relative;
  width: 44px;
  height: 24px;
  cursor: pointer;
}
.switch input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* track */
.custom-cb {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue",
    Arial;
}

/* visually hide native but keep it accessible */
.custom-cb input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
}

/* the visible box */
.custom-cb .box {
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid #cfcfcf;
  display: inline-grid;
  place-items: center;
  transition: background 120ms ease, border-color 120ms ease,
    transform 120ms ease;
  background: white;
}

/* checkmark using pseudo-element */
.custom-cb .box::after {
  content: "";
  width: 6px;
  height: 3px;
  border-left: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(-45deg) scale(0);
  transition: transform 140ms ease;
  box-sizing: content-box;
}

/* checked state */
.custom-cb input[type="checkbox"]:checked + .box {
  background: #671ee3;
  border-color: #671ee3;
  position: relative;
}

.custom-cb input[type="checkbox"]:checked + .box::after {
  border-left-color: white;
  border-bottom-color: white;
  transform: rotate(-45deg) scale(1);
  position: absolute;
  top: 3px;
}

/* focus styles (keyboard) */
.custom-cb input[type="checkbox"]:focus + .box {
  box-shadow: 0 0 0 3px rgba(103, 30, 227, 0.18);
  outline: none;
}

/* label text */
.custom-cb .label-text {
  color: var(--white);
  font-size: 12px;
}
