.gdpr-content{
    float:left;
    padding:7px 15px;
}
.gdpr-btn{
    text-align: right;
}
.position-top.gdpr-cookie-notice{
    top: 0;
}
.position-bottom.gdpr-cookie-notice{
    bottom: 0;
}
#dismiss-gdpr-reject.action.primary{
    border: 1px solid #c07600;
    background-color:#c07600;
}
.gdpr-cookie-wrapper{
    color: rgb(255, 255, 255);
    font-size: 16px;
    transition: opacity 1s ease;
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
}
.gdpr-cookie-notice{
    position: fixed;
    width: 100%;
    z-index: 999; 
    opacity: 0; 
}
.gdpr-cookie-wrapper{  padding: 15px; }
.gdpr-clear{
    clear:both;
}
.consents-message {
    margin-top: 25px;
}

.table-primary {
    width: 100%;
}

.table-primary caption {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: .75em;
    text-align: left;
}

.table-primary thead th {
    background-color: transparent;
    font-weight: 600;
}

.table-primary tbody th {
    vertical-align: top;
}

.table-primary tbody tr:nth-child(odd) th, .table-primary tbody tr:nth-child(odd) td {
    background-color: #f1f1f1;
}

.table-primary tfoot tr:nth-child(odd) th, .table-primary tfoot tr:nth-child(odd) td {
    background-color: #ffffff;
}

.table-primary tfoot tr:first-child {
    border-top: 1px solid #e3e3e3;
}

.table-primary th, .table-primary td {
    padding: 1rem 1rem;
    text-align: left;
}

.table-primary th {
    color: #676056;
    font-weight: 400;
}

/* Checkout */
.checkout-consents{
    position: relative;
    display: block;
    padding: 25px 0 25px;
    border-top: 1px solid #cccccc;
}

.checkout-consents .checkout-consent{
    margin-bottom:15px;
}

.checkout-consents .checkout-consent input{
    display:inline;
}

.checkout-consents .checkout-consent .label{
    margin-bottom:0px;
    display:inline;
}

.checkout-consents .checkout-consent .mage-error{
    margin-top:0px;
}
.consent-update{
    float:right;
}
.block.block-gdpr-info span > .action.primary {
    margin: 5px 0;
}
.block-gdpr-info .download-data-field table td .field-tooltip{
    left: 145px;
}
.block-gdpr-info .delete-data-field table td .field-tooltip{
    left: 145px;
}
.block-gdpr-info .anonymize-data-field table td .field-tooltip{
    left: 152px;
}
.block-gdpr-info .control._with-tooltips{
    position: relative;
}

.block-gdpr-info .request-status-label{
    float:right; 
}
.gdpr-wrapper table tr td .gdpr-note{
    font-size: 12px;
}
.gdpr-wrapper table tr td .order-status{
    padding: 3px 6px;
    font-size: 12px;
}
.gdpr-wrapper table tr td button.primary.action{
    font-size: 12px;
    padding:5px 10px;
}
.block-gdpr-info .control.processing{
    border: 1px solid orange;
    padding: 2px 4px;

}
.block-gdpr-info .control.processing a,.block-gdpr-info .control.processing a:hover{
    color: orange;
    cursor: progress; 
}
.block-gdpr-info .control.complete{
    border: 1px solid #006400;
    padding: 2px 4px;
}
.block-gdpr-info .control.complete a,.block-gdpr-info .control.complete a:hover{
    color: #006400; 
}
.block-gdpr-info .control.complete a,.block-gdpr-info .control.processing a{
    text-align: center;
    display: block;
}
.modal-footer{
    display: none;
}
.see-consent-modal .modal-content {
    padding-bottom: 0!important;
}
.see-consent-modal .block.block-gdpr-info{
    margin-bottom: 20px;     
}