* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Montserrat", sans-serif;
  background: #f2f4f7;
  height: auto;
}
/* CONTAINER */
/* .container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
} */
/* HEADER */
.header {
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}
.headerlogo {
  display: flex;
  align-items: center;
}
.headerlogo p {
  margin-left: 20px;
  font-family: "Roboto", sans-serif;

  font-weight: 600;

  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
}
.logo {
  width: 135px;
  height: 50px;
}
.nav a {
  text-decoration: none;
  color: #344054;
  font-size: 14px;
}
.auth {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  padding-right: 2px;
  padding-left: 2px;
}
.login-btn {
  width: 87px;
  border: none;
  height: 44px;
  opacity: 1;
  gap: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}
.need-help-btn {
  width: 127px;
  border: none;
  height: 44px;
  opacity: 1;
  gap: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 8px;
  background-color: #ffffff;
  border : 2px solid #d0d5dd;
}
.signup {
  background: #e01b22;
  color: #fff;
  border: none;
  width: 100px;
  height: 44px;
  opacity: 1;
  gap: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 8px;
}
/* MAIN */
.main {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main h1 {
  margin-top: 60px;
  font-weight: 600;
  font-size: 32px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #211f20;
}
.main p {
  font-family: Montserrat;
  color: #475467;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-top: 10px;
}
/* CARD */
.card {
  background: #fff;
  padding: 40px;
  text-align: center;
  width: 640px;
  opacity: 1;
  gap: 40px;
  border-radius: 24px;
  box-shadow: 0px 20px 40px 0px #0000000a;
}
/* TEXT */
.card h1 {
  font-size: 28px;
  margin-bottom: 10px;
}
.sub {
  color: #667085;
  margin-bottom: 20px;
}
.join {
  /*padding: 20px;*/
  font-weight: 500 !important;
  font-style: Medium !important;
  font-size: 20px !important;
  line-height: 120% !important;
  letter-spacing: -2% !important;
  text-align: center !important;
}
/* OPTIONS */
/*        .options-business-type {*/
/*          display: flex;*/
/*          gap: 15px;*/
/*          margin-bottom: 40px;*/
/*          width: 560px;*/
/*          height: 96px;*/
/*        }*/
/*        !* CARD OPTION *!*/
/*        .option-bt {*/
/*          flex: 1;*/
/*          padding: 8px;*/
/*          border: 1px solid #e4e7ec;*/
/*          cursor: pointer;*/
/*          text-align: left;*/
/*          transition: 0.2s;*/
/*          width: 272px;*/
/*          min-height: 96px;*/
/*          opacity: 1;*/
/*          border-radius: 12px;*/
/*        }*/
/*        .option-bt:hover {*/
/*          border-color: #de1f26;*/
/*        }*/
/*        !* ACTIVE *!*/
/*        .option-bt.active {*/
/*          border: 2px solid #de1f26;*/
/*          background: #fff5f5;*/
/*        }*/
/*        !* TEXT *!*/
/*        .option-bt h3 {*/
/*          margin-bottom: 5px;*/
/*          color: #344054;*/
/*          font-weight: 600;*/
/*          font-size: 14px;*/
/*          line-height: 20px;*/
/*          letter-spacing: 0%;*/
/*        }*/
/*        .option-bt p {*/
/*          font-weight: 400;*/
/*          font-size: 14px;*/
/*          line-height: 14px;*/
/*          letter-spacing: -1%;*/
/*          color: #475467;*/
/*          text-align: left;*/
/*        }*/
/* BUTTON */
.btn {
  background: #e01b22;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-weight: 600;
  width: 560px;
  height: 48px;
  opacity: 1;
  gap: 10px;
  width: 560;
  height: 48;
  padding-top: 12px;
  padding-right: 18px;
  padding-bottom: 12px;
  padding-left: 18px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  font-family: Montserrat;
}
.btn:hover {
  background: #b71c1c;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .options-business-type {
    flex-direction: column;
  }
}

/* options radio custom */
.option-bt {
  display: block;
  cursor: pointer;
  margin-bottom: 12px;
  position: relative;
}

.business-type-box input {
  display: none; /* hide radio by default */
}

/* Selected state */
.option-bt input:checked + .card {
  border: 2px solid #007bff;
  background-color: #f0f8ff;
}

/* Show radio indicator ONLY when selected */
.option-bt input:checked + .card::after {
  content: "✔";
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 16px;
  color: #007bff;
  font-weight: bold;
}

/* Corporate Details */

/* CONTAINER */

/* HEADER */
.header {
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
  box-shadow: 0px 4px 6px -2px #10182808;
  border-bottom: 1px solid #10182808;
}
.header-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 32px;
}
.logo {
  width: 135px;
  height: 50px;
}
.help-btn {
  background: #fefefe;
  color: #344054;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  width: 114px;
  height: 40px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
}
.help-btn:hover {
  background: #f9fafb;
}
/* MAIN */
.main {
  padding: 70px 0 120px; /* ✅ bottom space for footer */
}
/* LAYOUT */
.layout {
  display: flex;
  gap: 50px;
}
/* SIDEBAR */
.sidebar {
  width: 200px;
}
/* STEP */
/* .step {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 25px;
  color: #98a2b3;
  font-size: 14px;
} */
/* DOT */
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d0d5dd;
}
/* ACTIVE */
/* .step.active {
  color: #e01b22;
  font-weight: 600;
}
.step.active .dot {
  background: #de1f26;
} */
*/
/* FORM AREA */
.form-area {
  flex: 1;
  color: #475467;
}
.form-area h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 10px;
}
.sub {
  margin-bottom: 30px;
  font-size: 16px;
}

.sidebar {
  position: relative;
  width: 220px;
  padding-left: 20px;
}

/* vertical line */

.sidebar::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  bottom: 5px;
  width: 2px;
  height: 88px;
  background: #e4e7ec;
}


.sidebar2 {
  position: relative;
  width: 220px;
  padding-left: 20px;
}

/* vertical line */

.sidebar2::before {
  content: "";
  position: absolute;
  left: 26px;
  top: 20px;
  bottom: 5px;
  width: 2px;
  height: 168px;
  background: #e4e7ec;
}

/* step */

/* .step {
  display: flex;

  align-items: center;

  gap: 12px;

  margin-bottom: 30px;

  color: #98a2b3;

  font-size: 14px;
} */

/* circle */

/* .circle {
  width: 12px;

  height: 12px;

  border-radius: 50%;

  background: #d0d5dd;

  z-index: 1;
}


.step.active {
  color: #e01b22;

  font-weight: 600;
}

.step.active .circle {
  background: #de1f26;
} */

/* GRID */
.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  width: 100%; /* ✅ fixed */
}
/* FIELD */
.field label {
  margin-bottom: 5px;
  display: block;
  font-weight: 500;
  font-size: 14px !important;
  color: #384250;
}
.field input {
  width: 100%; /* ✅ fixed */
  height: 44px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #d2d6db;
  box-shadow: 0px 1px 2px 0px #1018280d;
  font-size: 14px;
}

.field select {
  width: 100%; /* ✅ fixed */
  height: 44px;
  border-radius: 8px;
  padding: 10px 14px;
  border: 1px solid #d2d6db;
  box-shadow: 0px 1px 2px 0px #1018280d;
  font-size: 14px;
}

/* Corporate form Select2 alignment */
.form-area .field .select2-container {
  width: 100% !important;
}

.form-area .field .select2-container .select2-selection--single {
  height: 44px !important;
  border-radius: 8px !important;
  border: 1px solid #d2d6db !important;
  box-shadow: 0px 1px 2px 0px #1018280d !important;
  background: #fff !important;
  display: flex !important;
  align-items: center !important;
}

.form-area .field .select2-container .select2-selection--single .select2-selection__rendered {
  color: #384250 !important;
  font-size: 14px !important;
  line-height: 44px !important;
  padding-left: 14px !important;
  padding-right: 34px !important;
  padding-top: 0 !important;
}

.form-area .field .select2-container .select2-selection--single .select2-selection__arrow {
  height: 44px !important;
  right: 10px !important;
}

.form-area .field .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #98a2b3 transparent transparent transparent !important;
}

.form-area .field .select2-container--default.select2-container--focus .select2-selection--single,
.form-area .field .select2-container--default .select2-selection--single:focus {
  border-color: #e01b22 !important;
  /* box-shadow: 0 0 0 0.2rem rgba(224, 27, 34, 0.15) !important; */
}

.form-area .field .select2-container--default.select2-container--disabled .select2-selection--single {
  background: #f2f4f7 !important;
  cursor: not-allowed !important;
}

.form-area .field .select2-dropdown {
  border: 1px solid #d2d6db !important;
  border-radius: 8px !important;
}
/* FOOTER */
.footer2 {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #f9fafb;
  border-top: 1px solid #e4e7ec;
      margin-left: -300px !important;
}
.footer-inner {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  max-width: 1220px;
  margin: auto;
  margin: 0 !important;
}


.footer-inner2 {
  display: flex;
  justify-content: space-between;
  padding: 15px 20px;
  max-width: 1220px;
  margin: auto;
  /* margin: 0 !important; */
}
/* BUTTON */
.btn {
  padding: 10px 20px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
/* BACK BUTTON */
.back {
  background: #fefefe;
  color: #344054;
  border: 1px solid #d0d5dd;
  box-shadow: 0px 1px 2px 0px #1018280d;
}
/* NEXT BUTTON */
.next {
  background: #e01b22;
  color: #fefefe;
  box-shadow: 0px 1px 2px 0px #1018280d;
}
/* RESPONSIVE */
@media (max-width: 768px) {
  .layout {
    flex-direction: column;
  }
  .sidebar {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .form-grid {
    grid-template-columns: 1fr;
  }
  /* .footer-inner {
   flex-direction: column;
   gap: 10px;
 } */
  .next {
    width: 100%;
  }
}

/* RESET */

* {
  margin: 0;

  padding: 0;

  box-sizing: border-box;
}


/* CONTAINER */

.container-sigup {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

/* HEADER */
.header {
  background: #fff;
  height: 80px;
  display: flex;
  align-items: center;
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
}

.headerlogo {
  display: flex;
  align-items: center;
}

.headerlogo p {
  margin-left: 20px;
  font-family: "Roboto", sans-serif;

  font-weight: 600;

  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-transform: capitalize;
}

.logo {
  width: 135px;
  height: 50px;
}

.nav a {
  text-decoration: none;
  color: #344054;
  font-size: 14px;
}

.auth {
  display: flex;
  gap: 12px;
  align-items: center;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  padding-right: 2px;
  padding-left: 2px;
}

.login-btn {
  width: 87px;
  border: none;
  height: 44px;
  opacity: 1;
  gap: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 8px;
  background-color: #ffffff;
}

.signup {
  background: #e01b22;
  color: #fff;
  border: none;
  width: 100px;
  height: 44px;
  opacity: 1;
  gap: 6px;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
  border-radius: 8px;
}

/* SUCCESS SECTION */

.success {
  height: calc(100vh - 80px);

  display: flex;

  justify-content: center;

  align-items: center;
}

/* BOX */

.success-box {
  text-align: center;

  width: 640px;
  height: 400px;
  opacity: 1;
  top: 320px;
  left: 400px;
  gap: 32px;
  border-radius: 24px;
  padding: 40px;
  box-shadow: 0px 20px 40px 0px #0000000a;
  background-color: #ffffff;
}

/* ICON */

.success-icon {
  width: 64px;

  height: 64px;

  border: 2px solid #e01b22;

  border-radius: 50%;

  display: flex;

  justify-content: center;

  align-items: center;

  color: #e01b22;

  font-size: 26px !important;

  margin: 0 auto 20px;
}

/* TITLE */

.success-box h2 {
  margin-bottom: 10px;

  font-family: Montserrat;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: -2%;
  text-align: center;
  color: #101828;
}

/* TEXT */

.sub {
  color: #211f20;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 20px;
}

.desc {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: 0%;
  text-align: center;
  color: #211f20;

  margin-bottom: 25px;
}

/* BUTTON */

.btn {
  background: #e01b22;

  color: #fefefe;

  border: none;

  padding: 12px 24px;

  border-radius: 6px;

  cursor: pointer;

  font-weight: 600;

  width: 560px;
  height: 48px;
  opacity: 1;
  gap: 10px;
  padding-top: 12px;
  padding-right: 18px;
  padding-bottom: 12px;
  padding-left: 18px;
  border-radius: 8px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

.btn:hover {
  background: #b71c1c;
}

/* RESPONSIVE */

@media (max-width: 768px) {
  .success-box {
    padding: 20px;
  }
}


/* MODAL */
.modal {
    /* display: block;  */
     z-index: 1055 !important;
}
.modal-dialog {
    margin: auto;
}

.modal-backdrop {
    z-index: 1050 !important;
}

/* .modal-backdrop {
    width: 100vw;
    height: 100vh;
} */

.mail {
  width: 48px;
  height: 48px;
  border-radius: 10px;
  border-width: 1px;
  margin-top: 20px;
}

/* BACK */

.back1 {
  text-align: left;
  font-size: 14px;
  cursor: pointer;
  color: #344054;
  border: none;
  /* margin-bottom: 10px; */
  width: 512px;
  height: 60px;
  background-color: #fefefe;
  border-radius: 12px 12px 0 0;
  /* box-shadow: 0px 20px 24px -4px #10182814; */
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  letter-spacing: 0%;
}

/* TITLE */

.modal h2 {
  margin-bottom: 10px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #101828;
}

.sub {
  font-family: Montserrat;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #475467;

  margin-bottom: 20px;
}

/* OTP INPUTS */

.otp-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.otp-wrapper input {
  width: 48px;
  height: 56px;
  border: 1px solid #e4e7ec;
  border-radius: 8px;
  text-align: center;
  font-size: 48px !important;
  color: #101828;
  outline: none;
  background: #fff;
  opacity: 1;
  gap: 8px;
  padding-top: 2px;
  padding-right: 8px;
  padding-bottom: 2px;
  padding-left: 8px;
  border-radius: 8px;
  border-width: 1px;
  margin-bottom: 20px;
  font-weight: 600;
}

/* placeholder style */
.otp-wrapper input::placeholder {
  color: #d0d5dd;
  font-size: 42px;
  font-style: normal;
}

/* dash */
.dash {
  font-size: 60px;
  color: #98a2b3;
  width: 6px;
  margin-top: -30px;
}

/* BUTTON */

.verify-btn {
  background: #e01b22;
  color: white;
  border: none;
  border-radius: 6px;
  /* cursor: not-allowed; */
  border: 1px solid #eaecf0;
  opacity: 0.5;
  width: 464px;
  height: 40px;
  opacity: 1;
  gap: 4px;
  padding-top: 10px;
  padding-right: 14px;
  padding-bottom: 10px;
  padding-left: 14px;
  border-radius: 8px;
  border-width: 1px;
  font-family: Montserrat;
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #fffefe;
  margin-bottom: 20px;
}

.verify-btn.active {
  cursor: pointer;
  opacity: 1;
}

/* RESEND */

.resend {
  color: #475467;
  font-family: Montserrat;
  font-weight: 400;
  font-style: Regular;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
}

#otpModal .modal-content {
    border: none;
    box-shadow: none; /* optional: removes shadow */
}

/* #otpModal .modal-dialog {
    display: flex;
    align-items: center;
    min-height: 100vh;
} */


.sub2 {
  color: #211f20;
  font-family: Montserrat;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: left !important;
  margin-bottom: 30px;
}


.menu {
    position: relative;
    display: inline-block;
}

.user-btn {
    background: #e53935;
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
}

.dropdown {
    display: none;
    position: absolute;
    top: 45px;
    right: 0;
    width: 260px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    overflow: hidden;
    z-index: 100;
    /* font-size: 12px !important; */
}

.user-info {
    padding: 15px;
    border-bottom: 1px solid #eee;
}

.user-info p {
    margin: 5px 0 0;
    font-size: 13px;
    color: #777;
}

.wallet {
    background: #f5f6f8;
    padding: 12px 15px;
    margin: 10px;
    border-radius: 8px;
    line-height: 12px;
}

.wallet span {
    display: block;
    margin-top: 5px;
    font-size: 14px;
}

.topup {
    color: #e01b22 !important;
    font-size: 13px;
    display: block;
    margin-top: 5px;
    text-decoration: none;
    margin-left: 10px;
}
.balance {
    margin-left: 25px;
}

ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul li {
    padding: 12px 15px;
    cursor: pointer;
    border-top: 1px solid #eee;
}

ul li:hover {
    background: #f8f8f8;
}

.logout {
    padding: 12px 15px;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.logout:hover {
    background: #f8f8f8;
}

.profiles:hover {
    background: #f8f8f8;
}

/* profile page css added */

    .desktop,
.desktop * {
  box-sizing: border-box;
}

.desktop {
  background: #f8f9fa;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  height: 1180px;
  position: relative;
}

.main2 {
  padding: 48px 0px 96px 0px;
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.header-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.container2 {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1280px;
  position: relative;
}

.page-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.content2 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  row-gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.text-and-supporting-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  min-width: 320px;
  position: relative;
}
.text3 {
  color: var(--gray-coolish-900, #101828);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

.divider {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}

.section3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.container3 {
  padding: 0px 32px 0px 32px;
  display: flex;
  flex-direction: row;
  gap: 96px;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  flex-shrink: 0;
  max-width: 1280px;
  position: relative;
}

.vertical-tabs {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.tab-button-base {
  border-style: solid;
  border-color: var(--onevasco-red, #e01b22);
  border-width: 0px 0px 0px 2px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}

.text4 {
  color: var(--onevasco-red, #e01b22);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}
.tab-button-base2 {
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: 36px;
  position: relative;
}

.text5 {
  color: var(--gray-coolish-500, #667085);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}

.section2 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex: 1;
  position: relative;
}

.content3 {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}
.section-header {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.content4 {
  display: flex;
  flex-direction: row;
  gap: 16px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  background:none;
}

.text-and-supporting-text2 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex: 1;
  position: relative;
}

.text6 {
  color: var(--gray-coolish-900, #101828);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
}

.actions {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.button {
  background: var(--onevasco-red, #e01b22);
  border-radius: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 10px 14px 10px 14px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(--shadows-shadow-xs-box-shadow,
      0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
  cursor: pointer;
}


.add-button {
  background: var(--onevasco-red, #e01b22);
  border-radius: 8px;
  border-style: solid;
  border-color: transparent;
  border-width: 1px;
  padding: 5px 10px 5px 10px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(--shadows-shadow-xs-box-shadow,
      0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
  cursor: pointer;
}

.plus {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  position: relative;
  overflow: visible;
}
.text7 {
  color: var(--base-white, #fefefe);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}

.divider2 {
  align-self: stretch;
  flex-shrink: 0;
  height: 1px;
  position: relative;
  overflow: visible;
}

.blog-post-card {
  background: var(--base-white, #fefefe);
  border-radius: 16px;
  border-style: solid;
  border-color: var(--gray-coolish-200, #eaecf0);
  border-width: 1px;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.content5 {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

/* Tabs */
.vertical-tabs div {
  cursor: pointer;
}

/* Active tab */
.tab-button-base.active,
.tab-button-base2.active {
  border-left: 3px solid #e01b22;
  background: #fff5f5;
}

/* Content */
.tab-content {
  display: none;
}

.tab-content.active {
  display: block;
}

.row {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.avatar-label-group {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.avatar {
  background: var(--gray-coolish-100, #f2f4f7);
  border-radius: 200px;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  position: relative;
}

.text8 {
  color: var(--gray-coolish-600, #475467);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 600;
  position: absolute;
  left: 50%;
  translate: -50% -50%;
  top: 50%;
  width: 40px;
}

.text-and-supporting-text3 {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.text99 {
  color: var(--gray-coolish-900, #101828);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}

.badge {
  background: var(--error-50, #fef3f2);
  border-radius: 16px;
  border-style: solid;
  border-color: var(--error-200, #fecdca);
  border-width: 1px;
  padding: 2px 10px 2px 10px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.text10 {
  color: var(--error-700, #b42318);
  text-align: center;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  position: relative;
}

/* Fix Bootstrap row issue */
.row {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap !important;
}

/* Left section */
.avatar-label-group {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Name + badge inline */
.text-and-supporting-text3 {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Right button */
/* .button2 {
  width: auto !important;
  flex: 0 0 auto !important;
  white-space: nowrap;
} */

/* Fix anchor inside button */
.button2 a {
  text-decoration: none;
  display: inline-block;
}

.button2 {
  background: var(--base-white, #fefefe);
  border-radius: 8px;
  border-style: solid;
  border-color: var(--gray-coolish-300, #d0d5dd);
  border-width: 1px;
  padding: 8px 12px 8px 12px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  box-shadow: var(--shadows-shadow-xs-box-shadow,
      0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
  cursor: pointer;
      width: 13%;
    margin-left: -15%;
}

.text11 {
  color: var(--gray-coolish-700, #344054);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  position: relative;
}

.frame-1464203402 {
  display: flex;
  flex-direction: row;
  gap: 24px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.text-and-supporting-text4 {
  display: flex;
  flex-direction: column;
  gap: 4px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.text12 {
  color: var(--gray-coolish-900, #101828);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 14px !important;
  line-height: 20px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.supporting-text {
  color: var(--gray-coolish-600, #475467);
  text-align: left;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
}

/* Modal Box */
.custom-modal {
  border-radius: 12px;
  padding: 10px;
}

/* Body spacing */
.custom-body {
  padding: 10px 20px;
}

/* Grid */
.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.full-width {
  grid-column: span 2;
}

/* Label */
.form-group label {
  font-size: 13px;
  color: #475467;
  margin-bottom: 6px;
  display: block;
}

.form-check-label {
  font-weight: 600;
   font-size: 15px;
}

.form-check-text {
   font-size: 14px;
   text-align: left;
}

/* Input */
.custom-input {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #d0d5dd;
  font-size: 14px;
}

/* Focus */
.custom-input:focus {
  border-color: #e01b22;
  outline: none;
  box-shadow: 0 0 0 2px rgba(224, 27, 34, 0.1);
}

/* Buttons */
.btn-red {
  background: #e01b22;
  color: #fff;
  border: none;
  padding: 8px 16px;
  border-radius: 8px;
  color: var(--Base-White, #FEFEFE);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  /* 142.857% */
}

.btn-outline {
  border: 1px solid #d0d5dd;
  background: #fff;
  padding: 8px 16px;
  border-radius: 8px;
}



/* ===== Profile Modal ===== */
.profile-modal {
  border-radius: 12px;
  padding: 20px;
  max-width: 520px;
  margin: auto;
}

/* Header */
.profile-header {
  border-bottom: none;
  padding: 0;
}

.profile-header .modal-title {
  color: var(--Gray-coolish-900, #101828);
  font-family: Montserrat;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  /* 155.556% */
}

/* Body */
.profile-body {
  padding: 16px 0;
}

/* Grid */
.profile-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.full-width {
  grid-column: span 2;
}

/* Labels */
.profile-group label {
  margin-bottom: 6px;
  display: block;
  color: var(--Gray-700, #384250);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 142.857% */
}

/* Inputs */
.profile-input {
  width: 100%;
  height: 44px;
  padding: 10px 12px;
  border-radius: 10px;
  border: 1px solid #D0D5DD;
  /* overflow: hidden; */
  color: var(--Gray-900, #111927);
  text-overflow: ellipsis;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 171.429% */
}

.profile-group .select2-container {
  width: 100% !important;
}

.profile-group .select2-container .select2-selection--single {
  min-height: 44px !important;
  height: 44px !important;
  border-radius: 10px !important;
  border: 1px solid #D0D5DD !important;
  background: #fff !important;
  box-shadow: none !important;
  display: flex !important;
  align-items: center !important;
}

.profile-group .select2-container .select2-selection--single .select2-selection__rendered {
  color: var(--Gray-900, #111927) !important;
  font-family: Montserrat !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: 24px !important;
  padding: 9px 36px 9px 12px !important;
}

.profile-group .select2-container .select2-selection--single .select2-selection__placeholder {
  color: #6C737F !important;
}

.profile-group .select2-container .select2-selection--single .select2-selection__arrow {
  height: 42px !important;
  right: 12px !important;
}

.profile-group .select2-container--default.select2-container--focus .select2-selection--single,
.profile-group .select2-container--default.select2-container--open .select2-selection--single {
  border-color: #D92D20 !important;
  box-shadow: 0 0 0 2px rgba(217, 45, 32, 0.1) !important;
}

.profile-input:focus {
  border-color: #D92D20;
  outline: none;
  box-shadow: 0 0 0 2px rgba(217, 45, 32, 0.1);
}

/* Footer */
.profile-footer {
  border-top: none;
  display: flex;
  justify-content: flex-end;
  gap: 10px;
}

/* Buttons */
.profile-cancel {
  border-radius: 8px;
  border: 1px solid var(--Gray-coolish-300, #D0D5DD);
  background: var(--Base-White, #FEFEFE);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: #fff;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--Gray-coolish-700, #344054);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  /* 150% */
}

.profile-save {
  border-radius: 8px;
  background: var(--OneVasco-Red, #E01B22);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  background: #E01B22;
  color: #fff;
  padding: 10px 16px;
  font-weight: 600;
  cursor: pointer;
  padding: 10px 16px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  color: var(--Base-White, #FEFEFE);
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
      border: 1px solid;
}


/* end profile page css */

.stepper {
    width: 320px;
}

/* Step container */
.step {
    display: flex;
    align-items: center;
    gap: 20px;
    position: relative;
}

/* Circle base */
.circle {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    border: 3px solid #d3d6db;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    font-size: 20px;
    font-weight: bold;
    color: white;
}

/* Inner dot */
.circle span {
    width: 12px;
    height: 12px;
    background: #c7cbd1;
    border-radius: 50%;
    display: block;
}

/* Labels */
.label {
    font-size: 28px;
    color: #3e4756;
}

/* Completed step */
.step.completed .circle {
    background: #d6322a;
    border-color: #d6322a;
}

.step.completed .label {
    color: #3e4756;
}

/* Active step */
.step.active .circle {
    border-color: #d6322a;
    box-shadow: 0 0 0 8px rgba(214, 50, 42, 0.2);
}

.step.active .circle span {
    background: #d6322a;
}

.step.active .label {
    color: #d6322a;
}

/* Line between steps */
.line {
    height: 40px;
    width: 3px;
    background: #d3d6db;
    margin-left: 11px;
}

.line.active {
    background: #d6322a;
}


/* Page content (just for demo scroll) */

/* Sticky bottom bar */
.bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;

    background: #f5f5f5;
    padding: 15px 20px;

    display: flex;
    justify-content: space-between;
    align-items: center;

    border-top: 1px solid #ddd;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.05);
}

/* Back button (light) */
.back-btn {
    background: #fff;
    border: 1px solid #ccc;
    color: #333;
    width: 130px;
}

/* Next button (red) */
.next-btn {
    background: #e01b22;
    border: none;
    color: #fff;
    width: 130px;
}
.admin-header {
  font-size: 16px;
  font-weight: 600;
}

input[type="checkbox"] {
  width: 16px;
  height: 18px;
  accent-color: #E01B22; /* change color */
  cursor: pointer;
  border-radius: 5px;
}

#timer{
  font-size: 14px;
  color: #E01B22;
  font-family: Montserrat;
  font-weight: 600;
}

.check-circle {
  width: 64px;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #e01b22;
  font-size: 26px !important;
  margin: 0 auto 20px;
}

::-webkit-input-placeholder {
    font-style: normal !important;
}

:-ms-input-placeholder {
    font-style: normal !important;
}

::placeholder {
    font-style: normal !important;
}

.form-area2{
  min-height: 70vh;
}

.remove-btn {
  background: #f5f6f8;
  border: none;
  color: #e01b22;
  padding: 5px 10px;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #dee2e6;
}

/* .btn,
  .btn:hover,
  .btn:focus,
  .btn:active,
  .btn:focus-visible {
  background-color: #b71c1c !important;
  border-color: #b71c1c !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
} */

.dropdown.show {
    display: block;
}

.important-note {
    margin-top: 10px;
    padding: 4px 4px;
    background-color: #fff4f4;
    border-left: 4px solid #dc2626;
    font-size: 14px;
    color: #7f1d1d;
}
.terms-section {
    width: 100%;
    padding: 16px 24px;
    margin-top: 20px;
    border-top: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.terms-container {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    max-width: 100%;
}

.terms-container input[type="checkbox"] {
    margin-top: 4px;
    flex-shrink: 0;
}

.terms-text {
    font-size: 14px;
    line-height: 1.6;
    color: #374151;
    text-align: left;
}

.terms-text a {
    color: #2563eb;
    text-decoration: underline;
}

/* terms and condition css added */
 .tnc-content {
            max-width: 720px;
        }
        /* Headings */
       
        .tnc-heading-red {
            font-size: 14px;
            color: #E01B22;
        }
       
        .tnc-heading-text {
            font-size: 48px;
            color: #101828;
        }
       
        .tnc-heading {
            font-size: 20px;
            color: #101828;
        }
        /* Paragraphs */
       
        .tnc-paragraph {
            font-size: 16px;
            line-height: 24px;
            color: #3a3a3b;
        }
        /* Table Card */
       
        .tnc-table-wrapper {
            border: 1px solid #eaecf0;
            border-radius: 12px;
            overflow: hidden;
            background: #ffffff;
        }
       
        .tnc-table-header {
            border-bottom: 1px solid #eaecf0;
        }
        /* Table text */
       
        .tnc-table-wrapper th {
            font-size: 12px;
            font-weight: 500;
            padding: 12px 24px;
            color: #475467;
        }
       
        .tnc-table-wrapper td {
            font-size: 14px;
            color: #475467;
            padding: 16px 24px;
        }

        .text111 {
          color: #ffffff;
          text-align: left;
          font-family: "Montserrat", sans-serif;
          font-size: 16px;
          line-height: 24px;
          font-weight: 600;
          position: relative;
        }
/* end */

.delete {
  width: 30px;
  position: relative;
  cursor:pointer
}
