﻿#CookieConsent {
    font-size: 12px;
}

.consent-overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    background: rgba(0,0,0,.4);
}

.cookie-consent-form {
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    width: 500px;
    z-index: 2;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
    padding: 20px;
    overflow-y: auto;
}

.slapuku-naudojimo-taisykles {
    text-decoration: underline;
}

.consent-cookie {
    position: relative;
}

.consent-checkbox {
    position: absolute;
    top: 0;
    right: 0;
}

.cookie-consent-corner {
    position: fixed;
    bottom: -40px;
    left: -50px;
    width: 120px;
    height: 80px;
    z-index: 3;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    color: #f2f2f2;
    background-color: #151f57;
    border: solid 2px white;
    font-size: 12px;
}

    .cookie-consent-corner span {
        display: inline-block;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        color: white;
        position: fixed;
        left: 35px;
        bottom: 50px;
    }