#bajtpopup-popup {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
}
#bajtpopup-popup.popup {
    display: block;
}
.popup-content {
    background-color: #fff;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 600px;
    text-align: center;
    border-radius: 8px;
    color:#000;
    text-align: left;
}
.consent-item {
    display: block;
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}
#bajtpopup-consent-form button {
    background: #25b9d7;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.mycheck{
    width:16px;
    height:16px;
}
.consent-checkboxes{
    text-align: left;
}
.cl{
    text-align: right;
}
.close-btn {

    top: 10px;
    right: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #888;
    background: transparent;
    border: none;
    cursor: pointer;
    transition: color 0.2s;
    z-index: 1001;
}
.close-btn:hover,
.close-btn:focus {
    color: #25b9d7;
    outline: none;
}
.field_block_newsletter{
    display: none;
}