.sg-cookies {
    position: fixed;
    bottom: 0;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.45);
    border-top: 1px solid;
    z-index: 9999;
    font-size: 12pt;
}
@media screen and (max-width: 576px) {
    .sg-cookies .sg-cookies-desc {
        font-size: 16px;
        max-height: 150px;
        overflow-y: auto;
    }
}
.sg-cookies .cookie-list-inner-cont-desktop {
    max-height: 250px;
    overflow-y: auto;
}
.sg-cookies .sg-cookie-list-mobile {
    max-height: 250px;
    overflow-y: auto;
}
.sg-cookies .cookie-list-inner-item {
    border-bottom: 1px solid #cccccc;
    word-wrap: break-word;
}
.sg-cookies .cookie-list-inner-item span {
    font-weight: bold;
}
.sg-cookies .cookie-list-id {
    border: none;
}
.sg-cookies .cookie-list-id span {
    font-weight: bold;
}

.overlay-icon {
    font-size: 2rem;
    position: fixed;
    bottom: 0;
    z-index: 100;
    background: rgba(159, 159, 156, 0.51);
    width: 50px;
    min-height: 50px;
    text-align: center;
    border-radius: 20px 20px 0 0;
    color: white;
    cursor: pointer;
}
.overlay-icon.overlay-chat-icon {
    right: 0;
    background: blue;
    border-radius: 20px 0 0 0;
}

.cookie-list-inner-item {
    word-break: break-word;
}