.camper-booking-form {
  margin: 0 auto;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .camper-booking-form {
    padding: 0;
  }
}
.camper-booking-form .hidden {
  display: none;
}
.camper-booking-form .camper-form-main-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2rem;
  padding: 1rem;
  width: 100%;
}
@media screen and (max-width: 991px) {
  .camper-booking-form .camper-form-main-wrapper {
    flex-flow: column;
  }
}
@media screen and (max-width: 414px) {
  .camper-booking-form .camper-form-main-wrapper {
    padding: 0;
  }
}
.camper-booking-form .camper-form-steps-container {
  flex: 0 0 72%;
  max-width: 72%;
}
@media screen and (max-width: 991px) {
  .camper-booking-form .camper-form-steps-container {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.camper-booking-form .camper-form-aside-container {
  border-left: 1px solid #dee2e6;
  flex: 0 0 28%;
  max-width: 28%;
  padding-left: 2rem;
}
@media screen and (max-width: 991px) {
  .camper-booking-form .camper-form-aside-container {
    border-left: none;
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.camper-booking-form-step .camper-form-item-wrapper {
  padding: 1rem 0;
}
.camper-booking-form-step .camper-form-item-wrapper h3 {
  font-size: 1.2rem;
  background: #a8dadc;
  padding: 0.5rem 1rem;
  margin: 1rem 0;
}
.camper-booking-form-step .camper-form-item-wrapper h4 {
  font-size: 1.2rem;
  border-bottom: 1px solid #dee2e6;
  padding: 0.8rem 0;
}
.camper-booking-form-step .camper-form-item-wrapper footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.camper-booking-form-step .camper-form-item-wrapper footer .btn {
  font-weight: 600;
  color: #000000;
}
.camper-booking-form-step .camper-form-item-wrapper footer .btn-secondary {
  background: #d3d3d3;
  border-color: #d3d3d3;
}
.camper-booking-form-step .camper-form-item-wrapper footer .btn-primary {
  background: #a8dadc;
  border-color: #a8dadc;
}
.camper-booking-form-step .step-header h2 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}
.camper-booking-form-step .step-header .step-number {
  width: 35px;
  height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #a8dadc;
  color: #000000;
}
.camper-booking-form .booking-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover !important;
}
.camper-booking-form .booking-icon-1 {
  background: url(../img/icon-@{icon}.png) no-repeat center center;
}
.camper-booking-form .booking-icon-2 {
  background: url(../img/icon-@{icon}.png) no-repeat center center;
}
.camper-booking-form .booking-icon-3 {
  background: url(../img/icon-@{icon}.png) no-repeat center center;
}
.camper-booking-form .booking-icon-4 {
  background: url(../img/icon-@{icon}.png) no-repeat center center;
}
.camper-booking-form .form-group {
  margin: 15px 0;
}
.camper-booking-form .form-group label {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 10px;
  display: inline-block;
}
.camper-booking-form .form-group label .required {
  color: red;
}
.camper-booking-form .form-group .form-control {
  margin: 10px 0;
  border-radius: 8px !important;
  border: 1px solid #bdbdbd !important;
  background: #fbfbfb !important;
}
.camper-booking-form .form-group input.error {
  border: 1px solid red !important;
}
.camper-booking-form .form-group-dates {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
.camper-booking-form .form-group-dates .form-group {
  flex: 0 0 48%;
  max-width: 48%;
}
.btn {
  margin-top: 10px;
  margin-right: 10px;
}
.accordion {
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
}
.accordion-item {
  border-bottom: 1px solid #dee2e6;
}
.accordion-item:last-child {
  border-bottom: none;
}
.accordion-header {
  margin: 0;
}
.accordion-button {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 10px !important;
  border: 0 !important;
  padding: 1rem !important;
  width: 100% !important;
  text-align: left;
  background-color: #f8f9fa;
  font-weight: 500;
}
.accordion-button:not(.collapsed) {
  background-color: #e9ecef;
  color: #0d6efd;
}
.accordion-button:not(.collapsed)::after {
  transform: rotate(-180deg);
}
.accordion-button:focus {
  box-shadow: none;
  border-color: rgba(13, 110, 253, 0.25);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-body {
  padding: 1rem;
}
.accordion-collapse {
  border-top: 1px solid #dee2e6;
  transition: all 0.3s ease-in-out;
}
.accordion-collapse.show {
  background-color: #ffffff !important;
  height: auto !important;
  overflow: visible !important;
}
.accordion .collapse {
  height: 0;
  overflow: hidden;
}
.camper-booking-step-container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-bottom: 1px solid #d3d3d3;
  padding: 1rem 0;
}
.camper-booking-step-container .camper-booking-step-item {
  font-size: 0.9rem;
}
@media screen and (max-width: 767px) {
  .camper-booking-step-container .camper-booking-step-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0;
    flex-flow: column;
    padding: 0 0.5rem;
    text-align: center;
  }
}
@media screen and (max-width: 367px) {
  .camper-booking-step-container .camper-booking-step-item {
    padding: 0;
  }
}
.camper-booking-step-container .camper-booking-step-item .camper-booking-step-icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  border-radius: 100%;
  border: 3px solid #d3d3d3;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
@media screen and (max-width: 367px) {
  .camper-booking-step-container .camper-booking-step-item .camper-booking-step-text {
    display: none;
  }
}
.camper-booking-step-container .active .camper-booking-step-icon {
  border-color: #a8dadc;
}
.camper-radio-wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .camper-radio-wrapper {
    flex-direction: column;
  }
}
.camper-radio-wrapper .camper-radio-item {
  border-radius: 10px;
  border: 1px solid #dee2e6;
  flex: 0 0 32%;
  max-width: 32%;
  overflow: hidden;
  text-align: center;
}
.camper-radio-wrapper .camper-radio-item:hover {
  transform: scale(1.02);
  transition: transform 0.2s ease-in-out;
}
@media screen and (max-width: 767px) {
  .camper-radio-wrapper .camper-radio-item {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.camper-radio-wrapper .camper-radio-item .camper-image {
  width: 100%;
}
.camper-radio-wrapper .camper-radio-item span {
  font-size: 1rem;
  font-weight: 600;
  margin: 10px 0;
  display: inline-block;
}
.camper-radio-wrapper .selected {
  transform: scale(1.05) translateY(5px) !important;
  box-shadow: 0 0 10px 0px #00000061;
}
small.error {
  display: block;
  color: red;
  font-size: 1rem;
}
small.error-date {
  border: 0;
}
small.hidden {
  display: none;
}
.camper-form-aside-wrapper .camper-form-aside-step-item-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin: 10px 0;
}
.camper-form-aside-wrapper .camper-form-aside-step-item-header .icon {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background: #a8dadc;
  color: #000000;
  font-size: 1.1rem;
  font-weight: 700;
}
.camper-form-aside-wrapper .camper-form-aside-step-item-header .text {
  font-size: 1.1rem;
  font-weight: 600;
}
.camper-form-aside-wrapper .camper-form-aside-step-item-content p {
  margin-bottom: 0;
}
.camper-details .camper-details-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  margin: 15px 0;
  padding: 0 10px;
}
.camper-details .camper-details-item .icon {
  max-width: 25px;
}
.camper-details .camper-details-item .text p {
  margin: 0;
  font-size: 0.9rem;
  text-align: left;
  line-height: 1.2rem;
}
.booking-camper-total-table tbody td:nth-child(1) {
  font-weight: left;
}
.booking-camper-total-table tbody td:nth-child(2) {
  text-align: center;
}
.booking-camper-total-table tbody td:nth-child(3) {
  text-align: right;
}
.booking-camper-total-table tfoot td:nth-child(2) {
  text-align: right;
}
.payment-methods-accordion .payment-method-item {
  border: 1px solid #dee2e6;
  border-radius: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}
.payment-methods-accordion .payment-method-item .payment-method-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  padding: 1rem;
  background: #d3d3d3;
  margin-bottom: 0.5rem;
}
.payment-methods-accordion .payment-method-item .payment-method-header .icon {
  width: 30px;
  height: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.payment-methods-accordion .payment-method-item .payment-method-content {
  padding: 0.5rem 1rem 0;
  font-size: 0.9rem;
}
.step-content-camper-selection {
  padding-bottom: 2rem;
}
.shortcode-camper-details .camper-details-item {
  margin: 10px 0;
  line-height: 0;
}
.animation-ctn {
  text-align: center;
  margin-top: 5em;
}
@-webkit-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 200px;
  }
}
@-ms-keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 200px;
  }
}
@keyframes checkmark {
  0% {
    stroke-dashoffset: 100px;
  }
  100% {
    stroke-dashoffset: 0px;
  }
}
@-webkit-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }
  100% {
    stroke-dashoffset: 960px;
  }
}
@-ms-keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 240px;
  }
  100% {
    stroke-dashoffset: 480px;
  }
}
@keyframes checkmark-circle {
  0% {
    stroke-dashoffset: 480px;
  }
  100% {
    stroke-dashoffset: 960px;
  }
}
@keyframes colored-circle {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}
/* other styles */
/* .svg svg {
    display: none
}
 */
.inlinesvg .svg svg {
  display: inline;
}
/* .svg img {
    display: none
} */
.icon--order-success svg polyline {
  -webkit-animation: checkmark 0.25s ease-in-out 0.7s backwards;
  animation: checkmark 0.25s ease-in-out 0.7s backwards;
}
.icon--order-success svg circle {
  -webkit-animation: checkmark-circle 0.6s ease-in-out backwards;
  animation: checkmark-circle 0.6s ease-in-out backwards;
}
.icon--order-success svg circle#colored {
  -webkit-animation: colored-circle 0.6s ease-in-out 0.7s backwards;
  animation: colored-circle 0.6s ease-in-out 0.7s backwards;
}
