/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24-Dec-2020, 21:49:07
    Author     : sunny
*/

@media (min-width: 1400px){
    .container {
        max-width: 1270px;
    }
}

/**** Left Nav***********/
.categories{
    background: #fff;
    border-radius: 0.25rem;
    padding-top: 15px;
}

.nav-link1,.nav-link, .nav navbar > li > a {
    display: block;
    padding: 0.5rem 1rem;
}
/*
.navbar-nav navbar > li > a.active,
.navbar-light .navbar-nav .active > .nav-link{
    color: #FF8A00;
}
*/

/************* Left Nav ***********/

.left-nav{
    height: 100%;
}

h2, .h2{
    color: #FF8A00;
}

.card-title{
    color: #FF8A00 !important;
}

.btn-primary, .swal-button--confirm{
    color: #FFF;
}