/*
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(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);

body{
    font-family: poppins;
    color:#484848;
}
.nav-link,a{
    color:#484848;   
}
.npnavBar{
    justify-content: space-around;
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px#00000042;
    padding-top: 15px;
    padding-bottom: 15px;
}
.np-tab-content{
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px#00000042;
    padding: 10px;
    min-height: 200px;
}
.bankImage {
    width: 70px;
    height: 70px;
    box-shadow: #84888f 0 0 2px;
    border-radius: 200px;
    object-fit: contain;
    background-color: white;
}
.font14{
    font-size: 14px;
}
.font16{
    font-size: 16px;
}
.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;
}
.orderSummary{
    background-color: white;
    border-radius: 8px;
    box-shadow: 1px 1px 10px 1px#00000042;
    padding: 15px;
}
.container{
    max-width: 98%;
}
.btn{
    border-radius: 0px;
}
.greyBtn{
    background-color: #2b2f32;
    color:white;
    border-radius: 0px;
}
.greyBtn:hover{
    border:2px solid #2b2f32;
    color:#2b2f32;
}
.justify-items-center{
    justify-items: center;
}