#modal-optout {
    display: block;
    margin: 0px;
}

#modal-optout .modal-dialog {
}

#modal-optout .modal-content {
    border-radius: 0px;
    border: none;
    background-color: rgb(255, 255, 255);
}

#modal-optout .modal-header {
    border-bottom: 0px;
}

#fb-optout-btn {
    border: none;
    background-color: #365899;
    color: #fff;
}

#fb-optout-btn a {
    color: #fff;
}

#modal-optin {
    display: block;
    width: fit-content;
    height: fit-content;
    top: 0px;
    left: auto;
    right: 0px;
    margin: 0px;
}

#modal-optin .modal-dialog {
    width: fit-content;
    margin: 0px;
}

#modal-optin .modal-content {
    border-radius: 0px;
    border: none;
    background-color: rgb(255, 255, 255);
}

#modal-optin .modal-header {
    border-bottom: 0px;
}

#fb-optin-btn {
    border: none;
    background-color: #365899;
    color: #fff;
}

#fb-optin-btn a {
    color: #fff;
}