.stwr_gdpr_wrapper {
    width: 100%;
    max-width: 800px;
    margin-top: 20px;
    border: 1px solid #ddd;
    padding:25px;
}


#stwr_gdpr_table{
	max-width:550px;
}

#stwr_gdpr_table .toggle.btn {
    min-width: 1rem;
    min-height: 1rem;
    width: 54px !important;
    height: 32px !important;
 }
#stwr_gdpr_table .btn {  
    font-size: 14px!important;
    line-height: normal!important;
}
#stwr_gdpr_table  .toggle-off{
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
#stwr_gdpr_table thead tr th {
    color:#333;
    background-color: #f7f7f7;
}
#stwr_gdpr_table tbody tr td {
    vertical-align: middle;
    color:#333;
}
#stwr_gdpr_table tbody tr:nth-child(even){
    background-color:#f7f7f7;
}


.gdpr_status_btn .toggle-on, .btn-primary {
    background: #007FBA !important;
    border-color: #007FBA !important;
}

.gdpr_status_btn .toggle-off {
    background-color: #ddd !important;
    border-color: #ddd !important;
}

#stwr_gdpr_table .del_btn {
    background: #d44625;
    color: #fff;
    font-size: 16px;
    width: 42px;
}

#add_new_country_popup .modal-dialog{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    transform: translate(-50%,-50%);
}
.stwr_gdpr_wrapper label b{
    color: #444;
    font-size: 15px;
 }
