 @import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');
*{
    box-sizing: border-box;
}
.nppa-body {
    background-color: #f0fafd;
    width: 100%;
    height: 100vh;
    font-family: "Inter", sans-serif;
    display: table;
    padding: 20px 0;
}
.Container-Gap {
    width: 75%;
}
.clr {
    clear: both;
}
.height30 {
    height: 30px;
}
.p20 {
    padding: 20px;
}
.my-10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.m0 {
    margin: 0;
}
.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-20 {
    margin-bottom: 20px;
}
.f14 {
    font-size: 14px;
}
.f15 {
    font-size: 15px;
}
.f18 {
    font-size: 18px;
}
.textContent {
    color: #667085;
    font-size: 12px;
    padding-bottom: 5px;
}
.textSmall {
    color: #667085;
    font-size: 11px;
    padding-bottom: 5px;
}
.text-normal {
    font-style: normal;
}
.t-colorB {
    color: #0a0a0a;
}
.t-colorB2 {
    color: #0a0a52;
}
.t-colorO {
    color: #717182;
}
.textGreen {
    color: #41bc6f;
}
.Pad5 {
    padding-left: 5px;
    padding-right: 5px;
}
.Pad10 {
    padding: 10px;
}
.buttonBlock {
    border-top: 1px solid #e5e5e5;
    margin-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    display: inline-block;
}
.btnPosition {
    position: absolute;
    top: -7px;
    right: -5px;
    z-index: 1;
}
.btnRound {
    border-radius: 6px;
    padding-top: 9px;
    padding-bottom: 9px;
}
.newBtn {
    background-color: #d4183d;
    padding: 4px 10px;
    border-radius: 8px;
    font-size: 13px;
    color: #fff;
    display: inline-block;
    line-height: 15px;
}
.nppa-block {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    overflow: hidden;
}
.nppa-block .nppa-header{
    padding: 20px;
    color: #333;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.nppa-block .svgSize {
    padding: 5px;
    border-radius: 8px;
    width: 35px;
    height: 35px;
}
.collArrow svg {
    transition: transform 0.5s ease;
    width: 20px;
    position: relative;
    top: 6px;
    left: 5px;
    cursor: pointer;
}
.collArrow.collapsed svg {
    display: inline-block;
    transform: rotate(180deg);
}
.d-Flex {
    display: flex;
    gap: 10px;
    align-items: center;
}
.space-between {
    justify-content: space-between;
}
.nppa-Box {
    width: 100%;
    border: 1px solid #e5e5e5;
    padding: 20px;
    border-radius: 8px;
    word-wrap: break-word;
    position: relative;
}
.nppa-Box:hover {
    box-shadow: 0px 7px 8px -1px rgba(0,0,0,0.05);
}
.ProductCount {
    width: 100%;
    background-color: #f0fdf4;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 10px;
    display: inline-block;
}
.ProductCount small {
    color: #7782b3;
    font-size: 11px;
}
.ProductCount h4 {
    color: #00a63e;
    font-weight: bold;
}
/*----- Color ------*/
.nppa-block.nppa-blue {
    border-color: #cce5f4;
}
.nppa-block.nppa-green {
    border-color: #ccf4dc;
}
.nppa-block.nppa-blue .nppa-Box:hover {
    border-color: #99cbe9;
}
.nppa-block.nppa-green .nppa-Box:hover {
    border-color: #99e9b9;
}
.nppa-block.nppa-blue .svgSize {
    color: #007cc9;
    background-color: #daedf6;
}
.nppa-block.nppa-blue .icolor {
     color: #007cc9;
}
.nppa-block.nppa-green .svgSize {
    color: #00a63e;
    background-color: #daf6e6;
}
.nppa-block.nppa-green .icolor {
     color: #00a63e;
}
.nppa-block.nppa-blue .nppa-header{
    background: #F3F9FC;
    background: linear-gradient(90deg, rgba(243, 249, 252, 1) 32%, rgba(255, 255, 255, 1) 100%);
}
.nppa-block.nppa-green .nppa-header{
    background: #F4FDF7;
    background: linear-gradient(90deg, rgba(244, 253, 247, 1) 32%, rgba(255, 255, 255, 1) 100%);
}
.PDF-btn {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    display: inline-block;
    line-height: 15px;
    color: #667085;
}
.nppa-block.nppa-blue .PDF-btn {
    background-color: #f3f4f6;
}
.nppa-block.nppa-green .PDF-btn {
    background-color: #f0fdf4;
}
.nppa-Footer {
    width: 100%;
    display: table;
    background-color: #fff;
    border-top: 1px solid #e5e7eb;
}
.copyright {
    border-top: 1px solid #ddd;
    padding-top: 20px;
}
/* ================================================= */
.rowFlex {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.nppa-Box {
    display: flex;
    flex-direction: column;
    flex: 0 0 calc(32.222%);           
}
.nppa-Box-body {
    flex-grow: 1;          
}
@media only screen and (min-width: 0px) and (max-width: 1400px) {
.Container-Gap {
    width: inherit;
}
}
@media only screen and (min-width: 0px) and (max-width: 992px) {
.rowFlex {
    display: block;
}
.nppa-Box {
    display: block;
    margin-bottom: 15px;
}
.nppa-block .nppa-header{
    display: block;
}
.d-Block {
    display: block;
}
}

/* ================================================= */


