.dashboard-page{
    padding:25px;
}

.dashboard-header h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}

.dashboard-header p{
    color:#6c757d;
}

.dashboard-card{
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    padding:22px;
    height:130px;
    display:flex;
    align-items:center;
    transition:.3s;
}

.dashboard-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}
.dashboard-card{
    cursor:pointer;
    overflow:hidden;
}

.card-footer-link{
    margin-top:12px;
    font-size:13px;
    color:#2563eb;
    font-weight:600;
    opacity:.8;
    transition:.3s;
}

.dashboard-card:hover .card-footer-link{
    transform:translateX(5px);
    opacity:1;
}

.card-title{
    font-size:15px;
    color:#0d6efd;
    font-weight:600;
}

.card-value{
    font-size:34px;
    font-weight:700;
    color:#0d6efd;
    margin-top:6px;
}

.icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#f4f6f9;
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon i{
    font-size:24px;
    color:#444;
}


.dashboard-box{

background:#fff;

border-radius:15px;

padding:25px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

height:100%;

}

.dashboard-box h5{

font-weight:700;

color:#2563eb;

margin-bottom:20px;

}



/* ===========================
   Dashboard Chart
=========================== */

.chart-container{
    position:relative;
    width:100%;
    height:320px;
    margin:auto;
}



/*=============================
    Chart Header
==============================*/

.chart-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.chart-title{
    font-size:22px;
    font-weight:700;
    color:#1e40af;
    margin:0;
}

.chart-title i{
    margin-right:8px;
}

.chart-subtitle{
    color:#777;
    font-size:13px;
}

.total-card{

    background:linear-gradient(135deg,#2563eb,#3b82f6);

    color:#fff;

    padding:14px 24px;

    border-radius:16px;

    text-align:center;

    min-width:120px;

    box-shadow:0 12px 30px rgba(37,99,235,.25);

}

.latest-list{
    display:flex;
    flex-direction:column;
}

.latest-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:12px;
    margin-bottom:12px;
    background:#f8fafc;
    border-radius:12px;
    transition:.3s;
    text-decoration:none;
    color:inherit;
}

.latest-item:hover{
    background:#eef4ff;
    transform:translateY(-2px);
}

.latest-photo{
    width:70px;
    height:70px;
    border-radius:10px;
    object-fit:cover;
    flex-shrink:0;
}

.latest-info{
    flex:1;
}

.latest-title{
    font-size:15px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:5px;
}

.latest-date{
    font-size:12px;
    color:#2563eb;
}


.dashboard-header h2{
    font-size:30px;
    font-weight:700;
    margin-bottom:5px;
}

.dashboard-header p{
    color:#6c757d;
}

.dashboard-card{
    background:#fff;
    border-radius:15px;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    padding:22px;
    height:130px;
    display:flex;
    align-items:center;
    transition:.3s;
}

.dashboard-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.12);
}
.dashboard-card{
    cursor:pointer;
    overflow:hidden;
}

.card-footer-link{
    margin-top:12px;
    font-size:13px;
    color:#2563eb;
    font-weight:600;
    opacity:.8;
    transition:.3s;
}

.dashboard-card:hover .card-footer-link{
    transform:translateX(5px);
    opacity:1;
}

.card-title{
    font-size:15px;
    color:#0d6efd;
    font-weight:600;
}

.card-value{
    font-size:34px;
    font-weight:700;
    color:#0d6efd;
    margin-top:6px;
}

.icon{
    width:58px;
    height:58px;
    border-radius:50%;
    background:#f4f6f9;
    display:flex;
    justify-content:center;
    align-items:center;
}

.icon i{
    font-size:24px;
    color:#444;
}


.dashboard-box{

background:#fff;

border-radius:15px;

padding:25px;

box-shadow:0 5px 15px rgba(0,0,0,.08);

height:100%;

}

.dashboard-box h5{

font-weight:700;

color:#2563eb;

margin-bottom:20px;

}



/* ===========================
   Dashboard Chart
=========================== */

.chart-container{
    position:relative;
    width:100%;
    height:320px;
    margin:auto;
}


/*=============================
    Chart Header
==============================*/

.chart-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:25px;
}

.chart-title{
    font-size:22px;
    font-weight:700;
    color:#1e40af;
    margin:0;
}

.chart-title i{
    margin-right:8px;
}

.chart-subtitle{
    color:#777;
    font-size:13px;
}

.total-card{

    background:linear-gradient(135deg,#2563eb,#3b82f6);

    color:#fff;

    padding:14px 24px;

    border-radius:16px;

    text-align:center;

    min-width:120px;

    box-shadow:0 12px 30px rgba(37,99,235,.25);

}

.latest-list{
    display:flex;
    flex-direction:column;
}

.latest-item{
    display:flex;
    align-items:center;
    gap:15px;
    padding:12px;
    margin-bottom:12px;
    background:#f8fafc;
    border-radius:12px;
    transition:.3s;
    text-decoration:none;
    color:inherit;
}

.latest-item:hover{
    background:#eef4ff;
    transform:translateY(-2px);
}

.latest-photo{
    width:70px;
    height:70px;
    border-radius:10px;
    object-fit:cover;
    flex-shrink:0;
}

.latest-info{
    flex:1;
}

.latest-title{
    font-size:15px;
    font-weight:600;
    color:#1f2937;
    margin-bottom:5px;
}


/*=========================================
    MINI STATUS CARD
==========================================*/

.mini-status-card{
    border-radius:13px;
    padding:18px 15px;
    min-height:145px;

    text-align:center;

    color:#fff;

    box-shadow:0 8px 20px rgba(0,0,0,.12);
    transition:.3s;
}

.mini-status-card:hover{
    transform:translateY(-4px);
    box-shadow:0 15px 30px rgba(0,0,0,.18);
}

.send-card{
    background:linear-gradient(135deg,#10b981,#34d399);
}

.unsend-card{
    background:linear-gradient(135deg,#ef4444,#f87171);
}

.status-icon-circle{
    width:55px;
    height:55px;
    margin:0 auto 12px;

    border-radius:50%;
    background:rgba(255,255,255,.20);

    display:flex;
    justify-content:center;
    align-items:center;
}

.status-icon-circle i{
    color:#fff;
    font-size:24px;
}

.status-name{
    color:#fff;
    font-size:18px;
    font-weight:700;
    letter-spacing:1px;
    margin-bottom:6px;
}

.status-number{
    color:#fff;
    font-size:48px;
    font-weight:700;
    line-height:1;
    margin-bottom:8px;
}

.small{
    color:rgba(255,255,255,.90);
    font-size:14px;
    font-weight:500;
}

/*=========================================
        HEADER DASHBOARD
==========================================*/

.dashboard-header{

    background:#fff;

    border-radius:18px;

    padding:25px 30px;

    box-shadow:0 8px 25px rgba(0,0,0,.08);

    margin-bottom:25px;

}

.dashboard-title{

    font-size:30px;

    font-weight:700;

    color:#1f2937;

    margin-bottom:8px;

}

.dashboard-subtitle{

    font-size:15px;

    color:#64748b;

}

.dashboard-clock{

    background:linear-gradient(135deg,#2563eb,#3b82f6);

    color:#fff;

    padding:12px 22px;

    border-radius:30px;

    font-weight:600;

    box-shadow:0 8px 20px rgba(37,99,235,.25);

}

.dashboard-clock i{

    margin-right:8px;

}
/*=============================
    PHOTO SLIDER
==============================*/

.photo-slider{

    position:relative;

    width:100%;

    height:320px;

    margin-top:20px;

    overflow:hidden;

    border-radius:14px;

}

.slide{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0;
    transition: all .8s ease;
}

.slide.active{

    opacity:1;

    z-index:2;

}

.slide img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:14px;
    transform:scale(1);
    transition:transform 4s ease;
}


.slide.active img{

    transform:scale(1.12);

}
.slide-caption{

    position:absolute;

    left:0;
    right:0;
    bottom:0;

    padding:20px;

    background:linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.35),
        rgba(0,0,0,0)
    );

}

.slide-title{

    color:#fff;

    font-size:22px;

    font-weight:700;

}
.slide-date{

    color:#fff;

    font-size:15px;

    margin-top:6px;

}