﻿.fw-header {
    background-color: white;
}

.fw-header img {
    height: 60px;
    max-height: 60px;
}

:root {
/*    --fw-primary: #074607;
   --fw-secondary: #ccc;
    --fw-tertiary: #f05026;
    --fw-max-width: 1920px;*/ 
}

/* dashboard page css */
#d1-dashboard-content {
    font-family: Arial, sans-serif;
    text-align: center;
}

.dashboard-container {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-around; */
    margin: 20px;
}

.todolist {
    overflow: auto;
    max-height: 70vh;
    max-width: 100vw;
}

.nbalancelist {
    overflow: auto;
    max-height: 60vh;
    max-width: 100vw;
}

.dashboard-row {
    display: flex;
    justify-content: space-between;
    width: 100%; /* Adjust the width to fit your design */
    flex-wrap: wrap;
}

.dashboard-row a {
    padding: 20px;
}

    .dashboard-row a .tile {
        margin: 0px;
    }

    .dashboard-row .tile {
        width: calc(25% - 40px); /* 25% for 4 buttons per row with spacing */
        min-width: 230px;
        height: 150px;
        background-color: #47c3dd;
        color: #fff;
        text-align: center;
        margin: 20px;
        border-radius: 10px;
        cursor: pointer;
        transition: background-color 0.3s;
        border: 1px solid #ccc;
        position:relative;
    }
    .dashboard-row .tile.disabled {
        background-color: #ccc;
        cursor: default;
    }

        .dashboard-row .tile:not(.disabled):hover {
            background-image: linear-gradient(rgb(0 0 0/20%) 0 0);
        }
            .dashboard-row .tile:not(.disabled):hover > .overlay {
                width: 100%;
                height: 100%;
                position: absolute;
                background-color: #000;
                opacity: 0.2;
                border-radius: 10px;
            }

    .dashboard-row a:hover {
        all: unset;
        padding: 20px;
    }

#boat-container {
    font-size: 72px;
    width: 100px;
    display: block;
    max-width: 180px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: auto;
    margin-right: auto;
}

#vaartuigbeheer-span {
    font-size: 24px;
    width: 100%;
}

#vpbi-btn {
    background-image: url(../img/vistools-analytics-230.png);
}

#djustconnect-btn {
    background-image: url(../img/djust-connect-230.png);
}
