.right_side_doner-list .name_donor {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #363636;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 17px;
}
.right_side_doner-list .name_donor .donation34_name .name_first_lett {
	border: 2px solid #363636;
	height: 40px;
	width: 40px;
	line-height: 36px;
	text-align: center;
	display: block;
	border-radius: 50px;
	color: #363636;
	font-size: 18px;
	font-weight: 500;
}
.right_side_doner-list .name_donor .donation34_name {
	display: flex;
	align-items: center;
	gap: 10px;
}
.donation-content {
	max-width: 850px;
	margin: 50px auto;
	width: 100%;
    margin-top: 0px !important;
}
.form-content {
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	padding: 20px;
	border-radius: 5px;
    background-color: #fff;
}
.form-content .top-description p {
	font-size: 16px;
	text-align: center;
	color: #1C1C1C;
	line-height: 24px;
	margin: 0px;
}
.donation-type, #edit-donation-type {
	margin-top: 16px;
	display: flex;
	justify-content: space-between;
	flex-flow: row wrap;
	gap: 15px;
}
.path-support-act #edit-donation-type .js-form-type-radio:nth-child(2n+1){
	margin-right: 0px !important;
}
.path-support-act .content-main-inner #page-main-content form #edit-donation-type .form-item label{
	font-weight: 400 !important;
}
.path-support-act .content-main-inner #page-main-content form .form-item.activedonate label{
	color: #3371E6 !important;
	font-weight: 400 !important;
}
.donation-type button,#edit-donation-type .form-item {
	border-radius: 6px;
	background: none;
	border: 2px solid #C3C3C3;
	color: #363636;
	font-size: 18px;
	padding: 0px !important;
	flex: 1;
	display: flex !important;
}
.donation-type button img,#edit-donation-type .form-item img {
	padding-right: 6px;
	padding-bottom: 4px;
}
.donation-type .active,.path-support-act .content-main-inner #page-main-content form .form-item.activedonate {
	color: #3371E6 !important;
	border-color: #3371E6 !important;
	background: #EAF1FC !important;
}
.donation-type button:hover,#edit-donation-type .form-item:hover {
	color: #3371E6;
	border-color: #3371E6;
	background: #EAF1FC;
}
.other-amount .label-content input {
	width: 100% !important;
	border: 2px solid #C3C3C3 !important;
	border-radius: 6px !important;
	height: 45px !important;
	position: relative !important;
	color: #3371E6 !important;
	font-size: 25px !important;
	font-weight: 500 !important;
	padding-left: 35px !important;
}
.other-amount .label-content{
	width: 100% !important;
}

.other-amount .label-content.form-item label.js-form-required.form-required::after{
	content:"" !important;
}

.other-amount .label-content.form-item label{
	padding-left: 20px !important;
    padding-right: 20px !important;
}

.other-amount .label-content label {
	position: absolute;
	top: 2px;
	z-index: 1;
	left: 0px;
	font-size: 25px;
	color: #353535;
	font-weight: 500;
}
.other-amount .label-content select {
	position: absolute;
	right: 5px;
	background: none;
	border: none;
	top: 9px;
	color: #353535;
	font-size: 18px;
	font-weight: 500;
}
.amount-buttons button {
	flex: 1 1 25%;
	border: 2px solid #C3C3C3;
	background: none;
	border-radius: 6px;
	color: #363636;
	padding: 7px 0 !important;
    padding-right: 8px !important;
	text-align: center !important;
    display: flex !important;
	align-items: center !important;
    cursor: pointer !important;
    width: auto !important;
    float: none !important;
}
 .path-support-act #edit-donation-amount .form-item.form-item-donation-amount{
	flex: 1 1 25%;
	border: 2px solid #C3C3C3;
	background: none;
	border-radius: 6px;
	color: #363636;
	text-align: center !important;
    display: flex !important;
	align-items: center !important;
    cursor: pointer !important;
    width: auto !important;
    float: none !important;
 }
.amount-buttons, .path-support-act #edit-donation-amount {
	display: flex;
	gap: 15px;
	flex-flow: row wrap;
	margin-top: 20px;
	margin-bottom: 20px;
}
.amount-buttons .active {
	color: #3371E6;
	border-color: #3371E6;
	background: #EAF1FC;
}
.amount-buttons button:hover {
	color: #3371E6;
	border-color: #3371E6;
	background: #EAF1FC;
}
.other-amount {
	position: relative;
}
.click-link {
	text-align: right;
	padding: 10px 0px;
}
.click-link p {
	margin: 0px;
	font-size: 16px;
}
.click-link p a {
	color: #3371E6;
}
.card-images img {
	width: 45px;
}
.card-images {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.divide {
	width: 2px;
	height: 25px;
	background: #191919;
}
/* .bank-draft img {
	width: 160px;
} */
.bank-draft {
	text-align: center;
	margin: 3px 0px 10px 0;
}
.submit-button button {
	width: 100%;
	background: #242C64;
	border: none;
	padding: 10px 0;
	color: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	font-size: 18px;
	letter-spacing: 1px;
}

@media screen and (min-width: 600px) {
.right_side_doner-list {
	padding: 25px 35px 0px 35px;
}
}
.left-donate-form {
	max-width: 450px;
	width: 100%;
}
.donate-background {
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 50px 0px;
}
.info-fields input {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #C3C3C3;
	height: 40px;
}
.info-fields .left-fields {
	width: 50%;
}
.info-fields .right-fields {
	width: 50%;
}
.info-fields select {
	width: 100%;
	border-radius: 3px;
	border: 1px solid #C3C3C3;
	height: 40px;
	background: transparent;
}
.info-fields .address-f {
	width: 100% !important;
}
.info-fields {
	display: flex;
	gap: 15px;
	margin-bottom: 10px;
}
.card-details {
	margin-bottom: 17px;
	margin-top: 13px;
}
.cover-fee .fee-btn label {
	color: #fff;
	font-size: 16px;
	padding-left: 4px;
}
.cover-fee .fee-btn {
	background: #f10b49;
	padding: 12px 0;
}
.cover-fee {
	border: 2px solid #f10b49;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 15px;
}
.content.block-content .cover-fee p {
	margin: 0px;
	padding: 7px 41px;
	color: #f10b49 !important;
}
.safe-img {
	text-align: center;
	padding-top: 10px;
}
.safe-img img {
	width: 170px;
}
@media screen and (max-width: 450px) {
.divide {
	display: none;
}
.card-images {
	justify-content: center;
}
.card-images .left-side-img {
	width: 100%;
	text-align: center;
}
.card-images img {
	width: 60px;
}
.donate-background {
	background-position: top;
}
}
.doner-info {
	margin-top: 15px;
}
.donation-content .form-content {
	border: 1px solid #DBDBDB;
}
.right-side-img {
	cursor: pointer;
}
.donation-type input[type=radio],.amount-buttons input[type=radio], #edit-donation-type input[type=radio] {
	margin: 0px !important;
    height: 0px !important;
    width: 0px !important;
}
.other-amount input{
    margin: 0px !important;
}
.support-iats-form .js-form-item-donation-type label {
    color: #363636 !important;
	width: 100% !important;
    text-align: center !important;
    padding: 4px 10px !important;
    max-width: 100% !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
}
.path-support-act #edit-donation-type .js-form-type-radio{
	background: #fff !important;
	margin: 0px !important;
}
.right_side_doner-list .name_donor .name_detail_full {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
    padding: 0px;
}
.right_side_doner-list .name_donor .single_lname {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
}
.right_side_doner-list .name_donor .donation_amount_show {
    font-size: 18px;
    color: #363636;
    font-weight: 500;
}
.right_side_doner-list .name_donor .donation34_name .name_first_lett {
    line-height: 40px !important;
}
.node--type-contact-congress #block-gavias-batiz-content .content.block-content{
    padding: 0px !important;
}
.path-support-act .main.main-page{
	background-image: url('/modules/custom/support_iats/image/BG2b.jpeg') !important;
	background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 50px 0px !important;
}
.path-support-act .content.block-content{
	padding: 0px !important;
    background: transparent !important;
    box-shadow: none !important;
}
.form-content .top-description b{
	font-size: 16px;
    text-align: center;
    color: #1C1C1C;
    line-height: 24px;
    margin: 0px;
	display:block !important;
	width: 100% !important;
}
.path-support-act .content.block-content .support-iats-form{
	padding: 0px !important;
}
.path-support-act .content.block-content .support-iats-form .form-item{
	padding: 0px !important;
}
.submit-button .donation_submitbutton{
	width: 100% !important;
    background: #242C64 !important;
    border: none !important;
    padding: 10px 0 !important;
    color: #fff !important;
    border-radius: 3px !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    letter-spacing: 1px !important;
	margin-bottom: 0px !important;
}
.path-support-act .content.block-content .support-iats-form .form-item input[type="checkbox"]{
	display: inline !important;
    width: auto !important;
}
.path-support-act .content-main-inner #page-main-content .support-iats-form .js-form-item-donation-amount label{
    color: #363636 !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
	text-align: center !important;
	cursor: pointer !important;
	padding: 7px 0 !important;
    padding-right: 8px !important;

}
.path-support-act .content-main-inner #page-main-content .support-iats-form .js-form-item-donation-amount input[type=radio] {
    height: 0px !important;
    width: 0px !important;
}
.left-donate-form .info-fields label {
    padding-bottom: 0px !important;
    line-height: normal;
    margin: 0px !important;
    font-size: 15px;
}
.left-donate-form .total-amount {
    margin-bottom: 10px;
    color: #000;
}
.left-donate-form #support-iats-form {
    margin-bottom: 0px !important;
}
.donation-type button img, #edit-donation-type .form-item img {
    padding-top: 3px;
}
.donation-content .form-content .donation-type button, #edit-donation-type .form-item {
    justify-content: center;
    align-items: center;
    padding: 6px 0px !important;
}
.donation-content .form-content .amount-buttons button {
    padding: 5px 0 !important;
    justify-content: center;
    align-items: center;
    padding-right: 0px !important;
}
.path-support-act .donations--form--header{
		display: none !important;
	}
@media screen and (max-width: 600px) {
	.path-support-act .donations--form--header{
		display: block !important;
	}
}
.left-donate-form #edit-donation-type .form-item-donation-type {
    padding: 1px 0px !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .js-form-item-donation-amount label {
    padding: 5px 0px !important;
}
.left-donate-form .info-fields input {
    height: 40px !important;
    width: 100% !important;
}
@media screen and (max-width: 400px) {
.info-fields {
    display: block !important;
    margin-bottom: 0px;
}
 
}
@media screen and (max-width: 767px) {
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .info-fields .form-item {
    margin-bottom: 0px !important;
    margin-top: 8px !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form #edit-donation-amount {
    margin: 0px;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form #edit-donation-amount .js-form-item-donation-amount {
    margin: 0px !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form #edit-donation-type .js-form-item-donation-type {
    width: 48% !important;
    margin: 0px !important;
    min-width: auto !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form #edit-donation-type {
    margin-bottom: 20px !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .fee-btn .js-form-item-coverfees {
    margin: 0px !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .info-fields .js-form-item-address1 {
    min-width: 100% !important;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .other-amount .js-form-item-custom-donation-amount {
    min-width: 100%;
}
.path-support-act .content-main-inner #page-main-content .left-donate-form .support-iats-form .card-details .info-fields .js-form-item-card-number {
    min-width: 100%;
}
.path-support-act #page-main-content {
    margin: 20px auto;
}
}
.path-support-act div#edit-donation-amount .form-item:last-child {
    display: none !important;
}
.second_part_standalone{
	margin-bottom: 0px !important;
}
.donation-content h4.donation_heading{
	margin-bottom: 0px !important;
    max-width: 85% !important;
}