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

.date-icon:after {
    right: 12px;
    content: "";
    position: absolute;
    top: -7px;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background-color: #f9a134;
}

.date-icon:before {
    left: 12px;
    content: "";
    position: absolute;
    top: -7px;
    width: 4px;
    height: 16px;
    border-radius: 2px;
    background-color: #f9a134;
}
.date-icon .day {
    font-size: 14px;
    color: #0079c9;
    padding: 8px 0;
    display: block;
    width: 100%;
    font-weight: 700;
    font-style: normal;
    text-align: center;
}

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


.list-group-item {
    padding: 10px !important;
}

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

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

