.mw-cookieconsent-settings-div {
    position: fixed !important;
    width: 40px;
    text-align: center;
    padding: 5px;
    z-index: 1000;
    background: #fff;
    border-radius: 0px 3px 3px 0px;
    bottom: 10px;
    font-size: 20px;
}
.mw-cookieconsent-settings-div:hover{
    color: rgba(0, 0, 0, .65) !important;
}
.mw-cookieconsent-settings-div a.mw-cookieconsent-settings-opener {
    cursor: pointer !important;
}
.mw-cookieconsent-settings-div a.mw-cookieconsent-settings-opener:hover {
    color: none;
    text-decoration: none;
}
.mw-cookieconsent-settings-div a.mw-cookieconsent-settings-opener:visited {
    color: none;
    text-decoration: none;
}
#c-bns button:first-child, #s-bns button:first-child {
    color: #fff;
    background: #f97316 !important;
}
#c-bns button:first-child:hover, #s-bns button:first-child:hover {
    color: #fff;
    background: #fb923c !important;
}

.cc_div .b-tg .c-tgl:checked ~ .c-tg{
    background: #f97316 !important;
}

@media print {
    .mw-cookieconsent-settings-div {
        display: none !important;
    }
}
