.fees-regenerate {
    cursor: pointer;
    margin-left: 0px;
    font-size: 10px;
    padding: 3px 7px;
    border-radius: 4px;
    color: #141f4a;
    font-weight: 700;
    border: 1px solid #141f4a;
}
.fees-regenerate .anticon svg{
	color: #141f4a;
	font-size: 12px;
}
.fees-package-mod table td{
	padding: 5px 5px;
	font-weight: 900;
    color: #262627;
	border: 1px solid #ddd;
}
.fees-package-mod table td:nth-child(1),.fees-package-mod table td:nth-child(2){
	/* width : 20%; */
}
.fees-package-mod table td:nth-child(3){
	/* width : 10%; */
}
.fees-package-mod .pay-fees-div table td .ant-btn{
	margin: 0;
	height: 25px;
	padding: 3px 7px;
    font-size: 12px;
}
.fees-package-mod .pay-fees-div .total-amount{
	font-size: 19px;
}
.fees-package-mod .pay-fees-div table td .fees-process,.fees-package-mod .pay-fees-div table td .fees-paid{
	height: 25px;
	padding: 3px 7px;
    font-size: 12px;
}
.fees-package-mod .pay-fees-div table tr:nth-child(odd) {
  background-color: #f2f2f2; /* Set the background color for odd rows */
}

/* Styling for Even Rows */
.fees-package-mod .pay-fees-div table tr:nth-child(even) {
  background-color: #ffffff; /* Set the background color for even rows */
}
.enroll-box {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #40c775 !important;
    margin-right: 3px;
    margin-left: 3px;
    border: 1px solid #000;
    margin-top: 2px;
    position: relative;
    top: 2px;
}

.al-chip {
    margin: 0 auto;
    border-radius: 8px;
    max-width: 10rem;
    line-height: 0.1rem;
}