 /* Unsubscribe newsletter modals */
 #unsubscribe-newsletter.modal .form {
    padding: 25px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 15px;
    color: #333;
    font-size: 16px;
    border: none;
    outline: none;
  }
  #unsubscribe-newsletter.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    margin-top: 30px;
  }

  #unsubscribe-newsletter .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    padding-bottom: 30px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }

  #unsubscribe-newsletter .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  #unsubscribe-newsletter .close:hover,
  #unsubscribe-newsletter .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #unsubscribe-newsletter .modal .modal-heading {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 95%;
    text-align: center;
  }

  #unsubscribe-newsletter .modal p {
    width: 80%;
  }

  @media (max-width: 1024px) {
    #unsubscribe-newsletter .modal-content {
      width: 100% !important;
    }
    #unsubscribe-newsletter .modal p {
      width: 95% !important;
    }

  }

  #unsubscribe-newsletter .modal-dialog {
    max-width: 100%;
  }


   #unsubscribe-newsletter-success.modal .form {
    padding: 25px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 15px;
    color: #333;
    font-size: 16px;
    border: none;
    outline: none;
  }
  #unsubscribe-newsletter-success.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    margin-top: 30px;
  }

  #unsubscribe-newsletter-success .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    padding-bottom: 30px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }

  #unsubscribe-newsletter-success .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  #unsubscribe-newsletter-success .close:hover,
  #unsubscribe-newsletter-success .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #unsubscribe-newsletter-success .modal .modal-heading {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 95%;
    text-align: center;
  }

  #unsubscribe-newsletter-success .modal p {
    width: 80%;
  }

  @media (max-width: 1024px) {
    #unsubscribe-newsletter-success .modal-content {
      width: 100% !important;
      text-align: left;
    }
    #unsubscribe-newsletter-success .modal p {
      width: 95% !important;
    }

    #unsubscribe-newsletter-success .modal h2 {
      text-align: left !important;
    }
  }

  #unsubscribe-newsletter-success .modal-dialog {
    max-width: 100%;
  }

   #unsubscribe-newsletter-error.modal .form {
    padding: 25px;
    width: 100%;
    background-color: #f0f0f0;
    margin: 10px 0;
    border-radius: 15px;
    color: #333;
    font-size: 16px;
    border: none;
    outline: none;
  }
  #unsubscribe-newsletter-error.modal {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    text-align: center;
    margin-top: 30px;
  }

  #unsubscribe-newsletter-error .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    padding-bottom: 30px;
    width: 80%;
    max-width: 800px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
  }

  #unsubscribe-newsletter-error .close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
  }

  #unsubscribe-newsletter-error .close:hover,
  #unsubscribe-newsletter-error .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
  }

  #unsubscribe-newsletter-error .modal .modal-heading {
    font-weight: 700;
    font-size: 24px;
    margin-top: 40px;
    margin-bottom: 20px;
    width: 95%;
    text-align: center;
  }

  #unsubscribe-newsletter-error .modal p {
    width: 80%;
  }

  @media (max-width: 1024px) {
    #unsubscribe-newsletter-error .modal-content {
      width: 100% !important;
      text-align: left;
    }
    #unsubscribe-newsletter-error .modal p {
      width: 95% !important;
    }

    #unsubscribe-newsletter-error .modal .modal-heading {
      text-align: left !important;
    }
  }

  #unsubscribe-newsletter-error .modal-dialog {
    max-width: 100%;
  }