.error-message {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 12px;
    gap: 12px;
    width: 100%;
    height: 50px;
    background: rgba(223, 80, 73, 0.05);
    border-radius: 8px;

    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #DF5049;

    margin-bottom: 15px;
}