/* Announcement alert message */
.announcement-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.announcement-body {
    display: flex;
    max-width: 900px;
    width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}
.icon-container {
    flex-shrink: 0;
    background-color: #ffc107;
    padding: 15px;
    display: flex;
    align-items: center;
}
.announcement-icon {
    max-width: 100%;
    min-width: 25px;
    height: auto;
}
.text-container {
    padding: 15px;
    flex: 1;
}
.announcement-text {
    font-size: 11px;
    color: #008080;
    font-weight: bold;
}
.announcement-text1 {
    font-size: 14px;
    font-weight: bold;
}
.mx-12 {
    margin-left: 12px;
    margin-right: 12px;
}
.my-12 {
    margin-bottom: 12px;
    margin-top: 12px;
}
.btn {
    text-decoration: none;
}
.left-hight-light {
    border-left-style: solid; /* Required: style must be defined */
    border-left-width: 5px;   /* Optional: defaults to medium */
    border-left-color: #00ADF1;
}
#agencyBanner {
    background-color: #25355a;
    background-image: url(images/VATAX_logo.png);
    background-repeat: no-repeat;
    background-position: 16px 16px;
}
div#announcement_2 .btn-secondary {
    color: #ffffff !important;
}
div#announcement_2 .title {
    font-size: 16px;
    font-weight: 500;
}