.content-area .entry-content textarea,
.content-area .entry-content .contact-form textarea {
  max-width: 98%;
}

.widget-column h2 {
  color: #ccc;
  margin-bottom: 20px;
  font-size: 18px;
}

.main-report-container .wp-list-table-report .view-changed-data-btn.loading {
  position: relative;
  pointer-events: none;
  opacity: 0.6;
}

form .error-message {
  color: red;
  margin-top: 5px;
  font-size: 14px !important;
  font-size: 12px;
}

form #submit-button {
  position: relative;
}

.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  /* border-top-color: rgba(0, 0, 0, 0.8); */
  border-top-color: rgba(4, 250, 49, 0.9);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.custom-pagination a,
.custom-pagination span {
  text-decoration: none;
  font-size: 16px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
}

.custom-pagination .page-numbers.current {
  font-weight: 600;
  font-size: 15px;
  color: #4ea34c;
}

.custom-header .custom-header-content {
  padding-bottom: 42px;
  padding-top: 42px;
}

.wp-die-message {
  text-align: center;
  padding: 30px 20px;
  border: 1px solid #eaeaea;
  width: 100%;
  margin: 0 auto;
}

/* Login Page Customization */
#pmpro_login {
  max-width: 370px;
  margin: 0 auto;
}

.pmpro_form_field-password-toggle {
  /* width: 300px;*/
  width: 100%;
}

.navigation-classic .main-navigation a {
  padding: 19px 0;
  margin-left: 5px;
  margin-right: 21px;
  transition: unset;
}

/*form styling 10/12/24 */
@media (min-width: 64em) {

  .content-area .entry-content .contactForm input[type="text"],
  .content-area .entry-content .contactForm input[type="email"],
  .content-area .entry-content .contactForm input[type="url"],
  .content-area .entry-content .contactForm input[type="password"],
  .content-area .entry-content .contactForm input[type="search"],
  .content-area .entry-content .contactForm input[type="number"],
  .content-area .entry-content .contactForm input[type="tel"],
  .content-area .entry-content .contactForm input[type="range"],
  .content-area .entry-content .contactForm input[type="date"],
  .content-area .entry-content .contactForm input[type="month"],
  .content-area .entry-content .contactForm input[type="week"],
  .content-area .entry-content .contactForm input[type="time"],
  .content-area .entry-content .contactForm input[type="datetime"],
  .content-area .entry-content .contactForm input[type="datetime-local"],
  .content-area .entry-content .contactForm input[type="color"],
  .content-area .entry-content .contact-form .contactForm input[type="text"],
  .content-area .entry-content .contact-form .contactForm input[type="email"] {
    max-width: 100%;
    width: 100%;
  }
}

.contactForm input {
  margin: 0;
}

.content-area .entry-content .contactForm textarea,
.content-area .entry-content .contactForm .contact-form textarea {
  max-width: 100%;
}

.contactForm .row:not([class*=" "]) .col-4.mb-3 {
  max-width: 50%;
  width: 100%;
}

.contactForm span.wpcf7-spinner {
  position: relative;
  top: -38px;
  left: 40%;
  right: 40%;
}

.singular-content-wrap.container {
  max-width: 100%;
}

.contactForm .wpcf7-not-valid-tip {
  font-size: 12px;
}
p:has(span.wpcf7-spinner){
	position:relative;
}
.contactForm span.wpcf7-spinner {
  position: absolute;
  top: 11px;
  left: 20%;
  right: 40%;
}

.contactForm label.form-label {
  margin-left: 0;
}

.contactForm .col-12.mb-3 label.form-label {
  width: 100%;
  color: #000;
}

.contactForm h3 {
  margin-left: 0;
}

.contactForm select {
  margin-left: 0 !important;
  padding: 10px 14px;
  /**/
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.contactForm button {
  margin: 0 !important;
}

.form-control {
  padding: 10px 14px;
}

.contactForm input[type="radio"] {
  position: relative;
  top: 2px;
  height: 15px;
  width: 15px;
  margin-left: 15px;
}

.contactForm input[type="radio"]:first-of-type {
  margin-left: 0;
}

.contactForm .table-responsive {
  overflow: auto;
}

.contactForm table {
  table-layout: auto;
}

.contactForm__slotManage {
  max-width: 560px;
  width: 100%;
}


.singular-content-wrap .singular-content-wrap {
  padding-left: 0;
  padding-right: 0;
}

.contactForm .form-select.status-dropdown {
  min-width: 105px;
}

.hentry-inner img {
  width: 100%;
}

body .section-content-wrapper.layout-five .hentry:first-child {
  width: 50%;
  height: fit-content;
}

body .section-content-wrapper.layout-five .hentry {
  width: 25%;
  /* height: 275px; */
}

body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
  height: 730px;
}

body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
  height: 730px;
}

body .section-content-wrapper.layout-five .hentry .post-thumbnail {
  height: 343px;
}

body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
  height: 343px;
  object-fit: cover;
}

.pmpro_form_field-bike_shop_name {
  /*width: 45%;
  display: inline-block;
  position: absolute;
  left: 50%;
  padding-left: 9px;*/
}

.pmpro_form_field-username {
  width: 50%;
  display: inline-block;
}

.pmpro_form_field_shop_name {
  margin-top: 17px;
}

@media (max-width: 1600.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 710px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 710px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 335px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 335px;
  }
}

@media (max-width: 1440.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 630px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 630px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 294px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 294px;
  }
}

/* /////////////// */
@media (max-width: 1400.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 610px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 610px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 284px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 284px;
  }
}

@media (max-width: 1367.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 594px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 594px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 276px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 276px;
  }
}

@media (max-width: 1280.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 541px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 541px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 249px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 249px;
  }
}

@media (max-width: 1200px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 560px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 560px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 273px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 273px;
  }
}

@media (max-width: 1024.98px) {
  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: 472px;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: 472px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 229px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 229px;
  }
}

@media (max-width: 1024px) {

  /* body .section-content-wrapper.layout-five .hentry:first-child {
    padding-right: 0;
  } */
  body .section-content-wrapper.layout-five .hentry:first-child {
    width: 100%;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail {
    height: auto;
  }

  body .section-content-wrapper.layout-five .hentry:first-child .post-thumbnail img {
    height: auto;
  }

  body .section-content-wrapper.layout-five .hentry {
    width: 50%;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 470px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 470px;
  }
}

@media (max-width: 768.98px) {
  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 344px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 344px;
  }
}

@media (max-width: 575.98px) {
  body .section-content-wrapper.layout-five .hentry {
    padding-right: 15px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: 250px;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: 250px;
  }
}

@media (max-width: 530.98px) {
  body .section-content-wrapper.layout-five .hentry {
    width: 100%;
    padding-right: 0;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail {
    height: auto;
  }

  body .section-content-wrapper.layout-five .hentry .post-thumbnail img {
    height: auto;
  }
}

@media (max-width: 1024px) {
  .container.w-75.contactForm {
    width: 100% !important;
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {

  .contactForm .row .col-4.mb-3,
  .contactForm .row:not([class*=" "]) .col-4.mb-3 {
    max-width: 100%;
    width: 100%;
  }

  .contactForm .col-4,
  .contactForm .col-6 {
    width: 100%;
  }

  .contactForm .col-4.pt-5 {
    padding-top: 0 !important;
  }

  .member_menu_top {
    margin: 0;
  }

  .contactForm li.nav-item {
    max-width: calc(50% - 10px);
    width: 100%;
  }

  .contactForm li.nav-item a {
    width: 100%;
  }

  .contactForm__tableFilter {
    width: 100%;
    flex-wrap: wrap;
  }

  .contactForm__searchInput {
    max-width: 100%;
    width: 100%;
  }

  .contactForm__searchButton {
    max-width: 100%;
    width: 100%;
    margin: 0;
  }

  .contactForm__tableFilter form {
    max-width: 100%;
    width: 100%;
  }

  #add_slot {
    max-width: 100%;
    width: 100%;
  }

  .tab-pane {
    overflow: auto;
  }

  .contactForm td:not(:first-of-type),
  .contactForm th:not(:first-of-type) {
    min-width: 120px;
  }

  .contactForm td:first-of-type,
  .contactForm th:first-of-type {
    min-width: 40px;
  }

  .contactForm .slot-table td:first-of-type,
  .contactForm .slot-table th:first-of-type {
    min-width: 120px;
  }

  .contactForm h2 {
    font-size: 24px;
  }

  .contactForm .pmpro_font-large {
    font-size: 20px;
  }
  
  .contactForm .pmpro .pmpro_card_title {
  border-bottom: 1px solid var(--pmpro--color--border--variation);
  padding-bottom: 10px;
}

  .contactForm .pmpro .pmpro_card_content {
    padding: 12px;
    font-size: 12px;
  }

  .contactForm .pmpro .pmpro_card_title {
    padding: 10px;
  }

  .contactForm .pmpro .pmpro_card_actions {
    padding: 10px;
  }

  .contactForm span.pmpro_card_action a {
    font-size: 12px;
  }

  .pmpro .pmpro_font-x-large {
    font-size: 28px;
  }

  .pmpro_form_field-bike_shop_name {
    width: 100%;
    display: block;
    position: static;
    padding-left: 0px;
  }

  .pmpro_form_field-username {
    width: 100%;
    display: block;
  }


}

.pmpro_section #loginform .login-submit .button {
  margin: 0;
}

.search-form {
  text-align: left;
}

.search-form .search-field {
  margin-left: 0;
}

.search-form .search-submit {
  position: relative;
  padding: 14px 15px;
}

.plan-tab {
  padding: 10px 30px;
  margin: 0 10px;
  border: 1px solid #0142ac;
  background: #fff;
  color: #0142ac;
  font-weight: bold;
  border-radius: 5px 5px 0 0;
  cursor: pointer;
  outline: none;
  transition: background 0.2s, color 0.2s;
}

.plan-tab.active {
  background: #0142ac;
  color: #fff;
}

#rw-card-element {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
}

/*
body.page-id-12 .pmpro_form_field.pmpro_form_field-password {
  position: relative;
}

body.page-id-12 .pmpro_form_field.pmpro_form_field-password button.pmpro_btn.pmpro_btn-plain.pmpro_btn-password-toggle {
  position: absolute;
  left: 260px;
  bottom: 15px;
}

body.page-id-12 .pmpro_form_field.pmpro_form_field-password button.pmpro_btn.pmpro_btn-plain.pmpro_btn-password-toggle span.pmpro_form_field-password-toggle-state {
  display: none;
}

@media (max-width:1023px) {
  body.page-id-12 .pmpro_form_field.pmpro_form_field-password button.pmpro_btn.pmpro_btn-plain.pmpro_btn-password-toggle {
    left: 90%;
  }
}*/

#pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
  grid-template-columns: auto !important;
  justify-content: start;
}


@media (max-width:1024px) {
  #pmpro_user_fields .pmpro_form_field-password:has(.pmpro_form_field-password-toggle) {
    grid-template-columns: 1fr auto !important;
  }
}

.pmpro-member-profile-edit .pmpro_form_field-password-toggle {
  width: 100%;
}

@media (min-width: 64em) {
  .pmpro_form_field-password-toggle {
    width: 300px;
  }

  .pmpro-member-profile-edit .pmpro_form_field-password-toggle {
    width: 350px;
  }

  .pmpro-member-profile-edit .content-area .entry-content input[type="text"],
  .pmpro-member-profile-edit .content-area .entry-content input[type="password"] {
    width: 350px;
  }
}

table#slotBookingsTable {
  table-layout: unset;
}


/* Saved Cards Section */
.saved-cards-section {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
}

.card-radio-option {
  display: block;
  padding: 12px 15px;
  margin: 8px 0;
  background: white;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.card-radio-option:hover {
  border-color: #0142ac;
  background: #f0f7ff;
}

.card-radio-option input[type="radio"] {
  margin-right: 10px;
  width: auto;
  border: 1px solid #0142ac;
}

.card-radio-option input[type="radio"]:checked+.card-info {
  font-weight: 600;
  color: #0142ac;
}

.card-info {
  font-size: 16px;
}

.badge-default {
  background: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
}

/* Payment Modal */
.payment-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.payment-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.payment-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
}

.payment-modal-close:hover,
.payment-modal-close:focus {
  color: #000;
}

.payment-modal-content h2 {
  margin-top: 0;
  color: #0142ac;
}

.payment-modal-content .form-group {
  margin-bottom: 15px;
}

.payment-modal-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.payment-modal-content .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.modal-buttons .btn-cancel {
  padding: 10px 20px;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.modal-buttons .btn-submit {
  padding: 10px 20px;
  background-color: #0142ac;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.modal-buttons .btn-cancel:hover {
  background-color: #5a6268;
}

.modal-buttons .btn-submit:hover {
  background-color: #023080;
}

.modal-buttons .btn-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#pay-different-card-btn {
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

#pay-different-card-btn:hover {
  background-color: #218838;
}


.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.btn-group {
  margin-top: 20px;
  padding-left: 5px;
}

.form-step button {
  padding: 10px 20px;
  margin: 5px;
  font-weight: 500;
}

label {
  font-weight: 500;
  font-size: 22px;
}

.form-step h2 {
  font-size: 24px;
  font-weight: 500;
}

.form-step input,
.form-step textarea {
  border-bottom: 1px solid #373434;
  border-top: 0px;
  border-left: 0px;
  border-right: 0px;
}

.radio-btn-with-text {
  margin: 10px;
  max-width: 250px;
  background: #dfe6ed;
  border: 1px solid #000;
  padding: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 14px;
}

.form-step p {
  padding: 10px;
}

button.button-primary {
  background: #0142ac;
}

.radio-option {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  position: relative;
  transition: background-color 0.2s;
}

.radio-option input[type="radio"] {
  display: none;
}

.radio-option .label-letter {
  background-color: #ffffff;
  color: #0142ac;
  font-weight: 500;
  width: 25px;
  height: 25px;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  border: 1px solid #0142ac;
}

.radio-option.selected {
  background-color: #b6d3f7;
  border-color: #0142ac;
}

/* Saved Cards Section */
.saved-cards-section {
  margin: 20px 0;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 5px;
}

.card-radio-option {
  display: block;
  padding: 12px 15px;
  margin: 8px 0;
  background: white;
  border: 2px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  transition: all 0.3s;
}

.card-radio-option:hover {
  border-color: #0142ac;
  background: #f0f7ff;
}

.card-radio-option input[type="radio"] {
  margin-right: 10px;
  width: auto;
  border: 1px solid #0142ac;
}

.card-radio-option input[type="radio"]:checked+.card-info {
  font-weight: 600;
  color: #0142ac;
}

.card-info {
  font-size: 16px;
}

.badge-default {
  background: #28a745;
  color: white;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 10px;
}

/* Payment Modal */
.payment-modal {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}

.payment-modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 30px;
  border: 1px solid #888;
  border-radius: 8px;
  width: 90%;
  max-width: 600px;
  position: relative;
}

.payment-modal-close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
  line-height: 20px;
}

.payment-modal-close:hover,
.payment-modal-close:focus {
  color: #000;
}

.payment-modal-content h2 {
  margin-top: 0;
  color: #0142ac;
}

.payment-modal-content .form-group {
  margin-bottom: 15px;
}

.payment-modal-content label {
  display: block;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 14px;
}

.payment-modal-content .form-control {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
}

.modal-buttons {
  display: flex;
  gap: 10px;
  margin-top: 20px;
  align-items: center;
}

.modal-buttons .btn-cancel {
  padding: 10px 20px;
  background-color: #6c757d;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.modal-buttons .btn-submit {
  padding: 10px 20px;
  background-color: #0142ac;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

.modal-buttons .btn-cancel:hover {
  background-color: #5a6268;
}

.modal-buttons .btn-submit:hover {
  background-color: #023080;
}

.modal-buttons .btn-submit:disabled {
  background-color: #ccc;
  cursor: not-allowed;
}

#pay-different-card-btn {
  padding: 10px 20px;
  background-color: #28a745;
  color: white;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: 500;
}

#pay-different-card-btn:hover {
  background-color: #218838;
}

/* Stripe Elements Styling */
#rw-card-element-modal {
  min-height: 40px;
  background-color: white;
}

#rw-card-element-modal .StripeElement {
  padding: 10px;
}

#rw-card-element-modal .StripeElement--focus {
  border-color: #0142ac;
  box-shadow: 0 0 0 1px #0142ac;
}

#rw-card-element-modal .StripeElement--invalid {
  border-color: #fa755a;
}

.global-popup-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999;
}

.global-popup {
  background: #fff;
  padding: 24px;
  border-radius: 10px;
  max-width: 420px;
  width: 90%;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

@keyframes popupFade {
  from {
    transform: scale(0.9);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}

#popupCloseBtn {
  margin-top: 15px;
  padding: 8px 18px;
  background: #2271b1;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}




/*-----------------------------------------------------------------------12 Feb 2026----------------------------------------------------------*/
.pmpro-card-content .row{
 
}

.pmpro_stripe_field, .pmpro_form_field, .slot_booking_form .mb-3{
		display:flex !important;
		align-items: center;
		flex-direction: row !important;
		gap: 20px;
		justify-content: space-between !important;
        row-gap: 5px;
		position:relative;
		flex: 0 0 calc(49% - 8px);
		align-items: flex-end;
		flex-wrap: wrap;
		width: 100% !important;
    align-items: flex-start;
}
.pmpro_stripe_field input.pmpro_form_input, .pmpro_form_field input.pmpro_form_input, .pmpro_form_field select.pmpro_form_input, .slot_booking_form .mb-3 input, .slot_booking_form .mb-3 select{
	border-bottom: 1px solid #000;
	width: 350px !important;
	 
	    flex: 1 1 0;
    min-width: 300px;
    max-width: 350px !important;
}

.pmpro_stripe_field label, .pmpro_form_field label, .slot_booking_form .mb-3 label{
	width: fit-content;
	font-size: 18px;
	font-weight: 600 !important;
	    border-bottom: 1px dashed #000;
}

.pmpro_stripe_field .StripeElement{width: 80%;}


.pmpro_form_fields{
	flex-direction:row !important;
	flex-wrap:wrap;
}
.pmpro_cols-2, .pmpro_cols-3{
	width:100%;
	    flex-direction: row !important;
		
}
.pmpro_form_hint{
	    position: absolute;
    bottom: -36px;
    font-size: 10px !important;
    left: 0;
}

.table-responsive{padding:0 12px;}
.table {margin: 0 auto;    max-width:1296px;text-align:center;    margin-bottom: 50px;width:100%}
.table  th{text-align:center;}
.nav-pills .nav-item a{color: #000;padding: 8px 12px;border-radius: 10px;}
.nav-pills .nav-item a.active, .nav-pills .nav-item a:hover{color:#fff;    background-color:#000;}

@media (max-width: 767px) {
	.pmpro_stripe_field, .pmpro_form_field{
		    flex: 0 0 calc(100% - 8px);
	}
	.pmpro_form_hint{
		position:relative;
		bottom:0;
	}
	.content-area .entry-content textarea, .content-area .entry-content .contact-form textarea{
		width:100%;
	}
}
/*16 feb 2026*/
.pmpro .pmpro_card_title{}

.pmpro .pmpro_card_content{margin-top:10px;padding-bottom: 15px;}
.pmpro .pmpro_card_content .pmpro_list li{display:flex;flex-wrap:wrap;gap:15px;margin-bottom:10px;}
.pmpro .pmpro_card_content .pmpro_list li strong{border-bottom: 1px solid #000;}
.pmpro_card_actions{display:flex;gap:10px;}
.pmpro_card_actions .pmpro_card_action_separator{display:none;}
.pmpro_card_actions .pmpro_card_action a{display:block;text-decoration: none;color: #000;font-size: .875rem; padding: 8px 12px;border-radius: 10px;
    background-color: transparent;    border: 1px solid #6c757d;}
.pmpro_card_actions .pmpro_card_action a:hover{    color: #fff;    background-color: #000;	
}

.update-card-container{max-width:1320px !important;}
.update-card-container h2{    margin-top: 0;font-size: 2.1rem;        font-weight: 500;}
.update-card-container h3{margin-left: 0;font-size: 20px;font-weight: 500;text-decoration: underline;text-underline-offset: 5px;}

.saved-cards-list .card-item button{padding: 8px 15px;border-radius: 4px;cursor: pointer;font-size: 16px;font-weight: 500;}
.saved-cards-list .card-item button.edit-nickname-btn{background: transparent !important;color:#17a2b8 !important;border:1px solid #17a2b8 !important;}
.saved-cards-list .card-item button.edit-nickname-btn:hover{background: #17a2b8 !important;color:#fff !important;}

.saved-cards-list .card-item button.set-default-btn{background: transparent !important;color: #007bff !important;border:1px solid #007bff !important; }
.saved-cards-list .card-item button.set-default-btn:hover{background: #007bff !important;color: #fff !important;}

.saved-cards-list .card-item button.delete-card-btn{background: transparent !important;color: #dc3545 !important;border:1px solid #dc3545 !important;}
.saved-cards-list .card-item button.delete-card-btn:hover{background: #dc3545 !important;color: #fff !important;}

.add-new-card-section{ background-color: var(--pmpro--color--base);border: 1px solid var(--pmpro--color--border--variation);border-radius: var(--pmpro--base--border-radius);
        box-shadow: var(--pmpro--box-shadow);display: flex;flex-direction: column;margin: var(--pmpro--base--spacing--medium) 0;overflow: hidden;    margin-top: 10px;
    padding: 15px;}
.add-new-card-section h3{font-size: 24px;font-weight: 700;margin: var(--pmpro--base--spacing--large) 0 0;padding: 0;line-height: 1.5;}
 .add-new-card-section #add-card-form{display: flex; flex-wrap: wrap;gap: 20px;}
 .add-new-card-section #add-card-form > div{display: flex !important; flex-direction: row !important; gap: 20px;  justify-content: space-between !important;  row-gap: 5px;
    position: relative; flex: 0 0 calc(49% - 8px); align-items: flex-end; flex-wrap: wrap; flex: 0 0 auto; width: 48%;}
.add-new-card-section #add-card-form > div > div:not(#rw-card-element){ width: 100%; display: flex; justify-content: space-between; align-items: flex-end;flex-wrap: wrap;
                                                             gap: 15px;}
.add-new-card-section label:not(:has(input)){width: fit-content; font-size: 18px; font-weight: 600 !important;  border-bottom: 1px dashed #000;}
.add-new-card-section label:has(input){width: fit-content; font-size: 18px; font-weight: 600 !important;cursor:pointer;}
.add-new-card-section label:has(input) input{margin-left:0;}
.add-new-card-section input:not(label input){border: 1px solid #000 !important;width: 500px !important;max-width: 350px !important;margin-left: 0;
 flex: 1 1 0; min-width: 0;max-width: 350px;
}
.StripeElement {    width: 80%;border:1px solid #000 !important;    padding: 16px !important;line-height: 1.555555;width: 500px;flex: 1 1 0; min-width: 0;max-width: 79.5%;}


.form-step{}
.field-wrap{
	display: flex !important;
    flex-direction: row !important;
    gap: 20px;
    justify-content: space-between !important;
    row-gap: 5px;
    position: relative;
    flex: 0 0 calc(49% - 8px);
    align-items: flex-end;
    flex-wrap: wrap;
    width: 100% !important;
}
.field-wrap label{    width: fit-content;
    font-size: 18px !important;
    font-weight: 600 !important;
    border-bottom: 1px dashed #000;
	margin:0;
	}
	
.field-wrap:has(.radio-option){
	justify-content: flex-start !important;
}
.field-wrap input{
	    border-bottom: 1px solid #000;
    width: 500px !important;
   /* max-width: 100% !important;*/
	background-color: var(--pmpro--color--base);
        border: 1px solid var(--pmpro--color--border);
        border-radius: var(--pmpro--base--border-radius);
        box-shadow: none;
        box-sizing: border-box;
        color: var(--pmpro--color--contrast);
        font-size: 16px;
        height: auto;
        line-height: 1.5;
        margin: 0;
        min-height: auto;
        outline: none;
        padding: var(--pmpro--base--spacing--small);
		 flex: 1 1 0; min-width: 0;max-width: 350px;
}


#stolen-bike-modal h3{color:#fff; }

/* Each option */
.field-wrap .radio-option {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 18px;
  border: 2px solid #e5e7eb;
  border-radius: 10px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 500;
  transition: all 0.25s ease;
  background: #fff;
  max-width: fit-content;
}

/* Hide native radio */
.field-wrap input[type="radio"] {
  display: none;
}

/* Letter badge */
.field-wrap .label-letter {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #d1d5db;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  color: #6b7280;
  transition: all 0.25s ease;
}

/* Hover */
.field-wrap .radio-option:hover {
  border-color: #2563eb;
}

/* Checked state */
.field-wrap input[type="radio"]:checked + span,
.field-wrap input[type="radio"]:checked ~ .label-letter {
  background: #2563eb;
  border-color: #2563eb;
  color: #fff;
}

.field-wrap input[type="radio"]:checked ~ .label-letter {
  background: #2563eb;
}

/* Highlight selected card */
.field-wrap .radio-option:has(input:checked) {
      border-color: #3d3d3d;
    background: #3d3d3d;
    color: #fff;
}
.form-control[readonly]{
	background-color:#fff;
}

/*
.pmpro_form_field .pmpro_form_field-password-toggle{
	position:absolute;
	right: 7px;
    width: auto;
    background-color: #fff;
	    bottom: 15px;
}*/
@media (min-width: 1200px) {.entry-container{max-width: 1140px;}}
 .entry-container{max-width: 1320px;padding-left: 12px;padding-right: 12px;margin:0 auto;}
 .field-wrap label.form-label{margin-left:0;}
input.form-control{margin-left:0;}
.tab-content .tab-pane{padding-top:0 !important;}
.pmpro_section #loginform .login-password{column-gap: 30px !important;}

#pmpro_change_password .pmpro_form_field{	align-items: flex-start;flex-direction: column !important;    align-content: flex-start;}
#pmpro_change_password .pmpro_form_field-password-toggle button{font-size: 12px;}
@media (min-width: 64em) {
     .pmpro-member-profile-edit #pmpro_change_password .pmpro_form_field-password-toggle {        width: 500px;    }
}
.pmpro_table th{color:#000;}
.pmpro_table th span{clip:unset;height: auto;overflow: visible; position: absolute !important;width: auto;  word-wrap: normal !important;color: #000;clip-path: unset;}
#opening_times_div{margin-bottom:30px;}

#review-summary {max-width: 800px;margin: 20px 0; font-family: inherit;}

#review-summary ul {  list-style: none;  padding: 0;  margin: 0;}

#review-summary li { background: #ffffff; border: 1px solid #e5e7eb; border-radius: 8px; padding: 14px 16px; margin-bottom: 12px; transition: all 0.2s ease;}

#review-summary li:hover { box-shadow: 0 2px 8px rgba(0,0,0,0.05); border-color: #d1d5db;}

/* First line (condition text) */
#review-summary li > label:first-child {display: block;font-weight: 500; margin-bottom: 8px; color: #374151;}

/* Status text */
#review-summary li b { color:red;    font-weight: 500;    font-size: 18px;}

/* Checkbox row */
#review-summary .replace-checkbox {  margin-right: 8px;}

#review-summary li input[type="checkbox"] { transform: scale(1.1); cursor: pointer;}

/* Checkbox label alignment */
#review-summary li label:last-child,
#review-summary li input[type="checkbox"] + span { font-size: 14px; color: #4b5563;}
.time-slot{flex: 1 1 100px;}

.pmpro-member-profile-edit .pmpro_form_field-password-toggle{justify-content: flex-start;gap:15px;}
.page-template-template-update-card-detail .StripeElement{max-width: 60.5%;}

@media (max-width: 767px){
	.nav.nav-pills{width:100%;}
	.saved-cards-list .card-item > div{flex-wrap: wrap;gap: 20px;}
	.add-new-card-section h3{margin-bottom: 20px; margin-top: 0px;}
	.add-new-card-section #add-card-form > div{        flex: 0 0 calc(100% - 8px);}
	.add-new-card-section input:not(label input){margin:0;}
	.add-new-card-section input:not(label input), .StripeElement{flex:auto;}
	.field-wrap input{flex:auto;}

  .pmpro_stripe_field input.pmpro_form_input, .pmpro_form_field input.pmpro_form_input, .pmpro_form_field select.pmpro_form_input, .slot_booking_form .mb-3 input, .slot_booking_form .mb-3 select{
	 
	width: 100% !important;
  min-width: 200px !important;
}
.page-template-template-update-card-detail .StripeElement{max-width:350px;}
}


@media (max-width:1080px){
	.pmpro_form_field{flex: 0 0 calc(100% - 8px);}
}

@media (max-width: 1023px){
	#primary-menu{padding-left:26px;}
}
/*16 feb 2026*/
