/*
Theme Name:  Efor Child
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Description: Make your modifications to [Efor Theme] in this child theme.
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Version:     13.0.1
Template:    efor
Tags:        portfolio
Text Domain: efor-child
*/
/* =Theme customization starts here
-------------------------------------------------------------- */
.snps-timeline .jet-timeline-item:last-child .timeline-item__point,
.snps-timeline .jet-timeline-item:last-child .timeline-item__meta {
  display: none;
}
.snps-timeline .jet-timeline-item:last-child .timeline-item__card {
  max-width: unset !important;
  width: 100%;
}
.snps-timeline .jet-timeline-item:last-child .timeline-item__card .timeline-item__card-arrow {
  border-width: 4px 0 0 4px !important;
  top: 0px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  left: 50%;
}
.snps-timeline .jet-timeline-item:last-child .timeline-item__card .timeline-item__card-desc {
  text-align: center !important;
}

#book-code-form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
  /* Loading state styles */
  /* Spinner styles */
  /* Spinner animation */
}
#book-code-form .form-group,
#book-code-form button {
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
}
#book-code-form button {
  margin-top: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  border-radius: 20px;
  background-color: #00717a;
  color: white;
}
#book-code-form button:hover {
  background-color: #ffe8a3;
  color: #000;
}
#book-code-form label {
  font-weight: 600;
}
#book-code-form input {
  border-radius: 20px;
}
#book-code-form #message {
  text-align: center;
  padding: 0;
  margin: 0;
}
#book-code-form #message.text-danger {
  color: red;
}
#book-code-form #message.text-success {
  color: #00717a;
}
#book-code-form #submit-code.loading {
  pointer-events: none; /* Disable button clicks */
  opacity: 0.6; /* Make the button semi-transparent */
  position: relative;
  padding-left: 2.5rem; /* Adjust padding to make room for the spinner */
}
#book-code-form #submit-code.loading::after {
  content: "";
  position: absolute;
  left: 1rem; /* Position the spinner inside the button */
  width: 1rem;
  height: 1rem;
  border: 2px solid #fff; /* Spinner border color */
  border-top-color: transparent; /* Make the top border transparent */
  border-radius: 50%;
  animation: spin 0.6s linear infinite; /* Spinner animation */
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media screen and (max-width: 1040px) {
  .elementor-widget-container {
    margin-left: 0px !important;
  }
}/*# sourceMappingURL=style.css.map */