.nav-link:focus, .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f27149 !important;
}
.nav-link.active{
    color: #f27149 !important;
}

nav{
    border-bottom: 1px solid #efefef;
}

footer{
    border-top: 1px solid #efefef;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
}
#content {
    flex-grow: 1;
}
  
.select-lang{
    padding: 1rem 0 0.5rem;
    float:left;
}


.chart-container{
    overflow: scroll;
}
canvas{
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #05adef;
    border-color: #05adef;
}

.tooltip-info{
    font-size: 20px;
}

nav.breadcrumb-data{
    border-bottom: none !important;
    margin-bottom: 2rem;
}

.error {
    color:red;
}

i.fa-solid.fa-circle-info{
    font-size: 15px;
    color: #9f9f9f;
}

.text-justify{
    text-align: justify;
}

textarea { 
    resize: vertical; 
}

.home h4,
.home h1 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.hasChildren{
    color: #08acef;
    cursor: pointer;
}

a{
    color: #08acef;
}

.tooltip > .tooltip-inner{
    background-color: #9f9f9f !important;
    color: #fff;
    text-align: left;
}
.bg-light{
    background-color: #f5fbfe !important;
}

.card-title{
    font-weight: bold;
}

#gokhale-logo{
    border: 1px solid #d0d1d3;
}

.read-less{
    display: none;
}

.chart-container{
    width: 100%;
}

p{
    text-align: justify;
}
/* .income .chart-container canvas{
    width: 800px;
    height: 800px;
} */