/*  */
.paym_plan_manag_box {
	display: flex;
	align-items: center;
	gap: 20px;
}
.paym_plan_manag_block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 39px;
  flex-wrap:wrap;
}
.arrow_back_icon {
	border-radius: 4px;
	border: 0.2px solid #E53F9E;
	background: #FFF;
	box-shadow: 0px 0px 5px 0px rgba(229, 63, 158, 0.20);
	display: flex;
	width: 44px;
	height: 44px;
	align-items: center;
	justify-content: center;
}

.action_icon_box {
  display: flex;
  align-items: center;
  gap: 12px;
}

.new_btn_box{
  border-radius: 4px;
  border: 1px solid #E53F9E;
  background: #E53F9E;
  display: flex;
  width: 154px;
  height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  transition: all 0.7s ease-in-out;
  cursor: pointer;
}
.theme_btn {
  color:#fff;
  font-size: 18px;
  font-weight: 500;
  display: inline-block;
}
.new_btn_box:hover {
  background-color: transparent;
}
.new_btn_box:hover .theme_btn {
  color: #E53F9E;
}
.new_btn_box:hover .plus_icon {
  stroke: #E53F9E;
}

.plus_icon svg {
  width: 24px;
  height: 24px;
}

.table>tbody {
  vertical-align: middle;
}

.payment_plan_management_wrap .table {
  border-color: #D9D9D9 !important;
  margin-bottom: 0px;
}
.payment_plan_management_wrap table tr th {
  vertical-align: top;
  border: 0;
  color: #40444D;
  font-size: 14px;
  font-weight: 600;
  background: rgba(252, 233, 244, 0.50);
  padding: 16px 18px;
  min-width: 153px;
}
.payment_plan_management_wrap table td {
  color: #40444D;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 400;
}
.payment_plan_management_wrap .charts_stateName {
  color: #40444D;
  padding: 15px 18px;
  font-size: 14px;
  font-weight: 600;
  white-space:nowrap;
  display: contents;
}
.chaets_table_cola {
  max-width: 109px;
  display: inline-block;
  color: #40444D;
  font-size: 14px;
  font-weight: 400;
}

.icon-delete {
  background: none;
  border: none;
  padding: 0;
}
.interface_icon svg{
  width: 22px;
  height: 22px;
}
.icon-delete svg{
  width: 24px;
  height: 24px;
}




@media (min-width: 1200px) and (max-width: 1440px) {
  .section_heading {
    font-size: 34px;
}
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .paym_plan_manag_box {
    gap: 13px;
}
.page_navigation_box {
  margin-top: 50px;
}

}

@media (max-width: 991.98px){
  .interface_icon svg {
    width: 20px;
    height: 20px;
}  
.icon-delete svg {
  width: 22px;
  height: 22px;
}
.page_navigation_box {
  margin-top: 40px;
}
.paym_plan_manag_block {
  margin-bottom: 30px;
}
.new_btn_box {
  margin-top: 15px;
}
.arrow_back_icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
}
}
@media (min-width: 576px) and (max-width: 767.98px){
.page_navigation_box .pagination {
  gap: 15px;
}
}
@media (max-width: 575.98px) {
  .page_navigation_box .pagination {
    gap: 10px;
  }
  .page_navigation_box {
    margin-top: 35px;
}
.interface_icon svg {
  width: 19px;
  height: 19px;
}
.icon-delete svg {
  width: 21px;
  height: 21px;
}
}