@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.profile-data-section .profile-info .title {
  color: var(--colors-text-text-secondary-700, #344054);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .semi-title {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  margin-bottom: 0;
}
.profile-data-section .profile-info .auth-text {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  margin-bottom: 0;
}
.profile-data-section .profile-info .form-label {
  color: var(--colors-text-text-secondary-700, #344054);
  /* Text sm/Medium */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .form-input {
  height: 44px;
  padding: 10px 14px;
  overflow: hidden;
  color: var(--colors-text-text-primary-900, #101828);
  text-overflow: ellipsis;
  /* Text md/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-md, 24px);
  /* 150% */
  overflow: hidden;
  color: var(--colors-text-text-primary-900, #101828);
  text-overflow: ellipsis;
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
  background: var(--Colors-Background-bg-primary, #FFF);
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
}
.profile-data-section .profile-info .form-input.group-input {
  padding-left: 40px;
}
.profile-data-section .profile-info .form-input:-moz-read-only {
  background: var(--Colors-Background-bg-quaternary, #E4E7EC);
}
.profile-data-section .profile-info .form-input:read-only {
  background: var(--Colors-Background-bg-quaternary, #E4E7EC);
}
.profile-data-section .profile-info .save-change-btn {
  border-radius: var(--radius-md, 8px);
  border: 2px solid var(--Gradient-skeuemorphic-gradient-border, rgba(255, 255, 255, 0.12));
  background: var(--Component-colors-Components-Buttons-Primary-button-primary-bg, #121926);
  /* Shadows/shadow-xs-skeuomorphic */
  box-shadow: 0px 0px 0px 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(16, 24, 40, 0.18)) inset, 0px -2px 0px 0px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(16, 24, 40, 0.05)) inset, 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
  color: var(--Component-colors-Components-Buttons-Primary-button-primary-fg, #FFF);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  padding: 10px 14px;
}
.profile-data-section .profile-info .two-factor-btn {
  display: flex;
  padding: var(--spacing-md, 8px) var(--spacing-lg, 12px);
  justify-content: center;
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-border, #CDD5DF);
  background: var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-bg, #FFF);
  /* Shadows/shadow-xs-skeuomorphic */
  box-shadow: 0px 0px 0px 1px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner-border, rgba(16, 24, 40, 0.18)) inset, 0px -2px 0px 0px var(--Colors-Effects-Shadows-shadow-skeumorphic-inner, rgba(16, 24, 40, 0.05)) inset, 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
  color: var(--Component-colors-Components-Buttons-Secondary-color-button-secondary-color-fg, #202939);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
.profile-data-section .profile-info .input-icon {
  position: absolute;
  left: 15px;
  top: 12px;
}
.profile-data-section .profile-info .plan-details-profile {
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-secondary, #E4E7EC);
  background: var(--Colors-Background-bg-primary, #FFF);
  padding: 20px 24px;
}
.profile-data-section .profile-info .plan-details-profile .plan-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-left {
  display: flex;
  flex-direction: column;
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-left .using {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  margin-bottom: 0;
  /* 142.857% */
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-left .plan-name {
  color: var(--colors-text-text-primary-900, #101828);
  margin-bottom: 0;
  /* Text lg/Semibold */
  font-size: var(--Font-size-text-lg, 18px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-lg, 28px);
  margin-bottom: 4px;
  /* 155.556% */
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-left .plan-name .duration {
  border-radius: var(--radius-full, 9999px);
  border: 1px solid var(--Component-colors-Utility-Gray-utility-gray-300, #D0D5DD);
  background: var(--Component-colors-Utility-Gray-utility-gray-50, #F9FAFB);
  padding: var(--spacing-xxs, 2px) 10px;
  color: var(--Component-colors-Utility-Gray-utility-gray-800, #182230);
  text-align: center;
  /* Text sm/Medium */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-left .renewal-date {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-right {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  display: flex;
  align-items: baseline;
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-right .currency {
  color: var(--colors-text-text-primary-900, #101828);
  /* Display md/Semibold */
  font-family: var(--Font-family-font-family-display, Poppins);
  font-size: var(--Font-size-display-md, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 122.222% */
  letter-spacing: -0.72px;
  top: -5px;
  position: relative;
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-right .price {
  color: var(--colors-text-text-primary-900, #101828);
  /* Display lg/Semibold */
  font-family: var(--Font-family-font-family-display, Poppins);
  font-size: var(--Font-size-display-lg, 48px);
  font-style: normal;
  font-weight: 600;
  line-height: 1;
  /* 125% */
  letter-spacing: -0.96px;
}
.profile-data-section .profile-info .plan-details-profile .plan-top .plan-right .duration {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text md/Medium */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-md, 24px);
  /* 150% */
}
.profile-data-section .profile-info .plan-details-profile .plan-bottom .title {
  color: var(--Colors-Text-text-secondary_hover, #182230);
  /* Text md/Semibold */
  font-size: var(--Font-size-text-md, 16px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-md, 24px);
  /* 150% */
}
.profile-data-section .profile-info .plan-details-profile .plan-bottom .usage-graph {
  display: flex;
  gap: 20px;
  align-items: center;
}
.profile-data-section .profile-info .plan-details-profile .plan-bottom .usage-graph .text {
  color: var(--colors-text-text-secondary-700, #344054);
  /* Text sm/Medium */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .plan-details-profile .plan-bottom .usage-graph .progress {
  border-radius: var(--radius-full, 9999px);
  background: var(--Colors-Background-bg-quaternary, #E4E7EC);
  width: 100%;
}
.profile-data-section .profile-info .plan-details-profile .plan-bottom .usage-graph .progress .progress-bar {
  border-radius: var(--radius-full, 9999px);
  background: var(--colors-foreground-fg-secondary-700, #344054);
}
.profile-data-section .profile-info .plan-details-profile .plan-action {
  display: flex;
  justify-content: space-between;
}
.profile-data-section .profile-info .plan-details-profile .plan-action .btn-link {
  color: var(--Component-colors-Components-Buttons-Tertiary-button-tertiary-fg, #475467);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
  text-decoration: none;
}
.profile-data-section .profile-info .page-table-section {
  overflow: hidden;
}
.profile-data-section .profile-info .page-table-section .table {
  margin-top: 0 !important;
}
.profile-data-section .profile-info .page-table-section .table#billing-dataTable {
  color: var(--colors-text-text-tertiary-600, #475467);
  /* Text sm/Regular */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 400;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .page-table-section .table .payment-status-box {
  display: flex;
  padding: var(--spacing-xxs, 2px) var(--spacing-sm, 6px) var(--spacing-xxs, 2px) var(--spacing-xs, 4px);
  align-items: center;
  gap: var(--spacing-xs, 4px);
  border-radius: var(--radius-sm, 6px);
  border: 1px solid var(--Colors-Border-border-primary, #D0D5DD);
  background: var(--Colors-Background-bg-primary, #FFF);
  /* Shadows/shadow-xs */
  box-shadow: 0px 1px 2px 0px var(--Colors-Effects-Shadows-shadow-xs, rgba(16, 24, 40, 0.05));
  color: var(--colors-text-text-secondary-700, #344054);
  text-align: center;
  /* Text xs/Medium */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-xs, 12px);
  font-style: normal;
  font-weight: 500;
  line-height: var(--Line-height-text-xs, 18px);
  /* 150% */
  width: -moz-max-content;
  width: max-content;
}
.profile-data-section .profile-info .page-table-section .table .download-invoice-btn {
  background-color: transparent;
  color: var(--Component-colors-Components-Buttons-Tertiary-color-button-tertiary-color-fg, #111927);
  /* Text sm/Semibold */
  font-family: var(--Font-family-font-family-body, Poppins);
  font-size: var(--Font-size-text-sm, 14px);
  font-style: normal;
  font-weight: 600;
  line-height: var(--Line-height-text-sm, 20px);
  /* 142.857% */
}
.profile-data-section .profile-info .page-table-section .table .download-invoice-btn:hover {
  background-color: transparent;
}
.profile-data-section .profile-info .upload-container {
  background-color: #fff;
  padding: 20px;
  border-radius: var(--radius-xl, 12px);
  border: 1px solid var(--Colors-Border-border-secondary, #E4E7EC);
  background: var(--Colors-Background-bg-primary, #FFF);
}
.profile-data-section .profile-info .upload-container .upload-area {
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  background-color: #FFFFFF;
  position: relative;
  min-height: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.profile-data-section .profile-info .upload-container .upload-area.drag-over {
  border-color: #6b7afc;
  background-color: #f8f9ff;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-icon {
  width: 50px;
  height: 50px;
  background-color: #f5f7f9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-icon svg {
  width: 24px;
  height: 24px;
  color: #6b7afc;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-text {
  margin-top: 10px;
  font-size: 14px;
  color: #333;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-text span {
  font-weight: 600;
  color: #000;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-text .secondary {
  color: #666;
  font-weight: normal;
}
.profile-data-section .profile-info .upload-container .upload-area .upload-input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.profile-data-section .profile-info .preview-container {
  margin-top: 28px;
  text-align: center;
}
.profile-data-section .profile-info .preview-container .preview-image {
  max-width: 100%;
  max-height: 200px;
  border-radius: 8px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}/*# sourceMappingURL=update-profile.css.map */