@import"https://fonts.googleapis.com/icon?family=Material+Icons";:root{--md-sys-color-primary: #ff9800;--md-sys-color-primary-dark: #ff9800;--md-sys-color-on-primary: #ffffff;--md-sys-color-on-primary-dark: #ffffff;--md-sys-color-secondary: #ff5722;--md-sys-color-secondary-dark: #ff5722;--md-sys-color-on-secondary: #ffffff;--md-sys-color-on-secondary-dark: #ffffff;--md-sys-color-error: #F44336;--md-sys-color-error-dark: #F44336;--md-sys-color-on-error: #ffffff;--md-sys-color-on-error-dark: #ffffff;--md-ref-palette-primary40: #ff9800;--md-ref-palette-secondary40: #ff5722;--md-sys-color-surface-tint-dark: #ff9800}body{display:flex;min-height:100vh;flex-direction:column;line-height:1.5}main{flex:1 0 auto}a,button,input,.link{cursor:pointer}a{color:#ff5722}footer{margin-top:20px}.title{color:var(--md-sys-color-on-surface-variant, #616161);text-transform:uppercase;font-weight:700}.break-words{word-break:break-all}.clipboard{cursor:pointer}.search-wrapper{margin:20px 0 0;overflow:hidden}.search-wrapper input#search:focus{outline:none;box-shadow:none}.search-wrapper input#search{display:block;font-size:16px;font-weight:300;width:100%;height:45px;margin:0;box-sizing:border-box;padding:0 45px 0 15px;border:0;background:transparent}.search-wrapper i.material-icons{position:absolute;top:10px;right:10px;cursor:pointer}.navbar .brand-logo{height:100%}.navbar .brand-logo .logo{height:100%;width:200px;background-image:url(/build/assets/logo_Bushel_w-CUNDHZ6d.png);background-repeat:no-repeat;background-size:contain;background-position-y:center;display:inline-block}.tunnel-status{display:inline}nav.navbar{overflow:hidden}@media only screen and (max-width:1400px){nav.navbar.admin-nav ul.right.hide-on-med-and-down{display:none!important}nav.navbar.admin-nav a.sidenav-trigger{display:block!important}}@media only screen and (min-width:601px){nav.navbar,nav.navbar .nav-wrapper{height:var(--navbar-height);line-height:var(--navbar-height)}}.navbar ul:not(.dropdown-content)>li>a{line-height:var(--navbar-height-mobile);height:var(--navbar-height-mobile)}@media only screen and (min-width:601px){.navbar ul:not(.dropdown-content)>li>a{line-height:var(--navbar-height);height:var(--navbar-height)}}nav.navbar ul:not(.dropdown-content)>li>a:hover{background-color:#0000001a!important;color:#fff!important}nav.navbar ul:not(.dropdown-content)>li.active>a{background-color:#0003!important;color:#fff!important}nav.navbar ul:not(.dropdown-content)>li.active>a:hover{background-color:#00000040!important;color:#fff!important}.navbar ul:not(.dropdown-content)>li>a>i.material-icons{float:none;display:inline-block;height:auto;line-height:inherit;margin-right:.5rem;margin-left:0;font-size:1.5rem;vertical-align:middle}.navbar i.left{float:none;margin-left:0}.btn:not(.filled):not(.tonal):not(.outlined):not(.elevated):not(.text):not(.btn-flat){background-color:var(--md-sys-color-primary, #ff9800);color:var(--md-sys-color-on-primary, #ffffff)}.btn:not(.filled):not(.tonal):not(.outlined):not(.elevated):not(.text):not(.btn-flat):hover{background-color:color-mix(in srgb,var(--md-sys-color-primary, #ff9800),black 12%)}.btn-small:not(.filled):not(.tonal):not(.outlined):not(.elevated):not(.text):not(.btn-flat){background-color:var(--md-sys-color-primary, #ff9800);color:var(--md-sys-color-on-primary, #ffffff)}.btn-small:not(.filled):not(.tonal):not(.outlined):not(.elevated):not(.text):not(.btn-flat):hover{background-color:color-mix(in srgb,var(--md-sys-color-primary, #ff9800),black 12%)}.btn,.btn-small,.btn-large,.btn-flat{text-transform:uppercase}table.bordered>thead>tr,table.bordered>tbody>tr{border-bottom:1px solid var(--md-sys-color-outline-variant, rgba(0, 0, 0, .12))}tr.link{cursor:pointer}tr.link:hover{background-color:#8080801f}table tr.hoverable:hover{box-shadow:none;-webkit-box-shadow:none}[type=checkbox].filled-in:checked+span:not(.lever):after{border:2px solid var(--md-sys-color-secondary, #ff5722);background-color:var(--md-sys-color-secondary, #ff5722)}.card{border-radius:2px}.input-field{position:relative;margin-top:1rem;margin-bottom:1rem;border-bottom:none;background-color:transparent}.input-field input[type=text],.input-field input[type=password],.input-field input[type=email],.input-field input[type=url],.input-field input[type=tel],.input-field input[type=number],.input-field input[type=search],.input-field textarea.materialize-textarea{background:transparent!important;border:none!important;border-bottom:1px solid var(--md-sys-color-outline, #9e9e9e)!important;border-radius:0!important;outline:none;width:100%;max-width:none;display:block;height:3rem;font-size:16px;padding:0!important;box-sizing:content-box;color:var(--md-sys-color-on-surface, inherit);transition:box-shadow .3s,border-color .3s}.input-field input[type=text]:focus:not([readonly]),.input-field input[type=password]:focus:not([readonly]),.input-field input[type=email]:focus:not([readonly]),.input-field input[type=url]:focus:not([readonly]),.input-field input[type=tel]:focus:not([readonly]),.input-field input[type=number]:focus:not([readonly]),.input-field input[type=search]:focus:not([readonly]),.input-field textarea.materialize-textarea:focus:not([readonly]){border-bottom:1px solid var(--md-sys-color-primary, #ff9800)!important;box-shadow:0 1px 0 0 var(--md-sys-color-primary, #ff9800);padding:0!important}.input-field input[type=text]:disabled,.input-field input[type=text][readonly],.input-field input[type=password]:disabled,.input-field input[type=password][readonly],.input-field input[type=email]:disabled,.input-field input[type=email][readonly],.input-field input[type=url]:disabled,.input-field input[type=url][readonly],.input-field input[type=tel]:disabled,.input-field input[type=tel][readonly],.input-field input[type=number]:disabled,.input-field input[type=number][readonly],.input-field input[type=search]:disabled,.input-field input[type=search][readonly],.input-field textarea.materialize-textarea:disabled,.input-field textarea.materialize-textarea[readonly]{color:var(--md-sys-color-on-surface, inherit);border-bottom:1px dotted var(--md-sys-color-outline, #9e9e9e)!important;background-color:transparent!important;opacity:1}.input-field label{position:absolute!important;top:.8rem!important;left:0!important;font-size:1rem!important;transform:none!important;color:var(--md-sys-color-on-surface-variant, #9e9e9e);cursor:text;transition:top .2s ease-out,font-size .2s ease-out,color .2s ease-out;transform-origin:0% 100%;text-align:initial;pointer-events:none}.input-field label.active,.input-field input:focus:not([readonly])+label,.input-field textarea:focus:not([readonly])+label,.input-field input[value]:not([value=""])+label,.input-field input:disabled+label,.input-field input[readonly]+label,.input-field textarea[value]:not([value=""])+label{top:-.875rem!important;font-size:.8rem!important;transform:none!important;color:var(--md-sys-color-primary, #ff9800)}.input-field input:not(:focus)+label.active,.input-field textarea:not(:focus)+label.active,.input-field input:not(:focus)[value]:not([value=""])+label,.input-field input:disabled+label,.input-field input[readonly]+label{color:var(--md-sys-color-on-surface-variant, #9e9e9e)}.input-field .select-wrapper:focus-within{outline:none}.input-field .select-wrapper+label,.input-field select+label{top:-.875rem!important;font-size:.8rem!important;transform:none!important;color:var(--md-sys-color-on-surface-variant, #9e9e9e)}.select-wrapper input.select-dropdown{border:none!important;border-bottom:1px solid var(--md-sys-color-outline, #9e9e9e)!important;border-radius:0!important;background:transparent!important;padding:0!important;height:3rem;margin:0;box-sizing:content-box}.select-wrapper input.select-dropdown:focus{border-bottom:1px solid var(--md-sys-color-primary, #ff9800)!important;box-shadow:0 1px 0 0 var(--md-sys-color-primary, #ff9800);background:transparent!important;padding:0!important}.collection .collection-item{border-radius:0}label:has(>input[type=checkbox]:not(.switch input)){display:block;margin:1rem 0;line-height:1.5}.switch label{display:inline-flex;align-items:center;margin:0}.switch{--track-height: 14px !important;--track-width: 36px !important;--border-width: 0px !important;--size-off: 21px !important;--size-on: 21px !important;--icon-size: 0px !important;--gap-on: -3px !important;--gap-off: -3px !important}.switch label{font-size:1rem;color:var(--md-sys-color-on-surface, inherit)}.switch label .lever{width:36px!important;height:14px!important;border:none!important;border-radius:15px;background-color:#818181!important;margin:0 10px!important;vertical-align:middle}.switch label .lever:before{display:none!important}.switch label .lever:after{width:21px!important;height:21px!important;border-radius:50%;background-color:#f1f1f1!important;top:-3px!important;left:-1px!important;box-shadow:0 1px 3px 1px #0006;transition:left .3s ease,background-color .3s ease}.switch label input[type=checkbox]:checked+.lever{background-color:color-mix(in srgb,var(--md-sys-color-primary, #ff9800),transparent 50%)!important}.switch label input[type=checkbox]:checked+.lever:before{display:none!important}.switch label input[type=checkbox]:checked+.lever:after{background-color:var(--md-sys-color-primary, #ff9800)!important;left:16px!important;width:21px!important;height:21px!important;top:-3px!important}.row{margin-bottom:20px}.row>.col{min-width:0}@media(prefers-color-scheme:dark){.card,.card-panel,.search-wrapper.card{border:1px solid var(--md-sys-color-outline-variant, #41474d)}footer{color:var(--md-sys-color-on-surface, #e2e2e5)}.badge{color:var(--md-sys-color-on-surface, #e2e2e5)}.input-field select{background-color:transparent;color:var(--md-sys-color-on-surface, #e2e2e5);border-bottom:1px solid var(--md-sys-color-outline, #8b9198)}.input-field input:disabled,.input-field input[readonly]{color:var(--md-sys-color-on-surface, #e2e2e5);-webkit-text-fill-color:var(--md-sys-color-on-surface, #e2e2e5)}.btn-floating i{color:#000000de!important}}
