.gradient-text {
    background: linear-gradient(to right, #00c6ff, #0072ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.card {
    border-radius: 12px;
}

.input-group-text {
    background-color: #f0f0f0;
    border-right: none;
}
.form-control {
    border-left: none;
}

.btn-primary {
    background: linear-gradient(to right, #0072ff, #00c6ff);
    border: none;
}

.btn-primary:hover {
    background: linear-gradient(to right, #005ed3, #009edf);
}
