@media (min-width: 1200px) {
	.col-xl-24prc{
		flex: 0 0 auto;
		width: 24%;
	}
}

@media (min-width: 1200px) {
	.col-xl-49prc{
		flex: 0 0 auto;
		width: 49%;
	}
}

.border-right{
    border-right: 1px dotted black;
}

.green{
    color: green;
}

.red {
    color: red;
}

.pointer{
    cursor: pointer;
}

.quick-financieel-row{
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    width: 100%;
}

.quick-financieel-row > .quick-financieel-card{
    width: 100% !important;
    max-width: none;
}

.quick-financieel-card{
    min-height: 270px;
    overflow: hidden;
    padding: 10px;
    vertical-align: top;
}

.quick-trend-range{
    width: 100%;
    margin: 0 0 8px;
    border: 1px solid #d6e4ee;
    border-radius: 8px;
    background: #fff;
    color: #1f3f55;
    font-size: 0.85rem;
    padding: 7px 9px;
}

.quick-card-head{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 8px;
}

.quick-card-head h5{
    margin-bottom: 0;
}

.quick-trend-scale,
.quick-trend-row{
    display: grid;
    grid-template-columns: 44px minmax(0, 1fr) 90px;
    gap: 8px;
    align-items: center;
}

.quick-trend-scale{
    margin-bottom: 6px;
}

.quick-trend-scale-track{
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 2px;
    padding: 0 4px;
}

.quick-trend-scale-track span{
    color: #6e8395;
    font-size: 9px;
    line-height: 1;
    text-align: center;
}

.quick-trend-rows,
.quick-client-bars{
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.quick-client-bars{
    max-height: 185px;
    overflow-y: auto;
    padding-right: 2px;
}

.quick-trend-year{
    color: #1f3f55;
    font-size: 0.85rem;
    font-weight: 700;
}

.quick-sparkline{
    height: 26px;
    display: flex;
    align-items: center;
    border: 1px solid #e4edf4;
    border-radius: 8px;
    background: #f5f9fc;
    padding: 4px 6px;
}

.quick-sparkline svg{
    width: 100%;
    height: 100%;
}

.quick-trend-total{
    color: #375368;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.quick-segment{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px;
    margin-bottom: 8px;
}

.quick-year-mode{
    display: inline-grid;
    grid-template-columns: repeat(2, auto);
    width: auto;
}

.quick-financieel-card .quick-segment button[type=button],
.quick-financieel-card .quick-month-nav-btn[type=button]{
    width: auto !important;
    max-width: none !important;
    min-width: 0;
    margin: 0 !important;
    box-shadow: none !important;
    text-transform: none;
}

.quick-financieel-card .quick-segment button[type=button]{
    border: 1px solid #d6e4ee;
    border-radius: 8px;
    background: #fff;
    color: #1e425b;
    font-size: 0.82rem;
    font-weight: 700;
    padding: 6px 8px;
}

.quick-financieel-card .quick-year-mode button[type=button]{
    padding: 5px 10px;
}

.quick-financieel-card .quick-segment button[type=button].active,
.quick-financieel-card .quick-segment button[type=button]:hover{
    border-color: #c5dff0;
    background: #e9f4fb;
    color: #1e425b;
}

.quick-table-wrap{
    overflow-x: auto;
}

.quick-compact-table{
    width: 100%;
    border-collapse: collapse;
}

.quick-compact-table th,
.quick-compact-table td{
    border-bottom: 1px solid #ecf2f6;
    font-size: 0.85rem;
    padding: 7px 5px;
    text-align: left;
    white-space: nowrap;
}

.quick-compact-table th:nth-child(2),
.quick-compact-table th:nth-child(3),
.quick-compact-table td:nth-child(2),
.quick-compact-table td:nth-child(3){
    text-align: right;
}

.quick-up{
    color: #0f7f46;
    font-weight: 700;
}

.quick-down{
    color: #bd3f2f;
    font-weight: 700;
}

.quick-month-nav{
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
    gap: 6px;
}

.quick-month-label{
    min-width: 88px;
    color: #294b63;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
}

.quick-financieel-card .quick-month-nav-btn[type=button]{
    width: 26px !important;
    height: 26px;
    border: 1px solid #d6e4ee;
    border-radius: 8px;
    background: #fff;
    color: #1e425b;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1;
    padding: 0;
}

.quick-financieel-card .quick-month-nav-btn[type=button]:hover{
    border-color: #c5dff0;
    background: #e9f4fb;
    color: #1e425b;
}

.quick-client-row{
    display: grid;
    grid-template-columns: minmax(0, 1fr) 88px;
    gap: 8px;
    align-items: center;
}

.quick-client-left{
    min-width: 0;
}

.quick-client-name{
    overflow: hidden;
    color: #263d4f;
    font-size: 0.85rem;
    margin-bottom: 4px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quick-client-bar-wrap{
    height: 7px;
    overflow: hidden;
    border-radius: 999px;
    background: #edf3f8;
}

.quick-client-bar{
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #2f86bc 0%, #42b4d6 100%);
}

.quick-client-value{
    color: #26465d;
    font-size: 0.78rem;
    font-weight: 700;
    text-align: right;
    white-space: nowrap;
}

.quick-total-row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    margin-top: 8px;
    border-top: 1px dashed #d6e4ee;
    color: #1a4965;
    padding-top: 8px;
}

.quick-total-row span{
    font-weight: 700;
    white-space: nowrap;
}

.quick-muted-row{
    color: #6d8192;
    font-size: 0.85rem;
}

@media (max-width: 1199px){
    .quick-financieel-row{
        grid-template-columns: 1fr;
    }

    .quick-financieel-card{
        min-height: 0;
    }
}
