.bellButton {
    position: relative !important;
    top: 2px !important;
    padding: 0px 18px !important;
    width: 50px !important;
    float: right !important;
    z-index: 999999999 !important;
    position: relative !important;
    margin-top: 21px !important;
    display: inline-flex !important;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    left: 20px;
}

.welcome {
    margin: 25px 20px 0 !important;
}

.bellButton::after {
    background-color: #008000 !important;
}

.bellButton[data-content=""]::after,
.bellButton[data-content="0"]::after {
    background-color: transparent !important;
}

.bellButton svg path {
    stroke: #00491f !important;
    stroke-width: 1.4px !important;
}

.bellButton::before {
    content: "Bildirimler";
    order: 2;
    font-size: 13px;
    font-weight: 600;
    color: #00491f;
    font-family: 'Quicksand', sans-serif;
}

@media (max-width: 768px) {
    .bellButton {
        position: absolute !important;
        top: 80px !important;
        left: 35px;
        display: block !important;
        font-size: 26px;
        color: #000;
    }

    .bellButton::before {
        display: none !important;
    }

.bellButton svg path {
    stroke: #000000 !important;
    stroke-width: 1.4px !important;
}

.bellButton svg {
    height: 30px;
}

.bellPanel.opened {
    left: 0;
}
}

.pshs-cmnt-socialProof {
    font-size: 14px !important;
    color: #eb8000 !important;
    margin-top: 5px !important;
    padding: 4px 0;
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: flex;
    align-items: center;
    gap: 6px;
    width: 100%;
    font-weight: bold!important;
}