#field,
label {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: small;
}

#field {
  margin-left: 0.5em;
  float: left;
}

label.error {
  padding-left: 16px;
  margin-left: 0.3em;
  color: #9e2828;
  font-size: 15px;
}

label.valid {
  display: block;
  width: 16px;
  height: 16px;
}

br {
  clear: both;
}

input {
  border: 1px solid #000;
  margin-bottom: 0.5em;
}
input.error {
  border: 1px solid red;
}
.termsmodule {
  margin-left: 7%;
  padding: 15px;
}
.bullet__point {
  list-style-type: block;
}

/* dfgh */
.my_gradient_border {
  position: relative;
  border-bottom: 1px solid transparent;
  line-height: 46px;
}

.my_gradient_border::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 3px;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #198754, #20c997b3, #20c99733, #20c99700);
}

.static__section__row {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.static__section__row p {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 15px;
}
.lates__update {
  line-height: 32px;
  color: #999;
  text-decoration: none;
  font-size: 13px;
  list-style: none;
}
.static__section__row ul li {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 14px;
  list-style: block !important;
  color: #777;
}
.hight__light {
  font-weight: 600;
  color: #24312fd4;
}
.static__section__rowli {
  font-family: "Inter", sans-serif;
  line-height: 1.8em;
  font-size: 15px;
  color: #777;
}
/* abi */

.faq .card-header.collapsed {
  border-radius: 0 !important;
  border-bottom: 0 !important;
}
.faq .card-header,
.faq .card-header.active {
  border-radius: 0 !important;
  border-bottom: 1px solid #f1f1f1;
}
.mrp h6.user-type,
.font__weight__sty {
  font-weight: 700 !important;
}
/* iolkkkj */

.card.border-theme {
  border: 1px solid #e5e5e5;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  overflow: hidden;
}
.card.border-theme:hover,
.card.border-theme.active {
  border-color: #198754;
  box-shadow: 0 0 10px rgba(25, 135, 84, 0.1);
}
.card-header {
  background: transparent;
  padding: 15px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
  font-weight: 600;
  border: none;
  transition: color 0.3s ease;
  border-radius: 15px;
}
.card-header a {
  flex: 1;
  text-decoration: none;
  color: inherit;
  font-size: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-header.active a {
  color: #198754;
}
.card-header i {
  font-size: 16px;
  color: #6c757d;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: 8px;
}
.card-header.active i {
  transform: rotate(180deg);
  color: #198754;
}
.card-body {
  padding: 0 25px 20px 25px;
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}
.accordion-collapse .card-body {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.3s ease;
}
.accordion-collapse.show .card-body {
  opacity: 1;
  transform: translateY(0);
}
