﻿.font-72 {
  font-size: 72px;
  line-height: 140% !important;
}

.login-section-v2 .login-left .login-left-content h2 {
  max-width: 390px;
}
.login-section-v2 .login-left .login-left-content h2.devider::after {
  display: none;
}
.login-section.login-section-v2 .login-left .login-left-content h2.devider {
  padding-bottom: 0;
  margin-bottom: 0;
}
.login-section-v2 .login-left {
  background-image: url("../img/login-banner.webp");
}

.login-symbol {
  top: 11%;
  left: 5%;
}
.login-section-v2 .login-right {
  background-image: url("../img/login-background.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right top;
}

.login-section-v2 .login-right .login-right-content {
  max-width: 340px;
  padding: 0;
}
.login-section-v2 .btn:hover {
  background-color: #0e0e23;
  border-color: #0e0e23;
}

.login-section-v2-inner.login-section-v2 .login-right .login-right-content {
  max-width: 440px;
  padding: 0;
}

.login-section-v2-inner.login-section
  .login-right
  .login-right-content
  .login-logo.devider::after {
  width: 45px;
}
.loginBack svg {
  fill: black;
  transition: all 0.3s ease;
}
.loginBack:hover svg {
  fill: #6259ca;
}
.h-60px {
  height: 60px;
}
.border-D6D2FF {
  border-color: #d6d2ff !important;
}

.login-section-v2-sugnup.login-section-v2 .login-right .login-right-content {
  max-width: 600px;
  padding: 0;
}

.step-card {
  border-radius: 15px;
  border: 1px solid #d6d2ff;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.step-card.disabled {
  opacity: 0.5;
}

.step-header {
  display: flex;
  align-items: center;
  padding: 13px 20px 13px 0;
  border-bottom: 1px solid #f1f1f1;
}

.step-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid rgba(98, 89, 202, 0.5);
  color: rgba(98, 89, 202, 1);
  margin-right: 12px;
  font-weight: 600;
  margin-left: -14px;
  background: #fff;
}

.step-card.active .step-number {
  border-color: #26c243;
}

.step-card.currunt .step-header {
  border-radius: 15px 15px 0 0;
  background: #000;
  color: #fff;
}
.step-card.currunt .step-title {
  color: #fff;
}
.step-title {
  font-size: 20px;
  font-family: "GothamNarrowBold";
  flex-grow: 1;
  color: rgb(98, 89, 202);
}
.step-card.active {
  border: 1px solid #38b000;
  background: #f0ffe9;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}
.step-card.active .step-title {
  color: #38b000;
}

.edit-btn {
  border-radius: 7px;
  border: 1px solid #38b000;
  background: #fff;
  display: inline-flex;
  color: #38b000;
  padding: 5px 15px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  min-width: inherit;
}
.edit-btn:hover {
  color: #fff;
}
.checkboxBottomWrap {
  border-radius: 15px !important;
  border: 1px solid #d6d2ff;
  background: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.step-body input,
.step-body .form-select {
  height: 45px;
  border-radius: 8px;
}
.login-section-v2-sugnup .btn[disabled] {
  opacity: 0.5;
  background: #6259ca !important;
}
.login-section-v2-sugnup label {
  font-size: 16px;
  font-family: "GothamNarrowMedium";
}
.login-section-v2-sugnup .form-control,
.login-section-v2-sugnup .form-select {
  border-radius: 10px;
  border: 1px solid #d6d2ff;
  background-color: #fff;
  height: 56px;
  font-size: 16px;
  font-family: "GothamNarrowRegular";
}
.login-section-v2-sugnup .input-group-text {
  border-color: #d6d2ff;
}
.NextBtnCol {
  border-color: #d6d2ff !important;
}
.NextBtnCol .btn {
  height: 34px;
}
.step-body {
  padding-bottom: 20px !important;
  background-color: #fff;
  border-radius: 0 0 15px 15px;
}
.OptionBox {
  border-radius: 10px !important;
  border: 1px solid #d6d2ff !important;
  background: #fff;
}
.OptionBox .form-check {
  display: flex;
  align-items: center;
}

.OptionBox .form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
  width: 21px;
  height: 21px;
  border-radius: 4px;
  border: 1px solid #d6d2ff;
  background-color: #fff;
}
.OptionBox .form-check .form-check-input[type="radio"] {
  border-radius: 50%;
}

.OptionBox:hover {
  border-color: #8b5cf6;
  background: #faf8ff;
}

.form-check-input {
  width: 18px;
  height: 18px;
  cursor: pointer;
}

.OptionBox .form-check-input[type="checkbox"]:checked {
  background-color: #8b5cf6;
  border-color: #8b5cf6;
}
.UploadBox {
  border-radius: 10px !important;
  border: 2px dashed #c3beff !important;
  background: #fbfaff;
}

.UploadBox:hover {
  background: #faf8ff;
  border-color: #8b5cf6;
}

.step-card.disabled .step-body {
  display: none;
}
.login-section-v2-sugnup .form-check {
  display: flex;
}
.checkboxBottomWrap .form-check-input {
  border-radius: 4px;
  border: 1px solid #d6d2ff;
/*  background-color: #fff;*/  
  min-width: 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  position: relative;
  top: -3px;
}
.line-heights-150 {
  line-height: 150%;
}
.line-heights-130 {
  line-height: 130%;
}

.success-icon {
}

.badge-pending {
  border-radius: 100px;
  border: 1px solid #fef08a;
  background: #fef9c3;
  display: inline-flex;
  padding: 7px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  color: #854d0e;
}

.status-card {
border-radius: 15px;
border: 1px solid #D6D2FF !important;
background: #FFF;
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
  padding: 25px 28px;
}

.step-item {
  padding-left: 28px;
  position: relative;
}

.step-item::before {
  content: "";
  position: absolute;
  left:8px;
  top: 6px;
  width:1px;
  height: 100%;
  background: #ccc;
}

/* .step-active::before {
  background: #4caf50;
}

.step-current::before {
  background: #7f6df2;
} */

.step-item:last-child::before{ display: none;}

.stepIcons1{
    position: absolute; margin-left: -30px;
}
.login-section-v2-sugnup.login-section-v2.login-section-success .login-right-content{ max-width: 530px;}
.login-section-v2-inner.login-section.login-section-success .login-right .login-right-content .login-logo.devider::after {
	width: 45px;
	margin: 0 auto;
	right: 0;
}

/* Modal Container */
#termsModal .modal-content {
    border-radius: 14px !important;
    padding: 0px; line-height: 150% !important;
}

/* Header Title */
#termsModal .modal-title {
    font-size: 22px;
    font-weight: 700;
}

/* Last Updated Text */
#termsModal .last-updated {
}

/* Info Alert Box */
#termsModal .info-box {
  border-radius: 20px;
border: 1px solid #D6D2FF;
background: #F2F0FF; 
padding: 25px;
}

/* Section Headings */
#termsModal h6 {
    font-size:24px;
    
    margin-top: 24px;
    margin-bottom: 8px;
    color: #000;font-family: "GothamNarrowMedium";
}
#termsModal h6.fw-semibold{ font-size: 20px;
  font-family: "GothamNarrowMedium";
  font-weight: normal !important;}

/* Paragraph Text */
#termsModal p,
#termsModal ul li {
    font-size: 18px;
    color: #000;line-height: 159%;
}
#termsModal ul li{ list-style: disc;}
/* Bullet List */
#termsModal ul {
    padding-left: 20px;
}

/* Scrollable Body */
#termsModal .modal-body {
    padding-top: 0;
    max-height: 68vh;
    overflow-y: auto;
}

/* Buttons */
#termsModal .modal-footer button {
    padding: 8px 28px;
    font-size: 14px;
    border-radius: 8px;
}

/* Decline Button */
#termsModal .btn-outline-secondary {
    border-color: #d0d4d9;
    color: #6b6f74;
}

/* Primary Button */
#termsModal .btn-primary {
}

/* Close Button */
#termsModal .btn-close {
	background-size: 0;
	width: auto;
	height: auto;
	opacity: 1 !important;
}
#termsModal .modal-footer{border-radius:0 0 30px 30px ;
background: #F6F5FF;}

#termsModal .modal-header{border-radius: 30px 30px 0 0;
  background: #F6F5FF;}

@media (min-width: 1200px) {
  .login-section-v2 .login-right .login-right-content .login-logo img {
    max-width: inherit;
    max-height: inherit;
    width: 195px;
    height: auto;
  }
  .login-section-v2-inner.login-section-v2
    .login-right
    .login-right-content
    .login-logo
    img {
    max-width: 127px;
    max-height: inherit;
    width: auto;
    height: auto;
  }
}

@media (max-width: 1200px) {
    #termsModal p, #termsModal ul li {
	font-size: 16px;
	color: #000;
	line-height: 159%;
}
#termsModal h6 {
  font-size: 22px;
}
  .login-symbol img {
    max-width: 200px;
    height: auto;
  }
  .login-section-v2 .login-left .login-left-content h2 {
    font-size: 32px !important;
    display: flex;
    justify-content: end;
  }
}

@media (max-width: 1199px) {
  .login-section .login-left {
    display: none !important;
  }
  .login-symbol {
    top: 5%;
    left: 5%;
  }
}
@media (max-width: 767px) {
  .login-section .login-right .login-right-content h3 {
    font-size: 22px !important;
    line-height: 29px;
  }
  .login-section .login-left {
    display: none !important;
  }
  .login-section-v2 {
    flex-direction: column;
  }
  .login-section-v2 .login-left .login-left-content h2 {
    font-size: 28px !important;
    display: flex;
    justify-content: center;
    text-align: center;
  }
  .login-section-v2 .login-left .login-left-content h2 br {
    display: none;
  }
  .login-section-v2 .login-left {
    flex: 0 0 auto;
    height: auto;
  }
  .login-symbol {
    position: static !important;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .login-section-v2 .login-right .login-right-content .login-logo img {
    max-width: inherit;
    max-height: inherit;
    width: 155px;
    height: auto;
  }
  .success-icon svg{ max-width: 64px; height: auto;}
  #termsModal .info-box{ flex-direction: column;}
 #termsModal .modal-title .font-28 {
	font-size: 20px !important; line-height: 140%;
}
    .terms-content h6 {
        margin-top: 1rem;
        margin-bottom: 0.5rem;
    }

    .terms-content p {
        margin-bottom: 0.5rem;
    }

    .terms-content ul {
        margin-bottom: 0.5rem;
        padding-left: 1.2rem;
    }
}
