body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat" !important;
}
.left-pane {
  background-image: linear-gradient(#0295d3, #96eee7);
  height: 100vh;
  text-align: center;
  color: #fff;
}
.right-pane {
  max-height: 100vh;
  padding: 20px;
  overflow-y: auto;
}

.logo {
  width: 300px;
}

.left-pane a:hover {
  text-decoration: none;
  color: #fff;
}
.right-pane a {
  color: #000;
}
.back-button {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #fff;
  z-index: 2;
}
.back-button:hover {
  color: #fff;
  text-decoration: none;
}

.stages {
  margin: auto;
  max-width: 400px;
  height: 50%;
  text-align: left;
}
.stages-inner {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.stage {
  padding: 20px 0;
}
.right-inner-content {
  margin-top: 100px;
}
.tabs-bar a {
  white-space: nowrap;
}

.tabs-bar a:hover {
  text-decoration: none;
}
.login-tab-icon {
  width: 50px;
}
.login-tab-heading {
  font-weight: 700;
  border-bottom: 2px solid #bbb;
  margin-left: 10px;
  padding-bottom: 3px;
  color: #bbb;
}

.center {
  text-align: center;
}
.right {
  text-align: right;
}
.right-login-heading {
  font-weight: 700;
  font-size: 22px;
  margin: 10px;
}
.right-login-subheading {
  font-weight: 700;
  font-size: 14px;
  margin: 15px;
}
.close-form {
  max-width: 400px;
  margin: auto;
  text-align: left;
}
.form-field {
  margin-bottom: 20px;
}
.password-show-icon {
  padding: 15px;
  top: 27px;
  right: 10px;
  cursor: pointer;
  position: absolute;
}
input:valid,
input:in-range {
  border-color: #2bafa5;
}
input:focus:invalid,
input:out-of-range {
  border-color: red;
}

.small-underline {
  font-size: 14px;
  text-decoration: underline;
}
.small-underline:hover {
  text-decoration: none;
}

.account-created-icon {
  width: 120px;
}

/* Sign up headings */
.tiles-container {
  margin-top: 50px;
}
.tile-bg {
  margin: 20px;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
  height: 360px;
}
.tile-bg:hover > .tile-button {
  background-color: #2bafa5;
  color: #fff;
}
.tile-bg:hover > .tile-heading {
  color: #2bafa5;
  border-bottom: 2px solid #2bafa5;
}
.img-tile-section {
  margin-top: 20px;
  height: 160px;
  background-repeat: no-repeat;
  background-position: center;
}
.tile-bg > .location-img {
  background-image: url("../images/svg/login_svgs/location-disabled.svg");
}
.tile-bg > .user-img {
  background-image: url("../images/svg/login_svgs/user-disabled.svg");
}
.tile-bg > .head-office-img {
  background-image: url("../images/svg/login_svgs/head-office-disabled.svg");
}
.tile-bg:hover > .location-img {
  background-image: url("../images/svg/login_svgs/location.svg");
}
.tile-bg:hover > .user-img {
  background-image: url("../images/svg/login_svgs/user.svg");
}
.tile-bg:hover > .head-office-img {
  background-image: url("../images/svg/login_svgs/head-office.svg");
}
.tile-heading {
  font-size: 20px;
  color: #aaa;
  border-bottom: 2px solid #aaa;
  display: inline-block;
  margin: 10px auto;
  padding-bottom: 5px;
}
.title-heading:hover {
  color: #2bafa5;
  border-bottom: 2px solid #2bafa5;
}
.tile-description {
  color: #000;
  font-weight: 400;
  height: 120px;
}
.tile-button {
  background-color: #aaa;
  color: #fff;
}

/* Alertify overrides */
.ajs-header {
  background-image: linear-gradient(to right, #0295d3, #96eee7);
  color: #fff;
}
.ajs-button {
  background: #2bafa5;
  color: #fff;
  border-color: #18968c;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
}
.ajs-button:hover {
  background: #18968c;
}
.ajs-button:active,
.ajs-button:focus {
  background: #0a625b;
  border-color: #18968c;
  outline: none;
}
.alertify-notifier .ajs-message.ajs-success {
  background-image: linear-gradient(to right, #0295d3, #96eee7);
  color: #fff;
}

@media only screen and (max-width: 991px) {
  .left-pane {
    height: auto;
  }
  .right-pane {
    max-height: none;
    overflow-y: inherit;
    margin-bottom: 20px;
  }
  .stages {
    height: auto;
  }
  .stages-inner {
    position: static;
    transform: none;
  }
  .stage {
    padding: 5px 0;
  }
  .right-inner-content {
    margin-top: 20px;
  }
}

.left-heading {
  font-weight: 700;
}

.cirlce {
  border-radius: 50%;
  background: #fff;
  width: 30px;
  height: 30px;
  display: inline-block;
  border: 2px solid #fff;
  padding: 2px;
  vertical-align: middle;
  margin: 5px;
}
.completed {
  background-clip: content-box;
  width: 35px;
  height: 35px;
}

.btn {
  border: none;
  height: 45px;
}
input.form-control {
  padding: 20px 10px;
}

.btn-default {
  background: #eee;
}
.btn-default:hover {
  background: #ddd;
}
.buttons {
  text-align: center;
}
.buttons button {
  margin: 5px;
  font-size: 14px;
  font-weight: 500;
}

.login-wrapper {
  width: 85%;
  display: grid;
  place-items: center;
  min-height: 100vh;
}

.shadow-box-wrapper {
  min-height: 90vh;
  width: 75%;
  box-shadow: 0 0 4.2em 20px rgba(0, 0, 0, 0.12);
  border-radius: 20px;
}

.bg-graphic {
  position: relative;
  overflow: hidden;
}

.bg-graphic::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: url("../images/bg-graphic.png") no-repeat;
  background-position: bottom;
  background-size: contain;
  pointer-events: none;
}

.back-button-new {
  position: absolute;
  right: 60px;
  top: 40px;
  color: #2cafa4;
  z-index: 2;
}
.back-button-new:hover {
  color: #2cafa4;
  text-decoration: none;
}

.back-button-login {
  color: #2cafa4;
  z-index: 2;
}
.back-button-login:hover {
  color: #2cafa4;
  text-decoration: none;
}

.logo-new {
  margin-top: 2rem;
  max-width: 120px;
}

.login-heading {
  font-size: 23px;
  font-weight: 700;
  color: #333;
}

.card-user-img {
  width: 160px;
}
.card-tile-heading {
  color: #1faa9f;
  font-size: 23px;
  font-weight: 600;
}
.card-tile-description {
  font-size: 14px;
  font-weight: 500;
}

.card-btn {
  background-color: #51c1d9;
  color: white;
  font-weight: 500;
  text-decoration: none;
  border-radius: 4px;
  width: 100%;
  padding-block: 0.3rem !important;
  transition: 0.3s ease-in-out;
}
.card-btn:hover {
  text-decoration: none;
  color: white;
  opacity: 0.9;
  transition: 0.3s ease-in-out;
}

.card-btn2 {
  background-color: #d79d20;
}

.card-new {
  border: 1px solid #ececec;
  border-radius: 20px;
  margin-block: 0;
}

.logo-login {
  width: 100px;
}

.login-nav {
  padding-inline: 0.6rem;
  padding-right: 2rem;
  margin-block: 2rem;
  /* margin-bottom: 4rem; */
  /* background-color: red; */
}

.login-heading-blue {
  color: #51c1d9;
}

.login-nav-btn {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-tab-icon {
  width: 80px;
}

.login-nav-btn > span {
  color: #cdcdcd;
  font-size: 12px;
  font-weight: 800;
  transition: 0.3s ease-in-out;
}

.login-nav-btn > img {
  filter: grayscale(0.8);
  transition: 0.2s ease-in-out;
}

.login-nav-btn.active > img {
  transition: 0.3s ease-in-out;
  filter: grayscale(0);
}
.login-nav-btn.active > span {
  color: #1faa9f;
  transition: 0.3s ease-in-out;
}

.login-subheading {
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #333333;
}

.close-form {
  margin-left: 0;
  margin-top: 2rem;
}

.form-label {
  color: #868686;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 0.8rem;
}

.form-label-link:hover {
  color: #0295d3;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

input.form-control {
  padding: 0px;
  padding-inline: 10px;
}
input.form-control:focus {
  border: 2px solid #51c1d9;
  box-shadow: none;
}

.small-text {
  color: #000;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
}

.small-text > a {
  text-decoration: underline;
}

/* ============== Images styling ========== */

.person-bg {
  background: url("../images/login-person-img.png ") no-repeat;
  background-size: 21%;
  background-position: bottom;
  background-position-x: 15%;
}

.img-wrapper {
  width: 100%;
  position: relative;
  height: 60%;
  display: grid;
  justify-content: center;
}

:root {
  --rotate-x: 00deg;
  --rotate-y: 00deg;
  --translate-x: 0px;
  --translate-y: 0px;
  --scale: 1;
}

.img-fluid1 {
  width: clamp(100px, 10vw, 180px);
  position: absolute;
  top: 27%;
  left: 7%;

  transform: perspective(5000px) rotateX(var(--rotate-x))
    rotateY(var(--rotate-y)) translateX(var(--translate-x));
}
.img-fluid2 {
  width: 60px;
  /* position: absolute; */
  margin-top: 3rem;
  transform: perspective(5000px) rotateX(var(--rotate-x))
    rotateY(var(--rotate-y)) translateX(var(--translate-x));
}
.img-circle {
  width: 60px;
  /* position: absolute; */
  margin-top: 3rem;
  scale: var(--scale);
}
.img-fluid3 {
  width: clamp(100px, 15vw, 210px);
  position: absolute;
  bottom: -10%;
  right: -17%;
  transform: perspective(5000px) rotateX(var(--rotate-x))
    rotateY(var(--rotate-y)) translateY(var(--translate-y));
}

.img-cloud1 {
  width: clamp(100px, 10vw, 150px);
  position: absolute;
  top: 102%;
  left: 17%;

  transform: perspective(5000px) rotateX(var(--rotate-x))
    rotateY(var(--rotate-y)) translateX(var(--translate-x));
}
.img-cloud2 {
  width: clamp(100px, 13vw, 180px);
  position: absolute;
  bottom: -68%;
  right: 10%;
  transform: perspective(5000px) rotateX(var(--rotate-x))
  rotateY(var(--rotate-y)) translateX(var(--translate-x));
}

.background_image {
  width: 100%;
  object-fit: contain;
}

.custom-img-wrap{
  min-height: 420px;
  margin-top: 15px;
}

.custom-img-wrap img{
  height: 100%;
}

/* From Uiverse.io by Na3ar-17 */ 
.radio-input {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.radio-input * {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.radio-input label {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0px 20px;
  width: 100%;
  cursor: pointer;
  height: 50px;
  position: relative;
  border-radius: 10px;
  border: 2px solid transparent;
}


/* .radio-input label {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 45px;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  
} */
.radio-input label:hover {
  transition: all 0.2s ease;
  background-color: #2bafa4bb !important;
}

.radio-input .label:has(input:checked) {
  background-color: #2ebfb4 !important;
  border-color: #088d83 !important;
  height: 50px;
}
.radio-input .label .text {
  color: #30323b;
}

.radio-input .label input[type="radio"] {
  background-color: #8fccc7 !important;
  appearance: none;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.radio-input .label input[type="radio"]:checked {
  background-color: #088d83 !important;
  -webkit-animation: puls 0.7s forwards;
  animation: pulse 0.7s forwards;
}

.radio-input .label input[type="radio"]:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: #fff !important;
  transform: scale(0);
}

.radio-input .label input[type="radio"]:checked::before {
  transform: scale(1);
}
.info-icon {
  display: inline-block;
  width: 14px !important;
  height: 14px !important;
  border-radius: 50%;
  color: #000000;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  margin-left: 5px;
  cursor: pointer;
  position: relative;
}

.info-icon:hover::after {
  content: attr(data-tooltip);
  position: absolute;
  background: #fff;
  color: #000;
  padding: 8px 10px;
  border-radius: 3px;
  box-shadow: 0 0 5px rgba(0,0,0,0.3);
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100%;
  margin-top: 5px;
  pointer-events: none;
  width: 160px;
  white-space: normal;
  text-align: center;
  line-height: 1.4;
  font-size: 13px;
}

.info-icon:hover::before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 5px solid transparent;
  border-bottom-color: #fff;
  margin-top: -5px;
  z-index: 11;
  pointer-events: none;
}
               

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4) !important;
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0) !important;
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) !important;
  }
}
