/* Basic styling */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f5f5f5;
}

.container {
    max-width: 960px;
    margin: 0 auto;
    padding: 20px;
    background-color: #fff;
    border-radius: 4px;
}

/* Heading and buttons */
h1 {
    font-size: 28px;
    text-align: center;
    padding: 20px 0;
    color: #235480;
}

button {
    background-color: #235480;
    color: #fff;
    font-size: 18px;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

button:hover {
    background-color: #1a4a80;
}

#email-address {
    font-weight: bold;
}

#copy-email {
    background-color: transparent;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 0;
    margin-left: 5px;
  }
  
  #copy-email:hover {
    color: #235480;
  }

/* Result container */
#result-container {
    display: none;
}

p {
    text-align: center;
    font-size: 18px;
    padding: 5px;
}

#header {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    min-height: 0px !important;
  }
  #header h1.text-white {
    color: #235480 !important;
    text-shadow: 1px 1px 2px white;
  }
  #header .subtitle.text-white {
    color: #235480 !important;
    text-shadow: 1px 1px 2px white;
  }
  #header .countdown {
    color: #fff;
    background-color: #235480;
    line-height: 2rem;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    text-shadow: none;
    margin: auto;
    text-align: center;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .separator-inner {
    display: none;
  }
  
  #footer {
    display: none;
  }
  
  #reason_bcc, #reason_mailchimp, .back {
    display: none;
  }
  
  /*# sourceMappingURL=whitelabel.css.map */#header {
    background-image: none !important;
    background-color: #f5f5f5 !important;
    min-height: 0px !important;
  }
  #header h1.text-white {
    color: #235480 !important;
    text-shadow: 1px 1px 2px white;
  }
  #header .subtitle.text-white {
    color: #235480 !important;
    text-shadow: 1px 1px 2px white;
  }
  #header .countdown {
    color: #fff;
    background-color: #235480;
    line-height: 2rem;
    font-size: 20px;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 40px;
    text-shadow: none;
    margin: auto;
    text-align: center;
  }
  
  .py-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  
  .separator-inner {
    display: none;
  }
  
  #footer {
    display: none;
  }
  
  #reason_bcc, #reason_mailchimp, .back {
    display: none;
  }
  
  /*# sourceMappingURL=whitelabel.css.map */
  