#tickets {
    .profile-img {
        width: 50px;
        height: 50px;
        margin-bottom: 5px;
    }

    .support-ticket-item {
        padding-right: 10px;
    }

    .time {
        border-top: 1px solid #e4e7ed;
        padding: 1rem 1.5rem 0.5rem;

        h5 {
            font-weight: 500;
        }
    }

    .ticket-heading {
        font-weight: 500;
    }

    .ticket-options-icon {
        margin-right: 5px;
    }
}