body .popup {
    width: 100% !important;
    height: 100%;
    display: flex;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: -1;
    max-width: 100% !important;
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
  .popup * {
   box-sizing: border-box ;
  }
  .popup.open{
    opacity: 1;
   z-index: 999999;
  }
  /* Inner */
  .popup-inner {
    max-width: 450px;
    padding: 20px;
    box-shadow: 0px 2px 6px rgba(0, 0, 0, 1);
    border-radius: 3px;
    background: #fff;
    width: 80%;
    position: relative ;
  
  }
  .popup-inner h2{
    font-size: 24px;
    margin-top: 0 !important;
  }
  /* Close Button */
  .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: -35px;
    right: 0px;
    transition: ease 0.25s all;
    border-radius: 1000px;
    background: rgba(0, 0, 0, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #fff;
  }
  .popup-close:hover {
    /* -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg); */
    background: rgba(0, 0, 0, 1);
    text-decoration: none;
    color: white !important;
  }
  .popup {
    background: rgba(0, 0, 0, 0.75);
    z-index: 10;
  }
  .btm-close {
    margin-bottom: 0px;
  }
  
  /* popup end */
  body #rum_sst_tab {
    font-family: "Helvetica Neue", Helvetica, sans-serif;
    top: 350px;
    background-color: #971b2f;
    color: #ffffff;
    border-style: solid;
    border-width: 0px;
    width: auto;
    max-width: auto;
}
  .rum_sst_left {
    cursor: pointer;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .rum_sst_contents {
    position: fixed;
    margin: 0;
    padding: 6px 13px 8px 13px;
    text-decoration: none;
    text-align: center;
    font-size: 15px;
    font-weight: normal;
    border-style: solid;
    display: block;
  }
  
  /* ===== LRF FORM DESIGN ===== */
  
  .lrf-popup-form form {
    width: 100%;
  }
  
  /* Inputs */
  .lrf-popup-form input,
  .lrf-popup-form textarea,
  .lrf-popup-form select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 10px;
    font-size: 14px;
  }
  .lrf-popup-form textarea{
      height: 100px !important;
  }
  /* Labels */
  .lrf-popup-form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
  }
  
  /* Buttons */
  .lrf-popup-form input[type="submit"],
  .lrf-popup-form button {
    background: #0073aa;
    color: #fff;
    border: none;
    padding: 12px;
    border-radius: 6px;
    cursor: pointer;
    width: auto;
  }
  
  /* ===== CONTACT FORM 7 OVERRIDE ===== */
  .lrf-popup-form .wpcf7 input,
  .lrf-popup-form .wpcf7 textarea {
    border-radius: 6px ;
  }
  
  .lrf-popup-form .wpcf7-submit {
    background: #0073aa ;
  }
  
  /* ===== GRAVITY FORM OVERRIDE ===== */
  .lrf-popup-form .gform_wrapper input,
  .lrf-popup-form .gform_wrapper textarea {
    border-radius: 6px;
  }
  
  .lrf-popup-form .gform_button {
    background: #0073aa ;
  }
    
  #rum_sst_tab {
    position: fixed ;
    z-index: 999999 ;
  }
  