.elementor-101 .elementor-element.elementor-element-3743a2f{--display:flex;--padding-top:60px;--padding-bottom:60px;--padding-left:12px;--padding-right:12px;}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:var( --e-global-color-accent );}.elementor-widget-nested-tabs.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > :is( .e-n-tab-title > .e-n-tab-title-text, .e-n-tab-title ){font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-101 .elementor-element.elementor-element-a31e82e{--display:flex;}.elementor-101 .elementor-element.elementor-element-3db349c{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-101 .elementor-element.elementor-element-ef9b7a9 .elementor-heading-title{font-family:"Poppins", Sans-serif;font-size:30px;font-weight:600;color:#000000;}.elementor-101 .elementor-element.elementor-element-e69262f{--display:flex;}.elementor-101 .elementor-element.elementor-element-7b18f6f{--n-tabs-heading-wrap:wrap;--n-tabs-heading-overflow-x:initial;--n-tabs-title-white-space:initial;}.elementor-101 .elementor-element.elementor-element-7b18f6f.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='false'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#000000;}.elementor-101 .elementor-element.elementor-element-7b18f6f.elementor-widget-n-tabs > .e-n-tabs > .e-n-tabs-heading > .e-n-tab-title[aria-selected="true"], .elementor-101 .elementor-element.elementor-element-7b18f6f.elementor-widget-n-tabs > .e-n-tabs[data-touch-mode='true'] > .e-n-tabs-heading > .e-n-tab-title[aria-selected="false"]:hover{background:#000000;}/* Start custom CSS for shortcode, class: .elementor-element-6ae8b46 *//* Light-mode Account Card */
.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;                /* light background */
  border: 1px solid #e4e7ec;          /* subtle border */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.account-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.acct-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1f36;                     /* dark gray text */
}

.acct-icon img {
  display: block;
  width: 28px; height: 28px;
}

.acct-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 1.2;
  background: #2a72de;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-pill:hover {
  background: #1f5bbd;
}
.btn-disabled {
  background: #f0f2f5;
  color: #8a94a6 !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* Status pill */
.status-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f36;
  background: #f3f8ff;
  border: 1px solid #d6e4ff;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6ae8b46 *//* Light-mode Account Card */
.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;                /* light background */
  border: 1px solid #e4e7ec;          /* subtle border */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.account-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.acct-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1f36;                     /* dark gray text */
}

.acct-icon img {
  display: block;
  width: 28px; height: 28px;
}

.acct-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 1.2;
  background: #2a72de;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-pill:hover {
  background: #1f5bbd;
}
.btn-disabled {
  background: #f0f2f5;
  color: #8a94a6 !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* Status pill */
.status-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f36;
  background: #f3f8ff;
  border: 1px solid #d6e4ff;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6ae8b46 *//* Light-mode Account Card */
.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;                /* light background */
  border: 1px solid #e4e7ec;          /* subtle border */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.account-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.acct-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1f36;                     /* dark gray text */
}

.acct-icon img {
  display: block;
  width: 28px; height: 28px;
}

.acct-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 1.2;
  background: #2a72de;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-pill:hover {
  background: #1f5bbd;
}
.btn-disabled {
  background: #f0f2f5;
  color: #8a94a6 !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* Status pill */
.status-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f36;
  background: #f3f8ff;
  border: 1px solid #d6e4ff;
}/* End custom CSS */
/* Start custom CSS for shortcode, class: .elementor-element-6ae8b46 *//* Light-mode Account Card */
.account-card {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 22px;
  margin-bottom: 16px;
  border-radius: 10px;
  background: #ffffff;                /* light background */
  border: 1px solid #e4e7ec;          /* subtle border */
  box-shadow: 0 1px 3px rgba(0,0,0,0.05);
  transition: all 0.2s ease;
}
.account-card:hover {
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
}

.acct-left {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  font-weight: 600;
  color: #1a1f36;                     /* dark gray text */
}

.acct-icon img {
  display: block;
  width: 28px; height: 28px;
}

.acct-right {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Buttons */
.btn-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  border-radius: 999px;
  line-height: 1.2;
  background: #2a72de;
  color: #fff !important;
  font-size: 14px;
  font-weight: 500;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.2s ease;
}
.btn-pill:hover {
  background: #1f5bbd;
}
.btn-disabled {
  background: #f0f2f5;
  color: #8a94a6 !important;
  cursor: not-allowed;
  pointer-events: none;
}

/* Status pill */
.status-pill {
  display: inline-block;
  padding: 6px 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  color: #1a1f36;
  background: #f3f8ff;
  border: 1px solid #d6e4ff;
}/* End custom CSS */