




#pwa_android_prompt, #ios_app_store_prompt {
    z-index: 1200;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: rebeccapurple !important;
    color: white;
    padding: 10px;
    display: inline-block;
    align-items: center;
    justify-content: space-between;
    font-size: 16px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    box-sizing: border-box;
    white-space: nowrap; /* Ensures everything remains in a single row */
  }
  #display_pwa_android_prompt, #display_ios_app_store_prompt {
    float: left;
  }
  .pwa-prompt-container {
    align-items: center;
    width: calc(100% - 30px);
  }
  
  .pwa_android_logo {
    float: left;
    width: 60px;
    height: auto;
    margin-right: 10px;
  }
  
  .pwa_android_text {
    flex-grow: 1;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    padding: 8px 6px;
  }
  
  .ios-banner-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    white-space: normal;
    overflow: visible;
  }
  
  .ios-banner-message {
    font-size: 16px;
    line-height: 1.4;
    white-space: normal;
  }
  
  .ios-banner-cta {
    background: rgba(255, 255, 255, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.5);
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    align-self: flex-start;
    transition: background 0.2s ease;
    margin-top: 2px;
  }
  
  .ios-banner-cta:hover {
    background: rgba(255, 255, 255, 0.3);
  }
  
  .ios-banner-cta:active {
    background: rgba(255, 255, 255, 0.4);
  }
  
  .pwa_android_close_btn {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    color: white;
    margin-left: 10px;
    padding-top: 4px;
    width: 20px;
  }
  
  .pwa_android_close_btn i {
    font-size: 20px;
  }
  
  
  
  .pwa_ios_prompt {
  display: none;
  z-index: 1050;
  position: fixed;
  bottom: 70px !important;
  left: 0;
  right: 0;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  font-size: .875rem;
  word-wrap: break-word;
  width: 100vw;
  padding: 8px;
  background: #FFFFFF;
  border: 1px solid #e0e0e0;
  }
  
  .pwa_ios_prompt.show {
  display: block;
  }
  
  .pwa-child {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  }
  
  
  
  .pwa-logo {
  float: left;
  height: 3rem;
  margin-right: 0.6rem;
  }
  
  .pwa-heading {
  font-weight: 800;
  margin-left: 8px;
  margin-top: 0.3rem;
  font-size: 1rem;
  }
  .popover-icons {
  width: 20px;
  height: 20px;
  margin: 0 5px;
  vertical-align: middle;
  display: inline-block;
  }
  .pwa-close {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px;
  font-size: 20px;
  text-size-adjust: 690px;
  }
  
  .gray_bcg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1048;
  display: none;
  }
  
  .pwatextmargin {
  margin-bottom: 0.8rem;
  }
  