body {
    font-family: 'Kalpurush', Arial, sans-serif !important;
    font-size: 1.4rem;
    background-image: url('../images/bg-3.webp');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
}

#notice-table_filter {
    float: right;
}

#admission-table_filter {
    float: right;
}

.form-select {
    font-size: 1.2rem;
}

.importantLink ul {
    list-style: none;
    font-size: 11pt;
    padding-right: 10px;
    margin-left: -20px;
}

.importantLink ul li a {
    text-decoration: none;
}

.importantLink ul li {
    margin-bottom: 5px;
}

.linkIcon {
    height: 18px;
}

.table-bordered {
    border: 1px solid black !important;
}