/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-account/index.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.main-as-account {
  display: block;
}
.main-as-account .img-80 {
  width: 80px;
  height: 80px;
}
.main-as-account .delivery-date {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 140%;
  border: 1px solid #ececec;
  border-radius: 8px;
}
.main-as-account .delivery-date.active {
  border: 2px solid #ec6332;
  color: #ec6332;
  position: relative;
  overflow: hidden;
}
.main-as-account .delivery-date.active .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ec6332;
  border-radius: 10px;
  right: -16px;
  top: -16px;
  display: block;
}
.main-as-account .delivery-date.active .circle svg {
  position: absolute;
  left: 4px;
  bottom: 3px;
}
.main-as-account .delivery-date .circle {
  display: none;
}
.main-as-account .img-30 {
  width: 30px;
  height: 30px;
}
.main-as-account .img-30 svg {
  width: 30px;
  height: 30px;
}
.main-as-account .w-16 {
  width: 16px;
}
.main-as-account .main-autoship-checkout {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media screen and (min-width: 767px) {
  .w-sm-395 {
    width: 395px;
  }
  .lh-sm-20 {
    line-height: 20px;
  }
  .w-sm-343 {
    width: 343px !important;
  }
  .w-sm-448 {
    width: 448px;
  }
  .w-sm-566 {
    width: 566px;
  }
  .w-sm-130 svg {
    width: 130px;
    height: 130px;
  }
  .w-sm-390 {
    width: 390px !important;
  }
  .w-sm-330 {
    width: 330px !important;
  }
  .w-sm-464 {
    width: 464px !important;
  }
  .bg-sm-white {
    background-color: #fff;
  }
  .overflow-sm-hidden {
    overflow: hidden;
  }
  .backdrop-sm {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2000;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.3);
  }
  .backdrop-sm-content {
    position: absolute;
    top: 2%;
    z-index: 2001;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .img-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .img-sm-50,
  .img-sm-50 svg {
    width: 50px;
    height: 46px;
  }
  .w-sm-540 {
    width: 540px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1399px) {
  .w-sm-566 {
    width: auto;
    -webkit-box-flex: 1.1;
        -ms-flex: 1.1;
            flex: 1.1;
  }
}
.autoship-btn {
  background: #ec6332;
  border-radius: 22px;
  padding-top: 14px;
  padding-bottom: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 140%;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  border: 1px solid transparent;
}
.autoship-btn.delivery {
  background: #000;
}
.autoship-btn.pause {
  background: #fff;
  border: 1.5px solid #ec6332;
  color: #ec6332;
}
.autoship-btn.delete {
  background: #ececec;
  color: #4b4b4b;
}

.btn.disabled {
  color: #e1e1e1;
}
/*!************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-review/index.scss ***!
  \************************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.autoship-review {
  display: block;
}
.autoship-review .img-80 {
  width: 80px;
  height: 80px;
}
.autoship-review .delivery-date {
  padding: 8px 16px;
  font-weight: 600;
  font-size: 12px;
  color: #4b4b4b;
  line-height: 140%;
  border: 1px solid #ececec;
  border-radius: 8px;
}
.autoship-review .delivery-date.active {
  border: 2px solid #ec6332;
  color: #ec6332;
  position: relative;
  overflow: hidden;
}
.autoship-review .delivery-date.active .circle {
  position: absolute;
  width: 30px;
  height: 30px;
  background: #ec6332;
  border-radius: 10px;
  right: -16px;
  top: -16px;
  display: block;
}
.autoship-review .delivery-date.active .circle svg {
  position: absolute;
  left: 4px;
  bottom: 3px;
}
.autoship-review .delivery-date .circle {
  display: none;
}
.autoship-review .board {
  color: #ec6332;
  font-size: 14px;
  line-height: 140%;
  padding: 8px 17px;
  position: relative;
  border-radius: 20px;
  background: #fde9eb;
  word-wrap: break-word;
}
.autoship-review .w-65b {
  width: 65%;
}
.autoship-review .img-30 {
  width: 40px;
  height: 40px;
}
.autoship-review .img-30 svg {
  width: 40px;
  height: 40px;
}
.autoship-review .w-16 {
  width: 16px;
}
.autoship-review .checkout-btn-container .loading {
  width: 22px;
  height: 22px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 100%;
  -webkit-animation: circle infinite 0.75s linear;
          animation: circle infinite 0.75s linear;
  display: block;
}
.autoship-review .checkout-btn-container svg {
  width: 22px;
  height: 22px;
}
.autoship-review .loading-btn {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 100%;
  -webkit-animation: circle infinite 0.75s linear;
          animation: circle infinite 0.75s linear;
}
.autoship-review .checkout-btn-container {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0px 0px;
  background-color: #fff;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  z-index: 2000;
}
.autoship-review .checkout-btn-container .checkout-button {
  background: #00af98;
  border-radius: 39px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #fff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.autoship-review .checkout-btn-container .checkout-btn.disabled {
  background-color: #e1e1e1;
  color: #00af98 !important;
  border-radius: 22px;
  cursor: not-allowed;
}

.color-gray700 {
  color: #4b4b4b;
}

@media (min-width: 768px) {
  body {
    background-color: #fff;
  }
  .w-sm-384 {
    width: 384px;
  }
  .w-sm-14b {
    width: 14% !important;
  }
  .w-sm-1408 {
    width: 1408px;
  }
  .wmin-sm-168 {
    min-width: 178px;
  }
  .img-sm-100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-sm-684 {
    width: 684px;
  }
  .autoship-review .img-sm-50,
  .autoship-review .img-sm-50 svg {
    width: 50px;
    height: 46px;
  }
  .autoship-review .py-sm-14 {
    padding-top: 14px;
    padding-bottom: 10px;
  }
}
@media only screen and (min-width: 800px) and (max-width: 1399px) {
  .w-sm-684 {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
.border-ec-2 {
  border: 2px solid #ececec;
}

.w-90 {
  width: 90%;
}

.position-left-5 {
  position: relative;
  left: -5px;
  top: -1px;
}

.nav-pod-lightup {
  position: relative;
  padding-left: 15px;
}
.nav-pod-lightup::before {
  content: "";
  position: absolute;
  left: 2px;
  top: 10px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #000;
}

.position-2 {
  position: relative;
  top: -2px;
}

.minh-22 {
  min-height: 22px;
}

.check-icon {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.checkbox-element {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 10;
}

.span-click span {
  color: #ec6332;
  cursor: pointer;
}

.text-decoration-none a {
  text-decoration: none !important;
}

.fix-layout {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2050;
  background-color: rgba(0, 0, 0, 0.6);
}
.fix-layout .content-container {
  position: absolute;
  height: 50vh;
  width: 30vw;
  max-width: 695px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  border-radius: 16px;
}
.fix-layout .content-container .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 32px;
  padding-top: 64px;
}
.fix-layout .content-container .content .real-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow-y: auto;
  overflow-x: hidden;
}
.fix-layout .content-container .icon-close {
  position: absolute;
  right: 24px;
  top: 24px;
}

.checkout-btn {
  background: -webkit-gradient(linear, left top, right top, color-stop(0.11%, #ef2d21), to(#f9c139));
  background: linear-gradient(90deg, #ef2d21 0.11%, #f9c139 100%);
  -webkit-box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  padding-top: 16px;
}

@media (max-width: 575.98px) {
  .ms-xs-1 {
    margin-left: 4px;
  }
  .fix-layout .content-container {
    height: 70vh;
    width: 90vw;
  }
  .fix-layout .content-container .pt-xs-40 {
    padding-top: 40px !important;
  }
  .fix-layout .content-container .px-xs-3 {
    padding-left: 16px;
    padding-right: 16px;
  }
  .fix-layout .content-container .icon-close {
    right: 17px;
    top: 17px;
  }
  .wh-xs-18,
  .wh-xs-18 svg {
    width: 18px;
    height: 18px;
  }
}
/*!**************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-checkout/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************/
.radio-circle {
  border-radius: 50%;
  width: 18px;
  height: 18px;
  background-color: #000;
  text-align: center;
  line-height: 14px;
}
.radio-circle::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #fff;
  border-radius: 50%;
}

.checkout-input {
  border: 1px solid #ececec;
  border-radius: 8px;
  padding: 8px 16px;
  position: relative;
}
.checkout-input .label {
  font-weight: 400;
  font-size: 10px;
  color: #7c7c7c;
}
.checkout-input .text {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 130%;
  width: 100%;
  outline: none;
  border: none;
}
.checkout-input .text:disabled {
  background-color: transparent;
}
.checkout-input .select {
  width: 100%;
  height: 100%;
  opacity: 0;
  background: transparent;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.checkout-input.sel::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 65%;
  border-right: 1px solid #ececec;
  right: 46px;
  top: 10px;
}
.checkout-input.sel::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top-color: #000;
  right: 17px;
  top: 24px;
}
.checkout-input .shadow-value {
  min-height: 20px;
}
.checkout-input input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset !important;
          box-shadow: 0 0 0 1000px white inset !important;
}
.checkout-input.as-disabled input,
.checkout-input.as-disabled select {
  background-color: #f7f7f7;
  pointer-events: none;
}

.py-100 {
  padding-bottom: 100px;
  padding-top: 100px;
}

.px-94 {
  padding-left: 94px;
  padding-right: 94px;
}

.main-autoship-checkout {
  display: block;
}
.main-autoship-checkout .img-box {
  width: 68px;
}
.main-autoship-checkout .img-box img {
  width: 100%;
}
.main-autoship-checkout .new-address .input-border {
  border-radius: 16px;
  border: 1px solid #ececec;
  background-color: #fff;
}
.main-autoship-checkout .new-address .input-border input {
  height: 100%;
  border: none;
}
.main-autoship-checkout .left-gap::before {
  content: "";
  position: absolute;
  left: 40px;
  top: 50px;
  width: 1px;
  height: 50%;
  background-color: #ececec;
}
/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-account/components/PauseAndDelete/index.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.pause-and-delete .backdrop-content {
  position: fixed;
  top: 30%;
  z-index: 2001;
}
/*!**************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[3]!./src/assets/sections/main-autoship-account/components/planBtnManage/index.scss ***!
  \**************************************************************************************************************************************************************************************************************************************************************************/
:root {
  --relx-blue: #0d6efd;
  --relx-indigo: #6610f2;
  --relx-purple: #6f42c1;
  --relx-pink: #d63384;
  --relx-red: #ea0029;
  --relx-orange: #fd7e14;
  --relx-yellow: #8fcfb3;
  --relx-green: #00af98;
  --relx-teal: #20c997;
  --relx-cyan: #0dcaf0;
  --relx-white: #fff;
  --relx-gray: #e1e1e1;
  --relx-gray-dark: #343a40;
  --relx-gray-100: #fafafa;
  --relx-gray-200: #f7f7f7;
  --relx-gray-300: #ececec;
  --relx-gray-400: #ced4da;
  --relx-gray-500: #7c7c7c;
  --relx-gray-600: #e1e1e1;
  --relx-gray-700: #4b4b4b;
  --relx-gray-800: #343a40;
  --relx-gray-900: #4b4b4b;
  --relx-primary: #ec6332;
  --relx-secondary: #f0c756;
  --relx-success: #00af98;
  --relx-info: #0dcaf0;
  --relx-warning: #8fcfb3;
  --relx-danger: #ea0029;
  --relx-light: #fafafa;
  --relx-dark: #4b4b4b;
  --relx-thirdary: #fcf4dd;
  --relx-fblack: #2f2f2f;
  --relx-world: #383838;
  --relx-world-orange: #ec6332;
  --relx-light-black: #262626;
  --relx-blue: #0d6efd;
  --relx-primary-rgb: 236, 99, 50;
  --relx-secondary-rgb: 240, 199, 86;
  --relx-success-rgb: 0, 175, 152;
  --relx-info-rgb: 13, 202, 240;
  --relx-warning-rgb: 143, 207, 179;
  --relx-danger-rgb: 234, 0, 41;
  --relx-light-rgb: 250, 250, 250;
  --relx-dark-rgb: 75, 75, 75;
  --relx-thirdary-rgb: 252, 244, 221;
  --relx-fblack-rgb: 47, 47, 47;
  --relx-world-rgb: 56, 56, 56;
  --relx-world-orange-rgb: 236, 99, 50;
  --relx-light-black-rgb: 38, 38, 38;
  --relx-blue-rgb: 13, 110, 253;
  --relx-white-rgb: 255, 255, 255;
  --relx-black-rgb: 0, 0, 0;
  --relx-body-color-rgb: 0, 0, 0;
  --relx-body-bg-rgb: 255, 255, 255;
  --relx-font-sans-serif: Sofia Pro, system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --relx-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --relx-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --relx-body-font-family: var(--relx-font-sans-serif);
  --relx-body-font-size: 1rem;
  --relx-body-font-weight: 400;
  --relx-body-line-height: 1.4;
  --relx-body-color: #000;
  --relx-body-bg: #fff;
  --relx-border-width: 1px;
  --relx-border-style: solid;
  --relx-border-color: #ececec;
  --relx-border-color-translucent: rgba(0, 0, 0, 0.175);
  --relx-border-radius: 1rem;
  --relx-border-radius-sm: 0.5rem;
  --relx-border-radius-lg: 2rem;
  --relx-border-radius-xl: 1rem;
  --relx-border-radius-2xl: 2rem;
  --relx-border-radius-pill: 50rem;
  --relx-link-color: #626262;
  --relx-link-hover-color: #ec6332;
  --relx-code-color: #d63384;
  --relx-highlight-bg: #fcf8e3;
}

.plan-btn-manage {
  display: block;
}

.plan-btn-manage-fix {
  position: sticky;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 1000;
}

.w-109 {
  width: 109px;
}

.restart-plan {
  background: #ec6332;
  border-radius: 24px;
  padding-top: 10px;
  padding-bottom: 8px;
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
