.gridcontainer{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:20px 20px;grid-template-areas:"recent recent totals" "recent recent order"}.recent{grid-area:recent}.order{grid-area:order}.totals{grid-area:totals}.hbm-bg-purple{background-color:#7a91c4;color:#fff}.hbm-text-purple{color:#7a91c4}.btn-hbm{color:#fff;background-color:#7a91c4;border-color:#7a91c4;box-shadow:none}.btn-outline-hbm{color:#7a91c4;border-color:#7a91c4}.btn-outline-inverse-hbm{color:#fff;border-color:#fff}.totals>.card-body>.row{margin-top:10px;margin-bottom:10px}.totals>.card-body>.row:first-child{margin-top:0!important;margin-bottom:10px!important}.totals>.card-body>.row:last-child{margin-top:0!important;margin-bottom:0!important}.card{border-radius:1rem!important}.card-header{border-top-left-radius:1rem!important;border-top-right-radius:1rem!important}.card-header>.card-tools{margin-right:0}.error{font-size:14px;color:#cd5c5c}.page-link{color:#7a91c4}.page-item.active .page-link{background-color:#7a91c4;border-color:#7a91c4}.scrollable-table-container{overflow:auto;max-height:65vh}.scrollable-table-container thead{position:sticky;top:0;background-color:#fff;z-index:1}.scrollable-table-container--small{max-height:55vh}.switch{position:relative;display:inline-block;width:60px;height:34px}.switch input{opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;transition:.4s}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196f3}input:checked+.slider:before{transform:translate(26px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}
