.doko-time-picker-trigger{text-align:left;cursor:pointer;justify-content:space-between;align-items:center;gap:8px;transition:background-color .15s,border-color .15s;display:flex}.doko-time-picker-trigger:hover:not(:disabled){background-color:#f8fafc}.doko-time-picker-trigger:focus-visible{outline-offset:1px;outline:2px solid #76a33f}.doko-time-picker-trigger:disabled{opacity:.6;cursor:not-allowed}.doko-time-picker-custom-input{z-index:2;background:linear-gradient(#fff,#f8fafc);border-bottom:1px solid #e2e8f0;padding:12px;position:sticky;top:0}.doko-time-picker-custom-label{text-transform:uppercase;color:#64748b;margin-bottom:8px;font-size:11px;font-weight:600}.doko-time-picker-custom-hint{color:#94a3b8;font-size:11px;font-weight:500}.doko-time-picker-time-input{color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-radius:8px;width:100%;height:40px;padding:0 12px;font-size:14px;font-weight:500;transition:border-color .15s,box-shadow .15s,background-color .15s}.doko-time-picker-time-input:hover{border-color:#94a3b8}.doko-time-picker-time-input:focus{border-color:#76a33f;outline:none;box-shadow:0 0 0 3px #76a33f26}.doko-time-picker-trigger-content{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.doko-time-picker-trigger-label{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.doko-time-picker-icon{color:#64748b;flex-shrink:0}.doko-time-picker-chevron{color:#94a3b8;flex-shrink:0;transition:transform .15s}.doko-time-picker-chevron-open{transform:rotate(180deg)}.doko-time-picker-placeholder{color:#94a3b8}.doko-time-picker-popover{background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-height:240px;overflow-y:auto;box-shadow:0 10px 15px -3px #0f172a14,0 4px 6px -4px #0f172a14}.doko-time-picker-option{text-align:left;color:#1e293b;cursor:pointer;background:0 0;border:0;width:100%;padding:8px 12px;font-size:.875rem;line-height:1.25rem;display:block}.doko-time-picker-option:hover:not(:disabled){background:#f1f5f9}.doko-time-picker-option-selected{color:#2d4a22;background:#f0fdf4;font-weight:600}