/*** Import *****/
@import url("loading-btn.css");
/* @import url("loading-group.css"); */
/* @import url("basic-ayout.css"); */
@import url("H-custom.css");
/* @import url("form-custom.css"); */
/*** End ****/
.blog-info-tag span:before {
  content: ",";
  position: absolute;
  bottom: 6px;
  right: 0;
  height: 100%;
  font-size: 16px;
  width: auto;
  padding-right: 5px;
}
.blog-info-tag span {
  position: relative;
  display: inline-block;
  padding-right: 10px;
}
.blog-info-tag span:last-child:before {
  display: none;
}
/* .wpcf7 form .wpcf7-response-output {
  border: 0;
  margin: 0 auto;
  padding: 0;
  font-weight: bold;
  font-size: 12px;
  position: absolute;
  width: 100%;
} */
.wpcf7 form.sent .wpcf7-response-output {
  color: #46b450;
}
.wpcf7 form.invalid .wpcf7-response-output {
  color: red;
}

.password-input {
  width: 100%;
}

.alert {
  padding: 1rem 1.25rem;
  border-radius: 6px;
  margin-bottom: 1rem;
  font-weight: 500;
  border-left: 4px solid;
  font-size: 1.5rem;
}

/* .alert-success {
  background: #d4edda;
  color: #155724;
  border-color: #28a745;
} */

.alert-error {
  background: #f8d7da;
  color: #721c24;
  border-color: #dc3545;
}

.alert-warning {
  background: #fff3cd;
  color: #856404;
  border-color: #ffc107;
}
.mona-loader-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mona-loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #3498db;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  animation: mona-spin 2s linear infinite;
}
@keyframes mona-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.d-none {
  display: none !important;
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 100%;
}
.no-change {
  pointer-events: none;
}
.no-change .txt {
  display: none;
}
.form-group .group.vehicle-exists {
  display: none;
}
.rejection-notice {
  margin-bottom: 30px;
  padding: 25px;
  background: linear-gradient(135deg, #fff5f5 0%, #fef2f2 100%);
  border: 1px solid #fecaca;
  border-left: 5px solid #ef4444;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(239, 68, 68, 0.1);
  animation: slideDown 0.4s ease-out;
  position: relative;
  overflow: hidden;
}

.rejection-notice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #ef4444, #f87171, #ef4444);
  animation: shimmer 2s infinite;
}

@keyframes slideDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
    max-height: 0;
  }
  to {
    opacity: 1;
    transform: translateY(0);
    max-height: 500px;
  }
}

@keyframes shimmer {
  0%,
  100% {
    opacity: 0.5;
  }
  50% {
    opacity: 1;
  }
}

.rejection-header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #fecaca;
}

.rejection-header::before {
  content: "⚠️";
  font-size: 24px;
  margin-right: 12px;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}

.rejection-title h3 {
  margin: 0;
  color: #dc2626;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.rejection-content {
  line-height: 1.6;
}

.rejection-reason {
  margin-bottom: 20px;
}

.rejection-reason strong {
  display: block;
  color: #991b1b;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.rejection-reason div {
  background: #ffffff;
  padding: 15px;
  border-radius: 6px;
  border: 1px solid #fecaca;
  color: #374151;
  font-size: 15px;
  line-height: 1.7;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05);
}

.rejection-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  margin-bottom: 20px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 6px;
  border: 1px solid #fed7d7;
}

.rejection-meta > div {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.rejection-meta strong {
  color: #7c2d12;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.3px;
}

.rejection-meta div:not(strong) {
  color: #6b7280;
  font-size: 14px;
  font-weight: 500;
}

.reject-date::before {
  content: "🕒";
  margin-right: 6px;
}

.rejected-by::before {
  content: "👤";
  margin-right: 6px;
}

.rejection-action {
  background: linear-gradient(135deg, #ecfdf5 0%, #f0fdf4 100%);
  border: 1px solid #bbf7d0;
  border-radius: 6px;
  padding: 15px;
  position: relative;
}

.rejection-action::before {
  content: "💡";
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 18px;
}

.rejection-action p {
  margin: 0;
  padding-left: 35px;
  color: #047857;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.6;
}

/* Responsive Design */
@media (max-width: 768px) {
  .rejection-notice {
    margin-bottom: 20px;
    padding: 20px 15px;
  }

  .rejection-header {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }

  .rejection-header::before {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .rejection-title h3 {
    font-size: 16px;
  }

  .rejection-meta {
    flex-direction: column;
    gap: 15px;
  }

  .rejection-reason div {
    padding: 12px;
    font-size: 14px;
  }

  .rejection-action {
    padding: 12px;
  }

  .rejection-action p {
    padding-left: 30px;
    font-size: 13px;
  }
}
/* add some basic style for swalfire content  */
.swal2-popup:not(.swal2-toast) {
  font-size: 1em;
}
.swal2-popup.swal2-toast{
  font-size: 0.875em;
}
.swal2-html-container strong {
  font-weight: 700;
}
.swal2-html-container p:not(:last-child) {
  margin: 1em 0;
}
.btn-group-inline {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}
.link-sample {
  color: red;
  font-weight: 600;
  text-decoration: underline;
}
.noteh {
  padding: 0.4rem 1rem;
  border-radius: 0.4rem;
  background: rgba(240, 250, 255, 0.75);
  width: fit-content;
  display: block;
  color: var(--color-pri);
  font-weight: 600;
  margin: 0 auto;
  margin-top: 2rem;
}
.noteh strong {
  font-weight: 700;
}
.noteh a {
  text-decoration: underline;
}
.woocommerce-password-hint { display: none; }