.dashboard-card{width:100%;height:100%;display:flex;overflow:hidden}.dashboard-card .dashboard-content-wrapper{flex-direction:column;width:100%;height:100%;display:flex}.dashboard-card .dashboard-content-wrapper .dashboard-top-content{border-bottom:solid 1px var(--border-color-secondary)}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper{flex-grow:1;display:flex;overflow:hidden}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content{flex-direction:column;flex-grow:1;display:flex;overflow:hidden}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-header{border-bottom:solid 1px var(--border-color-primary);padding:var(--p-5) var(--p-5) var(--p-3) var(--p-5);align-items:center;gap:var(--p-5);display:flex}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-header .dashboard-title-container .dashboard-title{font-size:var(--font-size-lg)}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-header .dashboard-title-container .dashboard-subtitle{font-size:var(--font-size-sm);color:var(--text-color-secondary)}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-header .dashboard-header-action{align-items:center;display:flex}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-center-content-wrapper{flex-grow:1;display:flex;overflow:hidden}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-center-content-wrapper .dashboard-content{padding:var(--p-5);flex-grow:1;width:100%}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-footer{padding:var(--p-3) var(--p-5);border-top:solid 1px var(--border-color-primary)}.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-left-content,.dashboard-card .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-right-content{flex-shrink:0;overflow:hidden}.dashboard-card .dashboard-resize-handle{cursor:col-resize;z-index:4;background-color:#0000;flex-shrink:0;width:4px;transition:background-color .2s;position:relative}.dashboard-card .dashboard-resize-handle:hover{background-color:var(--border-color-primary)}.dashboard-card .dashboard-resize-handle:after{content:"";background-color:var(--border-color-primary);opacity:0;border-radius:1px;width:2px;height:20px;transition:opacity .2s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.dashboard-card .dashboard-resize-handle:hover:after{opacity:1}.dashboard-card .dashboard-resize-handle:active{background-color:var(--border-color-primary)}.dashboard-card .dashboard-resize-handle:active:after{opacity:1}.dashboard-card .dashboard-resize-handle-left{border-right:1px solid var(--border-color-primary);margin-left:-2px}.dashboard-card .dashboard-resize-handle-right{border-left:1px solid var(--border-color-primary);margin-right:-2px}.dashboard-card.dragging{cursor:col-resize;-webkit-user-select:none;user-select:none}.dashboard-card.dragging .dashboard-resize-handle{background-color:var(--border-color-primary)}.dashboard-card.dragging .dashboard-resize-handle:after{opacity:1}.dashboard-card.without-border .dashboard-center-content .dashboard-header{border-bottom:none}.dashboard-card.without-border .dashboard-center-content .dashboard-footer{border-top:none}.dashboard-card.without-border .dashboard-center-content .dashboard-center-content-wrapper .dashboard-content{padding-top:0;padding-bottom:0}.dashboard-card.ignore-center-padding .dashboard-content-wrapper .dashboard-center-content-wrapper .dashboard-center-content .dashboard-content{padding:0}
