.loader-area-val {
  display: none;
}
body a {
  color: inherit;
}
.loader-area-val .loading {
  position: absolute;
  top: 58%;
  z-index: 999;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.loading:after {
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
  -webkit-animation: ellipsis steps(4, end) 900ms infinite;
  animation: ellipsis steps(4, end) 900ms infinite;
  content: "\2026";
  /* ascii code for the ellipsis character */
  width: 0px;
  position: absolute;
  color: #fff;
}

.loader-area-val:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

@keyframes ellipsis {
  to {
    width: 15px;
  }
}

@-webkit-keyframes ellipsis {
  to {
    width: 15px;
  }
}

.messages--error {
  width: 100%;
  min-height: 80px;
  background-color: #2e2e2e;
  border-left: 5px solid #f30909;
  position: relative;
  margin: 20px 0px;
  border-radius: 10px;
  padding: 20px 60px 20px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

.digi-box-header {
  width: 100%;
  min-height: 299px;
  background: url(/themes/custom/selfservice/images/digi-header.svg);
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-right: 40px;
  position: relative;
}

.digi-header-left-side {
  padding: 60px 20px 0px 50px;
}

.digi-header-left-side img {
  height: 36px;
  margin-bottom: 10px;
}

.digi-header-left-side .digi-header-content {
  font-size: 15px;
  line-height: 19.5px;
  color: #ffffff;
  opacity: 0.8;
}

.digi-header-left-side .digi-header-button {
  width: 180px;
  height: 48px;
  border-radius: 28px;
  background-color: #ffd200;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.digi-headier-left {
  position: absolute;
  right: 40px;
  bottom: 30px;
}

.digi-headier-left img {
  height: 240px;
}

.digi-section {
  margin-top: 30px;
}

.digi-description-right {
  padding-top: 30px;
}

.digi-description-image {
  display: none;
}

.dark-design .digi-description-image {
  display: block;
}

.dark-design .dark-image {
  display: none;
}

.digi-description-right .digi-description-heading {
  font-size: 24px;
  color: #000;
  margin-bottom: 10px;
}

.dark-design .digi-description-right .digi-description-heading {
  color: #ffffff;
}

.digi-description-right .digi-description-content {
  font-size: 17px;
  line-height: 27px;
  color: #444444;
}

.dark-design .digi-description-right .digi-description-content {
  color: #d5d5d5;
}

.digibox-bundle {
  font-size: 24px;
  line-height: 31px;
  color: #000000;
  font-weight: 500;
}

.dark-design .digibox-bundle {
  color: #ffffff;
}

#digibox-bundle-carousel .owl-stage-outer {
  padding-top: 20px !important;
}

.digibox-bundles-box-container::-webkit-scrollbar {
  width: 0;
}

.digibox-card {
  width: 100%;
  min-height: 483px;
  border-radius: 8px;
  background-color: #f5f5f5;
  padding: 20px;
  position: relative;
}

.dark-design .digibox-card {
  width: 100%;
  min-height: 483px;
  border-radius: 8px;
  background-color: #2e2e2e;
  padding: 20px;
  position: relative;
}

.digibox-card-top .digibox-card-top-heading {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;
  font-weight: 500;
}

.dark-design .digibox-card-top .digibox-card-top-heading {
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.digibox-card-top .digibox-card-top-content {
  font-size: 13px;
  color: #676767;
  line-height: 17px;
  font-weight: 400;
}

.dark-design .digibox-card-top .digibox-card-top-content {
  font-size: 13px;
  color: #d8d8d8;
  line-height: 17px;
  font-weight: 400;
}

.digibox-card-middle {
  width: 230px;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0;
}

.dark-design .digibox-card-middle {
  width: 230px;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
  padding: 15px 0;
}

.digibox-card-middle .digibox-card-middle-heading {
  font-size: 13px;
  color: #000000;
  margin-bottom: 15px;
  font-weight: 500;
}

.dark-design .digibox-card-middle .digibox-card-middle-heading {
  font-size: 13px;
  color: #fff;
  margin-bottom: 15px;
  font-weight: 500;
}

.digibox-card-middle .digibox-middle-digital-service-list {
  width: 100%;
  display: flex;
  gap: 10px;
}

.digibox-card-middle
  .digibox-middle-digital-service-list
  .digibox-digital-service {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.digibox-digital-service .digibox-digital-service-icon {
  height: 25px;
  margin-bottom: 7px;
  width: 25px !important;
  display: inline-block !important;
}

.digibox-digital-service .digibox-digital-service-name {
  width: 50px;
  font-size: 9px;
  line-height: 14px;
  color: #000000;
}

.dark-design .digibox-digital-service .digibox-digital-service-name {
  width: 50px;
  font-size: 9px;
  line-height: 14px;
  color: #d8d8d8;
}

.digibox-middle-price-section {
  width: 100%;

  display: flex;
  align-items: center;
  gap: 20px;
}

.digi-box-price-border {
  width: 1px;
  height: 20px;
  background-color: #555555;
}

.digibox-price-heading {
  display: flex;
  align-items: center;
  gap: 3px;
}

.digibox-price-heading img {
  height: 12px;
  width: auto !important;
}

.digibox-price-heading span {
  font-size: 12px;
  margin-bottom: 0px;
  color: #979797;
}

.digibox-price-amount p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #000000;
}

.dark-design .digibox-price-amount p {
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 0 !important;
  color: #ffffff;
}

.digibox-card-bottom {
  padding-top: 20px;
}

.digibox-card-bottom .digibox-bottom-button {
  width: 124px;
  height: 40px;
  background-color: #26668b;
  border-radius: 28px;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 15px;
  color: #ffffff;
  font-weight: 500;
}

.dark-design .digibox-card-bottom .digibox-bottom-button {
  width: 124px;
  height: 40px;
  background-color: #ffd200;
  border-radius: 28px;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 15px;
  color: #000;
  font-weight: 500;
}

.digibox-bottom-view-details {
  display: block;
  margin-top: 17px;
  color: #26668b;
}
.digibox-bottom-view-details:focus {
  outline: none;
  border: 0;
}
.digibox-bottom-view-details:hover {
  color: #26668b;
}

.dark-design .digibox-bottom-view-details {
  display: block;
  margin-top: 17px;
  color: #ffd200;
}

.dark-design .digibox-bottom-view-details:hover {
  color: #ffd200;
}

.digi-faq .prime-faqs-container .accordion .card .card-header .card-title {
  font-size: 13px;
  color: #d8d8d8;
}

.digi-faq .prime-faqs-container .accordion .card .card-body p {
  font-size: 13px;
  line-height: 23px;
  color: #444444;
}

.dark-design .digi-faq .prime-faqs-container .accordion .card .card-body p {
  color: #d3d3d3;
}

.digi-faq .prime-faqs-container .accordion .card .card-body {
  padding-top: 0 !important;
}

.digi-faq .prime-faqs-container .accordion .card .card-header {
  padding-left: 0 !important;
}

.digibox-badge {
  width: 115px;
  height: 22px;
  background-color: #8645ff;
  border-radius: 11.5px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 15px;
  top: -11px;
  z-index: 9999;
}

.digibox-badge img {
  margin-right: 5px;
  height: 13px !important;
  width: auto !important;
}

.digibox-badge span {
  font-size: 12px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 100;
}

.digi-modal {
  max-width: 825px;
  min-height: 530px;
  background-color: #555555;
  margin-top: 100px;
}

.digi-modal .modal-content {
  background-color: transparent !important;
  overflow: hidden;
  overflow-y: auto !important;
}

.digi-modal .modal-content .digi-modal-header {
  width: 100%;
  height: 90px;
  background-color: #676767;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.digi-modal .modal-content .digi-modal-header .digi-modal-header-content h5 {
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 5px;
}

.digi-modal .modal-content .digi-modal-header .digi-modal-header-content h6 {
  font-size: 17px;
  margin-bottom: 0;
  color: #fdcf1e;
  font-weight: 700;
}

.digi-modal-close {
  position: absolute;
  top: 10px;
  right: 13px;
  cursor: pointer;
  pointer-events: all;
}

.digi-modal-content-area {
  padding: 30px 40px;
}

.digi-modal-inner-header p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

.buy-bundle-modal {
  position: relative;
}

.buy-bundle-modal .modal-content {
  width: 100%;
  min-height: 40px;
  background-color: #555555 !important;
  padding: 50px 30px;
  margin-top: 120px;
  text-align: center;
  border-radius: 8px;
}

.digi-modal-logo img {
  height: 30px;
  margin-bottom: 30px;
  object-fit: contain;
}

.buy-bundle-content p {
  margin-bottom: 0;
  font-size: 15px;
  color: #ffffff;
  font-weight: 100;
  margin-bottom: 20px;
}

.buy-bundle-content p i {
  opacity: 0.7;
}

.buy-bundle-modal-btn {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}

.buy-bundle-modal-btn .yes-fill {
  width: 120px;
  height: 40px;
  background-color: #ffd200;
  font-size: 15px;
  font-weight: 500;
  border: 0;
  cursor: pointer;
  outline: none;
  border-radius: 23px;
}

.buy-bundle-modal-btn .outline-no {
  background-color: transparent;
  border: 1px solid #ffd200;
  color: #ffd200;
}

.select-dnd-option {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 0 30px;
  margin-bottom: 15px;
  cursor: pointer;
}

.select-dnd-checkbox {
  width: 20x;
  height: 20px;
  background-color: #232323;

  position: relative;
  cursor: pointer;
}

.select-dnd-checkbox::before {
  content: "";
  width: 15px;
  height: 15px;
  background-color: #555555;
  position: absolute;
  top: 2px;
  left: 0px;
  border: 1px solid #ccc;
  border-radius: 50%;
}

.select-dnd-checkbox::after {
  content: url(/themes/custom/selfservice/images/radio-select-icon.svg);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 0px;
  left: -3px;
  display: none;
}

.dnd-select .select-dnd-checkbox::after {
  display: block;
}

.dnd-select .select-dnd-option-name {
  color: #ffcb05;
}

.select-dnd-option-name {
  margin-bottom: 0;
  font-size: 14px;
  color: #fff;
  cursor: pointer;
  padding-top: 5px;
}

.digibox-dnd-btn-box {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.digibox-dnd-btn-box .dnd-fill {
  width: 200px;
  height: 40px;
  background-color: #ffd200;
  border-radius: 23px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.digibox-dnd-btn-box .dnd-outline {
  background-color: transparent;
  color: #ffd200;
  border: 1px solid #ffd200;
}

.dnd-reject a {
  font-size: 15px;
  color: #ffd200;
}

.digi-service-heading h5 {
  background-color: #555555;
  padding: 0 10px;
  font-size: 15px;
  font-weight: 500;
  color: #ffd200;
  margin: 0 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}

.digi-service-heading-line {
  width: 280px;
  height: 1px;
  position: relative;
  background-color: #676767;
  margin: 30px auto;
}

.digi-services-box {
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  gap: 20px;
}

.digi-services-box-left {
  flex-basis: 30%;
  width: 100%;
  height: 75px;
  border: 1px solid #979797;
  border-radius: 8px;
  padding: 10px;
  text-align: center;
}

.digi-services-box-right {
  flex-basis: 70%;
}

.digi-services-box-left img {
  height: 35px;
  margin-bottom: 5px;
}

.digi-services-box-left p {
  margin-bottom: 0;
  font-size: 9px;
  font-weight: 400;
  color: #ffffff;
  white-space: pre-wrap;
}

.digi-services-box-right h6 {
  font-size: 13px;
  color: #fff;
  opacity: 0.96;
  font-weight: 700;
}

.digi-services-box-right p {
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0.96;
  margin-bottom: 0;
}

.digibox-order-summary .success-col1 {
  background-color: #f4f0e8;
}

.dark-design .digibox-order-summary .success-col1 {
  background-color: #363636;
}

.digibox-order-summary {
  min-height: 100px;
  background-color: transparent;
}

.digibox-order-summary .triangle {
  position: absolute;
  top: 280px;
  right: 20px;
}

.digibox-order-summary .plus {
  position: absolute;
  top: 300px;
}

.digibox-order-summary .btn-paynow {
  width: 74px;
  height: 27px;
  padding: 2px 10px;
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}

.dark-design .digibox-order-summary .success-col2 {
  background-color: #555555;
}

.dark-design .digibox-order-summary .success-col1 h5 {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 24px;
  color: #fff;
  font-weight: 500;
}

.dark-design .digibox-order-summary .success-col1 h5 img {
  height: 24px;
}

.digibox-order-summary .success-col1 p {
  font-size: 13px;
  color: #262626;
}

.dark-design .digibox-order-summary .success-col1 p {
  font-size: 13px;
  color: #fff;
  opacity: 0.7;
}

.digi-transaction-date-time {
  display: flex;
  align-items: center;
  gap: 4px;
}

.digi-transaction-border {
  width: 1px;
  height: 13px;
  background-color: #979797;
}

.dark-design .digi-transaction-border {
  background-color: #d8d8d8;
}

.digi-transaction-date p {
  font-size: 13px;
  color: #979797;
  margin-bottom: 0;
}

.dark-design .digi-transaction-date p {
  color: #d8d8d8;
}

.digi-transaction-number {
  margin-top: 2px;
}

.digi-transaction-number .t-id-h {
  font-size: 13px;
  margin-bottom: 0;
  color: #979797;
  font-weight: 200;
}

.dark-design .digi-transaction-number .t-id-h {
  color: #d8d8d8;
}

.digi-transaction-number .t-id {
  font-size: 13px;
  font-size: 13px;
  margin-bottom: 0;
  color: #979797;

  font-weight: 500;
}

.dark-design .digi-transaction-number .t-id {
  color: #d8d8d8;
}

.digi-download-invoice {
  width: 150px;
  height: 36px;
  background-color: transparent;
  border: 1px solid #26668b;
  outline: none;
  cursor: pointer;
  border-radius: 20px;
  color: #26668b;
  font-size: 13px;
  font-weight: 500;
  margin-top: 50px;
}

.dark-design .digi-download-invoice {
  border: 1px solid #ffd200;
  color: #ffd200;
}

.deal-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  display: none;
}

.order-s-heading {
  font-size: 17px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0px;
}

.dark-design .order-s-heading {
  color: #ffffff;
}

.order-id-name {
  margin: 13px 0;
}

.order-id-name h6 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
  color: #444444;
}

.dark-design .order-id-name h6 {
  color: #ffffff;
}

.order-id-name p {
  font-size: 13px;
  color: #979797;
  font-weight: 400;
  margin-bottom: 0;
}

.dark-design .order-id-name p {
  color: #d8d8d8;
}

.order-summary-data h6 {
  font-size: 14px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 4px;
}

.dark-design .order-summary-data h6 {
  color: #ffffff;
}

.order-summary-data p {
  margin-bottom: 0;
  font-size: 12px;
  color: #979797;
}

.dark-design .order-summary-data p {
  color: #d8d8d8;
}

.order-summary-service-container {
  display: flex;
  gap: 10px;
}

.order-summary-digital-services {
  margin: 12px 0;
  padding: 10px 0;
  border-top: 1px solid #676767;
  border-bottom: 1px solid #676767;
}

.order-summary-service-heading {
  font-size: 13px;
  font-weight: 500;
  color: #444444;
  margin-bottom: 10px;
}

.dark-design .order-summary-service-heading {
  color: #ffffff;
}

.order-summary-service-box {
  width: 160px;
  height: 50px;
  border: 1px solid #919191;
  border-radius: 4px;
  padding: 7px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.order-summary-service-icon img {
  height: 24px;
}

.order-summary-service-name p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}

.dark-design .order-summary-service-name p {
  color: #d8d8d8;
}

.order-summary-service-name a {
  margin-bottom: 0;
  font-size: 12px;
  color: #26668b;
  font-weight: 400;
}

.dark-design .order-summary-service-name a {
  color: #fdcf1e;
}

.order-summary-service-link {
  font-size: 13px;
  margin-bottom: 0;
  color: #979797;
  font-weight: 400;
  margin-top: 7px;
}

.dark-design .order-summary-service-link {
  color: #d8d8d8;
}

.order-summary-service-link a {
  font-size: 13px;
  color: #26668b;
  font-weight: 400;
}

.dark-design .order-summary-service-link a {
  color: #fdcf1e;
}

.order-summary-feedback p {
  font-size: 13px;
  color: #444444;
  font-weight: 400;
}

.dark-design .order-summary-feedback p {
  color: #ffffff;
}

.order-summary-feedback p a {
  font-size: 12px;
  font-weight: 500;
  color: #ffd200;
}

.order-link {
  font-size: 15px;
  color: #26668b;
  font-weight: 500;
  margin-top: 40px;
}

.order-link .order-link {
  color: #ffd200;
}

.invert-img {
  filter: invert(100%);
}

.dark-design .invert-img {
  filter: invert(0%);
}

.digi-existing-user-container {
  margin-top: 50px;
}

.digi-existing-user-top h5 {
  font-size: 24px;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 6px;
  color: #ffcc00;
}

.digi-existing-user-top .existing-active {
  font-size: 15px;
  font-weight: 400;
  color: #262626;
}

.dark-design .digi-existing-user-top .existing-active {
  font-size: 15px;
  font-weight: 400;
  color: #ffffff;
}

.digi-existing-user-top h6 {
  font-size: 20px;
  color: #000000;
  margin-bottom: 6px;
}

.dark-design .digi-existing-user-top h6 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 6px;
}

.digi-existing-user-top .existing-xtradata {
  font-size: 15px;
  color: #555555;
  margin-bottom: 0;
  font-weight: 400;
}

.dark-design .digi-existing-user-top .existing-xtradata {
  font-size: 15px;
  color: #d8d8d8;
  margin-bottom: 0;
  font-weight: 400;
}

.digi-existing-middle {
  width: 100%;
  min-height: 100px;
  margin: 12px 0;
  padding: 12px 0;
  border-top: 1px solid #444444;
  border-bottom: 1px solid #444444;
}

.existing-subscription-list {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.existing-subscription-list .order-summary-service-box {
  background-color: #f4f0e8;
  border: 1px solid #f1f1f1;
}

.dark-design .existing-subscription-list .order-summary-service-box {
  background-color: #323232;
  border: 1px solid #535353;
}

.existing-subscription-heading {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.dark-design .existing-subscription-heading {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.activation-container {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  margin-top: 15px;
  margin-bottom: 20px;
}

.activation-container .activation-duration {
  display: flex;
  align-items: center;
  gap: 6px;
}

.activation-container .activation-duration .activation-left {
  display: flex;
  align-items: center;
  gap: 4px;
}

.activation-container .activation-duration .activation-left img {
  height: 12.55px;
}

.activation-container .activation-duration .activation-left span {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.dark-design .activation-container .activation-duration .activation-left span {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #979797;
}

.activation-container .activation-duration .activation-right p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
}

.dark-design .activation-container .activation-duration .activation-right p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
  color: #d8d8d8;
}

.digibox-auto-renewal-container .prime-toggle-input {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.existing-bottom p {
  font-size: 13px;
  color: #444444;
  font-weight: 400;
  margin-bottom: 17px;
}

.dark-design .existing-bottom p {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 17px;
}

.existing-bottom p a {
  font-size: 13px;
  font-weight: 400;
  color: #26668b;
}

.dark-design .existing-bottom p a {
  font-size: 13px;
  font-weight: 400;
  color: #fdcf1e;
}

.existing-bottom .cancel-digibox-subs {
  font-size: 13px;
  font-weight: 500;
  color: #26668b;
}

.dark-design .existing-bottom .cancel-digibox-subs {
  font-size: 13px;
  font-weight: 500;
  color: #ffcc00;
}

.digibox-manage-subscription-container .digibox-manage-subscription-heading {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  color: #000;
}

.dark-design
  .digibox-manage-subscription-container
  .digibox-manage-subscription-heading {
  color: #ffffff;
}

.digibox-manage-subscription-card {
  width: 360px;
  min-height: 280px;
  background-color: #262626;
  border-radius: 8px;
  padding: 25px 20px;
  position: relative;
}

.digibox-manage-subscription-auto-renewal {
  position: absolute;
  top: 20px;
  right: 15px;
}

.digibox-manage-subscription-auto-renewal .prime-toggle-input {
  gap: 10px;
  align-items: center;
}

.digibox-manage-subscription-top {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #666666;
}

.digibox-manage-xtra {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.digibox-manage-xtra-left h5 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #000000;
}

.dark-design .digibox-manage-xtra-left h5 {
  font-size: 20px;
  margin-bottom: 7px;
  color: #ffffff;
}

.expire-digibox-subs-text {
  margin-bottom: 10px;
}

.view-details-toggle {
  display: none;
}

.details-m-view {
  margin-top: 10px;
}

.details-m-view-text {
  font-size: 13px;
  font-weight: 400;
  color: #444;
  margin-bottom: 5px;
}

.dark-design .details-m-view-text {
  font-size: 13px;
  font-weight: 400;
  color: #d8d8d8;
  margin-bottom: 5px;
}

.digibox-manage-link {
  font-size: 13px;
  color: #26668b;
}

.digibox-manage-link:hover {
  color: #26668b;
}

.dark-design .digibox-manage-link {
  font-size: 13px;
  color: #ffcc00;
}

.dark-design .digibox-manage-link:hover {
  color: #ffcc00;
}

.digibox-manage-xtra-right {
  display: flex;
  align-items: center;
  gap: 4px;
}

.xtra-right-l {
  display: flex;
  align-items: center;
  gap: 4px;
}

.xtra-right-l span {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #121212;
  opacity: 0.6;
}

.xtra-right-r p {
  font-size: 15px;
  font-weight: 500;
  color: #121212;
  margin-bottom: 0;
}

.dark-design .xtra-right-r p {
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.dark-design .xtra-right-l span {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.6;
}

.digi-manage-partner-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.digi-partner-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.digi-partner-left img {
  height: 26px;
}

.digi-partner-left p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
}

.dark-design .digi-partner-left p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #d8d8d8;
}

.digibox-manage-subscription-box {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}

.digibox-manage-subscription-top .manage-box-icon {
  height: 50px;
  margin-bottom: 10px;
}

.digibox-manage-subscription-top .manage-partner-name {
  font-size: 17px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 2px;
}

.digibox-manage-subscription-top .manage-purchase-date {
  font-size: 13px;
  font-weight: 400;
  color: #444444;
  opacity: 0.7;
  margin-bottom: 0;
}

.dark-design .digibox-manage-subscription-top .manage-purchase-date {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.7;
  margin-bottom: 0;
}

.manage-service-bottom .digibox-manage-xtra-right {
  margin-bottom: 12px;
}

.manage-service-bottom .digibox-manage-link {
  font-weight: 500;
}

.digibox-black-logo {
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

.digibox-confirm-banner-mobile {
  width: 100%;

  display: none;
  position: relative;
}

.digibox-confirm-banner-mobile img {
  border-radius: 8px;
}

.digibox-confirm-content {
  margin: 40px 0;
  text-align: center;
}

.digibox-confirm-content h6 {
  font-size: 20px;
  color: #000;
  margin-bottom: 6px;
}

.dark-design .digibox-confirm-content h6 {
  color: #fff;
}

.dark-design .digibox-confirm-content .confirm-data-text {
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: 0.9;
}

.dark-design .digibox-confirm-content .confirm-data-text {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
  opacity: 0.9;
}

.confirm-icons-list {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 30px 0;
}

.confirm-icons img {
  height: 35px;
  margin-bottom: 4px;
}

.confirm-icons p {
  font-size: 13px;
  color: #262626;
  margin-bottom: 0;
}

.dark-design .confirm-icons p {
  font-size: 13px;
  color: #d8d8d8;
  margin-bottom: 0;
}

.confirm-button {
  width: 250px;
  height: 48px;
  background-color: #ffcc00;
  border-radius: 24px;
  border: 0;
  outline: none;
  cursor: pointer;
  color: #000000;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 30px;
}

.confirmation-para {
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.dark-design .confirmation-para {
  color: #fff;
}

.digibox-auto-renewal-container p {
  color: #000;
}

.dark-design .digibox-auto-renewal-container p {
  color: #ffffff;
}

.confirm-tc {
  font-size: 13px;
  font-weight: 400;
  color: #979797;
  margin-top: 20px;
}

.confirm-tc a {
  font-size: 13px;
  color: #ffcc00;
}

button:focus {
  outline: none;
}

.price-mobile-digibox {
  display: none;
}

.secure-container {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.secure-container .secure-text {
  color: #000;
  font-size: 13px;
}

.dark-design .secure-container .secure-text {
  color: #ffffff;
  font-size: 13px;
}

/* Shopping Cart Digibox Start */
.shopping-cart-heading {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  visibility: hidden;
  margin: 15px 0;
}

.dark-design .shopping-cart-heading {
  color: #ffffff;
  margin: 15px 0;
}

.shopping-cart-item {
  width: 100%;
  min-height: 100px;
  background-color: #434343;
  border-radius: 8px;
  padding: 20px 30px 30px 30px;
  position: relative;
  margin-bottom: 20px;
}

.shopping-cart-item-header {
  width: 100%;
  padding-bottom: 17px;
  border-bottom: 1px solid #676767;
}

.shopping-cart-item-header h6 {
  font-size: 17px;
  margin-bottom: 0;
  font-weight: 500;
  color: #ffffff;
}

.shopping-cart-item-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
  position: relative;
}

.shopping-cart-item-box::before {
  content: "";
  width: 5px;
  height: 80px;
  background-color: #ffcc00;
  position: absolute;
  left: -30px;
  top: 10px;
}

.shopping-cart-item-box-left .shopping-partner-name {
  font-size: 17px;
  color: #ffffff;
  margin-bottom: 10px;
  font-weight: 500;
}

.shopping-cart-item-box-left .shopping-partner-description {
  font-size: 13px;
  color: #d8d8d8;
  margin-bottom: 10px;
  font-weight: 400;
}

.shopping-item-view-detail .cart-item-view-link {
  font-size: 13px;
  color: #ffd200;
  font-weight: 200;
}

.shopping-cart-item-box-right {
  text-align: right;
}

.shopping-item-price .shopping-price-name {
  margin-bottom: 3px;
}

.shopping-item-price .shopping-price-name span {
  display: flex;
  align-items: center;
  gap: 3px;
  justify-content: flex-end;
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
}

.shopping-item-price .shopping-price-name span p {
  font-size: 13px;
  color: #ffffff;
  opacity: 0.6;
  margin-bottom: 0;
}

.shopping-price-amount h6 {
  font-size: 18px;
  color: #ffffff;
  font-weight: 700;
}

.shopping-auto-renewal {
  margin-top: 20px;
}

.shopping-auto-renewal .prime-toggle-input {
  gap: 2px;
  align-items: center;
}

.dark-design .shopping-auto-renewal .prime-toggle-input p {
  font-size: 13px;
  font-weight: 400;
  color: #ffffff;
}

.item-remove {
  margin-top: 20px;
}

.item-remove a {
  font-size: 13px;
  font-weight: 500;
  color: #ffd200;
}

.digibox-shopping-cart-right {
  width: 100%;
  min-height: 100px;
  background-color: #f4f0e8;
  padding: 25px;
  border-radius: 8px;
}

.dark-design .digibox-shopping-cart-right {
  width: 100%;
  min-height: 100px;
  background-color: #434343;
  padding: 25px;
  border-radius: 8px;
}

.saved-amount-box {
  width: 100%;
  min-height: 20px;
  background-color: #5c5c5c;
  padding: 15px;
  display: flex;
  gap: 10px;
  border-radius: 8px;
}

.saved-amount-box img {
  width: 27px;
  height: 27px;
}

.saved-amount-box p {
  margin-bottom: 0;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
}

.price-summary-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.price-summary-header .price-summary-digi-heading {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
}

.price-summary-header .check-offer-link {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  text-decoration: underline !important;
}

.coupon-apply-box {
  margin-top: 15px;
}

.promo-code-input {
  width: 100%;
  padding-bottom: 10px;
  background-color: transparent;
  font-size: 13px;
  border: 0;
  border-bottom: 1px solid #676767;
  outline: 0;
  color: #ffffff;
}

.promo-apply-btn {
  width: 89px;
  height: 31px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  outline: none;
  cursor: pointer;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.3);
  border-radius: 18px;
}

.summary-price-box {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #676767;
  margin-bottom: 15px;
}

.summary-price-box .summary-price-heading h6 {
  font-size: 17px;
  color: #000000;
  font-weight: 500;
  margin-bottom: 0;
}

.dark-design .summary-price-box .summary-price-heading h6 {
  font-size: 17px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

.summary-price-list {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 15px;
}

.summary-price-list .summary-price-name p {
  font-size: 14px;
  font-weight: 400;
  color: #262626;
  margin-bottom: 0;
}

.dark-design .summary-price-list .summary-price-name p {
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

.summary-total-price-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.summary-total-price-list .total-left h6 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  color: #000000;
}

.dark-design .summary-total-price-list .total-left h6 {
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}

.summary-total-price-list .total-right h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.dark-design .summary-total-price-list .total-right h6 {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
}

.pay-amount-btn {
  width: 257px;
  height: 48px;
  background-color: #26668b;
  border-radius: 23px;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.dark-design .pay-amount-btn {
  width: 257px;
  height: 48px;
  background-color: #ffcb05;
  border-radius: 23px;
  cursor: pointer;
  border: 0;
  outline: none;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
}

.payment-gateway-box {
  width: 100%;
  min-height: 33px;
  background-color: #333333;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  border-radius: 8px;
}

.payment-gateway-box .payment-gateway-img {
  height: 35px;
}

/* Shopping Cart Digibox End */

/* checkout page start */
.checkout-payment-method-box {
  width: 100%;
  min-height: 100px;
  background-color: #f4f0e8;
  padding: 25px;
  border-radius: 8px;
  padding-bottom: 5px;
}

.dark-design .checkout-payment-method-box {
  width: 100%;
  min-height: 100px;
  background-color: #434343;
  padding: 25px;
  border-radius: 8px;
  padding-bottom: 10px;
}

.payment-method-select-heading {
  font-size: 15px;
  color: #000000;
}

.dark-design .payment-method-select-heading {
  font-size: 15px;
  color: #ffffff;
}

.checkout-offer-box {
  width: 100%;
  min-height: 80px;
  padding: 15px 20px;
  background-color: #676767;
  border-radius: 8px;
  position: relative;
}

.checkout-offer-box {
  width: 100%;
  min-height: 20px;
  display: flex;
  gap: 15px;
}

.checkout-offer-icon span img {
  width: 27px;
  height: 27px;
}

.checkout-offer-content .checkout-offer-heading {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
}

.checkout-offer-term {
  display: flex;
  align-items: center;
  gap: 4px;
}

.checkout-offer-term img {
  height: 20px;
}

.checkout-offer-term span {
  font-size: 13px;
  font-weight: 400;
  color: #d8d8d8;
}

.offer-show-more {
  margin-top: 10px;
}

.offer-show-more a {
  font-size: 13px;
  font-weight: 500;
  color: #fdcf1e;
}

.offer-close-icon {
  position: absolute;
  right: 10px;
  top: 7px;
}

.offer-close-icon img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  cursor: pointer;
}

.payment-method-selection {
  margin-bottom: 15px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
}

.payment-method-accordion-box .accordion {
  background: transparent;
  padding: 0 !important;
}

.payment-method-accordion-box .accordion .card {
  background: transparent;
  border: 0;
}

.payment-method-accordion-box .accordion .card .card-header {
  background: transparent;
  /* border-bottom: 1px solid #676767; */
  border: 0;
  padding: 0;
  position: relative;
}

.payment-method-accordion-box .accordion .card .card-header::after {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  top: 0px;
  right: 20px;
  color: #979797;
  opacity: 1 !important;
  transition: 0.3s all;
  font-size: 18px;
  display: none;
}

.payment-method-accordion-box .accordion .card .card-header.collapsed::after {
  transform: rotate(180deg);
}

.payment-method-accordion-box .accordion .card .card-header .card-title {
  font-size: 13px;
  color: #d8d8d8;
  font-weight: 500;
}

.payment-method-accordion-box .accordion .card .card-header .card-title span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #444444;
  margin-bottom: 10px;
}

.dark-design
  .payment-method-accordion-box
  .accordion
  .card
  .card-header
  .card-title
  span {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  margin-bottom: 10px;
}

.payment-method-accordion-box
  .accordion
  .card
  .card-header
  .card-title
  span
  img {
  height: 18px;
  width: 18px;
}

.card-body {
  transition: none !important;
}

.payment-method-accordion-box .accordion .card .card-body {
  transition: none !important;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}

.payment-method-accordion-box .accordion .card .card-body.show {
  border-bottom: 1px solid #676767;
}

.payment-method-accordion-box .accordion .card .collapsed {
  border-bottom: 1px solid #676767 !important;
}

.pay-airtime-list {
  width: 100%;
  min-height: 20px;
  border-bottom: 1px solid #676767;
  padding: 0.75rem 0.5rem;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding-left: 0 !important;
}

.airtime-balance {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.airtime-list-right {
  text-align: right;
}

.airtime-active .airtime-list-right h6 {
  color: #000000;
}

.airtime-active .airtime-name-number h6 {
  color: #000000;
}

.airtime-active .airtime-name-number p {
  color: #444444;
}

.airtime-active {
  background-color: #f5f5f5;
}

.dark-design .airtime-active {
  background-color: #262626;
}

.aritime-active .dark-design .airtime-active {
  background-color: #333333;
}

.airtime-active .airtime-select-btn::before {
  display: block;
}

.pay-airtime-list:nth-last-child(1) {
  border-bottom: 0 !important;
}

.airtime-select-btn {
  width: 15px;
  height: 15px;
  border: 1px solid #262626;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}

.dark-design .airtime-select-btn {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  box-sizing: border-box;
}

.airtime-select-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #fdcf1e;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 50%;
}

.airtime-list-left {
  display: flex;
  align-items: center;
  gap: 15px;
}

.airtime-name-box {
  display: flex;
  align-items: center;
  gap: 7px;
}

.airtime-name-box .airtime-name-letter {
  width: 35px;
  height: 35px;
  background-color: #26668b;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dark-design .airtime-name-box .airtime-name-letter {
  width: 35px;
  height: 35px;
  background-color: #ffcc00;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.airtime-name-box .airtime-name-letter span {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
}

.dark-design .airtime-name-box .airtime-name-letter span {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
}

.airtime-name-number h6 {
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  margin-bottom: 5px;
}

.dark-design .airtime-name-number h6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 5px;
}

.dark-design .airtime-name-number p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #d8d8d8;
}

.airtime-name-number p {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  color: #444444;
}

.airtime-list-right p {
  font-size: 12px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 2px;
}

.dark-design .airtime-list-right p {
  font-size: 12px;
  font-weight: 400;
  color: #d8d8d8;
  margin-bottom: 2px;
}

.low-airtime p {
  color: #e64c3c;
}

.dark-design .low-airtime p {
  color: #e64c3c;
}

.airtime-list-right h6 {
  font-size: 14px;
  color: #444444;
  font-weight: 500;
  margin-bottom: 0;
}

.dark-design .airtime-list-right h6 {
  font-size: 14px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
}

/* checkout page end */

.payment-fail h5 {
  font-size: 20px !important;
  color: #000000;
}

.dark-design .payment-fail h5 {
  font-size: 20px !important;
  color: #ffffff;
}

.payment-failed-message {
  width: 100%;
  min-height: 30px;
  background-color: #f5f7f9;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
  margin-bottom: 20px;
  border-radius: 8px;
  padding: 15px;
}

.payment-failed-message h6 {
  font-size: 15px;
  font-weight: 500;
  color: #000000;

  margin-bottom: 5px;
}

.payment-failed-message p {
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 400;
  color: #000000;
  opacity: 0.83;
}

.dark-design .payment-failed-message {
  background-color: #353535;
  border: 1px solid #575757;
}

.dark-design .payment-failed-message h6 {
  color: #ffffff;
  opacity: 1;
}

.dark-design .payment-failed-message p {
  color: #ffffff;
  opacity: 0.83;
}

.payment-fail-help span {
  font-size: 13px;
  color: #000000;
  font-weight: 400;
}

.dark-design .payment-fail-help span {
  color: #d8d8d8;
}

.payment-fail-help {
  display: none;
}

.payment-failed-help-boxes {
  margin-top: 20px;
  margin-bottom: 60px;
  display: flex;
  gap: 10px;
}

.payment-help-box {
  width: 80px;
  height: 80px;
  padding: 10px 10px 10px 10px;
  background-color: #f3f0f9;
  border-radius: 8px;
}

.payment-help-box .payment-fail-icon {
  height: 16px;
  width: 16px;
  margin-bottom: 3px;
}

.payment-help-box p {
  margin-bottom: 0;
  font-size: 13px;
  color: #000000;
  font-weight: 500;
}

.dark-design .payment-help-box {
  background-color: #353535;
}

.dark-design .payment-help-box p {
  color: #ffffff;
}

.pay-now-container {
  display: none;
}

.pay-now-sticky {
  width: 100%;
  height: 48px;
  background-color: #ffcc00;
  padding: 15px 25px;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  display: none;
}

.pay-now-sticky .price-to-pay {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 0;
}

.pay-now-sticky .price-paynow {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  margin-bottom: 0;
}

.airtime-recharge {
  width: 120px;
  height: 40px;
  background-color: #ffd200;
  border-radius: 24px;
  border: 0;
  outline: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
}

.checkout-auto-renewal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* margin: 20px 0; */
}

.checkout-auto-renewal p {
  color: #000000 !important;
}

.dark-design .checkout-auto-renewal p {
  color: #ffffff !important;
}

.checkout-info {
  width: 100%;
  min-height: 10px;
  background-color: #f5f5f5;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 20px;
}

.dark-design .checkout-info {
  width: 100%;
  min-height: 10px;
  background-color: #5c5c5c;
  border-radius: 5px;
  padding: 7px;
  margin-bottom: 20px;
}

.checkout-info p {
  font-size: 12px;
  color: #444444;
  margin-bottom: 0;
}

.dark-design .checkout-info p {
  font-size: 12px;
  color: #d5d5d5;
  margin-bottom: 0;
}

.pay-disable {
  background-color: #979797;
  color: #f1f1f1;
}

.dark-design .pay-disable {
  background-color: #979797;
  color: #f1f1f1;
}

.cancel-payment {
  width: 15px;
  color: #26668b;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.dark-design .cancel-payment {
  width: 15px;
  color: #ffd200;
  font-weight: 500;
  margin-top: 20px;
  text-align: center;
}

.cancel-payment:hover {
  color: #26668b;
}

.dark-design .cancel-payment:hover {
  color: #ffd200;
}

.bundle-partner-logo img {
  height: 40px;
  margin-bottom: 15px;
}

.bundle-partner-logo .partner-name-bottom {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
}

.partner-web-link {
  font-size: 14px;
  color: #ffd200;
  font-weight: 500;
}

.partner-web-link:hover {
  color: #ffd200;
}

.manage-subs-desktop-toggle .text-white {
  color: #000000 !important;
}

.dark-design .manage-subs-desktop-toggle .text-white {
  color: #ffffff !important;
}

.manage-subs-desktop-toggle {
  position: absolute;
  top: 90px;
  right: 15px;
}

.manage-subs-desktop-toggle .prime-toggle-input {
  gap: 10px !important;
}

.manage-subs-mobile-toggle {
  margin: 10px 0;
  display: none;
}

.manage-subs-mobile-toggle .prime-toggle-input {
  gap: 10px !important;
  justify-content: start !important;
}

@media (max-width: 768px) {
  .manage-subs-desktop-toggle {
    display: none;
  }

  .manage-subs-mobile-toggle {
    display: block;
  }

  .digi-description-left {
    text-align: center;
  }

  .pay-now-sticky .price-paynow {
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    color: #000000;
    outline: none !important;
    border: 0 !important;
    display: block !important;
  }
}

@media (max-width: 480px) {
  .airtime-balance {
    flex-direction: column !important;
  }

  .airtime-list-right {
    margin-top: 5px;
    display: flex;
    flex-direction: row-reverse;
    gap: 10px;
    justify-content: flex-end !important;
  }

  .payment-gateway-box {
    display: none;
  }

  .digibox-shopping-cart-right {
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 280px) and (max-width: 992px) {
  .digi-headier-left {
    display: none;
  }

  .checkout-payment-method-box {
    margin-bottom: 20px;
  }

  .digi-none-mobile {
    display: none;
  }

  .expire-digibox-subs-text {
    display: block;
  }

  .price-mobile-digibox {
    display: block;
    margin-top: 7px;
  }

  .digibox-manage-subscription-card {
    width: 100%;
  }
}

@media screen and (min-width: 100px) and (max-width: 300px) {
  .payment-gateway-box .payment-gateway-img {
    height: 20px;
  }

  .pay-amount-btn {
    width: 100% !important;
  }

  .price-summary-header {
    flex-wrap: wrap;
  }

  .price-summary-header .check-offer-link {
    color: #ffcc00;
  }

  .digibox-manage-xtra-left h5 {
    font-size: 15px;
  }

  .digibox-confirm-banner {
    display: none;
  }

  .digibox-confirm-banner-mobile {
    display: block;
  }

  .confirm-icons-list {
    gap: 10px;
  }

  .confirm-icons img {
    height: 25px;
  }

  .confirm-icons p {
    font-size: 11px;
  }

  .confirm-button {
    height: 40px;
  }

  .digibox-auto-renewal-container .prime-toggle-input {
    justify-content: center !important;
  }

  .confirm-button {
    height: 40px;
  }

  .digibox-confirm-content h6 {
    font-size: 17px;
  }

  .digibox-confirm-content .confirm-data-text {
    font-size: 12px;
  }

  .confirmation-para {
    font-size: 12px;
  }

  .confirm-tc {
    font-size: 12px;
  }

  .dark-design .digibox-order-summary .success-col1 {
    background-color: #363636 !important;
    border-radius: 0;
  }

  .digi-download-invoice {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dark-design .digibox-order-summary .success-col2 {
    border-radius: 0;
    padding: 20px 25px;
    border-radius: 8px !important;
  }

  .dark-design .digibox-order-summary .success-col1 {
    background-color: #363636 !important;
    border-radius: 8px;
  }

  .order-summary-service-container {
    flex-direction: column;
    gap: 0;
  }

  .order-summary-service-box {
    width: 100%;
    position: relative;
  }

  .order-summary-service-name a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .order-summary-service-link {
    text-align: center;
  }

  .order-summary-feedback {
    text-align: center;
  }

  .order-summary-service-name p {
    font-size: 10px;
  }

  .order-summary-service-name a {
    font-size: 10px;
  }
}

@media screen and (min-width: 319px) and (max-width: 600px) {
  .payment-gateway-box .payment-gateway-img {
    height: 25px;
  }

  .pay-amount-btn {
    width: 100% !important;
  }

  .price-summary-header {
    flex-wrap: wrap;
  }

  .price-summary-header .check-offer-link {
    color: #ffcc00;
  }

  .digibox-manage-xtra-left h5 {
    font-size: 17px;
  }

  .digibox-confirm-banner {
    display: none;
  }

  .digibox-confirm-banner-mobile {
    display: block;
  }

  .confirm-icons-list {
    gap: 15px;
  }

  .confirm-icons img {
    height: 25px;
  }

  .confirm-icons p {
    font-size: 11px;
  }

  .confirm-button {
    height: 40px;
  }

  .digibox-confirm-content h6 {
    font-size: 17px;
  }

  .digibox-confirm-content .confirm-data-text {
    font-size: 12px;
  }

  .confirmation-para {
    font-size: 12px;
  }

  .confirm-tc {
    font-size: 12px;
  }

  .digi-box-header {
    min-height: 160px;
  }

  .digi-box-header {
    padding-right: 0;
  }

  .digi-header-left-side {
    padding: 20px;
  }

  .digi-header-left-side img {
    height: 20px;
    width: 85px !important;
    object-fit: contain;
  }

  .digi-header-left-side .digi-header-content {
    font-size: 13px;
  }

  .digi-header-left-side .digi-header-button {
    height: 30px;
    width: 150px;
    font-size: 12px;
  }

  .digi-description-right {
    padding-top: 0;
  }

  .digi-description-right .digi-description-heading {
    font-size: 17px;
    font-weight: 400;
  }

  .digi-description-right .digi-description-content {
    font-size: 13px;
  }

  .digibox-bundle {
    font-size: 17px;
    line-height: 20px;
  }

  .digi-modal-content-area {
    padding: 20px 25px;
  }

  .digi-service-heading-line {
    width: 260px;
  }

  .digi-services-box-left {
    flex-basis: 40%;
  }

  .digi-services-box-left {
    flex-basis: 60%;
  }

  .digi-services-box-left p {
    font-size: 9px;
  }

  .dark-design .digibox-order-summary .success-col1 {
    background-color: #363636 !important;
    border-radius: 0;
    border-radius: 8px;
  }

  .digi-download-invoice {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .dark-design .digibox-order-summary .success-col2 {
    border-radius: 0;
    padding: 20px 25px;
    border-radius: 8px !important;
  }

  .order-summary-service-container {
    flex-direction: column;
    gap: 0;
  }

  .order-summary-service-box {
    width: 100%;
    position: relative;
  }

  .order-summary-service-name a {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }

  .order-summary-service-link {
    text-align: center;
  }

  .order-summary-feedback {
    text-align: center;
  }

  .existing-subscription-list {
    flex-direction: column;
  }

  .activation-container {
    flex-direction: column;
    gap: 10px;
  }

  .digi-existing-user-top h5 {
    font-size: 20px;
  }

  .digi-existing-user-top h6 {
    font-size: 15px !important;
  }

  .digi-existing-user-top .existing-xtradata {
    font-size: 13px !important;
  }

  .existing-subscription-heading {
    font-size: 13px;
    font-weight: 400;
  }

  .order-summary-service-box {
    border-radius: 8px;
    margin-bottom: 5px;
  }

  .digibox-auto-renewal-container .prime-toggle-input {
    justify-content: center !important;
  }
}

.digi-service-heading-text1 h5 {
  background-color: #555555;
  padding: 0px 65px;
  font-size: 15px;
  font-weight: 500;
  color: #ffd200;
  margin: 20px 0px 0px 0px;
  display: inline-block;
  text-align: center;
}

.dark-design .flex-view-more {
  width: 100%;
  min-height: 20px;
  padding: 20px;
  margin-top: 20px;
  background-color: #1a1a1d;
  border: 1px solid #414141;
  border-radius: 8px;
}

.flex-view-more {
  width: 100%;
  min-height: 20px;
  padding: 20px;
  margin-top: 20px;
  background-color: #f1f1f1;
  border: 1px solid #dddddd;
  border-radius: 8px;
  transition: 0.5s;
}

.flexa-view-more-header {
  font-size: 11px;
  font-weight: 400;
  color: #676767;
  margin-bottom: 0;
}

.dark-design .flexa-view-more-header {
  font-size: 11px;
  font-weight: 400;
  color: #ffffff;
  margin-bottom: 0;
}

#flexa-view-more {
  font-size: 15px;
  font-weight: 400;
  color: #29668b !important;
  margin-bottom: 0;
  cursor: pointer;
}

.dark-design #flexa-view-more {
  font-size: 15px;
  font-weight: 400;
  color: #fc0 !important;
  margin-bottom: 0;
  cursor: pointer;
}

.dark-design #flexa-view-more:hover {
  font-size: 15px;
  font-weight: 400;
  color: #fc0 !important;
  margin-bottom: 0;
  cursor: pointer;
}

.flexa-view-more-content {
  margin-top: 15px;
  /* padding-left: 20px; */
  display: none;
}
/* .flexa-view-more-content-list::marker{
    content: url(/themes/custom/selfservice/images/flexa-check.svg) ;
} */

.flexa-view-more-content .flexa-view-more-content-list {
  font-size: 14px;
  margin-bottom: 6px;
  color: #676767;
  font-weight: 400;
  list-style-type: none;
}
.flexa-view-more-content-list {
  font-size: 14px;
  margin-bottom: 6px;
  color: #676767;
  font-weight: 400;
  list-style-type: none;
}

.dark-design .flexa-view-more-content .flexa-view-more-content-list {
  font-size: 14px;
  margin-bottom: 6px;
  color: #d8d8d8;
  font-weight: 400;
  list-style-type: none;
}
.flexa-view-more-content-list {
  font-size: 14px;
  margin-bottom: 6px;
  color: #d8d8d8;
  font-weight: 400;
  list-style-type: none;
}

.flexa-content-checkout .flex-view-more {
  background-color: transparent !important;
  border: 0;
  padding: 0;
  margin-bottom: 20px;
}

.flexa-content-checkout .flex-view-more .flexa-view-more-header {
  color: #444444;
  font-size: 13px;
}

.flexa-content-checkout .flex-view-more .flexa-view-more-header a {
  color: #444444;
  font-size: 12px;
  display: inline-block;
}

.dark-design .flexa-content-checkout .flex-view-more .flexa-view-more-header {
  color: #d8d8d8;
  font-size: 13px;
}

.dark-design .flexa-content-checkout .flexa-view-more-content-list {
  font-size: 13px;
  font-weight: 200;
}

.flexa-content-checkout .flexa-view-more-content-list {
  font-size: 13px;
  font-weight: 200;
}

.flexa-view-more-content-list {
  list-style: none;
  padding-left: 20px;
  position: relative;
}

.flexa-view-more-content-list::before {
  content: url(/themes/custom/selfservice/images/flexa-check.svg);

  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

.dark-design .flexa-view-more-content-list::before {
  content: url(/themes/custom/selfservice/images/flexa-check.svg);

  position: absolute;
  top: 1px;
  left: 0;
  border-radius: 50%;
}

@media screen and (max-width: 50em) {
  .digi-modal .modal-content .digi-modal header {
    height: 60px;
  }

  .digi-modal {
    max-width: 825px;
    max-height: 500px;
    background-color: #555555;
    margin-top: 100px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch !important;
    -ms-touch-action: pan-y !important;
    touch-action: pan-y !important;
  }

  /*For Iphone */
}

.collapse-content-text {
  color: #676767 !important;
}

.dark-design .collapse-content-text {
  color: #9e9e9e !important;
}

.dark-design .collapse-content-heading {
  color: #ffffff !important;
}

/* New order summary design modification start */
.order-transaction-detail {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.activated-service-box {
  border: 1px solid #979797;
  padding: 10px 12px;
  border-radius: 4px;
  display: inline-block;
}

.activation-services {
  display: flex;
  align-items: center;
  gap: 8px;
}

.activation-services span {
  color: #444444;
  font-size: 14px;
}

.dark-design .activation-services span {
  color: #d8d8d8;
}

.activated-service {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.order-amount {
  font-size: 16px;
  color: #000000;
}

.dark-design .order-amount {
  font-size: 16px;
  color: #ffffff;
}

.order-summary-success-msg h6 {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin: 15px 0;
}

.dark-design .order-summary-success-msg h6 {
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
}
.try-again {
  background-color: #26668b;
  color: #ffffff;
  margin-top: 15px;
  padding: 7px 25px;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  outline: none;
  border-radius: 23px;
  cursor: pointer;
  display: inline-block;
}
.try-again:hover,
.try-again:focus,
.try-again:active,
.try-again:visited {
  color: #ffffff;
}
.dark-design .try-again {
  margin-top: 15px;
  padding: 7px 25px;
  background-color: #fc0 !important;
  color: #000000 !important;
  font-size: 14px;
  font-weight: 500;
  border: 0;
  outline: none;
  border-radius: 23px;
  cursor: pointer;
  display: inline-block;
}
.dark-design .try-again:hover,
.dark-design .try-again:focus,
.dark-design .try-again:active,
.dark-design .try-again:visited {
  color: #000000 !important;
}

.summary-banner-mobile {
  width: 100%;
  padding: 30px 0 0 0;
  border-radius: 8px;
  background-color: #262626;
  margin-top: 15px;
  display: none;
}

/*.order-summary-success-msg{
  margin-bottom:250px;
}*/
.play-download-invoice {
  margin-bottom: 200px;
  font-size: 13px;
}

.activation-services img {
  height: 25px;
}
.play-order-summary {
  margin-bottom: 20px !important;
}

.play-order-summary .deal-image {
  display: block;
}

.dark-design .link-color {
  color: #ffce00;
}

@media screen and (min-width: 319px) and (max-width: 600px) {
  .play-download-invoice,
  .order-summary-success-msg {
    margin-bottom: 0px;
  }

  .summary-banner-mobile {
    display: block;
  }

  .play-order-summary .deal-image {
    display: none;
  }

  .order-transaction-detail {
    flex-wrap: wrap;
    gap: 10px;
  }
}

/* New order summary design modification end */

.loader-area-val {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: 100vh;
  /* background: radial-gradient(black, transparent); */
  /* filter: blur(1px); */
  background: rgba;
  background: rgba(255, 255, 255, -12.9);
  z-index: 1001;
}
.bundleSlider {
  width: 100%;
  height: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.bundleSlider .swiper-slide {
  width: 270px !important;
  background-color: transparent !important;
  height: 464px;
}
.flexa-loggedin-user {
  margin-top: 10px;
}
.flexa-loggedin-user h6 {
  font-size: 20px;
  font-style: italic;
  font-weight: 500;
  line-height: 26px;
  color: #ffc805;
  margin-bottom: 5px;
}
.flexa-loggedin-user > p {
  font-size: 15px;
  color: #ffffff;
  font-weight: 400;
  margin-bottom: 0;
}
.flexa-existing-user-date {
  display: flex;
  align-items: center;
  gap: 3px;
  margin-top: 4px;
}
.flexa-existing-user-date i {
  font-size: 12px;
  color: #ffffff;
  margin-right: 4px;
  margin-top: -2px;
}
.flexa-existing-user-date p {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}
.flexa-existing-user-date p span {
  color: #ffc805;
}
button.digibox-subscription.digibox-bottom-button:disabled {
  background-color: #a68e24 !important;
  cursor: not-allowed;
}

/* flexa update */
.bundle-head-text {
  color: #111111; /* Default light mode text color */
  font-size: 24px;
  font-weight: 500;
}

/* Dark Mode */
.dark-design .bundle-head-text {
  color: #ffffff; /* Dark mode text color */
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 13px;
}

.flexa-con {
  display: flex;
  width: 100%;
  gap: 10px;
}

.outer-layer {
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  background-color: #f5f5f5; /* Light mode background */
  color: #8e8e8e; /* Light mode text color */
  border-radius: 10px;

  gap: 8px;
}

.flex-mini-Container {
  /* width: 100%;
  max-width: 500px; */
  display: flex;
  flex-direction: column;
  background-color: #f4f4f4; /* Light mode background */
  color: #8e8e8e; /* Light mode text color */
  border-radius: 5px;
  padding: 20px;

  gap: 5px;
}

/* Dark Mode Styles */
.dark-design .outer-layer {
  background-color: #000; /* Dark mode background */
  color: #d8d8d8; /* Dark mode text color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.dark-design .flex-mini-Container {
  background-color: #2e2e2e; /* Dark mode background */
  color: #d8d8d8; /* Dark mode text color */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.5);
}

.flex-mini-Container h3 {
  color: #1c1c1c;
  font-size: 20px;
  font-weight: 500;
}
.dark-design .flex-mini-Container h3 {
  color: #ffffff; /* Dark mode text color */
  font-weight: 500;
  font-size: 20px;
}
.mini-text {
  color: #676767 !important;
  font-size: 13px;
  font-weight: 400;
}
.dark-design .mini-text {
  font-size: 13px;
  color: #d8d8d8 !important;
  font-weight: 400;
}
.includes-text {
  color: #ffc805;
  font-size: 12px;
  background-color: #000;
  border-radius: 50px;
  padding: 3px;
  width: 150px;
}

.voice-box {
  display: flex;
  gap: 10px;
  padding-top: 9px;
}
/* .voice-box:nth-last-child(1){
    padding-bottom: 0 !important;
} */
.voice-box span img {
  height: 20px;
  filter: invert(0%);
}
.dark-design .voice-box span img {
  height: 20px;
  filter: invert(100%);
}
.voiceBundle {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #444444;
}
.voiceBundle h3 {
  color: #000000;
  font-size: 14px !important;
  font-weight: 500;
}
.dark-design .voiceBundle h4 {
  color: #ffffff !important; /* Dark mode text color */
  font-size: 14px !important;
  font-weight: 500;
}
.terms {
  color: #8e8e8e;
  font-size: 14px;
}
.dark-design .terms {
  color: #8e8e8e; /* Dark mode text color */
}
.voiceBundle p {
  color: #676767;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}

.digital-service-container {
  display: flex;
  gap: 10px;
  margin-top: 12px;
}
.digital-service-container span .d-s {
  height: 20px;
  filter: invert(0%);
}
.dark-design .digital-service-container span .d-s {
  height: 20px;
  filter: invert(1000%);
}
.D-service-box {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.D-service-box h3 {
  color: #000000;
  font-size: 14px;
  font-weight: 500;
}
.dark-design .D-service-box h3 {
  color: #ffffff; /* Dark mode text color */
  font-size: 14px;
  font-weight: 500;
}
.D-items-container {
  display: flex;
  gap: 5px;
}
.mundo-item-con {
  display: flex;
  align-items: center;
  gap: 20px;
}
.mundo-box {
  max-width: 210px;
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  border: 0.03px solid #444;
  border-radius: 10px;
}
.mundo-text-box {
  display: flex;
  flex-direction: column;
  gap: 1px;
  justify-content: center;
}
.mundo-text-box .p-Mundo {
  color: #8e8e8e;
  font-size: 14px;
  height: 4px;
}
.dark-design .mundo-text-box .p-Mdundo .p-Mundo {
  color: #ffffff; /* Dark mode text color */
  font-size: 14px;
  font-weight: 400;
}
.mundo-text-box .p-Mdundo {
  color: #000000;
  font-size: 14px;
  font-weight: 400;
}
.dark-design .mundo-text-box .p-Mdundo {
  color: #ffffff; /* Dark mode text color */
  font-size: 14px;
  font-weight: 400;
}
.dark-design .p-Mundo {
  color: #ffffff; /* Dark mode text color */
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.mundo-text-box p {
  color: #676767;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.dark-design .mundo-text-box p {
  color: #8e8e8e;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 0;
}
.p-Mundo {
  font-size: 12px;
  font-weight: 400;
  color: #000000;
  margin-bottom: 0;
}
.bundle-buy-box {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 5px 20px;
}
.buy-text-box {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.price {
  display: flex;
  flex-direction: column;
  gap: 3px;
  border-right: 1px solid #666;
  justify-content: center;
  align-items: center;
  height: 20px;
  padding: 5px;
  padding-right: 15px;
}
.price p {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
.validity {
  display: flex;
  flex-direction: column;
  gap: 3px;

  align-items: center;
  height: 40px;
}
.validity p {
  color: #676767;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
.dark-design .validity p {
  color: #979797;
  font-weight: 400;
  font-size: 12px;
  margin-bottom: 0;
}
.validity p span img {
  height: 14px;
}
.icon-digi-card {
  font-size: 14px;
}
.validity h4 {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.price h4 {
  color: #111111;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.dark-design .price h4 {
  color: #ffffff; /* Dark mode text color */
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.dark-design .validity h4 {
  color: #ffffff; /* Dark mode text color */
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}
.buy-bundle-button button {
  display: flex;
  align-items: center;
  width: 150px;
  border: none;
  border-radius: 50px;
  background-color: #29668b;
  color: #ffffff;
}
.buy-bundle-button button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  border: none;
  border-radius: 50px;
  color: #ffff;
  font-size: 16px;
  font-weight: 600;
}
.dark-design .buy-bundle-button button {
  color: #000; /* Dark mode text color */
  background-color: #ffc805 !important;
}
@media screen and (min-width: 319px) and (max-width: 600px) {
  .voiceBundle p {
    color: #c9c9c9;
  }
  .flex-mini-Container {
    width: 82vw;
  }
  .flex-mini-Container {
    padding: 15px;
  }
  .flexa-con {
    width: 100%;
    display: flex;
    overflow-x: scroll;
  }
  .D-items-container {
    flex-direction: column;
    gap: 10px;
  }

  .bundle-buy-box {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    justify-content: center;
    align-items: center;
  }
  .buy-text-box {
    display: flex;
    gap: 4px;
    justify-content: center;
    align-items: center;
    padding: 5px;
  }
  .budle-head-text {
    color: white;
    font-size: 18px;
    font-size: 500;
    text-align: center;
  }
}

.D-items-container {
  flex-wrap: wrap;
}
.D-items-container a {
  flex: 1;
  /* flex-basis: 50%; */
  display: block;
}
.mundo-item-con span img {
  height: 30px;
}

@media (max-width: 767px) {
  .flex-mini-Container {
    min-height: 680px;
  }
  .dark-design .flex-mini-Container {
    min-height: 680px;
  }
}

.alt-options {
  margin-left: 78px;
}
@media screen and (max-width: 900px) {
  .alt-options {
    margin-left: 0px;
  }
}

.order-summary-container {
  display: flex;
  width: 900px;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
}
.summary-box {
  display: flex;
  align-items: center;
  align-self: stretch;
  border-radius: 16px;
  border: 1px solid #e0e0e0;
}
.dark-design .summary-box {
  border-color: #2f2f2f;
}
.summary-right {
  display: flex;
  width: 323px;
  padding: 48px 56px 185px 56px;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  background: #fff;
}
.dark-design .summary-right {
  background: #121212;
}
.summary-left {
  display: flex;
  padding: 24px 61px;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1 0 0;
  align-self: stretch;
  background: rgba(239, 239, 239, 0.5);
}
.dark-design .summary-left {
  background: #1b1a1a;
}
.summary-left span {
  color: #838383;
}
.dark-design .summary-left span {
  color: #7a7a7a;
}
.summary-left h3,
.summary-left p {
  margin: 0;
}
.summary-items svg {
  color: #838383;
}

.dark-design .summary-items svg {
  color: #7a7a7a;
}

.summary-value {
  display: flex;
  gap: 8px;
  align-items: center;
}
.summary-value h3 {
  font-size: 14px;
}

.invoice-box {
  display: flex;
  width: 211px;
  flex-direction: column;
  align-items: flex-start;
  text-align: start;
  gap: 12px;
}
.fee-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 12px;
}
.fee-container p {
  color: #838383;
}
.dark-design .fee-container p {
  color: #7a7a7a;
}

.fee-container h6 {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.invoice-box .fee-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.fee-box h3,
.fee-container h6 {
  margin: 0;
}
.fee-box h3 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.dark-design .fee-box h3 {
  color: #ededed;
}
.fee-box img {
  display: flex;
  width: 23px;
  height: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
}
.invoice-box p:nth-child(1),
.invoice-box p:nth-child(2) {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 0;
}
.invoice-box p:nth-child(1) {
  margin-bottom: 12px !important;
}
span.trans-id {
  color: #838383;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.invoice-download {
  display: flex;
  height: 36px;
  padding: 8px 12px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 9999px;
  border: 1px solid #e8e8e8;
  opacity: 1;

  color: #202020;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0px;
}
.summary-right h5 {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.summary-right p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.summary-right span {
  color: #838383;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.5px;
}
.summary-items {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  align-self: stretch;
  margin-top: 24px;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
}
.summary-items h3 {
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
.active-class {
  color: #000;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
}
.dark-design .summary-items,
.dark-design .summary-items h3 {
  color: #ededed;
}
.summary-data-box {
  display: flex;
  padding: 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.summary-data-box p {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 21px;
}
.summary-data-items {
  display: flex;
  padding: 8px 8px 16px 8px;
  align-items: flex-start;
  gap: 8px;
  align-self: stretch;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.dark-design .summary-data-items {
  border-color: #2f2f2f;
}
.showmax-package {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 12px;
}
.showmax-package h3 {
  font-size: 14px;
}
.showmax-package h3,
.showmax-package p {
  margin: 0;
}
.showmax-package button {
  display: flex;
  height: 44px;
  padding: 32px;
  justify-content: center;
  align-items: center;
  border: none;
  gap: 6px;
  align-self: stretch;
  border-radius: 9999px;
  opacity: 1;
  background: #f9c600;
}
.showmax-package-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  align-self: stretch;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.back {
  display: block;
  color: #f9c600;
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  align-self: stretch;
}
section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error {
  color: #e5484d !important;
}
.try-button {
  padding: 8px 32px !important;
  font-weight: 600 !important;
}

@media screen and (max-width: 768px) {
  .order-summary-container {
    display: flex;
    width: 100%;
    padding: 0 20px;
    margin-top: 10px;
  }
  .summary-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
  .summary-right {
    padding: 16px;
    align-items: start;
    width: 100%;
  }
  .summary-left {
    padding: 24px 16px;
    width: 100%;
  }
  .invoice-download {
    /* background: hsl(var(--primary)); */
    color: hsl(var(--primary));
    border: none;
  }
  section {
    width: 100%;
  }
}

.showmax-amount-btn:disabled {
    background-color: #979797;
    color: #f1f1f1;
}