html,body,#root{height:100%;margin:0}button{cursor:pointer;font-family:inherit}*,*:before,*:after{box-sizing:border-box}.app{font-family:Montserrat,Helvetica,sans-serif;display:flex;flex-direction:column;height:100%;justify-content:space-between;min-height:100%;max-width:1200px;margin:auto;padding:2% 4%}.app-header{display:flex;justify-content:space-between;align-items:center;padding:var(--pad);border-bottom:1px solid #eee;position:sticky;top:0;background:#fff}.app-header a{text-decoration:none;color:#111;font-weight:600}.app-main{padding:2%;margin:0 auto;width:100%;max-width:var(--maxw)}.app-footer{padding:var(--pad);border-top:1px solid #eee;color:#666;font-size:12px;text-align:center}.flex-list{display:flex;flex-wrap:wrap;gap:15px;align-items:stretch;justify-content:center}.flex-item{flex:0 0 100%;max-width:100%}@media (min-width: 640px){.flex-item{flex:0 0 calc(50% - var(--gap));max-width:calc(50% - var(--gap))}}.card{font-family:inherit;font-size:inherit;width:49.2%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;border:2px solid #000000;border-radius:12px;padding:1%;min-height:60px;color:#000;text-decoration:none}@media (max-width: 450px){.card{min-width:90%}}@media (min-width: 450px){.card{min-width:400px}}.card:hover{background-color:#56a3a6}.card.selected{color:#000;background-color:#dd7596}.card.selected:hover{color:#fff}.admin_header{display:flex;justify-content:space-between;margin-bottom:12px}.admin_h1{margin:0}.sticky-bar{display:flex;justify-content:end;position:sticky;bottom:0;background:#fff;border-top:1px solid #eee;padding:12px 0;margin-top:16px}.button[disabled]{opacity:.5;pointer-events:none}.button{display:inline-block;border:1px solid #111;border-radius:10px;padding:12px 16px;background:#111;color:#fff;text-decoration:none;font-weight:600;text-align:center}.button.secondary{background:#000;color:#fff;cursor:pointer}.sent__button{width:20%;font-weight:400}.sent__button:hover{color:#000;background-color:#56a3a6}.list{display:flex;flex-direction:column;gap:8px}.addons_header{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:2%;width:20%;height:70px}.breakfastType_select{height:40%;cursor:pointer}.addon_row{display:flex;justify-content:space-between;align-items:center;margin-top:.5%;padding:8px 12px;border:1px solid #eee;border-radius:10px}.addon_row:hover{border-color:#56a3a6}select,::picker(select){appearance:base-select}option:hover{background-color:#56a3a6}select::picker-icon{color:#999;transition:.4s rotate}select:open::picker-icon{rotate:180deg}input[type=text]{padding:5%;border:1px black solid;border-radius:7px;font-family:inherit}.search_input{height:50%}.label_list{display:flex;justify-content:space-between;width:30%}.toggle{appearance:none;width:44px;height:28px;border-radius:999px;background:#ddd;position:relative;outline:none;border:none}.toggle:checked{background:#111}.toggle:before{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;transition:transform .15s ease}.toggle:checked:before{transform:translate(16px)}
