body{
    background:
        radial-gradient(circle at 8% 10%, rgba(191,219,254,.38), transparent 22%),
        radial-gradient(circle at 88% 14%, rgba(221,214,254,.40), transparent 24%),
        radial-gradient(circle at 52% 100%, rgba(209,250,229,.34), transparent 28%),
        linear-gradient(135deg, #f8fbff 0%, #f6f4ff 32%, #f2f8ff 68%, #f6fbf8 100%);
    background-attachment: fixed;
}

.form-control,.custom-select-trigger{
    background:#fff!important;
    border:1px solid transparent!important;
    background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg, rgba(203,213,225,.96), rgba(226,232,240,.96)) border-box!important;
    background-clip:padding-box,border-box!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 0 0 1px rgba(226,232,240,.8), 0 3px 10px rgba(15,23,42,.03)!important;
    transition:border-color .22s ease, box-shadow .22s ease, transform .22s ease!important;
}
.form-control:hover,.custom-select-trigger:hover{
    background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg, rgba(165,180,252,.72), rgba(191,219,254,.82)) border-box!important;
    box-shadow:inset 0 1px 0 rgba(255,255,255,.96), 0 0 0 1px rgba(199,210,254,.72), 0 6px 16px rgba(99,102,241,.06)!important;
}
.form-control:focus,.form-control:focus-visible,.custom-select-trigger:focus,.custom-select-trigger:focus-visible,.hdy-custom-select:focus-within .custom-select-trigger{
    background:
        linear-gradient(#fff,#fff) padding-box,
        linear-gradient(135deg, rgba(99,102,241,.96), rgba(96,165,250,.88)) border-box!important;
    box-shadow:0 0 0 1px rgba(129,140,248,.24), 0 0 0 4px rgba(129,140,248,.10), 0 8px 22px rgba(99,102,241,.08)!important;
}
.keyword-item .form-control{
    min-height:38px;
    padding:10px 12px!important;
    font-size:13px!important;
}
.keyword-item .form-control:focus,.keyword-item .form-control:focus-visible{
    box-shadow:0 0 0 1px rgba(129,140,248,.24), 0 0 0 3px rgba(129,140,248,.10), 0 6px 16px rgba(99,102,241,.07)!important;
}
