/* Overlay */
.cb-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.35);
    display: none;
    justify-content: flex-end;
    align-items: stretch;
    z-index: 9999;
  }
  
  .cb-overlay.active {
    display: flex;
  }
  
  /* Modal Container */
  .cb-modal {
    background: #fff;
    width: 380px;
    height: 98vh;
    padding: 0;
    box-shadow: -4px 0 20px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-right: 40px;
  }
  
  /* Full-screen video background */
  .cb-video-page {
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    z-index: 2;
    display: flex;
  }
  
  .cb-video-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  /* Update Page */
  .cb-update-page {
    padding: 24px;
    z-index: 1;
    display: none;
    flex-direction: column;
    justify-content: flex-start;
    height: 100%;
    overflow-y: auto;
  }
  
  /* Header with only close */
  .cb-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 50px;
  }
  
  .cb-close {
    background: #037dd400;               /* Blue background */
    width: 25px;                       /* Circle size */
    height: 25px;
    font-size: 20px;                  /* X size */
    color: #0376c9;                     /* X color */
    cursor: pointer;
    border-radius: 50%;               /* Make it round */
    display: flex;
    align-items: center;              /* Center vertically */
    justify-content: center;          /* Center horizontally */
    line-height: 1;                   /* Prevent offset */
    padding: 0;                       /* Remove any default padding */
    margin-bottom: 40px;
    border: 1px solid #0376c9;
  }
  
  .cb-icon {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-top: 20px;
    border-radius: 50%;               /* Make it round */
    
  }

  .h5 {
    font-size: 24px;
    color: rgb(0, 0, 0);
    margin-bottom: 12px;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.03em;
    margin-bottom: -5px;
  }

  .cb-version {
    font-size: 16px;
    color: rgb(32, 32, 32);
    margin-bottom: -10px;
    font-weight: 500;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  }

  .cb-alert {
    display: flex;
    align-items: flex-start;
    background-color: #f6f9ff;
    border-radius: 8px;
    padding: 14px 16px;
    margin: 15px 0 15px;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  
  .cb-alert-icon {
    min-width: 15px;
    height: 15px;
    background-color: #ffc10700;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-right: 5px;
    margin-top:-4px;
  }
  
  .cb-alert-text {
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-top: -3px;
    font-size: 12px;

  }
  
  .cb-alert-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2a72f8;
  }
  
  .cb-alert-description {
    font-size: 14px;
    color: rgb(29, 27, 27);
    line-height: 1.1;
    margin-left: -26px;
  }
  

  
  /* Content */
  .cb-content {
    text-align: center;
    margin-top: 20px;
  }
  
  .cb-version {
    font-size: 15px;
    margin: 10px 0 20px;
    color: rgb(68, 68, 68);
  }
  
  
  .cb-list {
    list-style: disc;
    padding-left: 0px;
    color: #222;
    font-size: 15px;
    text-align: left;
    margin-left: 20px;
  }
  
  .cb-list li {
    margin-bottom: 0px;
    white-space: nowrap;
    line-height: 15px;
    font-size: 14px;
    margin-bottom: -10px;


  }

  .cb-list li::marker {
    color: #3375e0; /* or any color you want */
  }
  
  .h6 {
    font-size: 17px;
    color: rgb(0, 0, 0);
    margin-bottom: 10px;
    font-weight: 500;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    letter-spacing: 0.05em;
    margin-left: -17px;

  }
  
  /* Button */
  .cb-btn {
    background-color: #2a72f8;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 9%;
  }
  
  .cb-support {
    font-size: 14px;
    color: #444;
  }
  
  .cb-support a {
    color: #2a72f8;
    text-decoration: none;
    font-weight: 500;
  }
  
  /* ✅ Responsive for Mobile: full screen width */
  @media (max-width: 600px) {
    .cb-overlay {
      justify-content: center;
    }
  
    .cb-modal {
      width: 100%;
      height: 100vh;
      margin-right: 0;
      border-radius: 0;
    }

      /* Button */
  .cb-btn {
    background-color: #2a72f8;
    color: rgb(255, 255, 255);
    border: none;
    padding: 10px 18px;
    border-radius: 30px;
    cursor: pointer;
    display: block;
    margin-top: 65px;
    width: 100%;
    height: 9%;

  }

  .cb-icon {
    width: 70px;
    height: 70px;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-top: 40px;
    border-radius: 50%;               /* Make it round */
    
  }
  }
  