#sticky-side {
    z-index: 1049;
    margin-left: 0px !important;
    bottom: 380px;
    padding: 12px;
    left: 175px;
    position: fixed;
}

#sticky-side-banner {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 5px;
    margin-right: -30px;
    width: 220px;
    height: 380px;
    text-align: left;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    color: #000;
    cursor: pointer;
}

#cookie-box {
    background-color: #ffc507;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 7px;
    padding-right: 5px;
    border-radius: 10px;
    box-shadow: 10px 15px 25px 1px rgba(0,0,0,0.53);
}

#accept-btn {
    transition: background-color 0.3s ease-out;
    background-color: rgb(5, 167, 54);
    border: none;
    border-radius: 5px;
}

@media screen and (max-width: 492px){
#sticky-side {
    height: 80%;
}

#stick-side-banner{
    width: 100%;
    left: 0px;
}
}

@media screen and (max-width: 892px){
#sticky-side {
    bottom: 5px;
    width: 100%;
    left: -30px;
    height: 80%;
}
}

.invisible-fade-out {
  transition: opacity 0.4s ease-out;
  opacity: 0;
}
