@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    font-family: 'Poppins', sans-serif;
}
.tab-pane {
    padding:20px;
}

#loginCard{
    border-top: none!important;
}

#loginCard > nav .nav-tabs > .active {
    border-top: 4px solid #28a745;
    background-color: #fff;
    color: #264c9a;
}
#loginCard > nav .nav-tabs a{
    color:#264c9a;
    background-color: #C7D3E2;
    border-radius: 0;
    border: 1px;
    font-size:18px;
    font-weight: bold;
}

.note-text {
    font-size: 12px;
    font-style: italic;
    color: #000;
}
.highcharts-yaxis text{
    font-family: 'Nunito Sans', sans-serif !important;
    color: #000!important;
}

label{
    color:#929292!important;
    font-size: small;
}
.font-css{
    font-weight: bold;
    color:#797979 ;
}
.btn-size{
    font-size: small;
}
.form-control::-webkit-input-placeholder {
    font-size: small;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #40c95e;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(39, 151, 63, .3);
}

 /* Content center vertically */
 .content-height{
    height: 60vh;
    z-index: -1;
 }
 .vertical-center {
    position: relative;
    top: 15%;
}
.bgx{
    background-image: url("../img/Path.svg");
    background-position: center;
    background-size: cover;
background-repeat: no-repeat;
}
.shadow{
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}
.content-height:after{
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url("../img/Group-1.svg") top right no-repeat;
    width: 100%;
    height: 100%;
    z-index: -1;

}
.content-height:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: url("../img/Group-2.svg") bottom left no-repeat;
    width: 20%;
    height: 40%;
    z-index: -1;
}