/*:root {
    --f7-badge-text-color: #fff;
    --f7-badge-bg-color: #8e8e93;
    --f7-badge-padding: 0 4px;
    --f7-badge-in-icon-size: 16px;
    --f7-badge-in-icon-font-size: 10px;
    --f7-badge-font-weight: normal;
    --f7-badge-font-size: 12px;
}
:root {
    --f7-theme-color: #4CB32B;
    --f7-theme-color-rgb: 146,55,227;
    --f7-theme-color-shade: #4CB32B;
    --f7-theme-color-tint: #a44ef1;
    --f7-theme-color-light: #fafefc;
}
.notification-bar {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 20px;
}
.notification-bar .text {
    color: #5F5F5F;
    font-size: 14px;
}
.notification-bar .title {
    font-size: 20px;
    margin: 5px 0 0;
    font-weight: 600;
}
.notibell {
    font-size: 24px;
    color: #384144;
    position: relative;
}
.notibell i{
    margin: 0px;
}
.notibell .badge {
    position: absolute;
    min-width: 12px;
    height: 12px;
    background: var(--f7-theme-color);
    border: 2px solid #fff;
    width: 12px;
    min-height: 10px;
    display: block;
    right: 0px;
    top: 6px;
    align-items: center;
    align-content: center;
    justify-content: center;
    border-radius: 17px;
    box-sizing: border-box;
    margin: 0px;
}*/
a{
    color: #1876f2;
    text-decoration: none;
}
.opacity1{
    opacity: 1 !important;
}