.notice-alert {
    background: #1a2a6c;
    background: -webkit-linear-gradient(to right, #5e0404, #b21f1f, #1a2a6c);
    background: linear-gradient(to right, #5e0404, #b21f1f, #1a2a6c);
    padding: 0em 2em;
}

.slider-item {
    padding: 15px 30px;
    font-size: 16px;
    color: #333;
    display: flex;
    align-items: center;
    white-space: nowrap;
    flex-shrink: 0;
    color: #ffffff !important;
}


.header-page{
    margin-top: 0px;
}
 

.page-title{
    font-family: "Noto Serif Sinhala" !important;
    font-size: 24px !important;
}
.page-title-h4{
    font-family: "Noto Serif Sinhala" !important;
    font-size: 18px !important;
}

.tab-button
{
    background-color: #0056b3 !important;
    color: white;
}


.tab-button.active
{
    color: #f68a0a  !important;
}
 