/* THE MAIN BUTTON - Modified to match Avada Ghost Style */
.qxCTlb {
  min-height: 54px !important; /* Matches theme button height */
  padding: 19px 34px 19px 34px!important;
  border-radius: 8px !important;
  font-family: "Outfit", sans-serif !important; /* Theme font */
  font-size: 18px !important; /* ADDED FONT SIZE */
  font-weight: 500 !important;
  line-height: 20px !important;
  letter-spacing: .25px !important;
  color: white !important;
  background-color: #35c3c5 !important;
  border: 0px solid #35c3c5 !important; /* White border */
  cursor: pointer !important;
  white-space: nowrap !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: all 0.3s ease !important;
}

/* Hover Effect */
.qxCTlb:hover {
  background-color: #035ea0 !important;
  color: #ffffff !important;
}

/* Add the Theme "+" Icon */
.qxCTlb::after {
  content: '+';
  margin-left: 10px;
  font-size: 22px;
  font-weight: 400;
  display: inline-block;
  vertical-align: middle; /* Ensures + is aligned with text */
}

/* FUNCTIONAL POPUP CLASSES - Keep these for the window to work */
.hur54b {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: rgba(32,33,36,.6);
  padding: 72px;
  z-index: 999999 !important;
}

.mmGMM {
  border: none;
  border-radius: 8px;
  background-color: white;
  width: 100%;
  height: 100%;
}

/* Close Button Styles */
.Xfsokf {
  position: fixed;
  top: 26px;
  right: 72px;
  display: flex;
  align-items: center;
  border: none;
  border-radius: 18px;
  background-color: #1f1f1f;
  height: 36px;
  padding: 16px;
  cursor: pointer;
}

.L0Dvsd { color: #fff; font-size: 18px; margin-right: 8px; }
.uE25ec { font-size: 14px; font-family: sans-serif; font-weight: 500; color: #fff; }
sentinel{}