﻿.gradient-custom-2 {
    /* fallback for old browsers */
    background: #f4c95d; /* Gold for cost/value */

    background: linear-gradient(109.6deg, rgb(34, 193, 77) 11.2%, rgb(230, 173, 49) 91.1%);
    /* Green for budgeting/savings, Blue for financial stability */
}

@media (min-width: 768px) {
    .gradient-form {
        height: 100vh !important;
    }
}

@media (min-width: 769px) {
    .gradient-custom-2 {
        border-top-right-radius: .3rem;
        border-bottom-right-radius: .3rem;
    }
}


.icon-edit {
    position: absolute;
    margin-left: -20px;
    content: "\f057";
    left: auto;
    right: 16px;
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    top: 10px;
    bottom: 1px;
    line-height: 30px;
    display: inline-block;
    font-size: 16px;
    text-align: center;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
