 .manage_box{
   padding: 10px;
   cursor: pointer;
   min-height: 80px;
   float: left;
   width: 100%;
   margin-bottom: 20px;
   border-radius: 10px;
   transition: all 0.2s ease;
   background-color: #ffffff;
   box-shadow: 0 4px 8px 2px rgb(0, 0, 0, 0.12);
   position:relative;
   overflow:hidden;
   width: calc(100% - 20px);
   }
   .manage_wrapper{
   width: 100%;
   float: left;
   margin-bottom: 25px;
   padding: 0 15px;
   }
   .manage_wrapper_bg {
	background-color: #F6F7F9;
	box-shadow: 0 0 6px rgb(0 0 0/ 8%);
	border-radius: 15px;
   }

	.manage_corporate_bg {
	background-color: #dee6eb;
	box-shadow: 0 0 6px rgb(0 0 0/ 8%);
	border-radius: 15px;
	}

.billing_title{
   padding: 10px 10px 0;  
   float: left;
   width: 100%;
   }
   .billing_wrapper{
   padding: 10px;
   float: left;
   width: 100%;
   border-radius: 0 0 5px 5px;
   }
   .manage_box .img_wrap{
   width: 80px;    
   margin-right: 10px;
   padding: 5px;
   height:80px;
   line-height:70px;
   }
   .manage_box .img_wrap img{
   width: 100%;
   height: auto;  
   object-fit: contain;
   }
   .billing_section{
   width:100%;
   padding:0 2%;
   float:left;
   }
   .billing_box_wrapper{
   padding-left:15px;  
   display:inline-block;
   width:25%;
   }

   .payment_failure{
   position: absolute;
   transform: rotate(45deg);
   color: #fff;
   right: -21px;
   font-size: 9px;
   padding: 1px 16px;
   /* width: 100%; */
   top: 19px;
   text-align: center;
   display: inline-block;
   background: #e66455;
   }
   .subscribed_btn{
   position: absolute;
   top: 8px;
   right:8px;
   }
   .search_icon{
   position: absolute;right: 20px;top: 8px;
   }
