@import '_content/LeafletForBlazor/LeafletForBlazor.bundle.scp.css';

/* /Pages/Counter.razor.rz.scp.css */
body[b-129dm0g9p1] {
    font-family: "Roboto", sans-serif;
    background: #E6E9ED;
    min-height: 100vh;
    position: relative;
}

.notification-ui a[b-129dm0g9p1]:after {
    display: none;
}

.notification-ui_icon[b-129dm0g9p1] {
    position: relative;
}

    .notification-ui_icon .unread-notification[b-129dm0g9p1] {
        display: inline-block;
        height: 7px;
        width: 7px;
        border-radius: 7px;
        background-color: #66BB6A;
        position: absolute;
        top: 7px;
        left: 12px;
    }

@media (min-width: 900px) {
    .notification-ui_icon .unread-notification[b-129dm0g9p1] {
        left: 20px;
    }
}

.notification-ui_dd[b-129dm0g9p1] {
    padding: 0;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    box-shadow: 0 5px 20px -3px rgba(0, 0, 0, 0.16);
    border: 0;
    max-width: 400px;
}

@media (min-width: 900px) {
    .notification-ui_dd[b-129dm0g9p1] {
        min-width: 400px;
        position: absolute;
        left: -192px;
        top: 70px;
    }
}

.notification-ui_dd[b-129dm0g9p1]:after {
    content: "";
    position: absolute;
    top: -30px;
    left: calc(50% - 7px);
    border-top: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
    border-left: 15px solid transparent;
}

.notification-ui_dd .notification-ui_dd-header[b-129dm0g9p1] {
    border-bottom: 1px solid #ddd;
    padding: 15px;
}

    .notification-ui_dd .notification-ui_dd-header h3[b-129dm0g9p1] {
        margin-bottom: 0;
    }

.notification-ui_dd .notification-ui_dd-content[b-129dm0g9p1] {
    max-height: 500px;
    overflow: auto;
}

.notification-list[b-129dm0g9p1] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    margin: 0 25px;
    border-bottom: 1px solid #ddd;
}

.notification-list--unread[b-129dm0g9p1] {
    position: relative;
}

    .notification-list--unread[b-129dm0g9p1]:before {
        content: "";
        position: absolute;
        top: 0;
        left: -25px;
        height: calc(100% + 1px);
        border-left: 2px solid #29B6F6;
    }

.notification-list .notification-list_img img[b-129dm0g9p1] {
    height: 48px;
    width: 48px;
    border-radius: 50px;
    margin-right: 20px;
}

.notification-list .notification-list_detail p[b-129dm0g9p1] {
    margin-bottom: 5px;
    line-height: 1.2;
}

.notification-list .notification-list_feature-img img[b-129dm0g9p1] {
    height: 48px;
    width: 48px;
    border-radius: 5px;
    margin-left: 20px;
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* CSS used here will be applied after bootstrap.css */

.dropdown[b-zy160qe55w] {
    display: inline-block;
    margin-left: 20px;
    padding: 10px;
}


.glyphicon-bell[b-zy160qe55w] {
    font-size: 1.5rem;
}

.notifications[b-zy160qe55w] {
    min-width: 420px;
}

.notifications-wrapper[b-zy160qe55w] {
    overflow: auto;
    max-height: 250px;
}

.menu-title[b-zy160qe55w] {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right[b-zy160qe55w] {
    margin-left: 10px;
}


.notification-heading[b-zy160qe55w], .notification-footer[b-zy160qe55w] {
    padding: 2px 10px;
}


.dropdown-menu.divider[b-zy160qe55w] {
    margin: 5px 0;
}

.item-title[b-zy160qe55w] {
    font-size: 1.3rem;
    color: #000;
}

.notifications a.content[b-zy160qe55w] {
    text-decoration: none;
    background: #ccc;
}

.notification-item[b-zy160qe55w] {
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 4px;
}
/* /Shared/NavMenu - Copy.razor.rz.scp.css */
.navbar-toggler[b-sozi4a2eaj] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-sozi4a2eaj] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-sozi4a2eaj] {
    font-size: 1.1rem;
}

.oi[b-sozi4a2eaj] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sozi4a2eaj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-sozi4a2eaj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sozi4a2eaj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sozi4a2eaj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-sozi4a2eaj]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-sozi4a2eaj]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sozi4a2eaj] {
        display: none;
    }

    .collapse[b-sozi4a2eaj] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ozvqmluw8a] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-ozvqmluw8a] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ozvqmluw8a] {
    font-size: 1.1rem;
}

.oi[b-ozvqmluw8a] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ozvqmluw8a] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ozvqmluw8a] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ozvqmluw8a] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ozvqmluw8a]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ozvqmluw8a]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ozvqmluw8a]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ozvqmluw8a] {
        display: none;
    }

    .collapse[b-ozvqmluw8a] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
