:root{
    --icon-color : #086fba;
}
/* Override font family for body text */
body {
    font-family: Montserrat, sans-serif;
   
}

/* Override font family for headings */
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 ,p,.p {
    font-family: Montserrat, sans-serif;
    color: #414042;
}

/* Override font family for buttons */
button {
    font-family: Montserrat, sans-serif;
}

.layout-side-section{
    background-color: #FDFDFD;
}
.layout-main-section-wrapper,.page-head,.navbar,.page-container{
    background-color: #F7F7F7;
}
#navbar-search{
    background-color: #fff;
    color: #414042;
}
[data-page-route=Workspaces] .standard-sidebar-item .item-anchor{
    color: #086fba;
    padding: 15px 20px;
    border-left: 5px solid transparent;
    display: flex;
    align-items: center;
}
.layout-side-section{
    border-radius: 12px;
}

.btn-primary{
    background-color: #004E7D !important;
    color: #fff;
}


.btn-default,.form-message.blue,.data-pill{
    background-color: #D0E3FF !important;
}
.page-head{
    margin-bottom: 0px;
    
}
.sidebar-item-icon .icon{
    stroke: var(--icon-color);
}
.widget.shortcut-widget-box{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 15px;
}
.widget.shortcut-widget-box .widget-body{
    display: none;
}
.widget-body{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    padding: 12px;
}
.navbar{
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
/*button color -  #004E7D */
/* light for hover - #E6F0F8 */
/* color text - #414042 */
/* bf #F7F7F7 */