/* Changes to the Donations Multi-Step Layout 
.uk-form-label 
{
  width:180px;
  float:left;
}

#donation-form .uk-grid
{
  margin-top:0px !important;
}

#rd_amount
{
  display:inline;
  width:200px;
}
*/

/* Changes to the Donations Multi-Step Layout */

.smart-container {
    max-width: 750px;
}

.jd_width_100_percentage {
    padding: 0px 20px 20px 20px;
}

.donation-form-container {
        background: #fff; 
        color: #555371;
        font-size: 17px;
    }

    label {
        color: #555371;
        font-size: 20px;
        padding: 20px;
    }

.smart-progress-bar {
    padding: 20px 40px;
    background: linear-gradient(88deg, #ffffff 0%, #f7f8fc 100%);
    border-top: 1px solid #e0e0e0;
}

.smart-step-label {
    font-size: 15px;
  }

.smart-step-number {
    background-color: transparent;
    color: #4ca0dc;
    border: 2px solid #4ca0dc;
    box-shadow: inset 3px 3px 10px rgba(40, 136, 205, .1), 3px 3px 10px rgba(40, 136, 205, .1);
}

.amount-option:hover {
    transform: none;
    box-shadow: none;
}

 .step-content h2 {
    color: #667eea;
}
 .summary-label {
    color: #555371;
}
 .summary-value {
    color: #555371;
}
.summary-section {
    background: none;
    border-color: inherit;
}

.summary-item:last-child
Specificity: (0,2,0)
 {
    border-top: none;
}

.step-buttons {
        background: #f7f8fc;
        border-color: unset;
}

.smart-progress-step.completed .smart-step-number {
    background: #4ca0dc;
    color: white;
    border-color: #4ca0dc;
}

.smart-progress-step.completed .smart-step-label
Specificity: (0,3,0)
 {
    color: #4ca0dc;
    font-weight: 600;
}

.smart-progress-line.active
Specificity: (0,2,0)
 {
    background: linear-gradient(90deg, #6c757d 0%, #6c757d 100%);
}

.smart-progress-step.completed .smart-step-label
Specificity: (0,3,0)
 {
    color: #6c757d;
    font-weight: 600;
}

.smart-progress-line {
    height: 0px;
}

.smart-progress-step.completed .smart-step-label {
    color: #666;
    font-weight: 600;
}

.step {
    display: none;
    padding: 20px 20px 0px 10px;
    animation: fadeOut 0.3s ease-out;
}

.steps-container {
    position: relative;
    min-height: 100px;
}

.jd_width_100_percentage {
    width: 98% !important;
}

.frequency-option input[type="radio"]:checked + span, .amount-option input[type="radio"]:checked + span {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    border-color: #667eea;
    box-shadow: 0 4px 15px rgba(102, 126, 234, 0.3);
}

.frequency-option span, .amount-option span {
        background: #f7f8fc;
        border-color: #4ca0dc;
        color: #4ca0dc;
    }

 input[type="text"], input[type="email"], input[type="tel"], input[type="number"], select {  
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 15px;
    background:  #f7f8fc;
    color: #555371;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    border-radius: 500px;
    box-shadow: inset 3px 3px 6px rgba(57, 65, 124, .1), inset -3px -3px 6px #fff;
    }

    input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="number"]:focus, select:focus {
    max-width: 100%;
    width: 100%;
    border: 0 none;
    padding: 0 15px;
    background: #f3f5fb;
    color: #555371;
    transition: .2s ease-in-out;
    transition-property: color, background-color, border-color, box-shadow;
    border-radius: 500px;
    box-shadow: inset 3px 3px 6px rgba(57, 65, 124, .1), inset -3px -3px 6px #fff;
    }

.amount-option.custom input[type="radio"]:checked + span input[type="number"] {
    color: #fff;
    height: max-content;
    border-radius: 10px;
}

#custom-amount:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.2);
    outline: none;
    color: #fff;
}

.summary-item:last-child {
    border-top: 0px solid #667eea;
}

.amount-option.custom input[type="number"] {
    border: none;
    background: transparent;
    color: inherit;
    text-align: center;
    font-weight: normal;
    padding: 2px;
}

#donation-form .btn-secondary {
    background: #4ca0dc;
    color: white;
    box-shadow: 0 4px 15px rgba(108, 117, 125, 0.3);
   border-radius: 10px;
}

.smart-form-group label {
    display: block;
    font-weight: 500;
    color: #555;
    font-size: 16px;
    margin-bottom: -10px;
}

.smart-form-group {
    margin-bottom: 5px;
}

#donation-form .btn-secondary:hover {
    background: #764ba2;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(108, 117, 125, 0.4);
    border-radius: 10px;
}

#donation-form .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
    background: #764ba2;
}

input[type=number]:not([class*=uk-]):focus {
    outline: 0;
    background-color: #667eea;
    color: #555371;
    box-shadow: inset 1px 1px 2px rgba(80, 110, 140, .2), inset -1px -1px 2px #fff;
}

.frequency-options, .amount-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 0px;
    margin-bottom: 0px;
}