/* blue = #167dff */
/* body {
    background:red !important;
} */

.page-header .panel.wrapper{
    position:fixed;
    width: 100%;
    z-index: 999;
    top:0;
}

body {
    margin-top: 6rem !important;
}

.home_titles:before{
    content: "Employee Portal\a";
    white-space: pre;
    background-color: #167DFF;
    font-size: 1.7rem;
    padding: 1rem;
    border-radius: 5px;
    font-weight: 350;
}

div .action.primary,
.primary .action.primary,
.actions .action.primary {
    background-color: #167dff !important;
}

.stock_status_row{
    font-weight: 500;
    padding-right: 15px;
}

.stock_status_title{
    margin-bottom: 8px;
}

.stock_status_message {
    width: 100%;
    height: 30px;
    border: 1px solid rgb(226, 226, 226);
    text-align: center;
}
#stock_status_string{
    position: relative;
    bottom: -6px;
}

.ba-product-top2 {
    flex-direction: column !important
}

.ba-product-top2 > .product-info-stock-sku {
    display: block !important;
    margin-left:unset !important;
}

.ba-product-top2 > .product-info-stock-sku .product-info-stock-sku {
    display: none !important;
}