body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background-color: #ffffff;
  color: #000;
}

.navbar {
  background-color: #ffffff !important;
  border-bottom: 1px solid #eee;
}

.btn,
a,
button {
  text-decoration: none;
  outline: 0;
}

button {
  padding: 8px 16px;
  height: 38px;
  border-radius: 6px;
  background-color: #00aa88;
  color: white;
  border: none;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}

/* .navbar .nav-link,
.navbar-brand,
.btn_get,
.btn_green {
  color: #333 !important;
}

.navbar-brand img {
  max-height: 40px;
} */

/* TITLE */
.sec-title-wrapper {
  margin-top: 8rem;
  margin-bottom: 3rem;
  text-align: center;
}

/* PROGRESS BAR */
.stepper {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-bottom: 40px;
  font-size: 16px;
}

.stepper div {
  display: flex;
  align-items: center;
  color: #bbb;
}

.stepper div.active {
  color: #00aa88;
}

.stepper span.circle {
  display: inline-block;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background-color: #f3f3f3;
  border: 2px solid #bbb;
  text-align: center;
  line-height: 24px;
  margin-right: 10px;
  color: #333;
}

.stepper div.active span.circle {
  border: 2px solid #00aa88;
}

/*  */

form.step-form {
  max-width: 900px;
  margin: auto;
  /* padding: 20px;
  display: grid;
  gap: 20px; */
}

.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.form-group label {
  margin-bottom: 6px;
  font-size: 14px;
  color: #444;
}

.form-group input,
.form-group select {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  color: #000;
  font-size: 14px;
}

.form-group input::placeholder {
  color: #999;
}

.form-actions {
  grid-column: span 2;
  text-align: center;
  margin-top: 20px;
}

button {
  border: none;
  color: #ffffff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
  background: #04b4c4;
}

.cc-btn {
  height: 50px;
  width: 150px;
  font-size: 16px;
  border-radius: 5px;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.cc-add-btn,
.cc-remove-btn {
  width: 35px;
  height: 35px;
  font-size: 16px;
  border-radius: 50%;
  align-items: center;
  display: inline-flex;
  justify-content: center;
}

.plans {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 0 10px;
}

.plan {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.plan.highlight {
  border: 2px solid #4CAF50;
}

.plan h2 {
  margin: 0;
  font-size: 22px;
}

.price {
  font-size: 24px;
  margin: 10px 0;
  text-align: center;
}

.tick {
  color: #4CAF50;
  font-weight: 600;
  font-size: 22px;
}

.cross {
  color: red;
  font-weight: bold;
  margin-right: 5px;
  font-size: 20px;
}

.button {
  background-color: #04b4c4;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin: 15px 0;
}

.button.outlined {
  background-color: white;
  border: 2px solid #000;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  text-align: left;
}

ul li {
  padding: 5px 0;
}

.footer {
  text-align: center;
  margin-top: 40px;
  color: #666;
  font-size: 14px;
}

.footer a {
  color: #007BFF;
  text-decoration: none;
}

/* UPLOAD FILE */
.upload-file-wrapper {
  padding: 10px;
  border-radius: 5px;
  /* border: 1px dashed #ccc; */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 450px;
  margin: 20px auto;
  text-align: center;
}


.custom-file-upload {
  display: inline-block;
  position: relative;
  margin-top: 10px;
}

.custom-file-upload input[type="file"] {
  opacity: 0;
  width: 100%;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}

.custom-file-upload label {
  display: inline-block;
  background-color: #00aa88;
  color: white;
  padding: 6px 16px;
  font-size: 13px;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.custom-file-upload label:hover {
  background-color: #008f73;
}

.file-name-display {
  font-size: 13px;
  margin-top: 6px;
  color: #333;
}

/*  */

.upgrade-title {
  text-align: center;
  margin: 21px;
}

/*  */

.p-outer-wrapper {
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 15px;
  display: none;
}

.practice-container {
  padding: 20px 20px;
  border-radius: 12px;
  border: 1px solid #dadada;
}

.practice-label {
  top: -12px;
  left: 17px;
  padding: 0 6px;
  font-weight: 500;
  position: absolute;
  background: white;
}

.address-actions {
  position: absolute;
  right: -40px;
  top: 0;
}

/*  */

.lic-row-action-btn-wrapper {
  top: 35px;
  position: absolute;
  right: -38px;
}

.lic-minus {
  position: absolute;
  right: -40px;
  cursor: pointer;
  top: 4px;
  width: 21.5px
}

.license-row {
  position: relative;
}

/*  */
.step2-sm-wrap {
  display: flex;
  width: 100%;
  gap: 20px;
}

/*  */
.btn-privacy:hover,
.btn-terms:hover {
  text-decoration: underline;
  color: blue;
}

.pop-content-wrap {
  width: 0px;
  height: 0px;
  max-width: 90%;
  padding: 40px 10px 10px;
  position: fixed;
  left: -65px;
  top: 50vh;
  z-index: -1;
  overflow: hidden;
  transition: all cubic-bezier(.51, .92, .24, 1.15) 0.8s;
  background: #f0eeee;
  box-shadow: 2px 4px 6px rgba(0, 0, 0, 0.3);
}

.pop-content-wrap .pop-close-btn {
  width: 67px;
  height: 24px;
  background: #c0c0c0;
  border-radius: 50px;
  color: #474747;
  position: absolute;
  right: 10px;
  top: 9px;
  font-size: 11px;
  z-index: 9999;
  text-align: center;
  line-height: 0;
  padding: 13px 15px 10px;
  cursor: pointer;
}

.pop-content-wrap .pop-btn:hover {
  background: #474747;
  color: #fff;
}

.pop-content-wrap.active {
  width: 80%;
  height: 75vh;
  max-height: 75vh;
  left: 10%;
  top: 13vh;
  overflow: visible;
  z-index: 9999;
  transition: all cubic-bezier(.51, .92, .24, 1.15) 0.8s;
}


.pop-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 50px;
}

.pop-content div {
  width: 100% !important;
  margin: 0 !important;
}

.pop-content p {
  padding: 0 !important;
}

.btn-privacy,
.btn-terms {
  cursor: pointer;
}

.remove-file-btn {
  position: absolute;
  top: 5px;
  right: 10px;
  background: transparent;
  border: none;
  font-size: 20px;
  color: #dc3545;
  cursor: pointer;
}

form .form-group label .asterisk:after {
  content: '*';
  color: red;
  margin-left: 4px;
  font-weight: bold;
}

.asterisk:after {
  content: '*';
  color: red;
  margin-left: 4px;
  font-weight: bold;
}

.invalid {
  border: 1px solid red !important;
  background-color: #ffe6e6;
}

.login-register-dropdown {
  position: relative;
  display: inline-block;
}

.login-register-dropdown .dropdown-toggle {
  position: relative;
  background-color: #04b4c4;
  color: white;
  border: none;
  /* padding: 10px 20px; */
  /* border-radius: 25px; */
  width: 160px;
  height: 49px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s ease;


}

.login-register-dropdown .dropdown-toggle:hover {
  background-color: #077a84;
}

.login-register-dropdown .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 34px;
  min-width: 170px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  padding: 8px 0;
  z-index: 999;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.login-register-dropdown:hover .dropdown-menu,
.login-register-dropdown:focus-within .dropdown-menu {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.login-register-dropdown .dropdown-item {
  padding: 12px 20px;
  color: #333;
  text-decoration: none;
  display: block;
  font-size: 15px;
  transition: background-color 0.2s, color 0.2s;
  border-bottom: 1px solid #f0f0f0;
}

.login-register-dropdown .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #00a3b8;
}

.login-register-dropdown .dropdown-item:last-child {
  border-bottom: none;
}

/* input:invalid, select:invalid {
  border: 1px solid red;
} */

.practice1-container {
  padding-bottom: 25px;
}

.form-section-box {
  position: relative;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 30px 20px 20px 20px;
  /* Top padding is more to make space for header */
  background-color: #fff;
}

.form-section-header {
  position: absolute;
  top: -14px;
  left: 20px;
  background-color: #fff;
  /* Match container background */
  padding: 0 10px;
  font-weight: 500;
  font-size: 16px;
}

.field-error {
  border: 1px solid red !important;
}

.toast {
  visibility: hidden;
  min-width: 300px;
  color: white;
  text-align: center;
  border-radius: 8px;
  padding: 16px;
  position: fixed;
  z-index: 9999;
  font-size: 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  opacity: 0;
  top: 125px;
  right: 12px;
  transition: opacity 0.3s ease, visibility 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.toast-icon {
  font-size: 22px;
  color: white;
}

.error-msg {
  color: red;
  font-size: 13px;
  margin-top: 4px;
}

.address-group {
  gap: 10px;
  display: flex;
  margin-top: 10px;
  position: relative;
  border-radius: 5px;
  border: 1px solid #dadada;
  padding: 18px 15px 0px 15px;
}

select.form-control:not([size]):not([multiple]) {
  height: 100% !important;
}

.sm-lb {
  left: 12px;
  top: -10px;
  z-index: 9999;
  font-size: 14px;
  padding: 0px 3px;
  position: absolute;
  background: white;
}

select:disabled {
  background-color: #eee;
  cursor: not-allowed;
}

select[multiple] {
  height: 45px;
  min-height: 45px;
}

.upload-box {
  border: 2px dashed #ccc;
  padding: 10px 20px;
  text-align: center;
  border-radius: 10px;
  background-color: #f9f9f9;
  position: relative;
  transition: border-color 0.3s ease;
  max-width: 400px;
  margin: 0 auto;
}

.upload-box:hover {
  border-color: #04b4c4;
}

.upload-btn {
  display: inline-block;
  background-color: #04b4c4;
  color: white !important;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;

}

.upload-btn:hover {
  background-color: #04b4c4;
}

.file-name-display {
  margin-top: 10px;
  color: #555;
  font-style: italic;
}

.file-note {
  margin-top: 15px;
  font-size: 0.9rem;
  color: #666;
}

.plan-box {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 16px;
  margin-bottom: 16px;
}

.plan-box h3 {
  margin-top: 0;
}

.inactive li {
  color: #aaa;
  text-decoration: line-through;
}


.plans-wrapper {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding: 10px 0;
}

.plan-card {
  flex: 0 0 300px;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 16px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.plan-card h3 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #333;
}


.plan-card {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 30px;
  width: 280px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.select-plan-btn {
  margin: 15px 0;
}

.plan-card h2 {
  margin: 0;
  font-size: 22px;
  color: #333;
}

.plan-card ul {
  list-style: none;
  padding: 0;
}

.plan-card li {
  margin: 6px 0;
  font-size: 14px;
}

.step-from-overide {
  width: 100% !important;
  max-width: 100% !important;
}

.plans-wrapper {
  display: flex;
  gap: 20px;
  padding: 10px 0;
  justify-content: center;
}

.toast.show-success {
  visibility: visible;
  opacity: 1;
  background-color: green;
}

.toast.show-failed {
  visibility: visible;
  opacity: 1;
  background-color: #f44336;
}

@media (max-width: 768px) {
  form.step-form {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 992px) {
  .plans {
    flex-wrap: wrap;
    justify-content: center;
  }
}