.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.dropdown-menu li a {
    text-align: left !important;
}

.dashboard {
    margin-top: 15px;
}

.thumb-user {
    width: 35px; /* Thumbnail width */
    height: 35px; /* Thumbnail height */
    overflow: hidden; /* Hide overflow */
    float: left;
    border-radius: 50%;
    margin-right: 5px;
}

.thumb-user img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Image fills container, cropping as needed */
}

.pd3 {
    padding: 3px !important;
}