.bellButton {
    position: relative !important;
    top: 2px !important;
    width: auto !important;
    margin: 0 20px 0 15px !important;
    padding: 0 !important;
    float: right !important;
}

.welcome {
    margin: unset !important;
    margin-left: 25px !important;
}

.bellPanel {
    left: unset !important;
    right: 20px !important;
}

.bellPanel ul {
    margin: 0 !important;
    padding: 0 !important;
}

.bellPanel ul li {
    font-size: 12px !important;
    color: #000 !important;
}

h4.psh-ntf {
    color: #000 !important;
}

@media screen and (max-width:768px) {
.bellButton {
    display: block !important;
    position: absolute !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 290px !important;
    font-size: 22px !important;
    color: #fff !important;
}

.bellButton svg {
    fill: white !important;
}

 .pushouseWeekly {
    bottom: 100px !important; 
  }

.bellPanel.opened {
    left: -20px !important;
    top: 50px !important;
    right: unset !important;
}
.bellButton::after {
    top: 6px !important;
}
}
