.modal {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: 2000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.modal .modal-content {
    position: relative;
    border-radius: 5px;
    pointer-events: initial;
    transition: all ease 0.15s;
    background-color: #fce7e0;
    min-width: 300px;
    max-width: 90%;
    /* width: 500px; */
}
.modal .modal-content .close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 10px;
    height: 10px;
    font-size: 0;
    line-height: 1;
    color: #333;
    font-weight: 400;
    cursor: pointer;
    opacity: 0.7;
    background-image: url(../assets/icons/close-subscribe.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}
.modal .modal-content .tab {
    display: none;
}
.modal .modal-content .tab.active {
    display: flex;
}
.modal .modal-content .tab .col.image {
    width: 200px;
}
.modal .modal-content .tab .col.image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.modal .modal-content .tab .col.content {
    padding: 30px;
    max-width: 300px;
    display: flex;
    flex-direction: column;
}
.modal .modal-content .tab .col.content h2 {
    font-size: 21px !important;
    margin-top: 0px !important;
    color: #b03058;
    font-weight: 700;
    line-height: 1.2;
}
.modal .modal-content input:not([type="submit"]):not([type="checkbox"]) {
    padding: 12px 10px !important;
    width: 100% !important;
    font-family: quicksand, sans-serif !important;
    font-size: 14px !important;
    color: #444 !important;
    font-weight: 500 !important;
    border: none !important;
    border-radius: 5px !important;
    box-sizing: border-box !important;
    background-color: #fff !important;
}
.modal .modal-content .tab .col.content input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 15px;
    padding: 7px 38px 11px 40px;
    height: auto;
    font-family: ff-cocon-pro, sans-serif;
    font-size: 18px;
    color: #fff;
    letter-spacing: 0.25px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
    transition: all ease 0.15s;
    background-color: #b03058;
    width: 100%;
}
.modal .modal-content .tab .col.content input[type="submit"]:hover {
    background-color: #e35544;
}
.modal .modal-content .mc4wp-form-fields label {
    display: flex;
}
.modal .modal-content .tab .switch-tab {
    margin-top: 20px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #b03058;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
.modal .modal-content p:last-child {
    margin-bottom: 0 !important;
}

.modal .modal-content .tab .verjaardag-form {
    width: 400px;
    padding: 30px;
}
.modal .modal-content h2 {
    font-size: 21px !important;
    color: #b03058;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px !important;
}
.modal .modal-content .tab .verjaardag-form table tr {
    display: flex;
    flex-direction: column;
}
.modal .modal-content .tab .verjaardag-form table tr td {
    width: 100% !important;
    margin-bottom: 10px !important;
}
.modal .modal-content .tab .verjaardag-form input[type="submit"] {
    margin-top: 15px !important;
    width: 100%;
}


#cookie-modal .modal-content {
    padding: 45px;
    max-width: 400px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#cookie-modal .modal-content > img {
    margin-top: -5px;
    margin-bottom: 15px;
    width: 75px;
}
#cookie-modal .modal-content .btn {
    margin-top: 0;
    font-size: .9em;
    text-align: center;
    white-space: normal;
    cursor: pointer;
}
#cookie-modal .modal-content h2 {
    margin-top: 0;
}
#cookie-modal .modal-content p {
    margin: 0 0 25px 0;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
}
#cookie-modal .modal-content .deny {
    margin-top: 20px;
    display: block;
    padding: 0 15px;
    font-size: 14px;
    color: #b03058;
    font-weight: 500;
    text-align: center;
    text-decoration: underline;
    cursor: pointer;
}
