.home-page,
.home-page * {
  box-sizing: border-box;
}

.home-page {
  background: #ffffff;
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  position: relative;
}

.header-1 {
  background: #ffffff;
  border-style: solid;
  border-color: transparent;
  border-width: 0px 0px 1px 0px;
  padding: 24px 96px 24px 96px;
  flex-shrink: 0;
  width: 1440px;
  height: 120px;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
}

.navbar-menu-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  translate: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
  flex-wrap: wrap;
}

.navbar-link {
  padding: 0.5rem;
}

.button {
  color: #000000;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  font-weight: 400;
  position: relative;
  text-decoration: none;
  transition: color 0.2s ease;
}

.button:hover {
  color: #191818;
}

.login-button {
  background: #191818;
  border-radius: 34px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 40px;
  position: relative;
  box-shadow: var(--shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.login-button:hover {
  background: #2a2a2a;
}

.text {
  color: #ffffff;
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}

.home-section {
  background: #ffffff;
  padding: 40px 96px 40px 96px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  align-self: stretch;
  flex-shrink: 0;
  height: 615px;
  position: relative;
  overflow: hidden;
}

.text2 {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 450px;
  position: relative;
}

.be-a-part-of-the-discussion-join-badilico {
  text-align: left;
  font-size: 64px;
  font-weight: 700;
  position: relative;
  align-self: stretch;
}

.be-a-part-of-the-discussion-join-badilico-span {
  color: #191818;
}

.be-a-part-of-the-discussion-join-badilico-span2 {
  color: #ed1c24;
}

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

.button3 {
  background: #191818;
  border-radius: 34px;
  border-style: solid;
  border-color: #f5f7fa;
  border-width: 1px;
  padding: 16px 28px 16px 28px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  height: 40px;
  position: relative;
  box-shadow: var(--shadow-xs-box-shadow,
      0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
}

.text3 {
  color: #f5f7fa;
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}

.button4 {
  border-radius: 34px;
  border-style: solid;
  border-color: #191818;
  border-width: 1px;
  padding: 16px 28px 16px 28px;
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 150px;
  height: 40px;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  overflow: hidden;
}

.text4 {
  color: #191818;
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}

.frame {
  width: 1024px;
  height: 512px;
  position: absolute;
  left: 400px;
  top: 90px;
}

.about-section {
  padding: 67px 73px 67px 73px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.about-cta {
  background: #f5f7fa;
  border-radius: 24px;
  flex-shrink: 0;
  width: 100%;
  max-width: 1200px;
  height: auto;
  min-height: 350px;
  position: relative;
  overflow: hidden;
}

.about {
  color: #191818;
  text-align: center;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 36px;
  letter-spacing: -0.32px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.consent-view {
  color: #7d7d7d;
  text-align: center;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 24px;
  line-height: 37px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.feature-section {
  background: #f5f7fa;
  padding: 58px 0px 40px 0px;
  display: flex;
  flex-direction: column;
  gap: 49px;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  position: relative;
  overflow: visible;
}

.features {
  color: #191818;
  text-align: center;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 40px;
  line-height: 59px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.frame-feature {
  background: #f5f7fa;
  border-radius: 17px;
  border-style: solid;
  border-color: #cacbcc;
  border-width: 2px;
  padding: 28px 38px 28px 38px;
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 333px;
  height: 219px;
  position: relative;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  margin-left: 10px;
  margin-right: 10px;
}

.icon {
  flex-shrink: 0;
  width: 85px;
  height: 77px;
  position: relative;
}

.rectangle-icon {
  background: #f6dedf;
  border-radius: 22.85px 6.35px 12.69px 6.35px;
  width: 63.46px;
  height: 62.19px;
  position: absolute;
  left: 84.5px;
  top: 77.08px;
  transform-origin: 0 0;
  transform: rotate(-180deg) scale(1, 1);
}

.icon2 {
  width: 76px;
  height: 76px;
  position: absolute;
  left: -0.5px;
  top: 0px;
}

.layer-1 {
  width: 53.95%;
  height: 52.63%;
  position: absolute;
  right: 34.21%;
  left: 11.84%;
  bottom: 17.11%;
  top: 30.26%;
  overflow: hidden;
}

.r-8-tn-lo-tif {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.layer-12 {
  width: 48px;
  height: 51px;
  position: absolute;
  left: 4.5px;
  top: 22px;
  overflow: hidden;
}

._5-iz-yt-c-tif {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.feature-text {
  color: #191818;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
}

.layer-13 {
  width: 61.84%;
  height: 60.53%;
  position: absolute;
  right: 26.32%;
  left: 11.84%;
  bottom: 9.21%;
  top: 30.26%;
  overflow: hidden;
}

.a-vv-o-gz-tif {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.layer-14 {
  width: 53.95%;
  height: 81.58%;
  position: absolute;
  right: 38.16%;
  left: 7.89%;
  bottom: 0%;
  top: 18.42%;
  overflow: visible;
}

.layer-15 {
  width: 55.26%;
  height: 73.68%;
  position: absolute;
  right: 32.89%;
  left: 11.84%;
  bottom: 0%;
  top: 26.32%;
  overflow: visible;
}

.layer-16 {
  width: 67.11%;
  height: 61.84%;
  position: absolute;
  right: 22.37%;
  left: 10.53%;
  bottom: 7.89%;
  top: 30.26%;
  overflow: hidden;
}

.c-cu-ehq-tif {
  height: auto;
  position: absolute;
  left: 0px;
  top: 0px;
  overflow: visible;
}

.steps-section {
  background: #ffffff;
  padding: 94px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  height: auto;
  position: relative;
}

.steps {
  color: #191818;
  text-align: center;
  font-family: "Roboto-Medium", sans-serif;
  font-size: 40px;
  line-height: 59px;
  font-weight: 500;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-page .footer {
  background: #191818;
  padding: 45px 95px 45px 95px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
  max-height: auto;
  position: relative;
}

.group-226742 {
  flex-shrink: 0;
  width: 178.71px;
  height: 56.32px;
  position: relative;
  overflow: visible;
}

.navbar-link2 {
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 84px;
  height: 20px;
  position: relative;
}

.button5 {
  color: #ececec;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  position: relative;
}

.navbar-link3 {
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex-shrink: 0;
  width: 104px;
  height: 20px;
  position: relative;
}

.frame-409 {
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 248.33px;
  position: relative;
}

.instagram-logo {
  border-radius: 50px;
  padding: 3px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.group {
  width: 54.86%;
  height: 54.86%;
  position: absolute;
  right: 22.57%;
  left: 22.57%;
  bottom: 22.57%;
  top: 22.57%;
  overflow: visible;
}

.x-logo {
  border-radius: 50px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: visible;
}

.facebook-logo {
  border-radius: 50px;
  padding: 6px 11px 6px 11px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.group2 {
  width: 53.57%;
  height: 53.57%;
  position: absolute;
  right: 22.32%;
  left: 24.1%;
  bottom: 22.98%;
  top: 23.44%;
  overflow: visible;
}

.whatsapp-logo {
  border-radius: 50px;
  padding: 6px 11px 6px 11px;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  position: relative;
  overflow: hidden;
}

.group3 {
  width: 53.57%;
  height: 53.84%;
  position: absolute;
  right: 22.32%;
  left: 24.11%;
  bottom: 22.71%;
  top: 23.44%;
  overflow: visible;
}

.frame-1618872692 {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  flex: 1;
  position: relative;
}

._2025-badilco-all-rights-reserved {
  color: #ececec;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  width: 230.67px;
}

.navbar-link4 {
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  width: 153px;
  height: 20px;
  position: relative;
}

.button6 {
  color: #ececec;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.navbar-link5 {
  padding: 24px 0px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-end;
  flex-shrink: 0;
  height: 20px;
  position: relative;
}

.diver-line,
.diver-line * {
  box-sizing: border-box;
}

.diver-line {
  margin-top: 35px;
  margin-left: 10px;
  margin-right: 10px;
  border-style: solid;
  border-color: #d3d5d9;
  border-width: 0.5px 0 0 0;
  align-self: stretch;
  flex-shrink: 0;
  height: 0px;
  width: 50px;
  position: relative;
}

/* Login */
.badilico-login,
.badilico-login * {
    box-sizing: border-box;
}

.badilico-login {
    background: #f5f7fa;
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.badilico-button {
    color: #191818;
    text-align: left;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}

.badilico-frame-main {
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: flex-start;
    justify-content: center;
    width: 100%;
    max-width: 1248px;
    position: absolute;
    left: 50%;
    translate: -50%;
    top: 159px;
    overflow: hidden;
    padding: 0 20px;
}

.badilico-content {
    background: var(--base-100, #ffffff);
    border-radius: 20px;
    border-style: solid;
    border-color: var(--dark-200, #d3d5d9);
    border-width: 1px;
    padding: 50px 48px 50px 48px;
    display: flex;
    flex-direction: row;
    gap: 0px;
    align-items: flex-start;
    justify-content: center;
    flex-shrink: 0;
    width: 70vw;
    position: relative;
    overflow: hidden;
    max-width: 400px;
    width: 100%;
    padding: 2rem 1rem;
    margin: 2rem auto;
}

.badilico-frame-content {
    display: flex;
    flex-direction: column;
    gap: 30px;
    align-items: center;
    justify-content: flex-start;
    flex: 1;
    position: relative;
}

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

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

.badilico-login-title {
    color: #191818;
    text-align: center;
    font-family: "Roboto-SemiBold", sans-serif;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: -0.8px;
    font-weight: 600;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
}

.badilico-content-container {
    display: flex;
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
    margin-left: 50px;
    margin-right: 50px;
}

.badilico-text-container {
    display: flex;
    flex-direction: column;
    gap: 32px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.badilico-input-fields {
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.badilico-text-field {
    display: flex;
    flex-direction: column;
    gap: 4px;
    align-items: flex-start;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.badilico-input-field {
    border-radius: 12px;
    border-style: solid;
    border-color: var(--dark-200, #d3d5d9);
    border-width: 1px;
    padding: 15.5px 20px 15.5px 20px;
    display: flex;
    flex-direction: row;
    gap: 8px;
    align-items: center;
    justify-content: flex-start;
    align-self: stretch;
    flex-shrink: 0;
    position: relative;
}

.badilico-input-password {
    border-radius: 12px;
    border-style: solid;
    border-color: var(--dark-200, #d3d5d9);
    border-width: 1px;
    padding: 18.5px 20px 17.5px 20px;
}

.badilico-eye-disable {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    position: relative;
    overflow: visible;
}

.badilico-forgot-password {
    color: #4caf4f;
    text-align: left;
    font-family: "Roboto-Medium", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 500;
    position: relative;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.badilico-frame-button {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 16px;
    align-self: center;
}

.badilico-login-button {
    background: #191818;
    color: #ffffff;
    border-radius: 34px;
    padding: 16px 32px;
    font-family: 'Roboto-SemiBold', sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    min-width: 200px;
}

.badilico-text {
    color: #ffffff;
    text-align: left;
    font-family: "Roboto-SemiBold", sans-serif;
    font-size: 14px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
}

.badilico-small-one {
    background: #ffffff;
    border-style: solid;
    border-color: transparent;
    border-width: 0px 0px 1px 0px;
    padding: 24px 96px 24px 96px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 120px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
    z-index: 1000;
}

.badilico-frame-logo {
    display: flex;
    flex-direction: row;
    gap: 78px;
    align-items: center;
    justify-content: flex-start;
    flex-shrink: 0;
    position: relative;
}

.badilico-group-logo {
    flex-shrink: 0;
    display: block;
    width: 172px;
    height: 58px;
    object-fit: contain;
    position: relative;
    overflow: visible;
}

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

.badilico-not-a-user {
    color: #000000;
    text-align: left;
    font-family: "Roboto-Regular", sans-serif;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.2px;
    font-weight: 400;
    position: relative;
}

.badilico-button3 {
    background: #191818;
    border-radius: 34px;
    padding: 16px 28px 16px 28px;
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 40px;
    position: relative;
    box-shadow: var(--shadow-xs-box-shadow,
            0px 1px 2px 0px rgba(16, 24, 40, 0.05));
    overflow: hidden;
}

/* Register */
.register-content,
.register-content * {
  box-sizing: border-box;
}

.register-content {
  background: var(--base-100, #ffffff);
  border-radius: 20px;
  border-style: solid;
  border-color: var(--dark-200, #d3d5d9);
  border-width: 1px;
  padding: 50px 48px 50px 48px;
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}

.badilico-frame-main {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: flex-start;
  justify-content: center;
  width: 1248px;
  position: absolute;
  left: 50%;
  translate: -50%;
  top: 159px;
  overflow: hidden;
}

.register-frame-383 {
  display: flex;
  flex-direction: column;
  gap: 32px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.register-frame-1618872670 {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

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

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

.register-register {
  color: #191818;
  text-align: center;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.8px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-stepper-basic {
  display: flex;
  flex-direction: column;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

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

.register-stepper-step-1-active {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: flex-start;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.register-stepper-head {
  display: flex;
  flex-direction: row;
  gap: 0px;
  align-items: center;
  justify-content: flex-start;
  flex: 1;
  position: relative;
}

.register-margins {
  padding: 24px 8px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.register-nodes {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
}

.register-ellipse-106 {
  border-radius: 50%;
  border-style: solid;
  border-color: #d9d9d9;
  border-width: 1px;
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  top: 0%;
}

.register-ellipse-107 {
  background: #4caf4f;
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: absolute;
  right: 25%;
  left: 25%;
  bottom: 25%;
  top: 25%;
}

.register-personal-details {
  color: var(--muted-text-color, #757575);
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 15px;
  line-height: 130%;
  font-weight: 600;
  position: relative;
}

.register-margins2 {
  padding: 24px 8px 24px 8px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.register-_1 {
  color: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 12px;
  line-height: 16px;
  font-weight: 600;
  position: absolute;
  right: 31.82%;
  left: 36.36%;
  width: 31.82%;
  bottom: 13.64%;
  top: 13.64%;
  height: 72.73%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-identity-verification {
  color: var(--muted-text-color, #757575);
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 14px;
  line-height: 130%;
  font-weight: 400;
  position: relative;
}

.register-content-container {
  display: flex;
  flex-direction: column;
  gap: 40px;
  align-items: stretch;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.register-frame-personal-details {
  display: flex;
  flex-direction: column;
  gap: 13px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.register-personal-details2 {
  color: #191818;
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 23px;
  line-height: 23px;
  letter-spacing: -0.2px;
  font-weight: 600;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.register-personal-details2-description {
  color: #9ca1aa;
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.2px;
  font-weight: 400;
  position: relative;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.register-text-container {
  display: flex;
  flex-direction: column;
  gap: 22px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.register-input-fields {
  display: flex;
  flex-direction: column;
  gap: 26px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.text-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: flex-start;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.badilico-input-field {
  border-radius: 12px;
  border-style: solid;
  border-color: var(--dark-200, #d3d5d9);
  border-width: 1px;
  padding: 15.5px 20px 15.5px 20px;
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.register-input-view-password {
  border-radius: 12px;
  border-style: solid;
  border-color: var(--dark-200, #d3d5d9);
  border-width: 1px;
  padding: 15px 20px 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  align-self: stretch;
  flex-shrink: 0;
  position: relative;
}

.register-eye-disable {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

.badilico-input-field-password {
  color: var(--dark-400, #9ca1aa);
  text-align: left;
  font-family: "Roboto-Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.2px;
  font-weight: 400;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  padding: 0;
}

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

.register-button2 {
  background: #191818;
  border-radius: 34px;
  padding: 16px 21px 16px 21px;
  display: flex;
  flex-direction: row;
  gap: 4px;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  height: 40px;
  position: relative;
  box-shadow: var(--shadow-xs-box-shadow,
      0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
}

.register-text {
  color: #ffffff;
  text-align: left;
  font-family: "Roboto-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  position: relative;
}

.register-chevron-forward {
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  position: relative;
  overflow: visible;
  aspect-ratio: 1;
}

.tick-margins {
  padding: 0px 8px 24px 0px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: flex-start;
  justify-content: flex-start;
  flex-shrink: 0;
  position: relative;
}

.tick-nodes {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  position: relative;
  overflow: visible;
}

/* Photo ID Option Card */
.register-photo-id-option {
  display: flex;
  align-items: center;
  border: 1.5px solid #4CAF50;
  border-radius: 16px;
  background: #fff;
  /* White background */
  padding: 24px;
  gap: 24px;
  width: 100%;
  /* Full width */
  max-width: none;
  /* Remove max-width limit */
  box-sizing: border-box;
}

.register-photo-id-icon {
  background: #E6F4EA;
  border-radius: 12px;
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.register-photo-id-icon img {
  width: 40px;
  height: 40px;
}

.register-photo-id-texts {
  flex: 1;
}

.register-photo-id-title {
  font-weight: bold;
  font-size: 20px;
  color: #191818;
}

.register-photo-id-subtitle {
  color: #9CA1AA;
  font-size: 16px;
  margin-top: 4px;
}

.register-photo-id-checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.register-photo-id-checkbox input[type="radio"] {
  display: none;
}

.register-photo-id-custom {
  display: inline-block;
  width: 28px;
  height: 28px;
  border: 2px solid #D3D5D9;
  border-radius: 50%;
  position: relative;
  background: #fff;
}

.register-photo-id-dot {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 16px;
  height: 16px;
  background: #4CAF50;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.register-photo-id-checkbox input[type="radio"]:checked+.register-photo-id-custom .register-photo-id-dot {
  display: block;
}

    .step-circle {
        width: 32px;
        height: 32px;
        display: inline-block;
        position: relative;
    }

    .step-circle .circle-bg {
        background: #fff;
        border: 2px solid #6c757d;
        border-radius: 50%;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 0;
        left: 0;
    }

    .step-circle .circle-dot {
        background: #28a745;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .step-circle .circle-tick {
        color: #28a745;
        font-size: 1.2rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .step-circle .circle-num {
        color: #6c757d;
        font-weight: bold;
        font-size: 1.1rem;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .step-label.active {
        color: #212529 !important;
    }

    .step-label.completed {
        color: #28a745 !important;
    }

/* Photo Modal*/
.photo-id-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(51, 51, 51, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.photo-id-modal {
  background: #fff;
  border-radius: 18px;
  padding: 32px 32px 24px 32px;
  min-width: 400px;
  max-width: 90vw;
  position: relative;
  box-shadow: 0 4px 32px rgba(0, 0, 0, 0.12);
}

.photo-id-modal-close {
  position: absolute;
  top: 18px;
  right: 18px;
  background: none;
  border: none;
  font-size: 28px;
  cursor: pointer;
  color: #222;
}

.photo-id-modal-content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.photo-id-modal-title {
  color: #B0B7C3;
  font-size: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.photo-id-dropzone {
  border: 1px dashed #B0B7C3;
  border-radius: 12px;
  background: #FAFBFC;
  width: 100%;
  min-width: 340px;
  min-height: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  cursor: pointer;
}

.photo-id-dropzone-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.photo-id-dropzone-types {
  color: #B0B7C3;
  font-size: 14px;
  margin-bottom: 8px;
}

.photo-id-dropzone-link {
  color: #4CAF50;
  cursor: pointer;
  text-decoration: underline;
  margin-left: 4px;
}

.photo-id-modal-submit {
  background: #191818;
  color: #fff;
  border: none;
  border-radius: 22px;
  padding: 10px 32px;
  font-size: 16px;
  font-weight: 500;
  margin-top: 12px;
  cursor: pointer;
}

/* Photo ID Preview Section */
.photo-id-preview-section {
  display: none;
  margin-top: 32px;
}

.photo-id-preview-section.active {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.photo-id-preview-section.active .photo-id-preview-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: 500px;
  width: 100%;
}

.photo-id-preview-img {
  display: block;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

.photo-id-preview-info {
  text-align: center;
  margin-bottom: 24px;
}

.photo-id-preview-title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 12px;
}

.photo-id-preview-tick {
  color: #4CAF50;
  margin-right: 4px;
}

.photo-id-preview-check {
  margin-bottom: 4px;
}

.photo-id-preview-check:last-child {
  margin-bottom: 16px;
}

.photo-id-preview-confirm-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 8px;
}

.photo-id-preview-confirm-info {
  color: #B0B7C3;
  margin-bottom: 16px;
}

.photo-id-preview-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  justify-content: center;
}

.photo-id-preview-retake {
  background: none;
  color: #B0B7C3;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.photo-id-preview-confirm {
  background: none;
  color: #4CAF50;
  border: none;
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
}

.select-input {
  background-color: white;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.submit-step-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.submit-step-icon {
  width: 120px;
  height: 120px;
  border-radius: 8px;
  margin-bottom: 32px;
}

.submit-step-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 16px;
}

.submit-step-description {
  color: #9ca1aa;
  font-size: 1rem;
  max-width: 500px;
  margin-bottom: 32px;
}

.badilico-small-one {
  background: #ffffff;
  border-style: solid;
  border-color: transparent;
  border-width: 0px 0px 1px 0px;
  padding: 1rem;
  width: 100vw;
  height: auto;
  position: relative;
  box-shadow: 0px 1px 0px 0px rgba(229, 229, 229, 1);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  left: 0;
  right: 0;
}

.badilico-group-logo {
  display: block;
  height: 60px;
  width: 172px;
  max-width: 172px;
  object-fit: contain;
  flex-shrink: 0;
  margin-right: 1rem;
}

.navbar-menu-links {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  position: relative;
  left: 0;
  translate: 0;
  top: 0;
  overflow: hidden;
  margin: 0 auto;
  flex-wrap: wrap;
}

.login-button {
  background: #191818;
  border-radius: 34px;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  height: 40px;
  position: relative;
  box-shadow: var(--shadow-xs-box-shadow, 0px 1px 2px 0px rgba(16, 24, 40, 0.05));
  overflow: hidden;
  text-decoration: none;
  transition: background-color 0.2s ease;
}

.login-button:hover {
  background: #2a2a2a;
}

.badilico-frame-register {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-left: 1rem;
}

/* Media Queries */
@media (max-width: 991.98px) {
  .badilico-small-one {
    padding: 0.75rem;
    width: 100vw;
  }

  .navbar-menu-links {
    order: 3;
    width: 100%;
    margin-top: 1rem;
    justify-content: center;
  }

  .badilico-frame-register {
    order: 2;
    margin-left: auto;
  }
}

@media (max-width: 767.98px) {
  .badilico-small-one {
    padding: 0.5rem;
    width: 100vw;
  }

  .navbar-menu-links {
    gap: 0.5rem;
  }

  .badilico-frame-register {
    flex-direction: column;
    width: 100%;
    margin: 1rem 0 0 0;
    text-align: center;
  }

  .badilico-not-a-user {
    text-align: center;
  }

  .badilico-button3 {
    width: 100%;
    text-align: center;
  }

  .login-button {
    width: 100%;
  }

  .frame {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    left: auto !important;
    top: auto !important;
    max-width: 100%;
    margin: 0 auto;
    display: block;
  }

  .frame-feature {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .photo-id-modal-overlay {
    top: 250px;
    max-height: 90vh;
    overflow-y: auto;
  }
}

@media (max-width: 575.98px) {
  .badilico-small-one {
    padding: 0.5rem;
    width: 100vw;
  }

  .navbar-menu-links {
    gap: 0.25rem;
  }

  .button {
    font-size: 0.875rem;
    font-family: "Roboto-Regular", sans-serif;
  }

  .badilico-group-logo {
    height: 48px;
  }

  /* Responsive login card for mobile */
  .badilico-content {
    max-width: 95vw;
    padding: 1rem 0.5rem;
    margin: 1rem auto;
  }
  .badilico-login-title {
    font-size: 1.5rem;
  }
  .badilico-login-button {
    width: 100%;
    min-width: unset;
    padding: 0.5rem 0;
    font-size: 1rem;
    height: 38px;
  }
  .badilico-input-field {
    font-size: 1rem;
    padding: 12px 10px;
  }
  .register-input-view-password {
    padding: 15px;
  }
}

@media (max-width: 768px) {
  .photo-id-modal {
    padding-bottom: 8px;
    margin-bottom: 0;
  }
  .photo-id-preview-section {
    margin-bottom: 0;
  }
}

.btn-pill-black {
  background: #181818;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 2rem;
  font-size: 1rem;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-block;
  text-align: center;
}

.btn-pill-black:hover,
.btn-pill-black:focus {
  background: #111;
  color: #fff;
  box-shadow: 0 4px 16px 0 rgba(0, 0, 0, 0.12);
  text-decoration: none;
}

.text-red {
  color: #e53935 !important;
  /* or any red shade you prefer */
}

.text-black {
  color: #000000 !important;
  /* or any black shade you prefer */
}

.badilico-login-button {
  background: #191818;
  color: #fff;
  font-weight: bold;
  border: none;
  border-radius: 999px;
  padding: 0.5rem 2.5rem 0.5rem 2.5rem;
  font-size: 1rem;
  min-width: unset;
  width: auto;
  height: 40px;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-block;
  text-align: center;
}

.polls-page-card > .card-header > .d-flex {
  align-items: center;
}

.polls-page-card > .card-header .btn {
  margin-bottom: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  line-height: 1.4;
  min-height: 2.375rem;
}

.polls-table-wrapper {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.polls-page-card .dataTable-wrapper {
  max-width: 100%;
  overflow: visible;
}

.polls-page-card .dataTable-container,
.polls-page-card .polls-table-scroll-container {
  overflow-x: auto !important;
  overflow-y: visible !important;
  -webkit-overflow-scrolling: touch;
  max-width: 100%;
  touch-action: pan-x pan-y;
}

.polls-data-table,
.polls-page-card .dataTable-container table {
  min-width: 960px;
  width: 100%;
}

@media (max-width: 767.98px) {
  .polls-table-wrapper {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
    padding-bottom: 0.25rem;
  }

  .polls-data-table th,
  .polls-data-table td {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .polls-data-table .text-xxs {
    font-size: 0.625rem;
    letter-spacing: 0;
  }
}

/* Polls list — mobile table layout */
@media (max-width: 767.98px) {
  .polls-page-card {
    overflow: visible;
  }

  .polls-page-card > .card-body {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    overflow-x: visible;
  }

  .polls-page-card .card-header {
    border-bottom: none;
    padding-bottom: 1rem;
  }

  .polls-page-card > .card-header > .d-flex {
    flex-wrap: wrap;
    gap: 0.75rem;
  }

  .polls-page-card > .card-header .d-flex.gap-2 {
    width: 100%;
    justify-content: flex-start;
  }
}

.polls-mobile-list {
  margin-top: 0;
  padding: 1rem 1rem 1.25rem;
}

.polls-mobile-list .form-control {
  border-radius: 0.75rem;
  padding: 0.625rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid #dee2e6;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.poll-mobile-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 14px rgba(0, 0, 0, 0.05);
}

.poll-mobile-card:last-child {
  margin-bottom: 0.25rem;
}

.poll-mobile-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}

.poll-mobile-card-header .badge {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.poll-mobile-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #344767;
}

.poll-mobile-vote-btn {
  margin-top: 0.75rem;
  min-height: 2.5rem;
  font-weight: 600;
}

.poll-mobile-voted {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.75rem;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}

.poll-mobile-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  margin-bottom: 0;
}

.poll-mobile-admin-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.poll-mobile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 2.5rem;
  padding: 0.5rem;
  font-size: 1.1rem;
}

.poll-review-dropdown {
  cursor: pointer;
}

.poll-review-dropdown::after {
  display: none;
}

.polls-page-card td .poll-action-lead {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.25rem;
  margin: 0;
  vertical-align: middle;
}

.polls-page-card .dropdown-menu .dropdown-item {
  font-size: 0.875rem;
  padding: 0.5rem 1rem;
}

/* SMS list — mobile card layout (matches polls) */
.sms-management-page {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 768px) {
  .sms-management-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (max-width: 767.98px) {
  .main-content > .container-fluid:has(.sms-management-page) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sms-management-page {
    padding-left: 0;
    padding-right: 0;
  }

  .sms-page-card {
    margin-bottom: 1rem;
  }

  .sms-page-card > .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: #f0f2f5;
    border-radius: 0 0 1rem 1rem;
  }

  .sms-page-card .card-header {
    border-bottom: none;
    padding-bottom: 1.5rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.sms-mobile-list {
  margin-top: 0;
  padding: 1rem 1rem 1.25rem;
}

.sms-mobile-list .form-control {
  border-radius: 0.75rem;
  padding: 0.625rem 1rem;
  margin-bottom: 1.25rem;
  border: 1px solid #dee2e6;
  background: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.04);
}

.sms-mobile-card {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 1rem;
  padding: 1.125rem 1.25rem;
  margin-bottom: 1.5rem;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06), 0 4px 14px rgba(0, 0, 0, 0.05);
}

.sms-mobile-card:last-child {
  margin-bottom: 0.25rem;
}

.sms-mobile-card-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.625rem;
}

.sms-mobile-card-header .badge {
  max-width: 60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sms-mobile-title {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 0.5rem;
  color: #344767;
}

.sms-mobile-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 1.45;
  margin-bottom: 0;
}

.sms-mobile-meta {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
  margin-top: 0.75rem;
  padding: 0.625rem 0.75rem;
  background: #f8f9fa;
  border-radius: 0.5rem;
}

.sms-mobile-meta-row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 0.75rem;
}

.sms-mobile-admin-actions {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 0.5rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #e9ecef;
}

.sms-mobile-action-form {
  flex: 1 1 0;
  min-width: 0;
  display: flex;
}

.sms-mobile-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 0;
  min-width: 0;
  min-height: 2.5rem;
  padding: 0.5rem;
  font-size: 1.1rem;
}

.users-management-page {
  padding-left: 0;
  padding-right: 0;
}

.users-page-card {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.users-page-card > .card-header,
.users-page-card > .card-body {
  background-color: transparent;
}

.users-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
}

.users-role-select {
  width: auto;
  min-width: 10rem;
  max-width: 14rem;
  border: 1px solid #d2d6da;
  border-radius: 0.5rem;
  color: #67748e;
  background-color: #fff;
}

.users-role-select:focus {
  border-color: #6BC168;
  box-shadow: 0 0 0 2px rgba(107, 193, 104, 0.25);
  outline: none;
}

.users-mobile-toolbar .users-role-select,
.users-mobile-toolbar #users-mobile-search {
  flex: 1 1 10rem;
  max-width: none;
  min-width: 0;
  margin-bottom: 0;
}

.users-management-page .dataTable-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
}

.users-management-page .dataTable-top::after {
  display: none;
}

.users-management-page .dataTable-top > .dataTable-dropdown,
.users-management-page .dataTable-top > .dataTable-search,
.users-management-page .dataTable-top > .users-role-select,
.users-management-page .dataTable-top > .users-search-filters {
  float: none;
}

.users-management-page .dataTable-top > .dataTable-dropdown {
  flex: 0 0 100%;
  margin-right: 0;
}

.users-management-page .dataTable-top > .users-search-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 0.75rem;
  width: 100%;
  margin: 0;
}

.users-management-page .dataTable-top > .users-search-filters .dataTable-search,
.users-management-page .dataTable-top > .users-search-filters .users-role-select {
  float: none;
  margin: 0;
}

.users-management-page .dataTable-search {
  display: flex;
  align-items: center;
}

@media (min-width: 768px) {
  .users-management-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

/* User management — mobile card layout */
@media (max-width: 767.98px) {
  .main-content > .container-fluid:has(.users-management-page) {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .users-management-page {
    padding-left: 0;
    padding-right: 0;
  }

  .users-page-card {
    margin-bottom: 1rem;
  }

  .users-page-card > .card-body {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    background: transparent;
    border-radius: 0;
  }

  .users-page-card > .card-body > .alert,
  .users-page-card > .card-body > .row {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .users-page-card .card-header {
    border-bottom: none;
    padding-bottom: 1rem;
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .users-new-btn {
    width: 9rem;
    min-height: 2.5rem;
    font-weight: 600;
  }

  .users-mobile-list {
    padding: 0.5rem;
  }

  .users-mobile-list .user-mobile-card-header,
  .users-mobile-list .user-mobile-card-row {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}

.users-mobile-list {
  margin-top: 0;
  padding: 0.75rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  background: transparent;
}

.users-mobile-list .form-control {
  border-radius: 0.625rem;
  padding: 0.625rem 0.875rem;
  margin-bottom: 0.25rem;
  border: 1px solid #e5e7eb;
  background: #fff;
  font-size: 0.875rem;
  box-shadow: none;
}

.users-mobile-list .user-mobile-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.06), 0 1px 3px rgba(16, 24, 40, 0.1);
}

.users-mobile-list .user-mobile-card-header {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.users-mobile-list .user-mobile-card-header-left {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  min-width: 0;
}

.users-mobile-list .user-mobile-card-checkbox {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
  border: 1.5px solid #d1d5db;
  border-radius: 0.25rem;
  background: #fff;
  flex-shrink: 0;
}

.users-mobile-list .user-mobile-card-id {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.2;
  color: #111827;
  letter-spacing: 0.02em;
}

.users-mobile-list .user-mobile-card-actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 0.75rem;
  flex-shrink: 0;
}

.users-mobile-list .user-mobile-card-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.75rem;
  height: 1.75rem;
  padding: 0;
  border: 1px solid #d1d5db;
  border-radius: 0.375rem;
  background: #fff;
  color: #6b7280;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
}

.users-mobile-list .user-mobile-card-action:last-child {
  border-color: transparent;
  background: transparent;
}

.users-mobile-list .user-mobile-card-action:hover,
.users-mobile-list .user-mobile-card-action:focus {
  color: #111827;
  border-color: #9ca3af;
}

.users-mobile-list .user-mobile-card-rows {
  display: block;
}

.users-mobile-list .user-mobile-card-row {
  display: grid;
  grid-template-columns: 5.75rem minmax(0, 1fr);
  align-items: start;
  gap: 0.75rem 1rem;
  padding: 0.875rem 1rem;
  border-bottom: 1px solid #e5e7eb;
}

.users-mobile-list .user-mobile-card-row:last-child {
  border-bottom: none;
}

.users-mobile-list .user-mobile-card-row-label {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6b7280;
}

.users-mobile-list .user-mobile-card-row-value {
  margin: 0;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.users-mobile-list .user-mobile-card-row-primary {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5;
  color: #111827;
  overflow-wrap: anywhere;
}

.users-mobile-list .user-mobile-card-row-secondary {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: #374151;
  overflow-wrap: anywhere;
}

.users-mobile-list .user-mobile-card-pill {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.125rem 0.625rem;
  border-radius: 999px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5;
  background: #fff;
  border: 1px solid transparent;
  width: fit-content;
}

.users-mobile-list .user-mobile-card-pill-dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  flex-shrink: 0;
}

.users-mobile-list .user-mobile-card-pill.is-verified {
  color: #16a34a;
  border-color: #86efac;
}

.users-mobile-list .user-mobile-card-pill.is-verified .user-mobile-card-pill-dot {
  background: #22c55e;
}

.users-mobile-list .user-mobile-card-pill.is-unverified {
  color: #dc2626;
  border-color: #fca5a5;
}

.users-mobile-list .user-mobile-card-pill.is-unverified .user-mobile-card-pill-dot {
  background: #ef4444;
}

.users-mobile-list .user-mobile-card-notifications {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem;
}

/* User profile — mobile layout */
.profile-hero-card {
  margin-left: 0;
  margin-right: 0;
}

.user-profile-page .min-w-0 {
  min-width: 0;
}

.profile-hero-name {
  overflow-wrap: anywhere;
}

.profile-page-card .card-header {
  border-bottom: none;
}

@media (max-width: 767.98px) {
  .user-profile-page {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
  }

  .profile-hero-banner {
    min-height: 140px !important;
    margin-top: 0.5rem !important;
  }

  .profile-hero-card {
    padding: 1rem !important;
    margin-top: -3rem !important;
  }

  .profile-hero-card .avatar.avatar-xl {
    width: 4rem;
    height: 4rem;
  }

  .profile-page-card {
    border-radius: 1rem;
    overflow: hidden;
  }

  .profile-page-card > .card-header,
  .profile-page-card > .card-body {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }

  .profile-verification-alert {
    padding: 0.875rem 1rem;
  }

  .profile-verify-btn,
  .profile-verify-header-btn,
  .profile-save-btn,
  .profile-password-section .btn,
  .profile-delete-section .btn {
    width: 100%;
    min-height: 2.5rem;
    font-weight: 600;
    justify-content: center;
  }

  .profile-password-section form .col-12 .btn,
  .profile-delete-section form .col-md-6:last-child .btn {
    margin-top: 0.25rem;
  }

  .profile-save-btn {
    margin-bottom: 0 !important;
  }
}

@media (min-width: 768px) {
  .profile-hero-card {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .profile-verify-btn {
    width: auto;
    white-space: nowrap;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.sidenav-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(15, 23, 42, 0.45);
  z-index: 1040;
  border: none;
  padding: 0;
  cursor: default;
}

/* Auth layout — mobile navigation & shell */
@media (max-width: 991.98px) {
  .main-content.mt-1 {
    margin-top: 0 !important;
  }

  .main-content > .container-fluid {
    padding-top: 1rem !important;
    padding-bottom: 1.25rem !important;
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
  }

  #sidenav-main.sidenav {
    top: 0;
    bottom: 0;
    left: 0;
    margin: 0 !important;
    max-width: min(18rem, 88vw) !important;
    border-radius: 0 1rem 1rem 0 !important;
    box-shadow: 0 8px 32px rgba(15, 23, 42, 0.18);
    z-index: 1050;
  }

  #sidenav-main .sidenav-header {
    height: auto;
    min-height: 4rem;
    padding: 1rem 3rem 0.75rem 1rem;
  }

  #sidenav-main .sidenav-header .navbar-brand-img {
    max-height: 2rem;
    width: auto;
  }

  #sidenav-main .sidenav-close-btn {
    width: 2.75rem;
    height: 2.75rem;
    margin: 0.5rem 0.5rem 0 0;
    opacity: 1;
    text-decoration: none;
  }

  #sidenav-main .sidenav-close-btn i {
    font-size: 1.125rem;
    color: #67748e;
  }

  #sidenav-main .horizontal.dark {
    margin-top: 0;
    opacity: 0.35;
  }

  #sidenav-main .navbar-collapse {
    height: calc(100vh - 5rem) !important;
    padding-bottom: 1rem;
  }

  #sidenav-main .navbar-nav .nav-link {
    margin: 0 0.75rem;
    padding: 0.5rem 0.75rem;
    font-size: 0.9375rem;
    color: #525f7f;
  }

  #sidenav-main .navbar-nav .nav-link .nav-link-text {
    font-weight: 500;
  }

  #sidenav-main .navbar-nav .nav-link.active {
    color: #191818;
    font-weight: 600;
    box-shadow: none;
    background: #f4f6f8;
  }

  #sidenav-main .navbar-nav .nav-link .icon.icon-shape {
    width: 2rem;
    height: 2rem;
    min-width: 2rem;
    margin-right: 0.625rem !important;
    box-shadow: none !important;
  }

  #sidenav-main .navbar-nav .nav-link .icon.icon-shape i {
    font-size: 0.75rem !important;
    top: 0;
  }

  #sidenav-main .navbar-nav .nav-item.mt-2 {
    margin-top: 0.5rem !important;
  }

  #sidenav-main .navbar-nav h6.text-uppercase {
    padding-left: 1.25rem !important;
    margin-left: 0 !important;
    margin-bottom: 0.25rem;
    font-size: 0.6875rem;
    letter-spacing: 0.08em;
    color: #8898aa !important;
    opacity: 1 !important;
  }

  #sidenav-main .navbar-nav .nav-item.pb-2 {
    padding-bottom: 0 !important;
  }

  .g-sidenav-pinned .sidenav-backdrop {
    display: block;
  }

  .g-sidenav-pinned .main-content {
    pointer-events: none;
  }

  .g-sidenav-pinned #sidenav-main,
  .g-sidenav-pinned #sidenav-main * {
    pointer-events: auto;
  }

  /* Dashboard stat cards */
  .main-content .row > [class*="col-"] > .card > .card-body {
    padding: 0.875rem 1rem !important;
  }

  .main-content .row > [class*="col-"] > .card .numbers p {
    font-size: 0.75rem;
    margin-bottom: 0.125rem;
  }

  .main-content .row > [class*="col-"] > .card .numbers h5 {
    font-size: 1.25rem;
  }

  .main-content .row > [class*="col-"] > .card .icon-shape:not(.icon-sm) {
    width: 2.5rem;
    height: 2.5rem;
  }

  .main-content .row > [class*="col-"] > .card .icon-shape:not(.icon-sm) i,
  .main-content .row > [class*="col-"] > .card .icon-shape:not(.icon-sm) .ni {
    font-size: 0.875rem !important;
    top: 0.5rem;
  }

  .main-content .row > [class*="col-"].mb-4,
  .main-content .row > [class*="col-"].mb-xl-0 {
    margin-bottom: 0.75rem !important;
  }
}

@media (max-width: 575.98px) {
  #sidenav-main.sidenav {
    max-width: min(17rem, 92vw) !important;
  }

  .main-content .row > [class*="col-"] > .card .row {
    align-items: center;
  }

  .main-content .row > [class*="col-"] > .card .col-4.text-end {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
    padding-left: 0.5rem;
  }

  .main-content .row > [class*="col-"] > .card .col-8 {
    flex: 1 1 auto;
    width: auto;
    max-width: none;
  }
}

.chart-type-toggle {
  display: flex;
  flex-direction: row;
  gap: 0;
  width: 100%;
  max-width: 280px;
  padding: 4px;
  background: #f8f9fa;
  border-radius: 0.75rem;
}

.dashboard-chart-row {
  align-items: stretch;
}

.dashboard-chart-card {
  display: flex;
  flex-direction: column;
}

.dashboard-chart-card > .card-body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 22rem;
  height: 100%;
  padding: 1.25rem;
}

.dashboard-chart-card__header {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  min-height: 4.75rem;
  margin-bottom: 0.75rem;
  flex-shrink: 0;
}

.dashboard-chart-card__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
  color: #344767;
}

.dashboard-chart-card__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
}

.dashboard-chart-card__body > .tab-pane {
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
}

.dashboard-chart-card__body > .tab-pane.active {
  display: flex;
  flex-direction: column;
}

.dashboard-chart-card__chart {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
  min-height: 16rem;
  height: 100%;
}

.dashboard-chart-card__chart canvas {
  display: block;
}

.dashboard-chart-card__empty {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  margin: 0;
  color: #67748e;
  font-size: 0.875rem;
  text-align: center;
}

button.dashboard-chart-select {
  -webkit-appearance: none;
  appearance: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 280px;
  margin: 0;
  padding: 0.5rem 0.9rem;
  border: 0;
  border-radius: 0.75rem;
  background-color: #f8f9fa;
  background-image: none;
  box-shadow: none;
  color: #344767;
  font-family: inherit;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  letter-spacing: 0;
  cursor: pointer;
}

button.dashboard-chart-select:hover,
button.dashboard-chart-select:focus,
button.dashboard-chart-select:focus-visible,
.dropdown.show > button.dashboard-chart-select {
  color: #344767;
  background-color: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08);
}

button.dashboard-chart-select:focus-visible {
  outline: 2px solid #6633ff;
  outline-offset: 2px;
}

button.dashboard-chart-select::after {
  display: inline-block;
  margin-left: auto;
  margin-right: 0;
  border-top-color: #344767;
}

.dashboard-chart-card__header .dropdown-menu {
  border: 0;
  border-radius: 0.75rem;
  box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1), 0 3px 6px rgba(0, 0, 0, 0.08);
  padding: 0.35rem;
}

.dashboard-chart-card__header .dropdown-item {
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #344767;
}

.chart-type-toggle__option {
  flex: 1 1 0;
  min-width: 0;
  padding: 0.45rem 0.75rem;
  border: 0;
  border-radius: 0.5rem;
  background: transparent;
  color: #344767;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.25;
  text-align: center;
  cursor: pointer;
  transition: background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
  -webkit-tap-highlight-color: transparent;
}

.chart-type-toggle__option.active,
.chart-type-toggle__option[aria-selected="true"] {
  background: #fff;
  box-shadow: 0 1px 5px 1px rgba(0, 0, 0, 0.08);
  color: #344767;
}

.chart-type-toggle__option:focus-visible {
  outline: 2px solid #6633ff;
  outline-offset: 2px;
}

@media (max-width: 575.98px) {
  .chart-type-toggle,
  .dashboard-chart-select {
    max-width: none;
  }
}

/* Auth dashboard — sticky footer */
body.g-sidenav-show:has(.auth-footer) {
  display: flex;
  flex-direction: column;
  min-height: 100dvh;
}

body.g-sidenav-show:has(.auth-footer) #main-navbar {
  flex-shrink: 0;
}

body.g-sidenav-show:has(.auth-footer) .main-content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  height: auto !important;
  max-height: none !important;
  margin-top: 0 !important;
}

@media (max-width: 991.98px) {
  body.g-sidenav-show:has(.auth-footer) .main-content {
    min-height: auto;
    overflow: visible;
  }
}

body.g-sidenav-show:has(.auth-footer) .main-content > .navbar-main {
  flex: 0 0 auto;
}

body.g-sidenav-show:has(.auth-footer) .main-content > .container-fluid {
  display: flex;
  flex-direction: column;
  flex: 1 0 0;
  min-height: 0;
  padding-bottom: 0 !important;
}

@media (max-width: 991.98px) {
  body.g-sidenav-show:has(.auth-footer) .main-content > .container-fluid {
    display: block;
    flex: 1 1 auto;
    min-height: auto;
    overflow: visible;
  }
}

.auth-footer.footer {
  margin-top: auto;
  flex-shrink: 0;
  background-color: #f8f9fa;
  border-top: 1px solid #e9ecef;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.auth-footer .copyright,
.auth-footer .text-muted {
  color: #67748e !important;
}

.auth-footer a {
  color: #191818 !important;
}

.auth-footer .fa-heart {
  color: #cb0c9f;
}

.dashboard-open-poll-card {
  border-left: 4px solid #17c1e8;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.dashboard-open-poll-cta {
  min-width: 10rem;
}

@media (max-width: 767.98px) {
  .dashboard-open-poll-cta {
    width: 100%;
  }
}
