/* .nav-item .active a span{
    color: rgb(97, 97, 97);
} */
.sidebar .sidebar-brand {
    background: darkblue;
}

i.fa-check:before{
    color: #38CB89;
}
i.fa-clipboard::before{
    color: #377DFF;
}

.custom-control.forgotpass.small {
    display: inline-flex;
    float: right;
}
.custom-control {

    display: inline;
}
.postioning{
    position: sticky;
    top: 0;
    left: 0;
    height: 100vh;
    box-sizing: border-box;
}
.nav-link.active{
    background-color: #377dff10 !important;
    height: 40px;
    color: #377DFF !important;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left !important;
}
.nav-link.figma{
    height: 40px;
    color: #377DFF !important;
    margin-bottom: 5px;
    margin-top: 5px;
    text-align: left !important;
}
h1.h3.mb-0.text-gray-800{
    font-size: larger;
 }
.d-sm-flex.align-items-center.justify-content-between.mb-4 {
    padding: 20px 0 20px 40px;
    background: #fff;
    border-radius: 5px;
}
#accordionSidebar > li.nav-item.active{
    background-color: #377dff10;
    border: solid;
    border-style: inset;
    border-width: 0 4px 0 0;
    border-color: #377DFF;
}