.button.is_link{
    background-color: transparent!important;
    text-decoration: underline;
    color: #61b4e4!important;
    padding: 0;
    margin: 0;
}

.cookie_toggle_container{
    position: absolute;
    margin: 0;
    right: 0;
    top: 0;
}

.cookie_toggle_container br{
    display: none;
}

.cookie_toggle_container>span{
    vertical-align: top;
    margin-left: 5px;
}

.cookie_toggle{
    background-color: #E6E6E6;
    border: solid 2px #E6E6E6;
    display: inline-block;
    border-radius: 12px;
    position: relative;
    cursor: pointer;
    height: 20px;
    width: 40px;
}

.cookie_toggle span{
    transition: transform 200ms ease-in-out;
    background-color: #333333;
    border-radius: 50%;
    position: absolute;
    height: 100%;
    opacity: 0.4;
    width: 20px;
    left: 1px;
    top: 0;
}

.cookie_toggle[data-off="0"]{
     background-color: #52C653;
     border-color: #52C653;
}

.cookie_toggle[data-off="0"] span{
    transform: translateX(19px);
    background-color: #333333;
}

a#cookies_save_and_close.success{
    background-color: #28b328;
}


@media screen and (max-width: 540px) {
    .cookie_toggle_container{
        position: relative;
        margin: 0 0 20px 0;
        right: auto;
        top: 0;
    }
}
