/* Goal Assistant - Method Selection (Tab-2) */

.wizacc {
    width: 100%;
    padding: unset !important;
}

.wizacc > label {
    margin-bottom: 0;
    width: 100%;
}

input[type="radio"]:checked + label {
    background-image: linear-gradient(#5dc6e6, #43687b);
    color: white;
}

input[type="radio"] + label {
    border-radius: 5px;
    padding: 10px 18px;
}

/* Goal Assistant - Summary (Tab-4) */

.deta {
    display: block;
    font-size: 1.5rem;
}

label.deta {
    margin: 0;
}


.goal-summary__name {
    font-size: 1.75rem;
    font-weight: 600;
}

.goal-summary__label {
    margin: 0;
}

.goal-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.goal-summary__icon--large {
    height: clamp(3rem, calc(3.571vw + 36.5px), 4rem);
}

.goal-summary__value--large {
    font-size: clamp(1.5rem, calc(3.125vw + 14px), 2.375rem);
    font-weight: 500;
    margin: 0;
}

.goal-summary__value {
    font-size: 18px;
    margin: 0;
}

.goal-summary__spacer {
    width: 2rem;
}

.goal-summary__spacer--lg {
    width: 4rem;
}

/* Goal Assistant - Type Selection */

.goal-type-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    width: 100%;
    justify-content: space-evenly;
}

.goal-method-list {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0.5rem;
}

.temp-currency-for-goal {
    color: #525960;
    font-size: clamp(1.25rem, calc(2.679vw + 11px), 1.75rem);
    left: 1rem;
    position: relative;
    top: clamp(0.5rem, calc(3.721vw - 7.63px), 1rem);
}

.goal-date-badge-group {
    display: block;
    height: 0;
    position: relative;
    margin: 0;
    text-align: right;
}

.goal-date-badge {
    background-color: #16597b;
    color: white;
    margin: 0;
    cursor: pointer;
}

.assistant-field__input--date {
    border-radius: 10px;
    font-size: clamp(1.25rem, calc(2.679vw + 11px), 1.75rem);
    font-weight: 300;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0.5rem;
    cursor: pointer;
}

.method-image {
    max-width: 100%;
    height: auto;
    max-height: 6rem;
}

.method-label {
    align-items: center;
}

.goal-type-list__item {
    width: 120px;
    height: 96px;
    text-align: center;
}

.goal-type-list__item > label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
}
