.alerts {
    color: var(--base);
	background-color: var(--link-water);
}
.alerts .alert-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 25px 8px 0;
}
.alerts .alert-item .close-alert-btn {
    position: relative;
    top: 2px;
    color: var(--base);
    font-size: 20px;
}