@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");
.content-wrapper .content-section .page-header .title {
  color: var(--colors-text-text-primary-900, #101828);
  /* Display sm/Semibold */
  font-size: var(--Font-size-display-sm, 24px);
  font-style: normal;
  font-weight: 900;
  line-height: var(--Line-height-display-sm, 38px);
  /* 126.667% */
  margin-bottom: 0;
}
.content-wrapper .content-section .page-header .subtitle {
  color: var(--colors-text-text-tertiary-600, #475467);
  font-size: var(--Font-size-text-md, 14px);
  font-style: normal;
  font-weight: 300;
  line-height: var(--Line-height-text-md, 24px);
  /* 150% */
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
}
.content-wrapper .content-section .page-header .subtitle .custom-btn-dark {
  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);
  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);
  font-size: var(--Font-size-text-md, 12px);
  font-style: normal;
  font-weight: 700;
  display: flex;
  gap: 10px;
  align-items: center;
}
.content-wrapper .content-section .plan-details {
  border-radius: var(--radius-md, 8px);
  border: 1px solid var(--Colors-Border-border-secondary, #E4E7EC);
  background: var(--Colors-Background-bg-primary, #FFF);
  padding: 20px 16px;
  color: white;
  height: calc(100% - 24px);
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.content-wrapper .content-section .plan-details.bg {
  background: none;
  background-image: url("../../img/details-bg.png");
  background-size: cover;
  border: none;
}
.content-wrapper .content-section .plan-details .plan-top {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.content-wrapper .content-section .plan-details .plan-top .plan-left {
  display: flex;
  flex-direction: column;
}
.content-wrapper .content-section .plan-details .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% */
}
.content-wrapper .content-section .plan-details .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);
  /* 155.556% */
}
.content-wrapper .content-section .plan-details .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% */
}
.content-wrapper .content-section .plan-details .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);
  /* 142.857% */
}
.content-wrapper .content-section .plan-details .plan-top .plan-right .upgrade-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 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% */
}
.content-wrapper .content-section .plan-details .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% */
}
.content-wrapper .content-section .plan-details .plan-bottom .progress {
  border-radius: var(--radius-full, 9999px);
  background: var(--Colors-Background-bg-quaternary, #E4E7EC);
}
.content-wrapper .content-section .plan-details .plan-bottom .progress .progress-bar {
  border-radius: var(--radius-full, 9999px);
  background: var(--colors-foreground-fg-secondary-700, #344054);
}
.content-wrapper .content-section .plan-details .toptext {
  font-size: 14px;
  font-weight: 600;
}
.content-wrapper .content-section .plan-details .package-name {
  font-weight: 700;
  font-size: 24px;
}
.content-wrapper .content-section .plan-details .package-capacity {
  font-size: 12px;
  font-weight: 400;
}
.content-wrapper .content-section .plan-details .progress-circle {
  margin-top: 20px;
  margin-bottom: 20px;
}
.content-wrapper .content-section .plan-details .progress-circle .progress-holder {
  position: relative;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #AC7FEF;
  background: linear-gradient(90deg, #30F4E4, #4470F3);
  overflow: hidden;
  margin: auto;
}
.content-wrapper .content-section .plan-details .progress-circle .semi-circle {
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: 0px;
}
.content-wrapper .content-section .plan-details .progress-circle .left-block {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #fff;
  border-top-left-radius: 50%;
  border-bottom-left-radius: 50%;
}
.content-wrapper .content-section .plan-details .progress-circle .right-block {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 50%;
  background: #fff;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  transform-origin: left center;
}
.content-wrapper .content-section .plan-details .progress-circle .mask {
  width: 80%;
  height: 80%;
  position: absolute;
  left: 10%;
  top: 10%;
  background: #a170ea;
  border-radius: 50%;
  text-align: center;
}
.content-wrapper .content-section .plan-details .progress-circle .mask span {
  color: white;
  font-size: 20px;
  font-family: Arial;
  position: absolute;
  width: 100%;
  text-align: center;
  top: calc(50% - 13px);
  left: 0px;
}
.content-wrapper .content-section .plan-details .upgrade-btn {
  width: -moz-max-content;
  width: max-content;
  margin: 0 auto;
  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);
  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);
  font-size: var(--Font-size-text-md, 12px);
  font-style: normal;
  font-weight: 700;
  gap: 10px;
  align-items: center;
}/*# sourceMappingURL=dashboard.css.map */