/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Jul 7, 2026, 2:50:31 PM
    Author     : Kalyani-Ishwari
*/

.dashboard-card{
    border-radius:15px;
    transition:all .25s ease;
}

.dashboard-card:hover{
    transform:translateY(-5px);
    box-shadow:0 .75rem 1.5rem rgba(0,0,0,.12)!important;
}

.icon-circle{

    width:60px;
    height:60px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#fff;

    font-size:24px;
}

.dashboard-card h3{

    font-size:30px;

    font-weight:700;
}