Pay Bill
✕
Search Ag Plus Cooperative
Search
:root {
--clc-accent: #006400; /* Ag Plus green */
--clc-overlay-bg: rgba(0,0,0,0.94);
--clc-text: #fff;
}
/* Search button */
.clc-search-toggle {
display:inline-flex;
align-items:center;
justify-content:center;
width:40px; height:40px;
border:none;
background:transparent;
color:#fff;
cursor:pointer;
}
.clc-search-toggle svg { width:22px; height:22px; }
/* Overlay */
.clc-search-overlay {
position:fixed;
inset:0;
display:flex;
align-items:center;
justify-content:center;
background:var(--clc-overlay-bg);
z-index:9999;
opacity:0;
pointer-events:none;
transform:translateY(-5%);
transition:opacity .25s ease, transform
by
admin