
#bar {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
}
#notification-bar {
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    padding: 20px 100px;
    z-index: 1;
    font-size: 0.8em;
    left: 0px;
    gap: 50px;
    width: 100%;
    background-image: linear-gradient(100deg, #722d0c -0.12%, #e04d08 29.25%, #e04d08 60.33%, #000000 96.12%);
    display: none;
    animation: 1sease -out 0s 1 normal none running slideInFromBottom;
    text-align: end;
    border: 0px solid rgb(229, 231, 235);
    box-sizing: border-box;
    z-index: 9;
    border-top: 1px solid #272125;
    /* position: absolute; */
    left: 248px;
    width: calc(100% - 248px);
    /* height: calc(100% - 48px); */
}
.dfgbfdvs{
    max-width: 500px;
    font-size: 14px;
    font-family: sans-serif;
    color: white;
    line-height: 20px;
    font-weight: 200;
    letter-spacing: 2px;
}
.cockei{
    font-size: 14px;
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
    font-size: 13px;
}
#notification-bar button {
    padding: 5px 10px;
    color: #d4174d;
    cursor: pointer;
    letter-spacing: -.01em;
    line-height: 1;
    font-weight: 700;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255);
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    max-width: 100%;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0 solid #e5e7eb;
    transition: .1s;
}
#notification-bar button:hover {
background-color: #e04d08c9;
color: white;
border: 1px solid white;


}
@keyframes slideInFromBottom {
    0% {
        transform: translateY(100%);
    }

    100% {
        transform: translateY(0);
    }
}
@media(max-width:920px) {
    #notification-bar {
        padding-left: 6%;
        padding-right: 6%;
        gap: 6%;
        left: 0;
        width: 100%;
    }

}



