

.container {
    width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
}

ul.tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
ul.tabs li{
	background: none;
	color: #222;
	display: inline-block;
	padding: 10px 15px;
	cursor: pointer;
}

ul.tabs li.current{
	color: #222;
}

.tab-content{
	display: none;
	padding: 15px;
}

.tab-content.current{
	display: inherit;
	flex-direction: column;
	width: 75%;
	align-items: center;
    justify-content: space-evenly;
}


.donate-step-tab {
    display: flex;
    gap: 30px;
    align-items: center;
}

.donate-step-tab ul.tabs {
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 25%;
}

.donate-step-tab ul.tabs li.tab-link {
    background: #06B2B4;
    border-radius: 10px;
    border: 2px solid #000;
    color: #fff;
    text-align: center;
    font-size: 30px;
    font-family: Google sans, Arial;
}
.donate-step-tab .tab-content.current h2 {
    text-align: center;
    font-size: 40px;
    color: #2a2b6b;
    font-weight: 400;
    padding-bottom: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    font-family: Google sans, Arial;
}

.donate-step-tab .tab-content.current .tab-title {
    width: 100%;
    text-align: center;
}

.donate-tab-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.donate-tab-content ul.radio_list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    gap: 30px;
}
.custom_radio {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    color: #9e9e9e;
    font-family: Google sans, Arial;
}

.custom_radio input[type="radio"] {
    position: absolute;
    left: -9999px; /* Hide default radio button */
}

.custom_radio label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    display: inline-block;
}

.custom_radio label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: 2px solid #9e9e9e;
    border-radius: 50%;
    background-color: transparent;
}

.custom_radio input[type="radio"]:checked + label::before {
    border-color: #2a2b6b;
}

.custom_radio label::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%) scale(0);
    width: 12px;
    height: 12px;
    background: #2a2b6b;
    border-radius: 50%;
    transition: transform 0.2s ease, opacity 0.2s ease;
    opacity: 0;
}

.custom_radio input[type="radio"]:checked + label::after {
    transform: translateY(-50%) scale(1);
    opacity: 1;
}
.custom_radio [type="radio"]:checked + label {
    color: #2a2b6b;
}

.donate-tab-content p {
    margin: 0;
    font-size: 14px;
    line-height: 16px;
    color: #9e9e9e;
    margin-top: 15px;
    font-family: Google sans, Arial;
    margin-bottom: 20px;
}
.donate-tab-content h3 {
    font-size: 18px;
    margin: 0;
    color: #2a2b6b;
    text-align: center;
    padding-bottom: 20px;
    font-family: Google sans, Arial;
    font-weight: 300;
}
.donate-tab-content ul.give_list {
    width: 100% !important;
    display: flex !important;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

.donate-tab-content ul.give_list li {
    display: flex;
}

.donate-tab-content ul.give_list a {
    min-width: 300px;
    padding: 10px 20px;
    border: 1px solid #d4d4d4;
    text-align: center;
    text-decoration: none;
    color: #9e9e9e;
    font-weight: 700;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Google Sans", Arial, sans-serif;
    background: #fff;
    height: 30px;
}

.donate-tab-content ul.give_list a img {
    margin-right: 10px;
    transition: all 0.25s ease-in-out;
    filter: grayscale(100%);
    opacity: 0.6;
    width: 20px;
}

.donate-tab-content .give_list > li.active > a,
.donate-tab-content .give_list > li > a:hover {
    border: 3px solid #2a2b6b;
    box-shadow: 2px 13px 50px rgba(0, 0, 0, 0.12);
    color: #2a2b6b;
}

.donate-tab-content .give_list > li.active > a img,
.donate-tab-content .give_list > li > a:hover img {
    filter: grayscale(0);
    opacity: 1;
}

.donate-amount-form {
    background-color: #f5f6fa;
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    margin-top: 40px;
}

.donate-amount-form-data {
    padding: 20px;
    box-sizing: border-box;
}

.donate-amount-form-data h3.text-center {
    color: #2a2b6b;
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    padding-top: 20px;
}

.donate-tab-content ul.amt_list {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-family: Google sans, Arial;
    box-sizing: border-box;
    gap: 12px;
}

.donate-tab-content ul.amt_list li a {
    width: 100%;
    border: 1px solid #d4d4d4;
    line-height: 50px;
    float: left;
    text-align: center;
    text-decoration: none !important;
    color: #9e9e9e !important;
    font-weight: 700;
    transition: .3s;
    cursor: pointer;
    background-color: #fff;
    font-size: 18px;
    border-radius: 10px;
}

.donate-tab-content ul.amt_list li {
    width: 100%;
}

.donate-tab-content .amt_list > li.active > a {
    border: 3px solid #fff;
    box-shadow: 2px 13px 50px rgba(0,0,0,.12);
    line-height: 46px;
    color: #fff!important;
    background-color: #2a2b6b;
    font-size: 24px;
}

.donate-tab-content .amt_list > li > a:hover {
     border: 3px solid #fff !important;
    box-shadow: 2px 13px 50px rgba(0,0,0,.12);
    line-height: 46px !important;
    color: #fff !important;
    background-color: #2a2b6b !important;
    font-size: 24px !important;
}
.donate-tab-content .relative {
    display: flex;
    align-items: center;
    justify-content: center;
}

.donate-tab-content .select_amt {
    margin-top: 12px;
}

.donate-tab-content .select_amt span.currency {
    width: 15%;
    line-height: 50px;
    text-align: center;
    border-right: 1px solid #d4d4d4;
    color: #9e9e9e;
    font-size: 18px;
    font-weight: 700;
    background: #fff;
    font-family: Google sans, Arial;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    height: 50px;
    border: 1px solid #d4d4d4;
}

.donate-tab-content .select_amt input#customAmount {
    border-left: none !important;
    padding: 0 20px;
    border: 1px solid #d4d4d4;
    height: 50px;
    color: #202020;
    transition: all 0.25sease-in 0s;
    background-color: #fff;
    font-size: 16px;
    border-radius: 7px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    width: 80%;
}
.donate-tab-content .select_amt input#customAmount::placeholder {
     color: #9e9e9e;
}

.donate-tab-content .select_amt p {
    font-size: 12px;
    line-height: 16px;
    color: #202020;
    text-align: left;
}

.donate-amount-form-data button#step1Btn {
    background-color: #ff6600;
    color: #fff;
    width: 100%;
    line-height: 48px;
    border: 1px solid #ff6600;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 20px;
    border-radius: 7px;
    cursor: pointer;
    transition: .3s;
}
.donate-amount-form-data button#step1Btn:hover {
    background: transparent;
    border: 1px solid #ff6600;
    color: #ff6600;
}