#kgCookieBox {
    text-align: left;
    border: 1px solid gray;
    background-color: white;
    padding: 1rem;
}

#kgCookieBox .kgButton {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    line-height: 1.5;
    border-radius: .5rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    width: auto;
}

#kgCookieBox .kgButton:hover {
    cursor: pointer;
}

#kgCookieBox .buttonAccept {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
    margin-right: .5rem;
}

#kgCookieBox .buttonReject {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

#kgCookieBox p {
    margin: .5rem 0 0 0;
    display: block;
    /* font-size: .8rem; */
    line-height: 1.5rem;
    font-weight: 400;
    padding-bottom: 10px;
    text-align: center;
}

.kgDisplayNone {
    display: none !important;
}


/*D I S P L A Y  M O D E S*/

#kgCookieBox.kg-bottom-right .kgButton,
#kgCookieBox.kg-bottom-left .kgButton {
    width: 48%;
}

#kgCookieBox.kg-bottom-right,
#kgCookieBox.kg-bottom-left {
    bottom: 0;
    width: 100%;
    max-width: 300px;
    margin: .5rem;
    z-index: 100000;
    position: fixed;
    padding-top: 0;
    border-radius: .5rem;
}


/*bottom-left*/

#kgCookieBox.kg-bottom-left {
    left: 0;
}


/*bottom-right*/

#kgCookieBox.kg-bottom-right {
    right: 0;
}


/*top*/

#kgCookieBox.kg-top {
    width: 100%;
    padding: .25rem;
}


/*bottom*/

#kgCookieBox.kg-bottom {
    z-index: 100000;
    position: fixed;
    bottom: 0;
    width: 100%;
    margin: 0;
    border-radius: .5rem .5rem 0 0;
    font-size: 1.5rem !important;
}


/*C O L O R S*/


/*dark*/

#kgCookieBox.kg-dark {
    background-color: #1a1a1a;
    color: #fff;
}

#kgCookieBox.kg-dark a {
    color: #fff;
    text-decoration: underline;
}


/*fire*/

#kgCookieBox.kg-fire {
    background-color: #f44336;
    color: #fff;
}

#kgCookieBox.kg-fire a {
    color: #fff;
    text-decoration: underline;
}

#kgCookieBox.kg-fire .buttonAccept {
    background-color: #212121;
    border-color: #212121;
}

#kgCookieBox.kg-fire .buttonReject {
    background-color: #bdbdbd;
    border-color: #bdbdbd;
}


/*grasshopper*/

#kgCookieBox.kg-grasshopper {
    background-color: #388e3c;
    color: #fff;
}

#kgCookieBox.kg-grasshopper a {
    color: #fff;
    text-decoration: underline;
}

#kgCookieBox.kg-grasshopper .buttonAccept {
    color: #000;
    background-color: #cddc39;
    border-color: #cddc39;
}

#kgCookieBox.kg-grasshopper .buttonReject {
    color: #000;
    background-color: #c8e6c9;
    border-color: #c8e6c9;
}


/*ocean*/

#kgCookieBox.kg-ocean {
    background-color: #303f9f;
    color: #fff;
}

#kgCookieBox.kg-ocean a {
    color: #fff;
    text-decoration: underline;
}

#kgCookieBox.kg-ocean .buttonAccept {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

#kgCookieBox.kg-ocean .buttonReject {
    color: #000;
    background-color: #c5cae9;
    border-color: #c5cae9;
}


/*amber*/

#kgCookieBox.kg-amber {
    background-color: #ffc107;
    color: #000;
}

#kgCookieBox.kg-amber a {
    color: #000;
    text-decoration: underline;
}

#kgCookieBox.kg-amber .buttonAccept {
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

#kgCookieBox.kg-amber .buttonReject {
    color: #000;
    background-color: #ffecb3;
    border-color: #ffecb3;
}


/*earth*/

#kgCookieBox.kg-earth {
    background-color: #795548;
    color: #fff;
}

#kgCookieBox.kg-earth a {
    color: #fff;
    text-decoration: underline;
}

#kgCookieBox.kg-earth .buttonAccept {
    color: #fff;
    background-color: #607d8b;
    border-color: #607d8b;
}

#kgCookieBox.kg-earth .buttonReject {
    color: #000;
    background-color: #d7ccc8;
    border-color: #d7ccc8;
}


/*transparent*/

#kgCookieBox.kg-transparent {
    background-color: rgba(0, 0, 0, .85);
    color: white;
}


/*Animation*/

#kgCookieBox {
    -webkit-animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
    animation: slide-top 0.5s cubic-bezier(0.250, 0.460, 0.450, 0.940) 1s both;
}


/* ----------------------------------------------
 * Generated by Animista on 2020-8-19 17:47:38
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */


/**
 * ----------------------------------------
 * animation slide-top
 * ----------------------------------------
 */

@-webkit-keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes slide-top {
    0% {
        -webkit-transform: translateY(100px);
        transform: translateY(100px);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}