.transparent-gradient-card {
    background-color: rgba(255, 255, 255, 0.7) !important;
}
.custom-link {
  color: #D28E36 !important;
}

.bg-lighter {
    background-color: rgba(255, 255, 255, 0.92) !important;
    padding: 1rem;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.light-grey {
    background-color: rgba(128, 128, 128, 0.2) !important;
}

.neon{
    color: #D28E36;
    font-weight: 600;
}

.form-group {
    position: relative;
    display: flex;
    align-items: center;
}

.form-group .field-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}

.input-group {
    position: relative;
    display: flex;
    align-items: center;
}

.input-group .field-icon {
    position: absolute;
    right: 10px;
    cursor: pointer;
}