
#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;
    left: 0px;
    gap: 50px;
    width: 100%;
    background-color: #1a1a1a;
    display: none;
    animation: 1sease -out 0s 1 normal none running slideInFromBottom;
    text-align: end;
    box-sizing: border-box;
    z-index: 9;
    border-top: 1px solid #f4b400;
    left: 248px;
    width: calc(100% - 248px);
}
.dfgbfdvs{
    max-width: 500px;
    font-size: 11px;
    color: #ffffff;
    line-height: 20px;
    font-weight: 200;
    letter-spacing: 2px;
}
.cockei{
    text-decoration: none;
    color: #ffffff;
    padding-bottom: 0px;
}
#notification-bar button {
    padding: 5px 10px;
    color: #f4b400;
    cursor: pointer;
    letter-spacing: -.01em;
    line-height: 1;
    padding-bottom: 0.875rem;
    padding-top: 0.875rem;
    padding-left: 1.375rem;
    padding-right: 1.375rem;
    --tw-bg-opacity: 1;
    background-color: #ffffff;
    border-color: transparent;
    border-style: solid;
    border-width: 2px;
    border-radius: 30px;
    white-space: nowrap;
    max-width: 100%;
    -webkit-appearance: button;
    cursor: pointer;
    border: 0 solid #e5e7eb;
    transition: .1s;
    border: 1px solid #f4b400;
    font-weight: bold;
}

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

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

}



