/* Styles for mail consent form and cookie consent banner */

/* Consent for Modal Popup Styles */
.consent-modal {
    align-items: center;
    display: flex;
    justify-content: center;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
.consentform-modal-window {
    background: #fff;
    margin: 10% auto;
    padding: 30px 20px;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.2);
    position: relative;
}
/* Consent form close button style */
.consentform-modal-close {
    color: #aaa;
    position: absolute;
    top: 15px;
    right: 30px;
    font-size: 20px;
    cursor: pointer;
}
.consentform-modal-close:hover,
.consentform-modal-close:focus {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}
.consent-form {
    max-width: 500px;
    padding: 15px;
    margin: 0 auto;
}
.consent-checkbox {
    margin-bottom: 10px;
    font-weight: normal;
}
.consent-email-input {
    position: relative;
    height: auto;
    padding: 10px;
    font-size: 16px;
    margin-bottom: 20px;
    display: block;
    width: 100%;
    line-height: 1.25;
    border: 1px solid rgba(19, 12, 12, 0.15);
    border-radius: .25rem;
}
.consent-email-input:focus {
    z-index: 2;
}

/* Preferences button */
.consent-checkbox {
    margin-top: 10px;
}
/* Submit preferences button */
.consent-submit-btn {
    display: block;
    padding: .75rem 1.5rem;
    font-size: 1.25rem;
    border-radius: .3rem;
    color: #fff;
    background-color: #0275d8;
    border-color: #0275d8;
    margin: auto;

}

#ot-sdk-btn,
#ot-sdk-cookie-policy {
  display: none;
}