.bellButton {
    position: absolute !important;
    top: 75px !important;
    right: 405px !important;
}

div#pushouseWeekly {
    left: 20px !important;
    bottom: 125px !important;
}

.pshWeeklyModal-content {
    left: 130px !important;
    max-width: 415px !important;
}

div#widgetId {
    background-color: #000 !important;
    width: 75px !important;
    height: 75px !important;
    left: 20px !important;
}

div#widgetId label#labelId {
    font-size: 12px !important;
    display: flex;
    align-items: center;
    position: unset !important;
}

div#widgetId svg#svgId {
    position: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

div#widgetId svg.bi.bi-x {
    position: unset !important;
    font-size: 12px !important;
    width: 50px !important;
    height: 50px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}
@media screen and (max-width:768px) {
.bellButton {
    position: absolute !important;
    top: 24px !important;
    left: 20px !important;
    padding-left: 25px !important;
    float: right !important;
}
.pshWeeklyModal-content {
    width: 340px !important;
    right: unset !important;
    left: 20px !important;
}
}