.bootstrap-datetimepicker-widget {
  z-index: 1050 !important; /* Above modals, if needed */
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Remove optional for country and state fields from checkout page  */
#billing_country_field label .optional,
#billing_state_field label .optional {
    display: none !important;
}

.page-template-faq .faq-col {
  display: flex;
  flex-direction: column;
  gap: 24px 0;
}

.page-template-faq .faq-col .faq-panel {
  border-bottom: 0;
  padding: 0;
  border: 1px solid #FDE9EB;
  border-radius: 12px;
  overflow: hidden;
}

.page-template-faq .faq-col .faq-panel .faq-panelheading {
  padding: 16px;
  background-color: #fff2f4;
}

.page-template-faq .faq-col .faq-panel .faq-paneltitle{
  font-size: 18px;
  font-weight: 600;
}

.page-template-faq .faq-col .faq-panelbody {
  padding: 20px;
}

.page-template-faq .faq-panelbody .faq-content h6 {
  font-size: 14px;
  font-weight: 600;
}

.nested-acc .parent-panel .parent-title  {
    font-size: 20px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #FDE9EB;
    padding: 16px !important;
    background: #fff2f4;
    border-radius: 12px;
}

.nested-acc .inner-heading {
  padding: 0;
}
.nested-acc h5.parent-title{
    font-size: 20px;
    margin: 0;
    padding-right: 48px;
    font-weight: 600;
    color: #171717;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
}
.nested-acc h5.parent-title::after , .nested-acc .inner-heading h5.inner-title:after{
  position: absolute;
    right: 0px;
    top: 50%;
    content: '';
    width: 24px;
    height: 24px;
    background-image: url(../images/plus-circle.svg);
    background-position: center center;
    background-repeat: no-repeat;
    transform: translateY(-50%);
    right: 20px;
}
.faq-col.nested-acc {
    margin-bottom: 20px;
}
.parent-panel{
    border-radius: 12px;
    border: 1px solid #FDE9EB;
}
.parent-panel.active h5.parent-title::after , .inner-panel.active h5.inner-title:after{
  background-image: url(../images/minus-circle.svg);
}

.nested-acc .inner-panel h5.inner-title {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #FDE9EB;
    padding: 16px !important;
    background: #fff2f4;
    border-radius: 12px;
}
.nested-acc .parent-body {
  padding: 0 20px;
  margin: 20px 0px;
}
.nested-acc .parent-body .inner-panel {
    border: 1px solid #FDE9EB;
    border-radius: 12px;
    margin-bottom: 15px;
}
.nested-acc .inner-body {
    padding: 20px;
}

.inner-panel.active .inner-heading{
  padding-bottom: 0;
}

.nested-acc .inner-panel.active .inner-body .content__head h6 {
  font-size: 16px;
}

/* Car-list page ajax spinner */
#ajax-spinner {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4); 
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.2s ease-in-out;
}

#ajax-spinner img {
  width: 64px;
  height: 64px;
}