/*
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 : May 15, 2023, 1:22:24 PM
    Author     : Ritesh  Bista
*/
@import url(font.css);

body{
    font-family: poppins;
    color:#484848;
}
.nav-link,a{
    color:#484848;   
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font12{
    font-size: 12px;
    font-weight: 500;
}
.nav-pills .nav-link.active{
    background-color: white;
    color:#484848;
    border-radius: 0px;
    border-bottom: 2px solid #484848;
    font-size: 15px !important;
}
.container{
    background-color: white;
    border-radius: 8px;
    padding: 15px;
}
.container{
    max-width: 98%;
}