.notification-box {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
    display: none;
}

.notification-success {
    background-color: #4CAF50;
    color: white;
}

.notification-error {
    background-color: #f44336;
    color: white;
}
.subscription-management {
/*    min-height: 24vh;*/
}

/* #left-area {
    margin: 0 auto;
} */

h1.entry-title.main_title,
#breadcrumbs {
    display: none;
}

.text-center {
    text-align: center;
}
.email-lists {
    max-width: 75%;
    margin: 20px auto 40px; /* Horizontally center child elements */
}

.custom-checkbox {
  display: flex;
  align-items: left;  /* Vertically align items in the middle */
  margin-bottom: 10px;
}

.custom-checkbox input[type="checkbox"] {
    transform: scale(1.5); /* Makes the checkbox 1.5 times larger than the original */
    margin-right: 10px;
}
.checkbox-label {
    font-size: 22px;
}