.af_donat_amt_opt_main{
	width: 100%;
	margin-bottom: 25px;
}

.af_donat_amt_opt_main h4{
	display: inline-block;
	width: 200px;
}

.af_donat_amt_opt_rows{
	margin: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
    width: 100%;
}

.af_donat_amt_opt_row1{
	width: 100%;
}

.af_donat_amt_opt_row1_btn input[type="radio"]:checked+label { 
	color: rgb(24 124 186);
	margin: 0!important;
	font-weight: 600;
}

.af_donat_amt_opt_row1_btn{
	background-color: #fff;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
    font-size: inherit;
    font-family: inherit;
    text-align: center;
    height: 40px;
    padding: 5px;
    display: inline-block;
    width: 32%;
    cursor: pointer;
    color: #000;
    font-weight: 500;
    margin-bottom: 3px;
    position: relative;
}

.af_donat_amt_opt_row2{}

.af_show_amout_lbl{
	opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
    z-index: 999;
}

.af_amt_front_lbl{
	width: 100%;
    height: 100%;
    margin: 0!important;
    font-size: 14px;
    line-height: 24px;
    cursor: pointer;
}

.af_donat_other{
  	height: 20px;
	font-size: 12px;
	background-color: white!important;
	border: 1px solid #00000021 !important;
	min-width: 120px;
	min-height: 26px;
}

.af_donat_sub_other{
	background-color: white!important;
	border: 1px solid #e2e2e2 !important;
	width: 100px;
	height: 38px;
}

.af_donat_sub_amount{
	background-color: white!important;
	border: 2px solid #187cba !important;
	width: 100px;
	height: 38px;
}

.af_donat_progress_main{
	width: 100%;
	border: 1px solid #f3eeee;
	display: block;
	height: 22px;
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);
    box-shadow: inset 0 1px 2px rgb(0 0 0 / 10%);

}

.af_donat_main_div_in_popup .af_donat_progress_main,
.af_donat_flex_view_sub_div .af_donat_progress_main{
	height: 15px;
    box-shadow: none;
}

.af_donat_main_div_in_popup .af_donat_progress_main .af_donat_progress_line,
.af_donat_flex_view_sub_div .af_donat_progress_main .af_donat_progress_line{
	line-height: 14px;
}

.af_donat_progress_line{
	height: 20px;
	line-height: 20px;
	font-size: 10px;
	overflow: hidden;
}

.af_donat_progress_detail{
    width: 100%;
    font-size: 11px;
    line-height: 20px;
    margin-top: 2px;
    font-weight: 600;
    color: #000;
}

.af_bar_main{
	height: 60px;
}

#af_prog_lbl{
	text-align: right;
	float: right;
}

/*cause table*/
.af_wc_donation_cause_table{
	margin-top: 8px;
	
	padding: 4px 1px 4px 1px;
	width: 100%;
}
.af_cause_tbl{
	background-color: white;
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
	margin-right: 1%;
}
.af_cause_tbl th,.af_cause_tbl td{
	text-align: left !important;
	padding: 10px !important;
}
.af_cause_tbl tr{
	border-bottom: 1px solid #80808052;
}
.af_cause_tbl tr:last-child{
	border: 0;
}

.af_cause_tbl input[type= text], .af_cause_tbl input[type= number], .af_cause_tbl textarea{
	
	border-radius: 2px;
	font-size: 12px;
	line-height: 22px;
	border: 1px solid #00000033;
}
#af_cause_tbl tr:nth-child(1) {
  background-color: rgb(24 124 186)!important;
	color: rgb(24 124 186)!important;
	height: 30px;
}
.af_cause_tbl td:nth-child(1) {
  width: 10%;
}
.af_cause_image{
	width: 45px;
	height: 45px;
	display: inline-block !important; 
}

.af-select-amount-label{
	font-size: 14px;
    line-height: 24px;
    font-weight: 600;
    color: #000;
}
.af_donat_cause_optn_row1{
	width:100%;
}

.af_donat_cause_optn_row1 .af_dont_cause_optn{
	text-align: center;
    border-color: rgb(226 226 226)!important;
    color: rgb(114 114 114)!important;
    border: 1px solid;
    margin-right: 3px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 10px 5px;
    width: 24%;
}

.af_dont_cause_optn input[type="radio"]:checked+div::before { 
	border: 1px solid rgb(24 124 186);
    position: absolute;
    content: '✔';
    width: 15px;
    height: 15px;
    top: -8px;
    right: -7px;
    background-color: rgb(24 124 186);
    color: white;
    font-size: 10px;
    line-height: 16px;
    border-radius: 50%;
}

.af_cause_option{
    opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.af_dont_cause_optn{
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: transparent;
	border: 1px solid var(--wc-bg-color);
	color: var(--wc-bg-color);
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	text-align: center;
}

.af_caue_description{
	display: inline-block;
	width: 100%;
	height: 100%;
}

.af_donat_cause_desc{
	margin: 0px !important;
	overflow: hidden;
}
.af_dont_cause_optn h3{
	margin: 0px !important;
}
.af_dont_cause_optn table{
	margin: 0px !important;
}
.af_dont_cause_optn table{
	margin: 0px !important;
}

/*popup table disp*/
.af_donat_cause_optn_row1_popup_tbl{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
	grid-template-rows: auto
}
.af_donat_cause_optn_row1_popup_tbl .af_dont_cause_optn_popup_tbl{
	text-align: center;
	border-color: rgb(24 124 186)!important;
	color: rgb(24 124 186)!important;
	border: 1px solid;
	margin-right: 10px;
	position: relative;
	max-width: 150px;
}
.af_donat_cause_optn_row1_popup_tbl .af_dont_cause_optn_popup_tbl{
	text-align: center;
	border-color: rgb(24 124 186)!important;
	color: rgb(24 124 186)!important;
	border: 1px solid;
	margin-right: 10px;
	position: relative;
	max-width: 150px;
}
.af_dont_cause_optn_popup_tbl input[type="radio"]:checked+div { 
	background-color: rgb(24 124 186)!important;
	color: white;
	margin: 0!important;
	
}
.af_dont_cause_optn_popup_tbl{
	margin-right: 12px;
	margin-bottom: 12px;
	background-color: transparent;
	border: 1px solid var(--wc-bg-color);
	color: var(--wc-bg-color);
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	/*min-height: 45px;*/
	text-align: center;
}
.af_dont_cause_optn_popup_tbl p{
	margin: 0px !important;
	font-size: large;
}
.af_donat_cause_desc{
	margin: 0px !important;
	overflow: hidden;
}
.af_dont_cause_optn_popup_tbl h3{
	margin: 0px !important;
}
.af_dont_cause_optn_popup_tbl table{
	margin: 0px !important;
}
.af_dont_cause_optn_popup_tbl table{
	margin: 0px !important;
}
.af_lft_lbl{
	float: left;
}
.af_table_td_progres_br{
	width: 200px;
	padding: 0px !important;
}

.af_camp_descp{
	font-size: 12px;
    line-height: 22px;
    margin: 0;
}
.af_donat_tbl_pic{
	width: 10%;
}
.af_donat_tbl_cn{
	width: 20%;
}
.af_donat_tbl_des{
	width: 30%;
}
.af_donat_tbl_caus{
	width: 10%;
}
.af_donat_tbl_amt{
	width: 5%;
}

.af_check_selet_optn_div{
	display: flex;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

.af_donat_tbl_amt .af_donat_other_optn_cls {
    width: 100px;
    display: block;
    position: absolute;
    left: 10px;
    top: 46px;
    background: transparent; 
    z-index: 9999;
}

.af_donat_amt_opt_fles input{
	height: 20px;
	font-size: 12px;
	background-color: white!important;
	border: 1px solid #00000024 !important;
	width: 100%;
	min-height: 31px;
	box-shadow: none !important;
}

.af_donat_amt_opt_list input{
	height: 20px;
	font-size: 12px;
	background-color: white!important;
	border: 1px solid #00000024 !important;
	min-width: 100px;
	width: 100px;
	min-height: 40px;
	box-shadow: none !important;
}

.af_donat_tbl_amt input{
	height: 20px;
	font-size: 12px;
	background-color: white!important;
	border: 1px solid #00000024 !important;
	width: 100px;
	min-height: 30px;
    margin-top: 4px;
	box-shadow: none !important;
}

.af_donat_tbl_prgs{
	width: 15%;
}

.af_donat_tbl_btn{
	width: 10%;
}

.af_donat_tbl_btn label{
	font-size: 12px;
	line-height: 22px;
}

.af_donat_main_div_in_popup th{
	padding: 1em 10px;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
	color: #000;
}

.af_donat_main_div_in_popup td{
	padding: 1em 10px;
	vertical-align: middle;
	position: relative;
}

.af_donat_amt_optn_chekot_main{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(85px, 0fr));
	grid-template-rows: auto;
	margin-top: 20px;
}

.af_donat_amt_optn_chekot{
	background-color: white;
	border: 1px solid #e2e2e2;
	margin-right: 3px;
	font-size: inherit;
	font-family: inherit;
	cursor: pointer;
	text-align: center;
	position: relative;
	margin-bottom: 3px;
	height: 35px;
	box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
}

.af_amt_optn_chkt{
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.af_donat_amt_optn_chekot_lbl{
	margin: 0 !important;
	text-align: center;
	width: 100%;
	height: 100%;
	font-size: 12px;
	line-height: 33px;
}

.af_donat_other_chk{
	float: right;
}
.af_donat_otr_amt_{
	width: 100%;
	margin: 10px 0 0;
}

.af_donat_otr_amt_ label{
	display: block;
    margin-bottom: 5px;
    font-size: 13px;
    color: #000;
    font-weight: 600;
}

.af_donat_otr_amt_ input{
	width: 100% !important;
	box-shadow: none !important;
}

.af_donat_otr_amt_btn{
	background-color: white !important;
	border: 1px solid #e1e1e2 !important;
	margin-right: 3px;
	font-size: inherit;
	font-family: inherit;
	width: 81px !important;
	height: 35px;
	font-size: 12px;
	box-shadow: none !important;
}

.af_donat_sub_other_chk{
	background-color: white!important;
	width: 81px;
	height: 40px;
	border: 1px solid #00000021 !important;
	box-shadow: none;
}

.af_donat_select_chk_div{
	width: 100%;
	display: block;
	padding: 10px;

}

.af_donat_select_chk_div_left label{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 7px;
	display: block;
}
.af_donat_select_chk_div_right{
	/*width: 60%;*/
}
.af_select_camp_on_chkt{
	width: 100%;
    height: 40px;
    border: 1px solid #00000021;
    color: #000000bf !important;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 0 10px;
}
.af_dont_btn_div_chk{
	padding: 10px 0px 10px 0px;
	/*margin-top: 16px;*/
	text-align: end;
}
.af_dont_btn_chk{

}
.af_fee_amount_chkout{
	display: flex;
	width: 100%;
	
}
.af_fee_amount_chkout h4{
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	/* vertical-align: middle; */
	text-align: center;
}
.af_fee_amount_chkout label{
	vertical-align: middle;
	display: inline-block;
}
.af_fee_amount_chkout_lbl{
	width: 50%
}
.af_fee_amount_chkout_amt{
	width: 50%;
	align-items: center;
	text-align: center;
}
.af_donat_optn_in_chkt{
	padding: 10px;
}
.af_dona_rec_opt_chkout{
	width: 100%;

}
.af_dona_rec_opt_chkout_lft label{
	font-size: 14px;
	font-weight: 600;
	color: #000;
	margin-bottom: 7px;
	display: block;
}
.af_dona_rec_opt_chkout_right{

}
.af_donat_select_chk_div_left label{
	font-size: 14px;
	font-weight: 600;
	color: #000;
}
.af_all_campaings_chkout{
	width: 100%;
	display: block;
	box-sizing: border-box;
	overflow: hidden;
	padding: 20px;
	background: white;
	border: 1px solid #00000026;
	border-radius: 5px;
	margin-bottom: 30px;
	margin-top:30px;
	box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
}
.af_donat_selectd_casue{
	border: 1px solid #f3eeee;
	color: #333333;
}
.af_donat_other_optn{
	position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 40px;
    transform: translate(0,0);
}

.af_donat_other_optn input.af_donat_other{
	width: 100%!important;
	height: 40px;
	box-shadow: none;
    font-size: 14px;
    line-height: 24px;
    background-color: white!important;
    border: 1px solid #e2e2e2;
    box-shadow: 3px 0 12px 0 rgb(154 168 255 / 19%);
    min-width: 120px;
    min-height: 26px;
    position: relative;
    font-weight: 600;
}
.af_donat_rec_prod_page{
	padding: 4px 0px 4px 10px;
	text-align: center;
}

.af_donat_popup_head{
	text-align: center;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #000;
    width: 40%;
    margin: 0 auto 20px;
    padding-bottom: 15px;
}
