#installment-plans-container-new {
border: 1px solid #ddd;
padding: 20px;
margin-top: 20px;
border-radius: 8px;
}
.installment-header-new {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 20px;
}
.installment-buttons-new {
display: flex;
gap: 6px;
width: 100%;
}
.installment-button-new {
flex: 1;
height: 25px;
background-color: #D3E38C;
border: none;
cursor: pointer;
color: #fff;
font-weight: 900;
border-radius: 5px;
text-align: center;
box-shadow: -1px 7px 4px -1px rgba(128, 128, 128, .59);
}
.installment-button-new.active-new {
margin-top: 2px;
background-color: #91D9F;
box-shadow: inset 0 5px 3px 0px rgb(46, 46, 46);
}
.installment-button-new:hover {
background-color: #91D9F;
}
.installment-plans-list-new {
width: 100%;
}
.installment-plan-new {
display: flex;
justify-content: space-between;
padding: 3px 0;
}
.installment-logo-new {
text-align: left;
}
.installment-price-new {
text-align: right;
}
.installment-month-new {
text-align: center;
}
.installment-plans-list-new td {
border: none;
padding: 4px;
}
.bold {
font-weight: bold;
}