html{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;height:100vh;margin:0}#root{height:100%}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.grid-container{display:grid;grid-template-areas:"header" "main" "footer";grid-template-columns:1fr;grid-template-rows:50px 1fr 265px;height:100%;width:100%}header{background-color:#203040;grid-area:header}main{grid-area:main;margin-top:2rem;padding:1rem}footer{grid-area:footer}.logo{font-size:1.3rem;font-weight:700;margin-left:1rem}h1{font-size:1.8rem}h1,h2{padding:1rem 0}h2{font-size:1.6rem}a{text-decoration:none}a:hover{color:#f0c040}ul{list-style-type:none;margin:0;padding:0}li{margin-top:1rem}.row{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between}.row.center{justify-content:center}.row.center.vertical{align-items:center;height:100%}.row.top{align-items:flex-start}.col-1{flex:1 1 25rem}.col-2{flex:2 1 50rem}.min-30{max-width:30rem}img.small{max-width:5rem;width:100%}img.medium{max-width:28 rem;width:100%}.card{background-color:#f8f8f8;border:.1rem solid silver;border-radius:.5rem;margin:1rem}.card-body{padding:1rem}.card-body>*{margin-bottom:.5rem}button,input,select,textarea{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;border:.1rem solid #a4a4a4;border-radius:.5rem;font-family:Helvetica,Arial,sans-serif;font-size:1.6rem;padding:1rem}button{background-color:#f8f8f8;cursor:pointer}button:hover,input:hover,select:hover,textarea:hover{border:.1rem solid #404040}button.primary{background-color:#f0c040}button.block{width:100%}button.small{font-size:1.2rem}header a{color:#fff;padding:1rem}main a{color:#000}a.brand{color:#fff;font-size:3rem;font-weight:700}.badge{background-color:#f0c040;border-radius:50%;color:#fff;font-size:1.4rem;margin-left:.2rem;padding:.2rem .7rem}.success{color:#20a020}.danger{color:#a02020}.alert{border:.1rem solid transparent;border-radius:.5rem;padding:1rem}.alert-info{background-color:#e0e0ff;color:#2020a0}.alert-danger{background-color:#ffe0e0;color:#a02020}.form{margin:0 auto;max-width:70rem}.form div{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:1rem}.form label{display:block;margin:1rem 0}.form h1,h3{color:#fff}.form a :hover{color:#f0c040}.dropdown{display:inline-block;height:100%;margin:0 6px;position:relative}.dropdown-content{background-color:#626e7aeb;display:none;margin:0;min-width:8rem;padding:.5rem;position:absolute;right:0;z-index:1}.dropdown:hover .dropdown-content{display:block}.aside{align-items:center;display:flex}.aside ul{display:flex;padding:0}.aside li{list-style:none;margin:0 1rem}.aside li a{display:block;text-decoration:none;width:100%}.checkout-steps>div{border-top:.3rem solid silver;color:silver;flex:1 1;font-weight:700;padding:1rem}.checkout-steps>div.active{border-top-color:#f08000;color:#f08000}.table{border-collapse:collapse;width:100%}.table tbody tr:nth-of-type(odd){background-color:#f4f4f4}.table td,.table th{border:.1rem solid #e4e4e4;padding:.5rem;text-align:left}.table button{margin:0 .2rem}.search button{margin-right:.5rem}.search button,.search input{border-radius:.5rem;border-right:none}.search input{margin-left:.5rem}#search-form{display:flex;padding:1em 0}#search-keyword{flex-grow:1;margin-right:1.5em;padding:1.25em 2em}#search-keyword,#submit-btn{border:none;border-radius:4px}#submit-btn{background-color:#15c26b;color:#fff;cursor:pointer;padding:1em 4em;text-transform:uppercase}#submit-btn:hover{background-color:#12a159}.loginBack{background-image:linear-gradient(0deg,rgba(0,0,0,.8) 0,transparent 60%,rgba(0,0,0,.8)),url(/static/media/back1.d3f61b16475aeab5b4b6.png);background-repeat:no-repeat;background-size:cover}.search-wrapper{align-items:center;display:flex;height:100%;margin-bottom:50px}.search-wrapper:hover{font-size:24px}
/*# sourceMappingURL=main.a26cfab6.css.map*/