
#CookiePanel {
    position: fixed;
    z-index: 9;
    bottom: 0;
    padding-right: 85px;
    left: 0;
    right: 0;
    width: 815px;
    margin: auto;
    margin-bottom: 10px;
}

a#CerezPolitikasiButon {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 0;
    margin-bottom: 58px;
    width: 88px;
    cursor:pointer;
}
    a#CerezPolitikasiButon span {
        display: flex;
        justify-content: center;
        text-transform: uppercase;
        flex-direction: column;
        padding: 0 20px;
    }

.alert-icon-start .alert-icon {
    left: 0;
    border-top-left-radius: calc(0.375rem - 1px);
    border-bottom-left-radius: calc(0.375rem - 1px);
}

.alert-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 15px;
    line-height: 1;
}

.text-white {
    color: #fff;
}

.alert-icon-start {
    padding-left: 5.25rem;
}
@media screen and (max-width: 770px) {
    #CookiePanel {
        padding: 10px;
        width: auto;
        font-size: 12px;
    }
    a#CerezPolitikasiButon {
        margin-bottom: 46px !important;
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 10px;
    }
    span#CircleIconPanel {
        display: none !important;
    }
}
.fade:not(.show){
    display:none;
}