
/*------------------------------------------------------------------------------------------
#  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;
}