/* Change the Login Button Color */
.btn-primary {
  background-color: #004181 !important; /* Glovis Dark */
  border-color: #004181 !important; /* Glovis Dark */
  color: #ffffff !important; /* Text Color */
}

/* Change the Navigation Bar Color */
.navbar {
  background-color:#004181 !important; /* Glovis Dark */
}

/* Change link color in the navbar if needed (help, notifications) */

.navbar .nav-link {
    color: #ffffff !important;
}

/* top left navigation employee > ga18014  color */
#navbar-breadcrumbs a {
    color : #ffffff !important;
}

#navbar-breadcrumbs a::before {
    fill : #ffffff !important;
}



/* For icons that are SVGs (common in Frappe v15), use the --icon-stroke variable or the filter property */
.navbar svg,
.top-bar svg {
    stroke: #ffffff !important; /* Changes the SVG stroke color to white */
    fill: #f9f9f9 !important; /* Changes the SVG fill color to white */
}


/* For cards and shortcuts background color*/
/* .widget.links-widget-box , .widget.shortcut-widget-box , .widget.dashboard-widget-box{
    background-color: #f9f9f9 !important;
} */

/* Card Type Widgets */
.widget.links-widget-box {
     box-shadow: 4px 16px 10px rgba(0, 0, 0, 0.1); 
    
}

.widget-head .widget-label{
    box-shadow: -10px 16px 10px rgba(0, 0, 0, 0.1); 
    
}

.widget.links-widget-box .widget-head .ellipsis {
    color: #004181 !important; /* Glovis Dark */
    font-weight: bold;
}


/* After opening doc show filter left side labels color */
.standard-sidebar-item > a {
    /* color: #81a1c8 !important; */
    /* color: #405989 !important; Glovis Dark */
    color: #004181 !important; /* Glovis Dark Light */
    font-weight: bold;
}

/* Change default text color */
.sidebar-nav .nav-link {
    color: #004181 !important; /* Glovis Dark */
}

/* Change color on hover */
.sidebar-nav .nav-link:hover {
    color: #004181 !important; /* Glovis Dark */
}

/* Change active menu item text color */
.sidebar-nav .nav-link.active {
    color: #ffffff;
}

.grid-body .grid-static-col[data-fieldtype=Button] .field-area button {
    height: 24px;
    background: #004181 !important;
    color: #ffffff !important;
}



