
/* askbox general IRES*/
 .donate-askbox .fade:not(.show) {
    opacity: 1;
}

/* Container */
.donate-askbox .donation-container {
    background: #1976d2;
    border-radius: 6px;
    width: 380px;
    box-shadow: 0 8px 24px rgba(0,0,0,0.15);
    overflow: hidden;
}

.donate-askbox .form-content {
    padding: 24px 20px;
    color: white;
}

/* 01-07-2020 */
.donate-askbox .boxCardDescription {
    font-family: "Geogrotesque Cyr";
    font-weight: bold;
    font-size: 50px;
    line-height: normal;
    font-style: italic;
    text-transform: capitalize;
}
.donate-askbox .btn-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.donate-askbox .amount-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
    position: relative;
}

.donate-askbox .amount-list li {
    flex: 1 1 calc(25% - 10px);
    list-style: none;
    padding: 0;
    margin: 0;
}
.block-block_010abe24a96a4a40ae3d1fa6fb26a63e .col-md-12.m-auto {
    padding-right: 0;
}
.donate-askbox .amount-list .tab-a {
    color: white;
    display: block;
    padding: 15px 20px;
    text-align: center;
    border: 1.5px solid white;
    cursor: pointer;
    transition: all 0.2s ease;
    font-weight: 800;
    font-size: 22px;
    position: relative;
    background: transparent;
    width: 100%;
}

.donate-askbox .amount-list .tab-a.active-a {
    background: white;
    color: #000;
    border-color: white;
    font-weight: 700;
    position: relative;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.donate-askbox .amount-list .tab-a.active-a::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid white;
}

/* Oneoff / Monthly Tabs */
.one-monthly-tabs {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
/*    margin-bottom: 20px;*/
    padding: 0;
    width: 100%;
    position: relative;
}

 .one-monthly-tabs .nav-item {
    flex: 1 1 50%;
}

 .one-monthly-tabs .nav-link {
    width: 100%;
    text-align: center;
    background: transparent;
    border: 1.5px solid rgba(255,255,255,0.4);
    color: white;
    font-size: 24px;
    font-weight: 900;
    padding: 14px 20px;
    border-radius: 0;
    transition: all 0.3s ease;
}

 .one-monthly-tabs .nav-link.active {
    background: white !important;
    color: #1976d2;
    border-color: white;
    font-weight: 700;
    position: relative;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

 .one-monthly-tabs .nav-link.active::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid white;
}

/* Donation Text */
.donate-askbox .cartText {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
    font-weight: 500;
    font-family: 'CustomFont';
    color: white;
    height: 55px;
}
/* Custom Amount Input */
.donate-askbox .mediaCartText {
    position: relative;
    margin-bottom: 22px;
}

.donate-askbox .mediaCartText input {
    width: 100%;
    padding: 13px 20px;
    border: 1.5px solid white;
    border-radius: 3px;
    background: transparent;
    color: white;
    font-size: 15px;
    outline: none;
    transition: border-color 0.2s ease;
    font-weight: 400;
    padding-left: 28px;
}

.donate-askbox .mediaCartText input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
    font-weight: 400;
}
/* 01-07-2020 */
.donate-askbox .mediaCartText input:focus {
    border-color: rgba(255,255,255,0.8);
}

.donate-askbox .currency-symbol {
    position: absolute;
    left: 8px;
    top: 50%;
    transform: translateY(-50%);
    color: rgba(255,255,255,0.8);
    font-size: 15px;
    font-weight: 500;
    pointer-events: none;
}

.donate-askbox .add_to_cart {
    background: #ffcc02;
    color: #333;
    padding: 11px 20px;
    border: none;
    border-radius: 0;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    letter-spacing: 0.5px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center; 
    gap: 8px; 
    text-transform: uppercase;
}

.donate-askbox .add_to_cart::after {
    content: '';
    display: inline-flex; 
    width: 16px;
    height: 16px;
    background-image: url('../assets/img/faArrowRight-1.svg');
    background-size: contain;
    background-repeat: no-repeat;
    align-items: center; 
  
}
.donate-askbox .add_to_cart:hover {
    background: #e6b800;
    transform: translateY(-1px);
}


/* Visa Logo */
.donate-askbox .visa-logo img {
    width: 80%;
    display: block;
    margin: 0 auto;
}

/* Other UI */
.donate-askbox .tab {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

.donate-askbox .amount-option label:hover:not(:checked) {
    border-color: rgba(255,255,255,0.6);
    background: rgba(255,255,255,0.05);
}

/* Responsive */
@media only screen and (max-width: 1399px) {
   .donate-askbox .btn-image img{
    width: 175px;
}
.donate-askbox .amount-list .tab-a {
        font-size: 18px;
        padding: 15px 15px;
    }
 .one-monthly-tabs .nav-link {
        font-size: 20px;
        padding: 10px 15px;
    }
    .donate-askbox .cartText{
        font-size: 16px;
    }
    .donate-askbox .add_to_cart{
    font-size: 16px;
    padding:11px 15px ;
   }

}
@media only screen and (max-width: 1199px) {
    .donate-askbox .amount-list .tab-a {
        font-size: 16px;
        padding: 15px 10px;
    }

    .one-monthly-tabs .nav-link {
        font-size: 20px;
        padding: 10px 5px;
    }

     .donate-askbox .cartText {
        font-size: 17px;
    }
}

@media only screen and (max-width: 991px) {
    .donate-askbox .amount-list .tab-a {
        font-size: 13px !important;
        padding: 13px !important;
    }

     .one-monthly-tabs .nav-link {
        font-size: 15px;
    }

     .donate-askbox .cartText {
        font-size: 16px;
    }
        .donate-askbox .add_to_cart {
        font-size: 13px;
        padding: 11px 7px;
    }
    .donate-askbox .btn-image img{
        width: 160px !important;
    }
    .content-col h2 {
    font-size: 32px !important;
  
}
    .acf-content p{
    font-size: 16px !important;
    line-height: 25px !important;
}
.content-col{
    padding: 24px !important;
}
.content-column-right {
    padding: 24px 24px;
}
}

@media only screen and (max-width: 767px) {
    .donate-askbox .amount-list .tab-a {
        font-size: 13px;
        padding: 15px;
    }

    .donate-askbox .one-monthly-tabs .nav-link {
        font-size: 15px;
    }

   .donate-askbox .cartText {
        font-size: 16px;
    }
        .one-monthly-tabs .nav-link {
     
        padding: 10px 3px;
    }
    .one-monthly-tabs .nav-link {
    font-size: 16px;
}
}
/* END askbox general IRES*/