:lang(am) 	{
    font-size: 80%;
}
.error_div{
    background-color: #FDED98;
    border-radius: 5px;
    font-weight: bold;
}

.error_li{
    margin: 20px;
    color: red;
}

.success_div{
    background-color: #D4EDDA;
    font-weight: bold;
    color: #155757;
}

.success_str{
    margin: 20px;
}
.about-article{
    padding-top: 20px;
}

.error{
    border: 1px solid red !important;
}

.not-available{
    min-height: 500px;
    display: flex;
}

.not-available p{
    margin-top: 70px;
    color: darkgrey;
    font-size: 40px;
    font-weight: bold;
}

.alert-message {
    margin-top: 25px;
    background-color: #f8d7da;
    border-radius: 0.25rem;
}

.adminNewsCard{
    max-width: 700px;
    background-color: white;
    border: 1px solid #CED4DA;
    border-radius: 5px;
    padding: 3px;
}
.adminNewsCard img {
    max-width: 200px;
}
