.freeprivacypolicy-com---pc-dialog input[type="checkbox"].cc-custom-checkbox:checked+label:before {
    background: #345ca7 !important;
}

.freeprivacypolicy-com---palette-light .cc-pc-head-lang select:focus {
	box-shadow: 0 0 0 2px black;
}

.freeprivacypolicy-com---palette-light .cc-cp-body-tabs-item-link:focus {
    box-shadow: 0 0 0 0px #fbfbfb;
}

#cc-nb-text, #cc-nb-title {
    width: 75%;
    float: left;
    text-align: center;
}

.cc-nb-okagree, .cc-nb-reject, .cc-cp-foot-save {
    background-color: #345ca7 !important;
}

.cc-nb-buttons-container button {
    border-radius: 0.5rem !important;
    width: 19rem;
    line-height: 3rem !important;
    font-size: 16px !important;
    /* margin: 0.5em 0 0 0; */
}

#freeprivacypolicy-com---nb {
    border-radius: 10px;
    max-width: 800px;
    background-color: #fff;
    box-shadow: -5px -5px 20px 0px #000;
    margin: 20px;
}

.cc-nb-main-container {
    padding: 1.5rem !important;
}


#cc-nb-title {
    color: #345ca7;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 700;
}


#cc-nb-text {
    font-size: 15px;
    padding: 0 20px 0 0;
}