.header{align-items:center;background-color:#052849;color:#fff;display:flex;height:65px;justify-content:space-between;padding:0 1rem}.header__logo{height:45px;width:45px}.header__user{align-items:center;border-left:1px solid #1d3d5b;display:flex;height:100%;margin-right:1rem;padding-left:1.5rem}.header__user img{border-radius:50%;height:35px;width:35px}.header__user span{font-size:.9rem;margin:0 1rem}.header__user button{background-color:initial;border:none;cursor:pointer}.header__user button i{color:#d3d3d3}.main{grid-gap:30px;background-color:#eff1f5;display:grid;grid-template-areas:"card graph" "card table";grid-template-columns:251px 1000px;grid-template-rows:350px auto;padding:3rem 2rem}@media (min-width:1415px){.main{grid-template-columns:251px 1100px}}@media (max-width:1414px){.main{grid-template-columns:251px 900px}}@media (max-width:1240px){.main{grid-template-columns:251px 800px}}@media (max-width:1140px){.main{grid-gap:20px;grid-template-columns:251px 790px}}.product-card{align-items:center;background-color:#fff;box-shadow:5px 5px 40px gray;display:flex;flex-direction:column;grid-area:card;min-height:100vh;padding:1.5rem 0}.product-card img{height:120px;width:120px}.product-card__title{font-size:.9rem;font-weight:700;margin-top:.8rem}.product-card p{color:rgba(0,0,0,.4);font-size:.7rem;margin:.3rem 0 1rem;text-align:center;width:170px}.product-card__tags{border-bottom:1px solid rgba(0,0,0,.1);border-top:1px solid rgba(0,0,0,.1);display:flex;flex-direction:row;flex-wrap:wrap;padding:0 1rem .5rem}.product-card__tags div{align-items:center;border:1px solid rgba(0,0,0,.1);border-radius:5px;color:gray;display:flex;font-size:.7rem;margin:.5rem .5rem 0 0;padding:.1rem .7rem}.product-graph{align-items:center;background-color:#fff;box-shadow:5px 5px 40px gray;display:flex;flex-direction:column}.product-graph__title{align-self:flex-start;color:#1d3d5b;font-size:.9rem;margin:1rem 0 0 1.5rem}@media (min-width:1200px){.product-graph svg{width:800px}}.x-axis path{stroke:rgba(0,0,0,.1)}.product-table{background-color:#fff;box-shadow:5px 5px 40px gray}.product-table table{border-collapse:collapse;max-width:1300px;padding:1rem;table-layout:fixed;width:100%}.product-table table thead{color:rgba(0,0,0,.5);font-size:.7rem;text-transform:uppercase}.product-table table thead tr th{cursor:pointer;padding:1rem}.product-table table thead tr th:nth-of-type(2){color:#46a8f6}.product-table table thead tr th:nth-of-type(3){color:rgba(0,0,0,.3)}.product-table table thead tr th i{margin-left:.2rem;opacity:.6}.product-table table tbody tr{text-align:center}.product-table table tbody tr:nth-child(odd){background-color:rgba(0,0,0,.1)}.product-table table tbody tr td{border-top:1px solid rgba(0,0,0,.1);color:rgba(0,0,0,.5);font-size:.75rem;padding:.5rem}.app{font-family:Arial;height:auto;width:100vw}*{margin:0;padding:0}
/*# sourceMappingURL=main.a11ff108.css.map*/