/* Planning Custom CSS for all Pages */
.plnnoticebar {
    border: 2px solid #ff9900;
    margin: 0 1rem .8rem;
    padding: .8rem 1rem;
    display: flex;
    align-items: center;
    background-color: #ffecb5;
    border-radius: 6px;
}

.plnhome .plnnoticebar {
    margin-top: 1rem;
}

.plnnoticebar .notice-ctn {
    /* padding-left: 1rem; */
    font-size: 13px;
    font-weight: 600;
    line-height: 1.5;
}

.plnnoticebar img {
    height: 40px;
    vertical-align:top;
    float: left;
    display: none;
}

.plnnoticebar .notice-title {
    color: red;
    font-size: 15px;
    display: block;
    margin-bottom: 0.2rem;
}