/* /Features/Home/Badges.razor.rz.scp.css */
.badge.lighter[b-txl1nwns4i] {
    background-color: color-mix(in srgb, var(--bs-success) 20%, white);
    color:var(--brand);
    font-weight: normal;
}
/* /Features/Home/ProjectCard.razor.rz.scp.css */
.topline[b-e7ppiizb1x] {
    box-shadow: inset 0 7px 7px -5px rgba(0, 0, 0, 0.3);
}
/* /Features/Layout/Footer.razor.rz.scp.css */
/* Bootstrap Footer CSS */
.footer[b-kw542apmw9] {
    padding: 1.5rem 0;
}

.footer-links[b-kw542apmw9] {
    list-style: none;
    padding-left: 0;
}

.footer-links li[b-kw542apmw9] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-kw542apmw9] {
    color: #adb5bd;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-links a:hover[b-kw542apmw9] {
    color: #fff;
    text-decoration: none;
}

.footer-social a[b-kw542apmw9] {
    display: inline-block;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-right: 0.5rem;
    border-radius: 50%;
    background: #495057;
    color: #f8f9fa;
    transition: all 0.3s ease;
}

.footer-social a:hover[b-kw542apmw9] {
    background: #6c757d;
    transform: translateY(-3px);
}

.footer-bottom[b-kw542apmw9] {
    border-top: 1px solid #495057;
    padding-top: 1.5rem;
    margin-top: 1.5rem;
}

.firstlink[b-kw542apmw9] {
    margin-left: 0.5em; 
}
/* /Features/Sandboxes/ControlSandbox/Controls/Drawer.razor.rz.scp.css */
.drawer-mask[b-4f2yr4njnc] {
    visibility: hidden;
    position: fixed;
    overflow: hidden;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color:#000000;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.drawer-wrapper.slide >  .drawer-mask[b-4f2yr4njnc] {
    opacity: .5;
    visibility: visible;
}
.drawer[b-4f2yr4njnc] {
    min-width: 10em;
    display:flex;
    flex-direction: column;
    position: fixed;
    top:0;
    right:0;
    bottom:0;
    overflow-y:auto;
    overflow-x:hidden;
    background-color: whitesmoke;
    border-left: 0.063em solid gray;
    z-index: 100;
    transform: translateX(110%);
    transition: transform 0.3s ease, width 0.3s ease;
}

.drawer-wrapper.slide  > .drawer[b-4f2yr4njnc] {
    transform: translateX(0);
}

.drawer-content[b-4f2yr4njnc] {
    z-index: 2;
    padding:1em;
    display:flex;
    flex:1;
    flex-direction: column;
}

.drawer-controls[b-4f2yr4njnc] {
    padding:20px;
    background-color:gainsboro;
    border-top:1px dashed silver;
}
/* /Features/Sandboxes/FormsSandbox/Contacts/FormSection.razor.rz.scp.css */
.card-brand[b-id954vv6wp] {
    border-top: 4px solid var(--brand);
}
/* /Features/Sandboxes/SearchSandbox/tagSearch.razor.rz.scp.css */
.jumbotron[b-297q6otg74] {
    background:none;
    input {
        border: 2px solid var(--brand);
    }
}
