.sms-checkbox {
    margin: 10px 0 0 5px
}

#SMSFooterSignup {
    margin-top: var(--spacing-6)
}

.sms-submit-wrapper {
    top: 32%
}

.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center
}

.modal-content {
    padding: 20px;
    text-align: center;
    width: 30%;
    background: rgb(var(--background));
    color: rgb(var(--text-color));
    border-radius: 25px;
    outline: none
}

@media (max-width:1000px) {
    .modal-content {
        width: 95%
    }
}

.modal-actions {
    margin-top: 20px;
    display: flex;
    justify-content: space-around
}

.modal-actions .button {
    padding: 10px 20px;
    cursor: pointer;
}

#openModal {
    border-radius: 2px;
    border-style: none;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    font-family: JosephinSans, Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1;
    font-style: normal;
    white-space: normal;
    padding-top: 0px;
    padding-bottom: 0px;
    text-align: center;
    word-break: break-word;
    align-self: flex-end;
    cursor: pointer;
    pointer-events: auto;
    height: 38px;
    width: 96% !important;
    margin: 0 auto;
}