.flex-container{background-color:#d9d5ec;display:flex;justify-content:center;align-items:center}.flex-container,.minfullheight{min-height:100vh}.w3-cursor{cursor:pointer}.container{display:flex;flex:.3;flex-direction:column}@media (max-width: 800px){.container{flex:.9}}.w3-padding-left-7{padding-left:7px}:root{--border-radius:50px;--gradient-color-end:#1a6e96;--gradient-color-start:#1a6e96;--gradient-degree:45deg}.w3-theme-gradient{background-image:linear-gradient(270deg,#1a6e96 0,#1a6e96 1%,#1a6e96);background-image:linear-gradient(to left,var(--gradient-color-start) 0,var(--gradient-color-start) 1%,var(--gradient-color-end) 100%)}.w3-theme-gradient1{background:-webkit-linear-gradient(left,var(--gradient-color-start) 0,var(--gradient-color-end) 100%)}.w3-theme-gradient2{background:-webkit-linear-gradient(var(--gradient-degree),var(--gradient-color-end) 25%,var(--gradient-color-end) 30%)}.w3-theme-gradient-secondary{background-image:radial-gradient(circle farthest-corner at 10% 20%,#c58e26 0,#ecb445 90%)}.pill{border-radius:50px;border-radius:var(--border-radius);font-family:sans-serif;font-size:1.5rem;padding:.5rem 1.25rem;position:relative}.pill:after,.pill:before{content:"";position:absolute;transition:.2s ease-in-out;z-index:-1}.pill:before{background:-webkit-linear-gradient(var(--gradient-degree),var(--gradient-color-start) 0,var(--gradient-color-end) 100%);height:100%;left:0;top:0;width:100%}.pill:after,.pill:before{border-radius:50px;border-radius:var(--border-radius)}.pill:after{--border-edge:2px;background:#fff;height:calc(100% - calc(var(--border-edge)) * 2);left:var(--border-edge);top:var(--border-edge);width:calc(100% - calc(var(--border-edge)) * 2)}.pill:hover:before{background:-webkit-linear-gradient(var(--gradient-degree),var(--gradient-color-start) 0,var(--gradient-color-end) 100%)}.pill:hover:after{background-color:transparent}.pill.text-gradient{background:-webkit-linear-gradient(var(--gradient-degree),var(--gradient-color-start) 0,var(--gradient-color-end) 100%);-webkit-background-clip:text;background-clip:text;-webkit-box-decoration-break:clone;text-decoration:none;-webkit-text-fill-color:transparent}.pill.text-gradient:hover{-webkit-text-fill-color:#fff}#snackbar{visibility:hidden;min-width:250px;margin-left:-125px;background-color:#1a6e96;color:#fff;text-align:center;border-radius:2px;padding:16px;position:fixed;z-index:5;left:50%;bottom:30px}#snackbar.show{visibility:visible;animation:fadein .5s,fadeout .5s 2.5s}@keyframes fadein{0%{bottom:0;opacity:0}to{bottom:30px;opacity:1}}@keyframes fadeout{0%{bottom:30px;opacity:1}to{bottom:0;opacity:0}}.custom-border-bottom{width:45px;height:2px}.custom-border-bottom,.custom-border-modal{border-bottom:4px solid #ff8424}.vaMatIcon{vertical-align:-6px}.back-ground{color:#ecb445}.list-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));padding:22px 11px}.list-item{background-color:#fff;margin:11px;padding:22px;filter:drop-shadow(0 3px 6px rgba(0,0,0,.16))}.mt-10{margin-top:10px}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:10px;left:0;right:5px;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:14px;width:21px;left:4px;bottom:5px;background-color:#fff}input:checked+.slider{background-image:linear-gradient(270deg,#1a6e96 0,#1a6e96 1%,#1a6e96);background-image:linear-gradient(to left,var(--gradient-color-start) 0,var(--gradient-color-start) 1%,var(--gradient-color-end) 100%)}input:focus+.slider{box-shadow:0 0 1px #2a5298}input:checked+.slider:before{transform:translateX(26px)}.slider.round{border-radius:10px}.slider.round:before{border-radius:27%}.form-control-margin .margin-small{margin-top:10px}.qrSize{width:200px;height:180px}.w3-margin-top-small{margin-top:4px}.w3-secondary{background-color:#ff8424}.page-break{page-break-before:always}