﻿.dashboard {
    position: relative;
    display: flex;
    border-radius: 5px;
    margin: 5px 10px 5px 5px;
    cursor: pointer;
    height: 140px;
    flex: 1 1 auto;
    align-items: center;
    --tw-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1),0 10px 10px -5px rgba(0, 0, 0, 0.04);
    box-shadow: var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);
    border-bottom-style: solid;
    border-bottom-width: 3px;
    user-select: none;
    transition: bottom 0.2s ease 0s;
    bottom: 0;
    min-width: 245px;
}

.dashboard.active {
    bottom: 10px;
}

.dashboard:hover {
    bottom: 10px;
}

.dashboard-icon {
    flex: 0 0 80px;
    display: grid;
    place-items: center;
    height: 100%;
}

.dashboard-bookmark {
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 24px;
}

.dashboard-icon i {
    width: 60px;
    height: 60px;
    text-align: center;
    display: grid;
    place-items: center;
    font-size: 24px;
    border-radius: 50%;
}

.dashboard-data {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    padding: 5px;
    height: 100%;
}

.dashboard-data .count {
    font-weight: bold;
    font-size: 28px;
    margin-top: 5px;
}

.dashboard-data .title {
    font-weight: bold;
    font-size: 14px;
}

.dashboard-data .description {
    font-weight: normal;
    font-size: 12px;
}
