#cookie{
    position: fixed;
    display: none; /*flex*/
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0%;
    left: 0%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.8);
    overflow-y: hidden;
}

#cookie-body{
    max-width: 320px;
    padding: 1rem;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 20px 20px 30px rgba(0, 0, 0, .05);
}

#cookie-body span{
    font-weight: 600;
    color: rgb(31 41 55);
}
  
#cookie-body p{
    margin-top: 1rem;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: rgb(75 85 99);
}
  
#cookie-body p a {
    --tw-text-opacity: 1;
    color: rgb(59 130 246);
}

#cookie-body p a:hover {
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
}
  
#cookie-actions {
    display: flex;
    align-items: center;
    justify-content: end;
    margin-top: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    flex-shrink: 0;
}
  
#cookie-accept {
    font-size: 0.75rem;
    line-height: 1rem;
    background-color: rgb(17 24 39);
    font-weight: 500;
    border-radius: 0.5rem;
    color: #fff;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
    border: none;
    transition: all .15s cubic-bezier(0.4, 0, 0.2, 1);
}
  
#cookie-accept:hover {
    background-color: rgb(55 65 81);
}
  
#cookie-accept:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
}

/*
    This site was made by Jakub Golias & Erik Zelinsky from school SPSTBJ.
             We created this site as Erasmus+ participants.
                            ©2023 Vienna
*/