

.custom-list {
    list-style: none;
    padding-left: 0;
}

.custom-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.7;
    color: #333;
}

.custom-list li::before {
    content: "★";
    position: absolute;
    left: 0;
    color: #002349;
    font-size: 13px;
    top: 3px;
}

.table {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.table th {
    background-color: #1e293b !important;
    color: #fff !important;
}

.table td,
.table th {
    font-size: 14px;
}

.alumni-form-section input,
.alumni-form-section textarea {
    border: 1px solid #ced4da;
    border-radius: 10px;
    padding: 10px;
    transition: all 0.3s ease;
}

.alumni-form-section input:focus,
.alumni-form-section textarea:focus {
    border-color: #002349;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.2);
}

.btn-primary {
    background-color: #002349;
    border: none;
}

.btn-primary:hover {
    background-color: #002349;
}
.border-primary
{
 border-color : #002349 !important;  
}