.alert-emergency-block {
    color: white;
    background-color: #ff4a5f;
    border-color: transparent;
    padding: 10px;
    text-align: center;
margin-bottom:10px !important;
}

.alert-emergency-block p{
    margin-bottom: 0px !important;
}

.alert-emergency-block a{
    color:white !important;
text-decoration:none !important;
}

.alert-emergency-block a:hover{
    color:white !important;
text-decoration:underline !important;
}

.alert-emergency-block a:focus, .alert-emergency-block a:active{
text-decoration:underline !important;
}

/*--first update--*/
.alert-update-first {
    background-color: var(--darkblue-color) !important;
    background-color: #06205c;
    padding:30px !important;
    margin-bottom:0px !important;
    border-radius: 0px;
    border: 0px;
}

.alert-update-first p {
    max-width: 700px !important;
    margin: auto;
    line-height: 1.9 !important;
}