
#sgcm-box-overlay {
background-color: rgba(201,192,190,0.5);
}

#sgcm-box {
background-color: rgba(242,242,242,1);
}

.sgcm-toggle-switch-slider {
background-color: #ccc;
}

input:checked+.sgcm-toggle-switch-slider {
background-color: #2196F3;
}

.sgcm-toggle-switch-slider:before {
background-color: #ffffff;
}

input:focus+.sgcm-toggle-switch-slider {
box-shadow: 0 0 1px #2193F3;
}

.sgcm-toggle-switch-slider:after {
color: #000000;
}

.sgcm-box-group-active {
background-color: #ccc;
}

.sgcm-group-box-close {
color: #cdcdcd;
}

.sgcm-group-box-close:hover,
.sgcm-group-box-close:focus {
color: #000000;
}

.sgcm-box-item-tbl td {
border: 1px solid #666;
}


.sgcm-cookie-item-label {
color: #000000;
font-size: 16px;
}

.sgcm-button-all {
background-color: #0099aa !important;
color: #000000 !important;
border:1px solid #0099aa !important;
}

.sgcm-button-all:hover {
background-color: #0099aa !important;
color: #ffffff !important;
}

.sgcm-button-save {
background-color: #ccc !important;
color: #000000 !important;
border:1px solid #cccccc !important;
}

.sgcm-button-save:hover {
background-color: #cccccc !important;
color: #494949 !important;
}

.sgcm-checkmark {

border: 1px solid #2196F3;

}

.sgcm-customcheck input:checked ~ .sgcm-checkmark {
background-color: #2196F3;
}

.sgcm-customcheck input:checked ~ .sgcm-checkmark.sgcm-checkmark-required {
background-color:#ccc;
}

.sgcm-customcheck input:checked ~ .sgcm-checkmark.sgcm-checkmark-required {

border: 1px solid #ccc;

}