:root{
    --brand-color: #C1172C;
    --primary-color: #C1172C;
    --primary:#C1172C;
}
.new-version-links{
    display:none!important;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle, div#driver-popover-item .driver-popover-footer .show>button.dropdown-toggle.driver-next-btn, div#driver-popover-item .driver-popover-footer button.driver-next-btn:not(:disabled):not(.disabled).active, div#driver-popover-item .driver-popover-footer button.driver-next-btn:not(:disabled):not(.disabled):active{
    color: #fff;
    background-color: #b11023;
    border-color: #b11023;
}
.btn-primary.focus, .btn-primary:focus, div#driver-popover-item .driver-popover-footer button.driver-next-btn:focus, div#driver-popover-item .driver-popover-footer button.focus.driver-next-btn{
    color: #fff;
    background-color: #b11023;
    border-color: rgb(177, 16, 35);
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 2px rgb(177 16 35 / 50%);
}
.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus, div#driver-popover-item .driver-popover-footer .show>button.dropdown-toggle.driver-next-btn:focus, div#driver-popover-item .driver-popover-footer button.driver-next-btn:not(:disabled):not(.disabled).active:focus, div#driver-popover-item .driver-popover-footer button.driver-next-btn:not(:disabled):not(.disabled):active:focus{
    box-shadow: inset 0 1px 0 hsl(0deg 0% 100% / 15%), 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 2px rgb(177 16 35 / 50%);
}
a[href="https://erpnext.com/docs/user/manual"],
a[href="https://discuss.erpnext.com"],
a[href="https://github.com/frappe/erpnext/issues"],
a[onclick="return frappe.ui.toolbar.show_about()"]{
    display:none!important;
}