#builderAllySubmit:disabled {
  /* Cursor indicating the button is not clickable */
  cursor: not-allowed;
  opacity: 0.5;
}

/* displaying loader while form submission */
.loderModal {
  position: fixed;
  z-index: 1051;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7) url("../public/loader.gif") 50% 50% no-repeat;
}

body.loading {
  overflow: hidden;
}

body.loading .loderModal {
  display: block;
}

.tabsleftnavigation,
.tabsrighttnavigation,
.tabsselected,
.tabsunselected,
.faq-arrow {
  cursor: pointer;
}

.title15, .tabsselected {
  font-weight: bold;
}


/* Custom popup style */
/* Basic styling for the popup */
.thankyoupopup {
  position: fixed !important; /* Stay in place */
  top: 0 !important;
  width: 100%;
  height: auto !important;
  justify-content: center !important;
  align-items: center;
  z-index: 99999 !important;
  /* margin-top: 20px !important; */
  top: 120px !important; /* Center vertically */
  left: 50% !important; /* Center horizontally */
  transform: translate(-50%, -50%) !important; /* Offset to the exact center */
  width: auto !important; /* Adjust width as needed */
  height: auto !important; /* Adjust height as needed */
}
