.campaign-email {
    background-color: rgb(45 45 45 / 75%);
    width: 100%;
    height: 100vh;
    position: fixed !important;
    top: 0;
    padding: 0;
    margin: 0;
    display: none;
    justify-content: center;
    align-items: center;
    font-family: sans-serif;
    background-repeat: no-repeat;
    background-size: cover;
    font-family: 'Open Sans', sans-serif;
    position: relative;
    z-index: 999998;
    overflow: hidden; 
}

.email-swal{
    z-index: 999999 !important;
}

.email-swal .swal2-icon {
    font-size: 12px !important;
}

.email-swal .swal2-title{
    font-size: 24px !important;
    padding: 0;
}

.email-swal .swal2-html-container {
    font-size: 14px !important;
}

.email-swal  .swal2-confirm {
    font-size: 14px !important;
}

 
.email-box {
    width: 290px;
    background-color: white;
    border-radius: 2rem;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba( 33,37,41,.15)!important;
    position: relative;
    display: flex;
    flex-direction: column;
}

.email-box .cover {
    display: flex;
    justify-content: center;
    margin-top: -60px;
    margin-bottom: 10px;
}

.email-box .cover img {
    width: 300px;
}

.email-box a {
    color: rgb(41, 41, 41);
    display: block;
    text-decoration: underline !important;
    margin-top: 2rem;
    margin-bottom: 0;
}

.email-box input {
    width: 100%;
    display: block;
    border-radius: 50rem;
    border: 0;
    background-color: #f1f1f1;
    padding: 15px 10px;
    box-sizing: border-box;
    margin-bottom: 0.75rem;
    outline: none;
    text-align: center;
    color: #6c6767;
    font-size: 14px;
}


.email-box input:focus {
    border: 0;
    background: #e2e2e2;
    color:#282828;
}

.email-box p {
    margin: 0;
}

.email-box button {
    width: 100%;
    display: block;
    background-color: #ef4b4a;
    color: white;
    border-radius: 50rem;
    border: 0;
    padding: 10px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    font-size: 16px;
    font-family: monospace;
    box-shadow: 0 0.5rem 1rem rgba( 33,37,41,.15)!important;
}

.email-box form {
    display: block;
}

.email-box .name {
    margin-bottom: 0;
    font-size: 1.5rem;
    font-weight: bold;
}

.email-box .title {
    font-size: 16px;
    color: #ef4b4a;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 10px;
}

.email-box .title-2 {
    font-size: 28px;
    color: #ef4b4a;
    font-weight: bold;
    font-family: monospace;
    line-height: 1;
}


.email-box .sub-title {
    color: gray;
}

.email-box .email-content {
    margin-bottom: 1rem;
    margin-top: 1rem;
}


.close-box {
    z-index: 9;
    text-align: right;
}


.btn-close-modal {
    color: red;
    display: inline-flex;
    text-decoration: none;
    font-size: 34px;
}
