
/*------------------------------------------------------------------------------------------
#  Notice
------------------------------------------------------------------------------------------*/
.date-icon{
    background-color: #f7f7f7;
    color: #ffff !important;
    display: block;
    position: relative;
    width: 60px;
    height: 50px;
    margin: 0;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: hidden;
}

.date-icon .day {
    font-size: 12px;
    color: #0079c9;
    padding: 4px 0;
    display: block;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

.date-icon .week {
    font-size: 10px;
    line-height: 6px;
    color: #fff;
    background-color: #0079c9;
    padding: 6px 0;
    display: block;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}


.notice .list-group-item {
    padding-left: 10px;
}

.important-link-icon{
    color: #0f317e;
    font-size: 14px;
    margin-right: 10px;
}

.h-fit {
    height: fit-content;
}




/*------------------------------------------------------------------------------------------
#  Notice
------------------------------------------------------------------------------------------*/

.section-heading{
    position: relative;
    text-align:center;
    padding: 0 0 15px;
    margin: 0 0 30px ;
}

.h-fit {
    height: fit-content;
}

.section-heading::before {
    content: "";
    position: absolute;
    display: block;
    width: 200px;
    height: 1px;
    background: #000;
    bottom: 1px;
    left: calc(50% - 100px);
}

.section-heading::after {
    content: "";
    position: absolute;
    display: block;
    width: 60px;
    height: 6px;
    background: #0079c8;
    bottom: -01px;
    left: calc(50% - 30px);
}


.sec-title{
    font-size: 26px;
    line-height: 1.5;
    font-weight: bold;
    text-transform: uppercase;
    color: #1a1d20;
}
.sec-subtitle{
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 1px;
    color: #1a1d20;
}

.notice-title{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 3px;
    text-decoration: none;
    color: #1a1d20;
}

.notice-date{
    font-size: 14px;
    font-weight: bold;
    color: rgba(68, 68, 68, 0.65);
}

.single-notice{
    border-left: 5px solid #1df616 !important;
}

.download-btn{
    width: 60px;
    flex-shrink: 0;
    display: flex;
    justify-content: end;
}