.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
}

.modal-content {
 
  background-color: #fefefe;
  position: absolute;
	padding: 40px 30px;
	border: 1px solid #888;
	width: 100%;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	max-width: 1100px;
	border-radius: 6px;
	box-sizing: border-box;
	overflow-y:scroll;
	height:550px;
	overflow-x:hidden;
}

.modal-content::-webkit-scrollbar {
  	width: 5px;
}
 
.modal-content::-webkit-scrollbar-track {
  	box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.modal-content::-webkit-scrollbar-thumb {
  	background-color: black;
  	outline: 1px solid black;
}

.close {
    color: #fff;
    font-size: 22px;
    font-weight: bold;
    position: absolute;
    top: 3px;
    right: 3px;
    background: #000;
    border-radius: 20px;
    width: 25px;
    height: 25px;
    text-align: center;
    line-height: 22px;
    cursor: pointer;
    opacity: 0.7;
}

.close:hover,
.close:focus {
  text-decoration: none;
  opacity: 1;
}

.af_donat_main_div_in_popup{
  width: 100%;
}

.af_donat_camp_li{
	  display: flex;
    border: 1px solid #0000000f;
    flex-wrap: nowrap;
    align-items: flex-start;
    border-radius: 4px;
    justify-content: flex-start;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.af_donat_main_div_in_popup table h3{
  font-size: 14px;
	line-height: 24px;
	font-weight: 600;
}

.af_donat_main_div_in_popup table h3 a{
  text-decoration: none !important;
  font-weight: 500;
  color: #000;
}

.af_donat_main_div_in_popup table h4{
	font-size: 16px;
	margin: 0;
	line-height: 26px;
}

.af_disp_img_list_div{
  padding: 0px 30px 0px 0px;
}

.af_disp_img_list_div img{
    width: 100px !important;
    height: 100px !important;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
}

.af_disp_data_list_div{
  width: 60%;
  padding-right: 25px;
}

.af_disp_data_list_div h3{
  font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin: 0 0 10px;
}

.af_disp_btn_list_div{
  width: 25%;
  text-align: right;
  padding: 15px 0px;  

}
.single_add_to_cart_button{
  margin: 0 auto;
}
.af_donat_main_div_in_popup img{
  width: 50px ;
  height: 50px ;
}

.af_cause_data{
  	width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.af_cause_data_left{
  width: 35%;
}

.af_cause_data_right{
  	width: 65%;
  	text-align: left;
  	padding-left: 10px;
}

.af_cause_data_right p{
  	font-size: 10px;
  	line-height: 20px;
  	margin: 0;
  	font-weight: normal;
}

.dropbtn {
	background-color: white !important;
	color: black !important ;
 	border: 1px solid #f3eeee !important;
	padding: 5px !important;
	font-size: 12px;
	border: none;
	cursor: pointer;
	min-width: 100px;
}
  
.dropdown {
	position: relative;
	display: inline-block;
	background-color: rgb(243 238 238)!important;
	color: white;
}

.dropdown-content {
	display: none;
	position: absolute;
    background-color: white;
    min-width: 190px;
    box-shadow: 0px 8px 16px 0px rgb(0 0 0 / 20%);
    z-index: 1;
    border: 1px solid rgb(14 14 14 / 16%)!important;
    left: 50%;
    top: 30px;
    transform: translate(-50%, 0px);
}
  
.dropdown-content button {
	 color: black;
	 padding: 10px;
	 text-decoration: none;
   background-color: #fff;
	 display: block;
	 width: 100%;
  border:1px  solid #00000005;
}

.dropdown-content button:last-child{
  border-bottom:0px;
}

.dropdown-content button:hover {
	background-color: rgb(187 208 221 / 95%);
}

.dropdown:hover .dropdown-content {
	display: block;
}

.dropdown:hover .dropbtn {
	background-color: rgb(187 208 221 / 95%);
}

.af_amt_lbl_dropdown{
  position: relative;
  display: inline-block;
}

.af_dont_amt_dropbtn{
  background-color: rgb(24 124 186) !important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
  min-width: 150px;
}

.af_dont_amt_dropdown-content {
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	min-width: 150px;
	box-shadow: 0px 8px 16px 
	0px rgba(0, 0, 0, 0.2);
	z-index: 1;
	border: 1px solid rgb(24 124 186)!important;
}

.af_dont_amt_dropdown-content button {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	width: 100%;
}

.af_dont_amt_dropdown-content button:hover {
	background-color: rgb(187 208 221 / 95%);
}

.af_amt_lbl_dropdown:hover .af_dont_amt_dropdown-content {
	display: block;
}

.af_amt_lbl_dropdown:hover .dropbtn {
	background-color: rgb(187 208 221 / 95%);
}

.af_donat_amt_opt_list .af_donat_other_optn_cls{
    width: 173px;
    display: block;
    position: absolute;
    left: 10px;
    top: 15px;
    background: #fdfdfd;
    z-index: 9999;
}

.af_donat_flex_view_sub_div .af_donat_other_optn_cls{
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    top: 21px;
    background: #fdfdfd;
    z-index: 9999;
}

.af_donat_main_div_in_flex_{
    display: flex;
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-bottom: 30px;
}

.af_donat_flex_view_sub_div{
  text-align: center;
	width: 25%;
	padding: 15px 8px;
	border: 1px solid #00000014;
	border-radius: 4px;
	margin: 0 5px 10px 0;
	min-height: 375px;
}

.af_donat_flex_view_sub_div table{
	width: 80%;
	display: block;
	margin: 0 auto;
}

.af_donat_flex_view_sub_div img{
	width: 100%;
	display: block;
	margin: 0 auto;
	max-width: 100px;
	height: 100%;
}

.af_donat_flex_view_sub_div h3{
  	font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    margin: 10px 0px 0px;
}

.af_donat_flex_view_sub_div h3 a,
.af_disp_data_list_div h3 a{
	  text-decoration: none !important;
    color: #000;
    font-weight: 600;
}

.af_donat_flex_view_sub_div ul,
.af_donat_main_div_in_popup ul {
  list-style: none;
  padding: 0;
  margin:0;
}

.af_donat_flex_view_sub_div ul li{
  position: relative;
	display: block;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
}

.af_donat_flex_view_sub_div ul li label{
  	font-size: 12px;
    line-height: 22px;
    display: block;
    font-weight: 500;
}

.af_donat_flex_view_sub_div ul li select{
  	font-size: 10px;
    width: 100%;
    line-height: 20px;
    height: 30px;
    border: 1px solid #00000024;
    margin-right: 5px;
}

.af_donat_flex_view_sub_div ul li h4{
  font-size:16px;
  margin: 0;
  line-height: 26px;
}
/*// payment method select pop up open*/

.af_donat_fee_payment_modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 99999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.af_donat_payment_modal_content {
 	background-color: #fefefe;
	margin: auto;
	padding: 20px;
	border: 1px
 	solid #888;
	width: 100%;
	position: relative;
	max-width: 950px;
	border-radius: 5px;
	box-sizing: border-box;
}
.af_donat_payment_modal_content h3{
  text-align: center;
}
/* The Close Button */
.ad_donat_card_fee_close {
	  color: #333333;
	/* float: right; */
	font-size: 28px;
	font-weight: bold;
	position: absolute;
	top: -11px;
	right: -11px;
	background: #ffffffb5;
	border-radius: 20px;
	width: 25px;
	height: 25px;
	text-align: center;
	line-height: 26px;
}

.ad_donat_card_fee_close:hover,
.ad_donat_card_fee_close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.af_disp_data_list_div ul li{
	display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
  
}
.af_disp_data_list_div ul {
  list-style: none;
  padding: 0;
  margin:0;
}
.af_disp_data_list_div h4 {
  font-size: 16px;
  height: 29px;
}

.af_cause_name_prod{
  text-align: center;
  margin:0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.af_cause_desp_prod{
  font-size: 10px;
  margin: 0;
}

.af_donat_amt_popup_selct{
    border:1px solid #00000024 !important;
    font-size: 10px;
    line-height: 20px;
    height: 30px;
    width: 100px;
    margin-right: 5px;
}

.af_disp_data_list_div label{
  font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 600;
}