/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

body {
    font-family: "Roboto", Helvetica, Arial, serif;
}

html .pace .pace-progress {
	background: #cc0000;
}

.horizontal-menu .header-navbar.navbar-brand-center .navbar-header .navbar-brand .brand-text {
  color: #cc0000;
}

.badge.badge-light-primary {
    background-color: rgba(204, 0, 0, 0.12);
    color: #cc0000 !important;
}

.custom-control-primary .custom-control-input:checked ~ .custom-control-label::before, .custom-control-primary .custom-control-input:active ~ .custom-control-label::before {
    border-color: #cc0000;
    background-color: #cc0000;
}

.dropdown-item:hover, .dropdown-item:focus {
    color: #cc0000;
    text-decoration: none;
    background-color: rgba(204, 0, 0, 0.12);
}

.header-navbar .navbar-container ul.navbar-nav li i.ficon:hover, .header-navbar .navbar-container ul.navbar-nav li svg.ficon:hover {
    color: #cc0000;
}

.horizontal-menu .header-navbar.navbar-horizontal ul#main-menu-navigation > li.active > a {
    background: linear-gradient(118deg, #cc0000, rgba(204, 0, 0, 0.7));
    box-shadow: 0px 0px 6px 1px rgba(204, 0, 0, 0.6);
}

.text-primary {
    color: #cc0000 !important;
}

a {
	color:#cc0000;
}

.form-control:focus, .input-group:not(.bootstrap-touchspin):focus-within .form-control, .input-group:not(.bootstrap-touchspin):focus-within .input-group-text {
	border-color: #cc0000;
}

.custom-control-input:checked ~ .custom-control-label::before {
    border-color: #cc0000;
    background-color: #cc0000;
}

.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: #cc0000;
}

.btn-primary {
  border-color: #cc0000 !important;
  background-color: #cc0000 !important;
  color: #fff !important; }

.btn-primary:focus, .btn-primary:active, .btn-primary.active {
  color: #fff;
  background-color: #cccccc !important; }

.btn-primary:hover:not(.disabled):not(:disabled) {
  box-shadow: 0 8px 25px -8px #cc0000; }

.btn-primary:not(:disabled):not(.disabled):active:focus {
  box-shadow: none; }
