.custom-buttons {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
}

* {
  box-sizing: border-box;

  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

body {
  background-color: #f5f5f5;
}

/* Modal styling */
.notify-modal {
  display: none;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.BIS_notify_modal_wrapper {
  background-color: #fff;
  margin: 10px 0;
  padding: 20px;
  width: 100%;
  max-width: 400px;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.notify-modal-content {
  max-width: 330px;
  width: 100%;
  margin: 0 auto;
}

.notify-close {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 24px;
  cursor: pointer;
  color: #ccc;
}

.notify-close:hover {
  color: #888;
}

/* Form styling */
.notify-title {
  font-size: 18px;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
  font-weight: bold;
}

.notify-description {
  font-size: 12px;
  margin-bottom: 10px;
  text-align: center;
  color: #333;
}

.grootapps-form-label {
  display: block;
  font-size: 14px;
  margin-bottom: 5px;
  text-align: left;
  color: #333;
  font-weight: 500;
  width: 100% !important;
}
#notifyMeForm{
  display:flex;
  flex-direction: column;
  gap: 12px;
}
.grootapps-form-input {
  width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  outline: none !important;
}
.country-code-select{
  outline: none !important;
}
.phone-input-group {
  display: flex;
  gap: 5px;
}

.country-code-select {
  width: 105px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: #fff;
}

.phone-input {
  flex: 1;
}

.powered-by {
  display: none;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
  font-size: 12px;
  color: black;
  width: 100%;
  text-align: center;
  visibility: visible !important;
  opacity: 1 !important;
  position: relative;
  z-index: 100;
}
/* .notify-button-container {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  width: 100%;
} */
.submit_block {
  display: block;
  position: relative;
}

.notify-submit {

  width: 100% !important;
  padding: 10px;
  cursor: pointer;
}

.BIS_loader {
  position: absolute;
  left: 50%;
  top: calc(50% - 10px);
  transform: translate(-50%, -50%);
  display: none;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 0.25rem solid rgba(255, 255, 255, 0.2);
  border-top-color: #ffffff;
  animation: spin 0.5s infinite linear;
  -webkit-animation: spin 0.5s infinitelinear;
  z-index: 99999;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* Notify Me button styling */
.notify-me-btn {
  display: none;
  margin-top: 8px;
  padding: 10px;

}

.notify-button-container,
.notify-me-btn {
  cursor: pointer;
  width: 100%;
}

/* .notify-me-btn::after, .notify-me-btn::before, .collection-notify-me-btn::after,.collection-notify-me-btn::before{
    display: none;
  } */
.bis-watermark-class {
  width: 100%;
  text-align: center;
}

/* Floating Button Style */
.floatButtonStyle1 {
   display: none;
  position: fixed !important;
  top: 50%;
  right: 8px;
  width: 300px;
  font-weight: 500;

  padding: 10px;
  margin: 0;
  z-index: 99999999;
  cursor: pointer;
  font-size: 15px;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  transform: translate(45%, -50%) rotate(-90deg);
  -webkit-transform: translate(45%, -50%) rotate(-90deg);
  -moz-transform: translate(45%, -50%) rotate(-90deg);
  -o-transform: translate(45%, -50%) rotate(-90deg);
  -ms-transform: translate(45%, -50%) rotate(-90deg);

}

.floatButtonStyle1::after,
.floatButtonStyle1::before {
  display: none;
}

.notify-icon {
  width: 20px;
  height: 20px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

#confirmationMessage {
  display: none;
}

.BIStostify_wrapper {
  width: 100%;
  display: block;
  margin: 0 0 0 10px;
  position: fixed;
  bottom: 60px;
  right: 20px;
  z-index: 999999;
}

.toastStyle {
  display: none;
  border-radius: 8px;
  font-size: 13px;
  line-height: 20px;
  padding: 10px;
  max-width: 350px;
  width: 100%;
  margin: 0 0 0 auto;
}

.error-message {
  color: red;
  display: none;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 0px !important;
}

.success-image {
  max-width: 100px;
  color: rgb(0, 91, 211)
}

.main-collection-notify-me-btn button.collection-notify-me-btn {
  display: none !important;
}


.collection-notify-me-btn {
  border: 1px solid;
  /* padding: 10px; */
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  position: relative !important;
  z-index: 99999999 !important;
  /* height:100%; */
  /* max-height: 44px !important; */
}
.collection-notify-me-btn + * {
  margin-top: 10px;
}

.home-notify-me-btn {
  display: none;

  border: 1px;
  padding: 10px;
  cursor: pointer;
  margin-top: 10px;
  width: 100%;
  position: relative;
  z-index: 99999999;
}

.bis-watermark {
  margin-top: 8px !important;
}
