.list-group-item {
    padding: .25rem .25rem !important;
}
.graduate-photo{
    max-height: 500px;
}

.web-title{
    font-size: 2.5rem;
    font-weight: bold;
    padding: 10px 0px;
}

.col-md-15th {
    width: 20%;
    padding: 0 10px;
    float: left;
}

.list-group-item.active {
    background-color: #0d6efd;
    color: white;
}

.list-group-item.active a {
    color: white;
}

/* For monitor page */
.list-group-item.active .faculty-name {
    color: white;
}

.ceremony-group-header {
    background-color: #e9ecef;
    border-left: 5px solid #0d6efd;
    margin-top: 10px;
}

.ceremony-group-header h5 {
    margin: 0;
    color: #495057;
    font-size: 1.1rem;
}

.faculty-item {
    padding-left: 25px;
    border-left: 3px solid #6c757d;
}

.faculty-item.active {
    background-color: #e3f2fd;
    border-left: 3px solid #0d6efd;
}

.remaining-count {
    font-size: 1.8rem;
    font-weight: bold;
    color: #0d6efd;
    margin-bottom: 1rem;
}