.digicommerce-dashboard .digicommerce-blocks{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr))}.digicommerce-dashboard .digicommerce-element{background-color:#f6f7f9;border-radius:.3rem;padding:1rem}.digicommerce-dashboard hr{background-color:rgba(9,5,58,.2);border:0;border-radius:1rem;display:flex;height:.15rem;justify-content:flex-start;margin:.5rem 0 .7rem;width:2rem}.digicommerce-dashboard .stats{display:flex;flex-direction:column;gap:.2rem}.digicommerce-dashboard .stats>div{display:flex;justify-content:space-between}.digicommerce-dashboard .price{color:#16a34a;font-weight:700}.digicommerce-dashboard .digi-button{align-items:center;background-color:rgba(9,5,58,.1);border:1px solid #09053a;border-radius:.3rem;color:#09053a;cursor:pointer;display:flex;gap:.5rem;justify-content:center;padding:1rem;transition:all .3s ease-in-out;width:100%}.digicommerce-dashboard .digi-button:hover{background-color:#09053a;color:#fff}.digicommerce-dashboard .digi-button:hover svg{fill:#fff}.digicommerce-dashboard .digi-button .icon{display:flex;transition:all .3s ease-in-out}.digicommerce-dashboard .digi-button .icon svg{transition:all .3s ease-in-out}.digicommerce-dashboard .digi-button.active .icon{animation:spin 1s linear forwards}#dashboard-widgets .digicommerce-dashboard h3{color:#09053a;font-size:.8rem;font-weight:700;margin:0}@keyframes spin{to{transform:rotate(1turn)}}@media screen and (min-width:800px) and (max-width:940px){.digicommerce-dashboard .stats>div{flex-direction:column;gap:.2rem}}@media screen and (max-width:420px){.digicommerce-dashboard .digicommerce-blocks{grid-template-columns:repeat(1,minmax(0,1fr))}}