.simple-cookies,
.simple-cookies *{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.simple-cookies-hidden{
    display: none!important;
}

.simple-cookies{
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    display: none;
}
.simple-cookies.active{
    display: block;
}

.simple-cookies.top{
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
}
.simple-cookies.bottom{
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
}
.simple-cookies.left{
    bottom: 0;
    left: 0;
    right: 0;
    top: auto;
    width: 360px;
}
.simple-cookies.right{
    bottom: 0;
    left: auto;
    right: 0;
    top: auto;
    width: 360px;
}

.simple-cookies .simple-cookies-wrapper{
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dfe4eb;
    padding: 20px 30px;
    margin: 15px auto;
    font-size: 14px;
    font-family: "Inter Tight", sans-serif;
    color: #1a1a1c;
    max-width: 800px;
    border-radius: 9999px;
    background-color: #f9fafb;
    box-shadow: 0 4px 20px rgba(0,0,0, 0.08);
    -webkit-animation: cookieShow 0.35s linear;
    -moz-animation: cookieShow 0.35s linear;
    animation: cookieShow 0.35s linear;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}

.simple-cookies.left .simple-cookies-wrapper,
.simple-cookies.right .simple-cookies-wrapper{
    max-width: 300px;
    display: block;
    text-align: center;
}

.simple-cookies.left .simple-cookies-wrapper{
    margin: 0 0 20px 20px;
}
.simple-cookies.right .simple-cookies-wrapper{
    margin: 0 20px 20px 0;
    float: right;
}

.simple-cookies .simple-cookie-content{
    display: flex;
    align-items: center;
    margin-bottom: 0;
}
.simple-cookies.left .simple-cookie-content,
.simple-cookies.right .simple-cookie-content{
    display: block;
}

.simple-cookies .simple-cookie-content a{
    text-decoration: none;
    color: #864ffe;
    font-weight: 500;
}
.simple-cookies .simple-cookie-content a:hover{
    text-decoration: underline;
}

.simple-cookies .simple-cookie-content h4{
    font-size: 16px;
    padding: 0;
    margin: 0 0 4px 0;
    line-height: 1.4;
    font-weight: 600;
    color: #1a1a1c;
}

.simple-cookies h4{
    color: inherit;
}

.simple-cookies.left .simple-cookie-content h4,
.simple-cookies.right .simple-cookie-content h4{
    font-size: 20px;
    margin-bottom: 12px;
}

.simple-cookies .simple-cookie-content > div:first-child img{
    margin-right: 12px;
    max-width: 40px;
}

.simple-cookies.left .simple-cookie-content > div:first-child img,
.simple-cookies.right .simple-cookie-content > div:first-child img{
    margin: 0 0 10px 0;
    max-width: 90px;
}

.simple-cookies .simple-cookie-buttons{
    display: flex;
    align-items: center;
    padding-left: 20px;
}
.simple-cookies.left .simple-cookie-buttons,
.simple-cookies.right .simple-cookie-buttons{
    justify-content: center;
    padding-left: 0;
    margin-top: 20px;
}

.simple-cookies .simple-cookie-buttons .tap:not(:last-child){
    margin-right: 5px;
}

.simple-cookies .simple-cookie-buttons .tap:first-child{
    border-radius: 9999px;
}
.simple-cookies .simple-cookie-buttons .tap:last-child{
    border-radius: 9999px;
}

.simple-cookies a.tap{
    display: inline-block;
    padding: 10px 20px;
    margin: 0;
    line-height: 1.5;
    color: #fcfcfc;
    text-decoration: none;
    opacity: 1;
    text-align: center;
    min-width: 90px;
    background-color: #1a1a1c;
    border: 1px solid #1a1a1c;
    border-radius: 9999px;
    font-weight: 500;
    font-size: 14px;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.simple-cookies a.tap:hover{
    color: #fcfcfc;
    text-decoration: none;
    background-color: #2a2a2e;
    transform: scale(1.02);
}

.simple-cookies a.tap.decline{
    background-color: transparent;
    border: 1px solid #dfe4eb;
    color: #1a1a1c;
}
.simple-cookies a.tap.decline:hover{
    background-color: #f0f2f6;
    color: #1a1a1c;
}

.simple-cookies.light .simple-cookies-wrapper{
    background-color: #f9fafb;
    border-color: #dfe4eb;
}
.simple-cookies.dark .simple-cookies-wrapper{
    background-color: #13171e;
    border-color: #2a333e;
    color: #fcfcfc;
}
.simple-cookies.dark .simple-cookie-content h4{
    color: #fcfcfc;
}
.simple-cookies.dark .simple-cookie-content a{
    color: #a585ff;
    text-decoration: none;
}
.simple-cookies.dark a.tap{
    color: #1a1a1c;
    background-color: #fcfcfc;
    border-color: #fcfcfc;
}
.simple-cookies.dark a.tap:hover{
    color: #1a1a1c;
    background-color: #e5e5e5;
    border-color: #e5e5e5;
}
.simple-cookies.dark a.tap.decline{
    background-color: transparent;
    border-color: #2a333e;
    color: #fcfcfc;
}
.simple-cookies.dark a.tap.decline:hover{
    background-color: #1f252f;
    color: #fcfcfc;
}


@media (max-width: 767px) {
    .simple-cookies .simple-cookies-wrapper{
        display: block;
        margin: 10px;
        text-align: center;
        border-radius: 24px;
        padding: 20px;
    }

    .simple-cookies.bottom .simple-cookies-wrapper,
    .simple-cookies.top .simple-cookies-wrapper{
        border-radius: 24px;
    }

    .simple-cookies .simple-cookie-content{
        display: block;
        margin: 0;
    }
    .simple-cookies .simple-cookie-content > div:first-child{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .simple-cookies .simple-cookie-content > div:first-child img{
        margin-right: 0;
        max-width: 48px;
    }
    .simple-cookies .simple-cookie-buttons{
        padding-left: 0;
        margin-top: 15px;
        justify-content: center;
    }
    .simple-cookies .simple-cookie-content h4{
        margin-top: 0;
        margin-bottom: 8px;
    }

    .simple-cookies a.tap{
        padding: 10px 20px;
        min-width: 100px;
    }
}


@-webkit-keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@-moz-keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}
@keyframes cookieShow {
    0%{
        opacity: 0.3;
        transform: scale(0.85);
    }
    100%{
        opacity: 1;
        transform: scale(1);
    }
}