form.searchbar.cs-w .ds_button:not([class*=cs-]){--background-color:#fff;--active-primary-color:#fff}form.searchbar.cs-g .ds_button:not([class*=cs-]),form.searchbar.cs-w .ds_button:not([class*=cs-]){--primary-color:#091f2f;--active-background-color:#091f2f;--color-error:#fb4d42;border:1px solid #091f2f}form.searchbar.cs-g .ds_button:not([class*=cs-]){--background-color:#e0e0e0;--active-primary-color:#e0e0e0;--active-primary-color:#fff}form.searchbar.cs-b{--active-background-color:#f2f2f2}form.searchbar.cs-b .ds_button:not([class*=cs-]){--primary-color:#fff;--background-color:#091f2f;--active-primary-color:#091f2f;--active-background-color:#fff;--color-error:#fb4d42;--primary-color:#091f2f;--background-color:#f2f2f2}form.searchbar.cs-ob{--active-background-color:#f2f2f2}form.searchbar.cs-ob .ds_button:not([class*=cs-]){--primary-color:#fff;--background-color:#1871bd;--active-primary-color:#1871bd;--active-background-color:#fff;--color-error:#fb4d42;--primary-color:#091f2f;--background-color:#f2f2f2;--active-primary-color:#091f2f}form.searchbar{font-family:Lora,Georgia,serif;color:var(--primary-color);background-color:transparent;font-size:1rem;width:80vw;margin:0 auto;letter-spacing:.5px}form.searchbar .sb-title{width:100%}form.searchbar .outer-wrapper{position:relative;background-color:var(--background-color)}form.searchbar .outer-wrapper .sb-description{text-align:center;color:var(--primary-color);margin:3px auto 0;font-size:calc(1em - 4px);line-height:14px;padding-bottom:6px}form.searchbar .outer-wrapper .sb-description div,form.searchbar .outer-wrapper .sb-description p{margin:0;padding:4px 0}form.searchbar .outer-wrapper .sb-input-wrapper{background-color:transparent;border-radius:8px;padding:8px 6px 8px 12px;box-sizing:border-box;display:flex;align-items:center;margin:2px;border:1px solid var(--primary-color);gap:8px;min-height:55px}form.searchbar .outer-wrapper .sb-input-wrapper .ds_button{border-radius:8px}form.searchbar .outer-wrapper .sb-input-wrapper .sb-glass{border:none;margin-top:6px}form.searchbar .outer-wrapper .sb-input-wrapper .sb-input-area{width:100%;display:flex;align-items:center}form.searchbar .outer-wrapper .sb-input-wrapper .sb-input-area .sb-input{color:var(--primary-color);background-color:transparent;border:none;width:100%;outline:none;padding:0 8px 0 0;resize:none;overflow:hidden;position:relative;line-height:1.2em;height:22px}form.searchbar .outer-wrapper .sb-input-wrapper .sb-input-area .sb-input::placeholder{color:var(--primary-color);opacity:.5;font-style:normal}form.searchbar .outer-wrapper .sb-input-wrapper .sb-microphone{border:none;cursor:pointer;margin-top:6px}form.searchbar .outer-wrapper .sb-input-wrapper .sb-microphone:active,form.searchbar .outer-wrapper .sb-input-wrapper .sb-microphone:hover,form.searchbar .outer-wrapper .sb-input-wrapper .sb-microphone:hover:not(:disabled){background-color:rgba(24,113,189,.5)}@media screen and (min-width:481px){form.searchbar{width:100%!important;margin-left:0!important}}form.searchbar .sb-input-wrapper:active,form.searchbar .sb-input-wrapper:focus,form.searchbar .sb-input-wrapper:focus-within,form.searchbar .sb-input-wrapper:hover{border-width:2px!important;padding:7px 5px 7px 11px}form.searchbar.submitting .sb-input{opacity:.5}form.searchbar .error .sb-input-wrapper{border:1px solid var(--color-error)}form.searchbar .sb-message{margin-top:.25rem;display:none;font-size:.875rem}form.searchbar .sb-message.info{display:block;color:var(--primary-color)}form.searchbar .sb-message.error,form.searchbar .sb-message.red{display:block;color:var(--color-error)}form.searchbar .sb-message.green,form.searchbar .sb-message.success{display:block;color:#008817}form.searchbar .sb-message.gold,form.searchbar .sb-message.warning{display:block;color:#fcb61a}