.navbar
{
    background: #faba88;
    width: 90%;
    margin-top: 5px;
    margin-left: 55px;
    padding: 1px;
    border-radius: 40px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.mydash ,.noti , .hm 
{
    font-size: 30px;
    gap: 8px;
}

.navbar a
{
    color: black;
    text-decoration: none;
}

.navbar a p
{
    color: black;
}

.mydash , .noti
{
    color: black;
}

.noti  
{
    margin-top: -25px;
}

.nav-item
{
    text-align: center;
    font-weight: bold;
    font-size: 22px;
    gap: 8px;
}

.icon
{
    width: 40px;
    display: block;
    margin-top: 5px;
    margin-left: 270px;
}

body
{
    background: #ace597;
}

body
{
    background: #b8e3a8;
    font-family: Arial, sans-serif;
}

.progress-card
{
    width: 450px;
    background: #dd8686;
    border-radius: 20px;
    padding: 12px;
    margin-left: 52px;
    margin-top: 15px;  
}

.progress-header
{
    background: #d9d9d9;
    border-radius: 10px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 10px;
}

.profile-icon
{
    width: 45px;
    height: 45px;
    background: #e7d8f3;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
}

.progress-header h2
{
    font-size: 18px;
    margin: 0;
}

.progress-body
{
    display: flex;
    margin-top: 10px;
}

.left-box,
.middle-box,
.right-box
{
    padding: 10px;
}

.left-box
{
    width: 35%;
    border-right: 2px solid rgba(0,0,0,0.3);
}

.middle-box
{
    width: 35%;
    text-align: center;
    border-right: 2px solid rgba(0,0,0,0.3);
    line-height: 60px;
}

.right-box
{
    width: 30%;
    text-align: right;
    line-height: 70px;
}

.left-box h3,
.middle-box h3
{
    font-size: 14px;
    margin: 10px 0 5px 0;
}

.right-box p
{
    font-weight: bold;
    margin: 18px 0;
}

.time-box
{
    margin-top: 40px;
    border-top: 2px solid rgba(0,0,0,0.3);
    padding-top: 10px;
}

.less1 ,.less2 , .less3
{
    color: black;
}

.stars 
{
    color: black;
    font-weight: bold;
}

.howtimsp 
{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    color: black;
}

.activity-log
{
    background:#d77c7c;
    width:482px;
    padding:1px;
    border-radius:20px;
    margin-left: 52px;
    margin-top: 4px;
}

.activity-log h2
{
    text-align:center;
    font-weight:bold;
}

.activity-log ul
{
    list-style:none;
    padding:0;
}

.activity-log li
{
    margin:15px 0;
    font-size:18px;
}

.activity-log li::before
{
    content:"✔";
    margin-right:10px;
}

.resources
{
    background:#d5e6e5;
    border-radius:20px;
    padding:20px;
    width:600px;
    margin-left: 750px;
    margin-top: -600px;
}

.resources h2
{
    text-align:center;
}

.resources ul
{
    list-style:none;
    padding:0;
}

.resources li
{
    margin:15px 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.hexax
{
    width: 32px;
    height: 32px;
    display: block;
}

.resources a
{
    text-decoration:none;
    color:black;
    font-weight:bold;
}

.resources a:hover
{
    text-decoration:underline;
}

.pdf
{
    margin-top:20px;
    font-weight:bold;
    color: black;
}
.events
{
    background:#bcdcdc;
    border-radius:20px;
    padding:20px;
    width:600px;
    margin-left: 750px;
    margin-top: 18px;
}

.events h2
{
    margin: 0 0 15px 0;
}

.events ul
{
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

.events li
{
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 10px 0;
}

.events a
{
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.events a:hover
{
    text-decoration: underline;
}

.iconca 
{
    margin-left: 0px;
}