.application-step-circle {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-top: 10px;
  color: var(--bs-pink);
  text-align: center;
  line-height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 3px solid var(--bs-pink);
  margin-right: 10px;
}

.application-plan-container {
  background: var(--bs-gray-100);
  padding: 16px 0 0 0;
  border-radius: 8px;
  flex-wrap: wrap;
  display: flex;
}

.form-group input,
select {
  height: 50px;
  width: 60%;
}

.form-group .form-control {
  height: 50px;
  width: 60%;
  font-size: 18px;
}

.form-group {
  background: var(--bs-gray-100);
  padding: 32px 0;
  border-radius: 8px;
}

.application-step-title {
  color: #D92765;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
}
.application-step-title-box {
  width: 80%;
}

.application-plan-header-upsize{
  font-size: 18px;
}

.application-step-title-2 {
  color: #404040;
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
  margin-top: 16px;
}

.application-step-title-last {
  color: #404040 !important;
}

.application-step-circle-last {
  background: var(--bs-pink);
  color: white !important;
  border: none
}

.application-plan-card {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #eee;
  position: relative;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}

.application-plan-card .application-radio-circle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #BFBFBF;
  cursor: pointer;
  transition: all 0.2s;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-plan-card.application-selected .application-radio-circle {
  border-color: #e73c7e;
  background-color: #e73c7e;
  color: white;
}

.application-plan-card.application-selected .application-radio-circle:before {
  content: '✓';
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* Highlight border when selected */
.application-plan-card.application-selected {

  box-shadow: 0 0 10px rgba(231, 60, 126, 0.2);
}

.application-plan-card h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0px;
  margin-bottom: 0px;
}

.application-capacity-img-box {
  width: 160px;
  height: 160px;
}

.application-capacity-type-2-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.application-capacity-type-1-box {
  width: 30%;
  display: flex;
  justify-content: center;
}

.application-capacity-description {
  font-size: 12px;
  font-weight: 600;
}

.application-capacity-img-box img {
  max-width: 160px;
  max-height: 160px;
}

.application-capacity-card {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  border: 1px solid #eee;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
}

.application-capacity-card .application-radio-circle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #BFBFBF;
  cursor: pointer;
  transition: all 0.2s;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-capacity-card.application-selected .application-radio-circle {
  border-color: #e73c7e;
  background-color: #e73c7e;
  color: white;
}

.application-capacity-card.application-selected .application-radio-circle:before {
  content: '✓';
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* Highlight border when selected */
.application-capacity-card.application-selected {

  box-shadow: 0 0 10px rgba(231, 60, 126, 0.2);
}

.application-capacity-card h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0px;
  margin-bottom: 0px;
}


.application-capacity-card-type-2 {
  background-color: white;
  border-radius: 10px;
  padding: 15px;

  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 300px;
}

.application-capacity-card-type-2 .application-radio-circle {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.2s;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}

.application-capacity-card-type-2.application-selected .application-radio-circle {
  border-color: #e73c7e;
  background-color: #e73c7e;
  color: white;
}

.application-capacity-card-type-2.application-selected .application-radio-circle:before {
  content: '✓';
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

/* Highlight border when selected */
.application-capacity-card-type-2.application-selected {

  box-shadow: 0 0 10px rgba(231, 60, 126, 0.2);
}

.application-capacity-card-type-2 h4 {
  font-size: 18px;
  font-weight: bold;
  padding: 6px 0px;
  margin-bottom: 0px;
}

.application-capacity-name {
  font-size: 24px;
  font-weight: 600;
}

.application-capacity-name span {
  font-size: 12px;
}

.application-feature-list {
  font-size: 12px;
  padding-left: 0;
  list-style-type: none;
  height: 50px;
  /* width: 80%; */
  font-weight: 600;
}

.application-feature-list li {
  margin-bottom: 5px;
  position: relative;
  padding-left: 15px;
}

.application-feature-list li:before {
  content: '・';
  position: absolute;
  left: 0;
}

.application-product-grid {
  margin-top: 20px;
}

.application-product-item {
  flex-direction: column;
  background-color: white;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-align: center;
  border: 2px solid #eee;
  cursor: pointer;
  transition: all 0.3s;
}

.application-product-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.application-product-img {
  max-width: 160px;
  max-height: 160px;
}

.application-product-item-img-container {
  width: 160px;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-product-name {
  font-size: 14px;
  margin-bottom: 0;
  font-weight: 600;
}

.application-plan-step-circle-question-mark {
  user-select: none;
  padding: 4px;
  border-radius: 50%;
  background: rgb(168, 167, 167);
  width: 30px;
  height: 30px;
  margin-left: 16px;
  margin-top: 10px;
}

.application-plan-step-circle-question-mark span {
  color: white
}

.application-cart-section {
  background-color: white;
  padding: 15px;
  margin-top: 20px;
  border: 2px solid #BFBFBF;
  border-bottom: none;
  position: sticky;
  bottom: 0;
  border-top-right-radius: 18px;
  border-top-left-radius: 18px;
  box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.25);
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  z-index: 1001;
}

.application-capacity-type-1 {
  display: none !important;
}

.application-capacity-type-2 {
  display: none !important;
}

.application-cart-section-container {
  margin: 0 24px;
  width: 75%;
}

.application-cart-quantity-circle {
  width: 24px;
  height: 24px;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  background-color: var(--bs-yellow);
  color: black;
  position: absolute;
}

.application-cart-icon {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
  margin-top: 12px;
  position: relative;
  cursor: pointer;
}

.application-cart-icon:hover {
  transform: scale(1.1);
}

.application-overlay-detail-plan-list {
  width: 100%;
}

.application-close-button-detail-plan-container {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: white;
  background-color: rgb(188, 187, 187);
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  margin: 10px 0px;
}

.application-overlay-detail-plan-footer {
  margin-top: 16px;
  font-weight: 600;
}

.application-overlay-detail-plan-header {
  height: 64px;
  width: 100%;
}

.application-cart-icon img {
  width: 100%;
  height: 100%;
}

.application-plan-cart-left {
  flex-direction: column;
}

.application-plan-cart-left-p {
  font-weight: 600;
  color: #D92765;
}

.btn-primary {
  background-color: #e73c7e;
  border-color: #e73c7e;
}

.application-plan-btn-default-color {
  background-color: gray !important;
  color: white !important;
  border: none;
}

.btn-outline-secondary {
  color: #666;
  border-color: #ccc;
}

.form-control {
  border-radius: 5px;
}

.application-current-step {
  color: #e73c7e;
}

.application-code-input {
  height: 50px;
  width: 60%;
  font-size: 18px;
  border-radius: 5px;
}

.application-plan-card-btn {
  align-items: center;
  text-align: center;
  width: 150px;
  border-radius: 6px;
  margin-bottom: 8px;
}

.application-plan-background-yellow {
  background-color: var(--bs-gray-800);
  color: var(--bs-yellow);
}

.application-plan-background-pink {
  background-color: pink;
  color: var(--bs-pink);
}

.application-plan-background-green {
  background-color: rgb(176, 250, 172);
  color: var(--bs-green);
}

.application-plan-background-blue {
  background-color: rgba(130, 177, 247, 0.742);
  color: var(--bs-blue);
}

.application-plan-card-content-container {
  display: flex;
  align-items: center;
  width: 250px;
  flex-direction: column;
}

.application-plan-text-yellow span {
  color: #CC9900;
}

.application-plan-text-pink span {
  color: #FF3399;
}

.application-plan-text-green span {
  color: #00B050;
}

.application-plan-text-blue span {
  color: #0F9ED5;
}

.application-plan-cart-btn {
  flex-direction: column;
}

.application-plan-cart-btn button {
  padding: 8px 24px
}

.application-plan-cart-done-btn {
  background-color: var(--bs-yellow);
  font-weight: 600;
}

.application-plan-step-product {
  border-top: 3px solid #ccc;
}

/* New styles for cart dialog and overlay */
.application-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);

}

.application-overlay.application-active-overlay {
  display: block;
  z-index: 1000;
}

.application-active {
  display: block !important;
  z-index: 1000;
}


.application-cart-dialog {
  display: none;
  width: 80%;
}

.application-cart-dialog.application-active {
  display: block;
  z-index: 1000;
  background-color: white;
}

.application-cart-dialog-content {
  padding: 20px;
}

.application-cart-dialog-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #BFBFBF;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.application-cart-dialog-header-h3 {
  margin: 0;
  color: #000000;
  font-weight: 600;
}

.application-quantity-control-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: column;
}

.application-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
  margin-bottom: 3px;
  color: white;
}

.application-product-img-container {
  display: flex;
  justify-content: center;
  border-top: 3px solid gray;

}

.application-product-detail-width {
  width: 100%;
}

.application-cart-dialog-items {
  max-height: 300px;
  overflow-y: auto;
}

.application-cart-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #BFBFBF;
  padding: 15px 0;
}

.application-cart-item-details {
  flex-grow: 1;
}

.application-cart-item-title {
  font-weight: 600;
  margin-bottom: 10px;
}

.application-cart-item-price-control {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.application-cart-item-price-control-left {
  display: flex;
  align-items: start;
  flex-direction: column;
  color: #000000;
}

.application-cart-item-price-control-left p {
  font-size: 18px;
}

.application-cart-total p {
  margin-left: 12px;
  margin-top: 12px;
  font-size: 24px;
}

.application-cart-item-price {
  font-weight: 600;
  margin-bottom: 0;
}

.application-quantity-control {
  display: flex;
  align-items: center;
}

.application-quantity-btn {
  width: 30px;
  height: 30px;
  background-color: #000;
  border: 1px solid #BFBFBF;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: white;
  font-size: 16px;
}

.application-quantity-product-detail-input {
  width: 40px;
  height: 30px;
  text-align: center;
  border: 0px solid #BFBFBF;
  margin: 0 5px;
}

.application-close-button-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  background-color: rgb(188, 187, 187);
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-close-button-container button {
  color: white;
}

.application-delete-btn {
  background-color: white;
  color: #e73c7e;
  border: 2px solid #e73c7e;
  border-radius: 5px;
  padding: 5px 15px;
  cursor: pointer;
  margin-bottom: 16px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-cart-dialog-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
  padding-top: 15px;

}

.application-information-cart-total {}

.application-information-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  display: none;
}

.application-infomation-cart-total-text {
  display: flex;
  justify-content: end;

}

.application-cart-icon-small {
  width: 30px;
  height: 30px;
  position: relative;
  margin-right: 10px;
}

.application-cart-icon-small img {
  width: 40px;
  height: 40px;
}

.application-cart-quantity-circle-small {
  width: 18px;
  height: 18px;
  position: absolute;
  top: -5px;
  right: -12px;
  background-color: var(--bs-yellow);
  color: #000000;
  border-radius: 50%;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-cart-total-price {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 0;
  color: #000000;
}

.application-hidden {
  display: none !important;
}

.application-product-detail-box {
  display: none;
  width: 100%;
}

.application-product-detail-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.application-product-detail-header {
  position: relative;
}

.application-close-button-detail-container {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: white;
  background-color: rgb(188, 187, 187);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -4px;
}

.application-product-description-container {
  /* height: 100px; */
}

.application-product-detail-header .application-subtitle {
  font-size: 14px;
  color: #555;
}

.application-close-btn {
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.application-divider {
  margin: 16px 0;
  border: none;
  border-top: 1px solid #ccc;
}

.application-product-detail-body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

}

.application-product-price-quantity-container {
  display: flex;
  justify-content: space-between;
  border-top: 3px solid gray;
  padding-top: 12px;
}

.application-product-image {
  max-height: 200px;
  max-width: 200px;
  margin-bottom: 16px;
}

.application-product-img-box {
  margin: 24px 0 8px 0;
}

.application-product-description {
  font-size: 18px;
  color: #333;
  margin: 16px 0 16px 0px;
  font-weight: 600;
}

.application-product-contract-period {
  font-size: 18px;
  color: #333;
  margin: 16px 0 16px 0px;
  font-weight: 600;
}
.application-product-price {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
}

.application-quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.application-quantity-product-detail-minus,
.application-quantity-product-detail-plus {
  width: 32px;
  height: 32px;
  font-size: 20px;
  border: 1px solid #ccc;
  border-radius: 50%;
  background: #2f2b2b;
  color: white;
}

.application-quantity-product-detail-input {
  width: 40px;
  text-align: center;
  border: none;
  background: transparent;
  font-size: 16px;
}

.application-add-to-cart-btn {
  background-color: #ffc107;
  border: none;
  padding: 12px 52px;
  border-radius: 8px;
  font-weight: bold;
  font-size: 19px;
  color: #000;
  cursor: pointer;
  transition: background-color 0.2s ease;
  margin: 0 0 24px 0;
}

.application-add-to-cart-btn:hover {
  background-color: #e0a800;
}


.application-radio-group {
  display: flex;
  align-items: center;
  margin: 10px 0;
}

.application-radio-option {
  margin-right: 20px;
  display: flex;
  align-items: center;
}

.application-radio-option input {
  margin-right: 5px;
}

.application-code-input {
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  width: 100% !important;
  box-sizing: border-box;
  margin-top: 4px;
  /* margin-left: 10px; */
}

.application-option-row {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.application-step-4-radio {
  flex-direction: column;
  align-items: center;
  display: none;
}

.application-step-4-radio-text {
  width: 50%;
}

.application-step-4-container {}

.application-radio-option-input {
  width: 32px;
}

.application-yes-option-input {
  width: 450px;
}

.application-yes-option-text {
  width: 32px;
}

.application-progress-steps {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  position: relative;
}

.application-progress-line {
  position: absolute;
  top: 30px;
  height: 2px;
  background-color: #BFBFBF;
  width: 70%;
  z-index: 1;
}

.application-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  width: 33.33%;
}

.application-step-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  /* background-color: #e50050; */
  color: #e50050;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  font-weight: bold;
}

.application-step.application-inactive .application-step-circle {
  background-color: #ccc;
}

.application-step-text {
  font-size: 0.8rem;
  text-align: center;
}

.application-product-detail-title-h2 {
  text-align: center;
  margin: 10px 0;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

.application-information-cart-content::before,
.application-information-cart-content::after {
  content: "";
  height: 1px;
  background-color: #BFBFBF;
  position: absolute;
  top: 50%;
  width: 30%;
}

.application-product-detail-title-h2::before {
  left: 0;
}

.application-product-detail-title-h2::after {
  right: 0;
}

.application-cart-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
  background-color: white;
}

.application-cart-table th,
.application-cart-table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #BFBFBF;
}

.application-cart-table th {
  background-color: #f2f2f2;
}

.application-cart-table .application-item-name {
  text-align: left;
}

.application-cart-total {
  padding: 10px;
  display: flex;
  font-weight: bold;
  justify-content: center;
  align-items: center;
}

.application-quantity-control {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* .application-quantity-btn {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #BFBFBF;
  background-color: #f5f5f5;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-weight: bold;
} */
.application-terms-item-content {
  padding: 10px;
  border-left: 1px solid #e2dfdf;
}

.application-quantity-cart-input {
  width: 40px;
  text-align: center;
  border: none;
  margin: 0 5px;
}

.application-remove-btn {
  color: black;
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.2rem;
}

.application-terms-section {
  margin: 20px 0;
  background-color: white;
  border: 1px solid #BFBFBF;
}

.application-terms-header {
  background-color: #333;
  color: white;
  padding: 10px;
  font-weight: bold;
}

.application-terms-item {

  border-bottom: 1px solid #BFBFBF;
  display: flex;
  align-items: flex-start;
}

.application-terms-item-input {
  height: 100px;
  width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-terms-item:last-child {
  border-bottom: none;
}

.application-terms-checkbox {
  margin-right: 10px;
  margin-top: 3px;
}

.application-terms-text {
  font-size: 0.9rem;
  line-height: 1.4;
}

.application-terms-detail {
  font-size: 0.8rem;
  color: #666;
  margin-top: 5px;
}

.application-button-container {
  text-align: center;
  margin: 30px 0;
}

.application-continue-btn {
  background-color: #e50050;
  color: white;
  border: none;
  padding: 12px 30px;
  border-radius: 5px;
  cursor: pointer;
  font-weight: bold;
}

.application-continue-btn:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

.application-blue-text {
  color: #0066cc;
}

.application-small-note {
  font-size: 0.8rem;
  color: #666;
  margin-top: 10px;
}


.application-overlay-loading-container {
  height: 100px;
  width: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  color: black;
  border-radius: 8px;
}


.application-overlay-loading-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;

}

.application-overlay-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1002;
}

.application-overlay-detail-plan {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.application-overlay-detail-plan-content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.application-overlay-detail-plan-table-img {
  width: 100%;
}


.application-overlay-detail-plan-container {
  width: 80%;
  background-color: #E8E8E8;
  color: #404040;
  border-radius: 8px;
  padding: 0 32px;
  overflow-y: auto;
  height: 85%;

}

.application-header-sub-content {
  display: flex;
  justify-content: end;
  margin-right: 30px;
}

.application-header-sub-content-left {
  font-size: 10px;
  width: 32%;
  font-weight: bold;
}

.application-header-sub-content-right {
  font-size: 16px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.application-overlay-detail-plan-text {
  line-height: 1.6rem;
  font-weight: 600;
}

/* pricing-table.css */
.application-pricing-table-container {
  max-width: 100%;
  overflow-x: auto;
}

.application-pricing-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 8px;
  text-align: center;
  table-layout: fixed;
  background: white;
  padding: 4px;
  border-radius: 6px;
}

.application-pricing-table th,
.application-pricing-table td {
  border: none;

  padding: 10px;
  vertical-align: middle;
  word-wrap: break-word;
}

.application-yes-option-input-title {
  font-size: 28px;
  margin-bottom: 24px;
}

.application-yes-option-input-text-color {
  color: #e73c7e;
  font-weight: 600;
}

.application-agency-code-btn {
  border: none;
  background-color: #e73c7e;
  color: white;
  font-weight: 600;
  width: 120px;
  height: 40px;
  border-radius: 0;
}
.application-agency-code-btn:hover {
    background-color: #fa8db7 !important;
    color: white !important;
}
.application-agency-code-btn:disabled {
    background-color: #b8b5b5 !important;
    color: white !important;
    opacity: 1 !important;
    cursor: not-allowed;              
}

.application-add-to-cart-btn:disabled {
  background-color: #6c757d;
  color: white;
  border-color: #6c757d;
  cursor: not-allowed;
  opacity: 1;                    
}

.application-yes-option-input-text {
  font-size: 14px;
}


.application-pricing-table tbody tr:nth-child(odd) td {
  background-color: #dad7d7;

}

.application-pricing-table tbody tr:nth-child(even) td {
  background-color: #ffffff;

}

.application-plan-header {
  font-weight: bold;
  padding: 10px;
  font-size: 1.2rem;
  line-height: 1.4;

}

.application-plan-header .application-header-sub {
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 6px;
}

.application-gray {
  background-color: #E8E8E8;
  color: #333;
}

.application-premium {
  background-color: #0E2841;
  color: #CC9900;
}

.application-advanced {
  background-color: #F2CFEE;
  color: #FF0066;
}

.application-standard {
  background-color: #D9F2D0;
  color: #00B050;
}

.application-economy {
  background-color: #CAEEFB;
  color: #0F9ED5;
}

.application-premium-text .application-header-sub-content-right {
  color: #CC9900;
}

.application-advanced-text .application-header-sub-content-right {
  color: #FF0066;
}

.application-standard-text .application-header-sub-content-right {
  color: #00B050;
}

.application-economy-text .application-header-sub-content-right {
  color: #0F9ED5;
}

.application-feature-name {
  background-color: #fafafa;
  font-weight: bold;
  text-align: left;
  padding-left: 15px;
  white-space: nowrap;
}

.application-plan-cell {
  font-size: 0.95rem;
  padding: 10px;
  font-weight: 600;
  color: #000000;
}

.application-plan-header-text-align-left {
  text-align: left;
}

.application-exclusive {
  color: #C7002E;
  font-weight: bold;
}

.application-sharing {
  color: #333;
}

.application_login__actions {
    width: 200px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #D92765 !important;
    border: none;
}

.application_guest_action {
  background-color: #D92765 !important;
  width: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  border: none;
}

.application-login-header {
  text-align: center;
  font-weight: 600;
  color: #D92765;
}

.application-guest-padding {
   
    display: flex;
    justify-content: center;
    align-items: center;
   
}


@media (max-width: 768px) {
  .application-cart-section-container {
    width: 100%;
    margin: 0;
  }

  .application-plan-cart-btn button {
    padding: 8px 8px;
  }

  .application-cart-total p {
    font-size: 16px;

  }

  .application-step-title {
    font-size: 16px;
  }

  .application-step-title-2 {
    font-size: 16px;
  }

  .application-cart-dialog {
    width: 100%;
    max-height: 90vh;
    overflow-y: auto;
  }

  .application-cart-item-price-control {}

  .application-quantity-control {
    margin-top: 10px;
  }

  .application-step-4-radio-text {
    width: 80%;
  }

  .application-overlay-detail-plan-body {}

  .application-overlay-detail-plan-container {
    width: 95%;
    padding: 0px;

  }

  .application-overlay-detail-plan-list {
    width: 100%;

  }

  .application-overlay-detail-plan-text {
    margin-left: 0px;
    line-height: 1.0rem;
    font-size: 12px;
  }

  .application-close-button-detail-plan-container {
    width: 32px;
    height: 32px;
    margin: 16px 0px;
  }

  .application-overlay-detail-plan-content {
    padding: 0 8px;
  }

  .application-pricing-table-container {
    overflow-x: auto;
  }

  .application-pricing-table {
    min-width: 750px;
  }

  .application-plan-header,
  .application-feature-name {
    font-size: 0.9em;
  }

  .application-price-value {
    font-size: 1em;
  }

  .application-price-label {
    font-size: 0.75em;
  }

  .application-pricing-table-container {
    overflow-x: scroll;
  }

  .application-pricing-table {
    min-width: 900px;
  }

  .application-plan-header {
    font-size: 0.9em;
  }

  .application-feature-name {
    font-size: 0.9em;
  }

  .application-capacity-type-1-container {
    flex-direction: column;
  }

  .application-capacity-type-1-box {
    width: 100%;
  }

  .application-guest-padding {
    margin-bottom: 16px;
  }
  .application-guest-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;

  }
  .application_login__actions {
    width: 100px;
  }

  .application_forgot__actions {
    justify-content: start !important;

  }

  .application-product-detail-title-h2 {
    font-size: 22px;
  }
  .application-yes-option-input {
    width: 300px;
  }
  .application-yes-option-input-title {
    font-size: 18px;
  }
}