﻿.consent-checkbox {
    display: inline-block;
    margin-top: 20px;
    margin-bottom: 20px;        
}

.consent-checkbox label {
    font-size: 12px;
    color: #DCDCDC !important;
    font-style: normal !important;
    vertical-align: middle;
    text-align: left;
}

[data-theme="light"] .consent-checkbox label {
    color: #505050 !important;
}

[data-theme="light"] .consent-checkbox a {
    color: #505050 !important;
    cursor: pointer;
}

.consent-checkbox a {
    color: #DCDCDC;
    cursor: pointer;
}

.consent-checkbox a:hover {
    color: #DCDCDC;
}

.consent-checkbox input {
    -webkit-appearance: checkbox;
    margin-left: 10px !important;
    margin-right: 10px !important;
    width: 20px !important;
    height: 20px !important;
    cursor: pointer;
    float: left;
}
