.cookieBtn {
    background: none;
    box-shadow: none;
    width: auto;
    margin: 0;
    padding: 0 !important;
    min-width: auto;
    position: fixed;
    left: 10px;
    bottom: 20px;
}

.cookieBtn:hover {
    box-shadow: none;
}

.cookieBtn:focus {
    outline: none;
}

.cookieconsent-modal {
    background-color: rgba(#000, #000, #000, .5);
}

.cookieconsent-modal-dialog {
    margin-top: 10px !important;
}

.cookieconsent-modal-content {
    background-color: #fff !important;
    color: #000;
}

.cookieBtn img {
    height: 35px;
}

.modal-content {
    padding: 20px;
}

.panel-title {
    margin: 0 !important;
}

.panel-title a {
    font-size: 16px;
    color: black;
}

.body-text {
    color: #989a9f;
    font-size: 16px;
}

.cookieconsent-panel-group {
    color: #989a9f;
}

.panel-body {
    font-size: 14px;
}

.btn {
    border-radius: 0px;
}

.cookieconsent-switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
    float: right;
    margin-left: 10px;
}

.modal-header {
    border-bottom: 0px;
}

.modal-footer {
    border-top: 0px;
}

.panel-title a {
    color: black;
}

.cookieconsent-switch input {
    display: none;
}

/* The slider */
.cookieconsent-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookieconsent-slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.cookieconsent-input.success:checked + .cookieconsent-slider {
    background-color: #28a745;
}

.cookieconsent-input:checked + .cookieconsent-slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.cookieconsent-slider.round {
    border-radius: 34px;
}

.cookieconsent-slider.round:before {
    border-radius: 50%;
}

.btn-cookieconsent {
    padding: 10px !important;
}

.btn-cookieconsent:hover {
    box-shadow: none;
}
